@charset "utf-8";

@font-face {
    font-family: AvantGardeITCbyBT-Book;
    src: url(../fonts/AvantGardeITCbyBT-Book.otf),url();
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Poppins-Medium;
    src: url(../fonts/Poppins-Medium.otf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Poppins-Regular;
    src: url(../fonts/Poppins-Regular.otf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Poppins-SemiBold;
    src: url(../fonts/Poppins-SemiBold.otf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Poppins-Light;
    src: url(../fonts/Poppins-Light.otf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: RanyBold;
    src: url(../fonts/Rany-Bold.ttf);
    font-weight: normal;
    font-style: normal;
}
body {
    /* font-family: "SourceHanSansCN-Regular"; */
    font-family: '微软雅黑';
}

/* 定位搜索框 */

.b-top {
    line-height: 40px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}

.t-search {
    /* display: none; */
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%) scaleX(0);
    transform-origin: right center;
    visibility: hidden;
    z-index: 99999;
    background: #ffffff;
    border-radius: .23rem;
    transition: all .3s;
    opacity: 0;
}

.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: .16rem;
    height: .36rem;
    box-sizing: border-box;
    line-height: .36rem;
    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;
    padding: .15rem 0;
    font-family: AvantGardeITCbyBT-Book;
}

.head.hover .nav>ul>li {
    opacity: .6;
}

.head.hover .nav>ul>li:hover {
    opacity: 1;
}

.head.hover .nav>ul>li>a {}



.head.show {
    transform: translateY(-100%);
}

/* head-nav */
.head::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: rgba(0, 0, 0, .6);
    z-index: -1;
    transition: all 0.3s;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 100%);
}

.head.on::after {
    height: 100%;
}


.head.on::before {
    bottom: 0;
}


.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;
    z-index: 2;
}




.logo2 {
    display: none;
}

.logo {
    float: left;
    overflow: hidden;
    margin-right: .8rem;
}

.logo a {
    position: relative;
    transition: all 0.5s;
    top: 0;
}

.logo a {
    display: block;
}

.logo a img {
    height: .71rem;
    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: .1rem;
    transform: translateY(1px);
    position: relative;
    z-index: 2;
}

.h-link>a:first-child {}

.h-link>a {
    transition: all .3s;
    font-size: .14rem;
    line-height: .45rem;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 .08rem;
    border: solid 0.01rem transparent;
    border-radius: 0.05rem;
}

.h-link>a b {
    font-family: AvantGardeITCbyBT-Book;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.36rem;
    color: #ffffff;
    transition: all .5s;
}

.h-link>a.active {
    border: solid 0.01rem rgba(255, 255, 255, 0.59);
    background: rgba(255, 255, 255, 0.1);
    margin: 0 .08rem !important;
}

.h-link span {
    width: 1px;
    height: 0.05rem;
    background-color: #ffffff;
}

.h-link>a img {
    width: .2rem;
    margin-right: .15rem;
    transition: all .5s;
}



.h-link>a:hover {}

.h-link>a:hover::before {}

.h-link>a:hover::after {}

.search-switch {
    border-color: transparent !important;
    padding-right: .2rem;
    justify-content: flex-end;
    transition: all 0.5s;
    padding-right: 0 !important;
    /* width: .22rem; */
}

.search-switch.on {
    width: 2.5rem;
    transition: all .3s;
}

.search-switch.on>img {
    opacity: 0;
}

.search-switch.on>b {
    opacity: 0;
}

.search-switch.on .t-search {
    transform: translateY(-50%) scaleX(1);
    visibility: visible;
    opacity: 1;
}

