@charset "UTF-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

li {
    list-style: none;
}


/*全局样式*/

html,
body {
    width: 100%;
    margin: 0 auto;
}

html {
    font-size: 5.2083333333333vw;
}

@media (max-width:1199px) {
    html {
        font-size: 6.6vw !important;
    }
}

@media (max-width:767px) {
    html {
        font-size: 13.3vw !important;
    }
}

    

#adu0{ z-index:99999  !important;}
    @media screen and (max-width: 500px) {
   #adu0 img
   {
     width: auto;
    height: 2rem;}
    }
 

/*= 清除浮动=*/

.clear {
    clear: both;
    height: 0rem;
    line-height: 0rem;
    font-size: 0rem;
    overflow: hidden;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0rem;
    clear: both;
    visibility: hidden;
    font-size: 0rem;
}

 :focus {
    outline: 0
}

a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 0%;
}


/* End hide from IE-mac */

*+html .clearfix {
    min-height: 0%;
}


/* 针对IE7 */

*+html .clearfix {
    min-height: 0%;
}

@font-face {
    font-family: 'SourceHanSerifCN-Regular';
    src: url('../fonts/SourceHanSerifCN-Regular.otf');
}

@font-face {
    font-family: 'SourceHanSerifCN-Medium';
    src: url('../fonts/SourceHanSerifCN-Medium.otf');
}

@font-face {
    font-family: 'SourceHanSerifCN-Heavy';
    src: url('../fonts/SourceHanSerifCN-Heavy.otf');
}

@font-face {
    font-family: 'SourceHanSerifCN-Bold';
    src: url('../fonts/SourceHanSerifCN-Bold.otf');
}

@font-face {
    font-family: 'SourceHanSans-Bold';
    src: url('../fonts/SourceHanSans-Bold.otf');
}

@font-face {
    font-family: 'SourceHanSans-Regular';
    src: url('../fonts/SourceHanSans-Regular.otf');
}

@font-face {
    font-family: 'SourceHanSans-Medium';
    src: url('../fonts/SourceHanSans-Medium.otf');
}

@font-face {
    font-family: 'SourceHanSans-Light';
    src: url('../fonts/SourceHanSans-Light.otf');
}


/*原文件配置*/

body {
    color: #333;
    background: #ffffff;
    font: .2rem 'SourceHanSans-Regular', 'Microsoft YaHei', arial, sans-serif;
    min-width: 3.2rem;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #1E4784;
}


/*块级转化*/

.di_in {
    display: inline-block;
}

.di_no {
    display: none;
}

.di_bl {
    display: block;
}


/*原文件配置  end*/


/*横向居中*/

.te_c {
    text-align: center;
}


/*相对定位*/

