
/*幻灯片CSS*/
#banner {
  	width: 100%;
  	position: relative;
}
#banner .hd {
  	position: absolute;
  	bottom: 28px;
  	left: 50%;
  	z-index: 10;
  	font-size: 0;
  	transform: translate(-50%,0);
  	-ms-transform: translate(-50%,0);
  	-webkit-transform: translate(-50%,0);
  	-moz-transform: translate(-50%,0);
  	-o-transform: translate(-50%,0);
}
#banner .hd li {
  	width: 12px;
  	height: 12px;
  	background-color: #ffffff;
  	display: inline-block;
  	margin: 0 8px;
  	cursor: pointer;
	border-radius: 100%;
}
#banner .hd .on {
  	background-color: #00A0E8;
}
#banner .bd a {
  	display: block;
  	width: 100%;
  	height: 690px;
  	background-repeat: no-repeat;
  	background-position: center;
}
/*幻灯片CSS*/

/* 热词搜索+搜索框搜索 */
.section1{
	font-size: 0;
	padding: 22px 0;
	border-bottom: 2px solid #f5f5f5;
}
.section1 .left{
	
}
.section1 .left span{
	font-size: 14px;
	color: #666666;
	padding: 10px 0;
}
.section1 .left .list{
	
}
.section1 .left .list li{
	margin-left: 10px;
}
.section1 .left .list li:first-child{
	margin-left: 0;
}
.section1 .left .list li a{
	font-size: 14px;
	padding: 10px 0;
	color: #666666;
	display: block;
	transition: all .3s;
}
.section1 .left .list li:hover a{
	color: #00a0e8;
}
.section1 .right{
	
}
.section1 .right .form{
	background: #ececec;
	border-radius: 50px;
	overflow: hidden;
}
.section1 .right .form input{
	height: 34px;
}
.section1 .right .form input.input{
	width: 230px;
	border: none;
	background: transparent;
	padding: 0 15px;
}
.section1 .right .form input.submit{
	width: 52px;
	font-size: 0;
	background: #00a0e8 url(../images/search.png) no-repeat center;
	border: none;
	border-radius: 50px;
}
/* 热词搜索+搜索框搜索 */

