*{margin: 0px;padding: 0px;}
body{min-width:1080px;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;}
/*清除浮动*/
 .article-detailed a{color:#000;}

.main{
	width: 1080px;
	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;
}
.head{
	width: 100%;
	height:110px;
	overflow: hidden;
}
.head .name{
 	position: relative;
 	top: 50%;
 	float: left;
 	transform: translateY(-50%);
}
.head img{
	display: block;
}
.head  .tel{
	float: right;
	position: relative;
	top: 50%;
	transform: translateY(-50%);

}
.head .main{
	height: 110px;
	overflow: hidden;
}
.nav{
	width: 100%;
	height: 50px;
	background:#26a1fc;
}
.nav ul{
	width: 1080px;
	margin:0 auto;
	height: 50px;
	overflow: hidden;
}
.nav ul li{
	float: left;
	width: 80px;
	margin-left: 65px;
	height: 50px;
	overflow: hidden;
	text-align: center;
	line-height: 50px;
	transition: .5s;
}

.nav ul li a{
	color:#fff;
	font-size: 16px;
}
.nav ul li:hover{
	box-shadow: 0 -5px 0 0 #fe9002  inset;
}
.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:#00a0e9; 
  
}
.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;  
}
 
.service{
	width: 1080px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 80px;
}
.title{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url(../images/tit01.png)no-repeat center;
}
.title h4{
	font-size: 30px;
	text-align: center;
}
.title span{
	display: block;
	text-align: center;
	color:#666666;
	font-size: 16px;
	text-transform:uppercase;
	margin-top: 5px;
}
.img-box{
	overflow: hidden;
}
.img-box img{
	display: block;
	transition: .5s;
}
.img-box:hover img{
	transform: scale(1.05);
}
.service ul{
	margin-top: 20px;
}
.service ul li{
	float: left;
	width: 262px;
	height: auto;
	margin-left: 10px;
	overflow: hidden;
}
.service ul li div{
	width: 258px;
	height: 160px;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
}
.service ul li div img{
	width: 258px;
	height: 160px;
}

.service ul li p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color:#1a1a1a;
	font-size: 15px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.service ul li:nth-child(4n-3){
	margin-left: 0;
}
 


.about{
	width: 1080px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}

.about .pic{
	float: left;
	width: 530px;
	height: auto;
	overflow: hidden;
	border: 7px solid #e5e5e5;
	margin-top: 30px;
}
.about .pic img{
	display: block;
	width: 542px;
	height: 391px;
}

.about .intro{
	float: right;
	width: 510px;
	height: auto;
	overflow:hidden;
	margin-top: 30px;
}
.about .intro .info {
	width:100%;
	height: 320px;
	overflow: auto;
}
.about .intro .info p{
	color:#1a1a1a;
	font-size: 15px;
	text-indent: 2em;
	line-height: 24px;
}
.about .intro  a{
	display: block;
	width: 153px;
	height: 38px;
	border: 1px solid #26a1fc;
	text-align: center;
	line-height: 38px;
	color:#26a1fc;
	font-size: 15px;
	margin-top: 30px;
}


