﻿/*
	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: #4b49c4;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:#f7f7f7; 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:#fff;left:-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: #4b49c4;font-size: 16px;padding:0 10px 0 0; font-weight:normal}
#go-back{position: absolute;top:0;width:40px;height:45px;display:block;left:0;font-size:20px;}
#go-back span{color:#bfbfbf;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:#bfbfbf;height:45px; line-height:45px; text-align:center;}
#menu-btn em{font-size:20px;color:#bfbfbf;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:5px 0 0 10px;}
.logo img{height:35px;}


/** * 一级导航 * @return */
#mobileMenu header{display:block;background:#fff;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 #d5d5d5; -webkit-transform-origin: scaleY(0.5); transform-origin: scaleY(0.5); -webkit-transform: scaleY(0.5); transform: scaleY(0.5);}
.mobileMenuBox{position: relative; height: 100%; overflow-y: auto;}
.mobileMenuBox ul{width: 100%; overflow: hidden;}
#mobileMenu ul li{display: block;overflow:hidden;position: relative;}
#mobileMenu ul li a{display: block;border-bottom: 1px solid #d5d5d5;color: #f0f0f0;font-size: 14px;height: 43px;display: block;font-size: 14px;color: #666;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;background:#fff;}
#mobileMenu ul li a span{display: block;line-height: 43px;float: left;padding:0 0 0 15px;}
#mobileMenu ul li a i{width: 30px;text-align: center;display: block;line-height:43px;float: right;color:#666;}
#mobileMenu ul li.hover a i{color:#4b49c4;}

