/*coltitle */
.coltitle {
    padding-bottom: 3%;
    text-align: center;
}

.coltitle .t-1 span {
    font-size: 2.25em;
    display: table;
    margin: 0 auto;
    color: #000;
    position: relative;
}

.coltitle .t-2 {
    font-size: 1.125em;
    margin-top: 10px;
    color: #666;
}

/* @media(max-width:480px){.coltitle{font-size:80px;}
}
*/
/*Top002898 */
.Top002898 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
}

.Top002898 .top-left {
    float: left;
    display: table;
    height: 100px;
    max-width: 20%;
}

.Top002898 .top-left a {
    display: table-cell;
    vertical-align: middle;
}

.Top002898 .top-left img {
    max-height: 90px;
}

.Top002898 .top-right {
    float: right;
    line-height: 30px;
    padding: 35px 0;
}

.Top002898 .top-right dl>* {
    float: left;
}

.Top002898 .top-mid {
    float: right;
}

@media(max-width:1024px) {
    .Top002898 .top-left {
        height: 80px;
        max-width: 40%;
    }

    .Top002898 .top-left img {
        max-height: 50px;
    }

    .Top002898 .top-right {
        padding: 20px 0;
    }
}

.Top002898 .search {
    position: relative;
    z-index: 100;
}

.Top002898 .open-search {
    background: url(../images/Top002898-search_btn.png) no-repeat center center;
    width: 30px;
    height: 30px;
    display: block;
    background-size: auto 60%;
}

.Top002898 .top-hotline {
    position: relative;
    padding-left: 30px !important;
    margin-left: 30px;
}

.Top002898 .top-hotline::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 20px;
    background: rgba(0, 0, 0, 0.1);
    top: 50%;
    margin-top: -10px;
    left: 0;
}

.Top002898 .top-hotline span {
    display: block;
    background: url(../images/icon-hotline.svg) no-repeat left center;
    line-height: 30px;
    padding: 0 17px 0 28px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    color: #333;
    background-size: auto 60%;
}

.Top002898 .top-search {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 100;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.2);
}

.Top002898 .top-search .text {
    width: 254px;
    line-height: 46px;
    height: 46px;
    color: #fff;
    padding: 0 50px 0 10px;
    background: none
}

.Top002898 .top-search .btn {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 46px;
    width: 46px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-family: Arial;
}

.Top002898 .top-search .btn::before {
    position: absolute;
    content: '';
    border: 8px solid transparent;
    border-bottom-color: #b4b4b4;
    top: -15px;
    right: 4px;
}

.search-show .Top002898 .top-search {
    display: block;
}

.Top002898 .open-search.on:before,
.Top002898 .open-search.on:after {
    background: #333;
}

.Top002898 .top-menu li span,
.Top002898 .top-menu li span a {
    display: block;
}

.Top002898 .top-menu li a:hover,
.Top002898 .top-menu li.aon span a {
    color: #d81d1c;
}

.Top002898 .top-menu .sub {
    display: none;
}

.Top002898 .top-menu .sub .sub-inner {
    overflow: hidden;
}

.Top002898 .top-menu .sub[data-type="v-icon-fullbg"] dt {
    font-size: 16px;
}

.Top002898 .top-menu .pr {
    position: relative;
    z-index: 100;
}

.Top002898 .top-menu .sub[data-type="tab"] .sub-inner {
    position: relative;
    margin: 0 auto;
    width: calc(1400 / 1920 * 100vw);
}

.Top002898 .top-menu .sub .one-cate dt .cate-name a {
    display: block;
    line-height: 22px;
    padding: 18px 15px 18px 50px;
    border-left: 6px solid transparent;
    font-size: 16px;
    position: relative;
}

.Top002898 .top-menu .sub .one-cate dt .cate-name a img {
    position: absolute;
    left: 10px;
    max-width: 26px;
}

.Top002898 .top-menu .sub .two-main {
    background: #fff;
}

.Top002898 .top-menu .sub .two-main .item {
    float: left;
    width: 18.4%;
    margin-bottom: 2%;
    text-align: center;
}

.Top002898 .top-menu .sub .two-main .item:not(:nth-child(5n)) {
    margin-right: 2%;
}

.Top002898 .top-menu .sub .two-main .item:nth-child(5n+1) {
    clear: left;
}

.Top002898 .top-menu .sub .two-main .item span {
    display: block;
    padding: 0 10px;
}

.Top002898 .top-menu .sub .two-main .item .pic {
    max-width: 150px;
    max-height: 150px;
    overflow: hidden;
    margin: 0 auto;
}

.Top002898 .top-menu .sub .two-main .item .tit {
    color: #555;
    font-size: 12px;
    padding-top: 8px;
}

.Top002898 .top-menu .sub .two-main .item .tit:hover {
    color: #d81d1c;
}

@media(min-width:1025px) {
    .Top002898 .top-menu li {
        float: left;
        margin-right: 35px;
    }

    .Top002898 .top-menu li span {
        padding: 0 15px;
    }

    .Top002898 .top-menu li span a {
        line-height: 100px;
        font-size: 17px;
        color: #555;
    }

    .Top002898 .top-menu .sub {
        position: absolute;
        top: 80%;
    }

    .Top002898 .top-menu .sub[data-type="v-icon-fullbg"] {
        width: 100%;
        left: 0;
    }

    .Top002898 .top-menu .sub[data-type="v-icon-fullbg"] dl {
        float: left;
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
        box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
        padding: 10px 0;
    }

    .Top002898 .top-menu .sub[data-type="v-icon-fullbg"].dl-right dl {
        float: right;
    }

    .Top002898 .top-menu .sub[data-type="v-icon-fullbg"] dt {
        text-align: center;
    }

    .Top002898 .top-menu .sub[data-type="v-icon-fullbg"] dt a {
        display: block;
        padding: 8px 25px;
        line-height: 22px;
    }

    .Top002898 .top-menu .sub[data-type="v-icon-fullbg"] dt a:hover {
        background: #f5f5f5;
    }

    .Top002898 .top-menu .sub[data-type="tab"] {
        width: 100%;
        background: rgba(255, 255, 255, 0.9);
    }

    .Top002898 .top-menu .sub[data-type="tab"] .two-list {
        display: none !important;
    }

    .Top002898 .top-menu li:not(.po-r) .sub[data-type="tab"] {
        left: 0;
    }

    .Top002898 .top-menu li.po-r .sub[data-type="tab"] {
        right: 0;
    }

    .Top002898 .top-menu .sub .one-cate {
        width: 30%;
        min-height: 380px;
        padding: 60px 0 40px 0;
    }

    .Top002898 .top-menu .sub .one-cate dt.on .cate-name a {
        background: #fff;
        border-left-color: #d81d1c;
    }

    .Top002898 .top-menu .sub .two-main {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 70%;
        padding: 2vw;
    }

    .Top002898 .top-menu .sub .scrollinfo {
        max-height: 100%;
        height: 100%;
    }
}

@media(min-width:1025px) and (max-width:1440px) {
    /* .Top002898 .top-menu .sub[data-type="tab"]{width:60vw;}
.Top002898 .top-menu li:not(.po-r) .sub[data-type="tab"]{margin-left:-30vw;} */
}

@media(min-width:1025px) and (max-width:1280px) {
    .Top002898 .top-menu li {
        margin-right: 3vw;
    }
}

