@media(min-width: 640px)
{
    .container
    {
        margin: 0 7.5%;
    }
}
@media(min-width: 1200px)
{
    .container
    {
        margin: 0 6%;
    }
}
@media(min-width: 1600px)
{
    .container
    {
        margin: 0 11%;
    }
}
@media(min-width: 640px)
{
    .container2
    {
        margin: 0 7.5%;
    }
}
@media(min-width: 1200px)
{
    .container2
    {
        margin: 0 6%;
    }
}
@media(min-width: 1600px)
{
    .container2
    {
        margin: 0 18%;
    }
}
@media(max-width: 1465px)
{
    .header-nav ul li
    {
        margin-right: .2rem;
    }
    .header-nav ul li>a
    {
        font-size: 16px;
    }
    .indx-join-info
    {
        padding: .5rem;
    }
}
@media(max-width: 1230px)
{
    .telephone
    {
        display: none;
    }
    .indx-join-info
    {
        padding: .3rem;
    }
    .page-subnav
    {
        justify-content: left;
    }
    .page-cult .row a p
    {
        height: 140px;
    }
}
@media(max-width: 1060px)
{
    .header-nav ul li
    {
        margin-right: .1rem;
    }
    .indx-join-info a
    {
        margin-top: .2rem;
    }
}
@media(max-width: 990px)
{
    .header-nav
    {
        position: fixed;
        z-index: 99;
        top: 46px;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        box-sizing: border-box;
        display: none;
        height: auto;
        margin-left: 0;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .header-nav ul li>a
    {
        color: #333;
    }
    .header-nav ul
    {
        flex-wrap: wrap;
        width: 100%;
        height: unset;
    }
    .header-nav ul li
    {
        border-bottom: 1px solid rgba(226,226,226,1);
        width: 100%;
        height: unset;
        flex-wrap: wrap;
        text-align: center;
        margin-right: 0;
    }
    .header-nav ul li>a
    {
        width: 100%;
        text-align: center;
        line-height: 60px;
    }
    .head-r
    {
        display: none;
    }
    .sub-nav
    {
        position: relative;
        top: 0;
        height: 0;
    }
    .header-nav ul li.on .sub-nav
    {
        opacity: 1;
        visibility: visible;
        height: 100%;
    }
    .sub-nav .nav-item a
    {
        justify-content: center;
        padding: 12px 14px;
    }
    .indx-about .col:nth-of-type(2)
    {
        margin-top: 30px;
    }
    .indx-join-info
    {
        padding: .4rem;
    }
    .head-main
    {
        padding: 0 .5rem;
    }
    .nav-icon
    {
        right: .5rem;
    }
    .logo img:nth-of-type(2)
    {
        left: .5rem;
    }
    .banner-info .mouse:after
    {
        left: 22%;
    }
    .page-about .row .col:nth-of-type(2)
    {
        text-align: center;
    }
    .his-bar .swiper-button-prev, .his-bar .swiper-button-next
    {
        top: 64%;
    }
    .page-cult .row a p
    {
        height: auto;
    }
    .banner-txt
    {
        width: 80%;
        padding: 0 10px;
        top: 33%;
    }
    .indx-cult dl dd
    {
        padding-left: 15px;
    }
}
@media screen and (max-width: 767px)
{
    .indx-about-l
    {
        padding-right: 0;
    }
    .indx-pro-box .swiper-slide a
    {
        padding: 10px;
        margin-right: 0;
    }
    .indx-pro-box .swiper-button-next
    {
        right: 40%;
    }
    .indx-pro-box .swiper-button-prev
    {
        left: 40%;
    }
    .indx-pro-box
    {
        margin-bottom: 30%;
    }
    .indx-news, .indx-contact .container, .indx-join .row, .footer-top, .footer-r, .footer-copy, .pro-wrap, .news-page
    {
        display: block;
    }
    .indx-news-l, .indx-news-r, .footer-l, .footer-r, .pro-wrap-l, .pro-wrap-r
    {
        width: 100%;
    }
    .footer-r
    {
        margin-top: 20px;
    }
    .footer-r dl dt
    {
        font-size: 16px;
        border-bottom: 1px solid #1c3148;
        padding-bottom: 10px;
    }
    .footer-r dd
    {
        display: none;
    }
    .footer-copy p
    {
        font-size: 14px;
    }
    .news-wrap-item
    {
        margin: 0 20px;
    }
    .indx-cult dl dt
    {
        width: 32%;
    }
    .indx-cult dl dd
    {
        width: 68%;
        padding-left: 15px;
    }
    .page-banner img
    {
        object-fit: cover;
    }
    .page-zzry-wrap .swiper-button-prev
    {
        left: 40%;
    }
    .page-zzry-wrap .swiper-button-next
    {
        right: 40%;
    }
    .page-cult .row a p
    {
        width: 90%;
    }
    .pro-scrip, .pro-wrap-r
    {
        padding: .4rem;
    }
    .news-page div
    {
        width: 100%;
        margin-bottom: 20px;
    }
    .news-next
    {
        text-align: left;
    }
    .news-tuij .row h3
    {
        font-size: 16px;
    }
    .form-group
    {
        width: 100%;
    }
    .form-group:nth-of-type(2n)
    {
        padding-left: 0;
    }
    .footer
    {
        display: none;
    }
    .body-fix
    {
        display: none;
    }
    .foot-fix
    {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #001d40;
        padding: 6px 0;
        z-index: 99;
    }
    .foot-fix a
    {
        color: #fff;
        display: inline-block;
        width: 19%;
        text-align: center;
    }
    .foot-fix a i
    {
        font-size: 20px;
    }
    .foot-fix p
    {
        font-size: 14px;
    }
    .message-box
    {
        margin-bottom: 40px;
    }
    .map
    {
        margin-bottom: .6rem;
    }
    #section0 .swiper-button-next, #section0 .swiper-button-prev
    {
        display: none;
    }
    .banner-txt
    {
        width: 80%;
    }
    #section0 .swiper-container .swiper-slide img
    {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .his-top
    {
        margin-bottom: .2rem;
    }
    .page-subnav a
    {
        display: inline-block;
        width: 100%;
        margin-right: 10px;
        overflow: hidden;
    }
    .page-subnav
    {
        overflow-x: unset;
        overflow-y: unset;
        text-align: left;
        display: block;
        white-space: normal;
    }
    .banner-txt
    {
        top: 28%;
    }
    .banner-txt h3
    {
        font-size: .45rem;
    }
    .head-main
    {
        height: 46px;
    }
    .head-main img, .logo img:nth-of-type(2)
    {
        height: 24px;
        width: unset;
    }
    .pro_right_con
    {
        float: none;
    }
    .pro-box .col:nth-of-type(2)
    {
        border: 0 solid #e5e5e5;
    }
    .indx-about-l a
    {
        width: 1.8rem;
    }
    .body-fix
    {
        display: none!important;
    }
    .page-pro, .page-video, .page-news, .customer, .message
    {
        padding: 15px 0 1rem;
    }
    .video-box
    {
        height: unset;
        height: auto;
    }
    .contact
    {
        padding: 0 0 .5rem;
    }
    .indx-pro-box .swiper-slide .more
    {
        font-size: 14px;
        padding: .1rem 0;
    }
    .indx-pro-box .swiper-slide h2
    {
        font-size: 16px;
        font-weight: bold;
        line-height: 19px;
        height: 57px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .pro-list .col-xs-6:nth-child(odd)
    {
        padding-right: 7.5px;
    }
    .pro-list .col-xs-6:nth-child(even)
    {
        padding-left: 7.5px;
    }
    .m_subtitle
    {
        text-align: center;
        position: relative;
        background: #085bd1;
        height: 45px;
        line-height: 45px;
        color: #fff;
        margin-bottom: 15px;
    }
    .down_icon
    {
        position: absolute;
        width: 8px;
        height: 8px;
        top: 50%;
        transform: translate(0,-50%) rotate(135deg);
        right: 15px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
    }
    .sub_title_box .page-subnav
    {
        display: none;
    }
    .pro-list .row a>div
    {
        padding: 25px 5px;
    }
    .indx-news, .indx-contact, .news-dwrap
    {
        padding: .5rem 0;
    }
    .indx-news-l .title, .indx-contact-l .title
    {
        margin-bottom: .5rem;
    }
    .pro-list .row a>div
    {
        padding: 5px 5px 15px;
    }
    .indx-join
    {
        padding: .5rem 0 1.4rem;
    }
    .page-about
    {
        padding: .5rem 0 0;
    }
    .contact .row
    {
        margin-bottom: 0;
    }
    .pro-box
    {
        margin-top: 0;
    }
    .contact-info
    {
        margin: 0;
    }
    .pro-list h2
    {
        font-size: 16px;
    }
    .day-flex span, .indx-pro-box .swiper-slide p
    {
        font-size: 14px;
    }
    .indx-pro-box .swiper-slide p
    {
        margin-bottom: 15px;
    }
    .indx-pro-box
    {
        margin: 0 15px 18% 15px;
    }
    .indx-pro-box .swiper-slide .imgbox
    {
        margin-bottom: 15px;
    }
}