@charset "utf-8";
*{
	margin:0px;
	padding:0px;
	font-family:"微软雅黑", Arial, Helvetica, sans-serif;
	
	
	
	
	-moz-box-sizing: border-box;  
     -webkit-box-sizing: border-box; 
     -o-box-sizing: border-box; 
     -ms-box-sizing: border-box; 
     box-sizing: border-box;
}
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
body{ 
	margin:0px auto;
	font: normal 14px Microsoft YaHei, Arial;
	color:#444; 
	
}
@font-face {
    font-family: 'Aparajita-Bold';
    src: url('../fonts/Aparajita-Bold.eot');
    src: url('../fonts/Aparajita-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Aparajita-Bold.woff') format('woff'),
         url('../fonts/Aparajita-Bold.ttf') format('truetype'),
         url('../fonts/Aparajita-Bold.svg#Aparajita-Bold') format('svg');
    font-weight: normal;
    font-style: normal;

}
.ften{font-family: 'Aparajita-Bold';text-transform:uppercase; letter-spacing:0px;}

button,submit{cursor:pointer;}
img{border:0;}
li{list-style-type:none;}
ul{list-style:none;}
i{ font-style:normal;}
a:link,a:visited{text-decoration:none;color:#444;}
a:hover{color:#FF8702; text-decoration:none;}
.cl{ clear:both;}
.fr{float:right}
.fl{float:left}

.mar{margin: 0px auto;}
input{outline:none;}
.trans,a{

    -webkit-transition: all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;
}
a.mask {
	text-decoration: none;
	overflow: hidden;
	display: block;
}
img.zoom-img:hover {
	-webkit-transform: scale(1.15);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1.15);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;
	overflow: hidden;
}
img.zoom-img {
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
}
.box{
	max-width:1200px;
	min-width:960px;
	margin:0 auto;
	
}
header{
	
	height: 94px;
}

.logo{
	float:left;
	margin-top:20px;
	
}
.header-menu{
	float:left;
	margin-left:80px;
	
}
.header-menu a{
	float:left;
	line-height: 92px;
	padding:0 25px;
	font-size:15px;
	position: relative;
}
.header-menu a.active{
	background: #F7F7F7;  	
	border-top:1px solid #ea7829;
	color:#ea7829;
}
.header-menu a:before{
	content: '';
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 0;
  	background: #F7F7F7;  	
  	-webkit-transition: 0.5s;
  	transition: 0.5s;
  	z-index: -1;
}
.header-menu a:hover:before {
  height: 92px;
  border-top:1px solid #ea7829;
}

.header-tel{
	float:right;
	background: url(../images/tel-ico.png) left center no-repeat;
	padding-left:30px;
	font-size:21px;
	color:#fd8300;
	font-weight: bold;
	line-height: 92px;
}

.slideBox{ width:100%; margin:0 auto; height:510px; overflow:hidden; position:relative; background:#eee;}
		.slideBox .hd{ height:16px; overflow:hidden; position:absolute; left:0; bottom:20px; z-index:1; width:100%; margin:0 auto; text-align: center;}
		.slideBox .hd ul{ overflow:hidden; zoom:1;}
		.slideBox .hd ul li{display: inline-block; margin-right:10px;  width:40px; height:3px; background:#fff; cursor:pointer;}
		.slideBox .hd ul li.on{ background:#FF8702; }
		.slideBox .bd{ position:relative; height:100%; z-index:0;   }
		.slideBox .bd li{ zoom:1; vertical-align:middle; width:100%; height:510px; }
		

		/* 下面是前/后按钮代码，如果不需要删除即可 */
		.slideBox .prev,
		.slideBox .next{ position:absolute;  top:50%; margin-top:-25px; width:30px; height:50px;}
		.slideBox .prev{ background:url(../images/banner-left.png) no-repeat;left:3%;}
		.slideBox .next{ background:url(../images/banner-right.png) no-repeat;right:3%;}
		
		
		

.home-news{
	width:100%;
	background: #EDEFF2;
	padding:46px 0;
}
.home-title{
	text-align: center;
	
}
.home-title p.en{
	text-transform: uppercase;
	font-size:40px;
	color:#000;
	background: url(../images/ico-1.png) top center no-repeat;
	padding-top:20px;
}
.home-title p.cn{
	font-size:18px;
}

.home-menu-li{
	background: #F6F7F9;
	padding:85px 0;
}
.home-menu-li .list{
	max-width:1200px;
	min-width:960px;
	margin:0 auto;	
}
.home-menu-li .list ul{
	/*margin-left:-21px;
	margin-top:-21px;*/
}
.home-menu-li .list li{
	width:48%;
	height:188px;
	float:left;
	background: #FFFFFF;
	margin:1%;
	/*padding:0 1%;
	display:block;*/
	
}
.home-menu-li .list li:hover{
	background: #FCEAE3;
}
.home-menu-li .list li .icobox{
	margin-top:40px;
	width:25%;
	float:left;
	margin-left:5%;
}
.home-menu-li .list li .icobox .ico1{
	width:116px;
	height:116px;
	background: url(../images/img-1.png) center no-repeat;
	display: block;
	
}
.home-menu-li .list li .icobox .ico2{
	width:116px;
	height:116px;
	background: url(../images/img-2.png) center no-repeat;
	display: block;
	
}
.home-menu-li .list li .icobox .ico3{
	width:116px;
	height:116px;
	background: url(../images/img-3.png) center no-repeat;
	display: block;
	
}
.home-menu-li .list li .icobox .ico4{
	width:116px;
	height:116px;
	background: url(../images/img-4.png) center no-repeat;
	display: block;
	
}
.home-menu-li .list li:hover .icobox .ico{
	transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
}
.home-menu-li .list li .con{
	float:left;
	width:60%;
	margin-left:3%;
	margin-top:40px;
}
.home-menu-li .list li .con .t{
	font-size:20px;
	font-weight:bold;
}
.home-menu-li .list li .con .des{
	font-size:16px;
	color:#000;
	padding:15px 0;
}
.home-menu-li .list li .con .more a{
	display: inline-block;
	width:85px;
	height:27px;
	border:1px solid #000;
	line-height: 24px;
	text-align: center;
	font-size:16px;
	color:#000;
}
.home-menu-li .list li .con .more a:hover { background:#000; color:#fff; font-weight:bold;}
.home-about{
	background: #FFFFFF;
	padding:45px 0;
	height:auto; overflow:hidden;
}
.home-about-con{
	width:100%;
	text-align: center;
	padding:20px 0;
	line-height: 28px;
	color:#969696;
	font-size:13px;
}
.home-about .bot-ico-list{
	width:100%;
	margin-top:30px;
	/*padding:0 130px;*/
}
.home-about .bot-ico-list ul{
	/*margin-left:-60px;*/
	
}
.home-about .bot-ico-list li{
	float:left;
	width:25%;
	/*margin-left:60px;*/
	text-align: center;
}
.home-about .bot-ico-list li p.ico{
	width:86px;
	height:86px;
	border:1px solid #DADADA;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	-o-border-radius:100%;
	display: inline-block;
	overflow: hidden;
}
.home-about .bot-ico-list li .title{
	margin-top:10px;
	font-size:16px;
}
.home-about .bot-ico-list li .des{
	font-size:12px;
	color:#969696;
	margin-top:8px;
}
.home-about .bot-ico-list li .ico1{
	background: url(../images/about-ico-1.png) center no-repeat;
}
.home-about .bot-ico-list li .ico2{
	background: url(../images/about-ico-2.png) center no-repeat;
}
.home-about .bot-ico-list li .ico3{
	background: url(../images/about-ico-3.png) center no-repeat;
}
.home-about .bot-ico-list li .ico4{
	background: url(../images/about-ico-4.png) center no-repeat;
}
.home-about .bot-ico-list li span{
	width:100%;
	height:100%;
	display: inline-block;
}
.home-about .bot-ico-list li:hover span{
	-webkit-animation: toRightFromLeft 0.4s forwards;
	-moz-animation: toRightFromLeft 0.4s forwards;
	animation: toRightFromLeft 0.4s forwards;
}
@-webkit-keyframes toRightFromLeft {
	49% {
		-webkit-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toRightFromLeft {
	49% {
		-moz-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toRightFromLeft {
	49% {
		transform: translate(100%);
	}
	50% {
		opacity: 0;
		transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
.footer{
	background: #2F2F2F;
	padding:45px 0;
	color:#8f8f8f;
}
.footer .footer-menu{
	width:20%;
	float:left;
	
}
.footer .footer-menu p.top,.footer-tel p.top{
	background: url(../images/bg1.jpg) bottom left no-repeat;
	width:100%;
	display: block;
	padding-bottom:30px;
	color:#FFFFFF;
	font-size:16px;
	margin-bottom:10px;
}
.footer .footer-menu a{
	display: block;
	line-height: 35px;
	color:#8f8f8f;
}
.footer-tel{
	width:20%;
	float:left;
	
}
.footer-tel .tel-ico{
	background: url(../images/ico-4.png) left center no-repeat;
	padding-left:30px;
	color:#f49429;
	font-size:24px;
	display: block;
}
.footer-tel .tel-address{
	background: url(../images/ico-5.png) left top no-repeat;
	padding-left:30px;
	font-size:13px;
	margin-top:10px;
	line-height: 25px;
}
.footer-r{
	width:20%;
	float:right;
}
.footer-r p{
	margin-top:18px;
	text-align: center;
	float:left;
	width:100px;
}
.footer-r p img{width:85px;height:85px;}
.footer-r p span{width:100%;}

.footer-r p a{
	margin:0 2px;
}
.copyright{
	height:70px;
	text-align: center;
	width:100%;
	background: #3D3D3D;
	color:#B0B0B0;
	line-height: 70px;
	font-size:12px;
}
.copyright a{
	color:#B0B0B0;
	font-size:12px;
}
.sub-banner{
	width:100%;
	height: auto;
	position: relative;
	font-size:0;
}
.sub-banner .sub-menu{
	position: absolute;
	bottom:0;
	left: 0;
	width:100%;
}
.sub-banner .sub-menu .left-cate{
	width:23.33333333333333333333%;
	height:80px;
	float:left;
	background: /*#c68e4b*/ url(../images/bg21.png);
	padding:18px 0 0 45px;
	color:#FFFFFF;
	font-size:20px;
	
	*width:235px;
	*height:62px;
}
.sub-banner .sub-menu .left-cate p{
	font-size:13px;
	color:#ffffff;
	text-transform: uppercase;
	margin-top:2px;
}
.sub-banner .sub-menu .menulist{
	width:76.6666666666666666666%;
	height:80px;
	float:left;
	/*padding-left:30px;*/
	background: url(../images/bg22.png)/*#F3F3F3*/;
	border-bottom:1px solid #E3E3E3;
	/*border-top-right-radius:15px;
	-webkit-border-top-right-radius:15px;
	-moz-border-top-right-radius:15px;
	-o-border-top-right-radius:15px;*/
	
	*width:889px;
	*height:79px;
}
.sub-banner .sub-menu .menulist a{
	float:left;
	line-height: 78px;
	background: url(../images/bg3.png) right center no-repeat;
	padding:0 35px;
	font-size:15px;
}
.sub-banner .sub-menu .menulist a:hover,.sub-banner .sub-menu .menulist a.active{
	border-bottom:2px solid #0f3258;
	color:#fff;
	background:#0f3258;
}
.sub-body{
	background: #F3F3F3;
	padding-bottom:60px;
}
.subbox{
	background: #FFFFFF;
	max-width:1200px;
	min-width:960px;
	margin:0 auto;
	
}
.about-content{
	padding:60px;
	line-height: 30px;
	font-size:15px;
	color:#666;
}
.about-content p{
	margin-bottom:25px;
	line-height:2;
}
.rongyu{
	width:1200px;
	margin:0 auto;
	background: url(../images/bg4.jpg);
	height:624px;
	
}
.newslist{
	padding:20px 50px;
	width:100%;
	float:left;
	
}
.newslist li{
	border-bottom: 1px solid #E6E6E7;
	width:100%;
	float:left;
	padding:32px 0;
}
.newslist li .times{
	float:left;
	background: url(../images/bg5.png);
	width:97px;
	height:97px;
	text-align: center;
	margin-top:25px;
}
.newslist li .times p.d{
	margin-top:14px;
	font-size:38px;
	color:#999;
}
.newslist li .times p.ym{
	font-size:12px;
	color:#999999
}
.newslist li .con{
	float:left;
	width:55.33333%;
	margin-left:48px;
	margin-top:25px;
}
.newslist li .con a{
	font-size:18px;
	
}
.newslist li .con p{
	margin:15px 0;
	font-size:13px;
	color:#888;
	line-height: 25px;
	overflow:hidden;
	text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;
}
.newslist li img.pic{
	float:right;
	border:1px solid #DDDCDC;
	padding:7px;
	width:214px;
	height:126px;
	
}
.pages{
	width:100%;
	float:left;
	padding:30px 0;
	text-align: center;
}
.pages a,.pages span{
	padding:10px 15px;
	background: #F3F3F3;
	border:1px solid #EDEDED;
	display: inline-block;
	border-radius:3px;
}
.pages a.sel{
	background: #F49429;
	color:#FFFFFF;
	border-color: #F49429;
}
.show-title{
	margin:0 60px;
	border-bottom:1px dashed #D4D4D4;
	padding:50px 0;
	text-align: center;
	font-size:28px;
	font-weight:normal
}
.show-title p{
	font-size:12px;
	margin-top:10px;
}
.show-title p.en{
	text-transform: uppercase;
	margin-top:5px;
	color:#CFCFCF;
}
.show-content{
	padding:0 60px 60px 60px;
	line-height: 30px;
	font-size:15px;
	color:#666;
}
.show-content p{
	margin-top:25px;
}
.show-pages{
	margin:0 60px;
	border-top:1px dashed #D4D4D4;
	padding:30px 0;
	line-height: 30px;
	position: relative;
}
.show-pages a{
	color:#888;
	font-size:12px;
}
.show-pages a.back{
	width:144px;
	height:38px;
	text-align: center;
	line-height: 38px;
	background: #CDB180;
	color:#FFFFFF;
	display: inline-block;
	position: absolute;
	right:0;
	top:50%;
	margin-top:-19px;
}
.show-pages a.back:hover{
	background: #BF9B60;
}
.jiaofei{
	width:100%;
	padding:48px;
}
.jiaofei li{
	width:100%;
	float:left;
	background: #F3F3F3;
	padding:35px 0 10px 5%;
	margin-top:10px;
}
.jiaofei li:hover{
	-moz-box-shadow:0px 0px 10px #ccc;/*firefox*/  
    -webkit-box-shadow:0px 0px 10px #ccc;/*webkit*/  
    box-shadow:0px 0px 10px #ccc;/*opera或ie9*/  
}
.jiaofei li .ico{
	float:left;
	width:70px;
	height:70px;
	background: url(../images/ico-6.png) no-repeat ;
}

.jiaofei li .ico1{
	background-position: 0 -600px;
	
}
.jiaofei li .ico2{
	background-position: 0 -128px;
}
.jiaofei li .ico3{
	background-position: 0 12px;
}
.jiaofei li .ico4{
	background-position: 0 -408px;
}
.jiaofei li .ico5{
	background-position: 0 -264px;
}

.jiaofei li:hover .ico{
	background: url(../images/ico-6h.png) no-repeat ;	
}
.jiaofei li:hover .ico1{
	background-position: 0 -600px;
}
.jiaofei li:hover .ico2{
	background-position: 0 -128px;
}
.jiaofei li:hover .ico3{
	background-position: 0 12px;
}
.jiaofei li:hover .ico4{
	background-position: 0 -408px;
}
.jiaofei li:hover .ico5{
	background-position: 0 -264px;
}

.jiaofei li .con{
	width:85%;
	float:left;
	margin-left:2%;
	
}
.jiaofei li .con .t{
	font-size:20px;
	color:#000;
	/*font-weight:bold;*/
}
.jiaofei li .con .content{
	font-size:13px;
	color:#000;
	margin-top:15px;
	margin-right:30px;
	line-height: 23px;
}
.jiaofei li .con .content p {
	margin-bottom:20px;
}
.biaozhun{
	padding-bottom:40px;
	margin-top:40px;
}
.biaozhun li{
	width:90%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	padding:20px 5%;
	background: #F3F3F3;
}
.biaozhun li .tit{
	border-bottom:1px solid #9E9E9E;
	padding-bottom:30px;
	font-size:28px;
}
.biaozhun li .con{
	margin-top:25px;
	line-height: 28px;
	color:#888;
}
.biaozhun li .con p{
	margin-bottom:20px
}



.accordion{
	padding:40px;
}
.drawer{margin-bottom:20px}
.accordion-item{}
.accordion-item-active .accordion-header{
	background: #A3978B;
	border-color:#A3978B;
	transition:.25s;
	line-height: 55px;
	height: 55px;
}
.accordion-item-active .accordion-header-icon{color:#fff;}
.accordion-item-active .accordion-header h1{color:#fff;}
.accordion-header{cursor:pointer;transition:.25s;line-height: 55px;
	height: 55px;border:1px solid #E1E0E0;}
.accordion-header h1{float:left;font-size:18px;font-weight: normal;margin:0;line-height:1.3em;color:#666;line-height: 55px;
	height: 55px;padding-left:20px; }
.accordion-content{display:none;padding:35px;color:#666;background:#F8F8F8;font-size:15px;line-height:30px;width:100%;}
.accordion-content p{margin:0;/*margin-bottom:20px;*/}
.accordion-header-icon{float:right;background: url(../images/xj.png);width:27px;height:27px;margin:12px 20px 0 0;}
.accordion-header-icon.accordion-header-icon-active{background: url(../images/sj.png);}

.moshi{
	
	padding:35px 50px;
	
}
.moshi .list{
	background: #FBF7F1;
	margin:20px 0 0 0;
	float:left;
	padding:35px 50px;
	border:1px solid #F0E9DE
}
.moshi .list .t1{
	width:100%;
	text-align: left;
	font-size:24px;
	
}
.moshi .list .con{
	padding:20px 0;
	line-height: 30px;
	color:#888;
}
.moshi .list .t2{
	background: #A3978B;
	font-size:18px;
	color:#FFFFFF;
	text-indent: 20px;
	line-height: 40px;
	width:100%;
	
}
.shili{
	padding:40px;
}
.shili hr{
	height:1px;border:none;border-top:1px solid #EBEBEB;
	}
.shili .list{
	padding:30px 0;
	border-bottom:1px solid #EBEBEB;
	
}
.shili .list .tit{
	width:100%;
	font-size:20px;
	color:#000;
}
.shili .list .tit span.num{
	width:40px;
	height:40px;
	display: inline-block;
	vertical-align: middle;
	margin-right:15px;
	color:#FFFFFF;
	font-size:14px;
	background: #A3978B;

	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	-o-border-radius:100%;
	text-align: center;
	line-height: 40px;
}
.shili .list .con{
	width:100%;
	padding:0 0 0 55px;
	line-height: 30px;
	color:#000;
	font-size:13px;
	
}
.contact{
	padding:40px;
	
}
.contact-top{
	background: #FBF7F1;
	border:1px solid #F0E9DE;
	
}
.contact-con{
	width:470px;
	float:left;
	border-right:1px solid #F0E9DE;
	padding:50px;
	line-height: 35px;
}
#map{
	width:646px;
	float:left;
	
}
.contact-title{
	width:100%;
	font-size:24px;
	color:#ca9047;
	margin-top:30px;
}
.contact-list{
	width:100%;
	
}
.contact-list ul{
	margin-left:-38px
}
.contact-list li{
	width:540px;
	height:218px;
	float:left;
	overflow: hidden;
	background: #F3F3F3;
	border:1px solid #F0E9DE;
	padding:30px 40px;
	margin:38px 0 0 38px;
}
.contact-list li .t{
	font-size:22px;
}
.contact-list li .con{
	line-height: 25px;
	padding-top:15px;
	color:#888888;
	
}
.gbook-tit{
	text-align: center;
	font-size:24px;
	
}
.gbook-list{
	text-align: center;
	
}
.gbook-list p{
	margin-top:18px;
}
.gbook-list .text,.gbook-list .text2{
	border:1px solid #BABFCC;
	width:427px;
	border-radius:4px;
	padding:10px;
	
}
.gbook-list .text{
	height:50px;
}
.gbook-list .text2{
	height: 100px;
}
.gbook-list .input{
	width:427px;
	height:50px;
	background: #F29B2B;
	border-radius: 4px;
	border:none;
	color:#FFFFFF;
	font-size:18px;
	cursor: pointer;
	
}
.hezuo{
	padding:40px;
	
}
.hezuo ul{
	margin-left:-30px;
}
.hezuo li{
	float:left;
	margin:23px 0 0 30px;
	width:200px;
	border:1px solid #E4E4E4;
	border-radius:5px;
	padding:2px;
	height: 104px;
	overflow: hidden;
}
.hezuo li:hover{
	-moz-box-shadow:0px 0px 10px #ccc;/*firefox*/  
    -webkit-box-shadow:0px 0px 10px #ccc;/*webkit*/  
    box-shadow:0px 0px 10px #ccc;/*opera或ie9*/  
}
.wenhua{
	padding:40px;
	
}
.wenhua ul{
	margin-left:-30px;
	
}
.wenhua li{
	width:198px;
	float:left;
	margin:23px 0 0 30px;
	
}
.case-map{
	width:1100px;
	margin:0 auto;
	padding:40px 0 0 0;
}
.case-map img{ vertical-align:bottom;}
.case-content{
	border:1px solid #F0E9DE;
	background:#FBF7F1;
	padding:40px;
	
	width:1100px;
	margin:0 auto;
	margin-bottom:40px;
}
.case-content .title{
	
	background:url(../images/ico-7.png) left center no-repeat;
	padding:10px 0;
	padding-left:30px;
	font-size:24px;
}
.case-content .content{
	line-height:35px;
	font-size:14px;
	color:#888;
	padding:20px 0;
}



.picScroll-left{
	max-width:1200px;
	min-width:960px;
	margin:0 auto;
	height:348px;
	position:relative}
		.picScroll-left .hd{ overflow:hidden;  height:0px;}
		.picScroll-left .hd .prev,.picScroll-left .hd .next{width:18px;height:30px; position:absolute;top:68px; cursor:pointer;}
		.picScroll-left .hd .prev{left:-45px; background:url(../images/left.png) no-repeat;}
		.picScroll-left .hd .next{right:-45px; background:url(../images/right.png) no-repeat;}
		.picScroll-left .hd ul{ overflow:hidden; zoom:1; margin-top:10px; zoom:1; position:absolute;bottom:-10px;left:0;width:100%; text-align:center}
		.picScroll-left .hd ul li{ display:inline-block; width:40px; height:3px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:#ccc;}
		.picScroll-left .hd ul li.on{ background:#FF8702; }
		.picScroll-left .bd{}
		.picScroll-left .bd ul{ overflow:hidden; zoom:1;}
		.picScroll-left .bd ul li{ 
		text-align: center;
	/*height:308px;*/
	height:auto;
	overflow:hidden;
	background: #fff;
	float:left;
	width:288px;
	margin:0 16px 0 0;
	padding-bottom:12px;
		 }
		
		

.picScroll-left .bd ul li .con{
	padding:10px;
}
.picScroll-left .bd ul li .con .tit{
	margin-top:10px;
	font-size:15px;
	font-weight:bold;
	height:24px;
	line-height:24px;
	padding:0 10%;
	overflow:hidden;
	text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;
}
.picScroll-left .bd ul li .con .des{
	font-size:12px;
	color:#666;
	height:20px;
	line-height:20px;
	overflow: hidden;
	margin-top:10px;
	text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;
}
.picScroll-left .bd ul li .bot{
	margin-top:10px;
}
.picScroll-left .bd ul li .bot .time{
	font-size:13px;
	color:#999;
}
.picScroll-left .bd ul li .bot .click{
	background: url(../images/ico-3.png) left center no-repeat;
	padding-left:30px;
	margin-left:20px;
	font-size:13px;
	color:#999;
}

p.upjl{width:100%;margin-top:30px;}
a.modalLink{width:144px;height:37px; line-height:37px; text-align:center;color:#fff; background:#CA9047;border-radius:4px; display:inline-block}

.pingjia-box{ background:#fff;margin:0 auto;width:1200px;}
.pingjia-form{padding:30px;}
.pingjia-form td{padding:8px 0;}
.pingjia-form .input-text{border-radius:3px;height:35px;border:1px solid #BABFCC;padding:10px;}
.pingjia-form .button{width:150px;height:35px; background:#F29B2B;color:#fff;font-size:15px;border:none;border-radius:3px;margin-left:32px;}

.pingjia-list{padding:30px;}
.pingjia-list li{width:100%;float:left;border-top:1px solid #eee;padding:15px 0;}
.pingjia-list li .name{font-size:15px;color:#888;}
.pingjia-list li .con{ line-height:25px;font-size:14px;padding:15px 0;}
.pingjia-list li .huifu{ line-height:25px;font-size:13px;padding:0 0 15px 0;color:#F30;}
.pingjia-list li .time{font-size:12px;color:#888;padding-left:15px;}