@charset "utf-8";
/* CSS Document */
/**
 * @description: 网站内页样式
 * @author: ishang_pan
 * @update: ishang_pan (2020-05-26 10:36)
 */

/*common*/
.is-main{margin:0 auto 10px;width:1200px;}
.m-titlestyle2{width: 100%; height: 40px; line-height: 40px; background: #f6f6f6;}
.m-titlestyle2 a,.m-titlestyle2 span{display: inline-block; padding: 0 23px; font-size: 16px; background: #066fc6; color: #fff; font-weight: bold; float: left;}

/*list*/
/*领导之窗 on*/
.m-lleaderleft{width: 900px; height: 488px;}
.m-lleadername{width: 196px; text-align: center;}
.m-lleadername img{display: block; width: 100px; margin: 0 auto; padding: 4px; border: 1px solid #ddd;}
.m-lleadername p{line-height: 25px; font-size: 15px; color: #f00;margin:5px 0}
.m-lleadername a{display: block; width: 119px; line-height: 37px; height: 37px; background: url(../images/page_old/btn_bg3.png) no-repeat; color: #e60011; margin: 0 auto; text-align: left; text-indent: 47px;}
.m-lleadername span{line-height: 30px; font-size: 12px;}
.m-lleaderdesc{width: 700px;}
.u-lleaderti{width: 100%; height: 38px; line-height: 37px; border-bottom: 1px solid #ddd;}
.u-lleaderti span{display: inline-block; padding: 0 18px; float: left; font-size: 16px; color: #066fc6; font-weight: bold; border-bottom: 2px solid #066fc6;}
.m-lleaderfgbd{height: 90px; position: relative; margin: 6px 0 0 10px;}
.m-lleaderfgbd p,.m-lleaderjjbd p{line-height: 30px;}
.m-lleaderjjbd{height: 300px; position: relative; margin: 6px 0 0 10px;}
.m-lleaderright{width: 261px; }
.m-lleaderright .hdE1{width: 261px; height: 45px; overflow: hidden;}
.m-lleaderright .hdE1s{width: 285px; height: 45px; zoom: 1;overflow:auto;}
.m-lleaderright .hdE1s a{display: block; width: 120px; height: 45px; line-height: 45px; text-align: center; font-size: 16px; color: #066fc6; background: #e6e6e6; float: left; margin-right: 20px;}
.m-lleaderright .hdE1s a.aon{background: #066fc6; color: #fff;}

.m-lleaderright .m-liftgE1 ul{padding: 10px;font-size:14px;}
.m-lleaderright .m-liftgE1 ul li{width: 100%;line-height: 25px;padding:10px 0; border-bottom: 1px dashed #ddd; float: left;}
.m-lleaderright .m-liftgE1 ul li a{display: block; background: url(../images/page/interaction_icon.png) 11px -318px no-repeat; }
.m-lleaderright .m-liftgE1 ul li.u-active a{color: #066fc6; font-weight:bold;}
.m-lleadership{margin: 20px 0;}
.m-lleadership ul{padding: 6px 10px 0 0;height: 320px;overflow: auto;}
.m-liststyle ul li{background: url(/dist/images/public/icon-li.png) 5px center no-repeat;padding-left: 20px;height: 40px;line-height: 40px;}
.m-liststyle ul li span{float: right;font-size: 14px;color: #999999;}
.m-lleaderimg{height: : 1160px; height: 187px; margin-top: 15px; overflow: hidden;}
.m-lleaderimg-bd ul li{width: 224px; height: 187px; text-align: center; float: left; margin-right: 10px;}
.m-lleaderimg-bd ul li div{width: 224px; height: 155px; position: relative; overflow: hidden;}
.m-lleaderimg-bd ul li img{width: 224px; height: 155px; displ242px;}
.m-lleaderimg-bd{widthay: block; -webkit-transform: scale(1.12); transform: scale(1.12); -webkit-transition: -webkit-transform 0.35s, opacity 0.35s; transition: transform 0.35s, opacity 0.35s;}
.m-lleaderimg-bd ul li p{line-height: 32px;}
.m-lleaderimg-bd ul li a:hover img{ opacity: 0.8; -webkit-transform: scale(1); transform: scale(1);}
/*领导之窗 end*/

/*滚动条样式 on*/
.m-lleadership ul::-webkit-scrollbar{width: 6px; height: 6px;}
.m-lleadership ul::-webkit-scrollbar-track{background: #f0f0f0;}
.m-lleadership ul::-webkit-scrollbar-thumb{background: #d6d6d6; width: 6px !important; border-radius: 3px; overflow: hidden;}
.m-lleadership ul::-webkit-scrollbar-button{display: none;}
/*滚动条样式 end*/

/*media query*/
/*big pcScreen*/
@media screen and (max-width:1400px) {

}
/*medium pcScreen lg*/
@media screen and (max-width: 1200px) {
   

}
/*pad md*/
@media screen and (max-width: 991px ){
	
}
/*phone sm*/
@media screen and (max-width: 767px) {


}
/*small xs*/
@media screen and (max-width: 638px) {
    


}
/*print*/
@media print {
   
}