﻿/*
	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);	
	
	//四边
    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:0px;padding:0px;}
html{overflow-x: hidden;}
body{font-family:"microsoft yahei";background:#f7f7f7;font-size: 12px;color:#666;}
input, textarea{-webkit-tap-highlight-color: rgba(255,255,255,0);}
i{font-style:normal;}
a{outline: none;-webkit-appearance: none;-webkit-tap-highlight-color: rgba(255,255,255,0);font-family: "microsoft yahei";text-decoration: none;color: #666;}
input[type="button"], input[type="submit"], input[type="reset"]{-webkit-appearance: none;}
a:visited{color: #666;outline: none;}
a:hover{color: #3c7843;outline: none;}
a:active{color: #666;outline: none;}
ul, ol{list-style: none;vertical-align: middle;}
img{border: 0px;vertical-align:middle}
.fl{float: left;display: inline;}
.fr{float: right;display: inline;}
.clear{ clear:both; overflow:hidden; height:0;}
.h5{ height:5px;}
.h10{ height:10px;}
.h15{ height:15px;}
.h20{ height:20px;}
.h25{ height:25px;}
.h30{ height:30px;}
.whiteBg{background:#fff;overflow:hidden;}
.wbox{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;}
.wbox-flex{-webkit-flex:1!important;-webkit-box-flex:1}
/*浏览器滚动条*/
::-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 * @return */
#mobileTop{clear:both; position:fixed;z-index:5;width:100%;left:0; box-shadow:0px 0px 5px rgba(0,0,0,0.1)}
#mobileCon{overflow:hidden;overflow-y:auto;clear:both; background:#fff; position:relative;z-index:4;left:0;}
#mobileFooter{clear:both; position:fixed; bottom:0; width:100%; z-index:4;left:0;}
#mobileMenu{height:100%;display:block;position:fixed; top:0;width:250px;z-index:9999;background:#ed7901;right:-250px; 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;}
#mobileTop.hide,#mobileCon.hide,#mobileFooter.hide,#mobileMenu.hide{-webkit-transition: all 0.6s;-webkit-transform: translateX(-250px);}/*导航展开*/
#mobileTop.show,#mobileCon.show,#mobileFooter.show,#mobileMenu.show{-webkit-transition: all 0.6s;-webkit-transform:translateX(0);}/*导航关闭*/
#mobileBg.hide{-webkit-transition: all 0.6s;-webkit-transform: translateX(-250px);}
#mobileBg.show{-webkit-transition: all 0.6s;}

/** * 手机顶部 * @return */
#toolbarnav{display: block;height:45px;width: 100%;max-width:100%;position: relative;background:#fff;}
#toolbarnav h1{text-align: center;display: block;text-align: center;line-height: 45px;color: #3c7843;font-size: 16px;padding:0 10px 0 0;}
#go-back{position: absolute;top:0;width:40px;height:45px;display:block;left:0;font-size:20px;}
#go-back span{color:#3c7843;font-size:24px;display:block;margin:10px 0 0 12px;}
#menu-btn{display: block;width:40px;height:45px;position: absolute;right:0;top:0; text-align:center;}
#menu-btn span{font-size:20px;color:#7a7a7a;height:45px; line-height:45px; text-align:center;}
#menu-btn em{font-size:20px;color:#7a7a7a;display: none;height:45px; line-height:45px; text-align:center;}
#sub-btn{display: block;width: 50px;height: 45px;position: absolute;right: 0;top: 0;}
#sub-btn span{font-size: 20px;color: #fff;margin: 12px 0 0 16px;display: block;}

#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: 45px;color:#333;font-size: 16px;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;}
.logo{padding-left:10px; padding-top:7px;}
.logo img{height:30px;}


/** * 一级导航 * @return */
#mobileMenu header{display:block;background:#0d5d8b;height:45px;position:relative;}
#mobileMenu header h1{text-align: center;padding-top: 10px;color:#fff;font-size: 16px; position:relative;}
#mobileMenu header:after{content: " "; position: absolute; left: 0; bottom:0px; width: 100%; height: -1px; border-bottom: 1px solid #085c8b; -webkit-transform-origin: scaleY(0.5); transform-origin: scaleY(0.5); -webkit-transform: scaleY(0.5); transform: scaleY(0.5);}
#mobileMenu header{display:block;background:#000;height:40px;}
#mobileMenu header h1{text-align: center;padding-top: 10px;color: #fff;font-size: 16px;text-shadow: 1px 1px 0px #313131;}


