@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
}

#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: #333;
    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-ssize: 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
}

html,body {
    height: 100%
}

body {
    overflow-x: hidden;
    visibility: hidden
}

section,.w1600 {
    max-width: 1600px;
    margin: 0 auto
}

@font-face {
    font-family: "PingFang SC";
    src: url("../fonts/PingFang.woff") format("woff");
    font-style: normal;
    font-weight: normal
}

@font-face {
    font-family: "sySong";
    src: url("../fonts/sySong.woff") format("woff");
    font-style: normal;
    font-weight: normal
}

.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)
}

.slick_link .cover_bg:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}

.cover_img div:first-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@font-face {
    font-family: "sySong";
    src: url("../fonts/sySong.woff") format("woff");
    font-style: normal;
    font-weight: normal
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 0 0 .2rem;
    background-size: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#00000000', GradientType=0)
}

qwheader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 0 0 .2rem;
    background-size: 100%;
    background: linear-gradient(to top, rgba(0, 162, 115, 1), rgba(0, 162, 115, 1));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#00000000', GradientType=0)
}

header:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: .2rem;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .1)
}

/* .bg_inset header{background: #00a273;padding: 0}.bg_inset header:before{content: none} */
.popup_xq {
    position: fixed;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
}

.popup_xq:before {
    content: '';
    position: absolute;
    right: -.1rem;
    bottom: -.1rem;
    widthï¼š2.6rem;width: 2.6rem;
    height: 2.6rem;
    border: 1px dashed #f18d00;
    border-radius: 50%;
    -webkit-animation: ani_rotate 40s 0s linear infinite;
    -moz-animation: ani_rotate 40s 0s linear infinite;
    -ms-animation: ani_rotate 40s 0s linear infinite;
    animation: ani_rotate 40s 0s linear infinite;
}

.popup_xq img {
    width: 1.31rem;
    height: 2.58rem;
}

-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)
    }
}

header.on,.t_nav.on {
    -webkit-animation: ani_header .8s ease-in 0s;
    animation: ani_header .8s ease-in 0s;
    border-radius: 0
}

header.on {
    padding: 0 0 4px;
    background: rgba(255, 255, 255, .9)
}

qwheader.on {
    padding: 0 0 4px;
    background: rgba(0, 162, 115, 1)
}

header.on .t_link a {
    color: #999
}

.t_nav.on h3 a {
    color: #333
}

.t_line span {
    display: inline-block;
    width: 25%;
    height: 6px
}

.t_line span:nth-child(4n-3) {
    background: #8ec31f
}

.t_line span:nth-child(4n-2) {
    background: #58b531
}

.t_line span:nth-child(4n-1) {
    background: #f18d00
}

.t_line span:nth-child(4n) {
    background: #c92a27
}

header section {
    max-width: 1520px
}

.t_logo {
    background-size: cover;
    text-align: center;
    line-height: .94rem;
    display: inline-block
}

.t_link {
    position: relative;
    margin: .1rem .28rem 0 0
}

.t_link a {
    display: inline-block;
    padding: .06rem .14rem;
    vertical-align: top;
    position: relative;
    z-index: 3
}

.t_logo img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 6;
    max-height: .6rem
}

.t_logo .logo_color,header.on .t_logo .logo_white {
    display: none
}

header.on .t_logo .logo_color {
    display: inline-block
}

.t_search {
    width: .46rem;
    height: .54rem;
    position: relative;
    margin: .2rem 0 0;
    z-index: 99999;
}

.t_search:before,.t_search:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/bg_search.png) 50% no-repeat;
    background-size: cover;
    z-index: -1;
}

.t_search:after {
    background: url(../images/t_search.png) 50% no-repeat;
}

.on .t_search:after {
    background-image: url(../images/t_search_on.png)
}

.t_search:hover:after {
    background-image: url(../images/t_search.png) !important;
}

.t_search:hover:before {
    background-image: url(../images/bg_search_on.png) !important
}

.on .t_search:before {
    background-image: url(../images/t_search_on.png)
}

.on .t_search:before {
    background-image: url(../images/bg_search_grey.png)
}

.t_logo,.menu {
    z-index: 9999
}

.t_nav {
    position: fixed;
    top: .42rem;
    right: 50%;
    margin-right: -699px;
    font-size: 0;
    z-index: 9999
}

.t_nav h3 a:before {
    content: '';
    position: absolute;
    height: 3px;
    bottom: 0;
    width: 0
}

.t_nav .on h3 a:before {
    width: 100%
}

.t_nav ul>li {
    display: inline-block;
    position: relative;
    font-size: 16px;
    vertical-align: top
}

.t_nav ul>li:hover h3 i,.slick_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
}

.t_nav h3 {
    font-weight: normal;
    position: relative;
    z-index: 3
}

.t_nav h3 a {
    font-size: .18rem;
    line-height: .2rem;
    color: #333;
    white-space: nowrap;
    position: relative;
    padding: .16rem .23rem .21rem;
    white-space: nowrap
}

.t_nav h3 p {
    font-size: 12px;
    color: #888
}

.t_nav ul a {
    display: block;
    color: #fff
}

.t_nav .sub_nav {
    position: absolute;
    top: calc(100% + 10px);
    font-size: 16px;
    padding: 10px 8px;
    background: url(../images/bg2.jpg) 50% no-repeat;
    background-size: cover;
    width: -webkit-max-content;
    width: -moz-max-content;
    min-width: 120%;
    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: 22px;
    white-space: nowrap
}

.t_nav .sub_nav a:not(:first-child) {
    border-top: 1px dashed rgba(0, 0, 0, .2)
}

.t_nav .sub_nav a:hover {
    color: #ffa82d;
    font-weight: 700
}

@keyframes icon-bounce {
    0%,100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    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(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    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(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    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(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    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)
    }
}

.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(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: 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;
    z-index: 99
}

.slick_bar a {
    padding-top: 45.375%
}

.slick_bar {
    overflow: hidden
}

.slick_bar .slick-list {
    overflow: visible;
    max-width: 1600px;
    margin: 0 auto
}

.slick_bar a {
    position: relative;
    overflow: hidden
}

.slick_bar a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40%;
    background: linear-gradient(to top, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b2000000', GradientType=0)
}

.slick_bar h3 {
    position: absolute;
    left: 50%;
    margin-left: -720px;
    bottom: .5rem;
    font-size: .3rem;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .3) , 0 2px 4px rgba(0, 0, 0, .3);
    opacity: 0;
    transition-delay: .5s;
    max-width: 50%
}

.slick_bar .slick-current h3 {
    margin-left: -760px;
    opacity: 1
}

.slick_bar .slick-dots {
    position: absolute;
    right: 50%;
    text-align: center;
    margin-right: -760px;
    bottom: .4rem
}

.slick_bar .slick-dots li {
    cursor: pointer
}

.slick_bar .slick-dot {
    display: inline-block;
    width: .8rem;
    height: .63rem;
    vertical-align: middle;
    position: relative;
    z-index: 6
}

.slick_bar .slick-dot:before,.slick_bar .slick-dot:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    z-index: -1
}

.slick_bar .slick-dot.slick-active:before {
    height: 100%
}

.slick_bar .slick-dot:after {
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%
}

.slick_bar .slick-dot:nth-child(5n-4):after {
    background-image: url(../images/dot1.png)
}

.slick_bar .slick-dot:nth-child(5n-3):after {
    background-image: url(../images/dot2.png)
}

.slick_bar .slick-dot:nth-child(5n-2):after {
    background-image: url(../images/dot3.png)
}

.slick_bar .slick-dot:nth-child(5n-1):after {
    background-image: url(../images/dot4.png)
}

.slick_bar .slick-dot:nth-child(5n):after {
    background-image: url(../images/dot5.png)
}

.slick_bar .slick-dot:nth-child(5n-4):before {
    background: #00a273
}

.slick_bar .slick-dot:nth-child(5n-3):before {
    background: #8ec31f
}

.slick_bar .slick-dot:nth-child(5n-2):before {
    background: #58b531
}

.slick_bar .slick-dot:nth-child(5n-1):before {
    background: #c92a27
}

.slick_bar .slick-dot:nth-child(5n):before {
    background: #f18d00
}

