@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');
}
*{
	padding: 0;
	margin: 0
}
.w1200{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
header{
	height: 74px;
	width: 100%;
	background: url(../img/header.png) no-repeat center center;
	position: relative;
	z-index: 100;
}
.logo{
	display: block;
	float: left;
	width: 142px;
	height:74px;
	line-height: 74px;

}
.header-ul{
	background: url(../img/head_uls.png) no-repeat left center;
	padding-left: 24px;
	/*width: 904px*/
}
.header-ul .header-ul-li {
	float: left;
	width: 116px;
	margin-left: -24px; 
	height: 74px;
	line-height: 74px;
	text-align: center;
	position: relative;
	/*transition:all 0.3s;*/
}
.header-ul .header-ul-li .header-ul-li-a{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 13px;
	transition:all 0.3s;
}
.header-ul .header-ul-li:hover,.header-ul .header-ul-li.on{
	background: url(../img/li_h.png) no-repeat center center;
}
.header-ul .header-ul-li  dl{
	position: absolute;
	top: 74px;
	right: 0;
	width:96px;
	display: none;
}
.header-ul .header-ul-li.width dl{
	width:175px;
}
.header-ul .header-ul-li  dd:first-child a{
	border-top: none
}
.header-ul .header-ul-li  dd a{
	width:100%;
	height: 45px;
	border-bottom: 1px solid #e5e5e5;
	background: #fff;
	display: block;
	font-size: 13px;
	color: #888888;
	line-height: 45px;
	transition:all 0.3s;
}
.header-ul .header-ul-li  dd a:hover{
	color: #bf3434;
	border-color: #bf3434;
	transition:all 0.3s;
}
.header-bt-one{
	background: url(../img/img_1.png) no-repeat center center;
	width: 27px;
	height: 100%;
	cursor: pointer;
	transition:all 0.3s;
}
.header-bt li:hover .header-bt-one{
	background: url(../img/img_4.png) no-repeat center  center;
	transition:all 0.3s;
}
.header-bt li:hover .header-bt-two{
	background: url(../img/img_5.png) no-repeat center  center;
	transition:all 0.3s;
}
.header-bt li:hover .header-bt-three{
	background: url(../img/img_6.png) no-repeat center  center;
	transition:all 0.3s;
}
.header-bt-two{
	background: url(../img/img_2.png) no-repeat center center;
	width: 27px;
	height: 100%;
	cursor: pointer;
}
.header-bt-three{
	background: url(../img/img_3.png) no-repeat center center;
	width: 27px;
	height: 100%;
	cursor: pointer;
}
.header-bt{
	height: 74px;
	float: right;
	width: 111px;
}
.header-bt li{
	float: left;
	width: 27px;
	height: 100%;
	margin: 0 5px;
	position: relative;
}
.header-bt-poa{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 30px;
	line-height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
}
footer{
	background: #212121;
	padding-top: 30px;
}
.footer-left ul{
	width: 147px;
	float: left;
}
.footer-left ul li.first a{
	font-size: 16px;
	color: #ddd;
	padding-bottom: 10px;
}
.footer-left ul a{
	display: inline-block;
	font-size: 13px;
	color: #9d9d9d;
	line-height: 29px;
	transition:all 0.3s;
}
.footer-left ul a:hover{
	color: #fff;
	transition:all 0.3s;
}
.footer-left{
	float: left;
	width: 1029px;
}
.footer-right{
	float: right;
	text-align: center;
	width: 151px;
}
.footer-right p{
	font-size: 16px;
	color: #fff;
	line-height: 20px;
	padding-top: 18px;
}
.footer-bt p{
	font-size: 12px;
	color: #d2d2d2;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.footer-bt-top p{
	float: left;
	padding-right: 51px;
	line-height: 38px;
}
.footer-bt-top{
	padding-bottom: 22px;
	border-bottom: 1px solid #383838
}
.footer-bts{
	line-height: 52px;
}
.footer-bts a{
	color: #d2d2d2;
}
.device{
	height: 604px;
}
.device  .swiper-wrapper{
	height: 604px;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.device  .swiper-wrapper .swiper-slide{
	position: relative;
	overflow: hidden;
	cursor: auto;
}
.device  .swiper-wrapper .swiper-slide>img{
	position: relative;
	width: 1920px;
	left: 50%;
	margin-left: -960px;
}
.swiper-poa{
	position: absolute;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	top: 136px;
}
.arrow-left{
	width: 32px;
	height: 60px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	background: url(../img/left.png) no-repeat center  center;
	left: 60px;
	z-index: 10;
	transition:all 0.3s;
}
.arrow-left:hover{
	background: url(../img/left_h.png) no-repeat center center;
	transition:all 0.3s;
}
.arrow-right:hover{
	background: url(../img/right_h.png) no-repeat center center;
	transition:all 0.3s;
}
.arrow-right{
	width: 32px;
	height: 60px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	background: url(../img/right.png) no-repeat center  center;
	right: 60px;
	z-index: 10;
	transition:all 0.3s;
}
.wel-one{
	background: url(../img/img_9.png) no-repeat top center;
	height: 142px;
	padding-top: 30px;
}
.wel-one li{
	float: left;
	color: #666;
	font-size: 12px;
	line-height: 24px;
}
.wel-one li.two a{
	background: none
}
.wel-one li a{
	color: #666;
	padding:0 16px;
	background: url(../img/img_10.png) no-repeat left center;
	transition:all 0.3s;

}
.wel-one li a:hover{
	color: #fff;
	transition:all 0.3s;
}
.wel-one .seach{
	margin-top: 14px;
	padding-left: 14px;
	padding-right: 15px;
	width: 166px;
	height: 31px;
	line-height: 31px;
	border:1px solid #39393c;
}
.wel-one .seach input[type=text]{
	border:none;
	background: none;
	font-size: 12px;
	color: #908f8f;
	height:31px;
	width: 148px;
	float: left;
}
.wel-one .seach input[type=submit]{
	background: url(../img/search.png) no-repeat center center;
	width: 18px;
	height: 31px;
	float: left;
	border:none;
}
.zindex2{
	z-index: 2;
	position: relative;
}
.wek-two{
	background: url(../img/img_11.png) no-repeat center center;
	height: 722px;
	padding-top: 160px;
	margin-top: -172px;
}
.wel-two-top h2{
	font-size: 22px;
	color: #ca0a0a;
	line-height: 32px;
	background: url(../img/img_12.png) no-repeat center center;
}
.w798{
	width: 798px;
	margin: 0 auto;
	position: relative;
}
.wel-two-top p{
	font-size: 13px;
	font-family: "Bebas";
	color: #ca0a0a;
	line-height: 23px;
	text-transform: uppercase;
	letter-spacing:7px;
}
.wel-two-top span{
	display: block;
	font-size: 12px;
	color: #666;
	line-height: 32px;
}
.wel-two-top-poa{
	position: absolute;
	top: -19px;
	right: 0;  
	text-align: right;  
}
.wel-two-top-poa h3{
	font-size: 16px;
	color: #333;
	line-height: 36px;
}
.wel-two-top-poa h4{
	font-size: 24px;
	color: #b83435;
	line-height: 44px;
}
.picScrollq .bd{
	overflow: hidden;
	position: relative;
	height: 287px;
}
.picScrollq .bd dd{
	width: 300px;
	cursor: pointer;
	float: left;
	position: relative;
	padding-top: 14px;	
	overflow: hidden;
	transition:all 0.3s;

}
.picScrollq .bd dd .pic{
	border-right: 1px solid #e5e5e5;
	height: 243px;
	padding-top: 30px;
	background: #fff;
}
.picScrollq .bd dd .pic h2{
	line-height: 22px;
	font-size: 18px;
	color: #000;
	padding-bottom: 24px;
}
.picScrollq .bd dd .pic .picx{
	width: 100%;
	height: 198px;
	overflow: hidden;
}
.picScrollq .bd dd .pic .picx img{
	max-width: 100%;
	transition:transform 0.5s;
}
.picScrollq .bd dd:hover .pic .picx img{
	transform:scale(1.2);
	transition:transform 0.5s;
}
.picScrollq .bd dd .picc{
	position: absolute;
	top: 143px;
	left: 50%;
	height: 0;
	width: 0;
	padding:0;
	background:#bf3434;
	opacity: 0;
	filter: alpha(opacity=0);
	transition:all 0.3s;

}
.picScrollq .bd dd .picc h2{
	font-size: 24px;
	color: #fff;
	line-height: 64px;
	border-bottom: 1px solid #c85051;
	margin-bottom: 25px;
}
.picScrollq .bd dd .picc p{
	text-align: left;
	padding-left: 15px;
	background: url(../img/img_14.png) no-repeat left 9px;
	color: #fff;
	font-size: 13px;
	line-height: 22px;
	padding-bottom: 14px;
}
.picScrollq{
	padding-top: 25px;
}
.picScrollq .bd dd:hover{
	transition:all 0.3s;
}
.picScrollq .bd dd:hover .picc{
	opacity: 1;
	top: 0;
	left: 0;
	height: 257px;
	width: 194px;
	padding:30px 53px 0 53px;
	filter: alpha(opacity=100);
	transition:all 0.5s;

}
.picScrollq .bd dd a{
	display: block;
	width: 100%;
	height: 100%;
}
.picScrollq .hd ul{
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding-top: 60px;
}
.picScrollq .hd ul li{
	width: 15px;
	height: 15px;
	float: left;
	text-indent: -99999px;
	background: url(../img/img_15.png) no-repeat center center;
	cursor: pointer;
	margin:0 11px; 
}
.picScrollq .hd ul li.on{
	background: url(../img/img_16.png) no-repeat center center;
}
.zindex3{
	z-index: 3;
	position: relative;
}
.wel-three{
	background: url(../img/img_17.png) no-repeat center center;
	padding-top: 147px;
	height: 843px;
	margin-top: -190px;
}
.wel-three-top h2{
	font-size: 58px;
	color: #fff;
	line-height: 78px;
	text-align: center;
	font-family: "Bebas";
}
.wel-three-top p{
	font-size: 18px;
	color: #fff;
	line-height: 38px;
	padding-bottom: 8px;
	background: url(../img/img_18.png) no-repeat bottom center;
	text-align: center;
}
.wei-three-ct{
	padding-top: 125px;
}
.wei-three-ct img{
	width: 80px;
	height: 293px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.wel-three-bt{
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top: 45px;
}
.wel-three-bts{
	width: 385px;
} 
.wel-three-bts.fr p{
	padding-left: 120px;
	background: url(../img/img_20.png) no-repeat left 5px;
	font-family: "Bebas";
	font-size: 20px;
	line-height: 30px;
	color: #e0baba;
	text-align: left;
}
.wel-three-bts.fr h2{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	line-height: 28px;
	padding-top: 5px;
	text-align: left;
}
.wel-three-bts li{
	padding-bottom: 30px;
}
.wel-three-bts.fl p{
	padding-right: 120px;
	background: url(../img/img_21.png) no-repeat right 5px;
	font-family: "Bebas";
	font-size: 20px;
	line-height: 30px;
	color: #e0baba;
	text-align: right;
}
.wel-three-bts.fl h2{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	line-height: 28px;
	padding-top: 5px;
	text-align: right;
}
.wel-five{
	padding-top: 157px;
	background: url(../img/img_23.png) no-repeat bottom center;
	background-size: cover;
	/*height: 480px;*/
	padding-bottom:80px; 
}

.five-left{
	float: left;
	position: relative;
	width: 455px;
	height: 418px;
	text-align: center;
	background: url(../img/img_24.png) no-repeat center center;
	overflow: hidden;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	left: -100px;
}
.five-left img{
	max-width: 100%;
	transition:transform 0.5s;
}
.five-left:hover>img{
		transform:scale(1.2);
	transition:transform 0.5s;
}
.five-left-poa{
	width: 455px;
	height: 418px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	background: url(../img/img_24.png) no-repeat center center;
	z-index: 1;
}
.five-left-poa h2{
	font-size: 24px;
	color: #fff;
	width: 24px;
	line-height: 25px;
	padding-top:120px;
	padding-left: 39px;
	float: left;
}
.five-left-poa p{
	width: 18px;
	padding-left: 23px;
	float: left;
	padding-top: 105px;
}
.five-right h2{
	font-size: 28px;
	color: #333;
	font-weight: bold;
	line-height: 54px;
	padding-bottom: 17px;
}
.five-right{
	float: left;
	width: 600px;
	padding-left: 55px;
	position: relative;
	opacity: 0;
	filter: alpha(opacity=0);
	right: -100px;
}
.five-right p{
	font-size: 12px;
	color: #888;
	opacity: 0.75;
	filter: alpha(opacity=75);
	line-height: 24px;
	padding-bottom: 28px;
}
.five-right-video{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 300;
}
.shade{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	z-index: 301;
}
.shade-fix{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 302;
}
.shade-work{
	position: absolute;
	width: 1200px;
	height: 550px;
	top: 50%;
	left: 50%;
	background: #fff;
	z-index: 303;
	margin:-275px 0 0 -600px;
}
.shade-work iframe{
	width: 100%;
	height: 100%;
}
.close{
	position: absolute;
	top: 0px;
	right: -40px;
	background: url(../img/img_91.png) no-repeat center center;
	width: 36px;
	height: 36px;
	cursor: pointer;

}
.five-right a{
	display: inline-block;
	width: 124px;
	height: 34px;
	border:1px solid #c5c5c5;
	line-height: 34px;
	text-align: center;
	color: #888888;
	margin-right: 26px;
	margin-bottom: 72px;
	transition:all 0.3s;
}
.five-right a:hover{
	background: #b83435;
	border-color: #b83435;
	color: #fff;
	transition:all 0.3s;
}
.five-right span{
	display: inline-block;
	width: 237px;
	height: 123px;
	margin-right: 21px;
	position: relative;
	overflow: hidden;
}
.five-right span img{
	max-width: 100%;
	transition:transform 0.5s;
}
.five-right span:hover img{
			transform:scale(1.2);
	transition:transform 0.5s;
}
.five-right span:hover .five-video{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	filter: alpha(opacity=100);
	transition:transform 0.5s;
}
.five-video{
	position: absolute;
	top: 50%;
	width: 0;
	height: 0;
	left: 50%;
	background: url(../img/img_27.png)  no-repeat center center;
	cursor: pointer;
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 2;
	transition:transform 0.5s;
}
.product-bann{
	width: 100%;
	height: 656px;
	position: relative;
	overflow: hidden;
}
.product-bann img{
	position: relative;
	width: 1920px;
	height: 100%;
	left: 50%;
	margin-left: -960px;
}
.product-nav{
	padding-top: 8px;
	padding-bottom: 51px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	z-index: 3;
}
.product-nav ul{
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.product-nav li{
	float: left;
	width: 174px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	background: url(../img/img_29.png) no-repeat center center;
	margin: 0 10px;
	transition:all 0.3s;
}
.product-nav li a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 18px;
	color: #666;
	transition:all 0.3s;
}
.product-nav li:hover,.product-nav li.on{
	background: url(../img/img_30.png ) no-repeat center center;
	transition:all 0.3s;
}
.product-nav li:hover a,.product-nav li.on a{
	color: #fff;
	transition:all 0.3s;
}
#swiper2{
	padding:0 43px;
	height: 89px;
	overflow: hidden;
	position: relative;
}
#swiper2 .swiper-slide{
text-align: center;
}
#swiper2 .swiper-slide a{
	display: inline-block;
	padding:0 25px;
	height: 87px;
	line-height: 87px;
	font-size: 18px;
	color: #666;
	border-bottom: 2px solid #fff;
	transition:all 0.3s;

}
#swiper2 .swiper-slide:hover a,#swiper2 .swiper-slide.on a{
	color: #bf3434;
	border-bottom:2px solid  #bf3434;
	transition:all 0.3s;
}
#swiper2 .swiper-button-prev{
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	margin-top: -18px;
	width: 36px;
	height: 36px;
	background: url(../img/img_31.png) no-repeat center center;
	transition:all 0.3s;
}
#swiper2 .swiper-button-prev:hover{
	background: url(../img/img_33.png) no-repeat center center;
	transition:all 0.3s;
}
#swiper2 .swiper-button-next:hover{
	background: url(../img/img_34.png) no-repeat center center;
	transition:all 0.3s;
}
#swiper2 .swiper-button-next{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -18px;
	width: 36px;
	height: 36px;
	background: url(../img/img_32.png) no-repeat center center;
	transition:all 0.3s;
}
.product-ul li.even{
	background: url(../img/img_3.jpg) no-repeat center center;
	transition:all 0.3s;
}
.product-ul li.odd{
	background: url(../img/img_4.jpg) no-repeat center center;
	transition:all 0.3s;
}
.product-ul li.even:hover{
	background: url(../img/img_5.jpg) no-repeat center center;
	transition:all 0.3s;
}
.product-ul li.odd:hover{
	background: url(../img/img_6.jpg) no-repeat center center;
	transition:all 0.3s;
}
.product-ul li{
	width: 100%;
	height: 408px;
	float: left;
}
.product-ul li:hover p{
	color: #fff;
	transition:all 0.3s;
}
.product-ul li a{
	display: block;
	width: 1200px;
	margin: 0 auto;
	clear: both;
	zoom: 1;
	padding-top: 35px;
}
.produ-left{
	float: left;
	width: 480px;
}
.produ-left h2{
	font-size: 24px;
	color: #666;
	line-height: 34px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.produ-left p{
	font-size: 13px;
	color: #666;
	line-height: 24px;
	padding-bottom: 76px;
}
.produ-left span{
	display: block;
	width: 152px;
	height: 38px;
	border:1px solid #cecfcf;
	line-height: 38px;
	color: #666;
	font-size: 16px;
	text-align: center;
	border-radius: 4px;
	overflow: hidden;
	transition:all 0.3s;
}
.produ-right{
	width: 583px;
	height: 335px;
	float: right;
	overflow: hidden;
}
.produ-right img{
	max-width: 100%;
	transition:transform 0.5s;
}
.product-ul li:hover img{
	transform:scale(1.2);
	transition:transform 0.5s;
}
.product-ul li:hover h2{
	color: #fff;
	transition:all 0.3s;
}
.product-ul li:hover 0{
	color: #fff;
	transition:all 0.3s;
}
.product-ul li:hover span{
	background: #fff;
	border-color: #fff;
	transition:all 0.3s;
}
.pro-info{
	height: 690px;
	background: url(../img/img_36.png) no-repeat top right;
	padding-top: 80px;
	margin-top:-130px;
}
.pro-info-nav a{
	font-size: 13px;
	color: #888888;
	line-height: 17px;
	transition:all 0.3s;
}
.pro-info-nav a:hover{
	color: #a62d2e;
	transition:all 0.3s;
}
.pro-info-nav{
	position: absolute;
	top: 0;
	right: 0;
	line-height: 17px;
	width: auto;
	height: 17px;
}
.pro-info-nav span{
	font-family: "宋体";
	padding:0 2px  ;
	line-height: 17px;
}
.pro-top{
	text-align: center;
	font-size: 28px;
	color: #a62d2e;
	line-height: 62px;
	padding-top: 38px;
	background: url(../img/img_37.png) no-repeat bottom center;
}
.pr-info-left{
	float: left;
	width: 600px;
}
.pr-info-left h2{
	color: #bf3434;
	font-size: 24px;
	line-height: 54px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 35px;
}
.pr-info-left p{
	font-size: 13px;
	color: #888;
	line-height: 24px;
	padding-right: 25px;
	padding-bottom: 9px;
}
.info-left-ul li{
	width: 150px;
	height: 250px;
	position: relative;
	float: left;
}
.info-left-ul{
	padding-top: 30px;
}
.in-num{
	padding-top: 55px;
	position: absolute;
	width: 100%;
	bottom:0;
}
.in-num i{
	font-style: normal;
	line-height: 50px;
}
.in-num span{
	position: absolute;
	width: 100%;
	display: block;
	top: 0;
	left: 0;
	height: 50px;
	line-height: 50px;

}
.info-left-ul li{
	color: #bf3434;
	font-family: "Bebas";
	font-size: 44px;
	text-align: center;
}
.info-left-ul li.q0 .num{
	background: #bf3434;
}
.info-left-ul li.q1 .num{
	background: #a92d2d;
}
.info-left-ul li.q2 .num{
	background: #8a2424;
}
.num{
	width: 100%;
}
.pr-info-right{
	float: right;
	width: 599px;
	height: 386px;
	margin-top: 80px;
}
.in-num p{
	text-align: center;
	font-size: 20px;
	color: #333333;
	line-height: 40px;
	padding-right: 0;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}
.pro-info-two{
	background: url(../img/img_39.png) no-repeat center center;
	padding-top: 90px;
	margin-top: -90px;
	height: 490px;
}
.picScrollw .bd li{
	width: 275px;
	margin-right: 33px;
	height: 224px;
	overflow: hidden;
	float: left;
	position: relative;
}
.picScrollw .bd li:hover img{
		transform:scale(1.2);
	transition:transform 0.5s;
}
.picScrollw .bd li img{
	max-width: 100%;
	transition:transform 0.5s;
}
.bd-list{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: url(../img/img_40.png) no-repeat center center;
}
.picScrollw{
	padding-top: 42px;
}
.picScrollw .hd ul{
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding-top: 39px;
}
.picScrollw .hd li{
	width: 13px;
	height: 13px;
	float: left;
	text-indent: -9999px;
	background: url(../img/img_43.png) no-repeat center center; 
	margin: 0 8px;
	cursor: pointer;
}
.picScrollw .hd li.on{
	background: url(../img/img_42.png) no-repeat center center;
}
.news {
	width: 103%;
	position: relative;
	left: 2px;
	top: 2px;
	padding-bottom: 10px;
}
.news li{
	float: left;
	width: 277px;
	background: #fff;
	margin-right: 29px;
	box-shadow: 0 0 10px #f2f2f2;
	margin-bottom: 33px;
	overflow: hidden;
}
.news .pic{
	width: 277px;
	height: 192px;
	overflow: hidden;
}
.news .pic img{
	max-width: 100%;
	transition:transform 0.5s;
}
.news li:hover .pic img{
	transform:scale(1.2);
	transition:transform 0.5s;
}
.news .picc{
	padding:16px ;
}
.picc h2{
	font-size: 16px;
	color: #333;
	line-height: 24px;
	margin-bottom: 28px;
}
.picc p{
	padding-left: 26px;
	font-size: 13px;
	color: #888;
	line-height: 28px;
	background: url(../img/img_46.png) no-repeat left center;
}
.picc span{
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url(../img/img_47.png) no-repeat center center;
	transition:all 0.3s;
}
.news li:hover .picc span{
	background: url(../img/img_48.png) no-repeat center  center;
	transition:all 0.3s;
}
.page-nav{
	padding-top: 50px;
	padding-bottom: 60px;
}
.page{
	width: 1120px;
	background: #f5f5f5;
	padding:9px 40px;
	margin: 0 auto;
	position: relative;
}
.page .new-left{
	display: block;
	position: absolute;
	left: 40px;
	top: 10px;
	padding-left: 28px;
	font-size: 14px;
	color: #666;
	line-height: 43px	;
	background: url(../img/img_94.png) no-repeat 5px center;
	transition:all 0.3s;

}
.page .new-left:hover{
	color: #bf3434;
	background: url(../img/img_96.png) no-repeat left center;
	transition:all 0.3s;
}
.page .news-right:hover{
	color: #bf3434;
	background: url(../img/img_97.png) no-repeat right center;
	transition:all 0.3s;
}
.page .news-right{
	display: block;
	position: absolute;
	right: 40px;
	top: 10px;
	padding-right: 28px;
	font-size: 14px;
	color: #666;
	line-height: 43px	;
	background: url(../img/img_95.png) no-repeat 55px center;
	transition:all 0.3s;
}
.page .f-cb{
	display: inline-block;
	zoom: 1;
	*display: inline;
	position: relative;
	top: 5px
}
.page .f-cb a{
	display:inline-block;
	height: 36px;
	margin-right: 3px;
	padding:0 14px;
	font-size: 14px;
	color: #666666;
	line-height: 36px	;
	transition:all 0.3s;

}
.page .f-cb a:hover,.page .f-cb a.on{
	background: #bf3434;
	color: #fff;
	transition:all 0.3s;

}
.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-page{
	margin-top: 45px;
	padding-top: 15px;
	border-top: 1px solid #eee;
	padding-bottom: 50px;
}
.info-page a:hover{
	color:#005bab;
}
.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: #a62d2e;
	background: #a62d2e;
	color: #fff;
}
.news-poa{
	width: 1682px;
	height: 365px;
	position: absolute;
	top: 173px;
	left: 50%;
	margin-left: -840px;
	background: url(../img/img_44.png) no-repeat center center;
}
.info-bd p{
	font-size: 14px;
	color: #333;
	line-height: 26px;
}
.info-page p{
	font-size: 14px;
	color: #333;
	line-height: 26px;
}
.info-page p a{
	font-size: 14px;
	color: #333;
	line-height: 26px;
}
.info-page p a:hover{
	color: #a62d2e
}
.nuckear-top  h2{
	font-size: 58px;
	color: #b83435;
	line-height: 78px;
	font-family: "Bebas";
	text-align: center;
}
.nuckear-top p{
	font-size: 18px;
	text-align: center;
	color: #333;
	line-height: 38px;
	padding-bottom: 7px;
	background: url(../img/img_49.png) no-repeat bottom center;
	margin-bottom: 70px;
}
.nuclears li .pic{
	position: relative;
	width: 380px;
	height: 285px;
	overflow: hidden;
}
.nuclears li:hover img{
		transform:scale(1.2);
	transition:transform 0.5s;
}
.nuclears li img{
	max-width: 100%;
	transition:transform 0.5s;
}
.nuclears li .picc{
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/img_50.png) no-repeat center  center;
}
.nuclears li{
	float: left;
	margin-right: 31px;
	width: 380px;
}
.nuclears{
	width: 103%
}
.nuclears li p{
	font-size: 18px;
	color: #666;
	line-height: 38px;
	text-align: center;
}
.nuclear-ajax{
	min-height: 323px;
	padding-bottom: 30px;
}
.nuclear-poa{
	position: absolute;
	width: 1682px;
	height: 453px;
	margin-left: -841px;
	left: 50%;
	top: 80px;
	background: url(../img/img_52.png) no-repeat center center;
}
.nu-two{
	background: url(../img/img_9.jpg) no-repeat center center;
	height: 573px;
	padding-top: 130px;
}
.nu-two h2{
	font-size: 58px;
	color: #fff;
	line-height: 58px;
	padding-bottom: 10px;
	font-family: "Bebas";
	text-align: center;
}
.nu-two h3{
	font-size: 18px;
	color: #fff;
	line-height: 38px;
	padding-bottom: 14px;
	background: url(../img/img_53.png) no-repeat center bottom;
	text-align: center;
	margin-bottom: 28px;
}
.nu-two h4{
	font-weight: normal;
	font-size: 20px;
	color: #fff;
	line-height: 20px;
	padding-bottom: 35px;
}
.nu-two p{
	font-size: 13px;
	color: #fff;
	line-height: 23px;
	padding-bottom: 10px;
}
.nu-three h2{
	font-size: 58px;
	color: #b83435;
	line-height: 58px;
	padding-bottom: 10px;
	font-family: "Bebas";
	text-align: center;
}
.nu-three h3{
		font-size: 18px;
	color: #333333;
	line-height: 38px;
	padding-bottom: 14px;
	background: url(../img/img_54.png) no-repeat center bottom;
	text-align: center;
	margin-bottom:42px;
}
.picScrollt .bd dl{
	width: 103%
}
.picScrollt .bd dd{
	float: left;
	width: 274px;
	border:1px solid #e5e5e5;
	margin-right: 30px;
	cursor: pointer;
}
.picScrollt .bd dd .pic{
	width: 100%;
	height: 190px;
	overflow: hidden;
}
.picScrollt .bd dd .pic img{
	max-width: 100%;
	transition:transform 0.5s;
}
.picScrollt .bd dd:hover .pic img{
	transform:scale(1.2);
	transition:transform 0.5s;
}
.picScrollt .bd dd .picc{
	position: relative;
	background: #fff;
	padding:10px 20px 3px 20px;
	width: auto;
	font-size: 13px;
	color: #666;
	line-height: 24px;
	text-align: center;
}
.picScrollt .hd ul{
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding-top: 60px;
	padding-bottom: 50px;
}
.picScrollt .hd ul li{
	width: 15px;
	height: 15px;
	float: left;
	text-indent: -99999px;
	background: url(../img/img_15.png) no-repeat center center;
	cursor: pointer;
	margin:0 11px; 
}
.picScrollt .hd ul li.on{
	background: url(../img/img_16.png) no-repeat center center;
}
.w880{
	width: 882px;
	margin: 0 auto;
	position: relative;
}
.about-top h2{
	font-size: 58px;
	color: #b83435;
	line-height: 58px;
	padding-bottom: 10px;
	font-family: "Bebas";
	text-align: center;
}
.about-top p{
		font-size: 18px;
	color: #333333;
	line-height: 38px;
	padding-bottom: 14px;
	background: url(../img/img_54.png) no-repeat center bottom;
	text-align: center;
	margin-bottom:10px;
}
.about-bt h2{
	padding-top: 12px;
	font-size: 32px;
	color: #333;
	line-height: 42px;
	text-align: right;
}
.about-bt span{
	text-align: right;
	display: block;
	font-size: 13px;
	color: #666;
	line-height: 23px;
	padding-bottom: 30px;
}
.about-bt p{
	font-size: 13px;
	color: #888;
	line-height: 23px;
	padding-bottom: 19px;
	text-align: right;
}
.about-ct-poa{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/img_56.png) no-repeat center center;
	z-index: 2;
}
.about-ct{
	width: 882px;
	margin: 0 auto;
	height: 542px;
	overflow: hidden;
}
.about-two{
	background: url(../img/img_57.png) no-repeat center top;
	padding-top: 174px;
	height: 940px;
	margin-top: -12px;
}
.plat{
	height: 728px;
	position: relative;
	overflow: hidden;
}
.plat-poa{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left:0;
	background: url(../img/img_59.png) no-repeat center center;
	z-index: 2;
}
.plat-work{
	position: absolute;
	padding:14px 30px 23px 30px;
	background: url(../img/img_60.png) center center;
	width: 300px;
	top: 130px;
	right: 90px;
	z-index: 3;
}
.plat-work h2{
	font-size: 24px;
	color: #333;
	line-height: 60px;
	border-bottom: 1px solid #e4e4e3;
	margin-bottom: 15px;
}
.plat-work p{
	padding-left: 36px;
	line-height: 30px;
	font-size: 15px;
	color: #666;
	margin-bottom: 15px;
}
.plat-work p.u1{
	background: url(../img/img_61.png) no-repeat left 4px;
}
.plat-work p.u2{
	background: url(../img/img_62.png) no-repeat left 5px;
}
.plat-work p.u3{
	background: url(../img/img_63.png) no-repeat left 5px;
}
.plat-work p.u4{
	background: url(../img/img_64.png) no-repeat left 5px;
}
.plat-work p.u5{
	background: url(../img/img_65.png) no-repeat 2px 0px;
}
.pro-poas{
	background: url(../img/img_66.png) no-repeat center center;
	position: absolute;
	bottom:0;
	right: 0;
	width: 100%;
	height: 656px;
}
.pro-poasf{
	background: url(../img/img_67.png) no-repeat center center;
	position: absolute;
	bottom:0;
	right: 0;
	width: 100%;
	height: 656px;
}
.f5{
	background: #f5f5f5;
	position: relative;
}
.shop-top-left{
	display: inline-block;
	margin-right: 17px;
	width: 300px;
	zoom: 1;
	*display: inline;
}
.shop-top-left{
	padding-left: 20px;
	background: #fff;
}
.shop-top-left .shop-work{
	border:none;
	background: #fff;
	width: 300px;
	height: 45px;
	line-height: 45px;
	background: #fff url(../img/img_68.png) no-repeat right center;
	cursor: pointer;
	font-size: 16px;
	color: #666;
	text-align: left;
	transition:all 0.3s;

}
.shop-top-left .shop-work:hover,.shop-top-left .shop-work.on{
	background: url(../img/img_92.png) no-repeat right  center;
	transition:all 0.3s;

}
.shop-top{
	position: relative;
	z-index: 10;
}
.shop-top select:first-child{
	/*margin-right:0 */
}
.shop-top select{
	height: 45px;
	width:250px;
	display: inline-block;
	height: 45px;
	zoom: 1;
	*display: inline;
	margin-right: 20px;
	font-size: 16px;
	color: #666;
	padding-left: 20px;
}
.shop-top select option{
	font-size: 16px;
	color: #666;
	line-height: 45px;
}
.s-t-left-poa{
	position: absolute;
	top: 46px;
	left: 0;
	width: 100%;
	min-height: 90px;
	overflow: auto;
	display: none;
	z-index: 2;
}
.s-t-left-poa li{
	font-size: 16px;
	color: #666;
	text-align: left;
	padding-left: 30px;
	background: #fff;
	cursor: pointer;
}
.zinde1{
	position: relative;z-index: 1;
}
.shop-top-right{
	    display: inline-flex;
	height: 45px;
	zoom: 1;
	*display: inline;
}
.shop-top-right input[type=text]{
	width: 245px;
	padding-left:25px;
	background: #fff;
	height: 45px;
	line-height: 45px;
	color: #888;
	font-size: 13px;
	float: left;
	border:none;
}
.shop-top-right input[type=submit]{
	width: 70px;
	height: 45px;
	float: left;
	background: #aaaaaa;
	line-height: 45px;
	color: #fff;
	font-size: 14px;
	border:none;
	transition:all 0.3s;
}
.shop-top-right input[type=submit]:hover{
	background: #b83435;
	transition:all 0.3s;
}
.s-t-left-poa.on{
	display: block;
}
.shoping{
	border:13px solid #fff;
	width: 1174px;
	height: 512px;
	margin: 0 auto
}
.shop-ajax{
	padding-top: 26px;
	padding-bottom: 61px;
	min-height: 512px;
	position: relative;
	z-index: 1;
}
.shoping-por{
	width: 100%;
	height: 100%;
}
.shoping-poa{
	position: absolute;
	top: 0;
	left: 0;
	width: 263px;
	padding-left: 20px;
	height: 100%;
	background: #aaaaaa;
	z-index: 10;
}
.shaoing-work{
	width: 32px;
	height: 54px;
	background: url(../img/ing_69.png) no-repeat center center;
	position: absolute;
	top: 50%;
	margin-top: -52px;
	right:-31px;
	cursor: pointer;
	z-index: 11;
}
.aderss-work{
}
.shoping-poa.on .shaoing-work{
	background: url(../img/img_70.png) no-repeat center center;
}
#scrollBox{
	overflow: hidden;
	width: 243px;
	padding-right: 20px;
}
#scrollObj{
	position: relative;
	width: 228px;
}
#scrollBar{
    background:url(../img/img_93.png) no-repeat top center;
	width: 1px;
	height: 400px;
	position: absolute;
	top: 50px;
	right: 13px;
}
#scrollBtn{
	width: 3px;
	left: -1px;
	height: 50px;
	background: #b83435;
	position: relative;
}
#scrollBar{
}
.aderss{
	height:500px;
	width: 243px;
	padding-right: 5px;
	position: relative;
	top: 5px;
}
.aderss h2{
	font-size: 20px;
	color: #fff;
	line-height: 50px;
	text-align: center;
}
.aderss li:first-child{
	padding-top: 20px;
}
.aderss li{
	padding: 20px 0 14px 0;
	border-top: 1px solid #c8c8c8;
	cursor: pointer;
}
.aderss li h3{
	font-size: 16px;
	color: #fff;
	line-height: 36px;
}
.aderss li p{
	font-size: 13px;
	color: #fff;
	line-height: 24px;
}
.address{
	height: 500px;
}


