@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;
    }
}

@media (max-width:767px) {
    html {
        font-size: 13.3vw;
    }
}


/*= 清除浮动=*/

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

: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%;
}


/*原文件配置*/

body {
    color: #333;
    background: url(/images/bg.jpg);
    font: .16rem 'Microsoft YaHei', arial, sans-serif;
    min-width: 320px;
}

@media (max-width:1199px) {
    body {
        font-size: 14px;
    }
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #14868F;
}


/*块级转化*/

.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;
}

.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;
}

.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: 2;
    -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;
}

.container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
}

@media (max-width:1199px) {
    .container {
        padding-left: .2rem;
        padding-right: .2rem;
    }
}

@font-face {
    font-family: 'SourceHanSerifCN-Bold';
    src: url(/fonts/SourceHanSerifCN-Bold.otf);
}

#miso_loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 100000000
}

.header {
    width: 100%;
    height: 2.7rem;
    background: url(/images/headbg.png)no-repeat center top;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.header .logo {
    position: absolute;
    top: .1rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 1.45rem;
}

.header .logo img {
    width: 100%;
}

.header .logo img.mb {
    display: none;
}

.header .top {
    height: .64rem;
}

.header .top .text {
    margin-right: 1.6rem;
    line-height: .64rem;
    color: rgba(255, 255, 255, .9);
    font-size: .14rem;
}

.header .top .r-con {
    justify-content: flex-end;
}

.header .top .link {
    font-size: .14rem;
}

.header .top .link a {
    color: rgba(255, 255, 255, .9);
    margin-right: .15rem;
}

.header .top .lang-con {
    margin-right: .2rem;
display:none;
}

.header .top .lang-con .lang-btn {
    border: 1px rgba(255, 255, 255, .4) solid;
    border-radius: .18rem;
    -webkit-border-radius: .18rem;
    -moz-border-radius: .18rem;
    -ms-border-radius: .18rem;
    -o-border-radius: .18rem;
    height: .36rem;
    width: .7rem;
    overflow: hidden;
    background: url(/images/lang.png) .1rem center no-repeat;
    background-size: .18rem;
    padding-left: .4rem;
    color: rgba(255, 255, 255, .5);
    cursor: pointer;
}

.header .top .lang-con .lang-btn::after {
    content: '';
    position: absolute;
    right: .15rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: .06rem transparent solid;
    border-right: .06rem transparent solid;
    border-top: .06rem #FFF solid;
}

.header .top .lang-con .sub-lang {
    position: absolute;
    left: 0;
    width: 100%;
    line-height: .3rem;
    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;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
}

.header .top .lang-con .sub-lang a {
    color: #FFF;
}

.header .top .lang-con:hover .sub-lang {
    opacity: 1;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
}

.header .top .search-btn {
    width: .36rem;
    height: .36rem;
    background: #FFF url(/images/search.svg)no-repeat center;
    background-size: .22rem;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: pointer;
}

.search-content {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
    background-color: #198690;
    display: none;
}

.search-content .close {
    position: absolute;
    right: .3rem;
    top: .3rem;
    width: .5rem;
    height: .5rem;
    background: url(/images/close1.svg)no-repeat center;
    background-size: .3rem;
    background-color: rgba(255,255,255,.5);
    border-radius: 50%;
    cursor: pointer;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.search-content .content {
    width: 10.3rem;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}

.search-content .content .title {
    font-size: .4rem;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    margin-bottom: .4rem;
}

.search-content .content .search {
    /* border-bottom: 1px #eee solid; */
    height: .6rem;
    border-radius: 1.4rem;
    background: #ffffff;
    padding: 0 .2rem 0 .3rem;
}

.search-content .content .search input {
    background: transparent;
}

.search-content .content .search input[type='submit'] {
    background: url(/images/search.svg)no-repeat center;
    width: .4rem;
    background-size: .3rem;
}

.hide {
    overflow: hidden;
}

.menu-btn {
    display: none;
    background: url(/images/menu.svg)no-repeat center;
    width: .5rem;
    height: .5rem;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: .2rem;
    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 ul:first-child {
    padding-right: 1.5rem;
}

.nav ul:last-child {
    padding-left: 1.5rem;
}

.nav li>a {
    height: .8rem;
    padding-top: .15rem;
    font-size: .24rem;
    color: #FFF;
}

.nav .drop {
    width: 1.6rem;
    left: -.3rem;
    top: .65rem;
    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: 9;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    background-color: #FFF;
    box-shadow: 0 .1rem .1rem rgba(0, 0, 0, .1);
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    padding: .1rem 0;
}

.nav .drop::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px transparent solid;
    border-right: 10px transparent solid;
    border-bottom: 10px #ed9418 solid;
    top: -10px;
}

.nav .drop a {
    padding: .15rem .2rem;
}

.footer {
    background: url(/images/f-bg2.png)no-repeat center top;
    height: 4.8rem;
    padding-top: 2.25rem;
    color: #FFF;
    z-index: 10;
    margin-top: -.9rem;
    position: relative;
    background-size: cover;
}

.footer .logo {
    width: 2rem;
    margin-right: .9rem;
}

.footer .logo img {
    max-width: 100%;
}

.footer .address-box {
    display: flex;
}

.footer .text-con {
    margin-right: .5rem;
}

.footer .text-con .tit {
    font-size: .2rem;
    margin-top: .2rem;
}

.footer .text-con span {
    opacity: .6;
    margin-right: .2rem;
}

.footer .text-con .address {
    background: url(/images/address.png)no-repeat left center;
    padding-left: .45rem;
    background-size: .34rem;
    line-height: .34rem;
    margin-top: .1rem;
}

.footer .text-con .code {
    background: url(/images/code.png)no-repeat left center;
    padding-left: .45rem;
    background-size: .34rem;
    line-height: .34rem;
    margin-top: .1rem;
}

.footer .erwma-con {
    margin-top: .2rem;
}

.footer .erwma-con .erwma {
    width: 1.15rem;
}

.footer .erwma-con .erwma:first-child {
    margin-right: .35rem;
}

.footer .erwma-con .erwma .pic {
    width: 1.15rem;
    height: 1.15rem;
    padding: 5px;
    overflow: hidden;
    border: 1px rgba(255, 255, 255, 0.2) solid;
}

.footer .erwma-con .erwma .pic img {
    width: 100%;
}

.footer .erwma-con .erwma .tit {
    opacity: .6;
    font-size: .14rem;
    margin-top: .1rem;
}

.copyright {
    padding-top: .4rem;
    margin-top: .1rem;
}

.copyright::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: .35rem;
    background: url(/images/line.png) repeat-x;
    opacity: .3;
}

.copyright .an {
    margin-right: .1rem;
}

.copyright .an,
.copyright a {
    color: rgba(255, 255, 255, .6);
}

.copyright .an img,
.copyright a img {
    margin-right: .1rem;
}

.backtop {
    position: fixed;
    right: 0;
    bottom: 10%;
    width: .95rem;
    height: 2.51rem;
    background: url(/images/top.png)no-repeat center;
    background-size: cover;
    z-index: 100;
    cursor: pointer;
    display: none;
}

@keyframes float-vertical {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }

    20% {
        transform: translate(0, 3px);
        opacity: 1;
    }

    80% {
        transform: translate(0, 10px);
        opacity: 1;
    }

    90% {
        transform: translate(0, 10px);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, 10px);
        opacity: 0;
    }
}

.banner .down {
    position: absolute;
    width: .3rem;
    height: .3rem;
    left: 50%;
    bottom: 5%;
    transform: translateX(-50%);
    z-index: 1;
    cursor: pointer;
}
.banner .down img {
    display: block;
    width: 100%;
    height: 100%;
    animation: float-vertical 2s linear 0s infinite;
}


.banner .swiper-slide {
    height: 100vh;
    overflow: hidden;
}

.banner .swiper-slide .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: .32rem;
    color: #fff;
    padding: .34rem 50% .34rem .5rem;
    text-align: left;
    background: linear-gradient(to top, rgba(0,0,0,.8), rgba(0,0,0,0));
}

.banner .video {
    height: 100% !important;
    width: 100% !important;
}

.banner .video img {
    opacity: 0;
}


/* .banner video {
    height: 100% !important;
    width: 100% !important;
} */