.slick_bar .slick-dot:nth-child(5n-4).slick-active:before {
    background: linear-gradient(to top, #00a273, rgba(0, 162, 115, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000a273', endColorstr='#ff00a273', GradientType=0)
}

.slick_bar .slick-dot:nth-child(5n-3).slick-active:before {
    background: linear-gradient(to top, #8ec31f, rgba(142, 195, 31, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008ec31f', endColorstr='#ff8ec31f', GradientType=0)
}

.slick_bar .slick-dot:nth-child(5n-2).slick-active:before {
    background: linear-gradient(to top, #58b531, rgba(88, 181, 49, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0058b531', endColorstr='#ff58b531', GradientType=0)
}

.slick_bar .slick-dot:nth-child(5n-1).slick-active:before {
    background: linear-gradient(to top, #c92a27, rgba(201, 42, 39, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00c92a27', endColorstr='#ffc92a27', GradientType=0)
}

.slick_bar .slick-dot:nth-child(5n).slick-active:before {
    background: linear-gradient(to top, #f18d00, rgba(241, 141, 0, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f18d00', endColorstr='#fff18d00', GradientType=0)
}

.slick_bar .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, .3)
}

.slick_bar .slick-prev:before,.slick_bar .slick-next:before,.slick_bar .slick-prev:after,.slick_bar .slick-next:after {
    content: '';
    position: absolute;
    width: .35rem;
    height: .4rem;
    background: rgba(0, 0, 0, .4)
}

.slick_bar .slick-prev:before,.slick_bar .slick-next:before {
    transform: rotate(45deg);
    width: .35rem;
    height: .35rem;
    margin-top: -.16rem
}

.slick_bar .slick-prev:before {
    right: 3.5%
}

.slick_bar .slick-next:before {
    left: 3.5%
}

.slick_bar .slick-prev:after {
    right: 3.5%;
    background: url(../images/prev.png) 50% no-repeat;
    background-size: .15rem
}

.slick_bar .slick-next:after {
    left: 3.5%;
    background: url(../images/next.png) 50% no-repeat;
    background-size: .15rem
}

.slick_bar .slick-prev:hover:before,.slick_bar .slick-next:hover:before {
    background: #00a273
}

.slick_bar .slick-prev:hover:after {
    -webkit-animation: ani_toLeft 1s ease-in infinite;
    animation: ani_toLeft 1s ease-in infinite
}

.slick_bar .slick-next:hover:after {
    -webkit-animation: ani_toRight 1s ease-in infinite;
    animation: ani_toRight 1s ease-in infinite
}

-webkit-@keyframes ani_toLeft {
    0%,100% {
        right: 3.6%
    }

    50% {
        right: 3.4%
    }
}

-moz-@keyframes ani_toLeft {
    0%,100% {
        right: 3.6%
    }

    50% {
        right: 3.4%
    }
}

-ms-@keyframes ani_toLeft {
    0%,100% {
        right: 3.6%
    }

    50% {
        right: 3.4%
    }
}

@keyframes ani_toLeft {
    0%,100% {
        right: 3.6%
    }

    50% {
        right: 3.4%
    }
}

-webkit-@keyframes ani_toRight {
    0%,100% {
        left: 3.6%
    }

    50% {
        left: 3.4%
    }
}

-moz-@keyframes ani_toRight {
    0%,100% {
        left: 3.6%
    }

    50% {
        left: 3.4%
    }
}

-ms-@keyframes ani_toRight {
    0%,100% {
        left: 3.6%
    }

    50% {
        left: 3.4%
    }
}

@keyframes ani_toRight {
    0%,100% {
        left: 3.6%
    }

    50% {
        left: 3.4%
    }
}

.slick_bar .slick-prev {
    left: -50%;
    margin-left: -800px
}

.slick_bar .slick-next {
    right: -50%;
    margin-right: -800px
}

-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)
    }
}

-webkit-@keyframes ani_down {
    0% {
        transform: translateY(-4px)
    }

    50% {
        transform: translateY(4px)
    }

    100% {
        transform: translateY(-4px)
    }
}

-moz-@keyframes ani_down {
    0% {
        transform: translateY(-4px)
    }

    50% {
        transform: translateY(4px)
    }

    100% {
        transform: translateY(-4px)
    }
}

-ms-@keyframes ani_down {
    0% {
        transform: translateY(-4px)
    }

    50% {
        transform: translateY(4px)
    }

    100% {
        transform: translateY(-4px)
    }
}

@keyframes ani_down {
    0% {
        transform: translateY(-4px)
    }

    50% {
        transform: translateY(4px)
    }

    100% {
        transform: translateY(-4px)
    }
}

.tit {
    color: #333;
    margin: 0 0 .42rem;
    line-height: .62rem;
    padding: 0 0 0 .32rem;
    background: url(../images/tit_l.png) 0 50% no-repeat;
    background-size: .25rem
}

.tit h2 {
    color: #333;
    margin: 0 0 .42rem
}

.more {
    color: #00a273;
    top: 50%;
    margin-top: -.14rem;
    line-height: .18rem
}

.more:before {
    content: '';
    position: absolute;
    top: -.1rem;
    left: -.36rem;
    width: .38rem;
    height: .5rem;
    background: url(../images/more.png) 50% no-repeat;
    background-size: cover
}

.more p {
    font-size: .12rem
}

.f1 {
    padding: .7rem 0 .9rem;
    background: url(../images/bg1.jpg) 50% no-repeat;
    background-size: cover;
    overflow: hidden
}

.tit h3 {
    font-size: .32rem;
    font-family: sySong
}

.notice_wrap {
    width: calc(28.125% - .4rem)
}

.list_notice {
    margin: -.29rem 0
}

.list_notice a {
    display: block;
    font-size: 0;
    padding: 0.16rem 0;
    overflow: hidden;
    position: relative;
    border-radius: 0 .2rem;
}

.list_notice a:hover {
    transform: translateY(-.06rem)
}

.list_notice a:hover h3 {
    color: #00a273
}

.list_notice {
    margin: -.18rem 0
}

.list_notice.col2 a:nth-child(2n) {
    margin: 0 0 0 .7rem
}

.list_notice.col2 a {
    float: left;
    width: calc(50% - .35rem);
    padding: .18rem 0
}

.slick_news {
    width: calc(66.217% - .15rem);
    margin: 0 .3rem 0 0;
    overflow: hidden
}

.list_notice time {
    display: inline-block;
    vertical-align: middle;
    width: .76rem;
    text-align: center;
    line-height: .28rem;
    font-size: .16rem
}

.list_notice time em {
    display: block;
    font-size: .28rem;
    line-height: .39rem;
    border: 1px solid #00a273;
    color: #00a273;
    border-bottom: none
}

.list_notice time span {
    display: block;
    line-height: .38rem;
    background: #00a273;
    color: #fff
}

.list_notice .txt {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - .76rem);
    position: relative;
    padding: 0 0 0 .22rem
}

.list_notice .txt:before {
    content: '';
    display: block;
    position: absolute;
    left: -.12rem;
    background: rgba(255, 255, 255, .2);
    width: .4rem;
    height: 1px;
    transform: rotate(-60deg)
}

.list_notice .txt h3 {
    font-size: .18rem;
    color: #333;
    line-height: .3rem;
    max-height: .6rem
}

.list_notice.white .txt h3 {
    color: #fff
}

.list_notice .txt p {
    color: #666;
    line-height: 24px;
    height: 48px;
    font-size: 14px
}

.news_r {
    width: calc(71.875% - .4rem)
}

.list_news a {
    background: rgba(255, 255, 255, .6);
    border: 1px solid #ddd;
    color: #333;
    position: relative
}

.news_r .list_news a:nth-child(4) {
    margin: .3rem .3rem 0
}

.list_news a:not(.hd) {
    float: left;
    width: calc(33.3333% - .25rem);
    font-size: .2rem;
    padding: .22rem .3rem
}

.list_news a:not(:first-child) {
    margin-top: .31rem
}

.list_news a:last-child {
    width: calc(33.3333% - .1rem);
}

.list_news a:before,.list_news a:after {
    content: '';
    position: absolute;
    width: .38rem;
    height: .38rem
}

.list_news a:before {
    left: -.04rem;
    top: -.04rem;
    border-left: .04rem solid #00a273;
    border-top: .04rem solid #00a273
}

.list_news a:after {
    right: -.04rem;
    bottom: -.04rem;
    border-right: .04rem solid #00a273;
    border-bottom: .04rem solid #00a273
}

.list_news a:hover:before,.list_news a:hover:after {
    border-width: 0
}

.list_news a span {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1.96rem;
    height: .98rem
}

.list_news a:hover {
    background: #00a273;
    color: #fff
}

.list_news a:hover time {
    color: #1c7b46
}

.list_news a:hover span {
    background: url(../images/item.png) 50% no-repeat;
    border: none;
    -webkit-transition: .3s width ease-in;
    -moz-transition: .3s width ease-in;
    -ms-transition: .3s width ease-in;
    transition: .3s width ease-in
}

.list_news .cover_img {
    padding-top: 67.78%
}

.list_news .hd {
    float: right;
    display: block;
    width: calc(33.784% - .15rem);
    padding: .24rem .28rem .3rem
}

.list_news .hd h3 {
    margin: 0 0 .4rem
}

.list_news h3 {
    font-size: .17rem;
    line-height: .28rem;
    height: .84rem;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none
}

.list_news a:not(.hd) h3 {
    height: .56rem;
    margin: 0 0 .18rem;
    -webkit-line-clamp: 2
}

.list_news time {
    font-size: .2rem;
    color: #00a273
}

.list_news b {
    float: right;
    width: .42rem;
    height: .3rem;
    background: url(../images/arrow.png) 50% no-repeat;
    background-size: cover
}

