@charset "utf-8";


/* 定位搜索框 */

body {
    padding-top: 1rem;
    font-size: .16rem;
}

.b-top-c {
    order: 2;
}

.search {
    width: 3rem;
    margin: 0 auto;
    position: relative;
    float: right;
    padding: 0 .5rem 0 .15rem;
    border-radius: .3rem;
    border: solid 1px #dcdcdc;
    background: #fff;
}

input,
button {
    border: none;
    outline: none;
}

.search .text {
    height: 0.46rem;
    font-size: 14px;
    background: none;
    color: #fff;
    display: block;
    width: 100%;
    line-height: .46rem;
}

.search .button {
    width: .56rem;
    background: #0159c7 url(../images/search.png) no-repeat center center;
    background-size: .24rem;
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: -1px;
    cursor: pointer;
    font-size: 18px;
    font-weight: normal;
    color: #c80b0d;
    border-radius: 0px 24px 24px 0px;
}

.search input::-webkit-input-placeholder {
    color: #aaaaaa;
}

.search input::-moz-input-placeholder {
    color: #999999;
}

.search input::-ms-input-placeholder {
    color: #999999;
}


/* 定位搜索框 */


.head {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99999;
    padding: 0;
    transition: padding 0.3s;
    background: #fff;
}

.head.show {
    top: -140px;
}

.head_rgb.hide {
    top: -100%;
}


.head_wit.show {
    top: 0;
}

.head_wit {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-top: .04rem solid #1391ff;
}

.head_wit .search {
    display: none;
}

.head_wit .nav>ul {
    margin-top: 0;
}

.head_wit .logo a img {
    display: block;
}

.head_wit .logo a img:nth-child(1) {
    display: none;
}

.head_wit .nav>ul>li>a {
    color: #333;
}

.head_wit .nav>ul>li>a span {
    background: url(../images/nav-down1.png) no-repeat;
    background-position: right center;
    background-size: 0.08rem;
}

.head-top {
    position: relative;
}

.head-top>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 1rem;
}

.logo {
    float: left;
}

.logo a {
    display: block;
    font-size: 0;
}

.logo a img {
    height: 0.78rem;
    display: none;
}

.logo a img:nth-child(1) {
    display: block;
}

.nav {
    position: relative;
    font-family: pingFang;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
    min-width: 0;
    /* padding-left: 5%; */
}

.nav>ul {
    order: 0;
    flex: 1;
    min-width: 0;
    display: flex;
    justify-content: center;
}

.nav>ul>li {
    float: left;
    position: relative;
    padding: 0 .4rem;
}

.nav>ul>li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: .06rem;
    height: .06rem;
    background-color: #d2d2d2;
    border-radius: 50%;
}

.nav>ul>li:nth-child(1)::before {
    content: none;
}


.nav>ul>li>a {
    font-size: .16rem;
    color: #666;
    text-align: center;
    line-height: .6rem;
    position: relative;
    display: flex;
    align-items: center;
}

.nav>ul>li>a span {
    display: block;
    width: 0.15rem;
    height: 0.04rem;
    background: url(../images/nav-down.png) no-repeat;
    background-position: right center;
    background-size: .08rem;
}

.nav>ul>li.active>a {
    color: #113ba7;
    font-weight: 600;
}

.nav>ul>li.active>a::after {
    width: .47rem;
}

.nav>ul>li:hover>a {}

.nav>ul>li>a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 0;
    height: .03rem;
    background: #113ba7;
    transition: all 0.5s;
}

.nav>ul>li:hover>a::after {
    width: .47rem;
}

.nav>ul>li:hover>div {
    display: block;
    transform: translateX(-50%) scaleY(1);
}

.nav>ul>li>div {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 150px;
    z-index: 9999;
    overflow: hidden;
    line-height: normal;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
    transform: translateX(-50%) scaleY(0);
    transition: all 0.3s;
    transform-origin: top center;
    padding: .1rem 0;
}

.nav>ul>li>div::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 1);
    z-index: 8;
}

