/* .navfixed {
    padding: 15px 0 !important;
    transition: all 0.6s;
} */

.nav_xl {
    margin: 0 0 15px 0 !important;
    transition: all 0.6s;
}

a {
    color: #000 !important;
    text-decoration: none !important;
}

ul {
    margin: 0 !important;
    padding: 0 !important;
}

p {
    margin: 0 !important;
}

span {
    display: inline-block;
}


/* 滚动框的设置 */

::-webkit-scrollbar {
    width: 6px;
    height: 100%;
    /* background-color: hsl(230deg, 7%, 61%); */
    background-color: #fff;
}

iframe::-webkit-scrollbar {
    display: none;
}

iframe::-webkit-scrollbar-thumb {
    display: none;
}

iframe body {
    background: #F4F9FD !important;
}


/* 滚动条的设置 */

::-webkit-scrollbar-thumb {
    border: 1px solid rgba(255, 255, 255);
    background-color: #0076D9;
    border-radius: 15px;
    box-sizing: border-box;
}


/* 移动端头部样式 */

.app {
    position: absolute;
    top: 50%;
    right: -5%;
    transform: translate(-135%, -30%);
    width: 10%;
    height: 72px;
    box-sizing: border-box;
}

.app .c1,
.c2,
.c3 {
    width: 34px;
    height: 2px;
    background: #0076D9;
    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(255, 255, 255, 0.8);
    backdrop-filter: blur(5px) !important;
}

.wap-nav dl dd {
    margin: 0;
    width: 100%;
}

.wap-nav dl dd a {
    display: block;
    padding: 10px 0;
    width: 100%;
    color: #000;
    text-align: center;
    font-size: 16px;
    /* background-color: rgba(255, 255, 255, 0.1); */
}

.nav_two {
    display: none;
}


/* 组件 */

.conainer {
    position: fixed;
    bottom: 35%;
    right: 0%;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    /* background: #1463FF; */
    /* border-top-left-radius: 20px; */
    /* border-bottom-left-radius: 20px; */
    opacity: 0.5;
    font-size: 16px !important;
}

.conainer ul li a .fa {
    color: #0076D9;
    font-size: 20px !important;
}

.conainer:hover {
    opacity: 1;
    transition: 0.6s;
}

.conainer::before {
    content: " ";
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 50%;
    z-index: 1;
    /* border-top: 1px solid rgba(255, 255, 255, 0.5); */
    /* 背景模糊 */
    backdrop-filter: blur(5px);
}

.conainer .color {
    position: absolute;
    filter: blur(200px);
}

.conainer ul {
    position: relative;
    /* display: flex; */
    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;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    /* 盒子阴影 */
    box-shadow: 0px 5px 45px rgba(0, 0, 0, 0.1);
    /* 背景模糊 */
    backdrop-filter: blur(2px);
    overflow: hidden;
}

.conainer ul li a:hover {
    transition: all 0.6s;
    /* 沿y轴向上移动 */
    /* transform: translateX(-20px); */
}


/* 扫光动画 */

.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 0.6s;
}


/* .conainer ul li a:hover .fa {
  font-size: 40px !important;
  transition: 0.6s;
} */

.conainer ul li a:hover::before {
    transform: skewX(45deg) translateX(-150px);
}

.qcode_box,
.phone_box {
    display: none;
}

.phone_box {
    color: #fff;
}

.phone_two {
    display: none;
}

.phone_box {
    position: absolute;
    top: 55%;
    left: -255%;
    padding: 10px;
    background-color: #0076D9;
    border-radius: 50px;
    display: none;
}

.phone_box .fa-times {
    position: relative;
    right: 0;
    /* top: -40%; */
}

.qcode_box {
    position: absolute;
    top: 5%;
    left: -290%;
    /* padding: 0 20px 20px 20px; */
    width: 200px;
    height: 200px;
    background-color: #0076D9;
    border-radius: 20px;
    text-align: center;
    display: none;
}

.qcode_box img {
    display: block;
    margin: 0 auto;
    width: 80%;
}

.qcode_box .fa {
    color: #fff;
}

.qcode_box .fa-times {
    position: relative;
    right: 0;
    /* top: -6%; */
}


/* nav */

.nav_box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
}

.nav {
    padding: .2rem 0;
    box-sizing: border-box;
}

.nav .top .l p {
    display: none;
}

.nav .top .r ul li i {
    margin: 0 .1875rem 0 0;
}

.nav .top .r a:hover {
    color: #0076D9 !important;
    transition: all 0.6s;
}

