*{margin: 0px;padding: 0px;}
body{min-width:1200px;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;
}
.top{
	width: 100%;
	height: 40px;
	background: #eeeeee;
}
.top p{
	float: left;
	font-size: 14px;
	color:#3c3c3c;
	line-height: 40px;
}
.top ul{
	float: right;
	height: 40px;
	overflow: hidden;
}
.top ul li{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 40px;
	position: relative;
}
.top ul li:after{
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	background: #6d6d6d;
}
.top ul li a{
	color:#3c3c3c;
	font-size: 14px;
}
.top ul li:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}
.head{
	width: 100%;
	height:124px;
	overflow: hidden;
}
.head .name{
	float: left;
	margin-top: 30px;
}
.head .tel{
	float: right;
	margin-top: 30px;
}
.head img {
	display: block;
}
.nav{
	width: 100%;
	height: 50px;
	background:#1151bb;
}
.nav ul{
	width: 1200px;
	margin:0 auto;
	height: 50px;
	overflow: hidden;
}
.nav ul li{
	float: left;
	width: 171px;
	height: 50px;
	overflow: hidden;
	text-align: center;
	line-height: 50px;
}
.nav ul li a{
	color:#fff;
	font-size: 16px;
}
.nav ul li:hover{
	background: #d12521;
}
.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:#1151bb; 
  
}
.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 .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: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 54px;
}

