*{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;}
/*清除浮动*/
 

.main{
	width: 1400px;
	margin:0 auto;
}
 
.head{
	width: 100%;
	height:120px;
	overflow: hidden;
}

.head .main{
	width: 1742px;
	height: 120px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.head img{
	display: block;
}
.head .name{
	float: left;
}
.head .tel{
	float: right;
}
.head  .main div div{
	display: table-cell;
	vertical-align: middle;
	height: 110px;
}

.nav ul li{
	float: left;
	width:120px;
	text-align:center;
	position: relative;
	height: auto;
	height: 120px;
	line-height: 120px;
	overflow: hidden;
}

 

.nav ul li:hover {
	 background:#006EDE;
}
.nav ul li:hover a{
	color:#fff;
}
.nav ul li a{
	display: block;
	font-size: 16px;
	color: #333333;
}

@media (max-width: 1700px){
	.head .main{
		width: 1400px;
	}
	.nav ul li{
		width: 90px;
	}
}
.banner{ 
	max-width: 1920px;
	margin:0 auto; 
	overflow:hidden; 
	position:relative; 
 
}
.banner .hd{
 height:15px; 
 overflow:hidden; 
 position:absolute; 
 left:45%; 
 bottom:10px; 
 z-index:1; 
 display:none;
}
.banner .hd ul{
 overflow:hidden; 
 zoom:1; 
 float:left; 
 left: 50%;
 position: relative;
 transform: translateX(-50%);

}
.banner .hd ul li{
 float:left; 
 margin: 0 10px; 
 width:50px; 
 height:10px; 
 line-height:14px; 
 text-align:center; 
 cursor:pointer;
 background: #fff;
 
}
.banner .hd ul li.on{
 background:#006EDE; 
  
}
.banner .bd{
 position:relative; 
  z-index:0; 
  width: 100%; 
  
}
.banner .bd li{
 zoom:1; 
 vertical-align:middle; 
}
.banner .bd img{
	width:100%; 
	display:block; 
}
.banner .prev,
.banner .next{
 position:absolute; 
 
 top:50%;
 margin-top:-3%;
 display:block; 
 width:32px;
 height:40px;  
	font-family:'宋体';
 filter:alpha(opacity=80);opacity:0.8;   
}
 
.banner .next {
	left:80px;
	font-size:58px;color:#fff;
}
.banner .prev{
	right:80px;
	font-size: 58px;color:#fff;
}
.banner .prev:hover,
.banner .next:hover{
	filter:alpha(opacity=100);opacity:1;  
}
.banner .prevStop{ 
	display:none;  
}
.banner .nextStop{ display:none;  
}



.title{
	position: relative;
	padding-bottom: 20px;
}
.title:after{
	content: "";
	width: 80px;
	height: 5px;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	bottom: 0;
	background: #006CD8;
}
.title h4{
	color: #1a1a1a;
	font-size: 36px;
	text-align: center;
}
.title p{
	color: #808080;
	font-size: 18px;
	text-align: center;
	margin-top: 10px;
}
.product{
	width: 100%;
	height:auto;
	overflow: hidden;
	margin-top: 60px;
 
}
.product .list{
	float: left;
	width: 298px;
	height:780px;
	overflow: hidden;
	position: relative;
 
	background: #E6E6E6;
	margin-top: 40px;
}
.product .list .tit{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #006CD8;
	display: flex;
	justify-content: center;
	align-items:center;
	flex-direction: column;
	height: 100px;
}
 
.product .list .tit p{
	color: #fff;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
}
.product .list .tit  span{
	display:block;
	text-align: center;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 5px;
}
.product .list ul{
	width: 270px;
	margin: 0 auto;
	margin-top: 10px;
}
.product .list ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 43px;
	border-bottom: 1px dashed #DEDEDE;
	background: url(../images/icon01.png) no-repeat left center;
}

.product .list ul li a{
	color: #666666;
	font-size: 16px;
	display: block;
	  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	margin-left: 15px;
}
.product .list ul li:hover a{
	color: #006cd8;
}
.product .list ul li:hover{
    background: url(../images/h01.png) no-repeat left center;
}
 
