.footer {
    width: 100%;
    background: url(../images/footBg.png) center no-repeat;
    background-size: cover;
    padding: 0.4rem 0 0.5rem 0;
}

.footer .foot {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ftlogo img {
    height: 0.7rem;
}

.contact {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0.4rem 0 0.2rem 0;
}

.contact .box {
    margin-right: 0.35rem;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.14rem;
}

.contact .box img{
    margin-right: 0.05rem;
}

.banq {
    font-size: 0.16rem;
    color: rgba(255, 255, 255, 0.8);
}

.banq br {
    display: none;
}

.banq a {
    color: rgba(255, 255, 255, 0.8);
}

.foot_right {
    display: flex;
}

.yqlj .box {
    width: 2rem;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
}

.yqlj .box h3 {
    width: 100%;
    height: 0.4rem;
    line-height: 0.4rem;
    box-sizing: border-box;
    padding: 0 0.15rem;
    color: #fff;
    font-size: 0.16rem;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    position: relative;
}

.yqlj .box h3::before {
    content: '';
    width: 0.14rem;
    height: 0.06rem;
    display: inline-block;
    background: url(../images/jt.png) center no-repeat;
    background-size: cover;
    position: absolute;
    right: 0.15rem;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease-in-out;
}

.yqlj .box ul {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 100%;
    background: #fff;
    z-index: 11;
    box-sizing: border-box;
    padding: 0 0.15rem;
    display: none;
}

.yqlj .box ul li {
    width: 100%;
    font-size: 0.14rem;
    padding: 0.1rem 0;
    border-bottom: 1px solid rgba(216, 216, 216, .4);
}

.yqlj .box ul li:last-of-type {
    border: none;
}

.yqlj .box:hover h3::before {
    /* 翻转 */
    transform: translateY(-50%) rotate(180deg);
}

.yqlj .box:hover ul {
    display: block;
}

.yqlj .box ul li a {
    color: #333;
}

.yqlj .box ul li:hover a {
    color: #0058B8;
}

.ftCode img {
    width: 1.16rem;
}

.ftCode p {
    text-align: center;
    font-size: 0.14rem;
    color: #fff;
    margin-top: 0.1rem;
}

.ft_yqlj{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.3rem;
    flex-wrap: wrap;
}

.ft_uqlj_bpx{
    flex: 1;
    display: flex;
    align-items: center;
}

.ft_uqlj_bpx ul{
    flex: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.ft_uqlj_bpx ul li{
    margin-right: 0.5rem;
}

.ft_uqlj_bpx ul li:last-of-type{
    margin-right: 0;
}


.ft_uqlj_bpx ul li a{
    font-size: 0.16rem;
    color: #fff;
}

.ft_uqlj_bpx .name{
    width: 0.9rem;
    font-size: 0.18rem;
    color: #fff;
    font-weight: bold;
    margin-right: 0.5rem;
}

/* ------------------------------------------- */

.banner {
    width: 100%;
    position: relative;
}


.head {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    z-index: 111;
    padding: 30px 0;
    /*transition: all 0.5s ease-in-out;*/
}

.head::before {
    content: '';
    width: 100%;
    height: 1.72rem;
    display: inline-block;
    background: url(../images/mark.png) center top no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}

.head_top {
    width: 100%;
    height: 40px;
    background: #2B80E8;
}

.head_top .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head_top .text {
    color: #fff;
}

.search-btn a {
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.head .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 11;
}

.head h1 img {
    height: 0.7rem;
}

.nav {
    display: flex;
    align-items: center;
}

.nav .nli {
    margin-left: 0.3rem;
    position: relative;
}

.nav .nli::before {
    content: '';
    width: 100%;
    height: 40px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 100%;
}

.nav .nli h3 {
    position: relative;
}

.nav .nli h3::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-bottom: 2px solid #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.08rem;
    transition: all 0.5s ease-in-out;
}

.nav .nli.on h3::before,
.nav .nli:hover h3::before {
    width: 100%;
}

.nav .nli h3 a {
    font-size: 0.18rem;
    color: #fff;
}

.nav .nli .sub {
    display: none;
    position: absolute;
    top: 210%;
    width: 180%;
    box-sizing: border-box;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(180deg, #ffffff 0%, #d9f1ff 100%);
    box-shadow: 0px 4px 10px 0px rgba(56, 85, 128, 0.3);
}

.nav .nli .sub::before{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 13px solid #fff;
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    z-index: 1;
}

.nav .nli:nth-child(5) .sub{
    width: 200%;
}

.nav .nli .sub li {
    width: 100%;
    text-align: center;
   line-height: 0.4rem;
    position: relative;
    z-index: 11;
}

.nav .nli .sub li a {
    color: #333;
    font-size: 0.16rem;
}

.nav .nli:hover .sub {
    display: block;
}

.nav .nli .sub li:hover{
    background: #2B80E8;
}

.nav .nli .sub li:hover a {
    color: #fff;
    font-weight: bold;
}

/* --------------------------------------- */
.mbheader {
    width: 100%;
    display: none;
    height: 60px;
    background: #fff;
    z-index: 1000;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.mbheader .header-con {
    width: 90%;
    margin: 0 auto;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mbheader .header-con h1 a {
    display: inline-block;
}

.mbheader .header-con .logo {
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.mbheader .header-con .logo a {
    width: 100%;
    display: inline-block;
}

.mbheader .header-con .logo img {
    width: 100%;
    max-height: 35px;
}

.sp_header {
    height: 50px;
    background: #fff;
    position: fixed;
    z-index: 10;
    width: 100%;
}

.sp_logo {
    padding: 10px;
    float: left;
    height: 50px;
    width: 70%;
}

.sp_logo img {
    margin: auto;
    width: 100%;
    height: 100%;
}

.sp_nav {
    width: 30px;
    position: relative;
    cursor: pointer;
    height: 30px;
    margin-top: 10px;
    flex: none;
}

.sp_nav span {
    display: block;
    background: #2B64CE;
    width: 30px;
    height: 2px;
    position: absolute;
    transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
    top: 0px
}

.sp_nav span:nth-of-type(2) {
    top: 10px
}

.sp_nav span:nth-of-type(3) {
    top: 20px
}

.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
}

.sjj_nav {
    position: absolute;
    z-index: 9999;
    background: #eee;
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
    font-size: 14px;
    line-height: 40px;
    top: -1000%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
}

.nav_show {
    top: 80px
}

.sjj_nav>ul>li:first-child {
    overflow: hidden;
    border-top: 0
}

.sjj_nav>ul>li:first-child>a {
    float: left;
    width: calc(100% - 70px)
}

.sjj_nav>ul>li:first-child .language {
    float: right;
    width: 70px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 5px
}

.sjj_nav>ul>li:first-child .language a {
    width: 35px;
    float: left;
    border-left: 1px #ddd solid;
    text-align: center;
    color: #999;
}

.sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    border-left: 1px #ddd solid;
    height: 30px;
    padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
}

.sjj_nav ul li {
    border-top: 1px #ddd solid;
    margin-left: 20px;
    position: relative;
    line-height: 40px;
    font-size: 14px
}

.sjj_nav>ul>li:last-child {
    border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
    display: none
}

.sjj_nav ul li a {
    color: #666;
    /* width: 80% */
}

.sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
}

.sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #2B64CE
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px
}

.head_active{
    position: fixed;
    top: 0;
    background: #fff;
    width: 100%;
    z-index: 11;
    left: 0;
    right: 0;
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%), 0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%) ;
    border-bottom: 1px solid #eee;
}