.league input[type=text]{
	border:1px solid #cccccc;
	padding-left: 33px;
	width: 550px;
	height: 42px;
	line-height: 42px;
	font-size: 13px;
	color: #adadad;
	background: none;
	display: block;
	margin-bottom: 30px;
}
.aderss li.on h3{
	color: #B83435
}
.league textarea{
	width: 1168px;
	border:1px solid #ccc;
	padding-left: 30px;
	height: 297px;
	background:url(../img/img_77.png) no-repeat 10px 5px;

}
.league td p{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.league td span{
	display: inline-block;
	font-size: 16px;
	color: #666;
	width: 46px;
	padding-left: 23px;
	background: url(../img/img_72.png) no-repeat left center;
	cursor: pointer;
	margin-bottom: 50px;
}
.league td span.on{
	background: url(../img/img_71.png) no-repeat left center;
}
.league td input[type=submit],.league td input[type=reset]{
	display: inline-block;
	width: 196px;
	height: 53px;
	background: #f5f5f5;
	border:none;
	font-size: 20px;
	color: #666;
	line-height: 53px;
	margin: 0 10px;
	transition:all 0.3s;
}
.league td input[type=submit]:hover,.league td input[type=reset]:hover{
	color: #fff;
	background: #b83435;
	transition:all 0.3s;
}
.league{
	padding:40px 0 60px 0;
}
.league input.p0{
	background: url(../img/img_73.png) no-repeat 10px center;
}
.league input.p1{
	background: url(../img/img_74.png) no-repeat 10px center;
}
.league input.p2{
	background: url(../img/img_75.png) no-repeat 10px center;
}
.league input.p3{
	background: url(../img/img_76.png) no-repeat 10px center;
}
.guarantee li{
	position: relative;
	overflow: hidden;
	height: 608px;
}
.guarantee-poa{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: url(../img/img_78.png) no-repeat center center; 
}
.guartee-work{
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/img_79.png) no-repeat center center;
	width: 1094px;
	height: 100%;
	padding-right: 105px;
	z-index: 3;
}
.gra-work-inb{
	z-index: 4;
	display: inline-block;
	position: relative;
	width: 325px;
	top: 166px;
}
.gra-work-inb h2{
	font-size: 36px;
	color: #b83435;
	line-height: 36px;
	margin-bottom: 36px;
}
.gra-work-inb h2 span{
	padding-left: 20px;
	font-size: 20px;
	color: #333;
}
.gra-work-inb input[type=text]{
	padding-left: 69px;
	height: 45px;
	line-height: 45px;
	width: 250px;
	padding-right: 6px;
	display: block;
	margin-bottom: 15px;
	border:none;
	font-size: 13px;
	color: #999;
}
.gra-work-inb .a1{
	background: #fff url(../img/img_80.png) no-repeat 15px center
}
.gra-work-inb .a2{
	background: #fff url(../img/img_81.png) no-repeat 15px center
}
.gra-work-inb input[type=submit]{
	width: 326px;
	height: 45px;
	line-height: 45px;
	background: #f5f5f5;
	font-size: 18px;
	color: #666;
	text-align: center;
	display: block;
	border-radius: 4px;
	border:none;
	margin-top: 25px;
	transition:all 0.3s;
}
.gra-work-inb input[type=submit]:hover{
	background: #bf3434;
	color: #fff;
	transition:all 0.3s;
}
.guarantee li{
	/*margin-top: -40px;*/
	position: relative;z-index: 2;
}
.guarantee li:first-child{
	margin: 0;
	position: relative;
	z-index: 3;
}
.guartee-works{
	background: url(../img/img_83.png) no-repeat left center;
	padding: 0;
	padding-left: 105px;
}
.gu-poa{
	background: url(../img/img_84.png) no-repeat center center;
	width: 1818px;
	height: 1285px;
	position: absolute;
	left: 50%;
	margin-left: -909px;
	top: 40px;
}
.guarantee{
	padding-bottom: 63px;
}
.header-bt-one-poa{
	position: absolute;
	padding-top: 22px;
	width: 124px;
	height: 113px;
	text-align: center;
	background: url(../img/img_85.png) no-repeat  top  center;
	margin-top: -11px;
	left: -46px;
	display: none;
}
.header-bt-one-poa img{
	max-width: 105px;
}
.wel-four .wel-three-top h2{
	color: #b83435
}
.wel-four .wel-three-top p{
	color: #333;
	background: url(../img/img_87.png) no-repeat bottom center;
}
.wel-four-ul ul{
	width: 108%;
	padding-top: 97px;
}
.wel-four-ul li{
	float: left;
	width: 238px;
	margin-right: 83px;
	position: relative;
	opacity: 0;
	filter: alpha(opacity=0);
	top: 100px;
}
.wel-four-poa {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/img_88.png) no-repeat center center;
	z-index: 3;
}
.four-img{
	width: 100%;
	height: 337px;
	overflow: hidden;
	z-index: 1;
}
.wel-four-ul span{
	font-family: "Bebas";
	font-size: 64px;
	color: #b83435;
	position:relative;
}
.wel-four-ul span b{
	font-weight: normal;
	position: relative;
	z-index: 4;
}
.wel-four-ul p{
	line-height: 64px;
	margin-top: -32px;
	margin-left: -14px;
	font-size: 20px;
	color: #333
}
body{
	overflow: hidden;
}
.wel-four-ul p i{
	font-style: normal;
}
.wel-four-poas{
	width: 1682px;
	height: 365px;
	left: 50%;
	margin-left: -841px;
	position: absolute;
	top: 120px;
	background: url(../img/img_90.png) no-repeat center center;
}
.optop{
	opacity: 0;
	filter: alpha(opacity=0);
	position: relative;
	top: 100px;
}
.wel-three-bts.fr li{
	opacity: 0;
	filter: alpha(opacity=0);
	position: relative;
	right: -100px;
}
.wel-three-bts.fl li{
	opacity: 0;
	filter: alpha(opacity=0);
	position: relative;
	left: -100px;
}