.product .pic{
	width: 1083px;
	float: right;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.product .pic ul li:nth-child(3n-2){
	margin-left: 0;
}
.product .pic ul{
	height: auto;
	overflow: hidden;
	 
}
.product .pic ul li{
	float: left;
	width: 346px;
	height: auto;
	overflow: hidden;
	margin-left: 20px;
	position: relative;
	transition: .5s;
	background: #F1F1F1;
	margin-bottom:20px;
}
.product .pic ul li img{
	display: block;
	width:346px;
	height: 340px;
	 
}
.img-box{
	overflow: hidden;
}
.img-box img{
	transition: .5s;
}
.img-box:hover img{
	transform: scale(1.05);
}

.product .pic ul li p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	color:#555555;
	font-size: 16px;
	text-align: center;
}
 
.product .pic ul li:hover p{
	background: #006CD8;
	color:#fff;
}
 
 
 
.cases{
	width:100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;	
	margin-top: 70px; 
}
.cases .show{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.cases .show .box{
	width: 800%;
}
.cases .show .pic{
	float: left;
}
.cases  ul li{
	float: left;
	width:334px;
	height: auto;
	overflow: hidden;
	margin-left: 15px;
	margin-bottom: 5px;
}
 
.cases  ul li img{
	display: block;
	width: 334px;
	height: 262px;
}
.cases  ul li p{
	text-align: center;
	color:#1a1a1a;
	font-size: 16px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	line-height: 40px;
}
 
 


.about{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 80px;
}
.about .bd{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #FCFCFC;
}
.about .bd .intro{
	float: left;
	width: 640px;
	height: auto;
	overflow: hidden;
	margin-left: 34px;
	margin-top: 70px;
}
.about .bd .intro h4{
	color: #006ede;
	font-size: 26px;
}
.about .bd .intro .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	color: #666666;
	font-size: 15px;
	line-height: 30px;
	text-indent: 2em;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-line-clamp:7;
	-webkit-box-orient: vertical;
	overflow: hidden;

}
.about .bd .intro a{
	display: block;
	width: 180px;
	height: 40px;
	background: #006EDE;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	border-radius: 30px;
	margin-top: 40px;
}
.about .bd .pic{
	float: right;
}
.about .bd .pic img{
	display: block;
	width: 700px;
}


.news{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}
.news .title{
	margin-bottom: 40px;
}
.news .left{
	width: 680px;
	height: auto;
	background: #F7F7F7;
	float: left;
	overflow: hidden;
}
.news .left img{
	display: block;
	width: 100%;
	height: 500px;
}
.news  .left .intro{
	width: 100%;
	padding: 23px 25px;
	height: auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	box-sizing: border-box;
}
.news   .time{
	width:75px;
	height: 77px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding-right: 15px;
	overflow: hidden;
	box-sizing: border-box;
	float: left;
	border-right:1px solid #B1B1B1;
 
}
.news  .time b{
	color: #595959;
	font-size: 36px;
	font-weight: normal;
	display: block;
	text-align: center;
}
.news   .time p{
	color: #595959;
	font-size: 14px;
	width: 100%;
	text-align: center;
}
.news   .info{
	float: right;
	width: 530px;
	height: auto;
	overflow: hidden;
}
.news   .info h4{
	color: #006ede;
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
    text-overflow: ellipsis;
}
.news   .info p{
	color: #666666;
	font-size: 14px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 10px;
	height: 48px;
	line-height: 24px;
}
.news ul{
	float: right;
	width: 680px;
	height: auto;
	overflow: hidden;
}
.news ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #F7F7F7;
	padding:28px 25px;
	box-sizing: border-box;
	margin-bottom: 25px;
}

 
.footer{
	width: 100%;
	height: auto;
	overflow: hidden;
 
	box-sizing: border-box;
	padding-top:50px;
	margin-top: 50px;
	position: relative;
 	background:#006EDE;
 

}
.gotop{
	display: none;
}
.footer  .main{
	height: auto;
	overflow: hidden;
}
.footer .intro{
	float: left;
	width: 600px;
	height: auto;
	overflow: hidden;
	margin-bottom: 70px;
}
.footer .tit{
	height: auto;
	overflow: hidden;
	width: 185px;
	position: relative;
}
.footer .tit:after{
	content: "";
	width: 30px;
	height: 1px;
	position: absolute;
	right: 0;
	bottom: 5px;
	background: #FFFFFF;
}
.footer .tit p{
	color: #ffffff;
	font-size: 16px;
	float: left;
}
.footer .tit span{
	display: block;
	float: left;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	margin-left: 10px;
	margin-top: 3px;
}
.footer .intro h4{
	color: #fff;
	margin-top: 20px;
	font-size: 24px;
}
.footer .intro .info{
	color: #ffffff;
	font-size: 14px;
	line-height: 24px;
	margin-top: 20px;
}
.footer .ewm{
	float: right;
}
.footer  .ewm img{
	display: block;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	margin-top: 20px;
}
.footer  .ewm b{
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	margin-top: 10px;
	font-weight: normal;
	display: block;
}

