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

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


.img-hover {
	overflow: hidden;
}
.img-hover img{
	transition: .5s;
	animation-timing-function:ease;
	-webkit-animation-timing-function:ease; /* Safari and Chrome */
}
.img-hover:hover img{
	transform: scale(1.08);
}
.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;
	 
	display: block;
}
.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:125px;
}
.head .name{
	margin-top:30px;
	float: left;
}
.head .tel{
	float: right;;
	margin-top:40px;
}
.nav{
	width: 100%;
	height: 40px;
	background:#0096B0;
}
.nav ul{
	width: 1120px;
	margin: 0 auto;
}
.nav ul li{
	float: left;
	line-height: 40px;
	width: 160px;
	text-align: center;
}
.nav ul li a{
	color:#fff;
	display: block;
	font-size: 16px;
	display: block;
}
.nav ul li:hover{
	background:#00778C;
}
.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:#0293dc; 
 border: 1px solid #0293dc;
}
.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;
	border-bottom: 1px solid #acacac;
	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 a{color:#666;}

.keywords ul li:after{
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	background: #686868;
}
 
.cont-1{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.class{
	float: left;
	width: 248px;
	height:auto;
	overflow: hidden;
	margin-top:30px;
	border: 1px solid #c9c9c9;
}
.class .tit{
	width: 250px;
	height: 50px;
	background: url(../images/title01.png)no-repeat;
}
.class .tit h3{
	font-size: 20px;
	color:#fff;
	font-weight: normal;
	line-height: 50px;
	margin-left:100px;
}
.class ul{
	width: 220px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 13px;
}
.class ul li{
	width: 220px;
	height:auto;
	background:#e5e5e5 url(../images/icon.png)20px 13px no-repeat;
	line-height: 38px;
	margin-top:4px;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
}
.class ul li a{
	color:#333;
	font-size: 13px;
	margin-left:40px;
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  	width: 178px;
  	display: block; 
}
.class ul li:hover{
	background:#d40000 url(../images/icon.png)20px 13px no-repeat;
}
.class ul li:hover a{
	color:#fff;
}
.class .info{
	width: 220px;
	height: auto;
	overflow: hidden;
	background: #E5E5E5;
	border: 1px solid #D2D2D2;
	margin:0 auto;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 14px;
	margin-top: 30px;
}

.class .info b{
	color:#666666;
	font-size: 18px;
}

.class .info p{
	color:#333333;
	font-size: 13px;
	line-height: 22px;
	margin-top: 10px;
}
.product{
	width:852px;
	float: right;
	height: auto;
	overflow: hidden;
	margin-top:30px;
}
.product .title{
	width: 852px;
	height: 39px;
	background:url(../images/title03.png)no-repeat;
}
.product .title h3{
	font-size: 20px;
	float: left;
	font-weight: normal;
	color:#333;
	margin-left:40px;
}
.product .title p{
	float: left;
	margin-top:8px;
	font-size: 14px;
	color:#333;
	margin-left: 5px;
}
.product .title a{
	display: block;
	float: right;
	width: 75px;
	height: 25px;
	line-height: 25px;
	margin-top:8px;
	background: #0096B0;
	text-align: center;
	border-radius: 8px;
	color:#fff;
	margin-right:3px;
}
.product ul{
	height: auto;
	overflow: hidden;
	margin-top: 17px;
}
.product ul li{
	float: left;
	width:205px;
	height: auto;
	overflow: hidden;
	margin-left:10px;
	margin-bottom: 20px;
}
.product ul li img{
	width: 205px;
	height: 177px;
	display: block;
 
}
.product ul li div{
	width: 205px;
	height: 177px;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
}
.product ul li p{
	width: 178px;
	height: 30px;
	border: 1px solid #d2d2d2;
	margin-top:10px;
	line-height: 30px;
	color:#0096b0;
	font-size: 14px;
	text-indent: 10px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
   	padding-right: 25px;
	background: url(../images/icon02.png)185px 12px no-repeat;
}
 
.product ul li:hover p{
	text-decoration: underline;
}
.product ul li:nth-child(4n-3){
	margin-left: 0;
}
.cont-2{
	width: 100%;
	height: auto;
	margin-top:30px;
	overflow: hidden;
	border-top: 1px solid #d2d2d2;
	padding-top: 17px;
}
.cont-2 .about{
	width: 100%;
	height:250px;
	background: #eeeeee;
}
.cont-2 .about .left{
	width: 340px;
	height: auto;
	background: #fff;
	float: left;
}
.cont-2 .about .left img{
	width: 260px;
	margin: 0 auto;
}
.cont-2 .about .right{
	float: right;
	width: 778px;
	height: 250px;
}
.cont-2 .about .right .title{
	margin-top:15px;
	margin-left:30px;
}
.cont-2 .about .right h3{
	font-size: 22px;
	color:#333333;
}
.cont-2 .about .right span{
	color:#0096b0;
	margin-right: 5px;
}
.cont-2 .about .right .text{
	margin-left:30px;
	margin-top:10px;
	height: 125px;
	overflow: hidden;
	line-height: 24px;
	color:#333;
	font-size: 15px;
	
}

.cont-2 .about .right .text p{text-indent: 2em; text-align:justify;}

.cont-2 .about .right a{
	display: block;
	width: 120px;
	height: 30px;
	background:url(../images/more.png)no-repeat;
	line-height: 30px;
	text-indent: 38px;
	color:#fff;
	font-size: 13px;
	margin-top: 20px;
	float: right;
}
.cont-2 .main{
	position: relative;
}
.honor{
	width: 780px;
	height: 155px;
	position: absolute;
	right: 0;
	margin-top:15px;
}
.honor .tit h3{
	font-size: 18px;
	color:#333333;

}
 
.honor  .pic{
 	width: 100%;
 	margin-top: 12px;
}
.honor  .pic ul li{
	float: left;
	overflow: hidden;
	margin-left:30px;
	width: 160px;
	height: 110px;
	border: 5px solid #e5e5e5;
}
.honor  .pic ul li img{
	width: 160px;
	height: 110px;
	
}
.honor  .pic ul li:first-child{
	margin-left: 0;
}
.cont-3{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top:40px;
}
.cont-3 .gg{
	width: 100%;
	height: 180px;
	background:url(../images/gg.png)center no-repeat;
}
 
.cont-3 .gg a{
	display: block;
	width: 100%;
	height: 100%;
}
 
.cont-3 .gg .tel p{
	color:#fff;
	font-size: 22px;
	font-weight: bold;
	width: 160px;
	margin-left: 100px;
	margin-top:-60px;
}
.case{
	width:1120px;
	height: auto;
	overflow: hidden;
	margin-top:30px;
}
.case .title{
	width: 380px;
	margin: 0 auto;
	height: 30px;
	border-bottom: 1px solid #d2d2d2;
}
.case .title div{
	width: 120px;
	height: 40px;
	background: #fff;
	margin: 0 auto;
	margin-top:10px;
	float: left;
	margin-left: 130px;
}
.case .title div h3{
	font-size: 20px;
	color:#000;
	text-align: center;
}
.case .title div p{
	font-size: 12px;
	color:#555555;
	text-align: center;
}
.case .pic{
	margin-top:50px;
	width: 100%;
	height:240px;
	overflow: hidden;
}
 
.case .pic ul li{
	float: left;
	width: 216px;
	height: 235px;
	margin-left:10px;
}
.case .pic ul li img{
	width: 216px;
	height: 205px;
}
.case .pic ul li p{
	width: 216px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color:#333;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.case .pic ul li:hover p{
	text-decoration: underline;

}
.case .pic ul li:nth-child(1){
	margin-left: 0;
}
.case  .more{
	width: 160px;
	height: 30px;
	border: 1px solid #a0a0a0;
	line-height: 30px;
	margin: 0 auto;
	display: block;
	text-align:center;
	margin-top:20px;
	border-radius: 8px;
	color:#333;
}
.news{
	width: 100%;
	height: auto;
	margin-top:30px;
}
.news .title{
	width: 380px;
	margin: 0 auto;
	height: 30px;
	border-bottom: 1px solid #d2d2d2;
}
.news .title div{
	width: 120px;
	height: 40px;
	background: #fff;
	margin: 0 auto;
	margin-top:10px;
	float: left;
	margin-left: 130px;
}
.news .title div h3{
	font-size: 20px;
	color:#000;
	text-align: center;
}
.news .title div p{
	font-size: 12px;
	color:#555555;
	text-align: center;
}
.news ul {
	-moz-column-count:2;
	-webkit-column-count:2;
	column-count:2;
	width:1120px;
	height:auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top:40px;
	float: left;
	
}
.news ul li{
	 width: 528px;
	 height:95px;
	 border: 1px solid #a0a0a0;
	 float: left;
	 margin-bottom:20px;
	 -webkit-column-break-inside:avoid;
	 margin-left: 15px;

}
.news ul li .left{
	width: 72px;
	height: 95px;
	float: left;

}
.news ul li .left p{
	font-size: 30px;
	color:#333333;
	font-weight: bold;
	text-align: center;
	border-right: 2px solid #555555;
	height: 70px;
	line-height: 70px;
	margin-top:13px;

}
.news ul li .right{
	float: right;
	width: 435px;
	height: auto;
	overflow: hidden;
	margin-right: 5px;
}
.news ul li .right h4{
	margin-top:10px;
	font-size: 16px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	color:#333333;
}
.news ul li .right h4 a{
	color:#333333;
}
.news ul li .right h4:hover a{
	color:#0082c9;
	text-decoration: underline;
}
.news ul li .right span{
	color:#555555;
}
.news ul li .right p{
	font-size: 13px;
	color:#555555;
	width: 428px;
	height: 35px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news .more{
	width: 160px;
	height: 30px;
	border: 1px solid #a0a0a0;
	line-height: 30px;
	margin: 0 auto;
	display: block;
	text-align:center;
	margin-top:20px;
	border-radius: 8px;
	color:#333;
	float: left;
	margin-left:486px;
}
.partner{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top:30px;
	float: left;
}
.partner .title{
	width: 71px;
	height: 180px;
	background: url(../images/title02.png)no-repeat;
	float: left;
}
.partner .title h3{
	width:20px;
	font-size: 20px;
	margin-left:20px;
	margin-top:12px;
	color:#fff;
}
.partner ul{
	float:left;
}
.partner ul li{
	float: left;
	margin-right:7px;
	width: 200px;
	height: 180px;
	border: 1px solid #c9c9c9;
}
.partner ul li img{
	width:180px;
	height: 160px;
	margin: 10px;
}
.links{
	width: 100%;
	height: 50px;
	background: #0096B0;
	margin-top:50px;
}
.links h3{
	font-size: 18px;
	color:#fff;
	line-height: 50px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
 
}
.links ul{
	float: left;
	width: 980px;
	height: 50px;
	overflow: hidden;
	float: left;
	margin-left:0px;
}
.links ul li{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 25px;
}
.links ul li a{
	color:#fff;
	font-size: 14px;
}
.links .gotop{
	width: 50px;
	height: 50px;
	background: #fff;
	color:#333;
	line-height: 50px;
	float:right;
	text-align: center;
	font-size: 18px;
	margin-right: 7px;
	cursor:pointer
}
.footer{
	width: 100%;
	height: 315px;
	background: #282828;
	position: relative;
}
.footer .left{
	float: left;
	width: 450px;
	height: 230px;
 	padding-right: 20px;
	margin-top:25px;
}
.footer .left .tit{
	margin-top:20px;
}
.footer .left .tit h3{
	font-size: 18px;
	color:#fff;
	float: left;
}
.footer .left .tit p{
	float: left;
	color:#fff;
	margin-top:8px;
	margin-left:2px;
}
.footer .left .text{
	margin-top:15px;
	float: left;
}
.footer .left .text p{
	font-size: 14px;
	line-height:24px;
	color:#fff;
	width:100%;
	float: left;	
}
.footer .left .fx{
	width: 100%;
	float: left;
	margin-top:30px;
}
.footer .left .fx h4{
	font-size: 14px;
	color:#fff;
	float: left;
	font-weight: normal;
	margin-top:-2px;
}
.footer .right{
	float:left;
	width: 300px;
	height: 230px;
	border-left: 1px solid #535353;
	border-right: 1px solid #535353;
	margin-top:30px;
	margin-left: 30px;
}
.footer .right .menu{
	margin-left: 50px;
	margin-top:10px;
	height: auto;
	padding-right: 10px;
	overflow: hidden;
}
.footer .right .menu h4{
	font-size: 18px;

}
.footer .right .menu ul {
	margin-top:20px;
	width: 300px;
}
.footer .right .menu ul li{
	font-size: 16px;
	line-height:30px;
	margin-right: 10px;
	float: left;
	width: 50%;
}
.footer .right .menu ul li:hover{
	text-decoration: underline;
}
.footer .right .menu ul li a{
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.footer .ewm{
 
	height: auto;
	background: #fff;
	float: right;
	margin-top:30px;
 
}
.footer .ewm img{
	width: 174px;
	height: 174px;
	margin:9px;
	margin-bottom: 0;
}
.footer .ewm p{
	text-align: center;
	font-size: 14px;
	margin: 8px 0;
	color:#282828;
}
.footer .copyright{
	width: 100%;
	height: 30px;
	background:#333333;
	position: absolute;
	bottom: 0;
}
.footer .copyright p{
	text-align: center;
	line-height: 30px;
	color:#fff;

}
.footer  a{
	color:#fff;
}






.in-content{
	width: 1120px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 60px;
}
.in-content .left-cont{
	width: 250px;
	float: left;
	height: auto;
	overflow: hidden;
}

.left-cont .list{
	width: 248px;
	height:auto;
	overflow: hidden;
	border: 1px solid #c9c9c9;
}
.left-cont .list .tit{
	width: 250px;
	height: 50px;
	background: url(../images/title01.png)no-repeat;
}
.left-cont .list .tit h3{
	font-size: 20px;
	color:#fff;
	font-weight: normal;
	line-height: 50px;
	margin-left:100px;
}
.left-cont .list ul{
	width: 220px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 13px;
}
.left-cont .list ul li{
	width: 220px;
	height:auto;
	background:#e5e5e5 url(../images/icon.png)20px 13px no-repeat;
	line-height: 38px;
	margin-top:4px;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
}
.left-cont .list ul li a{
	color:#333;
	font-size: 13px;
	margin-left:40px;
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  	width: 178px;
  	display: block; 
}
.left-cont .list ul li:hover{
	background:#0096b0 url(../images/icon.png)20px 13px no-repeat;
}
.left-cont .list ul li:hover a{
	color:#fff;
}


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

.quick .tit{
	width: 250px;
	height: 50px;
	background: url(../images/title01.png)no-repeat;
}
.quick .tit p{
	font-size: 20px;
	color:#fff;
	 
	line-height: 50px;
	margin-left:100px;
}

.quick ul{
	width: 210px;
	margin: 10px auto;
}

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


.quick ul li a{
	color:#333;
	display: block;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	font-size: 14px;
}
.quick  .info{
	width: 218px;
	margin: 10px auto;
	color:#333;
	font-size: 14px;
	line-height: 26px;
	height: auto;
	overflow: hidden;
}
 

 .title-bar{
	width: 100%;
	position: relative;
	margin-top: 10px;
	height: 37px;
	background: url(../images/title03.png) repeat-x left bottom;
}
 
.title-bar h4{
	font-size: 18px;
 
	margin-left:40px;
	color:#333333;
	font-size: 18px;
	float: left;
}

.crumbs{
	margin-top: 10px;
	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;
}



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


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

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

.detail-intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	min-height:300px;
	margin-top: 20px;
}
.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 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;
}

.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: 440px;
	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: 200px;
	display: block;
	height: 60px;
	float: left;
	margin-top: 20px;
	background: #0096b0;
	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;
	margin-left: 10px;
	width: 277px;
	height: auto;
	overflow: hidden;
	margin-bottom: 15px;
}
.pic-box  ul li img{
	display: block;
	width:100%;
	height: 210px;
}
.pic-box  ul li p{
	width: 100%;
	height:35px;
	line-height:35px;
	color:#333333;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pic-box  ul li:nth-child(3n-2){
	margin-left: 0;
}
 
.right-cont{
	float: right;
	width:852px;
	height: auto;
	overflow: hidden;
}


.news-list{
	width: 100%;
	margin: 0;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
 
.news-lis{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.news-list ul li{
	width: 100%;
	height: 35px;
	border-bottom: 1px solid #dedede;
	line-height: 35px;
	position: relative;
}
.news-list ul li:after{
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
	background: #dedede;
	border-radius: 50%;
}
.news-list ul li a{
	display: block;
	width: 500px;
	float: left;
	font-size: 14px;
	color:#333;
	margin-left: 15px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-list ul li span{
	display: block;
	float: right;
	color:#666;
}
.news-list ul li:hover a{
	color:#0366C1;
}