﻿*{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: 30px;
	background: #eeeeee;
}
.top p{
	float: left;
	color:#333;
	font-size: 13px;
	line-height: 30px;
}
.top ul {
	float: right;
}
.top ul li{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 30px;
	position: relative;
}
.top ul li:after{
	content: "";
	width: 1px;
	height: 13px;
	position: absolute;
	right: 0;
	background: #333;
	top: 10px;
}
.top ul li:last-child:after{
	width: 0;
}
.top ul li a{
	color:#333;
}
.head{
	width: 100%;
	height:114px;
	overflow: hidden;
}
.head .name{
	float: left;
}
.head img{
	display: block;
	width:38%;
	height:100%;
	float:left;
}
.head  .tel{
	float: right;
	padding-top:10px;
}
.head .main div div{
	display: flex;
	vertical-align: middle;
	width:500px;
	height: 114px;
}
.head .main div div span{
	display: block;
	float:left;
   font-size:30px;
   color:#D4211C;
   font-weight: bold;
   margin-top:36px;
}
.nav{
	width: 100%;
	height: 50px;
	background:#D4211C;
}
.nav ul {
	width: 1200px;
	height: 50px;
	margin:0 auto;
}
.nav ul li{
	float: left;
	height: 50px;
	line-height: 50px;
	width: 120px;
	position: relative;
	text-align: center;
}
.nav ul li a {
	font-size: 16px;
	color:#fff;
	display: block;
}
.nav ul li:hover{
	background:#212121;
}
.nav ul li:after{
	content: "";
	width: 2px;
	height: 24px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -12px;
	background: url(../images/icon01.png)no-repeat center;
}
.nav ul li:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}

.nav .active{
	background: #212121;
}
.banner{ 
	width:100%;
	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:5px;  
 width:50px; 
 height:5px; 
 line-height:14px; 
 text-align:center; 
 cursor:pointer;
 background: #fff;
 font-size: 0;
 
}
.banner .hd ul li.on{
 background:#D4211C; 
 border: 1px solid #D4211C;
}
.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;  
}


.about{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url(../images/bg03.png) no-repeat center top;
}

.about .bd{
	width: 1200px;
	margin: 0 auto;
	height: 384px;
	margin-top: 118px;
	background: #D4211C;
}

.about .bd .pic{
	width: 634px;
	height: 425px;
	overflow: hidden;
	margin-top: -50px;
	float: left;
	background: url(../images/bg04.png) no-repeat center;
}
.about .bd  .intro{
	float: right;
	width: 540px;
	height: auto;
	overflow: hidden;
	margin-top: 35px;
	margin-right: 25px;
}
.about .bd .pic img{
	display: block;
	width: 550px;
	height: 384px;
	margin:0 auto;
	margin-top: 20px;
}

.about .bd  .intro h4{
	color:#ffffff;
	font-size: 30px;
}

.about .bd  .intro .info{
	width: 100%;
	height: 182px;
	overflow: hidden;
	margin-top: 30px;
	color:#fff;
	font-size: 14px;
	line-height: 26px;
	display: -webkit-box;
	-webkit-line-clamp:7;
	-webkit-box-orient: vertical;
	overflow: hidden;

}
.about .bd  .intro a{
	display: block;
	width: 180px;
	height: 40px;
	background: #343434;
	text-align: center;
	line-height: 40px;
	color:#fff;
	margin-top: 25px;
	border-radius: 5px;
	font-size: 16px;
}
.product{
	width:100%;
	margin: 0 auto;
	height: 966px;
	overflow: hidden;
	background: url(../images/bg.jpg);
}
.product .list{
	float: left;
	width: 240px;
	height: auto;
	min-height: 780px;
	overflow: hidden;
	position: relative;
	background:#D4211C;
	margin-top: 70px;
	padding-bottom: 15px;
}
.product .list .tit{
	width: 100%;
	height: 90px;
	overflow: hidden;
}
.product .list .tit h4{
	color:#fff;
	font-size: 26px;
	text-align: center;
	margin-top: 15px;
}
.product .list .tit  span{
	display: block;
	color:#eeeeee;
	font-size: 14px;
	opacity: .8;
	text-transform: uppercase;
	text-align: center;
	margin-top: 5px;
}

.product .list .bd{
	width: 232px;
	margin: 0 auto;
	height: 620px;
	overflow: hidden;
	background: #fff;
}

