@charset "utf-8";
body, html {width:100%;height:100%;}
body{
	font-size:15px;
	letter-spacing:0;
	color:#444444;
	font-family:"Times New Roman","Microsoft Yahei","Arial", "Helvetica", "sans-serif";
	margin:0;
	padding:0;
}
::-webkit-scrollbar {
  display: none;
}
.bg{
	background-position: center center;
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment: fixed;	
}
.bg2{
	background: #F8F8F8;
	background-position: center center;
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment: fixed;	
}
div,dl,dt,dd,ol,ul,li,p{
	padding:0;
	margin:0;
	box-sizing:border-box;
}
ol,ul,li {
    list-style:none
}
a:link,a:visited {color:#1d9923;text-decoration:none;}
a:hover {text-decoration:underline;}
.clear{clear:both;}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
input,textarea{
	border: 1px solid #dcdcdc;
	line-height:20px;
	padding:3px;
}
input::-webkit-input-placeholder {color : #aaaaaa;}

:-moz-placeholder { color : #aaaaaa;}

::-moz-placeholder {color : #aaaaaa;}

input:-ms-input-placeholder {color : #aaaaaa;}

input::-ms-input-placeholder {color : #aaaaaa;}
.head-space{
	height:0px;
}
.foot-space{
	height:330px;
}
img{
	border:0;
	max-width:100%;
	width:auto;
	box-sizing:border-box;
}
table img{
	max-width:100%;
	width:auto;
}
.header{		
	width:100%;
	position:relative;
	top:0;
	z-index: 99;
	background:transparent;
	border-bottom:1px solid #dddddd;
	box-shadow: 0 0 0 rgba(0,0,0,0);
	transition: all 0.5s; 
}
.large .toplogo {height:120px;}
.small{box-shadow: 0 10px 20px rgba(0,0,0,0.1);background: #ffffff;top:-85px;}
.small .toplogo {height:80px;font-size:26px;padding:10px 0;}
.header-h{
	border-bottom:0px solid #d5d5d5;	
	position:absolute;
	background:transparent;
}
.wrap{
	max-width:1100px;
	width:auto;
	margin:0 auto;
	position: relative;
}
.wrap2{
	max-width:1300px;
	width:auto;
	margin:0 auto;
	position: relative;
}
.wraper{
	width:100%;
	min-height:100%;
	height:auto;
	position: relative;
	box-sizing:border-box;
	padding-bottom:40px;
}
.toplogo{
	text-align: center;
	height:120px;
	padding:12px 0;
	font-size:30px;
	color:#333333;
	font-weight: 600;
	transition: all 0.5s; 
}
.toplogo img{
	max-height:100%;
	width:auto;
	vertical-align: middle;
	margin-right:20px;
	transition: all 0.5s;
}
.navs,.mfoot,.fnav-list{
	display: none;
}
.nav{
	text-align: center;
	margin-top:10px;
	font-size:0;
}
.nav li{
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-align: center;
	line-height:18px;
	margin:0 25px;
	padding:5px 0 15px 0;
	letter-spacing: 0;
}
.nav li span{
	display: block;
	font-size:15px;
	letter-spacing: 0;
}
.nav li a{
	font-size:17px;	
	color:#000000;
	padding:6px 0;
	background:transparent;
	text-decoration: none;
}
.nav li i{
	position:absolute;
	background: #1d9923;
	height:2px;
	width:0;	
	left: 0;
	right: 0;
	bottom: -1px;
	margin: auto;
	transition: all 0.5s; 
}
.nav li:hover i{
	width:100%;
}
.nav li:hover a{
	color:#1d9923;
	font-weight:normal;
	background:transparent;
}
.nav li.current a{
	color:#1d9923;
	font-weight: bold;
	background:transparent;
}
.nav li.current span{
	font-weight:normal;
}
.has-more:hover .nav-sub{
    display:block;
}
.nav-sub {
    position:absolute;
    display:none;
    z-index:99; 
    width:200px;
    padding-top:25px;
    left:-20px;
}
.nav-sub ul{
	background: #ffffff;
	padding:20px;
	text-align: center;
	border-top:1px solid #e9e9e9;
	box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.nav li .nav-sub li{	
	display: block;
	padding:0;
	width:100%;
	line-height:36px;
	text-align: left;
	transition: all 0s; 	
	margin:0;
}
.nav li .nav-sub li a {
    display: block;
    color:#888888;
    font-size:15px;
    padding:0 10px;
    background:transparent;
    background:#ffffff;
    font-weight:normal;
}
.nav li .nav-sub li.nav-sub-on a{	
    color:#55aa59;
}
.nav li .nav-sub li:hover a,.nav li .nav-sub li.nav-sub-on:hover a{	
    color:#ffffff;
    background:#55aa59;
}
.ban{	
	background: #000000 url(../images/ban.jpg) no-repeat center top;
	padding:80px 0;
	text-align: center;
}
.ban p{
	font-size:33px;
	color:#ffffff; 
	font-weight: 400;
}
.home_about{
	line-height: 28px;
	font-size:15px;
	width:80%;
	margin:0 auto;
	text-align: center;
}
.home_about_pic{
	float:right;
	width:46%;
	margin-left:4%;
	position: relative;
	text-align: right;
}
.dline{
	border-bottom: 1px dashed #dddddd;
}
.pages{
	font-size: 15px;
}
.pa:link,.pa:visited {
	color: #333333;
	padding:7px 14px;
	text-align: center;
	display: inline-block;
	background: #e5e5e5;
	margin:0 6px;
}
.pa:hover{
	text-decoration: none;
	color:#ee0000;
}
.paon {
	color: #999999;
	background: #e5e5e5;
	padding:7px 14px;
	margin:0 6px;
	display: inline-block;
}
.paon2 {
	color:#ffffff;
	background: #ee0000;
	font-weight: bold;
	margin:0 6px;
	padding:7px 14px;
	display: inline-block;	
}
.footer{
	padding:0;
	line-height:28px;
	text-align: center;
	font-size:14px;
	color:#666666;
	background: #2f2d2f;
	position:relative;
	width:100%;
	letter-spacing: 0;
}
.footer a{
	color:#888888;
}
.footer a:hover{
	color:#888888;
	text-decoration: underline;
}
.footbg{
	font-size:14px;
	line-height: 26px;
	color:#999999;
	text-align: left;
	padding:50px 0 30px 0;
	letter-spacing: 0;
}
.footbg p{
	font-size:16px;
	font-weight:400;
	margin-bottom:10px;
	color:#eee;
}
.footbg p img{
	display:inline-block;
	vertical-align: middle;
	margin-right:4px;
}
.footbg a{
	color:#999999;
}
.footbg a:hover{
	color:#cccccc;
	text-decoration: underline;
}
.foot1{
	float:left;
	width:28%;
	margin-right:4%;
}
.foot2{
	float:left;
	margin-right:3%;
}
.foot1 span{
	display: block;
	font-size:23px;
	padding:5px 0;
	color:#39b587;
}

.foot3{
	width:15%;
	float:right;
	text-align: right;
	margin-right:0;
	padding-top:0;
}
.foot3 img{
	max-width:100%;
	width:auto;
	height:auto;
}
.footer2{
	text-align: center;
	line-height: 60px;
	font-size:14px;
	color:#999999;
	background: #222222;
}
.footer2 span{
	margin-left:40px;
}
.footer2 span a{
	color:#888888;
}
.footer2 span img{
	display: inline-block;
	vertical-align: middle;
	margin-right:3px;
}
.footer2-h{
	position:relative;
}
.footer-h{
	position:relative;
}
.newslist{	
	font-size:0;
	padding-top:20px;
}
.newslist li{
	margin:28px 0;	
}
.newslist li span{
	font-weight: bold;
}
.newspic{
	width:18%;
	height:120px;
	margin-right:3%;
	display: inline-block;
	vertical-align: middle;
}
.newspic img{
	width:100%;
	height:100%;
	display: block;
}
.newsinfo{
	display: inline-block;
	vertical-align: middle;
	width:77%;
	font-size:16px;
	line-height: 28px;
	border:2px solid #abe4fa;
	padding:15px 20px;
	border-radius:10px;
}
#tline{
	border-top:1px dashed #ddd;
}
.nobody{
	text-align: center;
	width:100%;
	height:100vh;
	display: table;
	position: absolute;
	top:0;	
	background-position: center center;
	background-size:cover;
	background-repeat: no-repeat;
	background-image: url(../images/bj2.png);
}
.notxt{
	font-style: italic;
	letter-spacing: 5px;
	color:#a5daee;	
	line-height: 75px;
	font-size:60px;
	display: table-cell;
	vertical-align: middle;
	padding-top:50px;
}
.con_info{
	margin:0 auto;
	padding:50px;
	font-size:16px;
	line-height: 30px;
}
.con_info p{
	margin:0;
	padding:0;
}
.company_pic{
	margin-left:60px;
	margin-right:20px;
	width:30%;
	max-height:70%;
	height:auto;
}
.con_info2{
	margin:0 auto;
	padding:0;
	font-size:16px;
	line-height: 30px;
	padding:50px 0;
}
.cons{
	width:85%;
	padding-top:50px;
}
.cons img{
	max-width:90%;
	width:auto;
}
.cons img.cico{
	width:40px;
	display:inline-block;
	vertical-align:middle;
	margin:5px 10px;
	border:5px solid #d4ead5;
	border-radius:50%;
	overflow: hidden;
	opacity: 0.9;
}
.serpic{
	font-size:0;
}
.serpic img{
	width:49.5%;	
	margin:0;
	padding:0;
}
.company_pic{
	float:right;
	margin-left:70px;
	margin-top:30px;
}
.h_title{
	font-weight:600;
	font-size:32px;
	padding-top:30px;
	padding-bottom:20px;
}
.conpic{
	float:right;
	margin-left:40px;
}
.pages{
	text-align: center;
	padding:20px 0 10px 0;
}
.con_pic{
	text-align: center;
}
.title{
	font-size:26px;
	color:#0b5394;
	text-align: left;
	line-height:50px;
	border-bottom:1px dashed #ddd;
	margin-bottom:20px;
}
.close{
	background: url(../images/close.png) no-repeat center center;
	width:30px;
	height:30px;
	position: absolute;
	right:12px;
	top:11px;
	z-index:99;
	cursor: pointer;
}
.imgs{
	text-align: center;
	padding:10px;
}
.spare{
	float:left;
}
.shares{
	display: inline-block;
	vertical-align: middle;
	padding-right:20px;
}
.bdsharebuttonbox{
	display: inline-block;
	vertical-align:middle;
	padding-bottom:10px;
}
.sou {
	display: inline-block;
	vertical-align:middle;
	margin-top:5px;
	font-size: 15px;
	line-height: 30px;
	box-sizing: border-box;
	width: 100%;
	border:none;
	outline: none;
	padding:0 33px;
	font-family:"Arial", "Helvetica", "sans-serif";
}
.send {
	display: inline-block;
	vertical-align: middle;
	padding:10px 40px;
	background:#111111;
	border:none;
	color:#ffffff;
	font-size:18px;
	cursor: pointer;
	font-family: "Arial", "Helvetica", "sans-serif";
}
.pro_tit{
	font-size:22px;
	color:#333333;
	margin-bottom:10px;
}
.prolist{
	padding-top:50px;
	font-size:0;
}
.prolist li{
	width:23%;
	margin:0 1% 30px 1%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	border:1px solid #e5e5e5;
	padding:20px;
	border-radius:8px;
}
.prolist li:hover{
	box-shadow: inset 0 0 25px rgba(0,0,0,0.04);
}
.protxt{
	line-height:24px;
	font-size:13px;
	color:#888888;
	padding:0 10px;
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
}
.protxt p{
	font-size:15px;	
	padding:0;
}
.picbox{
	text-align: center;
	padding:20px;
	font-size:0;
	display: flex;
	justify-content: center;
	align-items: center; 
}
.picbox img{
	max-width:100%;
	max-height:100%;
	height:auto;
	width:auto;
	display: inline-block;
	vertical-align: middle;
	transition: all 0.6s cubic-bezier(0.17,0.84,0.44,1) 0s;
}
.prolist li:hover .picbox img{	
	transform: scale(1.2);
   transition: all 0.6s cubic-bezier(0.17,0.84,0.44,1) 0s;
}
.home_title{
	font-size:30px;
	line-height: 30px;
	text-transform: uppercase;
	margin:80px 0 0 0;
	color:#333333;	
	text-align: center;
}
.p_title{
	font-size:17px;
	line-height: 40px;
	margin:20px 0 5px 0;
	color:#dd0000;
	border-bottom:1px solid #e5e5e5;
}
.p_title i{
	background: #dd0000;
	height:18px;
	width:4px;
	display:inline-block;
	vertical-align: middle;
	margin-right:15px;
}
.swiper{
	width:100%;
	height:100%;
	overflow: hidden;
	position: relative;
}
.swiper-box{
	background: #000000;
	opacity: 0.1;
	width:100%;
	height:100%;
	position: absolute;
	z-index:90;
}
.swiper-container {
    width: 100%;
    height: 100vh; /* ÊÓ´°¸ß¶È */
}
.swiper-slide{
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.swiper-zoom-container{
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slide_title{
	position: absolute;
	left:50px;
	top:50px;
	color:#ffffff;
	font-size:20px;
}
.slide_title span{
	font-weight: 600;
	font-size:24px;
	display: block;
	margin-bottom:10px;
}
.apage{
	font-size:15px;
	line-height: 30px;
	margin-top:50px;
	padding-bottom:20px;
	position: relative;
	padding:10px 5px;
	border-top:1px dashed #ddd;
}
.ban{
	text-align: center;
}
.ban img{
	max-width:100%;
	height:auto;
}
.drawer-toggle {
	top:-50px;
} 
.mob-tit{
	display:none;
}
.banner{
	width:100%;
	position:relative;
	box-sizing:border-box;
	background-image: url(../images/bg.jpg);
	background-position: top;
	background-size:100% auto;
	background-repeat: repeat-y;
	font-size:0;
}
.banner2{
	display: none;
}
.pic_title{
	padding:50px 0;
	color:#333;
	font-size:33px;
	text-align: center;
}
.pic_title span{
	display: block;
	color:#888;
	font-size:14px;
	line-height: 25px;
	margin-top:15px;
}
.forms{
	width:600px;
	margin:0 auto;
	padding-bottom:60px;	
}
.maps{
	width:100%;
	height:350px;
	border:#eee solid 1px;
	margin:20px 0 50px;
	overflow: hidden;
}
#allmap{
	width:100%;
	height:370px;
}
td.td1{
	width:30%;
	padding:20px 10px;
}
td.td2{
	width:40%;
}

@media screen and (max-width:1200px){
	.nav{
		display: none;
	}
	.navs{
		display: block;
	}
	.wrap{
		max-width:600px;
	}
	.con_info{
		margin:0 auto;
		padding:30px 0;
	}
	.head-space{
		height:60px;
	}
	.foot-space{
		height:330px;
	}
	.header{
		position: fixed;
	}
	.wraper{
		min-height:80%;
		padding-bottom:40px;
	}
	.nobody{
		height:90vh;
	}
	.large{box-shadow: 0 0 0 rgba(0,0,0,0);background: #ffffff;}
	.large .toplogo {height:60px;font-size:19px;padding:10px 0;text-align: left;}
	.small{box-shadow: 0 0 0 rgba(0,0,0,0);background: #ffffff;top:0;}
	.small .toplogo {height:60px;font-size:19px;padding:10px 0;text-align: left;}
	.header-h{background:transparent;}
	.cons{
		width:100%;
		padding-top:50px;
	}
	.newslist{padding-top:0;}
	.newslist li{
		margin:20px 0;	
	}
	.newspic{
		width:18%;
		height:70px;
		margin-right:3%;
	}
	.newsinfo{
		width:77%;
		font-size:15px;
		line-height: 22px;
		padding:10px;
	}
	.company_pic{
		margin-left:20px;
		margin-right:10px;
		width:40%;
	}
	td.td1{
		width:100%;
		padding:0 30px;
		display: block;
	}
	.notxt{
		line-height: 65px;
		font-size:50px;
		padding-bottom:60px;
		padding-top:0;
	}
	.foot2{
		display: none;
	}
	.foot1{
		width:63%;
		margin-right:5%;
	}
	.foot3{
		width:20%;
	}
}
@media screen and (max-width:640px){
	.large .toplogo,.small .toplogo {height:55px;font-size:16px;padding:10px 0;}
	.small .toplogo {height:55px;font-size:16px;padding:10px 0;}
	.toplogo img{margin-right:10px;}	
	.wrap{
		padding:0 18px;
	}
	.wraper{
		min-height:80%;
		padding-bottom:40px;
	}
	.header-h{
		border-bottom:0px solid #d5d5d5;	
		position:fixed;
		background:transparent;
	}
	.footer2,.foot3{
		display: none;
	}
	.foot1{
		width:100%;
		margin-right:0;
		float:none;
	}
	.footbg{
		padding-top:30px;
	}
	.con_info{
		padding:20px;
		font-size:15px;
		line-height: 26px;
	}
	.head-space{
		height:70px;
	}
	.foot-space{
		height:240px;
	}
	td.td1{
		width:100%;
		padding:0 10px;
	}
	.serpic img{
		width:100%;	
		margin:0;
		padding:0;
	}
	.company_pic{
		padding:0 50px;
		margin:0;
		width:100%;
		display: block;
	}
	.propic img{
		margin:0 auto;
		max-width:80%;
		width:auto;
	}
	.newspic{
		display: none;
	}
	.newsinfo{
		width:100%;
		font-size:15px;
		line-height: 22px;
		padding:10px;
	}
	.nobody{
		height:90vh;
	}
	.notxt{
		line-height: 60px;
		font-size:42px;
	}
}