@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, th, td, p, blockquote, pre, form, fieldset, legend, input, button, textarea, hr, span {
	margin: 0;
	padding: 0;
}
html {font-size: 62.5%;/*10 ÷ 16 × 100% = 62.5%*/}
body {font-size: 1.4rem;/*1.4 × 10px = 14px */}

body {
	font-family: "Microsoft YaHei" ! important;
	color: #000000;
	background: #fff;
	margin: 0 auto;
	padding: 0px;
}
a {
	text-decoration: none;
	color: #333333;
	outline: none;
}
a:active {
star:expression(this.onFocus=this.blur());
}
img {
	border: 0px;
	vertical-align: middle;
}

li {
	list-style: none;
}


.pc{
	display: block;
}
.wap{
	display: none;
}


*{
	outline: none
}

a:link{text-decoration:none; } 

a:visited{text-decoration:none; }

a:hover{text-decoration:none;}

a:active{text-decoration:none;}




.top{
	
/* border-top: 3px solid #3F90EB; */
}
.top .h1tit{
	
float: left;
	
line-height: 48px;
	
font-size: 14px;
	
font-family:MicrosoftYaHei;
	
font-weight:400;
	
color:rgba(153,153,153,1);
}
.top .rigt{
	
float: right;
	
/* width: 306px; */
	
height: 48px;
	
/* background:rgba(63,144,235,1); */
	
/* border-radius:0px 0px 12px 12px; */
	
text-align: center;
	
line-height: 48px;
	
font-size: 14px;
	
font-family:MicrosoftYaHei;
	
font-weight:400;
	
/* text-decoration:underline; */
	
color:rgba(255,255,255,1);
	
font-size: 14px;
	
font-family:MicrosoftYaHei;
	
font-weight:400;
	
color:rgba(135,135,135,1);
}
.top .rigt a{
	
font-size: 14px;
	
font-family:MicrosoftYaHei;
	
font-weight:400;
	
/* text-decoration:underline; */
	
color:rgba(255,255,255,1);
	
margin: 0px 10px;
	
font-size: 14px;
	
font-family:MicrosoftYaHei;
	
font-weight:400;
	
color:rgba(135,135,135,1);
}
.top .rigt a:hover{
	text-decoration: underline;
}
.head{
	
padding-top: 20px;
	
padding-bottom: 0px;
	
background: #fafafd;
}
.head .logo{
	
float: left;
	
/* padding-top: 46px; */
}
.head .logo img{
	
}
.head .tel{
	
float: right;
	
background: url(../images/tel.png) no-repeat left center;
	
padding-left: 63px;
}
.head .tel .tit{
	
font-size: 14px;
	
font-family:MicrosoftYaHei;
	
font-weight:400;
	
color:rgba(41,55,59,1);
	
margin-bottom: 5px;
}
.head .tel .num{
	
font-size: 30px;
	
font-family:MicrosoftYaHei-Bold;
	
font-weight:bold;
	
color:rgba(51,153,255,1);
	
line-height: 30px;
	
font-size: 24px;
	
font-family:FZHZGBJW--GB1-0;
	
font-weight:normal;
	
color:rgba(21,22,21,1);
}



