/*Top003124 */
@media (min-width:1025px) {
    .Top003124 {
        position: relative;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 100;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        transition: background-color 0.3s, transform 1s;
    }

    .index .Top003124 {
        position: fixed;
    }

    .index .Top003124.Down {
        transform: translateY(-5.3125em);
    }

    .index .Top003124.hover {
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .Top003124 .logo .white {
        display: none;
    }

    .index .Top003124.hover .logo .white, .index .Top003124:not(.hover) .logo .white {
        display: block;
    }

    .index .Top003124.hover .logo .white,
    .index .Top003124:not(.hover) .logo .red {
        display: none;
    }

    .index .Top003124:not(.hover),
    .index .Top003124:not(.hover) a:not(:hover) {
        color: #fff;
    }
}

@media (max-width:1024px) {
    .Top003124 {
        height: 50px;
    }

    .Top003124 .wap-fixed {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 100;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .Top003124 .logo .white {
        display: none;
    }

    .Top003124 .auto {
        position: relative;
        border-top: 1px solid #eee;
    }
}

.Top003124 .logo {
    float: left;
    display: table;
    height: 5.3125em;
}

.Top003124 .logo a {
    display: table-cell;
    vertical-align: middle;
}

.Top003124 .logo img {
    height: 3.3em;
}

@media (max-width:1024px) {
    .Top003124 .logo {
        height: 36px;
    }

    .Top003124 .logo img {
        height: 36px;
    }
}

.Top003124 .top-nav dd.oa a {
    display: block;
    border: 1px solid #ccc;
    border-radius: 50%;
    text-align: center;
}

.Top003124.hover .top-nav dd.oa a {
    border-color: #ccc;
}

.Top003124 .top-nav dd.lang a {
    margin: 0 5px;
}

.Top003124 .top-nav dd.stock b {
    font-weight: normal;
}

@media(min-width:1025px) and (max-width:1770px) {
    .Top003124 .top-nav {
        margin-right: 8.34vw;
    }
}

@media (min-width:1025px) {
    .Top003124 .top-nav {
        float: right;
        margin-left: 7.5em;
        padding-top: 1.75em;
        font-size: 0.875em;
    }

    .Top003124 .top-nav dd {
        float: left;
        line-height: 2.5714em;
    }

    .Top003124 .top-nav dd.oa {
        margin-left: 4.2857em;
    }

    .Top003124 .top-nav dd.oa a {
        width: 2.5714em;
    }

    .Top003124 .top-nav dd.stock {
        margin-right: 2.1428em;
        padding-right: 2.1428em;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }

    .Top003124:not(.hover) .top-nav dd.stock {
        border-right-color: #fff;
    }
}

@media (max-width:1024px) {
    .Top003124 .top-nav {
        position: absolute;
        right: 0;
        bottom: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 0.5em;
    }

    .Top003124 .top-nav dd {
        line-height: 2;
    }

    .Top003124 .top-nav dd:not(:last-child) {
        margin-right: 1em;
    }

    .Top003124 .top-nav dd.oa a {
        width: 2em;
    }
}

.Top003124 menu li span {
    display: block;
}
.Top003124 menu li .drop-down{display: none;}
.Top003124 menu li:hover .drop-down{display: block;}
@media (min-width:1025px) {
    .Top003124 menu {
        float: right;
        width: 76%;
    }

    .Top003124 menu ul {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .Top003124 menu li {
        float: left;
        position: relative;
    }

    .Top003124 menu li:not(:last-child) {
        margin-right: 0em;
    }
    .Top003124 menu li .drop-down{position: absolute;left: 50%;top: 100%;z-index: 3;transform: translateX(-50%);}
    .Top003124 menu li .drop-down dl{padding: 20px 20px;width: max-content;background-color: #fff;}
    .Top003124 menu li .drop-down dl dd{margin: 10px 0;text-align: center;}
    .Top003124 menu li .drop-down dl dd:hover a{color: #f08519;}
    .Top003124 menu li span,
    .Top003124 menu li span a {
        line-height: 5.3125em;
    }

    .Top003124 menu li span a {
        display: block;
        position: relative;
        z-index: 1;
    }

    .Top003124 menu li span a:after {
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        height: 2px;
        background-color: #f08519;
        transition: 0.3s;
    }

    .Top003124 menu li:hover span a:after,
    .Top003124 menu li.aon span a:after {
        width: 100%;
    }

    .Top003124 menu li .sub {
        position: absolute;
        top: 100%;
        background-color: #fff;
        border-radius: 0 0 5px 5px;
        overflow: hidden;
    }
}

@media screen and (min-width:1024px) and (max-width:1366px) {
    .Top003124 menu ul {
        width: 100%;
        padding-right: 2em;
    }
}

@media (max-width:1024px) {
    .Top003124 menu {
        position: fixed;
        left: -100%;
        top: 54px;
        height: calc(100% - 50px);
        overflow: auto;
        background-color: #fff;
        width: 220px;
        opacity: 0;
        transition: 0.3s ease;
    }

    .menu-show .Top003124 menu {
        left: 0;
        opacity: 1;
        transform: translateX(0);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .Top003124 menu li {
        border-bottom: 1px solid #eee;
    }

    .Top003124 menu li span {
        padding-top: 1em;
        padding-bottom: 1em;
        padding-left: 1em;
    }
    .Top003124 menu li .drop-down dl dd{padding: .5em 1em;}
    .Top003124 .has-sub span .op:before,
    .Top003124 .has-sub span .op:after {
        background-color: #ccc;
    }

    .Top003124 menu li .sub {
        background-color: rgba(0, 0, 0, 0.1);
    }
}

.Top003124 .open-search {
    position: absolute;
    right: 0;
    top: 0;
    width: 5.3125em;
    height: 5.3125em;
    background: rgba(0, 0, 0, 0.3) url(../images/Top003124-btn.svg) no-repeat center;
    cursor: pointer;
    background-size: auto 23.53%;
}

.Top003124 .top-search {
    position: absolute;
    right: 0;
    top: 100%;
    background-color: #fff;
    width: 100%;
    max-width: 400px;
}

.Top003124 .top-search .btn {
    background-color: rgba(0, 0, 0, 1);
    background-image: url(../images/Top003124-btn.svg);
    background-size: auto 50%;
}

.Top003124 .open-search.on:before,
.Top003124 .open-search.on:after {
    width: 40%;
    left: 30%;
}

.Top003124.hover .open-search.on:before,
.Top003124.hover .open-search.on:after {
    background-color: rgba(0, 0, 0, 1);
}

@media (max-width:1024px) {
    .Top003124 .open-search {
        width: 40px;
        height: 40px;
        top: 0px;
        margin-top: 5px;
        background-color: rgba(0, 0, 0, 1);
        background-size: auto 60%;
        right: 50px;
    }

    .Top003124 .open-menu {
        width: 40px;
        height: 40px;
        right: 0;
    }

    .Top003124 .open-menu i {
        width: 60%;
        left: 20%;
        background-color: rgba(0, 0, 0, 1);
    }

    .Top003124 .auto {
        height: 50px;
    }

    .Top003124 .logo a {
        display: flex;
        align-items: center;
        height: 50px;
    }
}

/*Banner003126 */
.Banner003126 {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.Banner003126 li {
    position: relative;
    z-index: 1;
}

.Banner003126 li img {
    display: block;
    width: 100%;
}
.Banner003126 li img.wap{display: none}
.Banner003126 li .txt {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 10;
    color: #fff;
}

.Banner003126 .txt .auto>* {
    opacity: 0;
    transform: translateX(50px);
    transition-duration: 1s;
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1);
}

.Banner003126 .ani-show .txt .auto>* {
    opacity: 1;
    transform: translateX(0);
}

.Banner003126 .txt .logo {
    transition-delay: 0.3s;
}

.Banner003126 .txt .logo img {
    max-height: 1.5625em;
}

.Banner003126 .txt h2 {
    font-size: 48px;
    margin: 0.3em 0 0.1em 0;
    transition-delay: 0.6s;
}

.Banner003126 .txt .en {
    text-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.8125em;
    color: rgba(255, 255, 255, 0.1);
    transition-delay: 0.9s;
}

.Banner003126 .txt .btn {
    display: inline-block;
    background-color: #f08519;
    line-height: 3.4375;
    padding: 0 2.1875em;
    color: #fff;
    margin-top: 3.75em;
    transition-delay: 1.2s;
}

.Banner003126 .txt .btn:after {
    margin-left: 20px;
    display: inline-block;
    content: '';
    width: 16px;
    height: 6px;
    background: url(../images/Banner003126-icon-white.svg) no-repeat center;
    background-size: contain;
    vertical-align: middle;
}

.Banner003126 .auto {
    max-width: 1400px;
}

.Banner003126 .controls {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 3em;
    z-index: 10;
    bottom: 4%;
}

.Banner003126 .slick-dots li {
    float: left;
    list-style: none;
    padding: 0 0.625em;
}

.Banner003126 .slick-dots li a {
    font-size: 0.875em;
    color: #ffffff;
    border: 0;
}

.Banner003126 .slick-dots li a:after {
    width: 0;
    height: 1px;
    background-color: #f08519;
    display: inline-block;
    content: '';
    margin-left: 0.7142em;
    vertical-align: middle;
    transition: 0.3s;
}

.Banner003126 .slick-dots li:not(.slick-active) a {
    opacity: 0.15;
}

.Banner003126 .slick-dots li.slick-active a:after {
    width: 3.5714em;
}

.Banner003126 .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.Banner003126 .slick-prev {
    left: 5%;
    transform: rotate(-135deg);
}

.Banner003126 .slick-next {
    right: 5%;
}
.Banner003126 .slick-arrow{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 2px solid #b1b1b2;
    margin: 0 10px;
    position: relative;
    position: absolute;
    top: 50%;
    z-index: 99;
}
.Banner003126 .slick-arrow:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    border-right: 2px solid #b1b1b2;
    border-top: 2px solid #b1b1b2;
    transform: rotate(45deg);
    left: 50%;
    top: 50%;
    margin: -6px 0 0 -8px;
}
.Banner003126 .slick-prev {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.Banner003126 .slick-arrow:hover, 
.Banner003126 .slick-arrow:hover:before {
    border-color: #f08519;
}
@media (max-width:1024px) {
    .Banner003126 .root-sz-16 {
        font-size: 2vw;
    }
    .Banner003126 li>img.pc{display: none}
    .Banner003126 li>img.wap{display: block;}
}

@media (max-width:640px) {
    .Banner003126 .txt h2 {
        font-size: 3.2em;
    }

    .Banner003126 .txt .btn {
        margin-top: 1em;
    }
}

/*Floor003067 */
.Floor003067 {
    padding: 5% 0;
    background: url(../images/bj1.jpg) no-repeat left center;
    background-size: cover;
}

.Floor003067 .auto {
    max-width: 1400px;
}

.Floor003067 .col-title {
    font-size: 48px;
    padding-bottom: 2em;
}

.Floor003067 .col-title .cn {
    font-size: 0.625em;
    color: #333;
}

.Floor003067 .col-title .cn:after {
    display: inline-block;
    content: '';
    height: 1px;
    background: #f08519;
    width: 5.367em;
    margin-left: 0.521em;
    vertical-align: middle;
}

.Floor003067 .col-title .en {
    color: #f08519;
    line-height: 1em;
    padding-top: 0.2em;
    text-transform: uppercase;
}

@media(min-width:769px) and (max-width:1024px) {
    .Floor003067 .col-title {
        font-size: 4vw;
    }
}

@media(max-width:640px) {
    .Floor003067 .col-title {
        font-size: 9vw;
    }
}

.Floor003067 .more a {
    display: inline-block;
    border: 1px solid #f08519;
    color: #f08519;
    line-height: 2.875em;
    border-radius: 50px;
    padding: 0 2.5em;
    transition: 0.3s;
    font-size: 16px;
}

.Floor003067 .more a:hover {
    background: #f08519;
    color: #fff;
}

@media(max-width:640px) {
    .Floor003067 .more a {
        font-size: 4vw;
    }
}

.Floor003067>.ytable>.ytable-cell {
    vertical-align: top;
}

.Floor003067 .right li {
    border-radius: 20px;
    overflow: hidden;
}

.Floor003067 .right li a {
    color: #fff;
    display: block;
    position: relative;
    text-align: center;
}

.Floor003067 .right li .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    transition: 0.3s;
    padding: 0 5%;
}

.Floor003067 .right li .Ispic {
    border-radius: 24px;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    z-index: 1;
}

.Floor003067 .right li .Ispic:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    background: #000;
    height: 100%;
    opacity: 0.3;
    transition: 0.3s;
}

.Floor003067 .right li a:before {
    position: absolute;
    content: '';
    background: #f9f9f9;
    border-radius: 50%;
    width: 100%;
    padding-bottom: 100%;
    z-index: 3;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
}

.Floor003067 .right li .ytable {
    height: 100%;
}

.Floor003067 .right li .pic {
    margin: 0 auto 10px;
    display: table;
    position: relative;
}

.Floor003067 .right li .pic img {
    transition: 0.3s;
}

.Floor003067 .right li .pic .off {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0;
}

.Floor003067 .right li .tit .cn {
    font-size: 18px;
}

.Floor003067 .right li .tit .en {
    font-size: 12px;
    padding-top: 5px;
}

.Floor003067 .right li a:hover {
    color: #333;
}

.Floor003067 .right li a:hover:before {
    right: 50%;
    opacity: 1;
}

.Floor003067 .right li a:hover .txt {
    width: 50%;
}

.Floor003067 .right li a:hover .en {
    color: #666;
}

.Floor003067 .right li a:hover .pic .off {
    opacity: 1;
}

.Floor003067 .right li a:hover .pic .on,
.Floor003067 .right li a:hover .Ispic:before {
    opacity: 0;
}

@media(min-width:481px) {
    .Floor003067 .right li {
        float: left;
    }
}

@media(min-width:769px) {
    .Floor003067 .right ul {
        margin-top: -3.3%;
    }

    .Floor003067 .right li {
        width: 31.129%;
        margin-top: 3.3%;
    }

    .Floor003067 .right li:not(:nth-child(3n)) {
        margin-right: 3.3065%;
    }
}

@media(min-width:1025px) {
    .Floor003067 .left {
        width: 21.714%;
        position: relative;
    }

    .Floor003067 .left .more {
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .Floor003067 .right {
        padding-left: 3.59vw;
    }
}

@media(max-width:1024px) {

    .Floor003067>.ytable,
    .Floor003067>.ytable>.ytable-cell {
        display: block;
    }

    .Floor003067 .left,
    .Floor003067 .left .col-title {
        padding-bottom: 5vw;
    }
}

@media(min-width:481px) and (max-width:767px) {
    .Floor003067 .auto {
        position: relative;
    }

    .Floor003067 .left {
        position: absolute;
        left: 0;
        top: 0;
        width: 48%;
    }

    .Floor003067 .col-title {
        font-size: 5vw;
    }

    .Floor003067 .more a {
        font-size: 2.5vw;
    }

    .Floor003067 .right li {
        width: 48%;
        margin-bottom: 4%;
    }

    .Floor003067 .right li:not(:nth-child(2n-1)) {
        margin-right: 4%;
    }

    .Floor003067 .right li:nth-child(1) {
        margin-left: 52%;
    }
}

@media(max-width:480px) {
    .Floor003067 .right li {
        margin-bottom: 3%;
    }
}

/*Floor003066 */
.Floor003066 {
    overflow: hidden;
    padding: 5% 0;
    background: #f6f6f6 url(../images/bj2.jpg) no-repeat left center;
    font-weight: normal;
    background-size: cover;
}

.Floor003066 .auto {
    max-width: 1400px;
}

.col-title {
    font-size: 48px;
    padding-bottom: 50px;
}

.col-title .cn {
    font-size: 0.625em;
    color: #333;
}

.col-title .cn:after {
    display: inline-block;
    content: '';
    height: 1px;
    background: #f08519;
    width: 3.354em;
    margin-left: 0.521em;
    vertical-align: middle;
}

.col-title .en {
    color: #f08519;
    line-height: 1em;
    padding-top: 0.2em;
    text-transform: uppercase;
}

@media(min-width:769px) and (max-width:1024px) {
    .col-title {
        font-size: 4vw;
    }
}

@media(max-width:640px) {
    .col-title {
        font-size: 9vw;
    }
}

.Floor003066 .more {
    margin-top: 3.91vw;
}

.Floor003066 .more a {
    display: inline-block;
    border: 1px solid #f08519;
    background: #f08519;
    line-height: 2.875em;
    border-radius: 50px;
    color: #fff;
    padding: 0 2.5em;
    transition: 0.3s;
    font-size: 16px;
}

.Floor003066 .more a:hover {
    background: #fff;
    color: #f08519;
}

@media(max-width:640px) {
    .Floor003066 .more a {
        font-size: 4vw;
    }
}

@media(min-width:1025px) {
    .Floor003066 .fl {
        width: 21.429%;
    }

    .Floor003066 .fr {
        width: 72%;
    }
}

.Floor003066 .intro {
    font-size: 18px;
    color: #333;
}

.Floor003066 .intro .cn {
    line-height: 1.667em;
}

.Floor003066 .intro .en {
    font-size: 0.777em;
    color: #999;
    line-height: 1.6em;
    border-top: 1px solid #e5e5e5;
    margin-top: 0.667em;
    padding-top: 0.667em;
}

@media(max-width:640px) {
    .Floor003066 .intro {
        font-size: 4vw;
    }
}

.Floor003066 .slider li {
    padding: 22px 0;
}

.Floor003066 .slider li a h2 {
    font-size: 20px;
    color: #333;
    margin: 0 0 10px 0;
}

.Floor003066 .slider li a {
    display: block;
    margin: 0 10px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.04);
    border-radius: 20px;
    position: relative;
    padding: 20px;
    background: #fff;
    transition: 0.3s;
}

.Floor003066 .slider li figure {
    background-size: cover;
    padding-bottom: 73.348%;
}

.Floor003066 .slider li .hover {
    position: absolute;
    z-index: 10;
    width: 120px;
    height: 120px;
    background-color: #f08519;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    transition: 0.3s;
}

.Floor003066 .slider li .hover .ytable {
    height: 100%;
}

.Floor003066 .slider li .hover span {
    font-size: 14px;
    display: block;
}

.Floor003066 .slider li .hover aside img {
    max-width: 50px;
}

.Floor003066 .slider li a:hover {
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.12);
}

.Floor003066 .slider li a:hover .hover {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.Floor003066 .btn {
    text-align: center;
    padding-top: 2.08vw;
}

.Floor003066 .btn .slick-arrow {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 2px solid #b1b1b2;
    margin: 0 10px;
    position: relative;
}

.Floor003066 .btn .slick-arrow:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    border-right: 2px solid #b1b1b2;
    border-top: 2px solid #b1b1b2;
    transform: rotate(45deg);
    left: 50%;
    top: 50%;
    margin: -6px 0 0 -8px;
}

.Floor003066 .btn .slick-arrow:hover,
.Floor003066 .btn .slick-arrow:hover:before {
    border-color: #f08519;
}

.Floor003066 .btn .slick-prev {
    transform: rotate(180deg);
}

@media(min-width:641px) {
    .Floor003066 .slider {
        margin: 0 -2.8vw;
        padding: 0 1.4vw;
    }
}

@media(max-width:640px) {
    .Floor003066 .slider li figure {
        padding-bottom: 100%;
    }
}


.video_pop {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.videobox {
    position: absolute;
    width: 60%;
    /* height: 70%; */
    height: auto;
    max-height: 70%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #000;
    border-radius: 30px;
    overflow: hidden;
}

.close_btn {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 20px;
    background: url(../images/close.png) no-repeat center;
    z-index: 100;
    cursor: pointer;
    background-size: 30px;
}

#video {
    width: 100%;
    max-height: 100%;
}



/*Floor003055 */
.Floor003055 {
    padding: 5% 0;
    background-color: #fff;
    font-size: 16px;
}

.Floor003055 .auto {
    max-width: 1400px;
}

.Floor003055 .title {
    color: #000;
    font-size: 2.34vw;
    margin-bottom: 2.6vw;
}

.Floor003055 .title h3 {
    font-weight: bold;
    margin: 0 0 0.445em 0;
    font-size: 1em;
}

.Floor003055 .title .desc {
    font-size: 18px;
    position: relative;
    padding-right: 90px;
}

.Floor003055 .title .more {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0.889em;
    padding-right: 20px;
    background: url("../images/Floor003055_more.png") no-repeat right center;
    color: #17c971;
}

.Floor003055 .title .more:hover {
    color: #f08519;
    background-image: url("../images/Floor003055_more_on.png");
}

@media(max-width:1024px) {
    .Floor003055 .title {
        font-size: 4vw;
    }

    .Floor003055 .title .desc {
        font-size: 0.5em;
        padding-right: 8em;
    }
}

@media(max-width:640px) {
    .Floor003055 .title {
        font-size: 6vw;
    }
}

.Floor003055 .news-top {
    background: #fff;
}

.Floor003055 .new_box {
    position: relative;
}

.bq {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #f08519;
    color: #fff;
    padding: 10px 15px;
    font-size: 15px;
}

.Floor003055 .Ispic {
    padding-bottom: 63.794%;
}

.Floor003055 .txt {
    padding: 2vw;
    color: #000;
    background: #f9f9f9;
    border-radius: 0 0 20px 20px;
}

.Floor003055 .txt time {
    color: #d9d9d9;
}

.Floor003055 .txt h3 {
    font-size: 24px;
    margin: 10px 0;
}

.Floor003055 .txt p {
    line-height: 1.875em;
    margin-bottom: 2vw;
}

.Floor003055 .txt .more {
    display: inline-block;
    padding-right: 20px;
    background: url("../images/Floor003055_more_gray.png") no-repeat right center;
}

.Floor003055 a:hover .txt .more {
    color: #f08519;
    background-image: url("../images/Floor003055_more_on.png");
}

.Floor003055 .slider li a {
    background: #f9f9f9;
    padding: 1.3vw;
    margin-bottom: 10px;
    table-layout: fixed;
}

.Floor003055 .controls {
    margin-top: 2vw;
    position: relative;
    overflow: hidden;
}

.Floor003055 .controls .slick-dots {
    float: right;
    position: relative;
}

.Floor003055 .controls .slick-dots li {
    list-style: none;
}

.Floor003055 .controls .slick-dots li {
    display: inline-block;
    position: relative;
    width: 28px;
    height: 28px;
}

.Floor003055 .controls .slick-dots li button {
    padding: 0;
    width: 28.572%;
    height: 28.572%;
    background: #f08519;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 0;
    border: 0;
}

.Floor003055 .controls .slick-dots li.slick-active button {
    background: #f08519;
    width: 50%;
    height: 50%;
}

.Floor003055 .controls .slick-dots li.slick-active:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #f08519;
    border-radius: 50%;
    clip: rect(0 28px 7px 0);
    animation: zhuan 2s infinite linear;
}

@keyframes zhuan {
    0% {
        transform: rotate(-360deg);
    }

    100% {
        transform: rotate(0);
    }
}

.Floor003055 .slider li .pic {
    position: relative;
}

.Floor003055 .slick-dots:after {
    position: absolute;
    right: 100%;
    top: 50%;
    height: 1px;
    background: #e4e8ed;
    margin-right: 2vw;
    width: 50vw;
    content: '';
}

@media(min-width:481px) {
    .Floor003055 .slider li .pic {
        width: 34.765%;
    }

    .Floor003055 .slider li .Ispic {
        padding-bottom: 63.523%;
    }

    .Floor003055 .slider li .txt {
        padding: 0 2.08vw;
    }

    .Floor003055 .slider li .txt h3 {
        font-size: 20px;
    }

    .Floor003055 .slider li .txt p {
        margin-bottom: 1vw;
    }
}

@media(min-width:1025px) {
    .Floor003055 .left {
        width: 36.25%;
    }

    .Floor003055 .right {
        width: 61.25%;
    }
}

@media(min-width:1025px) and (max-width:1366px) {
    .Floor003055 {
        font-size: 1.1vw;
    }

    .Floor003055 .txt h3 {
        font-size: 1.5vw;
    }

    .Floor003055 .slider li .txt h3 {
        font-size: 1.3vw;
    }
}

@media(max-width:1024px) {
    .Floor003055 .left {
        margin-bottom: 3vw;
    }

    .Floor003055 .txt {
        padding: 4vw;
    }

    .Floor003055 .txt p {
        height: 3.75em;
    }
}

@media(min-width:481px) and (max-width:1024px) {
    .Floor003055 .slider li .txt {
        padding: 0 4vw;
    }
}

@media(min-width:481px) and (max-width:767px) {
    .Floor003055 .slider li .pic {
        width: 45%;
    }
}

@media(max-width:768px) {
    .Floor003055 {
        font-size: 2.5vw;
    }

    .Floor003055 .txt h3 {
        font-size: 3.5vw;
    }

    .Floor003055 .slider li .txt h3 {
        font-size: 3vw;
    }
}

@media(max-width:480px) {

    .Floor003055 .slider li .ytable-cell,
    .Floor003055 .slider li a {
        display: block;
    }

    .Floor003055 .slider li a {
        padding: 4vw;
    }

    .Floor003055 {
        font-size: 3.5vw;
    }

    .Floor003055 .txt h3 {
        font-size: 5vw;
    }

    .Floor003055 .slider li .txt h3 {
        font-size: 4vw;
    }
}

/*Bottom003048 */
.Bottom003048 {
    background: #f8f8f8;
    padding: 3% 2.6vw 0;
    font-weight: 100;
    color: #000;
}

.Bottom003048 footer {
    background: #fff;
}

.Bottom003048 .auto {
    max-width: 1600px;
    padding-top: 2.8vw;
    padding-bottom: 2.08vw;
}

.Bottom003048 .gettop {
    padding: 26px;
    text-align: center;
    position: fixed;
}

.Bottom003048 .gettop a {
    font-size: 12px;
    padding-bottom: 20px;
    display: inline-block;
    background: url("../images/Bottom003048_gettop.png") no-repeat center bottom;
    color: #fff;
    cursor: pointer;
}

.Bottom003048 .copyright {
    border-top: 1px solid #f0f0f0;
    padding: 25px 0;
    text-align: center;
}

.Bottom003048 h4.tit {
    margin: 0;
    font-size: 24px;
}

.Bottom003048 h4.tit:after {
    display: block;
    content: '';
    width: 20px;
    height: 2px;
    background-color: #e6e6e6;
    margin: 10px 0 15px 0;
}

.Bottom003048 .code ul {
    max-width: 273px;
    width: 90%;
}

.Bottom003048 .code li {
    float: left;
    width: 48%;
    text-align: center;
}

.Bottom003048 .code li:nth-of-type(2n) {
    float: right;
}

.Bottom003048 .code li p {
    font-weight: normal;
    font-size: 16px;
}

.Bottom003048 .logo img {
    max-width: 75%;
}

.Bottom003048 .slider-list li aside.dot {
    color: #333;
    font-size: 18px;
    line-height: 2.223em;
    cursor: pointer;
    font-weight: normal;
}

.Bottom003048 .slider-list .btn {
    text-align: center;
}

.Bottom003048 .slider-list .slick-arrow {
    width: 20px;
    height: 20px;
    position: relative;
    margin: 0 2px;
}

.Bottom003048 .slider-list .slick-arrow:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    transform: rotate(-135deg);
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -5px;
}

.Bottom003048 .slider-list .slick-next {
    transform: rotate(-180deg);
}

.Bottom003048 .slider-list .slick-next:before {
    border-color: #000;
}

.Bottom003048 .slider-list li.slick-current aside.dot {
    color: #000;
}

.Bottom003048 .slider-main dl {
    margin-top: 32px;
}

.Bottom003048 .slider-main dd {
    line-height: 22px;
    padding: 5px 0;
    padding-left: 36px;
    background: url("../images/Bottom003048_add.png") no-repeat left center;
    background-size: 24px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: normal;
}

.Bottom003048 .slider-main dd.tel {
    background-image: url("../images/Bottom003048_tel.png");
}

.Bottom003048 .slider-main dd.emai {
    background-image: url("../images/Bottom003048_yx.png");
}

@media(min-width:1025px) {
    .Bottom003048 .logo {
        width: 25%;
    }

    .Bottom003048 .contact {
        width: 34.3125%;
    }

    .Bottom003048 .slider-list {
        width: 20%;
        max-width: 150px;
        margin-right: 3.65vw;
    }

    .Bottom003048 .code {
        width: 22.375%;
        border-left: 1px solid #e6e6e6;
        min-height: 10.94vw;
    }

    .Bottom003048 .code ul {
        float: right;
    }
}
@media(max-width:1366px) {

.Bottom003048 .code li p,.Bottom003048 .slider-main dd{font-size: 14px}
.Bottom003048 .slider-main dd{line-height: 20px;}
}
@media(max-width:1024px) {
    .Bottom003048 .logo {
        text-align: center;
    }

    .Bottom003048 .code ul {
        display: table;
        margin: 4vw auto 0;
        clear: both;
    }

    .Bottom003048 .slider-list,
    .Bottom003048 .contact {
        display: none;
    }

    .Bottom003048 h4.tit {
        text-align: center;
    }

    .Bottom003048 h4.tit:after {
        margin-left: auto;
        margin-right: auto;
    }
}


.xw_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.xw_top .more a {
    display: inline-block;
    border: 1px solid #f08519;
    color: #f08519;
    line-height: 2.875em;
    border-radius: 50px;
    padding: 0 2.5em;
    transition: 0.3s;
    font-size: 16px;
}

.xw_top .more a:hover {
    background: #f08519;
    color: #fff;
}

@media(max-width:640px) {
    .xw_top .more a {
        font-size: 4vw;
    }
}

.ny_tit {
    margin-bottom: 4%;
}

.ny_tit h2 {
    font-size: 40px;
    color: #000;
    text-align: center;
    font-weight: normal;
}

ul, ol {
    list-style: none;
}

/*Banner003144 */
.Banner003144 .pc {
    width: 100%;
}

@media (min-width:1025px) {
    .Banner003144 .wap {
        display: none;
    }
}

@media (max-width:1024px) {
    .Banner003144 .pc {
        display: none;
    }
}

/*Menu003070 */
.Menu003070 {
    background-color: #f9f9f9;
}

.Menu003070 .auto {
    max-width: 1400px;
}

.Menu003070 .auto ul {
    padding: 19px 0;
}

.Menu003070 li {
    float: left;
    padding: 0 15px;
}

.Menu003070 li a {
    display: block;
    line-height: 2.778em;
    font-size: 18px;
    color: #3d3d3d;
    padding: 0 30px;
}

.Menu003070 li.aon a,
.Menu003070 li a:hover {
    color: #fff;
    background-color: #f08519;
    border-radius: 5px;
}

@media(min-width:641px) {
    .Menu003070 .auto ul {
        display: table;
        margin: 0 auto;
    }
}

@media(max-width:1440px) {
    .Menu003070 li {
        padding: 0 1vw;
    }

    .Menu003070 li a {
        padding: 0 2vw;
    }
}

@media(max-width:640px) {
    .Menu003070 li a {
        font-size: 3.5vw;
    }

    .Menu003070 li {
        margin-bottom: 1vw;
        width: 32%;
    }

    .Menu003070 li:not(:nth-child(3n)) {
        margin-right: 2%;
    }
}

/*
 .PicList001291 为demo编号
 */
.PicList001291 {
    background-color: #f5f5f5;
    padding: 4% 0 0;
}

.PicList001291 li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    background-color: #fff;
}

