@charset "utf-8";@font-face {
    font-family: "din";
    src: url("../font/DINCOND-MEDIUM.OTF")
}

@font-face {
    font-family: sy;
    src: url("../font/sySong.woff")
}

.a_body {
    position: relative;
    z-index: 0
}

.section {
    overflow: hidden
}

.header_box {
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

.header_box_li {
    position: relative;
    z-index: 1
}

#header {
    z-index: 999;
    width: 100%
}

.header_box_li #header::before {
    content: "";
    position: absolute;
    height: 1rem;
    top: 0px;
    left: 0px;
    right: 0px;
    transition: all 0.5s;
    opacity: .7;
    visibility: visible;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%)
}

.header_box .wp {
    height: 1rem;
    position: relative;
    padding: 0px;
    display: flex;
    justify-content: space-between;
    transition: all 0.5s;
    margin: 0px auto;
    max-width: 96%;
    align-items: center;
    width: 100%
}

.header_box #logo img {
    width: 3.8rem
}

.header_box #logo .img2 {
    display: none
}

#header .right {
    padding-left: 25%;
    flex: 1;
    display: flex;
    position: relative;
    justify-content: flex-end;
    flex-direction: column
}

.list_box0 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end
}

.list_box0 .li {
    padding: 0 0.2rem;
    height: .26rem;
    display: flex;
    align-items: center
}

.list_box0 .li:last-child {
    padding-right: 0
}

.list_box0 .li:first-child {
    border-left: 1px solid rgba(255, 255, 255, .4)
}

.list_box0 .li a {
    font-size: 0.2rem;
    color: #fff
}

.list_box0 .li a img {
    display: inline-block;
    width: .26rem
}

#m_header .list_box0 .li {
    line-height: 0.4rem;
    padding: 0 0.2rem
}

#nav {
    width: 100%;
    align-items: center;
    justify-content: flex-end
}

#nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 0.3rem;
    flex: 1;
    min-width: 0
}

#nav ul li {
    z-index: 0;
    height: 100%;
    position: relative
}

#nav ul li a {
    display: block;
    padding: 0px;
    position: relative;
    z-index: 2
}

#nav ul li h3 {
    font-size: 0.2rem;
    color: #fff;
    line-height: 1rem;
    position: relative;
    transition: all 0.36s ease 0s;
    border-bottom: 0.04rem solid transparent;
    padding: 0 .27rem
}

#nav ul li .sub {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 50%;
    z-index: 10000;
    transform: translateX(-50%) scaleY(0);
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    transform-origin: top;
    border-radius: 0;
    overflow: hidden;
    background: #cee2ed
}

#nav ul li .sub .box {
    padding: 0.14rem 0
}

#nav ul li .sub a {
    padding: 0.07rem 0.15rem;
    line-height: 1.5;
    transition: all 0.6s ease 0s;
    font-size: 0.16rem;
    color: #333;
    text-align: center
}

#nav ul li .sub a:hover {
    color: #009cc2
}

#nav ul li:hover .sub {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1)
}

#nav>ul>li.on h3,#nav>ul>li:hover h3 {
    color: #009cc2;
    border-color: #009cc2
}

.search_btn {
    cursor: pointer
}

.search_btn img {
    margin: 0px;
    width: .2rem
}

#header img.img2 {
    display: none
}

#header.xg img.img2 {
    display: block
}

#header.xg img.img1 {
    display: none
}

#header.xg::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%)
}

#header.xg #nav ul li h3 {
    color: #333
}

#header.xg .list_box0 .li:first-child {
    border-left: 1px solid rgba(0, 0, 0, .4)
}

#header.xg .list_box0 .li a {
    color: #333
}

#header.xg #openBtn .lcbody .lcitem div {
    background: #333
}

#m_nav * {
    transition: all 0s ease 0s
}

.m_header_box {
    transition: all 0.6s ease 0s;
    display: none;
    position: relative;
    z-index: 100000
}

.m_header_box header {
    padding: 0px 0px 0px 15px;
    height: 0.7rem;
    background: #009cc2;
    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.5rem
}

.m_header_box header #logo {
    padding: 0px;
    width: calc(100% - 80px)
}

#nav_btn_box.on {
    background: none
}

#nav_btn_box {
    position: relative;
    width: 0.7rem;
    height: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1
}

#nav_btn_box::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: rgb(255, 255, 255)
}

#nav_btn_box::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0px;
    left: -.15rem;
    border-right: .15rem solid rgb(255, 255, 255);
    border-top: 0.7rem solid transparent;
    display: none
}

#nav_btn {
    cursor: pointer;
    text-align: center;
    z-index: 99999;
    transition: all 0.5s ease 0s;
    outline: none;
    box-shadow: none
}

#nav_btn .point {
    display: inline-block;
    width: 0.4rem;
    height: 22px;
    position: relative;
    outline: none
}

#nav_btn .point:hover .navbtn,#nav_btn .point:hover .navbtn::after,#nav_btn .point:hover .navbtn::before {
    width: 0.28rem
}

#nav_btn .navbtn {
    position: absolute;
    top: 12px;
    left: 0px;
    display: inline-block;
    width: 18px;
    height: 2px;
    transition: all 0.3s ease-out 0s;
    background: #009cc2
}

#nav_btn .navbtn::after,#nav_btn .navbtn::before {
    position: absolute;
    left: 0px;
    display: inline-block;
    width: 24px;
    height: 2px;
    content: "";
    transition: all 0.3s ease-out 0s;
    background: #009cc2
}

#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 {
    transform: rotate(45deg);
    top: 0px
}

#nav_btn .point.on .navbtn::before {
    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, 0.1)
}

.m_nav_list::-webkit-scrollbar {
    display: none
}

#m_nav {
    z-index: 99999;
    position: fixed;
    width: 100%;
    height: 100vh;
    right: -105vw;
    top: 0px;
    padding: 70px 20px 30px;
    overflow: hidden;
    pointer-events: none;
    transition: all 0.3s ease-out 0s;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: 0% 0% / cover rgb(247, 247, 247);
    opacity: 0;
    visibility: hidden
}

#m_nav .close {
    position: absolute;
    top: 7px;
    right: 15px;
    left: 15px;
    font-size: 30px;
    color: rgb(51, 51, 51);
    z-index: 10000;
    width: auto;
    height: 35px;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px
}

#m_nav.act {
    pointer-events: auto;
    right: 0px;
    opacity: 1;
    visibility: visible
}

