﻿/*
    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);  
	
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;  
	
	//四边
    content: " ";
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
	
*/
/* 全局  */
@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: 0;padding: 0;list-style: none;word-wrap:break-word; }
html{overflow-x: hidden;font-size:20px;}
body{font-family:Helvetica;background:#ECF1F3;font-size:1.2rem;color:#666; overflow:hidden;}

body,button, input, select, textarea{
    font-family: "Helvetica Neue", Helvetica, STHeiTi,\5FAE\8F6F\96C5\9ED1;
}

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:0.25rem;}
.h10{ height:0.5rem;}
.h15{ height:0.75rem;}
.h20{ height:1rem;}
.h25{ height:1.25rem;}
.h30{ height:1.5rem;}

.whiteBg{
	background:#fff;
	overflow:hidden;
	}
.wbox{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	}
.wbox-flex{
	flex: 1;
	-webkit-flex:1!important;
	-webkit-box-flex:1;
	}
	
/*动态设置字体大小*/
/*iphone 6*/
@media screen and (min-width:375px){html{ font-size: 20px;}}
@media screen and (min-width:384px){ html{ font-size: 20.48px;}}
@media screen and (min-width:412px){ html{ font-size: 21.973px;}}
/*iphone 6 plus*/
@media screen and (min-width:414px){ html{ font-size: 22.08px;}}
@media screen and (min-width:424px){ html{ font-size: 22.613px;}}
@media screen and (min-width:480px){ html{ font-size:25.6px;}}
@media screen and (min-width:540px){ html{ font-size:28.8px;}}
@media screen and (min-width:600px){ html{ font-size: 32px;}}
@media screen and (min-width:800px){ html{ font-size:42.667px;}}


/*浏览器滚动条*/
::-webkit-scrollbar {width:0px;background-color:#fff;}
::-webkit-scrollbar-button {}
::-webkit-scrollbar-track {}
::-webkit-scrollbar-track-piece {}
::-webkit-scrollbar-thumb {border:solid 0px #5d5d5d;width:0px;background-color:#fff;}
::-webkit-scrollbar-corner {background-color:#5d5d5d;}
::-webkit-resizer {}
::-webkit-scrollbar:horizontal{height:9px;}

/**
 * 框架部分 begin
 * @author 杨朝杰
 * @return
 */	
#mobileWrap{margin:0 auto;}
#mobileTop{clear:both; position:fixed;z-index:99999;width:100%;box-shadow: 0 1px 2px rgba(0,0,0,0.1);}
#mobileCon{overflow:hidden;overflow-y:auto;clear:both; background:#efeff4; position:relative;z-index:4;}
#mobileFooter{clear:both; position:fixed; bottom:0; width:100%; z-index:4;}
#mobileMenu{display:block;position:fixed;top:-100%;width:100%;z-index:9999;background:#;left:0; overflow:hidden;overflow-y:auto; }
#mobileBg{width:100%; height:100%;position:fixed;background:rgba(0,0,0,0.3);z-index:50;left:0;top:0px; z-index:6; display:none;}
#mobileConH{
	overflow:hidden; 
	min-height: calc(100% - 2.5rem);
	position:relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#mobileMenu.hide{-webkit-transition: all 0.6s; top:0;}/*导航展开*/
#mobileMenu.show{-webkit-transition: all 0.6s; top:-100%;}/*导航关闭*/

/*#mobileBg.hide{-webkit-transition: all 0.6s;-webkit-transform: translateX(11rem);}
#mobileBg.show{-webkit-transition: all 0.6s;}*/

.headHide{height: 2.25rem;}
.footHide{height: 2.4rem; display:none;}

/**
 * 手机顶部
 * @author 杨朝杰
 * @return
 */	
#toolbarnav{display: block;height:2.5rem;width:100%;position: relative;color:#666;background:#fff;}
#toolbarnav h1{text-align: center;display: block;text-align: center;line-height:2.5rem;color: #fff;font-size:0.8rem;padding:0 10px 0 0;}
#go-back{
	position: absolute;
	top:0;
	height:2.5rem;
	display:block;
	left:10px;
	font-size:1rem;
	}
#go-back img{
    display: block;
    height: 1.75rem;
    margin-top: 0.4rem;
	}
#go-back span{color:#fff;font-size:1.2rem;display:block;margin:0.5rem 0 0 12px;}


.menuBt{
    display: block;
    position:absolute;
    width:25px;
	height:20px;
    right: 8px;
    top: 5px;
	overflow:hidden;
    z-index: 200;
    padding:20px 5px 0 8px;
	}
.menuBt span{
    display: inline-block;
    position: relative;
    width:100%;
    height:1px;
    background-color: #212d71;
    transition:0.3s;
}
.menuBt span:before,
.menuBt span:after {
  content: '';
  display: block;
  width:100%;
  height:1px;
  position: absolute;
  background: #212d71;
  transition:0.3s;
}
.menuBt span:before {margin-top: -8px;}
.menuBt span:after {margin-top: 8px;}

.menuBt.close span {background: rgba(0, 0, 0, 0);}
.menuBt.close span:before {
	margin-top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menuBt.close span:after {
	margin-top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#sub-btn{display: block;width:2.25rem;height:2.25rem;position: absolute;right: 0;top: 0;}
#sub-btn span{font-size:1rem;color: #fff;margin:12px 0 0 16px;display: block;}

#articleTool{
	position:relative;
	display: block;height:45px;width: 100%;max-width:100%;position: relative;color:#333;background:#f9fafb;
	}
#articleTool:after {
    content: " ";
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
	display:none;
}
#articleTool h1{
	overflow:hidden;
	text-align: center;
	display: block;
	text-align: center;
	line-height:2.2rem;
	color:#333;
	font-size:0.8rem;
	margin:0 40px;
	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;
	}
#articleTool #go-back span{ color:#333;}

/**
 * 一级导航
 * @author 杨朝杰
 * @return
 */	
#mobileMenu header{display:block;background:url(../images/cloud_bg2.png) no-repeat center bottom; background-size:cover;height:2.75rem;position:relative; display:none;}
#mobileMenu header h1{text-align: center;padding-top:4px;color:#fff;font-size:16px; position:relative;}
#mobileMenu header h1 img{ height:35px;}
#mobileMenu header:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom:0px;
    width: 100%;
    height: -1px;
    border-bottom: 1px solid #d3e8f9;
    -webkit-transform-origin: scaleY(0.3);
    transform-origin: scaleY(0.3);
    -webkit-transform: scaleY(0.3);
    transform: scaleY(0.3);
	display:none;
}

#mobileMenu dl{
    width:100%;
	overflow:hidden;
    overflow: auto;
    /*position: absolute;*/
    /*top:2.25rem;*/
    left: 0;
	padding:2.5rem 0 0 0;
	}
#mobileMenu dl dd{
	display: block;
	overflow:hidden;
    position: relative;
  -webkit-transform: perspective(100px) rotateX(-90deg);
  -ms-transform: perspective(100px) rotateX(-90deg);
  transform: perspective(100px) rotateX(-90deg);
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
	}
	
