@charset "utf-8";

@font-face {
    font-family: "sysong";
    src: url(../style/font/sySong.woff);
}

@font-face {
    font-family: "Rubik-BoldItalic";
    src: url(./font/Rubik/Rubik-BoldItalic.ttf);
}

@font-face {
    font-family: "Rubik-Light";
    src: url(./font/Rubik/Rubik-Light.ttf);
}

@font-face {
    font-family: "RubikRoman-Medium";
    src: url(./font/Rubik/Rubik-Medium.ttf);
}

body.overhide {
    height: 100%;
    overflow: hidden;
}

body{
    padding-top: 1.15rem;
}
/* 定位搜索框 */

.b-top {
    line-height: 40px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}

.t-search {
    transition: all 0.3s;
    width: 100%;
    background: rgba(51,51,51,.07);
    border-radius: .2rem;
}

.t-search>div {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-right: .5rem;
}

.t-search>div input[type="text"] {
    display: block;
    width: 100%;
    padding: 0 .15rem;
    font-size: 16px;
    box-sizing: border-box;
    line-height: .32rem;
    background: none;
}

.search-btn {
    position: absolute;
    right: .15rem;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-btn input {
    display: block;
    width: .19rem;
    margin: auto;
}

.head {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    transition: all 0.8s;
    background: #fff;
}

.head.hide {
    transform: translateY(-100%);
}
 

.b-top-l {
    float: left;
    font-size: 14px;
    color: #fff;
    color: rgba(229, 229, 229, 0.8);
}


.head-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .1rem 0 .1rem 0;
}




.logo2 {
    display: none;
}

.logo {
    float: left;
    overflow: hidden;
}

.logo a {
    position: relative;
    transition: all 0.5s;
    top: 0;
}

.logo a {
    display: inline-block;
}

.logo a img {
    height: .4rem;
    display: block;
}

.h-right {
    /* float: right; */
    flex: 1;
    min-width: 0;
}

.h-link {
    text-align: right;
    font-size: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: 0rem;
}

.h-link a:first-child {
    border: none;
}

.h-link a {
    font-size: .14rem;
    line-height: .2rem;
    letter-spacing: 1px;
    cursor: pointer;
    display: flex;
    align-items: center; 
    position: relative;
    margin-left: .25rem;
    color: #4f545e;
	opacity: 0.77;
}
 
.h-link a span{
    font-family: "宋体";
    margin-left: .05rem;
}
.h-link a:hover {
    opacity: 1;
    color: #005aff;
}
 
.search-switch {
    /* position: absolute; */
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    width: .9rem;
    background-position: center center;
    background-size: cover;
    width: 2.3rem;
}

.search-switch.on {
}

.search-switch.on .t-search {
}

.nav {
    background: #00349f;
    position: relative;
}

.nav>ul {
    font-size: 0;
    /* float: left; */
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding-right: 1.72rem; */
}

.nav>ul>li {
    display: inline-block;
    text-align: center;
    position: relative;
}



.nav>ul>li>a {
    display: block;
    line-height: .55rem;
    color: #fff;
    text-align: center;
    position: relative;
    transition: all 0.3s;
    font-size: .17rem;
    color: #fff;
    position: relative;
}

.nav>ul>li>a::before {}

.nav>ul>li>a::after {}

.nav>ul>li.on>a {
    color: rgba(255,255,255,.6);
}

.nav>ul>li.on>a::before {
    width: 100%;
}

.nav>ul>li.on>a::after {
    height: 0.33rem;
}

.nav>ul>li.active {}


.ejnav {
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translateX(-50%);
    background-position: right bottom;
    z-index: 9999;
    overflow: hidden;
    line-height: normal;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
    width: 200px;
    opacity: 0;
    display: none;
    padding: .2rem 0 .25rem 0;
    align-items: center;
    border-radius: 0px 0px 12px 12px;
    border-top: 3px solid #c1e3ff;
    background-color: #fff;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 1) 60%, rgba(179, 209, 255, .7) 100%);
}