#m_nav .search_box input.submit {
    background: url("../images/submit.svg") center center / 0.28rem no-repeat #009cc2
}

#m_nav .list_box0 {
    width: 90%;
    margin: 0.32rem auto 0px
}

#m_nav .list_box0 .li {
    text-align: center;
    color: #009cc2;
    margin: 0px 0rem 0.15rem;
    font-size: 14px
}

#m_nav .list_box0 .li a {
    background: none;
    padding: 0 0.2rem 0 0;
    color: #009cc2
}

.list_box_nav_mobile {
    width: 100%;
    padding: 0px 0px 10px;
    overflow: hidden auto;
    margin: 0px
}

.list_box_nav_mobile>li {
    width: 90%;
    overflow: hidden;
    padding: 0px;
    position: relative;
    margin: 0px auto
}

.list_box_nav_mobile>li .con {
    position: relative
}

.list_box_nav_mobile>li .a {
    width: 100%;
    border-bottom: 1px solid rgb(226, 226, 226);
    line-height: 0.64rem;
    color: rgb(51, 51, 51);
    padding: 0px;
    font-size: 16px;
    display: flex;
    position: relative;
    transition: all 0.5s ease 0s
}

.list_box_nav_mobile>li i {
    opacity: 1;
    width: 0.64rem;
    height: 0.64rem;
    background-image: url("../images/arrow_down.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    position: absolute;
    display: block;
    right: 0px;
    top: 2px;
    background-size: 15px 15px !important
}

.list_box_nav_mobile>li.on1 i {
    transform: rotate(-90deg)
}

.list_box_nav_mobile>li.on .a {
    border-bottom: 1px solid rgb(226, 226, 226)
}

.list_box_nav_mobile>li .list {
    padding: 10px 0px;
    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: rgb(102, 102, 102);
    line-height: 2.5
}

.nav_mask {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 888;
    background-color: rgba(0, 0, 0, 0.4);
    display: none
}

.wap_search {
    font-size: 0.16rem;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    width: 100%;
    height: 0.6rem;
    display: block;
    margin-bottom: .1rem
}

.wap_search .header-search {
    height: 100%;
    border-radius: 0.2rem;
    background: rgb(255, 255, 255);
    position: relative;
    width: 3.68rem;
    margin: 0rem auto
}

.wap_search .input {
    font-size: 0.14rem;
    color: #333;
    height: 0.6rem;
    line-height: 0.5rem;
    padding: 0px 0.24rem;
    box-shadow: none;
    appearance: none;
    float: left;
    border-right: 0px;
    background: none;
    width: calc(100% - 40px)
}

.wap_search .btn_blue {
    position: absolute;
    cursor: pointer;
    top: 0px;
    right: 0px;
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    border: 0px;
    background: url("../images/submit.svg") center center no-repeat #009cc2;
    border-radius: 50%
}

.wap_search .btn_blue.fr {
    background: rgb(233, 237, 239);
    color: rgb(78, 79, 83)
}

.wap_search input::-webkit-input-placeholder {
    color: rgb(153, 153, 153)
}

.wap_search input:focus::-webkit-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: #009cc2;
    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: #009cc2;
    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: #009cc2;
    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)
    }
}

body.fixed {
    overflow: hidden
}

.miso_btn1 {
    display: flex;
    width: .45rem;
    height: .45rem;
    cursor: pointer;
    transition: .5s;
    justify-content: center;
    background: url() no-repeat;
    background-size: 100% 100% !important;
    display: flex;
    align-items: center
}

#openBtn {
    cursor: pointer;
    display: inline-block
}

#openBtn .lcbody {
    width: .18rem;
    height: .13rem;
    position: relative
}

#openBtn .lcbody .lcitem {
    width: 100%;
    height: 1px;
    position: absolute;
    transition: transform 0.36s ease;
    left: 0
}

#openBtn .lcbody .lcitem div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: auto;
    right: 0;
    background: #fff
}

#openBtn .lcbody .top {
    top: 0
}

#openBtn .lcbody .center {
    display: block;
    top: 50%;
    width: 100%
}

#openBtn .lcbody .bottom {
    top: 100%
}

#openBtn .lcbody:hover .lcitem.top .rect {
    animation: move 0.4s ease-in-out 1
}

#openBtn .lcbody:hover .lcitem.center .rect {
    animation: move 0.4s ease-in-out 0.1s 1
}

#openBtn .lcbody:hover .lcitem.bottom .rect {
    animation: move 0.4s ease-in-out 0.2s 1
}

.active#openBtn .lcitem.top {
    transform: rotateZ(45deg);
    top: 49%
}

.active#openBtn .lcitem.center {
    opacity: 0
}

.active#openBtn .lcitem.bottom {
    transform: rotateZ(-45deg);
    top: 49%
}

@keyframes move {
    0% {
        right: 0
    }

    40% {
        right: 0;
        width: 0
    }

    60% {
        right: auto;
        width: 0%
    }

    100% {
        right: auto;
        width: 100%
    }
}

.show .g-nav2 {
    transform: translateY(0)
}

.g-nav2 {
    position: fixed;
    z-index: 49;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .8);
    transition: 0.5s;
    transform: translateY(-100%)
}

.g-nav2 .scroll {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 1.5rem;
    bottom: 0;
    overflow-y: auto
}

.g-nav2 .scroll ul {
    max-width: 17.85rem;
    margin: 0 auto
}

.g-nav2 .scroll li {
    width: 12.5%;
    text-align: center;
    padding-top: 0.45rem
}

.g-nav2 .scroll li a {
    color: #fff
}

.g-nav2 .scroll li h2 {
    font-size: 0.24rem;
    font-weight: bold
}

.g-nav2 .scroll li .list {
    padding: 0.2rem 0
}

.g-nav2 .scroll li .list h3 {
    font-size: 0.20rem;
    line-height: 0.36rem;
    margin-bottom: .2rem
}

.g-nav2 .scroll li .list dl {
    padding-bottom: 0.2rem;
    display: none
}

.g-nav2 .scroll li .list dd {
    font-size: 0.16rem;
    line-height: 0.4rem;
    opacity: 0.65
}

.g-nav2 .scroll li .list dd:hover {
    opacity: 1
}

.show #nav ul {
    opacity: 0;
    visibility: hidden
}

@keyframes ani_roll2 {
    0% {
        background-position: 0 bottom
    }

    100% {
        background-position: -100% bottom
    }
}