.nav_list{
	/* height: 60px; */
	 background: #00a237; 
	padding-top: 0px;
}
.nav_list ul{
	
}
.nav_list ul li{
	float: left;
	position: relative;
	width: 12%;
}
.nav_list ul li .dot{display: block;width:;width: 57px;text-align: center;line-height: 60px;color: #fff;}
.nav_list ul li .h2tit{
	position: relative;
}
.nav_list ul li:last-child .h2tit:after{
display:none;}
.nav_list ul li .h2tit:after{
	position: relative;
	content: "-";
	right: 0px;
	top: 0px;
	width: 20px;
	line-height: 79px;
	text-align: right;
	color: #666;
	font-size: 22px;
	display: none;
	position: absolute;
}
.nav_list ul li .h2tit a{
	display: block;
	line-height: 60px;
	font-size: 16px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	position: relative;
	color: #f5f5f5;
	overflow: hidden;
	z-index: 5;
	/* width: 96px; */
	text-align: center;
}
.nav_list ul li .h2tit a:after{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height:3px;
	background:rgba(0,119,203,1);
	content: "";
	top: -3px;
	-webkit-transition:all 0.2s;
	-o-transition:all 0.2s;
	-moz-transition:all 0.2s;
	-ms-transition:all 0.2s;
	transition:all 0.2s;
	display: none;
}
.nav_list ul li .h2tit a:before{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height:3px;
	background:rgba(0,119,203,1);
	content: "";
	bottom: -3px;
	-webkit-transition:all 0.2s;
	-o-transition:all 0.2s;
	-moz-transition:all 0.2s;
	-ms-transition:all 0.2s;
	transition:all 0.2s;
	display: none;
}
.nav_list ul li .h2tit a:hover{
	color: #3c763d;
/*background: url(../images/nav.png) no-repeat center center;*/
   background: #fff;
}
.nav_list ul li .h2tit a:hover:after{
top: 0px;
}
.nav_list ul li .h2tit a:hover:before{
bottom: 0px;
}



.nav_list ul li.current .h2tit a{
	color: #fff;
background: url(../images/nav.png) no-repeat center center;
}
.nav_list ul li.current .h2tit a:after{
top: 0px;
}
.nav_list ul li.current .h2tit a:before{
bottom: 0px;
}
.nav_list ul li dl{

position:absolute;

top: 79px;

left: 50%;

-o-transform: translate(-50%, 0%);

-webkit-transform: translate(-50%, 0%);

-moz-transform: translate(-50%, 0%);

-ms-transform: translate(-50%, 0%);

transform: translate(-50%, 0%);

width: 100%;

z-index: 54;

top: 64px;

z-index: -1;

visibility: hidden;

opacity: 0;

/* width:120px; */

background: #fff;
}
.nav_list ul li:hover dl{
	opacity: 1;
	z-index: 13;
	visibility: visible;
	opacity: 1;
	top: 60px;
}
.nav_list ul li dl dd{
	
}
.nav_list ul li dl dd a{
	display: block;
	line-height: 40px;
	font-size: 14px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:#666666;
	text-align: center;
}
.nav_list ul li dl dd a:hover{

text-align: center;

color: rgb(0, 162, 55);
}
.nav_list ul li:last-child{
	margin-right: 0px;
}
.nav_list ul *{
-webkit-transition:all 0.2s;
-o-transition:all 0.2s;
-moz-transition:all 0.2s;
-ms-transition:all 0.2s;
transition:all 0.2s;
}


.banner{
	position: relative;
}
.banner .owl-theme .owl-controls{
	position: absolute;
	left: 0px;
	bottom:0px;
	width: 100%;
	margin: 0px;
}

.banner .owl-theme .owl-controls .owl-page span{
	opacity: 1;
	background: #ccc;
	opacity: .7;
}
.banner .owl-theme .owl-controls .owl-page.active span{background: rgb(35, 117, 81);opacity: 1;}
.banner img{
	display: block;
	width: 100%;
}




.section_1{
	background: #fafafd;
	padding-top: 70px;
	padding-bottom: 119px;
}
.titlemodel{
	text-align: center;
	background: url(../images/title.png) no-repeat center center;
}
.titlemodel .cn{
	
display: inline-block;
	
color: green;
	
font-size: 39px;
	
font-family: '微软雅黑';
	
background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#02a63a), to(#3c763d));
	
-webkit-background-clip: text;
	
-webkit-text-fill-color: transparent;
	
font-weight: bold;
}
.titlemodel .en{
	
font-size: 14px;
	
font-family:SourceHanSansCN-Regular;
	
font-weight:400;
	
color:rgba(47,47,47,1);
	
opacity:0.5;
	
text-transform: uppercase;
}
.section_1 .list{
	
margin-top: 100px;
	
text-align: center;
	
position: relative;
	
zoom: 1;
	
overflow: hidden;
	
background: url(../images/li.png) no-repeat 48% 33%;
	
background-size: 48%;
}
.section_1 .list .item{
	
float: left;
	
width: 33.333%;
}
.section_1 .list .item .imgbox{
	
}
.section_1 .list .item .imgbox img{
	
max-width: 100%;
	
margin-bottom: 20px;
}
.section_1 .list .item .title{
	
font-size: 30px;
	
font-family:SourceHanSansCN-Regular;
	
font-weight:400;
	
color:rgba(47,47,47,1);
	
margin-bottom: 20px;
}
.section_1 .list .item .desc{
	
font-size: 18px;
	
font-family:SourceHanSansCN-Regular;
	
font-weight:400;
	
color:rgba(100,100,100,1);
	
line-height:27px;
}
.section_2{
	
background: url(../images/hexin_bg.jpg) no-repeat center center;
	
background-size: cover;
}
.section_2 .hd_title{
	
zoom: 1;
	
overflow: hidden;
	
margin-bottom: 90px;
}
.section_2 .hd_title .left{
	
float: left;
	
padding-top: 42px;
}
.section_2 .hd_title .left .cn{
	
display: inline-block;
	
color: green;
	
font-size: 39px;
	
font-family: '微软雅黑';
	
background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#02a63a), to(#3c763d));
	
-webkit-background-clip: text;
	
-webkit-text-fill-color: transparent;
	
font-weight: bold;
}
.section_2 .hd_title .left .en{
	
font-size: 26px;
	
font-family:SourceHanSansCN-Light;
	
font-weight:300;
	
color:rgba(47,47,47,1);
	
text-transform: uppercase;
}
.section_2 .hd_title ul{
	
float: left;
	
margin-left: 120px;
	
padding-top: 81px;
}
.section_2 .hd_title ul li{
	
float: left;
}
.section_2 .hd_title ul li a{
	
display: block;
	
font-size: 24px;
	
font-family:SourceHanSansCN-Medium;
	
font-weight:500;
	
color:rgba(117,117,117,1);
	
line-height: 47px;
	
border-bottom: 1px solid #ccc;
	
padding: 0px 10px;
	
margin: 0px 10px;
}


.section_2 .hd_title ul li a:hover{
	color: #02a63a
}
.section_2 .hd_title ul li a.current{
	color: #02a63a
}



.section_2 .hd_title .more{
	
margin-top: 19px;
	
display: inline-block;
	
float: right;
	
font-size: 24px;
	
font-family:SourceHanSansCN-Regular;
	
font-weight:400;
	
color:rgba(0,161,58,1);
	
text-transform: uppercase;
}
.section_2 .hd_title .more span{
	
display: block;
	
text-align: right;
}
.section_2 .hd_title .more strong{
	
}
.section_2 .bd{
	
}
.section_2 .bd .model{
	
}
.section_2 .bd .model .list{
	
}
.section_2 .bd .model .list li{
	
float: left;
	
margin-right: 6%;
	
width: 29.3%;
	
background: rgba(255,255,255,1);
	
margin-bottom: 4%;
	
padding-bottom: 26px;
}
.section_2 .bd .model .list li:nth-child(3n){
	margin-right:0px;
}
.section_2 .bd .model .list li .imgbox{
	
height: 226px;
	
border-bottom: 1px dashed #D9D9D9;
	
position: relative;
}
.section_2 .bd .model .list li .imgbox img{
	
max-width: 100%;
	
display: block;
	
margin: auto;
	
position: absolute;
	
top: 50%;
	
left: 50%;
	
-o-transform: translate(-50%, -50%);
	
-webkit-transform: translate(-50%, -50%);
	
-moz-transform: translate(-50%, -50%);
	
-ms-transform: translate(-50%, -50%);
	
transform: translate(-50%, -50%);
	
max-width: 100%;
	
max-height: 100%;
}
.section_2 .bd .model .list li .title{
	
padding-top: 21px;
	
padding-left: 14px;
	
padding-right: 14px;
}
.section_2 .bd .model .list li .title a{
	
font-size: 20px;
	
font-family:SourceHanSansCN-Bold;
	
font-weight:bold;
	
color:rgba(47,47,47,1);
}
.section_2 .bd .model .list li .desc{
	
padding: 0px 14px;
	
font-size: 16px;
	
font-family:SourceHanSansCN-Regular;
	
font-weight:400;
	
color:rgba(166,166,166,1);
	
padding-top: 6px;
	
margin-bottom: 34px;
}
.section_2 .bd .model .list li .more{
	
float: right;
	
margin-right: 13px;
	
width: 92px;
	
height:29px;
	
border:1px solid rgba(191,191,191,1);
	
text-align: center;
	
border-radius: 400px;
	
line-height: 27px;
	
font-size: 14px;
	
font-family:SourceHanSansCN-Regular;
	
font-weight:400;
	
color:rgba(191,191,191,1);
}


.section_3{
	
padding-top: 54px;
}
.section_3 .list{
	
padding-top: 84px;
}
.section_3 .list li{
	
zoom: 1;
	
overflow: hidden;
	
margin-bottom: 11%;
}
.section_3 .list li .imgbox{
	
float: left;
	
width: 50%;
}
.section_3 .list li .imgbox img{
	
width: 100%;
	
display: block;
}
.section_3 .list li .content{
	
float: right;
	
width: 42%;
	
padding-left: 7%;
	
padding-top: 5%;
	
background: url(../images/ti.png) no-repeat left 41%;
}
.section_3 .list li .content .title{
	
font-size: 34px;
	
font-family:SourceHanSansCN-Bold;
	
font-weight:bold;
	
color:#3c763d;;
	
padding-bottom: 40px;
	
/* background: url(../images/ti.png) no-repeat left center; */
}
.section_3 .list li .content .desc{
	
font-size: 18px;
	
font-family:SourceHanSansCN-Regular;
	
font-weight:400;
	
color:rgba(3,3,3,1);
	
line-height:34px;
}


.section_3 .list li:nth-child(2) .imgbox{
	
float: right;
}
.section_3 .list li:nth-child(2) .content{
	
float: left;
}
.titlemodel2{
	text-align: center;
	color: #fff;
}
.titlemodel2 .cn{
	
font-size: 40px;
	
font-family:SourceHanSansCN-Bold;
	
font-weight:bold;
	
color:rgba(255,255,255,1);
	
margin-bottom: 4px;
}
.titlemodel2 .en{
	
font-size: 14px;
	
font-family:SourceHanSansCN-Regular;
	
font-weight:400;
	
color:rgba(255,255,255,1);
	
text-transform: uppercase;
}
.section_4{
	background: url(../images/sc.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 55px;
	padding-bottom: 30px;
}
.section_4 .conbox{
	
margin-top: 41px;
	
display: inline-block;
	
width: 100%;
	
height: 400px;
}
.section_4 .conbox .list{
	
float: left;
	
width: 55%;
	
height: 100%;
	
background: #fff;
	
padding: 30px 50px;
}
.section_4 .conbox .list .imgbox{
	
}
.section_4 .conbox .list .imgbox img{
	
display: block;
	
margin: auto;
width:96%;
height:300px;

}
.section_4 .conbox .right{
	
float: right;
	
width: 45%;
	
height: 100%;
	
background: url(../images/sc2.jpg) no-repeat center center;
	
background-size: cover;
}
.section_5{
	
padding-top: 100px;
	
padding-bottom: 15px;
} 
.section_5 .imgbox{
	
float: left;
	
width: 53%;
	
padding-top: 36px;
} 
.section_5 .imgbox img{
	
width: 100%;
} 
.section_5 .contox{
	
float: left;
	
width: 47%;
	
padding-top: 100px;
	
padding-left: 3%;
} 
.section_5 .contox .desc{
	
font-size: 17px;
	
font-family:SourceHanSansCN-Regular;
	
font-weight:400;
	
color:rgba(61,61,61,1);
	
line-height: 33px;
	
margin-bottom: 50px;
} 
.section_5 .contox .lis{
	
} 
.section_5 .contox .lis .item{
	
float: left;
	
margin-right: 30px;
	
text-align: center;
} 
.section_5 .contox .lis .item img{
	
margin-bottom: 12px;
} 
.section_5 .contox .lis .item .tit{
	
font-size: 15px;
	
font-family:SourceHanSansCN-Regular;
	
font-weight:400;
	
color:rgba(85,85,85,1);
	
line-height:30px;
} 

.main_type7{
	
background: rgba(245,248,254,1);
	
padding-top: 77px;
	
padding-bottom: 72px;
	
background: rgba(245,245,245,1);
	
background: rgba(245,248,254,1);
}
.main_type7 .left{
	
float: left;
	
width: 46%;
}
.main_type7 .titlemodel4{
	
font-size: 26px;
	
font-family:MicrosoftYaHei;
	
font-weight:400;
	
color:rgba(17,17,17,1);
	
line-height:30px;
	
line-height: 24px;
	
border-left: 5px solid #00A13A;
	
height: 24px;
	
/* overflow: hidden; */
}
.main_type7 .titlemodel4 .tit{
	
float: left;
	
padding-left: 8px;
	
font-size: 26px;
	
font-family:MicrosoftYaHei;
	
font-weight:400;
	
color:rgba(17,17,17,1);
}
.main_type7 .titlemodel4 .tit .cn{
	
font-size: 26px;
	
font-family:MicrosoftYaHei;
	
font-weight:400;
	
color:rgba(17,17,17,1);
	
float: left;
	
text-transform: uppercase;
}
.main_type7 .titlemodel4 .tit .en{
	
float: left;
	
font-size: 14px;
	
font-family:ArialMT;
	
font-weight:400;
	
color:rgba(119,119,119,1);
	
padding-top: 6px;
	
margin-left: 5px;
}
.main_type7 .titlemodel4 .more{
	
float: right;
	
font-size: 14px;
	
font-family:ArialMT;
	
font-weight:400;
	
color:rgba(153,153,153,1);
}
.main_type7 .left .imgbox{
	padding-top:30px
}
.main_type7 .left .imgbox img{
	
width: 100%;
	
display: block;
	
/* padding-top: 20px; */
height:130px;
}
.main_type7 .left .con{
	
}
.main_type7 .left .con .title{
	
padding-top: 19px;
	
font-size: 18px;
	
font-family:MicrosoftYaHei;
	
font-weight:400;
	
color:rgba(160, 105, 255, 1)
	
zoom: 1;
	
overflow: hidden;
	
margin-bottom: 19px;
}
.main_type7 .left .con .title a{
	color:rgba(102,102,102,1)
}
.main_type7 .left .con .title a .s1:hover{
	color: #49B3FE;
}


.main_type7 .left .con .title a .s1{
	
float: left;
	
width: 60%;
	
font-size: 18px;
	
font-family:MicrosoftYaHei;
	
font-weight:400;
	
color: rgba(102,102,102,1);
	
overflow: hidden;
	
text-overflow: ellipsis;
	
white-space: nowrap;
}
.main_type7 .left .con .title a .s2{
	
width: 30%;
	
float: right;
	
text-align: right;
	
font-size: 12px;
	
font-family:MicrosoftYaHei;
	
font-weight:400;
	
color:rgba(153,153,153,1);
}
.main_type7 .left .con .line{
	
width: 60px;
	
height:2px;
	
background: #00A13A;
	
margin-bottom: 13px;
}
.main_type7 .left .con .desc{
	
font-size: 14px;
	
font-family:MicrosoftYaHei;
	
font-weight:400;
	
color:rgba(102,102,102,1);
	
line-height:30px;
	
margin-bottom: 30px;
}
.main_type7 .left .list{
	
border-top: 1px solid rgba(229, 229, 229, 1);
}
.main_type7 .left .list li:nth-child(2n){
	float:right;
}
.main_type7 .left .list li{
	
float: left;
	
width: 48%;
	
font-size: 15px;
	
font-family:MicrosoftYaHei;
	
font-weight:400;
	
color:rgba(85,85,85,1);
	
/* padding-top: 30px; */
	
/* padding-bottom: 20px; */
	
border-bottom: 1px solid rgba(229, 229, 229, 1);
	
line-height: 57px;
}
.main_type7 .left .list li .s1{
	
font-size: 15px;
	
font-family:MicrosoftYaHei;
	
font-weight:400;
	
color:rgba(85,85,85,1);
	
float: left;
	
width:  70%;
	
overflow: hidden;
	
text-overflow: ellipsis;
	
white-space: nowrap;
}

.main_type7 .left .list li .s1:hover{
	color:rgb(23, 155, 97)
}


.main_type7 .left .list li .s2{
	
width: 30%;
	
float: right;
	
text-align: right;
	
font-size: 12px;
	
font-family:MicrosoftYaHei;
	
font-weight:400;
	
color:rgba(153,153,153,1);
}
.main_type7 .right{
	
float: right;
	
width: 46%;
}
.main_type7 .right .list{
	
padding-top: 30px;
}
.main_type7 .right .list li{
	
margin-bottom: 13px;
}
.main_type7 .right .list li a{
	height:140px;
	display:block;
	background:rgba(255,255,255,1);
	padding-left: 12%;
	padding-right:  10%;
	padding-top: 5.4%;
}
.main_type7 .right .list li .tit{
	
display: block;
	
zoom: 1;
	
overflow: hidden;
	
margin-bottom: 7px;
}
.main_type7 .right .list li .tit .s1{
	
float: left;
	
width: 70%;
	
font-size: 16px;
	
font-family:MicrosoftYaHei;
	
font-weight:400;
	
color:rgba(34,34,34,1);
	
overflow: hidden;
	
text-overflow: ellipsis;
	
white-space: nowrap;
}
.main_type7 .right .list li .tit .s1 strong{
	
}
.main_type7 .right .list li .tit .s2{
	
float: right;
	
width: 30%;
	
text-align: right;
	
overflow: hidden;
	
text-overflow: ellipsis;
	
white-space: nowrap;
	
font-size: 12px;
	
font-family:MicrosoftYaHei;
	
font-weight:400;
	
color:rgba(153,153,153,1);
}
.main_type7 .right .list li .dec{
	
font-size: 14px;
	
font-family:MicrosoftYaHei;
	
font-weight:400;
	
color:rgba(102,102,102,1);
	
line-height:24px;
overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;


}


.main_type7 *{
	-webkit-transition:all 0.2s;
-o-transition:all 0.2s;
-moz-transition:all 0.2s;
-ms-transition:all 0.2s;
transition:all 0.2s;
}
.main_type7 .right .list li a:hover{background: #00A13A;}

.main_type7 .right .list li :hover *{
	color: #fff !important
}

.footer{
	
}
.footer .sec_1{
	
background: #fff;
}
.footer .sec_1 .link{
	
}
.footer .sec_1 .link .title:after{
	position:absolute;
top: 50%;
right:0px;
width:1px;
height:47px;
background:rgba(153,153,153,1);
content:"";

-o-transform: translate(0%, -50%);
-webkit-transform: translate(0%, -50%);
-moz-transform: translate(0%, -50%);
-ms-transform: translate(0%, -50%);
transform: translate(0%, -50%);
}
.footer .sec_1 .link .title{
	
float: left;
	
/* text-align: center; */
	
width: 136px;
	
height:90px;
	
/* background: #2400FF; */
	
/* color: #fff; */
	
position: relative;
}
.footer .sec_1 .link .title strong{
	
font-size: 34px;
	
font-family:Arial-BoldMT;
	
font-weight:bold;
	
display: block;
	
color:rgba(255,255,255,1);
	
line-height: 30px;
	
margin-bottom: 7px;
	
padding-top: 19px;
	
font-size: 36px;
	
font-family:MicrosoftYaHeiLight;
	
font-weight:300;
	
color:rgba(28,33,39,1);
	
text-transform: uppercase;
}
.footer .sec_1 .link .title p{
	
font-size: 14px;
	
font-family:MicrosoftYaHei;
	
font-weight:400;
	
color:rgba(255,255,255,1);
	
font-size: 14px;
	
font-family:MicrosoftYaHei;
	
font-weight:400;
	
color:rgba(102,102,102,1);
	
letter-spacing: 9px;
}
.footer .sec_1 .link .list{
	
float: left;
	
width: calc(100% - 136px);
	
overflow: hidden;
	
height: 90px;
	
line-height: 90px;
	
padding-left: 39px;
}
.footer .sec_1 .link .list a{
	
font-size: 14px;
	
font-family:MicrosoftYaHei;
	
font-weight:400;
	
color:rgba(255,255,255,1);
	
font-size: 15px;
	
font-family:MicrosoftYaHei;
	
font-weight:400;
	
color:rgba(85,85,85,1);
	
margin-right: 38px;
}
.footer .sec_1 .link .list span{
	
font-size: 14px;
	
font-family:MicrosoftYaHei;
	
font-weight:400;
	
color:rgba(255,255,255,1);
	
display: inline-block;
	
width: 43px;
	
text-align: center;
}




.footer .sec_2{
	
padding-top:20px;
	
background: rgba(65,68,73,1);
	
color: #fff;
	
padding-bottom:20px;
	
background: #6890A4;
}
.footer .sec_2 .item:nth-child(2){
	padding:0px 7%;
	padding-right:0px;
}
.footer .sec_2 .item:last-child{
	border:none;
	text-align:center;
}
.footer .sec_2 .item{
	
float: left;
	
width: 33.333%;
	
height: 300px;
	
border-right: 1px solid rgba(255,255,255,0.1);
}
.footer .sec_2 .item .h2tit{
	
font-size: 26px;
	
font-family:MicrosoftYaHeiLight;
	
font-weight:300;
	
color:rgba(255,255,255,1);
	
margin-bottom: 7px;
}
.footer .sec_2 .item .en{
	
font-size: 16px;
	
font-family:PingFang-SC-Light;
	
font-weight:300;
	
color:rgba(255,255,255,0.3);
	
text-transform: uppercase;
	
/* margin-bottom: 60px; */
}
.footer .sec_2 .item .dsc{
	
padding-top:20px;
}
.footer .sec_2 .item .dsc p{
	
font-size: 14px;
	
font-family:MicrosoftYaHei;
	
font-weight:400;
	
color:rgba(255,255,255,0.4);
	
line-height:24px;
	
margin-bottom: 17px;
	
zoom: 1;
	
overflow: hidden;
}
.footer .sec_2 .item .dsc p .s1{
	
float: left;
	
width: 43px;
}
.footer .sec_2 .item .dsc p .s2{
	
width: calc(100% - 129px);
	
float: left;
}
.footer .sec_2 .item .links{
	
padding-top: 20px;
}
.footer .sec_2 .item .links .model{
	
float: left;
	
width: 50%;
}
.footer .sec_2 .item .links .model li{ float:left; width:50%;}
.footer .sec_2 .item .links .model a{

	
display: block;
	
font-size: 14px;
	
font-family:MicrosoftYaHei;
	
font-weight:400;
	
color:rgba(255,255,255,0.4);
	
line-height: 39px;
}

.footer .sec_2 .item .imgbox .itemmodel{
	display:inline-block;
	margin:0px 2px;
}


.footer .sec_2 .item .imgbox{
	
padding-top: 20px;
}
.footer .sec_2 .item .imgbox img{
	width:120px; height:120px;
}
.footer .sec_2 .item .imgbox .tit{
	
font-size: 14px;
	
font-family:MicrosoftYaHei;
	
font-weight:400;
	
color:rgba(255,255,255,0.4);
	
padding-top: 12px;
}
.sec_type2 .bd .left .model .list li .conbox .title a{
	overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;


}

/*悬浮链接*/
.suspension{position:fixed;z-index:55;right:0;bottom:120px;width:70px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:44px;height:44px;background-color: #1f6946;margin-bottom:4px;cursor:pointer;outline:none;}
.suspension .a.active,
.suspension .a:hover{background:#F05352;}
.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{border-bottom:1px solid #eee;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 20px;display:block;transition:all .4s;border-radius:50%;overflow:hidden;background-size: 30px;}
.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: #ff6f25;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.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;}

.wz_n_of_title{ text-align:center; margin:50px 0; overflow:hidden;}
.wz_n_of_title h3{ line-height:38px; font-size:25px; color:#333; font-weight:bold;}
.wz_n_of_title h3 a{color:#333;}
.wz_n_of_title p{ font-size:18px; color:#666;}
.wz_n_of{ width:100%; overflow:hidden;}
.wz_n_of img{ max-width:100%;}


.bottom_bar{
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	background:#006158;
	background: -webkit-linear-gradient(top, #1f6944, #104a2d);
	background: linear-gradient(top,#89e639, #6db92b);
	z-index: 88888;
}
.bottom_bar ul{
	
}
.bottom_bar ul li{
	float: left;
	width: 33.33%;
	height: 50px;
	text-align: center;
	display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */  
display: -moz-box; /* Firefox 17- */  
display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */  
display: -moz-flex; /* Firefox 18+ */  
display: -ms-flexbox; /* IE 10 */  
display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */  
            flex-direction: column;
            justify-content: center;
}
.bottom_bar ul li a{
	color: #fff;
}
.bottom_bar ul li a img{
display: block;
height:20px;
margin:0px auto;
font-size: 2rem
}

.section_2 .bd .model .list li .title a,.section_2 .bd .model .list li .more{


-webkit-transition:all 0.2s;
-o-transition:all 0.2s;
-moz-transition:all 0.2s;
-ms-transition:all 0.2s;
transition:all 0.2s;
}
.section_2 .bd .model .list li .title a:hover{
	color: #1f6944
}
.section_2 .bd .model .list li .more:hover{
	background: #1f6944;
	color: #fff;
}
.section_2 .bd .model .list li .imgbox{
	overflow: hidden;
}
.section_2 .bd .model .list li .imgbox img{


-webkit-transition:all 0.2s;
-o-transition:all 0.2s;
-moz-transition:all 0.2s;
-ms-transition:all 0.2s;
transition:all 0.2s;
}
.section_2 .bd .model .list li .imgbox img:hover{


}