*{margin: 0px;padding: 0px;}
body{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;}
img{border:0px;display: block;}
ul,ol{list-style-type: none;list-style-image: none;}
/*清除浮动*/
.clear{clear:both;}

.main{
	width: 1100px;
	margin:0 auto;
}
.head{
	width: 100%;
	height: 150px;
}
.head .top{
	width: 100%;
	height: 30px;
	background:#eeeeee;
}
.head .top p{
	line-height: 30px;
	color:#000;
	font-size: 13px;
	float: left;
}
.head .top ul{
	float: right;
}
.head .top ul li{
	float: left;
	position: relative;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;

}
.head .top ul li:after{
	content:'';
	width:1px;
	height:13px;
	color:#000;
	position: absolute;
	right: 0;
	top:8px;
	background: #000;
}
.head .top ul li:last-child:after{
	width:0;
	height: 0; 
}
.head .top ul li a{
	color:#000;
	font-size: 13px;

}
.head .name{
	float: left;
	margin-top:30px;

}
 
.head .tel{
	float: right;
	margin-top: 30px;
}
 
.nav{
	width: 100%;
	height: 50px;
	background: #ff534d;
}
.nav ul {
	width: 1100px;
	margin:0 auto;
}
.nav ul li{
	float: left;
	width: 137px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	
}
.nav ul li:hover{
	background: url(../images/hover.png)no-repeat;
	background-size:100% 100%;
}
.nav ul li:hover a{
	color:#000000;
}
.nav ul  li a{
	display: block;
	font-size: 16px;
	color:#fff;
}
.slideBox{ 
	width:100%;
	height:auto;
	margin:0 auto; 
	overflow:hidden; 
	position:relative; 
 
}

.slideBox .hd{
 height:15px; 
 overflow:hidden; 
 position:absolute; 
 left:45%; 
 bottom:10px; 
 z-index:1; 
}
.slideBox .hd ul{
 overflow:hidden; 
 zoom:1; 
 float:left; 

}
.slideBox .hd ul li{
 float:left; 
 margin-right:25px;  
 width:30px; 
 height:10px; 
 line-height:14px; 
 text-align:center; 
 background:#ccc; 
 cursor:pointer; 
 
}
.slideBox .hd ul li.on{
  background:#cf0306; 
}
.slideBox .bd{
  position:relative; 
  height:100%;
  z-index:0; 
  width: 100%; 
}
.slideBox .bd li{
 zoom:1; 
 vertical-align:middle; 
}
.slideBox .bd img{
	width: 100%;
	margin:0 auto;
	height:auto; 
	display:block;
	 
}
.slideBox .prev,
.slideBox .next{
 position:absolute; 
 left:3%; 
 top:50%;
 margin-top:-3%;
 display:block; 
 width:32px;
 height:40px;  
 filter:alpha(opacity=50);opacity:0.5;   
}
.slideBox .next{
 left:auto; right:3%; 
 background-position:8px 5px; 
}
.slideBox .next {
	font-size: 
	58px;color:#fff;
}
.slideBox .prev{
	font-size: 
	58px;color:#fff;
}
.slideBox .prev:hover,
.slideBox .next:hover{
	filter:alpha(opacity=100);opacity:1;  
}
.slideBox .prevStop{ 
	display:none;  
}
.slideBox .nextStop{ display:none;  
}
.keywords{
	width: 100%;
	height: 40px;
	background: #eee;
}
.keywords .tit{
 
	height: 40px;
	float: left;
}
.keywords .tit p{
	font-size: 16px;
	color:#333;
	font-weight: bold;
	line-height: 40px;

}
.keywords ul{
	float: left;
	width: 840px;
}
.keywords ul li{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 40px;
	font-size: 14px;
	position: relative;
}
.keywords ul li:after{
	position: absolute;
	top:13px;
	right: 0;
	content:"";
	background: #333;
	width: 1px;
	height: 14px;

}
.keywords ul li:last-child:after{
	width: 0;
	height: 0;
}
.product{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.product .menu{
	width: 240px;
	height:840px;
	float: left;
	overflow: hidden;
	background: #ff534d url(../images/bg03.png) no-repeat center bottom;
}
.product .menu .tit{
	width: 240px;
	height: 86px;
	background:url(../images/tit01.png) no-repeat center;
}
.product .menu .tit p{
	color:#fff;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	line-height: 86px;
	text-align: center;
}
.product .menu ul {
	width: 220px;
	margin:0 auto;
	height: 620px;
	overflow: hidden;
	margin-top: 10px;
}
.product .menu ul li:nth-child(6n-5){
	margin-left: 0;
}
.product .menu ul li{
	width: 100%;
	height: 50px;
	background: #ffffff;
	position: relative;
	line-height: 50px;
	margin-top: 10px;
}
.product .menu ul li:after{
	content: ">>";
	position: absolute;
	left: 20px;
	top: 0;
	line-height: 50px;
	color:#333333;
}
.product .menu ul li a{
	display: block;
	margin-left: 45px;
	color:#333333;
	width: 170px;
	font-size: 15px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}
.product .menu ul li:hover{
	background: #555555;
}
.product .menu ul li:hover:after{
	color:#fff;
}
.product .menu ul li:hover a{
	color:#fff;
}
.product .menu ul li span{
	float: left;
	margin-left:60px;
}
.product .menu ul li p{
	color:#333;
	font-size: 16px;
}
.product .list{
	float: right;
	width: 840px;
	height: auto;
	overflow: hidden;

}
.product .list .title{
	width: 840px;
	height: 40px;
	background: url(../images/title03.png)0 37px no-repeat;
}
.product .list .title div{
	float: left;
	height: 30px;
	margin-top:3px;
	background: url(../images/title.png)0 0px no-repeat;
}
.product .list .title h3{
	font-size: 18px;
	color:#333;
	line-height: 30px;
	font-weight: normal;
	margin-left:12px;
	float: left;
}
.product .list .title span{
	color:#d8201e;
}
.product .list .title  p{
	float: left;
	line-height: 40px;
	margin-left:10px;
	font-size: 12px;
	color:#555;
}
.product .list .title a{
	float: right;
	line-height: 40px;
	color:#fff;
	font-size: 12px;
	display: block;
	width: 60px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	background: #ff534d;
	margin-top: 15px;
}
.product .list  ul{
	margin-left: -12px;
}
.product .list  ul li{
	width: 272px;
	height: auto;
	float: left;
	text-align: center;
	margin-top: 15px;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	margin-left:12px;
}
.product .list  ul li div{
	overflow: hidden;
}
.product .list  ul li img{
	width: 100%;
 	height: 209px;
 	transition: .3s;
}
.product .list  ul li:hover img{
	transform: scale(1.05);
}
.product .list  ul li p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	color:#333;
	font-size: 14px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}
