﻿*{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: #f6f6f6;
}
.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:110px;
	overflow: hidden;
}
.head .name{
	float: left;
	margin-top: 10px;
}
.head .tel{
	float: right;
	margin-top: 30px;
}
.head img {
	display: block;
}
.nav{
	width: 100%;
	height: 50px;
	background:url(../images/nav.png) repeat-x;
}
.nav ul{
	width: 1200px;
	margin:0 auto;
	height: 50px;
	overflow: hidden;
}
.nav ul li{
	float: left;
	width: 109px;
	height: 50px;
	overflow: hidden;
	text-align: center;
	line-height: 50px;
}
.nav ul li a{
	color:#000000;
	font-size: 14px;
}
.nav ul li:hover{
	background: #910906;
}

.nav 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:10px; 
 line-height:14px; 
 text-align:center; 
 cursor:pointer;
 background: #fff;
 
}
.banner .hd ul li.on{
 background:#00a0e9; 
  
}
.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;  
}


.in-banner{
	width: 100%;
}
.in-banner img{
	width: 100%;
	display: block;
}


.product{
	width: 100%;
	height: 1414px;
	background: url(../images/bg01.png) no-repeat center;
	overflow: hidden;
}

.product .main{
	width: 1160px;
	margin: 80px auto;
}

.product .list{
	width: 250px;
	height: 1240px;
	overflow: hidden;
	background: #d4d3d3;
	float: left;
}

.product .list .tit p{
	color:#992928;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	line-height: 50px;
}

.product .list .bd{
	width: 215px;
	height:1160px;
	overflow: hidden;
	background: #fff;
	padding:  10px;
	margin: 0 auto;
}

.product .list .bd h4{
	font-size: 14px;
	color:#ffffff;
	width: 100%;
	height: 36px;
	background: url(../images/list02.png) no-repeat center;
	color:#fff;
	font-size: 14px;
	line-height: 36px;
	text-indent: 10px;
 	margin-top: 10px;
}

.product .list .bd h4 a{
	color:#fff;
}

.product .list .bd h3{
	width:  215px;
	height: 28px;
	background: url(../images/list03.png) no-repeat center;
	font-weight: normal;
	color:#992928;
	font-size: 12px;
	line-height: 28px;
	text-indent: 15px;
	margin-top: 10px;
}

.product .list .bd h3 a{
	color:#992928;
}

.product .list ul{
	margin-top: 5px;
}
.product .list ul li{
	width: 100%;
	overflow: hidden;
	height: 25px;
	line-height: 25px;
	border-bottom: 1px dashed #cccccc;
	background: url(../images/list06.png) no-repeat left center;
}