.footer .links{
	width: 100%;
	height: auto;
	overflow: hidden;
	 
	bottom: 0;
	z-index: 1;
	border-top: 1px solid #8FC3F9;
}
.footer .links .t{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	float: left;
	background: url(../images/links.png)  no-repeat left center;
	padding-left: 20px;
	text-transform: uppercase;
}
.footer .links .t  img{
	display: block;
	float: left;
	margin-right: 5px;
	margin-top: 3px;
}
.footer .links .t p{
	color: #ffffff;
	font-size: 14px;
	float: left;
}
.footer .links .t  span{
	color: #fff;
}
.footer .links ul{
	float: right;
	width: 90%;
	height: 60px;
	overflow: hidden;
}
.footer .links ul li{
	float: left;
	padding: 0 10px;
	line-height: 60px;
	position: relative;
}
.footer .links ul li:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}
.footer .links ul li:after{
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	border-right: 1px dashed #666666;
}

.footer .links ul li a{
	color: #fff;
	font-size: 14px;
	display: block;
}







.in-content{
	width: 1400px;
	margin:  auto;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 50px;
}
.in-content .left-cont{
	width:298px;
	height: auto;
	float: left;
	overflow: hidden;
}


.in-content .left-cont  .quick  .tit{
	width: 100%;
	height: 85px;
	overflow: hidden;
	background:#006CD8;
}

.in-content .left-cont .quick .tit p{
	color:#ffffff;
	font-size: 24px;
	margin-top: 20px;
	position: relative;
	margin-left: 15px;
	padding-bottom: 10px;
}


.in-content .left-cont .quick .tit p:after{
	content: "";
	width: 20px;
	height: 2px;
	position: absolute;
	left:0;
	bottom: 0;
	background: #fff;
}

.in-content .left-cont .list{
 
	width: 298px;
	height:auto;
	padding-bottom: 30px;
	overflow: hidden;
	position: relative;
 
	background: #E6E6E6;
	 
}

.in-content .left-cont .list .tit{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #006CD8;
	display: flex;
	justify-content: center;
	align-items:center;
	flex-direction: column;
	height: 100px;
}
 
.in-content .left-cont .list .tit p{
	color: #fff;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
}
.in-content .left-cont .list .tit  span{
	display:block;
	text-align: center;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 5px;
}


.in-content .left-cont .list ul{
	width: 270px;
	margin: 0 auto;
	margin-top: 10px;
}
.in-content .left-cont .list ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 43px;
	border-bottom: 1px dashed #DEDEDE;
	background: url(../images/icon01.png) no-repeat left center;
}
.in-content .left-cont .list ul li a{
	color: #666666;
	font-size: 16px;
	display: block;
	  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	margin-left: 15px;
}
.in-content .left-cont .list ul li:hover a{
	color: #006cd8;
}
 
.in-content .left-cont .list ul li:hover{
    background: url(../images/h01.png) no-repeat left center;
}
 
.left-cont .quick .intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 5px;
	background: #fafafa;
	color:#666666;
	font-size: 12px;
	padding: 10px;
	line-height: 22px;
	box-sizing: border-box;
}

.left-cont .quick .intro div{
	width: 200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 15px;
}

 

.left-cont .cont .intro div  img{
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 3px;
}
.left-cont .cont .intro div  span{
	display: block;
	float: left;
	width: 130px;
	color:#666;
}

.left-cont   .quick{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
	background: #fafafa;
	padding-bottom: 15px;
}
.left-cont   .quick ul {
	width: 100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	padding: 10px;
	box-sizing: border-box;
}
 
.left-cont   .quick ul li{
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #eee;
	line-height: 30px;
	margin-bottom: 3px;
}