.product .list  ul li:hover{
	background: #ff534d;
	border: 1px solid  #ff534d;
}
.product .list  ul li:hover p{
	color:#fff;
}
.case{
	width: 100%;
	height: 660px;
	margin-top: 40px;
	background: #ebebeb;
}
.case .tit{
	width: 282px;
	height: 77px;
	background:url(../images/title02.png)no-repeat;
	margin:0 auto;
	margin-top:-10px;
	float: left;
	margin-left:405px;
}
.case .tit h3{
	text-align: center;
	float: left;
	width: 100%;
	margin-top:10px;
	font-size: 20px;
	color:#fff;
}
.case .tit p{
	text-align: center;
	float: left;
	font-size: 14px;
	color:#fff;
	text-align: center;
	width: 100%;
}
.case  ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top:20px;
	float: left;
	margin-left: -6px;
	 
	 
}
.case  ul li{
	width: 266px;
	height:auto;
	float: left;
	margin-left:9px;
	margin-top: 10px;
}
.case  ul li img{
	width: 260px;
	height: 220px;
	transition: .5s;
	
}
.case  ul li div{
	width: 260px;
	height: 220px;
	overflow: hidden;
	border:3px solid #fff;

}
.case  ul li:hover img{
	transform: scale(1.05);
}
.case  ul li p{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color:#333333;
	font-size: 13px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}
