a:hover {
    color: #0000fd;
}

.w_86 {
    width: 90%;
}

.ti2 {
    text-indent: 2em
}

/*Top003198 */
.Top003198 .auto {
    width: 96%;
    max-width: 1780px;
    position: relative;
}

.Top003198 menu li span {
    display: block;
    font-size: calc(18 / 16 * 1em);
}

.Top003198 menu li a:hover,
.Top003198 menu li.aon span a {
    color: #0000fd;
}

.Top003198 .logo {
    float: left;
}

.Top003198 .top-right {
    float: right;
}

@media (min-width:1025px) {
    .Top003198 .logo {
        display: table;
        height: calc(120 / 16 * 1em);
    }

    .Top003198 .logo a {
        display: table-cell;
        vertical-align: middle;
    }

    .Top003198 .logo img {
        max-height: calc(58 / 16 * 1em);
    }

    .Top003198 menu li {
        float: left;
        margin-right: calc(50 / 1920 * 100vw);
    }

    .Top003198 menu li span {
        line-height: calc(120 / 18 * 1em);
    }

    .Top003198 li .sub {
        position: absolute;
        top: 100%;
        width: calc(160 / 16 * 1em);
        margin-left: calc((160 / 16 * 1em) / -2);
    }

    .Top003198 li#m12 .sub {
        width: calc(240 / 16 * 1em);
        margin-left: calc((240 / 16 * 1em) / -2);
    }

    .Top003198 li:last-child .sub {
        left: 50% !important;
    }

    .Top003198 li .sub dl {
        position: relative;
        background: #0000fd;
        padding: 5px 15px;
    }

    .Top003198 li .sub dl::before {
        position: absolute;
        content: '';
        border: 5px solid transparent;
        border-bottom-color: #0000fd;
        left: 50%;
        margin-left: -2.5px;
        top: -10px;
    }

    .Top003198 li .sub dt {
        line-height: calc(40 / 16 * 1em);
        padding: 0;
    }

    .Top003198 li .sub dt a {
        display: block;
        border-bottom: 1px dotted rgba(255, 255, 255, 0.35);
        color: #fff;
    }

    .Top003198 li .sub dt:last-child a {
        border-bottom: 0;
    }

    .Top003198 li .sub dt a:hover {
        color: rgba(255, 255, 255, 0.85);
    }

    .Top003198 .top-right {
        padding-top: calc(42 / 16 * 1em);
    }

    .Top003198 .top-right dd {
        float: left;
    }

    .open-search {
        cursor: pointer;
        display: block;
        width: calc(36 / 16 * 1em);
        height: calc(36 / 16 * 1em);
        background: url(../images/Top003198-search.svg) no-repeat center center;
        background-size: auto 60%;
    }

    .open-search.on:before,
    .open-search.on:after {
        background-color: #0735a8;
    }

    .top-search {
        position: absolute;
        right: 0;
        top: 100%;
        z-index: 100;
        width: 25em;
        background-color: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        border-radius: 5px;
    }

    .top-search .text {
        width: 100%;
        height: 3.125em;
        line-height: 3.125em;
        padding: 0 3.125em 0 0.625em;
        font-size: 1em;
    }

    .top-search .btn {
        position: absolute;
        right: 0;
        top: 0;
        width: 3.125em;
        height: 100%;
        background: url(../images/Top003198-search.svg) no-repeat center center;
        background-size: auto 60%;
    }
}

@media (min-width:1481px) and (max-width:1700px) {
    .Top003198 menu li {
        margin-right: calc(35 / 1920 * 100vw);
    }
}

@media (max-width:1024px) {
    .Top003198 header {
        padding: calc(20 / 16 * 1em) 0;
    }

    .Top003198 .logo img {
        max-height: calc(38 / 16 * 1em);
    }

    .Top003198 menu {
        position: fixed;
        z-index: 20;
        left: -100%;
        top: calc(70 / 16 * 1em);
        height: calc(100% - (70 / 16 * 1em));
        background-color: #fff;
        opacity: 0;
        transition: 0.5s;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
        width: 50vw;
        max-width: 240px;
    }

    .menu-show .Top003198 menu {
        left: 0;
        opacity: 1;
    }

    .Top003198 menu ul {
        height: 100%;
        overflow: auto;
    }

    .Top003198 menu li {
        border-bottom: 1px dotted #eee;
    }

    .Top003198 menu li span {
        line-height: 3;
        padding-left: 2em;
    }

    .Top003198 menu li.has-sub span .op:before,
    .Top003198 menu li.has-sub span .op:after {
        background-color: #0000fd;
    }

    .Top003198 li .sub {
        background-color: #eee;
    }

    .Top003198 .search {
        margin: 0 5vw 0 0;
        position: inherit;
    }

    .Top003198 .search .box {
        top: 100%;
        left: 0;
        width: 100%;
        opacity: 1;
        position: absolute;
        display: none;
        background-color: rgba(255, 255, 255, 0.8);
    }

    .Top003198 .search .box .btn {
        right: 0;
    }

    .Top003198 .search .box .text {
        padding: 0 calc(42 / 16 * 1em) 0 calc(20 / 16 * 1em);
    }

    .Top003198 .top-right dl:after {
        display: none;
    }

    .Top003198 .top-right dl {
        display: flex;
        align-items: center;
        margin-top: calc(6 / 16 * 1em);
    }

    .Top003198 .open-search {
        width: calc(24 / 16 * 1em);
        height: calc(24 / 16 * 1em);
        background: url(../images/Top003198-search.svg) no-repeat center center;
        background-size: contain;
        display: block;
        position: relative;
    }

    .Top003198 .open-search.on {
        width: calc(30 / 16 * 1em);
        height: calc(30 / 16 * 1em);
    }

    .Top003198 .open-search.on:after,
    .Top003198 .open-search.on:before {
        background-color: #0000fd;
    }

    .Top003198 .open-menu {
        padding: calc(4 / 16 * 1em) 0;
        width: calc(24 / 16 * 1em);
        height: calc(24 / 16 * 1em);
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-between;
        transition: 0.3s;
    }

    .Top003198 .open-menu span {
        display: block;
        transition: 0.3s;
        height: 2px;
        background-color: #000;
    }

    .menu-show .Top003198 .open-menu {
        border-radius: 50%;
        background-color: #0000fd;
        padding: calc(8 / 16 * 1em);
        height: calc(24 / 16 * 1em);
    }

    .menu-show .Top003198 .open-menu span {
        background-color: #fff;
        height: 1px;
    }
}

#dj .Top003198 menu li.aon span a {
    color: #fd0000;
}

#dj .Top003198 li .sub dl {
    background: #fd0000;
}

#dj .Top003198 li .sub dl::before {
    border-bottom-color: #fd0000;
}

#dj .Top003198 menu li.has-sub span .op:before,
#dj .Top003198 menu li.has-sub span .op:after {
    background-color: #fd0000;
}

#dj .Top003198 .open-search.on:after,
#dj .Top003198 .open-search.on:before {
    background-color: #fd0000;
}

/*Banner003086 */
.Banner003086,
.Banner003086 .slider li {
    position: relative;
}

.Banner003086 .ytable {
    height: 100%;
}

.Banner003086 .slick-dots {
    position: absolute;
    bottom: calc(60 / 1920 * 100vw);
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    z-index: 10;
}

.Banner003086 .slick-dots li {
    float: left;
    width: calc(12 / 16 * 1em);
    height: calc(12 / 16 * 1em);
    border: 2px solid rgba(255, 255, 255, 0.65);
    border-radius: 50%;
    position: relative;
    margin: 0 calc(15 / 16 * 1em);
    transition: 0.3s;
}

.Banner003086 .slick-dots li button {
    display: none;
}

.Banner003086 .slick-dots li.slick-active {
    background: #fff;
}

@media(min-width:1025px) {
    .Banner003086 .img {
        width: 100%;
        max-width: none;
    }

    .Banner003086 .wap {
        display: none;
    }
}

@media(max-width:1024px) {
    .Banner003086 .pc {
        display: none;
    }
}

.Banner003086 .news .slider {
    position: relative;
    z-index: 1;
    background: url("../images/Banner003086_icon.svg") no-repeat left center;
    background-size: auto 35%;
    line-height: calc(40 / 16 * 1em);
    padding: calc(15 / 16 * 1em) calc(50 / 16 * 1em);
}

.Banner003086 .news .slider a.dot {
    width: 95%;
}

.Banner003086 .news .slider a.dot time {
    float: right;
    color: #999;
    font-family: Arial;
    margin-left: calc(10 / 16 * 1em);
}

.Banner003086 .news .slider a.dot:hover {
    color: #fd0000;
}

.Banner003086 .news .more {
    position: absolute;
    right: 0;
    top: 50%;
    line-height: calc(20 / 16 * 1em);
    margin-top: calc(-10 / 16 * 1em);
    color: #fd0000;
    z-index: 10;
}

@media(min-width:1025px) {
    .Banner003086 .news {
        position: absolute;
        z-index: 20;
        left: 0;
        width: 100%;
        bottom: calc(-35 / 16 * 1em);
    }

    .Banner003086 .news .auto {
        position: relative;
        z-index: 1;
        background: #fff;
        box-shadow: 0 10px 30px 0 rgb(0 0 0 / 6%);
    }

    .Banner003086 .news .slider {
        margin: 0 2.08vw;
    }

    .Banner003086 .news .slider a.dot {
        max-width: 492px;
    }
}

