
@media screen and (max-width: 1700px) {
    .w_100 {
        width: 1400px;
        margin: 0 auto;
    }       
  
    .common_head .nav>.item {
        width: 110px;
    }
}
@media screen and (max-width: 1500px) {
    .w_100 {
        width: 1150px;
        margin: 0 auto;
    }
    .common_head .nav .item a {
        font-size: 14px;
    }
    
    .common_head .nav>.item {
        width: 100px;
    }
    .common_head .other .lang ,
    .common_head .other .search {
        width: 50px;
    }
    .common_head .other .lang .list {
        width: 100px;
        left: 50%;
        margin-left: -50px;
    }

    .common_head .logo {
        width: 300px;
    }
    .common_head .logo img {
        height: 60px;
    }
    .banner_swiper .swiper-slide .txt div .p1 {
        margin-bottom: 10px;
        letter-spacing: 1px;
        font-size: 20px;
    }
    .banner_swiper .swiper-slide .txt div .p2 {
        font-size: 30px;
        letter-spacing: 2px;
        margin-bottom: 25px;
    }
    .banner_swiper .swiper-slide .txt div .p3 {
        margin-bottom: 65px;
    }
    .banner_swiper .swiper-slide .txt div .p4 span {
        width: 260px;
        height: 50px;
        display: inline-flex;
        font-size: 24px;
    }
    .gyhy .box1 {
        padding: 60px 0;
    }
    .gyhy .box1 .w_100 .video {
        width: 500px;
        margin-left: 60px;
        position: relative;
    }
    .gyhy .box1 .w_100 .info {
        width: calc(100% - 560px);
    }
    .gyhy .box1 .w_100 .info .title {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .gyhy .box1 .w_100 .info .txt {
        color: #555555;
        font-size: 14px;
        line-height: 25px;
    }
    .gyhy .box2 .w_100 .item {
        padding: 0 10px;
    }
    .gyhy .box2 .w_100 .txt .p1 {
        font-size: 36px;
        line-height: 36px;
    }
    .gyhy .box2 .w_100 .icon {
        margin-right: 20px;
    }
    .gyhy .box2 .w_100 .icon img {
        height: 55px;
    }
    .gyhy .box2 .w_100 .txt .p2 {
        font-size: 14px;
    }
    .xwmt .content .w_100 {
        padding-bottom: 50px;
    }
    .xwmt .content .left {
        width: 500px;
        margin-right: 100px;
    }
    .xwmt .content .right .txt .t1 {
        margin-bottom: 20px;
    }
    .slogan .w_100 .left {
        font-size: 28px;
    }
    .slogan .w_100 .right {
        font-size: 24px;
    }
    .pro_content .pro_left {
        margin-right: 40px;
        width: 350px;
    }
    .pro_content .pro_right {
        width: calc(100% - 390px);
        margin-top: 40px;
    }
    .project_details1 .mySwiper2 {
        width: 390px;
        height: 390px;
    }
    .project_details1 .mySwiper {
        width: calc(370px - 60px);
    }
    .project_details1 .txt .name {
        font-size: 24px;
        padding: 10px 0;
    }
    .project_details1 .txt {
        margin-left: 20px;
    }
    .project_details1 .txt .tel span {
        font-size: 18px;
    }
    .project_details1 .txt .tel a {
        font-size: 18px;
    }
    .project_details1 .txt .tel span img {
        width: 20px;
    }
    .project_details1 .txt .button button {
        width: 140px;
        height: 40px;
    }
}


@media screen and (max-width: 1250px) {
    .cpxl .tab {
        margin: 10px auto;
        width: 100%;
        overflow-x: auto;
    }
    .cpxl .tab .w_100 {
        width: max-content;
    }
    #index-banner .swiper-slide {
        width: 100%;
    }
    .cpxl .tab .w_100 span {
        line-height: 25px;
        font-size: 14px;
        height: 25px;
    }
    .about_swiper .title {
        font-size: 20px;
        font-weight: 400;
    }
    .web_100 ,
    .w_100 {
        width: 96%;
        margin: 0 auto;
        max-width: 750px;
    }
    .common_head {
        display: none;
    }
    .common_web_head {
        display: flex;
        height: 60px;
        background: #fff;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 99;
        width: 100%;
        max-width: 750px;
    }
    .common_web_head .web_100 {
        align-items: center;
        height: 100%;
        display: flex;
    }
    .common_web_head .logo {
        height: 40px;
        display: flex;
        border-radius: 5px;
        align-items: center;
        justify-content: center;
        padding-right: 3px;
    }
    .common_web_head .logo a {
        height: 100%;
    }
    .common_web_head .logo img {
        height: 100%;

    }
    .common_web_head .right {
        display: flex;
    }
    .common_web_head .menu {
    }
    .common_web_head .menu img {
        width: 30px;
    }
    .common_web_head .search img {
        width: 30px;
    }
    .search_page ,
    .web_nav {
        display: block;
        position: fixed;
        z-index: 999;
        width: 100%;
        height: 100%;
        right: -100%;
        margin: 0 auto;
        top: 0;
        background-color: #fff;
        transition: 0.3s;
        padding: 0.5rem;
    }
    .search_page.active,
    .web_nav.active {
        right: 0;
    }
    .web_nav .close img,
    .search_page .close img {
        height: 25px;
    }
    .search_page> .flex ,
    .web_nav> .flex {
        flex-wrap: wrap;
    }
    .search_page> .nav  ,
    .web_nav> .nav  {
        padding-top: 50px;
    }

    .web_nav> .nav  {
        padding-top: 20px;
    }

    .web_nav>.top {
        display: block;
        margin: 0 auto;
        z-index: 99;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .web_nav>.top .logo {
        height: 40px;
        display: flex;
        border-radius: 5px;
        align-items: center;
        justify-content: center;
        padding-right: 3px;
    }
    .web_nav>.top .close {
        display: flex;
        align-items: center;
    }
    .web_nav>.top .logo a ,
    .web_nav>.top .logo img {
        height: 100%;

    }
    .web_nav> .flex>.item .child {
        display: none;
        padding: 0 20px;
        font-size: 16px;;
    }
    .web_nav> .flex>.item .child .item a{
        font-size: 16px;;
    }
    .search_page> .flex>.item ,
    .web_nav> .flex>.item {
        width: 100%;
        line-height: 45px;
        border-bottom:1px solid #f1f1f1;
    }
    .search_page> .flex>.item p ,
    .web_nav> .flex>.item p {
        position: relative;
        font-size: 18px;
        color: #5c4f42;
    }
    .search_page> .flex .item a ,
    .web_nav> .flex .item a ,
    .search_page> .flex .item p a,
    .web_nav> .flex .item p a {
        display: block;
        width: 100%;
        height: 45px;
        line-height: 45px;
        color: #5c4f42;
        font-size: 18px;
    }
    .web_nav> .flex>.item p i {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        width: 50px;
        text-align: right;
        padding: 0 20px;
        position: absolute;
        right: 0;
        z-index: 1;
        top: 0;
    }
    .banner_swiper {
        width: 100%;
        /* aspect-ratio: 2 / 1; */
        margin-top: 60px;
        
    }

    .banner_swiper .swiper-slide .txt div .p1  img {
        width: 50%;
    }
    .banner_swiper .swiper-slide .txt div .p1 {
        margin-bottom: 10px;
        letter-spacing: 2px;
    }
    .banner_swiper .swiper-button-prev ,
    .banner_swiper .swiper-button-next {
        width: 35px;
        height: 35px;
        background-size: 10px;
    }
    .banner_swiper .swiper-slide .txt div .p2 a {
        width: 120px;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }
    .banner_swiper .pagination {
        height: 30px;
    }

    .common_footer {
    }
    .common_footer>.w_100 {
        /* display: none; */
        flex-wrap: wrap;
    }
    .common_footer .w_100 .box1 {
        width: 48%;
    }
    .common_footer .w_100 .box2 {
        display: none;
    }
    .common_footer .w_100 .box3 {
        margin-top: 30px;
        width: 48%;
    }
    .common_footer .w_1001 {
        display: block;
    }
    .common_footer .banquan {
        line-height: 25px;
        padding: 5px 0;
        margin-top: 0;
        flex-wrap: wrap;
    }



    .web_nav> .flex>.item .list {
        display: none;
    }
    .banner_swiper .swiper-slide .txt div .p1 {
        font-size: 14px;
    }
    .banner_swiper .swiper-slide .txt div .p2 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .banner_swiper .swiper-slide .txt div .p3 {
        margin-bottom: 20px;
    }
    .banner_swiper .swiper-slide .txt div .p3 span {
        font-size: 12px;
        margin-right: 10px;
        padding-left: 20px;
        background-size: 15px;
    }
    .banner_swiper .swiper-slide .txt div .p4 a {
        width: 120px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    .banner_swiper .swiper-slide .txt div .p4 a img {
        width: 16px;
        margin-right: 5px;
    }
    .banner_swiper .swiper-slide .txt div .p4 span {
        height: 35px;
        width: auto;
        padding: 0 15px;
        font-size: 12px;
    }
    .banner_swiper .swiper-slide .txt div .p4 span img {
        width: 15px;
    }
    .banner_swiper .swiper-pagination-clickable .swiper-pagination-bullet {
        height: 8px;
        width: 8px;
    }
    .banner_swiper .swiper-pagination-clickable .swiper-pagination-bullet-active {
        width: 30px;
    }
    .cpxl {
        padding-bottom: 30px;
    }
    .cpxl .swiper {
        width: 96%;
        margin: 0 auto;
        max-width: 750px;
    }
    .cpxl .swiper-slide .box {
        width: 96%;
        padding: 10px;
        box-sizing: content-box;
        justify-content: space-between;
        box-sizing: border-box;
        align-items: center;
    }
    .cpxl .swiper-slide .box .pic img {
        height: 300px;
    }
    .cpxl .swiper-slide .box .txt {
        width: calc(100% - 300px);
        padding: 0;
        padding-left: 30px;
    }
    .cpxl .swiper-slide .box .pic {
        width: 300px;
    }
    .cpxl .swiper-slide .box .txt .t4 span {
        width: 20px;
        height: 20px;
        background-size: 12px;
    }
    .cpxl .swiper-slide .box .txt .t1 {
        margin-bottom: 5px;
    }
    .cpxl .swiper-slide .box .txt .t2 {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 5px;
        margin-bottom: 5px;
        width: calc(100% - 1px);
        height: 20px;
        overflow: hidden;
        white-space: nowrap;
        box-sizing: content-box;
        text-overflow: ellipsis;
    }
    .cpxl .swiper-slide .box .txt .t3 {
        font-size: 12px;
        line-height: 20px;
        width: calc(100% - 1px);
        height: 40px;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .cpxl .swiper-slide .box .txt .t2::before {
        width: 35px;
        height: 2px;
    } 
    .cpxl .common_title {
        margin-bottom: 30px;
    }
    .cpxl .common_title,
    .gyhy .common_title,
    .xwmt .common_title,
    .jjfa .common_title {
        padding: 15px 0;
    }
    .gyhy .common_title .w_100,
    .xwmt .common_title .w_100,
    .jjfa .common_title .w_100 {
        align-items: center;
    }
    .cpxl .common_title .w_100 .span1,
    .gyhy .common_title .w_100 .span1,
    .xwmt .common_title .w_100 .span1,
    .jjfa .common_title .w_100 .span1 {
        font-size: 18px;
        margin-right: 10px;
    }
    .cpxl .common_title .w_100 .span1 i,
    .gyhy .common_title .w_100 .span1 i,
    .xwmt .common_title .w_100 .span1 i,
    .jjfa .common_title .w_100 .span1 i {
        border: 2px solid #00785f;
        width: 10px;
        height: 10px;
        margin-right: 10px;
    }
    .cpxl .common_title .w_100 .span2,
    .gyhy .common_title .w_100 .span2,
    .xwmt .common_title .w_100 .span2,
    .jjfa .common_title .w_100 .span2 {
        font-size: 14px;
    }
    .cpxl .common_title .w_100 .link a,
    .gyhy .common_title .w_100 .link a,
    .xwmt .common_title .w_100 .link a,
    .jjfa .common_title .w_100 .link a {
        width: auto;
        padding: 0 15px;
        font-size: 12px;
        line-height: 30px;
        height: 30px;
    }
    .jjfa .common_title {
        margin-bottom: 20px;
    }
    .jjfa1 .tab {
        width: 100%;
        overflow-x: auto;
        margin: 20px auto;
    }
    .jjfa1 .tab .w_100 {
        width: max-content;
        max-width: max-content;
        display: block;
    }
    .jjfa1 .tab .w_100 span {
        width: auto;
        float: left;
        display: block;
        line-height: 30px;
        height: 30px;
    }
    .jjfa1 .swiper-slide .box {
        flex-wrap: wrap;
    }
    .jjfa1 .swiper-slide .box .txt {
        padding: 20px;
    }
    .jjfa1 .swiper-button-next,
    .jjfa1 .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
    .jjfa1 .swiper-slide .box .txt .t1 {
        margin-bottom: 10px;
    }
    .jjfa1 .swiper-slide .box .txt .t2 {
        font-size: 20px;
        line-height: 20px;
        padding-bottom: 20px;
        margin-bottom: 15px;
    }
    .jjfa1 .swiper-slide .box .txt .t3 {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 30px;
    }
    .jjfa {
        padding-bottom: 40px;
    }
    .gyhy .box1 {
        padding: 30px 0;
    }
    .gyhy .box1 .w_100 {
        flex-wrap: wrap;
    }
    .gyhy .box1 .w_100 .info {
        width: 100%;
    }
    .gyhy .box1 .w_100 .info .title {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 15px;
    }
    .gyhy .box1 .w_100 .video {
        margin: 20px auto;
    }
    .gyhy .box2 .w_100 {
        flex-wrap: wrap;
    }
    .gyhy .box2 .w_100 .item {
        width: 50%;
    }
    .jjfa .swiper-slide-active, .jjfa .swiper-slide-duplicate-active {
        transform: scale(1);
    }
    .jjfa {
        width: 96%;
        margin: 0 auto;
        max-width: 750px;
    }
    .jjfa .swiper-slide .txt {
        padding: 15px 0;
        font-size: 14px;
    }
    .jjfa .swiper .operation>div {
        margin: 0 auto;
    }
    .jjfa .swiper .swiper-container {
        padding: 30px 0;
    }
    .gyhy .box2 .w_100 {
        display: flex;
        padding: 20px 0;
    }
    .gyhy .box2 .w_100 .item {
        margin-bottom: 15px;
    }
    .gyhy .box2 .w_100 .txt .p1 {
        font-size: 20px;
        margin-bottom: 5px;
        line-height: 20px;
    } 
    .gyhy .box2 .w_100 .txt .p2 {
        font-size: 12px;
        line-height: 15px;
    }
    .gyhy .box2 .w_100 .icon {
        margin-right: 10px;
    }
    .gyhy .box2 .w_100 .icon img {
        width: 30px;
        height: 30px;
    }
    .xwmt .content .w_100 {
        flex-wrap: wrap;
        padding: 30px 0 0px;
    }
    .xwmt .content .left {
        width: 100%;
        padding-bottom: 20px;
        margin-bottom: 20px;
        margin-right:0px;
    }
    .xwmt .content .left .pic {
        margin-bottom: 20px;
    }
    .xwmt .content .right {
        flex: auto;
        width: 100%;
        background: #fff;
        padding: 20px;
    }
    .xwmt .content a.left .time {
        width: 100%;
        margin-bottom: 5px;
    }
    .xwmt .content a.left .txt .t1 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .xwmt .content .right .txt .t2 ,
    .xwmt .content a.left .txt .t2 {
        line-height: 24px;
        height: 48px;
    }
    .xwmt .content .right a {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .xwmt .content .right .txt ,
    .xwmt .content .right .time {
        width: 100%;
    }
    .xwmt .content .right .txt .t1 {
        width: 100%;
        font-size: 18px;
    }
    .slogan .w_100 {
        flex-wrap: wrap;
        height: 100px;
    }
    .slogan .w_100 .left {
        font-size: 20px;
    }
    .slogan .w_100 .right {
        width: auto;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        padding: 0 15px;
    }
    .slogan .w_100 .right img {
        width: 20px;
        margin-right: 10px;
    }
    .fix_right {
        display: none;
    }
    .banner_swiper>img {
        width: 100%;
        /* max-width: inherit; */
        /* position: absolute; */
        /* width: auto; */
        /* height: 100%; */
        /* right: 0; */
        /* top: 0; */
    }
    .cpxl .swiper-button-next {
        left: auto;
        right: 0;
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }
    .cpxl .swiper-button-prev {
        left: 0;
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }
    .banner_box .p1 {
        font-size: 22px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .banner_box .p2 {
        font-size: 16px;
    }
    .common_address .w_100 {
        padding: 10px 0;
    }
    .common_address .w_100 span {
        display: flex;
        align-items: center;
    }
    .common_address .w_100 span img {
        margin-right: 5px;
    }
    .about_box .box1>.title {
        font-size: 24px;
        padding: 20px 0;
        margin-bottom: 30px;
    }
    .about_box .box1 .w_100 {
        flex-wrap: wrap;
    }
    .about_box .box1 .w_100 .video img {
        width: 100%;
    }
    .about_box .box1 .w_100 .video {
        width: 100%;
        margin-right: 0;
    }
    .about_box .box1 .w_100 .info {
        width: 100%;
        margin-top: 20px;
    }
    .about_box .box1 .w_100 .info .title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .about_box .box1 .w_100 .info .txt {
        font-size: 14px;
        line-height: 25px;
    }
    .about_box .box2 .w_100 {
        padding: 20px 0;
        margin: 25px auto;
        flex-wrap: wrap;
    }
    .about_box .box2 .w_100 .item {
        width: 50%;
        padding: 0 15px;
    }
    .about_box .box2 .w_100 .icon img {
        width: 30px;
        height: 30px;
     }
     .about_box .box2 .w_100 .item {
        margin-bottom: 15px;
    }
    .about_box .box2 .w_100 .txt .p1 {
        font-size: 20px;
        margin-bottom: 5px;
        line-height: 20px;
    } 
    .about_box .box2 .w_100 .txt .p2 {
        font-size: 12px;
        line-height: 15px;
    }
    .about_box .box2 .w_100 .icon {
        margin-right: 10px;
    }
    .about_box .box2 .w_100 .icon img {
        width: 30px;
        height: 30px;
    }
    .about_swiper .box .txt {
        margin: 10px auto 5px;
        font-size: 14px;
    }
    .pro_content>.w_100 {
        flex-wrap: wrap;
    }
    .pro_content .pro_left {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .pro_content .pro_left .pro_tj,
    .pro_content .pro_left .pro_list {
        margin-bottom: 0;
        margin-top: 20px;
    }
    .pro_content .pro_left .pro_search {
        padding: 15px 0px;
    }
    .pro_content .pro_left .pro_tj .title, .pro_content .pro_left .pro_list .title {
        padding: 15px 0 0;
        font-size: 18px;
    }
    .pro_content .pro_left .pro_tj {
        display: none;
    }
    .pro_content .pro_left .pro_list .item .p {
        height: 40px;
        line-height: 40px;
    }
    .pro_content .pro_left .pro_list .item .link {
        
        padding-bottom: 10px;
    }
    .pro_content .pro_left .pro_list .item .link a {
        font-size: 14px;
        line-height: 30px;
    }
    .pro_content .pro_right {
        width: 100%;
    }
    .pro_content .pro_right .list a:nth-child(3n) {
        margin-right: 10px;
    }
    .pro_content .pro_right .list a:nth-child(2n) {
        margin-right: 0px;
    }
    .pro_content .pro_right .list a {
        width: calc((100% - 20px) / 2);
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .common_page {
        padding: 0px 0 50px;
    }
    .common_page a {
        font-size: 12px;
        height: 25px;
        line-height: 25px;
        min-width: 25px;
    }
    .project_details1 {
        margin-top: 20px;
        width: 100%;
    }
    .project_details1 .w_100 {
        flex-wrap: wrap;
    }
    .project_details1 .w_100 .pic {
        width: 100%;
    } 
    .project_details1 .mySwiper2 {
        width: 100%;
        height: auto;
    }
    .project_details1 .swiper_botoom .operation {
        width: 100%;
    }
    .project_details1 .swiper-button-next{
        right: 0;
    }
    .project_details1 .swiper-button-prev {
        left: 0;
    }
    .project_details1 .swiper-button-next:after, 
    .project_details1 .swiper-button-prev:after {
        font-size: 17px;
    }
    .project_details1 .mySwiper {
        height: 80px;
        margin: 0 20px;    
        width: auto
    }
    .project_details1 .txt {
        width: 100%;
        flex: none;
        margin-left: 0;
    }
    .project_details1 .txt .name {
        padding: 5px 0;
        margin-top: 20px;
        font-size: 20px;
    }
    .project_details1 .txt .details {
        line-height: 28px;
    }
    .project_details1 .txt .tel span a,
    .project_details1 .txt .tel span {
        font-size: 20px;
    }
    .project_details1 .txt .button button {
        width: 110px;
        height: 36px;
    }
    .project_details2 {
        margin-top: 30px;
    }
    .project_details2 .tab {
        margin-bottom: 30px;
    }
    .project_details2 .tab span {
        width: 100px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
    .project_details1 .mySwiper2 {
        width: 100%;
        aspect-ratio: 1 / 1

    }
    .project_details1 .flex {
        flex-wrap: wrap;
    }
    .project_details1 .flex>.pic {
        width: 100%;
    }
    .pro_content>.w_100 {
        flex-wrap: wrap;
    }
    .project_details2 .operation {
        flex-wrap: wrap;
    }
    .project_details2 .operation a {
        width: 100%;
        padding: 5px 0;
    }
    .news_list {
        margin-bottom: 30px;
    }
    .news_list .item1 {
        flex-wrap: wrap;
    }
    .news_list .item1 .pic {
        width: 100%;
        margin-right: 0;
    }
    .news_list .item1 .info {
        width: 100%;
        margin-top: 10px;
    }
    .news_list .item1 .info>div {
        width: 100%;
    }
    .news_list .item1 .info .name {
        width: 100%;
    }
    .news_list .item1 .info .name {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .news_list .item1 .info .details {
        line-height: 25px;
        height: 50px;
        font-size: 14px;
    }
    .news_list .item1 .info .date {
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .news_list .item2 .date {
        text-align: right;
        width: 100%;
    }
    .news_list .item2 {
        flex-wrap: wrap;
        padding: 10px 0;
        font-size: 14px;
    }
    .news_list .item2::before {
        display: none;
    }
    .jjfa_details .title {
        padding: 20px 0;
        margin-bottom: 20px;
        font-size: 22px;
    }
    .news_details1 .info {
        font-size: 12px;
    }
    .jjfa_details .content {
        padding-bottom: 50px;
    }
    .jjfa_details .content .txt ,
    .jjfa_details .content .pic {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 25px;
    }
    .jjfa_details .other {
        flex-wrap: wrap;
    }
    .jjfa_details .other .btn {
        width: 100%;
        display: flex;
    }
    .jjfa_details .other .btn a {
        width: 140px;
        height: 30px;
        line-height: 30px;
        margin-top: 15px;
        font-size: 14px;
    }
    .jjfa_details .other .link {
        width: 100%;
    }
    .contact_box .name,
    .jjfa_box .title {
        
        font-size: 24px;
        padding: 20px 0;
        margin-bottom: 30px;
    }
    .jjfa_box .w_100 a {
        width: calc((100% - 20px) / 2);
        margin-bottom: 10px;
        margin-right: 10px;
    }
    .jjfa_box .w_100 a:nth-child(3n) {
        margin-right: 10px;
    }
    .jjfa_box .w_100 a:nth-child(2n) {
        margin-right: 0px;
    }
    .jjfa_box .w_100 a .name {
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    }
    .contact_form, .contact_box .info1 {
        flex-wrap: wrap;
    }
    .contact_box .info1 .txt {
        width: 100%;
    }
    .contact_box .info1 .map {
        width: 100%;
        margin-top: 20px;
    }
    .contact_box .info1 .details {
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }
    .web_nav .lang a {
        margin-right: 10px;
        display: block;
    }
    .web_nav .lang {
        margin-top: 30px;
    }
    .web_nav .lang img {
        width: 40px;
        margin-right: 5px;
    }
}


@media screen and (max-width: 720px) {
    .common_footer .w_100 {
        padding: 30px 0;
    }
    .cpxl .swiper-slide .box .pic img {
        height: 150px;
    }
    .cpxl .swiper-slide .box .txt {
        width: calc(100% - 150px);
        padding: 0;
        padding-left: 30px;
    }
    .cpxl .swiper-slide .box .pic {
        width: 150px;
    }
    .common_footer .w_100 .box1 {
        width: 100%;
    }
    .common_footer .w_100 .box2 {
        display: none;
    }
    .common_footer .w_100 .box3 {
        margin-top: 30px;
        width: 100%;
    }
    .banner_swiper>img.pc_pic {
        display: none;
    }
    .banner_swiper>img.web_pic {
        display: block;
    }
}