﻿*{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: #f5f5f5;
	border-bottom: 1px solid #e6e6e6;
}
.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;
}
.top .vs{
	float: right;
	margin-top: 11px;
	margin-left: 10px;
}
.top .vs a{
	display: block;
	color:#666666;
	font-size: 14px;
}
.top .vs img{
	display: block;
	margin-top: 3px;
	float: left;
	margin-right:8px;
}
.head{
	width: 100%;
	height:130px;
	overflow: hidden;
}
.head .name{
	float: left;
	margin-top:15px;
}
.head .tel{
	float: right;
	margin-top: 32px;
}
.head img {
	display: block;
}
.nav{
	width: 100%;
	height: 50px;
	background:#333333;
}
.nav ul{
	width: 1200px;
	margin:0 auto;
	height: 50px;
 
}
.nav ul li{
	float: left;
	width: 150px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	position: relative;
}
.nav ul li a{
	color:#fff;
	font-size: 16px;
}
.nav ul li:hover ul{
	display: block;
}
.nav ul li:hover{
	background: #b72024;
}
.nav ul ul{
	position: absolute;
	left: 0;
	top: 50px;
	z-index: 10;
	display: none;
	width: auto;
}
.nav ul ul li{
	float: initial;
	background: #fff;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #bdc7d1;
}
.nav ul ul li:last-child{
	border-bottom: none;
}
.nav ul ul li a{
	color:#333333;
	font-size: 14px;
}
.nav ul ul li:hover a{
	color:#fff;
}
.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:6px; 
 line-height:14px; 
 text-align:center; 
 cursor:pointer;
 background: #fff;
 border-radius: 5px;
 
}
.banner .hd ul li.on{
 background:#b72024; 
  
}
.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: 100%;
	height:auto;
	overflow: hidden;
	margin-top: 45px;
}

.title p{
	color:#b72024;
	font-size: 36px;
	text-align: center;
	padding-bottom: 10px;
	position: relative;
}
.title b{
	color:#000000;
	font-weight: normal;
}
.title span{
	display: block;
	color:#666666;
	font-size: 14px;
	text-align: center;
	position: relative;
	margin-top: 10px;
}
.title p:after{
	content: "";
	width: 50px;
	height: 3px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -25px;
	background: #b72024;
}

