﻿*{margin: 0px;padding: 0px;}
body{min-width:1300px;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: 1300px;
	margin:0 auto;
}
 
.head{
	width: 100%;
	height:97px;
	overflow: hidden;
}
.head .main div div{
	display: table-cell;
	vertical-align: middle;
	height: 97px;
}
.head img{
	display: block;
}
.head .name{
	float: left;
	 
}
.head .tel{
	float: right;
 
}
 
.nav{
	width: 100%;
	height: 50px;
 	border-top: 1px solid #EBEBEB;
}
.nav ul {
	width: 1300px;
	margin:0 auto;
	height:50px;
}

.nav ul li:first-child{
	border-left: 1px solid #EBEBEB;

}
.nav ul li{
	float: left;
	width:162px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	position: relative;
	background: #fff;
	transition:.3s;
	box-sizing: border-box;
}
.nav dl{
	position: absolute;
	left: 0;
	top: 50px;
	left: 0;
	width: 100%;
	display: none;
	z-index: 100;
}
.nav dl dd{
	width: 100%;
	height: auto;
	overflow: hidden;;
	background: #fff;
	line-height: 40px;
	text-align: center;
	height: 40px;
	border-bottom: 1px solid #eee;
}
.nav ul li:after{
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #EBEBEB;
}
.nav ul li a{
	color:#444444;
	font-size: 16px;
	width: 134px;
	height: 50px;
	text-align: center;
	position: relative;
	margin-right: 1px;

}
.nav ul li:hover a{
	color: #016BD6;
}
.nav ul li:hover dl dd a{
	color:#333;
}
.nav ul li:hover dl{
	display: block;
}
.nav ul li dl dd:hover a {
	color:#006CD8;
}
.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 .next,.banner .prev{
	position: absolute;
	width: 41px;
	height: 115px;
	top: 50%;
	margin-top: -58px;
	opacity: 0;
	transition: .5s;
}

.banner .next{
	background: url(../images/icon01.png)no-repeat left center;
	left: 50%;
	margin-left: -610px;
}

.banner .prev{
	background: url(../images/icon01.png) no-repeat right center;

}

.banner .prev{
	right: 50%;
	margin-right:-610px;
}
.banner:hover .next, .banner:hover .prev{
	opacity: 1;
}


.ad{
	width: 100%;
	height: 230px;
	background: url(../images/bg01.png) no-repeat left center;
	overflow: hidden;
}
.ad .tit p{
	font-size: 30px;
	text-align: center;
	color:#212121;
	margin-top: 40px;
}
.ad .info{
	color:#626262;
	font-size: 14px;
	text-align: center;
	margin-top: 20px;
	line-height: 24px;
}
 
.ad .info p b{
	color:#000;
}

.ad02{
	height: 180px;
	margin-top: 50px;
}

.hz{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}
.hz ul{
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.hz ul li{
	width: 224px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-bottom: 20px;
	margin-left: 20px;
}
.hz ul li:nth-child(5n-4){
	margin-left: 0;
}
.hz ul li img{
	display: block;
	width: 224px;
	height: 130px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
}
 
.product{
	width: 100%;
	height:auto;
	margin-top: 45px;
	overflow: hidden;
 
}
 
.product .list{
 	display: table;
 	max-width:1200px;
	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: #e6e6e6;
	border-radius:5px;
	text-align: center;
	line-height: 50px;
 	margin-left: 28px;
 	margin-bottom: 5px;

}
.product .list ul li a{
	color:#333333;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 16px;
}
.product .list ul li:hover{
	background: #086FCB;
}
.product .list ul li:hover a{
	color:#fff;
}
.product .pic{
	width: 1200px;
	margin: 0 auto;
	margin-top: 25px;
	height: auto;
	overflow: hidden;
	padding: 5px;
}
.product .pic ul li:nth-child(3n-2){
	margin-left: 0;
}
.product .pic ul li{
	float: left;
	width:386px;
	height: auto;
	overflow: hidden;
	margin-left: 13px;
	position: relative;
	transition: .5s;
	margin-bottom: 15px;
}
.product .pic ul li img{
	display: block;
	width:386px;
	height: 300px;
}

.product .pic ul li p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	color:#333333;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
 
.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: 30px;
	border-radius: 5px;
	background: #046fcd;
	text-align: center;
	color:#fff;
	font-size: 14px;
}

