/*
    text-overflow: ellipsis;
    white-space: nowrap;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-background-clip: content;
    -moz-background-clip: content;
    background-clip: content;
    
    box-shadow: 0px 0px 5px rgba(153,153,153,0.5);  
	
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;  
	
	//四边
    content: " ";
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
	
*/
/* 全局  */
@charset "UTF-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img {
	border: medium none;
	margin: 0;
	padding: 0;
}
*{margin: 0;padding: 0;list-style: none;word-wrap:break-word; }

table{
    margin: 0px auto;
}
html{overflow-x: hidden;font-size:20px;}
body{font-family:"Microsoft YaHei","SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial","sans-serif";background:#fff;font-size:0.6rem;color:#666; overflow:hidden;}

body,button, input, select, textarea{
    font-family: "Microsoft YaHei","SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial","sans-serif";
}

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;}
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{ overflow:hidden;clear:both;height:0.25rem;}
.h10{ overflow:hidden;clear:both;height:0.5rem;}
.h15{ overflow:hidden;clear:both;height:0.75rem;}
.h20{ overflow:hidden;clear:both;height:1rem;}
.h25{ overflow:hidden;clear:both;height:1.25rem;}
.h30{ overflow:hidden;clear:both;height:1.5rem;}
.h40{ overflow:hidden;clear:both;height:2rem;}

.bc_fff{
	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
}	
/*动态设置字体大小*/
/*iphone 6*/
html{
    font-size: 20px;
}

@media screen and (max-width: 360px){
    html{
        font-size: 20px;
    }
}
@media screen and (min-width: 361px) and (max-width: 539px){
    html{
        font-size: calc(100vw/360*20);
    }
}
@media screen and (min-width: 540px){
    html{
        font-size: 28px;
    }
}
/*iphone 6 plus*/


/*浏览器滚动条*/
::-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;}

.clamp1{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.clamp2{
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp3{
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp4{
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp5{
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 5 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp6{
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 6 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*
* 内容垂直居中
*/
.tableCont{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top:0px;
    z-index: 5;
}
.table{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: table;
}
.tableCell{
    display: table-cell;
    overflow: hidden;
    vertical-align: middle;
}

/*边框*/
.boxSize{ box-sizing: border-box;-webkit-box-sizing: border-box;}
.bdAll{position:relative;z-index: 1}
.bdAll:before{content: " ";width: 200%;height: 200%;position: absolute;top: 0;left: 0;border: 1px solid #e6e6e6;box-sizing: border-box;-webkit-transform: scale(.5);transform: scale(.5);-webkit-transform-origin: 0 0;transform-origin: 0 0;z-index: -1}
.bdBottom{ position: relative;}
.bdBottom:after{ display:block; content:''; position:absolute; left:0px; bottom:0px; width:100%; height:0; border-bottom:1px solid #e6e6e6;  transform:scaleY(0.5); -webkit-transform:scaleY(0.5);}
.bdLeft{ position: relative;}
.bdLeft:before{display:block; content:''; position:absolute; left:0px; top:0px; width:0; height:100%; border-left:1px solid #e6e6e6; transform:scaleX(0.5); -webkit-transform:scaleX(0.5);}
.bdRight{ position: relative;}
.bdRight:after{display:block; content:''; position:absolute; right:0px; top:0px; width:0; height:100%; border-right:1px solid #e6e6e6; transform:scaleX(0.5); -webkit-transform:scaleX(0.5);}
.bdTop{ position: relative;}
.bdTop:before{ display:block; content:''; position:absolute; left:0px; top:0px; width:100%; height:0; border-top:1px solid #e6e6e6; transform:scaleY(0.5); -webkit-transform:scaleY(0.5);}


/*
* 列表共用部分
*/
.list_a{
    display: block;
    overflow: hidden;
    position: relative;
}
.imgDiv{
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 66.6666667%;
}
.imgDiv img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}
.listName{
    overflow: hidden;
    line-height: 2.0rem;
    font-size: 0.65rem;
    color:#494949;
}
.listTit{
    overflow: hidden;
    font-size: 0.7rem;
    color:#333;
}
.listTime{
    font-size: 0.6rem;
    color:#999;
    line-height: 2.0rem;
    overflow: hidden;
}
.listDeta{
    position: relative;
    overflow: hidden;
}
.listIntr{
    overflow: hidden;
    font-size: 0.6rem;
    color:#666;
    line-height: 0.9rem;
}

/**
 * 框架部分 begin
 * @author 杨朝杰
 * @return
 */	
#mobileWrap{
	margin:0 auto;
}
#mobileTop{clear:both; position:fixed;z-index:5;width:100%;
-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;clear:both; background:#f1f1f1; position:relative;z-index:4;flex-grow: 1;flex-basis: 0;-webkit-overflow-scrolling: touch;}
#mobileFooter{clear:both; position:fixed; bottom:0; width:100%; z-index:4;}
#mobileMenu{height:100%;display:block;position:fixed; top:2.25rem;width:calc(100vw - 2.25rem);z-index:99;background:#f2f2f2;left:calc(2.25rem - 100vw); 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;}

#mobileMenu.hide{
	-webkit-transform: translateX(calc(100vw - 2.25rem));
	transition: all 770ms cubic-bezier(0.51, 0.04, 0.12, 0.99);
	}/*导航展开*/
#mobileMenu.show{
	-webkit-transform:translateX(0);
	transition: all 770ms cubic-bezier(0.51, 0.04, 0.12, 0.99);
	}/*导航关闭*/
#mobileBg.hide{
	-webkit-transform: translateX(calc(100vw - 2.25rem));
	transition: all 770ms cubic-bezier(0.51, 0.04, 0.12, 0.99);
	}
#mobileBg.show{transition: all 770ms cubic-bezier(0.51, 0.04, 0.12, 0.99);}

/**
 * 手机顶部
 * @author 杨朝杰
 * @return
 */	
#toolbarnav{display: flex;height:2.25rem;width:100%;max-width:100%;position: relative;color:#fff;background:#d6000f;}
#toolbarnav.bc_fff{
    background: #fff;
}
#toolbarnav h1{font-weight: normal;flex:1;text-align: center;display: block;text-align: center;line-height:2.25rem;color: #fff;font-size:0.9rem;padding:0 10px 0 0;}
#toolbarnav h1 a{
    display: block;
    overflow: hidden;
    padding: 0.38rem 0px;
    padding-left: 10px;
}
#toolbarnav h1 a img{
    display: block;
    height: 1.5rem;
}
.searchIcon{
    display: block;
    width: 2.25rem;
    overflow: hidden;
    position: relative;
    background: url(../images/search.png) no-repeat center center;
    background-size: auto 0.9rem;
    margin-right: 2.25rem;
}
#go-back{
	position: absolute;
	top:0;
	width:2rem;
	height:2.25rem;
	display:block;
	left:0;
	font-size:1.1rem;
	opacity:0.7;
	}
#go-back span{color:#fff;font-size:1.4rem;display:block;height:2.25rem;margin-left:10px;line-height: 2.25rem;}

.menuBt{
    display: block;
    position:fixed;
    width:2.25rem;
	height:2.25rem;
    right: 0px;
    top:0px;
	overflow:hidden;
    z-index: 100;
    background: #1c7eeb;
    padding: 1.12rem 0.5rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.menuBt span{
    display: block;
    position: relative;
    width:100%;
    height:0.1rem;
    background-color: #fff;
    transition:0.3s;
    border-radius: 0.1rem;
}
.menuBt span:before,
.menuBt span:after {
    content: '';
    display: block;
    width:100%;
    height:0.1rem;
    position: absolute;
    background: #fff;
    transition:0.3s;
    border-radius: 0.1rem;
    position: absolute;
    left: 0px;
}
.menuBt span:before {top: -0.35rem;}
.menuBt span:after {top: 0.35rem}

.menuBt.close span {background: rgba(0, 0, 0, 0);}
.menuBt.close span:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menuBt.close span:after {
	top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#sub-btn{display: block;width:2.25rem;height:2.25rem;position: absolute;right: 0;top: 0;}
#sub-btn span{font-size:1rem;color: #fff;margin:12px 0 0 16px;display: block;}

#articleTool{
	position:relative;
	display: block;height:45px;width: 100%;max-width:100%;position: relative;color:#333;background:#f9fafb;
	}
#articleTool:after {
    content: " ";
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
	display:none;
}
#articleTool h1{
	overflow:hidden;
	text-align: center;
	display: block;
	text-align: center;
	line-height:2.2rem;
	color:#333;
	font-size:0.8rem;
	margin:0 40px;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: content;
	-moz-background-clip: content;
	background-clip: content;
	}
#articleTool #go-back span{ color:#333;}

/**
 * 一级导航
 * @author 杨朝杰
 * @return
 */
.topMenu{
	background-color: #333;
	position: relative;
	z-index: 9;
}
.topMenu .swiper-slide{
	width: auto;
}
.topMenu a{
	display: block;
	line-height: 2rem;
	color: #fff;
	padding: 0 0.5rem;
	font-size: 0.6rem;
}
.courseMneu{
	position: absolute;
	top: 4.25rem;
	left: 0;
	width: 100%;
	z-index: 9999999;
	background-color: #fff;
	box-shadow: 0 0 14px 0 rgba(0,0,0,0.1);
	display: none;
}
.courseDl{
	padding:0.3rem 0.5rem 0.3rem 0rem;
	overflow: hidden;
}
.courseDl dd{
	float: left;
	display: inline;
	position: relative;
	padding-left: 0.5rem;
}
.courseDl dd::after{
	content: '';
	display: block;
	position: absolute;
	border-left: 1px solid #ddd;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	height: 0.6rem;
}
.courseDl a{
	display: block;
	font-size: 0.6rem;
	color: #666;
	margin-right: 0.8rem;
	line-height: 1.2rem;
}
.courseDl dd.hover a{
	color: #1c7eeb;
}

.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 ul{
    width:100%;
    overflow:hidden;
    overflow-y: auto;
    height: 100vh;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
#mobileMenu ul li{
    display: block;
    overflow:hidden;
    position: relative;
}
#mobileMenu 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);
}
.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: left;
}
.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: #1c7eeb;
}
#mobileMenu ul li.hover .menuTop em:after,
#mobileMenu ul li.hover .menuTop em:before{
    background: #fff;
}
#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:#1c7eeb;
}
.menuDiv{
    display: none;
    overflow: hidden;
    background: #fcfcfc;
}
.menu_dl{
    overflow: hidden;
}
.menu_dl dd{
    overflow: hidden;
    height: 2.25rem;
    line-height: 2.25rem;
    position: relative;
}
.menu_dl dd:after{
    display: block;
    content: "";
    overflow: hidden;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    right: 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;
}
.menu_dl dd:last-child:after{display: none}
.menu_dl dd em{position: absolute;width: 1.5rem;height: 2.25rem;right: 0;top: 0;background: url(../images/navR.png) no-repeat center center;background-size: .35rem;}
.subMenu_a{
    display: block;
    overflow: hidden;
    font-size: 0.6rem;
    color:#666;
    position: relative;
    padding-right: 2.25rem;
    text-align: left;
    padding-left: 0.5rem;
}
.subMenu_a i{
    font-size: 0.7rem;
    padding-right: 0.25rem;
}
.menu_dl dd.hover .subMenu_a:before{
    background: #1c7eeb;
}
/**
 * 二级导航
 */ 
