@charset "utf-8";@font-face {
    font-family: sy;
    src: url("../font/sySong.woff")
}

@font-face {
    font-family: geo;
    src: url("../font/georgia.ttf")
}

@font-face {
    font-family: gothi;
    src: url("../font/GOTHICB.TTF")
}

@font-face {
    font-family: impact;
    src: url("../font/impact.ttf")
}

.a_body {
    position: relative;
    z-index: 0
}

.section {
    overflow: hidden
}

.header_box_li {
    position: relative;
    z-index: 1
}

.header_box {
    position: relative;
    z-index: 10000;
    height: 0px;
    position: fixed;
    border-top: 4px solid #006cb7;
    width: 100%
}

#header {
    z-index: 999;
    width: 100%;
    transition: all 0.36s ease 0s
}

.header_box_li #header::before {
    content: "";
    position: absolute;
    height: 2.5rem;
    top: 0px;
    left: 0px;
    right: 0px;
    transition: all 0.2s;
    opacity: 1;
    visibility: visible;
    background: url("../images/headbg.png") center top / 100% 100% repeat-x
}

.header_top {
    position: relative;
    z-index: 10;
    overflow: hidden
}

.header_top .search_btn {
    display: inline-block;
    float: none;
    font-size: 0.14rem
}

#header .right {
    padding-left: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.right-b {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end
}

.list_box0 {
    display: flex;
    flex-wrap: wrap
}

.list_box0 .li {
    font-size: 0.14rem;
    color: #fff;
    display: inline-block;
    padding-right: 0.02rem
}

.right-b .list_box0 .li {
    color: #b7bdca;
    font-size: 0.14rem;
    position: relative
}

.list_box0 .li a {
    transition: 0.5s;
    padding: 0 .15rem;
    align-items: center
}

.list_box0 .li a.flex {
    border-left: 1px solid #fff
}

.list_box0 .li a img {
    display: inline-block;
    margin-right: 0.1rem
}

.list_box0 .li:last-child a {
    border: none !important;
    padding-right: 0
}

#m_header .list_box0 .li {
    line-height: 60px
}

#m_header .list_box0 .li a .ewm_box {
    top: 60px
}

#m_header .list_box0 .li a>img {
    height: 12px
}

.list_box_01 {
    font-size: 0px;
    white-space: nowrap;
    padding: 0.1rem
}

.header_box .wp {
    height: 1.25rem;
    display: flex;
    justify-content: space-between;
    transition: all 0.5s;
    align-items: center
}

#logo {
    padding: 0px;
    position: relative;
    width: 4.48rem;
    display: flex;
}

#logo img {
    max-width: 100%;
    transition: all 0.5s ease 0s
}
#logo a:nth-child(2){
    color: #a7cce6;
    font-size: 12px;
    padding-top: 60px;
    padding-left: 7px;
}

#logo img.img2 {
    display: none
}

#nav {
    width: 100%;
    max-width: 11rem
}

.right-b .list_box0 {
    width: 1.1rem;
    justify-content: flex-end
}

#nav ul {
    display: flex;
    justify-content: space-between
}

#nav ul li {
    float: left;
    z-index: 0;
    height: 100%;
    position: relative
}

#nav ul li a {
    display: block;
    padding: 0px;
    position: relative;
    z-index: 2;
    cursor: pointer
}

#nav ul li h3 {
    font-size: 0.22rem;
    color: #fff;
    line-height: 0.6rem;
    position: relative;
    transition: all 0.36s ease 0s;
    display: inline-block;
    font-weight: bold
}

#nav ul li h3::after {
    content: "";
    position: absolute
}

#nav ul li .sub {
    position: absolute;
    top: 100%;
    background: rgb(255, 255, 255);
    width: auto;
    left: 50%;
    z-index: 10000;
    transform: translateX(-50%) scaleY(0);
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease 0s;
    transform-origin: center top;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
    border-radius: 0px 0px 0.08rem 0.08rem
}

#nav ul li .sub::after {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #006cb7
}

#nav ul li .sub .box {
    padding: 0.14rem 0px;
    text-align: center
}

#nav ul li .sub a {
    padding: 8px 30px;
    line-height: 0.28rem;
    transition: all 0.6s ease 0s;
    font-size: 0.16rem;
    color: rgb(51, 51, 51);
    text-align: center;
    white-space: nowrap;
    min-width: 1.6rem;
    font-weight: bold
}

#nav ul li .sub a:hover {
    color: rgb(255, 255, 255);
    background: #006cb7
}

#nav ul li:hover .sub {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1)
}

#nav>ul>li h3::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    right: -0.22rem;
    top: 50%;
    margin-top: -6px;
    transition: all 0.3s ease 0s;
    display: none
}

#nav>ul>li.xiala h3::before {
    display: block
}

#nav>ul>li:hover h3::after,#nav ul li.on h3::after {
    transform: scale(1)
}

#nav>ul>li.noSubMenu h3::before {
    display: none
}

.search_btn {
    cursor: pointer;
    text-align: center;
    float: left;
    transition: all 0.6s ease 0s;
    margin: 0px;
    position: relative
}

.search_btn img {
    margin: 0px
}

#header .right .li .img2 {
    display: none
}

#header.xg::before,.showdiv #header::before {
    height: 100%;
    background: #006cb7
}

.header_box .xg .wp,.showdiv .header_box .wp {
    height: 1rem;
    align-items: center
}

#header.xg #logo .img2 {
    display: block
}

#header.xg .right .li .img2 {
    display: block
}

#m_nav * {
    transition: all 0s ease 0s
}

.m_header_box {
    transition: all 0.6s ease 0s;
    display: none;
    position: relative;
    z-index: 100000;
    height: .7rem
}

