*{margin: 0px;padding: 0px;}
body{min-width:1080px;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: 1200px;
	margin:0 auto;
}
.head{
	width: 100%;
	height:134px;
	overflow: hidden;
}
 
.head .main{
	display: flex;
	align-items:center;
	height: 134px;
	justify-content: space-between;
}
.nav{
	width: 100%;
	height: 66px;
	background:#262626;
}
.nav ul{
	width: 1200px;
	margin:0 auto;
	height: 66px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
}
.nav ul li{
	float: left;
	width: 100%;
	height: 66px;
	overflow: hidden;
	text-align: center;
	line-height: 66px;
}
.nav ul li a{
	color:#fff;
	font-size: 16px;
	display: block;
}
.nav ul li:hover{
	background:#1B7CFE;
}
.banner{ 
	max-width: 1920px;
	margin:0 auto; 
	overflow:hidden; 
	position:relative; 
 
}
.banner .hd{
 height:auto;
 overflow:hidden; 
 position:absolute; 
 left:50%;
 bottom:10px; 
 transform: translateX(-50%);
 z-index:1; 
}
.banner .hd ul{
 overflow:hidden; 
 zoom:1; 
 float:left; 

}
.banner .hd ul li{
 float:left; 
margin: 0 10px;
 width:15px; 
 height:15px; 
 line-height:14px; 
 text-align:center; 
 cursor:pointer;
 border-radius: 50%;
 background: #FFFFFF;
 
}
.banner .hd ul li.on{
 background:#1B7CFE; 
 border: 1px solid #1B7CFE;
}
.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%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	background: #F5F5F5;
	padding:  80px 0;
}
.product .list{
	float: left;
	width: 250px;
	height:765px;
	overflow: hidden;
	background: #fff;
	border-right: 4px solid #DADADA;
}
.product .list .tit{
	margin-top: 40px;
	overflow: hidden;
	margin-left: 60px;
}
.product .list .tit p{
	color: #1b7cfe;
	font-size: 32px;
	font-weight: bold;
}
.product .list .tit span{
	display: block;
	color: #1b7cfe;
	font-size: 14px;
	text-transform: uppercase;
}

.product .list  ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #EEEEEE;
	line-height: 60px;
	background: url(../images/list01.jpg) no-repeat 45px center;
}
.product .list  ul li a{
	color: #222222;
	font-size: 16px;
	margin-left: 75px;
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product .list  ul li:hover a{
	color: #1b7cfe;
}
.product .pic{
	float: right;
	width: 937px;
	height: 765px;
	overflow: hidden;
	padding: 0 20px;
	box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 10px;
	background: #fff;
}
.product .pic ul li{
	float: left;
	width: 290px;
	margin-left: 13px;
	height: auto;
	margin-bottom: 15px;
	overflow: hidden;
}
.product .pic ul li:nth-child(3n-2){
	margin-left: 0;
}
.product .pic ul li img{
	display: block;
	width: 290px;
	height: 194px;
}
.product .pic ul li p{
	text-align: center;
	color: #222222;
	font-size: 16px;
	white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 15px;
    overflow: hidden;
}
.img-box{
	overflow: hidden;
}
.img-box img{
	transition: .5s;
}
.img-box:hover img{
	transform: scale(1.05);
}


.ad{
	width: 1200px;
	margin: 0 auto;
	box-shadow:rgb(234, 243, 255) 0px 0px 8px 2px;
	height: 300px;
	overflow: hidden;
	margin-top: 60px;
}
.ad ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 300px;
}
.ad ul li {
	float: left;
	height: auto;
	overflow: hidden;
	position: relative;
	padding-right: 75px;
	padding-left: 75px;
}
.ad ul li:after{
	content: "";
	width: 1px;
	height: 190px;
	position: absolute;
	right:0;
	top: 50%;
	margin-top: -95px;
	background: #E6E6E6;
}
.ad ul li :last-child{
	padding-right: 0;
}
.ad ul li:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}
.ad ul li div{
	display: flex;
	justify-content: center;
	align-items: center;
}
.ad ul li img{
	display: block;
}
.ad ul li  h4{
	color: #444444;
	text-align: center;
	font-size: 24px;
	margin-top: 20px;
}
.ad ul li p{
	color: #666666;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	margin-top: 10px;
}