.p_r {
    position: relative;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.flex-align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-warp {
    flex-flow: wrap
}

.flex-column {
    flex-flow: column
}

.ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;display:block;overflow: hidden;text-overflow: ellipsis; 
display: -webkit-box; -webkit-line-clamp:1;
-webkit-box-orient:vertical;
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.transition {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pic:before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    opacity: .6;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.container {
    max-width: 19.2rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
}

@media (max-width:1199px) {
    .footer .erwma-con .erwma{
    margin: 0 auto !important;
    text-align: center;
    /* margin-right: 0 !important; */
    width: 1rem !important;
    height: 1rem !important;
}
    .erwma-con{
    display: block;
    margin: .1rem auto 0 auto;
    text-align: center;
    /* width: 1rem; */
}
    .footer .f-info>div{
    background-image: none !important;
}
    .footer .f-info{text-align:center}
    .logo>img{
    height: .6rem !important;
}
    .container {
        width: 100%;
        padding-left: .2rem;
        padding-right: .2rem;
    }
}

.pub-bg {
    background: url(../images/bg.png)no-repeat center top;
    background-size: 100%;
}

.logo>img {
    height: .71rem;
    height: 100%;
    margin-right: .15rem;
}

.logo .logo-text {display:none;
    font-family: 'SourceHanSans-Bold';
    color: #FFF;
    font-size: .36rem;
    text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .3);
}

.header {
    /* position: sticky;
    left: 0;
    top: 0; */
    z-index: 100;
    width: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.header .top {
    background-color: #1350A8;
    width: 100%;
    line-height: .4rem;
    color: #FFF;
    font-size: .16rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.header .top .wel {
    margin-right: .6rem;
    display: flex;
}
.header .top .wel p{
    margin-right: 0.2rem;
}
.header .top a {
    color: #FFF;
}

.header .top .login {
    background: url(../images/login.svg)no-repeat left center;
    padding-left: .3rem;
    background-size: .16rem;
}

.header .top .r-con>a {
    display:none;
    margin-right: .2rem;
    padding-right: .2rem;
}

.header .top .r-con>a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: .01rem;
    height: .15rem;
    background-color: rgba(255, 255, 255, .5);
}

.header .head {
    margin-top: .2rem;
    padding-left: .2rem;
}

.header .search {
    width: 3rem;
    height: .36rem;
    background-color: rgba(255, 255, 255, .05);
    overflow: hidden;
    border-radius: .18rem;
    -webkit-border-radius: .18rem;
    -moz-border-radius: .18rem;
    -ms-border-radius: .18rem;
    -o-border-radius: .18rem;
}

.header .search input[type="text"] {
    width: 100%;
    background: none;
    padding-left: .2rem;
    font-size: .14rem;
    color: #FFF;
    font-family: 'SourceHanSans-Light';
}

.header .search input[type="text"]::placeholder {
    color: #FFF;
}

.header .search input[type="submit"] {
    width: .8rem;
    background: #1350A8 url(../images/search.svg)no-repeat .12rem center;
    background-size: .16rem;
    color: #FFF;
    line-height: .32rem;
    font-size: .14rem;
    padding-left: .2rem;
    border-radius: .18rem;
    -webkit-border-radius: .18rem;
    -moz-border-radius: .18rem;
    -ms-border-radius: .18rem;
    -o-border-radius: .18rem;
}

.menu-btn {
    display: none;
    background: url(../images/menu.svg)no-repeat center;
   width: 30px;
    height: 30px;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.menu-btn.close {
    background-image: url(../images/close.svg);
}

.nav {
    margin-top: .2rem;
    padding-left: .2rem;
}

.nav li>a {
    line-height: 2;
    padding: 0 .15rem;
    font-size: .24rem;
    color: #FFF;
}

.nav li>.tit::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -.18rem;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    width: 0%;
    height: .02rem;
    background-color: #F3A252;
}

.nav li>.tit::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -.14rem;
    width: .02rem;
    height: 0;
    background-color: #F3A252;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.nav .drop {
    width: 6.88rem;
   /* left: 50%;*/
    top: .4rem;
    margin-left: -3.44rem;

    width: 2.18rem;
  
    margin-left: -0.5rem;


    position: absolute;
    transition: transform 0.2s linear, opacity 0.2s linear;
    -webkit-transition: transform 0.2s linear, opacity 0.2s linear;
    -moz-transition: transform 0.2s linear, opacity 0.2s linear;
    -ms-transition: transform 0.2s linear, opacity 0.2s linear;
    -o-transition: transform 0.2s linear, opacity 0.2s linear;
    transform-origin: top;
    z-index: 100;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    padding-top: .5rem;
}

.nav .drop>div {
    background-color: #FFF;
    padding: .3rem .35rem;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
}

.nav .drop .pic {
    width: 2.6rem;
    height: 1.8rem;
    overflow: hidden;
    margin-right: .5rem;display:none;
}

.nav .drop a {
    width: 50%; width: 100%;
    background: url(../images/arrow.svg)no-repeat left center;
    background-size: .1rem;
    padding-left: .2rem;
    line-height: 2.8;
}

.nav-con .search {
    display: none;
}

.footer {
    background: url(../images/bg3.png)no-repeat center top;
    background-size: cover;
    margin-top: .7rem;
    padding-top: .4rem;
}

.copyright {
    color: #A8BFE1;
    line-height: 1.7;
    border-top: .01rem #285CA8 solid;
    padding-top: .2rem;
    padding-bottom: .2rem;
    margin-top: .2rem;
}

.copyright a {
    color: #A8BFE1;
    margin-right: .15rem;
}

.select-wrapper {
    width:18%;
    position: relative;
    cursor: pointer;
    display: inline-block;
    z-index: 9;
}
.select-wrapper.focus{
    z-index: 9999 !important;
}
.select-wrapper:last-child {
    z-index: 11 !important;
}

.select-button {
    width: 100%;
    height: .5rem;
    border: 0;
    cursor: pointer;
    padding: 0 .2rem 0 .2rem;
    overflow: hidden;
    text-align: left;
    outline: none;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    border: .01rem rgba(255, 255, 255, .2) solid;
    font-size: .16rem;
    background: none;
    font-size: .2rem;
    color: #A8BFE1;
}

.select-down {
    position: absolute;
    top: 50%;
    right: .2rem;
    height: 0;
    width: 0;
    overflow: hidden;
    font-size: 0;
    border-color: #A8BFE1 transparent transparent transparent;
    border-style: solid;
    border-width: 8px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.select-list {
    width: 100%;
    background: #fff;
    border: 1px solid #e8e8e8;
    display: none;
    position: absolute;
    left: 0;
    bottom: .5rem;
    overflow: hidden;
    z-index: 99999;
}

.select-list ul {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    line-height: 2.4;
    max-height: 2.4rem;
}

.select-list ul li {
    width: auto;
    padding-left: .2rem;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    font-size: .16rem;
}

.select-list ul li.selected,
.select-list ul li:hover {
    color: #fff;
    background-color: #2B519E;
}

.select-list ul li:nth-child(1) {
    display: none;
}

.footer .con {
    margin-top: .45rem;
    border-top: 1px #2760B2 solid;
    padding-top: .2rem;
}

.footer .logo .logo-text {
    color: #A8BFE1;
}

.footer .f-nav {
    margin-top: .3rem;
    line-height: 1.5;
    color: #A8BFE1;display:none;
}

.footer .f-nav a {
    margin-right: .2rem;
    padding-right: .2rem;
    color: #A8BFE1;
}

.footer .f-nav a::after {
    content: '';
    position: absolute;
    right: 0;
    top: .2rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: .01rem;
    height: .2rem;
    background-color: #A8BFE1;
}

.footer .f-nav a:nth-child(3)::after {
    display: none;
}

.footer .f-nav span {
    margin-right: .4rem;
}

.footer .f-nav span:last-child {
    margin-right: 0;
}

.footer .erwma-con .erwma {
    width: 1.2rem;
    height: 1.2rem;
    overflow: hidden;
    margin-right: .2rem;
}

.footer .erwma-con .erwma img {
    width: 100%;
}

.footer .erwma-con .text {
    line-height: 2;
    font-size: .22rem;
    color: #FFF;
}

.footer .f-info {
    color: #A8BFE1;
    line-height: 2.2;
}

.footer .f-info>div {
    padding-left: .35rem;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: .2rem;
}

.footer .f-info>div:nth-child(1) {
    background-image: url(../images/f-icon1.svg);
}

.footer .f-info>div:nth-child(4) {
    background-image: url(../images/f-icon2.svg);
}

.footer .f-info>div:nth-child(3) {
    background-image: url(../images/f-icon3.svg);
}.footer .f-info>div:nth-child(2) {
    background-image: url(../images/f-icon144.png);
}.footer .f-info>div:nth-child(5) {
    background-image: url(../images/f-icon133.png);
}

@media (min-width:1025px) {
    .nav li:hover .drop {
        opacity: 1;
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
    }
    .nav li:hover>.tit::after {
        width: 100%;
    }
    .nav li:hover>.tit::before {
        height: .18rem;
    }
    .nav li:hover>a {
        color: #F3A252;
    }
    .copyright a:hover,
    .footer .f-nav a:hover {
        text-decoration: underline;
    }
}

@media (max-width:1199px) {
    body {
        font-size: 14px;
    }
    .header {
        position: sticky;
        left: 0;
        top: 0;
    }
    .header.fixed {
        background-color: #285CA8;
        position: fixed;
    }
    .header .head .search,
    .header .top,
    .nav .drop .pic {
        display: none;
    }
    .header .head {
        height: 110px;
        margin-top: 0;
        padding-left: 0;
    }
    .menu-btn {
        display: block;
    }
    .nav-con {
        position: fixed;
        width: 100%;
        left: 0;
        top: 110px;
        overflow-y: scroll!important;
        display: none;
        background-color: #FFF;
        z-index: 999;
        height: calc(100vh - 110px);
        padding: 20px 30px;
    }
    .nav {
        display: block;
        padding-left: 0;
    }
    .nav li>a {
        line-height: 60px;
        font-size: 16px;
        color: #333;
        padding: 0;
    }
    .nav .arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: 60px;
        width: 30px;
    }
    .nav .arrow::after {
        content: '';
        background: url(../images/arrow.svg)no-repeat center;
        background-size: 100%;
        width: 16px;
        height: 16px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .nav .cur .arrow::after {
        transform: translateY(-50%) rotate(90deg);
        -webkit-transform: translateY(-50%) rotate(90deg);
        -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        -o-transform: translateY(-50%) rotate(90deg);
    }
    .nav .drop {
        position: static;
        left: auto;
        transform: translate(0, 0);
        opacity: 1;
        width: 100%;
        display: none;
        text-align: left;
        padding-top: 0;
        background: none;
        margin-left: auto;
        padding-left: 20px;
    }
    .nav .drop>div {
        box-shadow: none;
        padding: 0;
    }
    .nav .drop a {
        width: 100%;
    }
    .nav-con .search {
        display: flex;
        margin-bottom: 30px;
        width: 100%;
        height: 40px;
        border: 1px solid #2B519E;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }
    .header .search input[type="text"] {
        font-size: 12px;
        color: #1350A8;
    }
    .header .search input[type="text"]::placeholder {
        color: #1350A8;
    }
    .header .search input[type="submit"] {
        width: 80px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        background-size: 16px;
        font-size: 12px;
        padding-left: 25px;
        background-position: 15px center;
    }
    .select-button {
        height: 40px;
        font-size: 14px;
        position: relative;
        z-index: -7;
    }
    .select-list {
        bottom: 40px;
    }
    .select-list ul li,
    .footer .erwma-con .text {
        font-size: 14px;
    }
    .select-down {
        top: 60%;
    }
    .footer .con{
    display: block;
}
    .footer .con .l-con{
    text-align: center;
    margin: 20px auto;
}
     .footer .con .logo{
    margin: 0 auto;
    display: block;
    text-align: center;
}
         .footer .con .logo img{
    margin: 0 auto;
    display: block;
    text-align: center;
}
}

@media (max-width:950px) {
    .home-pageone .home-con{
    padding: 0 !important;
}
    .select-wrapper {
        width: 48%;
        margin-top: .3rem;
        z-index: -1;
    }
    .footer .erwma-con {
        /* display: none; */
    }
}

@media (max-width:767px) {
    .header .head {
        height: 1rem;
        padding: .1rem 0;
    }
    .logo>img {
        height: 0.6rem !important;
    }
    .logo .logo-text {
        font-size: .2rem;
    }
    .nav-con {
        top: 1.4rem;
        height: calc(100vh - .65rem);
    }
    .footer .f-info {
        width: 100%;
        margin-top: .3rem;
    }
}

@media (max-width:540px) {
    .logo .logo-text {
        font-size: .18rem;
    }
    .select-wrapper {
        width: 100%;
    }
    .footer .logo .logo-text {
        font-size: .16rem;
    }
    .footer .f-nav span {
        margin-right: .2rem;
    }
}

.home {
    width: 100%;
    height: 100vh;
}

.home .logo {
    position: absolute;
    left: 1.7rem;
    top: .55rem;
}

.home-footer {
    height: 2.55rem;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    background: url(../images/home-bg.png)no-repeat center bottom;
    background-size: 100% 100%;
    padding-top: 1.25rem;
    overflow: hidden;
}

.home-menu a {
    width: 1.9rem;
    height: .7rem;
    margin-right: .2rem;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    overflow: hidden;
    font-size: .22rem;
    color: #FFF;
}

.home-menu a:last-child {
    margin-right: 0;
}

.home-menu .icon {
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-image: linear-gradient(rgba(89, 141, 216, .02), rgba(255, 255, 255, .2), rgba(89, 141, 216, .02));
    margin-right: .1rem;
}

.home-menu .icon>img {
    max-width: .32rem;
    min-width: .24rem;
    width: .24rem;
}

.home-footer .home-btn {
    position: absolute;
    bottom: .25rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    font-size: .18rem;
    color: #FFF;
    background: url(../images/mouse.png)no-repeat left center;
    background-size: .22rem;
    padding-left: .3rem;
    animation: 2s linear infinite up;
    -webkit-animation: 2s linear infinite up;
}

@keyframes up {
    0% {
        transform: translate(-50%, 0rem);
        -webkit-transform: translate(-50%, 0rem);
        -moz-transform: translate(-50%, 0rem);
        -ms-transform: translate(-50%, 0rem);
        -o-transform: translate(-50%, 0rem);
    }
    50% {
        transform: translate(-50%, .1rem);
        -webkit-transform: translate(-50%, .1rem);
        -moz-transform: translate(-50%, .1rem);
        -ms-transform: translate(-50%, .1rem);
        -o-transform: translate(-50%, .1rem);
    }
    100% {
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
    }
}

@media (min-width: 1025px) {
    .home-menu a:hover {
        background-image: linear-gradient(rgba(229, 144, 61, 0.9), rgba(249, 154, 59, 1));
    }
    .home-menu a:hover .icon {
        background-image: linear-gradient(rgba(255, 255, 255, .4), rgba(255, 255, 255, .05));
    }
}

@media (max-width: 1199px) {
    .home-menu a,
    .home-footer .home-btn {
        font-size: .18rem;
    }
    .home .logo {
        left: .3rem;
        top: .4rem;
    }
    .home-menu a {
        width: auto;
        margin-right: .4rem;
    }
}

@media (max-width: 950px) {
    .home-footer {
        height: 3rem;
        padding-top: 1.5rem;
    }
}

@media (max-width: 767px) {
    .home-footer {
        height: auto;
        padding-top: 1rem;
        padding-bottom: .6rem;
        background-size: 150% 100%;
    }
    .home-menu a {
        width: 33.333%;
        margin-right: 0;
        height: auto;
        margin-top: .1rem;
    }
}

@media (max-width: 480px) {
    .home-footer {
        padding-bottom: .4rem;
        background-size: 180% 100%;
    }
}

.home-pageone {
    /* background: url(../images/bg1.png)no-repeat center bottom; */
    background-size: 100%;
    padding-bottom: .4rem;
}

.home-pageone .home-con {
    background-color: rgba(255, 255, 255, .9);
    margin-top: 0;
    padding:0.2rem;
}

.ibanner {
    width: 100%;
    overflow: hidden;
    margin-right: 0;
    height: 100%;
    position: relative;
    z-index: 0;
}

.ibanner .swiper-slide {
    overflow: hidden;
    width: 100%;
    padding-top: 63.85%;
}


.ibanner .swiper-slide img,
.ibanner .swiper-slide video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ibanner  .swiper-button-prev{
    background: url(../images/swiper-button-prev_l.png) center no-repeat;
    width: .8rem;
    height: .8rem;
    background-size: 100%;
    opacity: 0.5;
    z-index: 999;
}
.ibanner  .swiper-button-next{
    background: url(../images/swiper-button-prev_r.png) center no-repeat;
    width: .8rem;
    height: .8rem;
    background-size: 100%;
    opacity: 0.5;
    z-index: 999;
}

/*  */



.home-news {
    padding: .3rem;
}

.home-news .focus {
    width: 8.3rem;
    overflow: hidden;
    margin-right: .25rem;
}

.home-news .focus .swiper-slide {
    overflow: hidden;
    width: 100%;
    padding-top: 63.85%;
}


.home-news .focus .swiper-slide img,
.home-news .focus .swiper-slide video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-news .focus .swiper-slide::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    z-index: 1;
}

.home-news .focus .text {
    color: #FFF;
    font-size: .22rem;
    font-family: 'SourceHanSans-Medium';
    position: absolute;
    left: 0;
    bottom: .2rem;
    width: 100%;
    padding-right: 2rem;
    z-index: 2;
    line-height: 1;
    padding-left: .2rem;
}

.home-news .focus .swiper-pagination {
    text-align: right;
    justify-content: flex-end;
    bottom: .2rem;
}

.home-news .focus .swiper-pagination-bullet {
    width: .1rem;
    height: .1rem;
    border: .01rem solid #FFF;
    background: none;
    opacity: 1;
    margin-right: .2rem;
}

.home-news .focus .swiper-pagination-bullet-active {
    background: url(../images/banner-icon.png)no-repeat center;
    background-size: 100%;
    width: .4rem;
    height: .2rem;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 0;
}

.home-news .box .title {
    line-height: .54rem;
}

.home-news .box .title span {
    cursor: pointer;
    height: .54rem;
    font-family: 'SourceHanSerifCN-Medium';
    font-size: .24rem;
}

.home-news .box .title span:last-child {
    margin-right: .36rem;
}

.home-news .box .title span.on {
    font-size: .28rem;
    font-family: 'SourceHanSerifCN-Bold';
    color: #FFF;
    background-color: #2b519e;
    padding-left: .3rem;
    padding-right: .2rem;
}

.home-news .box .title span.on::after {
    content: '';
    position: absolute;
    right: -.36rem;
    top: 0;
    height: 100%;
    background: url(../images/tbg1.png)no-repeat left top;
    background-size: 100% 100%;
    width: .36rem;
}

.home-news .box .content {
    margin-top: .15rem;
}

.home-news .box .content a {
    line-height: .66rem;
    border-bottom: .01rem dashed #D8D8D8;
    padding-left: .1rem;
}

.home-news .box .content a:last-child {
    border-bottom: 0;
}

.home-news .box .content a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: .02rem;
    height: .02rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #0551B2;
}

.home-news .box .content .tit {
    margin-right: .2rem;
}

.home-news .box .content .date {
    font-family: 'SourceHanSerifCN-Regular';
    color: #888;
    font-size: .16rem;
}

.home-title .title {
    font-family: 'SourceHanSerifCN-Bold';
    font-size: .36rem;
    line-height: 1;
}

.home-title .line {
    height: .01rem;
    background-color: #2B519E;
    margin-left: .2rem;
    margin-right: .7rem;
}

.home-title .line::after {
    content: '';
    position: absolute;
    right: -0.18rem;
    top: 50%;
    transform: translateY(-50%);
    width: .18rem;
    height: .06rem;
    background: url(../images/dot.png)no-repeat right center;
    background-size: 100%;
}

.home-title .mores {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    font-size: .16rem;
    color: #2B519E;
    font-family: 'SourceHanSans-Regular';
}
/*  */
.home-hqzcbox{}
.home-hqzcbox-left{
    margin-top: .3rem;
    margin-right: .6rem;
}
.home-hqzcbox-left .content{
    margin-top: .4rem;
}
.home-hqzcbox-left .content ul{
    display: flex;
    justify-content: space-between;
}
.home-hqzcbox-left .content li{
    width: 47%;
}
.home-hqzcbox-left .first {
    width: 100%;
}

.home-hqzcbox-left .first .pic {
    overflow: hidden;
    padding-top: 64.5%;
}

.home-hqzcbox-left .first .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-hqzcbox-left .first .tit {
    line-height: 1.5;
    margin-top: .25rem;
    height: .8rem;
    border-bottom: .02rem #F0E1D1 solid;
    font-size: .2rem;
}

.home-hqzcbox-left .first .tit::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.02rem;
    height: .02rem;
    width: .8rem;
    background-color: #2B519E;
}

