@charset "utf-8"; html {
    overflow-x: hidden;
}

/* */
@font-face {
    font-family: "pol";
    src: url("../font/Poly.woff");
}

@font-face {
    font-family: "sy";
    src: url("../font/sySong.woff");
}

.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;
}

#header {
    position: absolute;
    z-index: 999;
    width: 100%;
    transition: all 0.36s ease 0s;
}

.header_box_li #header::before {
    content: "";
    position: absolute;
    height: 1.8rem;
    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;
    z-index: -1;
}

.header_top {
    position: relative;
    margin: 0.1rem 0 0.1rem;
    transition: 0.5s;
}

.header_top .search_btn {
    display: inline-block;
    float: none;
    font-size: 0.14rem;
}

#header .right {
    /* padding-right: 0.8rem; */
    padding-left: 5%;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    justify-content: center;
}

.right-b {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    transition: 0.5s;
}

/* .right-b:after{width:calc((100vw - 94%)/2 + 100%);height:.6rem;background-size: 100% 100%;} */
.list_box0 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.list_box0 .li {
    font-size: 0.15rem;
    color: #fff;
    display: inline-block;
    margin-right: 0.2rem;
    line-height: .21rem;
}

.list_box0 .zw {
    border: 1px solid rgba(255,255,255,.6);
    border-radius: 0.04rem;
}

.right-b .list_box0 .li {
    width: 0.36rem;
    height: 0.36rem;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.12rem;
    padding: 0;
    color: #fff;
    font-size: 0.16rem;
    position: relative;
}

.right-b .list_box0 .li a {
    height: auto;
    line-height: inherit;
    padding: 0;
}

.list_box0 .li > a {
    transition: 0.5s;
    height: 0.21rem;
    display: inline-block;
    padding: 0 0.1rem;
    /* background: #692ebb; */
}

.sstop .top_ico {
    width: 0.56rem;
    height: 0.56rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list_box0 .li a > img {
    vertical-align: middle;
}

.list_box0 .li:hover a {
    color: #ec9927;
}

#m_header .list_box0 {
    float: right;
}

#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;
}

.list_box_01 li {
    text-align: center;
    display: block !important;
    margin: 0px 15px !important;
}

.list_box_01 li h3 img {
    border: 1px solid rgb(237, 237, 237);
    width: 85px;
    height: 85px;
}

.list_box_01 li h5 {
    font-size: 0.12rem;
    color: rgb(102, 102, 102);
    line-height: 20px;
    margin: 0px;
}

.list_box0 .li::after {
    content: "";
    position: absolute;
    left: -0.26rem;
    width: 1px;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    opacity: 0.8;
}

.list_box0 .li:first-child::after {
    display: none;
}

.header_box .w1200 {
    height: 1.2rem;
    position: relative;
    width: 18rem;
    padding: 0px;
    display: flex;
    justify-content: space-between;
    margin: 0px auto;
    max-width: 94%;
}

/* ser */
.sstop {
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.sstop .input {
    z-index: 1;
    transition: all 0.5s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 0;
    position: absolute;
    right: -.1rem;
    background: #fff;
    /* padding: 0 0.1rem; */
    opacity: 0;
    top: 50%;
    margin-top: -.15rem;
}

.sstop .btn {
    /* width: 0.2rem; */
    /* height: 0.2rem; */
    /* padding: 0 !important; */
    display: block;
}

.sstop .btn img {
    width: .2rem;
    height: .2rem;
}

.sstop.on .input {
    width: 2.5rem;
    opacity: 1;
    visibility: visible;
    padding: 0 0.1rem;
}

.sstop .input .txtinput {
    width: calc(100% - .2rem);
    height: 0.3rem;
    line-height: 0.3rem;
    font-size: 0.14rem;
}

.input .sub {
    width: 0.2rem;
    height: 0.2rem;
    cursor: pointer;
}

#header #logo .box_table {
    width: auto;
}

#logo {
    padding: 0px;
    height: 100%;
    position: relative;
    width: 5.86rem;
    display: flex;
    align-items: center;
    z-index: 10;
}

#logo img {
    max-width: 100%;
    transition: all 0.5s ease 0s;
    max-height: 0.9rem;
}

#logo img.img2 {
    display: none;
}

#nav {
    width: 100%;
    /* max-width: 10.1rem; */
}

.right-b .list_box0 {
    width: 1.1rem;
    justify-content: flex-end;
}

#nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#nav ul li {
    float: left;
    z-index: 0;
    height: 100%;
    position: relative;
    /* padding: 0 0.2rem; */
}

#nav ul li a {
    display: block;
    padding: 0px;
    position: relative;
    z-index: 2;
}

#nav ul li h3 {
    font-size: 0.2rem;
    color: rgb(255, 255, 255);
    line-height: .56rem;
    position: relative;
    transition: all 0.36s ease 0s;
    display: inline-block;
    white-space: nowrap;
}

#nav ul li h3::after {
    content: "";
    position: absolute;
    left: 0%;
    top: calc(100% + 2px);
    transition: all 0.6s ease 0s;
    /* border-bottom: 1rem solid #000; */
    /* margin-left: -0.12rem; */
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: .03rem;
    background: #c8a55f;
}

#nav ul li.on1 h3::after {
    opacity: 1;
    visibility: visible;
}

#nav ul li a i {
    margin: -3px 0px 0px 0.1rem;
    display: inline-block;
    width: 10px;
    height: 5px;
    transition: all 0.5s ease 0s;
}

