@charset "utf-8";
@font-face {
    font-family: 'Lowvetica';
    src: url('../fonts/Lowvetica.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'raleway';
    src: url('../fonts/raleway.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body{
	font-size:14px;
	color:#333;
	font-family:raleway, Geneva, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
div,dl,dt,dd,ol,ul,li,p{
	padding:0;
	margin:0;
}
ol,ul,li {
    list-style:none
}
a:link,a:visited {color:#333;text-decoration:none;}
a:hover {text-decoration: none;color:#e30000;}
.clearfix:after,.clearfix:before {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
.clear{clear:both;}
input,textarea,select{
	border: 1px solid #dcdcdc;
	line-height:20px;
	padding:3px;
}
input[type="text"], input[type="button"], input[type="submit"], input[type="reset"],textarea {
   -webkit-appearance: none;
}
img{
	border:0;
}
.space{
	height:100px;
}
.header{
	background: url(../images/index_bg.gif) center bottom;
	position: fixed;
	width:100%;
	top:0;
	z-index:999;
	border-bottom:1px solid #e5e5e5;
}
.wrap{
	width:1200px;
	margin:0 auto;
	position: relative;	
}
.lags{
	float:right;
	width:10%;
	line-height: 100px;
	text-align: right;
	font-size:14px;
}
.lags a {
	padding:0 3px;
}
.lags img{
	display: inline-block;
	vertical-align: middle;
	margin-right:2px;
}
.toplogo2{
	display: none;
}
.toplogo{
	float:left;
	width:20%;
	height:90px;
	padding:5px 0;
}
.toplogo img{
	max-height:100%;
	height:auto;
	width:auto;
}
.banner2{
	display: none;
}
.nav{
	width:100%;
	float:right;
	width:80%;
	text-align: right;
	font-size:0;
}
.nav li{
	line-height:100px;	
	display: inline-block;
	vertical-align: top;	
	text-align: center;
	position: relative;
	margin-left:50px;
}
.nav .current a{
	color:#009b9e;
	padding-top:4px;
	line-height: 94px;
	border-bottom:3px solid #009b9e;
	margin-bottom:-1px
}
.nav li a{
	color:#444444;
	font-size:16px;
	display: block;
}
.nav li:hover a{
	color:#009b9e;
}
.nav .has-more{
	background-image: url(../images/nav_ico.png);
	background-position: 78% center;
	background-repeat: no-repeat;
}
.has-more:hover .nav-sub {
	display: block;
}
.nav .current li a{
	border-bottom:none;
}
.nav-sub {
   margin:0;
   padding:0;
   width: 220px;
	position: absolute;	
	z-index: 999;
	display:none;
}
.nav .nav-sub li {
	display: block;
	width:100%;
	text-align:left;
	position: relative;
	background:#f6f6f6;
	margin-left:0;
	transition:all 0.3s;
}
.nav .nav-sub li a {
	line-height: 36px;
	padding-left:15px;
	font-size: 14px;
	display: block;
	color: #333333;
	transition:all 0.3s;
	border-bottom:none;
}
.nav .nav-sub li:hover{
	background: #009b9e;
}
.nav .nav-sub li:hover a{
	color:#ffffff;
}
.has-more2:hover .nav-sub2 {
	display: block;
}
.nav-sub2 {
   margin:0;
   left:220px;
   top:0;
   padding:0;
   width: 220px;
	position: absolute;	
	z-index: 999;
	display:none;
}
.nav .nav-sub2 li {
	display: block;
	width:100%;
	text-align:left;
	position: relative;
	background:#f6f6f6;
	margin-left:0;
	transition:all 0.3s;
}
.nav .nav-sub .nav-sub2 li a {
	line-height: 36px;
	padding-left:15px;
	font-size: 14px;
	display: block;
	color: #333333;
	transition:all 0.3s;
	border-bottom:none;
}
.nav .nav-sub2 li:hover{
	background: #009b9e;
}
.nav .nav-sub2 li:hover a{
	color:#ffffff;
}
.dline{
	border-bottom:1px dotted #ccc;
	padding-left:10px;
}
.prolist{
	font-size:0;
	padding-top:40px;
}
.prolist ul{
	width:103%;
}
.prolist li{
   display: inline-block;
   vertical-align: top;
   box-sizing: border-box;
   text-align: left;
   width:30.33%;
   margin-right:3%;
   margin-bottom:30px;   
   border:1px solid #dddddd;
   background: #f5f5f5;
   color:#666666;
   font-size:14px;
}
.prolist li p{
	color:#333333;	
	padding:20px 15px 0 15px;
	font-size:19px;
	border-top:1px dashed #dddddd;
	font-family:"Microsoft Yahei","Arial", "Helvetica", "sans-serif";
}
.prolist li p span{
	display: block;
	font-size:13px;
	font-weight: normal;
	padding-top:6px;
}
.prolist2{
	font-size:0;
}
.prolist2 ul{
	width:101%;
}
.prolist2 li{
   display: inline-block;
   vertical-align: top;
   box-sizing: border-box;
   text-align: left;
   width:13.28%;
   margin-right:1%;
   margin-bottom:20px;   
   color:#666666;
   font-size:14px;
}
.prolist2 li p{
	color:#666666;	
	padding:2px 5px;
	font-size:13px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.prolist2 li img{
	max-width:100%;
	height:auto;
}
.bigtit{
	padding:30px 0 10px 0;
}
.bigtit a{
	font-size:17px;
	font-weight: bold;	
}
.bigtit a:hover{
	text-decoration: underline;
}
.midtit{
	padding:10px 0;
}
.midtit a{
	font-size:15px;
}
.midtit a:hover{
	text-decoration: underline;
}
.pm{
	padding-left:15px;
	padding-bottom:20px;
}
.picsk{
	text-align: center;
	height:275px;
	width:100%;
	overflow: hidden;
	background: #ffffff;
}
.picsk span{
	display: inline-block;
	vertical-align: middle;
	height:100%;
}
.picsk img{
	max-width:100%;
	max-height:100%;
	width:auto;
	height:auto;
	vertical-align: middle;
	transition:all 0.3s;
}
.prolist li:hover{
	background: #eeeeee;
	border:1px solid #c3c3c3;
}
.prolist li:hover img{
	transform: scale(1.1);
}
.proinfo{
	font-size:12px;
	line-height: 20px;
	color:#666;
}
.titles{
	background:#f6f6f6;
	line-height: 50px;
	padding-left:20px;
	color:#111111;
	font-size:19px;
	margin:30px 0;
}
.con_pro{
	font-size: 14px;
	line-height: 24px;
	padding-bottom:20px;
}
.con_pro img{
	max-width:100%;
	height:auto;
}
.formbox{
	font-size:0;
}
.formbox ul{
	width:102%;
}
.formbox li{
	display: inline-block;
	vertical-align: top;
	font-size:14px;
	line-height: 30px;
	padding:10px 0;
}
.formbox li span{
	width:25%;
	display: inline-block;
}
.formbox .b1{
	width:33.33%;
	margin-right:0%;
}
.formbox .b2{
	width:98%;
}
.sousuo{
	width:70%;
	padding:6px;
	box-sizing:border-box;
	font-size:14px;
	font-family:"Microsoft Yahei","Arial", "Helvetica", "sans-serif";
}
.send{
	padding:8px;
	width:140px;
	display: block;
	box-sizing:border-box;
	margin:0 auto;
	font-size:17px;
	background: #009b9e;
	color:#ffffff;
	border:none;
	font-family:"Microsoft Yahei","Arial", "Helvetica", "sans-serif";
}
.certlist{
	font-size:0;
	padding-top:40px;
}
.certlist ul{
	width:102.5%;
}
.certlist li{
   display: inline-block;
   vertical-align: top;
   text-align: center;
   width:22.5%;
   margin-right:2.5%;
   margin-bottom:30px;
   font-size:14px;
   line-height: 30px;
   box-sizing: border-box;
   border:1px solid #dddddd;
   padding:15px 15px 10px 15px;;
}
.certlist li p{
	padding-top:3px;
}
.certlist li img{
	max-width:100%;
	height:auto;
	display: block;
}
.cons{
	padding-right:50%;
	position: relative;
	font-size: 15px;
	line-height: 30px;
	min-height:350px;
	height:auto;
	padding-top:40px;
}
#dituContent{
	position: absolute;
	width:45%;
	height:300px;
	right:0;
	top:50px;
	border:1px solid #dddddd;
}
.title{
	color:#222222;
	font-size:14px;	
	line-height:30px;
	margin-bottom:15px;
	margin-top:30px;
}
.title p{
	font-size:22px;
}
.buy{
	margin-top:20px;
	display: inline-block;
}
.buy a{
	padding:6px 30px 6px 50px;
	color:#009b9e;
	border:1px solid #009b9e;
	display: inline-block;
	font-size:15px;
	background: url(../images/edit.png) no-repeat 20px center;
}
.buy a:hover{
	color:#ffffff;
	background:#009b9e url(../images/edit2.png) no-repeat 20px center;
}
.buy img {
	display: inline-block;
	vertical-align: middle;
	margin-right:6px;
}
.pdf{
	margin-top:20px;
	display: inline-block;
	margin-left:10px;
}
.pdf a{
	padding:6px 30px 6px 50px;
	color:#db4437;
	border:1px solid #db4437;
	display: inline-block;
	font-size:15px;
	background: url(../images/pdf.png) no-repeat 20px center;
}
.pdf a:hover{
	color:#ffffff;
	background:#db4437 url(../images/pdf2.png) no-repeat 20px center;
}
.pdf img {
	display: inline-block;
	vertical-align: middle;
	margin-right:6px;
}
.amores{
	padding:30px 0;
	text-align: center;
}
.amores a{
	background: #f16100;
	padding:8px 30px;
	color:#fff;
	display: inline-block;
}
.pa:link,.pa:visited {
	font-size: 14px;
	color: #333333;
	margin-right:6px;
	padding:7px 15px;
	background: #e5e5e5;
}
.pa:hover{
	background: #ccc;
	text-decoration: none;
}
.paon {
	font-size: 14px;
	color: #333333;
	margin-right:6px;
	padding:7px 15px;
	background: #e5e5e5;
}
.paon2 {
	font-size: 14px;
	color: #ffffff;
	margin-right:6px;
	padding:7px 15px;
	background: #009b9e;
}
.bg{
	background: #eeeeee;
	padding-bottom:30px;
	padding-top:1px;
	margin-top:30px;
}
.banline{
	background: url(../images/banline.png) repeat-x;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:8px;
	z-index:99;
	margin-top:-2px;
}
.home_ico{
	background: url(../images/home.png) no-repeat 0 center;
}
.home_ico:hover{
	background: url(../images/home2.png) no-repeat 0 center;
}
.footline{
	background: url(../images/footline.png) no-repeat right bottom;
	height:30px;
}
.footer{
	background:#009b9e;
	color:#fff;
	font-size:14px;
	text-align: left;
	line-height:26px;
	padding:25px 0;
	color:#eee;	
}
.footer a{
	color:#eee;
}
.footer a:hover{
	color: #fff;
}
.footer li{
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.footer li p{
	font-size:18px;
	padding-bottom:15px;
	color:#fff;
}
.footer li ul li{
	display: inline-block;
	width:100%;
}
.footbg{
	background: #131727;
	color:#fff;
	text-align: center;
	line-height: 44px;
}
.f1{
	width:18%;
}
.f2{
	width:30%;
}
.f3{
	width:12%;
	float:right;
	text-align: left;
}
.f3 img{
	width:110px;
	height:auto;
}
.ftel{
	background: url(../images/f_ic.png) no-repeat 0 -76px;
	width:25px;
	height:20px;
	display: inline-block;
	vertical-align: middle;
	margin-right:5px;
}
.fmail{
	background: url(../images/f_ic.png) no-repeat 0 -41px;
	width:25px;
	height:20px;
	display: inline-block;
	vertical-align: middle;
	margin-right:5px;
}
.fadd{
	background: url(../images/f_ic.png) no-repeat 0 0;
	width:25px;
	height:20px;
	display: inline-block;
	vertical-align: middle;
	margin-right:5px;
}
.footer li ul li p{
	width:96px;
	text-align: center;
	font-size:12px;
	font-weight: normal;
}
.c_date{
   position: absolute;
   right:0;
   top:10px;
   font-size:12px;	
}
.ban{
	width:100%;
	position: relative;
}
.ban img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0 auto;
}
.leftBox{
	float:left;
	width:26%;
	padding-bottom:30px;
}
.rightBox{
	float:right;
	width:70%;
	padding-bottom:30px;
}
.con_title{
   font-size:13px;   
	color:#666;
	line-height:40px;
	box-sizing: border-box;
	background: #f0f0f0;
}
.con_title img{
	margin-right:6px;
	width:14px;
	height:auto;
	display: inline-block;
	vertical-align: middle;
}
.con_title a:hover{
	color:#dd0000;
}
.con_info{
	font-size:14px;
	line-height:26px;
	padding:25px 0;
	min-height:400px;
	height:auto;
}
.con_info img{
	max-width:100%;
	height:auto;
}
.con_info ul{
	width:101.5%;
	overflow: hidden;
}
.con_info li{
	float:left;
	width:50%;
	margin-bottom:12px;
}
.leftNav{
	border-bottom:1px solid #e5e5e5;
	padding:30px 0;
	text-align: center;
}
.leftNav li{
	display: inline-block;
	vertical-align: middle;
	padding:0 30px;
	margin:0 10px;
	font-size:15px;
	background: #f6f6f6;
	line-height:36px;
	cursor: pointer;
	border:1px solid #cecece;
	border-radius:20px;
}
.leftNav li a{
	display: block;
}
.leftNav .lefton{
	background: #009b9e;
	border:1px solid #009b9e;
}
.leftNav .lefton a{
	color:#ffffff;
}
.leftNav li:hover{
	background: #009b9e;
	border:1px solid #009b9e;
}
.leftNav li:hover a{
	color:#ffffff;
}
.news_list li{
	font-size:14px;
	line-height: 26px;
	padding:20px 20px 20px 290px;
   position: relative;
   min-height:140px;
   height:auto;
	border-bottom:1px dashed #dddddd;
}
.news_list li p{
	font-size:20px;
	margin-bottom:8px;
}
.newpic{
	position: absolute;
	width:250px;
	height:140px;
	left:0;
	top:20px;
	background-size:cover;
	background-position: center center;
}
.nmore{
	margin-top:10px;
}
.nmore a{
	color:#009b9e;
}
.nmore a:hover{
	text-decoration: underline;
}
.c_dates{
	font-size:14px;
	padding:3px 0;
}
.p_tit{
	text-align: center;
	display: block;
	font-size:30px;
	line-height:60px;
	margin:50px 0 20px 0;
	color:#009b9e;
	border-bottom:1px solid #e5e5e5;	
}
.p_tit i{
	width:60px;
	display: block;
	margin:0 auto;
	margin-bottom:-2px;		
	border-bottom:3px solid #fec905;
}
.tit2{
	border-bottom:none;
	border-top:1px solid #e5e5e5;	
	margin-bottom:40px;
	padding-top:20px;
}
.p_title{
	color:#000000;
	font-size:18px;
	line-height: 40px;
	margin-bottom:20px;
	border-bottom: 1px solid #ddd;
}
.p_title p{
	display: inline-block;
	border-bottom:2px solid #f16100;
	margin-bottom:-1px;
	padding:0 5px;
}
.news_title{
	font-size:22px;
	color:#222222;
	line-height:40px;
	border-bottom: 1px dashed #dddddd;
	margin-bottom:18px;
	text-align: center;
}
.news_title span{
	font-size:14px;
	font-weight:normal;
	display: block;
	color:#777777;
}
.news_title img{
	display: inline-block;
	vertical-align: middle;
	margin-right:10px;
}
.bimg{
	width:100%;
	text-align: center;
	border:1px solid #dddddd;
}
.pages{
	text-align: center;
	margin:20px 0;
}
.hpro{
	height:180px;
	overflow: hidden;
	border:1px solid #e5e5e5;
	box-sizing: border-box;
	background: #fff;
	margin-bottom:5px;
	text-align: center;
	padding:0;
}
.hpro span{
	display: inline-block;
	vertical-align: middle;
	height:100%;
}
.hpro img{
	max-width:100%;
	max-height:100%;
	width:auto;
	height:auto;
	vertical-align: middle;	
	transition: all 0.4s;
}
.hpro img:hover{
	transform: scale(1.2);
}
.swiper-slide{
	text-align: center;
}
.swiper-slide img{
	max-width:100%;
	height:auto;
}
.aboutbg{
	padding-top:1px;
	margin-top: 30px;
	width:100%;
	background: url(../images/bg1.jpg) no-repeat center top;
}
.aboutbg p{
	font-size:14px;
	font-weight: normal;
	padding-top:3px;
}
.home_pro{
	display: none;
}
.swiper3{
	padding-top:20px;
}
.swiper3 p{
	font-size:18px;
	line-height: 30px;
	background: #009b9e;
	color:#ffffff;
	padding:10px;
	transition:all 0.3s;
}
.swiper3 p span{
	font-size:14px;
	font-weight: normal;
	display: block;
}
.swiper-slide3{
	box-sizing: border-box;	
}
.swiper-button-next1{
	position: absolute;
	top:46%;
	right:20px;
	width:46px;
	height:46px;
	background: url(../images/arrow_r.png) no-repeat center center;
}
.swiper-button-prev1{
	position: absolute;
	top:46%;
	left:20px;
	width:46px;
	height:46px;
	background: url(../images/arrow_l.png) no-repeat center center;
}
.swiper2{
	display:none;
}
.linkbox{
	border:1px solid #cccccc;
	border-bottom:none;
	overflow: hidden;
}
.linkbox img{
   max-width:100%;
   height:auto;
   transition:all 0.3s;
}
.swiper-slide3:hover img{
	transform: scale(1.1);
}
.swiper-slide3:hover p{
	background: #11b0b3;
}
.home_about{
   padding:0 50px;
   font-size:14px;
   line-height: 24px;
   text-align: center;
}
.home_about_list{
	font-size:0;
	padding:30px 0;
}
.home_about_list ul{
	width:102%;
}
.home_about_list li{
	display:inline-block;
	vertical-align: top;
	width:31.33%;
	margin-right:2%;
	font-size:14px;
	line-height: 25px;
}
.home_about_list li p{
	font-size:19px;
	line-height: 40px;
	text-align: center;
	color:#222222;
}
.home_about_list li img{
	max-width:100%;
	height:auto;
}
.home_cert_tit{
	font-size:15px;
	font-weight: bold;
	color:#1561ab;
	line-height: 30px;
	margin-bottom:5px;
	position: relative;
}
.home_cert{
	float:right;
	width:19%;
	position: relative;
	border-left:1px dotted #dfdfdf;
	padding-left:3%;
	padding-bottom:25px;
}
.cmores{
	position: absolute;
	right:0;
	top:0;
}
.cmores a{
	background: #999;
	color:#fff;
	font-size:12px;
	line-height: 20px;
	font-weight: normal;
	border-radius: 15px;
	padding:1px 8px;	
}
.cmores a:hover{
	background: #1561ab;
}
.home_news_pic{
	height:140px;
	background-size:cover;
	background-position: center center;
}
.home_news_title{
	height:36px;
	background: url(../images/home04.jpg);
}
.home_news_info{
	font-size:12px;
	line-height:22px;
	padding:13px;
	color:#666666;
	background: url(../images/home05.jpg);
}
.newsk{
	padding:5px 0;
	border-bottom:1px dashed #dddddd;
}
.swiper img{
	 width:100%;
	 height:auto;
}
.con_info2{
   background: #e0eefb;
   padding:10px;
   font-size:12px;
   line-height: 22px;
   color:#333333;
	border-top: 3px solid #0086d0;
	border-bottom: 3px solid #0086d0;
	margin-bottom:15px;
}
.stit{
	float:right;
	font-size:12px;
	color:#777777;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding-right:15px;
}
.con_l{
	float:left;
	width:46%;
	margin-top:35px;
}
.con_r{
	float:right;
	width:50%;
	line-height: 26px;
	font-size:14px;
}
.con_pic{
	float:left;
	width:82%;
}
.con_pic img{
	max-width:100%;
	max-height:100%;
	width:auto;
	height:auto;
	vertical-align: middle;
}
.promore{
	width:15%;
	float:right;
}
.promore li{
	position: relative;
	cursor: pointer;
	margin-bottom:7px;	
}
.promore li img{
	max-width:100%;
	height:auto;
	opacity: 0.7;
	display: block;
}
.promore li.hover img{
	opacity: 1;
}
.sfoot,.mob-tit{
	display:none;
}
.drawer-hamberger {
	top: -50px;
}
.certpic{
	height:192px;
	text-align: center;
	padding:0;
	border:1px solid #ddd;
	box-sizing: border-box;
	overflow: hidden;
	background: #fff;
}
.certpic span{
	height:100%;
	display: inline-block;
	vertical-align: middle;
}
.certpic img{
	max-width:100%;
	max-height:100%;
	width:auto;
	height:auto;
	vertical-align: middle;
	transition: all 0.4s;
}
.certpic:hover img{
	transform: scale(1.2);
}

.bottom1{
	margin-top:30px;
}
.home1{
	float:left;
	width:31%;
	margin-right:4.5%;
}
.home2{
	float:left;
	width:31%;
}
.home3{
	float:right;
	width:28%;
}
.home1 img,.home1 img{
	max-width:100%;
	height:auto;
}
.home_tit{
	border-top:1px solid #e5e5e5;
	line-height: 46px;
}
.home_tit p{
	color:#000;
	font-size:15px;
	display: inline-block;
	border-top:2px solid #1561ab;
	margin-top:-2px;
}
.home_tit span{
	display: inline-block;
	font-size:12px;
	color:#999;
	margin-left:10px;
	text-transform: uppercase;
}
.mors{
	text-align: right;
	padding-top:15px;
}
.mors a{
	font-size:12px;
	color:#888;
}
.mors a:hover{
	color:#e7781b;
	text-decoration: underline;
}
.home_info{
	padding-top:15px;
	font-size:13px;
	line-height: 22px;
	color:#666;
}
.home_news_box{
	float:left;
	width:36%;
	color:#555;	
	background: #ffffff;
	padding:20px 2% 0 0;
	box-sizing: border-box;
}
.home_news_box p{
	line-height: 25px;
	font-size:19px;
	height:25px;
	overflow: hidden;
	margin:15px 0;
}
.newsinfo{
	line-height: 20px;
	padding-top:0;
	color:#666;
}
.home_news{
	float:right;
	width:58%;
	background: #ffffff;
	padding:20px 0 0 3%;
	box-sizing: border-box;
}
.home_news li{
	font-size:14px;
	line-height: 24px;
	position: relative;
	padding:13px 100px 12px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom:1px dashed #ddd;
}

@media screen and (max-width:1200px) {
   .wrap{
   	width:98%;
   }
	.toplogo{
		width:15%;
		height:80px;
		padding:5px 0;
	}
	.nav{
		width:85%;
	}
	.nav li{
		margin-left:55px;
	}
	.swiper3 p{
		font-size:18px;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
	}
	.home_about_list ul{
		width:100%;
	}
	.home_about_list li{
		width:31.33%;
		margin:0 1%;
	}
	.home_news_box{
		width:43%;
	}
	.home_news{
		width:55%;
		padding:20px 0 0 1%;
	}
	.prolist ul{
		width:100%;
	}
	.prolist li{
   	width:31.33%;
   	margin:0 1% 30px 1%;
	}
	.formbox ul{
		width:100%;
		padding-left:15px;
		box-sizing: border-box;
	}
	.cons h2{
		font-size:20px;
	}
	.certlist ul{
		width:100%;
	}
	.certlist li{
   	width:23%;
   	margin:0 1% 20px 1%;
	}
}
@media screen and (max-width:880px) {
   .nav li{
		margin-left:30px;
		line-height:90px;
	}
	.nav li a{
		font-size:15px;
	}
	.nav .current a{
		line-height: 84px;
	}
	.space{
		height:90px;
	}
	.p_tit{
		font-size:25px;
		line-height:50px;
		margin:30px 0 10px 0;
	}
	.home_news_box,.home_news{
		float:none;
		width:100%;
		padding:0;
	}
	.home_news_box{
		position: relative;
		padding:10px 20px 0 320px;
		min-height:110px;
		height:auto;
		margin-bottom:10px;
	}
	.home_news_pic{
		position: absolute;
		left:0;
		top:0;
		width:300px;
		height:110px;
	}
	.home_news_box p{
		font-size:19px;
		margin:0 0 10px 0;
	}
	.home_news li{
		padding:8px 100px 8px 0;
	}
	.footer .f3{
		display: none;
	}
	.f1{
		width:20%;
	}
	.f2{
		width:38%;
	}
	.prolist li p{
		padding:12px 10px 0 10px;
		font-size:15px;
	}
	.picsk{
		height:200px;
	}
	.news_list li p{
		font-size:18px;
	}
	.news_title{
		font-size:19px;
		line-height:36px;
		margin-bottom:10px;
	}
	.cons{
		padding:10px;
		font-size:14px;
		line-height: 26px;
	}
	#dituContent{
		position: relative;
		width:100%;
		top:20px;
	}
	.con_l,.con_r{
		float:none;
		width:100%;
	}
}
@media screen and (max-width:740px) {
   .header,.flink,.leftBox,.home_news_pic,.banner1,.ban,.con_l,.con_title,#dituContent,.leftNav,.home_news_box,.c_date,.swiper3,.footer .f1,.swiper-button-prev,.swiper-button-next{
   	display:none;
   }
   .banner2{
   	display: block;
   }
   .toplogo2{
	   height:50px;
	   width:100%;
	   padding:2px 6px;
	   box-sizing: border-box;
	   position: fixed;
	   top:0;
	   display: block;	   
	   background: #ffffff;
	   z-index:99;
	   border-bottom:1px solid #e5e5e5;
   }
   .toplogo2 img{
   	height:100%;
   	width:auto;
   	margin-bottom:-3px;
   }
   .space{
	   height:90px;
   }
   .swiper{
   	margin-top:-40px;
   }
   .mob-tit {
		position:fixed;
		top:50px;
		width:100%;
		z-index:99;
		display: block;
		background: #009b9e;
		color: #fff;
		text-align: center;
		font-size: 19px;
		line-height: 36px;
	}
	.mob-tit span{
		width:25px;
		display: inline-block;
	}
	.mob-tit img{
		width:20px;
		height:auto;
		padding-left:6px;
	}
	.moblist {
		position: absolute;
		top: 0;
		z-index: 99;
		margin-top: 36px;
		width: 100%;
		height:256px;
		overflow-y:auto; 
		text-align: center;
	}
	.moblist li {
		border-bottom: 1px solid #fff;
		background: #eee;
		font-size: 15px;
		line-height: 36px;
	}
	.moblist li a {
		display: block;
	}
	.drawer-hamberger {
		top: auto;
	}
	.p_tit{
		font-size:20px;
		line-height:40px;
		margin:10px 0;
	}
	.swiper3{
		padding-top:10px;
	}
	.home_news_box{
		padding:10px 0 0 0;
	}
	.f2{
		width:100%;
	}
	.home_about_list{
		font-size:0;
		padding:10px 0;
	}
	.home_about_list li{
		width:98%;
		margin-bottom:20px;
	}
	.home_pro{
		display: block;
		font-size:0;
		padding-top:6px;
	}
	.home_pro li{
		width:48%;
		display: inline-block;
		vertical-align: top;
		margin:0 1% 10px 1%;
	}
	.home_pro li p{
		font-size:16px;
		line-height: 22px;
		color:#ffffff;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		padding:5px;
		background: #009b9e;
	}
	.home_pro li p span{
		font-size:13px;
		display: block;
		padding-top:1px;
	}
	.linkbox{
		border:1px solid #ddd;
	}
	.home_news li{
		padding:10px;
	}
	.con_info,.cons{
		font-size:16px;
		padding:10px 0 10px 0;
	}
	.cons{
		min-height:auto;
	}
	.cons h2{
		margin:0;
		padding-bottom:10px;
		font-size:18px;
	}
	.certlist{
		padding-top:10px;
	}
	.certlist li{
   	width:48%;
   	margin:0 1% 10px 1%;
   	padding:0 5px;
   	border:none;
	}
	.news_list li{
		padding:5px 0 5px 135px;
	}
	.newpic{
		width:120px;
		height:80px;
		top:5px;
	}
	.news_title{
		font-size:18px;
		line-height:26px;
		margin-bottom:10px;
	}
	.formbox ul{
		padding-left:10px;
	}
	.formbox .b1{
		width:98%;
		margin-right:0;
	}
	.formbox .b2{
		width:98%;
	}
	.formbox li{
		padding:5px 0;
	}
	.formbox li span{
		width:25%;
		display: inline-block;
	}
	.sousuo{
		width:75%;
	}
	.prolist{
		padding-top:10px;
	}
	.prolist li{
		width:48%;
		margin-bottom:12px;
	}
	.prolist li p,.prolist li p span{
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
	}
	.picsk{
		height:auto;
	}
	.pm{
		padding-left:10px;
		padding-bottom:10px;
	}
	.title{
		color:#222222;
		font-size:14px;	
		line-height:30px;
		margin-bottom:10px;
		margin-top:10px;
	}
	.title p{
		font-size:20px;
	}
	.swiper2{
		display:block;
	}
	.con_r{
		padding:10px;
		box-sizing: border-box;
	}
	.news_list li{
		min-height:auto;
	}
	.news_list li p{
		font-size:16px;
		line-height: 24px;
		margin-bottom:0px;
	}
	.news_list .newsinfo{
		display: none;
	}
	.news_list li .nmore{
		display:none;
	}
	.c_dates{
		color:#555555;
	}
	.prolist li:hover img{
		transform: scale(1);
	}
}