* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html {
    -webkit-text-size-adjust: 100%;
    font-size: 5.2083333vw;
    overflow-x: hidden;
}

a:hover {
    color: #6be51b;
}

/* ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    -webkit-overflow-scrolling: touch;
    background-color: transparent;
}

::-webkit-scrollbar:hover {
    display: block;
}

::-webkit-scrollbar-track {
    background: url(../images/scrollbartrack.gif) center top repeat-y;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #999 url(../images/scrollbg.png) center center no-repeat;
}

::-webkit-scrollbar-button {
    height: 0px;
    width: 0;
    background-color: #ebeced;
} */

@media (max-width:1440px) {
    html {
        font-size: 6.2vw
    }
}

@media (min-width:769px) and (max-width:1024px) {
    html {
        font-size: calc((100 / 1000) * 100 * 1vw);
    }
}

@media (max-width:768px) {
    html {
        font-size: calc((100 / 750) * 100 * 1vw);
    }
}

ol li, ul li {
    list-style: none;
}

.root-w-600 {
    width: 50% !important;
}

.root-w-1600 .auto {
    max-width: 16rem;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}


.imgbox {
    overflow: hidden;
    position: relative;
}

.imgbox span {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mainAuto {
    margin-left: 50px;
    margin-right: 50px;
}

.index_title {
    margin-top: 30px;
    margin-bottom: 20px;
    position: relative;
}

.index_title:before {
    content: "";
    left: 20px;
    top: 50%;
    height: 1px;
    position: absolute;
    width: calc(100% - 40px);
    background-color: #e1e1e1;
}

.index_title .cn {
    font-size: 14px;
    color: #333;
    position: relative;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    background-color: #f7f7f7;
    position: relative;
    z-index: 10;
    padding: 0 10px;
    margin-left: 40px;
}

.index_title .en {
    color: #999;
    opacity: 0.5;
    padding-bottom: 5px;
    text-transform: uppercase;
}

body {
    background-color: #f7f7f7
}

/*Top003111 */
.Top003111 {
    position: fixed;
    left: 0;
    /*position: relative;*/
    width: 100%;
    z-index: 100;
    top: 0;
    background-color: #131516;
    transition: all .3s;
}

.Top003111 .mainAuto {
    height: 1.01rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Top003111 .mainAuto .right {
    text-align: right;
    flex: 1;
}

.Top003111 .dis {
    display: inline-block;
    vertical-align: middle;
}

.Top003111 .auto, .root-w-1400 {
    /*max-width: 1400px;width: 100%; overflow: hidden; */
}

.Top003111.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (min-width:1025px) {
    .Top003111 .logo img {
        height: 0.5rem;
    }
}

@media (max-width:1024px) {
    .Top003111 .auto {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 80px;
    }

    .Top003111 .auto:after {
        display: none;
    }

    .Top003111 .logo img {
        height: 40px;
    }
}

.Top003111 .top-nav>* {
    float: left;
}

.Top003111 .top-search {
    background-color: #6be51b;
    border-radius: 0.36rem;
    padding-right: 0.48rem;
    width: 3.8rem;
    /* margin-left: 12%; */
}

.Top003111 .top-search .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 0.52rem;
    height: 100%;
    background: url(../images/search-btn.svg) no-repeat center center;
    background-size: auto 18px;
}

.Top003111 .top-search .text {
    width: 100%;
    height: 0.45rem;
    line-height: 0.36rem;
    padding: 0 0 0 0.2rem;
    border-radius: 20px 0 0 20px;
    background: #fff;
    color: rgba(0, 0, 0, .55);
    border: 2px solid #6be51b;
}

.Top003111 .top-nav dt:nth-child(1) a {
    display: block;
    font-size: 0.18rem;
    line-height: 1.285em;
    padding-left: 20px;
    color: rgba(255, 255, 255, 0.95);
    padding-left: 0.2rem;
    background-position: left 4px;
    background-repeat: no-repeat;
    margin: 0 20px;
    font-weight: bold;
}
.Top003111 .top-nav dt a:hover{color: rgba(255, 255, 255, 0.7);}

.Top003111 .top-nav dt .tel {
    background-image: url(../images/Bottom003025_call.png);
}

.Top003111 .top-nav dt .exl {
    background-image: url(../images/Bottom003025_email.png);
}

@media (min-width:1025px) {
    .Top003111 .top-nav1 {
        padding-top: 5px;
    }

    .Top003111 .top-search {
        display: inline-block;
    }
}

@media (max-width:1024px) {
    .Top003111 .top-nav dt:nth-child(1){display: none;}
    .Top003111 .mainAuto{flex-direction: row-reverse;}
    .Top003111 .logo{position: absolute;left: 50%;transform: translateX(-50%);}
    .Top003111 .open-search {
        width: 36px;
        height: 36px;
        background: url(../images/search-btn.svg) no-repeat center center;
        background-size: auto 60%;
    }

    .Top003111 .top-search {
        position: absolute;
        left: 5%;
        width: 90%;
        top: 100%;
    }

    .search-show .Top003111 .top-search {
        display: block;
    }
}

/*.Top003111 .top-lang{margin-left: 13px;}
.Top003111 .top-lang a{display: block;line-height: 36px;width: 36px;text-align: center;border-radius: 50%;background-color: #6be51b;color: #fff;font-size: 14px;}
@media (max-width:1024px) {
.Top003111 .top-lang{margin: 0 2vw;}
}*/
.Top003111 .ver{display: none;}
.Top003111 .a2,.Top003111 .a3,.Top003111 .a4,.Top003111 .aa1{display: none;}
.Top003111 .top-lang {
    position: relative;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    text-align: center;
    visibility: collapse;
}

.Top003111 .top-lang .on::after {
    content: '';margin-left: 8px;
    display: inline-block;
    vertical-align: middle;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #999;
}
.Top003111 .top-lang a {
    display: block;
    padding: 0 15px 0 15px;
    line-height: 30px;
    font-size: 0.14rem;
    color: #fff;
}

.Top003111 .top-lang figure {
    position: absolute;
    left: 0;
    top: 28px;
    box-shadow: 0 0 5px #ccc;
    background-color: #fff;
    width: 100%;
    z-index: 20;
    transition: all 0.5s;
    border-radius: 0 0 5px 5px;
    opacity: 0;
    z-index: -1;
}

.Top003111 .top-lang figure a {
    color: #666;
}

.Top003111 .top-lang figure a:hover {
    color: #6be51b
}

.Top003111 .top-lang figure a {
    display: block;
    line-height: 30px;
    text-align: left;
}

.Top003111 .top-lang:hover {
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.Top003111 .top-lang:hover figure {
    opacity: 1;
    visibility: visible;
    z-index: 10;
    top: 31px;
}

.Top003111 menu li.has-sub span a:After {
    content: "";
    width: 10px;
    height: 6px;
    background: url(../images/Top003111_icon2.png);
    margin-left: 7px;
    display: inline-block;
    vertical-align: middle;
    opacity: 0.45;
}

.Top003111 menu li span,
.Top003111 menu li a {
    display: block;
}

.Top003111 menu li span a {
    color: #fff;
    line-height: 1.01rem;
}

.Top003111 menu li:hover span a {
    color: #6be51b;
}

.Top003111 menu li:hover.has-sub span a:After {
    background: url(../images/Top003111_icon3.png);
}

.Top003111 menu li .sub {
    display: none;
    /* background-color: rgba(255,255,255,1); */
    /* padding-bottom: 3%; */
}

.Top003111 .list {
    width: 100%;
}
/* .Top003111 .list ol{width: 32%;margin-right: 2%;float: left;}
.Top003111 .list ol:nth-child(3n){margin-right: 0;} */
.Top003111 .list ol {
    padding: 20px;
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
}
.Top003111 li:not(:first-child) .list ol{width: 32%;margin-right: 2%;}
.Top003111 li:not(:first-child) .list ol:nth-child(3n+3){margin-right: 0;}

/* .Top003111 .list li:last-child{border: none;} */
.Top003111 .job-title {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding-left: 3%;
    font-weight: bold;
}

.Top003111 .job-title:before {
    position: absolute;
    content: '';
    width: 3px;
    height: 18px;
    background-color: #6be51b;
    left: 0;
    top: 25%;
    margin-top: -2px;
}

.Top003111 .job-title:hover {
    color: #6be51b;
}

.Top003111 .job-title.select {
    font-weight: bold;
    color: #6be51b;
}

.Top003111 .job-title.select a {
    color: #6be51b;
}

.Top003111 .job-title:after {
    content: "";
    width: 10px;
    height: 6px;
    background: url(../images/Top003111_icon.png) no-repeat;
    display: block;
    transition: all 0.3s;
}

.Top003111 .job-title.null:After {
    display: none;
}

.Top003111 li.no_job-main .job-title:after {
    opacity: 0;
}

.Top003111 .job-title.select:after {
    transform: rotate(-90deg);
}

.Top003111 .job-main {
    display: none;
    padding: 0 20px;
    text-align: left;
}

.Top003111 .job-main a {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 35px;
}

.Top003111 .job-main a:hover {
    color: #6be51b;
    font-weight: bold;
    transform: translate(2%, 0);
}

@media (min-width:1921px) {
    .Top003111 menu li {
        margin-right: 61px;
    }
}

@media (min-width:1025px) {
    .Top003111 menu li {
        float: left;
        margin-right: 2.478vw;
        font-size: 0.18rem;
    }

    .Top003111 menu li span {
        line-height: 0.5rem;
    }

    .Top003111 menu li span a {
        position: relative;
    }

    .Top003111 menu li span a:before {
        position: absolute;
        content: '';
        height: 3px;
        background-color: #6be51b;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        width: 0;
        transition: width 0.3s;
    }

    .Top003111 menu li span a:hover:before,
    .Top003111 menu li.aon span a {
        color: #6be51b;
    }

    .Top003111 menu li.aon span a:before {
        width: 100%;
    }

    .Top003111 .sub {
        position: absolute;
        top: 100%;
        /* overflow: hidden; */
        left: 0;
        width: 100%;
    }
    .Top003111 .sub:after{width: 100%;height: 35px;bottom: -35px;content: "";position: absolute;left: 0;}

    .Top003111 .sub .sub_1 {
        width: 100%;
        background-color: rgba(255, 255, 255, 1);
        /* position: absolute; */
        top: 100%;
        overflow: hidden;
        left: 0;
        width: 100%;
        border-bottom: 1px solid #f5f5f5;
    }

    .Top003111 .sub dl {
        overflow: hidden;
        float: none !important;
        margin:  0 auto !important;
    }

    .Top003111 .sub dt {
        line-height: 22px;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        /* justify-content: space-between; */
    }
    .Top003111 .sub dt .box {width: 32%;}
    .Top003111 #m1 .sub dt .box {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .Top003111 #m1 .list ol {
        padding: 20px;
        border-bottom: 1px solid #e8e8e8;
        width: 32%;
    }

    .Top003111 .sub dt a {
        color: #333;
        transition: 0.3s;
    }

    .Top003111 .sub dt a:hover {
        color: #6be51b;
    }
}

@media (min-width:1025px) and (max-width:1280px) {
    .Top003111 menu li {
        margin-right: 2vw;
    }
}

@media (max-width:1024px) {
    .Top003111 .list ol{padding: 10px 20px;}
   .has-sub span .op{background: url(../images/Top003111_icon2.png) right 20px center no-repeat;width: 100%;z-index: 15;}
   .has-multi aside .op-multi.click, .has-sub span .op.click {
    transform: rotate(0); background: url(../images/Top003111_icon3.png) right 20px center no-repeat;
}
    .Top003111 .ver{display: block;text-align: center;padding: 15px 0;}
    .Top003111 .ver a{color: #fff;margin: 0 15px;}
    .Top003111 menu li.has-sub span a:After{display: none;}
    .Top003111 .top-lang{display: none;}
    .Top003111 .top-lang a {
        font-size: 14px;
    }
    .Top003111 .open-menu {
        height: 36px;
    }
    .Top003111 .sub dt ol{width: 100%;}

    .Top003111 .open-menu i {
        background-color: #e60013;
    }

    body.menu-show {
        overflow: hidden;
    }

    .Top003111 menu {
        position: fixed;
        top: 80px;
        bottom: 0;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.9);
        left: -100%;
        padding: 40px 0;
        opacity: 0;
        transition: 0.3s ease-out;
    }

    body.menu-show .Top003111 menu {
        left: 0;
        opacity: 1;
        display: block;
    }

    .Top003111 menu ul {
        height: 100%;
        overflow: auto;
    }

    .Top003111 menu li,.Top003111 .list ol{
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }

    .Top003111 menu li span {
        line-height: 3;
        font-size: 20px;
    }

    .Top003111 menu li span a {
        padding-left: 1em;
    }

    .Top003111 .has-sub span .op:before,
    .Top003111 .has-sub span .op:after {
        background-color: #e60013;
        display: none;
    }

    .Top003111 .sub {
        padding: 2em;
        font-size: 18px;
        background-color: rgba(0, 0, 0, 0.1);
    }

    .Top003111 .sub dt {
        line-height: 2.5;
    }
}
@media(max-width:640px){
    .Top003111 .top-lang a{padding: 0 5px;font-size: 12px;}
    .Top003111 .open-search{width: 30px;height: 30px;}
    .Top003111 .top-lang .on::after{margin-left: 4px;}
    .Top003111 .top-nav dt:nth-child(1) a{margin: 0 0 0 10px;}
}

/*Banner003158 */
.Banner003158 {
    background: #000;
    overflow: hidden;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 3px;
    margin-top: 1.01rem;
}
.Banner003158 .item{position: relative;}
.Banner003158 .item a{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 10;}
.Banner003158 li.slick-slide {
    position: relative;
    z-index: 1;
}

.Banner003158 .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    text-align: center;
    color: #0735a8;
}