.m_header_box header {
    padding: 0px 0px 0px 15px;
    height: 0.7rem;
    background: #006cb7;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 5px;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.m_header_box header #logo img {
    height: auto;
    max-height: 0.6rem;
    padding: 0.05rem
}

.m_header_box header #logo {
    padding: 0px;
    width: calc(100% - 80px)
}

#m_nav .list_box0 .li>a {
    margin: 0
}

#nav_btn_box.on {
    background: none
}

#nav_btn_box {
    position: relative;
    width: .7rem;
    height: .7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1
}

#nav_btn_box:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff
}

#nav_btn_box:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: -10px;
    border-right: #fff 10px solid
}

#nav_btn {
    cursor: pointer;
    text-align: center;
    z-index: 99999;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    outline: none;
    box-shadow: none
}

#nav_btn .point {
    display: inline-block;
    width: 0.40rem;
    height: 22px;
    position: relative;
    outline: none
}

#nav_btn .point:hover .navbtn,#nav_btn .point:hover .navbtn::after,#nav_btn .point:hover .navbtn::before {
    width: .28rem
}

#nav_btn .navbtn {
    position: absolute;
    top: 12px;
    left: 0;
    display: inline-block;
    width: 18px;
    height: 2px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #006cb7
}

#nav_btn .navbtn::after,#nav_btn .navbtn::before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 24px;
    height: 2px;
    content: '';
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #006cb7
}

#nav_btn .navbtn::after {
    top: -8px
}

#nav_btn .navbtn::before {
    top: 8px
}

#nav_btn .point.on .navbtn {
    background: transparent
}

#nav_btn .point.on .navbtn::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px
}

#nav_btn .point.on .navbtn::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px
}

.m_nav_list {
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: auto;
    align-items: center;
    display: flex;
    background: rgba(255, 255, 255, .1)
}

.m_nav_list::-webkit-scrollbar {
    display: none
}

#m_nav {
    z-index: 99999;
    position: fixed;
    width: 100%;
    height: 100vh;
    right: -105vw;
    top: 0;
    display: none;
    padding: 70px 20px 30px;
    overflow: hidden;
    pointer-events: none;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: #f7f7f7;
    background-size: cover;
    opacity: 0;
    visibility: hidden
}

#m_nav .close {
    position: absolute;
    top: 7px;
    right: 15px;
    left: 15px;
    font-size: 30px;
    color: #333;
    z-index: 10000;
    width: auto;
    height: 35px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 0
}

#m_nav.act {
    pointer-events: auto;
    right: 0;
    opacity: 1;
    visibility: visible
}

#m_nav .search_box input.submit {
    background: #006cb7 url(../images/submit.svg) center no-repeat;
    background-size: .28rem
}

#m_nav .list_box0 {
    text-align: center;
    width: 100%;
    justify-content: flex-start;
    margin: .32rem 0 0;
    flex-wrap: wrap;
    height: 0.4rem
}

#m_nav .list_box0 .li {
    text-align: left;
    color: #006cb7;
    margin: 0 .12rem 0.15rem 0;
    font-size: 14px;
    padding: 0;
    min-width: 1rem
}

#m_nav .old_rukou {
    margin: .24rem 0 0;
    width: 100%
}

.list_box_nav_mobile {
    width: 100%;
    max-height: calc(100% - 250px);
    padding: 0 0 10px;
    overflow: hidden;
    overflow-y: auto;
    margin: 0
}

.list_box_nav_mobile>li {
    width: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
    margin: 0 auto
}

.list_box_nav_mobile>li .con {
    position: relative
}

.list_box_nav_mobile>li .a {
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    line-height: .5rem;
    color: #333;
    padding: 0;
    font-size: 16px;
    display: flex;
    position: relative;
    transition: .5s
}

.list_box_nav_mobile>li i {
    opacity: 1;
    filter: alpha(opacity=100);
    display: inline-block;
    width: .64rem;
    height: .5rem;
    display: inline-block;
    background: url(../images/arrow_down.svg) center no-repeat;
    background-size: 15px 15px !important;
    position: absolute;
    display: block;
    right: 0;
    top: 2px
}

.list_box_nav_mobile>li.on1 i {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg)
}

.list_box_nav_mobile>li.on .a {
    border-bottom: 1px solid #e2e2e2
}

.list_box_nav_mobile>li .list {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: none
}

.list_box_nav_mobile>li .list a {
    display: block;
    font-size: 13px;
    color: #666;
    line-height: 2.5
}

.nav_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 888;
    background-color: rgba(0, 0, 0, 0.4);
    display: none
}

.wap_search {
    font-size: 16px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    overflow: hidden;
    width: 100%;
    height: 85px;
    display: block;
    margin-bottom: 0.1rem
}

.wap_search .header-search {
    height: 40px;
    border-radius: 20px;
    background: rgb(255 255 255);
    position: relative;
    width: 3.68rem;
    margin: 10px auto
}

.wap_search .input {
    font-size: .16rem;
    color: #646464;
    height: 40px;
    line-height: 40px;
    padding: 0 .24rem;
    box-shadow: none;
    -webkit-appearance: none;
    float: left;
    border-right: 0;
    background: none;
    width: calc(100% - 40px)
}

.wap_search .btn_blue {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 0;
    background: url(../images/submit.svg) center no-repeat #006cb7;
    background-size: .24rem;
    border-radius: 20px
}

.wap_search .btn_blue.fr {
    background: #e9edef;
    color: #4e4f53
}

.wap_search input::-webkit-input-placeholder {
    color: #999
}

.wap_search input::-moz-placeholder {
    color: #999
}

.wap_search input:-moz-placeholder {
    color: #999
}

.wap_search input:-ms-input-placeholder {
    color: #999
}

.wap_search input:focus::-webkit-input-placeholder {
    color: transparent
}

.wap_search input:focus:-moz-placeholder {
    color: transparent
}