.banner .btn {
    /* bottom: .3rem; */
    /* right: 2.6rem; */
    position: absolute;
    bottom: .34rem;
    right: .5rem;
    width: auto;
    z-index: 9;
    /* transform: translateX(-50%); */
    transition: all .3s;
}

.banner .btn a {
    color: #FFF;
    font-size: 14px;
}

.banner .swiper-pagination {
    left: auto;
    bottom: auto;
    position: sticky;
    width: auto;
    z-index: 10;
}

.banner .swiper-pagination-bullet {
    z-index: 2;
    width: .2rem;
    height: .2rem;
    background: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    opacity: 1;
    position: relative;
    margin-left: 0 !important;
    margin-right: .15rem !important;
    text-align: center;
    line-height: .2rem;
    color: #FFF;
    font-size: .14rem;
}

.banner .swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #167f8a;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    z-index: -1;
}

.banner .swiper-pagination-bullet-active::after {
    background-color: #ed9418;
}

.banner .banner-text {
    position: absolute;
    top: 2.4rem;
    width: 9.97rem;
    left: 4.4rem;
}

.banner .banner-text img,
.banner .banner-img img,
.banner .banner-year img {
    width: 100%;
}

.banner .banner-img {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
}

.banner .banner-year {
    position: absolute;
    left: 3.2rem;
    bottom: 0;
    width: 4rem;
    z-index: 11;
}

.banner .kong {
    position: absolute;
    left: .4rem;
    z-index: 12;
    bottom: 1.4rem;
    animation: kong 5s ease;
    -webkit-animation: kong 5s ease;
}

.banner .kong img {
    width: 100%;
}

.banner .bird1,
.banner .bird2,
.banner .bird3 {
    position: absolute;
    z-index: 7;
}

.banner .bird1 {
    width: .86rem;
    left: -1.4rem;
    top: 1.8rem;
    animation: bird 3s ease;
    -webkit-animation: bird 3s ease;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
}

.banner .bird2 {
    width: 1.05rem;
    left: 1rem;
    top: 2.8rem;
    animation: bird 5s ease;
    -webkit-animation: bird 5s ease;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
}

.banner .bird3 {
    width: .7rem;
    right: 5.5rem;
    top: 2.5rem;
    animation: bird 3s ease;
    -webkit-animation: bird 3s ease;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
}

.banner .bird1 img,
.banner .bird2 img,
.banner .bird3 img {
    width: 100%;
}

@keyframes kong {
    from,
    to {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
    }
    100% {
        transform: rotate(7deg);
        -webkit-transform: rotate(7deg);
        -moz-transform: rotate(7deg);
        -ms-transform: rotate(7deg);
        -o-transform: rotate(7deg);
    }
}

@-webkit-keyframes kong {
    from,
    to {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
    }
    100% {
        transform: rotate(7deg);
        -webkit-transform: rotate(7deg);
        -moz-transform: rotate(7deg);
        -ms-transform: rotate(7deg);
        -o-transform: rotate(7deg);
    }
}

@keyframes bird {
    from,
    to {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        opacity: 0;
    }
    100% {
        transform: translateX(2rem);
        -webkit-transform: translateX(2rem);
        -moz-transform: translateX(2rem);
        -ms-transform: translateX(2rem);
        -o-transform: translateX(2rem);
        opacity: 1;
    }
}

@-webkit-keyframes bird {
    from,
    to {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        opacity: 0;
    }
    100% {
        transform: translateX(2rem);
        -webkit-transform: translateX(2rem);
        -moz-transform: translateX(2rem);
        -ms-transform: translateX(2rem);
        -o-transform: translateX(2rem);
        opacity: 1;
    }
}

.m-text,
.m-search {
    display: none;
    font-size: 14px;
}

.line {
    background: url(/images/line.png)repeat-x left bottom;
    height: .35rem;
}

.home-title .more {
    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%);
    padding-right: .35rem;
    color: #666666;
    z-index: 99;
    line-height: .3rem;
}

.home-title .more::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0%;
    width: .2rem;
    height: .3rem;
    background: url(/images/more.png)no-repeat center;
    background-size: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-title .more:hover::after {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
}

.home2 {
    /* background: url(/images/bg1.png)no-repeat center bottom; */
    background: url(/images/bg7.png) no-repeat center bottom;
    padding-bottom: 4rem;
    z-index: 1;
    background-size: 100% auto;
}

.home2 .home-title .title img {
    height: .68rem;
}

.home2 .home-news {
    margin-right: .7rem;
    margin-top: .6rem;
}

.home2 .home-news .content {
    margin-top: .2rem;
}

.home2 .home-news .focus-con {
    width: 4.6rem;
    height: 5.3rem;
    padding: .2rem;
    margin-right: .6rem;
    border: 1px rgba(37, 125, 136, .3) solid;
}

.home2 .home-news .focus-con .l1 {
    position: absolute;
    top: -2px;
    left: -2px;
    width: .12rem;
    height: .12rem;
    background: url(/images/l.png)no-repeat left top;
}

.home2 .home-news .focus-con .l2 {
    position: absolute;
    bottom: -2px;
    left: -2px;
    width: .12rem;
    height: .12rem;
    background: url(/images/l1.png)no-repeat left top;
}

.home2 .home-news .focus-con .r1 {
    position: absolute;
    top: -2px;
    right: -2px;
    width: .12rem;
    height: .12rem;
    background: url(/images/r.png)no-repeat left top;
}

.home2 .home-news .focus-con .r2 {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: .12rem;
    height: .12rem;
    background: url(/images/r1.png)no-repeat left top;
}

.home2 .home-news .focus-con .focus {
    overflow: hidden;
}

.home2 .home-news .focus-con .focus .pic {
    height: 2.6rem;
    overflow: hidden;
}

.home2 .home-news .focus-con .date {
    background: url(/images/date.png)no-repeat left center;
    background-size: .2rem;
    padding-left: .3rem;
    color: rgba(0, 0, 0, .3);
    margin-top: .1rem;
    font-weight: 550;
    font-size: .18rem;
    padding-right: 0.3rem;
    text-align: right;
    background-position: right;
}

.home2 .home-news .focus-con .tit {
    font-size: .18rem;
    margin-top: .3rem;
    -webkit-line-clamp: 3;
}

.home2 .home-news .focus-con .des {
    color: #666;
}

.home2 .home-news .focus-con hr {
    height: 1px;
    background-color: #167f8a;
    opacity: .2;
    margin: .2rem 0;
}

.home2 .home-news .focus-con .pagination {
    bottom: auto;
    left: auto;
    top: 2.5rem;
    right: 0;
    position: absolute;
    width: auto;
}

.home2 .home-news .focus-con .swiper-pagination-bullet {
    z-index: 2;
    width: .2rem;
    height: .2rem;
    background: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    opacity: 1;
    position: relative;
    margin-left: 0 !important;
    margin-right: .15rem !important;
    text-align: center;
    line-height: .2rem;
    color: #FFF;
    font-size: .14rem;
}

.home2 .home-news .focus-con .swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #167f8a;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    z-index: -1;
}

.home2 .home-news .focus-con .swiper-pagination-bullet-active::after {
    background-color: #ed9418;
}
.home2 .home-news .text-content {
    display: flex;
    flex-direction: column;
}
.home2 .home-news .text-content .item {
    position: relative;
    padding-top: .1rem;
    font-size: .18rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.home2 .home-news .text-content .item:first-of-type {
    padding-top: 0;
}
.home2 .home-news .text-content .item:hover{
    font-weight:bold;
}
.home2 .home-news .text-content .date {
    font-weight: bold;
    opacity: .6;
    text-align: right;
}

.home2 .home-news .text-content .text-con {
    padding-bottom: .06rem;
    flex: unset;
}

.home2 .home-news .text-content .item {
    padding-bottom: .18rem;
}

.home2 .home-news .text-content .item::after {
    content: '';
    position: absolute;
    bottom: .075rem;
    right: 0;
    left: .17rem;
    height: 1px;
    background-color: #bdd8db;
}

.home2 .home-news .text-content .item::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: .17rem;
    height: .15rem;
    background: url(/images/icon1.png)no-repeat center;
    background-size: 100%;
}

.home2 .home-news .text-content .tit {
    /* margin-top: .024rem; */
    -webkit-line-clamp: 2;
}

.home2 .home-notice {
    width: 4.4rem;
    margin-top: .6rem;
}

