@charset "utf-8";

.day3_01:before {
    content: "";
    background: #cc0000;
    width: 0.06rem;
    height: 0.06rem;
    border-radius: 100%;
    position: absolute;
    top: 0.1rem;
    left: 0rem;
}

.searchResultList .list_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.searchResultList .list_item div {
    display: none;
}

.searchResultList .list_item h1 {
    width: calc(100% - 150px);
    text-align: left;
}

.searchResultList .list_item h1>a {
    font-size: 17px;
    font-weight: 400;
    display: inline-block;
    max-width: 64%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* */
@font-face {
    font-family: "sy-normal";
    src: url("/font/SOURCEHANSERIFCN-REGULAR.OTF");
}

@font-face {
    font-family: sy;
    src: url("/font/sySong.woff");
}


.a_body {
    position: relative;
    z-index: 0;
}

.section {
    overflow: hidden;
}

.xwz {
    background: #ffffcc;
}
.head {
  transition: all .6s;
}

.head.xg {
  background: rgba(31,50,116,0.8);
}
.header_box {
    position: fixed;
    z-index: 10000;
    left: 0;
    right: 0;
    top: 0;
    transition: all .6s;
}


.header_box #header::before {
    content: "";
    position: absolute;
    height: 2.1rem;
    top: 0;
    left: 0px;
    right: 0px;
    transition: all 0.6s;
    opacity: 1;
    visibility: visible;
    background: url("/images/headbg.png") center top / 100% 100% repeat-x;
    z-index: -1;
}

.head_wit {
    background: #1F3274;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);

}

.head_wit::before {
    content: none;
}

.head .right {

    flex: 1;
    display: flex;
    align-items: center;
    position: relative;
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-end;
}

.header_top {
    position: relative;
    height: .3rem;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.list_box0 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.list_box0 .li {
    font-size: 0.14rem;
    color: #fff;
    display: inline-block;
    line-height: .3rem;
    position: relative;
    z-index: 10;
}

.list_box0 .li a {
    display: flex;
    align-items: center;
    transition: 0.5s;
    padding: 0 0.15rem;
    color: #fff;
    line-height: .2rem;
}

.list_box0 .li a:hover {
    color: #ffeb00;
}

.list_box0 .li a img {
    padding-right: 5px;
    height: .16rem;
}

.list_box0 .li:first-child a {
    border-left: none;
}

.list_box0 .li a.search_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: none;
    padding-left: 0;
    padding-right: 0;
    width: .32rem;
    height: .32rem;
    border: 0.6px solid #FFFFFF;
    border-radius: 5px;
}

.list_box0 .li a.search_btn img {
    padding-right: 0;
}

#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;
}

.m_nav .list_box0 {
    justify-content: flex-start;
}

.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;
}

.head .head-b .wp {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: .15rem 3.125%;
    max-width: 100%;
    align-items: center;
}

#logo {
    height: 100%;
    display: flex;
    align-items: center;
}

#logo img {
    max-width: 100%;
    transition: all 0.5s ease 0s;
    height: .87rem;
}

.header_box.head_wit #header::before {
    display: none;
}

.head_wit {
    background: #1F3274;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);

}

.head_wit #nav ul li .lmsy::before {
    bottom: .15rem;
}

.head_wit #logo img {
    height: .7rem;
}

.head_wit::before {
    display: none;
}

.head_wit #nav ul li h3 span {
    top: .15rem;
}

.head_wit #nav ul li h3 {
    padding-bottom: .2rem;
    padding-top: .1rem;
}

.head_wit .header_top {
    margin-bottom: .05rem;
}

#nav {
    width: 100%;
    /* max-width: 10.1rem; */
}

#nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#nav ul li {
    height: 100%;
    position: relative;
    margin-left: .07rem;
}

#nav ul li a {
    display: block;
    position: relative;
}

#nav ul li h3 {
    position: relative;
    padding: 0 .18rem;
    padding-top: .2rem;
    padding-bottom: .35rem;
    font-size: 0.18rem;
    color: #fff;
}

#nav ul li .lmsy::before {
    content: '';
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0.2rem;
    height: 2px;
    background: #f3da03;
    transition: all .3s;
}

#nav ul li.on .lmsy::before,

#nav ul li:hover h3::before {
    left: .18rem;
    right: .18rem;
}

#nav ul li .lmsy::after {
    content: "";
    position: absolute;
    bottom: .2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 0;
    background: #f3da03;
}

.nosub .lmsy::after {
    display: none
}


#nav ul li:hover h3::after {
    bottom: 0;
    height: .16rem;
}

#nav ul li h3 span {
    content: "";
    position: absolute;
    top: 0.28rem;
    right: 0;
    width: .08rem;
    height: .08rem;
    background: url(/images/nav_icon.png) no-repeat center center/.08rem auto;
}

/* #nav ul li a i {display: inline-block;width: 11px;height: 6px;margin-left: 8px;background-size:100% !important;} */
#nav ul li .sub {
    display: flex;
    align-items: center;
    position: absolute;
    top: 100%;
    background: #fff;
    height: 100%;
    width: auto;
    min-width: 4rem;

    height: auto;
    /* padding-left: 2.4rem; */
    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;
}

#nav ul li:last-child .sub {
    left: auto;
    right: 0;
    transform: translateX(0) scaleY(0);
}

#nav ul li:last-child:hover .sub {
    transform: translateX(0) scaleY(1);

}

/* #nav ul li .sub::before {
  content: "";
  position: absolute;
  left: .5rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(/images/nav_wzbg.png) no-repeat center center/100% 100%;
  width: 1.5rem;
  height: 0.82rem;
} */

#nav ul li .sub::after {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #f3b803;
}

#nav ul li .sub .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0.14rem .3rem;
    text-align: center;
    background: url(/images/nav_xx.png) no-repeat left center;
    width: 100%;
}

#nav ul li .sub a {
    width: 33.333%;
    margin: .1rem 0;
    padding-left: .1rem;
    line-height: 0.28rem;
    background: url(/images/nav_jt2.png) no-repeat left center/.04rem auto;
    transition: all 0.6s ease 0s;
    font-size: 0.16rem;
    color: #333;
    text-align: left;
}

#nav ul li .sub a:hover {
    color: #f3da03;

}

#nav ul li:hover .sub {
    visibility: visible;
    transform: translateX(-50%) scaleY(1);
    opacity: 1;
}

#nav ul li.on h3,
#nav ul li:hover h3 {
    font-weight: bold;
    color: #f3da03;
}

/* #header.xg #nav ul li.on a h3, #header.xg #nav ul li:hover a h3,.body_home.showdiv #header #nav ul li:hover a h3,.body_home.showdiv #header #nav ul li.on a h3{color:#fff;opacity:.7} */


.search_btn {
    cursor: pointer;
}


.head.xg .wp {
    /* align-items: center; */
}




.head.xg .head-b .wp {}

.head.xg::before {
    height: 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: #1F3274;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 5px;
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.m_header_box header #logo img {
    height: auto;
    max-height: 0.6rem;
    padding: .05rem;
}

.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: #1F3274;
}

#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: #1F3274;
}

#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: #A21111;
}

#m_nav .list_box0 {
    width: 90%;
    margin: 0.32rem auto 0px;
    justify-content: flex-start;
}

#m_nav .list_box0 .li {
    text-align: center;
    color: #1F3274;
    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: 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 .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 #1F3274;
    border-radius: 50%;
    background-size: 22px;
}

.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: #A21111;
    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: #1F3274;
    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: rgb(28, 90, 183);
    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%;
    height:100vh;
    overflow: hidden;
    position: relative;
}

.main-visual-slider {
    overflow: hidden;
    position: relative;
}

.main-visual-slider .swiper-slide {
    overflow: hidden;
}

.swiper-box1 .imged {
    padding-bottom: 50%;
}

.swiper-box1 .slide-inner {
    position: relative;
    overflow: hidden;
}

