.top {
    height: 60px;
    background: rgb(249, 249, 249);
    box-shadow: rgba(212, 213, 214, 0.18) 0px 5px 16px 0px;
}

.red {
    color: red !important;
}

.main_title a {
    color: rgb(230, 0, 18) !important;
}

.sec_cont.forth_cont {
    display: block;
}

.top_nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.top_nav li {
    height: 60px;
    margin-right: 30px;
    position: relative;
    text-align: center;
}

.top_nav_btn {
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 60px;
}

.top_nav_btn span {
    font-size: 16px;
    margin-right: 6px;
    color: rgb(102, 102, 102);
}

.top_nav_icon {
    transition: all 0.5s ease 0s;
    display: block;
    width: 10px;
}

.top_nav_btn img {
    width: 10px;
}

.top_nav li:hover .top_nav_btn img {
    transform: rotate(180deg);
}

.top_nav li:hover .top_nav_icon {
    transform: rotate(180deg);
}

.top_nav_btn img.nav_select_icon,
.top_nav li:hover .top_nav_btn img.nav_select_icon_hover {
    display: block;
}

.top_nav li:hover .top_nav_btn img.nav_select_icon,
.top_nav_btn img.nav_select_icon_hover {
    display: none;
}

.top_nav_slide {
    display: none;
}

.top_nav_slide {
    position: absolute;
    z-index: 10;
    left: 0px;
    top: 60px;
    background: rgb(255, 255, 255);
    box-sizing: border-box;
    box-shadow: rgba(58, 58, 58, 0.2) 0px 0px 7px;
}

.daohang_box {
    padding: 10px;
    width: 725px;
}

.daohang_box h5 {
    line-height: 46px;
    font-size: 16px;
    padding-left: 16px;
    font-weight: normal;
    box-sizing: border-box;
    color: rgb(0, 0, 0);
    text-align: left;
}

.daohang_box .top_nav_link {
    box-sizing: border-box;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(234, 234, 234);
}

.daohang_box .top_nav_link:nth-last-child(1) {
    border: 0px;
    padding: 0px;
}

.top_nav_link_row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: rgb(136, 136, 136);
}

.top_nav_link_row a {
    display: block;
    width: 108px;
    color: rgb(136, 136, 136);
}

.top_nav_link_row span {
    display: block;
    width: 10px;
}

.nav_course {
    width: 550px;
}

.nav_course_box {
    float: left;
    width: 33.3%;
    box-sizing: border-box;
    border-right: 1px solid rgb(234, 234, 234);
    border-bottom: 1px solid rgb(234, 234, 234);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    height: 110px;
}

.nav_course_box:nth-child(3n) {
    border-right: 0px;
}

.nav_course_box:nth-last-child(-n+3) {
    border-bottom: 0px;
}

.nav_course_box h5 {
    line-height: 46px;
    font-size: 16px;
    color: rgb(0, 0, 0);
    font-weight: normal;
}

.nav_course_box p {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav_course_box p a {
    display: block;
    border-radius: 4px;
    width: 70px;
    line-height: 28px;
    font-size: 14px;
    color: rgb(136, 136, 136);
}

.fixed_l_cont a:hover {
    color: rgb(233, 41, 48);
}

.news_box li:hover a h4 {
    color: rgb(233, 41, 48);
}

.bottom_cont a:hover,
.fifth_hp_text:hover p,
.forth_cont li a:hover,
.forth_cont li .forth_cont_link a:nth-child(1):hover,
.forth_cont li .forth_cont_link a:nth-child(2):hover,
.fifth_top_link a:hover,
.forth_top_link a:hover,
.sec_news li a:hover,
.sec_top_link a:hover,
.header_city li a:hover,
.nav_course_box p a:hover,
.top_nav_link_row a:hover,
.fifth_xc_l a:hover,
.zkxx_gj_row p a:hover,
.top_login a:hover,
.top_nav_btn:hover span,
.nav_sz a:hover {
    color: rgb(233, 41, 48);
    text-decoration: underline;
}

.nav_sz {
    width: 80px;
}

.nav_sz a {
    display: block;
    line-height: 40px;
    font-size: 14px;
    color: rgb(0, 0, 0);
}

.top_r {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.media_list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.media_list li {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.media_list li>img {
    display: block;
    height: 22px;
    transition: all 0.5s ease 0s;
}

.media_list li .media_icon,
.media_list li:hover .media_icon_hover {
    display: block;
}

.media_list li:hover .media_icon,
.media_list li .media_icon_hover {
    display: none;
}

.media_list li:hover .media_icon_hover {
    transform: scale(0.8);
}

.media_list li:hover h5 {
    height: 24px;
}

.media_list li h5 {
    transition: all 0.5s ease 0s;
    height: 0px;
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
    /* color: rgb(230, 0, 18); */
    overflow: hidden;
}

.media_qr_box {
    display: none;
    position: absolute;
    width: 240px;
    padding: 10px;
    z-index: 10;
    left: 0px;
    top: 60px;
    background: rgb(255, 255, 255);
    opacity: 0.95;
    box-sizing: border-box;
    box-shadow: rgba(58, 58, 58, 0.2) 0px 0px 7px;
}

.media_qr_box .media_qr {
    float: left;
    display: block;
    width: 90px;
}

.media_qr_box .mdia_qr_text {
    float: right;
    width: 110px;
}

.media_qr_box .mdia_qr_text p {
    line-height: 24px;
    font-size: 14px;
    color: rgb(0, 0, 0);
}

.media_qr_box .mdia_qr_text span {
    display: block;
    width: 80px;
    line-height: 28px;
    font-size: 14px;
    border-radius: 4px;
    margin-top: 8px;
    background: rgb(233, 41, 48);
    color: rgb(255, 255, 255);
    text-align: center;
}

.top_phone {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 10px;
}

.top_phone img {
    display: block;
    width: 20px;
    margin-right: 10px;
}

.top_phone b {
    font-size: 16px;
    color: rgb(230, 0, 18);
}

.top_login {
    line-height: 30px;
    font-size: 16px;
    color: rgb(102, 102, 102);
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.top_login a {
    display: block;
    margin: 0px 10px;
}

.header {
    border-top: 1px solid rgb(234, 234, 234);
    background: rgb(255, 255, 255);
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    padding: 30px 0px;
    box-shadow: rgba(212, 213, 214, 0.18) 0px 0px 16px 0px;
}

.header_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_l {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.logo img {
    display: block;
    height: 40px;
}

.logo i {
    display: block;
    width: 1px;
    height: 35px;
    margin: 0px 10px;
    background: rgb(160, 48, 48);
}

.header_l h1 {
    box-sizing: border-box;
    margin-left: 16px;
    padding-left: 16px;
    font-size: 30px;
    line-height: 32px;
    border-left: 1px solid rgb(204, 204, 204);
    color: rgb(51, 51, 51);
}

.header_city {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    max-width: 900px;
}

.header_city li {
    margin-left: 12px;
}

.header_city li a {
    display: block;
    line-height: 25px;
    font-size: 16px;
    color: rgb(51, 51, 51);
}

.nav {
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    box-sizing: border-box;
    background: rgb(255, 255, 255);
    border-bottom: 3px solid rgb(230, 0, 18);
    padding: 10px 0px;
    box-shadow: rgba(212, 213, 214, 0.18) 0px 5px 16px 0px;
}

.nav_list li {
    float: left;
    position: relative;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    color: rgb(51, 51, 51);
    width: 190px;
    line-height: 40px;
    font-size: 20px;
}

.nav_list li::after {
    content: "/";
    display: block;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: rgb(51, 51, 51);
    opacity: 0.1;
    width: 10px;
    line-height: 30px;
}

.nav_list li:nth-last-child(1)::after {
    display: none;
}

.nav_list li.active a,
.nav_list li.active {
    color: rgb(230, 0, 18);
}

.nav_list li a {
    display: block;
    color: rgb(51, 51, 51);
}

.nav_box {
    box-sizing: border-box;
    padding: 10px 0px;
}

.nav_cont {
    display: none;
}

.nav_cont:nth-child(1) {
    display: block;
}

.zkxx_list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}

.zkxx_list li {
    background: rgb(240, 241, 243);
    position: relative;
    width: 160px;
    margin: 10px 17px 10px 0px;
    line-height: 54px;
    border-radius: 8px;
    font-size: 18px;
}

.zkxx_list li:nth-child(8n) {
    margin-right: 0px;
}

.zkxx_list li>a {
    position: relative;
    z-index: 2;
    display: block;
    color: rgb(51, 51, 51);
}

.zkxx_list li.hot {
    position: relative;
    background: rgb(252, 240, 239);
}

.zkxx_list li.hot::after {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    background-image: url("https://www.walldrift.com/__xh__/hi.huatu.com/zt/images/hot_icon.png");
    background-size: 100%;
    width: 40px;
    height: 40px;
}

.zkxx_list li.hot>a {
    color: rgb(230, 0, 18);
}

.zkxx_list li:hover {
    background: linear-gradient(90deg, rgb(246, 86, 55), rgb(242, 33, 33));
    box-shadow: rgba(175, 44, 35, 0.5) 0px 0px 15px;
}

.zkxx_list li:hover>a {
    color: rgb(255, 255, 255);
}

.zkxx_list li:hover::after {
    display: none;
}

.zkxx_list li:hover .zkxx_gj_slide {
    display: block;
}

.zkxx_gj_slide {
    display: none;
    position: absolute;
    text-align: left;
    left: 0px;
    top: 55px;
    z-index: 10;
    width: 500px;
    padding: 10px;
    background: rgb(255, 255, 255);
    box-sizing: border-box;
    box-shadow: rgba(58, 58, 58, 0.2) 0px 0px 7px;
    transition: all 0.3s ease 0s;
}

.zkxx_list li:hover .zkxx_gj_slide {
    display: block;
}

.zkxx_gj_slide::before {
    content: "";
    display: block;
    position: absolute;
    left: 75px;
    top: -6px;
    width: 0px;
    height: 0px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid rgb(255, 255, 255);
}

.zkxx_gj_row {
    display: flex;
    justify-content: flex-start;
}

.zkxx_gj_row h5 {
    display: block;
    width: 80px;
    line-height: 32px;
    font-size: 16px;
    color: rgb(0, 0, 0);
}

.zkxx_gj_row p {
    width: calc(100% - 80px);
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    line-height: 32px;
    font-size: 14px;
    color: rgb(136, 136, 136);
}

.zkxx_gj_row p a {
    color: rgb(136, 136, 136);
    margin: 0px 4px;
}

.zxfx_tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.zxfx_tab li {
    cursor: pointer;
    margin: 0px 30px 10px 0px;
    line-height: 36px;
    font-size: 18px;
    color: rgb(51, 51, 51);
}

.zxfx_tab li.active {
    color: rgb(230, 0, 18);
}

.zxfx_cont,
.zxfx_posi_box,
.contact_cont {
    display: none;
}

.zxfx_cont:nth-child(1),
.contact_cont:nth-child(1),
.zxfx_posi_box:nth-child(1) {
    display: block;
}

.zxfx_cont_tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.zxfx_cont_tab li {
    cursor: pointer;
    margin: 6px 8px 6px 0px;
    box-sizing: border-box;
    padding: 0px 8px;
    min-width: 90px;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    border: 1px solid rgb(222, 222, 222);
    color: rgb(102, 102, 102);
}

.zxfx_cont_tab li.active {
    background: rgb(253, 250, 250);
    border: 1px dashed rgb(230, 0, 18);
    color: rgb(230, 0, 18);
}

.zxfx_posi_box h5 {
    line-height: 36px;
    margin-bottom: 8px;
    font-size: 16px;
    color: rgb(230, 0, 18);
}

.zxfx_posi {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.zxfx_posi p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 36px;
    font-size: 16px;
    margin-right: 30px;
    color: rgb(51, 51, 51);
}

.zxfx_posi p img {
    display: block;
    height: 22px;
    margin-right: 8px;
}

.zxfx_posi p a {
    color: rgb(51, 51, 51);
}

.zxfx_posi>a {
    display: block;
    width: 93px;
    line-height: 36px;
    font-size: 16px;
    color: rgb(255, 255, 255);
    text-align: center;
    font-weight: bold;
    background: linear-gradient(90deg, rgb(246, 86, 55), rgb(242, 33, 33));
}

.main_box {
    box-sizing: border-box;
    background: rgb(246, 247, 250);
    padding: 30px 0px;
}

.main_box>.container {
    box-sizing: border-box;
    background: rgb(255, 255, 255);
    padding: 30px;
}

.main_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.box_title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 50px;
    line-height: 50px;
}

.box_title img {
    display: block;
    height: 36px;
    margin-right: 12px;
}

.box_title h3 {
    white-space: nowrap;
    font-size: 30px;
    color: rgb(51, 51, 51);
}

.box_title span {
    cursor: pointer;
}

.box_title span.active {
    color: rgb(230, 0, 18);
}

.main_search_box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.main_search_box a.search_btn {
    display: block;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid rgb(222, 222, 222);
    color: rgb(102, 102, 102);
    margin-left: 10px;
    width: 100px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
}

.main_search_box a.search_btn:hover {
    border: 1px dashed rgb(230, 0, 18);
    color: rgb(230, 0, 18);
    background: rgb(253, 250, 250);
}

.main_search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    border: 2px solid rgb(230, 0, 18);
    height: 50px;
}

.search_type {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    width: 125px;
}

.search_type span {
    text-align: center;
    width: 90px;
    font-size: 18px;
    color: rgb(102, 102, 102);
}

.search_type img {
    display: block;
    transition: all 0.5s ease 0s;
    height: 6px;
}

.search_type_list li:hover,
.search_type:hover span {
    color: rgb(230, 0, 18);
}

.search_type img.search_bg,
.search_type:hover img.search_bg_hover {
    display: block;
}

.search_type:hover img.search_bg,
.search_type img.search_bg_hover {
    display: none;
}

.search_type:hover img {
    transform: rotate(180deg);
}

.search_type:hover .search_type_list {
    max-height: 300px;
    opacity: 1;
}

.search_type_list {
    box-sizing: border-box;
    padding: 10px;
    transition: all 0.5s ease 0s;
    opacity: 0;
    position: absolute;
    overflow: hidden;
    text-align: center;
    z-index: 10;
    border: 1px solid rgb(204, 204, 204);
    max-height: 0px;
    left: 0px;
    right: 0px;
    width: 125px;
    top: 41px;
    background: rgb(255, 255, 255);
}

.search_type_list li {
    font-size: 14px;
    color: rgb(51, 51, 51);
    line-height: 30px;
}

.search_input {
    display: block;
    box-sizing: border-box;
    border-width: 0px 0px 0px 1px;
    border-top-style: initial;
    border-right-style: initial;
    border-bottom-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    border-image: initial;
    border-left-style: solid;
    border-left-color: rgb(213, 213, 213);
    padding-left: 16px;
    width: 400px;
    height: 34px;
    line-height: 34px;
    font-size: 18px;
    color: rgb(51, 51, 51);
}

.search_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0px;
    font-size: 0px;
    cursor: pointer;
    width: 76px;
    height: 100%;
    background: url("https://www.walldrift.com/__xh__/hi.huatu.com/zt/images/search_icon.png") center center / 28px no-repeat rgb(230, 0, 18);
}

.main_main {
    display: flex;
    justify-content: space-between;
}

.main_l {
    width: 500px;
}

.main_title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 36px;
    line-height: 36px;
    margin-bottom: 10px;
    font-size: 20px;
}