/*二级滚动*/
.nav-scroll{width:100%; position:relative; background:#4b49c4; height:35px; overflow:hidden}
.tab-nav{overflow-y:hidden;overflow-x:auto;color:#666;}
.tab-nav ul{ overflow:hidden;}
.tab-nav li{height:35px; float:left; text-align:center; box-sizing:border-box;-webkit-box-sizing:border-box;padding:0 10px;}
.tab-nav li a{ display:block; height:100%;line-height:35px; position:relative;font-size:12px; color:#a09eef;}
.tab-nav li.hover a{ color:#fff}

/** * 固定的底部 * @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:#e7e7e7; box-shadow:0px 0px 5px rgba(0,0,0,0.1); border-top:1px solid #d9d9d9;}
.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 em{display:block;height:22px;clear: both;text-align: center; padding-top:2px;background-size:auto 20px !important;}
.footerBar div em.em1{ background:url(../images/fIcn1.png) no-repeat center center}
.footerBar div em.em2{ background:url(../images/fIcn2.png) no-repeat center center}
.footerBar div em.em3{ background:url(../images/fIcn3.png) no-repeat center center}
.footerBar div em.em4{ background:url(../images/fIcn4.png) no-repeat center center}
.footerBar div 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.hover span{ color:#4b49c4}
.footerBar div.hover em.em1{ background:url(../images/fIcn1h.png) no-repeat center center}
.footerBar div.hover em.em2{ background:url(../images/fIcn2h.png) no-repeat center center}
.footerBar div.hover em.em3{ background:url(../images/fIcn3h.png) no-repeat center center}
.footerBar div.hover em.em4{ background:url(../images/fIcn4h.png) no-repeat center center}
/** * 返回顶部 * @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 0 0;line-height:25px;font-size:14px; color:#444;}
.articleTime{display: block;clear: both;text-align: center;color:#888;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{overflow:hidden;}
.page a{line-height:30px; height:30px; display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.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;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;}

/**++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++以上为模板框架部分（尽量少改）+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.thirdNav{padding:5px 2px;overflow:hidden;background:#fff;}
.thirdNav dd{width:25%;display:block;float:left;}
.thirdNav dd a{display:block;background:#fff;color: #333;margin:5px 2px;line-height:28px; height:28px;text-align:center;position:relative;border-radius:35px;font-size:13px;}
.thirdNav dd a:after{content: " "; width: 200%; height: 200%; position: absolute; top: 0; left: 0; border: 1px solid #d7d7d7; box-sizing: border-box; -webkit-transform: scale(.5); transform: scale(.5); -webkit-transform-origin: 0 0; transform-origin: 0 0;border-radius:35px;}
.thirdNav dd.hover a{color:#fff; background:#ea995f;}
.thirdNav dd.hover a:after{border: 1px solid #ea995f;}
/*newsList*/
.newsList{overflow:hidden; padding:10px;}
.newsList dd{overflow:hidden; margin-bottom:10px;}
.newsList dd a{display:block; overflow:hidden; height:100%; position:relative; padding-left:80px;}
.newsList .date{ width:70px; height:55px; overflow:hidden; color:#fffefe; background:#fff; position:absolute; left:0; top:0; padding-top:10px;}
.newsList .date span{ height:25px; display:block; text-align:center; font-size:18px; line-height:25px; font-size:"Arial"; color:#888}
.newsList .date em{ height:20px; display:block; text-align:center;line-height:20px; font-style:normal; color:#d0d0d0}
.newsList dd .divright{overflow:hidden; height:65px; background:#fff; padding:0 5px;}
.newsList dd h1{display:block; height:25px; line-height:25px; color:#666; font-size:14px; font-weight:normal; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.newsList dd h1:hover{ color:#4b49c4;}
.newsList dd .div{height:20px; line-height:20px; color:#888;overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.newsList dd b{display:block; height:20px; line-height:20px; color:#a9a9a9; font-weight:normal}
/*下载列表*/
.downList{ overflow:hidden; background:#fff; padding:10px;} 
.downList dd{ line-height:30px; height:30px; overflow:hidden; border-bottom:1px solid #ddd;}
.downList dd a{ display:block; padding-right:60px; position:relative; height:30px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; color:#888}
.downList dd a:hover{ color:#4b49c4;}
.downList dd b{ width:30px; height:30px;position:absolute; right:0; top:0; background:url(../images/icon3.png) no-repeat center center; background-size:18px auto !important;}
.downList dd:hover b{ background:url(../images/icon4.png) no-repeat center center;}

/*图文列表*/
.newsTextImg{overflow: hidden;padding:10px 10px 0;}
.newsTextImg dd{margin-bottom:10px; overflow:hidden; position:relative;height:90px; background:#fff}
.newsTextImg dd a{display: block;height: 90px;}
.newsTextImg dd .pic_box{width:150px;height:90px;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 10px 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;}
.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; font-size:12px; text-align:right;}
/*全图列表*/
.newsAllImg{display:block;overflow:hidden;padding:0 5px 5px; background:#fff}
.newsAllImg dd{display:inline;float:left;width:50%;padding:5px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;overflow:hidden;}
.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:133.333%;}
.newsAllImg dd .pic_box img{width: 100%;height: 100%;position:absolute;left:0;top:0;display:block;}
.newsAllImg dd span{display:block;color:#888;font-size:12px;line-height:30px;height:30px;overflow:hidden; word-break: break-all;display: -webkit-box;-webkit-line-clamp:1;-webkit-box-orient: vertical;border-bottom:1px solid #ddd;}
.newsAllImg dd b{ font-size:14px; font-weight:normal; color:#333; padding-right:10px;}
/*联系我们*/
.mapBox{ max-height:260px;overflow:hidden}
.contactDl{ overflow:hidden;}
.contactDl dd{ padding:5px 0;overflow:hidden;text-align: center}
.contactDl dd .text{
	display: inline-block;
	width:180px;
	padding:0 5px;
	overflow:hidden;
	padding-left:45px;
	background-size:auto 60px !important;
}
.contactDl dd .text.iocn1{background:url(../images/icon5.png) no-repeat left center;}
.contactDl dd .text.iocn2{background:url(../images/icon6.png) no-repeat left center;}
.contactDl dd span{
	display: block;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	color: #888888;
	text-align: left;
}
.contactDl dd span i{color: #444444}
.ewmBox{
	display: inline-block;
	overflow: hidden;
}
.ewmBox img{
	display: block;
	width: 120px;
	height: 120px;
	margin: 0 auto;
}
.ewmBox span{
	display: block;
	height:40px;
	line-height: 40px;
	text-align: center;
	color: #888888;
}
.mapTxt{
	padding:10px;
	overflow: hidden;
	line-height:20px;
	text-align: center;
	color: #888888;
}
/** * 全图列表2 newsAllImg2 * @return */
.newsAllImg2{display:block;overflow:hidden;background:#fff; 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%; position:relative}
.newsAllImg2 dd .pic_box{position:relative;background:#f2f2f2 url(../images/loading.gif) no-repeat center center;}
.newsAllImg2 dd .pic_box:after{content:'';display:block;width:100%;padding-top:59.32%;}
.newsAllImg2 dd .pic_box img{width: 100%;height: 100%;position:absolute;left:0;top:0;display:block;}
.newsAllImg2 dd .txt{
	overflow: hidden;
	background: #f2f2ff;
	padding-right:40px;
	padding:5px 10px;
	background-image: url(../images/icon7.png);
	background-position: 99% center;
	background-repeat: no-repeat;
	background-size:25px auto;
}
.newsAllImg2 dd .txt span{
	display: block;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	color:#666666;
}
.newsAllImg2 dd .txt em{
	display: block;
	height:16px;
	overflow: hidden;
	line-height: 16px;
	color:#666666;
	font-style: normal;
}
.spchBox{
	height:35px;
	overflow: hidden;
	display: flex;
	border-top:10px solid #fff; 
	border-bottom:10px solid #fff; 
}

.spchBox input{
	flex: 1;
	height: 35px;
	line-height: 35px;
	padding: 0 5px;
	background: none;
	border: none;
	color: #666;
	outline:none;
}
.spchBox a{
	display: block;
	width: 35px;
	height: 35px;
	background-image: url(../images/icon8.png);
	background-position:center center;
	background-repeat: no-repeat;
	background-size: auto 25px;
	margin-right:5px;
}
.videoListBox{
	overflow: hidden;
	background: #fff;
	padding: 10px;
	padding-top: 0;
}

/**/
.musicDownloadDl{
	overflow: hidden;
	background: #fff;
	padding:5px 10px;
}
.musicDownloadDl dd{
	clear: both;
	overflow: hidden;
	height:35px;
	line-height: 35px;
	display: flex;
}
.musicDownloadDl dd.bg{background: #edecf9}
.musicDownloadDl dd .span1{
	display: inline;
	float: left;
	width: 40px;
	text-align: center;
	color: #b8b8b8;
}
.musicDownloadDl dd a{
	flex: 1;
	text-align: left;
	color: #888888;
	padding-left: 28px;
}
.musicDownloadDl dd a:hover{color: #4b49c4}
.musicDownloadDl dd .span2{
	width:60px;
	overflow: hidden;
	height: 35px;
	color: #999999;
}
.musicDownloadDl dd .span3{
	width:35px;
	overflow: hidden;
	height: 35px;
	background-image: url(../images/iocn7.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size:auto 20px; 
	cursor: pointer;
}
.musicDownloadDl dd .span4{
	width:26px;
	overflow: hidden;
	height: 35px;
	background-image: url(../images/iocn8.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size:auto 20px; 
	margin: 0 10px;
	cursor: pointer;
}
.musicDownloadDl dd.bg{background: #edecf9}

/**/

.formDl1{
	overflow: hidden;
	padding: 10px;
}
.formDl1 dt{
	height:60px;
	margin-top:10px;
	line-height: 60px;
	text-align: center;
	color: #4b49c4;
	font-size:18px;
	font-weight: bold;
}
.formDl1 dd{
	clear: both;
	display: flex;
	margin-bottom: 10px;
}
.formDl1 dd .inputT{
	display: block;
	flex: 1;
	height: 35px;
	background:none;
	border:1px solid #e5e5e5;
	padding:0 15px;
	color: #828282;
	font-size: 14px;
}
.formDl1 dd .inputT::-webkit-input-placeholder{color: #828282}    /* 使用webkit内核的浏览器 */
.formDl1 dd .inputT:-moz-placeholder{color: #828282}                  /* Firefox版本4-18 */
.formDl1 dd .inputT::-moz-placeholder{color: #828282}                  /* Firefox版本19+ */
.formDl1 dd .inputT:-ms-input-placeholder{color: #828282}           /* IE浏览器 */
.formDl1 dd .code{
	width:80px;
	height: 35px;
	overflow: hidden;
	padding-left: 10px;
}
.formDl1 dd .code img{
	display: block;
	width:80px;
	height: 35px;
}
.formDl1 dd .bt{
	display: block;
	height: 40px;
	overflow: hidden;
	background: #4b49c4;
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
}
.formDl1 dd .bt:hover{opacity: 0.9}





/** * 瀑布流 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%;}


/** * 图文列表2 * @return */
.newsTextImg2{clear:both;overflow: hidden; background:#fff; padding:10px 0 0;}
.newsTextImg2 dd{width: 100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box; padding-bottom:5px; margin-bottom:5px; overflow:hidden; position:relative;height:90px;}
.newsTextImg2 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;}
.newsTextImg2 dd:last-child{ border-bottom:none; margin-bottom:0px;}
.newsTextImg2 dd a{display: block;height: 80px;}
.newsTextImg2 dd .pic_box{width:80px;height:80px; border-radius:100%;background:#fff url(../images/loading.gif) no-repeat center center;float:left;}
.newsTextImg2 dd .pic_box img{width:100%; height:100%;display: block;border-radius:100%;}
.newsTextImg2 .divText{overflow: hidden;padding:10px 0;}
.newsTextImg2 .divText p{height:25px;line-height:25px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;font-size:14px;color:#666;margin-bottom:10px;}
.newsTextImg2 em{ display:block;height:20px;overflow:hidden;line-height:20px;color:#b4b4b4;font-style:normal;}

/** * 图文列表3 * @return */
.newsTextImg3{clear:both;overflow: hidden; background:#fff; padding:10px 10px 0;}
.newsTextImg3 dd{width: 100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box; margin-bottom:10px; overflow:hidden; position:relative;height:100px;}
.newsTextImg3 dd a{display: block;height: 100px;}
.newsTextImg3 dd .pic_box{width:80px;height:80px;background:#fff url(../images/loading.gif) no-repeat center center; position:absolute; top:10px; border-radius:100%;}
.newsTextImg3 dd .pic_box img{width:100%; height:100%;display: block}
.newsTextImg3 .divText{overflow: hidden;height:80px; background:#f8f8f8;}
.newsTextImg3 .divText p{height:25px;line-height:25px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;font-size:14px;color:#7a7a7a; font-weight:bold}
.newsTextImg3 .divText span{display: block;line-height:18px;height:54px;overflow: hidden;color:#888; font-size:12px;word-break: break-all;display: -webkit-box;-webkit-line-clamp:3;-webkit-box-orient: vertical;}
.newsTextImg3 dd.even a{ padding-left:40px;}
.newsTextImg3 dd.even .pic_box{left:0;}
.newsTextImg3 dd.even .divText{padding:10px 10px 10px 50px;}
.newsTextImg3 dd.odd a{ padding-right:40px;}
.newsTextImg3 dd.odd .pic_box{right:0;}
.newsTextImg3 dd.odd .divText{padding:10px 50px 10px 10px;}

/** * 留言板 message * @return */
.message_dl{ overflow:hidden;padding:10px 10px 0; background:#fff}
.message_dl dd{ overflow:hidden; margin-bottom:10px;display:flex;}
.messageInput{width:100%;display: block;line-height: 35px;height: 35px;background:#ebf1ec;padding: 0 0 0 5px;outline: medium;}
.message_dl dd textarea{width:100%;height:150px;background:#ebf1ec;outline: medium;padding:5px; line-height:20px; box-sizing:border-box;-webkit-ox-sizing:border-box;display: block;}
.messageInput2{flex:1;-webkit-flex:1;line-height: 35px;height: 35px;background:#ebf1ec;padding: 0 0 0 5px;outline: medium; width:100%;}
.message_dl dd .code{ width:70px; height:35px; overflow:hidden; margin-left:10px;}
.message_dl dd .code img{width:70px; height:35px; display:block}
.message_btn{height: 35px; overflow:hidden; padding:0 10px 10px; background:#fff;}
.mobile_btn{display: block;height: 35px;line-height: 35px;text-align: center;color: #fff;font-size: 14px;border: none; background:#4b49c4;}
.mobile_btn:visited{color: #fff;}
.mobile_btn:hover{color: #fff;}
.mobile_btn:active{color: #fff;}

/**
*@description : main
*@authro : zhengxue
*@created : 2018-1-30
*/
/*index*/
.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; display:none}
.bannerBox .hd li{display:inline-block;width:13px;height:3px;border-radius:3px;text-indent:-9999px;overflow:hidden;margin:0 3px;background:#fff;}
.bannerBox .hd li.on{background:#4b49c4;}
.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; padding:5px 0;}
/*.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); display:none;}*/
.indexMenu_ul li{float:left;overflow:hidden;width:25%;text-align: center;padding:5px 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 p{ background-size:50px auto !important; height:50px; display:block; overflow:hidden;padding:0 10px;}
.indexMenu_ul li span{ display:block;font-size:12px;color:#555;line-height:30px;height:30px; overflow:hidden; text-align:center;}

.white{ background:#fff;}
.p10{ padding:10px;}
.indexTit{ overflow:hidden;}
.indexTit a{ display:block; height:100%;}
.indexTit span{ font-size:14px; height:30px; line-height:30px; float:left;overflow:hidden; color:#444; font-weight:bold}
.indexTit b{height:30px; width:20px; background:url(../images/icon1.png) no-repeat center center;}

.indexList{ overflow:hidden;} 
.indexList dd{ line-height:24px; height:24px; overflow:hidden;}
.indexList dd a{ display:block; padding-right:60px; position:relative; height:24px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; color:#888}
.indexList dd a:hover{ color:#4b49c4;}
.indexList dd span{ width:60px; height:24px; line-height:24px; position:absolute; right:0; top:0; text-align:right; color:#bcbcbc;}

.con2Slide{ overflow:hidden; position:relative;}
.con2Slide dd{ float:left; display:inline; overflow:hidden; text-align:center;}
.con2Slide dd p{ width:100%; display:block; margin-bottom:10px;overflow:hidden; position:relative}
.con2Slide dd p:after{width:100%; display:block; padding-top:59.184%; content:'';}
.con2Slide dd p img{ width:100%; height:100%; position:absolute; left:0; top:0;}
.con2Slide dd span{ height:20px; line-height:20px; margin-bottom:5px; display:block; overflow:hidden; font-size:14px; color:#666; white-space:nowrap; text-overflow:ellipsis;}
.con2Slide dd .text{ height:20px; line-height:20px;overflow:hidden; font-size:12px; color:#888;}
.con2Slide .hd{ display:none}
.indexMore{ width:160px; height:30px; line-height:30px; color:#fff; text-align:center; background:#4b49c4; border-radius:30px; margin:10px auto;}
.indexMore a{ color:#fff; text-transform:uppercase; display:inline-block}
.indexMore i{width:0; height:0;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:8px solid #fff; margin-top:10px; float:right; display:inline; margin-left:5px;}


/*videoList*/
.videoList{ overflow:hidden;}
.videoList dd{ overflow:hidden;}
.videoList .pic{ display:block; overflow:hidden;}
.videoList .pic img{ width:100%;}
.videoList .divText{ height:35px; line-height:35px; overflow:hidden;}
.videoList p{ float:left;}
.videoList em{ float:right; font-style:normal; background:url(../images/icon2.png) no-repeat left center; padding-left:18px;}