@charset "utf-8";
/* CSS Document */
body {
    max-width: 100%; overflow-x: hidden; background: #a10c0e;
    font: 18px/36px "Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif; }
body , h1 , h2 , h3 , h4 , h5 , h6 , hr , p , blockquote , dl , dt , dd , ul , ol , li ,
pre , form , fieldset , legend , button , input , select, textarea ,
th, td { margin: 0; padding: 0; }
img { border: none; max-width: 100%; }
a { color: #2b2a3c; text-decoration: none;  }
a:hover { text-decoration: none; color:#F00 }
a , area { blr: expression(this.onFocus=this.blur()); }
ul , ol , li { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; max-width: 100%; }
input , :focus { outline: 0; }
input[type="button"] , input[type="submit"] , input[type="reset"] , select { -webkit-appearance: none; appearance:none; -moz-appearance:none; -ms-appearance:none;}
input::focus-inner { padding: 0; border: 0; }
input::-webkit-input-placeholder{ color: #999; }
input::-moz-placeholder{ color: #999; }
input:-moz-placeholder{ color: #999; }
input:-ms-input-placeholder{ color: #999; }
select::-ms-expand { display: none; }
select{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}
.snow-container {
    min-width: 1200px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 100001;
    background-position-x: center;
}
.fl { float: left; } .fr { float: right; }
.clearfix::after { display: block; content: ''; height: 0; font-size: 0; clear: both; } .clearfix { zoom: 1;}
.clear { height: 0; width: 100%; overflow: hidden; font-size: 1px; line-height: 0; visibility: hidden; }
.Width { width: 1190px; margin: 0 auto; }
.hide , .onlymob { display: none; }
.container{ width:1200px; margin:0 auto; position:relative; box-sizing: border-box }
.container::after { display: block; content: ''; height: 0; font-size: 0; clear: both; }
ul::after { display: block; content: ''; height: 0; font-size: 0; clear: both; }

/* 通用头部 */
.ht_top {
    width: 100%; overflow: hidden;
    background: #fafafa url(../images/nav_bg.gif) repeat-x 0 0;
    line-height: 41px; }
.ht_top .zt_top {
    width: 1200px; height: 41px; margin: 0 auto; }
.ht_top h1 {
    float: left; }
.ht_top h1 a {
    float: left; width: 131px; height: 40px; overflow: hidden;
    background: url(../images/logo.gif) no-repeat;
    font-size: 12px; text-indent: -100em; }
.ht_top .topnav {
    float: right; color: #333; font-size: 12px; }
.ht_top .topnav a {
    padding: 0 8px; }
.ht_top .topnav a:hover {
    color: #e4393c; text-decoration: underline; }

/* 通用底部 */
.footer { clear: both; position: relative; padding: 30px 0; text-align: center; }
.footer p { position: relative; z-index: 2; color:#fff; font-size: 16px; line-height: 30px; }
.footer p span { padding: 0 5px; }
.footer p a { color:#333; }

.banner_box{
    width: 100%;
    height: 394px;
    background: url("../images/banner_bgggg.jpg") center top no-repeat;
}
.banner_box .container{
    padding-top: 70px;
}
.banner_box h1{
    font-size: 0;
    background: url("../images/banner_h1.png");
    width: 760px;
    height: 180px;
    margin: 0 auto;
}
.banner_box h2{
    line-height: 130px;
    color: #fff;
    text-align: center;
    font-size: 80px;
}
.banner_box p{
    
    line-height: 50px;
   /* margin: 40px auto;*/
    text-align: center;
    color: #ff0000;
   /* border-radius: 25px;*/
    font-size: 26px;
    border-bottom: 1px solid #ff0000;
}
.box_title{
    line-height: 80px;
    text-align: center;
    font-size: 44px;
    color: #fff;
    margin: 30px auto;
}
.box_title::before{
    content: '';
    display: inline-block;
    width: 80px;
    height: 35px;
    background: url("../images/title_before.png");
    background-size: 100% 100%;
    vertical-align: middle;
    margin: 0 10px;
}
.box_title::after{
    content: '';
    display: inline-block;
    /*width: 110px;
    height: 105px;*/
    background: url("../images/title_after.png");
    background-size: 100% 100%;
    vertical-align: middle;
    margin: 0 10px;
}
.box1_cont{
    width: 100%;
    box-sizing: border-box;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.box1_img{
    display: block;
    width: 400px;
}
.box1_r{
    width: 690px;
}
.time_cont{
    width: 100%;
    border-radius: 10px;
    background: #f3e8b8;
    box-sizing: border-box;
    padding: 10px;
}
.time_box{
    width: 100%;
    border-radius: 5px;
    background: #ed3535;
    box-sizing: border-box;
    padding: 10px;
	height:100px;
}
.time{
    display: inline-block;
    vertical-align: middle;
    width: 116px;
    line-height: 80px;
    background: url("../images/time_bg.png");
    background-size: 100% 100%;
    font-size: 44px;
    color: #fff;
    letter-spacing: 30px;
    text-align: center;
    box-sizing: border-box;
    padding-left: 20px;
}
.time_box span{
    display: inline-block;
    font-size: 28px;
 
    text-align: center;
}
.qg_btn{
    display: block;
    margin: 20px auto;
    width: 200px;
    line-height: 55px;
    border-radius: 5px;
    background: linear-gradient(to right,#e74040,#fb832b);
    font-size: 26px;
    color: #fff;
    text-align: center;
}
.fahuo{
    display: block;
    line-height: 40px;
    font-size: 18px;
    color: #4B4B4B;
    text-align: center;
}
.box2_cont{
    width: 100%;
    box-sizing: border-box;
    padding: 30px;
    border-radius: 10px;
    background: #ed3535;
}
.box2_l{
    width: 530px;
}
.box2_tit_s{
    display: block;
    width: 260px;
    background: url("../images/box2_tit.png") center center no-repeat;
    text-align: center;
    font-size: 26px;
    color: #fff;
    line-height: 50px;
    background-size: 100%;
    margin: 0 auto;
}
.box2_l_p{
    width: 100%;
    border-radius: 10px;
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
}
.box2_l_p p{
    margin: 15px;
    color: #565656;
    font-size: 20px;
    line-height: 28px;
}
.box2_r{
    width: 480px;
}
.box2_r_l{
    float: left;
}
.box2_r_r{
    float: right;
}
.box2_r_div{
    width: 185px;
    height: 215px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 45px;
}
.box2_r_div h5{
    width: 105px;
    line-height: 40px;
    text-align: center;
    border-radius: 0 0 5px 5px;
    margin: 0 auto 20px auto;
    font-size: 20px;
    color: #fff;
}
.box2_r_l h5{
    background: linear-gradient(44deg,#5fe2ea,#21a6e4);
}
.box2_r_r h5{
    background: linear-gradient(44deg,#fb832b,#fa5c5c);
}
.box2_r_div p{
    text-align: center;
    font-size: 18px;
    color: #505050;
}
.box2_r_l p{
    line-height: 30px;
}
.box2_r_r p{
    line-height: 26px;
}
.box2_r_div span{
    display: block;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #ED3535;
}
.box2_r_qg{
    display: block;
    width: 100%;
    line-height: 50px;
    background: linear-gradient(to top,#f93812,#ffe557);
    border-radius: 5px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    box-shadow:0px 0 8px 1px rgba(35,8,8,0.17);
}
.box3_p{
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.box3_list{
    margin: 20px auto;
}
.box3_list li{
    float: left;
    width: 255px;
    margin: 0 22px;
    height: 310px;
    background: #fff;
    box-shadow: 0 0 12px rgba(32,13,13,.1);
    border-radius: 10px;
    overflow: hidden;
}
.box3_list li h5{
    width: 100%;
    line-height: 65px;
    text-align: center;
    font-size: 22px;
    color: #fff;
}
.box3_list li:nth-child(1) h5{
    background: linear-gradient(44deg,#5fe2ea,#21a6e4);
    margin-bottom: 25px;
}
.box3_list li:nth-child(2) h5{
    background: linear-gradient(44deg,#bd73f5,#a531f6);
    margin-bottom: 50px;
}
.box3_list li:nth-child(3) h5{
    background: linear-gradient(44deg,#2bfbcd,#14c8d3);
    margin-bottom: 25px;
}
.box3_list li:nth-child(4) h5{
    background: linear-gradient(44deg,#fb832b,#fa5c5c);
    margin-bottom: 50px;
}
.box3_list li p{
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #505050;
}
.box4_h6{
    line-height: 50px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 28px;
    color: #fff;
}
.box4_l{
    width: 400px;
    float: left;
}
.box4_r{
    width: 400px;
    float: right;
}
.box4_l li::after,.box4_r li::after { display: block; content: ''; height: 0; font-size: 0; clear: both; }
.box4_l li,.box4_r li{
    width: 360px;
    line-height: 45px;
    margin-bottom: 55px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 12px rgba(32,13,13,.1);
	background:#fff;
}
.box4_l li:nth-child(2n-1),
.box4_r li:nth-child(2n){
    margin-left: 40px;
}
.box4_l li span,
.box4_l li p,
.box4_r li span,
.box4_r li p{
    display: block;
    float: left;
    line-height: 45px;
    text-align: center;
}
.box4_l li span,
.box4_r li span{
    width: 100px;
    background: #ED3535;
    font-size: 20px;
    color: #fff;
}
.box4_l li p,
.box4_r li p{
    width: calc(100% - 100px);
    font-size: 18px;
    color: #454545;
}
.box4_m{
    float: left;
    width: 320px;
    margin: 0 40px;
}
.tabBox{
    box-sizing: border-box;
    padding: 5px;
    background: #fff;
    box-shadow: 0 0 12px rgba(32,13,13,.1);
}
.tabBox .hd{
    display: none;
}
.tabBox .bd li img{
    display: block;
    width: 310px;
}
.box4_m_p{
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}
.box4_m a{
    display: block;
    margin: 0 auto;
    width: 200px;
    line-height: 55px;
    text-align: center;
    color: #fff;
    font-size: 26px;
    background: linear-gradient(to top,#f93812,#ffe557);
}
.box5_cont{
    width: 100%;
    box-sizing: border-box;
    padding: 20px 40px 20px 140px;
    background: #fff;
    box-shadow: 0 0 12px rgba(32,13,13,.1);
}
.box5_l_img{
    display: block;
    float: left;
    width: 270px;
}
.box5_r{
    width: 530px;
    float: right;
}
.box_yhj{
    display: block;
    margin: 0 auto;
}
.yhj_a{
    display: block;
    margin: 0 auto;
    width: 200px;
    line-height: 55px;
    text-align: center;
    color: #fff;
    font-size: 26px;
    background: linear-gradient(to right,#f93812,#ffe557);
    border-radius: 10px;
}
.yhj_box{
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
}
.yhj_p p{
    display: block;
    float: left;
    width: 90px;
    line-height: 35px;
    font-size: 18px;
    color: #4d4d4d;
    margin-right: 10px;
    position: relative;
    text-align: justify;
    text-align-last: justify;
    font-weight: bold;
}
.yhj_p p::before{
    content: '';
    display: block;
    position: absolute;
    background: #f6b2a1;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
}
.yhj_p p::after{
    content: ':';
    position: absolute;
    line-height: 35px;
    display: block;
    right: -5px;
    top: 0;
}
.yhj_p span{
    display: block;
    float: left;
    width: calc(100% - 100px);
    line-height: 35px;
    font-size: 18px;
    color: #4d4d4d;
}
.box5{
    width: 100%;
    background: url("../images/bottom_bg.png") center bottom no-repeat;
    box-sizing: border-box;
    padding-bottom: 40px;
}
.bottom_title{
    color: #fff;
}
.bottom_title::before{
    background: url("../images/bottom_before.png");
    background-size: 100% 100%;
}
.bottom_title::after{
    background: url("../images/bottom_after.png");
    background-size: 100% 100%;
}
.adv_list li{
    float: left;
    width: 370px;
}
.adv_list li:nth-child(2){
    margin: 0 45px;
}
.adv_list li img{
    display: block;
    width: 370px;
}
.adv_list li a{
    display: block;
    line-height: 70px;
    text-align: center;
    color: #006ce8;
    font-size: 24px;
}
.bottom_box{ wdith:100%; background:#a30a10;
}

@media only all and (max-width:1200px) {
    .onlymob {
        display: block;
    }

    html {
        font-size: 20px;
    }

    body {
        width: 18.75rem;
        font-size: .7rem;
        line-height: 1.2rem;
        background-size: auto 12rem;
        background-position: center 2rem;
    }

    html, body {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    .Width {
        width: 17.5rem;
    }
    .container{
        width: 98%;
    }
    .fl,.fr{
        float: none;
    }

    /* 隐藏元素 */
    .ht_top .topnav a:nth-child(n+2),
    .stage,
    .footer p,
    .pc, .onlypc {
        display: none;
    }

    /* 通用头部 */
    .ht_top {
        height: 2.5rem;
        background-size: auto 100%;
        line-height: 2.5rem;
    }

    .ht_top h1 a {
        height: 2.5rem;
        width: 7.5rem;
        background: url(../images/logo.gif) no-repeat center / contain;
    }

    .ht_top .topnav {
        font-size: .8rem;
        text-indent: -1000rem;
    }

    .ht_top .topnav a {
        padding: 0 0 0 0.3rem;
        text-indent: 0;
        float: right;
    }

    .footer {
        position: relative;
        height: 2.4rem;
        padding: 0;
        overflow: hidden;
    }

    .footer:before {
        display: block;
        content: "鸿途教育版权所有";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 2.4rem;
        overflow: hidden;
        color: #fff;
        font-size: .7rem;
        line-height: 2.4rem;
        text-align: center;
    }


    .banner_box{
        height: 14.25rem;
        background: url("../images/banner_mmmm.jpg") center top no-repeat;
        background-size: 100%;
    }
    .banner_box .container{
        display: none;
    }
    .box_title{
        line-height: 2rem;
        font-size: 1rem;
        margin: .5rem auto;
    }
    .box_title::before,.box_title::after{
        width: 2rem;
        height: .9rem;
        margin: 0 .25rem;
    }
    .box1_cont{
        padding: 1rem;
        border-radius: .25rem;
    }
    .box1_img{
        width: 80%;
        margin: 0 auto;
    }
    .box1_r{
        width: 100%;
    }
    .time_cont{
        border-radius: .25rem;
        padding: .25rem;
    }
    .time_box{
        border-radius: .2rem;
        padding: .25rem;
    }
    .time{
        width: 2.9rem;
        line-height: 2rem;
        font-size: 1rem;
        letter-spacing: .75rem;
        padding-left: .5rem;
    }
    .time_box span{
        width: .9rem;
        line-height: 2rem;
        font-size: .8rem;
    }
    .qg_btn{
        margin: .5rem auto;
        width: 5rem;
        line-height: 1.6rem;
        border-radius: .2rem;
        font-size: .7rem;
    }
    .fahuo{
        line-height: 1rem;
        font-size: .7rem;
    }
    .box2_cont{
        padding: .6rem;
        border-radius: .25rem;
    }
    .box2_l{
        width: 100%;
    }
    .box2_tit_s{
        width: 8rem;
        font-size: .8rem;
        line-height: 1.25rem;
        margin-bottom: .5rem;
    }
    .box2_l_p{
        border-radius: .25rem;
        padding: .5rem;
    }
    .box2_l_p p{
        margin: .3rem;
        font-size: .7rem;
        line-height: 1rem;
    }
    .box2_r{
        width: 100%;
    }
    .box2_r_l,.box2_r_r{
        width: 49%;
    }
    .box2_r_div{
        width: 100%;
        height: 8rem;
        border-radius: .25rem;
        margin-bottom: 1rem;
    }
    .box2_r_div h5{
        width: 6rem;
        line-height: 1.6rem;
        margin: 0 auto .5rem auto;
        font-size: .8rem;
    }
    .box2_r_div p{
        font-size: .7rem;
    }
    .box2_r_l p{
        line-height: 1.35rem;
    }
    .box2_r_r p{
        line-height: 1rem;
    }
    .box2_r_div span{
        line-height: 1rem;
        font-size: .7rem;
    }
    .box2_r_qg{
        width: 80%;
        margin: 0 auto;
        line-height: 1.5rem;
        font-size: .7rem;
    }
    .box3_p{
        line-height: 1.2rem;
        font-size: .65rem;
    }
    .box3_list{
        margin: .5rem auto;
    }
    .box3_list li{
        width: 49%;
        margin: 0 .5% .5rem .5%;
        height: 7.5rem;
        border-radius: .25rem;
    }
    .box3_list li h5{
        line-height: 1.5rem;
        font-size: .8rem;
    }
    .box3_list li:nth-child(1) h5, .box3_list li:nth-child(2) h5,.box3_list li:nth-child(3) h5,.box3_list li:nth-child(4) h5{
        margin-bottom: .5rem;
    }
    .box3_list li p{
        line-height: 1.25rem;
        font-size: .7rem;
    }
    .box4_h6{
        line-height: 1.25rem;
        margin-bottom: .5rem;
        font-size: .8rem;
    }
    .box4_l{
        width: 100%;
        float: none;
    }
    .box4_r{
        width: 100%;
        float: none;
    }
    .box4_l li,.box4_r li{
        width: 90%;
        line-height: 1.5rem;
        margin: .5rem auto;
    }
    .box4_l li:nth-child(2n-1),
    .box4_r li:nth-child(2n){
        margin: .5rem auto;
    }
    .box4_l li span,
    .box4_l li p,
    .box4_r li span,
    .box4_r li p{
        line-height: 1.5rem;
    }
    .box4_l li span,
    .box4_r li span{
        width: 5rem;
        font-size: .75rem;
    }
    .box4_l li p,
    .box4_r li p{
        width: calc(100% - 5rem);
        font-size: .7rem;
    }
    .box4_m{
        float: none;
        width: 90%;
        margin: 0 auto;
    }
    .tabBox{
        padding: .2rem;
    }
    .tabBox .bd li img{
        width: 100%;
    }
    .box4_m_p{
        line-height: 1.5rem;
        font-size: .7rem;
    }
    .box4_m a{
        width: 7rem;
        line-height: 1.5rem;
        font-size: .8rem;
    }
    .box5_cont{
        padding: .5rem;
    }
    .box5_l_img{
        display: none;
    }
    .box5_r{
        width: 100%;
        float: none;
    }
    .yhj_a{
        width: 98%;
        margin: 0 auto .5rem auto;
        line-height: 2rem;
        font-size: 1rem;
        border-radius: .25rem;
    }
    .yhj_box{
        padding: 0 .3rem;
    }
    .yhj_p p{
        width: 3rem;
        line-height: 1.5rem;
        font-size: .7rem;
        margin-right: .25rem;
    }
    .yhj_p p::before{
        height: .15rem;
    }
    .yhj_p p::after{
        line-height: 1.5rem;
        right: -.2rem;
    }
    .yhj_p span{
        width: calc(100% - 3.25rem);
        line-height: 1.5rem;
        font-size: .7rem;
    }
    .box5{
        background: none;
        padding-bottom: 0;
    }
    .bottom_box{
        padding-top: 1rem;
        padding-bottom: 1rem;
        background: #ed3535;
    }
    .adv_list li{
        width: 49%;
        margin: 0 .5%;
    }
    .adv_list li:nth-child(2){
        margin: 0 .5%;
    }
    .adv_list li:nth-child(3){
        margin: .5rem 25.5%;
    }
    .adv_list li img{
        width: 100%;
    }
    .adv_list li a{
        line-height: 1.5rem;
        font-size: .7rem;
    }

.s3_list1 {
	width: 100%;
	background: rgba(255, 255, 255, 1);
	border-radius: 10px;
	margin: 0 auto;
	padding-top: 30px;
}

}
.s3 {
	background: url(../images/gskbbg.png) no-repeat right 564px;
	height: 2040px;
}
.s3 .con {
	width: 1200px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 27px 0px rgba(116, 148, 255, 0.34);
	border-radius: 50px;
	padding: 55px 0 35px 0;
	margin-top: -324px;
}
.s3list_tit {
	font-size: 25px;
	color: #eb5650;
	font-weight: bold;
	text-align: center;
	height: 56px;
	line-height: 56px;
}
.s3_list1 {
	width: 1122px;
	background: rgba(255, 255, 255, 1);
	border-radius: 10px;
	margin: 0 auto;
	padding-top: 30px;
}
.s3list1_top {
	width: 1110px;
	height: 65px;
	background: #ffe7d3;
	border-radius: 10px;
	line-height: 65px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 26px;
}
.s3list1_item {
	margin-left: 13px;
}
.s3list1_top>span:nth-child(1) {
	font-size: 35px;
	font-weight: bold;
	color: #fd2f17;
	/*background: linear-gradient(0deg, rgba(91, 71, 36, 1) 0%, rgba(91, 75, 0, 0) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/
	text-shadow: #f3e8b8 0px 0px 4px;
}
.s3list1_item table {
}
.s3list1_item table th, td {
	
}
.s3list1_item table td a {
	display: inline-block;
	width: 120px;
	height: 35px;
	background: linear-gradient(0deg, rgba(243, 68, 68, 1) 0%, rgba(255, 0, 0, 1) 100%);
	text-align: center;
	color: #fff;
	line-height: 35px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 20px;
}
.s3list1_item table td a:hover {
	background: linear-gradient(0deg, rgba(255, 0, 96, 1) 0%, rgba(255, 84, 0, 1) 100%);
}
.s4 {
	background: url(../images/gs_bg.png) no-repeat left;
	height: 684px;
	margin-top: -381px;
	padding-top: 1px;
}
.s4 .con {
	margin-top: 157px;
}
.s4_tit {
	font-size: 45px;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	text-align: center;
}
.s4_list {
	text-align: center;
	margin-top: 53px;
}
.s4_list li {
	display: inline-block;
	width: 363px;
	border-radius: 20px;
	padding-top: 55px;
	padding-bottom: 40px;
	vertical-align: bottom;
	margin-right: 45px;
}
.s4_list li:last-child {
	margin-right: 0;
}
.s4_list li:nth-child(1) {
	background: rgba(255, 255, 255, 1) url(../images/gslsit_bg1.png) no-repeat top;
	box-shadow: 0 0 17px 1px rgba(147, 132, 237, 0.31);
}
.s4_list li:nth-child(2) {
	background: rgba(255, 255, 255, 1) url(../images/gslsit_bg2.png) no-repeat top;
	box-shadow: 0 0 17px 1px rgba(16, 134, 253, 0.31);
}
.s4_list li:nth-child(3) {
	background: rgba(255, 255, 255, 1) url(../images/gslsit_bg3.png) no-repeat top;
	box-shadow: 0 0 17px 1px rgba(250, 117, 126, 0.31);
}
.s4list_icon {
	width: 106px;
	margin: 0 auto;
}
.s4list_tit {
	font-size: 28px;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	text-align: center;
	margin-top: 9px;
	
}
.s4list_p {
	width: 300px;
	height: 120px;
	font-size: 16px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 30px;
	margin: 21px auto 0;
	text-align: left;
	text-indent: 2em;
}
.s5_list {
	width: 1218px;
	height: 150px;
	background: url(../images/gs_footbg.png) no-repeat center;
	background-size: 100% 100%;
	margin: 98px auto 98px;
	box-sizing: border-box;
	padding-top: 2px;
	position: relative;
}
.s5_list::before {
	position: absolute;
	content: "";
	width: 393px;
	height: 253px;
	background: url(../images/gs_i1.png) no-repeat center;
	background-size: 100% 100%;
	right: -41px;
	top: 12px;
}
.s5_code {
	display: inline-block;
	width: 174px;
	height: 174px;
	background: rgba(255, 255, 255, 1);
	border-radius: 10px;
	margin-left: 77px;
}
.s5_code>img {
	margin: 0 auto;
	border-radius: 10px;
}
.s5_text1 {
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
	width: 500px;
	margin-top: 40px;
}
.s5_text1>p:nth-child(1) {
	font-size: 22px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
}
.s5_text1>p:nth-child(2) {
	font-size: 22px;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	margin-top: 18px;
}
.s5_text1>p:nth-child(3) {
	font-size: 22px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	margin-top: 12px;
}
.s5_text1 p a {
	color: white;
}
.s5_form {
	display: inline-block;
	vertical-align: top;
	margin-left: 64px;
	margin-top: 19px;
}
.s5form_item {
	width: 293px;
	height: 55px;
	background: rgba(255, 255, 255, 1);
	border-radius: 28px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	padding-left: 23px;
	box-sizing: border-box;
	border: none;
	outline: none;
}
.s5form_btn {
	display: block;
	width: 293px;
	height: 55px;
	background: linear-gradient(0deg, rgba(241, 196, 45, 1), rgba(255, 160, 40, 1));
	border-radius: 28px;
	font-size: 22px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	line-height: 55px;
	margin-top: 29px;
	cursor: pointer;
	transition: 0.2s;
}
.s5form_btn:hover {
	transform: scale(1.1);
}
.footer {
	width: 100%;
	min-width: 1000px;
	left: 0;
	bottom: 0;
	padding-top: 40px;
	color: #fff;
	background-color: #232f38;
}
.footer .content {
	width: 1020px;
	margin: 0 auto;
}
.footer .content p {
	margin-bottom: 10px;
	text-align: center;
	font: 18px "Microsoft YaHei";
}
.footer .content a {
	color: #fff;
}
.footer .content a:hover {
	color: #e60001;
}
.s2 {
	background:#F00;
	height: 1109px;
	/*height: 1949px;*/
	max-width: 1920px;
	background-size: 1920px;
}
.s2 .con {
	width: 1200px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 27px 0px rgba(210, 14, 15, 0.34);
	border-radius: 50px;
	padding: 55px 0;
}
.s2list1_tit {
	position: relative;
	width: 1234px;
	height: 83px;
	background: url('../images/bg-1.png') no-repeat center top;
	font-size: 45px;
	font-weight: bold;
	color: #fff;
	line-height: 83px;
	margin:0 auto;
	text-align: center;
}
.s2list1_tit::before {
	position: absolute;
	content: '';
	bottom: -18px;
	left: 0px;
	width: 0;
	height: 0;
	/*border-style: solid;
	border-width: 0 15px 18px 0;
	border-color: transparent RGBA(210, 14, 15, 1) transparent transparent;*/
}
.s2list1_tit::after {
	position: absolute;
	content: '';
	bottom: -18px;
	right: 0px;
	width: 0;
	height: 0;
	/*border-style: solid;
	border-width: 0 0 18px 15px;
	border-color: transparent transparent transparent RGBA(210, 14, 15, 1);*/
}
.s2tab1_text>a {
	display: block;
	transition: 0.3s;
}
.s2tab1_text>a:hover {
	transform: scale(1.1);
}
.s2tab1_text>a:nth-child(1) {
	margin-top: 45px;
	margin-left: 176px;
}
/*时间*/


.boxes {
display: flex;
 float: right;
width:100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
 .boxes .box {
  /* margin: 1rem;
 padding: 1rem 2rem;
  display: flex;*/
  flex-direction: column;
  text-align: center;
}
 .boxes .box span {
  color: #fff;
  font-weight: bold;
  font-size:1.2rem;
   padding:6px;
  border-radius: 5px;
  background-image: linear-gradient(0deg, #414141, #5b5b5b 100%);
}
 .boxes .box em { color:#f3e8b8; padding:6px; font-style:normal;  font-size:1.2rem;  font-weight: bold;}
 .boxes .box p {
  color: #000000;
  width: 100%;
}
.course {
    border: solid #ed5144;
    border-width: 1px 0px 0px 1px;
}
.course td {
    border: solid #ed5144;
    border-width: 0px 1px 18px 0px;
}
.course td.ttd {
    border: solid #ed5144;
    border-width: 0px 1px 1px 0px;
}
.bb1 {
    font-family: "Hiragino Sans GB", "WenQuanYi Micro Hei", "微软雅黑", "Arial";
    font-weight: bold;
    font-size: 17px;
}
.bb1_0 {
    font-size: 16px;
    color: #FFF;
    line-height: 50px;
    letter-spacing: 2px;
}
.bb2 {
    font-family: "Hiragino Sans GB", "WenQuanYi Micro Hei", "微软雅黑", "Arial";
    font-size: 13px;
    color: #f80611;
}
.bb3 {
    font-family: "Hiragino Sans GB", "WenQuanYi Micro Hei", "微软雅黑", "Arial";
    font-size: 14px;
    color: #000000;
}
.bb6 p:first-child {
    font-weight: bold;
    line-height: 16px;
}
.start_course_row span {
    font-weight: bold;
    color: #f80611;
    font-size: 15px;
}
.bb6 {
    padding: 10px 5px;
}
.cc1 {
    font-size: 13px;
    font-family: "微软雅黑";
    font-weight: bold;
    color: #000;
}
.start_course_row span {
    font-weight: bold;
    color: #f80611;
    font-size: 15px;
}
.course_row, .start_course_row {
    padding: 10px;
}
.dd4 {
    font-size: 14px;
    font-family: "微软雅黑";
    font-weight: bold;
    color: #ff0000;
}
.dd2 {
    font-size: 14px;
    font-family: "微软雅黑";
    color: #ff0000;
}
.dd3 {
    font-size: 14px;
    font-family: "微软雅黑";
    color: #000;
}
.ee1 {
    font-family: "微软雅黑";
    font-size: 13px;
    color: #1b09c0;
}
a:hover{cursor:pointer}