@charset "utf-8";
/* CSS Document */

*{margin: 0;padding: 0}

.clear{clear:both}
.clearfix{zoom:1} .clearfix:after{content:".";display:block;visibility:hidden;height:0;clear:both;}

body{
	font-family: microsoft yahei, Arial!important;
	overflow-x: hidden!important;
}

a{
	text-decoration: none;
	
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; 
}

a:hover{
		text-decoration: none;
}

ul li{
	list-style: none;
	/*float: left;*/
}
.no-padding {
	padding: 0;
}

.wid{
	width: 70%;
	margin: 0 auto;
	position: relative;
}

@media (max-width:1200px){
	.wid{
		width: 1200px;
		
	}
}







/*--- Header ---*/
.headfix{
	position: fixed;
	height: 98px;
	max-height: 98px;
	background: #fff;
	transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
}
.page-on-scroll .headfix{
	height: 88px;
	max-height: 88px;
}
.Header-wrapper{z-index:99;}
.Header-wrapper .Header-cl{position:relative;}
.header-container{width:100%;background:#fff;z-index:90;box-shadow: 0 0 2px #888;}
.header-container .contain{position:relative;}
.H-action{position:absolute;right:0px;top:0px;}

/*logo*/
.H-logo{position:absolute;width:auto;margin-left:-112px;left:50%;overflow:hidden;z-index:5;}
.H-logo img.rollover{display:none;}
.H-logo img{
	width: auto;
	height: 68px;
	margin-top: 15px;
	transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
}

.page-on-scroll .H-logo img{
	margin-top: 10px;
}

.web-logo{display:none;}

.H-action{float:right;width:320px;height:50px;line-height:50px;}
.H-action .head-link{float:left;font-size:13px;color:#666;}
.head-link .H-ct{background:url(../images/icon/icon-top-tel.png) no-repeat left center;padding-left:20px;margin-right:30px;}
.head-link .H-join{background:url(../images/icon/icon-top-join.png) no-repeat left center;padding-left:20px;margin-right:30px;}
.H-action .head-link a:hover{color:#0b9a54;}
.H-lang,.H-user,.H-srch{height:50px;float:left;}

/*Hlang*/
.H-lang{position:relative;}
.H-lang .Hlang-menu{display:block;width:53px;height:100%;background:url(../images/icon/icon-top-en.png) no-repeat left center;transition:none;-webkit-transition:none;padding-left:20px;font-size:13px;color:#666;}
.Hlang-menu.cur{background:url(../images/icon/icon-top-en.png) no-repeat left center;}
.Hlang-box{padding:20px 0px;width:200px;box-shadow:1px 1px 10px #666;background:#fff;position:absolute;top:50px;left:-76px;display:none;z-index:99;}
.Hlang-box:before{content:"";display:block;width:0px;height:0px;border-style:solid;border-width:0 8px 8px;border-color:transparent transparent #fff transparent;position:absolute;top:-8px;left:50%;margin:0 0 0 -4px;}
.Hlang-box a{display:block;padding:5px 10px 5px 60px;line-height:30px;background-repeat:no-repeat !important;background-position:20px center !important;}
.Hlang-box a:hover{color:#fff;background:#0062b2;}
.Hlang-box a.CN{background-image:url(../images/icon-cn.png);}
.Hlang-box a.JP{background-image:url(../images/icon-jp.png);}
.Hlang-box a.EN{background-image:url(../images/icon-en.png);}

/*Hsrch*/
.H-srch{margin-right:15px;}
.H-srch .Hsrch-menu{display:block;width:35px;height:50px;background:url(../images/icon/icon-top-sq.png) no-repeat center center;}
.Hsrch-box{width:100%;height:55px;background:#fff;position:absolute;top:0px;left:0px;display:none;position:absolute;z-index:2;}
.Hsrch-block{padding:0 0 0 0;width:3rem !important;height:32px;margin:14px auto 0;}
.Hsrch-block .btn{width:24px;height:32px;background:url(../images/icon-hsrch2.png) no-repeat center center;float:left;}
.Hsrch-block .close{display:block;width:24px;height:32px;background:url(../images/icon-close.png) no-repeat center center;float:right;}
.Hsrch-block .text{width:70%;height:32px;font-size:16px;float:left;margin:0 0 0 10px;}
.Hsrch-block .text::-webkit-input-placeholder{color:#6f6f6f;}
.Hsrch-menu.cur{display:none;}

.Header-wrapper .H-logo img{display:none;}
.Header-wrapper .H-logo img.rollover{display:inline-block;}

/*Hnav*/
.H-nav{width:100%;margin-bottom: 0;}
.H-nav>li{padding:0;margin-left:60px;float:left;position:relative;}
.H-nav .navhou{margin-left: 0px;}
.H-nav>li:first-child{margin-left:0;}
.H-nav>li:nth-child(4){margin-right:25%;}
.H-nav .Hnav-menu{display:block;height:40px;font-size:15px;color:#333;position:relative;}
.H-nav .Hnav-menu:after{position:absolute;left:0px;bottom:0px;width:100%;height:2px;background:#fff;content:"";opacity:0;}
.H-nav .Hnav-menu:hover:after,.H-nav>li.cur a:after{opacity:1;}
.H-nav .Hnav-menu:hover{color:#0b9a54;}
.Hnav-menu i{display:block;width:50px;height:50px;background:url(../images/icon-dd1.png) no-repeat center center / 14px auto;position:absolute;right:0px;top:0px;z-index:2;display:none;}
.Hnav-menu.cur i{transform:rotate(-180deg);-webkit-transform:rotate(-180deg);}
.Hnav-sub{padding:0px;width:140px;text-align:center;background:#0b9a54;position:absolute;top:40px;left:-40px;display:none;z-index:99;}
.HnavSub-list{width:100%;}
.HnavSub-list li a{display:block;height:50px;padding:0px 20px;line-height:50px;color:#fff;}
.H-nav>li.cur .Hnav-menu{color:#0b9a54;}
.HnavSub-list li.cur a,
.HnavSub-list li a:hover{background:#0b9a54;}

.H-nav a{
	font-size: 14px;
	color: #333;
}



.navleft{
	width: 45%;
	float: left;
}

.navleft li{
	float: left;
	width: 25%;
	text-align: center;
	/*margin-right: 20%;*/
	height: 98px;
	line-height: 98px;
}

.page-on-scroll .navleft li{
	height: 88px;
	line-height: 88px;
}

.navright{
	width: 45%;
	float: right;
}

.navright li{
	float: right;
	width: 25%;
	text-align: center;
	/*margin-left: 20%;*/
	height: 88px;
	line-height: 88px;
}
/*
.H-nav li:hover{
	background: #00753c;
}*/

.H-nav li:hover a{
	color: #ef8c09;
}





















.footer417 {
  background-color: #27374d;
}
.footer417 a {
  color: #728398;
}
.footer417 span b {
  color: #fff;
  font-weight: 300;
}
.footer417 .service {
  font-size: 18px;
  line-height: 55px;
  color: #666;
}
.footer417 .service i {
  margin-right: 5px;
  color: #ccc;
}
.footer417 .sitemap {
  padding: 50px 0;
  background: #fff;
  color: #728398;
}
.footer417 .sitemap dl {
  float: left;
 /* margin-left: 20%;*/
	width: 15%;
}
.footer417 .sitemap dl:nth-child(3),.footer417 .sitemap dl:nth-child(4){
	width:  15%;
}
.footer417 .sitemap dl:nth-child(5){
	width:  25%;
	float: right;
}
/*@media (max-width:1500px){
	.footer417 .sitemap dl {
	  float: left;
	  margin-left: 10%;
	}
}*/
.footer417 .sitemap dl dt {
  margin-bottom: 20px;
  color: #111;
  line-height: 26px;
  font-weight: 500;
}
.footer417 .sitemap dl dd {
  margin: 0;
  line-height: 26px;
	color: #666;
	font-size: 12px;
}
.footer417 .sitemap dl a {
  color: #666;
	font-size: 12px;
}
.footer417 .sitemap dl a:hover{ color:#ef8c09;text-decoration:underline;}
.footer417 .sitemap dl:first-child {
  margin: 0;
	width: 30%;
}
.footer417 .hr {
  margin: 0;
  border-top:1px solid #36455a;
}
.footer417 .copyright {
  height: 50px;
  line-height: 50px;
  background: #111;
  font-size: 14px;
  color: #fff;
}
.footer417 .copyright a {
  margin: 0 0 0 15px;
  opacity: 0.2;
  color: #728398;
}
.footer417 .copyright a.active,
.footer417 .copyright a:hover {
  opacity: 1;
}
.footer417 .copyright span a {
  opacity: 1;
	float: right;
	color: #fff;
}
.footer417 .icon-weibo-2,
.footer417 .icon-facebook,
.footer417 .icon-zh {
  display: inline-block;
  width: 45px;
  height: 45px;
  margin: 20px 10px 0 0;
  text-align: center;
  line-height: 45px;
  background: #1a2940;
  color: #728398;
  font-size: 24px;
  border-radius: 4px;
}
.footer417.share {
  padding: 30px 0;
  text-align: center;
}
.footer417.share .btn {
  margin-bottom: 55px;
  color: #fff !important;
}
.footer417.share .btn:first-child {
  margin-bottom: 30px;
}
.footer417.share .logo {
  margin-top: 5px;
}
.footer417 .color-blue{ color:#666;}
.storeMain{ display:none;}

.footimg{
	width: 70%;
}
















.suspension{position:fixed;z-index:55;right:0;bottom:85px;width:70px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:44px;height:44px;background-color:#353535;margin-bottom:4px;cursor:pointer;outline:none;}
.suspension .a.active,
.suspension .a:hover{background:#ef8c09;}
.suspension .a .i{float:left;width:44px;height:44px;background-image:url(../images/side_icon.png);background-repeat:no-repeat;}
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a-service-phone .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-qrcode .i{background-position:-44px 0;}
.suspension .a-cart .i{background-position:-88px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background:#D2D3D6;display:none;}
.suspension .a-top:hover{background:#c0c1c3;}
.suspension .d{display:none;width:223px;background:#fff;position:absolute;right:67px;min-height:90px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../images/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:34px;}
.suspension .d-qrcode{top:78px;}
.suspension .d .inner-box{padding:8px 22px 12px;}
.suspension .d-service-item{padding:14px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../images/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../images/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item h3{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;color: #333}
.suspension .d-service-item .text{float:left;width:112px;line-height:40px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text p{
	margin-bottom: 0;
}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(../images/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding:20px 0;}
.suspension .d-qrcode p{font-size:16px;color:#93959c;}
