@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: #1e3264;
    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
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

body {
    overflow-x: hidden
}

section,.w1200 {
    max-width: 1200px;
    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: absolute;
    left: 0;
    right: 0;
    z-index: 999;
    border-top: 10px solid #014da4;
    background: url(../images/t_bg.png) 50% repeat-x;
    background-size: auto 100%;
    min-width: 1240px
}

.t_logo {
    padding: 30px 0;
    font-size: 0
}

.t_logo a,.f_logo a {
    display: inline-block
}

.logo_kd {
    padding: 0 24px 0 0
}

header .h_r {
    margin: 32px 0 0
}

.t_link {
    margin: 0 -17px 0 0;
    vertical-align: top
}

.t_link a {
    display: inline-block;
    font-size: 14px;
    color: #a2bcda;
    padding: 0 17px;
    line-height: 15px
}

.t_link a:not(:first-child) {
    border-left: 1px solid #96b0cf
}

.t_search {
    width: 54px;
    height: 54px;
    margin-left: 30px;
    background: linear-gradient(to right, #00ace8, #2dbba2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ace8', endColorstr='#ff2dbba2', GradientType=0);
    border-radius: 50%;
    position: relative
}

.t_search:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/t_search.png) 50% no-repeat
}

.t_logo,.t_search,.menu {
    z-index: 9999
}

.t_logo img {
    vertical-align: middle;
    display: inline-block;
    max-height: 71px
}

.t_nav {
    position: absolute;
    right: 50%;
    margin-right: -534px;
    top: 45px
}

.t_nav li {
    display: inline-block;
    position: relative;
    font-size: 17px;
    vertical-align: top
}

.t_nav i {
    display: inline-block;
    width: 30px;
    height: 26px;
    margin: 0 8px 0 0;
    background-repeat: no-repeat;
    background-position: 50%
}

.n1 {
    background-image: url(../images/n1.png)
}

.n2 {
    background-image: url(../images/n2.png)
}

.n3 {
    background-image: url(../images/n3.png)
}

.n4 {
    background-image: url(../images/n4.png)
}

.t_nav h3 {
    font-weight: normal;
    position: relative;
    z-index: 3;
    font-family: sySong
}

.t_nav h3 a {
    font-size: 19px;
    display: block;
    color: #fff;
    line-height: 56px;
    padding: 0 16px;
    position: relative
}

.t_nav a {
    display: block;
    color: #fff
}

.t_nav .sub_nav {
    position: absolute;
    top: calc(100% + 10px);
    font-size: 14px;
    padding: 6px 8px;
    background: url(../images/bg_news.png) 90% 100% no-repeat;
    background-size: cover;
    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 .sub_nav a:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, .2)
}

.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: #e2a63b
}

.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 #e2a63b transparent
}

.search_wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #666;
    transition: all 0.5s;
    z-index: 99999;
    display: none
}

.search_wrap .search_box {
    position: fixed;
    width: 90%;
    max-width: 540px;
    z-index: 999;
    z-index: 3;
    display: none
}

.search_wrap .i_txt {
    width: 100%;
    height: 46px;
    position: relative;
    border: none;
    background: none;
    padding: 0 96px 0 15px;
    background: #fff;
    font-size: 16px
}

.search_wrap .submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 46px;
    cursor: pointer
}

.search_wrap .close {
    position: fixed;
    right: 5%;
    top: 15%;
    width: 22px;
    height: 22px;
    background: url() no-repeat center;
    background-size: cover;
    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
}

.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
}

[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_bar a {
    padding-top: 580px
}

.slick_bar .slick-dots,.slick_news .slick-dots {
    position: absolute;
    font-size: 0;
    left: 0;
    right: 0;
    bottom: 40px;
    text-align: center;
    z-index: 3
}

.slick_bar .slick-arrow {
    position: absolute;
    top: calc(50% + 40px);
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .4);
    background: rgba(0, 0, 0, .4) url(../images/prev.png) 45% 50% no-repeat;
    z-index: 6
}

