﻿*{margin: 0px;padding: 0px;}
body{min-width:1100px;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;}
/*清除浮动*/
 
.top_main {
	width: 1110px;
	margin: 0 auto;
	overflow: hidden;
}
.main{
	width: 1100px;
	margin:0 auto;
}
.head{
	width: 100%;
	height:140px;
	overflow: hidden;
}
 
.head .main{
	display: flex;
	align-items:center;
	height: 140px;
	justify-content: space-between;
}
.nav{
	width: 100%;
	height: 50px;
	background:#D70800;
}
.nav ul{
	width: 1100px;
	margin:0 auto;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.nav ul li{
	float: left;
	width: 157px;
	height: 50px;
	overflow: hidden;
	text-align: center;
	line-height: 50px;
}
 
.nav ul li a{
	color:#fff;
	font-size: 16px;
}
.nav ul li:hover{
	background:#FFF000;
}
.nav ul li:hover a{
	color: #000000;
}
 
.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:8px; 
 line-height:14px; 
 text-align:center; 
 cursor:pointer;
  background: #fff;
 
}
.banner .hd ul li.on{
 background:#e60012; 
  
}
.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;  
}



.product{
	width: 1100px;
	margin:  0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}
.title{
 
	height: auto;
	position: relative;
	width: 740px;
	margin: 0 auto;
	overflow: hidden;
}
.title p{
	font-size:20px;
	color:#333333;
	width: 150px;
	position: relative;
	margin: 0 auto;
	margin-top: 5px;
	text-align: center;
	font-weight: bold;
}
.title b{
	color:#0156b6;
}
.title span{
	font-size: 24px;
	color:#333;
	text-align: center;
	font-weight: bold;
	width: 100%;
	margin: 0 auto;
	display: block;
	text-transform: uppercase;
	

}
.title p:after{
	content: "";
	width: 22px;
	left: 0;
	bottom: 10px;
	background:#333;
	position: absolute;
	height: 1px;
}
.title p:before{
	content: "";
	width: 22px;
	right: 0;
	bottom: 10px;
	background:#333;
	position: absolute;
	height: 1px;
}
.product .list{
	width: 222px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-top: 30px;
}
.product .list .tit{
	width: 222px;
	height: 105px;
	overflow: hidden;
	 
}
.product .list .tit p{
	font-size: 24px;
	color:#fff;
	margin-left: 70px;
	margin-top: 25px;
}
.product .list .bd{
	width: 100%;
	height:auto;
	overflow: hidden;
	background: #eeeeee;
 	padding-bottom: 10px;
}
.product .list .bd ul{
	width: 206px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	min-height: 520px;
	margin-top: 5px;
}
.product .list .bd ul li{
	width: 100%;
	height:35px;
	line-height: 35px;
	margin-top: 5px;
	background:#fff url(../images/icon01.png)no-repeat 10px center;
}
.product .list .bd ul li a{
	display: block;
	color:#000000;
	font-size: 16px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	margin-left: 30px;
}
.product .list .bd ul li:hover{
	background: #e60012  url(../images/icon02.png)no-repeat 10px center;
}
.product .list .bd ul li:hover a{
	color:#fff;
}
.product .list .tel{
	width:100%;
	box-sizing: border-box;
	min-height: 200px;
	padding:20px 8px;
	background: #e60012;
 
}
.product .list .tel .t{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.product .list .tel .t p{
	font-size: 15px;
	color:#fff;
	margin-left: 8px;
}
.product .list .tel  b{
	font-size: 25px;
 
	font-weight: bold;
	color:#fff;
	display: block;
	margin-top: 5px;
	width: 100%;
}
.product .list .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 5px;
}
.product .list .info p{
	color:#fff;
	font-size: 15px;
	line-height: 24px;
}
.product .pic{
	width: 868px;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	float: right;
}
.product .pic ul li{
	float: left;
	width: 282px;
	height: auto;
	margin-bottom: 1px;
	margin-left: 8px;
	overflow: hidden;
}
.product .pic ul li img{
	display: block;
	width: 280px;
	height: 250px;
	border: 1px solid #cccccc;
}
.product .pic ul li p{
	width: 100%;
	line-height: 35px;
	text-align: center;
	font-size: 16px;
	color:#000000;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product .pic ul li:nth-child(3n-2){
	margin-left: 0;
}
.product .pic ul li:hover p{
	text-decoration: underline;
}

.img-box{
	overflow: hidden;
}
.img-box img{
	transition: .5s;
}
.img-box:hover img{
	transform: scale(1.05);
}