.ejnav>.pics {
    width: 3rem;
    display: none;
}

.ejnav>.pics img {
    display: block;
    width: 100%;
}

.ejnav>ul {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.ejnav>ul>li {}

.ejnav>ul>li a {
    display: block;
    transition: .3s;
    white-space: nowrap;
    text-align: left;
    /* padding-left: .35rem; */
    font-size: .18rem;
    font-weight: normal;
    line-height: .5rem;
    background-position: left center;
    color: #3c3c3c;
    /* padding-right: .5rem; */
    position: relative;
    text-align: center;
}

.ejnav>ul>li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 0;
    transition: all 0.5s;
    background: #004cd8;
}

.ejnav>ul>li a::after {
    content: "";
    content: "";
    position: absolute;
    right: .3rem;
    top: 0;
    bottom: 0;
    width: .12rem;
    /* background: url(../images/ejnav-itembg.png) no-repeat; */
    background-position: -.12rem center;
    background-size: .24rem auto;
    transition: all 0.5s;
}

.ejnav>ul>li a:hover {
    color: #004cd8;
}

.ejnav>ul>li a:hover::before {
    height: .4rem;
}

.ejnav>ul>li a:hover::after {
    /* background-position: 0 center; */
}

.head2 {
    position: relative;
    z-index: 999;
    padding: 0 1.52rem;
    background: #005be4;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    transform: translateY(-1.4rem);
    transition: all 0.8s;
}

.head2.show {
    transform: translateY(0);
}

.nav2 {
    position: relative;
    z-index: 1;
    max-width: 1600px;
    margin: 0 auto;
}


.nav2>ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav2>ul>li {
    /* margin: 0 .2rem; */
    position: relative;
}

.nav2>ul>li>a {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.5rem;
    color: #FFFFFF
}

.nav2>ul>li.midlogo {
    position: relative;
    margin: 0;
    height: 1.16rem;
}


.nav2>ul>li.midlogo a {
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1.3rem;
    background: url(../images/midlogo-bj.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    padding: 0 .55rem;
}

.nav2>ul>li.midlogo a img {
    display: block;
    max-height: 0.76rem;
    max-width: 100%;
}

.nav2>ul>li.midlogo a::before {
    content: none;
}

.nav2>ul>li.midlogo a::after {
    content: none;
}

.nav2>ul>li>a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: .3rem;
    transform: translateX(-50%);
    transition: all 0.5s;
    border-top: 1px solid #D0B27E;
}

.nav2>ul>li>a::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    height: 0;
    transform: translateX(-50%);
    background: #D0B27E;
    transition: all 0.5s;
    width: 1px;
}

.nav2>ul>li.on>a::before {
    width: 100%;
}

.nav2>ul>li.on>a::after {
    height: 0.3rem;
}

.nav2>ul>li.active {
    padding: 0 .2rem;
}

.nav2>ul>li.active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/nav-actbef.png) no-repeat;
    background-position: left top;
    transition: all 0.5s;
}

.nav2>ul>li.active::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/nav-actaft.png) no-repeat;
    background-position: right bottom;
    transition: all 0.5s;
}

.nav2>ul>li.active:hover::before {
    opacity: 0;
}

.nav2>ul>li.active:hover::after {
    opacity: 0;
}

.nav-r {
    float: left;
    position: relative;
}

.nav-r a {
    float: left;
    margin-left: 20px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 0;
}

.nav-r a img {
    vertical-align: middle;
    display: none;
}

.nav-r a img:first-child {
    display: inline-block;
}

.nav-r a span {
    display: block;
    font-size: 18px;
}
 

.top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 9999;
    display: none !important;
}

.top>img {
    display: block;
    width: 100%;
}

.wap-menu {
    position: relative;
    /* top: 0; */
    /* right: 0; */
    /* z-index: 99999; */
    /* font-size: 0; */
    /* border: solid 1px rgba(155, 183, 225, .34); */
    border: solid 1px transparent;
    /* border-radius: 50%; */
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    transition: all 0.5s;
    border-radius: 50%;
}