.slick_bar .slick-arrow:hover {
    background-color: #e2a63b;
    border-color: #e2a63b
}

.slick_bar .slick-prev {
    left: 54px
}

.slick_bar .slick-next {
    right: 54px;
    background-image: url(../images/next.png);
    background-position: 55% 50%
}

.list_icon {
}

.list_icon a,.list_icon i {
    background-repeat: no-repeat;
    background-position: 50%
}

.list_icon a {
    float: left;
    width: 46%;
    padding: 0;
    text-align: left;
    margin-bottom: 20px;
}

.list_icon a:nth-child(2) {
    /* background-image: url(../images/bg_icon2.jpg); */
}

.list_icon a:nth-child(3) {
    /* background-image: url(../images/bg_icon3.jpg); */
}

.list_icon a:nth-child(4) {
    /* background-image: url(../images/bg_icon4.jpg); */
}

.list_icon i {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
    vertical-align: middle;
    margin: 0 18px 0 0;
    background-size: 50%;
}

.list_icon i:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px dashed rgba(255, 255, 255, .3);
    border-radius: 50%;
    -webkit-animation: ani_rotate 6s 0s linear infinite;
    -moz-animation: ani_rotate 6s 0s linear infinite;
    -ms-animation: ani_rotate 6s 0s linear infinite;
    animation: ani_rotate 6s 0s linear infinite
}

.list_icon .txt {
    display: inline-block;
    vertical-align: middle;
    text-align: left
}

.list_icon h3 {
    font-size: 20px;
    font-family: sySong
}

.list_icon p {
    opacity: .6;
    text-transform: uppercase;
    font-size: 14px;
}

.i1 {
    background-image: url(../images/i1.png)
}

.i2 {
    background-image: url(../images/i2.png)
}

.i3 {
    background-image: url(../images/i3.png)
}

.i4 {
    background-image: url(../images/i4.png)
}

.list_icon 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)
    }
}

