@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: #ffffff;
    font: .18rem '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: #0054c1;
}


/*块级转化*/

.di_in {
    display: inline-block;
}

.di_no {
    display: none;
}

.di_bl {
    display: block;
    line-height: 0.30rem;
    /* padding: 0.2rem 0; */
    margin: .2rem 0;
}


/*原文件配置  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: 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;
    max-width: 100%;
}

.img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@font-face {
    font-family: 'SourceHanSerifCN-Heavy';
    src: url(/dzxxykzgcxy/fonts/SourceHanSerifCN-Heavy.otf);
}

@font-face {
    font-family: 'Californian';
    src: url(/dzxxykzgcxy/fonts/Californian.ttf);
}

.container {
    padding-left: 2.2rem;
    padding-right: 2.2rem;
}

@media (max-width:1199px) {
    .container {
        padding-left: .2rem;
        padding-right: .2rem;
    }
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    padding-left: .6rem;
    border-top: 3px #3869df solid;
    padding-right: 1.5rem;
    padding-top: .25rem;
}

.header::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1.6rem;
    z-index: -1;
    background-image: linear-gradient(rgba(0, 26, 59, .9), rgba(0, 26, 59, 0));
}

.header .logo {
    align-items: flex-end;
}

.header .logo img {
    height: .8rem;
    /* width: 125%; */
}

.header .top {
    justify-content: flex-end;
    font-size: .14rem;
    color: #FFF;
}

.header .top a {
    color: #FFF;
}

.header .top span {
    margin: 0 .11rem;
}

.header .top .link {
    padding-left: .2rem;
    margin-right: .5rem;
}

.header .top .link:last-child {
    margin-right: .15rem;
}

.header .top .link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 5px transparent solid;
    border-bottom: 5px transparent solid;
    border-left: 8px #FFF solid;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.header .btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 1.05rem;
    width: 1.45rem;
    background: #3869df url(/dzxxykzgcxy/images/menu.svg)no-repeat .7rem center;
    background-size: .5rem;
    clip-path: polygon(0% 0%, 100% 0, 100% 100%, .7rem 100%);
    cursor: pointer;
}