.case  ul li:hover div{
	border: 3px solid #ff534d;
}
.case  ul li:hover p{
	color:#ff534d;
}
.content-3{
	width: 100%;
	height:auto;
	overflow: hidden;
}
.part{
	width: 345px;
	height:420px;
	overflow: hidden;
	float: left;
	margin-top: 15px;
}
.part .title{
	width: 345px;
	height: 40px;
	background: url(../images/title04.png)0 36px no-repeat;
}
.part .title div{
	float: left;
	height: 30px;
	margin-top:3px;
	background: url(../images/title.png)0 0px no-repeat;
}
.part .title h3{
	font-size: 18px;
	color:#333;
	line-height: 30px;
	font-weight: normal;
	margin-left:12px;
	float: left;
}
.part .title span{
	color:#ff534d;
}
.part .title  p{
	float: left;
	line-height: 40px;
	margin-left:10px;
	font-size: 12px;
	color:#555;
}
.part .title a{
	float: right;
	line-height: 40px;
	color:#fff;
	font-size: 12px;
	display: block;
	width: 60px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	background: #ff534d;
	margin-top: 12px;
}
.part img{
	margin-top:10px;
	width: 345px;
	height: 120px;
}
.about .text{
	width: 340px;
	height: auto;
	height: 220px;
	overflow: hidden;
	margin:0 auto;
	margin-top:20px;
	display: -webkit-box;
	-webkit-line-clamp:10;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.about .text p{
	text-indent: 2em;
	line-height: 22px;
	font-size: 13px;
}
.news{
	margin-left:25px;
	margin-right: 25px;
}
.news ul{
	margin-top:15px;
}
.news ul li{
	width: 100%;
	height:25px;
	line-height:25px;
	background: url(../images/icon1.png)0 9px no-repeat;
	border-bottom: 1px dashed #bfbfbf;
	margin-bottom:8px;
}
.news ul li a{
	display: block;
	float: left;
	width: 200px;
	margin-left:17px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

	font-size: 13px;
	color:#555555;
}
.news ul li a:hover{
	text-decoration: underline;
}
.news ul li span{
	float: right;
	color:#555;
}
.contact{
	float: right;
	width: 347px;
	height: 400px;
	overflow: hidden;
	background: #ff534d;
	margin-top: 30px;
}
.contact .tit img{
	display: block;
}
.contact .info{
 	width: 310px;
	margin:0 auto;
	height: auto;
	margin-top: 20px;
	overflow: hidden;
}
.contact .info  h4{
	color:#fff;
	font-size: 18px;
}
.contact .info span{
	font-size: 16px;
	font-weight: bold;
	color:#555555;
}
.contact .info p{
	margin-top: 10px;
	color:#fff;
	line-height: 22px;
	font-size: 14px;
}

.links{
	width: 1100px;
	height: 103px;
	background:url(../images/bg.png)no-repeat;
	float: left;
	margin-top: 30px;
}
.links .tit{
	width: 158px;
	height: 80px;
	background: url(../images/title05.png)140px 0 no-repeat;
	margin-top: 12px;
	float: left;

}
.links .tit div{
	width: 135px;
	height: 80px;
	background: #ff534d;
	
}
.links .tit div p{
	font-size: 23px;
	margin-left:9px;
	color:#fff;
	font-weight: bold;
	margin-top:7px;
	float: left;
}
.links .tit div span{
	display: block;
	width: 100%;
	float: left;
	margin-left:9px;
	color:#fff;
	font-size: 39px;
	margin-top:-7px;
	font-weight: bold;
}
.links ul{
	float: left;
	width: 930px;
	height:110px;
	overflow: hidden;
	margin-top:3px;
}
.links ul li{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	height:30px;
	line-height:30px;
	position: relative;
}
.links ul li:after{
	width: 1px;
	height:14px;
	content:"";
	background: #333333;
	position: absolute;
	top:9px;
	right: 0;
}
.links ul li:last-child:after{
	width: 0;
	height: 0;
}
.links ul li a{
	font-size:15px;
	color:#333;

}
.footer{
	width: 100%;
	height: 285px;
	background:url(../images/bg02.png) repeat-x;
	float: left;
	margin-top: 30px;
}
.footer .fn{
	width:100%;
	border-bottom: 1px solid #cf2d28;
	margin:0 auto;
	height: auto;
	margin-top: 15px;
	overflow: hidden;
}
.footer .fn ul{
	display:table;
	margin:0 auto;
}
.footer .fn ul li{
	float: left;
	height:35px;
	line-height:35px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}
.footer ul li:after{
	content: "";
	width: 1px;
	height: 13px;
	background: #fff;
	position: absolute;
	right: 0;
	top: 10px;
}
.footer ul li:last-child:after{
	width: 0;
	height: 0;
}
.footer ul li a{
	color:#fff;
	font-size: 15px;
}
.footer .main{
	height: 235px;
}
.footer .name{
	float: left;
	margin-top: 50px;
}
.footer .namg img{
	display: block;
}
.footer  .text{
	float: left;
	color:#ffffff;
	font-size: 14px;
	line-height: 30px;
	width: 390px;
	text-align: center;
	border-left: 1px solid #cf2d28;
	border-right: 1px solid #cf2d28;
	padding:5px 50px;
	margin-left: 40px;
 	position: relative;
 	top: 50%;
 	transform: translateY(-50%);
}

.footer  a{
	color:#fff;
}

.footer .ewm{
	margin-right: 75px;
	margin-top: 35px;
	float: right;
}
.footer .ewm img{
	display: block;
	width: 145px;
	height: 145px;
	border: 5px solid #fff;
}


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


 .title-bar{
	width: 100%;
	position: relative;
	margin-top: 10px;
	height: 37px;
	background: url(../images/bg07.png) repeat-x left bottom;
}
.title-bar:after{
	content: "";
	width: 10px;
	height: 20px;
	position: absolute;
	left: 0;
	top:3px;
	background: #ff534d;
}
.title-bar h4{
	font-size: 18px;
 
	margin-left: 20px;
	color:#333333;
	font-size: 18px;
	float: left;
}

.crumbs{
	float: right;
}
.crumbs p{
	color:#666;
	font-size: 13px;

}

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

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



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


 .fy p{
	width: 240px;
	height: 50px;
	float: left;
	line-height: 50px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 10px;
    text-overflow: ellipsis;
	border-left: 1px solid #d2d2d2;

}
 .fy p:first-child{
 	border: none;
 }

 .fy a{
 	color:#333333;
 	font-size: 14px;
 }

  .fy .return{
  	float: right;
  	line-height: 50px;
  	width: 140px;
  	border-left: 1px solid #d2d2d2;
  	text-align: center;
  }


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

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



.detail-intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	min-height:300px;
	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;
}

