@charset "utf-8";
/* CSS Document */
body {
    max-width: 100%; overflow-x: hidden; background: #fff;
    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; }
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;
}

.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; }
.container{ width:1400px; margin:0 auto; position:relative; box-sizing: border-box }
ul::after { display: block; content: ''; height: 0; font-size: 0; clear: both; }
.no_after::after { display: none; content: ''; height: 0; font-size: 0; clear: both; }


body{
    background: #F6F7FA;
}
.header{
    background: #fff;
}
.header .top {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #ddd;
}

.top_nav>li {
	position: relative;
	display: inline;
	float: left;
	width: auto;
}

.top_nav b a {
	display: block;
	float: left;
	width: auto;
    font-size: 16px;
	padding-left: 25px;
	color: #666;
    font-weight: normal;
	transition: all 0.3s;
	transform: translateZ(0);
}

.top_nav b a:hover p {
	color: #e45063;
}

.top_nav b i {
	float: right;
	width: 13px;
	height: 9px;
	margin: 22px 8px 0 9px;
	background: url('../images/nav_slide.png') no-repeat;
	transition: transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	-webkit-transition: -webkit-transform 0.5s;
	-o-transition: -o-transform 0.5s;
	opacity: 0.8;
}

.top_nav b:hover i {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.header .tel {
	margin-right: 20px;
	font-size: 18x;
	font-weight: bold;
}

.header .tel a {
	color: #e02140;
}

.header .tel i {
	display: block;
	float: left;
	width: 25px;
	height: 26px;
	margin: 12px 10px 0 0;
	background: url(../images/phone_icon.png) no-repeat;
}

.header .login a:hover {
	color: #e92930;
}

.header .login a {
	color: #808080;
    font-size: 16px;
}

.header .login div {
	margin: 0 9px;
	color: #d1d1d1;
}

.wx {
	position: relative;
	padding-left: 35px;
	background: url(../images/wx.png) no-repeat left center;
	cursor: pointer;
}

.wx:hover .wx_box {
	display: block;
}

.wx:hover {
	color: #44cd66;
}

.wx_wrap {
	width: 192px;
	height: 100px;
	padding: 30px 0 0 20px;
	margin-bottom: 13px;
}

.wx_box {
	display: none;
	position: absolute;
	bottom: -150px;
	left: 0;
	width: 217px;
	height: 150px;
	background-color: #fff;
	z-index: 10;
	box-shadow: 0 0 7px rgba(58, 58, 58, 0.2);
}

.wx_box img {
	display: block;
	float: left;
	width: 80px;
	height: 80px;
}

.wx_box a {
	display: block;
	float: left;
	width: 74px;
	height: 28px;
	margin-left: 15px;
	background: #e92930;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	margin-top: 15px;
}

.wx_box span {
	display: block;
	float: left;
	width: 92px;
	height: 28px;
	margin: 0 0 10px 15px;
	color: #000;
	font-size: 14px;
	line-height: 23px;
}

.qq {
	padding-left: 28px;
	margin-left: 20px;
	margin-right: 18px;
	background: url(../images/qq.png) no-repeat left center;
}

.qq:hover {
	color: #38b2ff;
}

.top_nav .navconbg {
	display: none;
	position: absolute;
	left: 0;
	top: 50px;
	z-index: 9;
	background: #fff;
	box-shadow: 0 0 7px rgba(58, 58, 58, 0.2);
}

.top_nav .navcon {
	display: none;
	position: absolute;
	left: 0;
	top: 50px;
	z-index: 10;
	overflow: hidden;
}

.top_nav .navconbg01,
.top_nav .navcon01 {
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
	width: 570px;
    color: #333;
}

.navcon01 h5{
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 14px;
}
.nav_link_box{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 16px;
    margin-bottom: 10px;
}
.nav_link_box p{
    display: block;
    width: 75px;
    margin-right: 4px;
    height: 28px;
    line-height: 28px;
    box-sizing: border-box;
    border-right: 1px solid #666;
    color: #333;
}
.nav_link {
    width: calc(100% - 80px);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.nav_link a{
    height: 28px;
    line-height: 28px;
    display: block;
    box-sizing: border-box;
    padding: 0 4px;
    color: #666;
}
.nav_map_box{
    box-sizing: border-box;
    margin-top: 10px;
    padding-top: 10px;
    box-sizing: border-box;
    border-top: 1px solid rgba(136,136,136,.4);
}


.top_nav .navconbg06,
.top_nav .navcon06 {
	width: 270px;
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
    color: #333;
}
.nav_ewm{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav_ewm img{
    display: block;
    width: 95px;
}
.nav_ewm_r{
    width: 110px;
}
.nav_ewm_r p{
    line-height: 28px;
    font-size: 16px;
    color: #666;
}
.nav_ewm_r a{
    display: block;
    margin-top: 10px;
    width: 94px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    background: linear-gradient(-45deg, #C21615, #FB6652);
}
/* top_box */
.top_box{
    background: #fff;
    box-sizing: border-box;
    position: relative;
    border-bottom: 2px solid #ff0000;
    z-index: 2;
    border-top: 1px solid #F0F1F3;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 0;
}
.top_l .logo{
    float: left;
    display: block;
    height: 38px;
}
.top_l i{
    float: left;
    display: block;
    background: #CCCCCC;
    width: 1px;
    height: 34px;
    margin: 2px 10px;
}
.top_l span{
    float: left;
    display: block;
    color: #ff0000;
    font-size: 30px;
    line-height: 38px;
}
.nav_box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.nav_box li{
    margin-left: 30px;
    line-height: 38px;
    font-size: 22px;
}
.nav_box li a{
    font-weight: 500;
    display: block;
    position: relative;
    color: #333;
}
.province_list li:hover a,
.afml_news_list a:hover,
.news_list a:hover,
.bottom a:hover,
.news_cont_top a:hover,
.main_container a:hover,
.nav_box li:hover a{
    color: #C21615;
}
.main_title_box a:hover,
.course_cont>a:hover{
    color: #888;
}
.nav_box li:hover a::after{
    content: '';
    width: 42px;
    height: 2px;
    background: #C21615;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.guoqi_type{
    background: #fff;
    box-sizing: border-box;
    padding: 20px 0;
}
.guoqi_type li{
    float: left;
    text-align: center;
    background: #F0F1F3;
    overflow: hidden;
    position: relative;
    font-size: 18px;
    width: 157px;
    line-height: 54px;
    border-radius: 7px;
    margin: 10px 20px 10px 0;
}
.guoqi_type li.hot::after{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url('../images/hot_icon.png');
    background-size: 100%;
    width: 33px;
    height: 33px;
}
.guoqi_type li.hot:hover::after{
    background-image: url('../images/hot_icon_hover.png');
}
.guoqi_type li:nth-child(8n){
    margin-right: 0;
}
.guoqi_type li a{
    display: block;
    color: #333;
}
.guoqi_type li:hover{
    background: linear-gradient(-45deg, #C21615, #FB6652);
    box-shadow: 0px 3px 15px 0px rgba(153, 0, 0, 0.5);
}
.guoqi_type li:hover a{
    color: #fff;
}
/* province_box */
.province_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    margin: 40px auto;
}
.province_img{
    display: block;
    height: 110px;
}
.province_list{
    width: calc(100% - 125px);
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.province_list li{
    box-sizing: border-box;
    text-align: center;
    width: 80px;
    line-height: 28px;
    margin: 10px 0;
    font-size: 18px;
}
.province_list li a{
    display: block;
    color: #333;
}
.province_list li:hover a{
    color: #C21615;
}
.main_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.main_container{
    width: 440px;
    height: 620px;
    background: #fff;
}
.main_l{
    box-sizing: border-box;
    padding: 35px;
}
.main_l h5{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 54px;
    line-height: 54px;
}
.main_l h5 span{
    display: block;
    position: relative;
    text-align: center;
    color: #fff;
    background: #FB6652;
    font-weight: normal;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    margin-right: 12px;
}
.main_l h5 span::after{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -5px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid #FB6652;
    border-bottom: 5px solid transparent;
}
.main_l h5 a{
    margin-right: 5px;
    font-size: 22px;
    white-space: nowrap;
    color: #333333;
}
.main_l h5 a:nth-last-child(1),
.main_l_link_box a:nth-last-child(1){
    overflow: hidden;
    text-overflow:ellipsis; 
    white-space: nowrap;
}
.main_l_link_box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 48px;
    line-height: 48px;
}
.main_l_link_box span{
    display: block;
    white-space: nowrap;
    color: #666666;
    font-size: 18px;
}
.main_l_link_box a{
    display: block;
    color: #666666;
    margin-left: 6px;
    font-size: 18px;
    white-space: nowrap;
}
.main{
    height: 270px;
    position: relative;
}
.main_cb{
    box-sizing: border-box;
    padding: 30px;
}
.main_cb_list li{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 48px;
    line-height: 48px;
}
.main_cb_list li span.gj{
    background: #FCEDE9;
    color: #C21615;
}
.main_cb_list li span.sf{
    background: #E5EEFD;
    color: #579AFD;
}
.main_cb_list li span{
    display: block;
    white-space: nowrap;
    font-size: 16px;
    box-sizing: border-box;
    height: 26px;
    line-height: 26px;
    padding: 0 8px;
}
.main_cb_list li a{
    display: block;
    color: #666666;
    margin-left: 6px;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis; 
    white-space: nowrap;
}
.main_r{
    position: relative;
}
.main_r_zx{
    background-image: url('../images/main_r.png');
    background-position: center top;
    background-size: auto 100%;
    box-sizing: border-box;
    text-align: center;
    height: 458px;
}
.main_r_zx h5{
    line-height: 75px;
    font-size: 22px;
    font-weight: normal;
    color: #fff;
}
.main_r_zx img{
    display: block;
    width: 140px;
    margin: 0 auto 10px;
}
.main_r_zx p{
    line-height: 42px;
    font-size: 18px;
    color: #333;
}
.main_r_zx a{
    display: block;
    margin: 20px auto 0;
    width: 160px;
    line-height: 50px;
    background: linear-gradient(135deg, #C21615, #FB6652);
    box-shadow: 0px 3px 15px 0px rgba(153, 0, 0, 0.5);
    border-radius: 25px;
    font-size: 18px;
    color: #fff;
}
.main_r_zx a:hover{
    color: #fff;
}
.main_r_poster,
.main_r_poster img{
    display: block;
    width: 100%;
}
.main .swiper-pagination{
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    bottom: 20px;
}
.main .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: rgba(255,255,255,.5);
    opacity: 1;
    border-radius: 6px;
    margin: 0 0 0 10px !important;
}
.main .swiper-pagination-bullet-active{
    width: 30px;
    background: #fff;
    opacity: 1;
}
/* after_main */
.after_main{
    margin: 40px auto;
}
.af_main_container{
    width: 440px;
    height: 620px;
    background: #fff;
    box-sizing: border-box;
    position: relative;
}
.af_main_l{
    background: #fff;
    padding: 30px;
}
.af_main_title{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 40px;
    line-height: 40px;
    margin-bottom: 12px;
}
.af_main_title img{
    display: block;
    height: 100%;
    margin-right: 6px;
}
.af_main_title span{
    font-size: 34px;
    color: #333;
}
.af_main_l .swiper-pagination{
    left: auto;
    bottom: auto;
    right: 30px;
    top: 42px;
    display: flex;
    justify-content: center;
}
.af_main_l .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #D9DADD;
    opacity: 1;
    border-radius: 50%;
    margin: 0 0 0 10px !important;
}
.af_main_l .swiper-pagination-bullet-active{
    background: #FB6652;
    opacity: 1;
}
.afml_news_list li{
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.afml_news_list li span{
    display: block;
    width: 80px;
    font-size: 14px;
    text-align: right;
    color: #CCCCCC;
}
.afml_news_list li a{
    display: block;
    overflow: hidden;
    text-overflow:ellipsis; 
    white-space: nowrap;
    width: calc(100% - 80px);
    color: #666;
}
.af_main_r{
    display: flex;
    justify-content: space-between;
}
.afmr_box{
    width: 50%;
    background: #fff;
    box-sizing: border-box;
    padding: 30px;
}
.afmr_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 32px;
    line-height: 32px;
    margin-bottom: 25px; 
}
.afmr_title h5{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.afmr_title h5 img{
    display: block;
    height: 24px;
    margin-right: 6px;
}
.afmr_title h5 span{
    font-size: 24px;
    color: #333;
}
.afmr_title a{
    background: #F0F1F3;
    text-align: center;
    color: #666666;
    font-size: 16px;
    width: 56px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
}
.afmr_title a:hover{
    color: #999;
    background: rgba(240, 241, 243,.8);
}
.afmr_list{
    margin-bottom: 20px;
    padding-left: 25px;
    box-sizing: border-box;
    position: relative;
}
.afmr_list::before{
    z-index: 1;
    content: '';
    display: block;
    width: 1px;
    height: 88%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 9px;
    border-left: 1px dashed #D9DADD;
}
.afmr_list li{
    line-height: 32px;
    margin-bottom: 10px;
}
.afmr_list li h5{
    font-size: 18px;
    color: #333;
    position: relative;
}
.afmr_list li h5::before{
    z-index: 2;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -25px;
    width: 15px;
    height: 15px;
    background: #FCEDE9;
    border: 2px solid #FB6652;
    border-radius: 50%;
}
.afmr_list li p{
    font-size: 16px;
    position: relative;
    color: #999;
}
.afmr_list li p::before,
.afmr_list li a::before{
    z-index: 2;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left:-24px;
    width: 13px;
    height: 13px;
    background: #F6F7FA;
    border: 2px solid #D9DADD;
    border-radius: 50%;
}
.afmr_list li h5:hover{
    color: #C21615;
}
.afmr_list li a{
    display: block;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 16px;
    width: 94px;
    height: 32px;
    line-height: 32px;
    background: #FB6652;
    border-radius: 3px;
}
.afmr_list li a:hover{
    background: linear-gradient(135deg, #C21615, #FB6652);
}
.afmr_qr{
    margin: 0 auto;
    width: 150px;
    height: 150px;
    background: #F0F1F3;
    box-sizing: border-box;
    position: relative;
    padding: 4px;
    border-radius: 15px;
}
.afmr_qr span{
    display: block;
    writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/  
    writing-mode: tb-lr;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/  
    width: 40px;
    line-height: 40px;
    height: 120px;
    font-size: 20px;
    border-radius: 15px 0 0 15px;
    left: -40px;
    position: absolute;
    background: #F0F1F3;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #333;
}
.afmr_img{
    box-sizing: border-box;
    background: #fff;
    border-radius: 15px;
    padding: 4px;
    width: 100%;
}
.afmr_img img{
    display: block;
    width: 100%;
}
.poster{
    display: block;
    margin-bottom: 40px;
    width: 100%;
    background-position: center top;
    background-size: auto 100%;
    height: 150px;
}
.course_box{
    margin-bottom: 40px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 40px;
    box-sizing: border-box;
    background: #fff;
}
.main_title_box{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;
    padding-bottom: 10px;
    border-bottom: 1px solid #F0F1F3;
    margin-bottom: 20px;
    line-height: 50px;
}
.main_title_box a{
    display: block;
    color: #333333;
    font-size: 16px;
}
.news_container .main_title_box{
    margin-bottom: 15px;
}
.main_l_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    line-height: 50px;
    margin-bottom: 25px;
}
.main_l_title a{
    font-size: 16px;
    color: #999999;
}
.main_l_title h3{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 34px;
    color: #333;
}
.main_l_title h3 img{
    display: block;
    margin-right: 6px;
}

.af_main_title{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 50px;
}
.af_main_title img{
    display: block;
    height: 34px;
}
.af_main_title span{
    font-size: 34px;
    color: #333;
}
.course_box .main_title_box{
    justify-content: flex-start;
}
.main_tab{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
}
.main_tab li{
    cursor: pointer;
    background: #F0F1F3;
    color: #333;
    font-size: 18px;
    width: 130px;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    margin-right: 15px;
}
.main_tab li.active{
    color: #fff;
    background: linear-gradient(-45deg, #C21615, #FB6652);
}
.course_cont{
    display: none;
    position: relative;
}
.course_cont:nth-child(1){
    display: block;
}
.course_cont>a{
    display: block;
    position: absolute;
    right: 0;
    top: -79px;
    line-height: 44px;
    width: 95px;
    font-size: 16px;
    color: #333;
    text-align: right;
}
.course_list{
    display: flex;
    justify-content: space-between;
}
.course_list li{
    width: 310px;
}
.course_list a,
.course_list img{
    display: block;
    width: 100%;
    position: relative;
}
.course_list a p{
    display: block;
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 45px;
    font-size: 18px;
    color: #fff;
    background: linear-gradient(0deg,rgba(0,0,0,.8),rgba(0,0,0,0));
}
.intro_box{
    margin-bottom: 40px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 40px;
    box-sizing: border-box;
    background: #fff;
}
.intro_cont_box{
    height: 400px;
}
.intro_cont{
    height: 100%;
    overflow-y: scroll;
    display: none;
    text-align: justify;
}
.intro_cont:nth-child(1){
    display: block;
}
.intro_cont p{
    text-indent: 2em;
    font-size: 16px;
    color: #333333;
    line-height: 36px;
}
.news_container{
    margin-bottom: 40px;
}
.news_cont{
    width: 670px;
}
.news_cont_top{
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    align-items: center;
    border-bottom: 1px solid #F0F1F3;
    height: 60px;
    line-height: 60px;
    margin-bottom: 16px;
}
.news_cont_top h5{
    font-size: 24px;
    color: #C21615;
}
.news_cont_top a{
    font-size: 16px;
    color: #333;
}
.news_list li{
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news_list li span{
    display: block;
    font-size: 16px;
    width: 80px;
    text-align: right;
    color: #CCCCCC;
}
.news_list li a{
    display: block;
    overflow: hidden;
    text-overflow:ellipsis; 
    white-space: nowrap;
    width: calc(100% - 80px);
    color: #666;
}
.bottom{
    background: #F6F7FA;
    box-sizing: border-box;
    padding: 40px 0;
}
.bottom_title{
    line-height: 45px;
    margin-bottom: 8px;
}
.blogrol{
    line-height: 36px;
}
.blogrol a{
    margin-right: 20px;
    font-size: 16px;
    color: #999;
}
.bottom_line{
    display: block;
    margin: 35px auto;
    width: 100%;
    height: 1px;
    background: #D9DADD;
}
.bottom_b{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bottom_map{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.map_col{
    width: 170px;
}
.map_col a{
    display: block;
    font-size: 16px;
    color: #999999;
    line-height: 40px;
}
.map_col a:nth-child(1){
    margin-bottom: 10px;
    font-weight: bold;
    color: #0A0A0A;
    font-size: 22px;
}
.bottom_r{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.bottom_qr{
    margin-right: 45px;
    width: 140px;
}
.qr_box{
    width: 100%;
    padding: 10px;
    background: #fff;
    box-sizing: border-box;
}
.qr_box img{
    display: block;
    width: 100%;
}
.bottom_qr p{
    line-height: 30px;
    margin-top: 10px;
    font-size: 18px;
    color: #333;
    text-align: center;
}
.bottom_zx{
    width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.bottom_zx img{
    display: block;
    height: 50px;
}
.bottom_zx h5{
    line-height: 32px;
    margin-top: 20px;
    font-size: 20px;
    color: #333333;
}
.bottom_zx p{
    line-height: 20px;
    margin-top: 8px;
    font-size: 14px;
    color: #999;
}
.footer {
    background: #333;
    clear: both;
    position: relative;
    padding: 30px 0;
    text-align: center;
}
.footer p {
    position: relative;
    z-index: 2;
    color: #999;
    font-size: 16px;
    line-height: 30px;
}
.footer p span {
    padding: 0 5px;
}
.footer p a {
    color: #999;
}
.box_container {
    padding: 40px 0;
}



@media only all and (max-width:1520px) {
    .container{
        width: 1200px;
    }

    .header .top {
        height: 50px;
        line-height: 50px;
    }
    .top_nav b a {
        font-size: 14px;
        padding-left: 20px;
    }
    .header .login a{
        font-size: 14px;
    }
    .top_nav b i {
        width: 13px;
        height: 9px;
        margin: 21px 8px 0 8px;
    }
    .header .tel {
        margin-right: 10px;
        font-size: 16px;
    }
    .header .tel i {
        width: 25px;
        height: 26px;
        margin: 10px 6px 0 0;
    }
    .header .login div {
        margin: 0 9px;
    }
    
    /* top_box */
    .top_box{
        padding: 20px 0;
    }
    .top_l .logo{
        height: 36px;
    }
    .top_l i{
        margin: 1px 10px;
    }
    .top_l span{
        font-size: 26px;
        line-height: 36px;
    }
    .nav_box li{
        margin-left: 20px;
        line-height: 36px;
        font-size: 18px;
    }
    .guoqi_type{
        padding: 20px 0;
    }
    .guoqi_type li{
        font-size: 18px;
        width: 136px;
        line-height: 45px;
        border-radius: 7px;
        margin: 8px 16px 8px 0;
    }
    .guoqi_type li.hot::after{
        width: 30px;
        height: 30px;
    }
    /* province_box */
    .province_box{
        margin: 30px auto;
    }
    .province_img{
        height: 100px;
    }
    .province_list{
        width: calc(100% - 115px);
    }
    .province_list li{
        width: 60px;
        line-height: 25x;
        margin: 5px 0;
        font-size: 17px;
    }
    .main_container{
        width: 390px;
        height: 540px;
    }
    .main_l{
        padding: 20px;
    }
    .main_l_title h3{
        font-size: 32px;
    }
    .main_l_title h3 img{
        margin-right: 6px;
    }
    .main_l h5{
        height: 45px;
        line-height: 45px;
    }
    .main_l h5 span{
        padding: 0 6px;
        height: 28px;
        line-height: 28px;
        font-size: 16px;
        margin-right: 8px;
    }
    .main_l h5 a{
        margin-right: 5px;
        font-size: 20px;
    }
    .main_l_link_box{
        height: 42px;
        line-height: 42px;
    }
    .main_l_link_box span{
        font-size: 18px;
    }
    .main_l_link_box a{
        margin-left: 6px;
        font-size: 18px;
    }
    .main{
        height: 240px;
    }
    .main_cb{
        padding: 20px;
    }
    .main_cb_list li{
        height: 45px;
        line-height: 45px;
    }
    .main_cb_list li span{
        font-size: 16px;
        height: 26px;
        line-height: 26px;
        padding: 0 8px;
    }
    .main_cb_list li a{
        margin-left: 6px;
        font-size: 18px;
    }
    .main_r{
        position: relative;
    }
    .main_r_zx{
        height: 395px;
        background-size: 100% 100%;
    }
    .main_r_zx h5{
        line-height: 55px;
        font-size: 20px;
    }
    .main_r_zx img{
        width: 120px;
        margin: 0 auto 10px;
    }
    .main_r_zx p{
        line-height: 40px;
        font-size: 18px;
    }
    .main_r_zx a{
        margin: 10px auto 0;
        width: 160px;
        line-height: 50px;
        border-radius: 25px;
        font-size: 18px;
    }
    /* after_main */
    .after_main{
        margin: 30px auto;
    }
    .af_main_container{
        width: 580px;
        height: 480px;
    }
    .af_main_l{
        padding: 20px;
    }
    .af_main_title{
        height: 35px;
        line-height: 35px;
        margin-bottom: 12px;
    }
    .af_main_title img{
        margin-right: 6px;
    }
    .af_main_title span{
        font-size: 32px;
    }
    .af_main_l .swiper-pagination{
        right: 20px;
        top: 33px;
    }
    .af_main_l .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
        margin: 0 0 0 8px !important;
    }
    .afml_news_list li{
        height: 44px;
        line-height: 44px;
        font-size: 18px;
    }
    .afml_news_list li span{
        width: 70px;
    }
    .afml_news_list li a{
        width: calc(100% - 70px);
    }
    .afmr_box{
        padding: 20px;
    }
    .afmr_title{
        height: 30px;
        line-height: 30px;
        margin-bottom: 10px; 
    }
    .afmr_title h5 img{
        height: 24px;
        margin-right: 4px;
    }
    .afmr_title h5 span{
        font-size: 20px;
    }
    .afmr_title a{
        font-size: 16px;
        width: 54px;
        height: 30px;
        line-height: 30px;
        border-radius: 15px;
    }
    .afmr_list{
        margin-bottom: 15px;
        padding-left: 20px;
    }
    .afmr_list::before{
        left: 7px;
    }
    .afmr_list li{
        line-height: 30px;
        margin-bottom: 10px;
    }
    .afmr_list li h5{
        font-size: 16px;
    }
    .afmr_list li h5::before{
        left: -20px;
        width: 13px;
        height: 13px;
    }
    .afmr_list li p{
        font-size: 14px;
    }
    .afmr_list li p::before,
    .afmr_list li a::before{
        left:-20px;
        width: 11px;
        height: 11px;
    }
    .afmr_list li a{
        font-size: 16px;
        width: 90px;
        height: 30px;
        line-height: 30px;
    }
    .afmr_qr{
        width: 140px;
        height: 140px;
        padding: 5px;
    }
    .afmr_qr span{
        width: 35px;
        line-height: 35px;
        height: 100px;
        font-size: 18px;
        border-radius: 12px 0 0 12px;
        left: -35px;
    }
    .poster{
        margin-bottom: 30px;
        height: 120px;
    }
    .course_box{
        margin-bottom: 30px;
        padding: 30px;
    }
    .main_title_box{
        margin-bottom: 20px;
        line-height: 40px;
    }
    .news_container .main_title_box{
        margin-bottom: 15px;
    }
    .af_main_title{
        margin-right: 30px;
    }
    .af_main_title img{
        height: 32px;
    }
    .af_main_title span{
        font-size: 32px;
    }
    .main_tab li{
        font-size: 18px;
        width: 120px;
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
        margin-right: 12px;
    }
    .course_cont>a{
        top: -60px;
        line-height: 40px;
        width: 90px;
        font-size: 16px;
    }
    .course_list li{
        width: 270px;
    }
    .course_list a p{
        line-height: 40px;
        font-size: 15px;
    }
    .intro_box{
        margin-bottom: 30px;
        padding: 30px;
    }
    .intro_cont_box{
        height: 350px;
    }
    .intro_cont p{
        font-size: 16px;
        line-height: 32px;
    }
    .news_container{
        margin-bottom: 30px;
    }
    .news_cont{
        width: 580px;
    }
    .news_cont_top{
        height: 50px;
        line-height: 50px;
        margin-bottom: 16px;
    }
    .news_cont_top h5{
        font-size: 24px;
    }
    .news_cont_top a{
        font-size: 16px;
    }
    .news_list li{
        height: 38px;
        line-height: 38px;
        font-size: 18px;
    }
    .news_list li span{
        width: 70px;
        font-size: 14px;
    }
    .news_list li a{
        width: calc(100% - 70px);
    }
    .bottom{
        padding: 30px 0;
    }
    .bottom_title{
        line-height: 40px;
        margin-bottom: 8px;
    }
    .blogrol{
        line-height: 32px;
    }
    .blogrol a{
        margin-right: 10px;
        font-size: 16px;
    }
    .bottom_line{
        margin: 25px auto;
    }
    .map_col{
        width: 150px;
    }
    .map_col a{
        font-size: 16px;
        line-height: 35px;
    }
    .map_col a:nth-child(1){
        margin-bottom: 10px;
        font-size: 22px;
    }
    .bottom_qr{
        margin-right: 35px;
        width: 140px;
    }
    .qr_box{
        padding: 10px;
    }
    .bottom_qr p{
        line-height: 30px;
        margin-top: 6px;
        font-size: 16px;
    }
    .bottom_zx{
        width: 160px;
    }
    .bottom_zx img{
        height: 50px;
    }
    .bottom_zx h5{
        line-height: 32px;
        margin-top: 10px;
        font-size: 20px;
    }
    .bottom_zx p{
        line-height: 20px;
        margin-top: 8px;
        font-size: 14px;
    }

}