.pro-channel-fixed-right{
	position: absolute;
	background: #FFFFFF;
	width: 300px;
	height: 270px;
	left: 115px;
	top: 74px;
	display: none;
}
.pro-channel-fixed-right .p-c-f-r-top{
	width: 100%;
	height: 136px;
	overflow: hidden;
	position: relative;
}
.pro-channel-fixed-right .p-c-f-r-top .img-small{
	width: 7px;
	height: 9px;
	position: absolute;
	left: 0;
	
}
.pro-channel-fixed-right .p-c-f-r-top .img-small01{
	top: 18px;
}
.pro-channel-fixed-right .p-c-f-r-top .img-small02{
	top: 64px;
}
.pro-channel-fixed-right .p-c-f-r-top .img-small03{
	top: 110px;
}
.pro-channel-fixed-right .p-c-f-r-top .img-big{
	width: 100%;
}
.pro-channel-fixed-right .w263{
	width: 263px;
	height: 134px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	position: relative;
}
.pro-channel-fixed-right .w263 h4{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #333333;
	margin-top: 3px;
	line-height: 40px;
	height: 40px;
	font-weight: normal;
	border-bottom: 1px solid #dcdcdc;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.pro-channel-fixed-right .w263 .w263-cont{
	margin-top: 18px;
}
.pro-channel-fixed-right .w263 .w263-cont a{
	display: block;
	font-size: 13px;
	font-family: "微软雅黑";
	color: #666666;
	float: left;
	line-height: 15px;
	margin-right: 16px;
}
.pro-channel-fixed-right .w263 .know-more-btn{
	width: 70px;
	display: block;
	font-size: 13px;
	font-family: "微软雅黑";
	color: #bf3434;
	line-height: 15px;
	position: absolute;
	bottom: 17px;
	right: 0;
	background: url(../img/pro_cha_07.png) no-repeat 62px center;
}

