﻿*{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:#999999;
	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: #999999;
}
.top ul li a{
	color:#999999;
	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: 20px;
}
.head .tel{
	float: right;
	margin-top:30px;
}
.head img {
	display: block;
}
.nav{
	width: 100%;
	height: 50px;
	background:#e51010;
}
.nav ul{
	width: 1200px;
	margin:0 auto;
	height: 50px;
	overflow: hidden;
}
.nav ul li{
	float: left;
	width: 120px;
	height: 50px;
	overflow: hidden;
	text-align: center;
	line-height: 50px;
}
.nav ul li a{
	color:#fff;
	font-size: 16px;
	display:block;
}
.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:5px;  
 width:50px; 
 height:10px; 
 line-height:14px; 
 text-align:center; 
 cursor:pointer;
 background: #ccc;
 
}
.banner .hd ul li.on{
 background:#e51010; 
  
}
.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;  
}


.keywords{
	width: 100%;
	height: 50px;
	background: #eeeeee;
}
.keywords p{
	font-size: 16px;
	color:#333333;
	line-height: 50px;
	float: left;
}
.keywords ul{
	float: left;

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

.keywords ul li:last-child:after{
    height:0px;
    width:0px;
}


.item{
	width: 1200px;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}
.title p{
	color:#e51010;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
}
.title span{
	display: block;
	text-align: center;
	color:#999999;
	font-size: 14px;
	display: block;
	margin-top: 3px;
	text-transform: uppercase;
}
.item .list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 34px;
}
.item .list ul{
	width: 1190px;
	margin: 5px;
}
.item .list ul li{
	float: left;
	width: 265px;
	height: 80px;
	background: #999999;
	text-align: center;
	margin-left: 43px;
	margin-bottom: 20px;
	line-height: 80px;
	transition: .3s;
	border-radius: 15px;
	
}
.item .list ul li:nth-child(4n-3){
	margin-left: 0;
}
.item .list ul li:hover{
	box-shadow:0px 0 5px 2px #bcbcbc;
	background: #e51010;
}

.item .list ul li a{
	color:#ffffff;
	font-size: 24px;
	font-weight: bold;
}

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

.product .list{
	width: 250px;
	float: left;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	padding-bottom: 10px;
	border:  3px solid #e51010;
	box-sizing: border-box;
}

.product .list .tit{
	width:240px;
	margin: 0 auto;
	height: 80px;
	margin:2px;
	overflow: hidden;
	background: #e51010 url(../images/icon04.png) no-repeat 28px center;
}

.product .list .tit p{
	color:#fff;
	font-size: 22px;
	margin-left:85px;
	margin-top: 14px;
}

.product .list .tit span{
	display: block;
	text-transform: uppercase;
	color:#fff;
	font-size: 12px;
	margin-left: 85px;
 
}


 
.product .list  ul{
	width: 240px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}

.product .list  ul li{
	width: 100%;
	height: 45px;
	border-bottom: 1px dashed #d9d9d9;
	line-height: 45px;
	background: url(../images/list02.png) no-repeat 20px center;
}