.menu-btn {
    display: none;
    background: url(/dzxxykzgcxy/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(/dzxxykzgcxy/images/close.svg);
}

.nav {
    margin-top: .2rem;
}

.nav li>a {
    line-height: 2;
    padding: 0 .1rem;
    font-weight: bold;
    color: #FFF;
    font-size: .2rem;
}

.nav .drop {
    left: -.1rem;
    right: -.1rem;
    top: 0.6rem;
    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;
    line-height: 2;
    font-size: .16rem;
    border-top: 3px #3869df solid;
}

.nav .drop::after {
    content: '';
    position: absolute;
    left: 50%;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px transparent solid;
    border-right: 10px transparent solid;
    border-bottom: 10px #3869df solid;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.menu-content {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 100001;
    background: #3869df;
    background-size: cover;
    display: none;
    overflow: hidden;
}

.menu-content .close {
    position: absolute;
    right: -.5rem;
    top: -.5rem;
    background: #ffd200 url(/dzxxykzgcxy/images/close.svg)no-repeat .3rem .65rem;
    width: 1.4rem;
    height: 1.4rem;
    background-size: .4rem;
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.menu-content .logo {
    margin-top: .7rem;
}

.menu-content .logo img {
    height: 1rem;
}

.menu-content .search {
    max-width: 8rem;
    height: .7rem;
    border-radius: .35rem;
    -webkit-border-radius: .35rem;
    -moz-border-radius: .35rem;
    -ms-border-radius: .35rem;
    -o-border-radius: .35rem;
    overflow: hidden;
    background-color: #FFF;
    margin-left: auto;
    margin-right: auto;
    margin-top: .6rem;
}

.menu-content .search input[type='text'] {
    padding: 0 .2rem;
}
.search .submit{position: relative;right:0;top:0;width:120px;height:100%;bottom:0;background-color:#005bac;font-size:18px;color:#fff;text-align:center}

.menu-content .menu {
    padding-left: .4rem;
    padding-right: .4rem;
    margin-top: .7rem;
}

.menu-content .menu li>a {
    color: #FFF;
    line-height: 2;
    font-size: .24rem;
    text-align: center;
}

.menu-content .drop {
    width: 100%;
    margin-top: .2rem;
    text-align: center;
}

.menu-content .drop a {
    color: rgba(255, 255, 255, .7);
    line-height: .4rem;
}

.menu-content .menu li:hover>a {
    font-weight: bold;
    color: #ffd200;
}

.menu-content .menu li:hover .drop a {
    color: #FFF;
}

.menu-content .menu li:hover .drop a:hover {
    color: #ffd200;
}

.banner,
.banner .swiper-slide {
    overflow: hidden;
}

.banner img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all 3s;
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -ms-transition: all 3s;
    -o-transition: all 3s;
    width: 100%;
}

.banner .swiper-slide-active img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.banner .swiper-pagination {
    text-align: center;
}

.banner .swiper-pagination-bullet {
    width: .23rem;
    height: .18rem;
    background: url(/dzxxykzgcxy/images/bannner-icon.png)no-repeat center;
    background-size: 100%;
    opacity: 1;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.banner .swiper-pagination-bullet-active {
    background-image: url(/dzxxykzgcxy/images/banner-icon-on.png);
}

.footer {
    background: url(/dzxxykzgcxy/images/f-bg.png)no-repeat left top;
    height: 1.9rem;
    background-size: cover;
    color: #FFF;
    font-size: .14rem;
    line-height: 1.8;
    margin-top: .5rem;
}

.footer a {
    color: #FFF;
}

.footer .logo {
    margin-right: .5rem;
}

.footer .logo img {
    height: .85rem;
}

.footer .text-con {
    padding-top: .2rem;
}

.home1 {
    background: url(/dzxxykzgcxy/images/bg1.png)no-repeat right top;
    overflow: hidden;
    background-size: 100%;
}

.home-title .title-con {
    font-size: .36rem;
}

.home-title .cn {
    font-family: 'SourceHanSerifCN-Heavy';
    z-index: 2;
    position: relative;
}

.home-title .en {
    font-family: 'Californian';
    color: #daf8f8;
    text-transform: uppercase;
    margin-left: -.1rem;
    z-index: 1;
    position: relative;
}

.home-title .more {
    font-family: 'SourceHanSerifCN-Heavy';
    color: #0054c1;
    right: 0;
    bottom: 0;
    position: absolute;
}

.home-news {
    margin-top: .9rem;
}

.home-news .home-title {
    width: 8.9rem;
}

.home-news .content {
    margin-top: .35rem;
}

.home-news .focus {
    width: 8.9rem;
    margin-right: .6rem;
}

.home-news .focus .pic {
    overflow: hidden;
    height: 5rem;
}

.home-news .focus .text-con {
    margin-left: .8rem;
    margin-top: -.6rem;
    z-index: 2;
    background-color: #FFF;
    padding-top: .3rem;
    padding-left: .4rem;
    padding-bottom: .4rem;
}

.home-news .focus .tit {
    font-family: 'SourceHanSerifCN-Heavy';
    font-size: .24rem;
}

.home-news .focus .des {
    font-size: .16rem;
    color: #7d7f85;
    line-height: 1.8;
    margin-top: .25rem;
}

.home-news li {
    border-bottom: 1px #eaeaea solid;
    padding-bottom: .23rem;
    padding-top: .25rem;
}

.home-news li:last-child {
    border-bottom: 0;
}

.home-news li .date {
    width: .72rem;
    height: .72rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #0054c1;
    color: #FFF;
    font-family: 'SourceHanSerifCN-Heavy';
    padding-top: .2rem;
    margin-right: .4rem;
    padding-left: .1rem;
}

.home-news li .date span {
    font-size: .28rem;
    display: inline-block;
    transform: translateY(-.15rem) translateX(-.05rem);
    -webkit-transform: translateY(-.15rem) translateX(-.05rem);
    -moz-transform: translateY(-.15rem) translateX(-.05rem);
    -ms-transform: translateY(-.15rem) translateX(-.05rem);
    -o-transform: translateY(-.15rem) translateX(-.05rem);
}

.home-news li .date span::after {
    content: '';
    position: absolute;
    right: -.05rem;
    top: .1rem;
    width: 1px;
    height: 100%;
    background-color: #FFF;
    transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    opacity: .8;
}

.home-news li .tit {
    margin-top: .1rem;
}

.home-news li .des {
    display: none;
    color: #7d7f85;
    font-size: .14rem;
    margin-top: .15rem;
}

.home-news li .arrow {
    height: .08rem;
    background: url(/dzxxykzgcxy/images/arrow1.png)no-repeat left center;
    margin-top: .2rem;
    background-size: .34rem;
}

.home-news li.on {
    padding-top: .3rem;
}

.home-news li.on .des {
    display: block;
}

.home-media {
    margin-top: 1.55rem;
    padding-left: 2.2rem;
    padding-bottom: 1.2rem;
}

.home-media .home-title .cn {
    color: #242a3a;
}

.home-media .home-title .en {
    color: #FFF;
}

.home-media .swiper-container {
    margin-top: .55rem;
    padding-bottom: .3rem;
}

.home-media .newspaper {
    height: .35rem;
}

.home-media .swiper-slide {
    background-color: #FFF;
    position: relative;
}

.home-media .swiper-slide::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 80%;
    height: .3rem;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    box-shadow: 0 0 .2rem rgba(0, 0, 0, .9);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: -1;
}

.home-media .pic {
    height: 2.35rem;
    overflow: hidden;
}

.home-media .newspaper img {
    height: 100%;
}

.home-media .text-con {
    padding: .2rem .3rem .3rem;
    height: 1.35rem;
}

.home-media .text-con .tit {
    margin-top: .1rem;
}

.home-media .button {
    position: absolute;
    right: 2.2rem;
    bottom: .12rem;
    width: 2rem;
}

.home-media .swiper-button-prev {
    position: relative;
    left: auto;
    top: auto;
    margin-top: 0;
    width: .8rem;
    z-index: 2;
    background: none;
    height: .1rem;
}

.home-media .swiper-button-prev span {
    width: 100%;
    height: .18rem;
    background: url(/dzxxykzgcxy/images/prev.png)no-repeat left 2px;
    background-size: .7rem;
}

.home-media .swiper-button-prev::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: .18rem;
    height: .18rem;
    background-color: #FFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: -10;
}

.home-media .swiper-button-next {
    position: relative;
    top: auto;
    margin-top: 0;
    right: auto;
    width: .8rem;
    background: none;
    z-index: 1;
    height: .1rem;
}

.home-media .swiper-button-next span {
    height: .18rem;
    background: url(/dzxxykzgcxy/images/next.png)no-repeat right top;
    background-size: .7rem;
}

.home-media .swiper-button-next::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0%;
    width: .18rem;
    height: .18rem;
    background-color: #FFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: -1;
}

