/*--public--*/
.wrapper{margin:0 auto;width:1200px;}
.wrap-title{position:relative;z-index:99;margin:0 auto;padding-bottom:30px;width:1200px;text-align:center;overflow:hidden;animation:fadeinT 1s ease-out backwards;transition:all 1s;}
.wrap-title h3{position:relative;height:50px;line-height:50px;font-weight:normal;font-size:32px;color:#333;}
.wrap-title h3 i{display:block;position:absolute;top:20px;width:518px;height:18px;opacity:0.5;}
.wrap-title h3 i.i1{background:url(../images/Common/title_l.png) no-repeat;}
.wrap-title h3 i.i2{background:url(../images/Common/title_r.png) no-repeat;}
.wrap-title h3 a{color:#333;}
.wrap-title h3 em{color:#004da1;font-size:46px;}
.wrap-title p{height:25px;line-height:25px;font-size:17px;color:#666;}
.wrap-title:hover{transform:translateY(-20px);}
.wrap-title.white *{color:#fff;}
/*--end public--*/


/* --photos-- */
.photos{padding:60px 0;overflow:hidden;background:#fff;}
.photos-slide{position:relative;margin:0 auto;width:838px;}
.photos-slide .tempWrap{overflow:visible !important;}
.photos-slide .item{position:relative;margin-right:20px;width:838px;height:523px;text-align:center;overflow:hidden;opacity:0.65;}
.photos-slide .item.cur{opacity:1;}
.photos-slide .pic{width:838px;height:523px;overflow:hidden;}
.photos-slide .pic img{display:block;width:838px;height:523px;}
.photos-slide .tit{position:absolute;z-index:3;left:0;bottom:0;width:100%;height:60px;line-height:60px;font-size:14px;color:#fff;background:rgba(0,0,0,0.5);}
.photos-slide .hd{margin-top:30px;height:9px;text-align:center;overflow:hidden;}
.photos-slide .hd li{display:inline-block;margin:0 4px;width:9px;height:9px;text-indent:-9999px;background:#666;border-radius:50%;}
.photos-slide .hd li.cur{background:#eb5307;}
.photos-slide .prev,.photos-slide .next{position:absolute;z-index:3;top:0;width:838px;height:100%;cursor:pointer;}
.photos-slide .prev{right:858px;}
.photos-slide .next{left:858px;}
/* --end photos-- */
