@charset "utf-8";
/**
 * 框架部分 begin
 * @return
 */
#mobileTop {
    clear: both;
    width: 100%;
    z-index: 5;
    position: relative;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
}
#mobileCon {
    overflow: hidden;
    overflow-y: auto;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
    clear: both;
    background: #f3f3f3;
    position: relative;
    z-index: 4;
    left: 0;
    transform: translateX(0px);
    transition:all 0.3s linear;
    flex-grow: 1;
    flex-basis: 0;
}
#mobileFooter{clear:both; /*position:fixed; bottom:0;*/ width:100%; z-index:4;
-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
box-shadow: 0px 0px 3px rgba(0,0,0,0.2);}
#mobileConH {
    position: relative;
    min-height: calc(100vh - 11.25rem);
}
#mobileTop.hide1 #menu-btn span:first-of-type,
#mobileTop.hide #menu-btn span:first-of-type{
    transform: rotate(-45deg);
	width: 0.9rem;
}
#mobileTop.hide1 #menu-btn span:nth-of-type(2),
#mobileTop.hide #menu-btn span:nth-of-type(2){
    opacity: 0;
}
#mobileTop.hide1 #menu-btn span:nth-of-type(3),
#mobileTop.hide #menu-btn span:nth-of-type(3){
    transform: rotate(45deg);
	width: 0.9rem;
}
/*#mobileMenu.show{
    opacity: 1;
	visibility: visible;
}*/

#mobileTop.hide,#mobileCon.hide,#mobileFooter.hide{
    -webkit-transform: translateX(-10.0rem);
    transition: all 0.3s linear;
    }/*导航展开*/
#mobileTop.show,#mobileCon.show,#mobileFooter.show{
    -webkit-transform:translateX(0);
    transition: all 0.3s linear;
}/*导航关闭*/

#mobileTop.hide1,#mobileCon.hide1,#mobileFooter.hide1{
    -webkit-transform: translateX(10.0rem);
    transition: all 0.3s linear;
    }/*导航展开*/
#mobileTop.show1,#mobileCon.show1,#mobileFooter.show1{
    -webkit-transform:translateX(0);
    transition: all 0.3s linear;
}/*导航关闭*/

/*导航展开*/
@-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);}
}
#mobileBg.hide{-webkit-transition: all 0.6s;-webkit-transform: translateX(0px);}
#mobileBg.show{-webkit-transition: all 0.6s;-webkit-transform: translateX(0px);}

/*导航关闭*/
/**
 * 手机顶部
 * @author 杨朝杰
 * @return
 */
 #mobileMenu{
    width: 12.5rem;
}
#toolbarnav {
	display: flex;
	height: 2.25rem;
	width: 100%;
	max-width: 100%;
	position: relative;
	color: #fff;
    background: #fff;
}
.logo{
    flex: 1;
	display: block;
	padding: 0.35rem 0px 0.35rem 0.25rem;
}
.logo img{
	height: 1.5rem;
}
.topR{
    overflow: hidden;
    line-height: 2.25rem;
}
.topR a{
    font-size: 0.7rem;
    color:#fff;
    padding: 0px 0.25rem;
}
.topR i{
    color:rgba(255,255,255,0.5);
}
#toolbarnav h1 {
    flex: 1;
	text-align: center;
	display: block;
	text-align: center;
	line-height: 2.25rem;
	color: #333;
	font-size: 0.8rem;
	padding: 0 0.5rem 0 0;
    text-align: center;
    font-weight: normal;
}

#go-back {
	width: 2.25rem;
	height: 2.25rem;
	display: block;
	font-size: 1.0rem;
}
#go-back span {
	color: #666;
	font-size: 1.2rem;
	display: block;
    padding-left: 0.5rem;
    line-height: 2.25rem;
}
.menu{
    display: block;
    width: 2.25rem;
    height: 2.25rem;
    overflow: hidden;
    background: url(../images/menu.png) no-repeat center center;
    background-size: auto 0.9rem;
}
#menu-btn {
	display: block;
	width: 1rem;
	height: 2.25rem;
	position: absolute;
	left: 0.5rem;
	top: 0;
	font-size: 0;
	text-align: right;
    opacity: 1;
}