.left-cont   .quick ul li a{
	color:#666666;
	font-size: 12px;
	display: block;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.right-cont{
	float: right;
	width:1083px;
	height: auto;
	overflow: hidden;
}

.title-bar{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #006CD8 url(../images/icon02.png) no-repeat 20px center;
}
.title-bar  img{
	margin-right: 5px;
	margin-top: 2px;
	float: left;
}
.title-bar h4{
	font-size: 24px;
	color:#fff;
	margin-left: 20px;
	font-weight: normal;
	line-height: 100px;
	float: left;
}
.title-bar  span{
	display: block;
	float: left;
	line-height: 100px;
	margin-left: 10px;
	color:#fff;
	font-size: 16px;
}
.title-bar .crumbs{
	float: right;
 
}
.title-bar .more{
	display: block;
	color:#fff;
	font-size: 16px;
	float: right;
	text-transform: uppercase;
	margin-right: 20px;
	line-height: 100px;
}
.crumbs p{
	font-size: 14px;
	color:#fff;
	line-height: 100px;
	float: left;
}

.crumbs  a{
 	padding-right: 20px;
	color:#fff;
	position: relative;
	display: block;
	float: left;
	font-size: 14px;
	line-height: 100px;

}

.crumbs  a:after{
	content: '>';
	font-size: 14px;
	position: absolute;
	right:5px;
	font-family: '宋体';
	top: 0px;

	color:#fff;
}
.crumbs  a:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}
 


.pro-list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

.pro-list .tit{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.pro-list .tit h3{
	color:#fff;
	font-size: 16px;
	width: 122px;
	height: 34px;
	background: #0f70da;
	float: left;
	text-align: center;
	line-height: 34px;
	float: left;
}
.pro-list .tit  a{
	display: block;
	float: right;
	width: 120px;
	height: 34px;
	background: url(../images/more03.png)no-repeat center;
	text-indent: 45px;
	line-height: 34px;
	color:#666666;
	font-size: 14px;
}

 
.pro-list  ul li{
	float: left;
	width:259px;
	margin-left: 15px;
	margin-bottom: 15px;
	height: auto;
	overflow: hidden;
	position: relative;
}
.pro-list  ul li:nth-child(4n-3){
	margin-left: 0;
}
.pro-list  ul li img{
	display: block;
	width: 100%;
	 
}

.pro-list  ul li  p{
	width: 100%;
	height: 34px;
	background: #ccc;
	line-height: 34px;
	color:#fff;
	font-size: 16px;
	text-align: center;
	 white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40px;
    line-height: 40px;
    background: rgba(0,0,0,0.5);
    overflow: hidden;
}
.pro-list  ul li:hover p{
	background: #006CD8;
}


.pro-intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 25px;
}
.pro-intro .img{
	float: left;
	width: 406px;
	height:393px;
	border: 1px solid #ccc;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.pro-intro .img img{
	display: block;
	width: 96%;
	margin: 0 auto;
}

.pro-intro .data{
	float: right;
	width: 510px;
	height: auto;
	overflow: hidden;
	border: 1px solid #cccccc;

}

 

.pro-intro .data   h3{
	color:#005bac;
	font-size: 24px;
	text-indent: center;
	width: 100%;
	height: 74px;
	border-bottom: 1px solid #cccccc;
	line-height: 74px;
	text-indent: 25px;
}

.pro-intro .data .info{
	width: 430px;
	height: 160px;
	overflow: hidden;
	margin-left: 25px;
	margin-top: 25px;
}
.pro-intro .data .info p{
	color:#000000;
	font-size: 16px;
	line-height: 34px;
}

.pro-intro .data .tel{
	width: 100%;
	height:100px;
	border-top: 1px solid #cccccc;
	margin-top: 30px;
}

.pro-intro .data .tel img{
	display: block;
	float: left;
	margin-left: 20px;
	margin-top: 16px;
}
.pro-intro .data .tel a{
	display: block;
	float: right;
	width: 120px;
	height: 35px;
	background: url(../images/btn.png)no-repeat center;
	text-indent: 40px;
	margin-right: 24px;
	margin-top: 30px;
	line-height: 35px;
	color:#fff;
	font-size: 16px;
}
.pro-intro .intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	margin-top: 20px;
}

.pro-intro .intro .tit{
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #cccccc;
}

.pro-intro .intro .tit p{
	color:#fff;
	font-size: 16px;
	font-weight: bold;
	width: 138px;
	height: 34px;
	background: #005bac;
	text-align: center;
	line-height: 34px;
}

.pro-intro .intro .info{
	width: 100%;
	height: auto;
	min-height: 300px;
	overflow: hidden;
	margin-top: 20px;
}

.pro-intro .intro .info p{
	color:#000000;
	font-size: 16px;
	line-height: 30px;
}


 



.cases-list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.cases-list ul li{
	float: left;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 20px;
	overflow: hidden;
	margin-bottom: 20px;
}

 
.cases-list ul li  img{
	width: 245px;
	height: 160px;
	float: left;
}
.cases-list ul li .intro{
	float: right;
	width: 655px;
	height: auto;
	overflow: hidden;
}