.home-hqzcbox-left .first .tit::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -0.04rem;
    width: .05rem;
    height: .05rem;
    background-color: #FFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px #F0E1D1 solid;
}

.home-hqzcbox-left .first .des {
    font-size: .16rem;
    line-height: 1.7;
    color: #4F4F4F;
    margin-top: .2rem;
}
.home-hqzcbox-right{
    width: 6rem;
    width: 49%;
    margin-top: .3rem;
}
.home-hqzcbox-right-w{
    /*width: 6.7rem; */
}

.home-hqzcbox-right .content {
    margin-top: .3rem;
}

.home-hqzcbox-right .content .item {
    padding: .25rem .2rem;
    align-items: center;
}
.home-hqzcbox-right .content .item:hover{
    
background: #FFFFFF;
box-shadow: 0rem 0.02rem 0.1rem 0rem rgba(0, 0, 0, 0.1);
}

.home-hqzcbox-right .content .item:first-child {
    /* padding-top: 0; */
}


.home-hqzcbox-right .content .item .date {
    width: .64rem;
    height: .62rem;
    font-family: 'SourceHanSerifCN-Regular';
    color: #1B4EB9;
    z-index: 10;
    font-size: .14rem;
    line-height: 1.1;
    margin-right: .25rem;
    background: #EDF3FF;
}