/* 产品中心 */
.section2{
	padding-top: 20px;
	padding-bottom: 70px;
}
.section2 .left{
	width: 240px;
}
.section2 .left .cate_title{
	background: #00a0e8;
	padding: 15px 0 18px 11px;
}
.section2 .left .cate_title .title{
	font-size: 24px;
	color: #ffffff;
	padding-left: 37px;
	background: url(../images/icon1.png) no-repeat left center;
	margin-bottom: 10px;
	letter-spacing: 4px;
}
.section2 .left .cate_title .desc{
	font-size: 16px;
	color: #ffffff;
	letter-spacing: 4px;
	text-transform: capitalize;
}
.section2 .left .scroll{
	overflow: hidden;
	background: #00A0E8;
	margin-top: 2px;
	height: 431px;
}
.section2 .left .cate_list{
	margin-right: -20px;
	overflow-y: scroll;
	background: #ffffff;
	max-height: 431px;
}
.section2 .left .cate_list>li{
	margin-top: 2px;
}
.section2 .left .cate_list>li:first-child{
	margin-top: 0;
}
.section2 .left .cate_list>li>a{
	display: block;
	font-size: 18px;
	color: #ffffff;
	background: #00A0E8;
	line-height: 20px;
	padding: 15px 30px;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.section2 .left .cate_list>li>.cate_erji{
	display: none;
	background: #00A0E8;
	margin-top: 2px;
}
.section2 .left .cate_list>li>.cate_erji>li{

}
.section2 .left .cate_list>li>.cate_erji>li>a{
	display: block;
	font-size: 16px;
	color: #ffffff;
	line-height: 15px;
	padding: 10px 40px;
}
.section2 .left .cate_list>li:hover>a,
.section2 .left .cate_list>li.active>a{
	background: #028bc8;
}
.section2 .left .cate_contact{
	background: #00A0E8;
	margin-top: 2px;
	padding: 30px 0 44px 11px;
}
.section2 .left .cate_contact p{
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 20px;
}
.section2 .left .cate_contact strong{
	font-size: 24px;
	color: #fcc900;
	font-weight: bold;
	display: block;
}
.section2 .right{
	width: 930px;
}
.section2 .right .cate_title{
	background: #00a0e8;
	padding: 23px 15px;
}
.section2 .right .cate_title .title{
	padding-left: 35px;
	background: url(../images/icon1.png) no-repeat left center;
}
.section2 .right .cate_title .title .zh_title{
	font-size: 24px;
	color: #ffffff;
}
.section2 .right .cate_title .title .en_title{
	font-size: 16px;
	color: #ffffff;
	padding: 4px 0;
	margin-left: 18px;
}
.section2 .right .cate_title .more{
	
}
.section2 .right .cate_title .more a{
	display: block;
	font-size: 16px;
	color: #ffffff;
	height: 24px;
	line-height: 24px;
}
.section2 .right .list{
	margin-top: 30px;
}
.section2 .right .list li{
	width: 282px;
	margin-right: 42px;
	margin-top: 30px;
}
.section2 .right .list li:nth-child(1),
.section2 .right .list li:nth-child(2),
.section2 .right .list li:nth-child(3){
	margin-top: 0;
}
.section2 .right .list li:nth-child(3n){
	margin-right: 0;
}
.section2 .right .list li .pic{
	width: 100%;
	height: 226px;
	overflow: hidden;
	border: 1px solid #f1f1f1;
}
.section2 .right .list li .pic a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.section2 .right .list li .pic img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.section2 .right .list li .title{
	
}
.section2 .right .list li .title a{
	display: block;
	font-size: 16px;
	color: #666666;
	padding: 10px 0;
	text-align: center;
}
/* 产品中心 */

.ad1{
	font-size: 0;
}
.ad1 .title{
	font-size: 40px;
	color: #ffffff;
	font-weight: bold;
	margin: 80px 0;
}
.ad1 .content{
	width: 670px;
	padding-right: 45px;
	margin-top: 78.5px;
	margin-bottom: 33.5px;
}
.ad1 .content .tel{
	background: rgba(45,68,55,.75);
	font-size: 0;
	text-align: center;
	padding: 44px 0 10px 0;
	position: relative;
}
.ad1 .content .tel:after{
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	right: -42px;
	width:0;
	height:0;
	border-top:88px solid rgba(45,68,55,.75);
	border-right:42px solid transparent;
}
.ad1 .content .tel .icon{
	width: 34px;
	height: 34px;
	display: inline-block;
	vertical-align: top;
}
.ad1 .content .tel .num{
	font-size: 28px;
	color: #ffffff;
	display: inline-block;
	vertical-align: top;
	padding: 3px 0;
	margin: 0 5px 0 15px;
}
.ad1 .content .tel .more{
	width: 112px;
	height: 28px;
	margin: 3px 0;
	background: url(../images/more.png) no-repeat center;
	display: inline-block;
	vertical-align: top;
	font-size: 0;
}
.ad1 .content .tel .piao{
	position: absolute;
	right: 0;
	bottom: 53px;
	background: rgba(235,142,4,1);
	width: 590px;
	padding: 20px 0 10px 0;
}
.ad1 .content .tel .piao:after{
	content: '';
	display: inline-block;
	position: absolute;
	z-index: 9;
	top: 0;
	right: -42px;
	width:0;
	height:0;
	border-top:80px solid rgba(235,142,4,1);
	border-right:42px solid transparent;
}
.ad1 .content .tel .piao h3{
	font-size: 34px;
	color: #ffffff;
}
.ad1 .content .tel .piao p{
	font-size: 16px;
	color: #ffffff;
}

.gongyong{
	text-align: center;
}
.gongyong .title{
	
}
.gongyong .title span{
	font-size: 60px;
	color: #333333;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	padding-left: 15px;
	position: relative;
}
.gongyong .title span:before{
	content: '';
	display: inline-block;
	position: absolute;
	width: 119px;
	height: 41px;
	background: url(../images/icon2.png) no-repeat center;
	left: -119px;
	top: 50%;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.gongyong .title a{
	font-size: 60px;
	color: #00a0e8;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	padding-right: 15px;
	position: relative;
}
.gongyong .title a:after{
	content: '';
	display: inline-block;
	position: absolute;
	width: 119px;
	height: 41px;
	background: url(../images/icon2.png) no-repeat center;
	right: -119px;
	top: 50%;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.gongyong .desc{
	font-size: 24px;
	color: #333333;
	margin-top: 20px;
}

.section3{
	padding-top: 70px;
	padding-bottom: 70px;
}
.section3 .about{
	margin-top: 45px;
}
.section3 .about .pic{
	width: 560px;
	height: 336px;
	overflow: hidden;
}
.section3 .about .pic a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.section3 .about .pic img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.section3 .about .content{
	width: 600px;
	padding-top: 52px;
}
.section3 .about .content .title{
	font-size: 0;
	margin-bottom: 20px;
}
.section3 .about .content .title a{
	display: inline-block;
	font-size: 24px;
	color: #333333;
}
.section3 .about .content .desc{
	font-size: 16px;
	color: #333333;
	line-height: 25px;
	height: 200px;
	overflow: hidden;
}
.section3 .about .content .desc *{
	font-size: 16px;
	color: #333333;
	line-height: 25px;
}
.section3 .about .content .more{
	
}
.section3 .about .content .more a{
	display: block;
	width: 160px;
	height: 40px;
	background: #00a0e8;
	border-radius: 5px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
}

.section4{
	padding-bottom: 70px;
}
.section4 .content{
	margin-top: 55px;
}
.section4 .content .iconlist{
	border: 1px solid #e9e9e9;
	margin-bottom: 50px;
}
.section4 .content .iconlist a{
	width: 20%;
	padding: 12px 0;
	border-right: 1px solid #e9e9e9;
	cursor: pointer;
	transition: all .3s;
}
.section4 .content .iconlist a:last-child{
	border-right: none;
}
.section4 .content .iconlist a .pic{
	width: 50px;
	height: 50px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.section4 .content .iconlist a .pic img{
	position: absolute;
	max-height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transition: all .3s;
}
.section4 .content .iconlist a .pic img.img{
	z-index: 10;
	opacity: 1;
}
.section4 .content .iconlist a .pic img.img_active{
	z-index: -10;
	opacity: 0;
}
.section4 .content .iconlist a .title{
	font-size: 18px;
	color: #666666;
	text-align: center;
	margin-top: 8px;
	transition: all .3s;
}
.section4 .content .iconlist a.active{
	background: #00a0e8;
}
.section4 .content .iconlist a.active .pic img.img{
	z-index: -10;
	opacity: 0;
}
.section4 .content .iconlist a.active .pic img.img_active{
	z-index: 10;
	opacity: 1;
}
.section4 .content .iconlist a.active .title{
	color: #ffffff;
}
.section4 .content .qiehuan{
	
}
.section4 .content .qiehuan .qiehuan_item{
	display: none;
}
.section4 .content .qiehuan .qiehuan_item:first-child{
	display: block;
}
.section4 .content .qiehuan .qiehuan_item a{
	display: block;
	height: 545px;
	overflow: hidden;
	position: relative;
}
.section4 .content .qiehuan .qiehuan_item a .pic{
	height: 100%;
	position: relative;
}
.section4 .content .qiehuan .qiehuan_item a .pic img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.section4 .content .qiehuan .qiehuan_item a .title{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 58px;
	line-height: 58px;
	background: rgba(0,0,0,.5);
	text-align: center;
	font-size: 20px;
	color: #ffffff;
}

.section5{
	padding-bottom: 100px;
}
.section5 .news{
	margin-top: 40px;
}
.section5 .news .left{
	width: 410px;
}
.section5 .news .left .pic{
	height: 170px;
	display: block;
	overflow: hidden;
	position: relative;
}
.section5 .news .left .pic img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.section5 .news .left .content{
	padding-top: 14px;
}
.section5 .news .left .content .title{
	margin-bottom: 12px;
	font-size: 0;
}
.section5 .news .left .content .title a{
	display: inline-block;
	font-size: 18px;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	transition: all .3s;
}
.section5 .news .left .content .title a:hover{
	color: #00a0e8;
}
.section5 .news .left .content .desc{
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
}
.section5 .news .left .content .more{
	margin-top: 20px;
}
.section5 .news .left .content .more a{
	display: block;
	width: 197px;
	height: 54px;
	border: 2px solid #00a0e8;
	border-radius: 5px;
	font-size: 16px;
	color: #00a0e8;
	text-align: center;
	line-height: 50px;
}
.section5 .news .right{
	width: 750px;
}
.section5 .news .right .item{
	margin-top: 30px;
}
.section5 .news .right .item:first-child{
	margin-top: 0;
}
.section5 .news .right .item .pic{
	width: 130px;
	height: 100px;
	overflow: hidden;
	position: relative;
	background: #eeeeee;
}
.section5 .news .right .item .pic img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.section5 .news .right .item .content{
	width: 500px;
	margin-left: 20px;
	padding-right: 20px;
	border-right: 2px solid #eeeeee;
}
.section5 .news .right .item .content .title{
	font-size: 0;
	margin-bottom: 10px;
}
.section5 .news .right .item .content .title a{
	display: inline-block;
	font-size: 18px;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	transition: all .3s;
}
.section5 .news .right .item .content .title a:hover{
	color: #00a0e8;
}
.section5 .news .right .item .content .desc{
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
}
.section5 .news .right .item .time{
	text-align: center;
	padding: 7px 0;
	width: 100px;
}
.section5 .news .right .item .time strong{
	font-size: 48px;
	color: #00a0e8;
	font-weight: bold;
	display: block;
}
.section5 .news .right .item .time p{
	font-size: 14px;
	color: #333333;
	margin-top: 24px;
}