*{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;  
}
.img-hover:hover img{
	transform: scale(1.05);
}
.main{
	width: 1200px;
	margin:0 auto;
}
.head{
	width: 100%;
	height:110px;
	overflow: hidden;
}
.top{
	width: 100%;
	height: 30px;
	background: #f4f4f4;
 
}
.top p{
	font-size: 13px;
	color:#000000;
	line-height: 30px;
	float: left;
}
.top ul{
	float: right;
}
.top ul li{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 30px;
	position: relative;
}
.top ul li a{
	font-size: 13px;
	color:#333333;
}
.top ul li:after{
	content: "";
	width: 1px;
	height: 13px;
	position: absolute;
	top:9px;
	right: 0;
	background: #333333;
}
.top ul li:last-child:after{
	width: 0;
}
.head .name{
	float: left;
	margin-top: 33px;
}
.head .tel{
	float: right;
	margin-top: 30px;
}
.nav{

	width: 100%;
	height: 50px;
	background: #006cd8;
}
.nav ul{
	width: 1200px;
	margin:0 auto;
	height: 50px;
	overflow: hidden;
}
.nav ul li{
	float: left;
	width: 170px;
	height: 50px;
	overflow: hidden;
	text-align: center;
	line-height: 50px;
}
.nav ul li a{
	color:#fff;
	display: block;
	font-size: 16px;
}
.nav ul li:hover{
	background: #0059b3;
}
.banner{ 
	width:100%;
	margin:0 auto; 
	overflow:hidden; 
	position:relative; 
 
}
.banner .hd{
  
 overflow:hidden; 
 position:absolute; 
 left:50%;
 transform: translateX(-50%);
 bottom:10px; 
 z-index:1; 
}
 
.banner .hd ul li{
 float:left; 
 margin: 0 4px; 
 width:75px; 
 height:3px; 
 line-height:14px; 
 text-align:center; 
 cursor:pointer;
 background: #fff;
 
 
}
.banner .hd ul li.on{
 background:#006cd8; 
 
}
.banner .bd{
 position:relative; 
 height:100%;
  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; 
 left:3%; 
 top:50%;
 margin-top:-3%;
 display:block; 
 width:32px;
 height:40px;  
 filter:alpha(opacity=50);opacity:0.5;   
}
.banner .next{
 left:auto; right:3%; 
 background-position:8px 5px; 
}
.banner .next {
	font-size: 
	58px;color:#fff;
}
.banner .prev{
	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;  
}
.product{
	width: 100%;
	overflow: hidden;
	height: 627px;
	padding-top: 50px;
	background: url(../images/bg01.png)no-repeat center;
}
.title{
	height: auto;
	overflow: hidden;
}
.title p{
	color:#000000;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}
.title  b{
 
	color:#006cd8;
}
.title span{
	display: block;
	width: 339px;
	height:auto;
	overflow: hidden;
	color:#333333;
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
	margin:0 auto;
	margin-top: 5px;
	background: url(../images/tit01.png)no-repeat center;
}
.product .list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
 
.product .list ul li{
	float: left;
	width: 230px;
	height: 50px;
	border: 1px solid #c9c9c9;
	text-align: center;
	border-radius: 5px;
	box-sizing: border-box;
	margin-bottom:10px;
	margin-left: 12px;
	line-height: 50px;
}
 
.product .list ul li:nth-child(5n-4){
	margin-left: 0;
}
.product .list ul li a{
	color:#333333;
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	font-size: 15px;
}
.product .list ul li a{
	display: block;
}
.product .list ul li:hover{
	background: #006cd8;
	border: 1px solid #006cd8;
}
.product .list ul li:hover a{
	color:#fff;
}
 
.product .pic{
	width: 100%;
	height: auto;
	margin-top: 15px;
	overflow: hidden;
}
.product .pic ul{
	margin-left: -20px;
}
.product .pic ul li{
	float: left;
	width: 283px;
	height: auto;
	overflow: hidden;
	background: #fff;
	margin-left: 20px;
	margin-bottom: 15px;
	border: 1px solid #dcdcdc;
}
.product .pic ul li img{
	display: block;
	width: 265px;
	height: 223px;
 
}
.product .pic ul li div{
	width: 265px;
	height: 223px;
	margin: 0 auto;
	margin-top: 8px;
}
.product .pic ul li p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color:#333333;
	font-size: 15px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}