.pro-channer-conts{
	/*background: url(../img/img_84.png) no-repeat center center;*/
	width: 1818px;
	height: 1285px;
	position: absolute;
	left: 50%;
	margin-left: -909px;
	top: 40px;
}
.pro-channel-ul .ab .guartee-work .gra-work-inb h5{
	font-size: 52px;
	font-family: "Bebas";
	color: #b83435;
	line-height: 54px;
	font-weight: normal;
}
.pro-channel-ul .ab .guartee-work .gra-work-inb h6{
	font-size: 24px;
	font-family: "微软雅黑";
	color: #333333;
	line-height: 26px;
	margin-top: 14px;
	font-weight: normal;
}
.pro-channel-ul .ab .guartee-work .gra-work-inb .pro-channel-ul-ul{
	width: 100%;
	height: 41px;
	margin-top: 30px;
}
.pro-channel-ul .ab .guartee-work .gra-work-inb .pro-channel-ul-ul .pro-channel-ul-ul-li{
	width: 105px;
	height: 41px;
	background: url(../img/pro_cha_06.png) no-repeat left top;
	margin-right: 30px;
	float: left;
}
.pro-channel-ul .ab .guartee-work .gra-work-inb .pro-channel-ul-ul .pro-channel-ul-ul-li a{
	display: block;
	width: 100%;
	height: 41px;
	font-size: 13px;
	text-align: center;
	font-family: "微软雅黑";
	line-height: 41px;
	color: #666666;
}
.pro-channel-ul .ab .guartee-work .gra-work-inb .find-more-pro{
	width: 136px;
	height: 42px;
	line-height: 42px;
	display: block;
	background: url(../img/pro_cha_05.png) no-repeat left top;
	margin-top: 58px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
}