*{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: 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: 20px;
	padding-left: 20px;
	line-height: 40px;
	position: relative;
}
.top ul li:after{
	content: "";
	width: 1px;
	height: 10px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5px;
	background: #6d6d6d;
}
.top ul li a{
	color:#3c3c3c;
	font-size: 14px;
}
.top ul li:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}
.head{
	width: 100%;
	height:110px;
	overflow: hidden;
}
.head img{
	display: block;
}
.head .name{
	float: left;
	 
}
.head .tel{
	float: right;
	 
}
.head div div{
	height: 110px;
	display: table-cell;
	vertical-align: middle;
}
.nav{
	width: 100%;
	height: 50px;
	background:#006cd8;
}
.nav ul{
	width: 1200px;
	margin:0 auto;
	height: 50px;
}
.nav ul li{
	float: left;
	width: 170px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	position: relative;
}
.nav ul li a{
	color:#fff;
	font-size: 16px;
}
.nav ul li:hover{
	background: #044c93;
}
.nav ul li:hover dl{
	display: block;
}
.nav ul li dl{
	position: absolute;
	left: 0;
	top: 50px;
	width: 100%;
	display: none;
	z-index: 1;
}
.nav ul li dl dd{
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 5px;
	box-sizing: border-box;
	background: rgba(4,76,147,.8);
	margin-bottom: 1px;
}
.nav ul li dl dd a{
	color: #fff;
	font-size: 14px;
	width: 100%;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.nav ul li dl dd:hover a{
	color: #ccc;
}
.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; 
}
.banner .hd ul{
 overflow:hidden; 
 zoom:1; 
 float:left; 

}
.banner .hd ul li{
 float:left; 
 margin-right:25px;  
 width:50px; 
 height:10px; 
 line-height:14px; 
 text-align:center; 
 cursor:pointer;
 background: #fff;
 
}
.banner .hd ul li.on{
 background:#006cd8; 
  
}
.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; 
 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%;
	height:auto;
	overflow: hidden;
	margin-top: 60px;
 
}
.title{
 
	overflow: hidden;
}
.title p{
	color:#333333;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}
.title span{
 	display: block;
 	text-align: center;
	margin: 0 auto;
	color:#999999;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 5px;

	background: url(../images/tit01.png) no-repeat center;
}

.product .list{
 	display: table;
 	max-width:100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.product .list ul{
	margin-left: -6px;
}
.product .list ul li{
	float: left;
	width: 160px;
	height: 50px;
	background: #006CD8;
	border-radius:5px;
	text-align: center;
	line-height: 50px;
 	margin-left: 6px;
 	margin-bottom: 5px;

}
.product .list ul li a{
	color:#fff;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 16px;
}
.product .list ul li:hover{
	background: #006cd8;
}
.product .list ul li:hover a{
	color:#fff;
}
.product .pic{
	width: 1190px;
	margin: 0 auto;
	margin-top: 15px;
	height: auto;
	overflow: hidden;
	padding: 5px;
}
.product .pic ul li:first-child{
	margin-left: 0;
}
.product .pic ul li{
	float: left;
	width: 290px;
	height: auto;
	overflow: hidden;
	margin-left: 10px;
	margin-bottom: 20px;
	position: relative;
	transition: .5s;
}
.product .pic ul li img{
	display: block;
	width: 290px;
	height: 260px;
}
.product .pic ul li:nth-child(4n-3){
	margin-left: 0;
}

.product .pic ul li p{
	width: 100%;
	height:50px;
	background: #cccccc;
	line-height:50px;
	color:#333333;
	font-size: 18px;
	white-space: nowrap;
	 text-overflow: ellipsis;
	  overflow: hidden;
	text-align: center;
}

.product .pic ul li:hover{
	box-shadow: 0px 0px 5px 2px #d0cfcf;
}
.product .pic ul li:hover p{
	background: #006cd8;
	color:#fff;
}

.product .more{
	display: block;
	width: 178px;
	height: 48px;
	line-height: 48px;
	margin: 0 auto;
	margin-top: 50px;
	border-radius: 5px;
	background: #006cd8;
	text-align: center;
	color:#fff;
	font-size: 14px;
}


.about{
	width: 100%;
	height:637px;
	background: #006cd8;
	margin-top: 40px;
	overflow: hidden;
}
.about .title{
	margin-top: 40px;
}
.about .title p{
	color:#fff;
}
.about .title span{
	color:#fff;
	background: url(../images/tit03.png) no-repeat center bottom;
}

.about .pic{
	width:600px;
	height:420px;
	overflow: hidden;
	float: left;
	position: relative;
	margin-top: 40px;
}
.about .pic img{
	 width: 600px;
	 height: 420px;
 
}
 
.about  .right{
	width: 600px;
	height: 420px;
	background: #fff;
	float: right;
	margin-top: 40px;
}
.about  .right .intro{
	width: 527px;
	margin: 0 auto;
	margin-top: 40px;
}
.about  .right .intro .tit {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}
.about  .right .intro .tit h4{
	font-size: 30px;
	color:#333;
 
}
.about  .right .intro .tit p{
	color:#999999;
	font-size: 20px;
	margin-top: 5px;
 
}
.about  .right .intro .info{
	width: 100%;
	height:155px;
	overflow:hidden;
	color:#666666;
	line-height: 26px;
	font-size: 14px;
	text-indent: -2em;
	margin-top:20px;
}
.about  .right .intro .info p{

}
.about  .right .intro  a{
	color:#fff;
	font-size: 16px;
	border-bottom: 1px solid #666;
	display: block;	
	margin-top: 30px;
	width: 180px;
	border-radius: 5px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #006CD8;
}
 

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

.cases .main{
	width: 1317px;
	margin: 0 auto;
}

.cases .show{
	width: 1200px;
 	float: left;
 	margin-left: 30px;
	height: auto;
	margin-top: 35px;
	overflow: hidden;
}
.cases .show .box{
	width: 800%;
}
.cases .show .pic{
	float: left;
}
.cases .show ul li{
	float: left;
	height: auto;
	overflow: hidden;
	width: 388px;
	margin-right: 15px;
	position: relative;
}
.cases .show ul li img{
	display: block;
	width: 388px;
	height: 340px;
}
.cases .show ul li p{
	width: 100%;
	height: 40px;
	background: rgba(0,0,0,.7);
	text-align: center;
	line-height: 40px;
	color:#fff;
	font-size: 18px;
	position: absolute;
	left: 0;
	bottom: 0;
}
 
.img-box{
	overflow: hidden;
}
.img-box img{
	transition: .5s;
}
.img-box:hover img{
	transform: scale(1.05);
}
 



.section{
	width: 100%;
	height: 724px;
 	background: #f2f2f2;
 	overflow: hidden;
	margin-top: 60px;
}
.section .bd{
	width: 1200px;
	margin: 0 auto;
	height: 560px;
	background: #fff;
	margin-top: 112px;
	padding: 0 25px;
	box-sizing: border-box;
	box-shadow: 0 0 5px 2px #d2d1d1;
}

.news{
	width: 575px;
	height: 500px;
	float: left;
 
}
.news .tit{
	width: 245px;
	height: 84px;
	background: #006CD8;
	overflow: hidden;
}

.news .tit p{
	color:#fff;
	font-size: 24px;
	font-weight: bold;
	margin-left: 25px;
	margin-top: 15px;
}
.news .tit span{
	display: block;
	color:#fff;
	margin-left: 25px;
	margin-top: 5px;
	font-size: 20px;
}
.news img{
	display: block;
	width: 574px;
	margin:0 auto;
	margin-top: 25px;
}
.news .on{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

.news .on h4{
	color:#333333;
	font-size: 16px;
	float: left;
	width: 400px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	line-height: 20px;
}
.news .on span{
	display: block;
	float: right;
	color:#999999;
	line-height: 20px;

	font-size: 14px;
}

.news .on  p{
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
	color:#555555;
	font-size: 14px;
	line-height: 26px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 8px;
}

.news ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.news ul li{
	width: 100%;
	height: auto;
	line-height: 30px;
	overflow: hidden;
	position: relative;
}
.news ul li:after{
	content: '';
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0;
	top: 50%;
	border-radius: 50%;
	margin-top: -3px;
	background: #006CD8;
}
.news ul li a{
	display: block;
	float: left;
	display: block;
	width: 400px;
	margin-left: 15px;
	font-size: 14px;
	color:#555555;
}
.news ul li span{
	display: block;
	float: right;
	color:#999999;
	font-size: 14px;
}
.contact{
	float: right;
	width: 510px;
	height: auto;
	margin-right: 20px;
	overflow: hidden;
}
.contact .tit{
	width: 245px;
	height: 84px;
	background: #006CD8;
	overflow: hidden;
}

.contact .tit p{
	color:#fff;
	font-size: 24px;
	font-weight: bold;
	margin-left: 25px;
	margin-top: 15px;
}
.contact .tit span{
	display: block;
	color:#fff;
	margin-left: 25px;
	margin-top: 5px;
	font-size: 20px;
}


.contact .pic{
	width: 100%;
	height: auto;
	margin-top: 25px;
	overflow: hidden;
}
.contact .pic img{
	display: block;
	width: 510px;
	 
}

.contact .intro{
	width: 100%;
	height: auto;
	overflow: auto;
	margin-top: 20px;
}
.contact .intro h4{
	font-size: 18px;
	color:#333333;

}
.contact .intro p{
	color:#333333;
	font-size: 16px;
	line-height: 26px;
	margin-top: 10px;
}



.menu{
	background: #333333;
	border-bottom: 1px solid #666666;
}


.footer{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #333333;
}

 

.footer .intro{
	float: left;
	width: 480px;
	height: auto;
	overflow: hidden;
 	
	margin:50px 0;
	margin-left:50px;
}
.footer .name img{
	display: block;
}
.footer .info{
	margin-top: 15px;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.footer  .info p{
	color:#cccccc;
	font-size: 14px;
	line-height: 24px;
}

.footer  .info a{
	color:#fff;
}


.footer  .ewm{
	float: right;
	margin-top: 55px;
}

.footer  .ewm img{
	display: block;
	width: 130px;
	height: 130px;
	border: 2px solid #fff;
}

.footer  .ewm p{
	text-align: center;
	color:#fff;
	font-size: 14px;
	line-height: 30px;
}
.links{
	width: 100%;
	height: 68px;
	background: url(../images/bg02.png) no-repeat center;
}

.links .tit{
	width: 141px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-top: 25px;
	background: url(../images/links.png)no-repeat center;
}

.links .tit p{
	color:#fff;
	font-size: 18px;
	text-indent: 30px;
}

.links ul{
	width: 1000px;
	height: 50px;
	float: right;
	margin-top: 9px;
}
.links ul li{
	float: left;
	padding: 0 10px;
	position: relative;
}
.links ul li:after{
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8px;
	border-right: 1px dashed #666666;
}
.links ul li a{
	color:#999999;
	font-size: 14px;
	line-height: 25px;
}



.float{
	width:auto;
	height: auto;
	overflow: hidden;
	position: fixed;
	bottom: 100px;
	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(4):hover{
	margin-left: 0;
}
.float ul li:nth-child(4):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/float02.png)no-repeat   center;
}
.float ul li:nth-child(3) span{
	background:#006cd8 url(../images/float03.png)no-repeat   center;
}
.float ul li:nth-child(4) span{
	background:#006cd8 url(../images/float04.png)no-repeat   center;
}
.float ul li:nth-child(5) 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;
}

.tab {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px solid  #c9c9c9;
	margin-bottom: 30px;
}
.tab ul li{
	float: left;
	padding: 0 25px;
	line-height:40px;
	position: relative;
}
.tab ul li a{
	color: #333;
	font-size: 16px;
}
.tab ul li:hover a{
	color: #CE000C;
	font-weight: bold;
}
.tab ul li:after{
	content: "+";
	position: absolute;
	left: 0;
	top: 0;
	font-weight: bold;
	color: #CE000C;
	opacity: 0;
	font-size: 22px;
}
.tab ul .on a{
	color: #CE000C;
	font-weight: bold;
}
.tab ul .on:after{
	opacity: 1;
}
.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: 0;
	color:#555;

}
.title-column  .crumbs  a:nth-child(2){
	padding-left: 0;
}


.pro-list{
	background: none;
	height: auto;
	margin-top: 0;
	overflow: hidden;
}

 
.pro-list .pic ul li{
	margin-bottom: 15px;
}

.pro-list .pic ul li:nth-child(4n-3){
	margin-left: 0;
}
.page{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
	float: left;
}
.page  ul{
	display: table;
	margin: 0 auto;
}

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


.in-content{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 30px;

}












.article-detailed .list{
	display: table;
	max-width:100%;
   margin: 0 auto;
   height: auto;
   overflow: hidden;
   margin-top: 40px;
}
.article-detailed .list ul{
   margin-left: -6px;
}
.article-detailed .list ul li{
   float: left;
   width: 160px;
   height: 50px;
   background: #006CD8;
   border-radius:5px;
   text-align: center;
   line-height: 50px;
	margin-left: 6px;
	margin-bottom: 5px;

}
.article-detailed .list ul li a{
   color:#fff;
   display: block;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
   font-size: 16px;
}
.article-detailed .list ul li:hover{
   background: #006cd8;
}
.article-detailed .list ul li:hover a{
   color:#fff;
}









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


.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-top: 60px;
	border-bottom: 1px dashed #ccc;
	height: 30px;
	margin-bottom: 50px;
}