.product .pic ul li:hover p{
	color:#006cd8;
}
.about{
	width: 100%;
	height: 448px;
	margin-top: 40px;
	overflow: hidden;

}
 
 
.about .pic{
	width: 550px;
	height: 324px;
	position: relative;
	float: left;
	margin-top: 33px;
}
.about .pic img{
	display: block;
	width: 550px;
	height:324px;
}
 
.about .intro{
	width:620px;
	height: auto;
	overflow: hidden;
	float: right;
	position: relative;
	margin-top: 30px;

}
.about .intro h4{
	color:#fff;
	font-size: 30px;

}
.about .info{
	width: 100%;
	height:240px;
	overflow: hidden;
	margin-top: 20px;
	color:#222222;
	text-indent: 2em;
	font-size: 15px;
	line-height: 26px;
}
.about a{
	display: block;
	width: 100%;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	text-align: center;
	color:#666666;
	font-size: 12px;
	line-height: 30px;
	margin-top: 35px;
}
 
.cases{
	width: 1200px;
	height:auto;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	margin-top: 40px;
}
 
.cases ul{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.cases  ul li{
	float: left;
	width: 290px;
	height: auto;
	overflow: hidden;
	margin-left: 13px;
	float: left;
}
.cases  ul li:first-child{
	margin-left: 0;
}
.cases  ul li div{
	width: 290px;
	height: 290px;
	overflow: hidden;
}
.cases  ul li img{
	display: block;
	width: 290px;
	height: 290px;
}
.cases  ul li p{
	width: 100%;
	line-height: 40px;
	text-align: center;
	color:#2f2f2f;
	font-size: 16px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
 
 
.cases .more{
	display: block;
	width: 200px;
	height: 48px;
	border: 1px solid #999999;
	line-height: 48px;
	color:#999999;
	margin: 0 auto;
	margin-top: 30px;
	border-radius: 5px;
	font-size: 14px;
 	text-align: center;
 	
}
.cases .more:hover{
	color:#00a0e9;
	border: 1px solid #00a0e9;
}
.news{
	width: 100%;
	height:517px;
	overflow: hidden;
	margin-top: 60px;
	background: #f5f5f5;
	padding-top: 60px;
}
.news ul {
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}

.news ul li{
	float: left;
	width: 568px;
	height: auto;
	overflow: hidden;
	margin-bottom: 18px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #999999;
}
.news ul li:nth-child(2n){
	float: right;
}
.news ul li .time{
	display: block;
 	width: 66px;
 	overflow: hidden;
 	height: 64px;
 	float: left;
 	background: url(../images/bg02.png) no-repeat center;
 
}
.news ul li .time p{
	color:#fff;
	font-size: 12px;
	margin-top: 11px;
	text-align: center;
	width: 64px;

}
.news ul li .time span{
	color:#fff;
	display: block;
	width: 64px;
	font-size: 15px;
	text-align: center;
	margin-top: 5px;
}
.news ul li  .info{
	width: 485px;
	height: auto;
	overflow: hidden;
	float:right;
	margin-right: 5px;
}
.news ul li  .info p{
	color:#1a1a1a;
	font-size: 16px;
	width: 100%;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news ul li  .info span{
	color:#666666;
	font-size: 12px;
	margin-top: 5px;
	line-height:18px;
	display: block;
	width: 100%;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news ul li:hover {
	border-bottom: 1px dashed #006cd8;
}
.news   .more{
	display: block;
	width: 200px;
	height: 48px;
	border: 1px solid #cccccc;
	text-align: center;
	color:#cccccc;
	font-size: 14px;
	line-height: 48px;
	margin: 0 auto;
	border-radius: 5px;
	margin-top: 15px;
}
.news   .more:hover{
	 color:#006cd8;
	 border: 1px solid #006cd8;
}
.links{
	width: 100%;
	height: 60px;
	background: #006cd8;
	margin-top: 50px;
}
.links .tit{
	float: left;
	height: 60px;
}
.links .tit p{
	color:#fff;
	font-size: 18px;
	line-height: 60px;
	margin-left: 10px;
	float: left;

}
.links .tit img{
	display: block;
	float: left;
	margin-top: 15px;
}
.links  ul{
	float: left;
	width: 940px;
	height: auto;
	overflow: hidden;
	height: 60px;
}
.links  ul li{
	float: left;
	padding: 0 10px;
	line-height: 60px;
}
.links  ul li a{
	color:#fff;
	font-size: 12px;
}
.footer{
	width: 100%;
	min-height:207px;
	overflow: hidden;
	height: auto;
	background: #333333;
	position: relative;
	border-top: 2px solid #fff;
	padding-bottom: 20px;

}
.footer .left{
	float: left;
	width: 380px;
	height: auto;
	overflow: hidden;
}
.footer img{
	display: block;
}
 
.footer .name{
	margin-top: 35px;
}
.footer  .tel{
	margin-top: 35px;
}
.footer .info{
	float: left;
	width: 380px;
	margin-top: 35px;
	margin-left: 130px;
}
.footer .info p{
	color:#fff;
	font-size: 14px;
	line-height: 24px;
}
.footer .ewm{
	float: right;
	margin-top: 30px;
}
.footer .ewm img{
	display: block;
	width: 148px;
	height: 148px;
	border: 1px solid #fff;
}
.footer .ewm p{
	width: 100%;
	text-align: center;
	font-size: 14px;
	color:#fff;
	line-height: 30px;
}
.cr{
  
	height: 30px;
	background: #1f1f1f;
	width: 100%;
}
.cr p{
	color:#fff;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
}
.cr a{
	color:#fff;
}


.float{
	 position:fixed;
	 right: 0;
	 bottom: 100px;
	 width: 50px;

}
.float ul li{
	width:180px;
	height: auto;
	overflow: hidden;
	min-height: 50px;
	margin-top: 3px;
	transition: .5s;
	
}
 
.float ul li:nth-child(1){
	background: #9c9c9c url(../images/f01.png)no-repeat left top;
}

.float ul li:nth-child(2){
	background:#9c9c9c url(../images/f02.png)no-repeat left top;
}

.float ul li:nth-child(3){
	background:#9c9c9c url(../images/f03.png)no-repeat left top;
}

.float ul li:nth-child(4){
	background:transparent url(../images/f04.png)no-repeat left top;
}
.float ul li p{
	width: 120px;
	margin-left: 55px;
	line-height: 50px;
 
	text-align: center;
	font-size: 16px;
	color:#ffffff;
}
.float ul li a{
	display: block;
	width: 50px;
	height: 50px;
}
.float ul li img{
	display: block;
	width: 0;
	height: 0;
	float: right;
	transition: .35s;
	border: 2px solid #fff;
}
.float ul li:nth-child(3) p{
	line-height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
}
.float ul li:nth-child(3):hover{
	margin-left: -130px;
}
.float ul li:nth-child(4):hover{
	margin-left: -130px;
}
.float ul li:last-child:hover img{
	width: 120px;
	height: 120px;
}



.in-content{
	width:100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
 
}


.title-column{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c9c9c9; 
}
.title-column  .tit{
	float: left;
}
.title-column h4{
	font-size: 28px;
	color:#006cd8;
  	white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    overflow: hidden;
    font-weight: normal;
	line-height: 35px;
	position: relative;
	padding-left:12px;
}
.title-column h4:after{
	content: '';
	width: 5px;
	height: 26px;
	left: 0;
	position: absolute;
 	top: 7px;
	background: #006cd8;
}

.title-column  .crumbs{
	float: right;
 	margin-top: 10px;
}

.title-column  .crumbs img{
	display: block;
	float: left;
}
.title-column  .crumbs p{
	color:#555555;
	font-size: 13px;
	line-height: 18px;
	float: left;
	margin-left: 5px;
}
.title-column  .crumbs  a{
	color:#555;
	font-size: 13px;
	line-height: 18px;
	padding: 0 10px;
	position: relative;
}
.title-column  .crumbs  a:after{
	content: ">";
	position: absolute;
	right: -3px;
	color:#555;

}
.title-column  .crumbs  a:nth-child(3){
	padding-left: 0;
}
.title-column  .crumbs  a:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}


.pro-list{
 	
 	width: 1200px;
 	margin: 0 auto;
 	padding: 0;
 	height: auto;
 	overflow: hidden;
 	background: none;
	margin-top: 0;
}
 
.page{
	width: 100%;
	height: auto;
	overflow: hidden;
 	margin:50px auto;
	 
}
.page  ul{
	display: table;
	margin: 0 auto;
}

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

 

.article-detailed{
	width:1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	min-height: 200px;
	margin-top: 20px;
	margin-bottom: 50px;
}


.article-detailed .tit{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 15px;
}

.article-detailed .tit p{
	color:#333;
	font-size: 18px;
	text-align: center;
	border-bottom: 1px dashed #f1f1f1;
	height: 30px;
}

.article-detailed .tit span{
	display: block;
	color:#333;
	margin-top: 5px;
	font-size: 12px;
	text-align: center;
}

.article-detailed  .intro{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.article-detailed  .intro img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.article-detailed  .intro p{
	color:#333;
	font-size: 16px;
	line-height: 30px;
}

.map{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.allmap{
	width: 100%;
	height: 400px;
	border: 3px solid #ccc;
	box-sizing: border-box;
}

.fy{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin:  50px auto;
	border-bottom: 1px dashed #ccc;
	height: 30px;
}

.fy p{
 
	height: auto;
	overflow: hidden;
	color:#333;
	font-size: 12px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	float: left;
	max-width: 350px;
	margin-right: 50px;
}

.fy  a{
	color:#333;
}
.fy  a:hover {
	text-decoration: underline;
	color:#0088dc;
}
.fy .return{
	float: right;
}


.news-list{
 	margin: 0;
 	padding: 0;
 	background: none;
 	height: auto;

}

.in-content .news{
	padding-bottom: 30px;
	margin-top: 40px;
}
.in-news{
	margin-top: 0;
 	
}

.mssg-intro{
	width:1080px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 50px;
	background: #eeeeee;
}

.mssg-intro img{
	display: block;
	float: left;
}

.mssg-intro form{
	width:660px;
	float: left;
	margin-left: 30px;
	margin-top: 30px;
}

.mssg-intro form ul li{
	width: 100%;
	height:auto;
	overflow: hidden;
	border: 1px solid #d2d2d2;
	margin-bottom: 15px;
	background: #fff;
	border-radius: 5px;
}
.mssg-intro form ul li input{
	height: 50px;
	border: none;
	width: 100%;
	outline: none;
	text-indent: 10px;
	color:#999999;
	font-size: 16px;
	background: none;
	font-family: '微软雅黑' ;
}

.mssg-intro form ul li textarea{
	width: 500px;
	height: 100px;
	border: none;
	outline: none;
	font-family: '微软雅黑' ;
	resize: none;
	background: none;
 	text-indent: 10px;
	padding-top: 10px;
	color:#999;
	font-size: 16px;
}

.mssg-intro form .btn input{
	width: 260px;
	display: block;
	height: 60px;
	float: left;
	margin-top: 20px;
	background: #006cd8;
	outline: none;
	border: none;
	font-size: 18px;
	color:#fff;
	border-radius: 5px;
}
.mssg-intro form .btn input:last-child{
	float: right;
	background: #999;
}