﻿@charset "utf-8";
/* */
@font-face {
  font-family: sy;src:url("../font/sySong.woff");
}
@font-face {
  font-family: Butler;src:url("../font/BUTLER-REGULAR-13.OTF");
}
@font-face {
  font-family: Bebas;src:url("../font/BEBAS.TTF");
}
@font-face {
  font-family: sy-r;src:url("../font/sy-r.woff");
}
.header_box_li { position: relative; z-index: 1; }
.header_box {position: fixed;z-index: 1000;width: 100%;}
#header {width: 100%;transition: all 0.36s ease 0s;    border-bottom: 1px solid rgba(255, 255, 255, .1);}
.header_box .wp {height: 1.2rem;position: relative;display: flex;justify-content: space-between;transition: all 0.5s ease 0s;align-items: center;}
.header_box #logo img {width: 2.4rem;display: block;}
.header_box_li #header::before {content: "";position: absolute;height: 2rem;top: -0.01rem;left: 0px;right: 0px;transition: all 0.2s ease 0s;opacity: 1;visibility: visible;pointer-events: none;background: linear-gradient(180deg, rgba(43,63,129,.6) 0%, rgba(9, 38, 124, 0) 100%);z-index: -1;}
#header.xg {background: #2B3F81}
#header.xg::before {height: 0%;}
/* #header.xg .wp {height: 1.2rem;} */
#header .right {padding-left: 10%;flex: 1;display: flex;flex-direction: column;align-items: flex-end;position: relative;padding-top: .12rem;}
.list_box0 {display: flex;align-items: center;justify-content: flex-end;}
.list_box0 .li {font-size: 0.16rem;color: rgba(255, 255, 255,.2);transition: all 0.6s ease 0s;position: relative;display: flex;align-items: center;}
.list_box0 .li>a {align-items: center;display: flex;padding: 0px 0.15rem;color: rgba(255, 255, 255,.8);line-height: 0.24rem;}
.list_box0 .li>a img{width: 0.2rem;margin-right: .1rem;}
.list_box0 .li:last-child a{padding-right: 0;}
.select{position: relative;cursor: pointer;padding-right: 0.2rem;}
.select h2{font-size: 0.16rem;line-height: 0.24rem;align-items: center;/* padding: 0 .15rem; */justify-content: space-between;}
.select h2 p{color: #fff;white-space: nowrap;padding-right: .15rem;}
.select ul{background: #f8f8f8;/*height: 2rem;*/position: absolute;width: auto;left: 0;right: 0;padding: .15rem 0rem;z-index: 5;top: 100%;display: none;overflow-y: auto;}
.select li{font-size: 0.16rem;line-height: 0.32rem;color: #333;transition:0.5s;padding: 0 .15rem;}
.select li a{color:#333;}
.select h2 img{width: 0.1rem;}
.select li:hover{background:#2B3F81;}
.select li:hover a{color:#fff;}
/* 导航栏 */
#nav {width: 100%;}
#nav ul {display: flex;justify-content: space-between;width: 100%;}
#nav ul li { z-index: 0; height: 100%; position: relative; }
#nav ul li a { display: block; padding: 0px; position: relative; z-index: 2; }
#nav ul li h3 {font-size: 0.2rem;color: rgb(255, 255, 255);line-height: 0.65rem;position: relative;transition: all 0.36s ease 0s;border-bottom: 1px solid transparent;font-family: sy;}
#nav ul li .sub {position: absolute;top: 100%;background: rgb(255, 255, 255);width: auto;left: 50%;z-index: 10000;transform: translateX(-50%) scaleY(0);visibility: hidden;opacity: 0;transition: all 0.5s ease 0s;transform-origin: center top;box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 0.1rem;min-width: 1.6rem;}
#nav ul li .sub::after { content: ""; position: absolute; left: 50%; bottom:100%; transform: translateX(-50%);border-left: 0.1rem solid transparent;border-right: 0.1rem solid transparent;border-bottom: 0.1rem solid #fff;}
#nav ul li .sub .box {padding: 0.14rem 0.18rem .07rem;text-align: center;}
#nav ul li .sub a {padding: 0.1rem 0.05rem;line-height: 0.28rem;transition: all 0.6s ease 0s;font-size: 0.16rem;color: #343434;text-align: center;min-width: 1rem;border-bottom: 1px solid #ddd;font-weight: 500;white-space: nowrap;}
#nav ul li .sub a:last-child{border-bottom:none;}
#nav ul li .sub a:hover {color: #2B3F81;font-weight: 600;}
#nav ul li:hover .sub { opacity: 1; visibility: visible; transform: translateX(-50%) scaleY(1); }
#nav ul li.on h3,#nav ul li:hover h3{border-color: #fff;}

.search_btn {cursor: pointer;}
.search_btn img { margin: 0px; }
#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: #2B3F81;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: #2B3F81;}
#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: #2B3F81;}
#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 10px;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 #2B3F81; }
#m_nav .list_box0 {width: 90%;margin: 0.12rem auto 0px;justify-content: flex-start;}
#m_nav .list_box0 .li {text-align: center;color: #2B3F81;margin: 0px 0rem 0.15rem;font-size: 14px;}
#m_nav .list_box0 .li a{background:none;padding: 0 0.2rem 0 0;color: #333;}
#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 auto;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 #2B3F81;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: #2B3F81; 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: #2B3F81;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: #2B3F81; 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); }
}
/* 导航地图 */
.miso_btn1{position: absolute;right: 0.58rem;top: 0.16rem;}
#openBtn {cursor: pointer;display: flex;width: 0.87rem;height: 0.87rem;border-radius: 0%;align-items: center;justify-content: flex-end;background: url(../images/menu.png) no-repeat center/100% 100%;padding-right: .28rem;}
#openBtn .lcbody {width: .22rem;height: .16rem;position: relative;margin-top: -.1rem;}
#openBtn .lcbody .lcitem {width: 100%;height: 1px;position: absolute;transition: transform 0.36s ease;right: 0;}

#openBtn .lcbody .lcitem div {position: absolute;width: 100%;height: 100%;top: 0;left: auto;right: 0;background: #fff;}
#openBtn .lcbody .top {top: 0;}
#openBtn .lcbody .center {display: block;top: 50%;width: 100%;left: 0;} 
#openBtn .lcbody .bottom {top: 100%;}
#openBtn .lcbody:hover .lcitem.top .rect {animation: move 0.4s ease-in-out 1;}
#openBtn .lcbody:hover .lcitem.center .rect {animation: move 0.4s ease-in-out 0.1s 1;}
#openBtn .lcbody:hover .lcitem.bottom .rect {animation: move 0.4s ease-in-out 0.2s 1;}
.active#openBtn .lcitem.top {transform: rotateZ(45deg);top: 49%;width: 100%;}
.active#openBtn .lcitem.center { opacity: 0;}
.active#openBtn .lcitem.bottom {transform: rotateZ(-45deg);top: 49%;width: 100%;}
  @keyframes move {
    0% {right: 0;}
    40% {right: 0;width: 0;}
    60% {right: auto;width: 0%;}
    100% {right: auto;width: 100%;}
  }

  .g-nav2 {
    position: fixed;
    z-index: 49;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.8);
    transition: 0.5s;
    transform: translateY(-100%);
    } 
  .g-nav2 .scroll {position: absolute;z-index: 1;left: 0;right: 0;top: 1.2rem;bottom: 0;overflow-y: auto;padding: 0 5%;    padding-top: 1rem;}
  .g-nav2 .scroll .li{border-right: 1px solid rgba(216, 216, 216, 0.1);padding-right: 0.4rem;padding-bottom: 2rem;}
  .g-nav2 .scroll .li a{font-size: 0.18rem;color: #fff;line-height: 0.44rem;display:block;}
  .g-nav2 .scroll ul {justify-content: space-between;}
  .g-nav2 .scroll li {
    /* width: 10%; */
    text-align: left;
    /* padding-top: 0.45rem; */
    transform: translateY(1rem);
    opacity: 0;
    }
  .g-nav2 .scroll li a {color: #fff;transition: 0.5s;}
  .g-nav2 .scroll li h2 {font-size: 0.22rem;font-weight: bold;font-family: sy;}
  .g-nav2 .scroll li h2 a{font-family: sy;}  
  .g-nav2 .scroll li .list {padding: 0.2rem 0;}
  .g-nav2 .scroll li .list h3 {font-size: 0.14rem;line-height: 0.36rem;/* margin-bottom: .2rem; */}
  .g-nav2 .scroll li .list dl {padding-bottom: 0.2rem;display: none;}
  .g-nav2 .scroll li .list dd {font-size: 0.16rem;line-height: 0.4rem;opacity: 0.65;}
  .g-nav2 .scroll li .list dd:hover {opacity: 1;}
  .g-nav2 .scroll a:hover{color:#25B1D5}
  

  .show .g-nav2{transform: translateY(0);}
  .show .header_top{opacity:0;}
  .show #nav ul{opacity: 0;visibility: hidden;}
  .show .scroll li{opacity: 1;transform: translateY(0);}
  .show .scroll li:nth-child(1){transition: .8s .1s}
  .show .scroll li:nth-child(2){transition: .8s .2s}
  .show .scroll li:nth-child(3){transition: .8s .3s}
  .show .scroll li:nth-child(4){transition: .8s .4s}
  .show .scroll li:nth-child(5){transition: .8s .5s}
  .show .scroll li:nth-child(6){transition: .8s .6s}
  .show .scroll li:nth-child(7){transition: .8s .7s}
  .show .scroll li:nth-child(8){transition: .8s .8s}
  .show .scroll li:nth-child(9){transition: .8s .9s}
  .show .scroll li:nth-child(10){transition: .8s 1s}


/* banner */
@keyframes ani_roll2 {
    0% {
        background-position: 0 bottom;
    }

    100% {
        background-position: -100% bottom;
    }
}


/* banner */
.main-visual-wrapper { width: 100%; overflow: hidden; position: relative; }
.main-visual-slider { overflow: hidden; position: relative; }
.main-visual-slider .swiper-slide { overflow: hidden;}
.swiper-box1 .imged{padding-bottom: 100vh;}
.slide-inner{overflow: hidden;}
.main-visual-slider .imged{transform: scale(1.05); transition: opacity 0.5s}
.main-visual-slider .imged::after{width: 100%;height: 50%;background: linear-gradient(180deg, rgba(33, 46, 93, 0) 78%, rgba(33, 46, 93, 0.6) 100%);}
.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;}
.main-visual-slider .vde a:hover .imged{transform:scale(1);}
.main-visual-slider .vde .imged{transform:scale(1);}

.banner .arrow{align-items: center;justify-content: center;position: absolute;bottom: 0.4rem;z-index: 10;width: 100%;}
.banner .btn{font-size: 0;bottom: auto;width: auto;display: flex;align-items: center;justify-content: center;position: relative;}
.banner .btn span{position: relative;width: 0.1rem;height: 0.1rem;margin: 0 .16rem;opacity: .55;background: #fff;font-size: 0rem;color: #fff;font-family: sy;z-index: 1;}
.banner .btn span::after{content: "";position: absolute;width: 0.51rem;height: 0.47rem;background: url(../images/cir.png) no-repeat center/100% 100%;top: 0;opacity: 0;left: 50%;transform: translateX(-60%);z-index: -1;}
.banner .btn span.on{font-size: 0.18rem;width: 0.4rem;height: 0.35rem;margin: 0 0.22rem !important;background: none;border-radius: 0;opacity: 1;line-height: .35rem;}
.banner .btn span.on::after{opacity: 1;}
.banner .arrow a{padding-left: 0.2rem;color: #fff;font-size: 0.18rem;}




/* home1 */
.home1{width: 100%;padding: 1.68rem 0 .45rem;}
.home1::after{width: 49.9%;bottom: auto;background: url(../images/h1bg.png) no-repeat top/100%;top: 0.47rem;height: 0.83rem;left: 48%;transform: translateX(-50%);opacity:0;}
.home1 .ydjsimg{text-align:center;position:absolute;left:48%;top:.47rem;width: 49.9%;transform: translateX(-50%);}
.title{margin-bottom: .5rem;position: relative;align-items: center;z-index: 10;}
.title .h3{margin: 0 auto;text-align: center;}
.title h3{font-size: 0.4rem;color: #2B3F81;font-family: sy;margin-bottom: 0.1rem;}
.title p{display: inline-block;font-size: 0.14rem;padding-right: 0.55rem;background: url(../images/tit-line.png) no-repeat right center/0.47rem;font-family: Butler;color: #999999;}
.more{position: absolute;right: 0;}
.more a{color:#1C2A5A;transition: 0.5s;align-items: center;font-size: 0.16rem;position: relative;line-height: 0.36rem;display: block;}
.more a::before{content: "";position: absolute;width: 0.4rem;height: 1px;right: 0.2rem;top: 0;background: #1C2A5A;opacity: .6;}
.more a::after{content: "";position: absolute;width: 0.4rem;height: 1px;right: 0;background: #1C2A5A;bottom: 0;}
.home1 .title .h3{margin: 0;}
.home1-t{justify-content: space-between;}
.home1-t .left{width: 62%;/* padding-right: .4rem; */position: relative;/* padding-left: 0.8rem; */}
.home1-t .right{width: 33%;}
.home1-t li *{transition: 0.5s;}
.home1-t .left li a{display: block;position: relative;}
.home1-t .left li .con{padding: 0.1rem 0 .2rem;align-items: center;}
.home1-t .left li h3{color: #333;font-size: 0.2rem;line-height: 0.3rem;transition: 0.5s;flex: 1;min-width: 0;padding-right: 0.2rem;}
.home1-t .left li p{color: #999;font-size: 0.18rem;line-height: 0.2rem;color: #9B0002;font-family: Butler;}
.home1-t .left li .imged{padding-bottom:54%;}
.home1-t .left li .imged::after{width: 100%;height: 30%;background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 0.6) 100%);}
.home1-t .arrow{position:absolute;bottom:1rem;right:.2rem;z-index:10}
.home1-t .arror{width:.31rem;height:.07rem;position:relative;top:auto;right:auto;left:auto;margin:0 .1rem;}
.home1-t .arror:after{display:none;}
.home1-b {margin: 0.05rem -0.2rem 0;}
.home1-t .home1-b li {width: 33.3%;padding: 0 0.2rem;margin-bottom: .15rem;}
.home1-t .home1-b li a {display: block;border-bottom: 1px solid #ddd;height: 0.7rem;}
.home1-t .home1-b li a span {color: #999;font-size: 0.18rem;line-height: 0.2rem;color: #9B0002;font-family: Butler;display: none;}
.home1-t .home1-b li a h3 {font-size: 0.18rem;color: #333;line-height: 0.3rem;max-height: 0.6rem\0;padding-right: 0;margin-top: .05rem;/* overflow: hidden; *//* white-space: nowrap; *//* text-overflow: ellipsis; *//* display: block; */}

.home1-t .right li a{align-items: center;height: 1.017rem;border-bottom: 1px solid #ddd;padding-right: 0.25rem;}
.home1-t li a:after{height: 1px;bottom: -1px;background: #9B0002;}
.home1-t .right li .img { width: 1rem; height: 0.55rem; overflow: hidden;display: flex;align-items: center;justify-content: center;}
.home1-t .right li .con{flex: 1;min-width: 0;padding-left: 0.18rem;}
.home1-t .right li h3{color: #333;font-size: 0.18rem;line-height: 0.3rem;max-height: 0.6rem\0;}

.more a:hover{color:#2B3F81;}
 .home1-t .right ul{margin-top:-.5rem}

.home1-t .cir{ left: 0rem; bottom: .9rem; text-align:center;width:100%;}
.home1-t  .cir span{border-radius: 50%;opacity: .5;background: #fff;margin: 0 0.08rem !important;font-size: 0;}
.home1-t  .cir span.on{background: #fff;opacity: 1;}
@media screen and (min-width: 1025px) {
 
  .home1-t a:hover h3{color: #2B3F81;}
  .home1-t li a:hover:after{width: 100%;}
  .home1-t .right li a:hover h3{color: #2B3F81;}
  .home1-b li a:hover h3 { color: #2B3F81; }

}
@media screen and (max-width: 1024px) {
  .home1{padding: 0.4rem 0 .4rem;overflow: hidden;}
  .home1 .ydjsimg{top:0.25rem;}
  .home1-t .left{width: 100%;}
  .home1-t .right{width: 100%;margin-top: 0.3rem;}
  .home1-t .right li a{height: auto;padding: 0.2rem 0;}  
  .home1-b {  margin: 0.1rem -0.1rem 0; }
  .home1-t .home1-b li { width: 33.3%;padding: 0 0.1rem;}
   .home1-t .right ul{margin-top:-.25rem}
  .home1-t .left li .con{padding:.2rem 0 0;}
}
@media screen and (max-width: 768px) {
 .home1-t  .home1-b li{width: 100%;margin-bottom: 0.15rem;}
  .home1-t .home1-b li a{height:auto;padding:.15rem 0;}

}
@media screen and (max-width: 420px) {

}

/*================== 首页各版块新增样式 ==================*/
/* home2 云大快讯 */
.home2 { padding: 1.5rem 0 0.7rem; }
.home2::after{width: 100%;background: url(../images/hbg2.png) no-repeat top/100%;}
.h2-s{margin: 0 -0.3rem;padding-bottom: .5rem;}
.home2-t li {margin-bottom: 0.4rem;}
.home2-t li a{align-items: center;padding: 0 0.3rem;}
.home2-t li *{
       transition: 0.5s;
}
.home2-t li a:hover {
     transform: translate(-0.25rem);
}
.home2-t .item .date {/* width: 0.8rem; *//* height: 0.8rem; *//* display: flex; */flex-direction: column;align-items: center;justify-content: center;/* background: url(../images/h2-tim.png) no-repeat center/100% 100%; */}
.home2-t .item .date span { font-size: 0.24rem; color: #fff; font-family: Butler}
.home2-t .item .date p {font-size: 0.16rem;color: #9B0002;/* margin-top: 0.05rem; */font-family: Butler;/* opacity: .7; */}
.home2-t .item .con { flex: 1; min-width: 0; padding-left: 0.17rem;}
.home2-t .item h3 {font-size: 0.18rem;color: #333;/* margin-bottom: 0.1rem; */transition:0.5s;}
.home2-t .item p {font-size: 0.16rem;color: #999;line-height: 1.6;}
.home2-t .slick-arrow{width: 0.42rem;height: 0.3rem;top:auto;bottom: 0;transform: translateY(0);background: url(../images/h2-prev1.png) no-repeat center/0.33rem 0.08rem;transition: 0.5s;}
.home2-t .slick-arrow::before{display: none;}
.home2-t .slick-prev{left: 46%;}
.home2-t .slick-next{right: 46%;transform: rotateY(180deg) translateY(0);}
.home2-t .slick-arrow:hover{background: url(../images/h2-prev2.png) no-repeat center/100% 100%;}


@media screen and (min-width: 1025px) {
    .home2-t li a:hover h3{color: #0055a5;}
}

@media screen and (max-width: 1024px) {
  .home2 {padding: 0rem 0 0.2rem;}
    .home2::after{background: linear-gradient(180deg, rgba(255, 255, 255, 0.68) 13%, rgba(255, 255, 255, 0) 104%);}
    .h2-s{margin: 0 -0.1rem;padding-bottom: .6rem;}
    .home2-t li {margin-bottom: 0.2rem;}
    .home2-t li a{align-items: center;padding: 0 0.1rem;}
  .home2-t .slick-prev{left: 42%;}
 .home2-t .slick-next{right: 42%;}
}

@media screen and (max-width: 420px) {
   .home2-t .slick-prev{left: 39%;}
 .home2-t .slick-next{right: 39%;}
}

/* home3 教学科研动态 */
.home3{ padding: 0rem 0 0; width: 100%;overflow: hidden;}
.home3 .title .h3,.home4 .title .h3{margin:0;}
.home3-t {justify-content: space-between; }
.home3-t .left, .home3-t .right { width: 48%; }
.home3-swiper{ margin-bottom: 0.2rem; position: relative;padding: 0.4rem 0 0 0.4rem;}
.home3-swiper::after{width: auto;right: 0.55rem;background: linear-gradient(180deg, #950002 3%, #FFFFFF 100%);
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);}
.home3-t .right .home3-swiper::after{/* 矩形 15984 */
background: linear-gradient(180deg, #19307C 3%, #FFFFFF 100%);}
.home3-swiper .item {align-items: flex-start;padding-bottom: 0.64rem;position: relative;}
.home3-swiper .con {flex: 1;min-width: 0;padding-right: 0.37rem;}
.home3-swiper .scale {width: 3.36rem; }
.home3-swiper .con .date { font-size: 0.18rem; font-family: sy;color: #fff;}
.home3-swiper .con h3 { color: #fff; margin: 0.2rem 0; font-size: 0.2rem;line-height: 0.32rem;max-height: 64px\0;}
.home3-swiper .con p { color: rgba(255, 255, 255, 0.68); font-size: 0.16rem;line-height: 0.3rem;max-height: 0.6rem\0;}
.home3-t .xq{width: 0.84rem;height: 0.65rem;background: #950002;position: absolute;right: 0;bottom: 0;display: flex;align-items: center;justify-content: center;display:none;}
.home3-t .right .xq{background: #254292;}

.home3-swiper .scale .imged {padding-bottom: 68%;}
.home3-swiper .cir{ left: 0rem; bottom: 0.15rem; width: auto; }
.home3-swiper .cir span{border-radius: 50%;opacity: 1;background: #fff;margin: 0 0.06rem !important;}
.home3-swiper .cir span.on{background: #9B0002;}
.list3 li *{transition: 0.5s;}

.list3 li a {align-items: center; padding: 0.15rem 0.25rem;  }
.list3 li h3{flex: 1;min-width: 0;padding: 0 0.25rem;background: url(../images/h3li1.png) no-repeat left center/0.06rem;line-height: 1.5;font-size: .18rem;}
.list3 li span{font-size: 0.16rem;color: #5E5E5E;font-family: sy-r;}


@media screen and (min-width: 1025px) {
.list3 li a:hover h3{ color: #2B3F81;background: url(../images/h3li2.png) no-repeat left center/0.06rem;}
.list3 li a:hover{transform: translate(-0.25rem)}
}

@media screen and (max-width: 1024px) {
.home3-t .left{ width: 100%;}
.home3-t .right { width: 100%; margin-top: 0.3rem;}
  .list3 li a{padding:.15rem 0;}
  .home3-swiper{padding:.2rem 0 0 .2rem;}
}
@media screen and (max-width: 480px) {
  .home3-swiper:after{width:100%;}
  .home3-swiper .con {flex: none;min-width: 0;padding-right: 0.2rem;padding-bottom:.25rem;width: 100%;}
  .home3-swiper .scale {width: 100%;}
}


/* home4 人才培养与师生风采 */
.home4 {padding: 0.6rem 0;z-index: 2;width: 100%;}
.home4::after{width: 100%;background: url(../images/hbg4.png) no-repeat top/cover;height: auto;top: 0;bottom: -2rem;}
.home4-t{justify-content: space-between;}
.home4 .left { width: 35%; }
.home4 .right { width: 60%;}
.home4 dl{height: 3.8rem;}
.home4 dl dt *{transition: 0.5s;}
.home4 dl dt a{height: 1rem;align-items: center;border-bottom: 1px solid #ddd;display: flex;padding-right: 0.2rem;}
.home4 dl dt a::after{height: 1px;bottom: -1px;background: #9B0002;}
.home4 dl dt:last-child a{border-bottom:none}
.home4 dl dt b{width: 0.3rem;height: 0.3rem;display: flex;align-items: center;justify-content: center;}
.home4 dl dt .con{flex: 1;min-width: 0;padding: 0 0.11rem;}
.home4 dl dt h3{font-size: 0.2rem;color: #333333;}
.home4 dl dt.on h3{
  font-weight:bold;
}
.home4 dl dt p{font-size: 0.14rem;font-family: PingFang SC;color: #888888;margin-top: 0.1rem;display: none;}
.home4 dl dt span{width: 0.44rem;height: 0.3rem;display: block;background: url(../images/h4-xq1.png) no-repeat center/0.25rem 0.08rem;}


.home4-t .item {display: flex;position: relative;align-items: flex-end;}
.home4-t .right li .scale{border-radius: 0.1rem;width: 100%;position: relative;}
.home4-t .right li .imged{padding-bottom: 130%;border-radius: 0.1rem;}
.home4-t .right li .imged::after{width: 100%;opacity: 0.68;background: #29386F;opacity: 0;}
.home4-t .right li .con{width: 100%;height: 100%;position: absolute;left: 0;bottom: 0;z-index: 10;display: flex;align-items: center;justify-content: center;opacity: 0;}
.home4-t .right li h3{color: #fff;font-size: 0.18rem;}
.home4-t .right li p{display: none;margin-top:.1rem;}
.home4-t li.swiper-slide-active .item{margin-left: 0;}
.home4-t li.swiper-slide-active p{display: none;}
.home4-t li.swiper-slide-active .con{flex-direction:column;justify-content:flex-end;align-items:flex-start;padding:0 .2rem .2rem;opacity:1;}
.home4-t li.swiper-slide-active .imged::after{height: 30%;background: linear-gradient(180deg, rgba(14, 38, 84, 0) 58%, #162E5D 78%);opacity:1;}
.home4-t .arrow{justify-content: center;margin-top: 0.4rem;}
.home4-t .arror{width: 0.42rem;height: 0.3rem;background: url(../images/h2-prev1.png) no-repeat center/0.33rem 0.08rem;transition: 0.2s;position: relative;top: auto;left: auto;right: auto;margin: 0 .2rem;}
.home4-t .arror::after{display: none;}
.home4-t .swiper-button-next{transform: rotateY(180deg);}
.home4-t .arror:hover{background: url(../images/h2-prev2.png) no-repeat center/100% 100%;}

@media screen and (min-width: 1025px) {
.home4-t .item{margin-left: 0.6rem;height: 4rem;}
.home4 dl dt.on a{height: 1.2rem;}
.home4 dl dt.on a::after{width: 100%;}
.home4 dl dt.on b{display: none;}
.home4 dl dt.on .con{padding-left: 0;}
.home4 dl dt.on p{display: block;}
.home4 dl dt.on span{background: url(../images/h4-xq2.png) no-repeat center/100% 100%;}

}

@media screen and (max-width: 1024px) {
  .home4 {padding: 0.4rem 0 0;}
  .home4 .left, .home4 .right { width: 100%; margin-bottom: 0.3rem; }
  .home4 dl dt a{padding:.2rem 0;height:auto;}
  .home4 dl{height:auto;}

}

/* home5 数说云大 */
.home5 {padding: 1.5rem 0 0.8rem;width: 100%;z-index: 3;}
.home5::after{width: 100%;background: url(../images/hbg5.png) no-repeat top/100% 100%;height: auto;top: 0;bottom: -1rem;}
.home5-t { justify-content: space-between; flex-wrap: wrap; margin-top: 0.2rem; }
.home5-t li a {/* width: 16%; */text-align: center;display: flex;flex-direction: column;align-items: center;}
.home5-t li a div{display: flex;align-items: center;justify-content: center;width: 2.4rem;height: 1.28rem;margin: 0 auto .15rem;}
.home5-t li span{font-size: 0.54rem;color: #A91A20;font-family: Bebas;margin-bottom: 0.15rem;/* width: 100%; */text-align: center;display: inline-block;border-bottom: 1px solid #9B0002;padding-bottom: .15rem;min-width: 1.44rem;}
.home5-t li h3{font-size: 0.16rem;color: #333;margin-top: 0.1rem;width: 100%;line-height: .3rem;}
.home5-t li a div svg{max-width:100%;max-height:100%;}
.home5-t .arrow{justify-content: center;margin-top: 0.4rem;}
.home5-t .arror{width: 0.42rem;height: 0.3rem;background: url(../images/h2-prev1.png) no-repeat center/0.33rem 0.08rem;transition: 0.2s;position: relative;top: auto;left: auto;right: auto;margin: 0 .2rem;}
.home5-t .arror::after{display: none;}
.home5-t .swiper-button-next{transform: rotateY(180deg);}
.home5-t .arror:hover{background: url(../images/h2-prev2.png) no-repeat center/100% 100%;}

.home5-t li a:hover svg{transform:rotateY(360deg);transition:0.5s;}
@media screen and (max-width: 1024px) {
  .home5 {padding: 1rem 0 0.2rem;width: 100%;overflow: hidden;}
.home5-t li a div{width: 1.5rem;height: 0.7rem;}
  .home5-t li span{ font-size: 0.3rem;}
}
@media screen and (max-width: 768px) {
   .home5 .title .h3{margin:0 auto !important;}
}
@media screen and (max-width: 420px) {
 .home5 { padding: .8rem 0 0.2rem;}
}

/* home6 文化校园 */
.home6 {padding: 0rem 0;width: 100%;z-index: 4;}
.w-tab{position: relative;}
.w-tab .tab{opacity: 0;visibility: hidden;position: absolute;width: 100%;top: 0;transition: 0.5s;}
.w-tab .tab.on{opacity: 1;visibility: visible;position: relative;z-index: 10;}
.w-more a{display: none;}
.w-more a.on{display: block;}
.home6 dt{margin: 0 0.4rem;cursor: pointer;}
.home6 dl{margin-bottom: 0.4rem;justify-content: center;}
.home6 dt p{font-size: 0.12rem;color: #858DA8;font-family: Bell MT;}
.home6 dt h3{font-size: 0.28rem;color: #4E5981;margin-top: 0.1rem;font-family: 'sy';}
.home6 dt.on h3{color: #133695;}
.home6-t li .scale{border-radius: 0.1rem;}
.home6-t li .imged{border-radius: 0.1rem;padding-bottom:75%;}
.home6-t li .con{height: 2rem;padding: 0.2rem;}
.home6-t li h3{font-size: 0.18rem;color: #222;line-height: 0.3rem;margin-bottom: .15rem;}
.home6-t li h4{
    font-size: 0.14rem;
    color: #777777;
    line-height: 0.3rem;
    padding-left: 0.24rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.home6-t li .ico1{background: url(../images/h6-i1.png) no-repeat left center/0.18rem 0.18rem;}
.home6-t li .ico2{background: url(../images/h6-i2.png) no-repeat left .03rem center/0.13rem 0.18rem;}
.home6-t li .ico3{background: url(../images/h6-i3.png) no-repeat left center/0.18rem 0.18rem;}
.home6-t .arrow{justify-content: center;margin-top: 0.3rem;}
.home6-t .arror{width: 0.42rem;height: 0.3rem;background: url(../images/h2-prev1.png) no-repeat center/0.33rem 0.08rem;transition: 0.2s;position: relative;top: auto;left: auto;right: auto;margin: 0 .2rem;}
.home6-t .arror::after{display: none;}
.home6-t .swiper-button-next{transform: rotateY(180deg);}
.home6-t .arror:hover{background: url(../images/h2-prev2.png) no-repeat center/100% 100%;}
@media screen and (min-width: 1025px) {
.home6-t li h3{height: 0.6rem;}
.home6-t li a:hover h3{color: #2B3F81;}
}
@media screen and (max-width: 1024px) {
  .home6-t li .con{height: 1.5rem;padding: 0.2rem .2rem 0;}
  .home6{padding:.3rem 0 0;}
}
@media screen and (max-width: 768px) {
.home6 dt{margin: 0 0.15rem;cursor: pointer;}
  .home6-t li .con{height:auto;padding:.2rem 0 0;}
  .home6-t .arrow{justify-content: center;margin-top: 0.1rem;}
}
@media screen and (max-width: 420px) {

}

/* home7 专题聚焦 */
.home7 {padding: 0.8rem 0 .4rem;width: 100%;overflow: hidden;}
.home7-t ul{ margin: 0 -0.3rem;}
.home7-t li{ width: 33.3%; margin-bottom: 0.37rem;padding: 0 0.3rem;}
.home7-t li .imged{padding-bottom: 25%;border-radius: 0.1rem;}
.home7-t li .scale{border-radius: 0.1rem;}

@media screen and (max-width:1024px) {
 .home7 {padding: 0.4rem 0 .2rem;}
 .home7-t ul{ margin: 0 -0.1rem;}
 .home7-t li{ width: 33.3%; margin-bottom: 0.25rem;padding: 0 0.1rem;}
}
@media screen and (max-width: 768px) {
  .home7-t li{width: 50%;margin-bottom: .2rem;}
}
/* home8 公示公告 */
.home8 {padding: 0rem 0;width: 100%;overflow: hidden;}
.home8-t ul{ justify-content: space-between; }
.home8-t li { width: 48%; }
@media screen and (max-width: 768px) {
  .home8-t li{ width: 100%;}
}

/* home9 影像校园 */
.home9{ padding: 0.8rem 0; width: 100%;}
.home9::after{width: 100%;background: url(../images/hbg9.png) no-repeat bottom/100%;}
.home9-t{align-items: flex-end;}
.home9-t .left{width: 49%;}
.home9-t .right{width: 51%;padding-bottom: 0.4rem;position: relative;z-index: 2;}
.home9-t .left li .scale{border-radius: 0.1rem;}
.home9-t .left li .imged{padding-bottom: 61.8%;border-radius: 0.1rem;}
.home9-t .left li .imged::after{width: 0.84rem;height: 0.84rem;background: url(../images/bf.png) no-repeat center/100% 100%;left: 50%;top: 50%;transform: translate(-50%, -50%);bottom: auto;}
.h9-s2 li a{display: block;margin: 0 0 0 0.3rem;border-radius: 0.1rem;border: 2px solid transparent;}
.h9-s2 li .imged{border-radius: 0.1rem;padding-bottom: 59%;}
.h9-s2 li.slick-current a{border-color: #fff;}
.home9-t .slick-arrow{top: auto;transform: translateY(0);right: auto;z-index: 10;}
.home9-t .slick-arrow::before{display: none;}
.home9-t .slick-prev{width: 0.58rem;height: 0.58rem;background: url(../images/h1-prev.png) no-repeat center/0.23rem 0.05rem #85191F;border-radius: 50%;left: -0.4rem;bottom: 0.35rem;}
.home9-t .slick-next{width: 0.88rem;height: 0.88rem;background: url(../images/h1-next.png) no-repeat center/0.31rem 0.07rem #254292;border-radius: 50%;left: -0.05rem;bottom: -0.22rem;}



@media screen and (min-width: 1025px) {
.h9-s2{width: calc(100% + 2rem);margin-left: -2rem;}
}

@media screen and (max-width: 1024px) {
  .home9{ padding: 0.4rem 0;overflow:hidden;}
.home9-t .left{width: 100%;}
.home9-t .right{width: 100%;margin-top: 0.3rem;padding-bottom: 0;}
.h9-s2 li a{margin: 0 0.1rem;}
  .home9-t .slick-prev{left:0;}
  .home9-t .slick-next{left:.4rem;width: .6rem;height: .6rem;}
}
@media screen and (max-width: 420px) {

}

/* home10 云大融媒 */
.home10 {padding: 0rem 0;width: 100%;overflow: hidden;}

.home10-t {justify-content: space-between; margin-bottom: 0.58rem; }
.home10-t .left { width: 53%;}
.home10-t .right { width: 45%;}

/* 左侧样式 */
.home10-t .left ul{ justify-content: space-between;}
.left-list li { margin-bottom: 0.2rem; }
.left-list li a{display: block;position: relative;overflow: hidden;border-radius: .1rem;}
.left-list li .imged::after{width: 100%;height: 40%;background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);}
.left-list li .con{width: 100%;padding: 0 0.25rem 0.2rem;align-items: center;position: absolute;left: 0;bottom: 0;z-index: 10;display: flex;align-items: center;}
.left-list li .scale,.left-list li .imged{border-radius: 0.1rem;}
.left-list li .con h3 { color: #fff;font-size: 0.18rem; flex: 1; min-width: 0;padding-left: 0.15rem;}
.left-list li .con .icon{ width: 0.3rem;text-align: center;}
.left-list li .con::after{width: 0.77rem;height: 0.03rem;background: #00A166;}
.home10-t .left li:first-child .con::after{background: #6245BB;}
.home10-t .right .left-list li .con::after{background: #E71F19;}
.home10-t .left li{width: 48.5%;}
.home10-t .left li:first-child{width: 100%;}
.home10-t .play-btn{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 0.9rem; cursor: pointer; z-index: 2;}
.home10-t .play-btn img{width: 100%;}
.home10-t .right-top{border-radius: 0.1rem;background: #202F63;height: 3.42rem;padding: 0.43rem 0.7rem 0 0.3rem;margin-bottom: .2rem;}
.home10-t .right-top .con{/* width: 2.9rem; */position: relative;flex: 1;min-width: 0;}
.journal-content{flex:1;min-width:0;padding-left: 0;width: 2.88rem;}
.home10-t .right-top h4{color: #fff;font-size: 0.24rem;font-family: PingFang SC;padding-bottom: 0.12rem;margin-left:.3rem;}
.home10-t .right-top h4::after{width: 0.51rem;height: 2px;background: #950002;}
.home10-t .right-top .log{width: 100%;}
.home10-t .right-top .log img{position:absolute;bottom:0;left:0;width: 2.9rem;}
.home10-t .journal-content li{width:53%;}
.home10-t .journal-content li h3 { color: #fff; margin-top: 0.15rem; font-size: 0.16rem;opacity: 0;}
.home10-t .journal-content li .scale{border-radius: 0.1rem;}
.home10-t .journal-content li .imged{padding-bottom: 2.27rem;border-radius: 0.1rem;}
.home10-t .journal-content li .imged::after{width: 100%;background: #162E5D;opacity: .5;}
.home10-t .journal-content li.swiper-slide-active .imged::after{opacity: 0;}
.home10-t .journal-content li.swiper-slide-active h3{opacity: 1;}
.home10-t .arrow{position: absolute;bottom: 0;right: 0.2rem;}
.home10-t .arror{width: 0.35rem;height: 0.26rem;background: url(../images/h10-prev1.png) no-repeat center/0.24rem 0.05rem;transition: 0.2s;position: relative;top: auto;left: auto;right: auto;margin: 0 .05rem;}
.home10-t .arror::after{display: none;}
.home10-t .swiper-button-next{transform: rotateY(180deg);}
.home10-t .arror:hover{background: url(../images/h10-prev2.png) no-repeat center/100% 100%;}

.home10-t .left li .imged{padding-bottom: 2.78rem;}
.home10-t .left li:first-child .imged{padding-bottom: 4.48rem;}
.home10-t .right .left-list li .imged{padding-bottom: 3.85rem;}



.ul-iconsb1{justify-content: space-between;/* padding: 0 .55rem; */}
.ul-iconsb1>div{width: 50%;display: flex;flex-wrap: wrap;/* justify-content: space-between; */padding: 0 .25rem;}
.ul-iconsb1 li{/* padding: 0 1.78rem 0 0; */width: 33.3%;display: flex;/* justify-content: center; */margin-top: 0.25rem;}
.ul-iconsb1 li .icon{position: relative;}
.ul-iconsb1 li .icon::after{width: 1px;left: 50%;top: 100%;content: "";position: absolute;height: 1.35rem;/* background: linear-gradient(180deg, rgba(246,231,231,1)0%, rgba(255,255,255,0) 100%); */}
.ul-iconsb1 li .icon img{width: 0.7rem;}
.ul-iconsb1 .con{position:relative;cursor:pointer;}    
.ul-iconsb1 .qrbox{bottom: 100%;transform: translateY(-30%) translateX(-50%);opacity:0;visibility:hidden;margin-bottom: .15rem;transition: 0.5s;position: absolute;width: 1.2rem;z-index: 10;height: auto;z-index: 100;left: 50%;}
.ul-iconsb1 .qrbox .qr{padding: .1rem;background: #fff;text-align: center;border-radius: .1rem;}
.ul-iconsb1 .qrbox::before{content:"";border-left:.08rem solid transparent;border-right:.08rem solid transparent;border-top:.1rem solid #fff;bottom: -0.08rem;transform: translateX(-50%);position: absolute;left: 50%;}
.ul-iconsb1 .qrbox .qr img{width: 100%;}
.ul-iconsb1 .qrbox .p{font-size: 0.14rem;overflow:hidden;text-align: center;margin-top: .1rem;line-height: 1.5;}
.ul-iconsb1 .con:hover .qrbox{opacity:1;visibility:visible;transform: translateY(0%) translateX(-50%);}
.ul-iconsb1 li:nth-child(2){margin-top: 0;}
.social-links{position: relative;}
.social-links .ico{width: .7rem;height: .7rem;border-radius: 50%;background: #eef3fa;padding: 0;position: absolute;left: 49.5%;transform: translateX(-50%);}

.h10-bg svg rect {
    transform-origin: bottom;
    animation: voice 2s linear infinite;
    animation-duration: 2s;
    animation-delay: .3s
}
.h10-bg svg rect:nth-child(n) {
    animation-duration: 2.2s
}

.h10-bg svg rect:nth-child(2n){
    animation-duration: 1.2s;
    animation-delay: .3s
}

.h10-bg svg rect:nth-child(3n) {
    animation-duration: 2s;
    animation-delay: .3s
}

.h10-bg svg rect:nth-child(4n){
    animation-duration: 1s
}

.h10-bg svg rect:nth-child(5n) {
    animation-duration: 1.4s;
    animation-delay: .1s
}
@keyframes voice {
    0% {
        transform: scaleY(1)
      /* height:100%; */
      
    }

    50% {
        transform: scaleY(.5)
      /* height:50%; */
      
    }

    100% {
        transform: scaleY(1)
      /* height:100%; */
      
    }
}

@media screen and (min-width: 1025px) {
  .ul-iconsb1 .left li:nth-child(2){transform:translateX(0rem)}
  .ul-iconsb1 .left li:nth-child(3){transform:translateX(-.2rem)}
  .ul-iconsb1 .right li:nth-child(1){transform:translateX(1.6rem)}
  .ul-iconsb1 .right li:nth-child(2){transform:translateX(1.5rem)}
  .ul-iconsb1 .right li:nth-child(3){transform:translateX(1.6rem)}
  .h10-bg{width: 100%;height: 1.65rem;/* opacity: .12; */margin-top: -.4rem;}
  .social-links .ico{}
}

@media screen and (max-width: 1024px) {
  .home10-t {margin-bottom: 0;}
  .home10-t .left, .home10-t .right {width: 100%;/* margin-bottom: 0.3rem; */}
  .home10-t .left li .imged{padding-bottom:65%;}
  .home10-t .left li:first-child .imged{padding-bottom: 60%;}
  .home10-t .right .left-list li .imged{padding-bottom: 60%;}
  .ul-iconsb1 ul>div{width: 50%;}
  .ul-iconsb1 li{padding:0 0.1rem;width: 33.3%;margin-top: 0rem;justify-content: center;}
  .h10-bg{display:none;}
  .home10{padding:0 0 .3rem;}
  .ul-iconsb1>div{padding:0;width: 43%;}
  .social-links .ico{width:.6rem;height:.6rem;}
}

@media screen and (max-width: 600px) {
  .home10-t .right-top{height:auto;padding: .2rem .2rem;}
  .home10-t .right-top .con{width: 100%;position: relative;flex: none;}
  .journal-content{flex:none;min-width:0;padding-left:0rem;width:100%;margin-top: .2rem;}
  .home10-t .right-top .log img{position:relative;}
  .home10-t .journal-content li .imged{padding-bottom:120%;}
    .ul-iconsb1>div{padding:0;width: 42%;}
}
@media screen and (max-width: 420px) {
   .social-links .ico{width:.4rem;height:.4rem;}
}

/* footer 底部优化 */
.footer{padding: 2.1rem 0 0;width: 100%;overflow: hidden;}
.footer::after{width: 100%;background: url(../images/fbg.png) no-repeat bottom/100% 100%;}
.foot-t{justify-content: flex-end;}
.foot-t path:nth-child(2n-1){animation: animateShow2 5s ease-in-out infinite;opacity: .3;}
.foot-t path:nth-child(2n){animation: animateShow 5s ease-in-out infinite;opacity: 1;}


.foot-b { justify-content: space-between; align-items: center;padding-bottom: 0.4rem; }
.foot-b .fot-1 .img { margin-bottom: 0.25rem;max-width: 3rem;}
.foot-b p { font-size: 0.16rem; line-height: 1.8; color: #ccc;  }
.foot-b h3{color: #fff;font-weight: bold;font-size: 0.2rem;margin-bottom: 0.15rem;}
.foot-b .fot-1 li{width: 50%;padding: 0 0.2rem;}
.foot-b .fot-1 ul{margin: 0 -0.2rem;}
.foot-b .fot-1 li a{padding-bottom: 0.13rem;border-bottom: 1px solid rgba(255,255,255,0.3);}
.foot-b .fot-1 li p{color: #fff;background: url(../images/f-xq.png) no-repeat right center/0.09rem;padding-right: 0.15rem;width: 100%;transition: 0.5s;}
.foot-b .fot-2 dt{padding-left: 0.35rem;display: flex;flex-wrap: nowrap;align-items: flex-start;}
.foot-b .fot-2 dt .img{padding-right: 0.3rem;max-width: 2.8rem;}
.foot-b .fot-2 dt .con{/* flex: 1; *//* min-width: 0; */padding-left: 0.2rem;background: url(../images/f-line.png) no-repeat left top/0.02rem 0.98rem;}
.foot-b .fot-1 li a:hover p{color:rgba(255,255,255,.7)}

.foot {text-align: center;font-size: 0.14rem;border-top: 1px solid rgba(255,255,255,.3);padding: .12rem 0;}
.foot p{ color: #fff; opacity: .5;line-height: 1.5;}
.foot p a{display: inline-block;padding-left: 0.2rem;}
@media screen and (max-width:1024px){
  .foot-t{justify-content:center;text-align: center;}
  .foot-t svg{max-width:100%;}
    .footer{padding: 0.25rem 0;}
    .footer::after{background: #1C2A5A;}
    .foot-b{padding: 0rem 0rem 0rem;}
    .foot-b .fot-1{width: 100%;text-align: center;}
    .foot-b .fot-2{width: 100%;margin-top: 0.3rem;}
    .foot-b .fot-1 li{width: 50%;padding: 0 0.1rem;}
    .foot-b .fot-1 ul{margin: 0 -0.1rem;}
  .foot-b .fot-1 .img img{max-width:3rem;}
  .foot-b .fot-2 dl{justify-content:center;}
  .foot-b .fot-2 dt{margin-bottom:.2rem;}
  .foot-b .fot-2 dt .con{flex:1;min-width:0;}
  .foot-b .fot-2 dt .img{display:none;}
}
@media screen and (max-width:768px){
    .footer{padding: 0.1rem 0 0;}
   .foot-b .fot-2 dt{width: 100%;margin-bottom: 0.2rem;justify-content: center;}
  .foot-b .fot-2 dt .con{flex:none;width: 3rem;}
    .foot-t svg{max-width:80%;}

  .foot-b .fot-2 dt .img{max-width:1.5rem;padding-right: .2rem;}
}
@media screen and (max-width:420px){
   .foot-b .fot-2 dt .img{max-width:1.2rem;margin-bottom: .2rem;}
}



@media screen and (min-width: 1200px) {


}




@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: 1200px) {
  .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) {
 .banner .arrow{bottom: .1rem;}
 .banner .btn span.on{
    width:.35rem;
    height:.3rem;
  }
 .title{margin-bottom:.25rem;}
  .title h3{font-size: .32rem;}
}
@media screen and (max-width: 980px) {
 
}
@media screen and (max-width: 768px) {
  .txt1 { font-size: 0.2rem !important; }
  .p1 {font-size: 0.16rem !important;}
  .title{margin-bottom: .25rem !important;}
  .title h3{font-size: .28rem;}
  .title p span{display: none;}
  .more a{font-size: 0.16rem;}
  .title .h3{margin: 0 !important;text-align: left;}
  .title .h3::after{width:.5rem;height:.5rem;left: 20%;}
}

@media screen and (max-width: 600px) {
  

}
@media screen and (max-width: 420px) {
}