.wap_search input:focus::-moz-placeholder {
    color: transparent
}

.wap_search input:focus:-ms-input-placeholder {
    color: transparent
}

.search_btn {
    cursor: pointer
}

.search_btn svg {
    fill: rgb(255, 255, 255);
    width: 16px;
    height: 16px
}

.search-dialog-box {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100vh;
    z-index: 1000000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease 0s
}

.search-dialog-box::before {
    content: "";
    position: absolute;
    top: 0px;
    height: 0px;
    background: #006cb7;
    transition: all 0.6s ease 0s;
    left: 0px;
    right: 0px;
    z-index: 1;
    opacity: 0.9
}

.search-dialog-box.on::before {
    height: 100%;
    display: none
}

.search-dialog-box .bubbles-bg {
    opacity: 0;
    visibility: hidden;
    display: none
}

.search-dialog-box .search-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0px;
    margin: 0px;
    background: 0% 0% / cover no-repeat rgba(0, 0, 0, 0.7);
    transform-origin: center center;
    transition: height 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s
}

.search-dialog-box .wrap-inner {
    transform: translateY(100%);
    transition: all 0.6s ease 0s
}

.search-dialog {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2
}

.search-dialog .search-tit {
    font-size: 0.44rem;
    line-height: 0.56rem;
    color: rgb(255, 255, 255);
    text-align: center;
    overflow: hidden;
    display: none
}

.search-dialog .search-inner {
    overflow: hidden;
    margin-top: 0px
}

.search-dialog .search-input {
    width: 8rem;
    margin: 0px auto;
    background-color: rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    transition: all 0.3s ease 0s;
    max-width: 94%
}

.search-dialog .search-input input[type="text"] {
    float: left;
    height: 0.7rem;
    width: calc(100% - 1rem);
    background-color: rgb(255, 255, 255);
    font-size: 0.2rem;
    line-height: 0.08rem;
    color: #666;
    transition: all 0.3s ease 0s;
    padding: 0px 0.2rem
}

.search-dialog .search-input input[type="submit"],.search-dialog .search-input .clear-btn {
    float: right;
    height: 0.7rem;
    width: 1rem
}

.search-dialog .search-input input[type="submit"] {
    background-color: #006cb7;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 0.4rem;
    background-image: url("../images/search-btn.svg");
    font-size: .2rem;
    color: #fff
}

.search-dialog .search-input .clear-btn {
    background-color: rgba(0, 0, 0, 0.2);
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../images/close-btn.svg");
    background-size: 0.56rem;
    border-radius: 100%;
    margin-right: 0.16rem;
    display: none
}

.search-dialog .search-input.on {
    background-color: rgb(255, 255, 255)
}

.search-dialog .hot-search {
    font-size: 0px;
    width: 0.49rem;
    margin: 0.096rem auto 0px;
    box-sizing: border-box;
    padding: 0px 0.096rem;
    overflow: hidden
}

.search-dialog .hot-search .hot-tit,.search-dialog .hot-search .hot-link {
    display: inline-block;
    zoom: 1;vertical-align: top
}

.search-dialog .hot-search .hot-tit {
    font-size: 0.06rem;
    line-height: 0.08rem;
    color: rgb(255, 255, 255);
    font-weight: bold;
    padding-left: 0.096rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 0.08rem
}

.search-dialog .hot-link {
    margin-left: 0.16rem
}

.search-dialog .hot-link a {
    display: inline-block;
    zoom: 1;font-size: 0.06rem;
    line-height: 0.08rem;
    margin-right: 0.12rem;
    color: rgb(255, 255, 255);
    padding-bottom: 5px;
    position: relative
}

.search-dialog .hot-link a::before {
    content: "";
    position: absolute;
    left: 0%;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background-color: rgb(255, 255, 255);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s ease 0s
}

.search-dialog-box .bottom-box {
    position: absolute;
    left: 0px;
    bottom: 5.1%;
    width: 100%
}

.search-dialog-box .bottom-box .share-box {
    overflow: hidden
}

.search-dialog-box .bottom-box .copy {
    font-size: 0.35rem;
    line-height: 0.5rem;
    color: rgb(255, 255, 255);
    font-family: gilroy-regular;
    margin-top: 0.5rem;
    overflow: hidden
}

.header-right.is-open .bubbles-bg {
    visibility: visible;
    opacity: 1
}

.header-right.is-open .search-btn .con-box {
    display: none
}

.header-right.is-open .close-btn {
    display: block
}

.header-right.is-open .item .search-bg {
    transform: scale(1)
}

.search-dialog-box.on {
    opacity: 1;
    visibility: visible
}

.search-dialog-box.on .search-bg {
    height: 100vh
}

.search-dialog-box.on .bubbles-bg {
    opacity: 1;
    visibility: visible
}

.search-dialog-box.on .wrap-inner {
    transform: translateY(0px)
}

.pub-close {
    position: absolute;
    width: 0.48rem;
    height: 0.48rem;
    z-index: 10;
    right: 0.24rem;
    top: 0.216rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 100%
}

.pub-close .bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #006cb7;
    transform: scale(0);
    border-radius: 100%;
    transition: transform 0.3s ease 0s
}

.pub-close i {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: 0.12rem;
    background-repeat: no-repeat;
    background-image: url("../images/close-btn.svg");
    transition: all 0.6s ease 0s
}

.pub-close i:hover {
    transform: rotate(180deg)
}

@keyframes spin {
    100% {
        transform: rotate(1turn)
    }
}

@keyframes spin2 {
    100% {
        transform: rotate(-1turn)
    }
}

@keyframes spin-reverse {
    0% {
        transform: rotate(1turn)
    }
}

@keyframes spin-reverse2 {
    0% {
        transform: rotate(-1turn)
    }
}

.main-visual-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative
}