.container00 .fp-tableCell {
    padding-top: 0 !important
}

.main-visual-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative
}

.main-visual-slider {
    overflow: hidden;
    position: relative;
    width: 100vw
}

.main-visual-slider .swiper-slide {
    overflow: hidden
}

.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
}

.main-visual-slider .swiper-slide-active .imged {
    transform: scale(1);
    transition: all 6s
}

.main-visual-slider .imged::after {
    width: 100%;
    height: 30%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%)
}

.main-visual-slider video {
    transform: scale(1.1)\0
}

.main-visual-slider .con {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 25vh;
    text-align: center;
    transition-delay: 1s;
    z-index: 10
}

.main-visual-slider p {
    font-size: 0.2rem;
    line-height: 1.1;
    color: #fff
}

.main-visual-slider h3 {
    font-size: 0.4rem;
    line-height: 1.3;
    color: #fff;
    font-weight: bold;
    margin: 0.2rem 0 0rem
}

.main-visual-slider .yw {
    position: absolute;
    left: 1%;
    top: 24vh;
    z-index: 10
}

.main-visual-slider .yw span {
    display: block;
    position: relative
}

.main-visual-slider .yw .y1 {
    margin-top: 3vh;
    width: 2.12rem;
    height: 3.08rem;
}

.main-visual-slider .yw .y2 {
    margin-left: 0%;
    position: relative;
    width: 2.45rem;
    transform: translateX(0rem);
}

.main-visual-slider .yw img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    animation: smokeRise 8s infinite cubic-bezier(0.4, 0, 0.6, 1);
    height: 100%;
    opacity: 0
}

.main-visual-slider .imged:before {
    display: none
}

.main-visual-slider .yw .s9-line1 {
    animation-delay: 0s
}

.main-visual-slider .yw .s9-line2 {
    animation-delay: 2s
}

.main-visual-slider .yw .s9-line3 {
    animation-delay: 4s
}

.main-visual-slider .yw .s9-line4 {
    animation-delay: 6s
}

.yw .s9-line1,.yw .s9-line2,.yw .s9-line3,.yw .s9-line4 {
    will-change: transform, opacity;
    backface-visibility: hidden;
    transform: translateZ(0)
}

@keyframes smokeRise {
    0% {
        transform: translateY(0.2rem) scale(0.95);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        transform: translateY(-0.8rem) scale(1.05);
        opacity: 0
    }
}

.banner .cir {
    bottom: 1.5rem;
    width: 100%
}

.banner .cir span {
    width: 0.2rem;
    height: 0.06rem;
    opacity: .6;
    margin: 0 0.1rem !important;
    background: #fff;
    border-radius: 0.03rem
}

.banner .cir span.on {
    opacity: 1;
    width: 0.6rem
}

.banner dl {
    position: absolute;
    width: 14rem;
    bottom: 0.4rem;
    z-index: 10;
    transition-delay: .3s
}

.banner dt {
    width: 33.3%;
    padding: 0 0.3rem;
    border-right: 1px solid rgba(255, 255, 255, .2)
}

.banner dt:last-child {
    border-right: none
}

.banner dt h3 {
    font-size: 0.2rem;
    color: #fff;
    margin-bottom: 0.2rem
}

.banner dt span {
    align-items: center;
    color: #fff;
    font-size: 0.16rem
}

.banner dt span img {
    display: inline-block;
    margin-left: 0.1rem
}

@media screen and (max-width: 1024px) {
    .banner dt {
        width: 33.3%;
        padding: 0 0.1rem
    }

    .banner dl {
        width: 100%
    }
}

@media screen and (max-width: 768px) {
    .banner dl {
        position: relative;
        padding: 0.3rem 0;
        bottom: auto;
        width: 100%
    }

    .banner dt {
        width: 100%;
        margin-bottom: 0.2rem
    }

    .banner dt h3 {
        color: #333
    }

    .banner dt span {
        color: #666
    }
}

.container00 {
    position: relative
}

.title {
    margin-bottom: 4.5vh;
    position: relative;
    align-items: center;
    justify-content: space-between
}

.title h3 {
    font-size: 0.32rem;
    color: #000;
    font-weight: bold;
    margin-top: 0.15rem
}

.title p {
    font-size: 0.2rem;
    color: #000;
    line-height: 1.1
}

.more a {
    font-size: 0.16rem;
    color: #000;
    padding: 0.18rem 0.3rem;
    border-radius: 0.03rem;
    transition: 0s;
    background: #fff;
    align-items: center
}

.more a img {
    display: inline-block;
    margin-left: 0.1rem;
    width: 0.22rem
}

.container01 {
    width: 100%;
    background: url(../images/hbg1.jpg) no-repeat center/cover
}

.home1 {
    width: 100%
}

.home1 .title h3,.home1 .title p {
    color: #fff
}

.home1-t {
    justify-content: space-between
}

.home1-t .left {
    width: 25%
}

.home1-t .right {
    width: 70%;
    transition-delay: .3s
}