.Banner003158 .txt .ytable {
    height: 100%;
    table-layout: fixed;
}

.Banner003158 .tit,
.Banner003158 .desc,
.Banner003158 .more {
    transform: translateY(30px);
    opacity: 0;
    transition-duration: 0.3s;
    transition-delay: 0.3s;
}

.Banner003158 .tit {
    font-size: 3em;
    text-shadow: 0 2px 0 #fff;
    line-height: 1.2;
    margin-top: 1.5em;
}

.Banner003158 .desc {
    text-shadow: 0 1px 0 #fff;
    margin-bottom: 2.5em;
    margin-top: 1em;
    transition-delay: 0.6s;
}

.Banner003158 .more {
    display: inline-block;
    width: 6em;
    line-height: 2;
    border: solid 1px #0735a8;
    color: #0735a8;
    transition-delay: 0.9s;
}

.Banner003158 .more:after {
    display: inline-block;
    content: '';
    width: 8px;
    height: 13px;
    margin-left: 5px;
    background-image: url(../images/Banner003158-more.svg);
    vertical-align: middle;
}

.Banner003158 .more:hover {
    background-color: #0735a8;
    color: #fff;
}

.Banner003158 .more:hover:after {
    background-image: url(../images/Banner003158-more-white.svg);
}

.Banner003158 .slick-arrow {
    z-index: 100;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 45px;
    height: 45px;
    cursor: pointer;
    padding: 0;
    transition: all ease 0.3s;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40%;
    background-color: transparent;
    color: #6be51b;
    border: 1px solid #6be51b;
    border-radius: 50%;
}

.Banner003158 .slick-disabled, .Banner003158 .slick-disabled:hover, .Banner003158 .slick-disabled:hover:after {
    cursor: default;
    background-color: transparent !important;
    opacity: 0.5;
    border: 1px solid #bbbbbb !important;
    color: #464646 !important;
}

.Banner003158 .slick-arrow:hover {
    border: 1px solid #6be51b;
    background-color: #6be51b;
    color: #fff;
}

.Banner003158 .slick-arrow i {
    font-size: 20px;
    position: relative;
    z-index: 10;
    display: none;
}

.Banner003158 .slick-prev {
    left: -100px;
    background-image: url(../images/arr_left_green.svg);
}

.Banner003158:hover .slick-prev {
    left: 3%;
}

.Banner003158:hover .slick-prev:hover {
    background-image: url(../images/arr_left.svg);
}

.Banner003158 .slick-next {
    right: -100px;
    background-image: url(../images/arr_right_green.svg);
}

.Banner003158:hover .slick-next {
    right: 3%;
}

.Banner003158 .slick-next:hover {
    background-image: url(../images/arr_right.svg);
}

.Banner003158 .sliderBig .imgbox {
    padding-top: 26.04vw;
}

.Banner003158 .sliderSmall {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
}

.Banner003158 .sliderSmall .item {
    text-align: center;
    margin: 20px 0 0 0;
    cursor: pointer;
    position: relative;
    opacity: 0.9;
}
.Banner003158 .sliderSmall .item a{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 11;}

.Banner003158 .sliderSmall .ti {
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    padding: 0 0.25rem;
    text-align: center;
    width: 100%;
    position: absolute;
    font-size: 0.2rem;
    font-weight: bold;
}

.Banner003158 .sliderSmall .imgbox {
    padding-top: 1.2rem;
    transition: all 0.5s;
    overflow: visible;
}

.Banner003158 .sliderSmall .imgbox:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.8);
    content: "";
    transition: all 0.5s;
}

.Banner003158 .sliderSmall .imgbox:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    z-index: 2;
    background-color: #6be51b;
    content: "";
    transition: all 0.9s;
}

.Banner003158 .sliderSmall .slick-current,
.Banner003158 .sliderSmall .item:hover {
    z-index: 10;
    opacity: 1;
}

.Banner003158 .sliderSmall .item:hover .imgbox:after,
.Banner003158 .sliderSmall .slick-current .imgbox:after {
    background-color: rgba(0, 0, 0, 0);
}

.Banner003158 .sliderSmall .slick-current .imgbox:before,
.Banner003158 .sliderSmall .item:hover .imgbox:before {
    width: 100%;
    box-shadow: 0 0 10px rgba(107, 229, 27, 0.9);
}

.Banner003158 .sliderSmall .slick-current .ti,
.Banner003158 .sliderSmall .item:hover .ti {
    font-size: 0.24rem;
    color: #000;
}

.Banner003158 .slick-dots{position: absolute; z-index: 10; bottom: 10px; left: 0; width:100%; text-align:center;line-height: 12px;display: none !important}
.Banner003158 .slick-dots li{display: inline-block;width: 10px;height: 10px;margin: 0 5px;vertical-align: middle;padding: 0;position: relative;}
.Banner003158 .slick-dots li button{font-size: 0;width: 100%;height: 100%;background-color: rgba(255,255,255,0.5);padding: 0;position: absolute;left: 0;top: 0;border-radius: 50%;border: 0;}
.Banner003158 .slick-dots li.slick-active button{background-color: #6be51b;}


@media (min-width:1025px) {
    .Banner003158 .wap {
        display: none;
    }
}

@media (max-width:1024px) {
    .Banner003158 .slick-dots{display: block !important}
    .Banner003158 .sliderBig .imgbox{padding-top: 31vw;}
    .Banner003158 .sliderBig .slick-arrow{display: none !important;}
    .Banner003158 .sliderSmall{display: none;}

    .Banner003158 .tit {
        font-size: 2em;
    }

    .Banner003158 .desc {
        font-size: 0.875em;
    }

    .Banner003158 .more {
        line-height: 2.5;
        width: 7em;
    }
}

/*Floor003021 */


/*TextList002514 */
.TextList002514 {
    /* background:#f9f9f9; */
    padding: 55px 0 0;
}

.TextList002514 .list {
    width:100%;
}

.TextList002514 .list ul{
   display: flex;
    align-items: flex-start;
}

.TextList002514 .list ul li {
    padding: 0 4%;
    margin: 5px 0;
    width: 32.7%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px;
    border-radius: 2px;
    background: #fff;
    transition: all 0.5s;
}


.TextList002514 .list ul li:hover {
    transform: translateY(-3px);
}

.TextList002514 .job-title {
    line-height: 29px;
    padding: 10px 0;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    font-weight: bold;
    color: #333;
    padding-left: 12px;
}

.TextList002514 .job-title:before {
    position: absolute;
    content: '';
    width: 3px;
    height: 18px;
    background-color: #6be51b;
    left: 0;
    top: 25%;
    margin-top: 3px;
    border-radius: 20px;
}

.TextList002514 .job-title:hover {
    color: #6be51b;
}

.TextList002514 .job-title i {
    position: absolute;
    width: 22px;
    height: 22px;
    /* background:#6be51b; */
    border-radius: 50%;
    right: 0;
    top: 50%;
    margin-top: -11px;
}

.TextList002514 .job-title i::before,
.TextList002514 .job-title i::after {
    position: absolute;
    content: '';
    background: #fff;
}

.TextList002514 .job-title i::before {
    left: 20%;
    width: 60%;
    height: 9px;
    top: 50%;
    margin-top: -1px;
    background: url(../images/Top003111_icon.png) no-repeat;
    transition: all 0.5s;
}

.TextList002514 .job-title.select i::before {
    transform: rotate(-90deg);
    background: url(../images/Top003111_icon3.png) no-repeat;
}

.TextList002514 .job-title i::after {
    /* left:50%; */
    /* margin-left:-1px; */
    /* width:2px; */
    /* top:20%; */
    /* height:60%; */
}

.TextList002514 .job-title.select i::after {
    display: none;
}

.TextList002514 .job-title.select {
    color: #6be51b;
    font-weight: bold;
}

.TextList002514 .job-title:hover i::before {
    background: url(../images/Top003111_icon3.png) no-repeat;
}

.TextList002514 .job-title.null i::before {
    display: none;
}

.TextList002514 .job-main {
    display: none;
    padding: 0 0 2%;
    border-top: 1px dotted #e5e5e5;
}

.TextList002514 .job-main a {
    /* width: 32.5%; */
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 45px;
    font-size: 16px;
}

.TextList002514 .job-main a:nth-child(3n) {
    margin-right: 0;
}

.TextList002514 .job-main a {
    transition: all 0.3s;
}

.TextList002514 .job-main a:hover {
    color: #6be51b;
    font-weight: bold;
    transform: translate(2%, 0);
}


/*Floor003066 */
.Floor003066 {
    /*background: url("../images/Floor003066_bg.jpg") no-repeat center bottom;*/
    background-size: 100% auto;
    padding: 17px 0 0 0;
    overflow: hidden;
}

.Floor003066 .index_title {
    margin-bottom: 0;
}

.Floor003066 .col-title {
    font-size: 48px;
    padding-bottom: 8.54vw;
}

.Floor003066 .col-title .cn {
    font-size: 0.625em;
    color: #333;
}

.Floor003066 .col-title .cn:after {
    display: inline-block;
    content: '';
    height: 1px;
    background: #ee7133;
    width: 3.354em;
    margin-left: 0.521em;
    vertical-align: middle;
}

.Floor003066 .col-title .en {
    color: #ee7133;
    line-height: 1em;
    padding-top: 0.2em;
}

.Floor003066 .slick-arrow {
    z-index: 100;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 45px;
    height: 45px;
    cursor: pointer;
    padding: 0;
    transition: all ease 0.3s;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-radius: 50%;
}

.Floor003066 .slick-disabled, .Floor002872 .slick-disabled:hover, .Floor002872 .slick-disabled:hover:after {
    cursor: default;
    background-color: transparent !important;
    opacity: 0.5;
    border: 1px solid #bbbbbb !important;
    color: #464646 !important;
}

.Floor003066 .slick-arrow:hover {
    border: 1px solid #6be51b;
    background-color: #6be51b;
    color: #fff;
}

.Floor003066 .slick-arrow i {
    font-size: 20px;
    position: relative;
    z-index: 10;
    display: none;
}

.Floor003066 .slick-prev {
    left: -100px;
    background-image: url(../images/arr_left.svg);
}

.Floor003066 .slider:hover .slick-prev {
    left: 1%;
}

.Floor003066 .slick-next {
    right: -100px;
    background-image: url(../images/arr_right.svg);
}

.Floor003066 .slider:hover .slick-next {
    right: 1%;
}

@media(min-width:769px) and (max-width:1024px) {
    .Floor003066 .col-title {
        font-size: 4vw;
    }
}

@media(max-width:640px) {
    .Floor003066 .col-title {
        font-size: 9vw;
    }
}

.Floor003066 .more {
    margin-top: 3.91vw;
}

.Floor003066 .more a {
    display: inline-block;
    border: 1px solid #ee7133;
    background: #ee7133;
    line-height: 2.875em;
    border-radius: 50px;
    color: #fff;
    padding: 0 2.5em;
    transition: 0.3s;
    font-size: 16px;
}

.Floor003066 .more a:hover {
    background: #fff;
    color: #ee7133;
}

@media(max-width:640px) {
    .Floor003066 .more a {
        font-size: 4vw;
    }
}

.Floor003066 .intro {
    font-size: 18px;
    color: #333;
}

.Floor003066 .intro .cn {
    line-height: 1.667em;
}

.Floor003066 .intro .en {
    font-size: 0.777em;
    color: #999;
    line-height: 1.6em;
    border-top: 1px solid #e5e5e5;
    margin-top: 0.667em;
    padding-top: 0.667em;
}

@media(max-width:640px) {
    .Floor003066 .intro {
        font-size: 4vw;
    }
}

.Floor003066 .slider li {
    padding: 22px 0;
}

.Floor003066 .slider li a {
    display: block;
    margin: 0 0.8vw;
    border-radius: 10px;
    position: relative;
    padding: 1vw;
    background: #fff;
    transition: 0.3s;
    border: 1px solid #f4f4f4;
    overflow: hidden;
}

.Floor003066 .slider li figure {
    background-size: contain;
    padding-bottom: 100%;
    transition: all 0.3s;
}

.Floor003066 .slider li:hover figure {
    transform: translateY(-20px) scale(1.2);
}

.Floor003066 .slider li .hover {
    /* position: absolute; */
    z-index: 10;
    width: 100%;
    height: 100%;
    /* background-color: rgba(101, 169, 14, 0.9); */
    color: #555;
    border-radius: 10px;
    left: 50%;
    top: 50%;
    /* transform: translate(-50%,-50%) scale(0); */
    /* opacity: 0; */
    transition: 0.3s;
}

.Floor003066 .slider li .hover .ytable {
    height: 100%;
}

.Floor003066 .slider li .hover span {
    font-size: 12px;
    display: block;
    background: url("../images/Floor003066_rice.png") no-repeat center bottom;
    padding-bottom: 27px;
}

.Floor003066 .slider li .hover aside {
    font-size: 20px;
    padding: 0 0 10px;
    color: #000;
    font-weight: bold;
}

.Floor003066 .slider li .hover .desc {
    color: rgb(153, 153, 153);
    line-height: 20px;
    min-height: 80px;
}

.Floor003066 .slider li .hover .desc p {
    background: url(../images/PicList002095-more.png) 0px center no-repeat;
    padding-left: 15px;
}
.Floor003066 .slider li .hover .desc p br{display: contents;}

.Floor003066 .slider li a:hover {
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
    transform: translateY(-3px);
}

.Floor003066 .slider li a:hover .hover {
    opacity: 1;
}

.Floor003066 .slider li a:hover aside {
    color: #6be51b;
}

.Floor003066 .btn {
    text-align: center;
    padding-top: 2.08vw;
}

.Floor003066 .btn .slick-arrow {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 2px solid #b1b1b2;
    margin: 0 10px;
    position: relative;
}

.Floor003066 .btn .slick-arrow:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    border-right: 2px solid #b1b1b2;
    border-top: 2px solid #b1b1b2;
    transform: rotate(45deg);
    left: 50%;
    top: 50%;
    margin: -6px 0 0 -8px;
}

