@import "base.css";

:root {
    --animate-duration: .5s;
    --animate-delay: .5s;
    --animate-repeat: 1
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

#adu0 {
    z-index: 10000 !important
}

#browser-modal {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    color: #303233;
    position: fixed;
    z-index: 9990009
}

#browser-modal .browser-modal-cover {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #333;
    opacity: .9;
    z-index: -1
}

#browser-modal .browser-content {
    width: 700px;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
    padding-top: 50px;
    background-color: #fff;
    border-radius: 5px
}

#browser-modal .browser-content .browser-dpc-logo img {
    height: 42px;
    margin: 45px auto 40px
}

#browser-modal .browser-content .browser-text-title {
    text-transform: uppercase;
    font-size: 24px
}

#browser-modal .browser-content .browser-text-desc {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 14px
}

#browser-modal .browser-content .browser-list {
    width: 600px;
    margin: 20px auto;
    height: 130px
}

#browser-modal .browser-content .browser-item {
    float: left;
    width: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto
}

#browser-modal .browser-content .browser-item .iconfont {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 10px
}

#browser-modal .browser-content .browser-item .iconchrome {
    background: url(../images/bro.png) no-repeat 0 0
}

#browser-modal .browser-content .browser-item .iconfirefox {
    background: url(../images/bro.png) no-repeat 0 -100px
}

#browser-modal .browser-content .browser-item .iconopera {
    background: url(../images/bro.png) no-repeat 0 -200px
}

#browser-modal .browser-content .browser-item .iconEdge {
    background: url(../images/bro.png) no-repeat 0 -300px
}

#browser-modal .browser-content .browser-item a {
    cursor: pointer;
    display: block
}

#browser-modal .browser-content .browser-item a img {
    display: block;
    margin: 0 auto;
    max-width: 100px;
    width: 100px;
    height: 100px
}

#browser-modal .browser-content .browser-item a h4 {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700
}

@font-face {
    font-family: "sySong";
    src: url("../fonts/sySong.woff") format("woff");
    font-style: normal;
    font-weight: normal
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

body {
    overflow-x: hidden
}

section,
.w1400 {
    max-width: 1400px;
    margin: 0 auto
}

.cover_bg,
.cover_img>div:first-child {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.cover_img {
    position: relative;
    overflow: hidden
}

a:hover .cover_img>div:first-child,
.cover_img:hover>div:first-child {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.link_news a:hover i {
    -webkit-transform: scale(.95);
    transform: scale(.95)
}

.cover_img div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.slick-dots li {
    cursor: pointer
}

.no_scroll {
    overflow: hidden
}

header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    background: #1b587c;
    background-size: auto 90%;
    z-index: 999;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.t_logo,
.t_search,
.menu {
    z-index: 9999
}

.t_logo {
    line-height: 1.20rem
}

.t_logo_ns img {
    max-height: .66rem
}

.t_logo_txt img {
    max-height: .57rem
}

.t_logo img {
    vertical-align: middle;
    display: inline-block
}

.t_logo a:not(:first-child) {
    margin-left: .2rem
}

.t_link {
    margin: .2rem -.15rem 0
}

.t_link a {
    padding: 0 .15rem;
    display: inline-block;
    color: rgba(255, 255, 255, .7);
    line-height: .16rem
}

.t_link a:not(:first-child) {
    border-left: 1px solid #3e9078
}

.t_nav {
    position: relative;
    background: #fff
}

.t_nav li {
    display: inline-block;
    position: relative;
    font-size: .17rem;
    vertical-align: top;
    width: 8.3%;
}

.t_nav .on h3 a {
    background: #e6901e;
    color: #fff
}

.t_nav h3 {
    font-weight: normal;
    position: relative;
    z-index: 3
}

.t_nav h3 a {
    font-size: .18rem;
    display: block;
    color: #333;
    line-height: .5rem
}

.t_nav a {
    display: block;
    color: #fff
}

.t_nav .sub_nav {
    position: absolute;
    top: calc(100% + 10px);
    font-size: 14px;
    padding: 6px 8px;
    background: #1b587c;
    width: -webkit-max-content;
    width: -moz-max-content;
    min-width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    z-index: 6
}

.t_nav li:hover .sub_nav {
    top: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible
}

.t_nav .sub_nav a {
    padding: 10px 10px;
    font-size: 15px;
    color: #fff;
    line-height: 1.6;
    white-space: nowrap
}

.t_nav li:not(.on):hover h3 a {
    color: #e6901e
}

.t_nav .sub_nav {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3)
}

.t_nav .sub_nav a:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.t_nav .sub_nav:before,
.t_nav .sub_nav:after {
    content: '';
    position: absolute
}

.t_nav .sub_nav:before {
    width: 100%;
    top: 0;
    height: 3px;
    background: #e6901e
}

.t_nav .sub_nav:after {
    top: -6px;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent
}

.t_nav li:hover .sub_nav:after {
    border-color: transparent transparent #e6901e transparent
}

.search_wrap {
    position: absolute;
    right: 50%;
    top: .54rem;
    margin-right: -700px;
    color: #666;
    transition: all 0.5s;
    z-index: 99999
}

.search_wrap .search_box {
    z-index: 999;
    z-index: 3
}

.search_wrap .i_txt {
    width: 3.4rem;
    height: .42rem;
    position: relative;
    border: none;
    padding: 0 .6rem 0 .16rem;
    font-size: .15rem;
    background: rgba(0, 0, 0, .2);
    color: #fff;
    vertical-align: top
}

.search_wrap .submit {
    position: absolute;
    top: 0;
    right: 0;
    width: .7rem;
    height: .42rem;
    cursor: pointer
}

.search_box .i_txt::-webkit-input-placeholder {
    color: #8cbbae
}

.search_box .i_txt:-moz-placeholder {
    color: #8cbbae
}

.search_box .i_txt::-moz-placeholder {
    color: #8cbbae
}

.search_box .i_txt:-ms-input-placeholder {
    color: #8cbbae
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    position: relative
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-arrow {
    cursor: pointer
}

.slick-dots li {
    display: inline-block;
    position: relative;
    cursor: pointer
}

.slick_bar a {
    padding-top: calc(100vh - 4rem)
}

.slick_bar .slick-dots,
.slick_news .slick-dots {
    position: absolute;
    text-align: center;
    z-index: 3
}

.slick_bar .slick-arrow {
    position: absolute;
    top: 50%;
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    background: rgba(0, 0, 0, .5) url(../images/prev.png) 50% no-repeat;
    margin-top: -.6rem;
    z-index: 6
}

.slick_bar .slick-arrow:hover {
    background-color: #e6901e;
    border-color: #e6901e
}

.slick_bar .slick-prev {
    left: 30px
}

.slick_bar .slick-next {
    right: 30px;
    background-image: url(../images/next.png)
}

.slick_bar .slick-dots {
    position: absolute;
    right: 50%;
    margin-right: -700px;
    bottom: 20px
}

.slick_bar .slick-dots li {
    cursor: pointer
}

.slick_bar .slick-dot {
    font-family: sySong;
    display: inline-block;
    background-size: 100%;
    vertical-align: middle;
    margin: 0 .2rem;
    font-size: .24rem;
    opacity: .7;
    filter: alpha(opacity=70)
}

.slick_bar .slick-dot:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 2px;
    background: #e6901e;
    vertical-align: middle
}

.slick_bar .slick-dot.slick-active {
    color: #e6901e;
    font-size: .3rem;
    opacity: 1;
    filter: alpha(opacity=100);
    margin: 0
}

.slick_bar .slick-dot.slick-active:after {
    width: 58px;
    margin: 0 0 0 14px
}

.slick_bar .slick-active .cover_bg:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30%;
    z-index: 1
}

-webkit-@keyframes dotRotate {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

-moz-@keyframes dotRotate {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

-ms-@keyframes dotRotate {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes dotRotate {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.slick_news .slick-dots {
    bottom: .2rem;
    right: .22rem
}

.slick_news .slick-dots li {
    width: .06rem;
    height: .06rem;
    border-radius: 50px;
    vertical-align: middle;
    background: rgba(255, 255, 255, .5);
    margin-left: 12px
}

.slick_news .slick-dots .slick-active {
    width: 10px;
    height: 10px;
    background: #e6901e
}

.slick_news time {
    position: absolute;
    left: 0;
    bottom: .48rem;
    padding: 0 .2rem;
    line-height: .3rem;
    font-size: .18rem;
    font-family: Times New Roman;
    font-weight: 700;
    color: #fff;
    z-index: 6
}

.slick_news time:before,
.tit_sub:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    right: 0;
    background: #e6901e;
    z-index: -1;
    transform: skew(20deg)
}

.slick_news p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b2000000', GradientType=0);
    padding: .6rem 1.1rem .18rem .2rem;
    color: #fff
}

.f1 {
    padding: .57rem 0 .32rem
}

.tit {
    margin: 0 0 .36rem;
    line-height: .36rem
}

.notice_wrap .tit {
 

    position: relative;
 
}

.notice_wrap .tit:before {
   
}

.tit>i {
    width: .38rem;
    height: .36rem;
    margin: 0 8px 0 0
}

.tit h3 {
    display: inline-block;
    font-size: .28rem;
    font-weight: 700;
    vertical-align: middle
}

.tit h3 span {
    color: #1b587c
}

.tit.white h3 span {
    color: #e6901e
}

.more {
    color: #666
}

.i1 {
    background: url(../images/i1.png) 50% no-repeat
}

.i2 {
    background: url(../images/i2.png) 50% no-repeat
}

.i3 {
    background: url(../images/i3.png) 50% no-repeat
}

.i4 {
    background: url(../images/i4.png) 50% no-repeat
}

.i5 {
    background: url(../images/i5.png) 50% no-repeat
}

.i6 {
    background: url(../images/i6.png) 50% no-repeat
}

.i7 {
    background: url(../images/i7.png) 50% no-repeat
}
.i10 {
    background: url(../images/i10.png) 50% no-repeat
}
.i11 {
    background: url(../images/i11.png) 50% no-repeat
}
.i12 {
    background: url(../images/i12.png) 50% no-repeat
}
.more:hover {
    color: #1b587c
}

-webkit-@keyframes aniMore {

    0%,
    100% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(4px)
    }

    75% {
        transform: translateX(-4px)
    }
}

-moz-@keyframes aniMore {

    0%,
    100% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(4px)
    }

    75% {
        transform: translateX(-4px)
    }
}

-ms-@keyframes aniMore {

    0%,
    100% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(4px)
    }

    75% {
        transform: translateX(-4px)
    }
}

