@charset "utf-8";

@font-face {
    font-family: AbhayaLibre;
    src: url(../fonts/AbhayaLibre-Regular.ttf);
    font-weight: 400;
    font-style: normal;
}

.w1400 {
    width: 85%;
    margin: 0 auto;
    max-width: 16.4rem;
}

body.navShow {
    overflow: hidden;
}


/*==========================================公共 开始=============================================*/

.a_body {
    position: relative;
    z-index: 0;
}

.section {
    overflow: hidden;
}

.header_box_li {
    position: relative;
    z-index: 1;
    height: 100%;
}

.header_box {
    position: relative;
    z-index: 100;
}

#header {
    z-index: 999;
    width: 100%;
}

#header .w1400 {
    margin-left: 7.5%;
    margin-right: 7.5%;
    max-width: inherit !important;
}

.head-t {
    height: 0.6rem;
    background: #042e90;
    line-height: 0.6rem;
}

.head {
    position: fixed;
}

.head.up .head-b .head-l {
    height: 1.2rem;
}

.header_top {
    position: relative;
    padding: 0;
    text-align: right;
    z-index: 10000;
    overflow: hidden;
}

#header.up #nav ul li a>h3 {
    line-height: .5rem;
}

#header.up #logo img {
    max-height: .64rem;
}

#header.up #logo {
    transform: translateY(0);
}

.head .header_top {
    transition: 0.5s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.welcome p {
    color: #fff;
    font-size: 0.16rem;
}

.list_box0 {
    display: flex;
    align-items: center;
    font-size: 0;
}

.list_box0 .li {
    font-size: 0.14rem;
    color: #a2c5ed;
    display: flex;
    transition: .6s;
    position: relative;
}

.list_box0 .li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 1px solid rgba(255, 255, 255, 0);
}

.list_box0 .li>a {
    display: block;
    padding: 0 .25rem 0 0;
    font-size: 0.16rem;
    color: #fff;
    transition:all 0.5s;
}
.list_box0 .li:hover>a{
    font-weight:700;
    padding-right:0.3rem;
}
.list_box0 .li a .ewm_box {
    display: inline-block;
    border: #d3d3d3 1px solid;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(1);
    top: .56rem;
    opacity: 1;
    visibility: visible;
    transform-origin: top;
    display: none;
}

.list_box0 .li a .ewm_box:before {
    content: "";
    position: absolute;
    border-left: transparent 6px solid;
    border-right: transparent 6px solid;
    border-bottom: #fff 6px solid;
    top: -6px;
    left: 50%;
    margin-left: -6px;
}

.list_box0 .li.li1>a {
    font-weight: bold
}

.list_box0 .li.li1>a.a2 {
    display: none
}

.list_box0 .li.li1.on>a.a1 {
    display: none
}

.list_box0 .li.li1.on>a.a2 {
    display: inline-block
}

.list_box0 .li.li1.on>a span {
    margin-left: 1.125rem
}

.list_box0 .li:hover {
    color: rgba(255, 255, 255, 0.7);
    /* border-right: 1px solid rgb(10,63,121,0.2); */
}

.old_rukou {
    width: 1.50rem;
    height: .54rem;
    display: inline-block;
    text-align: center;
    line-height: .54rem;
    margin-left: .34rem
}

.old_rukou a {
    display: block;
    width: 100%;
    font-size: .18rem;
    color: #fff;
    border-radius: 0 0 0 .10rem;
    background: #0a3f79;
}

#m_header .list_box0 {
    float: right
}

#m_header .list_box0 .li {
    line-height: 60px;
}

#m_header .list_box0 .li a .ewm_box {
    top: 60px
}

#m_header .list_box0 .li a>img {
    height: 12px;
}

.list_box_01 {
    font-size: 0;
    white-space: nowrap;
    padding: .10rem;
}

.list_box_01 li {
    display: block !important;
    margin: 0 15px !important;
    text-align: center;
}

.list_box_01 li h3 img {
    border: #ededed 1px solid;
    width: 85px;
    height: 85px;
}

.list_box_01 li h5 {
    font-size: .12rem;
    color: #666666;
    line-height: 20px;
    margin: 0;
}

.list_box0 .li:after {
    content: "";
    position: absolute;
    left: -.26rem;
    width: 1px;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    opacity: .8;
}

.list_box0 .li.on:after {
    display: none;
}

.list_box0 .li:first-child:after {
    display: none
}

.header_box .w1200 {
    height: 1.28rem;
    position: relative;
    width: auto;
    max-width: 100%;
    padding: 0;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    transition: .5s;
}


/*.line_bot{ display:block; width:100%; height:1px; position:absolute; left:0; bottom:0; background:rgba(255,255,255,.2);}*/

.head-l {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.34rem;
}

.head-l #logo img {
    max-height: max-content;
}

.head-r {}

.head-r .list_box0 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#nav {
    background: #fff;
    box-shadow: 0 0px 2px #ddd;
}

#nav ul {
    display: flex;
    justify-content: space-between;
    max-width: 16rem;
    margin: 0 auto;
}

#nav ul li {
    float: left;
    z-index: 0;
    height: 100%;
    position: relative;
}

#nav ul li a {
    display: block;
    padding: 0;
    position: relative;
    z-index: 2;
    /* padding-right: .15rem; */
}

#nav ul li a>h3 {
    font-size: .2rem;
    color: #222222;
    line-height: .6rem;
    position: relative;
    transition: .36s;
    display: inline-block;
}

#nav ul li>a>h3:after,
#nav ul li .sub a::after {
    width: .11rem;
    height: .06rem;
    background-size: 100%;
    left: auto;
    right: 0;
    bottom: 50%;
    transform: translateY(50%);
}

#nav ul li.on1 h3:after {
    opacity: 1;
    visibility: visible
}

#nav ul li .sub {
    position: absolute;
    top: 100%;
    background: #fff;
    width: auto;
    left: 50%;
    z-index: 10000;
    transform: translateX(-50%) scaleY(0);
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: .5s;
    transform-origin: top;
    /* box-shadow: 0 0 10px rgba(0,0,0,.3); */
}

#nav ul li .sub:after {
    content: '';
    height: 3px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: -1px;
    background: #d58f33;
    transform: translateX(-50%);
    opacity: .7;
}

#nav ul li .sub .box {
    padding: .05rem 0;
    text-align: center;
}

#nav ul li .sub a {
    padding: 0.1rem 0;
    line-height: 0.28rem;
    transition: .6s;
    font-size: 0.16rem;
    color: #333;
    text-align: center;
    min-width: 1.6rem;
    position: relative;
}

#nav ul li .sub h3:after {
    content: "";
    position: absolute;
    left: .05rem;
    right: .05rem;
    bottom: 0;
    border-bottom: 1px dashed rgba(255, 255, 255, .2);
    width: auto;
}

#nav ul li .sub h3:last-child:after {
    border-bottom: none;
}

#nav ul li .sub a {
    line-height: 1.2;
    /* padding-right:.25rem; */
}

#nav ul li .sub h3 a:hover {
    color: #fff;
    background: #1a54a9;
}

#nav ul li:hover .sub {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1);
}

#nav ul li .sub dt {
    position: absolute;
    left: 100%;
    top: 0;
    background: rgba(5, 42, 77, .5);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    z-index: 1000;
}

#nav ul li .sub dt dl {
    transition: 0.5s;
}

