﻿*{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:#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{
 	position: relative;
 	top: 50%;
 	float: left;
 	transform: translateY(-50%);
}
.head img{
	display: block;
}
.head  .tel{
	float: right;
	position: relative;
	top: 50%;
	transform: translateY(-50%);

}
.head .main{
	height: 110px;
	overflow: hidden;
}
.nav{
	width: 100%;
	height: 50px;
	background:#e72e32;
}

.nav h4{
	float: left;
	width: 170px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	position: relative;
}
.nav h4:hover{
	background: #834e00;
}
.nav h4:hover ul{
	display: block;
}
.nav h4 ul{
	position: absolute;
	left: 0;
	top: 50px;
	height: auto;
	width: 100%;
	overflow: hidden;
	display: none;
	background: #e72e32;
	z-index: 100;
}
.nav h4 ul li{
	width: 100%;
	height: 32px;
	line-height: 32px;
	border-bottom: 1px dashed #fff;
}
.nav h4 ul li a{
	font-size: 12px;
	color:#fff;
}
.nav h4 ul li:last-child{
	border: none;
}
.nav h4 a{
	color:#fff;
	font-size: 16px;
	font-weight: normal;
}
.banner{ 
	max-width: 1920px;
	margin:0 auto; 
	overflow:hidden; 
	position:relative; 
 
}
.banner .hd{
 height:auto;
 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:15px; 
 height:15px; 
 line-height:14px; 
 text-align:center; 
 border-radius: 50%;
 cursor:pointer;
 
 border: 1px solid #e72e32;
 
}
.banner .hd ul li.on{
 background:#e72e32; 
  
}
.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;  
}



.ad{
	width: 100%;
	height:308px;
	background: url(../images/ad.png)no-repeat center;
	overflow: hidden;
	margin-top: 50px;
}



.item{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}
.title h4{
	color:#e72e32;
	font-size: 50px;
	text-align: center;
}

.title  b{
	color:#1a1a1a;
}

.title p{
	text-align: center;
	font-size: 25px;
	color:#222222;
}

.item ul{
	margin-top: 30px;
	margin-left: -18px;
}

.item ul li{
	float: left;
	width: 385px;
	height: 290px;
	position: relative;
	border: 1px solid #cccccc;
	margin-bottom: 20px;
	margin-left: 18px;
}

.item ul li img{
	display: block;
	width: 385px;
	height: 290px;
}

.item ul li:hover p{
	background: rgba(186,142,104,1);
}

