.wrap{
	width: 100%;
	min-width: 1300px;
}
.w1200{
	width: 1300px;
	margin:auto;
}
.pr{
	position: relative;
}
.nav_v{
	position: fixed;
	top:38%;
	right:2%;
	z-index: 10;
}
.nav_v li{
	width: 22px; 

	height: 22px;

	text-align: center; 

	cursor: pointer; 

	border: solid 1px white;

	border-radius: 50%;

	margin: 20px 0;
	transition: 1s;
	position: relative;
}

.nav_v li div{
	position: absolute;
	top:-7px;
	left: -50px;
	width: 102px;
	/*height: 47px;*/
	/*background: url(../images/duihua.png) center center no-repeat;*/
	background: rgba(255,255,255,0.6);
	text-align: center;
	line-height: 36px;
	opacity: 0;
	transition: 1s;
	transform: scale(0);
	border-radius: 10px;

}
.nav_v li:hover div{
	opacity: 1;
	transform: scale(1);
	left: -119px;
}
.nav_v li.on{
	border: solid 1px #ff8400;
}
.nav_v li.on span{
	background: #ff8400;
}
.nav_v li.v8.on{
	border: solid 1px #00713d;
}
.nav_v li.v8.on span{
	background: #00713d;
}
.nav_v li.on div{
	opacity: 1;
	transform: scale(1);
	left: -119px;
}
.nav_v li:hover{
	border: solid 1px #ff8400;
}
.nav_v li:hover span{
	background: #ff8400;
}
.nav_v li.v8:hover{
	border: solid 1px #00713d;
}
.nav_v li.v8:hover span{
	background: #00713d;
}
.nav_v li span { 

	z-index: 1;

	width: 10px;

	height: 10px; 

	background: white;

	display: block;

	margin: 0 auto;

	margin-top: 5.5px; 

	border-radius: 50%;

	transition: 1s;

}
.delay_1s{
	animation-delay:1s;
}
.delay_01s{
	animation-delay:0.1s;
}
.delay_02s{
	animation-delay:0.2s;
}
.delay_03s{
	animation-delay:0.3s;
}
.delay_04s{
	animation-delay:0.4s;
}
.delay_05s{
	animation-delay:0.5s;
}
.delay_06s{
	animation-delay:0.6s;
}
.delay_08s{
	animation-delay:0.8s;
}
.delay_09s{
	animation-delay:0.9s;
}
.delay_07s{
	animation-delay:0.7s;
}
.section{
	box-sizing: border-box;
	overflow: hidden;
}
.top{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	line-height: 105px;
	background: rgba(255,255,255,0.96);
	height: 105px;
}
.top .dianhua{
	position: absolute;
	    right: 100px;
    top: 20px;
	line-height: 28px;
	font-size: 26px;
	font-family: 'Impact';
	color: #ff8400;
	text-transform: uppercase;
}
.top .dianhua span{
	font-size: 24px;
	color: #4b4b4b;
	font-family: '微软雅黑';
	font-weight: bold;
}
.top .fl{
	margin-left: -113px;
	position: relative;
}
.light{  
    cursor:pointer;  
    position: absolute;   
    top: 0px;  
    width: 180px;  
    height: 105px;  
    background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.6),rgba(255,255,255,0));  
    background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.6),rgba(255,255,255,0));  
   animation:mymove 3s infinite;
	-webkit-animation:mymove 3s infinite alternate;
}  
@keyframes mymove
{
from {left:0px;}
to {left:600px;}
}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
from {left:0px;}
to {left:600px;}
}
.top .fr{
	margin-right: 86px;
}
.nav{
	font: 0;
	height: 105px;
}
.nav li{
	position: relative;
	width: 96px;
	height: 105px;
	margin: 0 5px;
	display: inline-block;
	cursor:pointer;
	transition: 1s;
}
.nav li .nav_one{
	width: 96px;
	height: 105px;
	background: url("../images/nav1.png") center center no-repeat;
	position: relative;
	z-index: 1;
	transition: 1s;
}
.nav li .nav_two{
	width: 96px;
	height: 0px;
	line-height: 0px;
	color: white;
	background: #00713d;
	text-align: center;
	position: absolute;
	left: 0;
	top: 105px;
	z-index: -1;
	transition: 1s;
	font-size: 18px;
	opacity: 0;
}
.nav li .nav_two.b1{
	top: 142px;
}
.nav li .nav_two.b2{
	top: 179px;
}
.nav li .nav_two.b3{
	top: 216px;
}
.nav li .nav_two.b4{
	top: 253px;
}
.nav li .nav_two.b5{
	top: 290px;
}
.nav li .nav_two.b6{
	top: 327px;
}
.nav li.two_nav .nav_two{
	font-size: 10px;
}
.nav li:hover .nav_one{
	background: url("../images/nav1-1.png") center center no-repeat white;
	box-shadow: 0px 0px 23px #888888;
}
.nav li.on .nav_one{
	background: url("../images/nav1-1.png") center center no-repeat white;
	box-shadow: 0px 0px 23px #888888;
}
.nav li:hover .nav_two{
	height: 37px;
	line-height: 37px;
	opacity: 1;
}
.nav li.on .nav_two{
	height: 37px;
	line-height: 37px;
	opacity: 1;
}
.nav li.one_nav .nav_one{
	background: url("../images/nav2.png") center center no-repeat;
}
.nav li.one_nav:hover .nav_one{
	background: url("../images/nav2-2.png") center center no-repeat white;
}
.nav li.one_nav.on .nav_one{
	background: url("../images/nav2-2.png") center center no-repeat white;
}
.nav li.one_nav:hover .nav_two{
	background: #339933;
}
.nav li.one_nav.on .nav_two{
	background: #339933;
}
.nav li.two_nav .nav_one{
	background: url("../images/nav3.png") center center no-repeat;
}
.nav li.two_nav:hover .nav_one{
	background: url("../images/nav3-3.png") center center no-repeat white;
}
.nav li.two_nav.on .nav_one{
	background: url("../images/nav3-3.png") center center no-repeat white;
}
.nav li.two_nav:hover .nav_two{
	background: #ff8400;
}
.nav li.two_nav.on .nav_two{
	background: #ff8400;
}
.nav li.three_nav .nav_one{
	background: url("../images/nav4.png") center center no-repeat;
}
.nav li.three_nav:hover .nav_one{
	background: url("../images/nav4-4.png") center center no-repeat white;
}
.nav li.three_nav.on .nav_one{
	background: url("../images/nav4-4.png") center center no-repeat white;
}
.nav li.three_nav:hover .nav_two{
	background: #0099ff
}
.nav li.three_nav.on .nav_two{
	background: #0099ff;
}
.nav li.four_nav .nav_one{
	background: url("../images/nav5.png") center center no-repeat;
}
.nav li.four_nav:hover .nav_one{
	background: url("../images/nav5-5.png") center center no-repeat white;
}
.nav li.four_nav.on .nav_one{
	background: url("../images/nav5-5.png") center center no-repeat white;
}
.nav li.four_nav:hover .nav_two{
	background: #d77308;
}
.nav li.four_nav.on .nav_two{
	background: #d77308;
}
.nav li.five_nav .nav_one{
	background: url("../images/nav6.png") center center no-repeat;
}
.nav li.five_nav:hover .nav_one{
	background: url("../images/nav6-6.png") center center no-repeat white;
}
.nav li.five_nav.on .nav_one{
	background: url("../images/nav6-6.png") center center no-repeat white;
}
.nav li.five_nav:hover .nav_two{
	background: #5e8727;
}
.nav li.five_nav.on .nav_two{
	background: #5e8727;
}
.banner{
	position: absolute;
	left: 0;
	top: 3px;
	width: 100%;
	height: 100%;
}
.nei_banner .banner .prev,
.nei_banner .banner .next{
	position: absolute;
	top: 45%;
	opacity: 0.5;
	transition: 1s;
}
.banner .prev,
.banner .next{
	position: absolute;
	top: 50%;
	opacity: 0.5;
	transition: 1s;
}
.banner .prev{
	left: 5%;
}
.banner .next{
	right: 5%;
}
.banner .prev:hover{
	opacity: 1;
}
.banner .next:hover{
	opacity: 1;
}