.PicList001291 li:nth-child(4n) {
    margin-right: 0;
}

.PicList001291 li figure {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 87.6%;
    position: relative;
    overflow: hidden;
}

.PicList001291 li figure img,
.PicList001291 li figure .txt {
    position: absolute;
}

.PicList001291 li figure img {
    left: 50%;
    max-width: 80%;max-height:75%;
    top: 10px;
    transform: translate(-50%, 0);
    transition: .5s 0s cubic-bezier(.25, .1, .25, 1);
}

.PicList001291 li figure .txt {
    bottom: 0;
    width: 80%;
    left: 4%;
    padding-top: 10px;
    color: #000;
    background-color: #fff;
}

.PicList001291 li figure .txt p {
    height: 0;
    overflow: hidden;
    line-height: 24px;
    transition: .5s 0s cubic-bezier(.25, .1, .25, 1);
    margin: 5px 0;
    font-size: 14px;
}

.PicList001291 li h2,
.PicList001291 li h3 {
    margin: 0;
    font-weight: normal;
}

.PicList001291 li h2 {
    line-height: 24px;
    font-size: 16px;
}

.PicList001291 li h3 {
    font-size: 14px;
    transition: .5s 0s cubic-bezier(.25, .1, .25, 1);
    color: #f08519;
}