.lang {
    position: relative;
    width: 1.8rem;
    height: 0.45rem;
    background-color: #0f6ac2;
    margin-left: .4rem;
}
.lang a{ color:#ffffff;}
.lang>b {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: AvantGardeITCbyBT-Book;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.45rem;
    color: #ffffff;
}

.lang>b img {
    width: 0.11rem;
    margin-left: .1rem;
}

.lang>div {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
    border-top: 1px solid #fff;
    z-index: 9;
    transform: scaleY(0);
    transform-origin: center top;
    transition: all .3s;
    z-index: 99;
}
.lang:hover>div{
    transform: scaleY(1);
}
.lang>div a {
    font-size: .14rem;
    line-height: .36rem;
    color: #333;
    display: block;
    text-align: center;
    transition: all .5s;
}
.lang>div a:hover{
    color: #fff;
    background: #0f6ac2;
}
.nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: .1rem;
    border-top: 1px solid rgba(255, 255, 255, .25);
    position: relative;
    z-index: 1;
}

.nav>ul {
    font-size: 0;
    /* float: left; */
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.nav>ul>li {
    display: inline-block;
    text-align: center;
    position: relative;
    padding-left: .15rem;
}

.nav>ul>li>span {
    font-size: .18rem;
    line-height: .3rem;
    color: #fff;
}

.nav>ul>li>a {
    display: block;
    line-height: .36rem;
    color: #fff;
    text-align: center;
    position: relative;
    transition: all 0.3s;
    font-size: .18rem;
    color: #fff;
    position: relative;
}

.nav>ul>li>a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: .1rem;
    transform: translateX(-50%);
    transition: all 0.5s;
    border-top: 2px solid #44cedb;
}

.nav>ul>li>a::after {
    content: "";
    position: absolute;
    left: 50%;
    top: .4rem;
    height: 0;
    transform: translateX(-50%);
    background: #fff;
    transition: all 0.5s;
    width: 1px;
}

.nav>ul>li:hover>a::before {
    width: .16rem;
}

.nav>ul>li.on>a::after {
    height: 0.17rem;
}


.ejnav {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 8;
    line-height: normal;
    visibility: hidden;
    opacity: 0;
    z-index: -999;
    transform: translateX(-50%) translateY(.3rem);
    width: 2rem;
    transition: all .5s;
    pointer-events: none;
}

.ejnav.on {
    visibility: visible;
    opacity: 1;
    z-index: 9;
    transform: translateX(-50%) translateY(0);
    pointer-events: visible;
}

.ejnav>.pics {
    width: 3rem;
    display: none;
}

.ejnav>.pics .pic {
    padding-top: 65%;
}

.ejnav>.pics img {
    display: block;
    width: 100%;
}

.ejnav>ul {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    padding: .2rem 0;
    transform: translateY(0.15rem);
    background-image: linear-gradient(8deg, #176bdf 0%, #49dadb 100%);
    transition: all .5s;
}

.ejnav>ul>li {
    /* width: 50%; */
}

.ejnav>ul>li a {
    display: block;
    transition: .3s;
    /* white-space: nowrap; */
    text-align: left;
    /* padding-left: .35rem; */
    font-size: .16rem;
    font-weight: normal;
    line-height: .2rem;
    background-position: left center;
    color: #fff;
    padding-right: 0;
    position: relative;
    text-align: center;
    padding: .1rem 0;
}

.ejnav>ul>li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .03rem;
    height: 0;
    transition: all 0.3s;
    background: #fff;
    transition-delay: 0s;
}

.ejnav>ul>li a::after {}

.ejnav>ul>li a:hover {
    color: #ddbba3;
}

.ejnav>ul>li a:hover::before {
    height: .2rem;
    transition-delay: .2s;
}

.ejnav>ul>li a:hover::after {}

.head.btncol .g-nav {
    background: #D0B27E;
}

.head.btncol .g-nav::before {
    border-color: #D0B27E transparent transparent transparent;
}

.g-navk {
    display: flex;
    justify-content: center;
    align-items: center;
    width: .97rem;
    height: .45rem;
    background-color: #005be4;
    border-radius: .23rem;
    margin-left: .25rem;
    transition: all 0.3s;
    cursor: pointer;
    position: relative;
}

.g-navk p {
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #ffffff;
}