.adv{
	width: 1080px;
	margin: 0 auto;
	height: 570px;
 
	margin-top: 75px;
}
.adv .tit{
	width: 449px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.adv .tit img{
	display: block;
}
.adv ul {
	margin-top: 30px;
}
.adv ul li{
	float: left;
	width:350px;
	height: 445px;
	margin-left: 15px;
	transition: .5s;
	
}
.adv ul li:hover{
	transform: translateY(-20px);
}
.adv ul li:nth-child(1){
	margin-left: 0;
}
.adv ul li img{
	display: block;
	width: 150px;
	height: 150px;
	position: relative;
	z-index: 100;
	margin: 0 auto;
}
.adv ul li .intro{
	width: 100%;
	height: 368px;
	background: #26A1FC;
	margin-top: -75px;
	overflow: hidden;
	transition: .5s;
	
}

.adv ul li:hover .intro{
	box-shadow: 0 3px 5px 3px #b6b6b6;
}
.adv ul li .info{
	width:330px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 85px;
}
.adv ul li .info h4{
	font-size: 18px;
	text-align: center;
	color:#fff;
	height: 48px;
	line-height: 24px;
}
.adv ul li .info p{
	font-size: 14px;
	color:#fff;
	width: 300px;
	margin:0 auto;
	line-height: 25px;
	margin-top: 15px;
	height: 130px;
}

.adv ul li a{
	display: block;
	width: 180px;
	height: 44px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 44px;
	color:#fff;
	font-size: 16px;
	margin:0 auto;
	margin-top: 25px;
}
.cases{
	width: 1080px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 70px;
}
.cases .list{ 
	margin-top: 30px;
}
.cases .list ul li{
	float: left;
	width: 262px;
	height: auto;
	margin-left: 10px;
	overflow: hidden;
}
.cases .list ul li div{
	display: block;
	width: 260px;
	height: 200px;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
}
.cases .list ul li div img{
	width: 260px;
	height: 200px;
	display: block;
}

.cases .list ul li p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color:#1a1a1a;
	font-size: 15px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.cases .list ul li:nth-child(4n-3){
	margin-left: 0;
}
.tab{
	height: auto;
	overflow: hidden;
	display: table;
	margin:0 auto;
	margin-top: 28px;
}
.tab ul li{
	float: left;
	width: 180px;
	height: 44px;
	background: #E6E6E6;
	margin:0 15px;
	text-align: center;
	line-height: 44px;
}
.tab ul li:hover{
	background:#26A1FC;
}
.tab ul li:hover a{
	color:#fff;
}
.tab ul li a{
	color:#535353;
	font-size: 16px;
	display: block;
}
.news{
	width: 1080px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}
.news ul{
	float: right;
	width: 100%;
	margin-top: 30px;
}
.news ul li{
	width: 533px;
	height: 126px;
	background: #eeeeee;
	margin-bottom: 10px;
	padding: 20px;
	box-sizing: border-box;
	float: left;
}
.news ul li  h4{
	float: left;
	width: 360px;
	color:#000000;
	font-size: 15px;
	font-weight: normal;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}
.news ul li .time{
	width: 70px;
	height: 22px;
	overflow: hidden;
	float: right;
	background: url(../images/tit02.png)no-repeat left bottom;
}
.news ul li .time {
	color:#000000;
	font-size: 12px;
}

.news ul li:hover h4{
	color:#fff;
}
.news ul li p{
	width: 485px;
 	display: -webkit-box;
 	-webkit-line-clamp:2;
 	-webkit-box-orient: vertical;
 	overflow: hidden;
 	float: left;
	color:#000000;
	font-size: 14px;
	line-height: 24px;
	margin-top: 20px;
}
.news ul li:nth-child(2n){
	float: right;
}
.news ul li:hover{
	background: #26a1fc;
}
.news ul li:hover .time{
	background: url(../images/tit03.png)no-repeat left bottom;
	color:#fff;
}
.news ul li:hover p{
	color:#fff;
}

.links{
	width: 100%;
	height: 50px;
	background:#26A1FC;
	margin-top: 50px;
}
.links p{
	float: left;
	width: 150px;
	height: 50px;
	color:#fff;
	font-size: 18px;
	line-height: 50px;
	text-align:center;
	font-weight: bold;
	background: #fe9002;
}

.links ul{
	float: right;
	width: 920px;
	height: 50px;
}
.links ul li{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 50px;
	position: relative;
}
.links ul li:after{
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	background: #fff;
}
.links ul li a{
	color:#fff;
	font-size: 12px;
}
.links ul li:last-child:after{
	width: 0;
	height: 0;
}

.footer{
	width: 100%;
	height: 285px;
	background: #282828;
	position: relative;

}
.footer .left{
	float: left;
	width: 460px;
	margin-top: 40px;
}
.footer .left .info{
	margin-top: 25px;
}
.footer .left .info p{
	color:#666666;
	font-size: 13px;
	line-height: 24px;
}
.footer .fn{
	width: 250px;
	height: 190px;
	float: left;
	border-left: 1px solid #4b4b4b;
	border-right: 1px solid #4b4b4b;
	padding-left: 60px;
	padding-right: 60px;
	margin-left:20px;
	margin-top: 30px;
}
.footer .fn p{
	color:#fff;
	font-size: 18px;
}
.footer .fn ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.footer .fn ul li{
	width: 110px;
	height: 30px;
	line-height: 30px;
	float: left;
}
.footer .fn ul li:nth-child(2n){
	float: right;
}
.footer .fn ul li a{
	color:#999999;
	font-size: 15px;
}
.footer  .ewm{
	float: right;
	width: 150px;
	height: 150px;
	margin-top: 40px;
	margin-right: 35px;

}
.footer  .ewm img{
	display: block;
	width: 150px;
	height: 150px;
}
.footer .ewm p{
	text-align: center;
	color:#555555;
	font-size: 12px;
	line-height: 40px;
}
.footer .cr{
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #333333;
}
.footer .cr p{
	color:#666666;
	font-size: 12px;
	text-align: center;
	line-height: 40px;
}
.footer .cr a{
	color:#666;
}


.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: #454545;
 
}
.float ul li a{
	display: block;
	line-height: 50px;
	text-align: center;
	background: #454545;
	color:#fff;
	font-size: 16px;
	font-weight: bold;
}
.float ul li:nth-child(1) span{
	background:#454545 url(../images/float01.png)no-repeat  center;
}
.float ul li:nth-child(2) span{
	background:#454545 url(../images/float02.png)no-repeat   center;
}
.float ul li:nth-child(3) span{
	background:#454545 url(../images/float03.png)no-repeat   center;
}
.float ul li:nth-child(4) span{
	background:#454545 url(../images/float04.png)no-repeat   center;
}
.float ul li:nth-child(5) span{
	background:#454545 url(../images/float05.png)no-repeat   center;
}
.float ul li div{
	width:130px;
	float: left;
	background: #454545;
	height: auto;
	overflow: hidden;
}
.float ul li img{
	display: block;
	width: 120px;
	height:50px;
	transition: .3s;
	float: right;
	margin: 5px;
}