.PicList001291 li:hover figure img {
    transform: translate(-50%, 0%) scale(0.9);
}

.PicList001291 li:hover figure .txt {
    transform: translateY(-2%);
}

.PicList001291 li:hover figure .txt p {
    height: 72px;
}

.PicList001291 li dl {
    display: table;
    width: 100%;
    padding: 5%;
}

.PicList001291 li dd {
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
    color: #000;
    line-height: 33px;
}

.PicList001291 li dd:last-child {
    width: 96px;
    text-align: right;
}

.PicList001291 li dd span {
    font-size: 12px;
    color: #999;
    margin-left: 5px;
    display: inline-block;
    height: 33px;
}

.PicList001291 li dd:last-child a {
    display: inline-block;
    position: relative;
    color: #000;
    background: url(../images/zx.svg) no-repeat left center;
    background-size: 25px;
    padding-left: 30px;
}

.PicList001291 li dd:last-child a:hover {
    color: #f08519;
    background-image: url(../images/zx-color.svg);
}

@media(max-width:1000px) {
    .PicList001291 li {
        width: 49%;
    }

    .PicList001291 li:nth-child(3n) {
        margin-right: 2%;
    }

    .PicList001291 li:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width:700px) {
    .PicList001291 li dd span {
        display: block;
    }
}

@media(max-width:640px) {
    .PicList001291 li:hover figure .txt p {
        height: 96px;
    }
}

@media(max-width:480px) {
    .PicList001291 li {
        width: auto;
        float: none;
        margin-right: 0 !important;
    }
}

.PicList0012911 {
    padding: 4% 0 0;
}

.PicList0012911 li {
    width: 100%;
    background-color: #fff;
}

.PicList0012911 li figure {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 87.6%;
    position: relative;
    overflow: hidden;
}

.PicList0012911 li figure img,
.PicList0012911 li figure .txt {
    position: absolute;
}

.PicList0012911 li figure img {
    left: 50%;
    max-width: 80%;
    top: 10px;
    transform: translate(-50%, 0);
    transition: .5s 0s cubic-bezier(.25, .1, .25, 1);
}

.PicList0012911 li figure .txt {
    bottom: 0;
    width: 80%;
    left: 4%;
    padding-top: 10px;
    color: #000;
    background-color: #fff;
}

.PicList0012911 li figure .txt p {
    height: 0;
    overflow: hidden;
    line-height: 24px;
    transition: .5s 0s cubic-bezier(.25, .1, .25, 1);
    margin: 5px 0;
}

.PicList0012911 li h2,
.PicList0012911 li h3 {
    margin: 0;
    font-weight: normal;
}

.PicList0012911 li h2 {
    line-height: 30px;
    font-size: 20px;
}

.PicList0012911 li h3 {
    font-size: 14px;
    transition: .5s 0s cubic-bezier(.25, .1, .25, 1);
    color: #f08519;
}

.PicList0012911 li:hover figure img {
    transform: translate(-50%, -0%) scale(0.9);
}

.PicList0012911 li:hover figure .txt {
    transform: translateY(-4%);
}

.PicList0012911 li:hover figure .txt p {
    height: 72px;
}

.PicList0012911 li dl {
    display: table;
    width: 100%;
    padding: 5%;
}

.PicList0012911 li dd {
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
    color: #000;
    line-height: 33px;
}

.PicList0012911 li dd:last-child {
    width: 96px;
    text-align: right;
}

.PicList0012911 li dd span {
    font-size: 12px;
    color: #999;
    margin-left: 5px;
    display: inline-block;
    height: 33px;
}

.PicList0012911 li dd:last-child a {
    display: inline-block;
    position: relative;
    color: #000;
    background: url(../images/zx.svg) no-repeat left center;
    background-size: 25px;
    padding-left: 30px;
}

.PicList0012911 li dd:last-child a:hover {
    color: #f08519;
    background-image: url(../images/zx-color.svg);
}


.PicList0012911 .slick-arrow {
    bottom: 0;
    font-size: 1em;
    text-indent: 999em;
    overflow: hidden;
    width: calc(60 / 16 * 1em);
    height: calc(60 / 16 * 1em);
    border-radius: 50%;
    position: absolute;
    z-index: 10;
    background: url(../images/left1.svg) no-repeat 55% center;
    background-size: 30px;
    transition: 0.3s;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.2);
}

.PicList0012911 .slick-arrow:hover {
    background-color: #f08519;
    border-color: #f08519;
}

.PicList0012911 .slick-next {
    background-image: url(../images/right1.svg);
    right: -5%;
}

.PicList0012911 .slick-prev {
    left: -5%;
}

/* .PicList0012911 .slick-prev:hover{background-image: url(../images/Floor003204-prev-on.svg);}
.PicList0012911 .slick-next:hover{background-image: url(../images/Floor003204-next-on.svg);} */


@media(max-width:1000px) {
    .PicList0012911 li {
        width: 49%;
    }

    .PicList0012911 li:nth-child(3n) {
        margin-right: 2%;
    }

    .PicList0012911 li:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width:700px) {
    .PicList0012911 li dd span {
        display: block;
    }
}

@media(max-width:640px) {
    .PicList0012911 li:hover figure .txt p {
        height: 96px;
    }
}

@media(max-width:480px) {
    .PicList0012911 li {
        width: auto;
        float: none;
        margin-right: 0 !important;
    }
}


/*
 .PicList001520 为demo编号
 */