.img-box{
	overflow: hidden;
}

.img-box img{
	transition: .3s;
}
.img-box:hover img{
	transform: scale(1.05);
}


.about{
	width: 100%;
	height: 533px;
	background: url(../images/bg01.png) no-repeat center;
}

.about .intro{
	float: right;
	width: 556px;
	height: auto;
	overflow: hidden;
	margin-top: 90px;
}
.about .intro .tit {
	height: 50px;
	overflow: hidden;
	border-bottom: 1px solid #4CA0DF;
}
.about .intro .tit p{
	color:#ffffff;
	font-weight: bold;
	font-size: 30px;
	float: left;
}

.about .intro .tit span{
	display: block;
	color:#fff;
	font-size: 16px;
	float: left;
	text-transform: uppercase;
	margin-left: 5px;
	margin-top: 10px;
}

.about .intro .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	color:#fff;
	font-size: 15px;
	line-height: 22px;
}

.about .intro a{
	display: block;
	width: 147px;
	height: 40px;
	border: 1px solid #fff;
	border-radius:3px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	float: right;
	margin-top: 20px;
}
.lc{
	width: 1300px;
	margin: 0 auto;
	height: 445px;
	margin-top: 60px;
}

.title p{
	color:#212121;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.title span{
	display: block;
	text-align: center;
	color:#999999;
	font-size: 12px;
	text-transform: uppercase;
}

.lc .bd{
	margin-top: 30px;
}
.lc .bd img{
	display: block;
}

.lc ul li{
	float: left;
	width: 413px;
	height: auto;
	overflow: hidden;
	background: #F5F5F5;
	transition: .5s;
	margin-left: 30px;
}
.lc ul li:hover{
	box-shadow: 0 0  5px 3px #e4e4e4;
}
.lc ul li:first-child{
	margin-left: 0;
}
.lc ul li img{
	display: block;
	width: 100%;
 	height: 289px;
}
.lc ul li .info{
	width: 100%;
	height: 156px;
	overflow: hidden;
	transition: .5s;
}

.lc ul li .info h4{
	color:#000000;
	font-size: 24px;
	text-align: center;
	margin-top: 30px;
}
.lc ul li:hover .info{
	background: #016BD6;
}
.lc ul li:hover .info h4{
	color:#fff;
}
.lc ul li:hover .info p{
	color: #fff;
}
.lc ul li .info p{
	width: 340px;
	margin:0 auto;
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	margin-top: 15px;
}
.cases{
	width:1300px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top:40px;
}
.cases ul {
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.cases ul li{
	float: left;
	width: 310px;
	height: auto;
	overflow: hidden;
	margin-left:20px;
}
.cases ul li:nth-child(4n-3){
	margin-left: 0;
}
.cases ul li img{
	display:block;
	width: 315px;
	height: 243px;
	 
}
.cases ul li p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color:#333333;
	white-space: nowrap;
  	text-overflow: ellipsis;
  	overflow: hidden;

}

.section{
	width:100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	background: #f2f2f2;
	margin-top: 50px;
}

.section .bd{
	width: 1300px;
	margin:70px auto;
	height: auto;
	padding: 0 30px;
	box-sizing: border-box;
	overflow: hidden;
	padding-bottom: 15px;
	background: #ffffff;
	box-shadow: 0 0 10px 5px #ECECEC;
}
.news{
	width: 600px;
	height: auto;
	overflow: hidden;
	float: left;

}

.news .tit{
	width:245px;
	padding-left: 25px;
	box-sizing: border-box;
	height:85px;
	overflow: hidden;
	background: #006CD8;
}
 
