*{margin: 0px;padding: 0px;}
body{min-width:1280px;margin:0 auto;background:#ffffff;margin: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: 1280px;
	margin: 0 auto;
}
.head{
	width: 100%;
	height: auto;
	border-bottom: 1px solid #ececec;
	overflow: hidden;
}
.head .main{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 110px;
}
.main{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.top{
	width: 100%;
	height: 30px;
	overflow: hidden;
	background: #f5f5f5;
	 
}
.top p{
	color:#666666;
	font-size: 12px;
	float: left;
	line-height: 30px;
}
.top  img{
	display: block;
	float: left;
	margin-top: 8px;
	margin-right: 5px;
}
.top .tel{
	float: right;
	margin-right: 30px;
}
.top ul{
	float: right;
}
.top ul li{
	float: left;
	line-height: 30px;
	padding: 0 25px;
	position: relative;
}
.top ul li:after{
	content: "";
	width: 1px;
	height: 10px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5px;
	background: #666666;
}
.top ul li a{
	color:#888888;
}
.top ul li:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}
.top ul li:last-child{
	padding-right: 0;
}
 
.head  img{
	display: block;
}
 
.nav {
	width: 100%;
	height:50px;
	background: #055FC4;
 
}
.nav ul{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.nav ul li{
	float: left;
	width: 171px;
	text-align: center;
	height: 50px;
	line-height: 50px;
}
 
.nav ul li a{
	display: block;
	color:#fff;
	font-size: 16px;
}
.nav ul li:hover{
	background: #F08300;
}
.nav ul li:hover a{
	color:#fff;
}


.banner{ 
	width:100%;
	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:5px;  
 width:50px; 
 height:5px; 
 line-height:14px; 
 text-align:center; 
 cursor:pointer;
 background: #fff;
 
}
.banner .hd ul li.on{
 background:#1868ca; 
 border: 1px solid #1868ca;
}
.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%;
	height: auto;
	overflow: hidden;
	padding: 40px 0;
}
.title{
	background: url(../images/title.png) repeat-x center;
}
.title div{
	display:table;
	margin: 0 auto;
	background: #fff;
	z-index: 1;
	padding: 0 15px;
}
.title h4{
	color:#055fc4;
	font-size: 36px;
	text-align: center;
 	
}

.title span{
	display: block;
	font-weight: bold;
	color:#e0e0e0;
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Arial';
}
 
.title p{
	color:#555555;
	font-size: 13px;
	text-align: center;
	display: block;
	margin-top: 5px;
}

.product .list{
 	display: table;
 	margin: 0 auto;
 	margin-top: 35px;
 	margin-bottom: 40px;
}
.product .list ul li{
	float: left;
	width: 183px;
	height:50px;
 	background: #f1eff2;
	text-align: center;
	line-height: 50px;
	margin: 0 10px;
	box-sizing: border-box;
}
.product .list ul{
	margin-left: -18px;
}
 
.product .list ul li:hover {
	background:#055FC4;
}
.product .list ul li:hover a{
	color:#fff;
}

.product .list ul li a{
	color:#666666;
	font-size: 18px;
	display: block;
}
.product .pic{
	width:100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
 
}
 
.product .pic ul li{
	float: left;
	width: 386px;
	background: #fff;
	margin-left: 20px;
	height: auto;
	margin-bottom: 15px;
	transition: .3s;
	overflow: hidden;
	position: relative;
}
.product .pic ul li:nth-child(3n-2){
	margin-left: 0;
}
 
 
.product .pic ul li img{
	display: block;
	width:386px;
	height: 300px;
	transition: .5s;
 
}
.product .pic ul li:hover img{
	transform: scale(1.05);
}
.product .pic ul li p{
	width: 100%;
	height: 45px;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	line-height: 45px;
	color:#fff;
	font-size: 16px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	background: rgba(0,0,0,0.7);
}
.product  .more{
	width:96%;
	margin: 0 auto;
	height: auto;
	display: none;
	overflow: hidden;
	background: #ff9600;
	line-height: 35px;
	border-radius: 5px;
	font-size: 12px;
	text-align: center;
}
.product  .more a{
	color:#fff;
}