.subNavBox{
    overflow: hidden;
    display: flex;
    height: 2rem;
    line-height: 2rem;
    position: relative;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
}
.subNav_ul{
    overflow-y: hidden;
    overflow-x: auto;
    flex: 1;
    height: 2rem;
    line-height: 2rem;
    font-size: 0px;
    word-break:keep-all;
    white-space:nowrap;
    background: #fff;
}
.subNav_ul li{
    display: inline-block;
    overflow: hidden;
    padding: 0px 0.75rem;
    height: 2.0rem;
    line-height: 2.0rem;
}
.subNav_ul li a{
    display: block;
    overflow: hidden;
    font-size: 0.7rem;
    color:#666;
    position: relative;
}
.subNav_ul li a:after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 1px;background: #1c7eeb;display: none}
.subNav_ul li:hover a{color: #1c7eeb}
.subNav_ul li:hover a:after{display: block}
.subNav_ul li.hover a{color: #1c7eeb}
.subNav_ul li.hover a:after{display: block}

.subNavIcon{
    display: block;
    height: 2rem;
    line-height: 2rem !important;
    overflow: hidden;
    font-size: 0.9rem !important;
    color:#666;
    padding: 0px 0.25rem;
    background: #fafafa;
}
.locaMenu{
    position: relative;
    z-index: 9;
}
.loca_a{
    display: flex;
    height: 2rem;
    overflow: hidden;
    line-height: 2rem;
    font-size: 0.7rem;
    color:#333;
    padding: 0px 10px;
    background: #fff;
    position: relative;
    z-index: 5;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.loca_a span{
    display: block;
    flex: 1;
    overflow: hidden;
}
.loca_a i{
    display: block;
    width: 1.0rem;
    height: 2.0rem;
    overflow: hidden;
    text-align: center;
    line-height: 2.0rem;
    font-size: 1.0rem;
    color:#666;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.loca_a.shadow{
    -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
}
.loca_a.hover i{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.loca_ul{
    display: none;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 2.0rem;
    max-height: calc(100vh - 9.25rem);
    background: #fff;
    z-index: 4;
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.loca_ul li{
    display: block;
    height: 1.75rem;
    line-height: 1.75rem;
    overflow: hidden;
    position: relative;
}
.loca_ul li:after{
    display: block;
    content: "";
    overflow: hidden;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    right: 0px;
    top:0px;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    -o-transform: scaleY(0.5);
    transform: scaleY(0.5);
    z-index: 2;
}
.loca_ul li a{
    display: block;
    overflow: hidden;
    font-size: 0.6rem;
    color:#666;
    padding: 0px 0.5rem;
}
#thirdMenuBg{
    display: none;
    width: 100%;
    height: 200vh;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(0,0,0,0.5);
    z-index: 2;
}
/*
* 搜索
*/
.searchBox{
    visibility: hidden;
    overflow: hidden;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 101;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.searchBox.show{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    visibility: visible;
}
.searchCont{
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 1.0rem);
    left: 0.5rem;
}
.search_dl{
    display: flex;
    overflow: hidden;
    display: none;
}
.search_dl dd{
    flex: 1;
    overflow: hidden;
}
.search_dl dd a{
    display: block;
    overflow: hidden;
    font-size: 0.7rem;
    color:#666;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.searchDeta{
    overflow: hidden;
    display: flex;
}
.formDiv{
    flex: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.formDiv.bd_a:after{
    border: 1px solid rgba(255,255,255,1);
}
.formInp{
    display: block;
    overflow: hidden;
    border:none;
    width: 100%;
    height: 2.0rem;
    line-height: 2.0rem;
    padding: 0px 0.5rem;
    font-size: 0.7rem;
    color:rgba(255,255,255,0.8);
    background: none;
    outline: none;
    position: relative;
    z-index: 3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.searchBt{
    display: block;
    width: 2.0rem;
    height: 2.0rem;
    overflow: hidden;
    background: url(../images/search_h.png) no-repeat center center;
    margin-left: 10px;
    /*padding-left: 1.0rem;*/
    background-size: 1.0rem auto;
    opacity: 0.8;
    position: relative;
}
.closeSearch{
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    overflow: hidden;
    width: 2.0rem;
    height: 2.0rem;
    background: url(../images/close_h.png) no-repeat center center;
    background-size: auto 1.0rem;
}

/**
 * 固定的底部
 * @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;
    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/home.png) no-repeat center center;
    background-size: auto 0.9rem;
}
.foot_dl dd:nth-child(1).hover .foot_a span{
    background: url(../images/home_h.png) no-repeat center center;
    background-size: auto 0.8rem;
}
.foot_dl dd:nth-child(2) .foot_a span{
    background: url(../images/type.png) no-repeat center center;
    background-size: auto 0.9rem;
}
.foot_dl dd:nth-child(2).hover .foot_a span{
    background: url(../images/type_h.png) no-repeat center center;
    background-size: auto 0.9rem;
}
.foot_dl dd:nth-child(3) .foot_a span{
    background: url(../images/tel.png) no-repeat center center;
    background-size: auto 0.9rem;
}
.foot_dl dd:nth-child(3).hover .foot_a span{
    background: url(../images/tel_h.png) no-repeat center center;
    background-size: auto 0.9rem;
}
.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:#008fd7;
}

.moreTel{
    padding: 5px 0px;
    overflow: hidden;
}
.tel_dl{
    overflow: hidden;
}
.tel_dl dd{
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    position: relative;
    padding: 0px 10px;
}
.tel_dl dd:after{
    display: block;
    content: "";
    overflow: hidden;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    left: 0px;
    bottom: 0px;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    -o-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.tel_dl dd:last-child:after{
    display: none;
}
.tel_a{
    display: block;
    overflow: hidden;
    font-size: 0.7rem;
    color:#666;
}
.tel_a i{
    color:#4fb9eb;
}
/**
 * 返回顶部
 * @author 杨朝杰
 * @return
 */	
#scrollTop{
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
	border-radius:100%;
	background:rgba(255,255,255,0.9);
	position: fixed;
	right:10px;
	bottom:60px;
	z-index:5;
	display:none;
	-webkit-box-shadow:0px 0px 5px rgba(153,153,153,0.5);	
	-moz-box-shadow:0px 0px 5px rgba(153,153,153,0.5);	 
	box-shadow:0px 0px 5px rgba(153,153,153,0.5);	   
}
#scrollTop em{font-size:26px;color:#666;padding:3px 0 0 0;}

/**
 * page
 * @author 杨朝杰
 * @return
 */
.ajaxLoad{color:#666;height:2rem;line-height:2rem;text-align:center;clear:both;position:relative;background:#fff;margin:5px 0 0 0; font-size:0.7rem;}
.ajaxLoad i{font-size:0.8rem;margin:0 5px 0 0;color:#fc8b1c;}

/**
 * 文章阅读页
 * @author 杨朝杰
 * @return
 */	
.articleBox{line-height:1.5rem;color:#454545;padding:10px;font-size:0.75rem;}
.articleBox img{max-width:100%;}
.articleTitle{
	font-size: 0.75rem;
    color: #333333;
    text-align: left;
    font-weight: bold;
    line-height: 1.1rem;
	}
.articleTime{display: block;clear: both;text-align: left;color: #999;font-size:0.6rem;padding:0 0 5px 0;}

.articleTop{
	overflow:hidden;
	background:#f9fafb;
	padding:10px 0;
	}
.articleTop .articleTitle{
	font-size:18px;
	color:#333333;
	text-align:center;
	font-weight:bold;
	padding:0 50px;
	line-height:30px;
	}
.articleTop .articleTime{
	text-align:center;
	padding:10px 0 0 0;
	}

.articleHand{
    clear:both;
    font-size:0.75rem;
    padding:0 0px 20px 0;
    overflow: hidden;
    }
.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;
}
.articelImgSlide .swiper-button-next{
    right: 0px;
    background: url(../images/aboutNext3.png) no-repeat center center;
    background-size: auto 30px;
}
.articelImgSlide .swiper-pagination-bullet{background: #eee;opacity: 1;}
.articelImgSlide .swiper-pagination-bullet-active{background: #007aff;}

.articlePageT{
    width:100%;
    overflow: hidden;
    line-height: 1rem;
    color: #333333;
    font-size: 14px;
    background-color:#fff;
    margin-bottom: 10px;
}
.articlePageT:hover{background: #1c7eeb;color: #fff}
.articlePageT:hover a{color: #fff;}
.articlePageT:hover a:hover{color: #fff;}

/**
 * 分享
 * @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:#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;}

/**
 * 固定的底部2
 * @author 杨朝杰
 * @return
 */ 
.footerBar2{
    font-size:12px;
    overflow: hidden;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-background-clip: content;
    -moz-background-clip: content;
    background-clip: content;
    width: 100%;
    height:45px;
    background:#fff;
    position:relative;
}
.footerBar2:after{
    content: " ";
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    border-top:1px solid #ededed;
    box-sizing: border-box;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index:1;
    }
.footerBar2 .shareBt:after{ display:none;}

.footerBar2 div{
    overflow:hidden;
    position:relative;
    z-index:2;
    }
.phoneBt{
    width:30%;
    float:right;
    }
.phoneBt a {
    width: 100%;
    display: block;
    line-height: 45px;
    background: #ff7800;
    color: #fff !important;
    text-align: center;
}
.goBack2{
    width:16%;
    float:left;
    }
.goBack2 a{
    display: block;
    height:45px;
    background: url(../images/jt6.png) no-repeat 10px center;
    background-size: 26px;
    color: #666 !important;
    text-align: center;
    }
.marker, .shareDiv{
    float:right;
    line-height:45px;
    font-size:14px;
    padding:0 15px 0 0;
    }

.shareDiv .shareBt{ width:100%;}

.marker span, .shareDiv span{padding:0 0 0 6px;}
.marker em, .shareDiv em{color:#999;}


/**+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++以上为模板框架部分（尽量少改）+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/




/*
* 图文列表2
*/
dl.style2{
}
.style2 dd{
    /*padding: 0.25rem;*/
}
/*.style2 dd:after{
    display: none;
}*/
.style2 .listDeta{
    padding: 0.5rem 0rem 0px 0rem;
}

/*
* 全文
*/
.list_dl{
    overflow: hidden;
    padding: 0.5rem 0;
}
.list_dl dd{
    height: 1.75rem;
    line-height: 1.75rem;
    overflow: hidden;
    background: #fff;
    padding: 0 .5rem;
    margin-bottom: .5rem;
}
.list_dl dd .list_a{
    display: flex;
    overflow: hidden;
}
.list_dl dd .listName{
    flex: 1;
}
.list_dl dd .listTime{
    margin-right: 0.5rem;
}
/**+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 首页 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++/
/*
* banner开始
*/
.banner{
    overflow: hidden;
    position: relative;
    padding-top: 40%;
}
.bannerCont{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
}
.bannerSwiper{
    height: 100%;
}
.banner_a{
    display: block;
    height: 100%;
    width: 100%;
}
.bannerSwiper .swiper-pagination span{
    width: 0.4rem;
    height: 0.4rem;
    border: 1px solid #fff;
    background: transparent;
    opacity: 1;
    border-radius: 0.4rem;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.bannerSwiper .swiper-pagination .swiper-pagination-bullet-active{
    background: #fff !important;
}

.pic:before {
    display: block;
    content: '';
    padding-top: 75%;
}
.pic img {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.bai{background: #fff}
.indexMenuList{ overflow: hidden; padding: .5rem;}
.indexMenuList dd{ float: left; width: 25%;display: inline}
.indexMenuList dd a{ display: block;}
.indexMenuList dd .pic{ width:60%; margin: 0 auto;position: relative}
.indexMenuList dd .pic:before{ padding-top: 100%;}
.indexMenuList dd .text{ height: 1.75rem; line-height: 1.75rem; text-align: center; color: #444444; font-size: .6rem;}

.indOtherMenu{ overflow: hidden; padding: 0 .25rem;}
.indOtherMenu dd{ float: left; width: 25%;display: inline;padding: .25rem 0}
.indOtherMenu dd a{ display: block;padding: 0 .25rem;text-align: center}
.indOtherMenu dd a span{
    display: block;
    height: 1.3rem;
    line-height: 1.3rem;
    border-radius: .1rem;
    background: #f5f6f8;
    font-size: .65rem;
    color: #444444;
}


/* indexMenu start */
.indexMneu{
	overflow: hidden;
	padding: 0.75rem 0.5rem;
}
.indexMneu dd{
	width: 20%;
	display: inline;
	float: left;
	text-align: center;
}
.indexMneu a{
	display: block;
	padding:0.5rem 0;
}
.indexMneu .ico{
	height: 2.5rem;
	transition: 0.4s;
}
.indexMneu .ico img{
	height: 100%;
}
.indexMneu .text{
	font-size: 0.5rem;
	color: #333;
	line-height: 0.7rem;
	padding-top: 0.3rem;
	transition: 0.4s;
	height: 1.4rem;
}
/* indexMenu end */



.indTitle{
    height: 1.4rem;
    line-height: 1.4rem;
    width: 3rem;
    text-align: center;
    font-size: .7rem;
    color: #fff;
    border-top-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
}
.titleC{
    background: #008fd7;
}
.titleC1{
    background: #f19149;
}

.pad5{
    padding: 0 .5rem;
}
.worry_dl dd{
    padding: .15rem 0;
}
.worry_dl dd a.bdAll:before{
    border-radius: 1.5rem;
    -webkit-border-radius: 1.5rem;
}
.worry_dl dd a{
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: .6rem;
    color: #666;
    display: block;
    border-radius: 1.5rem;
    -webkit-border-radius: 1.5rem;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: flex;
}
.worry_dl dd a span{
    padding: 0 .5rem 0 1.7rem;
    position: relative;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 1.5rem;
    -webkit-border-radius: 1.5rem;
    color: #fff;
}
.worry_dl dd a em{font-style: normal;margin-left: 6px}
.worry_dl dd a span i{
    position: absolute;
    width: 1.4rem;
    height: 1.4rem;
    text-align: center;
    left: 1px;
    top: 1px;
    border-radius: 1.4rem;
    font-style: normal;
    background: #fff;
    font-size: .75rem;
}
.wr_span1{
    background: #fe9f20;
}
.wr_span1 i.i1{
    color: #fe9f20;
}
.wr_span2{
    background: #0cd191;
}
.wr_span2 i.i2{
    color: #0cd191;
}
.wr_span3{
    background: #ab77f8;
}
.wr_span3 i.i3{
    color: #ab77f8;
}
.wr_span4{
    background: #ea937a;
}
.wr_span4 i.i4{
    color: #ea937a;
}
.wr_span5{
    background: #3ab6f0;
}
.wr_span5 i.i5{
    color: #3ab6f0;
}


.answer_dl dd{
    padding: .15rem 0;
}
.answer_dl dd a.bdAll:before{
    border-radius: 1.5rem;
    -webkit-border-radius: 1.5rem;
}
.answer_dl dd a{
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: .6rem;
    color: #666;
    display: block;
    background: #fff;
    border-radius: 1.5rem;
    -webkit-border-radius: 1.5rem;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding-left: 38px;
    position: relative;
}
.answer_dl dd a i{
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
    left: 0px;
    top: 0px;
    border-radius: 1.5rem;
    font-style: normal;
    color: #fff;
    font-size: .7rem;
}
.last_a .ai1{background: #fe9f20;}
.last_a .ai2{background: #0cd191;}
.last_a .ai3{background: #ab77f8;}
.last_a .ai4{background: #ea937a;}
.last_a .ai5{background: #3ab6f0;}

/*备考方案*/
.study_tit{
    text-align: center;
}
.study_tit span{
    font-size: .75rem;
    color: #088fd5;
    text-align: center;
    padding: 0 2.5rem;
    position: relative;
}
.study_tit span:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3rem;
    height: .8rem;
    background: url(../images/xingF.png) no-repeat left center;
    background-size: 2rem;
}
.study_tit span:after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 3rem;
    height: .8rem;
    background: url(../images/xingR.png) no-repeat right center;
    background-size: 2rem;
}
.course_tit{
    text-align: center;
}
.course_tit span{
    font-size: .75rem;
    color: #444;
    text-align: center;
    padding: 0 2.5rem;
    position: relative;
}
.course_tit span:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3rem;
    height: .8rem;
    background: url(../images/courseF.png) no-repeat left center;
    background-size: 2rem;
}
.course_tit span:after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 3rem;
    height: .8rem;
    background: url(../images/courseR.png) no-repeat right center;
    background-size: 2rem;
}

.clumn_tit{
    text-align: center;
}
.clumn_tit span{
    font-size: .75rem;
    color: #444;
    text-align: center;
    padding: 0 3rem;
    position: relative;
}
.clumn_tit span:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3rem;
    height: .8rem;
    background: url(../images/jiaoF.png) no-repeat left center;
    background-size: 2rem;
}
.clumn_tit span:after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 3rem;
    height: .8rem;
    background: url(../images/jiaoR.png) no-repeat right center;
    background-size: 2rem;
}

.wj_tit{
    text-align: center;
}
.wj_tit span{
    font-size: .75rem;
    color: #444;
    text-align: center;
    padding: 0 2.5rem;
    position: relative;
}
.wj_tit span:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3rem;
    height: .8rem;
    background: url(../images/wujF.png) no-repeat left center;
    background-size: 2rem;
}
.wj_tit span:after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 3rem;
    height: .8rem;
    background: url(../images/wujR.png) no-repeat right center;
    background-size: 2rem;
}

.teach_tit{
    text-align: center;
}
.teach_tit span{
    font-size: .75rem;
    color: #444;
    text-align: center;
    padding: 0 2.5rem;
    position: relative;
}
.teach_tit span:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3rem;
    height: .8rem;
    background: url(../images/nianF.png) no-repeat left center;
    background-size: 2rem;
}
.teach_tit span:after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 3rem;
    height: .8rem;
    background: url(../images/nianR.png) no-repeat right center;
    background-size: 2rem;
}

.tx_tit{
    text-align: center;
}
.tx_tit span{
    font-size: .75rem;
    color: #444;
    text-align: center;
    padding: 0 2.5rem;
    position: relative;
}
.tx_tit span:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3rem;
    height: .8rem;
    background: url(../images/txF.png) no-repeat left center;
    background-size: 2.2rem;
}
.tx_tit span:after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 3rem;
    height: .8rem;
    background: url(../images/txR.png) no-repeat right center;
    background-size: 2.2rem;
}

.student_tit{
    text-align: center;
}
.student_tit span{
    font-size: .75rem;
    color: #444;
    text-align: center;
    padding: 0 3rem;
    position: relative;
}
.student_tit span:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3rem;
    height: .8rem;
    background: url(../images/xyF.png) no-repeat left center;
    background-size: 2.4rem;
}
.student_tit span:after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 3rem;
    height: .8rem;
    background: url(../images/xyR.png) no-repeat right center;
    background-size: 2.4rem;
}

.study_in{
    font-size: .6rem;
    color: #666;
    text-align: center;
    line-height: 1rem;
    padding: 0 .5rem;
}

.study_ul{
    text-align: center;
    font-size: 0;
}
.study_ul li{
    display: inline-block;
    font-size: .6rem;
    color: #999;
    height: 1.2rem;
    padding: 0 .75rem;
    line-height: 1.2rem;
    border: 1px solid #ddd;
    border-radius: 1.2rem;
    margin: 0 .2rem;
    cursor: pointer;
    transition: all .3s linear;
}
.study_ul li.hover{
    background: #088fd5;
    color: #fff;
    border-color: #088fd5;
}

.ind_peBox{
    padding: 0 .5rem;
}
.st_div{
    position: relative;
}
.st_timer{
    text-align: center;
    font-size: .7rem;
    color: #333333;
    position: relative;
}
.st_timer:after{
    content: "";
    position: absolute;
    width: .35rem;
    height: .35rem;
    left: 50%;
    bottom: -.35rem;
    margin-left: -.2rem;
    border-radius:.35rem;
    z-index: 999;
}
.st_tq1:after{background: #fd797f;}
.st_tq2:after{background: #d26ed0;}
.st_tq3:after{background: #3ec5a5;}
.st_tq4:after{background: #35c0f5;}
.st_tq5:after{background: #508dde;}

.st_quan{
    position: relative;
    width: 4rem;
    height: 4rem;
    border-radius: 4rem;
    margin: 0 auto;
    text-align: center;
    line-height: 1rem;
    font-size: .65rem;
    color: #fff;
}
.st_quan span{
    padding: 0 .25rem;
    display: block;
    text-align: center;
}
.stBg1{background: #fd797f;}
.stBg2{background: #d26ed0;}
.stBg3{background: #3ec5a5;}
.stBg4{background: #35c0f5;}
.stBg5{background: #508dde;}
.st_box{
    background: #f4f4f4;
    margin-top: -2rem;
    text-align: center;
    height: 6rem;
}
.st_div01{
    font-size: .75rem;
    color: #666;
    padding: 2.2rem 0 .5rem;
}
.st_div02{
    font-size: .8rem;
    line-height: .9rem;
}
.col1{
    color: #fd797f;
}
.col2{
    color: #d26ed0;
}
.col3{
    color: #3ec5a5;
}
.col4{
    color: #35c0f5;
}
.col5{
    color: #508dde;
}

.st_dl{
    padding: .25rem;
    background: #ebecf0;
    overflow: hidden;
}
.st_dl dd{
    padding: 5px 0;
}
.st_dl dd a{
    font-size: .6rem;
    color: #858585;
    padding-left: .3rem;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.st_dl dd a:before{
    content: "";
    position: absolute;
    left: 0;
    top: .35rem;
    width: .15rem;
    height:.15rem;
    background: #858585;
    border-radius: .15rem;
}
.st_text{
    transition: all .5s linear;
}
.study_cont li:hover .st_text{
    box-shadow: 3px 3px 16px #e4e3e3, -3px 3px 16px #e4e3e3;
}

.ind_peBox.bdTop:before{
    top: 1.6rem;
}

.indCourse{
    padding: 0 .5rem;
    overflow: hidden;
}
.course_bg1{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 56.25%;
}
.conC{
    padding-top: .5rem;
    padding-left: .5rem;
}
.course_bg1 h5 {
    color: #ffffff;
    font-size: .65rem;
    line-height: 1;
    font-weight: normal;
}
.course_bg1 h6 {
    font-size: .75rem;
    color: #ffffff;
    font-weight: normal;
}
.course_bg1 p {
    color: #ffffff;
    font-size: .6rem;
}
.course_bg1 a {
    display: block;
    width: 3rem;
    height: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
    color: #242424;
    font-size: .55rem;
    background: #fff;
}


/*课程*/
.index_clumn{
    padding: 0 .5rem;
}
.clumn_dl{
    margin: 0 -.25rem;
    overflow: hidden;
}
.clumn_dl dd{
    float: left;
    width: 50%;
    display: inline;
    padding: .25rem 0;
}
.clumn_dl dd a{
    display: block;
    padding: .5rem;
    background: #fff;
    border: 1px solid #ddd;
    margin: 0 .25rem;
    transition: all .3s;
}
.clumn_dl dd a .title{
    font-size: .75rem;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    height: 2rem;
}
.clumn_dl dd a .title i{
    font-size: .6rem;
    color: #f37335;
    font-style: normal;
    border: 1px solid #f37335;
    padding: 0 2px;
    margin-left: .2rem;
}
.clumn_dl dd a .text{
    font-size: .6rem;
    color: #666;
    line-height: 1rem;
    border-bottom: 1px dashed #ddd;
    height: 4rem;
    overflow-y: auto;
}
.clumn_dl dd a .text span{
    color: #333;
}

.clumn_int{
    padding-top: .5rem;
    overflow-y: auto;
}
.clumn_int .cl1{
    font-size: .6rem;
    color: #333;
}
.clumn_int .cl1 i{
    font-style: normal;
    font-size: .6rem;
    color: #f37335;
    font-weight: bold;
}
.zxB{
    width: 4rem;
    height: 1.4rem;
    line-height: 1.4rem;
    text-align: center;
    font-size: .65rem;
    color: #f37335;
    border-radius: 1.4rem;
    background: #fee9c0;
    margin: .5rem auto;
}


/*学习模式*/
.about5_dl{
    position: relative;
    z-index: 3;
    overflow: hidden;
    background: url(../images/qj.png) no-repeat 3rem center;
    background-size: 14.5rem;
}
.about5_dl dd{
    float: left;
    display: inline;
    width: 33.3333333%;
    padding: .25rem 0;
}
.about5_dl dd.dd1 a{background: url(../images/stIcon1.png) no-repeat center center;background-size: 4rem;}
.about5_dl dd.dd2 a{background: url(../images/stIcon2.png) no-repeat center center;background-size: 4rem;}
.about5_dl dd.dd3 a{background: url(../images/stIcon3.png) no-repeat center center;background-size: 4rem;}
.about5_dl dd.dd4 a{background: url(../images/stIcon4.png) no-repeat center center;background-size: 4rem;}
.about5_dl dd.dd5 a{background: url(../images/stIcon5.png) no-repeat center center;background-size: 4rem;}
.about5_dl dd.dd6 a{background: url(../images/stIcon6.png) no-repeat center center;background-size: 4rem;}
.last_st span{
    display: block;
    color: #fff;
    font-size: .7rem;
    padding-top: 2.2rem;
}
.about5_dl .list_a{
    width: 100%;
    height: 4rem;
    display: block;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: .7rem;
    color:#666;
    text-align: center;
}

/*师资介绍*/
.indRen{
    padding: 0 .25rem;
    overflow: hidden;
}
.indRen dd{
    float: left;
    width: 25%;
    display: inline;
    padding: .5rem 0;
}
.indRen dd a{
    padding: 0 .25rem;
    display: block;
    text-align: center;
}
.indRen dd .pic{
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    border-radius: 100%;
    height: 3.6rem;
    width: 3.6rem;
    margin: 0 auto;
}
.indRen dd .name{
    font-size: .65rem;
    color: #333;
    line-height: 1.2rem;
}
.indRen dd .text{
    font-size: .6rem;
    color: #666;
}
.indRen dd .text i{
    font-style: normal;
    color: #088fd5;
}

/*教学理念*/
.teach_t{
    padding-left: 3.5rem;
    margin: 0 .5rem;
    position: relative;
}
.titl{
    position: absolute;
    left: .8rem;
    bottom: .6rem;
    font-size: .7rem;
    color: #333;
    font-weight: bold;
}
.te1{
    background: url(../images/teach1.png) no-repeat left center;
    box-shadow: .1rem .1rem .35rem #ebf1ff, -.1rem .1rem .35rem #ebf1ff;
    border-top: .1rem solid #0d95d3;
    background-size: 3rem;
}
.te2{
    background: url(../images/teach2.png) no-repeat left center;
    box-shadow: .1rem .1rem .35rem #ebf1ff, -.1rem .1rem .35rem #ebf1ff;
    border-top: .1rem solid #0d95d3;
    background-size: 3rem;
}

.teach_dl dd{
    font-size: .6rem;
    color: #6666;
    line-height: 1rem;
}
.teach_dl dd i{font-style: normal}
.teach_dl dd.ji1 i{color: #588bfd}
.teach_dl dd.ji2 i{color: #fe9b0f}


/*服务体系*/
.ind1st_dl{
    overflow: hidden;
    text-align: center;
    padding: 0 .25rem;
}
.ind1st_dl dd{
    width: 25%;
    display: inline;
    float: left;
    padding: .25rem 0;
}
.ind1st_a{
    display: block;
    overflow: hidden;
    position: relative;
    background: #fff;
    padding: 0 .5rem;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.ind1st_dl dd .pic{ width:100%; margin: 0 auto;position: relative}
.ind1st_dl dd .pic:before{ padding-top: 100%;}
.ind1stSpan{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 0px;
    overflow: hidden;
}
.ind1stTit{
    overflow: hidden;
    font-size: .65rem;
    font-weight: bold;
    text-align: center;
    padding-top: .5rem;
}
.ind1Col1{color: #246de8}
.ind1Col2{color: #f19149}
.ind1Col3{color: #59b430}
.ind1Col4{color: #aa89bd}
.ind1Col5{color: #eb6100}
.ind1Col6{color: #f29b76}
.ind1Col7{color: #84ccc9}
.ind1Col8{color: #e60012}

/*学员有话要说*/
.talkBox{
    padding: 0 .5rem;
}
.talkDiv a{display: block;position: relative;transition: all .3s;background: #fff;padding: .5rem}
.talkDiv a .pic{position: relative;background-repeat: no-repeat;background-position: center center;margin: 0 auto;background-size: cover;}

.ind_name{
    font-size:.7rem;
    color: #000;
    text-align: center;
}
.ind_name span{
    font-size: .6rem;
    color: #088fd5;
}
.indT_studenT{
    font-size: .65rem;
    color: #858585;
    line-height: 1rem;
    overflow: hidden;
    height: 3rem;
}
.student_talk{
    padding: .5rem 0 2rem!important;
}

.student_talk .swiper-pagination-bullet-active{
    background: #0cd191!important;
}

/*友情链接*/
.friend_box{
    overflow: hidden;
}
.friend_box dd{
    float: left;
    display: inline;
    width: 25%;
}
.friend_box dd a{display: block;text-align: center;font-size: .7rem;color: #666;padding: .5rem .3rem;line-height: 1.15rem;border-right: 1px solid #ddd;border-bottom: 1px solid #ddd}
.friend_box dd:nth-child(4){
    border-right: none;
}
.friend_box dd:nth-child(5){
    border-bottom: none;
}
.friend_box dd:nth-child(6){
    border-bottom: none;
}
.friend_box dd:nth-child(7){
    border-bottom: none;
}
.friend_box dd:nth-child(8){
    border-bottom: none;
    border-right: none;
}
.friend_box dd .pic {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.friend_box dd .pic:before{
    padding-top: 30%;
}
.friend_box dd .pic span{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.footerBox{
    background: #252525;
    padding: .5rem 1rem;
    color: #979797;
    line-height: 1.1rem;
    text-align: center;
}


/*
* 首页第二通栏
*/

.listMore{
    margin-bottom: 0.5rem;
}
.listMore a{
    display: block;
    height: 1.5rem;
    line-height: 1.5rem;
    position: relative;
    width: 7rem;
    margin: 0 auto;
    background: url(../images/arrow1.png) center center no-repeat;
    background-size: 3rem;
}

/*
* 首页第三通栏
*/
.ind3{
    padding: 0.5rem 0 0 0;
}
.ind3 dd{
    background: center center no-repeat;
    background-size: cover; 
}
.ind3 dd a{
    display: block;
    padding: 1rem 0.5rem;
}
.ind3 dd .listTit{
    font-size: 0.8rem;
    color: #fff;
}
.ind3 dd .listTitEn{
    color: #fff;
    font-size: 0.6rem;
    padding-top: 0.3rem;
    text-transform: uppercase;
}
.ind3 dd .listIntr{
    color: #fff;
    width: 55%;
    font-size: 0.6rem;
    padding-top: 0.5rem;
}
/*底部*/
.footer3{
    background: #37383a;
    color: #858585;
    font-size: 0.6rem;
    line-height: 1.5rem;
    padding: .8rem .5rem;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/********************内页*****************/

.subBanner{width: 100%;background: #fff;position: relative}
.subBanner a{width: 100%;display: block;position: relative;padding-top: 53.33333333333%}
.subBanner a img{background:url(../images/loading.gif) center center no-repeat;width: 100%;height: 100%;position:absolute;left:0;top:0;display:block;}
.subBanner span{position: absolute;left: 1rem;bottom: 1rem;display: block;padding: 0 .8rem;height: 1.8rem;background: #5ca1ef;color: #fff;text-align: center;line-height: 1.8rem;font-size: .7rem}


.tabForm{
    padding: 0 .5rem;
}
.tabFox{
    position: relative;
    top: -20px;
    padding: 1rem;
    background: #fff;
    border-radius: .5rem;
    z-index: 888;
}
.tabCol1{
    box-shadow: .1rem .3rem 1rem #f6c5b0, -.1rem .3rem .35rem #f6c5b0;
}
.tabCol2{
    box-shadow: .1rem .3rem 1rem #fee0ae, -.1rem .3rem .35rem #fee0ae;
}
.tabCol3{
    box-shadow: .1rem .3rem 1rem #a2e5f9, -.1rem .3rem .35rem #a2e5f9;
}
.tabCol4{
    box-shadow: .1rem .3rem 1rem #b3f2f2, -.1rem .3rem .35rem #b3f2f2;
}
.formC_div{
    border: 1px solid #ddd;
    border-radius: 1.3rem;
    height: 1.3rem;
    line-height: 1.3rem;
    padding: 0 .5rem;
    display: flex;
}
.beiC{
    flex: 1;
}
.tabInp{
    width: 100%;
    text-indent: .25rem;
    outline: none;
    border-radius: 1.3rem;
    background: none;
    flex: 1 0 0;
    color:#666;
}
.formC_div select{
    flex: 1;
    /*width: 50%;*/
    width: 100%;
    border: none;
    border-radius: 1.3rem;
    outline: none;
    height: 1.3rem;
    line-height: 1.3rem;
    background: none;
    font-size: .6rem;
    font-size: 0.6rem;
    color:#fff;
}
.sub_mit a{
    display: block;
    width: 6rem;
    height: 1.6rem;
    line-height: 1.6rem;
    text-align: center;
    font-size: .7rem;
    color: #fff;
    margin: 0 auto;
    border-radius: 1.6rem;
}
.sub_mit a.subCol1{
    background: -ms-linear-gradient(top, #fb8221,  #cb3230);        /* IE 10 */
    background:-moz-linear-gradient(top,#fb8221,#cb3230);/*火狐*/
    background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#fb8221), to(#cb3230));/*谷歌*/
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fb8221), to(#cb3230));      /* Safari 4-5, Chrome 1-9*/
    background: -webkit-linear-gradient(top, #fb8221, #cb3230);   /*Safari5.1 Chrome 10+*/
    background: -o-linear-gradient(top, #fb8221, #cb3230);  /*Opera 11.10+*/
}
.sub_mit a.subCol2{
    background: -ms-linear-gradient(top, #fbc021,  #fe8120);        /* IE 10 */
    background:-moz-linear-gradient(top,#fbc021,#fe8120);/*火狐*/
    background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#fbc021), to(#fe8120));/*谷歌*/
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fbc021), to(#fe8120));      /* Safari 4-5, Chrome 1-9*/
    background: -webkit-linear-gradient(top, #fbc021, #fe8120);   /*Safari5.1 Chrome 10+*/
    background: -o-linear-gradient(top, #fbc021, #fe8120);  /*Opera 11.10+*/
}
.sub_mit a.subCol3{
    background: -ms-linear-gradient(top, #20d1e5,  #00a3ee);        /* IE 10 */
    background:-moz-linear-gradient(top,#20d1e5,#00a3ee);/*火狐*/
    background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#20d1e5), to(#00a3ee));/*谷歌*/
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#20d1e5), to(#00a3ee));      /* Safari 4-5, Chrome 1-9*/
    background: -webkit-linear-gradient(top, #20d1e5, #00a3ee);   /*Safari5.1 Chrome 10+*/
    background: -o-linear-gradient(top, #20d1e5, #00a3ee);  /*Opera 11.10+*/
}
.sub_mit a.subCol4{
    background: -ms-linear-gradient(top, #46f1c7,  #20d1e5);        /* IE 10 */
    background:-moz-linear-gradient(top,#46f1c7,#20d1e5);/*火狐*/
    background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#46f1c7), to(#20d1e5));/*谷歌*/
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#46f1c7), to(#20d1e5));      /* Safari 4-5, Chrome 1-9*/
    background: -webkit-linear-gradient(top, #46f1c7, #20d1e5);   /*Safari5.1 Chrome 10+*/
    background: -o-linear-gradient(top, #46f1c7, #20d1e5);  /*Opera 11.10+*/
}

.bgCol{
    background: -ms-linear-gradient(top, #fff,  #e6e6e6);        /* IE 10 */
    background:-moz-linear-gradient(top,#fff,#e6e6e6);/*火狐*/
    background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#fff), to(#e6e6e6));/*谷歌*/
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#e6e6e6));      /* Safari 4-5, Chrome 1-9*/
    background: -webkit-linear-gradient(top, #fff, #e6e6e6);   /*Safari5.1 Chrome 10+*/
    background: -o-linear-gradient(top, #fff, #e6e6e6);  /*Opera 11.10+*/
}

/*频道页-----------------------------------------*/
.channel01{position: relative}
.channel01 img{
    max-width: 100%;
}
.channel01 .title{
    color: #ca3030;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
}


.colContent {
    position: relative;
    z-index: 2;
    padding: 0 .5rem;
}

.maxTitle {
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
    color: #fff;
}
.maxZs {
    line-height: 1.2rem;
    text-align: center;
    color: #fff;
    font-size: .65rem;
}
.wcol9Dl {
    font-size: 0;
    overflow: hidden;
}

.wcol9Dl dd {
    display: inline;
    width: 50%;
    float: left;
    padding: .8rem 0;
    position: relative;
}
.wcol9Dl dd:nth-child(2){
    top: -.5rem;
}
.wcol9Dl dd:nth-child(4){
    top: .5rem;
}
.wcol9Dl dd .con {
    box-shadow: 5px 6px 0px 3px rgba(255, 255, 255, 0.3);
    border-radius: 15px;
    margin: 0 .5rem;
}

.wcol9Dl dd .textT {
    line-height: 1.8rem;
    font-size: .7rem;
    color: #fff;
    text-align: center;
    overflow: hidden;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}

.wcol9Dl dd .text {
    background: #fff;
    padding: .5rem;
    line-height: 1rem;
    font-size: .6rem;
    color: #333;
    text-align: center;
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
}

.wcol9Dl dd:nth-child(1) .textT {
    background: #4adcdf;
}

.wcol9Dl dd:nth-child(2) .textT {
    background: #9be57c;
}

.wcol9Dl dd:nth-child(3) .textT {
    background: #f8d966;
}

.wcol9Dl dd:nth-child(4) .textT {
    background: #fbb366;
}

.wcol9Dl dd:nth-child(5) .textT {
    background: #fd5f5c;
}

.teach_swiper a{text-align: center;display: block}
.teach_swiper .pic{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 100%;
    height: 3.6rem;
    width: 3.6rem;
    margin: 0 auto;
}
.teach_swiper .name{
    font-size: .65rem;
    color: #333;
    line-height: 1rem;
}
.teach_swiper .text{
    font-size: .6rem;
    color: #666;
}

.ChOtherMenu{ overflow: hidden; padding: 0 .25rem;}
.ChOtherMenu dd{ float: left; width: 33.333333333%;display: inline;padding: .5rem 0}
.ChOtherMenu dd a{ display: block;padding: 0 .25rem;text-align: center}
.ChOtherMenu dd a span{
    display: block;
    height: 1.8rem;
    line-height: 1.8rem;
    border-radius: 1.8rem;
    background: #f5f6f8;
    font-size: .65rem;
    color: #444444;
}
.ChOtherMenu dd.hover a span{
    background: #f37335;
    color: #fff;
}

/*考研交流*/
.ky_dl{
    overflow: hidden;
    padding: 0 .5rem;
}
.ky_dl dd{
    float: left;
    display: inline;
    width: 33.333333%;
}
.ky_dl dd a{
    display: block;
}
.ky_list1{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 3rem;
    height: 3rem;
    margin: 0 auto;
}
.ky_dl dd a .name{
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    font-size: .65rem;
    color: #333;
}

.channel1_tit span {
    font-size:.75rem;
    color: #333333;
    text-align: center;
    position: relative;
    display: block;
}
.channel1_in {
    font-size: .6rem;
    color: #666;
    text-align: center;
}
.qun_tit{
    font-size: .8rem;
    color: #fff;
    text-align: center;
    position: relative;
    display: block;
    height: 2rem;
}
.qun_tit span {
    padding: 0 1.2rem;
    line-height: 2rem;
}
.qun_tit span.span1{
    background: url(../images/qq1.png) no-repeat left center;
    background-size: .82rem;
}
.qun_tit span.span2{
    background: url(../images/qq2.png) no-repeat left center;
    background-size: .82rem;
}


.qunCh_dl{
    display: flex;
    padding: 0 .25rem;
}
.qunDd{
    flex: 1;
    border-radius: 5px;
    background: #fff;
    margin: 0 .25rem;
    position: relative;
    font-size: .6rem;
    color: #555;
    padding: .25rem;
    text-align: center;
}
.qunDd .title{
    position: absolute;
    text-align: center;
    top: -.6rem;
    font-size: .55rem;
    line-height: 1.2rem;
    color: #fff;
    left: 50%;
    width: 13rem;
    height:1.2rem;
    margin-left: -6.5rem;
    font-weight: bold;
}
.qunDd .qunB1{background: url(../images/qun1.png) no-repeat center center;background-size: 6rem}
.qunDd .qunB2{background: url(../images/qun2.png) no-repeat center center;background-size: 6rem}

.qunDD_dl{
    display: flex;
    padding: 0 .25rem;
}
.qunDD_dl dd{
   flex: 1;
    border-radius: .1rem;
    background: #fff;
    margin: 0 .25rem;
    position: relative;
    font-size: .6rem;
    color: #555;
    padding: .25rem;
    text-align: center;
}
.con_qun .title{
    position: relative;
    text-align: center;
    top: -.8rem;
    font-size: .65rem;
    line-height: 1.2rem;
    color: #fff;
    width: 4rem;
    height: 1.2rem;
    z-index: 22;
    border-radius: 1.2rem;
    margin: 0 auto;
}
.col01{background: #f64c1e}
.col02{background: #b3d465}
.col03{background: #7ecef4}

.other_qun{
    padding: 1rem .5rem;
    overflow: hidden;
}
.other_qun dd{
    float: left;
    width: 33.333333%;
    display: inline;
    padding: .5rem 0;
}
.con1_qun{
    margin: 0 .25rem;
    border-radius: 5px;
    background: #fff;
    position: relative;
    font-size: .6rem;
    color: #555;
    text-align: center;
    line-height: 1rem;
}
.con1_qun .title{
    position: relative;
    text-align: center;
    top: -.6rem;
    font-size: .65rem;
    line-height: 1.2rem;
    color: #fff;
    width: 4rem;
    height: 1.2rem;
    z-index: 22;
    border-radius: 1.2rem;
    margin: 0 auto;
    background: url(../images/qunJiao.png) no-repeat center center;
    background-size: 3rem;
}
.youshi{text-align: center}
.youshi img{
    max-width: 100%;
}

.qun_tit0{
    font-size: .9rem;
    color: #fff;
    text-align: center;
    position: relative;
    display: block;
    height: 1.2rem;
}

.qun_tit2{
    padding: 0 1rem;
    font-size: .6rem;
    color: #fff;
    line-height: 1rem;
    text-align: center;
}


.Stitle{
    font-size: .8rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.tabFox1{
    overflow: hidden;
    padding: 0 .25rem;
}
.tabFox1 dd{
    padding: .5rem 0;
}
.beik1{
    color: #fff;
}

.Summer8Con .ybm {
    display: block;
    width: 6rem;
    height: 1.6rem;
    margin: 0 auto;
    border-radius: .15rem;
    background: -webkit-linear-gradient(left, #fbfe08, #fc8115);
    background: -o-linear-gradient(right, #fbfe08, #fc8115);
    background: -moz-linear-gradient(right, #fbfe08, #fc8115);
    color: #fff;
    font-size: .65rem;
    text-align: center;
    line-height: 1.6rem;
}


/*语言类*/
.langueBox{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: .6rem;
    text-align: center;
}
.f01{ background-color:rgba(0,153,68,.8);}
.f02{ background-color:rgba(186,202,203,.1);}
.f03{ background-color:rgba(132,204,201,.5);}
.f04{ background-color:rgba(154,173,152,0.1);}
.f05{ background-color:rgba(0,117,169,.8);}
.f06{ background-color:rgba(58,73,96,.3);}
.langueBox span{
    display: block;
    font-size: .8rem;
    font-weight: bold;
}
.langueBox em{
    display: block;
    font-style: normal;
    padding: 0.2rem .5rem;

}

/*学校展区*/
.title4{
    padding: 0 1rem;
}
.schoolText{
    padding: 0 .5rem;
    font-size: .65rem;
    line-height: 1rem;
    color: #666;
    text-align: center;
}

.school_ct{
    position: relative;
}
.schoolBox .pic{position: relative}
.schoolBox .pic:before{
    padding-top: 66.66666667%;
}
.txt{
    font-size: .65rem;
    line-height: 1.2rem;
    text-align: center;
    position: relative;
    color: #333;
}
.columnBtn {
    width: 8rem;
    padding: 0 .5rem;
    height: 1.4rem;
    margin: 0 auto;
    line-height: 1.4rem;
    background: #00a0e9;
    border-radius: .15rem;
    text-align: center;
    box-shadow: 0px .25rem 1px 1px rgba(13, 142, 200);
}

.columnBtn a {
    font-size: .7rem;
    color: #fff;
    display: block;
}

.columnBtn span {
    font-size: .7rem;
    color: #ffde75;
}
.school_int .title4 img{
    max-width: 100%;
}
.school_dl{overflow: hidden}
.school_dl dd{
    float: left;
    width: 16.66666667%;
    display: inline;
}
.school_dl dd .pic{
    position: relative;
}
.school_dl dd .pic:before{
    padding-top: 300%;
}

.scIcon{
    position: relative;
    width: 2rem;
    height: 2rem;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 2rem;
}
.langueBox i{
    display: block;
    font-style: normal;
    font-size: .65rem;
    color: #fff;
    height: 1.75rem;
}


.column22Dl {
    overflow: hidden;
}

.column22Dl dt,
.column22Dl dd {
    float: left;
    display: inline;
    width: 33.333%;
}

.column22Dl dt .con,
.column22Dl dd .con {
    position: relative;
}

.column22Dl dt .con .pic,
.column22Dl dd .con .pic {
    position: relative;
}

.column22Dl dt .con .pic:before {
    display: block;
    content: "";
    padding-top: 132.5%;
}

.column22Dl dd .con .pic:before {
    display: block;
    content: "";
    padding-top: 66.25%;
}

.column22Dl dt .con .pic img,
.column22Dl dd .con .pic img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
}

.column22Dl dt .con .text,
.column22Dl dd .con .text {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
}

.column22Dl dd .con .text .title {
    height: 1.2rem;
    line-height:1rem;
    font-size: .65rem;
    color: #fff;
    padding: 0 .5rem;
    text-align: left;
    font-weight: normal !important;
}

.column22Dl dt .con .text .title {
    height: 1rem;
    line-height:1rem;
    font-size: .65rem;
    color: #fff;
    text-align: left;
    padding: 0 .5rem;
    font-weight: normal !important;
}

.column22Dl dt .con .text .txt {
    line-height:.8rem;
    font-size: .5rem;
    color: #fff;
    text-align: left;
    padding: 0 .5rem;
}

.column3_dl{overflow: hidden}
.column3_dl dd{
    float: left;
    display: inline;
    width: 33.333333%;
}
.column3_dl dd .pic1{
    position: relative;
    padding-top: 117.03%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.column3_dl dd .pic1 .text{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: .65rem;
    color: #fff;
    line-height: 1.2rem;
    padding: 0 .25rem;
}

.column25Dl{
    padding: 0 .5rem;
}
.column25Dl .con{
    background: #fff;
    padding:.5rem;
}
.column25Dl .con .pic{
    position: relative;
    overflow: hidden;
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    margin-right: .5rem;
}
.column25Dl .con .pic:before{
    width: 100%;
    height: 100%;
}

.column25Dl .text{
    overflow: hidden;
}

.column25Dl .con .text .title{
    line-height: 1rem;
    overflow: hidden;
}
.column25Dl .con .text .title span{
    font-size: .7rem;
    color: #000;
}
.column25Dl .con .text .title i{
    font-size: .65rem;
    color: #088fd5;
    font-style: normal;
    padding-left: .25rem;
}
.column25Dl .con .text .txt{
    height: 1rem;
    line-height: 1rem;
    font-size: .6rem;
    color: #858585;
    text-align: left;
}
.column25Dl .con .text .txtCon{
    line-height: 1rem;
    font-size:.6rem;
    color: #858585;
}
.student_box{
    padding: 1rem 0 2rem!important;
}
.student_box .swiper-pagination-bullet-active {
    background: #0cd191!important;
}

/*品牌知识*/
.BrandTitle{
    text-align: center;
}
.BrandTitle span{
    color: #555555;
    font-size: .8rem;
    padding-bottom: .2rem;
    position: relative;
    display: block;
}
.BrandTitle span:after{
    display: block;
    content: '';
    width: 1.6rem;
    height: .1rem;
    background: #bfbfbf;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -.8rem;

}
.BrandCon{
    color: #666666;
    font-size: .65rem;
    line-height: 1.2rem;
}






/*imgList1开始*/
.imgList1{ overflow: hidden;background: #f5f5f5;padding: 0 .25rem}
.imgListSP{border-bottom:1px #d1d1d1 solid; margin-bottom:0.5rem;padding-bottom: 0.5rem;}
.imgListSP span{ font-size:0.65rem; line-height:0.7rem; color:#333; font-weight: bold;}
.imgListdl{overflow: hidden}
.imgList1 dd{box-sizing: border-box;-webkit-box-sizing: border-box;float: left;width: 50%;display: inline;padding: .25rem 0}
.imgList1 dd a{display: block;padding: 0 .25rem}
.imgList1 dd .pic{ position: relative;}
.imgList1 dd .pic:before{padding-top: 58.1325%;}
.imgList1 dd .pic img{ display: block; width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; }
.imgList1 dd .imgList2text{    line-height: 1.4rem;font-size: 0.75rem;overflow: hidden;color: #444444;position: relative; font-weight: bold;}
.imgList1 dd .title span{ display: block; position: absolute; right: 0px; top: 0px; width: 1.4rem; height: 1.4rem; line-height: 1.4rem; text-align: center; color: #8f1515; font-size: 0.9rem; display: none}
.imgList1 dd .imgTextC{ background:#f5f5f5;padding: 0 0.37rem 1rem 0.37rem;}
.imgList1 dd .text span{ font-size:0.55rem; line-height:0.75rem;color:#444;overflow: hidden;display: block;}
.imgList1 dd .imgListTexC{ overflow:hidden;}
.imgList1 dd .imgListTexC span{ overflow:hidden; font-size:0.45rem; line-height:0.75rem; color:#666666;}
.imgList1 dd .text{ padding:0.25rem;overflow: hidden;height: 2.25rem;background: #fff;}
.imgListTexC .imgListIco{ background:url(../images/players.png) no-repeat left center;padding-left:1rem;font-size: 0.25rem;line-height: 0.75rem;}

/*imgList1结束*/
/*imgList2开始*/
.imgList2{ overflow: hidden;padding: 0 .25rem;background: #fff}
.imgList2 dd{box-sizing: border-box;-webkit-box-sizing: border-box;float: left;width: 50%;display: inline;padding: .25rem 0}
.imgList2 dd a{display: block;padding: 0 .25rem}
.imgList2 dd .pic{ width: 100%; position: relative; }
.imgList2 dd .pic:before{padding-top: 89.6969%; }
.imgList2 dd .pic img{ display: block; width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; }
.imgList2 dd .imgList2text{    line-height: 1.4rem;font-size: 0.75rem;overflow: hidden;color: #444444;position: relative; font-weight: bold;}
.imgList2 dd .title span{ display: block; position: absolute; right: 0px; top: 0px; width: 1.4rem; height: 1.4rem; line-height: 1.4rem; text-align: center; color: #8f1515; font-size: 0.9rem; display: none}
.imgList2 dd .imgTextC{ background:#f5f5f5;padding: .5rem}
.imgList2 dd .imgTextC .title{padding:0.2rem 0;font-weight: bold;color: #000; }
.imgList2 dd .imgTextC .textU{padding-bottom:0.25rem;color:#999;}
.imgList2 dd .imgTextC .textU span{font-size:0.25rem;line-height:0.5rem;color: #088fd5;}
.imgList2 dd .imgTextC .textC span{color:#999; font-size:7px; line-height:14px;}
.img1Btn{ width:8rem;height:1.8rem;border:1px #dedede solid; text-align:center; margin:0 auto; background:#f5f5f5; border-radius:1.5rem;}
.img1Btn a{ font-size:0.7rem; line-height:1.8rem; color:#666666;display: block; height:1.8rem}
.h40{overflow: hidden;clear: both;height: 2rem;}
/*imgList2结束*/
/*
* 图文列表1
*/
.txtImg_dl1{
    overflow: hidden;
    padding: 0 .5rem;
}
.txtImg_dl1 dd{
    padding: 0.25rem 0;
    position: relative;
    overflow: hidden;
}
.txtImg_dl1 dd:last-child{border: none}
.flex_dl dd .list_a{
    display: flex;
    background: #fff;
}
.textImgBox{
    width: 7.5rem;
    overflow: hidden;
    margin-right: 0.5rem;
}
.txtImg_dl1 .imgDiv{
    padding-top: 62.8205128%;
}
.flex_dl .listDeta{
    flex: 1;
    padding: 0.5rem;
}
.listMore2{
    overflow: hidden;
    font-size: 0.6rem;
    line-height: 1.0rem;
    color:#666;
}
.listMore2 span{
    display: block;
    overflow: hidden;
}
.lookNum{
    background: url(../images/read.png) no-repeat left center;
    background-size: auto 0.6rem;
}

/*textList1开始*/
.textList1 {
    overflow: hidden;
    padding: 0 .5rem;
}
.textList1 dd {
   padding: .25rem 0;
}

.textList1 dd .text {
    overflow: hidden;
    padding: .5rem;
    background-color: #fff;
}
.textList1 dd .text .time{
    color: #666666;
    padding: 0.25rem 0;
    font-size:0.55rem;
}
.textList1 dd .text .title{
    overflow: hidden;
    padding-top: 0.5rem;
    color: #444;
    font-size: 0.7rem;
    font-weight: bold;
}

.textList1 dd .text .textC {
    font-size: 0.5rem;
    line-height: 0.8rem;
    overflow: hidden;
    color: #666666;
}
/*textList1结束*/
/*details开始*/
.details1{ overflow: hidden;padding: 0 .5rem;line-height: 1.0rem;font-size: 0.7rem;color:#666;}
.details1 img{
    float: left;
    margin: 0px 0.5rem 0.0rem 0rem;
}
.detailsTopC h3{ font-size:0.75rem; line-height: 0.7rem; color:#333; height:0.7rem; overflow:hidden;}
.detailsTopC span{ font-size:0.5rem; display:block; line-height:0.9rem;color:#999;}
.detailsSP{border-bottom:1px #d1d1d1 solid; margin-bottom:0.5rem;padding-bottom: 0.25rem;}
.detailsSP span{ font-size:0.65rem; line-height:0.7rem; color:#333; font-weight: bold;}
.details1 dd{box-sizing: border-box;-webkit-box-sizing: border-box;padding:0 0.75rem 0.75rem 0;float: left;width: 50%;}
.details1 dd a{display: block;background: #fff;}
.details1 dd .pic{ width: 100%; padding-top: 58.1325%; position: relative; margin-bottom:0.75rem; }
.details1 dd .pic img{ display: block; width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; }
.details1 dd .imgList2text{    line-height: 1.4rem;font-size: 0.75rem;overflow: hidden;color: #444444;position: relative; font-weight: bold;}
.details1 dd .title span{ display: block; position: absolute; right: 0px; top: 0px; width: 1.4rem; height: 1.4rem; line-height: 1.4rem; text-align: center; color: #8f1515; font-size: 0.9rem; display: none}
.details1 dd .imgTextC{ background:#f5f5f5;padding: 0 0.37rem 1rem 0.37rem;}
.details1 dd .text span{ font-size:0.55rem; line-height:0.75rem;color:#444;overflow: hidden;display: block;}
.details1 dd .detailsTexC{ overflow:hidden;padding-top: 0.5rem;}
.details1 dd .detailsTexC span{ overflow:hidden; font-size:0.45rem; line-height:0.75rem; color:#666666;}
.details1 dd .text{ padding:0 0.5rem;overflow: hidden;height: 2.25rem;padding-bottom: 0.5rem;}
.detailsTexC .detailsIco{ background:url(../images/players.png) no-repeat left center;padding-left:1rem;font-size: 0.25rem;line-height: 0.75rem;}
/*details结束*/
.videoBtn1 {
    background: #008fd7;
    color: white;
    font-size: .65rem;
    line-height: 1.6rem;
    width: 4rem;
    height: 1.6rem;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    border-radius: 2px;
}


.qunCode{width: 100%}
.qunCode img{
    width: 100%
}
.qqCodeName {
    display: block;
    overflow: hidden;
    font-size: .6rem;
    color: #555;
    text-align: center;
    line-height: 1.2rem;
    font-style: normal;
}


.menuPageList{ overflow: hidden;}
.menuPageList dd{ overflow: hidden;}
.menuPageList dd span{ display: block;overflow: hidden; position: relative;}
.menuPageList dd span:before{ display: block; content: ''; width: 100%; height: 0; border-bottom: 1px solid #dbdbdb; position: absolute; left: 0px; bottom: 0px; transform: scaleY(0.5); -webkit-transform: scaleY(0.5)}
.menuPageList dd span a{ display: block;overflow: hidden; height: 2.25rem; line-height: 2.25rem; text-align: left; font-size: .75rem; color: #1f1f1f; padding: 0 .75rem; position: relative; transition: all 0.5s; -webkit-transition: all 0.5s; }
.menuPageList dd span em{ width: 2.25rem; height: 2.25rem; text-align: center; line-height: 2.25rem; font-size: 1.5rem; color: #c7c7c7; position: absolute; right: 0px; top: 0px; font-style: normal; display: none; background-image: url(../images/jia.png); background-position: center center; background-repeat: no-repeat; background-size: auto 0.6rem; z-index: 1}
.menuPageList dd span em.icn2{ background-image: url(../images/jian2.png);}
.menuPageList dd span em.active{ display: block;}
.menuPageList dd .ejBox{ padding: .4rem .5rem; display:none; background: #f5f5f5;}
.menuPageList dd .ejBox .ejdd{ overflow: hidden; margin-bottom: .5rem;}
.menuPageList dd .ejBox .ejdd .ej{ position: relative;}
.menuPageList dd .ejBox .ejdd .ej em{ position: absolute; right: 0px; top: 0px; width: 1.25rem; height: 1.25rem; background-image: url(../images/jia.png); background-position: center center; background-repeat: no-repeat; background-size: auto 0.6rem; display: none; z-index: 20}
.menuPageList dd .ejBox .ejdd .ej em.active{ display: block;}
.menuPageList dd .ejBox .ejdd .ej em.icn3{ background-image: url(../images/jian2.png);}
.menuPageList dd .ejBox .ejdd .ej a{ display: block; height: 1.25rem; line-height: 1.25rem; overflow: hidden; color: #666666; font-size: .7rem; padding-left: .5rem; position: relative}
.menuPageList dd .ejBox .ejdd .ej a:before{ display: block; content: ''; position: absolute; left: 0px; top: 50%; margin-top: -.1rem; width: .15rem; height: .15rem; background: #666666;}
.menuPageList dd .ejBox .ejdd .sj{ overflow: hidden; padding: .25rem .75rem; display: none;}
.menuPageList dd .ejBox .ejdd .sj a{ display: block; height: 1.25rem; line-height: 1.25rem; overflow: hidden; color: #666666; font-size: .6rem; padding-left: 1rem; position: relative}
.menuPageList dd .ejBox .ejdd .sj a:before{ display: block; content: ''; position: absolute; left: .5rem; top: 50%; margin-top: 0; width: .25rem; height: 1px; background: #666666;}

.menuPageList dd.hover span a{ background:#1c7eeb; color: #FFF;}
.menuPageList dd.hover span em{color: #FFF;}

/*
* 按钮组
*/
.btBox{
    display: flex;
    overflow: hidden;
    padding: 0px 0.25rem;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.half{
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
}
.bt{
    display: block;
    flex: 1 0 0;
    margin: 0px 0.25rem;
    line-height: 1.5rem;
    border-radius: 1.5rem;
    height: 1.5rem;
    font-size: 0.7rem;
    color:#fff;
    text-align: center;
    background: #5567d0;
}
.bt.c1{
    background:linear-gradient(to right, #2a94d9, #2b6bd9);
}
.bt.c2{
    background:linear-gradient(to right, #ef694b, #e34941);
}
.bt.c3{
    background:linear-gradient(to bottom, #46f1c7, #20d1e5);
}
.bt.c4{
    background:linear-gradient(to bottom, #ca3030, #fb8221);
}
.bt.c5{
    background:linear-gradient(to bottom, #ae82ec, #8f51e4);
}
.bt.c6{
    background:linear-gradient(to bottom, #fe8020, #fbc021);
}
.bt.c7{
    background:linear-gradient(to bottom, #8e54e9, #4776e6);
}
.channelTit{
    text-align: center;
    line-height: 1.5rem;
    font-size: 0.8rem;
    color:#333;
}
.channelTxt_dl{
    padding: 0.25rem 0.5rem;
    overflow: hidden;
}
.channelTxt_dl dd{
    padding: 0.25rem 0px;
    overflow: hidden;
}
.channelTxt_dl .list_a{
    display: flex;
    overflow: hidden;
}
.channelTxt_dl .listDeta{
    flex: 1 0 0;
    overflow: hidden;
    background: #fff;
    padding: 0.5rem;
}
.channelTxt_dl .listName{
    line-height: 1.0rem;
    overflow: hidden;
}
.channelTxt_dl .listIntr{
    height: 3.0rem;
    line-height: 1.0rem;
    overflow: hidden;
}
.channelTxt_dl .pic{
    width: 5.0rem;
    overflow: hidden;
    position: relative;
    padding-top: 0px;
}
.channelTxt_dl .pic:before{
    display: block;
    content: "";
    overflow: hidden;
    padding-top: 100%;
}

/*
* 通栏 图片 
*/
.articleImg{
    overflow: hidden;
    position: relative;
}
.articleImg .center{
    width: calc(100vw*1.6);/*1920/1200=1.6*/
    overflow: hidden;
    -webkit-transform: translateX(calc(-100vw*0.3));
    -ms-transform: translateX(calc(-100vw*0.3));
    -o-transform: translateX(calc(-100vw*0.3));
    transform: translateX(calc(-100vw*0.3));
}
.articleImg .center img{
    display: block;
    max-width: 100%;
}
