*{margin: 0px;padding: 0px;}
body{min-width:1150px;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 .intro a{color:#333}
.article-detailed .intro a:hover{color:#0068B7}

.main{
	width: 1130px;
	margin:0 auto;
}
.head{
	width: 100%;
	height:140px;
	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 .main{
	display: flex;
	align-items:center;
	height: 140px;
	justify-content: space-between;
}
.nav{
	width: 100%;
	height: 50px;
	background:#0068B7;
}
.nav ul{
	width: 1200px;
	margin:0 auto;
	height: 50px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nav ul li{
	float: left;
	width: 100%;
	height: 50px;
	overflow: hidden;
	text-align: center;
	line-height: 50px;
}
.nav ul li a{
	color:#fff;
	font-size: 16px;
}
.nav ul li:hover{
	background:#F2671F;
}
.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: #FFFFFF;
 
}
.banner .hd ul li.on{
 background:#0068B7;
 
}
.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;  
}
.slogan{
	width: 100%;
	height: 120px;
	background: #eeeeee;
}
.slogan ul{
	display: flex;
	justify-content: center;
	align-items: center;
	justify-content: space-between;
	height: 120px;
}
.slogan ul li{
 
	display: flex;
	justify-content:center;
	align-items: center;
	color:#666;
	font-size: 15px;
 
}
 
.slogan ul li img{
	display: block;
	margin-right: 10px;
}

.product{
	width: 1130px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 35px;
}
.product .list{
	width: 265px;
	min-height: 690px;
	height: auto;
	overflow: hidden;
	float: left;
	padding-bottom: 8px;
	background:#eee;
}
.product .list .tit{
	width: 265px;
	height: 79px;
	color:#fff;
	overflow: hidden;
	background: url(../images/tit01.png)no-repeat center;
}
.product .list .tit div{
 	margin-top: 8px;
 	margin-left: 25px;
}
.product .list p{
	text-align: center;
	font-size: 26px;
	float: left;
 
}
.product .list  span{
	font-size:20px;
	float: left;
	margin-left: 8px;
 	margin-top: 7px;
	display: block;
}
.product .list  ul li {
	width: 100%;
	height: auto;
	line-height: 50px;
 

	
}

.product .list  ul li h4{
	font-weight: normal;
	background:  url(../images/icon01.png)no-repeat 10px center;
	border-bottom: 1px solid #cccccc;
}
.product .list  ul li a{
	color:#222222;
	font-size: 16px;
	width: 260px;
	padding-left: 35px;
	box-sizing: border-box;
	 white-space: nowrap;
	 display: block;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product .list  ul li:hover h4 a{
	color:#0068B7;
}

.product .list dl{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.product .list dl dd{
	width: 100%;
	height: 44px;
	line-height: 44px;
	border-bottom: 1px solid #CCCCCC;
}
.product .list dl dd a{
	display: block;
}

.product .list dl dd a:hover {
	color:#0068B7;
}
.product .pic{
	float: right;
	width:840px;
	height: auto;
	overflow: hidden;
}
 
.product .pic ul li{
	width: 265px;
	height: auto;
	float: left;
	margin-left: 22px;
	overflow: hidden;
	transition: .3s;
	margin-bottom:10px;
	background: #eeeeee;
}
.product .pic ul li:nth-child(3n-2){
	margin-left: 0;
}
.product .pic ul li:hover{
	background:#0068B7;
}
.product .pic ul li:hover p {
	color:#fff;
}
.product .pic ul li div{
	width: 253px;
	height: 176px;
	margin: 6px;
	margin-bottom: 0;
}
.product .pic ul li img{
	display: block;
	width: 253px;
	height: 176px;
	margin: 6px;
	margin-bottom: 0;
}
.product .pic ul li p{
	width: 100%;
	line-height: 44px;
	text-align: center;
	color:#222222;
	font-size: 15px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.img-box{
	height: auto;
	overflow: hidden;
}
.img-box img{
	transition: .5s;
}
.img-box:hover img{
	transform: scale(1.05);
}
.cases{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
 .title{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url(../images/tit02.png)no-repeat center  40px;
	padding-bottom: 15px;
	margin-top: 10px;
}
 .title p{
 	color:#333333;
 	font-size: 24px;
 	text-align: center;
 	font-weight: bold;
 }
 .title span{
 	display: block;
 	text-align: center;
 	color:#cccccc;
 	font-size: 15px;
 	text-transform: uppercase;
 	margin-top:25px;
 }

 .cases ul {
 	width: 1130px;
 	margin: 0 auto;
 	height: auto;
 	overflow:hidden;
 }
 .cases ul li{
 	float: left;
 	width: 269px;
 	height:auto;
  
 	margin-left:18px;
 }
  .cases ul li:nth-child(4n-3){
 
	margin-left:0;
  }

  .cases ul li div{
  	display: block;
  	width: 269px;
   	height:199px;
   	box-sizing: border-box;
 	border: 5px solid #EDEDED;
  }

.cases ul li div img{
	display: block;
	width: 259px;
	height: 189px;
}

.cases ul li p{
	width: 100%;
	line-height: 30px;
	text-align: center;
	color:#222222;
	font-size: 16px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	line-height: 40px;
	color:#222222;
}
.cases ul li:hover p{
	color:#0068B7;
}

.gg{
	width: 100%;
	height: 197px;
	background: url(../images/gg.png)  no-repeat center;
	margin-top: 35px;
}
.about{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.about .pic{
	float: left;
	width: 487px;
	height: 350px;
	margin-top: 20px;
	background: url(../images/bg02.png)no-repeat center;
}
.about .pic img{
	display: block;
	width: 470px;
	height: 313px;
	margin: 0 auto;
	margin-top: 10px;
}
.about .intro{
	width: 615px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-left: 25px;
	margin-top: 20px;
}
.about .intro h4{
	color:#00479d;
	font-size: 30px;
}
.about .intro .info{
	height: 210px;
	overflow: hidden;
	color:#1e1e1e;
	font-size: 15px;
	display: -webkit-box;
	-webkit-line-clamp:8;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height:26px;
	margin-top: 20px;

}
 
.about .intro a{
	color:#00479d;
	font-size: 16px;
	display: block;
	margin-top: 40px;
}
.news{
	width: 1130px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
 
.news .part{
	width: 550px;
	height: auto;
	overflow: hidden;
	float: left;
}
.news .part:last-child{
	float: right;
}
.news .tit{
	width: 100%;
	height: 50px;
	background: #0068B7;
}

.news .tit img{
	display: block;
	float: left;
	margin-left: 15px;
	margin-top: 13px;
}
.news .tit p{
	color:#fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	margin-left: 10px;
	float: left;
}
.news .tit a{
	float: right;
	margin-right: 14px;
	line-height: 50px;
	color:#fff;
	font-size: 12px;
}
.news  ul {
	margin-top: 15px;
}
.news  ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px solid #DCDCDC;
	margin-bottom: 15px;
}
.news  ul li .time{
	float: left;
	width: 90px;
	height: 80px;
}
.news  ul li:hover .time b{
	color:#ee510f;
}
.news  ul li:hover .time  p{
	background: #EE510F;
}
.news  ul li .time b{
	color:#0068B7;
	font-size: 20px;
	display:block;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background: #E5E5E5;
}

.news  ul li .time p{
	text-align: center;
	line-height: 40px;
	background: #0068B7;
	text-align: center;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color:#fff;
	font-size: 13px;
}

.news  ul li .info{
	float: right;
	width: 445px;
	height: auto;
	overflow: hidden;
}
.news  ul li .info h4{
	color:#000000;
	font-size: 18px;
	font-weight: normal;
	 white-space: nowrap;
	 margin-top: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news  ul li .info p{
	width: 100%;
	color:#000000;
	font-size: 13px;
	line-height: 22px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 5px;
}
.links{
	width: 100%;
	height: 60px;
	background:#0068B7;
	margin-top: 40px;
}
.links p{
	float: left;
	font-size: 18px;
	font-weight: bold;
	line-height: 60px;
	color:#fff;
}
.links  ul{
	float: left;
	width: 1030px;
	height: 60px;
 
}
.links  ul li{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 60px;
}
.links  ul li a{
	color:#fff;
	font-size: 14px;
}
.footer{
	width: 100%;
	height:auto;
	overflow: hidden;
 
	box-sizing: border-box;
	background: #222222;
}
.footer .ewm{
	width: 210px;
	height: 235px;
	float: left;
	background:#0068B7;
}
.footer .ewm img{
	display: block;
	width: 152px;
	height: 152px;
	margin: 0 auto;
	margin-top: 25px;
}
.footer .ewm  p{
	width: 100%;
 	margin-top: 15px;
	text-align: center;
	color:#fff;
	font-size: 14px;
}
.footer .right{
 	float:right;
 	 
	width: 840px;
	height: auto;
	overflow: hidden;
	margin-top:20px;
}
.footer .right .fn{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #fff;
}
 
.footer .right .fn ul li{
	float: left;
	padding: 0 30px;
	line-height: 50px;
	position: relative;
}
.footer .right .fn ul li:first-child{
	padding-left: 0;
}
.footer .right .fn ul li:after{
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	background: #fff;
	right: 0;
	top: 50%;
	margin-top: -7px;
}
.footer .right .fn ul li a{
	color:#fff;
	font-size: 16px;
}
.footer .right .fn ul li:last-child:after{
	width: 0;
	height: 0;
}
.footer .right .info{
	width: 100%;
	height: auto;
	margin-top: 15px;
	overflow: hidden;
	margin-bottom: 10px;
}
.footer .right .info p{
	color:#fff;
	font-size: 14px;
	line-height: 26px;
}
.footer .right .info a{
	color:#fff;
}


.in-content{
	width: 1130px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin:  30px auto;
}

.left-cont{
	width:265px;
	height: auto;
	overflow: hidden;
	float: left;
}
.right-cont{
	float: right;
	width:845px;
	height: auto;
	overflow: hidden;
}
.left-cont .list{
	width: 265px;
	min-height: auto;
	height: auto;
	overflow: hidden;
	padding-bottom: 20px;
	background:#eee;
}
.left-cont .list .tit{
	width: 265px;
	height: 79px;
	color:#fff;
	overflow: hidden;
	background: url(../images/tit01.png)no-repeat center;
}
.left-cont .list .tit div{
 	margin-top: 8px;
 	margin-left: 25px;
}
.left-cont .list p{
	text-align: center;
	font-size: 26px;
	float: left;
 
}
.left-cont .list  span{
	font-size:20px;
	float: left;
	margin-left: 8px;
 	margin-top: 7px;
	display: block;
}
.left-cont .list  ul li {
	width: 100%;
	height: auto;
	line-height: 50px;
 

	
}

.left-cont .list  ul li h4{
	font-weight: normal;
	background:  url(../images/icon01.png)no-repeat 10px center;
	border-bottom: 1px solid #cccccc;
}
.left-cont .list  ul li a{
	color:#222222;
	font-size: 16px;
	width: 260px;
	padding-left: 35px;
	box-sizing: border-box;
	 white-space: nowrap;
	 display: block;
    text-overflow: ellipsis;
    overflow: hidden;
}
.left-cont .list  ul li:hover h4 a{
	color:#0068B7;
}

.news-list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.news-list ul li{
	width: 100%;
	height: auto;
	border-bottom: 1px dashed #ccc;
	overflow: hidden;
	position: relative;
	line-height: 45px;
}
.news-list ul li:after{
	content: ".";
	position: absolute;
	left: 0;
	top: -5px;
	font-size: 16px;
	 color:#676767;
}
.news-list ul li a{
	display: block;
	float: left;
	width: 435px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color:#676767;
    margin-left: 10px;
    font-size: 13px;
}
.news-list ul li:hover a{
	color:#0068B7;
}

.news-list ul li span{
	display: block;
	float: right;
	color:#aeaeae;
	font-size: 12px;
}
.in-content .quick{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #0068B7;
	margin-top: 20px;
}

.in-content .quick .tit{
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: #0068B7;
}

.in-content .quick .tit p{
	color:#fff;
	font-size: 18px;
	text-align: center;
}

.in-content .quick ul{
	width: 96%;
	margin:2%;
}
.in-content .quick ul li{
	width: 100%;
	height: 30px;
	border-bottom: 1px dashed #ccc;
	line-height: 30px;
}
.in-content .quick ul li a{
	color:#333;
	font-size: 12px;
	width: 100%;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	display: block;
}


.in-content .quick .info{
	width: 96%;
	margin: 10px auto;
	height: auto;
	overflow: hidden;
}

.in-content .quick .info p{
	color:#333;
	font-size: 12px;
	line-height: 20px;
}



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

.title-bar h4{
	font-size: 24px;
	color:#0068B7;
	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:0;
	top: -2px;
	color:#333;
}
.crumbs  a:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}


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

.pic-box{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.pic-box ul {
	margin-left: -16px;
}
.pic-box ul li{
	float: left;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	height: auto;
	width:269px;
	overflow: hidden;
	margin-left: 16px;
}
.pic-box ul li img{
	width: 100%;
	display: block;

}
.pic-box ul li:hover  {
	background: #0068B7;
 
}
.pic-box ul li:hover p{
	color:#fff;
}
.pic-box ul li p{
	text-align: center;
	font-size: 14px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	line-height:40px;
	color:#333;
}

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

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


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



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

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




 


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

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

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