#nav ul li a i {
    display: inline-block;
    width: 9px;
    height: 6px;
    background-size: contain;
    vertical-align: middle;
    margin-left: 8px;
}

#nav ul li .sub {
    position: absolute;
    top: 100%;
    background: rgba(255,255,255,.9);
    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: #e0a338;
}

#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: #333;
    text-align: center;
    white-space: nowrap;
    min-width: 1.6rem;
    font-family: 'bell';
}

#nav ul li .sub a:hover {
    color: #fff;
    background: #1c72c8;
}

#nav ul li:hover .sub {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1);
}

#nav > ul > li.on h3, #nav ul li:hover h3, #header.xg #nav ul li.on a h3, #header.xg #nav ul li:hover a h3 {
    /* color: #c8a55f; */
}

#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;
    background: url("") center center / 100% no-repeat;
    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); */
    /* opacity: 1; */
    /* visibility: visible; */
}

#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.xg::before {height: 1rem;} */
.header_box .xg .w1200 {
    align-items: center;
}

.header_box .xg .header_top {
    display: none;
}

.header_box .xg .sstop {
    top: 0;
}

#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: #289bca;
    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;
}

.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: #289bca;
}

#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: #289bca;
}

#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 rgb(6, 86, 183);
}

#m_nav .list_box0 {
    width: 90%;
    margin: 0.32rem auto 0px;
}

#m_nav .list_box0 .li {
    text-align: center;
    color: #660774;
    margin: 0px 0rem 0.15rem;
    font-size: 14px;
}

#m_nav .list_box0 .li a {
    background: none;
    padding: 0 0.2rem 0 0;
}

#m_nav .old_rukou {
    margin: 0.24rem 0px 0px;
    width: 100%;
}

.list_box_nav_mobile {
    width: 100%;
    /* height: calc(100% - 3rem); */
    padding: 0px 0px 10px;
    overflow: hidden scroll;
    margin: 0px;
    /* flex: 1 1 0%; */
}

.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: static;
    background-origin: static;
    background-clip: static;
    background-color: static;
    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 .form {
    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 #289bca;
    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;
}

/* pc搜索 */
.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: #0d5aa9;
    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: #0d5aa9;
    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: #0d5aa9;
    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);
    }
}

/* banner */
.main-visual-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.main-visual-slider {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.main-visual-slider .swiper-slide {
    overflow: hidden;
    color: rgb(255, 255, 255);
}

.main-visual-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0px;
    top: 0px;
}

.ban-dot {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 0.2rem;
    bottom: 7%;
}

.swiper-box1 .imged {
    padding-bottom: 50%;
}

.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 video {
    transform: scale(1.1)\0;
}

.banner .imged::after {
    width: 100%;
    height: 20%;
    background: url(../images/banshad.png) repeat-x;
    background-size: 100% 100%;
}

.banner .dot {
    position: absolute;
    bottom: .45rem;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.banner .btn {
    font-size: 0.24rem;
    width: auto;
    bottom: auto;
    text-align: center;
    padding: 0 .5rem;
    position: relative;
    color: #fff;
    display: flex;
    align-items: center;
}

.banner .swiper-container .btn span {
    position: relative;
    width: 0.9rem;
    height: 0.5rem;
    margin: 0px 0.2rem;
    opacity: 1;
    background: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "pol"
}

.banner .swiper-container .btn span::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 1.36rem;
    left: 0;
    bottom: -.45rem;
    background: url(../images/cirbg.png) no-repeat;
    background-size: 100% 100%;
    opacity: 0;
}

.banner .swiper-container .btn span::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 0.42rem;
    height: 0.4rem;
    background: url(../images/cir.png) no-repeat;
    background-size: 100%;
    left: 50%;
    bottom: auto;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
}

.banner .swiper-container .btn .swiper-pagination-bullet-active {
    font-size: 0rem;
}

.banner .swiper-container .btn .swiper-pagination-bullet-active::before,.banner .swiper-container .btn .swiper-pagination-bullet-active::after {
    opacity: 1;
}

.banner .arror {
    width: 0.2rem;
    height: 0.26rem ;
    margin-top: 0;
    opacity: 1;
    position: relative;
    top: auto;
    margin: 0;
}

.banner .swiper-button-prev {
    left: auto;
}

.banner .swiper-button-next {
    right: auto;
    left: auto;
}

.banner .arror::after {
    font-weight: bold;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.24rem;
}

.banner .img {
    position: absolute;
    top: 1.2rem;
    right: 5%;
    z-index: 100;
    width: 1.2rem;
    height: 1.2rem;
}

.banner .img p {
    margin-top: .15rem;
    font-size: .18rem;
    color: #333;
    text-align: center;
}

/* home1 */
.home1 {
    width: 100%;
    padding: .55rem 0 0.75rem;
    overflow: hidden;
    position: relative;
}

.home1::after {
    width: 17%;
    background: url(../images/hbg1.jpg) no-repeat center/cover;
    left: auto;
    right: 0;
    height: auto;
    top: 0;
    bottom: 1.79rem;
}

.home1::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 7.03rem;
    height: 1.66rem;
    background: url(../images/h1bg.png) no-repeat;
    background-size: 100%;
    left: 0;
    bottom: 0;
}

.title {
    margin-bottom: .55rem;
    align-items: center;
    line-height: 1.5;
    position: relative;
    justify-content: space-between;
}

.title .h3 {
    width: 3rem;
    position: relative;
    align-items: center;
    padding: 0.35rem 0.2rem 0.2rem 0.75rem;
}

.title .line {
    width: calc((100% - 3rem)/2);
    margin-top: 0rem;
}