.product .list ul li a{
	color:#212121;
	font-size: 12px;
	margin-left: 15px;
	display: block;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product .pic-box{
	width: 890px;
	height: auto;
	overflow: hidden;
	float: right;
}
.product .pic-box .tit{
	width: 100%;
	height: 40px;
}
.product .pic-box .tit p{
	color:#ffffff;
	font-size: 16px;
	width: 190px;
	height: 40px;
	background: #992928;
	float: left;
	text-align: center;
	line-height: 40px;
}
.product .pic-box .tit a{
	display: block;
	width: 85px;
	height: 24px;
	border: 1px solid #d8d8d8;
	color:#333333;
	font-size: 14px;
	border-radius: 5px;
	margin-top: 5px;
	float: right;
	text-align: center;
	line-height: 24px;
}
.product .pic-box .part01{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.product .pic-box .part01 ul li{
	float: left;
	width: 440px;
	height: auto;
	overflow: hidden;
	position: relative;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.product .pic-box .part01 ul li:nth-child(2n){
	float: right;
}

.product .pic-box .part01 ul li img{
	display: block;
	width: 440px;
	height:330px;
}
.product .pic-box ul li  p{
	width: 100%;
	height: 30px;
	background: rgba(0,0,0,.5);
	text-align: center;
	line-height: 30px;
	position: absolute;
	color:#fff;
	font-size: 14px;
	left: 0;
	bottom: 0;
}
.product .pic-box .part02{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 30px;
}
.product .pic-box .part02 ul {
	margin-top: 20px;
}
.product .pic-box .part02 ul li{
	float: left;
	width: 214px;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-left: 10px;
}
.product .pic-box .part02 ul li:first-child{
	margin-left: 0;
}
.product .pic-box .part02 ul li img{
	display: block;
	width: 214px;
	height: 160px;
}

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

.title{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	position: relative;
}

.title p{
	color:#000000;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}

.title b{
	color:#992928;

}

.title span{
	display:table;
	margin: 0 auto;
	color:#666666;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 5px;
	background: #fff;
 	position: relative;
 	padding: 0 10px;
	z-index: 100;
 
}
.title:after{
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 10px;
	background: #cdcdcd;
}
.ad ul {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.ad ul li{
	width:268px; 
	height:290px;
	overflow: hidden;
	border: 1px solid #cdcdcd;
	box-sizing: border-box;
	float:left;
	margin-left: 42px;
	border-radius: 5px;
}
.ad ul li:nth-child(1){
	margin-left: 0;
}

.ad ul li img{
	display: block;
	width: 254px;
	height: 140px;
	margin: 7px;
	margin-bottom: 0;
}

.ad ul li h4{
	width: 254px;
	margin: 0 auto;
	height: 24px;
	background: #992928;
	line-height: 24px;
	text-align: center;
	color:#fff;
}

.ad ul li p{
	color:#333333;
	width: 254px;
	margin: 0 auto;
	margin-top: 15px;
	font-size: 14px;
	line-height: 24px;
}

.cases{
	width:1310px;
	margin: 0 auto;
	margin-top: 45px;
	position: relative;
}
.cases .list{
	width: 1200px;
	margin: 0 auto;
	margin-top: 25px;
}
.cases .list ul{
	display: table;
	margin: 0 auto;
}
.cases .list ul li{
	float: left;
	width: 235px;
	height: 40px;
	background: #e3e3e3;
	text-align: center;
	line-height: 40px;
	margin: 0 10px;
}

.cases .list ul li a{
	color:#000000;
	font-size: 16px;
}
.cases .list ul li:hover {
	background: #992928;
}
.cases .list ul li:hover a{
	color:#fff;
}


.cases .bd{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.cases .bd ul li{
	float: left;
	width: 314px;
	height: auto;
	overflow: hidden;
	margin-left: 15px;
}
.cases .bd ul li img{
	display: block;
	width: 314px;
	height: 212px;
}
.cases .bd ul li p{
	text-align: center;
	font-size: 16px;
	color:#333333;
	text-align: center;
	line-height: 45px;
}

.cases .next{
	width: 35px;
	height: 75px;
 	position: absolute;
 	left: 0;
 	top: 220px;
	display: block;
	background: #999999;
}
.cases .next img{
	display: block;
	margin: 0 auto;
	margin-top: 25px;
}

.cases .prev{
	width: 35px;
	height: 75px;
	display: block;
	background: #999999;
	position: absolute;
	right: 0;
	top: 220px;
 	
}
.cases .prev:hover{
	background: #992928;
}
.cases .next:hover{
	background: #992928;
}


.cases .prev img{
	margin: 0 auto;
	display: block;
	margin-top: 25px;
}


.gg{
	width: 100%;
	height: 180px;
	background: url(../images/gg.png) no-repeat center;
	margin-top: 60px;
}


.adv{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.adv ul{
	margin-top: 30px;
}
.adv ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.adv ul li .tit {
	height: auto;
	overflow: hidden;
}
.adv ul li .tit img{
	display: block;
	float: left;
}
.adv ul li .tit p{
	width: 494px;
	height: 60px;
	line-height: 60px;
	color:#fff;
	font-size: 28px;
	font-weight: bold;
	text-indent: 10px;
	background: #992928;
	margin-left: 5px;
	float: left;
}
.adv ul li .intro{
	width: 570px;
	height: auto;
	overflow: hidden;
	float: left;
}
.adv ul li  .info{
	width:520px;
	margin-left: 20px;
	margin-top:20px;
	height: auto;
	overflow: hidden;
}
.adv ul li  .info p{
	color:#333333;
	font-size: 16px;
	line-height: 30px;
	background: url(../images/list04.png)no-repeat left 8px;
	padding-left: 20px;
}

.adv ul li span{
	color:#992928;
}

.adv ul li .pic{
	float: right;
}
 

.gg02{
	background: url(../images/gg02.png) no-repeat center;
}


.team{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}
.team ul{
	margin-top: 30px;
}
.team ul li{
	float: left;
	width: 276px;
	height: 350px;
	margin-left: 32px;
}
.team ul li:nth-child(1){
	margin-left: 0;
}
.team ul li img{
	display: block;
	width: 276px;
	height: 162px;
}

.team ul li h4{
	font-size: 18px;
	color:#000000;
	text-align: center;
	margin-top: 15px;
}

.team ul li p{
	font-size: 254px;
	margin: 0 auto;
	height: auto;
	overflow:hidden;
	color:#333333;
	font-size: 14px;
	line-height: 24px;
	width: 260px;
	margin: 0 auto;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.team ul li a{
	display: block;
	width: 124px;
	height: 34px;
	border: 1px solid #333333;
	text-align: center;
	line-height: 34px;
	color:#333333;
	margin: 0 auto;
	margin-top: 15px;
}
.team ul li:hover {
	background: #992928;
}

.team ul li:hover  h4{
	color:#fff;
}
.team ul li:hover  p{
	color:#fff;
}
.team ul li:hover  a{
	color:#fff;
	border: 1px solid #fff;
}


.section{
	width: 100%;
	height: 358px;
	margin-top: 35px;
	overflow: hidden;
	background: url(../images/bg03.png) no-repeat center;
}

.about{
	width: 725px;
	height: auto;
	float: left;
	margin-top: 50px;
	overflow: hidden;
}

.about .tit p{
	color:#992928;
	font-size: 20px;
	font-weight: bold;
}
.about .tit img{
	margin-top: 10px;
}

.about .pic{
	float: left;
	width: 316px;
	height: auto;
	overflow: hidden;
}
.about .pic img{
	display: block;
	width: 316px;
	margin-top: 10px;
}

.about .intro{
	float: right;
	width: 390px;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.about .intro h4{
	color:#992928;
	font-size: 18px;
}

.about .intro p{
	color:#666666;
	font-size: 14px;
	line-height: 24px;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-line-clamp:4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.about .intro a{
	display: block;
	width: 96px;
	height: 30px;
	background: #992928;
	text-align: center;
	line-height: 30px;
	color:#fff;
	font-size: 14px;
	margin-top: 20px;
}

.honor{
	width: 460px;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
	float: right;
}

.honor .tit p{
	color:#992928;
	font-size: 20px;
	font-weight: bold;
}
.honor .tit img{
	margin-top: 10px;
}



.honor .show{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}

.honor .show .box{
	width: 800%;
}
.honor .show .pic{
	float: left;
}
.honor .show .pic ul li{
	float: left;
	width: 244px;
	height: auto;
	overflow: hidden;
	margin-left: 20px;
}
.honor .show .pic ul li img{
	display: block;
	width: 244px;
	height: 170px;
}

.honor .show .pic ul li p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	color:#333333;
	font-size: 14px;
	text-align: center;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.column{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}
.news{
	width: 730px;
	height: auto;
	overflow: hidden;
	float: left;
}

.news .hd{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.news .hd ul li{
	float: left;
	width: 125px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.news .hd ul li a{
	color:#000000;
	font-size: 18px;
}
.news .hd ul .on{
	background: #992928;
}

.news .hd ul .on a{
	color:#fff;
}

.news .hd .more{
	float: right;
	color:#000000;
	font-size: 14px;
	line-height: 40px;
}
.news .bd{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 16px;
}
.news .bd .part{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.news .bd .part .current{
	width: 294px;
	height: auto;
	overflow: hidden;
	float: left;
}

.news .bd .part .current img{
	display: block;
	width: 294px;
	height: 185px;

}

.news .bd .part .current h4{
	font-size: 14px;
	color:#000000;
	width: 100%;
	white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 10px;
    overflow: hidden;
}

.news .bd .part .current p{
	color:#333333;
	font-size: 12px;
	line-height: 26px;
}


.news .bd .part  ul{
	width: 416px;
	height: auto;
	overflow: hidden;
	float: right;
}


.news .bd .part  ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 30px;
	background: url(../images/list05.png) no-repeat left center;
}

.news .bd .part  ul li a{
	color:#000000;
	font-size: 14px;
	margin-left: 18px;
	width: 300px;
	display: block;
	float: left;
}

.news .bd .part  ul li span{
	display: block;
	float: right;
	color:#999999;
	font-size: 14px;
}

.news .bd .part  ul li:hover a{
	color:#992928;
}

.qs{
	float: right;
	width: 420px;
	height: auto;
	overflow: hidden;
}

.qs .tit{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.qs .tit b{
	color:#992928;
	font-size: 30px;
	float: left;
}

.qs .tit div{
	float: left;
	margin-left: 5px;
	margin-top: 5px;
}
.qs .tit div p{
	color:#000000;
	font-size: 18px;
	font-weight: bold;
}

.qs .tit div  span{
	color:#b2b2b2;
	display: block;
	margin-top: -3px;
	font-size: 15px;
}

.qs .tit  a{
	display: block;
	float: right;
	color:#000000;
	line-height: 35px;
	font-size: 14px;
}

.qs  ul{
	width: 416px;
	height: auto;
	overflow: hidden;
	float: right;
	margin-top: 10px;
}


.qs  ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 30px;
	background: url(../images/list05.png) no-repeat left center;
}

.qs  ul li a{
	color:#000000;
	font-size: 14px;
	margin-left: 18px;
	width: 300px;
	display: block;
	float: left;
}

.qs  ul li span{
	display: block;
	float: right;
	color:#999999;
	font-size: 14px;
}

.qs  ul li:hover a{
	color:#992928;
}


.links{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 45px;
	margin-bottom: 40px;
}
.links .tit{
	margin-top: 5px;
	float: left;
}
.links .tit img{
	display: block;
	float: left;
}
.links .tit p{
	color:#000000;
	font-size: 14px;
	width: 82px;
	height: 23px;
	background: #dbdbdb;
	text-align: center;
	line-height: 23px;
	float: left;
	margin-left: 10px;
}

.links  ul{
	width: 1030px;
	float: right;
	height: 50px;
	overflow: hidden;
}
.links  ul li{
	float: left;
	padding: 0 10px;
	line-height: 25px;
}

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


.footer{
	width: 100%;
	height: 210px;
	background: #e8e8e8;
}

.footer .name{
	float: left;
	margin-top: 45px;
}

.footer .info {
	float: left;
	margin-left: 56px;
	margin-top: 40px;
}
.footer .info p{
	color:#333333;
	font-size: 14px;
	line-height: 30px;
}

.footer .info a{
	color:#333;
}

.footer .ewm{
	float: right;
	margin-top: 30px;
}


.footer .ewm img{
	display: block;
	width: 100px;
	height: 100px;
	border: 5px solid #fff;
}

.footer .ewm p{
	text-align: center;
	color:#333333;
	font-size: 12px;
	line-height: 30px;
}


.pro-intro{
	background: none;
	height: auto;
	overflow: hidden;
	margin-top: 45px;
	margin-bottom: 60px;
}
.pro-intro .pic-box  {
	width: 938px;
	 
}
.pro-intro .pic-box .part01{
	margin-top: 10px;
}
.pro-intro .pic-box .part01 ul li{
	width: 303px;
	height: auto;
	overflow: hidden;
	margin: 0;
	margin-left: 10px;
	margin-bottom: 20px;
	float: left !important;
	border: none;
}
.pro-intro .pic-box .part01 ul li:nth-child(3n-2){
	margin-left: 0;
}
.pro-intro .pic-box .part01 ul li img{
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.pro-intro .pic-box .part01 ul li p{
	position: initial;
	background: #f4f4f4;
	height: 40px;
	color:#000000;
	line-height: 40px;
}

.pro-intro .main{
	width: 1200px;
	margin: 0 auto;
}


.in-content{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 70px;
	margin-bottom: 50px;

}

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


.left-cont .list{
	width: 250px;
	height: 1240px;
	overflow: hidden;
	background: #d4d3d3;
	float: left;
}

.left-cont .list .tit p{
	color:#992928;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	line-height: 50px;
}

.left-cont .list .bd{
	width: 215px;
	height:1160px;
	overflow: hidden;
	background: #fff;
	padding:  10px;
	margin: 0 auto;
}

.left-cont .list .bd h4{
	font-size: 14px;
	color:#ffffff;
	width: 100%;
	height: 36px;
	background: url(../images/list02.png) no-repeat center;
	color:#fff;
	font-size: 14px;
	line-height: 36px;
	text-indent: 10px;
 	margin-top: 10px;
}

.left-cont .list .bd h4 a{
	color:#fff;
}

.left-cont .list .bd h3{
	width:  215px;
	height: 28px;
	background: url(../images/list03.png) no-repeat center;
	font-weight: normal;
	color:#992928;
	font-size: 12px;
	line-height: 28px;
	text-indent: 15px;
	margin-top: 10px;
}

.left-cont .list .bd h3 a{
	color:#992928;
}

.left-cont .list ul{
	margin-top: 5px;
}
.left-cont .list ul li{
	width: 100%;
	overflow: hidden;
	height: 25px;
	line-height: 25px;
	border-bottom: 1px dashed #cccccc;
	background: url(../images/list06.png) no-repeat left center;
}

.left-cont .list ul li a{
	color:#212121;
	font-size: 12px;
	margin-left: 15px;
	display: block;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}



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


.pro-detailed{
	width: 833px;
	height: auto;
	overflow: hidden;
	padding: 35px;
	border: 20px solid #f4f4f4;
}

.pro-detailed .img-info{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.pro-detailed .img-info .img{
	float: left;
	width: 406px;
	height: 377px;
	display: flex;
	justify-content: center;
	border: 1px solid #cccccc;
	align-items: center;

}
.pro-detailed .img-info .img img{
	width:370px;
 
	border: 1px solid #eee;
 	display: block;
 	box-sizing: border-box;
}

.pro-detailed .img-info .intro{
	float: right;
	width:380px; 
	height:auto;
	border: 1px solid #cccccc;
	box-sizing: border-box;
}

.pro-detailed .img-info .intro h4{
	font-size: 18px;
	color:#992928;
	text-align: center;
	line-height: 55px;
	border-bottom: 1px solid #cccccc;
}

.pro-detailed .img-info .intro .info{
	width: 330px;
	margin: 0 auto;
	height: 155px;
	overflow: hidden;
	margin-top: 20px;
}

.pro-detailed .img-info .intro .info b{
	color:#992928;
	font-size: 16px;
}

.pro-detailed .img-info .intro .info p{
	color:#666666;
	font-size: 14px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp:5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 10px;
}

.pro-detailed .img-info .intro .type{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	margin-top: 10px;
	line-height: 50px;
	color:#666666;
	font-size: 14px;
	text-indent: 25px;
	white-space: nowrap;
	 text-overflow: ellipsis;
	 overflow: hidden;


}

.pro-detailed .img-info .intro .type b{
	color:#992928;
	font-size: 16px;
}
.pro-detailed .img-info .intro .tel {
	height: 80px;
	overflow: hidden;
}
.pro-detailed .img-info .intro .tel img{
	display: block;
	margin-left: 25px;
	margin-top:15px;
}

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

.pro-detailed .detailed-intro .tit{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #cccccc;
}

.pro-detailed .detailed-intro .tit p{
	color:#fff;
	font-size: 18px;
	height: 34px;
	display: table;
	padding: 0 10px;
	background: #992928;
	line-height: 34px;
	margin-bottom: 15px;
}

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

.pro-detailed .detailed-intro .intro p{
	color:#666666;
	font-size: 16px;
	line-height: 30px;
}

.pro-detailed .detailed-intro .intro  img{
	display: block;
	margin: 0 auto;
}



.cases-intro{
	margin-top: 45px;
	width: 100%;
	height: auto;
	overflow:hidden;
}
.cases-intro .title p{
	color:#992928;
}
.cases-intro .list{
	width: 1200px;
	margin: 0 auto;
	margin-top: 25px;
}
.cases-intro .list ul{
	display: table;
	margin: 0 auto;
}
.cases-intro .list ul li{
	float: left;
	width: 235px;
	height: 40px;
	background: #e3e3e3;
	text-align: center;
	line-height: 40px;
	margin: 0 10px;
}
.cases-intro .list ul .on{
	background: #992928;
}
.cases-intro .list ul .on a{
	color:#fff;
}

.cases-intro .list ul li a{
	color:#000000;
	font-size: 16px;
}
.cases-intro .list ul li:hover {
	background: #992928;
}
.cases-intro .list ul li:hover a{
	color:#fff;
}

.cases-intro .intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.cases-intro h4{
	color:#333333;
	font-size: 30px;
	text-align: center;
}
.cases-intro img{
	display: block;
}
 
.cases-intro .bd{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #f4f4f4;
	margin-top: 30px;
}

.cases-intro .bd .main{
	width: 1200px;
	margin: 60px auto;
	padding: 35px;
	background: #fff;
}

.cases-intro .bd .tit p{
	color:#fff;
	font-size: 18px;
	background: #992928;
	height: 40px;
	padding: 0 15px;
	display: table;
	line-height: 40px;
	font-weight: bold;
}

.cases-intro .bd .img-list ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.cases-intro .bd .img-list ul li{
	float: left;
	width: 388px;
	height: auto;
	margin-bottom: 40px;
	margin-left: 18px;
	overflow: hidden;
}
.cases-intro .bd .img-list ul li:nth-child(3n-2){
	margin-left: 0;
}
.cases-intro .bd .img-list ul li img{
	display: block;
	width: 388px;
	height: 260px;
}
.cases-intro .bd .img-list ul li p{
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	line-height: 40px;
	color:#333333;
	font-size: 16px;
	white-space: nowrap;
	 text-overflow: ellipsis;
	 overflow: hidden;

}
.cases-intro .bd .img-list ul li:hover p{
	color:#992928;
}


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

.page  ul li{
	border: 1px solid #ccc;
	padding: 0 10px;
	height:30px;
	line-height:30px;
	border-radius: 5px;
	color:#333;
	float: left;
	margin: 0 5px;
}
.page  ul li a{
	color:#333;
	
}
.page ul  .thisclass{
	background: #992928;
	color:#fff;
}
 
.page  select{
	border: none;
	background: none;
	outline: none;
}



.news-list{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin: 40px auto;
	margin-bottom: 0;
}

.news-list .tit{
	width: 100%;
	height: 44px;
	background: #f1f1f1;
 
}

.news-list .tit p{
	width: 115px;
	height: 44px !important;
	background: #992928;
	text-align: center;
	float: left;
	line-height:  44px !important;
	color:#fff;
	font-size: 18px;
	font-weight: bold;
}

.news-list .tit a{
	display: block;
	float: right;
	line-height: 44px;
	color:#000000;
	font-size: 16px;
	margin-right: 10px;
}
.news-list ul {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.news-list ul li{
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #cccccc;
}

.news-list ul li .part{
	width: 580px;
	height: auto;
	overflow: hidden;
	float: left;
}
.news-list ul li .part:nth-child(2n){
	float: right;
}

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

.news-list ul li  .time b{
	color:#fff;
	font-size: 40px;
	text-align: center;
	font-family: 'Arial';
	display: block;
	margin-top: 10px;
}

.news-list ul li  .time span{
	display: block;
	color:#fff;
	font-size: 18px;
	text-align: center;
	font-family: 'Arial';
}

.news-list ul li .info{
	float: right;
	width: 475px;
	height: auto;
	overflow: hidden;
}

.news-list ul li .info h4{
	font-size: 18px;
	color:#000000;
	font-weight: normal;
	width: 100%;
	height: 29px;
	text-align: left !important;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	border-bottom: 1px solid #cccccc;
}

.news-list ul li .info p{
	color:#666666;
	font-size: 14px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;

	margin-top: 10px;
}
.news-list ul li:hover .time{
	background: #992928;
}

.news-list ul li:hover  .info h4{
	color:#b50005;
}


.cont-intro{
	width: 100%;
	height: 504px;
	border: 1px solid #dedede;
	box-sizing: border-box;
}

.cont-intro .map{
	float: left;
	width: 600px;
	height: 500px;
 	border: 1px solid #dedede;

}


.cont-intro .info{
	width: 511px;
	height: auto;
	overflow: hidden;
	float: right;
	margin-right: 45px;
}
.cont-intro .info .t{
	width: 245px;
	height: 100px;
	background: #992928;
	overflow: hidden;
}

.cont-intro .info .t p{
	color:#fff;
	font-size: 24px;
	font-weight: bold;
	margin-left: 25px;
	margin-top: 25px;
}

.cont-intro .info .t span{
	display: block;
	color:#fff;
	font-size: 20px;
	margin-left: 25px;
	margin-top: 5px;
}

.cont-intro .info .tet{
	width: 100%;
	height: auto;
	overflow: hidden;
}


.cont-intro .info .pic{
	margin-top: 34px;
}

.cont-intro .info .pic img{
	display: block;
}

.cont-intro .info .text{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 25px;
}
.cont-intro .info .text b{
	color:#992928;
	font-size: 24px;
}


.cont-intro .info .text p{
	color:#333333;
	font-size: 16px;
	line-height: 30px;
	margin-top: 15px;
}

.newsList{
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

.newsList ul li{
	width: 590px;
	height: 95px;
	float: left;
	background: #eeeeee;
	margin-bottom: 20px;
}

.newsList ul li:nth-child(2n){
	float: right;
}

.newsList ul li .time{
	width: 95px;
	height: 95px;
	overflow: hidden;
	background: #cccccc;
	float: left;
}

.newsList ul li .time b{
	display: block;
	text-align: center;
	color:#fff;
	font-size: 32px;
	color:#000000;
	margin-top: 10px;
	text-align: center;
}
.newsList ul li .time span{
	display: block;
	text-align: center;
	color:#000000;
	font-size: 16px;
}
.newsList ul li .info{
	width: 460px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-left: 15px;
}

.newsList ul li .info h3{
	font-size: 16px;
	color:#1a1a1a;
	margin-top: 10px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.newsList ul li .info  p{
	color:#666666;
	font-size: 14px;
	line-height: 22px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 10px;
}
.newsList ul li:hover .time{
	background: #992928;
}

.newsList ul li:hover .time span{
	color:#fff;
}
.newsList ul li:hover .time b{
	color:#fff;
}



.article{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.article img{
	display: block;
	margin: 0 auto;
}
.article .t h3{
	color:#000000;
	font-size: 30px;
	text-align: center;
	font-weight: normal;
}

.article .t p{
	font-size: 12px;
	color:#666666;
	background: url(../images/icon02.png) no-repeat left center;
	padding-left: 20px;
	margin-left: 10px;
	float: left;

}
.article .t div{
	display: table;
	margin: 0 auto;
	margin-top:30px;
}

.article .t span{
	font-size: 12px;
	color:#666666;
	float: left;
	margin-right: 10px;
	background: url(../images/icon01.png) no-repeat left center;
	padding-left: 20px;
}

.article .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.article .info p{
	color:#333333;
	font-size: 16px;
	line-height: 29px;
}

.fy{
	display: table;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}
.fy p{
	height: 45px;
	border: 1px solid #e6e6e6;
	line-height: 45px;
	background: #fafafa;
	float: left;
	padding: 0 15px;
	font-size: 14px;
	margin: 0 10px;
}

.fy p a{
	color:#666666;
}

.rec{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}

.rec .tit{
	height: 50px;
	border-bottom: 1px solid #cccccc;
}
.rec ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.rec ul li{
	float: left;
	width: 32%;
	line-height: 35px;
	position: relative;
}
.rec ul li:after{
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #999999;
	position: absolute;
	left: 0;
	top:50%;
	margin-top: -2px;
}
.rec ul li:nth-child(3n-2){
	margin-left: 0;
}

.rec ul li a{
	color:#666666;
	font-size: 14px;
	margin-left: 10px;
	display: block;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.rec ul li:hover a{
	color:#992928;
}
.rec ul li:hover:after{
	background: #992928;
}

.about-intro .intro{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.about-intro .intro p{
	color:#666666;
	font-size: 16px;
	line-height: 30px;
}


.crumbs{
	width:1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	border-bottom: 1px solid #ccc;
}
.crumbs img{
	display: block;
	float: left;
}
.crumbs p{
	color:#333;
	float: left;
	margin-left: 10px;
	font-size: 14px;
	line-height: 30px;
}
.crumbs a{
 
 	line-height: 30px;
	color:#333;
	font-size: 12px;
	padding-right: 15px;
	position: relative;
}