.adv{
	width:1200px;
	margin: 0 auto;
	height:auto;
	overflow: hidden;
	position: relative;
	margin-top: 60px;
}
.adv .adv-tit img{
	display: block;
	margin: 0 auto;
}

.adv .swiper-slide{
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	
}

.adv .adv-bd{
	width:1180px;
	margin: 0 auto;
	margin-bottom: 10px;
	height: 400px;
	overflow: hidden;
	margin-top: 30px;
	box-shadow: 0px 0px 10px 1px #e6e6e6;
	
}

.adv .adv-bd .intro{
	float: left;
	width: 520px;
	padding: 30px;
	background: #fff;
}

.adv .adv-bd   .pic{
	float: right;
}

.adv .adv-bd .pic img{
	display: block;
	width: 600px;
	height: 400px;
}

.adv .adv-bd .intro .tit{
	width: 100%;
	height: 90px;
	overflow: hidden;
	border-bottom: 1px dashed #ccc;
}
.adv .adv-bd .intro .tit img{
	display: block;
	float: left;
}

.adv .adv-bd .intro .tit div{
	float: left;
	width: 380px;
	margin-left: 20px;
}
.adv .adv-bd .intro .tit div p{
	color:#000000;
	font-size: 36px;
	font-weight: bold;
}

.adv .adv-bd .intro .tit div span{
	display: block;
	color:#999999;
	font-size: 14px;
	margin-top: 5px;
	text-transform: uppercase;
}
.adv .adv-bd .swiper-slide{
	width: 1200px;
	height: auto;
	overflow: hidden;
	
}
.adv .adv-bd .swiper-wrapper{
	
	width:800%;
	height: auto;
 
}

.adv .adv-bd .intro .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top:20px;
}
.adv .adv-bd .intro .info p{
	color:#333333;
	font-size: 18px;
	background: url(../images/icon04.png)no-repeat left 8px;
	padding-left: 35px;
	line-height: 30px;
	margin-bottom: 10px;
}
.adv .adv-bd .intro .info  span{
	color:#027bd6;
}
.adv .adv-bd .swiper-pagination-bullets{
	bottom: -100px;
}
.adv .swiper-pagination{
	display:table;
	margin: 0 auto;
	margin-top: 30px;
}
.adv .swiper-pagination span{
	width: 70px;
	height: 5px;
	background: #cccccc;
	margin: 0 12px;
	float: left;
}

.adv .swiper-pagination .swiper-pagination-bullet-active{
 background: #006cd8;
}


.about{
	width: 100%;
	height: 590px;
	background: url(../images/bg01.png)no-repeat center bottom;
	margin-top: 65px;
	overflow: hidden;
}
.about .title{
	background: url(../images/title02.png) no-repeat center;
	margin-top: 50px;
}
.about .title div{
	background: none;
}
.about .title  h4{
	color:#fff;
}
.about .title span{
	opacity: .5;
}