.home-hqzcbox-right .content .item .date span {
    font-family: 'SourceHanSerifCN-Bold';
    font-size: .24rem;
    color: #2B519E;
}





.home-hqzcbox-right .content .item:first-child .dot {
    top: .2rem;
}

.home-hqzcbox-right .content .item:last-child::after {
    bottom: .3rem;
}
.home-hqzcbox-right .content .item:hover .date {
        background-color: #2B519E;
        color: #FFF;
    }
.home-hqzcbox-right .content .item:hover .date::after {
        border-color: #2B519E;
    }
.home-hqzcbox-right .content .item:hover .date span {
        color: #FFF;
    }


/*  */
.home-notice {
    margin-top: .35rem;
}

.home-notice .more {
    position: absolute;
    right: 0;
    top: 0;
    border-bottom: 1px rgba(4, 78, 185, 0.2) solid;
    color: #9E9E9E;
    margin-right: .4rem;
    padding-right: .3rem;
    padding-bottom: .1rem;
    line-height: 1.5;
}

.home-notice .more::after {
    content: '';
    position: absolute;
    right: -.35rem;
    top: 50%;
    transform: translateY(-50%);
    width: .46rem;
    height: .46rem;
    background: url(../images/more1.svg)no-repeat center;
    background-size: 100%;
}

