* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: medium;
}

.w-1200 {
    width: 1200px;
    margin: 0 auto;
}

.head-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
}

.logo {
    color: rgb(124, 130, 242);
    font-size: 24px;
    font-weight: 400px;
    letter-spacing: 1px;
}

.nav {
    display: flex;
    align-items: center;
}

.nav ul {
    display: flex;
    align-items: center;
    list-style: none;
}

.nav ul li {
    margin-left: 28px;

}

.nav ul li a {
    font-size: 16px;
    color: #333333;
    text-decoration: none;
    cursor: pointer;
}

.zixun {
    cursor: pointer;
    margin-left: 16px;
    width: 143px;
    height: 40px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    background: linear-gradient(0deg, #F07C21, #D96E1A);
}

.zixun img {
    margin-right: 8px;
}


.banner {
    width: 100%;
    height: 350px;
    background-image: url("../../static/chengshi/images/banner_bg.png");
    background-size: cover;
    background-position: center;
}

.banner_title {
    font-weight: 800;
    font-size: 58px;

    font-style: italic;
    padding-top: 26px;
    letter-spacing: 2px;
}

.banner_title div {
    color: #f2ebd5;
    text-shadow: 2px 3px 4px rgba(207, 91, 16, 0.8);
    /* background: linear-gradient(0deg, #FFFFFF 0%, #FFF2CB 100%); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    z-index: 1;
}

.banner_title span {
    font-size: 90px;
    margin-right: 15px;
}

.banner_list {
    display: flex;
    flex-wrap: wrap;
    width: 470px;
    margin-top: 10px;
}

.banner_item {
    display: flex;
    align-items: center;
    font-size: 22px;
    color: #FFFFFF;
    text-shadow: 1px 2px 2px rgba(217, 110, 26, 0.2);
    margin-bottom: 20px;
}

.banner_item:nth-child(2n) {
    margin-left: 64px;
}

.banner_item img {
    margin-right: 10px;
}

.banner_do {
    display: flex;
    align-items: flex-end;
    margin-top: 5px;
}

.banner_btn {
    width: 250px;
    height: 58px;
    background: linear-gradient(0deg, #FFF9C1, #FFDC83);
    border-radius: 29px;
    font-family: PingFang SC;
    font-size: 28px;
    color: #A13416;
    line-height: 58px;
    text-align: center;
    z-index: 2;
    position: relative;
    cursor: pointer;
}

.banner_txt {
    width: 452px;
    height: 44px;
    background: linear-gradient(90deg, #D96E1A, transparent);
    padding-left: 50px;
    margin-left: -30px;
    position: relative;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    font-style: italic;
    line-height: 44px;
    letter-spacing: 2px;
}

.section_tit {
    font-size: 44px;
    color: #222222;
    text-align: center;
}

.type_section {
    padding-top: 80px;
    padding-bottom: 100px;
}

.type {
    padding-top: 50px;
    display: flex;
}

.type_left {
    width: 249px;
    height: 322px;
    background: linear-gradient(0deg, #FFF9C1, #FFDC83);
    background-image: url("../../static/chengshi/images/type_bg.png");
    background-size: 100% 100%;
    padding-top: 28px;
}

.type_left_title {
    width: 249px;
    height: 100px;
    background: linear-gradient(90deg, #E39253, transparent);
}

.type_left_title {
    color: #FFFFFF;
    text-shadow: 2px 3px 4px rgba(207, 91, 16, 0.8);
    /* text-decoration: underline; */
    font-weight: bold;
    font-size: 28px;
    font-style: italic;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 16px;
}

.type_left_title div {
    text-align: center;
    width: 130px;
    border-bottom: 2px solid #f2ebd5;

}

.type_list {
    height: 322px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: 40px;
    align-content: space-between;
}

.type_item {
    display: flex;
    line-height: 58px;
    font-size: 22px;
    line-height: 58px;
    color: #A13416;
    text-align: center;
}

.type_item_number {
    width: 60px;
    height: 58px;
    background: linear-gradient(0deg, #FFF9C1, #FFDC83);
    border-radius: 0px 0px 0px 29px;
}

.type_item_txt {
    width: 210px;
    height: 58px;
    background: #FFFAEB;
    border-radius: 29px;
    border-radius: 0px 29px 29px 0px;
    letter-spacing: 1px;
}

.info_section {
    background: #F8F8F8;
    padding-top: 80px;
    padding-bottom: 100px;
}

.info {
    display: flex;
    justify-content: space-between;
    padding-top: 68px;
    flex-wrap: wrap;
}


.info_item {
    width: 360px;
    height: 500px;
    background: #FFFFFF;
    box-shadow: 8px 8px 0px 0px rgba(54, 54, 54, 0.1);
    border-radius: 10px;
    padding-top: 50px;
    padding-left: 40px;
    position: relative;
}



.info_item_der {
    font-weight: 400;
    font-size: 18px;
    color: #999999;
}

.info_item_tit {
    font-weight: 800;
    font-size: 26px;
    color: #222222;
}


.info_item_tit_line {
    width: 78px;
    height: 3px;
    background: #FF923C;
    border-radius: 2px;
    margin-top: 16px;
}

.info_item_txt_item {
    line-height: 36px;
    display: flex;
    font-weight: 400;
    font-size: 16px;
}

.info_item_txt {
    margin-top: 20px;
}

.info_item_txt_item_tit {
    color: #222222;
    white-space: nowrap;
}

.info_item_txt_item_info {
    color: #666;
}

.info_item_txt_tips {
    color: #666;
    line-height: 36px;
    font-size: 12px;
}

.info_item_img {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.or {
    color: #FF923C;
}

.info_item:nth-child(3) .info_item_img {
    bottom: 30px;
    right: 34px;
}

.section_img {
    width: 100%;
    height: 130px;
    background-image: url(../../static/chengshi/images/section_img.png);
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #F8F8F8;
}

.section_info {
    padding-left: 202px;
    display: flex;
    padding-top: 30px;
    align-items: center;
    height: 130px;
}

.section_info_tit {
    font-size: 28px;
    font-weight: bold;
    color: #f2ebd5;
    text-shadow: 2px 3px 4px rgba(207, 91, 16, 0.8);
}

.section_info_tit span {
    font-size: 48px;
}

.section_info_txt {
    font-weight: 400;
    font-size: 14px;
    color: #f2ebd5;
}

.section_info_btn {
    width: 136px;
    height: 42px;
    background: linear-gradient(0deg, #FFF9C1, #FFDC83);
    border-radius: 21px;
    margin-left: 42px;
    font-size: 16px;
    color: #A13416;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.section_info_btn img {
    margin-right: 8px;
}


.case_section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px 0;
    background: #F8F8F8;
}

.case_section_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.case_section_left_btn {
    width: 256px;
    height: 60px;
    background: linear-gradient(0deg, #F07C21, #D96E1A);
    box-shadow: 3px 5px 10px 0px rgba(217, 110, 26, 0.2);
    border-radius: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}

.case_section_right {
    width: 782px;
    height: 475px;
    background: #FFFFFF;
    box-shadow: 8px 8px 0px 0px rgba(54, 54, 54, 0.1);
    border-radius: 10px;
}

.case_section_right_word {
    width: 782px;
    height: 110px;
    background: linear-gradient(0deg, #FFF9C1, #FFDC83);
    border-radius: 10px 10px 0px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.case_section_right_tit {
    font-weight: bold;
    font-size: 26px;
    color: #A13416;
    letter-spacing: 1px;
}

.case_section_right_txt {
    font-weight: 400;
    font-size: 16px;
    color: #A13416;
    letter-spacing: 1px;
    line-height: 36px;
}

.case_info {
    display: flex;
    flex-wrap: wrap;
    padding-top: 56px;
}

.case_info_item {
    padding: 18px;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    border-radius: 10px;
    margin-left: 30px;
    margin-bottom: 40px;
}

.case_info_item:first-child {
    margin-left: 60px;
}

.case_info_item:nth-child(8) {
    margin-left: 90px;
}

.blue {
    background: #1AB6FF;
    box-shadow: 0px 4px 6px 0px rgba(26, 182, 255, 0.2);
}

.orange {
    background: #FF9644;
    box-shadow: 0px 4px 6px 0px rgba(255, 150, 68, 0.2);
}

.yellow {
    background: #FFB515;
    box-shadow: 0px 4px 6px 0px rgba(255, 181, 21, 0.2);
}

.green {
    background: #57CB78;
    box-shadow: 0px 4px 6px 0px rgba(87, 203, 120, 0.2);
}

.deepblue {
    background: #1A8BFF;
    box-shadow: 0px 4px 6px 0px rgba(26, 139, 255, 0.2);
}

.red {
    background: #FF6464;
    box-shadow: 0px 4px 6px 0px rgba(255, 100, 100, 0.2);
}

.yw_section {
    padding: 80px 0px;
}

.yw {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: space-between;
}


.yw_item {
    display: flex;
    width: 33.33%;
    margin-top: 40px;
}

.yw_msg {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.yw_item_tit {
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 24px;
}

.yw_item_line {
    width: 19px;
    height: 2px;
    margin: 14px 0;
}


.yw_item:nth-child(5) .yw_item_line {
    background: #635DF7;
    box-shadow: 0px 2px 4px 0px rgba(99, 93, 247, 0.2);
}


.yw_item_txt {
    font-weight: 400;
    font-size: 16px;
    color: #9B9A9A;
    line-height: 16px;
}

.about_section {
    padding-top: 80px;
    padding-bottom: 50px;
    background: #F8F8F8;
}

.about {
    display: flex;
    justify-content: space-between;
    margin-top: 74px;
}

.about_left {
    width: 686px;
}

.about_left>div {
    margin-bottom: 50px;
}

.about_tit {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
}

.about_txt {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    margin-top: 14px;
    line-height: 24px;
}

.teacher_section {
    padding: 80px 0px;
}

.teacher {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

.teacher_item {
    width: 566px;
    height: 196px;
    background: #FFFDF6;
    box-shadow: 8px 8px 0px 0px rgba(54, 54, 54, 0.1);
    border-radius: 10px;
    margin-top: 38px;
    display: flex;
}

.teacher_img {
    flex-shrink: 0;
    width: 202px;
    height: 196px;
    position: relative;
}

.teacher_img img {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.teacher_item_msg {
    padding-right: 22px;
    padding-top: 28px;
}

.teacher_name {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
}

.teacher_power {
    display: inline-block;
    font-size: 14px;
    color: #A8802D;
    padding: 5px 8px;
    background: linear-gradient(-30deg, #FDDE9E, #FEEECE);
    border-radius: 20px;
}

.teacher_info {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    margin-top: 16px;
    line-height: 24px
}

.custom_section {
    background: #F8F8F8;
    padding-top: 80px;
    padding-bottom: 88px;
}

.custom {
    height: 292px;
    background: #FEFEFE;
    box-shadow: 8px 8px 0px 0px rgba(54, 54, 54, 0.1);
    padding: 10px;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.custom_item {
    width: 226px;
    height: 272px;
    background: #F7F7F7;
}

.custom_tit {
    width: 226px;
    height: 66px;
    background: linear-gradient(0deg, #F07C21, #D96E1A);
    box-shadow: 3px 5px 10px 0px rgba(217, 110, 26, 0.2);
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    line-height: 66px;
    position: relative;
    letter-spacing: 1px;
}

.custom_tit img {
    position: absolute;
    left: 10px;
    top: 10px;
}

.custom_item_msg {
    padding: 14px;
}


.custom_msg {
    display: flex;
    align-items: center;
}

.custom_avr {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.custom_name {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
}

.custom_info {
    margin-left: 12px;
}

.custom_company {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}

.custom_content {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    line-height: 22px;
    margin-top: 14px;
    padding-right: 10px;
}

.staff_section {
    padding-top: 80px;
    padding-bottom: 50px;
}

.staff {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}

.staff_item {
    margin-bottom: 30px;
}

.new_section {
    padding: 80px 0;
    background: #F8F8F8;
}

.new {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.new_left {
    padding: 30px;
    width: 760px;
    height: auto;
    background: #FEFEFE;
    box-shadow: 8px 8px 0px 0px rgba(54, 54, 54, 0.1);
}


.new_right {
    padding: 30px;
    width: 410px;
    height: 460px;
    background: #FEFEFE;
    box-shadow: 8px 8px 0px 0px rgba(54, 54, 54, 0.1);
}

.new_top {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
}

.new_tit {
    width: 120px;
    height: 40px;
    border-radius: 20px;
    font-weight: 400;
    font-size: 16px;
    margin-right: .1rem;
    text-align: center;
    line-height: 40px;
    background: linear-gradient(0deg, #F07C21, #D96E1A);
    color: #FFFFFF;
    border: none;
    cursor:pointer;
}

.new_tit.active {
    color: #333333;
    line-height: 38px;
    border: 1px solid #CBCBCB;
    background: #fff;
}

.new_left_box.active {
    display: none;
}

.new_left_center img {
    display: block;
}

.new_left_center {
    display: flex;
    position: relative;
    margin-top: 20px;
    text-decoration: none;
}

.new_more {
    font-weight: 400;
    font-size: 14px;
    color: #E9781F;
}

.new_left_center_info {
    margin-left: 18px;
    flex: 1;
    position: relative;
}

.new_left_center_tit {
    font-size: 18px;
    color: #333333;
    padding: 14px 0;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
}

.new_left_center_content {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
}

.new_left_center_more {
    width: 80px;
    height: 26px;
    background: linear-gradient(0deg, #F07C21, #D96E1A);
    border-radius: 13px;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 26px;
    position: absolute;

    right: 0px;
    bottom: 0px;
}

.new_left_content {
    margin-top: 20px;
    position: relative;
}

.open_center {
    position: absolute;
    right: 0px;
    bottom: 0px;
    transform: translateY(80%);
    /* bottom: -100%; */
    /* line-height: 22px; */
}

.new_item {
    display: block;
    border-top: 1px solid #eeeeee;
    padding: 20px 0;
    cursor: pointer;
    text-decoration: none;
}

.new_item_tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
   
    
}

.new_item_tit img {
    transform: rotate(90deg);
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.new_item_tit_txt{
        width: 68%;
         text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
.question_box .new_item_tit img{
     transform: rotate(0deg);
}

.new_item_info {
    /* font-size: 14px; */
    color: #666;
    /* padding-bottom: 20px; */
    padding-left: 20px;
    padding-top: 10px;
    display: none;

    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.new_item_open .new_item_info {
    display: block;
}

.new_item_open .new_item_tit img {
    transform: rotate(270deg);
}


.new_right_item {
    padding-bottom: 24px;
    padding-top: 16px;
    border-bottom: 1px solid #eeeeee
}

.new_right_item_icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-right: 10px;
    text-align: center;
    flex-shrink: 0;
}

.new_right_item_question {
    font-size: 16px;
    color: #333333;
    display: flex;
    align-items: center;
}

.new_right_item_question_txt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new_right_item_answer {
    display: flex;
    font-size: 14px;
    color: #999;
    margin-top: 10px;

}

.new_right_item_answer_txt,
.new_left_center_content {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


.new_left_center_content.text {
    -webkit-line-clamp: initial;
}

.new_right_item_question_icon {
    background: #EB791F;
    color: #fff;
}

.new_right_item_answer_icon {
    color: #fff;
    background: #00A04B;
}

.hexagon_section {
    background: linear-gradient(0deg, #F1FAF5, #E2F5EB);
    padding: 26px 0;
}

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

.hexagon_item {
    display: flex;
    align-items: center;
}

.hexagon_item_icon {
    background-image: url(../../static/chengshi/images/hexagon.png);
    background-size: 100% 100%;
    width: 52px;
    height: 59px;
    text-align: center;
    line-height: 59px;
    font-weight: bold;
    font-size: 26px;
    color: #00A04B;
    margin-right: 10px;
}

.hexagon_item_info {
    font-size: 14px;
    color: #00A04B;
    line-height: 20px;
}

.footer {
    height: 100px;
    background: #2A2A2A;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 26px;
}

.base_link {
    margin-top: 30px;
    border: 1px solid #eee;
    padding: 15px 30px;
    margin-bottom: 20px;
}

.base_link .title {
    display: block;
    border-bottom: 1px solid #eee;
    height: 48px;
    line-height: 40px;
    font-weight: normal;
    font-size: 18px;
}

.base_link .link_txt {
    padding-top: 10px;
}

.link_txt {
    display: flex;
    flex-wrap: wrap;
}


.base_link .link_txt .item {
    height: 30px;
    line-height: 30px;

    width: 16%;
    margin-right: 0px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
}

.base_link .link_txt a {
    color: #999;
}

.wapblock {
    display: none;
}

.hua-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 50;
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.success {
    display: none;
}

.menu {
    position: fixed;
    right: 0px;
    top: 50%;
    width: 80px;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    border-radius: 10px;
    /* padding: 0 10px; */
    z-index: 10;
    line-height: 1;
}

.menu_li {
    position: relative;
    padding: 14px 0 13px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #ECECEC;
    cursor: pointer;
}

.menu_li_a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.menu_li:hover .menu_li_hover {
    display: block;
}

.menu_text {
    color: #666666;
    font-size: 12px;
    margin-top: 10px;
}

.menu_li:last-child {
    border-bottom: unset;
}

.menu_li_hover {
    position: absolute;
    right: 75px;
    top: 0;
    padding-right: 15px;
    display: none;
}

.menu_li_phone {
    width: 137px;
    height: 70px;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    border-radius: 10px;
    padding: 10px 7px;
}

.menu_li_phone_title {
    display: flex;
    align-items: center;
}

.menu_li_phone_title div {
    width: 26px;
    height: 25px;
    background: #FF7D22;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.menu_li_phone_title p {
    margin-left: 9px;
    font-size: 14px;
    color: #FF7D22;
    white-space: nowrap;
}

.menu_li_phone_number {
    margin-top: 13px;
    font-size: 14px;
    color: #FF7D22;
}

.menu_li_chat {
    width: 120px;
    height: 120px;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    padding: 5px;
    border-radius: 10px;
}

.menu_li_chat img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.introduce_section {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 10px;
}

.introduce_item {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.introduce_item_msg {
    margin-left: 16px;
    width: 196px;
}

.introduce_item_tit {
    font-family: PingFang SC;
    /* font-weight: bold; */
    font-size: 22px;
    color: #222222;
    line-height: 26px;
}

.introduce_item_txt {
    font-size: 18px;
    color: #999999;
    line-height: 26px;
    margin-top: 6px;
}

.condition_section {
    padding-bottom: 80px;
}

.condition {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.condition_item {
    width: 224px;
    background: #FFFFFF;
    box-shadow: 3px 5px 20px 0px rgba(0, 13, 39, 0.1);
    border-radius: 10px;
    padding: 20px;
}


.condition_item .condition_item_img {
    width: 184px;
}

.condition_item_tit {
    font-weight: bold;
    font-size: 24px;
    margin-top: 26px;
    text-align: center;
}

.condition_item_txt {
    margin-top: 16px;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    padding: 0 10px;
}


.condition_tips {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    margin: 30px 0;
}

.condition_btn {
    width: 260px;
    height: 58px;
    background: linear-gradient(0deg, #F07C21, #D96E1A);
    border-radius: 29px;
    line-height: 58px;
    text-align: center;
    font-size: 24px;
    color: #FFFFFF;
    margin: 0 auto;
    letter-spacing: 1px;
    cursor: pointer;
}

.xvqiu_item {
    position: relative;
    overflow: hidden;
}

.xvqiu_item_tit {
    position: absolute;
    top: 0px;
    left: 50%;

    transform: translateX(-50%);
    overflow: hidden;
    width: 413px;
    height: 67px;
    background-image: url(../../static/chengshi/images/xq_01.png);
    display: flex;
    justify-content: center;

    font-weight: bold;
    font-size: 34px;
    color: rgb(152,
            46,
            17);
    line-height: 67px;
    text-shadow: 2px 3px 0px rgba(84, 65, 0, 0.1);
    text-align: center;
}

.xvqiu_item_txt {
    width: 413px;
    height: 67px;

}

.xvqiu_item_tit_cicle {
    width: 32px;
    height: 16px;
    border-radius: 20px 20px 0 0;
    background: #D4B45D;
    margin-top: 1px;
}

.xvqiu_item_content {
    margin-top: 16px;
    display: flex;
    flex-direction: row-reverse;
    height: 372px;
    background: #FFFFFF;
    box-shadow: 8px 8px 0px 0px rgba(54, 54, 54, 0.1);
    border-radius: 22px 22px 22px 22px;
    border: 1px solid #EBEBEB;
}


.xvqiu_item_content_img {
    width: 260px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-shrink: 0;
}

.xvqiu_item_content_list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-top: 100px;
}

.xvqiu_item_content_list .type_item {
    margin-bottom: 24px;
}


.xvqiu_second_item .xvqiu_item_tit {
    background: url(../../static/chengshi/images/xq_02.png);
}


.xvqiu_second_item .xvqiu_item_tit_cicle {
    background: #B10700;
}

.xvqiu_second_item .xvqiu_item_txt {
    color: #fff;
}

.xvqiu_second_item .xvqiu_item_content {
    flex-direction: row;
    height: 432px;
}

.xvqiu_second_item .type_item_number {
    background: linear-gradient(0deg, #F77769, #CE3220);
    color: #fff;
}

.xvqiu_second_item .type_item_txt {
    background: #FFF4EF;
    color: #A13416;
}

.xvqiu_section {
    padding: 80px 0;
}

.xvqiu_section .xvqiu_item {
    margin-top: 50px;
}

@media screen and (max-width: 750px) {

    body {
        padding-bottom: 1.3rem;
    }

    .navOpen {
        width: .5rem;
        margin-left: .2rem;
    }

    .wapblock {
        display: block;
    }

    .w-1200 {
        width: 100%;
    }

    .nav>ul {
        display: none;
    }



    .hua-overlay.show {
        display: block;
    }

    .nav>ul {
        position: fixed;
        width: 58vw;
        right: -58vw;
        top: 0rem;
        display: block;
        z-index: 100;
        height: 100vh;
        background-color: #fff;
        transition: all .3s ease;
    }

    .nav ul li {
        margin-left: 0px;
    }

    .nav ul li a {
        display: block;
        margin-left: 0px;
        height: 50px;
        line-height: 50px;
        width: 100%;
        text-align: center;
    }

    ul.show {
        padding-top: .7rem;
    }

    .navClose {
        display: none;
        position: fixed;
        right: .5rem;
        top: .2rem;
        width: .5rem;
    }

    .show .navClose {
        display: block;
    }



    .nav>ul.show {
        right: 0px;
    }

    .head-container {
        width: 100%;
        padding: .2rem .3rem;
    }

    .logo {
        width: 2.6rem;
        height: .73rem;
    }

    .zixun {
        width: 2.15rem;
        height: .6rem;
        font-size: .24rem;
    }

    .banner {
        height: 6.5rem;
        position: relative;
    }

    .banner_title {
        font-size: .72rem;
        padding-top: .3rem;
        padding-left: .36rem;
    }

    .banner_zs {
        position: absolute;
        width: 1.98rem;
        right: .8rem;
        bottom: 1.2rem;
    }

    .banner_title span {
        font-size: 1.1rem;
        margin-right: .2rem;
    }

    .banner_list {
        display: block;
        width: auto;
        padding-left: .46rem;
    }

    .banner_item:nth-child(2n) {
        margin-left: 0px;
    }

    .banner_item img {
        width: .3rem;
        margin-right: .14rem;
    }

    .banner_item {
        font-size: .3rem;
        margin-bottom: .2rem;
    }

    .banner_do {
        padding-left: .46rem;
        margin-top: .4rem;
    }

    .banner_btn {
        white-space: nowrap;
        width: auto;
        padding: 0 0.42rem;
        height: .58rem;
        border-radius: .29rem;
        font-size: 14px;
        line-height: .58rem;
    }

    .banner_txt {
        height: .44rem;
        line-height: .44rem;
        font-size: 12px;
        letter-spacing: 1px;
        width: 4.73rem;
        padding-left: .5rem;
        margin-left: -0.3rem;
    }

    .section_tit {
        font-size: .54rem;
    }


    .type {
        padding-top: .2rem;
    }

    .type_left {
        display: none;
    }

    .type_list {
        overflow: hidden;
        height: auto;
        margin-left: 0px;
        justify-content: space-around;
    }

    .type_section {
        padding: .8rem 0;
    }

    .type_item {
        font-size: 16px;
        line-height: .64rem;
        margin-top: .3rem;
    }

    .type_item_number {
        width: .66rem;
        height: .64rem;
        background: linear-gradient(0deg, #FFF9C1, #FFDC83);
        border-radius: 0px 0px 0px .29rem;
    }

    .type_item_txt {
        width: 2.3rem;
        height: .64rem;
        border-radius: 0px .29rem .29rem 0px;
    }

    .info_section {
        padding: .8rem 0;
    }

    .info {
        padding-top: 0px;
    }

    .info_item {
        width: 6.48rem;
        height: auto;
        margin: 0 auto;
        margin-top: .5rem;
        box-shadow: .08rem .08rem 0px 0px rgba(54, 54, 54, 0.1);
        border-radius: .1rem;
        padding-top: .8rem;
        padding-left: .7rem;
        height: 9rem;
    }

    .info_item_der {
        font-size: .42rem;
    }

    .info_item_tit {
        font-size: .6rem;
    }

    .info_item_tit_line {
        margin-top: .3rem;
        width: 1.4rem;
        height: .05rem;
    }

    .info_item_txt {
        margin-top: .3rem;
        position: relative;
        z-index: 2;

    }

    .info_item:nth-child(3) .info_item_img {
        bottom: .54rem;
        right: .54rem;
    }

    .section_img {
        position: relative;
        padding-left: .3rem;
        height: 1rem;
        background: linear-gradient(0deg, #F07C21, #D96E1A);
    }

    .section_info {
        padding-left: 0px;
        padding-top: 0rem;
        height: 1rem;
    }

    .section_info_tit span {
        font-size: .38rem;
    }

    .section_info_tit {
        letter-spacing: 1px;
        font-size: .28rem;
    }

    .section_info_txt {
        font-size: .14rem;
    }

    .section_info_btn {
        width: 1.36rem;
        height: .42rem;
        background: linear-gradient(0deg, #FFF9C1, #FFDC83);
        border-radius: .21rem;
        line-height: .42rem;
        font-size: .16rem;
        margin-left: .2rem;
    }

    .section_info_btn img {
        height: .24rem;
    }

    .section_info_img {
        position: absolute;
        width: 1.02rem;
        bottom: 0px;
        right: .2rem;
    }


    .case_section {
        display: block;
        padding-bottom: 1rem;
        padding-top: .5rem;
    }

    .case_section_left {
        align-items: center;
    }

    .case_section_left img {
        width: 4.14rem;
    }

    .case_section_left_btn {
        width: 4.6rem;
        height: 1.08rem;
        line-height: 1.08rem;
        background: linear-gradient(0deg, #F07C21, #D96E1A);
        box-shadow: .03rem .05rem .1rem 0px rgba(217, 110, 26, 0.2);
        border-radius: .54rem;
    }

    .case_section_right {
        margin: 0 auto;
        width: 6.9rem;
        height: auto;
        box-shadow: .08rem .08rem 0px 0px rgba(54, 54, 54, 0.1);
        margin-top: .5rem;
        border-radius: .1rem;
    }


    .case_section_right_word {
        width: 6.9rem;
        height: 1.8rem;
        background: linear-gradient(0deg, #FFF9C1, #FFDC83);
        border-radius: .1rem .1rem 0px 0px;
    }

    .case_section_right_tit {
        font-weight: bold;
        font-size: .44rem;
        color: #A13416;
    }

    .case_section_right_txt {
        font-weight: 400;
        font-size: .24rem;
        color: #A13416;
        line-height: .36rem;
        margin-top: .16rem;
    }

    .case_info {
        padding-top: .5rem;
        padding-left: .87rem;
    }

    .case_info_item {
        padding: .22rem .35rem;
        font-weight: 400;
        font-size: .26rem;
        color: #FFFFFF;
        border-radius: .1rem;
        margin-bottom: .3rem;
        margin-left: 0px !important;
        margin-right: .3rem;
    }

    .yw_section {
        padding: .8rem 0;
    }

    .yw_item {
        width: auto;
        margin-top: .3rem;
        padding: 0 .4rem;
    }

    .yw_msg {
        margin-left: .32rem;
    }

    .yw_item_img {
        width: 1.6rem;
    }

    .yw_item_tit {
        font-size: 18px;
    }

    .yw_item_txt {
        font-size: 14px;
    }

    .yw_item_line {
        width: .3rem;
        height: .03rem;
        margin: .2rem 0;
    }

    .about_section {
        padding-top: .8rem;
        padding-bottom: 1rem;
    }

    .about {
        display: block;
    }

    .about_left {
        width: 100%;
        padding: 0 .4rem;
    }

    .about_left>div {
        margin-bottom: .68rem;
    }

    .about {
        margin-top: .6rem;
    }

    .about_right {
        display: block;
        width: 6.03rem;
        height: 5.74rem;
        margin: 0 auto;
    }

    .teacher_section {
        padding: .8rem .4rem;
    }

    .teacher_item {
        width: 6.79rem;
        height: 2.35rem;
        box-shadow: .08rem .08rem 0px 0px rgba(54, 54, 54, 0.1);
        border-radius: .1rem;
    }

    .teacher_img {
        width: 2.42rem;
        height: 2.35rem;
    }

    .teacher_img img {
        width: 80%;
    }

    .teacher_item_msg {
        padding-top: .34rem;
        padding-right: .34rem;
    }

    .teacher_info {
        margin-top: .2rem;
        line-height: 20px;
        -webkit-line-clamp: 3;
    }

    .custom_section {
        padding: .8rem 0;
    }

    .custom {
        box-shadow: .08rem .08rem 0px 0px rgba(54, 54, 54, 0.1);
        width: 6.9rem;
        display: block;
        height: auto;
        margin-top: .5rem;
        padding: .5rem 0;
    }

    .custom_item {
        width: 5.65rem;
        height: auto;
        margin: 0 auto;
        margin-top: .5rem;
    }

    .custom_item:first-child {
        margin-top: 0;
    }

    .custom_tit {
        width: 5.65rem;
        height: 1.65rem;
        line-height: 1.65rem;
        font-size: .45rem;
        background: linear-gradient(0deg, #F07C21, #D96E1A);
        box-shadow: .03rem .05rem .1rem 0px rgba(217, 110, 26, 0.2);
    }

    .custom_tit img {
        width: .3rem;
        left: .25rem;
        top: .25rem;
    }

    .custom_avr {
        width: 1.25rem;
        height: 1.25rem;
    }

    .custom_name {
        font-size: .46rem;
    }

    .custom_company {
        font-size: .32rem;
    }

    .custom_info {
        margin-left: .3rem;
    }

    .custom_content {
        font-size: .3rem;
        line-height: .55rem;
    }

    .custom_item_msg {
        padding: .35rem;
    }

    .staff {
        margin-top: .5rem;
    }

    .staff_section {
        padding: .8rem 0;
    }

    .staff_item {
        width: 3.08rem;
        height: 2.16rem;
        margin-bottom: .32rem;
    }

    .staff {
        justify-content: space-around;
    }

    .new_section {
        padding: .8rem 0;
    }

    .new {
        display: block;
        margin-top: .5rem;
    }

    .new_left {
        padding-left: .46rem;
        padding-top: .46rem;
        width: 6.77rem;
        height: auto;
        background: #FEFEFE;
        box-shadow: .08rem .08rem 0px 0px rgba(54, 54, 54, 0.1);
        margin: 0 auto;
        padding-right: .26rem;
        padding-bottom: .24rem;
    }

    .new_tit.active {
        line-height: calc(.6rem - 2px);
    }

    .new_tit {
        width: 1.8rem;
        height: .6rem;
        line-height: .6rem;
        border-radius: .3rem;
    }

    .new_left_center img {
        width: 3.3rem;
        height: 1.95rem;
    }

    .new_left_center_info {
        width: 2.31rem;
        margin-left: .26rem;
    }

    .new_left_center_tit {
        font-size: 16px;
        font-weight: bold;
        padding: .1rem 0;
    }

    .new_left_center_content {
        font-size: 12px;
    }

    .new_left_center_more {
        width: 1.2rem;
        height: .4rem;
        border-radius: .2rem;
        font-size: 12px;
        line-height: .4rem;
    }

    .new_item {
        /* height: .75rem; */
        padding: .3rem 0;
        font-size: 14px;
    }

    .new_item img {
        width: .3rem;
    }

    .new_right {
        padding: .36rem;
        width: 6.8rem;
        height: auto;
        background: #FEFEFE;
        box-shadow: .08rem .08rem 0px 0px rgba(54, 54, 54, 0.1);
        margin: 0 auto;
        margin-top: .5rem;
    }

    .new_right_item_icon {
        width: .45rem;
        height: .45rem;
        line-height: .45rem;
    }

    .new_right_item {
        padding-bottom: .36rem;
        padding-top: .25rem;
    }

    .link_txt {
        display: flex;
        flex-wrap: wrap;
    }

    .base_link .link_txt .item {
        width: 50%;
        margin-right: 0px;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .new_right_item_answer {
        margin-top: .15rem;
    }

    .hexagon_item_icon {
        width: 1.04rem;
        height: 1.18rem;
        font-size: .52rem;
    }

    .hexagon_item {
        width: 50%;
        padding-left: .8rem;
        margin-bottom: .3rem;
    }

    .hexagon_section {
        padding-top: .8rem;
        padding-bottom: .56rem;
    }

    .menu {
        display: none;
    }







    .botm {
        padding: 0 !important;
        width: 100%;
        height: 1.3rem;
        box-sizing: border-box;
        position: fixed;
        bottom: 0;
        background-color: #fff;
        z-index: 999999;
    }

    .botm ul li {
        height: 1.3rem;
    }

    .botm ul li:nth-child(1),
    .botm ul li:nth-child(2) {

        width: 20%;
    }

    .botm ul li:nth-child(1) img,
    .botm ul li:nth-child(2) img {
        display: block;
        margin-bottom: 0.05rem;
    }

    .botm ul li:nth-child(3) {
        width: 60%;
    }

    .botm ul li:nth-child(1),
    .botm ul li:nth-child(2) {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .botm a {
        text-decoration: none;
    }

    .botm ul li:nth-child(1) a {
        color: #333;
    }

    .botm ul {
        height: 1.3rem;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .botm ul li img {
        display: block;
        margin: 0 auto;
    }

    .botm ul li img {
        width: .4rem;
        height: .37rem;
    }

    .botm li:nth-child(3) {
        display: flex;
        align-items: center;
        background: #ff7676;

    }

    .botm li:nth-child(3)>a img {
        margin: 0;
        width: .55rem;
        height: .55rem;
        margin-right: .2rem;

    }

    .botm li:nth-child(3)>a {
        color: #fff;
        margin-left: .35rem;
        color: #fff !important;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }

    .botm li:nth-child(3)>a>div {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        color: #fff;
    }


    .botm li:nth-child(3)>a>div>p {
        color: #fff;

    }

    .botmTit {
        font-size: .34rem;
        margin-bottom: 0rem !important;
    }

    .botmTit+p {
        font-size: .2rem !important;
    }

    .botm p {
        font-size: .24rem;
    }

    .success {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #fff;
        width: 80%;
        text-align: center;
        border-radius: .2rem;
        padding: 0.6rem;
        /* box-shadow: 0 0 0.1rem #ccc; */
        z-index: 999999;
    }

    .success.show {
        display: block;
    }

    .success img {
        width: .8rem;
        margin-bottom: .1rem;
    }

    .success_btn {
        background-color: #1aad17;
        border-radius: 0.1rem;
        width: 2.6rem;
        height: 0.8rem;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: #fff;
        margin: 0 auto;
        margin-top: 0.3rem;
    }

    .success .success_tit {
        font-size: 20px;
        color: #333;
        font-weight: bold;
        margin-bottom: .1rem;
    }

    .success p {
        color: #666;
        font-size: 16px;
        margin-bottom: .1rem;
    }

    .success .success_close {
        position: absolute;
        width: .32rem;
        right: .3rem;
        top: .2rem;
    }

 
 .introduce_item_msg{
     margin-left: 0px;
 }
  .introduce_item:nth-child(2n){
      margin-left: 0.5rem;
  }
    .introduce_item {
        display: block;
        margin-top: .3rem;
    }

    .introduce_item img {
        width: .77rem;
        display: block;
        margin: 0 auto;
    }

    .introduce_item_tit {
        font-weight: bold;
        font-size: 16px;
        color: #222222;
        line-height: 26px;
    }

    .introduce_item_msg {
        width: auto;
        text-align: center;
    }

    .introduce_item_txt {
        width: 2.8rem;
        font-size: 14px;
        line-height: 20px;
        margin-top: 0px;
    }

    .introduce_section {
        justify-content: center;
    }

    .condition {
        overflow-x: auto;
        margin-top: .5rem;
    }

    .condition_item {
        margin-left: .3rem;
        width: 4.48rem;
        height: 7.9rem;
        box-shadow: .03rem .05rem .2rem 0px rgba(0, 13, 39, 0.1);
        border-radius: .1rem;
        padding: .4rem;
    }

    .condition_item .condition_item_img {
        width: 3.68rem;
    }

    .condition_tips {
        width: 4.82rem;
        margin: .64rem auto .3rem auto;
    }

    .condition_btn {
        width: 4.68rem;
        height: 1.04rem;
        border-radius: .52rem;
        font-size: .5rem;
        line-height: 1.04rem;
    }

    .condition_section {
        padding-bottom: 1rem;
    }

    .xvqiu_item_content_img {
        display: none;
    }

    .xvqiu_item_tit {
        width: 4.13rem;
        height: .67rem;
        background-size: 100%;
    }

    .xvqiu_item_txt {
        width: 4.13rem;
        height: .67rem;
    }

    .xvqiu_item_tit_cicle {
        width: .32rem;
        height: .16rem;
        border-radius: .2rem .2rem 0 0;
    }

    .xvqiu_item_tit {
        font-size: 18px;
        line-height: .67rem;
    }

    .xvqiu_item_content {
        margin-top: .16rem;
        height: auto;
        width: 6.9rem;
        padding: 0 .26rem;


    }

    .xvqiu_item_content_list {
        padding-top: 1.02rem;
        justify-content: space-between;
        padding-bottom: .24rem;
    }

    .xvqiu_item_content_list .type_item {
        margin-top: 0px;
        margin-bottom: .26rem;
    }

    .xvqiu_second_item .xvqiu_item_tit {
        background-size: 100%;
    }

    .xvqiu_section {
        padding: .8rem 0;
    }

    .xvqiu_section .xvqiu_item {
        margin-top: .5rem;
    }
    
    
}