.title .line2 {
    margin-top: 0.35rem;
}

.title .line img {
    width: 100%;
}

.title .h3 .img {
    width: 0.4rem;
    height: 0.38rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title .h3 .img img {
    max-width: .4rem;
    max-height: 0.38rem;
}

.title .h3::after {
    width: 1.07rem;
    height: 1.07rem;
    background: url(../images/titbg.png) no-repeat;
    background-size: 100%;
    bottom: auto;
    left: 0.25rem;
    top: 0;
}

.title .h3 p {
    color: #333;
    font-size: 0.36rem;
    font-family: "sy";
    font-weight: bold;
    padding-left: .15rem;
    font-weight: bold;
}

.title .h3 p span {
    color: #0d5aa9;
    font-family: "sy";
}

.title .h3 em {
    font-style: normal;
    display: inline-block;
    font-size: 0.16rem;
    color: #999999;
    position: absolute;
    bottom: 0;
    right: .3rem;
    font-family: Arial;
}

.title .more {
    position: absolute;
    right: 0.3rem;
    bottom: 0.1rem;
}

.title .more a {
    font-size: 0.18rem;
    color: #666;
    transition: 0.5s;
}

.home1 .left {
    width: 50%;
    position: relative;
    z-index: 2;
}

.home1 .right {
    width: 50%;
}

.home1 .left a {
    position: relative;
    height: 1rem;
    align-items: center;
}

.home1 .left a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.1rem;
    background: url(../images/h1-line.png) no-repeat;
    background-size: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.home1 .left a::after {
    background: url(../images/h1-li.png) no-repeat;
    background-size: 100% 100%;
    left: -.75rem;
    height: auto;
    top: -0.16rem;
    bottom: -0.1rem;
}

.home1 .left li:last-child a::before {
    display: none;
}

.home1 .left .date {
    width: 0.8rem;
}

.home1 .left .con {
    width: calc(100% - .8rem);
    padding: 0 1.2rem 0 .35rem;
}

.home1 .left .con::after {
    width: 0.33rem;
    height: 0.19rem;
    background: url(../images/xq1.png) no-repeat;
    background-size: 100%;
    bottom: auto;
    top: 50%;
    left: auto;
    right: 0.5rem;
    transform: translateY(-50%);
}

.home1 .left .date .p {
    text-align: right;
    font-size: 0.26rem;
    color: #0d5aa9;
    font-family: pol;
}

.home1 .left .date .tim {
    text-align: center;
    transform: translateX(-.3rem);
    display: none;
}

.home1 .left .date span {
    font-family: pol;
    font-size: 0.5rem;
    color: #fff;
    line-height: 1.3;
}

.home1 .left .date p {
    font-family: pol;
    font-size: 0.18rem;
    color: #fff;
}

.home1-t .left h3 {
    font-size: 0.18rem;
    color: #333;
    line-height: 0.3rem;
    transition: 0.5s;
    width: 100%;
}

.home1-t .left h4 {
    font-size: 0.14rem;
    color: #fff;
    line-height: 0.24rem;
    max-height: 0.48rem\0;
    margin-top: .15rem;
    display: none;
}

.home1 .left li.on a {
    height: 1.4rem;
}

.home1 .left li.on a::after {
    width: calc(100% + 1.35rem);
}

.home1 .left li.on .con::after {
    display: none;
}

.home1 .left li.on .date .tim {
    display: block;
}

.home1 .left li.on .date .p {
    display: none;
}

.home1 .left li.on h4 {
    display: block;
}

.home1 .left li.on h3 {
    color: #fff;
}

.home1 .right .scale {
}

.home1 .right .imged {
    padding-bottom: 5.4rem;
    clip-path: polygon(0 0, 96% 0, 100% 5%, 100% 100%, 0 100%);
}

.home1 .right .scale::after {
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/sj1.png) no-repeat;
    background-size: 100%;
    left: auto;
    right: 0;
    bottom: auto;
    top: 0;
    z-index: 1;
}

.home1-t .right .dot {
    align-items: center;
    height: 1.04rem;
}

.home1-t .right .arror {
    width: 35%;
    height: 1.04rem;
    position: relative;
    left: auto;
    right: auto !important;
    margin: 0;
    top: auto;
    opacity: 1;
}

.home1-t .right .swiper-button-prev {
    background: url(../images/pre1.png) no-repeat;
    background-size: 100% 100%;
}

.home1-t .right .swiper-button-next {
    background: url(../images/pre2.png) no-repeat;
    background-size: 100% 100%;
}

.home1-t .right .arror::after {
    color: #fff;
    font-size: 0.22rem;
}

.home1-t .right .btn {
    font-size: 0.32rem;
    width: auto;
    bottom: auto;
    text-align: center;
    padding: 0 .2rem;
    position: relative;
    width: 30%;
    color: rgba(13,90,169,.3);
    font-weight: lighter;
}

.home1-t .right .swiper-container .btn span {
    position: relative;
    width: 0.2rem;
    height: 0.2rem;
    margin: 0rem;
    background: none;
    color: #0d5aa9;
    opacity: .5;
    margin: 0;
    font-family: pol;
    font-size: .22rem;
}

.home1-t .right .swiper-container .btn .swiper-pagination-current {
    font-size: 0.42rem;
    /* margin: .3rem 0 0 .15rem; */
    transform: translate(0px, -.1rem);
    display: inline-block;
    opacity: 1;
    width: .4rem;
    height: .4rem;
}