.PicList001520 .list li {
    overflow: hidden;
    margin-bottom: 3%;
    float: left;
    width: 49%;
    margin-right: 2%;
    background: #f9f9f9;
    padding: 3% 0;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.PicList001520 .list li:nth-child(2n) {
    margin-right: 0;
}

.PicList001520 .list .pic {
    width: 50%;
    float: left;
}

.PicList001520 .list .pic img {
    display: block;
    max-height:240px;margin:0 auto;max-width:100%;
}

.PicList001520 .list dl {
    width: 100%;
    color: #727272;
    line-height: 30px;
    color: #666;
    padding-right: 10px;
    box-sizing: border-box;min-height:130px;
}

.PicList001520 .list dl a:hover {
    color: #000;
}

.PicList001520 .list dd {
    overflow: hidden;
    font-size: 16px;
    color: #777;display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break:break-word;
	-webkit-box-orient: vertical;-webkit-line-clamp: 2;
}

.PicList001520 .list dd span {
    color: #f08519;
    font-size: 15px;
    margin: 5px 0;
    display: block;
}

.PicList001520 .list dd em {
    font-style: normal;
}

.PicList001520 .list li dt {
    font-size: 20px;
    color: #333;
}

.cp_more a {
    padding: 5px 15px;
    background: #f08519;
    color: #fff;
    border-radius: 30px;
    font-size: 12px;
    border: 1px solid #f08519;
    margin-right: 10px;
}

.cp_more {
    margin-top: 20px;
    display: block;
}

.cp_more .zx {
    background: #fff;
    border: 1px solid #f08519;
    color: #f08519;
}

.jj_right {
    width: 50%;
}

.cp_more a:hover {
    background-color: #f08519;
    color: #fff;
}

@media(max-width:480px) {

    .PicList001520 .list .pic,
    .PicList001520 .list dl {
        float: none;
        width: auto;
    }

    .PicList001520 .tit {
        font-size: 24px;
    }

    .PicList001520 .tit span {
        font-size: 14px;
    }
}

/*PicList002856 */

/*slick Basic*/
.PicList002856 .slick-slider {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.PicList002856 .slick-list {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
}

.PicList002856 .slick-list:focus {
    outline: none
}

.PicList002856 .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.PicList002856 .slick-slider .slick-track,
.PicList002856 .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.PicList002856 .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.PicList002856 .slick-track:before,
.PicList002856 .slick-track:after {
    display: table;
    content: '';
}

.PicList002856 .slick-track:after {
    clear: both;
}

.PicList002856 .slick-loading .slick-track {
    visibility: hidden;
}

.PicList002856 .slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.PicList002856 .slick-slide .slick-loading img {
    display: none;
}

.PicList002856 .slick-slide .dragging img {
    pointer-events: none;
}

.PicList002856 .slick-initialized .slick-slide {
    display: block;
}

.PicList002856 .slick-loading .slick-slide {
    visibility: hidden;
}

.PicList002856 .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.PicList002856 .slick-arrow .slick-hidden {
    display: none;
}

/*slick Basic End*/

.PicList002856 {
    padding-top: 4%;
}

.PicList002856 .top-new {
    margin-bottom: 4%;
}

.PicList002856 .top-new li {
    background: #f9f9f9;
}

.PicList002856 .top-new li .img img {
    display: block;
    width: 100%;
}

.PicList002856 .top-new li .img figure {
    width: 100%;
    padding-bottom: 63%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.PicList002856 .top-new li .txt .inner {
    padding: 20px;
}

.PicList002856 .top-new li .txt time {
    font-size: 16px;
    color: #333;
    display: block;
    border-left: 3px solid #f08519;
    padding-left: 19px;
    margin-left: -20px;
}

.PicList002856 .top-new li .txt time b {
    display: block;
    font-size: 30px;
}

.PicList002856 .top-new li .txt aside {
    margin: 20px 0 0 0;
    font-size: 24px;
}

.PicList002856 .top-new li .txt p {
    line-height: 24px;
    color: #999;
    margin-top: 10px;
}

.PicList002856 .top-new .slick-arrow {
    position: absolute;
    width: 70px;
    height: 70px;
    z-index: 10;
    background: #f08519 url(../images/PicList002856_prev.png) no-repeat center center;
    font-size: 0;
    cursor: pointer;
    padding: 0;
    border: 0;
}

.PicList002856 .top-new .slick-prev {
    margin-left: -70px;
}

.PicList002856 .top-new .slick-next {
    background-color: #fff;
    background-image: url(../images/PicList002856_next.png);
}

.PicList002856 .list li {
    background: #f9f9f9;
    margin-bottom: 2%;
    position: relative;
}

.PicList002856 .list li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #f08519;
    opacity: 0;
    -webkit-opacity: 0;
    transition: 0.3s;
}

.PicList002856 .list li a:hover {
    opacity: 1;
    -webkit-opacity: 1;
}

.PicList002856 .list li .inner {
    padding: 40px;
    color: #333;
}

.PicList002856 .list li time {
    font-size: 16px;
    background: url(../images/time.svg) no-repeat left center;
    background-size: contain;
    padding-left: 30px;
}

.PicList002856 .list li aside.dot {
    font-size: 18px;
    margin: 10px 0 10px 0;
}

.PicList002856 .list li p {
    color: #999;
    line-height: 24px;
    margin: 0;
}

.PicList002856 .list li:hover aside.dot {
    color: #f08519;
}

@media(min-width:641px) {
    .PicList002856 dl.year {
        float: left;
        width: 38.462%;
    }

    .PicList002856 ul.search {
        float: right;
        width: 59.231%;
    }
}

@media(min-width:769px) {
    .PicList002856 .top-new .slick-arrow {
        left: 50%;
        bottom: 0;
    }

    .PicList002856 .top-new li .img {
        width: 50%;
    }

    .PicList002856 .top-new li .txt .inner {
        max-width: 80%;
        margin: 0 auto;
    }
}

@media(min-width:769px) and (max-width:1024px) {
    .PicList002856 .top-new .slick-arrow {
        width: 50px;
        height: 50px;
    }

    .PicList002856 .top-new .slick-prev {
        margin-left: -50px;
    }
}

@media(max-width:768px) {

    .PicList002856 .top-new li .ytable,
    .PicList002856 .top-new li .ytable-cell {
        display: block;
    }

    .PicList002856 .top-new .slick-arrow {
        top: 0;
        right: 0;
        width: 10vw;
        height: 10vw;
        background-size: 51% auto;
    }

    .PicList002856 .top-new .slick-prev {
        right: 10vw;
    }

    .PicList002856 .top-new li .txt {
        padding: 20px;
    }
}

@media(max-width:640px) {
    .PicList002856 .top-new li .txt aside {
        font-size: 20px;
    }

    .PicList002856 dl.year {
        margin-bottom: 10px;
    }
}

/*RighInfo002939 */
.RighInfo002939 {
    padding: 0 0 3.49vw 0;
}

.RighInfo002939 .name {
    border-bottom: 1px dotted #cecece;
    text-align: center;
    margin-bottom: 37px;
}

.RighInfo002939 .name h1 {
    margin: 0 0 30px 0;
    font-size: 20px;
    color: #333;
}

.RighInfo002939 .time {
    color: #c8c8c8;
    padding-bottom: 1.72vw;
    line-height: 16px;
}

.RighInfo002939 .share {
    margin-left: 10px;
}

.RighInfo002939 .time time,
.RighInfo002939 .share,
.RighInfo002939 .share>* {
    display: inline-block;
    vertical-align: middle;
}

.RighInfo002939 .share em {
    font-style: normal;
}

#bsPanel,
#bsPanel *,
.bsBox,
.bsBox * {
    box-sizing: content-box;
}

.RighInfo002939 .edit-info {
    line-height: 2.5625em;
    color: #1e1e1e;
    text-align: justify;
    padding-bottom: 4vw;
}

.RighInfo002939 .info-page {
    border: solid 1px #eee;
}

.RighInfo002939 .info-page dd {
    line-height: 36px;
}

.RighInfo002939 .info-page dd a {
    padding: 0 20px;
}

.RighInfo002939 .info-page dd a:hover {
    color: #d43e45;
}

@media(min-width:641px) {
    .RighInfo002939 .info-page dd {
        float: left;
        width: 50%;
    }

    .RighInfo002939 .info-page dd:nth-child(2) {
        border-left: 1px solid #eee;
    }

    .RighInfo002939 .time,
    .RighInfo002939 .info-page dd a,
    .RighInfo002939 .edit-info {
        font-size: 16px;
    }
}

@media(max-width:640px) {
    .RighInfo002939 .info-page dd:nth-child(2) {
        border-top: 1px solid #eee;
    }

    .RighInfo002939 .share {
        display: block;
        padding-top: 10px;
    }
}

.lxfs {
    padding: 4% 0;
}

.lxfs ul {
    display: flex;
    flex-wrap: wrap;
}

.lxfs ul li {
    width: 32%;
    margin-right: 2%;
    border: 1px solid #E2E2E2;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 2%;
}

.lxfs ul li img {
    max-height: 50px;
}

.lxfs ul li h2 {
    font-size: 20px;
    font-weight: normal;
    color: #000;
    margin: 10px 0
}

.lxfs ul li p {
    font-size: 15px;
    color: #666;
}

.lxfs ul li:nth-child(3n) {
    margin-right: 0;
}

.lxfs ul li:hover {
    box-shadow: 0 0.625rem 1.25rem rgba(240, 133, 25, 0.08);
}

/*Form003139 */
.Form003139 {
    padding: 0 0 4%;
}

.Form003139 .auto {
    position: relative;
    z-index: 1
}

.Form003139 .form {
    background-color: #f9f9f9;
    margin-top: 3.375em;
}
.Form003139 .form #allmap{height: 500px;}
.Form003139 .form-ul {
    margin: 0 auto;
}

.Form003139 .form-ul li {
    margin-bottom: 10px;
    position: relative;
}

.Form003139 .form-ul li .tit {
    position: absolute;
    left: 1.1428em;
    top: 0;
    font-size: 0.875em;
    line-height: 3.5714;
    color: #333333;
}

.Form003139 .form-ul li select,
.Form003139 .form-ul li .text {
    width: 100%;
    border-radius: 5px;
    border: solid 1px #8b8b8b;
    font-size: 15px;
    line-height: 3.5714;
    height: 3.5714em;
    background: none;
    padding: 0 1em;
}

.Form003139 .form-ul li textarea.text {
    height: auto;
}

.Form003139 .form-ul .btn {
    width: 10em;
    background: #f08519;
    border-radius: 5px;
    font-size: 0.875em;
    height: 3.5714em;
    color: #fff;
    cursor: pointer;
    border: 0;
}

.Form003139 .form-ul .yz {
    position: relative;
    overflow: hidden;
}

.Form003139 .form-ul img {
    position: absolute;
    right: 1px;
    top: 2px;
    height: 46px;
}

@media (min-width:1025px) {
    .Form003139 .form .img {
        width: 50%;
    }

    .Form003139 .form-ul .row-2 li {
        float: left;
        width: calc(50% - 5px);
    }

    .Form003139 .form-ul .row-2 li:nth-child(2n) {
        float: right;
    }

    .Form003139 .form-ul {
        width: 75.715%;
    }
}

@media (max-width:1024px) {
    .Form003139 .form-ul {
        padding: 2em 0;
    }

    .Form003139 .form-ul {
        width: 90%;
    }
}


/*RighInfo003141 */
.RighInfo003141 {
    padding: 4% 0;
}

.RighInfo003141 .intro .title {
    font-size: 2em;
    color: #333333;
    margin-bottom: 0.6em;
}

.RighInfo003141 .intro .info {
    font-size: 0.875em;
    line-height: 2;
}

.RighInfo003141 .intro .info p {
    margin: 1.8em 0;
    font-size: 16px;
    color: #666;
}

.RighInfo003141 .number-count {
    margin: 4.5625em 0;
    box-shadow: 0px 0.625em 4.375em rgba(0, 0, 0, 0.05);
    border: solid 1px #f3f3f3;
    padding: 3.6875em 0;
}

.RighInfo003141 .number-count li {
    color: #333333;
}

.RighInfo003141 .number-count li span {
    display: inline-block;
    position: relative;
    font-size: 2em;
    color: #f08519;
    margin: 0 5px;
}

.RighInfo003141 .number-count li span i {
    font-style: normal;
}

.RighInfo003141 .number-count li span i.ani {
    position: absolute;
    left: 0;
    top: 0;
}

.RighInfo003141 .number-count li span i.opa {
    opacity: 0;
}

.RighInfo003141 .number-count li sup {
    display: inline-block;
    vertical-align: top;
    color: #f08519;
    font-size: 1em;
}

.RighInfo003141 .plate dd {
    margin-bottom: 2.8565%;
}

.RighInfo003141 .plate dd .txt {
    box-shadow: 0px 0.625em 4.375em rgba(0, 0, 0, 0.05);
    padding: 2.375em 1.875em;
}

.RighInfo003141 .plate dd ol {
    float: left;
    width: 4.25em;
}

.RighInfo003141 .plate dd ol img {
    width: 85.295%;
}

.RighInfo003141 .plate dd li {
    width: calc(100% - 4.25em);
    float: right;
}

.RighInfo003141 .plate dd li aside {
    font-size: 1.125em;
    color: #333;
}

.RighInfo003141 .plate dd li p {
    margin: 0;
    font-size: 0.875em;
    color: #999;
}

@media (min-width:1025px) {
    .RighInfo003141 .intro .info {
        width: 47.929%;
    }

    .RighInfo003141 .intro .title {
        line-height: 1;
    }

    .RighInfo003141 .intro .img {
        width: 47.215%;
    }

    .RighInfo003141 .number-count ul {
        display: table;
        margin: 0 auto;
    }

    .RighInfo003141 .number-count li {
        float: left;
    }

    .RighInfo003141 .number-count li:not(:last-child) {
        margin-right: 3.5em;
    }

    .RighInfo003141 .plate dd {
        float: left;
        width: 31.429%;
    }

    .RighInfo003141 .plate dd:not(:last-child) {
        margin-right: 2.8565%;
    }
}

@media (max-width:1024px) {
    .RighInfo003141 .number-count li {
        text-align: center;
        padding: 1em 0
    }

    .RighInfo003141 .number-count {
        margin: 2em 0;
        padding: 2em 0;
    }

    .RighInfo003141 .intro {
        padding-top: 2em;
        margin-bottom: 2em;
    }
}

/*RighInfo003148 */
.RighInfo003148 {
    padding: 4% 0;
}

.RighInfo003148 .title {
    font-size: 24px;
    color: #333333;
}

.RighInfo003148 .items-group .items:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.11);
}