.home-notice .content {
    margin-top: .65rem;
    margin-left: -.05rem;
    margin-right: -.05rem;
}

.home-notice .content .swiper-container {
    padding-top: .4rem;
    padding-left: .05rem;
    padding-right: .05rem;
    height: 3.55rem;
}

.home-notice .content .swiper-slide>div {
    background-color: #FCFDFE;
    box-shadow: 0 .05rem .08rem rgba(0, 0, 0, .06);
    height: 2.15rem;
    padding-left: .35rem;
    padding-right: .35rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    padding-top: .55rem;
}

.home-notice .content .swiper-slide .date {
    width: .6rem;
    height: .6rem;
    background-color: #E7E7E7;
    font-size: .12rem;
    color: #1E4784;
    line-height: 1.1;
    z-index: 10;
    position: absolute;
    left: .35rem;
    top: -.3rem;
}

.home-notice .content .swiper-slide .date span {
    font-size: .22rem;
    font-family: 'SourceHanSerifCN-Heavy';
    line-height: 1.4;
}

.home-notice .content .swiper-slide .tit {
    height: .6rem;
    line-height: 1.55;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-notice .content .swiper-slide .des {
    color: #AFAFAF;
    font-size: .16rem;
    line-height: 1.8;
    margin-top: .15rem;
}

.home-notice .content .swiper-button-prev,
.home-notice .content .swiper-button-next {
    width: .4rem;
    height: .4rem;
    border: 1px #1E4784 solid;
    top: auto;
    margin-top: auto;
    background-size: .16rem;
    bottom: .1rem;
}

.home-notice .content .swiper-button-prev {
    left: auto;
    right: 1.2rem;
}

.home-notice .content .swiper-button-prev::before,
.home-notice .content .swiper-button-next::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")no-repeat center;
    z-index: 2;
    background-size: .12rem;
}

.home-notice .content .swiper-button-next::before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.home-notice .content .swiper-button-prev::after,
.home-notice .content .swiper-button-next::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1E4784;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    z-index: -1;
}

.home-dt {
    margin-top: .3rem;
    margin-right: .6rem;
}

.home-dt .home-title .title span {
    color: #999;
    margin-right: .4rem;
    cursor: pointer;
}

.home-dt .home-title .title span:last-child {
    margin-right: 0;
}

.home-dt .home-title .mores {
    display: none;
}

.home-dt .home-title .title span.on {
    color: #333;
}

.home-dt .home-title .title span.on .mores {
    display: block;
}

.home-dt .content {
    margin-top: .45rem;
}

.home-dt .first {
    width: 3.8rem;
    margin-right: .3rem;
}

.home-dt .first .pic {
    overflow: hidden;
    padding-top: 68.5%;
}

.home-dt .first .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-dt .first .tit {
    line-height: 1.5;
    margin-top: .25rem;
    height: .8rem;
    border-bottom: 2px #F0E1D1 solid;
}

.home-dt .first .tit::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.02rem;
    height: .02rem;
    width: .8rem;
    background-color: #2B519E;
}

.home-dt .first .tit::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -0.04rem;
    width: .05rem;
    height: .05rem;
    background-color: #FFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px #F0E1D1 solid;
}