@media(max-width:1024px) {
    .Banner003086 .news {
        background: #fff;
        box-shadow: 0 10px 30px 0 rgb(0 0 0 / 6%);
    }

    .Banner003086 .news .slider {
        padding: calc(10 / 16 * 1em) calc(60 / 16 * 1em) calc(10 / 16 * 1em) calc(30 / 16 * 1em);
    }
}

/*Floor002955 */
.Floor002955 {
    padding: calc(100 / 1920 * 100vw) 0 0;
}

.Floor002955 .title {
    border-bottom: 1px solid #d3def0;
    line-height: calc(25 / 16 * 1em);
    margin-bottom: calc(30 / 16 * 1em);
}

.Floor002955 .title span {
    padding: calc(18 / 24 * 1em) 0;
    padding-left: calc(38 / 24 * 1em);
    font-size: calc(24 / 16 * 1em);
    background: url("../images/Floor002955_titicon01.svg") no-repeat left center;
    color: #0000fd;
    font-weight: bold;
    background-size: auto 45%;
    border-bottom: 2px solid #0000fd;
    display: inline-block;
}

.Floor002955 .fr .title span {
    background-image: url("../images/Floor002955_titicon02.svg");
}

.Floor002955 .title a {
    margin-top: calc(15 / 14 * 1em);
    float: right;
    border-radius: calc(30 / 14 * 1em);
    background: #e9edf6;
    padding: 0 calc(15 / 14 * 1em);
    line-height: calc(30 / 14 * 1em);
    font-size: calc(14 / 16 * 1em);
    color: #0000fd;
}

.Floor002955 .title a:hover {
    background: #0000fd;
    color: #fff;
}

@media(min-width:1025px) {
    .Floor002955 .box {
        width: 48%;
    }
}

@media(max-width:1024px) {
    .Floor002955 .box+.box {
        padding-top: calc(100 / 1920 * 100vw);
    }
}

.Floor002955 .box ol {
    margin-bottom: calc(20 / 16 * 1em);
}

.Floor002955 .box ol.ol-pic a {
    display: block;
    position: relative;
}

.Floor002955 .box ol.ol-pic .Ispic {
    height: 134px;
}

.Floor002955 .box ol.ol-pic aside {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    line-height: calc(40 / 16 * 1em);
}

.Floor002955 .box ol.ol-pictxt .txt aside {
    font-size: calc(20 / 16 * 1em);
    line-height: calc(26 / 20 * 1em);
    font-weight: bold;
}

.Floor002955 .box ol.ol-pictxt .txt p {
    line-height: calc(25 / 16 * 1em);
    color: #999;
}

.Floor002955 .box ol.ol-pictxt .txt time {
    display: block;
    color: #999;
    margin-top: calc(20 / 16 * 1em);
}

.Floor002955 .box li {
    line-height: calc(36 / 16 * 1em);
}

.Floor002955 .box li a {
    color: #333;
    padding-left: calc(10 / 16 * 1em);
    position: relative;
}

.Floor002955 .box li a:hover {
    color: #0000fd
}

.Floor002955 .box li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: calc(4 / 16 * 1em);
    height: calc(4 / 16 * 1em);
    margin-top: calc(-2 / 16 * 1em);
    border-radius: 50%;
    background: #0000fd;
}

.Floor002955 .box li time {
    float: right;
    color: #999;
    margin-left: calc(20 / 16 * 1em);
}

@media(min-width:481px) {
    .Floor002955 .box ol.ol-pictxt .pic {
        width: 58%;
    }

    .Floor002955 .box ol.ol-pictxt .txt {
        padding-left: calc(20 / 16 * 1em);
        border-bottom: 1px solid #e6e6e6;
    }
}

@media(min-width:1025px) {
    .Floor002955 .box ol.ol-pictxt .pic {
        width: calc(350 / 16 * 1em);
        overflow: hidden;
    }

    .Floor002955 .box ol.ol-pictxt .pic img {
        transition: .3s;
    }

    .Floor002955 .box ol.ol-pictxt:hover .pic img {
        transform: scale(1.1)
    }

    .Floor002955 .box ol.ol-pictxt .txt {
        padding-left: calc(30 / 16 * 1em);
    }

    .Floor002955 .box ol.ol-pictxt .txt time {
        margin-top: calc(40 / 16 * 1em);
    }
}

@media(max-width:1024px) {
    .Floor002955 .box+.box {
        padding-top: calc(100 / 1920 * 100vw);
    }
}

@media(max-width:480px) {

    .Floor002955 .box ol.ol-pictxt .ytable,
    .Floor002955 .box ol.ol-pictxt .ytable-cell {
        display: block;
    }

    .Floor002955 .box ol.ol-pictxt .txt {
        padding: calc(20 / 16 * 1em);
        background: #f6f7fb;
    }
}

/*Floor003153 */
.Floor003153 {
    padding: calc(50 / 1920 * 100vw) 0 0;
}

.Floor003153 .title {
    border-bottom: 1px solid #d3def0;
    line-height: calc(25 / 16 * 1em);
    margin-bottom: calc(30 / 16 * 1em);
}

.Floor003153 .title span {
    padding: calc(18 / 24 * 1em) 0;
    padding-left: calc(38 / 24 * 1em);
    font-size: calc(24 / 16 * 1em);
    background: url("../images/Floor003153_titicon.svg") no-repeat left center;
    color: #0000fd;
    font-weight: bold;
    background-size: auto 45%;
    border-bottom: 2px solid #0000fd;
    display: inline-block;
}

.Floor003153 .title a {
    margin-top: calc(15 / 14 * 1em);
    float: right;
    border-radius: calc(30 / 14 * 1em);
    background: #e9edf6;
    padding: 0 calc(15 / 14 * 1em);
    line-height: calc(30 / 14 * 1em);
    font-size: calc(14 / 16 * 1em);
    color: #0000fd;
}

.Floor003153 .title a:hover {
    background: #0000fd;
    color: #fff;
}

.Floor003153 .intro .info {
    line-height: 2.1428;
    color: #333;
}

.Floor003153 .name {
    color: #fd0000;
    font-size: calc(24 / 16 * 1em);
    font-weight: bold;
    margin: 0 0 0.5em 0;
}

.Floor003153 .column {
    margin-top: calc(50 / 1920 * 100vw);
}

.Floor003153 .column li {
    float: left;
    width: calc((100% - 10px * 3)/4);
    text-align: center;
}

.Floor003153 .column li:not(:nth-child(4n)) {
    margin-right: 10px;
}

.Floor003153 .column li a {
    display: block;
    transition: 0.3s;
    color: #0000fd;
    background: #e9edf6;
    padding: 25px 0;
    line-height: 1;
}

.Floor003153 .column li a:hover {
    background: #0000fd;
    color: #fff;
}

.Floor003153 .column li .icon {
    height: calc(35 / 16 * 1em);
    margin-bottom: calc(10 / 16 * 1em);
    text-align: center;
}

.Floor003153 .column li .icon img {
    height: calc(35 / 16 * 1em);
}

.Floor003153 .column li .icon img.hover {
    display: none;
}

.Floor003153 .column li:hover .icon img {
    display: none;
}

.Floor003153 .column li:hover .icon img.hover {
    display: inline-block;
}

.Floor003153 .column li .icon-1 {
    background-image: url("../images/Floor003153_icon1.svg");
}

.Floor003153 .column li .icon-2 {
    background-image: url("../images/Floor003153_icon2.svg");
}

.Floor003153 .column li .icon-3 {
    background-image: url("../images/Floor003153_icon3.svg");
}

.Floor003153 .column li .icon-4 {
    background-image: url("../images/Floor003153_icon4.svg");
}

.Floor003153 .column li a:hover .icon-1 {
    background-image: url("../images/Floor003153_icon1_on.svg");
}

.Floor003153 .column li a:hover .icon-2 {
    background-image: url("../images/Floor003153_icon2_on.svg");
}

.Floor003153 .column li a:hover .icon-3 {
    background-image: url("../images/Floor003153_icon3_on.svg");
}

.Floor003153 .column li a:hover .icon-4 {
    background-image: url("../images/Floor003153_icon4_on.svg");
}

@media (min-width:1025px) {
    .Floor003153 .intro .img {
        width: 50%;
    }

    .Floor003153 .intro .info {
        padding-left: calc(50 / 1920 * 100vw);
    }
}

@media (max-width:1024px) {
    .Floor003153 .intro .img {
        margin-bottom: calc(50 / 1920 * 100vw);
    }
}

/*Floor002731 */
.Floor002731 {
    padding: calc(50 / 1920 * 100vw) 0 0;
}

.Floor002731 .title {
    border-bottom: 1px solid #d3def0;
    line-height: calc(25 / 16 * 1em);
    margin-bottom: calc(30 / 16 * 1em);
}

.Floor002731 .title span {
    padding: calc(18 / 24 * 1em) 0;
    padding-left: calc(38 / 24 * 1em);
    font-size: calc(24 / 16 * 1em);
    background: url("../images/Floor003153_titicon.svg") no-repeat left center;
    color: #0000fd;
    font-weight: bold;
    background-size: auto 45%;
    border-bottom: 2px solid #0000fd;
    display: inline-block;
}