.home1-t .title dl {
    margin: 0.4rem 0 1.05rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.home1-t .title dt {
    margin-bottom: 0.15rem;
    font-size: 0.2rem;
    color: #fff;
    cursor: pointer;
    padding-bottom: 0.05rem;
    border-bottom: 2px solid transparent
}

.home1-t .title dt.on {
    border-color: #fff
}

.home1-t .more {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.home1-t .more a {
    display: none
}

.home1-t .more a.on {
    display: flex
}

.w_tab {
    position: relative
}

.w_tab .tab {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s
}

.w_tab .tab.on {
    position: relative;
    z-index: 10;
    opacity: 1;
    visibility: visible
}

.home1 .home1-t .swiper-container {
    width: calc(2.44rem + 100%);
    height: 5rem
}

.home1-t li * {
    transition: 0.5s
}

.home1-t li .a {
    display: block;
    position: relative;
    border-radius: 0.1rem;
    overflow: hidden;
    cursor: pointer
}

.home1-t li {
    width: 2.7rem
}

.home1-t li.swiper-slide-active {
    width: 5rem
}

.home1-t li .con {
    width: 100%;
    height: 1.6rem;
    opacity: 0;
    visibility: hidden;
    padding: 0 0.35rem;
    margin-top: -.3rem
}

.home1-t li p {
    color: #fff;
    font-size: 0.16rem
}

.home1-t li h3 {
    font-size: 0.2rem;
    color: #fff;
    line-height: 0.32rem;
    max-height: 0.64rem;
    font-weight: bold;
    margin-top: 0.2rem
}

.home1-t li a {
    align-items: center;
    color: #fff;
    font-size: 0.16rem;
    margin-top: 0.2rem;
    display: none
}

.home1-t li a img {
    display: inline-block;
    margin-left: 0.1rem
}

.home1-t li.swiper-slide-active .imged:after {
    width: 100%;
    height: 30%;
    background: linear-gradient(0deg, #3882b5 0%, rgba(56, 130, 181, 0) 100%)
}

.home1-t li .con::after {
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #3882b5 80%, rgba(56, 130, 181, 0) 100%)
}

.home1-t li.swiper-slide-active .con {
    opacity: 1;
    visibility: visible
}

.home1-t li.swiper-slide-active a {
    display: flex
}

.home1-t li .imged,.home1-t li .scale {
    border-radius: .1rem
}

.home1-t .cir {
    width: 4.4rem;
    height: 4px;
    background: rgba(255, 255, 255, 0.5);
    left: 5.4rem;
    bottom: 0;
    top: auto
}

.home1-t .cir .swiper-pagination-progressbar-fill {
    background: #fff;
    height: 4px
}

.more a:hover {
    color: #009cc2;
    text-decoration: underline
}

@media screen and (min-width: 1025px) {
    .home1-t li {
        width: 2.7rem
    }

    .home1-t li.swiper-slide-active {
        width: 5rem
    }

    .home1-t li .imged {
        padding-bottom: 138%
    }

    .home1-t li.swiper-slide-active .imged {
        padding-bottom: 76%
    }
}

@media screen and (max-width: 1200px) {
    .home1 {
        padding: .4rem 0
    }
}

@media screen and (max-width: 1024px) {
    .home1 .home1-t .swiper-container {
        width: 100%;
        height: auto
    }
}

@media screen and (max-width: 768px) {
    .home1-t .left {
        width: 100%
    }

    .home1-t .right {
        width: 100%
    }

    .home1-t .title dl {
        margin: 0.2rem 0
    }
}

@media screen and (max-width: 420px) {
    .home1-t li .con {
        height: auto;
        padding: 0 0.2rem 0.2rem
    }
}

.fp-tableCell {
    padding-top: 1rem
}

.container02 {
    width: 100%;
    background: url(../images/hbg2.jpg) no-repeat bottom/cover
}

.home2 {
    width: 100%;
    position: relative;
    padding: 0vh 0 0vh
}

.home2-t {
    justify-content: space-between
}

.home2-t .left {
    width: 40%;
    background: #fff;
    border-radius: 0.1rem;
    padding: 0.35rem 0.4rem;
    transition-delay: .3s
}

.home2-t .mid {
    width: 25%;
    /* border-radius: 0.1rem; */
    /* background: url(../images/h2bg.png) no-repeat center/cover; */
    /* padding: 0.35rem 0.4rem; */
    /* transition-delay: .5s; */
}

.home2-t .right {
    width: 33%;
    transition-delay: .7s
}

.home2-t li * {
    transition: 0.5s
}

.home2-t .tit {
    margin-bottom: 0.2rem
}

.home2-t .tit h3 {
    color: #000;
    font-size: 0.2rem
}

.home2-t li a {
    align-items: center;
    position: relative
}

.home2-t .left li a {
    padding: 0.2rem 0;
    border-bottom: 1px solid #ddd
}

.home2-t .left li .date {
    padding-right: 0.25rem;
    /* border-right: 1px solid #ddd */
    position: relative;
}

.home2-t .left li .con {
    flex: 1;
    min-width: 0;
    padding-left: 0.2rem
}

.home2-t .left li span {
    font-size: 0.4rem;
    color: #009cc2
}

.home2-t .left li p {
    color: #009cc2;
    font-size: 0.16rem;
    margin-top: 0.1rem
}

.home2-t .left li h3 {
    color: #000;
    font-size: 0.16rem;
    line-height: 0.24rem;
    max-height: 0.48rem\0
}

.home2-t .left li a::after {
    height: 1px;
    bottom: -1px;
    background: #009cc2
}

.h2-m {
    margin-top: 0.17rem
}

.h2-m a {
    align-items: center;
    justify-content: space-between;
    color: #000;
    font-size: 0.16rem;
    transition: 0.5s
}
.home2-t .mid a {
    display: block;
    overflow: hidden;
    border-radius: 0.1rem
}

.home2-t .mid .imged {
    padding-bottom: 78%;
    border-radius: 0.1rem
}

.home2-t .mid li {
    margin-bottom: 0.15rem
}

.home2-t .mid li span {
    position: absolute;
    left: 0.4rem;
    top: 0.4rem;
    color: #fff;
    font-size: 0.2rem;
    z-index: 10
}

.home2-t .mid li p {
    align-items: center;
    color: #fff;
    font-size: 0.16rem;
    padding: 0 0.4rem 0.35rem;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10
}

.home2-t .mid li p img {
    display: inline-block;
    margin-left: 0.2rem
}

.home2-t .mid li:last-child {
    margin-bottom: 0
}


.home2-t .right a {
    display: block;
    overflow: hidden;
    border-radius: 0.1rem
}

.home2-t .right .imged {
    padding-bottom: 59%;
    border-radius: 0.1rem
}

.home2-t .right li {
    margin-bottom: 0.15rem
}

.home2-t .right li span {
    position: absolute;
    left: 0.4rem;
    top: 0.4rem;
    color: #fff;
    font-size: 0.2rem;
    z-index: 10
}

.home2-t .right li p {
    align-items: center;
    color: #fff;
    font-size: 0.16rem;
    padding: 0 0.4rem 0.35rem;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    line-height: 1.2;
}

.home2-t .right li p img {
    display: inline-block;
    margin-left: 0.2rem
}

.home2-t .right li:last-child {
    margin-bottom: 0
}

@media screen and (min-width: 1025px) {
    .home2-t li a:hover::after {
        width: 100%
    }

    .home2-t .left li a:hover h3 {
        color: #009cc2
    }

    .h2-m a:hover {
        color: #009cc2;
        text-decoration: underline
    }
}

@media screen and (max-width: 1200px) {
    .home2 {
        padding: .4rem 0;
        display: block
    }
}

@media screen and (max-width: 1024px) {
    .home2-t .left {
        width: 100%;
        padding: .2rem;
        margin: 0rem 0 .2rem;
    }

    .home2-t .mid {
        width: 42%;
        
    }
    .home2-t .right {
        width: 55.5%
    }

    .h2-m {
        margin-top: 0.25rem
    }
    .home2-t .mid li p{padding:0 .2rem .15rem;}
    .home2-t .mid li span{left:.2rem;}
    .home2-t .right li p{padding:0 .2rem .15rem;}
    .home2-t .right li span{left:.2rem;}
}

.container03 {
    position: relative;
    background: url(../images/h3bg1.jpg) no-repeat center/cover
}

.home3 {
    width: 100%;
    overflow: hidden
}

.home3 .title .h3 {
    margin: 0 auto;
    text-align: center
}

.home3-t {
    align-items: flex-start;
    justify-content: space-between
}

.home3-t li * {
    transition: 0.5s
}

.home3-t .left {
    width: 38%
}

.home3-t .right {
    width: 60%
}

.home3-t .right img {
    width: 100%
}

.home3 dl {
    justify-content: center;
    margin-bottom: 5vh;
    position: relative;
    z-index: 12
}

.home3 dt {
    font-size: 0.2rem;
    color: #000;
    line-height: 1.3;
    padding: 0 0.15rem 0.1rem;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    margin: 0 .15rem
}

.home3 dt.on {
    border-color: #009cc2
}

.home3-t {
    margin: 0 -0.15rem
}

.home3-t li a {
    border-radius: 0.1rem;
    overflow: hidden;
    position: relative;
    display: block;
    margin: 0 0.15rem;
    background: #3882b5
}

.home3-t li .con {
    width: 100%;
    padding: 0.15rem 0.3rem 0.35rem;
    margin-top: -1px;
    background: #3882b5
}

.home3-t li .imged {
    padding-bottom: 92%
}

.home3-t li .imged:after {
    width: 100%;
    height: 45%;
    background: linear-gradient(0deg, rgba(56, 130, 181, 1) 0%, rgba(56, 130, 181, 0) 100%);
    bottom: 0px
}

.h3-s1 .slick-dots {
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, 0.5);
    bottom: 0rem;
    border-radius: 0.02rem
}

.h3-s1 .slick-dots li {
    flex: 1;
    min-width: 0;
    opacity: 0;
    border-radius: 0.02rem;
    background: #fff;
    height: 4px
}

.h3-s1 .slick-dots li.slick-active {
    opacity: 1
}

.h3-s1 .slick-dots li button {
    display: none
}

.home3-t h3 {
    font-size: 0.2rem;
    color: #fff;
    line-height: 0.3rem;
    margin-bottom: 0.2rem
}

.home3-t h4 {
    font-size: 0.16rem;
    color: #fff;
    line-height: 0.24rem;
    max-height: 0.48rem\0
}

.home3-t .slick-arrow {
    width: 0.3rem;
    height: 0.3rem
}

.home3-t .slick-arrow::before {
    color: #fff;
    font-size: 0.26rem;
    font-weight: bold
}

.home3-t .slick-prev {
    left: -0.3rem
}

.home3-t .slick-next {
    right: -0.3rem
}

.home3-t .map {
    position: relative;
    margin-top: -0.5rem;
    width: 9rem;
    height: 8rem
}

.home3-t .map img {
    width: 100%
}

.home3-t .map li {
    position: absolute;
    align-items: center;
    padding: 0.05rem;
    z-index: 1;
    display: flex;
    cursor: pointer
}

.home3-t .map li::after {
    opacity: 0;
    width: 100%;
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0));
    border-radius: 0.16rem;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    z-index: -1
}

