body {
    color: #333;
    font-style: 100%;
    font-family: "Microsoft YaHei", "Arial", Helvetica, Arial, Tahoma;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
    background: #fffefe;
    font-size: 0.2rem;
}


html {
    overflow-x: hidden;
    font-style: 100%;
}

.img-hide {
    overflow: hidden;
    display: block;
}

.slick-slider {
    touch-action: auto !important;
}

.img-hide img,
.div-img {
    transition: 0.5s all;
    transform: scale(1, 1);
}

.img-hide:hover img,
.img-hide:hover .div-img {
    transform: scale(1.05, 1.05);
}

.txt-elise {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

li {
    list-style: none;
}

a {
    color: #333;
}

ul {
    padding: 0;
    margin: 0;
}

a:hover,
a {
    text-decoration: none !important;
}

a:focus {
    text-decoration: none !important;
    outline: none !important;
}

button:focus,
button:hover,
input:focus {
    outline: none !important;
}

p {
    margin: 0;
}

img {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}

.home {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.loaded-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    transition: all 0.5s ease-out 0s;
}

.loaded-box::before {
    content: "";
    width: 80px;
    height: 80px;
    border: 10px solid #1A4991;
    border-right-color: transparent;
    border-radius: 50%;
    animation: .75s linear infinite spinner-border;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.dom-loaded .loaded-box {
    opacity: 0;
    z-index: -1;
}

.home body {
    height: 100%;
    overflow: hidden;
    padding: 0;
}

.body_home {
    background: #000;
    height: 100%;
    overflow: hidden;
}

.screen {
    float: left;
    height: 100%;
    position: relative;
}

.body_b {
    position: fixed;
    left: 0%;
    top: 100%;
    bottom: 0;
    right: 0;
    background: #fff;
    overflow: hidden;
    transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
    z-index: 1;
    overflow: auto;
    outline: none;
}

.body_b * {
    outline: none;
}

.body_b.showdiv {
    top: 0;
    overflow-x: hidden;
}

.header {
    position: fixed;
    transition: all 0.7s ease-out 0s;
    z-index: 10003;
    left: 0;
    top: 0;
    right: 0;
}

.body_home.showdiv .header {
    transform: none;
    opacity: 1;
}

.d {
    transform: translate(0, -80px);
    transition: all 1s ease-out 0s;
    opacity: 0;
}

.r {
    transform: translate(150px, 0);
    transition: all 1s ease-out 0s;
    opacity: 0;
}

.l {
    transform: translate(-150px, 0);
    transition: all 1s ease-out 0s;
    opacity: 0;
}

.showdiv .page-one .d,
.page-one.showdiv .d,
.mtsy.showdiv .d,
.xxgk.showdiv .d,
.dqgz.showdiv .d,
.pyang.showdiv .d,
.kxyj.showdiv .d,
.zsjy.showdiv .d,
.spjj.showdiv .d,
.jsfc.showdiv .d {
    transform: none;
    opacity: 1;
}

.showdiv .page-one .r,
.mtsy.showdiv .r,
.dqgz.showdiv .r,
.pyang.showdiv .r,
.kxyj.showdiv .r,
.zsjy.showdiv .r,
.spjj.showdiv .r,
.jsfc.showdiv .r {
    transform: none;
    opacity: 1;
}

.showdiv .page-one .l,
.mtsy.showdiv .l,
.dqgz.showdiv .l,
.pyang.showdiv .l,
.kxyj.showdiv .l,
.zsjy.showdiv .l,
.spjj.showdiv .l,
.jsfc.showdiv .l {
    transform: none;
    opacity: 1;
}

.showdiv .page-one .d,
.showdiv .page-one .r,
.showdiv .page-one .l {
    transition-delay: 0.5s;
}

.jx-back-t.showdiv .d {
    transform: none;
    opacity: 1;
}

.page-one .d {
    transform: translate(0, 180px);
    transition: all 1.2s;
}

.dd1 {
    transform: translate(80px, 80px);
    opacity: 0;
    transition: all 1.2s ease-out 0s;
}

.banner,
.banner-box {
    height: 100vh;
    position: relative;
    overflow: hidden;
}


.banner .item,
.banner .slick-list,
.banner .slick-track,
.banner .slider {
    height: 100%;
    position: relative
}

.banner .item {
    overflow: hidden
}

.menu-button {
    position: absolute;
    display: none;
    top: 18px;
    right: 15px;
    z-index: 1000;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.menu-button .bar:nth-of-type(1) {
    margin-top: 0px;
}

.menu-button .bar:nth-of-type(3) {
    margin-bottom: 0px;
}

.bar {
    position: relative;
    display: block;
    width: 24px;
    height: 2px;
    margin: 5px auto;
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

.btn-search-c,
.btn-search-c:hover,
.btn-search-c:focus {
    position: absolute;
    right: 0;
    background: #9a0813;
    top: 0;
    width: 115px;
    height: 54px;
    border: none;
    border-radius: 0;
    padding: 0
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 10002;
}

.body_b.showdiv {
    z-index: 1000;
}

.bb {
    width: 64px;
    animation: container ease-in-out 2.7s infinite alternate;
    text-align: center;
    color: #fff;
    font-size: 14px;
    height: 64px;
    cursor: pointer;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -32px;
    z-index: 100;
}

.bb img {
    margin-bottom: 5px;
}

@keyframes container {

    0%,
    100%,
    20%,
    50%,
    80% {
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        transition-timing-function: cubic-bezier(0.755, 0.50, 0.855, 0.060);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        transform: translate3d(0, -4px, 0);
    }
}





.hide-pc {
    display: none;
}



.header {
    padding: 0 1rem;
    padding-left: 0.25rem;
    background: #11155f60;
    display: flex;
    align-items: center;
    height: 130px;
    justify-content: space-between;
    transition: all 0.7s ease-out 0s;
}

.header.header-two {
    background: #1A4991;
    /* background: #11155f; */
}

.logo {
    width: 4.85rem;
}

.logo img {
    width: 100%;
    display: block;
}

.nav-list-one {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 10px;
}

.nav-list-one div {
    display: flex;
    align-items: center;
    /* margin-left: 20px; */
}

.nav-list-one .link a {
    font-size: 16px;
    color: #fff;
    position: relative;
    margin-left: 0.2rem;
    line-height: 0.2rem;
}

.nav-list-one .link a:before {
    display: block;
    content: "";
    position: absolute;
    left: -0.1rem;
    top: 50%;
    border-right: solid 1px #fff;
    opacity: 0.5;
    height: 0.14rem;
    transform: translate(0, -50%);
}

.nav-list-one .link a.first:before{
    display: none;
}

.nav-list-one .btn a {
    background: url('../img/icon-top-gwb.png') 0.08rem 50% no-repeat;
    background-size: 0.14rem;
    text-indent: 0.2rem;
    font-size: 0.16rem;
    color: #fff;
    position: relative;
    margin-left: 0.15rem;
    background-color: #9a0813;
    line-height: 0.27rem;
    padding: 0 0.08rem;
    border-radius: 0.06rem;
    box-shadow: 0px 2px 2px #00000063;
}

.nav-list-one .btn a:nth-child(1) {
    background-color: #FF7F00;
}

.nav-list-one .btn a:nth-child(2) {
    background-color: #7D01FF;
}

.nav-list-one .btn a:nth-child(3) {
    background-color: #8EAD5F;
}

.nav-list-one .btn a:nth-child(4) {
    background-color: #0080FF;
}

.nav-list {
    display: flex;
}

.nav-list li {
    position: relative;
    margin-left: 0.15rem;
    line-height: 0.26rem;
}

.nav-list li a {
    display: block;
    font-size: 0.2rem;
    color: #fff;
}

.nav-list>li:before {
    display: block;
    content: "";
    position: absolute;
    left: -0.08rem;
    top: 50%;
    border-right: solid 2px #fff;
    opacity: 0.7;
    height: 0.20rem;
    transform: translate(0, -50%);
}

.nav-list>li:first-child:before {
    display: none;
}

.nav-list-one .search_box{
    width: 0.2rem;
    height: 0.4rem;
    position: relative;
    z-index: 20;
    margin-left: 0.2rem;
}
.nav-list-one .search-input{
    border:0;
    position: absolute;
    z-index: 1;
    left: auto;
    right: -0.12rem;
    top: 0;
    bottom: auto;
    height: 0.4rem;
    width: 0.2rem;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    padding:0 0.1rem;
    transition:all 0.3s;
}
.nav-list-one .search-btn{
    outline:none;
    border:0;
    font-size: 0.18rem;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    line-height: 0.4rem;
    background:url('../img/icon-ss.png') no-repeat center;
    background-size:100%;
    transition:all 0.3s;
    cursor:pointer;
}
.nav-list-one .search_box.on .search-input{
    width: 3rem;
    opacity: 1;
    visibility: visible;
}
.nav-list-one .search_box.on .search-btn{
    background-image:url('../img/icon-ss1.png');
}

.nav-down {
    position: absolute;
    display: none;
    margin-left: -1rem;
    left: 50%;
    top: 100%;
    width: 2rem;
    padding-top: 34px;
}

.nav-down li {
    float: none;
    margin: 0;
    padding: 0;
    background: #105cb6;
}

.nav-down li a {
    display: block;
    position: relative;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    font-weight: normal;
    text-align: center;
}

.nav-down li a:hover {
    background: #00489d;
    color: #fff;
}

.nav-list li:hover .nav-down {
    display: block;
}

.header-lind {
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img/mune.png) right no-repeat;
    background-size: 100%;
    height: 100%;
    width: 3.8%;
}

.header-lind .menu-button {
    display: block;
}

.header-lind .menu-button .bar {
    width: 30px;
}

.header-lind.on {
    background-image: url('../img/mune-close.png');
}

.top-nav {
    padding-top: 25vh;
    background: rgba(0, 0, 0, 0.5);
    background-size: cover;
    display: none;
    z-index: 10001;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
}

.top-nav ul {
    position: relative;
    z-index: 2;
    display: flex;
    max-width: 1500px;
    margin: 0 auto;
    justify-content: space-around;
}

.lk-tit {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 12px;
    display: block;
}

.top-nav .lk {
    display: block;
    font-size: 16px;
    color: #fff;
    opacity: 0.7;
    line-height: 36px;
    transition: all 0.3s;
}

.top-nav::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.page-one {
    padding-top: 165px;
    padding-bottom: 55px;
}

.container {
    width: 1565px;
    width: 15.65rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.footer {
    color: #fff;
}


.footer-c {
    display: flex;
    justify-content: space-between;
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
    align-items: center;
}

.footer-c .logo-b {}

.footer-c .logo-b img {
    width: 4.12rem;
}

.footer-c .text {
    flex: 1;
    padding-left: 1rem;
    font-size: 0.18rem;
    line-height: 0.36rem;
}

.footer-down {
    position: relative;
}

.footer-down .down-a {
    border: 1px solid #FFFFFF;
    display: block;
    width: 3.6rem;
    height: 0.54rem;
    position: relative;
    font-size: 0.18rem;
    color: #fff !important;
    padding-left: 0.28rem;
    line-height: 0.52rem;
    cursor: pointer;
}

.footer-down .down-a::before {
    content: '';
    position: absolute;
    right: 0.1rem;
    height: 100%;
    width: 0.5rem;
    background: url('../img/icon-jt.png') no-repeat center;
    background-size: 0.2rem;
    transform: rotate(180deg);
    transition: all 0.3s ease;
}

.footer-down:hover .down-a::before {
    transform: rotate(0deg);
}

.footer-down:hover .list {
    display: block;
}

.footer-down .list {
    display: none;
    position: absolute;
    bottom: 0.56rem;
    background: #fff;
    left: 0;
    z-index: 1000;
    min-width: 160px;
    width: 100%;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-sizing: border-box;
}

.footer-down .list a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.footer-down .list a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.footer-link-c {
    margin-left: 0.2rem;
}

    .footer-link-c a {
        display: block;
        position: relative;
    }

        .footer-link-c a img {
            height: 0.56rem;
        }

        .footer-link-c a:before {
            content: "";
            position: absolute;
            bottom: 60px;
            background: #fff;
            color: #333;
            padding: 10px;
            border-radius: 10px;
            left: 50%;
            transform: translateX(-50%);
            transition: all 0.3s;
            z-index: 99;
            width: 140px;
            height: 140px;
            background: #fff url('../img/weixin_ewm.jpg') no-repeat center;
            background-size: 120px;
            visibility: hidden;
            opacity: 0;
        }

        .footer-link-c a:hover:before {
            opacity: 1;
            bottom: 80px;
            visibility: visible;
        }


.footer-copy {
    background: #003B87;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 0.9rem;
    color: #fff;
    font-size: 0.18rem;
}

.footer-copy a {
    color: #fff;
}

.footer-bg {
    position: relative;
}

.footer-bg:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5rem;
    background: url(../img/footer_bg.jpg) no-repeat bottom;
    background-size: 100%;
    z-index: -2;
}

.footer-dong {
    position: absolute;
    bottom: 0;
    height: 5rem;
    overflow: hidden;
    width: 100%;
    z-index: -1;
}

.footer-dong .dong1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5rem;
    max-width: none !important;
    animation: paoma1 10s infinite alternate linear;
}

.footer-dong .dong2 {
    position: absolute;
    bottom: 0;
    left: -300%;
    width: 400%;
    height: 3rem;
    max-width: none !important;
    animation: paoma 600s infinite alternate linear;
}

@keyframes paoma1 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(2);
    }
}