-webkit-@keyframes ani_rotate {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

-moz-@keyframes ani_rotate {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

-ms-@keyframes ani_rotate {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes ani_rotate {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.f1 {
    background: url(../images/bg1.jpg) 50% 100% no-repeat;
    background-size: cover;
    padding: 0 0 70px;
    position: relative
}

.tit {
    margin: 0 0 40px;
    color: #002956;
    font-size: 0
}

.tit:before {
    content: '';
    position: absolute;
    left: 168px;
    right: 82px;
    height: 1px;
    background: #ddd;
    bottom: 11px
}

.con_wrap .tit:before {
    left: 0;
    right: 0;
    bottom: 0
}

.tit.tc:before {
    content: none
}

.tit.tc {
    border: none;
    margin: 0 0 54px
}

.tit.white h3:before {
    width: 100%;
    height: 5px;
    background: #3f8ed5
}

.tit.white h3:after {
    width: calc(50% + 3px);
    height: 5px;
    background: #e2a63b;
    transform: skewX(-50deg);
    left: -3px
}

.tit h3 {
    font-size: 26px;
    color: #333;
    font-weight: 700;
    line-height: 1em;
    position: relative;
    display: inline-block;
    font-family: sySong;
    padding: 0 0 0 30px
}

.white .tit h3 {
    color: #fff;
    width: 198px
}

.tit h3:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0
}

.tit h3:before {
    width: 21px;
    height: 28px;
    background: url(../images/arrow.png) 0 50% no-repeat
}

.white .tit h3:before {
    background: url(../images/arrow_white.png) 0 50% no-repeat
}

.tit h3 svg {
    padding: 0 0 0 1em;
    font-style: italic;
    text-transform: uppercase;
    margin: 0 0 4px
}

.f3 .tit h3 svg {
    width: 160px
}

.white .tit h3 svg {
    padding: 0 0 0 36px;
    margin: 0 0 6px
}

.more {
    margin-top: 14px;
    text-transform: uppercase;
    font-style: italic
}

.news_wrap {
    width: 760px
}

.notice_wrap {
    width: 390px
}

.slick_news .cover_img {
    float: left;
    width: 332px;
    padding-top: 210px;
    border: 6px solid #00ace8;
    margin: 14px 0;
    z-index: 6
}

.slick_news time {
    color: #2dbba2;
    z-index: 6;
    font-size: 28px;
    overflow: hidden;
    margin: 15px 0;
    display: block
}

.slick_news .txt {
    float: right;
    width: calc(100% - 332px);
    font-size: 15px;
    height: 250px;
    padding: 42px 45px 49px 30px;
    position: relative
}

.slick_news .txt:before {
    content: '';
    position: absolute;
    left: -72px;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/bg_news.png) 50% no-repeat
}

.slick_news h3 {
    font-size: 22px;
    line-height: 26px;
    font-family: sysong
}

.slick_news .txt * {
    position: relative
}

.slick_news p {
    color: #a0b2db;
    line-height: 24px;
    max-height: 72px
}

.slick_news b,.list_img b {
    float: right;
    width: 82px;
    height: 27px;
    background: url() 50% 0 no-repeat;
    margin: -3px 0 0
}

.slick_news a:hover b,.list_img a:hover b {
    background-position: 0 -30px
}

.i_date {
    width: 19px;
    height: 20px;
    background: url() 50% no-repeat;
    margin: 0 8px 0 0;
    vertical-align: bottom
}

.slick_news .slick-slide a {
    overflow: hidden
}

.slick_news .cover_img>div {
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.slick_news .slick-active .cover_img>div {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.slick_style {
    height: 300px;
    margin: 0 -45px
}

.slick_style .cover_img {
    max-width: 154px;
    padding-top: 212px;
    border: 8px solid #cddeed;
    margin: 0 auto;
    position: relative
}

.slick_style .slick-slide {
    display: inline-block;
    float: none;
    vertical-align: bottom
}

.slick_style p {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0 15px 12px;
    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)
}

.slick_stxt .slick-arrow {
    position: absolute;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .3)
}

.slick_stxt .slick-arrow:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.slick_stxt .slick-prev {
    left: -100px
}

.slick_stxt .slick-next {
    right: -100px
}

.slick_stxt .slick-prev:before {
    background: url(../images/prev.png) 50% no-repeat
}

.slick_stxt .slick-next:before {
    background: url(../images/next.png) 50% no-repeat
}

.slick_stxt {
    width: 636px;
    margin: 30px auto 0
}

.slick_stxt h3 {
    display: inline-block;
    padding: 0 16px;
    line-height: 34px;
    background: linear-gradient(to left, #2dbba2, #00ace8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ace8', endColorstr='#ff2dbba2', GradientType=1);
    border-radius: 50px;
    margin: 0 0 18px
}

.slick_stxt p {
    line-height: 22px
}

.slick_stxt .slick-arrow:hover {
    background: linear-gradient(to left, #2dbba2, #00ace8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ace8', endColorstr='#ff2dbba2', GradientType=1)
}

.slick_style .item-1 .cover_img,.slick_style .after1 .cover_img,.slick_style .before1 .cover_img,.slick_style .item2 .cover_img {
    max-width: 184px;
    padding-top: 252px;
    border-width: 6px;
    font-size: 20px
}

.slick_style .item-2 .cover_img,.slick_style .after2 .cover_img,.slick_style .before2 .cover_img,.slick_style .item3 .cover_img {
    max-width: 154px;
    padding-top: 212px;
    border-width: 6px;
    font-size: 18px
}

.slick_style .item-1 {
    text-align: left
}

.slick_style .item2 {
    text-align: right
}

.slick_style .item-1 .cover_img {
    text-align: center;
    margin: 0 0 0 20px
}

.slick_style .item2 .cover_img {
    text-align: center;
    margin: 0 20px 0 0
}

.slick_style .slick-current .cover_img {
    max-width: 220px !important;
    padding-top: 284px !important
}

.list_img {
    margin: -15px 0
}

.list_img a {
    display: block;
    padding: 15px 0
}

.list_img .cover_img {
    float: left;
    padding-top: 110px;
    width: 160px
}

.list_img h3 {
    background: #e8edf5;
    line-height: 40px;
    font-size: 18px;
    padding: 0 20px 0 0;
    margin: 0 0 16px;
    color: #333
}

.list_img time {
    display: inline-block;
    color: #fff;
    padding: 4px 18px 5px 12px;
    margin: 0 22px 0 0;
    font-size: 20px;
    position: relative;
    z-index: 6;
    vertical-align: top;
    position: absolute;
    left: 0;
    bottom: 0
}

.list_img time:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    right: 0;
    background: #1f509c;
    z-index: -1;
    transform: skew(20deg)
}

.list_img .txt {
    float: right;
    width: calc(100% - 184px)
}

.list_img .txt p {
    line-height: 24px;
    height: 48px
}

.con_wrap .list_img {
    margin: -10px 0 -25px
}

.con_wrap .list_img a {
    padding: 25px 0
}

.con_wrap .list_img .cover_img {
    padding-top: 138px;
    width: 200px
}

.con_wrap .list_img .txt {
    width: calc(100% - 230px)
}

.con_wrap .list_img h3 {
    background: none;
    margin: 18px 0 16px
}

.f1 .list_news {
    padding: 13px 0 0
}

.list_news a {
    display: block;
    position: relative;
    line-height: 55px;
    color: #333;
    font-size: 16px;
    padding: 0 0 0 18px
}

.list_news a:not(:first-child) {
    border-top: 1px solid #ddd
}

@-webkit-keyframes to_Right {
    0%,100% {
        right: 43px
    }

    50% {
        right: 37px
    }
}

@keyframes to_Right {
    0%,100% {
        right: 43px
    }

    50% {
        right: 37px
    }
}

.list_news time {
    color: #014da4;
    display: block;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 0
}

.list_news h3 {
    font-size: 18px;
    line-height: 26px;
    height: 78px;
    color: #333
}

.list_notice {
    margin: 0 0 -13px
}

.list_notice a {
    display: block;
    overflow: hidden;
    padding: 13px 0;
    font-size: 0
}

.list_notice.col2 {
    margin: -10px -20px;
    padding: 0
}

.list_notice.col2 a {
    float: left;
    width: calc(50% - 40px);
    margin: 10px 20px
}

.list_notice a:hover {
    color: #014da4
}

.list_notice a:hover time {
    background: #014da4;
    color: #fff;
    border-color: #014da4
}

.list_notice time {
    display: inline-block;
    width: 60px;
    color: #014da4;
    vertical-align: middle;
    font-size: 18px;
    border: 1px solid #014da4;
    padding: 0 6px 3px;
    position: relative
}

.list_notice time:before {
    content: '';
    position: absolute;
    top: 57%;
    left: 22%;
    width: 33px;
    height: 1px;
    background: #afc6e0;
    transform: rotate(-20deg)
}

.list_notice time span {
    font-size: 26px;
    line-height: 34px
}

.list_notice time p {
    text-align: right;
    font-size: 15px
}

.list_notice h3 {
    float: right;
    width: calc(100% - 78px);
    font-size: 16px;
    line-height: 26px;
    max-height: 56px;
    vertical-align: middle
}

.f2 {
    padding: 40px 0 60px;
    background: url(../images/bg2.jpg) 50% 0 no-repeat;
    background-size: cover;
    overflow: hidden
}

.f3 {
    padding: 70px 0 80px;
    background: url(../images/bg3.jpg) 50% 0 no-repeat;
    background-size: cover;
    overflow: hidden
}

.slick_topic {
    margin: 0 -13px
}

.slick_topic .slick-slide {
    margin: 0 13px
}

.slick_topic .cover_img {
    padding-top: 100px
}

footer {
    background: url(../images/f_bg.jpg) 50% no-repeat;
    background-size: cover;
    position: relative;
    padding: 50px 0 44px
}

.f_copy,.f_copy a {
    color: #bbb
}

.f_logo {
    display: block;
    margin: 0 0 24px
}

.f_logo img {
    max-height: 71px
}

.f_copy {
    line-height: 30px
}

.f_copy span:not(:first-child) {
    margin-left: 30px
}

.f_nav li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 25px
}

.f_nav li:not(:first-child) {
    margin-left: 64px
}

.f_nav li svg {
    margin: 0 0 16px;
    font-family: sySong;
    max-width: 90px
}

.f_nav li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 15px;
    height: 20px;
    background: url(../images/f_arrow.png) 50% no-repeat
}

.f_nav .sub_nav a {
    display: block;
    line-height: 26px;
    font-size: 15px;
    color: #fff
}

.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 {
    width: 25%;
    margin: -200px 0 50px
}

.aside_tit {
    padding: 70px 20px 34px 38px;
    background: url(../images/top_aside.png) 50% 0 no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 18px
}

.aside_tit h2 {
    font-size: 30px;
    line-height: 46px
}

.aside_tit p {
    opacity: .5
}

.nav_list a {
    position: relative;
    line-height: 24px;
    display: block;
    padding: 16px 40px 16px 24px;
    color: #333
}

.nav_list>a {
    padding-right: 26px
}

.nav_list>a:before {
    content: '';
    position: absolute;
    left: -4px;
    width: 4px;
    height: 0;
    background: #e2a63b
}

.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: 50px;
    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: 20px;
    height: 20px
}

