.containers {
    position: relative;
}
.bg_headers {
    background: #f6f7fa;
    width: 100%;
}
.headers {
    height: 60px;
    background: #f6f7fa;
}
.right_zc a:hover {
    color: #af2c23;
}
.right_dl a:hover {
    color: #af2c23;
}
.h_left li {
    float: left;
    margin: 22px 0;
    font-size: 16px;
    font-family: FZLanTingHeiS-R-GB;
    font-weight: 400;
    color: #666666;
    margin-right: 40px;
}
.h_left li a {
    font-size: 16px;
    font-family: FZLanTingHeiS-R-GB;
    font-weight: 400;
    color: #666666;
}
.h_left li i {
    width: 13px;
    height: 9px;
    display: inline-block;
    background: url('https://js.huatu.com/zt/indexcs/images/list_s.png');
    transition: transform 0.2s;
}
.dropdown-contact {
    left: -88px;
    width: 430px;
}
.h_left .dropdown {
    position: absolute;
    left: 0;
    top: 60px;
    box-shadow: 0 0 10px 0;
    background: #fff;
    padding: 25px;
    z-index: 999;
    display: none;
}
.dropdown-contact > ul {
    background: #f7f8f9;
    padding: 10px 15px;
}
.dropdown-contact > ul > li {
    display: inline-block;
    vertical-align: middle;
    width: 152px;
    height: 175px;
    background: #fff;
    border: 1px solid #c8351e;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    margin: 11px 12px;
}
.dropdown-contact-item {
    background: #fff;
    height: 155px;
}
.dropdown-contact-qr img {
    display: inline-block;
    vertical-align: middle;
}
.dropdown-contact-tit {
    position: relative;
    margin-top: 2px;
    font-size: 16px;
    color: #333;
}
.dropdown2 {
    left: 190px !important;
}
.h_left li:hover a {
    color: #c8351e;
}
.h_left li:hover i {
    transform: rotate(-180deg);
}
.h_left li:hover .dropdown {
    display: block;
}
.h_right li {
    float: left;
    margin-top: 20px;
    font-size: 16px;
    font-family: FZLanTingHeiS-R-GB;
    font-weight: 400;
    color: #666666;
    margin-left: 40px;
    vertical-align: middle;
}
.h_right li i {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url('https://js.huatu.com/zt/indexcs/images/phone.png');
    vertical-align: middle;
    margin-bottom: 4px;
}
.h_right li:nth-child(1) {
    font-size: 22px;
    color: rgb(194, 22, 21);
}
.h_right li:nth-child(3) {
    margin-left: 14px;
    color: rgb(194, 22, 21);
    width: 60px;
    height: 18px;
    border-left: solid 2px #999;
}
.header_adv {
    width: 100%;
    height: 150px;
    background: url('https://u3.huatu.com/uploads/allimg/210524/660974-2105241F9564195899886.png') no-repeat;
    background-size: cover;
}
.adv {
    overflow: hidden;
}

.content-container {
    width: 1400px;
    margin: 0 auto;
    position: relative;
}

.navbg {
    overflow: hidden;
}

.nav {
    height: 110px;
}