.Floor002731 .title a {
    margin-top: calc(15 / 14 * 1em);
    float: right;
    border-radius: calc(30 / 14 * 1em);
    background: #e9edf6;
    padding: 0 calc(15 / 14 * 1em);
    line-height: calc(30 / 14 * 1em);
    font-size: calc(14 / 16 * 1em);
    color: #0000fd;
}

.Floor002731 .title a:hover {
    background: #0000fd;
    color: #fff;
}

@media(min-width:1201px) {
    .Floor002731 .shoufengqin {
        margin-left: calc(-5 / 16 * 1em);
        margin-right: calc(-5 / 16 * 1em);
    }
}

.Floor002731 .shoufengqin ul {
    display: table;
    width: 100%;
}

.Floor002731 .shoufengqin li {
    display: table-cell;
    cursor: pointer;
    transition: 0.3s;
    width: 12%;
    padding-bottom: 34.883%;
    position: relative;
}

.Floor002731 .shoufengqin li.active {
    width: 40%;
}

.Floor002731 .shoufengqin li .inner {
    left: calc(5 / 16 * 1em);
    right: calc(5 / 16 * 1em);
    position: absolute;
    height: 100%;
    background: #000;
    overflow: hidden;
}

.Floor002731 .shoufengqin li .inner:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80%;
    opacity: 0.6;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    /* W3C,IE10+,FF16+,Chrome26+,Opera12+,Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
}

.Floor002731 .shoufengqin li .Ispic {
    height: 100%;
}

.Floor002731 .shoufengqin li .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    padding: calc(20 / 16 * 1em);
    padding-bottom: calc(30 / 16 * 1em);
    color: #fff;
}

.Floor002731 .shoufengqin li .txt aside.dot {
    font-size: calc(20 / 16 * 1em);
}

.Floor002731 .shoufengqin li .txt:after {
    ;
    width: calc(27 / 16 * 1em);
    height: calc(6 / 16 * 1em);
    content: '';
    display: block;
}

.Floor002731 .shoufengqin li.short .txt {
    text-align: center;
}

.Floor002731 .shoufengqin li.short .txt .home-more {
    display: none;
}

.Floor002731 .shoufengqin li.active .txt {
    padding-left: calc(42 / 16 * 1em);
    padding-right: calc(42 / 16 * 1em);
}

.Floor002731 .shoufengqin li.active .link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

@media(min-width:1025px) {
    .Floor002731 .shoufengqin li.active .txt aside.dot {
        font-size: calc(24 / 16 * 1em);
    }
}

@media(max-width:1024px) {
    /*.Floor002731 .shoufengqin li:not(.active) .txt aside.dot {display:none;}*/
}

@media(max-width:768px) {
    .Floor002731 .shoufengqin li .txt {
        padding-bottom: calc(15 / 16 * 1em);
        padding-left: calc(10 / 16 * 1em);
        padding-right: calc(10 / 16 * 1em);
    }

    .Floor002731 .shoufengqin li.active .txt {
        padding-left: calc(15 / 16 * 1em);
        padding-right: calc(15 / 16 * 1em);
    }

    .Floor002731 .shoufengqin li .inner {
        left: calc(1 / 16 * 1em);
        right: calc(1 / 16 * 1em);
    }
}

@media(max-width:640px) {

    .Floor002731 .shoufengqin ul,
    .Floor002731 .shoufengqin li {
        display: flex;
        flex-wrap: wrap;
    }

    .Floor002731 .shoufengqin li {
        width: 49%;
        margin-bottom: 2%;
    }

    .Floor002731 .shoufengqin li:not(:nth-child(2n)) {
        margin-right: 2%;
    }

    .Floor002731 .shoufengqin li.active {
        width: 49%;
    }
}

/*Floor002733 */
.Floor002733 {
    padding: calc(50 / 1920 * 100vw) 0 0;
}

.Floor002733 .title {
    border-bottom: 1px solid #d3def0;
    line-height: calc(25 / 16 * 1em);
    margin-bottom: calc(30 / 16 * 1em);
}

.Floor002733 .title span {
    padding: calc(18 / 24 * 1em) 0;
    padding-left: calc(38 / 24 * 1em);
    font-size: calc(24 / 16 * 1em);
    background: url("../images/Floor003153_titicon.svg") no-repeat left center;
    color: #0000fd;
    font-weight: bold;
    background-size: auto 45%;
    border-bottom: 2px solid #0000fd;
    display: inline-block;
}

.Floor002733 .title a {
    margin-top: calc(15 / 14 * 1em);
    float: right;
    border-radius: calc(30 / 14 * 1em);
    background: #e9edf6;
    padding: 0 calc(15 / 14 * 1em);
    line-height: calc(30 / 14 * 1em);
    font-size: calc(14 / 16 * 1em);
    color: #0000fd;
}

.Floor002733 .title a:hover {
    background: #0000fd;
    color: #fff;
}

.Floor002733 .slick-arrow {
    position: absolute;
    border: 0;
    font-size: 1em;
    text-indent: -999em;
    width: calc(30 / 16 * 1em);
    height: calc(48 / 16 * 1em);
    background: rgba(0, 0, 0, 0.5);
    top: 40%;
    margin-top: calc(-24 / 16 * 1em);
    z-index: 10;
}

.Floor002733 .slick-arrow:hover {
    background: #0000fd;
}

.Floor002733 .slick-prev {
    left: 0;
}

.Floor002733 .slick-next {
    right: 0;
}

.Floor002733 .slick-arrow:before {
    position: absolute;
    content: '';
    width: calc(10 / 16 * 1em);
    height: calc(10 / 16 * 1em);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.Floor002733 .slick-prev:before {
    transform: translate(-50%, -50%) rotate(-135deg);
}

.Floor002733 li.slick-slide {
    height: auto;
}

.Floor002733 li.slick-slide .inner {
    position: relative;
    transition: 0.3s;
}

.Floor002733 li.slick-slide .inner>a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 10;
    transition: 0.3s;
    opacity: 0;
    -webkit-opacity: 0;
}

.Floor002733 li.slick-slide .pic {
    overflow: hidden;
    position: relative;
}

.Floor002733 li.slick-slide .pic lable {
    position: absolute;
    z-index: 20;
    left: 0;
    top: 0;
    background: #fd0000;
    color: #fff;
    border-radius: 0 0 calc(20 / 14 * 1em) 0;
    padding: 0 calc(10 / 14 * 1em);
    line-height: calc(28 / 14 * 1em);
    font-size: calc(14 / 16 * 1em);
}

.Floor002733 li.slick-slide .pic lable.finish {
    background: #0000fd;
}

.Floor002733 li.slick-slide .Ispic {
    padding-bottom: 67%;
    transition: 0.3s;
}

.Floor002733 li:hover .Ispic {
    transform: scale(1.12);
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
}

.Floor002733 li.slick-slide:hover a {
    opacity: 1;
    -webkit-opacity: 1;
}

.Floor002733 li.slick-slide .txt {
    padding: calc(30 / 16 * 1em);
    background: #f6f7fb;
}

.Floor002733 li.slick-slide .txt aside {
    color: #000;
    font-size: calc(18 / 16 * 1em);
    transition: .3s;
}

.Floor002733 li.slick-slide:hover .txt aside {
    color: #0000fd;
}

@media(min-width:481px) {
    .Floor002733 .slider {
        margin-left: calc(-10 / 16 * 1em);
        margin-right: calc(-10 / 16 * 1em);
    }

    .Floor002733 li.slick-slide .inner {
        margin: 0 calc(10 / 16 * 1em);
    }

    .Floor002733 .slick-prev {
        left: calc(10 / 16 * 1em);
    }

    .Floor002733 .slick-next {
        right: calc(10 / 16 * 1em);
    }
}

@media(max-width:1024px) {
    .Floor002733 li.slick-slide .txt {
        padding: calc(20 / 16 * 1em);
    }
}

/*Floor003183 */
.Floor003183 {
    padding: calc(50 / 1920 * 100vw) 0 calc(100 / 1920 * 100vw) 0;
}

.Floor003183 .title {
    border-bottom: 1px solid #d3def0;
    line-height: calc(25 / 16 * 1em);
    margin-bottom: calc(30 / 16 * 1em);
}

.Floor003183 .title span {
    padding: calc(18 / 24 * 1em) 0;
    padding-left: calc(38 / 24 * 1em);
    font-size: calc(24 / 16 * 1em);
    background: url("../images/Floor003153_titicon.svg") no-repeat left center;
    color: #0000fd;
    font-weight: bold;
    background-size: auto 45%;
    border-bottom: 2px solid #0000fd;
    display: inline-block;
}

.Floor003183 .title a {
    margin-top: calc(15 / 14 * 1em);
    float: right;
    border-radius: calc(30 / 14 * 1em);
    background: #e9edf6;
    padding: 0 calc(15 / 14 * 1em);
    line-height: calc(30 / 14 * 1em);
    font-size: calc(14 / 16 * 1em);
    color: #0000fd;
}

.Floor003183 .title a:hover {
    background: #0000fd;
    color: #fff;
}

.Floor003183 .slick-arrow {
    position: absolute;
    border: 0;
    font-size: 1em;
    text-indent: -999em;
    width: calc(30 / 16 * 1em);
    height: calc(48 / 16 * 1em);
    background: rgba(0, 0, 0, 0.5);
    top: 50%;
    margin-top: calc(-24 / 16 * 1em);
    z-index: 10;
}