.news .tit h4{
	color:#fff;
	font-size: 24px;
	margin-top: 15px;
}
.news .tit span{
	color:#fff;
	font-size: 20px;
}

 
.news   img{
	display: block;
	width: 100%;
	height: 192px;
	margin-bottom: 15px;
}

.news  .intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top:20px;
}
.news  .intro h4{
	width: 450px;
	height: auto;
	overflow: hidden;
	font-size: 16px;
	color:#333333;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	float: left;
	line-height: 25px;
}

.news  .intro  span{
	display: block;
	float: right;
	color:#999999;
	font-size: 14px;
	line-height: 25px;
}

.news  .intro  p{
	color:#555555;
	font-size: 14px;
	line-height: 26px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	float: left;
	margin-top: 10px;
}

.news  .list ul {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top:10px;
}
.news  .list ul li{
	width: 1005;
	height: auto;
	line-height: 34px;
	overflow: hidden;
	position: relative;
}
.news  .list ul li:after{
	content: "";
	width:4px;
	height:4px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	background: #b0b0b0;
	border-radius: 50%;
}

.news  .list ul li a{
	display: block;
	margin-left: 10px;
	float: left;
	width: 380px;
	font-size: 14px;
	color:#555555;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news  .list ul li span{
	display: block;
	float: right;
	color:#999999;
	font-size: 14px;
}

.message{
	float: right;
	width: 588px;
	height: auto;
	overflow: hidden;
 
}
.message .tit{
	width:245px;
	padding-left: 25px;
	box-sizing: border-box;
	height:85px;
	overflow: hidden;
	background: #006CD8;
}
 
.message .tit h4{
	color:#fff;
	font-size: 24px;
	margin-top: 15px;
}
.message .tit span{
	color:#fff;
	font-size: 20px;
}

.message img{
	display: block;
	margin-top: 25px;
	width: 100%;
}

.message  form{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.message  form ul li{
	height: auto;
	overflow: hidden;
	position: relative;
	margin: 2px 0 10px 0;
	
}
.message  form ul li:nth-child(-n+3):after{
	content: '*';
	position: absolute;
	right:15px;
	top: 0;
	color:#c40001;
	font-size: 16px;
 
}

.message  form ul li p{
	color: #333333;
	font-size: 18px;
	float: left;
	line-height:36px;
}
.message  form ul li input{
	width: 454px;
	float: left;
	height: 36px;
	text-indent: 5px;
	outline: none;
}
 
.message  form ul li textarea{
	width: 454px;
	height: 70px;
	border: 1px solid #ABABAB;
	outline: none;
	padding-top: 10px;
	text-indent: 5px;
	resize: none;
}

.message .btn{
	width:454px;
	height: 42px;
	background: #016BD6;
	color:#fff;
	font-size: 18px;
	border: none;
	border-radius: 10px;
	margin-left: 90px;
	margin-top: 10px;
}

.links{
	width: 100%;
	height: 60px;
	background: #222222;
}

.links p{
	float: left;
	color:#ffffff;
	font-size: 12px;
	margin-top: 10px;
}
.links  ul{
	float: right;
	width: 1230px;
	margin-top: 10px;
}
.links  ul li{
	padding: 0 10px;
	position: relative;
	line-height: 20px;
	float: left;
}
.links  ul li:after{
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	background: #777777;
}
.links  ul li a{
	color:#999999;
	font-size: 12px;
	display: block;
}

.footer{
	width: 100%;
	height:auto;
	padding-bottom: 30px;
	overflow: hidden;
 	background: #222222;
 
}

.footer .fn{
	width: 100%;
	height:30px;
	overflow: hidden;
	margin-top: 45px;
 	 
}
.footer .fn ul li{
	float: left;
	padding: 0 40px;
	position: relative;
}
.footer .fn ul li:after{
	content: "";
	width: 1px;
	height: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8px;
	background: #ffffff;
}
.footer .fn ul li:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}
.footer .fn ul li:first-child{
	padding-left: 0;
}
.footer .fn ul li:last-child{
	padding-right: 0;
}
.footer .fn ul li a{
	color:#fff;
	font-size: 16px;
}
.footer .left{
	float: left;
	width:1100px;
	height: auto;
	overflow: hidden;
}

 
.footer .info{
	float: left;
	width: 460px;
	height: auto;
	overflow: hidden;
 
	margin-top: 30px;
 
}
.footer .info h4{
	color:#ffffff;
	font-size: 24px;
}
.footer .info p{
	color:#d0d0d0;
	font-size: 14px;
	line-height: 24px;
	margin-top: 20px;
}
.footer .info a{
	color:#fff;
}
.footer .ewm{
	width: 200px;
	height: 240px;
	float: right;
}