.home2 {
    background: url(/dzxxykzgcxy/images/bg2.jpg)no-repeat left top;
    background-size: 100%;
}

.home-sch,
.home-sp {
    margin-top: .9rem;
}

.home-sch {
    margin-right: .5rem;
    padding-left: 1.3rem;
}

.home-sch ul {
    margin-top: .18rem;
}

.home-sch .event {
    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%);
    line-height: .34rem;
    border-radius: .17rem;
    -webkit-border-radius: .17rem;
    -moz-border-radius: .17rem;
    -ms-border-radius: .17rem;
    -o-border-radius: .17rem;
    background-color: #2f76e1;
    color: #FFF;
    padding: 0 .2rem;
}

.home-sch li {
    border-bottom: 1px #e9e9e9 solid;
    padding: .25rem 0;
}

.home-sch li::after {
    content: '';
    position: absolute;
    left: 0;
    height: 3px;
    background-color: #0054c1;
    bottom: -3px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    width: 0;
}

.home-sch li span {
    line-height: .3rem;
    background-color: #dbebf5;
    font-size: .14rem;
    padding: 0 .3rem;
    border-radius: .15rem;
    -webkit-border-radius: .15rem;
    -moz-border-radius: .15rem;
    -ms-border-radius: .15rem;
    -o-border-radius: .15rem;
}

.home-sch li .tit {
    margin-top: .15rem;
}

.home-sch li .time {
    width: 50%;
    font-size: .14rem;
    background: url(/dzxxykzgcxy/images/time.png)no-repeat left center;
    background-size: .17rem;
    padding-left: .25rem;
    line-height: 2;
    margin-top: .1rem;
    color: #242a3a;
}

.home-sch li .address {
    width: 50%;
    font-size: .14rem;
    background: url(/dzxxykzgcxy/images/address.png)no-repeat left center;
    background-size: .16rem;
    padding-left: .25rem;
    line-height: 2;
    margin-top: .1rem;
    color: #242a3a;
}

.home-sp {
    width: 6.8rem;
}

.home-sp .home-title .title-con {
    /* justify-content: flex-end; */
}

.home-sp .home-title .en {
    order: 1;
    margin-left: 0;
    margin-right: -.1rem;
}

.home-sp .home-title .cn {
    order: 2;
}

.home-sp .content {
    margin-top: .2rem;
}

.home-sp .pic-con1 {
    width: 4rem;
    align-items: flex-end;
    margin-right: .15rem;
}

.home-sp .pic-con1 .pic1 {
    height: 3.4rem;
    overflow: hidden;
}

.home-sp .pic-con1 .pic2 {
    height: 2.65rem;
    width: 2.65rem;
    margin-top: .2rem;
    overflow: hidden;
}

.home-sp .pic-con2 {
    width: 2.65rem;
}

.home-sp .pic-con2 a {
    height: 2.65rem;
    overflow: hidden;
    width: 100%;
}

.home-sp .pic-con2 a:last-child {
    margin-top: .2rem;
}

.home-sp .more {
    position: absolute;
    right: .2rem;
    bottom: .1rem;
    color: #0054c1;
    font-size: .14rem;
    background: url(/dzxxykzgcxy/images/next.png)no-repeat left bottom;
    background-size: 100%;
    padding-bottom: .1rem;
}

.home-keyan {
    margin-top: 1.35rem;
}

.home-keyan .home-title .en {
    margin-left: 0;
    margin-top: -.2rem;
}

.home-keyan .item {
    width: 30.6%;
    margin-right: 4%;
    background-color: #FFF;
    margin-top: .5rem;
    position: static;
    z-index: 10;
    box-shadow: 0 .1rem 1rem rgba(0, 0, 0, 0.2);
}


/* .home-keyan .item::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -.1rem;
    width: 95%;
    height: .3rem;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    box-shadow: 0 0 .2rem rgba(0, 0, 0, .9);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 0;
} */

.home-keyan .item:last-child {
    margin-right: 0;
}

.home-keyan .item .pic {
    height: 2.65rem;
    overflow: hidden;
}

.home-keyan .item .text-con {
    padding: .25rem .3rem;
}

.home-keyan .item .date {
    color: #7d7f85;
    font-size: .14rem;
}

.home-keyan .item .tit {
    margin-top: .1rem;
}

.home-data {
    display: none;
    margin-top: 1.4rem;
}

.home-data .home-title {
    margin-top: .3rem;
}

.home-data .text-content .text {
    font-size: .16rem;
    margin-top: .3rem;
    line-height: 1.8;
}

.home-data .text-content .tit {
    color: #286fb7;
    font-size: .4rem;
    font-family: 'SourceHanSerifCN-Heavy';
    margin-top: .5rem;
}

.home-data .content {
    margin-left: 1rem;
    width: 5.9rem;
    height: 5.9rem;
    background-color: #f6f6f6;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 0 0 .4rem rgba(0, 0, 0, .2);
    margin-right: 1.4rem;
    z-index: 1;
}