@keyframes aniMore {

    0%,
    100% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(4px)
    }

    75% {
        transform: translateX(-4px)
    }
}

.slick_news {
    width: calc(55.493% - .25rem)
}

.slick_news .slick-slide {
    overflow: hidden
}

.slick_news .cover_img {
    padding-top: 3.28rem
}

.slick_news .txt {
    padding: .16rem .05rem 0
}

.slick_news h3,
.list_img h3 {
    font-size: .16rem;
    line-height: .22rem
}

.slick_news h3 {
    height: .44rem;
    margin: 0 0 .14rem
}

.f1 .list_row {
    width: calc(44.5% - .25rem)
}

.list_row {
    margin: -.12rem 0
}

.list_row a {
    display: block;
    padding: .11rem 0;
    color: #555;
    line-height: .22rem
}

.list_row h3 {
    font-size: .16rem;
    margin: 0 0 .04rem
}

.list_row p {
    position: relative
}

.list_row p:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    left: .7rem;
    border-top: 1px dashed #ddd
}

.list_row time {
    font-size: .2rem;
    color: #1b587c;
    font-family: Times New Roman;
    font-weight: 700
}

.list_img {
    margin: 0 -.15rem -.15rem;
    text-align: center
}

.list_img a {
    float: left;
    width: calc(33.333333% - .3rem);
    margin: .15rem
}

.list_img .cover_img {
    padding-top: 68%;
    margin: 0 0 10px
}

.list_img p {
    color: #999
}

.list_news a {
    display: block;
    position: relative
}

.con_wrap .list_news.line {
    margin: 0
}

.list_news.line {
    margin-top: -.2rem
}

.list_news.line a {
    line-height: .58rem
}

.list_news.line a:not(:first-child) {
    border-top: 1px dashed #ddd
}

.list_news .hd {
    font-size: 0;
    margin: 0 0 .2rem
}

.list_news .hd time,
.list_news .hd .txt,
.list_notice time,
.list_notice .txt,
.list_xs time,
.list_xs .txt,
.more b:before {
    display: inline-block;
    vertical-align: middle
}

.list_news .hd time {
    width: .88rem;
    font-size: .22rem;
    color: #1b587c;
    padding: 0 0 .58rem;
    background: url(../images/time_r.png) 34% calc(100% - .1rem) no-repeat
}

.list_news .hd .txt {
    width: calc(100% - .88rem);
    font-size: .14rem
}

.list_news .hd p {
    color: #808080;
    line-height: .2rem;
    height: .4rem
}

.list_news a {
    padding: 0 .7rem 0 .2rem;
    line-height: .42rem;
    font-size: .16rem
}

.list_news a:before,
.link_down .sub_nav a:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1.5px;
    width: 3px;
    height: 3px;
    border: 1px solid #1b587c;
    left: 1px;
    transform: rotate(45deg);
    overflow: hidden
}

.list_news a:hover:before,
.link_down .sub_nav a:hover:before {
    transform: rotate(-45deg);
    background: #1b587c
}

.list_news a time {
    color: #1b587c;
    position: absolute;
    right: 0;
    top: 0;
    font-size: .17rem;
    font-family: Times New Roman;
    font-weight: 700
}

.list_news h3 {
    font-size: .18rem;
    line-height: .26rem;
    color: #1b587c;
    margin: 0 0 .2rem
}

.notice_wrap {
    width: calc(33.215% - .25rem);
   /*  background: url(../images/bg_notice.jpg) 50% no-repeat;
    background-size: cover;
    padding: .1rem 0.35rem .16rem;
    margin: -1.37rem 0 0; */
}

.list_notice {
    margin: -.15rem 0
}

.list_notice a {
    display: block;
    padding: .15rem 0;
    position: relative;
color:#000;
 border-bottom: 1px dotted #999;
}

.list_notice.col2 {
  
}

.list_notice.col2 a {
    float: left;
    width: calc(50% - .8rem);
    margin: 0 .4rem
}

.list_notice time {
    position: relative;
    z-index: 6;
    width: .7rem;float:left;
}

.list_notice time {
    width: 70px;
    text-align: center;
    font-size: 14px;
    font-family: Arial;
    line-height: 36px
}

.list_notice a:hover {
    transform: translateY(-6px);
    color: #000
}

.list_notice.white a:hover {
    color: #000
}

.list_notice a:hover:before {
    height: 100%
}

.list_notice a:hover time {
    border-right-color: #8badca
}

.list_notice time span {
    font-size: 30px;
    display: block;
    font-family: Times New Roman;
    font-weight: 700;
    background: #1b587c;
    color: #fff
}

.list_notice time p {
    color: #666;
    border: 1px solid #1b587c;
    border-top: none;
    color: #1b587c
}

.list_notice .txt {
    width: calc(100% - 92px);
    margin: 0 0 0 22px
}

.list_notice h3 {
    line-height: 28px;
    font-size: 16px;
    max-height: 56px
}

.list_notice.white time span {
    background: #fff;
    color: #1b587c
}

.list_notice.white time p {
    border-color: #5ca691;
    color: #fff
}

.f1 .news_wrap {
    width: calc(66.79% - .25rem)
}

.list_xs {
    margin: -.2rem 0
}

.list_xs a {
    display: block;
    overflow: hidden;
    padding: .19rem 0;
    font-size: 0;
    border-bottom: 1px dashed #cacccc
}

.list_xs a:hover time {
    color: #fff
}

.list_xs time:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    background: #1b587c url(../images/time_xs_on.png) 50% no-repeat;
    border-radius: 50%
}

