﻿/*通用类*/
*{
	margin:0;
	padding:0;		
}
body{		
	margin:0 auto;
	font-size:14px;	
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	text-align:justify;	
	color:#252525;
	overflow-x:hidden;
	position:relative;
}
h1,h2,h3{	
	font-weight:500;	
}
img{
	border:none;	
}
a{
	cursor:pointer;
	color:#252525;
	text-decoration:none !important;	
	outline:none !important;
}
a:hover{
	color:#345092;	
}
ul{
	list-style-type:none;	
	margin:0;
}
dl{
	margin:0;
	padding:0;	
}
em{
	font-style:normal;	
}
.lt{
	float:left;	
}
.rt{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
input,textarea{
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	outline:none;	
}
table{
	border-collapse:collapse;	
}
table td,table th{
	padding:0;	
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}
.line5{
	font-size:1px;height:5px;width:100%;clear:both;	
}
.line10{
	font-size:1px;height:10px;width:100%;clear:both;	
}
.line20{
	font-size:1px;height:20px;width:100%;clear:both;	
}
.ck_device{
	position:absolute;
	top:-300px;
}

/*所有设备公用 CSS*/
.wrapin{
	width:1200px;
	margin-left:auto;
	margin-right:auto;	
}

/*total*/



.header-mb{
	width:100%;
	height:50px;
	position:fixed;
	left:0;
	top:0;
	z-index:100;
	background:#fff;
	border-bottom:1px solid #ccc;
}
.header-mb .logo{
	float:left;
	margin-left:1%;
}
.header-mb .logo img{
	display:block;
	height:45px;
	width:auto;
	padding-top: 5px;
}
.header-mb-zw{
	height:51px;
	clear:both;
}
.nav-mb{
	position:fixed;
	right:0;
	top:0;
	z-index:100;	
	width:50%;
	height:100%;	
	padding-top:50px;
	display:none;
}
.nav-mbshow{
	display:block;
	background:url("../images/bg_22.png");	
}
.menu-btn{
	width:40px;
	height:30px;
	border:1px solid #ddd;
	border-radius:5px;	
	position:fixed;
	right:3%;
	top:10px;
	background:#fff url("../images/menu.png") no-repeat center center;
	z-index:110;
}
.menu-btnshow{
	background-image:url("../images/menu_close.png");	
}
.nav-mb dl{
	width:90%;
	margin:0 auto;	
	font-size:14px;
}
.nav-mb a{
	display:block;	
}
.nav-mb dt{
	height:40px;
	line-height:40px;
	border-bottom:1px solid #ccc;	
	
}
.nav-mb .down dt{
	
}
.nav-mb .par2{
	background:url("../images/add_btn.png") no-repeat right center;
}
.nav-mb .down .par2{
	background-image:url("../images/close_btn.png");
}
.nav-mb dd{
	line-height:30px;	
	display:none;
}
.nav-mb .down dd{
	display:block;	
}
.nav-mb dd a{
	color:#666;	
	padding:0 10px;
}

.header{
	height: 90px;
	background:rgba(255,255,255,1);
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	border-bottom:1px solid rgba(255,255,255,0.6);
}
.headerafter{
	background:#fff;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
}
.header .logo{
	position: absolute;
	left: 10px;
	top: 7px;
	display: block;
}
.header .logo img{
	display: block;
	height: 80px;
}
.header .logo2{
	position: absolute;
	left: 10px;
	top: 7px;
	display: none;
}
.header .logo2 img{
	display: block;
	height: 80px;
}
.headerafter .logo{
	display: none;
}
.headerafter .logo2{
	display: block;
}
.header .logo3{
	position: absolute;
	left: 10px;
	top: 0;
	display: none;
}
.header .logo3 img{
	display: block;
	height: 80px;
}
.header .tel{
	position: absolute;
	right: 0;
	top: 0;
	height: 91px;
	line-height: 91px;
	color:#fff;
	background:#3F6EAD url("../images/head_tel.png") no-repeat 15px center;
	padding:0 20px 0 50px;
}
.header .tel span{
	font-size:20px;
}

.pagepage{margin:60px auto 20px auto; width:100%; text-align:center;}
.pagepage a{
	display:inline-block;
	height:25px;
	line-height:25px;
	width:25px;
	border:1px solid #dcdcdc;
	margin:0 3px;
	text-decoration:none;
	color:#333;
	background-color:#FFF;
	font-size:11px;
}
.pagepage a:hover,.pagepage a.hover,.current a.hover{
	color:#fff;
	background:#C50520;
	border:#C50520 1px solid;
}

/*total*/

/*hm首页*/

.banner{
	width:100%;	
	position:relative;
	overflow:hidden;	
	cursor:pointer;
	margin-top: 90px;
}
.banner .swiper-slide{
	width:100%;	
	background-repeat:no-repeat;
	background-position:top center;
}
.banner .swiper-slide video{
	display: block;
	outline:none;
	width: 100%;
	height: auto;
}
.banner .swiper-slide img{
	display:block;
	width:100%;
	height:auto;
}
.banner .swiper-slide a{
	display:block;
	width:100%;	
	position: relative;
}
.banner .swiper-slide .tip{
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	height: 30px;
	line-height: 30px;
	margin-top:-15px;
	font-size:50px;
	color:#fff;
}
.banner .swiper-pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:10px;
  width: 100%;
}
.banner .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}
.banner .swiper-pagination-bullet-active {
  background: #fff;
}
.lybanner{ width: 100%; height: auto; margin: 0 auto;margin-top: 90px;}
.lybanner img{ width:100%; height: auto;float: left;}
.nav{
	width: 1100px;
	margin:0 auto;
}
.nav_in{
	float: left;
	width: 120px;
}
.nav_in .par{
	display: block;
	width: 115px;
	line-height: 90px;
	color:#fff;
	text-align: center;
	font-size:16px;
}