.Floor003066 .btn .slick-arrow:hover,
.Floor003066 .btn .slick-arrow:hover:before {
    border-color: #ee7133;
}

.Floor003066 .btn .slick-prev {
    transform: rotate(180deg);
}

@media(min-width:641px) {
    .Floor003066 .slider {
        margin: 0 -2vw;
        padding: 0 1.4vw;
    }
}
@media(max-width:768px){
    .Floor003066 .slider li .hover aside{font-size: 15px;padding-bottom: 5px;}
    .Floor003066 .slider li .hover .desc{line-height: 18px;height: 99px;overflow: hidden;}
}
@media(max-width:640px) {
    .Floor003066 .slider li figure {
        padding-bottom: 100%;
    }
    .TextList002514 .list{width: 100%;}
    .TextList002514 .list:last-child{width: 100%;}
    .TextList002514 .list:last-child ul{display: flex;justify-content: space-between;flex-wrap: wrap;align-items: flex-start;}
    .TextList002514 .list:last-child ul li{width: 100%;margin-top: 0;}
    .TextList002514 .job-title{font-size: 15px;line-height: 24px;padding: 6px 0 6px 12px;}
    .TextList002514 .job-title:before{margin-top: 0;height: 16px;}
    .TextList002514 .job-title i{width: 16px;}
    .TextList002514 .job-main a{font-size: 15px;line-height: 35px;}
}



/*PicList002095 */
.PicList002095 {
    padding-bottom: 2%;
}

.PicList002095 li {
    width: 23%;
    margin-bottom: 3%;
    border: 1px solid #eaeaea;
    overflow: hidden;
    border-radius: 10px;
}

.PicList002095 li:nth-child(4n) {
    margin-right: 0;
}

.PicList002095 li .Ispic {
    display: block;
    padding-bottom: 65%;
    transition: all 0.3s;
}

.PicList002095 li:hover .Ispic {
    transform: translateY(-20px) scale(1.2);
}

.PicList002095 li a {
    color: #202020;
}

.PicList002095 li a:hover {
    color: #6be51b;
}

.PicList002095 li .dot {
    text-align: center;
    font-size: 20px;
    padding: 5% 5% 0 5%;
}

.PicList002095 li .dot:after {
    display: block;
    content: '';
    height: 1px;
    width: 53px;
    margin: 0 auto;
    margin-top: 5%;
    background-color: #eaeaea;
}

.PicList002095 li p {
    line-height: 28px;
    overflow: hidden;
    color: #9e9e9e;
    font-size: 16px;
    padding: 0 5%;
    margin: 5% 0;
}

.PicList002095 li aside {
    border-top: 1px solid #eaeaea;
    margin: 0 5%;
    line-height: 36px;
    text-align: right;
}

.PicList002095 li aside a {
    color: #6be51b;
    display: inline-block;
}

.PicList002095 li aside a:before {
    content: '';
    display: inline-block;
    background: url(../images/PicList002095-more.png) no-repeat left top;
    width: 9px;
    height: 9px;
    margin-right: 10px;
}

.PicList002095 li aside a:after {
    content: '';
    display: inline-block;
    background: url(../images/PicList002095-more_after.gif) no-repeat right center;
    width: 10px;
    height: 10px;
    margin-left: 10px;
    transition: all 0.3s;
}

.PicList002095 li aside a:hover:after {
    transform: rotate(360deg);
}

@media(max-width:375px) {
    .PicList002095 li .dot {
        font-size: 14px;
    }

    .PicList002095 li aside a {
        font-size: 12px;
    }
}

/*Bottom003025 */
.Bottom003025 {
    background: #131516;
    padding: 4% 0 1% 0;
    position: relative;
    z-index: 10;
}
.Bottom003025 .blank{width: 100%;height: 65vh;left: 0;top: -65vh;position: absolute;z-index: -1;visibility: hidden;}

.Bottom003025 .more {
    font-size: 16px;
}

.Bottom003025 .more:before,
.Bottom003025 .more:after {
    display: inline-block;
    content: '';
    height: 1px;
    background: #6be51b;
    vertical-align: baseline;
    transition: 0.3s width;
}

.Bottom003025 .more:before {
    width: 40px;
    margin-right: 8px;
    display: none;
}

.Bottom003025 .more:after {
    width: 0;
}

.Bottom003025 .more:hover:before {
    width: 0;
    margin-right: 0;
}

.Bottom003025 .more:after {
    width: 40px;
    margin-left: 8px;
}

.Bottom003025,
.Bottom003025 a {
    color: #fff;
}

.Bottom003025 a:hover {
    color: #6be51b;
}

.Bottom003025 .bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 1vw;
}

.Bottom003025 .bottom dt {
    text-align: center;
    opacity: 0.5;
    font-size: 16px;
}

.Bottom003025 .bottom dt .fr a {
    display: inline-block;
    width: 34px;
    height: 16px;
    background-position: center center;
    background-repeat: no-repeat;
}

.Bottom003025 .bottom dt .fb {
    background-image: url("../images/Bottom003025_share_fb.png");
}

.Bottom003025 .bottom dt .tw {
    background-image: url("../images/Bottom003025_share_tw.png");
}

.Bottom003025 .bottom dt .ing {
    background-image: url("../images/Bottom003025_share_ing.png");
}

.Bottom003025 .bottom dt .ytb {
    background-image: url("../images/Bottom003025_share_ytb.png");
}

.Bottom003025 .intro .more {
    color: #6be51b;
}

.Bottom003025 .intro .logo img {
    max-width: 220px;
}

.Bottom003025 .intro p {
    line-height: 28px;
    opacity: 0.5;
    margin: 32px 0 16px 0;
    font-size: 16px;
}

.Bottom003025 .links dd {
    line-height: 32px;
    background: url(../images/Bottom003025_aicon.png) no-repeat left center;
    padding-left: 14px;
}

.Bottom003025 .links dd a {
    font-size: 16px;
    text-transform: uppercase;
    opacity: 0.5
}

.Bottom003025 .links dd a:hover {
    opacity: 1;
}