.fh {
    margin: 0 .375rem;
}

.nav .top {
    margin: 0 0 .375rem 0;
}

.nav .bottom .l {
    color: #0076D9;
}

.nav .bottom .r {
    width: 80%;
}

.nav .bottom .r ul li a:hover {
    color: #0076D9 !important;
    transition: all 0.6s;
}

.nav .bottom .r ul li .nav_act {
    color: #0076D9 !important;
}

.nav_box {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}


/* banner */

.bannerhead {
    position: relative;
    margin: 1.5rem 0 0 0;
}

.bannerhead img {
    display: block;
    width: 100%;
}

.bannerhead .swiper-slide {
    position: relative;
}

.bannerhead .swiper-slide .text_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 1;
    animation: ydtext 2s infinite;
    animation-iteration-count: 1;
    o-animation: ydtext 3s linear infinite;
}

@keyframes ydtext {
    0% {
        opacity: 0;
        transform: translate(-50%, 0%);
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

.bannerhead .swiper-slide .text_box h5 {
    margin: .75rem 0 1rem 0;
}

.bannerhead .swiper-slide .text_box a {
    padding: .25rem .75rem;
    box-sizing: border-box;
    color: #0076D9 !important;
    background-color: #fff;
}

.bannerhead .swiper-slide .text_box a:hover {
    color: #fff !important;
    background-color: #0076D9;
    transition: all 0.6s;
}

.swiper-button-prevhead,
.swiper-button-nexthead {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background: #000000;
    opacity: 0.3;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
}

.swiper-button-prevhead {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-50%, -50%);
    z-index: 2;
    cursor: pointer;
}

.swiper-button-nexthead {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translate(-50%, -50%);
    z-index: 2;
    cursor: pointer;
}

.swiper-button-prevhead:hover,
.swiper-button-nexthead:hover {
    opacity: 1;
    color: #0076D9;
    background: #FFFFFF;
    transition: all 0.6s !important;
}

.foot_box {
    padding: 1rem 0;
    box-sizing: border-box;
    background: #46525C;
}

.foot_one,
.foot_two,
.foot_three,
.foot_four {
    width: 23%;
}

.foot {
    color: #fff;
}

.foot dl dt {
    margin: 0 0 .5rem 0;
}

.foot a {
    white-space: nowrap;
    color: #fff !important;
}

.foot_one dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.foot_one dl dt {
    width: 100%;
}

.foot_one dl dd {
    margin: 0 0 .375rem 0;
    width: 30%;
}

.foot_one dl dd:nth-child(6) {
    width: 65%;
}

.foot_two dl dd {
    margin: 0 0 .375rem 0;
}

.foot_two dl dd:last-child {
    margin: 0;
}

.foot_three dl {
    flex-direction: column;
    height: 100%;
}

.foot_three dd ul li:nth-child(2) {
    margin: 0 .25rem;
}

.foot_four .p_box {
    width: 120px;
    height: 120px;
    background: #FFFFFF;
}

.foot_four .p_box img {
    display: block;
    width: 100%;
}

.foot_four ul li p {
    margin: .25rem 0 0 0 !important;
    text-align: center;
}

.por_box {
    /* display: flex; */
    /*justify-content: space-between;*/
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: .5rem 10%;
    box-sizing: border-box;
    background-color: #46525C;
}

.por_box a {
    display: block;
    margin: 0 5px;
    color: #fff !important;
    text-align: center;
    line-height: 25px;
}

.zj_box {
    position: absolute;
    bottom: 1rem;
    left: 0;
    width: 100%;
    z-index: 998;
}

.zj {
    padding: .375rem .75rem;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.9);
}

.zj dl dd::after {
    content: "-";
    display: block;
    margin: 0 5px;
}

.zj dl dd:last-child::after {
    content: " ";
    display: none;
}

.zj dl dd {
    display: flex;
}

.zj dl dd a:hover {
    color: #0076D9 !important;
    transition: all 0.6s;
}


/* .zj ul {
  width: 70%;
} */

.zj ul li {
    margin: 0 .3125rem;
}

.zj ul li a:hover {
    color: #0076D9 !important;
    transition: all 0.6s;
}

.banner_act {
    color: #0076D9 !important;
}

.skip_box ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: rgba(0, 0, 0, 0.6) !important;
    background: rgba(0, 0, 0, 0.06);
}

.skip_box ul li {
    margin: 0 .125rem;
}

.skip_box ul li a:hover {
    color: #fff !important;
    background: #0076D9;
    transition: all 0.6s;
}