.home3-t .map li span {
    display: block;
    width: 0.26rem;
    height: 0.26rem;
    background: url(../images/h3-c1.png) no-repeat;
    background-size: 100% 100% !important
}

.home3-t .map li p {
    font-size: 0.16rem;
    color: #fff;
    padding: 0 0.1rem;
    text-shadow: -0.968px 2.264px 1px rgba(3, 26, 122, 1);
    white-space: nowrap
}

.home3-t .map li.on::after {
    opacity: 1
}

.home3-t .map li.on span {
    background: url(../images/h3-c2.png) no-repeat
}

.h3bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.h3bg div {
    display: none;
    width: 100%;
    height: 100%
}

.h3bg div:first-child {
    display: block
}

.home3-t .map1 {
    margin-left: 0rem
}

.home3-t .map2 {
    margin-left: -1.5rem;
    width: 12rem
}

.home3-t .map2::after {
    width: 100%;
    height: 100%;
    background: url(../images/h3bg3.png) no-repeat;
    background-size: 100% 100% !important;
    left: -14%;
    bottom: -1%;
    display: none
}

.home3-t .map1 img {
    margin-top: -0.4rem
}

.home3-t .map1 li:nth-child(1) {
    left: 41%;
    top: 6%
}

.home3-t .map1 li:nth-child(2) {
    left: 21%;
    top: 11%
}

.home3-t .map1 li:nth-child(3) {
    left: 50%;
    top: 10%
}

.home3-t .map1 li:nth-child(4) {
    left: 52%;
    top: 36%
}

.home3-t .map1 li:nth-child(5) {
    left: 20%;
    top: 39%
}

.home3-t .map1 li:nth-child(6) {
    left: 63%;
    top: 41%
}

.home3-t .map1 li:nth-child(7) {
    left: 58%;
    top: 48%
}

.home3-t .map1 li:nth-child(8) {
    left: 56%;
    top: 53%
}

.home3-t .map1 li:nth-child(9) {
    left: 31%;
    top: 54%
}

.home3-t .map1 li:nth-child(2)::after,.home3-t .map1 li:nth-child(5)::after,.home3-t .map1 li:nth-child(9)::after {
    background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0))
}

.home3-t .map2 li:nth-child(1) {
    left: 30%;
    top: 27%
}

.home3-t .map2 li:nth-child(2) {
    left: 62%;
    top: 44%
}

.home3-t .map2 li:nth-child(3) {
    left: 73%;
    top: 48%
}

.home3-t>ul {
    padding-bottom: .6rem
}

@media screen and (min-width: 1201px) {
    .h3-s1 {
        width: calc(100% + 2.4rem)
    }

    .h3-s1 .slick-list {
        padding-right: 2.4rem
    }

    .h3-s1 .slick-dots {
        width: calc(100% - 2.4rem);
        left: .15rem
    }
}

