﻿* {
    padding: 0;
    margin: 0;
}

/*Top002969 */
.Top002969 .auto {
    max-width: 1400px;
}

.Top002969 .collect a {
    color: #666;
}

.Top002969 .collect a:hover {
    color: #1d438c;
}

.Top002969 .logo a {
    display: table;
}

.Top002969 .logo a span {
    display: table-cell;
    vertical-align: middle;
}

.Top002969 .logo span.name {
    font-size: 30px;
    color: #1d438c;
    border-left: 1px solid #dcdcdc;
    padding-left: 10px;
    width: 110px;
}

.Top002969 .logo span.pic {
    padding-right: 10px;
}

.Top002969 .top-search {
    padding: 0;
}

.Top002969 .top-search .box {
    position: relative;
    background: #fff;
    overflow: hidden;
    padding-right: 80px;
}

.Top002969 .top-search .box .text {
    height: 44px;
    line-height: 44px;
    background: #f3f3f3;
    border: 0;
    width: 100%;
    padding: 0 10px;
}

.Top002969 .top-search .box .btn {
    width: 80px;
    line-height: 44px;
    background: #1d438c;
    text-align: center;
}

.Top002969 .top-search .box .btn span {
    display: inline-block;
    background: url("../images/Top002969_btn_search.png") no-repeat right center;
    padding-right: 20px;
    color: #fff;
}

.Top002969 .top-menu {
    background: #1d438c;
}

.Top002969 .top-menu li span,
.Top002969 .top-menu li a {
    display: block;
}

.Top002969 .top-menu li span a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -2px;
}

.Top002969 .top-menu li span a {
    line-height: 60px;
    font-size: 18px;
    color: #fff;
}

.Top002969 .today dd {
    float: right;
}

.Top002969 .today {
    background: #f5f5f5;
    line-height: 24px;
    padding: 8px 0;
}

.Top002969 .today strong {
    color: #1d438c;
}

@media(min-width:1025px) {
    .Top002969 .logo-area {
        height: 120px;
    }

    .Top002969 .logo-area .ytable {
        height: 100%;
    }

    .Top002969 .top-search {
        width: 360px;
    }

    .Top002969 .top-search {
        display: table-cell;
    }

    .Top002969 .top-search .box {
        border-radius: 5px;
    }

    .Top002969 .top-menu li {
        float: left;
        text-align: center;
    }

    .Top002969 .top-menu li:not(:last-child) {
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }

    .Top002969 .top-menu li span {
        position: relative;
    }

    .Top002969 .top-menu li:hover span a,
    .Top002969 .top-menu li.aon span a {
        background: #70b934;
    }

    .Top002969 .today .class {
        margin-left: 36px;
    }
}

@media(max-width:1024px) {

    .Top002969 .logo-area .ytable,
    .Top002969 .logo-area .ytable-cell {
        display: block;
    }

    .Top002969 .logo-area .top-search {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
    }

    .Top002969 .logo-area {
        position: relative;
        z-index: 100;
    }

    .Top002969 .logo a {
        width: 80%;
    }

    .Top002969 .logo {
        padding: 5vw 0;
    }

    .Top002969 .wap-nav {
        position: absolute;
        right: 2%;
        top: 50%;
        transform: translateY(-50%);
    }

    .Top002969 .wap-nav>* {
        float: left;
        width: 30px;
        height: 30px;
    }

    .Top002969 .open-search {
        border-radius: 50%;
        background: #0080c9 url("../images/Top002969_btn_search.png") no-repeat center center;
        margin-left: 20px;
    }

    .Top002969 .open-search.on:before,
    .Top002969 .open-search.on:after {
        background-color: #0080c9;
    }

    .Top002969 .open-menu i {
        background: #0080c9;
    }

    .Top002969 .top-menu {
        position: relative;
        z-index: 100;
    }

    .Top002969 #menu {
        position: absolute;
        left: -100%;
        top: 100%;
        background: #0080c9;
        width: 220px;
        border-radius: 0 0 0 5px;
        padding: 10px 20px;
    }

    .Top002969 #menu li {
        width: auto !important;
        transform: translateX(50px);
        opacity: 0;
        transition: 0.5s 0.1s;
    }

    .Top002969 #menu li:nth-child(2) {
        transition-delay: 0.2s;
    }

    .Top002969 #menu li:nth-child(3) {
        transition-delay: 0.3s;
    }

    .Top002969 #menu li:nth-child(4) {
        transition-delay: 0.4s;
    }

    .Top002969 #menu li:nth-child(5) {
        transition-delay: 0.5s;
    }

    .Top002969 #menu li:nth-child(6) {
        transition-delay: 0.6s;
    }

    .Top002969 #menu li:nth-child(7) {
        transition-delay: 0.7s;
    }

    .Top002969 #menu li span a {
        line-height: 50px;
    }

    .Top002969 #menu li:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }

    .menu-show #menu {
        left: auto;
        right: 0;
    }

    .menu-show #menu li {
        transform: translateX(0);
        opacity: 1;
    }

    .Top002969 .today .class {
        display: block;
    }

    .Top002969 .top-search .box {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    }
}

@media(max-width:640px) {
    .Top002969 .logo span.name {
        font-size: 5vw;
    }
}


/*Banner003158 */
.Banner003158 li.slick-slide {
    position: relative;
    z-index: 1;
}

.Banner003158 .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    text-align: center;
    color: #1d438c;
}

.Banner003158 .txt .ytable {
    height: 100%;
    table-layout: fixed;
}

.Banner003158 .tit,
.Banner003158 .desc,
.Banner003158 .more {
    transform: translateY(30px);
    opacity: 0;
    transition-duration: 0.3s;
    transition-delay: 0.3s;
}

.Banner003158 .tit {
    font-size: 5em;
    text-shadow: 0 2px 0 #fff;
    line-height: 1.2;
}

.Banner003158 .desc {
    text-shadow: 0 1px 0 #fff;
    margin-bottom: 2.5em;
    transition-delay: 0.6s;
}

.Banner003158 .more {
    display: inline-block;
    width: 10em;
    line-height: 3.125;
    border: solid 2px #1d438c;
    color: #1d438c;
    transition-delay: 0.9s;
}

.Banner003158 .more:after {
    display: inline-block;
    content: '';
    width: 8px;
    height: 13px;
    margin-left: 5px;
    background-image: url(../images/Banner003158-more.svg);
    vertical-align: middle;
}

.Banner003158 .more:hover {
    background-color: #1d438c;
    color: #fff;
}

.Banner003158 .more:hover:after {
    background-image: url(../images/Banner003158-more-white.svg);
}

.Banner003158 .ani-show .tit,
.Banner003158 .ani-show .desc,
.Banner003158 .ani-show .more {
    transform: translateY(0);
    opacity: 1;
}

.Banner003158 .slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    bottom: 2.5em;
}

.Banner003158 .slick-dots li {
    float: left;
}

.Banner003158 .slick-dots li button {
    border: 0;
    overflow: hidden;
    ;
    font-size: 1em;
    text-indent: -999em;
    width: 0.625em;
    height: 0.625em;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 0.625em;
    display: inline-block;
    padding: 0;
    vertical-align: middle;
}

.Banner003158 .slick-dots li:after {
    display: inline-block;
    content: '';
    width: 0;
    height: 2px;
    background-color: #ffffff;
    transition: 0.3s;
    vertical-align: middle;
}

.Banner003158 .slick-dots li.slick-active:after {
    width: 50px;
}

@media (min-width:1025px) {
    .Banner003158 .wap {
        display: none;
    }
}

@media (max-width:1024px) {
    .Banner003158 .pc {
        display: none;
    }

    .Banner003158 .tit {
        font-size: 2em;
    }

    .Banner003158 .desc {
        font-size: 0.875em;
    }

    .Banner003158 .more {
        line-height: 2.5;
        width: 7em;
    }
}

/*Floor003163 */


.Floor003163 .news_right {
    width: 42%;
    float: right;
}

.Floor003163 .news_right h2 {
    font-size: 18px;
    color: #1d438c;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.Floor003163 .news_right time {
    color: #666;
    font-size: 15px;
}


.Floor003163 .auto {
    padding-top: 1.875em;
}

.Floor003163 .tab-ul {
    background: url(../images/Floor003163-line.gif) repeat-x left bottom;
    position: relative;
    margin-bottom: 2.25em;
}

.Floor003163 .tab-ul li>a {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #949494;
}

.Floor003163 .tab-ul li:not(.on)>a {
    display: none;
}

.Floor003163 .tab-ul li>a:after {
    display: inline-block;
    content: '';
    width: 0.5em;
    height: 0.5em;
    vertical-align: middle;
    margin-left: 0.35em;
    transform: rotate(45deg);
    border-top: 1px solid #949494;
    border-right: 1px solid #949494;
}

.Floor003163 .tab-ul li span {
    display: block;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    line-height: 2.3636;
    font-size: 1.375em;
}

.Floor003163 .tab-ul li.on span {
    border-bottom-color: #1d438c;
    color: #1d438c;
    font-weight: bold;
}

.Floor003163 .news {
    margin-bottom: 1.875em;
}

.Floor003163 .right .list li {
    border-bottom: 1px solid #eee;
    overflow: hidden;
    line-height: 2.9375;
}