@media(max-width:1024px) {
    .Top002898 .top-menu {
        position: fixed;
        left: -100%;
        opacity: 0;
        transition: 0.5s;
        top: 80px;
        bottom: 0;
        z-index: 100;
        background: #fff;
        width: 280px;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
        padding: 20px 0;
    }

    .Top002898 .top-menu ul {
        height: 100%;
        overflow: auto;
    }

    .menu-show .top-menu {
        left: 0;
        opacity: 1;
    }

    .Top002898 .top-menu li:nth-child(2n-1) {
        background: rgb(35, 117, 227, 0.12);
    }

    .Top002898 .top-menu li span a {
        line-height: 40px;
        font-size: 18px;
        padding-left: 20px;
        font-weight: bold;
    }

    .Top002898 .top-menu li span {
        padding-right: 40px;
        position: relative;
        overflow: hidden;
    }

    .Top002898 .top-menu li .op-item,
    .Top002898 .top-menu li .op {
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
        height: 40px;
        transition: 0.3s;
    }

    .Top002898 .top-menu li .op:before,
    .Top002898 .top-menu li .op:after {
        position: absolute;
        content: '';
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background: #1769fe;
    }

    .Top002898 .top-menu li .op:before {
        height: 40%;
        width: 2px;
    }

    .Top002898 .top-menu li .op:after {
        width: 40%;
        height: 2px;
    }

    .Top002898 .top-menu li .op.click {
        transform: rotate(45deg);
    }

    .Top002898 .open-menu {
        width: 40px;
        height: 40px;
        margin-left: 20px;
        position: relative;
    }

    .Top002898 .open-menu i {
        position: absolute;
        left: 10%;
        width: 80%;
        top: 50%;
        margin-top: -1px;
        height: 2px;
        background: #333;
        transition: 0.3s;
    }

    .Top002898 .open-menu:not(.on) i:nth-child(1) {
        margin-top: -8px;
    }

    .Top002898 .open-menu:not(.on) i:nth-child(3) {
        margin-top: 6px;
    }

    /* .Top002898 .open-menu.on i:nth-child(1){opacity:0;}
*/
    .Top002898 .open-menu.on i:nth-child(2) {
        transform: rotate(45deg);
    }

    .Top002898 .open-menu.on i:nth-child(3) {
        transform: rotate(-45deg);
    }

    .Top002898 .top-menu .sub {
        padding: 0 !important;
        background: rgba(0, 0, 0, 0.1);
    }

    .Top002898 .top-menu .sub-inner {
        padding: 3vw 0;
    }

    .Top002898 .top-menu .sub[data-type="v-icon-fullbg"] dt a {
        position: relative;
        display: block;
        line-height: 30px;
        padding: 5px 0 5px 40px;
    }

    .Top002898 .top-menu .sub[data-type="v-icon-fullbg"] dt .icon {
        position: absolute;
        left: 0;
        max-width: 30px;
        top: 50%;
        transform: translateY(-50%);
    }

    .Top002898 .top-menu .sub[data-type="v-icon-fullbg"] dt .icon img {
        height: 24px;
    }

    .Top002898 .top-menu .sub .two-list,
    .Top002898 .top-menu .sub .two-list dl,
    .Top002898 .top-menu .sub .two-main {
        display: none;
    }

    .Top002898 .top-menu .one-cate dt:not(:last-child) .cate-name {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

    .Top002898 .top-menu .cate-name {
        position: relative;
        padding-right: 40px;
    }

    .Top002898 .top-menu li .op-item {
        height: 100%;
    }

    .Top002898 .top-menu li .op-item.click {
        transform: rotate(180deg);
    }

    .Top002898 .top-menu li .op-item:before {
        position: absolute;
        content: '';
        border: 6px solid transparent;
        border-top-color: #1769fe;
        left: 50%;
        top: 50%;
        margin: -3px 0 0 -6px;
    }

    .Top002898 .top-menu .sub .two-list {
        background: rgba(0, 0, 0, 0.1);
        padding: 10px 0;
    }
}

@keyframes updown {
    0% {
        top: 8px;
        opacity: 1;
    }

    100% {
        top: 30px;
        opacity: 0;
    }
}

/*Banner002563 */
.Banner002563 {
    position: relative;
    z-index: 1;
}

.Banner002563 .mouse {
    position: absolute;
    z-index: 10;
    right: 12vw;
    bottom: 3vw;
    width: 34px;
    height: 48px;
    border-radius: 17px;
    border: solid 2px #fff;
}

.Banner002563 .mouse:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 10px;
    background-color: #fff;
    top: 8px;
    left: 50%;
    margin-left: -1px;
    animation: infinite 1s linear updown;
}

.Banner002563 .slick-arrow,
#wowslider-container a.ws_next,
#wowslider-container a.ws_prev {
    position: absolute;
    z-index: 10;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, .15);
    top: 50%;
    margin-top: -25px;
    font-size: 0;
    padding: 0;
    cursor: pointer;
    transition: 0.2s;
    border: 0;
    border-radius: 50%;
}

.Banner002563 .slick-arrow:hover,
#wowslider-container a.ws_next:hover,
#wowslider-container a.ws_prev:hover {
    background: #157fd9;
}

.Banner002563 .slick-arrow::before,
#wowslider-container a.ws_next:before,
#wowslider-container a.ws_prev:before {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    transform: rotate(-45deg);
    top: 50%;
    margin-top: -7px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}

.Banner002563 .slick-arrow:hover::before,
#wowslider-container a.ws_next:hover:before,
#wowslider-container a.ws_prev:hover:before {
    border-color: #fff !important;
}

.Banner002563 .slick-prev,
#wowslider-container a.ws_prev {
    left: 2%;
}

.Banner002563 .slick-prev::before,
#wowslider-container a.ws_prev:before {
    left: 40%;
}

.Banner002563 .slick-next,
#wowslider-container a.ws_next {
    right: 2%;
}

.Banner002563 .slick-next::before,
#wowslider-container a.ws_next:before {
    left: 34%;
    transform: rotate(135deg);
}

.Banner002563 .slick-dots,
#wowslider-container .ws_bullets {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 3.5vw;
    z-index: 10;
    width: 100%;
}

.Banner002563 .slick-dots li,
#wowslider-container .ws_bullets a {
    display: inline-block;
    position: relative;
    width: 28px;
    height: 28px;
    list-style: none;
}

.Banner002563 .slick-dots li+li,
#wowslider-container .ws_bullets a+a {
    margin-left: 10px;
}

.Banner002563 .slick-dots li button,
#wowslider-container .ws_bullets a i {
    padding: 0;
    width: 28.572%;
    height: 28.572%;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 0;
    border: 0;
}

.Banner002563 .slick-dots li.slick-active button,
#wowslider-container .ws_bullets a.ws_selbull i {
    background: #fff;
    width: 50%;
    height: 50%;
}

.Banner002563 .slick-dots li.slick-active:before,
#wowslider-container .ws_bullets a.ws_selbull:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 50%;
    clip: rect(0 28px 7px 0);
    animation: zhuan 2s infinite linear;
}

#wowslider-container .ws_bullets a {
    background: none !important;
}