.fy p{
	display: table;
	height: auto;
	overflow: hidden;
	color:#333;
	font-size: 12px;
	float: left;
	margin-right: 50px;
}

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


.news-list{
	width: 1140px;
	padding:35px 30px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	background: #fff;
	margin-top: 40px;
}
.news-list .title{
	margin-top: 0;
	margin-bottom: 40px;
}
.news-list ul li{
	width: 544px;
	height:auto;
	padding:10px 0;
	border: 1px solid #d2d2d2;
	float: left;
	margin-top: 18px;
	box-sizing: border-box;
}
.news-list ul li:nth-child(2n){
	float: right;
}

.news-list ul li .time{
	width: 84px;
	border-right: 1px solid #d2d2d2;
	height: 76px;
	color:#999999;
	float: left;
}

.news-list ul li .time p{
	font-size: 58px;
	text-align: center;
	margin-top: -10px;
}

.news-list ul li .time span{
	display: block;
	font-size: 15px;
	margin-top: -10px;
	text-align: center;
}

.news-list ul li .intro{
	width: 385px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-top: 5px;
	margin-left: 15px;
}

.news-list ul li .intro h4{
	font-size: 18px;
	width: 100%;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	color:#333;
	font-weight: normal;
}
.news-list ul li .intro p{
	color:#333;
	font-size: 13px;
	color:#999999;
	height: 40px;
	line-height: 20px;
	margin-top: 8px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news-list ul li:nth-child(-n+2){
	margin-top: 0;
}

.news-list ul li:hover{
	border: 1px solid #006cd8;
}

.news-list ul li:hover .time{
	color:#006cd8;
}

.news-list ul li:hover h4{
	color:#006cd8;
}


.in-news{
	margin-top: 0;
 	
}