@font-face {
    font-family: 'HarmonyOS_Sans_SC_Regular';
    src: url('../fonts/harmonyos_sans_sc_regular.ttf');
}

body {
    font-family: 'HarmonyOS_Sans_SC_Regular';
}

#fp-nav {
    display: none;
}

.fpnav {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 1.5vw;
    z-index: 200;
}

.Floor003054 .slider-list .tab i a {
    color: #fff;
}

.fpnav li {
    text-align: center;
    min-width: 50px;
}

.fpnav li a {
    color: #fff;
    position: relative;
    display: block;
    padding-top: 6px;
}

.fpnav li a::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    background: #fff;
    border-radius: 3px;
    left: 50%;
    top: 0;
    margin-left: -3px
}

.fpnav li span {
    font-size: 0;
}

.fpnav li+li {
    position: relative;
    margin-top: 30px;
}

.fpnav li.active a {
    padding-top: 22px;
}

.fpnav li.active a::after {
    background: url(../images/aon.png) no-repeat center;
    width: 18px;
    height: 18px;
    margin-left: -9px;
    background-size: contain;
}

.fpnav li.active span {
    font-size: 12px;
}

.fp-viewing-footer .fpnav {
    opacity: 0;
}

.Other002373 #fullPage {
    height: 100%;
    position: relative;
    transform: translate3d(0px, 0px, 0px);
    transition: all 700ms ease;
}

.Other002373 .section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.Other002373 .section:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background-color: rgba(0,0,0,.7); */
}

.Other002373 .section.footer:before {
    display: none;
}

.Other002373 .section .pos-re {
    position: relative;
    z-index: 4;
}


/* .Other002373*/

.Other002373 {
    background: #000;
}

.index-more {
    text-align: center;
}

.index-more a {
    display: inline-block;
    color: #9ebd19;
    line-height: calc(45 / 16 * 1em);
    border-radius: calc(45 / 16 * 1em);
    padding: 0 calc(42.5 / 16 * 1em);
    position: relative;
}

.index-more a::after {
    content: '';
    position: absolute;
    left: -1px;
    top: -4px;
    right: -1px;
    bottom: -4px;
    background: url(../images/more-bg.png) no-repeat center;
    background-size: contain;
}

.index-more a span {
    display: block;
    padding-left: calc(35 / 16 * 1em);
    background: url(../images/more.png) no-repeat left center;
    background-size: calc(12 / 16 * 1em) auto;
    transition: 0.3s;
}

.index-more a:hover {
    background-color: #9ebd19;
    color: #fff;
    padding: 0 calc(35 / 16 * 1em);
}

.index-more a:hover span {
    background-image: url(../images/more-on.png);
    padding-left: 0;
    padding-right: calc(50 / 16 * 1em);
    background-position: right center;
}

.index-more a:hover::after {
    opacity: 0;
}


/*Top003171 */

.Top003171 {
    position: absolute;
    z-index: 1000;
    left: 0;
    width: 100%;
    top: 0;
    transition: 0.5s;
}

.Top003171 header {
    height: calc(80 / 16 * 1em);
    position: relative;
}

.Top003171 .logo {
    position: absolute;
    left: calc(60 / 16 * 1em);
    top: 0;
    width: 50%;
    padding-top: 10px;
    z-index: 80;
}

.Top003171 .logo img {
    width: calc(140 / 16 * 1em);
}

.Top003171 menu {
    max-width: 1000px;
    margin: 0 auto;
    width: 75%;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}

.Top003171 menu ul {
    display: table;
    margin: 0 auto;
}

.Top003171 menu li {
    float: left;
}

.Top003171 menu li aside a {
    line-height: calc(80 / 14 * 1em);
    display: block;
    transition: 0.5s;
    background-position: center top;
    color: #fff;
    font-size: calc(14 / 16 * 1em);
}

.Top003171 menu li.aon aside a,
.Top003171 menu li aside a:hover {
    color: #9ebd19;
}

.Top003171 menu li+li {
    margin-left: 3.5vw;
}

.Top003171 .open-menu,
.Top003171 .top-lang,
.Top003171 .open-search {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
.Top003171 .open-menu{
    z-index: 999;
}
.Top003171 .open-menu,
.Top003171 .top-lang span,
.Top003171 .open-search {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 10;
    cursor: pointer;
}

.Top003171 .open-menu {
    right: calc(60 / 16 * 1em);
    width: calc(20 / 16 * 1em);
    height: calc(20 / 16 * 1em);
    background-image: url(../images/top003171-menu-white.png);
    z-index: 100;
    transition: 0.5s;
}

.Top003171 .open-search {
    right: calc(120 / 16 * 1em);
    width: calc(20 / 16 * 1em);
    height: calc(20 / 16 * 1em);
    background-image: url(../images/top003171-search.png);
    transition: 0.5s;
}

.Top003171 .open-search.on:before,
.Top003171 .open-search.on:after {
    background-color: #000;
}

.Top003171 .top-search {
    display: block;
     top: 23%;
     height: 80px;
    right: calc(90 / 16 * -2.5em);
    max-width: calc(400 / 16 * 1em);
    /* box-shadow: 0 0 1em rgba(0, 0, 0, 0.2); */
    padding-right: calc(50 / 16 * 1em);
}

.Top003171 .top-search .btn {
      background-image: url(../images/top003171-search.png);
    background-size: auto 50%;
    width: calc(50 / 16 * 1em);
    background-color: transparent;
}

.Top003171 .top-search .text {
    font-size: 1em;
    height: calc(44 / 16 * 1em);
    line-height: 2.75;
}

.Top003171 .top-lang {
    right: calc(180 / 16 * 1em);
}

.Top003171 .top-lang span {
    display: block;
    width: calc(20 / 16 * 1em);
    height: calc(20 / 16 * 1em);
    background-image: url(../images/top002262-lang.png);
    z-index: 100;
}

.Top003171 .top-lang figure {
    position: absolute;
    top: 100%;
    left: 50%;
    width: calc(120 / 16 * 1em);
    line-height: calc(40 / 16 * 1em);
    display: none;
    margin-left: calc(-60 / 16 * 1em);
    padding-top: calc(28 / 16 * 1em);
}

.Top003171 .top-lang a {
    display: block;
    text-align: center;
    color: #333;
    background: #fff;
}

.Top003171 .top-lang a:hover {
    color: #fff;
    background: #9ebd19;
}

.Top003171 .menu-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    background: #1e2329;
}

.Top003171 .menu-area .menus {
    overflow: hidden;
    padding: 10vh 0 14vh;
    background: url(../images/bot-bg.png) no-repeat center 96%;
    background-size: auto 24%;
}

.Top003171 .menu-area .box {
    overflow: hidden;
}

.Top003171 .menu-area .box .inner {
    text-align: center;
    transition: 0.5s;
}

.Top003171 .menu-area .name {
    font-size: calc(20 / 16 * 1em);
    transition: 0.5s;
    color: #9ebd19;
    font-weight: bold;
}

.Top003171 .menu-area .name a {
    color: #9ebd19;
}

.Top003171 .menu-area dd a {
    transition: 0.5s;
}

.menu-show {
    overflow: hidden;
}

.menu-show .Top003171 .open-menu.on {
    background-image: url(../images/top003171-close.png);
}

.menu-show .Top003171 .menu-area {
    opacity: 1;
    visibility: inherit;
}

.menu-show .Top003171 .menu-area .box {
    opacity: 1;
}

.menu-show .Top003171.fixed menu,
.menu-show .Top003171.hover menu {
    opacity: 0;
}

.fp-viewing-footer .Top003171 {
    z-index: -10;
    opacity: 0;
}

.Top003171 .menu-area .contact {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.Top003171 .menu-area .contact .ytable-cell * {
    display: inline-block;
    vertical-align: middle;
}

.Top003171 .menu-area .contact .icon {
    width: calc(40 / 16 * 1em);
    height: calc(40 / 16 * 1em);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.6;
}

.Top003171 .menu-area .contact .icon.add {
    background-image: url(../images/top_add.png);
}

.Top003171 .menu-area .contact .icon.tell {
    background-image: url(../images/top_tel.png);
}

.Top003171 .menu-area .contact .icon.mail {
    background-image: url(../images/top_email.png);
}

.Top003171 .menu-area .contact p {
    color: #fff;
    opacity: 0.6;
    width: calc(100% - 100px);
    padding-left: 15px;
    line-height: 1.75;
}

.Top003171 .menu-area .bottom {
    padding: 20px 0;
    text-align: center;
}

.Top003171 .bshare-custom {
    margin-bottom: 10px;
}

.Top003171 .bshare-custom a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 0;
    margin: 0 6px;
    background: url(../images/bottom002833_dy.png) no-repeat center center;
    background-size: auto 12px;
    opacity: 0.7;
    position: relative;
}

.Top003171 .bshare-custom a:hover {
    background-color: #9ebd19;
    border-color: #9ebd19;
    opacity: 1;
}

.Top003171 .bshare-custom a.bshare-weixin {
    background-image: url(../images/bottom002833_wx.png);
}

.Top003171 .bshare-custom a.bshare-sinaminiblog {
    background-image: url(../images/bottom002833_sina.png);
}

.Top003171 .bshare-custom a.bshare-xhs {
    background-image: url(../images/bottom002833_sina2.png);
}

.Top003171 .copyright,
.Top003171 .copyright a {
    color: rgba(255, 255, 255, 0.5);
}

.Top003171 .copyright a:hover {
    color: #9ebd19;
}

@media (min-width:1025px) {
    .Top003171 .logo {
        width: 20%;
    }
    .Top003171 .menu-area .menus {
        height: 60vh;
    }
    .Top003171 .menu-area .box {
        float: left;
        width: calc(100% / 5);
        height: 100%;
        transform: translateY(-100vh);
    }
    .menu-show .Top003171 .menu-area .box {
        transform: translateY(0);
    }
    .Top003171 .menu-area .name {
        margin-bottom: 3vh;
        position: relative;
    }
    .Top003171 .menu-area dl {
        padding: 0 2vw;
    }
    .Top003171 .menu-area dd {
        line-height: 4vh;
        font-size: calc(13 / 16 * 1em);
    }
    .Top003171 .menu-area dd a {
        display: block;
        color: rgba(255, 255, 255, 0.7);
    }
    .Top003171 .menu-area .box .inner {
        height: 100%;
    }
    .Top003171 .menu-area .box:hover .name {
        color: #9ebd19;
    }
    .Top003171 .menu-area .box:hover dd a {
        color: rgba(255, 255, 255, 0.8);
        ;
    }
    .Top003171 .menu-area .box:hover dd a:hover {
        color: #9ebd19;
    }
    .Top003171 .menu-area .contact .ytable-cell {
        height: 18vh;
        width: 33.3%;
        padding: 3vw;
    }
    .Top003171 .menu-area .contact .ytable-cell:not(:last-child) {
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }
    .Top003171 .menu-area .bottom {
        padding: 4vh 0;
    }
    .Top003171 .open-search {
        background-image: url(../images/top003171-search-white.png);
    }
    .Top003171 .top-lang span {
        background-image: url(../images/top002262-lang-white.png);
    }
    .Top003171.fixed {
        background-color: rgba(0, 0, 0, 0.6);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
        position: fixed;
    }
    .Top003171.hover {
        background-color: rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    }
    .Top003171.fixed .open-menu,
    .Top003171.hover .open-menu {
        background-image: url(../images/top003171-menu-black.png);
    }
    .Top003171.fixed menu,
    .Top003171.hover menu {
        opacity: 1;
        visibility: inherit;
    }
    .Top003171.fixed .logo img.default,
    .Top003171.hover .logo img.default {
        display: none;
    }
    .Top003171.fixed .open-search,
    .Top003171.hover .open-search,
    .Top003171 .open-search.on {
        background-image: url(../images/top003171-search.png);
    }
    .Top003171.fixed .top-lang span,
    .Top003171.hover .top-lang span {
        background-image: url(../images/top002262-lang.png);
    }
}