.main_title a {
    color: rgb(51, 51, 51);
    margin-right: 4px;
}

.main_news_list a:hover,
.main_title a:hover {
    color: rgb(230, 0, 18);
    text-decoration: underline;
}

.main_news_list a:nth-last-child(1),
.main_title a:nth-last-child(1) {
    margin-right: 0px;
}

.main_news_list {
    margin-bottom: 15px;
}

.main_news_list:nth-last-child(1) {
    margin-bottom: 0px;
}

.main_news_list li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
}

.main_news_list a {
    color: rgb(102, 102, 102);
    margin-right: 4px;
}

.main_c {
    width: 200px;
}

.main_c a img {
    display: block;
    width: 100%;
    transition: all 0.5s ease 0s;
}

.main_c a:hover img {
    transform: scale(1.1);
}

.main_c a {
    overflow: hidden;
    display: block;
    width: 100%;
    margin-bottom: 26px;
}

.main_c a:nth-last-child(1) {
    margin-bottom: 0px;
}

.main_r {
    width: 570px;
}

.main_r .swiper-slide a,
.main_r .swiper-slide img {
    display: block;
    width: 100%;
}

.swiper-container {
    position: relative;
}

.main_r .swiper-container-horizontal>.swiper-pagination-bullets,
.main_r .swiper-pagination-custom,
.main_r .swiper-pagination-fraction {
    position: absolute;
    bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_r .swiper-pagination-bullet {
    width: 24px;
    height: 6px;
    background: rgb(255, 255, 255);
    border-radius: 0px;
    opacity: 1;
    transition: all 0.5s ease 0s;
}

.main_r .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0px 2px;
}

.main_r .swiper-pagination-bullet-active {
    background: rgb(230, 0, 18);
    opacity: 1;
}

.main_r_tab {
    margin-top: 16px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgb(215, 215, 215);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main_r_tab li {
    width: 20%;
    position: relative;
    text-align: center;
    cursor: pointer;
    height: 52px;
    line-height: 52px;
    font-size: 20px;
    color: rgb(102, 102, 102);
}

.main_r_tab li::after {
    content: "";
    display: block;
    position: absolute;
    width: 0px;
    height: 2px;
    background: rgb(230, 0, 18);
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s ease 0s;
}

.main_r_tab li.active::after {
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s ease 0s;
    width: 100%;
}

.main_r_tab li.active {
    color: rgb(230, 0, 18);
}

.main_cont {
    display: none;
}

.main_cont:nth-child(1) {
    display: block;
}

.main_course_tj table {
    width: 100%;
    text-align: center;
}

.main_course_tj td {
    line-height: 46px;
    box-sizing: border-box;
    width: 33.3%;
    border: 1px dashed rgb(233, 234, 235);
    font-size: 16px;
    color: rgb(102, 102, 102);
}

.main_course_tj td:nth-child(1) {
    background: rgb(248, 248, 248);
}

.main_cont td a {
    display: block;
    color: rgb(102, 102, 102);
}

.main_cont td a:hover {
    color: rgb(230, 0, 18);
}

.main_cont_dh {
    width: 100%;
    text-align: center;
}

.main_cont_dh td {
    line-height: 38px;
    box-sizing: border-box;
    border: 1px dashed rgb(233, 234, 235);
    font-size: 16px;
    color: rgb(102, 102, 102);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.main_cont_tools {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.main_cont_tools li:nth-child(1) a {
    background: linear-gradient(0deg, rgb(89, 182, 145), rgb(117, 236, 197));
    box-shadow: rgba(88, 181, 149, 0.2) 0px 5px 0px;
}

.main_cont_tools li:nth-child(2) a {
    background: linear-gradient(0deg, rgb(77, 118, 224), rgb(129, 206, 250));
    box-shadow: rgba(129, 206, 250, 0.2) 0px 5px 0px;
}

.main_cont_tools li:nth-child(3) a {
    background: linear-gradient(0deg, rgb(156, 92, 233), rgb(208, 148, 255));
    box-shadow: rgba(164, 100, 240, 0.2) 0px 5px 0px;
}

.main_cont_tools li:nth-child(4) a {
    background: linear-gradient(0deg, rgb(233, 105, 58), rgb(242, 180, 113));
    box-shadow: rgba(234, 107, 60, 0.2) 0px 5px 0px;
}

.main_cont_tools li:nth-child(5) a {
    background: linear-gradient(0deg, rgb(77, 118, 224), rgb(129, 206, 250));
    box-shadow: rgba(129, 206, 250, 0.2) 0px 5px 0px;
}

.main_cont_tools li:nth-child(6) a {
    background: linear-gradient(0deg, rgb(233, 105, 58), rgb(242, 180, 113));
    box-shadow: rgba(234, 107, 60, 0.2) 0px 5px 0px;
}

.main_cont_tools li:nth-child(7) a {
    background: linear-gradient(0deg, rgb(241, 173, 61), rgb(246, 225, 88));
    box-shadow: rgba(240, 171, 61, 0.2) 0px 5px 0px;
}

.main_cont_tools li:nth-child(8) a {
    background: linear-gradient(0deg, rgb(77, 118, 224), rgb(129, 206, 250));
    box-shadow: rgba(129, 206, 250, 0.2) 0px 5px 0px;
}

.main_cont_tools li {
    margin: 0px 20px;
}

.main_cont_tools li a {
    width: 90px;
    height: 90px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_cont_tools li a img {
    display: block;
    transition: all 0.5s ease 0s;
}

.main_cont_tools li a:hover img {
    transform: scale(1.1);
}

.main_cont_tools li p {
    line-height: 40px;
    font-size: 16px;
    color: rgb(102, 102, 102);
    text-align: center;
}

.sec_box {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 0px;
}

.sec_l {
    width: 615px;
}

.sec_top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 24px;
}

.sec_top_link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: rgb(204, 204, 204);
    margin-left: 4px;
    font-size: 15px;
}

.sec_top_link a {
    display: block;
    box-sizing: border-box;
    color: rgb(102, 102, 102);
    padding: 0px 6px;
}

.sec_container {
    box-sizing: border-box;
    background: rgb(255, 255, 255);
    padding-bottom: 20px;
    box-shadow: rgba(212, 213, 214, 0.41) 0px 0px 16px 0px;
}

.sec_l_container {
    padding: 30px;
}

.sec_news li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 50px;
    font-size: 18px;
}

.sec_news li a {
    width: 90%;
    color: rgb(51, 51, 51);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sec_news li span {
    font-size: 16px;
    color: rgb(185, 185, 185);
}

.sec_l_container .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.sec_l_container .swiper-container-horizontal>.swiper-pagination-bullets,
.sec_l_container .swiper-pagination-custom,
.sec_l_container .swiper-pagination-fraction {
    position: relative;
    bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec_l_container .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: rgb(129, 129, 129);
    opacity: 1;
    transition: all 0.5s ease 0s;
}

.sec_l_container .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0px 4px;
}

.sec_l_container .swiper-pagination-bullet-active {
    width: 20px;
    background: rgb(230, 0, 18);
    opacity: 1;
}

.sec_c {
    width: 350px;
}

.sec_c_container {
    padding: 30px 40px;
}

.sec_zb_list {
    box-sizing: border-box;
    border-left: 1px solid rgb(238, 238, 238);
}

.sec_zb_list li {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 26px;
    padding-left: 24px;
}

.sec_zb_list li:nth-last-child(1) {
    margin-bottom: 0px;
}

.sec_zb_list li:hover>i {
    border: 2px solid rgb(230, 0, 18);
}

.sec_zb_list li>i {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -7px;
    width: 10px;
    height: 10px;
    background: rgb(255, 255, 255);
    border: 2px solid rgb(204, 204, 204);
    border-radius: 50%;
}

.sec_zb_list li:nth-child(1)>i {
    background: rgb(231, 72, 63);
    border: 2px solid rgb(231, 72, 63);
}

.sec_zb_list li:nth-child(1)>i::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid rgb(231, 72, 63);
    opacity: 0.28;
    width: 20px;
    height: 20px;
}