.title {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.title:after{
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 13px;
	background: #d2d2d2;

}
.title p{
	color:#999999;
	font-size: 16px;
	text-align: center;
}

.title h3{
	display: block;
	color:#1151bb;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}

.title a{
	display: block;
	width: 110px;
	height: 30px;
	border: 1px solid #d2d2d2;
	background: #eeeeee;
	margin: 0 auto;
	text-align: center;
	line-height: 30px;
	border-radius: 15px;
	color:#555555;
	font-size: 14px;
	margin-top: 10px;
	z-index: 10;
	position: relative;
}


.product .list{
	width: 100%;
	height: 160px;
	background: #1151bb;
	margin-top: 15px;
}

.product .list .tit{
	width: 160px;
	height: 160px;
	float: left;
}

.product .list .tit img{
	display: block;
	margin: 0 auto;
	margin-top: 30px;
}

.product .list .tit p{
	text-align: center;
	color:#ffffff;
	font-size: 24px;
	margin-top: 15px;
}

.product .list .tit  span{
	display: block;
	text-align: center;
	color:#fff;
	text-transform: uppercase;
}

.product .list .hd{
	width: 1037px;
	height: 154px;
	overflow: hidden;
	background: #fff;
	margin-top: 3px;
	float:right;
	margin-right: 3px;
}

.product .list .hd ul li{
	float: left;
	width: 150px;
	line-height:50px;
	margin-left: 10px;
	background: url(list02.png)  no-repeat left center;
}
.product .list .hd ul li:nth-child(6n-5){
	margin-left: 0;
}

.product .list .hd ul li a{
	color:#333333;
	font-size: 16px;
	margin-left: 20px;

}
.product .list .hd ul{
	width: 960px;
	margin: 0 auto;
	margin-top: 25px;
}

.product .bd{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}


.product .bd ul li{
	float: left;
	width: 385px;
	height: auto;
	overflow: hidden;
	border: 1px solid #dcdcdc;
	margin-left:22px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.product .bd ul li:nth-child(3n-2){
	margin-left: 0;
}

.product .bd ul li img{
	display: block;
	width: 385px;
	/*height: 300px;*/
}

.product .bd ul li p{
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color:#333333;
}
.product .bd ul li:hover p{
	background: #1151bb;
	color:#fff;
}

.gg{
	width: 100%;
	height: 209px;
	background: url(gg.png) no-repeat center;
	margin-top: 30px;
}

.adv{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #eee;
	padding-bottom: 50px;
}
.adv .tit{
	width: 640px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 60px;
}
.adv .tit img{
	display: block;
}
.adv  .item{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

.adv  .item .part{
	width: 580px;
	height: auto;
	overflow: hidden;
	float: left;

}
.adv  .item .part .intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 40px;
}
.adv  .item .part .intro img{
	display: block;
	float: left;
}
.adv  .item .part .intro .info{
	width: 480px;
	height: auto;
	overflow: hidden;
	float:right;

}

.adv  .item .part .intro .info .t{
	width: 100%;
	height:70px;
	overflow: hidden;
	background: url(tit.png) repeat-x left bottom;
}

.adv  .item .part .intro .info .t  p{
	color:#1151bb;
	font-size: 26px;
	font-weight: bold;
}

.adv  .item .part .intro .info .t span{
	display: block;
	color:#555555;
	font-size: 13px;
	text-transform: uppercase;
	margin-top: 3px;
}

.adv  .item .part .intro  .text{
	width: 480px;
	height: auto;
	overflow: hidden;
	float: right;
	margin-top: 10px;
}
.adv  .item .part .intro  .text p{
	color:#555555;
	font-size: 16px;
	text-indent: 15px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	line-height: 30px;
	position: relative;
}

.adv  .item .part .intro  .text p:after{
	content: "";
	width: 8px;
	height: 8px;
	background: #d12521;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -4px;
}

.adv  .item .pic{
	float: right;
}
.adv  .item .pic img{
	display: block;
}
.adv  .item:last-child .pic{
	float: left;
}
.adv  .item:last-child .part{
	float: right;
	margin-top: 100px;
}


.field{
	width: 1200px;
	margin: 0 auto;
	height:auto;
	overflow: hidden;
	margin-top: 55px;
}

.field .pic{
	float: left;
	width: 590px;
	height: auto;
	position: relative;
	overflow: hidden;
	margin-top: 30px;
}
.field .pic img{
	display: block;
	width: 590px;
	height: 435px;
}
.field .pic p{
	width: 100%;
	height: 40px;
	position: absolute;
	background: rgba(21,74,157,0.8);
	text-align: center;
	line-height: 40px;
	color:#fff;
	font-size: 15px;
	bottom: 0;
	left: 0;
}

.field ul{
	float: right;
	width: 600px;
	margin-top: 30px;
	height: auto;
	overflow: hidden;
}

.field ul li{
	float: left;
	width: 295px;
	height:auto;
	overflow: hidden;
	position: relative;
	margin-bottom:7px;
}
.field ul li img{
	display: block;
	width: 295px;
	height: 214px;
}
.field ul li p{
	width: 100%;
	height: 40px;
	position: absolute;
	background: rgba(0,0,0,.5);
	text-align: center;
	line-height: 40px;
	color:#fff;
	font-size: 15px;
	bottom: 0;
	left: 0;
}
.field ul li:nth-child(2n){
	float: right;
}


.about{
	width: 100%;
	height: 450px;
	background: url(bg.png) no-repeat center;
	margin-top: 53px;
}

.about .pic{
	width: 455px;
	height: 337px;
	background: url(bg02.png) no-repeat left bottom;
	overflow: hidden;
	margin-top: 65px;
	float: left;
}
.about .pic img{
	display: block;
	width: 440px;
	height: 320px;
	margin-left: 15px;
}

.about .intro{
	float: right;
	width: 713px;
	height: auto;
	overflow: hidden;
	margin-top: 70px;
	background: url(bg03.png) no-repeat center 30px;
}


.about .intro .tit h3{
	color:#fff;
	font-size: 36px;
	float: left;
}
.about .intro .tit div{
	width: 100%;
	overflow: hidden;
	height: auto;
	overflow: hidden;
}
.about .intro .tit p{
	color:#9cb0d9;
	font-size: 24px;
	float: left;
	margin-left: 10px;
	margin-top: 15px;
}
.about .intro .tit  span{
	color: #fff;

	font-size:18px;
}

.about .intro .info{
	width: 100%;
	height: 180px;
	overflow: hidden;
	margin-top: 20px;
}
.about .intro .info p{
	color:#ffffff;
	font-size: 15px;
	line-height: 30px;
}

.about .intro a{
	display: block;
	width: 110px;
	height: 40px;
	border: 3px solid #fff;
	box-sizing: border-box;
	text-align: center;
	line-height: 34px;
	color:#fff;
	font-size: 15px;
	float: right;
	margin-top: 10px;
}


.cases{
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
	width: 1260px;
	position: relative;
}

.cases .title{
	width: 1200px;
	margin: 0 auto;
}
.cases .next ,.cases .prev{
	position: absolute;
	top: 230px;
}
.cases .next {
	left:0;
}
.cases .prev{
	right: 0;
}
.cases  .bd{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 27px;
}

.cases  .bd ul li{
	float: left;
	width: 285px;
	height: auto;
	overflow: hidden;
	margin-right: 20px;
}
.cases  .bd ul li img{
	display: block;
	width: 285px;
	height: 220px;
}
.cases  .bd ul li p{
	width: 100%;
	line-height: 40px;
	text-align: center;
	color:#333333;
	font-size: 15px;
}


.news{
	width: 100%;
	height: 520px;
	background: #f3f3f3;
	margin-top: 50px;
	overflow: hidden;
}

.news .title{
	margin-top: 35px;
}

.news ul {
	margin-top: 25px;
}
.news ul li{
	float: left;
	width: 540px;
	height: 60px;
	border: 1px solid #d2d2d2;
	padding: 15px 20px;
	background: #fff;
	margin-bottom: 15px;
	box-shadow: 3px 0px 0 0 #1151bb inset;
}
.news ul li:nth-child(2n){
	float: right;
}
 
.news ul li:hover{
	border: 1px solid #1151bb;
	box-shadow: 4px 0px 0 0 #1151bb inset;
}

.news ul li h4{
	color:#333333;
	font-size: 18px;
	font-weight: normal;
	width: 100%;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news ul li span{
	display: block;
	color:#999999;
	font-size: 12px;
 	margin-top: 5px;
}


.news ul li  p{
	width: 100%;
	color: #555555;
	font-size: 13px;
	margin-top: 3px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news ul li:hover  h4{
	color:#1151bb;
}


.links{
	width: 1200px;
	height: 80px;
	border: 1px solid #d2d2d2;
	margin: 0 auto;
	margin-top: 45px;
}

.links .tit{
	margin-left: 10px;
	 
	border-right: 1px solid  #d2d2d2;
	height: 80px;
	float:left;
}
.links .tit img{
	display: block;
	margin-top: 20px;
	margin-right: 25px;
}
.links  ul{
	width: 940px;
	height: 50px;
	margin-top: 15px;
	float: right;
	margin-right: 20px;
}
.links  ul li{
	float: left;
	padding: 0 10px;
	line-height: 25px;
	overflow: hidden;
	position: relative;
}
.links  ul li:after{
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	background: #555555;
}

.links  ul li a{
	color:#555;
}


.footer{
	width: 100%;
	height: 444px;
	background: #1151bb;
	overflow: hidden;
	margin-top: 45px;
}

.footer .menu{
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #0d3d8e;
}

.footer .menu ul{
	display: table;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.footer .menu ul li{
	overflow: hidden;
	line-height: 60px;
	position: relative;
	padding: 0 50px;
	float: left;
}
.footer .menu ul li:after{
	content: "";
	width: 2px;
	height: 41px;
	position: absolute;
	background: url(icon01.png) no-repeat center;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
}
.footer .menu ul li:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}

.footer .menu ul li a{
	color:#ffffff;
	font-size: 16px;
}

.footer  .fn{
	float: left;
	margin-top: 45px;
}

.footer  .fn .tit p{
	color:#ffffff;
	font-size: 18px;
}


.footer  .fn ul{
	width: 260px;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.footer  .fn ul li{
	width: 120px;
	height: 30px;
	border: 1px solid #ffffff;
	float: left;
	margin-bottom: 10px;
	text-align: center;
	line-height: 30px;
}
.footer  .fn ul li:nth-child(2n){
	float: right;
}

.footer  .fn ul li a{
	color:#fff;
	font-size: 14px;
	display: block;
	width: 100%;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.footer .intro{
 
	height: 273px;
	border-left: 1px solid #0d3d8e;
	float: left;
	margin-left: 80px;
	padding-left:90px;
	padding-right: 50px;
	border-right: 1px solid #0d3d8e;
	margin-top: 30px;
}

.footer .intro p{
	color:#fff;
	width: 450px;
	font-size: 14px;
	line-height: 30px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.footer .intro  a{
	color:#fff;

}

.footer  .ewm{
	 
	float: right;
	margin-top: 50px;
}

.footer  .ewm img{
	display: block;
	width: 184px;
	height: 184px;
	border: 5px solid #fff;
}

.footer  .ewm p{
	width: 100%;
	height:40px;
	line-height:40px;
	text-align: center;
	color:#fff;
	font-size: 14px;
}

.footer .cr{
	width: 100%;
	height: 60px;
	margin-top: 20px;
	border-top: 1px solid #0d3d8e;
}
.footer .cr p{
	text-align: center;
	color:#fff;
	line-height: 60px;
}

.footer .main{
	height: auto;
	overflow: hidden;
	height: 302px;
}



.float{
	width:auto;
	height: auto;
	overflow: hidden;
	position: fixed;
	bottom: 100px;
	right: 0;
	width: 180px;
}
.float ul li{
	width: 180px;
	margin-top: 5px;
	height:auto;
	overflow: hidden;
	margin-left: 130px;
	position: relative;
	transition: .5s;
 
}
 
.float ul li span{
	display: block;
	width: 50px;
	height: 50px;
	float: left;
}
.float ul li:nth-child(2):hover{
	margin-left: 0;
}
.float ul li:nth-child(3):hover{
	margin-left: 0;
}
.float ul li:nth-child(4):hover{
	margin-left: 0;
}
.float ul li:nth-child(4):hover img{
	height: 120px;
}
.float ul li p{
	float: left;
	font-size: 16px;
	color:#fff;
	width: 130px;
	text-align: center;
 	height: 50PX;
   	line-height: 50px;
	font-weight: bold;
	background: #0f51bb;
 
}
.float ul li a{
	display: block;
	line-height: 50px;
	text-align: center;
	background: #0f51bb;
	color:#fff;
	font-size: 16px;
	font-weight: bold;
}
.float ul li:nth-child(1) span{
	background:#0f51bb url(float01.png)no-repeat  center;
}
.float ul li:nth-child(2) span{
	background:#0f51bb url(float02.png)no-repeat   center;
}
.float ul li:nth-child(3) span{
	background:#0f51bb url(float03.png)no-repeat   center;
}
.float ul li:nth-child(4) span{
	background:#0f51bb url(float04.png)no-repeat   center;
}
.float ul li:nth-child(5) span{
	background:#0f51bb url(float05.png)no-repeat   center;
}
.float ul li div{
	width:130px;
	float: left;
	background: #0f51bb;
	height: auto;
	overflow: hidden;
}
.float ul li img{
	display: block;
	width: 120px;
	height:50px;
	transition: .3s;
	float: right;
	margin: 5px;
}


.in-content{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin: 30px auto;
}
.left-cont{
	width: 288px;
	height: auto;
	overflow: hidden;
	float: left;
}
.left-cont .list{
	width: 288px;
	height:auto;
	overflow: hidden;
	background:#f6f6f6;
	background-size: 100%;
}
.left-cont .list .tit{
	width: 285px;
}
.left-cont .tit{
	width: 100%;
	height: 60px;

	border-radius: 5px 5px 0 0;
	overflow: hidden;
	background: url(list.png)repeat-x;

}
.left-cont .tit p{
	color:#fff;
	font-size: 24px;
	font-weight: bold;
	float: left;
	line-height: 60px;
	margin-left: 15px;
}
.left-cont .tit a{
	float: right;
	margin-right: 15px;
	line-height: 60px;
	color:#fff;
	font-size: 12px;
}
.left-cont  .box{
	width: 285px;
	height:auto;
	overflow: auto;

	margin-bottom: 20px;
	 
}
.left-cont  .list .tel{
	margin-top:30px;
	margin: 0 auto;
	display: table;
	margin-bottom: 10px;
}
.left-cont  .list .tel img{
	display: block;
}
.left-cont  .box h4{
	width: 260px;
	height: 40px;
	background: url(bg01.png)no-repeat center;
	line-height: 40px;
	color:#fff;
	font-size: 15px;
	margin: 0 auto;
 	margin-top: 17px;
	text-indent: 30px;
}
.left-cont  .box h4:hover{
	background: url(hover02.png)no-repeat center;
}
.left-cont  .box h4 a{
	color:#fff;
}
.left-cont  .box ul{
	width: 260px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.left-cont  .box ul li{
	width: 100%;
	line-height: 35px;
	margin-top: 5px;
	border-bottom: 1px solid #d6d6d6;
}
.left-cont  .box ul li a{
	color:#333333;
	font-size: 14px;
	text-indent: 20px;
	display: block;
}

.right-cont{
	width: 890px;
	height: auto;
	overflow: hidden;
	float: right;
}
.quick{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	background:#f6f6f6;
}

.quick ul{
	width: 260px;
	margin: 10px auto;
}

.quick ul li{
	width: 100%;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px dashed #ccc;
}

.quick ul li a{
	color:#333;
	font-size: 14px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.quick .intro{
	width: 260px;
	margin: 10px auto;
	height: auto;
	overflow: hidden;
	min-height: 120px;
}

.quick .intro p{
	color:#333;
	font-size: 14px;
	line-height: 24px;
}



.title-bar{
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 60px;
 
	background:url(list.png)repeat-x;
}

.title-bar h4{
	font-size: 24px;
	color:#fff;
	float: left;
	margin-left: 20px;
}

.title-bar .crumbs{
	float: right;
 
}
.crumbs p{
	font-size: 12px;
	color:#fff;
	float: left;
}

.crumbs  a{
 	padding-right: 10px;
	color:#fff;
	position: relative;
	line-height: 60px;
	font-size: 12px;

}

.crumbs  a:after{
	content: '>';
	font-size: 14px;
	position: absolute;
	right: -3px;
  	line-height: 60px;
	color:#fff;
}
.crumbs  a:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}


.article-detailed{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}


.article-detailed .tit{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 15px;
}

.article-detailed .tit p{
	color:#333;
	font-size: 18px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	height: 30px;
}

.article-detailed .tit span{
	display: block;
	color:#333;
	margin-top: 5px;
	font-size: 12px;
	text-align: center;
}

.article-detailed  .intro{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.article-detailed  .intro img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.article-detailed  .intro p{
	color:#333;
	font-size: 16px;
	line-height: 30px;
}

.pic-box{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.pic-box ul {
	margin-left: -15px;
}
.pic-box ul li{
	float: left;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	height: auto;
	overflow: hidden;
}
.pic-box ul li p{
	text-align: center;
	font-size: 14px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	line-height: 30px;
	color:#333;
}

.page{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
 
}
.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;
}
 
.page  select{
	border: none;
	background: none;
	outline: none;
}

.fy{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
	float: right;
}
.fy p{
	float: left;
	font-size: 14px;
	color:#333;
}
.fy p:last-child{
	float: right;
}

.fy p a{
	color:#333;
}

.news-list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0;
	background: none;
}
 
.news-list ul li{
	width: 100%;
	height: 35px;
	border-bottom: 1px dashed #ccc;
	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: #666;
	border-radius: 50%;
}
.news-list ul li a{
	color:#333;
	font-size: 16px;
	display: block;
	width: 600px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
	margin-left: 15px;
}
.news-list ul li span{
	display: block;
	float: right;
	color:#999;
}

.map{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}

.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: 450px;
	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: #1151bb;
	outline: none;
	border: none;
	font-size: 18px;
	color:#fff;
	border-radius: 5px;
}
.mssg-intro form .btn input:last-child{
	float: right;
	background: #999;
}