.in-content{
	width: 1080px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 50px;
}
.left-cont{
	width:260px;
	height: auto;
	float: left;
	overflow: hidden;
 
}
.left-cont .list{
	width: 100%;
	height: auto;
	overflow: hidden;
  	
}
.left-cont .list .tit{
	width: 100%;
	height: 86px;
	overflow: hidden;
	background: #26A1FC;
	border-radius: 8px 8px 0 0;
	margin-bottom: 10px;
}
.left-cont .list .tit p{
	color:#fff;
	font-size: 24px;
	font-weight: bold;
 
	text-align: center;
	margin-top: 15px;

}

.left-cont .list .tit span{
	display: block;
	color:#fff;
	font-size: 12px;
	text-transform: uppercase;
 	text-align: center;
	margin-top:5px;
}
.left-cont .list h4{
	width: 100%;
	box-sizing: border-box;
	height: 40px;
	margin: 0 auto;
	margin-top: 5px;
	line-height: 40px;
	border-radius: 6px;
	text-align: center;
 	border: 1px solid rgb(200, 200, 200);
}
.left-cont .list h4:hover{
	background: #26A1FC;
	border-bottom: 1px solid #26A1FC;
}
.left-cont .list h4:hover a{
	color:#fff;
}
.left-cont .list h4 a{
	color:#363634;
	font-size: 16px;
	font-weight: normal;
 
	display: block;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.left-cont .list  ul{
	width: 268px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.left-cont .list  ul li{
	width: 100%;
	height: 44px;
	border-bottom: 1px dashed #999999;
	line-height: 44px;
}
.left-cont .list  ul li:hover a{
	color:#006cd8;
}

.left-cont .list  ul li a{
	color:#363634;
	font-size: 16px;
	margin-left: 45px;
	display: block;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.left-cont .quick{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	background: #eee;
	border-radius: 8px 8px 0 0;
}
.left-cont .quick .tit {
	width: 100%;
	height: 60px;
	background: #26A1FC;
}
.left-cont .quick .tit p{
	color:#fff;
	font-size: 24px;
	text-align: center;
	line-height: 60px;
}

.left-cont .quick ul{
	width: 280px;
	margin: 10px auto;
}
.left-cont .quick ul li{
	width: 100%;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px dashed #ccc;
}

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

.left-cont .quick .info{
	width: 260px;
	margin: 10px auto;
	height: auto;
	overflow: hidden;
}
.left-cont .quick .info p{
	color:#333;
	font-size: 12px;
	line-height: 22px;
}


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

.title-bar{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 5px;
	border-bottom: 2px solid #26A1FC;
}

.title-bar h4{
	font-size: 24px;
	color:#26A1FC;
	float: left;
}

.title-bar .crumbs{
	float: right;
	margin-top: 10px;
}
.crumbs p{
	font-size: 12px;
	color:#333;
	float: left;
}

.crumbs  a{
 	padding-right: 10px;
	color:#333;
	position: relative;
	font-size: 12px;

}

.crumbs  a:after{
	content: '>';
	font-size: 14px;
	position: absolute;
	right: -3px;
	top: -2px;
	color:#333;
}
.crumbs  a:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}


 

.page{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
	float: left;
}
 .page  .bd{
 	display: table;
 	margin: 0 auto;
 }
 .page ul li{
 	float: left;
 	padding: 0 10px;
 	height: 30px;
 	border: 1px solid #ccc;
 	text-align: center;
 	line-height: 30px;
 	margin: 0 5px;

 }
 .page ul .active{
 	background: #ccc;
 	color:#fff;
 }
 .page ul li a{
 	color:#333;
 }
.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;
	float: left;
	padding: 0 10px;
	line-height: 50px;
	display: -webkit-box;
	-webkit-line-clamp:4;
	-webkit-box-orient: vertical;
	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;
  }



.article-detailed{
	width: 100%;
	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 solid #ccc;
	height:auto;
	overflow: hidden;
	padding-bottom: 5px;
}

.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;
}

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