.sec_zb_list li h5 {
    line-height: 26px;
    margin-bottom: 6px;
    font-size: 18px;
    color: rgb(51, 51, 51);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sec_zb_list li p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 26px;
    line-height: 26px;
}

.sec_zb_list li p span {
    font-size: 16px;
    color: rgb(117, 117, 120);
}

.sec_zb_list li p a {
    display: block;
    text-align: center;
    background: rgb(241, 241, 241);
    color: rgb(117, 117, 120);
    font-size: 14px;
    margin-left: 10px;
    width: 110px;
    line-height: 26px;
    border-radius: 13px;
}

.sec_zb_list li p a.no_begin {
    background: rgb(252, 240, 239);
    color: rgb(231, 72, 63);
}

.sec_zb_list li p a.zbing {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: rgb(235, 119, 56);
    background: rgb(255, 244, 221);
}

.sec_zb_list li p a.zbing span {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
    padding-top: 4px;
    width: 30px;
    margin-right: 8px;
    height: 26px;
    border-radius: 13px 0px 13px 13px;
    background: linear-gradient(90deg, rgb(251, 112, 56), rgb(246, 161, 63));
}

.sec_zb_list li p a.zbing span i {
    display: block;
    width: 14px;
    height: 14px;
    background: url("https://www.walldrift.com/__xh__/hi.huatu.com/zt/images/zhibo_icon.png") center center / auto no-repeat;
    animation: 0.6s steps(6) 0s infinite normal none running euiIconLiving2;
}

@-webkit-keyframes euiIconLiving2 {
    0% {
        background-position: 0px 0px;
    }
    100% {
        background-position: -108px 0px;
    }
}

@keyframes euiIconLiving2 {
    0% {
        background-position: 0px 0px;
    }
    100% {
        background-position: -108px 0px;
    }
}

.sec_r {
    width: 375px;
}

.sec_r_tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sec_r_tab li {
    width: 20%;
    position: relative;
    text-align: center;
    cursor: pointer;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    border-bottom: 1px solid rgb(234, 234, 234);
    color: rgb(51, 51, 51);
}

.sec_r_tab li::after {
    content: "";
    display: block;
    position: absolute;
    width: 0px;
    height: 2px;
    background: rgb(230, 0, 18);
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s ease 0s;
}

.sec_r_tab li.active::after {
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s ease 0s;
    width: 100%;
}

.sec_r_tab li.active {
    color: rgb(230, 0, 18);
}

.sec_r_cont {
    display: none;
}

.sec_r_cont:nth-child(1) {
    display: block;
}

.sec_r_cont table {
    width: 100%;
    text-align: center;
    font-size: 16px;
}

.sec_r_cont th {
    line-height: 48px;
    background: rgb(246, 246, 246);
    color: rgb(102, 102, 102);
}

.sec_r_cont td {
    line-height: 46px;
    color: rgb(136, 136, 136);
}

.sec_r_cont td:nth-child(1) {
    color: rgb(51, 51, 51);
}

.sec_r_cont td a {
    display: block;
    color: rgb(136, 136, 136);
}

.sec_r_cont td a:hover {
    color: rgb(230, 0, 18);
    text-decoration: underline;
}

.sec_r_cont a.sec_r_link:nth-last-child(1) {
    border-bottom: 0px;
}

.sec_r_cont a.sec_r_link:hover h5 {
    color: rgb(230, 0, 18);
}

.sec_r_cont a.sec_r_link {
    display: block;
    box-sizing: border-box;
    margin: 0px 20px;
    border-bottom: 1px solid rgb(233, 234, 235);
    padding: 15px 0px;
}

.sec_r_cont a.sec_r_link h5 {
    line-height: 30px;
    margin-bottom: 8px;
    font-size: 18px;
    color: rgb(51, 51, 51);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sec_r_cont a.sec_r_link p {
    line-height: 24px;
    font-size: 16px;
    color: rgb(136, 136, 136);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.third_box {
    box-sizing: border-box;
    background: rgb(246, 247, 250);
    padding: 30px 0px;
}

.book_course_box {
    margin-top: 30px;
    position: relative;
}

.book_course {
    display: none;
}

.book_course:nth-child(1) {
    display: block;
    position: relative;
}

.book_course>a {
    display: block;
    position: absolute;
    right: 0px;
    top: -70px;
    line-height: 30px;
    font-size: 16px;
    color: rgb(51, 51, 51);
}

.book_tj_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.book_tj_list li {
    width: 330px;
    background: rgb(255, 255, 255);
}

.book_tj_list li a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 20px;
}

.ms_ajax_list li a {
    padding: 0px;
}

.ms_ajax_list li a img {
    width: 100%;
}

.ms_ajax_list li a p {
    box-sizing: border-box;
    padding: 0px 20px;
}

.ms_ajax_list li a h5 {
    box-sizing: border-box;
    padding: 0px 20px 20px;
}

.book_tj_list li a img {
    display: block;
    margin: 0px auto;
    height: 260px;
}

.book_tj_list li a p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: justify;
    color: rgb(51, 51, 51);
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 18px;
    height: 64px;
    line-height: 32px;
}

.book_tj_list li a h5 {
    line-height: 40px;
    font-size: 24px;
    color: rgb(230, 0, 18);
}

.book_tj_list li a h5 span {
    font-size: 20px;
    font-weight: normal;
}

.book_search_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    background: url("https://www.walldrift.com/__xh__/hi.huatu.com/zt/images/book_search_box_bg.png") left top / 100% 100% no-repeat rgb(255, 255, 255);
    margin-top: 30px;
    padding: 20px 26px;
}

.book_search_box p {
    font-size: 22px;
    width: 100px;
    font-weight: bold;
    color: rgb(230, 0, 18);
}

.book_search {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.search_exam_type_switch {
    width: calc(100% - 340px);
}

.sk_search {
    display: none;
}

.search_exam_type,
.book_search select {
    box-sizing: border-box;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 0px;
    background: url("https://www.walldrift.com/__xh__/hi.huatu.com/zt/images/main_search_select.png") 95% center no-repeat rgb(255, 255, 255);
    padding-left: 10px;
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: rgb(51, 51, 51);
}

.search_exam_type option:hover {
    background: rgb(204, 46, 27);
    color: rgb(255, 255, 255);
}

.book_search input {
    box-sizing: border-box;
    border: 1px solid rgb(204, 204, 204);
    padding-left: 16px;
    width: 250px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: rgb(51, 51, 51);
}

.book_search input.exam_submit {
    text-align: center;
    background: linear-gradient(90deg, rgb(246, 86, 55), rgb(242, 33, 33));
    border: 0px;
    width: 136px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: rgb(255, 255, 255);
    padding: 0px;
    font-weight: bold;
    cursor: pointer;
}

.forth_box {
    box-sizing: border-box;
    padding: 40px 0px;
}

.fifth_top,
.forth_top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}

.fifth_top_link,
.forth_top_link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: rgb(204, 204, 204);
    margin-left: 4px;
    font-size: 16px;
}

.fifth_top_link li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.fifth_top_link a,
.forth_top_link a {
    display: block;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    padding: 0px 8px;
}

.fifth_top_link li.active a,
.fifth_top_link li:hover a {
    color: rgb(230, 0, 18);
}

.fifth_cont {
    display: none;
}

.fifth_cont:nth-child(1) {
    display: block;
}

.fifth_xc_l,
.fifth_xc_r {
    width: 485px;
}

.fifth_xc_r_box:nth-child(1) {
    margin-bottom: 20px;
}

.fifth_cont_text {
    box-sizing: border-box;
    background: rgb(255, 255, 255);
    padding: 30px;
}

.fifth_cont_text h5 {
    line-height: 38px;
    margin-bottom: 16px;
    font-size: 26px;
    color: rgb(51, 51, 51);
}

.fifth_cont_text a {
    line-height: 42px;
    font-size: 18px;
    color: rgb(51, 51, 51);
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fifth_xc_l h5 {
    line-height: 50px;
}

.fifth_xc_l a {
    line-height: 50px;
}

.forth_container {
    box-sizing: border-box;
    padding: 30px;
    width: 685px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(212, 213, 214, 0.41) 0px 0px 16px 0px;
}

.forth_tab {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    margin-bottom: 15px;
}

.forth_tab li {
    box-sizing: border-box;
    cursor: pointer;
    border: 1px solid rgb(222, 222, 222);
    color: rgb(102, 102, 102);
    margin-right: 10px;
    width: 115px;
    line-height: 40px;
    font-size: 16px;
}

.forth_tab li.active {
    background: rgb(253, 250, 250);
    color: rgb(230, 0, 18);
    border: 1px dashed rgb(230, 0, 18);
}

.forth_cont {
    display: none;
}

.forth_cont:nth-child(1) {
    display: block;
}

.forth_cont li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 43px;
    font-size: 18px;
}