.Floor003183 .slick-arrow:hover {
    background: #0000fd;
}

.Floor003183 .slick-prev {
    left: 0;
}

.Floor003183 .slick-next {
    right: 0;
}

.Floor003183 .slick-arrow:before {
    position: absolute;
    content: '';
    width: calc(10 / 16 * 1em);
    height: calc(10 / 16 * 1em);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.Floor003183 .slick-prev:before {
    transform: translate(-50%, -50%) rotate(-135deg);
}

.Floor003183 li.slick-slide {
    height: auto;
}

.Floor003183 li.slick-slide .inner {
    position: relative;
    transition: 0.3s;
}

.Floor003183 li.slick-slide .inner>a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 10;
    transition: 0.3s;
    opacity: 0;
    -webkit-opacity: 0;
}

.Floor003183 li.slick-slide .pic {
    overflow: hidden;
    position: relative;
}

.Floor003183 li.slick-slide .pic lable {
    position: absolute;
    z-index: 20;
    left: 0;
    top: 0;
    background: #fd0000;
    color: #fff;
    border-radius: 0 0 20px 0;
    padding: 0 10px;
    line-height: 28px;
    font-size: 14px;
}

.Floor003183 li.slick-slide.finish .pic lable {
    background: #0000fd;
}

.Floor003183 li.slick-slide .Ispic {
    padding-bottom: 67%;
    transition: 0.3s;
}

.Floor003183 li:hover .Ispic {
    transform: scale(1.12);
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
}

.Floor003183 li.slick-slide:hover a {
    opacity: 1;
    -webkit-opacity: 1;
}

.Floor003183 li.slick-slide .txt {
    display: none;
    padding: 30px;
    background: #f6f7fb;
}

.Floor003183 li.slick-slide .txt aside {
    color: #000;
    font-size: 18px;
    transition: .3s;
}

.Floor003183 li.slick-slide:hover .txt aside {
    color: #0000fd;
}

@media(min-width:481px) {
    .Floor003183 .slider {
        margin-left: calc(-5 / 16 * 1em);
        margin-right: calc(-5 / 16 * 1em);
    }

    .Floor003183 li.slick-slide .inner {
        margin: 0 calc(5 / 16 * 1em);
    }

    .Floor003183 .slick-prev {
        left: calc(5 / 16 * 1em);
    }

    .Floor003183 .slick-next {
        right: calc(5 / 16 * 1em);
    }
}

@media(max-width:1024px) {
    .Floor003183 li.slick-slide .txt {
        padding: calc(20 / 16 * 1em);
    }
}

/*Bottom003043 */
.Bottom003043 {
    background: #05052a;
}

.Bottom003043 .auto {
    width: 96%;
}

.Bottom003043,
.Bottom003043 a {
    color: rgba(255, 255, 255, 0.7);
}

.Bottom003043 a:hover {
    color: #fff;
}

.Bottom003043 .b-top {
    padding: calc(90 / 1920 * 100vw) 0;
}

.Bottom003043 .contact ul {
    display: table;
}

.Bottom003043 .contact ul>* {
    display: table-cell;
    vertical-align: middle;
}

.Bottom003043 .contact ol {
    width: calc(120 / 16 * 1em);
}

.Bottom003043 .contact li {
    padding-left: calc(20 / 16 * 1em);
}

.Bottom003043 .contact .tel {
    font-size: calc(30 / 16 * 1em);
    font-weight: bold;
    color: #fd0000;
}

.Bottom003043 .contact p {
    margin-bottom: 0;
    line-height: 1.785;
    margin-top: calc(10 / 16 * 1em);
}

.Bottom003043 .b-top nav {
    width: 65%;
}

.Bottom003043 .b-top nav dl {
    float: left;
    max-width: calc(120 / 16 * 1em);
}

.Bottom003043 .b-top nav dt {
    margin-bottom: calc(15 / 16 * 1em);
}

.Bottom003043 .b-top nav dt a {
    color: #fff;
}

.Bottom003043 .b-top nav dd {
    padding: calc(5 / 16 * 1em) 0;
    line-height: calc(24 / 16 * 1em);
}

.Bottom003043 .b-bottom .auto {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: calc(40 / 16 * 1em) 0;
}

.Bottom003043 .b-bottom nav {
    margin-bottom: calc(10 / 16 * 1em);
}

.Bottom003043 .b-bottom nav a {
    display: inline-block;
}

.Bottom003043 .b-bottom nav a:not(:last-child):after {
    display: inline-block;
    content: '';
    width: 1px;
    height: calc(10 / 16 * 1em);
    background: rgba(255, 255, 255, 0.1);
    margin: 0 calc(10 / 16 * 1em);
    vertical-align: middle;
}

@media(max-width:1024px) {
    .Bottom003043 .b-top nav {
        display: none;
    }
}


/*-------------------------------------------------------------------------------------------------------------.Columnbanner*/
.Columnbanner {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.Columnbanner div {
    padding-bottom: 26%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #666;
}

.Columnbanner img {
    display: none
}

@media(max-width:1024px) {
    .Columnbanner div {
        display: none
    }

    .Columnbanner img {
        display: block;
        width: 100%
    }
}


/*-------------------------------------------------------------------------------------------------------------.Columnmenu*/
.Columnmenu {
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 6%);
}

.Columnmenu .current {
    line-height: calc(90 / 16 * 1em);
}

.Columnmenu .current>* {
    position: relative;
    margin-left: calc(28 / 16 * 1em);
    color: #999;
}

.Columnmenu .current>*:before {
    transform: skewX(-30deg);
    content: "";
    display: block;
    position: absolute;
    left: -1em;
    top: 15%;
    width: 1px;
    height: 70%;
    background: #dddddd;
}

.Columnmenu .current>*:nth-child(1):before {
    display: none;
}

.Columnmenu .current>*:nth-child(1) {
    margin-left: 0;
    padding-left: calc(30 / 16 * 1em);
    background: url(../images/home_icon.svg) no-repeat left center;
    background-size: calc(22 / 16 * 1em) auto;
}

@media(min-width:1025px) {
    .Columnmenu ul {
        margin-top: 0;
        width: 60%;
    }

    .Columnmenu li {
        display: inline-block;
        margin: 0 5% 0 0
    }

    .Columnmenu li a {
        color: #444;
        line-height: calc(90 / 16 * 1em);
        display: block;
        border-bottom: calc(3 / 16 * 1em) solid transparent;
        transition: .3s
    }

    .Columnmenu li.aon a,
    .Columnmenu li:hover a {
        border-color: #0000fd;
        color: #0000fd;
    }

    #dj .Columnmenu li.aon a,
    #dj .Columnmenu li:hover a {
        border-color: #fd0000;
        color: #fd0000;
    }
}

@media(max-width:1024px) {
    .Columnmenu ul {
        display: none;
    }

    .Columnmenu .current {
        line-height: calc(70 / 16 * 1em);
    }
}


.Submenu {
    padding: 3% 0 0;
}

.Submenu ul {
    text-align: center;
}

.Submenu ul li {
    display: inline-block;
    text-align: center;
    line-height: calc(60 / 16 * 1em);
    background: #f5f5f5;
    margin: 0 10px
}

.Submenu ul li a {
    display: block;
    padding: 0 20px;
}

.Submenu ul li.on {
    background: #0000fd;
}

.Submenu ul li.on a {
    color: #fff
}


/*Page002623 */
.Page002623 {
    text-align: center;
    font-family: Arial;
    margin-top: 30px;
    font-size: 1.125em;
    padding: calc(50 / 1920 * 100vw) 0 calc(100 / 1920 * 100vw) 0;
}

.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 2vw;
    font-style: normal;
}

.Page002623 .Pages .p_page {
    display: table;
    margin: 0 auto;
}

.Page002623 .Pages a {
    float: left;
    line-height: 50px;
    width: 50px;
    margin: 0 5px;
}

.Page002623 .Pages a.a_cur,
.Page002623 .Pages a:hover {
    color: #fff;
    background: #0000fd;
}

.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: #020814;
    border-right-width: 8px;
}

.Page002623 .Pages .p_page>a.a_next:before {
    border-left-color: #020814;
    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 .Pages em {
        display: none;
    }

    .Page002623 .Pages a {
        background-color: #eee;
    }
}

#dj .Page002623 .Pages a.a_cur,
#dj .Page002623 .Pages a:hover {
    background: #fd0000;
}


/*AboutInfo*/
.AboutInfo {
    padding: calc(100 / 1920 * 100vw) 0;
}

@media (min-width:1025px) {
    .AboutInfo .intro .img {
        width: 50%;
    }

    .AboutInfo .intro .info {
        padding-left: calc(50 / 1920 * 100vw);
    }
}

@media (max-width:1024px) {
    .AboutInfo .intro .img {
        margin-bottom: calc(50 / 1920 * 100vw);
    }
}

.AboutInfo .info {
    line-height: 2.1428;
    color: #333;
}

.AboutInfo .name {
    color: #fd0000;
    font-size: calc(24 / 16 * 1em);
    font-weight: bold;
    margin: 0 0 0.5em 0;
}

.AboutInfo .number {
    margin: 3vw 0;
}

.AboutInfo .number li {
    color: #333;
    padding: calc(40 / 16 * 1em) calc(50 / 16 * 1em);
    background: #f6f7fb;
}

