﻿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;
}

.home5.showdiv .dd1,
.home6.showdiv .dd1,
.home7.showdiv .dd1,
.home8.showdiv .dd1,
.home9.showdiv .dd1,
.home10.showdiv .dd1,
.home11.showdiv .dd1 {
    transform: none;
    opacity: 1;
}

.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;
}

.cross {
    margin-top: -8px;
}

.cross .bar {
    margin: 13px auto;
}

.cross .bar:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-45deg);
    -ms-transform: translateY(15px) rotate(-45deg);
    transform: translateY(15px) rotate(-45deg);
}

.cross .bar:nth-of-type(2) {
    opacity: 0;
}

.cross .bar:nth-of-type(3) {
    -webkit-transform: translateY(-15px) rotate(45deg);
    -ms-transform: translateY(-15px) rotate(45deg);
    transform: translateY(-15px) rotate(45deg);
}


.search-box-c {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 800px;
    height: 54px;
    background: #fff;
    padding-right: 115px;
    margin-left: -400px;
    z-index: 1000010;
}

.search-box-c .form-control {
    height: 54px;
    border-radius: 0;
    font-size: 18px;
    box-shadow: none;
    border: none;
}

.modal {
    z-index: 100000001;
}

.modal-backdrop {
    z-index: 10000000;
}

.modal-box {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000010;
}

.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
}

.modal-back {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
    background: rgba(0, 0, 0, 0.5);
}

.search-a {
    display: none;
}

.layer {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s ease-out 0s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.layer.showdiv {
    opacity: 1;
    visibility: visible;
    z-index: 100000;
}

.layer .close {
    font-size: 60px;
    font-family: "脙茠脝鈥櫭冣�犆⑩偓鈩⒚兤捗⑩偓聽脙垄芒鈥毬⑩�灺⒚兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮ッ兤捗嗏�櫭冣�犆⑩偓鈩⒚兤捗偮⒚兟⒚⑩偓拧脗卢脙鈥γ偮∶兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮兤捗嗏�櫭冣�犆⑩偓鈩⒚兤捗⑩偓拧脙鈥毭偮⒚兤捗嗏�櫭冣�毭偮⒚兤捗偮⒚兟⒚⑩偓拧脗卢脙鈥γ偮∶兤捗⑩偓拧脙鈥毭偮兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮姑兤捗嗏�櫭冣�犆⑩偓鈩⒚兤捗⑩偓聽脙垄芒鈥毬⑩�灺⒚兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮っ兤捗嗏�櫭冣�犆⑩偓鈩⒚兤捗偮⒚兟⒚⑩偓拧脗卢脙鈥γ偮∶兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮矫兤捗嗏�櫭冣�犆⑩偓鈩⒚兤捗⑩偓拧脙鈥毭偮⒚兤捗嗏�櫭冣�毭偮⒚兤捗偮⒚兟⒚⑩偓拧脗卢脙鈥γ偮∶兤捗⑩偓拧脙鈥毭偮兤捗嗏�櫭兟⒚⑩�毬偮γ兤捗偮⒚兟⒚⑩偓拧脗卢脙鈥γ⑩偓艙";
    position: absolute;
    right: 50px;
    top: 50px;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    cursor: pointer;
    color: #ccc;
}

.layer .search_box {
    height: 45px;
    line-height: 45px;
    width: 550px;
    display: -ms-flexbox;
    display: flex;
    transform: translateY(-50px);
    opacity: 0;
    margin-top: -100px;
}

.layer.showdiv .search_box {
    transform: none;
    transition: all 0.5s ease-out 0s;
    opacity: 1;
}

.layer .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;
}

.layer .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;
}

.layer.active {
    opacity: 1;
    z-index: 1000000;
}



