.containers {
    position: relative;
}
.bg_headers{
    background: #F6F7FA;
    width: 100%;
}
.headers{
    height: 60px;
    background: #F6F7FA;
}
.h_left li{
    float: left;
    padding: 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("../images/list_s.png");
    transition: transform .2s;
}
.dropdown-contact {
    left: -88px;
    width: 830px;
}
.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 a:hover{
    color: #C8351E;
}
.h_left li:hover i{
    transform:rotate(-180deg);
}
.h_left li:hover .dropdown{
    display: block;
}
.dropdown:hover{
    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("../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 #000000;
}
.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 {
    height: 110px;
    border-bottom: solid 2px #DA544F;
}

.nav {
    height: 110px;
}

.nav img {
    width: 230px;
    height: 39px;
    margin: 35px 0;
    float: left;
}
.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;
    margin-left: 20px;
    border-left: solid 1px #ccc;
    padding-left: 20px;
}
.sd_sydw a{
    color: #AF2C23;
}
.nav ul {
    float: right;
}
.nav ul li {
    float: left;
    font-size: 20px;
    font-family: FZLanTingHeiS-DB-GB;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    padding: 35px 10px;
    position: relative;
}
.nav ul li:hover a {
    color: #CD3A2B;
}
/*.nav ul li:hover a:before{*/
/*    content: "";*/
/*    width: 100%;*/
/*    height: 0px;*/
/*    border-bottom: 3px solid #CD3A2B;*/
/*    border-radius: 1px;*/
/*    display: inline-block;*/
/*    position: absolute;*/
/*    top: 40px;*/
/*    left: 50%;*/
/*    transform: translate(-50%, 0);*/
/*}*/
.ys_dropdown{
    display: none;
    position: absolute;
    left: 50%;
    top: 74px;
    width: 576px;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    text-align: left;
    padding: 14px 20px;
    z-index: 99;
    border-radius: 16px;
    transform: translate(-50%, 0);
}
.nav ul li:hover .ys_dropdown{
    display: block;
}
.ys_drop{
    display: inline-block;
    vertical-align: middle;
    line-height: 60px;
    padding: 0 10px;
    min-width: 164px;
}
.ys_dropdown .dropdown-img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}
.ys_dropdown .dropdown-img img {
    width: 38px !important;
    height: 32px !important;
    margin: 0 !important;
}
.guoqi0709 .ys_dropdown{
    transform: translate(-80%, 0);
}
.dropdown-tit:hover {
    color: #CD3A2B;
}
.dropdown-tit{
    display: inline-block;
    vertical-align: middle;
    color: #333;
    font-size: 16px;
}
.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 26px;
}
.header_nav ul li:hover{
    background: #cb2b2b;
}
.city_nav {
    overflow: hidden;
}

.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: 80%;
    padding-top: 18px;
}
.city_nav ul li {
    float: left;
    margin-left:36px;
    margin-top: 15px;
}

.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: #CD3A2B;
}

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

.ks_hot {
    position: relative;
}
.ks_hot i {
    width: 42px;
    height: 20px;
    background: url("../images/hot.png");
    position: absolute;
    top: 24px;
    right: -24px;
}