.AboutInfo .number li .img {
    width: 6.25em;
}

.AboutInfo .number li .img img {
    height: 5em;
}

.AboutInfo .number li aside {}

.AboutInfo .number li aside b {
    font-size: calc(42 / 16 * 1em);
    color: #000;
    line-height: 0.85em;
    display: inline-block;
    margin-right: calc(10 / 42 * 1em);
}

.AboutInfo .number li p {
    margin-bottom: 0;
    margin-top: calc(10 / 16 * 1em);
}

.AboutInfo .edit-info {
    line-height: 2em;
    text-align: justify;
}

.AboutInfo .edit-info .name {
    font-size: calc(24 / 16 * 1em);
    color: #fd0000;
    font-weight: bold;
    margin: 0 0 0.5em 0;
}

@media (min-width:1025px) {
    .AboutInfo .number li {
        float: left;
        width: 31%;
    }

    .AboutInfo .number li:not(:last-child) {
        margin-right: 3.5%;
    }
}

@media (max-width:1024px) {
    .AboutInfo .number li {
        margin-bottom: 2%;
    }
}


/*董事长致辞*/
.scymainr {
    padding: calc(100 / 1920 * 100vw) 0;
}

.scymainr .main {
    background: #f6f7fb;
}

.scymainrs p {
    font-size: calc(28 / 16 * 1em);
    color: #333;
    padding: calc(70 / 28 * 1em) 0 0 calc(18 / 28 * 1em);
    padding-bottom: calc(60 / 28 * 1em);
}

.scymainrs span {
    display: block;
    text-align: right;
    margin-top: calc(10 / 18 * 1em);
    font-size: calc(18 / 16 * 1em);
    color: #666;
}

.scymainx {
    padding: calc(20 / 16 * 1em);
}

.scymainx p {
    margin-bottom: calc(35 / 16 * 1em);
    color: #666;
    text-indent: 2em;
    line-height: calc(30 / 16 * 1em);
}

.scymainx p img {
    float: right;
}

@media(min-width:481px) {
    .scymainrs img {
        float: left;
        margin-right: calc(20 / 16 * 1em);
    }
}

@media(min-width:1024px) {
    .scymainrs {
        float: left;
        width: 500px;
    }

    .scymainx {
        float: right;
        width: calc(100% - 500px);
        padding: calc(50 / 16 * 1em);
    }
}

@media(max-width:480px) {
    .scymainrs {
        text-align: center;
    }

    .scymainr .main {
        padding: calc(20 / 16 * 1em);
    }
}


/*Culture*/
.Culture {
    padding: calc(100 / 1920 * 100vw) 0;
}

.Culture .ytable {
    overflow: hidden;
}

.Culture .txt {
    background: #f6f7fb;
    padding: calc(50 / 1920 * 100vw) calc(80 / 1920 * 100vw);
}

.Culture .txt .yinhao {
    margin-bottom: 2vw;
}

.Culture .txt p {
    line-height: 2.1428;
    color: #333;
}

@media(min-width:1025px) {

    .Culture .pic,
    .Culture .txt {
        width: 50%;
    }
}

@media(max-width:1024px) {

    .Culture .ytable,
    .Culture .ytable-cell {
        display: block;
    }

    .Culture .txt {
        padding: calc(30 / 16 * 1em);
    }
}


/*SolutionList */
.SolutionList {
    padding: calc(100 / 1920 * 100vw) 0;
}

.SolutionList li {
    margin-bottom: 4vw;
}

.SolutionList li .pic a {
    display: block;
    overflow: hidden;
}

.SolutionList li .pic img {
    transition: 0.5s;
}

.SolutionList li:hover .pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.SolutionList li .info {
    background: #f6f7fb;
    padding: calc(50 / 1920 * 100vw) calc(80 / 1920 * 100vw);
}

.SolutionList li .icon img {
    max-height: 55px;
}

.SolutionList li h3 {
    font-size: calc(24 / 16 * 1em);
}

.SolutionList li h3 a {
    color: #000;
}

.SolutionList li p {
    color: #333;
    line-height: 2.1428;
    margin-bottom: 2vw;
}

.SolutionList li span.icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: solid 2px #0000fd;
    border-radius: 50%;
    position: relative;
    margin-right: 27px;
    transition: 0.3s ease-out;
}

.SolutionList li span.icon:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    border-top: 2px solid #0000fd;
    border-right: 2px solid #0000fd;
    left: 50%;
    top: 50%;
    margin: -6px 0 0 -8px;
}

.SolutionList li:hover h3 a {
    color: #0000fd;
}

@media(max-width:1024px) {

    .SolutionList li .ytable,
    .SolutionList li .ytable-cell {
        display: block;
    }
}

@media(max-width:640px) {
    .SolutionList li h3 {
        font-size: 5vw;
    }

    .SolutionList li p {
        font-size: 3.5vw;
    }

    .SolutionList li .info .inner {
        padding: 0 3vw 3vw;
    }

    .SolutionList li span.icon {
        width: 30px;
        height: 30px;
    }
}


/*PicList002434 */
.PicList002434 {
    padding: calc(100 / 1920 * 100vw) 0 0;
}

.PicList002434 .list ul {
    padding: 0 50px;
}

.PicList002434 .list li {
    float: left;
    position: relative;
    text-align: center;
    margin-bottom: 4%;
}

.PicList002434 .list li:first-child:before,
.PicList002434 .list li:last-child:after {
    position: absolute;
    content: '';
    bottom: 0px;
    height: 90px;
    width: 50px;
}

.PicList002434 .list li:first-child:before {
    left: -50px;
    background: url(../images/PicList002433_ul_l.png) no-repeat 0 0;
}

.PicList002434 .list li:last-child:after {
    right: -50px;
    background: url(../images/PicList002433_ul_r.png) no-repeat 0 0;
}

.PicList002434 .list li aside {
    padding-top: 42px;
    height: 90px;
    background: url(../images/PicList002433_libg.png) repeat-x left top;
}

.PicList002434 .list li .ytable {
    height: 255px;
}

.PicList002434 .list li .ytable-cell {
    vertical-align: bottom;
}

.PicList002434 .list li figure {
    position: relative;
    display: inline-block;
    max-width: 85%;
}

.PicList002434 .list li figure:after {
    position: absolute;
    right: -23px;
    background: url(../images/PicList002433_ying.png) no-repeat left bottom;
    width: 24px;
    height: 100%;
    background-size: contain;
    content: '';
}

.PicList002434 .list li figure img {
    max-height: 255px;
    padding: 6px;
    padding-top: 6px;
    padding-bottom: 6px;
    background: url(../images/PicList002433_kuang.png) no-repeat;
    background-size: 100% 100%;
}

.PicList002434 .list li p {
    margin: 0 auto;
    width: 81%;
    line-height: 26px;
    font-size: 16px;
    max-height: 50px;
    white-space: normal;
    color: #333;
}

.PicList002434 .list .ul-4 li {
    width: 25%;
}

.PicList002434 .list .ul-4 li:nth-child(4):after {
    position: absolute;
    content: '';
    bottom: 0px;
    height: 90px;
    width: 50px;
    right: -50px;
    background: url(../images/PicList002433_ul_r.png) no-repeat 0 0;
}

.PicList002434 .list .ul-3 li {
    width: 33.33333333%;
}

.PicList002434 .list .ul-3 li:nth-child(3):after {
    position: absolute;
    content: '';
    bottom: 0px;
    height: 90px;
    width: 50px;
    right: -50px;
    background: url(../images/PicList002433_ul_r.png) no-repeat 0 0;
}

.PicList002434 .list .ul-2 li {
    width: 50%;
}

.PicList002434 .list .ul-2 li:nth-child(2):after {
    position: absolute;
    content: '';
    bottom: 0.95vw;
    height: 90px;
    width: 50px;
    right: -50px;
    background: url(../images/PicList002433_ul_r.png) no-repeat 0 0;
}

/* .PicList002434 .list .ul-2 li:nth-child(1) > * {padding-left:30%;} */
.PicList002434 .list .ul-2 li:nth-child(2)>* {
    padding-right: 30%;
}

.PicList002434 .list .ul-1 li {
    width: 100%;
}

@media(max-width:640px) {

    .PicList002434 .auto,
    .PicList002434 .list ul {
        padding: 0;
    }

    .PicList002434 .list li p {
        font-size: 12px;
    }

    .PicList002434 .list li .ytable {
        height: 150px;
    }

    .PicList002434 .list li figure img {
        max-height: 150px;
        padding: 3px
    }

    /* .PicList002434 .list .ul-2 li:nth-child(1) > * {padding-left:30%;} */
    .PicList002434 .list .ul-2 li:nth-child(2)>* {
        padding-right: 30%;
    }

    .PicList002434 .list .ul-3 li:nth-child(3):after,
    .PicList002434 .list li:first-child:before {
        display: none;
    }
    .PicList002434 .list .ul-2 li:nth-child(2):after {
        bottom: 4vw;
      
    }
}

@media(max-width:480px) {
    .PicList002434 .list li .ytable {
        height: 100px;
    }

    .PicList002434 .list li figure img {
        max-height: 100px;
    }
}


/*成功案例 */
.CaseList {
    padding: calc(100 / 1920 * 100vw) 0 0;
}