/* home2 */
.home2 {
    width: 100%;
    padding: .6rem 0 .9rem;
    background: url(../images/hbg2.jpg) no-repeat bottom #eef3f8;
    background-size: 100%;
}

.home2 .title .line {
    width: calc((100% - 2.5rem));
}

.home2 .title .h3 {
    padding: .35rem .2rem 0.2rem .3rem;
    width: 2.5rem;
}

.home2 .title .h3::after {
    left: -.2rem;
}

.home2-t .left {
    width: 48%;
    margin-top: 0.55rem;
}

.home2-t .right {
    width: 52%;
    padding-left: 0.6rem;
}

.home2-t .left ul {
    align-items: flex-end;
}

.home2-t .left li {
    width: 33.3%;
}

.home2-t .left li a {
    height: 2.3rem;
    position: relative;
    padding: 0.5rem 0.65rem 0.45rem;
    display: block;
    width: 100%;
}

/****.home2-t .left li:first-child{width: 69.6%;/* transform: translateX(-3%); */
margin-left: -3%;}

****/ .home2-t .left li:first-child a {
    height: 3.2rem;
    padding: 0;
}

.home2-t .left li .imged {
    padding-bottom: 3.2rem;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%, 0 8%);
}

.home2-t .left li .imged::after {
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.home2-t .left li .scale::after {
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/sj1.png) no-repeat;
    background-size: 100%;
    left: 0;
    bottom: auto;
    top: 0;
    z-index: 1;
    transform: rotateY(180deg);
}

.home2-t .left li .img {
    width: 0.68rem;
    height: 0.58rem;
    display: flex;
    align-items: flex-end;
    margin: 0 auto 0.25rem;
    justify-content: center;
}

.home2-t .left li .img img {
    max-height: 100%;
}

.home2-t .left li p {
    text-align: center;
    color: #fff;
    font-size: 0.18rem;
    line-height: 0.26rem;
}

.home2-t .left li:first-child .li {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
}

/*******.home2-t .left li:first-child .img{width: 2.6rem;height: 1.1rem;background: url(../images/h2cir.png) no-repeat;background-size: 100%;margin: 0 auto;align-items: center;}************/
.home2-t .left li:first-child .img {
    width: 2.6rem;
    height: 1.1rem;
    background-size: 100%;
    margin: 0 auto;
    align-items: center;
}

.home2-t .left li:first-child .img img {
    max-width: 0.68rem;
    max-height: 0.65rem;
}

.home2-t .left li:nth-child(1) {
    background: url(../images/h2bg2.jpg) no-repeat center/cover;
}

.home2-t .left li:nth-child(2) {
    background: url(../images/h2bg1.jpg) no-repeat center/cover;
}

.home2-t .left li:nth-child(3) {
    background: url(../images/h2bg2.jpg) no-repeat center/cover;
}

.home2-t .left li:nth-child(4) {
    background: url(../images/h2bg3.jpg) no-repeat center/cover;
}

.home2-t .left li:nth-child(5) {
    background: url(../images/h2bg4.jpg) no-repeat center/cover;
}

.home2-t .left li:nth-child(6) {
    background: url(../images/h2bg3.jpg) no-repeat center/cover;
}

.home2-t .left li a:hover .img img {
    transform: rotateY(360deg);
    transition: 0.5s;
}

.home2-t .tab {
    justify-content: space-between;
    margin-bottom: .4rem;
}

.home2-t .tab p {
    width: 18%;
    height: 0.45rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.18rem;
    color: #0d5aa9;
    background: url(../images/h2tab1.png) no-repeat;
    transition: 0.5s;
    cursor: pointer;
    background-size: 100% 100% !important;
}

.home2-t .tab p.on {
    background: url(../images/h2tab2.png) no-repeat;
    color: #fff;
}

.home2-t .right li a {
    padding: .15rem 0;
    line-height: 1.3;
}

.home2-t .right li h3 {
    font-size: 0.18rem;
    color: #333;
    width: calc(100% - .8rem);
    padding-right: .2rem;
    transition: 0.5s;
}

.home2-t .right li h3 em {
    font-style: normal;
    display: inline-block;
    color: #0d5aa9;
}

.home2-t .right li a p {
    font-size: 0.22rem;
    color: #0d5aa9;
    text-align: right;
    white-space: nowrap;
    transition: 0.5s;
    width: .8rem;
    font-family: pol;
}

/* home3 */
.home3 {
    width: 100%;
    padding: 0.7rem 0 0.95rem;
    overflow: hidden;
}

.home3::after {
    width: 100%;
    height: 60%;
    background: url(../images/hbg3.jpg) no-repeat;
    background-size: 100%;
    bottom: auto;
    top: 0;
}

.home3 .title .h3 p {
    color: #fff;
}

.home3 .title .h3 p span {
    color: #e0a338;
}

.home3 .title .h3 em {
    color: #fff;
    opacity: .3;
    text-transform: uppercase;
}

.title .h3::after {
    background: url(../images/titbg2.png) no-repeat;
    background-size: 100%;
}

.home3-t .left {
    width: 50%;
}

.home3-t .right {
    width: 50%;
}

.home3-t .left .imged {
    padding-bottom: 5.3rem;
}

.home3-t .left .slick-dots {
    position: relative;
    bottom: auto;
    height: .7rem;
    text-align: left;
    display: flex;
    align-items: center;
    padding-left: .3rem;
    z-index: 2;
}