@media screen and (max-height: 750px) {
    .home3-t li .imged {
        padding-bottom: 75%
    }
}

@media screen and (max-width: 1200px) {
    .home3 {
        padding: .4rem 0
    }

    .home3-t .left li h3 span {
        font-size: 0.4rem
    }
}

@media screen and (max-width: 1024px) {
    .home3-t .left {
        width: 100%;
        order: 2
    }

    .home3-t .right {
        width: 100%;
        margin-bottom: 0.3rem
    }

    .home3-t .map {
        margin-top: 0.3rem;
        margin-left: -.3rem
    }

    .home3 dl {
        margin-bottom: .25rem
    }

    .home3-t>ul {
        padding-bottom: .25rem
    }
}

@media screen and (max-width: 768px) {
    .home3-t li .imged {
        padding-bottom: 65%
    }

    .home3-t .map1 {
        width: 100%;
        height: auto;
        margin-left: 0
    }

    .home3-t .map2 {
        width: 100%;
        height: auto;
        margin-left: -1rem
    }

    .home3-t .map li p {
        font-size: 12px;
        flex: 1;
        position: absolute;
        left: 100%
    }

    .home3-t .map li:after {
        min-width: 2rem
    }

    .home3-t .map1 li:nth-child(2) p,.home3-t .map1 li:nth-child(5) p,.home3-t .map1 li:nth-child(9) p {
        left: auto;
        right: 100%
    }

    .home3-t .map1 li:nth-child(1) {
        left: 41%;
        top: 6%
    }

    .home3-t .map1 li:nth-child(2) {
        left: 41%;
        top: 13%
    }

    .home3-t .map1 li:nth-child(3) {
        left: 50%;
        top: 12%
    }

    .home3-t .map1 li:nth-child(4) {
        left: 52%;
        top: 46%
    }

    .home3-t .map1 li:nth-child(5) {
        left: 46%;
        top: 49%
    }

    .home3-t .map1 li:nth-child(6) {
        left: 63%;
        top: 50%
    }

    .home3-t .map1 li:nth-child(7) {
        left: 58%;
        top: 58%
    }

    .home3-t .map1 li:nth-child(8) {
        left: 56%;
        top: 64%
    }

    .home3-t .map1 li:nth-child(9) {
        left: 51%;
        top: 66%
    }
}

@media screen and (max-width: 420px) {
    .home3-t .map1 {
        transform: scale(.8)
    }

    .home3-t .map2 {
        margin-left: -1rem;
        transform: scale(1)
    }
}

.container04 {
    width: 100%;
    background: url(../images/hbg4.jpg) no-repeat center/cover
}

.home4 {
    width: 100%;
    overflow: hidden;
    z-index: 10;
    position: relative
}

.home4 .title h3,.home4 .title p {
    color: #fff
}

.home4-t {
    position: relative;
    width: 100%;
    z-index: 100
}

.home4-t li * {
    transition: 0.5s
}

.home4-t ul {
    margin: 0 -0.14rem
}

.home4-t li {
    width: 25%;
    padding: 0 0.04rem
}

.home4-t li:nth-child(2n-1) {
    margin-top: 0.5rem
}

.home4-t li a {
    display: block;
    border-radius: 0.1rem;
    overflow: hidden;
    position: relative
}

.home4-t li .imged {
    padding-bottom: 4.76rem;
    border-radius: 0.1rem
}

.home4-t li .con {
    width: 100%;
    padding: 0 0.35rem 0.2rem;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    overflow: hidden;
    height: 0.4rem
}

.home4-t li .con h3 {
    font-size: 0.2rem;
    color: #fff;
    font-weight: bold
}

.home4-t li .con h4 {
    font-size: 0.16rem;
    color: #fff;
    line-height: 0.24rem;
    max-height: 0.72rem\0;
    margin: 0.2rem 0
}

.home4-t li .con p {
    color: #fff;
    font-size: 0.16rem
}

.home4-t li .imged::after {
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #3882b5 30%, rgba(56, 130, 181, 0) 100%);
    border-radius: 0.1rem;
    opacity: 0
}

.home4-t li .box {
    width: 100%;
    height: 4.76rem;
    padding: 0.4rem;
    background: url(../images/h4-bg.jpg) no-repeat bottom/cover
}

.home4-t li .box span {
    color: #009cc2;
    font-size: 0.16rem
}

.home4-t li .box h3 {
    font-size: 0.2rem;
    color: #262b39;
    font-weight: bold;
    margin: 0.15rem 0 0.3rem
}

.home4-t li .box h4 {
    font-size: 0.16rem;
    color: #575d6c;
    line-height: 0.24rem;
    max-height: 0.72rem\0
}

.home4-t li .box p {
    margin-top: 0.55rem
}

@media screen and (min-width: 1025px) {
    .home4-t li a:hover .con {
        height: 2rem
    }

    .home4-t li a:hover .imged::after {
        opacity: 1
    }

    .home4-t li:nth-child(2n) {
        transition-delay: .3s
    }
}

@media screen and (max-width: 1200px) {
    .home4 {
        padding: 0.4rem 0 0
    }
}

@media screen and (max-width: 1024px) {
    .home4-t ul {
        margin: 0 -0.1rem
    }

    .home4-t li {
        width: 25%;
        padding: 0 0.1rem
    }

    .home4-t li a .imged::after {
        opacity: 1
    }
}

@media screen and (max-width: 768px) {
    .home4-t li {
        width: 50%;
        margin-bottom: 0.25rem
    }

    .home4-t li:nth-child(2n-1) {
        margin-top: 0.2rem
    }

    .home4-t li .imged {
        padding-bottom: 130%
    }

    .home4-t li .box {
        height: auto;
        padding: 0.2rem
    }

    .home4-t li .box h3 {
        margin: 0.1rem 0
    }

    .home4-t li .box p {
        margin-top: 0.2rem
    }

    .home4-t li .box p img {
        width: 1.11rem
    }

    .home4-t li a .imged::after {
        height: 5 0%
    }
}

.container05 {
    width: 100%;
    background: url(../images/hbg5.jpg) no-repeat center/cover
}

.home5 {
    width: 100%;
    overflow: hidden
}

.home5 .title .h3 {
    margin: 0 auto;
    text-align: center
}

.h5-t {
    position: relative;
    margin-bottom: 8vh
}

.h5-t::after {
    width: 80%;
    height: 2.57rem;
    background: url(../images/h5-bg.png) no-repeat bottom;
    background-size: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: auto;
    top: 85%
}