.CaseList li {
    margin-bottom: 2%;
}

.CaseList li .inner {
    position: relative;
    transition: 0.3s;
}

.CaseList li .inner>a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 10;
    transition: 0.3s;
    opacity: 0;
    -webkit-opacity: 0;
}

.CaseList li .pic {
    overflow: hidden;
    position: relative;
}

.CaseList li .pic lable {
    position: absolute;
    z-index: 20;
    left: 0;
    top: 0;
    background: #fd0000;
    color: #fff;
    border-radius: 0 0 calc(20 / 14 * 1em) 0;
    padding: 0 calc(10 / 14 * 1em);
    line-height: calc(28 / 14 * 1em);
    font-size: calc(14 / 16 * 1em);
    display: none;
}

.CaseList li .pic lable.finish {
    background: #0000fd;
    display: none;
}

.CaseList li .Ispic {
    padding-bottom: 67%;
    transition: 0.3s;
}

.CaseList li:hover .Ispic {
    transform: scale(1.12);
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
}

.CaseList li:hover a {
    opacity: 1;
    -webkit-opacity: 1;
}

.CaseList li .txt {
    padding: calc(30 / 16 * 1em);
    background: #f6f7fb;
}

.CaseList li .txt aside {
    color: #000;
    font-size: calc(18 / 16 * 1em);
    transition: .3s;
}

.CaseList li:hover .txt aside {
    color: #0000fd;
}

@media(min-width:481px) {
    .CaseList .list li {
        float: left;
        margin-right: 2%;
    }
}

@media(min-width:1025px) {
    .CaseList .list li {
        width: 23.5%;
    }

    .CaseList .list li:nth-child(4n) {
        margin-right: 0;
    }
}

@media(min-width:481px) and (max-width:1024px) {
    .CaseList .list li {
        width: 48%;
    }

    .CaseList .list li:nth-child(2n) {
        margin-right: 0;
    }
}


/* 新闻中心 */
.PicList002273 {
    padding: calc(100 / 1920 * 100vw) 0 0;
}

.PicList002273 ol {
    background: #f6f7fb;
}

.PicList002273 ol .left {
    overflow: hidden;
}

.PicList002273 ol .left img {
    width: 100%;
}

.PicList002273 ol .left figure {
    padding-bottom: 65.714%;
    transition: .3s;
}

.PicList002273 ol:hover .left figure {
    transform: scale(1.1)
}

.PicList002273 ol .right .time {
    color: #666;
    display: block;
    margin-top: calc(20 / 16 * 1em);
}

.PicList002273 ol .right .h3 {
    font-size: calc(20 / 16 * 1em);
    line-height: calc(26 / 20 * 1em);
    margin-top: 0;
}

.PicList002273 ol .right .p {
    line-height: calc(25 / 16 * 1em);
    color: #666;
}

.PicList002273 ol {
    margin-bottom: 30px;
}

.PicList002273 ol:hover a {
    color: #0000fd;
}

.PicList002273 li {
    line-height: calc(70 / 16 * 1em);
    border-bottom: 1px solid #ededed;
}

.PicList002273 li time {
    float: right;
    color: #999;
    margin-left: 15px;
}

.PicList002273 li a {
    color: #333;
    padding-left: calc(20 / 16 * 1em);
    position: relative;
    transition: .3s;
}

.PicList002273 li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: calc(6 / 16 * 1em);
    height: calc(6 / 16 * 1em);
    margin-top: calc(-3 / 16 * 1em);
    border-radius: 50%;
    background: #0000fd;
}

.PicList002273 li:hover a {
    color: #0000fd;
}

@media screen and (min-width:481px) {
    .PicList002273 ol {
        position: relative;
    }

    .PicList002273 ol .left {
        width: 58%;
    }

    .PicList002273 ol .right {
        width: 42%;
        padding-left: calc(20 / 16 * 1em)
    }
}

@media screen and (min-width:1025px) {
    .PicList002273 ol {
        position: relative;
    }

    .PicList002273 ol .left {
        width: calc(350 / 1920 * 100vw);
    }

    .PicList002273 ol .right {
        width: 65%;
        padding-left: calc(50 / 1920 * 100vw);
    }

    .PicList002273 ol .right_btn {
        width: 11px;
        height: 19px;
        background: url(../images/PicList002273-arrow_right.png) no-repeat center;
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 48px;
        cursor: pointer;
        margin-top: -10px
    }
}

@media(max-width:480px) {

    .PicList002273 ol .ytable,
    .PicList002273 ol .ytable-cell {
        display: block;
    }

    .PicList002273 ol .right {
        padding: calc(20 / 16 * 1em);
    }
}

#dj .PicList002273 ol:hover a {
    color: #fd0000;
}

#dj .PicList002273 li a:before {
    background: #fd0000;
}

#dj .PicList002273 li:hover a {
    color: #fd0000;
}


/*TextList002855 */
.TextList002855 {
    padding: calc(50 / 1920 * 100vw) 0 0;
}

.TextList002855 li {
    line-height: calc(70 / 16 * 1em);
    border-bottom: 1px solid #ededed;
}

.TextList002855 li time {
    float: right;
    color: #999;
    margin-left: 15px;
}

.TextList002855 li a {
    color: #333;
    padding-left: calc(20 / 16 * 1em);
    position: relative;
    transition: .3s;
}

.TextList002855 li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: calc(6 / 16 * 1em);
    height: calc(6 / 16 * 1em);
    margin-top: calc(-3 / 16 * 1em);
    border-radius: 50%;
    background: #0000fd;
}

.TextList002855 li:hover a {
    color: #0000fd;
}


/* JoinList */
.JoinList {
    padding: calc(100 / 1920 * 100vw) 0 0;
}

.JoinList .thead {
    background: #0000fd;
    color: #fff;
    line-height: calc(70 / 16 * 1em);
    text-align: center;
    padding: 0 2%;
    margin-bottom: 2%;
}

.JoinList .thead span {
    float: left;
    width: 17%;
    display: block;
    font-size: calc(18 / 16 * 1em);
    height: calc(70 / 18 * 1em);
    text-align: center;
    position: relative;
    font-weight: bold;
}

.JoinList .thead span.jobname {
    text-align: left;
    padding-left: 3%;
}

.JoinList .dl {
    margin-bottom: calc(15 / 16 * 1em);
    padding: 0 2%;
    background: #f6f7fb;
}

.JoinList .dl .dt {
    line-height: calc(70 / 16 * 1em);
    text-align: center;
    cursor: pointer;
    position: relative;
}

.JoinList .dl .dt span {
    float: left;
    width: 17%;
    display: block;
    color: #000;
}

.JoinList .dl .dt span.jobname {
    text-align: left;
    padding-left: 3%;
}

.JoinList .dl .dt i {
    position: absolute;
    width: calc(22 / 16 * 1em);
    height: calc(22 / 16 * 1em);
    background: #fd0000;
    right: 0;
    top: 50%;
    margin-top: calc(-11 / 16 * 1em);
}

.JoinList .dl .dt i::before,
.JoinList .dl .dt i::after {
    position: absolute;
    content: '';
    background: #fff;
}

.JoinList .dl .dt i::before {
    left: 20%;
    width: 60%;
    height: 2px;
    top: 50%;
    margin-top: -1px;
}

.JoinList .dl .dt i::after {
    left: 50%;
    margin-left: -1px;
    width: 2px;
    top: 20%;
    height: 60%;
}

.JoinList .dl.active .dt i::after {
    display: none;
}

.JoinList .job-info {
    padding: calc(20 / 16 * 1em) 3% calc(30 / 16 * 1em);
    display: none;
    border-top: 1px dotted #e5e5e5;
}

.JoinList .jobname {
    width: 30% !important;
}

.JoinList .h5 {
    color: #0000fd;
    margin: 0;
    line-height: 2;
    font-weight: normal;
    font-size: calc(16 / 16 * 1em);
}

.JoinList p {
    line-height: calc(36 / 16 * 1em);
}

.JoinList .job-email {
    color: #0000fd;
    padding: calc(30 / 16 * 1em) 0;
}

@media(max-width:640px) {

    .JoinList .xinzi,
    .JoinList .num,
    .JoinList .dl .dt .btn i .JoinList .time,
    .JoinList .thead span i {
        display: none !important;
    }

    .JoinList .thead span,
    .JoinList .dl .dt span {
        width: 30%;
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        font-size: 14px;
    }
}


/*ContactInfo*/
.ContactInfo {
    padding: calc(100 / 1920 * 100vw) 0;
}

.ContactInfo .ytable {
    overflow: hidden;
}

.ContactInfo .txt {
    background: #f6f7fb;
    padding: calc(50 / 1920 * 100vw) calc(80 / 1920 * 100vw);
}

.ContactInfo .txt h1 {
    font-size: calc(24 / 16 * 1em);
    color: #000;
    padding-bottom: calc(25 / 24 * 1em);
    margin: 0;
    border-bottom: 1px dashed #ccc;
    margin-bottom: calc(25 / 24 * 1em);
}

.ContactInfo .txt h1 span {
    color: #0000fd;
}

.ContactInfo .txt .name {
    color: #000;
    font-size: calc(24 / 16 * 1em);
    margin-bottom: calc(30 / 24 * 1em);
}