.Bottom003025 .contactus dt {
    font-size: 16px;
    line-height: 2.285em;
    padding-left: 20px;
    color: rgba(255, 255, 255, 0.5);
    padding-left: 20px;
    background-position: left 10px;
    background-repeat: no-repeat;
}
.Bottom003025 .contactus dt a{
    color: rgba(255, 255, 255, 0.5);
}
.Bottom003025 .contactus dt a:hover{color: #6be51b;}

.Bottom003025 .contactus dt.tel {
    background-image: url(../images/Bottom003025_call.png);
}

.Bottom003025 .contactus dt.add {
    background-image: url(../images/Bottom003025_add.png);
    background-position: left 8px;
}

.Bottom003025 .contactus dt.email {
    background-image: url(../images/Bottom003025_email.png);
}

.Bottom003025 .contact .ask {
    display: block;
    line-height: 3.25em;
    width: 70%;
    max-width: 160px;
    text-align: center;
    color: #fff;
    background: #6be51b;
    text-transform: capitalize;
    margin: 10px 0 32px 0;
    transition: 0.3s;
}

.Bottom003025 .contact .ask:hover {
    color: #6be51b;
    background: #fff;
}

.Bottom003025 .contact .sitemap {
    padding-left: 24px;
    font-size: 16px;
    background: url(../images/Bottom003025_sitemap.png) no-repeat left center;
}

.Bottom003025 .b-tit {
    text-transform: capitalize;
    padding-bottom: 30px;
    font-size: 18px;
}

@media(min-width:1025px) {
    .Bottom003025 .intro {
        width: 35%;
    }

    .Bottom003025 .intro .inner {
        max-width: 345px;
    }

    .Bottom003025 .b-right {
        width: 63%;
    }

    .Bottom003025 .contactus {
        width: 38%;
    }

    .Bottom003025 .contact {
        width: 15%;
    }

    .Bottom003025 .bottom {
        line-height: 60px;
    }
}

@media(max-width:1024px) {
    .Bottom003025 .b-right .links{display: none;}
    .Bottom003025 {
        padding: 4vw 0;
    }

    .Bottom003025 .b-right .item {
        margin: 0 0 3vw 0 !important;
    }

    .Bottom003025 .bottom {
        text-align: center;
        padding: 15px 0;
    }

    .Bottom003025 .bottom dt {
        padding-bottom: 20px;
    }

    .Bottom003025 .intro {
        padding-bottom: 4vw;
    }

    .Bottom003025 .intro .logo img {
        width: 60%;
    }
}

@media(max-width:480px) {
    .Bottom003025 .intro {
        padding-bottom: 30px;
    }

    .Bottom003025 .b-right .item {
        margin-bottom: 40px !important;
    }
}





/*Other002679 */

.Other002679 {
    position: fixed;
    z-index: 200;
    right: 10px;
    bottom: 28%;
    margin-top: -169px;
}

.Other002679 ol,
.Other002679 ol>li {
    position: relative;
    display: none;
}

.Other002679 aside {
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 25px;
    font-size: 16px;
    color: #666;
}

.Other002679 aside::after {
    position: absolute;
    content: '';
    background: #fff;
    box-shadow: 1px -1px 2px #cccccc;
    width: 14px;
    height: 14px;
    top: 50%;
    right: 18px;
    margin-top: -7px;
    overflow: hidden;
    pointer-events: none;
    -webkit-transform: rotate(45deg);
    -mz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.Other002679 aside dl {
    box-shadow: 0 0 5px #ccc;
    border-radius: 8px;
    background: #fff;
    padding: 0 10px;
    color: #999;
    line-height: 42px;
}

.Other002679 aside.phone,
.Other002679 aside.call {
    margin-top: -85px;
}

.Other002679 aside.online {
    margin-top: -93px;
}

.Other002679 aside.online a {
    text-decoration: underline;
    color: #df5417;
}

.Other002679 aside.online b {
    font-size: 33px;
    color: #df5417;
    width: 60px;
    padding-right: 5px;
    display: inline-block;
    text-align: right;
}

.Other002679 aside.online dl .a_ask {
    width: 160px;
    height: 40px;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #df5417;
    border-radius: 50px;
    display: block;
    margin: 16px auto 0;
}

.Other002679 ol.advisory li aside dl {
    padding: 25px 30px;
    line-height: normal;
}

.Other002679 aside.call dl h2,
.Other002679 aside.call dl p {
    margin: 10px 0 0 0;
}

.Other002679 aside.call dl h2 {
    font-size: 38px;
    color: #df5417;
    border-bottom: 1px dashed #ccc;
    height: 47px;
    line-height: 47px;
}

.Other002679 aside.call dl p b {
    font-size: 26px;
    color: #666;
    margin-left: 10px;
}

.Other002679 aside.phone dl span {
    background: none;
    width: auto;
    height: auto;
    line-height: normal;
    margin-right: 5px;
    display: inline-block;
    box-shadow: none;
}

.Other002679 aside.phone dl p {
    line-height: normal;
    font-weight: bold;
    margin: 0 0 5px 0;
    font-size: 14px;
}

.Other002679 aside.phone dl {
    padding: 15px 30px;
}

.Other002679 aside.phone img {
    width: 82px;
}

.Other002679 span.iconfont {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #df5417;
    background: #fff;
    border-radius: 50%;
    transition: 0.3s;
    box-shadow: 0px 0px 5px #ccc;
}

.Other002679 ol.advisory {
    border-radius: 40px;
    background: #fff;
    padding: 3px;
    margin: 10px 0;
    box-shadow: 0px 0px 5px #cccccc;
}

.Other002679 ol.advisory li {
    padding: 11px 0;
    border-radius: 30px;
    transition: 0.3s;
}

.Other002679 ol.advisory li figure {
    width: 20px;
    margin: 0 auto;
    white-space: normal;
    word-break: break-all;
    text-align: center;
    line-height: 18px;
    color: #666;
    transition: 0.3s;
}

.Other002679 ol.advisory li span.iconfont {
    height: auto;
    width: auto;
    line-height: normal;
    background: none;
    box-shadow: none;
}

.Other002679 ol:hover>span,
.Other002679 ol:hover a span,
.Other002679 ol.advisory li:hover {
    color: #fff;
    background: #df5417;
}

.Other002679 ol.advisory li:hover figure,
.Other002679 ol.advisory li:hover span {
    color: #fff;
}

@media(max-width:1024px) {
    .Other002679 {
        display: none;
    }
}

.Other002679 .gettop {
    width: 40px;
    height: 60px;
    transition: margin-top 0.5s;
    position: relative;
}

.Other002679 .gettop a.gettop_a_T {
    background-position: center -100px;
}

.Other002679 .gettop a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: url(../images/gettop.png) no-repeat center top;
}

.Other002679 .gettop_act {
    margin-top: 10px;
}

@keyframes My_huojian {
    0% {
        top: 0px;
    }

    50% {
        top: 2px;
    }

    100% {
        top: 0px;
    }
}

@-webkit-keyframes My_huojian {
    0% {
        top: 0px;
    }

    50% {
        top: 2px;
    }

    100% {
        top: 0px;
    }
}











/*
 .Floor002249 ä¸ºdemoç¼–å·
 */
.Floor002249 .auto_1260 {
    max-width: 1260px;
}

@media only screen and (max-width:1260px) {
    .Floor002249 .auto_1260 {
        padding: 0 2%;
    }
}

.Floor002249 {
    background: #f7f7f7;
    padding: 0vw 0 4vw;
}

.Floor002249 .box {
    width: 100%;
    float: none;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.Floor002249 .box .box-tit {
    position: absolute;
    font-size: 18px;
    z-index: 99;
    font-weight: normal;
    margin: 0;
    left: 5%;
    top: -10px;
    width: 70px;
    height: 70px;
}

.Floor002249 .box .box-tit span {
    position: relative;
    z-index: 2;
    color: #fff;
    display: block;
    padding: 10px;
    text-align: center;
}

.Floor002249 .box .item {
    position: relative;
    /* box-shadow: 0 2px 13px rgba(0, 0, 0, 0.084); */
}

.Floor002249 .box .pic {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
}

.Floor002249 .box .pic img {
    display: none;
}

.Floor002249 .box .pic:hover img {
    transform: scale(1.1);
}

.Floor002249 .box .word {
    background-color: #fff;
    height: 380px;
    padding: 9% 5% 30px 55%;
    box-shadow: 0 2px 13px rgba(0, 0, 0, 0.084);
    border: 1px solid #f4f4f4;
}

.Floor002249 .box .word .tit {
    font-size: 18px;
    /* height: 48px; */
    line-height: 24px;
    overflow: hidden;
    /* font-weight: normal; */
    margin: 0;
}

.Floor002249 .box .word .tit a {
    color: #000;
}

.Floor002249 .box .word figure {
    font-size: 16px;
    line-height: 28px;
    height: 88px;
    overflow: hidden;
    margin-top: 24px;
    margin-bottom: 25px;
    color: #666;
}

.Floor002249 .word .more {
    color: #6be51b;
}

.Floor002249 .bx-controls {
    position: absolute;
    left: 55%;
    bottom: 6%;
    z-index: 60;
}

.Floor002249 .bx-pager {
    max-width: 1260px;
    margin: 0 auto;
    text-align: center;
}

.Floor002249 .bx-pager div {
    display: inline-block;
    height: 12px;
    margin: 0 4px;
}

.Floor002249 .bx-pager div a {
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #6be51b;
    border-radius: 50%;
    overflow: hidden;
    line-height: 50px;
}

.Floor002249 .bx-pager div a.active {
    background-color: #6be51b;
}

.Floor002249 .blue .box-tit {
    background: rgba(60, 137, 217, 0.9) none repeat scroll 0 0 !important;
    filter: Alpha(opacity=90);
    background: #3c89d9;
}

.Floor002249 .blue .word {
    background-color: #fff;
}

.Floor002249 .blue .word time {
    color: #b0caed;
}

.Floor002249 .green .box-tit {
    background: rgba(93, 184, 99, 0.9) none repeat scroll 0 0 !important;
    filter: Alpha(opacity=90);
    background: #3c89d9;
}

.Floor002249 .green .word {
    background-color: #fff;
}

.Floor002249 .green .word time {
    color: #afd9b1;
}

@media only screen and (max-width:440px) {
    .Floor002249 .box .word {
        height: 300px;
    }
}

@media only screen and (max-width:767px) {
    .Floor002249 .box+.box {
        margin-top: 30px;
    }
}

@media only screen and (min-width:768px) {
    .Floor002249 .box {
        width: 48%;
    }

    .Floor002249 .blue {
        float: left;
    }

    .Floor002249 .green {
        float: right;
    }
}

@media only screen and (min-width:1024px) {
    .Floor002249 .box .box-tit {
        font-size: 20px;
        width: 80px;
        height: 80px;
        top: -15px;
    }

    .Floor002249 .box .box-tit span {
        padding: 15px;
    }
}

@media only screen and (min-width:1260px) {
    .Floor002249 .box .pic img {
        width: 100%;
        height: 100%;
        transition: transform .5s ease-in-out;
        display: block;
    }

    .Floor002249 .box .pic {
        background: none;
    }
}

/*Floor002872 */
.Floor002872 {
    position: relative;
    z-index: 10;
    padding: 0 0 4%;
    margin-top: -15px;
}

/*slick Basic*/
.Floor002872 .slick-slider {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
}

.Floor002872 .slick-list {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
}

.Floor002872 .slick-list:focus {
    outline: none
}

.Floor002872 .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.Floor002872 .slick-slider .slick-track,
.Floor002872 .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)
}

.Floor002872 .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.Floor002872 .slick-track:before,
.Floor002872 .slick-track:after {
    display: table;
    content: '';
}

.Floor002872 .slick-track:after {
    clear: both;
}

.Floor002872 .slick-loading .slick-track {
    visibility: hidden;
}

.Floor002872 .slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.Floor002872 .slick-slide .slick-loading img {
    display: none;
}

.Floor002872 .slick-slide .dragging img {
    pointer-events: none;
}

.Floor002872 .slick-initialized .slick-slide {
    display: block;
}

.Floor002872 .slick-loading .slick-slide {
    visibility: hidden;
}

.Floor002872 .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.Floor002872 .slick-arrow .slick-hidden {
    display: none;
}

.Floor002872 .slick-arrow {
    z-index: 100;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 45px;
    height: 45px;
    cursor: pointer;
    padding: 0;
    transition: all ease 0.3s;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40%;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
}

.Floor002872 .slick-disabled, .Floor002872 .slick-disabled:hover, .Floor002872 .slick-disabled:hover:after {
    cursor: default;
    background-color: transparent !important;
    opacity: 0.5;
    border: 1px solid #bbbbbb !important;
    color: #464646 !important;
}

.Floor002872 .slick-arrow:hover {
    border: 1px solid #6be51b;
    background-color: #6be51b;
    color: #fff;
}

.Floor002872 .slick-arrow i {
    font-size: 20px;
    position: relative;
    z-index: 10;
    display: none;
}

.Floor002872 .slick-prev {
    left: -100px;
    background-image: url(../images/arr_left.svg);
}

.Floor002872 .slider:hover .slick-prev {
    left: 3%;
}

.Floor002872 .slick-next {
    right: -100px;
    background-image: url(../images/arr_right.svg);
}

.Floor002872 .slider:hover .slick-next {
    right: 3%;
}

/*slick Basic End*/

.Floor002872 .auto_1366 {
    max-width: 1366px;
    width: 96%;
    box-shadow: 5px 0 6px rgba(163, 166, 170, 0.22);
}
.Floor002872 .ytable{display: block}
.Floor002872 .ytable-cell{display: block}
.Floor002872 .inner {
    padding: 20px;
    background: #fff;
    /*margin-right: 2%;*/
    width: 100% !important;
    /*float: left;*/
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 2%;
}

.Floor002872 .inner:last-child {
    margin-right: 0
}

.Floor002872 .fr {
    /* background: #f2f2f2; */
    /* padding: 20px 20px 0; */
}

.Floor002872 .slider-tab {
    margin-bottom: 18px;
}

.Floor002872 .slider-tab li {
    line-height: 50px;
    background: #dedede;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.Floor002872 .slider-tab li.slick-current {
    color: #fff;
    background: #6be51b;
}
.Floor002872 .slider-for .slick-list{height: auto !important;}
.Floor002872 .slider-for li {
    line-height: 27px;
    font-size: 16px;
    padding: 2.5% 0 0;
    border-bottom: 1px solid #eee;
}

.Floor002872 .slider-for li:last-child {
    border-bottom: none
}

.Floor002872 .slider-for li a {
    padding-left: 5%;
    position: relative;
    transition: all 0.3s;
}

.Floor002872 .slider-for li a:hover, .Floor002872 .slider-for li.slick-current a {
    color: #6be51b;
    font-weight: bold;
    /* transform: translate(2%, 0); */
}

.Floor002872 .slider-for li time {
    float: right;
    margin-left: 20px;
}

.Floor002872 .slider-for li a:hover {
    color: #6be51b;
}

.Floor002872 .slider-for li a:before {
    position: absolute;
    display: inline-block;
    content: '';
    width: 5px;
    height: 5px;
    background: #6be51b;
    top: 10px;
    left: 0;
    border-radius: 20px;
    text-align: center;
}

.Floor002872 .fl .slider li a {
    display: block;
    position: relative;
}

.Floor002872 .fl .slider li aside.dot {
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 50px;
    padding: 0 30% 0 20px;
    color: #fff;
    font-size: 18px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10;
    bottom: 0;
    transform: translateY(0);
    opacity: 1;
    transition: 0.3s 0.3s;
}

.Floor002872 .fl .slider li.slick-current aside.dot {
    color: #6be51b;
}

.Floor002872 .fl .slick-dots {
    position: absolute;
    right: 20px;
    bottom: 19px;
    z-index: 10;
}

.Floor002872 .fl .slick-dots li {
    width: 10px;
    height: 10px;
    cursor: pointer;
    border-radius: 10px;
    transition: 0.3s;
    background: #fff;
    float: left;
    margin-left: 10px;
}

.Floor002872 .fl .slick-dots li button {
    display: none;
}

.Floor002872 .fl .slick-dots li.slick-active {
    background: #6be51b;
    /* width: 20px; */
}

.Floor002872 .fl .slider li a .Ispic {
    transition: all 0.6s;
}

.Floor002872 .fl .slider li a:hover .Ispic {
    transform: scale(1.1);
}

@media(min-width:1025px) {
    .Floor002872 .fl {
        width: 40%;
    }

    .Floor002872 .fr {
        width: 54%;
    }

    /*.Floor002872 .fl,
    .Floor002872 .fr {
        height: 390px;
    }*/

    .Floor002872 .fl .slider li .Ispic {
        padding-bottom: 60%;
    }
}

@media(max-width:1024px) {
    .Floor002872 .fl .slider li .Ispic {
        padding-bottom: 55%;
    }

    .Floor002872 .fr {
        padding-bottom: 20px;
    }
}

@media(max-width:640px) {
    .Floor002872 .fl .slider li .Ispic {
        padding-bottom: 60%;
    }
    .Floor002872 .inner {
        padding: 10px;
    }

    .Floor002872 .slider-tab li {
        font-size: 18px;
    }

    .Floor002872 .fl .slider li aside.dot {
        font-size: 16px;
    }

    .Floor002872 .slider-for li {
        line-height: 40px;
        font-size: 16px;
    }
}




/* æ ç›®é¡µ */
.cpbox {
    position: relative;
    overflow: hidden;
}

.cpbox .blank {
    position: absolute;
    left: 0;
    top: -100px;
    width: 100%;
    background-color: transparent;
    height: 100px;
}

.cpbox.detail {
    padding-top: 110px;
}

.cp .w22, .cp .w75 {
    padding-bottom: 0;
}

.cp .w22 {
    width: 288px;
    height: 100%;
}

.cp .w75 {
    width: calc(100% - 350px);min-height: 6rem;
}

.cp .auto_1400 {
    background-color: #fff;
    padding: 50px;
}

