/* 头部 */
.center{
	width: 1200px;
	margin:0 auto;
}
.container{
	width: 100%;
}
em,i{
	font-style: normal;
}
a{
	color:#000;
}
.header-gzzad{
	height: 100px;
	background: url('../images/gzz-gaiban-ad.jpg') no-repeat center;
	background-size:1920px 100px;
	position: relative;
	transition: all .1s;
}
.header-gzzad a{
	display: block;
	height: 100%;
	width: 100%;
}
.ad-close{
	display: block;
	width: 29px;
	height: 29px;
	position: absolute;
	top:35px;
	right: 35px;
	cursor: pointer;
}
/* 修改页面头部20191015   */
.layui-clear:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.header-top{
    padding: 14px 0 18px;
    /*height: 109px;*/
}
.logo{
	float: left;
	width: 255px;
	height: 77px;
}
.logo img{
	display: block;
	/*width: 255px;*/
	/*height: 77px;*/
}
.header-top .call{
    width: 228px;
    float: right;
    margin: 13px 0 23px 0;
}
.header-menu{
    /*height: 50px;*/
    background-color: #0075a9;
}
.header-menu .nav-item{
    float: left;
    width: 1020px;
    /*height: 50px;*/
    /*padding-left: 32px;*/
}
.header-menu .nav-item li{
    float:left;
    font-size:16px;
    margin-right: 5px;
    padding: 7px 0 8px;
}
.header-menu .nav-item a{
    display: block;
    color:#fff;
    padding: 7px 15px;
    transition:all 0.2s ease 0s;
}
.header-menu .nav-item a.active,
.header-menu .nav-item a:hover{
    background-color: #078fcb;
}
.header-menu .login{
    float: right;
    line-height: 1;
    font-size: 16px;
}
.header-menu .login-box{
    background-color: #fff;
    margin: 9px 0;
    color:#0075a9;
    padding: 6px 20px 8px;
    border-radius: 7px;
}
.header-menu .login a{
    display: inline-block;
    color:#0075a9;
}
.header-menu .login a:hover{
    color:#0075a9;
}
.header-menu .login .indextoux{
    display: inline-block;
    width: 56px;
    text-align: center;
    color: #fff;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    vertical-align: top;
    cursor: pointer;
    position: relative;
    margin-right: 6px;
    font-size:14px;
}
.header-menu .indextoux ul{
    padding-top: 20px;
    width:120px;
    background: rgba(255,255,255,0.9);
    position: absolute;
    z-index: 9999;
    left:-30px;
    top:40px;
    border-radius: 5px;
    display: none;
}
.header-menu .indextoux:hover ul{
    display: block;
}
/* 结束修改页面头部20191015   */
    /*
    .header-nav{
        height: 80px;
        transition: all .3s;
        -webkit-transition:all .3s;
        background: rgba(255,255,255,0.9);

    }
    .logo{
        float: left;
        margin-top: 16px;
        width: 155px;
        height: 47px;
    }
    .logo img{
        display: block;
        width: 155px;
        height: 47px;
    }
    */
.class-change{
	float: left;
	height:40px;
	width: 174px;
	font-size:18px;
	margin-top: 20px;
	cursor: pointer;
	margin-left: 14px;
	padding-left: 20px;
	background: url('../images/gzz-gaiban-gzz_arrow1.png') no-repeat 150px center;
}
.class-change ul{
	width: 130px;
	display: none;
	position: relative;
	z-index: 2;
	background:#fff;
}
.class-change ul li{
	line-height: 40px;
	height: 40px;
}
.class-change span{
	display: block;
	height: 40px;
	width: 130px;
	line-height: 40px;
}
.class-change:hover ul{
	display: block;
}