@media (max-width:1024px) {
    /* .Top003171 {
    position: relative;
    background-color: #fff;
  } */
    .Top003171 .menu-area dd a {
        transition: 0.5s;
        color: #fff;
    }
    .Top003171 .logo {
        display: flex;
        justify-content: center;
    }
    .Top003171 .logo img.default {
        display: none;
    }
    .Top003171 .logo img.hover {
        display: block !important;
    }
    .Top003171 .open-menu {
        background-image: url(../images/top003171-menu-black.png);
    }
    .Top003171 .menu-area {
        overflow: auto;
    }
    .Top003171 .menu-area .box {
        transform: translateX(-100vw);
    }
    .menu-show .Top003171 .menu-area .box {
        transform: translateX(0);
    }
    .Top003171 menu {
        display: none;
    }
    .Top003171 .open-menu {
        /*left: 2%;*/
    }
    .Top003171 .open-search {
        right: 2%;
    }
    .Top003171 .menu-area .box:not(:last-child) {
        border-bottom: 1px solid #ebebeb;
    }
    .Top003171 .menu-area .box .inner {
        padding: 2em;
    }
    .Top003171 .menu-area dl {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .Top003171 .menu-area dd {
        padding: 0.5em;
    }
    .Top003171 .menu-area .name {
        padding: 0.5em 0;
    }
    .Top003171 .top-search {
        max-width: none;
        width: 100%;
        right: 0;
    }
}


/*Banner002826 */

.Banner002826 {
    background: #000;
}

.Banner002826 li.slick-slide {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
}

.Banner002826 li.slick-slide::after {
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    content: '';
}

.Banner002826 li.slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Banner002826 li.slick-slide .pc {
    display: block;
    width: 100%;
    height: 100vh;
}

.Banner002826 li.slick-slide video {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: 100%;
}

.Banner002826 .inner {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    text-align: center;
    color: #fff;
}

.Banner002826 .ytable {
    height: 100%;
    margin: 0 auto;
}

.Banner002826 .inner p {
    margin: 0;
    transition: 0.5s;
    opacity: 0;
    font-size: calc(40 / 16 * 1em);
    margin: 0 0 calc(40 / 40 * 1em);
    transform: translateX(40%);
    transition-delay: 0.5s;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 8px;
}

.Banner002826 .inner .index-more {
    opacity: 0;
    transform: translateX(60%);
    transition: 0.5s 0.6s;
}

.Banner002826 li.ani-show .inner p,
.Banner002826 li.ani-show .inner .index-more {
    opacity: 1;
    transform: translateX(0)
}

.Banner002826 .mouse {
    position: absolute;
    width: 30px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #fff;
    left: 50%;
    bottom: 5%;
    z-index: 10;
    margin-left: -15px;
}

.Banner002826 .mouse:before {
    content: '';
    width: 3px;
    height: 10px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -1.5px;
    top: 10px;
    border-radius: 3px;
    animation: Banner002826 2s ease infinite;
}

@keyframes Banner002826 {
    0% {
        top: 10px;
        opacity: 1;
    }
    80% {
        top: 30px;
        opacity: 0;
    }
    100% {
        top: 10px;
        opacity: 0;
    }
}

.Banner002826 .pages,
.Banner002826 .slick-arrow {
    position: absolute;
    bottom: 5%;
    z-index: 10;
}

.Banner002826 .pages {
    left: 3%;
    font-size: calc(18 / 16 * 1em);
    color: #fff;
    line-height: calc(60 / 18 * 1em);
}

.Banner002826 .pages .cur {
    font-size: calc(24 / 18 * 1em);
    padding-right: 5px;
}

.Banner002826 .pages .total {
    padding-left: 5px;
}

.Banner002826 .slick-arrow {
    right: 3%;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: rotate(45deg);
    width: 15px;
    height: 15px;
    margin-bottom: 22px;
}

.Banner002826 .slick-prev {
    transform: rotate(-135deg);
    margin-right: 60px;
}

@media(min-width:1025px) {
    .Banner002826 li.slick-slide img.wap {
        display: none;
    }
}

@media(max-width:1024px) {
    .Banner002826 li.slick-slide .pc {
        display: none;
    }
    .Banner002826 li.slick-slide video {
        left: -100%;
        top: 100%;
        opacity: 0;
    }
    .Banner002826 li.slick-slide .open-video {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3) url(../images/banner002826_play.png) no-repeat center center;
        background-size: auto 50px;
        z-index: 20;
    }
    .Banner002826 li.video-show .open-video {
        left: -100%;
        opacity: 0;
        transform: translateX(-100%);
    }
    .Banner002826 li.video-show video {
        left: 50%;
        top: 50%;
        opacity: 1;
    }
}

@media(max-width:640px) {
    .Banner002826 .mouse {
        display: none;
    }
    .Banner002826 .pages,
    .Banner002826 .slick-arrow {
        bottom: 3%;
    }
    .Banner002826 .pages {
        font-size: 4vw;
    }
}


/*Floor002156 */

.Floor002156 .pic {
    display: block;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.Floor002156 .img {
    display: block;
    width: 100%;
}

.Floor002156 .tit {
    font-size: calc(24 / 16 * 1em);
    color: #9ebd19;
    font-weight: bold;
    margin-bottom: 2vw;
}

.Floor002156 p {
    margin: 0;
    line-height: 2;
    text-align: justify;
}

.Floor002156 p+p {
    margin-top: 12px;
}

.Floor002156 .index-more {
    margin-top: 3vw;
    text-align: left;
}

.Floor002156 .pic .play {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.4);
}

.Floor002156 .pic .play:before {
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    background: url("../images/banner002826_play.png") no-repeat center center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-size: contain;
}

.Floor002156 .pic video {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    background: #000;
}

@media(min-width:1025px) {
    .Floor002156 .txt {
        color: #fff;
        padding-right: 5vw;
        width: 55%;
        padding-top: 3vw;
    }
}

@media(max-width:1025px) {
    .Floor002156 .txt {
        color: #fff;
    }
    .Floor002156 .pic {
        display: none;
    }
}


/*Floor002685 */

.Floor002685 {
    overflow: hidden;
}

.Floor002685,
.Floor002685 .list {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.Floor002685 .list dd {
    position: relative;
    height: 100vh;
    z-index: 1;
    transition: 0.5s;
}

.Floor002685 .list dd:not(:last-child)::after {
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
}

.Floor002685 .list dd.hover {
    z-index: 4;
}

.Floor002685 .list dd>* {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 4;
}

.Floor002685 .list dd .ytable {
    height: 100%;
    z-index: 20;
    text-align: center;
    color: #fff;
}

.Floor002685 .list dd p {
    line-height: calc(30 / 16 * 1em);
    height: 0;
    margin: 0 auto;
    transition: 0.3s;
    transform: translateY(100px);
    opacity: 0;
    margin-bottom: 0;
    padding: 0 15%;
}

.Floor002685 .list dd.hover p {
    opacity: 1;
    height: calc(90 / 16 * 1em);
    transform: translateY(0);
}

.Floor002685 .list dd h3 {
    margin: 0;
    font-size: calc(22 / 16 * 1em);
    padding: calc(24 / 22 * 1em) 0;
    font-weight: normal;
}

.Floor002685 .list dd .icon {
    height: calc(60 / 16 * 1em);
    opacity: 0.6;
    transition: 0.4s;
}

.Floor002685 .list dd:not(.hover) .icon.on {
    display: none;
}

.Floor002685 .list dd.hover .icon {
    opacity: 1;
}

.Floor002685 .list dd.hover .icon:not(.on) {
    display: none;
}

.Floor002685 .list dd.hover h3 {
    font-weight: bold;
}

.Floor002685 .list dd.hover {
    background: rgba(158, 189, 25, .25);
}

@media(min-width:641px) {
    .Floor002685 .list {
        display: table;
        table-layout: fixed;
        width: 100%;
        position: relative;
        z-index: 1;
    }
    .Floor002685 .list::after {
        background: #1a261d;
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        opacity: 0.7;
    }
    .Floor002685 .list dd {
        display: table-cell;
        vertical-align: middle;
        position: relative;
        z-index: 5;
    }
}

@media(max-width:640px) {
    .Floor002685 .list {
        display: table;
        table-layout: fixed;
        width: 100%;
        position: relative;
        z-index: 1;
    }
}


/*Floor003080 */

.Floor003080 {
    overflow: hidden;
    padding-top: 4vw;
}

.Floor003080 .auto {
    position: relative;
    z-index: 2;
}

.Floor003080 .ytable {
    table-layout: fixed;
}

.Floor003080 .category .item {
    border-radius: 6px;
    border: solid 1px rgba(255, 255, 255, 0.2);
    padding: 1.82vw 3vw 1.56vw calc(90 / 16 * 1em);
    transition: 0.3s;
    cursor: pointer;
    position: relative;
}

.Floor003080 .category .item .imgs {
    position: absolute;
    left: calc(30 / 16 * 1em);
    top: 50%;
    margin-top: calc(-20 / 16 * 1em);
    width: calc(40 / 16 * 1em);
    height: calc(40 / 16 * 1em);
    opacity: 0.5;
}

.Floor003080 .category .item .imgs img {
    width: calc(40 / 16 * 1em);
    height: calc(40 / 16 * 1em);
}

.Floor003080 .category .item.active .imgs img,
.Floor003080 .category .item:not(.active) .imgs img.on {
    display: none;
}

.Floor003080 .category .item.active .imgs img.on {
    display: block;
}

.Floor003080 .category .active {
    border-color: rgba(255, 255, 255, 0.5);
}

.Floor003080 .category .active .imgs {
    opacity: 1;
}

.Floor003080 .category .tit {
    font-size: calc(20 / 16 * 1em);
    color: #fff;
    line-height: 1;
}

.Floor003080 .category .active .tit {
    color: #9ebd19;
}

.Floor003080 .category .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #9ebd19;
    position: absolute;
    transition: 0.3s;
    transform: scale(0);
}

.Floor003080 .category .active .icon {
    transform: scale(1)
}

.Floor003080 .category .icon:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    left: 50%;
    top: 50%;
    margin: -4px 0 0 -4px;
}

.Floor003080 .dots li {
    width: 8px;
    height: 8px;
    margin: 2vw 0;
    position: relative;
    list-style: none;
}

.Floor003080 .dots li button {
    font-size: 0;
    width: 4px;
    height: 4px;
    background: #fff;
    border: 0;
    padding: 0;
    position: absolute;
    border-radius: 50%;
}

.Floor003080 .dots li:not(.slick-active) button {
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
}

.Floor003080 .dots li.slick-active button {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #9ebd19;
}

.Floor003080 .slider {
    position: relative;
}

.Floor003080 .slider a {
    color: #fff;
    display: block;
    position: relative;
}

.Floor003080 .slider .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 2.5vw 3vw;
    z-index: 10;
}

.Floor003080 .slider .txt aside {
    line-height: 1;
    font-size: calc(24 / 16 * 1em);
}

.Floor003080 .slider .txt p {
    margin: 10px 0 0 0;
}

.Floor003080 .slider li {
    transition: 0.3s;
}

.Floor003080 .slider li:not(.slick-active) {
    opacity: 0.2;
}

.Floor003080 .slider .pic {
    border-radius: 10px;
    overflow: hidden;
    background: #000;
}

.Floor003080 .slider .pic .Ispic {
    display: block;
    width: 100%;
    padding-bottom: 64.01%;
    position: relative;
    z-index: 1;
    opacity: 1;
    transition: 0.3s ease-out;
}

.Floor003080 .slider .pic .Ispic:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    opacity: 0.8;
    z-index: 2;
    background: #000;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
    display: none;
}

.Floor003080 .slider li:hover .Ispic {
    transform: scale(1.2);
}

.Floor003080 .slider li:hover aside {
    color: #9ebd19;
}

.Floor003080 .pages {
    position: absolute;
    z-index: 10;
    left: 3vw;
    top: 4vw;
    color: #fff;
    font-size: calc(50 / 16 * 1em);
}

.Floor003080 .pages span {
    line-height: 1;
    display: inline-block;
    vertical-align: text-bottom;
}

.Floor003080 .pages span.cur {
    position: relative;
    padding-right: 5px;
    padding-bottom: 5px;
    font-weight: bold;
}

.Floor003080 .pages span.cur:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 50px;
    transform: skewX(-30deg);
    left: 100%;
    top: 20%;
    background: #fff;
}

.Floor003080 .pages span.total {
    font-size: calc(20 / 50 * 1em);
    padding-left: 10px;
}

@media(max-width:1560px) {
    .Floor003080 .slider {
        width: 106%;
    }
    .Floor003080 .dots {
        right: 1%;
        left: auto;
    }
}

