/*html,body{
	width: 100%;
	height: 100%;
}*/
@font-face{
	font-family: 'Reznor';
	src: url('../fonts/Reznor Downward Spiral.ttf');
}
@font-face{
	font-family: 'coco';
	src: url('../fonts/COCO GOTHIC ULTRALIGHT-TRIAL.TTF');
}
.row:after{content:''; display:block;clear:both;}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position:relative;min-height:1px;padding-right:15px;padding-left:15px}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {float:left}
.col-xs-12 {width:100%}
.col-xs-11 {width:91.66666667%}
.col-xs-10 {width:83.33333333%}
.col-xs-9 {	width:75%}
.col-xs-8 {	width:66.66666667%}
.col-xs-7 {	width:58.33333333%}
.col-xs-6 {	width:50%}
.col-xs-5 {	width:41.66666667%}
.col-xs-4 {	width:33.33333333%}
.col-xs-3 {	width:25%}
.col-xs-2 {	width:16.66666667%}
.col-xs-1 {	width:8.33333333%}
@media (min-width:768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {float:left}
.col-sm-12 {width:100%}
.col-sm-11 {width:91.66666667%}
.col-sm-10 {width:83.33333333%}
.col-sm-9 {width:75%}
.col-sm-8 {width:66.66666667%}
.col-sm-7 {width:58.33333333%}
.col-sm-6 {width:50%}
.col-sm-5 {width:41.66666667%}
.col-sm-4 {width:33.33333333%}
.col-sm-3 {width:25%}
.col-sm-2 {width:16.66666667%}
.col-sm-1 {width:8.33333333%}
}
@media (min-width:992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {float:left}
.col-md-12 {width:100%}
.col-md-11 {width:91.66666667%}
.col-md-10 {width:83.33333333%}
.col-md-9 {width:75%}
.col-md-8 {width:66.66666667%}
.col-md-7 {width:58.33333333%}
.col-md-6 {width:50%}
.col-md-5 {width:41.66666667%}
.col-md-4 {width:33.33333333%}
.col-md-3 {width:25%}
.col-md-2 {width:16.66666667%}
.col-md-1 {width:8.33333333%}
}
@media (min-width:1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {float:left}
.col-lg-12 {width:100%}
.col-lg-11 {width:91.66666667%}
.col-lg-10 {width:83.33333333%}
.col-lg-9 {width:75%}
.col-lg-8 {width:66.66666667%}
.col-lg-7 {width:58.33333333%}
.col-lg-6 {width:50%}
.col-lg-5 {width:41.66666667%}
.col-lg-4 {width:33.33333333%}
.col-lg-3 {width:25%}
.col-lg-2 {width:16.66666667%}
.col-lg-1 {width:8.33333333%}
}