.main-visual-slider {
    overflow: hidden;
    width: 100vw;
    position: relative
}

.main-visual-slider .swiper-slide {
    overflow: hidden
}

.main-visual-slider .swiper-container {
    width: 100%
}

.main-visual-slider .swiper-slide-active .imged {
    transform: scale(1);
    transition: all 6s
}

.main-visual-slider video {
    transform: scale(1.2)\0
}

.swiper-box1 .imged {
    padding-bottom: 100vh
}

.slide-inner {
    overflow: hidden
}

.main-visual-slider .imged {
    transform: translate3d(0px, 0px, 0px) scale(1.05);
    transition: opacity 0.5s
}

.ban-dot {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 14.4rem;
    bottom: .4rem;
    align-items: center;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    max-width: 94%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10
}

.ban-dot .bb {
    color: #fff;
    font-size: 0.16rem;
    align-items: center
}

.ban-dot .bb span {
    display: inline-block;
    width: 0.17rem;
    margin-right: .1rem;
    animation: shubiao 1.4s infinite linear
}

@keyframes shubiao {
    0% {
        transform: translateY(-3px);
        opacity: 0.7
    }

    100% {
        transform: translateY(3px);
        opacity: 1
    }
}

.ban-dot .arrow {
    width: 1.5rem;
    align-items: center;
    justify-content: space-between
}

.ban-dot .cir {
    position: relative;
    bottom: auto;
    font-size: .15rem;
    color: #fff;
    width: auto
}

.ban-dot .cir span {
    margin: 0px!important;
    opacity: 1;
    font-size: .15rem;
    position: relative;
    color: #fff
}

.ban-dot .arror {
    width: 0.34rem;
    height: 0.34rem;
    border-radius: 50%;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin-top: 0;
    border: 1px solid rgba(255, 255, 255, 0);
    transition: 0.5s
}

.ban-dot .swiper-button-next img {
    transform: rotateY(180deg)
}

.ban-dot .arror::after {
    display: none
}

.ban-dot .arror::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    stroke: #fff;
    stroke-width: 0.02rem;
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    left: 0;
    top: 0;
    border-radius: 50%
}

.ban-dot .arror:hover {
    border: 1px solid rgba(255, 255, 255, 0.9)
}

.ban-dot .arror:hover::before {
    animation: indexsvg 6s linear forwards
}

@keyframes indexsvg {
    0% {
        stroke-dashoffset: 100
    }

    100% {
        stroke-dashoffset: 0
    }
}

.title {
    justify-content: space-between;
    margin-bottom: .5rem;
    align-items: center;
    position: relative
}

.title .h3 {
    margin: 0 auto
}

.title h3::after {
    width: 1.3rem;
    height: 1.4rem;
    background: url(../images/titbg.png) no-repeat;
    left: 50%;
    transform: translateX(-50%);
    bottom: -.3rem;
    background-size: 100%
}

.title h3 {
    font-size: 0.36rem;
    color: #000;
    cursor: pointer;
    line-height: 1.4;
    padding-bottom: 0.1rem;
    font-weight: bold
}

.title .h3 p {
    font-size: 0.16rem;
    color: #666;
    text-transform: uppercase;
    padding-left: 0.45rem;
    line-height: 1.4
}

.title .h3 p::after {
    width: 0.35rem;
    height: 1px;
    background: #006cb7;
    bottom: 50%
}

.more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.more a {
    font-size: 0.16rem;
    color: #006cb7;
    line-height: 1.2;
    transition: 0.5s;
    align-items: center
}

.more a img {
    display: inline-block;
    margin-right: 0.1rem;
    width: 0.67rem
}

.home1 {
    position: relative;
    padding: .7rem 0;
    background: url(../images/hbg1.jpg) no-repeat bottom/cover
}

.home1-t {
    justify-content: space-between
}

.home1-t .left {
    width: 50%
}

.home1-t .mid {
    width: 22%
}

.home1-t .right {
    width: 23%
}

.home1-t li * {
    transition: 0.5s
}

.home1-t li p {
    color: #999;
    font-family: gothi;
    font-size: 0.16rem;
    display: none
}

.home1-t li h3 {
    font-size: 0.18rem;
    color: #333;
    line-height: 0.3rem;
    transition: 0.5s;
    max-height: 0.6rem\0;
    margin: .15rem 0 0rem
}

.home1-t .left li h4 {
    font-size: 0.14rem;
    color: #666;
    line-height: 0.2rem;
    max-height: 0.4rem;
    margin-top: 0.35rem
}

.home1-t .left li .con {
    padding-left: 0.25rem;
    border-left: 0.03rem solid #006cb7;
    height: 1.4rem;
    padding-top: .2rem
}

.home1-t .left .imged::after {
    width: 100%;
    height: 0.5rem;
    opacity: .3
}

.home1-t .left .slick-dots {
    text-align: right;
    padding-right: 0.15rem;
    bottom: 1.55rem
}

.home1-t .left .slick-dots li {
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    background: #fff;
    margin: 0 0.05rem
}

.home1-t .left .slick-dots li.slick-active {
    background: #006cb7
}

.home1-t .left .slick-dots li button {
    display: none
}

.home1-t .left .imged {
    padding-bottom: 71%
}

.home1-t .left img {
    display: none
}

.home1-t .mid li .con {
    height: 1.05rem;
    padding-left: 0.25rem;
    border-left: 0.03rem solid #006cb7;
    padding-top: .15rem
}

.home1-t .mid li {
    margin-bottom: 0.25rem
}

.home1-t .right li a {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 0.21rem 0;
    position: relative;
    z-index: 1
}

.home1-t .right li a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background: #006cb7;
    bottom: 0;
    left: 0
}

.home1-t .right li h3 {
    height: .6rem
}

.home1-t .right li:first-child a {
    padding-top: 0
}

