
/* CSS Document */
a{color: inherit;}

/*关于我们*/
.about{ background:#fdfdf9; padding-bottom:70px;}
.about .about_bt{ font-size:31px; font-weight:bold; color:#2361ad; text-align:center; margin-top:60px;}
.about .about_fbt{ font-size:18px; font-weight:bold; color:#000; text-align:center; margin:15px auto 30px;}
.about_text{ font-size:14px; color:#292929; line-height:30px; padding-bottom:20px; }
.about_img{ height:auto; margin-bottom:10px;}
.about_img img{ width:100%;}

.honor{ background: url(../image/honor_bg.jpg); padding:20px 0 70px; }
.honor_bt{ font-size:31px; font-weight:bold; text-align:center; height:110px; line-height:110px; color:#000;}
.picScroll-left{ ; position:relative; }
.picScroll-left .hd{ position:relative;}
.picScroll-left .hd .prev,.picScroll-left .hd .next{position:absolute; display:block;  width:67px; height:67px; overflow:hidden; cursor:pointer; background:url(../image/arrow.png) no-repeat; top:120px; }
.picScroll-left .hd .next{ right:-70px; background-position:0 -67px;   }
.picScroll-left .hd .prev{ left:-60px; background-position:0 0;}
.picScroll-left .hd .next:hover{ background-position:-67px -67px;   }
.picScroll-left .hd .prev:hover{ background-position:-67px 0;}
.picScroll-left .hd a{ transition:none; -webkit-transition: none;}

.picScroll-left .bd { overflow:hidden; zoom:1; margin-left:35px; }
.picScroll-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picScroll-left .bd ul li .pic{ text-align:center; background:#fff; height:286px; width:100%; text-align:center; overflow:hidden; }
.picScroll-left .bd ul li .pic img{ height:100%; }
.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }

@media (min-width: 769px) and (max-width: 1024px)  {
	.picScroll-left .hd{
		display: none;
	}

}

@media screen and (max-width: 768px) {
	.about .about_bt{ font-size:28px;}
	.picScroll-left .bd {  margin-left:0; }
	.picScroll-left .bd ul li .pic{ height:100px; }
	.picScroll-left .hd{
		display: none;
	}
}
