@font-face {
    font-family: 'Bebas';
    src: url('../font/Bebas.eot');
    src: local('Bebas Regular'),
    local('Bebas'),
    url('../font/Bebas.woff') format('woff'),
    url('../font/Bebas.ttf') format('truetype'),
    url('../font/Bebas.svg#Bebas') format('svg');
}
*{
	margin: 0;
	padding: 0;
}
.w1200{
	width: 1200px;
	margin: 0 auto;

}
header{
	background: url(../img/header.png)  no-repeat top center;
	height: 144px;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
}
.bocweb-header{
	height: 100%;
}
.bocweb-logo{
	display: block;
	width: 144px;
	height: 100%;
	line-height: 133px;
	float: left;
}
.bocweb-menu{
	float: right;
	width: 976px;
}
.pfoduct-info{
	padding-bottom: 20px;
}
.bocweb-menu-top{
	width: 100%;
}
.bocweb-menu-top p{
	float: right;
	background: url(../img/img_1.png) no-repeat left center;
	padding-left: 21px;
	font-size: 12px;
	color: #9a9a9a;
	line-height: 31px;
}
.bocweb-menu-nav ul{
	float: right;
}
.bocweb-menu-nav ul li{
	float: left;
	height: 70px;
	line-height: 70px;
	padding:0 20px;
	position: relative;
}
.bocweb-menu-nav ul li span{
	display: block;
	position: absolute;
	bottom:0;
	width: 100%;
	left: 0;
	background: #fff;
	height: 0px;
	z-index: 2;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.bocweb-menu-nav ul li:hover span{
	height: 100%;
}
.bocweb-menu-nav ul li.on:hover span{
	height: 100%;
}
.bocweb-menu-nav ul li b{
	display: block;
	position: relative;
	z-index: 10;
}
.bocweb-menu-nav ul li.on span{
	height: 3px;
}
.bocweb-menu-nav ul li a{
	display: block;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	position: relative;
	z-index: 5;
	transition:all 0.3s;
}
.bocweb-menu-nav ul li.on a{
}
.bocweb-menu-nav ul li:hover a{
	color: #018FCF;
	transition:all 0.3s;
}
.bocweb-search{
	float: right;
	background: #fff;
	margin-top: 24px;
	height: 26px;
	border-radius: 20px;
	margin-left: 50px;
}
.bocweb-search input[type=text]{
	width: 130px;
	height: 26px;
	padding:0 10px;
	border:none;
	float: left;
	background: none
}
.bocweb-search input[type=submit]{
	width: 28px;
	height: 26px;
	background: url(../img/img_2.png) no-repeat center left;
	float: left;
	border:none;

}
footer{
	background: #1e1e1e
}
.bocweb-footer-left ul{
	float: left;
	width: 132px;
}
.bocweb-footer-left ul li.first{
	padding:45px 0 27px 0;
	color: #fff;
	font-size: 14px;
}
.bocweb-footer-left ul li a{
	font-size: 	13px;
	color: #fff;
	line-height: 24px;
	opacity: 0.3;
	filter: alpha(opacity=30);
	transition:all 0.3s;

}
.bocweb-footer-left ul li a:hover{
	opacity: 1;
	filter: alpha(opacity=1);
	transition:all 0.3s;

}
.bocweb-footer-left{
	width: 830px;
	height: 320px;	
	float: left;
	border-right: 1px solid #353535
}
.bocweb-footer-right{
	float: right;
	width: 260px;
}
.bocweb-footer-right h2{
	font-size: 14px;
	color: #ffffff;
	line-height: 24px;
	padding:44px 0 27px 0 ;
	font-weight: bold;
}
.bocweb-footer-right p{
	font-size: 12px;
	color: #fff;
	opacity: 0.5;
	filter: alpha(opacity=50);
	line-height: 22px;
}
#share{
	margin-top: 35px;
	border-top: 1px solid #353535;
	padding-top: 14px;
}
#share .bds_tsina{
	width: 22px;
	height: 22px;
	display: block;
	float: left;
	background: url(../img/img_3.png) no-repeat center center;
	padding: 0;
	margin-right: 25px;
	opacity: 1;
	filter: alpha(opacity=1);
	transition:all 0.3s;
}
#share .bds_tsina:hover{
	background: url(../img/img_6.png) no-repeat center center;
	transition:all 0.3s;
}
#share .bds_weixin:hover{
	background: url(../img/img_7.png) no-repeat center center;
	transition:all 0.3s;
}

#share .bds_tqq:hover{
	background: url(../img/img_8.png) no-repeat center center;
	transition:all 0.3s;
}