.list_news a:hover b {
    background-image: url(../images/arrow_white.png);
    -webkit-animation: to_Right 1s ease-in infinite;
    animation: to_Right 1s ease-in infinite
}

.i_date {
    width: .19rem;
    height: .2rem;
    background: url(../images/i_date.png) 50% no-repeat;
    background-size: cover;
    margin: 0 .06rem 0 0;
    vertical-align: -.03rem
}

.list_news a:hover .i_date {
    background-image: url(../images/i_date_on.png)
}

.list_news a:hover time {
    color: #fff
}

@-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)
    }
}

@keyframes icon-bounce {
    0%,100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    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(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    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(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    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(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    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)
    }
}

.f2 {
    padding: .82rem 0 .54rem;
    background: url(../images/bg2.jpg) 50% no-repeat;
    background-size: cover
}

.slick_icon {
    padding: 0 .7rem
}

.slick_icon a {
    padding: .12rem 0
}

.slick_icon i {
    display: block;
    width: .94rem;
    height: .94rem;
    border-radius: 50%;
    margin: 0 auto .3rem;
    background-repeat: no-repeat;
    background-position: 50%;
    position: relative;
    background-color: #fff
}

.slick_icon i:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -.59rem;
    margin-top: -.59rem;
    width: 1.18rem;
    height: 1.18rem;
    background: url(../images/circle.png) 50% no-repeat;
    background-size: cover;
    -webkit-animation: ani_rotate 12s 0s linear infinite;
    -moz-animation: ani_rotate 12s 0s linear infinite;
    -ms-animation: ani_rotate 12s 0s linear infinite;
    animation: ani_rotate 12s 0s linear infinite
}

.slick_icon .i1 {
    background-image: url(../images/i1.png)
}

.slick_icon .i2 {
    background-image: url(../images/i2.png)
}

.slick_icon .i3 {
    background-image: url(../images/i3.png)
}

.slick_icon .i4 {
    background-image: url(../images/i4.png)
}

.slick_icon .i5 {
    background-image: url(../images/i5.png)
}

.slick_icon .i6 {
    background-image: url(../images/i6.png)
}

.slick_icon .i7 {
    background-image: url(../images/i7.png)
}

.slick_icon .i8 {
    background-image: url(../images/i8.png)
}

.slick_icon a:hover i {
    background-color: #ffa82d
}

.slick_icon a:hover .i1 {
    background-image: url(../images/i1_on.png)
}

.slick_icon a:hover .i2 {
    background-image: url(../images/i2_on.png)
}

.slick_icon a:hover .i3 {
    background-image: url(../images/i3_on.png)
}

.slick_icon a:hover .i4 {
    background-image: url(../images/i4_on.png)
}

.slick_icon a:hover .i5 {
    background-image: url(../images/i5_on.png)
}

.slick_icon a:hover .i6 {
    background-image: url(../images/i6_on.png)
}

.slick_icon a:hover .i7 {
    background-image: url(../images/i7_on.png)
}

.slick_icon a:hover .i8 {
    background-image: url(../images/i8_on.png)
}

.slick_icon .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -.6rem;
    width: .35rem;
    height: .35rem;
    border: 1px solid rgba(255, 255, 255, .4);
    transform: rotate(45deg);
    z-index: 6
}

.slick_icon .slick-arrow:hover {
    border-color: #ffa82d;
    background: #ffa82d
}

.slick_icon .slick-arrow:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/prev.png) 50% no-repeat;
    background-size: .15rem;
    transform: rotate(-45deg)
}

.slick_icon .slick-next:before {
    background-image: url(../images/next.png)
}

.slick_icon .slick-prev {
    left: 0
}

.slick_icon .slick-next {
    right: 0
}

.slick_icon .slick-dots {
    margin: .4rem 0 0
}

.slick_icon .slick-dot {
    display: inline-block;
    width: .04rem;
    height: .04rem;
    border-radius: 50%;
    margin: 0 .15rem;
    position: relative;
    background: #b4e2d4;
    vertical-align: middle;
    cursor: pointer
}

.slick_icon .slick-dot:not(.slick-active):before {
    content: '';
    position: absolute;
    width: .18rem;
    height: .18rem;
    border: 1px solid #b4e2d4;
    border-radius: 50%;
    box-sizing: border-box
}

.slick_icon .slick-dot.slick-active {
    width: .18rem;
    height: .18rem;
    background: #ffa82d
}

.sub_tit {
    font-size: .24rem;
    margin: 0 0 .3rem;
}

.sub_tit span {
    display: inline-block;
    color: #fff;
    line-height: 2;
    padding: 0 .4rem 0 .16rem;
    overflow: hidden;
    border-left: 6px solid #f18d00;
    vertical-align: top;
    position: relative;
    z-index: 6;
}

.sub_tit span:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #00a273;
    z-index: -1;
    transform: skew(20deg);
}

.list_img {
    margin: -.22rem
}

.list_img.col3:not(:last-child) {
    margin-bottom: .4rem
}

.list_img a {
    float: left;
    width: calc(50% - .44rem);
    margin: .22rem;
    font-size: .18ewm;
    border-radius: 0 .4rem 0 .4rem;
    overflow: hidden
}

.list_img .cover_img {
    padding-top: 2.6rem
}

.list_img.col3 a {
    width: calc(33.33333% - .44rem)
}

.con_wrap .list_img .cover_img {
    padding-top: 31%
}

.con_wrap .list_img.col3 .cover_img {
    width: calc(33.33333% - .44rem);
    padding-top: 20%
}

.list_img .txt {
    padding: 14px 22px;
    border-left: 5px solid #ff7b00
}

.list_img h3 {
    font-size: 18px;
    color: #333;
    margin: 0 0 22px;
    line-height: 28px;
    height: 56px
}

.list_img p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .4rem .28rem .2rem;
    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_news .slick-list {
    overflow: initial
}

.slick_news .cover_img {
    padding-top: 4.5rem
}

.slick_news .txt {
    padding: .26rem .36rem 0;
    position: relative
}

.slick_news .txt:before {
    content: '';
    position: absolute;
    right: -.28rem;
    bottom: -.44rem;
    width: 1.18rem;
    height: 1.28rem;
    border-right: .08rem solid #0558a5;
    border-bottom: .08rem solid #1c7b46
}

.slick_news .txt h3 {
    font-size: .26rem;
    color: #333
}

.slick_news h3 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    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);
    font-size: .22rem;
    padding: .6rem 1.4rem .2rem .26rem;
    color: #fff
}

.slick_news .slick-dots {
    content: '';
    position: absolute;
    right: .2rem;
    bottom: .25rem;
    z-index: 6
}

.slick_news .slick-dot {
    width: .09rem;
    height: .09rem;
    display: inline-block;
    text-align: center;
    color: #fff;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    margin: 0 .1rem;
    background: rgba(255, 255, 255, .6);
    vertical-align: middle;
    transform: rotate(45deg)
}

.slick_news .slick-dot.slick-active {
    width: .12rem;
    height: .12rem;
    background: #f18d00
}

.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_news .slick-arrow {
    position: absolute;
    bottom: .64rem;
    left: 0;
    width: .7rem;
    height: .7rem;
    background-size: .31rem !important
}

.slick_news .slick-prev {
    background: #333 url(../images/prev.png) 50% no-repeat
}

.slick_news .slick-next {
    background: #00a273 url(../images/next.png) 50% no-repeat;
    left: .7rem
}

.slick_news .slick-prev:hover {
    -webkit-animation: to_arrowLeft 1s ease-in infinite;
    animation: to_arrowLeft 1s ease-in infinite
}

.slick_news .slick-next:hover {
    -webkit-animation: to_arrowRight 1s ease-in infinite;
    animation: to_arrowRight 1s ease-in infinite
}

.slick_news .slick-arrow:before {
    border-color: #c6c6c6
}

.slick_news .slick-arrow:hover:before {
    top: -.06rem;
    left: -.06rem;
    right: -.06rem;
    bottom: -.06rem
}

@-webkit-keyframes to_arrowLeft {
    0%,100% {
        background-position: 45% 50%
    }

    50% {
        background-position: 55% 50%
    }
}

@keyframes to_arrowLeft {
    0%,100% {
        background-position: 45% 50%
    }

    50% {
        background-position: 55% 50%
    }
}

@-webkit-keyframes to_arrowRight {
    0%,100% {
        background-position: 55% 50%
    }

    50% {
        background-position: 45% 50%
    }
}

@keyframes to_arrowRight {
    0%,100% {
        background-position: 55% 50%
    }

    50% {
        background-position: 45% 50%
    }
}

.f3 {
    padding: .88rem 0 .86rem;
    background: url(../images/bg3.jpg) 50% no-repeat;
    background-size: cover
}

.culture_wrap {
    width: calc(55.375% - .4rem)
}

.list_culture .hd {
    float: left;
    width: calc(35% - .25rem)
}

.list_culture .cover_img {
    padding-top: 132.06%;
    margin: 0 0 .16rem
}