.nav img {
    width: 179px;
    height: 40px;
    margin: 35px 0;
    float: left;
    border-right: solid 1px #cccccc;
    padding-right: 20px;
    margin-right: 20px;
}
.sd_sydw {
    height: 40px;
    line-height: 40px;
    text-align: left;
    font-size: 24px;
    font-family: FZLanTingHei-R-GBK;
    font-weight: bold;
    color: #333333;
    margin: 35px 0;
}
.sd_sydw span {
    color: #af2c23;
}
.nav ul {
    overflow: hidden;
    float: right;
}
.nav ul li {
    float: left;
    font-size: 18px;
    font-family: FZLanTingHeiS-DB-GB;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    margin: 35px 10px;
    position: relative;
}
.nav ul li:hover a {
    color: #af2c23;
}
.nav ul li:hover a:before {
    content: '';
    width: 100%;
    height: 0px;
    border-bottom: 3px solid #af2c23;
    border-radius: 1px;
    display: inline-block;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translate(-50%, 0);
}
.header_nav_bg {
    width: 100%;
    height: 60px;
    background: #af2c23;
}
.header_nav {
    height: 60px;
}
.header_nav ul li {
    height: 60px;
    float: left;
    line-height: 60px;
    font-size: 20px;
    font-family: FZLanTingHeiS-R-GB;
    font-weight: 400;
}
.header_nav ul li a {
    color: #ffffff;
    padding: 0 35px 0 23px;
}
.header_nav ul li:hover {
    background: #cb2b2b;
}
.city_nav {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.city_nav_title {
    width: 57px;
    height: 140px;
    background: linear-gradient(135deg, #af2c23, #e66f5a);
    font-size: 20px;
    font-family: FZLanTingHeiS-DB-GB;
    font-weight: 400;
    color: #f7f8fa;
    line-height: 24px;
    margin-right: 10px;
    padding: 22px 0;
    box-sizing: border-box;
}
.city_nav ul {
    width: 85%;
    padding: 18px 0;
}
.city_nav ul li {
    float: left;
    margin-left: 36px;
    line-height: 44px;
}

.city_nav ul li a {
    font-size: 18px;
    font-family: FZLanTingHeiS-R-GB;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.city_nav ul li a:hover {
    color: #af2c23;
}

.sousuo {
    float: left;
    margin-top: 26px;
    margin-left: 12px;
}

.ks_hot {
    position: relative;
}
.ks_hot i {
    width: 42px;
    height: 20px;
    background: url('https://js.huatu.com/zt/indexcs/images/hot.png');
    position: absolute;
    top: -12px;
    right: -42px;
}

.main {
    background: #f6f7fa;
    width: 100%;
    height: 100%;
    padding-top: 30px;
    padding-bottom: 40px;
    box-sizing: border-box;
}
.mainBox_top {
    overflow: hidden;
}
.mainBox_top_news {
    width: 667px;
    height: auto;
    background: #ffffff;
    box-sizing: border-box;
    padding: 16px 30px 0 40px;
    text-align: left;
    float: left;
    padding-bottom: 30px;
}
.mainBox_top_news_title {
    overflow: hidden;
    margin-bottom: 20px;
    padding-top: 35px;
}
.mainBox_top_news_title i {
    display: block;
    width: 28px;
    height: 29px;
    background: url('https://u3.huatu.com/uploads/allimg/210525/660974-2105251115461410537809.png') no-repeat;
    background-size: 28px 29px;
}
/* 考试工具 新增开始 */
.main_tool_bot {
    display: flex;
    flex-wrap: wrap;
}
.tool_title {
    width: 100%;
    font-size: 24px;
    line-height: 46px;
    text-align: left;
    padding-left: 6.25%;
    margin-bottom: 10px;
    font-weight: bold;
}
.tool_title span {
    color: #cc0000;
}
.main_tool_bot a {
    display: block;
    width: 25%;
    margin-left: 6.25%;
    margin-bottom: 10px;
    text-align: center;
    font-size: 15px;
}
.main_tool_bot a img {
    width: 80%;
    display: block;
    margin: 0 auto 5px;
}
.table_box {
    width: 100%;
    margin: 0 auto;
    background: #f6f7fa;
    padding-bottom: 20px;
}
.table_main_box {
    width: 1400px;
    margin: 0 auto;
    background: #fff;
    background: url(https://u3.huatu.com/uploads/allimg/210707/img_gongju.png) no-repeat;
}
.table_main_box table {
    width: 100%;
}
.table_main_box table tr:nth-child(1) td:nth-child(1) {
    font-weight: bold;
}
.table_main_box table p {
    font-size: 24px;
    font-weight: bold;
}
.table_main_box table span {
    color: #cc0000;
}
.table_main_box table td {
    font-size: 18px;
    line-height: 50px;
    border: 1px solid #f0f0f0;
}
.table_main_box table td a:hover {
    color: #cc0000;
}
/* 考试工具 新增结束 */
.mainBox_title {
    width: 92%;
    margin-left: 14px;
    height: 28px;
    line-height: 28px;
    font-size: 22px;
    font-family: FZLanTingHeiS-DB-GB;
    font-weight: 400;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.mainBox_title a {
    color: #af2c23;
}
.mainBox_top_news_content p {
    width: 597px;
    height: 38px;
    font-size: 18px;
    font-family: FZLanTingHeiS-R-GB;
    font-weight: 400;
    color: #666666;
    line-height: 38px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.mainBox_top_news_content p a {
    color: #666666;
}
.mainBox_top_news_content p a:hover {
    color: #af2c23;
}
.mainBox_top_img {
    width: 714px;
    height: auto;
    float: right;
}
.mainBox_img01 {
    width: 231px;
    height: 170px;
}
.mainBox_img02 {
    width: 231px;
    height: 170px;
    margin-top: 10px;
}
.mainBox_img01 img,
.mainBox_img02 img {
    width: 231px;
    height: 170px;
}
.mainBox_img03 {
    width: 714px;
    height: 350px;
}
.mainBox_img03 img {
    width: 714px;
    height: 350px;
}
.mainBox_img03 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
}
.mainBox_img03 .swiper-pagination-bullet-active {
    width: 25px;
    height: 10px;
    background: #ffffff;
    border-radius: 5px;
}
.mainBox_top_img img {
    object-fit: cover;
}
.mainBox_middle {
    height: 430px;
    margin-top: 20px;
    text-align: left;
}
.mainBox_middle_ks {
    width: 667px;
    height: 430px;
    background: #ffffff;
    float: left;
    box-sizing: border-box;
    padding: 28px;
}
.mainBox_middle_mk {
    padding: 28px;
    width: 357px;
    height: 430px;
    background: #ffffff;
    float: right;
    box-sizing: border-box;
}
.mainBox_middle_sz {
    padding: 28px;
    width: 357px;
    height: 430px;
    float: right;
    background: #ffffff;
    box-sizing: border-box;
}
.mainBox_middle_top {
    overflow: hidden;
}
.main_title {
    width: 96px;
    height: 46px;
    font-size: 24px;
    font-family: FZLanTingHeiS-R-GB;
    font-weight: bold;
    color: #333333;
    line-height: 46px;
    float: left;
}
.main_more {
    width: 34px;
    height: 46px;
    font-size: 16px;
    font-family: FZLanTingHeiS-R-GB;
    font-weight: 400;
    line-height: 46px;
    float: right;
}
.main_more a {
    color: #666666;
}
.main_img_box {
    width: 88px;
    text-align: center;
    float: left;
    margin: 26px 42px 0 0;
}
.main_img_box:nth-child(5n) {
    margin-right: 0;
}
.main_img_box img {
    width: 88px;
    height: 90px;
}
.main_img_box p {
    font-size: 18px;
    font-family: FZLanTingHeiS-R-GB;
    font-weight: 400;
    color: #333333;
    line-height: 46px;
}
.main_middle_img {
    width: 301px;
    height: 112px;
    border-radius: 8px;
    margin-top: 20px;
}
.main_middle_img img {
    width: 301px;
    height: 112px;
    border-radius: 8px;
}
.mainBox_middle_sz_text {
    padding-bottom: 25px;
    height: 62px;
    line-height: 31px;
    text-align: center;
}
.mainBox_middle_sz_text p {
    font-size: 20px;
    font-family: FZLanTingHeiS-R-GB;
    font-weight: 400;
    line-height: 31px;
}
.mainBox_middle_sz_text p a {
    color: #333333;
}
.mainBox_middle_sz_text p a:hover {
    color: #af2c23;
}
.mainBox_middle_bot {
    margin-top: 48px;
    width: 301px;
    height: auto;
    background: url('https://u3.huatu.com/uploads/allimg/210525/660974-2105251922051165857694.png') no-repeat;
    background-size: 301px 137px;
}
.mainBox_middle_sz_btn {
    width: 160px;
    height: 50px;
    background: linear-gradient(135deg, #af2c23, #e66f5a);
    box-shadow: 0px 3px 15px 0px rgba(138, 26, 17, 0.5);
    border-radius: 25px;
    font-size: 18px;
    font-family: FZLanTingHeiS-R-GB;
    font-weight: 400;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
}
.main_study_title {
    width: 180px;
    font-size: 18px;
    font-family: FZLanTingHeiS-R-GB;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    float: left;
}
.main_study {
    width: 86px;
    height: 30px;
    background: #fcede9;
    border-radius: 16px;
    font-size: 16px;
    font-family: FZLanTingHeiS-R-GB;
    font-weight: 400;
    color: #e23c2d;
    line-height: 30px;
    text-align: center;
    float: right;
}
.main_study a {
    color: #e23c2d;
}
.main_middle_bot {
    padding-top: 20px;
    height: 177px;
    overflow: hidden;
}
.main_middle_bot_box {
    position: relative;
    border-left: 1px solid #d9dadd;
    padding-left: 4%;
    width: 96%;
    height: 48px;
    box-sizing: border-box;
    margin-left: 4%;
}
.main_middle_bot_box:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 5px;
    width: 15px;
    height: 15px;
    background: #ffffff;
    border: 2px solid #e66f5a;
    border-radius: 50%;
}
.main_study:hover {
    background: linear-gradient(135deg, #af2c23, #e66f5a);
}
.main_study:hover a {
    color: #ffffff;
}
.logo_img {
    width: 12%;
}
.logo_img img {
}
.gonggao_bg {
    width: 100%;
    height: 670px;
    background: url('https://js.huatu.com/zt/indexcs/images/bg.png');
    margin-bottom: 30px;
    background-position-y: -10px;
}
.gonggao_bg .gonggao .gg_title {
    height: 80px;
    background: #ffffff;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
}
.gonggao_bg .gonggao .gg_title .gg_img {
    width: 80px;
    height: 85px;
    background: url('https://js.huatu.com/zt/indexcs/images/gonggao.png');
    font-size: 24px;
    font-family: FZLanTingHeiS-DB-GB;
    font-weight: 400;
    color: #ffffff;
    line-height: 30px;
    padding-top: 10px;
}
.gonggao_bg .gonggao .gg_title .tl1024_new_gg {
    width: 1308px;
    background-size: 100%;
    height: 80px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
}
.gonggao_bg .gonggao .gg_title .news_scroll {
    position: relative;
    width: calc(100% - 10px);
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
}
.gonggao_bg .gonggao .gg_title .tl1024_new_gg a {
    line-height: 30px;
    box-sizing: border-box;
    position: relative;
    font-size: 16px;
    padding-left: 10px;
    display: inline-block;
}
.gonggao_bg .gonggao .gg_title .tl1024_new_gg a.active,
.gonggao_bg .gonggao .gg_title .tl1024_new_gg a:hover {
    color: #f71e0e;
}
.gonggao_bg .gonggao .gg_center {
    float: left;
    width: 1344px;
    padding: 28px;
    margin-top: 30px;
    border: 0px solid #e6e6e6;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}
.gonggao_bg .gonggao .gg_center .gg_center_left .gg_box,
.gonggao_bg .gonggao .gg_center .gg_center_right .gg_box {
    width: 394px;
    margin-bottom: 20px;
}
.gonggao_bg .gonggao .gg_center .gg_center_left .gg_box .gg_box_top,
.gonggao_bg .gonggao .gg_center .gg_center_right .gg_box .gg_box_top {
    width: 394px;
    font-size: 22px;
    font-family: FZLanTingHeiS-DB-GB;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    overflow: hidden;
    margin-bottom: 18px;
}
.gonggao_bg .gonggao .gg_center .gg_center_left .gg_box .gg_box_top span,
.gonggao_bg .gonggao .gg_center .gg_center_right .gg_box .gg_box_top span {
    width: 57px;
    height: 26px;
    display: block;
    background: url('https://js.huatu.com/zt/indexcs/images/remen.png') no-repeat;
    font-size: 16px;
    font-family: FZLanTingHeiS-R-GB;
    font-weight: 400;
    color: #ffffff;
    line-height: 26px;
    padding-right: 2px;
}
.gonggao_bg .gonggao .gg_center .gg_center_left .gg_box .gg_box_top .gg_box_top_title,
.gonggao_bg .gonggao .gg_center .gg_center_right .gg_box .gg_box_top .gg_box_top_title {
    line-height: 26px;
}
.gonggao_bg .gonggao .gg_center .gg_center_left .gg_box p,
.gonggao_bg .gonggao .gg_center .gg_center_right .gg_box p {
    font-size: 16px;
    font-family: FZLanTingHeiS-R-GB;
    font-weight: 400;
    color: #666666;
    line-height: 45px;
    text-align: left;
}
.gonggao_bg .gonggao .gg_center .gg_center_left .gg_box p a,
.gonggao_bg .gonggao .gg_center .gg_center_right .gg_box p a {
    color: #666666;
}
.gonggao_bg .gonggao .gg_center .gg_center_left .gg_box p a:hover,
.gonggao_bg .gonggao .gg_center .gg_center_right .gg_box p a:hover {
    color: #af2c23;
}
.gonggao_bg .gonggao .gg_center .gg_center_middle {
    width: 480px;
    height: 400px;
    margin: 0 40px 0 20px;
}
.gonggao_bg .gonggao .gg_center .gg_center_middle .newtab {
    width: 480px;
    height: 36px;
    margin-bottom: 22px;
    background: #f8f8f8;
}
.gonggao_bg .gonggao .gg_center .gg_center_middle .newtab li {
    width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #000000;
    float: left;
    background: #f8f8f8;
}
.gonggao_bg .gonggao .gg_center .gg_center_middle .newtab .active {
    color: #ffffff;
    background: #af2c23;
    border-radius: 18px;
}
.gonggao_bg .gonggao .gg_center .gg_center_middle .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
}
.gonggao_bg .gonggao .gg_center .gg_center_middle .swiper-pagination-bullet-active {
    width: 25px;
    height: 10px;
    background: #ffffff;
    border-radius: 5px;
}
.gonggao_bg .gonggao .gg_center .gg_center_middle .swiper_img img {
    width: 480px;
    height: 278px;
}
.gonggao_bg .gonggao .gg_center .gg_center_middle .tab_bot {
    overflow: hidden;
}
.gonggao_bg .gonggao .gg_center .gg_center_middle .tab_bot li {
    width: 149px;
    height: 40px;
    background: #f8f8f8;
    border-radius: 20px;
    line-height: 40px;
    float: left;
    margin-top: 24px;
}
.gonggao_bg .gonggao .gg_center .gg_center_middle .tab_bot li a {
    font-size: 18px;
    font-family: FZLanTingHeiS-R-GB;
    font-weight: 400;
    color: #666666;
    line-height: 40px;
}
.gonggao_bg .gonggao .gg_center .gg_center_middle .tab_bot li:nth-child(2) {
    margin: 24px 15px 0 15px;
}
.gonggao_bg .gonggao .gg_center .gg_center_middle .tab_bot li:nth-child(5) {
    margin: 24px 15px 0 15px;
}

.zbrl {
    height: 501px;
}
.zbrl .zhibo {
    width: 940px;
}
.zbrl .zhibo .zhibo_title {
    width: 940px;
    height: 70px;
}
.zbrl .zhibo .zhibo_title .zb_today {
    text-align: left;
    width: 185px;
    height: 70px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHcAAABGCAMAAADBwfuwAAACAVBMVEUAAAAAAAAAAP//AAD/AP///wCAAP//AAD/gAD/gICqVVWqVf//qgD/qlW/QEDMmQD/mQCqANXVVVX/VVWSALaSANu2SdvbANvbkiT/kiSfQL+fQN//YED/jhzMGsz/M03/gAD/mQC5F9H/Lkb/Ri7/lSuxJ8TrO07/iRS7IszuRFX/iDP/jyC0LdL/PDzjR1Xxjjn/R1WuKNfyQzbylCjyTUDyjCa2MdvzST2uLtzzlwzzly7/ixe8IdO8Id70TkP/kCy/IN+/Nd+4M9bCKeD/hR/rTkX/iSe9Jtm9JuP2fyTtT0b2hCO7KtT2iCq9Kd63KN/vUEj3hyj3ix+8LdrwSUn4gyz4iiS4I9WzMNb/iiLrSkq+J9j4iSe/Jtn5jCa7MtO7MtrsS0vnSUP5hiu5KdbzQEv5iyO7KNe7Ldf5iCLvQUz0QEr0iiW2KtX1hyS4LtbwQke5Ldf1jCj6iSe8Jt3sQ0i9Jtm9L9nxQkz2R0f6iSv6iyW7KdvxRES8KNv7iyT7iyi5MNzyRkb7jSjyRUXuRET2jCK8KtnuR0f3iiq5Ldq6LdvvSUn3iyT3iyy4K9y4L9y5LtjsSUbzQkb3iyf0jSb7iSb7jSbwREe8MNr4jCn7jCm9L9vwRUXwRUn4jCi8K9jxR0f4jCq6Kdm6MNnuRUj4hinuREfuR0f4iyV7ezlmAAAAq3RSTlMAAQEBAQECAgICAwMDAwQFBQYGBgcHBwcHBwgICAkKCgoKCwsLDA0NDQ8PDxARERISEhMTExQUFRUWFhYWFxcXFxgYGRkZGhobGxwdHR4eHyAgICEiIyMjJCUlJicnKCgpKSkqKiwsLC0tLS8wMDExMjIzMzQ1NTY2NjY2Nzg4OTk5Ojo6Ozw8PT09Pj8/QEBBQUJCQkJDQ0NERUVFRkZGR0hISUpKSkpLS0vnnzRZAAAB/klEQVQYGb3B+VdMYRwH4M81zY2yDJUsY0kxDYlkiSyjZF8zdpOlbImSLDWRTEgSEhmUpRB/pXNmvmfunfv+8p7bOZ/nga6KpqGJiaGmClAVxf6KWBF4ykZ/p4yWgaUw/tMmXgiS9m9p2sFRHncoB0X9e4d6UHS8dugAxbOXDs9BEVOA4rECFPcVoLijAMVNBSiuKkBxWQGKcwpQnFCA4pgCFAcUoNitAMUOBVwLdf8Z6w5BywYF3Ir8S4hAR+kah1K4VDkmKqEhsNIhAJei30UUGvwBBz9c+vg16csnaMha4pAFl4bFh2HoyPGnyYFbb8TAAHQYc9IYcKtPvOiDFmOmjQHXesSTHmjKnCYyMQmdItoJbZ4ETEqbuNsGqmZxqxlUjeJaI6gaxIUGUEXE2QioTorjp0BVKw7Xgmq/2HMQVDUiVAOqrWLjFlCtFSXrQbVKFJeAarkoKAbVoqVJ8wtA5ZuXNMsHKq8vaboHXFNnJHhA5/F6PUjKr+sfH++vywdX1civhJGdYKr6kVINntlvP6cM5oIm/G7QEgZNa+8rSytourqeWh6B5sG9hzagabndYgOa61du2IDm4vlLNqA5Ez5tA5qjh47YgGbfrr02oNm2abtlM2iCq9dZgqDJXRG0LACNsXBZyuIp4DHz5oo8E0wZpsgAm5mdbYLqP6JScsmnYCf2AAAAAElFTkSuQmCC)
        no-repeat;
    background-position: 60px 0;
    font-size: 30px;
    font-family: FZLanTingHeiS-DB-GB;
    font-weight: 400;
    color: #333333;
    line-height: 70px;
    font-weight: bold;
}
.zbrl .zhibo .zhibo_title .zb_city {
    width: 88px;
    height: 32px;
    background: #f6f7fa;
    border-radius: 16px;
    margin-top: 20px;
    line-height: 32px;
    text-align: left;
    position: relative;
    font-size: 14px;
    /*������������ʽ*/
    /*����������*/
    /*���������*/
}
.zbrl .zhibo .zhibo_title .zb_city .zlb_select {
    position: absolute;
    top: 32px;
    width: 80px;
    height: 198px;
    background: #f6f7fa;
    border: none;
    box-sizing: border-box;
    color: #999999;
    cursor: pointer;
    overflow: auto;
    overflow-y: auto;
    z-index: 99;
    left: 5px;
}
.zbrl .zhibo .zhibo_title .zb_city .zlb_select li {
    width: 80px;
    height: 29px;
    box-sizing: border-box;
    padding-left: 10px;
}
.zbrl .zhibo .zhibo_title .zb_city .zlb_select li:hover {
    color: #ffffff;
    background: dodgerblue;
}
.zbrl .zhibo .zhibo_title .zb_city .zlb_select::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
.zbrl .zhibo .zhibo_title .zb_city .zlb_select::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #535353;
}
.zbrl .zhibo .zhibo_title .zb_city .zlb_select::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
    border-radius: 10px;
    background: #ccc;
}
.zbrl .zhibo .zhibo_title .zb_city i {
    display: inline-block;
    width: 18px;
    height: 9px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAJBAMAAADN8WE8AAAAD1BMVEUAAACZmZmYmJiZmZmZmZmNNnHDAAAABHRSTlMAHt3dad/92wAAADJJREFUCNdjEHKBAEMGRhUww1mAgUEIKsQAEQQJQQRBQmBBiBBIECIEFFSGCjEwCIIIAD/bCV612u5YAAAAAElFTkSuQmCC) no-repeat;
    background-size: 16px;
    position: absolute;
    top: 12px;
    right: 12px;
}
.zbrl .zhibo .zhibo_title .zb_city span {
    display: block;
    margin-left: 15px;
}
.zbrl .zhibo .zhibo_title .zhibo_nav {
    overflow: hidden;
    float: right;
}
.zbrl .zhibo .zhibo_title .zhibo_nav li {
    float: left;
    line-height: 70px;
    font-size: 18px;
    margin: 0 10px;
}
.zbrl .zhibo .zhibo_title .zhibo_nav li a {
    display: block;
    position: relative;
}
.zbrl .zhibo .zhibo_title .zhibo_nav .zhibo_act a:after {
    content: '';
    width: 30px;
    height: 0px;
    border-bottom: 3px solid #af2c23;
    border-radius: 1px;
    display: inline-block;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%, 0);
}
.zbrl .zhibo .zhibo_list {
    width: 940px;
    padding-bottom: 10px;
}
.zhibo_list .zhibo_list_son {
    width: 940px;
    overflow: hidden;
}
.zbrl .zhibo .zhibo_list .zhiboBox {
    width: 300px;
    height: 170px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    float: left;
    margin-right: 20px;
    padding: 18px 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.zbrl .zhibo .zhibo_list .zhiboBox .box_title {
    width: 260px;
    height: 28px;
}
.zbrl .zhibo .zhibo_list .zhiboBox .box_title .status {
    width: 68px;
    height: 26px;
    background: url('https://js.huatu.com/zt/indexcs/images/zb_status.png') no-repeat;
    font-size: 14px;
    font-family: FZLanTingHeiS-R-GB;
    font-weight: 400;
    color: #fefefe;
    line-height: 26px;
}
.zbrl .zhibo .zhibo_list .zhiboBox .box_title .title {
    width: 180px;
    height: 26px;
    font-size: 16px;
    font-family: FZLanTingHeiS-R-GB;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    margin-left: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}
.zbrl .zhibo .zhibo_list .zhiboBox .box_time {
    width: 260px;
    height: 16px;
    margin: 20px 0;
    box-sizing: border-box;
    padding-left: 10px;
}
.zbrl .zhibo .zhibo_list .zhiboBox .box_time i {
    display: block;
    width: 16px;
    height: 16px;
    background: url('https://js.huatu.com/zt/indexcs/images/time.png') no-repeat center;
    float: left;
    background-size: 13px;
}
.zbrl .zhibo .zhibo_list .zhiboBox .box_time span {
    display: block;
    float: left;
    font-size: 13px;
    font-family: FZLanTingHeiS-R-GB;
    font-weight: 400;
    color: #666666;
    line-height: 16px;
    margin: 0 10px;
}
.zbrl .zhibo .zhibo_list .zhiboBox .box_other .teacher {
    width: 55px;
    height: 55px;
}
.zbrl .zhibo .zhibo_list .zhiboBox .box_other .teacher img {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    border-radius: 50% 50%;
    margin-bottom: 10px;
}
.zbrl .zhibo .zhibo_list .zhiboBox .box_other .teacher span {
    display: block;
    height: 12px;
    overflow: hidden;
}
.teacher span {
    line-height: 12px;
}
.zbrl .zhibo .zhibo_list .zhiboBox .box_other .pirce {
    font-size: 13px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #af2c23;
    line-height: 55px;
    margin-left: 20px;
}
.zbrl .zhibo .zhibo_list .zhiboBox .box_other .btns {
    float: right;
    width: 98px;
    height: 36px;
    background: #af2c23;
    border-radius: 18px;
    margin-top: 10px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #ffffff;
    line-height: 36px;
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
}
.zbrl .zhibo .zhibo_list .zhiboBox .box_other .btns:hover {
    background: #e8401e;
}
.zbrl .zhibo .zhibo_list .zhiboBox .box_other .btns i {
    display: inline-block;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD////////////////////////////////////////////////////iJRviKR/jKR/jKyHlNSvlNi3xgXryhHz3q6b4s676vbj94+H95OL95eX96Oj96ef97Oz///935uXoAAAADnRSTlMACAlUVVt7np+/wOXm/rEwd2IAAAB9SURBVBjTbY9LEsIgAEODhRYo4F+rVd/9b+kC0IVml8zkJ0kybgphckYNdgaA2VY+ZhryKElDhvXZlEEyCVj2pzsAycgBLKXszi8AJ9+EUo5XwCt8hFIuEH+Fr+VQLT1020N77a3WbiSbYX20YfbfdMmmypPtd43zMfp6/w2YUBIS8dEUCAAAAABJRU5ErkJggg==);
    width: 16px;
    height: 16px;
    position: absolute;
    top: 10px;
    left: 10px;
}
.zbrl .zhibo .zhibo_list div:nth-child(3n) {
    margin-right: 0;
}
.zbrl .rili {
    width: 438px;
    margin-left: 22px;
}
.zbrl .rili .rili_ks {
    text-align: left;
    width: 100%;
    height: 70px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHcAAABGCAMAAADBwfuwAAACAVBMVEUAAAAAAAAAAP//AAD/AP///wCAAP//AAD/gAD/gICqVVWqVf//qgD/qlW/QEDMmQD/mQCqANXVVVX/VVWSALaSANu2SdvbANvbkiT/kiSfQL+fQN//YED/jhzMGsz/M03/gAD/mQC5F9H/Lkb/Ri7/lSuxJ8TrO07/iRS7IszuRFX/iDP/jyC0LdL/PDzjR1Xxjjn/R1WuKNfyQzbylCjyTUDyjCa2MdvzST2uLtzzlwzzly7/ixe8IdO8Id70TkP/kCy/IN+/Nd+4M9bCKeD/hR/rTkX/iSe9Jtm9JuP2fyTtT0b2hCO7KtT2iCq9Kd63KN/vUEj3hyj3ix+8LdrwSUn4gyz4iiS4I9WzMNb/iiLrSkq+J9j4iSe/Jtn5jCa7MtO7MtrsS0vnSUP5hiu5KdbzQEv5iyO7KNe7Ldf5iCLvQUz0QEr0iiW2KtX1hyS4LtbwQke5Ldf1jCj6iSe8Jt3sQ0i9Jtm9L9nxQkz2R0f6iSv6iyW7KdvxRES8KNv7iyT7iyi5MNzyRkb7jSjyRUXuRET2jCK8KtnuR0f3iiq5Ldq6LdvvSUn3iyT3iyy4K9y4L9y5LtjsSUbzQkb3iyf0jSb7iSb7jSbwREe8MNr4jCn7jCm9L9vwRUXwRUn4jCi8K9jxR0f4jCq6Kdm6MNnuRUj4hinuREfuR0f4iyV7ezlmAAAAq3RSTlMAAQEBAQECAgICAwMDAwQFBQYGBgcHBwcHBwgICAkKCgoKCwsLDA0NDQ8PDxARERISEhMTExQUFRUWFhYWFxcXFxgYGRkZGhobGxwdHR4eHyAgICEiIyMjJCUlJicnKCgpKSkqKiwsLC0tLS8wMDExMjIzMzQ1NTY2NjY2Nzg4OTk5Ojo6Ozw8PT09Pj8/QEBBQUJCQkJDQ0NERUVFRkZGR0hISUpKSkpLS0vnnzRZAAAB/klEQVQYGb3B+VdMYRwH4M81zY2yDJUsY0kxDYlkiSyjZF8zdpOlbImSLDWRTEgSEhmUpRB/pXNmvmfunfv+8p7bOZ/nga6KpqGJiaGmClAVxf6KWBF4ykZ/p4yWgaUw/tMmXgiS9m9p2sFRHncoB0X9e4d6UHS8dugAxbOXDs9BEVOA4rECFPcVoLijAMVNBSiuKkBxWQGKcwpQnFCA4pgCFAcUoNitAMUOBVwLdf8Z6w5BywYF3Ir8S4hAR+kah1K4VDkmKqEhsNIhAJei30UUGvwBBz9c+vg16csnaMha4pAFl4bFh2HoyPGnyYFbb8TAAHQYc9IYcKtPvOiDFmOmjQHXesSTHmjKnCYyMQmdItoJbZ4ETEqbuNsGqmZxqxlUjeJaI6gaxIUGUEXE2QioTorjp0BVKw7Xgmq/2HMQVDUiVAOqrWLjFlCtFSXrQbVKFJeAarkoKAbVoqVJ8wtA5ZuXNMsHKq8vaboHXFNnJHhA5/F6PUjKr+sfH++vywdX1civhJGdYKr6kVINntlvP6cM5oIm/G7QEgZNa+8rSytourqeWh6B5sG9hzagabndYgOa61du2IDm4vlLNqA5Ez5tA5qjh47YgGbfrr02oNm2abtlM2iCq9dZgqDJXRG0LACNsXBZyuIp4DHz5oo8E0wZpsgAm5mdbYLqP6JScsmnYCf2AAAAAElFTkSuQmCC)
        no-repeat;
    background-position: 60px 0;
    font-size: 30px;
    font-family: FZLanTingHeiS-DB-GB;
    font-weight: 400;
    color: #333333;
    line-height: 70px;
    font-weight: bold;
}
.zbrl .rili .rili_conent {
    width: 436px;
    height: 368px;
    position: relative;
    background: url('https://js.huatu.com/zt/indexcs/images/kaoshi_bg.png');
}
.zbrl .rili .rili_conent .rl_title {
    height: 64px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 60px;
}
.zbrl .rili .rili_conent .rl_title ul li {
    font-size: 16px;
    font-family: FZLanTingHeiS-R-GB;
    font-weight: 400;
    color: #ffffff;
    float: left;
    margin: 22px 19px;
}
.zbrl .rili .rili_conent .rl_list {
    width: 402px;
    height: 280px;
    margin-left: 17px;
    margin-top: 6px;
}
.zbrl .rili .rili_conent .rl_list li {
    width: 401px;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    margin-left: 1px;
}
.zbrl .rili .rili_conent .rl_list li span {
    display: block;
    float: left;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zbrl .rili .rili_conent .rl_list li .leixing {
    width: 175px;
    padding-left: 10px;
    box-sizing: border-box;
}
.zbrl .rili .rili_conent .rl_list li .leixing:hover {
    color: #af2c23;
}
.zbrl .rili .rili_conent .rl_list li .renshu {
    width: 52px;
}
.zbrl .rili .rili_conent .rl_list li .baoming {
    width: 51px;
    margin: 0 18px 0 32px;
}
.zbrl .rili .rili_conent .rl_list li .kaoshi {
    width: 53px;
}
.zbrl .rili .rili_conent .rl_list li:nth-child(2n) {
    background: #f6f7fa;
}

.zhaopin_bg {
    background: #f6f7fa;
    width: 100%;
}
.zhaopin_bg .zhaopin {
    height: 510px;
    box-sizing: border-box;
    padding-top: 20px;
}
.zhaopin_bg .zhaopin h2 {
    text-align: left;
    height: 60px;
    font-size: 36px;
    font-family: FZLanTingHeiS-DB-GB;
    font-weight: 400;
    line-height: 60px;
    margin-bottom: 20px;
}
.zhaopin_bg .zhaopin h2 span {
    color: #af2c23;
}
.zhaopin_bg .zhaopin h2 i {
    display: inline-block;
    width: 35px;
    height: 30px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAeCAMAAACR41cYAAAB9VBMVEUAAAD/AACAAAD/AACqAAC/QADMADPbACT/AADjHADRFwDoABfYJxTdERHPEBDfEADVKxzxHBzkGxvmGhreISHiJxTkGwnmIRnnIBjoHw/hHg/iJB3jIxzfJhPnHhjnHhjjIRzeIRvkGxvfGxvfJRviHR3kIBfhIxrhIhnlHhniHRngJxvkIxvlHhbjIxnjJhjgJRjkIhvhIhfhIRriJxriIxrjIhzhJBjiIBfiJhfiIxrjIhnjJBniIBviJRrjJhzkIhniJBriJBrjJRfhIhviIxjkIxjjIxjjJRrkIhniIRnkIxvjJBrjJBjiIxjiJRniIhnhIhnjJhnjJhrhJhjhIxriJBvkJBjiJBvjJRnjJRniIxjiIxziIhziJBrgJBriIxnjJRviJBrjIhriIhriIhriJBniJBriIxrjJBvhJRvjIxnjJBniJBvkJBvjIxniIxnjIxniIxniJBrkJBriIxriJBviIxviJRnjJBriJRviJBriJBriIxriJRnjJRniJBniJBzjJRriJBrjIxriIxriJBvjJBvjJBniIxniJRnjJBviJBviJBriJRriIxriIxrhIxrjJBriJRviJBviIxnjJBviJBvjIxrhJRrjJBriJBrjJBriJBriJBviIxviJRrjJRrjIxniIxniIxniJRviJRuh3fEVAAAApnRSTlMAAQICAwQFBwcJCwsNDxAQEhITFBcaHB8gISIjJCgqKy4vLzAwNDg7PDw9QUJFSEpLS0xNT1BSVVdXWFtcYGFkaGprbnBzc3V2eXp9f4CChIaHh4eIiY2Nj5CRk5OUlZaXmZycnZ6lqKmrrK+vsbG1tra3ubq7v8DBxsnLzM3NztPV2NnZ2tzd3t/f4eLj5ebn6Ort7/Dy8/X29vf3+Pj6+/v8/f7+tyrIngAAAZBJREFUGBmFwYlfDHEAxuGXWkWoJDlCcoXcZ0qHIvc1ISTkyC1HOYskJKIcS6ay0ffvbGdmd2rNz8fzKMGiunb7V9eVNfqntIt/8DzMkdm0ZxB5cPzwtW/Qu1BGd+H+HEVNPwPv0mWwHRqT5dkFp2XQxoc0xd2hP10BOVAtXwEUKWAT5MmXFMZSQCnM0JhXXFBAEczTmD5qFbAYSuTLhXIFJH3ksXwnGZmroP1QqZjlQzTJYMobhqsnyrH+Cz8XyGTJV3ixu3BlWTMMl8gs7y0x4S0yy7/9m7inG2QQqonAp8tVx74fOPUSuJGhv01ths5tIenco0PSihZ4natEKS1QlyppcoReRZUP8n6WEtTDHjmWAdmKWm3zZJLGKRzhrFwVwEY5imGfxmmlI0WuS8BBua4SzpJvFWyV5zlwS67ZEfbK10BPslypQ0CPPDdpl6+b8/IsxTFTrh2QrZhMKJUntLOP7uIJcs2HtXJsPmo1QKMVV99Va8WcgCbryDrJ5j8+S/f6bXtgwDYbtO0f1zUKSXjCCGx6/CIAAAAASUVORK5CYII=);
    position: relative;
    top: 3px;
}
.zhaopin_bg .zhaopin .zhaopin_main .zhaopinBox {
    width: 370px;
    height: 400px;
}
.zhaopin_bg .zhaopin .zhaopin_main .zhaopinBox ul {
    width: 370px;
    height: 50px;
    border-bottom: solid 1px #999999;
    margin-bottom: 30px;
}
.zhaopin_bg .zhaopin .zhaopin_main .zhaopinBox ul li {
    float: left;
    height: 30px;
    font-size: 20px;
    font-family: FZLanTingHeiS-R-GB;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    margin-right: 14px;
    position: relative;
}
.zhaopin_bg .zhaopin .zhaopin_main .zhaopinBox ul .tored {
    font-size: 26px;
}
.zhaopin_bg .zhaopin .zhaopin_main .zhaopinBox ul .tored:after {
    display: block;
    content: '';
    width: 24px;
    height: 8px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAICAMAAADUf89RAAAAZlBMVEUAAACqAAD/AADYJxTkGxvyGw3mGhrbJBLmIRneIRzlHhrhIhnmIhrjIhngIRfjIRfkJRniJBrgIxvhIxvjJBniIxnhJRniIxrhIxriJBvjJRviJBriJBriJRrjJRriIxniJRviJRsOvefBAAAAIXRSTlMAAwMNExMUHB82OzxaW2NjaGt9oaS2w8TF0O309/v7/f4WRjnMAAAAZElEQVQIHV3BixJCQACG0R/rViqsVaus/d7/JWsyw3COPmB0YuCtJ/Q66eGlO4SbDpoADyUjRFtpU9kIYyIZDwTX1UWaFnXnAuBz/WQ2chBtptXFLWwWd9WubAc/zfPkh7bU3xeKJQpbGhGA5AAAAABJRU5ErkJggg==);
    position: absolute;
    top: 34px;
    left: 11px;
}
.zhaopin_bg .zhaopin .zhaopin_main .zhaopinBox .zhaopinwz a {
    display: block;
    font-size: 18px;
    font-family: FZLanTingHeiS-R-GB;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
    margin: 15px 0px;
    text-align: left;
}
.zhaopin_bg .zhaopin .zhaopin_main .zhaopinBox .zhaopinwz a:hover {
    color: #af2c23;
}
.zhaopin_bg .zhaopin .zhaopin_main .zhaopin_m {
    margin: 0 145px;
}

.hot {
    height: 406px;
    margin-top: 20px;
}
.hot h2 {
    text-align: left;
    height: 60px;
    font-size: 36px;
    font-family: FZLanTingHeiS-DB-GB;
    font-weight: 400;
    line-height: 60px;
    margin-bottom: 20px;
}
.hot h2 span {
    color: #af2c23;
}
.hot h2 i {
    display: inline-block;
    width: 35px;
    height: 30px;
    background: url(https://js.huatu.com/zt/indexcs/images/tuijian.png) no-repeat;
    position: relative;
    top: 3px;
}
.hot .tuijianBox .tuijianleft {
    width: 415px;
    height: 325px;
    margin-right: 30px;
}
.hot .tuijianBox .tuijianleft ul {
    width: 415px;
    height: 325px;
}
.hot .tuijianBox .tuijianleft ul li {
    margin-top: 15px;
    width: 200px;
    height: 70px;
    line-height: 70px;
    float: left;
}
.hot .tuijianBox .tuijianleft ul li a {
    font-size: 20px;
    color: #ffffff;
}
.hot .tuijianBox .tuijianleft ul li:nth-child(1) {
    background: url('https://js.huatu.com/zt/indexcs/images/zhiweiku.png') no-repeat;
    margin-top: 0;
}
.hot .tuijianBox .tuijianleft ul li:nth-child(2) {
    background: url('https://js.huatu.com/zt/indexcs/images/zaixianxuexi.png') no-repeat;
    margin-top: 0;
}
.hot .tuijianBox .tuijianleft ul li:nth-child(3) {
    background: url('https://js.huatu.com/zt/indexcs/images/zaixianxuexi.png') no-repeat;
}
.hot .tuijianBox .tuijianleft ul li:nth-child(4) {
    background: url('https://js.huatu.com/zt/indexcs/images/shizhengzhoubo.png') no-repeat;
}
.hot .tuijianBox .tuijianleft ul li:nth-child(5) {
    background: url('https://js.huatu.com/zt/indexcs/images/mokaodasai.png') no-repeat;
}
.hot .tuijianBox .tuijianleft ul li:nth-child(6) {
    background: url('https://js.huatu.com/zt/indexcs/images/beikaotushu.png') no-repeat;
}
.hot .tuijianBox .tuijianleft ul li:nth-child(7) {
    background: url('https://js.huatu.com/zt/indexcs/images/zhaopiancaijian.png') no-repeat;
}
.hot .tuijianBox .tuijianleft ul li:nth-child(8) {
    background: url('https://js.huatu.com/zt/indexcs/images/gonggaoku.png') no-repeat;
}
.hot .tuijianBox .tuijianleft ul li:nth-child(2n) {
    margin-left: 15px;
}
.hot .tuijianBox .tuijiancenter {
    width: 550px;
    height: 325px;
    overflow: hidden;
}
.hot .tuijianBox .tuijiancenter img {
    width: 550px;
    height: 325px;
}
.hot .tuijianBox .tuijiancenter .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
}
.hot .tuijianBox .tuijiancenter .swiper-pagination-bullet-active {
    width: 25px;
    height: 10px;
    background: #ffffff;
    border-radius: 5px;
}
.hot .tuijianBox .tuijianright {
    background: url('https://js.huatu.com/zt/indexcs/images/tuijianbg.png') no-repeat;
    width: 375px;
    height: 325px;
    box-sizing: border-box;
    padding: 4px;
    margin-left: 30px;
}
.hot .tuijianBox .tuijianright_box {
    width: 365px;
    height: 316px;
    border: solid 1px #d8bfd8;
    box-sizing: border-box;
    padding: 16px;
}
.hot .tuijianBox .tuijianright_box .tuijian {
    width: 332px;
    height: 85px;
    background: #ffffff;
    border-radius: 43px;
    margin-bottom: 15px;
    box-sizing: border-box;
    padding: 10px;
}
.hot .tuijianBox .tuijianright_box .tuijian img {
    width: 65px;
    height: 65px;
    margin-right: 10px;
}
.hot .tuijianBox .tuijianright_box .tuijian .tuijian_zk {
    font-size: 24px;
    font-family: FZLanTingHeiS-DB-GB;
    font-weight: 400;
    color: #af2c23;
    line-height: 30px;
    background: linear-gradient(0deg, #af2c23 0%, #e66f5a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: left;
}
.hot .tuijianBox .tuijianright_box .tuijian .yeudu {
    background: linear-gradient(0deg, #e994ba 0%, #e86d6d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: left;
}
.hot .tuijianBox .tuijianright_box .tuijian .zhenti {
    background: linear-gradient(0deg, #e9a54b 0%, #e97840 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: left;
}
.hot .tuijianBox .tuijianright_box .tuijian .tuijian_zk2 {
    margin-top: 5px;
    font-size: 18px;
    font-family: FZLanTingHeiS-DB-GB;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}
.hot .tuijianBox .tuijianright_box .tuijian .tuijian_zk2 i {
    display: inline-block;
    background: url('https://js.huatu.com/zt/indexcs/images/go01.png');
    width: 50px;
    height: 20px;
    position: relative;
    top: 3px;
}
.hot .tuijianBox .tuijianright_box .tuijian .tuijian_zk2 .yeudu2 {
    background: url('https://js.huatu.com/zt/indexcs/images/go02.png');
}
.hot .tuijianBox .tuijianright_box .tuijian .tuijian_zk2 .zhenti2 {
    background: url('https://js.huatu.com/zt/indexcs/images/go03.png');
}

.news {
    margin-top: 20px;
    overflow: hidden;
    padding-bottom: 30px;
}
.news h2 {
    width: 1400px;
    text-align: left;
    height: 60px;
    font-size: 36px;
    font-family: FZLanTingHeiS-DB-GB;
    font-weight: 400;
    line-height: 60px;
    padding-bottom: 20px;
    border-bottom: solid 1px #eeeff2;
}
.news h2 span {
    color: #af2c23;
}
.news h2 i {
    margin-right: 10px;
    display: inline-block;
    width: 35px;
    height: 32px;
    background: url(https://js.huatu.com/zt/indexcs/images/zhaokao_icon.png) no-repeat;
    position: relative;
    top: 16px;
}
.news h2 ul {
    margin-left: 50px;
    margin-top: 10px;
}
.news h2 ul li {
    margin-right: 15px;
    height: 44px;
    border-radius: 22px;
    font-size: 18px;
    font-family: FZLanTingHeiS-DB-GB;
    font-weight: 400;
    color: #666666;
    line-height: 44px;
    text-align: center;
    float: left;
    position: relative;
    background: none !important;
}
.bkzd h2 ul li {
    width: auto !important;
    background: none !important;
}
.news h2 ul li:hover a:before {
    content: '';
    width: 50%;
    height: 0px;
    border-bottom: 3px solid #af2c23;
    border-radius: 1px;
    display: inline-block;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translate(-50%, 0);
}
.contact_city ul li {
    width: 120px !important;
}
.contact_text {
    font-size: 16px;
}
.contact_btn1 {
    width: 110px !important;
}
.news_select {
    margin: 20px 0;
}
.news_select li {
    background: #f8f8f8;
    border-radius: 22px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 44px;
    float: left;
    margin-right: 10px;
    padding: 0 15px;
    height: 44px;
    text-align: center;
}
.news_hot {
    width: 156px;
    height: 75px;
    font-size: 30px;
    font-family: FZLanTingHeiS-R-GB;
    font-weight: bold;
    color: #333333;
    line-height: 75px;
    background: url('https://u3.huatu.com/uploads/allimg/210526/660974-2105261541588644830105.png') no-repeat;
    background-size: cover;
    margin: 5px 0;
    margin-bottom: 10px;
}
.news_hot2 {
    width: 100%;
    background: url('https://u3.huatu.com/uploads/allimg/210526/660974-2105261541588644830105.png') no-repeat;
    background-size: 250px 75px;
}
.news_hot span {
    color: #af2c23;
}
.news_left {
    width: 66%;
}
.news_right {
    text-align: left;
}

.news_right ul {
    width: 405px;
    height: 488px;
    background: #f8f8f8;
    box-sizing: border-box;
    padding: 24px 34px 0 34px;
}
.news_right ul li {
    font-size: 18px;
    font-family: FZLanTingHeiS-R-GB;
    font-weight: bold;
    color: #af2c23;
    line-height: 58px;
}
.news_right ul li a:hover {
    color: #af2c23;
}
.news_right ul li span {
    margin-right: 10px;
}
.getyzm {
    width: 135px;
    height: 49px;
    background: #de6552;
    border-radius: 0px 5px 5px 0px;
}
.overyzm {
    float: left;
    width: 40% !important;
    color: #ffffff;
    width: 135px;
    height: 49px;
    background: #cccccc;
    border-radius: 0px 5px 5px 0px;
}
.yuyue_box {
    width: 405px;
    height: 480px;
    background: linear-gradient(135deg, #af2c23, #e66f5a);
    text-align: center;
    padding-top: 38px;
    box-sizing: border-box;
}
.yuyue_box input,
.yuyue_box select,
.yzm {
    width: 360px;
    height: 49px;
    margin-bottom: 10px;
    border-radius: 5px;
    background: #ffffff;
    padding-left: 18px;
    line-height: 56px;
    font-size: 20px;
    box-sizing: border-box;
    border: none;
}
.yzm {
    padding: 0;
    margin: 0 auto;
}
.write_yzm {
    width: 60% !important;
}
.getyzm {
    float: left;
    width: 40%;
    color: #ffffff;
}
.yuyue_btn {
    width: 236px;
    height: 56px;
    background: linear-gradient(90deg, #eea239, #e96b2c);
    border-radius: 28px;
    font-size: 22px;
    font-family: FZLanTingHeiS-R-GB;
    font-weight: 400;
    color: #ffffff;
    line-height: 56px;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
}
.bk_active {
    background: #af2c23 !important;
    color: #ffffff !important;
}
.news h2 .more {
    font-size: 16px;
    font-family: FZLanTingHeiS-R-GB;
    font-weight: 400;
    color: #333333;
    line-height: 60px;
}
.news h2 .more a:hover {
    color: #af2c23;
}
.new_connet_right {
    margin-left: 40px;
}
.news .new_connet li {
    overflow: hidden;
    text-align: left;
}
.news .new_connet li p {
    font-size: 18px;
    display: block;
    float: left;
    width: 349px;
    height: 50px;
    line-height: 50px;
    color: #666666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.news .new_connet li p a {
    color: #666666;
}
.news .new_connet li a:hover {
    color: #af2c23;
}
.news .new_connet ul li span {
    font-size: 18px;
    display: block;
    width: 60px;
    height: 50px;
    line-height: 50px;
    color: #999999;
    float: right;
    margin-left: 30px;
}
.baokao_more {
    background: none !important;
    margin-right: 0 !important;
}
.baokao_more a:hover {
    color: #af2c23;
}
.bkzd h2 ul li:hover a:before {
    width: 0;
}
.bkzz h2 i {
    background: url(https://js.huatu.com/zt/indexcs/images/zhidao_icon.png) no-repeat;
}

.stzl h2 i {
    background: url(https://js.huatu.com/zt/indexcs/images/shiti_icon.png) no-repeat;
}

.bkkc h2 i {
    background: url(https://js.huatu.com/zt/indexcs/images/beikao_icon.png) no-repeat;
    height: 34px;
}

.rexiao_bg {
    background: #f6f7fa;
}
.rexiao_bg .rexiao {
    overflow: hidden;
}
.rexiao_bg .rexiao h2 {
    padding: 10px 0;
    border-bottom: none;
}
.rexiao_bg .rexiao h2 i {
    background: url(https://js.huatu.com/zt/indexcs/images/rexiaokecheng.png) no-repeat;
}
.rexiao_bg .rexiao h2 .xuanze {
    font-size: 18px;
    font-family: FZLanTingHeiS-DB-GB;
    font-weight: 400;
    color: #333333;
    margin-left: 820px;
}
.rexiao_bg .rexiao h2 .xuanze div a {
    font-size: 18px;
    font-family: FZLanTingHeiS-DB-GB;
    font-weight: 400;
    color: #333333;
    display: block;
    margin: 0 20px;
    position: relative;
}
.rexiao_bg .rexiao h2 .xuanze .xz_active a {
    color: #af2c23;
    font-size: 20px;
}
.rexiao_bg .rexiao h2 .xuanze .xz_active a:after {
    content: '';
    width: 30px;
    height: 0px;
    border-bottom: 3px solid #af2c23;
    border-radius: 1px;
    display: inline-block;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%, 0);
}
.rexiao_bg .rexiao .rexiao_list .rexiaoBox {
    float: left;
    width: 327px;
    height: 484px;
    margin-left: 30px;
    background: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}
.rexiao_bg .rexiao .rexiao_list .rexiaoBox img {
    width: 327px;
    height: 220px;
}
.rexiao_bg .rexiao .rexiao_list .rexiaoBox .rx_title {
    margin-top: 25px;
    margin-left: 25px;
    width: 280px;
    height: 60px;
    font-size: 20px;
    font-family: FZLanTingHeiS-DB-GB;
    font-weight: 400;
    color: #333333;
    text-align: left;
    line-height: 30px;
    overflow: hidden;
}
.rexiao_bg .rexiao .rexiao_list .rexiaoBox .rx_title:hover {
    color: #af2c23;
}
.rexiao_bg .rexiao .rexiao_list .rexiaoBox .rx_lei {
    margin-left: 25px;
    width: 280px;
    height: 114px;
}
.rexiao_bg .rexiao .rexiao_list .rexiaoBox .rx_lei span {
    float: left;
    display: block;
    margin-right: 14px;
    background: #f8f8f8;
    border-radius: 3px;
    font-size: 18px;
    font-family: FZLanTingHeiS-R-GB;
    font-weight: 400;
    color: #666666;
    line-height: 40px;
    padding: 0 14px;
    margin-top: 10px;
}
.rexiao_bg .rexiao .rexiao_list .rexiaoBox .rx_lei span:nth-child(2) {
    margin-right: 0 !important;
}
.rexiao_bg .rexiao .rexiao_list .rexiaoBox .rx_lei .lei_name {
    max-width: 226px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rexiao_bg .rexiao .rexiao_list .rexiaoBox .rx_bot {
    margin-left: 25px;
    width: 280px;
    line-height: 38px;
}
.rexiao_bg .rexiao .rexiao_list .rexiaoBox .rx_bot .price {
    height: 24px;
    width: 120px;
    text-align: left;
    font-size: 24px;
    font-family: FZLanTingHei-B-GBK;
    font-weight: 400;
    color: #af2c23;
    float: left;
    line-height: 38px;
}
.rexiao_bg .rexiao .rexiao_list .rexiaoBox .rx_bot .price span {
    font-size: 20px;
    font-family: Myriad Pro;
    font-weight: bold;
    color: #af2c23;
}
.rexiao_bg .rexiao .rexiao_list .rexiaoBox .rx_bot .zixun {
    width: 110px;
    height: 38px;
    background: #af2c23;
    border-radius: 19px;
    line-height: 38px;
    margin-right: 20px;
}
.rexiao_bg .rexiao .rexiao_list .rexiaoBox .rx_bot .zixun a {
    font-size: 18px;
    font-family: FZLanTingHeiS-R-GB;
    font-weight: 400;
    color: #ffffff;
}
.rexiao_bg .rexiao .rexiao_list .rexiaoBox .rx_bot .zixun:hover {
    background: #e8401e;
}
.rexiao_bg .rexiao .rexiao_list div:nth-child(1) {
    margin-left: 0;
}
.rexiao_bg .beikaoBox img {
    height: 220px !important;
}

.beikao_bg {
    background: #f6f7fa;
}
.beikao_bg .news {
    margin-top: 0;
}
.beikao_bg .news h2 {
    padding: 10px 0;
}
.beikao_bg .beikao {
    height: 620px;
}
.beikao_bg .beikao h2 {
    border-bottom: none;
}
.beikao_bg .beikao h2 i {
    background: url('https://js.huatu.com/zt/indexcs/images/tushu.png') no-repeat;
    height: 34px;
}

.tored {
    font-size: 26px;
    color: #af2c23 !important;
}

.tl1024_swiper .swiper-pagination-bullet {
    width: auto;
    height: auto;
    background: none;
    border-radius: 0;
    font-size: 16px;
    line-height: 40px;
    color: #333;
    cursor: pointer;
    opacity: 1;
    margin-left: 8px !important;
}

.tl1024_swiper .swiper-pagination {
    position: absolute;
    top: 0;
    right: 60px;
    margin-left: 390px;
}

.tl1024_swiper .swiper-pagination-bullet-active {
    color: #da544f;
    position: relative;
    border-bottom: 2px solid #da544f;
}

.daohang {
    z-index: 10;
    width: 60px;
    position: fixed;
    top: 25%;
    right: -28px;
    transform: translate(-50%, 0);
    overflow: hidden;
}
.daohang li {
    width: 60px;
    height: 60px;
    background: #ffffff;
    box-shadow: 1px 4px 12px 1px #efefef;
}
.daohang li i {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0 auto;
    margin-top: 10px;
}
.daohang li span {
    display: block;
    margin-top: 6px;
}
.daohang li:nth-child(1) i {
    width: 27px;
    background: url('https://js.huatu.com/zt/indexcs/images/vx_right.png') no-repeat center;
}
.daohang li:nth-child(2) i {
    background: url('https://js.huatu.com/zt/indexcs/images/kf_right.png') no-repeat;
}
.daohang li:nth-child(3) i {
    background: url('https://js.huatu.com/zt/indexcs/images/ziliao_right.png') no-repeat;
}
.daohang li:nth-child(4) i {
    background: url('https://js.huatu.com/zt/indexcs/images/kecheng_right.png') no-repeat;
}
.daohang li:nth-child(5) i {
    background: url('https://js.huatu.com/zt/indexcs/images/tushu_right.png') no-repeat;
}
.daohang li:nth-child(6) i {
    background: url('https://js.huatu.com/zt/indexcs/images/top_right.png') no-repeat center;
}
.daohang li:hover {
    background: linear-gradient(90deg, #da5a29, #c8351e);
    box-shadow: 1px 4px 12px 1px #efefef;
}
.daohang li:hover span {
    color: #ffffff;
}
.daohang li:nth-child(1):hover i {
    background: url('https://js.huatu.com/zt/indexcs/images/act_vx_r.png') no-repeat center;
}
.daohang li:nth-child(2):hover i {
    background: url('https://js.huatu.com/zt/indexcs/images/act_kf_r.png') no-repeat;
}
.daohang li:nth-child(3):hover i {
    background: url('https://js.huatu.com/zt/indexcs/images/act_zl_r.png') no-repeat;
}
.daohang li:nth-child(4):hover i {
    background: url('https://js.huatu.com/zt/indexcs/images/act_kc_r.png') no-repeat;
}
.daohang li:nth-child(5):hover i {
    background: url('https://js.huatu.com/zt/indexcs/images/act_ts_r.png') no-repeat;
}
.daohang li:nth-child(6):hover i {
    background: url('https://js.huatu.com/zt/indexcs/images/act_top_r.png') no-repeat center;
}

.beikaolist {
    overflow: hidden;
}
.beikaolist .beikaoBox {
    margin-left: 30px;
    float: left;
    width: 327px;
    background: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}
.beikaolist .beikaoBox img {
    width: 327px;
    height: 327px;
}
.beikaolist .beikaoBox .book_title {
    font-size: 20px;
    font-family: FZLanTingHeiS-DB-GB;
    font-weight: 400;
    color: #333333;
    margin: 25px 0;
    height: 60px;
    line-height: 30px;
    box-sizing: border-box;
    padding: 0 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: left;
}
.beikaolist .beikaoBox .book_title:hover {
    color: #af2c23;
}
.beikaolist .beikaoBox .rx_bot {
    overflow: hidden;
    margin-left: 25px;
    width: 280px;
    margin-bottom: 20px;
}
.beikaolist .beikaoBox .rx_bot .price {
    height: 24px;
    width: 120px;
    text-align: left;
    font-size: 24px;
    font-family: FZLanTingHei-B-GBK;
    font-weight: 400;
    color: #af2c23;
    float: left;
    line-height: 38px;
}
.beikaolist .beikaoBox .rx_bot .price span {
    font-size: 20px;
    font-family: Myriad Pro;
    font-weight: bold;
    color: #af2c23;
}
.beikaolist .beikaoBox .rx_bot .zixun {
    width: 110px;
    height: 38px;
    background: #af2c23;
    border-radius: 19px;
    line-height: 38px;
    margin-right: 20px;
}
.beikaolist .beikaoBox .rx_bot .zixun a {
    font-size: 18px;
    font-family: FZLanTingHeiS-R-GB;
    font-weight: 400;
    color: #ffffff;
}
.beikaolist .beikaoBox .rx_bot .zixun:hover {
    background: #e8401e;
}

.beikaolist div:nth-child(1) {
    margin-left: 0;
}
.tl10255_m_swiper .swiper-pagination-bullet {
    width: 14px;
    height: 8px;
    border-radius: 10px;
}
.tl10255_m_swiper .swiper-pagination-bullet-active {
    width: 24px;
    height: 8px;
    background: red;
    border-radius: 10px;
}
.lianjie {
    text-align: left;
    padding-bottom: 50px;
    border-bottom: solid 1px #e7e7e7;
}
.lianjie h5 {
    font-size: 22px;
    font-family: FZLanTingHeiS-DB-GB;
    font-weight: 400;
    color: #0a0a0a;
    line-height: 36px;
    text-align: left;
    margin: 10px 0;
    margin-top: 30px;
}
.lianjie a {
    text-align: left;
    margin-right: 20px;
    font-size: 16px;
    font-family: FZLanTingHeiS-DB-GB;
    font-weight: 400;
    color: #999999;
    line-height: 33px;
}
.lianjie a:hover {
    color: #af2c23;
}
.end {
    overflow: hidden;
}
.end_left {
    float: left;
    margin-top: 40px;
    margin-left: 55px;
    height: 192px;
    width: 500px;
    margin-bottom: 78px;
    border-right: solid 1px #f8f8f8;
}
.end_left dl {
    float: left;
    font-size: 22px;
    font-family: FZLanTingHeiS-DB-GB;
    font-weight: 400;
    color: #0a0a0a;
    line-height: 36px;
    margin-right: 70px;
}
.end_left dl dd {
    font-size: 16px;
    font-family: FZLanTingHeiS-DB-GB;
    font-weight: 400;
    line-height: 40px;
    margin-right: 20px;
}
.end_left dl dd a {
    color: #999999;
}
.end_left dl dd a:hover {
    color: #c8351e;
}
.end_right {
    float: left;
}
.vx_img {
    float: left;
    margin: 20px;
    margin-top: 50px;
}
.vx_img img {
    width: 132px;
    height: 132px;
    margin-bottom: 10px;
}
.vx_img p {
    font-size: 17px;
    font-family: FZLanTingHeiS-R-GB;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
}
.kfimg {
    float: right;
    margin-left: 45px;
    margin-top: 60px;
}
.kfimg h6 {
    font-size: 20px;
    font-family: FZLanTingHeiS-DB-GB;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    margin-bottom: 10px;
}
.kfimg p {
    font-size: 14px;
    font-family: FZLanTingHeiS-DB-GB;
    font-weight: 400;
    color: #999999;
    line-height: 36px;
}
.kfimg img {
    width: 70px;
    height: 70px;
    text-align: center;
    margin: 10px auto;
}
.bg_footer {
    background: #333333;
}

.footer {
    height: 190px;
    padding: 68px;
    box-sizing: border-box;
}

.footer p {
    text-align: center;
    font-size: 16px;
    font-family: FZLanTingHeiS-DB-GB;
    font-weight: 400;
    color: #999999;
    line-height: 40px;
}

.footer p a {
    color: #999999;
}

.search {
    box-sizing: border-box;
    width: 250px;
    height: 38px;
    line-height: 20px;
    background-image: none;
    outline: 0;
    border-radius: 25px;
    background: #f6f7fa;
    padding: 6px 0px;
    position: relative;
}
.search i {
    display: block;
    width: 16px;
    height: 16px;
    background: url('https://js.huatu.com/zt/indexcs/images/ss.png');
    position: absolute;
    right: 24px;
    top: 12px;
}
.search img {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 22px;
    top: 7px;
}
.search_list {
    position: absolute;
    top: 38px;
    left: 25px;
    background: #fff;
    width: 150px;
    box-sizing: border-box;
    z-index: 103;
}
.search_list ul {
    width: 150px;
    overflow: hidden;
}
.search_list ul li {
    width: 150px;
    height: 42px;
    line-height: 42px;
    color: #333;
    font-size: 16px;
    cursor: pointer;
    text-align: left;
    padding-left: 10px;
    margin: 0px !important;
    margin-top: 0px;
}
.search_list ul li:hover {
    background: rgb(242, 242, 242);
}
.sousuo input {
    width: 178px;
    height: 27px;
    border: 0;
    background: #f6f7fa;
    outline: none;
    float: left;
    margin-left: 20px;
}
#areaselect {
    height: 198px;
    border: none;
    cursor: pointer;
    overflow: auto;
    overflow-y: auto;
    z-index: 999;
    display: none;
}
#areaselect li a {
    padding: 9px 80px 8px 10px;
}
::-webkit-input-placeholder {
    font-size: 18px;
}
.search input {
    font-size: 18px;
}
.tuijianleft li:hover {
    opacity: 0.8;
}
.contactbg {
    background: #ffffff;
}
.contact {
    position: relative;
}
.contact_icon {
    width: 37px;
    height: 37px;
    background: url('https://u3.huatu.com/uploads/allimg/210526/660974-2105261T3473721456703.png') no-repeat;
    background-size: 37px;
    position: absolute;
    left: 50%;
    transfrom: translate(-50%, 0);
    top: -16px;
}
.contact_title {
    text-align: center;
    font-size: 30px;
    font-family: FZLanTingHeiS-R-GB;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
    padding-top: 40px;
    padding-bottom: 30px;
}
.contact_city ul {
    overflow: hidden;
}
.contact_city ul li {
    width: 128px;
    height: 54px;
    background: #f8f8f8;
    border-radius: 7px;
    font-size: 18px;
    font-family: FZLanTingHeiS-R-GB;
    font-weight: 400;
    color: #333333;
    line-height: 54px;
    float: left;
    margin-right: 13px;
    margin-bottom: 13px;
}
.contact_xq {
    padding: 40px;
    box-sizing: border-box;
    height: 268px;
    background: #f8f8f8;
    text-align: left;
}
.contact_xq ul {
    overflow: hidden;
    margin-bottom: 10px;
    height: 46px;
}
.contact_xq ul li {
    float: left;
    font-size: 18px;
    font-family: FZLanTingHeiS-R-GB;
    font-weight: 400;
    line-height: 40px;
}
.contact_active {
    color: #af2c23;
}
.contact_xq li {
    position: relative;
    margin-right: 40px;
}
.condition_xq_act {
    color: #af2c23;
}
.condition_xq_act:before {
    content: '';
    width: 100%;
    height: 0px;
    border-bottom: 3px solid #af2c23;
    border-radius: 1px;
    display: inline-block;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translate(-50%, 0);
}
.contact_icon1 {
    width: 19px;
    height: 23px;
    background: url('https://u3.huatu.com/uploads/allimg/210527/660974-21052G411336609696113.png') no-repeat;
    background-size: cover;
    margin: 14px 2px 0px 0;
}
.contact_icon2 {
    width: 20px;
    height: 20px;
    background: url('https://u3.huatu.com/uploads/allimg/210527/660974-21052G42T09199942096.png') no-repeat;
    background-size: cover;
    margin: 14px 2px 0px 0;
}
.contact_icon3 {
    width: 27px;
    height: 20px;
    background: url('https://u3.huatu.com/uploads/allimg/210527/660974-21052G42T31242719778.png') no-repeat;
    background-size: cover;
    margin: 14px 2px 0px 0;
}
.address {
    width: 100%;
    height: 54px;
    line-height: 23px;
    font-size: 18px;
    font-family: FZLanTingHeiS-R-GB;
    font-weight: 400;
    color: #333333;
    line-height: 54px;
}
.contact_text {
    padding-left: 10px;
}
.contact_xq_box_left {
    width: 60%;
    float: left;
}
.contact_xq_box_right {
    width: 38%;
    float: right;
}
.contact_btn1 {
    width: 128px;
    height: 54px;
    background: #e7e7e7;
    opacity: 0.36;
    border-radius: 7px;
    font-size: 18px;
    font-family: FZLanTingHeiS-R-GB;
    font-weight: 400;
    line-height: 54px;
    float: left;
    margin-top: 55px;
    margin-right: 30px;
    text-align: center;
}
.contact_btn1 a {
    color: #333333;
}
.contact_btn1:hover {
    opacity: 1;
    background: #af2c23 !important;
    color: #ffffff !important;
    cursor: pointer;
}
.contact_btn1:hover a {
    color: #ffffff !important;
}
.contact_btn_act {
    opacity: 1;
    background: #af2c23 !important;
    color: #ffffff !important;
}
.contact_btn_act a {
    color: #ffffff !important;
}
.pc_mainBox_top_news {
    display: block;
}
.m_mainBox_top_news {
    display: none;
}
.ys_m_footer {
    display: none;
}
.mainBox_top_img_top {
    overflow: hidden;
    width: 714px;
    height: 270px;
    margin-top: 20px;
    background: #ffffff;
}
.mainBox_top_img_top_l_top {
    width: 357px;
    height: 135px;
    background: url('https://u3.huatu.com/uploads/allimg/210707/yjps01.png') no-repeat;
    padding: 20px 30px;
    background-size: cover;
    text-align: left;
    box-sizing: border-box;
    padding-top: 18px;
}
.mainBox_top_img_top_l_bot {
    width: 357px;
    height: 135px;
    background: url('https://u3.huatu.com/uploads/allimg/210707/yjps02.png') no-repeat;
    background-size: cover;
    padding: 20px 30px;
    text-align: left;
    box-sizing: border-box;
    padding-top: 16px;
}
.mainBox_top_img_top_l_top_title {
    font-size: 24px;
    font-family: Microsoft YaHei UI;
    font-weight: bold;
    color: #333333;
    line-height: 46px;
}
.mainBox_top_img_top_l_top_title span {
    color: #af2c23;
}
.mainBox_top_img_top_l_top_title .red {
    color: #d02d26;
}
.mainBox_top_img_top_l_top_content {
    overflow: hidden;
}
.mainBox_top_img_top_l_top_content p {
    font-size: 18px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #666666;
    line-height: 31px;
}
.mainBox_top_img_news {
    width: 200px;
    height: 60px;
}
.mainBox_top_img_btn {
    width: 82px;
    height: 27px;
    background: #ffffff;
    border: 1px solid #cc0000;
    opacity: 0.67;
    border-radius: 14px;
    font-size: 16px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    margin-top: 22px;
}
.mainBox_top_img_btn a {
    color: #d22928;
}
.mainBox_top_img_top_r {
    width: 357px;
    height: 270px;
    box-sizing: border-box;
    padding: 13px 20px;
}
.mainBox_top_img_top_r ul {
    overflow: hidden;
    margin-bottom: 15px;
}
.mainBox_top_img_top_r ul li {
    width: 99px;
    height: 39px;
    background: #e9e9e9;
    border-radius: 19px;
    float: left;
    font-size: 16px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #000;
    line-height: 39px;
    margin-right: 9px;
}
.mainBox_top_img_top_r_active {
    background: #af2c23 !important;
    color: #ffffff !important;
}
.mainBox_top_img_top_r ul li:nth-last-child(1) {
    margin-right: 0;
}
.mainBox_top_img_top_r_top_list {
    text-align: left;
}
.mainBox_top_img_top_r_top_list p {
    font-size: 18px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    line-height: 28px;
    color: #666666;
    width: 100%;
    height: 28px;
    overflow: hidden;
}
.mainBox_top_img_top_r_top_list p a:hover {
    color: #af2c23;
}
.mainBox_top_img_top_r_top_list_active {
    color: #af2c23 !important;
}
.mainBox_top_img_top_r_top_list_active a {
    color: #af2c23 !important;
}
.mainBox_top_img_top_r_top_list span {
    font-size: 18px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #666666;
    line-height: 39px;
}
.mainBox_top_img_top_r_top_list a {
    font-size: 18px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #af2c23;
    line-height: 39px;
}
.mainBox_bot {
    overflow: hidden;
    height: 140px;
    margin-top: 20px;
    /* position: absolute;
    right: 52.5%;
    top: 78%; */
}
.main .job {
    width: 667px;
    height: 140px;
    background: url('https://u3.huatu.com/uploads/allimg/210526/660974-210526110F73884737295.png') no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 20px 30px;
}
.job_serach {
    width: 160px;
    height: 70px;
    background: url(https://u3.huatu.com/uploads/allimg/210810/38081628590265_.pic.jpg) no-repeat;
    background-size: 135px 70px;
    float: left;
    margin-top: 18px;
    margin-right: 16px;
}
.job .gsearch-list {
    overflow: hidden;
    float: left;
    width: 300px;
}
.job .gsearch-list ul li {
    float: left;
}
.job select {
    float: left;
    width: 130px;
    height: 45px;
    margin-left: 10px;
    font-size: 16px;
    margin-top: 10px;
}
.ss {
    float: left;
    width: 100px;
    height: 100px;
    background: linear-gradient(90deg, #eea239, #e96b2c);
    box-shadow: 0px 3px 15px 0px rgba(138, 26, 17, 0.5);
    margin-left: 10px;
    font-size: 22px;
    font-family: FZLanTingHeiS-R-GB;
    font-weight: 400;
    color: #ffffff;
    line-height: 50px;
    box-sizing: border-box;
    padding-top: 25px;
}
.ss p {
    line-height: 26px;
}
.gsearch-list ul li:nth-child(1) .select {
    margin-top: 0;
}
.gsearch-list ul li:nth-child(2) .select {
    margin-top: 0;
}
.gongju {
    width: 713px;
    height: 142px;
    background: url('https://u3.huatu.com/uploads/allimg/210707/img_gongju.png') no-repeat;
    background-size: cover;
    text-align: left;
}
.gongju_title {
    margin-top: 43px;
    margin-left: 27px;
}
.gongju_title p {
    font-size: 28px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #333333;
    line-height: 35px;
}
.gongju_title .blue {
    color: #af2c23;
}
.gongju_img_Box {
    width: 80px;
    height: 80px;
    float: left;
    margin-top: 26px;
    text-align: center;
    margin-left: 20px;
}
.gongju_img_Box img {
    width: 60px;
    height: 60px;
    text-align: center;
    margin: 0 auto;
}
.gongju_img_Box p {
    font-size: 18px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #333333;
    line-height: 46px;
    text-align: center;
}
.hot_0707_img {
    width: 405px;
    overflow: hidden;
    padding-bottom: 30px;
    border-bottom: solid 1px #efefef;
}
.hot_0707_imgBox {
    float: left;
    text-align: center;
    margin-left: 25px;
}
.hot_0707_img img {
    width: 75px;
    height: 75px;
}
.hot_0707_tag_box {
    width: 405px;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 28px;
}
.hot_0707_tag {
    width: 182px;
    height: 50px;
    opacity: 0.5;
    border-radius: 8px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    font-family: Microsoft YaHei UI;
    font-weight: bold;
    float: left;
    margin-top: 10px;
}
.hot_0707_tag:nth-child(2n) {
    margin-left: 12px;
}
.hot_0707_tag:nth-child(1) {
    background: #ffddbc;
}
.hot_0707_tag:nth-child(2) {
    background: #f9e1df;
}
.hot_0707_tag:nth-child(3) {
    background: #d5e5dd;
}
.hot_0707_tag:nth-child(4) {
    background: #d8e6ec;
}
.hot_0707_tag:nth-child(5) {
    background: #c6c7e5;
}
.hot_0707_tag:nth-child(6) {
    background: #ffffb0;
}
.hot_0707_tag:nth-child(7) {
    background: #f6cfcd;
    width: 374px;
}
.hot_0707_tag:nth-child(1) a {
    color: #da7c1e;
}
.hot_0707_tag:nth-child(2) a {
    color: #df3426;
}
.hot_0707_tag:nth-child(3) a {
    color: #49b67f;
}
.hot_0707_tag:nth-child(4) a {
    color: #3aa5d3;
}
.hot_0707_tag:nth-child(5) a {
    color: #5b63d6;
}
.hot_0707_tag:nth-child(6) a {
    color: #e58616;
}
.hot_0707_tag:nth-child(7) a {
    color: #af2c23;
}
.hot_0707_imgBox p {
    font-size: 16px;
    width: 40px;
    text-align: center;
    margin: 0 auto;
    line-height: 24px;
}
.adv img {
    height: 130px;
}
.mainBox_top_img_top_r_ul li {
    cursor: pointer;
}

.ys_i {
    display: block;
    background: url(https://www.sydw8.com/zt/images/list_s.png) no-repeat;
    width: 15px;
    height: 15px;
    float: right;
    margin-top: 16px;
    background-size: 13px;
}
.nice_xz {
    transform: rotate(180deg);
    margin-top: 10px;
}
.province_list_bot {
    display: none;
}

/* 事业单位右侧边栏 */

.daohang {
    z-index: 99999999;
    width: 60px;
    position: fixed;
    top: 25%;
    right: -28px;
    transform: translate(-50%, 0);
    /* overflow: hidden; */
    box-shadow: 0px 5px 18px 0px rgb(230 230 230 / 75%);
}
.qywxbox {
    width: 154px;
    height: 146px;
    display: none;
    color: #fff;
    text-align: center;
    background-size: 100% 100%;
    position: absolute;
    left: -150px;
    top: -17px;
    box-sizing: border-box;
    padding-top: 9px;
}

.daohang li.qywx:hover .qywxbox {
    display: block;
}
.daohang li {
    width: 60px;
    height: 60px;
    background: #ffffff;
    box-shadow: 1px 4px 12px 1px #efefef;
    text-align: center;
}
.daohang li i {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0 auto;
    margin-top: 10px;
}
.daohang li span {
    display: block;
    margin-top: -2px;
    font-size: 13px;
}
.daohang li:nth-child(1) i {
    width: 27px;
    background: url('https://www.sydw8.com/zt/images/vx_right.png') no-repeat center;
}
.daohang li:nth-child(2) i {
    background: url('https://www.sydw8.com/zt/images/kf_right.png') no-repeat;
}
.daohang li:nth-child(3) i {
    background: url('https://www.sydw8.com/zt/images/ziliao_right.png') no-repeat;
}
.daohang li:nth-child(4) i {
    background: url('https://www.sydw8.com/zt/images/kecheng_right.png') no-repeat;
}
.daohang li:nth-child(5) i {
    background: url('https://www.sydw8.com/zt/images/tushu_right.png') no-repeat;
}
.daohang li:nth-child(6) i {
    background: url('https://www.sydw8.com/zt/images/top_right.png') no-repeat center;
}
.daohang li:hover {
    background: linear-gradient(90deg, #da5a29, #c8351e);
    box-shadow: 1px 4px 12px 1px #efefef;
}
.daohang li:hover span {
    color: #ffffff;
}
.daohang li:nth-child(1):hover i {
    background: url('https://www.sydw8.com/zt/images/act_vx_r.png') no-repeat center;
}
.daohang li:nth-child(2):hover i {
    background: url('https://www.sydw8.com/zt/images/act_kf_r.png') no-repeat;
}
.daohang li:nth-child(3):hover i {
    background: url('https://www.sydw8.com/zt/images/act_zl_r.png') no-repeat;
}
.daohang li:nth-child(4):hover i {
    background: url('https://www.sydw8.com/zt/images/act_kc_r.png') no-repeat;
}
.daohang li:nth-child(5):hover i {
    background: url('https://www.sydw8.com/zt/images/act_ts_r.png') no-repeat;
}
.daohang li:nth-child(6):hover i {
    background: url('https://www.sydw8.com/zt/images/act_top_r.png') no-repeat center;
}
