* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	color: #313131;
}

ul,ol,li {
	list-style: none;
}
a {
	text-decoration: none;
}
a:hover {
	cursor: pointer;
}
div,ul,li {
	height: auto;
	overflow: hidden;
}
body {
	background: #FFFFFF;
	width: 100%;
	font-size: 14px;
}
img {
	vertical-align: middle;
	border: none;
}

.txthide{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;width: 100%;}
.txthide2{display: -webkit-box!important; -webkit-box-orient:vertical; -webkit-line-clamp:2; text-overflow: ellipsis; overflow: hidden; text-align: justify;}
.txthide3{display: -webkit-box!important; -webkit-box-orient:vertical; -webkit-line-clamp:3; text-overflow: ellipsis; overflow: hidden; text-align: justify;}

.contain {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;	
}

/*翻页*/
.fanye  {text-align: center;margin-top: 20px;}
	 .fanye a:nth-child(1) {display: none;}
	 .fanye a {border: 1px solid #ccc;padding: 2px 7px 2px 7px;font-size: 14px;color: #000;}
	 .fanye b {
    border: 1px solid #ccc;
    padding: 2px 7px 2px 7px;
    font-size: 14px;
    color: #fff;
    background:#1159a3;
   }

/*head*/
.top_one{
	width: 100%;
	height: 10px;
	background: #1159a3;
}
.head {
	height: 92px;
	line-height: 86px;
}

.head .logo {
	width: 20%;
}
.head .logo img{
	width: 100%;
}

.head .nav {
	width: 52.5%;
}
.nav .nnn>li {
	font-size: 16px;
	display: inline-block;
	width: 14.2%;
	float: left;
	text-align: center;
	position: relative;
	overflow: visible;
}

.nnn>li>span {
	position: absolute;
	line-height: 10px;
	bottom: -2px;
	font-size: 20px;
	color: #1f6cbc;
	left: 44.8%;
	z-index: 1;
	display: none;
}

.nnn>li>a {
	display: inline-block;
	color: #000;
	font-size: 16px;
	text-align: center;
}

.nnn>li:hover>a {
	border-bottom: 2px solid #d30102;
}

.nnn>li .xll {
	margin-left: -10px;
    position: absolute;
    top: 86px;
    left: -2px;
    width: 120px;
    background: #1f6cbc;
    z-index: 999;
    display: none;
    line-height: 40px;
}

.nnn>li .xll a{
	background: #1f6cbc  right center no-repeat;	
	width:120px;
	display: inline-block;
  	line-height: 40px;
	color: #FFFFFF;
}
.nnn>li .xll a:hover{
	background: #4496ec;
	color: #FFFFFF;
	font-weight: 700;
	border-bottom: 0px;
}

.nnn>li:hover>span {
	display: block;
}

.nnn>li:hover .xll {
	display: block;
}


/*顶部导航鼠标点击变颜�?*/
.head .nav a:hover {
  //color: #ff282d;
  border-style:solid;
  border-bottom-style:solid;
  border-bottom-color: #ff282d;
  border-left: 0px;
  border-right:0px ;
  border-top: 0px;
  padding-bottom: 3px;
}

/* banner */

.banner {
	border-bottom: 0px solid #1159a3;
    overflow: hidden;
    position: relative;
}

.banner img{display: block;width: 100%;}
.banner .swiper-pagination-bullet{width: 15px;height: 15px;border: 2px solid #1159a3;border-radius: 15px;opacity: .8;background-color: transparent;box-sizing: border-box;}
.banner .swiper-pagination-bullet-active{background-color: #1159a3;opacity: 1;}

/*notice*/
.notice {
	background: #ededed;
	height: 60px;
	line-height: 60px;
	font-size: 15px;
}
.ggbt {
	width: 70px;
}
.txtScroll-top {
	overflow: hidden;
	position: relative;
	width: 1130px;
}
.txtScroll-top .hd {
	overflow: hidden;
	height: 40px;
	padding: 0 10px;
	position: absolute;
	right: 0;
	top: 0;
}
.txtScroll-top .hd .prev,.txtScroll-top .hd .next {
	display: block;
	float: right;
	overflow: hidden;
	cursor: pointer;
}

.txtScroll-top .bd {
	height: 30px;
	line-height: 30px;
	margin: 15px 0;
	overflow: hidden;
	width: 700px;
}

.txtScroll-top .infoList li {
	height: 30px;
	line-height: 30px;
}

.txtScroll-top .infoList li .date {
	height: 30px;
	line-height: 30px;
}

/*news*/

.news{
	width: 100%;
}
.news-title{
	width: 100%;
}
.news-title img{
	width: 100%;
	margin: 0 auto;
}
.news-ul li{
	float: left;
	width: 31.3%;
	margin-right: 1%;
}
.li-title{
	color: #005ea6;
    font-size: 16px;
    line-height: 60px;
    
}
.time{
	margin-top: -4px;
}
.news-ul li p{
    line-height: 15px;
}
.news-ul li span{
	color: #88898a;
    line-height: 15px;
}
.news-text{
	margin-top: 20px;
	color: #88898a;
}
.btnMore {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 85px;
	height: 34px;
	border-radius: 5px;
	background: #202830;
	text-align: center;
	line-height: 34px;
	/*transition: all 1s;*/ /*效果实现的时�?*/
}

.btnMore a {
	color: #fff;
	font-size: 12px;
}

.btnMore:hover {
	background: #ff282d;
	/*border-radius: 20px;
	transition: all 1s;*/
}

.health-left a:hover{
	color: #005ea6;
	font-weight: bold;
}
.health-text:hover{
	color: #005ea6;
	font-weight: bold;
}
.r_right a:hover{
	color: #005ea6;
	font-weight: bold;
}
.r_right p:hover{
	color: #005ea6;
	font-weight: bold;
}

.h_right{
	float: left;
	height: 75px;
	width: 12.5%;
	background: #f6f8fc;
}
.right-title{
	color: #000;
    font-size: 16px;
    line-height: 20px;
    margin-left: 20px;
}
.r_right{
	float: right;
	width: 85%;
}
.right-text{
	margin-top: 20px;
	margin-left:20px;
	color: #5d6472;
	font-size: 12px;
}
.line-bottom{
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	height: 1px;
	background: #dee2e3;
}
.h_div1{
	height: 52px;
	text-align: center;
}
.h_div1 a{
	color: #bbcde4;
	font-size: 44px;
}
.h_div2{
	height: 23px;
	background: #116db5;
	text-align: center;
}
.h_div2 a{
	color: #fff;
}
/*profile*/
.profile{
	width: 100%;
	background: url(../images/profile.jpg) center center / 100% 100% no-repeat;
}
.profile-text{
	width: 100%;
	text-align: center;
	margin-top: 200px;
}
.profile-text span{
	font-size: 16px;
	color: #fff;
	line-height: 35px;
}

.btnMore2 {
	margin:0 auto;
	margin-top: 55px;
	margin-bottom: 50px;
	width: 171px;
	height: 47px;
	border-radius: 23px;
	background: #2683c9;
	text-align: center;
	line-height: 47px;
}

.btnMore2 a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.btnMore2:hover {
	background: #202830;
}

/*show*/
.show{
	width: 100%;
	height: 1026px;
	text-align: center;
	background: url(../images/show.jpg) center center / 100% 100% no-repeat;
}

.show-text span{
	font-size: 16px;
	color: #fff;
	line-height: 35px;
}
.show-ul{
	/*border:1px red solid;*/
	display:none;
	margin-top: 48px;
}
.btnNav{
	margin-top: 200px;
	width: 90px;
	height: 31px;
	border-radius: 15.5px;
	background: #fff;
	outline: none;
	border: 0 none;
	color: #6f6f6f;
}
.show-ul li{
	float: left;
	width: 32%;
	margin-right: 1.5%;
	background: #FFF;
	border:1px solid #d4d4d4;
	margin-bottom: 25px;
}
.box {
	width: 100%;
	position: relative;
	overflow: hidden;
   }
   
.box1 {
   	background-color: #fff;
   	width: 100%;
   	height: 270px;
   }
 
.box1-img{
	margin: 5px;
	height: 260px;
}  
.box1-img img{
	width: 100%;
	height: 260px;
} 
.box2 {
	margin: 5px;
   	background:url(../images/product_bg.jpg) center top no-repeat;
   	width: 363px;
   	height: 270px;
   	opacity: 0.8;
   	transition: all 0.8s ease;
   	-moz-transition: all 0.8s ease;
   	-webkit-transition: all 0.8s ease;
   	-o-transition: all 0.8s ease;
   	position: absolute;
   	top: 270px;
   }
   
.box:hover .box2 {
   	position: absolute;
   	top: 0;
   }
.box-text2{
	float: left;
	width: 100%;
	height: 45px;
	background: #e6e6e6;
	text-align:center;
	margin: 0 auto;
}
.box-text{
	width: 270px;
	height: 45px;
	background: #e6e6e6;
	position: absolute;
	text-align:center;
	margin: 0 auto;
}
.box-text a,.box-text2 a{
	font-size: 16px;
	line-height:43px;
	
}
.box2 a{
	font-size: 16px;
	line-height: 200px;
	color:#FFFFFF;
	
}

/*health*/
.health-left{
	width: 50%;
	float: left;
	margin-top: 25px;
}
.health-right{
	width: 50%;
	float: right;
	margin-top: 25px;
}
.btnMoreH {
	margin-top: 25px;
	margin-bottom: 20px;
	width: 103px;
	height: 32px;
	background: #214c9c;
	text-align: center;
	line-height: 34px;
	/*transition: all 1s;*/ /*效果实现的时�?*/
}
.btnMoreH a {
	color: #fff;
	font-size: 15px;
}
.btnMoreH:hover {
	background: #202830;
}

.left-title{
	color: #000;
    font-size: 18px;
    line-height: 60px;
}
.health-text{
	font-size: 15px;
	line-height: 25px;
}
.health-ul li{
	width: 100%;
}
.health{
	width: 100%;
	margin-bottom: 80px;
}
/*foot*/
.foot{width: 100%;padding: 25px 0;background: #202830;}
.foot,.foot a,.foot p,.foot span{color: #FFFFFF;}
.foot-left{width: 80%;text-align: left;}
.foot-right{width: 20%;text-align: right;}
.foot-left .fnav{width: 90%;}
.foot-left .fnav a{width: 12.5%;float: left;display: block;}
.foot-left .fnav,.foot-left p{margin-bottom: 15px;}
.foot-left p a{margin-left: 15px;}
.foot-left p span{margin-right: 15px;}
.foot-right img{width: 90px;float: right;}
.foot-right p{float: right;line-height: 30px;margin: 20px 5px 0 0;}
.fnav a:hover{
	color: #fff;
	font-weight: bold;
}


/*内页*/
.left_nav,.left_nav2 {
	margin-bottom: 20px;
	/*background: url(../images/nlbg.png) center no-repeat;*/
	background: #FFFFFF;
	border: 1px solid #e1e1e1;
}
.left_nav li,.left_nav2 li{
	line-height: 42px;
	border-bottom: 2px solid #e1e1e1;
}

.left_nav li.nobo {
	border: none;
}

.left_nav a {
	color: #a9a9a9;
	font-size: 16px;
	display: block;
	text-indent: 20px;
	background: #fff;
}
.left_nav2 a {
	color: #a9a9a9;
	font-size: 16px;
	display: block;
	text-indent: 20px;
	background: #fff;
}
.left_nav a span{
	color: #a9a9a9;
}

.left_nav a:hover {
	background: #e1e1e1;
	color: #000;
}
.llwm{
	font-size: 20px;
	color: #000;
}
.llwm-2{
	font-size: 12px;
	color: #000;
	font-style: italic;/*斜体*/
}
.gsjj{
	font-size: 25px;
	color: #000;
	margin-left: 20px;
}
.gsjj-2{
	font-size: 15px;
	color: #000;
	
}

.cute1{
	float: left;
	width: 20px;
	font-size: 40px;
	line-height: 40px;
}
.t-right{
	font-size: 30px;
	float: right;
	text-align: right;
	margin-right: 10px;
}

.cl_top {
	padding: 0 25px 25px;
	background: #fafafa;
}


.employ-img{
	margin: 0 auto;
	width: 100%;
	background: #f4f4f4;
	text-align: center;
}
.right1{
	float: left;
	width: 40%;
	margin-top: 24px;
	margin-bottom: 18px;
}
.right2{
	float: right;
	width: 40%;
	text-align: right;
	color: #989898;
	font-size: 15px;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 18px;
}
.right2 a{
	color: #989898;
	font-size: 15px;
}
.line{
	width: 96%;
	height: 2px;
	background: #e3e3e3;
	margin-bottom: 20px;
	margin-left: 2%;
}
.biaoyu{
	text-indent: 20px;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #dddddd;
}
.content-left{
	width: 20%;
	float: left;
	margin-top: 20px;	
}
.content-left img{
	width: 100%;
}
.content-right{
	float: right;
	width: 78%;
	border: 1px solid #e1e1e1;	
	margin-top: 20px;
	/*height: 630px;*/
	margin-bottom: 30px;
}
.content-text{
	margin-left: 20px;
	margin-top: -20px;
	margin-bottom: 20px;
}
.content p{
	margin-left: 20px;
	margin-bottom: 30px;
}
.content-right h1{
	margin-bottom: 10px;
}
.content-title{
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 30px;
	margin-bottom: 20px;
}
.huanjing{
	width: 100%;
	margin-bottom: 30px;
}
.huanjing img{
	border-radius: 5px;
}
.address{
	line-height: 30px;
	font-size: 14px;
}
#content1,#content2{
	text-align: left;
	width: 96%;
	margin-left: 2%;
	margin-bottom: 30px;
}
#content1 h1{
	font-size: 30px;
	font-weight: 100;
	text-align: center;
}
#content1 p{
	text-align: left;
	font-size: 16px;
	line-height: 40px;
	
}
/*产品展示*/
.show-product{
	width: 100%;
}
.show-product li{
	border:1px #d4d4d4 solid;
	float: left;
	width: 31.5%;
	height: 270px;
	margin-left: 1%;
	margin-right: 0.5%; 
	margin-bottom: 20px;
}
.show-product li img{
	width: 100%;
    height: 225px;
}
/*行业资讯*/
/*行业资讯*/
#news-ul{
	list-style: none;
}
#news-ul li a{
	float: left;
	color: #666666;
	font-size: 16px;
	height: 50px;
	margin-left: 20px;
}
#news-ul li a:hover{
	color: #2683c9;
}
#news-ul li p{
	color: #999;
	font-size: 14px;
	line-height: 24px;
}
#news-ul li span{
	margin-right: 20px;
	float: right;
	color: #999;
}
.line2{
	width: 100%;
	height: 0px;
	border-bottom: 1px #e3e3e3 dashed;
	margin-bottom: 20px;
}
.pr{
	font-size: 14px;
    line-height: 30px;
}
.pro{
	width: 100px;
	
}

.pic-list ul {
	margin-right: -24.5px;
}

.pic-list li {
	width: 272px;
	margin-right: 24.5px;
	float: left;
	text-align: center;
	margin-bottom: 20px;
}

.pic-list li a {
	display: block;
	line-height: 30px;
}

.pic-list li img {
	width: 272px;
	height: 204px;
	transition: all .4s ease;
}

.pic-list li img:hover {
	transform: scale(0.95);
}

.new-list li {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.new-list li a {
	font-size: 15px;
	color: #000;
}

.new-list li p {
	line-height: 24px;
	color: #666;
	padding-left: 20px;
}
/*品牌封面*/
.show-pinpai{width: 90%;margin-left: 5%;}
.show-pinpai li{width: 17%; margin-right: 3%;margin-left: 3%;float: left;margin-bottom: 15px;}
.show-pinpai li a{display: block;}
.show-pinpai li a img{width: 100%;}
.show-pinpai li a p{text-align:center !important;line-height: 40px;height: 40px;color: #000;}
.show-pinpai li a p:hover{color: #0173b9;}