.list_xs a:hover time span {
    color: #fff
}

.list_xs a:hover time:before {
    width: 140%;
    height: 140%
}

.list_xs time {
    width: .8rem;
    background: #eeefef url(../images/time_xs.png) 50% no-repeat;
    vertical-align: middle;
    text-align: center;
    font-family: Arial;
    font-size: 16px;
    color: #666;
    padding: .07rem 0 .09rem;
    position: relative;
    overflow: hidden
}

.list_xs time span {
    display: block;
    font-size: .38rem;
    line-height: .40rem;
    color: #333;
    margin: 0 0 .06rem
}

.list_xs time span,
.list_xs time p {
    position: relative;
    z-index: 6
}

.list_xs .txt {
    width: calc(100% - .96rem);
    font-size: .14rem;
    color: #808080;
    line-height: .22rem;
    margin: 0 0 0 .16rem
}

.list_xs h3 {
    font-size: .18rem;
    line-height: .28rem;
    color: #333;
    margin: 0 0 .1rem
}

.f2 {
    padding: .70rem 0 .66rem;
    background: url(../images/bg1.jpg);
    background-size: cover
}

.f2 .img {
    padding-top: 1.6rem;
    margin: 0 0 .16rem
}

.xs_wrap,
.service_wrap {
    width: calc(33.929% - .35rem)
}

.js_wrap,
.party_wrap {
    width: calc(36.5% - .31rem);
    margin: 0 .5rem
}

.tab_wrap,
.link_wrap {
    width: calc(29.571% - .35rem)
}

.tab_wrap .hd {
    font-size: 0;
    border: 1px solid #ddd;
    overflow: hidden;
    margin: -.06rem 0 .31rem
}

.tab_wrap .hd a {
    display: inline-block;
    line-height: .48rem;
    width: 50%;
    font-size: .18rem;
    position: relative
}

.tab_wrap .hd .on {
    color: #fff;
    z-index: 6
}

.tab_wrap .hd .on:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #1b587c;
    z-index: -1;
    transform: skew(20deg)
}

.tab_wrap .hd .on:before {
    left: -.10rem
}

.tab_wrap .hd .on:nth-child(2):before {
    left: 0;
    right: -.10rem
}

.slick_tab {
    margin: 0 0 .16rem
}

.slick_tab .cover_img {
    padding-top: 1.6rem
}

.slick_tab .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: .12rem;
    font-size: 0;
    text-align: center
}

.slick_tab .slick-dot {
    display: inline-block;
    margin: 0 6px;
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, .7);
    border-radius: 50%;
    vertical-align: middle
}

.slick_tab .slick-dot.slick-active {
    width: .1rem;
    height: .1rem;
    background: #e6901e
}

.f3 {
    padding: .66rem 0;
    background: url(../images/bg2.jpg);
    background-size: cover;
    overflow: hidden
}

.f3 .tit {
    margin: .16rem 0 .20rem
}

.f3 .tit i {
    margin: 0 0 .16rem
}

.more.col {
    bottom: 0;
    left: 0
}

.white .more {
    color: #ceded9
}

.list_style {
    margin: -.2rem -.25rem;
    float: right;
    width: calc(100% - .9rem)
}

.list_style a {
    float: left;
    width: calc(24.351% - .48rem);
    margin: .20rem .25rem;
    position: relative;
    border: 5px solid #fff
}

.list_style .cover_img {
    padding-top: 1.76rem
}

.list_style a:first-child {
    width: calc(51.298% - .54rem);
    font-size: .22rem
}

.list_style a:first-child .cover_img {
    padding-top: 4.02rem
}

.list_style p {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: .5rem .15rem .12rem;
    background: linear-gradient(to top, rgba(99, 175, 26, .8), rgba(99, 175, 26, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0063af1a', endColorstr='#c863af1a', GradientType=0);
    z-index: 6
}

.list_style a:nth-child(3) p,
.list_style a:nth-child(4) p {
    background: linear-gradient(to top, rgba(122, 74, 218, .8), rgba(122, 74, 218, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007a4ada', endColorstr='#c87a4ada', GradientType=0)
}

.list_style a:first-child p {
    background: linear-gradient(to top, rgba(230, 144, 30, .8), rgba(230, 144, 30, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e6901e', endColorstr='#c8e6901e', GradientType=0)
}

.list_link a {
    display: block;
    margin: 0 0 0.05rem;
    padding-top: 0rem
}

.f4 {
    padding: .70rem 0 .76rem;
    background: #f6f6f6 url(../images/bg3.png) 0 100% no-repeat
}

.link_down li:not(:first-child) {
    margin-top: 0.05rem
}

.link_down h3 {
    line-height: .44rem;
    border: 1px solid #ddd;
    padding: 0 .36rem 0 .12rem;
    cursor: pointer;
    font-size: .16rem;
    position: relative
}

.link_down h3:before {
    content: '';
    position: absolute;
    right: .12rem;
    top: 50%;
    margin-top: -4px;
    width: 14px;
    height: 8px;
    background: url(../images/down.png) 50% no-repeat
}

.link_down li:hover h3:before {
    transform: rotate(180deg)
}

.link_down .sub_nav {
    position: absolute;
    left: 0;
    min-width: 100%;
    bottom: 100%;
    visibility: hidden;
    opacity: 0;
    background: rgba(255, 255, 255, .9);
    padding: 8px 0;
    box-shadow: 0 -3px 3px rgba(0, 0, 0, .2)
}

.link_down .sub_nav a {
    display: block;
    padding: 12px 15px 12px 32px;
    font-size: 14px;
    position: relative
}

.link_down .sub_nav a:not(:first-child) {
    border-top: 1px dashed #ddd
}

.link_down .sub_nav a:before {
    left: 15px
}

.link_down li:hover {
    transform: translateY(-4px)
}

.link_down li:hover .sub_nav {
    visibility: visible;
    opacity: 1
}

.code_wrap {
    margin: .40rem -.13rem 0
}

.code_wrap li {
    position: relative;
    float: left;
    width: calc(25% - .26rem);
    margin: 0 .13rem;
    padding: .16rem .20rem .16rem .30rem;
    font-size: .22rem;
    line-height: .32rem;
    background: #08b6e1 url(../images/line.png);
    overflow: hidden
}

.code_wrap li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.62rem;
    height: 1.4rem;
    background: url(../images/item.png) 50% no-repeat
}

.code_wrap li:nth-child(2) {
    background-color: #038dd3
}

.code_wrap li:nth-child(3) {
    background-color: #04a756
}

.code_wrap li:nth-child(4) {
    background-color: #5aaf46
}

.code_wrap h3 {
    float: left;
    max-width: 4em;
    font-size: .22rem;
    margin: .23rem 0 0
}

.code_wrap img {
    float: right;
    width: 1.16rem
}

.code_wrap li:hover img,
.aside_link a:hover i {
    -webkit-animation: icon-bounce 0.5s alternate;
    -moz-animation: icon-bounce 0.5s alternate;
    -ms-animation: icon-bounce 0.5s alternate;
    -o-animation: icon-bounce 0.5s alternate;
    animation: icon-bounce 0.5s alternate
}

@keyframes icon-bounce {

    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    25% {
        -moz-transform: rotate(8deg);
        -ms-transform: rotate(8deg);
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg)
    }

    50% {
        -moz-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg)
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
}

@-webkit-keyframes icon-bounce {

    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    25% {
        -moz-transform: rotate(8deg);
        -ms-transform: rotate(8deg);
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg)
    }

    50% {
        -moz-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg)
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
}

@-moz-keyframes icon-bounce {

    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    25% {
        -moz-transform: rotate(8deg);
        -ms-transform: rotate(8deg);
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg)
    }

    50% {
        -moz-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg)
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
}

@-o-keyframes icon-bounce {

    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    25% {
        -moz-transform: rotate(8deg);
        -ms-transform: rotate(8deg);
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg)
    }

    50% {
        -moz-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg)
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
}

footer {
    background: #1b587c;
    color: #bbd2ca;
    position: relative;
    padding: 32px 0
}

footer,
footer a {
    color: #bbd2ca
}

.f_logo_ns img {
    max-height: .60rem
}

.f_logo_txt img {
    max-height: .45rem
}

.f_copy {
    line-height: .32rem
}

.f_copy span {
    margin: 0 .28rem 0 0;
    display: inline-block
}

.f_copy a:hover {
    color: #fff
}

.f_logo {
    line-height: .36rem
}

.f_logo_txt {
    margin-left: .20rem
}

.aside_link {
    position: fixed;
    right: 50%;
    margin-right: -850px;
    z-index: 99999;
    width: .86rem;
    padding: 2px;
    border: 1px solid #1b587c;
    border-radius: 0 0 1rem 1rem;
    box-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
    display: none
}

.aside_link .wrap {
    background: #1b587c;
    border-radius: 0 0 1rem 1rem;
    padding: .1rem .1rem .15rem
}

.aside_link a {
    padding: .12rem 0;
    display: block;
    font-size: .16rem
}

.aside_link a:nth-child(-n+4) {
    border-bottom: 1px solid #469a82
}

.aside_link:before,
.aside_link:after {
    content: '';
    position: absolute
}

.aside_link:before {
    top: -.37rem;
    width: 1.04rem;
    height: .37rem;
    background: url(../images/aside_top.png) 50% no-repeat;
    background-size: cover
}

.aside_link:after {
    bottom: -.45rem;
    width: 1.01rem;
    height: .45rem;
    background: url(../images/aside_bot.png) 50% no-repeat;
    background-size: cover
}

.aside_link i {
    display: block;
    height: 22px;
    margin: 0 0 .08rem;
    background-position: 50%;
    background-repeat: no-repeat
}

.a1 {
    background-image: url(../images/a1.png)
}

.a2 {
    background-image: url(../images/a2.png)
}

.a3 {
    background-image: url(../images/a3.png)
}

.a4 {
    background-image: url(../images/a4.png)
}

.a5 {
    background-image: url(../images/a5.png)
}

.to_top {
    height: 22px;
    background: url(../images/to_top.png) 50% no-repeat;
    margin: .08rem 0 0
}

.inset_bar {
    width: 100%;
    overflow: hidden;
    margin: 0 0 50px
}

.inset_bar .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 70px
}

