@charset "UTF-8";
html {
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
	/*解决chrome浏览器下字体不能小于12px*/
	-webkit-font-smoothing:antialiased;
}
body {
	background:#fff;
	overflow-x: hidden;
	font-size: 12px;
	color: #666;
	font-family: "微软雅黑";
}
a {
	outline: none;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	font-size:12px;
}
a:hover {
	text-decoration: none;
}
html {
	zoom: 1;
}
html * {
	outline: 0;
	zoom: 1;
}
html button::-moz-focus-inner {
	border-color: transparent !important;
}
/*设置margin和padding为0*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,a,img,input,select,button,textarea {
	border: 0;
	background:none;
}
address,caption,cite,code,dfn,em,th,var，i {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style: none;
}
caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
em,i {
	font-style: normal;
}
input[type="submit"],input[type="reset"],input[type="button"],input[type=date],button,select,input[type=text] {
	/*去掉苹果的默认UI来渲染按钮 、解决部分手机浏览器对border：none无效办法*/
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/*去掉微信端input-text在ios轻快下的点击出先黑色半透明背景*/
	tap-highlight-color: transparent !important;
}
a,input[type=text],select,input[type=password],textarea {
	/*去掉微信端input-text在ios轻快下的点击出先黑色半透明背景*/
	tap-highlight-color: transparent !important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder
 {
	color:#aaa;
	font-family: "微软雅黑";
}
body {
	
}
.fl {float:left;}
.fr {float:right;}
.clearfix{clear:both;}
img{max-width:100%;}
.warpper{width:1200px;margin:0 auto;}
@font-face {
    font-family: "Cocogoose_trial";
    src: url("./Cocogoose_trial.eot");
    src: url("./Cocogoose_trial.eot?#iefix") format("embedded-opentype"),
	 url("./Cocogoose_trial.woff") format("woff"),
	  url("./Cocogoose_trial.ttf") format("truetype"), 
	  url("./Cocogoose_trial.svg#Cocogoose_trial") format("svg")
}
@font-face {
    font-family: "DINOT-Regular";
    src: url("./DINOT-Regular.eot");
    src: url("./DINOT-Regular.eot?#iefix") format("embedded-opentype"),
	 url("./DINOT-Regular") format("woff"),
	  url("./DINOT-Regular.ttf") format("truetype"), 
	  url("./DINOT-Regular.svg#DINOT-Regular") format("svg")
}
@font-face {
    font-family: "DINOT-Bold";
    src: url("./DINOT-Bold.eot");
    src: url("./DINOT-Bold.eot?#iefix") format("embedded-opentype"),
	 url("./DINOT-Bold") format("woff"),
	  url("./DINOT-Bold.ttf") format("truetype"), 
	  url("./DINOT-Bold.svg#DINOT-Bold") format("svg")
}

.banner {position:relative;}
.banner img{display:block;width:100%;}
.banner .bpage{color:#898989;font-size:18px; font-family: "Cocogoose_trial";position:absolute;left:0;bottom:150px;z-index:888;width:100%;}
.banner .bpage strong{font-size:30px;color:#fff;}

.header{border-bottom:solid 8px #1c8dd2;height:110px;}
.header .warpper{position:relative;}
.searchbox{position:absolute;right:-13px;top:118px;z-index:999;background:#fff;height:40px;width:240px;display:none;}
.txt_search{width:175px;height:40px;float:left;color:#666;padding-left:15px;}
.btnsearch{float:right;width:40px;height:40px;background:url(../images/btnsearch.png) no-repeat center/16px;font-size:0;cursor:pointer;}

.logo{padding-top:22px;}
.nav{padding-top:33px;}
.nav ul{}
.nav ul li{display:inline-block;width:90px;line-height:40px;position:relative;text-align:center;}
.nav ul li dl{position:absolute;left:50%;top:85px;width:120px;margin-left:-60px; z-index:999;background:#fff;text-align:center;display:none;}
.nav ul li a{font-size:14px;color:#333;display:inline-block;position:relative;}
.nav ul li a::after{width:100%;height:2px;display:block;content:'';background:#333;position:absolute;left:0;bottom:0;opacity:0;}
.nav ul li.active>a,.nav ul li dd a:hover{color:#1c8dd2;}
.nav ul li.active>a::after{opacity:1;}
.nav ul li dl dd a{display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.search{width:16px;height:16px;padding-left:30px;border-left:solid 1px #f7f7f7;margin-top:47px;}
.search span{width:16px;height:16px;display:inline-block;background:url(../images/btnsearch.png) no-repeat center;}
.header,.footer,.nbanner
.about{clear:both;}
.about .aleft{width:565px;}
.about .aright{width:600px;position:relative;top:-90px;z-index:99;}
.about .aright img{z-index:99;}
.about .atitle{padding-top:133px;}
.about .atitle h3{font-size:24px;color:#333;}
.about .atitle p{font-size:16px;color:#8f8f8f;}

.about .desc{font-size:14px;line-height:30px;margin-top:20px;}

.more{width:120px;height:44px;line-height:44px;text-align:center;margin-top:40px;background:url(../images/mbbg.png)#1c8dd2 no-repeat center bottom;padding-bottom:4px;}
.more a{display:block;font-size:14px;color:#fff;}
.more a:hover{color:rgba(255,255,255,0.5);transition:all .6s;}

.about .warpper{
	/* background:url(../images/abbg.png) no-repeat left bottom; */
	position:relative;
}
.about .warpper .line{width:3px;height:172px;display:inline-block;content:'';position:absolute;left:0;top:-86px;background:#1c8dd2;z-index:99;}

.aleft{height:610px;position:relative;}

.ablist{position:absolute;height:158px;clear:both;left:0;bottom:0;width:600px;}
.ablist::before{width:1200px;height:158px;display:inline-block;content:'';background:url(../images/abbg.png) no-repeat left bottom;z-index:1;position:absolute;left:0;top:0;}
.ablist ul{padding-top:45px;position:relative;z-index:999;}
.ablist ul li{display:inline-block;text-align:center;width:20%;position:relative;float:left;}
.ablist ul li::after{width:1px;height:15px;display:inline-block;content:'';background:rgba(255,255,255,0.9);position:absolute;right:0;top:50%;margin-top:-7.5px;}
.ablist ul li:last-child::after{display:none;}
.ablist ul li i{height:34px;display:inline-block;width:auto;}
.ablist ul li p{font-size:14px;color:#b7dcf2;padding-top:10px;}


.product{padding-top:70px; padding-bottom:90px;}
.plist{clear:both;padding:10px 0;}
.plist .swiper-container .swiper-wrapper{
    -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.article-title{text-align:center;font-size:20px;color:#000;font-weight:bold;padding-bottom:20px;}

.plist ul li{display:inline-block;float:left;width:14.28%;height:31.25vw;position:relative;padding:10px 0;}
.plist ul li a{display:block;width:100%;height:31.25vw;position:relative;}
.plist ul li::before{width:85%;height:100%;display:inline-block;content:'';background:#1b80c0;position:absolute;left:7.5%;top:-10px;z-index:1;opacity:0;padding-bottom:10px;transform:scale(0.9);}
.plist ul li .bg{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.6);z-index:11;}
.plist ul li .bg span{font-size:20px;color:#fff;width:1rem;display:block;margin:0 auto;top:50%;position:relative;transform:translate(0,-50%);-moz-transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);}
.plist ul li .img{position:relative;z-index:10;height:100%;}
.plist ul li .img img{display:block;width:100%;height:100%;object-fit:cover;}
.plist ul li .txt{font-size:24px;text-align:center;color:#fff;width:100%;height:100%;background:url(../images/pbg.png) no-repeat center;}

.plist ul li .txt .inner{position:absolute;left:0;bottom:0;width:100%;z-index:33;padding-bottom:40px;}
.plist ul li .txt .inner strong{display:block;font-size:26px;font-weight:normal;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.plist ul li .txt .more span{font-size:16px;text-transform:uppercase;font-weight:bold;text-decoration:underline;}

.plist ul li .bg,.plist ul li:hover::before{transition:.6s;-moz-transition:.6s;-webkit-transition:.6s;-ms-transition:.6s;}
.plist ul li:hover .bg{opacity:0;}
.plist ul li:hover::before{opacity:1;bottom:0;transform:scale(1);}
/* .plist ul li:hover  .img img{transform:scale(1.05);transition:all .6s;} */

.ititle{text-align:center;}
.ititle h3{font-size:26px;color:#f1f1f1;text-transform:uppercase;line-height:1em;font-weight:bold;}
.ititle p{font-size:24px;color:#333;}
.ititle p span{position:relative;top:-20px;font-weight:bold;}
.pleft{width:624px;height:440px;position:relative;}
.pleft .info{width:100%;height:440px;position:absolute;left:0;top:0;z-index:-111;}
.pleft .info.active{z-index:11;}

.pleft ul li{width:320px;height:210px;overflow:hidden;}
.pleft ul li .img img{display:block;width:100%;height:100%;object-fit:cover;}

.pleft ul li:hover .img img{transform:scale(1.05);transition:all .3s;}

.pright{width:520px;}
.ptab ul li{text-align:right;line-height:30px;padding-top:10px;}
.ptab ul li a{display:inline-block;font-size:14px;border-bottom:solid 1px #d7d7d7;position:relative;}
.ptab ul li a::before{width:6px;height:10px;display:inline-block;content:'';background:url(../images/br.png) no-repeat left center;position:absolute; left:-21px;top:12px;opacity:0;}
.ptab ul li strong{color:#333;font-weight:normal;}
.ptab ul li.active a,.ptab ul li:hover a{border-bottom:solid 2px #1c8dd2;  margin-right: -14px;}
.ptab ul li.active a,.ptab ul li.active strong,.ptab ul li:hover a,.ptab ul li:hover strong{ color:#1c8dd2;}
.ptab ul li.active a::before,.ptab ul li:hover a::before{opacity:1;transition:all .6s;}

.pright .desc{font-size:14px;line-height:24px;text-align:right;margin-top:40px;}
.pright .more{float:right;}

.product,.news{clear:both;}
.product .con,.news  .con{clear:both;padding-top:40px;}
.news{margin-top:35px; padding-top:35px;padding-bottom:100px;background:url(../images/xwbg.jpg) no-repeat center top;}
.nleft{width:520px;height:382px;overflow:hidden;position:relative;}
.nleft a{display:block;}
.nleft .txt{position:absolute;left:0;bottom:0;width:100%;background:rgba(0,0,0,0.5);box-sizing:border-box;}
.nleft .txt,.nleft .txt .rmore{color:#fff;}
.news .title{font-size:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.news .rmore{font-size:14px;color:#d7d7d7;text-transform:uppercase;}
.news .time{font-size:14px;width:100%;clear:both;}
.news .desc{font-size:14px;line-height:24px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;}
.nright{width:660px;}
.nright ul li{width:320px;height:382px;background:#f2f2f2;float:left;display:inline-block;margin-right:18px;position:relative;}
.nright ul li a{display:block;}
.nleft .title{float:left;width:380px;}
.nleft .rmore{float:right;margin-top:10px;}
.news .txt{padding:20px;width:100%;box-sizing:border-box;}
.news .title{margin-top:10px;}
.news .desc{margin-top:5px;}
.news .nright .rmore{margin-top:5px;}
.news .rmore span{display:inline-block;background:url(../images/gmr.png) no-repeat right center;padding-right:55px;}
.news .nleft ul li .img{height:382px;overflow:hidden;}
.news .nright ul li .img{height:190px;overflow:hidden;}
.news .nright  .title{color:#333;}
.nright ul li:nth-child(n) .txt{position:absolute;left:0;top:190px;}
.nright ul li:nth-child(n) .img{position:absolute;left:0;top:0;}


.nright ul li:nth-child(2n) .txt{top:0;}
.nright ul li:nth-child(2n) .img{top:190px;}

.news .nright ul li:hover .rmore{color:#1c8dd2;}
.news .nright ul li:hover .rmore span{background-image:url(../images/bmr.png);}
.news .more{margin:0 auto;margin-top:40px;}
.news a:hover .img img{transform:scale(1.05);transition:all .3s;}





.footer{padding-top:50px;background:url(../images/fbg.jpg) #1c8dd2 no-repeat center bottom;}
.footer .warpper{position:relative;}
.footer .warpper .backtop{position:absolute;right:0;top:-50px;}

.fcon{width:470px;}
.fcon dl dd{font-size:14px;line-height:32px;color:#fff;padding-top:25px;}
.fnav dl{width:260px;float:left;}
.fnav dl dt{font-size:16px;color:#fff;text-transform:uppercase;font-family: "Cocogoose_trial";}
.fnav dl ul{padding-top:17px;}
.fnav dl ul li{line-height:28px;}
.fnav dl ul li a{color:rgba(255,255,255,0.7);font-size:14px;display:block;}
.fnav dl ul li a:hover{color:rgba(255,255,255,1);transition:all .6s; }
.fshare{padding-top:40px;}
.fshare a{display:inline-block;width:32px;height:32px;margin-right:22px;}
.fshare a.fb01{background:url(../images/fb01.png) no-repeat center;}
.fshare a.fb02{background:url(../images/fb02.png) no-repeat center;}
.fshare a.fb03{background:url(../images/fb03.png) no-repeat center;}
.fshare a.fb01:hover{background:url(../images/fb001.png) no-repeat center;}
.fshare a.fb02:hover{background:url(../images/fb002.png) no-repeat center;}
.fshare a.fb03:hover{background:url(../images/fb003.png) no-repeat center;}
.flink{width:220px;height:40px;background:url(../images/sd.jpg) #1480c0 no-repeat 195px center;line-height:40px;position:relative;font-size:14px;color:#fff;padding-left:15px;cursor:pointer;}
.flink ul{position:absolute;left:0;bottom:40px;width:100%;background:#1480C0;display:none;}
.flink ul li a{display:block;font-size:14px;color:rgba(255,255,255,0.8);padding:0 15px;}
.flink ul li a:hover{color:rgba(255,255,255);transition:all .3s;}
.copyright,.copyright a{color:rgba(255,255,255,0.4);}
.copyright{text-align:right;position:relative; top:-20px;}



.nbanner{clear:both;position:relative;text-align:center;}
.nbanner .img img{display:block;width:100%;}
.nbanner .bg{position:absolute;left:0;top:0;width:100%;height:100%;}
.nbanner .bg .warpper{height:inherit;}
.nbanner .inner {position:relative;top:50%;transform: translate(0,-50%);-moz-transform: translate(0,-50%);-webkit-transform: translate(0,-50%);}
.nbanner .inner h3{font-size:20px;font-family: "DINOT-Regular";color:rgba(255,255,255,0.4);text-transform:uppercase;}
.nbanner .inner i{display:inline-block;width:35px;height:2px;display:block;margin:0 auto;background:#fff;margin-top:10px;}
.nbanner .inner p{font-size:40px;color:#fff;padding-top:22px;}


.menubg{clear:both;padding:5px 0;line-height:40px;border-bottom:solid 1px #d7d7d7;}
.location{background:url(../images/home.png) no-repeat left center;padding-left:13px;}
.location,.location a{font-size:14px;}
.smenu{max-width:700px;}
.smenu ul li{float:left;display:inline-block;margin-right:40px;width:auto;}
.smenu ul li:last-child{margin-right:0;}
.smenu ul li a{font-size:16px;color:#333;display:inline-block;position:relative;}
.smenu ul li a::after{width:100%;height:2px;display:block;content:'';background:#1d91d9;position:absolute;left:0;bottom:0;opacity:0;}
.smenu ul li.active a::after{opacity:1;}

.mbg{clear:both;padding-top:80px;padding-bottom:100px;}
.aboutus{clear:both; padding-top:80px;padding-bottom:120px;background:url(../images/gybg.jpg) no-repeat center bottom;}
.about.aboutus .aleft{height:auto;}
.about.aboutus .aleft::before{display:none;}
.about.aboutus .aright{top:0;}
.about.aboutus .atitle{padding-top:0;}
.about.aboutus .desc{padding-bottom:90px;}
.about.aboutus .ablist{position:relative;top:auto;}

.zzjgbg{background:url(../images/zzbg.jpg) no-repeat center top;height:537px;}
.zzjg{text-align:center;padding-top:80px;}



.honor{overflow:hidden;}
.honor ul{margin-right:-45px;margin-top:-40px; }
.honor ul li {width:350px;display:inline-block;margin-right:45px;height:260px; position:relative;text-align:center;float:left;margin-top:40px;background:url(../images/hbg.png) no-repeat center bottom;}
.honor ul li::before{width:100%;height:6px;display:block;content:'';background:#1c8dd2;position:absolute;left:0;bottom:0;opacity:0;}
.honor ul li .img{height:190px;width:256px;margin:0 auto;}
.honor ul li .img img{display:block;width:100%;height:100%;object-fit:cover;}
.honor ul li .txt{line-height:36px;padding-top:20px;}
.honor ul li .txt span{font-size:14px;display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.honor ul li:hover{top:-10px;transition:all .6s;}
.honor ul li:hover::before{width:100%;transition:all .5s;opacity:1;}

.honor ul li:hover{top:-10px;transition:all .6s;}


.newslist{padding-top:10px;overflow:hidden;}
.newslist ul{margin-right:-40px; margin-top:-40px;}
.newslist ul li{width:580px;float:left;display:inline-block;margin-right:40px;background:#f8f8f8;position:relative;height:376px;position:relative;margin-top:40px;}
.newslist ul li::before{width:100%;height:6px;display:block;content:'';background:#1c8dd2;position:absolute;left:0;bottom:0;opacity:0;}
.newslist ul li a{display:block;}
.newslist ul li .img{height:215px;overflow:hidden;position:relative;}
.newslist ul li .img img{display:block;width:100%;height:100%;object-fit:cover;}
.newslist ul li .nt{position:absolute;left:0;bottom:0;z-index:11;color:#fff;display:flex;justify-content:space-between;align-items:center;padding:0 30px;box-sizing:border-box;line-height:45px;width:100%;}

.newslist .title{font-size:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.newslist .rmore{font-size:14px;text-transform:uppercase;color:#999;text-align:right;margin-top:14px;}
.newslist .time{font-size:14px;width:auto;clear:both;}
.newslist .desc{font-size:14px;line-height:24px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;}
.newslist ul li .txt{padding:20px 30px;}

.newslist ul li:hover{top:-10px;transition:all .6s;}
.newslist ul li:hover .img img{transform:scale(1.05);transition:all .6s;}
.newslist ul li:hover::before{width:100%;transition:all .5s;opacity:1;}


.nmore{clear:both;margin-top:40px;border-top:solid 1px #f7f7f7;border-bottom:solid 1px #f7f7f7;}
.nmore a{display:block;padding:10px 0;text-align:center;color:#999;}
.nmore i{display:inline-block;width:28px;height:30px;background:url(../images/load.png) no-repeat center;position:relative;left:-20px;top:6px;}
.nmore span{font-size:14px;position:relative;top:-14px;}
.nmore p{font-size:10px;text-transform:uppercase;padding-left:29px;position:relative;top:-10px;}


.joblist ul li{background:#f8f8f8;padding:20px;margin-top:20px;position:relative;}
.joblist ul li::before{width:100%;height:6px;display:block;content:'';background:#1c8dd2;position:absolute;left:0;bottom:0;opacity:0;}
.joblist ul li .jobtop {background:url(../images/jr.png) no-repeat right center;}
.joblist ul li .jobtop strong{font-size:24px;color:#1c8dd2;font-weight:normal;}
.joblist ul li .jobtop span{font-size:20px;color:#c04848;}
.joblist ul li .desc01{font-size:14px;color:#999;margin-top:15px;}
.joblist ul li .jobtop strong,.joblist ul li .jobtop span,.joblist ul li .desc01 span{display:inline-block;width:350px;}
.joblist ul li .jobinfo{font-size:14px;line-height:30px;overflow:hidden;margin-top:15px;display:none;}
.joblist ul li .jobinfo .col{float:left;width:50%;display:inline-block;}
.joblist ul li.active .jobtop{background-image:url(../images/jd.png);}

.joblist ul li.active::before{width:100%;transition:all .5s;opacity:1;}

.hyhz{clear:both;padding-top:70px;padding-bottom:100px;}
.hyhz:nth-child(n){background:#f8f8f8;}
.hyhz:nth-child(2n){background:#fff;}
.hyhz .warpper{overflow:hidden;}
.sleft{width:320px;float:left;}
.sright{width:830px;float:right;font-size:14px;line-height:30px;}
.stitle h5{font-size:30px;color:#333;}
.stitle p{font-size:18px;color:#cacaca;padding-top:10px;}

.cslist{overflow:hidden;}
.cslist ul{margin-right:-45px;margin-top:-40px; }
.cslist ul li {width:370px;display:inline-block;margin-right:45px;position:relative;background:#1c8dd2;text-align:center;float:left;margin-top:40px;}
.cslist ul li .img{height:253px; overflow: hidden;}
.cslist ul li .txt{line-height:36px;}
.cslist ul li .txt span{color:#fff;font-size:14px;display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.cslist ul li:hover{top:-10px;transition:all .6s;}
.cslist ul li:hover::before{width:100%;transition:all .5s;opacity:1;}


.prolist{overflow:hidden;}
.prolist ul{margin-right:-45px;margin-top:-40px; }
.prolist ul li {width:370px;display:inline-block;margin-right:45px;position:relative;text-align:center;float:left;margin-top:40px;background:#f2f2f2;}
.prolist ul li .img{height:260px; overflow: hidden;}
.prolist ul li .txt{line-height:36px;padding:0 20px;}
.prolist ul li .txt span{font-size:14px;display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.prolist ul li:hover{top:-10px;transition:all .6s;}
.prolist ul li:hover::before{width:100%;transition:all .5s;opacity:1;}

.prolist ul li:hover{top:-10px;transition:all .6s;background:#1c8dd2;}
.prolist ul li:hover .txt span{ text-align:left; background:url(../images/pmr.png) no-repeat right center; color:#fff;}


.contactus {overflow:hidden;height:380px;}
.contactus .cleft{background:url(../images/clbg.jpg) no-repeat left bottom;height:380px;}
.ctitle{position:relative;padding-bottom:10px;}
.ctitle::before{width:20px;height:2px;display:inline-block;content:'';background:#389bd7;position:absolute;left:0;bottom:0;}
.ctitle h3{font-size:30px;color:#666;text-transform:uppercase;font-family:'DINOT-Bold';}
.ctitle p{font-size:18px;color:#c3c3c3;}

.clist{padding-top:20px;}
.clist ul li{font-size:16px;line-height:30px;padding-top:20px;margin-top:20px;}
.clist ul li:nth-child(1){background:url(../images/c01.png) no-repeat left top;}
.clist ul li:nth-child(2){background:url(../images/c02.png) no-repeat left top;}
.clist ul li:nth-child(3){background:url(../images/c03.png) no-repeat left top;}


.cutop{background:#1c8dd2;overflow:hidden;height:318px;}
.culeft {padding:40px;width:520px;}
.cult P{padding-bottom:20px;border-bottom:solid 1px rgba(255,255,255,0.2);}
.cult h3{font-size:20px;color:#fff;font-weight:bold;}
.cult p{font-size:14px;color:rgba(255,255,255,0.6);text-transform:uppercase;padding-top:5px;}
.culeft .desc{padding-top:20px; font-size:14px;line-height:24px;color:#fff;}

.cubot ul li{background:#f7f7fc;border:dashed 1px #d7d7d7;padding:20px;margin-top:20px;border-radius:5px;}
.cubot ul li dt{font-size:18px;color:#1c8dd2;}
.cubot ul li dd{font-size:14px;color:#333;line-height:24px;}