#menu-btn span {
	width: 1rem;
	border-bottom: 2px solid #666;
	display: inline-block;
	margin-bottom: 0.2rem;
	transition: 0.4s ease;
}
#menu-btn span:nth-of-type(1){
	margin-top: 0.8rem;
	transform-origin: top right;
}
#menu-btn span:nth-of-type(2){
	/*width: 0.6rem;*/
}
#menu-btn span:nth-of-type(3){
	/*width: 0.8rem;*/
	transform-origin: bottom right;
}
#menu-btn em {
	font-size: 1.0rem;
	color: #fff;
	opacity: 0.7;
	display: none;
	height: 2.25rem;
	line-height: 2.25rem;
	text-align: center;
}
.english{
    display: block;
    padding: 0.5rem;
}
.english img{
    display: block;
    height: 1.25rem;
}
#sub-btn {
	display: block;
	width: 2.5rem;
	height: 2.25rem;
	position: absolute;
	right: 0px;
	top: 0px;
}
#sub-btn span {
	font-size: 1.0rem;
	color: #fff;
	margin: 0.6rem 0 0 0.8rem;
	display: block;
}
#articleTool {
	position: relative;
	display: block;
	height: 2.25rem;
	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.25rem;
	color: #333;
	font-size: 0.8rem;
	margin: 0 2.0rem;
	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
 */
.closeMenu{
    display: block;
    height: 2.25rem;
    overflow: hidden;
    background: url(../images/close.png) no-repeat calc(100% - 0.5rem) center;
    background-size: auto 0.75rem;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
}
#mobileMenu header{position:relative;display:block;background:url(../images/cloud_bg2.png) no-repeat center bottom; background-size:cover;height:2.25rem;position:relative;}
#mobileMenu header h1{text-align: center;padding: 0.25rem 0px;color:#fff;font-size:16px; position:relative;}
#mobileMenu header h1 img{ height:1.75rem;}
/*#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;
}*/
.menu_ul{
    width:100%;
    overflow:hidden;
    /*overflow-y: auto;
    height: 100vh;*/
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.menu_ul li{
    display: block;
    overflow:hidden;
    position: relative;
}
.menu_ul li:after{
    content: "";
    position: absolute;
    left:0;
    bottom:0px;
    width:100%;
    height: 1px;
    background: #dadada;
    -webkit-transform-origin: scaleY(0.5);
    transform-origin: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.menu_ul li:last-child:after{
    display: none;
}
.menuTop{
    overflow: hidden;
    height:2.25rem;
    line-height:2.25rem;
    display: flex;
    padding: 0px 0.5rem;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.menu_a{
    font-size:0.7rem;
    display: block;
    flex: 1;
    color:#666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position:relative;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.menu_a span{
    color:#666;
    font-size:0.7rem;
    display: block;
    flex:1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-align: center;
}
.slideDownBt{
    display: block;
    width: 2.25rem;
    height: 2.25rem;
    position: relative;
}
.slideDownBt:after{
    display: none;
    content: "";
    overflow: hidden;
    width: 0.5rem;
    height: 0.1rem;
    position: absolute;
    right: 0px;
    top: 50%;
    background: #999;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}
.slideDownBt:before{
    display: none;
    content: "";
    overflow: hidden;
    width: 0.5rem;
    height: 0.1rem;
    position: absolute;
    right: 0px;
    top: 50%;
    background: #999;
    -webkit-transform:  translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slideDownBt.show:after,
.slideDownBt.show:before{
    display: block;
}
#mobileMenu ul li.hover .slideDownBt:after{
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
#mobileMenu ul li.hover .slideDownBt:before{
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    -o-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}
#mobileMenu ul li.active .slideDownBt:after{
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}
#mobileMenu ul li.active .slideDownBt:before{
    -webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    -o-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
}
.menu_a i{
    display: none;
    font-size: 0.9rem;
    color:#666;
    line-height: 2rem;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#mobileMenu ul li.hover .menu_a span,
#mobileMenu ul li.hover .menu_a i,
#mobileMenu ul li.hover .menu_a:after{
    color:#fff;
}
#mobileMenu ul li.hover .menuTop{
    background: #ce0d0d;
}
#mobileMenu ul li.hover .menuTop em:after,
#mobileMenu ul li.hover .menuTop em:before{
    background: #fff;
}
/*#mobileMenu ul li.hover a:after {
    content: " ";
    position: absolute;
    left:0;
    bottom:0px;
    width:100%;
    height: -1px;
    border-bottom: 1px solid #4fb9eb;
    -webkit-transform-origin: scaleY(0.3);
    transform-origin: scaleY(0.3);
    -webkit-transform: scaleY(0.3);
    transform: scaleY(0.3);
}
#mobileMenu ul li.hover .menu_a{background:#d6000f;}*/
#mobileMenu ul li.hover .menu_a i{
    transform: rotate(90deg);
}
#mobileMenu ul li.hover.active .menu_a i{
    transform: rotate(0deg);
}
.menu_dl dd.hover .subMenu_a{
    color:#ce0d0d;
}
.menuDiv{
    display: none;
    overflow: hidden;
    background: #f9f9f9;
}
.menu_dl{
    overflow: hidden;
    padding: 0.25rem 0px;
}
.menu_dl dd{
    overflow: hidden;
    height: 1.75rem;
    line-height: 1.75rem;
}
.subMenu_a{
    display: block;
    overflow: hidden;
    font-size: 0.6rem;
    color:#666;
    position: relative;
    padding-right: 2.25rem;
    text-align: center;
    padding-left: 0.5rem;
}
.subMenu_a i{
    font-size: 0.7rem;
    padding-right: 0.25rem;
}
/*.subMenu_a:before{
    display: block;
    content: "";
    overflow: hidden;
    width: 0.15rem;
    height: 0.15rem;
    position: absolute;
    left: 0px;
    top: 50%;
    background: #666;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}*/