.home2 .home-notice .box-con {
    width: 100%;
    height: 5.3rem;
    padding: .2rem;
    margin-right: .6rem;
    border: 1px rgba(37, 125, 136, .3) solid;
    margin-top: .2rem;
}

.home2 .home-notice .box-con .l1 {
    position: absolute;
    top: -2px;
    left: -2px;
    width: .12rem;
    height: .12rem;
    background: url(/images/l.png)no-repeat left top;
}

.home2 .home-notice .box-con .l2 {
    position: absolute;
    bottom: -2px;
    left: -2px;
    width: .12rem;
    height: .12rem;
    background: url(/images/l1.png)no-repeat left top;
}

.home2 .home-notice .box-con .r1 {
    position: absolute;
    top: -2px;
    right: -2px;
    width: .12rem;
    height: .12rem;
    background: url(/images/r.png)no-repeat left top;
}

.home2 .home-notice .box-con .r2 {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: .12rem;
    height: .12rem;
    background: url(/images/r1.png)no-repeat left top;
}

.home2 .home-notice .content {
    display: flex;
    flex-direction: column;
    background: #12858e url(../images/tbg1.jpg)no-repeat center bottom;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.home2 .home-notice .content::after {
    content: '';
    position: absolute;
    left: 1rem;
    top: .5rem;
    bottom: .5rem;
    width: 1px;
    background-color: rgba(255, 255, 255, .1);
}

.home2 .home-notice .item {
    /* padding: .225rem .2rem; */
    padding: .1rem .2rem;
    flex: 1;
    display: flex;
    align-items: center;
    z-index: 2;
}

.home2 .home-notice .item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    width: 0;
    background-image: linear-gradient(90deg, #e6931c, #e6931c, #e6931c, rgba(237, 148, 24, 0));
    z-index: -1;
}

.home2 .home-notice .date {
    text-align: right;
    margin-right: .25rem;
    white-space: nowrap;
    color: rgba(255, 255, 255, .3);
    font-size: 12px;
    width: .8rem;
    padding-right: .2rem;
}

.home2 .home-notice .date span {
    font-size: .2rem;
    color: rgba(255, 255, 255, .8);
    font-weight: bold;
}

.home2 .home-notice .tit {
    font-size: .18rem;
    color: #FFF;
}

.home2 .home-notice .tit div{
    -webkit-line-clamp: 3;
}

.home2 .home-notice .dot {
    position: absolute;
    left: -.3rem;
    top: .15rem;
    top: 50%;
    width: .12rem;
    height: .12rem;
    background-color: rgba(255, 255, 255, .2);
    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);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home2 .home-notice .dot::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: .06rem;
    height: .06rem;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background-color: #ed9418;
}

.home2 .home-xueshu {
    padding-top: .9rem;
    padding-bottom: 2rem;
    margin-top: .2rem;
    background: url(/images/bg-activity.png) no-repeat center;
    background-size: cover;
}

.home2 .home-xueshu .home-title .title img {
    height: .71rem;
}

.home2 .home-xueshu .content {
    padding-bottom: .8rem;
}

.home2 .home-xueshu .swiper-container {
    padding-bottom: .4rem;
    margin-top: .4rem;
}

.home2 .home-xueshu .swiper-wrapper {
    padding-top: .4rem;
}

.home2 .home-xueshu .swiper-slide {
    width: 4.6rem;
    height: 2.3rem;
}

.home2 .home-xueshu .swiper-slide a {
    background-color: rgba(255, 255, 255, .5);
    padding: .3rem .3rem .3rem .4rem;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}


/* .home2 .home-xueshu .swiper-slide-active a {
    transform: translateY(-.35rem);
    -webkit-transform: translateY(-.35rem);
    -moz-transform: translateY(-.35rem);
    -ms-transform: translateY(-.35rem);
    -o-transform: translateY(-.35rem);
    background: url(/images/tbg2.png)no-repeat center;
    background-size: cover;
} */

.home2 .home-xueshu .swiper-button-next,
.home2 .home-xueshu .swiper-button-prev {
    width: .27rem;
    height: .33rem;
    top: auto;
    margin-top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: .4rem;
}

.home2 .home-xueshu .swiper-button-prev {
    background-image: url(/images/prev.png);
    left: 48%;
}

.home2 .home-xueshu .swiper-button-next {
    background-image: url(/images/next.png);
    right: 48%;
}

.home2 .home-xueshu .category {
    line-height: .3rem;
    padding: 0 .2rem 0 .15rem;
    border-radius: 0 .15rem 0 0;
    -webkit-border-radius: 0 .15rem 0 0;
    -moz-border-radius: 0 .15rem 0 0;
    -ms-border-radius: 0 .15rem 0 0;
    -o-border-radius: 0 .15rem 0 0;
    color: #FFF;
}

.bgyello {
    background-color: #ed9418;
}

.bgblue {
    background-color: #2058bf;
}

.bggreen {
    background-color: #10848f;
}

.home2 .home-xueshu .tit {
    font-size: .18rem;
    margin-top: .15rem;
    min-height: .48rem;
}

.home2 .home-xueshu .time {
    background: url(/images/time.png)no-repeat left center;
    padding-left: .3rem;
    background-size: .17rem;
    margin-top: .2rem;
}

.home2 .home-xueshu .address {
    background: url(/images/dizhi.png)no-repeat left center;
    padding-left: .3rem;
    background-size: .16rem;
    margin-top: .1rem;
}

.home3 {
    /* padding-top: .9rem; */
    padding-bottom: .8rem;
    /* background: url(/images/bg2.png) center top no-repeat; */
    background: url(/images/bg8.png) bottom center no-repeat;
    background-size: 100% auto;
    /* height: 10rem; */
    margin-top: -3rem;
    /* z-index: 1; */
}

.home3 .cont-box {
    margin-bottom: .6rem;
}

.home3 .container {
    position: relative;
    z-index: 1;
}

.home3 .home-title .title img {
    height: .71rem;
}

.home3 .home-whua .content {
    margin-top: .4rem;
}

.home3 .home-whua .card {
    position: relative;
    width: 7rem;
    overflow: hidden;
    height: 4.75rem;
}

.home3 .home-whua .card .info {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: .2rem .4rem;
    z-index: 1;
}

.home3 .home-whua .card .info .date {
    margin-bottom: .08rem;
}

.home3 .home-whua .card .info {
    font-size: .2rem;
    color: #fff;
    opacity: 1;
}

.home3 .home-whua .card a .info {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home3 .home-whua .pic-con a:hover .info {
    opacity: 1;
}

.home3 .home-whua .pic1::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 26%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
}

.home3 .home-whua .pic-con a {
    width: 48%;
    margin-right: 4%;
    height: 2.3rem;
    overflow: hidden;
}

.home3 .home-whua .pic-con a:nth-child(even) {
    margin-right: 0;
}

.home3 .home-whua .pic-con a:nth-child(3),
.home3 .home-whua .pic-con a:nth-child(4) {
    margin-top: .3rem;
    margin-bottom: 0;
}

.home4 {
    background: url(/images/bg3.png)no-repeat center top;
    background-size: cover;
    width: 100%;
    height: 9.27rem;
    z-index: 10;
    margin-top: -1.1rem;
}

.home4 .home-shuzi {
    top: -1.4rem;
}

.home4 .home-shuzi .home-title .title img {
    height: .71rem;
}

.home4 .home-shuzi .content {
    margin-top: .35rem;
    padding: .2rem .1rem;
    background-color: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .3);
}

.home4 .home-shuzi .content .l1 {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 12px;
    height: 12px;
    background: url(/images/sz1.png)no-repeat center;
}

.home4 .home-shuzi .content .l2 {
    position: absolute;
    bottom: -2px;
    left: -2px;
    width: 12px;
    height: 12px;
    background: url(/images/sz2.png)no-repeat center;
}

.home4 .home-shuzi .content .r1 {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 12px;
    height: 12px;
    background: url(/images/sz3.png)no-repeat center;
}

.home4 .home-shuzi .content .r2 {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 12px;
    height: 12px;
    background: url(/images/sz4.png)no-repeat center;
}

.home4 .home-shuzi .swiper-container {
    border: 1px rgba(37, 125, 136, .3) solid;
}

.home4 .home-shuzi .swiper-slide {
    padding: .2rem;
    background: #FFF url(/images/tbg4.jpg)no-repeat center top;
    border-right: 1px rgba(37, 125, 136, .3) solid;
    height: 2.9rem;
    background-size:100% 100%;
}