@media(min-width:1025px) {
    .Floor003080 .right {
        width: 60.257%;
    }
    .Floor003080 .category {
        max-width: 420px;
        width: 90%;
    }
    .Floor003080 .category .item:not(:last-child) {
        margin-bottom: 30px;
    }
    .Floor003080 .slider {
        overflow: hidden;
        width: 128%;
        padding-right: 12.5vw;
    }
    .Floor003080 .slider .ul {
        margin-left: -2.24vw;
    }
    .Floor003080 .slider a {
        margin: 0 2.24vw;
    }
    .Floor003080 .slider .slick-list {
        overflow: inherit;
    }
    .Floor003080 .dots {
        position: absolute;
        left: 97%;
        width: 5.21vw;
        top: 0;
        height: 100%;
        z-index: 20;
    }
    .Floor003080 .dots .slick-dots {
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
    }
    .Floor003080 .category .icon {
        right: -20px;
        top: 50%;
        margin-top: -20px;
    }
}

@media(max-width:1024px) {
    .Floor003080 .ytable,
    .Floor003080 .ytable-cell {
        display: block;
    }
    .Floor003080 .dots {
        padding-top: 4vw;
    }
    .Floor003080 .dots .slick-dots {
        display: table;
        margin: 0 auto;
    }
    .Floor003080 .dots .slick-dots li {
        float: left;
        margin: 0 5px;
    }
    .Floor003080 .category {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .Floor003080 .category .item {
        width: 48%;
        margin-bottom: 38px;
        padding: 3vw 3vw 30px 3vw;
    }
    .Floor003080 .category .icon {
        bottom: -20px;
        left: 50%;
        margin-left: -20px;
    }
    .Floor003080 .category .icon:after {
        transform: rotate(135deg);
    }
}


/*Floor003108 */

.Floor003108 {
    padding-top: 4vw;
}

.Floor003108 a {
    color: #fff;
}

.Floor003108 a:hover {
    color: #9ebd19;
}

.Floor003108 ol {
    float: left;
    width: 50%;
}

.Floor003108 ol:nth-of-type(1) .txt {
    padding: calc(39 / 16 * 1em) 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 110px;
    position: relative;
}

.Floor003108 ol:nth-of-type(1) .time {
    position: absolute;
    left: 0;
    top: 50%;
    color: #fff;
    font-size: calc(18 / 16 * 1em);
    line-height: 1;
    text-align: center;
    transform: translateY(-50%);
}

.Floor003108 ol:nth-of-type(1) .time2 {
    display: none;
}

.Floor003108 ol:nth-of-type(1) .time span {
    display: block;
    font-size: calc(30 / 16 * 1em);
    font-weight: bold;
    padding-bottom: 5px;
}

.Floor003108 ol .pic {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.Floor003108 ol:not(:nth-of-type(1)) .pic {
    margin-bottom: calc(18 / 16 * 1em);
}

.Floor003108 ol:not(:nth-of-type(1)) .time {
    display: none;
}

.Floor003108 ol .tit {
    font-size: calc(17 / 16 * 1em);
    text-overflow: ellipsis;
    overflow: hidden;
}

.Floor003108 ol:not(:nth-of-type(1)) .tit {
    display: -webkit-box;
    display: box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: calc(30 / 17 * 1em);
    min-height: calc(60 / 17 * 1em);
}

.Floor003108 ol:nth-of-type(1) .tit {
    font-size: calc(20 / 16 * 1em);
    white-space: nowrap;
}

.Floor003108 ol:not(:nth-of-type(1)) .time2 {
    color: rgba(255, 255, 255, 0.75);
    margin-top: 10px;
    display: block;
}

.Floor003108 ol:not(:nth-of-type(1)) p {
    display: none;
}

.Floor003108 ol p {
    font-size: 1em;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.75;
}

.Floor003108 li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.Floor003108 li:nth-of-type(1) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.Floor003108 li a {
    font-size: calc(17 / 16 * 1em);
    line-height: 5.64706;
}

.Floor003108 li time {
    float: right;
    color: rgba(255, 255, 255, 0.75);
    margin-left: 2vw;
    font-size: calc(16 / 17 * 1em);
    line-height: 6;
}

@media (min-width:769px) {
    .Floor003108 ol {
        height: calc(340 / 16 * 1em);
        margin-left: 2.5%;
    }
    .Floor003108 ol:not(:nth-of-type(1)) {
        width: 21.25%;
    }
    .Floor003108 ol:nth-of-type(1) {
        height: calc(610 / 16 * 1em);
        margin: 0 2.5% 0 0;
    }
    .Floor003108 ol .Ispic {
        transition: 0.3s ease-out;
        height: calc(191 / 16 * 1em);
        ;
    }
    .Floor003108 ol a:hover .Ispic {
        transform: scale(1.2);
    }
    .Floor003108 ol:nth-of-type(1) .Ispic {
        height: calc(450 / 16 * 1em);
        ;
    }
    .Floor003108 li {
        float: right;
        width: 45%;
        height: calc(96 / 16 * 1em);
        clear: right;
    }
}


/*Bottom002833 */

.Bottom002833 {
    /*background: #1e2e0e url(../images/bot-bg.png) no-repeat center bottom;*/
    /*padding: calc(70 / 16 * 1em) 0 calc(50 / 16 * 1em);*/
    padding: 40px 0px;
    color: rgba(255, 255, 255, 0.75);
    background-size: auto 90%;
}

.Bottom002833 .logo {
    padding-bottom: 30px;
    max-width: 240px;
}

.Bottom002833 .contact ul>* {
    line-height: 1.75;
    padding: 5px 0;
}

.Bottom002833 .contact ul li {
    position: relative;
    z-index: 1;
    padding-left: calc(34 / 16 * 1em);
    background: url(../images/bottom002833_add.png) no-repeat left center;
    background-size: auto calc(20 / 16 * 1em);
}

.Bottom002833 .contact ul li:nth-child(1) {
    background-image: url(../images/bottom002833_email.png);
}

.Bottom002833 .mid {
    text-align: center;
}

.Bottom002833 .code {
    margin: 46px 0 24px;
    opacity: 0;
}

.Bottom002833 .code img {
    max-width: 130px;
    width: 60%;
    border-radius: 10px;
    padding: 3px;
    background: #fff;
}

.Bottom002833 .bshare-custom a {
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 0;
    margin: 0 6px;
    background: url(../images/bottom002833_dy.png) no-repeat center center;
    background-size: auto 18px;
    position: relative;
}

.Bottom002833 .bshare-custom a:hover .img,
.Top003171 .bshare-custom a:hover .img {
    display: block;
}

.Bottom002833 .bshare-custom a .img,
.Top003171 .bshare-custom a .img {
    position: absolute;
    width: 110px;
    height: 110px;
    top: -8em;
    left: -2em;
    display: none;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
}

.Bottom002833 .bshare-custom a:hover {
    background-color: #9ebd19;
    border-color: #9ebd19;
}

.Bottom002833 .bshare-custom a.bshare-weixin {
    background-image: url(../images/bottom002833_wx.png);
}

.Bottom002833 .bshare-custom a.bshare-sinaminiblog {
    background-image: url(../images/bottom002833_sina.png);
}

.Bottom002833 .bshare-custom a.bshare-sinaminiblog1 {
    background-image: url(../images/bottom002833_sina1.png);
    background-size: auto 11px;
}

.bsBox,
.bsBox * {
    box-sizing: content-box;
}

.Bottom002833 .hotline aside {
    font-size: calc(30 / 16 * 1em);
    padding: 10px 0 5px 0;
    font-weight: bold;
    color: #fff;
}

.Bottom002833 .shop {
        margin-top: 20px;
    display: inline-block;
    width: 100%;
    max-width: 240px;
    line-height: 40px;
    background: url(../images/more2.png) no-repeat right 20px center #fff;
    text-align: left;
    padding-left: 28px;
    font-size: 15px;
    transition: 0.3s;
    margin-bottom: 20px;
    border-radius: 5px;
    background-size: 14px;
}

.Bottom002833 .shop:hover {
    background-color: #9ebd19;
    color: #fff;
    background-image: url(../images/more-on.png);
}

.Bottom002833 .right nav {
    padding-bottom: 24px;
}

.Bottom002833 .right nav a {
    color: rgba(255, 255, 255, 0.75);
}

.Bottom002833 .right nav a:hover {
    color: #fff;
}

.Bottom002833 .right nav a:not(:last-child):after {
    display: inline-block;
    width: 1px;
    content: '';
    height: 8px;
    background: rgba(255, 255, 255, 0.4);
    vertical-align: middle;
    margin: 0 17px;
}

.Bottom002833 .copyright span,
.Bottom002833 .copyright span a {
    color: rgba(255, 255, 255, 0.5);
}

.Bottom002833 .copyright span {
    margin-top: 10px;
    display: block;
}

.Bottom002833 .copyright span a:hover {
    color: #9ebd19;
}

@media(min-width:481px) {
    .Bottom002833 .right {
        font-size: 16px;
    }
}

@media(min-width:1025px) {
    .Bottom002833 .right,
    .Bottom002833 .left {
        width: 40%;
    }
    .Bottom002833 .right {
        text-align: right;
    }
}

@media(max-width:1024px) {
    .Bottom002833 .ytable,
    .Bottom002833 .ytable-cell {
        display: block;
    }
    .Bottom002833 {
        text-align: center;
    }
    .Bottom002833 .mid {
        padding: 30px 0;
    }
}

@media(max-width:480px) {
    .Bottom002833 .right nav a:not(:last-child):after {
        margin: 0 10px;
    }
    .Bottom002833 .shop {
        margin-bottom: 20px;
    }
    .Bottom002833 .logo img {
        width: 45%;
    }
}


/*Floor002691 */

.Floor002691 {
    overflow: hidden;
    padding-top: 4vw;
}

.Floor002691 .list {
    padding-bottom: calc(100 / 16 * 1em);
    margin-bottom: calc(40 / 16 * 1em);
    position: relative;
}

.Floor002691 .list dl {
    text-align: center;
    display: table;
    width: 100%;
    max-width: 610px;
    margin: 0 auto;
    font-size: calc(20 / 16 * 1em);
}

.Floor002691 .list dl dd {
    float: left;
    width: 33.3%;
}

.Floor002691 .list dl dd span {
    display: inline-block;
    cursor: pointer;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
    color: #fff;
}

.Floor002691 .list dl dd.on span {
    color: #9ebd19;
    border-bottom-color: #9ebd19;
}

.Floor002691 .list .tab {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.Floor002691 .list dl dd.on .tab {
    display: block;
    width: 100%;
}

.Floor002691 .list .tab i {
    display: inline-block;
    cursor: pointer;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
    color: #fff;
    font-style: normal;
    font-size: calc(14 / 20 * 1em);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.7);
    margin: 0.5vw;
    line-height: calc(30 / 14 * 1em);
    padding: 0 calc(30 / 14 * 1em);
    border-radius: calc(15 / 14 * 1em);
}

.Floor002691 .list .tab i.on {
    background: #9ebd19;
    border-color: #9ebd19;
    color: #333;
}

.Floor002691 .html {
    display: none;
}

.Floor002691 .slick-slider {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.Floor002691 .slick-list {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
}

.Floor002691 .slick-list:focus {
    outline: none
}

.Floor002691 .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.Floor002691 .slick-slider .slick-track,
.Floor002691 .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)
}

.Floor002691 .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.Floor002691 .slick-track:before,
.Floor002691 .slick-track:after {
    display: table;
    content: '';
}

.Floor002691 .slick-track:after {
    clear: both;
}

.Floor002691 .slick-loading .slick-track {
    visibility: hidden;
}

.Floor002691 .slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.Floor002691 .slick-slide .slick-loading img {
    display: none;
}

.Floor002691 .slick-slide .dragging img {
    pointer-events: none;
}

.Floor002691 .slick-initialized .slick-slide {
    display: block;
}

.Floor002691 .slick-loading .slick-slide {
    visibility: hidden;
}

.Floor002691 .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.Floor002691 .slick-arrow .slick-hidden {
    display: none;
}

.Floor002691 .list-scroll li.slick-slide a {
    display: block;
    max-width: 80%;
    margin: 0 auto;
    transition: 0.3s;
    ;
    color: #fff
}

.Floor002691 .list-scroll li.slick-slide a:hover {
    color: #9ebd19;
}

.Floor002691 .list-scroll li .pic {
    overflow: hidden;
    border-radius: 10px;
}

.Floor002691 .list-scroll li .pic .Ispic {
    display: block;
    width: 100%;
    transition: 0.3s;
    padding-bottom: 80.212%;
}

.Floor002691 .list-scroll li.slick-slide a:hover .pic .Ispic {
    transform: scale(1.12);
}

.Floor002691 .list-scroll li .txt {
    text-align: center;
    font-size: calc(20 / 16 * 1em);
    padding-top: 1em;
}

.Floor002691 .list-scroll .slick-dots {
    text-align: center;
    padding-top: 40px;
}

.Floor002691 .list-scroll .slick-dots li {
    display: inline-block;
    cursor: pointer;
    margin: 0 4px;
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 50%;
}

.Floor002691 .list-scroll .slick-dots li button {
    display: none;
}

.Floor002691 .list-scroll .slick-dots li.slick-active {
    background: #9ebd19;
}


/*Banner002730 */

.Banner002730 {
    position: relative;
}

.Banner002730 .ytable {
    height: 100%;
}

.Banner002730 .txt {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    color: #fff;
    font-size: calc(28 / 16 * 1em);
    text-align: center;
}

.Banner002730 .txt .cn {
    letter-spacing: 8px;
    font-weight: bold;
    text-indent: 8px;
}

.Banner002730 .txt .en {
    text-transform: uppercase;
    font-family: Arial;
    font-size: calc(18 / 28 * 1em);
    margin-top: 10px;
    opacity: 0.5;
}

@media(min-width:1025px) {
    .Banner002730 figure {
        height: 450px;
    }
    .Banner002730 img {
        display: none;
    }
}

@media(max-width:1024px) {
    .Banner002730 figure {
        display: none;
    }
    .Banner002730 img {
        width: 100%;
        display: block;
    }
}


/*Menu003135 */

.Menu003135 {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.04);
}