.mobileMenuBox{position: relative; height: 100%; overflow-y: auto;}
.mobileMenuBox ul{width: 100%; overflow: hidden;}
#mobileMenu ul li{display: block;overflow:hidden;position: relative;}
#mobileMenu ul .nav_a{display:block;background:#ed7901;font-size:14px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;position:relative; padding: 0px 20px;}
#mobileMenu ul li .nav_a span{display: inline-block; position: relative; line-height: 37px; height: 37px; font-size: 14px; color:#fff;}
#mobileMenu ul li .nav_a span:after{display: none; content: "\f105"; width: 15px; height: 40px; overflow: hidden; position: absolute; right: -20px; top:0px; font-size: 18px; color:#fff; line-height: 40px; text-align: left; border:none; font-family: 'FontAwesome'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear;}
#mobileMenu ul li .nav_a span.active:after{display: block;}
#mobileMenu ul li.hover .nav_a span:after{content: "\f107"; color:#333}
#mobileMenu ul li.hover .nav_a{background: #fff;}
#mobileMenu ul li.hover .nav_a span{color:#e50716}
#mobileMenu ul li.hover .subMenu{display: block;}
.subMenu{display: none; width: 100%; overflow: hidden; text-align: left; background: #fbe4cc;}
.subMenu a{display:block;height:35px;line-height:35px; background:#fbe4cc;color:#666;padding-left: 20px; position:relative}
.subMenu a:after{content: " "; position: absolute; left: 0; bottom:0px; width: 100%; height: -1px; border-bottom: 1px solid #f8cfa3; -webkit-transform-origin: scaleY(0.5); transform-origin: scaleY(0.5); -webkit-transform: scaleY(0.5); transform: scaleY(0.5);}
.subMenu a.hover{color:#fff;}

/** * 二级导航 */
#mobileSubNav{height:40px;position:relative;z-index:999999999999999;margin:0 auto;}
#mobileSubNav.navNum1{display:none;}
#mobileSubNav.navNum2 .SubNav_open{display:none;}
#mobileSubNav.navNum2 .mobileSubNav_title ul{padding:0}
#mobileSubNav.navNum2 .mobileSubNav_title ul li{width:50%;}
#mobileSubNav.navNum3 .SubNav_open{display:none;}
#mobileSubNav.navNum3 .mobileSubNav_title ul{padding:0}
#mobileSubNav.navNum3 .mobileSubNav_title ul li{width:33.333%;}
#mobileSubNav.navNum3 .mobileSubNav_title ul li:last-child:after{display:none;}
.mobileSubNav_title{height:40px;background:#ed7901;position:relative;z-index:999999999999999999; width:100%; margin-bottom:10px;}
.SubNav_open{width:40px;height:40px;display:block;color:#fff;position:absolute;top:0;right:0;z-index:999999999999999999999999999999;}
.SubNav_open:after{content: " "; position:absolute; right:-2px; top: 0; width:1px; height:40px; 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:40px;font-size:24px;line-height:40px;text-align:center;}
.mobileSubNav_title ul{width:100%;display:block;overflow:hidden;padding:0 40px 0 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing:border-box;}
.mobileSubNav_title ul li{width:100%;display:block;height:40px;float:left;font-size:14px;position:relative;}
.mobileSubNav_title ul li a{display:block;line-height:40px;text-align:left; color:#fff; padding-left:10px;}
#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%;top:40px;position:absolute;z-index:90;padding:6px 0;overflow:hidden;background:#fff;display:none;z-index:9999999999;}
#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:25%;display:block;float:left;}
#mobileSubNav dl dd a{display:block;background:#fff;color: #666;margin:5px;line-height:28px;text-align:center;position:relative;font-size:13px;}
#mobileSubNav dl dd a:after{content: " "; width: 200%; height: 200%; position: absolute; top: 0; left: 0; border: 1px solid #ed7901; 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:#fff; background:#ed7901;}

/*三级*/
#sjMenu{bottom:0;position:fixed;width:100%;height:0;background:#efefef;z-index:999999999999999;margin:0 auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box; overflow:hidden;}
#sjMenu.sjshow{transition:all 0.5s; -webkit-transition:all 0.5s;height:100%;}
.sjMenu_title{height:45px;background:#2090c4; overflow:hidden;}
.sjMenu_title strong{display:block;line-height:45px;float:left;color:#fff;padding:0 0 0 10px;font-size:18px;}
.sjMenu_close{width:25px;height:25px;display:block;float:right;margin:9px;}
.sjMenu_close span{display:block;color:#fff;font-size:20px;margin:3px 0 0 2px;}
.sjMenuC{padding:16px 16px 20px 16px;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:100%;}
#sjMenu .sjMenuCC{height:100%; overflow-y:auto;background:#FFF;-webkit-border-radius: 5px 5px 0 0;-moz-border-radius:5px 5px 5px 5px;-o-border-radius:5px 5px 5px 5px;border-radius:5px 5px 5px 5px;}
#sjMenu .sjMenuCC a{display:block;clear:both;height:40px;clear:both;border-bottom:1px solid #f0f0f0;background:#fff;line-height:40px;padding:0 10px;}
#sjMenu .sjMenuCC a:hover{background:#f8f8f8;}
#sjMenu .sjMenuCC a.hover{background:#f8f8f8;}

/** * 固定的底部 * @return */
.footerBar{font-size:12px;overflow: hidden;color: #fff;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-background-clip: content;-moz-background-clip: content;background-clip: content;width: 100%;height:48px;background:#fff; box-shadow:0px 0px 5px rgba(0,0,0,0.1)}
.footerBar div{height: 48px;width:25%;float: left;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-background-clip: content;-moz-background-clip: content;background-clip: content;text-align: center;overflow:hidden;position:relative;}
.footerBar div a{display:block;height:37px;width: 100%;color:#9c9c9c;padding:4px 0 0 0;}
.footerBar div a em{display:block;height:20px;clear: both;text-align: center; margin-bottom:4px;}
.footerBar div a em img{display:block; height:20px; margin:0 auto;}
.footerBar div a span{display: block;clear: both;font-size:13px;text-align: center;}
.footerBar div i{height:15px;font-size: 20px;margin: 10px 0 0 0;display: block;}
.footerBar div:after{content: " "; width:1px; height: 200%; position: absolute; top: 0; left: 0; border-right: 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;}
.footerBar div:first-child{border:none;}
.footerBar div:first-child a{border:none; color:#ed7901;}

/** * 返回顶部 * @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:9999;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;}

#fixedTel{width:35px;height:35px;line-height:35px;text-align:center;border-radius:100%;background:rgba(250,163,2,0.9);position: fixed;right:10px;bottom:100px;z-index:9999;-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);}
#fixedTel a{display:block; height:100%; background:url(../images/tel.png) no-repeat center center; background-size:auto 20px;}

/** * page * @return */
.ajaxLoad{color:#666;height:40px;line-height:40px;text-align:center;clear:both;position:relative;background:#fff;margin:5px 0 0 0;}
.ajaxLoad i{font-size:16px;margin:0 5px 0 0;color:#fc8b1c;}

/** * 文章阅读页 * @return */
.articleBox{line-height:26px;color:#828282;padding:10px;font-size:13px;background:#fff;}
.articleBox img{max-width:100%;}
.articleTitle{clear: both;text-align: center;padding:5px 10px 0 10px;line-height:25px;font-size: 16px; color:#444;}
.articleTime{display: block;clear: both;text-align: center;color:#b7b7b7;font-size:11px;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;}
.page{ height:30px; line-height:30px; overflow:hidden; background:#f8f8f8; padding:0 10px; white-space:nowrap; text-overflow:ellipsis; text-align:center;}
.page a{ color:#ed7901;}
.articleHand{clear:both; font-size:15px; padding:0 0px 20px 0; overflow: hidden;}
.articleHand a{display:block; line-height:32px; padding:0 20px 0 10px; float:left; clear: both;background:url(../images/file.png) no-repeat left center;}
.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;}



/** * 分享 * @return */
.shareBt{display: inline-block;width: 20px;position: relative;}
.shareClose{line-height:40px;text-align:center;padding:3px 0 0 0;font-size:15px;}
.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:10px 0px 5px;}
.bdsharebuttonbox p{display: block;width:20%;overflow: hidden;float: left;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding:5px;}
.bdsharebuttonbox a{display: block;width: 100%;overflow: hidden;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;margin:0px !important;padding: 0px 10px !important;background: none !important;height: auto !important;}
.bdsharebuttonbox span{display: block;width: 100%;overflow: hidden;padding: 0px 15px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.bdsharebuttonbox i{clear:both;display: block;font-size:12px;color:#666;text-align: center;overflow: hidden;margin:5px 0px;}
.boxShadow{position: fixed;left: 0px;top:0px;width: 100%;height: 100%;overflow: hidden;background: rgba(0,0,0,0.6);z-index: 999;display: none;}
.bdsharebuttonbox a:before{display: block;content: "";overflow: hidden;width: 100%;padding-top: 100%;}
.bdsharebuttonbox a.bds_tsina:before{background: url(../images/share/shareBt1.png) no-repeat center center;background-size:100%;}
.bdsharebuttonbox a.bds_tqq:before{background: url(../images/share/shareBt2.png) no-repeat center center;background-size:100%;}
.bdsharebuttonbox a.bds_qzone:before{background: url(../images/share/shareBt3.png) no-repeat center center;background-size:100%;}
.bdsharebuttonbox a.bds_douban:before{background: url(../images/share/shareBt4.png) no-repeat center center;background-size:100%;}
.bdsharebuttonbox a.bds_sqq:before{background: url(../images/share/shareBt6.png) no-repeat center center;background-size:100%;}

/** * 音乐播放器 * @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;}

/**++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++以上为模板框架部分（尽量少改）+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++/


/** * 全文列表 * @return */
.newsList1{ position:relative;}
.newsList1 .hd{width:100%; text-align:right; position:absolute; height:28px; line-height:28px; bottom:0;left:0; z-index:1; display:none;}
.newsList1 .hd ul{ padding-right:10px;}
.newsList1 .hd li{display:inline-block; width:4px; height:4px;text-indent:-9999px; overflow:hidden; margin:0 3px;background:#fff;border:1px solid #fff;}
.newsList1 .hd li.on{background:#f2a326;border:1px solid #f2a326;}
.newsList1 .bd{ position:relative; z-index:0; }
.newsList1 .bd li{ position:relative; text-align:center;}
.newsList1 .bd li img{ background:url(images/loading.gif) center center no-repeat;  vertical-align:top; width:100%; position:absolute; left:0px; top:0px; height:100%;}
.newsList1 .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0); display:block; position:relative;}	
.newsList1 .bd li a:before{ display:block; width:100%; content:''; padding-top:56%}
.newsList1 .bd li a span{ display:block; position:absolute; left:0px; bottom:0px; background:rgba(0,0,0,0.5); height:28px; width:100%; padding:0 10px; box-sizing:border-box; -webkit-box-sizing:border-box;-moz-box-sizing:border-box; line-height:28px; text-overflow:ellipsis;white-space:nowrap; overflow:hidden; color:#FFF; text-align:center;}
.newsList1 .bd li a i{ display:block; width:100%; height:100%; background:url(../images/play.png) no-repeat center center; background-size:auto 30px; position:absolute; left:0px; top:0px;}
/** * 全图列表 newsAllImg * @return */
.newsAllImg{display:block;overflow:hidden;padding:6px 0; background:#fff}
.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;}
.newsAllImg dd .pic_box{position:relative;background:#f2f2f2 url(../images/loading.gif) no-repeat center center;}
.newsAllImg dd .pic_box:after{content:'';display:block;width:100%;padding-top:68.881%;}
.newsAllImg dd .pic_box img{width: 100%;height: 100%;position:absolute;left:0;top:0;display:block;}
/** * 全图列表2 newsAllImg2 * @return */
.newsAllImg2{display:block;overflow:hidden;padding:10px 10px 0; background:#fff}
.newsAllImg2 dd{ margin-bottom:10px;overflow:hidden;}
.newsAllImg2 dd a{display:block;width:100%; position:relative}
.newsAllImg2 dd .pic_box{background:#f2f2f2 url(../images/loading.gif) no-repeat center center;}
.newsAllImg2 dd .pic_box img{max-width: 100%;display:block; margin:0 auto;}
.newsAllImg2 dd .mc{ height:100%; width:100%; position:absolute; left:0; bottom:0; background:rgba(0,0,0,0.6); height: 30px; line-height: 30px; text-align: center; color: #fff;}
/** * 全图列表3* @return */
.newsAllImg3{display:block;overflow:hidden;padding:6px 0; background:#fff}
.newsAllImg3 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;}
.newsAllImg3 dd:nth-child(even){padding:4px 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; box-shadow: 0 0 3px 1px #eee;}
.newsAllImg3 dd .pic_box{position:relative;background:#f2f2f2 url(../images/loading.gif) no-repeat center center;}
.newsAllImg3 dd .pic_box:after{content:'';display:block;width:100%;padding-top:59.386%;}
.newsAllImg3 dd .pic_box img{width: 100%;height: 100%;position:absolute;left:0;top:0;display:block;}
.newsAllImg3 dd .text{ padding:5px 5px 10px;overflow:hidden;}
.newsAllImg3 dd span{ height:25px; line-height:25px; font-size:14px; display:block; overflow:hidden; color:#292828;}
.newsAllImg3 dd em{height:36px; line-height:18px;display:block; overflow:hidden; color:#888; margin-bottom:5px; font-style: normal}
.newsAllImg3 dd i{ border: 1px solid #e6e6e6;height:18px; line-height:18px; text-align:center; float:left; display: inline; margin-right:5px; color: #999; font-style: normal; padding: 0 5px;}
/** * 图文列表 * @return */
.newsTextImg{clear:both;overflow: hidden; background:#fff; padding:10px 0 0;}
.newsTextImg dd{width: 100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box; padding:0 10px 10px; margin-bottom:10px; overflow:hidden; position:relative;height:90px;}
.newsTextImg dd:after{content: " "; width: 200%; height:1px; position: absolute; bottom:0; left: 0; border-bottom: 1px solid #e9e9e9; box-sizing: border-box; -webkit-transform: scale(.5); transform: scale(.5); -webkit-transform-origin: 0 0; transform-origin: 0 0;}
.newsTextImg dd:last-child{ border-bottom:none}
.newsTextImg dd a{display: block;height: 80px;}
.newsTextImg dd .pic_box{width:133px;height:80px;background:#f2f2f2 url(../images/loading.gif) no-repeat center center;float:left;}
.newsTextImg dd .pic_box img{width:100%; height:100%;display: block}
.newsTextImg .divText{overflow: hidden;padding:0 0 0 10px;height: 80px;}
.newsTextImg .divText p{height:30px;line-height:30px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;font-size:14px;color:#444; font-weight:bold; padding-top:5px;}
.newsTextImg .divText span{display: block;line-height: 18px;height:36px;overflow: hidden;color:#888; font-size:12px;word-break: break-all;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;}
.newsTextImg em{ display:block;height:20px;overflow:hidden;line-height:20px;color:#b4b4b4;font-style:normal;}
/** * 图文列表2 * @return */
.newsTextImg2{overflow: hidden;padding:10px; background:#fff}
.newsTextImg2 dd{overflow: hidden; margin-bottom: 15px;}
.newsTextImg2 dd a{display: block; height:100%;}
.newsTextImg2 dd p{width: 100%;overflow: hidden;display: block; position:relative;}
.newsTextImg2 dd p:after{width:100%; display:block; padding-top:50%; content:'';}
.newsTextImg2 dd p img{width: 100%;display:block; height:100%; position:absolute; top:0; left:0;}
.newsTextImg2 dd .text{ padding:5px 5px 10px;border: 1px solid #e6e6e6;overflow:hidden;}
.newsTextImg2 dd span{display: block;line-height:25px;height:25px;overflow: hidden; color:#444; font-size:13px; white-space:nowrap; text-overflow:ellipsis; margin-bottom: 5px; padding-right:80px; position: relative}
.newsTextImg2 dd b{ font-weight: normal; display: block; position: absolute; right:0; top:0; color: #999}
.newsTextImg2 dd em{height:36px; line-height:18px; color:#888; overflow:hidden;display:block;word-break: break-all;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical; font-style:normal}
/*人力资源*/
.rmt_dl{display:block;overflow:hidden; padding:10px; background:#fff}
.rmt_dl dt span a{display:block;width:100px;height:30px;text-align:center;line-height:30px;background:#fbe4cc;color:#fff;margin-left:25px;}
.rmt_dl dt span a:hover{ opacity:0.9}
.rmt_dl dd{display:block;clear:both;overflow:hidden;margin:0 0 10px 0;}
.rmt_dl dd .div1{clear:both;height:35px;background:#fbe4cc;overflow:hidden;}
.rmt_dl dd .div1 span{display:inline;float:left;height:35px;line-height:35px;color:#666;}
.rmt_dl dd .div1 span.span1{width:25%;text-align:left;padding:0 10px 0 10px;}
.rmt_dl dd .div1 span.span2{width:12%;text-align:center;padding:0 10px}
.rmt_dl dd .div1 span.span3{width:30%;text-align:center;padding:0 10px}
.rmt_dl dd .div1 span.span4{width:38px;cursor:pointer;text-align:center;font-size:20px;color:#ed7901; float:right}
.rmt_dl dd .div2{clear:both;overflow:hidden;padding:10px;color:#8a8a8a;line-height:24px;text-align:left;display:none;}
/** *视频列表2*/
.videoList{display:block;overflow:hidden;padding:10px 0 0; background:#fff}
.videoList dd{ margin-bottom:10px;overflow:hidden; padding:0 10px}
.videoList dd a{display:block;width:100%;}
.videoList dd .pic_box{background:#f2f2f2 url(../images/loading.gif) no-repeat center center; position:relative}
.videoList dd .pic_box img{max-width: 100%;display:block; margin:0 auto;}
.videoList dd .mc{ height:100%; width:100%; position:absolute; left:0; top:0; background:rgba(0,0,0,0.3); display:table-cell; vertical-align:middle}
.videoList dd i{ height:30px; background:url(../images/icon1.png) no-repeat center center; background-size:70% auto; width:30px; position:absolute;top:50%; left:50%; margin:-15px 0 0 -15px;}
.videoList dd span{ height:35px; line-height:35px;box-shadow:0 1px 2px 1px #ddd; text-align: center; display:block; overflow:hidden; margin-bottom:3px;}
/*业务组织*/
.business{ overflow: hidden; background: #fff}
.business dd{ width:50%; padding: 10px; float: left; display: inline; box-sizing: border-box; -webkit-box-sizing: border-box; overflow:hidden;}
.business dd .pic{ width:100%; height:80px; display:block; overflow:hidden; background-size: auto 55px !important;}
.business dd .p1{ background: url(../images/p1.png) no-repeat center center;}
.business dd .p2{ background: url(../images/p2.png) no-repeat center center;}
.business dd .p3{ background: url(../images/p3.png) no-repeat center center;}
.business dd .p4{ background: url(../images/p4.png) no-repeat center center;}
.business dd .p5{ background: url(../images/p5.png) no-repeat center center;}
.business dd .p6{ background: url(../images/p6.png) no-repeat center center;}
.business dd .a1{ height:34px; line-height:34px; text-align: center; font-size:16px; display:block;color:#444; border-bottom: 1px solid #cecece; position: relative;}
.business dd .a1:hover{ color:#ed7901}
.business dd i{ width: 26px; height: 1px; background:#ed7901; display:block; position: absolute; left:0; bottom:-1px; z-index: 2}
.business dd span{ padding-top:5px; height:40px; line-height:20px;display:block; overflow:hidden; color:#888;}
/*联系我们*/
.contactUs{ padding: 10px;}
.contactUs dd{ overflow:hidden; box-shadow:0 0 10px 5px #eee; margin-bottom:20px;}
.contactUs .textBox{ padding:5px 10px; overflow:hidden; background: #fff}
.contactUs .textBox a{ height:28px; line-height:28px; font-size:14px; color:#333; display:block; overflow:hidden;}
.contactUs .textBox a:hover{ color:#ed7901}
.contactUs .textBox span{ height:20px; line-height:20px; font-size:12px; color:#888888; display:block; overflow:hidden;}
.contactUs .mapBox{ width:100%; height:120px; overflow:hidden;}
.contactUs .mapBox img{ max-width: 100%}
/*下属单位*/
.units{overflow:hidden;padding:6px 0; background:#fff}
.units 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;}
.units dd:nth-child(even){padding:4px 8px 4px 4px;}
.units dd a{display:block;width:100%;background:#fff;overflow:hidden;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.units dd .pic{position:relative;background:#f2f2f2 url(../images/loading.gif) no-repeat center center;}
.units dd .pic:after{content:'';display:block;width:100%;padding-top:100%;}
.units dd .pic img{width: 100%;height: 100%;position:absolute;left:0;top:0;display:block;}
.units dd .mc{ height:35px; line-height:35px; display:block; overflow:hidden;color:#fff; position:absolute; right:0; bottom:15px; background:rgba(0,0,0,0.5); width:95%;}
.units dd .mc span{ margin-left:10px;}
.units dd .mc i{background:url(../images/icon5.png) no-repeat right center; margin:13px 7px 0 0; height:8px; width:18px; background-size: auto 6px !important;}
.units dd:nth-child(6n+7){ width: 100%; padding: 0 8px;}
.units dd:nth-child(6n+7) .pic:after{content:'';display:block;width:100%;padding-top:49.057%;}
/*大事记*/
.dateSlideBox{}
.dateSlide{height:40px; position: relative; width: 80%; margin:0 auto }
.dateSlide .hd{ display: none}
.dateSlide .bd{ width: 100%; overflow: hidden;}
.dateSlide .bd li{ width: 100%; float: left; display: inline}
.dateSlide dd{ width:33.333%; padding: 0 5px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; height: 40px;float: left; display: inline; position: relative; cursor:pointer}
.dateSlide dd span{height: 32px; line-height: 32px; display:block; text-align: center; background:#afafaf; font-size: 14px; color: #fff;}
.dateSlide dd i{ border-top:8px solid #e60012; border-left:7px solid transparent;border-right:7px solid transparent; display:block; position: absolute;left:50%;top:32px; margin-left: -7px; height: 0; width: 0; display: none}
.dateSlide dd:hover span{ background:#e60012; }
.dateSlide dd:hover i{ display: block;}
.dateSlide dd.hover span{ background:#e60012; }
.dateSlide dd.hover i{ display: block;}
.dateSlide .btn{ width:10%; height: 32px; position: absolute; top:0;}
.dateSlide .prev{ background:url(../images/prev.png) no-repeat left center;left:-10%;}
.dateSlide .next{ background:url(../images/next.png) no-repeat right center; right:-10%;}
.dateSlide .prev:hover{ background:url(../images/prev2.png) no-repeat left center;}
.dateSlide .next:hover{ background:url(../images/next2.png) no-repeat right center;}
.bigNews{overflow: hidden; background:#fff; padding:10px 0 0;}
.bigNews dd{width: 100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box; padding:0 10px 10px; margin-bottom:10px; overflow:hidden; position:relative;height:90px;}
.bigNews dd:after{content: " "; width: 200%; height:1px; position: absolute; bottom:0; left: 0; border-bottom: 1px solid #e9e9e9; box-sizing: border-box; -webkit-transform: scale(.5); transform: scale(.5); -webkit-transform-origin: 0 0; transform-origin: 0 0;}
.bigNews dd:last-child{ border-bottom:none}
.bigNews dd a{display: block;height: 80px;}
.bigNews dd .pic_box{width:133px;height:80px;background:#f2f2f2 url(../images/loading.gif) no-repeat center center;float:left;}
.bigNews dd .pic_box img{width:100%; height:100%;display: block}
.bigNews .divText{overflow: hidden;padding:0 0 0 10px;height: 80px;}
.bigNews .divText p{height:30px;line-height:30px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;font-size:14px;color:#444; font-weight:bold; padding-top:5px;}
.bigNews .divText span{display: block;line-height: 18px;height:36px;overflow: hidden;color:#888; font-size:12px;word-break: break-all;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;}
.bigNews em{ display:block;height:20px;overflow:hidden;line-height:20px;color:#b4b4b4;font-style:normal;}

/** * 瀑布流 waterfall * @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:5px;margin:4px 4px 4px 8px;}
.grid:nth-child(even) .gridCon{margin:4px 8px 4px 4px;}
.imgholder{}
.grid strong{width:100%;display:block;font-size:12px;text-align:center;line-height:18px;font-weight:normal;text-overflow: ellipsis;white-space: nowrap;overflow:hidden;}
.grid img{max-width:100%;}

/**
*@description : main
*@authro : zhengxue
*/
/*index*/
/** * 首页banner图 * @author * @return */
.bannerBox{position:relative; overflow:hidden; max-width:100%; min-height:120px;}
.bannerBox .hd{width:100%; text-align:center; position:absolute; height:28px; line-height:28px; bottom:0;left:0; z-index:1;}
.bannerBox .hd li{display:inline-block;width:9px;height:9px;border-radius:100%;text-indent:-9999px;overflow:hidden;margin:0 8px;background:#fff;}
.bannerBox .hd li.on{background:#e50716;}
.bannerBox .bd{position:relative; z-index:0;}
.bannerBox .bd li{position:relative; text-align:center;}
.bannerBox .bd li img{background:url(images/loading.gif) center center no-repeat; vertical-align:top; width:100%;}
.bannerBox .bd li a{-webkit-tap-highlight-color:rgba(0,0,0,0);}

.indexMenu_ul{overflow:hidden;width:100%;background:#fff; position: relative}
.indexMenu_ul:before{display:block; content:''; position:absolute; left:0px; bottom:0px; width:100%; height:1px; background:#e6e6e6; transform:scaleY(0.5); -webkit-transform:scaleY(0.5);}
.indexMenu_ul li{float:left;overflow:hidden;width:25%;text-align: center;padding:10px 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.indexMenu_ul li a{display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:#fff; text-align:center;}
.indexMenu_ul li a span{ display:block;height:40px;background-size:40px auto !important;}
.indexMenu_ul li em{ display:block; line-height:20px; display:block; font-style:normal; overflow:hidden; padding-top: 5px;}

.indexTit{ border-bottom:1px solid #e9e9e9;height:35px; line-height:35px; position:relative; background:#fff;}
.indexTit a{ display:block; height:100%;}
.indexTit span{ color: #ed7901; font-size:14px; height:34px; line-height:34px; border-bottom:2px solid #ed7901; display:block; position:absolute; left:0px; bottom:-1px;}
.indexTit .more{height:36px;background:#fff;width: 50px;text-align:center; padding-left: 10px;}
.indexTit .more b{ width:50px;line-height: 20px; height: 20px;color: #fff;background:#ddd; display: block; font-weight: normal; margin-top: 16px;}
.indexBox{ padding: 10px; background: #fff; overflow: hidden;}

.focus{position:relative; overflow:hidden; max-width:100%; min-height:120px;}
.focus .hd{width:100%; text-align:right; position:absolute;bottom:12px;left:0; z-index:1; overflow: hidden;}
.focus .hd ul{display:inline-block; height: 6px;}
.focus .hd li{line-height: 30px; float: left; display: inline; width:6px;height:6px;text-indent:-9999px;overflow:hidden; margin-right: 5px; background:#fff;}
.focus .hd li.on{background:#e50716;}
.focus .bd{position:relative; z-index:0;}
.focus .bd li{position:relative; text-align:center;}
.focus .bd li .pic{ display: block; position: relative}
.focus .bd li .pic:after{content:'';display:block;width:100%;padding-top: 56%;}
.focus .bd li img{width: 100%;height: 100%;position:absolute;left:0;top:0;display:block;}
.focus .mc{ height: 35px; line-height: 35px; width: 100%; position: absolute; left:0; bottom:0; background: rgba(0,0,0,0.7);}
.focus .mc span{ padding-left:10px; color: #fff;}

.indexList{ overflow: hidden;}
.indexList dt{overflow: hidden; border-bottom: 1px solid #e6e6e6; margin-bottom: 10px;}
.indexList dt .top{ width:100%;padding-right:60px; display: block;line-height: 30px; height:30px; -webkit-box-sizing:border-box;box-sizing:border-box ; position: relative; }
.indexList dt span{white-space: nowrap; text-overflow: ellipsis; display: block; overflow: hidden;font-size: 13px; font-weight: bold; color: #333;}
.indexList dt em{ height: 30px; line-height: 30px; display: block; color: #999; font-style: normal;width: 60px; text-align: right; position: absolute; right:0; top:0;}
.indexList dt .text{ height: 40px; line-height: 20px; overflow: hidden; padding: 0px 5px 0px 10px;word-break: break-all;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical; margin-bottom:10px; font-size: 12px;}

.indexList dd{ height: 26px; line-height: 26px; overflow: hidden; font-size: 13px;}
.indexList dd a{ width:100%; padding-right:60px; display: block; height:26px; -webkit-box-sizing:border-box;box-sizing:border-box ; position: relative; }
.indexList dd span{white-space: nowrap; text-overflow: ellipsis; display: block; overflow: hidden;}
.indexList i{ height: 4px; width: 4px; border-radius: 100%; background: #333; float: left; display: inline; margin: 11px 5px 0}
.indexList dd em{ height: 26px; line-height: 26px; display: block; color: #999; font-style: normal;width: 60px; text-align: right; position: absolute; right:0; top:0;}

.indexMore{ height: 35px; line-height: 35px; border-top: 1px solid #e6e6e6;border-bottom: 1px solid #e6e6e6; text-align: center; background: #fff;  font-size: 14px;}
.indexMore a{color: #999;}