.swiper-box1 .slide-inner:After {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.15rem;
    background: url(/images/ban_tc.png) no-repeat center bottom/100% 100%;
    z-index: 6;
}

.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;
}

.main-visual-slider a p {
    color: #fff;
    font-size: 0.28rem;
    line-height: 1.5;
    position: absolute;
    left: 15%;
    bottom: 4%;
    width: 70%;
    z-index: 10;
}

.banner .btn {
    font-size: 0;
    bottom: .25rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .swiper-container .btn span {
    position: relative;
    width: 0.13rem;
    height: 0.13rem;
    margin: 0 0.14rem;
    opacity: 1;
    background: none;
    border: 1px solid #fff;
}

.banner .swiper-container .btn .swiper-pagination-bullet-active {
    width: 0.33rem;
    height: 0.33rem;
    background: url("/images/cir1.png") no-repeat 50%;
    background-size: 100%;
    opacity: 1;
    border: none;
}


.banner .swiper-button-next, .banner .swiper-button-prev {
    background: rgba(0, 0, 0, .2);
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    transition: all .5s;
}

.banner .swiper-button-next:hover, .banner .swiper-button-prev:hover {
    background: rgba(0, 0, 0, .7);
}

.banner .swiper-button-next::after, .banner .swiper-button-prev::after {
    font-size: 20px;
}

.banner .swiper-button-next {
    color: #fff;
}

.banner .swiper-button-prev {}

.index {
    font-size: 0;
     position: fixed; 
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    padding-top: 0.6rem;
    background: #fff;
}

@media screen and (min-width: 2300px) {
    .header_box #header::after {
        width: 18%;
    }
}

@media screen and (min-width: 1200px) {
    .swiper-box1 .imged {
        padding-bottom: 100vh;
    }
.banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

}



@media screen and (max-width: 1400px) {
    #logo img {
        height: .7rem;
    }

    #nav ul li h3 {
        font-size: .18rem;
    }
}

@media screen and (max-width: 1200px) {


.main-visual-wrapper {
    height: auto;
}

    .swiper-box1 .imged {
        padding-bottom: 50%;
    }

}

@media screen and (max-width: 1200px) {
    .header_box {
        display: none;
    }

    .m_header_box {
        display: block;
    }

    .index {
        position: static;
        padding-top: 0;
    }
}

/* home1 */
.home1 {
    width: 100%;
    padding: .65rem 0 .45rem;
}

.title {
    margin-bottom: .35rem;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}

.title h3 {
    display: inline-block;

    cursor: pointer;
    font-family: sy;
    color: #333;
    font-weight: bold;
}

.title .h3 {
    position: relative;
}

.title .h3 h3 {
    position: relative;
    margin-left: -.2rem;
}

.title .h3 h3:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 50%;
    background: #1F3274;
}

.title .h3 h3 span {
    padding: 0 .15rem;
    font-size: .36rem;
    line-height: 1.5;
    color: #1F3274;
    font-family: sy;
}

.title .h3 h3 span:first-child {
    color: #333333;
}

.title .h3 p {
    position: relative;
    padding-left: .36rem;
    font-size: .16rem;
    color: #999;
    font-family: "sy-normal";
    text-transform: capitalize;
}

.title .h3 p:after {
    content: "";
    position: absolute;
    width: .34rem;
    height: 1px;
    background: #999999;
    left: 0;
    top: 50%;
}

.title .more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s;
}

.title .more:hover {
    right: 5px;
}

.more span {
    font-size: 0.16rem;
    color: #1F3274;
    align-items: center;
    transition: 0.5s;
}

.more span img {
    display: inline-block;
    margin-right: 0.1rem;
    width: 0.63rem;
}

.home1-t {
    justify-content: space-between;
    align-items: flex-start;
}

.home1-t .left {
    width: 9rem;
    margin-right: .35rem;
}

.home1-t .right {
    flex: 1;
    min-width: 0;
}

.s1-l {
    width: 9.3rem;
}

.s1-lt {
    position: relative;

}

.s1-lt a {
    position: relative;
    display: block;
    margin-left: .1rem;
    margin-bottom: .1rem;
}

.s1-lt a:after {
    content: "";
    position: absolute;
    left: -.1rem;
    bottom: -.1rem;
    right: .1rem;
    top: .1rem;
    border: 1px solid #D28B44;
    z-index: 2;
}

.s1-lt a .imged {
    padding-bottom: 55.5%;
    z-index: 4;
}

.s1-lt a .txt {
    position: absolute;
    letter-spacing: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1.3rem 2rem .15rem .25rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 6;
}

.s1-lt a .txt p {
    font-size: 0.18rem;
    font-weight: normal;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s1-lt a .txt span {
    padding-left: .25rem;
    display: block;
    margin-bottom: 0.1rem;
    font-family: Arial;
    font-size: 0.18rem;
    color: #fff;
    background: url(/images/s1l_sj.png) no-repeat left center/.16rem auto;
    font-family: "sy-normal";
}

.s1-l-qh .slick-dots {
    left: auto;
    width: auto;
    right: .3rem;
    bottom: .25rem;
}

.s1-l-qh .slick-dots button {
    display: none;
}

.s1-l-qh .slick-dots li {
    width: .08rem;
    height: .08rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, .3);
    font-size: 0;
    margin: 0 .09rem;
}

.s1-l-qh .slick-dots li:after {
    content: "";
    position: absolute;
    left: -.07rem;
    right: -.07rem;
    top: -.07rem;
    bottom: -.07rem;
    border: 1px dashed #fff;
    border-radius: 50%;
    opacity: 0;
    z-index: -1;
}

.s1-l-qh .slick-dots li.slick-active {
    margin: 0 .15rem;
    background: #fff;

}

.s1-l-qh .slick-dots li.slick-active:after {
    opacity: 1;
    z-index: 9;
}

.s1-ld {
    margin-top: .3rem;

}

.s1-ld ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;

}

.s1-ld ul li {
    position: relative;
    width: 48.5%;
    background: #F7FBFF;
}

.s1-ld ul li:after,
.xs_list li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/images/s2r-bg.png) no-repeat center center/100% 100%;
    opacity: 0;
    z-index: -1;
    transition: all .5s;
}

.s1-ld ul li a {
    position: relative;
    display: block;
    background-position: center center;

    padding: .3rem;
    transition: all .5s;
    z-index: 6;
}



.s1-ld ul li a h2 {
    font-size: .18rem;
    color: #333;
    font-weight: normal;
    line-height: .26rem;
    height: .52rem;
}


.s1-ld ul li a p {
    font-size: .16rem;
    line-height: 0.24rem;
    color: #999;

    margin: .15rem 0 .2rem;
    overflow: hidden;
}



.s1-ld ul li a span {
    font-family: 'sy-normal';
    display: block;
    padding-left: .2rem;
    text-align: right;
    font-size: 0.14rem;
    color: #666;
    text-align: left;
    background: url(/images/s1l-time.png) no-repeat left center;
    background-size: .14rem auto;
}



.s1-r {
    flex: 1;
    min-width: 0;
    padding-left: .3rem;

}

.s1 .itit {
    justify-content: space-between;

}

.s1r-list {
    padding: .2rem 0;
    background: url(/images/s1-r-bg.jpg) no-repeat center center/cover;
}

.s1r-list li {
    position: relative;
    padding: 0 .2rem;

    transition: all .6s;
}

.s1r-list li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 3px;
    top: 0;
    height: 100%;
    background: #D28B44;
    opacity: 0;
    z-index: -1;
}

.s1r-list li.on:before {
    opacity: 1;
    z-index: 6;
}

.s1r-list li:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background: #1F3274;
    opacity: 0;
    z-index: -1;
}

.s1r-list li.on:after {
    opacity: 1;
    z-index: 2;
}


.s1r-list li a {
    position: relative;
    display: block;
    padding: 0.18rem 0;
    border-bottom: 1px dashed #D8D8D8;
    z-index: 9;
}

.s1r-list li.on a {
    border-bottom: 1px dashed transparent;
}