.home3-t .left .slick-dots li {
    width: .9rem;
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home3-t .left .slick-dots li button {
    font-size: .24rem;
    color: #999;
    font-family: pol;
    padding: 0;
    width: .3rem;
    height: .4rem;
    line-height: 1.2;
    position: relative;
    padding: 0 0 0 .18rem;
    transition: 0s;
}

.home3-t .left .slick-dots li button:before {
    content: "0";
    font-size: .24rem;
    color: #999;
    font-family: pol;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
    transition: 0s;
}

.home3-t .left .slick-dots li::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 1.24rem;
    left: 0;
    bottom: 0rem;
    background: url(../images/cirbg2.png) no-repeat;
    background-size: 100% 100%;
    opacity: 0;
}

.home3-t .left .slick-dots li::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 0.42rem;
    height: 0.4rem;
    background: url(../images/cir.png) no-repeat;
    background-size: 100%;
    left: 50%;
    bottom: auto;
    top: 35%;
    transform: translate(-50%,-50%);
    opacity: 0;
}

.home3-t .left .slick-dots li.slick-active button,.home3-t .left .slick-dots li.slick-active button:before {
    font-size: 0rem;
}

.home3-t .left .slick-dots li.slick-active::before,.home3-t .left .slick-dots li.slick-active::after {
    opacity: 1;
}

.home3-t .right .h3-t {
    width: 100%;
    height: 5.3rem;
    background: url(../images/h3bg1.jpg) no-repeat center/cover;
    padding: 0.45rem 0.7rem;
}

.home3-t .right .h3-t .con {
    align-items: center;
}

.home3-t .right .h3-t .con::after {
    width: 1.14rem;
    height: 1.08rem;
    background: url(../images/databg.png) no-repeat;
    background-size: 100%;
    left: -.2rem;
    bottom: auto;
    top: 0;
}

.home3-t .right .h3-t .date {
    width: 0.8rem;
}

.home3-t .right .h3-t h3 {
    width: calc(100% - .8rem);
    padding-left: .6rem;
    color: #333;
    font-size: 0.22rem;
    line-height: 0.36rem;
    max-height: 0.72rem\0;
}

.home3-t .right .h3-t .date span {
    font-size: 0.5rem;
    color: #0d5aa9;
    font-family: pol;
    line-height: 1.3;
}

.home3-t .right .h3-t .date p {
    font-size: 0.18rem;
    color: #0d5aa9;
    font-family: pol;
    line-height: 1.3;
}

.home3-t .right .h3-t h4 {
    font-size: 0.16rem;
    color: #666;
    line-height: 0.3rem;
    max-height: 0.9rem\0;
    margin: 0.6rem 0 0.6rem;
}

.home3-t .right .h3-t a>p {
    padding-top: .2rem;
    border-top: 1px solid #ddd;
    justify-content: space-between;
    position: relative;
}

.home3-t .right .h3-t p::after {
    width: 1.1rem;
    height: 1px;
    background: #0d5aa9;
    bottom: auto;
    top: 0;
}

.home3-t .right .h3-t p span {
    color: #0d5aa9;
    font-size: 0.16rem;
}

.home3-t .right .h3-t p img {
    width: 0.33rem;
    position: absolute;
    right: 0;
}

.home3-t .right .h3-t .slick-list {
    overflow: visible;
}

.home3-t .right .h3-b {
    background: #e5f1f9;
    margin-top: -.65rem;
    position: relative;
    z-index: 2;
}

.home3-t .right .h3-b li a {
    display: block;
    padding: 0.2rem;
}

.home3-t .right .h3-b li.slick-current a {
    background: url(../images/h3bg2.jpg) no-repeat center/cover;
}

.home3-t .right .h3-b .arror {
    width: 0.8rem;
    height: 0.8rem;
    background: #0d5aa9;
    left: -.8rem;
    margin: auto;
    top: auto;
    bottom: 0;
}

.home3-t .right .h3-b .swiper-button-next {
    background: #e0a338;
    left: auto;
    right: -.8rem;
}

.home3-t .right .h3-b .arror::after {
    font-weight: bold;
    color: #fff;
    font-size: 0.22rem;
}

.home3-t .right .h3-b .scale img {
    display: none;
}

/* foot */
.footer {
    width: 100%;
    padding: .55rem 0 .25rem;
    background: url(../images/fbg.jpg) no-repeat top/cover;
}

.footer::after {
    width: 2.24rem;
    height: 3.17rem;
    background: url(../images/fbg.png) no-repeat;
    background-size: 100% 100%;
}

.footer .foot-t {
    justify-content: space-between;
    align-items: center;
}

.footer p {
    color: #fff;
    font-size: 0.15rem;
    line-height: 1.8;
    text-align: center;
}

.foot-t .fot-l {
    width: calc(100% - 5.15rem);
    text-align: center;
}

.footer .log-r {
    width: 5.15rem;
}

.foot-t .fot-l .log {
    margin-bottom: .3rem;
}

.footer .log-r ul {
    justify-content: flex-end;
}

.footer .log-r li {
    padding: 0.1rem;
    text-align: center;
    background: url(../images/ewmbg.png) no-repeat;
    background-size: 100% 100%;
    width: 1.39rem;
    height: 1.58rem;
    margin-left: .15rem;
}

@media screen and (min-width: 1200px) {
    .home2-t a:hover h3,.home3 .right li a:hover {
        color: #0d5aa9;
    }

    .more a:hover {
        transform: translateX(.15rem);
    }
}