.home-data .content::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 4.6rem;
    height: 4.6rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #FFF;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 2;
}

.home-data .content::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #f6f6f6;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 3;
}

.home-data .content em {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #FFFFFF;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 4;
}

.home-data .tabs .item {
    position: absolute;
    z-index: 11;
    cursor: pointer;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-data .tabs .item .circle {
    width: 1.52rem;
    height: 1.52rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-image: linear-gradient(-30deg, #246adf, #a8ebf9);
    padding-top: .2rem;
    margin-left: auto;
    margin-right: auto;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-data .tabs .item .circle::after {
    content: '';
    width: 1.32rem;
    height: 1.32rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 2;
    border: 1px dashed #FFF;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    opacity: .8;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-data .tabs .item:nth-child(1) {
    top: 0rem;
    left: .5rem;
}

.home-data .tabs .item:nth-child(2) {
    top: 1.1rem;
    left: 2.2rem;
}

.home-data .tabs .item:nth-child(3) {
    top: 1.65rem;
    right: -.1rem;
}

.home-data .tabs .item:nth-child(4) {
    top: 3.15rem;
    left: 2.1rem;
}

.home-data .tabs .item:nth-child(5) {
    top: 2.35rem;
    left: .2rem;
}

.home-data .tabs .item .icon {
    height: .8rem;
    background-position: center;
    background-repeat: no-repeat;
}

.home-data .tabs .item:nth-child(1) .icon {
    background-image: url(/dzxxykzgcxy/images/icon1.png);
    background-size: auto .46rem;
}

.home-data .tabs .item:nth-child(2) .icon {
    background-image: url(/dzxxykzgcxy/images/icon2.png);
    background-size: auto .73rem;
}

.home-data .tabs .item:nth-child(3) .icon {
    background-image: url(/dzxxykzgcxy/images/icon1.png);
    background-size: auto .46rem;
}

.home-data .tabs .item:nth-child(4) .icon {
    background-image: url(/dzxxykzgcxy/images/icon4.png);
    background-size: auto .52rem;
}

.home-data .tabs .item:nth-child(5) .icon {
    background-image: url(/dzxxykzgcxy/images/icon5.png);
    background-size: auto .55rem;
}

.home-data .tabs .item .counter {
    color: #FFF;
    font-family: 'Californian';
    font-size: .3rem;
}

.home-data .tabs .item .tit {
    margin-top: .1rem;
}

.home-data .tabs .item .dot {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    display: none;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-data .tabs .item .dot1 {
    width: .22rem;
    height: .22rem;
    background-image: url(/dzxxykzgcxy/images/dot.png);
    left: -.35rem;
    top: .3rem;
    animation: 5s linear infinite ani_turn2;
    -webkit-animation: 5s linear infinite ani_turn2;
}

.home-data .tabs .item .dot2 {
    width: .07rem;
    height: .07rem;
    background-image: url(/dzxxykzgcxy/images/dot.png);
    left: -.07rem;
    top: .2rem;
    animation: 3s linear infinite ani_turn2;
    -webkit-animation: 3s linear infinite ani_turn2;
}

.home-data .tabs .item .dot3 {
    width: .18rem;
    height: .18rem;
    background-image: url(/dzxxykzgcxy/images/dot.png);
    right: -.35rem;
    top: .3rem;
    animation: 7s linear infinite ani_turn2;
    -webkit-animation: 7s linear infinite ani_turn2;
}

.home-data .tabs .item .dot4 {
    width: .13rem;
    height: .13rem;
    background-image: url(/dzxxykzgcxy/images/dot.png);
    top: 1.35rem;
    left: -.07rem;
    animation: 3s linear infinite ani_turn2;
    -webkit-animation: 3s linear infinite ani_turn2;
}

@keyframes ani_turn2 {
    0% {
        transform: translateY(-.1rem);
        -webkit-transform: translateY(-.1rem);
        -moz-transform: translateY(-.1rem);
        -ms-transform: translateY(-.1rem);
        -o-transform: translateY(-.1rem);
    }
    50% {
        transform: translateY(.1rem);
        -webkit-transform: translateY(.1rem);
        -moz-transform: translateY(.1rem);
        -ms-transform: translateY(.1rem);
        -o-transform: translateY(.1rem);
    }
    100% {
        transform: translateY(-.1rem);
        -webkit-transform: translateY(-.1rem);
        -moz-transform: translateY(-.1rem);
        -ms-transform: translateY(-.1rem);
        -o-transform: translateY(-.1rem);
    }
}

.home-data .tabs .item.on .dot {
    display: block;
}

.home-data .tabs .item.on .circle {
    background-image: linear-gradient(-30deg, #9be8fa, #fbfdee);
    box-shadow: 0 .1rem .15rem rgba(0, 84, 193, .4);
}

.home-data .tabs .item.on .tit {
    font-weight: bold;
}

.home-data .tabs .item.on .counter {
    color: #0054c1;
}

.home-data .tabs .item:nth-child(1).on .icon {
    background-image: url(/dzxxykzgcxy/images/icon1-on.png);
    background-size: auto .46rem;
}

.home-data .tabs .item:nth-child(2).on .icon {
    background-image: url(/dzxxykzgcxy/images/icon2-on.png);
    background-size: auto .73rem;
}

.home-data .tabs .item:nth-child(3).on .icon {
    background-image: url(/dzxxykzgcxy/images/icon1-on.png);
    background-size: auto .46rem;
}

.home-data .tabs .item:nth-child(4).on .icon {
    background-image: url(/dzxxykzgcxy/images/icon4-on.png);
    background-size: auto .52rem;
}

.home-data .tabs .item:nth-child(5).on .icon {
    background-image: url(/dzxxykzgcxy/images/icon5-on.png);
    background-size: auto .55rem;
}

.home-meiti {
    display: none;
    margin-top: 1.1rem;
    padding-right: 2.2rem;
    padding-bottom: 1.2rem;
    overflow: hidden;
}

.home-meiti .home-title .title-con {
    justify-content: flex-end;
}

.home-meiti .home-title .en {
    order: 1;
    margin-left: 0;
    margin-right: -.1rem;
}

.home-meiti .home-title .cn {
    order: 2;
}

.home-meiti .content {
    margin-top: .4rem;
    padding-right: 2.3rem;
}

.home-meiti .content .item {
    overflow: hidden;
    height: 3.84rem;
    width: 4.4rem;
}

.home-meiti .content .item .text-con {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #FFF;
    padding: .2rem;
    border-left: 4px #3869df solid;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
    width: 100%;
}

.home-meiti .content .item .date {
    font-size: .14rem;
}

.home-meiti .content .item .tit {
    margin-top: .1rem;
}

.home-meiti .sns {
    position: absolute;
    right: .45rem;
    top: 0;
    width: .75rem;
    z-index: 10;
}

.home-meiti .sns>div {
    width: 100%;
    height: .75rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #f0f2f8;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: .3rem;
    cursor: pointer;
}

.home-meiti .sns>div:last-child {
    margin-bottom: 0;
}

.home-meiti .sns .wx {
    background-image: url(/dzxxykzgcxy/images/wx.png);
    background-size: .33rem;
}

.home-meiti .sns .wb {
    background-image: url(/dzxxykzgcxy/images/wb.png);
    background-size: .33rem;
}

.home-meiti .sns .dou {
    background-image: url(/dzxxykzgcxy/images/dou.png);
    background-size: .27rem;
}

.home-meiti .sns .kuai {
    background-image: url(/dzxxykzgcxy/images/kuai.png);
    background-size: .30rem;
}

.home-meiti .sns .erwma {
    position: absolute;
    right: 1rem;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    box-shadow: .1rem .1rem .1rem rgba(0, 0, 0, .2);
    z-index: 10;
    background-color: #FFF;
    display: none;
    padding-top: .25rem;
}

.home-meiti .sns .erwma::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 0px transparent solid;
    border-bottom: 16px transparent solid;
    border-left: 16px #FFF solid;
    right: -14px;
    top: .3rem;
}

.home-meiti .sns .erwma img {
    width: .7rem;
    margin-left: auto;
    margin-right: auto;
}

.home-meiti .sns .erwma .txt {
    font-size: .14rem;
}

@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);
    }
    .header .top a:hover,
    .nav li:hover>a {
        text-decoration: underline;
        opacity: .8;
    }
    .home-media .swiper-slide:hover .pic img,
    .home-sp .pic-con1 .pic1:hover img,
    .home-sp .pic-con1 .pic2:hover img,
    .home-sp .pic-con2 a:hover img,
    .home-keyan .item:hover .pic img,
    .home-meiti .content .item: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);
    }
    .home-media .swiper-button-prev:hover::after,
    .home-media .swiper-button-next:hover::after {
        background-color: #46deff;
    }
    .home-sch li:hover::after {
        width: 100%;
    }
    .home-sch li:hover span {
        background-color: #0054c1;
        color: #FFF;
    }
    .home-sch .event:hover {
        opacity: .8;
        text-decoration: underline;
    }
    .home-title .more:hover,
    .home-sp .more:hover {
        text-decoration: underline;
    }
    .home-meiti .sns>div:hover {
        background-color: #1d54cf;
    }
    .home-meiti .sns .wx:hover {
        background-image: url(/dzxxykzgcxy/images/wx-on.png);
    }
    .home-meiti .sns .wb:hover {
        background-image: url(/dzxxykzgcxy/images/wb-on.png);
    }
    .home-meiti .sns .dou:hover {
        background-image: url(/dzxxykzgcxy/images/dou-on.png);
    }
    .home-meiti .sns .kuai:hover {
        background-image: url(/dzxxykzgcxy/images/kuai-on.png);
    }
    .home-meiti .sns>div:hover .erwma {
        display: block;
    }
}