.home4 .home-shuzi .swiper-slide:nth-of-type(4n) {
    border-right: 0;
}


/* .home4 .home-shuzi .con {
    width: 100%;
    height: 100%;
    background: url(/images/tbg4.jpg)no-repeat center top;
    background-size: cover;
} */

.home4 .home-shuzi .tit {
    font-family: 'SourceHanSerifCN-Bold';
    font-size: .3rem;
    line-height: 2;
    background: url(/images/icon3.png)no-repeat center bottom;
    background-size: .25rem;
    color: #14868f;
}

.home4 .home-shuzi .item {
    width: 2.2rem;
    height: .8rem;
    margin-left: auto;
    margin-right: auto;
    background: url(/images/titbg1.png)no-repeat center top;
    background-size: 100%;
    margin-top: .5rem;
    padding: 0 .2rem;
}

.home4 .home-shuzi .item .num {
    color: #999;
}

.home4 .home-shuzi .item em {
    color: #14868f;
    font-size: .3rem;
    font-style: normal;
}

.home4 .home-shuzi .item .num span {
    color: #14868f;
    font-size: .46rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-right: .05rem;
}

.home4 .home-shuzi .item .jia::after {
    content: '+';
    position: absolute;
    font-size: .2rem;
    right: -.18rem;
    top: 0;
    color: #14868f;
    font-weight: normal;
}

.home4 .home-shuzi .item .ping::after {
    content: '2';
    position: absolute;
    font-size: .14rem;
    right: -.15rem;
    top: .06rem;
    color: #14868f;
    font-weight: normal;
}

.home4 .home-shuzi .swiper-button-next,
.home4 .home-shuzi .swiper-button-prev {
    width: .27rem;
    height: .33rem;
    top: auto;
    margin-top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: -.6rem;

}

.home4 .home-shuzi .swiper-button-prev {
    background-image: url(/images/prev.png);
    left: 47%;
}

.home4 .home-shuzi .swiper-button-next {
    background-image: url(/images/next.png);
    right: 47%;
}

.home4 .home-shuzi .swiper-button-prev:hover {
    background-image: url(/images/prev-on.png);
}

.home4 .home-shuzi .swiper-button-next:hover {
    background-image: url(/images/next-on.png);
}

.home-media-box {
    background: url(/images/bg-media.jpg) no-repeat top center;
    margin-top: 1.1rem;
    background-size: 100% 90%;
}

.home-media-box .home-media {
    padding-top: .6rem;
}

.home-media .home-title img {
    height: .69rem;
}

.home-media .home-title .more {
    color: #FFF;
}

.home-media .home-title .more::after {
    background-image: url(/images/more1.png);
}

.home-media .sns {
    position: absolute;
    right: .8rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 11;
}

.home-media .sns a {
    position: relative;
    width: .44rem;
    height: .44rem;
    background-color: #FFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: .25rem;
    /* overflow: hidden; */
}

.home-media .sns a img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
}

.home-media .sns a .box {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 1rem;
    height: 1rem;
    margin-top: .2rem;
    background: #ffffff;
    transform: translateX(-50%) rotateX(90deg);
    transform-origin: top;
    transition: all .3s;
}

.home-media .sns a .box::before{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: .1rem transparent solid;
    border-right: .1rem transparent solid;
    border-bottom: .1rem #ffffff solid;
    top: -.08rem;
}

.home-media .sns a .box img {
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: #ffffff;
}

.home-media .sns a:hover .box {
    transform: translateX(-50%) rotateX(0deg);
}

.home-media .content {
    margin-top: .4rem;
}

.home-media .swiper-slide {
    background-color: #FFF;
}

.home-media .swiper-slide .pic {
    height: 2.35rem;
    width: 100%;
    overflow: hidden;
}

.home-media .swiper-slide .txt-con {
    padding: .4rem;
}

.home-media .wx,
.home-media .wb {
    height: .36rem;
    border-radius: 0 .18rem .18rem 0;
    -webkit-border-radius: 0 .18rem .18rem 0;
    -moz-border-radius: 0 .18rem .18rem 0;
    -ms-border-radius: 0 .18rem .18rem 0;
    -o-border-radius: 0 .18rem .18rem 0;
    color: #FFF;
    left: 0;
    padding-left: .2rem;
    padding-right: .2rem;
    position: absolute;
}

.home-media .wx {
    background-color: #2ea45b;
}

.home-media .wx img {
    width: .22rem;
    margin-right: .05rem;
}

.home-media .wb {
    background-color: #cf0a09;
}

.home-media .wb img {
    width: .21rem;
    margin-right: .05rem;
}

.home-media .swiper-slide .wx,
.home-media .swiper-slide .wb {
    top: -.2rem;
}

.home-media .swiper-slide .time {
    color: #999;
}

.home-media .swiper-slide .tit {
    font-size: .2rem;
    margin-top: .1rem;
}

.home-media .swiper-slide hr {
    height: 1px;
    width: 100%;
    background-color: rgba(37, 125, 136, .3);
    margin: .15rem 0;
}

.home-media .swiper-slide .des {
    color: #666;
}

.home5 {
    background: url(/images/bg4.jpg)no-repeat center top;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    background-size: cover;
}

.home-special {
    margin-top: .6rem;
}

.home-special .home-title .titme img {
    height: .81rem;
}

.home-special .content {
    margin-top: .3rem;
    padding-bottom: .6rem;
}

.home-special .swiper-slide {
    overflow: hidden;
}

.home-special .swiper-slide img {
    width: 100%;
}

.home-special img {

}

.home-special .swiper-button-next,
.home-special .swiper-button-prev {
    width: .27rem;
    height: .33rem;
    top: auto;
    margin-top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: -.18rem;
}

.home-special .swiper-button-prev {
    background-image: url(/images/prev.png);
    left: 47%;
}

.home-special .swiper-button-next {
    background-image: url(/images/next.png);
    right: 47%;
}

.home-special .swiper-button-prev:hover {
    background-image: url(/images/prev-on.png);
}

.home-special .swiper-button-next:hover {
    background-image: url(/images/next-on.png);
}

.home-ser {
    /* margin-top: .2rem; */
    padding: .8rem 0 .7rem 0;
}

.home-ser .home-title .title img {
    height: .73rem;
}

.home-ser .content {
    margin-top: .4rem;
}

.home-ser .icon {
    position: relative;
    width: 1.08rem;
    height: 1.08rem;
    /* background: url(/images/titbg2.png)no-repeat center;
    background-size: cover; */
}

.home-ser .icon::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/images/svgtb-bg.png) no-repeat center;
    background-size: 68%;
    z-index: 1;
}

.home-ser .icon svg {
    position: absolute;
    width: 100%;
    height: 100%;
    fill: transparent;
    stroke: #222;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 300;
    stroke-dashoffset: 0;
    transition: .3s;
}

.home-ser .icon svg .cls-1 {
    fill: none;
    stroke: #167A80;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5px;
}

.home-ser .icon img {
    height: .37rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    z-index: 1;
}

.home-ser .tit {
    font-size: .18rem;
    margin-top: .1rem;
    opacity: .8;
}

.home2 .cont-box {
    margin-top: .6rem;
}

.home-xsjl {
    width: 7rem;
}

.home-xsjl .home-title .title img {
    margin-left: .45rem;
}

.home-xsjl .box-con {
    padding: .2rem;
    margin-top: .2rem;
    border: 1px rgba(37, 125, 136, .3) solid;
}

.home-xsjl .box-con .corner {
    position: absolute;
    width: .12rem;
    height: .12rem;
    background: url(/images/l.png)no-repeat left top;
}

.home-xsjl .box-con .corner.l1 {
    top: -2px;
    left: -2px;
}

.home-xsjl .box-con .corner.l2 {
    bottom: -2px;
    left: -2px;
}

.home-xsjl .box-con .corner.r1 {
    top: -2px;
    right: -2px;
}

.home-xsjl .box-con .corner.r2 {
    bottom: -2px;
    right: -2px;
}

.home-xsjl .content {
    padding-bottom: .15rem;
    background: #12858e url(../images/tbg1.jpg) no-repeat center bottom;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.home-xsjl .content .item {
    position: relative;
    display: block;
    font-size: .18rem;
    color: #ffffff;
    padding: .25rem 0.2rem 0.1rem .2rem;
    z-index: 2;
}