@media screen and (max-width: 1600px) {
    #logo {
        width:4rem;
    }

    #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: 1199px) {
  .header_box,.home3 .titl ul{ display: none; }
  .m_header_box {display: block;height: .7rem;}
  .swiper-box1 .imged{padding-bottom: 50%;}

}
@media screen and (max-width: 1024px) {
 
  .home1,.home2,.home3,.home4,.home5,.home6,.home7,.home8,.home9{padding: 0.4rem 0;}
  footer{padding: .4rem 0 .2rem;}
  
}
@media screen and (max-width: 768px) {
  .txt1 { font-size: 0.2rem !important; }
  .p1 {line-height: 2 !important;font-size: 0.16rem !important;}
  .title h3{font-size: .24rem;}
  
}

@media screen and (max-width: 600px) {
 
}
@media screen and (max-width: 420px) {
 
} */
@media (min-width: 200px) {
    [aos="zoom-in"] {
        transform: scale(0.5);
    }

    html:not(.no-js) [data-aos=fade-right] {
        -webkit-transform: translate3d(-150px,0,0);
        transform: translate3d(-150px,0,0)
    }

    html:not(.no-js) [data-aos=fade-left] {
        -webkit-transform: translate3d(150px,150px,0);
        transform: translate3d(150px,150px,0)
    }

    html:not(.no-js) [data-aos=fade-down] {
        -webkit-transform: translate3d(-150px,-150px,0);
        transform: translate3d(-150px,-150px,0)
    }
}

ox {
    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: #289bca;
    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;
}

.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: #289bca;
}

#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: #289bca;
}

#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 rgb(6, 86, 183);
}

#m_nav .list_box0 {
    width: 90%;
    margin: 0.32rem auto 0px;
}

#m_nav .list_box0 .li {
    text-align: center;
    color: #660774;
    margin: 0px 0rem 0.15rem;
    font-size: 14px;
}

#m_nav .list_box0 .li a {
    background: none;
    padding: 0 0.2rem 0 0;
}

#m_nav .old_rukou {
    margin: 0.24rem 0px 0px;
    width: 100%;
}

.list_box_nav_mobile {
    width: 100%;
    /* height: calc(100% - 3rem); */
    padding: 0px 0px 10px;
    overflow: hidden scroll;
    margin: 0px;
    /* flex: 1 1 0%; */
}

.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: static;
    background-origin: static;
    background-clip: static;
    background-color: static;
    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 .form {
    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 #289bca;
    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;
}

/* pc搜索 */
.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: #0d5aa9;
    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:
}

.ar_wap {
    display: none
}

.flex{display:flex;justify-content:space-between;flex-wrap:wrap}
.flex-left{display:flex;flex-wrap:wrap}
.flex-center{display:flex;flex-wrap:wrap;justify-content: center;}
.flex-right{display:flex;flex-wrap:wrap;justify-content: flex-end;}
.flex-v-center{display:-webkit-flex;display:flex;flex-direction:column;justify-content:center}
.flex-v{display:-webkit-flex;display:flex;align-items:center;justify-content:space-between;}
.flex-v-bottom{display: -webkit-flex;display: flex;align-items: flex-end;flex-wrap: wrap;justify-content: left;}


/*=================================响应开始========================================*/
/*wap*/

.wap-head {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    padding-right: 15px;
    padding-left: 15px;
    background: #0d5aa9;
    height: .75rem;
}

.big-nav {
    z-index: 999;
    position: fixed;
    width: 100%;
    height: 100vh;
    right: -105vw;
    top: 0;
    padding: .9rem 20px 30px;
    overflow: hidden;
    pointer-events: none;
    transition: all 0.3s ease-out;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: #fff;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);

}

body.navShow .big-nav {
    pointer-events: auto;
    right: 0;
    opacity: 1;
    visibility: visible;
}

.big-nav .list_box0 {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.big-nav .list_box0 .li {
    font-size: 12px;
    color: #e8e8e8;
    display: inline-block;
    transition: .6s;
    margin-right: 0.2rem;
    margin-left: 0;
    position: relative;
    line-height: .32rem;
    border: 1px solid #0d5aa9;
    border-radius: .05rem;
    padding: 0 .1rem;
}

.big-nav .list_box0 .li a {
    color: #0d5aa9;
}
.big-nav .list_box0{
    gap: .1rem 0;
}

.big-nav .scroll {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 1.04rem;
    bottom: 0;
    overflow-y: auto;
}

.list_box_nav_mobile {
    width: 100%;
    height: 100%;
    padding: 0 0 10px;
    overflow: hidden;
    overflow-y: scroll;
    margin: 0;
    flex: 1;
}

.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 #e5e5e5;
    line-height: .64rem;
    color: #333;
    padding: 0;
    font-size: .2rem;
    display: flex;
    position: relative;
    transition: .5s;
}

.list_box_nav_mobile > li i {
    opacity: 1;
    filter: alpha(opacity=100);
    width: .64rem;
    height: .64rem;
    background: url('../images/nav-icon.png') center no-repeat;
    background-size: auto .12rem !important;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
}

.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 {
    color: #333;
}

/*三级导航 开始*/
.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: #0d5aa9;
    text-align: center;
    letter-spacing: 2px;
    overflow: hidden;
    width: 100%;
    height: 60px;
    display: block;
}

.wap_search .header-search {
    height: 40px;
    border-radius: 0;
    background: rgb(255 255 255);
    position: relative;
    width: 100%;
    margin: 10px auto;
}

.wap_search .input {
    font-size: 14px;
    color: #646464;
    height: 40px;
    line-height: 38px;
    padding: 0 .24rem;
    box-shadow: none;
    -webkit-appearance: none;
    float: left;
    background: none;
    width: calc(100% - 40px);
    border: 1px solid #e5e5e5;
    border-right: 0;
}