.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);
        /*脙茠脝鈥櫭冣�犆⑩偓鈩⒚兤捗⑩偓聽脙垄芒鈥毬⑩�灺⒚兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮兤捗嗏�櫭冣�犆⑩偓鈩⒚兤捗偮⒚兟⒚⑩偓拧脗卢脙鈥γ偮∶兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮疵兤捗嗏�櫭冣�犆⑩偓鈩⒚兤捗偮⒚兟⒚⑩偓拧脗卢脙鈥γ偮∶兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮澝兤捗嗏�櫭冣�犆⑩偓鈩⒚兤捗⑩偓聽脙垄芒鈥毬⑩�灺⒚兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮ッ兤捗嗏�櫭冣�犆⑩偓鈩⒚兤捗偮⒚兟⒚⑩偓拧脗卢脙鈥γ偮∶兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮∶兤捗嗏�櫭冣�犆⑩偓鈩⒚兤捗偮⒚兟⒚⑩偓拧脗卢脙鈥毭偮γ兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮久兤捗嗏�櫭冣�犆⑩偓鈩⒚兤捗⑩偓聽脙垄芒鈥毬⑩�灺⒚兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮ッ兤捗嗏�櫭冣�犆⑩偓鈩⒚兤捗偮⒚兟⒚⑩偓拧脗卢脙鈥γ偮∶兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮懊兤捗嗏�櫭冣�犆⑩偓鈩⒚兤捗⑩偓拧脙鈥毭偮⒚兤捗嗏�櫭冣�毭偮⒚兤捗偮⒚兟⒚⑩偓拧脗卢脙鈥γ偮∶兤捗⑩偓拧脙鈥毭偮兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮澝兤捗嗏�櫭冣�犆⑩偓鈩⒚兤捗⑩偓聽脙垄芒鈥毬⑩�灺⒚兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮γ兤捗嗏�櫭冣�犆⑩偓鈩⒚兤捗⑩偓拧脙鈥毭偮⒚兤捗嗏�櫭冣�毭偮⒚兤捗偮⒚兟⒚⑩偓拧脗卢脙鈥γ偮∶兤捗⑩偓拧脙鈥毭偮兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮好兤捗嗏�櫭冣�犆⑩偓鈩⒚兤捗偮⒚兟⒚⑩偓拧脗卢脙鈥γ偮∶兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮裁兤捗嗏�櫭冣�犆⑩偓鈩⒚兤捗⑩偓聽脙垄芒鈥毬⑩�灺⒚兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮兤捗嗏�櫭冣�犆⑩偓鈩⒚兤捗偮⒚兟⒚⑩偓拧脗卢脙鈥γ偮∶兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮好兤捗嗏�櫭冣�犆⑩偓鈩⒚兤捗偮⒚兟⒚⑩偓拧脗卢脙鈥γ偮∶兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮� 脙茠脝鈥櫭冣�犆⑩偓鈩⒚兤捗⑩偓聽脙垄芒鈥毬⑩�灺⒚兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮兤捗嗏�櫭冣�犆⑩偓鈩⒚兤捗偮⒚兟⒚⑩偓拧脗卢脙鈥γ偮∶兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮济兤捗嗏�櫭冣�犆⑩偓鈩⒚兤捗偮⒚兟⒚⑩偓拧脗卢脙鈥毭偮γ兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮� X1 Y1 X2 Y2*/
        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;
    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.3rem;
}

.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: 15px;
}

.nav-list-one .btn a {
    background: url('../img/icon-top-gwb.png') 0.08rem 50% no-repeat;
    background-size: 0.14rem;
    text-indent: 0.18rem;
    font-size: 0.14rem;
    color: #fff;
    position: relative;
    margin-left: 0.15rem;
    background-color: #9a0813;
    line-height: 0.26rem;
    padding: 0 0.08rem;
}

.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-one .link a:before,
.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-one .link a:first-child:before,
.nav-list>li:first-child:before {
    display: none;
}

.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;
}

.footer-link-c a img {
    height: 0.56rem;
}


.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;
    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;
}


@media(max-width: 1679px) {}

@media(max-width: 1279px) {
    .container {
        /* width: 970px; */
    }
}

@media(max-width: 991px) {}


@media(max-width: 850px) {}

@media(max-width: 767px) {}