.RighInfo003148 .items-group .items:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}

.RighInfo003148 .items-group .items p {
    color: #777;
    font-size: 15px;
    line-height: 1.64285;
}

.RighInfo003148 .items-group .items p+.title {
    margin-top: 2em;
}


.RighInfo003148 .items-group .items .txt span {
    font-size: 18px;
    color: #f08519;
    margin: 15px 0;
    display: block;
}


.RighInfo003148 .box-rows {
    margin-top: 4.875em;
}

.RighInfo003148 .box-rows .title {
    margin-bottom: 3.95833em;
}

.RighInfo003148 .box-rows dd {
    box-shadow: 0px 0.625em 3.75em rgba(0, 0, 0, 0.05);
    border: solid 1px #f3f3f3;
    text-align: center;
}

.RighInfo003148 .box-rows dd .heart {
    font-size: 1.375em;
    width: 4.0909em;
    height: 3.5454em;
    display: block;
    margin: -1.36363em auto 0;
    line-height: 3.5;
    background: url(../images/RighInfo003148-icon.svg) no-repeat center;
    background-size: contain;
    text-align: center;
    color: #fff;
}

.RighInfo003148 .box-rows dd aside {
    color: #000000;
    font-size: 1.25em;
    margin: 2.4em 0 1em 0;
    line-height: 1;
}

.RighInfo003148 .box-rows dd p {
    color: #999999;
    width: 73%;
    margin: auto;
}

@media (min-width:1025px) {
    .RighInfo003148 .items-group .img {
        width: 50%;
    }

    .RighInfo003148 .items-group .items:nth-child(2n-1) .txt {
        padding-right: 3.5em;
    }

    .RighInfo003148 .items-group .items:nth-child(2n) .txt {
        padding-left: 3.5em;
    }

    .RighInfo003148 .box-rows dd {
        float: left;
        min-height: 15.625em;
        width: 30.715%;
        margin-bottom: 3.9275%;
    }

    .RighInfo003148 .box-rows dd:not(:nth-child(3n)) {
        margin-right: 3.9275%;
    }
}

@media (max-width:1024px) {
    .RighInfo003148 .items-group .txt {
        padding: 2em 0;
    }

    .RighInfo003148 .box-rows dd {
        padding-bottom: 3em;
        margin-bottom: 4em;
    }

    .RighInfo003148 .box-rows dd p {
        width: 90%;
    }
}


/*PicList002925 */

.PicList002925 {
    padding: 4% 0 0;
    overflow: hidden;
    background: #f5f5f5;
}


.PicList002925 .list {
    padding: 0 3.4375vw;
}

.PicList002925 .list ul {
    margin: 0 -2vw;
}

.PicList002925 li {
    float: left;
    text-align: center;
    position: relative;
    background: url("../images/PicList002925_taibg.png") repeat-x top 70% left;
}

.PicList002925 li a {
    display: block;
    position: relative;
    z-index: 3;
}

.PicList002925 li .pic {
    padding-bottom: 1.98vw;
}

.PicList002925 li .Ispic {
    padding-bottom: 55%;
    background-size: contain;
}

.PicList002925 li .tit {
    margin-top: 1.303vw;
    margin-bottom: 2.08vw;
    padding: 0 5%;
}

.PicList002925 li .tit aside {
    font-size: 16px;
    line-height: 1.25em;
    height: 2.5em;
}

@media(min-width:769px) {
    .PicList002925 li {
        width: 25%;
    }

    .PicList002925 li:first-child:before,
    .PicList002925 li:nth-child(4n+1):before {
        position: absolute;
        top: 0;
        content: '';
        height: 100%;
        background: url("../images/PicList002925_taibg_l.png") no-repeat left top 70% #f5f5f5;
        width: 7.4375vw;
        left: -2vw;
    }

    .PicList002925 li:last-child:before,
    .PicList002925 li:nth-child(4n):before {
        position: absolute;
        top: 0;
        content: '';
        height: 100%;
        background: url("../images/PicList002925_taibg_r.png") no-repeat right top 70% #f5f5f5;
        width: 7.4375vw;
        right: -2vw;
    }
}

@media(max-width:768px) {
    .PicList002925 .list {
        padding: 0 6vw;
    }

    .PicList002925 li {
        width: 50%;
    }

    .PicList002925 li .pic {
        padding-bottom: 7vw;
    }

    .PicList002925 li .tit {
        margin-bottom: 5vw;
    }

    .PicList002925 li:first-child:before,
    .PicList002925 li:nth-child(2n+1):before {
        position: absolute;
        top: 0;
        content: '';
        height: 100%;
        background: url("../images/PicList002925_taibg_l.png") no-repeat left top 70% #f5f5f5;
        width: 7.4375vw;
        left: -3vw;
    }

    .PicList002925 li:last-child:before,
    .PicList002925 li:nth-child(2n):before {
        position: absolute;
        top: 0;
        content: '';
        height: 100%;
        background: url("../images/PicList002925_taibg_r.png") no-repeat right top 70% #f5f5f5;
        width: 7.4375vw;
        right: -3vw;
    }

    .PicList002925 li .tit aside {
        font-size: 3vw;
    }
}

/*Page003143 */
.Page003143 .Pages {
    padding: 0 0 3% 0;
    text-align: center;
}

.Page003143 .Pages .p_page a.a_first,
.Page003143 .Pages .p_page a.a_end,
.Page003143 .Pages>span:not(.p_page) {
    display: none;
}

.Page003143 .Pages .p_page {
    display: table;
    margin: 0 auto;
}

.Page003143 .Pages .p_page * {
    float: left;
}

.Page003143 .Pages .p_page a {
    border: solid 1px #ebebeb;
    line-height: 36px;
    transition: 0.3s;
    font-size: 16px;
}

.Page003143 .Pages .p_page>a {
    border-radius: 5px;
    padding: 0 15px;
}

.Page003143 .Pages .p_page em {
    font-style: normal;
    margin: 0 30px;
}

.Page003143 .Pages .p_page em a {
    width: 36px;
    border-radius: 50%;
    margin: 0 5px;
}

.Page003143 .Pages .p_page a:hover,
.Page003143 .Pages .p_page a.a_cur {
    color: #fff;
    background-color: #f08519;
    border-color: #f08519;
}

@media (max-width:1024px) {
    .Page003143 .Pages {
        padding: 0 0 2em 0;
    }

    .Page003143 .Pages .p_page em {
        display: none;
    }

    .Page003143 .Pages .p_page>a {
        margin: 0 10px;
    }
}


/*
 .PicList000593 为demo编号
 */
.PicList000593 {
    padding: 4% 0;
}

.PicList000593 li {
    float: left;
    width: 32%;
    margin-right: 2%;
    position: relative;
    margin-bottom: 2%;
}

.PicList000593 li:nth-child(3n) {
    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: #761b1b;
    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: cover;
    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 p {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    line-height: 50px;
    width: 100%;
    padding-left: 20px;
    color: #fff;
}

.PicList000593 li p i {
    width: 30px;
    height: 30px;
    background: url(../images/video.svg) no-repeat left center;
    background-size: 30px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

@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;
    }
}


/*
 .TextList001131 为demo编号
 */
.TextList001131 {
    padding: 4% 0;
}

.TextList001131 li {
    line-height: 30px;
    font-size: 16px;
    padding: 40px;
    background: #fff;
    box-shadow: 0 0 40px rgba(128, 128, 128, 0.13);
    margin-bottom: 30px;
}