/*Menu002306*/
.Menu002306 .side-title {
    color: #6be51b;
    font-weight: bold;
    line-height: 50px;
}

.Menu002306 .side-btn {
    line-height: 16px;
    height: 28px;
    font-size: 14px;
    display: none;
}

.Menu002306 .side-btn span {
    margin-right: 0.4rem;
    cursor: pointer;
}

.Menu002306 .side-btn span:last-child {
    margin-right: 0;
}

.Menu002306 .side-btn span:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 16px;
    height: 24px;
    margin: -2px 5px 0 0;
    background-position: center center;
    background-repeat: no-repeat;
}

.Menu002306 .side-btn span.open:before {
    background-image: url(../images/arr_top.png);
}

.Menu002306 .side-btn span.open.on:before {
    background-image: url(../images/arr_topon.png);
}

.Menu002306 .side-btn span.close:before {
    background-image: url(../images/arr_bottom.png);
}

.Menu002306 .side-btn span.close.on:before {
    background-image: url(../images/arr_bottomon.png);
}

.Menu002306 .side-menu {
    overflow: hidden;
}

.Menu002306 .side-menu li a {
    display: block;
    font-size: 18px;
}

.Menu002306 .side-menu>ul>li {
    border-bottom: 1px solid #f9f9f9;position: relative;
}

.Menu002306 .side-menu>ul>li>a {
    padding: 0 28px 0 0;
    color: #000;
    line-height: 38px;
    position: relative;
}

.Menu002306 .side-menu>ul>li>::after {
    position: absolute;
    z-index: 10;
    content: '';
    width: 35px;
    height: 30px;
    right: 0;
    top: 0;
    margin-top: 0;
    background: url(../images/right_gray2.svg) no-repeat center center;
    background-size: 10px;
}

.Menu002306 .side-menu>ul>li ul {
    display: none;
}

.Menu002306 .side-menu>ul>li>ul {
    padding-left: 50px;
    padding-right: 32px;
    padding-bottom: 29px;
}

.Menu002306 .side-menu>ul>li>ul>li>a {
   color: #000000;
    display: block;
    line-height: 1.25;
    font-size: 15px;
    word-break: break-word;
}

.Menu002306 .side-menu>ul>li>ul>li>a:hover {
    color: #6be51b;
}
.Menu002306 .side-menu ul li li.on a{
    color: #6be51b;
}

.Menu002306 .side-menu ul li ul li ul li a::before {
    display: inline-block;
    content: '';
    vertical-align: middle;
    width: 3px;
    height: 3px;
    background: #555;
    margin-right: 10px;
}

.Menu002306 .side-menu li.select>a {
    color: #6be51b;
    font-weight: bold;
}

.Menu002306 .side-menu li.select>a::after {
    transform: rotate(90deg);
    background: url(../images/right_green.svg) no-repeat center center;
    background-size: 10px;
}

.Menu002306 .side-menu ul li ul li.select>a {
    background-color: transparent;
    background-image: url(../images/Menu002306-a_on.png);
    font-weight: bold;
    color: #002870;
}

.Menu002306 .side-other dd {
    background-position: left center;
    background-repeat: no-repeat;
    background-color: #e7f0f4;
    margin-top: 20px;
    border-radius: 5px;
    position: relative;
}

.Menu002306 .side-other dd.dd_1 {
    background-image: url(../images/Menu002306-picbg1.png);
}

.Menu002306 .side-other dd.dd_2 {
    background-image: url(../images/Menu002306-picbg2.png);
}

.Menu002306 .side-other dd a {
    position: relative;
    display: block;
    height: 80px;
    line-height: 80px;
    font-weight: bold;
    color: #555;
    padding-left: 100px;
}

.Menu002306 .side-other dd a::after {
    position: absolute;
    content: '>';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #6be51b;
    color: #fff;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    right: 15px;
    top: 50%;
    margin-top: -8px;
}

.Menu002306 .side-open_menu {
    display: none;
}