.nav_in .par:hover{
	background:url("../images/sjx.png") no-repeat  center 70px;
}




.headerafter .nav_in .par{
	color:#252525;
}
.nav_in .par2{
	background:url("../images/nav_in.png") no-repeat 100px center;
}
.headerafter .nav_in .par2{
	background-image:url("../images/nav_in2.png");
}
.nav_in .down{
	width:100%;
	height:auto;
	border:0px solid rgba(0,0,0,0.6);
	background:rgba(255,255,255,0.3);
	display:none;
}
.headerafter .nav_in .down{
	background:#fff;
}
.nav_in:hover .down{
	display: block;box-shadow:0 0 10px rgba(0,0,0,0.2);
}


.nav_in ul{
	float: left;
	width: 100%;
	padding:0 0;
	line-height: 40px;
}
.nav_in li{
	font-size:14px;
	text-align: center;
}
.nav_in li a{
	color:#345092;
	display: block;
	line-height: 40px;
}
.nav_in .down a:hover{ background: #3F6EAD;color: #fff;}
.nav_in .fg{
	float: left;
	height: 146px;
	margin:27px 0 0 0;
	border-left:1px solid #afcea2;
}
.nav_in .photo{
	width: 137px;
	height: 90px;
	margin:54px 0 0 25px;
	float: left;
	display: block;
}
.nav_in .photo img{
	display: block;
	width: 137px;
	height: 90px;
}

.bgbg1{
	background: #F7F7F7;
	border-top: 4px solid #3A3A3A;
	margin: 50px auto 10px;
	padding-bottom: 50px;

}

.bgbg2{

	margin: 50px auto 10px;
	padding-bottom: 50px;
	background-image: url("../images/bg2.jpg")

}

.bgbg3{
	margin: 50px auto 10px;
	padding: 50px 0px;
	background: #F2F2F2;
}
.liborder li .box{ border: #F2F2F2 1px solid}
.ca_slider{
		width: 75%;
		margin:0 auto 80px;
		min-width: 1300px;
	}
	.ca_slider .item{
		display: block;
		width: 96%;
		margin:0 auto;
		border-top:0px solid #eaeaea;
		text-align: center;
		background: #3A3A3A;
		
	}
	.ca_slider .photo{
		display: block;
		width: 100%;
		height:auto;
		border-bottom:0px solid #eaeaea;
	}
	.ca_slider .photo img{
		display: block;
		width: 100%;
		height:auto;
		margin: 0 auto;
	}
	.ca_slider .name{
		line-height: 4;
		color: #ffffff;
		 
		
	}
	.ca_slider .item:hover{
		background: #3f6ead;
	}

	.ca_ctrl{
		margin:40px 0;
		height: 10px;
		text-align: center;
	}
	.ca_ctrl .cbtn{
		width: 85px;
		height: 11px;
		display: inline-block;
		margin:0 10px;
		text-align: center;
		cursor: pointer;
	}
	.ca_ctrl .pre{
		background:url("../images/ca_pre.png") no-repeat center center;
	}
	.ca_ctrl .next{
		background:url("../images/ca_next.png") no-repeat center center;
	}
	
	.ca_ctrl .pre:hover{
		background:url("../images/ca_pre2.png") no-repeat center center;
	}
	.ca_ctrl .next:hover{
		background:url("../images/ca_next2.png") no-repeat center center;
	}	


.hm_pros{
	width: 74%;
	margin:0 auto;
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
	min-width: 1300px;
}
.hp_item{
	width: 24%;
	height: auto;
	border-radius:10px;
	border:1px solid #e5e5e5;
	background:#fff;
	margin-top:77px;
	position: relative;
	text-align: center;
	padding-bottom: 10px
	
}
.hp_item .photo{
	display: block;
	width: 154px;
	border-radius:100%;
	height: 154px;
	border:5px solid #6F6F6F;
	overflow: hidden;
	position: absolute;
	top: -80px;
	left: 50%;
	margin-left:-80px;
	background: #fff;
	text-align: center;
	vertical-align: middle;
}
.hp_item .photo img{
	display: block;
	width: 70px;
	height: 70px;
	margin: 40px auto 0px;
	
}
.hp_item dl{
	padding:100px 20px 0 20px;
}
.hp_item dt{
	height: 50px;
	line-height: 50px;
	font-size:18px;
	color:#333;
}
.hp_item dd{
	height: 75px;
	line-height: 25px;
	color:#999;
	font-size:14px;
}
.hp_item .seea{
	display: block;
	width: 128px;
	height: 25px;
	line-height: 25px;
	border-radius:13px;
	border:1px solid #fff;
	background:#0360b8;
	font-size:14px;
	color:#fff;
	margin:20px auto;
}
.hp_item:hover{
	color:#fff;
	background:#0360b8;
}
.hp_item:hover dt{
	color:#fff;
}
.hp_item:hover dd{
	color:#fff;
}
.hp_item:hover .seea{
	border-color:#1f71c0;
}


.hm_fri{
	/*
	background:url("../images/fribg.png?v=1") repeat top center;
	*/
	
	height: 300px;
	
	width: 100%;
	margin: 0 auto;
}
.hm_fri .head{
	text-align: center;
	padding:20px 0 20px 0;background: #f2f2f2;
}
.hm_fri .head dt{
	height: 65px;
	line-height: 65px;
	padding-bottom:2px;
	font-size:32px;
	font-weight: bold;
	color:#C50520;
	position: relative;
}
.hm_fri .head i{
	background:#a3b3d3;
	width: 20px;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left:-10px;
}
.hm_fri .head dd{
	height: 40px;
	line-height: 40px;
	font-size:18px;
}
.fri_slider{
	width: 77%;
	margin:0 auto;
	height: 80px;
	position: relative;
	overflow: hidden;
	margin-top: 40px;
}
 
.fri_slider .link{
	display: block;
	width: 200px;
	height: 80px;
	margin:0 auto;
}
.fri_slider .link img{
	display: block;
	width: 200px;
	height: 80px;
}
.fri_slider .cbtn{
	width: 20px;
	height: 80px;
	position: absolute;
	top: 0;
	z-index: 20;
	cursor: pointer;
}
.fri_slider .my-prev{
	left: 0px;
	background:url("../images/fri_pre.png") no-repeat center center;
	z-index:99;
}
.fri_slider .my-next{
	right: 0px;
	background:url("../images/fri_next.png") no-repeat center center;
	z-index:99;
}
.clear_f{clear:both; height:0px; padding:0px; margin:0px; display:block; _display:inherit;}
.aboutus{ width: 74%; margin: 0 auto 50px;min-width: 1300px;}
.aboutus .aboutusleft{ width: 35%; float:left;}
.aboutus .aboutusleft img{ width: 100%; height: auto}
.aboutus .aboutusright{ width: 60%;float:right; line-height: 30px; font-size: 16px;}
.aboutus .aboutusright p{ padding-bottom: 10px;}


.moremore{ padding:15px 0 0px; text-align: center; line-height: 36px;font-size: 14px;}
.moremore a{margin: 0 0.5em; padding: 0 1.5em; display: inline-block; overflow: hidden;border: 1px solid #ababab;border-radius:1.3em;}
.moremore a i.iconfont{font-size: 20px;float:left;padding-right:5px; display: inline-block;-webkit-text-stroke-width: 0;}
.moremore a:hover,.moremore a.hover{background: #C50520;border-color: #C50520;color: #fff;}



.moremore2{ padding:15px 0 0px; text-align: center; line-height: 36px;font-size: 14px;}
.moremore2 a{margin: 0 0.5em; padding: 0 2.5em; display: inline-block; overflow: hidden;border: 1px solid #ababab;border-radius:1.3em;background: #ffffff;}
.moremore2 a i.iconfont{font-size: 20px;float:left;padding-right:5px; display: inline-block;-webkit-text-stroke-width: 0;}
.moremore2 a:hover,.moremore a.hover{background: #C50520;border-color: #C50520;color: #fff;}


.wal{width:75%; min-width: 1300px; margin:0px auto;}
.wal2{width:75%; min-width: 1300px; margin:0px auto;}

.pageBox{ padding: 50px 0 50px; }
.pageBox2{ padding: 50px 0 55px; }
.pageBox3{ padding: 50px 0 50px; }
.pageBox4{ padding: 50px 0 0px; }

.pageTop{ border-bottom: #ececec solid 1px; height: 72px; }
.pageTop .wal{ position: relative; height: 72px; }
.pageNow{ padding-left: 23px; height: 72px; line-height: 72px;  color: #a2a2a2; overflow: hidden; background: url(../images/nimg17_1.png) left center no-repeat;}
.pageNow a{ color: #a2a2a2; }
.pageNow a:hover{ color:#3F6EAD;}
.pageNow em{ color: #3F6EAD; }


.pageNav{ height: 72px; position: absolute; right: 0px; top: 0px; }
.pageNav li{ float: left;  height: 72px; font-size: 15px;}
.pageNav .li01{  }
.pageNav li a{ display: block; height: 72px; line-height: 72px; text-align: center; color: #636363; margin: 0 1px; padding: 0 15px;}
.pageNav li a:hover, .pageNav li .aNow{ color: #fff; background: #3F6EAD;}

.pageNav2{ height: 72px; position: absolute; right: 0px; top: 0px; width: 75%;}
.pageNav2 li{ float: left;  height: 36px; font-size: 14px;}
.pageNav2 .li01{  }
.pageNav2 li a{ display: block; height: 36px; line-height: 36px; text-align: center; color: #636363; margin: 0 1px; padding: 0 15px;}
.pageNav2 li a:hover, .pageNav2 li .aNow{ color: #fff; background: #3F6EAD;}


.pageTitleTel{ height:50px; background:#ddd; position:relative; font-size:14px; display:none;}
.sideTitleTel{ width:100%; height:50px; position:absolute; left:0px; top:0px;}
.sideTitleTel .con{ font-size:16px; height:50px; line-height:50px; position:relative; padding-right:10px;}
.sideTitleTel .con a{ color: #fff; display:block; height:50px; padding-left:15px; background:url(../images/ico5.png) right center no-repeat; background-size: 16px;}
.sideTitleTel .con.on a{ background:url(../images/ico5on.png) right center no-repeat; background-size:16px;}
.sideTitleTel .con em{ display:block; color:#fff; padding-left: 15px;}

.sideTitleNav{ position:absolute; top:50px; z-index:10; width:100%; background:#faf9f9; display:none; box-shadow:0 1px 5px rgba(35,25,25,0.2); -moz-box-shadow:0 1px 5px rgba(35,25,25,0.2); -webkit-box-shadow:0 1px 5px rgba(35,25,25,0.2);}
.sideTitleNav li{ height:43px;}
.sideTitleNav li a{ display:block; height:42px; line-height:42px; padding-left:15px; color:#666; border-bottom:#e2e2e2 solid 1px; background:#faf9f9;}

 



.about{ overflow: hidden; padding-bottom: 70px; }
.about .leftCon{ width: 800px; }
.about .leftCon2{ width: 98%; }
.about .txt1{ font-size: 24px; color: #29292c; padding: 0px 0 20px;}
.about .txt2{ font-size: 48px; color: #29292c; text-transform: uppercase; padding-bottom: 40px; }
.about .content{ font-size: 16px; color: #a0a3a8; line-height: 30px;}
.about .content img{ max-width: 100%; height: auto}
.about .content table tr td{ padding-left: 5px; }

.about table tr td{ font-size: 14px;}

.about .rightDiv{ width: 500px; }
.aboutPic{ position: relative; }
.aboutPic .imgDiv img{ width: 100%; height: auto;float: left;}
.aboutPic .slick-prev{ position: absolute; left: -62px; bottom: 0px; display: block; width: 62px; height: 62px; background: url(../images/nimg62_left.png) no-repeat center; z-index: 3;}
.aboutPic .slick-next{ position: absolute; left: 0px; bottom: 0px; display: block; width: 62px; height: 62px; background: url(../images/nimg62_right.png) no-repeat center; z-index: 3;}
.aboutPic .slick-prev:hover{ background: url(../images/nimg62_lefton.jpg) no-repeat center;}
.aboutPic .slick-next:hover{ background: url(../images/nimg62_righton.jpg) no-repeat center;}

.fl{float:left;}
.fr{float:right;}

.productBox{ background: #f5f5f5; padding: 30px 0 85px;}
.product .tab2{ padding-bottom: 60px; }
.product .tab2 li{ float: left; width: 16.66%; text-align: center; }
.product .tab2 li .limg .img1{ display: none; }
.product .tab2 li .name{ font-size: 16px; color: #5c5c60; padding-top: 10px; }
.product .tab2 .liNow .name{ color: #37c3e3; font-weight: bold; }
.product .tab2 .liNow .limg img{ display: ; }
.product .tab2 .liNow .limg .img1{ display: inline-block; }
.product .list ul{ margin-right: -30px; }
.product .list li{ float: left; width: 50%; margin-bottom: 30px; }
.product .list li .box{ margin-right: 30px; background: #fff; position: relative; height: 300px; overflow: hidden; transition:all 0.3s; -moz-transition:all 0.3s; -ms-transition:all 0.3s; -o-transition:all 0.3s; -webkit-transition:all 0.3s;}
.product .list li a{ position: relative; display: block; width: 100%; height: 100%; }
.product .list li .imgDiv{ position: absolute; right: 0px; top: 0px; overflow: hidden;}
.product .list li .imgDiv img{ transition:2s;-moz-transition:2s;-webkit-transition:2s;-o-transition:2s;display: ;max-width:300px;}
.product .list li .name{ padding: 65px 0 0 40px; font-size: 36px; color: #000; }
.product .list li .msg{ padding: 10px 0 0 40px; height: 30px; line-height: 30px; overflow: hidden; font-size: 24px; color: #000; }
.product .list li .content{ color: #777; font-size: 14px; line-height: 24px; padding: 30px 0 0 40px; height: 48px; overflow: hidden; width: 275px; }
.product .list li:hover .box{ -webkit-box-shadow: 0 17px 40px 0 hsla(230,9%,48%,.2); box-shadow: 0 17px 40px 0 hsla(230,9%,48%,.2); -webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0);}
.product .list li:hover .imgDiv img{ transform:scale(1.1);-webkit-transform:scale(1.1);}

.proMsg{ height: 58px; background: #1a1a1a; }
.proMsg .name{ color: #fff; line-height: 58px; font-size: 30px; font-weight: bold; }
.proMsg .list li{ float: left; margin-left: 58px; line-height: 58px; font-size: 16px;}
.proMsg .list li a{ color: #777b80; }
.proMsg .list .liNow{ color:#fff;}
.proMsg .list li a:hover, .proMsg .list li .aNow{ color: #fff;}
.proMsg .list li .btn1{ margin-top: 12px; display: block; width: 102px; height: 34px; background: #37c3e3; border-radius: 4px; -moz-border-radius: 4px; line-height: 34px; text-align: center; color: #fff; }

.parameter{ padding:100px 0;}
.parameter .title{ text-align: center; color: #000; font-size: 24px; padding-bottom: 38px; }
.parameter .leftDiv{ padding-left: 70px; width: 503px;}
.parameter .rightDiv{ padding-right: 70px; width: 503px;}
.parameter .list{ border-left: #d9d9d9 solid 1px; border-top: #d9d9d9 solid 1px; }
.parameter .list li{ color: #a0a3a8; border-right: #d9d9d9 solid 1px; border-bottom: #d9d9d9 solid 1px; position: relative; height: 47px; padding-left: 250px; font-size: 14px; line-height: 47px;}
.parameter .list li em{ background: #f5f5f5; text-indent: 18px; position: absolute; left: 0px; top: 0px; width: 165px; border-right: #d9d9d9 solid 1px; height: 47px; color: #000; }
.parameter .rightDiv li{ padding-left: 210px;}

.news{ padding-bottom: 80px; }
.news .list ul{ margin-right: -72px; }
.news .list li{ float:  left; margin-bottom: 35px; width: 33.33%;}
.news .list li .box{ width: 352px; margin-right: 72px; height: 230px; border-bottom: #959595 solid 1px; -webkit-transition: all .2s linear; transition: all .2s linear;}
.news .list .li01 .box{ width: 776px; } 
.news .list li .imgDiv{ position: relative; }
.news .list li .imgDiv img{ width: 100%; }
.news .list li .name{ padding-top: 40px; height: 38px; line-height: 38px; font-size: 16px; font-weight: bold; overflow: hidden;}
.news .list li .name a{ color: #353535; }
.news .list li .name a:hover{ text-decoration: underline; }
.news .list li .content{ padding-top: 20px; line-height: 28px; height: 56px; overflow: hidden; }
.news .list li .content a{ color: #949494; }
.news .list li .botDiv{ padding-top: 25px; position: relative;}
.news .list li .time a{ color: #bfbfbf; }
.news .list li .add{ position: absolute; right: 0px; top: 25px; width: 11px; height: 11px;}
.news .list li .imgDiv2{ position: relative; }
.news .list li .imgDiv2 img{ width: 100%; }
.news .list li .wen{ position: absolute; left: 0px; bottom: 0px; width: 100%; height: 52px; background: url(bg1.png) repeat; }
.news .list li .name2{ padding-left: 38px; height: 52px; line-height: 52px; overflow: hidden; font-size: 16px; color: #fff; font-weight: bold; }
.news .list li .time2{ position: absolute; right: 40px; top: 0px; line-height: 52px; color: #fff; }
.news .list li:hover .box{ -webkit-transform: translate3d(0, -5px, 0); transform: translate3d(0, -5px, 0); }


.w237{ width:22%; overflow:hidden;}
.w903{ width:77%; border-right: #f3f3f3 solid 1px; overflow:hidden;}


.newShow{ width: 1000px;}
.newShow .name{ font-size: 24px; color: #000; font-weight: bold; padding-bottom: 15px; }
.newShow .time{ color: #bfbfbf; padding-bottom: 40px; border-bottom: #f3f3f3 solid 1px;}
.newShow .content{ padding: 30px 0 60px; font-size: 14px; line-height: 36px; color: #999; }
.newShow .imgDiv{ padding: 35px 0; }
.newShow .imgDiv img{ width: 845px; }

.pageDown{height:150px; position:relative;}
.pageDown .box{ border-top:#f3f3f3 dashed 1px; padding-top:45px;}
.pageDown .btn{position:absolute; display:block; top:58px; right:0px; width:128px; height:40px; background:#37c3e3; text-align: center; line-height:40px; color:#fff; font-size:14px; border-radius: 24px; -moz-border-radius: 24px;}
.pageDown li{ height:32px; line-height:32px; overflow:hidden; position:relative; font-size:14px;}
.pageDown li b{ color:#333;}

.sideNews li{ border-bottom: #959595 solid 1px; padding-bottom: 20px; margin-bottom: 20px;}
.sideNews li .imgDiv{ color:darkgray;}
.sideNews li .imgDiv img{ width: 100%; }
.sideNews li .name{ padding-top: 0px; line-height: 24px; height: 48px; font-weight: bold; color: #333; overflow: hidden; font-size: 14px;}
.sideNews li .time{ color: #bfbfbf; padding-top: 10px;}

.caselist{ width: 100%; margin: 0 auto;}
.caselist ul li{ width: 30.333%; float: left; margin: 15px 1%;box-shadow:0 0 10px rgba(0,0,0,0.2); text-align: center}
.caselist ul li .imgdiv{ width: 100%; height: auto; overflow: hidden}
.caselist ul li .imgdiv img{ width: 100%; height: auto;transition:2s;-moz-transition:2s;-webkit-transition:2s;-o-transition:2s;}
.caselist ul li .imgdiv img:hover{ transform:scale(1.1);-webkit-transform:scale(1.1);transition:2s;-moz-transition:2s;-webkit-transition:2s;-o-transition:2s;}

.caselist ul li .name{height: 60px; line-height: 60px;}
.caseti{ width: 50%; text-align: center; margin: 0 auto; font-size: 26px; font-weight: bold; line-height: 50px;}
.caseinfo{ width: 50%; text-align: center; margin: 0 auto;line-height: 50px;}

.contact{ padding-bottom: 80px; }
.contact .midDiv{ padding-top: 55px;padding-bottom: 55px; height: auto; background: #f4f4f4;  overflow:hidden;}
.contact .midDiv .logo{ width: 379px; padding-top: 60px; text-align: center; }
.contact .midDiv .lie{ padding-left: 52px; line-height: 30px;border-left: #ddd solid 1px;}
.contact .midDiv .lie li{ font-size: 14px; padding-left: 26px; position: relative; margin-bottom: 15px;}
.contact .midDiv .lie li img{ position: absolute; left: 0px; top: 4px; }
.contact .list{ padding-top: 70px; }
.contact .list ul{ margin-right: -28px; }
.contact .list li{ float: left; width: 25%; }
.contact .list li .box{ margin-right: 28px; border-bottom: #dedede solid 1px; padding-bottom: 15px;}
.contact .list li .name{ font-size: 18px; color: #333; height: 40px;}
.contact .list li .msg{ font-size: 14px; line-height: 30px; color: #777b80; }
.contact .mapDiv{ width:1200px;height:489px;}



@media screen and (min-width: 992px){

	.h_head{
		width: 75%;
		margin:0 auto;
		min-width: 1300px;
		padding:55px 0 55PX;
		text-align: center;
	}
	.h_head dt{
		font-size:28px;
		font-weight: bold;
		line-height: 36px;
	}
	.h_head dd{
		line-height: 30px;
		font-size:12px;
		color: #b8b8b8;
	}
	.h_head .xh{ width: 40px; margin: 0 auto; background: #F0070B; height: 3px;}

	.h_pro{
		width: 75%;
		margin:0 auto;
		min-width: 1300px;
	}
	.h_pros{
		width: 100%;
		margin:0 -0.5%;
	}
	.h_pro .itemyw{
		display: block;
		width: 30.333%;
		position: relative;
		overflow: hidden;
		float: left;
		margin: 0 1.5%;
		-webkit-box-shadow: 0px 7px 17px 3px #E4E4E4;
        -moz-box-shadow: 0px 7px 17px 3px #E4E4E4;
        box-shadow: 0px 7px 17px 3px #E4E4E4;
		border-radius: 10px;
		
	}
	.h_pro .itemyw img{ width: 100%; height: auto;}
	.h_pro .itemyw .inf{ width: 92%; margin:10px auto;line-height: 35px; text-align: center}
	.h_pro .tname{
		font-size: 20px;
		font-weight: bold;
	}
	.h_pro .tex{
		font-size: 16px;
		padding-bottom: 10px;
	}
	.h_pro .item{
		display: block;
		width: 19.8%;
		position: relative;
		overflow: hidden;
		float: left;
	}
	.h_pro .item img{
		display: block;
		width: 100%;
		height:auto;
	}
	.h_pro .name{
		width: 100%;
		position: absolute;
		left: 0;
		display: block;
		height: 200px;
		line-height: 200px;
		z-index: 20;
		top: 50%;
		margin-top:-100px;
		text-align: center;
		color:#fff;
		font-size:30px;
	}
	.h_pro .flog{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 10;
		background:rgba(12,1,73,0.6);
	}
	.h_pro .item:hover .flog{
		background:rgba(179,205,75,0.9);
	}
	.h_pro .item:hover .name{
		background:url("../images/sj.png") no-repeat bottom center;
	}
	.h_pro .fg{
		width: 0.25%;
		height: 10px;
		float: left;
	}

	.h_news{
		width: 73.5%;
		margin:0 auto;
		min-width: 1300px;
	}

	.ne_item{
		float: left;
		display: block;
		width: 40%;
		color:#fff;
		background:#22488d;
	}
	.ne_item img{
		display: block;
		width: 100%;
		height:auto;
	}
	.ne_item .name{
		padding-right:80px;
		position: relative;
	}
	.ne_item .namein{
		line-height: 30px;
		max-height:60px;
		font-size:16px;
		padding:10px;
		display:-webkit-box;
		-webkit-box-orient:vertical;
		overflow: hidden;
		text-overflow:ellipsis;
		-webkit-line-clamp:2;
	}
	.ne_item :hover{ color: #fff;}
	.ne_item .add{
		display: block;
		width: 80px;
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
		background:#c50520 url("../images/add.png") no-repeat center center;
		background-size: 40%;
	}
	.ne_right{
		width: 58%;
		float: right;
	}
	.nr_item{
		display: block;
		margin-bottom:30px;
		position: relative;
		padding:0 30px 0 100px;
	}
	.nr_item .date{
		position: absolute;
		left: 0;
		top: 0;
		width: 70px;
		height: 70px;
		background:#e6e6e6;
		text-align: center;
	}
	.nr_item .date dt{
		height: 20px;
		line-height: 20px;
		padding-top:10px;
	}
	.nr_item .date dd{
		height: 30px;
		line-height: 30px;
		font-size:20px;
		font-weight: bold;
	}
	.nr_item .inf dt{
		font-size:18px;
		line-height: 1.8;
	}
	.nr_item .inf dd{
		font-size:14px;
		line-height: 24px;
		color:#666;
	}
	.h_about{
		background:#f6f6f6;
		margin-top:20px;
	}
	.h_about .tps{
		height: 380px;
		background:url("../images/hab_top.jpg") no-repeat top center;
		position: relative;
	}
	.h_about .h_head{
		color:#fff;
	}
	.h_about .handle{
		position: absolute;
		bottom: 0;
		left: 5%;
		width: 90%;
	}
	.h_about .btn{
		width: 23.5%;
		float: left;
		height: 50px;
		line-height: 50px;
		text-align: center;
		background:rgba(30,60,130,0.5);
		color:#fff;
		font-size:20px;
	}
	.h_about .fg{
		width: 2%;
		height: 50px;
		float: left;
	}
	.h_about .hover{
		background:rgba(179,205,75,0.9);
	}
	.h_about .con{
		display: none;
		width: 90%;
		max-width:1300px;
		margin:0 auto;
		text-align: center;
		padding:80px 0;
	}
	.h_about .show{
		display: block;
	}
	.h_about .tb{
		padding-bottom:25px;
		background:url("../images/sli.png") no-repeat bottom center;
	}
	.h_about .tb dt{
		line-height: 2;
		font-size:30px;
	}
	.h_about .tb dd{
		font-size:18px;
		line-height: 2;
	}
	.h_about .intro{
		padding:30px 0 50px 0;
		line-height:2;
	}
	.h_about .item{
		width: 33.3333%;
		float: left;
		height: 76px;
		color:#fff;
		font-size:24px;
		padding-top:90px;
	}
	.h_about .item strong{
		font-size:40px;
	}
	.h_about .item1{
		background:url("../images/i1.png") no-repeat top center;
	}
	.h_about .item2{
		background:url("../images/i2.png") no-repeat top center;
	}
	.h_about .item3{
		background:url("../images/i3.png") no-repeat top center;
	}

	.ca_slider{
		width: 75%;
		margin:0 auto;
		min-width: 1300px;
	}
	.ca_slider .item{
		display: block;
		width: 90%;
		margin:0 auto;
		border:1px solid #eaeaea;
		text-align: center;
	}
	.ca_slider .photo{
		display: block;
		width: 100%;
		height:auto;
		border-bottom:1px solid #eaeaea;
	}
	.ca_slider .photo img{
		display: block;
		width: 100%;
		height:auto;
	}
	.ca_slider .name{
		line-height: 3;
	}

	.ca_ctrl{
		margin:40px 0;
		height: 10px;
		text-align: center;
	}
	.ca_ctrl .cbtn{
		width: 85px;
		height: 11px;
		display: inline-block;
		margin:0 10px;
		text-align: center;
		cursor: pointer;
	}
	.ca_ctrl .pre{
		background:url("../images/ca_pre.png") no-repeat center center;
	}
	.ca_ctrl .next{
		background:url("../images/ca_next.png") no-repeat center center;
	}

	
	
	.footer{
		clear: both;
		background:#e9e9e9;
		padding:25px 0;
	}
	.footer .wp{
		width: 75%;
		margin:0 auto;
		min-width: 1300px;
	}
	
	.footer .footerleft{ width: 50%;float:left; line-height: 25px;}
	.footer .footerright{ width: 40%;float:right;}
	
	.footer dl{
		float: left;
		width: 160px;
	}
	.footer dt{
		height: 74px;
		line-height: 74px;
		font-size:18px;
		position: relative;
		margin-bottom:10px;
	}
	.footer dt i{
		display: block;
		width: 40px;
		height: 2px;
		background:#fff;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.footer dd{
		line-height: 24px;
	}
	.ft_code{
		float: right;
		display: block;
		width: 229px;
		height: 229px;
		margin:50px 0 0 50px;
	}
	.footer_copy{
		line-height: 5;
		background:#3a3a3a;
		color:#fff;
	}
	.footer_copy .wp{
		width: 90%;
		margin:0 auto;
		text-align: center;
	}
	

}
.footer_copy a{
		color: #fff;
	}
/*在线咨询留言弹框*/

.float_tkTable{ clear:both; padding-top:8px; background: #ffffff; border-radius: 10px; background: rgba(255,255,255,0.8)}
.tk_label{ text-align: right}
.com_text{ font-family:'Microsoft YaHei'; color:#333; font-size:12px; line-height:20px; padding:5px; border:1px solid #e5e5e5; border-radius:3px;}
.tk_text{ width:60%;; height:20px;}
.mess_xx{ color:#ff0000; font-size:14px; line-height:32px; margin-left:8px; display:inline;}
.mess_ask{ padding-top:6px; color:#bdbdbd; font-size:13px;}
.tk_area{ width:90%; height:84px; overflow:hidden;}
.tk_input input{ display:inline-block; font-family:'Microsoft YaHei'; color:#FFF; font-size:14px; width:100px; height:32px; margin-right:10px; border:none; cursor:pointer;} 
.tk_sub{ background-color:#3862a2;}
.tk_reset{ background-color:#c7c7c7;} 
.com_text.cur{ color:#333; border:1px solid #009b4d;}


/* PC大屏幕 big star*/
@media screen and (min-width: 992px) and (max-width: 1450px) {

.visible-lg {display: block !important;}
.visible-lg-block {display: block !important;}
.visible-lg-inline {display: inline !important;}
.visible-lg-inline-block {display: inline-block !important;}
.hidden-lg{display:none !important;}

.header .logo{
	display: none;
}
.header .logo3{
	display: block;
}
.headerafter .logo2{
	display: none;
}
.ft_code{
	display: none;
}

.nav{
	width: 800px;
	margin:0 auto;
}
.nav_in{
	float: left;
	width: 100px;
}
.nav_in .par{
	display: block;
	width: 100px;
	line-height: 90px;
	color:#fff;
	text-align: center;
	font-size:16px;
}

.nav_in .par:hover{
	background:url("../images/sjx.png") no-repeat  center 70px;
}
	
.header .logo{
	position: absolute;
	left: 10px;
	top: 17px;
	display: block;
}
.header .logo img{
	display: block;
	height: 65px;
}
.header .logo2{
	position: absolute;
	left: 10px;
	top: 17px;
	display: none;
}
.header .logo2 img{
	display: block;
	height: 65px;
}
.headerafter .logo{
	display: none;
}
.headerafter .logo2{
	display: block;
}
.header .logo3{
	position: absolute;
	left: 10px;
	top: 0;
	display: none;
}
.header .logo3 img{
	display: block;
	height: 65px;
}

/* PC大屏幕 big end*/
}