a
{
    color: #000!important;
    text-decoration: none!important;
}
ul
{
    margin: 0!important;
    padding: 0!important;
}
dl
{
    margin: 0!important;
}
dd
{
    margin: 0!important;
    padding: 0!important;
}
p
{
    margin: 0!important;
}
::-webkit-scrollbar
{
    width: 6px;
    height: 100%;
    background-color: #fff;
}
::-webkit-scrollbar-thumb
{
    border: 1px solid rgba(255,255,255);
    background-color: #3872a3;
    border-radius: 15px;
    box-sizing: border-box;
}
.nav_box
{
    position: fixed!important;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    z-index: 999;
}
.nav_box .l
{
    width: 10%;
}
.nav_box .l img
{
    display: block;
    width: 100%;
}
.nav_box .r
{
    width: 70%;
}
.nav_box .r ul li
{
    position: relative;
    width: calc(100% / 7);
}
.nav_box .r ul li a
{
    display: block;
    padding: 50px 0;
    text-align: center;
    box-sizing: border-box;
}
.nav_box .r ul li a:hover
{
    color: #fff!important;
    background-color: #3872a3;
    transition: all .6s;
}
.nav_act
{
    color: #fff!important;
    background-color: #3872a3;
}
.nav_box .r ul li dl
{
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 0;
    padding: 0;
    width: 150%;
    transform: translate(-50%,0%);
    background: #f7f7f7;
    z-index: 999;
    display: none;
}
.nav_box .r ul li dl dd a
{
    display: block;
    padding: 20px 0!important;
}
#nav_product
{
    position: static;
}
.navtwo_product
{
    position: absolute;
    top: 100%;
    left: 0;
    padding: 50px 0;
    width: 100%;
    background: #f7f7f7;
    z-index: 999;
}
.navtwo_product .l, .navtwo_product .r
{
    width: 45%;
}
.navtwo_product .l .p_box
{
    width: 45%;
    overflow: hidden;
}
.navtwo_product .l .p_box a
{
    position: relative;
    padding: 0;
    display: block;
    color: #fff;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    transition: .6s;
}
.navtwo_product .l .p_box a::after
{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(120deg,transparent,#fff,transparent);
    top: 0;
    left: -100%;
    transition: .6s;
    z-index: 1;
}
.navtwo_product .l .p_box a:hover::after
{
    left: 100%;
    z-index: 1;
}
.navtwo_product .l .p_box a:hover img
{
    transform: scale(1.1);
    transition: all .6s;
}
.navtwo_product .l .p_box img
{
    display: block;
    width: 100%;
}
.navtwo_product .r ul
{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 30%;
}
.navtwo_product .r ul
{
    border-right: 1px solid rgba(0,0,0,.2);
}
.navtwo_product .r ul:last-child
{
    border: none;
}
.navtwo_product .r ul li
{
    padding: 0;
    width: 100%;
}
.navtwo_product .r ul li a
{
    display: block!important;
    padding: 0!important;
    color: #000!important;
}
.navtwo_product .r ul li a:hover
{
    padding: 0 0 0 15px!important;
    transition: all .6s;
}
.navtwo_product
{
    display: none;
}
.bannerhead img
{
    display: block;
    width: 100%;
}
.bannerhead .swiper-slide
{
    position: relative;
}
.banner_textbox
{
    position: absolute;
    top: 0%;
    left: 0%;
    padding: 15% 0 0 15%;
    width: 100%;
    color: #fff;
}
.banner_textbox h4
{
    margin: 0 0 40px 0;
    font-weight: bold;
}
.banner_textbox h5
{
    margin: 0 0 25px 0;
}
.banner_textbox h6
{
    font-weight: bold;
}
.banner_textbox p
{
    margin: 0;
}
.foot_box
{
    padding: 100px 0 80px 0;
    box-sizing: border-box;
    color: #fff;
    width: 100%;
    background: #234866;
}
.foot dl dt
{
    margin: 0 0 40px 0;
}
.foot .l
{
    width: 20%;
}
.foot .l dl
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.foot .l dl dt
{
    width: 100%;
}
.foot .l dl dd
{
    width: 50%;
}
.foot .l dl dd a
{
    color: #fff!important;
    line-height: 36px;
}
.foot .m
{
    width: 40%;
}
.foot .m dl dd
{
    display: flex;
    line-height: 36px;
}
.foot .m dl dd p
{
    font-size: 16px;
}
.foot .m dl dd p:nth-child(1)
{
    margin: 0 10px 0 0!important;
}
.foot .r
{
    width: 10%;
}
.foot .r img
{
    display: block;
    width: 100%;
}
.foot .r p
{
    margin: 30px 0 0 0!important;
    text-align: center;
}
.por_box
{
    padding: 40px 0;
    border-top: 1px solid rgba(255,255,255,.2);
    box-sizing: border-box;
    background: #234866;
}
.por_box a
{
    color: #fff!important;
    text-align: center;
}
.por_box a p
{
    margin: 0;
    line-height: 30px;
}
.page_box
{
    padding: 40px 0;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.page_box .page p
{
    margin: 0 10px 0 0!important;
}
.page_box .page a:hover
{
    color: #3872a3!important;
    transition: all .6s;
}
.page_box .page a:hover::after
{
    color: #000!important;
}
.page_box .page a::after
{
    content: "—";
    margin: 0 3px;
}
.page_box .page a:last-child::after
{
    display: none;
}
.page_act
{
    color: #3872a3!important;
}
.page_box .page
{
    max-width: 100%;
    overflow-y: hidden;
}
.page_box .page p, .page_box .page a
{
    white-space: nowrap!important;
}
.skip
{
    margin: 80px 0 120px 0;
}
.skip a
{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px;
    width: 50px;
    height: 50px;
    color: rgba(0,0,0,.8)!important;
    border: 1px solid rgba(0,0,0,.2);
}
.skip a:hover
{
    color: #fff!important;
    background-color: #3872a3;
    border: 1px solid #3872a3;
    transition: all .6s;
}
.skip .skip_act
{
    color: #fff!important;
    background-color: #3872a3;
    border: 1px solid #3872a3;
}
.two_unit
{
    box-sizing: border-box;
    background-color: rgba(0,0,0,.03);
}
.two_unit ul li
{
    width: 20%;
}
.two_unit ul li a
{
    display: block;
    padding: 50px 0;
    text-align: center;
    font-size: 20px;
    border-bottom: 4px solid rgba(0,0,0,0);
}
.two_unit ul li a:hover
{
    color: #3872a3!important;
    border-bottom: 4px solid #3872a3;
    transition: all .6s;
}
.two_act
{
    color: #3872a3!important;
    border-bottom: 4px solid #3872a3!important;
}
.product_display
{
    padding: 80px 0 120px 0;
    box-sizing: border-box;
}
.product_display .l
{
    width: 15%;
}
.product_display .l ul li
{
    margin: 0 0 40px 0;
    box-sizing: border-box;
}
.product_display .l ul li a
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 20px 0;
    border-bottom: 1px solid rgba(0,0,0,.2);
    font-size: 16px;
}
.product_display .l ul li a::after
{
    content: " ";
    display: block;
    width: 6px;
    height: 6px;
    background: #000;
    opacity: .3;
    border-radius: 50%;
}
.product_display .l ul li a:hover
{
    color: #3872a3!important;
    border-bottom: 1px solid #3872a3;
    transition: all .6s;
}
.product_display .l ul li a:hover::after
{
    background: #3872a3;
    opacity: 1;
    transition: all .6s;
}
.productdisplay_act
{
    color: #3872a3!important;
    border-bottom: 1px solid #3872a3!important;
}
.productdisplay_act::after
{
    background: #3872a3!important;
    opacity: 1!important;
}
.product_display .r
{
    width: 80%;
}
.app
{
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(-20%,-30%);
    width: 10%;
    height: 72px;
    box-sizing: border-box;
}
.app .c1, .c2, .c3
{
    width: 34px;
    height: 2px;
    background: #3872a3;
    display: block;
    margin: 10px auto;
    transition: all 277ms ease-in-out;
    position: relative;
}
.app .c2.new
{
    opacity: 0;
}
.app .c1.new
{
    transform: rotate(-45deg);
    top: 12px;
}
.app .c3.new
{
    transform: rotate(45deg);
    top: -12px;
}
.wap-nav
{
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    z-index: 999;
}
.wap-nav dl
{
    width: 100%;
    background-color: rgba(0,0,0,.4);
    backdrop-filter: blur(6px)!important;
}
.wap-nav dl dd
{
    width: 100%;
}
.wap-nav dl dd a
{
    display: block;
    padding: 10px 0;
    width: 100%;
    color: #fff!important;
    text-align: center;
}
.nav_two
{
    display: none;
}
#ss_news, #ss_about, #ss_product
{
    display: none;
}
.i_act
{
    transform: rotate(180deg);
    transition: all .3s;
}
#ss_product .navtwo_product
{
    display: block;
}
#s_product
{
    position: relative;
}
#ss_product .navtwo_product
{
    position: relative;
    background: none!important;
}
.wap-nav dl dd a i
{
    display: inline-block;
    margin: 0 0 0 10px;
}
.foot_conainer
{
    position: relative;
    height: 35px;
}
.conainer
{
    position: fixed;
    bottom: 30%;
    right: 0%;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    opacity: .5;
}
.conainer ul li a .fa
{
    font-size: 24px!important;
}
.conainer:hover
{
    opacity: 1;
    transition: .6s;
}
.conainer .color
{
    position: absolute;
    filter: blur(200px);
}
.conainer ul
{
    position: relative;
    z-index: 2;
}
.conainer ul li
{
    position: relative;
    list-style: none;
    margin: 10px;
}
.conainer ul li a
{
    position: relative;
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 10px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff!important;
    border: 1px solid rgba(255,255,255,.4);
    border-right: 1px solid rgba(255,255,255,.2);
    border-bottom: 1px solid rgba(255,255,255,.2);
    box-shadow: 0 5px 45px rgba(0,0,0,.1);
    backdrop-filter: blur(2px);
    overflow: hidden;
    background: #3872a3;
}
.conainer ul li a:hover
{
    transition: all .6s;
}
.conainer ul li a::before
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    background-color: #fff;
    transform: skewX(45deg) translateX(150px);
    transition: all .6s;
}
.conainer ul li a:hover::before
{
    transform: skewX(45deg) translateX(-150px);
}
.qcode_box
{
    position: absolute;
    top: 5%;
    left: -305%;
    padding: 10px;
    background-color: #3872a3;
    display: none;
}
.qcode_box img
{
    display: block;
    width: 100%;
}
.qcode_box .fa-times
{
    position: absolute;
    right: 0;
    top: -6%;
}
.phone_box
{
    position: absolute;
    top: 75%;
    left: -325%;
    padding: 10px;
    background-color: #3872a3;
    color: #fff;
    display: none;
}
.phone_box .fa-times
{
    position: absolute;
    right: 0;
    top: -40%;
    color: #000;
}
.qcode_box .fa-times
{
    color: #000;
}
.phone_two
{
    display: none;
}
@media screen and (max-width: 1680px)
{
    .nav_box .r ul li a
    {
        padding: 40px 0;
    }
    .nav_box .r ul li dl dd a
    {
        padding: 10px 0!important;
    }
    .navtwo_product
    {
        padding: 40px 0;
    }
    .foot_box
    {
        padding: 90px 0 70px 0;
    }
    .foot dl dt
    {
        margin: 0 0 30px 0;
        font-size: 18px;
    }
    .foot dl, .foot .m dl dd p
    {
        font-size: 14px;
    }
    .foot .r p
    {
        margin: 20px 0 0 0!important;
        font-size: 14px;
    }
    .por_box
    {
        padding: 30px 0;
    }
    .por_box a p
    {
        font-size: 12px;
        line-height: 20px;
    }
    .foot .l dl dd a, .foot .m dl dd
    {
        line-height: 30px;
    }
    .banner_textbox h4
    {
        margin: 0 0 30px 0;
        font-size: 50px;
    }
    .banner_textbox h6
    {
        font-size: 32px;
    }
    .page_box
    {
        padding: 30px 0;
    }
    .page_box .page p, .page_box .page a
    {
        font-size: 14px;
    }
    .two_unit ul li a
    {
        padding: 40px 0!important;
        font-size: 18px!important;
    }
    .skip
    {
        margin: 70px 0 110px 0;
    }
    .skip a
    {
        margin: 0 10px;
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
}
@media screen and (max-width: 1600px)
{
    .nav_box .r ul li a
    {
        padding: 30px 0;
    }
    .navtwo_product
    {
        padding: 30px 0;
    }
    .foot_box
    {
        padding: 80px 0 60px 0;
    }
    .foot dl dt
    {
        margin: 0 0 20px 0;
        font-size: 16px;
    }
    .foot .r p
    {
        margin: 15px 0 0 0!important;
    }
    .por_box
    {
        padding: 20px 0;
    }
    .foot .l dl dd a, .foot .m dl dd
    {
        line-height: 25px;
    }
    .banner_textbox h4
    {
        margin: 0 0 20px 0;
        font-size: 40px;
    }
    .banner_textbox h6
    {
        font-size: 28px;
    }
    .page_box
    {
        padding: 20px 0;
    }
    .page_box .page p, .page_box .page a
    {
        font-size: 12px;
    }
    .two_unit ul li a
    {
        padding: 30px 0!important;
        font-size: 16px!important;
    }
    .skip
    {
        margin: 60px 0 100px 0;
    }
}
@media screen and (max-width: 1440px)
{
    .navtwo_product
    {
        padding: 20px 0;
    }
    .foot_box
    {
        padding: 70px 0 50px 0;
    }
    .foot dl dt
    {
        margin: 0 0 15px 0;
    }
    .por_box
    {
        padding: 15px 0;
    }
    .banner_textbox h4
    {
        margin: 0 0 15px 0;
        font-size: 30px;
    }
    .banner_textbox h6
    {
        font-size: 26px;
    }
    .page_box
    {
        padding: 15px 0;
    }
    .two_unit ul li a
    {
        padding: 20px 0!important;
        font-size: 14px!important;
    }
    .skip
    {
        margin: 50px 0 90px 0;
    }
}
@media screen and (max-width: 1366px)
{
    .nav_box .r ul li a
    {
        font-size: 14px;
    }
    .navtwo_product
    {
        padding: 15px 0;
    }
    .foot_box
    {
        padding: 60px 0 40px 0;
    }
    .banner_textbox h4
    {
        font-size: 28px;
    }
    .banner_textbox h6
    {
        font-size: 24px;
    }
    .two_unit ul li a
    {
        padding: 15px 0!important;
    }
    .skip
    {
        margin: 40px 0 80px 0;
    }
}
@media screen and (max-width: 1280px)
{
    .foot_box
    {
        padding: 50px 0 30px 0;
    }
    .banner_textbox h4
    {
        font-size: 26px;
    }
    .banner_textbox h6
    {
        font-size: 22px;
    }
    .skip
    {
        margin: 30px 0 70px 0;
    }
}
@media screen and (max-width: 1024px)
{
    .foot_box
    {
        padding: 40px 0 20px 0;
    }
    .banner_textbox h4
    {
        font-size: 24px;
    }
    .banner_textbox h6
    {
        font-size: 20px;
    }
    .skip
    {
        margin: 20px 0 60px 0;
    }
}
@media screen and (max-width: 980px)
{
    .nav_box
    {
        padding: 15px 0;
        box-sizing: border-box;
    }
    .nav_box .r
    {
        display: none;
    }
    .nav_two
    {
        display: block;
    }
    .nav_box .r ul li a
    {
        color: #fff!important;
    }
    .navtwo_product .l
    {
        margin: 10px auto;
        width: 50%;
    }
    .navtwo_product .r
    {
        width: 100%;
    }
    .nav_case
    {
        flex-wrap: wrap;
    }
    #ss_product .navtwo_product .r ul
    {
        border-right: none;
    }
    #ss_product .navtwo_product
    {
        display: block;
    }
    #s_product
    {
        position: relative;
    }
    #ss_product .navtwo_product
    {
        position: relative;
        background: none!important;
    }
    .foot_box
    {
        padding: 30px 0 15px 0;
    }
    .foot .l, .foot .m
    {
        margin: 0 0 10px 0;
        width: 100%;
    }
    .foot .r
    {
        margin: 0 auto;
        width: 35%;
    }
    .foot .l dl dt, .foot .l dl dd, .foot dl dt
    {
        text-align: center;
    }
    .foot .m dl dd
    {
        justify-content: center;
    }
    .foot
    {
        flex-wrap: wrap;
    }
    .foot .l dl dd a, .foot .m dl dd
    {
        line-height: 1.5;
    }
    .banner_textbox h4
    {
        font-size: 22px;
    }
    .banner_textbox h6
    {
        font-size: 18px;
    }
    .bannerhead
    {
        margin: 50px 0 0 0;
    }
    .banner_textbox
    {
        padding: 10% 0 0 15%;
    }
    .skip
    {
        margin: 15px 0 50px 0;
    }
    .qcode_box
    {
        position: absolute;
        top: -100%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .phone
    {
        display: none;
    }
    .phone_two
    {
        display: block;
    }
    .conainer ul
    {
        display: flex;
    }
    .conainer
    {
        left: 50%;
        bottom: 0%;
        transform: translate(-50%,0%);
        width: 100%;
        border-radius: 0!important;
        opacity: 1;
        background-color: #3872a3;
    }
}
@media screen and (max-width: 768px)
{
    .foot_box
    {
        padding: 20px 0 15px 0;
    }
    .foot .l dl dd a, .foot .m dl dd
    {
        line-height: 1.3;
    }
    .banner_textbox h4
    {
        font-size: 20px;
    }
    .banner_textbox h6
    {
        font-size: 16px;
    }
    .skip
    {
        margin: 15px 0 40px 0;
    }
}
@media screen and (max-width: 640px)
{
    .banner_textbox h4
    {
        font-size: 18px;
    }
    .skip
    {
        margin: 15px 0 30px 0;
    }
}
@media screen and (max-width: 375px)
{
    .skip
    {
        margin: 15px 0 20px 0;
    }
}