.menu_dl dd.hover .subMenu_a:before{
    background: #d6000f;
}
#searchBt{
    position: absolute;
    right: 0px;
    top: 0px;
    overflow: hidden;
}
#searchBt span{
    display: block;
    width: 2.25rem;
    height: 2.25rem;
    overflow: hidden;
    background: url(../images/search.png) no-repeat center center;
    background-size: 1.0rem;
}
/**
 * 二级导航
 */

#mobileSubNav {
	position: relative;
	z-index: 9;
	margin: 0 auto;
}
.mobileSubNav_title {
	position: relative;
    height: 2.25rem;
}
.subMenuBox{
    height: 2.25rem;
    line-height: 2.25rem;
	text-align: center;
	font-size: 0.75rem;
	color: #333;
    background: #fff;
    position: relative;
}
.subMenuBox i{
	padding-left: 0.3rem;
}
.subMenu{
    overflow-y: hidden;
    overflow-x: auto;
	background: #fff;
    font-size: 0px;
    white-space: nowrap;
    position: relative;
}
.subMenu dd{
    display: inline-block;
    height: 2.25rem;
    overflow: hidden;
    line-height: 2.25rem;
    position: relative;
}
.subMenu 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);
    z-index: 2;
}
/*.subMenu:after{
	border-color: #4b4b4b;
	z-index: -1;
}*/
.twoMenu a{
	display: block;
	color: #666;
	text-align: center;
	font-size: 0.7rem;
    padding: 0px 0.5rem;
}
.subMenu dd.hover .twoMenu a{
	color: #fff;
    background: #ce0d0d;
}
.subMenuBg{
	width: 100%;
    height: 300%;
    position: fixed;
    background: rgba(0, 0, 0, 0.3);
    z-index: 99;
    left: 0;
    top: 0px;
	display: none;
}