.about{
	width: 100%;
	height: 580px;
	background: url(../images/bg01.jpg) no-repeat center;
	margin-top: 60px;
	padding:  60px 0;
	overflow: hidden;
	box-sizing: border-box;
}
.about .main{
	background: #fff;
	height: auto;
	overflow: hidden;
}
.about .pic{
	float: left;
}
.about .pic img{
	display: block;
	width: 600px;
	height: 460px;
}
.about .intro{
	float: right;
	width: 500px;
	height: auto;
	overflow: hidden;
	margin-right: 50px;
	margin-top: 50px;
}
.about .intro h4{
	color: #333333;
	font-size: 30px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.about .intro .info{
	margin-top: 30px;
	display: -webkit-box;
	height: 210px;
	-webkit-line-clamp:7;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.about .intro .info p{
	color: #444444;
	text-indent: 2em;
	font-size: 16px;

	line-height: 30px;
}
.about .intro a{
	display: block;
	width: 180px;
	height: 50px;
	border: 1px solid #1B7CFE;
	box-sizing: border-box;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	border-radius: 10px;
	margin-top: 45px;
	color:  #1B7CFE;
}
.lc{
	width: 100%;
	height: 481px;
	background: url(../images/bg01.png)no-repeat center;
	margin-top: 65px;
	overflow: hidden;
}
.lc .tit{
	margin-top: 40px;
}
.lc .tit h4{
	color:#ffffff;
	font-size: 24px;
	height: 40px;
	text-align: center;
	position: relative;
}
.lc .tit b{
	color:rgb(27, 124, 254);
}
.lc .tit h4:after{
	content: "";
	width: 100px;
	height: 1px;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	background: rgb(27, 124, 254);
	bottom: 0;
}
.lc .bd{
	width: 1100px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.adv{
	width: 100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
 
}
.adv .tit{
	width: 100%;
	height:210px;
	overflow: hidden;
	background: url(../images/adv-tit.png) no-repeat center;
	margin-bottom: 40px;
}

.adv .part{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.adv .part:last-child{
	flex-direction: row-reverse;
}

.adv ul{
	width: 600px;
	height: auto;
	overflow: hidden;
}
.adv ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 40px;
 
}
.adv .img{
	float: left;
}
.adv .img img{
	display: block;
	
}
 
.adv .info .t{
	width: 100%;
	height: auto;
	overflow: hidden;
	 
}
.adv .info .t img{
	display: block;
	float: left;
	margin-right: 10px;
}
.adv .t b{
	display: block;
	width: 58px;
	height: 64px;
	background: #1B7CFE;
	float: left;
	text-align: center;
	line-height: 58px;
	color: #fff;
	font-size: 36px;
}
.adv .info .t div{
	float:right;
	width: 524px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DADADA;
}
.adv .info .t  p{
	color:#1b7cfe;
	font-size: 38px;
	font-weight: bold;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
 	margin-top: -8px;
	

}
.adv .info .t span{
	display: block;
	float: left;
	color:#b2b2b2;
	margin-top: 3px;
	font-size: 16px;
	font-family: 'Arial';
}
.adv .info  .text{
	width:524px;
	float: right;
	margin-top: 25px;
}
.adv .info  .text p{
 
	height:auto;
	line-height: 30px;
	position: relative;
	color:#333333;
	font-size: 16px;
 
}

.title h4{
	color: #1b7cfe;
	text-align: center;
	font-size: 40px;
}
.title p{
	color: #c0c0c0;
	font-size: 20px;
	font-family: 'Arial';
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 5px;
	text-align: center;
}
.cases{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #F5F5F5;
	padding: 60px 0;
	margin-top: 40px;
	box-sizing: border-box;
}
.cases .show{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.cases .box{
	width: 800%;
}
.cases .pic{
	float: left;
}
.cases .pic ul li{
	float: left;
	width: 230px;
	height: auto;
	overflow: hidden;
	margin-left: 12px;
}
.cases .pic ul li img{
	display: block;
	width: 230px;
	height: 172px;
}
.cases .pic ul li div{
	border: 1px solid #DFDFDF;
	box-sizing: border-box;
	width: 100%;
}
.cases .pic ul li p{
	text-align: center;
	color: #222222;
	font-size: 16px;
	margin-top: 10px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 90px;
	margin-bottom: 40px;
}
.news .title{
	margin-bottom: 30px;
}
.news  .tit p{
	color: #333333;
	font-size: 24px;
}
.news .left{
	width: 380px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-right: 40px;
}
.news .left .on{
	margin-top: 15px;
}
.news .left .on img{
	display: block;
	width: 380px;
	height: 254px;
}
.news .left .on .pic{
	position: relative;
	height: auto;
	overflow: hidden;
}
.news .left .on  h4{
	color: #1a1a1a;
	font-size: 20px;
	width: 100%;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: normal;
    margin-top: 15px;
}
.news .left .on  h4:hover{
	color: #1B7CFE;
}
.news .left .on p{
	color: #666666;
	font-size: 15px;
	line-height: 26px;
	display: -webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 78px;
	margin-top: 8px;
}
.news .left .on span{
	display: block;
	color: #fff;
	font-size: 14px;
	width: 110px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.6);
}
.news .left  ul{
	margin-top: 15px;
}
.news .left  ul li{
	width: 100%;
	position: relative;
	height: 55px;
	line-height: 55px;
	border-top: 1px dashed #CFCFCF;
}
.news .left  ul li:after{
	content: "";
	width: 4px;
	height: 4px;
	background: #1A1A1A;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}
.news .left  ul li a{
	display: block;
	float: left;
	width: 280px;
	color: #333;
	font-size: 16px;
	margin-left: 10px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news .left  ul li:hover a{
	color: #1B7CFE;
}
.news .left  ul li span{
	display: block;
	float: right;
	color: #666;
}
.news .left .more{
	display: block;
	width: 110px;
	height: 34px;
	background: #1B7CFE;
	text-align: center;
	line-height: 34px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	border-radius: 30px;
	margin-top: 15px;
}

.news .right{
	float: right;
	width: 360px;
	height: auto;
	overflow: hidden;
}
.news .right ul{
	width: 360px;
	height: 558px;
	overflow: hidden;
	background: #EBF3FF;
	padding:0 30px;
	padding-top: 5px;
	box-sizing: border-box;
	margin-top: 15px;
}
.news .right ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 20px;
	margin-top: 25px;
	border-bottom: 1px solid #B2D3FF;
}
.news .right ul li h4{
	color: #1b7cfe;
	font-size: 18px;
	font-weight: normal;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.news .right ul li p{
	color: #666666;
	font-size: 15px;
	display: -webkit-box;
	height: 52px;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 26px;
	margin-top: 8px;
}



.footer{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #1B7CFE;
	background-size: cover;
	padding:  50px 0;
	padding-bottom: 100px;
	position: relative;
 
}

.footer .left{
	float: left;
	width: 500px;
	height: auto;
	overflow: hidden;
}
.footer .tit{
	line-height: 20px;
	width: 168px;
	position: relative;
	height: auto;
	overflow: hidden;
}
.footer .tit:after{
	content: "";
	width: 30px;
	height: 1px;
	position: absolute;
	right: 0;
	bottom: 5px;
	background: #1B7CFE;
}
.footer .tit p{
	color: #ffffff;
	font-size: 16px;
	float: left;
}
.footer .tit span{
	display: block;
	color: #fff;
	font-size: 12px;
	float: left;
	margin-left: 5px;
	text-transform: uppercase;
}
.footer .intro {
	color: #fff;
	margin-top: 20px;
}
.footer .intro h4{
	font-size: 24px;
}
.footer .intro p{
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
}
.footer  .main{
	height: auto;
	overflow: hidden;
}
.footer .ewm{
	float: right;
}
.footer .ewm img{
	display: block;
	width: 150px;
	height: 150px;
	margin-top: 20px;
	border: 3px solid #fff;
	box-sizing: border-box;
}
.footer .ewm b{
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	margin-top: 5px;
	display: block;
	width: 150px;
	text-align: center;
}
.in-content{
	width:100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	padding: 40px 0;
	box-sizing: border-box;
	background: #F5F5F5;
 
}

.links{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 15px 0;
	border-top: 1px solid #0e65db;
	position: absolute;
	bottom: 0;
	left: 0;
}
.links .t{
	line-height: 20px;
	float: left;
	position: relative;
	padding-left: 20px;
	background: url(../images/links.png) no-repeat left center;
}
.links .t p{
	color: #fff;
	font-size: 14px;
	float: left;
}
.links .t span{
	display: block;
	color: #fff;
	text-transform: uppercase;
	margin-left: 10px;
	float: left;
}

.links  ul{
	float: right;
	width: 1060px;
	height: 20px;
	overflow: hidden;
}
.links  ul li{
	float: left;
	padding: 0 10px;
	position: relative;
}
.links  ul li:after{
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	background: #fff;
}
.links  ul li:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}
.links  ul li a{
	color: #fff;
	font-size: 14px;
	display: block;
}
.left-cont{
	width: 255px;
	height: auto;
	overflow: hidden;
	float: left;
}



.left-cont .list{
	width: 250px;
	height:auto;
	padding-bottom: 30px;
	overflow: hidden;
	background: #fff;
	border-right: 4px solid #DADADA;
}
.left-cont .list .tit{
	margin-top: 40px;
	overflow: hidden;
	margin-left: 60px;
}
.left-cont .list .tit p{
	color: #1b7cfe;
	font-size: 32px;
	font-weight: bold;
}
.left-cont .list .tit span{
	display: block;
	color: #1b7cfe;
	font-size: 14px;
	text-transform: uppercase;
}

.left-cont .list  ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #EEEEEE;
	line-height: 60px;
	background: url(../images/list01.jpg) no-repeat 45px center;
}
.left-cont .list  ul li a{
	color: #222222;
	font-size: 16px;
	margin-left: 75px;
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.left-cont .list  ul li:hover a{
	color: #1b7cfe;
}



.quick{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top:20px;
	background: #fff;
	border-right: 4px solid #DADADA;
	box-sizing: border-box;
}

.quick .tit{
	width: 100%;
	height: 88px;
	overflow: hidden;
	border-bottom: 1px solid rgb(238, 238, 238);
 
}
.quick .tit p{
	color:rgb(27, 124, 254);
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}

.quick .tit span{
	display: block;
	color:rgb(27, 124, 254);
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 2px;
}

.quick ul{
	width:100%;
	margin: 10px auto;
	height: auto;
	overflow: hidden;
}
.quick ul li {
	width: 100%;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	box-sizing: border-box;
	border-bottom: 1px solid rgb(238, 238, 238);
}
.quick ul li:last-child{
	border-bottom: none;
}

.quick ul li  a{
	color:rgb(34, 34, 34);
	font-size: 14px;
	white-space: nowrap;
    text-overflow: ellipsis;
    display:block;
    overflow: hidden;
}
.quick ul li:hover a{
	color: rgb(27, 124, 254);
}

.quick .intro{
	width: 90%;
	margin: 10px auto;
	height: auto;
	overflow: hidden;
}

.quick .intro p{
	color:#333;
	font-size: 14px;
	line-height: 24px;
}


.right-cont{
	width: 930px;
	height: auto;
	overflow: hidden;
	float: right;
	background: #fff;
	padding:  30px 20px;
	box-sizing: border-box;
	box-shadow:rgb(179 179 179 / 51%) 0px 0px 5px 2px;
}


.pic-box{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.pic-box ul {
 
	height: auto;
	overflow: hidden;
}
.pic-box ul li{
	float: left;
	height: auto;
	width: 284px;
	overflow: hidden;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	margin-left: 15px;
}
.pic-box ul li:nth-child(3n-2){
	margin-left: 0;
}
.pic-box ul li img{
	display: block;
	width: 100%;
}
.pic-box ul li p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color:#333;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pic-box ul li:hover p{
	color: rgb(27, 124, 254);
}


.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 20px;
	box-sizing: border-box;
	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:50px 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: rgb(27, 124, 254);
	color:#fff;
	border: 1px solid rgb(27, 124, 254);
}
 
.page  select{
	border: none;
	background: none;
	outline: none;
}



.detail-intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	min-height: 500px;
	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 img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

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

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

.cont-intro .intro p{
	color:#333333;
	font-size: 16px;
	line-height: 40px;
}

 .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:920px;
	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: 10px;
	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: 90px;
	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: 50px;
	float: left;
	margin-top: 20px;
	background: rgb(27, 124, 254);
	outline: none;
	border: none;
	font-size: 18px;
	color:#fff;
	border-radius: 5px;
}
.mssg-intro form .btn input:last-child{
	float: right;
	background: #999;
}


.title-bar{
	width: 100%;
	position: relative;
	height: 37px;
	border-bottom: 2px solid rgb(27, 124, 254);
}
.title-bar:after{
	content: "";
	width: 10px;
	height: 20px;
	position: absolute;
	left: 0;
	top:3px;
 
	background: rgb(27, 124, 254);
}
.title-bar h4{
	font-size: 18px;
 
	margin-left: 20px;
	color:#333333;
	font-size: 18px;
	float: left;
}
.crumbs{
	float: right;
	margin-top: 5px;
}
.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: ">";
	font-family: '宋体';
	position: absolute;
	right: 0;
	color:#666;
	font-size: 12px;
	position: absolute;
	top: 2px;
}
.crumbs a:last-child:after{
	display: none;
}
.crumbs a:last-child{
	padding-right: 0;
}


.news-list{
	height: auto;
	overflow: hidden;
}
.news-list  ul li{
	float: left;
	width: 100%;
	height: auto;
	line-height: 40px;
	overflow: hidden;
	margin-top: 5px;
	border-bottom: 1px dashed #ccc;
}
.news-list  ul li a{
	display: block;
	font-size: 16px;
	color: #333;
	float: left;
}

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