.skip_box {
    margin: .75rem 0 0 0;
}

.skip_box ul li .skip_act {
    color: #fff !important;
    background: #0076D9;
}

.pagecbox a:hover {
    color: #0076D9 !important;
    transition: all 0.6s;
}


/* 二级菜单 */

.nav .bottom .r ul li dl {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: .375rem 10%;
    box-sizing: border-box;
    background-color: rgb(4, 50, 88);
    display: none;
}

.nav .bottom .r ul li dl dd {
    display: inline-block;
    margin: 15px .375rem;
}

.nav .bottom .r ul li dl dd a {
    color: #fff !important;
}

.wap-nav dl dd ul {
    display: none;
}

#i_one,
#i_two,
#i_three,
#i_four {
    margin: 0 0 0 5px;
}

.nav_two dl dd>a .i_act {
    /* margin: 0 0 0 20px; */
    transform: rotate(180deg);
    transition: all 0.6s;
}

.foot_two dl {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    height: 100%;
}

.yd_top {
    display: none;
}

.yd_serp {
    display: block;
    width: 100%;
    display: none;
}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {
    .foot_one dl dd {
        /*margin: 0;*/
        margin: 10px 0 0 0;
        width: 34%;
    }
    /*.foot_one dl {*/
    /*    justify-content: space-between;*/
    /*}*/
}

@media screen and (max-width: 1366px) {
    .foot_four .p_box {
        width: 100px;
        height: 100px;
    }
}

@media screen and (max-width: 1280px) {
    .foot_four .p_box {
        width: 80px;
        height: 80px;
    }
}

@media screen and (max-width: 1024px) {
    .nav .bottom .r ul li a {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 980px) {

    .modal-content {
        margin: 55% auto !important;
    }

    .yd_top {
        display: flex;
        /* margin: 0 0 .375rem 0; */
        padding: 15px 0;
    }
    .certificate input {
        margin: 0 0 15px 0;
    }
    .yd_top a i {
        margin: 0 5px 0 0;
    }

    .nav .bottom .l img {
        display: block;
        width: 50px;
        height: 50px;
    }
    .foot_four {
        display: none;
    }
    .pagecbox a {
        display: block;
        margin: 5px 0;
        width: 100%;
    }
    .pagecbox {
        flex-direction: column;
    }
    .zj_box {
        display: none;
    }
    .nav .bottom {
        height: 100%;
    }
    .nav {
        align-items: center;
    }
    .nav .r {
        display: none;
    }
    .nav_two {
        display: block;
    }
    .conainer ul {
        display: flex;
    }
    .qcode_box {
        bottom: 50%;
        left: 50%;
        transform: translate(-50%, -100%);
    }
    .conainer {
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0%);
        width: 100%;
        background-color: rgba(255, 255, 255, 0.2);
    }
    .phone {
        display: none;
    }
    .phone_two {
        display: block;
    }
    /* nav */
    .nav .top {
        display: none;
    }
    /* .navfixed {
        padding: 0 !important;
    } */
    .nav .bottom {
        margin: 0;
    }
    .nav_xl {
        margin: 0 !important;
    }
    .nav {
        padding: 0;
        height: 60px;
    }
    .foot_box {
        padding: 20px 0;
    }
    .foot_one {
        display: none;
    }
    .foot {
        flex-wrap: wrap;
    }
    .foot_two,
    .foot_three,
    .foot_four {
        margin: 0 0 20px 0;
        width: 100%;
        /* text-align: center; */
    }
    .foot dl dt {
        margin: 0 0 15px 0;
    }
    .foot_two dl dd {
        margin: 0;
        line-height: 1.5;
    }
    .foot_three dd ul {
        justify-content: center;
    }
    .foot_four ul {
        justify-content: space-around;
    }
    .foot_four ul li p {
        margin: 15px 0 0 0;
    }
    .por_box {
        padding: 15px 10%;
    }
    .por_box a {
        font-size: 12px;
    }
    .foot_three dl {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .foot_three dl dt {
        width: 100%;
    }
    .foot_three dl dd {
        width: 50%;
    }
    .por_box a {
        /*padding: 0 10%;*/
        box-sizing: border-box;
        text-align: center;
    }
    .bannerhead {
        margin: 60px 0 0 0;
    }
    .skip_box {
        margin: 15px 0 0 0 !important;
    }
    .container {
        width: 90%;
    }
    .foot_three dd ul li:nth-child(2) {
        margin: 0 15px;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 375px) {}