.section3{
	background: #ff8400;
/*	position: relative;*/
}
.product_img{
	position: absolute;
	right:0;
	top: 0;
	height: 100%;
	z-index: -1;
}
.product_img img{
	height: 100%;
}
.l_product{
	width: 341px;
	text-align: center;
	margin-left: -62px;			
}
.l_product_one{
	margin-left: 38px;
}
.l_product_two{
	margin-top: 32px;
}
.l_product_two li{
	background: url("../images/pro.png") center center no-repeat;
	width: 162px;
	height:130px;
	text-align: center;
	font-size: 12px;
	box-sizing: border-box;
	overflow: hidden;
	display: inline-block;
	margin: 0 3px;
	margin-bottom: 14px;
	position: relative;
	z-index: 1;
	transition: 1s;
}
.l_product_two li:hover{
	color: white;
}
.l_product_two li.on{
	color: white;
}
.l_product_two li:after{
	content:"" ;
	width: 100%;
	height: 0;
	background: #3b3b3b;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	transition: 1s;
}
.one_pro{
	width: 50px;
	height: 60px;
	background: url("../images/pro1.png") center center no-repeat;
	margin: 0 auto;
	margin-top: 24px;
	transition: 3s;
}
.l_product_two li:hover:after{
	content: '';
	height: 100%;
}
.l_product_two li.on:after{
	content: '';
	height: 100%;
}
.l_product_two li:hover .one_pro{
	background: url("../images/pro1-1.png") center center no-repeat;
}
.l_product_two li.on .one_pro{
	background: url("../images/pro1-1.png") center center no-repeat;
}
.l_product_two li.one_pro1 .one_pro{
	background: url("../images/pro2.png") center center no-repeat;
	height: 45px;
	width: 67px;
	margin-top: 38px;
}
.l_product_two li.one_pro1:hover .one_pro{
	background: url("../images/pro1-2.png") center center no-repeat;
}
.l_product_two li.one_pro1.on .one_pro{
	background: url("../images/pro1-2.png") center center no-repeat;
}
.l_product_two li.two_pro1 .one_pro{
	background: url("../images/pro3.png") center center no-repeat;
	height: 55px;
	width: 52px;
	margin-top: 27px;
}
.l_product_two li.two_pro1:hover .one_pro{
	background: url("../images/pro1-3.png") center center no-repeat;
}
.l_product_two li.two_pro1.on.one_pro{
	background: url("../images/pro1-3.png") center center no-repeat;
}
.l_product_two li.three_pro1 .one_pro{
	background: url("../images/pro4.png") center center no-repeat;
	height: 52px;
	width: 64px;
	margin-top: 30px;
}
.l_product_two li.three_pro1:hover .one_pro{
	background: url("../images/pro1-4.png") center center no-repeat;
}
.l_product_two li.three_pro1.on .one_pro{
	background: url("../images/pro1-4.png") center center no-repeat;
}
.l_product_two li.four_pro1 .one_pro{
	background: url("../images/pro5.png") center center no-repeat;
	height: 53px;
	width: 49px;
	margin-top: 31px;
}
.l_product_two li.four_pro1:hover .one_pro{
	background: url("../images/pro1-5.png") center center no-repeat;
}
.l_product_two li.four_pro1.on .one_pro{
	background: url("../images/pro1-5.png") center center no-repeat;
}
.l_product_two li.five_pro1 .one_pro{
	background: url("../images/pro6.png") center center no-repeat;
	height: 57px;
	width: 70px;
	margin-top: 27px;
}
.l_product_two li.five_pro1:hover .one_pro{
	background: url("../images/pro1-6.png") center center no-repeat;
}
.l_product_two li.five_pro1.on .one_pro{
	background: url("../images/pro1-6.png") center center no-repeat;
}
.l_product_two li.six_pro1 .one_pro{
	background: url("../images/pro7.png") center center no-repeat;
	height: 52px;
	width: 52px;
	margin-top: 25px;
}
.l_product_two li.six_pro1:hover .one_pro{
	background: url("../images/pro1-7.png") center center no-repeat;
}
.l_product_two li.six_pro1.on .one_pro{
	background: url("../images/pro1-7.png") center center no-repeat;
}
.l_product_two li.seven_pro1 .one_pro{
	background: url("../images/pro8.png") center center no-repeat;
	height: 51px;
	width: 51px;
	margin-top: 25px;
}
.l_product_two li.seven_pro1:hover .one_pro{
	background: url("../images/pro1-8.png") center center no-repeat;
}
.l_product_two li.seven_pro1.on .one_pro{
	background: url("../images/pro1-8.png") center center no-repeat;
}
.two_pro{
	margin-top: 12px;
}
.r_product{
	width: 885px;
	margin-top: 48px;
}
.r_product ul{
	font-size: 0;
}
.r_product ul li{
	width: 280px;
	display: inline-block;
	margin: 0 7px;
	margin-bottom: 29px;
}
.r_product ul li img{
	width: 100%;
}
.r_product_one{
	width: 100%;
/*	height: 238px;*/
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}
.r_product_thre{
	position: absolute;
	width: 99.3%;
	height:0;
	background: rgba(0,0,0,0.5);
	z-index: 1;
	top: 0;
	left: 0;
	text-align: center;
	border-top: solid 1px #ffa443;
	border-left: solid 1px #ffa443;
	border-right: solid 1px #ffa443;
	transition: 1s;
}
.r_product ul li:hover .r_product_thre{
	height: 100%;
}
.a__product_thre{
	color: white;
	font-size: 16px;
	line-height: 24px;
	padding-top: 76px;
	margin-left: -510px;
	transition: 1s;
}
.r_product ul li:hover .a__product_thre{
	margin-left: 0px;
}
.b_product_thre{
	width: 115px;
	line-height: 37px;
	border: solid 1px #ffa443;
	margin: 0 auto;
	margin-top: 16px;
	font-size: 18px;
	color: #ffa443;
	margin-right: -500px;
	transition: 1s;
}
.r_product ul li:hover .b_product_thre{
	margin-right: 75px;
}
.r_product_two{
	background: url("../images/r_product1.jpg") center center no-repeat;
	width: 100%;
	height: 70px;
	line-height: 70px;
	font-size: 18px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.r_product_two:after{
	content: '';
	width: 100%;
	height: 0;
	background: #ff8400;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: 1s;
}
.r_product ul li:hover .r_product_two{
	color: white;
}
.r_product ul li:hover .r_product_two:after{
	content: '';
	height: 100%;
}
.service_img{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}
.service_img img{
	position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height:100%;
}
.service_img div{
	width: 100%;
	height: 100%;
	background: url("../images/service.png") center center no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	opacity: 0.5;
}
.service_total{
	width: 100%;
	position: relative;
	margin-top: -136px;
}
.service_total:after{
	content: '';
	width: 100%;
	height: 1px;
	background: #a2a2a3;
	position: absolute;
	bottom:3px;
	left: 0;
	z-index: -1;
}
.service_total .fix{
	width: 720px;
	margin: 0 auto;
	text-align: center;
}
.service_total .fl{
	font-size: 72px;
	font-weight: bold;
	 -webkit-text-stroke: 1px white;
}
.service_total .fr{
	font-size: 30px;
	color: #ff8400;
	font-weight: bold;
	 -webkit-text-stroke: 1px white;
	margin-top: 10px;
}
.service_total .fr  span{
	display: block;
	font-size: 15px;
	color: black;
	-webkit-text-stroke: 1px black;
	margin-top: 9px;
	font-weight: 300;
	text-transform: uppercase;
	opacity: 0.6;
	text-align: left;
	margin-left: 6px;
}
.section_v1{
	width: 94px;
	height: 6px;
	background: #343434;
	margin: 0 auto;
	margin-top: 27px;
}
.service_title{
	text-align: center;
	padding-top: 37px;
}
.service_title li{
	display: inline-block;
	vertical-align: top;
}
.service_title_v{
	width: 251px;
	height: 218px;
	background: url("../images/service1.png") center center no-repeat;
	box-sizing: border-box;
	overflow: hidden;
	transition: 1s;
}
.service_title_v:hover{
	background: url(../images/service1-1.png) center center no-repeat;
	color: white;
}
.service_title_v.on{
	background: url(../images/service1-1.png) center center no-repeat;
	color: white;
}
.service_title_one_a{
	width: 53px;
	height: 80px;
	background: url("../images/ser2.png") center center no-repeat;
	margin: 0 auto;
	margin-top: 36px;
	transition: 1s;
}
.service_title_v:hover .service_title_one_a{
	background: url("../images/ser2-1.png") center center no-repeat;
	transition: 1s;
}
.service_title_v.on .service_title_one_a{
	background: url("../images/ser2-1.png") center center no-repeat;
	transition: 1s;
}
.service_title_v.on .service_title_one_a{
	background: url("../images/ser2-1.png") center center no-repeat;
	transition: 1s;
}
.service_title_one_b{
	font-size: 21px;
	padding-top: 14px;
}
.service_title_one_b span{
	padding-top: 9px;
	display: block;
	font-size: 13px;
	text-transform: uppercase;
}
.service_title_one_a.one_b{
	background: url("../images/ser3.png") center center no-repeat;
	width: 91px;
	height: 63px;
	margin-top: 44px;
}
.service_title_two .service_title_v:hover .service_title_one_a.one_b{
	background: url("../images/ser2-2.png") center center no-repeat;
}
.service_title_two .service_title_v.on .service_title_one_a.one_b{
	background: url("../images/ser2-2.png") center center no-repeat;
}
.service_title_one_a.one_c{
	background: url("../images/ser4.png") center center no-repeat;
	width: 58px;
	height: 81px;
	margin-top: 33px;
}
.service_title_two .service_title_v:hover .service_title_one_a.one_c{
	background: url("../images/ser2-3.png") center center no-repeat;
}
.service_title_two .service_title_v.on .service_title_one_a.one_c{
	background: url("../images/ser2-3.png") center center no-repeat;
}
.service_title_one_a.one_d{
	background: url("../images/ser5.png") center center no-repeat;
	width: 93px;
	height: 86px;
	margin-top: 46px;
}
.service_title_three .service_title_v:hover .service_title_one_a.one_d{
	background: url("../images/ser2-4.png") center center no-repeat;
}
.service_title_three .service_title_v.on .service_title_one_a.one_d{
	background: url("../images/ser2-4.png") center center no-repeat;
}
.service_title_one_a.one_e{
	background: url("../images/ser6.png") center center no-repeat;
	width: 84px;
	height: 79px;
	margin-top: 32px;
	margin-left: 87px;
}
.service_title_two .service_title_v:hover .service_title_one_a.one_e{
	background: url("../images/ser2-5.png") center center no-repeat;
}
.service_title_two .service_title_v.on .service_title_one_a.one_e{
	background: url("../images/ser2-5.png") center center no-repeat;
}
.service_title_one_a.one_f{
	background: url("../images/ser7.png") center center no-repeat;
	width: 76px;
	height: 71px;
	margin-top: 43px;
}
.service_title_two .service_title_v:hover .service_title_one_a.one_f{
	background: url("../images/ser2-6.png") center center no-repeat;
}
.service_title_two .service_title_v.on .service_title_one_a.one_f{
	background: url("../images/ser2-6.png") center center no-repeat;
}
.service_title_one_a.one_g{
	background: url("../images/ser8.png") center center no-repeat;
	width: 50px;
	height: 59px;
	margin-top: 50px;
}
.service_title_one .service_title_v:hover .service_title_one_a.one_g{
	background: url("../images/ser2-7.png") center center no-repeat;
}
.service_title_one .service_title_v.on .service_title_one_a.one_g{
	background: url("../images/ser2-7.png") center center no-repeat;
}
.service_title li.service_title_one{
	margin-top: 101px;
}
.service_title li.service_title_two{
	margin-right: -54px;
	margin-left: -54px;
}
.service_title li.service_title_three{
	margin-top: 88px;
}
.service_title_two .service_title_v{
	width: 241px;
	height: 209px;
	background: url("../images/service2.png") center center no-repeat;
	margin-bottom: 12px;
	transition: 1s;
}
.service_title_two .service_title_v:hover{
	background: url("../images/service2-2.png") center center no-repeat;
	transition: 1s;
}
.service_title_two .service_title_v.on{
	background: url("../images/service2-2.png") center center no-repeat;
	transition: 1s;
}
.service_title_three .service_title_v{
	width: 288px;
	height: 250px;
	background: url("../images/service3.png") center center no-repeat;
	transition: 1s;
}
.service_title_three .service_title_v:hover{
	background: url("../images/service3-3.png") center center no-repeat;
	transition: 1s;
}
.service_title_three .service_title_v.on{
	background: url("../images/service3-3.png") center center no-repeat;
	transition: 1s;
}
.service_bot{
	background: #3b3b3b;
	height: 208px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.service_bot .picScroll-left{
	position: relative;
	padding-top: 38px;
}
.service_bot .hd a{
	position: absolute;
	top: 75px;
	opacity: 0.5;
	transition: 1s;
}
.service_bot .hd a.next{
	left: 0;
}
.service_bot .hd a.prev{
	right:0;
}
.service_bot .hd a:hover{
	opacity: 1;
}
.service_bot .tempWrap{
	margin: 0 auto;
}
.service_bot .picList li{
	width: 266px;
	height: 122px;
	border:solid 1px #7e7e7e;
	margin: 0 10px;
	transition: 1s;
	 box-sizing: border-box;
    overflow: hidden;
}
.service_bot .picList li:hover{
	transform: scale(0.9);
}
.service_bot .picList li img{
	width: 100%;
}
.section5{
	background: #ff8400;
}
.choose_titel{
	text-align: center;
	color: white;
}
.choose_titel_one{
	font-size: 42px;
	font-weight: 300;
}
.choose_titel_two{
	font-weight: bold;
	font-size: 70px;
	padding-top: 7px;
}
.choose_titel_three{
	font-size: 128px;
	font-family: 'Impact';
	font-weight: 500;
	text-transform: uppercase;
	opacity: 0.1;
	margin-top: -108px;
}
.choose_titel_foru{
	width: 421px;
	line-height: 66px;
	margin: 0 auto;
	background: #3b3b3b;
	border-radius:50px;
	margin-top: -5px;
	font-size: 26px;
	font-weight: 300;	
}
.choose_tatle{
	
	color: white;
	padding-top: 36px;
}
.choose_tatle li{
	display: inline-block;
	text-align: center;
}
.choose_tatle li.on{
	margin-left: -71px;
}
.choose_tatle_two{
	padding-top: 67px;
}
.choose_tatle_three{
	font-size: 12px;
	line-height: 30px;
	padding-top: 20px;
}
.choose_tatle_foru{
	font-size: 12px;
	font-family: 'Arial';
	line-height: 20px;
	padding-top: 15px;
}
.section6{
	background: #3b3b3b;
}
.Customized_img{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.Customized_img img{
	width: 100%;
}
.Customized_title{
	color: white;
	text-align: center;
}
.Customized_one{
	font-size: 65px;
	font-weight: 300;
}
.Customized_two{
	font-size: 65px;
	font-weight: 300;
	padding-top: 11px;
}
.Customized_two span{
	color: #ff8400;
	font-weight: bold;
}
.Customized_three{
	font-size: 18px;
	line-height: 26px;
	padding-top: 18px;
}
.Customized_four{
	font-family: 'Impact';
	font-weight: 500;
	font-size: 128px;
	opacity: 0.05;
	margin-top: -190px;
	text-transform: uppercase;
}
.Customized_totla{
	text-align: center;
	padding-top: 260px;
	font-size: 0;
	position: relative;
}
.Customized_totla:after{
	content: '';
	width: 100%;
	height: 1px;
	background: white;
	position: absolute;
	left: 0;
	top: 336.5px;
	z-index: -1;
}
.Customized_totla li{
	display: inline-block;
	text-align: center;
	color: white;
	vertical-align: top;
}
.Customized_totla li.one{
	
}
.Customized_totla li.one1.one .one_one div img{
	margin-left: 6px;
}
.Customized_totla li.one1.one .one_one div span{
	left: 13px;
}
.Customized_totla li.one2.one .one_one div img{
	    margin-top: 20px;
	    margin-left: 9px;
}
.Customized_totla li.one2.one .one_one div span{
	left: 12.8px;
}
.Customized_totla li.one3.one .one_one div span{
	left: 30px;
}
.Customized_totla li.one4.one .one_one div img{
	       margin-top: 22px;
    margin-left: 10px;
}
.Customized_totla li.one4.one .one_one div span{
	left: 16px;
}
.Customized_totla li.one5.one .one_one div span{
	left: 28px;
}
.Customized_totla li.one6.one .one_one div img{
	       margin-top: 22px;
    margin-left: 10px;
}
.Customized_totla li.one6.one .one_one div span{
	left: 19px;
}
.Customized_totla li.one7.one .one_one div span{
	left: 29px;
}
.Customized_totla li.one .one_one{
	width: 154px;
	line-height: 154px;
	height: 154px;
	background: white;
	border-radius: 50%;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 auto;
	transition: 1s;
}
.Customized_totla li:hover .one_one{
	background: #ff8400;
}
.Customized_totla li.on .one_one{
	background: #ff8400;
}
.Customized_totla li.one .one_one div{
	width: 121px;
	height: 121px;
	background: #efefef;
	border-radius: 50%;
	margin: 0 auto;
	margin-top: 18px;
	line-height: 121px;
	position: relative;
	transition: 1s;
}
.Customized_totla li:hover .one_one div{
	background: #ffa84a;
}
.Customized_totla li.on .one_one div{
	background: #ffa84a;
}
.Customized_totla li.one .one_one div span{
	position: absolute;
	left: 21px;
	top: -120px;
	transition: 1s;
}
.Customized_totla li:hover .one_one div span{
	top: -0;
}
.Customized_totla li.on .one_one div span{
	top: -0;
}
.Customized_totla li.one .one_one div img{
	margin-top: 16px;
}
.Customized_totla li.one .one_two{
	font-size: 18px;
	padding-top: 20px;
}
.Customized_totla li.one .one_two span{
	display: block;
	font-size: 14px;
	padding-top: 9px;
	
}
.Customized_totla li.two{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: white;
	margin: 0 15px;
	margin-top: 71px;
}
.contact_img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.contact_img img{
	position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
}
.contact_title{
	text-align: center;
}
.contact_title_one{
	font-size: 78px;
	color: #ff8400;
	font-weight: bold;
}
.contact_title_two{
	font-size: 30px;
	padding-top: 27px;
}
.contact_title_three{
	font-size: 14px;
	color: white;
	line-height: 20px;
	padding-top: 16px;
}
.contact_total{
	height: 260px;
	background: rgba(0,0,0,0.48);
	margin-top: 88px;
}
.contact_total ul{
	padding: 49px 30px 0 30px;
}
.contact_total ul li{
	text-align: center;
	width: 352px;
	color: white;
	display: inline-block;
	position: relative;
	vertical-align: top;
}
.contact_total ul li img{
	margin-left: -19px;
}
.contact_total ul li:after{
	content: '';
	width: 1px;
	height: 155px;
	background: url("../images/contact4.png") center center no-repeat;
	position: absolute;
	top: 3px;
    right: -46px;

}
.contact_total ul li:last-child:after{
	content: '';
	display: none;
}
.contact_two{
	font-size: 24px;
	padding-top: 29px;
}
.contact_two span{
	padding-top: 14px;
	display: block;
}
.contact_bot{
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 64px;
	color: white;
	border-top:solid 1px #b5b0b8;
	font-size: 18px;
}
/*nei*/
.nei_banner{
	padding-top: 103px;
}
.nei_banner .banner{
	position: relative;
}
.nei_banner img{
	width: 100%;
}
.nei_nav{
	background: #353535;
	line-height: 70px;
/*	height: 70px;*/
	color: white;
}
.nei_nav li{
	display: inline-block;
	width: 149px;
	text-align: center;
	position: relative;
	transition: 1s;
}
.nei_nav li:after{
	content: '';
	background: url("../images/jiao.png") center center no-repeat;
	width: 30px;
	height: 15px;
	position: absolute;
	bottom: 15px;
	left: 39%;
	z-index: -1;
	transition: 1s;
}
.nei_nav li:hover{
	background: #ff8400;
}
.nei_nav li.on{
	background: #ff8400;
}
.nei_nav li:hover:after{
	content: '';
	bottom:-15px
}
.nei_nav li.on:after{
	content: '';
	bottom:-15px
}
.weizhi{
	border-bottom: solid 1px #d6d6d6;
	padding-top: 56px;
	padding-bottom: 11px;
}
.weizhi span{
	display: inline-block;
}
.weizhi .one{
	width: 122px;
	text-align: center;
	font-size: 20px;
	margin-left: 14px;
	position: relative;
}
.weizhi .one:after{
	content: '';
	width: 100%;
	height: 4px;
	background: #ff8400;
	position: absolute;
	left: 0;
	bottom: -11px;
}
.weizhi .two{
	margin-left: 44px;
	font-size: 16px;
	text-transform: uppercase;
}
.nei_about{
	box-sizing: border-box;
	overflow: hidden;
}
.nei_about_title{
	text-align: center;
	padding-top: 49px;
	width: 100%;
	padding-bottom: 40px;
	border-bottom: solid 1px #d6d6d6;
}
.nei_about .choose_tatle{
	color: black;
	padding: 36px 27px 0 34px;
}
.nei_about .choose_tatle_two{
	font-size: 27px;
	font-weight: bold;
	color:#515151;
}
.jianjie{
	font-size: 18px;
	color: #4c4c4c;
	text-align: left;
	line-height: 36px;
	padding-top: 48px;
}
.fazhan{
	padding-top: 70px;
}
.fazhan_title{
	font-size: 53px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	border-bottom: solid 1px #d6d6d6;
	padding-bottom: 42px;
	text-transform: uppercase;
}
.fazhan_title span{
	color: #ff8400;
}
.fazhan_title .v{
	font-size: 18px;
	font-weight: normal;
	padding-top: 13px;
}
.fazhan_total{
	padding-top: 89px;
	position: relative;
}
.fazhan_total .gan{
	position: absolute;
	top: 28px;
	left: 49%;
}
.fazhan_total .gan.b1{
	top: 421px;
}
.fazhan_total .gan.b2{
	top: 812px;
}
.fazhan_total .gan.b1 img{
	position: absolute;
	clip:rect(66px 30px 481px 0px);	
}
.fazhan_total .gan.b2 img{
	position: absolute;
	clip: rect(66px 30px 242px 0px);
}
.fazhan_total ul.a1{
	margin-top: 27px;
}
.fazhan_total li{
	display: inline-block;
}
.fazhan_total li.on{
	margin-top: 11px;
}
.one_fazhan{
	font-size: 16px;
	color: #353535;
	line-height: 24px;
}
.one_fazhan.fl{
	margin-left: 220px;
}
.one_fazhan.fr{
	margin-right: 199px;
}
.one_fazhan.right{
	text-align: right;
}
.two_fazhan.right{
	text-align: right;
	padding-right: 15px;
}
.one_fazhan.left{
	text-align: left;
}
.two_fazhan.left{
	text-align: left;
	padding-left: 15px;
}
.two_fazhan{
	width: 103px;
	height: 69px;
	font-size: 16px;
	line-height: 69px;
	box-sizing: border-box;
	overflow: hidden;
}
.two_fazhan.fl{
	margin-left: 515px;
}
.two_fazhan.fr{
	margin-right: 515px;
}
.two_fazhan.zi{
	background: url("../images/fazhan1.png") center center no-repeat;
	color: #d63a85;
}
.two_fazhan.huang{
	background: url("../images/fazhan2.png") center center no-repeat;
	color: #fcb116;
}
.two_fazhan.lan{
	background: url("../images/fazhan3.png") center center no-repeat;
	color: #0094be;
}
.two_fazhan.lv{
	background: url("../images/fazhan4.png") center center no-repeat;
	color: #68bd45;
}
.two_fazhan.lv.v1{
	padding-top: 19px;
    line-height: 15px;
}
.fazhan_total_three .one_fazhan.fl{
	margin-left:303px;
}
.fazhan_total_four .one_fazhan.fr{
	margin-right: 114px;
}
.fazhan_total_five .one_fazhan.fl{
	margin-left:104px;
}
.fazhan_total_six .one_fazhan.fr{
	margin-right: 144px;
}
.fazhan_total_seven .one_fazhan.fl{
	margin-left:75px;
}
.fazhan_total_eight .one_fazhan.fr{
	margin-right: 112px;
}
.fazhan_total_nine .one_fazhan.fl{
	margin-left:80px;
}
.fazhan_total_ten .one_fazhan.fr{
	margin-right: 120px;
}
.guanyu{
	text-align: center;
	padding-top: 82px;
}
.lilian{
	padding-top: 126px;
}
.lilian ul{
	padding: 48px 70px 0 70px;
}
.lilian li{
	display: inline-block;
	position: relative;
}
.lilian li:after{
	content: '';
	width: 1px;
	background: #bebebe;
	height: 697px;
	position: absolute;
	top: -2px;
	right:-63px;
}
.rongyu{
	padding-top: 85px;
	padding-bottom: 62px;
}
.rongyu .w1200{
	position: relative;
}
.rongyu .hd{
	position: absolute;
	top: 24px;
    right: 110px;
}
.rongyu .hd a{
	width: 52px;
	height: 52px;
	background: #4c4c4c;
	display: inline-block;
	text-align: center;
	line-height: 52px;
	box-sizing: border-box;
	overflow: hidden;
	padding-top: 7px;
	margin:  0 5px;
	transition: 1s;
	cursor: pointer;
}
.rongyu .hd a:hover{
	background: #ff8400;
}
	
.rongyu .picScroll-left{
	padding-top: 58px;
}
.rongyu .picScroll-left .tempWrap{
	margin: 0 auto;
}
.rongyu .picScroll-left .bd li{
	width: 398px;
	margin: 0 11px;
	text-align: center;
}
.rongyu .picScroll-left .bd li:hover img{
	transform: scale(1.1);
}
.rongyu .picScroll-left .bd li .pic{
	border: solid 5px #e0e0e0;
	box-sizing: border-box;
	overflow: hidden;
}
.rongyu .picScroll-left .bd li img{
	width: 100%;
	transition: 1s;
}
.rongyu .picScroll-left .bd li .title{
	font-size: 18px;
	padding-top: 22px;
}
.section7.nei_section7{
	position: relative;
	height: 900px;
	width: 100%;
}
.section7.nei_section7 .contact_title{
	padding-top: 132px;
}
/*nei_pro*/
.nei_pro{
	padding-top: 57px;
	padding-bottom: 71px;
}
.nei_pro .r_product{
	width: 100%;
	margin: inherit
}
.nei_pro .r_product ul li{
	margin: 0 22px;
	margin-bottom: 30px;
	box-shadow: 0px 0px 23px #888888;
}
.nei_pro .r_product_one{
	border-left: solid 1px #dfdfdf;
	border-top: solid 1px #dfdfdf;
	border-right: solid 1px #dfdfdf;
}
/*nei_news*/
.nei_news{
	padding-top: 66px;
	padding-bottom: 121px;
}
.nei_news ul li{
	width: 100%;
	height: 147px;
	box-sizing: border-box;
	overflow: hidden;
	padding: 39px 78px 0 60px;
	box-shadow: 0px 0px 23px #888888;
	margin-bottom: 15px;
	position: relative;
	z-index: 1;
	transition: 1s;
}
.nei_news ul li:after{
	content: '';
	width: 0;
	height: 100%;
	background: #ff8400;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: 1s;
}
.nei_news ul li:hover{
	color: white;
}
.nei_news ul li:hover .nei_news_two{
	color: white;
	opacity: 0.8;
} 
.nei_news ul li:hover:after{
	content: '';
	width: 100%;
}
.nei_news_one {
	font-size: 18px;
}
.nei_news_one .fl{
	font-weight: 600;
}
.nei_news_one .fr{
	font-family: 'Arial';
	padding-right:30px;
}
.nei_news_two{
	padding-top: 13px;
	font-size: 16px;
	color: #aaaaaa;
	line-height: 20px;
	transition: 1s;
}
.pages{
	text-align: center;
	padding-top: 40px;
}
.pages li{
	display: inline-block;
	padding: 10px 20px;
	border: solid 1px #888888;
	margin: 0 10px;
}
.pages li.c{
	color: white;
	background: #ff8400;
}
.hezuo{
	padding-bottom: 108px;
}
.hezuo_img{
	width: 100%;
	text-align: center;
	padding-top: 60px;
	position: relative;
	border-bottom: solid 1px #c8c8c8;
}
.hezuo_img div{
	width: 808px;
	margin: 0 auto;
	border: solid 1px #c8c8c8;
}
.hezuo_img div img{
	width: 100%;
}
.hezuo_img a{
	position: absolute;
	top: 45%;
	transition: 1s;
}
.hezuo_img a:hover{
	transform: rotate(360deg);
}
.hezuo_img a.a{
	left: 10%;
}
.hezuo_img a.r{
	right: 11%;
}
.hezuo_img p{
	font-size: 24px;
	padding-top: 29px;
	padding-bottom: 19px;
}
.hezuo_xiang{
	width: 1130px;
	font-size: 18px;
	opacity: 0.5;
	margin: 0 auto;
	padding-top: 49px;
}
.nei_pro_nei{
	padding-bottom: 56px;
	box-sizing: border-box;
	overflow: hidden;
}
.x_nei_pro_nei{
		padding-top: 90px;
	width: 1074px;
	margin: 0 auto;
}
.x_nei_pro_nei .fl{
	width: 858px;
	border: solid 1px #c8c8c8;
}
.x_nei_pro_nei .fr{
	width: 190px;
}
.x_nei_pro_nei .fr li{
	width: 185px;
	border: solid 1px #c8c8c8;
	margin-bottom: 20px;
}
.x_nei_pro_nei .fr li.on{
	border: solid 1px #ff8400;
	transform: scale(0.9);
}
.x_nei_pro_nei .fr li:hover img{
	transform: scale(0.9);
	border: solid 1px #ff8400;
}
.x_nei_pro_nei .fl img{
	width: 100%;
}
.x_nei_pro_nei .fr li img{
	width: 100%;
	transition: 1s;
}
.nei_pro_nei_a{
	background: #ff8400;
	font-size: 30px;
	text-align: center;
	width: 1078px;
	line-height: 99px;
	margin: 0 auto;
	color: white;
	margin-top: 24px;
}
.nei_pro_nei_b{
	width: 800px;
	padding-top: 136px;
	text-align: center;
	color: white;
	font-size: 0px;
	margin: 0 auto;
	padding-bottom: 171px;
	margin-top: 36px;
}
.aprev{
	font-size: 14px;
	padding-top: 20px;
	border-top: solid 1px #c8c8c8;
	margin-top: 40px;
	line-height: 26px;
}
.nei_pro_nei .smallScroll{
	height: 885px;
	box-sizing: border-box;
	overflow: hidden;
}
.swop{
	position: fixed;
	top: 25%;
	right: 0;
	width: 80px;
	background-color: black;	
	color: white;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 14px;
}
.swop_one{
	margin-bottom: 10px;
}