.footer .ewm img{
	display: block;
	width:158px;
	height:158px;
	border: 1px solid #fff;
	margin: 0 auto;
	margin-top:40px;
}
.footer .ewm p{
	text-align: center;
	color:#a8a8a8;
	font-size: 12px;
	margin-top: 10px;
}

.cr{
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 48px;
	color:#d0d0d0;
	text-align: center;
	background: #222222;
	font-size: 12px;
	border-top: 1px solid #656565;
}
 
 

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


.title-bar{
	width: 100%;
	position: relative;
	margin-top: 10px;
	height: 37px;
	border-bottom: 3px solid #eee;
	background: url(../images/icon03.png) no-repeat left 8px;
}

.title-bar h4{
	font-size: 18px;
 	
	margin-left: 35px;
	color:#1679CC;
	font-size: 18px;
	float: left;
}

.crumbs{
	float: right;
}
.crumbs p{
	color:#666;
	font-size: 13px;

}

.crumbs img{
	display: block;
	float: left;
	margin-right: 10px;
}
.crumbs p{
	float: left;

}
.crumbs a{
	color:#666;
	font-size: 13px;
	padding-right: 10px;
	position: relative;

}
.crumbs a:after{
	content: ">";
	position: absolute;
	right: 2px;
	color:#666;
	font-size: 12px;
	position: absolute;
	top: 0;
}
.crumbs a:last-child:after{
	display: none;
}

.left-cont{
	width: 220px;
	height:auto;
	overflow: hidden;
	float: left;
}

.left-cont .list{
	width: 100%;
	height: auto;
	overflow: hidden;
 	
}
.left-cont .list .tit{
	width: 100%;
	height: 104px;
	overflow: hidden;
	background: url(../images/tit01.png) no-repeat center;
}

.left-cont .list .tit p{
	color:#fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-top: 25px;
}

.left-cont .list .bd{
	width: 220px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	border: 1px solid #ebebeb;
	box-sizing: border-box;
	padding: 15px 8px;
	
	margin-bottom: 10px;
}

.left-cont .list h4{
	width: 204px;
	height: 40px;
	margin: 0 auto;
	line-height: 40px;
	margin-top: 10px;
	background: url(../images/list01.png) no-repeat center;
}
.left-cont .list h4:first-child{
	margin-top: 0;
}

.left-cont .list h4 a{
	display: block;
	color:#fff;
	font-size: 16px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    text-indent: 40px;
    overflow: hidden;
}