.s1r-list li:last-child a {
    border-bottom: none;
}

.s1r-list li a h2 {
    font-size: .18rem;
    color: #333;
    margin-bottom: .15rem;
    font-weight: normal;
    position: relative;
    position: relative;
}

.s1r-list li.on a h2 {
    color: #fff;
    font-weight: normal;
}

.s1r-list li a p {
    font-size: .16rem;
    color: #CED6F3;
    line-height: .24rem;
    height: .48rem;
    margin-bottom: .2rem;
    display: none;
}

.s1r-list li.on a p {
    display: block;
    color: rgba(255, 255, 255, 0.6);
}

.s1r-list li a span {
    padding-left: .2rem;
    font-size: .14rem;
    color: #666666;
    background: url(/images/s1l-time.png) no-repeat left center/.14rem auto;
    font-family: 'sy-normal';
}

.s1r-list li.on a span {
    color: #fff;
    background: url(/images/s1l-time-other.png) no-repeat left center/.14rem auto;
}

@media screen and (min-width: 1200px) {

    .s1-ld ul li:hover:after {
        opacity: 1;
        z-index: 2;
    }
}

@media screen and (max-width:1400px) {
    .home1-t .left {
        width: 8.5rem;
    }

    .s1r-list li a {
        padding: .23rem 0;
    }
}

@media screen and (max-width:1200px) {
    .home1-t .left {
        width: 6.5rem;
    }

    .s1r-list li a {
        padding: .14rem 0;
    }
}

@media screen and (max-width:1024px) {

    .s1r-list li:before {
        content: "";
        position: absolute;
        left: 0;
        width: 3px;
        top: 0;
        height: 100%;
        background: none;
        opacity: 0;
        z-index: -1;
    }

    .s1r-list li.on:before {
        opacity: 1;
        z-index: 6;
    }

    .s1r-list li:after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        top: 0;
        height: 100%;
        background: none;
        opacity: 0;
        z-index: -1;
    }

    .s1r-list li.on:after {
        opacity: 1;
        z-index: 2;
    }


    .s1r-list li a {
        position: relative;
        display: block;
        padding: .285rem 0;
        border-bottom: 1px dashed #D8D8D8;
        z-index: 9;
    }

    .s1r-list li.on a {
        border-bottom: 1px dashed #D8D8D8;
    }


    .s1r-list li.on a h2 {
        color: #fff;
        font-weight: normal;
        color: #333;
    }

    .s1r-list li a p {
        font-size: .16rem;
        color: #CED6F3;
        line-height: .24rem;
        height: .48rem;
        margin-bottom: .2rem;
        display: none;
    }

    .s1r-list li.on a p {
        display: block;
        color: rgba(255, 255, 255, 0.6);
        color: #333;
        display: none;
    }

    .s1r-list li a span {
        padding-left: .2rem;
        font-size: .14rem;
        color: #666666;
        background: url(/images/s1l-time.png) no-repeat left center/.14rem auto;
        font-family: 'sy-normal';
        color: #333;
    }

    .s1r-list li.on a span {
        color: #fff;
        background: url(/images/s1l-time-other.png) no-repeat left center/.14rem auto;
        color: #333;
    }

    .home1-t {
        display: block;
    }

    .home1 .left {
        width: 100%;
        margin-right: 0;
    }

    .home1 .right {
        width: 100%;
        margin-top: .3rem;
    }

    .title .h3 h3 span {
        font-size: .3rem;
        padding: 0 .15rem;
    }

    .title .h3 h3 {
        margin-left: -.15rem;
    }

    .s1r-list li a p {
        height: initial;
    }

    .s1r-list li a {
        padding: .2rem 0;
    }

}

@media screen and (max-width:768px) {
    .home1 {
        padding: .2rem 0;
    }

    .s1-ld {
        margin-top: .15rem;
    }

    .s1-lt a .txt {
        padding-left: .15rem;
    }

    .s1-l-qh {
        margin-bottom: 0;
    }

    .s1-ld ul li {
        width: 100%;
        margin-bottom: .15rem;
    }

    .s1-ld ul li a {
        padding-bottom: .15rem;
    }

    .s1r-list {
        padding: .15rem 0;
    }

    .title {
        margin-bottom: .2rem;
    }
}

@media screen and (max-width:420px) {}

/* home2 */
.home2 {
    padding: .6rem 0 0.75rem;
    background: url(/images/h2_bg.png) no-repeat center top/100% 100%;
    overflow: hidden;
    z-index: 5;
}

/* .home2 .title {
  margin-bottom: .6rem;
} */

.home2-t {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

.home2-t .left {
    width: 36.375%;
}

.home2-t .right {
    width: 61.25%;
}

.home2 .title .h3 h3 span {
    color: #fff !important;
}

.home2 .title .h3 h3:after {
    background: #fff;
}

.home2 .title .h3 p {
    opacity: .75;
    color: #fff;
}

.home2 .title .h3 p:after {
    background: #fff;
}

.home2 .more span {
    color: #fff;
}


.home2-t li * {
    transition: 0.5s;
}

.home2-t .left ul {
    background: #F7FBFF;
    padding: 0.2rem 0.35rem;
    /* margin-top: .15rem; */
}



.date-list li {
    padding: .12rem 0;
}

.date-list li a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;

}



.date-list li a .date {
    padding: .1rem 0 .3rem;
    width: .82rem;
    height: .7rem;
    text-align: center;
    color: #1F3274;
    background: url(/images/date_bg.png) no-repeat center center/100% 100%;
    transition: all .5s;
}

.date-list li:hover a .date {
    background: url(/images/date_bg1.png) no-repeat center center/100% 100%;
    color: #fff;
}

.date-list li a .date p {
    font-size: 0.24rem;
    font-weight: bold;
    font-family: "sy";
}

.date-list li a .date span {
    margin-top: .05rem;
    font-size: 0.16rem;
    display: block;
    font-family: "sy-normal";
}

.date-list li a .txt {
    width: calc(100% - 1.05rem);

    overflow: hidden;
}

.date-list li a .txt p {
    display: inline-block;
    line-height: 0.3rem;
    max-height: 0.6rem;
    font-size: 0.18rem;
    color: #333;
}

.date-list li:hover a .txt p {
    color: #213574;
    font-weight: bold;


}

.xs_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xs_list li {
    position: relative;
    width: 48%;
    background: #F7FBFF;
    margin-bottom: 0.33rem;
}

.xs_list li:after {
    content: "";
}

.xs_list li a {
    position: relative;
    display: block;
    padding: 0.3rem;
    z-index: 6;
}

.xs_list li a h2 {
    font-size: 0.18rem;
    color: #333;
    line-height: 0.28rem;
    height: 0.56rem;
    margin-bottom: 0.2rem;
}