.list_culture a:not(.hd) {
    float: right;
    width: calc(65% - .25rem);
    overflow: hidden
}

.list_culture time {
    font-size: .2rem;
    text-align: center;
    background: #f18d00;
    color: #fff;
    float: left;
    width: 1.2rem;
    padding: 6.765% 0
}

.list_culture time h2 {
    font-size: .56rem;
    line-height: .56rem
}

.list_culture time h4 {
    font-size: .22rem;
    margin: .1rem 0 0
}

.list_culture time span {
    border: 1px solid #fff;
    border-radius: .5rem;
    line-height: .24rem;
    display: inline-block;
    padding: 0 .14rem;
    font-size: .15rem;
    margin: .22rem 0 0
}

.list_culture a:not(.hd) .txt {
    float: right;
    width: calc(100% - 1.2rem);
    padding: 7.432% .34rem;
    background: rgba(255, 255, 255, .7);
    border: 1px solid #ddd;
    border-left: none
}

.list_culture .txt {
    font-size: .14rem;
    line-height: .28rem;
    color: #666
}

.list_culture h3 {
    font-size: .18rem;
    height: .56rem;
    color: #333;
    margin: 0 0 .2rem
}

.list_culture .hd h3 {
    margin: .2rem 0 .16rem
}

.list_culture i {
    width: .16rem;
    height: .16rem;
    margin: 0 .12rem 0 0;
    background-repeat: no-repeat;
    background-position: 50%
}

.i_time {
    background-image: url(../images/i_time.png)
}

.i_user {
    background-image: url(../images/i_user.png)
}

.i_adr {
    background-image: url(../images/i_adr.png)
}

.list_culture a:hover h3,.list_wechat a:not(.hd):hover h3 {
    color: #00a273
}

.list_culture a:last-child {
    margin-top: 6%
}

.list_culture a:last-child time {
    background: #00a273
}

.media_wrap {
    width: calc(44.625% - .4rem)
}

.list_media a {
    display: block;
    overflow: hidden
}

.list_media a:not(:first-child) {
    margin-top: 5.98%
}

.list_media .cover_img {
    float: left;
    width: 1.9rem;
    padding-top: .74rem
}

.list_media .txt {
    float: right;
    width: calc(100% - 2.18rem)
}

.list_media h3 {
    font-size: .18rem;
    color: #333;
    display: inline-block;
    margin: 0 0 .1rem;
    max-width: 100%;
    background-image: linear-gradient(#00a273, #00a273);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat
}

.list_media a:hover h3 {
    color: #00a273;
    background-size: 100% 1px
}

.list_media time {
    font-size: .22rem;
    color: #00a273
}

.list_media i {
    display: inline-block;
    width: .31rem;
    height: .28rem;
    background-repeat: no-repeat;
    background-position: 50%;
    margin: 0 .14rem 0 0;
    vertical-align: middle
}

.m1 {
    background-image: url(../images/m1.png)
}

.m2 {
    background-image: url(../images/m2.png)
}

.m3 {
    background-image: url(../images/m3.png)
}

.m4 {
    background-image: url(../images/m4.png)
}

.m5 {
    background-image: url(../images/m5.png)
}

.share_wrap {
    padding: .7rem 0 .76rem;
    background: url(../images/bg4.jpg) 50% 0 no-repeat;
    background-size: cover;
    text-align: center
}

.share_wrap h2 {
    text-align: center;
    color: #fff;
    line-height: .5rem;
    font-size: .23rem;
    display: inline-block;
    position: relative;
    padding: 0 20px
}

.share_wrap h2:before,.share_wrap h2:after {
    content: '';
    position: absolute;
    width: .94rem;
    height: 1px;
    background: rgba(255, 255, 255, .1)
}

.share_wrap h2:before {
    left: 0
}

.share_wrap h2:after {
    bottom: 0;
    right: 0
}

.f_share {
    font-size: 0;
    margin: .32rem 0 0
}

.f_share li {
    position: relative;
    display: inline-block
}

.f_share li:not(:first-child) {
    margin-left: .4rem
}

.f_share h3 a {
    display: block;
    background-size: .6rem;
    font-size: .16rem
}

.f_share h3 i {
    display: block;
    width: .66rem;
    height: .76rem;
    color: #fff;
    font-size: .16rem;
    background: url(../images/share_bor.png) 50% no-repeat;
    background-size: contain;
    position: relative
}

.f_share li:hover h3 i {
    background-image: url(../images/share_on.png)
}

.f_share h3 i:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: 50%
}

.f_share h3 .s1:before {
    background-image: url(../images/wechat.png)
}

.f_share h3 .s2:before {
    background-image: url(../images/sina.png)
}

.f_share h3 .s3:before {
    background-image: url(../images/video.png)
}

.f_share h3 .s4:before {
    background-image: url(../images/tiktok.png)
}

.f_share .con {
    position: absolute;
    bottom: calc(100% + 14px);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden
}

.f_share .con:before {
    content: '';
    position: absolute;
    bottom: -6px;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #fff transparent transparent transparent
}

.f_share li:hover {
    transform: translateY(-6px)
}

.f_share li:hover h3 a:before {
    height: 100%
}

.f_share li:hover .con {
    opacity: 1;
    visibility: visible
}

.f_share .con img {
    width: 1.2rem;
    height: 1.2rem;
    max-width: initial;
    display: block
}

.list_share {
    margin: .6rem 0 0;
    text-align: left
}

.list_share a {
    position: relative;
    display: block;
    color: #333
}

.list_wechat {
    width: calc(28.625% - .42rem);
    margin: .5rem 0 0
}

.list_wechat .hd {
    padding-top: 54.33%;
    border: .06rem solid #fff
}

.list_share .cover_img h3 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .4rem .2rem 0 0;
    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);
    color: #fff;
    font-size: .16rem
}

.list_wechat li:not(:first-child) {
    margin-top: .24rem
}

.list_wechat a:not(.hd) {
    padding: .16rem .14rem .22rem;
    background: #fff;
    font-size: 0
}

.list_wechat a:not(.hd) .cover_img {
    display: inline-block;
    width: .88rem;
    padding-top: .88rem;
    vertical-align: middle
}

.list_wechat a:not(.hd) .txt {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 1.12rem);
    margin: 0 0 0 .24rem
}

.list_wechat a:not(.hd) .txt h3 {
    line-height: .26rem;
    font-size: .16rem;
    max-height: .52rem
}

.list_wechat h3 em {
    background: url(../images/wechat.png) 50% .1rem no-repeat;
    background-size: .28rem
}

.list_share h3 em,.list_share h3 p {
    display: inline-block;
    vertical-align: middle
}

.list_share h3 em {
    width: .84rem;
    height: .74rem;
    border-left: 6px solid #58b531;
    text-align: center;
    padding-top: .4rem
}

.list_share h3 p {
    width: calc(100% - .84rem);
    padding: 0 0 0 .06rem
}

.list_share h3 p span {
    line-height: .26rem;
    max-height: .52rem
}

.list_sina {
    width: calc(24.625% - .42rem);
    margin: 0 .28rem 0 .56rem
}

.list_sina a:not(:first-child) {
    margin-top: .44rem
}

.list_sina .cover_img {
    padding-top: 100%;
    border: .06rem solid #fff
}

.list_sina h3 em {
    border-left-color: #c92a27
}

.list_sina h3 em {
    background: url(../images/sina.png) 50% .1rem no-repeat;
    background-size: .3rem
}

.slick_video {
    margin: .68rem .56rem 0 .28rem;
    width: calc(23.375% - .42rem);
    border: .06rem solid #fff;
    position: relative
}

.slick_video h3,.slick_tiktok h3 {
    text-align: center;
    line-height: .48rem;
    margin: 0 0 -.3rem;
    font-size: .18rem;
    background: url(../images/bg_video.png) 50% no-repeat;
    background-size: auto .46rem;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: -.25rem;
    z-index: 6
}

.slick_video .cover_img,.slick_tiktok .cover_img {
    padding-top: 182.534%
}

.slick_video i,.slick_tiktok i {
    width: .26rem;
    height: .25rem;
    margin: 0 .12rem 0 0;
    background-position: 50%;
    background-repeat: no-repeat
}

.i_video {
    background-image: url(../images/video.png);
    background-size: .26rem
}

.slick_tiktok .i_tiktok {
    background-image: url(../images/tiktok.png);
    background-size: .21rem
}

.slick_tiktok {
    margin: 1.58rem 0 0;
    width: calc(23.375% - .42rem);
    position: relative
}

.slick_tiktok h3 {
    background-image: url(../images/bg_tiktok.png)
}

footer {
    position: relative;
    background: url(../images/f_bg.jpg) 50% no-repeat;
    background-size: cover;
    padding: .46rem 0;
    z-index: 99;
    /* overflow: hidden */
}

footer,footer a {
    color: #bee7db
}

footer a:hover {
    color: #fff
}

footer .pa.x {
    margin-left: .5rem
}