#nav ul li .sub dt dl:hover {
    background: rgba(255, 255, 255, .2);
}

#nav ul li .sub h3:hover dt {
    opacity: 1;
    visibility: visible;
}

#nav>ul>li.on>a>h3,
#nav ul li:hover>a>h3 {
    /* color: #94b7de; */
    /* font-weight: bold; */
}

#nav>ul>li h3:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    right: -.22rem;
    top: 50%;
    margin-top: -6px;
    transition: .3s;
    background-size: 100% auto;
    display: none
}

#nav>ul>li.xiala h3:before {
    display: block
}

#nav>ul>li:hover h3:after,
#nav ul li.on h3:after {
    /* transform:scale(1); */
}

#nav>ul>li.noSubMenu h3:before {
    display: none
}

.search_btn {
    cursor: pointer;
    text-align: center;
    float: left;
    transition: .6s;
    margin: 0;
    position: relative;
}

.search_btn img {
    margin: 0;
    width: 0.14rem;
}

#header .dw2 {
    float: left;
    height: 90px;
    width: 53px;
    cursor: pointer;
    position: relative;
    margin-right: .24rem;
    transition: .6s;
    margin-left: .16rem;
}

#header .dw2 .j_tab {}

#header .dw2:after {
    content: "";
    width: 1px;
    height: 16px;
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, .75);
    right: -.24rem;
    top: 50%;
    margin-top: -8px;
}

#header .dw2.yuyan:before {
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

#header .dw2 .dh {
    height: 23px;
    line-height: 23px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
    transition: .6s;
}

#header .dw2 .dh span {
    padding-right: 14px;
    width: 53px;
    height: 23px;
    display: inline-block;
    font-style: italic;
}

#header .dw2 .dd {
    padding-bottom: 10px;
    padding-top: 10px;
    position: absolute;
    top: 100%;
    width: 100%;
    text-align: center;
    background: #acce22;
    left: 0;
    border: 1px solid #acce22;
    opacity: 0;
    visibility: hidden;
    transition: 400ms;
    transform: translateY(15px);
}

#header .dw2 .dd:before {
    content: "";
    display: inline-block;
    border: 8px solid transparent;
    border-bottom: 8px solid #acce22;
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -8px;
}

#header .dw2 .dd a {
    display: block;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 13px;
    padding: 0 10px;
}

#header .dw2 .dd a:hover {
    font-weight: bold;
}

#header .dw2.on .dd {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
}

.head-b {
    justify-content: space-between;
    align-items: flex-start;
}

.head .head-b {
    background: url(../images/topbg.png) no-repeat;
    transition: 0.5s;
    background-size: 100%;
}

.search_btn {
    cursor: pointer;
}

.search_btn svg {
    fill: rgb(255, 255, 255);
    width: 16px;
    height: 16px;
}

-box {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100vh;
    z-index: 1000000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease 0s;
}

-box::before {
    content: "";
    position: absolute;
    top: 0px;
    height: 0px;
    background: rgb(14, 93, 168);
    transition: all 0.6s ease 0s;
    left: 0px;
    right: 0px;
    z-index: 1;
    opacity: 0.9;
}

-box.on::before {
    height: 100%;
    display: none;
}

-box .bubbles-bg {
    opacity: 0;
    visibility: hidden;
    display: none;
}

-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;
}

-box .wrap-inner {
    transform: translateY(100%);
    transition: all 0.6s ease 0s;
}




.search-input {
    width: 2rem;
    margin: 0px auto;
    background-color: hsl(0deg 0% 100% / 20%);
    box-sizing: border-box;
    transition: all 0.3s ease 0s;
    height: 0.3rem;
    border-radius: 0.15rem;
    border: 1px solid hsl(0deg 0% 100% / 60%);
}

.search-input input[type="text"] {
    float: left;
    height: 0.3rem;
    width: 2rem;
    background: none;
    font-size: 0.16rem;
    line-height: 0.08rem;
    color: #fff;
    transition: all 0.3s ease 0s;
    padding: 0px 0.2rem;
}

.search-input input.btn {
    float: right;
    height: 0.17rem;
    width: 0.17rem;
    position: absolute;
    right: 0.1rem;
    transform: translateY(-50%);
    top: 50%;
}

.search-input input[type="submit"] {
    background-color: #1a54a9;
    font-size: .2rem;
    color: #fff;
}

.search-input .clear-btn {
    background-color: rgba(0, 0, 0, 0.2);
    background-repeat: no-repeat;
    background-position: center center;
   
    background-size: 0.56rem;
    border-radius: 100%;
    margin-right: 0.16rem;
    display: none;
}

.search-input.on {
    background-color: rgb(255, 255, 255);
}

.hot-search {
    font-size: 0px;
    width: 0.49rem;
    margin: 0.096rem auto 0px;
    box-sizing: border-box;
    padding: 0px 0.096rem;
    overflow: hidden;
}

.hot-search .hot-tit,
.hot-search .hot-link {
    display: inline-block;
    zoom: 1;
    vertical-align: top;
}

.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;
}

.hot-link {
    margin-left: 0.16rem;
}

.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;
}

.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;
}

-box .bottom-box {
    position: absolute;
    left: 0px;
    bottom: 5.1%;
    width: 100%;
}

-box .bottom-box .share-box {
    overflow: hidden;
}

-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);
}

-box.on {
    opacity: 1;
    visibility: visible;
}

-box.on .search-bg {
    height: 100vh;
}

-box.on .bubbles-bg {
    opacity: 1;
    visibility: visible;
}

-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;
  
    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);
    }
}


/*导航按钮开始*/


/*手机端开始*/

.m_header_box {
    transition: .6s;
    display: none;
    position: relative;
    z-index: 100000;
    height: .7rem;
}

.m_header_box header {
    padding: 0 0 0 15px;
    height: .7rem;
    background: #1a54a9;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .05);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.m_header_box header #logo img {
    max-height: 0.5rem;
    width: auto;
}

.m_header_box header #logo {
    padding: 0;
    width: 250px;
    margin: 0;
}


/*导航按钮开始*/

#nav_btn_box.on {
    background: none;
}

#nav_btn .point.on .navbtn::after,
#nav_btn .point.on .navbtn::before {
    /* background: #fff; */
}

#nav_btn_box {
    position: relative;
    width: .7rem;
    height: .7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

#nav_btn_box:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


#nav_btn {
    cursor: pointer;
    text-align: center;
    z-index: 99999;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    outline: none;
    box-shadow: none;
}

#nav_btn .point {
    display: inline-block;
    width: 0.40rem;
    height: 22px;
    position: relative;
    outline: none;
}

#nav_btn .point:hover .navbtn,
#nav_btn .point:hover .navbtn::after,
#nav_btn .point:hover .navbtn::before {
    width: .28rem;
}

#nav_btn .navbtn {
    position: absolute;
    top: 12px;
    left: 0;
    display: inline-block;
    width: 18px;
    height: 2px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #fff;
}

#nav_btn .navbtn::after,
#nav_btn .navbtn::before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 24px;
    height: 2px;
    content: '';
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #fff;
}

#nav_btn .navbtn::after {
    top: -8px;
}

#nav_btn .navbtn::before {
    top: 8px;
}

#nav_btn .point.on .navbtn {
    background: transparent;
}

#nav_btn .point.on .navbtn::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
}

#nav_btn .point.on .navbtn::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px;
}