.xs_list li a p {
    position: relative;
    padding-left: 0.3rem;
    font-size: .18rem;
    font-size: 0.16rem;
    color: #999999;
    line-height: 0.34rem;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xs_list li a p span {
    position: absolute;
    left: 0;
    top: .1rem;
    width: .2rem;
    height: .2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.xs_list li a p span img:nth-child(2) {
    display: none;
}

@media screen and (min-width: 1200px) {
    .xs_list li:hover a h2 {
        color: #1F3274;
        font-weight: bold;
    }

    .xs_list li:hover a p span img:nth-child(2) {
        display: block;
    }

    .xs_list li:hover a p span img:nth-child(1) {
        display: none;
    }

    .xs_list li:hover a p {
        color: #4E609C;
    }

    .xs_list li:hover:after {
        opacity: 1;
        z-index: 2;
    }
}

@media screen and (max-width:1024px) {
    .home2-t .left {
        width: 100%;
    }

    .home2-t .right {
        width: 100%;
        margin-top: .2rem;
    }
}

@media screen and (max-width:768px) {
    .home2 {
        padding: .2rem 0;
    }

    .home2-t .left ul {
        padding: .2rem;
    }

    .xs_list li a {
        padding: .2rem;
    }

    .xs_list li {
        margin-bottom: .15rem;
    }

    .xs_list li a h2 {
        margin-bottom: .15rem;
    }

    .xs_list li a p {
        line-height: .3rem;
    }
}

@media screen and (max-width:420px) {}

/* home3 */
.home3 {
    padding: .85rem 0 0.8rem;
    background: url(/images/hbg3.png) no-repeat right bottom/cover;
    overflow: hidden;
    width: 100%;
}

/* .home3 .wp {
  width: 15.8rem;
} */

.home3-t {
    justify-content: space-between;
    align-items: center;
}

.home3-t .left {
    width: 8.5rem;

}

.list3w a {
    display: block;
}

.list3w a .imged {
    padding-bottom: 70.1%;
}

.home3-t .right {
    flex: 1;
    min-width: 0;
    padding-left: .5rem;
}

.list_box3 {
    margin-top: -.2rem;
}

.list_box3 ul li a {
    position: relative;
    display: block;
    padding: 0.3rem 0 .3rem;
    transition: all .6s;
}

.list_box3 ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: .13rem;
    background: url(/images/h2-xx.png) no-repeat right bottom/100% auto;
}

.list_box3 ul li a .lb4_1 {
    position: relative;
    padding-left: 0.65rem;
}

.list_box3 ul li a .lb4_1 span {
    position: absolute;
    left: 0;
    top: 0;
    font-size: .2rem;
    color: #333333;
    padding-right: .11rem;
    border-right: 1px solid #999999;
    line-height: 1;
}

.list_box3 ul li a .lb4_1 p {
    padding-left: 0.14rem;
    font-size: .18rem;
    color: #333;
}

.list_box3 ul li a .lb4_2 {
    padding: 0 .25rem;
    display: none;
}

.list_box3 ul li.on a .lb4_2 {
    display: block;
}

.list_box3 ul li.on {
    margin-top: .3rem;
}

.list_box3 ul li.on a .lb4_1 {
    display: none;
}

.list_box3 ul li.on a {
    /* margin-left: -1.1rem; */
    background: #1F3274;
    border-left: 3px solid #D28B44;
    padding: 0.2rem 0 0.2rem;
}

.list_box3 ul li a .lb4_2 h2 {
    font-size: .18rem;
    color: #fff;
    line-height: .3rem;
    height: .6rem;
}

.list_box3 ul li a .lb4_2 .ifn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .15rem;
}

.list_box3 ul li a .lb4_2 .ifn span {
    font-size: .16rem;
    color: #7AA2C8;
    font-family: "sy-normal";
}

.list_box3 ul li a .lb4_2 .ifn .gd {
    padding-right: .3rem;
    background: url(/images/h2r-gd.png) no-repeat right center;
    font-size: .16rem;
    color: #7AA2C8;
}

@media screen and (min-width: 1024px) {}

@media screen and (max-width: 1200px) {
    .home3-t .left {
        width: 7rem;
    }

    .list_box3 ul li a {
        padding: .2rem 0 .3rem;
    }
}

@media screen and (max-width: 1024px) {

    .home3-t {
        display: block;
    }

    .home3-t .left {
        width: 100%;
    }

    .list_box3 ul li.on a {
        margin-left: 0;
    }

    .home3-t .right {
        padding-left: 0;
    }

    .list_box3 ul li a .lb4_2 h2 {
        height: initial;
    }

    .list_box3 ul li a .lb4_2 {
        padding: 0 .2rem;
    }
}

@media screen and (max-width: 768px) {
    .home3 {
        padding: .2rem 0;
    }
}

@media screen and (max-width: 420px) {}


/* home4 */
.home4 {
    padding: .7rem 0 .95rem;
    overflow: hidden;
    background: url(/images/hbg4.jpg) no-repeat center/cover;
}

.home4 .title .h3 h3 span {
    color: #fff !important;
}

.home4 .title .h3 h3:after {
    background: #fff;
}

.home4 .title .h3 p {
    opacity: .75;
    color: #fff;
}

.home4 .title .h3 p:after {
    background: #fff;
}

.home4 .more span {
    color: #fff;
}

.home4-t {
    display: flex;
    flex-wrap: wrap;
    background: linear-gradient(180deg, #EEF7FF 0%, #FFFFFF 100%);
}

.home4-t .left {
    width: 62.5%;
}

.h4_listw ul li a {
    display: flex;
    flex-wrap: wrap;
}

.h4_listw ul li a .scale {
    width: 50%;
}

.h4_listw ul li:nth-child(2) a .scale {
    width: 56%;
}

.h4_listw ul li a .scale .imged {
    padding-bottom: 3.25rem;
}

.h4_listw ul li a .con {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 53%;
    margin-left: -3%;
    padding: .48rem .25rem;
    padding-right: .4rem;
    z-index: 6;
}

.h4_listw ul li:first-child a .con {
    background: url(/images/h4l-bg1.png) no-repeat center center/100% 100%;
    order: -1;
    margin-left: 0;
    margin-right: -3%;
}

.h4_listw ul li:nth-child(2) a .con {
    background: url(/images/h4l-bg2.png) no-repeat center center/100% 100%;
    width: 47%;
    margin-left: -3%;
}

.h4_listw ul li a .con .date {
    width: .55rem;
    text-align: center;
}

.h4_listw ul li a .con .date p {
    font-size: 0.28rem;
    font-weight: bold;
    color: #333;
    font-family: sy;
    line-height: .4rem;
}

.h4_listw ul li:hover a .con .date p,
.h4_listw ul li:hover a .con .date span {
    color: #1F3274;
}

.h4_listw ul li a .con .date span {
    font-size: 0.14rem;
    color: #9E9E9E;
    font-family: "sy-normal";
}

.h4_listw ul li a .con .txt {
    flex: 1;
    min-width: 0;
    padding-left: .3rem;
}

.h4_listw ul li a .con .txt h2 {
    font-size: .18rem;
    color: #333;
    line-height: .28rem;
    height: .64rem;
}

.h4_listw ul li:hover a .con .txt h2 {
    color: #1F3274;
    font-weight: bold;
}

.h4_listw ul li a .con .txt .xx {
    margin: .3rem 0;
    height: .07rem;
    background: url(/images/h4-xx.png) no-repeat center center/100% 100%;
}

.h4_listw ul li a .con .txt p {
    font-size: .16rem;
    color: #9E9E9E;
    line-height: .24rem;
    height: .48rem;
}

.h4_listw ul li a .con .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .3rem;
}

.h4_listw ul li a .con .info span {
    font-size: .2rem;
    color: #333;
}

.h4_listw ul li a .con .info i {
    position: relative;
    right: 0;
    padding-right: .25rem;
    background: url(/images/h4-more.png) no-repeat right center/.21rem auto;
    font-style: normal;
    font-size: .12rem;
    color: #9E9E9E;
    transition: all .6s;
    display: none;
}

.home4-t .right {
    width: 37.5%;
    padding-left: .25rem;
    background: linear-gradient(180deg, #EEF7FF 0%, #FFFFFF 100%);
    border-left: 1px solid rgba(0, 0, 0, 0.04);
}

.box4_lb ul {
    /* padding: .5rem 0; */
    padding-top: .15rem;
}

.box4_lb ul li {
    position: relative;
    /* margin: .15rem 0; */
    padding-right: .4rem;
}

.box4_lb ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    bottom: 50%;
    width: 3px;
    background: #D28B44;
    transition: all .6s;
    z-index: 2;

}

.box4_lb ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #1F3274;
    transition: all .6s;
}

.box4_lb ul li a {
    position: relative;
    display: block;
    padding: .22rem .15rem;
    /* padding-right: .4rem; */
    z-index: 6;
    border-bottom: 1px dashed #D8D8D8;
}

.box4_lb ul li:last-child a {
    border-bottom: none;
}

.box4_lb ul li a h2 {
    position: relative;
    padding-right: 1rem;
    font-size: .18rem;
    color: #1B2F73;
    margin-bottom: .15rem;
}