.home-dt .first .des {
    font-size: .16rem;
    line-height: 1.7;
    color: #4F4F4F;
    margin-top: .2rem;
}

.home-dt .item {
    height: 1.13rem;
    z-index: 10;
    padding-top: .25rem;
    border-bottom: 1px #E1E1E1 solid;
}

.home-dt .item:first-child {
    padding-top: 0;
    height: .98rem;
}

.home-dt .item::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -0.03rem;
    width: .05rem;
    height: .05rem;
    background-color: #FFF;
    z-index: -1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px #E1E1E1 solid;
}

.home-dt .item .date {
    width: 1.1rem;
    line-height: .28rem;
    border-radius: 0 .14rem .14rem 0;
    -webkit-border-radius: 0 .14rem .14rem 0;
    -moz-border-radius: 0 .14rem .14rem 0;
    -ms-border-radius: 0 .14rem .14rem 0;
    -o-border-radius: 0 .14rem .14rem 0;
    background-image: linear-gradient(90deg, rgba(211, 226, 255, 1), rgba(255, 255, 255, 0));
    font-size: .16rem;
    font-family: 'SourceHanSerifCN-Regular';
    padding-left: .15rem;
    color: #2B519E;
    z-index: 10;
}

.home-dt .item .date::before {
    content: '';
    position: absolute;
    left: .05rem;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    width: .04rem;
    height: .04rem;
    background-color: #2B519E;
}

.home-dt .item .tit {
    line-height: 1;
    margin-top: .2rem;
    z-index: 10;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-zc {
    width: 6rem;   width: 7.5rem;
    margin-top: .3rem;
}

.home-zc .content {
    margin-top: .6rem;
}

.home-zc .content .item {
    padding-top: .6rem;
    padding-left: .1rem;
}

.home-zc .content .item:first-child {
    padding-top: 0;
}

.home-zc .content .item::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1.1rem;
    width: .01rem;
    background-color: #E9EDF5;
}

.home-zc .content .item .date {
    width: .57rem;
    height: .57rem;
    border: 1px #C5D1EB solid;
    font-family: 'SourceHanSerifCN-Regular';
    color: #C5D1EB;
    z-index: 10;
    font-size: .14rem;
    line-height: 1.1;
    margin-right: .9rem;
}

.home-zc .content .item .date::after {
    content: '';
    position: absolute;
    left: 0%;
    top: 0%;
    border: 1px #C5D1EB solid;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    z-index: -1;
    width: 100%;
    height: 100%;
}

.home-zc .content .item .date span {
    font-family: 'SourceHanSerifCN-Bold';
    font-size: .28rem;
    color: #2B519E;
}

.home-zc .content .item .dot {
    position: absolute;
    left: 1.05rem;
    top: .8rem;
    width: .11rem;
    height: .11rem;
    border-radius: 50%;
    background-color: #2B519E;
    z-index: 2;
}

.home-zc .content .item:first-child::after {
    top: .2rem;
}

.home-zc .content .item:first-child .dot {
    top: .2rem;
}

.home-zc .content .item:last-child::after {
    bottom: .3rem;
}

.home-box {
   /* background: url(../images/bg2.png)no-repeat center top; padding: .3rem .35rem;*/
    background-size: 100%;
    margin-top: .6rem;
   
}

.home-box .box {
    background-color: #FFF;
  /*  padding-top: .85rem;
    padding-left: .6rem;
    padding-right: .6rem;*/
}

.home-djian {
    width: 48%;
}

.home-djian .content {
    margin-top: .5rem;
}

.home-djian .item {
    line-height: .8rem;
    border-bottom: 1px dashed #D8D8D8;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-djian .item .date {
    white-space: nowrap;
    font-family: 'SourceHanSerifCN-Regular';
    padding-right: .3rem;
    margin-right: .3rem;
}

.home-djian .item .date::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: .01rem;
    height: .2rem;
    background-color: #D8D8D8;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

@media (min-width: 1025px) {
    .home-news .focus .swiper-slide:hover::before,
    .home-dt .first:hover .pic::before {
        -webkit-animation: shine .75s;
        animation: shine .75s;
    }
    .home-news .focus .swiper-slide:hover img,
    .home-hqzcbox-left .first:hover .pic img,
    .home-dt .first:hover .pic img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    .home-news .box .content a:hover {
        border-bottom-color: #0551B2;
    }
    .home-news .box .content a:hover .date,
    .home-notice .more:hover {
        color: #0551B2;
    }
    .home-notice .content .swiper-button-prev:hover,
    .home-notice .content .swiper-button-next:hover {
        border-color: #BF994A;
    }
    .home-notice .content .swiper-button-prev:hover::after,
    .home-notice .content .swiper-button-next:hover::after {
        background-color: #BF994A;
    }
    .home-notice .content .swiper-slide:hover>div {
        height: 2.42rem;
        margin-top: -.1rem;
    }
    .home-notice .content .swiper-slide:hover .tit {
        font-weight: bold;
        margin-top: .1rem;
    }
    .home-title .mores:hover {
        text-decoration: underline;
    }
    .home-dt .item:hover {
        background-image: linear-gradient(90deg, rgba(227, 235, 253, 1), rgba(255, 255, 255, 0));
    }
    .home-dt .item:hover .date,
    .home-notice .content .swiper-slide:hover .date {
        background: #2B519E;
        color: #FFF;
    }
    .home-dt .item:hover .date::before {
        background: #FFF;
    }
    .home-dt .item:hover .tit {
        margin-left: .2rem;
    }
    .home-zc .content .item:hover .date {
        background-color: #2B519E;
        color: #FFF;
    }
    .home-zc .content .item:hover .date::after {
        border-color: #2B519E;
    }
    .home-zc .content .item:hover .date span {
        color: #FFF;
    }
    .home-zc .content .item:hover .dot::after {
        content: '';
        position: absolute;
        left: -.07rem;
        top: -.07rem;
        right: -.07rem;
        bottom: -.07rem;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        z-index: -1;
        background-color: rgba(43, 81, 158, 0.1);
    }
    .home-djian .item:hover {
        background-color: #2B519E;
        padding-left: .4rem;
        color: #FFF;
    }
}