.homehead{ background-color:rgba(255,255,255,0.8); box-shadow:0 0 10px #ccc;padding:0 !important; position:fixed;width:100%;top:0;left:0;}
.homeheadh{content:''; display:block;height:81px;}
/* ===== header ===== */
.header_layer{width: 100%; height: 100%; position: fixed; top: 0; left: 0; background: rgba(0,0,0,.6); z-index: 104; display: none;}
.headerBox{
	padding: 20px 0;
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.headerBox .header{
	background-color:#fff; border-radius:6px;width:80%;margin:auto;padding:13px 20px;max-width: 1440px;
}
.homehead .header{ background-color:transparent;}
.headerBox .header .logo{width:177px;
	float: left;
}
.headerBox .header .logo img{
	display: block;
	width: 100%;
}
.headerBox .header .nav{ display:none;
	position: relative;
	float: right;
	z-index: 100;
}
.headerBox .header .nav>li{
	float: left;
	margin: 0 8px;
	position: relative;
}
.headerBox .header .nav>li>a{
	display: block;
	height: 54px;
	line-height: 54px;
	color: #fff;
	font-size: 14px;
}
.headerBox .header .nav>li>a:hover{
	color: #008541;
}
.headerBox .header .nav>li.default a{cursor: default;}
.headerBox .header .nav>li.default a:hover{color: #fff;}
.headerBox .header .nav.nav_blue>li.default>a:hover{color: #008541;}
.headerBox .header .nav.nav_blueOn>li.default>a:hover{color: #008541 !important;}
.headerBox .header .nav>li>a .space{
	padding: 0 10px;
}
.headerBox .header .nav>li>.ico{
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.headerBox .header .nav>li>.ico_search_btn{
	width: 17px;
	background-image: url(../images/Icon_01.png);
}
.headerBox .header .nav>li>.ico_down_btn{
	width: 25px;
	background-image: url(../images/Icon_02.png);
}
.headerBox .header .nav>li>.nav_btn{
	position: relative;
	margin-left: 17px;
	width: 30px;
	overflow: hidden;
}
.headerBox .header .nav>li>.nav_btn .line{
	position: absolute;
	display: block;
	width: 30px;
	height: 2px;
	background-color: #fff;
	top: 50%;
	margin-top: -1px;
	left: 0;
}
.headerBox .header .nav>li>.nav_btn .line:before,
.headerBox .header .nav>li>.nav_btn .line:after{
	content: '';
	height: 100%;
	background-color: #fff;
	left: 0;
	position: absolute;
}
.headerBox .header .nav>li>.nav_btn .line:before{
	width: 100%;
	top: -5px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
.headerBox .header .nav>li>.nav_btn .line:after{
	top: 5px;
	width: 20px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
.headerBox .header .nav>li>.nav_btn .line{
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.headerBox .header .nav>li>.nav_btn .line.active:before{width: 20px;}
.headerBox .header .nav>li>.nav_btn .line.active:after{width: 30px;}
.headerBox .header .nav>li>.nav_btn.Open .line{
  transition-duration: 0.1s;
  transition-delay: 0.1s;
  background-color: transparent !important;
}
.headerBox .header .nav>li>.nav_btn.Open .line:before{
  transition: top 0.1s, transform 0.1s 0.1s;
  top: 0px;
  width: 100%;
  transform: rotateZ(-45deg);
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  background-color:#fff;
}
.headerBox .header .nav>li>.nav_btn.Open .line:after{
  transition: top 0.1s, transform 0.1s 0.1s;
  top: 0px;
  width: 100%;
  transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  background-color:#fff;
}
.headerBox .header .nav.nav_blue>li>a{
	color: #008541;
}
.headerBox .header .nav.nav_blueOn>li>a{
	color: #008541 !important;
}
.headerBox .header .nav.nav_blue>li>.ico_search_btn{
	background-image: url(../images/Icon_01on.png);
}
.headerBox .header .nav.nav_blue>li>.ico_down_btn{
	background-image: url(../images/Icon_02on.png);
}
.headerBox .header .nav.nav_blue>li>.nav_btn .line{
	background-color: #008541;
}
.headerBox .header .nav.nav_blue>li>.nav_btn .line:before,
.headerBox .header .nav.nav_blue>li>.nav_btn .line:after{
	background-color: #008541;
}
.headerBox .header .nav.nav_blueOn>li>.ico_search_btn{
	background-image: url(../images/Icon_01on.png) !important;
}
.headerBox .header .nav.nav_blueOn>li>.ico_down_btn{
	background-image: url(../images/Icon_02on.png) !important;
}
.headerBox .header .nav.nav_blueOn>li>.nav_btn .line{
	background-color: #008541;
}
.headerBox .header .nav.nav_blueOn>li>.nav_btn .line:before,
.headerBox .header .nav.nav_blueOn>li>.nav_btn .line:after{
	background-color: #008541 !important;
}
.headerBox .header .nav.nav_on>li>a{
	color: #008541;
}
.headerBox .header .nav.nav_on>li>.ico_search_btn{
	background-image: url(../images/Icon_01on.png);
}
.headerBox .header .nav.nav_on>li>.ico_down_btn{
	background-image: url(../images/Icon_02on.png);
}
.headerBox .header .nav.nav_on>li>.nav_btn .line{
	background-color: #008541;
}
.headerBox .header .nav.nav_on>li>.nav_btn .line:before,
.headerBox .header .nav.nav_on>li>.nav_btn .line:after{
	background-color: #008541;
}
.headerBox .header .nav_show{
	position: fixed;
	top: 0;
	right: -300px;
	z-index: 99;
	width: 300px;
	height: 100%;
	padding-top: 94px;
	background-color: #fff;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
.headerBox .header .nav_show .nav_box{
	position: relative;
	width: 100%;
	height: 100%;
}
.headerBox .header .nav_show .nav_content{
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.headerBox .header .nav_show .nav_content>li{
	position: relative;
	margin: 10px 0;
}
.headerBox .header .nav_show .nav_content>li>a{
	position: relative;
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	color: #808080;
	padding-left: 100px;
	-webkit-transition: background ease 0s !important;
	transition: background ease 0s !important;
}
.headerBox .header .nav_show .nav_content>li>a:before{
	content: '';
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
}
.headerBox .header .nav_show .nav_content>li>a.ico1:before{
	background-image: url(../images/nav_ico1.png);
}
.headerBox .header .nav_show .nav_content>li>a.ico2:before{
	background-image: url(../images/nav_ico2.png);
}
.headerBox .header .nav_show .nav_content>li>a.ico3:before{
	background-image: url(../images/nav_ico3.png);
}
.headerBox .header .nav_show .nav_content>li>a.ico4:before{
	background-image: url(../images/nav_ico4.png);
}
.headerBox .header .nav_show .nav_content>li>a.ico5:before{
	background-image: url(../images/nav_ico5.png);
}
.headerBox .header .nav_show .nav_content>li>a.ico6:before{
	background-image: url(../images/nav_ico6.png);
}
.headerBox .header .nav_show .nav_content>li>a.ico7:before{
	background-image: url(../images/nav_ico7.png);
}
.headerBox .header .nav_show .nav_content>li>a.ico8:before{
	background-image: url(../images/nav_ico8.png);
}
.headerBox .header .nav_show .nav_content>li>a.ico9:before{
	background-image: url(../images/nav_ico9.png);
}
.headerBox .header .nav_show .nav_content>li>a>span{
	margin-left: 10px;
}
.headerBox .header .nav_show .nav_content>li>.nav_drop{
	position: absolute;
	right: 100%;
	top: 0;
	width: 200px;
	overflow: hidden;
	display: none;
}
.headerBox .header .nav_show .nav_content>li>.nav_drop>dd{
	text-align: center;
}
.headerBox .header .nav_show .nav_content>li>.nav_drop>dd>a{
	display: block;
	font-size: 16px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
.headerBox .header .nav_show .nav_content>li>.nav_drop>dd>a:hover{background: rgb(241,175,89) !important;}
.headerBox .header .nav_show .nav_content>li>.nav_drop>dd:nth-of-type(1)>a{background: rgba(0, 133, 65, .9);}
.headerBox .header .nav_show .nav_content>li>.nav_drop>dd:nth-of-type(2)>a{background: rgba(0, 133, 65, .8);}
.headerBox .header .nav_show .nav_content>li>.nav_drop>dd:nth-of-type(3)>a{background: rgba(0, 133, 65, .7);}
.headerBox .header .nav_show .nav_content>li>.nav_drop>dd:nth-of-type(4)>a{background: rgba(0, 133, 65, .6);}
.headerBox .header .nav_show .nav_content>li>.nav_drop>dd:nth-of-type(5)>a{background: rgba(0, 133, 65, .5);}
.headerBox .header .nav_show .nav_content>li>.nav_drop>dd:nth-of-type(6)>a{background: rgba(0, 133, 65, .4);}
.headerBox .header .nav_show .nav_content>li>.nav_drop>dd:nth-of-type(7)>a{background: rgba(0, 133, 65, .3);}
.headerBox .header .nav_show .nav_content>li.hover>a{
	background: #008541;
	color: #fff;
}
.headerBox .header .nav_show .nav_content>li.hover>a.ico1:before{
	background-image: url(../images/nav_ico1on.png);
}
.headerBox .header .nav_show .nav_content>li.hover>a.ico2:before{
	background-image: url(../images/nav_ico2on.png);
}
.headerBox .header .nav_show .nav_content>li.hover>a.ico3:before{
	background-image: url(../images/nav_ico3on.png);
}
.headerBox .header .nav_show .nav_content>li.hover>a.ico4:before{
	background-image: url(../images/nav_ico4on.png);
}
.headerBox .header .nav_show .nav_content>li.hover>a.ico5:before{
	background-image: url(../images/nav_ico5on.png);
}
.headerBox .header .nav_show .nav_content>li.hover>a.ico6:before{
	background-image: url(../images/nav_ico6on.png);
}
.headerBox .header .nav_show .nav_content>li.hover>a.ico7:before{
	background-image: url(../images/nav_ico7on.png);
}
.headerBox .header .nav_show .nav_content>li.hover>a.ico8:before{
	background-image: url(../images/nav_ico8on.png);
}
.headerBox .header .nav_show .nav_content>li.hover>a.ico9:before{
	background-image: url(../images/nav_ico9on.png);
}
.headerBox .header .nav_show.Open{
	right: 0;
}
.headerBox_fixed_top{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 105;
}
.headerBox_color{
	padding: 10px 0;
	background-color: #fff;
}
/*page*/
.headerBox_page_top{
	background-color: #fff;
	position: relative;
	z-index: 105;
}
.headerBox_page_top.headerBox_color{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 105;
}
/*page*/

/* ===== /header ===== */

/* ===== footer ===== */
.footer .content{
	padding: 0 30px;
}
.footer .content{
	padding: 0 30px;
}
.footer .bottom{
	padding: 25px 0 20px;
}
.footer .bottom .gotop{
	overflow: hidden;
/*	position: fixed;
	right: 40px;
	bottom: 150px;
	z-index: 20;*/
}
.footer .bottom .gotop span{
	float: right;
	font-size: 12px;
	color: #008541;
	padding-top: 20px;
	background: url(../images/Icon_07.png) no-repeat top center;
	background-size: auto 10px;
	cursor: pointer;
}
.footer .bottom .center{
	margin-top: 20px;
	text-align: center;
	font-size: 0;
	letter-spacing: -20px;
}
.footer .bottom .center .info,
.footer .bottom .center .join{
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
}
.footer .bottom .center .join .select{
	float: left;
	position: relative;
	width: 450px;
	height: 60px;
	padding: 0 105px;
	background-color: #eee;
	letter-spacing: 0;
}
.footer .bottom .center .join .select .item{
	position: absolute;
	top: 0;
	left: 0;
	width: 105px;
	height: 60px;
}
.footer .bottom .center .join .select .item input{
	width: 100%;
	height: 60px;
	background-color: transparent;
	padding-right: 20px;
	font-size: 14px;
	color: #808080;
	background: url(../images/Icon_04.png) no-repeat right center;
	text-align: right;
}
.footer .bottom .center .join .select .item  .selectUl{
	border: 1px solid #eaeaea;
	border-top: none;
	background-color: #eee;
	width: 100%;
	position: absolute;
	top: 60px;
	z-index: 9;
	display: none;
	max-height: 150px;
	overflow-y: auto;
	overflow-x: hidden;
}
.footer .bottom .center .join .select .item  .selectUl li{
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	cursor: pointer;
}
.footer .bottom .center .join .select .item  .selectUl li a{
	color: #808080;
}
.footer .bottom .center .join .select .item  .selectUl li:hover a{
	color: #008541;
}
.footer .bottom .center .join .select .item.open .selectUl{
	display: block;
}
.footer .bottom .center .join .select .txt{
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	text-indent: 1em;
	color: #808080;
	background-color: transparent;
}
.footer .bottom .center .join .select .join_btn{
	position: absolute;
	top: 0;
	right: 0;
	width: 105px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 14px;
	color: #fff;
	background-color: #008541;
	border-radius: 6px;
	overflow: hidden;
}
.footer .bottom .center .join .select .join_btn:hover{
	background-color: #229ce8;
}
.footer .bottom .center .join .btn{
	float: left;
	margin-left: 20px;
	width: 120px;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	color: #008541;
	border: #008541 solid 1px;
	border-radius: 6px;
	letter-spacing: 0;
	overflow: hidden;
	text-align: left;
	text-indent: 45px;
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: auto 16px;
}
.footer .bottom .center .join .btn:hover{
	background-color: #008541;
	color: #fff;
}
.footer .bottom .center .join .btn_1{
	background-image: url(../images/Icon_05.png);
}
.footer .bottom .center .join .btn_1:hover{
	background-image: url(../images/Icon_05on.png);
}
.footer .bottom .center .join .btn_2{
	background-image: url(../images/Icon_06.png);
}
.footer .bottom .center .join .btn_2:hover{
	background-image: url(../images/Icon_06on.png);
}

.footer .bottom .center .info img,
.footer .bottom .center .info .contact{
	display: inline-block;
	vertical-align: top;
}
.footer .bottom .center .info .contact{
	width: 248px;
	height: 101px;
	padding: 14px 0 0 40px;
	background: url(../images/bottominfo.png) no-repeat center;
	letter-spacing: 0;
}
.footer .bottom .center .info .contact p{
	font-size: 12px;
	color: #fff;
	margin: 3px 0;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 19px;
	text-align: left;
}
.footer .bottom .center .info .contact p.p1{
	font-family: 'Reznor';
	font-size: 24px;
	background-image: url(../images/Icon_08.png);
}
.footer .bottom .center .info .contact p.p2{
	font-size: 14px;
	background-image: url(../images/Icon_09.png);
}
.footer .bottom .linkbox{
	margin-top: 35px;
}
.footer .bottom .linkbox .link_left{
	float: left;
}
.footer .bottom .linkbox .link_left li{
	float: left;
	margin-right: 30px;
}
.footer .bottom .linkbox .link_left li a{
	line-height: 36px;
	font-size: 14px;
	color: #808080;
}
.footer .bottom .linkbox .link_left li a:hover{
	color: #008541;
}
.footer .bottom .linkbox .shopico{
	float: left;
	margin-left: 13.33%;
	padding-left: 25px;
	line-height: 36px;
	background: url(../images/Icon_10.png) no-repeat left center;
	font-size: 14px;
	color: #808080;
}
.footer .bottom .linkbox .icons{
	float: right;
	margin-right: 65px;
	position: relative; z-index: 99;
}
.footer .bottom .linkbox .icons .icon{
	position: relative;
	float: left;
	margin-left: 15px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.footer .bottom .linkbox .icons .icon1{
	border: #db1b12 solid 1px;
	background-image: url(../images/Icon_11.png);
}
.footer .bottom .linkbox .icons .icon2{
	border: #89c716 solid 1px;
	background-image: url(../images/Icon_12.png);
}
.footer .bottom .linkbox .icons .icon3{
	border: #8bc9f4 solid 1px;
	background-image: url(../images/Icon_13.png);
}
.footer .bottom .linkbox .icons .icon .ico_code{
	position: absolute;
	padding: 8px;
	width: 100px;
	background-color: #fff;
	bottom: 50px;
	left: 50%;
	margin-left: -50px;
	box-shadow: 0 0 15px 1px rgba(0,0,0,.2);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
.footer .bottom .linkbox .icons .icon .ico_code:before{
	content: '';
	width: 0;
	height: 0;
	border-width: 6px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -6px;
}
.footer .bottom .linkbox .icons .icon .ico_code img{
	display: block;
	width: 100%;
}
.footer .bottom .linkbox .icons .icon .ico_code p{
	margin-top: 10px;
	text-align: center;
	color: #808080;
	font-size: 12px;
}
.footer .bottom .linkbox .icons .icon:hover .ico_code{
	visibility: visible;
	opacity: 1;
}
.footer .copyright{color:#898989;
	padding:15px 0;
	background-color: #101312;
}
.footer .copyright a{color:#898989;}
.footer .copyright span{ display:inline-block;margin:0 15px;font-size:14px;}
.gotop{ background-color:#008541;}
.gotop span{float:right; background-color:#101312; cursor:pointer;}
.gotop span:hover{ background-color:#1a9154;}
.footer .center{ background-color:#242827;padding:50px 0;}
.footer .center .left{ background-color:#fff;width:200px;padding:10px;}
.footer .center .left img{ display:block;margin:5px 0;}
.footer .center .right{width:calc(100% - 270px);}
.footer .center .right dl{float:left;margin-right:4%;color:#cccccc;}
.footer .center .right dl dt a{ color:#fff;font-size:16px;}
.footer .center .right dl dd{margin-top:10px;font-size:14px;}
.footer .center .right dl dd a{ display:block;margin:10px 0;color:#ccc;}
.footer .center .right dl.dl2{width:260px;margin-right: 0;}
.footer .center .right dl.dl2 dd{line-height:30px;}
/* ===== /footer ===== */


/* ===== fixed_box ===== */
.fixed_right{position: fixed; right: 0; bottom: 80px; z-index: 101;}
.fixed_right .block{position: relative; width: 60px; height: 60px; background-color: #959595; margin-bottom: 1px; color: #fff; -webkit-transition: all 500ms ease; transition: all 500ms ease; cursor: pointer;}
.fixed_right .block a{display: block;}
.fixed_right .block i{width: 60px; height: 60px; display: none; margin: 0 auto; background-position: center; background-repeat: no-repeat; background-size: auto 20px; position: relative; z-index: 2;}
.fixed_right .block p{font-size: 14px; color: #fff; text-align: center; line-height: 16px; padding-top: 14px; letter-spacing: 2px;}
.fixed_right .block i.icon1{background-image: url(../images/fixed_01.png);}
.fixed_right .block i.icon2{background-image: url(../images/fixed_02.png);}
.fixed_right .block i.icon3{background-image: url(../images/fixed_03.png);}
.fixed_right .block i.icon4{background-image: url(../images/fixed_04.png);}
.fixed_right .block.phone .tel{position: absolute; top: 0; right: 60px; width: 0; height: 60px; background: #008541; line-height: 60px; text-align: center; font-size: 14px; -webkit-transition: all 500ms ease; transition: all 500ms ease; z-index: 1; overflow: hidden;}
.fixed_right .block.phone .tel a{display: block; color: #fff; white-space: nowrap;}
.fixed_right .block.phone:hover .tel{width: 120px;}
.fixed_right .block.totop{height: 0; overflow: hidden;}
.fixed_right .block.totop p{display: none;}
.fixed_right .block.totop i{display: block;}
.fixed_right .block.totop.active{height: 60px;}
@media screen and (min-width: 992px){		
	.fixed_right .block:hover{background-color: #008541;}
	.fixed_right .block:hover p{display: none;}
	.fixed_right .block:hover i{display: block;}
}

.Page_Wrapper{
	text-align: center;
	font-size: 0;
	letter-spacing: -20px;
}
.Page_Wrapper li{
	letter-spacing: 0;
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px;
}
.Page_Wrapper li a{
	display: block;
	width: 32px;
	height: 32px;
	border: #dfdfdf solid 1px;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	color: #848484;
}
.Page_Wrapper li .prev,
.Page_Wrapper li .next{
	background-position: center;
	background-repeat: no-repeat;
}
.Page_Wrapper li .prev{
	background-image: url(../images/Page_Prev.png);
}
.Page_Wrapper li .next{
	background-image: url(../images/Page_Next.png);
}
.Page_Wrapper li a.on,
.Page_Wrapper li a:hover{
	border-color: #008541;
	color: #008541;
}
.Page_Wrapper li .prev:hover{
	background-image: url(../images/Page_Prevon.png);
}
.Page_Wrapper li .next:hover{
	background-image: url(../images/Page_Nexton.png);
}

/*search*/
.search_box{position: absolute; top: 12px; right: -6px; width: 0; height: 30px; border: 1px solid #ccc; -webkit-border-radius: 5px; border-radius: 5px; background: #fff; overflow: hidden; opacity: 0; visibility: hidden; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.search_box.active{width: 250px; opacity: 1; visibility: visible;}
/*.search_box select{float: left; width: 80px; border: none; outline: none; height: 100%; border-right: 1px solid #ccc;}*/
.search_box input{width: 100%; height: 100%; padding: 0 10px; float: left; font-size: 12px;height:28px;}
.search_box button{width: 28px; height: 28px; position: absolute; right: 0; top: 0; background: url(../images/index_icon11.png) center no-repeat; cursor: pointer; background-size: 15px;}

/*common*/
.commonBanner{height: 640px; background-repeat: no-repeat; background-position: center; background-size: cover; position: relative; overflow: hidden; z-index: -1;}
.commonBanner .main{width: 100%; position: absolute; top: 50%; left: 0; margin-top: -60px; text-align: center;}
.commonBanner .main h3{font-size: 50px; color: #fff; font-family: 'pingfang';}
.commonBanner .main p{font-size: 30px; color: #fff; font-family: 'coco';}
.commonBanner .main h4{font-size: 20px; color: #fff; font-family: 'pingfang';}
.common_nav{text-align: center; background: #008541;}
.common_nav a{display: inline-block; padding: 0 110px; line-height: 42px; color: #fff; font-size: 14px; -webkit-transition: all 300ms ease; transition: all 300ms ease;}
.common_nav a.active{background: #008ee6;}
.common_nav a:hover{background: #008ee6;}

/*2018-1-4*/
.layer_message{position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.3); z-index: 97; display: none;}
.fixed_message{width: 0; position: fixed; bottom: 130px; right: 90px; background: #fff; z-index: 97; -webkit-transition: all 300ms ease; transition: all 300ms ease; overflow: hidden;}
.fixed_message .block{padding: 25px 30px 50px; position: relative; width: 420px;}
.fixed_message.active{width: 420px;}
.fixed_message .close{position: absolute; right: 30px; top: 30px; width: 24px; height: 24px; cursor: pointer; -webkit-transition: all 300ms ease; transition: all 300ms ease;}
.fixed_message .close img{width: 24px; height: 24px; display: block;}
/*.fixed_message .close:before{content: ''; position: absolute; left: 0; top: 11px; width: 24px; height: 1px; background: #c1c1c1; transform: rotate(45deg);}
.fixed_message .close:after{content: ''; position: absolute; left: 0; top: 11px; width: 24px; height: 1px; background: #c1c1c1; transform: rotate(-45deg);}*/
.fixed_message .close:hover{transform: rotate(90deg);}
.fixed_message h3{font-size: 24px; color: #0073ba;}
.fixed_message p{font-size: 14px; color: #808080; line-height: 24px; margin: 20px 0 40px;}
.fixed_message .box{margin-top: 20px;}
.fixed_message .box input,.fixed_message .box select,.fixed_message .box textarea{width: 100%; height: 40px; border: 1px solid #e6e6e6; padding: 5px 15px; color: #666; font-family: 'Microsoft YaHei';}
.fixed_message .box textarea{height: 100px; resize: none;}
.fixed_message .box button{width: 100%; height: 40px; font-size: 14px; color: #fff; background: #0073ba; cursor: pointer;}
.fixed_message .box.yzm{position: relative; padding-right: 100px;}
.fixed_message .box.yzm img{position: absolute; right: 0; top: 0; width: 90px; height: 40px;}
/* ===== /fixed_box ===== */

.bottomtel a img{width:23px; display:inline-block; vertical-align:middle;margin-right:6px;}
.bottomtel{ display:none; background-color:#06823a;color:#fff; overflow:hidden; position:fixed;bottom:0;left:0;width:100%;z-index: 4;}
.bottomtel a{width:50%;float:left; text-align:center;color:#fff;padding:15px 0;}
.bottomtelh{display:none;height:55px;}
.bottomtel a:nth-child(2){ background-color:#0d9645;}
.bottomtel,.bottomtelh,.baseselect{ display:none;}


/*header*/
@media screen and (max-width: 1500px){
	.headerBox .header .nav_show .nav_content>li{margin: 5px 0;}
	.headerBox .header .nav_show .nav_content>li>a{height: 40px; line-height: 40px; font-size: 16px;}
	.headerBox .header .nav_show .nav_content>li>.nav_drop>dd>a{line-height: 40px; font-size: 14px;}
	.fixed_message p{margin: 15px 0 20px;}
	.fixed_message .box textarea{height: 80px;}
	.fixed_message .box{margin-top: 12px;}
}
@media screen and (max-width: 991px){
	.headerBox{padding:0; box-shadow: 0 3px 3px rgba(0,0,0,.1); background-color: #fff;}
	.header_mt{height: 55px;}
	.headerBox .header .nav>li>.nav_btn .line{background-color: #008541;}
	.headerBox .header .nav>li>.nav_btn .line:before, .headerBox .header .nav>li>.nav_btn .line:after{background-color: #008541;}
	.headerBox .header .logo img{width: 150px;}
	.headerBox .header .nav>li{display: none !important;}
	.headerBox .header .nav>li:last-of-type{display: block !important;}
	.headerBox .header .nav>li>a{height: 45px; line-height: 45px;}
	.headerBox .header .nav_show{width: 100%; right: -100%;}
	.headerBox .header .nav_show{padding-top: 55px;}
	.headerBox .header .nav_show .nav_content>li{margin: 0;}
	.headerBox .header .nav_show .nav_content>li>a:before{left: 20px;}
	.headerBox .header .nav_show .nav_content>li>a{height: 50px; line-height:50px; font-size: 15px; padding-left: 100px;}
	.headerBox .header .nav_show .nav_content>li>.nav_drop{position: static; width: 100%; background: #008541;}
	.headerBox .header .nav_show .nav_content>li>.nav_drop>dd{width: 50%; float: left;}
	.headerBox .header .nav_show .nav_content>li>.nav_drop>dd>a{line-height: 36px; background: none;}
	.homeheadh {height: 72px;}
	.headerBox .header .nav {display: block;}
}

/*footer*/
@media screen and (max-width: 1500px){
	.footer .bottom{padding: 10px 0;}
	.footer .bottom .center{margin-top: 10px;}
	.footer .bottom .center .info{margin-top: 20px;}
	.footer .bottom .center .join .select .item{height: 50px;}
	.footer .bottom .center .join .select .item  .selectUl{top: 50px;}
	.footer .bottom .center .join .select .item input{height: 50px;}
	.footer .bottom .center .join .select{width: 300px; height: 50px;}
	.footer .bottom .center .join .select .join_btn{height: 50px; line-height: 50px; width: 90px;}
	.footer .bottom .center .join .btn{height: 50px; line-height: 50px;}
	.footer .bottom .linkbox{margin-top: 10px;}
	.footer .bottom .linkbox .shopico{margin-left: 30px;}
}
@media screen and (max-width: 1200px){
	.footer .bottom .linkbox .link_left li{margin-right: 10px;}
	.footer .copyright{padding: 15px 0;}
	.footer .content{padding: 0 15px;}
	.footer .copyright .left{float: none; text-align: center;}
	.footer .copyright .right{float: none; display: block; text-align: center;}
	.footer .bottom .linkbox .icons{margin-right: 80px;}
}
@media screen and (max-width: 991px){
	.footer .bottom .center .join{text-align: center;}
	.footer .bottom .center .join .select{display: none;}
	.footer .bottom .center .join .btn{margin: 0 5px; line-height: 36px; height: 36px;}
	.footer .bottom .center .info img{display: none;}
	.footer .bottom .linkbox .icons{display: none;}
	.footer .bottom .linkbox .link_left{float: none; overflow: hidden;}
	.footer .bottom .linkbox .link_left li a{line-height: 24px;}
	.footer .bottom .linkbox .shopico{float: none; margin: 0 auto; width: 110px; display: block;}
	.footer .copyright .left span{display: none;}
	.footer .copyright .left{margin-bottom: 10px;}
	.footer .bottom .gotop{display: none;}
}

/*common*/
@media screen and (max-width: 1500px){
	.commonBanner{height: 400px;}
	.commonBanner .main{margin-top: -20px;}
	.commonBanner .main h3{font-size: 38px;}
	.commonBanner .main p{font-size: 26px;}
	.common_nav a{padding: 0 80px;}
	.fixed_right .block{width: 50px; height: 50px;}
	.fixed_right .block i{width: 50px; height: 50px;}
	.fixed_right .block p{font-size: 12px; padding-top: 9px;}
	.fixed_right .block.phone .tel{right: 50px; line-height: 50px; height: 50px;}
	.fixed_right .block.totop.active{height: 50px;}
}
@media screen and (max-width: 1400px){
	.number .line{height: 35px;}
	.fixed_right{bottom: 40px;}
	.fixed_message{bottom: 40px;}
	.commonBanner{height: 280px;}
}
@media screen and (max-width: 1200px){
	.common_nav a{padding: 0 50px;}
}
@media screen and (max-width: 991px){
	.commonBanner{height: 250px;}
	.commonBanner .main h3{font-size: 22px;}
	.commonBanner .main p{font-size: 18px;}
	.commonBanner .main h4{font-size: 14px; padding: 0 20px;}
	.common_nav a{line-height: 36px; padding: 0 10px;}
	.fixed_right{height: 60px; width: 100%; left: 0; right: 0; bottom: 0; background: #008541; overflow: hidden; border-top: 1px solid #fff;}
	.fixed_right .block{width: 25%; height: 60px; float: left; background: none;}
	.fixed_right .block i{display: block; margin: 0 auto; height: 30px;}
	.fixed_right .block p br{display: none;}
	.fixed_right .block p{padding-top: 0; line-height: 30px;}
	.fixed_right .block.totop p{display: block;}
	.fixed_right .block.totop{height: 60px;}
	.fixed_right .block.phone .tel{width: 100%; right: 0; background: none;}
	.fixed_right .block.phone .tel a{font-size: 0;}
	.layer_message{z-index: 109;}
	.fixed_message{right: 5%; z-index: 109; bottom: auto; top: 50%; transform: translate(0,-50%);}
	.fixed_message.active{width: 90%;}
	.fixed_message .block{width: 100%; height: 430px; padding: 15px;}
	.fixed_message h3{font-size: 18px;}
	.fixed_message .close{top: 10px; right: 10px;}
	.fixed_message p{height: 48px; overflow: hidden;}
}

/*2018-03-22*/
.headerBox .header .link{float: right;width: 66%;}
.headerBox .header .link li{float:left;width:12.5%;text-align: center; position:relative;}
.headerBox .header .link li>a{line-height: 54px; font-size: 16px;}
.headerBox .header .link li div{ position:absolute;width:100%;top:100%;left:0; display:none;padding-top: 15px;}
.headerBox .header .link li div a{ background-color:rgba(255,255,255,0.9);margin-bottom:1px; display:block;padding:10px 5px;font-size:14px;}
.headerBox .header .link li div a:hover{ background-color:#008541;color:#fff;}
.headerBox .header .link a:hover{color: #008541;}
.headerBox_color .header .link a{color: #008541;}
.headerBox_page_top .header .link a{color: #008541;}
.headerBox .header .link li:hover div{ display:block;}
.container{width:80%;margin: auto;}
@media screen and (max-width: 1620px){
	.footer .center .right dl {margin-right: 3%;}
}
@media screen and (max-width: 1520px){
	.footer .center .right dl {margin-right: 2%;}
}
@media screen and (max-width: 1440px){
	.footer .center .left {width: 156px;}
	.footer .center .right {width: calc(100% - 188px);}
	
}
@media screen and (max-width: 1366px){
	.container,.headerBox .header{width:86%;margin: auto;}
	.footer .center .right dl.dl2 {width: 215px;}
}
@media(max-width:1199px){
	.headerBox .header .link {width: 76%;}
	.footer .center .left { width: 120px;padding: 6px;}
	.footer .center .right {width: calc(100% - 142px);}
	.footer .center .right dl {margin-right: 1.2%;}
	
}
@media screen and (max-width: 991px){
	.headerBox .header .link,.footer .center{display: none !important;}
	
}
@media screen and (max-width: 767px){
	.container, .headerBox .header {width:100%;}
	.bottomtel, .bottomtelh{ display:block;}
}