/**/
.bg1{background:url(../img/bg1.jpg) left top repeat;}
.bg2{background:url(../img/bg2.jpg) left top repeat;}
.bg-fff{background:#fff;}
.bg-ee9638{background:#ee9638;}
.bl-d3d3d3{border-left:1px solid #d3d3d3;}
.br-d3d3d3{border-right:1px solid #d3d3d3;}
.bt-d3d3d3{border-top:1px solid #d3d3d3;}
.bd-d3d3d3{border-bottom:1px solid #d3d3d3;}
.bg-huang{background:#ee9638;}
/*head*/
	.head{min-width:1200px; border-top:3px solid #e60012;top:0;z-index:2;height:108px;background:url(../img/head_bg.png) top center no-repeat;}
	.head .warp{height:108px;}
	.logo{width:250px;height:44px;left:50%;margin-left:-125px;top:50%;margin-top:-22px;}
	.head_left span.span1{padding-left:22px;}
	.head_left span.span2{padding-left:17px;}
	.head_left span i.icon-tel{left:0;top:2px;}
	.head_left span i.icon-phone{left:0;top:3px;}
	.head_right{top:14px;right:77px;}
	.head_right a{display:inline-block;width:27px;height:26px;border-radius:50%;background-color:#ee9638;}
	.head_right a.qq:hover{background-color:#e60012;}
	.head_right a.wx:hover{background-color:#e60012;}
	.head_right a.wb:hover{background-color:#e60012;}
/*导航*/
	.h70{height:70px;}
	.bd-d5d5d5{border-bottom:1px solid #d5d5d5;}
	.daohang{height:70px;left:50%;margin-left:-600px;top:0;}
	.daohang ul{position:relative;z-index:9}
	.daohang li{width:150px;}
	.daohang li a{font-size:16px;color:#333; display:block;height:70px;line-height:70px;border-left:1px solid #d5d5d5;border-bottom:1px solid #d5d5d5;text-align:center;}
	.daohang li a:hover,.daohang li a.on{border-left:1px solid #de3939;border-bottom:1px solid #de3939;background:#de3939;color:#fff;}
	.daohang li:last-child a,.daohang li.last-child a{padding-left:30px;border-left:1px solid #ee9638;border-bottom:1px solid #ee9638;background:#ee9638;color:#fff;}
	.daohang li:last-child a i.icon-jxs,.daohang li.last-child a i.icon-jxs{top:50%;margin-top:-10px;left:20px;}

	.daohang li ul{border-top:1px solid #fff;overflow:auto;}
	.daohang li li{width:150px;}
	.daohang li li a,.daohang li li:last-child a,.daohang li li.last-child a{border:0;height:55px;line-height:55px;color:#fff;background:#373d4b;border-bottom:1px solid #4d5362;padding-left:0;}
	.daohang li li a:hover{background:#4c525f;border:0;border-bottom:1px solid #4d5362;}
	.daohang li li:last-child a,.daohang li li.last-child a,.daohang li li:last-child a:hover,.daohang li li.last-child a:hover{border:0;}
/*分页*/

    .navv a{padding-left:10px;padding-right:10px; height:30px;line-height:30px;text-align:center;font-size:14px;color:#666;display:inline-block;margin-right:5px;background:#fff;}
    .navv a.on,.navv a:hover{background-color:#ef9638;color:#fff;}

    .page{float:none;font-size:14px;}
    .page a,.page span{padding-left:10px;padding-right:10px; height:30px;line-height:30px;text-align:center;font-size:14px;color:#666;display:inline-block;margin-right:5px;background:#fff;}
    /*.page a{color:#666;background-color:#eee;}*/
    .page span{color:#fff;background-color:#ef9638;}
    .page span.zNum{display:none}

/*foot*/
	.lianjie{padding: 10px 0px;background-color: #ef9638;color: #fff;font-size: 14px;font-weight: bold;}
	.lianjie ul{margin-top: 4px;}
	.lianjie li{float: left;height: 20px;line-height: 20px;margin-right: 20px;color: #999;font-size: 12px;font-weight: normal;}
	.lianjie li a{color: #fff;}
	.foot{background:#373d4b;}	
	.foot-box{border-right:1px solid #3d4453;padding-top:15px;height:173px;}
	.foot-box a:hover{color:#fff;}
	.foot-box1{border-right:0;}
	.foot-box1 div{color:#d1b689;}
	.foot1{background:#b32734;}
	.foot1 img{left:50%;margin-left:-41px;top:-70px;}
	.foot1 a.leoex:hover{text-decoration:underline;}
/*bread*/
	.bread{border-top:3px solid #e60012;height:20px; line-height:20px;padding:25px 0;}
	.bread a{height:20px;line-height:20px;}
	.bread a:hover{color:#de3838;}
	.bread span{margin:0 10px;}
	.ml20{margin-left:20px;}
/*tab*/
	ul.tab{top:-71px;right:0;height:71px}
	ul.tab li{margin:0 21px;}
	ul.tab li a{padding:25px 0;}
	ul.tab li a:hover{}
	/* Underline From Left */
	.hvr-underline-from-left {
	  display: inline-block;
	  vertical-align: middle;
	  -webkit-transform: translateZ(0);
	  transform: translateZ(0);
	  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	  -webkit-backface-visibility: hidden;
	  backface-visibility: hidden;
	  -moz-osx-font-smoothing: grayscale;
	  position: relative;
	  overflow: hidden;
	}
	.hvr-underline-from-left:before,.hvr-underline-from-left.on:before {
	  content: "";
	  position: absolute;
	  z-index: -1;
	  left: 0;
	  right: 100%;
	  bottom: 0;
	  background: #ee9638;
	  height: 4px;
	  -webkit-transition-property: right;
	  transition-property: right;
	  -webkit-transition-duration: 0.3s;
	  transition-duration: 0.3s;
	  -webkit-transition-timing-function: ease-out;
	  transition-timing-function: ease-out;
	}
	.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before,.hvr-underline-from-left.on:before {
	  right: 0;
	}
/*经销商*/
	.jxs_tit{height:61px;background:url(../img/jxs.png) bottom center no-repeat;padding-top:209px;}

	.jxs_denglu{width:314px;height:334px;padding-left:356px;}
	.jxs_denglu a.jxs_img{left:0;top:0;}

	.jxs_denglu a.jxs_img img{-webkit-transform:scale(1,1);
		-moz-transform:scale(1,1);
		-transform:scale(1,1);
		-webkit-transition: all 0.6s;
		-moz-transition: all 0.6s;
		-o-transition: all 0.6s;}
	.jxs_denglu a.jxs_img:hover img{-webkit-transform:scale(1.1,1.1);
		-moz-transform:scale(1.1,1.1);
		-transform:scale(1.1,1.1);
		-webkit-transition: all 0.6s;
		-moz-transition: all 0.6s;
		-o-transition: all 0.6s;}

	.jxs_denglu i.icon-jxs-name{top:18px;left:0;}
	.jxs_denglu i.icon-jxs-pass{top:17px;left:0;}
	.jxs_denglu input{height:24px;line-height:24px;border:0;width:100%;}
	.jxs_denglu input.sub{width:314px;height:50px;line-height:50px;cursor:pointer;}
	.jxs_denglu span{left:356px;bottom:30px;}


/*icon*/
	i.icon{display:inline-block;background:url(../img/tu.png) left top no-repeat;}
	i.icon-jxs{width:22px;height:19px;background-position:0 0;}
	i.icon-jxs-name{width:16px;height:17px;background-position:-27px 0;}
	i.icon-jxs-pass{width:15px;height:19px;background-position:-48px 0;}
	i.icon-shouye{width:22px;height:20px;background-position:-68px 0;}
	i.icon-fwrx{width:106px;height:24px;background-position:0px -25px;}
	i.icon-proMore{width:23px;height:23px;background-position:-127px 0;}
	i.icon-close{width:33px;height:32px;background-position:0 -54px;}
	i.icon-tel{width:14px;height:16px;background-position:0 -91px;}
	i.icon-phone{width:11px;height:15px;background-position:-19px -91px;}
	i.icon-qq{width:27px;height:26px;background-position:-69px -54px;}
	i.icon-wx{width:27px;height:26px;background-position:-96px -54px;}
	i.icon-wb{width:27px;height:26px;background-position:-123px -54px;}
	i.icon-con1{width:150px;height:150px;background-position:0 -112px;}
	i.icon-con2{width:150px;height:150px;background-position:0 -262px;}
	i.icon-con3{width:150px;height:150px;background-position:0 -412px;}
	i.icon-jxs1{width:19px;height:17px;background-position:-43px -90px;}
	i.icon-jxs2{width:18px;height:18px;background-position:-68px -89px;}
	i.icon-anlileft{width:51px;height:51px;background-position:0 -562px;}
	i.icon-anliright{width:51px;height:51px;background-position:-51px -562px;}
/*间距*/
	.pt30{padding-top:30px;}
	.pt40{padding-top:40px;}
	.pt50{padding-top:50px;}
	.pt60{padding-top:60px;}
	.pt70{padding-top:70px;}
	.pb60{padding-bottom:60px;}
	.pb90{padding-bottom:90px;}
	.mt15{margin-top:15px;}
	.mt25{margin-top:25px;}
	.mt30{margin-top:30px;}
	.mt60{margin-top:60px;}
	.mb15{margin-bottom:15px;}
	.mb60{margin-bottom:60px;}


	.pt5{padding-top:5px;}
	.pb5{padding-bottom:5px;}
	.pl15{padding-left:15px;}
	.pr15{padding-right:15px;}
	.ml35{margin-left:35px;}
	.mr25{margin-right:25px;}
	.mr35{margin-right:35px;}
	.pb30{padding-bottom:30px;}

	.pr65{padding-right:65px;}
	.pl65{padding-left:65px;}
	.mb5{margin-bottom:5px;}
	.pt25{padding-top:25px;}
	.pb25{padding-bottom:25px;}

	.pr45{padding-right:45px;}
	.pl35{padding-left:35px;}
	.pt15{padding-top:15px;}
	.pt20{padding-top:20px;}
	.pb15{padding-bottom:15px;}
	.pb20{padding-bottom:20px;}

	.pt75{padding-top:75px;}
	.pb40{padding-bottom:40px;}
	.pb50{padding-bottom:50px;}
	.pb75{padding-bottom:75px;}
	.pl20{padding-left:20px;}
	.pl120{padding-left:120px;}
	.pr20{padding-right:20px;}

	.pt35{padding-top:35px;}
	.pr25{padding-right:25px;}
	.mb25{margin-bottom:25px;}
	.pb35{padding-bottom:35px;}
	.mt40{margin-top:40px;}
	.mr5{margin-right:5px;}
	.mr40{margin-right:40px;}
	.pb30{padding-bottom:30px;}
/*color*/
	.colora3{color:#a3a3a3;}
	.color6{color:#666;}
	.color9{color:#999;}
	.colorf{color:#fff;}
	.f24{font-size:24px;}
	.f28{font-size:28px;}
	.f36{font-size:36px;}
	.f42{font-size:42px;}
	


	.z-2{z-index:2;}

/*index-anli*/
		.in_anli{}
		.in_anli a{display:inline-block;background-color:#f3f3f3}		
		.in_anli a.anli-left,.in_anli a.anli-right{width:51px;height:51px;top:40px;border-radius:3px;}
		.in_anli a.anli-left{left:50%;margin-left:-100px;}
		.in_anli a.anli-right{right:50%;margin-right:-100px;}
		.in_anli a:hover{background-color:#ee9638}
		.in_anli a i{-webkit-transition: all 0.6s;
		-moz-transition: all 0.6s;
		-o-transition: all 0.6s;
		transition: all 0.6s;}
		.in_anli a:hover i.icon-anlileft{background-position:0 -613px}
		.in_anli a:hover i.icon-anliright{background-position:-51px -613px}
/*join*/
	@-webkit-keyframes twinkling{ 
		0%{ margin-top:100px; opacity:1}
		100%{margin-top:160px; opacity:0}
	}

	@keyframes mymove
	{
		from {bottom:200px; opacity:1}
		to {bottom:170px; opacity:0}
	}

	@-webkit-keyframes mymove
	{
		from {bottom:200px; opacity:1}
		to {bottom:170px; opacity:0}
	}
	.underaa{height:30px; width:58px; position:absolute; bottom:200px; left:50%;margin-left:-29px;
		/*position:relative;*/
		animation:mymove 2s;
		animation-iteration-count:3;

		/* Safari and Chrome */
		-webkit-animation:mymove 2s;
		-webkit-animation-iteration-count:3;
		}
	.img5b li a img{-webkit-transform:scale(1,1);
		-moz-transform:scale(1,1);
		-transform:scale(1,1);
		-webkit-transition: all 0.6s;
		-moz-transition: all 0.6s;
		-o-transition: all 0.6s;}
	.img5b li a:hover img{-webkit-transform:scale(1.1,1.1);
		-moz-transform:scale(1.1,1.1);
		-transform:scale(1.1,1.1);
		-webkit-transition: all 0.6s;
		-moz-transition: all 0.6s;
		-o-transition: all 0.6s;}
/*index-inpro*/
	.inproList{}
	.inpro{width:280px;height:206px;}
	.inprolist{width:82px;height:95px;background:url(../img/inpro.png) left top no-repeat;position: relative;z-index: 1;margin:0 auto;margin-top:-43px;-webkit-transition: all 0.6s;
		-moz-transition: all 0.6s;
		-o-transition: all 0.6s;
		transition: all 0.6s;}
	.inpro1{background-position:0 0;}
	.inpro2{background-position:-82px 0;}
	.inpro3{background-position:-164px 0;}
	.inpro4{background-position:-246px 0;}
	a:hover .inpro1{background-position:0 -95px;}
	a:hover .inpro2{background-position:-82px -95px;}
	a:hover .inpro3{background-position:-164px -95px;}
	a:hover .inpro4{background-position:-246px -95px;}
/*产品中心7大优势*/
	.yy{border:1px solid #e5e5e5;width:610px;height:474px;margin-left:30px;}
	.yy h4{color:#de3939;}
	.yy ul{height:220px;width:571px;}
	.yy li{width:122px;height:106px;}

	.yy li.yli1{left:0;top:50%;margin-top:-53px;}
	.yy li.yli2{left:97px;top:0;}
	.yy li.yli3{left:97px;bottom:0;}
	.yy li.yli4{width:180px;height:156px;top:50%;margin-top:-78px;left:50%;margin-left:-90px;}
	.yy li.yli5{right:97px;top:0;}
	.yy li.yli6{right:97px;bottom:0;}
	.yy li.yli7{right:0;top:50%;margin-top:-53px;}

	.yy li a{width:122px;height:106px;}
	.yy li a:hover{}
	.yy li.li4 a{width:180px;height:156px;}

	.yy li a img{-webkit-transition: all 0.4s;-moz-transition: all 0.4s;-o-transition: all 0.4s;}
	.yy li a img.y_img1{left:0;top:0;z-index:2;}
	.yy li a img.y_img2{left:0;top:0;z-index:1;}

	.yy li a:hover img.y_img1,.yy li a.on img.y_img1{z-index:1;}
	.yy li a:hover img.y_img2,.yy li a.on img.y_img2{z-index:2;}


	.yys{width:546px;margin:0 auto;}
	.yys h5{}
	.yys div{line-height:1.8em;height:3.6em;overflow:hidden;}
/*float*/
	.float{position:fixed;right:11%;bottom:40%;width:39px;height:165px;}
	.float a,.bdsharebuttonbox{background:#373d4b;width:39px;height:39px;line-height:39px;}
	.float a:hover{background:#de3939;}
	i.icon-float1{width:39px;height:39px;background-position:0 -664px;}
	i.icon-float2{width:39px;height:39px;background-position:-39px -664px;}
	i.icon-float3{width:39px;height:39px;background-position:-78px -664px;}
	i.icon-float4{width:39px;height:39px;background-position:0 -703px;}


	.float a.f1{right:0;top:0;}
	.float a.f2{right:0;top:42px;}
	.float a.f3,.bdsharebuttonbox{right:0;bottom:42px;}
	.float a#top{right:0;bottom:0;}
	.float a#top i.icon-float4{right:0;top:0;}
	.float a#top span,.float a.f1 span{width:60px;padding-left:10px; left:0px;top:0;background-color:#de3939;-webkit-transition: all 0.4s;-moz-transition: all 0.4s;-o-transition: all 0.4s;}
	/*.float a#top:hover span,.float a.f1:hover span{background:#de3939;}*/
	/*.float a#top:hover,.float a.f1:hover{padding-left:60px;}*/
	/*.float a#top:hover span{display:block;}*/


	.float a.f2 span{left:0px;top:50%;margin-top:-30px; width:120px;height:120px;-webkit-transition: all 0.4s;-moz-transition: all 0.4s;-o-transition: all 0.4s; line-height:24px;}
	.bdshare-button-style0-24 .bds_more{float:none;background:url(../img/tu.png) left top no-repeat;background-position:-78px -664px; display:block;width:39px;height:39px;margin:0;}


	.wximg{right:-30px;top:46px;opacity:0;}