
/*屏幕小于或等于1200px*/
@media screen and (max-width:1200px) {
    /* header */
    .header{
        padding: 20px 40px;
    }
    .menu{
        padding: 0 40px;
    }
    .web_user_main{
        display: none;
    }
    .header_wrapper_bg {
        height: 143px;
    }
    /* banner */
    .web_banner{
        height: 350px;
    }
    .banner_pagination{
        width: 100%;
        bottom: 20px;
    }
    .banner_pagination .swiper-pagination{
        text-align: center;
    }
    /* 我们的服务 */
    .our_services_mian{
        padding: 50px 40px 40px;
    }
    .our_services_list{
        width: calc((100% - 60px)/3);
    }
    /* 我们的优势 */
    .our_advantages_mian{
        padding: 50px 40px 60px;
    }
    .our_advantages_content{
        margin: 35px 0 0;
        justify-content: space-between;
    }
    .our_advantages_list{
        width: calc((100% - 25px)/2);
        margin: 0 0 25px;
    }
    /* 新闻资讯 */
    .news_information_main{
        padding: 60px 40px 50px;
    }
    /* 合作伙伴 */
    .cooperative_partner .public_module{
        padding: 0 40px;
    }
    .serve_main{
        padding: 0 40px;
        margin-top: 40px;
    }
    .serve_main_list{
        width: 25%;
    }
    /* 立即注册 */
    .immediately_login_main{
        padding: 70px 40px 50px;
    }
    /* 底部版权联系我们 */
    .footer_nav_main{
        padding: 45px 40px;
    }
    .footer_nav_2{
        display: none;
    }
}
/*屏幕小于或等于 991px */
@media screen and (max-width:991px) {
     /* header */
     .logo{
         width: 300px;
     }
     .menu_mian{
        justify-content: flex-start;
     }
     .menu_mian>li{
         height: 50px;
         margin-right: 20px;
     }
     .menu_mian>li:last-child{
         margin-right: 0;
     }
     .menu_mian>li>a{
        height: 50px;
        font-size: 14px;
     }
    /* banner */
    .web_banner{
        height: 260px;
    }
    .header_wrapper_bg {
        height: 126px;
    }
    /* 我们的服务 */
    .our_services_list{
        width: calc((100% - 40px)/2);
    }
    /* 我们的优势 */
    .our_advantages_list{
        width: calc((100% - 25px)/2);
        margin: 0 0 25px;
    }
    /* 新闻资讯 */
    .news_information_item{
        width: 100%;
    }
    /* 合作伙伴 */
    .serve_main_list{
        width: 50%;
        margin-bottom: 20px;
    }
    .serve_main_list:nth-child(3):after{
        display: none;
    }
    /* 立即注册 */
    .immediately_login_main{
        padding: 70px 40px 50px;
    }
    /* 底部版权联系我们 */
    .footer_nav_3{
        display: none;
    }
}
 /*屏幕小于或等于 767px */