.m-head.on {
    /* background: linear-gradient(to bottom, #0036a1 4%, #0036a1 95%); */
}

.m-head.on::before {
    opacity: 0;
    transform: translateY(-100%);
}

.m-head.on::after {
    /* opacity: 1; */
    transform: translateY(0);
}

.m-head.on .wap-menu {
    /* background: transparent; */
    border-color: rgba(155, 183, 225, .34);
    border-radius: 50%;
}

.wap-menu img {
    height: 20px;
}

.close-menu {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 15px !important;
}

/* icon摇晃 */
@keyframes jello {

    from,
    11.1%,
    to {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        -moz-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        -moz-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }

}


/* nav */

.next-back img {
    display: block;
    width: auto !important;
    height: auto !important;
}

.h-right {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* foot */
.footer {
    position: relative;
    background: #001e9d;
    padding-top: .75rem;
overflow:hidden;
}


.foot-c {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: .4rem;
    position: relative;
    flex-wrap: wrap;
}


.foot-c::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 11.77rem;
    height: 2.25rem;
    background: url(../images/foot-bg.png) no-repeat;
    background-position: center bottom;
    background-size: 11.77rem auto;
    z-index: 1;
    pointer-events: none;

}

.foot-l {
    position: relative;
    z-index: 9;
}

.foot-l div {}

.foot-l div p {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #ffffff;
    opacity: 0.38;
}

.foot-logo a {
    display: block;
    margin-bottom: .3rem;
}

.foot-logo a img {
    display: block;
    max-width: 100%;
    max-height: 0.6rem;
}
 

.foot-m {
    width: 4.3rem;
}
  
 
.foot-b {
    display: flex;
    justify-content: flex-end;
    margin-top: .1rem;
flex:1;
min-width:0;
}

.foot-b ul {
    display: flex;
    align-items: flex-start;
}

.foot-b ul li {
    margin-left: 0.15rem;
}
.foot-b ul li a{
    display:block;
}
.foot-b ul li div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background: #fff;
    padding: .07rem;
    width: 1.2rem;
}

.foot-b ul li div img {
    width: 100%;
    display: block;
}

.foot-b ul li p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
    color: #fff;
    text-align: center;
}


.bq {
    background-color: #001b8f;
    padding: .2rem;
}

.bq>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bq p {
    font-size: 0.12rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #ffffff;
    opacity: 0.25;
}
.bq a {
    font-size: 0.12rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #ffffff;

}
@media screen and (max-width:1850px) {}

@media screen and (max-width:1720px) {}

@media screen and (max-width:1620px) {}

@media screen and (max-width:1520px) {}

@media screen and (max-width:1480px) {
    .nav>ul>li {
    }

    
    .head {
    }
}

@media screen and (max-width:1320px) {
    .nav>ul {
    padding-right: 1.3rem;
    }
 

    .search-switch {
        margin-right: 0;
    }

    .nav>ul>li>a {
        font-size: .17rem;
    }

    .logo a img {
        height: 0.6rem;
    }
    .foot-m{width: 4rem;}
    
}


