/*
 * Name:Micro Website
 * Author:Wang
 * Date:2018.8.24
*/

/*reset style*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td { margin:0; padding:0; }
h1, h2, h3, h4, h5, h6 { font-size:1em; }
*{ word-wrap: break-word;}
a{ color:#666; text-decoration:none; 
 transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-webkit-transition: .5s;
-o-transition: .5s;}
a:hover {text-decoration:none; }
fieldset, img { border:none; }
img{ border:0; vertical-align:middle;}
legend { display:none; }
ol, ul, li { list-style:none; }
em, strong, cite, i { font-style:normal; font-weight:400; }
input, textarea, select, button { font:12px Verdana, Helvetica, Arial, sans-serif; vertical-align:middle;}
table { border-collapse:collapse; }
html { overflow:-moz-scrollbars-vertical; }
/* common style */
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:block; zoom:1; }
.clear{ clear:both;}
.fl{ float:left;}
.fr{ float:right;}
.dis{ display:none;}
.undis{ display:block;}
a,input,select,button{ outline:none; }
.mt2{margin-top:20px;}
.mt3{margin-top:30px;}
.mb2{margin-bottom:20px;}
.mb3{margin-bottom:30px;}
.pading{padding:22px 0;}
.animat img{width:100%;transition:all 0.8s;}
.max-width{max-width:1200px;margin:0px auto;}
.mato{max-width:1200px;margin:0px auto;padding:20px 0;}
html{ height:100%; }
body{width:100%; height:100%;margin:0;padding:0;  position:relative; left:0; top:0;font-family:"Microsoft YaHei";min-width:1200px;}
/*头部*/
header{
	max-width:1200px;
	height:93px;
	margin:0 auto;
	position:relative;
}
.head-right{
	position:relative;
}
.hot-line-area{
	position:relative;
	width:120px;
	margin-top:26px;
	margin-right:150px;
}
.hot-line-area font{
	position:absolute;
	top:0;
	left:-63px;
	display:block;
	width:31px;
	height:31px;
	line-height:28px;
	text-align:center;
	background:#0099cc;
	border-radius: 7px;
	box-shadow: 0px 1px 1px 2px #eee;
}
.hot-line{
	position:absolute;
	top:0;
	right:0;
	width:145px;
}
.langue{
	position:absolute;
	top:16px;
	right:0;
	margin-top:14px;
	font-size:14px;
	color:#333;
}
.hot-line p{
	font-size:12px;
	color:#999;	
}
.hot-line span{
	display:block;
	font-size:16px;
	color:#333;
}
.langue a{
	display:inline-block;
	width:61px;
	height:30px;
	font-size:14px;
	color:#333;
	line-height:30px;
	text-align:center;
	background:#eee;
	border-radius: 5px;
	margin:0 2px;
}
.langue a:hover,.langue .cn{
	color:#fff;
	background:#009ec1;
}
.search-area{
	position:absolute;
	top:12px;
	right:0px;
	width:210px;
	height:32px;
	margin-top:8px;
	background:#ededed;
	border-radius: 5px;
}
.search-area input{
	height:32px;
	background:none;
	border:none;
	outline:none;
}
.search-area .search{
	width:168px;
	font-size:13px;
	padding:0 5px;
	color:#777;
}
.search-area .smt{
	display:inline-block;
	width:25px;
	height:25px;
	cursor: pointer;
	background:url(../images/icon-search.png) 0px 0px no-repeat;
}
/*导航*/
.menu-area{
	position:relative;
	width:100%;
	height:49px;
	line-height:48px;
	background:#009ec1;
	box-shadow: 5px 0px 5px #8e8787;	
	z-index:999;
}
.menu a{
	position:relative;
	display:inline-block;	
	width:10.6%;
	font-size:14px;
	color:#fff;
	text-align:center;
	transition:none;
}
.menu a:after{
	content:'';
	position:absolute;
	top:17px;
	right:0;
	width:2px;
	height:15px;
	background:#0085a2;
	z-index:9;
}
.menu a:last-child{
	margin-right:0;
}
.menu a:last-child:after{
	content:none;
}
.menu a:hover,.menu .hov{
	background:#6ac335;
	line-height:49px;	
	z-index:99;
}
.menu .hov:after,.menu a:hover:after{
	background:#6ac335;
}
/* banner-slider */
#banner .item {position: relative;height: 581px;background-position: center center;background-repeat: no-repeat;background-size: cover;}
#banner .item .ba{position:absolute;top:0;left:0;display:block;width:100%;height:100%;}
#banner .item .more {margin: 30px auto 0;display: block;width: 40px;height: 40px;background-image: url(../images/ico-arrow-down-2.png);}
#banner .slick-dots {position: absolute;right: 0;bottom: 6%;width: 100%;text-align: center;line-height: 1;}
#banner .slick-dots li {margin: 0 12px;display: inline-block;width: 15px;height: 15px;border-radius: 50%;border:4px solid #fff;cursor: pointer;}
#banner .slick-dots .slick-active {border:4px solid #009ec1;width: 15px;height: 15px;border-radius: 50%;}
#banner .btn {position: absolute;top: 50%;margin-top: -34px;display: block;width: 15px;height: 15px;z-index: 10;}
/*#banner .btn.btn-prev {left: 7%;background:#fff url(../images/icon-sprites.png) -50px -126px no-repeat;}
#banner .btn.btn-next {right: 7%;background:#fff url(../images/icon-sprites.png) -50px -166px no-repeat;}*/