.forth_cont_link {
    width: 90%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.forth_cont li a {
    width: 90%;
    display: block;
    color: rgb(51, 51, 51);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.forth_cont li .forth_cont_link a:nth-child(1) {
    width: auto;
    white-space: nowrap;
    display: block;
}

.forth_cont li .forth_cont_link a:nth-child(2) {
    width: 85%;
    display: block;
    color: rgb(51, 51, 51);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.forth_cont li span {
    font-size: 16px;
    color: rgb(185, 185, 185);
}

.fifth_box {
    box-sizing: border-box;
    background: rgb(246, 247, 250);
    padding: 30px 0px;
}

.fifth_l {
    width: 1000px;
}

.fifth_ll {
    width: 545px;
}

.fifth_ll a:hover img {
    transform: scale(1.1);
}

.fifth_ll a,
.fifth_ll img {
    overflow: hidden;
    transition: all 0.5s ease 0s;
    display: block;
    width: 100%;
}

.fifth_hotpoint:nth-last-child(1) {
    margin-bottom: 0px;
}

.fifth_hotpoint {
    margin-bottom: 20px;
    width: 430px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: rgb(255, 255, 255);
}

.fifth_hotpoint:hover img {
    transform: scale(1.1);
}

.fifth_hotpoint_img {
    display: block;
    overflow: hidden;
    width: 190px;
}

.fifth_hotpoint img {
    transition: all 0.5s ease 0s;
    display: block;
    width: 100%;
}

.fifth_hp_text {
    height: 180px;
    width: calc(100% - 190px);
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    text-align: justify;
    position: relative;
}

.fifth_hp_text::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid rgb(255, 255, 255);
    left: -12px;
}

.fifth_hp_text p {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: rgb(51, 51, 51);
    line-height: 30px;
    font-size: 18px;
}

.fifth_hp_text span {
    display: block;
    line-height: 30px;
    font-size: 18px;
    color: rgb(136, 136, 136);
}

.fifth_r {
    width: 375px;
}

.fifth_r_gwy {
    background: url("https://www.walldrift.com/__xh__/hi.huatu.com/zt/images/fifth_r_gwy_bg.png") center top / 100% no-repeat rgb(255, 255, 255);
    box-sizing: border-box;
    padding: 20px;
}

.fifth_r_gwy h5 {
    line-height: 32px;
    margin-bottom: 16px;
    font-size: 22px;
    color: rgb(51, 51, 51);
}

.fifth_gwy_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin-bottom: 5px;
}

.fifth_gwy_row:nth-last-child(1) {
    margin-bottom: 0px;
}

.fifth_gwy_row p {
    width: 106px;
    line-height: 40px;
    font-size: 16px;
    box-sizing: border-box;
    color: rgb(230, 0, 18);
    background: rgb(253, 250, 250);
    border: 1px dashed rgb(230, 0, 18);
}

.fifth_gwy_row a:hover {
    color: rgb(230, 0, 18);
    background: rgb(253, 250, 250);
    border: 1px dashed rgb(230, 0, 18);
}

.fifth_gwy_row a {
    display: block;
    width: 70px;
    line-height: 40px;
    font-size: 16px;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    background: rgb(255, 255, 255);
    border: 1px dashed rgb(136, 136, 136);
}

.fifth_r_other {
    background: linear-gradient(0deg, rgb(255, 255, 255), rgb(255, 242, 240));
    box-sizing: border-box;
}

.fifth_r_other h5 {
    line-height: 32px;
    font-size: 22px;
    padding: 20px;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
}

.fifth_r_other table {
    width: 100%;
    background: rgb(255, 255, 255);
    text-align: center;
    font-size: 16px;
}

.fifth_r_other table td {
    width: 33.3%;
    border: 1px solid rgb(229, 228, 228);
    line-height: 55px;
}

.fifth_r_other table td a {
    display: block;
    color: rgb(51, 51, 51);
}

.fifth_r_other table td:hover a {
    color: rgb(230, 0, 18);
}

.fifth_r_other table td:hover {
    background: url("https://www.walldrift.com/__xh__/hi.huatu.com/zt/images/fifth_table_hover.png") right bottom no-repeat;
}

.sixth_box {
    box-sizing: border-box;
    padding: 40px 0px;
}

.sixth_container {
    margin-top: 30px;
    box-shadow: rgba(212, 213, 214, 0.41) 0px 0px 16px 0px;
}

.zxfx {
    box-sizing: border-box;
    padding: 20px;
    box-shadow: rgba(212, 213, 214, 0.41) 0px 0px 16px 0px;
}

.sixth_video,
#video {
    width: 980px;
    height: 560px;
}

.sixth_video_tab {
    width: calc(100% - 980px);
    padding: 12px 24px;
    box-sizing: border-box;
}

.sixth_video_tab li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;
    cursor: pointer;
    color: rgb(51, 51, 51);
    padding: 20px 12px;
    border-bottom: 1px dashed rgb(215, 215, 215);
}

.sixth_video_tab li:nth-last-child(1) {
    border-bottom: 0px;
}

.sixth_video_tab li.active,
.sixth_video_tab li:hover {
    color: rgb(230, 0, 18);
}

.sixth_video_poster {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    border: 1px solid rgb(255, 255, 255);
    align-items: center;
    transition: all 0.5s ease 0s;
    overflow: hidden;
    width: 170px;
    height: 98px;
}

.sixth_video_poster:hover {
    border: 1px solid rgb(230, 0, 18);
}

.sixth_video_tab li.active img {
    transform: scale(1.1);
}

.sixth_video_tab li img {
    box-sizing: border-box;
    transition: all 0.5s ease 0s;
    display: block;
    width: 100%;
}

.sixth_video_tab li p {
    width: calc(100% - 190px);
    line-height: 30px;
    font-size: 18px;
}

.seventh_box {
    background: url("https://www.walldrift.com/__xh__/hi.huatu.com/zt/images/seventh_bg.jpg") center bottom / 100% 100% no-repeat;
    box-sizing: border-box;
}

.seventh_l {
    color: rgb(255, 255, 255);
    box-sizing: border-box;
    width: 400px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.seventh_l p.seventh_top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 36px;
    font-size: 16px;
}

.seventh_l p.seventh_top img {
    display: block;
    height: 12px;
    margin-left: 30px;
}

.seventh_l h2 {
    line-height: 80px;
    margin: 10px 0px;
    font-size: 65px;
}

.seventh_l p.seventh_tit {
    line-height: 55px;
    margin-bottom: 50px;
    font-size: 28px;
}

.seventh_btn {
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 15px;
}

.seventh_btn .swiper-button-prev.swiper-button-white.prev,
.seventh_btn .swiper-button-next.swiper-button-white.next {
    margin: 0px 15px;
    width: 40px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    background: none;
    inset: auto;
}

.seventh_btn .swiper-button-prev.swiper-button-white.prev img,
.seventh_btn .swiper-button-next.swiper-button-white.next img {
    display: block;
    height: 12px;
}

.seventh_r {
    width: 900px;
}

.seventh_teacher {
    position: relative;
    box-sizing: border-box;
    transition: all 0.5s ease 0s;
    padding: 40px 0px;
    height: 633px;
    background: url("https://www.walldrift.com/__xh__/hi.huatu.com/zt/images/teacher_bg.png") center top / 100% 100%;
}

.seventh_teacher img {
    transition: all 0.5s ease 0s;
    display: block;
    margin: 0px auto;
    width: 300px;
}

.teacher_text {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    box-sizing: border-box;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
    padding: 30px;
}

.teacher_text h5 {
    color: rgb(255, 255, 255);
    line-height: 45px;
    font-size: 30px;
}

.teacher_text h6 {
    color: rgb(204, 204, 204);
    font-weight: normal;
    line-height: 28px;
    font-size: 18px;
    margin-bottom: 20px;
}

.teacher_text p {
    display: none;
    text-align: justify;
    color: rgb(255, 255, 255);
    line-height: 24px;
    font-size: 16px;
}

.eighth_box {
    margin: 40px auto;
    background: url("https://www.walldrift.com/__xh__/hi.huatu.com/zt/images/about_bg.jpg") center bottom / 100% no-repeat;
}

.eighth_container {
    margin: 30px auto 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.eighth_container li {
    position: relative;
    width: 330px;
    height: 250px;
    box-shadow: rgb(212, 213, 214) 0px 0px 16px;
}

.eighth_container li img {
    display: block;
}

.eighth_text {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
}

.eighth_img {
    overflow: hidden;
}

.eighth_img img {
    transition: all 0.5s ease 0s;
    display: block;
    width: 100%;
}

.eighth_img:hover img {
    transform: scale(1.1);
}

.eighth_text h5 {
    line-height: 60px;
    font-size: 22px;
    color: rgb(255, 255, 255);
    position: relative;
}

.eighth_text h5::after {
    content: "";
    display: block;
    position: absolute;
    background: rgb(230, 0, 18);
    left: 0px;
    bottom: 0px;
    width: 55px;
    height: 3px;
}

.eighth_text p {
    display: none;
    width: 100%;
    margin-top: 12px;
    line-height: 24px;
    font-size: 16px;
    color: rgb(255, 255, 255);
    text-align: justify;
}

.ninth_box {
    background: url("https://www.walldrift.com/__xh__/hi.huatu.com/zt/images/ninth_bg.png") center bottom / 100% 100% repeat-y;
    box-sizing: border-box;
    padding: 80px 0px;
}

.ninth_list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.ninth_list li {
    width: 300px;
}

.ninth_list li .ninth_top {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    color: rgb(0, 0, 9);
    height: 70px;
    margin-bottom: 12px;
}

.ninth_list li .ninth_top h5 {
    line-height: 70px;
    font-size: 56px;
}

.ninth_list li .ninth_top span {
    display: block;
    line-height: 40px;
    font-size: 36px;
}

.ninth_list li p {
    line-height: 30px;
    font-size: 18px;
    color: rgb(102, 102, 102);
}

.tenth_box {
    background: url("https://www.walldrift.com/__xh__/hi.huatu.com/zt/images/news_bg.png") center bottom / 100% 100% repeat-y;
    box-sizing: border-box;
    padding: 40px 0px;
}

.news_box {
    width: 650px;
}

.news_box li {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 35px;
}

.news_box li img {
    display: block;
    height: 34px;
}

.news_box li:nth-last-child(1) a {
    border-bottom: 0px;
}

.news_box li a {
    display: block;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 600px;
    padding-bottom: 35px;
}

.news_box li a h4 {
    line-height: 36px;
    margin-bottom: 16px;
    font-size: 22px;
    color: rgb(51, 51, 51);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_box li a p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: rgb(136, 136, 136);
    text-align: justify;
    height: 60px;
    line-height: 30px;
    font-size: 18px;
}

.contact_box {
    background: url("https://www.walldrift.com/__xh__/hi.huatu.com/zt/images/contact_bg.png") center bottom / 100% 100% repeat-y;
    box-sizing: border-box;
    padding: 40px 0px;
}

.contact_container {
    margin-top: 30px;
    background: rgb(255, 255, 255);
}

.contact_tab {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    border-width: 1px 1px 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-color: rgb(230, 230, 230);
    border-right-color: rgb(230, 230, 230);
    border-left-color: rgb(230, 230, 230);
    border-image: initial;
    border-bottom-style: initial;
    border-bottom-color: initial;
}

.contact_tab li {
    width: 12.5%;
    line-height: 80px;
    font-size: 16px;
    cursor: pointer;
    color: rgb(51, 51, 51);
    box-sizing: border-box;
    border-right: 1px solid rgb(230, 230, 230);
    border-bottom: 1px solid rgb(230, 230, 230);
}

.contact_tab li.active {
    color: rgb(230, 0, 18);
    border-bottom: 2px solid rgb(230, 0, 18);
}

.contact_tab li:nth-child(6n) {
    border-right: 1px solid rgb(230, 230, 230);
}

.contact_cont_box {
    min-height: 260px;
}

.contact_cont {
    box-sizing: border-box;
    padding: 30px 70px;
}

.contact_text {
    width: 860px;
}

.contact_text p {
    line-height: 50px;
    font-size: 18px;
    color: rgb(0, 0, 0);
}

.contact_text p a {
    color: rgb(0, 0, 0);
}

.contact_qr {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    width: 360px;
}

.contact_img:nth-child(1) {
    margin-left: 0px;
}

.contact_img {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid rgb(230, 230, 230);
    width: 170px;
    margin-left: 20px;
    padding: 6px;
}

.contact_img img {
    width: 100%;
    display: block;
}

.bottom {
    background: rgb(50, 50, 50);
    box-sizing: border-box;
    padding: 40px 0px;
}

.bottom_tab {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 60px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(230, 230, 230, 0.2);
}

.bottom_tab li {
    margin-right: 36px;
    box-sizing: border-box;
    line-height: 60px;
    font-size: 22px;
    color: rgb(255, 255, 255);
    cursor: pointer;
}

.bottom_tab li.active {
    color: rgb(230, 0, 18);
    border-bottom: 2px solid rgb(230, 0, 18);
}

.bottom_cont {
    display: none;
}

.bottom_cont:nth-child(1) {
    display: block;
}

.bottom_cont a {
    white-space: nowrap;
    display: inline-block;
    color: rgb(255, 255, 255);
    margin-right: 20px;
    font-size: 16px;
    line-height: 36px;
}

.footer {
    clear: both;
    position: relative;
    padding: 30px 0px;
    text-align: center;
    background: rgb(39, 39, 39);
}

.footer p {
    position: relative;
    z-index: 2;
    color: rgb(173, 173, 173);
    font-size: 16px;
    line-height: 30px;
}

.footer p span {
    padding: 0px 5px;
}

.footer p a {
    color: rgb(173, 173, 173);
}

.footer p a:hover {
    color: rgb(255, 255, 255);
}

.fixed_l {
    position: fixed;
    z-index: 99;
    left: 0px;
    top: 0px;
    height: 100%;
    text-align: center;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0.8);
    box-shadow: rgba(212, 213, 214, 0.36) 0px 7px 40px 0px;
    width: 70px !important;
}