.home-xsjl .content .item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    width: 0;
    background-image: linear-gradient(90deg, #e6931c, rgba(237, 148, 24, 0));
    z-index: -1;
}

.home-xsjl .content .item .date {
    line-height: 1.5;
    font-weight: bold;
    opacity: .6;
    text-align: right;
    margin-top: 0.1rem;
}

.home-xsjl .content .item .tit {
    line-height: 1.4;
    margin-bottom: 0.06rem;
}

.home-xsjl .item .line {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 95%;
    height: 1px;
    background: rgba(255,255,255,.4);
}

.home-xsjl .item .line::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: .17rem;
    height: .15rem;
    background: url(/images/icon1.png) no-repeat center;
    background-size: 100%;
    transform: translate(-100%,-50%);
}

.home-xsjl .content .item:hover::after {
    width: 100%;
}

.home-mtmd .content {
    background: #ffffff;
}

.home-mtmd .content .item {
    color: #333333;
}

.home-mtmd .content .item:hover .tit {
    font-weight: bold;
    color: #14868F;
}

.home-mtmd .content .item:hover .date {
    color: #14868F;
}

.home-mtmd .content .item::after {
    display: none;
}

.home-mtmd .item .line {
    background: #bdd8db;
}

@keyframes dash1 {
    from {
        stroke-dashoffset: 300;
    }
    to {
        stroke-dashoffset: 0;
    }
}

@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);
    }
    .home2 .home-news .focus-con .focus .swiper-slide:hover .pic img,
    .home3 .home-whua .pic1:hover img,
    .home3 .home-whua .pic-con a:hover img,
    .home-media .swiper-slide:hover .pic img,
    .home-special .swiper-slide:hover 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);
    }
    .home2 .home-notice .item:hover::after {
        width: 100%;
    }
    .home2 .home-notice .item:hover .tit {
        font-weight: bold;
    }
    .home2 .home-notice .item:hover .date,
    .home2 .home-notice .item:hover .date span {
        color: #FFF;
    }
    .home2 .home-notice .item:hover .dot {
        width: .18rem;
        height: .18rem;
        left: -.33rem;
    }
    .home2 .home-notice .item:hover .dot::after {
        width: .1rem;
        height: .1rem;
    }
    .home2 .home-xueshu .swiper-button-prev:hover {
        background-image: url(/images/prev-on.png);
    }
    .home2 .home-xueshu .swiper-button-next:hover {
        background-image: url(/images/next-on.png);
    }
    .home-ser .content a:hover svg {
        animation: dash1 3s ease;
    }
    .home-ser .content a:hover .cls-1 {
        /* stroke: #ed9418; */
    }
    .home-ser .content a:hover .icon img {
        transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
    }
    /* .home-ser a:hover .icon {
        background-image: url(/images/titbg3.png);
    } */
    .home-ser a:hover .icon::before {
        background-image: url(/images/svgtb-bg-on.png);
    }
    .home2 .home-xueshu .swiper-slide:hover a {
        transform: translateY(-.35rem);
        -webkit-transform: translateY(-.35rem);
        -moz-transform: translateY(-.35rem);
        -ms-transform: translateY(-.35rem);
        -o-transform: translateY(-.35rem);
        background: url(/images/tbg2.png)no-repeat center;
        background-size: cover;
    }
}

@media (max-width:1199px) {
    .menu-btn,
    .m-text,
    .m-search {
        display: block;
    }
    .header {
        position: relative;
        background: #167f8a;
        height: 1.2rem;
    }
    .header .top .text,
    .header .top .r-con,
    .nav .drop::after {
        display: none;
    }
    .header .logo {
        left: .2rem;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        height: 1rem;
    }
    .header .logo img.pc {
        display: none;
    }
    .header .logo img.mb {
        display: block;
    }
    .header .logo img {
        width: auto;
        height: 100%;
    }
    .fixed {
        position: fixed;
        z-index: 99999;
    }
    .nav {
        position: fixed;
        width: 100%;
        left: 0;
        top: 1.2rem;
        overflow-y: scroll!important;
        display: none;
        background-color: #FFF;
        z-index: 999;
        height: calc(100vh - 1.2rem);
        padding: .2rem .3rem;
    }
    .nav .m-text a {
        margin: 0 10px;
    }
    .m-search {
        height: .8rem;
        border: 1px #167f8a solid;
        border-radius: .4rem;
        -webkit-border-radius: .4rem;
        -moz-border-radius: .4rem;
        -ms-border-radius: .4rem;
        -o-border-radius: .4rem;
        overflow: hidden;
        margin-top: .4rem;
    }
    .m-search input[type='text'] {
        height: .8rem;
        padding-left: .2rem;
    }
    .m-search input[type='submit'] {
        width: .8rem;
        background: url(/images/search.svg)no-repeat center;
        background-size: .48rem;
    }
    .nav .con,
    .nav ul {
        flex-flow: column;
    }
    .nav ul:first-child {
        padding-right: 0;
    }
    .nav ul:last-child {
        padding-left: 0;
    }
    .nav li>a {
        color: #333;
        font-size: 14px;
        padding-top: 0;
        line-height: 50px;
    }
    .nav .arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: 50px;
        width: .6rem;
    }
    .nav .arrow::after {
        content: '';
        background: url(/images/arrow.svg)no-repeat center;
        background-size: 100%;
        width: .32rem;
        height: .32rem;
        position: absolute;
        left: .1rem;
        top: 50%;
        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 .cur .arrow::after {
        transform: translateY(-50%) rotate(0deg);
        -webkit-transform: translateY(-50%) rotate(0deg);
        -moz-transform: translateY(-50%) rotate(0deg);
        -ms-transform: translateY(-50%) rotate(0deg);
        -o-transform: translateY(-50%) rotate(0deg);
    }
    .nav .drop {
        position: static;
        left: auto;
        transform: translate(0, 0);
        opacity: 1;
        width: 100%;
        display: none;
        text-align: left;
        padding: 0;
        background: none;
        padding-bottom: 0;
        box-shadow: none;
        padding-left: 28px;
        font-size: 14px;
    }
    .banner .swiper-slide {
        height: auto;
    }
    .banner .swiper-slide:nth-child(2) {
        /* display: none; */
    }
    .banner img {
        width: 100%;
        height: auto;
    }
    .banner .btn {
        /* right: .2rem; */
        bottom: 8%;
    }
    .footer {
        margin-top: 0;
        background: #167f8a;
        padding-top: .4rem;
        padding-bottom: .4rem;
        height: auto;
    }
    .footer .text-con .tit,
    .footer .erwma-con .erwma .tit,
    .home2 .home-news .text-content .item,
    .home2 .home-news .focus-con .tit,
    .home2 .home-notice .tit,
    .home2 .home-xueshu .tit,
    .home-media .swiper-slide .tit,
    .home-ser .tit {
        font-size: 14px;
    }
    .home2 .home-news .focus-con .des {
        color: #999999;
        font-size: 12px;
    }
    .home2 .home-notice .date span {
        font-size: 16px;
    }
    .footer .logo,
    .footer .text-con {
        margin-right: .3rem;
    }
    .home2 .home-notice {
        display: flex;
        flex-direction: column;
    }
    .home2 .home-notice .box-con {
        flex: 1;
    }
    .home2 .home-notice .box-con,
    .home2 .home-news .focus-con,
    .home2 .home-xueshu .swiper-slide {
        height: auto;
    }
    .home2 .home-xueshu .category {
        line-height: .4rem;
    }
    .banner .swiper-pagination-bullet,
    .home2 .home-news .focus-con .swiper-pagination-bullet {
        width: .3rem;
        height: .3rem;
        line-height: .3rem;
        font-size: 12px;
    }
    .home-media .wx,
    .home-media .wb {
        height: .48rem;
        border-radius: 0 .25rem .25rem 0;
        -webkit-border-radius: 0 .25rem .25rem 0;
        -moz-border-radius: 0 .25rem .25rem 0;
        -ms-border-radius: 0 .25rem .25rem 0;
        -o-border-radius: 0 .25rem .25rem 0;
    }
    .home-media .swiper-slide .des {
        font-size: 12px;
    }
}

@media (max-width:950px) {
    .footer .logo {
        margin-right: 0;
        width: 100%;
        margin-bottom: .3rem;
    }
    .footer .logo img {
        height: 1.8rem;
    }
    .copyright .bei {
        width: 100%;
        justify-content: center;
        margin-top: .2rem;
    }
}