.Menu003135 .current {
    font-size: calc(14 / 16 * 1em);
    padding-left: calc(20 / 14 * 1em);
    background: url(../images/menu003135-icon.png) no-repeat left center;
    background-size: 1em auto;
    line-height: calc(80 / 14 * 1em);
}

.Menu003135 .current,
.Menu003135 .current a:not(:hover) {
    color: #999;
}

.Menu003135 .current span {
    color: #9ebd19;
}

.Menu003135 .nav-menu li {
    float: left;
    font-size: 1em;
    line-height: calc(80 / 16 * 1em);
}

.Menu003135 .nav-menu li:not(:last-child) {
    margin-right: 2.5vw;
}

.Menu003135 .nav-menu li a {
    display: block;
    position: relative;
}

.Menu003135 .nav-menu li a:hover,
.Menu003135 .nav-menu li.aon a {
    color: #9ebd19;
}

.Menu003135 .nav-menu li.aon a:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #9ebd19;
}

@media (max-width:1024px) {
    .Menu003135 .current {
        display: none;
    }
    .Menu003135 .nav-menu li {
        line-height: 3;
    }
}


/*RighInfo003148 */

.RighInfo003148 {
    padding: calc(110 / 1920 * 100vw) 0
}

.RighInfo003148 .slog {
    font-size: calc(20 / 16 * 1em);
    line-height: calc(34 / 20 * 1em);
    text-align: center;
    padding-bottom: calc(120 / 20 * 1em);
    letter-spacing: 5px;
    background: url(../images/righinfo003148-bg.jpg) no-repeat center bottom;
}

.RighInfo003148 .tit1 {
    font-size: calc(30 /20 * 1em);
    color: #9ebd19;
    font-weight: bold;
}

.RighInfo003148 .tit2 {
    color: #333;
    margin-top: 10px;
    text-align: center;
}

.RighInfo003148 .tit3 {
    font-size: calc(26 / 16 * 1em);
    color: #333;
    margin: calc(60 / 26 * 1em) 0 calc(20 / 26 * 1em);
    text-align: center;
}

.RighInfo003148 b {
    color: #9ebd19;
    font-weight: normal;
}

.RighInfo003148 pre {
    color: #666;
    line-height: 1.75;
    margin: 0;
}

.RighInfo003148 p+p {
    margin-top: calc(14 / 16 * 1em);
}

.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 .title {
    font-size: calc(22 / 16 * 1em);
    color: #333;
    margin-bottom: calc(30 / 22 * 1em);
    line-height: 1;
    padding-left: 14px;
    border-left: 5px solid #9ebd19;
}

.RighInfo003148 .word {
    font-size: calc(18 / 16 * 1em);
    color: #333;
    text-align: center;
    margin-bottom: calc(30 / 18 * 1em);
}

@media (min-width:1025px) {
    .RighInfo003148 .items-group .img {
        width: 50%;
        overflow: hidden;
    }
    .RighInfo003148 .items-group .items:nth-child(2n-1) .txt {
        padding-right: 4vw;
    }
    .RighInfo003148 .items-group .items:nth-child(2n) .txt {
        padding-left: 4vw;
    }
}

@media (max-width:1024px) {
    .RighInfo003148 .items-group .txt {
        padding: 2em 0;
    }
}


/*.RighInfo002924*/

.RighInfo002924 {
    padding: calc(110 / 1920 * 100vw) 0;
}

.RighInfo002924 p {
    color: #666;
    line-height: 1.75;
    margin: 0;
}

.RighInfo002924 p+p {
    margin-top: calc(14 / 16 * 1em);
}

.RighInfo002924 .title {
    margin-bottom: 2vw
}

.RighInfo002924 .title .cn {
    font-size: calc(28 / 16 * 1em);
    line-height: 1.75;
    color: #9ebd19;
    font-weight: bold;
}

.RighInfo002924 .title .en {
    font-size: calc(18 / 16 * 1em);
    position: relative;
    text-transform: uppercase;
    color: #333;
}

.RighInfo002924 .title .en span {
    position: relative;
    z-index: 2;
    display: inline-block
}

.RighInfo002924 .title .en span:after {
    display: block;
    content: '';
    width: 100%;
    height: 8px;
    background: #9ebd19;
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: -10
}

.RighInfo002924 .box {
    background: #fff;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, .1);
    border-radius: 20px;
    overflow: hidden;
}

.RighInfo002924 .info {
    background: url(../images/aon2.png) no-repeat right bottom;
    background-size: auto 70%;
}

.RighInfo002924 .box+.box {
    margin-top: 3vw;
}

.RighInfo002924 .txt {
    font-size: calc(24 / 16 * 1em);
    line-height: 1.75;
    color: #333;
}

@media(min-width:1025px) {
    .RighInfo002924 .box .pic {
        width: 50%;
    }
    .RighInfo002924 .box .info .inner {
        max-width: 540px;
        margin: 0 auto;
        width: 90%;
    }
}

@media(max-width:1024px) {
    .RighInfo002924 .box .ytable,
    .RighInfo002924 .box .ytable-cell {
        display: block;
    }
    .RighInfo002924 .box .info {
        padding: 4vw;
    }
}


/*Timeline002853 */

.Timeline002853 pre {
    color: #666;
    line-height: 2;
    margin: 0;
}

.Timeline002853 p+p {
    margin-top: calc(14 / 16 * 1em);
}

@media(min-width:1025px) {
    .Timeline002853 .slider-nav {
        float: left;
        width: 36%;
    }
    .Timeline002853 .slider-for {
        float: right;
        width: 54%;
    }
    .Timeline002853 .slider-nav .slick-arrow {
        width: 197.246%;
        right: 0;
        top: 50%;
    }
    .Timeline002853 .slider-nav .slick-prev {
        margin-top: -65px;
    }
    .Timeline002853 .slider-nav .slick-next {
        margin-top: 65px;
    }
    .Timeline002853 .slider-nav .slick-next:before {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
    }
    .Timeline002853 .slider-nav li {
        padding-right: 3vw;
        text-align: right;
    }
}

.Timeline002853 .slider-nav {
    border-right: 1px solid #efefef;
    position: relative;
    padding: calc(110 / 1920 * 100vw) 0;
}

.Timeline002853 .slider-nav .slick-arrow {
    position: absolute;
    font-size: 0;
    border: 0;
    border-bottom: 1px solid #efefef;
    cursor: pointer;
    font-size: 0;
    padding: 0;
    z-index: 10;
}

.Timeline002853 .slider-nav .slick-arrow:before {
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    background: url(../images/more3.png) no-repeat center center #fff;
    left: 50%;
    top: 50%;
    margin: -12px 0 0 -12px;
    background-size: auto 60%;
}

.Timeline002853 .slider-nav .slick-arrow:hover:before {
    background-image: url(../images/more4.png);
}

.Timeline002853 .slider-nav li {
    line-height: calc(130 / 18 * 1em);
    font-size: calc(18 / 16 * 1em);
    ;
    color: #ccc;
}

.Timeline002853 .slider-nav li span {
    font-size: calc(34 / 18 * 1em);
    margin-right: 10px;
}

.Timeline002853 .slider-nav li.slick-center {
    color: #666;
}

.Timeline002853 .slider-for .box {
    padding-top: 6.2vw;
    line-height: 1.75;
}

.Timeline002853 .slider-for .year {
    font-weight: bold;
    color: #9ebd19;
    font-size: calc(48 / 16 * 1em);
    line-height: normal;
}

.Timeline002853 .slider-for .desc {
    line-height: 1.75;
    color: #333;
    margin: 1vw 0 2vw 0;
}

.Timeline002853 .slider-nav.under3 .slick-track {
    transition: 0.3s;
}

@media(max-width:1024px) {
    .Timeline002853 .slider-nav li {
        line-height: 60px;
        text-align: center;
    }
    .Timeline002853 .slider-nav {
        padding: 0 5vw;
        border-top: 1px solid #efefef;
        border-bottom: 1px solid #efefef;
    }
    .Timeline002853 .slider-nav .slick-arrow {
        width: 1px;
        height: 100%;
        background: #efefef;
        top: 0;
    }
    .Timeline002853 .slider-nav .slick-prev {
        left: 2.5vw;
    }
    .Timeline002853 .slider-nav .slick-next {
        right: 2.5vw;
    }
    .Timeline002853 .slider-nav .slick-prev:before {
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
    }
    .Timeline002853 .slider-nav .slick-next:before {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
    }
    .Timeline002853 .slider-nav .slick-track {
        margin-top: 0 !important;
    }
    .Timeline002853 .slider-nav li.slick-current {
        color: #666;
    }
}


/*Floor003099 */

.Floor003099 .list {
    padding: calc(100 / 1920 * 100vw) 0;
}

.Floor003099 .list .auto {
    position: relative;
    z-index: 1;
}

.Floor003099 .list:nth-child(2n) {
    background: #f9f9f9;
}

.Floor003099 .icon img {
    display: block;
    height: calc(50 / 16 * 1em);
}

.Floor003099 .name {
    font-size: calc(24 / 16 * 1em);
    color: #555;
    margin-top: 20px;
}

.Floor003099 li {
    float: left;
    width: 31.3%;
}

.Floor003099 li {
    float: left;
    width: 31.3%;
}

.Floor003099 li:not(:nth-child(3n)) {
    margin-right: 3%;
}

.Floor003099 li:nth-child(3n)~li {
    margin-top: 3%;
}

.Floor003099 li:nth-child(3n+1) {
    clear: left;
}

.Floor003099 .Ispic {
    padding-bottom: 64.812%;
    transition: 0.5s;
}

@media(min-width:1025px) {
    .Floor003099 .tit {
        width: 150px;
    }
    .Floor003099 .con {
        width: calc(100% - 150px);
        padding-left: 3vw;
    }
}


/*Page002737 */

.Page002737 {
    padding: 60px 0 110px;
}

.Page0027376 {
    padding: 20px 0 110px;
}

.Page002737 .Pages {
    text-align: center;
}

.Page002737 .Pages>span {
    display: inline-block;
    vertical-align: middle;
}

.Page002737 .Pages .a_first,
.Page002737 .Pages .a_end,
.Page002737 .Pages .p_cur,
.Page002737 .Pages .p_count,
.Page002737 .Pages .p_total {
    display: none;
}

.Page002737 .Pages .p_jump,
.Page002737 .Pages .p_page {
    overflow: hidden;
}

.Page002737 .Pages .p_page em {
    font-style: normal;
}