.f_logo {
    display: block
}

.f_logo img {
    max-height: .72rem;
    display: inline-block
}

.f_link {
    width: 3.66rem
}

.f_link .item {
    float: left;
    width: 33.333333%;
    color: #bee7db;
    padding: .1rem 0;
    position: relative;
}

.f_link .con {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    bottom: calc(100% + 18px);
    background: rgba(255,255,255,.9);
    padding: 10px;
    z-index: 66;
    box-shadow: 0 -3px 5px rgba(0,0,0,.1);
    transition: .3s all ease-in;
}

.f_link .con:before {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -7px;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: rgba(255,255,255,.9) transparent transparent transparent;
}

.f_link .item:hover .con {
    visibility: visible;
    opacity: 1;
    bottom: calc(100% + 4px);
}

.f_link .con a {
    display: block;
    color: #555;
    padding: 12px 12px;
    white-space: nowrap;
}

.f_link .con a:not(:first-child) {
    border-top: 1px dashed #ddd
}

.f_link .con a:hover {
    color: #00a273
}

.f_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
}

.f_link i {
    display: block;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    margin: 0 auto .12rem;
    position: relative;
    background: rgba(0, 0, 0, .2);
    border-radius: 50%;
    overflow: hidden;
}

.f_link i:before,.f_link i:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0
}

.f_link i:before {
    background-position: 50%;
    background-repeat: no-repeat;
    z-index: 3
}

.f_link i:before,.f_link a:hover i:after {
    width: 100%;
    height: 100%
}

.f_link .item:hover .hd i:after {
    background: #f18d00
}

.f_link i:after {
    border-radius: 50%
}

.n1:before {
    background-image: url(../images/n1.png)
}

.n2:before {
    background-image: url(../images/n2.png)
}

.n3:before {
    background-image: url(../images/n3.png)
}

.n4:before {
    background-image: url(../images/n4.png)
}

.n5:before {
    background-image: url(../images/n5.png)
}

.n6:before {
    background-image: url(../images/n6.png)
}

.f_logo {
    margin: 0 0 .3rem
}

.f_logo img {
    max-height: .9rem
}

.f_copy {
    line-height: .28rem
}

.f_copy a {
    display: inline-block;
    position: relative;
    background-image: linear-gradient(#fff, #fff);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat
}

.f_copy a:hover {
    background-size: 100% 1px
}

.f_copy a:not(:first-child) {
    margin-left: .3rem
}

.f_about h3 {
    font-size: .26rem;
    font-family: sySong;
    margin: .38rem 0 .2rem;
    color: #fff
}

.f_about .txt {
    line-height: .32rem
}

.inset_bar {
    width: 100%;
    overflow: hidden
}

.inset_bar img {
    display: block;
    width: 100%
}

.inset_img {
    position: relative;
    display: block;
    width: 100%;
    z-index: 1
}

aside {
    width: 3rem;
    margin: 0 0 70px;
    position: relative;
}

.aside_tit {
    color: #fff;
    font-size: 18px;
    line-height: .5rem;
    padding: .3rem .2rem;
    background: url(../images/bg_nav.png) 50% no-repeat;
    background-size: cover;
    margin-top: -1.1rem;
}

.aside_tit h2 {
    font-size: .3rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.aside_tit p {
    opacity: .5
}

.nav_list a {
    position: relative;
    font-size: 18px;
    display: block;
    padding: 17px 30px 17px 32px;
    color: #333
}

.nav_list>a {
    padding-right: 40px
}

.nav_list>a:not(:first-child) {
    border-top: 1px dashed #ddd
}

.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: 22px;
    height: 22px
}

.nav_list p {
    font-size: 14px;
    color: #999
}

.nav_list {
    padding: 16px 0 150px;
    background: #f1f5f3;
    border-left: 5px solid #00a273
}

.nav_list .on {
    color: #00a273;
    border-bottom: 1px dashed #ddd
}

.nav_list .on b {
    right: 0;
    font-size: 12px;
    color: #fff
}

.nav_list a b:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #aaa;
    background: #aaa
}

.nav_list .on b:after {
    background: #00a273;
    border-color: #00a273
}

.nav_list .sub_con {
    padding: 16px 0;
    display: none
}

.nav_list .sub_con a {
    padding-left: 47px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    background: none;
    line-height: 1.6;
    position: relative;
    color: #666
}

.nav_list .sub_con a:hover:before,.nav_list .sub_con .active:before {
    height: 100%
}

.nav_list>a:before {
    content: '';
    position: absolute;
    left: -5px;
    height: 0;
    width: 5px;
    background: #f18d00
}

.nav_list .on:before {
    height: 100%
}

.nav_list .sub_con .active,.nav_list .sub_con .active p,.nav_list .active:hover,.nav_list .sub_con a:hover {
    color: #00a273
}

.bg_inset {
}

.bg_inset article {
    background: url(../images/bg_r.jpg) 100% 100% no-repeat;
}

.inset_img {
    position: relative;
    display: block;
    width: 100%;
    z-index: 1
}

.con_wrap {
    width: calc(100% - 3.8rem);
    padding: .42rem 0 1rem;
    position: relative
}

.qwcon_wrap {
    width: calc(100% - 3.8rem);
    padding: .42rem 0 1rem;
    position: relative
}

.i_pos {
    width: 17px;
    height: 20px;
    background: url('') 50% no-repeat;
    margin-right: 10px;
    vertical-align: -5px
}

.site_nav {
    color: #666;
    margin-bottom: 40px;
    line-height: .32rem;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #ddd
}

.site_nav h3 {
    color: #222;
    font-size: .32rem;
    display: inline-block;
    font-family: sySong;
    position: relative
}

.site_nav h3:before {
    content: '';
    position: absolute;
    right: -3px;
    bottom: -3px;
    width: 10px;
    height: 10px;
    border: 2px solid #f18d00;
    border-radius: 50%;
    z-index: -1;
    box-sizing: border-box
}

.site_nav b {
    color: #bbb
}

.site_wrap {
    margin: 0 0 0 -16px;
}

.site_nav a,.site_nav em {
    color: #666;
    display: inline-block;
    padding: 0 16px
}

.site_nav a:hover {
    color: #124489
}

.site_nav em,.list_link a:hover,.nav_list>a:hover {
    color: #00a273
}

.details_wrap {
    max-width: 1020px;
    margin: 0 auto
}

article {
    position: relative
}

.list_time a {
    display: block;
    font-size: 0;
    padding: 27px 0;
    color: #333;
    position: relative
}

.list_time a:hover {
    color: #124489;
    padding: 27px 0 27px 10px
}

.list_time a:hover:before {
    left: 4px
}

.list_time time,.list_time .txt {
    display: inline-block;
    vertical-align: middle
}

.list_time time {
    font-size: 15px;
    width: 80px;
    height: 90px;
    color: #fff;
    background: #124489;
    text-align: center;
    position: relative
}

.list_time a:before,.list_time time:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px
}

.list_time a:before {
    border: 1px solid #ff7b00;
    left: -6px;
    top: 21px
}

.list_time time:after {
    background: #ff7b00;
    right: -8px;
    bottom: -8px
}

.list_time time em {
    font-size: 42px;
    font-family: Georgia;
    display: block;
    margin: 0 0 6px
}

.list_time .txt {
    width: calc(100% - 122px);
    margin: 0 0 0 32px
}

.list_time .txt h3 {
    font-size: 20px;
    line-height: 34px;
    max-height: 68px
}

.list_link {
    margin: -20px -20px 0
}

.list_link a {
    display: block;
    padding: 22px 20px 16px 20px;
    line-height: 28px;
    float: left;
    width: calc(50% - 40px);
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    margin: 0 20px
}

.list_link a:hover {
    background: url() 50% repeat-y;
    background-size: 100%;
    color: #fff;
    transform: translateY(-6px);
    padding: 22px 20px 16px
}

.list_link em,.list_leader em {
    display: block;
    font-size: 22px;
    color: #0558a5
}

.list_link a:hover em {
    color: #fff
}

.list_link p {
    line-height: 20px;
    height: 40px;
    font-family: arial;
    margin: 3px 0 0
}

.list_link a .i_more {
    margin: -5px 0;
    width: .4rem
}

.list_link a:hover .i_more,.list_link a:hover .i_more:before {
    background: #fff
}

.list_leader {
    margin: -26px 0
}

.list_leader li {
    padding: 26px 0;
    border-bottom: 1px dashed #ddd;
    font-size: 14px;
    line-height: 2
}

.list_leader em {
    margin-bottom: .14rem
}

.list_leader p span {
    color: #0558a5
}

.list_row a {
    display: block;
    font-size: 18px;
    padding: 0px 120px 12px 24px;
    position: relative;
    line-height: 26px;
    transition: .3s all ease-in
}

.list_row a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 35%;
    width: 6px;
    height: 6px;
    background: #aaa;
    transform: rotate(45deg);
    margin-top: -4px;
    transition: .3s all ease-in
}