.home5-t li {
    width: 8.6rem;
    transition: 0.5s
}

.home5-t li * {
    transition: 0.5s
}

.home5-t li a {
    display: block;
    position: relative
}

.home5-t li .imged,.home5-t li .scale {
    border-radius: 0.1rem
}

.home5-t li .imged::after {
    width: 100%;
    height: 30%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0
}

.home5-t li .imged {
    padding-bottom: 56%
}

.home5-t li .con {
    width: 100%;
    position: absolute;
    z-index: 10;
    padding: 0 0.1rem 0.25rem;
    text-align: center;
    opacity: 0;
    bottom: 0
}

.home5-t li h3 {
    font-size: 0.18rem;
    line-height: 0.32rem;
    color: #FFFFFF
}

.home5-t .more a {
    margin: 0 auto
}

.home5-t .more {
    position: relative;
    z-index: 10
}

.home5-t .arror {
    width: 0.5rem;
    height: 0.5rem;
    margin-top: 0;
    transform: translateY(-50%);
    border-radius: 50%;
    border: 1px solid #009cc2
}

.home5-t .arror::after {
    color: #009cc2;
    font-size: .2rem
}

.home5-t .swiper-button-prev {
    left: -0.8rem
}

.home5-t .swiper-button-next {
    right: -0.8rem
}

.home5-t .arror:hover {
    background: #009cc2
}

.home5-t .arror:hover::after {
    color: #fff
}

@media screen and (max-width: 1200px) {
    .home5 {
        padding: 0.4rem 0
    }
}

@media screen and (max-width: 1024px) {
    .home5-t li {
        width: 8rem
    }

    .home5-t .tab {
        padding: 0 .4rem
    }

    .home5-t .arror {
        width: 0.35rem;
        height: 0.35rem
    }

    .home5-t .swiper-button-prev {
        left: 0%
    }

    .home5-t .swiper-button-next {
        right: 0%
    }
}

@media screen and (max-width: 768px) {
    .home5-t li {
        width: 5rem
    }

    .home5-t li .con {
        padding: 0 .15rem .15rem
    }

    .h5-t {
        margin-bottom: 0.2rem
    }

    .h5-t::after {
        top: 10%
    }
}

@media screen and (max-width: 500px) {
    .home5-t li {
        width: 3.5rem
    }
}

@media screen and (max-width: 400px) {
    .home5-t li {
        width: 3rem
    }
}

#fp-nav {
    display: none
}

.fp-auto-height .fp-tableCell {
    padding-top: 0
}

.footer {
    width: 100%;
    background: url(../images/fbg.jpg) no-repeat center/cover
}

.foot-t {
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5)
}

.foot-t .fot2 {
    width: 40%
}

.foot-t p {
    font-size: 0.16rem;
    color: #fff;
    line-height: 0.3rem
}

.foot-t .fot2 ul {
    justify-content: space-between
}

.foot-t .fot2 li {
    font-size: 0.16rem;
    color: #fff;
    line-height: 1.3
}

.foot-b {
    padding: 0.7rem 0 1rem;
    justify-content: space-between
}

.foot-b .fot1 li {
    padding-right: 0.35rem
}

.foot-b .fot1 li p {
    font-size: 0.16rem;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 0.1rem
}

.foot-t .fot2 li:hover {
    opacity: .8
}



.ul-iconsb1 {
    justify-content: flex-end;
    align-items: center
}

.ul-iconsb1 li {
    padding-left: 0.15rem
}

.ul-iconsb1 span {
    font-size: 0.16rem;
    color: #fff;
    padding-right: 0.15rem
}

.ul-iconsb1 .con {
    position: relative;
    cursor: pointer
}

.ul-iconsb1 .con:hover .qrbox {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%) translateX(-50%)
}

.ul-iconsb1 .icon img {
    width: 0.42rem;
    height: .42rem;
    border-radius: 50%
}

.ul-iconsb1 .icon p {
    height: 0.42rem;
    padding: 0 0.2rem;
    border-radius: 0.22rem;
    color: #333;
    font-size: 0.14rem;
    background: #fff;
    line-height: .42rem
}

.ul-iconsb1 .qrbox {
    bottom: 100%;
    transform: translateY(-30%) translateX(-50%);
    opacity: 0;
    visibility: hidden;
    margin-bottom: .15rem;
    transition: 0.5s;
    position: absolute;
    width: 1.2rem;
    z-index: 10;
    height: auto;
    z-index: 100;
    left: 50%;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1)
}

.ul-iconsb1 .qrbox .qr {
    padding: .05rem;
    background: #fff;
    text-align: center;
    border-radius: .1rem
}

.ul-iconsb1 .qrbox::before {
    content: "";
    border-left: .08rem solid transparent;
    border-right: .08rem solid transparent;
    border-bottom: .1rem solid #fff;
    bottom: -0.1rem;
    transform: translateX(-50%) rotateX(180deg);
    position: absolute;
    left: 50%
}

.ul-iconsb1 .qrbox .qr img {
    width: 100%
}

.ul-iconsb1 .qrbox .p {
    font-size: 0.14rem;
    overflow: hidden;
    text-align: center;
    margin-top: .1rem;
    line-height: 1.5
}

.nav-r {
    position: fixed;
    top: 50%;
    transform: translateY(-50%) translateX(0%);
    z-index: 200000;
    transition: 0.5s;
    left: 0.5rem
}

.nav-r ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.nav-r li {
    padding: 0.15rem 0
}

.nav-r li a {
    display: flex;
    align-items: center
}

.nav-r li span {
    display: inline-block;
    width: 0.11rem;
    height: 0.11rem;
    background: #fff;
    opacity: .2;
    transition: 0.5s;
    border-radius: 50%
}

.nav-r li p {
    opacity: 0;
    font-size: 0.16rem;
    padding-left: 0.1rem;
    transition: 0.2s;
    color: #fff
}

.nav-r li.on span {
    opacity: 1
}

.nav-r li.on p {
    opacity: 1
}

.nav-r.lan li span {
    background: #009cc2
}

.nav-r.lan li p {
    color: #333
}

.rightFix {
    position: fixed;
    right: 0.1rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 200000;
    cursor: pointer;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    transition: 0.5s
}

.rightFix.on2 {
    transform: translateX(120%) translateY(-50%)
}