.wap_search .btn_blue {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 0;
    background: url(../images/search-2.png) center no-repeat #0d5aa9;
    background-size: .2rem;
    border-radius: 0;
}

.wap_search .btn_blue.fr {
    background: #e9edef;
    color: #4e4f53;
}


html.navShow,
body.navShow{
    overflow: hidden;
}

.ar_wap{display: none}


@media (max-width: 1199px){
    html,body{
        overflow-x: hidden !important;
    }
    .ar_web{display: none}
    .ar_wap{display: block}
    .wp {
        width: 100%;
        padding: 0 15px;
        max-width: 100%;
    }
    .miso_navs{
        display: none;
    }
    .wap-head {
        display: flex;
        z-index: 11111;
    }
    .wap-head .logo img{
        width: auto;
        height: 0.6rem;
        display: block;
    }
    .wap-head .navbtnm {
        width: .86rem;
        height: .75rem;
        background-size: cover;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 5;
        color: #fff;
        text-align: center;
    }
    .wap-head .navbtnm i{
        display: block;
        width: 100%;
        height: 0.75rem;
        background: url("../images/menu.png") no-repeat 50%;
        background-size: 0.32rem 0.32rem;
        transition: all .3s;
        position: relative;
        z-index: 3;
    }
    .wap-head .navbtnm:before{
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #fff;
    }
    .wap-head .navbtnm:after {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: -6px;
        border-right:#fff 6px solid;
        border-bottom: transparent 0.75rem solid;
    }
    .navShow .navbtnm i{
        background-image: url("../images/close-menu.png");
    }
    .list_box0 .li{
        border: none;
    }

    .main-visual-slider{
        margin-top:.75rem;
    }
    .banner .img{
        display:none;
    }
    .banner .swiper-container .btn span::before{
        display:none;
    }
    .banner .swiper-container .btn span{
        width:.42rem;
        height:.42rem;
        margin: 0 .1rem;
    }
    .banner .dot{
        bottom:.2rem;
    }
    .banner .btn{
        padding:0 .2rem;
    }

}

@media (max-width: 1025px){
    .title .line{
        display:none;
    }
    .title .h3{
        padding: 0 !important;
        width: auto !important;
    }
    .title .h3::after{
        display:none;
    }
    .title .h3 em{
        display:none;
    }
    .title .h3 p{
        font-size:.32rem;
    }
    .title .more a{
        display:block;
        height: 0.24rem;
        object-fit:fill;
        overflow:hidden;
    }
    .title .more a img{
        height:.42rem;
    }
    .title{
        margin-bottom:.3rem;
    }
    .home1 .right{
        width:100%;
    }
    .home1 .right .imged{
        padding-bottom:62vw;
    }
    .home1-t{
        flex-direction:column-reverse;
    }
    .home1-t .right .dot{
        height:auto;
        display: block;
    }
    .home1-t .right .arror{
        position:absolute;
        top:50%;
        width:.4rem;
        height:.4rem;
        transform: translateY(-50%);
     }
    .home1-t .right .swiper-button-prev{
        left: 0.1rem;
        background-size:cover;
        background-position: 50%;
    }
    .home1-t .right .swiper-button-next{
        left:auto;
        right: 0.1rem!important;
        background-size:cover;
        background-position: 50%;
    }
    .home1-t .right .btn{
        font-size:.2rem;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0.1rem;
        text-align: right;
        width: auto;
        color: #fff;
    }
    .home1-t .right .swiper-container .btn .swiper-pagination-current{
        font-size:.3rem;
        color:#fff;
    }
    .home1-t .right .swiper-container .btn span{
        font-size:.2rem;
        color:#fff;
    }
    .home1 .left{
        width:100%;
        margin-top:.2rem;
    }
    .home1 .left li.on h4{
        display:none;
    }
    .home1 .left li.on h3{
        color:#0d5aa9
    }
    .home1 .left li.on .date .p{
        display:block;
        text-align: left;
    }
   .home1 .left li.on .date .tim{
       display:none;
   }
    .home1 .left .date .p{
        text-align:left;
        font-size: .18rem;
        line-height: .3rem;
    }
    .home1 .left .date{
        width: 0.5rem;
    }
    .home1 .left a::after{
        display:none;
    }
    .home1 .left li.on a,
    .home1 .left li a{
        height:.7rem;
    }
    .home1 .left a::before{
        background:#0d5aa9;
        height:1px;
        width:0;
        right:0;
        bottom:-1px
    }
    .home1 .left li.on a::before{
        left:0;
        width:100%;
    }
    .home1 .left li{
        border-bottom:1px solid #ddd
    }
    .home1 .left .con::after{
        display:none;
    }
    .home1 .left .con {
        width: calc(100% - 0.5rem);
        padding: 0 0rem 0 0.2rem;
    }
    .home1::after{
        display:none;
    }
    .home1::before{
        left: 0;
        right: 0;
        width: 4rem;
        height: 0.9rem;
        max-width: 100%;
        margin: 0 auto;
        background-position:bottom center;
    }
    .home1{
        padding:.4rem 0
    }

    .home2-t{
        flex-direction:column-reverse;
    }
    .home2-t .right{
        width:100%;
        padding:0;
    }
    .home2-t .tab{
        margin-bottom:.2rem;
    }
    .home2-t .left{
        width:100%;
        margin-top:.2rem;
    }
    .home2-t .left li a{
        padding:0;
        height: 1.5rem;
        display:flex;
        align-items:center;
        justify-content:center;
    }
    .home2-t .left li:first-child .li{
        position:static;
        transform:none;
    }
    .home2-t .left li .img{
        width: 0.5rem !important;
        height: 0.5rem !important;
        margin: 0 auto;
    }
    .home2-t .left li .img img{
        max-width:100% !important;
        max-height:100% !important;
    }
    .home2-t .left li p{
        margin-top:.2rem;
    }
    .home2{
        padding:.4rem 0
    }
    .home3-t .left{
        width:100%;
    }
    .home3-t .right{
        width:100%;
    }
    .home3-t .left .slick-dots li::before,
    .home3-t .left .slick-dots li::after{
        display:none;
    }
    .home3-t .left .slick-dots li button{
        display:none;
    }
    .home3-t .left .slick-dots li{
        width:.1rem;
        height:.1rem;
        background:#fff;
        border-radius:50%;
    }
    .home3-t .left .slick-dots li.slick-active{
        background:#0d5aa9
    }
    .home3-t .left .slick-dots{
        position:absolute;
        bottom:.15rem;
        left:0;
        right:0;
        padding:0;
        font-size:0;
        text-align:center;
        justify-content: center;
        gap: 0 .1rem;
        height: auto;
    }
    .home3-t .left .imged{
        padding-bottom:54vw;
    }
    .slick-dotted.slick-slider{
        margin-bottom:0;
    }
    .home3-t .right .h3-t{
        height:auto;
        padding:.2rem;
        margin-top:0;
    }
    .home3-t .right .h3-t .con::after{
        display:none;
    }
    .home3-t .right .h3-t .date{
        width: 0.6rem;
        text-align:center;
        margin-right:.15rem;
    }
    .home3-t .right .h3-t .date span{
        font-size:.38rem;
        line-height:1;
    }
    .home3-t .right .h3-t .date p{
        font-size:.16rem;
    }
    .home3-t .right .h3-t h3{
        width:auto;
        padding:0;
        flex:1;
        font-size: .2rem;
    }
    .home3-t .right .h3-t h4{
         margin: 0.1rem 0 ;
    }
    .home3-t .right .h3-b{
        display:none;
    }
    .home3-t .right .h3-t a>p{
        padding-top:.15rem;
    }
    .home3-t .right .h3-t p img{
        display:none;
    }
    .home3{
        padding:.4rem 0
    }
    .foot-t .fot-l{
        width:100%;
    }
    .foot-t .fot-l .log{
        margin-bottom: 0.1rem;
    }
    .foot-t .fot-l .log img{
        display:block;
        max-width:100%;
        max-height:.5rem;
        margin:0 auto;
    }
    .footer .log-r{
        width:100%;
        margin-top:.2rem;
    }
    .footer .log-r ul{
        gap: 0 .15rem;
        justify-content: center;
    }
    .footer .log-r li{
        width:1.2rem;
        height:auto;
       margin: 0;
    }
    .footer p{
        font-size:.12rem;
        line-height:1.2;
        margin-top:.05rem;
    }
    .footer::after{
        display:none;
    }
    .footer{
        padding:.3rem 0;
        background:#0d5aa9;
    }
}