.list_row time {
    position: absolute;
    right: 0;
    top: 0;
    color: #00a273
}

.list_row a:hover {
    color: #00a273
}

.list_row a:hover:before {
    background: #00a273
}

.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: 20px 20px;
    display: block;
    color: #333;
    font-size: 26px;
    line-height: 28px;
    color: #fff;
    background: url(../images/bg2.jpg) 50% no-repeat;
    background-size: cover;
    cursor: pointer;
}

.list_item h3 .more_r {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 46px;
    background: url(../images/i_down1.png) 50% no-repeat;
    transform: rotate(90deg);
    transition: .3s all ease-in;
    /* background-size: 10px; */
}

.list_item.list_guide h3 .more_r {
    transform: none
}

.list_item .close h3 .more_r {
    transform: rotate(0)
}

.additem {
    width: 0;
    height: 0;
    font-size: 0
}

.list_item .con {
    font-size: 19px;
    padding: 15px 20px;
    /* background: #eef1f6 url(../images/bg3.jpg) 50% 10% no-repeat; */
    background-size: cover;
    z-index: 99;
    position: relative;
}

.list_item .con,.list_item .con * {
    word-break: break-all
}

.list_item .con a {
    line-height: 32px;
    display: block;
}

.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 {
    display: block;
    padding: 15px 20px 15px 44px;
    position: relative;
    transition: .3s all ease-in;
}

.list_xk a:before {
    content: '';
    position: absolute;
    left: 22px;
    top: 50%;
    transform: rotate(45deg);
    width: 4px;
    height: 4px;
    margin-top: -2px;
    border: 1px solid #00a273;
}

.list_xk a:nth-child(even),.li_xk li:nth-child(even) {
    background: #eee;
}

.list_xk a:hover {
    color: #00a273;
}

.li_xk li {
    padding: 15px 0 15px 0;
}

.li_xk li a {
    padding: 0 20px 0 44px
}

.page_wrap {
    margin-top: 60px
}

.pb_sys_common {
    font-size: 12px;
    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: #258cff;
    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 #258cff
}

.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 #258cff;
    color: #fff;
    background-color: #258cff
}

.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 #258cff;
    color: #fff;
    background-color: #258cff
}

.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
}

.page_wrap span {
    font-size: 14px
}

.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: #ddd
}

.pb_sys_style1 .p_pages .p_no_d {
    background: #00a273;
    border-color: #00a273;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    min-width: 30px
}

.pb_sys_common .p_t {
    margin-left: 10px !important
}

.news_hd {
    margin: 0 0 30px;
    color: #333
}

.news_hd h3 {
    font-size: 26px;
    color: #333;
    margin-bottom: 2px;
    line-height: 38px;
    padding: 0 0 30px;
    margin: 0 0 18px;
    position: relative
}

.news_hd h3:before {
    content: '';
    position: absolute;
    width: .8rem;
    height: 5px;
    background: #00a273;
    left: 50%;
    bottom: 0;
    margin-left: -.4rem
}

.news_hd p {
    line-height: 40px
}

.news_hd p span {
    margin: 0 20px 0 0;
    color: #888
}

.news_bd {
    font-size: 18px;
    line-height: 36px;
    color: #555
}

.news_bd p {
    line-height: 2em !important;
    margin-bottom: 20px;
}

.list_dept li {
    padding: 0 0 30px;
    line-height: 1.8
}

.list_dept h3 {
    font-size: 18px;
    padding: 6px 20px;
    margin: 0 0 14px;
    background: url(../images/f_bg.jpg) 50% no-repeat;
    background-size: cover;
    color: #fff
}

.list_dept .con {
    padding: 0 20px
}

.full_left {
    max-width: 58.75%;
    position: initial;
    padding-top: 0
}

.area_wrap .info {
    width: 38.3%;
    font-size: 16px;
    line-height: 28px;
    color: #666
}

.area_tab .hd {
    position: relative;
    width: 2.99rem;
    height: 3.5rem;
    background: url(../images/map.png) 50% no-repeat;
    background-size: cover;
    margin: 0 0 0 50%
}

.area_tab .hd a {
    position: absolute;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    line-height: .4rem;
    padding: 0 0 0 9.5%
}

.area_tab .hd .on {
    color: #fff
}

.area_bd .bg_area {
    background: url(../images/bg_area.png) 0 100% no-repeat;
    padding: .6rem 0 0;
    background-size: 24.47%;
}

.area_tab .area1 {
    width: 2.49rem;
    height: 1.09rem;
    left: -.74rem;
    top: .57rem;
    background-image: url(../images/bor1.png)
}

.area_tab .area2 {
    width: 2.99rem;
    height: .69rem;
    left: -1.47rem;
    top: 1.39rem;
    background-image: url(../images/bor2.png)
}

.area_tab .hd .area3 {
    width: 2.49rem;
    height: .8rem;
    left: -1.58rem;
    bottom: .13rem;
    background-image: url(../images/bor3.png);
    padding: .4rem 0 0 .25rem
}

.area_tab .hd .area4 {
    width: 2.59rem;
    height: .58rem;
    right: -1.35rem;
    top: 1.03rem;
    background-image: url(../images/bor4.png);
    text-align: right;
    padding: 0 8% 0 0
}

.area_tab .hd .area5 {
    width: 2.21rem;
    height: .81rem;
    right: -.85rem;
    bottom: .77rem;
    background-image: url(../images/bor5.png);
    text-align: right;
    padding: .4rem 8% 0 0
}

.area_tab .hd .area1.on {
    background-image: url(../images/bor1_on.png)
}

.area_tab .hd .area2.on {
    background-image: url(../images/bor2_on.png)
}

.area_tab .hd .area3.on {
    background-image: url(../images/bor3_on.png)
}

.area_tab .hd .area4.on {
    background-image: url(../images/bor4_on.png)
}

.area_tab .hd .area5.on {
    background-image: url(../images/bor5_on.png)
}

.area_tab .bd {
    position: absolute;
    right: 0;
    top: 0;
    width: 9.09rem;
    z-index: -1;
}

.area_tab .bd h3 {
    text-align: center;
    font-family: sySong;
    font-size: .24rem;
    color: #333;
    margin: -.2rem 0 0
}

@media (min-width: 1024px) {
    .menu,.t_nav h3 b,.aside_tit b {
        display: none
    }

    .t_nav,.t_nav .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
    }

    .t_nav .sub_nav {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .3s all ease-in;
        -moz-transition: .3s all ease-in;
        -ms-transition: .3s all ease-in;
        transition: .3s all ease-in
    }

    .t_nav .sub_nav:before {
        content: '';
        position: absolute
    }

    .t_nav .sub_nav:before {
        top: -6px;
        border-style: solid;
        border-width: 0 6px 6px 6px;
        border-color: transparent transparent #01a779 transparent
    }

    -webkit-@keyframes ani_header {
    }

    top:0 {
    }

    -moz-@keyframes ani_header {
    }

    top:0 {
    }

    -ms-@keyframes ani_header {
    }

    top:0 {
    }

    @keyframes ani_header {
    }

    top:0 {
    }

    -webkit-@keyframes ani_nav {
    }

    top:0 {
    }

    -moz-@keyframes ani_nav {
    }

    top:0 {
    }

    -ms-@keyframes ani_nav {
    }

    top:0 {
    }

    @keyframes ani_nav {
    }

    top:0 {
    }

    .aside_tit b {
        display: none
    }
}

@media (max-width: 1840px) {
    section,.w1600 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    header.on {
        padding: 0
    }

    header section {
        padding-left: 1.2rem;
        padding-right: 1.2rem
    }

    .t_nav {
        margin-right: 0;
        right: .83rem
    }

    .t_nav h3 a {
        font-size: .16rem
    }

    .slick_bar .slick-list {
        max-width: calc(100% - 2rem)
    }

    .slick_bar .slick-current h3 {
        margin-left: 0;
        left: .4rem
    }

    .slick_bar .slick-dots {
        margin-right: 0;
        right: 1.7rem
    }

    .slick_bar .slick-prev {
        right: calc(100% - 1rem);
        left: inherit;
        margin-left: 0;
    }

    .slick_bar .slick-next {
        left: calc(100% - 1rem);
        right: initial;
        margin-right: 0
    }

    .slick_bar .slick-prev:before {
        right: 2.5%
    }

    .slick_bar .slick-next:before {
        left: 2.5%
    }

    .slick_bar .slick-prev:after {
        right: 2.5%
    }

    .slick_bar .slick-next:after {
        left: 2.5%
    }

    -webkit-@keyframes ani_toLeft {
    }

    right:2.6% {
    }

    -moz-@keyframes ani_toLeft {
    }

    right:2.6% {
    }

    -ms-@keyframes ani_toLeft {
    }

    right:2.6% {
    }

    @keyframes ani_toLeft {
    }

    right:2.6% {
    }

    -webkit-@keyframes ani_toRight {
    }

    left:2.6% {
    }

    -moz-@keyframes ani_toRight {
    }

    left:2.6% {
    }

    -ms-@keyframes ani_toRight {
    }

    left:2.6% {
    }

    @keyframes ani_toRight {
    }

    left:2.6% {
    }

    .list_notice {
        margin: -.2rem 0
    }

    .list_notice a {
        padding: .1rem 0
    }

    .slick_news .cover_img {
        padding-top: 3.6rem
    }

    .list_news .hd h3 {
        height: .56rem;
        margin: 0 0 .225rem;
        -webkit-line-clamp: 2
    }

    .slick_icon i {
        transform: scale(.9);
        margin: 0 auto .2rem;
        background-size: auto 52%
    }

    .list_media i,.list_culture i {
        background-size: contain
    }

    .list_culture time {
        padding: 5.854% 0
    }

    .list_culture a:not(.hd) .txt {
        padding: 6.625% .34rem
    }

    .list_media a:not(:first-child) {
        margin-top: 5%
    }

    .slick_bar .slick-dot:after,.f_share h3 i:before {
        transform: scale(.7)
    }

    .f_link i:before {
        transform: scale(.8) translate(-60%, -65%)
    }

    .area_wrap .info {
        width: 50%;
        font-size: 14px
    }

    .area_tab .bd {
        max-width: 47%
    }
}