.rightFix .rr-t {
    background: linear-gradient( 90deg, rgb(52, 125, 225) 0%, rgb(0, 156, 194) 100%);
    width: 0.43rem;
    height: 0.98rem;
    border-radius: 0.1rem 0 0 0.1rem;
    padding: 0 0.1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%) translateX(150%);
    cursor: pointer;
    transition: 0.5s
}

.rightFix .rr-t p {
    color: #fff;
    text-align: center;
    padding-bottom: 0.15rem
}

.rightFix ul {
    background: linear-gradient(0deg, #347de1 0%, #009cc2 100%);
    padding: .1rem 0rem;
    border-radius: 0.1rem;
    transition: 0.5s;
    opacity: 1;
    visibility: visible;
    transform: translateX(0%);
    display: block;
    width: .9rem
}

.rightFix.on {
    right: 0rem
}

.rightFix.on ul {
    transform: translateX(1rem);
    opacity: 0;
    visibility: hidden
}

.rightFix.on .rr-t {
    transform: translateY(-50%) translateX(0)
}

.rightFix li {
    color: #fff;
    text-align: center;
    font-size: .14rem;
    transition: .3s;
    padding: 0 0.1rem
}

.rightFix li a {
    display: block;
    padding: 0.1rem 0
}

.rightFix a span {
    width: .31rem;
    height: .27rem;
    margin: 0 auto
}

.rightFix a::after {
    width: 0.43rem;
    height: 1px;
    opacity: .2;
    background: #fff;
    left: 50%;
    transform: translateX(-50%)
}

.rightFix a:hover span img {
    transform: rotateY(360deg);
    transition: .5s
}

.rightFix li p {
    margin-top: .1rem;
    transition: 0.5s;
    line-height: 1.5;
    font-size: 0.14rem
}

.rightFix li.totop p {
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.rightFix li:last-child a {
    padding: 0
}
.foot {
    padding: 0.2rem 0;
    background: rgba(255, 255, 255, .2)
}

.foot p {
    font-size: 0.16rem;
    color: #fff;
    line-height: 1.5
}
.foot .wp{align-items: center;justify-content: space-between;}

.select{width: 2.56rem;position: relative;cursor: pointer;margin: 0 0.1rem;}
.select h2{font-size: 0.16rem;height: 0.4rem;align-items: center;padding: 0 .15rem;justify-content: space-between;background: rgba(73, 169, 193, 0.3);border: 1px solid rgba(255, 255, 255, .3);border-radius: 0.2rem;}
.select h2 p{color: #fff;white-space: nowrap;}
.select ul{/*height: 2rem;*/position: absolute;width: auto;left: 0;right: 0;padding: .15rem 0rem;z-index: 5;bottom: 100%;display: none;overflow-y: auto;background: rgba(73, 169, 193, 0.78);border: 1px solid rgba(255, 255, 255, .3);border-radius: 0.2rem 0.2rem 0 0;border-bottom: none;}
.select li{font-size: 0.15rem;line-height: 0.32rem;color: #fff;transition:0.5s;padding: 0 .15rem;text-align: left;}
.select li a{color:#fff;}
.select h2 img{width: 0.08rem;}
.select li:hover{background:#0D6DB9;color:#fff;}
.select li:hover a{color: #fff;}
.select h2.on{border-radius: 0 0 0.2rem 0.2rem;background: rgba(73, 169, 193, 0.78);}

@media screen and (max-width: 1024px) {
    .foot-t {
        padding: 0.3rem 0
    }

    .foot-b {
        padding: 0.25rem 0
    }

    .rightFix {
        display: none !important
    }
    .fot-t{order: -1;width: 100%;justify-content: center;}
    .foot .wp>p{text-align: center;width: 100%;}
    .select{margin-bottom: 0.15rem;}
}

@media screen and (max-width: 768px) {
    .foot-t {
        padding: 0.3rem 0
    }

    .foot-t .fot1 {
        width: 100%;
        text-align: center
    }

    .foot-t .fot2 {
        width: 100%;
        margin-top: 0.2rem
    }

    .foot-t .fot2 ul {
        justify-content: center
    }

    .foot-t .fot2 li {
        padding: 0 0.1rem
    }

    .foot-b .fot1 {
        width: 100%
    }

    .foot-b .fot2 {
        width: 100%;
        margin-top: 0.2rem
    }

    .ul-iconsb1 {
        justify-content: center
    }
}

@media screen and (max-width: 1600px) {
    .header_box #logo {
        width: 4.4rem
    }
}

@media screen and (max-width: 1400px) {
    #nav ul li h3 {
        font-size: 0.2rem
    }

    .list_box0 .li {
        padding-right: 0.05rem
    }

    .list_box0 .li>a .top_ico {
        margin-right: 0.05rem
    }

    .header_box #logo {
        width: 4.4rem
    }
}

@media screen and (max-width: 1200px) {
    .header_box,.home3 .titl ul {
        display: none
    }

    .m_header_box {
        display: block;
        height: .7rem
    }

    .swiper-box1 .imged {
        padding-bottom: 50%
    }

    .nav-r {
        display: none !important
    }

    .title {
        margin-bottom: 0.3rem !important
    }

    .title h3 {
        font-size: .32rem !important
    }
}

@media (min-width: 1200px) and (max-height: 750px) {
    html {
        font-size: 4.2vw
    }
}

@media screen and (max-width: 1024px) {
    .banner .cir {
        bottom: .2rem
    }

    .main-visual-slider .con {
        top: 20%
    }

    .main-visual-slider h3 {
        font-size: 3vw
    }
}

@media screen and (max-width: 768px) {
    .txt1 {
        font-size: 0.18rem !important
    }

    .p1 {
        font-size: 0.16rem !important
    }

    .title {
        margin-bottom: .3rem
    }

    .title h3 {
        font-size: .26rem !important
    }

    .title p,.more a {
        font-size: 0.14rem
    }

    .more a {
        padding: .1rem .2rem
    }
}

@media screen and (max-width: 600px) {
    .adress p {
        flex-wrap: wrap;
        padding-right: 0.15rem;
        padding-bottom: 0.05rem
    }
}

@media (min-width: 200px) {
    [aos="zoom-in"] {
        transform: scale(0.5)
    }

    .active [data-aos] {
        pointer-events: auto
    }
}

.home2-t .left li .date:after {
    content: "";
    position: absolute;
    width: 1px;
    right: 0;
    bottom: 0.02rem;
    background: #ddd;
    transform: rotate(20deg);
    top: .05rem;
}