@media (max-width:1199px) {
    .header {
        align-items: center;
        padding-top: 0;
        height: 1.2rem;
        padding-left: .2rem;
        padding-right: .2rem;
    }
    .header.on {
        background-color: #0054c1;
    }
    .header.on::after {
        display: none;
    }
    .header .btn {
        display: none !important;
    }
    .menu-btn {
        display: block;
    }
    .nav-con {
        position: fixed;
        width: 100%;
        left: 0;
        top: 1.2rem;
        overflow-y: scroll!important;
        display: none;
        background-color: #0054c1;
        z-index: 999;
        height: calc(100vh - 1.2rem);
        padding: .2rem .3rem;
    }
    .nav {
        display: block;
    }
    .nav li>a {
        line-height: 1.1rem;
    }
    .nav .arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: 0.5rem;
        width: .6rem;
    }
    .nav .arrow::after {
        content: '';
        background: url(/dzxxykzgcxy/images/arrow.svg)no-repeat center;
        background-size: 100%;
        width: .24rem;
        height: .24rem;
        position: absolute;
        left: .1rem;
        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;
        padding-bottom: 0;
        border-top: 0;
        padding-left: .4rem;
    }
    .nav .drop a {
        color: #FFF;
    }
    .nav .drop::after {
        display: none;
    }
    .footer,
    .header .top,
    .nav li>a,
    .home-news .focus .tit,
    .home-media .text-con .tit,
    .home-data .text-content .text {
        font-size: 14px;
    }
    .home-news li .date span {
        font-size: 18px;
    }
    .nav .drop,
    .home-news .focus .des,
    .home-news li.on .des,
    .home-news li .date,
    .home-sch li .time,
    .home-sch li .address,
    .home-sch li span,
    .home-keyan .item .date,
    .home-sp .more,
    .home-meiti .content .item .date {
        font-size: 12px;
    }
    .home1 {
        background: none;
    }
    .home-title .title-con,
    .home-data .text-content .tit {
        font-size: 24px;
    }
    .home-media {
        padding-left: .2rem;
        background-color: #dbebf5;
        padding-top: .7rem;
        margin-top: .7rem;
        padding-bottom: .7rem;
    }
    .home-media .button {
        right: .2rem;
    }
    .home-sch {
        padding-left: 0;
    }
    .home-data .content {
        margin-left: 0;
    }
    .home-data .tabs .item.on .dot {
        display: none;
    }
    .home2 {
        background: none;
    }
    .home-meiti {
        padding-right: 0.2rem;
    }
}