@media screen and (max-width:767px) {
    /* header */
    .header_wrapper_bg {
        height: 76px;
    }
    .header{
        position: relative;
    }
    .right_botton .top_search {
        position: initial;
    }
    .header_botton{
        display: none;
    }
    .header_menu_user_mb{
        display: block;
    }
    .right_botton .top_search {
        margin-right: 0;
    }
    .right_botton .top_search .search_mian{
        z-index: 99;
        bottom: -60px;
        left: 0;
        top:auto;
        width: 100%;
        padding: 0 15px;
        height: 60px;
        overflow: hidden;
        display: none;
    }
    .right_botton .top_search.active .search_mian{
        width: 100%;
        display: flex;
    }
    .right_botton .top_search.active .show_search{
        display: flex;
    }
    .search_mian_content{
        height: 40px;
        border-radius: 3px;
        background-color: #ffffff;
    }
    .menu{
        display: none;
    }
    /* banner */
    .web_banner{
        height: 200px;
    }
    /* 我们的服务 */
     
    /* 我们的优势 */
    .our_advantages_list{
        width: 100%;
        margin: 0 0 25px;
        padding-bottom: 20px;
        height: auto;
    }
    .our_advantages_list .describe{
        justify-content: space-between;
    }
    .our_advantages_list .describe p{
        width: calc((100% - 10px)/2);
    }
    /* 新闻资讯 */
    .news_nav{
        flex-wrap: wrap;
        margin-top: 10px;
    }
    .news_nav_list{
        margin: 0 5px 10px;
    }
    .news_information_item{
        width: 100%;
    }
    .news_information_item img{
        height: 280px;
    }
    .news_information_list{
        height: auto;
        padding-bottom: 50px;
    }
    .news_information_list .title{
        font-size: 18px;
    }
    /* 合作伙伴 */
    .serve_main_list{
        width: 50%;
        margin-bottom: 20px;
    }
    /* 立即注册 */
    .immediately_login_main{
        padding: 70px 40px 50px;
    }
    /* 底部版权联系我们 */
    .footer_nav_main_item{
        width: 100%;
        text-align: center;
        margin: 0 0 20px;
    }
    .connect_us .Chat_Touch{
        margin: 25px auto 0;
    }
    /* 标题 */
    .public_module .title{
        font-size: 28px;
    }
    .public_module .describe{
        font-size: 16px;
    }
}
/*屏幕小于或等于 600px */
@media screen and (max-width:600px) {
     /* header */
     .header{
         padding: 20px 15px;
     }
     .logo{
         width: 220px;
     }
    /* banner */
    .web_banner{
        height: 200px;
    }
    /* 我们的服务 */
    .our_services_mian{
        padding: 30px 20px;
    }
    .our_services_content{
        margin: 15px 0 0;
    }
    .our_services_list{
        width: 100%;
        height: auto;
        margin: 0 0 15px 0;
        padding: 20px 15px 80px;
    }
    .our_services_list:last-child{
        margin-bottom: 0;
    }
    .view_details{
        bottom: 20px;
    }
    .our_services_list .describe{
        font-size: 12px;
    }
    .our_services_list:hover{
        padding-bottom: 80px;
    }
    /* 我们的优势 */
    .our_advantages_mian{
        padding: 30px 20px;
    }
    .our_advantages_content{
        margin-top: 15px;
    }
    .our_advantages_list{
        padding: 0 15px 30px;
    }
    .our_advantages_list:last-child{
        margin-bottom: 0;
    }
    /* 新闻资讯 */
    .news_information_main{
        padding: 30px 20px;
    }
    .news_information_list:last-child{
        margin-bottom: 0;
    }
    .news_information_item img{
        height: 220px;
    }
    /* 合作伙伴 */
    .partner_content{
        margin-top: 15px;
    }
    .cooperative_partner .public_module{
        padding: 0 20px;
    }
    .serve_main_list{
        width: 100%;
        margin-bottom: 20px;
    }
    #YlMarquee2{
        margin-bottom: 0;
    }
    .serve_main{
        display: none;
    }
    .cooperative_partner{
        padding: 30px 0;
    }
    /* 立即注册 */
    .immediately_login_main{
        padding: 30px 20px;
    }
    .immediately_login_bot{
        margin-top: 15px;
        width: 180px;
        height: 40px;
        font-size: 16px;
    }
    /* 底部版权联系我们 */
    .footer_nav_main{
        padding: 30px 20px;
    }
    .connect_us{
        margin-bottom: 0;
    }
    .footer_copyright_main{
        padding: 0 20px;
    }
    /* 标题 */
    .public_module .title{
        font-size: 20px;
    }
    .public_module .describe{
        font-size: 12px;
    }
}
/*屏幕小于或等于 480px */
@media screen and (max-width:480px) {
     /* header */
     .header{
        padding: 10px 10px;
    }
    .logo{
        width: 180px;
    }
    .header_bot_icon .C__icon{
        margin-left: 10px;
        font-size: 20px;
    }
    .show_search{
        font-size: 12px;
    }
    .show_search .C__icon{
        font-size: 18px;
    }
    .header_menu_mb{
        display: flex;
        align-items: center;
    }
    .web_banner{
        height: 160px;
    }
    .partner_content{
        height:auto;
        margin:30px 0 10px;
    }
    .partner_swiper ul > li {
        width: 135px;
        height: 54px;
    }
}