.left-cont .list ul{
	width: 180px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.left-cont .list ul li{
	width: 100%;
	height: 45px;
	border-bottom: 1px dashed #cccccc;
	line-height: 45px;
}

.left-cont .list ul li a{
	display: block;
	color:#666666;
	font-size: 14px;
	text-indent: 25px;
}
.left-cont .list ul li:hover a{
	color:#1679CC;
}

.left-cont .list ul li:hover{
	background: url(../images/icon05.png) no-repeat left center;
}
 
.left-cont .list .tel p{
	color:#fff;
	font-size: 12px;
	text-indent: 40px;
	margin-top: 10px;
}

.left-cont .list .tel b{
	font-size: 21px;
	color:#ffffff;
	text-align: center;
 	margin-left: 20px;
 	display: block;
 	margin-bottom: 10px;
}



.quick{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	background: #eee;
}

.quick .tit{
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #1679CC;
}

.quick .tit p{
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
	color:#fff;
}

.quick ul{
	width: 94%;
	margin: 5px auto;
	height: auto;
	overflow: hidden;
}

.quick ul li{
	width: 100%;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px dashed #ccc;
}

.quick ul li a{
	color:#333;
	display: block;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.quick .info{
	width: 94%;
	margin: 5px auto;
	height: auto;
	overflow: hidden;
}

.quick .info p{
	color:#333;
	font-size: 13px;
	line-height: 26px;
}
.fy{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}


 .fy p{
	width: 240px;
	padding: 0 10px;
	height: 50px;
	float: left;
	line-height: 50px;
	text-align: center;
	border-left: 1px solid #d2d2d2;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

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

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

.page  ul li{
	border: 1px solid #d2d2d2;
	padding: 0 15px;
	height: 35px;
	line-height: 35px;
	color:#333;
	float: left;
	margin: 0 5px;
}
.page  ul li a{
	color:#333;
	
}
.page ul  .active{
	background: #1679CC;
	border: 1px solid #1679CC;
	color:#fff;
}
 
.page  select{
	border: none;
	background: none;
	outline: none;
}

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

.right-cont .tit{
	width: 100%;
	height:35px;
	overflow: hidden;
	background: url(../images/icon03.png) no-repeat left 7px;
}

.right-cont .tit img{
	display: block;
	margin-left: 30px;
	float: left;
	margin-top: 4px;
}

.right-cont .tit a{
	display: block;
	float: right;
	color:#333333;
	font-size: 16px;
	text-transform: uppercase;
}

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

.right-cont .pic-box ul li{
	float: left;
	width: 342px;
	height: auto;
	overflow: hidden;
	margin-left: 12px;
	margin-bottom:20px;
	position: relative;
}
.right-cont .pic-box ul li p{
	width: 100%;
	height: 35px;
	background: rgba(22,121,204,.7);
	text-align: center;
	line-height: 35px;
	color:#fff;
	font-size: 16px;
	position: absolute;
	left: 0;
	bottom: 0
}
.right-cont .pic-box ul{
	margin-left: -12px;
}
.right-cont .pic-box ul li img{
	display: block;
	width: 100%;
	 
}

.detail-intro{
	width: 100%;
	height: auto;
	overflow: hidden;
 
	margin-top: 20px;
}
.detail-intro .t{
	margin-bottom: 30px;
}
.detail-intro .t p{
	color:#333333;
	font-size: 18px;
	height: 30px;
	border-bottom: 1px dashed #ccc;
	text-align: center;
}

.detail-intro .t span{
	display: block;
	color:#333333;
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
}

.detail-intro  .intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	
}
.detail-intro  a{color:#333;}
.detail-intro  .intro img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.detail-intro  .intro p{
	font-size: 16px;
	color:#333;
	line-height: 30px;
}

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

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


.news-list{
	margin-top: 5px;
	height: auto;
	overflow: hidden;
}
.news-list  ul li{
	float: left;
	width: 100%;
	height: 50px;
	overflow: hidden;
	line-height: 50px;
	/* margin-top: 15px; */
	border-bottom: 1px dashed #ccc;
}
.news-list  ul li a{
	display: block;
	font-size: 16px;
	float: left;
	width: 600px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	color:#333;
}
.news-list  ul li:hover a{
	color:#1679CC;
}

.news-list  ul li span{
	display: block;
	float: right;
	color:#333;
}
.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:550px;
	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: 220px;
	display: block;
	height: 60px;
	float: left;
	margin-top: 20px;
	background: #1679CC;
	outline: none;
	border: none;
	font-size: 18px;
	color:#fff;
	border-radius: 5px;
}
.mssg-intro form .btn input:last-child{
	float: right;
	background: #999;
}
 