.product .list ul{
	width: 212px;
	margin: 0 auto;
	height: auto;
	margin-top: 10px;
	overflow: hidden;
}
.product .list ul li{
	width: 100%;
	height: 38px;
	border-bottom: 1px solid #CCCCCC;
	line-height: 38px;
	text-align: center;
	margin-bottom: 10px;
}
.product .list ul li a{
	color:#333333;
	font-size: 15px;
	display: block;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product .list ul li:hover{
	background: #D4211C;
	border-bottom: 1px solid #D4211C;
}
.product .list ul li:hover a{
	color:#fff;
}

.product .list .tel{
	width: 100%;
	height: auto;
	overflow: hidden;
  
	margin-top: 30px;
}
.product .list .tel img{
	display: block;
   	margin: 0 auto;
  
}

.product .list .tel b{
  	margin: 0 auto;
  	display: block;
  	width: 200px;
	margin-top:5px;
	display: block;
	color:#fff;
	line-height: 30px;
	font-size: 30px;
}


.product .pic{
	float: right;
	width: 944px;
	height: auto;
	overflow: hidden;
	margin-top: 70px;
}

.product .pic ul li{
	float: left;
	width: 306px;
	height: auto;
	overflow: hidden;
	margin-left: 13px;
	margin-bottom: 10px;
}
.product .pic ul li img{
	display: block;
	width: 306px;
	height: 226px;
}
.product .pic ul li:nth-child(3n-2){
	margin-left: 0;
}

.product .pic ul li p{
	width: 100%;
	height: 35px;
	line-height: 35px;
	color:#fff;
	font-size: 14px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	background: #999999;
	text-align: center;
}

.img-box{
	overflow: hidden;
	border: 1px solid #DEDEDE;
	box-sizing: border-box;
}
.img-box img{
	transition: .5s;
}
.img-box:hover img{
	transform: scale(1.05);
}

.cases{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}
.cases .title{
	position: relative;
}
.cases .title:after{
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	right: 0;
	top: 30px;
	background: #E6E6E6;
}
.cases .title div{
	display: table;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	background: #fff;
	z-index: 1;
	position: relative;
	padding:0 20px;
}
.cases .title h4{
	color:#d4211c;
	font-size: 36px;
	text-align: center;
}
.cases .title span{
	display: block;
	text-align: center;
	color:#999999;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 5px;
}

.cases .show{
	width: 100%;
	height: auto;
	margin-top: 30px;
	overflow: hidden;
}
.cases .box{
	width: 800%;
}
.cases .pic{
	float: left;
}
 
.cases  ul li{
	float: left;
	width: 334px;
	height: auto;
	overflow: hidden;
	margin-left: 10px;
}
.cases  ul li img{
	display: block;
	width: 334px;
	height: 286px;
}
.cases  ul li p{
	text-align: center;
	color:#555555;
	font-size: 18px;
	text-align: center;
	line-height: 50px;
	background: #E6E6E6;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.cases  ul li:hover p{
	background: #D4211C;
	color:#fff;
}

.adv{
	width: 100%;
	height: 1330px;
	overflow: hidden;
	background: url(../images/bg.jpg);
	margin-top: 70px;
}

.adv .tit{
	width: 100%;
	height: 182px;
	background: url(../images/adv-tit.png) no-repeat center;
}
.adv ul{
	width: 1300px;
	margin:  0 auto;
	height: auto;
	margin-top: 30px;
 
	padding-top: 30px;
}
.adv ul li {
	width: 100%;
	height: auto;
 	min-height: 320px;
 	overflow: hidden;
	position: relative;
	margin-top: -10px;
}
.adv ul li img{
	display: block;
}

.adv ul li .intro{
	width: 550px;
	height: auto;
	min-height: 300px;
	overflow: hidden;
	float: left;
	margin-top: 25px;
	margin-left: 50px;
	margin-bottom: 30px;
}

.adv ul li .intro .num{
	float: left;
}
.adv ul li .intro .num img{
	display: block;
}

.adv ul li .intro .info{
	float: right;
	width: 455px;
}
.adv ul li .intro .info .t{
	height: 80px;
	background: url(../images/tit02.png) repeat-x left bottom;
}
.adv ul li .intro .info .t p{
	color:#e4322b;
	font-size: 34px;
	font-weight: bold;
}
.adv ul li .intro .info .t  span{
	display: block;
	color:#999999;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 8px;
}
.adv ul li .intro .info  .text{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.adv ul li .intro .info  .text p{
	color:#333333;
	font-size: 16px;
	line-height: 30px;
	background: url(../images/icon02.png) no-repeat left 8px;
	padding-left: 20px;
	box-sizing: border-box;
}

.adv ul li .pic{
	width: 664px;
	height: auto;
	overflow: hidden;
	padding-bottom: 60px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/bg02.png) no-repeat center bottom;
}
.adv ul li .pic img{
	display: block;
	width: 560px;
	height: 295px;
	margin: 0 auto;
	border: 3px solid #DBDBDB;
	box-sizing: border-box;
}
.adv ul li:nth-child(2n) .intro{
	float: right;
	margin-left: 0;
	margin-right: 50px;
}
.adv ul li:nth-child(2n) .pic{
	left: 0;
}

.section{
	width: 100%;
	height:auto;
	overflow: hidden;
	margin-top: 60px;

}
.section .main{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
 
.news{
	width: 410px;
	height: 488px;
	overflow: hidden;
	padding: 10px;
	box-sizing: border-box;
	background: #F5F5F5;
	float: left;
	
}
.news .pic {
	margin-top: 15px;
}
.news .pic img{
	display: block;
	width: 100%;
	 
}
.news .tit{
	width: 100%;
	height: 22px;
	line-height: 22px;
	margin-top: 10px;
}
.news .tit p{
	color:#333333;
	font-size: 20px;
	float: left;
	font-weight: bold;
	margin-right: 5px;
	border-left: 4px solid #cd1616;
	padding-left: 5px;
}
.news .tit span{
	display: block;
	float: left;
	color:#999999;
	font-size: 12px;
	text-transform: uppercase;
}
.news .tit a{
	display: block;
	float: right;
	margin-top: 3px;
}
.news ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 25px;
}
.news ul li{
	width: 100%;
	height: 35px;
	line-height: 35px;
	position: relative;
}
.news ul li:after{
	content: " ";
	position: absolute;
	width: 5px;
	height: 9px;
	background: url(../images/icon03.png) no-repeat left center;
	top: 50%;
	margin-top: -4px;
	left: 0;
	color:#999999;
}
.news ul li a{
	display: block;
	font-size: 14px;
	color:#333333;
	float: left;
	width: 280px;
	margin-left: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news ul li span{
	display: block;
	float: right;
	color:#999999;
}
.news ul li:hover a{
	color:#cd1616;
}


.qs{
	width: 350px;
	padding: 10px;
	box-sizing: border-box;
	height:488px;
	overflow: hidden;
	background: #F5F5F5;
}
.qs .tit{
	width: 100%;
	height: 22px;
	line-height: 22px;
	margin-top: 10px;
}
.qs .tit p{
	color:#333333;
	font-size: 20px;
	float: left;
	font-weight: bold;
	margin-right: 5px;
	border-left: 4px solid #cd1616;
	padding-left: 5px;
}
.qs .tit span{
	display: block;
	float: left;
	color:#999999;
	font-size: 12px;
	text-transform: uppercase;
}
.qs .tit a{
	display: block;
	float: right;
	margin-top: 3px;
}
.qs  ul {
	width: 307px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 30px;
}

.qs  ul li{
	width: 100%;
	height: 115px;
	box-sizing: border-box;
	border-bottom: 1px dashed #dddddd;
	margin-bottom: 30px;
}
.qs  ul li .t{
	width: 40px;
	height: 82px;
	background: url(../images/bg05.png)no-repeat center;
	float: left;
}

.qs  ul li .t p{
	text-align: center;
	color:#ffffff;
	font-size: 15px;
	line-height: 41px;
}

.qs  ul li .t span{
	display: block;
	text-align: center;
	height: 41px;
	line-height: 41px;
	color:#6f6d6d;
	font-size: 15px;
}

.qs  ul li  .info{
	float: right;
	width: 250px;
	height: auto;
	overflow: hidden;
	margin-top: 5px;
}

.qs  ul li  .info p{
	color:#333333;
	font-size: 16px;
	width: 100%;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
 
.qs  ul li:hover  .info p{
	color:#CD201B;
}

.qs  ul li  .info  span{
	display: block;
	color:#666666;
	font-size: 13px;
	line-height: 20px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.qs  ul li:last-child{
	border: none;
	margin-bottom: 0;
}

 

.links{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}

.links .tit{
	float: left;
}
.links .tit img{
	display: block;
}
.links ul{
	width: 980px;
	height: 60px;
	margin-top: 8px;
	float: right;
	margin-right: 10px;
	overflow: hidden;
}

.links ul li{
	float: left;
	line-height: 30px;
	padding: 0 10px;
	position: relative;
}
.links ul li:after{
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	background: #929191;
}

.links ul li a{
	color:#6f6d6d;
	font-size: 14px;
}
.footer{
	width: 100%;
	min-height: 280px;
	box-sizing: border-box;
	overflow: hidden;
	height: auto;
	padding-bottom:40px;
	background:#343434;
	padding-top: 55px;
	margin-top: 20px;
}
 
.footer .left{
	float: left;
}
.footer .left .info{
	color:#fff;
	font-size: 15px;
	line-height: 30px;
	margin-top: 20px;
}

.footer .menu{
	width: 375px;
	box-sizing: border-box;
	float: left;
	border-left: 1px solid #fff;
	margin-left: 70px;
	border-right: 1px solid #fff;
	height: auto;
	overflow: hidden;
 
	padding-bottom: 10px;
	min-height: 205px;
}
.footer .menu h4{
	color:#fff;
	font-size: 18px;
	margin-left: 62px;
}

.footer .menu ul {
	width: 240px;
	margin-left: 65px;
	margin-top: 10px;
}
.footer .menu ul li{
	float: left;
 	 
 	width: 120px;
	line-height: 40px;
	height: auto;
	overflow: hidden;
}
.footer .menu ul li:nth-child(2n){
	float: right;
}
.footer .menu ul li a{
	color:#fff;
	font-size: 16px;
}
.footer .ewm{
	margin-right: 45px;
	float: right;
}
.footer .ewm  img{
	display: block;
	width: 124px;
	height: 124px;
	border: 4px solid #fff;
	box-sizing: border-box;
	margin: 0 auto;
}
.footer .ewm p{
	text-align: center;
	color:#fff;
	font-size: 12px;
	line-height: 25px;
}
.in-content{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 30px;
}

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

.left-cont .list{
	width: 240px;
	height: auto;
	overflow: hidden;
	background: #D4211C;
 
}

.left-cont  .tit{
	width: 100%;
	height:80px;
	overflow: hidden;
	position: relative;
	background: #D4211C;

}

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

.left-cont  .tit span{
	display:table;
	color:#fff;
 
	text-align: center;
	margin: 0 auto;
	z-index: 1;
	background: #D4211C;
	position: relative;
	margin-top: 5px;
	text-transform: uppercase;
	padding: 0 10px;
}
.left-cont   .tit:after{
	content: "";
	width: 180px;
	height: 1px;
	position: absolute;
	left: 50%;
	margin-left: -90px;
	bottom: 20px;
	background: #fff;
}

.left-cont .list  .bd{
	width: 230px;
	margin: 0 auto;
	height: auto;
	background: #ffffff;
	min-height:auto;
	padding-bottom: 40px;
	overflow: hidden;
	margin-bottom: 10px;
}

.left-cont .list ul li {
	width: 100%;
	line-height: 54px;
	position: relative;
	height: 54px;
	border-bottom: 1px solid #ebebeb;
	background: url(../images/icon01.png) no-repeat 230px center;
}
.left-cont .list  .bd ul li:after{
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #bbbbbb;
	background: #fff;
	position: absolute;
	left: 10px;
	box-sizing: border-box;
	top: 50%;
	margin-top: -5px;
}

.left-cont .list  .bd ul li a{
	display: block;
	padding-left: 30px;
	color:#333;
	font-size: 16px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	box-sizing: border-box;
}
.left-cont .list  .bd ul li:hover:after{
	border: 1px solid #D4211C;
}
.left-cont .list  .bd ul li:hover a{
	color:#D4211C;
}

.quick{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
	border: 1px solid #D4211C;
	box-sizing: border-box;
}

 
.quick ul{
	width: 210px;
	margin: 10px 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;
	font-size: 14px;
	white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}

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

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


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


.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: 301px;
	overflow: hidden;
	margin-bottom: 15px;
	margin-left: 15px;
	border: 1px solid #ccc;
}
.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: 14px;
	color:#333;
	padding: 0 5px;
	box-sizing: border-box;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.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;
	line-height: 50px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 10px;
    text-overflow: ellipsis;
	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-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  .active{
	background: #333333;
	color:#fff;
}
 
.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 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;
}

 
.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: 430px;
	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: 45px;
	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: 100%;
	height: 80px;
	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: #D4211C;
	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 #D4211C;
}
.title-bar:after{
	content: "";
	width: 10px;
	height: 20px;
	position: absolute;
	left: 0;
	top:3px;
 
	background: #D4211C;
}
.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;
 	line-height: 30px;

}
.crumbs a{
	color:#666;
	font-size: 13px;
	padding-right: 15px;
	position: relative;
	line-height: 30px;
}
.crumbs a:last-child{
	padding-right: 0;
}
.crumbs a:after{
	content: ">";
	position: absolute;
	right:2px;
	font-family: '宋体';
	color:#666;
	font-size: 12px;
	position: absolute;
	top: 2px;
	line-height: 15px;
}
.crumbs a:last-child:after{
	display: none;
}

.news-list{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.news-list ul {
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.news-list ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #ccc;
}
.news-list ul li:hover a{
	color:#D4211C;
}
.news-list ul li:after{
	content: "";
	width: 4px;
	height: 4px;
	position: absolute;
 	left: 0;
 	border-radius: 50%;
	top: 50%;
	margin-top: -2px;
	background: #ccc;

}
.news-list ul li a{
	display: block;
	width: 240px;
	margin-left: 20px;
	float: left;
	color:#666666;
	font-size: 16px;
	line-height: 50px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-list ul li span{
	display: block;
	float: right;
	color:#999999;
	line-height: 50px;
	font-size: 12px;
}