#share .bds_weixin{
	width: 22px;
	height: 22px;
	display: block;
	float: left;
	background: url(../img/img_4.png) no-repeat center center;
	padding: 0;
	margin-right: 25px;
	transition:all 0.3s;
	opacity: 1;
	filter: alpha(opacity=1);
}
#share .bds_tqq{
	width: 23px;
	height: 22px;
	display: block;
	float: left;
	background: url(../img/img_5.png) no-repeat center center;
	padding: 0;
	margin-right: 25px;
	transition:all 0.3s;
	opacity: 1;
	filter: alpha(opacity=1);
}
.bocweb-footer-bt{
	background: #000;
	position: relative;
	z-index: 2;
}
.bocweb-footer-bt p{
	font-size: 13px;
	color: #fff;
	opacity: 0.4;
	float: left;
	width: 630px;
	line-height: 53px;
	filter: alpha(opacity=40);
}
.bocweb-footer-bt p a{
	color: #fff;
}
.bocweb-bt-right{
	position: relative;
	float: right;
	margin-top: 17px;
	width: 136px;
	border:1px solid #4a4a4a;
	padding:0 7px;
	height: 22px;
	cursor: pointer;
	background: url(../img/img_9.png) no-repeat  130px center;
}
.bocweb-bt-right span{
	opacity: 0.5;
	font-size: 12px;
	color: #fff;
	filter: alpha(opacity=50);
	line-height: 22px;
	display: block;
	transition:all 0.3s;
}
.bocweb-bt-right span:hover{
	opacity: 1;
	filter: alpha(opacity=1);
	transition:all 0.3s;
}
.bocweb-bt-right ul{
	position: absolute;
	width: 136px;
	padding:0 7px;
	bottom: 22px;
	left: -1px;
	display: none;
	border:1px solid #4a4a4a;
	border-bottom: none;
	transition:all 0.3s;

}
.bocweb-bt-right ul a{
	display: block;
	font-size: 12px;
	color: #fff;
	opacity: 0.5;
	line-height: 22px;
	filter: alpha(opacity=50);
	transition:all 0.3s;
}
.bocweb-bt-right ul a:hover{
	opacity: 1;
	filter: alpha(opacity=1);
	transition:all 0.3s;
}
.bocweb-bt-right:hover ul{
	display: block;
	transition:all 0.3s;
}
.device{
	position: relative;
}
#swipere1 {
	width: 100%;
	height: 900px;
	overflow: hidden;
	position: relative;
}
#swipere1 .swiper-slide{
	position: relative;
	width: 100%;
	height: 900px;
	overflow: hidden;
}
#swipere1 .swiper-slide img{
	position: relative;
	width: 1920px;
	left:50%;
	margin-left: -960px;
}
.device .arrow-left{
	position: absolute;
	background: url(../img/img_10.png) no-repeat center center;
	width: 42px;
	height: 77px;
	top: 50%;
	margin-top: -21px;
	left: 129px;
	z-index: 10;
	transition:all 0.3s;
}
.device .arrow-left:hover{
	background: url(../img/img_12.png) no-repeat center center;
	transition:all 0.3s;
}
.device .arrow-right:hover{
	background: url(../img/img_13.png) no-repeat center center;
	transition:all 0.3s;
}
.device .arrow-right{
	position: absolute;
	background: url(../img/img_11.png) no-repeat center center;
	width: 42px;
	height: 77px;
	top: 50%;
	margin-top: -21px;
	right: 129px;
	z-index: 10;
	transition:all 0.3s;
}
.slide-poa{
	position: absolute;
	width: 910px;
	margin: 0 auto;
	left: 50%;
	margin-left: -455px;
	text-align: center;
	top: 258px;
}
.slide-poa h2{
	font-size: 80px;
	color: #fff;
	line-height: 110px;
	text-transform: uppercase;
}
.slide-poa h3{
	font-size: 24px;
	color: #fff;
	line-height: 44px;
	padding-bottom: 25px;
}
.slide-poa p{
	font-size: 13px;
	color: #fff;
	line-height: 24px;
	padding-bottom: 55px;
}
.slide-poa .slide-poaa{
	margin: 0 auto;
}
.slide-poaa{
	display: block;
	width: 171px;
	height: 47px;
	padding-left:20px;
	background: url(../img/img_14.png) no-repeat center center;
}
.slide-poaa span{
	display: block;
	line-height: 47px;
	font-size: 14px;
	color: #000;
	text-align: left;
	font-family: "Arial";
	background: url(../img/img_15.png) no-repeat 140px center;
	transition:all 0.3s;
}
.slide-poaa span:hover{
	background: url(../img/img_15.png) no-repeat 150px center;
	transition:all 0.3s;
}
.wel-one{
	/*margin-top: -68px;*/
	position: relative;
	cursor: pointer;
}
.wel-one-left{
	float: left;
	width: 958px;
	width: 50%;
	height: 619px;
	overflow: hidden;
	position: relative;
	left: -100px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.wel-one-left img{
	width: 958px;
	position: relative;
	left: 50%;
	margin-left: -479px;
	transition:transform 0.5s;
}
.wel-one:hover .wel-one-left img{
	/*transform:scale(1.2);*/
	transition:transform 0.5s;
}
.wel-one-poa{
	position: absolute;
	background: url(../img/img_17.png) no-repeat center center;
	width: 100%;
	/*height: 542px;*/
	height: 474px;
	padding-top: 145px;
	z-index: 2;
	/*top: -68px;*/
	opacity: 0;
	filter: alpha(opacity=0);
	right: -500px;
}
.wel-one-work{
	width: 567px;
	position: absolute;
	top: 145px;
}
.wel-one-work h2{
	text-transform: uppercase;
	font-family: "Arial";
	font-size: 64px;
	color: #fff;
	line-height: 72px;
	padding-bottom: 25px;
	font-weight: bold;
}
.wel-one-work h3{
	font-size: 24px;
	color: #fff;
	line-height: 44px;
}
.wel-one-work p{
	font-size: 12px;
	color: #fff;
	line-height: 24px;
	padding-bottom: 75px;
}
.picscroll-right{
	width:40.3%;
	height: 600px;
	line-height: 600px;
	overflow: hidden;
	float: right;
	position: relative;
	opacity: 0;
	filter: alpha(opacity=0);
	right: -100px;
}
.picscroll-right img{
	width: 100%;
	position: relative;
	transition:transform 0.5s;
}
#swiper2 .swiper-slide:hover img{
	/*transform:scale(1.2);*/
	transition:transform 0.5s;
}
.picScrolls .bd li{
	width: 100%;
	height: 661px;
	position: relative;
	overflow: hidden;
}
.picscroll-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 661px;
	background: url(../img/img_19.png) no-repeat center center;
	cursor: pointer;
	left: -200px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.picscroll-left-work{
	position: absolute;
	top: 78px;
}
#swiper2 .btn{
	opacity: 0;
	filter: alpha(opacity=0);
}
.picscroll-left-work h2{
	font-size: 64px;
	color: #018fcf;
	font-family: "Arial";
	font-weight: bold;
	line-height: 74px;
	text-transform: uppercase;
	font-weight: bold;
}
.picScrolls{
	height: 661px;
}
.picscroll-left-work h3{
	padding-top: 14px;
	font-size: 24px;
	color: #333333;
	line-height: 44px;
	padding-bottom: 9px;
	background: url(../img/img_20.png) no-repeat bottom left;
	margin-bottom: 22px;
}
.picscroll-left-work p{
	background: url(../img/img_21.png) no-repeat left center;
	padding-left: 20px;
	font-size: 14px;
	line-height: 32px;
}
.picscroll-left-work .slide-poaa{
	margin-top: 60px;
}
#swiper2 .swiper-slide{
	position: relative;
	overflow: hidden;
}
#swiper2 .prev{
	position: absolute;
	width: 79px;
	height: 45px;
	background: url(../img/img_22.png) no-repeat center center;
	top: 224px;
	z-index: 100;
	transition:all 0.3s;
}
#swiper2 .prev:hover{
	background: url(../img/img_23.png) no-repeat center center;
	transition:all 0.3s;
}
#swiper2 .next:hover{
	background: url(../img/img_25.png) no-repeat center center;
	transition:all 0.3s;
}
#swiper2 .next{
	position: absolute;
	width: 79px;
	height: 45px;
	background: url(../img/img_24.png) no-repeat center center;
	top: 289px;
	z-index: 100;
	transition:all 0.3s;
}
.wel-three {
	padding-top: 
}
.wel-three-nav h2{
	font-size: 64px;
	color: #333;
	line-height: 84px;
	padding-top: 75px;
	font-family: "Arial";
	font-weight: bold;
	text-transform: uppercase;
	opacity: 0;
	filter: alpha(opacity=0);
	position: relative;
	top: 100px;
}
.wel-three-nav p{
	font-size: 24px;
	color: #333333;
	line-height: 44px;
	padding-bottom: 40px;
	opacity: 0;
	filter: alpha(opacity=0);
	position: relative;
	top: 100px;	
}
.picScroll-left{
	position: relative;
	top: 100px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.picScroll-left a{
	display: block;
}
.picScroll-left .bd li{
	width: 100%;
	overflow: hidden;
}
.picScroll-left .bd dl{
	width: 110%;
}
.picScroll-left .bd dd{
	width: 347px;
	margin-right: 79px;
	float: left;
}
.pic-img{
	width: 347px;
	height: 182px;
	overflow: hidden;
}
.pic-img img{
	transition:transform 0.5s;	
}
.picScroll-left .bd dd:hover .pic-img img{
	transform:scale(1.2);
	transition:transform 0.5s;	
}
.picScroll-left h2{
	font-size: 16px;
	color: #333333;
	line-height: 26px;
	padding:15px 0 ;
}
.picScroll-left p{
	font-size: 13px;
	color: #888888;
	line-height: 20px;
	height: 40px;
}
.picScroll-left span{
	display: block;
	font-size: 14px;
	color: #888888;
	line-height: 24px;
	padding-top: 25px;
	transition:all 0.3s;
}
.picScroll-left dd:hover span{
	color: #018fcf;
	transition:all 0.3s;
}
.picScroll-left .hd ul{
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding:25px 0 30px;
	overflow: hidden;
}
.picScroll-left .hd ul li{
	cursor: pointer;
	width: 11px;
	height: 11px;
	float: left;
	background: url(../img/img_27.png) no-repeat center center;
	margin: 0 5px;
	text-indent: -9999px;
}
.picScroll-left .hd ul li.on{
	background: url(../img/img_28.png) no-repeat center center;
}
.wel-four{
	background: #f5f5f5;
}
.wel-four-nav h2{
	font-size: 64px;
	color: #333333;
	line-height: 84px;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 53px;
	opacity: 0;
	filter: alpha(opacity=0);
	position: relative;
	top: 100px;
}
.wel-four-nav p{
	font-size: 24px;
	color: 3333333;
	line-height: 44px;	
	opacity: 0;
	filter: alpha(opacity=0);
	position: relative;
	top: 100px;
}
.wel-four-ul{
	width: 103%
}
.wel-four-ul li{
	width: 277px;
	height: 197px;
	position: relative;
	float: left;
	margin-right: 30px;
	opacity: 0;
	filter: alpha(opacity=0);
	top: 100px;
}
.wel-four-ul li p{
	width: 100%;
	position: absolute;
	padding-top: 154px;
	background: url(../img/img_30.png) no-repeat bottom center;
	font-size: 16px;
	color: #fff;
	line-height: 26px;
	padding-bottom: 14px;
	text-align: center;
	bottom:0;
	left: 0
}
.wel-four-ul{
	padding:50px 0;
}
.optop{
	opacity: 0;
	filter: alpha(opacity=0);
	position: relative;
	top:100px;
}
.about-nav{
	width: 100%;
	height: 650px;
	position: relative;
	overflow: hidden;
}
.about-nav>img{
	position: relative;
	width: 1920px;
	height: 100%;
	left: 50%;
	margin-left: -960px;
}
.about-nav-poa{
	width: 1200px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top: 340px;
}
.about-nav-poa h2{
	font-size: 72px;
	color: #fff;
	line-height: 82px;
	font-weight: bold;
	padding-bottom: 20px;
}
.about-nav-poa p{
	font-size: 28px;
	color: #fff;
	line-height: 38px;
}
.about-one{
	padding-bottom: 50px;
}
.about-one-left{
	width: 654px;
	float: left;
	background: url(../img/img_31.png) no-repeat left 120px;
}
.about-one-left h2{
	font-size: 32px;
	color: #333333;
	line-height: 46px;
	padding-top: 52px;
}
.about-one-left span{
	display: block;
	font-size: 13px;
	color: #666;
	line-height: 26px;
	text-transform: uppercase;
	padding-bottom: 17px;
}
.about-one-left p{
	font-size: 13px;
	color: #888888;
	line-height: 24px;
	padding-bottom: 20px;
}
.about-one-right{
	position: relative;
	width: 520px;
	height: 408px;
	float: right;
	overflow: hidden;
	margin-top: 120px;
}
.about-one-right-poa{
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/img_32.png) no-repeat center center;
	top: 0;
	right: 0;
	z-index: 2;
}
.about-two{
	width: 100%;
	height: 546px;
	background: url(../img/img_3.jpg) no-repeat center center;
}
.about-two-nav h2{
	text-align: center;
	font-size: 64px;
	font-weight: bold;
	font-family: "Arial";
	color: #fff;
	line-height: 86px;
	padding-top: 49px;
	text-transform: uppercase;
}
.about-two-nav p{
	font-size: 24px;
	color: #fff;
	text-align: center;
	color: #fff;
	line-height: 34px
}
.picScrollww .bd li{
	width:168px;
	padding:31px 56px 0 56px;
	float: right;
	margin-right: 180px;
	background: #fff;
	height: 262px;
	cursor: pointer;
}
.picScrollww{
	margin-top: 30px;
	text-align: center;
}
.picScrollww .none{
	display: inline-block;
	zoom: 1;
	*display: inline;
	transition:all 0.3s;
}
.picScrollww .pic-imgs{
	padding-bottom: 30px;
}
.picScrollww .block{
	display: none;
	transition:all 0.3s;
}
.picScrollww .bd li:hover .none{
	display: none;
	transition:all 0.3s;
}
.picScrollww .bd li:hover .block{
	display: inline-block;
	zoom: 1;
	*display: inline;
	transition:all 0.3s;
}
.picScrollww h2{
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	padding-bottom: 5px;
}
.picScrollww p{
	font-size: 13px;
	color: #888888;
	line-height: 26px;
}
.picScrollww .hd ul{
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding:25px 0 0 0;
	overflow: hidden;
}
.picScrollww .hd ul li{
	cursor: pointer;
	width: 11px;
	height: 11px;
	float: left;
	background: url(../img/img_40.png) no-repeat center center;
	margin: 0 5px;
	text-indent: -9999px;
}
.picScrollww .hd ul li.on{
	background: url(../img/img_41.png) no-repeat center center;
}
.about-three-nav{
	background: url(../img/img_42.png) no-repeat center 50px;
}
.about-three-nav h2{
	font-size: 64px;
	color: #333333;
	line-height:74px;
	font-family: "Arial";
	font-weight: bold;
	padding-top: 45px;
	text-transform: uppercase;
}
.about-three-nav p{
	font-size: 24px;
	color: #333333;
	line-height: 34px;
	padding-bottom: 40px;
}
.picScrollee .bd li{
	padding:0px 2px 10px 2px;
}
.picScrollee .bd li dl{
	width: 105%
}
.picScrollee .bd li dd{
	width: 277px;
	margin-right: 29px;
	float: left;
	box-shadow: 0 5px 5px #ebebeb;
	height: 387px;
	cursor: pointer;
}
.picScrollee .bd li dd .pic{
	width: 100%;
	height: 201px;
	overflow: hidden;
	cursor: pointer;
}
.picScrollee .bd li dd .pic img{
	max-width: 100%;
	width: 100%;
	transition:transform 0.5s;	
}
.picScrollee .bd li dd:hover .pic img{
	transform:scale(1.2);
	transition:transform 0.5s;	
}
.picScrollee .bd li dd .picc h2{
	font-size: 16px;
	color: #333333;
	line-height: 26px;
	padding: 20px 0 10px 0;
	background: url(../img/img_44.png) no-repeat bottom center;
	text-align: center;
}
.picScrollee .bd li dd .picc p{
	width: 222px;
	margin: 0 auto;
	text-align: center;
	font-size: 13px;
	color: #888888;
	line-height: 24px;
	padding-top: 10px;
}
.picScrollee .hd ul{
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding:25px 0 30px;
	overflow: hidden;
}
.picScrollee .hd ul li{
	cursor: pointer;
	width: 11px;
	height: 11px;
	float: left;
	background: url(../img/img_27.png) no-repeat center center;
	margin: 0 5px;
	text-indent: -9999px;
}
.picScrollee .hd ul li.on{
	background: url(../img/img_28.png) no-repeat center center;
}
.about-four{
	background: #f5f5f5
}
.picScrollrrr .bd dd{
	width: 239px;
	height: 155px;
	text-align: center;
	line-height: 155px;
	float: left;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background: #fff;
	overflow: hidden;
	cursor: pointer;
}
.picScrollrrr .bd dd img{
	max-width: 100%;
	transition:transform 0.5s;
}
.picScrollrrr .bd dd:hover img{
	transform:scale(1.2);
	transition:transform 0.5s;
}
.picScrollrrr .hd ul{
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding:40px 0 50px;
	overflow: hidden;
}
.picScrollrrr .hd ul li{
	cursor: pointer;
	width: 11px;
	height: 11px;
	float: left;
	background: url(../img/img_46.png) no-repeat center center;
	margin: 0 5px;
	text-indent: -9999px;
}
.picScrollrrr .hd ul li.on{
	background: url(../img/img_28.png) no-repeat center center;
}
.news-nav{
	background: #018fcf;
	height: 55px;
	line-height: 55px;
	font-size: 18px;
	text-align: center;
}
.news-nav ul{
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.news-nav li {
	width: 255px;
	float: left;
	height: 55px;
}
.news-nav li a{
	display: block;
	width:221px;
	height: 100%;
	margin: 0 auto;
	background: none;
	color: #fff;
	transition:all 0.3s;
}
.news-nav li:hover a,.news-nav li.on a{
	color: #018fcf;
	background: url(../img/img_47.png) no-repeat center center;
}
.news{
	padding: 0 3px ;
}
.news ul{
	width: 105%;
}
.news li{
	width: 276px;
	margin-right: 30px;
	margin-bottom: 30px;
	float: left;
	padding-bottom: 20px;
	box-shadow:0 0 5px #d0caca
}
.news li a{
	display: block;
	width: 100%;
	height: 100%;
}
.news li .news-img{
	width: 278px;
	height: 192px;
	overflow: hidden;
}
.news li .news-img img{
	max-width: 100%;
	transition:transform 0.5s;
}
.news li:hover .news-img img{
		transform:scale(1.2);
	transition:transform 0.5s;
}
.news h3{
	padding: 16px 20px;
	font-size: 16px;
	color: #333333;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	margin-bottom: 16px;
}
.news p{
	padding-left:26px;
	background: url(../img/img_49.png) no-repeat left center;
	font-size: 13px;
	color: #888888;
	width: 208px;
	line-height: 20px;
	margin: 0 auto;
}
.news p span{
	float: right;
	color: #888888;
	font-family: "Arial";
	text-transform: uppercase;
	transition:all 0.3s;
}
.news li:hover p span{
	color: #018fcf;
	transition:all 0.3s;
}
.news{
	padding-bottom: 10px;
}
.page{
    padding: 13px 40px;
    position: relative;
    height: 36px;
    background: #f5f5f5;
    box-shadow: 0 5px 5px #f1f1f1;

}
.page-left{
    position: absolute;
    display: block;
    width: auto;
    padding-left: 23px;
    height: 36px;
    line-height: 36px;
    left: 46px;
    top: 13px;
    font-size: 14px;
    color: #666666;
    background: url(../img/img_60.png) no-repeat 3px center;
    transition:all 0.6s;

}
.page-left:hover{
    color: #018fcf;
    background: url(../img/img_62.png) no-repeat left center;
    transition:all 0.6s;
}
.page-lik{
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.page-lik a{
    display: block;
    float: left;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #666;
    padding:0 14px;
    margin:0 3px;
    background: #f5f5f5;
    transition:all 0.6s;
}
.page-lik a:hover,.page-lik a.active{
    color: #fff;
    background: url(../img/img_64.png) no-repeat center center;
    transition:all 0.6s;
}
.page-right{
    position: absolute;
    display: block;
    width: auto;
    padding-right: 23px;
    height: 36px;
    line-height: 36px;
    right: 46px;
    top: 13px;
    font-size: 14px;
    color: #666666;
    background: url(../img/img_61.png) no-repeat 52px center;
    transition:all 0.6s;
}
.page-right:hover{
    color: #018fcf;
    background: url(../img/img_63.png) no-repeat right center;
    transition:all 0.6s;
}
.p60{
	padding-bottom: 60px
}
.p30{
	padding-top: 30px;
}
.info-hd{
	margin-bottom: 30px;
	text-align: center;
}
.info-hd h2{
	font-size: 18px;
	font-weight: normal;
	color: #333;
}
.info-bd{
	position: relative;
	overflow: hidden;
}
.info-bd img{
	max-width: 100%;
}
.info-bd p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.info-page{
	margin-top: 45px;
	padding-top: 15px;
	border-top: 1px solid #eee;
}
.info-page a:hover{
	color:#005bab;
}
.info-page p a{
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.info-page .back{
	float: right;
	display: inline-block;
	padding: 2px 22px;
	border: 2px solid #eee;
	color: #888;
	transition:all 0.3s;
}
.info-page .back:hover{
	border-color: #018fcf;
	background: #018fcf;
	color: #fff;
}
.product-bg{
	background: #f0f0f0
}
#swiper3{
	height: 73px;
	padding:0 32px;
	overflow: hidden;
	position: relative;
	line-height: 70px;
	margin-bottom: 59px;
}
#swiper3 p{
	font-size: 16px;
	color: #666666;
	float: left;
	padding:0 8px;
	margin: 0 32px;
	cursor: pointer;
}
#swiper3 .swiper-slide.on p,#swiper3 .swiper-slide:hover p{
	color: #018fcf;
	border-bottom: 3px solid #018fcf
}
.product-one .arrow-lefts{
	width: 32px;
	height: 73px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background:#f0f0f0 url(../img/img_65.png) no-repeat center center;
	transition:all 0.3s;
}
.product-one .arrow-lefts:hover{
	background: url(../img/img_66.png) no-repeat center center;
	transition:all 0.3s;
}
.product-one .arrow-rights{
	width: 32px;
	height: 73px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	background:#f0f0f0 url(../img/img_67.png) no-repeat center center;
	transition:all 0.3s;
}
.product-one .arrow-rights:hover{
	background: url(../img/img_68.png) no-repeat center center;
	transition:all 0.3s;
}
.product-ajax{
	padding:3px;
	overflow: hidden;
	min-height: 556px;
}
.products li{
	float: left;
	width: 276px;
	margin-right: 30px;
	margin-bottom: 30px;
}
.products a{
	display: block;
	width: 100%;
	height: 100%;
}
.product-img{
	position: relative;
	width: 276px;
	height: 210px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 3px #dddddd;
}
.products{
	width: 105%;
}
.products li:hover img{
	transform:scale(1.2);
	transition:transform 0.5s;
}
.products li img{
	max-width: 100%;
	transition:transform 0.5s;
}
.products p{
	font-size: 13px;
	color: #333333;
	line-height: 23px;
	padding-top: 15px;
	text-align: center;
}
.products li:hover .porduct-poa{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition:all 0.3s;
}
.porduct-poa{
	width: 0%;
	height: 0%;
	position: absolute;
	top: 50%;
	left: 50%;
	background: url(../img/img_70.png) no-repeat center center;
	transition:all 0.3s;
}
.porduct-poa span{
	position: absolute;
	display: block;
	width: 100%;
	text-align: center;
	top: 50%;
	margin-top: -32px;
	padding-top: 47px;
	font-size: 16px;
	color: #fff;
	line-height: 16px;
	background: url(../img/img_71.png) no-repeat center top;
	opacity: 0;
	filter: alpha(opacity=0);
	transition:all 0.4s;
}
.products li:hover .porduct-poa span{
	opacity: 1;
	filter: alpha(opacity=100);
	transition:all 0.5s;
}
.product-one .page{
	background: #fff;
}
.product-one .page-lik a{
	background: #fff;
}
.product-one .page-lik a:hover{
	background: url(../img/img_64.png) no-repeat center center;
}
.product-one .page-lik a.active{
	background: url(../img/img_64.png) no-repeat center center;
}
.product-bottom-bg{
	background: #018fcf;
	padding-bottom: 60px;
}
.product-bottom h2{
	color: #fff;
}
.product-bottom p{
	color: #fff;
}
.product-bottom{
	background: url(../img/img_72.png) no-repeat center 50px;
}
.picScrolluuu .bd a{
	display: block;
	width: 250px;
	height: 315px;
	overflow: hidden;
	position: relative;
}
.picScrolluuu .bd li{
	width: 250px;
	margin-right: 33px;
}
.picScrolluuu .bd {
	width: 1100px;
	margin: 0 auto;
}
.picScrolluuu .hd{
	position: absolute;
	width: 100%;
}
.picScrolluuu .next{
	position: absolute;
	width: 24px;
	height: 46px;
	margin-top: -23px;
	left: 0;
	top: 160px;
	background: url(../img/img_74.png) no-repeat center center;
	z-index: 10;
	cursor: pointer;
	transition:all 0.3s;
}
.picScrolluuu .next:hover{
	background: url(../img/img_78.png) no-repeat center center;
	transition:all 0.3s;
}
.picScrolluuu .prev:hover{
	background: url(../img/img_79.png) no-repeat center center;
	transition:all 0.3s;
}
.picScrolluuu .prev{
	position: absolute;
	width: 24px;
	height: 46px;
	margin-top: -23px;
	right: 0;
	top: 160px;
	background: url(../img/img_75.png) no-repeat center center;
	z-index: 10;
	cursor: pointer;
	transition:all 0.3s;
}
.picScrolluuu .bd li a>img{
	max-width: 100%;
	transition:transform 0.5s;
}
.picScrolluuu .bd li:hover a>img{
		transform:scale(1.2);
	transition:transform 0.5s;
}
.picScrolluuu .puic-poa{
	position: absolute;
	bottom:0;
	right: 0;
	width: 40px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	background: url(../img/img_76.png) ;
	transition:all 0.3s;

}
.picScrolluuu .bd li:hover .puic-poa{
	width: 100%;
	height: 100%;
	line-height: 315px;
	transition:all 0.3s;
}
.picScrolluuu .bd li .puic-poa img{
	position: relative;
	transition:transform 0.5s;
}
.picScrolluuu .bd li:hover .puic-poa img{
	transform:scale(1.3);
	transition:transform 0.5s;

}
.pro-info{
	position: absolute;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	top: 243px;
}
.pro-info-left{
	/*width: 580px;*/
	padding-top: 79px;
	float: left;
}
.pro-info-left h2{
	font-size: 36px;
	color: #fff;
	line-height: 46px;
	padding-bottom: 20px;
}
.pro-info-left p{
	font-size: 13px;
	color: #fff;
	line-height: 24px;
}
.pro-info-right{
	width:800px;
	text-align:center;
	padding-bottom:61px;
	position: relative;
	/*float: right;*/
	/*width: 478px;height: 297px;*/
	background: #fff
}
.pro-info-right img{
	width:100%;
	height:auto !important;
	max-width:100%;
}
.pro-info-nav h2{
	font-size: 20px;
	line-height: 55px;
	color: #fff;
	float: left;
	width: 200px;
}
.pro-info-nav ul{
	float: right;
}
.trait{
	padding:25px 0;
	border-bottom: 1px solid #e5e5e5
} 
.trait p{
	font-size: 13px;
	color: #666666;
	line-height: 23px;
	width: 1200px;
	margin: 0 auto;
}
.argument h2{
	font-size: 20px;
	color: #333333;
	line-height: 44px;
	padding-top: 18px;
	border-bottom:1px solid #e5e5e5;
	margin-bottom: 60px;
}
.argument{
	/*padding-bottom: 84px;*/
}
.operation-top{
	font-size: 13px;
	color: #888888;
	line-height: 24px;
	padding-bottom: 30px;
}
.operation-nav ul{
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.operation-nav li{
	float: left;
	padding: 0 80px;
	width: auto;
}
.operation-nav a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 20px;line-height: 50px;
	color: #666666;
	transition:all 0.3s;
}
.operation-nav li:hover a,.operation-nav li.on a{
	border-bottom: 2px solid #0180ba;
	color: #0180ba;
	transition:all 0.3s;
}
.operation-nav{
	border-bottom: 1px solid #e5e5e5;
	height: 51px;
}
.operation li{
	padding:0 30px;
	background: #f5f5f5;
	margin-bottom: 20px;
	transition:all 0.3s;
}
.operation li:hover{
	background: #018fcf;
	transition:all 0.3s;
}
.operation{
	padding-top: 40px;
}
.operation li a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #666666;
	line-height: 50px;
	background: url(../img/img_82.png) no-repeat right center;
	transition:all 0.3s;
}
.operation li:hover a{
	color: #fff;
	background: url(../img/img_83.png) no-repeat right center;
	transition:all 0.3s;
}
.more{
	width: 141px;
	height: 47px;
	background:#f5f5f5 url(../img/img_84.png) no-repeat 141px center;
	display: block;
	margin: 0 auto;
	font-size: 14px;
	color: #000000;
	line-height: 47px;
	text-align: center;
	padding-right: 50px;
	position: relative;
	transition:all 0.3s;
}
.more:hover{
	color: #fff;
	background: url(../img/img_84.png) no-repeat -20px center;
	transition:all 0.3s;
}
.more span{
	display: block;
	position: relative;
	z-index: 2;
}
.more b{
	position: absolute;
	top: 0;
	right: 20px;
	display: block;
	width: 14px;
	height: 100%;
	background: url(../img/img_85.png) no-repeat center center;
}
.more:hover b{
	-webkit-animation: play 0.5s linear 1 backwards;
	-moz-animation: play 0.5s linear 1 backwards;
	animation: play 0.5s linear 1 backwards;
}
@-webkit-keyframes play{
    0% {
        -webkit-transform:rotate(0deg);
    }
    100% {
        -webkit-transform:rotate(180deg);
    }
}
@keyframes play{
    0% {
        -webkit-transform:rotate(0deg);
    }
    100% {
        -webkit-transform:rotate(180deg);
    }
}
.p52{
	padding-bottom: 52px;
}
.product-one .swiper-container{
	background: #fff;
}
.filter .swiper-container{
	background: url(../img/img_90.png) no-repeat center center;
}
.filter .arrow-lefts{
	width: 32px;
	height: 73px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background:#fff url(../img/img_86.png) no-repeat center center;
	transition:all 0.3s;
}
.filter .arrow-lefts:hover{
	background: url(../img/img_88.png) no-repeat center center;
	transition:all 0.3s;
}
.filter .arrow-rights{
	width: 32px;
	height: 73px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	background:#fff url(../img/img_87.png) no-repeat center center;
	transition:all 0.3s;
}
.filter .arrow-rights:hover{
	background: url(../img/img_89.png) no-repeat center center;
	transition:all 0.3s;
}
.m513{
	min-height: 513px;
}
.join{
    background: #f5f5f5
}
.join .news-one-nav{
    padding: 25px 0 20px 0
}
.join .page{
    background: #fff;
    overflow: hidden;
    margin-top: 40px;
}
.join .p60{
    padding-top: 40px;
}
.join .page-lik a{
    background: #fff;
}
.join .page-lik a:hover,.join .page-lik a.active{
       color: #fff;
    background: url(../img/img_64.png) no-repeat center center;
    transition: all 0.6s;
}
.job-list-tpl2 dt p.on{
    font-size: 16px;
}
.job-list-tpl2 dt.open p.on{
    color: #018fcf
}
.list-top{
    height: 64px;
    line-height: 64px;
    background: #4c4c4c;
    font-size: 18px;
    color: #fff;
    padding-left: 50px;
    width: 111%;
}
.list-top p{
    float: left;
    width: 258px;
}
.job-list-tpl2 dt{
    width: 119%;
}
.job-list-tpl2 dt p{
    float: left;
    width: 258px;
    font-size: 18px;
    color: #888;
}
.job{
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    margin-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 46px;
}
.job-left{
    width: 50%;
    float: left;
}
.job-left h2{
    font-size: 16px;
    color: #333333;
    line-height: 36px;
    padding-bottom: 5px;
    padding-top: 25px;
}
.job-left p{
    font-size: 13px;
    color: #888;
    line-height: 23px;
}
.job-list-tpl2 .mores{
	width: 141px;
	height: 47px;
	background:#fff url(../img/img_84.png) no-repeat 141px center;
	display: block;
	font-size: 14px;
	color: #000000;
	line-height: 47px;
	text-align: center;
	padding-right: 50px;
	position: relative;
	transition:all 0.3s;
}
.job-list-tpl2 .mores:hover{
	color: #fff;
	background: url(../img/img_84.png) no-repeat -20px center;
	transition:all 0.3s;
}
.job-list-tpl2 .mores span{
	display: block;
	position: relative;
	z-index: 2;
}
.job-list-tpl2 .mores b{
	position: absolute;
	display: block;
	height: 100%;
	top: 0;
	right: 20px;
	width: 14px;
	background: url(../img/img_93.png) no-repeat center center;
}
.applay-tb{
    width: 960px;
    margin: 0 auto;
}
.applay-tb .spred {
    font-size: 18px;
    font-family: Arial;
    color:#F00;
    margin-left: 12px;
}
.applay-tb {
    border:0;
    border-width: 0 0 1px 1px;}
