.header .head {
    height: 155px;
    align-items: center;
}

.header .logo {
    width: 391px;
    height: 67px;
    margin-top: 13px;
}

.header .code {
    margin-top: 25px;
}

.header .code_text {
    margin-left: 13px;
    margin-right: 10px;
    padding-top: 10px;
}

.header .code_text div {
    font-weight: 300;
    font-size: 13.186px;
    color: #000;
    line-height: 18px;
}

.nav_bg {
    background-color: #F2B848;
    height: 104px;
    line-height: 104px;
}

.nav_bg .nav_text {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: #000;
    width: 12%;
}

.nav_bg .nav_text a {
    display: block;
}

.nav_bg .nav_text {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: #000;
    width: 12%;
}

.nav_bg2 .nav_text {
    width: 9.7%;
}

.nav_bg .nav_active {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: #000;
}

.nav_bg .nav_active.active {
    width: 32%;
    text-align: right;
    padding-right: 70px;
    background: url("../img/nav_bg.png") no-repeat center center;
    background-size: contain;
    height: 108px;
    line-height: 108px;
    color: #fff;
    margin-top: -1.5px;
}

.nav_bg .nav_text.active {
    text-align: right;
    background: url("../img/nav_bg_1.png") no-repeat center center;
    background-size: contain;
    height: 106px;
    line-height: 106px;
    color: #fff;
    width: 15%;
    text-align: center;
}

.banner .swiper_1 {
    --swiper-navigation-color: #fff;
    /* 单独设置按钮颜色 */
}

.banner .swiper_1 .swiper-slide {
    position: relative;
}