.inset_bar .slick-left {
    position: absolute;
    top: 0;
    bottom: 0
}

.inset_bar .slick-right {
    position: absolute;
    top: 0;
    bottom: 0
}

.inset_img {
    position: relative;
    display: block;
    width: 100%;
    z-index: 1
}

aside.fl {
    width: 21%;
    margin: -120px 0 50px
}

.aside_tit {
    padding: 15px 20px;
    background: #1b587c;
    color: #fff;
    font-size: 18px
}

.aside_tit h2 {
    font-size: 24px;
    line-height: 40px
}

.aside_tit p {
    opacity: .5
}

.nav_list a {
    position: relative;
    line-height: 24px;
    display: block;
    padding: .16rem .40rem .16rem .24rem;
    color: #333
}

.nav_list>a {
    padding-right: 26px
}

.nav_list>a:before {
    content: '';
    position: absolute;
    left: -4px;
    width: 4px;
    height: 0;
    background: #e6901e
}

.nav_list>a.on:before {
    height: 100%
}

.nav_list>a:not(:first-child) {
    border-top: 2px solid #fff
}

.nav_list a b {
    position: absolute;
    right: 28px;
    top: 50%;
    margin-top: -3px;
    width: .5rem;
    top: 0;
    bottom: 0;
    right: 0;
    color: #999;
    font-size: 16px
}

.nav_list a b:before {
    content: '';
    position: absolute;
    font-family: monospace, serif;
    z-index: 6;
    background: url(../images/i_down.png) 50% no-repeat;
    z-index: 6;
    width: .2rem;
    height: .2rem
}

.nav_list {
    padding: 32px 0 78px;
    border-left: 4px solid #1b587c;
    background: #f5f5f5;
    overflow: hidden
}

.nav_list .on {
    background: #fff;
    color: #1b587c
}

.nav_list .on b {
    right: 0;
    font-size: 12px;
    color: #fff
}

.nav_list a.on b {
    transform: rotate(180deg)
}

.nav_list a b:after {
    content: '';
    position: absolute;
    width: .2rem;
    height: .2rem;
    border-radius: 50%;
    background: #aaa
}

.nav_list .on b:after,
.nav_list .sub_con .active:before {
    background: #1b587c
}

.nav_list .sub_con {
    margin-top: -10px;
    padding: 10px 0;
    display: none
}

.nav_list .sub_con a {
    padding-left: 21%;
    font-size: 14px;
    background: none;
    line-height: 1.6;
    position: relative;
    padding-top: 4%;
    padding-bottom: 4%
}

.nav_list .sub_con a:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #999;
    border-radius: 100px;
    left: 15%;
    top: 50%;
    margin-top: -3px
}

.nav_list .sub_con a:not(:first-child) {
    border-top: 1px dashed #ddd
}

.nav_list .active,
.nav_list .active:hover {
    color: #e6901e
}

.pb_sys_common {
    font-size: 13px;
    font-family: SimSun;
    line-height: 12px;
    color: #222
}

.pb_sys_common a {
    text-decoration: none
}

.pb_sys_common .p_pages {
    margin-left: -5px
}

.pb_sys_common .p_fun_d,
.pb_sys_common .p_no_d,
.pb_sys_common .p_no_o,
.pb_sys_common .p_fun a,
.pb_sys_common .p_no a {
    border: 1px solid #ccc;
    padding: 5px 8px;
    margin: 0 0 0 5px;
    height: 24px;
    -height: auto;
    line-height: 12px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle
}

.pb_sys_common .p_t {
    line-height: 12px;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle
}

.pb_sys_common .p_fun_d,
.pb_sys_common .p_no_d,
.pb_sys_common .p_no_o {
    color: #ccc
}

.pb_sys_common .p_fun a,
.pb_sys_common .p_no a {
    color: #222
}

.pb_sys_common .p_dot {
    margin-left: 4px;
    margin-right: -4px;
    color: #222
}

.pb_sys_common .p_goto input,
.pb_sys_common .p_search input {
    font-family: SimSun;
    font-size: 12px;
    border: 1px solid #aaa;
    height: 22px;
    line-height: 20px;
    box-sizing: border-box;
    vertical-align: middle;
    outline-width: thin;
    outline-color: #1b587c;
    margin: 0 2px;
    padding: 0 1px
}

.pb_sys_common .p_goto input {
    width: 22px;
    text-align: center
}

.pb_sys_common .p_search input {
    width: 100px;
    text-align: left
}

.pb_sys_common .p_goto input:hover,
.pb_sys_common .p_goto input:focus,
.pb_sys_common .p_search input:hover,
.pb_sys_common .p_search input:focus {
    border: 1px solid #1b587c
}

.pb_sys_common .p_goto a,
.pb_sys_common .p_search a {
    border: 1px solid #ccc;
    padding: 5px 6px;
    color: #222;
    margin: 0;
    height: 24px;
    -height: auto;
    line-height: 12px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle
}

.pb_sys_common .p_dosize_d,
.pb_sys_common .p_dosize a {
    border-right: 1px solid #ccc;
    padding: 1px 5px;
    color: #888
}

.pb_sys_common .p_dosize_d {
    color: #222
}

.pb_sys_common .p_dosize a:hover {
    color: #222
}

.pb_sys_common .p_dosize_last_d,
.pb_sys_common .p_dosize_last a {
    border-right-width: 0
}

.pb_sys_normal .p_first,
.pb_sys_normal .p_first_d,
.pb_sys_normal .p_last,
.pb_sys_normal .p_last_d {
    display: none
}

.pb_sys_normal2 .p_first,
.pb_sys_normal2 .p_first_d,
.pb_sys_normal2 .p_last,
.pb_sys_normal2 .p_last_d,
.pb_sys_normal2 .p_prev_d,
.pb_sys_normal2 .p_next_d {
    display: none
}