.Floor003163 .right .list li.new a {
    float: left;
    max-width: 100%;
    padding-right: 33px;
    background: url(../images/Floor003163-new.png) no-repeat right center;
}

.Floor003163 .right .about {
    line-height: 28px;
    color: #333;
    text-indent: 2em;
    margin-top: 3%;
    text-align: justify;
}

.Floor003163 .left .list ol {
    position: relative;
}

.Floor003163 .left .list ol .Ispic {
    padding-bottom: 63%;
}

.Floor003163 .left .list ol aside {
    position: absolute;
    color: #fff;
    font-size: 1.125em;
    background-color: rgba(0, 0, 0, 0.53);
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 1.6666em 1.1111em;
    z-index: 10;
}

.Floor003163 .left .list li:not(.on) .txt {
    display: none;
}

.Floor003163 .list li:not(:first-child) {
    padding-left: 1em;
    position: relative;
}

.Floor003163 .list li:not(:first-child):before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    height: 2px;
    width: 4px;
    background-color: #0733a2;
}

.Floor003163 .left .list li:not(:first-child) a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.Floor003163 .left .list li.on {
    padding-left: 0;
    padding-bottom: 1.5em;
}

.Floor003163 .left .list li.on:before {
    display: none;
}

.Floor003163 .left .list li.on .tit {
    font-size: 1.2em;
    font-weight: bold;
    color: #1d438c;
}

.Floor003163 .left .list li p {
    color: #999999;
    margin-bottom: 0.5em;
}

.Floor003163 .left .list li time {
    color: #bbb;
    font-size: 14px;
}

.Floor003163 .left .list li .tit {
    width: 80%;
}

.Floor003163 .left .list li:nth-child(1) .tit {
    font-size: 18px;
    color: #1d438c;
    width: 100%;
    font-weight: bold;
}

.Floor003163 .left .list li p{
    display: none;
}

.Floor003163 .left .list li:nth-child(1) p {
    font-size: 15px;
    color: #777;
    margin: 10px 0;
    line-height: 28px;
    display: -webkit-box;
    width: 100%;
}

.Floor003163 .left .list li:nth-child(1) time {
    color: #666;
    font-size: 15px;
    width: 100%;
}

.Floor003163 .left .list li:not(:first-child) {
    line-height: 40px;
    margin-top: 8px;
}

.Floor003163 .owl-carousel .owl-nav .owl-next, .Floor003163 .owl-carousel .owl-nav .owl-prev {
    width: 55px;
    height: 55px;
    border-radius: 100px;
    position: absolute;
    font-size: 22px;
    position: absolute;
    text-indent: 100px;
    overflow: hidden;
}

.Floor003163 .owl-carousel .owl-nav .owl-next {
    background-size: cover;
    background-image: url(../images/b_right.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.4)
}

.Floor003163 .owl-carousel .owl-nav .owl-prev {
    background-image: url(../images/b_left.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.4)
}

.Floor003163 .owl-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
}

.Floor003163 .owl-carousel .owl-nav .owl-prev {
    left: 2%;
}

.Floor003163 .owl-carousel .owl-nav .owl-next {
    right: 2%;
}

.Floor003163 .owl-carousel .owl-nav .owl-prev:hover {
    background-color: #1d438c;
}

.Floor003163 .owl-carousel .owl-nav .owl-next:hover {
    background-color: #1d438c;
}


.Floor003163 .topic {
    overflow: hidden;
}

.Floor003163 .topic .slider {
    margin: 0 -6px;
}

.Floor003163 .topic .slider li a {
    display: block;
    margin: 0 6px;
}

.Floor003163 .slick-arrow {
    position: absolute;
    border: 0;
    font-size: 1em;
    text-indent: -999em;
    width: 2.5em;
    height: 2.5em;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    top: 50%;
    margin-top: -1.25em;
    z-index: 10;
}

.Floor003163 .slick-arrow:hover {
    background: #1d438c;
}

.Floor003163 .slick-prev {
    left: 0.625em;
}

.Floor003163 .slick-next {
    right: 0.625em;
}

.Floor003163 .slick-arrow:before {
    position: absolute;
    content: '';
    width: 30%;
    height: 30%;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    top: 35%;
    left: 30%;
}

.Floor003163 .slick-prev:before {
    transform: rotate(-135deg);
    left: 40%;
}

@media (min-width:1025px) {
    .Floor003163 .left {
        width: 71.929%;
    }

    .Floor003163 .right {
        width: 26.429%;
    }

    .Floor003163 .left .list ol {
        float: left;
        width: 55.115%;
    }

    .Floor003163 .left .list li {}

    .Floor003163 .tab-ul li {
        float: left;
    }

    .Floor003163 .tab-ul li+li {
        margin-left: 2.5em;
    }
}

@media (max-width:1024px) {
    .Floor003163 .tab-ul:after {
        display: none;
    }

    .Floor003163 .tab-ul {
        display: flex;
        justify-content: space-between;
        padding-right: 4em;
    }

    .Floor003163 .tab-ul li span {
        font-size: 1.125em;
    }

    .Floor003163 .left {
        margin-bottom: 2em;
    }

    .Floor003163 .left .list ol {
        margin-bottom: 1em;
    }
}