.Menu002306.pro {
    /* height: 65vh; */
    height: 100%;
    overflow-y: auto;
    position: relative;
    overflow: hidden !important;
}
.Menu002306 .itemBox{border-top: 1px solid #dcdcdc;}
.Menu002306 .itemBox .side-title{position: relative;}
.Menu002306 .itemBox .side-menu{display: none;overflow: visible;}
.Menu002306 .itemBox .side-title {font-size: 14px;color: #333;cursor: pointer;}
.Menu002306 .itemBox .side-title i {width: 14px;height: 14px;margin: -3px 10px 0 0;display: inline-block;vertical-align: middle;position: relative;}
.Menu002306 .itemBox .side-title i:after,.Menu002306 .itemBox .side-title i:before{width: 100%;height: 2px;left: 50%;top: 50%;transform: translate(-50%,-50%);content: "";position: absolute;background-color: #6be51b;transition: all 0.5s;}
.Menu002306 .itemBox .side-title i:before {width: 2px;height: 100%;}
.Menu002306 .itemBox.on .side-title i:before{height: 0;}
.Menu002306 .itemBox.on .side-menu{display: block;padding: 0 0 6px 24px;}
.Menu002306 .itemBox .side-menu>ul>li>ul{display: none;/* position: absolute;left: 100%;top: 50%;transform: translateY(-50%);box-shadow: 0 6px 8px 0 rgba(13,13,13,0.1);width: 180px; */padding: 0 15px;/* display: block;z-index: 100;opacity: 0;visibility: hidden;z-index: -1; */transition: all 0.5s;/* background-color: #fff; */}
.Menu002306 .itemBox .side-menu li a{font-size: 14px;line-height: 30px;}
.Menu002306 .itemBox .side-menu li a:hover {color: #6be51b;}
.Menu002306 .itemBox .side-menu>ul>li.noul>::After{display: none;}
.Menu002306 .itemBox .side-menu>ul>li{position: relative;}
/* .Menu002306 .itemBox .side-menu>ul>li:hover ul{opacity: 1;visibility: visible;z-index: 10;} */
.Menu002306 .itemBox .side-menu>ul>li:hover ul{display: block;}
.sjbtn{display: none;}

.Menu002306.pro.fix.out{height: 30vw;}
.Menu002306.pro.fix.out .side-menu{height: 55%;}

@media(min-width:1025px) {
    .Menu002306 .side-menu {
        display: block;
        height: calc(100% - 50px);
        overflow-y: auto;
    }
    .Menu002306.pro.fix {
        position: fixed;
        left: 50px;
        top: 1.01rem;
        z-index: 9;
        width: 288px;
    }
    
    .Menu002306.pro.fix {
        height: 82vh;
        overflow-y: auto;
    }
    
    .Menu002306.pro::-webkit-scrollbar {
        -webkit-appearance: always;
    }
    
}
@media(max-width:1560px){
    .Menu002306.pro.fix.out{height: 23.5vw;}
}
@media(max-width:1360px){
    .Menu002306.pro.fix.out{height: 14vw;}
}
@media(max-width:1024px) {
    .cpbox.detail{padding-top: 80px;}
    body {
        padding: 2%;
    }

    .Menu002306 {
        padding-top: 0;
    }

    .Menu002306 .side-other {
        display: none;
    }

    .Menu002306 .side-open_menu {
        display: block;
        border: 2px solid #6be51b;
        padding: 10px 20px 10px 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-weight: bold;
        color: #002870;
        border-radius: 0 0 5px 5px;
        position: relative;
    }

    .Menu002306 .side-open_menu::after {
        position: absolute;
        content: '';
        border: 6px solid transparent;
        border-top-color: #6be51b;
        right: 10px;
        top: 50%;
        margin-top: -3px;
    }

    .Menu002306 .side-menu {
        display: none;
        padding-bottom: 20px;
    }
    .sjbtn{display: block;text-align: right;padding: 0 6% 10px 0;cursor: pointer;}
    .sjbtn img{width: 28px;}
    .Pcinner{display: none;}
    .Pcinner.on2{margin-bottom: 10px;}
    .Menu002306 .itemBox .side-menu>ul>li>ul{position: static;transform: translate(0);width: auto;display: none;}
    .Menu002306 .itemBox .side-menu>ul>li.on ul{display: block;opacity: 1;visibility: visible;z-index: 10;margin-right: 24px;}
    .Menu002306 .itemBox .side-menu>ul>li.on2 ul{display: none !important;}
}

/*Location002970 */
.Location002970 {
    padding: 20px 0 20px 0;
    font-size: 14px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 3%;
}

.Location002970 em {
    padding-left: 25px;
    background: url("../images/sy.svg") no-repeat left center;
    background-size: 20px;
    font-weight: bold;
}

.Location002970,
.Location002970 a {
    color: #6be51b;
    font-weight: bold;
}

.Location002970 a:hover,
.Location002970 span {
    color: #666;
}

/*PicList002938 */
.PicList002938 ul {
    width: 100%;
    background: #fff;
    padding: 5%;
    margin-top: 4%;
    border-radius: 10px;
}

.PicList002938 ul a{
    display: flex;
    align-items: center;
}
@media screen and (max-width:1600px){
    .PicList002938 ul a{
        flex-direction: column;
    }
    .PicList002938 li aside{
        margin-top: 0px !important;
    }
    .PicList002938 li aside{
        height: 55px !important;
    }
}
.PicList002938 .ytable-cell{
    width: 100%;
}
.PicList002938 .img{width: 35%;}
.PicList002938 .text{width: 65%;padding-left: 5%;box-sizing:border-box;}
.PicList002938 li .inner {
    font-size: 16px;
}

.PicList002938 li time {
    color: #c8c8c8;
}

.PicList002938 li time a {
    float: right;
    color: #6be51b;
}

.PicList002938 li p {
    color: #b8b8b8;
    line-height: 1;
    height: auto;
    margin: 5px 0;
    font-size: 14px;
    background: url(../images/PicList002095-more.png) 0px center no-repeat;
    padding-left: 15px;
}

.PicList002938 li aside {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
    margin-bottom: 10px;
}

.PicList002938 li aside b {
    color: #6be51b;
    text-align: left;
    display: block;
}

.PicList002938 li aside span {
    color: #777;
    font-size: 14px;
}

.PicList002938 li aside:hover b {
    color: #6be51b;
}

.PicList002938 li dl {
   /* display: flex;
    flex-wrap: wrap;*/
}

.PicList002938 li dl dd {
    width: 50%;
    background: url(../images/PicList002095-more.png) no-repeat left center;
    background-size: 10px;
    padding-left: 15px;
    margin-bottom: 10px;
    color: #333;
}

.PicList002938 .pro_list {
    display: flex;
    flex-wrap: wrap;
}

.pro_list ul {
    display: flex;
    flex-wrap: wrap;
}

.PicList0029381 li {
    list-style: none;
    width: 18.4%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.PicList0029381 li:nth-child(5n){
    margin-right: 0px;
}

.PicList0029381 li a {
    display: block;
    /* margin: 0 0.8vw; */
    border-radius: 10px;
    position: relative;
    padding: 1vw;
    background: #fff;
    transition: 0.3s;
    border: 1px solid #f4f4f4;
    overflow: hidden;
}
.PicList0029381 li .img{overflow: hidden;}
.PicList0029381 li figure {
    background-size: contain;
    padding-bottom: 100%;
    transition: all 0.3s;
}

.PicList0029381 li:hover figure {
    transform: translateY(-20px) scale(1.2);
}

.PicList0029381 li .hover .ytable {
    height: 100%;
}

.PicList0029381 li .hover span {
    font-size: 12px;
    display: block;
    background: url("../images/Floor003066_rice.png") no-repeat center bottom;
    padding-bottom: 27px;
}

.PicList0029381 li .hover aside {
    font-size: 20px;
    padding: 0 0 10px;
    color: #000;
    font-weight: bold;
}

.PicList0029381 li .hover .desc {
    color: rgb(153, 153, 153);
    line-height: 20px;
    min-height: 80px;
}

.PicList0029381 li .hover .desc p {
    background: url(../images/PicList002095-more.png) 0px center no-repeat;
    padding-left: 15px;
}
.PicList0029381 li .hover .desc p br{display: contents;}

.PicList0029381 li a:hover {
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
    transform: translateY(-3px);
}

.PicList0029381 li a:hover .hover {
    opacity: 1;
}

.PicList0029381 li a:hover aside {
    color: #6be51b;
}

@media(min-width:641px) {
    .PicList0029381 {
        margin: 0 -2vw;
        padding: 0 1.4vw;
    }
}

@media(max-width:640px) {
    .PicList0029381 li figure {
        padding-bottom: 100%;
    }
}





@media(max-width:640px) {
    .PicList002938 li .inner {
        padding-left: 3vw;
        font-size: 14px;
    }

    .PicList002938 li aside {
        font-size: 16px;
    }
}

@media(max-width:480px) {

    .PicList002938 .ytable,
    .PicList002938 .ytable-cell {
        display: block;
    }

    .PicList002938 ul {
        padding: 3vw 0;
    }

    .PicList002938 li .inner {
        padding: 3vw;
    }
}

/*Page003143 */
.Page003143 .Pages {
    padding: 3% 0;
    text-align: center;
}

.Page003143 .Pages .p_page a.a_first,
.Page003143 .Pages .p_page a.a_end,
.Page003143 .Pages>span:not(.p_page) {
    display: none;
}

.Page003143 .Pages .p_page {
    display: table;
    margin: 0 auto;
}

.Page003143 .Pages .p_page * {
    float: left;
}

.Page003143 .Pages .p_page a {
    border: solid 1px #ebebeb;
    line-height: 36px;
    transition: 0.3s;
}

.Page003143 .Pages .p_page>a {
    border-radius: 5px;
    padding: 0 15px;
}

.Page003143 .Pages .p_page em {
    font-style: normal;
    margin: 0 30px;
}

.Page003143 .Pages .p_page em a {
    width: 36px;
    border-radius: 50%;
    margin: 0 5px;
}

.Page003143 .Pages .p_page a:hover,
.Page003143 .Pages .p_page a.a_cur {
    color: #fff;
    background-color: #6be51b;
    border-color: #6be51b;
}

@media (max-width:1024px) {
    .Page003143 .Pages {
        padding: 0 0 2em 0;
    }

    .Page003143 .Pages .p_page em {
        margin: 0 5px;
    }
    .Page003143 .Pages .p_page em a{width: 28px;}

    .Page003143 .Pages .p_page a{line-height: 28px;}
    .Page003143 .Pages .p_page>a {
        margin: 0 2px;
    }
}

/*
 .RighInfo0022541 ä¸ºdemoç¼–å·
 */

.RighInfo002254 .slider-big {
    border: 1px solid #dcdcdc;
}

.RighInfo002254 .slider-big li figure {
    background-size: contain;
}

.RighInfo002254 .slider-list {
    position: relative;
}

.RighInfo002254 .slider-list li figure {
    border: 1px solid #f2f2f2;
}

.RighInfo002254 .slider-list li.slick-current figure {
    border-color: #6be51b;
}

.RighInfo002254 .slider-list .slick-arrow {
    position: absolute;
    width: 100%;
    height: 40px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 50%;
}

.RighInfo002254 .slider-list .slick-prev {
    background-image: url(../images/RighInfo002254-btn_prev.png);
}

.RighInfo002254 .slider-list .slick-next {
    background-image: url(../images/RighInfo002254-btn_next.png);
}

.RighInfo002254 .slider-list .slick-disabled {
    cursor: default;
}

.RighInfo002254 .right_info {
    float: right;
    width: 39.2%;
}

.RighInfo002254 .right_info h1,
.RighInfo002254 .right_info h3,
.RighInfo002254 .right_info p {
    margin: 0;
    padding: 5% 0;
    border-bottom: 1px solid #e7e8e8;
}

.RighInfo002254 .right_info h1 {
    padding: 7% 0;
    color: #6be51b;
    font-size: 26px;
}

.RighInfo002254 .right_info h3 {
    font-size: 18px;
    font-weight: normal;
}

.RighInfo002254 .right_info a {
    display: inline-block;
    border: 1px solid #fdf3f2;
    padding: 10px 5%;
    color: #6be51b;
    transition: 0.4s;
}

.RighInfo002254 .right_info a:hover {
    background-color: #6be51b;
    color: #fff;
}

.RighInfo002254 .right_info dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.RighInfo002254 .right_info dd {
    width: 48%;
    text-align: center;
    padding: 10px;
    height: 100%;
    min-height: 190px;
    border-radius: 10px;
}

.RighInfo002254 .right_info dd span {
    display: block;
}

.RighInfo002254 .right_info dd em {
    font-style: normal;
    font-size: 16px;
    color: #666;
}

.RighInfo002254 .right_info dd img {
    max-width: 150px;
}

.RighInfo002254 .right_info .tel img {
    max-width: 40px;
    margin-top: 40px;
}

.RighInfo002254 .right_info .tel span {
    font-size: 24px;
    color: #6be51b;
    font-weight: bold;
    margin: 20px 0 20px;
}


.RighInfo002254 .tab {
    padding: 0 0 3%;
}

.RighInfo002254 .tab .h1_tab {
    margin: 0;
    border-bottom: 1px solid #dcdcdc;
    overflow: hidden;
    font-size: 16px;
    font-weight: normal;
    color: #000;
}

.RighInfo002254 .tab .h1_tab span {
    float: left;
    padding: 0 5%;
    line-height: 54px;
    margin-right: 4px;
    cursor: pointer;
    font-weight: bold;
    position: relative;
}

.RighInfo002254 .tab .h1_tab span::after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background: #6be51b;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}

.RighInfo002254 .tab .h1_tab span.on {
    color: #6be51b;
}

.RighInfo002254 .tab .h1_tab span.on::after {
    opacity: 1;
}

.RighInfo002254 .tab .info {
    padding-top: 3%;
    padding-left: 4%;
    max-height: 715px;
    overflow-y: auto;
    padding-right: 4%;
}

@media (max-width:768px) {

    .RighInfo002254 .list_img,
    .RighInfo002254 .right_info {
        float: none;
        width: auto;
    }
}

@media (min-width:641px) {
    .RighInfo002254 .list_img {
        float: left;
        width: 55.6%;
        position: relative;
    }

    .RighInfo002254 .slider-big {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 80%;
    }

    .RighInfo002254 .slider-big * {
        height: 100%;
    }

    .RighInfo002254 .slider-list {
        padding: 42px 0;
        margin-left: 82.9%;
    }

    .RighInfo002254 .slider-list .slick-arrow {
        left: 0;
    }

    .RighInfo002254 .slider-list .slick-prev {
        top: 0;
    }

    .RighInfo002254 .slider-list .slick-next {
        bottom: 0;
    }

    .RighInfo002254 .slider-list li {
        height: 100px;
        position: relative;
    }

    .RighInfo002254 .slider-list li figure {
        position: absolute;
        left: 0;
        width: 97%;
        top: 9px;
        bottom: 15px;
        background-size: contain;
    }

    .RighInfo002254 .slider-list li.slick-current figure {
        border-width: 2px;
    }
}

@media(max-width:640px) {
    .RighInfo002254 .right_info h1 {
        font-size: 20px;
    }

    .RighInfo002254 .right_info h3 {
        font-size: 16px;
    }

    .RighInfo002254 .slider-big li .Ispic {
        padding-bottom: calc(476 / 536 * 100%);
    }

    .RighInfo002254 .slider-list li .Ispic {
        padding-bottom: calc((476 * 0.9) / 536 * 100%);
        width: 90%;
        margin: 0 auto;
    }

    .RighInfo002254 .slider-list {
        padding: 0 42px;
        margin-top: 3vw;
    }

    .RighInfo002254 .slider-list .slick-arrow {
        top: 0;
        width: 42px;
        height: 100%;
        background-size: contain;
        transform: rotate(-90deg);
    }

    .RighInfo002254 .slider-list .slick-prev {
        left: 0;
    }

    .RighInfo002254 .slider-list .slick-next {
        right: 0;
    }
}

@media(max-width:480px) {
    .RighInfo002254 .tab .h1_tab {
        font-size: 14px;
    }

    .RighInfo002254 .tab .h1_tab span {
        padding: 0 3%;
    }
}




.gshu h2 {
    color: #333;
    font-size: 20px;
    margin-bottom: 20px;text-align: left !important;
}
.gshu h2  span{text-align: left !important;}

.gshu p {
    font-size: 16px;
    line-height: 30px;
    color: #666;
}

.RighInfo0022541 .tab {
    padding: 3% 0;
}

.RighInfo0022541 .tab .h1_tab {
    margin: 0;
    border-bottom: 1px solid #dcdcdc;
    overflow: hidden;
    font-size: 16px;
    font-weight: normal;
    color: #000;
}

.RighInfo0022541 .tab .h1_tab span {
    float: left;
    padding: 0 5%;
    line-height: 36px;
    margin-right: 4px;
    cursor: pointer;
    font-weight: bold;
    position: relative;
}

.RighInfo0022541 .tab .h1_tab span::after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background: #6be51b;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}

.RighInfo0022541 .tab .h1_tab span.on {
    color: #6be51b;
}

.RighInfo0022541 .tab .h1_tab span.on::after {
    opacity: 1;
}

.RighInfo0022541 .tab .info {
    padding-top: 3%;
}
@media(max-width:1024px){
    .gshu table{width: 100% !important;}
}
@media (max-width:768px) {

    .RighInfo0022541 .list_img,
    .RighInfo0022541 .right_info {
        float: none;
        width: auto;
    }
}

@media (min-width:641px) {
    .RighInfo0022541 .list_img {
        float: left;
        width: 55.6%;
        position: relative;
    }

    .RighInfo0022541 .slider-big {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 80%;
    }

    .RighInfo0022541 .slider-big * {
        height: 100%;
    }

    .RighInfo0022541 .slider-list {
        padding: 42px 0;
        margin-left: 82.9%;
    }

    .RighInfo0022541 .slider-list .slick-arrow {
        left: 0;
    }

    .RighInfo0022541 .slider-list .slick-prev {
        top: 0;
    }

    .RighInfo0022541 .slider-list .slick-next {
        bottom: 0;
    }

    .RighInfo0022541 .slider-list li {
        height: 100px;
        position: relative;
    }

    .RighInfo0022541 .slider-list li figure {
        position: absolute;
        left: 0;
        width: 97%;
        top: 9px;
        bottom: 15px;
        background-size: contain;
    }

    .RighInfo0022541 .slider-list li.slick-current figure {
        border-width: 2px;
    }
}

@media(max-width:640px) {
    .RighInfo0022541 .right_info h1 {
        font-size: 20px;
    }

    .RighInfo0022541 .right_info h3 {
        font-size: 16px;
    }

    .RighInfo0022541 .slider-big li .Ispic {
        padding-bottom: calc(476 / 536 * 100%);
    }

    .RighInfo0022541 .slider-list li .Ispic {
        padding-bottom: calc((476 * 0.9) / 536 * 100%);
        width: 90%;
        margin: 0 auto;
    }

    .RighInfo0022541 .slider-list {
        padding: 0 42px;
        margin-top: 3vw;
    }

    .RighInfo0022541 .slider-list .slick-arrow {
        top: 0;
        width: 42px;
        height: 100%;
        background-size: contain;
        transform: rotate(-90deg);
    }

    .RighInfo0022541 .slider-list .slick-prev {
        left: 0;
    }

    .RighInfo0022541 .slider-list .slick-next {
        right: 0;
    }
}

@media(max-width:480px) {
    .RighInfo0022541 .tab .h1_tab {
        font-size: 14px;
    }

    .RighInfo0022541 .tab .h1_tab span {
        padding: 0 3%;
    }
}



/*
 .TextList001202 ä¸ºdemoç¼–å·
 */
.TextList001202 h1 {
    margin: 0;
    font-weight: normal;
    padding: 3% 0;
    font-size: 24px;
    color: #333;
}

.TextList001202 h1 b {
    display: block;
}

.TextList001202 li {
    padding-bottom: 10px;
}

.TextList001202 dl {
    position: relative;
    padding-left: 53px;
    border-radius: 20px;
    font-size: 16px;
}

.TextList001202 dl dt,
.TextList001202 dl dd {
    border: 1px solid #e3e7e6;
}

.TextList001202 dl dt {
    position: absolute;
    width: 50px;
    left: 0;
    top: 0;
    color: #6be51b;
    text-align: center;
    font-size: 24px;
}

.TextList001202 dl.Q dt,
.TextList001202 dl.Q dd,
.TextList001202 dl.A dt {
    height: 50px;
    line-height: 50px;
}

.TextList001202 dl.A dd {
    padding: 2%;
    line-height: 22px;
    font-size: 12px;
}

.TextList001202 dl.Q dd {
    padding: 0 2%;
    cursor: pointer;
}

.TextList001202 li figure {
    padding-top: 2%;
}

.TextList001202 li figure a {
    display: inline-block;
    padding: 0 20px;
    line-height: 25px;
    color: #fff;
    background-color: #6be51b;
}

.TextList001202 dl.A {
    display: none;
    padding-top: 10px;
}

.TextList001202 dl.A dt {
    top: 10px;
}

.TextList001202 dl.A p {
    margin: 0;
    font-size: 15px;
    line-height: 30px;
}

.TextList001202 dl.Q_on dt {
    color: #fff;
    background-color: #6be51b;
}

.TextList001202 dl.Q_on dd {
    font-weight: bold;
    color: #333;
}

@media(max-width:480px) {

    .TextList001202 dl.Q dt,
    .TextList001202 dl.Q dd,
    .TextList001202 dl.A dt {
        height: 40px;
        line-height: 40px;
    }

    .TextList001202 h1,
    .TextList001202 dl dt {
        font-size: 20px;
    }

    .TextList001202 dl.A p {
        max-height: 66px;
        overflow: hidden;
    }
}

/*
 .TextList000962 ä¸ºdemoç¼–å·
 */
.TextList000962 li {
    float: left;
    width: 49%;
    margin-right: 2%;
    border: 1px solid #e7e7e7;
    line-height: 44px;
    margin-bottom: 2%;
    position: relative;
}

.TextList000962 li::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 60%;
    background-color: #e7e7e7;
    top: 20%;
    right: 110px;
}

.TextList000962 li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.TextList000962 li:nth-child(2n) {
    margin-right: 0;
}

.TextList000962 li p {
    margin: 0;
    border-left: 4px solid #f5f5f5;
    padding: 16px 10px;
}

.TextList000962 li span {
    float: right;
    margin-top: 16px;
    color: #9f9f9f;
}

.TextList000962 li span.name {
    width: 85px;
    color: #343434;
    background: url(../images/TextList000962-a.png) no-repeat left center;
    padding-left: 30px;
    margin-left: 50px;
}

.TextList000962 li:hover {
    border: 1px dashed #6be51b;
}

.TextList000962 li:hover p {
    color: #6be51b;
}

.TextList000962 li:hover span.name {
    background-image: url(../images/TextList000962-aon.png);
    color: #6be51b;
}

@media(max-width:768px) {
    .TextList000962 li {
        float: none;
        width: auto;
        margin-right: 0;
    }

    .TextList000962 li span.name {
        width: 70px;
        margin-left: 30px;
    }

    .TextList000962 li::before {
        right: 85px;
    }

    .TextList000962 li p {
        padding: 10px;
    }

    .TextList000962 li span {
        margin-top: 10px;
    }
}

/*
 .PicList002323 ä¸ºdemoç¼–å·
 */
.PicList002323 .list {
    overflow: hidden;
}

.PicList002323 .auto {
    overflow: hidden;
}

.PicList002323 ul {
    margin: 0 -1%;
}

.PicList002323 ul li {
    float: left;
    width: 48%;
    margin: 20px 1% 0 1%;
    text-align: center;
    background: #fff;
    padding: 20px;
}

.PicList002323 ul li div {
    padding-bottom: 67%;
    position: relative;
    overflow: hidden;
}

.PicList002323 ul li figure {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: 0.3s;
    background-size: contain;
}

.PicList002323 ul li h3 {
    color: #555;
    margin: 10px 0 0;
    font-weight: normal;
    font-size: 16px;
}

.PicList002323 ul li a:hover figure {
    transform: scale(1.3);
}

.PicList002323 ul li a:hover h3 {
    color: #6be51b;
}

@media screen and (min-width:768px) {
    .PicList002323 ul li {
        width: 31.334%;
    }
}

@media screen and (min-width:1024px) {
    .PicList002323 ul li {
        width: 23%;
    }
}

.cp_tit h2 {
    font-size: 20px;
    color: #333;
    margin-bottom: 0;
}

.cp_tit {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.cp_tit img {
    max-width: 30px;
    margin-right: 10px;
}

.mar20 {
    margin: 0 0 20px 0;
}

.gs_tx dl dd {
    line-height: 30px;
    color: #666;
    font-size: 16px;
    position: relative;
    padding-left: 20px;
}

.gs_tx dl dd::after {
    content: "";
    display: block;
    width: 8px;
    height: 2px;
    background: #6be51b;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.gshu table {
    width: 100%;
    font-size: 16px;
    background: #f5f5f5;
}

.gshu table tr, .gshu table td {
    font-size: 16px;
    color: #333;
    padding: 15px;
}

.gshu table tr:nth-child(2n) {
    background-color: #fff;
}



/*PicList003142 */
.PicList003142 li {
    float: left;
    /* margin-bottom: 2.5em; */
    margin-bottom: 2%;
    padding: 20px;
    background: #fff;
}

.PicList003142 li .tit {
    font-size: 16px;
    line-height: 1.6666;
    min-height: 3.3332em;
    margin: 25px 0;
}

.PicList003142 li p {
    font-size: 0.875em;
    line-height: 1.78571;
    height: 7em;
    color: #999999;
    margin: 5px 0 80px;
}

.PicList003142 li .pic {
    overflow: hidden;
}

.PicList003142 li .Ispic {
    padding-bottom: 62.223%;
    transition: 0.3s;
}

.PicList003142 li a:hover .Ispic {
    transform: scale(1.1);
}

.PicList003142 li:hover {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
}

.PicList003142 li a:hover .tit {
    font-weight: bold;
    color: #333;
}

.PicList003142 li time {
    color: #333;
    display: block;
    background: url(../images/jt.svg) no-repeat right center;
    font-size: 14px;
    display: inline-block;
    background-size: 10px;
    padding-right: 20px;
}

.PicList003142 li:hover time {
    color: #6be51b;
    background: url(../images/jtl.svg) no-repeat right center;
    background-size: 10px;
}

@media (min-width:1025px) {
    .PicList003142 li {
        width: 23.5%;
    }

    .PicList003142 li:not(:nth-child(4n)) {
        margin-right: 2%;
    }

    .PicList003142 li:nth-child(4n+1) {
        clear: left;
    }
}

@media (max-width:1024px) {
    .PicList003142 .auto {
        margin-top: 2em;
    }

    .PicList003142 li {
        width: 48%;
    }

    .PicList003142 li:not(:nth-child(2n)) {
        margin-right: 4%;
    }

    .PicList003142 li:nth-child(2n+1) {
        clear: left;
    }

    .PicList003142 li .txt {
        padding: 1em;
    }
}

@media(max-width:768px){
    .gshu .tablecss{overflow-x: auto;}
    /* .gshu table td{min-width: 120px;width: auto !important;} */
    .gshu table tr, .gshu table td{padding: 5px;font-size: 12px;}
}


/*RighInfo002959 */
.RighInfo002959 {
    width: 65%;
}

.solu_right {
    width: 35%;
    position: relative;
}

.solu_right:before {
    border-left: 1px solid #dcdcdc;
    content: "";
    position: absolute;
    left: 0;
    height: calc(100% - 54px);
    top: 54px;
}

.RighInfo002959>.auto {
    background: #fff;
}

.RighInfo002959 .time {
    color: #c8c8c8;
    line-height: 16px;
    text-align: center;
    color: #666;
    font-size: 16px;
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: 1%;
    margin-bottom: 3%;
}

.RighInfo002959 .time time {
    background: url(../images/zz.svg) no-repeat left center;
    background-size: 20px;
    padding-left: 25px;
}

.RighInfo002959 .title {
    text-align: center;
    margin: 0 0 34px 0;
    padding: 0 5.208vw;
    font-size: 0.24rem;
    color: #333;
    min-height: 55px;
    line-height: 1em;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 6px;
    margin-bottom: 3%;
    line-height:1.5;
    padding-bottom:2%;
}

.RighInfo002959 .title time {
    font-size: 15px;
    color: #777;
    font-weight: normal;
}

.RighInfo002959 .jjxq_list {
    padding-right: 0.25rem;
}

.jjxq_top {
    text-align: center;
    line-height: 30px;
    font-size: 16px;
}

.jjxq_list {
    margin-top: 30px;
}

.jjxq_list p {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    margin: 10px 0;
    text-indent: 2em;
}

.jjxq_list h2 {
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
    position: relative;
    margin: 20px 0;
}

/* .jjxq_list h2::after{content: "";display: block;width: 2px;height:20px;background: #6be51b;position: absolute;left: 0;top: 50%;transform: translateY(-50%);} */



/*TextList002855 */
.TextList002855 li {
    line-height: 0.3rem;
    border-bottom: 1px dotted #a8a8a8;
    padding: 12px 0;
}

.TextList002855 li time {
    float: right;
    color: #c8c8c8;
    margin-left: 15px;
}

.TextList002855 li a {
    padding-left: 24px;
    background: url("../images/TextList002855_icon.png") no-repeat left center;
}

@media(min-width:481px) {
    .TextList002855 li {
        font-size: 16px;
    }
}

.banner {
    margin-top: 1.01rem;
}

.banner, .banner img {
    width: 100%;
}

.solu {
    display: flex;
    justify-content: space-between;
}

.pro_right {
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    padding: 30px
}

.pro_list_01 {
    width: 70%;
    display: flex;
    justify-content: space-between;
}

.pro_detail {
    width: 58%;
    padding: 0 20px;
}

.pro_list_02 {
    width: 30%;
    position: relative;
}

.pro_list_02:before {
    border-left: 1px solid #dcdcdc;
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    left: 3vw;
}

.pro_detail h2 {
    font-size: 24px;
    color: #000;
    margin-bottom: 15px;
}

.pro_detail h3 {
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 15px;
}

.pro_detail h3 a {
    color: #6be51b;
    font-weight: bold;
    margin-left: 20px;
    display: inline-block;
}

.pro_detail .desc {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0 20px;
}

.pro_detail .desc p {
    min-width: 50%;
    background: url(../images/PicList002095-more.png) no-repeat left center;
    background-size: 10px;
    padding-left: 15px;
    padding-right: 10px;
    margin-bottom: 10px;
}

.pro_detail .content p {
    line-height: 28px;
    color: #333;
}

.pro_list_02 dl dd {
    width: 100%;
    text-align: center;
}

.pro_list_02 dl dd span, .pro_list_02 dl dd em {
    display: block;
    font-style: normal;
}

.pro_list_02 dl dd img {
    max-width: 150px;
}

.pro_list_02 dl dd.tel {
    margin-bottom: 30px;
}

.pro_list_02 dl dd.tel img {
    max-width: 60px;transition: all 0.5s;
}
.pro_list_02 dl dd.tel:hover img {transform: scale(1.05);}

.pro_list_02 dl dd.tel a {
    display: block;
    font-size: 20px;
    color: #6be51b;
    font-weight: bold;
    margin-top: 10px;
}
.pro_list_02 dl dd.tel a:hover {color: rgba(107,229,27,0.7);}

.Galary002512 {
    width: 40%;
}

.Galary002512 .slider-for {overflow: hidden;
}

.Galary002512 .slider-for li {
    background: #fff;
}

.Galary002512 .slider-for li .Ispic {
    padding-bottom: 80%;
    background-size: contain;
}


.Galary002512 .slider-nav li .Ispic {
    border: 1px solid #fff;
    background-color: #fff;
    padding-bottom: 49px;
    width: 79px;
    background-size: contain;
    margin: 0 3%;
}

.Galary002512 .slider-nav li.slick-center .Ispic {
    border-color: #6be51b;
}

.Galary002512 .slider-nav {
    margin-bottom: 30px;
}
.Galary002512 .slider-nav .slick-list{display: flex;justify-content: center;}
.Galary002512 .slider-nav .slick-track{display: flex;}
/* Arrows */
.Galary002512 .slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    border: none;
    z-index: 10;
    margin-top: -20px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.8);
}

.Galary002512 .slick-arrow:hover {
    background-color: #6be51b;
}

.Galary002512 .slick-arrow::before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    margin-left: -4px;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    transform: rotate(-45deg);
}

.Galary002512 .slick-prev {
    left: 0;
}

.Galary002512 .slick-next {
    right: 0;
    background-position: right top;
}

.Galary002512 .slick-prev::before {
    border-left: 3px solid #fff;
    border-top: 3px solid #fff;
}

.Galary002512 .slick-next::before {
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    margin-left: -12px;
}

/* Dots */
.Galary002512 .slick-dots {
    list-style: none;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 100%;
}

.Galary002512 .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.Galary002512 .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    cursor: pointer;
    border: 0;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    padding: 0;
}

.Galary002512 .slick-dots li.slick-active button {
    opacity: .75;
    background: #6be51b
}

@media(max-width:1560px) {
    .pro_list_02:before {
        left: 2.15vw;
    }
}

@media(max-width:1280px) {
    .pro_list_02:before {
        left: 1.12vw;
    }
}

@media(max-width:1200px) {
    .Galary002512 .slider-for {
        margin-bottom: 50px;
    }

    .Galary002512 .slick-prev,
    .Galary002512 .slick-next {
        right: auto;
        left: 50%;
        margin-top: 0;
        top: -45px;
    }

    .Galary002512 .slick-prev {
        margin-left: -50px;
    }

    .Galary002512 .slick-next {
        margin-right: -50px;
    }
}
@media(max-width:1024px){
    .pro_list_02{display: none;}
}
@media(max-width:768px){
    .Galary002512 .slider-for{height: auto !important;}
}
@media(max-width:640px) {

    .Galary002512 .slick-prev,
    .Galary002512 .slick-next {
        display: none !important;
    }

    .Galary002512 .slider-for {
        margin-bottom: 3%;
    }
}

.cont {
    /* padding: 0 5% 4%; */
}

.cont ul {
    display: flex;
    flex-wrap: wrap;
}

.cont ul li {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 2%;
    background: #fff;
}

.cont ul li:nth-child(3n) {
    margin-right: 0;
}

.cont ul li figure {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding-bottom: 53%;
}

.cont ul li .txt {
    padding: 30px;
}

.cont ul li .txt h2 {
    color: #333;
    font-size: 20px;
    margin-bottom: 10px;
}

.cont ul li .txt dd {
    font-size: 15px;
    color: #777;
    line-height: 30px;
}
.cont ul li .txt dd a{color: #777;}
.cont ul li .txt dd a:hover{color: #6be51b;}

.about {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about_left {
    width: 48%;
}

.abput_right {
    width: 48%;
    background-color: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.abput_right figure {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding-bottom: 53%;
}

.title_sy h2 {
    font-size: 30px;
    color: #333;
}

.title_sy i {
    font-style: normal;
    color: #777;
    font-size: 15px;
}

.title_sy {
    margin-bottom: 30px;
}

.about_left h3 {
    font-size: 30px;
    color: #6be51b;
    margin-bottom: 20px;
}

.about_left p {
    line-height: 30px;
    font-size: 16px;
    color: #333;
}

.center {
    text-align: center;
}

/*PicList002856 */

/*slick Basic*/
.PicList002856 .slick-slider {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.PicList002856 .slick-list {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
}

.PicList002856 .slick-list:focus {
    outline: none
}

.PicList002856 .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.PicList002856 .slick-slider .slick-track,
.PicList002856 .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.PicList002856 .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.PicList002856 .slick-track:before,
.PicList002856 .slick-track:after {
    display: table;
    content: '';
}

.PicList002856 .slick-track:after {
    clear: both;
}

.PicList002856 .slick-loading .slick-track {
    visibility: hidden;
}

.PicList002856 .slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.PicList002856 .slick-slide .slick-loading img {
    display: none;
}

.PicList002856 .slick-slide .dragging img {
    pointer-events: none;
}

.PicList002856 .slick-initialized .slick-slide {
    display: block;
}

.PicList002856 .slick-loading .slick-slide {
    visibility: hidden;
}

.PicList002856 .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.PicList002856 .slick-arrow .slick-hidden {
    display: none;
}

/*slick Basic End*/


.PicList002856 .top-new {
    margin-bottom: 4%;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.PicList002856 .top-new li {
    background: #fff;
}

.PicList002856 .top-new li .img img {
    display: block;
    width: 100%;
}

.PicList002856 .top-new li .txt .inner {
    padding: 20px;
}

.PicList002856 .top-new li .txt time {
    font-size: 16px;
    color: #333;
    display: block;
    border-left: 3px solid #6be51b;
    padding-left: 19px;
    margin-left: -20px;
}

.PicList002856 .top-new li .txt time b {
    display: block;
    font-size: 30px;
}

.PicList002856 .top-new li .txt aside {
    margin: 20px 0 0 0;
    font-size: 24px;
}

.PicList002856 .top-new li .txt p {
    line-height: 26px;
    color: #999;
    margin-top: 10px;
    font-size: 15px;
}

.PicList002856 .top-new .slick-arrow {
    position: absolute;
    width: 70px;
    height: 70px;
    z-index: 10;
    background: #6be51b url(../images/PicList002856_prev.png) no-repeat center center;
    font-size: 0;
    cursor: pointer;
    padding: 0;
    border: 0;
}

.PicList002856 .top-new .slick-prev {
    margin-left: -70px;
}

.PicList002856 .top-new .slick-next {
    background-color: #fff;
    background-image: url(../images/PicList002856_next.png);
}

.PicList002856 .list li {
    background: #fff;
    margin-bottom: 2%;
    position: relative;
}

.PicList002856 .list li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #6be51b;
    opacity: 0;
    -webkit-opacity: 0;
    transition: 0.3s;
}

.PicList002856 .list li a:hover {
    opacity: 1;
    -webkit-opacity: 1;
}

.PicList002856 .list li .inner {
    padding: 40px;
    color: #333;
}

.PicList002856 .list li time {
    font-size: 16px;
    color: #777;
}

.PicList002856 .list li aside.dot {
    font-size: 20px;
    margin: 10px 0 10px 0;
    color: #333;
}

.PicList002856 .list li p {
    color: #999;
    line-height: 24px;
    margin: 0;
    font-size: 15px;
    height: 48px;
}

.PicList002856 .list li:hover aside.dot {
    color: #6be51b;
}

@media(min-width:641px) {
    .PicList002856 dl.year {
        float: left;
        width: 38.462%;
    }

    .PicList002856 ul.search {
        float: right;
        width: 59.231%;
    }

    .PicList002856 .list li {
        float: left;
        width: 49%;
    }

    .PicList002856 .list li:not(:nth-child(2n)) {
        margin-right: 2%;
    }
}

@media(min-width:769px) {
    .PicList002856 .top-new .slick-arrow {
        left: 50%;
        bottom: 0;
    }

    .PicList002856 .top-new li .img {
        width: 50%;
    }

    .PicList002856 .top-new li .txt .inner {
        max-width: 80%;
        margin: 0 auto;
    }
}

@media(min-width:769px) and (max-width:1024px) {
    .PicList002856 .top-new .slick-arrow {
        width: 50px;
        height: 50px;
    }

    .PicList002856 .top-new .slick-prev {
        margin-left: -50px;
    }
}

@media(max-width:768px) {

    .PicList002856 .top-new li .ytable,
    .PicList002856 .top-new li .ytable-cell {
        display: block;
    }

    .PicList002856 .top-new .slick-arrow {
        top: 0;
        right: 0;
        width: 10vw;
        height: 10vw;
        background-size: 51% auto;
    }

    .PicList002856 .top-new .slick-prev {
        right: 10vw;
    }

    .PicList002856 .top-new li .txt {
        padding: 20px;
    }
}

@media(max-width:640px) {
    .PicList002856 .top-new li .txt aside {
        font-size: 20px;
    }

    .PicList002856 dl.year {
        margin-bottom: 10px;
    }
}

/*Timeline003059 */

.Timeline003059 .honor-pic {
    padding: 4.27vw 0 5.21vw 0;
}

.Timeline003059 .honor-pic .dots {
    margin-bottom: 2.55vw;
}

.Timeline003059 .honor-pic .dots .slick-dots {
    display: table;
    margin: 0 auto;
}

.Timeline003059 .honor-pic .dots .slick-dots li {
    float: left;
    list-style: none;
    width: 191px;
    padding-right: 20px;
    line-height: 127px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background: url("../images/Timeline003059_abg1.png") no-repeat center center;
    background-size: contain;
}

.Timeline003059 .honor-pic .dots .slick-dots li:not(:last-child) {
    margin-right: 5.1vw;
}

.Timeline003059 .honor-pic .dots .slick-dots li:nth-child(2) {
    background-image: url("../images/Timeline003059_abg2.png");
}

.Timeline003059 .honor-pic .dots .slick-dots li:nth-child(3) {
    background-image: url("../images/Timeline003059_abg3.png");
}

@media(min-width:1025px) {}

@media(max-width:1024px) {
    .Timeline003059 .honor-pic .dots .slick-dots li {
        width: 20vw;
        line-height: 15vw;
        font-size: 3vw;
        padding: 0;
    }
}

.Timeline003059 .honor-pic .item ul {
    padding: 0 40px;
}

.Timeline003059 .honor-pic .item li a {
    display: block;
    position: relative;
    margin: 0 17px;
    background: url("../images/Timeline003059_picbg.jpg") repeat;
    padding: 37px 31px 33px;
}

.Timeline003059 .honor-pic .item li .Ispic {
    padding-bottom: 139.575%;
    background-size: contain;
}

.Timeline003059 .honor-pic .item li p {
    font-size: 16px;
    text-align: center;
    color: #333;
    padding-top: 20px;
}

.Timeline003059 .honor-pic .item li:hover p {
    color: #6be51b;
}

.Timeline003059 .slick-arrow {
    position: absolute;
    top: 50%;
    border: solid 4px #8696a9;
    width: 32px;
    height: 32px;
    transform: rotate(45deg);
    border-right: 0;
    border-top: 0;
    border-radius: 4px;
}

.Timeline003059 .slick-prev {
    left: 5px;
}

.Timeline003059 .slick-next {
    right: 5px;
    transform: rotate(-135deg);
}

.Timeline003059 .slick-arrow:hover {
    border-color: #6be51b;
}

@media(max-width:640px) {
    .Timeline003059 .slick-arrow {
        width: 5vw;
        height: 5vw;
        margin-top: -2.5vw;
    }

    .Timeline003058 .honor-pic .item ul {
        padding: 0 5vw;
    }

    .Timeline003059 .honor-pic .item li a {
        margin: 0 3vw;
        padding: 37px 3vw 3vw;
    }
}


/*æ–‡åŒ–*/
.culture {
    position: relative;
    z-index: 1;
}

.culture ul {
    padding: 0% 0 4%;
    position: relative;
    z-index: 2;
}

.culture li {
    vertical-align: top;
    color: #333;
    border: 10px solid #f0f0f0;
    position: relative;
}

.culture li::after {
    content: '';
    display: block;
    width: 10px;
    height: 50px;
    position: absolute;
    bottom: 20%;
    left: -10px;
    background: #6be51b;
}

.culture li aside {
    font-size: 20px;
    margin: 15% 0 6% 0;
}

.culture li p {
    line-height: 32px;
    font-size: 15px
}

.culture li img {
    max-width: 60px;
}

@media(min-width:481px) {
    .culture ul {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }

    .culture li {
        width: 23.5%;
        margin-right: 2%;
        padding: 20px;
        margin-bottom: 2%;
    }

    .culture li:nth-child(4n) {
        margin-right: 0;
    }
}

@media(min-width:481px) and (max-width:640px) {
    .culture li img {
        height: 40px;
    }
}

@media(max-width:640px) {
    .culture li aside {
        font-size: 18px;
    }

    .culture li p {
        line-height: 24px;
        font-size: 16px;
    }
}

@media(max-width:480px) {
    .culture {
        background-size: 100% 100%;
    }

    .culture li {
        padding: 5%;
        margin: 0 5%;
    }

    .culture li aside {
        margin: 6% 0;
    }

    .culture li:not(:last-child) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.5);
        margin-bottom: 3%;
    }
}


.ny_zp li {
    border: 1px solid #dcdcdc;
    padding: 20px;
    margin-bottom: 40px;
}

.ny_zp li h2 {
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
}

.ny_zp li .singlePage strong {
    display: block;
    margin: 10px 0;
    color: #333;
}

.ny_zp li .singlePage {
    font-size: 15px;
    line-height: 30px;
}

.job_add {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.apply a {
    border: 1px solid #6be51b;
    color: #6be51b;
    padding: 15px 30px;
}

.ny_zp li:hover h2 {
    color: #6be51b;
    font-weight: bold;
}

.ny_zp li:hover .apply a {
    background: #6be51b;
    color: #fff;
}

.Menu002306 .itemBox .side-menu li a span{
    color: #6be51b;
}
.Menu002306 .side-menu .ul .ul::after{
    display: none;
}

@media screen and (min-width:640px){
    .TextList002514 .list ul li{
        margin-right: 0.95%;
    }
    .TextList002514 .list ul li:nth-child(3n){
        margin-right:0;
    }
}

.Application{position: relative;z-index: 10;padding: 0 0 4%;margin-top: -15px;}
.Application .inner{padding: 1.5% 3%;background: #fff;width: 100% ;border-radius: 10px;overflow: hidden;}
.Application .inner .table-nav ul{display: flex;align-items: baseline;}
.Application .inner .table-nav ul li{margin-right: 20px;font-size: 18px;color: #333;cursor:pointer}
.Application .inner .table-nav ul li:last-child{margin-right: 0;}
.Application .inner .table-nav ul li.on{font-size: 22px;color: #6be51b;}
.Application .inner .table-box{}
.Application .inner .table-box .flex{flex-wrap: wrap;justify-content: space-between}
.Application .inner .table-box .box{width: 60%}
.Application .inner .table-box .box .column-title{margin-bottom: 10px;font-size: 18px;color:  #6be51b;}
.Application .inner .table-box .box .title a{font-size: 22px;color: #333;}
.Application .inner .table-box .box .title:hover a{color: #6be51b;}
.Application .inner .table-box .box .text{margin-top: 30px;font-size: 16px;color: rgb(153, 153, 153);line-height: 1.7;}
.Application .inner .table-box .img{width: 30%}
.Application .inner .table-box .img img{width: 100%;border-radius: 10px;}
.Application .inner .table-box .slick-dots{position: absolute;display: flex;align-items: center;justify-content: center;width: 60%;left: 0;bottom: 20px;z-index: 3;}
.Application .inner .table-box .slick-dots li{width: 10px;height: 10px;margin: 0 5px;border: 1px solid #6be51b;border-radius: 10px;box-sizing: border-box;}
.Application .inner .table-box .slick-dots li button{display: none;}
.Application .inner .table-box .slick-dots li.slick-active{background-color: #6be51b;}
@media screen and (max-width:640px){
	.Application .inner .table-box .box{width: 100%}
	.Application .inner .table-box .img{width: 100%;margin-top: 20px;}
	.Application .inner .table-box .box .text{margin-top: 20px;}
	.Application .inner .table-box{margin-top: 20px;}
	.Application .inner .table-box .slick-dots{width: 100%}
}