.detail-intro  .intro p a{
	color:#333;

} 
 
.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:100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	background: #eeeeee;
}

.mssg-intro img{
	display: block;
	float: left;
}

.mssg-intro form{
	width: 430px;
	float: left;
	margin-left: 30px;
	margin-top: 30px;
}

.mssg-intro form ul li{
	width: 100%;
	height:auto;
	overflow: hidden;
	border: 1px solid #d2d2d2;
	margin-bottom: 15px;
	background: #fff;
	border-radius: 5px;
}
.mssg-intro form ul li input{
	height: 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: 430px;
	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: 200px;
	display: block;
	height: 60px;
	float: left;
	margin-top: 20px;
	background: #ff534d;
	outline: none;
	border: none;
	font-size: 18px;
	color:#fff;
	border-radius: 5px;
}
.mssg-intro form .btn input:last-child{
	float: right;
	background: #999;
}


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

.left-cont .list{
	width: 240px;
	height:840px;
	float: left;
	overflow: hidden;
	background: #ff534d url(../images/bg03.png) no-repeat center bottom;
}
.left-cont .list .tit{
	width: 240px;
	height: 86px;
	background:url(../images/tit01.png) no-repeat center;
}
.left-cont .list .tit p{
	color:#fff;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	line-height: 86px;
	text-align: center;
}
.left-cont .list ul {
	width: 220px;
	margin:0 auto;
	height: 620px;
	overflow: hidden;
	margin-top: 10px;
}
.left-cont .list ul li{
	width: 100%;
	height: 50px;
	background: #ffffff;
	position: relative;
	line-height: 50px;
	margin-top: 10px;
}
.left-cont .list ul li:after{
	content: ">>";
	position: absolute;
	left: 20px;
	top: 0;
	line-height: 50px;
	color:#333333;
}
.left-cont .list ul li a{
	display: block;
	margin-left: 45px;
	color:#333333;
	width: 170px;
	font-size: 15px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}
.left-cont .list ul li:hover{
	background: #555555;
}
.left-cont .list ul li:hover:after{
	color:#fff;
}
.left-cont .list ul li:hover a{
	color:#fff;
}
.left-cont .list ul li span{
	float: left;
	margin-left:60px;
}
.left-cont .list ul li p{
	color:#333;
	font-size: 16px;
}

.quick{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	background: #eee;
}
.quick .tit{
	width: 100%;
	height: 86px;
	overflow: hidden;
	background: #ff534d;
	border-radius: 5px 5px 0 0 ;
}
.quick .tit p{
	color:#fff;
	font-size: 30px;
	text-align: center;
 	line-height: 86px;
	font-weight: bold;
}
.quick .info{
	width: 94%;
	margin: 10px auto;
	height: auto;
	overflow: hidden;
}
.quick .info p{
	color:#333;
	font-size: 13px;
	line-height: 24px;
}

 
.quick ul{
	width: 94%;
	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: 13px;
	display: block;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}
.left-cont .list{
	float: initial;
}
.pic-box{
 
	width:100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.pic-box ul{
    margin-left:-15px;
}
.pic-box ul li{
	float: left;
	width: 265px;
	height: auto;
	margin-left:20px;
	margin-bottom: 10px;
	background: #f1f1f1;
}
.pic-box ul li div{
	width: 245px;
	height: auto;
	margin:10px;
	margin-bottom: 0;
	overflow: hidden;
}
.pic-box ul li img{
	width: 280px;
	height:202px;
	transition: .5s;
	 
	
}
.pic-box ul li p{
	width: 100%;
	height:40px;
	line-height: 40px;
	text-align: center;
	font-size: 15px;
	color:#333;
}
.pic-box ul li:hover img{
	transform: scale(1.05);
}
.right-cont{
	float: right;
	width:840px;
	height: auto;
	overflow: hidden;
}


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

.news-list ul li span{
	display: block;
	float: right;
}