/*
	text-overflow: ellipsis;
	white-space: nowrap;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-background-clip: content;
	-moz-background-clip: content;
	background-clip: content;
	
	box-shadow: 0px 0px 5px rgba(153,153,153,0.5);		
	
*/
/* 全局  */
@charset "UTF-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img {
	border: medium none;
	margin: 0;
	padding: 0;
}
*{margin: 0px;padding: 0px;}
html{overflow-x: hidden;}
body{font-family: "microsoft yahei";background:#fff;font-size: 12px;color:#666;}
input, textarea{-webkit-tap-highlight-color: rgba(255,255,255,0);}
i{font-style:normal;}
a{outline: none;-webkit-appearance: none;-webkit-tap-highlight-color: rgba(255,255,255,0);font-family: "microsoft yahei";text-decoration: none;color: #666;}
input[type="button"], input[type="submit"], input[type="reset"]{-webkit-appearance: none;}
a:visited{color: #666;outline: none;}
a:hover{color: #fc8b1c;outline: none;}
a:active{color: #666;outline: none;}
ul, ol{list-style: none;vertical-align: middle;}
img{border: 0px;vertical-align:middle}
.fl{float: left;display: inline;}
.fr{float: right;display: inline;}
.clear{ clear:both; overflow:hidden; height:0;}
.h5{ height:5px;}
.h10{ height:10px;}
.h15{ height:15px;}
.h20{ height:20px;}
.h25{ height:25px;}
.h30{ height:30px;}


.clamp1{
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp2{
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp3{
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp4{
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp5{
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 5 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp6{
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 6 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/**
 * 框架部分 begin
 * @author 杨朝杰
 * @return
 */	
#mobileTop{clear:both; position:relative; z-index:9;}
#mobileCon{overflow:hidden;overflow-y: auto;clear:both; background:#fff; position:relative;z-index:4;}
#mobileFooter{clear:both; position:fixed; bottom:0; width:100%; z-index:3;}
/*#mobileMenu{
    height:80%;
    display:none;
    position:fixed; 
    top:10%;
    width:90%;
    z-index:9999;
    background:#fff;
    left: 5%; 
    overflow:hidden;
    overflow-y: auto;
}*/
#mobileBg{width:100%; height:100%;position:fixed;background:rgba(0,0,0,0.5) url(../images/closeWhite1.png) no-repeat right top;background-size:40px 40px;z-index:50;left:0;top:0px; z-index:10; display:none;}
#mobileConH{overflow:hidden;}
#mobileCon.hide{overflow: hidden;}
#mobileMenu.hide{
    /*-webkit-animation: menu 0.5s linear;
    -o-animation: menu 0.5s linear;
    animation: menu 0.5s linear;
    display: block;*/
}/*导航展开*/

@-webkit-keyframes menu{
    0%  {transform: scale(1.2);}
    100%{transform: scale(1);}
}
@-moz-keyframes menu{
    0%  {transform: scale(1.2);}
    100%{transform: scale(1);}
}
@-o-keyframes menu{
    0%  {transform: scale(1.2);}
    100%{transform: scale(1);}
}
@keyframes menu{
    0%  {transform: scale(1.2);}
    100%{transform: scale(1);}
}

#mobileMenu.show{}/*导航关闭*/
#mobileBg.hide{-webkit-transition: all 0.6s;-webkit-transform: translateX(0px);}
#mobileBg.show{-webkit-transition: all 0.6s;-webkit-transform: translateX(0px);}

/**
 * 手机顶部
 * @author 杨朝杰
 * @return
 */	
#toolbarnav{display: block;height:45px;width: 100%;max-width:100%;position: relative;color:#fff;background:#fff;}
#toolbarnav h1{text-align:center;display: block;font-weight:normal;line-height: 45px;color: #272727;font-size: 16px;padding:0 10px 0 0;}
#toolbarnav h1 a{float: left;}
#go-back{position: absolute;top:0;width: 50px;height:45px;display:block;left:0;}
#go-back span{color:#666;font-size:24px;display:block;margin:10px 0 0 12px;}
#menu-btn{display: block;width: 50px;height: 40px;position: absolute;right:0;top:0;}
#menu-btn span{font-size: 28px;color: #7d7d7d;margin:10px 0 0 12px;display: block;}
#menu-btn em{font-size: 28px;color: #7d7d7d;margin:10px 0 0 12px;display: none;}
#sub-btn{display: block;width: 50px;height: 45px;position: absolute;right: 0;top: 0;}
#sub-btn span{font-size: 20px;color: #fff;margin: 12px 0 0 16px;display: block;}
#toolbarnav h1 a{
    display: inline-block;
    overflow: hidden;
    height: 35px;
    padding: 5px 0px;
    margin-left: 10px;
}
#toolbarnav h1 a img{
    display: block;
    height: 35px;
}
#toolbarnav:after{
    display: block;
    content: "";
    overflow: hidden;
    width: 100%;
    border-bottom:1px solid #ddd;
    -webkit-transform: scaleY(0.3);
    -ms-transform: scaleY(0.3);
    -o-transform: scaleY(0.3);
    transform: scaleY(0.3);
    position: absolute;
    left: 0px;
    bottom:0px;
}
/**
 * 一级导航
 * @author 杨朝杰
 * @return
 */	
/*#mobileMenu header{display:block;background:#000;height:40px;}
#mobileMenu header h1{text-align: center;padding-top: 10px;color: #fff;font-size: 16px;text-shadow: 1px 1px 0px #313131;}
#mobileMenu ul{height: 100%;}
#mobileMenu ul li{display: block;overflow:hidden;text-align: center;position: relative;}
.nav_a{
	display: block;
	color: #666;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position:relative;
    text-align: center;
}
#mobileMenu ul li.hover .nav_a{
    background: #f0f2f1;
}
#mobileMenu ul li:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom:0px;
    width: 100%;
    height: -1px;
    border-bottom: 1px solid #d5d5d5;
    -webkit-transform-origin: scaleY(0.5);
    transform-origin: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}	
.mobileMenuBox{
    position: relative;
    height: 100%;
    overflow: hidden;
}
.mobileMenuBox ul{
    width: 100%;
    position: absolute;
    left: 0px;
    top:10px;
    bottom:50px;
    overflow-x: hidden;
    overflow-y: auto;
}
.goHome{
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom:0px;
    background: #5bd28e;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color:#fff !important;
}
.subNav{
    display: none;
    overflow: hidden;
    text-align: left;
    padding-left: 15px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.subNav a{
    display:block;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color:#777;
}
#mobileMenu ul li.hover .subNav{
    display: inline-block !important;
}
#mobileMenu ul li a em{display: none;width:2px;height: 43px;float: left;background: #1d1d1d;}
#mobileMenu ul li a span{
    display: inline-block;
    position: relative;
    padding:0 0 0 15px;
    line-height: 37px;
    padding-top: 3px;
    height: 37px;
    font-size: 14px;
    color:#272727;
}
#mobileMenu ul li a span:before{
    display: none;
    content: "\e68b";
    width: 15px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top:0px;
    font-size: 14px;
    color:#5bd28e;
    line-height: 40px;
    /*padding-top: 2px;
    text-align: left;
    border:none;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0.5;
}

#mobileMenu ul li.hover a span:before{display: block;}
#mobileMenu ul li.hover a span{color:#5bd28e;}
*/
/**
 * 二级导航
 * @author 杨朝杰
 * @return
 */	
#mobileSubNav{height:40px;position:relative;z-index:3;margin:0 auto;}
.mobileSubNav_title{height:40px;position:relative;z-index:9; width:100%;text-align: center;}
.mobileSubNav_title a{
    display: block;
    height: 40px;
    overflow: hidden;
    background: #3e6faa;
    text-align: center;
}
.mobileSubNav_title a span{
    display: inline-block;
    padding-right: 25px;
    overflow: hidden;
    font-size: 14px;
    color:#fff;
    font-weight: bold;
    position: relative;
    line-height: 40px;
}
.mobileSubNav_title a span:after{
    display: block;
    content: "\e6cd";
    overflow: hidden;
    width: 25px;
    height: 40px;
    position: absolute;
    right: 0px;
    top:0px;
    font-size: 22px;
    color:#fff;
    line-height: 40px;
    /*padding-top: 2px;*/
    font-weight: normal;
    text-align: right;
    border:none;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#mobileSubNav dl{
    width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0px;
    top:40px;
    overflow-x: hidden;
    overflow-y:auto;
    z-index: 2;
    background: rgba(255,255,255,0.9);
    display: none;
}
#mobileSubNav dl dd{
    width: 50%;
    overflow: hidden;
    height: 35px;
    line-height: 35px;
    position: relative;
    float: left;
    display: inline;
}
#mobileSubNav dl dd:after{
    display: block;
    content: "";
    overflow: hidden;
    width: 100%;
    height: 1px;
    background: #dadad9;
    position: absolute;
    left: 0px;
    bottom:0px;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    -o-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
#mobileSubNav dl dd a{
    display: block;
    overflow: hidden;
    font-size: 12px;
    color:#272727;
    text-align: center;
}
#mobileSubNav dl dd.hover a{
    color:#3e6faa;
}
#mobileSubBg{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0,0,0,0.5);
    position: absolute;
    left: 0px;
    top:40px;
    display: none;
}

.searchBt{
    display: block;
    width: 50px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top:0px;
    background: url(../images/searchBt.png) no-repeat center center;
    background-size: 18px 15px;
}
.searchBox{
    overflow: hidden;
    padding: 0px 60px 0px 10px;
    position: relative;
}
.searchInp{
    width: 100%;
    height: 35px;
    overflow: hidden;
    border:1px solid #bbb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    -ms-border-radius: 3px 0px 0px 3px;
    -o-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
    padding: 0px 5px;
    font-size: 12px;
    color:#666;
    line-height: 35px;
    outline: none;
}
.searchBt_a{
    display: block;
    width: 50px;
    height: 35px;
    overflow: hidden;
    -webkit-border-radius: 0px 3px 3px 0px;
    -moz-border-radius: 0px 3px 3px 0px;
    -ms-border-radius: 0px 3px 3px 0px;
    -o-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
    position: absolute;
    right: 10px;
    top:0px;
    background: #bbbbbb url(../images/searchBt_a.png) no-repeat center center;
    background-size: 20px 20px;
}
.closeType{
    position: absolute;
    left: 0px;
    bottom:0px;
    overflow: hidden;
    padding: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}
.closeType span{
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
    text-align: center;
    line-height: 40px;
    font-size: 12px;
    color:#272727;
    border:1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
}


/**
 * 固定的底部
 * @author 杨朝杰
 * @return
 */	
.footerBar{
	font-size:12px;
	overflow: hidden;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: content;
	-moz-background-clip: content;
	background-clip: content;
	width: 100%;
	height:48px;
	box-shadow:2px 0 8px #d9d8d8;
    background:#272727;
}
.footerBar div{
	height: 48px;
	width:25%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: content;
	-moz-background-clip: content;
	background-clip: content;
	text-align: center;
	overflow:hidden;
}
.footerBar div a{display: block;height:38px;width: 100%;color:#999;padding:5px 0 ;border-left: 1px solid #000;}
.footerBar div a em{display:block;height: 15px;clear: both;font-size: 18px;color:#fff;text-align: center;margin: 0 auto;padding:0px 0 5px 0;}
.footerBar div a span{display: block;clear: both;font-size:12px;text-align: center;color:#fff;}
.footerBar div i{height: 15px;font-size: 20px;margin: 10px 0 0 0;display: block;}

.footerBar div a em.footHome{
    background: url(../images/home.png) no-repeat center center;
    background-size: 17px 15px;
}
.footerBar div a em.footProject{
    background: url(../images/footProject.png) no-repeat center center;
    background-size: 16px 15px;
}
.footerBar div a em.footProduct{
    background: url(../images/footProduct.png) no-repeat center center;
    background-size: 20px 15px;
}
.footerBar div a em.footCantact{
    background: url(../images/footCantact.png) no-repeat center center;
    background-size: 15px 15px;
}

/*底部颜色*/
.footerBar.black{background:#2b2b2b;}
.footerBar.black div{border-left: 1px solid #454545;}
.footerBar.black div a{border-left: 1px solid #000}

.footerBar.white{background:#fff;}
.footerBar.white div{border-left: 1px solid #f5f5f5;}
.footerBar.white div a{border-left: 1px solid #fff}

.footerBar.blue{background:#1370a5;}
.footerBar.blue div{border-left: 1px solid #094f77;}
.footerBar.blue div a{border-left: 1px solid #3686b3; color:#fff;}

.footerBar.red{background:#a30303 ;}
.footerBar.red div{border-left: 1px solid #7c0404;}
.footerBar.red div a{border-left: 1px solid #c40606; color:#fff;}

.footerBar.green{background:#327010 ;}
.footerBar.green div{border-left: 1px solid #225506;}
.footerBar.green div a{border-left: 1px solid #348c04; color:#fff;}

.footerBar div:first-child{border:none;}
.footerBar div:first-child a{border:none;}
/**
 * 返回顶部
 * @author 杨朝杰
 * @return
 */	
#scrollTop{
	width:35px;
	height:35px;
	border-radius:100%;
	background:rgba(0,0,0,0.8);
	position: fixed;
	right:10px;
	bottom:60px;
	z-index:9999;
	display:none;
	}
#scrollTop em{
	display:block;
	font-size:20px;
	color:#fff;
	margin:8px 0 0 7px;
	}


/**
 * page
 * @author 杨朝杰
 * @return
 */
.page{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;display: -webkit-box;display: -moz-box;display: -webkit-flex;display: -ms-flexbox;display: box;display: flex;padding:0 8px 10px 8px;}
.page a, .page span{-webkit-box-flex: 1;-moz-box-flex: 1;box-flex: 1;-webkit-flex-grow: 1;flex-grow: 1;-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;display: block;border: 1px solid #ddd;-webkit-border-radius: 3px;border-radius:3px;margin: 5px 5px;text-align: center;color: #7f8487;text-decoration: none;line-height: 40px;background:#fff;}
.page .select-change-container{position: relative}
.page .select-change-container select{position: absolute;width: 100%;opacity: 0;top: 0;left: 0;height: 40px;-webkit-appearance: none;-moz-appearance: none;appearance: none;text-indent: 45px}
.page .select-change-container .select-page-num{display: block;height: 30px;line-height: 30px}
.page .select-change-container .select-page-num::after{content: '';display: block;border-top: 5px solid #ddd;border-left: 5px solid transparent;border-right: 5px solid transparent;border-bottom: 5px solid transparent;position: absolute;top: 50%;margin-top: -2px;right: 10px}
.page .prev-page{margin-left: 0;color:#1370a5;}
.page .next-page{margin-right: 0;color:#1370a5;}
.page .disabled{color: #ddd!important}
.page span{background: #fff;border: 0}
.page .next{display: block;text-align: center}

.ajaxLoad{
	color:#666;
	height:40px;
	line-height:40px;
	text-align:center;
	clear:both;
	position:relative;
	background:#fff;
	margin:0 8px 8px 8px;
	}
.ajaxLoad span{
	height:40px;
	display: inline-block;
	padding:0 0 0 30px;
	background:url(../images/loading2.gif) no-repeat left center;
	background-size:20px;
	}

/**
 * 文章阅读页
 * @author 杨朝杰
 * @return
 */	
.articleBox{line-height:22px;color:#888;box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.1);padding:10px;font-size:12px;background:#fff;}
.articleBox img{max-width:100%;}
.articleTitle{clear: both;text-align: center;padding:5px 10px 0 10px;line-height: 35px;font-size: 16px;}
.articleTime{display: block;clear: both;text-align: center;color: #999;font-size:11px;padding:0 0 5px 0;}
.articlePage{
    overflow: hidden;
    padding: 5px 10px;
}
.articlePage a{
    display: block;
    height: 25px;
    overflow: hidden;
    line-height: 25px;
    font-size: 12px;
    color:#888;
}
/**
 * 全文列表
 * @author 杨朝杰
 * @return
 */	
.list_dl{
    overflow: hidden;
}
.list_dl dd{
    padding: 10px;
    overflow: hidden;
}
.list_dl dd .ind2ndDeta{
    padding: 0px;
}
.list_dl dd:nth-child(2n+2){
    background: #f0f2f1;
}
.list_a{
    display: block;
    overflow: hidden;
    position: relative;
    padding-right: 40px;
}
.listTime{
    width: 40px;
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top:0px;
    text-align: right;
}
.listTime p{
    height: 100%;
    width: 100%;
    display: table;
}
.listTime p i{
    display: table-cell;
    vertical-align: middle;
    font-size: 10px;
    color:#999;
}
.listTime p i span{
    font-size: 12px;
}
.list_a:hover .ind2ndName{
    color:#5bd28e;
}
.list_a:hover i,
.list_a:hover i span{
    color: #5bd28e;
}
.haveImg .list_a{
    padding: 0px 0px 0px 130px;
}
.haveImg .ind2ndDeta{
    height: 80px;
}
.listImg{
    width: 120px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top:0px;
}
.listImg span{
    display: block;
    width: 100%;
    overflow: hidden;
    padding-top: 66.6666666666667%;
    position: relative;
}
.listImg span img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top:0px;
}
.listMore{
    font-size: 10px;
    color:#999;
}
.haveImg:hover .listMore,
.haveImg .listMore{
    background: none;
}
.haveImg dd{
    background: none !important;
    position: relative;
    z-index: 2;
}
.haveImg dd:after{
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom:0px;
    z-index: 2;
    background: #e9e9e9;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    -o-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

/**
 * 图文列表
 * @author 秦文
 * @return
 */ 
/*
* 全图 begin
*/
.img_dl{
    overflow: hidden;
    padding: 5px;
}
.img_dl dd{
    width: 50%;
    overflow: hidden;
    float: left;
    display: inline;
    padding:5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.Img_a{
    display: block;
    border: 1px solid #d4d4d4;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.imgDiv{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.style1 .imgDiv{
    padding-top: 72.7272727%;
}
.style2 .imgDiv{
    padding-top: 137.662338%;
}
.imgDiv img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top:0px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.Img_a:hover .imgDiv img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
#fancybox-buttons{
    background: none !important;
    bottom:0px !important;
}
.style3{
    overflow: visible !important;
}
.imgDeta{
    padding: 30px;
    overflow: hidden;
}
.style3 dd{
    overflow: visible;
}
.style3 .Img_a{
    border:none;
    border-bottom:1px solid #d4d4d4;
}
.style4 .Img_a{
    border:none;
}
.style4 .imgDiv,
.style3 .imgDiv{
    padding-top: 66.666666666667%;
}
.style3 .Img_a:hover{
    border-color:#fff;
    -webkit-box-shadow: 0px 2px 8px rgba(142,142,142,0.54);
    box-shadow: 0px 2px 8px rgba(142,142,142,0.54);
}
.style4 .Img_a:hover .listName,
.style3 .Img_a:hover .listName{
    color:#5bd28e;
}
.style4 .Img_a:hover .indMore{
    background: #5bd28e;
    color:#fff !important;
}

/**
 * 图文列表
 * @author 杨朝杰
 * @return
 */	
.newsTextImg2_dl{
    overflow: hidden;
}
.newsTextImg2_dl dd{
    padding:10px;
    border-top:1px solid #f5f5f5;
    border-bottom:1px solid #f5f5f5;
    position: relative;
    background: #fff;
    margin-bottom: 10px;
}
.newsTextImg2_a{
    display: block;
    overflow: hidden;
    position: absolute;
    left: 20px;
    top:10px;
}
.newsTextImg2_a p{
    width: 90px;
    height: 120px;
    overflow: hidden;
    position: relative;
    padding: 5px 5px 5px 0px;
}
.newsTextImg2_a p img{
    display: block;
    width: 90px;
    height: 120px;
    z-index: 2;
    position: relative;
}
.newsTextImg2_a p em{
    display: block;
    width: 80px;
    height: 130px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    bottom:0px;
    background: #4a4a4a;
}
.newsTextImgDeta2{
    height: 130px;
    overflow: hidden;
    margin-left: 115px;
}
.newsTextImgName2{
    font-size: 14px;
    color:#444;
}
.newsTextImgTime2{
    display: block;
    font-size: 12px;
    color:#888;
    overflow: hidden;
    padding: 5px 0px 15px;
}
.newsTextImgIntr2{
    height: 60px;
    overflow: hidden;
    font-size: 10px;
    color:#888;
    line-height: 20px;
    padding-top: 10px;
    position: relative;
}
.newsTextImgIntr2 em{
    display: block;
    width: 40px;
    height: 2px;
    overflow: hidden;
    background: #4a4a4a;
    position: absolute;
    left: 0px;
    top:0px;
}
/**
 * 首页banner图
 * @author 杨朝杰
 * @return
 */
.bannerBox{ position:relative; overflow:hidden; max-width:100%; min-height:120px;}
.bannerBox .hd{width:100%; text-align:center; position:absolute; height:28px; line-height:28px; bottom:0;left:0; z-index:1; }
.bannerBox .hd li{
	display:inline-block; 
	width:10px;
    height: 10px;
	text-indent:-9999px; 
	overflow:hidden; 
	margin:0 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background: #8ea7c4;
	}
.bannerBox .hd li.on{
	background:#3e6faa;
	}
.bannerBox .bd{ position:relative; z-index:0; }
.bannerBox .bd li{ position:relative; text-align:center;  }
.bannerBox .bd li img{ background:url(images/loading.gif) center center no-repeat;  vertical-align:top; width:100%;}
.bannerBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  }	


/* 分享 */
.shareBt{
	display: inline-block;
	width: 20px;
	position: relative;
}
.shareBt:after{
	display: block;
	content: "";
	overflow: hidden;
	width: 100%;
	padding-top: 100%;
	background: url(../images/share/share.png) no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	bottom:-4px;
}
.shareBox{
	width:100%;
	overflow: hidden;
	background: #fff;
	position: fixed;
	left: 0px;
	bottom:-100%;
	z-index: 10000;
	-webkit-transition: bottom 0.8s;
	-o-transition: bottom 0.8s;
	transition: bottom 0.8s;
	padding:0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
.shareBox.show{bottom:0px;}
.shareCont{overflow: hidden;padding:10px 0px 5px;}
.bdsharebuttonbox p{
	display: block;
	width:20%;
	overflow: hidden;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:5px;
	}
.bdsharebuttonbox a{display: block;width: 100%;overflow: hidden;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;margin:0px !important;padding: 0px 10px !important;background: none !important;height: auto !important;}
.bdsharebuttonbox span{display: block;width: 100%;overflow: hidden;padding: 0px 15px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.bdsharebuttonbox i{clear:both;display: block;font-size: 10px;color:#666;text-align: center;overflow: hidden;margin:5px 0px;}
.boxShadow{position: fixed;left: 0px;top:0px;width: 100%;height: 100%;overflow: hidden;background: rgba(0,0,0,0.6);z-index: 999;display: none;}
.bdsharebuttonbox a:before{display: block;content: "";overflow: hidden;width: 100%;padding-top: 100%;}

.bdsharebuttonbox a.bds_tsina:before{
	background: url(../images/share/shareBt1.png) no-repeat center center;
	background-size:100%;
}
.bdsharebuttonbox a.bds_tqq:before{
	background: url(../images/share/shareBt2.png) no-repeat center center;
	background-size:100%;
}
.bdsharebuttonbox a.bds_qzone:before{
	background: url(../images/share/shareBt3.png) no-repeat center center;
	background-size:100%;
}
.bdsharebuttonbox a.bds_douban:before{
	background: url(../images/share/shareBt4.png) no-repeat center center;
	background-size:100%;
}
.bdsharebuttonbox a.bds_sqq:before{
	background: url(../images/share/shareBt6.png) no-repeat center center;
	background-size:100%;
}

/*
* 第一通栏
*/
/*
* footer
*/
.footer{
    position: relative;
    overflow: hidden;
    background: #fff;
    padding:10px;
    text-align: center;
    font-size: 12px;
    color:#9c9c9c;
    line-height: 20px;
}
.footer img{
    height: 35px;
    padding-bottom: 5px;
}

/*
* 产品详情
*/
.proViewSlide{
    overflow: hidden;
    position: relative;
}
.proViewSlide dl dd p img{
    display: block;
    width: 100%;
}
.proViewSlide .hd{
    overflow: hidden;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 5px;
}
.proViewSlide .hd ul{
    display: inline-block;
    overflow: hidden;
}
.proViewSlide .hd ul li{
    width: 6px;
    height: 6px;
    overflow: hidden;
    background: #fff;
    float: left;
    display: inline;
    margin:0px 4px;
    text-indent: -10000px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
.proViewSlide .hd ul li.on{
    background: #ed1c23;
}
.proDeta{
    padding: 0px 10px;
    overflow: hidden;
}
.proIntr{
    overflow: hidden;
    font-size: 12px;
    color:#666;
    line-height: 20px;
    padding: 10px 0px;
}
.proIntr img{
    max-width: 100%;
}
.proTit{
    height: 30px;
    overflow: hidden;
    background: #ababab;
    padding: 0px 10px;
    line-height: 30px;
    font-size: 12px;
    color:#fff;
}

/*
* subBanner
*/
.subBanner{
    display: block;
    overflow: hidden;
}
.subBanner a{
    display: block;
    overflow: hidden;
}
.subBanner a img{
    display: block;
    max-width: 100%;
}

/*
* 案例中心
*/
.case_dl{
    overflow: hidden;
    padding: 5px;
    position: relative;
}
.case_dl dd{
    width: 50%;
    overflow: hidden;
    float: left;
    display: inline;
    position: absolute;
    left: 0px;
    top:0px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.case_a{
    display: block;
    overflow: hidden;
    background: #fafbfb;
    border-bottom:4px solid #fafbfb;
}
.caseImg{
    overflow: hidden;
}
.caseImg img{
    display: block;
    max-width: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.case_a:hover{
    border-color:#5bd28e;
}
.case_a:hover .caseImg img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.case_a:hover .listName{
    color:#5bd28e;
}

/*
* 产品中心
*/
.proType{
    height: 40px;
    overflow: hidden;
    padding: 0px 10px;
}
.proTypeCont{
    position: relative;
    height: 40px;
    line-height: 40px;
    background: #f0f2f1;
    overflow: hidden;
    padding: 0px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.proTypeCont.fix{
    position: fixed;
    left: 0px;
    top:45px;
    width: 100%;
    z-index: 8;
}
.proType span{
    display: block;
    overflow: hidden;
    font-size: 12px;
    color:#272727;
    font-weight: bold;
}
.proType_a{
    display: block;
    height: 40px;
    overflow: hidden;
    font-size: 12px;
    color:#272727;
}
.typePop{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    left: 0px;
    bottom:-100%;
    background: rgba(0,0,0,0.5);
    z-index:7;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.typePopCont{
    position: absolute;
    top: 45px;
    bottom:60px;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
}
.typePop.show{
    bottom: 0px;
}
.type_dl{
    padding: 5px 3px;
    overflow: hidden;
}
.type_dl dd{
    width: 50%;
    height: 35px;
    overflow: hidden;
    line-height: 35px;
    float: left;
    display: inline;
    padding:0px 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 6px;
}
.type_dl dd a{
    display: block;
    background: #f0f2f1;
    font-size: 12px;
    color:#272727;
    padding: 0px 5px;
}
.type_dl dd.hover a{
    background: #5bd28e;
    color:#fff;
}
/*
* 服务中心
*/
.service_dl{
    overflow: hidden;
    padding: 5px;
}
.service_dl dd{
    width: 100%;
    overflow: hidden;
    float: left;
    display: inline;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.service_a{
    display: block;
    overflow: hidden;
    height: 40px;
    background: #fafbfb;
    padding: 0px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.service_a p{
    font-size: 12px;
    color:#272727;
    overflow: hidden;
    line-height: 40px;
}
.service_a p span{
    font-size: 14px;
    font-weight: bold;
    padding-right: 5px;
}
.service_a i{
    display: block;
    height: 40px;
    overflow: hidden;
    font-size: 16px;
    color:#272727;
    text-align: right;
    line-height: 40px;
}
.serCont{
    display: none;
    overflow: hidden;
    padding:10px 0px 10px 30px;
    position: relative;
}
.serTxt{
    overflow: hidden;
    font-size: 10px;
    color:#5c5c5c;
    line-height: 18px;
}
.serAnswer{
    display: block;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    font-size: 14;
    color:#5bd28e;
    font-weight: bold;
    position: absolute;
    left: 10px;
    top:10px;
}
.service_dl dd.hover .serCont{
    display: block;
}
.service_dl dd.hover .service_a{
    background: #5bd28e;
}
.service_dl dd.hover .service_a p{
    color:#fff;
    font-weight: bold;
}
.service_dl dd.hover .service_a i{
    color:#fff;
}
.good{
    display: block;
    height: 25px;
    overflow: hidden;
    padding: 0px 10px 0px 30px;
    text-align: center;
    font-size: 12px;
    color:#999;
    line-height: 25px;
    border:1px solid #dadada;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: url(../images/good.png) no-repeat 7px 3px;
}

/*
* 人才招聘
*/
.rec_dl{
    overflow: hidden;
    padding: 5px;
}
.rec_dl dd{
    width: 100%;
    overflow: hidden;
    float: left;
    display: inline;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.rec_a{
    display: block;
    overflow: hidden;
    background: #fafbfb;
}
.recDiv{
    overflow: hidden;
    padding: 10px;
}
.recTit{
    height: 30px;
    overflow: hidden;
    line-height: 30px;
}
.recTit p{
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    font-size: 12px;
    color:#777;
}
.recTit p span{
    font-size: 14px;
    color:#272727;
    padding-right: 5px;
}
.lookNum{
    display: block;
    font-size: 12px;
    color:#666;
    padding-left: 20px;
    background: url(../images/view.png) no-repeat left center;
    background-size: 15px 15px;
}
.recTxt{
    font-size: 12px;
    color:#777;
    line-height: 20px;
}
.recIntrTit{
    font-size: 12px;
    font-weight: bold;
}
.upLoad{
    overflow: hidden;
    position: relative;
    margin-left: 30px;
}
.upLoad a{
    font-size: 14px;
    color:#5bd28e;
    text-decoration: underline;
}
.upLoad input{
    position: absolute;
    left: 0px;
    top:0px;
    cursor: pointer;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
}
.indMore{
    overflow: hidden;
    height: 25px;
    line-height: 25px;
    text-align: center;
}
.indMore span.icon{
    display: inline-block;
    /*padding-right: 20px;
    background: url(../images/ind4thMore.png) no-repeat right center;
    background-size: 15px 5px;*/
}
/*.indMore:hover span.icon,
.indMore.hover span.icon{
    background: url(../images/ind4thMore_h2.png) no-repeat right center;
    background-size: 15px 5px;
}*/

/*
* 联系我们
*/
.mapBox{
    clear:both;
    width: 100%;
    overflow:hidden;
}
.contactTxt{
    overflow: hidden;
    padding: 10px;
    border-top:1px solid #d4d4d4;
}
.contactTxt .articleBox{
    width: 100%;
    overflow: hidden;
    float: left;
    display: inline;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*
* 新修改 2017-10-25
*/
.topPhone{
    position: absolute;
    right: 0px;
    top: 0px;
    overflow: hidden;
    background: url(../images/topPhone.png) no-repeat ;
}

.menu{
    overflow: hidden;
    height: 35px;
    padding: 0px 10px;
    background: #3e6faa;
}
.menu_dl{
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    font-size: 0px;
}
.menu_dl dd{
    display: inline-block;
    overflow: hidden;
    padding: 0px 10px;
}
.menu_dl dd a{
    display: block;
    overflow: hidden;
    height: 33px;
    line-height: 33px;
    padding-top: 2px;
    font-size: 12px;
    color:#fff;
    position: relative;
    padding: 0px 2px;

}
.menu_dl dd a:after{
    display: none;
    content: "";
    width: 100%;
    height: 1px;
    overflow: hidden;
    background: #6697d3;
    position: absolute;
    left: 0px;
    bottom: 3px;
}
.menu_dl dd.hover a:after{
    display: block;
}

/*
* 人们产品
*/
.fastPro_dl{
    padding: 5px;
    overflow: hidden;
}
.fastPro_dl dd{
    width: 33.33333333%;
    overflow: hidden;
    float: left;
    display: inline;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fastPro_dl dd a{
    display: block;
    height: 35px;
    overflow: hidden;
    line-height: 33px;
    font-size: 12px;
    color:#666;
    text-align: center;
    padding-top: 2px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    border-radius: 35px;
    background: #e1e1e1;
    border: 1px solid #d2d2d2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fastPro_dl dd.hover a{
    background: #3e6faa;
    border-color:#3e6faa;
    color:#fff;
}

/*
* 第二通栏
*/
.ind2nd{
    overflow: hidden;
}
.indTab_dl{
    overflow: hidden;
    display: flex;
    padding: 0px 10px;
}
.indTab_dl dd{
    flex: 1;
    overflow: hidden;
}
.indTab_dl dd a{
    display: block;
    overflow: hidden;
    height: 33px;
    line-height: 33px;
    padding-top: 2px;
    font-size: 14px;
    color:#fff;
    text-align: center;
    background: #f8920f;
}
.indTab_dl dd.hover a{
    background: #3e6faa;
}
.ind2ndTab{
    overflow: hidden;
}
.ind2nd_dl{
    padding: 5px;
    overflow: hidden;
}
.ind2nd_dl dd{
    width: 50%;
    overflow: hidden;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}
.com_a{
    display: block;
    overflow: hidden;
}
.ind2nd_dl dd .imgDiv{
    padding-top: 64%;
}
.indName{
    font-size: 12px;
    color:#666;
    text-align: center;
    padding-top: 5px;
}

/*
* 第三通栏
*/
.bc_f2f2f2{
    background: #f2f2f2;
}
.ind3rdTit{
    width: 100%;
    overflow: hidden;
    padding-top: 35.15625%;
    background: url(../images/ind3rdTit.png) no-repeat center center;
    background-size: cover;
}
.ind3rd_dl{
    overflow: hidden;
    padding: 10px;
}
.ind3rd_dl dd{
    overflow: hidden;
}
.ind3rd_dl dd a{
    display: flex;
    overflow: hidden;
}
.ind3rdImg,.ind3rdTxt{
    flex: 1;
    overflow: hidden;
}
.ind3rdImg{
    background: #f5f5f5;
    overflow: hidden;
}
.ind3rdTxt{
    overflow: hidden;
    background: #e6e6e6;
    position: relative;
}
.ind3rdIntr{
    font-size: 12px;
    color:#666;
    line-height: 18px;
    overflow: hidden;
}
.ind3rdImg .imgDiv{
   padding-top: 73.1147541%;
}
.ind3rdSubTit{
    overflow: hidden;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color:#ee8b00;
    padding-bottom: 10px;
    padding-left: 35px;
}
.ind3rdTit1{
    background: url(../images/ind3rdListTit1.png) no-repeat left bottom;
    background-size: auto 30px;
}
.ind3rdTit2{
    background: url(../images/ind3rdListTit2.png) no-repeat right bottom;
    background-size: auto 30px;
    padding-right: 35px;
    padding-left: 0px;
    text-align: right;
}
.ind3rdTit3{
    background: url(../images/ind3rdListTit3.png) no-repeat left bottom;
    background-size: auto 30px;
}
.ind3rdTit4{
    background: url(../images/ind3rdListTit4.png) no-repeat right bottom;
    background-size: auto 30px;
    padding-right: 35px;
    padding-left: 0px;
    text-align: right;
}
.tableCont{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top:0px;
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.table{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: table;
}
.tableCell{
    display: table-cell;
    overflow: hidden;
    vertical-align: middle;
}

/*
* 第四通栏
*/
.ind4th{
    overflow: hidden;
    padding-top: 10px;
}
.ind4thTabCont{
    overflow: hidden;
    padding: 10px;
}
.ind4th_a{
    display: none;
    overflow: hidden;
}
.ind4thTabCont img{
    display: block;
    max-width: 100%;
}
.ind4thIntr{
    overflow: hidden;
    font-size: 12px;
    color:#666;
    line-height: 18px;
    margin: 7px 0px;
}
.ind4thMore{
    overflow: hidden;
    position: relative;
}
.ind4thMore:after{
    display: block;
    content: "";
    overflow: hidden;
    width: 100%;
    height: 1px;
    background: #ebebeb;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -1px;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    -o-transform: scaleY(0.5);
    transform: scaleY(0.5);
    z-index: 1;
}
.ind4thMore span{
    display: block;
    height: 28px;
    overflow: hidden;
    line-height: 28px;
    padding-top: 2px;
    width: 80px;
    text-align: center;
    background: #3e6faa;
    font-size: 12px;
    color:#fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    position: relative;
    z-index: 2;
    float: right;
}

/*
* 第五通栏
*/
.ind5th{
    padding-top: 10px;
}
.ind5thTabCont{
    overflow: hidden;
}
.ind5th_dl{
    overflow: hidden;
    padding: 10px;
    display: none;
}
.ind5th_dl dd{
    height: 30px;
    overflow: hidden;
    line-height: 30px;
}
.ind5th_a{
    display: block;
    overflow: hidden;
}
.ind5thName{
    font-size: 12px;
    color:#666;
    padding-right: 15px;
    position: relative;
}
.ind5thName:after{
    display: block;
    content: "\e68b";
    overflow: hidden;
    width: 15px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 30px;
    font-family: "宋体";
    text-align: right;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*
* 第六通栏
*/
.ind6th{
    overflow: hidden;
    padding: 10px;
    background: #f5f5f5;
    font-size: 12px;
    color:#666;
    line-height: 20px;
}
.indFoot{
    overflow: hidden;
    background: #3e6faa;
    font-size: 12px;
    color:#c0c0c0;
    line-height: 20px;
    text-align: center;
    padding: 10px;
}
.indFoot_a a{
    color: #c0c0c0;
}
.indFoot_a i{
    padding: 0px 5px;
}
.indFoot_a i:last-child{
    display: none;
}

/*
* 滚动
*/
.scrollBox{
    position: fixed;
    right: 10px;
    bottom: 50px;
    overflow: hidden;
    z-index: 99;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
}
.scrollBox a{
    display: block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    margin-bottom: 5px;
}
.scrollBox.show{
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.tel{
    background: url(../images/tel.png) no-repeat center center;
    background-size: auto 35px;
}
.goTop{
    background: url(../images/goTop.png) no-repeat center center;
    background-size: auto 35px;
}

/* 善水联盟企业 start */
.sslm-columnList{padding: 20px 0 0;}
.sslm-columnList::after{display: block;content: '';clear: both; visibility: hidden;}
.sslm-columnList dd{width: 50%;float: left;display: inline;margin-bottom: 20px;}
.sslm-columnList dd a{display: block;}
.sslm-columnList dd .pic{ width: 80%; margin: 0  auto;}
.sslm-columnList dd .pic .picC{ padding-top: 100%;position: relative;}
.sslm-columnList dd .pic .picC::before{ position: absolute; content: ''; left: 0; top: 0; width: 100%;height: 100%; border: 15px solid #88c0d7; box-sizing: border-box;-webkit-box-sizing: border-box; border-radius: 100%; z-index: 1;}
.sslm-columnList dd .pic .picC img{display: block; width: 80%;height: 80%; position: absolute; left: 10%; top: 10%; object-fit: cover; border-radius: 100%;}
.sslm-columnList dd .title{line-height: 16px;font-size: 14px;color: rgb(33, 33, 33);font-weight: bold;text-align: center;margin-bottom: 10px;padding-top: 10px;}
.sslm-columnList dd .info{line-height: 18px;font-size: 12px;color: rgb(33, 33, 33);padding: 0 10px;height: 72px;}
.sslm-columnList dd:hover .picC .pic{ transform: translateY(-10px);-webkit-transform: translateY(-10px);}
/* 善水联盟企业 end */