.item ul li p{
	width: 100%;
	position: absolute;
	bottom: 0;
	transition: .5s;
	left: 0;
	line-height: 45px;
	background: rgba(76,76,76,.8);
	text-align: center;
	color:#fff;
	font-size: 18px;
	font-weight: bold;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


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

.design .show{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.design .box{
	width: 800%;
}
.design .pic{
	float: left;
}
.design .pic ul li{
	float: left;
	width: 628px;
	height: auto;
	margin-left: 15px;
	overflow: hidden;
	border: 1px solid #e72e32;
}

.design .pic ul li img{
	display: block;
	width: 628px;
	height: 530px;
}

.lc{
	width: 100%;
	height: 250px;
	overflow: hidden;
	margin-top: 70px;
	background: url(../images/bg03.png)   repeat-x;
}

.lc .title{
	margin-top: 30px;
}
.lc .title h4{
	color:#fff;
}

.lc img{
	display: block;
	margin: 0 auto;
	margin-top: 30px;
}

.adv{
	width: 100%;
	width: 100%;
	margin:0 auto;
	margin-top:60px;
	background: url(../images/bg02.png) no-repeat center bottom;
	background-size:  auto 100%;
}
.adv .adv-tit{
	width: 100%;
	height: 150px;
	background: url(../images/adv-tit.png) no-repeat center;
}
 

.adv .part{
	width: 1200px;
	margin:0 auto;
	height: auto;
	padding-bottom: 30px;
	overflow: hidden;
	margin-top:40px;
	background: url(../images/bg01.png) no-repeat center bottom;
}
.adv .left{
	width: 500px;
	float: left;
}
.adv .part .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 30px;
	float: left;
}
.adv .part .info .tit{
	width: 580px;
	height: auto;
	overflow: hidden;
}
.adv .part .info .tit img{
	float: left;
}
.adv .part .info .tit div{
	float: left;
	margin-left: 15px;
	width: 480px;
}
.adv .part .info .tit b{
	font-size: 32px;
	color:#e72e32;
	display: block;
	margin-top:-5px;
}
.adv .part .info .tit p{
	font-size: 24px;
	color:#707070;
	font-weight: bold;
}
.adv .part .info .tit span{
	display: block;
	color:#707070;
	font-size: 12px;
}
.adv .part .info  ul{
	width: 440px;	
	float: right;
	margin-top: 10px;
}
.adv .part .info  ul li{
	width:420px;
	margin-bottom: 5px;
	height:auto;
	border-bottom: 1px solid #bfbfbf;
	font-size: 16px;
	line-height: 25px;
	padding-bottom: 5px;
	color:#333333;
	position: relative;
	padding-left:20px;
}
.adv .part .info  ul li:after{
	content: "■";
	position: absolute;
	left: 0;
	font-size: 20px;
	color:#c9c9c9;
	top:-5px;
}
.adv  .img{
	float: right;
}
 
.adv .part02{
	background: none;
}
.adv .part02 .img{
	float: left;
}
.adv .part02 .right{
	float: right;
	width: 620px;
}
.adv .part02 .right ul{
	width: 550px;
}
.adv .part02 .right .info{
	margin-top: 20px;
}



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

.cases ul{
	margin-left: -17px;
}
.cases ul li{
	float: left;
	width: 387px;
	height: auto;
	margin-left: 17px;
	margin-top: 20px;
	overflow: hidden;
}
.cases ul li img{
	display: block;
	width: 387px;
	height: 270px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
}
.cases ul li p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	color:#1a1a1a;
}


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

.pro-list{
	width: 260px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-top: 30px;
}

.pro-list .tit{
	width: 100%;
	height: 92px;
	overflow: hidden;
	background: url(../images/tit01.png)no-repeat center;
}
.pro-list .tit p{
	color:#fff;
	font-size: 33px;
	font-weight: bold;
	margin-top: 10px;
	text-align: center;
}

.pro-list .bd{
	width: 258px;
	border: 1px solid #707070;
	border-top: none;
	padding-bottom: 20px;
	overflow:hidden;
	padding-top: 10px;
	 height: 625px;
}

.pro-list h4{
	display: block;
	width: 240px;
	height: 42px;
	margin: 0 auto;
	margin-top: 7px;
	background: url(../images/list01.png) no-repeat center;
}

.pro-list h4 a{
	color:#fff;
	font-size: 20px;
	text-indent: 35px;
	line-height: 42px;
	display: block;
}

.pro-list ul{
	width: 205px;
	height: auto;
	overflow: hidden;
	margin-left: 30px;
	margin: 5px auto;
}

.pro-list ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 30px;
}