@media (max-width:1199px) {
    .header .top{display:block}
    .home-news .box .title {
        line-height: 36px;
    }
    .home-news .box .title span {
        font-size: 16px;
        height: 36px;
    }
    .home-news .box .title span.on {
        font-size: 16px;
        padding-left: 10px;
        padding-right: 5px;
    }
    .home-news .box .content .date,
    .home-notice .content .swiper-slide .date,
    .home-notice .content .swiper-slide .des,
    .home-dt .item .date,
    .home-dt .first .des,
    .home-zc .content .item .date,
    .home-title .mores {
        font-size: 12px;
    }
    .home-notice .content .swiper-slide .date span,
    .home-zc .content .item .date span {
        font-size: 18px;
    }
    .home-notice .content .swiper-slide .date,
    .home-zc .content .item .date {
        width: 50px;
        height: 50px;
    }
    .home-notice .content .swiper-slide .tit {
        height: 42px;
    }
    .home-notice .content .swiper-slide>div {
        height: auto;
        padding-bottom: 35px;
        padding-top: 45px;
    }
    .home-title .title {
        font-size: 20px;
    }
    .home-notice .content .swiper-container {
        height: auto;
        padding-bottom: 60px;
    }
    .home-notice .content .swiper-button-prev,
    .home-notice .content .swiper-button-next {
        width: 32px;
        height: 32px;
    }
    .home-notice .content .swiper-button-prev {
        right: 70px;
    }
    .home-dt .item .date {
        line-height: 30px;
        border-radius: 0 15px 15px 0;
        -webkit-border-radius: 0 15px 15px 0;
        -moz-border-radius: 0 15px 15px 0;
        -ms-border-radius: 0 15px 15px 0;
        -o-border-radius: 0 15px 15px 0;
    }
    .home-dt .item {
        height: auto;
        padding-bottom: 20px;
    }
    .home-title .line {
        margin-right: 60px;
    }
    .home-zc .content .item::after {
        left: 90px;
    }
    .home-zc .content .item .dot {
        left: 87px;
    }
    .home-zc .content .item:last-child::after {
        bottom: 30px;
    }
    .home-zc .content .item:first-child::after {
        top: 20px;
    }
    .home-zc .content .item .date {
        margin-right: 50px;
    }
    .home-dt .item .date {
        width: 100px;
    }
    .home-dt .first .tit {
        height: 58px;
    }
    .home-dt .item:first-child {
        height: auto;
    }
    .home-djian .item {
        line-height: 60px;
    }
}

@media (max-width:950px) {
    .home-news{
    padding: .3rem 0;
    display: block;
}
    .home-hqzcbox-left{width:100%;margin: .3rem auto;}
    .home-hqzcbox-right{width:100%}
    .home-hqzcbox-right .content .item{
    padding: .2rem 0.1rem;
}
    .home-news .focus {
        width: 100%;
        margin-right: 0;
    }
    .home-news .box {
        margin-top: .4rem;
    }
    .home-dt {
        margin-right: 0;
    }
    .home-zc,
    .home-djian {
        width: 100%;
    }
    .home-dt .first {
        width: 40%;
    }
    .home-djian:last-child {
        margin-top: .5rem;
    }
    .home-box .box {
       /* padding-top: .5rem;
        padding-left: .3rem;
        padding-right: .3rem;*/
    }
}

@media (max-width:540px) {
     .home-news .box .title span {
        font-size: 15px;
    }
    .home-news .box .title span.on {
        font-size: 15px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .home-dt .first {
        width: 100%;
        margin-right: 0;
        margin-bottom: .3rem;
    }
    .home-dt .first .tit {
        height: auto;
        padding-bottom: .2rem;
    }
    .home-box {
        padding: 0;
        margin-top: 0;
    }
}

.pub-wrapper {
    background-color: #FFF;
    margin-right: .8rem;
    margin-left: .8rem;
    padding: .5rem .2rem;
    overflow: hidden;
    border-radius: .1rem .1rem 0 0;
    -webkit-border-radius: .1rem .1rem 0 0;
    -moz-border-radius: .1rem .1rem 0 0;
    -ms-border-radius: .1rem .1rem 0 0;
    -o-border-radius: .1rem .1rem 0 0;
    margin-top: 0;
    min-height:5rem
}

.sidebar {
    width: 2.7rem;
    background-color: #1350A8;
    padding-bottom: .1rem;
    margin-right: .5rem;
}

.sidebar::after {
  /*  content: '';*/
    position: absolute;
    right: 0;
    top: 0;
    width: .2rem;
    height: .15rem;
    background-color: #FFF;
    -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
    clip-path: polygon(0 0, 100% 100%, 100% 0);
}

.sidebar .title {
    color: #FFF;
    font-family: 'SourceHanSans-Bold';
    font-size: .3rem;
    line-height: .9rem;
}

.sidebar .expmenu {
    margin-left: .1rem;
    background-color: #FFF;
    padding: .2rem .25rem;
    min-height: 2.5rem;
}

.sidebar .expmenu::after {
   /* content: '';*/
    position: absolute;
    left: 0;
    top: 0;
    width: .2rem;
    height: .2rem;
    background-color: #1350A8;
    -webkit-clip-path: polygon(0 100%, 100% 0, 0 0);
    clip-path: polygon(0 100%, 100% 0, 0 0);
}

.sidebar .expmenu li {
    line-height: .64rem;
}

.sidebar .expmenu li>a,
.sidebar .expmenu li .tit {
    padding-left: .4rem;
    border-bottom: 1px dotted #D8D8D8;
    font-size: .18rem;
}

.sidebar .expmenu li:last-child>a {
    border-bottom: 0;
}

.sidebar .expmenu li .drop {
    display: none;
    font-size: .16rem;
}

.sidebar .expmenu li .drop a {
    color: #7E7E7E;
    padding-left: .65rem;
    border-bottom: 1px dotted #D8D8D8;
}

.sidebar .expmenu li .drop a::before {
    content: '';
    position: absolute;
    left: .5rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: .04rem;
    height: .04rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #BEBEBE;
}

.sidebar .expmenu li .tit {
    z-index: 10;
}

.sidebar .expmenu li.cur .tit::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -.26rem;
    width: .04rem;
    height: .3rem;
    background-color: #ECC474;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: .02rem;
    -webkit-border-radius: .02rem;
    -moz-border-radius: .02rem;
    -ms-border-radius: .02rem;
    -o-border-radius: .02rem;
}

