﻿*{margin: 0px;padding: 0px;}
body{min-width:1200px;background:#ffffff;background-image:url();background-repeat:repeat-x;background-position:0px 0px;margin:0px;padding:0px;text-decoration:none;font-size: 12px;font-variant:normal;font-family: "微软雅黑";}/*为部分带全站背景图准备可以将背景图或背景色部分删除掉*/
a:link,a:visited,a:hover,a:active{text-decoration:none;}
a{text-decoration: none;}
li{list-style-type:none;}
ul,ol{list-style-type: none;list-style-image: none;}
/*清除浮动*/
 

.img-hover{
	overflow: hidden;
}
.img-hover img{
	transition: .5s;
	animation-timing-function:ease;
	-webkit-animation-timing-function:ease; /* Safari and Chrome */
}

.img-hover:hover img{
	transform: scale(1.05);
}
.main{
	width: 1200px;
	margin:0 auto;
}
.top{
	width: 100%;
	height: 40px;
	background: #eeeeee;
}
.top p{
	float: left;
	font-size: 14px;
	color:#3c3c3c;
	line-height: 40px;
}
.top ul{
	float: right;
	height: 40px;
	overflow: hidden;
}
.top ul li{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 40px;
	position: relative;
}
.top ul li:after{
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	background: #6d6d6d;
}
.top ul li a{
	color:#3c3c3c;
	font-size: 14px;
}
.top ul li:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}
.banng img{
	display: block;
}