.about .pic{
	float: left;
	width:568px;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.about .pic img{
	display: block;
	width: 100%;
	height: 354px;
}
.about .intro{
	width: 605px;
	float: right;
	height: auto;
	overflow: hidden;
	margin-top:50px;
}

.about .intro h4{
	color:#f5f5f5;
	font-size: 26px;
}
.about .intro .info{
	margin-top: 30px;
	height: 210px;
	overflow: hidden;
}
 
.about .intro p{
	color:#fff;
	font-size: 16px;
	line-height:26px;
 
}

.about  .more{
	display: block;
	width: 160px;
	height: 40px;
	background: #ff9600;
	text-align: center;
	line-height: 40px;
	color:#fff;
	font-size: 13px;
 
	margin-top:25px;
}

.cases{
	width: 100%;
	height: auto;
	overflow: hidden;
 
}
.cases .title{
	margin-top: 60px;
}
 
.cases  .show{
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}

.cases  .show .box{
	width: 800%;
}
.cases  .show .pic{
	float: left;
}
.cases  ul li{
	float: left;
	width: 290px;
	background: #fff;
	margin-left: 20px;
	height: auto;
	margin-bottom: 15px;
	transition: .3s;
	overflow: hidden;
	position: relative;
}
 
 
.cases  ul li img{
	display: block;
	width:290px;
	height: 218px;
 
}
.cases  ul li p{
	width: 100%;
	height: 45px;
 
	text-align: center;
	line-height: 45px;
	color:#000000;
	font-size: 16px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
 
}

.cases   .more{
	display:none;
	width:96%;
	margin: 0 auto;
	height: 40px;
	background: #ff9600;
	text-align: center;
	line-height: 40px;
	color:#fff;
	font-size: 13px;
 	border-radius: 5px;
	margin-top:15px;
}


.section{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}
.news{
	width: 775px;
	height:525px;
	box-sizing: border-box;
	padding: 30px 20px;
	float: left;
	border: 1px solid #e3e3e3;
	overflow: hidden;
}

.news .tit {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.news .tit div{
	float: left;
	width: 193px;
	position: relative;
}
.news .tit div:after{
	content: "";
	width: 40px;
	height: 2px;
	position: absolute;
	right: 0;
	bottom: 3px;
	background: #f5a007;
}
.news .tit div p{
	color:#055fc4;
	font-size: 24px;
	font-weight: bold;
}
.news .tit span{
	color:#999999;
	font-size: 14px;
	margin-top: 3px;
	display: block;
	text-transform: uppercase;
}
.news .tit a{
	float: right;
	margin-top: 15px;
}
.news  .on{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
	border-bottom: 2px solid  #e3e3e3;
	padding-bottom: 30px;
}

.news  .on img{
	display: block;
	width: 312px;
	height: 200px;
	float: left;
}
.news  .on .info{
	float: right;
	width: 395px;
	height: auto;
	overflow: hidden;
}
.news  .on .info h4{
	font-size: 16px;
	color:#333333;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
 
    position: relative;
    font-weight:normal;
}
 
 .news  .on .info h4:hover{
 	color:#055FC4;
 }

.news  .on .info span{
	display: block;
	color:#999999;
	font-size: 12px;
	margin:  10px auto;
}


.news  .on .info p{
	color:#666666;
	font-size: 14px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news  .on i{
	font-style: normal;
	margin-top: 40px;
	color:#666666;
	font-style: 14px;
	float: right;
	display:table;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
}
.news  ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.news  ul li{
	float: left;
	width: 350px;
	height:30px;
	position: relative;
	line-height:30px;
 
}
.news  ul li:after{
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
	border-radius: 50%;
	background: #c6c6c6;

}
 
.news  ul li:nth-child(2n){
	float: right;
}

.news  ul li a{
	display: block;
	float: left;
	font-size: 15px;
	color:#666666;
	width: 240px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	margin-left: 15px;
}
.news  ul li span{
	display: block;
	float: right;
	color:#666666;
}

.news  ul li:hover a{
	color:#055fc4;
}


.news-quick {
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 60px;
}


.news-quick  ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.news-quick  ul li{
	float: left;
	width:580px;
	height:35px;
	position: relative;
	line-height:35px;
 
}
.news-quick  ul li:nth-child(2n){
	float: right;
}
.news-quick  ul li:after{
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
	border-radius: 50%;
	background: #c6c6c6;

}
 
.news-quick  ul li:nth-child(2n){
	float: right;
}

.news-quick  ul li a{
	display: block;
	float: left;
	font-size: 15px;
	color:#666666;
	width: 240px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	margin-left: 15px;
}
.news-quick  ul li span{
	display: block;
	float: right;
	color:#666666;
}

.news-quick  ul li:hover a{
	color:#055fc4;
}
 

.contact{
	float: right;
	width: 410px;
	height: 525px;
	padding: 30px 25px;
	box-sizing: border-box;
	overflow: hidden;
 	border: 1px solid #e3e3e3;
 	
}
.contact .tit {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.contact .tit div{
	float: left;
	width: 140px;
	position: relative;
}
.contact .tit div:after{
	content: "";
	width: 40px;
	height: 2px;
	position: absolute;
	right: 0;
	bottom: 3px;
	background: #f5a007;
}
.contact .tit div p{
	color:#055fc4;
	font-size: 24px;
	font-weight: bold;
}
.contact .tit span{
	color:#999999;
	font-size: 14px;
	margin-top: 3px;
	display: block;
	text-transform: uppercase;
}

.contact img{
	display: block;
	width: 366px;
	margin-top: 20px;
}


.contact .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.contact .info h4{
	color:#055fc4;
	font-size: 20px;
}
 
.contact .info p{
	color:#333333;
	font-size: 16px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-line-clamp:5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 10px;
}

.links{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}

.links .tit{
	float: left;
}
.links .tit img{
	display: block;
}
.links ul{
	width: 980px;
	height: 60px;
	margin-top: 8px;
	float: right;
	margin-right: 10px;
	overflow: hidden;
}

.links ul li{
	float: left;
	line-height: 30px;
	padding: 0 10px;
	position: relative;
}
.links ul li:after{
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	background: #929191;
}

.links ul li a{
	color:#6f6d6d;
	font-size: 14px;
}
.footer{
	width: 100%;
	min-height: 280px;
	box-sizing: border-box;
	overflow: hidden;
	height: auto;
	padding-bottom:40px;
	background:#055FC4;
	padding-top: 55px;
	margin-top: 20px;
}
 
.footer .left{
	float: left;
}
.footer .left .info{
	color:#fff;
	font-size: 15px;
	line-height: 30px;
	margin-top: 20px;
}

.footer .menu{
	width: 375px;
	box-sizing: border-box;
	float: left;
	border-left: 1px solid #fff;
	margin-left: 70px;
	border-right: 1px solid #fff;
	height: auto;
	overflow: hidden;
 
	padding-bottom: 10px;
	min-height: 205px;
}

.footer .menu h4{
	color:#fff;
	font-size: 18px;
	margin-left: 61px;
}
.footer .menu ul{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.footer .menu ul li{
	float: left;
 	margin: 0 61px;
 	width: 64px;
	line-height: 35px;
	height: auto;
	overflow: hidden;
}
.footer .menu ul li:nth-child(2n){
	float: right;
}
.footer .menu ul li a{
	color:#fff;
	font-size: 16px;
}
.footer .ewm{
	margin-right: 45px;
	float: right;
}
.footer .ewm  img{
	display: block;
	width: 135px;
	height: 135px;
	border: 2px solid #fff;
	box-sizing: border-box;
	margin: 0 auto;
}
.footer .ewm p{
	text-align: center;
	color:#fff;
	font-size: 12px;
	line-height: 25px;
}

.in-content{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #f0f0f0;
	padding-bottom: 40px;
}

.title-bar{
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
	height: auto;
	overflow: hidden;
 	padding-bottom: 5px;
	border-bottom: 1px solid #d2d2d2;
}
.title-bar h4{
	font-size: 28px;
	color:#333333;
	float: left;
 	padding-left: 15px;
 	line-height:35px;
	position: relative;
}
.title-bar h4:after{
	content: "";
	width: 5px;
	height: 24px;
	position: absolute;
	background: #055FC4;
	left: 0;
	top: 50%;
	margin-top: -12px;
}
.crumbs {
	float: right;
	margin-top: 10px;
}
.crumbs img{
	display: block;
	float: left;
}
.crumbs  p{
	float: left;
	margin-left: 5px;
}
.crumbs a{
	display: block;
	float: left;
	color:#333333;
	font-size: 13px;
	padding: 0 10px;
	position: relative;
}
.crumbs a:after{
	content: ">";
	font-size: 13px;
	color:#333;
	position: absolute;
	top: 0;
	right: -5px;
}
.crumbs a:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}
.pro-list .list{
	margin-top: 0;
}


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

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

.article-intro{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	height: auto;
	margin-top: 20px;
	margin-bottom: 50px;
}
.article-intro .intro{
	margin-top: 20px;
	font-size: 16px;
	line-height: 30px;
	color:#333333;
 	
}
.article-intro .intro img{
	display: block;
	margin: 0 auto;
}

.article-intro .intro a{color:#333333;
}


.article-intro .map{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.article-intro .map .allmap{
	width: 100%;
	height: 460px;
	border: 3px solid #cccccc;
	box-sizing: border-box;
}

.article-intro .info ul li{
	float: left;
	width: 
}
.article-intro  .info {
	margin-top: 30px;
}
.article-intro  .info ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 25px;
	padding-bottom: 20px;
}

.article-intro  .info ul li .part{
	width: 500px;
	height: auto;
	overflow: hidden;
	float: left;
}
.article-intro  .info ul li  img{
	float: left;
}
.article-intro  .info ul li .part div{
	float: left;
	margin-left: 10px;
}
.article-intro  .info ul li .part b{
	color:#333333;
	font-size: 18px;
	margin-top: 5px;
	width: 100%;
	display: block;
}
.article-intro  .info ul li p{
	color:#555555;
	font-size: 16px;
}
.article-intro  .info ul li:last-child .part{
	width: 100%;
}
.article-intro  .info ul li .part:last-child{
	float: right;
}

.article-intro .tit{
	margin-top: 20px;
	border-bottom: 1px dashed #dedede;
	padding-bottom: 10px;
}
.article-intro .tit h3{
	font-size: 24px;
	text-align: center;
	color:#333;
}
.article-intro span{
	display: block;
	color:#999;
	margin-top: 8px;
	text-align: center;
}
.hz-list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;

}
.hz-list ul {
	margin-left: -20px;
}
.hz-list ul li{
	float: left;
	width: 224px;
	height: auto;
	margin-bottom: 20px;
	margin-left: 20px;
	overflow: hidden;
}
.hz-list ul li img{
	display: block;
	width: 100%;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
 

.cont-intro{
	width: 1220px;
	padding:35px  30px;
	margin: 0 auto;
	background: #fff;
	height: auto;
	overflow: hidden;
	margin: 40px auto;
}
.cont-intro ul{
	width: 530px;
	height: auto;
	overflow: hidden;
	float: left;
}
.cont-intro ul li{
	width: 100%;
	height: auto;
	border-bottom: 1px solid #c9c9c9;
	padding-bottom: 24px;
	margin-bottom: 20px;
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
	align-items: center;

}
.cont-intro ul li:last-child{
	margin-bottom: 0;
}
.cont-intro ul li img{
	display: block;
	float: left;
}

.cont-intro ul li p{
	color:#333333;
	font-size: 16px;
	float: left;
	margin-left: 15px;
}

.cont-intro .map{
	float: right;
	width: 630px;
	height: 420px;
	border: 3px solid #c9c9c9;
	box-sizing: border-box;
}

.cont-intro .map .allmap{
	width: 100%;
	height: 414px;
}


.in-title{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 30px;
}
.in-title p{
	color:#055FC4;
	font-size: 32px;
	text-align: center;
	font-weight: bold;
}
.news-list{
	width:1200px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 30px;
}
.news-list .title{
	margin-bottom: 50px;
}

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

}
 


.news-list  ul li a{
	display: block;
	float: left;
	font-size: 15px;
	color:#666666;
	width: 240px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	margin-left: 15px;
}
.news-list  ul li span{
	display: block;
	float: right;
	color:#666666;
}

.news-list  ul li:hover a{
	color:#055fc4;
}
 
.fy{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
	border-bottom: 1px dashed #ccc;
	height: 30px;
	margin-bottom: 60px;
}

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

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

.mssg-intro{
	width:765px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 60px;
 
}
.mssg-intro .tit p{
	color:#222222;
	font-size: 30px;
	text-align: center;
}
.mssg-intro .tit span{
	display: block;
	color:#999999;
	font-size: 15px;
	text-align: center;
	margin-top: 5px;
}

.mssg-intro img{
	display: block;
	width: 100%;
}

.mssg-intro form{
	width:100%;
 	margin: 0 auto;
 	margin-top: 25px;
}
.mssg-intro form ul li{
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	overflow: hidden;
}
.mssg-intro form ul li p{
	color:#666666;
	font-size: 13px;
}
.mssg-intro form ul li  input{
	width: 100%;
	height: 33px;
	border:1px dashed #c2c2c2;
	background: #eeeeee;
	outline: none;
	text-indent: 5px;
	box-sizing: border-box;
	font-family: '微软雅黑';
	margin-top: 5px;
}

.mssg-intro form ul li textarea{
	width: 100%;
	height:130px;
	border:1px dashed #c2c2c2;
	resize: none;
	background: #eeeeee;
	outline: none;
	text-indent: 5px;
	box-sizing: border-box;
	font-family: '微软雅黑';
	margin-top: 5px;
	padding-top: 5px;
}
.mssg-intro .btn {
	margin-top: 10px;
}
.mssg-intro .btn input{
	width: 100%;
	height: 50px;
	background:#055FC4;
	color:#fff;
	font-size: 15px;
	border: none;
	outline: none;
}