#miso_more {
    position: relative;
    top: -1rem
}

.zspctp {
    position: relative;
    z-index: 99999
}

@media screen and (min-width: 1200px) {
    .home1-t li a:hover h3 {
        color: #006cb7
    }

    .home1-t .right li a:hover:after {
        width: 100%
    }
}

@media screen and (max-width: 1024px) {
    .home1 {
        padding: .4rem 0
    }
    #logo a:nth-child(2){
        color: #fff;
        font-size: 12px;
        padding-top: 15px;
        padding-left: 7px;
    }
    
}

@media screen and (max-width: 768px) {
    .title .h3 {
        margin: 0
    }

    .home1-t .left {
        width: 100%
    }

    .home1-t .mid {
        width: 100%;
        margin: 0.3rem 0
    }

    .home1-t .right {
        width: 100%
    }

    .home1-t .left li .con {
        height: auto
    }

    .home1-t .left li h4 {
        margin-top: .2rem
    }
}

.home2 {
    width: 100%;
    padding: 0.7rem 0;
    position: relative;
    background: url(../images/hbg2.jpg) no-repeat center/cover
}

.home2 .title p,.home2 .title h3,.home2 .more a,.home2 .title h3 {
    color: #fff
}

.home2 .title p::after {
    background: #f19120
}

.home2-t li a {
    height: 1.5rem;
    align-items: flex-start
}

.home2-t li .date {
    width: 0.85rem;
    white-space: nowrap;
    padding-right: 0.15rem;
    border-right: 1px solid #ddd;
    text-align: center
}

.home2-t li .con {
    width: calc(100% - .85rem);
    padding-left: .2rem
}

.home2-t li h3 {
    font-size: 0.18rem;
    color: #fff;
    line-height: 0.3rem;
    min-height: 0.6rem;
    margin-bottom: 0.1rem
}

.home2-t li h4 {
    font-size: 0.14rem;
    line-height: 0.25rem !important;
    min-height: 0.75rem;
    color: #fff;
    opacity: .3
}

.home2-t li .date span {
    color: #f19120;
    font-size: 0.3rem;
    font-weight: bold;
    font-family: gothi;
    line-height: 1.2
}

.home2-t li .date p {
    font-size: 0.15rem;
    color: #fff;
    line-height: 1.4;
    font-family: gothi;
    opacity: .7
}

.home2-t .cir {
    position: relative;
    margin-top: 0.4rem;
    height: 2px;
    background: rgba(255, 255, 255, .5)
}

.home2-t .cir .swiper-scrollbar-drag {
    background: #f19120
}

@media screen and (max-width: 1024px) {
    .home2 {
        padding: .4rem 0
    }

    .home2-t ul {
        margin: 0 -0.1rem
    }

    .home2-t li {
        width: 33.3%
    }
}

@media screen and (max-width: 768px) {
    .home2-t li {
        width: 50%
    }

    .home2-t li a {
        padding: .2rem .15rem
    }

    .home2-t li .date {
        width: 0.7rem
    }

    .home2-t li .con {
        width: calc(100% - .7rem)
    }

    .home2-t li .date span {
        font-size: .22rem
    }

    .home2-t li h3 {
        margin-bottom: .1rem
    }

    .home2-t li h4 {
        -webkit-line-clamp: 2;
        min-height: 0.5rem
    }
}

@media screen and (max-width: 420px) {
    .home2-t li {
        width: 100%
    }

    .zspctp {
        display: none;
        position: relative;
        z-index: 99999
    }
}

.home3 {
    position: relative;
    padding: 0.7rem 0 1rem;
    background: url(../images/hbg3.jpg) no-repeat center/cover
}

.home3-t {
    position: relative
}

.home3-t li a {
    display: block
}

.home3-t li h4 {
    font-size: 0.16rem;
    color: #1d50a2;
    line-height: 0.24rem;
    margin-bottom: 0.2rem
}

.home3-t li .pic::after {
    left: -0.15rem;
    bottom: -0.15rem;
    background: #0f55a6;
    opacity: .1;
    width: 100%
}

.home3-t li .imged,.home3-t li .sclae {
    border-radius: 0 0.32rem 0 0
}

.home3-t li .con {
    height: 1.6rem;
    padding: 0.35rem 0
}

.home3-t li .con::after {
    background: #1d50a2;
    height: 0.02rem
}

.home3-t li h3 {
    font-size: 0.18rem;
    color: #333;
    line-height: 0.3rem;
    max-height: 0.9rem\0;
    transition: 0.5s
}

.home3-t .arrow {
    width: 0.7rem;
    height: 0.7rem;
    background: #1d50a2;
    border-radius: 50%;
    position: absolute;
    right: 15%;
    top: 30%;
    justify-content: space-between;
    padding: 0 .1rem;
    align-items: center;
    z-index: 10
}

.home3-t .arror {
    width: 0.14rem;
    height: 0.19rem;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    margin-top: 0
}

.home3-t .arror::after {
    color: #fff;
    font-size: 0.2rem
}

.home3-t .arrow span {
    background: #faefee;
    opacity: .4;
    width: 1px;
    height: 0.17rem;
    display: inline-block
}

@media screen and (min-width: 1200px) {
    .home3-t li a:hover .con::after {
        width: 100%
    }

    .home3-t li a:hover .pic::after {
        opacity: 1
    }

    .home3-t li a:hover h3 {
        color: #1d50a2
    }
}

@media screen and (max-width: 1024px) {
    .home3 {
        padding: 0.4rem 0
    }

    .home3-t .left {
        width: 32%
    }

    .home3-t .mid {
        width: 32%
    }

    .home3-t .right {
        width: 32%
    }
}