.box4_lb ul li a h2 span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: .16rem;
    color: #999999;
    font-family: 'sy-normal';
}

.box4_lb ul li a p {
    font-size: .18rem;
    color: #333333;
}

@media screen and (min-width: 1200px) {
    .box4_lb ul li:hover::before {
        top: 0;
        bottom: 0;
    }

    .box4_lb ul li:hover::after {
        width: 100%;
    }

    .h4_listw ul li:hover a .con .info i {
        right: 5px;
        color: #1B2F73;
    }

    .box4_lb ul li:hover a h2,
    .box4_lb ul li:hover a h2 span,
    .box4_lb ul li:hover a p {
        color: #fff;
    }
}

@media screen and (max-width: 1024px) {
    .home4-t {
        display: block;
    }

    .home4-t .left {
        width: 100%;
    }

    .home4-t .right {
        width: 100%;
        border-left: none;
        margin-top: .15rem;
        padding-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .home4 {
        padding: .2rem 0;
    }

    .h4_listw ul li a {
        display: block;
    }

    .h4_listw ul li a .scale,
    .h4_listw ul li:nth-child(2) a .scale {
        order: -1;
        width: 100%;
        margin: 0 !important;
    }

    .h4_listw ul li a .con,
    .h4_listw ul li:nth-child(2) a .con {
        width: 100%;
        margin: 0 !important;
        padding: .2rem;
    }

    .h4_listw ul li a .con .txt .xx {
        margin: .1rem 0;
    }

    .h4_listw ul li {
        margin-bottom: .15rem;
    }

    .box4_lb ul {
        padding: .2rem 0;
    }

    .box4_lb ul li a {
        padding: .2rem;
    }
}

@media screen and (max-width: 420px) {}


/* home5 */
.home5 {
    width: 100%;
    padding: 0.65rem 0;
    background: url(/images/hbg5.png) no-repeat center bottom/100% auto;
    overflow: hidden;
}


.home5 .wp {
    position: relative;
}

.home5 .title {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 8.5rem);
}

.h5t_listw a {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.h5t_listw a .scale {
    width: 8.09rem;
}

.h5t_listw a .scale .imged {
    padding-bottom: 62.66%;
}

.h5t_listw a .txt {
    position: relative;
    flex: 1;
    min-width: 0;
    margin-left: -.45rem;
    z-index: 2;
    background: url(/images/wzrw_bg.png) no-repeat right bottom/cover;
    padding: .5rem;
    padding-bottom: .8rem;
    margin-top: 1.35rem;
}

.h5t_listw a .txt .date {
    position: absolute;
    right: .45rem;
    top: .4rem;
    padding: .1rem 0 .3rem;
    width: .82rem;
    height: .7rem;
    text-align: center;
    color: #fff;
    background: url(/images/date_bg1.png) no-repeat center center / 100% 100%;
}

.h5t_listw a .txt .date p {
    font-size: 0.24rem;
    font-weight: bold;
    font-family: "sy";
}

.h5t_listw a .txt .date span {
    margin-top: .05rem;
    font-size: 0.16rem;
    display: block;
    font-family: "sy-normal";
}

.h5t_listw a .txt h3 {
    margin-bottom: .2rem;
    font-size: .22rem;
    color: #3D3D3D;
    font-weight: bold;
    margin-right: 1.2rem;
    line-height: .4rem;
}

.h5t_listw a:hover .txt h3 {
    color: #1F3274;
}

.h5t_listw a:hover .txt h2 {
    color: #1F3274;
}

.h5t_listw a .txt h2 {
    font-size: .16rem;
    line-height: .3rem;
    color: #B2B2B2;
    height: 1.2rem;
}

.h5-b {
    position: relative;
    margin-top: -.7rem;
    z-index: 9;
    padding-left: 0;
}

.h5-b .h5b_listw {
    padding: .22rem .11rem;
    background: #fff;
    box-shadow: 0px 10px 15px 1px rgba(0, 0, 0, 0.1);
}

.h5-b .h5b_listw .slick-current.slick-active {
    /* display: none; */
}

.h5-b .h5b_listw .swiper-slide-active a {
    display: none;
}

.h5b_listw a {
    display: block;
    padding: 0 .11rem;
}

.h5b_listw a .imged {
    padding-bottom: 62.66%;
}

.h5-b .arrow {
    position: absolute;
    left: 5%;
    top: 55%;
    transform: translateY(-50%);
    display: none;
}

.h5-b .arrow>div {
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    border: 1px solid #1F3274;
    margin: .2rem 0;
    cursor: pointer;
    transition: all .6s;
}

.h5-b .arrow .prev {
    background: #fff url(../images/h5l.png) no-repeat center center/.27rem auto;
}

.h5-b .arrow .prev:hover {
    background: #1F3274 url(../images/h5l1.png) no-repeat center center/.27rem auto;
}

.h5-b .arrow .next {
    background: #fff url(../images/h5r.png) no-repeat center center/.27rem auto;
}

.h5-b .arrow .next:hover {
    background: #1F3274 url(../images/h5r1.png) no-repeat center center/.27rem auto;
}

@media screen and (min-width:1024px) {}

@media screen and (max-width:1024px) {
    .h5-b {
        margin-top: .15rem;
    }

    .h5t_listw a .scale {
        width: 6rem;
    }

    .home5 .title {
        width: calc(100% - 6.5rem);
        right: .15rem;
    }
}

@media screen and (max-width:768px) {
    .home5 .title {
        position: static;
        width: 100%;
    }

    .h5t_listw a .txt {
        margin-top: .15rem;
    }

    .h5t_listw a .txt .date {
        top: 0;
    }

    .home5 {
        padding: .2rem 0;
    }

    .h5t_listw a {
        display: block;
    }

    .h5t_listw a .scale {
        width: 100%;
    }

    .h5t_listw a .txt {
        margin-left: 0;
        padding: .2rem;
    }

    .h5t_listw a .txt h3 {
        margin: .15rem 0;
        font-size: .2rem;
        margin-right: 1rem;
    }

    .h5-b .arrow {
        left: 0;
    }
}

/* home6 */
.home6 {
    position: relative;
    width: 100%;
    padding-top: .7rem;
    overflow: hidden;
}

.home6:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 85%;
    background: url(/images/hbg6.png) no-repeat center top/cover;
}

.home6 .title .h3 h3 span {
    color: #fff !important;
}

.home6 .title .h3 p:after {
    background: #fff;
}

.home6 .title .h3 h3:after {
    background: #fff;
}

.home6 .title .h3 p {
    opacity: .75;
    color: #fff;
}

.home6 .more span {
    color: #fff;
}

.home6-t .left {
    width: 75%;
}

.home6-t .right {
    width: 25%;
    padding-left: 0.15rem;
}



.home6 .ul-iconsb1 {
    padding: 0 .25rem;
}

.ul-iconsb1 li {
    padding: 0.09rem 0;
    margin-left: .35rem;
}

.ul-iconsb1 .con {
    position: relative;
    cursor: pointer;
}

.ul-iconsb1 .con:hover .qrbox {
    opacity: 1;
    visibility: visible;
    /* right: 100%; */
}

.home6 .ul-iconsb1 .icon {
    width: 0.52rem;
    height: .52rem;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}

.ul-iconsb1 .qrbox {
    top: 100%;
    right: 115%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    position: absolute;
    width: .89rem;
    z-index: 10;
    height: auto;
    z-index: 100;
    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 .1rem 0 .1rem;
}

.ul-iconsb1 .qrbox::before {
    content: "";
    /* border-left: .08rem solid transparent; */
    border-right: .165rem solid #fff;
    border-bottom: .12rem solid transparent;
    top: -0.1rem;
    transform: translateX(-50%);
    position: absolute;
    left: 91%;
}


.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;
}

.h6-t {
    margin-bottom: 0.05rem;
}

.h6-t ul,
.h6-b ul {
    margin: 0 -0.025rem;
}