@media (max-width: 1400px) {
    .f_link {
        width: 3.8rem
    }
}

@media (max-width: 1239px) {
    .t_logo {
        line-height: 60px
    }

    .t_logo img {
        max-height: 38px
    }

    .t_link {
        margin: 16px 10px 0 0
    }

    .t_search {
        width: 40px;
        height: 60px;
        background-size: 22px;
        margin: 0 40px 0 0
    }

    .t_search:before {
        content: none
    }

    header {
        padding: 0
    }

    header:before {
        bottom: 0
    }

    .menu {
        right: 1.2rem;
        display: block;
        width: 26px;
        margin-top: 3px;
        transition: all .3s ease;
        z-index: 99999
    }

    .menu span {
        width: 100%;
        height: 2px;
        display: block;
        background: #fff;
        transition: all .3s ease;
        border-radius: 100px
    }

    .on .menu span {
        background: #555
    }

    .menu span+span {
        margin-top: 6px
    }

    .menu.on {
        margin-top: 8px
    }

    .menu.on span {
        transform: rotate(45deg)
    }

    .menu.on span:nth-child(2) {
        transform: rotate(-45deg) translate(6px, -7px)
    }

    .menu.on span:nth-child(3) {
        display: none
    }

    .t_nav {
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #00a273;
        text-align: left;
        z-index: 999;
        margin-right: 0;
        display: none;
        overflow-y: auto;
        overflow-x: hidden;
        padding-top: 100px;
        padding-bottom: 30px;
        margin: 0;
        z-index: 998
    }

    .t_nav section {
        padding: 0
    }

    .t_nav h3 i {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 10px 0 0
    }

    .t_nav ul>li {
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        padding: 0;
        width: auto;
        overflow: hidden
    }

    .t_nav li:nth-child(6) {
        margin-left: 0
    }

    .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 !important;
        white-space: initial
    }

    .t_nav h3 b {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 50px;
        text-align: center;
        line-height: 44px;
        height: 46px;
        color: rgba(255, 255, 255, .4);
        font-size: 20px;
        cursor: pointer;
        font-weight: normal;
        top: 50%;
        margin-top: -23px
    }

    .t_nav .on h3 a,.t_nav .on h3 p {
    }

    .t_nav .on b {
        transform: rotate(-45deg);
        margin-top: -22px
    }

    .t_nav .on h3 a {
        height: auto;
        padding: 10px 50px 10px 15px
    }

    .t_nav .sub_nav {
        display: none;
        position: initial;
        top: 0;
        background: none;
        padding: 5px 0 10px;
        width: auto;
        background: rgba(0, 0, 0, .2);
        left: initial;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
        min-width: auto
    }

    .t_nav .sub_nav a {
        padding: 8px 30px;
        color: #fff;
        opacity: .7;
        display: block;
        width: auto;
        background-position: 20px 13.5px;
        text-align: left
    }

    .slick_bar .slick-dot:after,.f_share h3 i:before {
        transform: scale(.7)
    }

    .notice_wrap {
        width: calc(28.125% - .3rem)
    }

    .news_r {
        width: calc(71.875% - .3rem)
    }

    .culture_wrap {
        width: calc(55.375% - .3rem)
    }

    .media_wrap {
        width: calc(44.625% - .3rem)
    }

    .con_wrap .list_news {
        margin: -20px
    }

    .con_wrap .list_news a {
        width: calc(50% - 40px);
        margin: 20px
    }

    .nav_list {
        padding: 0 0 90px
    }

    .nav_list a b {
        transform: scale(.7) !important
    }

    .nav_list .on {
        font-size: 16px
    }

    .nav_list .sub_con {
        padding: 12px 0
    }

    .nav_list a {
        padding: 14px 40px 14px 20px;
        font-size: 16px;
        line-height: 20px
    }

    .inset_bar img {
        position: relative;
        left: 50%;
        margin-left: -70%;
        width: 140%;
        max-width: none
    }

    aside {
        width: 26%;
        margin: 0 0 50px
    }

    .nav_list .sub_con a {
        padding: 8px 20px;
        font-size: 14px
    }

    .nav_list .sub_con p {
        font-size: 12px
    }

    .site_nav {
        padding: 4px 0 8px 0;
        background-size: auto 54px;
        background-position: 0 0;
        margin-bottom: 30px;
        line-height: 26px
    }

    .news_hd {
        margin: 0 0 16px
    }

    .site_nav h3 {
        font-size: 22px
    }

    .area_bd .bg_area {
        background-size: 30%;
    }

    .con_wrap {
        width: calc(74% - 40px);
    }

    .news_hd h3 {
        line-height: 26px;
        padding: 0 0 24px;
        margin: 0 0 8px;
        font-size: 18px
    }

    .news_bd {
        line-height: 32px
    }

    .news_bd p {
        margin-bottom: 26px
    }

    .page_wrap {
        margin-top: 50px
    }

    .area_tab .bd {
        top: 0;
    }
}

@media (max-width: 1024px) {
    ::-webkit-scrollbar,::-webkit-scrollbar-track {
        width: 0
    }
}

@media (max-width: 1023px) {
    .f_fl,.f_share,footer .fr {
        float: none;
        width: auto
    }

    footer .fr {
        text-align: center !important
    }

    .slick_bar .slick-dot:after,.f_share h3 i:before {
        transform: scale(.5)
    }

    .list_notice time {
        width: 52px
    }

    .list_notice .txt {
        width: calc(100% - 52px)
    }

    .list_culture time span {
        margin: .1rem 0 0
    }

    .list_culture time {
        padding: 6.054% 0
    }

    .list_media h3 {
        margin: 0
    }

    .list_media time {
        font-size: .2rem
    }

    .f_link,.f_about {
        float: none !important;
        width: auto !important
    }

    .f_link i:before {
        transform: scale(.6) translate(-82%, -82%)
    }

    footer .pa.x {
        position: initial;
        margin: .4rem auto 0;
        transform: none
    }

    aside {
        float: none !important;
        width: auto;
        margin: 0
    }

    aside {
        margin: .3rem 0 0
    }

    aside:before {
        bottom: 0;
        transform: none
    }

    .aside_tit {
        padding: 5px 15px;
        position: relative;
        cursor: pointer;
        margin-top: 20px;
    }

    .aside_tit b {
        position: absolute;
        right: 6px;
        width: 40px;
        text-align: center
    }

    .aside_tit h2 {
        font-size: 18px;
        line-height: 36px
    }

    .aside_tit.on b {
        transform: rotate(45deg)
    }

    .nav_list {
        display: none
    }

    .con_wrap {
        min-height: 50vh;
        width: auto;
        float: none;
        padding: 30px 0 80px;
        background-size: 80%;
    }

    .area_tab .hd a {
        padding: 0 0 0 4.8%
    }

    .area_tab .hd .area3 {
        padding: .4rem 0 0 2.2%
    }

    .area_tab .hd .area4 {
        padding: 0 1.8% 0 0
    }

    .area_tab .hd .area5 {
        padding: .4rem 2.2% 0 0
    }
}

@media (min-width: 767px) and (max-width:1023px) {
    .con_wrap .list_notice time em {
        font-size: 20px;
        line-height: 24px
    }

    .con_wrap .list_notice time span {
        display: block;
        line-height: 28px
    }
}