.m_nav_list {
    flex-direction: column;
    /* justify-content: center; */
    width: 100%;
    height: 100%;
    overflow: auto;
    align-items: center;
    display: flex;
    background: rgba(255, 255, 255, .1);
}

.m_nav_list::-webkit-scrollbar {
    display: none
}

#m_nav {
    z-index: 99999;
    position: fixed;
    width: 100%;
    height: 100vh;
    right: -105vw;
    top: 0;
    display: none;
    padding: 70px 20px 30px;
    overflow: hidden;
    pointer-events: none;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: #f7f7f7;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
}

#m_nav .close {
    position: absolute;
    top: 7px;
    right: 15px;
    left: 15px;
    font-size: 30px;
    color: #333;
    z-index: 10000;
    /* background: rgba(255,255,255,.1); */
    width: auto;
    height: 35px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 0;
}

#m_nav.act {
    pointer-events: auto;
    right: 0;
    opacity: 1;
    visibility: visible;
}

#m_nav .search_box input.submit {
   
    background-size: .28rem;
}

#m_nav .list_box0 {
    text-align: center;
    width: 100%;
    justify-content: flex-start;
    margin: .32rem 0 0;
    flex-wrap: wrap;
    height: 0.4rem;
}

#m_nav .list_box0 .li {
    text-align: left;
    color: #1a54a9;
    margin: 0 .12rem 0.15rem 0;
    font-size: 14px;
    padding: 0;
    min-width: 1rem;
}

#m_nav .old_rukou {
    margin: .24rem 0 0;
    width: 100%;
}

.list_box_nav_mobile {
    width: 100%;
    max-height: calc(100% - 250px);
    padding: 0 0 10px;
    overflow: auto;
    margin: 0;
    /* flex: 1; */
}

.list_box_nav_mobile>li {
    width: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
    margin: 0 auto;
}

.list_box_nav_mobile>li .con {
    position: relative
}

.list_box_nav_mobile>li .a {
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    line-height: .5rem;
    color: #333;
    padding: 0;
    font-size: 16px;
    display: flex;
    position: relative;
    transition: .5s;
}

.list_box_nav_mobile>li i {
    opacity: 1;
    filter: alpha(opacity=100);
    display: inline-block;
    width: .64rem;
    height: .5rem;
    display: inline-block;
    position: absolute;
    display: block;
    right: 0;
    top: 2px;
    background: url(../images/arrow_down.png) center no-repeat;
    background-size: 15px 15px !important;
}

.list_box_nav_mobile>li.on1 i {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}

.list_box_nav_mobile>li.on .a {
    border-bottom: 1px solid #e2e2e2;
}


/*三级导航 开始*/

.list_box_nav_mobile>li .list {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: none
}

.list_box_nav_mobile>li .list a {
    display: block;
    font-size: 13px;
    color: #666;
    line-height: 2.5;
}

.nav_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 888;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}


/*顶部搜索*/

.wap_search {
    font-size: 16px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    overflow: hidden;
    width: 100%;
    height: 85px;
    display: block;
    margin-bottom: 0.1rem;
}

.wap_search .header-search {
    height: 40px;
    border-radius: 20px;
    background: rgb(255 255 255);
    position: relative;
    width: 3.68rem;
    margin: 10px auto;
}

.wap_search .input {
    font-size: .16rem;
    color: #646464;
    height: 40px;
    line-height: 40px;
    padding: 0 .24rem;
    box-shadow: none;
    -webkit-appearance: none;
    float: left;
    border-right: 0;
    background: none;
    width: calc(100% - 40px);
}

.wap_search .btn_blue {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 0;
    background: url(../images/ss.png) center no-repeat #0656b7;
    background-size: .2rem;
    border-radius: 20px;
}

.wap_search .btn_blue.fr {
    background: #e9edef;
    color: #4e4f53;
}

.wap_search input::-webkit-input-placeholder {
    color: #999;
}

.wap_search input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}

.wap_search input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
}

.wap_search input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
}


/* WebKit browsers */

.wap_search input:focus::-webkit-input-placeholder {
    color: transparent;
    /* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */
}


/* Mozilla Firefox 4 to 18 */

.wap_search input:focus:-moz-placeholder {
    color: transparent;
}


/* Mozilla Firefox 19+ */

.wap_search input:focus::-moz-placeholder {
    color: transparent;
}


/* Internet Explorer 10+ */

.wap_search input:focus:-ms-input-placeholder {
    color: transparent;
}


/* 点击搜索框获取焦点 placeholder消失-结束 */


/* search */

.head .li:last-child {
    position: relative;
    height: 0.4rem;
    display: flex;
    align-items: center;
}

.head .input {
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0rem;
    top: 0;
    bottom: 0px;
    height: 0.4rem;
    width: 0.2rem;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 0.1rem;
}

.head .li:last-child.on .input {
    width: 3rem;
    opacity: 1;
    visibility: visible;
}

.head .input .txtinput {
    width: calc(100% - 30px);
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.14rem;
    padding: 0 0rem 0 0.2rem;
}

.head .input .sub {
    width: 0.2rem;
    height: 0.2rem;
  
    cursor: pointer;
    background-size: 100% 100%;
}


/*导航按钮结束*/


/* banner */

.main-visual-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 2.54rem;
}

.main-visual-slider {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.swiper-box1 .imged:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 44.33%;
    opacity: 0.6;
    background: linear-gradient(0deg, #000000 0%, #274ca800 100%);
}

.main-visual-slider .swiper-slide {
    overflow: hidden;
}

.main-visual-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}



.main-visual-slider .cir {
    display: flex;
    justify-content: center;
    bottom: .15rem;
    z-index: 10;
    width: 100%;
    height: .6rem;
    align-items: center;
}

.main-visual-slider .cir span {
    margin: 0px .25rem !important;
    width: 0.1rem;
    height: 0.1rem;
    opacity: 1;
    transition: all .6s;
    background: none;
    border: none;
    background: #fff;
    position: relative;
}

.main-visual-slider .cir .swiper-pagination-bullet-active {
    width: .2rem;
    height: .2rem;
    background: url(../images/s2-qq.png) no-repeat center center/100% 100%;
    border: none;

}

.main-visual-slider .cir .swiper-pagination-bullet-active::after {
    position: absolute;
    content: "";
    width: 0.36rem;
    height: 0.01rem;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
    left: 0.27rem;

}

.main-visual-slider .cir .swiper-pagination-bullet-active:last-child::after {
    display: none;
}

.swiper-box1 .imged {
    padding-bottom: 31.316%;
}

.slide-inner {
    overflow: hidden;
}

.main-visual-slider .imged {
    transform: translate3d(0px, 0px, 0px) scale(1.05);
    transition: opacity 0.5s
}

.main-visual-slider .imged img {
    display: block;
}

.main-visual-slider .swiper-slide-active .imged {
    transform: scale(1);
    transition: all 6s;
}

.main-visual-slider video {
    transform: scale(1.1)\0;
}