.nav>ul>li>div>ul {
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.nav>ul>li>div>ul>li {}

.nav>ul>li>div>ul>li a {
    display: block;
    font-size: .16rem;
    color: #333333;
    line-height: .46rem;
    white-space: nowrap;
    text-align: center;
}

.nav>ul>li>div>ul>li a:hover {
    color: #B01F24;
    position: relative;
    font-weight: 600;
}

.nav>ul>li>div>ul>li a:hover::before {}

.nav-pic {
    float: left;
    overflow: hidden;
    width: 140px;
    margin-right: 40px;
}

.nav-pic img {
    display: block;
    width: 100%;
}

.b-top {
    line-height: 40px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}


.top {
    /* max-width: 1920px; */
    /* margin: 0 auto; */
    /* position: fixed; */
    /* right: 10px; */
    top: 18px;
    /* width: 25px; */
    /* height: 25px; */
    /* z-index: 9999; */
}

.top>img {
    display: block;
    width: 100%;
}

.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
}

.wap-menu img {
    height: 25px;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}


/* nav */

.next-back img {
    display: block;
    width: auto !important;
    height: auto !important;
}

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
}

a:hover .pic img {
    transform: scale(1.05);
}

.footer {
    background: #0047a0;
    background-image: linear-gradient(#0b2f8e,
            #0b2f8e),
        linear-gradient(#0047a0,
            #0047a0);
    position: relative;
    z-index: 9;
}


.foot-c {
    display: flex;
    justify-content: space-between;
    padding: .45rem 0 .45rem 0;
}

.foot-l {
    display: flex;
}

.foot-l dl {
    margin-left: 1.1rem;
}

.foot-l dl:nth-child(1) {
    margin-left: 0;
}

.foot-l dt {
    margin-bottom: .15rem;
}

.foot-l dt a {
    display: block;
    font-size: 0.16rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 0.32rem;
    color: #ffffff;
}

.foot-l dd a {
    font-size: 014px;
    font-weight: normal;
    line-height: 0.3rem;
    color: #ffffff;
    opacity: 0.48;
}

.foot-l dd a:hover {
    opacity: 1;
}

.foot-r h3 {
    font-size: 0.16rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 0.32rem;
    color: #ffffff;
}


.links {
    width: 3.28rem;
    margin-top: .1rem;
}

.links>div {
    position: relative;
    border: 1px solid rgba(225, 225, 225, .5);
}


.links p {
    line-height: .46rem;
    padding: 0px .15rem;
    color: #fff;
    text-align: left;
    font-size: 14px;
    background: url("../images/link-icon-down.png") 95% center no-repeat;
    overflow: hidden;
}

.links>div:hover div {
    display: block;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 13px;
}

.links>div div {
    position: absolute;
    bottom: 100%;
    background: #fff;
    padding: .15rem 0px;
    left: 0px;
    right: 0px;
    display: none;
    z-index: 9;
}

.links>div div a {
    display: block;
    color: #333333;
    line-height: .34rem;
    font-size: 14px;
    padding: 0px .1rem;
}

.links>div div a:hover {
    background: #0047a0;
    color: #ffffff;
}

.fmeida {
    display: flex;
    align-items: center;
    margin-top: .3rem;
}

.fmeida li {
    display: inline-block;
    vertical-align: middle;
    margin-left: .3rem;
}

.fmeida li:nth-child(1) {
    margin-left: 0;
}

.fmeida li a {
    display: block;
    position: relative;
    opacity: .68;
}

.fmeida li a:hover {
    opacity: 1;
}

.fmeida li a>div>img {
    display: block;
}

.fmeida li a .foot-ewm {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 130%;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 5px;
    background: #fff;
    opacity: 0;
    transition: all 1s;
    visibility: hidden;
}

.fmeida li a .foot-ewm img {
    display: block;
    max-width: 80px;
}

.fmeida li a .foot-ewm::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    border-width: 8px 8px 0 8px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.fmeida li a .icon {
    width: .44rem;
    height: .44rem;
    border-radius: 50%;
    text-align: center;
    font-size: 0;
    position: relative;
    z-index: 1;
}

.fmeida li:hover a {
    overflow: visible;
}

.fmeida li:hover a .icon {
    background-color: #2f73d1;
}

.fmeida li:hover a .icon img {
    opacity: 1;
}

.fmeida li a .icon img {
    vertical-align: middle;
    /* opacity: .6; */
    display: block;
    width: 100%;
}

.fmeida li:hover a .foot-ewm {
    opacity: 1;
    bottom: 100%;
    visibility: visible;
}



.bq {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: .05rem .1rem;
}

.bq div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.bq div p {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    color: #ffffff;
    opacity: 0.4;
    text-align: center;
}



/* 公共代码版块 */


@media screen and (max-width:1700px) {
    .nav {
        /* padding-left: .3rem; */
    }

    .nav>ul>li {
        padding: 0 0.35rem;
    }
}

@media screen and (max-width:1600px) {
    .nav>ul>li {
        padding: 0 0.15rem;
    }

    .search {
        width: 2.8rem;
    }

    .logo a img {
        height: 0.6rem;
    }

    .foot-l dl {
        margin-left: .5rem;
    }

    .links {
        width: 2.8rem;
    }
}

@media screen and (max-width:1400px) {}

@media screen and (max-width:1314px) {}

@media screen and (max-width:1200px) {}

@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;
        background: #fff;
        z-index: 999;
        padding: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }

    .m-logo {
        font-size: 0;
    }

    .m-logo a {
        font-size: 0;
        line-height: 40px;
        display: block;
    }

    .m-logo img {
        max-height: 40px;
        max-width: 80%;
        vertical-align: middle;
    }

    .m-tlink {
        padding: 10px 15px 0 15px;
        font-size: 0;
    }

    .m-tlink a {
        font-size: 12px;
        margin-right: 5px;
        margin-bottom: 5px;
        color: #fff;
        display: inline-block;
        line-height: 24px;
        background: #fff;
        color: #304174;
        line-height: 24px;
        padding: 0 15px;
        border-radius: 5px;
    }

    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        /* background: #fff; */
        margin-top: 15px;
        border: 1px solid #fff;
    }

    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: #fff;
    }

    .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;
        background: #0047a0;
        overflow-y: scroll;
        width: 100%;
        max-width: 375px;
    }

    .m-nav ul {
        padding: 0 15px;
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    }

    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }

    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }

    .m-nav ul li ul {
        display: none;
    }

    .m-nav ul li ul li {
        border: none;
    }

    .m-nav>ul>li a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0;
        position: relative;
        color: #fff;
    }

    .m-nav>ul>li ul li a {
        padding: 10px 0;
    }

    .m-nav>ul>li ul li:nth-child(1) a {
        padding-top: 0;
    }

    .m-nav>ul>li>span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(../images/m-nav_down.png) no-repeat;
        background-size: 14px 14px;
        background-position: center center;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }

    .foot-c {
        display: block;
        padding: .35rem 0;
    }

    .foot-l {
        display: block;
    }

    .foot-l dl {
        display: flex;
        flex-wrap: wrap;
        margin-left: 0;
    }

    .foot-l dt {
        width: 100%;
        margin-bottom: 0;
    }

    .foot-l dd a {
        margin-right: .15rem;
    }

    .links {
        width: auto;
    }
    .fmeida{
        justify-content: center;
    }
    .foot-l dt a{
        font-size: .18rem;
    }

    .foot-l dd a{
        font-size: .16rem;
    }
}