@media (max-width:950px) {
    .home-media .text-con {
        height: 1.8rem;
    }
    .home-news li .date {
        width: .9rem;
        height: .9rem;
    }
    .home-sch li span,
    .home-sch .event {
        line-height: .5rem;
        border-radius: .25rem;
        -webkit-border-radius: .25rem;
        -moz-border-radius: .25rem;
        -ms-border-radius: .25rem;
        -o-border-radius: .25rem;
    }
    .home-meiti .sns {
        display: none;
    }
    .home-meiti .content {
        padding-right: 0;
    }
}

@media (max-width:767px) {
    .header .top .link {
        width: 100%;
        margin-right: 0;
        margin-top: .2rem;
    }
    .footer {
        height: auto;
        padding-top: .3rem;
        padding-bottom: .3rem;
    }
    .footer .logo {
        width: 100%;
    }
    .footer .text-con>div {
        width: 100%;
        text-align: center;
    }
    .home-news,
    .home-media,
    .home-sch,
    .home-sp,
    .home-keyan {
        margin-top: .4rem;
    }
    .home-news .focus,
    .home-news .home-title,
    .home-sp {
        width: 100%;
    }
    .home-news .focus,
    .home-sch,
    .home-data .content {
        margin-right: 0;
    }
    .home-keyan .item {
        width: 100%;
        margin-right: 0;
    }
    .home-keyan .item .pic {
        height: 3.2rem;
    }
    .home-data .content {
        margin-left: auto;
        margin-right: auto;
        width: 6.9rem;
        height: 6.9rem;
    }
    .home-data .content::after {
        width: 5.6rem;
        height: 5.6rem;
    }
    .home-data .content::before {
        width: 4.5rem;
        height: 4.5rem;
    }
    .home-data .content em {
        width: 3.2rem;
        height: 3.2rem;
    }
    .home-data .tabs .item:nth-child(2) {
        left: 2.8rem;
        top: .9rem;
    }
    .home-data .tabs .item:nth-child(4) {
        top: 3.2rem;
        left: 2.6rem;
    }
    .home-data .tabs .item:nth-child(5) {
        top: 2.6rem;
    }
    .home-meiti .content .item {
        width: 50%;
    }
    .home-meiti .content .item:nth-child(1) {
        width: 100%;
        flex: none;
    }
    .home-meiti {
        margin-top: .7rem;
    }
}

@font-face {
    font-family: 'sySong';
    src: url('/dzxxykzgcxy/fonts/sySong.woff') format('woff');
}

.pub-wrap {
    padding-bottom: .2rem;
}

.pub-banner {
    overflow: hidden;
}

.pub-banner img {
    height: 4rem;
    object-fit: cover;
}

.leftNav {
    width: 2.8rem;
    margin-top: .3rem;
    margin-right: .4rem;
}

.leftNav h2 {
    line-height: 0.8rem;
    color: #fff;
    background: #0135A3;
    font-family: 'sySong';
    font-size: 0.26rem;
    font-weight: bold;
    overflow: hidden;
    padding-left: 0.4rem;
}

.leftNav>ul {
    background: #fff;
    box-shadow: 0px 0.02rem 0.05rem 0px rgba(0, 0, 0, 0.1);
}

.leftNav ul li a {
    display: block;
    line-height: 0.66rem;
    padding-left: 0.4rem;
    border-bottom: 1px solid #e5e5e5;
}

.leftNav>ul>li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-left: 0.03rem solid #0135A3;
    transform: scaleY(0);
    z-index: 1;
    transition: all 0.3s;
}