.h6-t li,
.h6-b li {
    padding: 0 0.025rem;
}

.h6-t li:nth-child(1) {
    width: 50%;
}

.h6-t li:nth-child(1) a {
    position: relative;
}

.h6-t li:nth-child(1) a .bf {
    position: absolute;
    width: .81rem;
    height: .81rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(/images/bf.png) no-repeat center center/100% 100%;
    z-index: 9;
}

.h6-t li:nth-child(2) {
    width: 25%;
}

.h6-t li:nth-child(3) a {
    border-radius: 0 0rem 0 1rem;
}

.h6-t li:nth-child(4) {
    width: 25%;
}

.h6-b li {
    width: 33.3%;
}

.h6-b li:first-child {
    border-radius: 0 0rem 0 .8rem;
}

.h6-t .imged {
    padding-bottom: 4.2rem;
}

.h6-b .imged {
    padding-bottom: 2.8rem;
}

.home6-t .right li .imged {
    padding-bottom: 5.8rem;
}

.home6-t li a {
    position: relative;
    display: block;
}

.home6-t li .con {
    width: 100%;
    padding: .2rem .25rem;
    position: absolute;
    left: 0;
    bottom: 0;
    align-items: flex-start;
    z-index: 10;
}

.h6-t li:nth-child(1) .con {
    padding: 0 .2rem .15rem;
}

.home6-t li .con h3 {
    color: #fff;
    font-size: 0.16rem;
    line-height: 0.3rem;
    display: flex;
    align-items: center;
}

.home6-t li .con h3 img {
    width: 0.34rem;
    height: 0.34rem;
    display: inline-block;
    margin-right: 0.1rem;
}

.home6-t li .imged::after {
    width: 100%;
    height: .67rem;
    background: url(/images/n-shad.png) no-repeat;
    background-size: 100% 100%;
}

.h6-t li:first-child .imged::before {
    /* content: ""; */
    position: absolute;
    width: 0.55rem;
    height: 0.55rem;
    background: url(/images/bf2.png) no-repeat;
    background-size: 100% 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.home6-t .right li .imged::before {
    /* content: ""; */
    position: absolute;
    width: 0.55rem;
    height: 0.55rem;
    background: url(/images/bf2.png) no-repeat;
    background-size: 100% 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}





@media screen and (min-width: 1200px) {}



@media screen and (max-width: 1024px) {
    .h6-t li:nth-child(1) a .bf {
        display: none;
    }
}



@media screen and (max-width: 768px) {
    .home6 {
        padding: .2rem 0;
    }

    .h6-t .imged {
        padding-bottom: 1.8rem;
    }

    .h6-b .imged {
        padding-bottom: 1.4rem;
    }

    .home6-t li .con {
        padding: .1rem;
    }

    .home6-t li .con h3 img {
        width: .2rem;
        height: .2rem;
    }
}




@media screen and (max-width: 420px) {
    .home6-t li .con h3 img {
        display: none;
    }
}

.section6 {
    padding: .8rem 0 .6rem;
    background: url(/images/s6_bg.png) no-repeat center bottom/100% auto;
}

.sect6 {

    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.sect6 .left {
    width: 8rem;
    margin-right: 0.5rem;
}

.s6_listw {
    position: relative;
}

.s6_listw .swiper-wrapper {
    padding: .6rem 0;
    position: relative;
    z-index: 6;
}

.s6_listw:after {
    content: "";
    position: absolute;
    top: .4rem;
    bottom: .4rem;
    left: .21rem;
    right: .21rem;
    box-shadow: 0px 4px 10px 0px rgb(92 120 197 / 30%);
    background: rgba(255, 255, 255, .5);
    z-index: 2;
}

.s6_listw:before {
    content: "";
    position: absolute;
    top: .2rem;
    bottom: .2rem;
    left: .37rem;
    right: .37rem;
    box-shadow: 0px 0 10px 0px rgb(202 212 239 / 30%);
    background: rgba(255, 255, 255, .5);
    z-index: 1;
}

.s6_listw .swiper-slide {
    margin: 0;
}

.s6_listw a {
    display: block;
    position: relative;
}

.s6_listw a .imged {
    padding-bottom: 62.86%;
}

.s6_listw a p {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    line-height: .61rem;
    padding: 0 .15rem;
    font-size: .2rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: linear-gradient(270deg, rgba(31, 50, 116, 0.49) 0%, #1F3274 100%);
    z-index: 9;
}

.sect6 .right {
    flex: 1;
    min-width: 0;
    position: relative;
}

.sect6 .right .box6_lb {
    position: relative;
    height: 6rem;
    margin-left: -.45rem;
}

.sect6 .right:after {
    content: "";
    position: absolute;
    background: url(/images/s6-xq.png) no-repeat center center/100% 100%;
    width: 2.5rem;
    height: 7rem;
    right: calc(100% - 0.7rem);
    top: 50%;
    transform: translateY(-50%);
}

.sect6 .right .box6_lb .swiper-wrapper {
    height: 100%;

}

.sect6 .right .box6_lb .swiper-slide {
    position: relative;
    padding-left: .4rem;
    width: auto;
}

.sect6 .right .box6_lb .swiper-slide:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .32rem;
    height: .32rem;
    background: url(/images/s6-qq1.png) no-repeat center center/.2rem auto;
}

.sect6 .right .box6_lb .on:after,
.sect6 .right .box6_lb .swiper-slide:hover:after {
    content: "";
    position: absolute;
    width: .32rem;
    height: .32rem;
    background: url(/images/s6-qq2.png) no-repeat center center/.32rem auto;
}

.swiper-slide-duplicate-next+div+div+div:after {
    left: 0;
}

.swiper-slide-duplicate-next+div+div+div+div:after {}

.swiper-slide-duplicate-next+div+div+div {}

/* .swiper-slide-duplicate-next+div+div+div+div {
  margin-left: 0.85rem;
}

.sect6 .right .box6_lb .swiper-slide-prev {
  margin-left: 1.2rem;
} */

.sect6 .right .box6_lb .swiper-slide-active {
    margin-left: 0rem;
}

.sect6 .right .box6_lb .swiper-slide-active+div {
    margin-left: 0.34rem;
}

.sect6 .right .box6_lb .swiper-slide-active+div+div {
    margin-left: 0.58rem;
}

.sect6 .right .box6_lb .swiper-slide-active+div+div+div {
    margin-left: 0.75rem;
}

.sect6 .right .box6_lb .swiper-slide-active+div+div+div+div {
    margin-left: 0.88rem;
}

.sect6 .right .box6_lb .swiper-slide-active+div+div+div+div+div {
    margin-left: 0.95rem;
}

.sect6 .right .box6_lb .swiper-slide-active+div+div+div+div+div+div {
    margin-left: 1rem;
}

.sect6 .right .box6_lb .swiper-slide-active+div+div+div+div+div+div+div {
    margin-left: 1rem;
}

.sect6 .right .box6_lb .swiper-slide-active+div+div+div+div+div+div+div+div {
    margin-left: 0.94rem;
}

.sect6 .right .box6_lb .swiper-slide-active+div+div+div+div+div+div+div+div+div {
    margin-left: 0.84rem;
}

.sect6 .right .box6_lb .swiper-slide-active+div+div+div+div+div+div+div+div+div+div {
    margin-left: 0.7rem;
}

.sect6 .right .box6_lb .swiper-slide-active+div+div+div+div+div+div+div+div+div+div+div {
    margin-left: 0.48rem;
}






.sect6 .right .box6_lb .swiper-slide-next {}

.sect6 .right .box6_lb .swiper-slide-next+div {}

.sect6 .right .box6_lb .swiper-slide-next+div+div {}

.sect6 .right .box6_lb .swiper-slide-next+div+div .box6_lb .b6_lb1 {
    border-bottom: none;
}

.box6_lb a {}

.box6_lb .b6_lb1 {
    position: relative;
    padding-right: 1.1rem;
    border-bottom: 1px dashed #dcdcdc;
    line-height: .50rem;
    font-size: .18rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box6_lb .swiper-slide {
    transition: all .6s;
}

.box6_lb .b6_lb1:hover {
    color: #1F3274;
}

.box6_lb .b6_lb1 span {
    position: absolute;
    right: 0.1rem;
    font-size: .16rem;
    color: #333;
    font-family: 'sy-normal';
}

.box6_lb .b6_lb2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: .078rem .2rem;
    background: #1F3274;
    box-shadow: 0px 10px 17px 0px rgba(24, 97, 234, 0.1);
    border-radius: 155px 0px 0px 155px;
    display: none;
    align-content: center;
}

.box6_lb .b6_lb2 .date {
    width: .65rem;
    text-align: center;
    color: #fff;
    /* display: none; */
}

.box6_lb .b6_lb2 .date p {
    font-size: .28rem;
    color: #fff;
    font-family: 'sy';
    line-height: .3rem;
}

.box6_lb .b6_lb2 .date span {
    font-size: .14rem;
    color: #fff;
    font-family: 'sy-normal';
    line-height: .2rem;
}

.box6_lb .b6_lb2 .txt {
    flex: 1;
    min-width: 0;
    padding-left: .1rem;
}

.box6_lb .b6_lb2 .txt h2 {
    font-size: .18rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: .1rem;
    margin-top: 0rem;
}

.box6_lb .b6_lb2 .txt p {
    font-size: .14rem;
    color: #fff;
    opacity: .6;
    display: none;
}

.box6_lb .on .b6_lb1,
.box6_lb .swiper-slide:hover .b6_lb1 {
    display: block;
    color: #Fff;
    background: #1F3274;
    box-shadow: 0px 10px 17px 0px rgba(24, 97, 234, 0.1);
    border-radius: 155px 0px 0px 155px;
}

.box6_lb .on .b6_lb1 span,
.box6_lb .swiper-slide:hover .b6_lb1 span {
    color: #Fff
}

.box6_lb .on .b6_lb2,
.box6_lb .swiper-slide:hover .b6_lb2 {
    display: flex;
    display: none;
}

@media screen and (max-width: 1024px) {
    .sect6 {
        display: block;
    }

    .sect6 .left {
        width: 100%;
    }

    .sect6 .right {
        margin-left: .3rem;
    }

    .sect6 .right .box6_lb .swiper-slide {
        margin: 0 !important;
    }

}

@media screen and (max-width:768px) {
    .section6 {
        padding: .2rem 0;
    }


    .sect6 .right:after {
        display: none;
    }

    .sect6 .right .box6_lb .swiper-slide:after {
        left: .1rem;
    }

    .box6_lb .b6_lb2 .date p {
        font-size: .24rem;
    }

    .sect6 .right .box6_lb {
        margin-left: 0;
    }

    .sect6 .right .box6_lb {
        /* height: 4rem; */
    }

    .sect6 .right {
        margin-left: 0;
    }

    .sect6 .right .box6_lb .swiper-slide {
        padding-left: .5rem;
    }
}

/* home7 */
.home7 {
    position: relative;
    padding: 0.75rem 0 0;
    overflow: hidden;
    z-index: 10;
    background: url(/images/hbg7.png) no-repeat center bottom/cover;
    min-height: 7.5rem;
}

.home7 .title {
    justify-content: center;
    margin-bottom: 0;
}

.home7-t {
    position: relative;
}

.home7-t .swiper-slide-active+li {
    margin-top: .7rem;
}

.home7-t .swiper-slide-active+li+li {
    margin-top: .5rem;
}

.home7-t .swiper-slide-active+li+li+li {
    margin-top: .55rem;
}

.home7 li {

    transition: all .6s;
}

.home7 li a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-bottom: .9rem;
    margin-top: .3rem;
    margin-bottom: .2rem;
}

.home7 li:nth-child(2n-1) a {
    animation: fd2 5s linear infinite;
}

.home7 li:nth-child(2n) a {
    animation: fd1 5s linear infinite;
}

@keyframes fd1 {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
        /* 跳跃高度 */
    }
}