.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 35px;
    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;
}
.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: #CF2020;
}
.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: #CD3A2B;
}
.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: #CD3A2B;
}
.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 {
    margin: 32px 0;
    width: 17%;
    height: 74px;
}
.logo_img img{

}
.gonggao_bg {
    width: 100%;
    height: 670px;
    background: url("../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("../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("../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: #CD3A2B;
}
.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: #CD3A2B;
    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 #CD3A2B;
    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("../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("../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: #CD3A2B;
    line-height: 55px;
    margin-left: 20px;
}
.zbrl .zhibo .zhibo_list .zhiboBox .box_other .btns {
    float: right;
    width: 98px;
    height: 36px;
    background: #CD3A2B;
    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("../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: #CD3A2B;
}
.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: #CD3A2B;
}
.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: #CD3A2B;
}
.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: #CD3A2B;
}
.hot h2 i {
    display: inline-block;
    width: 35px;
    height: 30px;
    background: url(../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("../images/zhiweiku.png") no-repeat;
    margin-top: 0;
}
.hot .tuijianBox .tuijianleft ul li:nth-child(2) {
    background: url("../images/zaixianxuexi.png") no-repeat;
    margin-top: 0;
}
.hot .tuijianBox .tuijianleft ul li:nth-child(3) {
    background: url("../images/zaixianxuexi.png") no-repeat;
}
.hot .tuijianBox .tuijianleft ul li:nth-child(4) {
    background: url("../images/shizhengzhoubo.png") no-repeat;
}
.hot .tuijianBox .tuijianleft ul li:nth-child(5) {
    background: url("../images/mokaodasai.png") no-repeat;
}
.hot .tuijianBox .tuijianleft ul li:nth-child(6) {
    background: url("../images/beikaotushu.png") no-repeat;
}
.hot .tuijianBox .tuijianleft ul li:nth-child(7) {
    background: url("../images/zhaopiancaijian.png") no-repeat;
}
.hot .tuijianBox .tuijianleft ul li:nth-child(8) {
    background: url("../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("../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("../images/go01.png");
    width: 50px;
    height: 20px;
    position: relative;
    top: 3px;
}
.hot .tuijianBox .tuijianright_box .tuijian .tuijian_zk2 .yeudu2 {
    background: url("../images/go02.png");
}
.hot .tuijianBox .tuijianright_box .tuijian .tuijian_zk2 .zhenti2 {
    background: url("../images/go03.png");
}

.news {
    margin-top: 20px;
    overflow: hidden;
    padding-bottom: 30px;
}
.news h2 {
    overflow: hidden;
    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: #CD3A2B;
}
.news h2 i {
    margin-right: 10px;
    display: inline-block;
    width: 35px;
    height: 32px;
    background: url(../images/zhaokao_icon.png) no-repeat;
    position: relative;
    top: 16px;
}
.news h2 ul {
    margin-left: 50px;
    margin-top: 10px;
}
.news h2 ul li {
    width: 85px;
    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 #CD3A2B;
    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: 40px 0;
}
.news_select li{
    background: #F8F8F8;
    border-radius: 22px;
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 44px;
    float: left;
    margin-right:37px;
    padding: 0 15px;
    height: 44px;
    text-align: center;
}
.news_hot{
    width: 156px;
    height: 80px;
    font-size: 30px;
    font-family: FZLanTingHeiS-R-GB;
    font-weight: bold;
    color: #333333;
    line-height: 80px;
    background: url("https://u3.huatu.com/uploads/allimg/210526/660974-2105261541588644830105.png") no-repeat;
    background-size: cover;
    margin: 25px 0;
}
.news_hot2{
    width: 100%;
    background: url("https://u3.huatu.com/uploads/allimg/210526/660974-2105261541588644830105.png") no-repeat;
    background-size: 250px 80px;
}
.news_hot span{
    color: #CD3A2B;
}
.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: #CD3A2B;
    line-height: 58px;
}
.news_right ul li a:hover{
    color: #CD3A2B;
}
.news_right ul li span{
    margin-right: 10px;
}
.getyzm{
    width: 135px;
    height: 56px;
    background: #DE6552;
    border-radius: 0px 5px 5px 0px;
}
.overyzm{
    float: left;
    width: 40% !important;
    color: #ffffff;
    width: 135px;
    height: 56px;
    background: #cccccc;
    border-radius: 0px 5px 5px 0px;
}
.yuyue_box{
    width: 405px;
    height: 488px;
    background: linear-gradient(135deg, #AF2C23, #E66F5A);
    text-align: center;
    padding-top: 25px;
    box-sizing: border-box;
}
.yuyue_box input,.yuyue_box select,.yzm  {
    width: 360px;
    height: 56px;
    margin-bottom: 8px;
    border-radius: 5px;
    background: #ffffff;
    padding-left: 18px;
    line-height: 56px;
    font-size: 20px;
    box-sizing: border-box;
}
.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: #CD3A2B !important;
    color: #FFFFFF !important;
}
.news h2 .more {
    height: 54px;
    overflow: hidden;
    font-size: 16px;
    font-family: FZLanTingHeiS-R-GB;
    font-weight: 400;
    color: #333333;
    line-height: 60px;
}
.news h2 .more a:hover {
    color: #CD3A2B;
}
.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: 700px;
    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: #CD3A2B;
}
.news .new_connet ul li span {
    font-size: 18px;
    display: block;
    width: 120px;
    height: 50px;
    line-height: 50px;
    color: #999999;
    float: right;
    margin-left: 100px;
}
.baokao_more{
    background: none !important;
    margin-right: 0 !important;
}
.baokao_more a:hover{
    color: #CD3A2B;
}
.bkzd h2 ul li:hover a:before{
    width: 0;
}
.bkzz h2 i {
    background: url(../images/zhidao_icon.png) no-repeat;
}

.stzl h2 i {
    background: url(../images/shiti_icon.png) no-repeat;
}