/*.nav-item{
	float: left;
	width: 820px;
	height: 40px;
	margin: 20px 0 0 30px;
}
.nav-item li{
	float:left;
	line-height: 40px;
	height: 40px;
	!*padding:0 16px;*!
	padding:0 7px;
	font-size:16px;
}
.nav-item a{
	display: block;
	color:#666;
}
.nav-item a:hover{
	color:#51cefc;
}
.login{
	float: right;
	height: 40px;
	line-height: 40px;
	color:#9b9b9b;
	margin-top: 20px;
}
.login a{
	display: inline-block;
	width: 56px;
	text-align: center;
	color:#9b9b9b;
}
.login a:hover{
	color:#5ecefc;
}


.login .indextoux{
	display: inline-block;
	width: 56px;
	text-align: center;
	color: #9b9b9b;
	height: 40px;
	line-height: 40px;
	vertical-align: top;
	cursor: pointer;
	position: relative;
	margin-right: 6px;
	font-size:14px;
}
.indextoux ul{
	padding-top: 20px;
	width:120px;
	background: rgba(255,255,255,0.9);
	position: absolute;
	z-index: 9999;
	left:-30px;
	top:40px;
	border-radius: 5px;
	display: none;
}
.indextoux:hover ul{
	display: block;
}*/
.clearfix::after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;

}
/* 尾部 2019-12-20footer统一首页 */
.fude_footer{
    background: #26272b;
    overflow: hidden;
}
.fude_footer .main {
    width: 1200px;
    margin: 0 auto;
}
.fude_footer-link a:link,.fude_footer-link a:visited,.fude_footer-link a:active{color: #e5e5e5;}
.fude_footer-main a:link,.fude_footer-main a:visited,.fude_footer-main a:active{color: #8d8e92;}

.fude_footer-link{
    color: #e5e5e5;
    padding: 10px 0;
    line-height: 20px;
    text-align: center;
    background: #2d2e33;
}
.fude_footer-link .line{
    padding: 0 10px;
}
.fude_footer-link a{
    color: #FFFFFF;
    font-size: 14px;
}
.fude_footer-info{
    color: #e5e5e5;
    font-size: 14px;
    float: left;
    width: 980px;
}
.fude_footer-info a{
    color: #e5e5e5;
    font-size: 14px;
}
.fude_footer-main{
    padding: 15px 0;
}
.wx-box{
    float: right;
}
.footer-ewm{
    width: 110px;
    text-align: center;
}
.footer-ewm p{
    color: #fff;
    margin-top: 5px;
}
.flinks{
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #43454d;
}
.flinks span,
.flinks a{
    display: inline-block;
    margin-right: 5px;
}
.copyright{
    color: #8d8e92;
    line-height: 2;
    text-align: center;
    padding-top: 45px;
}
/* 底部证书 */
.footer_bq div a {
    list-style: none;
    width: 188px;
    line-height: 40px;
    text-align: center;
    height: 40px;
    float: left;
    margin-left: 5px;
    border: 1px solid #f0f0f0;
    margin-right: 5px;
}
/*.footer_bq span {*/
/*    display: block;*/
/*    text-align: center;*/
/*}*/
.footer_bq div {
    width: 1200px;
    margin: 0 auto;
    padding-top: 15px;
    overflow: hidden;
}
.footer_bq div a:hover>.footer-bottom-icon1 {
    background-position: -20px -286px;
}
.footer-bottom-icon {
    display: block;
    background: url(../images/gzz-gaiban-icon.png);
    float: left;
}
.footer-bottom-icon1 {
    height: 28px;
    width: 28px;
    background-position: -20px -252px;
    margin: 6px 0 0 47px;
}
.footer_bq div a:hover>.footer-bottom-icon2 {
    background-position: -68px -289px;
}
.footer-bottom-icon2 {
    height: 22px;
    width: 19px;
    background-position: -68px -255px;
    margin: 9px 0 0 24px;
}
.footer_bq div a:hover>.footer-bottom-icon3 {
    background-position: -107px -287px;
}
.footer-bottom-icon3 {
    height: 26px;
    width: 26px;
    background-position: -107px -253px;
    margin: 7px 0 0 11px;
}
.footer_bq div a:hover>.footer-bottom-icon4 {
    background-position: -153px -287px;
}
.footer-bottom-icon4 {
    height: 26px;
    width: 30px;
    background-position: -153px -253px;
    margin: 7px 0 0 32px;
}
.footer_bq div a:hover>.footer-bottom-icon5 {
    background-position: -202px -287px;
}
.footer-bottom-icon5 {
    height: 26px;
    width: 26px;
    background-position: -202px -253px;
    margin: 7px 0 0 48px;
}
.footer-bottom-icon6 {
    height: 25px;
    width: 28px;
    background-position: -248px -253px;
    margin: 7px 0 0 47px;
}
.footer_bq div a:hover>.footer-bottom-icon6 {
    background-position: -248px -287px;
}

/*
.footer {
    width: 100%;
    min-width: 1230px;
    height: 145px;
    background-color: #fff;
    border-top: 1px solid #e2e2e2;
}
.footer_cen {
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
    height: 130px;
    border-bottom: 1px solid #f0f0f0;
}
.footer_cen ul {
    width: 1200px;
}
.footer_cen ul li {
    margin-left: 40px;
    list-style: none;
    float: left;
    color: #333;
    cursor: pointer;
    font-size:14px;
}
.footer_cen ul li a {
    font-size: 14px;
    color: #333;
}
.footer a {
    font-size: 12px;
    color: #666;
}
.footer_qr {
    height: 100px;
    float: right;
    margin-top: -60px;
}
.footer em {
    text-align: center;
    padding-top: 21px;
    display: block;
}
.footer b {
    margin-left: 18px;
    font-size: 12px;
    color: #666;
    font-weight: inherit;
    cursor: pointer;
}
.footer_bq div a {
	list-style: none;
	width: 188px;
	line-height: 40px;
	text-align: center;
	height: 40px;
	float: left;
	margin-left: 5px;
	border: 1px solid #f0f0f0;
	margin-right: 5px;
}
.footer span {
    display: block;
    text-align: center;
}
.footer_bq div {
	width: 1200px;
	margin: 0 auto;
	padding-top: 15px;
	overflow: hidden;
}
.footer_cen ul p {
    width: 90px;
    cursor: pointer;
    margin-top: -25px;
    display: inline-block;
    height: 30px;
    background-color: #47c88a;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 6px;
    margin-left: 40px;
}
.footer_bq div a:hover>.footer-bottom-icon1 {
    background-position: -20px -286px;
}
.footer-bottom-icon {
    display: block;
    background: url(../images/gzz-gaiban-icon.png);
    float: left;
}
.footer-bottom-icon1 {
    height: 28px;
    width: 28px;
    background-position: -20px -252px;
    margin: 6px 0 0 47px;
}
.footer_bq div a:hover>.footer-bottom-icon2 {
    background-position: -68px -289px;
}
.footer-bottom-icon2 {
    height: 22px;
    width: 19px;
    background-position: -68px -255px;
    margin: 9px 0 0 24px;
}
.footer_bq div a:hover>.footer-bottom-icon3 {
    background-position: -107px -287px;
}
.footer-bottom-icon3 {
    height: 26px;
    width: 26px;
    background-position: -107px -253px;
    margin: 7px 0 0 11px;
}
.footer_bq div a:hover>.footer-bottom-icon4 {
    background-position: -153px -287px;
}
.footer-bottom-icon4 {
    height: 26px;
    width: 30px;
    background-position: -153px -253px;
    margin: 7px 0 0 32px;
}
.footer_bq div a:hover>.footer-bottom-icon5 {
    background-position: -202px -287px;
}
.footer-bottom-icon5 {
    height: 26px;
    width: 26px;
    background-position: -202px -253px;
    margin: 7px 0 0 48px;
}
.footer-bottom-icon6 {
    height: 25px;
    width: 28px;
    background-position: -248px -253px;
    margin: 7px 0 0 47px;
}
.footer_bq div a:hover>.footer-bottom-icon6 {
    background-position: -248px -287px;
}
.footer img{
	vertical-align: top;
}
*/
/*尾部*/



/* 协议  */
.xieyi_theme{
    line-height: 30px;
    padding: 20px;
    background-color: #fff;
}
.xieyi_theme p{
    font-size: 16px;
    margin-bottom: 5px;
}
.xieyi_theme .xy_f22{
    font-size: 22px;
}
.xieyi_theme .xy_f14{
    font-size: 14px;
}
.xieyi_theme .xy_f16{
    font-size: 16px;
}
.xieyi_theme .xy_red{
    color: #f00;
}
.xy_b{
    font-weight: bold;
}
.xy_text_c{
    text-align: center;
}
.xy_jiafang{
    width: 302px;
    height: 180px;
    padding-top: 15px;
    background: url('../images/zhang.png') no-repeat right top;
    background-size: 180px;
    margin-bottom: 20px;
}
.xy_jiafang p{
    margin: 20px 0;
}
.xieyi_theme input{
    width: auto;
    display: inline-block;
}

/* 右侧漂浮  */
.floating_ck{position:fixed;right:20px;top:40%;z-index: 9}
.floating_ck dl dd{position:relative;width:80px;height:80px;background-color:#646577;border-bottom:solid 1px #555666;text-align:center;background-repeat:no-repeat;background-position:center 20%;cursor:pointer;}
.floating_ck dl dd:hover{background-color:#e40231;border-bottom:solid 1px #a40324;}
.floating_ck dl dd:hover .floating_left{display:block;}
.consult,.words{background-image:url(../images/zxicon.png);}
.quote{background-image:url(../images/kficon.png);}
.qrcord{background-image:url(../images/erweima.png);}
.return{background-image:url(../images/fanhui.png);}
.floating_ck dd span{color:#fff;display:block;padding-top:54px;}
.floating_left{position:absolute;left:-160px;top:0px;width:160px;height:80px;background-color:#e40231;border-bottom:solid 1px #a40324;display:none;}
.floating_left a{color:#fff;line-height:80px;}
.floating_left a:hover{color:#fff;}
.floating_ewm{height:260px;top:-180px;}
.floating_ewm i{background:url(../images/erweima.png) center center no-repeat;display:block;width:145px;height:145px;margin:auto;margin-top:7px;background-size: 145px;}
.floating_ewm p{color:#fff;margin-top:5px;}
.floating_ewm .qrcord_p01{font-size:12px;line-height:20px;}
.floating_ewm .qrcord_p02{font-size:18px;}

.wxqrcord .floating_ewm{height:190px;top:-110px;}
.wxqrcord .floating_ewm i{background:url(../images/wxewm.png) #fff center center no-repeat; background-size: 145px; padding: 2px}

/* 新版footer */
.bg-gary{
    background-color: #f7f7f7 !important;
}
.fude_footer .main1400{
    width: 1200px;
    margin: 0 auto;
}
.fude_footer .main1400 .new-copyright{
    color: #666666;
    line-height: 2;
    text-align: center;
    padding: 45px 0 45px 0;
}
.fude_footer .main1400 .new-copyright span{
    display: inline-block;
    vertical-align: middle;
}
.fude_footer .main1400 .new-copyright ul li{
    font-size: 16px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin: 50px 0 0 15px;
}
.fude_footer .main1400 .new-copyright ul li:first-child{
    border-right: 1px solid #e8e8e8;
    padding-right: 15px;
    margin: 0;
}
.fude_footer .main1400 .new-copyright ul li:nth-child(2) p:first-child{
    margin-bottom: 30px;
}
.fude_footer .main1400 .new-copyright ul li .footer-logo{
    width: 230px;
    margin-bottom: 30px;
}
.fenge{
    display: inline-block;
    padding: 0 5px 0 5px;
    vertical-align: 1px;
}
.martop30{
    margin-top: 30px;
    font-size: 14px;
}
.martop30>p:first-child{
    display: inline-block;
}
.pdr{
    padding-right: 10px;
}
@font-face {
    font-family: 'BETONWA';
    src:url('../fonts/BETONWA-REGULAR.TTF');
}
.tel-footer{
    background: url(../images/tel_03.png) no-repeat left center;
    font-size: 26px;
    color: #0075a9;
    line-height: 30px;
    margin-top: 10px;
}
.tel-footer>span{
    text-indent: 85px;
    vertical-align: 0px;
    font-family: 'BETONWA';
    display: inline-block;
}
.tel-footer span.work-date{
    font-size: 12px;
    color: #555;
}
.appma{
    font-size: 16px;
    color: #666;
    text-indent: initial !important;
}
/* footer结束 */



/* 新版header */
.new-header{
    width: 100%;
    height: 70px;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 1001;
    box-shadow: 0 2px 8px 0 rgba(27,31,64,.08);
    justify-content: space-between;
    min-width: 1200px;
    align-items: center;
}
.flex{
    display: flex;
}
.new-header .logo-new{
    height: 100%;
    align-items: center;
    justify-content: space-between;
}
.new-header .logo-new .kuai{
    display: block;
}
.new-header .logo-new img{
    /* width: 170px; */
    margin: 0 40px 0 6px;
}
.new-header .logo-new .flex-1{
    height: 100%;
    align-items: center;
    box-sizing: border-box;
}
.new-header .logo-new .flex-1 a{
    font: 15px Helvetica Neue,Helvetica,PingFang SC,\5FAE\8F6F\96C5\9ED1,Tahoma,Arial,sans-serif;
    color: #111;
    padding: 0 15px;
    height: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.new-header .logo-new .flex-1 a:hover{
    color: #0075a9;
    box-shadow: 0 2px 10px 2px rgba(27,31,64,.08);
}
.new-header .logo-new .flex-1 .new-active{
    border-bottom: 2px solid #0075a9;
    color: #0075a9;
    font-weight: bold;
}
.new-header .logo-newright{
    font: 14px Helvetica Neue,Helvetica,PingFang SC,\5FAE\8F6F\96C5\9ED1,Tahoma,Arial,sans-serif;
    margin-right: 40px;
    height: 70px;
    line-height: 70px;
}
.new-header .logo-newright .indextoux{
    cursor: pointer;
    position: relative;
    color: #111111;
    display: inline-block;
}
.new-header .logo-newright .indextoux ul{
    background: #fff;
    position: absolute;
    width: 100px;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 2px 8px 0 rgba(27,31,64,.08);
    left: -50px;
    top: 69px;
    z-index: 1001;
    display: none;
}
.new-header .logo-newright:hover .indextoux ul{
    display: block;
}
.new-header .logo-newright .indextoux ul li{
    width: 100%;
    line-height: 2;
    padding: 3px 0;
}
.new-header .logo-newright .indextoux ul li a{
    font: 14px Helvetica Neue,Helvetica,PingFang SC,\5FAE\8F6F\96C5\9ED1,Tahoma,Arial,sans-serif;
    color: #111;
}
.new-header .logo-newright .indextoux ul li a:hover{
    color: #0075a9;
}
.new-header .logo-newright span:first-child{
    font-size: 12px;
}
.new-header .logo-newright .indextoux:hover{
    color: #0075a9;
}
.new-header .logo-newright .login-newright a{
    font: 14px Helvetica Neue,Helvetica,PingFang SC,\5FAE\8F6F\96C5\9ED1,Tahoma,Arial,sans-serif;
}
.new-header .logo-newright .login-newright a:first-child{
    background: url(../images/login-w_03.png) no-repeat left center;
    background-size: 14px;
    text-indent: 18px;
    display: inline-block;
}
.new-header .logo-newright .login-newright a:hover{
    color: #0075a9;
}
.new-header .logo-newright .login-newright a:first-child:hover{
    background: url(../images/login-y_03.png) no-repeat left center;
    background-size: 14px;
}
/* 新版header结束 */

/* 新版导航  */
html body.home,
html body.news,
html body.about,
html body.article-detail,
html body.trylesson,
html body.lesson,
html body.tryvideo,
html body.video-page,
html body.fk,
html body.jz,
html body.xf,
html body.jz,
html body.ys{
    padding-top: 70px !important;
}