@media (max-width:767px) {
    .home2 .home-news .text-content .item:first-of-type {
        padding-top: .2rem;
    }
    .home2 .home-xueshu {
        padding-bottom: 1rem;
        margin-top: 0;
    }
    .footer .address-box {
        display: block;
        margin: 0 auto;
    }
    .backtop {
        opacity: 0;
        z-index: -1;
    }
    .banner img {
        /* height: 6rem; */
        height: auto;
    }
    .banner .swiper-pagination-bullet {
        font-size: 12px;
        width: .3rem;
        height: .3rem;
        line-height: .3rem;
    }
    .footer .text-con {
        margin-right: 0;
        width: 100%;
        margin-bottom: .4rem;
    }
    .focus .text-con:last-of-type{
        margin-bottom: .2rem;
    }
    .footer .erwma-con {
        width: 100%;
        justify-content: center;
    }
    .footer .erwma-con .erwma,
    .footer .erwma-con .erwma .pic {
        width: 1.8rem;
    }
    .footer .erwma-con .erwma .pic {
        height: 1.8rem;
    }
    .copyright .an,
    .copyright a {
        font-size: 12px;
    }
    .banner .swiper-slide .title {
        font-size: 14px;
        padding: .34rem 10px;
    }
    .home2 .home-news {
        margin-right: 0;
        overflow: hidden;
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }
    .home2 .home-news .content {
        display: block;
    }
    .home2 .home-news .focus-con {
        margin-right: 0;
        width: 100%;
        background: #ffffff;
    }
    .home2 .home-news .focus-con .focus .pic {
        height: 3.4rem;
    }
    .home2 .home-news .text-content {
        min-width: 100%;
        width: 100%;
    }
    .home2 .home-notice,
    .home3 .home-whua .card {
        width: 100%;
    }
    .home-xsjl {
        width: 100%;
        margin-bottom: .4rem;
    }
    .home-xsjl .content .item {
        font-size: 14px;
    }
    .home2 .home-notice .date {
        width: auto;
    }
    .home2 .home-notice .content::after {
        left: 1.2rem;
    }
    .home2 .home-xueshu .content {
        padding-bottom: 2rem;
    }
    .home2 .home-xueshu .swiper-button-prev {
        left: 45%;
        bottom: auto;
    }
    .home2 .home-xueshu .swiper-button-next {
        right: 45%;
        bottom: auto;
    }
    .home3 {
        height: auto;
        margin-top: -2.8rem;
        padding-bottom: .2rem;
    }
    .home3 .home-whua .card {
        height: auto;
    }
    .home3 .home-whua .pic-con {
        margin-top: .4rem;
    }
    .home4 .home-shuzi {
        top: -.2rem;
    }
    .home-media {
        margin-top: .8rem;
    }
    .home4 .home-shuzi .swiper-button-prev {
        left: 45%;
    }
    .home4 .home-shuzi .swiper-button-next {
        right: 45%;
    }
    .home-media .sns {
        display: none;
    }
    .home-media .swiper-slide .txt-con {
        padding-left: .2rem;
        padding-right: .2rem;
    }
    .home2 {
        background-size: 100% 23rem;
    }
    .home4 {
        height: 12rem;
        background-position-y: 1.5rem;
    }
    .home5 {
        padding-top: 1.6rem;
    }
    .home-ser .content a {
        width: 33.333%;
        margin-top: .3rem;
    }
    .home-ser .icon {
        margin-left: auto;
        margin-right: auto;
    }
    .home-media .swiper-slide .pic {
        height: 4rem;
    }
    .home-special .swiper-button-prev {
        left: 43%;
    }
    .home-special .swiper-button-next {
        right: 43%;
    }
}

.wrap {
    background: url(/images/bg5.jpg)no-repeat center top;
    background-size: cover;
    padding-bottom: 1.8rem;
}

.pub-banner {
    overflow: hidden;
}

.pub-banner img {
    height: 6rem;
}

.pub-banner .text-con {
    position: absolute;
    color: #FFF;
    left: 2.4rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.pub-banner .title {
    color: #FFF;
    font-size: .6rem;
    padding-bottom: .3rem;
    margin-top: .7rem;
}

.pub-banner .title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1.1rem;
    height: 6px;
    background-color: #FFF;
}

.pub-banner .crumb {
    font-size: 14px;
    background: url(/images/cru.png)no-repeat left center;
    padding-left: .3rem;
    color: #FFF;
    margin-top: .3rem;
}

.pub-banner .crumb a {
    color: #FFF;
}

.page {
    margin-top: .6rem;
    font-size: 14px;
    line-height: 30px;
}

.page span {
    /* margin-right: .15rem; */
}

.page a {
    margin-right: 15px;
    padding: 0 10px;
    background-color: #FFF;
    border: 1px #424040 solid;
}

.page input {
    margin-right: 15px;
    width: 30px;
}

.page a.on {
    background-color: #ed9418;
    color: #FFF;
    border-color: #ed9418;
}

.page button {
    padding: 0 10px;
    background-color: #FFF;
    border: 1px #424040 solid;
}

.text-pic {
    width: 100%;
    margin-top: .3rem;
    min-height: 280px;
}

.text-pic .item {
    width: 100%;
    z-index: 1;
}

.text-pic .item .content {
    background: url(/images/tbg8.png)no-repeat center;
    background-size: cover;
    margin-top: .4rem;
    padding: .4rem;
    z-index: 9;
}

.text-pic .item::after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: -5px;
    width: 5.2rem;
    top: 0px;
    background-color: #14868f;
    z-index: -2;
    clip-path: polygon(90% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.text-pic .item .con {
    margin-right: .6rem;
}

.text-pic .item .date {
    color: #999;
    margin-right: .4rem;
}

.text-pic .item .date span {
    color: #14868f;
    font-size: .28rem;
    padding-bottom: .1rem;
    margin-bottom: .1rem;
}

.text-pic .item .date span::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: .3rem;
    height: 2px;
    background-color: #14868f;
}

.text-pic .item .tit {
    font-size: .2rem;
}

.text-pic .item .des {
    color: #999;
    margin-top: .2rem;
    line-height: 1.8;
}

.text-pic .item .pic {
    width: 2.7rem;
    height: 1.5rem;
    overflow: hidden;
}

.details {
    border-top: 1px rgba(37, 125, 136, .2) solid;
    padding-top: .5rem;
}

.details h1 {
    font-size: .3rem;
    padding: 0 1.2rem;
}

.details .info {
    color: #666;
    margin-top: .4rem;
}

.details .body * {
    line-height: 2;
    margin-top: .3rem;
    color: #666;
    font-size: .2rem;
}

.details .body p {
    text-indent: .4rem;
    margin-top: .3rem;
}

.details .body img {
    max-width: 100%;
    /* margin-top: .3rem; */
    width: 80%;
height:auto !important;
}

.details .text {
    margin-top: .4rem;
    line-height: 2;
    color: #666;
}

.details .prev {
    border-top: 3px #14868F solid;
    margin-top: .5rem;
    padding-top: .2rem;
}

.details .prev a {
    margin-top: .2rem;
    font-size: .2rem;
}

.subnav {
    margin-top: .5rem;
}

.subnav a {
    height: .69rem;
    margin: .1rem .2rem;
    min-width: 2.40rem;
    line-height: .68rem;
    font-size: .24rem;
    background: url(/images/n-c1.png)repeat-x center top;
    background-size: auto 100%;
}

.subnav a::after {
    content: '';
    position: absolute;
    left: -.16rem;
    height: 100%;
    background: url(/images/n-l1.png)no-repeat left center;
    background-size: auto 100%;
    width: .16rem;
}

.subnav a::before {
    content: '';
    position: absolute;
    right: -.16rem;
    height: 100%;
    background: url(/images/n-r1.png)no-repeat left center;
    background-size: auto 100%;
    width: .16rem;
}

.subnav a.on {
    background-image: url(/images/n-c1-on.png);
    color: #FFF;
    font-weight: bold;
}

.subnav a.on::after {
    background-image: url(/images/n-l1-on.png);
}

.subnav a.on::before {
    background-image: url(/images/n-r1-on.png);
}

