@charset "UTF-8";

@font-face {
    font-family: 'sh';
    src: url('fonts/SourceHanSansCN-Regular.otf');
    font-style: normal;
}

@font-face {
    font-family: 'sy';
    src: url('fonts/sySong.woff');
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

html,
body {
    color: #333;
    font-family: "sh", "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
i,
em {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img,
input {
    border: 0;
    outline: none;
}

.m-index {
    display: none;
}


.top>img.wap {
    display: none;
}

body .clear {
    float: none !important;
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}


.w16 {
    max-width: 16rem;
    margin: 0 auto;
    width: 100%;
}


/* 文字下划线动效 */
.titline i {
    font-weight: bold;
    display: inline;
    font-style: normal;
    position: relative;
    /*background-image: linear-gradient(#2864ff, #2864ff);*/
    background-position: right bottom;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .5s;
}

a:hover .titline {
    color: #0a247b;
}

a:hover .titline i {
    background-position: left bottom;
    background-size: 100% 1px;
    font-weight: inherit;
    color: inherit;
}

/* titline2 */
.titline2 i {
    display: inline;
    font-style: normal;
    position: relative;
    background-image: linear-gradient(#fff, #fff);
    background-position: right bottom;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .5s;
}

a:hover .titline2 {
    color: #fff;
}

a:hover .titline2 i {
    background-position: left bottom;
    background-size: 100% 1px;
    font-weight: inherit;
    color: inherit;
}

/* 文字下划线动效end */

/* nav */
.nav {
    position: relative;
    font-size: 0;
    transition: all 0.5s;
}

.nav>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.nav>ul>li {
    position: relative;
    vertical-align: middle;
    margin-left: .48rem;
}

.nav>ul>li:first-child {
    margin-left: 0;
}

.nav>ul>li>a {
    display: block;
    font-size: .22rem;
    text-align: center;
    position: relative;
    color: #fff;
    line-height: .52rem;
    font-weight: 600;
    transition: all 0.5s;
}

.nav>ul>li.has-ej>a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -0.2rem;
    transform: translateY(-50%);
    width: .15rem;
    height: 100%;
    background: url(../images/nav-xl.png) no-repeat right center;
    background-size: 100%;
}

.nav>ul>li.has-ej:hover:after {
    transform: translateY(-50%) rotate(90deg);
}

.nav>ul>li>div {
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 1.4rem;
    text-align: center;
    background-color: rgba(255, 255, 255, 1);
    z-index: 99;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .2);
    padding: .1rem 0;
    border-radius: 0 0 .1rem .1rem;
    border-top: .04rem solid #ff8106;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
}

.nav>ul>li:hover>div::after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    border-top: .1rem solid transparent;
    border-right: .1rem solid transparent;
    border-bottom: .1rem solid #ff8106;
    border-left: .1rem solid transparent;
    transition: all 0.5s;
}

.nav>ul>li:hover>div {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.nav>ul>li>div>ul {
    overflow: hidden;
}

.nav>ul>li>div>ul>li {
    width: 100%;
    transition: all 0.5s;
}

.nav>ul>li>div>ul>li a {
    display: block;
    font-size: .18rem;
    color: #333333;
    line-height: .4rem;
    white-space: nowrap;
    padding: 0 .1rem;
    transition: all 0.5s;
    opacity: 0.6;
    position: relative;
}

.nav>ul>li>div>ul>li a::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 90%;
    height: .01rem;
    background: linear-gradient(to right, #fff, #ddd, #fff);
}

.nav>ul>li>div>ul>li:last-child a::after {
    content: none;
}

.nav>ul>li>div>ul>li:hover a {
    color: #243382;
}

.nav>ul>li:hover>a {
    /*color: #ffa302;*/
}

/* nav--end */
.lizi-box {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1.6rem;
}





/* head */
.head {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.head::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(4, 82, 202, 1) 0%, rgba(4, 82, 202, .25) 60%, rgba(255, 255, 255, 0) 100%);  
    transition: all 0.5s;
}

.head.bg::before {
    height: 100%;
}


.h-top {
    padding: .2rem 1.52rem .2rem .74rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
    transition: all 0.5s;
}


.logo a img {
    display: block;
    width: 3.5rem;
}

.h-lk {
    height: .28rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    transition: all 0.5s;
}

.h-lk.on {
    display: none;
}

.head.on .h-lk {
    margin: 0;
    height: 0;
    overflow: hidden;
}

.ser {
    margin-left: .15rem;
    position: relative;
}

.ser input {
    border-radius: .12rem;
    border: solid .01rem rgba(255, 255, 255, 0.5);
    width: 1.67rem;
    height: .25rem;
    background: rgba(255, 255, 255, 0.3);
    padding-left: .1rem;
    padding-right: .3rem;
    color: #ffffff;
}

.ser-img {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: .4rem;
    height: 100%;
    background: url(../images/ser.png) no-repeat center center;
    background-size: .14rem;
    cursor: pointer;
    transition: all 0.5s;
}

.ser-img:hover {
    transform: translateY(-50%) scale(1.1);
}

.h-lk {
    margin-bottom: .1rem;
}

.h-lk span,
.h-lk a {
    font-size: .15rem;
    line-height: .28rem;
    color: #ffffff;
    transition: all 0.5s;
}

.h-lk a:hover {
    opacity: .8;
}

.h-lk a.lang {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.h-lk a.lang img {
    width: .18rem;
    margin-right: .09rem;
}

.h-lk a.lang:hover img {
    animation: rotate 3s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.h-lk span {
    margin: 0 .2rem;
}

.head-r {
    position: relative;
}

/* 汉堡按钮 */
.open-meun {
    width: .47rem;
    height: .36rem;
    cursor: pointer;
    position: fixed;
    right: .73rem;
    top: .4rem;
    z-index: 999999999;
    transition: all 0.5s;
}

#openBtn {
    cursor: pointer;
    display: inline-block;
}

#openBtn .lcbody {
    width: .47rem;
    height: .36rem;
    position: relative;
    display: flex;
    justify-content: flex-start
}

#openBtn .lcbody .lcitem {
    width: 100%;
    height: .02rem;
    position: absolute;
    transition: transform .36s ease;
    right: 0
}