@media screen and (max-width: 768px) {
    .home3-t .left {
        width: 100%
    }

    .home3-t .mid {
        width: 100%;
        margin: .25rem 0
    }

    .home3-t .right {
        width: 100%
    }

    .home3-t {
        padding: 0 15px
    }
}

.home4 {
    width: 100%;
    padding: 0.7rem 0rem;
    background: url(../images/hbg4.jpg) no-repeat center/cover
}

.home4-t {
    width: 100%
}

.home4 .title h3,.home4 .title p {
    color: #fff
}

.home4 .title p::after {
    background: #f19120
}

.home4-t .swiper-container {
    padding-bottom: 1.5rem
}

.home4-t li {
    transition: 0.5s
}

.home4-t li.swiper-slide-active+li a,.home4-t li.swiper-slide-active+li+li+li a {
    transform: translateY(1.4rem)
}

.home4-t li a {
    display: block;
    position: relative;
    transition: 0.5s
}

.home4-t li .con {
    padding: 0.53rem 0rem .5rem .58rem;
    margin: 0 auto
}

.home4-t li .con::after {
    width: 2.55rem;
    height: 2.55rem;
    background: url(../images/h4-c1.png) no-repeat;
    background-size: 100% 100% !important
}

.home4-t li .con .img {
    width: 1.54rem;
    height: 1.54rem;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.home4-t li .con .img::after {
    width: 100%;
    height: 100%;
    background: #1d50a2;
    opacity: .7;
    border-radius: 50%
}

.home4-t li .con p {
    font-size: 0.14rem;
    color: #fff;
    line-height: 0.3rem
}

.home4-t li .con p span {
    font-size: 0.32rem;
    font-family: impact
}

.home4-t .arrow {
    margin-top: 0.4rem;
    justify-content: center;
    align-items: center
}

.home4-t .arror {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin-top: 0;
    width: 0.38rem;
    height: 0.38rem;
    background: #fff;
    border-radius: 50%;
    transition: 0.5s
}

.home4-t .arror::after {
    color: #0f55a6;
    font-size: 0.2rem
}

.home4-t .cir {
    padding: 0 0.25rem;
    position: relative;
    bottom: auto
}

.home4-t .cir span {
    width: 0.08rem;
    height: 0.08rem;
    background: #fff;
    opacity: .6;
    margin: 0 0.05rem !important
}

.home4-t .cir span.swiper-pagination-bullet-active {
    width: 0.45rem;
    background: #f08f1e;
    border-radius: 0.04rem;
    opacity: 1
}

.home4-t .arror:hover {
    background: #f08f1e
}

.home4-t .arror:hover::after {
    color: #fff
}

@media screen and (min-width: 1200px) {
    .home4-t li a:hover .con .img::after {
        background: url(../images/h4bg2.png) no-repeat;
        background-size: 100%;
        opacity: 1
    }

    .home4-t li a:hover .con:after {
        background: url(../images/h4-c2.png) no-repeat
    }
}

@media screen and (max-width: 1024px) {
    .home4 {
        padding: .4rem 0
    }
}

@media screen and (max-width: 768px) {
    .home4 .title .h3 {
        margin: 0 auto
    }

    .home4-t .swiper-container {
        padding-bottom: 0rem
    }

    .home4-t li.swiper-slide-active+li a,.home4-t li.swiper-slide-active+li+li+li a {
        transform: translateY(0rem)
    }

    .home4-t li .con {
        width: 2rem;
        height: 2rem;
        padding: 0
    }

    .home4-t li .con::after {
        display: none
    }
}

.home5 {
    width: 100%;
    padding: 0.7rem 0rem;
    background: url(../images/hbg5.jpg) no-repeat center/cover
}

.home5-t {
    justify-content: space-between
}

.home5-t .left {
    width: 49%
}

.home5-t .right {
    width: 49%
}

.home5-t .left ul {
    justify-content: space-between
}

.home5-t .left li {
    width: 49%;
    margin-bottom: 0.15rem
}

.home5-t .left li .imged {
    padding-bottom: 2.15rem
}

.home5-t .left li:first-child .imged {
    padding-bottom: 4.35rem
}

.home5-t .left li:first-child {
    width: 100%
}

.home5-t .left li a {
    position: relative;
    display: block
}

.home5-t .left li .imged::after {
    width: 100%;
    height: 1rem;
    background: url(../images/n-shad.png) no-repeat;
    background-size: 100% 100%
}

.home5-t .left li .img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 1.36rem
}

.home5-t .left li .con {
    width: 100%;
    padding: 0 0.25rem .2rem;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10
}

.home5-t .left li p {
    color: #fff;
    font-size: 0.16rem;
    font-family: gothi
}

.home5-t .left li h3 {
    font-size: 0.18rem;
    color: #fff;
    line-height: 0.3rem;
    margin-top: 0.15rem
}

.home5-t .right li a {
    align-items: flex-end
}

.home5-t .right li {
    margin-bottom: 0.25rem
}

.home5-t .right li .scale {
    width: 2rem;
    padding-right: .4rem
}

.home5-t .right li .con {
    width: calc(100% - 2rem);
    height: 1.1rem;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #ddd
}

.home5-t .right li .con::after {
    background: #0f55a6;
    height: 1px;
    bottom: -1px
}

.home5-t .right li p {
    font-size: 0.16rem;
    font-family: gothi;
    color: #0f55a6
}

.home5-t .right li h3 {
    font-size: 0.18rem;
    color: #333;
    line-height: 0.3rem;
    max-height: 0.6rem\0;
    margin-top: 0.2rem;
    transition: 0.5s
}

@media screen and (min-width: 1200px) {
    .home5-t .right li a:hover .con::after {
        width: 100%
    }

    .home5-t .right li a:hover h3 {
        color: #0f55a6
    }
}

@media screen and (max-width: 1024px) {
    .home5 {
        padding: .4rem 0 .2rem
    }
}