.photo .item {
    background-color: #FFF;
    box-shadow: 0 0 .2rem rgba(0, 0, 0, .1);
    overflow: hidden;
    width: 32%;
    margin-right: 2%;
    margin-top: .5rem;
}

.photo .item:nth-of-type(3n) {
    margin-right: 0;
}

.photo .item .pic {
    height: 2.5rem;
    overflow: hidden;
}

.photo .item .tit {
    line-height: .6rem;
    font-size: .2rem;
}

.media {
    margin-top: .3rem;
}

.media .item {
    width: 32%;
    margin-right: 2%;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
    overflow: hidden;
    margin-top: .5rem;
}

.media .item:nth-of-type(3n) {
    margin-right: 0;
}

.media .item .pic {
    height: 2.78rem;
    overflow: hidden;
}

.media .item .text-con {
    height: 1.75rem;
    background: url(/images/tbg10.png)no-repeat center;
    background-size: cover;
    padding: .4rem .3rem .3rem;
}

.media .item .tit {
    font-size: .2rem;
}

.media .item .date {
    color: #999;
    margin-top: .15rem;
}

.media .item .date::after {
    content: '';
    position: absolute;
    right: -1rem;
    height: .16rem;
    width: .89rem;
    background: url(/images/line1.png)no-repeat right center;
    background-size: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.media .item .sns {
    position: absolute;
    left: 0;
    padding: 0 .2rem;
    border-radius: 0 .2rem .2rem 0;
    -webkit-border-radius: 0 .2rem .2rem 0;
    -moz-border-radius: 0 .2rem .2rem 0;
    -ms-border-radius: 0 .2rem .2rem 0;
    -o-border-radius: 0 .2rem .2rem 0;
    background-color: #14868F;
    top: -.2rem;
    line-height: .42rem;
    color: #FFF;
}

.media .item .sns .icon {
    min-width: .26rem;
    height: .42rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto .21rem;
    margin-right: .1rem;
}

.media .item .sns .icon img {
    display: block;
    max-height: 90%;
    margin-top: 2%;
}

.media .item .sns .wx {
    background-image: url(/images/wx.png);
}

.media .item .sns .wb {
    background-image: url(/images/wb.png);
}

.xueshu {
    margin-top: .3rem;
}

.xueshu .item {
    width: 48.5%;
    background-color: #FFF;
    padding: .4rem .5rem .4rem .4rem;
    margin-right: 3%;
    overflow: hidden;
    margin-top: .4rem;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
}

.xueshu .item:nth-child(even) {
    margin-right: 0;
}

.xueshu .category {
    line-height: .3rem;
    padding: 0 .2rem 0 .15rem;
    border-radius: 0 .15rem 0 0;
    -webkit-border-radius: 0 .15rem 0 0;
    -moz-border-radius: 0 .15rem 0 0;
    -ms-border-radius: 0 .15rem 0 0;
    -o-border-radius: 0 .15rem 0 0;
    color: #FFF;
}

.xueshu .tit {
    font-size: .2rem;
    margin-top: .15rem;
}

.xueshu .time {
    background: url(/images/time.png)no-repeat left center;
    padding-left: .3rem;
    background-size: .17rem;
    margin-top: .2rem;
    color: #999;
}

.xueshu .address {
    background: url(/images/dizhi.png)no-repeat left center;
    padding-left: .3rem;
    background-size: .16rem;
    margin-top: .1rem;
    color: #999;
}

.text-list {
    margin-top: .4rem;
   min-height: 280px;
}

.text-list li {
    z-index: 4;
    width: 100%;
    margin-top: .4rem;
}

.text-list li::after {
    content: '';
    position: absolute;
    right: -8px;
    bottom: -8px;
    width: 2.5rem;
    top: 0px;
    background-color: #14868f;
    z-index: -2;
    clip-path: polygon(90% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.text-list li a {
    z-index: 10;
    background: url(/images/tbg8.png)no-repeat center;
    background-size: cover;
    padding: .3rem;
}

.text-list li:nth-child(even) {
    margin-right: 0;
}

.text-list li .date {
    width: .7rem;
    height: .7rem;
    margin-right: .4rem;
    font-size: 12px;
    color: #999;
}

.text-list li .date span {
    color: #14868F;
    font-size: .28rem;
    line-height: 1.1;
    padding-bottom: .1rem;
    margin-bottom: .1rem;
}

.text-list li .date span::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: .25rem;
    height: 2px;
    background-color: #14868F;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.text-list li .tit {
    font-size: .2rem;
    line-height: 1.8;
}

.text-list li .des {
    color: #999;
    margin-top: .1rem;
}

.leader .item {
    width: 100%;
    height: .93rem;
    border: 1px #14868F solid;
    background: url(/images/tbg14.png)no-repeat center;
    background-size: cover;
    margin-top: .4rem;
    padding-left: .6rem;
    font-size: .24rem;
}

.leader .item span {
    position: absolute;
    width: 12px;
    height: 12px;
    z-index: 2;
    background-position: center;
    background-repeat: no-repeat;
}

.leader .item .l1 {
    background-image: url(/images/b1.png);
    left: -2px;
    top: -2px;
}

.leader .item .l2 {
    background-image: url(/images/b2.png);
    left: -2px;
    bottom: -2px;
}

.leader .item .r1 {
    background-image: url(/images/b3.png);
    right: -2px;
    top: -2px;
}

.leader .item .r2 {
    background-image: url(/images/b4.png);
    right: -2px;
    bottom: -2px;
}

.leader .item .text {
    color: #14868f;
    width: 3.5rem;
}

.leader .item .name {
    color: #999;
}

.jigou {
    background: #FFF;
    box-shadow: 0 0 .15rem rgba(0, 0, 0, .1);
}

.jigou .title {
    color: #FFF;
    font-size: .26rem;
    background: #14868F url(../images/tbg13.png)no-repeat center;
    background-size: cover;
    padding-left: .6rem;
    line-height: 1rem;
    margin-top: .9rem;
}

.jigou .content {
    padding: .4rem .6rem;
}

.jigou .content .text {
    display: flex;
    align-items: center;
    padding: .12rem ;
    padding-left: 30px;
    color: #999;
    font-size: .2rem;
    line-height: 1.6;
    width: 32%;
    cursor: pointer;
    margin-right: 2%;
    position: relative;
    margin-top: .1rem;
    margin-bottom: .1rem;
}

.jigou .content .text a {
    color: #333;
    display: contents;
}

.jigou .content .text a:hover {
    text-decoration: underline;
}

.jigou .content .text:hover a{
    color: #ffffff;
}

.jigou .content .text::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 30px;
    background: url(/images/arrow1.png)no-repeat center center;
}

.jigou .content .text:nth-of-type(3n) {
    margin-right: 0;
}

.about .title {
    font-size: .3rem;
    margin-top: .9rem;
    font-weight: bold;
    color: #14868F;
}

.about .text {
    font-size: .2rem;
    line-height: 1.8;
}

.about .text p {
    margin-bottom: .3rem;
    text-indent: .4rem;
}

.about .text-con1 {
    margin-top: .4rem;
    z-index: 2;
}

.about .text-con1 .pic {
    margin-left: .4rem;
    width: 5.35rem;
    margin-top: .4rem;
}

.about img {
    max-width: 100%;
}

.about .text-num {
    background: url(/images/tbbg15.png)no-repeat center;
    background-size: cover;
    color: #FFF;
    padding-bottom: .6rem;
    padding-top: .3rem;
    z-index: 1;
    margin-top: -1rem;
}

.about .text-num .text {
    margin-right: .8rem;
}

.about .text-con2 {
    margin-top: .5rem;
    z-index: 1;
}

.about .text-con2 .pic {
    margin-left: .4rem;
    width: 5.35rem;
}

.about .text-con3 {
    z-index: 1;
    margin-top: .2rem;
    margin-bottom: .2rem;
}

.about .text-con3 .pic {
    margin-right: .4rem;
    width: 5.35rem;
}

.about .text-con2 .pic img,
.about .text-con3 .pic img {
    width: 100%;
}

.about .pic-big {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.home2 .home-news .focus-con .tit,
.home2 .home-news .text-content .tit,
.home2 .home-notice .tit,
.home-xsjl .content .item .tit {
    font-size: .2rem;
}

.home-xsjl .content .item .tit {
    -webkit-line-clamp: 1;
}

@media (min-width:1025px) {
    .page a:hover {
        background-color: #ed9418;
        color: #FFF;
        border-color: #ed9418;
    }
    .text-pic .item:hover .content {
        background-image: url(/images/tbg9.png);
        color: #FFF;
    }
    .text-pic .item:hover::after {
        bottom: 0;
    }
    .text-pic .item:hover .content::before {
        content: '';
        position: absolute;
        left: .2rem;
        top: .2rem;
        right: .2rem;
        bottom: .2rem;
        border: 1px rgba(255, 255, 255, .3) solid;
    }
    .text-pic .item:hover .date span,
    .text-pic .item:hover .date,
    .text-pic .item:hover .des {
        color: #FFF;
    }
    .text-pic .item:hover .date span::after {
        background-color: #FFF;
    }
    .text-pic .item:hover .pic img,
    .photo .item:hover .pic img,
    .media .item: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);
    }
    .details .prev a:hover,
    .xueshu .item:hover .tit {
        font-weight: bold;
    }
    .subnav a:hover {
        background-image: url(/images/n-c1-on.png);
        color: #FFF;
        font-weight: bold;
    }
    .subnav a:hover::after {
        background-image: url(/images/n-l1-on.png);
    }
    .subnav a:hover::before {
        background-image: url(/images/n-r1-on.png);
    }
    .media .item:hover .text-con {
        background-image: url(/images/tbg11.png);
    }
    .media .item:hover .sns {
        background-color: #FFF;
        color: #14868F;
    }
    .media .item:hover .wx {
        background-image: url(/images/wx-on.png);
    }
    .media .item:hover .wb {
        background-image: url(/images/wb-on.png);
    }
    .media .item:hover .tit,
    .media .item:hover .date {
        color: #FFF;
    }
    .xueshu .item:hover {
        background: url(/images/tbg17.png)no-repeat center;
        background-size: cover;
        box-shadow: 0 0 .15rem rgba(0, 0, 0, .1);
    }
    .xueshu .item:hover .tit,
    .xueshu .item:hover .time,
    .xueshu .item:hover .address {
        color: #FFF;
    }
    .xueshu .item:hover .time {
        background-image: url(/images/time1.png);
    }
    .xueshu .item:hover .address {
        background-image: url(/images/dizhi1.png);
    }
    .text-list li:hover a {
        background-image: url(/images/tbg16.png);
    }
    .text-list li:hover::after{
        bottom: 0;
    }
    .text-list li:hover a .tit,
    .text-list li:hover .date span,
    .text-list li:hover a .des {
        color: #FFF;
    }
    .text-list li:hover .date {
        border-color: #FFF;
        color: #FFF;
    }
    .text-list li:hover .date span::after {
        background-color: #FFF;
    }
    .jigou .content .text:hover {
        background: url(/images/tbg15.png)no-repeat center;
        background-size: 100% 100%;
        box-shadow: 0 .1rem .1rem rgba(0, 0, 0, .1);
        color: #FFF;
    }
    .jigou .content .text:hover::after {
        background-image: url(/images/arrow2.png);
    }
}