#openBtn .lcbody .lcitem div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: auto;
    right: 0;
    background: #fff
}

#openBtn .lcbody .top {
    top: 0
}

#openBtn .lcbody .center {
    display: block;
    top: 50%;
    margin-top: -0.015rem
}

#openBtn .lcbody .bottom {
    top: calc(100% - .03rem)
}

#openBtn .lcbody:hover .lcitem.top .rect {
    animation: move .4s ease-in-out 1
}

#openBtn .lcbody:hover .lcitem.center .rect {
    animation: move .4s ease-in-out .1s 1
}

#openBtn .lcbody:hover .lcitem.bottom .rect {
    animation: move .4s ease-in-out .2s 1
}

.active#openBtn .lcitem.top {
    transform: rotateZ(45deg);
    top: 49%
}

.active#openBtn .lcitem.center {
    opacity: 0
}

.active#openBtn .lcitem.bottom {
    transform: rotateZ(-45deg);
    top: 49%
}

@keyframes move {
    0% {
        right: 0
    }

    40% {
        right: 0;
        width: 0
    }

    60% {
        right: auto;
        width: 0%
    }

    100% {
        right: auto;
        width: 100%
    }
}

/* 汉堡按钮 */

.open-meun.top {
    top: .5rem;
}


/* 全屏导航 */
.full-lg {
    position: absolute;
    left: .74rem;
    top: .3rem;
    width: 3.5rem;
    z-index: 9;
}

.full-lg img {
    width: 100%;
    display: block;
}

.fullNav-dialog-box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: .6s;
    /* overflow: hidden; */
}

.fullNav-bg video::-webkit-media-controls {
    display: none !important;
}
.fullNav-bg img,
.fullNav-bg video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.fullNav-dialog-box:before {
    content: "";
    position: absolute;
    top: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.6);
    transition: .6s;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: .8;
    /* -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px); */
}