/**
 * 固定的底部
 * @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;
}
.foot_dl{
    height:2.25rem;
    overflow: hidden;
    display: flex;
}
.foot_dl dd{
    flex: 1 0 0;
    overflow: hidden;
}
.foot_a{
    display: block;
    overflow: hidden;
    padding-top: 0.2rem;
}
.foot_a span{
    display: block;
    overflow: hidden;
    height: 0.9rem;
}
.foot_dl dd:nth-child(1) .foot_a span{
    background: url(../images/footIcon1.png) no-repeat center center;
    background-size: auto 0.9rem;
}
.foot_dl dd:nth-child(1).hover .foot_a span{
    background: url(../images/footIcon1_h.png) no-repeat center center;
    background-size: auto 0.8rem;
}
.foot_dl dd:nth-child(2) .foot_a span{
    background: url(../images/footIcon2.png) no-repeat center center;
    background-size: auto 0.85rem;
}
.foot_dl dd:nth-child(2).hover .foot_a span{
    background: url(../images/footIcon2_h.png) no-repeat center center;
    background-size: auto 0.85rem;
}
.foot_dl dd:nth-child(3) .foot_a span{
    background: url(../images/footIcon3.png) no-repeat center center;
    background-size: auto 0.85rem;
}
.foot_dl dd:nth-child(3).hover .foot_a span{
    background: url(../images/footIcon3_h.png) no-repeat center center;
    background-size: auto 0.85rem;
}
.foot_dl dd:nth-child(4) .foot_a span{
    background: url(../images/footIcon4.png) no-repeat center center;
    background-size: auto 0.85rem;
}
.foot_dl dd:nth-child(4).hover .foot_a span{
    background: url(../images/footIcon4_h.png) no-repeat center center;
    background-size: auto 0.85rem;
}
.foot_a i{
    display: block;
    overflow: hidden;
    text-align: center;
    font-size: 0.6rem;
    color:#666;
    padding-top: 0.1rem;
}
.foot_dl dd.hover .foot_a i{
    color:#c0232d;
}
/**
 * 固定的底部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:#333;
	position:relative;
}
.footerBar2:after{
    content: " ";
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    border-top:1px solid #222;
    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: 1.75rem;
	height: 1.75rem;
	line-height: 1.75rem;
	text-align: center;
	border-radius: 100%;
	background: rgba(255, 255, 255, 0.9);
	position: fixed;
	right: 0.5rem;
	bottom: 3.0rem;
	z-index: 9999;
	display: none;
	-webkit-box-shadow: 0px 0px 0.25rem rgba(153, 153, 153, 0.5);
	-moz-box-shadow: 0px 0px 0.25rem rgba(153, 153, 153, 0.5);
	box-shadow: 0px 0px 0.25rem rgba(153, 153, 153, 0.5);
}

#scrollTop em {
	font-size: 1.3rem;
	color: #666;
	padding: 0.15rem 0 0 0;
}


/**
 * page
 * @author 杨朝杰
 * @return
 */

.ajaxLoad {
	color: #666;
	height: 2.0rem;
	line-height: 2.0rem;
	text-align: center;
	clear: both;
	position: relative;
	background: #fff;
	margin: 0.25rem 0 0 0;
}

.ajaxLoad i {
	font-size: 0.8rem;
	margin: 0 0.25rem 0 0;
	color: #fc8b1c;
}
/**
 * 文章阅读页
 * @author 杨朝杰
 * @return
 */	
.articleBox{
	line-height:1.5rem;
	color:#666;
	padding:10px;
	font-size:0.75rem;
	min-height:13rem;
}
.articleBox img{max-width:100%;}
.articleTitle{
	font-size: 0.8rem;
    color: #333;
    line-height: 1.5rem;
    text-align: center;
}
.articleTime{
	display: block;
	clear: both;
	color: #999;
	font-size:0.6rem;
	padding:0 0 5px 0;
    text-align: center;
}
.articleTime .center{
    display: inline-block;
}
.articleTime span:nth-of-type(1){
	padding-left: 0.8rem;
	background: url(../images/time.png) left center no-repeat;
	background-size: 0.7rem;
}
.articleTime span:nth-of-type(2){
	padding-left: 1rem;
	margin-left: 0.5rem;
	background: url(../images/view1.png) left center no-repeat;
	background-size: 0.9rem;
}
.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;
    }