.Page002737 .Pages .p_page a {
    float: left;
    line-height: 36px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 0 14px;
    margin: 0 5px;
    font-size: 16px;
    font-family: Arial, " sans-serif";
    color: #aaa;
    background: #fff;
}

.Page002737 .Pages .p_page a:hover,
.Page002737 .Pages .p_page a.a_cur {
    background-color: #9ebd19;
    border-color: #9ebd19;
    color: #fff;
}

.Page002737 .Pages .p_page a.a_next,
.Page002737 .Pages .p_page a.a_prev {
    font-size: 0;
    height: 38px;
    width: 54px;
    padding: 0;
    margin: 0 6px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 12px;
}

.Page002737 .Pages .p_page a.a_prev,
.Page002737 .Pages .p_page a.a_next {
    background-image: url(../images/more2.png);
}

.Page002737 .Pages .p_page a.a_prev {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.Page002737 .Pages .p_page a.a_prev:hover,
.Page002737 .Pages .p_page a.a_next:hover {
    background-image: url(../images/more-on.png);
}

.Page002737 .Pages .p_page a.pagedot {
    border-color: transparent;
    padding: 0;
    margin-right: -5px;
    line-height: 34px;
    height: 44px;
}

.Page002737 .Pages .p_jump>* {
    float: left;
}

.Page002737 .Pages .p_jump b {
    font-weight: normal;
    color: #aaa;
    margin: 0 4px;
    line-height: 46px;
}

.Page002737 .Pages .p_jump b.f0 {
    margin-right: 6px;
}

.Page002737 .Pages .p_jump input {
    height: 46px;
    border-radius: 4px;
}

.Page002737 .Pages .i_text {
    line-height: 44px;
    border: 1px solid #e5e5e5;
    width: 46px;
    text-align: center;
    color: #333;
    font-size: 16px;
}

.Page002737 .Pages .i_button {
    background: #ebebeb;
    width: 70px;
    padding: 0;
    cursor: pointer;
    border: none;
    margin-left: 10px;
    color: #888;
}

@media(max-width:768px) {
    .Page002737 .Pages .p_page em,
    .Page002737 .Pages .p_jump {
        display: none;
    }
}


/*Floor002978*/

.Floor002978 {
    margin: calc(110 / 1920 * 100vw) 0;
    overflow: hidden;
}

.Floor002978 .auto {
    position: relative;
    z-index: 1;
}

.Floor002978 .slick-list {
    overflow: inherit;
}

.Floor002978 .slick-arrow {
    z-index: 20;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -8px;
    background: url(../images/more2.png) no-repeat center;
    background-size: contain;
}

.Floor002978 .slick-arrow:hover {
    background-image: url(../images/more.png)
}

.Floor002978 .slick-prev {
    left: 0px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.Floor002978 .slick-next {
    right: 0;
}

.Floor002978 li a {
    display: block;
    margin: 0 4.167vw;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.Floor002978 li .pic {
    overflow: hidden;
}

.Floor002978 li .Ispic {
    padding-bottom: 50%;
    transition: 0.3s;
}

.Floor002978 li.slick-center a:hover .Ispic {
    transform: scale(1.2);
}

.Floor002978 li .txt {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.55);
    padding: 20px;
    color: #fff;
    font-size: calc(24 / 16 * 1em);
}

@media(max-width:480px) {
    .Floor002978 .slick-prev {
        left: 4vw;
    }
    .Floor002978 .slick-next {
        right: 4vw;
    }
}


/*.PicList002854*/

.PicList002854 li {
    float: left;
}

.PicList002854 li:nth-child(3)~li {
    padding-top: 3%;
}

.PicList002854 li a {
    display: block;
    border: solid 3px #f5f5f5;
    position: relative;
    padding: 2vw 2.5vw 3.5vw;
    transition: 0.3s;
    border-radius: 10px;
    overflow: hidden;
}

.PicList002854 li aside {
    font-size: calc(18 / 16 * 1em);
    line-height: calc(30 / 18 * 1em);
    height: calc((30 / 18 * 1em) * 2);
    text-align: center;
    margin-bottom: 1vw;
    color: #333;
}

.PicList002854 li .Ispic {
    background-size: contain;
    padding-bottom: 76%;
}

.PicList002854 li a:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    background: url(../images/top003171-search2.png) no-repeat center center #f5f5f5;
    right: 0;
    bottom: 0;
    background-size: auto 21px;
    transition: 0.3s;
    border-radius: 10px 0 0 0;
}

.PicList002854 li a:hover {
    border-color: #9ebd19;
}

.PicList002854 li a:hover:after {
    background-color: #9ebd19;
    background-image: url(../images/top003171-search-white.png);
}

@media(min-width:769px) {
    .PicList002854 li {
        width: 29.333%;
    }
    .PicList002854 li:not(:nth-child(3n)) {
        margin-right: 6%;
    }
}

@media(max-width:768px) {
    .PicList002854 li {
        width: 48%;
    }
    .PicList002854 li:not(:nth-child(2n)) {
        margin-right: 4%;
    }
    .PicList002854 li aside {
        font-size: 14px;
    }
    .PicList002854 li a:after {
        width: 7vw;
        height: 7vw;
        background-size: auto 50%;
    }
}


/*RighInfo002738 */

.RighInfo002738 {
    background: #f8f8f8;
    padding: calc(110 / 1920 * 100vw) 0;
}

.RighInfo002738 .Ispic {
    width: 100%;
    padding-bottom: 60%;
    border-radius: 10px;
    overflow: hidden;
}

.RighInfo002738 .tit {
    font-size: calc(22 / 16 * 1em);
    margin: calc(30 / 22 * 1em) 0 calc(18 / 22 * 1em);
    font-weight: normal;
    color: #333;
}

.RighInfo002738 .Ispic {
    width: 41.667vw;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .RighInfo002738 .Ispic {
        width: 94vw;
    }
    .RighInfo002738 .flipto-prev,
    .RighInfo002738 .flipto-next {
        width: 15px;
        height: 15px;
    }
}


/*.RighInfo002925*/

.RighInfo002925 {
    padding: calc(110 / 1920 * 100vw) 0;
}

.RighInfo002925 p {
    color: #666;
    line-height: 1.75;
    margin: 0;
}

.RighInfo002925 p+p {
    margin-top: calc(14 / 16 * 1em);
}

.RighInfo002925 .box {
    border-radius: 20px 0;
    overflow: hidden;
}

.RighInfo002925 .tit {
    font-size: calc(24 / 16 * 1em);
    color: #9ebd19;
    font-weight: bold;
}

.RighInfo002925 .subtit {
    font-size: calc(15 / 16 * 1em);
    margin: 1vw 0 1.5vw;
}

.RighInfo002925 .subtit span {
    padding: 5px 12px;
    color: #666;
    border-radius: 10px;
    display: inline-block;
    border: 1px solid #eaeaea;
    color: #999;
    margin-right: 10px;
}

.RighInfo002925 .txt {
    line-height: 1.75;
    color: #333;
}

@media(min-width:1025px) {
    .RighInfo002925 .box .pic {
        width: 50%;
    }
    .RighInfo002925 .box .info {
        padding-left: 3vw;
    }
    .RighInfo002925 .box:nth-child(2n) .info {
        padding-left: 0;
        padding-right: 3vw;
    }
}

@media(max-width:1024px) {
    .RighInfo002925 .box .ytable,
    .RighInfo002925 .box .ytable-cell {
        display: block;
    }
    .RighInfo002925 .box .info {
        padding: 4vw;
    }
}


/*PicList002171 */

.PicList002171 {
    padding-top: calc(110 / 1920 * 100vw);
}

.PicList002171 li {
    float: left;
    position: relative;
    transition: 0.3s;
    -ms-transition: 0.3s;
    border-radius: 10px;
}

.PicList002171 li .ytable {
    border: solid 1px #eaeaea;
    height: calc(120 / 16 * 1em);
    text-align: center;
    border-radius: 10px;
}

.PicList002171 li:hover .ytable {
    border-color: #f5f5f5;
    box-shadow: 0 calc(7 / 16 * 1em) calc(30 / 16 * 1em) rgba(0, 0, 0, 0.08);
}

.PicList002171 li img {
    max-width: 62%;
    max-height: calc(70 / 16 * 1em);
}

.PicList002171 li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.PicList002171 li .tit {
    margin-top: 12px;
    text-align: center;
    color: #999;
}

.PicList002171 li:hover .tit {
    color: #9ebd19;
}

@media (min-width:769px) {
    .PicList002171 li {
        width: 17.6%;
    }
    .PicList002171 li:not(:nth-child(5n)) {
        margin-right: 3%;
    }
    .PicList002171 li:nth-child(5)~li {
        margin-top: 3%;
    }
}

@media (max-width:768px) {
    .PicList002171 li {
        width: 49%;
        margin-bottom: 2%;
    }
    .PicList002171 li:nth-child(2)~li {
        margin-top: 3%;
    }
    .PicList002171 li:not(:nth-child(2n)) {
        margin-right: 2%;
    }
    .PicList002171 li .ytable {
        height: 14vw;
        text-align: center;
    }
    .PicList002171 li img {
        max-height: 10vw;
    }
}


/*Menu002217*/

.Menu002217 {
    padding: calc(70 / 1920 * 100vw) 0;
}

.Menu002217 nav {
    text-align: center;
}

.Menu002217 nav ul li {
    text-align: center;
    padding: 0 calc(10 / 16 * 1em);
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.Menu002217 nav ul li a {
    display: block;
    min-width: calc(140 / 16 * 1em);
    height: calc(40 / 16 * 1em);
    line-height: calc(40 / 16 * 1em);
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-radius: calc(40 / 16 * 1em);
    background: #f3f3f3;
}

.Menu002217 nav ul li.on a,
.Menu002217 nav ul li a:hover {
    color: #fff;
    background: #9ebd19;
}


/*Floor003054 */

.Floor003054 {
    position: relative;
    z-index: 1;
    /* background: #006aff; */
}

.Floor003054>.Ispic {
    position: absolute;
    top: 0;
    height: 100%;
}

.Floor003054 .pic-1 {
    left: 0;
    width: 33.334%;
    opacity: 0.05;
}

@media(min-width:1025px) {
    .Floor003054 .pic-2 {
        right: 0;
        width: 66.666%;
    }
}

@media(max-width:1024px) {
    .Floor003054 .pic-1 {
        width: 100%;
    }
}

.Floor003054 .title {
    color: #fff;
    font-weight: 100;
    font-size: 2.34vw;
}

.Floor003054 .title h3 {
    font-weight: bold;
    font-size: 1em;
    margin: 0;
}

.Floor003054 .title h3:after {
    width: 30px;
    display: block;
    height: 1px;
    content: '';
    margin: 0.6em 0;
    background: #fff;
}

.Floor003054 .title .desc {
    font-size: 16px;
    position: relative;
}

@media(max-width:1024px) {
    .Floor003054 .title {
        font-size: 4vw;
        padding-bottom: 5vw;
    }
    .Floor003054 .title .desc {
        font-size: 0.5em;
    }
}

@media(max-width:640px) {
    .Floor003054 .title {
        font-size: 6vw;
    }
}

.Floor003054 .auto {
    max-width: 1440px;
    position: relative;
    z-index: 4;
    padding-top: 3.93vw;
}

.Floor003054 .more a {
    font-size: 100px;
    width: 0.64em;
    height: 0.64em;
    display: block;
    border: solid 2px rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    background: url("../images/floor003054_more.png") no-repeat center center;
    background-size: auto 34.375%;
    transition: 0.3s;
}

.Floor003054 .more a:hover {
    background-color: #fff;
    background-image: url("../images/floor003054_more_on.png");
}

.Floor003054 .right .Ispic {
    padding-bottom: 86.059%;
    /* background-size: contain; */
    background-color: #fff;
    border-radius: 20px;
}

.Floor003054 .right p {
    text-align: center;
    color: #fff
}

.Floor003054 .slider-li .slick-slide div {
    float: left;
}

.Floor003054 .slider-nav {
    margin: 8vw 0 4vw 0;
}

.Floor003054 .slider-nav .inner {
    position: relative;
    margin: 5px 0;
}

.Floor003054 .slider-nav .inner-cell {
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
    line-height: 1.4em;
    padding: 1.55em 0;
    cursor: pointer;
    font-size: 20px;
    border-radius: 15px;
}

.Floor003054 .slick-current .inner-cell {
    background: #fff;
}

.Floor003054 .slider-nav .inner-cell>* {
    display: inline-block;
    vertical-align: middle;
}

.Floor003054 .slider-nav .inner-cell b {
    font-weight: normal;
    color: #fff;
}

.Floor003054 .slider-nav .icon {
    margin-right: 20px;
}

.Floor003054 .slider-nav .icon img {
    width: 30px;
    height: 30px;
}

.Floor003054 .slider-nav li:not(.slick-current) .icon img.blue {
    display: none;
}

.Floor003054 .slider-nav li.slick-current .icon img.white {
    display: none;
}

.Floor003054 .slider-nav li.slick-current .inner-cell b {
    font-weight: bold;
    color: #9ebd19;
}

.Floor003054 .slick-dots {
    overflow: hidden;
    text-align: center;
    padding: 2% 0;
}

.Floor003054 .slick-dots li {
    display: inline-block;
    position: relative;
    width: 28px;
    height: 28px;
}

.Floor003054 .slick-dots li button {
    padding: 0;
    width: 28.572%;
    height: 28.572%;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 0;
    border: 0;
}

.Floor003054 .slick-dots li.slick-active button {
    background: #9ebd19;
    width: 50%;
    height: 50%;
}

.Floor003054 .slick-dots li.slick-active:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #9ebd19;
    border-radius: 50%;
    clip: rect(0 28px 7px 0);
    animation: zhuan 2s infinite linear;
}

.Floor003054 .slider-list .tab {
    display: block;
    width: 91%;
    margin-bottom: 3%;
    text-align: center;
}

.Floor003054 .slider-list .tab i {
    display: inline-block;
    cursor: pointer;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
    color: #fff;
    font-style: normal;
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: rgba(255, 255, 255, 1.7);
    margin: 0.5vw;
    line-height: calc(30 / 14 * 1em);
    padding: 0 calc(30 / 14 * 1em);
    border-radius: calc(15 / 14 * 1em);
}

.Floor003054 .slider-list .tab i:hover,
.Floor003054 .slider-list .tab i.on {
    background: #9ebd19;
    border-color: #9ebd19;
    color: #fff;
}

@keyframes zhuan {
    0% {
        transform: rotate(-360deg);
    }
    100% {
        transform: rotate(0);
    }
}

@media(min-width:641px) {
    .Floor003054 .slider-li .slick-slide div {
        width: 29%;
        margin-bottom: 1.887%;
        margin-right: 1%;
        margin-left: 1%
    }
    /* .Floor003054 .slider-li .slick-slide div:not(:nth-child(3n)) {
    margin-right: 1.887%;
  } */
}

@media(min-width:1025px) {
    .Floor003054 .left {
        width: 25%;
    }
    .Floor003054 .right {
        width: 71.25%;
    }
    .Floor003054 .slider-nav .inner-cell {
        width: 75%;
    }
    .Floor003054 .slider-nav .inner:after {
        position: absolute;
        content: '';
        height: 1px;
        background-color: #fff;
        right: 0;
        top: 50%;
        width: 0;
        transition: 0.3s;
    }
    .Floor003054 .slider-nav li.slick-current .inner:after {
        width: 23%;
    }
}

@media(min-width:1025px) and (max-width:1366px) {
    .Floor003054 .slider-nav .inner-cell {
        font-size: 1.5vw;
        padding: 1em 0;
    }
    .Floor003054 .more a {
        font-size: 6vw;
    }
}

@media(max-width:1024px) {
    .Floor003054 .auto {
        padding: 6vw 0;
    }
    .Floor003054 .left {
        position: relative;
    }
    .Floor003054 .left .more {
        position: absolute;
        right: 0;
        top: 0;
    }
    .Floor003054 .left .more a {
        font-size: 8vw;
    }
}

@media(max-width:640px) {
    .Floor003054 .slider-li .slick-slide div {
        width: 49%;
        margin-bottom: 2%;
    }
    .Floor003054 .slider-li .slick-slide div:not(:nth-child(2n)) {
        margin-right: 2%;
    }
    .Floor003054 .slider-nav .inner-cell {
        font-size: 4vw;
        padding: 0.5em 0;
        border-radius: 5px;
    }
    .Floor003054 .slider-nav .icon {
        margin-right: 10px;
    }
    .Floor003054 .slider-nav .icon img {
        width: 6vw;
        height: 6vw;
    }
    .Floor003054 .left .more a {
        font-size: 12vw;
    }
}


/*
 .PicList002797
 */

.PicList002797 li {
    float: left;
    width: 31%;
    margin: 0 3.5% 3.5% 0;
    border: solid 3px #f5f5f5;
    border-radius: 15px;
}

.PicList002797 li:nth-child(3n) {
    margin-right: 0;
}

.PicList002797 li a {
    display: block;
    position: relative;
    padding: 2% 6% 10% 6%;
}

.PicList002797 li h4,
.PicList002797 li h3,
.PicList002797 li h5 {
    margin: 0;
    text-align: center;
    font-weight: normal;
}

.PicList002797 li figure {
    padding-bottom: 88%;
    margin-bottom: 4%;
    background-size: cover;
}

.PicList002797 li h4 {
    font-size: 16px;
    color: #999;
}

.PicList002797 li h3 {
    font-size: 16px;
    color: #202020;
}

.PicList002797 li .hover {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: rgb(158 189 25 / 90%);
    z-index: 10;
    transition: 0.3s;
    color: #fff;
    border-radius: 10px;
}

.PicList002797 li:hover {
    box-shadow: 0 0 15px 3px #ccc;
    border-color: rgb(158 189 25 / 90%);
}

.PicList002797 li:hover a .hover {
    opacity: 1;
}

.PicList002797 li aside {
    position: absolute;
    left: 15%;
    width: 70%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.PicList002797 li .hover h5 {
    font-size: 20px;
}

.PicList002797 li .hover i {
    display: block;
    height: 2px;
    background: #fff;
    width: 48px;
    margin: 14px auto 20px;
}

.PicList002797 li .hover p {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    max-height: 90px;
    overflow: hidden;
}

.PicList002797 .more {
    display: block;
    text-align: center;
    margin-top: 50px;
}

.PicList002797 .more span {
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 40px;
    background: #fff;
    border-radius: 5px;
    transition: all 0.5s ease-out 0s;
    color: #9dbc19;
}

.PicList002797 .more span:hover {
    padding-left: 50px;
    padding-right: 74px;
}

@media(max-width:1000px) {
    .PicList002797 li {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }
}

@media(max-width:640px) and (min-width:376px) {
    .PicList002797 li .hover img {
        width: 50px;
        height: 50px;
    }
}

@media(max-width:480px) {
    .PicList002797 li {
        float: none;
        width: auto;
    }
    .PicList002797 li h3,
    .PicList002797 li .hover h5 {
        font-size: 14px;
    }
    .PicList002797 li .hover h5 {
        line-height: 20px;
        max-height: 40px;
    }
}


/*
 .PicList000762 为demo编号
 */

.PicList000762 {
    padding: 3.5% 0 0 0;
    max-width: 1440px;
    margin: 0 auto;
    width: 96%;
}

.PicList000762 li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.PicList000762 li:nth-child(3n) {
    margin-right: 0;
}

.PicList000762 li a {
    display: block;
    background-color: #f8f8f8;
    transition: all ease-in-out 0.3s;
    border-radius: 15px;
}

.PicList000762 li h2 {
    margin: 0;
    font-size: 18px;
    color: #333;
    text-align: center;
    font-weight: normal;
    padding: 6% 2%;
}

.PicList000762 li figure {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 65%;
    border-radius: 15px 15px 0 0;
}

.PicList000762 li a:hover {
    background-color: #9ebd19;
}

.PicList000762 li a:hover h2 {
    color: #fff;
}

@media(max-width:640px) {
    .PicList000762 li {
        width: 49%;
    }
    .PicList000762 li:nth-child(3n) {
        margin-right: 2%;
    }
    .PicList000762 li:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width:480px) {
    .PicList000762 li h2 {
        font-size: 14px;
    }
}


/*
 .Form002802
 */

.Form002802 {
    padding: calc(110 / 1920 * 100vw) 0 calc(180 / 1920 * 100vw);
    background: url(../images/form002802-bg.png) no-repeat bottom center;
}

.Form002802 .title {
    font-size: calc(32 / 16 *1em);
    color: #333;
}

.Form002802 .title:after {
    display: block;
    content: '';
    width: calc(40 / 32 *1em);
    height: 3px;
    background-color: #9ebd19;
    margin: calc(20 / 32 *1em) 0 calc(40 / 32 *1em);
}

.Form002802 .txt {
    margin-bottom: 1vw;
    font-size: calc(17 / 16 *1em);
    line-height: 1.7;
    color: #999;
}

.Form002802 .from li+li {
    margin-top: 4%;
}

.Form002802 .from li {
    position: relative;
}

.Form002802 .from label {
    position: absolute;
    left: 15px;
    top: 0;
    font-size: 15px;
    line-height: 50px;
    color: #999;
}

.Form002802 .from .text {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-indent: 10px;
    border: none;
    background: #f9f9f9;
}

.Form002802 .from textarea.text {
    height: 132px;
}

.Form002802 .from .btn {
    padding-bottom: 1.5%;
    text-align: center;
}

.Form002802 .from .btn input {
    background: #9ebd19;
    cursor: pointer;
    padding: 0;
    border: none;
    width: 160px;
    height: 38px;
    font-size: 16px;
    color: #fff;
    border-radius: 99px;
}

.Form002802 .address dd p,
.Form002802 .address dd pre {
    padding-left: 32px;
    line-height: 1.75;
    margin: 0;
    background-size: auto calc(18 / 16 * 1em);
    background-repeat: no-repeat;
    background-position: left calc(2vw + (4/ 16 * 1em));
    font-family: 'HarmonyOS_Sans_SC_Regular';
}

.Form002802 .address dd p+p,
.Form002802 .address dd p+pre {
    margin-top: 2vw;
    padding-top: 2vw;
    border-top: 1px dashed #eaeaea;
}

.Form002802 .address dd p span,
.Form002802 .address dd pre span {
    display: block;
    font-size: calc(14 / 16 * 1em);
    color: #999;
    margin-bottom: 10px;
}

.Form002802 .address dd p:first-child {
    background-position: left calc(4/ 16 * 1em);
}

.Form002802 .address dd p.tel {
    background-image: url(../images/form002802-tel.png);
}

.Form002802 .address dd p.hz {
    background-image: url(../images/form002802-hz.png);
}

.Form002802 .address dd p.mail {
    background-image: url(../images/form002802-mail.png);
}

.Form002802 .address dd p.wz {
    background-image: url(../images/form002802-wz.png);
}

.Form002802 .address dd p.add,
.Form002802 .address dd pre.add {
    background-image: url(../images/form002802-add.png);
}

@media(min-width:1025px) {
    .Form002802 .from {
        width: 30%;
        padding-left: 4vw;
    }
    .Form002802 .address {
        width: 70%;
        padding-right: 4vw;
        border-right: 1px solid #eaeaea;
        vertical-align: top;
    }
    .Form002802 .address dl {
        display: flex;
    }
    .Form002802 .address dd {
        width: calc((100% - 2vw) / 2);
    }
    .Form002802 .address dd+dd {
        margin-left: 2vw;
    }
}


/*PicList002949 */

.PicList002949 {
    padding-top: calc(110 / 1920 * 100vw);
}

.PicList002949 .item {
    border-radius: 20px;
    overflow: hidden;
}

.PicList002949 .item+.item {
    margin-top: 2vw;
}

.PicList002949 .item a:hover {
    color: #9ebd19;
}

.PicList002949 .txt {
    padding: 3vw;
    background: url(../images/aon2.png) no-repeat right bottom #f7f7f7;
    background-size: auto 65%;
}

.PicList002949 .txt p.dot2 {
    line-height: calc(28 / 16 * 1em);
    max-height: calc(56 / 16 * 1em);
    color: #888;
    margin: calc(20 /16 * 1em) 0 calc(36 /16 * 1em);
}

.PicList002949 .tit {
    font-size: calc(24 / 16 * 1em);
    line-height: 1em;
}

.PicList002949 .tit:after {
    display: block;
    margin-top: calc(20 /24 * 1em);
    content: '';
    background: #9ebd19;
    width: 48px;
    height: 2px;
}

.PicList002949 .pic .Ispic {
    display: block;
    width: 100%;
    padding-bottom: 55%;
}

.PicList002949 .pic img {
    display: none;
}

.PicList002949 .more i {
    display: inline-block;
    color: #9ebd19;
    line-height: calc(45 / 16 * 1em);
    border-radius: calc(45 / 16 * 1em);
    padding: 0 calc(42.5 / 16 * 1em);
    position: relative;
    font-style: normal;
}

.PicList002949 .more i::after {
    content: '';
    position: absolute;
    left: -1px;
    top: -4px;
    right: -1px;
    bottom: -4px;
    background: url(../images/more-bg.png) no-repeat center;
    background-size: contain;
}

.PicList002949 .more i span {
    display: block;
    padding-left: calc(35 / 16 * 1em);
    background: url(../images/more.png) no-repeat left center;
    background-size: calc(12 / 16 * 1em) auto;
    transition: 0.3s;
}

.PicList002949 .item a:hover .more i {
    background-color: #9ebd19;
    color: #fff;
    padding: 0 calc(35 / 16 * 1em);
}

.PicList002949 .item a:hover .more i span {
    background-image: url(../images/more-on.png);
    padding-left: 0;
    padding-right: calc(50 / 16 * 1em);
    background-position: right center;
}

.PicList002949 .item a:hover .more i::after {
    opacity: 0;
}

@media(min-width:1025px) {
    .PicList002949 .pic {
        width: 50%;
    }
}

@media(max-width:1024px) {
    .PicList002949 .ytable,
    .PicList002949 .ytable-cell {
        display: block;
    }
    .PicList002949 .txt {
        padding: 5vw;
    }
}


/*Floor002684*/

.Floor002684 {
    padding: calc(110 / 1920 * 100vw) 0;
}

.Floor002684 .left .slick-arrow {
    cursor: pointer;
    padding: 0;
    border: none;
    background: #fff;
    font-size: 0;
    z-index: 10;
    position: absolute;
    top: 50%;
    width: 70px;
    height: 70px;
    right: -35px;
    border-radius: 50%;
    border: 1px solid #9dbc19;
}

.Floor002684 .left .slick-arrow:hover {
    background: #9dbc19;
}

.Floor002684 .left .slick-arrow::before {
    width: 16px;
    height: 16px;
    border-right: 2px solid #9ebd19;
    border-top: 2px solid #9ebd19;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin-left: -12px;
    margin-top: -8px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.Floor002684 .left .slick-arrow:hover::before {
    border-right-color: #fff;
    border-top-color: #fff;
}

.Floor002684 .left .slick-prev {
    margin-top: -90px;
}

.Floor002684 .left .slick-prev::before {
    margin-left: -6px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.Floor002684 .left .slick-next {
    margin-top: 20px;
}

.Floor002684 .slider-for li .Ispic {
    display: block;
    width: 100%;
    padding-bottom: 66.987%;
    border-radius: 20px;
}

.Floor002684 .slider-for li img {
    display: none;
}

.Floor002684 .slider-nav {
    max-width: 1000px;
    padding: 0 15px;
    margin: 0 auto;
}

.Floor002684 .slider-nav li {
    cursor: pointer;
    padding: 40px 20px;
}

.Floor002684 .slider-nav li aside {
    background: #000;
    position: relative;
    border-radius: 15px;
}

.Floor002684 .slider-nav li aside .Ispic {
    opacity: 0.9;
    transition: 0.3s;
    padding-bottom: 67.18%;
    border-radius: 15px;
    overflow: hidden;
}

.Floor002684 .slider-nav li aside img {
    display: none;
}

.Floor002684 .slider-nav li aside::before {
    opacity: 0;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    border: 10px solid #9ebd19;
    height: 100%;
    transform: scale(0);
    transition: 0.3s 0.3s;
    background: none;
    border-radius: 10px;
}

.Floor002684 .slider-nav li.slick-current aside::before {
    opacity: 1;
    transform: scale(1);
}

.Floor002684 .slider-nav li.slick-current aside .Ispic {
    opacity: 1;
    box-shadow: 0 0 15px rgba(52, 62, 80, 0.55);
}

.Floor002684 .edit-css-1 h1 {
    font-size: calc(26 / 16 * 1em);
    color: #333;
    margin: 0;
}

.Floor002684 .edit-css-1 h1:after {
    display: block;
    margin: calc(20 /28 * 1em) 0;
    content: '';
    background: #9ebd19;
    width: 48px;
    height: 2px;
}

.Floor002684 .edit-css-1 pre {
    line-height: calc(30 / 15 * 1em);
    text-align: justify;
    font-size: calc(15 / 16 *1em);
}

.PicList002797 .auto {
    width: 96%;
}

.Floor002684 .edit-css-1 dl {
    margin-top: 2vw;
    background: #f9f9f9;
    padding: 25px;
    border-radius: 10px;
    display: flex;
}

.Floor002684 .edit-css-1 dd {
    width: calc((100% - 10%) / 3);
}

.Floor002684 .edit-css-1 dd:not(:last-child) {
    border-right: 1px solid #eaeaea;
    margin-right: 5%;
}

.Floor002684 .edit-css-1 dd .ti1 {
    font-size: calc(14 / 16 * 1em);
    margin: calc(10 / 14 * 1em) 0;
    color: #999;
}

.Floor002684 .edit-css-1 dd .icon {
    width: calc(26 / 16 * 1em);
    height: calc(26 / 16 * 1em);
    background: url(../images/floor002684-icon1.png) no-repeat center #9ebd19;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-size: auto 45%;
}

.Floor002684 .edit-css-1 dd:nth-child(2) .icon {
    background-image: url(../images/floor002684-icon2.png)
}

.Floor002684 .edit-css-1 dd:nth-child(3) .icon {
    background-image: url(../images/floor002684-icon3.png)
}

.Floor002684 .edit-css-1 dd .ti2 {
    font-size: calc(18 / 16 * 1em);
    color: #666;
}

.Floor002684 .box {
    margin-top: 2vw;
}

.Floor002684 .box img {
    border-radius: 10px;
}

.Floor002684 .box img+img {
    margin-top: 10px;
}

@media(min-width:1025px) {
    .Floor002684 .left {
        float: left;
        width: 58%;
    }
    .Floor002684 .right {
        float: right;
        width: 42%;
        padding-left: 5vw;
    }
}

@media(max-width:1024px) {
    .Floor002684 .left .slick-arrow {
        right: 0;
    }
    .Floor002684 .right {
        padding: 2% !important;
    }
    .Floor002684 .left {
        padding: 0 !important;
    }
    .Floor002684 .slider-nav {
        padding: 0 5px;
        margin: 0 auto;
    }
    .Floor002684 .slider-nav li {
        padding: 20px 10px;
    }
    .Floor002684 .slider-nav li aside::before {
        border-width: 5px;
    }
}

@media(max-width:480px) {
    .Floor002684 .slider-nav li {
        padding: 10px 2px;
    }
    .Floor002684 .left .slick-arrow {
        width: 40px;
        height: 40px;
    }
    .Floor002684 .left .slick-prev {
        margin-top: -40px;
    }
    .Floor002684 .left .slick-arrow::before {
        width: 10px;
        height: 10px;
        margin-top: -5px;
        margin-left: -8px;
    }
    .Floor002684 .left .slick-prev::before {
        margin-left: -3px;
    }
}


/*RighInfo003134 */

.RighInfo003134 {
    padding: calc(110 / 1920 * 100vw) 0;
}

.RighInfo003134 .img-side {
    border: solid 1px #f2f2f2;
    margin-bottom: calc(64 / 16 * 1em);
}

.RighInfo003134 .img-side .ytable-cell {
    padding-bottom: calc(48 / 16 * 1em);
}

.RighInfo003134 .img-group li .Ispic {
    background-size: contain;
    padding-bottom: 59.224%;
}

.RighInfo003134 .controls {
    display: table;
    position: relative;
    padding: 0 56px;
    margin: calc(50 / 16 * 1em) 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: #9ebd19;
    width: 100%;
    height: 100%;
}

.RighInfo003134 .controls .slick-arrow {
    position: absolute;
    top: 50%;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -7.5px;
    background-image: url(../images/more.png);
    background-size: contain;
}

.RighInfo003134 .controls .slick-prev {
    left: 0;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

.RighInfo003134 .controls .slick-next {
    right: 0;
}

.RighInfo003134 .controls .slick-disabled {
    cursor: default;
}

.RighInfo003134 .controls .slick-prev.slick-disabled,
.RighInfo003134 .controls .slick-next.slick-disabled {
    background-image: url(../images/more2.png);
}

.RighInfo003134 .img-side .txt {
    text-align: center;
}

.RighInfo003134 .img-side .tit {
    font-size: calc(28 / 16 * 1em);
    color: #333;
    margin-bottom: calc(12 / 28 * 1em);
}

.RighInfo003134 .img-side .line {
    width: 15px;
    height: 2px;
    background-color: #9ebd19;
    display: block;
    margin: 0 auto;
}

.RighInfo003134 .img-side .dl {
    display: flex;
    margin-top: 3vw;
}

.RighInfo003134 .img-side .dl dd {
    width: 33.3%;
    text-align: center;
    padding: 0 1vw;
}

.RighInfo003134 .img-side .dl dd:not(:last-child) {
    border-right: 1px dashed #eaeaea;
}

.RighInfo003134 .img-side .dl .icon {
    width: calc(40 / 16 * 1em);
    height: calc(40 / 16 * 1em);
    margin: 0 auto;
    display: block;
    background: url(../images/righinfo003134-icon.png) no-repeat center;
    background-size: auto calc(40 / 16 * 1em);
}

.RighInfo003134 .img-side .dl dd:nth-child(2) .icon {
    background-image: url(../images/righinfo003134-icon2.png);
}

.RighInfo003134 .img-side .dl dd:nth-child(3) .icon {
    background-image: url(../images/righinfo003134-icon3.png);
}

.RighInfo003134 .img-side .dl .t1 {
    font-size: calc(14 / 16 * 1em);
    color: #888;
    margin: 1em 0;
}

.RighInfo003134 .img-side .dl .t2 {
    font-size: calc(18 / 16 * 1em);
    color: #333;
}

.RighInfo003134 .prod-intro .name {
    border-bottom: 1px solid #efefef;
    font-size: calc(24 / 16 * 1em);
    padding-bottom: calc(16 / 24 * 1em);
    color: #333;
    line-height: 2;
}

.RighInfo003134 .prod-intro .name i {
    width: calc(48 / 24 * 1em);
    height: calc(48 / 24 * 1em);
    border-radius: 50%;
    background-color: #9ebd19;
    display: inline-block;
    vertical-align: top;
    margin-right: calc(15 / 24 * 1em);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 50%;
    background-image: url(../images/righinfo003134-icon4.png);
}

.RighInfo003134 .prod-intro .singlePage {
    line-height: 1.75;
    margin-top: calc(32 / 16 * 1em);
}

@media (min-width:1025px) {
    .RighInfo003134 .img-group {
        width: 50%;
        border-right: solid 1px #f2f2f2;
    }
    .RighInfo003134 .img-side .ytable-cell {
        padding: calc(50 / 16 * 1em);
    }
    .RighInfo003134 .img-side .txt {
        padding: 0 2%;
    }
}

@media (max-width:1024px) {
    .RighInfo003134 .img-side {
        padding: 2em;
    }
}


/*Menu002217*/

.Menu003136 {
    position: fixed;
    width: 70%;
    top: 0;
    left: 0;
    margin: auto;
    right: 0;
    z-index: 99999;
    padding: calc(20 / 1920 * 100vw) 0;
}

.Menu003136 .ul {
    padding-left: 3vw;
}

.Menu003136 li {
    display: inline-block;
    margin: 0 0.5vw;
}

.Menu003136 li a {
    display: block;
    color: #fff;
    border: 1px solid #eaeaea;
    line-height: calc(40 / 14 * 1em);
    border-radius: 10px;
    padding: 0 calc(20 / 14 * 1em);
    min-width: calc(110 / 14 * 1em);
    font-size: calc(14 / 16 * 1em);
    text-align: center;
}

.Menu003136 li:hover a,
.Menu003136 li.aon a {
    background: #9ebd19;
    border-color: #9ebd19;
    color: #333;
}


/*PicList002938*/

.PicList002938 {
    padding-top: calc(100 / 1920 * 100vw);
}

.PicList002938 li+li {
    margin-top: 3%;
}

.PicList002938 a {
    display: block;
}

.PicList002938 time {
    font-size: calc(18 / 16 * 1em);
    color: #9ebd19;
    display: inline-block;
    font-family: Arial;
}

.PicList002938 time span {
    display: block;
    font-size: calc(50 / 18 * 1em);
    ;
    font-weight: bold;
    text-align: center;
    line-height: 1;
}

.PicList002938 .txt {
    padding: calc(32 / 16 * 1em) 0;
    transition: all .5s ease;
    background: #f9f9f9;
    border-radius: 10px;
}

.PicList002938 li .Ispic {
    overflow: hidden;
    border-radius: 10px;
}

.PicList002938 li .Ispic img {
    display: none;
}

.PicList002938 li .info {
    padding: 0 calc(48 / 16 * 1em);
}

.PicList002938 h2 {
    font-size: calc(20 / 16 * 1em);
    font-family: 'HarmonyOS_Sans_SC_Medium';
    line-height: calc(24 / 20 * 1em);
    margin: 0;
    transition: all .5s ease;
    font-weight: normal;
}

.PicList002938 p {
    font-size: calc(15 / 16 * 1em);
    line-height: calc(30 / 15 * 1em);
    color: #777;
    margin: calc(20 / 15 * 1em) 0 0;
    transition: all .5s ease;
    text-align: justify;
}

.PicList002938 a:hover .txt {
    background-color: #fff;
    -webkit-box-shadow: 0 0 54px rgba(0, 0, 0, .26);
    -moz-box-shadow: 0 0 54px rgba(0, 0, 0, .26);
    box-shadow: 0 0 54px rgba(0, 0, 0, .26);
}

.PicList002938 a:hover h2 {
    color: #9ebd19;
}

@media(min-width:1025px) {
    .PicList002938 time {
        float: left;
        margin-top: 4vw;
    }
    .PicList002938 .txt {
        float: right;
        width: 76%;
    }
    .sopusw .txt {
        width: 90%;
    }
    .PicList002938 li .pic {
        width: 16.729%;
        transition: all .5s ease;
    }
    .PicList002938 li .Ispic {
        width: 202.27%;
        transition: all .5s ease;
        padding-bottom: 125.86%;
        margin-left: -102.27%;
    }
    .PicList002938 a:hover .txt .Ispic {
        margin-left: -115%;
    }
}


/*.RighInfo000171*/

.RighInfo000171 {
    padding: calc(100 / 1920 * 100vw) 0;
}

.RighInfo000171 .title {
    color: #333;
    text-align: center;
    padding-bottom: calc(30 / 16 * 1em);
}

.RighInfo000171 .title h1 {
    margin: 0;
    padding-bottom: 1.5vw;
    font-size: calc(28 / 16 * 1em);
    font-weight: normal;
}

.RighInfo000171 .title time {
    font-family: Arial;
    color: #9ebd19;
    padding-left: calc(28 / 16 * 1em);
    background: url(../images/righinfo000171-time.png) no-repeat center left;
    background-size: auto calc(18 / 16 * 1em);
    line-height: calc(22 / 16 * 1em);
    display: inline-block;
}

.RighInfo000171 .guide {
    padding: 2vw;
    background: #f8f8f8;
    border-radius: 10px;
    color: #777;
    line-height: 1.75;
}

.RighInfo000171 .guide span {
    color: #9ebd19;
}

.RighInfo000171 .info {
    color: #666;
    line-height: 2;
    text-align: justify;
    border-bottom: 1px dashed #d2d2d2;
    padding: calc(30 / 16 * 1em) 0;
}

.RighInfo000171 .info .pic {
    margin: 2% auto 4%;
    display: block;
}

.RighInfo000171 .info .pic1 {
    float: right;
    margin-bottom: 2%;
    margin-left: 3%;
}

.RighInfo000171 .info .pic2 {
    float: left;
    margin-bottom: 2%;
    margin-right: 3%;
}

.RighInfo000171 .bot {
    position: relative;
    margin-top: 50px
}

.RighInfo000171 .info_back {
    text-align: center;
    clear: both;
    padding: 10px 0;
    position: absolute;
    right: 0;
    top: 0
}

.RighInfo000171 .info_back a {
    color: #fff;
    font-size: calc(14 / 16 * 1em);
    background: #9ebd19;
    display: block;
    padding: 10px 30px;
    border-radius: 50px
}

.RighInfo000171 .info_back a:hover {
    background: #fff;
    color: #9ebd19;
    border: 1px #9ebd19 solid
}

.RighInfo000171 .info_pn span {
    display: block;
    font-size: calc(15 / 16 * 1em);
    margin: 15px 0
}

.RighInfo000171 .info_pn span a {
    color: #888
}

.RighInfo000171 .info_pn span a:hover {
    color: #9ebd19;
    text-decoration: underline
}

@media(max-width:1000px) {
    .RighInfo000171 {
        padding: 50px 0;
    }
    .RighInfo000171 .info_back {
        position: relative
    }
    .RighInfo000171 .bot {
        position: relative;
        margin-top: 15px
    }
}

@media(min-width:1000px) {
    .RighInfo000171 .info_pn span {
        width: 80%
    }
}

@media(max-width:1024px) {
    .Floor003080 .category .item .imgs {
        left: 10px;
    }
    .Floor003080 .category .item .imgs img {
        max-width: 35px;
    }
    .Floor003080 .category .item {
        padding: 3vw 3vw 30px 7vw;
    }
    .Floor003080 .slider {
        width: 100%;
    }
    .slick-vertical .slick-slide {
        width: 33.3% !important;
    }
    .Floor003054 .slider-nav .draggable,
    .Floor003054 .slider-nav .draggable .slick-track {
        height: auto !important;
    }
}

.menu-show .Top003171 {
    z-index: 999999;
}

@media(max-width:1024px) {
    .Top003171 .menu-area .contact .ytable-cell {
        width: 100%;
        display: block;
    }
    .Menu003136 {
        position: relative;
        width: 96%;
    }
    .Menu003136 li a {
        min-width: auto;
        padding: 0 10px;
        color: #000;
    }
    .Menu003136 li {
        width: 20%;
    }
    .Menu003136 .ul {
        padding-left: 0;
    }
    .PicList002938 li .Ispic {
        width: 100%;
        padding-bottom: 0100%;
        margin-left: 0;
    }
}

@media(max-width:768px) {
    .Floor003108 ol {
        width: 100%;
        float: inherit;
        padding: 10px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .Floor002156 .ytable {
        display: block;
    }
    .Floor002156 .img {
        display: block;
        margin-top: 20px;
    }
    .Floor003080 .category .item .imgs img {
        max-width: 25px;
    }
    .Floor003080 .category .item {
        padding: 3vw 3vw 3vw 45px;
    }
    .Floor003080 .category .icon {
        width: 30px;
        height: 30px;
    }
    .Floor003108 ol:nth-of-type(1) .txt {
        padding: 10px;
        border-bottom: none;
        padding-left: 76px;
    }
    .fpnav li.active span,
    .Floor003054 .left .more {
        display: none;
    }
    .Floor003054 .slider-nav .draggable .slick-track li {
        width: 31% !important;
    }
    .Floor003054 .slider-nav .draggable .slick-track li:not(:last-child) {
        margin-right: 10px;
    }
    .Floor002685 .list dd {
        height: 100vh;
        margin: 0;
    }
    .Floor002685 .list {
        display: flex;
        flex-wrap: wrap;
    }
    .Floor002685 .list dd .icon {
        max-width: 35px;
    }
    .Floor002685 .list dd h3 {
        font-size: 14px;
    }
    .Floor002685 .list dd p {
        -webkit-line-clamp: inherit;
    }
    .Top003171 .open-search.on:before,
    .Top003171 .open-search.on:after {
        background-color: #e9e9e9;
    }
    .Top003171 .menu-area .menus {
        padding: 4vh 0 1vh;
        background-size: auto 24%;
    }
    .Top003171 .menu-area .contact .auto {
        display: block;
    }
    .Bottom002833 .code {
        margin: 0px 0 24px;
        display: none;
    }
    .Bottom002833 .contact ul li {
        text-align: left;
    }
    .Menu003136 li {
        margin-bottom: 10px;
        width: 22%;
    }
    .Menu003136 li a{
        width:100%;
        height: 38px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .Page002737 {
        padding: 20px 0 60px;
    }
    .Menu002217 nav ul li a {
        min-width: auto;
    }
    .Menu002217 nav ul li {
        width: 28%;
        margin-bottom: 10px;
    }
    .RighInfo003134 .img-side .ytable-cell {
        padding-bottom: 0;
    }
    .PicList002938 .txt .pic {
        width: 20%;
    }
    .PicList002938 li .info {
        padding: 0 20px;
    }
    .PicList002938 p {
        margin: 5px 0;
    }
    .PicList002938 time {
        width: 30%;
        text-align: center;
    }
    .PicList002938 a {
        display: flex;
        align-items: center;
        background: #f9f9f9;
        border-radius: 10px;
    }
    .PicList002938 .txt {
        padding: 10px 0;
    }
    .Form002802 .ytable-cell {
        width: 100%;
        margin-bottom: 20px;
    }
    .Form002802 .ytable {
        display: flex;
        flex-wrap: wrap;
    }
    .Form002802 .title {
        font-size: 20px;
    }
    .Form002802 .title:after {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 769px) {
    .RighInfo003148 .items-group .items {
        display: inline-block;
    }
    .RighInfo003148 .items-group .items:nth-child(2n) .img {
        float: left;
    }
    .RighInfo003148 .items-group .items:nth-child(2n) .txt {
        float: right;
    }
    .RighInfo003148 .items-group .items .txt {
        width: 50%;
    }
    .RighInfo003148 .items-group .items .xy {
        display: inline-block;
    }
    .RighInfo003148 .items-group .items:nth-child(2n) .xy {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }
}

.szgd {
    width: 100%;
    margin-top: 10%;
}

.szgd .part-bottom {
    text-align: center;
    float: left;
    margin-right: 5%;
    width: 21.2%;
}
.sub2  .part-bottom:nth-child(2){
    margin-right: 0;
}
.part-bottom .timer {
    font-size: 90px;
    color: #fff;
    font-family: Microsoft YaHei, 微软雅黑;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
}

.part-bottom .dw {
    font-size: 26px;
    color: #fff;
    font-family: 微软雅黑;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
}

.part-bottom p {
    line-height: 1;
    text-align: center;
}

.part-bottom .p2 {
    font-size: 24px;
    color: rgba(172, 171, 166, 1);
    font-family: 微软雅黑;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
}

.img-block-1 {
    display: inline-block;
    width: 697px;
    height: 478px;
}

.RighInfo003148 .items-group .items:nth-child(4) {
    display: block;
}

.RighInfo003148 .items-group .items:nth-child(4) .xy {
    display: inline-block;
}

.RighInfo003148 .items-group .items:nth-child(4) .txt {
    display: inline-block;
    top: 70px;
    position: relative;
}

.RighInfo003148 .items-group .items:nth-child(4) .img {
    float: none;
    width: 50%;
    display: inline-block;
}

@media screen and (max-width:768px) {
    .szgd .part-bottom {
        width: 45%;
        margin-bottom: 20px;
    }
    .part-bottom .timer {
        font-size: 60px;
    }
    .Bottom002833{
        background-size: 100% 100%;
    }
    .ytable-cell .left{
        display: none;
    }
}

.Form002802 .from .btn button {
    background: #9ebd19;
    cursor: pointer;
    padding: 0;
    border: none;
    width: 160px;
    height: 38px;
    font-size: 16px;
    color: #fff;
    border-radius: 99px;
}
.m-search{
    display: none;
}
@media screen and (max-width:768px){
   .p-search .top-search{
        display: none!important;
    }
    .Top003171 .open-menu{
        right: 4%!important;
        left: none;
    }
    .Top003171 .logo{
       justify-content: left; 
       left:5%;
    }
    .m-search{
       left: -11%;
    top: 50%;
    position: relative;
    display: block;
    }
    .fpnav{
        display: none;
    }
  .m-search .top-search .text {
    left: 22%;
    padding-left: 10px!important ;
    top: 30%;
    width: 80%;
    right: 0px;
}
}