.nav_list {
    padding: 32px 0 78px;
    border-left: 4px solid #034794;
    background: #f5f5f5
}

.nav_list .on {
    background: #fff;
    color: #e2a63b
}

.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: 20px;
    height: 20px;
    border-radius: 50%;
    background: #aaa
}

.nav_list .on b:after,.nav_list .sub_con .active:before {
    background: #e2a63b
}

.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: #e2a63b
}

.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: #034794;
    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 #034794
}

.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 #034794;
    color: #fff;
    background-color: #034794
}

.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 #034794;
    color: #fff;
    background-color: #034794
}

.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: #034794;
    border-color: #034794;
    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: 1000px;
    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: #e2a63b
}

.nav_list li>a:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 0;
    left: 0;
    background: #105598;
    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(75% - 50px);
    margin: 0 0 80px;
    position: relative;
    z-index: 6;
    overflow: hidden
}

.con_wrap .tit {
    margin-bottom: 34px;
    padding: 0 0 14px
}

.con_wrap .tit h3 {
    font-size: 30px;
    color: #034794;
    text-transform: uppercase
}

article {
    position: relative
}

.page_wrap {
    margin-top: 50px
}

.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;
    margin-bottom: 14px;
    font-weight: 700
}

.news_hd p {
    background: #f6f6f6;
    line-height: 44px;
    font-size: 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: #034794;
    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: #034794 url() 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_xk,.list_name,.list_down .sub_con {
    overflow: hidden
}

.list_xk>a,.list_down .sub_con a {
    float: left;
    width: 33.333333%;
    background: url() 0 50% no-repeat
}

.list_xk a {
    display: block;
    padding: 5px 10px 5px 18px
}

.list_xk .list_down {
    margin: 46px 0 0
}

.list_down {
    clear: both
}

.list_down li {
    border-top: 1px dashed #ddd
}

.list_down li>a {
    background: none;
    padding: 8px 24px 8px 0;
    font-size: 16px;
    position: relative
}

.list_down li>a:before {
    content: '';
    position: absolute;
    top: 0;
    width: 10px;
    height: 100%;
    right: 0;
    background: url(../images/i_more.png) 100% 50% no-repeat
}

.list_down .on>a:before {
    transform: rotate(90deg)
}

.list_down .sub_con {
    display: none;
    padding: 4px 20px 10px
}

.list_down .sub_con a {
    font-size: 14px;
    line-height: 22px
}

.list_name a {
    float: left;
    width: 25%;
    padding: 5px
}

@media (max-width: 1240px) {
    section,.w1200 {
        max-width: none;
        margin: 0 auto;
        padding-left: 20px;
        padding-right: 20px
    }
}