@media screen and (max-width: 768px) {
    .home5-t .left {
        width: 100%
    }

    .home5-t .right {
        width: 100%;
        margin-top: 0.3rem
    }
}

.home6 {
    z-index: 10;
    padding: 0.7rem 0 0
}

.home6::after {
    width: 100%;
    height: 72%;
    background: url(../images/hbg6.png) no-repeat;
    background-size: 100% 100%;
    bottom: auto;
    top: 0
}

.home6 .title {
    justify-content: space-between;
    padding-right: 1.5rem
}

.home6 .title .h3 {
    margin: 0
}

.home6 .title h3,.home6 .title p {
    color: #fff
}

.home6 .title p::after {
    background: #f08f1e
}

.home6 .more {
    top: 35%;
    transform: translateY(0)
}

.home6 .more a {
    color: #fff
}

.ul-iconsb1 li {
    margin-left: 0.2rem
}

.ul-iconsb1 .con {
    position: relative;
    cursor: pointer
}

.ul-iconsb1 .con:hover .qrbox {
    opacity: 1;
    visibility: visible
}

.ul-iconsb1 .con p {
    margin-top: 0.1rem;
    color: #fff;
    font-size: 0.14rem;
    text-align: center;
    display: none
}

.ul-iconsb1 .icon {
    width: 0.58rem;
    height: 0.58rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 50%
}

.ul-iconsb1 .qrbox {
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    margin-bottom: .15rem;
    transition: 0.5s;
    position: absolute;
    width: 1.3rem;
    z-index: 10
}

.ul-iconsb1 .qrbox .qr {
    border-radius: 0.03rem;
    padding: 0.1rem .1rem .1rem;
    background: #fff;
    text-align: center
}

.ul-iconsb1 .qrbox::before {
    content: "";
    border-left: .08rem solid transparent;
    border-right: .08rem solid transparent;
    border-bottom: .1rem solid #fff;
    bottom: -0.1rem;
    left: 50%;
    transform: translateX(-50%) rotateX(180deg);
    position: absolute
}

.ul-iconsb1 .qrbox .qr img {
    width: 1.1rem
}

.home6-t .left {
    width: 50%
}

.home6-t .right {
    width: 50%
}

.home6-t li {
    width: 50%
}

.home6-t li .imged {
    padding-bottom: 3.3rem
}

.home6-t .left li:first-child,.home6-t .right li:last-child {
    width: 100%
}

.home6-t .left li:first-child .imged,.home6-t .right li:last-child .imged {
    padding-bottom: 4.2rem
}

.home6-t li a {
    position: relative;
    display: block
}

.home6-t li .imged::after {
    width: 100%;
    height: 1.5rem;
    background: url(../images/n-shad.png) no-repeat;
    background-size: 100% 100%
}

.home6-t li .con {
    width: 100%;
    padding: 0 0.25rem;
    position: absolute;
    left: 0;
    bottom: .15rem;
    z-index: 10
}

.home6-t li p {
    font-size: 0.14rem;
    color: #fff;
    opacity: .68;
    margin-bottom: 0.1rem
}

.home6-t li h3 {
    font-size: 0.18rem;
    color: #fff;
    line-height: 0.28rem
}

.home6-t .left li:nth-child(1) .con {
    border-left: 0.02rem solid #00c232
}

.home6-t .left li:nth-child(2) .con {
    border-left: 0.02rem solid #40efeb
}

.home6-t .left li:nth-child(3) .con {
    border-left: 0.02rem solid #f48408
}

.home6-t .right li:nth-child(1) .con {
    border-left: 0.02rem solid #ed7c62
}

.home6-t .right li:nth-child(2) .con {
    border-left: 0.02rem solid #00c232
}

.home6-t .right .img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10
}

.home6-t .right .img h3 {
    text-align: center;
    color: #fff;
    font-size: 0.2rem;
    font-weight: bold;
    margin-top: 0.15rem
}

.home6-t .right .img p {
    width: 0.49rem;
    margin: 0 auto;
    opacity: 1
}

@media screen and (max-width: 1024px) {
    .home6 {
        padding: .4rem 0
    }

    .ul-iconsb1 {
        padding-right: .25rem
    }
}

@media screen and (max-width: 768px) {
    .home6-t .left {
        width: 100%
    }

    .home6-t .right {
        width: 100%
    }
}

@media screen and (max-width: 500px) {
    .home6 .more {
        top: 20%
    }

    .home6 .title {
        padding-right: 0
    }

    .ul-iconsb1 {
        width: 100%;
        margin-top: .15rem;
        justify-content: center
    }
}

.home7 {
    padding: 0.8rem 0;
    width: 100%
}

.home7::after {
    width: 100%;
    height: auto;
    top: -3rem;
    background: url(../images/hbg7.png) no-repeat center/cover
}

.home7 .title .h3 {
    margin: 0
}

.home7-t {
    position: relative
}

.home7-t li .imged {
    padding-bottom: 140%
}

.home7-t .arror {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background: #0f55a6;
    left: -0.2rem;
    margin-top: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center
}

.home7-t .swiper-button-next {
    left: auto;
    right: -0.2rem
}

.home7-t .swiper-button-next img {
    transform: rotateY(180deg)
}

.home7-t .arror img {
    width: 0.23rem
}

.home7-t .arror::after {
    display: none
}

@media screen and (max-width: 1024px) {
    .home7 {
        padding: 0.4rem 0
    }

    .home7-t .arror {
        left: 0
    }

    .home7-t .swiper-button-next {
        left: auto;
        right: 0rem
    }
}

.home8 {
    padding: 0.4rem 0 .8rem
}

.home8::after {
    width: 100%;
    height: 4.9rem;
    background: url(../images/hbg8.png) no-repeat bottom;
    background-size: 100%
}