.fullNav-dialog-box.on:before {
    height: 100%
}

.fullNav-dialog-box .bubbles-bg {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.fullNav-dialog-box .fullNav-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.6);
    background-size: cover;
    background-repeat: no-repeat;
    transform-origin: center center;
    transition: height .8s cubic-bezier(.77, 0, .175, 1);
}

.fullNav-dialog-box .wrap-inner {
    transform: translateY(100%);
    transition: .6s;
}

.fullNav-dialog {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    z-index: 2;
    padding-top: 1rem;
}

.fullNav-dialog .fullNav-tit {
    font-size: 2.75rem;
    line-height: 3.5rem;
    color: #fff;
    text-align: center;
    overflow: hidden;
    display: none;
}

.fullNav-dialog .fullNav-inner {
    overflow: hidden;
    margin-top: 0;
}


.fullNav-dialog .search-input.on {
    background-color: #fff;
}

.fullNav-dialog-box.on {
    opacity: 1;
    visibility: visible;
}

.fullNav-dialog-box.on .fullNav-bg {
    height: 100vh;
}

.fullNav-dialog-box.on .bubbles-bg {
    opacity: 1;
    visibility: visible;
}

.fullNav-dialog-box.on .wrap-inner {
    transform: translateY(0)
}

.pub-close {
    position: absolute;
    width: .48rem;
    height: .48rem;
    z-index: 10;
    right: .24rem;
    top: .24rem;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 100%;
}

.pub-close .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #004A99;
    transform: scale(0);
    border-radius: 100%;
    transition: transform .3s;
}

.pub-close i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: .22rem;
    background-repeat: no-repeat;
    background-image: url('../images/close.png');
    transition: .6s;
}

.pub-close i:hover {
    transform: rotate(180deg)
}

.full-nav {
    padding: .8rem 2rem;
}

.full-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.full-nav ul li>a {
    color: #ffffff;
    font-size: .26rem;
    display: block;
    position: relative;
    text-align: center;
    padding-bottom: .2rem;
    margin-bottom: .4rem;
}

.full-nav ul li>a::after {
    content: '';
    width: .26rem;
    height: .03rem;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: #ff8106;
    transition: all 0.5s;
}

.full-nav ul li:hover a:after {
    width: 100%;
}

.full-nav a {
    display: block;
}

.full-ej a {
    display: block;
    color: #ffffff;
    font-size: .2rem;
    margin-bottom: .2rem;
    transition: all 0.5s;
    text-align: center;
}

.full-ej a:hover {
    opacity: .7;
}

.nav.on {
    opacity: 0;
}

html.on {
    overflow: hidden;
}

/*search--end*/






























/* foot */

.foot {
    background: url(../images/f-bg.jpg) no-repeat;
    background-size: cover;
    /* padding-bottom: .1rem;*/
    border-bottom: 8px solid #ffa302;
}