.head{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.head img{
	display: block;
}
.head .main{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 105px;
}
.head .btn{
	display: none;
}
.banner{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.banner img{
	width: 100%;
	display: block;
}
.banner img:last-child{
	display: none;
}

.in-banner img{
	width: 100%;
	display: block;
}
.in-banner img:last-child{
	display: none;
}

.nav{
	width: 100%;
	height: 70px;
	background: #3e3e3e;
}

.nav ul li{
	float: left;
	width: 150px;
	height: 70px;
	position: relative;
}
.nav ul li:after{
	content: "";
	width: 1px;
	height: 49px;
	background: url(../images/icon01.png) no-repeat center;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -24px;
}
.nav ul li a{
	display: flex;
	justify-content: center;
	flex-direction:column;
	height: 70px;
	align-items: center;
}
.nav ul li p{
	color:#fff;
	font-size: 16px;
}
.nav ul li span{
	color:#808080;
	text-transform: uppercase;
	display: block;
	margin-top: 2px;
}
.nav ul li:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}
.nav ul li:hover {
	background: #0f8cce;
}
.nav ul li:hover span{
	color:#fff;
}
.nav ul li:hover ol{
	display: block;
}
.nav ol{
	position: absolute;
	left: 0;
	top: 70px;
	z-index: 100;
	display: none;
	background: #fdfeff;
}

.nav ol li{
	width: 100%;
	height: 45px;
	border-bottom: 1px solid #cfd0d1;
	line-height: 45px;
}

.nav ol li a{
	color:#0f8cce;
	font-size: 14px;
	text-align: center;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.nav ol li:hover a{
	color:#fff;
}

.product{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}
.title{
	position: relative;
	padding-bottom: 10px;
}
.title:after{
	content: "";
	width: 24px;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	left: 50%;
	margin-left: -12px;
	background: #0f8cce;
}
.title p{
	color:#0f8cce;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}

.title span{
	display: block;
	text-align: center;
	color:#999999;
	margin-top: 3px;
	text-transform: uppercase;
	font-size: 14px;
}


.product .list{
	display: table;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 25px;
}

.product .list ul li{
	float: left;
	width: 160px;
	height: 50px;
	background: #e6e6e6;
	text-align: center;
	margin: 0 14px;
	line-height: 50px;
	border-radius: 5px;
  margin-bottom: 10px;
}

.product .list ul li a{
	color:#333333;
	font-size: 16px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.product .list ul li:hover {
	background: #0f8cce;
}

.product .list ul li:hover a{
	color:#fff;
}

.product .pic{
	width: 100%;
	height: 360px;
	padding-top: 20px;
	margin-top: 10px;
}

.product .pic ul{
	margin-left: -20px;
}
.product .pic ul li{
	float: left;
	width: 386px;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
	transition: .5s;
	
	margin-left: 20px;
}
.product .pic ul li:hover{
	box-shadow: 0px -3px  10px 5px #f0f0f0;
}
.product .pic ul li:hover p{
	background: #0f8cce;
	color:#fff;
}
.product .pic ul li img{
	display: block;
	width: 100%;
}

.product .pic ul li div{
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
}

.product .pic ul li p{
	width: 100%;
	height: 40px;
	background: #e6e6e6;
	text-align: center;
	line-height: 40px;
	color:#3e3e3e;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;

}

.product .more{
	display: block;
	width: 150px;
	height: 30px;
	background: #0f8cce;
	text-align: center;
	color:#fff;
	font-size: 14px;
	margin: 0 auto;
	margin-top: 15px;
	line-height: 30px;
	border-radius: 5px;
	border: 1px solid #cccccc;
}

.adv{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url(../images/bg01.png) no-repeat center;
	 
	margin-top: 50px;
}
@media  (min-width:1921px){
	.adv{
		background: url(../images/bg01.png) no-repeat center;
		background-size: 100% auto;
	}
}
.adv .title{
	margin-top: 60px;
}
.adv .title img{
	display: block;
	margin: 0 auto;
}
.adv .title p{
	display: none;
}
.adv .title span{
	display: none;
}
.adv .title:after{
	display: none;
}
.adv ul {
	margin-top: 30px;
}

.adv ul li{
	width: 570px;
	height: 410px;
	overflow: hidden;
	float: left;
	margin-bottom: 20px;
}
.adv ul li:nth-child(2n){
	float: right;
}

.adv ul li .num{
	float: left;
}
.adv ul li .intro{
	float: right;
	width: 480px;
	height: auto;
	overflow: hidden;
}
.adv ul li .intro .tit{
	width: 100%;
	height:45px;
	overflow: hidden;
	background: url(../images/title02.png) repeat-x left bottom;
}

.adv ul li .intro .tit p{
	color:#0d0d0d;
	font-size: 26px;
	font-weight: bold;
}

.adv ul li .intro .tit b{
	color:#0f8cce;
}
.adv ul li .intro .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}

.adv ul li .intro .info p{
	color:#333333;
	font-size: 17px;
	line-height: 30px;
}

.adv ul li .intro .info img{
	display: block;
	margin-top: 10px;
}

.cases{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}
.cases .bd{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.cases .bd ul li{
	float: left;
	width: 389px;
	height: auto;
	margin-right: 15px;
	overflow: hidden;
}


.cases .bd ul li .img-hover{
	overflow: hidden;
	width: 100%;
	height: 313px;
}
.cases .bd ul li img{
	display: block;
	width: 100%;
	height: 313px;
}
.cases .bd ul li p{
	width: 100%;
	color:#1a1a1a;
	font-size: 16px;
	margin-top: 5px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.cases .hd{
	display:table;
	margin: 0 auto;
	margin-top: 30px;
}
.cases .hd li{
	 
	overflow: hidden;
	width: 45px;
	background: #cccccc;
	line-height: 30px;
	float: left;
	height: 10px;
	border-radius: 5px;
	margin: 0 5px;
}

.cases .hd .on{
	background: #0f8cce;
}

.cases .more{
	display:none;
	width: 150px;
	height: 30px;
	background: #0f8cce;
	text-align: center;
	color:#fff;
	font-size: 14px;
	margin: 0 auto;
	margin-top: 5px;
	line-height: 30px;
	border-radius: 5px;
	border: 1px solid #cccccc;
}

.about{
	width: 100%;
	height: 529px;
	overflow: hidden;
	background: url(../images/bg02.png) no-repeat center bottom;
	margin-top: 50px;
}
@media  (min-width:1921px){
	.about{
		background: url(../images/bg02.png) no-repeat center;
		background-size: 100% 560px;
	}
}
.about .pic{
	width: 600px;
	height: auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin-top: 25px;
	float: left;
}
.about .pic img{
	display: block;
	width: 600px;
	height: 338px;
}

.about .intro{
	width: 600px;
	height: 338px;
	background: #fff;
	float: right;
	margin-top: 25px;
	box-shadow: 0 0 5px 2px #fafafa;
}


.about .intro .info{
	width: 520px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

.about .intro .info h4{
	color:#0f8cce;
	font-size: 26px;
	margin-top: 40px;
}

.about .intro .info .text{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	text-indent: 2em;
	color:#666666;
	font-size: 14px;
	display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
	line-height: 24px;
}

.about .intro .info .more{
	display: block;
	width: 136px;
	height: 34px;
	background: #3e3e3e;
	margin-top: 34px;
}

.about .intro .info .more p{
	width: 115px;
	height: 34px;
	text-align: center;
	color:#fff;
	font-size: 14px;
	line-height: 34px;
	float: left;
}

.about .intro .info .more span{
	display: block;
	width: 21px;
	text-align: center;
	background: #0f8cce;
	line-height: 34px;
	color:#fff;
	float: right;
	font-size: 14px;
}

.section{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}

.news{
	width: 800px;
	height: auto;
	float: left;
	overflow: hidden;
}

.news .tit{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.news .tit p{
	color:#333333;
	font-size: 36px;
	font-weight: bold;
	float: left;

}
.news .tit b{
	color:#0f8cce;
}

.news .tit span{
	float: left;
	color:#999999;
	font-size: 14px;
	margin-left: 5px;
	margin-top: 25px;
}

.news .tit a{
	float: right;
	color:#666666;
	font-size: 14px;
	margin-top: 20px;
}

.news .left{
	float: left;
	width: 351px;
	margin-top: 10px;
	height: 424px;
	overflow: hidden;
	background: #f5f5f5;
}
.news .left img{
	width: 100%;
	height: 282px;
	display: block;
}

.news .left .intro{
	width: 320px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

.news .left .intro h4{
	font-size: 15px;
	color:#333333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 15px;
}

.news .left .intro span{
	color:#666666;
	font-size: 12px;
	margin:  10px 0;
	display: block;
}

.news .left .intro p{
	color:#666666;
	height: 50px;
	overflow: hidden;
	font-size: 14px;
	line-height: 24px;
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news ul{
	float: right;
	width: 430px;
	height: auto;
	margin-top: 10px;
	overflow: hidden;
}
.news ul li{
	width: 410px;
	height:auto;
	background: #f5f5f5;
	padding: 15px;
	overflow: hidden;
	margin-bottom: 6px;
}

.news ul li b{
	color:#0f8cce;
	font-size: 35px;
	font-family:'Impact Regular';
	border-right: 1px solid #e6e6e6;
	height: 50px;
	width: 50px;
	display: block;
 
	line-height: 50px;
	letter-spacing: 2px;
	float: left;
}

.news ul li .intro{
	float: right;
	width: 340px;
	height: auto;
	overflow: hidden;
	margin-right: 5px;
}

.news ul li .intro h4{
	color:#333333;
	font-size: 15px;
	width: 250px;
	line-height: 25px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	float: left;
}

.news ul li .intro span{
	float: right;
	color:#666666;
	font-size: 12px;
	line-height: 25px;
}

.news ul li .intro  p{
	float: left;
	margin-top: 5px;
	color:#666666;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 14px;
	width: 100%;
}
.news ul li:hover b{
	color:#fff;
	border-right: 1px solid #fff;
}
.news ul li:hover {
	background: #0f8cce;
}

.news ul li:hover h4{
	color:#fff;
}
.news ul li:hover span{
	color:#fff;
}
.news ul li:hover p{
	color:#fff;
}


.mssg{
	float:right;
	width: 385px;
	height: 450px;
 
	margin-top: 
}

.mssg  .tit{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.mssg  .tit p{
	color:#333333;
	font-size: 36px;
	font-weight: bold;
	float: left;

}
.mssg  .tit b{
	color:#0f8cce;
}

.mssg  .tit span{
	float: left;
	color:#999999;
	font-size: 14px;
	margin-left: 5px;
	margin-top: 25px;
}

.mssg  .tit a{
	float: right;
	color:#666666;
	font-size: 14px;
	margin-top: 20px;
}

.mssg .bd{
	width: 100%;
	height: 423px;
	background: #fff;
	margin-top: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 15px 5px #eaeaea;
}
.mssg .bd form{
	width: 328px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}

.mssg .bd form ul li{
	width: 100%;
	height: auto;
	
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.mssg .bd form ul li img{
	display: block;
	float: left;
}

.mssg .bd form ul li input{
	width: 285px;
	height: 40px;
	border: 1px solid #e6e6e6;
	border-left: none;
	text-indent: 10px;
	outline: none;
	font-family: '微软雅黑';
	box-sizing: border-box;
}

.mssg .bd form ul li textarea{
	width: 100%;
	height: 140px;
	padding-top: 10px;
	text-indent: 10px;
	outline: none;
	border: 1px solid #e6e6e6;
 	box-sizing: border-box;
	resize: none;
	font-family: '微软雅黑';
}

.mssg .bd form .button{
	width: 100%;
	height: 40px;
	background: #0f8cce;
	text-align: center;
	color:#fff;
	font-size: 16px;
	border: none;
	outline: none;
}


.links{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 15px;
	border-top: 1px solid #cccccc;
	margin-top: 35px;
}

.links .tit{
	height: auto;
	overflow: hidden;
}
.links .tit p{
	color:#0f8cce;
	font-size: 16px;
	font-weight: bold;
	float: left;
}

.links .tit span{
	color:#666666;
	font-size: 16px;
	margin-left: 5px;
	float: left;
}

.links ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 5px;
}


.links ul li{
	padding-right: 20px;
	line-height: 30px;
	float: left;
}

.links ul li a{
	color:#666666;
	font-size: 14px;
}

.footer{
	width: 100%;
	height:260px;
	background: url(../images/bg03.png);
}

.footer .left{
	float: left;
}

.footer .left .name img{
	display: block;
}


.footer .left .info {
	color:#fff;
	font-size: 14px;
	line-height: 24px;
	margin-top: 23px;
}
.footer  .main{
	display: flex;
	height: 260px;
	justify-content: space-between;
	align-items: center;
}

.footer .menu{
	width: 230px;
	padding-left: 90px;
	padding-right: 40px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	height: 200px;
}

.footer .menu .tit{
	height: auto;
	overflow: hidden;
	margin-top: 5px;
}
.footer .menu .tit p{
	color:#fff;
	font-size: 18px;
	font-weight: bold;
}
.footer .menu ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.footer .menu ul li{
	width: 49%;
	height: auto;
	overflow: hidden;
	float: left;
	line-height: 35px;
}
.footer .menu ul li:nth-child(2n){
	float: right;
}
.footer .menu ul li a{
	color:#fff;
	font-size: 15px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.footer .ewm img{
	display: block;
	width: 146px;
	height: 146px;
	border: 3px solid #fff;
	box-sizing: border-box;
}

.footer .ewm p{
	width: 100%;
	color:#fff;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
}

.cr{
	position: absolute;
	left: 0;
	width: 100%;
	border: 0;
	height: 40px;
	background: #333333;
	text-align: center;
	line-height: 40px;
	color:#999999;
	font-size: 12px;
}

.cr a{
	color:#999;
}

.float{
	position: fixed;
	right: 5px;
	bottom: 260px;
	width: 71px;
	height: 243px;
	background: #eeeeee;
	z-index: 2;

}
.float ul{
	width: 40px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.float ul li a{
	display: block;
	width: 100%;
	height: 100%;
	color:#666666;
}
.float ul li{
	width: 40px;
	height: 40px;
	margin-bottom: 20px;
	background: url(../images/float.png) center -10px;
}

.float ul li:nth-child(2){
	background: url(../images/float.png) center -70px;
}

.float ul li:nth-child(3){
	background: url(../images/float.png) center -130px;
}

.float ul li:nth-child(4){
	background: url(../images/float.png) center -190px;
}

 
.float ul li p{
	width: 130px;
	height: 40px;
	background: url(../images/float02.png) no-repeat center;
	position: absolute;
	left: -130px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	display: none;
	text-indent: -9px;
 
}
.float ul li:hover p{
	display: block;
}
.float ul li:hover img{
	display: block;
}
.float ul li  img{
	display: block;
	width: 120px;
	height: 120px;
	position: absolute;
	left: -130px;
	display: none;
	border: 2px solid #eeeeee;
}



.fn{
	width: 100%;
	height: 80px;
	position: fixed;
	bottom: 0;
	z-index: 100;
	left: 0;
	background: #0f8cce;
 	display: none;
}
.fn ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
}

.fn ul li{
	float: left;
	width: 24%;
	height: 80px;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
}
.fn ul li:nth-child(2){
	width: 26%;
	padding-right: 30px;
}
.fn ul li:nth-child(3){
	width: 26%;
	padding-left: 30px;
}
.fn ul li:after{
	content:"";
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
}
.fn ul li:lat-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}
.fn ul li img{
	height: 32px;
	margin: 0 auto;
	display: block;
	margin-top:15px;
}
.fn ul li p{
	text-align: center;
	color:#fff;
	font-size: 12px;
	margin-top: 5px;
}
.fn .phone{
	position: absolute;
	width: 80px;
	height: 80px;
	top: -20px;
	left: 50%;
	margin-left: -40px;
	background: url(../images/fn.png)no-repeat center;
	background-size: 100% 100%;
}
.fn .phone img{
	height: 30px;
	display: block;
	margin: 0 auto;
	margin-top: 15px;
}
.fn .phone b{
	color:#fff;
	text-align: center;
	display: block;
	margin-top: 5px;
}

.mfooter{
	display: none;
}


.title-bar{
	width: 100%;
	height: 64px;
	background: #fbfbfb;
}
.title-bar .tit{
	float: left;
	overflow: hidden;
}

.title-bar h4{
	color:#0f8cce;
	font-size: 21px;
	line-height: 64px;
	float: left;
}
.title-bar span{
	color:#cccccc;
	font-size: 14px;
	text-transform: uppercase;
	margin-left: 10px;
 	margin-top:25px;
 	float: left;
}

.crumbs{
	float: right;
}
.crumbs p{
	color:#4c4c4c;
	font-size: 14px;
	margin-top: 25px;
	border-left: 1px solid #6d6d6d;
	height: 13px;
	line-height: 13px;
	padding-left: 10px;
	float: left;
}

.crumbs a{
	float: left;
	padding-right: 10px;
	color:#4c4c4c;
	font-size: 13px;
	margin-top: 23px;
	position: relative;
}
.crumbs a:after{
	content: ">";
	position: absolute;
	right: 0;
	top: 0;
	color:#4c4c4c;
}
.crumbs a:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}

.pro-list{
	margin-top: 20px;
}

.pro-list .list ul li{
	border: 1px solid #e6e6e6;
	background: #f1f1f1;
	width: 150px;
	height: 40px;
	line-height: 40px;
}

.page{
	display:table;
	margin: 30px auto;
}
.page ul li{
	float: left;
	padding: 0 15px;
	height:40px;
	line-height:40px;
	border: 1px solid #dddee0;
	box-sizing: border-box;
	margin: 0 5px;
	border-radius: 3px;
	font-size: 16px;
}
.page ul .thisclass{
	background: #0f8cce;
	color:#fff;
	border: 1px solid  #0f8cce;
}
.page ul li a{
  color:#333;
}


.news-list{
	width: 100%;
	height: auto;
	margin: 50px 0;
	overflow: hidden;
}
.news-list ul {
	margin-top: 30px;
}
.news-list ul li{
	width: 590px;
	height: auto;
	margin-bottom: 30px;
	overflow: hidden;
	float: left;
}
.news-list ul li:nth-child(2n){
	float: right;
}
.news-list ul li .time{
	width: 90px;
	height: 90px;
	background: #999999;
	float: left;
	text-align: center;
}

.news-list ul li .time b{
	color:#ffffff;
	font-size: 53px;
}


.news-list ul li .time p{
	color:#fff;
	font-size: 18px;
	margin-top: -10px;
}

.news-list ul li .intro{
	float: right;
	width: 480px;
	height: 90px;
	overflow: hidden;
	border-bottom: 1px dashed #cccccc;
}

.news-list ul li .intro h4{
	color: #333333;
	font-size: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.news-list ul li .intro p{
	color:#666666;
	font-size: 14px;
	margin-top: 10px;
	height: 48px;
	overflow: hidden;
	line-height: 24px;
		display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-list ul li:hover .time{
	background: #0f8cce;
}
.news-list ul li:hover .intro h4{
	color: #0f8cce;
}


.honor-list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.honor-list ul {
	margin-left: -6px;
}
.honor-list ul li{
	float: left;
	width: 295px;
	height: auto;
	overflow: hidden;
	margin-left:6px;
}
.honor-list ul li img{
	display: block;
	width: 100%;
	 
}
.honor-list ul li p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	color:#545454;
	font-size: 16px;
	text-align: center;
}

.messg{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 45px;
}

.messg .pic{
	float: left;
	height: auto;
	overflow: hidden;
}
.messg .pic img{
	width: 100%;
	display: block;
}

.messg form{
	width: 600px;
	height: auto;
	overflow: hidden;
	float: right;
}
.messg ul li{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	align-items: center;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
}
.messg ul li img{
	display: block;
	margin-left: 15px;
}
.messg ul li input{
	width: 535px;
	height: 58px;
	border: none;
	outline: none;
	background: none;
	 
}

.messg ul li  textarea{
	width: 535px;
	height: 152px;
	padding-top: 20px;
	border: none;
	outline: none;
	resize: none;
	font-family: '微软雅黑';
}
.messg ul li:last-child{
	align-items: flex-start;
}
.messg ul li:last-child img{
	margin-top: 15px;
}


.messg .button{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.messg .button input{
	width: 295px;
	font-size: 16px;
	height: 50px;
	background: #0f8cce;
	border: none;
	outline: none;
	color:#fff;
}
.messg .button input:last-child{
	background: #xlrde;
	color:#333333;
	float: right;

}

.in-banner{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.in-banner img{
	width: 100%;
	display: block;
}

.in-banner img:last-child{
	display: none;
}

.content{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 30px 0;
}
.content .map{
	width: 100%;
	height: 460px;
	border: 3px solid  #cccccc;
	box-sizing: border-box;
}

.content ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #e6e6e6;
	margin-top: 50px;
	padding-bottom: 30px;
}

.content ul li{
	float: left;
	width: 320px;
	display: flex;
	align-items:flex-start;
	justify-content: flex-start;

}
.content ul li:first-child{
	width: 150px;
}
.content ul li:last-child{
	width: 500px;
}

.content ul li img{
	display: block;
	float: left;
}

.content ul li div{
	float: left;
	margin-left: 10px;
}
.content ul li p{
	color:#555555;
	font-size: 16px;
}
.content ul li b{
	color:#333333;
	font-size: 18px;
	display: block;
	margin-top: 5px;
}


.profile{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.profile h4{
	font-size: 36px;
	text-align: center;
	color:#333333;
}
.profile .intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	color:#666666;
	font-size: 16px;
	line-height: 30px;
}

.news-page{
	margin-top: 40px;
}
.news-page ul{
	margin-top: 0;
}


.detailed{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.detailed .tit{
	height: auto;
	overflow: hidden;
}
.detailed .tit h4{
	width: 100%;
	height: auto;
	overflow: hidden;
	color:#333;
	font-size: 18px;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px dashed #xlrde;
}

.detailed .tit span{
	display: block;
	color:#666;
	text-align: center;
	font-size: 14px;
	margin-top: 5px;
}
.detailed .intro{
	margin-top: 20px;
	width: 100%;
	height: auto;
	overflow: hidden;
	color:#333;
	font-size: 16px;
	line-height: 30px;
}

.detailed .intro img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.detailed .intro a{
	color:#333;
}


.fy{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin: 50px auto;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}


 .fy p{
 	padding: 0 10px;
 	max-width: 260px;
	height: 50px;
	float: left;
	line-height: 50px;
	text-align: center;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	border-left: 1px solid #d2d2d2;

}
 .fy p:first-child{
 	border: none;
 }

 .fy a{
 	color:#333333;
 	font-size: 14px;
 }

.fy .return{
	float: right;
	line-height: 50px;
	width: 140px;
	border-left: 1px solid #d2d2d2;
	text-align: center;
}
/* fd start */
.fd{position: fixed;right: 16px;bottom: 260px;width: 80px;height: 320px;background: #fff;z-index: 2;}
.fd ul li{width:80px;height:80px;display:block;cursor:pointer;position:relative;border:1px solid #cccccc;transition: all 0.3s;background-repeat:no-repeat;box-sizing: border-box;border-bottom: none;}
.fd ul li:nth-child(2) .fd_contact{position:absolute;width:180px;height:65px;left: -196px;top:0;background:#0f8cce;color:#fff;padding:15px 0 0 15px;display: none;}
.fd ul li:nth-child(2) .fd_contact span{font-size:14px;display:block;}
.fd ul li:nth-child(2) .fd_contact p{font-size:24px;font-weight: 600;}
.fd ul li i{display:block;margin:15px auto 0;transition: all 0.3s;}
.fd ul li:nth-child(1) i{background:url('../images/icon_fd.png') -86px -10px;width: 56px;height:56px;}
.fd ul li:nth-child(1):hover i{background:url('../images/icon_fd_on.png') -86px -10px;width: 56px;height:56px;}
.fd ul li:nth-child(2) i{background:url('../images/icon_fd.png') -85px -82px;width:56px;height:50px;}
.fd ul li:nth-child(2):hover i{background:url('../images/icon_fd_on.png') -85px -82px;width:56px;height:50px;}
.fd ul li:nth-child(3) i{background:url('../images/icon_fd.png') -10px -82px;width:55px;height:51px;}
.fd ul li:nth-child(3):hover i{background:url('../images/icon_fd_on.png') -10px -82px;width:55px;height:51px;}
.fd ul li:nth-child(4) i{background:url('../images/icon_fd.png') -10px -10px;width:56px;height:52px;}
.fd ul li:nth-child(4):hover i{background:url('../images/icon_fd_on.png') -10px -10px;width:56px;height:52px;}
.fd ul li:nth-child(4){border-bottom:1px solid #cccccc;}
.fd ul li:hover{background:#0f8cce;}
.fd ul li:nth-child(2):hover .fd_contact{display:block;}
.fd ul li:nth-child(3) .fd_wx{position:absolute;width:150px;height:150px;background:#0f8cce;left: -151px;top:0;display: none;}
.fd ul li:nth-child(3) .fd_wx img{display:block;margin: 15px auto;width: 120px;}
.fd ul li:nth-child(3):hover .fd_wx{display:block;}
/* fd end */