#mobileMenu.hide dl dd{
  -webkit-transform: perspective(100px) rotateX(0deg);
  -ms-transform: perspective(100px) rotateX(0deg);
  transform: perspective(100px) rotateX(0deg);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
	}
#mobileMenu.hide dl dd:nth-child(1) {transition: all .4s ease .1s;}
#mobileMenu.hide dl dd:nth-child(2) {transition: all .4s ease .2s;}
#mobileMenu.hide dl dd:nth-child(3) {transition: all .4s ease .3s;}
#mobileMenu.hide dl dd:nth-child(4) {transition: all .4s ease .4s;}
#mobileMenu.hide dl dd:nth-child(5) {transition: all .4s ease .5s;}
#mobileMenu.hide dl dd:nth-child(6) {transition: all .4s ease .6s;}
#mobileMenu.hide dl dd:nth-child(7) {transition: all .4s ease .7s;}
#mobileMenu.hide dl dd:nth-child(8) {transition: all .4s ease .8s;}
#mobileMenu.hide dl dd:nth-child(9) {transition: all .4s ease .9s;}

#mobileMenu dl dd:nth-child(9) {transition: all .4s ease .1s;}
#mobileMenu dl dd:nth-child(8) {transition: all .4s ease .2s;}
#mobileMenu dl dd:nth-child(7) {transition: all .4s ease .3s;}
#mobileMenu dl dd:nth-child(6) {transition: all .4s ease .4s;}
#mobileMenu dl dd:nth-child(5) {transition: all .4s ease .5s;}
#mobileMenu dl dd:nth-child(4) {transition: all .4s ease .6s;}
#mobileMenu dl dd:nth-child(3) {transition: all .4s ease .7s;}
#mobileMenu dl dd:nth-child(2) {transition: all .4s ease .8s;}
#mobileMenu dl dd:nth-child(1) {transition: all .4s ease .9s;}

	
#mobileMenu dl dd span a{
	display: block;
	font-size:0.7rem;
	height:2rem;
	display: block;
	color:#666;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	background:#fff;
	position:relative;
	}
#mobileMenu dl dd.hover span a{
	color:#000;
	background:#efeff4;
	}
#mobileMenu dl dd span a:after {
    content: " ";
    position: absolute;
    left:0;
    bottom:0px;
    width:100%;
    height: -1px;
    border-bottom: 1px solid #efeff4;
    -webkit-transform-origin: scaleY(0.3);
    transform-origin: scaleY(0.3);
    -webkit-transform: scaleY(0.3);
    transform: scaleY(0.3);
}

#mobileMenu dl dd span a em{display: block;width:2px;height:2rem;float: left;background: #1d1d1d; display:none;}
#mobileMenu dl dd span a span{display: block;line-height:2rem;float: left;padding:0 0 0 15px;}
#mobileMenu dl dd span a i{width: 30px; font-size:16px;height:1.5rem;text-align: center;display: block;line-height:2rem;float: right;color:#999; opacity:0.5}
#mobileMenu dl dd.hover span a em{background:#ff7741;}
#mobileMenu dl dd.hover span a,#mobileMenu dl dd.hover span a i,#mobileMenu dl dd.hover span a:after{ color:#ff7741;}
#mobileMenu dl dd.hover span a:after {
    content: " ";
    position: absolute;
    left:0;
    bottom:0px;
    width:100%;
    height: -1px;
    border-bottom: 1px solid #ff7741;
    -webkit-transform-origin: scaleY(0.3);
    transform-origin: scaleY(0.3);
    -webkit-transform: scaleY(0.3);
    transform: scaleY(0.3);
	display:none;
}

#mobileMenu dl dd .subnav{ display:none; position:relative; font-size:0.65rem;}
#mobileMenu dl dd .subnav:after {
    content: " ";
    position: absolute;
    left:0;
    bottom:0px;
    width:100%;
    height: -1px;
    border-bottom: 1px solid #efeff4;
    -webkit-transform-origin: scaleY(0.3);
    transform-origin: scaleY(0.3);
    -webkit-transform: scaleY(0.3);
    transform: scaleY(0.3);
}
#mobileMenu dl dd.hover .subnav{ display:none;padding:5px 0;}

#mobileMenu dl dd .subnav p{
	line-height:1.5rem;
	clear:both;
	display:block;
	padding:0 0 0 15px;
	}
#mobileMenu dl dd .subnav p i{ margin:0 5px 0 0; font-size:0.7rem;}
#mobileMenu dl dd .subnav p.hover a{ color:#ff0000;}

/**
 * 二级导航
 */	
#mobileSubNav{height:2rem;position:relative;z-index:99999999;margin:0 auto;}
.mobileSubNav_title{box-shadow: 0px 3px 5px rgba(0,0,0,0.1);height:2rem;background:#fff;position:relative;z-index:99; width:100%;}
.mobileSubNav_title:before{
    content: " ";
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
	display:none;
}

.location{
	line-height:2rem;
	float:left;
	font-size:0.6rem;
	padding:0 0 0 10px;
	}
.location a.hover{ color:#cc0000;}

.SubNav_open{
	width:2rem;
	height:2rem;
	display:block;
	color:#999;
	position:absolute;
	top:0;
	right:0;
	z-index:8;
	}
.SubNav_open:after{
    content: " ";
    position:absolute;
    right:-2px;
    top: 0;
    width:1px;
    height:2rem;
    border-right:1px solid #d9d9d9;
    -webkit-transform-origin:scaleX(0.3);
    transform-origin:scaleX(0.3);
    -webkit-transform: scaleX(0.3);
    transform: scaleX(0.3);
}
.SubNav_open span{
	display:block;
	width:100%;
	height:2rem;
	background: url(../images/icon7.png) no-repeat center center;
	background-size:0.8rem;
	}
.SubNav_open.close span{
	display:block;
	width:100%;
	height:2rem;
	background: url(../images/icon8.png) no-repeat center center;
	background-size:0.8rem;
	}
	
	
#mobileSubBg{width:100%;position:fixed;background:rgba(0,0,0,0.3);z-index:50;left:0;top:0px;display:none;}
#mobileSubNav dl{
	width:100%;
	max-height:calc(100vh - 4.75rem);
	top:2rem;
	position:absolute;
	z-index:90;
	padding:0.3rem 0;
	overflow:hidden;
	overflow-y:auto;
	background: #f5f5f5;
	display:none;
	z-index:98;
	}
#mobileSubNav dl dt{display:block;clear:both;line-height:30px;border-bottom:1px dotted #ccc;padding:0 0 0 5px;font-size:16px;margin:0 0 5px 0;text-align:center;}
#mobileSubNav dl dd{width:100%;display:block; position:relative;height:2rem; margin-bottom:0.25rem;}
#mobileSubNav dl dd a{
	display:block;
	background:#fff;
	color: #333;
	line-height:2rem;
	text-align:center; 
	position:relative;
	font-size:0.65rem;
	}
#mobileSubNav dl dd:after {
    content: " ";
    width: 200%;
    height:1px;
    position: absolute;
    bottom: 0;
    left: 0;
    /*border-bottom:1px solid #e6e6e6;*/
    box-sizing: border-box;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