.fixed_l h5 {
    font-size: 17px;
    background: rgb(230, 0, 18);
    color: rgb(255, 255, 255);
    box-sizing: border-box;
    line-height: 22px !important;
    padding: 8px 0px !important;
}

.fixed_l_list li {
    cursor: pointer;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(255, 255, 255);
    border-top: 1px dashed rgba(173, 173, 173, 0.5);
    height: 40px !important;
    padding: 2px !important;
    font-size: 14px !important;
    line-height: 20px !important;
}

.fixed_l_list li.active {
    background: rgb(230, 0, 18);
    color: rgb(255, 255, 255);
}

.fixed_l_cont_box {
    display: none;
    position: absolute;
    top: 0px;
    left: 66px;
    height: 100%;
}

.fixed_l_cont {
    display: none;
    background: #fff;
    width: 180px !important;
    /* height: 100%; */
    box-sizing: border-box;
    padding: 10px;
    box-shadow: rgba(212, 213, 214, 0.36) 0px 7px 40px 0px;
}

.fixed_l_cont a {
    display: block;
    box-sizing: border-box;
    border-bottom: 1px dashed rgb(173, 173, 173);
    line-height: 40px;
    font-size: 16px;
    border-radius: 50px;
    box-shadow: 0 0px 2px 0 #bdbdbd;
    margin-bottom: 10px;
    color: rgb(51, 51, 51);
}

.fixed_l_cont a:nth-last-child(1) {
    border-bottom: 0px;
}

.fixed_r {
    position: fixed;
    z-index: 99;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 66px;
    text-align: center;
    background: rgb(255, 255, 255);
    box-shadow: rgba(212, 213, 214, 0.36) 0px 7px 40px 0px;
}

.fixed_r a,
.fixed_wx {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    border-top: 1px dashed rgba(173, 173, 173, 0.5);
    width: 66px;
    height: 66px;
}

.fixed_r a:nth-child(1) {
    border-top: 0px;
}

.fixed_r a img,
.fixed_wx img {
    height: 24px;
}

.fixed_r a.toTop img {
    height: 12px;
}

.fixed_wx img.fixed_icon,
.fixed_wx:hover img.fixed_icon_hover,
.fixed_r a img.fixed_icon,
.fixed_r a:hover img.fixed_icon_hover {
    display: block;
}

.fixed_wx:hover img.fixed_icon,
.fixed_r a:hover img.fixed_icon,
.fixed_wx img.fixed_icon_hover,
.fixed_r a img.fixed_icon_hover {
    display: none;
}

.fixed_wx p,
.fixed_r a p {
    line-height: 20px;
    font-size: 16px;
    color: rgb(86, 86, 86);
}

.fixed_wx:hover,
.fixed_r a:hover {
    background: rgb(230, 0, 18);
}

.fixed_wx:hover p,
.fixed_r a:hover p {
    color: rgb(255, 255, 255);
}

.fixed_wx {
    cursor: pointer;
    position: relative;
}

.fixed_r_wx_box {
    display: none;
    position: fixed;
    z-index: 99;
    right: 66px;
    min-width: 130px;
    padding: 4px 4px 20px;
    border-radius: 10px;
    box-sizing: border-box;
    text-align: center;
    background: rgb(230, 0, 18);
}

.fixed_r_wx_box h5 {
    line-height: 32px;
    font-size: 16px;
    color: rgb(255, 255, 255);
}

.fixed_wx_list {
    border-radius: 10px;
    background: rgb(255, 255, 255);
}

.fixed_wx_list a {
    display: block;
    width: 100%;
    border-bottom: 1px dashed rgb(213, 213, 213);
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: rgb(51, 51, 51);
}

.fixed_wx_list a:hover {
    background: none;
    color: rgb(230, 0, 18);
}

.fixed_wx_list a:nth-last-child(1) {
    border-bottom: 0px;
}