.bkkc h2 i {
    background: url(../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(../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: #CD3A2B;
    font-size: 20px;
}
.rexiao_bg .rexiao h2 .xuanze .xz_active a:after {
    content: "";
    width: 30px;
    height: 0px;
    border-bottom: 3px solid #CD3A2B;
    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: #CD3A2B;
}
.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: 10px;
    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: 38px;
    width: 100px;
    text-align: left;
    font-size: 24px;
    font-family: FZLanTingHei-B-GBK;
    font-weight: 400;
    color: #CD3A2B;
    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: #CD3A2B;
}
.rexiao_bg .rexiao .rexiao_list .rexiaoBox .rx_bot .zixun {
    width: 110px;
    height: 38px;
    background: #CD3A2B;
    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("../images/tushu.png") no-repeat;
    height: 34px;
}

.tored {
    font-size: 26px;
    color: #CD3A2B !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("../images/vx_right.png") no-repeat center;
}
.daohang li:nth-child(2) i {
    background: url("../images/kf_right.png") no-repeat;
}
.daohang li:nth-child(3) i {
    background: url("../images/ziliao_right.png") no-repeat;
}
.daohang li:nth-child(4) i {
    background: url("../images/kecheng_right.png") no-repeat;
}
.daohang li:nth-child(5) i {
    background: url("../images/tushu_right.png") no-repeat;
}
.daohang li:nth-child(6) i {
    background: url("../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("../images/act_vx_r.png") no-repeat center;
}
.daohang li:nth-child(2):hover i {
    background: url("../images/act_kf_r.png") no-repeat;
}
.daohang li:nth-child(3):hover i {
    background: url("../images/act_zl_r.png") no-repeat;
}
.daohang li:nth-child(4):hover i {
    background: url("../images/act_kc_r.png") no-repeat;
}
.daohang li:nth-child(5):hover i {
    background: url("../images/act_ts_r.png") no-repeat;
}
.daohang li:nth-child(6):hover i {
    background: url("../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: #CD3A2B;
}
.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: #CD3A2B;
    float: left;
    line-height: 38px;
}
.beikaolist .beikaoBox .rx_bot .price span {
    font-size: 20px;
    font-family: Myriad Pro;
    font-weight: bold;
    color: #CD3A2B;
}
.beikaolist .beikaoBox .rx_bot .zixun {
    width: 110px;
    height: 38px;
    background: #CD3A2B;
    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: #CD3A2B;
}
.end{
    overflow: hidden;
}
.end_left{
    float: left;
    margin-top: 40px;
    height: 192px;
    width: 550px;
    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: 90px;
}
.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: 28px;
    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: 30px;
    margin-top: 50px;
}
.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("../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: #CD3A2B;
}
.contact_xq li{
    position: relative;
    margin-right: 40px;
}
.condition_xq_act{
    color: #CD3A2B;
}
.condition_xq_act:before{
    content: "";
    width: 100%;
    height: 0px;
    border-bottom: 3px solid #CD3A2B;
    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_btn_act{
    opacity: 1;
    background: #CD3A2B !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: auto;
    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;
}
.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;
}
.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: #CC0000;
}
.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: #E94E51 !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: #CD3A2B;
}
.mainBox_top_img_top_r_top_list_active{
    color: #CD3A2B !important;
}
.mainBox_top_img_top_r_top_list_active a{
    color: #CD3A2B !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: #CC0000;
    line-height: 39px;
}
.mainBox_bot{
    overflow: hidden;
    height: 140px;
    margin-top: 20px;
}
.main .job{
    width: 100%;
    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: 216px;
    height: 50px;
    background: url("https://u3.huatu.com/uploads/allimg/210526/660974-210526110F79581340959.png") no-repeat;
    background-size: cover;
    float: left;
    margin-top: 30px;
    margin-right: 16px;
}
.job .gsearch-list{
    overflow: hidden;
    float: left;
    margin-top: 30px;
}
.job .gsearch-list ul li{
    float: left;
}
.job select {
    float: left;
    width: 188px;
    height: 45px;
    margin-left: 30px;
    font-size: 20px;
	color: #FFFFFF;
}
.ss{
    float: right;
    width: 200px;
    height: 50px;
    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;
    margin-top: 25px;
}
.ss a{
    color: #ffffff;
}
.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: 147px;
    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_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_imgBox p {
    font-size: 16px;
    width: 68px;
    text-align: center;
    margin: 0 auto;
    line-height: 24px;
	}
.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: #CD3A2B;
}
.condition-sub-content{
    overflow: hidden;
    position: relative;
}
.prev,.next{
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    background: url(//image.bitautoimg.com/yc-pc/index-pc/assets/images/css_spritesIcon.png);
}
.prev{
    left: 50px;
    background-position: -368px -146px;
    bottom: 10px;
}
.prev:hover{
    cursor:pointer
}
.next{
    bottom: 10px;
    right: 0;
    background-position: -368px -166px;
}
.next:hover{
    cursor:pointer
}
.sub-detail-list{
    padding: 0 80px;
    width: 900px;
}
.navcon01 {
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
    width: 570px;
    color: #333;
    text-align: left !important;
}
.navcon01 h5 {
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 14px;
}
.nav_link_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 16px;
    margin-bottom: 10px;
}
.nav_link_box p {
    display: block;
    width: 75px;
    margin-right: 4px;
    height: 28px;
    line-height: 28px;
    box-sizing: border-box;
    border-right: 1px solid #666;
    color: #333;
}
.nav_link {
    width: calc(100% - 80px);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.nav_link a {
    height: 28px;
    line-height: 28px;
    display: block;
    box-sizing: border-box;
    padding: 0 4px;
    color: #666;
}
.nav_map_box {
    box-sizing: border-box;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(136,136,136,.4);
}