.swiper-box1 .arror {
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-box1 .swiper-button-prev {
    left: 6%;
    width: .8rem;
    height: .8rem;
    background: url(../images/ban-l.png) no-repeat center center;
    background-size: 100% auto !important;
    border-radius: 50%;
}

.swiper-box1 .swiper-button-prev:hover {
    background: url(../images/ban-l2.png) no-repeat center center #042e90;
}

.swiper-box1 .swiper-button-next {
    right: 6%;
    width: 0.8rem;
    height: 0.8rem;
    background: url(../images/ban-r.png) no-repeat center center;
    background-size: 100% auto !important;
    border-radius: 50%;
}

.swiper-box1 .swiper-button-next:hover {
    background: url(../images/ban-r2.png) no-repeat center center #042e90;
}

.swiper-box1 .arror::after {
    display: none;
}


.home1 {
    width: 100%;
    padding-top: .75rem;
    padding-bottom: .8rem;
    background: url(../images/bg01.png) no-repeat;
    overflow: hidden;
    background-size: 100% auto;
}

.title {
    margin-bottom: .45rem;
    align-items: center;
    position: relative;
}

.title .tit1 {
    display: flex;
    align-items: baseline;
    gap: 0 0.08rem;
}

.title .tit1 h4 {
    font-size: 0.14rem;
    color: #222;
}

.tit1:after {
    position: absolute;
    content: "";
    top: -0.2rem;
    left: 0;
    width: 2.48rem;
    height: 0.59rem;
    background: url(../images/tit.png) no-repeat center center;
    background-size: 100% 100%;
}

.title h3 {
    font-weight: normal;
    display: flex;
    align-items: baseline;
    gap: 0.08rem;
}

.title h3 span {
    font-size: 0.4rem;
    color: #222;
}

.title .more-d {
    position: absolute;
    right: 0;
}

.title .more-d a {
    display: block;
    height: .16rem;
    line-height: .16rem;
    align-items: center;
    font-size: 0.16rem;
    color: #042E90;
    text-align: center;
    transition: 0.5s;
    background: url(../images/more.png) no-repeat center right;
    background-size: 0.27rem;
    padding-right: 0.35rem;
}

.title .more-d a:hover {
    margin-right:0.05rem;
}

.title .more-d a img {
    width: 0.54rem;
    display: block;
    margin-right: .1rem;
}

.home1 .left {
    width: 60%;
}

.home1 .right {
    width: 40%;
}

/* 日期新闻列表 */
.news-date-list {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 0.4rem;
}

.news-date-list li {}

.news-date-list li a {
    display: block;
    text-decoration: none;
}

.news-date-list li .nd-item {
    display: flex;
    align-items: center;
    padding: 0.29rem 0.2rem 0.3rem;
    transition: background 0.3s;
    position: relative;
    height: 1.2rem;
}


.news-date-list li:hover .nd-item {
    background: linear-gradient(90deg, #fffeff 0%, #ddf5ff 100%);
    box-shadow: 0px 8px 16px 0px rgba(79, 165, 219, 0.2196), inset 0px -1px 0px 0px #042E90;
}

.news-date-list .nd-date {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    min-width: 0.6rem;
}

.news-date-list .now-badge {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-weight: 700;
    width: 0.4rem;
    height: 0.4rem;
}

.news-date-list .now-badge img {
    width: 0.4rem;
    height: 0.4rem;
}

.news-date-list .nd-day {
    font-size: 0.32rem;
    font-weight: 600;
    color: #333;
    line-height: 1;
    font-family: AbhayaLibre;
}

.news-date-list .nd-month {
    font-size: 0.16rem;
    color: #222222;
    margin-top: 0.05rem;
    font-family: AbhayaLibre;
}

.news-date-list .nd-line {
    width: 0.006rem;
    height: 0.5rem;
    background: #D4D4D4;
    margin: 0 0.2rem;
    flex-shrink: 0;
}

.news-date-list .nd-title {
    font-size: 0.18rem;
    color: #222222;
    line-height: 0.26rem;
    flex: 1;
}


.news-date-list li:hover .nd-title {
    color: #042E90;
}

.home1 .left .home1-swiper a {
    display: block;
    position: relative;
}

.home1 .left .con {
    position: absolute;
    padding: .2rem;
    z-index: 100;
    bottom: 0;
    background: linear-gradient(0deg, #042e90 0%, #274ca800 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.18rem;
    width: 100%;
    overflow: hidden;
}


.home1 .left .con .con1 {
    width: 0.9rem;
    height: 1rem;
    background: url(../images/dat.png) no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.08rem;
}

.home1 .left .con .con1 .date1 {
    font-family: 'AbhayaLibre';
    font-size: 0.32rem;
    font-weight: 600;
    line-height: 0.32rem;
    letter-spacing: normal;
    color: #1523AF;
}

.home1 .left .con .con1 .date2 {
    font-family: 'AbhayaLibre';
    font-size: 0.16rem;
    font-weight: 600;
    line-height: 0.16rem;
    letter-spacing: normal;
    color: #07328E;
}

.home1 .left .con .con2 {
    display: flex;
    flex-direction: column;
    width: calc(100% - 0.9rem - 0.18rem);
    overflow: hidden;
}


.home1 .left .con h3 {
    color: #fff !important;
    position: relative;
    z-index: 100;
    font-size: .18rem;
    font-weight: bold;
}

.home1 .left .con p {
    margin-top: .1rem;
    margin-bottom: .15rem;
    line-height: 0.22rem;
    font-size: 0.14rem;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-line-clamp: 1;
}

.home1 .left .con span {
    font-size: .17rem;
    color: #808080;
    font-family: "Arial";
}

.home1 .left .imged {
    padding-bottom: 6rem;
}

.home1 .right .h1-r {
    justify-content: space-between;
}

.home1 .right .h1-list {
    width: 50%;
    padding-left: .3rem;
}

.home1 .right .h1-list a {
    display: block;
}

.home1 .right .h1-list .imged {
    padding-bottom: 1.94rem;
}

.home1 .right .con {
    position: relative;
    padding: 0.15rem .2rem;
    background: #fff;
}

.home1 .right a:hover .con::after {
    top: 0;
    bottom: 0;
    height: 100%;
}

.home1 .right .con h4 {
    font-size: 0.18rem;
    color: #333333;
    line-height: .29rem;
    max-height: .58rem\0;
    margin-bottom: .2rem;
    margin-top: .1rem;
}




.home1-b {
    margin-top: .4rem;
    width: 100%;
}

.home1-b ul {
    width: 100%;
}

.home1-b li {
    width: calc(50% - 0.3rem);
    float: left;
    margin-right: 0.6rem;
    position: relative;
}

.home1-b li::after {
    position: absolute;
    content: "";
    width: calc(100% - 0.6rem);
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
    z-index: 0;
    box-shadow: 0 0 4px 0px #ddd;
}

.home1-b li:last-child {
    margin-right: 0;
}

.home1-b li a {
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: space-between;
    padding: 0.3rem 0 0.3rem 0.2rem;
    position: relative;
    width: 100%;
    z-index: 3;
}

.home1-b li a .text {
    display: flex;
    width: calc(100% - 2.4rem);
}

.home1-b li .con1 {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
    width: 0.6rem;
    height: 1.2rem;
}

.home1-b li .con1 .now-badge {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-weight: 700;
    width: 0.4rem;
    height: 0.4rem;
}

.home1-b li .con1 .now-badge img {
    width: 0.4rem;
    height: 0.4rem;
}

.home1-b li .con1 .date1 {
    font-family: 'AbhayaLibre';
    font-size: 0.4rem;
    font-weight: 600;
    line-height: 0.4rem;
    letter-spacing: normal;
    color: #222222;
    margin-bottom: 0.09rem;
}

.home1-b li .con1 .date2 {
    font-family: 'AbhayaLibre';
    font-size: 0.18rem;
    font-weight: 600;
    line-height: 0.18rem;
    letter-spacing: normal;
    color: #222222;
}


.home1-b li a .nd-line {
    width: 0.006rem;
    height: 1.2rem;
    background: #D4D4D4;
    margin: 0 0.2rem;
    flex-shrink: 0;
}

.home1-b li .con2 {
    width: calc(100% - 1.4rem);
}

.home1-b li .con2 h3 {
    font-size: 0.18rem;
    color: #222222;
    line-height: 0.32rem;
}

.home1-b li .con2 p {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.24rem;
    letter-spacing: normal;
    color: #666666;
    margin-top: 0.1rem;
}

.home1-b li .pic {
    width: 2.4rem;
    padding-top:1.4rem;
    position:relative;
    overflow: hidden;
}

.home1-b li:hover h3 {
    color: #042E90;
}


@media screen and (max-width: 1600px) {
    .wp {
        padding: 0 0.2rem;
        max-width: 100%;
        width: 96%;
    }
}

@media screen and (max-width: 1400px) {
    .home1 {
        background-size: 100% 100%;
    }

}

@media screen and (max-width: 1024px) {
    
.swiper-box1 .swiper-button-prev {
    left: 6%;
    width: .5rem;
    height: .5rem;
    background: url(../images/ban-l.png) no-repeat center center;
    background-size: 100% auto !important;
    border-radius: 50%;
}

.swiper-box1 .swiper-button-prev:hover {
    background: url(../images/ban-l2.png) no-repeat center center #042e90;
}

.swiper-box1 .swiper-button-next {
    right: 6%;
    width: 0.5rem;
    height: 0.5rem;
    background: url(../images/ban-r.png) no-repeat center center;
    background-size: 100% auto !important;
    border-radius: 50%;
}
}

@media screen and (max-width: 480px) {
    .home1-b li a{
        flex-direction: column;
        gap: 0.2rem;
        padding: 0.3rem;
    }
    .home1-b li a .text{
        width: 100%;
    }
    .home1-b li .con2{
        width:calc(100% - 0.8rem);
    }
    .home1-b li .pic{
        width: 100%;
        padding-top: 58.5%;
    }
      .home1-b li .pic img{
        width: 100%;
        
      }
    .home1-b li::after{
         width: 100%;
    }
}

/* home2 */

.home2 {
    position: relative;
    z-index: 9;
    overflow: hidden;
    background: url(../images/bg2.png) no-repeat;
}




.home2 * {
    transition: all .6s;
}

.home2 .wp {
    position: relative;
    padding-top: .65rem;
}

.home2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 39%;
    width: 100%;
    height: 0.01rem;
    background: #D4D4D4;
}

.home2 .title {
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home2 .title .tit1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    gap: 0;
}

.home2 .title h3 {}

.home2 .title .tit1 span {
    height: 0.4rem;
    line-height: 0.4rem;
}

.home2 .title .tit1:after {
    left: -0.44rem;
}

.home2 .s2 {
    position: relative;
    width: 100%;
    padding: 0 0 .6rem 0;
    z-index: 9;
    margin: 0;
}

.home2 .s2 ul li {}

.home2 .s2 ul li:hover {
    background: url(../images/s2_onbg.png) no-repeat;
}

.home2 .s2 ul li a .imged {
    padding-bottom: 67.418%;
}

.home2 .s2 ul li a .text {
    position: relative;
    z-index: 9;
    /* margin-right: 0.35rem; */
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 0.5rem 0.48rem;
}


.home2 .s2 ul li a .text .now-badge {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-weight: 700;
    width: 0.4rem;
    height: 0.4rem;
}

.home2 .s2 ul li a .text .now-badge img {
    width: 0.4rem;
    height: 0.4rem;
}

.home2 .s2 ul li a .text::after {
    content: "";
    position: absolute;
    left: 0.4rem;
    bottom: 1.25rem;
    width: 0.15rem;
    height: 0.15rem;
    border-radius: 50%;
    background: url(../images/s2_dot.png) no-repeat;
    transition: all .3s;
    background-size: 0.15rem;
}

.home2 .s2 ul li:hover a .text::after {
    display: none;
}

.home2 .s2 ul li a .text p {
    position: relative;
    line-height: 0.32rem;
    font-size: 0.18rem;
    color: #222222;
    height: .65rem;
    z-index: 9;
}

.home2 .s2 ul li:hover a .text {
    gap: 0.53rem
}

.home2 .s2 ul li:hover a .text p {
    color: #042E90;
    font-size: 0.2rem;
    line-height: 0.26rem;
    height: 0.53rem;
}

.home2 .s2 ul li a .text span {
    position: relative;
    font-size: .24rem;
    color: #222222;
    font-family: 'AbhayaLibre';
    z-index: 9;
    line-height: 0.24rem;
}

.home2 .s2 ul li:hover a .text span {
    color: #042E90;
}

.home2 .arror::after {
    display: none;
}

.home2 .arror {
    position: relative;
    margin: 0;
}

.home2 .swiper-bt {
    position: absolute;
    right: 1.5rem;
    display: flex;
    align-items: center;
}


.home2 .swiper-button-prev.arror,
.home2 .swiper-button-next.arror {
    width: .5rem;
    height: .5rem;
    position: relative !important;
    color: transparent !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: calc(44% - 0.37rem);
}

.home2 .swiper-button-prev.arror {
    left: -0.99rem;
    background: url(../images/s2_l.png) no-repeat center center;
    background-size: .5rem auto;
    position: absolute !important;
}

.home2 .swiper-button-prev.arror:hover {
    background: url(../images/s2_l2.png) no-repeat center center;
}

.home2 .swiper-button-next.arror {
    right: -0.99rem;
    background: url(../images/s2_r.png) no-repeat center center;
    background-size: .5rem auto;

    position: absolute !important;
}

.home2 .swiper-button-next.arror:hover {
    background: url(../images/s2_r2.png) no-repeat center center;
}

@media screen and (max-width: 1600px) {
    .home2 .swiper-button-prev.arror {
        left: 0;
    }

    .home2 .swiper-button-next.arror {
        right: 0;
    }

    .home2 .swiper-container {
        margin: 0 0.6rem;
    }
}

@media (max-width: 1200px) {
    .wp {
        padding: 0 0.15rem;
        width: 100%;
        /* max-width: 96%; */
    }

    .home2 .swiper-button-prev.arror,
    .home2 .swiper-button-next.arror {
        top: calc(44% - 0.36rem);
    }
}


.home3 {
    position: relative;
    z-index: 9;
    overflow: hidden;
    background: url(../images/bg03.png) no-repeat;
    background-size: 100% 100%;
    padding: 0.8rem 0 0.9rem;
}

.home3 .wp {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.4rem;
}

.home3 .s3-l {
    width: 38%;
}

.home3 .s3-r {
    width: calc(64.375% - 0.3rem);
    position: relative;
}

/* 党建工作列表 */

.home3 .s3-l .title h3 span,
.home3 .s3-l .title .tit1 h4 {
    color: #fff;
}

.home3 .s3-l .tit1:after {
    background: url(../images/tit2.png) no-repeat center center;
}

.home3 .s3-l .title .more-d a {
    color: #fff;
    background: url(../images/more2.png) no-repeat center right;
}

.s3-l_list {
    background: #fff;
    padding: 0 0.2rem;
}

.s3-l_list ul li {
    border-bottom: 1px solid #e8e8e8;
}

.s3-l_list ul li:last-child {
    border-bottom: none !important;
}

.s3-l_list ul li:hover {
    border-bottom: 1px solid #0A58A6;
}

.s3-l_list ul li a {
    display: flex;
    align-items: center;
    padding: 0.21rem 0;
    gap: 0.1rem 0.1rem;
    text-decoration: none;
    height: 1.494rem;
}

.s3-l_list ul li a .scale {
    width: 1.8rem;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.s3-l_list ul li a .scale .imged {
    padding-bottom: 1.1rem;
}

.s3-l_list ul li a .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover;
    transform: translate(-50%, -50%) !important;
}

.s3-l_list ul li a:hover .pic img {
    transform: scale(1.05);
}

.s3-l_list ul li a .text {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.1rem 0;
}

.s3-l_list ul li a .text .tit {
    font-size: 0.18rem;
    line-height: 0.32rem;
    color: #222222;
    font-weight: normal;
    transition: color 0.3s;
}

.s3-l_list ul li a:hover .text .tit {
    color: #042E90;
}

.s3-l_list ul li a .time {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.13rem;
    color: #888888;
}

.s3-l_list ul li a .time span:first-child {
    font-size: 0.16rem;
    color: #666666;
    font-family: 'AbhayaLibre';
}

.s3-l_list ul li a .time span:last-child {
    color: #666;
    position: relative;
    padding-right: 0.34rem;
}

.s3-l_list ul li a .time span:last-child::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 0.28rem;
    height: 0.07rem;
    background: url(../images/ckxq2.png) no-repeat;
    transform: translateY(-50%);
    background-size: 0.27rem;
}

.s3-l_list ul li a:hover .time span:last-child::after {
    background: url(../images/ckxq1.png) no-repeat;
}

.s3-l_list ul li a:hover .time span {
    color: #042E90;
}


/* 学生工作 */
.s3-r_box {
    display: flex;
    align-items: center;
    background: linear-gradient(0deg, #ffffff 0%, #ffffff 18%, #ffffff 46%, #e9f8ff 100%);
    box-sizing: border-box;
    padding: 0 0 0 0.2rem;
    width: 100%;
    position: relative;
    z-index: 3;
}

.home3 .s3-r:after{
    position:absolute;
    content:"";
    width:100%;
    height: calc(100% - 1.1rem);
    background: linear-gradient(139deg, #ffffff00 0%, #ffffff00 23%, #ffffff00 28%, #a2cff0 100%);
    right: -0.01rem;
    z-index: 2;
    bottom: -0.01rem;
}

.s3-r_box>.left {
    width: 5rem;
    display: flex;
    flex-direction: column;
    padding: 0.2rem 0 0.26rem;
}

.s3-r_box>.right {
    width: calc(100% - 5rem);
}

/* 学生工作 轮播 */
.home3 .s3-r .title {
    margin-left: 1.48rem;
}

.s3-r_box .home1-swiper {
    position: relative;
    width: 100%;
}

.s3-r_box .swiper-container {
    overflow: hidden;
}

.s3-r_box .swiper-slide a {
    display: block;
    text-decoration: none;
}

.s3-r_box .swiper-slide .imged {
    width: 100%;
    padding-bottom: 76%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.s3-r_box .swiper-slide .imged img {
    display: none;
}

.s3-r_box .swiper-slide .con {
    display: flex;
    padding: 0.2rem 0 0;
    gap: 0.16rem;
    align-items: center;
}

.s3-r_box .swiper-slide .con1 {
    background: url(../images/dat.png) no-repeat;
    width: 0.9rem;
    min-width: 0.9rem;
    text-align: center;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-size: 100%;
}

.s3-r_box .swiper-slide .con1 .date1 {
    display: block;
    font-size: 0.32rem;
    line-height: 1;
    font-weight: 700;
    color: #042E90;
    font-family: 'AbhayaLibre';
}

.s3-r_box .swiper-slide .con1 .date2 {
    display: block;
    font-size: 0.16rem;
    color: #042E90;
    font-family: 'AbhayaLibre';
}

.s3-r_box .swiper-slide .con2 {
    flex: 1;
    min-width: 0;
}

.s3-r_box .swiper-slide .con2 h3 {
    font-size: 0.18rem;
    line-height: 0.32rem;
    color: #222222;
    font-weight: normal;
    margin-bottom: 0.08rem;
    font-weight: 700;
}

.s3-r_box .swiper-slide .con2 p {
    font-size: 0.14rem;
    line-height: 0.32rem;
    color: #666666;
}

.s3-r_box .home1-swiper .swiper-pagination {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 0.08rem;
    height: 0.48rem;
    bottom: -0.2rem;
}

.s3-r_box .home1-swiper .swiper-pagination .swiper-pagination-bullet {
    border: none;
    width: 0.28rem;
    height: 0.28rem;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s3-r_box .home1-swiper .swiper-pagination .swiper-pagination-bullet:before {
    position: absolute;
    content: "";
    width: 0.12rem;
    height: 0.12rem;
    background: #49249a;
    border-radius: 50%;
}


.s3-r_box .home1-swiper .swiper-pagination .swiper-pagination-bullet-active {
    border: 1px solid #e5953a;
    width: 0.28rem;
    height: 0.28rem;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.s3-r_box .home1-swiper .swiper-pagination .swiper-pagination-bullet-active:before {
    position: absolute;
    content: "";
    width: 0.12rem;
    height: 0.12rem;
    background: #e5953a;
    border-radius: 50%;
}


/* 学生工作 右侧列表 */
.s3-r_box>.right ul {
    padding: 0;
    margin: 0;
}

.s3-r_box>.right ul li {
    padding-left: 0.26rem;
    padding-right: 0.14rem;
}

.s3-r_box>.right ul li:last-child a {
    border: none !important;
}

.s3-r_box>.right ul li:hover {
    background: linear-gradient(90deg, #fffeff 0%, #ddf5ff 100%);
}

.s3-r_box>.right ul li:hover a {
    border-bottom: 1px solid #042E90;
}

.s3-r_box>.right ul li a {
    padding: 0.3rem 0.14rem 0.3rem 0;
    border-bottom: 1px solid #e8e8e8;

    display: block;
    transition: color 0.3s;
    height: 1.2rem;
}

.s3-r_box>.right ul li a h3 {
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #222222;
}

.s3-r_box>.right ul li:nth-child(2) a,
.s3-r_box>.right ul li a:hover {
    color: #042E90;
}

@media (max-width: 1200px) {
    .s3-r_box>.right ul li a {
    }
}

footer {
    background: url(../images/foot.png) no-repeat center bottom / cover #0a359c;
    width: 100%;
    background-size: 100%;
}

.foot {
    align-items: center;
    padding-top: .71rem;
    padding-bottom: .53rem;
    justify-content: space-between;
}

.foot h3 {
    font-size: .16rem;
    color: #fff;
    margin-bottom: .15rem;
}

footer .fot-1 {
    align-items: center;
}

footer .fot-2 {
    width: 23%;

}

footer .fot-1 .log a {
    display: block;
}

footer .fot-1 .log a img {
    display: block;
}

.fot-r {
    padding-left: 1.6rem;
}

.fot-r p {
    line-height: .32rem;
    font-size: .16rem;
    color: #fff;
}

.fot-t h3 {
    font-size: 0.18rem;
    color: #fff;
    margin-bottom: .2rem;
}

.fot-l li {
    width: 24%;
    line-height: 1.5;
    margin-bottom: .05rem;
    font-size: 0.14rem;
    color: #d0dff6;
    text-emphasis: none;
}

.fot-l li:hover {
    color: #fff;
}

.foot-b {
    line-height: .6rem;
    background: #042E90;
}

.foot-b p {
    font-size: .14rem;
    color: #fff;
    text-align: center;
    opacity: 0.6;
}

@media screen and (min-width: 1200px) {

    .home1 li a:hover .aline_w,
    .home1 a:hover h3,

    .home2 .right a:hover h3 {
        color: #0656b7 !important;
    }



    .home2 .mid a:hover::after {
        height: 100%;
    }



    .home1 .left a:hover .con h3 {
        color: #0656b7;
    }
}



@media screen and (max-width: 1200px) {
    .title h3::after {
        width: .9rem;
        height: 0.74rem;
    }

    .main-visual-wrapper {
        padding-top: 0;
    }

    .home1 .right .h1-list {
        padding-left: .1rem;
    }

    .home1 .right .con {
        padding: .1rem .2rem;
    }

    .h1r-down {
        margin-top: .1rem;
    }

    .home1 .right .h1-list:nth-child(2) .h1r-down {
        margin-bottom: .1rem;
    }

    .home1 .right .con h4 {
        margin-bottom: .1rem;
    }

    .home1 .left .con {
        padding: .2rem;
    }

    .home1 .right .h1-list .imged {
        padding-bottom: 1.95rem;
    }

    .home1 .left .imged {
        padding-bottom: 5rem;
    }

    .news-date-list li .nd-item {
        height: 1rem;
    }

    .home2 .s2 {}

    .fot-r {
        padding-left: 1rem;
    }
}


@media screen and (max-width:1024px) {
    .title {
        justify-content: space-between !important;
    }

    .txt1 {
        font-size: 0.18rem !important;
    }

    .p1 {
        line-height: 2 !important;
        font-size: 0.16rem !important;
    }

    .title h3 {
        font-size: 0.28rem !important;
    }

    .home1 .left,
    .home1 .right {
        width: 100%;
        float: none;
    }

    .home1 .left .imged {
        padding-bottom: 63%;
    }

    .news-date-list {
        padding-left: 0;
    }

    .home1 .right .h1-list .imged {
        padding-bottom: 59.5%;
    }

    .home1 .right .h1-list .imged {
        padding-bottom: 59.5%;
    }

    .home1 .right .con h4 {
        margin: .05rem 0;
    }

    .home1-b li {
        width: calc(50% - 0.1rem);
        margin-right: 0.2rem;
        margin-bottom: 0.6rem;
    }


    .home2 .left {
        width: 2rem;
    }

    .home2 .mid {
        width: calc(100% - 2rem);
    }

    .home2 .left .imged {
        padding-bottom: 3rem;
    }

    .home2 .mid a {
        height: 3rem;
        padding: .2rem;
    }

    .home2 .mid li:last-child {
        display: none;
    }



    .date-list {
        margin: 0 -.1rem;
    }

    .date-list li {
        padding: 0 .1rem;
        width: 50%;
    }

    .home2 .wp {}

    .foot {
        display: block;
    }

    footer .fot-1 {
        display: block;
    }

    footer .fot-1 .log a img {
        margin-left: auto;
        margin-right: auto;
    }

    .fot-r {
        padding-left: 0;
        margin: .15rem 0;
        text-align: center;
    }

    footer .fot-2 {
        width: 100%;
        margin-top: .15rem;
    }
}



@media screen and (max-width:860px) {
    .home1-b li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.6rem;
    }
}



@media screen and (max-height:500px) {
    .list_box_nav_mobile {
        max-height: calc(100% - 120px);
        padding-left: 0rem;
    }
}


.ul-iconsb1 {
    display: flex;
    flex-wrap: wrap;
}

.ul-iconsb1 li {
    width: 1.2rem;
}

.ul-iconsb1 .con {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.ul-iconsb1 .con:hover .qrbox {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%) translateX(-50%);
}

.ul-iconsb1 .icon {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background-size: 100%;
    background: hsl(0deg 0% 100% / 20%);
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 100% 100%;
    position: relative;
}

.ul-iconsb1 .con p {
    margin-top: 0.12rem;
    font-size: 0.14rem;
    color: #fff;
    text-align: center;
    line-height: 0.14rem;
    opacity: 0.6;
}

.ul-iconsb1 li:hover .con p {
    opacity: 1;
}

.ul-iconsb1 .qrbox {
    bottom: 100%;
    transform: translateY(-30%) translateX(-50%);
    opacity: 0;
    visibility: hidden;
    margin-bottom: 15px;
    transition: 0.5s;
    position: absolute;
    width: 1.2rem;
    z-index: 10;
    height: auto;
    z-index: 100;
    left: 50%;
    box-shadow: 0rem 0.04rem 0.1rem 0rem rgba(0, 0, 0, 0.1);
}

.ul-iconsb1 .qrbox .qr {
    padding: 0.05rem;
    background: #fff;
    text-align: center;
}

.ul-iconsb1 .qrbox::before {
    content: "";
    border-left: 0.08rem solid transparent;
    border-right: 0.08rem solid transparent;
    border-bottom: 0.1rem solid #fff;
    bottom: -0.1rem;
    transform: translateX(-50%) rotateX(180deg);
    position: absolute;
    left: 50%;
}

.ul-iconsb1 .qrbox .qr img {
    width: 100%;
}

.ul-iconsb1 .qrbox .p {
    font-size: 0.14rem;
    overflow: hidden;
    text-align: center;
    margin-top: 10px;
    line-height: 1.5;
}


.ul-iconsb1 li .con .icon path {
    fill: #80A2D7;
}

.ul-iconsb1 li .con:hover .icon path {
    fill: #fff;
}



.ul-iconsb1 .con:hover .icon::before,
.ul-iconsb1 .con:hover .icon::after {
    display: none;
}

@media screen and (max-width:1024px) {
    .ul-iconsb1 {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width:1200px) {

    .home3 {
        background: url(../images/bg03_wap.png) no-repeat center top;
        background-size: 100%;
        padding-bottom: 0;
    }

    .home3 .wp {
        flex-direction: column;
    }


    .home3 .s3-l,
    .home3 .s3-r {
        width: 100%;
        float: none;
        position: relative;

    }

    .home3 .s3-r {
        padding: 0.4rem 0 0;
    }

    .home3 .s3-r .title {
        margin-left: 0;
    }

    .home3 .s3-r::after {
        position: absolute;
        bottom: 0;
        left: -0.15rem;
        width: calc(100% + 0.3rem);
        height: 100%;
        z-index: -1;
        content: "";
        background: url(../images/bg03_r.png) no-repeat center top;
        background-size: 100% 100%;
    }
}

@media screen and (max-width:768px) {
    .s3-r_box {
        flex-direction: column;
    }

    .home3 .s3-r .left,
    .home3 .s3-r .right {
        width: 100%;
    }

    .s3-r_box .home1-swiper .swiper-pagination {
        bottom: 0;
    }
}


.home4 {
    width: 100%;
    background: url(../images/bg5.png) no-repeat center bottom;
    padding: 0.73rem 0 1.34rem;
}

.home4 .title {
    justify-content: center;
}

.home4 .title .tit1 {
    flex-direction: column;
    position: relative;
}

.home4 .title .tit1:after {
    left: -0.44rem;
}

.home4 .home4-t {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.39rem;
    margin-bottom: 0.4rem;
}

.home4 .home4-t .left {
    width: calc(50% - 0.2rem);
}



.home4 .home4-t .left a {
    display: flex;
    position: relative;
    overflow: hidden;
    align-items: center;
}

.home4 .home4-t .left .lmmc {
    font-size: 0.18rem;
    color: #fff;
    text-align: center;
    line-height: 0.3rem;
    background: url(../images/lmbg.png) no-repeat center top;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0.2rem;
    width: 1.2rem;
    height: 0.3rem;
    z-index: 2;
}

.home4 .home4-t .left .con {
    position: absolute;
    padding: .2rem;
    z-index: 3;
    bottom: 0;
    background: linear-gradient(0deg, #042e90 0%, #274ca800 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.18rem;
    width: 100%;
    overflow: hidden;
}


.home4 .home4-t .left .con .con1 {
    width: 0.71rem;
    height: .6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.08rem;
    border-right: 0.01rem solid #fff;
    padding-right: 0.23rem;
}

.home4 .home4-t .left .con .con1 .date1 {
    font-family: 'AbhayaLibre';
    font-size: 0.32rem;
    font-weight: 600;
    line-height: 0.32rem;
    letter-spacing: normal;
    color: #fff;
}

.home4 .home4-t .left .con .con1 .date2 {
    font-family: 'AbhayaLibre';
    font-size: 0.16rem;
    font-weight: 600;
    line-height: 0.16rem;
    letter-spacing: normal;
    color: #fff;
}

.home4 .home4-t .left .con .con2 {
    display: flex;
    flex-direction: column;
    width: calc(100% - 0.71rem - 0.18rem);
    overflow: hidden;
}


.home4 .home4-t .left .con h3 {
    color: #fff !important;
    position: relative;
    z-index: 100;
    font-size: .2rem;
}

.home4 .home4-t .left .con p {
    margin-top: .1rem;
    line-height: 0.22rem;
    font-size: 0.14rem;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-line-clamp: 1;
}

.home4 .home4-t .left .con span {
    font-size: .17rem;
    color: #808080;
    font-family: "Arial";
}

.home4 .home4-t .left .pic {
    padding-bottom: 49.82%;
    width: 100%;
    overflow: hidden;
}
.pic img{
    width:100%;
    min-height:100%;
    position:absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    transition:all 0.5s;
}
.pic:hover img{
     transform: translate(-50%, -50%) scale(1.05);
}
.home4 .home4-t .right {
    width: calc(50% - 0.2rem);
}


.home4 .home4-t .right a {
    display: flex;
    position: relative;
    overflow: hidden;
    align-items: center;
}

.home4 .home4-t .right .lmmc {
    font-size: 0.18rem;
    color: #fff;
    text-align: center;
    line-height: 0.3rem;
    background: url(../images/lmbg.png) no-repeat center top;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0.2rem;
    width: 1.2rem;
    height: 0.3rem;
    z-index: 2;
}

.home4 .home4-t .right .con {
    position: absolute;
    padding: .2rem;
    z-index: 3;
    bottom: 0;
    background: linear-gradient(0deg, #042e90 0%, #274ca800 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.18rem;
    width: 100%;
    overflow: hidden;
}


.home4 .home4-t .right .con .con1 {
    width: 0.71rem;
    height: .6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.08rem;
    border-right: 0.01rem solid #fff;
    padding-right: 0.23rem;
}

.home4 .home4-t .right .con .con1 .date1 {
    font-family: 'AbhayaLibre';
    font-size: 0.32rem;
    font-weight: 600;
    line-height: 0.32rem;
    letter-spacing: normal;
    color: #fff;
}

.home4 .home4-t .right .con .con1 .date2 {
    font-family: 'AbhayaLibre';
    font-size: 0.16rem;
    font-weight: 600;
    line-height: 0.16rem;
    letter-spacing: normal;
    color: #fff;
}

.home4 .home4-t .right .con .con2 {
    display: flex;
    flex-direction: column;
    width: calc(100% - 0.71rem - 0.18rem);
    overflow: hidden;
}


.home4 .home4-t .right .con h3 {
    color: #fff !important;
    position: relative;
    z-index: 100;
    font-size: .2rem;
}

.home4 .home4-t .right .con p {
    margin-top: .1rem;
    line-height: 0.22rem;
    font-size: 0.14rem;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-line-clamp: 1;
}

.home4 .home4-t .right .con span {
    font-size: .17rem;
    color: #808080;
    font-family: "Arial";
}

.home4 .home4-t .right .pic {
    padding-bottom: 49.82%;
    width: 100%;
    overflow: hidden;
}

.home4 .home4-b ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.2rem;
}

.home4 .home4-b ul li {
    position: relative;
    padding: 0.4rem 0.41rem 0.2rem 0.27rem;
    background: url(../images/s4_itembg.png) no-repeat center top;
    background-size: 100% 100%;
    border-bottom: 0.04rem solid #0a58a600;
}

.home4 .home4-b ul li:hover {
    background: url(../images/s4_itembg_on.png) no-repeat center top;
    background-size: 100% 100%;
    border-bottom: 0.04rem solid #0a58a6;
    box-shadow: 0 0 0.12rem #d2e8ff;
}

.home4 .home4-b ul li .lmmc {
    font-size: 0.18rem;
    color: #fff;
    text-align: center;
    line-height: 0.3rem;
    background: url(../images/lmbg.png) no-repeat center top;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0.2rem;
    width: 1.2rem;
    height: 0.3rem;
    z-index: 2;
}

.home4 .home4-b ul li h3 {
    font-family: Microsoft YaHei;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.32rem;
    letter-spacing: normal;
    color: #222222;
}

.home4 .home4-b ul li:hover h3 {
    color: #042e90;
    font-weight: 500;
}

.home4 .home4-b ul li p {
    font-family: Microsoft YaHei;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.32rem;
    letter-spacing: normal;
    color: #666666;
    margin: 0.1rem 0 0.14rem;
}

.home4 .home4-b ul li .ckxq {
    font-family: Microsoft YaHei;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.4rem;
    letter-spacing: normal;
    color: #666666;
    position: relative;
    padding-right: 0.35rem;
}

.home4 .home4-b ul li:hover .ckxq {
    color: #042e90;
}

.home4 .home4-b ul li .ckxq::after {
    content: "";
    position: absolute;
    left: 0.65rem;
    top: 50%;
    width: 0.28rem;
    height: 0.07rem;
    background: url(../images/ckxq2.png) no-repeat;
    transform: translateY(-50%);
    background-size: 0.27rem;
}

.home4 .home4-b ul li:hover .ckxq::after {
    background: url(../images/ckxq1.png) no-repeat;
}

@media screen and (max-width:1024px) {
    .home4 .home4-t{
        flex-direction: column;
    }
    .home4 .home4-t .left, .home4 .home4-t .right{
        width:100%;
    }
}

@media screen and (max-width:860px) {
    .home4 .home4-b ul{      
        display: block;
    }
    .home4 .home4-b ul li{
        margin-bottom:0.3rem;
    }
}