.cases-list ul li .intro h4{
	width: 100%;
	font-size: 18px;
	width: 100%;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: normal;
}

.cases-list ul li .intro p{
	font-size: 14px;
	color:#666666;
	line-height: 22px;
	height: 45px;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.cases-list ul li .intro a{
	display: block;
	width:135px;
	height:35px;
	background: #0176c5;
	text-align: center;
	line-height:35px;
	color:#fff;
	font-size: 14px;
	border-radius: 30px;
	margin-top: 35px;
}

.page{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top:30px;
	float: left;
}
.page  ul{
	display: table;
	margin: 0 auto;
}

.page  ul li{
	border: 1px solid #ccc;
	padding: 0 10px;
	height: 30px;
	border-radius: 3px;
	line-height: 30px;
	color:#333;
	float: left;
	margin: 0 5px;
}
.page  ul li a{
	color:#333;
	
}
.page ul  .thisclass{
	background: #0f70da;
	border: 1px solid #0f70da;
	color:#fff;
}
 
.page  select{
	border: none;
	background: none;
	outline: none;
}


.cont-intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

.cont-intro .map{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.cont-intro .map .allmap{
	width: 100%;
	height: 400px;
	border: 4px solid #c9c9c9;
	box-sizing: border-box;
}

.cont-intro .intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	color:#333;
	font-size: 16px;
	line-height: 30px;
 
}
.cont-intro .intro ul li{
	float: left;
	width: 435px;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 25px;
	padding-bottom: 15px;
}
.cont-intro .intro ul li:nth-child(2n){
	float: right;
}

.cont-intro .intro p{
	text-indent: 2em;
}
.cont-intro .intro img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.about-intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	color:#666666;
	font-size: 16px;
	line-height: 30px;
}

.about-intro p{
	text-indent: 2em;
}
.about-intro img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
 