.g-nav {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.5s;
    margin-right: .08rem;
}

.g-nav::before {}

.g-nav span {
    width: 17px;
    height: 1px;
    background: #fff;
    margin-top: 6px;
    transition: all 0.3s;
}

.g-nav span:nth-child(1) {
    margin-top: 0;
}

.g-nav span:nth-child(3) {}


.g-navk.on {
    height: 0.6rem;
    background: #fff;
    border-radius: .23rem .23rem 0 0;
    transform: translateY(.1rem);
}

.g-navk.on .g-nav span {
    background: #005be4;
}

.g-navk.on>p {
    color: #005be4;
}



.g-navk ul {
    position: absolute;
    top: 150%;
    right: 0;
    z-index: 9999;
    overflow: hidden;
    line-height: normal;
    width: 200px;
    opacity: 0;
    display: none;
    /* padding: .2rem; */
    align-items: center;
    /* background-image: linear-gradient(135deg,
            rgba(255, 255, 255, 1) 50%,
            #b3d1ff 100%); */
    border-radius: 0px 0px 12px 12px;
    margin-top: -1px;
}

.g-navk ul>li a {
    display: block;
    transition: .3s;
    white-space: nowrap;
    text-align: left;
    /* padding-left: .35rem; */
    font-size: 12px;
    font-weight: normal;
    line-height: .36rem;
    background-position: left center;
    color: #fff;
    /* padding-right: .3rem; */
    position: relative;
}

.g-navk ul>li a::before {
    content: "";
    /* position: absolute; */
    /* left: 0; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
    /* width: 3px; */
    /* height: 0; */
    /* transition: all 0.5s; */
    /* background: #0052a9; */
}

.g-navk 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;
}

.g-navk ul>li a:hover {
    color: #0052a9;
}

.g-navk ul>li a:hover::before {
    height: .4rem;
}

.g-navk ul>li a:hover::after {
    /* background-position: 0 center; */
}





.head2 {
    position: relative;
    z-index: 999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    transform: translateY(-1.4rem);
    transition: all 0.8s;
    background-image: linear-gradient(90deg, #176bdf 0%, #49dadb 100%);
}

.head2.show {
    transform: translateY(0);
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
}

/* 
.head2 .nav>ul>li>a {
    color: #222222;
}

.head2 .nav>ul>li>a::before {
    border-color: rgba(34, 34, 34, .2);
}
.head2 .nav>ul>li>a::after {
    background: rgba(34, 34, 34, .2);
}

.head2 .h-link>a {
    color: #7d7d7d;
}

.head2 .h-link span {
    background-color: #7d7d7d;
}

.head2 .h-link>a.active {
    border: solid 0.01rem rgba(34, 34, 34, .59);
    background: rgba(34, 34, 34, .05);
}

.head2 .h-link>a:hover {
    border: solid 0.01rem rgba(34, 34, 34, .59);
    background: rgba(34, 34, 34, .05);
}

.head2 .t-search::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(34, 34, 34, .2);
    border-radius: .23rem;
} */




.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;
    /* background-color: #0054d3; */
    transition: all 0.5s;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: .05rem;
}

.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: 15px;
}

