﻿.overflow {
    overflow: hidden;
}

.relative {
    position: relative;
}

.banner {
    position: relative;
    overflow: hidden;
}

    .banner ul {
        position: relative;
        width: 1000%;
    }

        .banner ul li {
            float: left;
            width: 10%;
        }
        .banner ul li img{
            width: 100%;
        }

.list {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.4rem;
    height: 0.05rem;
    vertical-align: top;
}

    .list a {
        width: 0.26rem;
        height: 0.05rem;
        background: #51bea5;
        margin: 0 0.07rem;
    }

        .list a.hover {
            background: #fff;
        }

header {
    height: 1.1rem;
    line-height: 1.1rem;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10000;
    background: #fff;
    /*border-bottom: 1px solid #dadada;*/
}

.banner {
    margin-top: 1.1rem;
}

    .banner > img:nth-of-type(1), .banImg:nth-of-type(1) {
        display: block;
    }

    .banner > img:nth-of-type(2), .banImg:nth-of-type(2) {
        display: none;
    }

.button-link {
    position: absolute;
    bottom: 2.1rem;
    margin-left: 0.24rem;
}

.button-href {
    position: relative;
    cursor: pointer;
    width: 1.7rem;
    height: 0.5rem;
    line-height: 0.5rem;
    border-radius: 30px;
    font-size: 0.16rem;
    text-align: center;
    background: -webkit-linear-gradient(to right, #58e3c4, #51bea5);
    background: -o-linear-gradient(to right, #58e3c4, #51bea5);
    background: -moz-linear-gradient(to right, #58e3c4, #51bea5);
    background: linear-gradient(to right, #58e3c4, #51bea5);
    -webkit-transition: all 0.5s cubic-bezier(.165,.84,.44,1);
    transition: all 0.5s cubic-bezier(.165,.84,.44,1);
}

.button-link a {
    color: #fff;
    -webkit-transition: all 0.5s cubic-bezier(.165,.84,.44,1);
    transition: all 0.5s cubic-bezier(.165,.84,.44,1);
}

.moved {
    position: absolute;
    left: -0.2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.62rem;
    -webkit-transition: all 0.8s cubic-bezier(.165,.84,.44,1);
    transition: all 0.8s cubic-bezier(.165,.84,.44,1);
}

.button-href:hover {
    width: 1.79rem;
    height: 0.47rem;
    line-height: 0.47rem;
}

    .button-href:hover .moved {
        -webkit-transform: translateX(1.14rem) translateY(-50%) scale(0.7);
        -ms-transform: translateX(1.14rem) translateY(-50%) scale(0.7);
        transform: translateX(1.14rem) translateY(-50%) scale(0.7);
    }

    .button-href:hover a {
        -webkit-transform: translateX(-0.3rem);
        -ms-transform: translateX(-0.3rem);
        transform: translateX(-0.3rem);
    }

.logo {
    float: left;
    width: 0.8rem;
}

.navUl {
    float: right;
    margin-right: 0.35rem;
}

    .navUl > li {
        float: left;
        padding: 0 0.15rem;
        margin: 0 0.2rem;
        position: relative;
    }

        .navUl > li > a {
            display: block;
            font-size: 0.16rem;
            color: #424242;
            text-align: center;
        }

            .navUl > li > a::after {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                width: 0;
                height: 3px;
                transition: all .5s cubic-bezier(.165,.84,.44,1);
                background: #51bea5;
            }

        .navUl > li:hover a::after {
            width: 100%;
        }

.two-level {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 1.2rem;
    width: 2rem;
    border-radius: 8px;
    background: #fff;
    padding-bottom: 0.3rem;
    /*opacity: 0;*/
    display: none;
    transition: all .5s cubic-bezier(.165,.84,.44,1);
    box-shadow: 0 0 5px #ccc;
}

    .two-level p {
        line-height: 0.5rem;
        border-bottom: 1px solid #f2f2f2;
    }

        .two-level p a {
            display: block;
            padding: 0 0.2rem 0 0.3rem;
            color: #454545;
            background: url(../images/to.png) no-repeat 90% center;
            -webkit-transition: all .5s cubic-bezier(.165,.84,.44,1);
            transition: all .5s cubic-bezier(.165,.84,.44,1);
        }

            .two-level p a:hover {
                padding-left: 0.4rem;
                color: #51bea5;
                background: url(../images/to-act.png) no-repeat 90% center;
            }

.handle {
    float: right;
    position: relative;
}

    .handle > a {
        width: 33px;
        height: 33px;
        line-height: 33px;
        border: 1px solid #e1e1e1;
        text-align: center;
    }

.boxShaw {
    height: 0.4rem;
    line-height: 0.4rem;
    background: #fff;
    box-shadow: 0 0 10px #e7e7e7;
    border-radius: 4px;
    padding: 0 0.15rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    width: 0;
}

.search {
    width: 0;
    padding: 0;
    display: none;
}

    .search input {
        border: none;
        width: 87%;
    }

    .search a {
        float: right;
    }

.telephone {
    width: 0;
    display: none;
    padding: 0;
    color: #51bea5;
    font-size: 0.19rem;
    font-family: "Arial";
}

.current22 {
    display: block!important;
    padding: 0 0.15rem;
}

.china {
    color: #424242;
    text-transform: uppercase;
    font-style: italic;
}

.telephone img {
    margin-right: 0.15rem;
    margin-top: -0.02rem;
}

.bottom-fixed {
    background: #2e2e2e;
    font-size: 12px;
}

.copyright {
    line-height: 1.2rem;
    border-top: 1px solid #6d6d6d;
    color: #aeb8bd;
}

    .copyright p {
        display: inline-block;
    }

.CNEX {
    float: right;
}

    .CNEX a {
        height: 11px;
        line-height: 11px;
        color: #aeb8bd;
        padding: 0 0.29rem;
        border-right: 1px solid #979797;
    }

        .CNEX a:last-child {
            padding: 0 0 0 0.29rem;
            border-right: none;
        }

.footer {
    padding: 0.6rem 0 1rem 0;
}

.footLf {
    float: left;
    width: 3.8rem;
}

.business {
    color: #fff;
    font-size: 14px;
    line-height: 0.35rem;
}

.come-here {
    color: #aeb8bd;
    margin: 0.44rem 0 0.28rem 0;
}

.message {
    color: #fff;
    line-height: 29px;
}

.footRg {
    float: right;
    text-align: right;
}

.link a {
    color: #ffffff;
    padding: 0 0.3rem;
    border-right: 1px solid #fff;
}

    .link a:last-child {
        padding: 0 0 0 0.3rem;
        border-right: none;
    }

.suivez {
  margin-top: 0.45rem;
}

    .suivez > span {
        margin-right: 0.55rem;
        font-family: "Arial";
        text-transform: uppercase;
        line-height: 0.6rem;
        color: #aeb8bd;
    }

.sweep {
    display: inline-block;
    margin-right: 2.78rem;
    position: relative;

}

    .sweep:nth-of-type(2) {
        margin-right: 0;
    }

    .sweep > a > img {
        width: 0.6rem;
    }

.along {
    display: inline-block;
    position: absolute;
    top: -1px;
    z-index: 9999;
    background: #fff;
    width: 0.9rem;
    /*display: none;*/
    -webkit-transition: all 0.5s cubic-bezier(.165,.84,.44,1);
    -moz-transition: all 0.5s cubic-bezier(.165,.84,.44,1);
    transition: all 0.5s cubic-bezier(.165,.84,.44,1);
}

    .along i {
        display: block;
        line-height: 19px;
        text-align: center;
        font-size: 12px;
    }

.triange {
    position: absolute;
    top: 0.23rem;
    width: 0;
    height: 0;
    border-top: 0.07rem solid transparent;
    border-bottom: 0.07rem solid transparent;
}

.left-to-right {
    left: 0.6rem;
}

    .left-to-right .triange {
        left: -0.07rem;
        border-right: 0.07rem solid #fff;
    }

.right-to-left {
    right: 0.6rem;
}

    .right-to-left .triange {
        right: -0.07rem;
        border-left: 0.07rem solid #fff;
    }

.display-o {
    display: block;
}

.onwrite {
    float: right;
    width: 3.25rem;
    height: 0.5rem;
    line-height: 0.5rem;
    padding: 0 0.2rem;
    background: #373839;
}

    .onwrite input {
        border: none;
        float: left;
        background: #373839;
        width: 80%;
        height: 0.5rem;
        line-height: 0.5rem;
        color: #aeb8bd;
    }

        .onwrite input::-webkit-input-placeholder {
            color: #aeb8bd;
            opacity: 1;
        }

        .onwrite input:-moz-placeholder {
            color: #aeb8bd;
            opacity: 1;
        }

        .onwrite input::-moz-placeholder {
            color: #aeb8bd;
            opacity: 1;
        }

        .onwrite input:-ms-input-placeholder {
            color: #aeb8bd;
            opacity: 1;
        }

    .onwrite a {
        float: right;
    }

.take {
    color: #fff;
    line-height: 0.6rem;
    margin-top: 0.17rem;
}

.module {
    background: #ebeef0;
}

.gsxw {
    padding-bottom: 0.8rem;
    margin-top: 1.1rem;
}

.Knews {
    background: #FFF;
    padding: 0 1rem;
}

.demo {
    color: #676767;
    line-height: 0.6rem;
}

    .demo i {
        margin: 0 0.06rem;
    }

.news-title {
    border-bottom: 1px solid #e5e5e5;
    font-weight: normal;
    padding: 0.4rem 0 0.35rem 0;
}

    .news-title .p-o {
        color: #000;
        font-size: 0.34rem;
        margin-bottom: 10px;
    }

    .news-title .p-t {
        color: #adadad;
        font-size: 14px;
        line-height: 20px;
    }

        .news-title .p-t span {
            float: right;
        }

            .news-title .p-t span a {
                margin-left: 1px;
            }

.piece {
    margin-top: 10px;
    background: #FFF;
    padding: 0 1rem;
    line-height: 0.7rem;
    position: relative;
    display: flex;
    justify-content: space-between;
}

    .piece a {
        color: #343434;
        font-size: 16px;
    }

        .piece a:hover {
            color: #51bea5;
        }

        .piece a em {
            color: #8d8d8d;
        }

            .piece a em img {
                margin-right: 0.1rem;
                margin-top: -0.03rem;
                width: 0.17rem;
            }

.boxtt em {
    display: inline-block;
    width: 50%;
}

.boxtt img {
    width: 100%;
}

.boxtt p {
    color: #585858;
    line-height: 30px;
    margin-bottom: 0.3rem;
}

.boxtt {
    padding: 0.4rem 0 0.55rem 0;
}

.assort {
    background: url(../images/home-btt.jpg) no-repeat 0px bottom;
    background-size: contain;
}

.justify-center {
    text-align: center;
    padding: 0.96rem 0 0.7rem 0;
}

.p-start {
    font-size: 0.4rem;
    color: #2c2c2c;
    margin-bottom: 0.17rem;
}

.p-end {
    font-size: 0.18rem;
    color: #666666;
    width: 5.9rem;
    margin: 0 auto;
    line-height: 0.35rem;
}

.ttpi {
    padding: 0 0 0.52rem 0;
}

    .ttpi .justify-center {
        padding: 0.74rem 0 0.36rem 0;
    }

    .ttpi .p-start {
        font-size: 0.28rem;
        margin-bottom: 0.02rem;
    }

    .ttpi .p-end {
        font-size: 14px;
        width: 100%;
        /*white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;*/
    }

.packul li {
    float: left;
    width: 2.92rem;
    overflow: hidden;
    margin: 0 0.1rem 0.1rem 0;
    position: relative;
    cursor: pointer;
}

    .packul li:nth-of-type(3), .packul li:nth-of-type(4) {
        width: 5.95rem;
    }

    .packul li:nth-of-type(3n) {
        margin: 0 0 0.1rem 0;
    }

.packul > li > img {
    width: 100%;
}

.blue-blue {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/blue-around.png) repeat;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}

.blue-around {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    color: #fff;
    text-align: center;
}

    .blue-around .p-1 {
        font-size: 0.24rem;
        padding-bottom: 0.14rem;
        margin-bottom: 0.15rem;
        background: url(../images/border.jpg) no-repeat center bottom;
        -webkit-transform: translateY(-200px);
        -ms-transform: translateY(-200px);
        transform: translateY(-200px);
        -webkit-transition: all ease-in-out 0.1s;
        transition: all ease-in-out 0.1s;
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    .blue-around .p-2 {
        font-size: 0.16rem;
        -webkit-transform: translateY(-200px);
        -ms-transform: translateY(-200px);
        transform: translateY(-200px);
        -webkit-transition: all ease-in-out 0.3s;
        transition: all ease-in-out 0.3s;
    }

.packul li:hover .blue-blue {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.packul li:hover img {
    transform: scale(1.2);
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.packul li:hover .p-1 {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.packul li:hover .p-2 {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.found-not {
    text-align: center;
    padding: 0.42rem 0 0.75rem 0;
}

    .found-not .no {
        color: #8E8E8E;
        font-size: 0.18rem;
        margin-bottom: 0.2rem;
    }

    .found-not .linka a {
        width: 1.5rem;
        height: 0.4rem;
        line-height: 0.4rem;
        background: #51bea5;
        color: #fff;
        text-align: center;
        border-radius: 2px;
        margin: 0 0.08rem;
    }

        /*.found-not .linka a:hover {
            color: #fff;
            background: #51bea5;
        }*/

.look-more {
    display: block;
    width: 1.5rem;
    height: 0.4rem;
    line-height: 0.4rem;
    background: #51bea5;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    margin: 0.5rem auto 0 auto;
}

    .look-more img {
        margin-left: 0.17rem;
        margin-top: -0.03rem;
        width: 0.2rem;
        -webkit-transition: all 0.5s cubic-bezier(.165,.84,.44,1);
        -moz-transition: all 0.5s cubic-bezier(.165,.84,.44,1);
        transition: all 0.5s cubic-bezier(.165,.84,.44,1);
    }

    .look-more:hover img {
        margin-left: 0.35rem;
    }

.newest-info {
    padding-bottom: 0.55rem;
}

.focuson {
    position: relative;
    width: 5.9rem;
    margin-right: 0.2rem;
}

.black {
    position: absolute;
    left: 0;
    bottom: 0;
}

.dothing {
    position: absolute;
    left: 0.3rem;
    bottom: 0.26rem;
    color: #fff;
}

    .dothing p a {
        color: #fff;
    }

.t-date {
    font-size: 12px;
    margin-bottom: 6px;
}

.t-any {
    font-size: 0.16rem;
    height: 50px;
}

.exeprise > div {
    float: left;
}

.gift {
    width: 2.85rem;
    margin-right: 0.2rem;
}

    .gift:nth-of-type(3) {
        margin-right: 0;
    }

.present {
    color: #666;
    border: 1px solid #eaecee;
    padding: 0.16rem 0.2rem 0.24rem 0.2rem;
    overflow:hidden;
}

    .present p a {
        color: #666;
    }

.partner {
    padding: 0.6rem 0;
}

.pack-wrap {
    padding: 0.5rem 0 0.65rem 0;
}



/*--------------------------产品与服务---------------------------*/
.drink {
    color: #343434;
    font-size: 0.36rem;
}

.all-fl {
    display: inline-block;
    float: right;
    color: #51bea5;
    font-size: 0.16rem;
    position: relative;
}

    .all-fl > p {
        line-height: 0.49rem;
        cursor: pointer;
    }

        .all-fl > p > img {
            margin-left: 0.12rem;
            width: 0.18rem;
            margin-top: -0.03rem;
        }

.beiz {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0.25rem 0.3rem;
    width: 6.7rem;
    box-shadow: 0 0 10px #ccc;
    z-index: 9999;
    background: #fff;
    display: none;
}

.beiz-title {
    color: #51bea5;
    margin-bottom: 0.12rem;
}

    .beiz-title > img {
        margin-left: 0.1rem;
        margin-top: -0.02rem;
    }

    .beiz-title > em {
        float: right;
        cursor: pointer;
    }

.yinpin li {
    float: left;
    width: 25%;
    line-height: 30px;
}

.yinpin > li > .active {
    color: #1192DF;
    text-decoration: underline;
}

.yinpin li a {
    display: block;
    font-size: 12px;
    color: #585858;
}

    .yinpin li a:hover {
        color: #1192DF;
        text-decoration: underline;
    }

.pack-box li {
    float: left;
    width: 3.6rem;
    margin: 0.9rem 0.6rem 0 0;
}

    .pack-box li:nth-of-type(3n) {
        margin: 0.9rem 0 0 0;
    }

.regular {
    height: 0.79rem;
    line-height: 0.79rem;
    border: 1px solid #e5e5e5;
    border-top: none;
    padding: 0 0.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .regular em {
        color: #343434;
        font-size: 0.18rem;
    }

    .regular a {
        width: 0.6rem;
        height: 0.35rem;
        line-height: 0.35rem;
        border-radius: 16px;
        background: #51bea5;
        color: #fff;
        text-align: center;
    }

.pack-box li:hover .regular {
    box-shadow: 0 0 10px #adadad;
}

    .pack-box li:hover .regular em {
        color: #51bea5;
    }

.pack-box li img {
    width: 100%;
}

.mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/black11.png) repeat;
    z-index: 9998;
    display: none;
}

.eneqity_mask {
    position: fixed;
    height: 100%;
    width: 100%;
    background: url(../images/black11.png) repeat;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 3;
    display: block;
    top: 0px;
    left: 0px;
    display: none;
}

.enquiry {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%) translateY(-50%);
    width: 8rem;
    background: #fff;
    z-index: 9999;
    display: none;
}

.closeed {
    height: 0.6rem;
    line-height: 0.6rem;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0.2rem 0 0.4rem;
    font-size: 0.18rem;
}

    .closeed a {
        float: right;
    }

.bargain {
    padding: 0.3rem 0.4rem 0.45rem 0.4rem;
}

.please {
    width: 100%;
    background: #f2fffc;
    color: #51bea5;
    line-height: 25px;
    border: 1px solid #76d2bd;
    padding: 0.12rem 0.2rem 0.15rem 0.2rem;
}

.glass {
    margin: 0.2rem 0 0.1rem 0;
    border: 1px dashed #b0b0b0;
    padding: 0.26rem 0.3rem;
}

.cup {
    font-size: 0.24rem;
    margin-bottom: 0.09rem;
}

.quality {
    color: #a3a3a3;
    line-height: 0.35rem;
}

    .quality em {
        color: #343434;
        margin-left: 0.28rem;
    }

        .quality em i {
            margin-right: 0.26rem;
        }

.tianxie li {
    float: left;
    width: 3.5rem;
    margin-bottom: 10px;
}

    .tianxie li:nth-of-type(2n) {
        float: right;
    }

    .tianxie li:last-child {
        width: 100%;
    }

        .tianxie li:last-child .penopen {
            height: 1.2rem;
            line-height: 180%;
            padding: 1.5%;
        }

.tianxie p {
    line-height: 0.32rem;
    color: #585858;
}

.star {
    color: #e25d5d;
    float: right;
    margin-right: 2px;
}

.penopen {
    width: 100%;
    height: 0.42rem;
    line-height: 0.42rem;
    border: 1px solid #e5e5e5;
    padding: 0 3%;
}

.opperate {
    margin-top: 0.3rem;
}

    .opperate a {
        width: 3.5rem;
        line-height: 0.44rem;
        background: #51bea5;
        color: #fff;
        border-radius: 2px;
        text-align: center;
    }

        .opperate a:last-child {
            background: #acacac;
            float: right;
        }


.profile {
    padding: 0.6rem 0;
}

.found-ttr {
    float: left;
    width: 8.3rem;
}

.h2h2 {
    color: #343434;
    font-size: 0.36rem;
    font-weight: normal;
    margin-bottom: 0.2rem;
}

.found-ttr > div {
    margin-bottom: 0.26rem;
}

.found-ttr p {
    line-height: 0.35rem;
    color: #585858;
    font-size: 0.16rem;
}

.found-date {
    float: right;
    width: 2.9rem;
    background: #51bea5;
    text-align: center;
    color: #fff;
}

    .found-date .p1 {
        line-height: 1.39rem;
        border-bottom: 1px solid #a8dfd2;
        font-size: 1rem;
        font-family: "Arial";
    }

    .found-date .p2 {
        line-height: 0.5rem;
        font-size: 0.16rem;
    }

.overview-img {
    margin-top: 0.1rem;
}

    .overview-img li {
        float: left;
        width: 2.9rem;
        margin-right: 0.13rem;
    }

    .overview-img img {
        width: 100%;
    }

    .overview-img li:last-child {
        margin-right: 0;
    }

.league {
    margin-top: 0.42rem;
}

    .league li {
        float: left;
        width: 1.95rem;
        margin: 0 0.06rem 0.1rem 0;
    }

        .league li:nth-of-type(6n) {
            margin: 0 0 0.1rem 0;
        }

    .league img {
        width: 100%;
        border: 1px solid #e6e6e6;
    }

.customer {
    padding: 0.54rem 0 0.75rem 0;
}

.be-able {
    padding: 0.53rem 0 0.72rem 0;
}

.mainboard {
    width: 100%;
}

    .mainboard li {
        float: left;
        background: #fff;
        width: 2.94rem;
        height: 1rem;
        margin-right: 0.08rem;
        text-align: center;
        position: relative;
        cursor: pointer;
    }

        .mainboard li:last-child {
            margin-right: 0;
        }

        .mainboard li.hover {
            height: 1.08rem;
            border-top: 2px solid #51bea5;
        }

    .mainboard .p1 {
        color: #343434;
        font-size: 0.18rem;
        margin-bottom: 0.07rem;
    }

    .mainboard .p2 {
        color: #585858;
        font-size: 12px;
    }

.middle {
    width: 100%;
    padding: 0 0.4rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.master {
    padding: 0.4rem 0.4rem 0.7rem 0.4rem;
    background: #fff;
}

.capable {
    margin-top: 0.42rem;
}

.new-yafa {
    background: #f4f6f8;
}

    .new-yafa li {
        display: inline-block;
        vertical-align: middle;
    }

.yafa-img {
    width: 3rem;
    border: 1px solid #e1e1e1;
}

.yafa-text {
    width: 7.6rem;
    margin-left: 0.4rem;
}

    .yafa-text > p {
        font-size: 0.22rem;
        color: #343434;
        margin-bottom: 10px;
    }

.yafa-html {
    color: #585858;
    font-size: 0.16rem;
    line-height: 0.28rem;
}

.bowl li {
    float: left;
    width: 2.16rem;
    margin-right: 0.1rem;
}

    .bowl li:last-child {
        margin-right: 0;
    }

.bowl img {
    width: 100%;
    border: 1px solid #e1e1e1;
}

.bowl p {
    background: #f4f6f8;
    line-height: 0.5rem;
    text-align: center;
    color: #515252;
}

.mianwan {
    line-height: 0.8rem;
    color: #343434;
    font-size: 0.24rem;
}

.noodle {
    padding: 0.1rem 0;
    margin-top: 0.4rem;
    border-top: 1px solid #ebebeb;
}

.label-img li {
    float: left;
    width: 2.16rem;
    margin-right: 0.1rem;
}

    .label-img li img {
        width: 100%;
    }

    .label-img li:last-child {
        margin-right: 0;
    }

.straw {
    padding-top: 0.1rem;
}

.straw-img li {
    float: left;
    width: 2.72rem;
    margin-right: 0.1rem;
}

    .straw-img li:last-child {
        margin-right: 0;
    }

    .straw-img li img {
        width: 100%;
    }

.strsting {
    line-height: 24px;
    color: #545455;
    margin-top: 0.14rem;
}

    .strsting a {
        color: #51bea5;
        font-size: 12px;
        float: right;
    }

        .strsting a img {
            margin-left: 0.05rem;
            width: 0.11rem;
        }

.label > .himodel {
    display: none;
}

.himodel a {
    color: #51bea5;
    font-size: 12px;
    float: right;
}

    .himodel a img {
        margin-left: 0.05rem;
        width: 0.11rem;
    }

.andget {
    color: #343434;
    font-size: 0.36rem;
    line-height: 1.3rem;
}

.hope {
    float: left;
    width: 7.94rem;
    position: relative;
}

    .hope > img:nth-of-type(2) {
        display: none;
    }

.wish {
    position: absolute;
    left: 0;
    top: 0.26rem;
    color: #fff;
    width: 3.86rem;
    height: 100%;
    padding: 0 0.8rem 0 0.3rem;
}

    .wish .p-o {
        font-size: 0.24rem;
        margin-bottom: 0.15rem;
    }

    .wish .p-t {
        font-size: 0.16rem;
        line-height: 0.35rem;
    }

.honor {
    float: right;
    width: 3.88rem;
    position: relative;
    color: #fff;
}

.ryzz {
    position: absolute;
    left: 0.3rem;
    top: 0.25rem;
    font-size: 0.24rem;
}

.sswb {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.25rem;
}

.action li {
    float: left;
    width: 2.85rem;
    margin-right: 0.2rem;
}

    .action li:last-child {
        margin-right: 0;
    }

.action img {
    width: 100%;
}

.action p {
    background: #f4f6f8;
    line-height: 0.6rem;
    text-align: center;
    color: #545455;
    font-size: 0.16rem;
}

.qyln {
    color: #343434;
    font-size: 0.24rem;
    line-height: 0.83rem;
    margin-top: 0.2rem;
}

.yjln {
    padding: 0.13rem 0 0.83rem 0;
}


/*--------------------------联系我们------------------------*/
.contact {
    position: relative;
    margin-top: 1.1rem;
    overflow: hidden;
}

.touch {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0.55rem;
}

.connection {
    background: url(../images/white.png) repeat;
    padding: 0.35rem 0.6rem 0.32rem 0.4rem;
}

.callme {
    line-height: 0.35rem;
    color: #3e3e3e;
    display: flex;
    justify-content: space-between;
}

    .callme a {
        color: #2e71ce;
    }

.connection > p {
    color: #000000;
    font-size: 0.24rem;
    margin-bottom: 9px;
}

.wxh {
    line-height: 28px;
    color: #454545;
    text-align: center;
} 

.callme img {
    border: 1px solid #e9e9e9;
    width: 6.3rem;
    margin: 0 auto;
    margin-left:110px;
}

.route {
    margin-top: 0.3rem;
}

    .route li {
        float: left;
        width: 3.8rem;
        margin-right: 0.3rem;
    }

        .route li:last-child {
            margin-right: 0;
        }

.line {
    width: 100%;
    line-height: 0.6rem;
    background: #fff;
    padding: 0 0.3rem;
    color: #181818;
    background: url(../images/slideUp.png) no-repeat 92% center, url(../images/white.png) repeat;
    background-size: 0.16rem 0.1rem;
    font-size: 0.16rem;
    cursor: pointer;
}

.baise {
    background: #fff url(../images/slideDown.png) no-repeat 92% center;
    background-size: 0.16rem 0.1rem;
}

.way {
    background: #fff;
    padding: 0 0.3rem 0.3rem 0.3rem;
    display: none;
}

    .way p {
        color: #3b3b3b;
        line-height: 0.36rem;
        background: url(../images/line.jpg) no-repeat 0px center;
        background-size: 0.16rem 1px;
        padding-left: 0.23rem;
    }

.getFullYear {
    line-height: 1.3rem;
    color: #343434;
    font-size: 0.36rem;
}

.fullYears {
    display: inline-block;
    float: right;
}

    .fullYears a {
        color: #a3a3a3;
        margin-left: 0.21rem;
        font-family: "Arial";
        font-size: 0.24rem;
    }

        .fullYears a:first-child {
            margin-left: 0;
        }

        .fullYears a.hover {
            color: #51bea5;
            font-size: 0.3rem;
        }

.dynamic {
    padding: 0.14rem 0 0.66rem 0;
}

    .dynamic .look-more {
        margin: 0.1rem auto 0 auto;
    }

.years-thing li {
    float: left;
    width: 3.6rem;
    margin: 0 0.6rem 0.4rem 0;
}

    .years-thing li img {
        width: 100%;
    }

    .years-thing li:nth-of-type(3n) {
        margin: 0 0 0.4rem 0;
    }

    .years-thing li:hover {
        box-shadow: 0 0 10px #ccc;
    }

        .years-thing li:hover .bao-box em {
            color: #51bea5;
        }

.trend {
    background: #fff;
    padding: 0 0.29rem;
    border: 1px solid #eaecee;
    border-top: none;
}

.bao-box {
    padding: 0.2rem 0 0.26rem 0;
}

    .bao-box em {
        display: block;
        color: #343434;
        font-size: 0.18rem;
        margin-bottom: 0.08rem;
    }

    .bao-box i {
        display: block;
        color: #adadad;
    }

.bao-all {
    line-height: 0.5rem;
    border-top: 1px solid #eaecee;
    color: #858585;
    font-size: 12px;
    background: url(../images/rocket.png) no-repeat right center;
    background-size: 0.24rem 0.08rem;
}



.tijiao {
    padding: 0.3rem 0 0.5rem 0;
}

.demand {
    background: #fff;
}

.tjxq {
    line-height: 0.8rem;
    border-bottom: 1px solid #e5e5e5;
    color: #1f1f1f;
    font-size: 0.22rem;
    padding-left: 1rem;
}

.referring {
    padding: 0.49rem 1rem 0.53rem 1rem;
}

.input-box li {
    margin-bottom: 0.17rem;
}

.input-box em {
    width: 1.1rem;
    margin-right: 0.2rem;
    color: #272626;
    font-size: 0.16rem;
    text-align: right;
    vertical-align: top;
    line-height: 40px;
}

    .input-box em i {
        color: #c90e0e;
        margin-right: 0.05rem;
    }

.gray-bg {
    width: 3.6rem;
    line-height: 40px;
    border: 1px solid #e5e5e5;
    background: #f9fafb;
    border-radius: 2px;
    padding-left: 0.19rem;
    color: #000;
}

    .gray-bg::-webkit-input-placeholder {
        color: #9f9fa0;
        opacity: 1;
    }

    .gray-bg:-moz-placeholder {
        color: #9f9fa0;
        opacity: 1;
    }

    .gray-bg::-moz-placeholder {
        color: #9f9fa0;
        opacity: 1;
    }

    .gray-bg:-ms-input-placeholder {
        color: #9f9fa0;
        opacity: 1;
    }

.focus {
    border: 1px solid #51bea5;
}

textarea.gray-bg {
    width: 7.3rem;
    height: 1.3rem;
    line-height: 180%;
    padding: 0.1rem 0.19rem;
    color: #9f9fa0;
}

.xxms {
    color: #a3a3a3;
    margin-left: 1.35rem;
    line-height: 0.3rem;
    margin-bottom: -0.1rem;
}

.message {
    width: 3.6rem;
    display: inline-block;
}
.message p{
    text-align: left;
    width:100%;
}

    .message a {
        position: absolute;
        right: 1px;
        top: 1px;
        background: #e5e5e5;
        color: #4e4e4e;
        text-align: center;
        width: 1.29rem;
        line-height: 40px;
        border-radius: 0 2px 2px 0;
        font-size: 0.16rem;
    }

.input-box {
    padding-bottom: 0.23rem;
}

.put-in {
    text-align: center;
    padding-top: 0.4rem;
    border-top: 1px solid #e5e5e5;
}

    .put-in a {
        width: 1.4rem;
        line-height: 0.4rem;
        border-radius: 2px;
        margin: 0 0.15rem;
        color: #fff;
        text-align: center;
        font-size: 0.16rem;
        background: #9e9e9e;
    }

        .put-in a:first-child {
            background: #51bea5;
        }

.inline {
    display: inline-block;
    position: relative;
    width: 3.6rem;
}

    .inline:nth-of-type(2) {
        margin-left: 0.1rem;
    }

.xiala {
    position: relative;
}

.sanjiao {
    position: absolute;
    right: 0.14rem;
    top: 50%;
    transform: translateY(-50%);
}

.select {
    background: #fff;
    position: absolute;
    left: 0;
    top: 0.4rem;
    border: 1px solid #e5e5e5;
    width: 100%;
    display: none;
}

    .select p {
        line-height: 0.35rem;
        color: #585858;
        padding: 0 0.19rem;
        border-bottom: 1px solid #f7f7f7;
        cursor: pointer;
    }

        .select p:last-child {
            border: none;
        }

        .select p:hover {
            color: #51bea5;
            background: #f2f2f2;
        }

.demoList {
    line-height: 0.6rem;
    color: #676767;
}

    .demoList i {
        margin: 0 0.06rem;
    }

.goods {
    padding: 0.5rem;
    background: #fff;
}

.enlarge {
    width: 5rem;
    float: left;
}

    .enlarge > img {
        width: 100%;
    }

.wares {
    width: 5.6rem;
    float: right;
}

.shangpin {
    font-size: 0.3rem;
    color: #000;
    margin-bottom: 15px;
}

.guige {
    border-bottom: 1px solid #efefef;
}

    .guige p {
        padding: 2.5% 0;
        border-top: 1px solid #efefef;
        color: #a3a3a3;
        font-size: 0.16rem;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        line-height: 200%;
    }

    .guige > p > em {
        width: 89%;
        color: #343434;
    }

        .guige > p > em > i {
            margin-right: 0.26rem;
        }

        .guige > p > em > img {
            width: 0.5rem;
            border: 0.02rem solid #51bea5;
        }

.xunjia {
    width: 1rem;
    line-height: 0.4rem;
    background: #51bea5;
    color: #fff;
    text-align: center;
    font-size: 0.16rem;
    margin: 0.3rem 0 0.34rem 0;
}

.share {
    line-height: 0.2rem;
    color: #9a9a9a;
}

    .share a {
        margin-left: 0.05rem;
    }

        .share a:first-child {
            margin-left: 0.12rem;
        }

.explicit {
    background: #fff;
    margin-top: 0.2rem;
    padding-bottom: 0.5rem;
}

.minute {
    border-bottom: 1px solid #f2f2f2;
    line-height: 0.69rem;
    padding: 0 0.5rem;
}

    .minute a {
        color: #343434;
        font-size: 0.18rem;
        margin-right: 0.5rem;
    }

        .minute a.hover {
            color: #51bea5;
            border-bottom: 2px solid #51bea5;
        }

.table {
    margin: 0.4rem 0.5rem 0.5rem 0.5rem;
}

.claim {
    border: 1px solid #e5e5e5;
    width: 100%;
    border-collapse: collapse;
}

    .claim tr {
        border: 1px solid #e5e5e5;
    }

    .claim td {
        border: 1px solid #e5e5e5;
        padding: 2% 0.2rem;
        line-height: 170%;
    }

        .claim td:nth-of-type(odd) {
            width: 1.48rem;
            background: #f9fafb;
        }

        .claim td:nth-of-type(even) {
            width: 2.16rem;
        }

.tableCell {
    border: 1px solid #e5e5e5;
    display: none;
    background: #f9fafb;
}

    .tableCell li {
        display: inline-block;
        vertical-align: middle;
        padding: 6% 5%;
        border-bottom: 1px solid #e5e5e5;
        line-height: 180%;
    }

        .tableCell li:nth-of-type(odd) {
            width: 40%;
        }

        .tableCell li:nth-of-type(even) {
            float: right;
            width: 58%;
            background: #fff;
        }

        .tableCell li:last-child, .tableCell li:nth-last-child(2) {
            border-bottom: none;
        }

.showImg {
    padding: 0 1.43rem;
}

    .showImg img {
        width: 100%;
    }

.enlas {
    margin-top: 0.1rem;
}

    .enlas ul {
        padding: 0 0.35rem;
    }

        .enlas ul li {
            float: left;
            width: 1rem;
            margin-right: 0.1rem;
        }

            .enlas ul li img {
                width: 100%;
            }

            .enlas ul li.hover {
                border: 2px solid #51bea5;
            }

.siblings {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.13rem;
    height: 0.23rem;
}

.pro-prev {
    left: 0;
    background: url(../images/pro-prev.png) no-repeat center;
    background-size: 0.13rem 0.23rem;
}

    .pro-prev:hover {
        background: url(../images/pro-prev-act.png) no-repeat center;
        background-size: 0.13rem 0.23rem;
    }

.pro-next {
    float: right;
    right: 0;
    background: url(../images/pro-next.png) no-repeat center;
    background-size: 0.13rem 0.23rem;
}

    .pro-next:hover {
        background: url(../images/pro-next-act.png) no-repeat center;
        background-size: 0.13rem 0.23rem;
    }

.navigation {
    width: 100%;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
}

    .navigation .p-1 {
        font-size: 0.36rem;
        padding-bottom: 0.24rem;
        margin-bottom: 0.26rem;
        background: url(../images/border-bottom.jpg) no-repeat 0px bottom;
    }

    .navigation .p-2 {
        font-size: 0.16rem;
    }

        .navigation .p-2 i {
            margin: 0 0.07rem;
        }


.bd {
    width: 100%;
    overflow: hidden;
}

    .bd ul li a img {
        width: 100%;
    }

    .bd ul li img {
        width: 100%;
    }

.caseUll ul li {
    float: left;
    width: 3.85rem;
    margin-right: 0.22rem;
}

    .caseUll ul li:last-child {
        margin: 0;
    }

    .caseUll ul li img {
        width: 100%;
    }

    .caseUll ul li a {
        display: block;
        width: 100%;
    }

.huoban ul li {
    float: left;
    width: 1.95rem;
    margin-right: 0.06rem;
}

    .huoban ul li img {
        width: 100%;
    }

.jieshao {
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 0.23rem 0;
}

    .jieshao .p-1 {
        color: #333333;
        font-size: 0.16rem;
        background: url(../images/border-blue.jpg) no-repeat center bottom;
        padding-bottom: 0.16rem;
        margin-bottom: 0.15rem;
    }

    .jieshao .p-2 {
        color: #9a9a9a;
    }

.hd {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

    .hd > a {
        width: 0.4rem;
        height: 0.4rem;
        background-size: contain;
        position: absolute;
        box-shadow: 0 0 10px #ccc;
        border-radius: 50%;
    }

    .hd .prev {
        left: -0.2rem;
        background: url(../images/left-q-arr.png) no-repeat center;
    }

        .hd .prev:hover {
            background: url(../images/left-s-arr.png) no-repeat center;
        }

    .hd .next {
        float: right;
        right: -0.2rem;
        background: url(../images/right-q-arr.png) no-repeat center;
    }

        .hd .next:hover {
            background: url(../images/right-s-arr.png) no-repeat center;
        }


#demo2 .hd > a {
    width: 0.3rem;
    height: 0.3rem;
    margin-top: -0.15rem;
}

#demo2 .hd .prev {
    background: url(../images/left-sm-arr.png) no-repeat center;
}

    #demo2 .hd .prev:hover {
        background: url(../images/left-bl-arr.png) no-repeat center;
    }

#demo2 .hd .next {
    background: url(../images/right-sm-arr.png) no-repeat center;
}

    #demo2 .hd .next:hover {
        background: url(../images/right-bl-arr.png) no-repeat center;
    }



.btn_toggle {
    display: none;
}

.picScroll-left {
    position: relative;
}

.spot {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.52rem;
    display: flex;
    align-items: center;
}

    .spot li {
        float: left;
        width: 0.14rem;
        height: 0.14rem;
        line-height: 0.14rem;
        text-align: center;
        background: #c1c2c4;
        border-radius: 50%;
        margin: 0 0.05rem;
        color: #c1c2c4;
        font-size: 0;
    }

        .spot li.on {
            width: 0.16rem;
            height: 0.16rem;
            background: #fff;
            border: 1px solid #c4c6c7;
            color: #fff;
        }

.hundren {
    padding-bottom: 1.05rem;
    background: #ebeef0 url(../images/box-jing.jpg) no-repeat center bottom;
    background-size: contain;
}

/*/////////////////////////////////*/
.game163 {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .game163 .bigImg {
        width: 100%;
        height: 3.47rem;
        position: relative;
    }

        .game163 .bigImg li {
            width: 100%;
            float: left;
        }

            .game163 .bigImg li img {
                vertical-align: middle;
                height: 3.47rem;
            }

    .game163 .smallScroll {
        width: 100%;
        height: 0.69rem;
        margin-top: 10px;
        position: relative;
    }

        .game163 .smallScroll > a {
            width: 0.13rem;
            height: 0.23rem;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
        }

            .game163 .smallScroll > a.sPrev {
                left: 0;
                background: url(../images/pro-prev.png) no-repeat center;
                background-size: 0.13rem 0.23rem;
            }

                .game163 .smallScroll > a.sPrev:hover {
                    background: url(../images/pro-prev-act.png) no-repeat center;
                    background-size: 0.13rem 0.23rem;
                }

            .game163 .smallScroll > a.sNext {
                float: right;
                right: 0;
                background: url(../images/pro-next.png) no-repeat center;
                background-size: 0.13rem 0.23rem;
            }

                .game163 .smallScroll > a.sNext:hover {
                    background: url(../images/pro-next-act.png) no-repeat center;
                    background-size: 0.13rem 0.23rem;
                }

    .game163 .smallImg {
        /*float: left;*/
        /*width: 100%;*/
        margin: 0 0.35rem;
    }

        .game163 .smallImg ul {
            width: 100%;
            height: 0.69rem;
            overflow: hidden;
            zoom: 1;
        }

        .game163 .smallImg li {
            width: 1rem;
            height: 0.69rem;
            margin-right: 0.1rem;
            float: left;
            _display: inline;
            overflow: hidden;
            text-align: center;
            cursor: pointer;
        }

            .game163 .smallImg li a {
                width: 100%;
            }

        .game163 .smallImg img {
            width: 100%;
            /*border: 2px solid #51bea5;*/
        }

        .game163 .smallImg .on {
            border: 2px solid #51bea5;
        }



.new-icon-1 {
    background: url("../images/share-ff.png") no-repeat center center;
}

.new-icon-2 {
    background: url("../images/share-nn.png") no-repeat center center;
}

.new-icon-3 {
    background: url("../images/share-ee.png") no-repeat center center;
}

.new-icon-4 {
    background: url("../images/share-mm.png") no-repeat center center;
}

.new-icon-5 {
    background: url("../images/share-jj.png") no-repeat center center;
}



/*----------------------------------later------------------------------------*/
.datebook {
    padding: 0 0.4rem 1rem 0.4rem;
}

.dashi {
    text-align: center;
    color: #343434;
    font-weight: normal;
    padding: 0.53rem 0 0.46rem 0;
}

    .dashi em {
        display: block;
        font-size: 0.36rem;
        margin-bottom: 9px;
    }

    .dashi p {
        font-size: 14px;
    }

.dateUl {
    padding: 0.9rem 0 0 0;
    background: url(../images/dbook-spot.png) no-repeat center top, url(../images/dbook-border.png) repeat-y center;
    /*background-size: 0.19rem;*/
}

    .dateUl > li {
        padding-bottom: 1.2rem;
        background: url(../images/dbook-drop.png) no-repeat center 0.11rem;
    }

        .dateUl > li:last-child {
            padding-bottom: 0.7rem;
        }

        .dateUl > li > div {
            width: 45.7%;
        }

.dateThing {
    float: right;
}

    .dateThing h6 {
        color: #343434;
        font-size: 0.36rem;
        font-family: 'Arial';
    }

    .dateThing p {
        color: #585858;
        line-height: 180%;
    }

.dateUl img {
    width: 1.2rem;
    margin-top: 8px;
}

.dateUl li:nth-of-type(odd) .dateThing {
    text-align: right;
}

.dateUl li:nth-of-type(even) {
    text-align: left;
}

    .dateUl li:nth-of-type(even) > div {
        float: right;
    }

    .dateUl li:nth-of-type(even) .dateThing {
        float: left;
    }

    .dateUl li:nth-of-type(even) img {
        float: right;
    }


    
/*------------------------------later修改-----------------------------------*/
.found-not .linka a:hover{
    box-shadow: 0 0 10px #ccc;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.footLf{
    width: 2.7rem;
} 
.business{
    font-size: 15px;
    line-height: 200%;
    margin-bottom: 0.25rem;
}
.found-not{
    text-align: center;
    padding: 0.94rem 0 1.03rem 0;
}
.found-not .no{
    color: #333333;
    font-size: 0.3rem;
    margin-bottom: 0.54rem;
}
.found-not .linka a{
    width: 2rem;
    height: 0.5rem;
    line-height: 0.48rem;
    background: #fff;
    border: 1px solid #51bea5;
    color: #51bea5;
    text-align: center;
    border-radius: 40px;
    margin: 0 0.2rem;
    font-size: 16px;
}
.found-not .linka a.hover{
    color: #fff;
    background: #51bea5;
}
.linka img{
    width: 0.25rem;
    margin-right: 0.2rem;
}
.along{
    width: 1.4rem;
    padding-bottom: 0.07rem;
    background: #f4f6f8;
}
.way p{
    background: url(../images/line.jpg) no-repeat 0px 0.18rem;
}

/*---------------------------------4-26----------------------------------------------*/



.map img{
    width: 100%;
}
.map img:nth-of-type(2){
    display: none;
}
.logo{
display:block;
}
.logos{
display:none;
}