@keyframes fd2 {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(20px);
        /* 跳跃高度 */
    }
}

.home7 li a:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 1.45rem;
    bottom: 0;
    left: .95rem;
    background: url(/images/h7-xx.png) no-repeat center center / 100% 100%;
}

.home7 li a:after {
    content: "";
    position: absolute;
    top: 100%;
    width: .18rem;
    height: .1rem;
    left: .86rem;
    background: url(/images/h7-qq.png) no-repeat center center / 100% 100%;
}

.home7 li:nth-child(2n-1) a:after {
    display: none;
}

.home7 li a .h7_icon {
    position: relative;
    width: 1.32rem;
    height: 1.32rem;
    margin: 0 .3rem;
    border-radius: 50%;
    border: 1px dashed #1F3274;
    padding: .09rem;
    margin-bottom: .6rem;
}

.home7 li a .h7_icon:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 2rem;
    height: 1.32rem;
    bottom: -.55rem;
    background: url(/images/h7_icobg.png) no-repeat center center / 100% 100%;
}

.home7 li a .h7_icon span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: 1px dashed rgba(59, 198, 220, 0.4);
    background: #fff;
    border-radius: 50%;
    transition: all .6s;
}

.home7 li a .h7_icon span img {
    max-height: .5rem;
}

.home7 li a span .h7ico-other {
    display: none;
}

.home7 li .con {
    flex: 1;
    min-width: 0;
    margin-left: -0.15rem;
    margin-top: .3rem;
}



.home7 li .con p {
    font-size: 0.18rem;
    color: #333;
    display: flex;
    align-items: flex-end;
    transition: 0.5s;
}

.home7 li .con p span {
    font-size: 0.3rem;
    font-family: 'sy-normal';
}

.home7 li .con h3 {
    color: #666;
    font-size: 0.18rem;
    margin-top: .1rem;

}

.h7_btn {
    position: absolute;
    right: 0;
    bottom: .25rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 9;
}

.h7_btn>div {
    width: .52rem;
    height: .52rem;
    border-radius: 50%;
    margin-left: .33rem;
    cursor: pointer;

}

.h7_btn>div img {
    height: .52rem;
}

@media screen and (min-width: 1200px) {
    .home7 li:hover a .h7_icon span {
        background: #1F3274;
    }

    .home7 li:hover a .h7_icon span .h7ico-other {
        display: block;
    }

    .home7 li:hover a .h7_icon span .h7-ico {
        display: none;
    }
}

@media screen and (max-width: 1300px) {
    .home7 li a .h7_icon {
        width: .8rem;
        height: .8rem;
    }

    .home7 li a .h7_icon span img {
        max-height: .3rem;
    }

    .home7 li .con p span {
        font-size: .32rem;
    }

    .home7 li a {
        margin-left: .2rem;
        margin-right: .2rem;
    }

    .home7 li a:before {
        left: .7rem;
    }

    .home7 li a:after {
        left: .6rem;
    }


}