.pb_sys_full2 .p_first_d,
.pb_sys_full2 .p_last_d,
.pb_sys_full2 .p_prev_d,
.pb_sys_full2 .p_next_d {
    display: none
}

.pb_sys_short .p_no,
.pb_sys_short .p_no_d,
.pb_sys_short .p_no_o,
.pb_sys_short .p_dot {
    display: none
}

.pb_sys_short2 .p_no,
.pb_sys_short2 .p_no_d,
.pb_sys_short2 .p_no_o,
.pb_sys_short2 .p_dot,
.pb_sys_short2 .p_first,
.pb_sys_short2 .p_first_d,
.pb_sys_short2 .p_last,
.pb_sys_short2 .p_last_d {
    display: none
}

.pb_sys_style1 .p_no a:hover,
.pb_sys_style1 .p_fun a:hover,
.pb_sys_style1 .p_goto a:hover,
.pb_sys_style1 .p_search a:hover,
.pb_sys_style2 .p_no a:hover,
.pb_sys_style2 .p_fun a:hover,
.pb_sys_style2 .p_goto a:hover,
.pb_sys_style2 .p_search a:hover,
.pb_sys_style3 .p_no a:hover,
.pb_sys_style3 .p_fun a:hover,
.pb_sys_style3 .p_goto a:hover,
.pb_sys_style3 .p_search a:hover,
.pb_sys_style4 .p_no a:hover,
.pb_sys_style4 .p_fun a:hover,
.pb_sys_style4 .p_goto a:hover,
.pb_sys_style4 .p_search a:hover {
    background-color: #f5f5f5
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #1b587c;
    color: #fff;
    background-color: #1b587c
}

.pb_sys_style2 .p_no_d {
    border: 1px solid #f04646;
    color: #fff;
    background-color: #f04646
}

.pb_sys_style3 .p_no_d {
    border: 1px solid #32b907;
    color: #fff;
    background-color: #32b907
}

.pb_sys_style4 .p_no_d {
    border: 1px solid #888;
    color: #fff;
    background-color: #888
}

.pb_sys_style5 .p_fun_d,
.pb_sys_style5 .p_no_d,
.pb_sys_style5 .p_no_o,
.pb_sys_style5 .p_fun a,
.pb_sys_style5 .p_no a,
.pb_sys_style5 .p_goto a,
.pb_sys_style5 .p_search a,
.pb_sys_style6 .p_fun_d,
.pb_sys_style6 .p_no_d,
.pb_sys_style6 .p_no_o,
.pb_sys_style6 .p_fun a,
.pb_sys_style6 .p_no a,
.pb_sys_style6 .p_goto a,
.pb_sys_style6 .p_search a,
.pb_sys_style7 .p_fun_d,
.pb_sys_style7 .p_no_d,
.pb_sys_style7 .p_no_o,
.pb_sys_style7 .p_fun a,
.pb_sys_style7 .p_no a,
.pb_sys_style7 .p_goto a,
.pb_sys_style7 .p_search a,
.pb_sys_style8 .p_fun_d,
.pb_sys_style8 .p_no_d,
.pb_sys_style8 .p_no_o,
.pb_sys_style8 .p_fun a,
.pb_sys_style8 .p_no a,
.pb_sys_style8 .p_goto a,
.pb_sys_style8 .p_search a {
    border: 1px solid transparent
}

.pb_sys_style5 .p_no_d,
.pb_sys_style5 .p_no a:hover,
.pb_sys_style6 .p_no_d,
.pb_sys_style6 .p_no a:hover,
.pb_sys_style7 .p_no_d,
.pb_sys_style7 .p_no a:hover,
.pb_sys_style8 .p_no_d,
.pb_sys_style8 .p_no a:hover {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px
}

.pb_sys_style5 .p_fun a:hover,
.pb_sys_style5 .p_goto a:hover,
.pb_sys_style5 .p_search a:hover,
.pb_sys_style6 .p_fun a:hover,
.pb_sys_style6 .p_goto a:hover,
.pb_sys_style6 .p_search a:hover,
.pb_sys_style7 .p_fun a:hover,
.pb_sys_style7 .p_goto a:hover,
.pb_sys_style7 .p_search a:hover,
.pb_sys_style8 .p_fun a:hover,
.pb_sys_style8 .p_goto a:hover,
.pb_sys_style8 .p_search a:hover {
    text-decoration: underline
}

.pb_sys_style5 .p_no_d,
.pb_sys_style5 .p_no a:hover {
    border: 1px solid #1b587c;
    color: #fff;
    background-color: #1b587c
}

.pb_sys_style6 .p_no_d,
.pb_sys_style6 .p_no a:hover {
    border: 1px solid #f04646;
    color: #fff;
    background-color: #f04646
}

.pb_sys_style7 .p_no_d,
.pb_sys_style7 .p_no a:hover {
    border: 1px solid #32b907;
    color: #fff;
    background-color: #32b907
}

.pb_sys_style8 .p_no_d,
.pb_sys_style8 .p_no a:hover {
    border: 1px solid #888;
    color: #fff;
    background-color: #888
}

.p_fun_d {
    padding: 0 10px
}

.pb_sys_common .p_pages span,
.pb_sys_common .p_pages span a {
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    color: #666;
    padding-top: 0;
    padding-bottom: 0
}

.pb_sys_common .p_pages span {
    margin: 0 1px;
    position: relative;
    display: inline-block
}

.pb_sys_common .p_pages span a {
    margin: 0;
    padding: 0 10px;
    position: relative
}

.pb_sys_common .p_fun_d,
.pb_sys_common .p_pages span a {
    border-color: #e1e6ea;
    background: #fff
}

.pb_sys_style1 .p_pages .p_no_d {
    background: #1b587c;
    border-color: #1b587c;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    min-width: 30px
}

.pb_sys_common .p_t {
    margin-left: 10px !important
}

.details_wrap,
.news_bd {
    max-width: 1200px;
    margin: 0 auto
}

.pos {
    width: 20px;
    height: 20px;
    background: url('../images/pos.png') 50% no-repeat
}

.site_nav {
    color: #666;
    margin-right: -10px
}

.site_nav b {
    color: #bbb
}

.site_nav a,
.site_nav em {
    display: inline-block;
    line-height: 30px;
    padding: 0 10px
}

.site_nav a:hover,
.nav_list a:hover {
    color: #e6901e
}

.nav_list li>a:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 0;
    left: 0;
    background: #1b587c;
    animation: 1.4s ease-out 0s
}

.nav_list li>a:hover:before {
    height: 30px
}

.nav_list .on>a:hover:before {
    content: none
}

.con_wrap {
    width: calc(79% - 50px);
    margin: 0 0 80px;
    position: relative;
    z-index: 6
}

.con_wrap .tit {
    margin-bottom: 24px;
    line-height: 32px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 22px
}

.con_wrap .tit h3 {
    font-size: 30px;
    color: #1b587c;
    text-transform: uppercase
}

.full_wrap {
    width: auto !important
}

article {
    position: relative
}

.page_wrap {
    margin-top: 40px
}

.list_lab.col2 a {
    width: calc(50% - 44px);
    padding-top: 31.657%
}

.news_hd {
    padding: 10px 0 30px;
    color: #333
}

.news_hd h3 {
    font-size: 24px;
    color: #333;
    font-weight: 700
}

.news_hd p {
    background: #f6f6f6;
    line-height: 44px;
    margin-top: 14px
}

.news_hd p span {
    margin: 0 14px;
    color: #999
}

.news_bd {
    font-size: 16px;
    line-height: 2;
    color: #555
}

.list_avatar {
    margin: 0 -20px -36px
}

.list_avatar a {
    float: left;
    width: calc(25% - 40px);
    margin: 0 20px 36px;
    position: relative;
    overflow: hidden
}

.list_avatar .cover_img {
    padding-top: 141.6%
}

.list_avatar h3 {
    line-height: 24px;
    bottom: 30px;
    padding: 10px 24px 10px 18px;
    font-size: 16px;
    position: absolute;
    max-width: calc(100% - 16px)
}