.pro-list ul li a{
	color:#202020;
	font-size: 18px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.pro-list ul li:hover a{
	color:#ccc;
}


.product  .pic{
	float: right;
	width: 920px;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.product  .pic ul{
	margin-left: -10px;
}
.product  .pic ul li{
	float: left;
	width: 297px;
	margin-left: 10px;
	height: 240px;
	margin-bottom: 10px;
	position: relative;
	border: 1px solid #cccccc;
}

.product  .pic ul li img{
	display: block;
	width: 297px;
	height: 240px;
}
.product  .pic ul li p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: rgba(0,0,0,.5);
	text-align: center;
	color:#fff;
	font-size: 18px;
	position: absolute;
	bottom: 0;
}


.about{
	width: 100%;
	margin: 0 auto;
	height:580px;
	overflow: hidden;
	background: #eeeeee;
	margin-top: 50px;
	background: url(../images/bg.png)no-repeat center;
}
.about .title{
 
	margin-top: 40px;
}
 
.about .left{
	float: left;
	width: 577px;
	margin-top: 50px;
	height: auto;
	overflow: hidden;
}
.about .left .info{
	width: 100%;
	height: 290px;
	overflow: auto;
}
.about .left .info p{
	color:#1a1a1a;
	font-size: 18px;
	line-height: 32px;
	text-indent: 1em;
	font-weight: bold;
}
.about .left .more{
	display:block;
	width: 160px;
	height: 40px;
	background: #707070;
	line-height: 40px;
	text-align: center;
	color:#fff;
	font-size: 15px;
	margin-top: 30px;
}
.about  .pic{
	float: right;
	width: 588px;
	height:333px;
	background: url(../images/bg04.png);
 
}
.about  .pic img{
	display: block;
	width: 588px;
	height: 377px;
	margin-top: 30px;
	float: right;

}


.section{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 80px;
}
.news{
	width: 670px;
	height: auto;
	overflow: hidden;
	float: left;
}
.news .tit{
	width: 100%;
	height:50px;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}
.news .tit p{
	color:#1a1a1a;
	font-size: 35px;
	font-weight: bold;
	float: left;
	text-transform: uppercase;
}
.news .tit span{
	display: block;
	float: left;
	color:#1a1a1a;
	font-size: 25px;
	margin-top: 10px;
	margin-left: 10px;
}
.news .tit a{
	display: block;
	float: right;
	color:#666666;
	margin-top: 15px;
	font-size: 14px;
}
 
.news ul{
	margin-top: 18px;
}
.news ul li{
	width:640px;
	height: 50px;
	padding: 15px;
	background: #eeeeee;
	margin-top: 8px;
}
.news ul li h4{
	font-size: 18px;
	color:#1a1a1a;
	font-weight: normal;
	float: left;
	width: 540px;
}
.news ul li span{
	float: right;
	color:#666666;
	font-size: 12px;
}
.news ul li  p{
	width:100%;
	color:#666666;
	font-size: 14px;
	float: left;
	margin-top: 5px;
}
.news ul li:hover{
	background: #e72e32;
}

.news ul li:hover p{
	color:#fff;
}
.news ul li:hover h4{
	color:#fff;
}
.news ul li:hover span{
	color:#fff;
}


.qs{
	width: 490px;
	height: auto;
	overflow: hidden;
	float: right;
}
.qs .tit{
	width: 100%;
	height:50px;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}
.qs .tit p{
	color:#1a1a1a;
	font-size: 35px;
	font-weight: bold;
	float: left;
	text-transform: uppercase;
}
.qs .tit span{
	display: block;
	float: left;
	color:#1a1a1a;
	font-size: 25px;
	margin-top: 10px;
	margin-left: 10px;
}
.qs .tit a{
	display: block;
	float: right;
	color:#666666;
	margin-top: 15px;
	font-size: 14px;
}
.qs  ul {
	width: 470px;
	margin:0 auto;
	height: auto;
	padding:23px 10px;
	padding-bottom: 0;
	margin-top: 18px;
	overflow: hidden;
	background: #eeeeee;
}
.qs  ul li {
	width: 100%;
	height: 65px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 16px;
}
.qs  ul li .q{
	width: 100%;
	height: 20px;
}
.qs  ul li .q span{
	display: block;
	width: 20px;
	height: 20px;
	background: #e72e32;
	text-align: center;
	line-height: 20px;
	color:#fff;
	border-radius:3px;
	float: left;
}
.qs  ul li .q p{
 	float:right;
 	margin-left: 5px;
 	line-height: 20px;
	font-size: 14px;
	color:#e72e32;
	width: 440px;
}
.qs  ul li .a{
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 14px;
}
.qs  ul li .a span{
	display: block;
	width: 20px;
	height: 20px;
	background:#484848;
	text-align: center;
	line-height: 20px;
	color:#fff;
	border-radius:3px;
	float: left;
}
.qs  ul li .a p{
	float: right;
	width: 440px;
	height: auto;
	overflow: hidden;
	color:#666666;
	font-size: 16px;
	line-height: 20px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}



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

.hz .show{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 25px;
}
.hz .box{
	width: 800%;
}
.hz .pic{
	float: left;
}
.hz .pic ul li{
	float: left;
	width: 240px;
	height: 180px;
	border: 1px solid #e5e5e5;
	border-left: none;
}

.hz .pic ul li img{
	display: block;
	width: 240px;
	height: 180px;
}

.links{
	width: 100%;
	height: 80px;
	background: #e72e32;
	margin-top: 60px;
}
.links .tit{
	width: 165px;
	height: 40px;
	background: url(../images/link.png)no-repeat center;
	margin-top: 25px;
	float: left;
}
.links .tit p{
	color:#fff;
	font-size: 22px;
	line-height:55px;
	margin-left: 45px;
}
.links ul{
	width: 850px;
	height: 45px;
	overflow: hidden;
	margin-top:18px;
	float: left;
}
.links ul li{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 25px;
	position: relative;
}
.links ul li a{
	color:#fff;
	font-size: 13px;
}



.footer{
	width: 100%;
	height: 312px;
	background: #313131;
}

.footer a{
	color:#959595;
}

.footer .intro{
	float: left;
	width: 450px;
	height:260px;
	overflow: hidden;
	margin-top: 25px;
	border-left: 1px solid #4c4c4c;
}

.footer .intro p{
	color:#959595;
	font-size: 14px;
	line-height: 30px;
	padding-left: 30px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.footer .ewm{
	float: left;
	width: 140px;
	margin-left: 30px;
	height: 260px;
	padding: 0 30px;
	margin-top: 25px;
	border-left:1px solid #4c4c4c;
	border-right: 1px solid #4c4c4c;
}

.footer .ewm img{
	display: block;
	width: 130px;
	height: 130px;
	border: 5px solid #fff;
	margin-top: 50px;
}
.footer .ewm p{
	text-align: center;
	font-size: 12px;
	color:#959595;
	font-size: 14px;
	line-height: 30px;
}

.footer  .map{
	float: right;
	margin-top: 25px;
}
.footer  .map img{
	display: block;
	width: 466px;
	height: 264px;
}

.float{
	position: fixed;
	right: 5px;
	bottom: 0;
	width: 71px;
	height: 300px;
	background: #eeeeee;

}
.float ul{
	width: 40px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.float ul li a{
	display: block;
	width: 100%;
	height: 100%;
	color:#666666;
}
.float ul li{
	width: 40px;
	height: 40px;
	margin-bottom: 20px;
	background: url(../images/float.png) center -10px;
}

.float ul li:nth-child(2){
	background: url(../images/float.png) center -70px;
}

.float ul li:nth-child(3){
	background: url(../images/float.png) center -130px;
}

.float ul li:nth-child(4){
	background: url(../images/float.png) center -190px;
}

.float ul li:nth-child(5){
	background: url(../images/float.png) center -250px;
}
.float ul li p{
	width: 130px;
	height: 40px;
	background: url(../images/float02.png) no-repeat center;
	position: absolute;
	left: -130px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	display: none;
	text-indent: -9px;
 
}
.float ul li:hover p{
	display: block;
}
.float ul li:hover img{
	display: block;
}
.float ul li  img{
	display: block;
	width: 120px;
	height: 120px;
	position: absolute;
	left: -130px;
	display: none;
	border: 2px solid #eeeeee;
}






/*内页*/



.inside-pages{
	width: 100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}

.inside-pages .main{
	height: auto;
	overflow: hidden;
}
 
.title-column{
	width: 100%;
	height: 40px;
	background: #e72e32;
}

.title-column .tit{
	float: left;
}
.title-column .tit p{
	color:#ffffff;
	font-size: 24px;
	line-height: 40px;
	float: left;
	margin-left: 35px;
}


.title-column .tit span{
	display: block;
	float: left;
	line-height: 40px;
	color:#fff;
	font-size: 16px;
	margin-left: 10px;
}

.crumbs{
	float: right;
	margin-right: 20px;
	height: auto;
	overflow: hidden;
}



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

.crumbs  p{
	color:#fff;
	font-size: 12px;
	line-height: 40px;
	margin-left:10px;
	float: left;
}

.crumbs a{
	display: block;
	line-height:40px;
	float: left;
	position: relative;
	padding-right: 20px;
	color:#fff;
}
.crumbs a:after{
	content: ">";
	position: absolute;
	right: 5px;
	color:#fff;
	top: 0;
}
.crumbs a:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}


.page-left{
	width: 260px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-bottom:20px;
}

.page-right{
	float: right;
	width: 920px;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
 	padding-bottom: 70px;
 	min-height: 700px;

	position: relative;
}

.page-left .part{
	width: 100%;
	height: auto;
	overflow: hidden;
	border: 2px solid #707070;
	box-sizing: border-box;
	float: left;
	margin-top: 33px;
	background: #f0f0f0;
	padding-bottom: 15px;
}
 

.page-left .part .tit{
	width: 100%;
	height: 55px;
	border-bottom: 2px solid #707070;
	line-height: 55px;
}


.page-left .part .tit p{
	color:#e72e32;
	font-size: 22px;
	float: left;
	margin-left: 15px;
}

.page-left .part .tit a{
	display: block;
	float: right;
	color:#e72e32;
	font-size: 14px;
	margin-right: 15px;
	font-weight: bold;
}

.page-left .part ul{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.page-left .part ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px dashed #777777;
	line-height: 35px;
	position: relative;
	background: url(../images/icon02.png) no-repeat 10px center;
}


.page-left .part ul li:hover{
	font-weight: bold;
}
 
.page-left .part ul li a{
	display: block;
	text-indent: 20px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	color:#1a1a1a;
	width: 100%;
}

.page-left .part .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.page-left .part .pic img{
	display: block;
	width: 100%;
}


.page-left .part .info{
	width: 94%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}

.page-left .part .info p{
	color:#1a1a1a;
	font-size: 14px;
	line-height: 24px;
}

.page-right img{
	display: block;
	margin: 0 auto;
}


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


.page-right .map{
	width: 100%;
	height: auto;
	margin-top: 30px;
}
.page-right .map .allmap{
	width: 100%;
	height: 500px;
}


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

.honor-list ul li{
	float: left;
	width: 293px;
	height: auto;
	overflow: hidden;
	margin-left: 20px;
	margin-bottom: 20px;
}
.honor-list ul{
	margin-left: -20px;
}

.honor-list ul li img{
	display: block;
	width: 293px;
	height: 441px;
}

.design-list{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.design-list ul{
	margin-left: -10px;
}
.design-list ul li{
	float: left;
	width: 298px;
	height: auto;
	margin-left: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	border: 1px solid #e72e32;
}

.design-list ul li img{
	display: block;
	width: 100%;
	height: 253px;
}
.xlr_pages, .fy{
	position: absolute;
	border-top: 2px solid #834e00;
	padding-top: 20px;
	bottom: 0;
}


.pro-img{
	float: right;
	width: 100%;
	height: auto;
	overflow: hidden;
 
}
.pro-img ul{
	margin-left: -10px;
}
.pro-img ul li{
	float: left;
	width: 297px;
	margin-left: 10px;
	height: 240px;
	margin-bottom: 10px;
	position: relative;
	border: 1px solid #cccccc;
}

.pro-img ul li img{
	display: block;
	width: 297px;
	height: 240px;
}
.pro-img ul li p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: rgba(0,0,0,.5);
	text-align: center;
	color:#fff;
	font-size: 18px;
	position: absolute;
	bottom: 0;
}

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

.article .intro{
	color:#1a1a1a;
	font-size: 16px;
	line-height: 30px;
}
.article .tit{
	width: 100%;
	height: auto;
	overflow: hidden;
 }
.article .tit h4{
	font-size: 20px;
	color:#1a1a1a;
	text-align: center;
}
.article .tit p{
	text-align: center;
	font-size: 12px;
	margin-top: 15px;
}
.article .intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.article .intro a{color:#1A1A1A;}

.cases-img ul{
	margin-left: -17px;
}
.cases-img ul li{
	float: left;
	width: 295px;
	height: auto;
	margin-left: 17px;
	margin-bottom: 15px;
	overflow: hidden;
}
.cases-img ul li img{
	display: block;
	width:293px;
	height: 205px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
}
.cases-img ul li p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	color:#1a1a1a;
}




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

.news-list ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px dashed #777777;
	line-height: 40px;
	position: relative;
	background: url(../images/icon02.png) no-repeat 10px center;
}


.news-list ul li:hover{
	font-weight: bold;
}
 
.news-list ul li a{
	display: block;
	text-indent: 20px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	color:#1a1a1a;
	font-size: 14px;
	float: left;
	width: 60%;
}

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





.xlr_pages,.fy{width:100%; height:24px; line-height:24px; font-size:14px;text-align:center; float:left; margin-top:10px; margin-bottom:10px;}
.xlr_pages ul{ width:100%; margin:0px auto; height:24px;text-align:center;}
.pagelist li{  text-decoration:none; margin-right:1px;display:inline-block; border:#CCC 1px solid; padding:0px 8px; border-radius:3px;}
.pagelist a{  text-decoration:none; margin-right:1px;display:inline-block;}
.thisclass{ background:#333; color:#FFF;text-decoration:none; margin-right:1px;display:inline-block; border:#CCC 1px solid; padding:0px 8px; border-radius:3px;}
.pagelist li select{ margin:3px;}
.pagelist li a:link,.fy a:link,.pagelist a:link{ color:#000; text-decoration:none;}
.pagelist li a:visited,.fy a:visited,.pagelist a:visited{ color:#000; text-decoration:none;}
.pagelist li a:hover,.fy a:hover,.pagelist a:hover{ color:#CB0000; text-decoration:none;}
.footer .right .info a{ color:#FFF;}



/*留言*/
.message{width:100%; height:600px; /*background:#eee;*/ margin-left:50px;}
.message  span{ width:100%; height:60px; line-height:60px;float:left; color:#000; text-align:center; font-size:30px;}
.message p{font-size:15px; color:#999; text-align:center;}
   
 .message_left{float:left;width:40%;height:34px;line-height:34px;font-size:14px;color:#777777;text-align:left;border-color:#333333;border-style:none;clear:both; margin-top:8px; }
.message_right{float:left;width:90%;height:24px;line-height:24px;background-color:#eee;font-size:14px;color:#777777;text-align:left;padding:4px;border:1px;border-color:#aaa;border-style:dashed;}
   
   .area_message{float:left;width:90%;height:122px;line-height:24px;background-color:#eeeeee;background-image:none;font-size:14px;color:#777777;text-align:left;padding:4px;font-family:Microsoft YaHei;border:1px;border-color:#aaa;border-style:dashed;}
   
   .sub_message{float:left; width:92%;height:40px;line-height:40px;background-color:#333; border-radius:3px;color:#FFFFFF;text-align:center;border:1px;border-color:transparent;margin-top:20px;}