.close-menu {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

/* 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;
}


/* foot */
.footer {
    position: relative;
    background: url(../images/foot-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: .9rem 0 0 0;
}
 

.foot-t {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

.foot-logo {}

.foot-logo a {
    display: block;
}

.foot-logo a img {
    display: block;
    height: .8rem;
}

.foot-info {
    /* display: flex;
    align-items: flex-end; */
    font-family: Poppins-Light;
}

.foot-info h3 {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.4rem;
    color: #ffffff;
}

.foot-info ul {
    margin-top: .08rem;
}

.foot-info ul li {
    display: flex;
    align-items: center;
}

.foot-info ul li div {
    width: 0.17rem;
    margin-right: .08rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.foot-info ul li div.address img {
    height: .17rem;
}

.foot-info ul li div.tel img {
    height: .14rem;
}

.foot-info ul li div.email img {
    height: .14rem;
}

.foot-info ul li p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.34rem;
    color: rgba(51, 51, 51, 1);
    opacity: 0.6;
}


.foot-b {
    margin-top: .45rem;
    padding-top: .5rem;
    border-top: 1px solid rgba(15, 106, 194, .26);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.foot-b dl {
    padding-left: .2rem;
    border-left: 1px solid rgba(252, 251, 247, .3);
}

.foot-b dl dt {
    margin-bottom: .1rem;
}

.foot-b dl dt a {
    display: block;
    font-family: SourceHanSansCN-Heavy;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #ffffff;
}

.foot-b dl dd a {
    display: block;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.36rem;
    color: #ffffff;
    opacity: 0.7;
}

.foot-b dl dd a:hover {
    opacity: 1;
}

 

.foot-link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.foot-link a {
    display: block;
    max-width: 100%;
}

.foot-link a+a {
    margin-left: .18rem;
}

.foot-link a img {
    display: block;
    max-height: .78rem;
    min-height: .38rem;
}
 .endlink{
    width: 40%;
    height: auto;
    overflow: hidden;
} 
 .endlink h2{
    font-size: .16rem;
    line-height: .4rem;
    color: #0f6ac2;
} 
 .endlink .box-cont{
    width: 100%;
} 
 .endlink .box-cont a{
    display: block;
    float: left;
    width: 25%;
    font-size: .16rem;
    line-height: .34rem;
    color: rgb(126 129 131);
    position: relative;
    padding-left: 0.18rem;
} 
.endlink .box-cont a:before{
    content:"";
    position:absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: .07rem;
    width: .07rem;
    background: #ccc;
    border-radius: 50%;
}
 .endlink .box-cont a:hover{color: #0f6ac2;}
 .endlink .box-cont a:hover:before{  background: #0f6ac2;}
.group-media ul {
    font-size: 0;
}
.group-media ul li {
    display: inline-block;
    vertical-align: middle;
    margin-left: .25rem;
}
.s6-t {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.group-media ul li a {
    display: block;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.group-media ul li a .icons img {
    display: block;
    height: 0.22rem;
    transition: all 0.5s;
}
.group-media ul li a .icons {
    overflow: hidden;
    position: relative;
}
.group-media ul li a .icons img:nth-child(2) {
    position: absolute;
    top: 100%;
    left: 0;
}
.group-media ul li a:hover .icons img:nth-child(1) {
    transform: translateY(-100%);
}
.group-media ul li a:hover .icons img:nth-child(2) {
    transform: translateY(-100%);
}
.group-media ul li a .group-ewm {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 130%;
    margin-top: 0.1rem;
    padding: 0.05rem;
    background: #fff;
    opacity: 0;
    transition: all 1s;
    visibility: hidden;
    z-index: 9;
    width: 1.05rem;
}
.group-media ul li a .group-ewm img {
    display: block;
    width: 100%;
    height: auto;
}
.group-media ul li a .group-ewm::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
    border-width: 0 0.08rem  0.08rem 0.08rem;
    border-style: solid;
    border-color: transparent transparent #fff  transparent;
}
.group-media ul li a .icon {
    width: .44rem;
    height: .44rem;
    border-radius: 50%;
    text-align: center;
    font-size: 0;
    position: relative;
    z-index: 1;
}
.group-media ul li:hover a {
    overflow: visible;
}
.group-media ul li:hover a .icon {
    background-color: #2f73d1;
}
.group-media ul li:hover a .icon img {
    opacity: 1;
}
.group-media ul li a .icon img {
    vertical-align: middle;
    display: block;
    width: 100%;
}
.group-media ul li:hover a .group-ewm {
    opacity: 1;
    top: 100%;
    visibility: visible;
}



.bq {
    border-top: 1px solid rgba(252, 251, 247, .2);
    margin-top: .65rem;
    padding: .25rem 0;
    background-color: rgba(15, 106, 194, 1);
}

.bq-c{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bq-c ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.bq-c ul li+li{
    margin-left: .3rem;
}
.bq-c ul li a{
    display: block;
    font-family: Poppins-Light;
	font-size: 0.16rem;
	font-weight: normal;
	line-height: 0.28rem;
	color: rgba(255, 255, 255, 1);
}

.bq p {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.bq p span {
    font-family: Poppins-Light;
	font-size: 0.16rem;
	font-weight: normal;
	line-height: 0.28rem;
	color: rgba(255, 255, 255, 1);
}

 

@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) {}

@media screen and (max-width:1320px) {}


@media screen and (max-width:1024px) {
    body {
        padding-top: 60px !important;
    }

    .pc {
        display: none !important;
    }

    .wap {
        display: block !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;
    }

    .m-head::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        height: 60px;
        background: linear-gradient(#0e84d6, rgba(0, 0, 0, 0));
        background: #0036a1;
        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: block;
    }

    .m-logo a img {
        max-height: 40px;
        vertical-align: middle;
    }

    .m-tlink {
        padding: 0 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-bottom: 10px;
    }

    .m-search {
        margin: 0 0 0 15px;
        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;
        border-radius: 33px;
    }

    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        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: 10px;
        height: 15px;
    }

    .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 {
        display: flex;
        align-items: center;
        margin-top: 26px;
        margin-right: 15px;
    }

    .h-link>a {
        font-size: 12px;
    }

    .h-link span {
        height: 20px;
        width: 1px;
        background: rgba(255, 255, 255, 0.5);
    }

    .g-navk {
        width: 75px;
        height: 33px;
        margin-left: 10px;
    }

    .g-navk.on {
        height: 44px;
        transform: translateY(0);
    }

    .g-nav span {
        width: 10px;
        margin-top: 3px;
    }

    .g-navk p {
        font-size: 12px;
        line-height: 13px;
    }

    .g-nav {
        margin-right: 5px;
    }

    .m-g-navk {
        width: auto;
        height: auto !important;
        background: none;
        display: block;
        margin-right: 15px;
        margin-left: 15px;
        background: none !important;
        margin-top: .2rem;
    }

    .m-g-navk ul {
        position: static;
        width: auto;
        display: block;
        opacity: 1;
        /* margin-top: .1rem; */
        display: flex;
        flex-wrap: wrap;
        padding: 0 .1rem;
        /* justify-content: space-between; */
    }

    .g-navk ul>li {
        /* width: 48%; */
        width: 25%;
    }

    .g-navk ul>li a {}

    .g-navk ul>li a::after {
        /* width: 20px; */
        /* background: url(../images/m-nav-right2.png) no-repeat; */
        /* background-position: center center; */
        /* background-size: 12px auto; */
        /* right: 5px; */
    }



    .footer {
        padding: .35rem 0 0 0;
    }
    .foot-c{
        display: block;
    }
    .foot-t{
        display: block;
    }
    .foot-info{
        padding-left: 0;
        margin-left: 0;
        border: none;
    }
    .foot-logo a img,.foot-link a img {
        height: auto;
        max-height: .6rem;
        max-width: 100%;
    }
    

    .bq { 
        display: block;
        margin-top: .35rem;
    }
    .bq-c{
        display: block;
    }

    .bq-c ul{
        justify-content: center;
    }
    .bq-c ul li+li{
        margin-left: .15rem;
    }
    .foot-info ul li p {
        font-size: .14rem;
    }
    .foot-b{
        margin-top: .25rem;
        padding-top: .25rem;
    }

    .foot-b{
        display: block;
    }
    .group-media ul{
        text-align: center;
        margin-top: .2rem;
    }
}

@media screen and (max-width:1024px) {
  .endlink{width:100%}  
    .endlink .box-cont a{
    width: 50%;
}
}

@media screen and (max-width:768px) {}