.leftNav>ul>li>a::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.2rem;
    background: url(/dzxxykzgcxy/images/left-sj.png) no-repeat;
    background-size: cover;
    width: 0.16rem;
    height: 0.16rem;
    display: none;
}

.leftNav>ul>li:first-child {
    border-top: none;
}

.leftNav>ul>li>a {
    position: relative;
}

.leftNav>ul>li.on>a {
    color: #0135A3;
    font-weight: 600;
}

.leftNav>ul>li.on>a::after,
.leftNav>ul>li:hover>a::after {
    display: block;
}

.leftNav>ul>li:hover>a {
    color: #0135A3;
    font-weight: 600;
}

.leftNav>ul>li.on::before,
.leftNav>ul>li:hover::before {
    transform: none;
}

.leftNav ul li a:hover {
    background-position: 0.31rem center;
    color: #0135A3;
}

.leftNav>ul>li>ul {
    display: none;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    padding-right: 0;
    border-bottom: 1px solid #e5e5e5;
}

.leftNav>ul>li>ul>li>a {
    font-size: 0.15rem;
    line-height: 0.46rem;
    padding-left: 0.6rem;
    color: #666666;
    border-bottom: none;
}

.pub-content {
    padding: .2rem .4rem .4rem .4rem;
    box-shadow: 0px 0.02rem 0.05rem 0px rgba(0, 0, 0, 0.1);
    margin-top: .3rem;
    border-top: 2px #0135A3 solid;
    min-height: 800px;
}

.pub-title {
    line-height: 0.66rem;
    border-bottom: 1px solid #d2d2d2;
    flex-wrap: wrap;
}

.pub-title h3 {
    font-size: 0.26rem;
    font-weight: bold;
}

.position {
    font-size: 0.18rem;
    color: #888;
}

.position a {
    color: #888;
    margin: 0 0.05rem;
    vertical-align: middle;
}

.page {
    margin-top: .4rem;
}

.page a {
    line-height: .3rem;
    border: 1px #c5b7b7 solid;
    font-size: .16rem;
    padding: 0 .1rem;
    margin-right: .1rem;
}

.page a:last-child {
    margin-right: 0;
}

.page a.on {
    background-color: #0135A3;
    color: #FFF;
    border-color: #0135A3;
}

.text-list .item {
    padding: .3rem 0;
    width: 100%;
    border-bottom: 1px dashed #ccc;
}

.text-list .item:first-child {
    margin-top: 0;
}

.text-list .item .date {
    width: 1.2rem;
    height: .8rem;
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
    margin-right: .3rem;
}

.text-list .item .date span {
    font-weight: bold;
    color: #0135A3;
    font-size: .36rem;
}

.text-list .item .date::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 70%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-color: #0135A3;
}

.text-list .item .tit {
    font-size: .22rem;
    padding-left: 0;
}

.text-list .item .des {
    color: #666;
    margin-top: .15rem;
    font-size: .16rem;
}

.news-list .item {
    padding: .3rem 0;
    border-bottom: 1px #c5c5c5 dashed;
}

.news-list .item .pic {
    width: 2.6rem;
    height: 1.8rem;
    overflow: hidden;
    margin-right: .3rem;
}

.news-list .item .tit {
    font-size: .22rem;
    line-height: 1.8;
}

.news-list .item .des {
    color: #666;
    line-height: 1.8;
    margin-top: .1rem;
    font-size: .16rem;
}

.news-list .item .date {
    position: absolute;
    left: 0;
    bottom: .1rem;
    font-size: .18rem;
    color: #9E9E9E;
    font-family: Arial, Helvetica, sans-serif;
}

.details {
    padding-top: .5rem;
    padding-bottom: .2rem;
}

.details h1 {
    font-weight: normal;
    font-size: .26rem;
}

.details .info {
    color: #A8A8A8;
    font-size: .14rem;
    line-height: 2;
    border-bottom: 1px rgba(141, 141, 141, .3) solid;
    margin-top: .2rem;
    padding-bottom: .1rem;
}

.details .body {
    line-height: 2;
    font-size: .16rem;
    color: #2C2C2C;
}

.details .body p {
    margin-top: .1rem;
    text-indent: .32rem;
}

.details .body img {
    max-width: 100%;
    margin-top: .3rem;
    height: auto !important;
}

.details .prev-next {
    line-height: 2;
    margin-top: .6rem;
    font-size: .16rem;
}

.details .prev-next span {
    color: #0135A3;
}

.about {
    margin-top: .4rem;
}

.about .con {
    align-items: flex-end;
}

.about .pic {
    width: 5.3rem;
    height: 3.4rem;
    overflow: hidden;
}

.about .con .text-con {
    background-color: #0135A3;
    color: #FFF;
    padding: .6rem .3rem;
    font-size: .16rem;
    line-height: 1.8;
    text-indent: .28rem;
    clip-path: polygon(95% 0%, 100% 20px, 100% 100%, 0% 100%, 0% 0%);
}

.about .body {
    font-size: .16rem;
    line-height: 1.8;
}

.about .body p {
    margin-top: .3rem;
    text-indent: 2em;
}

.teacher .item {
    margin-top: .6rem;
    width: 23%;
    margin-right: 2.5%;
}

.teacher .item:nth-of-type(4n) {
    margin-right: 0;
}

.teacher .item .pic {
    width: 100%;
    overflow: hidden;
    height: 3.4rem;
}

.teacher .item .name {
    font-size: .24rem;
    font-weight: bold;
    margin-top: .2rem;
}