@media (max-width: 769px){
    .wap-head .logo img{
        height:.45rem;
    }
    .title .h3 p{
        font-size:.26rem;
        padding-left: 0;
    }
    .title .h3 .img img{
        max-width:.3rem;
        margin-right:.1rem;
    }
    .title .h3 .img{
        width: auto;
        height: auto;
    }
    .title {
        margin-bottom: .15rem;
    }
    .title .more a{
        height: 0.18rem;
    }
    .title .more a img {
        height: 0.3rem;
        transform:translateY(3px)
    }
    .title .more{
        top:50%;
        right:0;
        bottom:auto;
        transform: translateY(-50%);
    }
    .home1 .title .more{
        padding:0 5px;
        background:#0d5aa9;
    }
    .home2-t .tab p{
        width:auto;
        min-width:1.2rem;
        padding: 0 .2rem;
        height: .38rem;
        font-size: .16rem;
    }
    .home2-t .tab{
        gap:.15rem .2rem;
        justify-content:center;
        flex-wrap:wrap;
    }
    .home2-t .right li a p{
        width:.5rem;
        margin-left:.05rem;
        font-size:.14rem;
    }
    .home2-t .right li h3{
        width:auto;
        flex:1;
        padding:0;
        font-size:.16rem;
    }
    .home2-t .right li a{
        padding:.1rem 0;
    }
}

@media (max-width: 481px){
     .wap-head .logo img{
        height:.35rem;
    }
    .banner .swiper-container .btn span{
        width:.3rem;
        height:.3rem;
    }
    .banner .swiper-container .btn span::after{
        width:100%;
        height:100%;
    }
    .home1-t .right .arror{
        width:.3rem;
        height:.3rem;
    }
    .home1 .left .con{
        padding:0; 
    }
    .home1-t .right .swiper-container .btn .swiper-pagination-current{
        font-size:.24rem;
        width: auto;
        height: auto;
    }
    .home1-t .right .swiper-container .btn span{
        font-size:.14rem;
    }
    .home1 .left li.on a, .home1 .left li a{
        height: 0.56rem;
    }
    .home2-t .left li{
        width:50%;
    }
    .home2-t .left li .img {
        width: 0.4rem !important;
        height: 0.4rem !important;
    }
    .home3-t .right .h3-t h3{
        font-size:.18rem;
        line-height:.28rem;
        max-height:.56rem
    }
}

@media (max-width: 351px){
     .wap-head .logo img{
        height:.28rem;
    }
}