@media screen and (max-width:768px) {}

@media screen and (max-width:480px) {}




/* news style */
.scbox::-webkit-scrollbar{width:4px;display:block;}
.scbox::-webkit-scrollbar-track{border-radius:5px;;background: #ddd}
.scbox::-webkit-scrollbar-thumb{border-radius:5px;background:#002fa7;}

a{color: #333333;}
.flex-left {
    display: flex;
    flex-wrap: wrap;
}
.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flex-center{display:flex;flex-wrap:wrap;justify-content: center;}
.flex-right{display:flex;flex-wrap:wrap;justify-content: flex-end;}
.flex-v-center{display:-webkit-flex;display:flex;flex-direction:column;justify-content:center}
.flex-v{display:-webkit-flex;display:flex;flex-direction:column;justify-content:space-between;}
.flex-v-bottom{display: -webkit-flex;display: flex;align-items: flex-end;flex-wrap: wrap;justify-content: left;}
.scbox{overflow-y:auto }
.scbox::-webkit-scrollbar{width:4px;display:block;}
.scbox::-webkit-scrollbar-track{border-radius:5px;;background: #ddd}
.scbox::-webkit-scrollbar-thumb{border-radius:5px;background:#002fa7;}
.pore {
    position: relative;
}


.header .navbtn{width:.36rem;transition: .3s;z-index: 5;text-align: center;position: relative;cursor: pointer;display: none; }
.menu-btn{overflow:hidden;width:.36rem;height:.36rem;background:0 0;opacity:1;position:absolute;z-index:999;top: 50%;transform: translateY(-50%);cursor: pointer;left: 0}
.menu-btn .line-1,.menu-btn .line-2,.menu-btn .line-3{position:absolute;top:50%;right:0;display:block;width:.36rem;height:2px;background:#fff;transition:all .4s cubic-bezier(.165,.84,.44,1) 0s;transition-property:transform,width,margin,background-color;margin-top: -1px}
.menu-btn .line-1{margin-top:-.1rem;width:.3rem}
.menu-btn .line-3{margin-top:.08rem;width:.3rem}
body.navShow .menu-btn .line-1{visibility:hidden}
body.navShow .menu-btn .line-2{margin-top:-1px!important;width:90%;-webkit-transform:rotate(45deg);transform:rotate(45deg)}
body.navShow .menu-btn .line-3{margin-top:-1px!important;width:90%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}
/*body.navShow{position: fixed;height: 100%;overflow: hidden;}*/

.topser{width:4rem;}
.topser form{position:relative; }
.topser .sub{position:absolute;right:0;top:-9px;width:.46rem;height:.46rem;overflow:hidden;background:transparent;cursor: pointer;background: url(../images/ser.png) #f1b000 no-repeat center;background-size: .25rem .25rem;border-radius: 50%}
.topser .inp{height:.46rem;border:1px solid rgba(255,255,255,.1);padding-right:.55rem;width:100%;padding-left:.15rem;background:transparent;border-radius: .5rem;line-height: .44rem;background: rgba(255,255,255,.05)}

@media (min-width: 1025px){
.topser .inp{color: #fff;}
.topser .inp::-webkit-input-placeholder{color:rgba(255,255,255,.4);font-size:inherit}
.topser input:-ms-input-placeholder{color:rgba(255,255,255,.4);font-size:inherit}
}
@media (max-width: 1024px){
.topser{display: block!important;position: relative;right: 0;width: 100%;top:0;margin-top: .2rem}  
.serBtn .showSear{display:none}
 .topser .sub{width: .5rem}
 .topser .sub i{font-size: .26rem}
 .topser .inp{padding-right: .5rem;border-color: #ddd}
.topser .sub,.topser .inp{height:.5rem}
}


body{padding-top: 1.7rem}

.header{position: fixed;top: 0;left: 0;right: 0;z-index: 999;transition: .3s}
.header .top{padding: .15rem 0;transition: .3s;background: url(../images/topbg.jpg) no-repeat center;background-size: 100% 100%; }
.header .wp{align-items: center;transition: .3s;}

.header .logo img{height: .74rem;transition: .3s}
.header .logo .slog{margin-left: .35rem}
.header .logo .slog img{height: .33rem}
.header .topnav{}
.header .navs{transition: .3s}
.header .navs ul{align-items: center;}
.header .navs ul li{font-size: .2rem;position: relative;transition: .3s;text-align: center;line-height: .6rem;}

.header .navs ul li i.plus{position: absolute;right: 0;top: .15rem;color: #999;display: block;width: .3rem;height: .3rem;text-align: center;line-height: .3rem;display: none}
.header .navs ul li i.plus.show{transform: rotate(180deg);}
.header .navs ul li>a{    display: block;
    color: #333;}
.header .navs ul li.on>a{}
.header .navs ul li .sub-nav{position:absolute;top:100%;left:0;z-index:99;padding-top:0;min-width: 1.5rem;transform:scaleY(0);width: 100%;
opacity: 0;visibility: hidden;transition: .3s;transform-origin: top center;}
.header .navs ul li .sub-nav .sub-nav-h{position: relative;background: #fff;padding: .2rem;box-shadow: 0 0 10px rgba(0,0,0,.3);background: #fff;border-radius: 0 0 5px 5px}
.header .navs ul li .sub-nav .sub-nav-h:after{content: '';height: 3px;width: 100%;position: absolute;left: 0;top: 0;background:#f9bd00;}
.header .navs ul li .sub-nav .sub-nav-h a{display:block;font-size:.17rem;padding:.08rem .15rem ;line-height: 1.4em;text-align: center;}
.header .navs ul li .sub-nav .sub-nav-h a:hover{color: #002fa7}
.header .navs ul li .sub-nav .sub-nav-h:before{content: '';position: absolute;left: 50%;transform: translateX(-50%);width: 6px;height: 6px;background: #f9bd00; bottom: calc(100% + 4px);border-radius: 50%}
.header .navs ul li:hover .sub-nav{opacity: 1;visibility: inherit;transform:scaleY(1) }
.header .navs{}
.header .navs .wp{}
.header .topnavt .links{margin-bottom: .15rem}
.header .topnavt .links a{color: rgba(255,255,255,.7);display: block;}
.header .topnavt .links a:hover{color: #fff;}
.header .topnavt .links a+a{margin-left: .2rem}
/*.header .topnavt .links a+a:before{content: '|';margin: 0 .1rem;color: rgba(255,255,255,.7);}*/
/*.scrolling .header{background:rgba(25,85,200,.85);backdrop-filter: blur(5px);border-bottom: 0;}*/
/*.scrolling .header{background:rgba(0,0,0,.7);backdrop-filter: blur(5px);border-bottom: 0;}*/
.header .logo img:nth-child(2){position: absolute;top: 0;left: 0;z-index: 0;opacity: 0;visibility: hidden;}
.header .navs ul::-webkit-scrollbar{display: none}
.header.on{}
.header.on .logo img:nth-child(1){opacity: 0;visibility: hidden;}
.header.on .logo img:nth-child(2){opacity: 1;visibility: visible;}
.header.on .navs{background: #0a2980;border-bottom: 0}
.header.on .top{background: #fff}
.header.on .topser .inp{background: #e7ecf8;color: #0a2980}
.header.on .topser .sub{background: url(../images/seron.png) no-repeat center; */
    background-size: .25rem .24rem;}
.header.on .topnavt .links a{background: #e7ecf8;color: #0a2980}
@media (min-width: 1025px){
.header .navs{background: #fff}
.header .navs ul li{width: 10%}
/*.header .logo a{padding-right: .35rem;background: url(../images/slogline.png) no-repeat right center;background-size: 1px .67rem}*/
}

@media (max-width: 1024px){
body{padding-top: .8rem}
.header .logo .slog{display: none}
.header .topnav{position: fixed;top: 1rem;right: -100%;height:calc(100vh - 1.4rem);z-index: 50;display: block;width: 100vw;padding: 0 5%;overflow: auto;text-align: left;}
.header .topnav ul{display: block;margin-bottom: .3rem;margin-right: 0;padding: 0 .2rem}
.header .topnav ul li{margin-left: 0;padding: .15rem 0}
.header .topnav ul li:after{bottom: 0;height: 2px}
.header .topnav .btn{display: inline-block;}
.header .navbtn{display: block;}
.header .topnavt .links a{color: #666}
.header .topnavt .links{justify-content: center;}
.header .logo img{height: .5rem}
.header .logo a{font-size: .2rem}
.scrolling  .header .topnav ul li:after{bottom: 0}
.header .topnavt{justify-content: center;}
.navShow .header .topnav{right: 0;transition: .5s;}
.navShow .header{bottom: 0;background: rgba(255,255,255,1) }
/*.navShow #app{position: fixed;width: 100%;height: 100%}*/
.header .navs .wp{border: 0;padding: 0}
.header .navs{border-top: 0}
.header .navs ul li.on:after{display: none}
.header .navs ul{position: fixed;top: 2.3rem;right: -100%;height:calc(100vh - 3rem);z-index: 50;display: block;width: 100vw;padding: 0 8%;overflow: auto;text-align: left;}
.navShow .header .navs ul{right: 0;transition: .5s;}
.header .navs ul{display: block;}
.header .navs ul li{margin-right: 0;padding: .15rem 0;text-align: left;line-height: 1.4em}
.header .navs ul li:after{bottom: 0;height: 2px}
.header .navs ul li i.plus{
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 9;
    width: 11px;
    height: 2.7em;
    background: url(../images/select-ico.png) center no-repeat;
    background-size: 100%;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }

    
.header .navs ul li .sub-nav{position: static;transform:none;padding-top: .1rem;
opacity: 1;visibility: visible;transition: none;display: none;min-width: inherit;}
.header .navs ul li .sub-nav .sub-nav-h:before,.header .navs ul li .sub-nav .sub-nav-h:after{display: none}
.header .navs ul li .sub-nav .sub-nav-h{text-align: left;background: transparent;box-shadow: none;padding-bottom: 0;display: flex;justify-content: space-between;flex-wrap: wrap;}
.header .navs ul li .sub-nav .sub-nav-h a{background: transparent;font-size: .18rem;width: 48%;color: rgba(0,0,0,.6);text-align: left;padding: .1rem 0}
.header .navs ul li .sub-nav .sub-nav-h a:hover{background: transparent;color: #888}
.header .navs ul li>a{font-size: .2rem;font-weight: normal;}
.header .navs ul li .sub-nav .sub-nav-h{padding: .1rem 0 0}
.header .navs ul li:hover .sub-nav{transition: none;transform:none;}
.header .topnavt .links a{font-size: .18rem;display: inline-block;margin-bottom: .15rem}
}
@media (max-width:640px){
body{padding-top: .7rem}
.header .top{padding: .16rem 0}
.header .topnav .topser{margin-left: 0}
.header .logo img{height: .4rem;}
.header .logo a{font-size: .16rem}

.header .topnav ul li .sub-nav{padding-top: 0}
.header .topnav ul li .sub-nav .sub-nav-h a{font-size: .18rem}
.header .topnav ul li .sub-nav .sub-nav-h .img{display: none}
.header .topnav ul li .sub-nav .sub-nav-h .list{margin-right: 0;width: 100%}
.header .topnav ul li .sub-nav .sub-nav-h .list span{width: 33.33333%;text-align: center;margin-right: 0}

}
@media (max-width: 360px){
/*.header .logo img{height: .35rem}*/
.header .topnavt .links a+a{margin-left: .1rem}

}

:root{
 --color:#002fa7;
 --width:calc((100vw - 14.4rem) / 2);
}
.suTab .mores .more+.more{display: none}
.swiTabs{overflow: visible;}
.swiTab .mores .more+.more{display: none}
/*footer*/
.footer{background:url(../images/ftbg.jpg) no-repeat top center;background-size: cover; color: #fff;position: relative;position: relative;z-index: 5}
.footer a{color: #fff}
.footer .fta{padding: .6rem 0 .5rem}
.footer .ftb .wp{padding: .4rem 0 .45rem;border-top:1px solid rgba(255,255,255,.1) }
.footer .frlinks{}
.footer .frlinks dl{width: 2rem;margin-left: .2rem}
.footer .frlinks dt{cursor: pointer;width: 100%;height: .42rem;line-height: .4rem;padding-left:.15rem;position: relative;background: rgba(255,255,255,.05);border: 1px solid rgba(255,255,255,.1)}
.footer .frlinks dt:after{/* width: .15rem; *//* height: .45rem; */content: "";position: absolute;right: .15rem;top: .14rem;border-top: 0.1rem solid #fff;border-left: .07rem solid transparent;border-right: .07rem solid transparent;}
.footer .frlinks dt.noarr:after{display: none}
.footer .frlinks dt.noarr{cursor: inherit;}
.footer .frlinks dd{position: absolute;bottom: 100%;width: 100%;left: 0;background: #fff;display: none;z-index: 5 ;padding:.15rem .1rem .15rem .15rem ;box-shadow: 0 0 10px rgba(0,0,0,.2);font-size: .15rem;}
.footer .frlinks dd div{max-height:1.25rem;overflow: auto}
.footer .frlinks dd div::-webkit-scrollbar{width:2px}
.footer .frlinks dd a{display: block;padding: 5px 0;color: #666}
.footer .frlinks dd a:hover{color: #1756be}
.footer .frlinks dl:hover dd{display: block;}
.footer .fta .logoft img{height: .74rem;max-width: 100%;}
.footer .fta .urlft ul li a{display: flex;align-items: center;flex-wrap: wrap;}
.footer .fta .urlft ul li i{display: block;width: .6rem;height: .6rem;border-radius: 5px;background: rgba(255,255,255,.2);padding: .13rem}
.footer .fta .urlft ul li i img{width: .34rem}
.footer .fta .urlft ul li+li{margin-left: .75rem}
.footer .fta .urlft ul li .h4{font-size: .2rem;margin-left: .1rem}
.footer .ftb .address{font-size: .2rem;margin-bottom: .3rem;text-align: center;}
.footer .ftb .address span{display: inline-block;padding: .05rem 0}
.footer .ftb .address span+span:before{content: "|";display: inline-block;margin: 0 .18rem}
.footer .ftb .infoft span{display: inline-block;padding: .05rem 0;margin: 0 .1rem}
@media (max-width: 1024px){
.footer .fta .logoft{width: 100%;display: flex;justify-content: center;margin-bottom: .35rem} 
.footer .fta .urlft {width: 100%;} 
.footer .fta .urlft ul{justify-content: center;} 
.footer .ftb .infoft{width: 100%;margin-bottom: .15rem;text-align: center;}
.footer .ftb .address span+span:before{display: none}
.footer .ftb .address span{margin: 0 .15rem}
.footer .fta .urlft ul li+li{margin-left: .65rem}
.footer .frlinks dl{margin:0 .1rem;}

}
@media (max-width: 640px){
.footer .fta .logoft img{height: auto;}
.footer .fta .urlft ul li+li{margin-left: .25rem}
.footer .frlinks dl{width: 48%;margin: 0 1% .2rem}
.footer .frlinks{width: 100%;justify-content: center;order: 1}
.footer .ftb .infoft{order: 2}
}
@media (max-width: 480px){
.footer .fta .urlft ul li+li{margin-left: 0}
.footer .fta .urlft ul li{width:25%}
.footer .fta .urlft ul li i{margin: 0 auto .15rem}
.footer .fta .urlft ul li .h4{width: 100%;text-align: center;margin-left: 0}
.footer .ftb .wp{padding: .4rem 0 .25rem}
}

.homeg{padding: .4rem 0;background: url(../images/ztbg.jpg) no-repeat center;background-size: cover;color: #fff}
.homeg a{color: #fff}
.homeg .tit{font-size: .3rem;/* line-height: .3rem; */}
.homeg .tit span{padding: .05rem 0;display: inline-block;}
.homeg .links{font-size: .2rem;line-height: .3rem;width: calc(100% - 1.5rem);}
.homeg .links a{display: inline-block;padding: .05rem 0}
.homeg .links a+a:before{content: '/';display: inline-block;margin: 0 .2rem}
.homeg .links a:hover{text-decoration: underline;}
@media (max-width: 1024px){
.homeg .links a+a:before{display: none}
.homeg .links a{margin: 0 .1rem}	
}
@media (max-width: 640px){
.homeg .links{width: 100%;margin-top: .2rem;text-align: center;}
.homeg .tit{width: 100%;text-align: center;}
}