.home8-t ul {
    margin: 0 -0.1rem
}

.home8-t li {
    width: 25%;
    padding: 0 0.1rem
}

.home8-t li * {
    transition: 0.5s
}

.home8-t li a {
    display: flex;
    padding: 0rem 0.28rem 0.28rem;
    flex-direction: column
}

.home8-t li a::after {
    width: 100%;
    background: #fff;
    opacity: 0;
    border-bottom: 0.03rem solid #f08f1e
}

.home8-t li .con {
    height: 1.4rem;
    padding: 0.2rem 0
}

.home8-t li p {
    color: #006cb7;
    font-size: 0.16rem;
    margin-bottom: 0.2rem
}

.home8-t li h3 {
    font-size: 0.18rem;
    color: #333;
    line-height: 0.28rem;
    max-height: 0.56rem\0
}

@media screen and (min-width: 1200px) {
    .home8-t li a:hover::after {
        opacity: 1
    }

    .home8-t li a:hover .con {
        order: -1
    }
}

@media screen and (max-width: 1024px) {
    .home8 {
        padding: 0rem 0 0.4rem
    }

    .home8-t li a {
        padding: 0
    }
}

@media screen and (max-width: 768px) {
    .home8 {
        padding: 0rem 0 0.1rem
    }

    .home8-t li {
        width: 50%;
        margin-bottom: .15rem
    }
}

@media screen and (max-width: 420px) {
    .home8-t li {
        width: 100%
    }
}

.footer {
    width: 100%;
    background: url(../images/fbg.jpg) no-repeat center/cover;
    padding: 0.4rem 0 .25rem
}

.footer p {
    font-size: 0.14rem;
    color: #fff;
    line-height: 1.6;
    opacity: .7;
    text-align: center;
    margin-bottom: 0.1rem
}

.footer .img {
    text-align: center;
    margin-bottom: 0.3rem
}

.footer p span {
    display: inline-block;
    padding-left: 0.2rem
}

.rightFix {
    position: fixed;
    right: 0.3rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 200000;
    display: none;
    background-image: linear-gradient(360deg, #0d4491, #1481cd);
    padding: .7rem 0 .2rem;
    border-radius: 0 0 0.55rem 0.55rem
}

.showdiv .rightFix {
    display: block
}

.rightFix::after {
    width: .9rem;
    height: .9rem;
    background: url(../images/n-i.png) no-repeat;
    background-size: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: -.3rem;
    z-index: 1
}

.rightFix li {
    width: .8rem;
    color: #fff;
    text-align: center;
    font-size: .14rem;
    transition: .3s
}

.rightFix li a {
    display: block;
    padding: 0.1rem 0
}

.rightFix a i {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    width: .32rem;
    height: .3rem;
    margin: 0 auto
}

.rightFix a:hover i {
    transform: rotateY(360deg);
    transition: .5s
}

.rightFix a i.i1 {
    background-image: url(../images/n-i2.png)
}

.rightFix a i.i2 {
    background-image: url(../images/n-i3.png)
}

.rightFix a i.i3 {
    background-image: url(../images/n-i4.png)
}

.rightFix a i.i4 {
    background-image: url(../images/n-i5.png)
}

.rightFix a i.i5 {
    background-image: url(../images/n-i1.png)
}

.rightFix li p {
    margin-top: .1rem;
    transition: 0.5s;
    line-height: 1.5;
    padding: 0 .05rem
}

.rightFix li.totop p {
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.rightFix li.totop p img {
    display: inline-block;
    width: 0.6rem
}

@media screen and (max-width: 1200px) {
    .rightFix {
        display: none !important
    }
}

@media screen and (max-width: 768px) {
    .footer {
        padding: .2rem 0
    }

    .foot-t {
        margin-bottom: .2rem
    }

    .select {
        width: 47%;
        margin-bottom: 0.2rem
    }

    .foot-b .fot-1 {
        width: 100%;
        text-align: center
    }

    .foot-b .fot-2 {
        width: 100%;
        padding-left: 0%;
        text-align: center;
        margin-top: 0.2rem
    }
}

@media screen and (max-width: 420px) {
    .select {
        width: 100%
    }
}

@media screen and (max-width: 1600px) {
    #logo {
        width: 5.6rem
    }

    #header .right {
        padding-left: 5%
    }
}

@media screen and (max-width: 1400px) {
    #header .right {
        padding-left: 5%
    }

    #nav ul li h3 {
        font-size: 0.18rem
    }

    .list_box0 .li {
        padding-right: 0.05rem
    }

    .list_box0 .li>a .top_ico {
        margin-right: 0.05rem
    }
}

@media screen and (max-width: 1200px) {
    .header_box {
        display: none
    }
    #logo a:nth-child(2){
        color: #fff;
        font-size: 12px;
        padding-top: 15px;
        padding-left: 7px;
    }

    .m_header_box {
        display: block
    }

    .ban-dot {
        bottom: .1rem
    }

    .swiper-box1 .imged {
        padding-bottom: 50%
    }
}

@media screen and (max-width: 768px) {
    .txt1 {
        font-size: 0.2rem !important
    }

    .p1 {
        font-size: 0.16rem !important
    }

    .title {
        margin-bottom: 0.25rem
    }

    .title h3 {
        font-size: .28rem
    }
}

@media (min-width: 200px) {
    [aos="zoom-in"] {
        transform: scale(0.5)
    }
}

.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: 99;
    overflow: auto;
    outline: none
}

.body_b.showdiv {
    top: 1rem
}

.scroll {
    padding-top: 1.2rem
}

@media screen and (max-width: 1200px) {
    .body_b {
        width: auto;
        height: auto;
        position: static;
        opacity: 1;
        transform: none;
        overflow: auto;
        top: auto
    }

    .scroll {
        padding-top: 0
    }
}