#mobileSubNav dl dd.hover a{ color:#ff7741; /*background:#e0f1fe;*/}
#mobileSubNav dl dd.hover a:after {
   /* border: 1px solid #ff7741;*/
}

/**
 * 固定的底部
 * @author 杨朝杰
 * @return
 */	
.footerBar{
	font-size:0.65rem;
	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%;
	background:#fff;
    box-shadow: 1px 0 4px #d9d8d8;
}
.footerBar div{
	height:2.4rem;
	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;
	position:relative;
}
.footerBar div a{display:block;height:2.4rem;width: 100%;color:#666;}
.footerBar div a em{width:0.75rem;height:0.75rem;clear: both;font-size:1rem;text-align: center;margin:0.25rem auto 0 auto;padding:2px 0 3px 0;}
.footerBar div a span{display: block;clear: both;font-size:0.65rem;text-align: center;}
.footerBar div i{height:0.75rem;font-size:1rem;margin: 10px 0 0 0;display: block;}

.footerBar div:after {
    content: " ";
    position: absolute;
    right:0px;
    top: 0;
    width: 1px;
    height:45px;
    border-right: 1px solid #ff0000;
    -webkit-transform-origin: scaleX(0.3);
    transform-origin: scaleX(0.3);
    -webkit-transform: scaleX(0.3);
    transform: scaleX(0.3);
	display:none;
}

.footerBar div:first-child{border:none;}
.footerBar div:first-child a{border:none;}

.copyright{
	width:100%;
    padding: 15px 10px;
    text-align: center;
    color: #666;
    line-height:1rem;
    font-size: 0.6rem;
	background: #fff;
	position:absolute;
	left:0;
	bottom:0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

/**
 * 固定的底部2
 * @author 杨朝杰
 * @return
 */	
.footerBar2{
	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:45px;
	background:#fff;
	position:relative;
}
.footerBar2:after{
    content: " ";
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    border-top:1px solid #ededed;
    box-sizing: border-box;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
	z-index:1;
	}
.footerBar2 .shareBt:after{ display:none;}

.footerBar2 div{
	overflow:hidden;
	position:relative;
	z-index:2;
	}
.phoneBt{
	width:30%;
	float:right;
	}
.phoneBt a {
    width: 100%;
    display: block;
    line-height: 45px;
    background: #ff7800;
    color: #fff !important;
    text-align: center;
}
.goBack2{
	width:16%;
	float:left;
	}
.goBack2 a{
    display: block;
    height:45px;
    background: url(../images/jt6.png) no-repeat 10px center;
    background-size: 26px;
    color: #666 !important;
    text-align: center;
	}
.marker, .shareDiv{
	float:right;
	line-height:45px;
	font-size:14px;
	padding:0 15px 0 0;
	}

.shareDiv .shareBt{ width:100%;}

.marker span, .shareDiv span{padding:0 0 0 6px;}
.marker em, .shareDiv em{color:#999;}


/**
 * 返回顶部
 * @author 杨朝杰
 * @return
 */	
/*#scrollTop{
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
	border-radius:100%;
	background:rgba(255,255,255,0.9);
	position: fixed;
	right:10px;
	bottom:60px;
	z-index:5;
	display:none;
	-webkit-box-shadow:0px 0px 5px rgba(153,153,153,0.5);	
	-moz-box-shadow:0px 0px 5px rgba(153,153,153,0.5);	 
	box-shadow:0px 0px 5px rgba(153,153,153,0.5);	   
	}
#scrollTop em{font-size:26px;color:#666;padding:3px 0 0 0;}*/

/**
 * page
 * @author 杨朝杰
 * @return
 */
.ajaxLoad{color:#666;height:2rem;line-height:2rem;text-align:center;clear:both;position:relative;background:#fff;margin:5px 0 0 0; font-size:0.7rem;}
.ajaxLoad i{font-size:0.8rem;margin:0 5px 0 0;color:#fc8b1c;}
.NotMore{ font-size:0.7rem; line-height:1.5rem; text-align:center;padding:8px 0; background:#fff; position:relative;}
.NotMore:after {
    content: " ";
    width:120%;
    height: 1px;
    position: absolute;
    top:50%;
    left:20%;
    border-bottom:1px solid #e0dede;
    box-sizing: border-box;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
	z-index:0;
}
.NotMore span{
	display:inline-block;
	padding:0 10px;
	background:#fff;
	position:relative;
	z-index:8;
	color:#e0dede;
	}

/**
 * 文章阅读页
 * @author 杨朝杰
 * @return
 */	
.articleBox{line-height:1.5rem;color:#454545;padding:10px;font-size:0.75rem;background:#fff;}
.articleBox img{max-width:100%;}
.articleTitle{
	font-size: 0.9rem;
    color: #333333;
    text-align: center;
    font-weight: bold;
    padding:0.5rem 0.5rem 0 0.5rem;
    line-height: 1.5rem;
	}
.articleTime{display: block;clear: both;text-align: center;color: #999;font-size:0.6rem;padding:0 0 5px 0;}

.articleTop{
	overflow:hidden;
	background:#f9fafb;
	padding:10px 0;
	}
.articleTop .articleTitle{
	font-size:18px;
	color:#333333;
	text-align:center;
	font-weight:bold;
	padding:0 50px;
	line-height:30px;
	}
.articleTop .articleTime{
	text-align:center;
	padding:10px 0 0 0;
	}

.articleHand{
    clear:both;
    font-size:0.75rem;
    padding:0 0px 20px 0;
    overflow: hidden;
	background:#fff;
    }
.articleHand a{
    display:block;
    line-height:1.6rem;
    padding:0 20px 0 10px;
    float:left;
    clear: both;
}
.articleHand a i{padding:0 5px 0  0;}
.articleHand a i:before{content: "\f0c6";}

.articleHand a.word{color:#37a6ff !important; }
.articleHand a.word i:before,.articleHand a.word i:before{content: "\f1c2";}

.articleHand a.ppt,.articleHand a.pptx{color:#ff7735 !important;}
.articleHand a.ppt i:before,.articleHand a.pptx i:before{content: "\f1c4";}

.articleHand a.excel{color:#15bf44 !important; }
.articleHand a.excel i:before,.articleHand a.excel i:before{content: "\f1c3";}

.articleHand a.pdf{color:#ff7741 !important; }
.articleHand a.pdf i:before,.articleHand a.pdf i:before{content: "\f1c1";}

.articleHand a.zip{color:#ff9779 !important; }
.articleHand a.zip i:before,.articleHand a.zip i:before{content: "\f1c6";}

.videoCon{
	position:absolute;
	top:205px;
	bottom:0;
	overflow-y:auto;
	}
.videoCon .articleTitle{
	font-size:18px;
	color:#333333;
	text-align:left;
	font-weight:bold;
	padding:5px 10px 0 10px;
	line-height:30px;
	}
.videoCon .articleTime{
	text-align:left;
	padding:0 0 0 10px;
	}
	
.audiojs{
	width:40px;
	height:40px;
	border-radius:100%;
	background:url(../audiojs/play.png) no-repeat center center;
	background-size:cover; 
	margin:2px 10px 0 0;
	position:relative;
	z-index:9;
	}
.audiojs.playing{
	width:40px;
	height:40px;
	border-radius:100%;
	background:url(../audiojs/play2.png) no-repeat center center;
	background-size:cover;
	}
.audiojs .scrubber{ display:none;}
.audiojs .time{ display:none;}
.audiojs .play-pause {
	width: 25px;
	height: 40px;
	padding:0 6px;
	margin: 0px;
	float: left;
	overflow: hidden;
}

.articelImgSlide{padding: 10px;overflow:hidden;}
#articelImgSlide img{display: block;max-width: 100%;}
#articelImgSlide{/*padding-bottom: 30px;*/}
#articelImgSlide .swiper-pagination{bottom:10px;}
.articelImgSlide .swiper-button-prev{left: 0px;background: url(../images/aboutPrev3.png) no-repeat center center;background-size: auto 30px;}
.articelImgSlide .swiper-button-next{right: 0px;background: url(../images/aboutNext3.png) no-repeat center center;background-size: auto 30px;}
.articelImgSlide .swiper-pagination-bullet{background: #eee;opacity: 1;}
.articelImgSlide .swiper-pagination-bullet-active{background: #007aff;}

/**
 * 分享
 * @author 杨朝杰
 * @return
 */
.shareBt{display: inline-block;width:20px;position: relative;}
.shareClose{line-height:2rem;text-align:center;padding:3px 0 0 0;font-size:0.8rem;}
.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;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.shareBox.show{bottom:0px;}
.shareCont{overflow: hidden;padding:0.5rem 0px 0.25rem;}
.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:0.25rem;}
.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:0 0.5rem !important;background: none !important;height: auto !important;}
.bdsharebuttonbox span{display: block;width: 100%;overflow: hidden;padding: 0px 0.75rem;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.bdsharebuttonbox i{clear:both;display: block;font-size:0.6rem;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_weChat{
    display: none;
}*/
.bdsharebuttonbox a.bds_weChat:before{background: url(../images/share/shareBt5.png) no-repeat center center;background-size: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%;}
.weChatShareTip{
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0,0,0,0.8) url(../images/share/guide.png) no-repeat calc(100% - 30px) 10px;
    background-size: 90% auto;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999999;
}
/**
 * 音乐播放器
 * @author 杨朝杰
 * @return
 */
.audio{margin:0 50px;padding:10px 0 10px 0;}
.audio-tips{margin-top:10px; color: #b1b1b1; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.audio-detail{padding:5px 10px; display: -webkit-box; display: -ms-flexbox; display: flex; background:#f8f8f8;position:relative;}
.audio-detail:after{content: " "; width: 200%; height: 200%; position: absolute; top: 0; left: 0; border: 1px solid #e6e6e6; box-sizing: border-box; -webkit-transform: scale(.5); transform: scale(.5); -webkit-transform-origin: 0 0; transform-origin: 0 0;z-index:1;}
.audio .info{-webkit-box-flex: 1; -ms-flex: 1 0; flex: 1 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; overflow: hidden;line-height:45px;}
.audio .info p{margin: 0; font-size: 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #666; text-indent: 0;}
.audio .info .audio-title{-webkit-box-flex: 1.5; -ms-flex: 1.5; flex: 1.5; line-height: 24px;font-size:14px;}
.audio .info .audio-desc{-webkit-box-flex: 1; -ms-flex: 1; flex: 1; line-height: 16px;color:#999 !important;font-size:12px !important;}
.audio .info .audio-desc span{padding:0 15px 0 0;color:#ff000;}

/**+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++以上为模板框架部分（尽量少改）+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++/

/**+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 首页+二级 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++/
/**
 * 首页banner图
 * @author 杨朝杰
 * @return
 */
.bannerBox{ position:relative; overflow:hidden;padding-top:50%;}
.bannerBox .hd{width:100%;text-align:center; position:absolute; height:15px; line-height:28px; bottom:0;left:0; z-index:1; }
.bannerBox .hd li{
	display:inline-block; 
	width:0.4rem; 
	height:0.4rem; 
	border-radius:0.5rem;  
	text-indent:-9999px; 
	overflow:hidden; 
	margin:0 0.2rem;
	background:#fff;
	border:1px solid #fff;
}
.bannerBox .tempWrap,
.bannerBox .bd ul{
    height: 100%;
    overflow: hidden;
}
.bannerBox .hd li.on{background:#ff7741;border:1px solid #ff7741;}
.bannerBox .bd{ position: absolute; z-index:0; top:0; height:100%;width:100%;}
.bannerBox .bd li .pic{
    display: block;
    padding-top: 50%;
    overflow: hidden;
    position: relative;
}
.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);  }	

/**
 * 二级页面框架
 * @author 杨朝杰
 * @return
 */	
.subBanner{
    display: none;
	color:#fff;
    clear: both;
    width: 100%;
    padding-top:45%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	position:relative;
}
.subBanner strong{
	width:100%;
	display:block;
	font-size:18px;
	text-align:center;
	position:absolute;
	top:3rem;
}
.subBanner span{
	width:100%;
	display:block;
	font-size:14px;
	text-align:center;
	position: absolute;
	top:4.2rem;
}


/**
 * 首页 
 * @author 杨朝杰
 * @return
 */	
.ixBox{padding: 10px;overflow: hidden;background: #fff;}

.ixBoxT{clear: both;overflow: hidden;height:1.6rem;}
.ixBoxT span{display: inline;float: left;line-height:1.6rem;color: #333333;font-size: 0.7rem;font-weight:bold;}
.ixBoxT a{display: inline;float: right;line-height:1.6rem;color: #999999;font-size: 0.6rem;}
.ixBoxT i{
    color:#999;
    font-weight: normal;
    padding-left: 0.25rem;
}
/**
 * 首页（图标导航） 
 * @author 赵卫平
 * @return
 */	
.menuDl{ overflow:hidden; clear:both;}
.menuDl dd{float: left;width: 33.33%;overflow: hidden;}
.menuDl dd em{
	display: block;
	width: 2.8rem;
	overflow: hidden;
	border-radius: 100%;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 1.25rem;
}
.menuDl dd em:after{content: "";display: block;width: 100%;padding-top: 100%;}
.menuDl dd:nth-child(1) em{background-color: #3f8eee;background-image: url(../images/icon1.png);}
.menuDl dd:nth-child(2) em{background-color: #f8bf16;background-image: url(../images/icon3.png);}
.menuDl dd:nth-child(3) em{background-color: #ff0000;background-image: url(../images/icon5.png);}
.menuDl dd:nth-child(4) em{background-color: #b067de;background-image: url(../images/icon4.png);}
.menuDl dd:nth-child(5) em{background-color: #5ed279;background-image: url(../images/icon2.png);}
.menuDl dd:nth-child(6) em{background-color: #24cbcd;background-image: url(../images/icon6.png);}
.menuDl dd span{display: block;width: 100%;height: 2rem;overflow: hidden;line-height: 2rem;text-align: center;color: #333333;font-size:0.7rem;}

/**
 * 首页（新闻中心） 
 * @author 赵卫平
 * @return
 */	
#newsSlide .swiper-slide img{display: block;width: 100%;}
#newsSlide .divT{
	width: 100%;
	height: 1.5rem;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: 1;
}
#newsSlide .swiper-pagination-bullets{
	text-align: right;
	width:calc(100% - 10px);
}
#newsSlide .swiper-pagination-bullets .swiper-pagination-bullet{background: #ffffff;opacity: 1}
#newsSlide .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #ff7741}
#newsSlide .divT div{
	width: 70%;
	line-height: 1.5rem;
	color: #ffffff;
	font-size:0.6rem;
	word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
    overflow: hidden;  
	padding-left: 10px;
}

.list1{ clear:both; overflow:hidden;}
.list1 dd{clear: both;height: 2rem;overflow: hidden;position: relative;}
.list1 dd:after{
	content: "";
	display: block;
	width: 200%;
	height:0px;
	border-bottom:1px dashed #cccccc;
	position: absolute;
	bottom: 0;
	left:-50%;
	transform: scale(0.5);
}
.list1 dd:last-child:after{display:none}
.list1 dd a{display:flex;height: 2rem;overflow: hidden;}
.list1 dd a span{
	flex: 1;
	line-height:2rem;
	color: #666;
	font-size: 0.65rem;
	word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
    overflow: hidden;  
}
.list1 dd a em{display: inline;float: right;font-style: normal;line-height:2rem;color: #999999;font-size: 0.6rem;}

/**
 * 首页（公司简介） 
 * @author 赵卫平
 * @return
 */	
.ixBox2Pic{clear: both;width: 100%;overflow: hidden;}
.ixBox2Pic img{display: block;width: 100%;}
.ixBox2Txt{
	clear: both;
	overflow: hidden;
	color: #666666;
	font-size:0.7rem;
	line-height: 1.3rem;
	text-indent: 2em;
}

/**+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++以下为通用型（根据实际需求修改）+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++/
/**
 * 全文列表
 * @author 杨朝杰
 * @return
 */	
.newsList{ overflow:hidden; clear:both;}
.newsList dd{
	position:relative;
	background:#fff url(../images/list2.jpg) no-repeat 8px center;
	}
.newsList dd a:after {
    content: " ";
    width: 200%;
    height:1px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #e6e6e6;
    box-sizing: border-box;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.newsList dd p{
	display:block;
	float:left;
	line-height:2rem;
	height:2rem;
	overflow:hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
	overflow:hidden;
	padding:0 0 0 15px;
	font-size:0.7rem;
	}
.newsList dd  span{color:#999;font-size:0.6rem;overflow: hidden;line-height:2rem;position:relative;padding:0 0.5rem;}
.newsList dd.trBg1 a{
    background:#fcfcfc  url(../images/list2.jpg) no-repeat 10px center;
}
 
/**
 * 全图列表 newsAllImg
 * @author 杨朝杰
 * @return
 */	
.newsAllImg{display:block;clear:both;overflow:hidden;padding:10px 0;}
.newsAllImg dd{display:inline;float:left;width:50%;padding:4px 4px 4px 8px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;overflow:hidden;}
.newsAllImg dd:nth-child(even){padding:4px 8px 4px 4px;}
.newsAllImg dd a{display:block;width:100%;background:#fff;overflow:hidden;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding:0.25rem;border-radius:2px;}
.newsAllImg dd .pic_box{position:relative;background:#efeff4 url(../images/loading.gif) no-repeat center center;}
.newsAllImg dd .pic_box:after{content:'';display:block;width:100%;padding-top:66.66666666%;}
.newsAllImg dd .pic_box img{width: 100%;height: 100%;position:absolute;left:0;top:0;display:block;}
.newsAllImg dd a span{display:block;clear:both;width:100%;text-align:center;color:#555;font-size:0.65rem;line-height:1rem;height:1rem;overflow:hidden; text-overflow: ellipsis; white-space: nowrap;padding:5px 0 0 0;}

/**
 * 全图列表 newsAllImg2
 * @author 杨朝杰
 * @return
 */	
.newsAllImg2{display:block;clear:both;overflow:hidden;padding:10px 0;}
.newsAllImg2 dd{display:inline;float:left;width:50%;padding:4px 4px 4px 8px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;overflow:hidden;}
.newsAllImg2 dd:nth-child(even){padding:4px 8px 4px 4px;}
.newsAllImg2 dd a{display:block;width:100%;background:#fff;overflow:hidden;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding:0.25rem;border-radius:2px;}
.newsAllImg2 dd .pic_box{position:relative;background:#efeff4 url(../images/loading.gif) no-repeat center center;}
.newsAllImg2 dd .pic_box:after{content:'';display:block;width:100%;padding-top:150%;}
.newsAllImg2 dd .pic_box img{width: 100%;height: 100%;position:absolute;left:0;top:0;display:block;}
.newsAllImg2 dd a span{display:block;clear:both;width:100%;text-align:center;color:#555;font-size:0.65rem;line-height:30px;height:30px;overflow:hidden; text-overflow: ellipsis; white-space: nowrap;padding:5px 0 0 0;}

/**
 * 全图列表（画册） newsAllImg3
 * @author 杨朝杰
 * @return
 */	
.newsAllImg3{display:block;clear:both;overflow:hidden;padding:10px 0;}
.newsAllImg3 dd p{display:block;height:35px;background:url(../images/book.png) no-repeat center;background-size: contain;left:0;top:-3px;width:100%;-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;overflow:hidden;position:absolute;}
.newsAllImg3 dd{display:inline;float:left;width:50%;padding:10px 4px 4px 8px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;overflow:hidden;position:relative;margin:0 0 8px 0;}
.newsAllImg3 dd:nth-child(even){padding:10px 8px 4px 4px;}
.newsAllImg3 dd a{display:block;width:100%;background:#fff;overflow:hidden;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding:30px 6px 6px 6px;border-radius:4px;box-shadow:0px 2px 2px rgba(153,153,153,0.3);}
.newsAllImg3 dd .pic_box{position:relative;background:#efeff4 url(../images/loading.gif) no-repeat center center;}
.newsAllImg3 dd .pic_box:after{content:'';display:block;width:100%;padding-top:66.66666666%;}
.newsAllImg3 dd .pic_box img{width: 100%;height: 100%;position:absolute;left:0;top:0;display:block;}
.newsAllImg3 dd a span{display:block;clear:both;width:100%;text-align:center;color:#555;font-size:0.65rem;line-height:1.25rem;height:1.25rem;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;padding:5px 0 0 0;}

/**
 * 图片相册 album
 * @author 杨朝杰
 * @return
 */	
.album{display:block;clear:both;overflow:hidden;padding:10px 0;}
.album dd{display:inline;float:left;width:50%;padding:4px 4px 4px 8px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;overflow:hidden;}
.album dd:nth-child(even){padding:4px 8px 4px 4px;}
.album dd a{display:block;width:100%;background:#fff;overflow:hidden;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding:0.25rem;border-radius:2px;}
.album dd .pic_box{position:relative;background:#efeff4 url(../images/loading.gif) no-repeat center center;}
.album dd .pic_box:after{content:'';display:block;width:100%;padding-top:66.66666666%;}
.album dd .pic_box img{width: 100%;height: 100%;position:absolute;left:0;top:0;display:block;}
.album dd a span{display:block;clear:both;width:100%;text-align:center;color:#555;font-size:12px;line-height:20px;height:20px;overflow:hidden; text-overflow: ellipsis; white-space: nowrap;padding:5px 0 0 0;}

/**
 * 瀑布流 waterfall
 * @author 杨朝杰
 * @return
 */	
#container{position:relative;width:100%;}
.grid{width:50%;min-height:100px;font-size:12px;float:left;overflow:hidden;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.gridCon{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;background:#fff;border-radius:2px;padding:0.25rem;margin:4px 4px 4px 8px;}
.grid:nth-child(even) .gridCon{margin:4px 8px 4px 4px;}
.imgholder{}
.grid strong{width:100%;display:block;font-size:0.6rem;text-align:center;line-height:0.9rem;font-weight:normal;text-overflow: ellipsis;white-space: nowrap;overflow:hidden;padding:5px 0 0 0;}
.grid img{max-width:100%;}
	
/**
 * 图文列表
 * @author 杨朝杰
 * @return
 */	
.newsTextImg{clear:both;overflow: hidden;}
.newsTextImg dd{
	width: 100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:10px;
	background:rgba(255,255,255,1);
	position:relative;
	clear:both;
	}
.newsTextImg dd:after {
    content: " ";
    width: 200%;
    height:1px;
    position: absolute;
    bottom:0;
    left: 0;
    border-bottom: 1px solid #e6e6e6;
    box-sizing: border-box;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
	
.newsTextImg dd:hover{background:#f9f9f9;}
.newsTextImg dd a{display: block;height:4rem;}
.newsTextImg dd .pic_box {
	width:6rem;
	height:4rem;
    overflow: hidden;
    position:relative;
    background:#efeff4 url(../images/loading.gif) no-repeat center center;
	float:left;
	margin:0 10px 0 0;
}
.newsTextImg dd .pic_box img {
    width:100%;
    height:100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block !important;
}

.newsTextImg .divText{overflow: hidden;flex: 1;height:4rem;}
.newsTextImg .divText p{
	height:1.3rem;
	line-height:1.3rem;
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap; 
	font-weight: bold;
	font-size:0.75rem;
	position:relative;
	}
.newsTextImg .divText span{
	padding:3px 0 0 0;
	height:2.7rem;
    overflow: hidden;
    font-size:0.7rem;
    color: #666;
    line-height:0.9rem;
	word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
	}

/**
 * 图文列表2
 * @author 杨朝杰
 * @return
 */	
.newsTextImg2{clear:both;overflow: hidden;}
.newsTextImg2 dd{
	width: 100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:10px;
	margin-bottom: 10px;
	background:#fff;
	position:relative;
	}
.newsTextImg2 dd:after {
 content: " ";
    width: 200%;
    height:1px;
    position: absolute;
    bottom:-1px;
    left: 0;
    border-bottom: 1px solid #e6e6e6;
    box-sizing: border-box;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.newsTextImg2 dd h3{display:block;clear:both;font-size:0.75rem;overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.newsTextImg2 dd p img{max-width:100%;}
.textImg_time{line-height:1.25rem; color:#888; font-size:0.6rem}
.textImg_info{
	line-height:1.25rem; 
	padding:5px 0 0 0; 
	color:#888; 
	font-size:0.7rem;
	overflow:hidden;
	word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
	}

/**
 * 图文列表3
 * @author 杨朝杰
 * @return
 */	
.newsTextImg3{clear:both;overflow:hidden;}
.newsTextImg3 dd h3{font-size:0.75rem;}
.newsTextImg3 dd{
	padding:10px; 
	clear: both; 
	background: #fff;
	position:relative;
	margin:0 0 10px 0;
	}
.newsTextImg3 dd:after {
    content: " ";
    width: 200%;
    height:1px;
    position: absolute;
    bottom:-1px;
    left: 0;
    border-bottom: 1px solid #e6e6e6;
    box-sizing: border-box;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.newsTextImg3 dd .info{color:#888;clear:both;line-height:1rem;padding:5px 0 5px 0; font-size:0.6rem;}
.newsTextImg3 ul{clear:both;overflow:hidden;}
.newsTextImg3 ul li{width:23%;float:left;display:inline;padding:3px 1%;}
.newsTextImg3 ul li .pic_box{position:relative;background:#efeff4 url(../images/loading.gif) no-repeat center center;}
.newsTextImg3 ul li .pic_box:after{content:'';display:block;width:100%;padding-top:66.66666666%;}
.newsTextImg3 ul li .pic_box img{width: 100%;position:absolute;left:0;top:0;display:block;}

/**
 * 领导页
 * @author 赵卫平
 * @return
 */	
.leadershipDl dd{
	clear: both;
	overflow: hidden;
	padding:10px;
	background: #fff;
	height:6.65rem;
	background-image: url(../images/bg4.jpg);
	background-repeat: no-repeat;
	background-position:5.4rem center;
	background-size:auto 100%;
	margin-bottom: 10px;
}
.leadershipDl dd .pic{
	width: 4.75rem;
	height: 6.65rem;
	overflow: hidden;
	margin-right:1.5rem;
}
.leadershipDl dd .pic img{
	display: block;
	width: 4.75rem;
	height: 6.65rem;
}
.leadershipDl dd .divR{overflow: hidden}
.leadershipDl dd .divR .divT{
	clear: both;
	height: 1.5rem;
	overflow: hidden;
	line-height: 1.5rem;
	color: #333333;
	font-size:0.8rem;
	text-align: center;
}
.leadershipDl dd .divR .txt{
	overflow: hidden;
	text-align: center;
	font-size: 0.65rem;
	line-height:1.2rem;
	color: #666666;
	word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

/**
 * 留言表单
 * @author 秦文
 * @return
 */	
.msgBox2{
    overflow: hidden;
    padding: 10px;
}
.msgTit2{
    overflow: hidden;
    font-size:0.7rem;
    color:#333;
}
.msgAreaBox{
    overflow: hidden;
    position: relative;
    padding: 1px;
}
.msgAreaBox:before{
    display: block;
    content: "";
    overflow: hidden;
    width: 200%;
    height: 200%;
    border: 1px solid #ddd;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #fff;
    -webkit-transform-origin: 0px 0px;
    -moz-transform-origin: 0px 0px;
    -ms-transform-origin: 0px 0px;
    -o-transform-origin: 0px 0px;
    transform-origin: 0px 0px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
}
.msgArea{
    display: block;
    width: 100%;
    height:4.5rem;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0.6rem;
    color:#666;
    line-height:0.9rem;
    padding: 0px 5px;
    outline: none;
    border:none;
    background: none;
    position: relative;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.msg_dl2{
    overflow: hidden;
	font-size:0.7rem;
}
.msg_dl2 dd{
    overflow: hidden;
    padding:0.25rem 0px;
}
.msgDiv2{
    overflow: hidden;
    position: relative;
    padding: 1px;
    display: flex;
}
.msgDiv2:after{
    display: block;
    content: "";
    overflow: hidden;
    width: 200%;
    height: 200%;
    border: 1px solid #ddd;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #fff;
    -webkit-transform-origin: 0px 0px;
    -moz-transform-origin: 0px 0px;
    -ms-transform-origin: 0px 0px;
    -o-transform-origin: 0px 0px;
    transform-origin: 0px 0px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
}
.msgDiv2 .code{
	top:0px;
	right:0;
	position:absolute;
	}
.msgInpDiv{
    flex: 1;
    overflow: hidden;
    position: relative;
    z-index: 2;
    padding-left: 7px;
}
.msgInp2{
    display: block;
    width: 100%;
    height:1.75rem;
    overflow: hidden;
    font-size:0.6rem;
    color:#666;
    line-height: 33px;
    padding: 2px 5px 0px 5px;
    outline: none;
    border:none;
    background: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.msgDiv2 span{
    width:1.25rem;
    display: block;
    height:1.65rem;
    line-height:1.65rem;
    overflow: hidden;
    font-size:0.8rem;
    color:#999;
    position: relative;
    z-index: 2;
    padding-top: 2px;
    text-align: right;
}
a.msgBt2{
    display: block;
    height:1.9rem;
    overflow: hidden;
    line-height:1.9rem;
    font-size:0.7rem;
    color:#fff;
    background: #fa7169;
    text-align: center;
    padding-top:0.1rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

/*留言列表*/
.msgList{overflow:hidden;clear:both;padding:20px 0 0 0;}
.msgList dd{overflow:hidden;clear:both;position:relative;padding:0 0 0 15px; font-size:0.65rem;}
.msgList dd s{width:10px;height:10px;display:block;background:#cbcbcb;border-radius:100%;position:absolute;left:10px;top:0px;}
.msgList dd .lineY{overflow:hidden;padding:0 0 0 20px;border-left:1px solid #e4e4e4;}
.msgList dd .lineX{clear:both;overflow:hidden;padding:0 0 10px 0;margin:0px 0 10px 0;position:relative;border-bottom:1px solid #e4e4e4;}
.msgList dd .time{line-height:1.25rem;color:#cfcfcf;}
.msgList .msgInfo{line-height:1.25rem;}
.msgName{font-size:0.7rem;clear:both;color:#333;padding:0 0 5px 0; font-weight:bold;}
.msgReply{color:#cc0000;clear:both;line-height:1rem;background:#f8f8f8;overflow:hidden;padding:7px 5px 5px 8px;margin:0 10px 0 0;border-radius:3px;}

/**
 * 人才招聘 recruitment
 * @author 杨朝杰
 * @return
 */	
.jobList{clear:both;overflow:hidden;}
.jobList dd{width: 100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:4px 8px;position:relative;}
.jobList dd a{display:block;width:100%;background:#fff;overflow:hidden;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding:10px 10px 2px 10px;line-height:1.25rem;border-radius:2px; font-size:0.7rem;}
.jobTitle{clear:both;overflow:hidden;padding:5px 0 5px 0;}
.jobTitle strong{display:block;float:left;font-size:0.8rem;font-weight:bold;}
.jobTime{display:block;clear:both;height:1.25rem;}
.jobTime span{color:#999;display:block;line-height:1.25rem;float:right;padding:0 0 0 15px;background:url(../images/time.png) no-repeat left 5px;background-size:13px; font-size:0.6rem;}
.jobTime em{color:#999;display:block;line-height:25px;float:right;padding:0 15px 0 15px;background:url(../images/view.png) no-repeat left 5px;background-size:13px;font-style:normal; font-size:0.6rem;}
.jobView{display:block;width:3rem;line-height:1.5rem;background:#1f2664;position:absolute;right:20px;top:50%;color:#fff;text-align:center;border-radius:2px;margin:-15px 0 0 0; font-size:0.6rem;}

.jobTime {
    font-size:0.7rem;
    line-height:1.5rem;
    padding: 0 0 10px 0;
    color: #999;
	position:relative;
}
.jobTime:after{
    content: " ";
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 1px solid #e6e6e6;
    box-sizing: border-box;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
	}
.recruitForm_dl{
    overflow: hidden;
    padding: 0.25rem 0.5rem;
}
.recruitForm_dl dd{
    padding: 0.25rem 0px;
    overflow: hidden;
    position: relative;
}
.recruitForm_dl dd input{
    display: block;
    width: 100%;
    height: 1.75rem;
    overflow: hidden;
    border:1px solid #d4d4d4;
    -webkit-border-radius: 0.15rem;
    -moz-border-radius: 0.15rem;
    -ms-border-radius: 0.15rem;
    -o-border-radius: 0.15rem;
    border-radius: 0.15rem;
    padding: 0px 0.25rem;
    font-size: 0.6rem;
    color:#999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.75rem;
    outline: none;
}
.recruitForm_dl dd select{
    display: block;
    width: 100%;
    height: 1.75rem;
    overflow: hidden;
    border:1px solid #d4d4d4;
    -webkit-border-radius: 0.15rem;
    -moz-border-radius: 0.15rem;
    -ms-border-radius: 0.15rem;
    -o-border-radius: 0.15rem;
    border-radius: 0.15rem;
    padding: 0px 0.25rem;
    font-size: 0.6rem;
    color:#999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.75rem;
    outline: none;
    background: #fff;
}
.recruitForm_dl dd textarea{
    width: 100%;
    height: 4.5rem;
    overflow: hidden;
    border:1px solid #d4d4d4;
    padding: 0.25rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0.15rem;
    -moz-border-radius: 0.15rem;
    -ms-border-radius: 0.15rem;
    -o-border-radius: 0.15rem;
    border-radius: 0.15rem;
    outline: none;
    overflow-y: auto;
    font-size: 0.6rem;
    color:#999;
}
.recruitForm_dl dt{
    padding: 0.5rem 0px;
}
.code_dd{
    padding: 0.25rem 5.0rem 0.25rem 0px !important;
    position: relative;
}
.code_a{
    display: block;
    width: 4.5rem;
    height: 1.75rem;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top:0.25rem;
}
.recruitBt{
    display: block;
    margin:0px 0.5rem;
    height: 1.75rem;
    font-size: 0.6rem;
    color:#fff !important;
    text-align: center;
    line-height: 1.75rem;
    -webkit-border-radius: 0.15rem;
    -moz-border-radius: 0.15rem;
    -ms-border-radius: 0.15rem;
    -o-border-radius: 0.15rem;
    border-radius: 0.15rem;
    background: #ff7e00;
}
#picker{float: left;}
.cautiontitle{
    height: 1.3rem;
    line-height: 1.3rem;
    padding-left: 0.5rem;
    float: left;
    font-size: 0.6rem;
}
#selectPicture{float: left;}
#thelist{
    padding: 0px !important;
}
.uploader-file-list dd{
    width: 100% !important;
    overflow: hidden;
    height: auto !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.uploader-file-list dd img{
    width: 1.5rem !important;
    height: 1.5rem !important;
}
.uploadifyPic2{
    width: 100%;
}
.downLoadBt{
    position: absolute;
    right: 0px;
    top: 0.5rem;
    font-size: 0.6rem;
}
.recruitmentView{
    overflow: hidden;
    background: #fff;
    padding-bottom: 0.5rem;
}
a.formBt{
    display: block;
    height: 2.0rem;
    line-height: 2.0rem;
    overflow: hidden;
    text-align: center;
    font-size: 0.7rem !important;
    color:#fff !important;
    background: #d6000f;
    -webkit-border-radius: 0.15rem;
    -moz-border-radius: 0.15rem;
    -ms-border-radius: 0.15rem;
    -o-border-radius: 0.15rem;
    border-radius: 0.15rem;
}
.webuploader-pick{
    font-size: 0.6rem;
}
/**
 * 人才招聘（应聘表单提交）
 * @author 杨朝杰
 * @return
 */
.subPopBox{
    width: 100%;
    height: 100%;
    overflow: hidden;
	overflow-y:auto;
    position: fixed;
    left: 0px;
    top:0px;
    background:#fff;
    z-index: 999999;
    display: none;
}
.subPopCont{
    width:100%;
    overflow:hidden;
    background:#fff;
}
.closeSubPop{
    width: 30px;
    height: 28px;
    overflow: hidden;
    background:url(../images/closeVideoPop.png) no-repeat center center;
    position: absolute;
    right:10px;
    top:10px;
}
.jobBt {
    clear: both;
    width:6rem;
    height:2rem;
    border-radius: 3px;
    text-align: center;
    line-height:2rem;
    color: #fff !important;
    background: #ff7741;
    display: block;
    font-size:0.8rem;
    margin: 0 auto;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.customUpload{
	width:100% !important;
	height:100% !important;
	}
	
/*
* 招聘表单 kis2 2018-06-21
*/
.job_dl{
    overflow: hidden;
    padding: 0.25rem 0.5rem;
    background:#fff;
}
.jobPosition{
    padding: 0.25rem 0px;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 0.7rem;
    color:#333;
    text-align: center;
    position: relative;
    background:#fff;
}
.job_dl dd{
    overflow: hidden;
    position: relative;
    padding: 0.25rem 0px;
}
.job_dl dd:after{
    display: block;
    content: "";
    overflow: hidden;
    width: 100%;
    height: 1px;
    background: #ddd;
    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);
}
.formDiv{
    display: flex;
    overflow: hidden;
}
.jobL{
    overflow: hidden;
}
.joinTit{
    height: 1.5rem;
    line-height: 1.5rem;
    overflow: hidden;
    font-size: 0.7rem;
    color:#333;
}
.jobName{
    line-height: 1rem;
    overflow: hidden;
    font-size: 0.6rem;
    color:#666;
    text-align: right;
    padding: 0.25rem 0.25rem 0.25rem 0px;
}
.jobC{
    flex: 1;
    overflow: hidden;
}
.jobInp{
    display: block;
    width: 100%;
    height: 30px;
    overflow: hidden;
    line-height: 1.5rem;
    font-size: 0.6rem;
    color:#666;
    border:none;
    outline: none;
    background: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 3;
}
.jobArea{
    display: block;
    width: 100%;
    height: 60px;
    overflow-x: hidden;
    overflow-y: auto;
    line-height: 1rem;
    font-size: 0.6rem;
    color:#666;
    border:none;
    outline: none;
    background: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 3;
    padding: 0px 0.25rem;
}
.jobR{
    overflow: hidden;
}
.jobLabel{
    display: block;
    overflow: hidden;
    position: relative;
    padding-left: 1.0rem;
    margin-right: 0.75rem;
    background: url(../images/radio.png) no-repeat left center;
    background-size: auto 0.7rem;
}
.jobLabel span{
    display: block;
    height: 1.5rem;
    line-height: 1.5rem;
    overflow: hidden;
    font-size: 0.6rem;
    color:#666;
}
.jobLabel.checked{
    background: url(../images/radio_h.png) no-repeat left center;
    background-size: auto 0.7rem;
}
.jobRadio{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
}
.time{
    padding-right: 1.0rem;
    background: url(../images/dateIcon.png) no-repeat right center;
    background-size: auto 0.75rem;
}
.add{
    padding-right: 1.0rem;
    background: url(../images/address.png) no-repeat right center;
    background-size: auto 0.75rem;
}
.inpDiv{
    overflow: hidden;
    position: relative;
}
.bd_t:before{
    display: block;
    content: "";
    overflow: hidden;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    left: 0px;
    top: 0px;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    -o-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.bd_b:after{
    display: block;
    content: "";
    overflow: hidden;
    width: 100%;
    height: 1px;
    background: #ddd;
    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);
}
.bd_a:after{
    display: block;
    content: "";
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #ddd;
    box-sizing: border-box;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    -ms-border-radius: 0.3rem;
    -o-border-radius: 0.3rem;
    border-radius: 0.3rem;
}
a.uploadBt{
    display: block;
    overflow: hidden;
    height: 1.5rem;
    padding: 0px 0.75rem;
    background: #dc1616;
    border-radius: 3px;
    font-size: 0.6rem;
    color:#fff;
    line-height: 1.5rem;
}
.jobTip{
    height: 1.5rem;
    overflow: hidden;
    line-height: 1.5rem;
    font-size: 0.6rem;
    color:#999;
    padding: 0px 0.25rem;
}
a.doload_a{
    display: block;
    height: 1.5rem;
    overflow: hidden;
    line-height: 1.5rem;
    color:#dc1616;
    font-size:0.6rem;
}
.code_a{
    display: block;
    overflow: hidden;
    margin-left: 0.5rem;
}
.code_a img{
    display: block;
    height: 1.5rem;
}

/*
* 右边浮动 kis2
*/
.rightScroll{
    position: fixed;
    right:0.5rem;
    bottom:3.0rem; 
    z-index: 5;
}
#scrollTop{
    display: none;
    width:1.75rem;
    height: 1.75rem;
    line-height:1.75rem;
    text-align:center;
    border-radius:100%;
    background:rgba(255,255,255,0.9);
    -webkit-box-shadow:0px 0px 5px rgba(153,153,153,0.5);   
    -moz-box-shadow:0px 0px 5px rgba(153,153,153,0.5);   
    box-shadow:0px 0px 5px rgba(153,153,153,0.5);   
}
.goHome span{font-size:22px;color:#666;padding:0.25rem 0 0 0;}
#scrollTop em{font-size:26px;color:#666;padding:0.15rem 0 0 0;}
.goHome{
    display: block;
    width: 1.75rem;
    height: 1.75rem;
    overflow: hidden;
    text-align:center;
    border-radius:100%;
    background:rgba(255,255,255,0.9);
    -webkit-box-shadow:0px 0px 5px rgba(153,153,153,0.5);   
    -moz-box-shadow:0px 0px 5px rgba(153,153,153,0.5);   
    box-shadow:0px 0px 5px rgba(153,153,153,0.5); 
    margin-bottom: 0.25rem; 
}