﻿*{margin: 0px;padding: 0px;}
body{background:#ffffff;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;}
img{border:0px;display: block;}
ul,ol{list-style-type: none;list-style-image: none;}
/*清除浮动*/
.clear{clear:both;}

.main{
	width: 1100px;
	margin: 0 auto;
}

.top{
	width: 100%;
	height: 30px;
	background: #eeeeee;
}
.top p{
	float: left;
	line-height: 30px;
	color:#333333;
	font-size: 13px;
}
.top ul{
	float: right;	
}
.top ul li{
	float: left;
	line-height: 30px;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;

}
.top ul li a{
	color:#333;
}
.top ul li:after{
    content:"";
    position:absolute;
    right:0px;
    top:9px;
    height:13px;
    width:1px;
    background:#333;
}
.top ul li:last-child:after{
    height:0px;
    width:0px;
}
.top ul li:hover a{
	text-decoration: underline;
}
.head{
	width: 100%;
	height:127px;
}
.head .name{
	margin-top:20px;
	float: left;
}
.head .tel{
	float: right;;
	margin-top:5px;
}
.nav{
	width: 100%;
	height:50px;
	background:#666666;
	border-bottom:2px solid #ed6533;
}
.nav ul{
	width: 1120px;
	height: 50px;
	margin: 0 auto;
}
.nav ul li{
	float: left;
	height: 50px;
	line-height:50px;
	width: 140px;
	text-align: center;
}
.nav ul li a{
	color:#fff;
	font-size: 16px;
	display: block;
}
.nav ul li:hover{
	 background: #ed6533;
}
.slideBox{ 
	width:100%;
	margin:0 auto; 
	overflow:hidden; 
	position:relative; 
 
}

.slideBox .hd{
 height:15px; 
 overflow:hidden; 
 position:absolute; 
 left:45%; 
 bottom:10px; 
 z-index:1; 
}
.slideBox .hd ul{
 overflow:hidden; 
 zoom:1; 
 float:left; 

}
.slideBox .hd ul li{
 float:left; 
 margin-right:25px;  
 width:50px; 
 height:12px; 
 line-height:14px; 
 text-align:center; 
 cursor:pointer;
 border: 1px solid #333;
 
}
.slideBox .hd ul li.on{
 background:#666666; 
 border: 1px solid #666666;
}
.slideBox .bd{
 position:relative; 
 height:100%;
  z-index:0; 
  width: 100%; 
}
.slideBox .bd li{
 zoom:1; 
 vertical-align:middle; 
}
.slideBox .bd img{
	width:100%; 
	display:block; 
}
.slideBox .prev,
.slideBox .next{
 position:absolute; 
 left:3%; 
 top:50%;
 margin-top:-3%;
 display:block; 
 width:32px;
 height:40px;  
 filter:alpha(opacity=50);opacity:0.5;   
}
.slideBox .next{
 left:auto; right:3%; 
 background-position:8px 5px; 
}
.slideBox .next {
	font-size: 
	58px;color:#fff;
}
.slideBox .prev{
	font-size: 
	58px;color:#fff;
}
.slideBox .prev:hover,
.slideBox .next:hover{
	filter:alpha(opacity=100);opacity:1;  
}
.slideBox .prevStop{ 
	display:none;  
}
.slideBox .nextStop{ display:none;  
}
.keywords{
	width: 100%;
	height: 40px;
	background: #eeeeee;
}
.keywords h3{
	float: left;
	line-height: 40px;
	font-size: #333333;
	font-size: 16px;
}
.keywords ul{
	float: left;
	margin-left: 20px;
}
.keywords ul li{
	float: left;
	line-height: 40px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
	color:#333;
	position: relative;
}
.keywords ul li:after{
	position: absolute;
	content: "";
	right: 0;
	width: 1px;
	height: 13px;
	background: #333;
	top: 14px;
}
.keywords ul li:last-child:after{
	width: 0;
	height: 0;
}
.content-1{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top:40px;

}
.list{
	width: 230px;
	height: auto;
	overflow: hidden;
	float: left;
}
.list .title{
	width: 230px;
	height: 50px;
	background:#ed6533 url(../images/title.png)no-repeat;
}
.list .title p{
	font-size: 18px;
	color:#fff;
	font-weight: bold;
	text-align:center;
	line-height: 50px;
}
.list .box{
	width: 230px;
	height: 680px;
	overflow: hidden;
	margin-top: 10px;
	background: #eee;
	position:relative;
}
.list .box ul{
	width: 210px;
	margin:0 auto;
}
.list .box ul li{
	width: 210px;
	height: 45px;
	background: #999999 url(../images/icon01.png)15px 15px no-repeat;
	margin-top: 15px;
	border-radius: 5px;
}
.list .box ul li a{
	display: block;
	font-size: 16px;
	color:#fff;
	line-height: 45px;
	margin-left: 40px;
}
.list .box ul li:hover{
	background:#ed6533 url(../images/icon01.png)15px 15px no-repeat;
}
.list .box .tel{
	position: absolute;
	bottom: 0;
}
.product{
	width: 855px;
	height: auto;
	float: right;
	overflow: hidden;
}
.product .title{
	width: 855px;
	height: 47px;
	background: #eeeeee;
	border-bottom: 3px solid #ed6533;

}
.product .title p{
	font-size: 18px;
	color:#333333;
	float: left;
	line-height: 50px;
	font-weight: bold;
	margin-left: 10px;
}
.product .title  span{
	 margin-top:21px;
	 float: left;
	 margin-left: 5px;
}
.product .title a{
	float: right;
	display: block;
	width: 70px;
	height: 22px;
	background: #ed6533;
	text-align: center;
	margin-top:15px;
	line-height: 20px;
	color:#fff;
}
.product ul{
	margin-left:-15px;
}
.product ul li{
	float: left;
	width: 275px;
	height: 220px;
	background: #eeeeee;
	margin-left: 15px;
	margin-top: 10px;
}
.product ul li img{
	width: 255px;
	height: 180px;
	margin:10px;
	margin-bottom: 0;
}
 
.product ul li  p{
 	
	font-size: 15px;
	color:#555555;
	line-height: 30px;
	text-align: center;
	width: 100%;
}
.product ul li a {
	float: right;
	line-height: 30px;
	color:#555;
	font-size: 13px;
}
.adv{
	max-width: 1600px;
	width: 100%;
	margin:0 auto;
	margin-top: 50px;
}
.adv .title{
	width: 100%;
	height: 150px;
}
.adv .title img{
	width: 100%;
	height: 150px;
}

.adv .part{
	width: 1100px;
	margin:0 auto;
	height: 520px;
	overflow: hidden;
	margin-top: 50px;
	background: url(../images/bg01.png)60px 490px no-repeat;
}
.adv .left{
	width: 500px;
	float: left;
}
.adv .part .info{
	width: 500px;
	height: auto;
	overflow: hidden;
	margin-bottom: 30px;
	float: left;
}
.adv .part .info .tit{
	width: 500px;
	height: auto;
	overflow: hidden;
}
.adv .part .info .tit img{
	float: left;
}
.adv .part .info .tit div{
	float: left;
	margin-left: 15px;
}
.adv .part .info .tit b{
	font-size: 32px;
	color:#f37000;
	display: block;
	margin-top:-5px;
}
.adv .part .info .tit p{
	font-size: 24px;
	color:#333333;
	font-weight: bold;
}
.adv .part .info .tit span{
	display: block;
	color:#666666;
	font-size: 12px;
}
.adv .part .info  ul{
	width: 438px;
	float: right;
	margin-top: 10px;
}
.adv .part .info  ul li{
	width: 438px;
	height: 35px;
	border-bottom: 1px solid #bfbfbf;
	font-size: 16px;
	line-height: 35px;
	color:#333333;
	position: relative;
	padding-left:20px;
}
.adv .part .info  ul li:after{
	content: "■";
	position: absolute;
	left: 0;
	font-size: 20px;
	color:#c9c9c9;
	top:-2px;
}
.adv  .img{
	float: right;
}
.adv .part02{
	background: #fff;
}
.adv .part02 .img{
	float: left;
}
.adv .part02 .right{
	float: right;
	width: 500px;
}
.adv .part02 .right .info{
	margin-top: 20px;
}
.content-2{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top:80px;
}
.case{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.case .title{
	width: 100%;
	height: 35px;
	background: url(../images/title02.png)0 32px no-repeat;
}
.case .title p{
	float: left;
	font-size: 18px;
	color:#333333;
	font-weight: bold;
	line-height: 32px;
}
.case .title span{
	float: left;
	margin-top: 11px;
	margin-left: 5px;
	color:#333333;
}
.case .title a{
	float: right;
	color:#333;
	font-size: 12px;
	line-height: 32px;
}
.case  .show{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.case .box{
	width: 400%;
}
.case .pic{
	float: left;
}
.case  .pic  ul li{
	float: left;
	width: 262px;
	height: auto;
	overflow: hidden;
	background: #eeeeee;
	margin-left: 12px;
}
.case  .pic  ul li img{
	width: 252px;
	height: 205px;
	margin:5px;
}
.case  .pic  ul li p{
	width: 262px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 15px;
	color:#333333;
}
.about{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}
.about .title{
	width: 100%;
	height: 35px;
	background: url(../images/title02.png)0 32px no-repeat;
}
.about .title p{
	float: left;
	font-size: 18px;
	color:#333333;
	font-weight: bold;
	line-height: 32px;
}
.about .title span{
	float: left;
	margin-top: 11px;
	margin-left: 5px;
	color:#333333;
}
.about .title a{
	float: right;
	color:#333;
	font-size: 12px;
	line-height: 32px;
}
.about .img{
	float: left;
	width: 280px;
	height: 250px;
	border: 1px solid #c9c9c9;
	margin-top: 10px;
}
.about .img img{
	width: 270px;
	height: 240px;
	margin:5px;

}
.about  .info{
	float: right;
	width: 800px;
	margin-top:20px;
}
.about  .info span{
	color:#333333;
	font-size: 16px;
	font-weight: bold;
	margin-bottom:10px;
	display: block;
}
.about  .info div{
	font-size: 15px;
	color:#333333;
	text-indent:1em;
	line-height: 24px;
	margin-top: 5px;
}
.boxes{
	width: 353px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-right: 18px;
	margin-top: 40px;
}
 
.boxes .title{
	width: 
}
.boxes .title{
	width: 100%;
	height: 35px;
	background: url(../images/title02.png)0 32px no-repeat;
}
.boxes .title p{
	float: left;
	font-size: 18px;
	color:#333333;
	font-weight: bold;
	line-height: 32px;
}
.boxes .title span{
	float: left;
	margin-top: 11px;
	margin-left: 5px;
	color:#333333;
}
.boxes .title a{
	float: right;
	color:#333;
	font-size: 12px;
	line-height: 32px;
}
.boxes .on{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.boxes .on img{
	width: 120px;
	height: 90px;
	float:left;
}
.boxes .on  div{
	float: right;
	width: 220px;
}
.boxes .on h4{
	font-size: 14px;
	color:#333333;
	margin-top: 7px;
	color:#555555;
}
.boxes .on span{
	display: block;
	margin-top: 3px;
	color:#555555;
}
.boxes .on  p{
	font-size: 13px;
	color:#555555;
	margin-top:3px;
	height: 35px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.boxes ul li{
	width: 320px;
	height: 30px;
	border-bottom: 1px dashed #9b9b9b;
	line-height: 30px;
	background: url(../images/icon02.png)0 7px no-repeat;
	margin-top: 10px;
}
.boxes ul li a{
	color:#333333;
	margin-left: 15px;
	display: block;
	float: left;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	font-size: 14px;
}
.boxes ul li span{
	float: right;
	color:#333;
}
.boxes ul li:hover a{
	color:#ed6533;
}
.mssg{
	width: 355px;
	height: 400px;
	background: #ed6533;
	float: right;
	margin-top: 40px;
}
.mssg .title{
	width: 308px;
	margin:0 auto;
	height: 30px;
	margin-top: 37px;
	background: url(../images/bg03.png)no-repeat;
}
.mssg .title p{
	font-size: 18px;
	color:#fff;
	width:100%;
 
	text-align: center;
	margin:0 auto;
	margin-top:-13px;
	float: left;
}
.mssg .title span{
	display: block;
	width: 100%;
	margin-top:10px;
	text-align: center;
	margin-top: 5px;
	float: left;
	color:#fff;
	font-size: 15px;
	 
}
.mssg form{
	width: 305px;
	margin:0 auto;
	margin-top: 30px;
}
.mssg form ul li{
	width: 300px;
	min-height: 40px;
	margin-top: 10px;

}
.mssg form ul li input{
	width: 300px;
	height: 40px;
	border-radius: 5px;
	border: none;
	background: #f8c1ad;
	border: none;
	color:#fff;
	padding-left: 5px;
	font-size: 15px;
}
.mssg form ul li  textarea{
	width: 300px;
	height: 125px;
	resize: none;
	border: none;
	background: #f8c1ad;
	border-radius: 5px;
	line-height: 30px;
	padding-left: 5px;
	font-size: 15px;
}
.mssg form .btn{
	width: 300px;
	height: 50px;
	background: #fff;
	color:#ed6533;
	line-height: 50px;
	border-radius: 5px;
	border: none;
	margin-top: 5px;
	font-size: 18px;
	font-family: "微软雅黑";
}
.mssg form input::-webkit-input-placeholder{
	color:#fff;
}
.mssg form input::-moz-input-placeholder{
	color:#fff;
}
.mssg form  textarea::-webkit-input-placeholder{
	color:#fff;
}
.mssg form textarea::-moz-input-placeholder{
	color:#fff;
}
.links{
	width: 100%;
	height: 91px;
	background: url(../images/links.png) no-repeat center;
	margin-top: 30px;
	float: left;
}
 
.links .title{
	width: 215px;
	height: auto;
	overflow: hidden;
	position: relative;
	float: left;
}
.links .title:before{
	position: absolute;
	content: "";
	left: 0;
	width: 50px;
	height: 55px;
	background: #b5b5b5;
	top: 20px;
}
.links .title:after{
	position: absolute;
	right:25px;
	width: 25px;
	height: 55px;
	background: #b5b5b5;
	top:20px;
	content: "";
}
.links .title p {
	font-size: 24px;
	color:#555555;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
}
.links .title span{
	display: block;
	text-align: center;
	font-size: 32px;
	color:#868686;
	font-weight: bold;
	margin-top:-8px;
}
.links ul{
	float: left;
	width:880px;
	height: 55px;
 	overflow: hidden;
	margin-top:20px;
}
.links ul li{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	margin-top: 5px;
}
.links ul li:after{
	content: "";
	right: 0;
	height: 15px;
	background: #555;
	width: 1px;
	top: 0;
	position: absolute;
}
.links ul li a{
	color:#555555;
	font-size: 15px;
}
.footer{
	width: 100%;
	height:300px;
	background: #ed6533;
	float: left;
	margin-top: 30px;
}
.footer .name{
	width: 222px;
	height: 280px;
	float: left;
	background: #fff;
}
.footer .name img{
	margin-left:30px;
	margin-top: 30px;
}
.footer .name img:last-child{
	width: 172px;
	height: 172px;
	margin:0 auto;
	margin-top: 20px;
}
.footer .menu{
	width: 845px;
	height: 35px;
	border-bottom: 1px solid #fff;
	margin-top:20px;
	float: left;
	margin-left: 30px;
}
.footer .menu .title{
	float: left;
	margin-left: 10px;
}
.footer .menu .title p{
	font-size: 18px;
	color:#fff;
	font-weight: bold;
}
.footer .menu ul{
	width: 730px;
}
.footer .menu ul li{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	line-height: 30px;
}
.footer .menu ul li:after{
	content: "";
	right: 0;
	top: 9px;
	height: 14px;
	width: 1px;
	background: #fff;
	position: absolute;
}
.footer .menu ul li:last-child:after{
	width: 0;
	height: 0;
}
.footer .menu ul li a{
	color:#fff;
	font-size: 15px;
}
.footer .info{
	width: 485px;
	float: left;
	margin-top: 30px;
	margin-left: 30px;
}
.footer .info p{
	font-size: 14px;
	color:#fff;
	line-height: 26px;
}
.footer .info a{
	color:#fff;
}
.footer  .map{
	width: 350px;
	height: 160px;
	float: right;
	margin-top: 17px;
	border: 3px solid #eee;
}
.footer  .map img{
	display: block;
	width: 100%;
}


.in-content{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin: 30px auto;
}
.left-cont {
	width: 230px;
	height: auto;
	overflow: hidden;
	float: left;
}

.left-cont .list{
	width: 230px;
	height:auto;
	position: relative;
	overflow: hidden;
	float: initial;
 
}
.left-cont .list .tit{
	width: 230px;
	height: 50px;
	background:#eeeeee url(../images/title.png)no-repeat;
}
.left-cont .list .tit p{
	font-size:24px;
	color:#fff;
	font-weight: bold;
	text-align:center;
	line-height: 50px;
}
.left-cont .list .box{
	width: 100%;
	height:auto;
	overflow:auto;
	margin-top: 7px;
	background:#eee;
	position:relative;
 	padding-bottom: 15px;
}
.left-cont .list .box ul{
	width: 210px;
	margin:0 auto;
	height: auto;
	margin-top:10px;
	overflow: auto;
}
.left-cont .list .box ul li{
	width: 210px;
	height: 46px;
	background: #999999 url(../images/icon01.png)15px 15px no-repeat;
	margin-top: 5px;
	line-height: 46px;
	border-radius: 5px;
}
 
.left-cont .list .box ul li a{
	display: block;
	font-size: 16px;
	color:#fff;
	line-height: 45px;
	margin-left: 40px;
}
.left-cont .list .box ul li:hover{
	background: #ed6533 url(../images/icon01.png)15px 15px no-repeat;
}


.quick{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.quick .tit{
	width: 100%;
	height: 50px;
	line-height: 50px;
	color:#fff;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	background: url(../images/title.png) no-repeat center;
}

.quick .bd{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 7px;
	background: #eeeeee;
}

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

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

.quick .bd .info{
	width: 210px;
	margin: 10px auto;
}
.quick .bd .info p{
	color:#333;
	font-size: 14px;
	line-height: 24px;
}

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

 .map .allmap{
	width: 100%;
	height: 400px;
}
.title-bar{
	width: 100%;
	position: relative;
	margin-top: 10px;
	height: 37px;
	background: url(../images/bg04.png) repeat-x left bottom;
}
.title-bar:after{
	content: "";
	width: 10px;
	height: 20px;
	position: absolute;
	left: 0;
	top:3px;
 
	background: #2e2e2e;
}
.title-bar h4{
	font-size: 18px;
 
	margin-left: 20px;
	color:#333333;
	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: 0;
	color:#666;
	font-size: 12px;
	position: absolute;
	top: 0;
}
.crumbs a:last-child:after{
	display: none;
}


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

.pic-box{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.pic-box ul li:nth-child(3n-2){
	margin-left: 0;
}
.pic-box ul li{
	float: left;
	width: 304px;
	height: auto;
	margin-left: 18px;
	margin-bottom: 5px;
	overflow: hidden;
}
.pic-box ul li img{
	display: block;
	width: 304px;
	height: 228px;
}
.pic-box ul li p{
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color:#333;
	font-size: 14px;
}

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

}
.page ul li{
	float: left;
	border: 1px solid #ccc;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	margin: 0 5px ;
}

.page ul li a{
	color:#333;
}
.page .thisclass{
	background: #ccc;
}
.detail-intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	min-height: 500px;
	margin-top: 20px;
}
.detail-intro a{color:#333;}
.detail-intro .tit{
	margin-bottom: 30px;
}
.detail-intro .tit p{
	color:#333333;
	font-size: 18px;
	height: 30px;
	border-bottom: 1px dashed #ccc;
	text-align: center;
}

.detail-intro .tit 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  .intro img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

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


.fy{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}


 .fy p{
	width: 260px;
	height: 50px;
	float: left;
	line-height: 50px;
	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;
  }

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


.news-list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}

.news-list ul li{
	width: 100%;
	height:40px;
	line-height: 40px;
	border-bottom: 1px dashed #ccc;

}
.news-list ul li a{
	display: block;
	font-size: 14px;
	width: 640px;
	float: left;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color:#333;
}

.news-list ul li span{
	display: block;
	float: right;
	color:#666;
}