.TextList001131 li span {
    float: left;
    width: 30px;
    height: 30px;
    background-color: #ccc;
    margin-right: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.TextList001131 li:hover span {
    background-color: #f08519;
}

.TextList001131 li:hover a {
    color: #f08519;
}

.TextList001131 li a {
    display: block;
    overflow: hidden;
}

.TextList001131 li b,
.TextList001131 li em {
    padding-right: 3%;
    float: left;
}

.TextList001131 li b {
    font-size: 18px;
    width: 40%;
    font-weight: normal;
}

.TextList001131 li em {
    font-style: normal;
    width: 40%;
    color: #777;
}

.TextList001131 li .down {
    width: 20%;
    background: url(../images/xz.svg) no-repeat left center;
    background-size: 25px;
    padding-left: 30px;
}

@media(max-width:768px) {
    .TextList001131 li {
        font-size: 14px;
        padding: 10px 0;
    }

    .TextList001131 li b,
    .TextList001131 li em {
        float: none;
        display: block;
        width: auto;
    }
}


/*Map002515 */
.Map002515 {
    background: #fff;
    padding: 2% 0;
}

.Map002515 .auto {
    background: #f9f9f9;
    padding: 2% 4%;
}

.Map002515 .title {
    color: #333;
    font-size: 24px;
    padding-bottom: 3%;
}

.Map002515 .number {
    padding-bottom: 5%;
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: 2%;
}

.Map002515 .number dl {
    width: 48%;
    display: table;
    float: left;
    background: #fff;
    height: 120px;
}

.Map002515 .number dl>* {
    display: table-cell;
    vertical-align: middle;
}

.Map002515 .number dl:nth-child(2n) {
    float: right;
}

.Map002515 .number dt {
    background: #f08519;
    width: 24%;
    position: relative;
}

.Map002515 .number dt::before {
    position: absolute;
    content: '';
    left: 20%;
    top: 20%;
    right: 20%;
    bottom: 20%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.Map002515 .number dl.hotline dt::before {
    background-image: url(../images/Map002515_icon_1.svg);
}

.Map002515 .number dl.webchat dt::before {
    background-image: url(../images/Map002515_icon_2.svg);
}

.Map002515 .number dd {
    padding-left: 33px;
    font-size: 16px;
    color: #999;
}

.Map002515 .number dd.img {
    padding-left: 0;
    width: 120px;
    text-align: center;
}

.Map002515 .number dd.img img {
    width: 100px;
    height: 100px;
}

.Map002515 .number dd h3 {
    font-size: 30px;
    margin: 0;
    color: #f08519;
}

.Map002515 .list {
    padding: 3% 0;
}

.Map002515 .list .name {
    font-size: 20px;
    color: #f08519;
    padding-left: 40px;
    background: url(../images/Map002515_icon_3.png) no-repeat left center;
    margin-bottom: 3%;
}

.Map002515 .list p {
    margin: 0;
    line-height: 30px;
    font-size: 16px;
}

.Map002515 .list .map {
    margin-top: 3%;
    height: 320px;
}

.Map002515 .list .map * {
    box-sizing: content-box;
}

.Map002515 .list .map img {
    max-width: none;
}

.call p {
    line-height: 30px;
    color: #333;
    font-size: 16px;
}

@media(max-width:1024px) {
    .Map002515 .auto {
        padding: 2%;
    }
}

@media(max-width:1024px) and (min-width:641px) {
    .Map002515 .number dd h3 {
        font-size: 20px;
    }
}

@media(max-width:640px) {
    .Map002515 .number dl {
        float: none !important;
        width: 100%;
        margin-bottom: 2%;
    }
}

@media(max-width:480px) {
    .Map002515 .title {
        font-size: 20px;
    }

    .Map002515 .number dl {
        height: 90px;
    }

    .Map002515 .number dd {
        padding-left: 20px;
    }

    .Map002515 .number dd h3 {
        font-size: 24px;
    }

    .Map002515 .number dd.img {
        width: 90px;
    }

    .Map002515 .number dd.img img {
        width: 80px;
        height: 80px;
    }
}

.shfw_top {
    margin-bottom: 3%;
}

.shfw_top dl {
    display: flex;
}

.shfw_top dd {
    font-size: 30px;
    color: #000;
    margin-right: 60px;
}

.shfw_top dd.on {
    color: #f08519;
    border-bottom: 3px solid #f08519;
}

.shfw_box {
    padding-bottom: 4%;
}

.shfw_box .HomeProBox {
    position: relative;
}

.shfw_box .HomeProBox .tabCon {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}

.shfw_box .HomeProBox .tabCon.on {
    position: relative;
    opacity: 1;
    visibility: visible;
}

/*
 .TextList001202 为demo编号
 */
.TextList001202 h1 {
    margin: 0;
    font-weight: normal;
    padding: 3% 0;
    font-size: 24px;
    color: #333;
}

.TextList001202 h1 b {
    display: block;
}

.TextList001202 li {
    padding-bottom: 10px;
}

.TextList001202 dl {
    position: relative;
    padding-left: 53px;
}

.TextList001202 dl dt,
.TextList001202 dl dt {
    position: absolute;
    width: 50px;
    left: 0;
    top: 0;
    color: #f08519;
    text-align: center;
    font-size: 24px;
    background: #f9f9f9;
}

.TextList001202 dl.Q dt,
.TextList001202 dl.Q dd,
.TextList001202 dl.A dt {
    height: 50px;
    line-height: 50px;
}

.TextList001202 dl.A dt {
    background-color: #f9f9f9;
}

.TextList001202 dl.A dd {
    padding: 2%;
    line-height: 30px;
    font-size: 15px;
}

.TextList001202 dl.Q dd {
    padding: 0 2%;
}

.TextList001202 li figure {
    padding-top: 2%;
}

.TextList001202 li figure a {
    display: inline-block;
    padding: 0 20px;
    line-height: 25px;
    color: #fff;
    background-color: #f08519;
}

.TextList001202 dl.A {
    display: none;
    padding-top: 10px;
}

.TextList001202 dl.A dt {
    top: 10px;
}

.TextList001202 dl.A p {
    margin: 0;
}

.TextList001202 dl.Q_on dt {
    color: #fff;
    background-color: #f08519;
}

.TextList001202 dl.Q_on dd {
    background-color: rgba(0, 0, 0, 0.03);
}

@media(max-width:480px) {

    .TextList001202 dl.Q dt,
    .TextList001202 dl.Q dd,
    .TextList001202 dl.A dt {
        height: 40px;
        line-height: 40px;
    }

    .TextList001202 h1,
    .TextList001202 dl dt {
        font-size: 20px;
    }

    .TextList001202 dl.A p {
        max-height: 66px;
        overflow: hidden;
    }
}


/*TextList002514 */
.TextList002514 .list {
    border: 1px solid #e8e8e8;
    padding: 0 3%;
    margin-bottom: 15px;
}

.TextList002514 .job-title {
    line-height: 30px;
    padding: 15px 0;
    font-size: 20px;
    cursor: pointer;
    position: relative;
}

.TextList002514 .job-title i {
    position: absolute;
    width: 22px;
    height: 22px;
    background: #f08519;
    border-radius: 50%;
    right: 0;
    top: 50%;
    margin-top: -11px;
}

.TextList002514 .job-title i::before,
.TextList002514 .job-title i::after {
    position: absolute;
    content: '';
    background: #fff;
}

.TextList002514 .job-title i::before {
    left: 20%;
    width: 60%;
    height: 2px;
    top: 50%;
    margin-top: -1px;
}

.TextList002514 .job-title i::after {
    left: 50%;
    margin-left: -1px;
    width: 2px;
    top: 20%;
    height: 60%;
}

.TextList002514 .job-title.select i::after {
    display: none;
}

.TextList002514 .job-title.select {
    color: #f08519;
    font-weight: bold;
}

.TextList002514 .job-main {
    display: none;
    padding: 22px 0;
    border-top: 1px dotted #e5e5e5;
}

.TextList002514 .job-main p {
    line-height: 30px;
    margin-bottom: 20px;
}

.TextList002514 .job-email {
    color: #f08519;
    padding: 30px 0;
}


/*
 .PicList001727 为demo编号
 */
.PicList001727 {
    /* padding-top: 4%; */
}

.PicList001727 .list li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    background-color: #f3f3f3;
}

.PicList001727 .list li:nth-child(3n) {
    margin-right: 0;
}

.PicList001727 .list li a {
    display: block;
    padding: 3%;
    transition: background 0.3s;
}

.PicList001727 .list li a:hover {
    background-color: #f29200;
    color: #fff;
}

.PicList001727 .list li img {
    display: none;
}

.PicList001727 .list li figure {
    padding-bottom: 66%;
}

.PicList001727 .list li h1 {
    position: relative;
    margin: 0;
    font-weight: normal;
    font-size: 16px;
    padding: 30px 0 20px 0;
}

.PicList001727 .list li h1 i {
    position: absolute;
    left: 0;
    top: 20px;
    background-color: #f29200;
    height: 2px;
    width: 25px;
}

.PicList001727 .list li a:hover h1 i {
    background-color: #fff;
}

@media(max-width:768px) {
    .PicList001727 .nav dd {
        margin-right: 2%;
        line-height: normal;
    }

    .PicList001727 .nav dd a {
        padding: 6% 0;
        font-size: 16px;
    }
}

@media(max-width:768px) and (min-width:481px) {
    .PicList001727 .nav dd {
        width: 23.5%;
    }

    .PicList001727 .nav dd:nth-child(4n) {
        margin-right: 0;
    }

    .PicList001727 .list li {
        width: 32%;
    }

    .PicList001727 .list li:nth-child(4n) {
        margin-right: 2%;
    }

    .PicList001727 .list li:nth-child(3n) {
        margin-right: 0;
    }
}

@media(max-width:480px) {
    .PicList001727 .list li {
        width: 49%;
    }

    .PicList001727 .list li:nth-child(2n) {
        margin-right: 0;
    }

    .PicList001727 .nav dd {
        width: 32%;
    }

    .PicList001727 .nav dd:nth-child(3n) {
        margin-right: 0;
    }

    .PicList001727 .nav dd a {
        font-size: 14px;
    }
}


/*Floor002745 */
/*slick Basic*/
.Floor002745 .slick-slider {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.Floor002745 .slick-list {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
}

.Floor002745 .slick-list:focus {
    outline: none
}

.Floor002745 .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.Floor002745 .slick-slider .slick-track,
.Floor002745 .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.Floor002745 .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.Floor002745 .slick-track:before,
.Floor002745 .slick-track:after {
    display: table;
    content: '';
}

.Floor002745 .slick-track:after {
    clear: both;
}

.Floor002745 .slick-loading .slick-track {
    visibility: hidden;
}

.Floor002745 .slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.Floor002745 .slick-slide .slick-loading img {
    display: none;
}

.Floor002745 .slick-slide .dragging img {
    pointer-events: none;
}

.Floor002745 .slick-initialized .slick-slide {
    display: block;
}

.Floor002745 .slick-loading .slick-slide {
    visibility: hidden;
}

.Floor002745 .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.Floor002745 .slick-arrow .slick-hidden {
    display: none;
}

/*slick Basic End*/
.Floor002745 li.slick-slide {
    padding: 50px 0;
}

.Floor002745 li.slick-slide .icon {
    width: 60%;
    max-width: 114px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    min-height: 105px;
   
}

.Floor002745 li.slick-slide .icon:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    background: #f9f9f9;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.Floor002745 li.slick-slide .icon img {
    border-radius: 50%;
    position: relative;
    z-index: 3;
    margin-top: 30px;
}

.Floor002745 li.slick-slide .icon .off {
    display: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.Floor002745 li.slick-slide .icon .on{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.Floor002745 li.ative .icon .off {
    display: inline-block;
}

.Floor002745 li.ative .icon .on {
    display: none;
}

.Floor002745 li.ative .icon:before {
    background-color: #f29200;
}

.Floor002745 li.slick-slide aside {
    line-height: 22px;
    font-size: 16px;
    text-align: center;
    color: #333;
    padding-top: 10px;
    position: relative;
    z-index: 3;
}

/* .Floor002745 li.slick-slide:hover .icon:before {
    animation: Floor002745 1s ease infinite;
    -webkit-animation: Floor002745 1s ease infinite;
    -ms-animation: Floor002745 1s ease infinite;
} */

.Floor002745 li.slick-slide:hover .icon:before{
    background-color: #f29200;
}
.Floor002745 li.slick-slide:hover .icon .on{
    display: none;
}
.Floor002745 li.slick-slide:hover .icon .off{
    display: inline-block;
}

@-webkit-keyframes Floor002745 {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

@-ms-keyframes Floor002745 {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes Floor002745 {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.Floor002745 .slick-dots {
    text-align: center;
    padding: 0 0 20px 0;
}

.Floor002745 .slick-dots li {
    display: inline-block;
    width: 14px;
    height: 6px;
    background: rgba(0, 0, 0, 0.2);
    margin: 0 2px;
}

.Floor002745 .slick-dots li button {
    display: none;
}

.Floor002745 .slick-dots li.slick-active {
    background: #f29200;
}



.pro_nav {
    width: 100%;
    background: #fff;
}

.pro_nav ul {
    display: flex;
    justify-content: center;
    padding: 2% 0;
    border-top: 1px solid #f5f5f5;
}

.pro_nav ul li img {
    max-width: 100px;
}

.pro_nav ul li {
    text-align: center;
    margin: 0 50px;
}

.pro_nav ul li h2 {
    font-size: 18px;
    font-weight: normal;
    margin-top: 10px;
}

.pro_nav ul li.onli h2 {
    color: #f29200;
}

.pro_nav.fix {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    box-shadow: 0 0 10px #dcdcdc;
}


.pd {
    background: #f8f8f8;
    padding: 4% 0;
}

.pd .pda {
    border-top: 30px solid #f7f8f9;
    margin-bottom: 75px;
}

.pd .pda .pdal {
    float: left;
    width: 47%;
}

.pd .pda .pdal .csabx {
    margin-top: 23px;
    position: relative;
}

.pd .pda .pdal .csabx .gallery-thumbs {
    width: 82%;
    margin: 0 auto;
}

.pd .pda .pdal .csabx .swiper-button-next {
    width: 30px;
    height: 30px;
    background: url(../images/pd3_21.jpg) no-repeat center;
    right: 0;
    z-index: 98
}

.pd .pda .pdal .csabx .swiper-button-prev {
    width: 30px;
    height: 30px;
    background: url(../images/pd2_19.jpg) no-repeat center;
    left: 0;
    z-index: 98
}

.pd .pda .pdal .csabx .gallery-thumbs .swiper-slide {
    border: 1px solid transparent;
    box-sizing: border-box;
}

.pd .pda .pdal .csabx .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    border: 1px solid #f29200;
}

.pd .pda .pdal .gallery-top .swiper-slide {
    background: #f7f8f9;
}

.pd .pda .pdal .gallery-top .swiper-slide video {
    width: 100%;
    height: 100%;
}

.pd .pda .pdal .csabx .gallery-thumbs .swiper-slide video {
    width: 100%;
}

.pd .pda .pdar {
    float: right;
    width: 50%;
}

.pd .pda .pdar .pdara .pdaraa {
    font-size: 34px;
    color: #000;
    padding-top: 75px;
    line-height: 1;
}

.pd .pda .pdar .pdara .pdarab {
    font-size: 16px;
    color: #f29200;
    margin-top: 18px;
}

.pd .pda .pdar .pdarb {
    margin-top: 20px;
}

.pd .pda .pdar .pdarb .pdarbx {
    font-size: 18px;
    color: #000000;
    line-height: 40px;
}

.pd .pda .pdar .pdarb .hd {
    margin-top: 27px;
    border-top: 1px solid #e5e5e5;
    padding-top: 38px;
}

.pd .pda .pdar .pdarb .hd .pdarbb {
    color: #999999;
    font-size: 16px;
}

.pd .pda .pdar .pdarb .hd ul {
    margin-top: 15px;
}

.pd .pda .pdar .pdarb .hd ul li {
    font-size: 14px;
    color: #333333;
    line-height: 38px;
    border: 1px solid #333333;
    float: left;
    margin: 0 20px 15px 0;
    padding: 0 15px;
    border-radius: 30px;
}

.pd .pda .pdar .pdarb .hd ul li img {
    width: 33px;
    vertical-align: middle;
}

.pd .pda .pdar .pdarb .hd ul li.on {
    color: #f29200;
    border: 1px solid #f29200;
}

.pd .pda .pdar .pdarc {
    margin-top: 20px;
    padding-top: 88px;
    border-top: 1px solid #e5e5e5;
}

.pd .pda .pdar .pdarc .pdarca {
    display: inline-block;
    width: 168px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #333333;
    text-align: center;
    border-radius: 24px;
    font-size: 18px;
    color: #333333;
}

.pd .pda .pdar .pdarc .pdarcb {
    display: inline-block;
    width: 228px;
    padding-left: 20px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #f29200;
    background: url(pd5_14.png) no-repeat 13px center;
    text-align: center;
    border-radius: 24px;
    font-size: 24px;
    color: #f29200;
    margin-left: 18px;
}

@media only screen and (max-width:1600px) {
    .pd .pda {
        border-top: 20px solid #f7f8f9;
        margin-bottom: 50px;
    }

    .pd .pda .pdal .csabx {
        margin-top: 15px;
    }

    .pd .pda .pdar .pdara .pdaraa {
        padding-top: 45px;
        font-size: 28px;
    }

    .pd .pda .pdar .pdara .pdarab {
        font-size: 14px;
        margin-top: 10px;
    }

    .pd .pda .pdar .pdarb {
        margin-top: 15px;
    }

    .pd .pda .pdar .pdarb .pdarbx {
        font-size: 16px;
        line-height: 32px;
    }

    .pd .pda .pdar .pdarb .hd {
        margin-top: 20px;
        padding-top: 30px;
    }

    .pd .pda .pdar .pdarb .hd .pdarbb {
        font-size: 14px;
    }

    .pd .pda .pdar .pdarb .hd ul {
        margin-top: 10px;
    }

    .pd .pda .pdar .pdarb .hd ul li {
        margin: 0 15px 15px 0;
    }

    .pd .pda .pdar .pdarc {
        margin-top: 15px;
        padding-top: 50px;
    }

    .pd .pda .pdar .pdarc .pdarca {
        width: 150px;
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
        font-size: 16px;
    }

    .pd .pda .pdar .pdarc .pdarcb {
        width: 200px;
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
        font-size: 20px;
    }
}

.pdbaa {
    text-align: center;
}

.pdbaa div {
    font-size: 34px;
    color: #000000;
}

.pdbaa p {
    width: 42px;
    height: 2px;
    background: #f29200;
    margin: 8px auto 0;
}

.pdba {
    padding: 70px 0 0;
}

.pdba .pdbac {
    margin-top: 60px;
    font-size: 18px;
    color: #333333;
    line-height: 2;
    padding-bottom: 67px;
    border-bottom: 1px solid #f2f2f2;
}

@media only screen and (max-width:1600px) {
    .pdbaa div {
        font-size: 28px;
    }

    .pdbaa p {
        margin: 5px auto 0;
    }

    .pdba {
        padding: 50px 0 0;
    }

    .pdba .pdbac {
        margin-top: 40px;
        font-size: 16px;
        padding-bottom: 50px;
    }
}


/*RighInfo003134 */
.RighInfo003134 .auto {
    padding: 4% 0;
}

.RighInfo003134 .img-side {
    border: solid 1px #f2f2f2;
    margin-bottom: 4em;
}

.RighInfo003134 .img-side .ytable-cell {
    padding-bottom: 3em;
}

.RighInfo003134 .img-group li .Ispic {
    background-size: contain;
    padding-bottom: 55.167%;
}

.RighInfo003134 .controls {
    display: table;
    position: relative;
    padding: 0 56px;
    margin: 3.125em auto 0;
}

.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: #f29200;
    width: 100%;
    height: 100%;
}

.RighInfo003134 .controls .slick-arrow {
    position: absolute;
    top: 50%;
    width: 25px;
    height: 11px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -5px;
}

.RighInfo003134 .controls .slick-prev {
    left: 0;
    background-image: url(../images/RighInfo003134-btn-prev.svg);
}

.RighInfo003134 .controls .slick-next {
    right: 0;
    background-image: url(../images/RighInfo003134-btn-next.svg);
}

.RighInfo003134 .controls .slick-disabled {
    cursor: default;
}

.RighInfo003134 .controls .slick-prev.slick-disabled {
    background-image: url(../images/RighInfo003134-btn-prev-disabled.svg);
}

.RighInfo003134 .controls .slick-next.slick-disabled {
    background-image: url(../images/RighInfo003134-btn-next-disabled.svg);
}

.RighInfo003134 .img-side .txt {
    text-align: center;
}

.RighInfo003134 .img-side .tit {
    font-size: 1.875em;
    color: #333;
    margin-bottom: 0.6em;
}

.RighInfo003134 .img-side .line {
    width: 15px;
    height: 2px;
    background-color: #f29200;
    display: block;
    margin: 0 auto;
}

.RighInfo003134 .img-side .btn {
    margin-top: 4.375em;
}

.RighInfo003134 .img-side .btn a {
    display: inline-block;
    font-size: 1.125em;
    color: #fff;
    box-shadow: 0px 10px 30px rgba(218, 37, 29, 0.08);
    border-radius: 5px;
    margin: 0 5px;
    min-width: 12.5em;
    text-align: center;
    line-height: 3.3333;
    padding: 0 1.8125em;
    cursor: pointer;
}

.RighInfo003134 .img-side .btn a.download {
    background-color: #f29200;
}

.RighInfo003134 .img-side .btn a.download2 {
    background-color: #6e6e6e;
}

.RighInfo003134 .img-side .btn a:before {
    display: inline-block;
    vertical-align: top;
    content: '';
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 1.3888em;
    height: 3.3333em;
    margin-right: 0.5555em;
}

.RighInfo003134 .img-side .btn a.download:before {
    background-image: url(../images/RighInfo003134-icon-file.svg);
}

.RighInfo003134 .img-side .btn a.download2:before {
    background-image: url(../images/RighInfo003134-icon-download.svg);
}

.RighInfo003134 .prod-intro .name {
    border-bottom: 1px solid #efefef;
    font-size: 1.5em;
    padding-bottom: 0.666em;
    color: #333;
    line-height: 2;
}

.RighInfo003134 .prod-intro .name i {
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background-color: #f29200;
    display: inline-block;
    vertical-align: top;
    margin-right: 0.625em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 50%;
}

.RighInfo003134 .prod-intro .name-1 i {
    background-image: url(../images/RighInfo003134-icon-file.svg);
}

.RighInfo003134 .prod-intro .name-2 i {
    background-image: url(../images/ly.svg);
}

.RighInfo003134 .prod-intro .name-3 i {
    background-image: url(../images/RighInfo003134-title-icon.svg);
    ;
}

.RighInfo003134 .prod-intro .name-4 i {
    background-image: url(../images/cs.svg);
}

.RighInfo003134 .prod-intro .name-5 i {
    background-image: url(../images/cp.svg);
}

.RighInfo003134 .prod-intro .singlePage {
    line-height: 1.875;
    margin: 2em 0 3em 0;
}

@media (min-width:1025px) {
    .RighInfo003134 .img-group {
        width: 50%;
        border-right: solid 1px #f2f2f2;
    }

    .RighInfo003134 .img-side .ytable-cell {
        padding-top: 4em;
    }

    .RighInfo003134 .img-side .txt {
        padding: 0 4%;
    }
}

@media (max-width:1024px) {
    .RighInfo003134 .img-side {
        padding: 2em;
    }

    .RighInfo003134 .img-side .btn a {
        min-width: calc(50% - 10px);
        padding: 0;
    }
}

.RighInfo003134 .popUp-box {
    position: fixed;
    z-index: 200;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.RighInfo003134 .popUp-box>.ytable {
    height: 100%;
}

.RighInfo003134 .popUp-box .main {
    background: #fff url(../images/RighInfo003134-bg.jpg) no-repeat;
    background-size: cover;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 5px;
    position: relative;
}

.RighInfo003134 .popUp-box .close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    z-index: 10;
    cursor: pointer;
}

.RighInfo003134 .popUp-box .close:before,
.RighInfo003134 .popUp-box .close:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #000;
    top: 50%;
    margin-top: -1px;
    transform: rotate(-45deg);
}

.RighInfo003134 .popUp-box .close:after {
    transform: rotate(45deg);
}

.RighInfo003134 .popUp-box .logo img {
    height: 1.9375em;
}

.RighInfo003134 .popUp-box .title {
    font-size: 1.875em;
    color: #333333;
    line-height: 1.3333;
    margin-top: 0.3em;
}

.RighInfo003134 .popUp-box .title:after {
    display: block;
    content: '';
    width: 20px;
    height: 2px;
    background-color: #da251d;
    margin: 1em 0;
}

.RighInfo003134 .popUp-box .left p {
    font-size: 1.5em;
    line-height: 1.66666;
    color: #333333;
}

.RighInfo003134 .popUp-box .form li {
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

.RighInfo003134 .popUp-box .form li label.tit {
    position: absolute;
    left: 1.21428em;
    top: 0;
    font-size: 0.875em;
    line-height: 3.5714em;
}

.RighInfo003134 .popUp-box .form li .text {
    border: solid 1px rgba(139, 139, 139, 0.2);
    width: 100%;
    font-size: 1em;
    height: 3.125em;
    line-height: 3.125em;
    border-radius: 0.625em;
    padding: 0 1.0625em;
}

.RighInfo003134 .popUp-box .form li.code dl {
    overflow: hidden;
}

.RighInfo003134 .popUp-box .form li.code dl dt {
    position: relative;
    width: 60%;
    float: left;
}

.RighInfo003134 .popUp-box .form li.code dl dd {
    width: 38%;
    float: right;
}

.RighInfo003134 .popUp-box .form li.code dl dd a {
    display: block;
    cursor: pointer;
    background-color: #6e6e6e;
    border-radius: 10px;
    color: #fff;
    font-size: 0.875em;
    line-height: 3.5714em;
    text-align: center;
}

.RighInfo003134 .popUp-box .form ol .btn {
    display: block;
    width: 100%;
    background: #da251d;
    border: 0;
    cursor: pointer;
    border-radius: 0.625em;
    height: 3.125em;
    color: #fff;
    font-size: 1em;
}

@media (min-width:1025px) {
    .RighInfo003134 .popUp-box .main {
        padding: 10.9375vh 8.25em;
    }

    .RighInfo003134 .popUp-box .main .ytable-cell {
        width: 50%;
    }
}

@media (max-width:1024px) {
    .RighInfo003134 .popUp-box .main {
        padding: 2em;
    }

    .RighInfo003134 .popUp-box .main .ytable {
        max-height: 85vh;
        overflow: auto;
    }
}


/*Menu001093 */
.Menu001093 {
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 1;
}

.Menu001093 .auto {
    max-width: 1400px;
}

.Menu001093 .nav {
    display: table;
    margin: 0 auto;
}

.Menu001093 .nav li {
    float: left;
    position: relative;
    display: table;
    height: 70px;
    margin: 0 1px;
    min-width: 8.334vw;
}

.Menu001093 .nav li a {
    transition: 0.3s;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    padding: 0 2vw;
}

.Menu001093 .nav li a:hover,
.Menu001093 .nav li.onli a {
    background: #f29200;
    color: #fff;
}

.Menu001093 .nav li a:after {
    position: absolute;
    bottom: 6px;
    left: 50%;
    margin-left: -6px;
    content: '';
    border: 4px solid transparent;
    border-top-color: #fff;
    width: 0;
    height: 0;
    border-top-width: 6px;
}

@media(max-width:640px) {
    .Menu001093 .nav li {
        height: 10vw;
    }

    .Menu001093 .nav li a {
        font-size: 2.6vw;
    }
}

@media(max-width:480px) {
    .Menu001093 .nav li {
        height: 14vw;
    }

    .Menu001093 .nav li a {
        font-size: 3.5vw;
        padding: 0 4vw;
    }

    .Menu001093 .nav li a:after {
        bottom: 0.5vw;
    }
}

.Menu001093.fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}



/*
 .Floor 为demo编号
 */
.RighInfo002502 {
    width: 100%;
}

.RighInfo002502 ul li {
    margin-bottom: 20px;
}

.RighInfo002502 ul li .liBox {
    border-radius: 30px 0 0 0;
    padding: 20px;
    background: #f9f9f9 url(../images/RighInfo002502-icon.png) no-repeat 95% 20px;
    background-size: 45px 29px;
}

.RighInfo002502 ul li:nth-child(2n) .liBox {
    border-right-color: #f29200;
}

.RighInfo002502 ul li .liBox .h3 {
    margin: 0;
    font-size: 20px;
    font-weight: normal;
    color: #f29200;
}

.RighInfo002502 ul li .liBox .txt {
    padding-top: 20px;
    font-size: 16px;
}

@media screen and (min-width:768px) {
    .RighInfo002502 ul li {
        float: left;
        width: 48%;
        margin-right: 4%;
        margin-bottom: 2%;
    }

    .RighInfo002502 ul li:nth-child(2n) {
        margin-right: 0;
    }

    .RighInfo002502 ul li .liBox {
        background-size: 77px 50px;
    }

    .RighInfo002502 ul li:nth-child(3n) .liBox {
        border-right-color: #f29200;
    }

    .RighInfo002502 ul li:nth-child(3n+1) .liBox {
        border-right-color: #f29200;
    }

    .RighInfo002502 ul li .liBox .txt {
        font-size: 16px;
        padding-top: 40px;
        height: 120px;
    }
    .RighInfo002502 ul li .liBox .icon{margin-top: .4rem;}
    .RighInfo002502 ul li .liBox .icon dl{display: flex;margin: 0 -1%;}
    .RighInfo002502 ul li .liBox .icon dl dd{width: 18%;margin: 0 1%;text-align: center;}
    .RighInfo002502 ul li .liBox .icon dl dd .img{width: 100%;}
    .RighInfo002502 ul li .liBox .icon dl dd .img img{width: 115px;height: 115px;margin: 0 auto;object-fit: cover;border-radius: 50%}
    .RighInfo002502 ul li .liBox .icon dl dd .alt{margin-top: 15px;text-align: center;}
    .ColorSelection ul{display: flex;flex-wrap: wrap;margin: 0 -1%;}
    .ColorSelection ul li{width: 14.66%;margin: 0 1%;text-align: center;}
    .ColorSelection ul li .img{width: 100%;}
    .ColorSelection ul li .img img{width: 115px;height: 115px;margin: 0 auto;object-fit: cover;border-radius: 50%}
    .ColorSelection ul li .alt{margin-top: 15px;text-align: center;}
}
@media screen and (max-width:640px){
    .ColorSelection ul{display: flex;margin: 0 -1%;flex-wrap: wrap}
    .ColorSelection ul li{width: 48%;margin: 1%;text-align: center;}
    .ColorSelection ul li .img img{width: 160px;height: 160px;margin: 0 auto;object-fit: cover;border-radius: 50%}
    .ColorSelection ul li .alt{margin-top: 10px;text-align: center;}
}
/*Floor003081 */
.Floor003081 {
    font-size: 16px
}

.Floor003081 .auto {
    overflow: hidden;
    max-width: 1560px;
    width: 94%;
    position: relative;
    z-index: 2;
}

.Floor003081 .title {
    line-height: 1;
    font-family: 'SourceHanSansCN-Medium';
    font-size: 48px;
    margin-bottom: 0.834em;
    color: #333;
}

.Floor003081 .info {
    text-align: justify;
    line-height: 1.875;
    margin-bottom: 3.18vw;
    color: #999999;
}

.Floor003081 .txt-area {
    position: relative;
    z-index: 1;
}

.Floor003081 .txt-area .more {
    position: absolute;
    right: 0;
}

.Floor003081 .txt-area .more a {
    display: block;
    text-align: center;
    color: #f29200;
    width: 180px;
    line-height: 53px;
    border-radius: 55px;
    border: solid 2px #fff;
    font-size: 14px;
}

.Floor003081 .txt-area .more a:hover {
    background: #f29200;
    color: #fff;
    border-color: #f29200;
}

.Floor003081 .slick-dots {
    text-align: center;
    padding-top: 2.6vw;
}

.Floor003081 .slick-dots li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 10px 0;
    position: relative;
    list-style: none;
    margin: 0 9px;
}

.Floor003081 .slick-dots li button {
    font-size: 0;
    width: 4px;
    height: 4px;
    background: rgba(0, 0, 0, 0.2);
    border: 0;
    padding: 0;
    position: absolute;
    border-radius: 50%;
}

.Floor003081 .slick-dots li:not(.slick-active) button {
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
}

.Floor003081 .slick-dots li.slick-active button {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #f29200;
}

.Floor003081 .item a {
    border-radius: 6px;
    background: #f9f9f9;
}

.Floor003081 .item .Ispic {
    /* width: 47.369%; */
    width: 280px;
    max-width: 47.369%;
}

.Floor003081 .item .txt .inner {
    color: #999;
    max-width: 264px;
    width: 80%;
    margin: 0 auto;
}

.Floor003081 .item .txt aside {
    color: #333;
    font-size: 24px;
    line-height: 1.5;
}

.Floor003081 .item .txt p {
    margin: 1vw 0 3vw 0;
    font-size: 15px;
    color: #777;
    line-height: 28px;
    overflow-y: auto;
    height: 168px;
}

.Floor003081 .item .txt time {
    display: block;
    border-top: 1px solid #eee;
    font-family: 'ArialMT';
    font-size: 14px;
    padding-top: 1.35vw;
}


.jscs table {
    width: 100%;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 0 40px rgba(128, 128, 128, 0.13);
}

.jscs table tr, .jscs table td {
    padding: 20px 10px;
    font-size: 16px;
    border: 1px solid #f5f5f5;
}

.jscs table tr:nth-child(2n) {
    background: #f9f9f9;
}

@media (min-width:1025px) {
    .RighInfo003134 .img-group {
        width: 50%;
        border-right: solid 1px #f2f2f2;
    }

    .RighInfo003134 .img-side .ytable-cell {
        padding-top: 4em;
    }

    .RighInfo003134 .img-side .txt {
        padding: 0 4%;
    }
}

@media (max-width:1024px) {
    .RighInfo003134 .img-side {
        padding: 2em;
    }

    .RighInfo003134 .img-side .btn a {
        min-width: calc(50% - 10px);
        padding: 0;
    }
}




@media(min-width:641px) {
    .Floor003081 .info {
        max-width: 494px;
        width: 80%;
    }
}

@media(min-width:751px) {
    .Floor003081 .txt-area .more {
        bottom: 0;
    }

    .Floor003081 .slider {
        margin: 0 -20px;
    }

    .Floor003081 .item a {
        /* min-height: 21.88vw; */
        margin: 0 20px;
        width: calc(100% - 40px);
    }
}

@media(max-width:750px) {
    .Floor003081 .txt-area .more {
        top: 0;
    }

    .Floor003081 .item a {
        min-height: 60vw;
    }
}

@media(max-width:640px) {
    .Floor003081 {
        font-size: 3vw;
    }

    .Floor003081 .title {
        font-size: 5vw
    }

    .Floor003081 .item .txt aside {
        font-size: 4.5vw
    }

    .Floor003081 .slick-dots {
        padding-top: 6vw;
    }

    .Floor003081 .txt-area .more a {
        width: auto;
        padding: 0 5vw;
        line-height: 5vw;
        font-size: 3vw;
    }
}

.call img {
    width: auto;
    height: auto;
    margin: 0 auto;
    margin-bottom: 20px;
    display: block;
}

.g-in{width: 83%;max-width: 1400px;margin:0 auto;}
/*.u-mask{position:absolute;left:0;top:110px;width:100%;height:100vh;background:#000;opacity:.5;}*/
.Top003124 menu li .sub3{position: absolute;left:0;width: 100%;margin-left: 0;z-index: -1; background: #fff;border-top:1px solid #cccccc;visibility: hidden;opacity: 0;top:200%;transition: all 0.6s;}
.Top003124 menu li.current .sub3{visibility: visible;opacity: 1;top:100%;z-index: 9999;;}
.Top003124 menu li .sub3 .sub_close{position: absolute;right: -60px;top:25px;cursor: pointer;}
.Top003124 menu li .sub3 .sub_top .g-in{position: relative;}
.Top003124 menu li .sub3 .sub_top .suba{padding-top: 40px;}
.Top003124 menu li .sub3 .sub_top .suba .subal{float: left;}
.Top003124 menu li .sub3 .sub_top .suba .subal .subala{font-size: 32px;color: #333333;font-weight: bold;}
/*.Top003124 menu li .sub .sub_top .suba .subal .subala span{color: #f08519;}*/
.Top003124 menu li .sub3 .sub_top .suba .subal .subalb{font-size: 16px;color: #666666;margin-top: 10px;}
.Top003124 menu li .sub3 .sub_top .suba .subar{float: right;margin-top: 30px;}
.Top003124 menu li .sub3 .sub_top .suba .subar a{display: inline-block;width: 144px;height: 46px;line-height: 46px;text-align: center;font-size: 16px;color: #f08519;border:1px solid #cccccc;}
.Top003124 menu li .sub3 .sub_top .suba .subar a:hover{background: #f08519;color: #ffffff;border-color: #f08519;}
.Top003124 menu li .sub3 .sub_top .subb{margin-top: 40px;}
.Top003124 menu li .sub3 .sub_top .subb .swiper-slide{text-align: center;}
.Top003124 menu li .sub3 .sub_top .subb .swiper-slide div{overflow: hidden;}
.Top003124 menu li .sub3 .sub_top .subb .swiper-slide div img{
    transition: transform 0.6s;
    -moz-transition: transform 0.6s; 
    -webkit-transition: transform 0.6s; 
    -o-transition: transform 0.6s;
    width: 100%;
}
.Top003124 menu li .sub3 .sub_top .subb .swiper-slide:hover div img{
    transform:scale(1.1);
-ms-transform:scale(1.1);   
-moz-transform:scale(1.1);  
-webkit-transform:scale(1.1); 
-o-transform:scale(1.1); 
}
.Top003124 menu li .sub3 .sub_top .subb .swiper-slide p{font-size: 18px;color: #666666;margin-top: 30px;}
.Top003124 menu li .sub3 .sub_top .subb .swiper-slide:hover p{color: #f08519;}
.Top003124 menu li .sub3 .sub_bottom{margin-top: 75px;background: #f7f8f9;padding: 37px 0;}
.Top003124 menu li .sub3 .sub_bottom .sub_bottom_item{display: inline-block;margin-right: 90px;}
.Top003124 menu li .sub3 .sub_bottom .sub_bottom_item .sub_bottom_iteml{display: inline-block;vertical-align: middle;}
.Top003124 menu li .sub3 .sub_bottom .sub_bottom_item .sub_bottom_itemr{display: inline-block;vertical-align: middle;margin-left: 15px;font-size: 16px;color: #5f5f5f;}
.Top003124 menu li .sub3 .sub_bottom .sub_bottom_item:hover .sub_bottom_itemr{color: #f08519;}
.Top003124 menu li#m8,.Top003124 menu li#m10{position: static;}
Top003124 {position: relative;}
.Top003124 menu li .sub3{display: block;}
.Top003124 .swiper-lazy-preloader:after{display: none}
.Top003124 menu li .sub3 span{display: inline-block;line-height: 1;}
.Top003124 menu li#m8 .drop-down,.Top003124 menu li#m10 .drop-down{display: none !important}
{display: none !important}
@media(max-width:1024px) {
  .Top003124 menu li#m8:hover .drop-down,.Top003124 menu li#m10:hover .drop-down{display: block !important}
}

.publicCon{
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    max-width: 1400px;
    padding: 4% 0;
}
.LeftBar {
    /* z-index: 999; */
    width: 280px;
}
.rightConBox{
    flex: 1;
    padding: 0 0 0 20px;
}

.MenuList {
    position: relative;
    background: #f9f9f9;
    background-position: bottom center;
    height: 613px;
    background-size: cover;
    padding-top: 10px;
}

@media screen and (min-width:1024px) {
    .MenuList {
        display: block !important;
    }
}

.MenuList ul {
    position: relative;
    z-index: 1;
}

.MenuList li a {
    /* height: 0.7rem; */
    min-height: 70px;
    line-height: 70px;
    position: relative;
    font-size: 18px;
    display: flex;
    align-items: center;
    color: #333333;
    width: 100%;
    border-bottom: 1px solid #E6DED3;
    background-image: url(../images/arrowright_gray.png) !important;
    background-repeat: no-repeat !important;
    background-position: right 20px center !important;
    background-size: 7px 12px;
}

.MenuList li a img {
    width: 20px;
    margin-right: 0;
    margin-left: 24px;
}

.MenuList li a .grayIcon {
    display: block;
}

.MenuList li a .redIcon {
    display: none;
}

.MenuList li a em {
    position: relative;
    z-index: 1;
    display: block;
    line-height: 24px;
    width: 200px;
    text-align: left;
    padding: 10px 0;
    font-style: normal;
    margin-left: 24px;
}

.MenuList li a:hover, .MenuList li.onli a {
    color: #f08519;
    background-color: #fff;
    background-image: url(../images/Floor003055_more_on.png) !important;
}

.MenuList li a:hover .grayIcon, .MenuList li.onli a .grayIcon {
    display: none;
}

.MenuList li a:hover .redIcon, .MenuList li.onli a .redIcon {
    display: block;
}

.ColumnName {
    text-align: left;
    line-height: 80px;
    font-size: 20px;
    color: #fff;
    background: linear-gradient(90deg, #f08519, #f08519);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    border-radius: 0px 20px 0px 0px;
    color: #fff;
    font-size: 28px;
    padding-left: 50px;
}

@media (max-width:1024px) {
    .LeftBar{
        margin-bottom: 20px;
    }
    .publicCon{
        display: flex;
        flex-direction: column;
    }
    .rightConBox {
        padding: 0;
    }
    .ColumnName {
        font-size: 16px;
        line-height: 36px;
        background: #f08519;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
    }

    .ColumnName .arr {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .ColumnName .arr i {
        position: absolute;
        right: 15px;
        top: 6px;
        background: url(../images/Floor003055_more_white.png) center center no-repeat;
        width: 20px;
        height: 20px;
        transition: all ease 0.3s;
    }

    .ColumnName.on .arr i {
        transform: translate(0, 0) rotate(90deg) !important;
    }

    .LeftBar {
        width: 100%;
        position: relative !important;
        left: 0;
    }

    .MenuList li a {
        line-height: 36px;
        padding-left: 20px;
        text-align: left;
        background: none;
        min-height: 36px;
    }

    .MenuList li a em {
        font-size: 14px;
        width: auto;
    }

    .MenuList li a img {
        width: 20px;
        margin-left: 0px;
    }
    .MenuList li a em{
        margin-left: 10px;
    }

    .MenuList {
        background: none;
        display: none;
        height: auto;
    }

    .MenuList li a:hover, .MenuList li.onli a {
        color: #f08519;
    }

    .ColumnName{
        padding-left: 20px;
    }

   
}
@media screen and (min-width:1025px){
    .RighInfo002939 .edit-info img{
        width: 800px !important;
    }
}
@media screen and (max-width:1024px){
    .RighInfo002939 .edit-info img{
       max-width: 100% !important;
       display: block;
    }
}
.Floor003081 .slick-arrow{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 2px solid #b1b1b2;
    margin: 0 10px;
    position: relative;
    position: absolute;
    bottom: -90px;
    top: auto;
}
.Floor003081 .slick-arrow:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    border-right: 2px solid #b1b1b2;
    border-top: 2px solid #b1b1b2;
    transform: rotate(45deg);
    left: 50%;
    top: 50%;
    margin: -6px 0 0 -8px;
}
.Floor003081 .slick-prev {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.Floor003081 .slick-prev{
    left: calc(50% - 66px);
}
.Floor003081 .slick-next{
    right: calc(50% - 66px);
}
.Floor003081 .slick-arrow:hover, 
.Floor003081 .slick-arrow:hover:before {
    border-color: #f08519;
}
.Floor003081 {
    padding-bottom: 76px;
}
.Floor003081 .item a{
    height: 300px;
}
@media screen and (max-width:1024px){
    .Floor003081 {
        padding-bottom: 56px;
    }
    .Floor003081 .slick-arrow{
        width: 36px;
        height: 36px;
        bottom: -56px;
    }
    .Floor003081 .item a {
        height: 220px;
        display: flex;
    }
    .Floor003081 .ytable-cell{
        flex: 1;
    }
    .Floor003081 .item .txt .inner{
        max-width: 100%;
    }
    .Floor003081 .slick-prev{
        left: calc(50% - 52px);
    }
    .Floor003081 .slick-next{
        right: calc(50% - 52px);
    }
}