@media screen and (max-width:1024px) {
    body {
        padding-top: 60px !important;
    }

    .pc {
        display: none !important;
    }

    .wap {
        display: block !important;
    }
.content-box video{
height:auto !important;
}
    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
        padding: 10px;
        /* background: #005be4;
        background: linear-gradient(to bottom, #0036a1 4%, #0036a1 95%); */
        transition: all 0.5s;
        background: #00349f;
        box-shadow: 0 0 10px rgba(0,0,0,.1);
    }

    .m-head::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        height: 60px;
        background: linear-gradient(rgba(255 ,255, ,255, .6), rgba(0, 0, 0, 0));
        z-index: 1;
        transition: all 0.5s;
        opacity: 1;
        transform: translateY(0);
    }

    .m-head::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        height: 60px;
        background: linear-gradient(to bottom, #0036a1 4%, #0036a1 95%);
        z-index: 1;
        transition: all 0.5s;
        opacity: 0;
        transform: translateY(-100%);
    }

    .m-logo {
        font-size: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 9999;
    }

    .m-logo a {
        font-size: 0;
        line-height: 40px;
        display: inline-block;
    }

    .m-logo a img {
        max-height: 40px;
        vertical-align: middle;
    }

    .m-tlink {
        padding: 10px 15px 0 15px;
    }

    .m-tlink a {
        font-size: 12px;
        margin-right: 5px;
        color: #fff;
        display: inline-block;
        line-height: 24px;
        background: #fff;
        color: #304174;
        line-height: 24px;
        padding: 0 15px;
        border-radius: 5px;
        margin: 5px 0;
    }

    .m-search {
        padding-right: 30px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        /* background: #fff; */
        border: none;
        flex: 1;
        min-width: 0;
        background-color: #ffffff;
        margin-top: 20px;
    }

    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 30px;
        background: none;
        color: #00255d;
        font-size: 14px;
    }

    .m-search input[type="text"]::placeholder {
        color: #fff;
    }

    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 50%;
        height: 15px;
        transform: translateY(-50%);
    }

    .m-nav {
        position: fixed;
        top: 60px;
        right: -100%;
        bottom: 0;
        z-index: 999;
        overflow-y: scroll;
        width: 100%;
        /* max-width: 375px; */
        background: linear-gradient(to right bottom, rgb(0, 76, 185) 0%, #004cb9 60%, #00c2f4 100%);
        background: url(../images/m-nav-bg.png) no-repeat;
        background-position: right bottom;
        background-size: cover;
        padding-top: 13px;
        padding-bottom: 50px;
    }

    .m-nav>ul {
        padding: 0 15px;
    }

    .m-nav>ul>li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        position: relative;
    }

    .m-nav>ul>li:nth-child(1) {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .m-nav>ul>li>span.on {
        transform: rotateZ(-180deg);
    }

    .m-nav>ul>li ul {
        display: none;
        padding-bottom: 13px;
        padding-left: 15px;
    }

    .m-nav>ul>li ul li {
        border: none;
    }

    .m-nav>ul>li a {
        display: block;
        font-size: 15px;
        line-height: 20px;
        padding: 15px 0;
        position: relative;
        color: #fff;
        font-weight: 600;
    }

    .m-nav>ul>li ul li a {
        padding: 0;
        font-size: 12px;
        font-weight: normal;
        line-height: 36px;

    }

    .m-nav>ul>li ul li a::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 20px;
        background: url(../images/m-nav-right.png) no-repeat;
        background-position: center center;
        background-size: 12px auto;
        transition: all 0.5s;
    }

    .m-nav>ul>li>span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(../images/m-nav_down.png) no-repeat;
        background-size: 9px auto;
        background-position: center center;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
        /* transform: rotateZ(90deg); */
    }

    .m-nav>ul>li>b {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 20px;
        background: url(../images/m-nav-right.png) no-repeat;
        background-position: center center;
        background-size: 12px auto;
        transition: all 0.5s;
        pointer-events: none;
    }


    .m-btm {
        margin-top: 20px;
        padding: 0 15px;
    }
    .h-link{margin-left: 0;justify-content: center;}
    .h-link a{color: #fff;opacity:1;}
 
    .foot-c{display: block;}
    .foot-logo a img{margin: 0 auto;}
    .foot-l div p{text-align: center;}
     
    .foot-m{width: auto;}
    .foot-b{/* display: none; */justify-content: center;}
    .bq>div{display: block;}
    .bq p{text-align: center;}
    .footer{padding-top: .5rem;}
    .bq{padding: .1rem .15rem;}
    .foot-logo a{margin-bottom: .2rem;}
    .foot-c::after {
        width: 100%;
        background-size: 100% auto;
    }

}

@media screen and (max-width:1024px) {}

@media screen and (max-width:768px) {}