.applay-tb tr td {
    padding: 8px 6px;
    border:0;
    border-width:1px 1px 0 0;
    font-size: 14px;
}
.applay-tb tr td {
    line-height: 1.8;
}
.applay-tb .applay-input{
    width: 180px;
    height: 18px;
    padding: 8px 10px;
    line-height: 18px;
    color: #666;
    border: 1px solid #dddddd;
    box-shadow: 2px 2px 2px #f4f4f4 inset;
    background: #fff;
    font-size: 14px;
}
.applay-tb select.applay-input{
    height: 34px;
    width: 200px;
}
.applay-tb textarea.applay-input{
    width: 820px;
    height: 100px;
}
.applay-tb .applay-input.code{
    width: 90px;
    margin-right: 8px;
}
.applay-tb .submit{
    width: 150px;
    height: 35px;
    background: #018fcf;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}
.applay-tb .error {
    border-color: #D70128;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    outline: none;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
}
.job-list{
    width: 1120px;
    background: #fff;
    padding:0 40px;
}
.job-list{
    width: 1120px;
    background: #fff;
    padding:0 40px;
}
.job-list-tpl2 {
    width: 100%;
    padding-bottom: 40px;
    overflow: hidden;
}
.job-list-tpl2 dt {
    color: #929292;
    cursor: pointer;
    font-weight: normal;
    height: 72px;
    line-height: 72px;
    border-bottom: 1px solid #e5e5e5
}
.job-list-tpl2 dd {
    background: #f8f8f8;
    display: none;
    overflow: hidden;
    padding:20px 40px 30px 40px;
    position: relative;
}
.job-list-tpl2 dd td {
    line-height: 41px;
    font-size: 16px;
    color: #333;
}
.job-list-tpl2 dd td span {
    color: #888;
    font-size: 18px;
}
.job-list-tpl2 dt.open {
    color: #fff;
    border-bottom: 1px solid #f5f5f5;
    background: url(../img/img_92.png) no-repeat 25px bottom;
}
.f5{
	background: #f5f5f5
}
.p30{
	padding: 40px 0 30px 0
}
#allmap{
	float: left;
	width: 824px;
	height: 472px;
}
.contact-box{
	box-shadow: 0 0 10px #e4e4e4;
	position: relative;
}
.contact-right{
	    width: 360px;
    padding: 45px 17px 0 78px;
	height: 428px;
	top: 0;
	right: 0;
	position: absolute;
	background: url(../img/img_94.png) no-repeat center top;
}
.contact-right h2{
	font-size: 24px;
	color: #fff;
	line-height: 34px;
}
.contact-right h3{
	font-size: 13px;
	color: #fff;
	line-height: 23px;
	text-transform: uppercase;
	padding-bottom: 20px;
	font-family: "Arial";
	/*margin-bottom: 30px;*/
}
.contact-right td{
	font-size: 13px;
	color: #fff;
	line-height: 24px;
	padding-bottom: 5px;
}
.contact-right td img{
	padding-right: 9px;
	position: relative;
	top: -2px;	
}
.contact-right tr td:first-child{
	width: 78px;
}
.contact-right ul{
	/*max-height: 400px;*/
	overflow: auto;
}
.contact-right ul::-webkit-scrollbar{
     width: 5px;
    height: 100%;
    background-color: #4eb1dd;
    border-radius: 10px;
}
.contact-right ul::-webkit-scrollbar-track{
    border-radius: 10px;
    background-color: #4eb1dd;
}
.contact-right ul::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color: #fff;
}
.contact-right li.on{
	border-bottom:none;
}
.contact-right li{
	margin-bottom: 20px;
	border-bottom: 1px solid #34a5d9;
	padding: 0 0 0 30px;
	padding-bottom: 10px;
}
.download a{
	display: block;
	padding-left: 37px;
	height: 50px;
	background: url(../img/img_99.png) no-repeat left center;
	position: relative;
	line-height: 50px;
	font-size: 16px;
	color: #666666;
	transition:all 0.3s;
}
.download li{
	padding:0 30px 0 22px;
	border-left: 2px solid #f5f5f5;
	background: #f5f5f5;
	margin-bottom: 20px;
	position: relative;
	transition:all 0.3s;
}
.download span{
	display: block;
	position: absolute;
	width: 25px;
	height: 100%;
	top: 0;
	right: 0;
	background: url(../img/img_100.png) no-repeat center center;
	transition:all 0.3s;
}
.download li:hover {
	border-left: 2px solid #018fcf;
	transition:all 0.3s;

}
.download li:hover a{
	background: url(../img/img_101.png) no-repeat left center;
	color: #018fcf;
	transition:all 0.3s;
}
.download li:hover span{
	background: url(../img/img_102.png) no-repeat center center;
	transition:all 0.3s;
}
.download-bg{
	padding-bottom: 60px;
}
.download-bg .download{
	padding-bottom: 10px;
}
.matter-one{
	background:#f5f5f5;
	padding: 60px 0 33px 0;
}
.matter-one h2{
	font-size: 24px;
	color: #333333;
	line-height: 30px;
	text-align: center;
}
.matter-one ul{
	position:relative;
	width: 103%;
	padding-top: 40px;
}
.matter-one li{
	float: left;
	width: 170px;
	height: 56px;
	background: #fff;
	margin-right: 36px;
	margin-bottom: 30px;
	font-size: 14px;
	color: #888888;
	text-align: center;
	line-height: 56px;
	cursor: pointer;
	transition:all 0.3s;
}
.matter-one li:hover{
	color: #fff;
	background: #018fcf;
	transition:all 0.3s;
}
.matter-two{
	padding: 57px 0 58px 0
}
.matter-two h2{
		font-size: 24px;
	color: #333333;
	line-height: 30px;
	text-align: center;
}
.matter-two-top{
	font-size: 13px;
	color: #888888;
	line-height: 24px;
	padding:47px 0 27px 0;
}
.matter-two-work{
	width: 100%;
	height: 453px;
	position: relative;
}
.matter-two-poa{
	position: absolute;
	top: 0;
	right: 0;
	width: 370px;
	padding: 30px 50px 45px 124px;
	background: url(../img/img_103.png) no-repeat center center;
	height: 378px;
}
#scrollBox{
	position: relative;
	width: 365px;
	padding-right: 5px;
	height: 375px;
	overflow: hidden;
}
#scrollObj{
	position: relative;
	width: 360px;
}
#scrollObj p{
	font-size:13px;
	color: #ffffff;
	line-height: 23px;
	padding-bottom: 23px; 
}
#scrollObj em{
	font-size: 16px;
	font-style: normal;
}
#scrollBar {
	position: absolute;
	top: 0;
	right: 2px;
	width: 1px;
	height: 100%;
	background: #fff;
}
#scrollBtn{
	width: 3px;
	height: 50px;
	background: #3AAF5E;
	position: relative;
	right: 1px;
}
.matter-three{
	background: #f5f5f5;
	padding: 30px 0 54px 0;
}
.matter-three h2{
		font-size: 24px;
	color: #333333;
	line-height: 30px;
	text-align: center;
	padding:58px 0 47px 0; 
}
.picScrollii .bd li{
	width: 179px;
	padding:20px 70px 20px 30px;
	height: 203px;
	background: #fff;
	margin-right: 29px;
	float: right;
	transition:all 0.3s;
}
.picScrollii .bd li:hover{
	background: #018fcf;
	transition:all 0.3s;
}
.picScrollii .bd li:hover h3,.picScrollii .bd li:hover p{
	color: #fff;
	transition:all 0.3s;

}
.scrollBox1{
	padding-right: 7px;
	position: relative;
	width: 220px;
	height: 203px;
	overflow: hidden;
}
.scrollObj1{
	position: relative;
	width: 170px;
}
.scrollObj1 h3{
	font-style: 16px;
	color: #333333;
	line-height: 20px;
	padding-bottom: 15px;
	transition:all 0.3s;

}
.scrollObj1 p{
	font-size: 13px;
	color: #666666;
	line-height: 18px;
	padding-bottom: 12px;
	transition:all 0.3s;

}
.picScrollii .bd li:hover .scrollBar1{
	background: #fff;
}
.scrollBar1{
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	right: 4px;
	background: #d0d0d0;
}
.scrollBtn1{
	position: relative;
	width: 3px;
	height: 30px;
	background: #3AAF5E;
	right: 1px;
}
.picScrollii .hd ul{
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding-top: 30px;
}
.picScrollii .hd li{
	background: url(../img/img_46.png) no-repeat center center;
	width: 11px;
	height: 11px;
	text-indent: -9999px;
	margin:  0 7px;
	cursor: pointer;
	float: left;
}
.picScrollii .hd li.on{
	background: url(../img/img_28.png) no-repeat center center;
}
.matter-four-left{
	width: 1049px;
	height: 490px;
	text-align: left;
	overflow: hidden;
	position: relative;
	display: block;
}
.matter-four  li{
	width: 100%;
	height: 490px;
	position: relative;
	overflow: hidden;
}
.matter-four-left  img{
	transition:transform 0.5s;
}
.matter-four li:hover .matter-four-left img{
	transform:scale(1.2);
	transition:transform 0.5s;
}
.matter-four li.even .matt-four-poa-ome{
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/img_105.png) no-repeat center center;
	width: 100%;
	height: 490px;
}
.matter-four li.odd .matt-four-poa-ome{
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/img_106.png) no-repeat center center;
	width: 100%;
	height: 490px;
}
.matter-four li.even .matter-four-right{
	width:492px;
	position: relative;
}
.scrollBox2{
	width: 430px;
	padding-right: 62px;
	height: 330px;
	position: relative;
	overflow: hidden;
}
.scrollObj2{
	position: relative;
	width: 100%;
}
.scrollBar2{
	position: absolute;
	width: 1px;
	height: 278px;
	top: 40px;
	background: #cccccc;
	right: 1px;
}
.scrollBtn2{
	position: relative;
	width: 3px;
	height: 63px;
	background: #018fcf;
	left: -1px;
}
.scrollObj2 h2{
	font-size: 24px;
	color: #333333;
	line-height: 28px;
	padding-bottom: 24px;
}
.scrollObj2 p{
	font-size: 13px;
	color: #888888;
	line-height: 21px;
}
.matt-four-poa-work{
	position: absolute;
	top: 82px;
	left: 50%;
	margin-left: -600px;
}
.matter-five{
	background: #f5f5f5;
	padding: 60px 0 30px 0
}
.matter-five h2{
	font-size: 24px;
	color: #333333;
	line-height: 30px;
	text-align: center;
	padding-bottom: 47px;
}
.matter-five-work li{
	background: #fff;
	margin-bottom: 20px;
	min-height: 67px;
}
.five-top em{
	font-family: "Bebas";
	font-style: normal;
	font-size: 16px;
	color: #666666;
	line-height: 66px;
	background: url(../img/img_107.png) no-repeat center center;
	display: block;
	float: left;
	width: 62px;
	text-align: center;
	transition:all 0.3s;
	
}
.five-top h3{
	float: left;
	font-size: 16px;
	color: #666666;
	line-height: 66px;
	width: 1000px;
	transition:all 0.3s;

}
.five-top{
	border-bottom: 1px solid #dcdcdc;
	background: url(../img/img_108.png) no-repeat 1160px center;
	cursor: pointer;
	transition:all 0.3s;

}
.five-poa{
	padding:10px 16px;
	font-size: 13px;
	color: #888888;
	line-height: 23px;
}
.five-poa{
	display: none;
}
.five-top.open em,.five-top:hover em{
	color: #fff;
	background: url(../img/img_109.png) no-repeat center center;
	transition:all 0.3s;

}
.five-top.open h3,.five-top:hover h3{
	color: #018fcf;
	transition:all 0.3s;

}
.five-top.open,.five-top:hover{
	background: url(../img/img_110.png) no-repeat 1160px center;
	transition:all 0.3s;

}
.matter-five .more{
	background:#fff url(../img/img_84.png) no-repeat 141px center;
}
.matter-five .more:hover{
	background: url(../img/img_84.png) no-repeat -20px center; 
}
.matter-six h2{
	font-size: 24px;
	color: #333333;
	line-height: 30px;
	text-align: center;
	padding-bottom: 60px;
}
.matter-six{
	padding:60px 0 ;
}
.matter-six-left li{
	width: 214px;
	height: 56px;
	float: left;
	padding-right: 13px;
}
.matter-six-left{
	float: left;
	width: 227px;
}
.matter-six-left li.on,.matter-six-left li:hover{
	background: url(../img/img_111.png) no-repeat left center;
}
.matter-six-left li.on a,.matter-six-left li:hover a{
	background: none;
	border-bottom: none;
	color: #fff;
}
.matter-six-right{
	float: right;
	width: 927px;
}
.matter-six-left li a{
	display: block;
	padding-left: 40px;
	line-height: 55px;
	border-bottom: 1px solid #dcdcdc;
	font-size: 18px;
	color: #666666;
	background: #f5f5f5;
}
.picScrollooo{
	width:927px;
	position: relative;
}
.picScrollooo .bd li{
	padding:20px 20px 0 20px;
	background: #f5f5f5;
	width: 249px;
	height: 204px;
	margin-right: 30px;
	transition:all 0.3s;
}
.picScrollooo .bd li:hover {
	background: #018fcf;
	transition:all 0.3s;
}
.picScrollooo .bd li:hover h3,.picScrollooo .bd li:hover  p{
	color: #fff;
	transition:all 0.3s;
}
.picScrollooo h3{
	font-size: 16px;
	color: #333333;
	line-height: 26px;
	padding-bottom: 10px;
	transition:all 0.3s;
}
.picScrollooo p{
	font-size: 13px;
	color: #888888;
	line-height: 23px;
	transition:all 0.3s;
}
.picScrollooo .hd ul{
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding-top: 30px;
}
.picScrollooo .hd li{
	background: url(../img/img_46.png) no-repeat center center;
	width: 11px;
	height: 11px;
	text-indent: -9999px;
	margin:  0 7px;
	cursor: pointer;
	float: left;
}
.picScrollooo .hd li.on{
	background: url(../img/img_28.png) no-repeat center center;
}
.slidebanner{
	position:relative;
}
.sliderprev{
	font-size:30px;
	width:40px;
	height:70px;
	position:absolute;
	top:400px;
	left:20px;
	display:block;
}
.slidernext{
	display:block;
	width:40px;
	height:70px;
	position:absolute;
	top:400px;
	right:20px;
		font-size:30px;
}
.tongya-banner img{
	width:100%;
	height:auto !important;
	max-width:100%;
}
.picScroll-leftyst .hd li{
	cursor: pointer;
	width: 11px;
	height: 11px;
	float: left;
	background: url(../img/img_27.png) no-repeat center center;
	margin: 0 5px;
	text-indent: -9999px;

}
.picScroll-leftyst .hd ul li.on{
	background: url(../img/img_28.png) no-repeat center center;
}
.picScroll-leftyst .hd ul{
	display: inline-block;
    zoom: 1;
    padding: 25px 0 30px;
    overflow: hidden;
}
.picScrollee .bd li dd  a{
	display: block;
	width: 100%;
	height: 100%;
}