.slick-slider{
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.searchBox{	
	width:100%;
	height:66px;	
	box-shadow: 0px 2px 1px 0px #ebebeb;
}
.layer{
	position:relative;
}
.layer:after{
	content:'';
	position:absolute;
	top:30%;
	right:3%;
	width:1px;
	height:43%;
	background:#e5e5e5;
}
.hot-sear{
	line-height:66px;
}
.hot-sear span,.hot-sear a{
	display:inline-block;
	font-size:14px;
	color:#666;
}
.hot-sear a{
	margin:0 5px;
}
.hot-sear a:hover,.new-list ul li a:hover,.degare ul li a:hover,.evaluat ol li a:hover,.links a:hover{
	color:#009ec1;
}
/*****返回顶部 开始*****/
.backTop{
	width:45px;
	height:45px;
	background:#615f5f;
	opacity: .7;
	position:fixed;
	right:5%;
	bottom:12%;
	z-index:999;
	cursor:pointer;
}
.backTop:hover{
	background:#464444;
}
.backTop:hover:after{
	border-bottom:.2rem solid #0188cc;
	border-left:.2rem solid #0188cc;
}
.backTop:after{
	display:inline-block;
	content:'';
	width:1rem;
	height:1rem;
	border-bottom:.2rem solid #fff;
	border-left:.2rem solid #fff;
	transform:scaleX(0.5) rotateZ(138deg);
	-webkit-transform:scaleX(0.7) rotateZ(136deg);
	position:absolute;
	left:13px;
	top:19px;
}

/*****返回顶部 结束*****/
.container{
	padding:30px 0;
}
.introbox,.newsbox{
	width:570px;
	height:410px;
	padding:10px 10px 18px 0;
	box-shadow: 1px 5px 8px #cccccc;
}
.same-title{
	position:relative;	
	height:36px;
	line-height:33px;
}
.same-title:after{
	content:'';
	position:absolute;
	bottom:-2px;
	left:7px;
	width:99%;
	height:2px;
	z-index:-1;
	background:#b2e2ec;
}
.title{
	display:inline-block;
	height:32px;	
	padding:3px 6px;
	border-radius:12px;
	background:#009ec1;
}
.title span{
	display:inline-block;
	font-size:14px;
	color:#fff;
	margin:0 4px;
}
.title span:first-child{
	font-size:16px;
}
.same-title a{
	display:block;
	position:absolute;
	top:0;
	right:5px;
	font-size:14px;
	color:#6ac335;
}
.intro{
	margin-top:24px;
}
.intro-img{
	width:557px;
	height:210px;
	margin:0 auto;
	overflow:hidden;
	padding:6px;
	border:1px solid #eee;
}
.intro-img img{
	width:100%;
	transition:all 0.9s;
}
.intro-cont{
	position:relative;
	margin-top:18px;
}
.intro-cont p{
	font-size:14px;
	color:#333;
	line-height:26px;
	padding-left:2px;
}
.intro-cont .ckxq{
	display:block;
	font-size:14px;
	color:#6ac335;
	text-align:right;
}
.intro:hover .intro-img img{
	transform:scale(1.1); -webkit-transform:scale(1.1);-webkit-transition:all ease 0.8s;
}
.new-list{
	margin-top:22px;
}
.new-list ul li{
	position:relative;
	line-height:38px;
	text-align:right;
}
.new-list ul li i,.new-list ul li span,.new-list ul li a{
	display:inline-block;
	font-size:14px;
	color:#333;
}
.new-list ul li i{	
	position:absolute;
	top:0;
	left:4px;
	font-family:'幼圆';	
}
.new-list ul li a,.evaluat ol li a{
	display:inline-block;
	margin-left:22px;
	float:left;
	max-width:80%;
	max-height:26px;
	overflow:hidden;
	transition:all 0.8s;
}
.new-list ul li span,.evaluat ol li span{
	display:inline-block;
	color:#666;
}
.new-list ul li a:hover{
	padding-left:5px;
}
.probox,.evaluation{
	margin-top:70px;
}
.product{
	margin-top:25px;
}
.degare{
	position:relative;
	width:291px;
	float:left;
	margin-right:8px;
	background:#f8f8f8;
	border-left:2px solid #f8f8f8;
	box-shadow: 1px 5px 8px #cccccc;
}
.degare:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:2px;
	height:0px;
	background:#f8f8f8;
	transition:all 0.8s;
}
.degare:last-child{
	margin-right:0;
}
.degare ul{
	margin:30px 30px;
}
.degare ul li{
	position:relative;
	line-height:36px;
}
.degare ul li:after{
	content:'';
	position:absolute;
	top:14px;
	left:0;
	width:12px;
	height:12px;
	background:url(../images/icon-block.png) center center no-repeat;
}
.degare ul li a{
	display:block;
	font-size:14px;
	color:#333;
	margin-left:35px;
}
.degare:hover:after{
	height:100%;
	background:#009ec1;
}
.degare:hover{
	box-shadow: 1px 5px 5px #e7e7e7;
}
.evaluat-area{
	position:relative;
	margin-top:30px;
	padding-bottom:25px;
	box-shadow: 2px 5px 8px #cccccc;
}
.evaluat{
	width:570px;
}
.evaluat ol li{
	position:relative;
	line-height:52px;
	border-bottom:1px dashed #dcdcdc;
	text-align:right;
}
.evaluat ol li:last-child{
	border-bottom:none;
}
.evaluat ol li i{
	display:block;
	position:absolute;
	top:0;
	left:3px;
}
.evaluat ol li a{
	margin-left:35px;
	max-height:36px;
}
.eval-pic{
	position:absolute;
	top:3px;
	right:20px;
}
/*footer底部*/
footer{
	width:100%;	
	background:#414749;
	border-top:1px solid #009ec1;
}
.friendship{
	height:70px;
	line-height:70px;	
}
.links span,.links a{
	display:inline-block;
	font-size:14px;
	color:#ccc;
}
.links a{
	margin:0 5px;
}
.links i{
	display:inline-block;
	margin-right:8px;
}
.foot-area{
	width:100%;
	padding:16px 0;
	border-top:1px solid #545a5c;
	border-bottom:1px solid #545a5c;
}
.f-address{
	position:relative;
	width:420px;
	margin-left:130px;
	margin-top:10px;
}
.f-address:before{
	content:'';
	position:absolute;
	top:10px;
	left:-70px;
	width:1px;
	height:88%;
	background:#545a5c;
}
.f-address:after,.f-nav:after{
	content:'';
	position:absolute;
	top:10px;
	right:-28px;
	width:1px;
	height:88%;
	background:#545a5c;
}
.f-address p,.f-nav ul li a,.f-ewm p{
	font-size:14px;
	color:#ccc;
	line-height:24px;
}
.f-nav{
	position:relative;
	width:278px;
	margin-top:10px;
	margin-left:105px;
}
.f-nav:after{
	height:116%;
	top:4px;
	right:56px;
}
.f-nav ul li{
	float:left;
	margin-right:30px;
}
.f-nav ul li a{
	display:block;
}
.f-ewm{
	width:150px;
	margin-top:10px;
	text-align:center;
}
.f-ewm p{
	margin-top:7px;
}
.f-ewm img{
	padding:4px;
	border:1px solid #fff;
}
.type{
	width:100%;
	height:49px;
	line-height:49px;
	background:#373b3c;
	text-align:center;
}
.type p{
	color:#ccc;
	font-size:14px;
}
/*==========联系我们==========*/
.sub-banner{
	width:100%;
	height:300px;
	background:url(../images/banner-pro.jpg) center center no-repeat;
	background-size:cover;	
}
.graybox{
	padding-bottom:60px;
	background:#f1f1f1;
}
.mainbody{
	position:relative;
	
}
.column{
	float:left;
	width:284px;
	margin-top:-90px;
	min-height:710px;
}
.subtitle{
	height:110px;
	background:#009ec1;
	overflow:hidden;
}
.subtitle h6,.subtitle span{
	font-size:30px;
	color:#fff;
	margin-left:34px;
}
.subtitle h6{
	font-weight:normal;
	margin-top:18px;
}
.subtitle span{
	display:block;
	font-size:25px;
	margin-top:4px;
	text-transform: uppercase;
}
.col-cont{
	background:#fff;
}
.menu-list,.menu-contact{
	width:250px;
	margin:0 auto;
}
.menu-list ul{
	padding-top:20px;
}
.menu-list ul li{
	width:100%;
	position:relative;
	height:45px;
	line-height:45px;
	margin-bottom:3px;
	background:#f1f1f1;
}
.menu-list ul .act{
	background:#f1f1f1;
}
.menu-list ul li p,.menu-list ul .act p{
	color:#333;
	font-size:18px;
	margin-left:28px;
}
.menu-list ul li:hover,.menu-list ul .act{
	background:#009ec1;
}
.menu-list ul li:hover p,.menu-list ul .act p{
	color:#fff;
}
.menu-list ul li:hover:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:5px;
	height:100%;
	background:#01acd2;
}
.menu-list ul li a,.contact-our .alink,.news ul li .alink{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.menu-contact{
	padding:16px 0px 10px;
}
.menu-contact ol li{
	position: relative;
	padding:10px 0;
	border-bottom:2px solid #f1f1f1;
}
.menu-contact ol li:last-child,.product ul li:last-child{
	border-bottom:none;
}
.menu-contact ol li span{
	display:inline-block;
	font-size:14px;
	color:#333;
	margin-left:42px;
}
.menu-contact ol li font{
	position: absolute;
    top: 6px;
    left: 0;
	display:inline-block;
	width:30px;
	height:30px;
	line-height:25px;
	background:#6ac335;
	border-radius: 50%;
	text-align:center;
}
.contact-our{
	position:relative;
	margin-top:8px;
}
.contact-our span{
	display:block;
	position:absolute;
	bottom:22px;
	left:65px;
	width:153px;
	height:39px;
	font-size:24px;
	color:#fff;
	line-height:39px;
	text-align:center;
	background:rgba(0,158,193,0.7);
	border-radius:5px;
}
.contact-our:hover img{
	opacity: 0.85;
}
.main{
	float:right;
	width:814px;
	min-height:710px;
	padding:40px;
	margin-top:-30px;
	background:#fff;
}
.navigation{
	position:relative;
	font-size:14px;
	color:#666;
}
.navigation em,.navigation a,.navigation span{
	display:inline-block;	
}
.navigation a,.navigation span{
	font-size:14px;
	color:#666;
}
.sub-search-area{
	position:absolute;
	top:0;
	right:0;
}
.sub-search-area:after{
	content:'';
	position:absolute;
	top:140%;
	right:20%;
	width:1px;
	height:158%;
	background:#e5e5e5;
}
.sub-search-area p{
	font-size:14px;
	color:#009ec1;	
}
.sub-search-area .search-area{
	top:18px;
}
#allmap{
	margin-top:30px;
	margin-bottom:45px;
}
#allmap{
	width:100%;
	height:305px; 
}
.contact{
	padding-bottom:0px;	
}
.contact ul li{
	float:left;
	width:50%;
	margin-bottom:65px;
	position:relative;
}
.contact ul li:nth-child(3),.contact ul li:nth-child(4){
	margin-bottom:0;
}
.contact ul li font{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:45px;
	height:45px;
	line-height:42px;
	text-align:center;
	background:#dc3926;
	border-radius: 50%;
}
.contact ul li:nth-child(2) font{
	background:#009ec1;
	left:30px;
}
.contact ul li:nth-child(3) font{
	background:#6ac335;
}
.contact ul li:nth-child(4) font{
	background:#f05d49;
	left:30px;
}
.contact ul li:nth-child(2) .mode,.contact ul li:nth-child(4) .mode{
	margin-left:90px;
}
.mode{
	margin-left:60px;
}
.mode span{
	display:block;
	font-size:16px;
	color:#333;
	margin-bottom:2px;
	transition:all 0.8s;
}
.mode p{
	font-size:14px;
	color:#666;
}
.contact ul li:hover .mode span{
	padding-left:8px;
}
/*==========产品中心==========*/
.products{
	margin-top:50px;
}
.products ul li{
	position:relative;
	text-align:right;
	padding:12px 0;
	border-bottom:1px solid #eee;
}
.products ul li a{
	display:inline-block;
	font-size:14px;
	color:#666;
}
.products ul li .mowg{
	float:left;
	color:#333;
	margin-left:30px;
}
.products ul li i{
	display:inline-block;
	position:absolute;
	top:10px;
	left:0;
}
.products ul li span{
	color:#666;
	font-size:13px;
}
.products ul li:hover a{
	color:#009ec1;
}
.pagination{
	margin-top:45px;
	margin-bottom:10px;
	float:right;
}
.pagination a{
	display:inline-block;
	width:48px;
	height:35px;
	line-height:35px;
	font-size:14px;
	color:#444;
	text-align:center;
	margin:0 3px;
}
.pagination a.act{
	color: #fff;
    background: #0099cc;
}
.pagination .hov-page,.pagination a:hover{
	color:#fff;
	background:#0099cc;
}
.show-area{
	margin-top:60px;
}
.show-title{
	margin-top:7px;
	padding-bottom:10px;
	border-bottom:1px solid #eee;
}
.show-title h2{
	color:#009ec1;
	font-size:20px;
	font-weight:normal;
}
.time-eye{
	margin-top:10px;
}
.time-eye ul li{
	float:left;
	margin-right:10px;
}
.time-eye ul li span{
	display:inline-block;
	font-size:14px;
	color:#666;
	margin-left:4px;
}
.show-cont{
	padding:25px 0;
}