.honor-list{
	width: 100%;
	height: auto;
	overflow: hidden;
	min-height: 700px;
	margin-top: 20px;
}
.honor-list ul li:nth-child(3n-2){
	margin-left: 0;
}
.honor-list ul li{
	float: left;
	width: 300px;
	height: auto;
	margin-left: 15px;
	margin-bottom: 10px;
	overflow: hidden;
}
.honor-list ul li img{
	display: block;
	width: 300px;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
 	height: 208px;
}
.honor-list ul li p{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color:#333333;
	font-size: 14px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.news-list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.news-list ul li{
	width: 100%;
	height: 95px;
	background: #eeeeee;
	margin-bottom: 20px;
}

.news-list ul li .time{
	float: left;
	width: 95px;
	height: 95px;
	background: #999999;
	float: left;
}
.news-list ul li .time b{
	color:#ffffff;
	font-size: 45px;
	text-align: center;
	margin-top: 5px;
	display: block;
}
.news-list ul li .time span{
	color:#fff;
	font-size: 16px;
	text-align: center;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: -5px;
}
.news-list ul li:hover .time{
	background: #0176c5;
}

.news-list ul li:hover  .intro p{
	color:#0176c5;
}

.news-list ul li .intro{
	width: 950px;
	height: auto;
	overflow: hidden;
	float: right;
	margin-right: 15px;
	margin-top: 10px;
}

.news-list ul li  p{
	color:#1a1a1a;
	font-size: 16px;
	width: 100%;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-list ul li  span{
	display: block;
	color:#666666;
	font-size: 14px;
	line-height: 22px;
	margin-top: 7px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}


.mssg-intro{
	width: 890px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.mssg-intro .tit{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.mssg-intro .tit p{
	color:#333333;
	font-size: 18px;
	float: left;
	line-height: 30px;
}

.mssg-intro .tit  span{
	display: block;
	color:#999999;
	font-size: 12px;
	margin-left: 10px;
	float: left;
	line-height: 30px;
}

.mssg-intro form{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.mssg-intro form ul li{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.mssg-intro form ul li p{
	color:#333333;
	font-size: 18px;
	line-height: 50px;
	float: left;
}

.mssg-intro form ul li input{
	width: 473px;
	height: 50px;
	outline: none;
	font-family: '微软雅黑';
	text-indent: 5px;
	border: 1px solid #c9c9c9;
	box-sizing: border-box;
}

.mssg-intro form ul li textarea{
	width: 800px;
	height: 170px;
	padding-top: 10px;
	border: 1px solid #c9c9c9;
	box-sizing: border-box;
	resize: none;
	outline: none;
	font-family: '微软雅黑';
	text-indent: 5px;
	outline: none;
}

.mssg-intro form  .btn{
	margin-left:90px;
}
.mssg-intro form  .btn input{
	width: 140px;
	height: 40px;
	float: left;
	border: none;
	background: #0176c5;
	font-size: 18px;
	outline: none;
	color:#fff;
	font-family: '微软雅黑';
}
.mssg-intro form  .btn input:last-child{
	margin-left: 35px;
	background: #999999;
}


.article-intro{
	width: 100%;
	height: auto;
	margin-top: 30px;
	overflow: hidden;
}

.article-intro .tit{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.article-intro .tit h3{
	font-size: 18px;
	text-align: center;
	color:#333;
	border-bottom: 1px dashed #eee;
	padding-bottom: 10px;
}
.article-intro .tit span{
	display: block;
	color:#666;
	text-align: center;
	margin-top: 5px;
}

.article-intro .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.article-intro .info p{
	color:#333;
	font-size: 16px;
	line-height: 30px;
	text-indent: 2em;
}
.article-intro .info  img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.article-intro iframe{
	width: 600px !important;
	height:400px !important;
	margin:0 auto;
	display:block;
}

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


 .fy p{
	width: 240px;
	height: 50px;
	padding: 0 10px;
	float: left;
	line-height: 50px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	text-align: center;
	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;
  }


@media screen and (max-width: 1440px){

	.main{
		width: 1200px;
	}
	.head .main{
		width: 1200px;
	}
	.head .tel{
		display: none;
	}
	.nav ul li{
		width: 95px;
	}
 
	.about .bd .intro{
		margin-left: 20px;
		width: 560px;
	}
	.about .bd .pic img{
		width: 600px;
	}
	.product .list{
		width: 285px;
		height: 663px;
	}
	.product .list ul{
		width: 260px;
	}
	.product .pic{
		width: 900px;
	}
	.product .pic ul li{
		width: 286px;
	}
	.product .pic ul li img{
		width: 100%;
		height: 281px;
	}
	.news .left{
		width: 600px;
	}
	.news .left img{
		width: 100%;
		height: 471px;
	}
	.news ul{
		width: 580px;
	}
	.news .info{
		width: 440px;
	}
	.news ul li{
		padding: 25px;
		margin-bottom: 24px;
	}
	.footer .links ul{
		width: 88%;
	}
	.in-content{
		width: 1200px;
	}

	.in-content .left-cont{
		width: 285px;
	}
	.in-content .left-cont .list{
		width: 285px;
	}
	.right-cont{
		width: 900px;
	}
	.pro-list ul li{
		width: 213px;
	}
	.news-list ul li .intro{
		width: 770px;
	}
}






.float{
	width:auto;
	height: auto;
	overflow: hidden;
	position: fixed;
	top: 50%;
	transform: translateY(-100%);
	right: 0;
	width: 180px;
}
.float ul li{
	width: 180px;
	margin-top: 5px;
	height:auto;
	overflow: hidden;
	margin-left: 130px;
	position: relative;
	transition: .5s;
 
}
 
.float ul li span{
	display: block;
	width: 50px;
	height: 50px;
	float: left;
}
.float ul li:nth-child(2):hover{
	margin-left: 0;
}
.float ul li:nth-child(3):hover{
	margin-left: 0;
}
 
.float ul li:nth-child(3):hover img{
	height: 120px;
}
.float ul li p{
	float: left;
	font-size: 16px;
	color:#fff;
	width: 130px;
	text-align: center;
 	height: 50PX;
   	line-height: 50px;
	font-weight: bold;
	background: #006CD8;
 
}
.float ul li a{
	display: block;
	line-height: 50px;
	text-align: center;
	background: #006CD8;
	color:#fff;
	font-size: 16px;
	font-weight: bold;
}
.float ul li:nth-child(1) span{
	background:#006CD8 url(../images/float01.png)no-repeat  center;
}
.float ul li:nth-child(2) span{
	background:#006CD8 url(../images/float03.png)no-repeat   center;
}
.float ul li:nth-child(3) span{
	background:#006CD8 url(../images/float05.png)no-repeat   center;
}
 
.float ul li div{
	width:130px;
	float: left;
	background: #006CD8;
	height: auto;
	overflow: hidden;
}
.float ul li img{
	display: block;
	width: 120px;
	height:50px;
	transition: .3s;
	float: right;
	margin: 5px;
}