.teacher .item .des {
    margin-top: .15rem;
    color: #666;
    line-height: 1.6;
}

.teacher-details .content {
    margin-top: 50px;
}

.teacher-details .pic-con {
    width: 2.8rem;
    margin-left: .2rem;
    margin-top: .2rem;
    z-index: 2;
    margin-right: .6rem;
    float: left;
}

.teacher-details .pic img {
    width: 100%;
}

.teacher-details .pic::after {
    content: '';
    position: absolute;
    left: -.2rem;
    top: -.2rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
    clip-path: polygon(0 0, 100% 0, 0 100%);
    width: 2.3rem;
    height: 3rem;
    z-index: -1;
    background-color: #0135A3;
}

.teacher-details .name {
    font-size: .24rem;
    font-weight: bold;
    color: #0135A3;
    margin-top: .3rem;
    padding: 0px 34px;
}

.teacher-details .des {
    margin-top: .2rem;
    color: #666;
}

.teacher-details .body {
    border-left: 1px #dcdcdc solid;
    padding-left: .3rem;
    padding-top: .2rem;
}

.teacher-details .body .item {
    margin-bottom: .6rem;
}

.teacher-details .body .item:last-child {
    margin-bottom: 0;
}

.teacher-details .body .title {
    line-height: .6rem;
    font-size: .26rem;
    color: #0135A3;
    font-family: 'sySong';
}

.teacher-details .body .title::after {
    content: '';
    position: absolute;
    left: -.45rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: .3rem;
    height: .3rem;
    background: url(/dzxxykzgcxy/images/sz-dot.png)no-repeat center;
    background-size: 100%;
}

.teacher-details .body .text {
    margin-top: .1rem;
    line-height: 1.8;
    opacity: .8;
}


/* .fixed {
    top: 0;
} */

@media (min-width:1025px) {
    .page a:hover {
        background-color: #0135A3;
        color: #FFF;
        border-color: #0135A3;
    }
    .news-list .item:hover {
        border-color: #0135A3;
    }
    .news-list .item:hover .pic img,
    .teacher .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);
    }
}

@media (max-width:1199px) {
    .leftNav {
        width: 3.2rem;
    }
    .leftNav>ul>li>a,
    .text-list .item .tit,
    .news-list .item .tit,
    .about .body,
    .about .con .text-con {
        font-size: 14px;
    }
    .leftNav>ul>li>ul>li>a {
        font-size: 13px;
    }
    .leftNav>h2 {
        font-size: 16px;
        line-height: .9rem;
        height: .9rem;
    }
    .leftNav ul li a {
        line-height: .8rem;
    }
    .text-list .item .date span {
        font-size: 20px;
    }
    .text-list .item .des,
    .news-list .item .date,
    .news-list .item .des,
    .details .info,
    .details .body,
    .details .prev-next,
    .page a {
        font-size: 12px;
    }
    .pub-title h3,
    .details h1,
    .teacher .item .name,
    .teacher-details .body .title,
    .teacher-details .name {
        font-size: 18px;
    }
    .position {
        /* display: none; */
    }
    .about {
        padding: 0 .2rem;
    }
    .about .con .text-con {
        padding: .2rem;
    }
    .page a {
        line-height: .6rem;
        padding: 0 .2rem;
    }
}

@media (max-width:950px) {
    .nav li>a {
        line-height: 0.5rem;
    }
    .news-list .item .pic {
        width: 3.4rem;
        height: 2.2rem;
    }
    .about {
        padding: 0;
    }
    .about .pic {
        width: 6.5rem;
        height: auto;
    }
    .about .pic {
        width: 100%;
        margin-right: 0;
    }
    .about .con .text-con {
        clip-path: none;
        padding: .2rem;
        line-height: 2;
    }
}

@media (max-width:767px) {
.teacher .item{
margin-top: .1rem;
}
.teacher .item .pic{
    height: 4.4rem;
}
    .leftNav {
        width: 100%;
        margin-right: 0;
    }
    .leftNav>ul {
        display: none;
    }
    .leftNav>h2 {
        text-align: left;
        padding-left: 0.15rem;
        font-weight: 600;
    }
    .leftNav>h2::before,
    .leftNav>h2::after {
        display: none;
    }
    .leftNav>h2 span {
        width: 0.7rem;
        height: 0.7rem;
        background: url(/dzxxykzgcxy/images/sub_left_down2.png) no-repeat center center;
        background-size: .2rem;
        cursor: pointer;
        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%);
    }
    .pub-content {
        padding: .2rem;
        max-width: 100%;
    }
    .news-list .item .pic {
        width: 100%;
        margin-right: 0;
        height: 3.8rem;
    }
    .news-list .item .tit {
        margin-top: .2rem;
    }
    .news-list .item .date {
        position: inherit;
        left: auto;
        bottom: auto;
        margin-top: .15rem;
        background-size: .24rem;
    }
    .about .body {
        line-height: 2;
    }
    .teacher .item {
        width: 49%;
        margin-right: 2%;
    }
    .teacher .item:nth-of-type(2n) {
        margin-right: 0;
    }
    .teacher-details {
        display: block;
        margin-top: .6rem;
    }
    .teacher-details .pic-con {
        margin-right: 0;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
      .header .logo img {
            height: auto;
    width: 80%;
    }
}
}