@media (max-width:1199px) {
    .pub-banner .text-con {
        left: .2rem;
    }
    .media .item .date,
    .xueshu .time,
    .xueshu .address,
    .xueshu .date,
    .about .text-num .num-con .num,
    .text-list li .des {
        font-size: 12px;
    }
    .text-pic .item .tit,
    .details .body,
    .details .prev a,
    .photo .item .tit,
    .media .item .tit,
    .xueshu .tit,
    .text-list li .tit,
    .leader .item,
    .jigou .content .text,
    .about .text,
    .home2 .home-news .focus-con .tit,
    .home2 .home-news .text-content .tit,
    .home2 .home-notice .tit,
    .home-xsjl .content .item .tit {
        font-size: 14px;
    }
    .text-pic .item .date span,
    .xueshu .date span,
    .text-list li .date span,
    .jigou .title,
    .about .title {
        font-size: 18px;
    }
    .details h1 {
        padding: 0;
        font-size: 20px;
    }
    .subnav a {
        font-size: 15px;
    }
    .xueshu .date {
        width: .8rem;
        height: .8rem;
    }
    .text-list li .date {
        width: 1.1rem;
        height: 1rem;
        padding-top: .1rem;
    }
    .about .text-num .num-con .num span {
        font-size: 16px;
    }
}

@media (max-width:950px) {
    .media .item .sns {
        line-height: .58rem;
        border-radius: 0 .3rem .3rem 0;
        -webkit-border-radius: 0 .3rem .3rem 0;
        -moz-border-radius: 0 .3rem .3rem 0;
        -ms-border-radius: 0 .3rem .3rem 0;
        -o-border-radius: 0 .3rem .3rem 0;
        top: -.3rem;
    }
    .about .text-num .num-con {
        margin-right: 0;
        width: 5rem;
    }
    .about .text-num {
        margin-top: .5rem;
    }
    .about .text-num .num-con .item {
        width: 1.6rem;
        height: 1.6rem;
    }
    .about .text-num .num-con .line1 {
        left: 1.6rem;
        top: 1rem;
        width: 1.2rem;
    }
    .about .text-num .num-con .line2 {
        right: 1.8rem;
        top: 2rem;
        width: 1.2rem;
        transform: rotate(-20deg);
        -webkit-transform: rotate(-20deg);
        -moz-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        -o-transform: rotate(-20deg);
    }
    .about .text-num .num-con .line3 {
        right: 1.6rem;
        top: 2.8rem;
        width: 1.2rem;
    }
}

@media (max-width:767px) {
    .about .pic-big {
        max-width: 100%;
    }
    .pub-banner img {
        width: 100%;
        height: auto;
    }
    .pub-banner .title {
        font-size: 22px;
        margin-top: 0;
    }
    .pub-banner .crumb {
        font-size: 12px;
    }
    .text-pic .item .content {
        padding: .2rem;
    }
    .text-pic .item .pic {
        order: 1;
        width: 100%;
        height: 3.2rem;
    }
    .text-pic .item .con {
        order: 2;
        margin-top: .3rem;
    }
    .page a {
        margin-right: 10px;
    }
    .page button,
    .page input,
    .page .txt {
        display: none;
    }
    .page .next {
        margin-right: 0;
    }
    .photo .item {
        width: 100%;
        margin-right: 0;
    }
    .photo .item .pic {
        height: auto;
    }
    .media .item {
        width: 100%;
        margin-right: 0;
    }
    .media .item .pic {
        height: auto;
    }
    .photo .item:nth-of-type(3n),
    .media .item:nth-of-type(3n) {
        margin-right: 2%;
    }
    .photo .item:nth-of-type(2n),
    .media .item:nth-of-type(2n) {
        margin-right: 0;
    }
    .subnav {
        justify-content: flex-start;
    }
    .subnav a {
        width: 44%;
        margin-right: 3%;
        font-size: 14px;
        min-width: 0;
    }
    .subnav a:nth-child(even) {
        margin-right: 0;
    }
    .xueshu .item,
    .text-list li {
        width: 100%;
        margin-right: 0;
    }
    .xueshu .date {
        width: .9rem;
        height: .9rem;
    }
    .jigou .content {
        padding: .3rem;
    }
    .jigou .content .text {
        background-size: .12rem;
        /* padding-left: .3rem; */
        /* width: 50%; */
        width: 100%;
        margin-right: 0;
    }
    .about .text-con1 .pic {
        width: 100%;
        margin-left: 0;
        margin-top: 0rem;
        margin-bottom: .3rem;
    }
    .about .text-num .num-con {
        width: 100%;
        height: auto;
    }
    .about .text-num .text {
        margin-right: 0;
    }
    .about .text-num .num-con .item {
        position: static;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto;
    }
    .about .text-num .num-con .line1,
    .about .text-num .num-con .line2,
    .about .text-num .num-con .line3 {
        display: none;
    }
    .about .text-con2 .pic {
        width: 100%;
        margin-left: 0;
        /* margin-top: .4rem; */
        margin-bottom: .3rem;
    }
    .about .text-con3 .pic {
        width: 100%;
        margin-right: 0;
        /* margin-top: .4rem; */
        margin-bottom: .3rem;
        order: 2;
    }
    .home2 .home-notice .content {
        padding-bottom: .225rem;
    }
    .home2 .home-notice .item {
        padding: .225rem .2rem 0 .2rem;
    }
    .home2 .home-notice .tit div{
        -webkit-line-clamp: 3;
    }
}