.banner .swiper_1 .swiper_text {
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner .swiper_1 .swiper_text .text_1 {
    font-weight: 600;
    font-size: 70.534px;
    line-height: 99px;
    color: #FFFFFF;
}

.banner .swiper_1 .swiper_text .text_2 {
    font-weight: 600;
    font-size: 20.4634px;
    line-height: 29px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.index_content {
    margin-top: 68px;
    margin-bottom: 120px;
}

.index_content .title {
    text-align: center;
}

.index_content .subhead {
    font-weight: 400;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.19);
}

.index_content .name {
    font-weight: 600;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    color: #000;
    margin-top: -32px;
    letter-spacing: 1.5px;
}

.index_content .name span {
    color: #CA8500;
}

.index_content .wire {
    background: #F2B848;
    border-radius: 50px;
    width: 72.75px;
    height: 6px;
    margin: 0 auto;
    margin-top: 30px;
}

.index_content .section_1 .s1_serve {
    margin-top: 61px;
}

.index_content .section_1 .s1_list {
    width: 31%;
    margin-bottom: 51px;
}

.index_content .section_1 .s1_list .img {
    position: relative;
}

.index_content .section_1 .s1_list .more {
    width: 178px;
    height: 64px;
    background: #F2B848;
    border-radius: 5px;
    font-weight: 400;
    font-size: 20px;
    line-height: 64px;
    text-align: center;
    color: #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.5s;
}

.index_content .section_1 .s1_list:hover .more {
    opacity: 1;
    transition: 0.5s;
}

.index_content .section_1 .s1_list .text {
    margin-top: 24px;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    color: #000000;
}

.index_content .section_2 {
    margin-top: 67px;
}

.index_content .section_2 .s2_news {
    margin-top: 60px;
    align-items: center;
}

.index_content .section_2 .s2_news .left {
    width: 46%;
    position: relative;
}

.index_content .section_2 .s2_news .left .text_1 {
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    position: absolute;
    bottom: 60px;
    left: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index_content .section_2 .s2_news .left .text_2 {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.index_content .section_2 .s2_news .right {
    width: 53%;
}

.index_content .section_2 .s2_list {
    height: 114px;
    position: relative;
    align-items: center;
    display: grid;
    padding: 0 20px 0 26px;
    border-bottom: 0.5px dashed rgba(0, 0, 0, 0.29);
    transition: 0.5s;
}

.index_content .section_2 .s2_list:hover {
    background-color: #F2B848;
    border: 0
}

.index_content .section_2 .s2_list:last-child {
    border: 0;
}

.index_content .section_2 .s2_list .text {
    font-size: 24px;
    color: #000000;
    width: 75%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index_content .section_2 .s2_list:hover .text {
    font-weight: bold;
}

.index_content .section_2 .s2_list .time {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-weight: 300;
    font-size: 20px;
    color: #000;
}

.index_content .section_3_bg {
    margin-top: 121px;
    background: url("../img/banner_13.jpg") no-repeat center center;
    height: 734px;
    background-size: cover;
    padding-top: 72px;
}

.index_content .section_3 .subhead {
    font-weight: 400;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.51);
}

.index_content .section_3 .name {
    color: #fff;
}

.index_content .section_3 .s3_case {
    margin-top: 74px;
}

.index_content .section_3 .s3_case .left {
    width: 40%;
}

.index_content .section_3 .s3_case .text {
    margin-top: 20px;
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
}

.index_content .section_3 .s3_case .right {
    width: 57%;
}

.index_content .section_3 .s3_case .list {
    font-size: 22px;
    line-height: 31px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.index_content .section_3 .s3_case .list:hover {
    color: #F2B848;
}

.index_content .section_3 .s3_case .list .time {
    float: right;
}

.index_content .section_4 {
    margin-top: 170px;
    flex-wrap: wrap;
}

.index_content .section_4 .subhead {
    text-align: left;
}

.index_content .section_4 .name {
    text-align: left;
}

.index_content .section_4 .wire {
    margin-left: 1px;
}

.index_content .section_4 .mien {
    width: 37%;
}

.index_content .section_4 .mien .mien_cont {
    margin-top: 50px;
}

.index_content .section_4 .mien .mien_list {
    margin-bottom: 89px;
}

.index_content .section_4 .mien .text {
    margin-top: 20px;
    font-size: 24px;
    text-align: center;
    color: #000000;
}

.index_content .section_4 .matter {
    width: 59%;
}

.index_content .section_4 .matter .matter_cont {
    margin-top: 65px;
    background: #FFFFFF;
    border: 1px solid #F2B848;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 25px 18px;
    height: 926px;
}

.index_content .section_4 .matter .roll {
    overflow: scroll;
    overflow-x: hidden;
    height: 870px;
}

.index_content .section_4 .matter .roll::-webkit-scrollbar {
    width: 10px;
    /* height: 10px; */
    margin-right: 20px;
}

.index_content .section_4 .matter .roll::-webkit-scrollbar-thumb {
    background: #B6B6B6;
    border-radius: 5px;
}

.index_content .section_4 .matter_list {
    align-items: center;
    margin-bottom: 14px;
}

.index_content .section_4 .matter_list .left {
    margin-right: 22px;
}

.index_content .section_4 .matter_list .right .text {
    /*height: 68px;*/
    line-height: 50px;
    font-size: 18px;
    color: #000;
    align-items: center;
    margin-bottom: 13px;
}

.index_content .section_4 .matter_list .right .text_1_bg {
    background-color: #F6F5F2;
    padding-left: 37px;
    border-radius: 15px;
    width: 574.44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding-right: 30px;
}

.index_content .section_4 .matter_list .right .text_2_bg {
    background-color: #FFF8EA;
    padding-left: 37px;
    border-radius: 15px;
    width: 574.44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 1;*/
    overflow: hidden;
    padding-right: 30px;
}

.index_content .section_4 .matter_list .right .triangle_1 {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 20px solid #F6F5F2;
    border-bottom: 10px solid transparent;
}

.index_content .section_4 .matter_list .right .triangle_2 {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 20px solid #FFF8EA;
    border-bottom: 10px solid transparent;
}

.index_content .section_4 .matter_list .right div span {
    color: #A58B5A;
}

.footer_bg {
    background: url("../img/footer.jpg") no-repeat center center;
    height: auto;
    background-size: cover;
    padding-bottom: 20px;
}

.footer_bg .footer .left {
    padding-top: 93px;
}

.footer_bg .footer .left .title {
    font-weight: 700;
    font-size: 32px;
    color: #FFFFFF;
    margin-bottom: 14px;
}

.footer_bg .footer .left .wire {
    background: #F2B848;
    border-radius: 50px;
    width: 32px;
    height: 2px;
    margin-bottom: 28px;
}

.footer_bg .footer .left .info {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}

.footer_bg .footer .left .info img {
    margin-right: 16px;
}

.footer_bg .footer .right {
    padding-top: 93px;
}

.footer_bg .footer .right .image {
    margin-left: 33px;
}

.footer_bg .footer .right .image img {
    border-radius: 10px;
}

.footer_bg .record {
    justify-content: center;
    margin-top: 75px;
    border-top: 0.5px solid rgba(255, 255, 255, 0.51);
    padding-top: 21px;
}

.footer_bg .record .text {
    margin: 0 30px;
    font: 14px;
    font-weight: 300;
    color: #fff;
}

.banner2 .swiper_1 .swiper_text .text_1 {
    font-size: 60.534px;
}

.banner2 .swiper_1 .swiper_text .text_2 {
    font-weight: 400;
}

.content {
    padding: 0 32px;
    margin-top: 122px;
    padding-bottom: 87px;
}

.content .public {
    width: 22%;
}

.content .recommend .title {
    background: #F2B848;
    height: 76.74px;
    line-height: 76.74px;
    text-align: center;
    color: #000;
    font-size: 18px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.content .recommend .rom_cont {
    background: #FFFFFF;
    padding: 20px 40px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.content .recommend .rom_cont .rom_list {
    margin-bottom: 30px;
}

.content .recommend .rom_cont .name {
    font-weight: 600;
    font-size: 16px;
    line-height: 158%;
    color: #CA8500;
    margin-bottom: 7px;
}

.content .recommend .rom_cont .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 158%;
    color: #6D6D6D;
}

.content .recommend .rom_cont .text span {
    display: block;
    margin-left: 23px;
}

.content .topic {
    margin-top: 30px;
}

.content .topic .title {
    background: #F2B848;
    height: 76.74px;
    line-height: 76.74px;
    text-align: center;
    color: #000;
    font-size: 18px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.content .topic .topic_cont {
    background: #FFFFFF;
    padding: 27px 18px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.content .topic .topic_cont .topic_list {
    margin-bottom: 16px;
}

.content .topic .topic_cont .name {
    font-weight: 600;
    font-size: 16px;
    line-height: 158%;
    color: #CA8500;
    margin-bottom: 7px;
}

.content .topic .topic_cont .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 158%;
    color: #6D6D6D;
}

.content .topic .topic_cont .text span {
    display: block;
    margin-left: 23px;
}

.content .intro {
    width: 75%;
}

.content .intro .title {
    text-align: center;
}

.content .intro .subhead {
    font-weight: 400;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.19);
}

.content .intro .name {
    font-weight: 600;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    color: #000;
    margin-top: -32px;
    letter-spacing: 1.5px;
}

.content .intro .name span {
    color: #000;
}

.content .intro .wire {
    background: #F2B848;
    border-radius: 50px;
    width: 72.75px;
    height: 6px;
    margin: 0 auto;
    margin-top: 30px;
}

.content .refer {
    margin-top: 66px;
    align-items: center;
}

.content .refer .image {
    width: 40%;
}

.content .refer .text {
    width: 58%;
    font-size: 16px;
    line-height: 158%;
    color: #000000;
}

.content .awards {
    margin-top: 90px;
}

.content .awards div {
    width: 24%;
}

.content .ment {
    font-size: 16px;
    color: #000;
    line-height: 158%;
    width: 80%;
    margin: 0 auto;
    margin-top: 56px;
}

.content .ment2 {
    margin-top: 26px;
}

.content .intro_banner {
    margin-top: 20px;
}

.content .intro_banner2 {
    margin-top: 50px;
}

.content .intro_banner2 .left {
    width: 37%;
}

.content .intro_banner2 .left .left_bot {
    margin-top: 10%;
}

.content .intro_banner2 .right {
    width: 59%;
}

.content .intro_banner3 {
    margin-top: 56px;
}

.content .intro_banner3 .left {
    width: 36%;
}

.content .intro_banner3 .right {
    width: 63%;
}

.content .fot_logo {
    width: 377px;
    margin: 0 auto;
    margin-top: 80px;
}

.content .repair_tab {
    margin-top: 52px;
}

.content .repair_tab .option {
    margin: 0 40px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    width: 225px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #000;
    font-size: 18px;
    cursor: pointer;
}

.content .repair_tab .option.active {
    background: #F2B848;
    border-radius: 10px;
}

.content .rep_set_1 {
    margin-top: 93px;
}

.content .rep_set_1 .title {
    text-align: center;
    margin-bottom: 44px;
    font-size: 24px;
    color: #000;
}

.content .rep_set_1 .list div {
    width: 30%;
}

.content .rep_set_2 {
    margin-top: 73px;
}

.content .rep_set_2 .title {
    text-align: center;
    margin-bottom: 44px;
    font-size: 24px;
    color: #000;
}

.content .rep_set_2 .text {
    font-size: 20px;
    color: #000;
    text-align: center;
    margin-top: 25px;
}

.content .rep_set_2 .list_2 div {
    width: 48%;
}

.content .show_repair .subhead {
    opacity: 0;
}

.content .repair_flow {
    margin-bottom: 80px;
}

.content .repair_flow .titles {
    margin-top: 70px;
    text-align: center;
    margin-bottom: 53px;
    font-size: 30px;
    color: #000;
}

.content .repair_flow .rf_list .lists {
    width: 48%;
    margin-bottom: 22px;
}

.content .repair_flow .rf_list .lists .texts {
    margin-top: 22px;
    font-size: 20px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.content .repair_super .titles {
    margin-top: 70px;
    text-align: center;
    margin-bottom: 53px;
    font-size: 30px;
    color: #000;
}

.content .repair_super .rs_1 .rs_title {
    font-size: 20px;
    margin-bottom: 20px;
    color: #000;
}

.content .repair_super .rs_1 .rs_list img {
    width: 23%;
}

.content .repair_super .rs_2 .rs_2_list {
    width: 48%;
}

.content .repair_super .rs_2 .rs_2_list .texts {
    margin-bottom: 19px;
    font-size: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 34px;
}

.content .dete_cont .detre_section_1 {
    margin-top: 60px;
}

.content .dete_cont .detre_section_1 .titles {
    margin-bottom: 26px;
    font-size: 28px;
    color: #000;
}

.content .dete_cont .detre_section_1 .subheads {
    margin-top: 68px;
    margin-bottom: 16px;
    font-size: 28px;
    color: #000;
}

.content .dete_cont .detre_section_1 .text {
    margin-bottom: 43px;
    font-size: 24px;
    color: #000;
    line-height: 158%;
}

.content .dete_cont .detre_section_1 .image_text {
    font-size: 24px;
    margin-top: 17px;
    text-align: center;
}

.content .dete_cont .detre_section_2 {
    margin-top: 103px;
}

.content .product_cont .ments {
    margin: 0 auto;
    text-align: center;
    font-size: 36px;
    color: #000;
    margin-top: 41px;
    margin-bottom: 53px;
}

.content .product_cont .ments img {
    margin-right: 16px;
    width: 68px;
    height: 68px;
}

.content .product_cont .pro_list {
    margin-bottom: 115px;
}

.content .product_cont .pro_list2 {
    margin-top: 73px;
    margin-bottom: 0;
}

.content .product_cont .pro_list .lists {
    width: 48%;
}

.content .product_cont .pro_list2 .lists {
    margin-bottom: 44px;
}

.content .product_cont .pro_list .lists .text {
    margin-top: 18px;
    font-size: 24px;
    color: #000;
    text-align: center;
}

.content .product_cont .pro_banner {
    margin-top: 71px;
}

.content .product_cont .pro_banner2 {
    margin-top: 31px;
}

.content .product_cont .pro_banner .text {
    margin-top: 18px;
    font-size: 24px;
    color: #000;
    text-align: center;
}

.content .product_cont .titles {
    margin-top: 58px;
    font-size: 28px;
    color: #000;
}

.content .case_cont {
    margin-top: 63px;
}

.content .case_cont .case_list {
    width: 48%;
    margin-bottom: 68px;
}

.content .case_cont .case_list .image {
    position: relative;
}

.content .case_cont .case_list .time {
    background-color: #F2B848;
    height: 57px;
    line-height: 57px;
    padding: 0 20px;
    font-size: 22px;
    color: #000;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.content .case_cont .case_list .text {
    margin-top: 17px;
    color: #000;
    font-size: 22px;
    text-align: center;
}

.content .case_show {
    margin-top: 10px;
}

.content .case_show .title {
    text-align: center;
    color: #000;
    font-size: 30px;
    width: 100%;
    margin: 0 auto;
}

.content .case_show .title span {
    margin-left: 20px;
}

.content .case_show .time {
    font-size: 24px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    color: #000;
    margin-top: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.21);
    padding-bottom: 24px;
    margin-bottom: 65px;
}

.content .case_show .text {
    font-weight: 400;
    font-size: 18px;
    line-height: 158%;
    color: #000000;
    margin-bottom: 43px;
}

.content .case_show .image {
    margin-bottom: 43px;
}

.content .news_cont {
    margin-top: 40px;
}

.content .news_cont .news_list {
    padding: 17px 14px 14px 37px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    align-items: center;
    margin-bottom: 40px;
}

.content .news_cont .news_list .time {
    width: 66px;
}

.content .news_cont .news_list .time .time_1 {
    font-size: 18px;
    color: #000;
    text-align: center;
    margin-bottom: 5px;
}

.content .news_cont .news_list .time .time_2 {
    background-color: #F2B848;
    width: 66px;
    height: 66px;
    text-align: center;
    line-height: 66px;
    color: #000;
    font-size: 28px;
}

.content .news_cont .news_list .img {
    width: 207px;
}

.content .news_cont .news_list .cont {
    width: 60%;
}

.content .news_cont .news_list .text_1 {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 34px;
    text-transform: uppercase;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.content .news_cont .news_list .text_2 {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.content .pager ul {
    justify-content: center;
    list-style: none;
}

.content .pager ul li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 10px;
    background: #F3F3F3;
    border-radius: 5px;
}

.content .pager ul li.active {
    background-color: #F2B848;
}

.content .pager ul li a {
    display: block;
}

.content .exchange_cont {
    margin-top: 53px;
    margin-bottom: 50px;
}

.content .exchange_cont .exchange_list {
    padding-bottom: 18px;
    border-bottom: 1px dashed #E0E0E0;
    margin-bottom: 32px;
}

.content .exchange_cont .text {
    margin-bottom: 12px;
    font-size: 18px;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-weight: bold;
}

.content .exchange_cont .sign {
    text-align: right;
    font-size: 16px;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.content .contact_cont {
    margin-top: 200px;
}

.content .contact_cont .corona_banner {
    position: relative;
}

.content .contact_cont .corona_bg {
    width: 557px;
    height: 557px;
    line-height: 557px;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #FFFFFF;
    border: 1px solid #D9D9D9;
}

.content .contact_cont .corona_bg img {
    width: 218px;
    height: 218px;
}

.content .contact_cont .corona {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.content .contact_cont .corona .corona_list2 {
    width: 1000px;
    margin: 0 auto;
}

.content .contact_cont .corona .corona_list3 {
    margin-top: 84px;
}

.content .contact_cont .corona .corona_1 {
    width: 160px;
    height: 160px;
    margin: 0 auto;
    background: url("../img/banner_95.png") no-repeat center center;
    background-size: cover;
    align-items: center;
    display: grid;
    padding: 0 17px;
    font-size: 14px;
    line-height: 158%;
    color: #000;
    font-weight: bold;
    border-radius: 50%;
}

.content .contact_cont .corona .corona_2 {
    background: url("../img/banner_97.png") no-repeat center center;
    background-size: cover;
}

.content .contact_cont .corona .corona_3 {
    background: url("../img/banner_95.png") no-repeat center center;
    background-size: cover;
}

.content .contact_cont .corona .corona_4 {
    background: url("../img/banner_98.png") no-repeat center center;
    background-size: cover;
}

.content .contact_cont .corona .corona_5 {
    background: url("../img/banner_96.png") no-repeat center center;
    background-size: cover;
}

.content .contact_cont .corona .corona_6 {
    background: url("../img/banner_97.png") no-repeat center center;
    background-size: cover;
}

.content .contact_cont .corona .corona_1:hover {
    transform: scale(1.5);
    transition: 0.5s;
    background: url("");
    background: #F2B848;
}

.content .title_banenr {
    text-align: center;
    margin-top: 130px;
}

.content .contact_site {
    margin-top: 93px;
}

.content .contact_site .text {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin-bottom: 35px;
}

.content .contact_site .text .text_span1 {
    font-weight: 400;
}

.content .contact_site .text .text_span2 {
    margin-left: 40px;
    font-weight: 400;
}

.content .contact_site .text img {
    margin-right: 26px;
    width: 36px;
}

.content .form {
    margin-top: 72px;
}

.content .form label {
    width: 100%;
    font-size: 20px;
    color: #000;
    align-items: center;
    margin-bottom: 22px;
}

.content .form .label1 {
    align-items: flex-start;
}

.content .form label div {
    width: 15%;
    text-align: right;
    margin-right: 2%;
}

.content .form label span {
    color: #C00000;
}

.content .form label input {
    background: #FAFAFA;
    border: 1px solid #D9D9D9;
    width: 83%;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
}

.content .form .label1 textarea {
    height: 437px;
    line-height: 20px;
    background: #FAFAFA;
    border: 1px solid #D9D9D9;
    width: 83%;
    padding: 20px;
}

.content .form .label2 input {
    background: #FAFAFA;
    border: 1px solid #D9D9D9;
    width: 33%;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
}

.content .form .label2 img {
    margin-left: 21px;
    width: 167px;
    height: 48px;
}

.content .button {
    margin: 0 auto;
    text-align: center;
    margin-top: 72px;
}

.content .button input {
    width: 227px;
    height: 60px;
    line-height: 60px;
    margin: 0 14px;
    text-align: center;
}

.content .button .submit {
    color: #000;
    background-color: #F2B848;
}

.content .button .reset {
    color: #fff;
    background-color: #EA2626;
}

@media only screen and (max-width:1650px) {
    .index_content .section_2 {
        margin-top: 40px;
    }
    .index_content .section_2 .s2_list {
        height: 96px;
    }
    .index_content .section_2 .s2_list .text {
        font-size: 20px;
    }
    .index_content .section_3 .s3_case .list {
        font-size: 20px;
        margin-bottom: 18px;
    }
    .index_content .section_3_bg {
        margin-top: 60px;
    }
    .index_content .section_4 {
        margin-top: 70px;
    }
    .index_content .section_4 .matter_list .right .text_1_bg {
        width: 463.44px;
    }
    .index_content .section_4 .matter_list .right .text_2_bg {
        width: 463.44px;
    }
    .nav_bg .nav_active.active {
        background: url("../img/nav_bg_1.png");
        background-size: contain;
        width: 17%;
        text-align: center;
        padding-right: 0px;
        margin-top: 0px;
    }
    .nav_bg .nav_text.active {
        width: 17%;
    }
    .content .recommend .rom_cont {
        padding: 20px 20px;
    }
    .content .case_cont .case_list .time {
        font-size: 20px;
    }
    .content .news_cont .news_list .cont {
        width: 57%;
    }
}

@media only screen and (max-width:1300px) {
    .banner .swiper_1 .swiper_text .text_1 {
        font-weight: 600;
        font-size: 54.534px;
        line-height: 70px;
        color: #FFFFFF;
    }
    .index_content {
        margin-top: 40px;
        margin-bottom: 100px;
    }
    .index_content .section_1 .s1_list {
        width: 30%;
        margin-bottom: 25px;
    }
    .index_content .section_1 .s1_list .text {
        margin-top: 5px;
        font-size: 20px;
        color: #000000;
    }
    .index_content .section_2 {
        margin-top: 30px;
    }
    .index_content .section_2 .s2_list {
        height: 77px;
    }
    .index_content .section_2 .s2_list .time {
        bottom: 5px;
        right: 10px;
    }
    .index_content .section_2 .s2_list .text {
        font-size: 18px;
    }
    .index_content .section_2 .s2_news .left .text_1 {
        font-size: 20px;
        padding-right: 20px;
    }
    .index_content .section_3 .s3_case .list {
        font-size: 18px;
        margin-bottom: 18px;
    }
    .index_content .section_3_bg {
        height: 600px;
        padding-top: 60px;
    }
    .index_content .section_3 .s3_case {
        margin-top: 50px;
    }
    .index_content .section_4 .mien {
        width: 100%;
    }
    .index_content .section_4 .matter {
        width: 100%;
    }
    .index_content .section_4 .mien .mien_list {
        margin-bottom: 50px;
    }
    .index_content .section_4 .matter_list .right .text_1_bg {
        width: 698.44px;
    }
    .index_content .section_4 .matter_list .right .text_2_bg {
        width: 698.44px;
    }
    .index_content .section_1 .s1_list .more {
        font-size: 18px;
    }
    .nav_bg .nav_active.active {
        background: url();
        width: 12.5%;
        height: 75px;
        line-height: 75px;
    }
    .nav_bg2 .nav_text {
        width: 12.5%
    }
    .content .intro {
        width: 100%;
    }
    .content .public {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
    }
    .content .public .recommend {
        width: 48%;
    }
    .content .topic {
        margin-top: 0px;
    }
    .content .public .topic {
        width: 48%;
    }
    .content .recommend .rom_cont {
        padding: 20px 20px;
        height: 600px;
    }
    .content .topic .topic_cont {
        height: 600px;
    }
    .content {
        padding: 0 32px;
        margin-top: 70px;
        padding-bottom: 87px;
    }
    .nav_bg .nav_text.active {
        width: 12.5%;
        background: url();
    }
}

@media only screen and (max-width: 1050px) {
    .nav_bg {
        background-color: #F2B848;
        height: 75px;
        line-height: 75px;
    }
    .nav_bg .nav_text.active {
        width: 12.5%;
        background: url();
        height: 75px;
        line-height: 75px;
    }
    .banner .swiper_1 .swiper_text .text_1 {
        font-weight: 600;
        font-size: 42.534px;
        line-height: 55px;
        color: #FFFFFF;
    }
    .index_content .section_1 .s1_serve {
        margin-top: 40px;
    }
    .index_content .section_2 .s2_news {
        margin-top: 40px;
        align-items: center;
    }
    .banner .swiper_1 .swiper_text {
        text-align: center;
    }
    .index_content .section_4 .matter_list .left {
        margin-right: 3%;
        width: 10%;
    }
    .index_content .section_4 .matter_list .right {
        width: 85%;
    }
    .index_content .section_4 .matter .matter_cont {
        margin-top: 40px;
    }
    .index_content .section_4 .matter_list .right .text_1_bg {
        width: 654.44px;
    }
    .index_content .section_4 .matter_list .right .text_2_bg {
        width: 654.44px;
    }
    .content .news_cont .news_list .time {
        display: none;
    }
    .content .news_cont .news_list .cont {
        width: 67%;
    }
    .content .news_cont .news_list .img {
        width: 30%;
    }
    .content .contact_cont .corona_bg {
        display: none;
    }
    .content .contact_cont .corona {
        display: none;
    }
    .content .contact_cont {
        margin-top: 30px;
    }
    .content .title_banenr {
        text-align: center;
        margin-top: 30px;
    }
    .content .contact_site {
        margin-top: 35px;
    }
}

@media only screen and (max-width: 768px) {
    .header {
        display: none;
    }
    .nav_bg {
        display: none;
    }
    .index_content {
        margin-top: 15px;
        margin-bottom: 50px;
    }
    .banner {
        margin-top: 60px;
    }
    .banner .swiper_1 .swiper_text .text_1 {
        font-size: 26px;
        line-height: 37px;
    }
    .banner .swiper_1 .swiper_text .text_2 {
        display: none;
    }
    .index_content .subhead {
        font-size: 26px;
    }
    .index_content .name {
        font-size: 26px;
    }
    .index_content .wire {
        background: #F2B848;
        border-radius: 50px;
        width: 53.75px;
        height: 4px;
        margin: 0 auto;
        margin-top: 5px;
    }
    .index_content .section_1 .s1_serve {
        margin-top: 25px;
    }
    .index_content .section_1 .s1_list {
        width: 48%;
        margin-bottom: 15px;
    }
    .index_content .section_1 .s1_list .text {
        margin-top: 0px;
        font-size: 16px;
        color: #000000;
    }
    .index_content .section_2 .s2_news {
        margin-top: 25px;
        align-items: center;
    }
    .index_content .section_2 .s2_news .left {
        width: 100%;
    }
    .index_content .section_2 .s2_news .right {
        width: 100%;
        margin-top: 15px;
    }
    .index_content .section_3_bg {
        height: auto;
        padding-top: 24px;
        margin-top: 26px;
        padding-bottom: 20px;
    }
    .index_content .section_2 .s2_list {
        height: 60px;
    }
    .index_content .section_3 .s3_case .left {
        width: 100%;
    }
    .index_content .section_2 .s2_list .text {
        font-size: 16px;
        width: 100%;
        margin-bottom: 5px;
    }
    .index_content .section_3 .s3_case .right {
        width: 100%;
        margin-top: 25px;
    }
    .index_content .section_3 .s3_case .text {
        margin-top: 10px;
        font-size: 20px;
    }
    .index_content .section_3 .s3_case {
        margin-top: 25px;
    }
    .index_content .section_2 .s2_list {
        padding: 0;
        height: auto;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .index_content .section_2 .s2_list .time {
        font-size: 16px;
        position: static;
        text-align: right;
    }
    .index_content .section_2 .s2_news .left .text_1 {
        font-size: 18px;
        padding-right: 20px;
    }
    .index_content .section_2 .s2_news .left .text_2 {
        font-size: 18px;
    }
    .index_content .section_4 .mien .text {
        margin-top: 10px;
        font-size: 18px;
        text-align: center;
        color: #000000;
    }
    .index_content .section_4 .mien .mien_list {
        margin-bottom: 30px;
    }
    .index_content .section_4 .matter_list .right {
        width: 100%;
    }
    .index_content .section_4 .matter_list .right .text_1_bg {
        width: 100%;
    }
    .index_content .section_4 .matter_list .right .text_2_bg {
        width: 100%;
    }
    .footer_bg .record {
        flex-wrap: wrap;
    }
    .index_content .section_3 .s3_case .list {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .index_content .section_4 .matter_list .right .text {
        font-size: 16px;
    }
    .footer_bg .footer .left .title {
        font-size: 26px;
    }
    .index_content .section_4 .matter_list .left {
        display: none;
    }
    .index_content .section_4 .matter_list .right .triangle_2 {
        display: none;
    }
    .index_content .section_4 .matter_list .right .triangle_1 {
        display: none;
    }
    .index_content .section_4 .matter_list {
        align-items: center;
        margin-bottom: 15px;
    }
    .footer {
        flex-wrap: wrap;
    }
    .footer_bg .footer .left {
        padding-top: 20px;
        width: 100%;
    }
    .footer_bg .footer .right {
        width: 100%;
        padding-top: 20px;
        justify-content: space-around;
    }
    .footer_bg .record {
        margin-top: 20px;
    }
    swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 6px;
        left: 0;
        width: 100%;
    }
    .footer_bg .footer .right .image {
        margin-left: 0;
    }
    .content {
        padding: 0;
        margin-top: 15px;
        padding-bottom: 30px;
    }
    .content .intro .name {
        font-weight: 600;
        font-size: 26px;
        line-height: 50px;
        text-align: center;
        color: #000;
        margin-top: -39px;
        letter-spacing: 1.5px;
    }
    .content .intro .subhead {
        font-weight: 400;
        font-size: 26px;
        line-height: 50px;
        text-align: center;
        text-transform: uppercase;
        color: rgba(0, 0, 0, 0.19);
    }
    .content .intro .wire {
        background: #F2B848;
        border-radius: 50px;
        width: 53.75px;
        height: 4px;
        margin: 0 auto;
        margin-top: 5px;
    }
    .content .refer {
        margin-top: 15px;
        align-items: center;
    }
    .content .awards {
        margin-top: 25px;
    }
    .content .ment {
        font-size: 16px;
        color: #000;
        line-height: 158%;
        width: 100%;
        margin: 0 auto;
        margin-top: 20px;
    }
    .content .intro_banner2 {
        margin-top: 20px;
    }
    .content .intro_banner3 {
        margin-top: 20px;
    }
    .content .fot_logo {
        width: 250px;
        margin: 0 auto;
        margin-top: 40px;
    }
    .content .repair_tab {
        margin-top: 15px;
    }
    .content .repair_tab .option {
        margin: 0 20px;
        background: #FFFFFF;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
        border-radius: 10px;
        width: 180px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #000;
        font-size: 14px;
        cursor: pointer;
    }
    .content .rep_set_1 {
        margin-top: 30px;
    }
    .content .rep_set_1 .title {
        text-align: center;
        margin-bottom: 15px;
        font-size: 18px;
        color: #000;
    }
    .content .rep_set_2 {
        margin-top: 30px;
    }
    .content .rep_set_2 .title {
        text-align: center;
        margin-bottom: 15px;
        font-size: 18px;
        color: #000;
    }
    .content .rep_set_2 .text {
        font-size: 16px;
        color: #000;
        text-align: center;
        margin-top: 10px;
    }
    .content .repair_flow .titles {
        margin-top: 20px;
        text-align: center;
        margin-bottom: 20px;
        font-size: 18px;
        color: #000;
    }
    .content .repair_flow .rf_list .lists .texts {
        margin-top: 5px;
        font-size: 16px;
        text-align: center;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    .content .repair_flow {
        margin-bottom: 30px;
    }
    .content .repair_super .titles {
        margin-top: 0px;
        text-align: center;
        margin-bottom: 23px;
        font-size: 26px;
        color: #000;
    }
    .content .repair_super .rs_1 .rs_title {
        font-size: 16px;
        margin-bottom: 10px;
        color: #000;
    }
    .content .repair_super .rs_2 .rs_2_list .texts {
        margin-bottom: 10px;
        font-size: 16px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        margin-top: 15px;
        height: 40px;
    }
    .content .repair_super .rs_2 .rs_2_list .texts:first-child {
        height: auto;
    }
    .content .dete_cont .detre_section_1 {
        margin-top: 25px;
    }
    .content .dete_cont .detre_section_1 .titles {
        margin-bottom: 15px;
        font-size: 20px;
        color: #000;
    }
    .content .dete_cont .detre_section_1 .subheads {
        margin-top: 15px;
        font-size: 20px;
        color: #000;
        margin-bottom: 5px;
    }
    .content .dete_cont .detre_section_1 .text {
        margin-bottom: 15px;
        font-size: 16px;
        color: #000;
        line-height: 158%;
    }
    .content .dete_cont .detre_section_1 .image_text {
        font-size: 20px;
        margin-top: 5px;
        text-align: center;
    }
    .content .product_cont .ments {
        margin: 0 auto;
        text-align: center;
        font-size: 20px;
        color: #000;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .content .product_cont .ments img {
        margin-right: 7px;
        width: 48px;
        height: 48px;
    }
    .content .product_cont .pro_list .lists .text {
        margin-top: 10px;
        font-size: 20px;
        color: #000;
        text-align: center;
    }
    .content .product_cont .pro_list {
        margin-bottom: 66px;
    }
    .content .product_cont .pro_banner .text {
        margin-top: 10px;
        font-size: 20px;
        color: #000;
        text-align: center;
    }
    .content .product_cont .pro_banner {
        margin-top: 25px;
    }
    .content .product_cont .titles {
        margin-top: 29px;
        font-size: 20px;
        color: #000;
    }
    .content .product_cont .pro_banner .text {
        margin-top: 5px;
        font-size: 16px;
        color: #000;
        text-align: center;
    }
    .content .product_cont .pro_list2 {
        margin-top: 25px;
        margin-bottom: 0;
    }
    .content .product_cont .pro_list2 .lists {
        margin-bottom: 4%;
    }
    .content .product_cont .pro_list {
        margin-bottom: -16px;
    }
    .content .case_cont {
        margin-top: 25px;
    }
    .content .case_cont .case_list .time {
        background-color: #F2B848;
        height: 42px;
        line-height: 42px;
        padding: 0 5px;
        font-size: 14px;
        color: #000;
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    .content .case_cont .case_list .text {
        margin-top: 9px;
        color: #000;
        font-size: 13px;
        text-align: center;
    }
    .content .case_cont .case_list {
        width: 48%;
        margin-bottom: 20px;
    }
    .content .case_show .title {
        text-align: center;
        color: #000;
        font-size: 20px;
        width: 100%;
        margin: 0 auto;
    }
    .content .case_show .time {
        font-size: 18px;
        text-align: center;
        width: 100%;
        margin: 0 auto;
        color: #000;
        margin-top: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.21);
        padding-bottom: 13px;
        margin-bottom: 17px;
    }
    .content .case_show .text {
        font-weight: 400;
        font-size: 16px;
        line-height: 158%;
        color: #000000;
        margin-bottom: 20px;
    }
    .content .case_show .image {
        margin-bottom: 20px;
    }
    .content .news_cont .news_list .text_1 {
        font-size: 18px;
        line-height: 18px;
    }
    .content .news_cont .news_list .text_2 {
        font-size: 14px;
        color: #000;
        text-transform: uppercase;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .content .news_cont .news_list {
        padding: 10px 10px 10px 10px;
        background: #FFFFFF;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
        align-items: center;
        margin-bottom: 20px;
    }
    .content .exchange_cont {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .content .exchange_cont .text {
        margin-bottom: 12px;
        font-size: 16px;
    }
    .content .exchange_cont .sign {
        text-align: right;
        font-size: 14px;
    }
    .content .exchange_cont .exchange_list {
        padding-bottom: 18px;
        border-bottom: 1px dashed #E0E0E0;
        margin-bottom: 16px;
    }
    .content .contact_site .text {
        font-size: 16px;
        color: #000;
        font-weight: bold;
        margin-bottom: 15px;
    }
    .content .contact_site .text img {
        margin-right: 12px;
        width: 16px;
    }
    .content .form label {
        width: 100%;
        font-size: 16px;
        color: #000;
        align-items: center;
        margin-bottom: 22px;
    }
    .content .form {
        margin-top: 30px;
    }
    .content .form label input {
        background: #FAFAFA;
        border: 1px solid #D9D9D9;
        width: 83%;
        height: 45px;
        line-height: 45px;
        padding-left: 20px;
    }
    .content .title_banenr img {
        width: 100%;
        height: 100%;
    }
    .content .form .label2 input {
        background: #FAFAFA;
        border: 1px solid #D9D9D9;
        width: 33%;
        height: 45px;
        line-height: 45px;
        padding-left: 20px;
    }
    .content .form .label2 img {
        margin-left: 21px;
        width: 32%;
        height: 40px;
    }
}

@media only screen and (max-width: 568px) {
    .banner .swiper_1 .swiper_text .text_1 {
        font-size: 20px;
        line-height: 26px;
    }
    .index_content {
        margin-top: 5px;
        margin-bottom: 50px;
    }
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
    .index_content .subhead {
        font-size: 20px;
    }
    .index_content .name {
        font-size: 20px;
        line-height: 32px;
    }
    .index_content .section_1 .s1_serve {
        margin-top: 15px;
    }
    .index_content .section_1 .s1_list .text {
        margin-top: 0px;
        font-size: 14px;
        line-height: 26px;
    }
    .index_content .section_2 .s2_news .left .text_1 {
        font-size: 14px;
        left: 10px;
        bottom: 45px;
        padding-right: 10px;
    }
    .index_content .section_2 .s2_news .left .text_2 {
        font-size: 14px;
    }
    .index_content .section_2 .s2_list .text {
        font-size: 14px;
    }
    .index_content .section_2 .s2_list .time {
        font-size: 13px;
    }
    .index_content .section_3 .subhead {
        font-size: 20px;
    }
    .index_content .section_3_bg {
        padding-top: 0;
    }
    .index_content .section_3 .s3_case {
        margin-top: 15px;
    }
    .index_content .section_3 .s3_case .text {
        margin-top: 5px;
        font-size: 16px;
    }
    .index_content .section_3 .s3_case .list {
        font-size: 12px;
        margin-bottom: 10px;
        line-height: 23px;
    }
    .index_content .section_3 .s3_case .list a {
        display: flex;
        justify-content: space-between;
    }
    .index_content .section_3 .s3_case .right {
        width: 100%;
        margin-top: 10px;
    }
    .index_content .section_3 .s3_case .texts {
        width: 80%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    .index_content .section_4 {
        margin-top: 5px;
    }
    .index_content .section_4 .mien .mien_cont {
        margin-top: 15px;
    }
    .index_content .section_4 .mien .text {
        margin-top: 5px;
        font-size: 14px;
        text-align: center;
        color: #000000;
    }
    .index_content .section_4 .matter .matter_cont {
        margin-top: 15px;
    }
    .index_content .section_4 .matter_list .right .text_1_bg {
        padding-left: 15px;
        padding-right: 15px;
    }
    .index_content .section_4 .matter_list .right .text_2_bg {
        padding-left: 15px;
        padding-right: 15px;
    }
    .index_content .section_4 .matter_list .right .text {
        height: 50px;
        line-height: 50px;
        font-size: 12px;
        color: #000;
        align-items: center;
        margin-bottom: 13px;
    }
    .index_content .section_4 .matter .matter_cont {
        padding: 15px 10px;
    }
    .footer_bg .footer .left .title {
        font-size: 20px;
    }
    .footer_bg .footer .left .info {
        font-size: 14px;
        color: #fff;
        margin-bottom: 10px;
    }
    .footer_bg .record .text {
        margin: 0px 15px;
        font: 14px;
        font-size: 12px;
        font-weight: 300;
        color: #fff;
    }
    .footer_bg .record {
        padding-top: 15px;
    }
    .footer_bg {
        padding-bottom: 15px;
    }
    .content .refer .text {
        font-size: 12px;
        width: 100%;
        margin-top: 15px;
    }
    .content .refer .image {
        width: 50%;
        margin: 0 auto;
    }
    .content .awards div {
        width: 49%;
        margin-bottom: 1%;
    }
    .content .ment {
        font-size: 12px;
        color: #000;
        line-height: 158%;
        width: 100%;
        margin: 0 auto;
        margin-top: 10px;
    }
    .content .intro_banner {
        margin-top: 10px;
    }
    .content .intro_banner3 {
        margin-top: 10px;
    }
    .content .fot_logo {
        width: 150px;
        margin: 0 auto;
        margin-top: 40px;
    }
    .content .recommend .rom_cont {
        padding: 10px 10px;
        height: 550px;
    }
    .content .topic .topic_cont {
        padding: 10px 10px;
        height: 550px;
    }
    .content .recommend .rom_cont .name {
        font-size: 12px;
    }
    .content .topic .topic_cont .name {
        font-size: 12px;
    }
    .content .recommend .rom_cont .text {
        font-size: 12px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .content .topic .topic_cont .text {
        font-size: 12px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .content .recommend .rom_cont .rom_list {
        margin-bottom: 10px;
    }
    .content .recommend .title {
        height: 50.74px;
        line-height: 50.74px;
        font-size: 14px;
    }
    .content .topic .title {
        height: 50.74px;
        line-height: 50.74px;
        font-size: 14px;
    }
    .content .recommend .title img {
        width: 15px;
    }
    .content .topic .title img {
        width: 15px;
    }
    .content .intro .subhead {
        font-size: 20px;
    }
    .content .intro .name {
        font-size: 20px;
        line-height: 45px;
    }
    .content .rep_set_1 {
        margin-top: 15px;
    }
    .content .rep_set_1 .title {
        text-align: center;
        margin-bottom: 10px;
        font-size: 14px;
        color: #000;
    }
    .content .rep_set_2 .title {
        text-align: center;
        margin-bottom: 10px;
        font-size: 14px;
        color: #000;
    }
    .content .rep_set_2 {
        margin-top: 15px;
    }
    .content .rep_set_2 .text {
        font-size: 12px;
        color: #000;
        text-align: center;
        margin-top: 10px;
    }
    .content .repair_flow .titles {
        margin-top: 20px;
        text-align: center;
        margin-bottom: 10px;
        font-size: 16px;
        color: #000;
    }
    .content .repair_flow .rf_list .lists .texts {
        margin-top: 5px;
        font-size: 12px;
        text-align: center;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    .content .repair_super .rs_1 .rs_title {
        font-size: 12px;
        margin-bottom: 10px;
        color: #000;
    }
    .content .repair_super .rs_2 .rs_2_list .texts {
        margin-bottom: 10px;
        font-size: 10px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        margin-top: 15px;
        height: 40px;
    }
    .content .repair_super .rs_2 .rs_2_list .texts {
        margin-top: 10px;
    }
    .content .repair_super .titles {
        font-size: 16px;
    }
    .content .dete_cont .detre_section_1 .titles {
        margin-bottom: 10px;
        font-size: 16px;
        color: #000;
    }
    .content .dete_cont .detre_section_1 .subheads {
        margin-top: 10px;
        font-size: 16px;
        color: #000;
        margin-bottom: 5px;
    }
    .content .dete_cont .detre_section_1 .text {
        margin-bottom: 15px;
        font-size: 12px;
        color: #000;
        line-height: 158%;
    }
    .content .dete_cont .detre_section_1 .image_text {
        font-size: 16px;
        margin-top: 5px;
        text-align: center;
    }
    .content .dete_cont .detre_section_1 {
        margin-top: 15px;
    }
    .content .product_cont .ments {
        margin: 0 auto;
        text-align: center;
        font-size: 16px;
        color: #000;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .content .product_cont .ments img {
        margin-right: 7px;
        width: 36px;
        height: 36px;
    }
    .content .product_cont .pro_list .lists .text {
        margin-top: 5px;
        font-size: 12px;
        color: #000;
        text-align: center;
    }
    .content .product_cont .pro_list {
        margin-bottom: 45px;
    }
    .content .product_cont .pro_banner .text {
        margin-top: 5px;
        font-size: 12px;
        color: #000;
        text-align: center;
    }
    .content .product_cont .titles {
        margin-top: 25px;
        font-size: 16px;
        color: #000;
    }
    .content .product_cont .pro_banner {
        margin-top: 15px;
    }
    .content .product_cont .pro_list {
        margin-bottom: -16px;
    }
    .content .case_cont .case_list .time {
        font-size: 12px;
    }
    .content .case_cont .case_list {
        width: 100%;
        margin-bottom: 20px;
    }
    .content .case_show .title {
        text-align: center;
        color: #000;
        font-size: 16px;
        width: 100%;
        margin: 0 auto;
    }
    .content .case_show .time {
        font-size: 14px;
        text-align: center;
        width: 100%;
        margin: 0 auto;
        color: #000;
        margin-top: 5px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.21);
        padding-bottom: 13px;
        margin-bottom: 17px;
    }
    .content .case_show .text {
        font-weight: 400;
        font-size: 13px;
        line-height: 158%;
        color: #000000;
        margin-bottom: 10px;
    }
    .content .case_show .image {
        margin-bottom: 10px;
    }
    .content .news_cont .news_list .img {
        width: 100%;
    }
    .content .news_cont .news_list .cont {
        width: 100%;
        margin-top: 10px;
    }
    .content .news_cont .news_list .text_1 {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 5px;
    }
    .content .news_cont .news_list .text_2 {
        font-size: 12px;
        color: #000;
        text-transform: uppercase;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .content .exchange_cont .text {
        margin-bottom: 5px;
        font-size: 14px;
    }
    .content .exchange_cont .sign {
        text-align: right;
        font-size: 12px;
    }
    .content .exchange_cont {
        margin-top: 15px;
        margin-bottom: 30px;
    }
    .content .contact_site .text {
        font-size: 12px;
        color: #000;
        font-weight: bold;
        margin-bottom: 15px;
    }
    .content .form label {
        width: 100%;
        font-size: 12px;
        color: #000;
        align-items: center;
        margin-bottom: 22px;
    }
    .content .form label div {
        width: 20%;
        text-align: right;
        margin-right: 2%;
    }
    .content .form label input {
        background: #FAFAFA;
        border: 1px solid #D9D9D9;
        width: 78%;
        height: 40px;
        line-height: 40px;
        padding-left: 20px;
    }
    .content .form .label1 textarea {
        height: 237px;
        line-height: 20px;
        background: #FAFAFA;
        border: 1px solid #D9D9D9;
        width: 78%;
        padding: 20px;
    }
    .content .form .label2 input {
        background: #FAFAFA;
        border: 1px solid #D9D9D9;
        width: 33%;
        height: 40px;
        line-height: 40px;
        padding-left: 20px;
    }
    .content .button input {
        width: 158px;
        height: 38px;
        line-height: 38px;
        margin: 0 10px;
        text-align: center;
    }
    .content .button {
        margin: 0 auto;
        text-align: center;
        margin-top: 31px;
    }
}