@keyframes paoma {
    0% {
        transform: translateX(0%) scale(1);
    }

    10% {
        transform: translateX(5%) scale(2);
    }

    20% {
        transform: translateX(10%) scale(1);
    }

    30% {
        transform: translateX(15%) scale(2);
    }

    50% {
        transform: translateX(20%) scale(1);
    }

    60% {
        transform: translateX(30%) scale(2);
    }

    70% {
        transform: translateX(35%) scale(1);
    }

    80% {
        transform: translateX(40%) scale(2);
    }

    90% {
        transform: translateX(45%) scale(1);
    }

    100% {
        transform: translateX(50%) scale(2);
    }
}

.swiper-slide {
    background-size: cover;
}


.search-c {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.8);
    left: 0;
    top: 0;
    z-index: -100;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s
}

    .search-c.showdiv {
        opacity: 1;
        visibility: visible;
        z-index: 100000;
    }

    .search-c .close {
        font-size: 60px;
        position: absolute;
        right: 50px;
        top: 50px;
        width: 80px;
        height: 80px;
        text-align: center;
        line-height: 80px;
        cursor: pointer;
        color: #ccc;
    }

    .search-c .search_box {
        height: 45px;
        line-height: 45px;
        width: 550px;
        display: flex;
        transform: translate(-50%,-50%);
        position: absolute;
        left: 50%;
        top: 50%;
    }

        .search-c .search_box .kw {
            background: #fff;
            border: none;
            -ms-flex: 1;
            flex: 1;
            padding: 0 12px;
            font-size: 16px;
            -webkit-appearance: none;
            appearance: none;
            border-radius: 0;
        }

        .search-c .search_box .ok {
            background: #0d3a7e;
            color: #fff;
            box-shadow: none;
            border: none;
            width: 120px;
            text-align: center;
            font-size: 18px;
            cursor: pointer;
            -webkit-appearance: none;
            appearance: none;
            border-radius: 0;
        }