.in-map .allmap{
	width: 100%;
	height: 400px;
}

.news-list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 5px;
	border: none;
}
.news-list ul  {
	width: 100%;
	padding: 0;
}

.news-list ul  li{
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 35px;
	position: relative;
	border-bottom: 1px dashed #ccc;
}
.news-list ul  li:after{
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
	background: #333;
	border-radius: 50%;
}

.news-list ul  li a{
	display: block;
	width: 650px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    float: left;
    margin-left: 15px;
    color:#333;
}
.news-list ul  li:hover a{
	color:#26A1FC;
}
.news-list ul  li span{
	display: block;
	float: right;
}
 
.mssg-intro{
	width:100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	background: #eeeeee;
}

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

.mssg-intro form{
	width: 390px;
	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: 180px;
	display: block;
	height: 60px;
	float: left;
	margin-top: 20px;
	background: #26A1FC;
	outline: none;
	border: none;
	font-size: 18px;
	color:#fff;
	border-radius: 5px;
}
.mssg-intro form .btn input:last-child{
	float: right;
	background: #999;
}

.pic-box{
	width: 100%;
	height: auto;
	overflow:hidden;
	margin-top: 15px;
}

.pic-box ul li{
	float: left;
	width: 258px;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
	margin-left: 11px;
}
.pic-box ul li:nth-child(3n-2){
	margin-left: 0;
}

.pic-box ul li div{
	border: 1px solid #ccc;
	box-sizing:border-box;
}
.pic-box ul li img{
	display: block;
	width:100%;
	height:auto;
}
.pic-box ul li p{
	width: 100%;
	height: auto;
	font-size: 14px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    color:#333;
    margin-top: 5px;
	overflow: hidden;
}
 