.show-cont p{
	font-size:14px;
	color:#333;
	line-height:26px;
}
.piece ul li{
	float:left;
	margin-right:40px;
}
.piece ul li span,.piece ul li a{
	display:inline-block;
	font-size:14px;
	color:#009ec1;
}
.piece ul li:hover a{
	text-decoration: underline;
}
.show-cont table{
	width:100%;
	border:4px solid #eee;
}
.show-cont table td{
	font-size:14px;
	color:#333;
	height:36px;
	line-height:36px;
	text-transform: uppercase;
	border:1px solid #eee;
}
/*==========关于我们==========*/
.about{
	margin-top:25px;
}
.about-cont{
	margin-top:20px;
}
.about-cont img,.show-cont img{
	margin:10px 0;
}
.about-cont span{
	display:block;
	color:#009ec1;
	font-size:16px;
	margin:6px 0;
}
.about-cont p{
	font-size:14px;
	color:#333;
	line-height:26px;
}
.cooper{
	margin-top:36px;
}
.cooper ul li{
	float:left;
	margin:2px;
	border:1px solid #e9e9e9;
}

/*==========新闻中心==========*/
.news{
	margin-top:30px;
}
.news ul li{
	position:relative;
	padding:14px 0;
	border-bottom:1px solid #e5e5e5;
}
.new-date{
	position:absolute;
	top:10px;
	left:0;
	text-align:center;
}
.new-date span,.new-date i,.new-date font{
	display:block;
}
.new-date span{
	font-size:28px;
	color:#333;
}
.new-date i{
	width:75px;
	height:1px;
	background:#eee;
	margin:8px 0;
}
.new-date font{
	font-size:18px;
	color:#999;
}
.news-cont{
	margin-left:95px;
}
.news-cont h4{
	font-size:16px;
	color:#333;
	font-weight:normal;
	margin-bottom:7px;
	transition:all 0.8s;
}
.news-cont p{
	font-size:14px;
	color:#666;
	line-height:24px;
}
.news ul li:hover{
	border-bottom:1px solid #009ec1;
}
.news ul li:hover .news-cont h4{
	color:#009ec1;
	padding-left:10px;
}
/*==========人才招聘==========*/
.recruit{
	padding:30px 0 20px;
}
.m-ddtxt{
	display:none;
}
.list-recruit {
  margin-bottom: 50px;
}
.list-recruit dl{
	margin-bottom:12px;
}
.list-recruit .up {
  border-bottom-color: #0e438f;
}
.list-recruit .up dt{
	background:#009ec1;
}
.list-recruit .up dt font{
	color:#fff;
}
.list-recruit .up dd{
	border-left:1px solid #e9e9e9;
	border-right:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
}
.list-recruit .up dt span {
  background-position: 0 0;
}
.dl-rec-txt dd {
  max-width: 920px;
}
.pd-cont {
  padding: 20px;
}
.dl-rec-txt dt{
  position: relative;
  font-size: 17px;
  color:#444;
  height:65px;
  padding-left:20px;
  line-height: 65px;
  background:#faf9f9;
  cursor: pointer;
}
.dl-rec-txt dt font{
	display:inline-block;
	margin-right:12px;
}
.dl-rec-txt dt:hover{
	color:#009ec1;
}
.dl-rec-txt dt span {
  position: absolute;
  display: block;
  top: 50%;
  right: 14px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  background: url(../images/ul-rec-btn.png) no-repeat 0 100%;
}
.dov{
	padding:14px;
}
.dov:last-child{
	border-bottom:none;
}
.dov strong{
	display:block;
	font-size:16px;
	color:#000;
	padding:10px 0;
}
.dov p{
	font-size:14px;
	color:#333;
	line-height:26px;
}
.dov a{
	display:block;
	font-size:14px;
	color:#009ec1;
	margin:10px 0;
}

/*----------适配----------*/
@media(max-width:1400px){
	#banner .item{height:450px;}
}
	