@media screen and (max-width: 1580px) {
    .header_city {
        max-width: 750px;
    }
    .top {
        height: 50px;
    }
    .top_nav li {
        height: 50px;
        margin-right: 20px;
    }
    .top_nav_btn {
        height: 50px;
    }
    .top_nav_btn span {
        font-size: 16px;
        margin-right: 6px;
    }
    .top_nav_btn img {
        width: 10px;
    }
    .top_nav_slide {
        top: 50px;
    }
    .daohang_box {
        padding: 10px;
        width: 725px;
    }
    .daohang_box h5 {
        line-height: 46px;
        font-size: 16px;
        padding-left: 16px;
    }
    .daohang_box .top_nav_link {
        padding-bottom: 20px;
    }
    .top_nav_link_row {
        line-height: 32px;
        font-size: 14px;
    }
    .top_nav_link_row a {
        width: 108px;
    }
    .top_nav_link_row span {
        width: 10px;
    }
    .nav_course {
        width: 550px;
    }
    .nav_course_box {
        height: 100px;
    }
    .nav_course_box h5 {
        line-height: 46px;
        font-size: 16px;
    }
    .nav_course_box p a {
        border-radius: 4px;
        width: 70px;
        line-height: 28px;
        font-size: 14px;
    }
    .nav_sz {
        width: 80px;
    }
    .nav_sz a {
        line-height: 40px;
        font-size: 14px;
    }
    .media_list li {
        width: 50px;
        height: 50px;
        margin-right: 8px;
    }
    .media_list li .media_icon {
        height: 20px;
    }
    .media_qr_box {
        width: 240px;
        padding: 10px;
        top: 50px;
    }
    .media_qr_box .media_qr {
        width: 90px;
    }
    .media_qr_box .mdia_qr_text {
        width: 110px;
    }
    .media_qr_box .mdia_qr_text p {
        line-height: 24px;
        font-size: 14px;
    }
    .media_qr_box .mdia_qr_text span {
        width: 80px;
        line-height: 28px;
        font-size: 14px;
        border-radius: 4px;
        margin-top: 8px;
    }
    .top_phone {
        margin-right: 10px;
    }
    .top_phone img {
        width: 20px;
        margin-right: 10px;
    }
    .top_phone b {
        font-size: 16px;
    }
    .top_login {
        line-height: 30px;
        font-size: 16px;
    }
    .top_login a {
        margin: 0px 10px;
    }
    .header {
        padding: 20px 0px;
    }
    .logo img {
        height: 40px;
    }
    .logo i {
        height: 35px;
    }
    .header_l h1 {
        margin-left: 16px;
        padding-left: 16px;
        font-size: 28px;
        line-height: 32px;
    }
    .header_city li {
        margin-left: 10px;
    }
    .header_city li a {
        line-height: 25px;
        font-size: 16px;
    }
    .nav {
        padding: 10px 0px;
    }
    .nav_list li {
        width: 170px;
        line-height: 40px;
        font-size: 20px;
    }
    .nav_list li::after {
        font-size: 18px;
        width: 10px;
        line-height: 30px;
    }
    .nav_box {
        padding: 10px 0px;
    }
    .zkxx_list li {
        width: 136px;
        margin: 8px 15px 8px 0px;
        line-height: 54px;
        font-size: 18px;
    }
    .zkxx_list li.hot::after {
        width: 36px;
        height: 36px;
    }
    .zkxx_gj_slide {
        top: 62px;
        z-index: 10;
        width: 500px;
        padding: 10px;
    }
    .zkxx_gj_slide::before {
        left: 60px;
    }
    .zkxx_gj_row h5 {
        width: 80px;
        line-height: 32px;
        font-size: 16px;
    }
    .zkxx_gj_row p {
        width: calc(100% - 80px);
        line-height: 32px;
        font-size: 14px;
    }
    .zkxx_gj_row p a {
        margin: 0px 4px;
    }
    .zxfx_tab {}
    .zxfx_tab li {
        margin: 0px 26px 10px 0px;
        line-height: 30px;
        font-size: 18px;
    }
    .zxfx_cont_tab li {
        margin: 6px 8px 6px 0px;
        padding: 0px 8px;
        min-width: 90px;
        line-height: 36px;
        font-size: 14px;
    }
    .zxfx_posi_box h5 {
        line-height: 36px;
        margin-bottom: 8px;
        font-size: 16px;
    }
    .zxfx_posi p {
        line-height: 30px;
        font-size: 14px;
        margin-right: 20px;
    }
    .zxfx_posi p img {
        height: 20px;
        margin-right: 4px;
    }
    .zxfx_posi>a {
        width: 85px;
        line-height: 30px;
        font-size: 14px;
    }
    .main_box {
        padding: 30px 0px;
    }
    .main_box>.container {
        padding: 30px;
    }
    .main_top {
        margin-bottom: 30px;
    }
    .box_title {
        height: 45px;
        line-height: 45px;
    }
    .box_title img {
        height: 32px;
        margin-right: 8px;
    }
    .box_title h3 {
        font-size: 28px;
    }
    .main_search_box a.search_btn {
        margin-left: 8px;
        width: 90px;
        height: 45px;
        line-height: 45px;
        font-size: 16px;
    }
    .main_search {
        height: 45px;
    }
    .search_type {
        width: 120px;
    }
    .search_type span {
        width: 90px;
        font-size: 18px;
    }
    .search_type img {
        height: 6px;
    }
    .search_type:hover .search_type_list {
        max-height: 300px;
    }
    .search_type_list {
        width: 120px;
        top: 38px;
    }
    .search_type_list li {
        font-size: 14px;
        line-height: 30px;
    }
    .search_input {
        padding-left: 16px;
        width: 350px;
        height: 34px;
        line-height: 34px;
        font-size: 18px;
    }
    .search_submit {
        width: 76px;
        background-size: 24px;
    }
    .main_l {
        width: 450px;
    }
    .main_title {
        height: 36px;
        line-height: 36px;
        margin-bottom: 10px;
        font-size: 20px;
    }
    .main_title a {
        margin-right: 4px;
    }
    .main_news_list {
        margin-bottom: 15px;
    }
    .main_news_list li {
        height: 42px;
        line-height: 42px;
        font-size: 18px;
    }
    .main_news_list a {
        margin-right: 4px;
    }
    .main_c a {
        margin-bottom: 24px;
    }
    .main_r {
        width: 450px;
    }
    .main_r .swiper-pagination-bullet {
        width: 24px;
        height: 6px;
    }
    .main_r_tab {
        margin-top: 16px;
        margin-bottom: 12px;
    }
    .main_r_tab li {
        height: 45px;
        line-height: 45px;
        font-size: 20px;
    }
    .main_course_tj td {
        line-height: 62px;
        font-size: 15px;
    }
    .main_cont_dh td {
        line-height: 52px;
        font-size: 15px;
    }
    .main_cont_tools {
        justify-content: flex-start;
    }
    .main_cont_tools li {
        margin: 0px;
        width: 33.3%;
    }
    .main_cont_tools li a {
        margin: 0px auto;
        width: 70px;
        height: 70px;
        border-radius: 8px;
    }
    .main_cont_tools li a img {
        height: 30px;
    }
    .main_cont_tools li p {
        line-height: 35px;
        font-size: 16px;
    }
    .sec_box {
        padding: 40px 0px;
    }
    .sec_l {
        width: 530px;
    }
    .sec_top {
        margin-bottom: 24px;
    }
    .sec_top_link {
        margin-left: 4px;
        font-size: 14px;
    }
    .sec_top_link a {
        padding: 0px 4px;
    }
    .sec_l_container {
        padding: 20px;
    }
    .sec_news li {
        line-height: 46px;
        font-size: 16px;
    }
    .sec_news li a {
        width: 85%;
    }
    .sec_news li span {
        font-size: 14px;
    }
    .sec_l_container .swiper-pagination {
        margin-top: 20px;
    }
    .sec_l_container .swiper-container-horizontal>.swiper-pagination-bullets,
    .sec_l_container .swiper-pagination-custom,
    .sec_l_container .swiper-pagination-fraction {
        bottom: 10px;
    }
    .sec_l_container .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        border-radius: 4px;
    }
    .sec_l_container .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0px 4px;
    }
    .sec_l_container .swiper-pagination-bullet-active {
        width: 20px;
    }
    .sec_c {
        width: 280px;
    }
    .sec_c_container {
        padding: 20px 30px;
    }
    .sec_zb_list li {
        margin-bottom: 20px;
        padding-left: 24px;
    }
    .sec_zb_list li>i {
        left: -7px;
        width: 10px;
        height: 10px;
    }
    .sec_zb_list li:nth-child(1)>i::after {
        width: 20px;
        height: 20px;
    }
    .sec_zb_list li h5 {
        line-height: 26px;
        margin-bottom: 6px;
        font-size: 16px;
    }
    .sec_zb_list li p {
        height: 26px;
        line-height: 26px;
    }
    .sec_zb_list li p span {
        font-size: 14px;
    }
    .sec_zb_list li p a {
        font-size: 12px;
        margin-left: 10px;
        width: 110px;
        line-height: 26px;
        border-radius: 13px;
        white-space: nowrap;
    }
    .sec_zb_list li p a.zbing span {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        box-sizing: border-box;
        padding-top: 4px;
        width: 30px;
        margin-right: 8px;
        height: 26px;
        border-radius: 13px 0px 13px 13px;
        background: linear-gradient(90deg, rgb(251, 112, 56), rgb(246, 161, 63));
    }
    .sec_zb_list li p a.zbing span i {
        display: block;
        width: 14px;
        height: 14px;
        background: url("https://www.walldrift.com/__xh__/hi.huatu.com/zt/images/zhibo_icon.png") center center / auto no-repeat;
        animation: 0.6s steps(6) 0s infinite normal none running euiIconLiving2;
    }
    .sec_r {
        width: 350px;
    }
    .sec_r_tab li {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
    .sec_container {
        padding-bottom: 10px;
    }
    .sec_r_cont table {
        font-size: 15px;
    }
    .sec_r_cont th {
        line-height: 40px;
    }
    .sec_r_cont td {
        line-height: 42px;
    }
    .sec_r_cont a.sec_r_link {
        margin: 0px 16px;
        padding: 10px 0px;
    }
    .sec_r_cont a.sec_r_link h5 {
        line-height: 30px;
        margin-bottom: 8px;
        font-size: 16px;
    }
    .sec_r_cont a.sec_r_link p {
        line-height: 24px;
        font-size: 14px;
    }
    .third_box {
        padding: 30px 0px;
    }
    .book_course_box {
        margin-top: 30px;
    }
    .book_course>a {
        top: -65px;
        line-height: 30px;
        font-size: 18px;
    }
    .book_tj_list li {
        width: 280px;
        background: rgb(255, 255, 255);
    }
    .book_tj_list li a {
        padding: 20px;
    }
    .ms_ajax_list li a {
        padding: 0px;
    }
    .ms_ajax_list li a img {
        width: 100%;
    }
    .ms_ajax_list li a p {
        box-sizing: border-box;
        padding: 0px 20px;
    }
    .ms_ajax_list li a h5 {
        box-sizing: border-box;
        padding: 0px 20px 20px;
    }
    .book_tj_list li a img {
        height: 240px;
    }
    .book_tj_list li a p {
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 18px;
        height: 60px;
        line-height: 30px;
    }
    .book_tj_list li a h5 {
        line-height: 30px;
        font-size: 22px;
    }
    .book_tj_list li a h5 span {
        font-size: 18px;
    }
    .book_search_box {
        margin-top: 40px;
        padding: 16px 20px;
    }
    .book_search_box p {
        font-size: 20px;
        width: 90px;
    }
    .search_exam_type_switch {
        height: 50px;
        width: calc(100% - 280px);
    }
    .sk_search {
        display: none;
    }
    .search_exam_type,
    .book_search select {
        padding-left: 10px;
        width: 180px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
    .book_search input {
        padding-left: 16px;
        width: 180px;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        color: rgb(51, 51, 51);
    }
    .book_search input.exam_submit {
        width: 130px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        padding-left: 0px;
    }
    .forth_box {
        padding: 40px 0px;
    }
    .fifth_top,
    .forth_top {
        margin-bottom: 20px;
    }
    .fifth_top_link,
    .forth_top_link {
        margin-left: 4px;
        font-size: 16px;
    }
    .fifth_top_link a,
    .forth_top_link a {
        padding: 0px 6px;
    }
    .forth_container {
        padding: 20px;
        width: 580px;
    }
    .forth_tab {
        margin-bottom: 12px;
    }
    .forth_tab li {
        margin-right: 10px;
        width: 110px;
        line-height: 36px;
        font-size: 14px;
    }
    .forth_cont li {
        line-height: 40px;
        font-size: 16px;
    }
    .forth_cont li span {
        font-size: 14px;
    }
    .fifth_box {
        padding: 20px 0px;
    }
    .fifth_xc_l,
    .fifth_xc_r {
        width: 405px;
    }
    .fifth_xc_r_box:nth-child(1) {
        margin-bottom: 20px;
    }
    .fifth_cont_text {
        padding: 20px;
    }
    .fifth_cont_text h5 {
        line-height: 39px;
        margin-bottom: 10px;
        font-size: 26px;
        color: rgb(51, 51, 51);
    }
    .fifth_cont_text a {
        line-height: 35px;
        font-size: 18px;
    }
    .fifth_xc_l h5 {
        line-height: 50px;
    }
    .fifth_xc_l a {
        line-height: 42px;
    }
    .fifth_l {
        width: 830px;
    }
    .fifth_ll {
        width: 450px;
    }
    .fifth_hotpoint {
        margin-bottom: 17px;
        width: 360px;
    }
    .fifth_hotpoint_img {
        width: 155px;
    }
    .fifth_hotpoint img {
        width: 155px;
    }
    .fifth_hp_text {
        height: 146px;
        width: calc(100% - 155px);
        padding: 10px;
    }
    .fifth_hp_text p {
        text-align: justify;
        line-height: 26px;
        font-size: 16px;
    }
    .fifth_hp_text span {
        text-align: justify;
        line-height: 26px;
        font-size: 16px;
    }
    .fifth_r {
        width: 350px;
    }
    .fifth_r_gwy {
        padding: 10px;
    }
    .fifth_r_gwy h5 {
        line-height: 26px;
        margin-bottom: 10px;
        font-size: 20px;
    }
    .fifth_gwy_row {
        margin-bottom: 5px;
    }
    .fifth_gwy_row p {
        width: 106px;
        line-height: 36px;
        font-size: 16px;
    }
    .fifth_gwy_row a {
        width: 70px;
        line-height: 36px;
        font-size: 16px;
    }
    .fifth_r_other h5 {
        line-height: 32px;
        font-size: 22px;
        padding: 20px;
    }
    .fifth_r_other table {
        font-size: 14px;
    }
    .fifth_r_other table td {
        line-height: 44px;
    }
    .sixth_box {
        padding: 40px 0px;
    }
    .sixth_container {
        margin-top: 30px;
    }
    .sixth_video,
    #video {
        width: 800px;
        height: 500px;
    }
    .sixth_video_tab {
        width: 400px;
        padding: 0px 16px;
    }
    .sixth_video_tab li {
        padding: 16px 10px;
    }
    .sixth_video_poster {
        width: 160px;
        height: 90px;
    }
    .sixth_video_tab li p {
        width: calc(100% - 170px);
        line-height: 24px;
        font-size: 18px;
    }
    .seventh_l {
        width: 350px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .seventh_l p.seventh_top {
        line-height: 36px;
        font-size: 16px;
    }
    .seventh_l p.seventh_top img {
        height: 12px;
        margin-left: 30px;
    }
    .seventh_l h2 {
        line-height: 80px;
        margin: 10px 0px;
        font-size: 65px;
    }
    .seventh_l p.seventh_tit {
        line-height: 55px;
        margin-bottom: 50px;
        font-size: 28px;
    }
    .seventh_btn {
        padding-left: 15px;
    }
    .seventh_btn .swiper-button-prev.swiper-button-white.prev,
    .seventh_btn .swiper-button-next.swiper-button-white.next {
        margin: 0px 15px;
        width: 40px;
        height: 30px;
    }
    .seventh_btn .swiper-button-prev.swiper-button-white.prev img,
    .seventh_btn .swiper-button-next.swiper-button-white.next img {
        height: 12px;
    }
    .seventh_r {
        width: 800px;
    }
    .seventh_teacher {
        padding: 40px 0px;
        height: 500px;
    }
    .seventh_teacher img {
        width: 250px;
    }
    .teacher_text {
        padding: 20px;
    }
    .teacher_text h5 {
        line-height: 45px;
        font-size: 30px;
    }
    .teacher_text h6 {
        line-height: 28px;
        font-size: 18px;
        margin-bottom: 20px;
    }
    .teacher_text p {
        line-height: 24px;
        font-size: 16px;
    }
    .eighth_box {
        margin: 40px auto;
    }
    .eighth_container {
        margin: 30px auto 0px;
    }
    .eighth_container li {
        width: 280px;
        height: 210px;
    }
    .eighth_text h5 {
        line-height: 40px;
        font-size: 22px;
    }
    .eighth_text h5::after {
        width: 55px;
        height: 3px;
    }
    .eighth_text p {
        margin-top: 12px;
        line-height: 22px;
        font-size: 14px;
    }
    .ninth_box {
        padding: 60px 0px;
    }
    .ninth_list li {
        width: 280px;
    }
    .ninth_list li .ninth_top {
        height: 70px;
        margin-bottom: 12px;
    }
    .ninth_list li .ninth_top h5 {
        line-height: 70px;
        font-size: 50px;
    }
    .ninth_list li .ninth_top span {
        line-height: 40px;
        font-size: 36px;
    }
    .ninth_list li p {
        line-height: 24px;
        font-size: 16px;
    }
    .tenth_box {
        padding: 40px 0px;
    }
    .news_box {
        width: 580px;
    }
    .news_box li {
        padding-top: 25px;
    }
    .news_box li img {
        height: 34px;
    }
    .news_box li a {
        width: 540px;
        padding-bottom: 25px;
    }
    .news_box li a h4 {
        line-height: 34px;
        margin-bottom: 14px;
        font-size: 20px;
    }
    .news_box li a p {
        height: 60px;
        line-height: 30px;
        font-size: 18px;
    }
    .contact_box {
        padding: 40px 0px;
    }
    .contact_container {
        margin-top: 30px;
    }
    .contact_tab li {
        width: 12.5%;
        line-height: 60px;
        font-size: 14px;
    }
    .contact_cont {
        padding: 20px 50px;
    }
    .contact_text {
        width: 700px;
    }
    .contact_text p {
        line-height: 45px;
        font-size: 18px;
    }
    .contact_qr {
        width: 400px;
    }
    .contact_img {
        width: 160px;
        margin-left: 20px;
        padding: 3px;
    }
    .bottom {
        padding: 40px 0px;
    }
    .bottom_tab {
        height: 50px;
        margin-bottom: 20px;
    }
    .bottom_tab li {
        margin-right: 30px;
        line-height: 50px;
        font-size: 22px;
    }
    .bottom_cont a {
        margin-right: 10px;
        font-size: 16px;
        line-height: 30px;
    }
    .footer {
        padding: 30px 0px;
    }
    .footer p {
        font-size: 16px;
        line-height: 30px;
    }
    .footer p span {
        padding: 0px 5px;
    }
    .fixed_l {
        width: 66px;
    }
    .fixed_l h5 {
        line-height: 22px;
        padding: 11px 0px;
        font-size: 18px;
    }
    .fixed_l_list li {
        height: 40px;
        padding: 10px;
        font-size: 14px;
        line-height: 22px;
    }
    .fixed_l_cont {
        left: 66px;
        width: 180px;
        height: 100%;
        padding: 10px;
    }
    .fixed_l_cont a {
        line-height: 36px;
        font-size: 14px;
    }
    .fixed_r {
        width: 66px;
    }
    .fixed_r a,
    .fixed_wx {
        width: 66px;
        height: 66px;
    }
    .fixed_r a img,
    .fixed_wx img {
        height: 24px;
    }
    .fixed_r a.toTop img {
        height: 12px;
    }
    .fixed_wx p,
    .fixed_r a p {
        line-height: 20px;
        font-size: 16px;
    }
    .fixed_r_wx_box {
        right: 66px;
        min-width: 130px;
        padding: 4px 4px 20px;
        border-radius: 10px;
    }
    .fixed_r_wx_box h5 {
        line-height: 32px;
        font-size: 16px;
    }
    .fixed_wx_list {
        border-radius: 10px;
    }
    .fixed_wx_list a {
        width: 100%;
        height: 24px;
        line-height: 24px;
        font-size: 12px;
    }
}

@media screen and (max-width: 1200px) {
    .fixed_l,
    .fixed_r,
    .top,
    .header_city,
    .main_search_box,
    .seventh_box {
        display: none;
    }
    body {
        min-width: auto;
        max-width: 100%;
        overflow-x: hidden;
    }
    .container {
        width: 98%;
        margin: 0px auto;
    }
    .header {
        padding: 0.5rem;
        box-shadow: rgba(212, 213, 214, 0.18) 0px 0px 16px 0px;
    }
    .logo img {
        height: 1.4rem;
    }
    .logo i {
        height: 1rem;
        margin: 0px 0.2rem;
    }
    .header_l h1 {
        margin-left: 0.4rem;
        padding-left: 0.4rem;
        font-size: 1rem;
        line-height: 1.4rem;
    }
    .nav {
        padding: 0.3rem 0px;
    }
    .nav_list {
        white-space: nowrap;
        overflow-x: scroll;
    }
    .nav_list li {
        width: 16.6%;
        line-height: 1.2rem;
        font-size: 0.75rem;
    }
    .nav_list li::after {
        font-size: 0.75rem;
        width: 0.25rem;
        line-height: 1rem;
    }
    .nav_box {
        padding: 0.3rem;
    }
    .zkxx_list li {
        width: 24%;
        margin: 0.2rem 0.5%;
        line-height: 1.6rem;
        border-radius: 0.2rem;
        font-size: 0.7rem;
    }
    .zkxx_list li:nth-child(8n) {
        margin: 0.2rem 0.5%;
    }
    .zkxx_list li.hot::after {
        width: 1.3rem;
        height: 1.3rem;
    }
    .zkxx_gj_slide {
        top: 1.6rem;
        width: 20rem;
        padding: 0.3rem;
    }
    .zkxx_gj_slide::before {
        left: 2.5rem;
        top: -0.2rem;
        border-left: 0.2rem solid transparent;
        border-right: 0.2rem solid transparent;
        border-bottom: 0.2rem solid rgb(255, 255, 255);
    }
    .zkxx_gj_row h5 {
        width: 4rem;
        line-height: 1.1rem;
        font-size: 0.8rem;
    }
    .zkxx_gj_row p {
        width: calc(100% - 4rem);
        line-height: 1.1rem;
        font-size: 0.7rem;
    }
    .zkxx_gj_row p a {
        margin: 0px 0.2rem;
    }
    .zxfx {
        padding: 0.3rem;
    }
    .zxfx_cont_tab li {
        margin: 0.16rem;
        padding: 0px 0.2rem;
        min-width: 4rem;
        line-height: 1.3rem;
        font-size: 0.7rem;
    }
    .zxfx_posi_box h5 {
        line-height: 1.2rem;
        margin-bottom: 0.2rem;
        font-size: 0.85rem;
    }
    .zxfx_posi p {
        line-height: 1.1rem;
        font-size: 0.7rem;
        margin-right: 0.3rem;
    }
    .zxfx_posi p img {
        height: 0.5rem;
        margin-right: 0.2rem;
    }
    .zxfx_posi>a {
        width: 4rem;
        line-height: 1.2rem;
        font-size: 0.75rem;
    }
    .main_box {
        padding: 0.2rem 0px;
    }
    .main_box>.container {
        padding: 0.5rem;
    }
    .main_top {
        margin-bottom: 0.4rem;
    }
    .box_title {
        height: 1.3rem;
        line-height: 1.3rem;
    }
    .box_title img {
        height: 0.9rem;
        margin-right: 0.3rem;
    }
    .box_title h3 {
        font-size: 1rem;
    }
    .main_main {
        flex-wrap: wrap;
    }
    .main_l {
        width: 100%;
    }
    .main_title {
        height: 1.4rem;
        line-height: 1.4rem;
        margin-bottom: 0.2rem;
        font-size: 1rem;
    }
    .main_title a {
        margin-right: 0.2rem;
    }
    .main_news_list {
        margin-bottom: 0.3rem;
    }
    .main_news_list li {
        height: 1.5rem;
        line-height: 1.5rem;
        font-size: 0.8rem;
    }
    .main_news_list a {
        margin-right: 0.2rem;
    }
    .main_c {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        margin: 0.5rem 0px;
    }
    .main_c a {
        width: 49%;
        margin: 0.1rem 0px;
    }
    .main_c a:nth-last-child(1) {
        margin: 0.1rem 0px;
    }
    .main_r {
        width: 100%;
    }
    .main_r .swiper-container-horizontal>.swiper-pagination-bullets,
    .main_r .swiper-pagination-custom,
    .main_r .swiper-pagination-fraction {
        bottom: 0.3rem;
    }
    .main_r .swiper-pagination-bullet {
        width: 0.4rem;
        height: 0.2rem;
    }
    .main_r .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0px 0.1rem;
    }
    .main_r_tab {
        margin-top: 0.4rem;
        margin-bottom: 0.4rem;
    }
    .main_r_tab li {
        height: 1.4rem;
        line-height: 1.4rem;
        font-size: 0.75rem;
    }
    .main_course_tj td {
        line-height: 1.5rem;
        font-size: 0.7rem;
    }
    .main_cont_dh td {
        line-height: 1.5rem;
        font-size: 0.7rem;
    }
    .main_cont_tools li {
        width: 24%;
        margin: 0.1rem 0.5%;
    }
    .main_cont_tools li a {
        margin: 0px auto;
        width: 3rem;
        height: 3rem;
        border-radius: 0.2rem;
    }
    .main_cont_tools li a img {
        width: 1.5rem;
    }
    .main_cont_tools li p {
        line-height: 1.3rem;
        font-size: 0.7rem;
    }
    .sec_box {
        padding: 0.5rem 0px;
        flex-wrap: wrap;
    }
    .sec_l {
        width: 100%;
    }
    .sec_top {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .sec_top_link {
        margin-left: 0.2rem;
        font-size: 0.7rem;
    }
    .sec_top_link a {
        padding: 0px 0.1rem;
    }
    .sec_container {
        padding-bottom: 0.5rem;
    }
    .sec_l_container {
        padding: 0.5rem;
    }
    .forth_tab li {
        margin: 0.1rem 1%;
        width: 31.3%;
        line-height: 1.4rem;
        font-size: 0.75rem;
    }
    .sec_news li {
        line-height: 1.6rem;
        font-size: 0.75rem;
    }
    .sec_news li span {
        font-size: 0.7rem;
    }
    .sec_l_container .swiper-pagination {
        margin-top: 0.4rem;
    }
    .sec_l_container .swiper-container-horizontal>.swiper-pagination-bullets,
    .sec_l_container .swiper-pagination-custom,
    .sec_l_container .swiper-pagination-fraction {
        bottom: 0.3rem;
    }
    .sec_l_container .swiper-pagination-bullet {
        width: 0.4rem;
        height: 0.4rem;
        border-radius: 0.2rem;
    }
    .sec_l_container .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0px 0.2rem;
    }
    .sec_l_container .swiper-pagination-bullet-active {
        width: 1rem;
    }
    .sec_c {
        width: 100%;
    }
    .sec_c_container {
        padding: 0.5rem 1rem;
    }
    .sec_zb_list li {
        margin-bottom: 0.5rem;
        padding-left: 1rem;
    }
    .sec_zb_list li>i {
        left: -0.37rem;
        width: 0.4rem;
        height: 0.4rem;
    }
    .sec_zb_list li:nth-child(1)>i::after {
        content: "";
        width: 0.8rem;
        height: 0.8rem;
    }
    .sec_zb_list li h5 {
        line-height: 1.4rem;
        margin-bottom: 0.2rem;
        font-size: 1rem;
    }
    .sec_zb_list li p {
        display: flex;
        justify-content: space-between;
        height: 1.4rem;
        line-height: 1.4rem;
    }
    .sec_zb_list li p span {
        font-size: 0.85rem;
    }
    .sec_zb_list li p a {
        font-size: 0.85rem;
        margin-left: 0.2rem;
        width: 6rem;
        line-height: 1.6rem;
        border-radius: 0.8rem;
    }
    .sec_zb_list li p a.zbing span {
        padding-top: 0.1rem;
        width: 2rem;
        margin-right: 0.2rem;
        height: 1.6rem;
        line-height: 1.6rem;
        border-radius: 0.8rem 0px 0.8rem 0.8rem;
    }
    .sec_zb_list li p a.zbing span i {
        width: 0.35rem;
        height: 0.35rem;
    }
    .sec_r {
        width: 100%;
    }
    .sec_r_tab li {
        height: 1.6rem;
        line-height: 1.6rem;
        font-size: 0.8rem;
    }
    .sec_r_cont table {
        font-size: 0.75rem;
    }
    .sec_r_cont th {
        line-height: 1.5rem;
    }
    .sec_r_cont td {
        line-height: 1.7rem;
    }
    .sec_r_cont a.sec_r_link {
        margin: 0px 0.5rem;
        padding: 0.3rem 0px;
    }
    .sec_r_cont a.sec_r_link h5 {
        line-height: 1.5rem;
        margin-bottom: 0.2rem;
        font-size: 0.85rem;
    }
    .sec_r_cont a.sec_r_link p {
        line-height: 1.3rem;
        font-size: 0.75rem;
    }
    .third_box {
        padding: 0.5rem 0px;
    }
    .book_course_box {
        margin-top: 0.5rem;
    }
    .book_course>a {
        top: -1.8rem;
        line-height: 1.2rem;
        font-size: 0.8rem;
    }
    .book_tj_list {
        flex-wrap: wrap;
    }
    .book_tj_list li {
        width: 49%;
    }
    .book_tj_list li a {
        padding: 0.4rem;
    }
    .ms_ajax_list li a p {
        padding: 0px 0.5rem;
    }
    .ms_ajax_list li a h5 {
        padding: 0px 0.5rem 0.5rem;
    }
    .book_tj_list li a img {
        height: 6rem;
    }
    .book_tj_list li a p {
        margin-top: 0.3rem;
        margin-bottom: 0.2rem;
        font-size: 0.75rem;
        height: 2.2rem;
        line-height: 1.1rem;
    }
    .book_tj_list li a h5 {
        line-height: 1rem;
        font-size: 0.85rem;
    }
    .book_tj_list li a h5 span {
        font-size: 0.7rem;
    }
    .book_search_box {
        display: none;
    }
    .forth_box {
        padding: 0.5rem 0px;
    }
    .fifth_top,
    .forth_top {
        margin-bottom: 0.4rem;
    }
    .fifth_top,
    .forth_top {
        display: block;
    }
    .fifth_top_link,
    .forth_top_link {
        margin-left: 0.2rem;
        font-size: 0.7rem;
    }
    .fifth_top_link a,
    .forth_top_link a {
        padding: 0px 0.1rem;
    }
    .fifth_xc_l,
    .fifth_xc_r {
        width: 100%;
    }
    .fifth_xc_r_box:nth-child(1) {
        margin-bottom: 0.5rem;
    }
    .fifth_cont_text {
        padding: 0.5rem;
    }
    .fifth_cont_text h5 {
        line-height: 1.2rem;
        margin-bottom: 0.3rem;
        font-size: 0.85rem;
    }
    .fifth_cont_text a {
        line-height: 1.6rem;
        font-size: 0.75rem;
    }
    .fifth_xc_l h5 {
        line-height: 1.5rem;
    }
    .fifth_xc_l a {
        line-height: 1.5rem;
    }
    .forth_container {
        padding: 0.5rem;
        width: 100%;
    }
    .forth_tab {
        margin-bottom: 0.3rem;
    }
    .forth_tab li {
        margin: 0.1rem 1%;
        width: 31.3%;
        line-height: 1.4rem;
        font-size: 0.7rem;
    }
    .forth_cont li {
        line-height: 1.6rem;
        font-size: 0.75rem;
    }
    .forth_cont_link {
        width: 90%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .forth_cont li a {
        width: 90%;
        display: block;
        color: rgb(51, 51, 51);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .forth_cont li .forth_cont_link a:nth-child(1) {
        width: auto;
        white-space: nowrap;
        display: block;
    }
    .forth_cont li .forth_cont_link a:nth-child(2) {
        width: 80%;
    }
    .forth_cont li span {
        font-size: 0.6rem;
    }
    .fifth_box {
        padding: 0.5rem 0px;
    }
    .fifth_l {
        width: 100%;
    }
    .fifth_ll {
        width: 100%;
    }
    .fifth_hotpoint {
        margin-bottom: auto;
        margin-top: 0.3rem;
        width: 100%;
    }
    .fifth_hotpoint_img {
        width: 8rem;
    }
    .fifth_hp_text {
        height: 4rem;
        width: calc(100% - 8rem);
        padding: 0.3rem;
    }
    .fifth_hp_text::after {
        border-top: 0.3rem solid transparent;
        border-bottom: 0.3rem solid transparent;
        border-right: 0.3rem solid rgb(255, 255, 255);
        left: -0.3rem;
    }
    .fifth_hp_text p {
        line-height: 1rem;
        font-size: 0.75rem;
    }
    .fifth_hp_text span {
        line-height: 1rem;
        font-size: 0.75rem;
    }
    .fifth_r {
        width: 100%;
    }
    .fifth_r_gwy {
        padding: 0.5rem;
    }
    .fifth_r_gwy h5 {
        line-height: 1.5rem;
        margin-bottom: 0.3rem;
        font-size: 0.85rem;
    }
    .fifth_gwy_row {
        margin-bottom: 0.5rem;
    }
    .fifth_gwy_row p {
        width: 5.7rem;
        line-height: 1.4rem;
        font-size: 0.7rem;
    }
    .fifth_gwy_row a {
        width: 4.7rem;
        line-height: 1.4rem;
        font-size: 0.7rem;
    }
    .fifth_r_other h5 {
        line-height: 1.1rem;
        font-size: 0.9rem;
        padding: 0.5rem;
    }
    .fifth_r_other table {
        font-size: 0.7rem;
    }
    .fifth_r_other table td {
        line-height: 1.6rem;
    }
    .sixth_box {
        padding: 0.5rem 0px;
    }
    .sixth_container {
        margin-top: 0.5rem;
    }
    .zxfx {
        padding: 0.5rem;
    }
    .sixth_video,
    #video {
        width: 100%;
        height: 14rem;
    }
    .sixth_video_tab {
        width: 100%;
        padding: 0.5rem;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .sixth_video_tab li {
        width: 49%;
        margin: 0.1rem 0.5%;
        padding: 0.3rem;
    }
    .sixth_video_poster {
        width: 5rem;
        height: 3rem;
    }
    .sixth_video_tab li:nth-last-child(1) {
        border-bottom: 1px dashed rgb(215, 215, 215);
    }
    .sixth_video_tab li p {
        width: calc(100% - 5.5rem);
        line-height: 1rem;
        font-size: 0.7rem;
    }
    .eighth_box {
        margin: 0.5rem auto;
    }
    .eighth_container {
        margin: 0.5rem auto 0px;
        flex-wrap: wrap;
    }
    .eighth_container li {
        width: 49%;
        height: 8.5rem;
        margin: 0.2rem 0.5%;
    }
    .eighth_container li img {
        width: 100%;
    }
    .eighth_text {
        padding: 0.3rem;
    }
    .eighth_text h5 {
        line-height: 1.6rem;
        font-size: 0.85rem;
    }
    .eighth_text h5::after {
        width: 2rem;
        height: 0.1rem;
    }
    .eighth_text p {
        margin-top: 0.2rem;
        line-height: 1rem;
        font-size: 0.7rem;
    }
    .ninth_box {
        padding: 1rem 0px;
    }
    .ninth_list {
        flex-wrap: wrap;
    }
    .ninth_list li {
        width: 49%;
        box-sizing: border-box;
        padding: 0px 0.4rem;
        margin: 0.3rem 0.5%;
    }
    .ninth_list li .ninth_top {
        height: 1.5rem;
        margin-bottom: 0.3rem;
    }
    .ninth_list li .ninth_top h5 {
        line-height: 1.5rem;
        font-size: 1rem;
    }
    .ninth_list li .ninth_top span {
        line-height: 1rem;
        font-size: 0.8rem;
    }
    .ninth_list li p {
        line-height: 1rem;
        font-size: 0.7rem;
    }
    .tenth_box {
        padding: 0.5rem 0px;
    }
    .news_box {
        width: 100%;
    }
    .news_box li {
        padding-top: 0.4rem;
    }
    .news_box li img {
        height: 0.8rem;
    }
    .news_box li a {
        width: 100%;
        padding-bottom: 0.5rem;
    }
    .news_box li a h4 {
        line-height: 1.6rem;
        margin-bottom: 0.3rem;
        font-size: 1rem;
    }
    .news_box li a p {
        height: 2.2rem;
        line-height: 1.1rem;
        font-size: 0.75rem;
    }
    .contact_box {
        padding: 0.5rem 0px;
    }
    .contact_container {
        margin-top: 0.4rem;
    }
    .contact_tab li {
        width: 25%;
        line-height: 1.6rem;
        font-size: 0.8rem;
    }
    .contact_cont_box {
        min-height: 7rem;
    }
    .contact_cont {
        padding: 0.5rem;
    }
    .contact_text {
        width: calc(100% - 7.5rem);
    }
    .contact_text p {
        line-height: 1.1rem;
        font-size: 0.8rem;
    }
    .contact_qr {
        width: 7rem;
    }
    .contact_img {
        width: 7rem;
        margin-left: 0.2rem;
        padding: 0.2rem;
    }
    .bottom {
        padding: 0.5rem 0px;
    }
    .bottom_tab {
        height: 1.6rem;
        margin-bottom: 0.5rem;
    }
    .bottom_tab li {
        margin-right: 0.6rem;
        line-height: 1.6rem;
        font-size: 0.85rem;
    }
    .bottom_cont a {
        margin: 0px 0.2rem;
        font-size: 0.7rem;
        line-height: 1.1rem;
        height: 1.1rem;
    }
    .bottom {
        display: none;
    }
    .footer {
        position: relative;
        height: 2.4rem;
        padding: 0px;
        overflow: hidden;
    }
    .footer p {
        display: none;
    }
    .footer::before {
        display: block;
        content: "鍗庡浘鏁欒偛闆嗗洟鐗堟潈鎵鏈?";
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 2.4rem;
        overflow: hidden;
        color: rgb(255, 255, 255);
        font-size: 0.7rem;
        line-height: 2.4rem;
        text-align: center;
    }
}

@media screen and (min-width: 1600px) {
    .main_c {
        width: 250px !important;
    }
}