.sidebar .expmenu li.cur .tit a {
    color: #1350A8;
    font-weight: bold;
}

.sidebar .expmenu li.cur .tit::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 95%;
    border-radius: 0 .4rem .4rem 0;
    -webkit-border-radius: 0 .4rem .4rem 0;
    -moz-border-radius: 0 .4rem .4rem 0;
    -ms-border-radius: 0 .4rem .4rem 0;
    -o-border-radius: 0 .4rem .4rem 0;
    background-image: linear-gradient(90deg, #FFF, rgba(226, 238, 255, 1));
    z-index: -1;
}

.sidebar .expmenu li .tit .arrow {
    width: .08rem;
    height: .08rem;
    position: absolute;
    top: 50%;
    right: .4rem;
    transform: translateY(-50%) rotate(-45deg);
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -moz-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    -o-transform: translateY(-50%) rotate(-45deg);
    border-right: 1px #1350A8 solid;
    border-bottom: 1px #1350A8 solid;
}

.sidebar .expmenu li.cur .tit .arrow {
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
}

.pub-title {
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: .2rem;
}

.pub-title .title {
    font-size: .3rem;
    line-height: 1.4;
    font-family: 'SourceHanSans-Bold';
}

.crumbs {
    font-size: .18rem;
}

.crumbs a {
    padding-right: .2rem;
    margin-right: .1rem;
    background: url(../images/arrow.svg)no-repeat right center;
    background-size: .1rem;
}

.text-list .item {
    border-bottom: 1px dashed rgba(0, 74, 179, 0.31);
    padding-top: .3rem;
    padding-bottom: .3rem;
    z-index: 20;
}

.text-list .item .date {
    font-size: .16rem;
    color: #9E9E9E;
    padding-right: .3rem;
    margin-right: .3rem;
}

.text-list .item .date span {
    font-size: .32rem;
    font-weight: bold;
    color: #004CB4;
}

.text-list .item .date::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: .01rem;
    height: .36rem;
    background-color: #FFEEEE;
}

.text-list .item .tit {
    line-height: 1.1;
}

.text-list .item .des {
    font-size: .16rem;
    line-height: 1.7;
    color: #8D8D8D;
    margin-top: .15rem;
}

.news-details {
    margin-top: .5rem;
}

.news-details h1 {
    font-size: .24rem;
}

.news-details .info {
    font-size: .14rem;
    color: #8D8D8D;
    border-bottom: 1px #E8E8E8 solid;
    line-height: 3;
    margin-top: .1rem;
}

.news-details .info span {
    margin-right: .4rem;
}

.news-details .info span:last-child {
    margin-right: 0;
}

.news-details .body {
    font-size: .18rem;
    line-height: 2.2;
    margin-top: .2rem;overflow-x: auto;
}
.news-details .body p{
   
word-break:break-all;white-space:normal;
text-align:justify;
text-justify:inter-ideograph;
}

.news-details .body img {
    max-width: 100%;/* width:auto !important;*/
   height:auto !important;
    display: block;
    margin: .2rem auto;
}

.news-details .body video {max-width: 80% !important;
   width:auto !important;
   height:auto !important;
    display: block;
    margin: .2rem auto;}

.news-details .body table {width:90% !important;margin: 0 auto; }

.news-details .body iframe {
    margin: 0 auto;
    display: block;
width:100%;
}


.news-details .body table td{padding:0 .05rem;width:auto !important;height:auto !important;overflow:hidden; }





.news-details .prev-next {
    margin-top: .4rem;
    line-height: 2;
    font-size: .18rem;
}

.news-details .prev-next span {
    color: #285CA8;
}

@media (min-width: 1025px) {
    .sidebar .expmenu li .drop a:hover {
        color: #2B519E;
    }
    .sidebar .expmenu li .drop a:hover::before {
        background-color: #2B519E;
    }
    .text-list .item:hover::after {
        content: '';
        position: absolute;
        top: 0;
        height: 100%;
        left: -.3rem;
        right: -.3rem;
        background-color: #1350A8;
        z-index: -1;
    }
    .text-list .item:hover .date,
    .text-list .item:hover .date span,
    .text-list .item:hover .tit {
        color: #FFF;
    }
    .text-list .item:hover .des {
        color: #D6E5FA;
    }
}

@media (max-width:1199px) {
    .pub-wrapper {
        margin-left: 0;
        margin-right: 0;
  
    }
    .sidebar .title {
        font-size: 20px;
        line-height: 50px;
    }
    .sidebar .expmenu li>a,
    .sidebar .expmenu li .tit {
        font-size: 14px;
        line-height: 50px;
    }
    .sidebar .expmenu li .drop,
    .crumbs,
    .text-list .item .des,
    .text-list .item .date,
    .news-details .info {
        font-size: 12px;
    }
    .pub-title .title,
    .text-list .item .date span {
        font-size: 20px;
    }
    .news-details h1 {
        font-size: 18px;
    }
    .news-details .body,
    .news-details .prev-next {
        font-size: 14px;
    }
}

@media (max-width:950px) {
      .pub-wrapper {
        margin-left: 0;
        margin-right: 0;
        display: block;
        margin-top: .2rem;
    }
    .sidebar::after{display:none}
    .sidebar {
        width: 100%;
        margin-right: 0;
    }
    .sidebar .expmenu {
        min-height: auto;
        display: none;
    }
    .pub-content {
        margin-top: .4rem;
    }
}