.f-top {
    padding: .6rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.f-logo {
    width: 3.76rem;
}

.f-logo img {
    width: 100%;
    display: block;
}

.f-line {
    width: 1px;
    height: .88rem;
    border-left: solid .01rem #ffffff;
    margin: 0 .65rem;
}

.f-l {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.f-lx p {
    font-size: .18rem;
    line-height: .36rem;
    letter-spacing: .01rem;
    color: #ffffff;
}


.f-bot {
    text-align: center;
    padding: .2rem 0;
    border-top: dashed 1px rgba(255, 255, 255, 0.5);
}

.f-bot a {
    display: inline-block;
    font-size: .16rem;
    line-height: 1;
    color: #ffffff;
}






@media screen and (max-width:1620px) {
    .w16 {
        padding-left: .15rem;
        padding-right: .15rem;
    }
}


@media screen and (max-width:1200px) {
    .f-logo img{
        max-width:80%;
        margin:0 auto;
    }
    .fullNav-bg video{
        display:none;
    }
    .fullNav-dialog-box {
        display: none;
    }
    body {
        padding-top: .7rem;
    }

    #openBtn {
        display: none;
    }

    .f-top>div {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .f-top {
        padding: .3rem 0;
        max-width: 90%;
        margin: 0 auto;
    }

    .f-line {
        display: none;
    }

    .f-lx {
        width: 100%;
        margin: .2rem 0;
    }

    .foot {
        padding-bottom: 0;
    }
}

@media screen and (max-width:1200px) {

    /* 移动端导航 */
    .pc {
        display: none;
    }

    .m-index {
        display: block;
        position: relative;
        z-index: 999;
    }

    #m_nav * {
        transition: all 0s ease 0s;
        margin: 0 auto;
    }

    .m_header_box {
        transition: all 0.6s ease 0s;
        position: relative;
        z-index: 100000;
    }

    .m_header_box header {
        padding: 0px 0px 0px 15px;
        height: 0.7rem;
        background: #0a247b;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 5px;
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        z-index: 100;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .m_header_box header #logo img {
        height: auto;
        max-height: 0.5rem;
    }

    .m_header_box header #logo {
        padding: 0px;
        width: calc(100% - 80px);
    }

    #nav_btn_box.on {
        background: none;
    }

    #nav_btn_box {
        position: relative;
        width: 0.7rem;
        height: 0.7rem;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
    }

    #nav_btn_box::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        background: #2864ff;
    }

    #nav_btn_box::after {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0px;
        right: 99%;
        border-right: .15rem solid #2864ff;
        border-bottom: 0.7rem solid transparent;

    }

    #nav_btn {
        cursor: pointer;
        text-align: center;
        z-index: 99999;
        transition: all 0.5s ease 0s;
        outline: none;
        box-shadow: none;
    }

    #nav_btn .point {
        display: inline-block;
        width: 0.4rem;
        height: 22px;
        position: relative;
        outline: none;
    }

    #nav_btn .point:hover .navbtn,
    #nav_btn .point:hover .navbtn::after,
    #nav_btn .point:hover .navbtn::before {
        width: 0.28rem;
    }

    #nav_btn .navbtn {
        position: absolute;
        top: 12px;
        left: 0px;
        display: inline-block;
        width: 24px;
        height: 2px;
        transition: all 0.3s ease-out 0s;
        background: #fff;
    }

    #nav_btn .navbtn::after,
    #nav_btn .navbtn::before {
        position: absolute;
        left: 0px;
        display: inline-block;
        width: 24px;
        height: 2px;
        content: "";
        transition: all 0.3s ease-out 0s;
        background: #fff;
    }

    #nav_btn .navbtn::after {
        top: -8px;
    }

    #nav_btn .navbtn::before {
        top: 8px;
    }

    #nav_btn .point.on .navbtn {
        background: transparent;
    }

    #nav_btn .point.on .navbtn::after {
        transform: rotate(45deg);
        top: 0px;
    }

    #nav_btn .point.on .navbtn::before {
        transform: rotate(-45deg);
        top: 0px;
    }

    .m_nav_list {
        flex-direction: column;
        width: 100%;
        height: 100%;
        overflow: auto;
        align-items: center;
        display: flex;
        background: rgba(255, 255, 255, 0.1);
    }

    .m_nav_list::-webkit-scrollbar {
        display: none;
    }

    #m_nav {
        z-index: 99999;
        position: fixed;
        width: 100%;
        height: 100vh;
        right: -105vw;
        top: 0px;
        padding: 70px 20px 30px;
        overflow: hidden;
        pointer-events: none;
        transition: all 0.3s ease-out 0s;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        background: 0% 0% / cover rgb(247, 247, 247);
        opacity: 0;
        visibility: hidden;
    }

    #m_nav .close {
        position: absolute;
        top: 7px;
        right: 15px;
        left: 15px;
        font-size: 30px;
        color: rgb(51, 51, 51);
        z-index: 10000;
        width: auto;
        height: 35px;
        border-radius: 0px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0px;
    }

    #m_nav.act {
        pointer-events: auto;
        right: 0px;
        opacity: 1;
        visibility: visible;
    }

    #m_nav .search_box input.submit {
        background: url("../images/submit.svg") center center / 0.28rem no-repeat rgb(6, 86, 183);
    }

    #m_nav .list_box0 {
        width: 90%;
        margin: 0.32rem auto 0px;
        flex-wrap: wrap;
    }

    #m_nav .list_box0 .li {
        text-align: center;
        color: #0a247b;
        margin: 0px 0rem 0.15rem;
        font-size: 14px;
    }

    #m_nav .list_box0 .li a {
        background: none;
        padding: 0 0.2rem 0 0;
    }

    #m_nav .old_rukou {
        margin: 0.24rem 0px 0px;
        width: 100%;
    }

    .list_box_nav_mobile {
        width: 100%;
        /* height: calc(100% - 3rem); */
        padding: 0px 0px 10px;
        overflow: auto;
        margin: 0px;
        /* flex: 1 1 0%; */
    }

    .list_box_nav_mobile>li {
        width: 90%;
        overflow: hidden;
        padding: 0px;
        position: relative;
        margin: 0px auto;
    }

    .list_box_nav_mobile>li .con {
        position: relative;
    }

    .list_box_nav_mobile>li .a {
        width: 100%;
        border-bottom: 1px solid rgb(226, 226, 226);
        line-height: 0.64rem;
        color: rgb(51, 51, 51);
        padding: 0px;
        font-size: 16px;
        display: flex;
        position: relative;
        transition: all 0.5s ease 0s;
    }

    .list_box_nav_mobile>li i {
        opacity: 1;
        width: 0.64rem;
        height: 0.64rem;
        background-image: url("../images/arrow_down.svg");
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: initial;
        background-origin: initial;
        background-clip: initial;
        background-color: initial;
        position: absolute;
        display: block;
        right: 0px;
        top: 2px;
        background-size: 15px 15px !important;
    }

    .list_box_nav_mobile>li.on1 i {
        transform: rotate(-90deg);
    }

    .list_box_nav_mobile>li.on .a {
        border-bottom: 1px solid rgb(226, 226, 226);
    }

    .list_box_nav_mobile>li .list {
        padding: 10px 0px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        display: none;
    }

    .list_box_nav_mobile>li .list a {
        display: block;
        font-size: 13px;
        color: rgb(102, 102, 102);
        line-height: 2.5;
    }

    .nav_mask {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 888;
        background-color: rgba(0, 0, 0, 0.4);
        display: none;
    }

    /* 手机搜索 */
    .wap_search {
        font-size: 0.16rem;
        border-radius: 5px;
        color: rgb(255, 255, 255);
        width: 100%;
        height: 0.6rem;
        display: block;
        margin-bottom: .1rem;
    }

    .wap_search .header-search {
        height: 100%;
        border-radius: 0.2rem;
        background: rgb(255, 255, 255);
        position: relative;
        width: 3.68rem;
        margin: 0rem auto;
    }

    .wap_search .input {
        font-size: 0.2rem;
        color: #333;
        height: 0.6rem;
        line-height: 0.5rem;
        padding: 0px 0.24rem;
        box-shadow: none;
        appearance: none;
        float: left;
        border-right: 0px;
        background: none;
        width: calc(100% - 40px);
    }

    .wap_search .btn_blue {
        position: absolute;
        cursor: pointer;
        top: 0px;
        right: 0px;
        width: 0.6rem;
        height: 0.6rem;
        line-height: 0.6rem;
        border: 0px;
        background: url("../images/submit.svg") center center no-repeat #0a247b;
        border-radius: 50%;
    }

    .wap_search .btn_blue.fr {
        background: rgb(233, 237, 239);
        color: rgb(78, 79, 83);
    }

    .wap_search input::-webkit-input-placeholder {
        color: rgb(153, 153, 153);
    }

    .wap_search input:focus::-webkit-input-placeholder {
        color: transparent;
    }

    /* 移动端导航end */
}

@media screen and (max-width:768px) {}


@media screen and (max-width:480px) {
    .m_header_box header #logo img {
        height: 0.4rem;
    }
}