.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.word{color:#37a6ff !important; }
.articleHand a.ppt{color:#ff7735 !important;}
.articleHand a.excel{color:#15bf44 !important; }
.articleHand a.pdf{color:#1369c0 !important; }
.articleHand a.zip{color:#ff9779 !important; }

.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: 5px;
}
.articelImgSlide .swiper-button-prev{
    left: 0px;
    background: url(../images/aboutPrev3.png) no-repeat center center;
    background-size: auto 30px;
    outline: none;
}
.articelImgSlide .swiper-button-next{
    right: 0px;
    background: url(../images/aboutNext3.png) no-repeat center center;
    background-size: auto 30px;
    outline: none;
}
.articelImgSlide .swiper-pagination-bullet{background: #eee;opacity: 1;}
.articelImgSlide .swiper-pagination-bullet-active{background: #007aff;}
.pageUp{
	line-height: 1.5rem;
	font-size: 0.7rem;
	color: #eee;
	padding: 0.5rem;
}
.pageUp a{
	color: #eee;
}
/**
 * 分享
 * @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.5) url(../images/share/weChatShare.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:#f5f5f5;position:relative;}
.audio-detail:after{content: " "; width: 200%; height: 200%; position: absolute; top: 0; left: 0; border: 1px solid #f5f5f5; 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;}


/*
* 快速导航 begin
*/
.fastMenu{
    overflow: hidden;
    background: #fff;
    padding: 0.25rem 0px;
}
.fast_dl{
    padding: 0.25rem;
    overflow: hidden;
}
.fast_dl dd{
    width: 33.3333333%;
    overflow: hidden;
    float: left;
    display: inline;
    padding: 0.25rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fast_a{
    overflow: hidden;
    display: block;
    padding: 0px 0.25rem;
}
.fast_a span{
    width: 3.5rem;
    display: block;
    margin: 0px auto;
}
.fast_a span:after{
    display: block;
    content: "";
    overflow: hidden;
    padding-top: 100%;
}
.fast_a i{
    display: block;
    line-height: 1.0rem;
    font-size: 0.7rem;
    color:#333;
    text-align: center;
    padding-top: 0.35rem;
}
/*
* banner kis2
*/
.banner{
    position: relative;
    overflow: hidden;
}
.banner .pic{
    padding-top: 56.25%;
    overflow: hidden;
}
.banner .swiper-pagination-bullet{
    background: #fff;
    opacity: 1;
}
.banner .swiper-pagination-bullet-active{
    background: #ce0d0d;
}

/*
* 通栏 kis2
*/
.row{
    overflow: hidden;
}
.titBox{
    overflow: hidden;
    position: relative;
    padding: 0px 0.5rem;
}
.tit{
    position: relative;
    overflow: hidden;
    line-height: 2.25rem;
}
.tit span{
    display: block;
    overflow: hidden;
    font-size: 1.0rem;
    color:#da251d;
    position: relative;
    z-index: 3;
    text-align: center;
    font-weight: bold;
}
.tit em{
    display: block;
    overflow: hidden;
    font-size: 0.8rem;
    color:#ebebeb;
    text-align: center;
    line-height: 1.5rem;
    position: absolute;
    left: 0px;
    top: 0.5rem;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 2;
}
.tit span:after{
    display: block;
    content: "";
    overflow: hidden;
    width: 25px;
    height: 2px;
    background: #b0201a;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
}
.more{
    overflow: hidden;
    display: block;
    line-height: 2.25rem;
    font-size: 0.6rem;
    color:#c6c5c5;
}
.more span{
    display: block;
    height: 2.25rem;
    line-height: 2.25rem;
    font-size: 0.9rem;
    color:#999;
    overflow: hidden;
}

.aboutIntr{
    overflow: hidden;
    font-size: 0.7rem;
    color:#666;
    line-height: 1.25rem;
    margin: 0.5rem;
}


.pic{
    padding-top: 66.666666667%;
    overflow: hidden;
    position: relative;
}
.newsSwiper .pic{
    padding-top: 133.33333333%;
}
.newsSwiper{
    margin: 0.5rem 0.5rem 0.0rem 0.5rem;
    overflow: hidden;
    position: relative;
    padding-bottom: 1.0rem;
}
.newsSwiper .listName{
    width: 100%;
    background: #b0201a;
    overflow: hidden;
    line-height: 2.0rem;
    font-size: 0.35rem;
    color:#fff;
    padding: 0px 0.5rem;
    position: absolute;
    left: 0px;
    bottom: 0px;
    box-sizing: border-box;
    text-align: center;
}
.listDeta{
    overflow: hidden;
}
.newsSwiper.swiper-container-horizontal>.swiper-pagination-bullets,
.newsSwiper .swiper-pagination-custom, 
.newsSwiper .swiper-pagination-fraction{
    left: 0px;
    bottom: 0px;
}
.newsSwiper .swiper-pagination-bullet{
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 100%;
    background: #c9c9c9;
    opacity: 1;
}
.newsSwiper .swiper-pagination-bullet-active{
    background: #b0201a;
}
.textImg1{min-height:30vh}
.textImg1 dd .listNum,
.textImg1 dd .listTime{
    line-height: 1.25rem;
    color:#999;
}
.block{
    padding-left: 1.0rem;
    background: url(../images/block.png) no-repeat left center;
    background-size: auto 0.6rem;
}
.eyes{
    padding-left: 1.0rem;
    background: url(../images/eyes.png) no-repeat left center;
    background-size: 0.75rem auto;
}

/*
* 诸侯快讯网址 kis2
*/
.tabBox{
    overflow: hidden;
    padding: 0px 0.5rem;
}
.tab_dl{
    overflow: hidden;
}
.tab_a{
    display: block;
    overflow: hidden;
    line-height: 2.0rem;
    font-size: 0.7rem;
    color:#3a3a3a;
    background: #d6d6d6;
    transition: all 0.3s linear;
    text-align: center;
}
.tab_dl dd.hover .tab_a{
    background: #b0201a;
    color:#fff;
}
/*
* subBanner kis2
*/
.subBanner{
    overflow: hidden;
    padding-top: 53.75%;
}

/*
* 搜索 kis2
*/
#search{
    background: #f5f5f5;
}
.moveHeadTxt{
    display: block;
    line-height: 2.25rem;
    overflow: hidden;
    font-size: 0.8rem;
    color:#fff;
    text-align: center;
}
.searchCont{
    display: flex;
    overflow: hidden;
    background: #929292;
    padding: 0.5rem;
}
#search .moveHead:after{
    background: #a0a0a0;
}
.searchFormDiv{
    flex: 1;
    overflow: hidden;
    background: #fff;
    padding: 0px 0.25rem;
    -webkit-border-radius: 0.15rem;
    -moz-border-radius: 0.15rem;
    -ms-border-radius: 0.15rem;
    -o-border-radius: 0.15rem;
    border-radius: 0.15rem;
}
.searchFormDiv input{
    display: block;
    width: 100%;
    height: 2.0rem;
    overflow: hidden;
    line-height: 2.0rem;
    font-size: 0.6rem;
    color:#666;
    background: none;
    outline: none;
    border:none;
}
.goSearch{
    display: block;
    height: 2.0rem;
    overflow: hidden;
    line-height: 2.0rem;
    font-size: 0.7rem;
    color:#666;
    background: #fff;
    -webkit-border-radius: 0.15rem;
    -moz-border-radius: 0.15rem;
    -ms-border-radius: 0.15rem;
    -o-border-radius: 0.15rem;
    border-radius: 0.15rem;
    margin-left: 0.5rem;
    padding: 0px 1.0rem;
}
.hotSearch{
    overflow: hidden;
    font-size: 0.7rem;
    color:#333;
    line-height: 1.5rem;
    padding: 0px 0.5rem;
}
.hotSearchCont{
    overflow: hidden;
    padding: 0.25rem;
}
.hotSearchCont a{
    float: left;
    display: block;
    font-size: 0.6rem;
    color:#666;
    height: 1.5rem;
    line-height: 1.5rem;
    background: #fff;
    -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.5rem;
    margin: 0.15rem 0.25rem;
}


/*
* 荣誉资质 kis2
*/
.imgList2{
    padding: 0.25rem;
    overflow: hidden;
}
.imgList2 dd{
    padding: 0.25rem;
    overflow: hidden;
    width: 50%;
    float: left;
    box-sizing: border-box;
}
.imgList2 .list_a{
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
    padding: 0.25rem;
    border-radius: 0.15rem;
}
.imgList2 .pic{
    background: #f5f5f5;
}
.imgList2 .listName{
    display: block;
    overflow: hidden;
    line-height: 1.0rem;
    height: 1.0rem;
    text-align: center;
    padding-top: 0.25rem;
}

/*
* 联系我们 kis2
*/
.map{
    padding: 0.5rem;
    overflow: hidden;
    background: #fff;
    height: 7.5rem;
}
.contactDeta{
    overflow: hidden;
    background: #fff;
}
.contactTit{
    overflow: hidden;
    font-size: 0.7rem;
    color:#333;
    text-align: center;
    line-height: 1.5rem;
    position: relative;
    padding: 10px 0px;
}
.contactTit:after{
    display: block;
    content: "";
    overflow: hidden;
    width: 100%;
    height: 0px;
    border-bottom: 1px dotted #ddd;
    transform: scaleY(0.5);
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.contact_ul{
    overflow: hidden;
    padding: 0px 0.5rem;
}
.contact_ul li{
    line-height: 1.0rem;
    font-size: 0.6rem;
    color:#999;
    overflow: hidden;
    padding: 0.25rem 0px 0.25rem 1.0rem;
}
.contact_ul li:nth-child(1){
    background: url(../images/add.png) no-repeat left 8px;
    background-size: auto 0.75rem;
}
.contact_ul li:nth-child(2){
    background: url(../images/tel.png) no-repeat left 8px;
    background-size: auto 0.75rem;
}
.contact_ul li:nth-child(3){
    background: url(../images/email.png) no-repeat left 10px;
    background-size: 0.75rem auto;
}
.contact_ul .listName{
    color:#333;
}
.about{
    overflow: hidden;
    position: relative;
    padding: 0.5rem;
}
.aboutTit{
    overflow: hidden;
    position: relative;
    padding-left: 0.4rem;
}
.aboutTit:after{
    display: block;
    content: "";
    overflow: hidden;
    width: 2px;
    height: 0.7rem;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: #b0201a;
    line-height: 2.0rem;
}
.aboutTit span{
    font-size: 0.7rem;
    color:#333;
}
.aboutTit i{
    font-size: 0.6rem;
    color:#dfdfdf;
    padding-left: 0.5rem;
    text-transform: uppercase;
}
.about .aboutIntr{
    margin: 0px;
}
.aboutImg_dl{
    overflow: hidden;
    margin: 0px -0.25rem;
}
.aboutImg_dl dd{
    width: 50%;
    float: left;
    display: inline;
    overflow: hidden;
    padding: 0.25rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0.15rem;
}
.aboutImg_dl .pic{
    border-radius: 0.15rem;
}
/*
* 文件下载 kis2
*/
.download_dl{
    overflow: hidden;
}
.download_dl dd{
    position: relative;
    overflow: hidden;
    line-height: 2.25rem;
    padding: 0px 0.5rem;
}
.download_dl dd:after{
    display: block;
    content: "";
    overflow: hidden;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    left: 0px;
    bottom: 0px;
    transform: scaleY(0.5);
}
.list_a.flex-r{
    display: flex;
}
.download_dl .listName,
.download_dl .listTime{
    line-height: 2.25rem;
}
.download_dl .listName{
    padding-left: 1.5rem;
    background: url(../images/download.png) no-repeat left center;
}

.textImg1 dd .list_a>.listName{
    line-height: 1.25rem;
}
.textImg1 dd .list_a>.listTime{
    margin-left: 0.75rem;
}

.textImg1 dt{
    overflow: hidden;
    padding: 0.5rem;
}
.textImg1 dt .pic{
    padding-top: 66.66666667%;
    position: relative;
}
.textImg1 dt .listName{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0,0,0,0.5);
    line-height: 2.0rem;
    padding: 0px 0.5rem;
    font-size: 0.7rem;
    color:#fff;
}

/*
* copyRight kis2
*/
.copyRight{
    overflow: hidden;
    font-size: 0.65rem;
    text-align: center;
    color:#fff;
    line-height: 1.0rem;
    background: #b0201a;
}
.copyRight1{
    padding: 0.5rem;
    overflow: hidden;
	color:#ddd;
}
.copyRight2{
    padding: 0.5rem;
    overflow: hidden;
    background: #921e19;
	color:#ddd;
}

/*
* 诸侯快讯 kis2
*/
.partySwiper{
    position: relative;
    overflow: hidden;
    margin: 0.5rem;
}
.partySwiper .pic{
    padding-top: 37.1428571%;
}
.partySwiper.swiper-container-horizontal>.swiper-pagination-bullets,
.partySwiper .swiper-pagination-custom, 
.partySwiper .swiper-pagination-fraction{
    left: auto;
    right: 0.25rem;
    bottom: 0.25rem;
    width: auto;
}
.partySwiper .swiper-pagination-bullet{
    background: #a5a5a5;
    opacity: 1;
}
.partySwiper .swiper-pagination-bullet-active{
    background: #b0201a;
}
.textImg1 dd .pic{
    padding-top: 0px;
    width: 6.0rem;
    margin-right: 0.5rem;
}
.textImg1 dd .pic:before{
    padding-top: 66.6666667%;
    display: block;
    content: "";
    overflow: hidden;
}

/*
* 招聘
*/
.recruit_dl{
    overflow: hidden;
    padding: 0.25rem;
    background: #fff;
}
.recruit_dl dd{
    overflow: hidden;
    padding: 0.25rem;
}
.recruit_a{
    display: flex;
    overflow: hidden;
    height: 1.75rem;
    background: #e7ecee;
    padding: 0px 0.5rem;
}
.recruit_a span{
    display: block;
    overflow: hidden;
    font-size: 0.6rem;
    color:#666;
    text-align: left;
    height: 1.75rem;
    line-height: 1.75rem;
    text-align: center;
}
/*.recruit_a span:nth-child(1){
    text-align: left;
    width: 40%;
}
.recruit_a span:nth-child(2){
    width: 20%;
}
.recruit_a span:nth-child(3){
    width: 30%;
}*/
.recruit_a span:nth-child(3){
    padding-left: 10px;
    background: url(../images/trangle.png) no-repeat left center;
}
/*.recruit_dl dd.hover .recruit_a span:nth-child(4){
    background: url(../images/rucruitIcon_h.png) no-repeat right center;
}*/
.recruitCont{
    display: none;
    overflow: hidden;
}
.recruitCont .articleBox{
    font-size: 0.6rem;
    line-height: 1.0rem;
}
.goJoin{
    display: block;
    height: 2.0rem;
    overflow: hidden;
    font-size: 0.6rem;
    color:#fff !important;
    text-align: center;
    line-height: 2.0rem;
    background: #b0201a;
    border-radius: 0.15rem;
    margin: 0px 0.5rem;
}
.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;
}