.ContactInfo .txt .list li {
    color: #333;
    font-size: calc(18 / 16 * 1em);
    line-height: calc(30 / 18 * 1em);
    padding-left: calc(36 / 18 * 1em);
    background-repeat: no-repeat;
    background-size: calc(20 / 16 * 1em) auto;
    background-position: left calc(5 / 16 * 1em) center;
}

.ContactInfo .txt .list li+li {
    margin-top: calc(25 / 18 * 1em);
}

.ContactInfo .txt .list li:nth-child(1) {
    background-image: url(../images/Map001372-icon_1.svg);
}

.ContactInfo .txt .list li:nth-child(2) {
    background-image: url(../images/Map001372-icon_2.svg);
}

.ContactInfo .txt .list li:nth-child(3) {
    background-image: url(../images/Map001372-icon_3.svg);
}

.ContactInfo .txt .erweima {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

.ContactInfo .txt .erweima .codeimg {
    margin-right: 20px;
}

.ContactInfo .txt .erweima .codeimg img {
    border: 1px solid #f3f3f3;
    max-width: calc(124 / 16 * 1em);
}

.ContactInfo .txt .erweima .word {
    text-align: center;
}

.ContactInfo .txt .erweima .word h2 {
    font-size: calc(20 / 16 * 1em);
    font-weight: normal;
    margin: 0;
    color: #333;
}

.ContactInfo .txt .erweima .word p {
    margin-top: calc(10 / 16 * 1em);
    margin-bottom: 0;
}

.ContactInfo .map {
    margin-top: 3%
}

@media(min-width:1025px) {

    .ContactInfo .pic,
    .ContactInfo .txt {
        width: 50%;
    }
}

@media(max-width:1024px) {

    .ContactInfo .ytable,
    .ContactInfo .ytable-cell {
        display: block;
    }

    .ContactInfo .txt {
        padding: calc(30 / 16 * 1em);
    }
}

.ContactInfo .form {
    margin-top: calc(30 / 16 * 1em);
}

.ContactInfo .form-ul li {
    margin-bottom: calc(15 / 16 * 1em);
    position: relative;
}

.ContactInfo .form-ul li .tit {
    position: absolute;
    left: 1.1428em;
    top: 0;
    line-height: 3.125;
}

.ContactInfo .form-ul li .tit span {
    color: #fd0000;
    margin-right: calc(5 / 16 * 1em);
}

.ContactInfo .form-ul li .text {
    width: 100%;
    border: none;
    background: #fff;
    line-height: 3.125;
    height: 3.125em;
    padding: 0 1em;
    font-size: 1em;
}

.ContactInfo .form-ul li textarea.text {
    height: 6.25em;
    font-size: 1em;
}

.ContactInfo .form-ul .btn .button {
    margin-top: calc(15 / 16 * 1em);
    width: 10em;
    background: #0000fd;
    height: 3.125em;
    font-size: 1em;
    color: #fff;
    cursor: pointer;
    border: 0;
}

@media (min-width:1025px) {
    .ContactInfo .form-ul .row-2 li {
        float: left;
        width: calc(50% - 8px);
    }

    .ContactInfo .form-ul .row-2 li:nth-child(2n) {
        float: right;
    }
}

@media (max-width:1024px) {
    .ContactInfo .form-ul {
        padding: 2em 0;
    }

    .ContactInfo .form-ul {
        width: 100%;
    }
}


/*PicList002949 */
.PicList002949 {
    padding-top: 2.5%;
}

.PicList002949 .item {
    margin: 2.08vw 0;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.09);
}

.PicList002949 .item a:hover {
    color: #0000fd;
}

.PicList002949 .txt .inner {
    padding: 0 2.5vw 0 2.5vw;
}

.PicList002949 .txt p {
    line-height: 2.142em;
    max-height: 6.426em;
    color: #666;
}

.PicList002949 .tit {
    font-size: 22px;
    line-height: 1em;
}

.PicList002949 .tit:after {
    display: block;
    margin-top: 1.25em;
    content: '';
    background: #0000fd;
    width: 48px;
    height: 2px;
}

.PicList002949 .item a:hover .tit:after {
    background: #0000fd;
}

.PicList002949 .item .more {
    padding-right: 25px;
    display: inline-block;
    background: url("../images/PicList002949_more.png") no-repeat right center;
    color: #999;
}

.PicList002949 .item a:hover .more {
    background-image: url("../images/PicList002949_more_on.png");
}

@media(min-width:1025px) {
    .PicList002949 .pic {
        width: 500px;
    }
}

@media(min-width:641px) and (max-width:1024px) {
    .PicList002949 .pic {
        width: 50%;
    }

    .PicList002949 .tit {
        font-size: 3vw;
    }
}

@media(max-width:640px) {

    .PicList002949 .ytable,
    .PicList002949 .ytable-cell {
        display: block;
    }

    .PicList002949 .txt .inner {
        padding: 5vw;
        font-size: 3.5vw;
    }

    .PicList002949 .tit {
        font-size: 5vw;
    }
}


/* .PicList000762 */
.PicList000762 {
    padding-top: 4.5%;
}

.PicList000762 li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.PicList000762 li:nth-child(3n) {
    margin-right: 0;
}

.PicList000762 li a {
    display: block;
    background-color: #f6f7fb;
    transition: all ease-in-out 0.3s;
}

.PicList000762 li h2 {
    margin: 0;
    font-size: 18px;
    color: #333;
    text-align: center;
    padding: 4% 4%;
    font-weight: normal;
    white-space: normal;
}

.PicList000762 li .pic {
    overflow: hidden;
}

.PicList000762 li figure {
    padding-bottom: 64%;
    transition: .3s;
}

.PicList000762 li a:hover {
    background-color: #0000fd;
}

.PicList000762 li a:hover h2 {
    color: #fff;
}

.PicList000762 li a:hover figure {
    transform: scale(1.1)
}

@media(max-width:640px) {
    .PicList000762 li {
        width: 49%;
    }

    .PicList000762 li:nth-child(3n) {
        margin-right: 2%;
    }

    .PicList000762 li:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width:480px) {
    .PicList000762 li h2 {
        font-size: 14px;
    }
}


/*PicList002854 */
.PicList002854 {
    padding-top: 4.5%;
}

.PicList002854 li {
    float: left;
    margin-bottom: 2%;
}

.PicList002854 li a {
    display: block;
    border: solid 3px #f5f5f5;
    position: relative;
    padding: 2vw 1vw 4vw;
    transition: 0.3s;
}

.PicList002854 li aside {
    font-size: 18px;
    line-height: 28px;
    height: 56px;
    text-align: center;
    margin-bottom: 1vw;
    color: #333;
}

.PicList002854 li .Ispic {
    background-size: contain;
    padding-bottom: 64.565%;
}

.PicList002854 li a:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    background: url(../images/PicList002854_btn.png) no-repeat center center #f5f5f5;
    right: 0;
    bottom: 0;
    background-size: auto 21px;
    transition: 0.3s;
}

.PicList002854 li a:hover {
    border-color: #ea5432;
}

.PicList002854 li a:hover:after {
    background-color: #ea5432;
    background-image: url(../images/PicList002854_btn_hover.png);
}

@media(min-width:769px) {
    .PicList002854 li {
        width: 23.5%;
    }

    .PicList002854 li:not(:nth-child(4n)) {
        margin-right: 2%;
    }
}

@media(max-width:768px) {
    .PicList002854 li {
        width: 48%;
    }

    .PicList002854 li:not(:nth-child(2n)) {
        margin-right: 4%;
    }

    .PicList002854 li aside {
        font-size: 16px;
    }

    .PicList002854 li a:after {
        width: 7vw;
        height: 7vw;
        background-size: auto 50%;
    }
}

@media(max-width:480px) {
    .PicList002854 li aside {
        font-size: 14px;
        line-height: 20px;
        height: 40px;
    }
}


.xxtd {
    padding-top: 3%
}

.xxtd ul li {
    padding: 20px 0;
    border-bottom: 1px dashed #ddd;
    position: relative;
}

.xxtd ul li a {
    display: block;
    padding: 0 75px 0 20px;
    background: url(../images/TextList002798_dow.png) 0 50% no-repeat;
    font-size: 16px;
    color: #3d3d3d;
}

.xxtd ul li a:hover {
    color: #0000fd;
}

.xxtd ul li span {
    width: auto;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 0;
    font-size: 12px;
    background: #0000fd;
    color: #fff;
    padding: 0 10px;
    margin-top: 10px;
}

.xxtd ul li .down {
    position: absolute;
    top: 4px;
    text-align: center;
    width: 80px;
    right: 10px;
    background: url(../images/TextList002798-icon.png) no-repeat left 12px center #fff;
    padding-left: 30px;
    height: 32px;
    border: 1px #0000fd solid;
    color: #0000fd;
    line-height: 32px;
}

.xxtd ul li:last-child {
    border-bottom: none;
}


.RighInfo002928 {
    padding: 5% 0;
}

.RighInfo002928 .title {
    text-align: center;
    font-weight: bold;
    padding-bottom: 2vw;
}

.RighInfo002928 .title .cn {
    font-size: calc(50 / 16 * 1em);
    color: #333;
    line-height: 1em;
}

.RighInfo002928 .title .en {
    color: #9e9e9e;
    font-family: Arial;
}

.RighInfo002928 .info {
    text-align: center;
    margin-bottom: 5%
}