.product .list  ul li a{
	display: block;
	margin-left: 45px;
	color:#333333;
	font-size: 16px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product .list  ul li:hover a{
	color:#e51010;
	text-decoration: underline;
}

.product .pic{
	float: right;
	width: 933px;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.product .pic ul li{
	float: left;
	width: 220px;
	height: auto;
	overflow: hidden;
	margin-left: 17px;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
	margin-bottom: 15px;
}
.product .pic ul li div{
	display: block;
	width: 220px;
	height: 220px;
	overflow: hidden;
}
.product .pic ul li:nth-child(4n-3){
	margin-left: 0;
}
.product .pic ul li img{
	display: block;
	width: 220px;
	height: 220px;
	transition: .5s;
	animation-timing-function:ease;
	-webkit-animation-timing-function:ease; /* Safari and Chrome */
}
.product .pic ul li:hover img{
	transform: scale(1.05);
}
.product .pic ul li p{
	width: 100%;
	height: 60px;
	line-height: 60px;
	color:#555555;
	font-size: 15px;
	text-align: center;
	border-top: 1px solid #d2d2d2;
}
.product .pic ul li:hover p{
	color:#fff;
	background: #e51010;
}

.gg{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}
.gg ul li{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	 
}
.gg ul li img{
	display: block;
	width: 100%;
}
 
.cases{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}

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

.cases .box{
	width: 800%;
}
.cases .pic{
	float: left;
}
.cases .pic ul li{
	float: left;
	width: 285px;
	height: auto;
	margin-left: 20px;
	overflow: hidden;
}

.cases .pic ul li div{
	width: 285px;
	height: 220px;
	overflow: hidden;
}
.cases .pic ul li div img{
	display: block;
	width: 285px;
	height: 220px;
	transition: .5s;
	animation-timing-function:ease;
	-webkit-animation-timing-function:ease; /* Safari and Chrome */
}
.cases .pic ul li p{
	text-align: center;
	color:#333333;
	font-size: 15px;
	margin-top: 10px;
}
.cases .pic ul li:hover img{
	transform: scale(1.05);
}

.about{
	width: 100%;
	height: 420px;
	margin-top: 50px;
	overflow: hidden;
	background: #e51010;
}

.about .pic{
	float: left;
	width: 480px;
	background: url(../images/bg.png)  no-repeat center bottom;
	padding-bottom: 20px;
	margin-top: 45px;
}

.about .pic img{
	display: block;
	width: 480px;
	height: 320px;
	border:5px solid #fff;
	box-sizing: border-box;
}
.about .intro{
	float: right;
	width: 657px;
	height: auto;
	margin-top: 45px;
	overflow: hidden;
}

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

.about .intro .tit p{
	color:#fff;
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 10px;
}

.about .intro .info{
	width: 100%;
	height:170px;
	overflow: hidden;
	margin-top: 20px;
}
.about .intro .info p{
	color:#fff;
	font-size: 15px;
	line-height: 24px;
	text-indent: 2em;
	text-align:justify;
}
.about .more{
	display: block;
	width: 160px;
	height: 40px;
	border: 3px solid #fff;
	text-align: center;
	font-size: 15px;
	margin-top: 30px;
	color:#fff;
	line-height: 40px;
}

.news{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}
.news ul{
	height: auto;
	overflow: hidden;
	margin-top: 25px;
}
.news ul li{
	float: left;
	width: 580px;
	height:auto;
	overflow: hidden;
	border: 1px solid #d2d2d2;
	margin-bottom: 5px;
	box-shadow: 3px 0 0 0 #e51010 inset;
	padding: 5px 15px;
	box-sizing: border-box;
	background:#ffffff;
}
.news ul li:nth-child(2n){
	float: right;
}
.news ul li h4{
	width: 100%;
	color:#333333;
	font-size: 18px;
	font-weight: normal;
}
.news ul li span{
	display: block;
	color:#999999;
	margin: 5px 0;
	font-size: 12px;
}
.news ul li p{
	color:#555555;
	font-size: 13px;
}
.news ul li:hover{
	border: 1px solid #e51010;
}
.news ul li:hover h4{
	color:#e51010;
	text-decoration: underline;
}

.news .more{
	display: block;
	width: 160px;
	height: 40px;
	border: 3px solid #d2d2d2;
	text-align: center;
	font-size: 15px;
 
	color:#666666;
	line-height: 40px;
	margin: 0 auto;
	margin-top: 30px;
}

.news02{
	background: #eeeeee;
	width: 100%;
	padding:  35px 0;
}
.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: auto;
	background: #e51010;
	overflow: hidden;
	margin-top: 45px;
}

.footer .menu{
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #bf0d0d;
}

.footer .menu ul{
 	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.footer .menu ul li{
	float: left;
	width: 120px;
	height: 60px;
	overflow: hidden;
	text-align: center;
	line-height: 60px;
}
 

.footer .menu ul li a{
	color:#ffffff;
	font-size: 16px;
}

.footer  .fn{
	float: left;
	margin-top: 45px;
}
.footer  .fn .tit {
	height: auto;
	overflow: hidden;
}
.footer  .fn .tit p{
	color:#ffffff;
	font-size: 18px;
	float: left;
}

.footer  .fn .tit  span{
	display: block;
	float: left;
	color:#fff;
	font-size: 13px;
	margin-left: 5px;
	margin-top: 5px;
	text-transform: uppercase;
}

.footer  .fn ul{
	width: 400px;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.footer  .fn ul li{
	width: 120px;
	height: 30px;
	border: 1px solid #ffffff;
	float: left;
	margin-bottom: 10px;
	margin-right: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  .fn ul li:hover a{
	text-decoration: underline;
}
.footer .intro{
 
	height: 292px;
	border-left: 1px solid #bf0d0d;
	float: left;
	margin-top: 30px;
	margin-left: 30px;
	padding-left:40px;
	padding-right: 40px;
	border-right: 1px solid #bf0d0d;

}

.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 #bf0d0d;
}
.footer .cr p{
	text-align: center;
	color:#fff;
	line-height: 60px;
}

.footer .main{
	height: auto;
	overflow: hidden;
	height:auto;
}



 
 .float{
	position: fixed;
	right: 0;
	top: 75%;
	transform: translateY(-50%);
}

.float ul li{
	margin-bottom: 10px;
	position:relative;
}
.float ul li span{
	display:table-cell;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	background: #454545;
}

.float ul li a{
	display: block;
	float: left;
	color:#fff;
	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
	background: #454545;
	width: 140px;
	text-align: center;
	display: none;
	position: absolute;
	left:-140px;
	top: 0;
}

.float ul li  p{
	display: block;
	float: left;
	color:#fff;
	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
	display: none;
	background: #454545;
	width: 140px;
	text-align: center;
	position: absolute;
	left:-140px;
	top: 0;
}
.float ul li span img{
	display: block;
	margin: 0 auto;
}

.float ul li div{
	width: 180px;
	position: absolute;
	left:-180px;
	top: 0;
	background: #454545;
	display: none;
	height: 180px;
}
.float ul li div img{
	display: block;
	width: 170px;
	height: 170px;
	margin: 5px;
}
.float ul li:hover p{
	display: block;
}

.float ul li:hover div{
	display: block;
}
.float ul li:hover a{
	display: block;
}

.title-bar{
	width: 100%;
	position: relative;
 
	height: 35px;
	border-bottom: 2px solid #dcdcdc;
}
.title-bar:after{
	content: "";
	width: 6px;
	height: 25px;
	position: absolute;
	left: 0;
	top:3px;
 
	background: #e51010;
}
.title-bar h4{
	font-size: 18px;
 	font-weight: normal;
	margin-left: 20px;
	color:#333333;
	font-size: 20px;
	float: left;
}
.crumbs{
	float: right;
	margin-top: 10px;
}
.crumbs p{
	color:#666;
	font-size: 13px;

}
 
.crumbs p{
	float: left;

}
.crumbs a{
	color:#666;
	font-size: 13px;
	padding-right: 10px;
	position: relative;

}
.crumbs a:after{
	content: ">";
	position: absolute;
	right: 0;
	color:#666;
	font-size: 12px;
	position: absolute;
	top: 0;
}
.crumbs a:last-child:after{
	display: none;
}


.in-content{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

.left-cont{
	width: 250px;
	height: auto;
	overflow:hidden;
	float: left;
}
.left-cont .list{
	width: 250px;
	height: auto;
	overflow: hidden;
	padding-bottom: 10px;
	border:  3px solid #e51010;
	box-sizing: border-box;
}

.left-cont .list .tit{
	width:240px;
	margin: 0 auto;
	height: 80px;
	margin:2px;
	overflow: hidden;
	background: #e51010 url(../images/icon04.png) no-repeat 28px center;
}

.left-cont .service .tit{
	background: #e51010 url(../images/icon06.png) no-repeat 28px center;
}

.left-cont .fa .tit{
	background: #e51010 url(../images/icon08.png) no-repeat 28px center;
}
.left-cont .list .tit p{
	color:#fff;
	font-size: 22px;
	margin-left:85px;
	margin-top: 20px;
}

.left-cont .gy .tit{
	background: #e51010 url(../images/icon07.png) no-repeat 28px center;
}
.left-cont .gy .tit p{
	margin-top: 16px;
}

.left-cont .list .tit span{
	display: block;
	text-transform: uppercase;
	color:#fff;
	font-size: 12px;
	margin-left: 85px;
 
}


 
.left-cont .list  ul{
	width: 230px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}

.left-cont .list  ul li{
	width: 100%;
	height: 45px;
	border-bottom: 1px dashed #d9d9d9;
	line-height: 45px;
	background: url(../images/list02.png) no-repeat 20px center;
}

.left-cont .list  ul li a{
	display: block;
	margin-left: 45px;
	color:#333333;
	font-size: 16px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.left-cont .list  ul li:hover a{
	color:#e51010;
	text-decoration: underline;
}


.left-cont .quick{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
	padding-bottom: 3px;
	border: 2px solid #e51010;
	box-sizing: border-box;
}
.left-cont .quick .tit{
	width:242px;
	margin:2px;
	background: #e51010;
	height: 50px;
	line-height: 50px;
}
.left-cont .quick .tit p{
	color:#fff;
	font-size: 18px;
	float: left;
	font-weight: bold;
	margin-left: 15px;
}
.left-cont .quick .tit  span{
	display: block;
	color:#fff;
	font-size: 12px;
	text-transform: uppercase;
	float: left;
	margin-left: 5px;
}

.left-cont .quick .bd{
	width: 230px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	background: #fff;
}
.left-cont .quick .bd ul{
	width: 100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin:5px auto;
	margin-bottom: 15px;
}

.left-cont .quick .bd ul li{
	width: 220px;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #e3e3e3;

}

.left-cont .quick .bd ul li a{
	color:#333333;
	font-size: 14px;
}

.left-cont .quick .bd ul li:hover a{
	color:#e51010;
	text-decoration: underline;
}

.left-cont .quick .pic{
	width:230px;
	margin: 0 auto;
	margin-top: 5px;
}


.left-cont .quick .pic img{
	display: block;
	width: 100%;
}

.left-cont .quick .info{
	width: 230px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}

.left-cont .quick .info h4{
	color:#333333;
	font-size: 15px;
	margin-bottom: 5px;

}

.left-cont .quick .info p{
	color:#333333;
	font-size: 14px;
	line-height: 25px;
	width: 100%;
	height: auto;
	overflow: hidden;

}


.left-cont .quick .info span{
	 float: right;
	 display: block;
	 width: 150px;
}
.left-cont .quick .show{
	width: 230px;
	margin: 0 auto;
	height: 470px;
	overflow: hidden;
	margin-bottom: 3px;
	background: #fff;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
}

.left-cont .quick .show .box{
	height: 800%;
	overflow: hidden;
}
.left-cont .quick .show .img{
	width:230px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.left-cont .quick .show .img ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.left-cont .quick .show .img ul li p{
	width: 100%;
	height: 30px;
	line-height: 30px;
	color:#333333;
	font-size: 15px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
}
.left-cont .quick .show .img ul li:hover p{
	color:#e51010;
}

.left-cont .quick .show .img ul li img{
	display: block;
	width: 230px;
	height: 178px;
 	

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

.right-cont .pic-box{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.right-cont .pic-box ul li{
	float: left;
	width: 221px;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
	margin-left: 15px;
}

.right-cont .pic-box ul li:nth-child(4n-3){
	margin-left: 0;
}
.right-cont .pic-box ul li div{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.right-cont .pic-box ul li img{
	display: block;
	width:100%;
	height: 240px;
	transition: .5s;
	animation-timing-function:ease;
	-webkit-animation-timing-function:ease; /* Safari and Chrome */
}
.right-cont .pic-box ul li:hover img {
	transform: scale(1.1);
}
.right-cont .pic-box ul li p{
	width: 100%;
	height: 50px;
	line-height: 50px;
	color:#333333;
	font-size: 16px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    border-top: 1px solid #d2d2d2;
}

.right-cont .pic-box ul li:hover {
	background: #e51010;
	border: 1px solid #e51010;
}

.right-cont .pic-box ul li:hover p{
	color:#fff;
	 border-top: 1px solid #e51010;
}


.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;
}



.pro-detail{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.column-tit{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 15px;
	margin-top: 20px;
}
.column-tit h4{
	color:#333333;
	font-size: 20px;
	text-align: center;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 10px;

}

.column-tit  span{
	display: block;
	color:#999999;
	font-size: 13px;
	line-height: 30px;
	
	border-bottom: 1px solid #dcdcdc;
	text-align: center;
	margin-top: 10px;
}


.pro-data{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #d2d2d2;
}
.pro-data .pic{
	float: left;
	width: 500px;
	height: 390px;

	
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pro-data .pic img{
	display: block;
	max-width: 480px;
	border: 1px solid #d2d2d2;
}


.pro-data .intro{
	float: right;
	width: 458px;
	height: 390px;
	overflow: hidden;
	border-left: 1px solid #d2d2d2;
	box-sizing: border-box;
}

.pro-data .intro h4{
	font-size: 20px;
	color:#333333;
	margin-left: 23px;
	margin-top: 40px;
}

.pro-data .intro .tel{
	width: 100%;
	border-top: 1px solid #dcdcdc;
	box-sizing: border-box;
	border-bottom: 1px solid #dcdcdc;
	margin-top: 30px;
	height: 180px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	overflow: hidden;
}

.pro-data .intro .tel img{
	display: block;
	margin-left: 30px;
 	
}
.pro-data .intro .btn{
	margin-top: 40px;
	margin-left: 30px;
}
.pro-data .intro .btn a{
	display: block;
	width: 165px;
	height: 48px;
	background: #595757;
	text-align: center;
	color:#fff;
	font-size: 16px;
	line-height: 48px;
	float:left;
	border-radius: 5px;
	margin-right: 15px;
}
.pro-data .intro .btn a:first-child{
	background: url(../images/btn.png) no-repeat center;
	text-indent: -40px;
}

.pro-detail .detail{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.pro-detail .detail .tit{
	width: 100%;
	height: auto;
	border-bottom: 1px solid #dcdcdc;
	overflow: hidden;
}
.pro-detail .detail .tit h4{
	width: 160px;
	height: 35px;
	background: #e51010;
	color:#fff;
	font-size: 17px;
	line-height: 35px;
	font-weight: normal;
	text-align: center;
	border-radius: 10px 10px 0 0;
}

.pro-detail .detail .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	color:#555555;
	font-size: 16px;
	line-height: 30px;
	min-height: 300px;
	margin-top: 10px;
}

.fy{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
}


.fy p{
	display: block;
	min-width: 230px;
	text-align: center;
 	padding: 0 10px;
 	max-width: 300PX;
	height: 40px;
	line-height: 40px;
	color:#999999;
	font-size: 14px;
	box-sizing: border-box;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	float: left;
	border-right: 1px solid #dcdcdc;
}

.fy p a{
	color:#999;
 
}
.fy p a:hover{
	text-decoration: underline;
}

.fy p:last-child{
	border: none;
	min-width: auto;
	width: 140px;
	background: url(../images/icon05.png) no-repeat  100px 10px;
	border-left: 1px solid #dcdcdc;
	text-align: left;
	text-indent: 10px;
	float: right;
}


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

.cont-detailed .cont-intro .info{
	float: left;
	width: 590px;
	height: 360px;
	background: #999999;
}

.cont-detailed .cont-intro .info ul{
	width: 575px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}

.cont-detailed .cont-intro .info ul li{
	width: 100%;
	height: 45px;
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
}
.cont-detailed .cont-intro .info ul li img{
	display: block;
	margin: 0 10px;
}
.cont-detailed .cont-intro .info ul li p{
	color:#fff;
	font-size: 18px;

}
.cont-detailed .cont-intro .pic{
	float: right;
}
.cont-detailed .cont-intro img{
	display: block;
}

.right-cont .map{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}

.right-cont .allmap{
	width: 100%;
	height: 360px;
	border: 3px solid #dcdcdc;
	box-sizing: border-box;
}

.mssg{
	width: 100%;
	height: 400px;
	background: url(../images/bg04.png)no-repeat center;
	margin-top: 12px;
	overflow: hidden;
}

.mssg .bd{
	width: 910px;
	height: 380px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 10px;
	background: rgba(34,98,170,0.8);
}

.mssg .bd .tit{
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.mssg .bd .tit img{
	display: block;
	margin: 0 auto;
}

.mssg form{
	width: 805px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}

.mssg form li{
	width: 380px;
	float: left;
	height: 30px;
	border-bottom: 1px solid #fff;
	overflow: hidden;
	margin-bottom: 15px;
}

.mssg form li:nth-child(2n){
	float: right;
}
.mssg form ul {
	height: auto;
	overflow: hidden;
}
.mssg form li p{
	color:#fff;
	font-size: 16px;
	float: left;
	line-height: 30px;
}

.mssg form li input{
	width: 320px;
	border: none;
	height: 30px;
	background: none;
	outline: none;
	color:#fff;
}
.mssg form li:last-child{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.mssg form li textarea{
	width: 750px;
	float: right;
	background: none;
	color:#fff;
	margin-top: 10px;
	border: none;
	outline: none;
	height: 55px;
	margin-bottom: 5px;
}
.mssg form  .btn{
	margin-top: 10px;
}
.mssg form  .btn input{
	width: 130px;
	height: 40px;
	background: #f54336;
	border: none;
	color:#fff;
	margin-right: 10px;
	font-size: 18px;
}
.mssg form  .btn input:last-child{
	background: #999999;
}

.article{
	width: 100%;
	height: auto;
	overflow: hidden;
 
	color:#333;
	font-size: 16px;
	line-height: 30px;

}
.article a{color:#333;}
.article img{
	display: block;
	margin: 0 auto;
}


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

 
.news-list ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px dashed #d5d5d5;
	height: 45px;
	line-height: 45px;
	background: url(../images/icon02.png) no-repeat left center;
}
.news-list ul li a{
	color:#333333;
	font-size: 15px;
	width: 720px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	display: block;
	margin-left: 25px;
	float: left;
}
.news-list ul li span{
	display: block;
	float: right;
	color:#999999;
	font-size: 12px;
}
.news-list ul li:hover a{
	text-decoration: underline;
	color:#e51010;
}


.service-list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.service-list ul li{
	width: 100%;
	height: 200px;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
	padding: 15px;
	box-sizing: border-box;
	margin-bottom: 15px;
}

.service-list ul li:hover{
	border: 1px solid #e51010;
}
.service-list ul li img{
	display: block;
	width: 210px;
	height: 170px;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
	float: left;
}

.service-list ul li .intro{
	float: right;
	width: 660px;
	height: auto;
	overflow: hidden;
}

.service-list ul li .intro .tit{
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 40px;
	border-bottom: 1px dashed #e3e3e3;
}

.service-list ul li .intro .tit h4{
	font-size: 18px;
	color:#333333;
	float: left;
	font-weight: normal;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width:450px;
}
.service-list ul li .intro .tit b{
	font-weight: normal;
	
	color:#e51010;
}

.service-list ul li .intro .tit span{
	display: block;
	float: right;
	color:#999999;
	font-size: 12px;

}

.service-list ul li .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.service-list ul li .info .ly{
	height: auto;
	overflow: hidden;
}
.service-list ul li .info .ly h4{
	color:#e51010;
	font-size: 14px;
	font-weight: normal;
}

.service-list ul li .info .ly  b{
	font-weight: normal;
	color:#333333;
}

.service-list ul li  .txt{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.service-list ul li  h4{
	color:#e51010;
	font-size: 14px;
	float: left;
	font-weight: normal;
}

.service-list ul li .txt div{
	float: left;
	width: 615px;
	height: auto;
	overflow: hidden;
	color:#666666;
	font-size: 14px;

	display: -webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 26px;
}