/*Floor003169 */
.Floor003169 .right,
.Floor003169 .fast-link {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.Floor003169 .right .more {
    position: absolute;
    right: 0.7em;
    top: 0.7em;
    color: #949494;
}

.Floor003169 .right .more:after {
    display: inline-block;
    content: '';
    width: 0.5em;
    height: 0.5em;
    vertical-align: middle;
    margin-left: 0.35em;
    transform: rotate(45deg);
    border-top: 1px solid #949494;
    border-right: 1px solid #949494;
}

.Floor003169 .name {
    text-align: center;
    font-size: 1.5em;
    color: #333333;
    padding: 1.625em 0 0.9166em 0;
    line-height: 1;
    font-weight: bold;
}

.Floor003169 .title {
    position: relative;
    background: url(../images/Floor003169-line.gif) repeat-x left bottom;
    margin-bottom: 1.25em;
}

.Floor003169 .title b {
    display: table;
    font-size: 1.375em;
    border-bottom: 3px solid #1d438c;
    color: #1d438c;
    line-height: 1;
    padding-bottom: 0.5em;
}

.Floor003169 .left dd {
    float: left;
    width: calc((100% - 0.75em) / 2);
    margin-bottom: 0.7em;
    background-color: #f5f5f5;
    border: solid 1px #e3e3e3;
    line-height: 2.6666;
    text-align: center;
}

.Floor003169 .left dd:nth-child(2n) {
    float: right;
}

.Floor003169 .left dd a {
    display: block;
}

.Floor003169 .left dd a:hover {
    background-color: #1d438c;
    color: #fff;
}

/* .Floor003169 .left dd .pic{margin-bottom:2%;} */
.Floor003169 .left dd .pic figure {
    width: 100%;
    padding-bottom: 28.5%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.Floor003169 .left .case .slider{
    margin: 0 -10px
}

.Floor003169 .left .case li{
    position: relative;
    margin: 0 10px;
}

.Floor003169 .left .case figure {
    padding-bottom: 74.5%;
}

.Floor003169 .left .case .txt {
    position: absolute;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    color: #fff;
    padding: 0 10px;
}

.Floor003169 .left .slick-arrow{position: absolute;width: 55px;height: 55px;border-radius: 50%;top: 50%;z-index: 10;transform: translateY(-50%);background-color:rgba(0, 0, 0, 0.4);background-position: center;background-repeat: no-repeat;}
.Floor003169 .left .slick-prev{left: 2%;background-image:url(../images/b_left.png);}
.Floor003169 .left .slick-next{right: 2%;background-image:url(../images/b_right.png);}
.Floor003169 .left .slick-arrow:hover{background-color: #1d438c}


.Floor003169 .a-list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.Floor003169 .a-list li {
    width: 45%;
    list-style: none;
    margin-bottom: 4%;
    text-align: center;
}

.Floor003169 .a-list li:nth-child(1) {
    width: 100%;
}


.Floor003169 .a-list a {
    display: block;
    color: #1d438c;
    background: #fff;
    border: 1px solid #f1f1f1;
    line-height: 2.65;
    background-size: 2.6875em auto;
    font-weight: bold;
    transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.Floor003169 .a-list .icon {
    padding: 10px 0 0;
}

.Floor003169 .a-list .icon img {
    transition: 0.3s;
    max-width: 58px;
    max-height: 58px
}

.Floor003169 .a-list a:hover .icon img {
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
}

.Floor003169 .a-list a+a {
    margin-top: 1.2em;
}

.Floor003169 .column-list {
    margin-top: 0.875em;
}

.Floor003169 .column-list dd {
    float: left;
    width: 32.353%;
    transition: 0.3s background;
}

.Floor003169 .column-list dd:not(:nth-child(3n)) {
    margin-right: calc((100% - 32.353% * 3) / 2);
}

.Floor003169 .column-list dd a {
    display: block;
    height: 6.875em;
    color: #fff;
    text-align: center;
    padding-top: 1.5em;
}

.Floor003169 .column-list dd .icon {
    display: block;
    height: 1.5em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: 1em;
}

.Floor003169 .column-list dd.dd-1 {
    background-color: #5684b2;
}

.Floor003169 .column-list dd.dd-2 {
    background-color: #64b694;
}

.Floor003169 .column-list dd.dd-3 {
    background-color: #686cb0;
}

.Floor003169 .column-list dd.dd-1 .icon {
    background-image: url(../images/Floor003169-icon1.png);
}

.Floor003169 .column-list dd.dd-2 .icon {
    background-image: url(../images/Floor003169-icon2.png);
}

.Floor003169 .column-list dd.dd-3 .icon {
    background-image: url(../images/Floor003169-icon3.png);
}

.Floor003169 .column-list dd:hover {
    background-color: #1d438c !important;
}

.Floor003169 .add-list .box {
    background-color: #fff;
}

.Floor003169 .add-list .box+.box {
    margin-top: 1em;
}

.Floor003169 .add-list .tit {
    font-weight: bold;
    color: #34363b;
    margin-bottom: 1.3em;
}

.Floor003169 .add-list p {
    color: #666;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 6%;
}

.Floor003169 .add-list p b {
    color: #1d438c;
    font-size: 16px;
    margin-top: 2em;
}

.Floor003169 .links {
    border-top: 1px solid #f1f1f1;
    padding: 0.75em 0;
    margin-top: 1em;
}

.Floor003169 .links li a {
    display: table;
    height: 5em;
}

.Floor003169 .links li a figure {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.Floor003169 .links li img {
    max-width: 90%;
    max-height: 3.5em;
}

@media (min-width:1025px) {
    .Floor003169 .left {
        width: 71.929%;
    }

    .Floor003169 .right,
    .Floor003169 .mid {
        width: 26.459%;
    }

    .Floor003169 .mid {
        margin-left: 2.143%;
    }

    .Floor003169 .fast-link {
        height: 23em;
    }

    .Floor003169 .right {
        height: 20em;
    }

    /* .Floor003169 .left dd a{font-size: 1.125em;} */
}

@media (max-width:1024px) {
    .Floor003169 .right {
        margin-top: 2em;
        padding-bottom: 2em;
    }

    .Floor003169 .fast-link {
        padding-bottom: 2em;
    }
}

/*Bottom003168 */
.Bottom003168 {
    background-color: #1d438c;
}

.Bottom003168 .b-top,
.Bottom003168 .b-bottom {
    padding: 1.5em 0;
}

.Bottom003168 .b-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.Bottom003168 .links-box .box {
    position: relative;
    z-index: 20;
}

.Bottom003168 .links-box .name {
    padding: 0 0.625em;
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.5);
    line-height: 3.125;
    position: relative;
    cursor: pointer;
}

.Bottom003168 .links-box .name:after {
    position: absolute;
    content: '';
    right: 1em;
    width: 10px;
    height: 10px;
    transform: rotate(-135deg);
    top: 50%;
    margin-top: -5px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.Bottom003168 .links-box dl {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 100%;
    max-height: 8em;
    overflow: auto;
    background-color: #f5f5f5;
    display: none;
}

.Bottom003168 .links-box dd a {
    display: block;
    padding: 0.25em 0.625em;
    line-height: 1.5;
}

.Bottom003168 .copyright nav a:not(:hover) {
    color: rgba(255, 255, 255, 0.7);
}

.Bottom003168 .copyright nav a:hover {
    color: rgba(255, 255, 255, 1);
}

.Bottom003168 .copyright nav {
    margin-bottom: 0.625em;
}

.Bottom003168 .copyright nav a:not(:last-child):after {
    width: 1px;
    height: 0.625em;
    background-color: #d3d6d8;
    opacity: 0.1;
    margin: 0 0.625em;
    display: inline-block;
    content: '';
    vertical-align: middle;
}

.Bottom003168 .copyright p {
    margin: 0;
}

.Bottom003168 .copyright p,
.Bottom003168 .copyright p a:not(:hover) {
    color: rgba(255, 255, 255, 0.5);
    line-height: 30px;
}

.Bottom003168 .copyright .gongan {
    display: inline-block;
    padding-left: 20px;
    background: url(../images/Bottom003168-icp.png) no-repeat left center;
    margin-left: 1em;
}

.Bottom003168 .copyright p a:hover {
    color: rgba(255, 255, 255, 1);
}

.Bottom003168 .contact ol {
    padding: 0 2.625em 0 2.9375em;
    background: url(../images/Bottom003168-tel.png) no-repeat left center;
    background-size: 2.3125em auto;
}

.Bottom003168 .contact ol b {
    font-size: 1.625em;
    color: #fff;
    font-weight: normal;
}

.Bottom003168 .contact ol aside {
    color: rgba(255, 255, 255, 0.3);
}

.Bottom003168 .contact li {
    width: 6.25em;
}

.Bottom003168 .contact li img {
    border: 0.1875em solid #fff;
}

@media (min-width:1025px) {
    .Bottom003168 .copyright {
        max-width: 80%;
    }

    .Bottom003168 .contact {
        max-width: 7%;
    }

    .Bottom003168 .links-box .box {
        float: left;
        width: 24.286%;
    }

    .Bottom003168 .links-box .box:not(:nth-child(4n)) {
        margin-right: calc((100% - 24.286% * 4) /3);
    }
}

@media (max-width:1024px) {
    .Bottom003168 .b-bottom {
        text-align: center;
    }

    .Bottom003168 .links-box .box {
        margin-bottom: 1em;
    }

    .Bottom003168 .contact {
        margin-bottom: 2em;
    }
}

/* 栏目页开始 */
/*Menu001093 */
.Menu001093 {
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 1;
}

.Menu001093 .auto {
    max-width: 1440px;
}

.Menu001093 .nav {
    display: table;
    margin: 0 auto;
}

.Menu001093 .nav li {
    float: left;
    position: relative;
    display: table;
    height: 70px;
    margin: 0 1px;
    min-width: 8.334vw;
}

.Menu001093 .nav li a {
    transition: 0.3s;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    padding: 0 0.7vw;
color:red
}

.Menu001093 .nav li a:hover,
.Menu001093 .nav li.aon a {
    background: #1d438c;
    color: #fff;
}

.Menu001093 .nav li a:after {
    position: absolute;
    bottom: 6px;
    left: 50%;
    margin-left: -6px;
    content: '';
    border: 4px solid transparent;
    border-top-color: #fff;
    width: 0;
    height: 0;
    border-top-width: 6px;
}

@media(max-width:640px) {
    .Menu001093 .nav li {
        height: 10vw;
    }

    .Menu001093 .nav li a {
        font-size: 2.6vw;
    }
}

@media(max-width:480px) {
    .Menu001093 .nav li {
        height: 14vw;
    }

    .Menu001093 .nav li a {
        font-size: 3.5vw;
        padding: 0 4vw;
    }

    .Menu001093 .nav li a:after {
        bottom: 0.5vw;
    }
}

/*PicList002856 */

/*slick Basic*/
.PicList002856 .slick-slider {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.PicList002856 .slick-list {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
}

.PicList002856 .slick-list:focus {
    outline: none
}

.PicList002856 .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.PicList002856 .slick-slider .slick-track,
.PicList002856 .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)
}

.PicList002856 .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.PicList002856 .slick-track:before,
.PicList002856 .slick-track:after {
    display: table;
    content: '';
}

.PicList002856 .slick-track:after {
    clear: both;
}

.PicList002856 .slick-loading .slick-track {
    visibility: hidden;
}

.PicList002856 .slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.PicList002856 .slick-slide .slick-loading img {
    display: none;
}

.PicList002856 .slick-slide .dragging img {
    pointer-events: none;
}

.PicList002856 .slick-initialized .slick-slide {
    display: block;
}

.PicList002856 .slick-loading .slick-slide {
    visibility: hidden;
}

.PicList002856 .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.PicList002856 .slick-arrow .slick-hidden {
    display: none;
}

/*slick Basic End*/

.PicList002856 {
    padding: 5% 0;
}

.PicList002856 .filter {
    max-width: 650px;
    margin-bottom: 3%;
}

.PicList002856 dl.year {
    position: relative;
    z-index: 10;
}

.PicList002856 dl.year dd {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #f9f9f9;
    display: none;
}

.PicList002856 dl.year dd a {
    display: block;
    padding: 5px 20px;
    line-height: 24px;
    transition: 0.3s;
}

.PicList002856 dl.year dd a:hover {
    background: #1d438c;
    color: #fff;
}

.PicList002856 dl.year dt {
    position: relative;
    line-height: 50px;
    background: #f9f9f9;
    padding-right: 30px;
    padding-left: 20px;
}

.PicList002856 dl.year dt:after {
    position: absolute;
    content: '';
    border: 4px solid transparent;
    border-top-color: #666;
    border-top-width: 6px;
    right: 20px;
    top: 50%;
    margin-top: -4px;
}

.PicList002856 ul.search {
    position: relative;
    padding-right: 132px;
    z-index: 2;
}

.PicList002856 ul.search .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    line-height: 50px;
    background: #2a373f;
    text-align: center;
    color: #fff;
}

.PicList002856 ul.search .text {
    width: 100%;
    line-height: 50px;
    height: 50px;
    background: #f9f9f9;
    border: 0;
    padding: 0 20px;
    color: #dadada;
}

.PicList002856 ul.search .text.focus {
    color: #333;
}

.PicList002856 .top-new {
    margin-bottom: 4%;
}

.PicList002856 .top-new li {
    background: #f9f9f9;
}

.PicList002856 .top-new li .img img {
    display: block;
    width: 100%;
}

.PicList002856 .top-new li .img figure {
    width: 100%;
    padding-bottom: 63%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.PicList002856 .top-new li .txt .inner {
    padding: 20px;
}

.PicList002856 .top-new li .txt time {
    font-size: 16px;
    color: #333;
    display: block;
    border-left: 3px solid #1d438c;
    padding-left: 19px;
    margin-left: -20px;
}

.PicList002856 .top-new li .txt time b {
    display: block;
    font-size: 30px;
}

.PicList002856 .top-new li .txt aside {
    margin: 20px 0 0 0;
    font-size: 20px;
}

.PicList002856 .top-new li .txt p {
    line-height: 30px;
    color: #999;
    margin-top: 20px;
    font-size: 16px;
}

.PicList002856 .top-new .slick-arrow {
    position: absolute;
    width: 70px;
    height: 70px;
    z-index: 10;
    background: #1d438c url(../images/PicList002856_prev.png) no-repeat center center;
    font-size: 0;
    cursor: pointer;
    padding: 0;
    border: 0;
}

.PicList002856 .top-new .slick-prev {
    margin-left: -70px;
}

.PicList002856 .top-new .slick-next {
    background-color: #fff;
    background-image: url(../images/PicList002856_next.png);
}

.PicList002856 .list li {
    background: #fff;
    margin-bottom: 2%;
    position: relative;
    border: 3px solid #f7f7f7;
}

.PicList002856 .list li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #1d438c;
    opacity: 0;
    -webkit-opacity: 0;
    transition: 0.3s;
}

.PicList002856 .list li a:hover {
    opacity: 1;
    -webkit-opacity: 1;
}

.PicList002856 .list li .inner {
    padding: 40px;
    color: #333;
}

.PicList002856 .list li time {
    font-size: 16px;
    color: #999;
    margin-bottom: 5px;
}

.PicList002856 .list li aside.dot {
    font-size: 18px;
    margin: 5px 0 10px 0;
    font-weight: bold;
}

.PicList002856 .list li p {
    color: #999;
    line-height: 30px;
    margin: 0;
    font-size: 16px;
}

.PicList002856 .list li:hover aside.dot {
    color: #1d438c;
}

@media(min-width:641px) {
    .PicList002856 dl.year {
        float: left;
        width: 38.462%;
    }

    .PicList002856 ul.search {
        float: right;
        width: 59.231%;
    }
}

@media(min-width:769px) {
    .PicList002856 .top-new .slick-arrow {
        left: 50%;
        bottom: 0;
    }

    .PicList002856 .top-new li .img {
        width: 50%;
    }

    .PicList002856 .top-new li .txt .inner {
        max-width: 80%;
        margin: 0 auto;
    }
}

@media(min-width:769px) and (max-width:1024px) {
    .PicList002856 .top-new .slick-arrow {
        width: 50px;
        height: 50px;
    }

    .PicList002856 .top-new .slick-prev {
        margin-left: -50px;
    }
}

@media(max-width:768px) {

    .PicList002856 .top-new li .ytable,
    .PicList002856 .top-new li .ytable-cell {
        display: block;
    }

    .PicList002856 .top-new .slick-arrow {
        top: 0;
        right: 0;
        width: 10vw;
        height: 10vw;
        background-size: 51% auto;
    }

    .PicList002856 .top-new .slick-prev {
        right: 10vw;
    }

    .PicList002856 .top-new li .txt {
        padding: 20px;
    }
}

@media(max-width:640px) {
    .PicList002856 .top-new li .txt aside {
        font-size: 20px;
    }

    .PicList002856 dl.year {
        margin-bottom: 10px;
    }
}

/*PicList002149 */
.PicList002149 {
    padding-top: 2%;
}

.PicList002149 .auto {
    max-width: 1600px;
}

.PicList002149 h3 {
    margin: 0;
    font-size: 18px;
}

.PicList002149 p {
    line-height: 26px;
    overflow: hidden;
    color: #999;
    height: 52px;
    margin: 2% 0 0 0;
}

.PicList002149 ol {
    background-color: #fafafa;
    margin-bottom: 2%;
    position: relative;
    padding-left: 36.25%;
}

.PicList002149 ol .Ispic {
    width: 36.25%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.PicList002149 ol .Ispic img {
    display: none;
}

.PicList002149 ol div {
    padding: 5% 10% 3% 5%;
}

.PicList002149 ol h3 a {
    color: #1d438c;
}

.PicList002149 ol time {
    display: block;
    padding: 3% 0;
}

.PicList002149 ol p {
    margin: 0 0 3% 0;
    height: 78px;
}

.PicList002149 ol span {
    display: inline-block;
    width: 130px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #1d438c;
    font-size: 12px;
}

.PicList002149 li {
    overflow: hidden;
    padding-left: 160px;
    padding-right: 58px;
    position: relative;
    margin-bottom: 2%;
    background-color: #fafafa;
}

.PicList002149 li:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 58px;
    height: 100%;
    background: url(../images/PicList002149-more.png) no-repeat center center;
    border-left: 2px solid #fff;
}

.PicList002149 li div {
    border-left: 1px solid #ededed;
    padding: 2% 3%;
}

.PicList002149 li time {
    position: absolute;
    left: 0;
    top: 0;
    width: 160px;
    height: 100%;
}

.PicList002149 li time span {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #b2b2b2;
    font-size: 16px;
}

.PicList002149 li time i {
    font-style: normal;
    font-size: 50px;
    color: #999;
    display: block;
    line-height: 40px;
}

.PicList002149 li time i:after {
    display: block;
    content: '';
    margin: 5px auto;
    height: 1px;
    width: 50%;
    max-width: 66px;
    background: #dfdfdf;
}

@media(max-width:1000px) {
    .PicList002149 li {
        padding-left: 100px;
        padding-right: 30px;
    }

    .PicList002149 li:after {
        width: 30px;
        background-size: 35% auto;
    }

    .PicList002149 li time {
        width: 100px;
    }

    .PicList002149 li time span {
        font-size: 14px;
    }

    .PicList002149 li time i {
        font-size: 40px;
        line-height: 30px;
    }
}

@media(max-width:768px) {
    .PicList002149 h3 {
        font-size: 16px;
    }
}

@media(max-width:640px) {
    .PicList002149 ol {
        padding-left: 0;
    }

    .PicList002149 ol .Ispic {
        width: auto;
        position: relative;
        height: auto;
        display: block;
        padding-bottom: 60%;
    }

    .PicList002149 ol div {
        padding: 3%;
    }
}

@media(max-width:480px) {
    .PicList002149 li {
        padding-left: 80px;
        padding-right: 0;
    }

    .PicList002149 li:after {
        display: none;
    }

    .PicList002149 li time {
        width: 80px;
    }

    .PicList002149 li time span {
        font-size: 12px;
    }

    .PicList002149 li time i {
        font-size: 30px;
    }

    .PicList002149 h3 {
        font-size: 14px;
    }

    .PicList002149 p {
        font-size: 12px;
        line-height: 20px;
        overflow: hidden;
        height: 40px;
    }

    .PicList002149 ol p {
        height: 60px;
    }
}

/*Page002623 */
.Page002623 {
    padding: 2vw 0 0 0;
    text-align: center;
    font-size: 18px;
}

.Page002623 .Pages a.a_first,
.Page002623 .Pages a.a_end,
.Page002623 .Pages>span:not(.p_page) {
    display: none;
}

.Page002623 .Pages em {
    float: left;
    margin: 0 3vw;
    font-style: normal;
}

.Page002623 .Pages .p_page {
    display: table;
    margin: 0 auto;
}

.Page002623 .Pages a {
    float: left;
    line-height: 50px;
    width: 50px;
    margin: 0 1px;
    background: #f5f5f5;
}

.Page002623 .Pages a.a_cur,
.Page002623 .Pages a:hover {
    color: #fff;
    background: #1d438c;
}

.Page002623 .Pages .p_page>a {
    font-size: 0;
    height: 50px;
    position: relative;
}

.Page002623 .Pages .p_page>a:before {
    position: absolute;
    content: '';
    border: 5px solid transparent;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -10px;
}

.Page002623 .Pages .p_page>a.a_prev:before {
    border-right-color: #000;
    border-right-width: 8px;
}

.Page002623 .Pages .p_page>a.a_next:before {
    border-left-color: #000;
    border-left-width: 8px;
    margin-left: -4px;
}

.Page002623 .Pages a.a_prev:hover:before {
    border-right-color: #fff;
}

.Page002623 .Pages a.a_next:hover:before {
    border-left-color: #fff;
}

@media(max-width:640px) {
    .Page002623 {
        padding: 6vw 0 8vw 0;
    }

    .Page002623 .Pages em {
        display: none;
    }

    .Page002623 .Pages a {
        background-color: #eee;
    }
}

/*TextList002855 */
.TextList002855 {
    padding: 3% 0 5% 0;
}

.TextList002855 li {
    line-height: 4.5625em;
    border-bottom: 1px dotted #a8a8a8;
}

.TextList002855 li time {
    float: right;
    color: #c8c8c8;
    margin-left: 15px;
}

.TextList002855 li a {
    padding-left: 30px;
    background: url("../images/TextList002855_icon.png") no-repeat left center;
}

@media(min-width:481px) {
    .TextList002855 li {
        font-size: 16px;
    }
}

/*RighInfo002973 */
.RighInfo002973 {
    color: #333;
    font-size: 16px;
    padding: 4% 0;
}

.RighInfo002973 .news-details .title {
    text-align: center;
}

.RighInfo002973 .news-details .title h1 {
    font-size: 30px;
    margin: 0 0 20px 0;
}

.RighInfo002973 .news-details .title aside span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 5px;
    line-height: 16px;
    color: #999;
}

.RighInfo002973 .news-details .title .bshare-custom {
    display: inline-block;
}

.RighInfo002973 .bshare-custom a {
    background-position: center center;
    margin: 0 0 0 14px;
}

.RighInfo002973 .bshare-custom a.bshare-weixin {
    background-image: url("../images/RighInfo002973_share_wx.png");
}

.RighInfo002973 .bshare-custom a.bshare-sinaminiblog {
    background-image: url("../images/RighInfo002973_share_sina.png");
}

.RighInfo002973 .bshare-custom a.bshare-qzone {
    background-image: url("../images/RighInfo002973_share_qz.png");
}

.RighInfo002973 .news-details .edit-info {
    line-height: 35px;
    border-bottom: 1px solid #d2d2d2;
    padding: 2% 0;
    margin-bottom: 2%;
    color: #666;
}

.RighInfo002973 .news-details .edit-info p {
    text-indent: 2em;
}

.RighInfo002973 img {
    display: block;
    margin: 20px auto;
}

.RighInfo002973 .pn-page aside {
    padding: 10px 0;
}

.RighInfo002973 .pn-page aside a {
    color: #666;
}

.RighInfo002973 .pn-page aside a b {
    color: #333;
}

.RighInfo002973 .operating a:hover,
.RighInfo002973 .pn-page aside a:hover {
    color: #1d438c;
}

.RighInfo002973 .operating {
    overflow: hidden;
    line-height: 24px;
}

.RighInfo002973 .operating a {
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: left center;
}

.RighInfo002973 .operating a:not(:last-child) {
    margin-right: 45px;
}

.RighInfo002973 .operating a.a-print {
    background-image: url("../images/RighInfo002973_print.png");
}

.RighInfo002973 .operating a.a-close {
    background-image: url("../images/RighInfo002973_close.png");
}

@media(min-width:1025px) {
    .RighInfo002973 .pn-page {
        min-height: 24px;
        position: relative;
        padding-right: 230px;
    }

    .RighInfo002973 .pn-page .operating {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .RighInfo002973 .operating a {
        float: left;
    }
}

@media(max-width:1024px) {
    .RighInfo002973 .operating {
        text-align: right;
        padding-bottom: 20px;
    }

    .RighInfo002973 .operating a {
        display: inline-block;
    }
}

@media(max-width:640px) {
    .RighInfo002973 .news-details .title h1 {
        font-size: 6vw;
    }

    .RighInfo002973 {
        font-size: 14px;
    }
}

/*
 .Menu002252 为demo编号
 */
.Menu002252 {
    padding: 0 0 3%;
    text-align: center;
    overflow: hidden;
}

.Menu002252 a {
    font-size: 16px;
    display: block;
    background: #e9e9e9;
    padding: 10px;
    margin-bottom: 1px;
}

.Menu002252 a.aon, .Menu002252 a:hover {
    color: #fff;
    background-color: #1d438c;
}

@media(min-width:768px) {
    .Menu002252 a {
        display: inline-block;
        line-height: 30px;
        padding: 0 15px;
        min-width: 115px;
        border-radius: 30px;
        overflow: hidden;
        margin: 0 7px 1px;
    }
}

@media(min-width:1024px) {
    .Menu002252 a {
        display: inline-block;
        line-height: 36px;
        padding: 0 20px;
        background: #e9e9e9;
        min-width: 130px;
        border-radius: 36px;
    }
}


/*RighInfo002812 */
.RighInfo002812 .tit {
    color: #1d438c;
    font-size: 28px;
}

.RighInfo002812 .info .tit {
    display: inline-block;
    padding-right: 5%;
    max-width: 85%;
    background: #fff;
    line-height: 36px;
    font-weight: bold;
}

.RighInfo002812 .culture .tit {
    padding: 60px 0 50px 0;
    text-align: center;
}

@media(max-width:480px) {
    .RighInfo002812 .tit {
        font-size: 22px;
    }
}



.RighInfo002812 .info {
    position: relative;
    z-index: 1;
}

.RighInfo002812 .info>* {
    position: relative;
    z-index: 4;
}

.RighInfo002812 .info:after,
.RighInfo002812 .info:before {
    position: absolute;
    left: 0;
    right: 0;
    border: 5px solid #f0f0f0;
    content: '';
    border-left: 0;
    height: 20%;
}

.RighInfo002812 .info:before {
    top: 10px;
    border-bottom: 0;
}

.RighInfo002812 .info:after {
    bottom: 0;
    border-top: 0;
}

.RighInfo002812 .hasbg {
    padding-bottom: 30px;
    background: url(../images/RighInfo002812-map.png) no-repeat center top;
    background-size: contain;
}

@media(min-width:769px) {
    .RighInfo002812 .hasbg {
        margin-top: 50px;
        padding-bottom: 50px;
    }
}

.RighInfo002812 .txt-p {
    font-size: 16px;
    color: #555;
    line-height: 35px;
    max-width: 1126px;
    width: 95%;
}

.RighInfo002812 .mid {
    margin: 5% 0;
}

.RighInfo002812 .mid .pic {
    text-align: center;
}

@media(min-width:769px) {
    .RighInfo002812 .mid .pic {
        width: 50%;
    }
}

@media(max-width:768px) {

    .RighInfo002812 .mid .pic,
    .RighInfo002812 .mid .list {
        display: block;
    }
}

.RighInfo002812 .mid .list li {
    margin: 17px 1%;
}

@media(min-width:481px) {
    .RighInfo002812 .mid .list li {
        float: left;
        width: 48%;
    }

    .RighInfo002812 .mid .list li:nth-child(2n+1) {
        clear: left;
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .RighInfo002812 .mid .list li {
        float: none;
        width: auto;
    }
}

.RighInfo002812 .mid .icon {
    width: 55px;
    transition: all .3s;
}

.RighInfo002812 .mid .txt {
    padding-left: 14px;
    color: #999;
    font-size: 16px;
    font-weight: 100;
}

.RighInfo002812 .mid .txt span {
    font-size: 18px;
    display: inline-block;
    color: #666;
}

.RighInfo002812 .mid .txt b {
    color: #1d438c;
    font-size: 20px;
}

.RighInfo002812 .mid .list li:hover .txt b {
    text-decoration: underline;
    color: #70b934;
}

.RighInfo002812 .mid .list li:hover .icon {
    transform: rotate(360deg)
}

.RighInfo002812 .culture .box-item ul { display: table; width: 100%; border: 1px solid #eee; table-layout: fixed;}

.RighInfo002812 .culture .box-item ul:not(:first-child) { margin-top: -1px;}

.RighInfo002812 .culture .box-item li { display: table-cell; vertical-align: top; text-align: center; position: relative; padding: 40px 0;}

.RighInfo002812 .culture .box-item li:not(:last-child):after { position: absolute; content: ''; width: 1px; height: 100%; right: 0; top: 0; background: #eee;}

.RighInfo002812 .culture .box-item .row-2 li:not(:last-child):after { right: -1px;}

.RighInfo002812 .culture .box-item .row-4 li { width: 25%;}

.RighInfo002812 .culture .box-item .row-3 li {width: 33.3333%;}

.RighInfo002812 .culture .box-item .row-2 li { width: 50%;}

.RighInfo002812 .culture .box-item li>* { padding: 0 10px;}

.RighInfo002812 .culture .box-item li .icon img { max-width: 68px; transition: 0.3s; -webkit-transition: 0.3s; -ms-transition: 0.3s;}

.RighInfo002812 .culture .box-item li:hover .icon img { transform: rotateY(180deg); -webkit-transform: rotateY(180deg); -ms-transform: rotateY(180deg);}

.RighInfo002812 .culture .box-item li b {font-size: 18px; font-weight: bold; display: block; padding: 20px 0; color: #555;}

.RighInfo002812 .culture .box-item li p { margin: 0;line-height: 28px;font-size: 16px;}

@media(max-width:480px) {
    .RighInfo002812 .culture .box-item li {padding: 20px 0;}

    .RighInfo002812 .culture .box-item li b {font-size: 16px;}

    .RighInfo002812 .culture .box-item li p { font-size: 14px;line-height: 22px; }
}

/*RighInfo002857 */

.RighInfo002857 {padding: 4% 0;}

.RighInfo002857 .title { padding-bottom: 4.11vw; color: #333;font-size: 100px;}

.RighInfo002857 .title .cn {font-size: 0.34em;}

.RighInfo002857 .title .en {font-size: 0.42em;text-transform: uppercase;}

@media(max-width:640px) {
    .RighInfo002857 .title {font-size: 80px;}
}

@media(max-width:480px) {
    .RighInfo002857 .title {font-size: 60px;}
}

.RighInfo002857 .edit-css .tit { font-size: 30px; color: #1d438c; padding-bottom: 2vw;font-weight: bold;}

.RighInfo002857 .edit-css li { color: #666; font-size: 18px;}

.RighInfo002857 .edit-css li .icon { margin-bottom: 10px;}

.RighInfo002857 .edit-css li aside { font-size: 18px; margin-top: 10px; color: #666; line-height: 30px;}

.RighInfo002857 .map { padding-top: 4%;}

@media(min-width:641px) {
    .RighInfo002857 .edit-css li { float: left; width: 23.5%; padding-left: 22px;border-left: 5px solid #f8f8f8;}

    .RighInfo002857 .edit-css li:not(:nth-child(3n)) { margin-right: 2%;}

    .RighInfo002857 .edit-css li:nth-child(4n+1) {clear: left;}
}

@media(max-width:640px) {
    .RighInfo002857 .edit-css .tit {font-size: 20px;}
}

@media(max-width:480px) {
    .RighInfo002857 .edit-css .tit {font-size: 18px;}

    .RighInfo002857 .edit-css li {padding: 22px;border-bottom: 5px solid #f8f8f8;}
}

/*RighInfo003148 */
.RighInfo003148 .auto { padding: 4.5em 0 3em 0;}

.RighInfo003148 .title { font-size: 1.5em; color: #333333; margin-bottom: 1.2em;}

.RighInfo003148 .items-group .items:first-child {border-top: 1px solid rgba(0, 0, 0, 0.11);}

.RighInfo003148 .items-group .items:last-child { border-bottom: 1px solid rgba(0, 0, 0, 0.11);}

.RighInfo003148 .items-group .items p { color: #999; font-size: 0.875em; line-height: 1.64285;}

.RighInfo003148 .items-group .items p+.title { margin-top: 2em;}

.RighInfo003148 .box-rows { margin-top: 4.875em;}

.RighInfo003148 .box-rows .title { margin-bottom: 3.95833em;}

.RighInfo003148 .box-rows dd { box-shadow: 0px 0.625em 3.75em rgba(0, 0, 0, 0.05); border: solid 1px #f3f3f3; text-align: center;}

.RighInfo003148 .box-rows dd .heart {font-size: 1.375em;width: 4.0909em; height: 3.5454em; display: block; margin: -1.36363em auto 0; line-height: 3.5; background: url(../images/RighInfo003148-icon.svg) no-repeat center; background-size: contain; text-align: center; color: #fff;}

.RighInfo003148 .box-rows dd aside {color: #000000; font-size: 1.25em; margin: 2.4em 0 1em 0; line-height: 1;}

.RighInfo003148 .box-rows dd p { color: #999999; width: 73%; margin: auto;}

@media (min-width:1025px) {
    .RighInfo003148 .items-group .img {width: 50%;}

    .RighInfo003148 .items-group .items:nth-child(2n-1) .txt {padding-right: 3.5em;}

    .RighInfo003148 .items-group .items:nth-child(2n) .txt {padding-left: 3.5em;}

    .RighInfo003148 .box-rows dd { float: left;min-height: 15.625em;width: 30.715%;margin-bottom: 3.9275%;}

    .RighInfo003148 .box-rows dd:not(:nth-child(3n)) { margin-right: 3.9275%;}
}

@media (max-width:1024px) {
    .RighInfo003148 .items-group .txt { padding: 2em 0;}

    .RighInfo003148 .box-rows dd {padding-bottom: 3em;margin-bottom: 4em;}

    .RighInfo003148 .box-rows dd p {width: 90%;}
}

/*RighInfo002936 */
.RighInfo002936 { padding: 4% 0;}

.RighInfo002936 .about {font-size: 16px;line-height: 30px; color: #333; text-indent: 2em; margin-bottom: 1%;}

/*Spec001963*/
.Spec001963 { padding: 4% 0 2% 0; background-color: #fcfcfc;}

.Spec001963 .qy {padding-bottom: 4%;}

.Spec001963 .sea {width: 14%;float: left;}

.Spec001963 .sea .bt {font-size: 18px; line-height: 50px; font-weight: bold; color: #1d438c;}

.Spec001963 .sea .bt span { color: red; vertical-align: middle;}

.Spec001963 dl { overflow: hidden; border: 2px solid #1d438c; border-radius: 13px; float: left; width: 84%; position: relative; overflow: hidden; background-color: #fff;}

.Spec001963 dl .text { height: 50px; line-height: 50px; width: 100%; border: none; background: none; padding: 0 40px 0 14px; font-size: 16px; color: #919191;}

.Spec001963 dl .btn { position: absolute; right: -1px; top: 0; width: 90px; height: 100%; background: url(../images/Spec001963-search_btn.png) no-repeat center center #1d438c; cursor: pointer; border: none; padding: 0;}

.Spec001963 dl select { height: 50px; line-height: 50px; width: 100%; border: none; background: none; padding: 0 40px 0 14px;  font-size: 16px; color: #919191;}

.Spec001963 nav { clear: both; position: relative; min-height: 72px; padding-left: 130px; padding-top: 30px;}

.Spec001963 nav b { background: url(../images/Spec001963-titlebg.png) no-repeat; width: 104px; padding-top: 10px;text-align: center;padding-right: 16px;height: 72px; line-height: 26px; left: 0; top: 30px; position: absolute; font-size: 24px; color: #484848; font-weight: normal; overflow: hidden;}

.Spec001963 nav li { float: left; margin-right: 3%; margin-bottom: 2%; height: 31px;}

.Spec001963 nav li a { padding: 0 25px; border-radius: 31px; color: #1d438c; font-size: 16px; height: 31px; line-height: 31px; display: block;}

.Spec001963 nav li:hover a,
.Spec001963 nav li.aon a { background: #1d438c;color: #fff;}

.Spec001963 nav li.aon a { font-weight: bold;}

.anniu { text-align: center; transition: all .3s;}

.anniu a {background: #1d438c; color: #fff; font-size: 16px; padding: 10px 20px; border-radius: 10px; display: inline-block; border: 2px solid #1d438c; transition: all .3s; margin-right: 20px;}

.anniu input { background: #fff; border: 2px solid #1d438c; color: #1d438c; font-size: 16px; padding: 10px 20px; border-radius: 10px; display: inline-block; cursor: pointer;}

.anniu input:hover { background: #1d438c; color: #fff; border: 2px solid #1d438c;}

.anniu a:hover { background: #fff; color: #1d438c; border: 2px solid #1d438c;}

@media(max-width:962px) {
    .Spec001963 .auto { padding: 0 2%;}
}

@media(max-width:640px) {
    .Spec001963 nav { padding-left: 110px;}

    .Spec001963 nav li a {padding: 0 10px;font-size: 14px;}

    .Spec001963 dl { margin-top: 0;}

    .Spec001963 dl .text { height: 40px;line-height: 40px;font-size: 16px;padding: 0 80px 0 10px;}

    .Spec001963 dl .btn {width: 70px; background-size: auto 60%;}

    .Spec001963 nav b {font-size: 18px; }
}



.Other002781 .pop-up { display: none; position: fixed; z-index: 150; left: 0; top: 0; width: 100%;height: 100%; background: rgba(0, 0, 0, 0.8);}

.Other002781 .pop-up .ycenter { height: 100%;}

/* .Other002781 .pop-up .main { position: relative; width: 90%; margin: 0 auto; max-width: 600px; max-width: 670px; background: #fff; border: 5px solid #1d438c; border-radius: 10px; padding: 2%;} */

.Other002781 .pop-up .main { position: relative; width: 90%; margin: 0 auto; max-width: 670px; background: #fff; border: 5px solid #1d438c; border-radius: 10px; padding: 2%; max-height: 80%; overflow-y: auto; overflow-x: hidden;}
.Other002781 .pop-up .main p:last-child{display: flex;flex-direction: column;}
.Other002781 .pop-up .main p:last-child img{max-height: 700px;max-width: 100%;margin: 0 auto;}
.Other002781 .pop-up .main b p,.Other002781 .pop-up .main p b{font-weight:normal;}
.Other002781 .pop-up .main h2 { color: #1d438c; font-size: 22px; text-align: center; margin-bottom: 20px;}

.Other002781 .pop-up .main p { font-size: 16px; color: #333; line-height: 40px;}

/* .Other002781 .pop-up .close { position: absolute; width: 30px; height: 30px; right: -15px; top: -15px; border-radius: 50%; background: #1d438c; cursor: pointer;} */
.Other002781 .pop-up .close { position: absolute; width: 30px; height: 30px; right: 15px; top: 15px; border-radius: 50%; background: #1d438c; cursor: pointer;}

.Other002781 .pop-up .close::before,
.Other002781 .pop-up .close::after { position: absolute; content: ''; left: 20%; top: 50%; width: 60%; height: 3px; background: #fff;margin-top: -1px;transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg);}

.Other002781 .pop-up .close::before {transform: rotate(45deg);-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);}
.flex_box{display: flex;flex-direction: row;}
.flex_box p{margin-right: 10px;}
.flex_column {display: flex;flex-direction: column;justify-content: center;align-items: center;}
.flex_column b{ width: 100%;}
.flex_column img{height: 390px;}
.Other002781 .return{margin-top: 30px;}
.Other002781 .return a{display: flex;align-items: center;justify-content: center;margin: 0 auto;width: 120px;height: 40px;font-size: 18px;color: #fff;background: #1d438c;border-radius: 10px}
/* 
@media(max-width:640px) {
    .Other002781 {display: none;}
} */



/*
 .Form001518 为demo编号
 */
.Form001518 {padding: 4% 0;}

.Form001518 .title { position: relative; color: #343434; font-size: 34px; padding-bottom: 5%;background: url(../images/Form001518_tit.png) no-repeat left center/contain;}

.Form001518 .title:before {position: absolute; left: 0; bottom: 0; width: 31px; height: 2px; content: ""; background: #343434;}

.Form001518 dl dt { padding: 3% 0; color: #f5a100;font-size: 16px;}

.Form001518 dd li { float: left; width: 32%; margin-right: 2%; margin-bottom: 5px; position: relative;}

.Form001518 dd li:nth-child(3n) { margin-right: 0;}

.Form001518 dd .text {border: 1px solid #dadada; line-height: 46px; height: 46px; width: 100%; background: #fff; padding: 0 10px;}

.Form001518 dd li label { position: absolute; left: 10px; top: 0; line-height: 46px;}

.Form001518 dd li .form_err { position: absolute; right: 5px; top: 50%; color: #f00; line-height: 20px;margin-top: -10px;}

.Form001518 dd textarea.text {height: 220px;}

.Form001518 .btn { margin: 2% 0; cursor: pointer; border-radius: 5px; background: #1d438c; color: #fff; height: 37px; border: none; font-size: 18px; width: 40%; max-width: 200px;}

@media(max-width:768px) {
    .Form001518 dd li {float: none;width: auto;margin-right: 0 !important;}
}

@media(max-width:480px) {
    .Form001518 .title {font-size: 24px;}
}

/*
  .TextList001824 为demo编号
  */
.TextList001824 { padding: 4% 0;}

.TextList001824 .column {text-align: center; font-size: 24px; color: #1d438c;}

.TextList001824 .column i {display: block; width: 20px; height: 1px;background-color: #1d438c;margin: 0 auto;margin-top: 20px;}

.TextList001824 .column p { color: #666;font-size: 14px;}

.TextList001824 .list { padding-bottom: 2px;}

.TextList001824 .list .dot {font-weight: bold; margin: 0;color: #fff;padding: 15px 45px 15px 15px;background: url(../images/TextList001824-icon_close.gif) no-repeat 98% center #6b93be;font-size: 20px;cursor: pointer;}

.TextList001824 .list .dot#on {background-image: url(../images/TextList001824-icon_open.gif);background-color: #1d438c;}

.TextList001824 .list .con {display: none;padding: 20px 0;}

.TextList001824 .list .info {font-size: 12px;}

.TextList001824 .list .info p { line-height: 30px;font-size: 16px;color: #666;}

.TextList001824 .list .info p b { color: #333;}

.TextList001824 .list .date {line-height: 40px;border-bottom: 1px solid #e5e5e5;padding-bottom: 20px;margin-bottom: 20px;}

.TextList001824 .list .date dt {color: #999;}

.TextList001824 .list .date dd {color: #000;}

.TextList001824 .list .date dd span {color: #1d438c;}

.TextList001824 .apply {border-bottom: 1px solid #e5e5e5;padding: 50px 0;}

.TextList001824 .apply a {display: inline-block;width: 40%;max-width: 150px;height: 40px;line-height: 40px; background-color: #1d438c;border-radius: 4px; font-size: 18px;color: #fff;text-align: center;}

@media(max-width:1000px) {
    .TextList001824 .content {padding: 2% 0;}
}

@media(max-width:480px) {
    .TextList001824 .list .dot {font-size: 16px;padding: 10px 30px 10px 10px;}

    .TextList001824 .apply a {font-size: 16px;}
}

/*Form003139 */
.Form003139 {padding: 4% 0;}

.Form003139 .auto {position: relative;z-index: 1;}

.Form003139 .title {font-size: 30px;color: #1d438c; line-height: 40px;background: url(../images/tel.svg) no-repeat left center;background-size: 40px;padding-left: 50px;display: inline-block;margin-top: 20px;}

.Form003139 .desc {font-size: 18px;color: #333;line-height: 30px;text-align: center; margin-bottom: 40px;}

.Form003139 .form { background-color: #f9f9f9; padding: 50px;}

.Form003139 .form-ul {margin: 0 auto; max-width: 70%;}

.Form003139 .form-ul li {margin-bottom: 10px;position: relative;}

.Form003139 .form-ul li .tit {position: absolute;left: 1.1428em;top: 0;font-size: 16px;line-height: 3.5714;color: #333333;}

.Form003139 .form-ul li select,
.Form003139 .form-ul li .text {width: 100%;border-radius: 5px; border: solid 1px #8b8b8b; font-size: 15px; line-height: 3.5714; height: 3.5714em;background: none; padding: 0 1em;}

.Form003139 .form-ul li textarea.text {height: auto;}

.Form003139 .form-ul .btn { width: 10em;background: #1d438c;border-radius: 5px;font-size: 15px; height: 3.5714em;color: #fff;cursor: pointer;border: 0; margin: 0 auto;display: block;}

@media (max-width:1024px) {
    .Form003139 .form-ul {padding: 2em 0;}

    .Form003139 .form-ul {width: 90%;}
}

/*
 .Form001 为demo编号
 */
.Form001 {padding: 4% 0;}

.Form001 td {padding: 10px 0;font-size: 16px;}

.Form001 td select {font-size: 16px;padding: 2%;}

.Form001 .f_name {width: 18%;text-align: right;padding-right: 10px;}

.Form001 .form_err {color: #ff0000;}

.Form001 td .text {width: 80%;padding: 0 5px; height: 50px; line-height: 50px;background: #e7e9eb;border: none;}

.Form001 td textarea.text {height: 90px;width: 80%;}

.Form001 td .btn {font-size: 16px;background: #1d438c;width: 20%; height: 40px; border: 0;cursor: pointer;color: #fff;margin-right: 5px;border-radius: 5px;}

.Form001 td .btn_reset {color: #1d438c;background: #eee;}

.zsyb img {display: block;margin: 0 auto;}

.About figure {width: 100%;padding-bottom: 47%; background-position: center center;background-repeat: no-repeat; background-size: cover;}


.erji {padding: 4% 0;}

/*Menu002956 */
.Menu002956 {padding-left: 10px;transform: all .3s;}

.Menu002956 nav {background: #edf0f5;padding: 20px 0;}

.Menu002956 h1 {margin: 0 2.08vw 0 0;position: relative;margin-left: -10px;padding: 18px 0 18px 20px;}

.Menu002956 h1 span {position: relative;z-index: 4;display: block; font-size: 24px;color: #fff;line-height: 1em;border-left: 2px solid #70b934;padding-left: 15px;}

.Menu002956 h1:after { position: absolute; content: '';height: 100%;background: #1d438c;top: 0;transform: skewX(25deg);-webkit-transform: skewX(25deg);-ms-transform: skewX(25deg);right: 0;left: -30px;}

.Menu002956 h1 i {position: absolute;}

.Menu002956 h1 i.jiao { border: 8px solid transparent; border-left-color: #1d438c; left: 2px;top: -8px; transform: rotate(45deg);-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);}

.Menu002956 ul {padding: 12px 0;}

.Menu002956 li:not(:last-child) { border-bottom: 1px solid #fff;}

.Menu002956 li a {display: block;line-height: 26px;padding: 15px 30px 15px 30px;font-size: 16px;position: relative;z-index: 1;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.Menu002956 li a:after {position: absolute;content: '';border: 4px solid transparent;border-top-width: 6px;border-top-color: #1d438c;top: 50%;margin-top: -4px;right: 30px;opacity: 0;transition: 0.3s;}

.Menu002956 li a:hover,
.Menu002956 li.aon a {font-weight: bold;color: #1d438c;}

.Menu002956 li a:hover:after,
.Menu002956 li.aon a:after {opacity: 1;}

@media(min-width:1025px) {
    .Menu002956 {overflow: hidden;}

    .Menu002956 ul {display: block !important;}
}

@media(max-width:1024px) {
    .Menu002956 {position: relative;z-index: 40;}

    .Menu002956 ul {display: none;position: absolute;left: 10px;top: 100%;right: 0;z-index: 40;background: #edf0f5;}

    .Menu002956 i.wap-open {position: absolute;width: 30px;height: 30px;right: 40px;background: #fff;z-index: 10;top: 50%;margin-top: -15px;border-radius: 50%;transition: 0.3s;}

    .Menu002956 i.wap-open:before,
    .Menu002956 i.wap-open:after {position: absolute;content: '';left: 50%;top: 50%;background: #1d438c;transform: translate(-50%, -50%);}

    .Menu002956 i.wap-open:before {width: 10px;height: 2px;}

    .Menu002956 i.wap-open:after {width: 2px;height: 10px;}

    .Menu002956 i.wap-open.on {transform: rotate(45deg);}
}

@media(max-width:640px) {
    .Menu002956 nav {padding: 10px 0;}

    .Menu002956 h1 span {font-size: 5vw;}

    .Menu002956 h1 {padding: 3vw 0 3vw 20px;}

    .Menu002956 i.wap-open {right: 6vw;margin-top: -12px;width: 24px;height: 24px;}
}


.Menu002956.fix {position: fixed;top: 5%;left: 16.5%;width: 22%;max-width: 282px;transform: all .3s;z-index: 999;}

.RighInfo002936 .auto p,.RighInfo002936 .auto span{margin-bottom: 10px !important;line-height:1.5}
.RighInfo002936 .auto p{text-indent:2em !important;}



.cgal{padding: 5% 0;}

.cgal .case_search{position: relative;max-width: 840px;margin: 0 auto 5%;border: 1px solid #1d438c;overflow: hidden;border-radius: 13px;}
.cgal .case_search .text {height: 50px;line-height: 50px;width: 100%;border: none;background: none;padding: 0 11em 0 14px;font-size: 16px;color: #919191;}
.cgal .case_search .btn {position: absolute;right: 0;top: 0;height: 100%; width: 10em;color: #fff;background: #1d438c;cursor: pointer;border: 0;text-transform: uppercase;}

.cgal .list{display: flex;flex-wrap: wrap;}
.cgal .list .item{width: 32%;margin-right: 2%;margin-bottom: 4%}
.cgal .list .item:nth-child(3n){margin-right: 0}
.cgal .list .item .pic{position: relative;overflow: hidden;padding-bottom: 60%;}
.cgal .list .item .pic .imgbox{position: absolute;width: 100%;height: 100%;left: 0;top: 0;transition: .3s all}
.cgal .list .item .pic .imgbox img{width: 100%;height: 100%;object-fit: cover;}
.cgal .list .item .title{text-align: center;padding-top: 15px;font-size: 18px}

.cgal .list .item:hover .pic .imgbox{transform: scale(1.1)}



.case_detail{padding: 5% 0;}
.case_detail .title{padding-bottom: 3%;margin-bottom: 3%;border-bottom: 7px solid #ebebeb;position: relative}
.case_detail .title::after{content: '';position: absolute;width: 100%;background: #fff;left: 0;bottom: -4px;height: 3px}
.case_detail .title .tit1{font-size: 30px;color: #333;font-weight: bold;padding-bottom: 3%;}
.case_detail .title .tit2{font-size: 18px;color: #333;}

.case_detail .con .ctitle{font-size: 22px;color: #333;font-weight: bold;padding-bottom: 3%;}
.case_detail .con .ctitle:not(:first-child){margin-top: 5%;}
.case_detail .con .ctitle span{display: flex;align-items: center}
.case_detail .con .ctitle span::before{content: '';width: 6px;height: 22px;background:#1d438c;margin-right: 15px; }
.case_detail .con .box{font-size: 16px;line-height: 2;}

.case_detail .pn-page{border-top: 1px solid #ebebeb;padding-top: 3%}
.case_detail .pn-page aside {padding: 10px 0;}

.case_detail .pn-page aside a {color: #666;}

.case_detail .pn-page aside a b {color: #333;}

.case_detail .operating a:hover,
.case_detail .pn-page aside a:hover {color: #1d438c;}




.jssl .con{padding: 5% 0;}
.jssl .title{font-size: 36px;color: #333;text-align: center;padding-bottom: 3%;}

.jssl .con1 .list ul { padding: 0 50px; }
.jssl .con1 .list li { list-style: none; float: left; position: relative; text-align: center; margin-bottom: calc(30 / 16 * 1em);width: 25%;}
.jssl .con1 .list ul:last-child li { margin-bottom: 0; }
.jssl .con1 .list li:first-child:before, 
.jssl .con1 .list li:nth-child(5):before, 
.jssl .con1 .list li:last-child:after { position: absolute; content: ''; bottom: 0px; height: 90px; width: 50px; }
.jssl .con1 .list li:first-child:before { left: -50px; background: url(../images/PicList002433_ul_l.png) no-repeat 0 0; }
.jssl .con1 .list li:nth-child(5):before { left: -50px; background: url(../images/PicList002433_ul_l.png) no-repeat 0 0; }
.jssl .con1 .list li:last-child:after { right: -50px; background: url(../images/PicList002433_ul_r.png) no-repeat 0 0; }
.jssl .con1 .list li aside {
padding-top: calc(40 / 16 * 1em); height: 90px; background: url(../images/PicList002433_libg.png) repeat-x left top; }
.jssl .con1 .list li .ytable { height: 285px; }
.jssl .con1 .list li .ytable-cell { vertical-align: bottom; }
.jssl .con1 .list li figure { position: relative; display: inline-block; max-width: 85%; }
.jssl .con1 .list li figure:after { position: absolute; right: -22px; background: url(../images/PicList002433_ying.png) no-repeat left bottom; width: 24px; height: 100%; background-size: contain; content: ''; }
.jssl .con1 .list li figure img { max-height: 285px; padding: 15px; background: url(../images/PicList002433_kuang.png) no-repeat; background-size: 100% 100%; }
.jssl .con1 .list li  a{display:none;}
.jssl .con1 .list li a:nth-child(1){display:block;}
.jssl .con1 .list li p { margin: 0 auto; width: 80%; color: #333; font-size: 16px}
.jssl .con1 .list li {  }
.jssl .con1 .list li:nth-child(4n):after { position: absolute; content: ''; bottom: 0px; height: 90px; width: 50px; right: -50px; background: url(../images/PicList002433_ul_r.png) no-repeat 0 0; }



.jssl .con2{position: relative;background: #f5f5f5;}
.jssl .con2 .intro{padding: 3% 0;line-height: 2;font-size: 16px;}
.jssl .con2 .info{position: relative}
.jssl .con2 .info .slider{margin: 0 -10px;}
.jssl .con2 .info .item{margin: 0 10px;}
.jssl .con2 .info .item .pic{border-radius: 10px;overflow: hidden;}
.jssl .con2 .info .item .pic figure{padding-bottom: 60%;}
.jssl .con2 .info .item .txt{text-align: center;font-size: 16px;padding-top: 15px;color: #333}

.jssl .con2 .info .slick-arrow{position: absolute;width: 55px;height: 55px;border-radius: 50%;top: 46%;transform: translateY(-50%);background-color:#1d438c;background-position: center;background-repeat: no-repeat;}
.jssl .con2 .info .slick-prev{background-image: url(../images/b_left.png);left: -5%; }
.jssl .con2 .info .slick-next{background-image: url(../images/b_right.png);right: -5%; }

.jssl .con3 .flex .item:not(:last-child){margin-bottom: 4%}
.jssl .con3 .flex .item .pic figure{padding-bottom: 60%}
.jssl .con3 .flex .item .txt .tit{font-size: 24px;color: #333;padding-bottom: 3%}
.jssl .con3 .flex .item .txt .desc{font-size: 16px;line-height: 2;color: #333;}

@media(min-width:1025px){
    .jssl .con3 .flex .item{display: flex;align-items: center;justify-content: space-between;}
    .jssl .con3 .flex .item:nth-child(2n){flex-direction: row-reverse;}
    .jssl .con3 .flex .item .pic{width: 50%;}
    .jssl .con3 .flex .item .txt{width: 45%;}
}

@media(max-width:1024px) {
    .jssl .con1 .list ul {}
    .jssl .con1 .list li .ytable { height: 150px; }
    .jssl .con1 .list li figure img { max-height: 150px; padding: 3px }
    .jssl .con1 .list li { width: 50%; }
    .jssl .con1 .list li:nth-child(2n-1):before { left: -50px; background: url(../images/PicList002433_ul_l.png) no-repeat 0 0; position: absolute; content: ''; bottom: 0px; height: 90px; width: 50px;}
    .jssl .con1 .list li:nth-child(2n):after { position: absolute; content: ''; bottom: 0px; height: 90px; width: 50px; right: -50px; background: url(../images/PicList002433_ul_r.png) no-repeat 0 0; }
    
    .jssl .con2 .info .slick-prev{left: 2%; }
    .jssl .con2 .info .slick-next{right: 2%; }
}

@media(max-width:480px) {
    .jssl .con1 .list li .ytable { height: 100px; }
    .jssl .con1 .list li figure img { max-height: 150px; }
}

.RighInfo002936 h2{color: #1d438c;font-size: 24px;text-align: center;margin-bottom: 30px;}
.RighInfo002936 .top-box{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;}
.RighInfo002936 .top-box .left-box{position: relative;width: 30%;border: 1px solid #ddd;box-sizing: border-box;}
.RighInfo002936 .top-box .left-box .slick-track{padding-bottom: 25px;}
.RighInfo002936 .top-box .right-box{width: 65%}
.RighInfo002936 .top-box .right-box .text p{font-size: 18px;color: #333;line-height: 40px;text-indent: 0em !important;margin-bottom: 0px !important;}
.RighInfo002936 .video{margin-top: 30px;}
.RighInfo002936 .video video{width: 100%;display: block;}
.RighInfo002936 .top-box .left-box .slick-dots{position: absolute;left: 0;width: 100%;bottom: 10px;display: flex;justify-content: center;align-items: center;z-index: 3;}
.RighInfo002936 .top-box .left-box .slick-dots li{margin: 0 5px;}
.RighInfo002936 .top-box .left-box .slick-dots li button{width: 10px;height: 10px;border: 1px solid #1d438c;border-radius: 10px;background-color: transparent;font-size: 0;}
.RighInfo002936 .top-box .left-box .slick-dots li.slick-active button{background-color: #1d438c;}
@media(max-width:640px){
    .RighInfo002936 .top-box .left-box{width: 100%}
    .RighInfo002936 .top-box .right-box{width: 100%;margin-top: 20px;}
}