.RighInfo002928 .info h1 {
    font-size: calc(30 / 16 * 1em);
    color: #0000fd;
}

.RighInfo002928 .info li {
    display: inline-block;
    background: #f6f7fb;
    padding: 2% 3%;
    text-align: center;
    font-size: calc(18 / 16 * 1em);
    color: #333
}

.RighInfo002928 .contact {
    background: #fff;
    padding: 1.88vw 0;
    box-shadow: 0 0 73px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 4;
}

.RighInfo002928 .contact .inner {
    max-width: 270px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    top: 0;
    transition: top 0.3s, background 0.3s;
}

.RighInfo002928 .contact .icon {
    width: 70px;
    height: 70px;
    background-color: #0000fd;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto 25px;
}

.RighInfo002928 .box-1 .icon {
    background-image: url("../images/RighInfo002928_add.png");
}

.RighInfo002928 .box-2 .icon {
    background-image: url("../images/RighInfo002928_call.png");
}

.RighInfo002928 .box-3 .icon {
    background-image: url("../images/RighInfo002928_email.png");
}

.RighInfo002928 .contact .name {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    padding-bottom: 10px;
}

.RighInfo002928 .contact p {
    color: #333;
    margin: 0 auto;
    max-width: 200px;
}

.RighInfo002928 .box-2 p {
    color: #0000fd;
    font-size: 26px;
}

.RighInfo002928 .map #allmap * {
    box-sizing: content-box;
}

.RighInfo002928 .map #allmap img {
    max-width: none;
}

.RighInfo002928 .map #allmap .BMap_bubble_content b {
    display: block;
    font-size: 16px;
}

@media(min-width:641px) {
    .RighInfo002928 .contact {
        max-width: 1095px;
        width: 90%;
        margin: 0 auto;
    }

    .RighInfo002928 .contact .ytable-cell {
        width: 33.3333%;
        height: 167px;
    }

    .RighInfo002928 .contact .ytable-cell:not(:last-child) {
        border-right: 1px solid #d0cbcb;
    }

    .RighInfo002928 .map {
        margin-top: -6vw;
        position: relative;
        z-index: 3;
    }

    .RighInfo002928 .ytable-cell:hover {
        position: relative;
    }

    .RighInfo002928 .ytable-cell:hover .inner {
        background: #a21f28;
        padding: 28px 0;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -56px;
        box-shadow: 6px 15px 32px rgba(165, 45, 52, 0.3);
    }

    .RighInfo002928 .ytable-cell:hover .name {
        color: #fff;
    }

    .RighInfo002928 .ytable-cell:hover p {
        opacity: 0.5;
        color: #fff;
    }

    .RighInfo002928 .ytable-cell:hover .icon {
        background-color: rgba(255, 255, 255, 0.06);
    }
}

@media(max-width:640px) {

    .RighInfo002928 .contact,
    .RighInfo002928 .contact .ytable-cell {
        display: block;
    }

    .RighInfo002928 .contact .ytable-cell {
        padding: 5vw 0;
    }

    .RighInfo002928 .contact .ytable-cell:not(:last-child) {
        border-bottom: 1px solid #d0cbcb;
    }

    .RighInfo002928 .contact {
        padding: 0 5vw;
    }

    .RighInfo002928 .title .cn {
        font-size: 5vw;
    }

    .RighInfo002928 .info h1 {
        font-size: 5vw;
    }

    .RighInfo002928 .info li {
        margin-bottom: 1%;
    }
}


/*Floor002659 */
.Floor002659 {
    padding: 5% 0
}

@media(min-width:1025px) {
    .Floor002659 .main>* {
        width: 50%;
    }
}

/*swiper*/
.Floor002659 .swiper-container {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.Floor002659 .swiper-container-android .swiper-slide,
.Floor002659 .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.Floor002659 .swiper-wrapper,
.Floor002659 .swiper-slide {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.Floor002659 .swiper-wrapper {
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.Floor002659 .swiper-container-fade .swiper-slide-active {
    pointer-events: auto;
}

.Floor002659 .swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.Floor002659 .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

/*swiper end*/
.Floor002659 .main .swiper-wrapper li img {
    display: block;
    width: 100%;
}

.Floor002659 .main .swiper-wrapper li figure {
    padding-bottom: 74.666%;
}
.Floor002659 .main li figure {
    padding-bottom: 67.666%;
}

.Floor002659 .slick-dots {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: #f0f0f0;
    padding: 30px;
    display: none;
}

.Floor002659 .slick-dots li {
    position: relative;
    float: left;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid transparent;
    margin: 0 5px;
    cursor: pointer;
}
.Floor002659 .slick-dots li button{background: none;font-size: 0;border: 0}
.Floor002659 .slick-dots li::before {
    position: absolute;
    content: '';
    left: 3px;
    top: 3px;
    right: 3px;
    bottom: 3px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
}

.Floor002659 .slick-dots li.slick-active {
    border-color: #0000fd;
    background: #fff;
}

.Floor002659 .slick-dots li.slick-active::before {
    background: #0000fd;
}

.Floor002659 .title-intro {
    padding: 3%;
}

.Floor002659 .title-intro aside {
    padding-left: 8%
}

.Floor002659 .title-intro h3 {
    margin: 0;
    font-size: calc(32 / 16 * 1em);
    color: #333;
    padding-bottom: 3vw
}

.Floor002659 .title-intro dl {
    display: flex;
    font-size: calc(18 / 16 * 1em);
    margin-bottom: 3vw
}

.Floor002659 .title-intro dt {
    color: #333;
    margin-right: 15px;
    width: 100px;
    font-size: 18px;
    font-weight: bold
}

.Floor002659 .title-intro dd {
    line-height: 1.5;
    width: 86%
}

.Floor002659 .title-intro dd p{
    margin: 0
}

.Floor002659 .title-intro a {
    display: inline-block;
    width: 140px;
    line-height: 50px;
    text-align: center;
    background: #0000fd;
    color: #fff
}

@media(max-width:1024px) {

    .Floor002659 .main,
    .Floor002659 .main .ytable-cell {
        display: block;
    }

    .Floor002659 .swiper-pagination {
        left: auto;
        right: 0;
        padding: 10px;
    }

    .Floor002659 .title-intro aside {
        padding-left: 0;
    }

    .Floor002659 .title-intro h3 {
        font-size: 5vw;
    }

    .Floor002659 .title-intro dt {
        flex-shrink: 0;
        width: 22%;
    }
}

@media(max-width:768px) {
    .Floor002659 .title-intro h3 {
        font-size: 30px;
    }

    .Floor002659 .title-intro p {
        font-size: 16px;
        line-height: 24px;
    }
}

@media(max-width:480px) {
    .Floor002659 .title-intro h3 {
        font-size: 24px;
    }

    .Floor002659 .title-intro p {
        font-size: 14px;
        line-height: 20px;
    }

    .Floor002659 .title-intro dl {
        flex-wrap: wrap;
    }

    .Floor002659 .title-intro dt {
        width: 100%;
        margin-bottom: 10px;
    }
}


/*新闻详情*/
.News_detail {
    padding: 4vw 0;
}

.News_detail .news_info {}

.News_detail .news_info .title {
    text-align: center;
    padding-bottom: 3%;
    border-bottom: 1px dashed #d2d2d2;
    margin-bottom: 50px
}

.News_detail .news_info .title h1 {
    margin: 0;
    padding-bottom: 1%;
    font-size: 28px;
    font-weight: 400;
    color: #020814
}

.News_detail .news_info .title aside span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 1.5em 0.5em;
    line-height: 32px;
    color: #666;
}

.News_detail .news_info .title .social-share {
    display: inline-block;
}

.News_detail .news_info .info {
    text-justify: inter-ideograph;
    min-height: 100px;
}

.News_detail .news_info .info p {
    margin: 2% 0;
}

.News_detail .news_info .center {
    text-align: center
}

.News_detail .info {
    line-height: calc(36 / 16 * 1em);
    color: #555;
}

.News_detail .bot {
    position: relative;
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px dashed #d2d2d2
}

.News_detail .info_back {
    text-align: center;
    clear: both;
    position: absolute;
    right: 0;
    bottom: 0
}

.News_detail .info_back a {
    position: relative;
    color: #fff;
    display: block;
    width: 150px;
    line-height: 3;
    border-radius: 100px;
    background: #fd0000;
}

.News_detail .info_pn span {
    display: block;
    ;
    margin: 1% 0
}

.News_detail .info_pn span a {
    color: #888
}

.News_detail .info_pn span a:hover {
    color: #fd0000
}

@media(max-width:1024px) {
    .News_detail .info_back {
        position: relative
    }
}

@media(max-width:768px) {
    .News_detail .auto {
        background: none;
    }

    .News_detail .info * {
        max-width: 100% !important
    }

    .News_detail .info .rich_media_area_primary_inner {
        max-width: 100% !important
    }

    .News_detail .info_back a {
        width: 100%;
        margin-bottom: 2%
    }

    .News_detail .news_info .title h1 {
        font-size: 5vw;
        line-height: 1.5
    }
}



/*
 .TextList000591
 */

.TextList000591 {
    padding-top: 5vw;
}

.TextList000591 ul {
    padding: 0 2%;
    background-color: #fff;
}

.TextList000591 li {
    border-bottom: 1px solid #d1d1d1;
    padding: 15px 0;
}