@media (max-width: 767px) {
    html {
        font-size: 50px
    }

    body {
        padding-top: 88px
    }

    section,.w1600 {
        padding-left: 15px;
        padding-right: 15px
    }

    header {
        padding: 0;
        background: #00a273
    }

    header:before {
        content: none
    }

    header section {
        padding-left: 15px;
        padding-right: 15px
    }

    .slick_bar .slick-list {
        max-width: none
    }

    .slick_bar h3,.slick_bar .slick-dots,.slick_icon .slick-arrow {
        display: none !important
    }

    .slick_bar .slick-arrow {
        background: none
    }

    .slick_bar .slick-prev {
        right: calc(100% - .6rem)
    }

    .slick_bar .slick-next {
        left: calc(100% - .6rem)
    }

    .t_logo {
        display: inline-block;
        max-width: calc(100% - 120px);
        line-height: 56px
    }

    .t_logo img {
        max-height: .44rem
    }

    .slick_bar .slick-dots {
        right: 0
    }

    .t_line {
        margin-bottom: 26px
    }

    .t_link {
        margin: 0;
        position: absolute;
        top: 10px;
        right: .1rem
    }

    .t_link a {
        padding: .06rem .1rem
    }

    .t_search {
        width: 50px;
        margin: 0 30px 0 0
    }

    aside {
        /* margin: 0 -15px 0; */
    }

    .t_nav {
        padding-top: 110px
    }

    .nav_list {
        padding: 16px 0 0
    }

    .slick_bar .con {
        display: none
    }

    .menu.on {
        margin-top: 21px
    }

    .menu {
        margin-top: 16px;
        width: 28px;
        right: 15px
    }

    .menu span+span {
        margin-top: 7px
    }

    .menu.on span:nth-child(2) {
        transform: rotate(-45deg) translate(.08rem, -.08rem)
    }

    .menu.on {
        width: 28px
    }

    .fn,.notice_wrap,.news_r,.slick_news,.list_news a,.culture_wrap,.media_wrap,.list_culture a,.list_wechat,.list_sina,.slick_video,.slick_tiktok {
        float: none !important;
        width: auto !important
    }

    .tit {
        margin: 0 0 .32rem
    }

    .tit h3 {
        font-size: .28rem
    }

    .f1 {
        padding: .5rem 0 .7rem
    }

    .list_notice {
        margin: -.15rem 0
    }

    .list_notice a {
        padding: .15rem 0
    }

    .list_notice time {
        width: .76rem
    }

    .list_notice .txt {
        width: calc(100% - .76rem)
    }

    .list_notice {
        margin: -.14rem 0
    }

    .list_notice.col2 a {
        float: none;
        display: block;
        width: auto;
        padding: .14rem 0
    }

    .list_notice.col2 a:nth-child(2n) {
        margin: 0
    }

    .news_r {
        margin: .5rem 0 0
    }

    .slick_news {
        margin: 0 0 .4rem
    }

    .slick_news h3 {
        font-size: .18rem;
        padding: .6rem 1.05rem .2rem .16rem
    }

    .slick_news .slick-dots {
        right: .15rem
    }

    .slick_news .slick-dot {
        width: .09rem;
        height: .09rem;
        margin: 0 .08rem
    }

    .slick_news .slick-dot.slick-active {
        width: .1rem;
        height: .1rem
    }

    .slick_news .cover_img {
        padding-top: 63%;
        margin: 0
    }

    .slick_news .slick-arrow {
        display: none !important
    }

    .list_news a {
        display: block
    }

    .news_r .list_news a:nth-child(4) {
        margin: .31rem 0 0
    }

    .f2 {
        padding: .62rem 0 .54rem
    }

    .slick_icon {
        padding: 0
    }

    .slick_icon i {
        width: .74rem;
        height: .74rem
    }

    .slick_icon i:before {
        margin-left: -.49rem;
        margin-top: -.49rem;
        width: .98rem;
        height: .98rem
    }

    .f3 {
        padding: .6rem 0
    }

    .list_culture {
        margin: 0
    }

    .list_culture a {
        display: block;
        margin: .4rem 0
    }

    .list_culture time {
        padding: .3rem 0
    }

    .list_culture a:not(.hd) .txt {
        padding: .2758rem .24rem
    }

    .list_media .cover_img {
        width: 1.4rem;
        padding-top: .55rem
    }

    .list_media .txt {
        width: calc(100% - 1.55rem)
    }

    .list_media i {
        transform: scale(.8);
        margin: 0 .04rem 0 0
    }

    .list_sina,.list_sina a:not(:first-child) {
        margin: .3rem 0 0 0
    }

    .slick_video,.slick_tiktok {
        margin: .42rem 0 0
    }

    .slick_bar .slick-dot:after,.f_share h3 i:before {
        transform: scale(.6)
    }

    .share_wrap {
        padding: .5rem 0 .76rem
    }

    .share_wrap h2 {
        font-size: .2rem
    }

    .f_share {
        font-size: 0;
        margin: .22rem 0 0
    }

    .f_share h3 i {
        width: .5rem;
        height: .58rem
    }

    .f_share li:not(:first-child) {
        margin-left: .2rem
    }

    .f_link i:before {
        transform: scale(.8) translate(-64%, -64%)
    }

    .bg_inset {
        padding: 92px 0 0;
    }

    .site_nav {
        padding: 0 0 12px;
        background-size: auto 34px;
        background-position: 0 50%
    }

    .site_wrap {
        margin: 0 0 0 -10px
    }

    .site_nav a,.site_nav em {
        padding: 0 10px
    }

    .site_nav h3 {
        font-size: 22px
    }

    .con_wrap {
        padding: 32px 0 54px
    }

    .con_wrap .list_img .cover_img {
        padding-top: 70%
    }

    .full_left {
        max-width: none;
        padding-top: 14px
    }

    .area_tab .bd {
        position: absolute;
        max-width: 100%;
        top: 0;
    }

    .area_tab .bd h3 {
        font-size: .22rem
    }

    .area_bd .bg_area {
        background-size: 70%;
    }

    .area_wrap .info {
        width: auto;
        margin: calc(75vw + 3.5rem) 0 19vw;
    }

    .area_tab .hd {
        margin: 0 auto;
        transform: scale(.6);
        position: absolute;
        top: 115vw;
        left: 6%;
        right: 0;
    }

    .area_tab .hd a {
        padding: 0 0 0 10.8%
    }

    .area_tab .hd .area3 {
        padding: .4rem 0 0 9.2%
    }

    .area_tab .hd .area4 {
        padding: 0 8.8% 0 0
    }

    .area_tab .hd .area5 {
        padding: .4rem 7.2% 0 0
    }

    .nav_list a b:after {
        width: 20px;
        height: 20px
    }

    .con_wrap .list_img {
        margin: -15px 0
    }

    .con_wrap .list_img a {
        width: 100%;
        margin: 15px 0
    }

    .list_img.col3 {
        margin-bottom: .3rem
    }

    .con_wrap .list_img.col3 .cover_img {
        width: 100%;
        padding-top: 69%
    }

    .list_dept {
        font-size: 14px
    }

    .list_dept h3 {
        font-size: 16px;
        padding: 4px 20px
    }

    .tab_tit {
        margin: 0 0 30px
    }

    .nav_list a {
        padding: 14px 40px 14px 20px
    }

    .news_hd h3 {
        font-size: 18px;
        line-height: 26px;
        margin: 0 0 18px;
        padding: 0 0 26px
    }

    .news_hd p span {
        margin: 0 8px;
        line-height: 26px
    }

    .news_hd {
        margin: 0 0 20px;
        padding: 0 0 10px;
        font-size: 14px
    }

    .news_bd img {
        height: auto !important
    }

    .news_bd {
        font-size: 15px;
        line-height: 30px
    }

    .news_bd p {
        margin-bottom: 20px
    }

    .page_wrap {
        margin-top: 40px
    }

    .p_no,.p_dot,.p_no_d {
        display: none !important
    }

    .list_link a {
        display: block;
        float: none;
        width: auto;
        padding: 16px 0 10px 0
    }

    .list_link a:hover {
        padding: 16px 15px 10px
    }

    .list_link p {
        height: auto
    }

    .sub_tit,.list_leader em {
        font-size: .22rem
    }

    .list_item h3 {
        padding: 10px 20px
    }

    .list_item .con a {
        line-height: 26px;
        padding: 8px 0 8px 24px;
    }

    .list_xk a:before {
        top: 16px;
    }

    .popup_xq {
        width: .8rem;
        height: 1.58rem;
        display: none;
    }

    .popup_xq:before {
        width: 1.54rem;
        height: 1.54rem;
        left: -.05rem;
        bottom: -.05rem
    }

    .popup_xq img {
        width: .8rem;
        height: 1.58rem;
    }
}

@media (max-width: 640px) {
    .inset_bar img {
        position: relative;
        left: 50%;
        margin-left: -100%;
        width: 200%;
        max-width: none
    }

    .page_wrap {
        margin-top: 30px
    }
}

@media (max-width: 540px) {
    .inset_bar img {
        position: relative;
        left: 50%;
        margin-left: -70%;
        width: 140%;
        max-width: none
    }
}

@media (max-width: 374px) {
    section,.w1400 {
        padding: 0 10px
    }
}

@media (max-width: 320px) {
    .site_wrap {
        font-size: 12px
    }

    .news_hd {
        font-size: 14px
    }
}
p.sydw {
    position: absolute;
}