@media(max-width: 1679px) {}

@media(max-width: 1279px) {
    .container {
        /* width: 970px; */
    }
}

@media(max-width: 991px) {

    .home, .home body {
        height: auto;
        overflow: auto;
        overflow-x: hidden;
    }
    
    .body_home {
        height: auto;
        overflow: visible;
    }
    .banner a img{ display:block; }
    .banner{ position: relative; }
    .banner .slick{ margin:0; }
    .bb,.top{ display: none; }
    .header{ height: auto; background-size: cover; }
    .container{/* width: 750px; */}
    
    .body_b {
        width: auto;
        height: auto;
        position: static;
        opacity: 1;
        transform: none;
        overflow: hidden;
    }
    .index-s1 .pagination {
        bottom: 0px;
    }
    
    .banner .slick-list, .banner .slick-initialized .slick-slide, .banner .slick-track, .banner,.banner-box{ height: auto; margin:0; }
    .index-page,.index-s1 .item .img-box{
        height:10rem !important;
    }
    .page-one{
        padding:1rem 0;
    }
    
.d {
    transform: none !important;
    opacity: 1;
}

.r {
    transform: none;
    opacity: 1;
}

.l {
    transform: none;
    opacity: 1;
}
}


@media(max-width: 850px) {}

@media(max-width: 767px) {}