.product .list{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.product .list ul {
	display: table;
	margin: 0 auto;
}
.product .list ul li{
	float: left;
	width: 152px;
	height: 40px;
	border: 1px solid #cccccc;
	text-align: center;
	line-height: 40px;
	margin-left: 20px;
	background: #fff;
	margin-bottom: 10px;
	border-radius: 5px;

}
.product .list ul li:hover{
	background:#b72024;
	border: 1px solid #b72024;
}
.product .list ul li:hover a{
	color:#fff;
}
.product .list ul li:nth-child(7n-6){
	margin-left: 0;
}

.product .list ul li a{
	color:#333333;
	font-size: 16px;
}

.product .pic{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.product .pic ul li{
	float: left;
	width: 285px;
	height: auto;
	overflow: hidden;
	background: #f2f2f2;
	margin-left: 20px;
	margin-bottom: 20px;
}
.product .pic ul li:hover p{
	color:#b72024;
}
.product .pic ul{
	margin-left: -20px;
}
.product .pic ul li img{
	display: block;
	width: 279px;
	height: 218px;
	margin: 3px;
	margin-bottom: 0;
}
.product .pic ul li p{
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	color:#333333;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product .more{
	display: block;
	width: 170px;
	height: 45px;
	background: #b72024;
	text-align: center;
	line-height: 45px;
	color:#fff;
	font-size: 16px;
	margin: 0 auto;
	margin-top: 30px;
}


.about{
	width: 100%;
	height: 475px;
	background: #b72024;
	margin-top: 50px;
}

.about .intro{
	width: 560px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-top: 60px;
}
.about .intro .tit{
	position: relative;
	padding-bottom: 20px;
}
.about .intro .tit:after{
	content: "";
	width: 50px;
	height: 3px;
	position: absolute;
	left: 0;;
	bottom: 0;
	background: #fff;
}
.about .intro .tit p{
	color:#ffffff;
	font-size: 36px;
}

.about .intro .info {
	width: 100%;
	height: 210px;
	overflow: hidden;
	margin-top: 20px;
}

.about .intro .info p{
	color:#fff;
	font-size: 14px;
	line-height: 26px;
	text-indent: 1em;
}

.about .intro a{
	display: block;
	width: 145px;
	height: 40px;
	background: #fff;
	color:#b72024;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	border-radius: 5px;
	margin-top: 10px;
}

.about .pic{
	float: right;
	width: 600px;
	height: auto;
	overflow: hidden;
	margin-top: 65px;
}
.about .pic img{
	display: block;
	width: 600px;
	height: 352px;
}

.adv{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 85px;
}
.adv ul{
	margin-top: 50px;
}
.adv ul li{
	width: 100%;
	height: auto;
	overflow: hidden;

	 
}
.adv ul li:nth-child(even){
	height: 510px;
	margin-top: 50px;
	background: url(../images/bg01.png)no-repeat center;
}

.adv ul li:nth-child(even) .pic{
	float: left;
}
.adv ul li:nth-child(even) .intro{
	float: right;
	margin-top: 130px;
}
.adv ul li:last-child{
	padding-bottom: 44px;
	background: url(../images/bg02.png)no-repeat center bottom;
}
.adv ul li:last-child .intro{
	margin-top:80px;

}
.adv ul li:last-child .pic{
	margin-top:0px;
	margin-bottom:30px;
}
.adv .tit img{
	display: block;
	margin: 0 auto;
}

.adv  .intro{
	width: 550px;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
	float: left;
}
.adv  .intro .t{
	height: auto;
	overflow: hidden;
}
.adv  .intro .t img{
	display: block;
	float: left;
}
.adv  .intro .t div{
	float: left;
	margin-left: 15px;
}
.adv  .intro .t p{
	color:#b72024;
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
}

.adv  .intro .t span{
	display: block;
	color:#808080;
	font-size: 14px;
	font-family: 'Arial Regular';
	margin-top: 8px;
}

.adv  .intro .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.adv  .intro .info p{
	color:#555555;
	font-size: 14px;
	line-height: 30px;
	background: url(../images/icon02.png)no-repeat left 12px;
	padding-left: 15px;
}

.adv  .pic{
	float: right;
	margin-top: 40px;
}
.adv  .intro .pic img{
	display: block;
}


.cases{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 50px;
}
.cases .show{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.cases .show .box{
	width: 800%;
}

.cases .show .pic{
	float: left;
}
.cases .show .pic ul li{
	float: left;
	width: 286px;
	height: auto;
	overflow: hidden;
	background: #f2f2f2;
	margin-left: 20px;
}
.cases .show .pic ul li img{
	display: block;
	width: 279px;
	height: 218px;
	margin: 5px;
}

.cases .show .pic ul li p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	color:#333333;
	font-size: 16px;
	text-align: center;
}


.news{
	width: 1200px;
	margin: 0 auto;
	height:auto;
	background: #ffffff;
	overflow: hidden;
	margin-top: 50px;
}
.news .left{
	float: left;
	width: 585px;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
	border: 1px solid #cccccc;
}
.news .left .pic{
	width: 561px;
	height: auto;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	margin-top: 12px;
}
.news .left .pic img{
	display: block;
	width: 561px;
	height:338px;
}

.news .left .pic  h4{
	width:100%;
	padding: 0 15px;
	height: 45px;
	background: rgba(0,0,0,.4);
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 45px;
	color:#fff;
	font-size: 18px;
	font-weight: normal;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news .left .info{
	width: 561px;
	margin: 0 auto;
	padding:18px 15px;
	height: auto;
	overflow: hidden;
 
	border-top: none;
}

.news .left .info p{
	color:#666666;
	font-size: 14px;
	display: -webkit-box;
	-webkit-line-clamp:4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 26px;
	height: 75px;
}

.news .left .info span{
	display: block;
	color:#999999;
	font-size: 14px;
	margin-top: 20px;
	float: right;
}

.news  ul{
	float: right;
	width: 597px;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.news ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom:12px;
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 15px;

}
.news ul li .time{
	float: left;
	width: 66px;
	height:66px;
	background: #999999;
}

.news ul li .time b{
	color:#fff;
	font-size: 36px;
	text-align: center;
	display: block;
 	margin-top:0px;
}

.news ul li .time span{
	color:#fff;
	font-size: 14px;
	text-align: center;
	margin-top: -6px;
	display: block;
}

.news ul li  .info{
	float: right;
	width:505px;
	height: auto;
	overflow: hidden;

}
.news ul li:hover .time{
	background: #b72024;
}

.news ul li:hover  .info p{
	color:#b72024;
}
.news ul li  .info p{
	color:#333333;
	font-size: 16px;
 
	
}

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

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

.links .tit {
	width: 100%;
	overflow: hidden;
	height:32px;
	background: url(../images/tit05.png) repeat-x left bottom;
}
.links .tit div{
	display: block;
	height: auto;
	overflow: hidden;
	z-index: 10;
	position: relative;
	width: 160px;
}
.links .tit p{
	color:#b72024;
	font-size: 30px;
	font-weight: bold;
	font-family: 'Impact Regular';
	text-transform: uppercase;
	float: left;
}

.links .tit span{
	display: block;
	float: left;
	width: 85px;
	height: 25px;
	background: #000000;
	text-align: center;
	line-height: 25px;
	color:#fff;
	font-size: 14px;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
}

.links ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.links ul li{
	float: left;
	padding: 0 15px;
	line-height: 30px;
	position: relative;
}
.links ul li:after{
	content: "";
	width: 2px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	background: #989898;
	margin-top:-7px;
}

.links ul li a{
	color:#666666;
	font-size: 14px;
}


.footer{
	width: 100%;
	height:430px;
	background: #333333;
	position: relative;
	margin-top: 25px;
}

.footer .main{
	height: 390px;
}
.footer .intro{
	float: left;
	width: #fff;
	width: 340px;
	height: 420px;
	margin-top: -10px;
	background:#fff url(../images/bg03.png)no-repeat center top;
}

.footer .intro .name {
	margin-top: 25px;
}
.footer .intro .name img{
	display: block;
	margin: 0 auto;
}
.footer .intro .info{
	width: 280px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.footer .intro .info p{
	color:#666666;
	font-size: 14px;
	line-height: 24px;
}

.footer .menu{
	width: 545px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-left: 75px;
}

.footer .menu .tit {
	margin-top: 50px;
}
.footer .menu .tit p{
	color:#ffffff;
	font-size: 16px;
	position: relative;
	padding-bottom: 10px;
}

.footer .menu .tit p:after{
	content: "";
	width: 30px;
	height: 2px;
	background: #d62127;
	position: absolute;
	left: 0;
	bottom: 0;
}
.footer .menu ul {
	margin-top: 20px;
}
.footer .menu ul li{
	float: left;
	padding-right: 15px;
	line-height: 30px;
}
.footer .menu ul li a{
	color:#999999;
	font-size: 14px;

}
.footer .menu ul li:hover a{
	color:#d62127;
	text-decoration: underline;
}

.footer .ewm{
	float: right;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.footer .ewm img{
	display: block;
	width: 129px;
	height: 129px;
}
.footer .ewm p{
	text-align: center;
	color:#999999;
	font-size: 12px;
	line-height: 30px;
}

.footer .cr{
	width: 100%;
	height: 45px;
	background: #b72024;
	position: absolute;
	left: 0;
	bottom: 0;
}

.footer .cr p{
	color:#fff;
	line-height:45px;
	text-align: center;
}

.footer .cr a{
	color:#fff;
}

.pro-list{
	margin-top: 5px;
}
.title-column{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c9c9c9; 
}
.title-column  .tit{
	float: left;
}
.title-column h4{
	font-size: 28px;
	color:#b72024;
  	white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    overflow: hidden;
    font-weight: normal;
	line-height: 35px;
	position: relative;
	padding-left:12px;
}
.title-column h4:after{
	content: '';
	width: 5px;
	height: 26px;
	left: 0;
	position: absolute;
 	top: 7px;
	background: #b72024;
}

.title-column  .crumbs{
	float: right;
 	margin-top: 10px;
}

.title-column  .crumbs img{
	display: block;
	float: left;
}
.title-column  .crumbs p{
	color:#555555;
	font-size: 13px;
	line-height: 18px;
	float: left;
	margin-left: 5px;
}
.title-column  .crumbs  a{
	color:#555;
	font-size: 13px;
	line-height: 18px;
	padding: 0 10px;
	position: relative;
}
.title-column  .crumbs  a:after{
	content: ">";
	position: absolute;
	right: 0;
	color:#555;

}
.title-column  .crumbs  a:nth-child(2){
	padding-left: 0;
}

.news-list {
	margin-top: 20px;
}
.news-list ul {
	width: 100%;
	margin-top: 0;
}

.news-list ul li{
	width: 560px;
	float: left;
}
.news-list ul li:nth-child(2n){
	float: right;
}
.news-list ul li .info{
	width: 480px;
}
.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;
}
 
.page  select{
	border: none;
	background: none;
	outline: none;
}


.article-detailed .tit{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 15px;
}
.article-detailed .tit a{color:#333;}
.article-detailed .tit p{
	color:#333;
	font-size: 18px;
	text-align: center;
	border-bottom: 1px dashed #f1f1f1;
	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 a{color:#333;}
.article-detailed  .intro img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.article-detailed  .intro p{
	color:#333;
	font-size: 16px;
	line-height: 30px;
}

.map{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.allmap{
	width: 100%;
	height: 400px;
	border: 3px solid #ccc;
	box-sizing: border-box;
}

.fy{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
	border-bottom: 1px dashed #ccc;
	height: 30px;
	margin-bottom: 30px;
}

.fy p{
	display: table;
	height: auto;
	overflow: hidden;
	color:#333;
	font-size: 12px;
	float: left;
	margin-right: 50px;
}

.fy  a{
	color:#333;
}
.fy  a:hover {
	text-decoration: underline;
	color:#0088dc;
}
.fy .return{
	float: right;
}


.article-detailed{
	width: 1200px;
	margin: 0 auto;
	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 dashed #f1f1f1;
	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;
}



.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: 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: #b72024;
	outline: none;
	border: none;
	font-size: 18px;
	color:#fff;
	border-radius: 5px;
}
.mssg-intro form .btn input:last-child{
	float: right;
	background: #999;
}