.head_active .head{
    position: relative;
    top: 0;
}

.head_active .head::before{
    display: none;
}

.head_active .nav .nli h3 a{
    color: #333;
}

.head_active .nav .nli:hover h3 a,
.head_active .nav .nli.on h3 a{
    color: #2B80E8;
}

.head_active .nav .nli h3::before{
    border-bottom: 2px solid #2B80E8;
}


#scrolltop {
    width: 64px;
    height: 64px;
    box-sizing: border-box;
    text-align: center;
    position: fixed;
    right: 25px;
    bottom: 20px;
    z-index: 999;
    cursor: pointer;
    background: #0F6CB8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}

#scrolltop .iconfont {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url("../images/toTop.png") center no-repeat;
    background-size: cover;
}

@media screen and (max-width: 1124px) {
    .container{
        width: 90%;
    }
    .nav .nli{
        padding: 0 0.2rem;
    }
}

@media screen and (max-width: 768px) {
    .mbheader {
        display: block;
    }

    .banlist{
        padding-top: 60px;
    }

    .foot_right,
    .banlist .swiper-prev,
    .banlist .swiper-next,
    .header {
        display: none;
    }

    .contact .box {
        font-size: 14px;
        width: 100%;
        margin: 5px 0;
    }

    .banq {
        font-size: 14px;
        line-height: 25px;
        text-align: center;
    }

    .banq br {
        display: block;
    }

    .contact .box img{
        height: 16px;
    }

    .ft_uqlj_bpx{
        width: 100%;
    }

    .yqlj{
        width: 100%;
        display: none;
    }

    .ft_uqlj_bpx ul li a{
        font-size: 14px;
    }
    .ft_uqlj_bpx ul li{
        margin: 5px 0;
    }

    .ft_uqlj_bpx .name {
        width: 80px;
        font-size: 16px;
        margin-right: 10px;
    }

    .ftlogo{
        text-align: center;
    }

    .ftlogo img {
        height: 45px;
    }

    #scrolltop {
        width: 46px;
        height: 46px;
    }

    #scrolltop .iconfont {
        width: 20px;
        height: 20px;
    }

}