.list_avatar h3:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background: #1b587c;
    left: -10px;
    right: 6px;
    z-index: 1;
    transform: skew(-16deg)
}

.list_avatar em {
    display: block;
    position: relative;
    z-index: 3
}

.avatar_wrap .hd {
    margin-bottom: 30px
}

.avatar_wrap .hd h2 {
    font-size: 30px;
    color: #009dab;
    font-weight: 700
}

.avatar_wrap .hd .txt {
    width: calc(100% - 310px)
}

.avatar_wrap .hd img {
    width: 280px;
    height: auto
}

.avatar_wrap .bd h2 {
    color: #009dab;
    font-weight: 700;
    border-left: 4px solid #009dab;
    padding-left: 10px;
    font-size: 24px
}

.avatar_wrap .bd .con {
    padding: 20px 0 30px;
    line-height: 1.8;
    color: #333
}

.avatar_wrap .post {
    background: #f5f5f5;
    padding: 20px;
    margin: 40px 0 30px
}

.list_item .additem,
.list_item .item {
    position: absolute;
    width: calc(33.333333% - 15px);
    background-color: #e5e5e5;
    border: 1px solid #f8f8f8;
    top: 0;
    left: 40%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

.list_item .item {
    border-radius: 6px;
    overflow: hidden;
    color: #222
}

.list_item h3 {
    position: relative;
    padding: 14px 20px;
    display: block;
    color: #333;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    background: #124378 url(../images/item.png) 50%
}

.additem {
    width: 0;
    height: 0;
    font-size: 0
}

.list_item .con {
    font-size: 15px;
    padding: 15px 20px;
    background: #eef1f6;
    z-index: 99;
    position: relative
}

.list_item .con,
.list_item .con * {
    word-break: break-all
}

.list_item .con a {
    line-height: 26px
}

.list_item .additem {
    display: none
}

.list_item.row>li:not(:first-child) {
    margin: 30px 0 0
}

.list_teacher a {
    float: left;
    width: 25%;
    padding: 15px 10px
}

.list_teacher .cover_img {
    padding-top: 120px;
    width: 130px;
    margin: 0 auto 16px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #fff
}

.list_teacher .cover_img>div {
    background-position: 50% 10%;
}

.list_teacher a:hover .cover_bg {
    /* transform: rotate(360deg); */
    border: 5px solid #08b6e1;
}

.list_teacher a:nth-child(4n-2):hover .cover_bg {
    border-color: #038dd3
}

.list_teacher a:nth-child(4n-1):hover .cover_bg {
    border-color: #04a756
}

.list_teacher a:nth-child(4n):hover .cover_bg {
    border-color: #e6901e
}

.tit_sub {
    font-size: 24px;
    margin: 0 0 20px;
    position: relative;
    display: inline-block;
    padding: 0 44px 0 26px;
    overflow: hidden;
    color: #fff;
    line-height: 46px;
    border-left: 5px solid #e6901e
}

.tit_sub:before {
    background: #1b587c;
    right: 10px
}

.list_item {
    margin: -10px -20px
}

.list_item:not(:last-child) {
    margin-bottom: 40px
}

.list_item a {
    display: block;
    padding: 22px 20px 16px 20px;
    line-height: 28px;
    float: left;
    width: calc(33.3333% - 40px);
    font-size: 14px;
    margin: 10px 20px;
    background: #f5f5f5 url(../images/bg3.png) 100% 100% no-repeat;
    background-size: auto 100%
}

.list_item a:hover {
    background: #08b6e1 url(../images/bg3.png) 100% 100% no-repeat;
    background-size: auto 100%;
    transform: translateY(-6px);
    padding: 22px 20px 16px
}

.list_item a:nth-child(4n-2):hover {
    background-color: #038dd3
}

.list_item a:nth-child(4n-1):hover {
    background-color: #04a756
}

.list_item a:nth-child(4n):hover {
    background-color: #5aaf46
}

.list_item em {
    display: block;
    font-size: 18px;
    color: #1b587c;
    height: 56px
}

.list_item a:hover em {
    color: #fff
}

.list_item p {
    line-height: 20px;
    height: 40px;
    font-family: arial;
    margin: 3px 0 0
}

.list_item a .i_more {
    margin: -5px 0;
    width: .4rem
}

.list_item a:hover .i_more,
.list_item a:hover .i_more:before {
    background: #fff
}

.i_more {
    height: 1px;
    background: #1b587c;
    width: .18rem;
    position: relative;
    margin: 0 0 0 .12rem
}

.i_more:before {
    content: '';
    position: absolute;
    right: 0;
    top: -.03rem;
    width: .08rem;
    height: 1px;
    background: #1b587c;
    transform: rotate(45deg);
    overflow: hidden
}

a:hover .i_more {
    animation: to_Right linear 1s infinite
}

@-webkit-keyframes to_Right {

    0%,
    100% {
        transform: translateX(3px)
    }

    50% {
        transform: translateX(-3px)
    }
}

@keyframes to_Right {

    0%,
    100% {
        transform: translateX(3px)
    }

    50% {
        transform: translateX(-3px)
    }
}

.list_leader {
    margin: -.2rem 0 0
}

.list_leader a {
    display: block;
    background: url(../images/bg3.png) 100% 100% no-repeat;
    background-size: auto 100%;
    overflow: hidden;
    padding: .4rem 0;
    border-bottom: 1px dashed #ddd
}

.list_leader a:hover {
    padding: .4rem .2rem
}

.list_leader .cover_bg {
    display: inline-block;
    padding-top: 22%;
    width: 1.8rem;
    vertical-align: middle
}

.list_leader .txt {
    display: inline-block;
    width: calc(100% - 2.2rem);
    color: #666;
    vertical-align: middle;
    margin: 0 0 0 .3rem
}

.list_leader h3 {
    font-size: 22px;
    color: #333;
    margin: 0 0 20px;
    font-weight: 700
}

.list_leader h3 span {
    margin: 0 0 0 .3rem;
    position: relative;
    font-weight: normal;
    font-size: 16px
}

.list_leader h3 span:before {
    content: '';
    display: inline-block;
    height: 1px;
    width: .3rem;
    background: #ddd;
    vertical-align: middle;
    margin: 0 .12rem 0 0
}

.list_leader p {
    line-height: 1.8
}

.list_leader_his li {
    padding: .3rem 0;
    color: #666
}

.list_leader_his li:not(:first-child) {
    border-top: 1px dashed #ddd
}

.list_leader_his p span {
    font-size: .2rem;
    font-weight: 700;
    margin: 0 .2rem 0 0;
    color: #333
}

.tec_info {
    margin: 0 0 24px
}

.tec_info .cover_img {
    float: left;
    width: 160px;
    padding-top: 220px;
}

.tec_info .txt {
    float: right;
    width: calc(100% - 200px);
    line-height: 24px;
    font-size: 14px;
    color: #666;
}

.tec_info .txt h3 {
    font-size: 24px;
    margin: 16px 0 22px;
    color: #333;
    font-weight: 700;
}

.tec_info .txt h3 b {
    font-size: 16px;
    margin: 0 14px;
    color: #bbb;
    font-weight: normal;
}

.tec_info .txt h3 span {
    font-size: 16px;
    color: #1b587c;
    font-weight: normal;
}

.tec_info .txt p {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: -1px;
    padding: 10px 0;
}

.tec_info .txt p em {
    font-weight: 700;
    color: #333
}

.tec_info .txt p span {
    margin: 0 30px 0 0
}

.tab_tec .hd {
    border-bottom: 1px solid #eee;
    font-size: 0;
}

.tab_tec .hd a {
    display: inline-block;
    padding: 10px 20px;
    font-size: 18px;
    position: relative
}

.tab_tec .hd a:before {
    content: '';
    position: absolute;
    bottom: -1px;
    width: 0;
    height: 4px;
    background: #1b587c;
    left: 50%;
    transition: .3s all ease-in;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tab_tec .hd .on {
    color: #1b587c
}

.tab_tec .hd .on:before {
    width: 100%
}

.tab_tec .bd {
    padding: 26px;
    line-height: 1.8;
    color: #666;
    font-size: 15px
}

@media (min-width: 1024px) {
    .aside_tit b {
        display: none
    }
}

@media (min-width: 768px) {

    .menu,
    .t_nav h3 b,
    .t_search,
    .search_wrap .bck {
        display: none
    }

    .t_nav li .sub_nav {
        -webkit-transition: .3s all ease-in;
        -moz-transition: .3s all ease-in;
        -ms-transition: .3s all ease-in;
        transition: .3s all ease-in
    }

    .f3 .tit h3,
    .f3 .tit .more {
        writing-mode: tb-lr;
        writing-mode: vertical-lr;
        -webkit-writing-mode: vertical-lr
    }

    .f3 .tit i,
    .f3 .tit h3 {
        display: block
    }
}

@media (max-width: 1740px) {

    section,
    .w1400 {
        max-width: 1300px
    }

    .aside_link {
        right: .2rem;
        margin-right: 0
    }
}

@media (max-width: 1480px) {

    section,
    .w1400 {
        max-width: 1100px
    }
}

@media (max-width: 1440px) {
    .search_wrap {
        right: 20px;
        margin: 0
    }

    .slick_bar .slick-prev {
        left: 20px
    }

    .slick_bar .slick-next {
        right: 20px
    }

    .slick_bar .slick-arrow {
        background-size: .14rem
    }

    .slick_bar .slick-dots {
        right: 20px;
        margin-right: 0
    }

    .tit>i {
        background-size: contain
    }

    .f3 .tit {
        left: 20px;
        margin: .16rem 0 .36rem
    }

    .inset_bar img {
        position: relative;
        left: 50%;
        margin-left: -65%;
        width: 130%;
        max-width: initial
    }

    aside {
        width: 24%;
        margin: -110px 0 50px
    }

    .inset_bar {
        margin: 0 0 40px
    }

    .nav_list a b:before {
        background-size: .1rem
    }

    .nav_list a b:after {
        width: .2rem;
        height: .2rem
    }

    .con_wrap {
        width: calc(76% - 40px)
    }

    .con_wrap .tit {
        padding-bottom: 16px
    }

    .con_wrap .tit h3 {
        font-size: 22px
    }

    .news_hd h3 {
        font-size: 22px
    }
}

@media (max-width: 1299px) {
    .slick_bar a {
        padding-top: 50%
    }

    .list_notice time {
        width: 56px;
        font-size: 12px;
        line-height: 30px
    }

    .list_notice time span {
        font-size: 24px
    }

    .list_notice .txt {
        width: calc(100% - 78px)
    }

    .list_leader .cover_bg {
        width: 3rem;
        padding-top: 3.7rem
    }

    .list_leader .txt {
        width: calc(100% - 3.6rem);
        margin: 0 0 0 .5rem
    }
}

@media (max-width: 1140px) {

    section,
    .w1400 {
        max-width: none;
        padding: 0 20px
    }
}

@media (max-width: 1024px) {
    .aside_link {
        display: none !important
    }
}

@media (max-width: 1023px) {

    section,
    .w1400 {
        max-width: none;
        padding: 0 15px
    }

    .t_link {
        margin: .1rem -.15rem 0
    }

    footer {
        padding: 48px 0 42px
    }

    .list_teacher a {
        width: 33.3333%
    }

    .list_item em {
        font-size: 16px;
        line-height: 24px;
        height: 48px
    }

    aside {
        margin: -25px -15px 30px !important;
        float: none !important;
        width: auto !important
    }

    .con_wrap {
        float: none;
        width: auto
    }

    .aside_tit {
        padding: 8px 20px
    }

    .aside_tit h2 {
        font-size: 20px
    }

    .con_wrap {
        float: none !important;
        width: auto
    }

    .nav_list {
        padding: 0
    }

    .nav_list a {
        padding: 10px 40px 10px 24px
    }

    .aside_tit {
        padding: 10px 20px;
        position: relative
    }

    .aside_tit h2 {
        font-size: 20px;
        line-height: 26px
    }

    .aside_tit b {
        position: absolute;
        right: 6px;
        width: 40px;
        text-align: center;
        height: 100%;
        top: 0;
        line-height: 44px
    }

    .aside_tit.on b {
        transform: rotate(45deg)
    }

    .nav_list {
        display: none
    }

    .nav_list .sub_con a {
        padding: 8px 40px
    }

    .nav_list .sub_con a:before {
        left: 20px;
        width: 4px;
        height: 4px;
        margin-top: -2px
    }

    .inset_bar {
        margin: 0
    }

    .inset_bar img {
        margin-left: -70%;
        width: 140%
    }

    .news_hd h3 {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    html {
        font-size: 50px
    }

    body {
        padding-top: 60px
    }

    .pos {
        display: none
    }

    .header {
        position: fixed
    }

    .t_logo a:not(:first-child) {
        margin-left: .1rem
    }

    .t_logo {
        max-width: calc(100% - 82px);
        line-height: 60px
    }

    .t_logo a {
        max-width: calc(50% - .05rem)
    }

    .t_logo_ns img {
        max-height: 36px
    }

    .t_logo_txt img {
        max-height: 28px
    }

    .t_link {
        display: none
    }

    header section {
        padding: 0 10px
    }

    .search_box .i_txt::-webkit-input-placeholder {
        color: #999
    }

    .search_box .i_txt:-moz-placeholder {
        color: #999
    }

    .search_box .i_txt::-moz-placeholder {
        color: #999
    }

    .search_box .i_txt:-ms-input-placeholder {
        color: #999
    }

    .search_wrap {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        color: #666;
        transition: all 0.5s;
        z-index: 99999
    }

    .search_wrap .search_box {
        position: fixed;
        width: 76%;
        max-width: 660px;
        z-index: 999;
        z-index: 3;
        display: none;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .search_box:before {
        background-image: url(../images/bg_l.png)
    }

    .search_wrap .i_txt {
        width: 100%;
        height: 42px;
        position: relative;
        background: #fff;
        padding: 0 60px 0 15px;
        font-size: 16px;
        color: #333
    }

    .search_wrap .submit {
        position: absolute;
        right: 0;
        top: 0;
        width: 70px;
        height: 42px;
        cursor: pointer
    }

    .search_wrap .close {
        position: fixed;
        right: 5%;
        top: 15%;
        width: 32px;
        height: 32px;
        background: url(data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkM2MEUwM0UyRDE0QjExRUFCMkMxQzY0OTVDMkFDRDQyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkM2MEUwM0UzRDE0QjExRUFCMkMxQzY0OTVDMkFDRDQyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QzYwRTAzRTBEMTRCMTFFQUIyQzFDNjQ5NUMyQUNENDIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QzYwRTAzRTFEMTRCMTFFQUIyQzFDNjQ5NUMyQUNENDIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4tLD5kAAABQ0lEQVR42uyaSwrCMBCGh0LvZmnJGUQ8nidyIbgodF1wI0icSIpS6MOamSQ/Bv5NH5n52jSZzoSstUdWz+pYDYsy0Y51Zl1YNXmIod1ZJgMI430d2rUgohu9W8k6sQyl24z3sfw49nB09Ygu5TdjJnytli4wGUC8fFx9YcoQY5BUYVb5tPnGlCCmQFKB+cqHYB3FhFgCiQWzyaZYx5oQa0G0YH6yoWZIum91g1J9RjMcuq+YTzHo2401roMP0RgfqcikoT1tis18mmuA6FqktSqLL6haIYZ4iKMV9InHaZoRrGjkXBBK+w8t4I8dYvqFWBAhQhSIoBEijIf4sYL41YVIPkCkgyASdBApU4gkNkRZAaLQA1F6gyiGQpSnITYMVABbOBp3ss0EYg6mQ9nm1LuDew/T+mGWy8azyvvsfD88BRgACRoA/Uq+It4AAAAASUVORK5CYII=) no-repeat center;
        background-size: 60%;
        cursor: pointer;
        transition-duration: .5s;
        z-index: 9999
    }

    .search_wrap .close:hover {
        transform: rotate(90deg)
    }

    .search_wrap .bck {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .6);
        z-index: 3
    }

    .menu {
        right: 10px;
        display: block;
        width: 28px;
        transition: all .3s ease;
        z-index: 99999
    }

    .menu span {
        width: 100%;
        height: 2px;
        display: block;
        background: #fff;
        transition: all .3s ease;
        border-radius: 100px
    }

    .menu span+span {
        margin-top: 7px
    }

    .menu.on {
        margin-top: 5px
    }

    .menu.on span {
        transform: rotate(45deg)
    }

    .menu.on span:nth-child(2) {
        transform: rotate(-45deg) translate(7px, -7px)
    }

    .menu.on span:nth-child(3) {
        display: none
    }

    .t_nav {
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #333;
        text-align: left;
        z-index: 998;
        margin-right: 0;
        display: none;
        overflow-y: auto;
        overflow-x: hidden;
        padding-top: 82px;
        padding-bottom: 20px;
        margin: 0;
    }

    .t_nav li {
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        padding: 0;
        width: auto
    }

    .t_nav h3 a {
        font-size: 16px;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        transition: none;
        line-height: 1.8;
        padding: 10px 50px 10px 15px;
        border-top: none;
        color: #fff;
        white-space: initial
    }

    .t_nav h3 b {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 50px;
        text-align: center;
        line-height: 44px;
        height: 46px;
        color: #fff;
        font-size: 20px;
        cursor: pointer;
        font-weight: normal;
        top: 50%;
        margin-top: -23px;
        opacity: .6
    }

    .t_nav .on b {
        transform: rotate(-45deg);
        margin-top: -22px
    }

    .t_nav .on h3 {
        background: none
    }

    .t_nav .on h3 a {
        height: auto;
        padding: 10px 50px 10px 15px;
        background: none
    }

    .t_nav .sub_nav {
        display: none;
        position: relative;
        top: 0;
        background: none;
        padding: 10px 0;
        width: auto;
        background: rgba(0, 0, 0, .2);
        left: initial;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
        min-width: auto;
        box-shadow: none
    }

    .t_nav .sub_nav:before {
        height: 2px
    }

    .t_nav .sub_nav a {
        padding: 8px 30px;
        color: #fff;
        opacity: .7;
        display: block;
        width: auto;
        background-position: 20px 13.5px;
        text-align: left;
        border: none !important
    }

    .t_nav .sub_nav a:hover {
        background-position: 20px -25.5px
    }

    .t_nav .sub_nav:after {
        content: none
    }

    .t_search {
        position: absolute;
        right: 48px;
        width: 32px;
        height: 32px;
        background-size: 16px;
        padding: 0;
        background: url(../images/t_search.png) 50% no-repeat
    }

    .slick_bar .slick-arrow {
        width: .4rem;
        height: .4rem;
        margin-top: -.2rem;
        background-size: .1rem
    }

    .slick_bar .slick-dots {
        bottom: 10px;
        display: none !important
    }

    .slick_bar .slick-prev {
        left: 10px
    }

    .slick_bar .slick-next {
        right: 10px
    }

    .list_row h3,
    .list_row a,
    .list_news a {
        font-size: .18rem
    }

    .list_row a {
        line-height: .3rem
    }

    .fl,
    .fr,
    .f1 .news_wrap,
    .f1 .list_row,
    .f_copy {
        float: none !important;
        width: auto !important
    }

    .tit h3 {
        font-size: .24rem
    }

    .f1 {
        padding: .4rem 0 .62rem
    }

    .slick_news {
        margin: 0 0 .3rem
    }

    .slick_news .slick-dots li {
        font-size: 14px
    }

    .slick_news .slick-dots .slick-active:after {
        width: 20px;
        margin: 0 0 0 6px
    }

    .slick_news .slick-dots {
        right: 10px
    }

    .notice_wrap {
        margin: 0 0 .4rem;
        padding: .24rem .25rem .36rem
    }

    .list_notice a {
        float: none;
        width: auto;
        display: block
color:#000;
    }

    .list_notice.col2 {
        margin: -.15rem 0
    }

    .list_notice.col2 a {
        float: none;
        width: auto;
        margin: 0
    }

    .f2 {
        padding: .52rem 0 .6rem
    }

    .js_wrap,
    .party_wrap {
        margin: .4rem 0
    }

    .f3 {
        padding: .4rem 0 .6rem
    }

    .f3 .tit {
        position: relative;
        left: 0
    }

    .f3 .tit i {
        margin: 0 .16rem 0 0
    }

    .f3 .tit .more {
        left: initial;
        bottom: inherit;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .list_style {
        margin: -.1rem -.1rem;
        float: none;
        width: auto
    }

    .list_style a {
        width: calc(50% - .2rem);
        margin: .1rem .1rem
    }

    .list_style a:first-child {
        width: auto;
        display: block;
        width: calc(100% - .2rem)
    }

    .list_style a:first-child .cover_img {
        padding-top: 66%
    }

    .list_style .cover_img {
        padding-top: 69%
    }

    .f4 {
        padding: .6rem 0 .66rem
    }

    .code_wrap {
        margin: .4rem 0 -.2rem
    }

    .code_wrap li {
        float: none;
        width: auto;
        margin: .2rem 0
    }

    .f_copy {
        text-align: center
    }

    .f_logo {
        line-height: normal;
        margin: .3rem 0 0
    }

    .f_logo a {
        max-width: calc(50% - .1rem)
    }

    .inset_bar {
        margin: 0 0 24px
    }

    .inset_bar img {
        margin-left: -90%;
        width: 180%
    }

    .con_wrap {
        margin: 0 0 50px
    }

    .con_wrap .tit {
        padding: 0 0 12px;
        margin-bottom: 30px
    }

    .con_wrap .tit h3 {
        font-size: 20px;
        text-align: center;
        float: none;
        font-weight: 700;
        margin: 0 0 6px
    }

    .news_hd {
        font-size: 12px
    }

    .news_hd h3 {
        font-size: 18px
    }

    .news_hd p span {
        margin: 0 6px
    }

    .page_wrap {
        margin: 30px 0 0
    }

    .p_pages .p_no_d,
    .p_pages .p_no,
    .p_pages .p_dot {
        display: none !important
    }

    .list_img {
        margin: 0 -.1rem
    }

    .list_img a {
        width: calc(50% - .2rem);
        margin: .1rem
    }

    .list_teacher a {
        width: 50%
    }

    .tit_sub {
        font-size: 18px;
        padding: 0 34px 0 16px;
        line-height: 36px
    }

    .list_item {
        margin: -10px 0
    }

    .list_item a {
        float: none;
        width: auto;
        margin: 10px 0;
        padding: 14px 20px 8px 20px
    }

    .list_item em {
        font-size: 15px;
        white-space: nowrap;
        height: auto
    }

    .list_leader a {
        background-size: 50%
    }

    .list_leader .cover_bg {
        width: 50%;
        padding-top: 62%;
        display: block;
        margin: 0 auto
    }

    .list_leader .txt {
        width: auto;
        margin: 0;
        display: block;
        margin: .3rem 0 0
    }

    .list_leader h3 {
        font-size: 20px
    }

    .list_leader_his p span {
        display: block;
        margin: 0 0 .16rem
    }

    .list_leader_his li {
        font-size: .16rem;
        line-height: 1.6
    }

    .tec_info .cover_img {
        float: none;
        margin: 0 auto 30px
    }

    .tec_info .txt {
        float: none;
        width: auto
    }

    .tec_info .txt p span {
        display: block;
        margin: 0
    }

    .tab_tec .hd a {
        font-size: 16px;
        width: 25%;
        padding: 10px 0;
        text-align: center;
    }

    .tab_tec .bd {
        padding: 20px 0;
        font-size: 14px
    }
}

@media (max-width: 340px) {
    .list_teacher .cover_bg {
        width: 110px;
        padding-top: 100px
    }
}
ul.jsjg li span ,ul.jsjg li{font-size:14px;    line-height: 40px;}
td,td a{font-size:14px;}
span.datez {
    float: right;
}
ul.jsjg {
    padding: 20px 0;
}