@keyframes zhuan {
    0% {
        transform: rotate(-360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.Banner002563 li {
    position: relative;
}

.Banner002563 li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

@media(min-width:1025px) {
    .Banner002563 li>img {
        display: block;
        width: 100%;
    }

    .Banner002563 li img.wap {
        display: none;
    }
}

@media(max-width:1024px) {

    .Banner002563 .mouse,
    .Banner002563 li img.pc {
        display: none;
    }

    .Banner002563 li .table img {
        max-width: 75%;
        margin: 0 auto;
    }
}

@media(max-width:480px) {
    .Banner002563 .slick-arrow {
        transform: scale(0.7);
    }

    .Banner002563 .slick-dots li {
        padding-right: 10px;
    }

    .Banner002563 .slick-dots li::after {
        width: 10px;
    }

    .Banner002563 .slick-dots li button {
        width: 20px;
        height: 20px;
    }
}

/*Floor003153 */
.Floor003153 {
    padding: 5vw 0;
}

.Floor003153 .img .video {
    position: relative;
    z-index: 4;
}

.Floor003153 .img .video .files {
    position: absolute;
    background-color: #000;
    z-index: 10;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.Floor003153 .img .video .files video {
    width: 100%;
    height: 100%;
}

.Floor003153 .img .video .Ispic {
    padding-bottom: 74%;
}

.Floor003153 .img .play {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
}

.Floor003153 .img .play .ytable {
    height: 100%;
    text-align: center;
    color: #fff;
}

.Floor003153 .img .play .icon {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: block;
    margin: 0 auto 2em;
    background: url(../images/Floor003153_play.png) no-repeat center center #fff;
    background-size: 20px auto;
}

.Floor003153 .img .play .icon:before,
.Floor003153 .img .play .icon:after {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.Floor003153 .img .play .icon:before,
.Floor003153 .img .play .icon:after {
    content: '';
    background-color: #157fd9;
    opacity: 0.15;
    transform-origin: 0 0;
}

.Floor003153 .img .play .icon:before {
    width: 120px;
    height: 120px;
    animation: infinite scale 2s;
}

.Floor003153 .img .play .icon:after {
    width: 150px;
    height: 150px;
    animation: infinite scale2 2s;
}

@keyframes scale {
    0% {
        transform: scale(1) translate(-50%, -50%);
        opacity: .3
    }

    100% {
        transform: scale(1.3) translate(-50%, -50%);
        opacity: 0;
    }
}

@keyframes scale2 {
    0% {
        transform: scale(1) translate(-50%, -50%);
        opacity: .3;
    }

    100% {
        transform: scale(1.6) translate(-50%, -50%);
        opacity: 0;
    }
}

.Floor003153 .img .v-name {
    display: inline-block;
    background: url(../images/Floor003176-titlebg-white.svg) no-repeat center bottom;
    padding-bottom: 1em;
}

.Floor003153 .intro .info {
    line-height: 2.1428;
}

.Floor003153 .intro .year {
    color: #ececec;
    font-weight: 900;
    font-size: 50px;
    line-height: 1;
}

.Floor003153 .intro .name {
    color: #d81d1c;
    font-size: 24px;
    font-weight: bold;
    margin: 0.5em 0;
}

@media(max-width:640px) {
    .Floor003153 .intro .year {
        font-size: 14vw;
    }

    .Floor003153 .intro .name {
        font-size: 6vw;
    }
}

.Floor003153 .more {
    text-align: center;
    padding-top: 3%;
}

.Floor003153 .more a {
    display: block;
    width: 180px;
    line-height: 50px;
    border-radius: 50px;
    background: #d81d1c;
    color: #fff;
    transition: 0.3s;
}

.Floor003153 .more a:hover {
    background: #157fd9;
}

@media (min-width:1025px) {
    .Floor003153 .intro .img {
        width: 50%;
    }

    .Floor003153 .intro .info {
        padding-left: 5.0714em;
    }
}

@media (max-width:1024px) {
    .Floor003153 .intro .img {
        margin-bottom: 2em;
    }
}

/*Floor002842 */
.Floor002842 {
    position: relative;
    z-index: 1;
    padding: 5vw 0;
    background: linear-gradient(135deg, #f5f7f7, #f5f7f7 80%, rgba(245, 247, 247, 0) 100%);
}

.Floor002842 .slider {
    position: relative;
    z-index: 1;
}

.Floor002842 .slider .box {
    overflow: hidden;
    margin-top: -10px;
}

.Floor002842 .slider li {
    float: left;
    position: relative;
}

.Floor002842 .slider li a {
    display: block;
    text-align: center;
    margin: 10px;
    background: #fff;
}

.Floor002842 .slider li .Ispic {
    width: 100%;
    padding-bottom: 75%;
    transition: 0.3s;
}

.Floor002842 .slider li a:hover .Ispic {
    opacity: 0.8;
}

.Floor002842 .slider li .tit {
    margin: 0;
    padding: 20px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Floor002842 .more {
    text-align: center;
    padding-top: 3%;
}

.Floor002842 .more a {
    display: block;
    width: 180px;
    line-height: 50px;
    border-radius: 50px;
    background: #d81d1c;
    margin: 0 auto;
    color: #fff;
    transition: 0.3s;
}

.Floor002842 .more a:hover {
    background: #157fd9;
}

.Floor002842 .slick-arrow {
    position: absolute;
    z-index: 30;
    top: 50%;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.15);
    padding: 0;
    margin-top: -25px;
    border-radius: 50%;
    transition: 0.3s;
}

.Floor002842 .slick-arrow:hover {
    background: #d81d1c;
}

.Floor002842 .slick-arrow:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.Floor002842 .slick-next:before {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
}

@media(max-width:640px) {
    .Floor002842 .slick-arrow {
        width: 40px;
        height: 40px;
    }
}

@media(min-width:1401px) {
    .Floor002842 .slider .box ul {
        margin: 0 -10px;
    }

    .Floor002842 .slick-prev {
        left: calc((-100/1920)*100vw);
    }

    .Floor002842 .slick-next {
        right: calc((-100/1920)*100vw);
    }
}

@media(max-width:1400px) {
    .Floor002842 .slick-prev {
        left: 0;
    }

    .Floor002842 .slick-next {
        right: 0;
    }
}

@media(min-width:1025px) {
    .Floor002842 .slider li {
        width: 25%;
    }
}

@media(min-width:1025px) and (max-width:1366px) {
    .Floor002842 .slider li .txt {
        font-size: 20px;
    }
}

@media(max-width:1024px) {
    .Floor002842 {
        min-height: 75vw;
    }

    .Floor002842 .slider li {
        width: 50%;
    }

    /* .Floor002842 .slider li a{height:37.5vw;}
*/
    .Floor002842 .slick-arrow {
        width: 10vw;
        height: 10vw;
    }

    .Floor002842 .slider li a:hover .txt {
        bottom: 20vw;
    }
}

@media(max-width:640px) {
    .Floor002842 .slider li .txt {
        font-size: 3.5vw;
    }

    .Floor002842 .slider li .txt:before {
        width: 5vw;
        height: 1vw;
        margin-bottom: 2vw;
    }

    .Floor002842 .slider li .txt,
    .Floor002842 .slider li .more {
        left: 4vw;
        bottom: 5vw;
    }

    .Floor002842 .slider li .txt {
        right: 4vw;
    }
}

/*Floor003182 */
.Floor003182 {
    overflow: hidden;
    padding: 5vw 0;
    position: relative;
}

.Floor003182 .slick-dots {
    text-align: center;
}

.Floor003182 .slick-dots li {
    display: inline-block;
    position: relative;
    width: 28px;
    height: 28px;
    list-style: none;
}

.Floor003182 .slick-dots li+li {
    margin-left: 10px;
}

.Floor003182 .slick-dots li button {
    padding: 0;
    width: 28.572%;
    height: 28.572%;
    background: #157fd9;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 0;
    border: 0;
}

.Floor003182 .slick-dots li.slick-active button {
    background: #157fd9;
    width: 50%;
    height: 50%;
}

.Floor003182 .slick-dots li.slick-active:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #157fd9;
    border-radius: 50%;
    clip: rect(0 28px 7px 0);
    animation: zhuan 2s infinite linear;
}

@keyframes zhuan {
    0% {
        transform: rotate(-360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.Floor003182 .slider {
    margin: -20px -20px 0 -20px;
}

.Floor003182 .slick-slide {
    padding: 20px;
}

.Floor003182 .slick-slide>div {
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 3px 5px 15px rgb(88 121 157 / 10%)
}

.Floor003182 .slick-slide a {
    position: relative;
    z-index: 3;
    display: block;
    padding: 0 10%;
}

.Floor003182 .slick-slide .Ispic {
    height: 100px;
    background-size: contain;
}

.Floor003182 .slick-arrow {
    position: absolute;
    z-index: 30;
    top: 50%;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.15);
    padding: 0;
    margin-top: -50px;
    border-radius: 50%;
    transition: 0.3s;
}

.Floor003182 .slick-arrow:hover {
    background: #d81d1c;
}

.Floor003182 .slick-arrow:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.Floor003182 .slick-next:before {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
}

@media(max-width:640px) {
    .Floor003182 .slick-arrow {
        width: 40px;
        height: 40px;
    }
}

@media(min-width:1401px) {
    .Floor003182 .slider .slick-slide {
        margin: 0 -10px;
    }

    .Floor003182 .slick-prev {
        left: calc((-100/1920)*100vw);
    }

    .Floor003182 .slick-next {
        right: calc((-100/1920)*100vw);
    }
}

@media(max-width:1400px) {
    .Floor003182 .slick-prev {
        left: 0;
    }

    .Floor003182 .slick-next {
        right: 0;
    }
}

@media(min-width:1025px) {
    .Floor003182 .slick-slide>div {
        width: calc((100% - 100px)/6);
    }

    .Floor003182 .slick-slide>div:nth-child(6n+1),
    .Floor003182 .slick-slide>div:nth-child(1) {
        margin-left: 0;
    }
}

@media(min-width:751px) and (max-width:1024px) {
    .Floor003182 .slick-slide>div {
        width: 20%;
    }

    .Floor003182 .slick-slide>div:nth-child(5n+1),
    .Floor003182 .slick-slide>div:nth-child(1) {
        margin-left: 0;
    }
}

@media(min-width:641px) and (max-width:750px) {
    .Floor003182 .slick-slide>div {
        width: 33.333%;
    }

    .Floor003182 .slick-slide>div:nth-child(3n+1),
    .Floor003182 .slick-slide>div:nth-child(1) {
        margin-left: 0;
    }
}

@media(max-width:640px) {
    .Floor003182 .slick-slide>li {
        width: 50%;
    }

    .Floor003182 .slick-slide>li:nth-child(2n+1),
    .Floor003182 .slick-slide>li:nth-child(1) {
        margin-left: 0;
    }

    .Floor003182 .slick-slide .Ispic {
        height: 28vw;
    }
}

/*Bottom002728 */
.Bottom002728 {
    background-color: #021a2d;
    padding-top: 3.25vw;
}

.Bottom002728,
.Bottom002728 a {
    color: rgba(255, 255, 255, 0.5);
}

.Bottom002728 a:hover {
    color: #fff;
}

.Bottom002728 .hotline {
    color: #fff;
}

.Bottom002728 .hotline aside {
    color: #fff;
    font-size: calc(28 / 16 * 1em);
    padding: 0 0 0 1.25em;
    background: url(../images/icon-tel.svg) no-repeat left center;
    background-size: auto 0.875em;
}

.Bottom002728 .hotline span {
    display: block;
    margin-bottom: 5px;
}

.Bottom002728 .b-mid {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 2em;
    padding-top: 3em;
}

.Bottom002728 .copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 0;
    margin-top: 3vw;
}

.Bottom002728 .copyright dt a {
    display: inline-block;
}

.Bottom002728 .copyright dt a:not(:last-child):after {
    display: inline-block;
    width: 1px;
    height: 10px;
    background: rgba(255, 255, 255, 0.5);
    ;
    margin: 0 15px;
    content: '';
}

.Bottom002728 .auto {
    position: relative;
}

.Bottom002728 .code {
    text-align: center;
}

.Bottom002728 .code li {
    float: left;
    width: 48%;
    text-align: center;
    max-width: 130px;
    background: rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 15px
}

.Bottom002728 .code li:nth-child(2n) {
    float: right;
}

.Bottom002728 .code img {
    max-width: 100px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.Bottom002728 .code p {
    margin: 0;
}

.Bottom002728 nav dl {
    float: left;
}

.Bottom002728 nav dl:first-child {
    max-width: 270px;
}

.Bottom002728 nav dt {
    padding-bottom: 25px;
    font-size: 16px;
}

.Bottom002728 nav dt a {
    color: #fff;
    font-size: 18px;
}

.Bottom002728 nav dd {
    line-height: 32px;
}

.Bottom002728 nav dd a {
    color: rgba(255, 255, 255, 0.5);
}

@media(min-width:1025px) {
    .Bottom002728 .code {
        width: 20%;
    }

    .Bottom002728 nav {
        width: 64%;
    }

    .Bottom002728 .copyright .auto>* {
        max-width: 45%;
    }

    .Bottom002728 .copyright dt {
        float: left;
    }

    .Bottom002728 .copyright dd {
        float: right;
        max-width: 55%;
    }
}

@media(max-width:1024px) {
    .Bottom002728 nav {
        display: none;
    }

    .Bottom002728 .contact div.f-num-b {
        padding: 10px 0;
    }

    .Bottom002728 .copyright,
    .Bottom002728 .contact {
        text-align: center;
    }

    .Bottom002728 .copyright dt {
        padding-bottom: 10px;
    }
}

.main-content {
    padding: 100px 0;
}

.main-title {
    color: #333;
    font-size: 24px;
    padding: 0 0 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    margin-top: 40px;
    margin-bottom: 40px;
}

/*Banner003144 */
.Banner003144 .pc {
    background-position: center center;
    background-repeat: no-repeat;
    height: 500px;
    background-size: cover;
}

@media (min-width:1025px) {
    .Banner003144 .wap {
        display: none;
    }
}

@media (max-width:1024px) {
    .Banner003144 .pc {
        display: none;
    }
}

/*Menu003135 */
.Menu003135 {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.04);
}

.Menu003135 .current {
    font-size: 0.875em;
    padding-left: 1.5em;
    background: url(../images/Location003131-icon.svg) no-repeat left center;
    background-size: 1.25em auto;
    line-height: 5.7142;
}

.Menu003135 .current,
.Menu003135 .current a:not(:hover) {
    color: #999;
}

.Menu003135 .fl {
    float: right
}

.Menu003135 .fr {
    float: left
}

.Menu003135 .current span {
    color: #555;
}

.Menu003135 .nav-menu li {
    float: left;
    line-height: 5;
}

.Menu003135 .nav-menu li:not(:last-child) {
    margin-right: 3.222em;
}

.Menu003135 .nav-menu li a {
    display: block;
    position: relative;
}

.Menu003135 .nav-menu li a:hover,
.Menu003135 .nav-menu li.aon a {
    color: #d81d1c;
}

.Menu003135 .nav-menu li.aon a:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #d81d1c;
}

@media (max-width:1024px) {
    .Menu003135 .current {
        display: none;
    }

    .Menu003135 .nav-menu li {
        line-height: 3;
    }
}

/*RighInfo003148 */
.RighInfo003148 .year {
    color: #ececec;
    font-weight: 900;
    font-size: 50px;
    line-height: 1;
}

.RighInfo003148 .name {
    color: #d81d1c;
    font-size: 24px;
    font-weight: bold;
    margin: 0.5em 0;
}

@media(max-width:640px) {
    .RighInfo003148 .year {
        font-size: 14vw;
    }

    .RighInfo003148 .name {
        font-size: 6vw;
    }
}

.RighInfo003148 .items-group .items {
    margin-bottom: 40px;
}

.RighInfo003148 .items-group .items p {
    line-height: 1.875;
}

@media (min-width:1025px) {
    .RighInfo003148 .items-group .img {
        width: 50%;
    }

    .RighInfo003148 .items-group .items:nth-child(2n-1) .txt {
        padding-right: 6.25em;
    }

    .RighInfo003148 .items-group .items:nth-child(2n) .txt {
        padding-left: 6.25em;
    }
}

@media (max-width:1024px) {
    .RighInfo003148 .items-group .txt {
        padding: 2em 0;
    }
}

/*PicList002433 */
.PicList002433 {}

.PicList002433 .list li {
    float: left;
    position: relative;
    text-align: center;
    margin-bottom: 4%;
}

.PicList002433 .list li:first-child:before,
.PicList002433 .list li:last-child:after {
    position: absolute;
    content: '';
    bottom: 0px;
    height: 90px;
    width: 50px;
}

.PicList002433 .list li:first-child:before {
    left: -50px;
    background: url(../images/PicList002433_ul_l.png) no-repeat 0 0;
}

.PicList002433 .list li:last-child:after {
    right: -50px;
    background: url(../images/PicList002433_ul_r.png) no-repeat 0 0;
}

.PicList002433 .list li aside {
    padding-top: 35px;
    height: 90px;
    background: url(../images/PicList002433_libg.png) repeat-x left top;
}

.PicList002433 .list li .ytable {
    height: 180px;
}

.PicList002433 .list li .ytable-cell {
    vertical-align: bottom;
}

.PicList002433 .list li figure {
    position: relative;
    display: inline-block;
    max-width: 70%;
}

.PicList002433 .list li figure:before {
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/PicList002433_btn.png) no-repeat center center rgba(0, 0, 0, 0.15);
    width: 50px;
    height: 50px;
    content: '';
    opacity: 0;
    transition: .3s;
}

.PicList002433 .list li figure:after {
    position: absolute;
    right: -24px;
    background: url(../images/PicList002433_ying.png) no-repeat left bottom;
    width: 24px;
    height: 100%;
    background-size: contain;
    content: '';
}

.PicList002433 .list li figure img {
    max-height: 180px;
}

.PicList002433 .list li p {
    margin: 0 auto;
    max-width: 210px;
    width: 90%;
    line-height: 20px;
    max-height: 40px;
    color: #333;
}

.PicList002433 .list .ul li {
    width: 33.33333333%;
}

.PicList002433 .list .ul 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;
}

.PicList002433 .list li:hover figure:before {
    opacity: 1;
}

@media(max-width:640px) {

    .PicList002433 .auto,
    .PicList002433 .list ul {
        padding: 0;
    }

    .PicList002433 .list li p {
        font-size: 12px;
    }

    .PicList002433 .list li .ytable {
        height: 150px;
    }

    .PicList002433 .list li figure img {
        max-height: 150px;
        padding: 3px
    }

    .PicList002433 .list .ul li:nth-child(3):after,
    .PicList002433 .list li:first-child:before {
        display: none;
    }
}

@media(max-width:480px) {
    .PicList002433 .list li .ytable {
        height: 100px;
    }

    .PicList002433 .list li figure img {
        max-height: 100px;
    }
}

/* .Page002274 为demo编号 */
.Page002274 {
    text-align: center;
    color: #666;
    padding-top: 2%;
}

.Page002274 .Pages * {
    vertical-align: middle;
}

.Page002274 .Pages .p_cur,
.Page002274 .Pages .p_count,
.Page002274 .Pages .p_total {
    display: none;
}

.Page002274 .Pages a {
    display: inline-block;
    padding: 0 15px;
    line-height: 37px;
    background-color: #f5f5f5;
    color: #666666;
    margin-left: 5px;
}

.Page002274 .Pages a:hover,
.Page002274 .Pages a.a_cur {
    color: #fff;
    background-color: #d81d1c;
}

.Page002274 .Pages em {
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
}

.Page002274 .Pages .i_text {
    width: 47px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #ceced5;
}

.Page002274 .Pages .i_button {
    cursor: pointer;
    background: none;
    width: 47px;
    height: 36px;
    border: 1px solid #ceced5;
}

.Page002274 .Pages .p_jump b {
    font-weight: normal;
    margin: 0 5px;
}

.Page002274 .Pages .a_prev,
.Page002274 .Pages .a_next {
    font-family: 宋体;
    font-weight: bold;
    padding: 0 25px;
}

@media(max-width:1000px) {
    .Page002274 .Pages em {
        display: none;
    }
}

@media(max-width:640px) {

    .Page002274 .Pages a.a_first,
    .Page002274 .Pages a.a_end {
        display: none;
    }

    .Page002274 .Pages a {
        padding: 0 10px;
    }
}

/* .TextList002208 为demo编号 */
.TextList002208 {
    margin-bottom: 4%;
}

.TextList002208 .thead {
    line-height: 60px;
    text-align: center;
    background-color: #d81d1c;
    border-radius: 4px;
}

.TextList002208 .thead span {
    float: left;
    width: 17%;
    color: #fff;
    display: block;
    height: 60px;
    text-align: center;
    position: relative;
}

.TextList002208 .dl .dt {
    border-bottom: 1px solid #ededed;
    text-align: center;
    cursor: pointer;
}

.TextList002208 .dl .dt span {
    float: left;
    width: 17%;
    line-height: 60px;
    height: 60px;
    display: block;
    position: relative;
}

.TextList002208 .dl .dt span i {
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    right: 20px;
    top: 50%;
    margin-top: -11px;
}

.TextList002208 .dl .dt span i::before,
.TextList002208 .dl .dt span i::after {
    position: absolute;
    content: '';
    background: #ccc;
}

.TextList002208 .dl .dt span i::before {
    left: 20%;
    width: 60%;
    height: 2px;
    top: 50%;
    margin-top: -1px;
}

.TextList002208 .dl .dt span i::after {
    left: 50%;
    margin-left: -1px;
    width: 2px;
    top: 20%;
    height: 60%;
}

.TextList002208 .job-main {
    display: none;
    padding: 3%;
    background-color: #fff;
    border: 1px solid #ededed;
    border-top: none;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 8px rgb(0 0 0 / 5%);
    box-shadow: 0 3px 8px rgb(0 0 0 / 5%);
    line-height: 1.71428;
    font-size: 0.875em;
    color: #666;
}

.TextList002208 .job-email {
    color: #0075c1;
    margin: 30px 0;
    padding: 0 0 0 1.75em;
    background: url(../images/icon-email.svg) no-repeat left center;
    background-size: auto 1.25em;
}

.TextList002208 .jobname {
    width: 32% !important;
    text-align: left !important;
    padding-left: 3% !important;
}

.TextList002208 .dl.active .dt span,
.TextList002208 .dl.active .btn {
    color: #d81d1c;
}

.TextList002208 .dl.active .dt span i::before,
.TextList002208 .dl.active .dt span i::after {
    background: #d81d1c;
}

.TextList002208 .dl.active .dt span i::after {
    display: none;
}

@media(max-width:640px) {

    .TextList002208 .jobyq,
    .TextList002208 .dl .dt .btn i,
    .TextList002208 .time,
    .TextList002208 .thead span i {
        display: none !important;
    }

    .TextList002208 .thead span,
    .TextList002208 .dl .dt span {
        width: 23%;
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
}

/*PicList003133 */
.PicList003133 li {
    border: solid 1px #f2f2f2;
    margin-bottom: 4%;
    transition: .3s;
}

.PicList003133 li:hover {
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 8px rgb(0 0 0 / 5%);
    box-shadow: 0 3px 8px rgb(0 0 0 / 5%);
}

.PicList003133 li .img {
    text-align: center;
}

.PicList003133 li .tit {
    font-size: 1.25em;
    color: #333333;
    margin-bottom: 1em;
}

.PicList003133 li p {
    margin: 0 0 1em 0;
    font-size: 0.875em;
    color: #999999;
    line-height: 2;
}

.PicList003133 li .more {
    display: block;
    width: 3.125em;
    height: 1.25em;
    background: url(../images/icon-more-gray.svg) no-repeat left center;
    background-size: 1em auto;
    transition: 0.3s;
}

.PicList003133 li a:hover .tit {
    color: #d81d1c;
}

.PicList003133 li a:hover .more {
    background-image: url(../images/icon-more.svg);
}

@media (min-width:481px) {
    .PicList003133 li .img {
        border-right: 1px solid #ececec;
        width: 23.65%;
    }

    .PicList003133 li .inner {
        width: 90%;
        margin: 0 auto;
        padding: 30px 0;
    }
}

@media (max-width:480px) {

    .PicList003133 li .img,
    .PicList003133 li .txt {
        display: block;
    }

    .PicList003133 li .txt {
        padding: 2em;
    }
}

/*Form003139 */
.Form003139 {
    padding: 100px 0;
    background: url(../uploadfiles/Form003139-bg.jpg) no-repeat center center;
    background-size: cover;
}

.Form003139.message {
    background: none;
}

.Form003139 .title {
    font-size: 1.25em;
    margin-bottom: 2em;
    color: #333;
}

.Form003139.message .form {
    background: #f7f7f7;
}

.Form003139 .form-ul {
    margin: 0 auto;
}

.Form003139 .form-ul li {
    margin-bottom: 15px;
    position: relative;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.65);
    padding-left: 3em;
    background-repeat: no-repeat;
    background-position: left 1em top 12px;
}

.Form003139.message .form-ul li {
    background-color: #fff;
}

.Form003139 .form-ul li.name {
    background-image: url(../images/feed_img1.png);
}

.Form003139 .form-ul li.tel {
    background-image: url(../images/feed_img2.png);
}

.Form003139 .form-ul li.email {
    background-image: url(../images/feed_img3.png);
}

.Form003139 .form-ul li.company {
    background-image: url(../images/feed_img4.png);
}

.Form003139 .form-ul li.message {
    background-image: url(../images/feed_img5.png);
}

.Form003139 .form-ul li .tit {
    position: absolute;
    left: 4em;
    top: 0;
    font-size: 0.875em;
    line-height: 3.5714;
    color: #666;
}

.Form003139 .form-ul li .text {
    width: 100%;
    font-size: 0.875em;
    border: none;
    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: #d81d1c;
    border-radius: 4px;
    font-size: 0.875em;
    height: 3.5714em;
    color: #fff;
    cursor: pointer;
    border: 0;
}

@media (min-width:1025px) {
    .Form003139 .form-ul .row-2 li {
        float: left;
        width: calc((100% - 15px)/2);
    }

    .Form003139 .form-ul .row-2 li:nth-child(2n) {
        float: right;
    }

    .Form003139.message .form-ul {
        width: 80%;
    }
}

/*PicList002938 */
.PicList002938 li {
    border: solid 1px #f2f2f2;
    margin-bottom: 4%;
    transition: .3s;
}

.PicList002938 li:hover {
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 8px rgb(0 0 0 / 5%);
    box-shadow: 0 3px 8px rgb(0 0 0 / 5%);
}

.PicList002938 li .img {
    text-align: center;
}

.PicList002938 li .tit {
    font-size: 1.25em;
    color: #333333;
    margin-bottom: 1em;
}

.PicList002938 li p {
    margin: 0 0 1em 0;
    font-size: 0.875em;
    color: #999999;
    line-height: 1.71428;
}

.PicList002938 li .time {
    display: inline-block;
    padding-left: 1.375em;
    height: 1.25em;
    line-height: 1.25;
    color: #999999;
    background: url(../images/icon-time.svg) no-repeat left center;
    background-size: 1em auto;
    transition: 0.3s;
}

.PicList002938 li a:hover .tit {
    color: #d81d1c;
}

.PicList002938 li .more span {
    padding-right: 25px;
    display: inline-block;
    background: url("../images/PicList002938_more.png") no-repeat right center;
    color: #999;
}

@media (min-width:481px) {
    .PicList002938 li .img {
        width: 23.65%;
    }

    .PicList002938 li .inner {
        width: 95%;
        margin: 0 0 0 auto;
        padding: 30px 0;
    }

    .PicList002938 li .more {
        width: 15%;
        padding: 0 3%;
        text-align: right;
    }
}

@media (max-width:480px) {

    .PicList002938 li .img,
    .PicList002938 li .txt {
        display: block;
    }

    .PicList002938 li .txt {
        padding: 2em;
    }
}

/* .TextList002798 */
.TextList002798 .list {
    margin-bottom: 4%;
}

.TextList002798 .tab {
    line-height: 30px;
    cursor: pointer;
    position: relative;
    margin-bottom: 3%;
}

.TextList002798 .tab span {
    display: inline-block;
    width: auto;
    line-height: 30px;
    border-radius: 4px;
    padding: 5px 25px;
    color: #555;
    margin-right: 10px;
}

.TextList002798 .tab .btn.aon {
    background: #157fd9;
    color: #fff;
}

.TextList002798 .list-main ol,
.TextList002798 .list-main li a {
    overflow: hidden;
    clear: both;
}

.TextList002798 .list-main ol,
.TextList002798 .list-main li {
    border: 1px solid transparent;
}

.TextList002798 .list-main ol {
    color: #fff;
    background-color: #d81d1c;
    line-height: 50px;
}

.TextList002798 .list-main span {
    float: left;
    width: 12%;
    text-align: center;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.TextList002798 .list-main span.name {
    width: 40%;
    text-align: left;
    padding-left: 2em;
}

.TextList002798 .list-main ul li {
    padding: 25px 0;
    border-bottom: 1px dashed #ddd;
    position: relative;
}

.TextList002798 .list-main ul li a {
    display: block;
    color: #555;
}

.TextList002798 .list-main ul li a:hover {
    color: #d81d1c;
}

.TextList002798 .list-main ul li span.name {
    background: url(../images/icon-file.svg) 0 50% no-repeat;
}

.TextList002798 .list-main ul li .down {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    width: 80px;
    right: 2em;
    background: url(../images/icon-download.svg) no-repeat left 1.25em center #fff;
    background-size: 1em auto;
    padding-left: 1.5em;
    height: 32px;
    border: 1px #157fd9 solid;
    color: #157fd9;
    line-height: 32px;
    font-size: 0.875em;
}

.TextList002798 .list-main .item {
    float: left;
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
    text-align: center;
}

.TextList002798 .list-main .item figure {
    padding-bottom: 67%;
    background-size: contain;
}

.TextList002798 .list-main .item h3 {
    color: #555;
    margin: 10px 0 0;
    font-weight: normal;
}

.TextList002798 .list-main .item a:hover h3 {
    color: #0075b8;
}

@media screen and (min-width:768px) {
    .TextList002798 .list-main .item {
        width: 31.3%;
    }

    .TextList002798 .list-main .item:nth-child(3n) {
        margin-right: 0;
    }
}

@media(max-width:640px) {
    .TextList002798 .tab span {
        font-size: 12px;
        padding: 4px 14px;
    }

    .TextList002798 .tab .btn:nth-child(2) {
        right: 100px;
    }

    .TextList002798 .list-main ul li a {
        background: url(../images/TextList002798_dow.png) 0 3px no-repeat;
    }

    .TextList002798 .list-main ul li .down {
        position: relative;
        top: 0;
        right: auto;
        display: block;
        margin-top: 15px;
    }
}

/* .PicList000593 为demo编号 */
.PicList000593 {}

.PicList000593 li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    position: relative;
    margin-bottom: 4%;
}

.PicList000593 li:nth-child(4n) {
    margin-right: 0;
}

.PicList000593 li .video_files {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.PicList000593 li .video_files video {
    width: 100%;
    height: 100%;
    background-color: #000;
}

.PicList000593 li .video_files .close {
    position: absolute;
    right: 3%;
    top: 3%;
    z-index: 10;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #d81d1c;
    cursor: pointer;
}

.PicList000593 li .video_files .close::before,
.PicList000593 li .video_files .close::after {
    position: absolute;
    content: '';
    width: 3px;
    height: 70%;
    border-radius: 3px;
    background-color: #fff;
    left: 13px;
    top: 5px;
}

.PicList000593 li .video_files .close::before {
    transform: rotate(45deg);
}

.PicList000593 li .video_files .close::after {
    transform: rotate(-45deg);
}

.PicList000593 li figure {
    position: relative;
}

.PicList000593 li figure em {
    display: block;
    padding-bottom: 65%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.PicList000593 li figure a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.PicList000593 li figure a::before,
.PicList000593 li figure a::after {
    position: absolute;
    content: '';
    z-index: 5;
    top: 50%;
    left: 50%;
}

.PicList000593 li figure a::before {
    width: 50px;
    height: 50px;
    border: 3px solid rgba(255, 255, 255, 0.6);
    margin-left: -25px;
    margin-top: -25px;
    border-radius: 50%;
}

.PicList000593 li figure a::after {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid rgba(255, 255, 255, 0.6);
    margin-left: -4px;
    margin-top: -10px;
}

.PicList000593 li p {
    text-align: center;
}

@media(max-width:768px) {
    .PicList000593 li {
        width: 49%;
        margin-right: 2%;
    }

    .PicList000593 li:nth-child(3n) {
        margin-right: 2%;
    }

    .PicList000593 li:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width:480px) {
    .PicList000593 li figure a::before {
        width: 50px;
        height: 50px;
        margin-left: -25px;
        margin-top: -25px;
    }

    .PicList000593 li figure a::after {
        border-top-width: 10px;
        border-bottom-width: 10px;
        border-left-width: 15px;
        margin-left: -3px;
        margin-top: -7px;
    }
}

@media(max-width:375px) {
    .PicList000593 li figure a::before {
        width: 40px;
        height: 40px;
        margin-left: -20px;
        margin-top: -20px;
    }

    .PicList000593 li {
        width: 100%;
        float: none;
        margin-right: 0 !important;
    }
}

/*.TextList002205 */
.TextList002205 .list {
    margin-bottom: 4%;
}

.TextList002205 .tab {
    line-height: 30px;
    cursor: pointer;
    position: relative;
    margin-bottom: 3%;
}

.TextList002205 .tab span {
    display: inline-block;
    width: auto;
    line-height: 30px;
    border-radius: 4px;
    padding: 5px 25px;
    color: #555;
    margin-right: 10px;
}

.TextList002205 .tab .btn.aon {
    background: #157fd9;
    color: #fff;
}

.TextList002205 .list .item {
    margin-bottom: 15px;
    background: #f9f9f9;
}

.TextList002205 .list .item .Q {
    margin: 0;
    font-weight: normal;
    line-height: 58px;
    padding-left: 90px;
    padding-right: 30px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: relative;
    cursor: pointer;
    transition: all 0.5s ease-out 0s;
}

.TextList002205 .list .item .Q>a {
    color: #555;
    font-size: 16px;
}

.TextList002205 .list .item em.icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 100%;
    display: block;
    text-align: center;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    color: #333;
    border-right: 1px solid #fff;
}

.TextList002205 .list .item .Q em.icon {
    transition: all 0.5s ease-out 0s;
    border-right: 1px solid #fff;
}

.TextList002205 .list .item .A {
    position: relative;
    padding: 30px 30px 30px 90px;
    line-height: 1.71428;
    font-size: 0.875em;
    color: #666;
    background: #fff;
    display: none;
}

.TextList002205 .list .item .A em.icon {
    color: #d81d1c;
    transition: all 0.5s ease-out 0s;
}

.TextList002205 .list .item.active .Q em.icon {
    background: #d81d1c;
    color: #fff;
    border-right: 1px solid #d81d1c;
}

/* Map002779 */
.Map002779 {
    padding-bottom: 4%;
}

.Map002779 .list li {
    padding: 3%;
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 8px rgb(0 0 0 / 5%);
    box-shadow: 0 3px 8px rgb(0 0 0 / 5%);
}

.Map002779 .list li h1 {
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    color: #333;
    background: url(../images/icon-name.svg) no-repeat left center;
    padding-left: 35px;
    margin-bottom: 20px;
}

.Map002779 .list li.kf h1 {
    background-image: url(../images/icon-kf.svg);
}

.Map002779 .list li dd {
    color: #999;
}

.Map002779 .list li dd aside {
    font-size: 16px;
    display: inline-block;
    color: #333;
}

@media(min-width:641px) {
    .Map002779 .list li {
        float: left;
        width: 23.5%;
        margin-bottom: 4%;
    }

    .Map002779 .list li:not(:nth-child(4n)) {
        margin-right: 2%;
    }

    .Map002779 .list li dd {
        margin-bottom: 10px;
    }
}

@media(max-width:640px) {
    .Map002779 .list li {
        float: none;
        width: auto;
    }

    .Map002779 .list li:not(:last-child) {
        margin-bottom: 2%;
    }
}

.Map002779 .mapbox {
    position: relative;
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 8px rgb(0 0 0 / 5%);
    box-shadow: 0 3px 8px rgb(0 0 0 / 5%);
    margin-bottom: 4%;
}

.Map002779 .mapbox .inner {
    padding-left: 50%;
    background-color: #fff;
    position: relative;
}

.Map002779 .mapbox .map * {
    max-width: none;
}

.Map002779 .mapbox figure {
    padding: 3vw;
}

.Map002779 .mapbox figure h1 {
    font-size: 22px;
    color: #d81d1c;
    font-weight: normal;
    padding: 16px 0;
    margin: 0;
    border-bottom: dashed 1px #ccc;
}

.Map002779 .mapbox ul {
    padding-top: 16px;
}

.Map002779 .mapbox li {
    line-height: 32px;
    margin-bottom: 15px;
    padding-left: 2em;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 1.5em auto;
}

.Map002779 .mapbox li:nth-child(1) {
    background-image: url(../images/icon-add.svg);
}

.Map002779 .mapbox li:nth-child(2) {
    background-image: url(../images/icon-yb.svg);
}

.Map002779 .mapbox li:nth-child(3) {
    background-image: url(../images/icon-tel.svg);
}

.Map002779 .mapbox li:nth-child(4) {
    background-image: url(../images/icon-fax.svg);
}

.Map002779 .mapbox li:nth-child(5) {
    background-image: url(../images/icon-email.svg);
}

@media(min-width:641px) {
    .Map002779 .mapbox .map {
        position: absolute !important;
        width: 50%;
        left: 0;
        height: 100%;
        top: 0;
    }
}

@media(max-width:640px) {
    .Map002779 .mapbox {
        padding: 3%;
    }

    .Map002779 .mapbox .map {
        height: 300px;
        position: relative !important;
    }

    .Map002779 .mapbox figure {
        padding: 0;
    }
}

.Map002779 .code-desc {
    background: url(../images/Map002779-bg.jpg) no-repeat center center;
    background-size: cover;
    padding: calc(100 / 1920 * 100vw);
    color: #fff;
}

.Map002779 .code-desc li {
    position: relative;
    text-align: center;
    color: #fff;
}

.Map002779 .code-desc li:not(:last-child) .line {
    position: absolute;
}

.Map002779 .code-desc li .img {
    width: calc(100 / 16 * 1em);
    margin: 0 auto calc(10 / 16 * 1em);
    position: relative;
}

.Map002779 .code-desc li .img img {
    transition: 0.5s;
}

.Map002779 .code-desc li .img dl {
    display: table;
    width: 100%;
    height: calc(103 / 16 * 1em);
}

.Map002779 .code-desc li .img dt {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.Map002779 .code-desc li .tit {
    line-height: 1.2;
}

@media (min-width:1025px) {
    .Map002779 .code-desc ul {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    .Map002779 .code-desc li {
        display: table-cell;
        vertical-align: middle;
        width: calc(100% / 3);
    }

    .Map002779 .code-desc li:not(:last-child) .line {
        height: 100%;
        width: 1px;
        border-right: 1px dotted rgba(255, 255, 255, 0.5);
        right: 0;
        top: 0;
    }
}

@media (max-width:1024px) {
    .Map002779 .code-desc li:not(:last-child) .line {
        height: 1px;
        width: 100%;
        border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
        left: 0;
        bottom: 0;
    }

    .Map002779 .code-desc li:not(:last-child) {
        margin-bottom: 10vw;
        padding-bottom: 10vw;
    }
}

/*RighInfo002973 */
.RighInfo002973 {
    padding-bottom: 4%;
}

.RighInfo002973 .news-details .title {
    text-align: center;
}

.RighInfo002973 .news-details .title h1 {
    font-size: calc(30 / 16 * 1em);
    line-height: 1.5;
    font-weight: normal;
    color: #333;
    margin: 0 0 calc(10 / 16 * 1em) 0;
}

.RighInfo002973 .news-details .title aside span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 1.5em 0.5em;
    line-height: 1.6em;
}

.RighInfo002973 .news-details .title .social-share {
    display: inline-block;
}

.RighInfo002973 .news-details strong {
    font-size: calc(18 / 16 *1em);
    color: #333;
}

.RighInfo002973 .social-share a {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-color: #fff !important;
    margin: 0 0 0 5px;
}

.RighInfo002973 .social-share a:before {
    display: none;
}

.RighInfo002973 .social-share a.icon-wechat {
    background-image: url("../images/RighInfo002973_share_wx.png");
}

.RighInfo002973 .social-share a.icon-weibo {
    background-image: url("../images/RighInfo002973_share_sina.png");
}

.RighInfo002973 .social-share a.icon-qq {
    background-image: url("../images/RighInfo002973_share_qz.png");
}

.RighInfo002973 .news-details .edit-info {
    border-top: 1px solid #ebeef5;
    border-bottom: 1px solid #e8e8e8;
    padding: 2em 0;
    margin: 2em 0;
}

.RighInfo002973 .news-details h5 {
    color: #333;
    font-size: 1.8em;
}

.RighInfo002973 .news-details .edit-info p {
    line-height: 2;
    color: #666;
}

.RighInfo002973 .pn-page aside {
    padding: 1em 0;
}

.RighInfo002973 .pn-page aside a {
    color: #666;
}

.RighInfo002973 .pn-page aside a b {
    color: #333;
    font-weight: normal;
}

.RighInfo002973 .pn-page aside a:hover {
    color: #d81d1c;
}

/*RighInfo003134 */
.RighInfo003134 .img-side {
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 8px rgb(0 0 0 / 5%);
    box-shadow: 0 3px 8px rgb(0 0 0 / 5%);
    margin-bottom: 4%;
}

.RighInfo003134 .img-side .ytable-cell {
    padding-bottom: 3em;
}

.RighInfo003134 .img-group li .Ispic {
    background-size: contain;
    padding-bottom: 50%;
}

.RighInfo003134 .controls {
    display: table;
    position: relative;
    padding: 0 56px;
    margin: 0 auto;
}

.RighInfo003134 .controls .slick-dots li {
    float: left;
    position: relative;
    width: 13px;
    height: 13px;
    margin: 0 5px;
}

.RighInfo003134 .controls .slick-dots li button {
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 0;
    cursor: pointer;
    border: 0;
    font-size: 0;
    padding: 0;
    transition: 0.3s;
}

.RighInfo003134 .controls .slick-dots li.slick-active button {
    background-color: #d81d1c;
    width: 100%;
    height: 100%;
}

.RighInfo003134 .img-side .desc {
    text-align: justify;
    line-height: 1.71428;
}

.RighInfo003134 .img-side .tit {
    font-size: 1.5em;
    color: #333;
}

.RighInfo003134 .img-side .line {
    width: 15px;
    height: 2px;
    background-color: #d81d1c;
    display: block;
    margin: 1em 0;
}

.RighInfo003134 .img-side .btn {
    margin-top: 2.375em;
}

.RighInfo003134 .img-side .btn a {
    display: inline-block;
    color: #fff;
    box-shadow: 0px 10px 30px rgba(218, 37, 29, 0.08);
    border-radius: 4px;
    margin: 0 5px;
    min-width: 8.75em;
    text-align: center;
    line-height: 3;
    background-color: #d81d1c;
    padding: 0 1.125em;
    cursor: pointer;
}

.RighInfo003134 .img-side .btn a:before {
    display: inline-block;
    vertical-align: top;
    content: '';
    background: url(../images/RighInfo003134-icon.svg) no-repeat center;
    width: 1.3888em;
    height: 3em;
    margin-right: 0.5555em;
}

.RighInfo003134 .tab {
    margin: 3% 0;
    overflow: hidden;
}

.RighInfo003134 .tab span {
    float: left;
    padding: 0 25px 0 50px;
    line-height: 40px;
    cursor: pointer;
}

.RighInfo003134 .tab span a {
    color: #555;
}

.RighInfo003134 .tab span.on {
    background: url(../images/RighInfo003134-icon01.svg) no-repeat left 25px center #157fd9;
    background-size: auto 50%;
    color: #fff;
    border-radius: 4px;
}

.RighInfo003134 .tab span:nth-child(2).on {
    background: url(../images/RighInfo003134-icon02.svg) no-repeat left 25px center #157fd9;
    background-size: auto 50%;
}

.RighInfo003134 .tab span.on a {
    color: #fff;
}

.RighInfo003134 .prod-intro .test {
    margin-top: 3%;
}

.RighInfo003134 .prod-intro .table_1 th,
.RighInfo003134 .prod-intro .table_1 td {
    font-size: 1em;
    border: 1px solid #ebeef5;
    border-collapse: collapse;
    line-height: 28px;
    padding: 12px 20px;
}

.RighInfo003134 .prod-intro .table_1 th {
    background: #d81d1c;
    text-align: center;
    color: #fff;
    line-height: 32px;
    font-size: 1.125em;
    font-weight: normal;
}

.RighInfo003134 .prod-intro .table_1 td {
    width: auto !important;
}

.table_1 table {
    width: 100%;
}

.RighInfo003134 .prod-intro .table_1 tr:nth-child(2n) {
    background: #fafafa;
}

@media(max-width:480px) {
    .RighInfo003134 .prod-intro .table_1 {
        overflow: auto;
    }

    .RighInfo003134 .prod-intro .table_1 table {
        width: 180%;
    }
}

@media (min-width:1025px) {
    .RighInfo003134 .img-group {
        width: 40%;
    }

    .RighInfo003134 .img-side .ytable-cell {
        padding-top: 3em;
    }

    .RighInfo003134 .img-side .txt {
        padding-right: 5%;
    }
}

@media (max-width:1024px) {
    .RighInfo003134 .img-side {
        padding: 2em;
    }

    .RighInfo003134 .img-side .btn a {
        min-width: calc(50% - 10px);
        padding: 0;
    }
}

/* .Form002335 为demo编号 */
.Form002335 {
    padding: 5% 0;
    border-top: 1px solid #ebebeb;
    margin-top: 100px
}

.Form002335 .wrap-container {
    position: relative;
    display: table;
    width: 100%;
}

.Form002335 .pic {
    width: 50%;
    display: table-cell;
    position: relative
}

.Form002335 .pic img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.Form002335 .box {
    background: #fff;
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    padding: 5%;
    border: 5px solid #ebebeb;
    border-left: none;
}

.Form002335 .box-inner {
    max-width: 400px;
    margin: 0 auto;
}

.Form002335 .tab {
    text-align: center;
    line-height: 1;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.Form002335 .tab a {
    display: inline-block;
    margin: 0 10%;
    color: #b9b9b9;
    font-size: 20px;
    position: relative;
}

.Form002335 .tab a.on {
    color: #333;
}

.Form002335 .tab a.on:after,
.Form002335 .tab a.on:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -20px;
    width: 0;
    height: 0;
    z-index: 3;
    border-style: dashed dashed solid dashed;
    margin-left: -4px;
}

.Form002335 .tab a.on:after {
    border-color: transparent transparent #d7d7d7 transparent;
    border-width: 0 8px 10px 8px;
}

.Form002335 .tab a.on:before {
    border-color: transparent transparent #fff transparent;
    border-width: 0 7px 9px 7px;
    bottom: -21px;
    z-index: 4;
    margin-left: -3px;
}

.Form002335 .con>div {}

.Form002335 .con>div.loginbox {}

.Form002335 .row {
    margin-bottom: 15px;
    position: relative
}

.Form002335 .row .text {
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    background: #fff;
    font-size: 14px;
    color: #000;
    line-height: 24px;
    width: 100%;
    padding: 10px;
}

.Form002335 .row img {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.Form002335 .row a {
    position: absolute;
    right: 10px;
    top: 14px;
    font-size: 14px;
    color: #999
}

.Form002335 .row .focus {
    border-color: #d81d1c;
    color: #333;
}

.Form002335 dl {
    text-align: left;
    margin: 20px 0;
}

.Form002335 dl a {
    position: relative;
}

.Form002335 dl .checkbox {
    position: relative;
    top: 2px;
}

.Form002335 dl .forgetbtn {
    float: right;
}

.Form002335 .btn {
    background: #d81d1c;
    width: 100%;
    display: block;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
    border: none;
    border-radius: 0;
    cursor: pointer;
}

.Form002335 .registerbox dl {
    text-align: right;
    color: #737373;
}

@media only screen and (max-width:1000px) and (min-width:768px) {
    .Form002335 .row .text {
        padding: 5px 10px;
    }

    .Form002335 .btn {
        height: 35px;
        line-height: 35px;
        margin-top: 10px;
    }

    .Form002335 dl {
        margin: 10px 0;
    }

    .Form002335 .row {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:767px) {
    .Form002335 .pic {
        display: none;
    }

    .Form002335 .box {
        width: 100%;
        padding-top: 10%;
        padding-bottom: 10%;
        border: none;
    }
}

/* 20221223 */
@media(max-width:1280px) {
    .Top002898 .top-hotline {
        margin-left: 0;
    }

    .Top002898 .top-menu li span {
        padding: 0 10px;
    }

    .Top002898 .top-menu li span a {
        font-size: 16px;
    }

    .Top002898 .top-menu li {
        margin-right: 2vw;
    }
}

@media(max-width:480px) {
    .Floor003153 .img .play .icon {
        width: 50px;
        height: 50px;
        background-size: auto 16px;
    }

    .Floor003153 .img .play .icon:before {
        width: 120%;
        height: 120%;
    }

    .Floor003153 .img .play .icon:after {
        width: 150%;
        height: 150%;
    }

    .Top002898 .top-hotline {
        display: none !important;
    }

    .Top002898 {
        position: fixed;
        left: 0;
        top: 0;
    }

    .Top002898 .top-left {
        height: 60px;
    }

    .Top002898 .top-right {
        padding: 10px 0;
    }

    .Top002898 .top-right dl>* {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

    .Floor002842 .slider li .tit {
        font-size: 14px;
        padding: 0;
        white-space: normal;
        margin: 10px;
        line-height: 1.5;
        height: 3em;
        overflow: hidden;
    }

    .Floor002842 .slider li a {
        padding-bottom: 1px;
    }

    body {
        padding-top: 60px;
    }

    .main-content {
        padding: 40px 0;
    }

    .RighInfo003148 .items-group .txt {
        padding: 0;
    }

    .RighInfo003148 .items-group .items {
        margin-bottom: 20px;
    }

    .RighInfo003148 .year {
        font-size: 10vw;
    }

    .PicList002433 .list .ul li {
        width: 50%;
    }

    .PicList002433 .list li aside {
        padding-top: 20px;
        height: auto;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-bottom: 30px;
    }

    .PicList002938 li a {
        position: relative;
    }

    .PicList002938 li .more {
        position: absolute;
        right: 2em;
        bottom: 10px;
    }

    .TextList002205 .list .item .Q {
        line-height: 48px;
        padding-left: 60px;
    }

    .TextList002205 .list .item em.icon {
        width: 50px;
        font-size: 16px;
    }

    .TextList002205 .list .item .A {
        padding: 30px 20px 20px 60px;
    }

    .TextList002205 .list .item .Q>a {
        font-size: 15px;
    }

    .Form003139 .title {
        padding: 10px;
        margin: 0;
    }

    .Form003139.message .form {
        padding: 0 0 20px;
    }

    .Form003139 .form-ul {
        padding: 0 10px;
    }

    .Form003139 {
        padding: 40px 0;
    }

    .TextList002798 .list-main span:nth-child(2),
    .TextList002798 .list-main span:nth-child(3),
    .TextList002798 .list-main span:nth-child(4),
    .TextList002798 .list-main span:nth-child(5) {
        display: none;
    }

    .TextList002798 .list-main ul li .down {
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -16px;
    }

    .TextList002798 .list-main span.name {
        width: auto;
        line-height: 32px;
        background-size: 16px !important;
        float: none;
    }

    .TextList002798 .list-main ul li a {
        position: relative;
        padding-right: 100px;
    }

    .TextList002798 .list-main ul li {
        padding: 15px 0;
    }

    .Map002779 .list li dd {
        line-height: 1.875;
    }

    .Map002779 .mapbox .inner {
        padding-left: 0;
    }

    .Form002335 {
        margin-top: 0;
    }

    .Bottom002728 .hotline {
        margin-top: 20px;
    }

    .Top002898 .top-search {
        position: fixed;
        left: 0;
        top: 60px;
        right: 0;
        padding: 5px;
        background: rgba(255, 255, 255, 0.9);
    }

    .Top002898 .top-search .text {
        width: 100%;
        color: #333;
        line-height: 40px;
        height: 40px;
        background: #fff;
    }

    .Top002898 .top-search .btn {
        line-height: 40px;
        color: #333;
        right: 5px;
        top: 5px;
        background: #f7f7f7;
        height: 40px;
        border-radius: 0 5px 5px 0;
    }

    .Top002898 .top-search .btn::before {
        display: none;
    }
}

@media(max-width:640px) {
    .Floor003182 .slider {
        margin: 0;
    }

    .Floor003182 .slick-slide>div {
        width: 48%;
        margin-left: 0;
    }

    .Floor003182 .slick-slide>div:nth-child(2n) {
        margin-left: 4%;
    }
}

/* 2022/12/27 */
.TextList002205 .tab .btn.aon a,
.TextList002798 .tab .btn.aon a {
    color: #fff;
}

.Floor002842 .slider li .pic {
    overflow: hidden;
}

.Floor002842 .slider li .pic .Ispic {
    transition: all .5s;
}

.Floor002842 .slider li:hover .pic .Ispic {
    transform: scale(1.05);
}

.Floor003182 .slick-slide>div {
    overflow: hidden;
}

.Floor003182 .slick-slide>div .Ispic {
    transition: all .5s;
}

.Floor003182 .slick-slide>div:hover .Ispic {
    transform: scale(1.1);
}

.PicList002938 li .img,
.PicList003133 li .img,
.RighInfo003148 .items-group .img {
    overflow: hidden;
}

.PicList002938 li .img img,
.PicList003133 li .img img,
.RighInfo003148 .items-group .img img {
    transition: all .5s;
}

.PicList002938 li:hover .img img,
.PicList003133 li:hover .img img,
.RighInfo003148 .items-group .items:hover .img img {
    transform: scale(1.05);
}

.main-content {
    overflow: hidden;
}

@media (max-width: 500px) {
    .Top002898 .top-menu {
        top: 60px;
    }

    .Top002898 .top-menu .sub .one-cate dt .cate-name a {
        line-height: 30px;
        padding: 5px 0px 5px 40px;
    }

    .Top002898 .top-menu li .op-item,
    .Top002898 .top-menu .sub .two-list {
        display: none !important;
    }

    .Top002898 .top-menu .cate-name {
        padding-right: 0;
    }

    .Top002898 .top-menu .one-cate dt:not(:last-child) .cate-name {
        border-bottom: none;
    }

    .Menu003135 .nav-menu li:not(:last-child) {
        margin-right: 18px;
    }

    .TextList002208 .jobyq {
        display: block !important;
    }

    .TextList002208 .thead span,
    .TextList002208 .dl .dt span {
        width: 22.66%;
    }

    .coltitle .t-1 span {
        font-size: 22px;
    }

    .coltitle .t-2 {
        font-size: 13px;
        margin-top: 6px;
    }

    .Floor003153 .intro .year {
        font-size: 38px;
    }

    .Floor003153 .intro .name {
        font-size: 20px;
        margin: 0;
    }

    .Floor002842 .more a,
    .Floor003153 .more a {
        width: 120px;
        line-height: 34px;
        border-radius: 34px;
    }

    .PicList002938 li .img img {
        width: 100%;
    }

    .PicList003133 li .txt,
    .PicList002938 li .txt {
        padding: 2em 1em;
    }

    .RighInfo003134 .img-side {
        padding: 2em 1em;
    }

    .RighInfo003134 .img-side .ytable-cell {
        padding-bottom: 1em;
    }

    .RighInfo002973 .news-details .title h1 {
        font-size: 20px;
    }

    .RighInfo002973 .news-details .edit-info {
        padding: 1em 0;
        margin: 1em 0;
    }

    .RighInfo002973 .pn-page aside {
        padding: 0px 0;
        margin-bottom: 10px;
    }
}

.Top002898 .top-menu .sub .two-main .div {
    width: 100%;
    padding-left: 30px;
}

.Top002898 .top-menu .sub .two-main .div img {
    width: 44%;
}

.Top002898 .top-menu .sub .two-main .div .p {
    font-size: 18px;
    color: #333;
    margin-top: 10px;
}

@media(max-width:1459px) {
    .Top002898 .top-menu .sub .two-main .div .p {
        font-size: 14px;
    }
}

/* 2023/2/6 */
.RighInfo003134 .img-group li .Ispic {
    padding-bottom: 77%;
}

.RighInfo003134 .slick-arrow {
    display: none !important;
}

.RighInfo003134 .img-side .ytable-cell {
    padding: 0;
    position: relative;
}

.RighInfo003134 .controls {
    position: absolute;
    text-align: center;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    padding: 0;
}

.RighInfo003134 .img-side .txt {
    padding: 0 5%;
}

@media (max-width: 500px) {
    .RighInfo003134 .img-side .txt {
        padding: 0;
        padding-top: 15px;
    }
}

/* 2023/2/6 */
#slideshow {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#slideshow ul {
    display: none;
}

.wrapper {
    width: 100%;
    padding-bottom: 50.4%;
    position: relative;
	overflow: hidden;
}

.fn-clear {
    zoom: 1;
}

.box_skitter {
    position: relative;
    background: none;
}

.box_skitter ul {
    display: none;
}

.box_skitter .container_skitter {
    overflow: hidden;
    position: relative;
}

.box_skitter .image {
    width: 100%;
    overflow: hidden;
}

.box_skitter .image img {
    display: none;
    width: 100%;
}

.box_skitter .box_clone {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 20;
}

.box_skitter .box_clone img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}

.box_skitter .next_button,
.box_skitter .prev_button {
    position: absolute;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, .15);
    top: 50%;
    left: 2%;
    margin-top: -25px;
    font-size: 0;
    padding: 0;
    cursor: pointer;
    transition: 0.2s;
    border: 0;
    border-radius: 50%;
    z-index: 99999;
}

.box_skitter .next_button:hover,
.box_skitter .prev_button:hover {
    background: #157fd9;
    opacity: 1 !important;
}

.box_skitter .next_button {
    left: auto;
    right: 2%;
}

.box_skitter .next_button:before,
.box_skitter .prev_button:before {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    transform: rotate(-45deg);
    top: 50%;
    margin-top: -7px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}

.box_skitter .next_button:before {
    left: 34%;
    transform: rotate(135deg);
}

.box_skitter .prev_button:before {
    left: 40%;
}

.box_skitter .label_skitter {
    z-index: 150;
    position: absolute;
    display: none;
}

.info_slide {
    display: block !important;
    width: 100%;
    position: absolute;
    bottom: 3.5vw;
    left: 0;
    z-index: 9999;
    padding: 10px;
    box-sizing: border-box;
}

.info_slide .image_number {
    margin-left: 16px;
    width: 28px;
    height: 28px;
    text-indent: -4000px;
    position: relative;
    background: none !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
}

.info_slide .image_number:before {
    position: absolute;
    content: '';
    left: -2px;
    top: -2px;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 50%;
    clip: rect(0 28px 7px 0);
    animation: zhuan 2s infinite linear;
    display: none;
}

.info_slide .image_number.image_number_select::before {
    display: block;
}

.info_slide .image_number::after {
    content: '';
    padding: 0;
    width: 28.572%;
    height: 28.572%;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 0;
    border: 0;
}

.info_slide .image_number.image_number_select::after {
    background: #fff;
    width: 50%;
    height: 50%;
}

@media(max-width:500px) {

    .box_skitter .next_button,
    .box_skitter .prev_button {
        width: 40px;
        height: 40px;
    }
}

.Form002335 .con>div .yydl {
    text-align: center;
    display: block;
    font-size: 16px;
    color: #898989;
    padding: 10px 0;
}