.cases{
	width: 100%;
	height: 525px;
	background: #eeeeee;
	margin-top: 50px;
}
.cases .title{
	margin-top: 50px;
}
.cases .main{
	width: 1170px;
	position: relative;
	height: auto;
	overflow: hidden;
}
.cases .bd{
	width: 1080px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.cases .bd ul li{
	float: left;
	width: 346px;
	height: auto;
	overflow: hidden;
	margin-right: 20px;
}
.cases .bd ul li:hover p{
	text-decoration: underline;
}
.cases .bd ul li img{
	display: block;
	width: 346px;
	height: 288px;
}
.cases .bd ul li p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	color:#333333;
}
.cases .next ,.cases .prev{
	position: absolute;
	display: block;
	width: 33px;
	height: 36px;
 

	background: red;
}
.cases .next{
	background: url(../images/next02.png)no-repeat;
	left: 0;
	top: 280px;

}
.cases .prev{
	background: url(../images/prev02.png)no-repeat;
	top: 280px;
	right: 0;
}

.cases .nextStop{
	background: url(../images/next.png)no-repeat center;
}
.cases .prevStop{
	background: url(../images/prev.png)no-repeat center;
}


.about{
	width: 1100px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.about .pic{
	width: 504px;
	height: 337px;
	position: relative;
	float: left;
	margin-top: 30px;
}
.about .pic:after{
	width: 494px;
	height: 327px;
	position: absolute;
	left: 0;
	top: 10px;
	content: "";
	background: #cccccc;
}
.about .pic img{
	display: block;
	width: 494px;
	position: relative;
	z-index: 100;
	height: 327px;
	float: right;
}
.about .intro{
	float: right;
	width: 570px;
	height: auto;
	overflow: hidden;
	margin-top: 25px;
}
.about .intro .text{
	width: 100%;
	height:180px;
	overflow: auto;
	text-indent: 2em;
	margin-top: 40px;
	display: -webkit-box;
	-webkit-line-clamp:7;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.about .intro .text p{
	color:#000000;
	font-size: 16px;
	line-height: 26px;
}
.about .intro a{
	display: block;
	width: 135px;
	height: 40px;
	background: #e60012;
	line-height: 40px;
	color:#fff;
	font-size: 14px;
	margin-top: 40px;
	border-radius:10px;
	text-align: center;

}


.display{
	width: 100%;
	height: 565px;
	background: #eee;
	margin-top: 55px;
	overflow: hidden;
}
.display .title{
	margin-top: 50px;
}
.display .bd{
	margin-top: 30px;
}
.display .bd ul li{
	float: left;
	width: 350px;
	height: auto;
	overflow: hidden;
	margin-right: 20px;
}
.display .bd ul li img{
	display: block;
	width: 350px;
	height: 280px;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
}
.display .bd ul li p{
	width: 100%;
	line-height: 40px;
	text-align: center;
	font-size: 15px;
	color:#1a1a1a;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.display .hd{
	margin-top: 30px;
}
.display .hd ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.display .hd ul li{
	float: left;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #999999;
	margin: 0 10px;
	background: #999999;
	line-height: 50px;
	overflow: hidden;
}
.display .hd ul .on{
	background: #e60012;
}



.news{
	width: 1110px;
	margin: 0 auto;
	height:400px;
	margin-top: 40px;
}
.news ul{
	width:100%;
	margin: 0 auto;
	height: auto;
	margin-top: 10px;
 
}
.news ul li{
	float: left;
	width: 544px;
	height: 78px;
	margin-top: 25px;
	border: 1px solid #ccc;
	
	transition: .3s;
}
.news ul li .time{
	float: left;
	width: 85px;
	height: 78px;
	color:#fff;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	background: #cccccc;
}
.news ul li .time b{
	font-size: 32px;
	width: 70px;
	margin: 0 auto;
	text-align: center;
	height: 44px;
	display: block;
	border-bottom: 1px dashed #fff;
}
.news ul li .time p{
	font-size: 14px;
	display: block;
	text-align: center;
	margin-top: 5px;
	display: block;
}
.news ul li .info{
	width: 435px;
	float: right;
	margin-right: 10px;
}
.news ul li .info h4{
	font-size: 16px;
	color:#000000;
	font-weight: normal;
	width: 100%;
	white-space: nowrap;
	margin-top: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news ul li .info p{
	font-size: 13px;
	color:#666666;
	display: -webkit-box;
	-webkit-line-clamp:1;
	margin-top: 10px;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news ul li:hover{
	border: 1px solid #E60012;
 	box-shadow: 0 2px 5px 1px #A7A7A7;
	 
}
.news ul li:hover .time {
	color:#fff;
	background:#e60012;
}
 
.news ul li:hover h4{
	color:#e60012;
	font-weight: bold;
}
.news ul li:nth-child(2n){
	float: right;
}




.links{
	width: 100%;
	height: 60px;
	background: #eeeeee;
	margin-top: 50px;
}
.links .tit{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height:60px;
	float: left;
}
.links .tit p{
	font-size: 22px;
	font-weight: bold;
	color:#000000;
	margin-left: 5px;
}
.links .tit img{
	display: block;
}
.links ul{
	width: 960px;
	height: 60px;
	overflow: hidden;
}
.links ul li{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 60px;
}
.links ul li a{
	color:#333333;
	font-size: 14px;
}
.footer{
	width: 100%;
	min-height: 210px;
	padding-top: 10px;
	background: #a4000d;
}
.footer .main .tel{
	float: left;
	margin-top: 15px;
}
.footer .main .tel img{
	display: block;
}
.footer .main .tel p{
	color:#fff;
	font-size: 14px;
	line-height: 24px;
	margin-top: 20px;
}
.footer .main .tel a{
	color:#fff;
}
.footer .cont {
	width:400px;
	float: left;
	margin-left: 20px;
	box-sizing: border-box;
	border-left: 1px solid #750009;
	border-right: 1px solid #750009;
	height: 180px;
	padding-left: 40px;
}
.footer .cont .t p{
	color:#fff;
	font-size: 16px;
	line-height: 35px;
	position: relative;
}
.footer .cont .t p:after{
	content: "";
	width: 30px;
	height:3px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}
.footer .cont .info {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.footer .cont p{
	color:#fff;
	font-size: 14px;
	line-height: 28px;
}
.footer .ewm{
	float: right;
	margin-top: 15px;
}
.footer .ewm img{
	display: block;
	width: 115px;
	height: 115px;
	border: 2px solid #fff;
}


.gotop{
	position: fixed;
	right: 0;
	bottom: 100px;
	display: none;
}

.in-content{
	width: 1100px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 30px;
}

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


.left-cont .list{
	width: 222px;
	height: auto;
	overflow: hidden;
	 
}
.left-cont .list .tit{
	width: 222px;
	height: 105px;
	overflow: hidden;
	 
}
.left-cont .list .tit p{
	font-size: 24px;
	color:#fff;
	margin-left: 70px;
	margin-top: 25px;
}
.left-cont .list .bd{
	width: 100%;
	height:auto;
	overflow: hidden;
	background: #eeeeee;
 	padding-bottom: 10px;
}
.left-cont .list .bd ul{
	width: 206px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	min-height: 520px;
	margin-top: 5px;
}
.left-cont .list .bd ul li{
	width: 100%;
	height:35px;
	line-height: 35px;
	margin-top: 5px;
	background:#fff url(../images/icon01.png)no-repeat 10px center;
}
.left-cont .list .bd ul li a{
	display: block;
	color:#000000;
	font-size: 16px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	margin-left: 30px;
}
.left-cont .list .bd ul li:hover{
	background: #e60012  url(../images/icon02.png)no-repeat 10px center;
}
.left-cont .list .bd ul li:hover a{
	color:#fff;
}




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

.quick .tit{
	width: 100%;
	height: 88px;
	overflow: hidden;
	background: #D70800;
}
.quick .tit p{
	color:#fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}

.quick .tit span{
	display: block;
	color:#fff;
	font-size: 16px;
	text-align: center;
	margin-top: 2px;
}

.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: 850px;
	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: 270px;
	overflow: hidden;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	margin-left: 15px;
}
.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;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pic-box ul li:hover p{
	color: #D70800;
}


.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;
	padding: 0 20px;
	box-sizing: border-box;
	line-height: 50px;
	text-align: center;
	border-left: 1px solid #d2d2d2;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}
 .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:50px 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: #D70800;
	color:#fff;
	border: 1px solid #D70800;
}
 
.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 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: 440px;
	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: 10px;
	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: 90px;
	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: #D70800;
	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 #D70800;
}
.title-bar:after{
	content: "";
	width: 10px;
	height: 20px;
	position: absolute;
	left: 0;
	top:3px;
 
	background: #D70800;
}
.title-bar h4{
	font-size: 18px;
 
	margin-left: 20px;
	color:#333333;
	font-size: 18px;
	float: left;
}
.crumbs{
	float: right;
	margin-top: 5px;
}
.crumbs p{
	color:#666;
	font-size: 13px;

}

.crumbs img{
	display: block;
	float: left;
	margin-right: 10px;
}
.crumbs p{
	float: left;

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

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


.news-list{
	height: auto;
	overflow: hidden;
}
.news-list  ul li{
	float: left;
	width: 100%;
	height: auto;
	line-height: 40px;
	overflow: hidden;
	margin-top: 5px;
	border-bottom: 1px dashed #ccc;
}
.news-list  ul li a{
	display: block;
	font-size: 16px;
	color: #333;
	float: left;
}

.news-list  ul li span{
	float: right;
	color: #666;
}