@media screen and (max-width: 1024px) {
    .home7 .swiper-slide {
        margin-top: 0 !important;
    }

    .home7 li a {
        animation: none !important;
    }

    .home7 li a:before {
        display: none;
    }

    .home7 li a:after {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .home7 {
        padding: .2rem 0 1rem;
        min-height: 2rem;
    }

    .home7 li a {
        padding-bottom: 0;
    }

    .home7 .title {
        justify-content: space-between;
    }
}


/* home8 */
.home8 {
    padding: 0.75rem 0 .7rem;

}

.home8-t .imged {
    padding-bottom: 147.22%;
}

.home8-t {
    position: relative;
}


.home8-t .arror {
    left: -0.8rem;
    width: 0.5rem;
    height: 0.5rem;
    border: 1px solid #A40909;
    margin-top: 0;
    transform: translateY(-50%);
    border-radius: 50%;
}

.home8-t .swiper-button-next {
    left: auto;
    right: -0.8rem;
}

.home8-t .arror::after {
    display: none;
}

.home8-t .arror::before {
    color: #A40909;
    font-size: .2rem;
    font-family: swiper-icons;
}

.home8-t .arror:hover {
    background: #A40909;
}

.home8-t .arror:hover::before {
    color: #fff;
}

@media screen and (min-width: 1200px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {
    .home8 {
        padding: .2rem 0;
    }
}

/* foot */
.footer {
    width: 100%;
    background: url(/images/fbg.jpg) no-repeat center/cover;

}

.foot-b {
    justify-content: space-between;
    padding: 0.5rem 0;
    align-items: center;
}

.foot-b .fot-l {
    width: 100%;
}

.foot-b .fot-l ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.foot-b .fot-l ul li {
    display: flex;
    align-items: center;
    width: 100%;
}

.foot-b .fot-l ul li span {
    /* display: flex; */
    /* width: .46rem; */
    height: .46rem;
    margin-right: .25rem;
    /* justify-content: center; */
    align-items: center;
}

.foot-b .fot-l ul li span img {
    height: .46rem;
}

.foot-b .fot-m {
    width: 3.2rem;
}

.foot-b .fot-m .wz {
    margin: .4rem 0 0rem;
}

.ft-r {
    flex: 1;
    min-width: 0;
    margin-left: 1rem;
}

.ft-rt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: .3rem;
}

.ft_link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 65%;
}

.ft_link>div {
    width: 47%;
}

.foot-b .fot-r {}

.foot-b .fot-l p {
    flex: 1;
    min-width: 0;
    /* padding: .24rem 0; */
    font-size: 0.16rem;
    line-height: 0.26rem;
    color: #DFEFFA;
}

.foot-b .fot-l ul li:last-child p {
    border-bottom: none;
}

.foot-b .ul-iconsb1 {
    display: flex;
    align-items: center;
}

.foot-b .ul-iconsb1 .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.42rem;
    height: .42rem;
    background: #626F9D;
    border-radius: 50%;
}

.foot-b .ul-iconsb1 .icon img {
    height: .2rem;
}

.foot-b .ul-iconsb1 li:hover .icon {
    background: #fff;
}

.foot-b .ul-iconsb1 .qrbox {
    top: auto;
    bottom: 100%;
    margin-right: .06rem;
}

.foot-b .ul-iconsb1 .qrbox::before {
    top: auto;
    bottom: -.05rem;

}

.foot-b .fot-m .log img {
    height: .87rem;
}

.select {

    position: relative;
    cursor: pointer;

}

.select h2 {
    font-size: 0.18rem;
    height: 0.5rem;
    align-items: center;
    padding: 0 .15rem;
    justify-content: space-between;
    border: 1px solid rgba(89, 128, 240, 0.1);
    border-radius: 0.05rem;
    transition: all .6s;
}

.select h2:hover {
    border: 1px solid rgba(89, 128, 240, 0.5);
}

.select h2 p {
    color: #DFEFFA;
    white-space: nowrap;
}

.select ul {
    background: #f8f8f8;
    height: 2rem;
    position: absolute;
    width: auto;
    left: 0;
    right: 0;
    padding: .15rem 0rem;
    z-index: 5;
    bottom: 100%;
    display: none;
    overflow-y: auto;
}

.select li {
    font-size: 0.16rem;
    line-height: 0.32rem;
    color: #333;
    transition: 0.5s;
    padding: 0 .15rem;
    display: block;
}

.select h2 img {
    width: 0.11rem;
}

.select li:hover {
    background: #1F3274;
    color: #fff;
    display: block;
}

.foot-bq {
    border-top: 1px solid rgba(216, 216, 216, 0.06);
    line-height: .3rem;
    padding: .2rem 0;
    text-align: center;
}

.foot-bq p {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.foot-bq p span,
.foot-bq p a {
    display: flex;
    align-items: center;
    margin: 0 .2rem;
    font-size: .15rem;
    color: #DFEFFA;
}

.foot-bq p a img {
    margin-right: .1rem;
}

.rightFix {
    position: fixed;
    right: .1rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 200000;
    padding: .7rem 0 .1rem;
    background: url(/images/rrbg.png) no-repeat center top/.86rem auto;
    display: none;
    cursor: pointer;
    padding-bottom: .15rem;
}


.rightFix ul {
    background: #1F3274;
    padding-bottom: .1rem;
    height: 5rem;
    overflow: hidden;
    transition: all .6s;
}

.rightFix ul.on {
    height: 5rem;
}

.rightFix li {
    width: 0.9rem;
    color: #fff;
    text-align: center;
    font-size: .16rem;
    transition: .3s;
}

.rightFix li a {
    display: block;
    padding: .1rem 0;
    opacity: .4;

}

.rightFix li a i {
    display: block;
}

.rightFix li a i img {
    max-height: .3rem;
}

.rightFix a:hover i {
    transform: rotateY(360deg);
    transition: .5s;
}


.rightFix li p {
    margin-top: .05rem;
    transition: 0.5s;
    line-height: 1.5;
    padding: 0 .05rem;
}

.rightFix li.totop p {
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.rightFix li.totop p img {
    padding-left: 3px;
}


@media screen and (min-width: 1200px) {
    .foot-t li a:hover {
        background: url(/images/linkbg.png) no-repeat;
        background-size: 100% 100%;
    }

    .foot-t li a:hover .img img {
        transform: rotateY(360deg);
        transition: 0.5s;
    }

    .rightFix li:hover {
        background: #10246A;
    }

    .rightFix li:last-child:hover {
        background: none;
    }

    .rightFix li:hover a {
        opacity: 1;
    }
}

@media screen and (max-width: 1200px) {
    .rightFix {
        display: none !important;
    }

    .foot-b {
        flex-wrap: wrap;
    }

    .foot-b .fot-m {
        width: 100%;
        text-align: center;
        margin-bottom: .3rem;
    }

    .ft-r {
        margin-left: 0;
        width: 100%;
        flex: none;
    }


}

@media screen and (max-width: 1024px) {
    .home1 .left {
        width: 100%;
        margin-right: 0;
    }

    .foot-t ul {
        padding: 0;
    }

    .foot-bq p span,
    .foot-bq p a {
        margin: 0 .1rem;
    }

}

@media screen and (max-width: 768px) {
    .foot-t li {
        width: 25%;
        margin-bottom: 0.3rem;
    }

    .foot-b .fot-l {
        width: 100%;
        text-align: center;

    }

    .foot-b .fot-l p {
        text-align: left;
    }

    .foot-b .fot-m {
        width: 100%;
        text-align: center;
    }

    .ft-rt {
        display: block;
    }

    .ft_link {
        width: 100%;
    }

    .foot-b .fot-l ul {
        flex-wrap: wrap;
    }

    .foot-b .fot-r {
        width: 100%;
        margin: 0.25rem 0;
    }

    .select {
        margin: 0 auto .2rem;
    }

    .foot-t li .img {
        width: 0.58rem;
        height: 0.52rem;
    }

    .foot-t {
        padding: 0.25rem 0 0;
    }

    .foot-b .fot-l p a.flex {
        justify-content: center;
    }

    .foot-b .ul-iconsb1 {
        display: flex;
        justify-content: center;
    }

    .foot-b .ul-iconsb1 li {
        margin: 0 .2rem;
    }

    .foot-b .ul-iconsb1 .icon {
        width: .6rem;
        height: .6rem;
    }

    .foot-b {
        padding: .2rem 0;
    }

    .foot-b .fot-m .wz {
        margin: .2rem 0;
    }

    .foot-b .fot-m .wz img {
        height: .3rem;
    }

    .foot-b .ul-iconsb1 .qrbox {
        bottom: 100%;
        right: 0%;
    }

    .foot-b .fot-l p {
        padding: .2rem 0;
    }
}

@media screen and (max-width: 420px) {
    .foot-t li .img {
        width: 0.4rem;
        height: 0.36rem;
    }
}



@media screen and (min-width: 1200px) {}



@media screen and (max-width: 980px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 600px) {}