body {
    margin: 0;
    padding: 0;
    font-size: 0.6rem;
}
.pc {
    width: 100%;
}
.header {
    width: 100%;
    height: 800px;
    background: url("/image/banner.jpeg");
    background-size: 100% 100%;
    margin-top: 60px;
}
.header_part {
    width: 100%;
    padding: 10px 0;
    background: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 99;
}
.header_img {
    display: flex;
    align-items: center;
    margin-left: 15%;
}
.header_title_mobile {
    display: none;
}
.logos {
    width: 2.7rem;
    height: 3.1rem;
}
.header_title {
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.header_title img {
    width: 7.5rem;
}
.header_text {
    font-size: 1.3rem;
    font-weight: 400;
    color: #333333;
    line-height: 29px;
    text-decoration: none;
    margin: 0 30px;
}
.header_content {
    margin-left: 23%;
}
.banner_part {
    padding: 10% 10% 0;
    height: 670px;
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
}
.banner_title {
    width: 72%;
    line-height: 80px;
}
.banner_subTitle {
    width: 42%;
    margin: 24px 0 100px;
}
.banner_img {
    width: 9.4rem;
    height: 9.4rem;
    margin-top: 13%;
    border-radius: 10px;
}
.form {
    width: 55%;
    height: 56%;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 2.5%;
    overflow: auto;
}
.form_title {
    font-size: 1.7rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    margin: 0;
}
.form_subTitle {
    font-size: 1rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 10px;
}
.form_subTitle span {
    color: #F40000;
}
.select {
    width: 98%;
    height: 3rem;
    align-items: center;
    background: #FAFAFA;
    border-radius: 8px;
    border: none;
    padding: 0 15px;
    margin: 13px 0;
    display: flex;
}
.input {
    border: none;
    background: #FAFAFA;
    width: 94%;
}
.form_tip {
    font-size: 0.6rem;
    font-weight: 500;
    color: #999999;
    text-align: center;
}
.form_footer {
    margin: 10% auto 0;
    text-align: center;
}
.form_btn {
    width: 80%;
    padding: 2.7% 0;
    background: linear-gradient(360deg, #EA302C 0%, #FF6562 100%);
    border-radius: 27px;
    border: none;
    color: #ffffff;
    font-size: 22px;
}
.title {
    font-size: 30px;
    color: #2D2D2D;
    text-align: center;
}
.sub_title {
    color: #999999;
    text-align: center;
    margin: -12px 0 35px;
    letter-spacing: 7px;
    font-size: 0.9rem;
}
.line {
    width: 40px;
    height: 6px;
    background: #EF5350;
    border-radius: 4px;
    margin: 4% auto -0.5%;
}
.produce_part, .pc_resource {
    display: flex;
    margin: 0 190px;
}
.product_left {
    padding: 0 60px 0 0;
    width: 100%;
}
.product_right {
    width: 100%;
}
.product_img {
    width: 100%;
    height: 410px;
}
.product_logo {
    width: 80px;
    height: 80px;
}
.product_title_img {
    width: 110px;
    height: 30px;
}
.content {
    color: #333333;
    font-size: 1rem;
}
.service_item {
    display: flex;
    align-items: baseline;
    height: 110px;
}
.num {
    color: #9B9B9B;
    letter-spacing: 2px;
    margin-right: 35px;
    font-size: 20px;
}
.service_content {
    margin-top: -20px;
}
.service_title {
    color: #3D3D3D;
    font-size: 20px;
    font-weight: 500;
}
.service_text {
    color: #6D6D6D;
    font-weight: 500;
    font-size: 13px;
    margin-top: -8px;
}
.footer {
    background: #FF6D6A;
    margin-top: 60px;
    padding: 20px 12%;
    color: #ffffff;
    font-size: 16px;
}
.footer_left {
    width: 60%;
}
.wechat_img {
    width: 74%;
    border-radius: 8px;
    margin: 0 25px;
}
.wechat_title {
    width: 150px;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
    font-size: 16px;
}
.text_line {
    border: 0.5px solid #FF8A87;
}
.copyright_part {
    display: flex;
    justify-content: center;
}
.copyright {
    font-size: 0.9rem;
    text-align: center;
    cursor: pointer;
}
.wechat_text {
    font-size: 0.9rem;
    text-align: center;
    margin-top: 0px;
}
.swiper-slide {
    display: flex;
}
.arrow_img {
    width: 80px;
    height: 80px;
}
.swiper-button-prev:after, .swiper-button-next:after {
    content: ''!important;
}
.swiper-slide {
    width: 96%;
}
.marry_modal {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    width: 100%;
    height: 115px;
    background: rgba(0,0,0,0.4);
    border-radius: 0px 0px 12px 12px;
    position: relative;
    top: -120px;
}
.marry_title {
    font-size: 26px;
    margin: 5px 0 -10px;
}
.marry_sub_title {
    font-size: 0.9rem;
}
.trans_img {
    width: 100%;
    height: 40px;
}
.marry_modal_left {
    width: 85%;
}
.swiper-pointer-events {
    height: 460px;
    margin-left: 1%;
    width: 96%;
}
.swiper-button-prev, .swiper-button-next {
    left: -50px!important;
    position: relative!important;
    right: auto!important;
    top: 210px!important;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: transparent;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    left: 55px!important;
}
.modal_wechat {
    display: flex;
    position: absolute;
    top: 0;
    background: rgba(0,0,0,0.4);
    width: 48%;
    border-radius: 10px;
    height: 460px;
    align-items: center;
}
.modal_img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border-radius: 10px;
}
.form select{
    border: none;
    color: #000000;
    font-weight: 400;
    font-size: 0.9rem;
    border-radius: 10px;
    padding-left: 20px;
    background: #F7F7F7 url('/image/arrow_down.png') no-repeat center;
    background-size: 15px;
    background-position-x: 314px;
    appearance: none;
}
.budget_part {
    color: #333333;
    padding: 0 10px;
    background: #FAFAFA;
    border-radius: 0 0 10px 10px;
    margin-top: -20px;
    font-size: 14px;
}
.budget_title {
    margin-bottom: 5px;
    padding: 15px 0 0 10px;
    font-size: 1.4rem;
    font-weight: bold;
}
.budget_list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
}
.budget_part p {
    width: 33%;
    margin: 5px 0px;
}
.active {
    color: red;
}
.swiper_img {
    width: 100%;
    height: 460px;
}
.evalua_img {
    width: 100%;
}
.code_part {
    padding-top: 30px;
    display: flex;
    margin-left: 125px;
}
#mobile {
    display: none;
}
#PC {
    display: block;
}
#budgetArrowDown, #budgetArrowUp {
    width: 15px;
    height: 15px;
}
.slide_item {
    margin: 0 1% 0 2%;
    width: 50%;
}
.slide_item_right {
    margin: 0 2% 0 1%;
    width: 50%;
}
.mobile_resource {
    display: none;
}
@media only screen and (max-width: 640px) {
    /*这里书写手机端的css代码，手机端的css代码是在pc端的代码基础上书写，类似于补充*/
    .header {
        height: 250px;
    }
    .banner_left {
        height: 180px;
        padding-top: 30px;
    }
    .header_title img, .logos {
        display: none;
    }
    .header_title_mobile {
        display: block;
    }
    .mobile_logo {
        width: 98px;
    }
    .mobile_more {
        width: 20px;
        height: 20px;
        position: fixed;
        top: 10px;
        right: 20px;
    }
    .header_part {
        height: 40px;
        background: #EF5350;
        position: fixed;
        top: 0;
        z-index: 99;
    }
    .header_img {
        margin-left: 20px;
    }
    .logos {
        width: 20px;
        height: 20px;
    }
    .banner_part {
        height: 600px;
        padding: 0;
        display: block;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-top: 40px;
    }
    .form {
        width: auto;
        height: auto;
        margin: 0;
        padding: 20px;
        background: #FFF8F8;
        border-radius: 0;
    }
    .form select, .select, .input {
        background: #FFFFFF;
    }
    .select {
        align-items: center;
        display: flex;
    }
    #budgetArrowDown, #budgetArrowUp {
        width: 15px;
        height: 15px;
    }
    .form_title {
        font-size: 1.4rem;
    }
    .form_subTitle {
        font-size: 10px;
        color: #666666;
    }
    .form_tip {
        font-size: 10px;
        font-weight: 400;
        color: #C7C7C7;
        text-align: left;
    }
    .form_btn {
        width: 345px;
        font-size: 1.4rem;
        border-radius: 4px;
    }
    .banner_title {
        width: 72%;
        line-height: 30px;
    }
    .banner_subTitle {
        width: 108px;
        margin: 10px 0;
    }
    .banner_img {
        width: 50px;
        height: 50px;
        margin-top: 0;
        border-radius: 5px;
    }
    .wechat_title {
        width: 100%;
        font-size: 10px;
    }
    .produce_part {
        display: block;
        margin: 0;
    }
    .product_img {
        width: 100%;
        height: 180px;
        margin: 15px 0px;
    }
    .line {
        width: 20px;
        height: 2px;
        margin: -10px auto -8px;
    }
    .title {
        font-size: 1rem;
    }
    .sub_title {
        font-size: 10px;
        letter-spacing: 3px;
        margin: -12px 0 9px;
    }
    .product_left {
        text-align: center;
        padding: 0!important;
    }
    .product_logo {
        width: 22px;
        height: 25px;
    }
    .product_title_img {
        width: 41px;
        height: 12px;
    }
    .content {
        font-size: 12px;
        margin: 5px 15px;
        text-align: left;
    }
    .product_right {
        width: 93%;
        margin: 5px 15px;
    }
    .form_footer {
        margin: 13px auto 0;
    }
    #product {
        margin-top: 20px;
    }
    #service {
        margin-top: 16px;
    }
    .service_title {
        font-size: 0.9rem;
    }
    .service_text {
        color: #999999;
        font-size: 0.6rem;
    }
    .num {
        color: #999999;
        font-size: 0.9rem;
        margin-right: 10px;
    }
    .service_item {
        height: auto;
    }
    #resource {
        margin-top: 15px;
    }
    .swiper_img {
        width: 162px;
        height: 147px;
    }
    .marry_modal {
        width: 100%;
        height: 29px;
        padding: 0;
        border-radius: 0 0 5px 5px;
        position: relative;
        top: -33px;
    }
    .marry_title {
        font-size: 0.9rem;
        margin: 0;
        text-align: center;
    }
    .evalua_img {
        width: 100%;
        height: 150px;
    }
    .footer {
        height: 220px;
        padding: 5px 15px;
        margin-top: 15px;
        font-size: 0.6rem;
    }
    .code_part {
        margin-left: 0;
    }
    .copyright {
        font-size: 10px;
        margin: 0;
    }
    .first {
        padding-top: 20px;
    }
    .wechat_img {
        width: 70px;
        height: 70px;
    }
    .arrow_img, .trans_img, .text_line, .jkj, .business, .marry_sub_title, .header_content, .modal_wechat, .pc_resource {
        display: none;
    }
    .budget_part {
        background: #FFFFFF;
        padding: 0;
    }
    .budget_list {
        padding: 0 10px;
        color: #999999;
        font-size: 0.6rem;
    }
    .swiper-pointer-events {
        height: 150px;
    }
    .about {
        font-size: 0.6rem;
    }
    .budget_title {
        padding: 12px 0 0 17px;
        font-size: 0.9rem;
        color: #666666;
        text-align: left;
    }
    #mobileMenu {
        background: #ffffff;
        display: flex;
        text-align: center;
        flex-wrap: wrap;
        position: fixed;
        width: 100%;
        padding: 10px 0;
    }
    .menu_img {
        width: 24px;
        height: 24px;
    }
    .menu_title {
        font-size: 0.6rem;
        color: #333333;
        margin: 0;
    }
    .menu_item {
        width: 100%;
        margin: 5px 0;
    }
    .menu_item_part {
        width: 25%;
        display: flex;
        justify-content: center;
    }
    .wechat_text {
        font-size: 10px;
    }
    #PC {
        display: none;
    }
    #mobile, .copyright_part {
        display: block;
    }
    #evaluation {
        margin-top: -20px;
    }
    .slide_item,.slide_item_right {
        text-align: center;
        width: auto;
        margin: 0 2%;
    }
    .swiper-slide {
        display: flex;
        justify-content: center;
    }
    .modal_wechat {
        background: transparent;
    }
    .mobile_resource {
        display: flex;
        width: 90%;
        padding: 0 15px;
        overflow: auto;
    }
}
