@charset "utf-8";

/*首页*/

.header {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0px;
}

.banners {
    padding-top: 79px;
}

.main {
    min-height: 500px;
    min-width: 1300px;
    margin-top: 80px;
}

.index_center {
    margin-top: 80px;
}

.Extremely_banner {
    margin-top: 80px;
}

.Wholesale {
    margin-top: 80px;
}

.Restaurant_banner {
    margin-top: 80px;
}

.banner {
    min-width: 1300px;
    position: relative;
}

    .banner,
    .banner .swiper-container,
    .banner .swiper-slide {
        overflow: hidden;
        width: 100%;
        height: 100%;
        padding-top: 27px;
    }

        .banner .swiper-slide {
            position: relative;
        }

            .banner .swiper-slide img {
                width: 100%;
                height: auto;
            }

            .banner .swiper-slide div {
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                z-index: 88;
            }

                .banner .swiper-slide div p {
                    margin: 20px auto 0;
                    margin-left: 10%;
                    opacity: 0;
                }

        .banner .swiper-button-next,
        .banner .swiper-button-prev {
            width: 34px;
            height: 60px;
            margin-top: -22px;
            background-size: 100% 100%;
        }

        .banner .swiper-button-prev,
        .banner .swiper-container-rtl .swiper-button-next {
            background-image: url(../img/lefts.png);
            left: 4%;
        }

        .banner .swiper-button-next,
        .banner .swiper-container-rtl .swiper-button-prev {
            background-image: url(../img/rights.png);
            right: 4%;
        }

        .banner .swiper-slide div p:nth-child(1) {
            width: 100%;
            font-size: 52px;
            font-weight: bold;
            color: #fff;
            line-height: 40px;
        }

        .banner .swiper-slide div p:nth-child(2),
        .banner .swiper-slide div p:nth-child(3),
        .banner .swiper-slide div p:nth-child(4) {
            width: 100%;
            font-size: 18px;
            color: #fff;
        }

        .banner .swiper-slide div p:first-child {
            margin-top: 13%;
        }

        .banner .swiper-slide div .lin {
            left: 10%;
        }

        .banner .swiper-slide div a {
            display: inline-block;
            width: 135PX;
            height: 35px;
            border: 2px solid #FFFFFF;
            color: #FFFFFF;
            border-radius: 30px;
            position: absolute;
            font-size: 16px;
            text-align: center;
            line-height: 35px;
            left: 20%;
            top: 65%;
            opacity: 0;
        }

            .banner .swiper-slide div a:hover {
                background: #FFFFFF;
                color: #000000;
            }

        .banner .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            opacity: 1;
            background-color: #fff;
        }

        .banner .swiper-pagination-bullet-active {
            background-color: #c8251d;
        }

        .banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
            margin: 0 15px;
        }

        .banner .swiper-slide.swiper-slide-active div p:first-child {
            -webkit-animation: fadeInDown 1.0s ease-out;
            animation: fadeInDown 1.0s ease-out;
            animation-delay: 0.4s;
            -webkit-animation-delay: 0.4s;
            animation-fill-mode: forwards;
            -webkit-animation-fill-mode: forwards;
        }

        .banner .swiper-button-next,
        .banner .swiper-button-prev {
            width: 50px;
            height: 53px;
            background-size: 25px 53px;
        }

        .banner .swiper-slide.swiper-slide-active div p:first-child {
            -webkit-animation: fadeInDown 1.0s ease-out;
            animation: fadeInDown 1.0s ease-out;
            animation-delay: 0.4s;
            -webkit-animation-delay: 0.4s;
            animation-fill-mode: forwards;
            -webkit-animation-fill-mode: forwards;
        }

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.banner .swiper-slide.swiper-slide-active div a {
    -webkit-animation: fadeInUp 1.0s ease-out;
    animation: fadeInUp 1.0s ease-out;
    animation-delay: 1.0s;
    -webkit-animation-delay: 1.0s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.banner .swiper-slide.swiper-slide-active div p:nth-child(2),
.banner .swiper-slide.swiper-slide-active div p:nth-child(3),
.banner .swiper-slide.swiper-slide-active div p:nth-child(4) {
    -webkit-animation: fadeInUp 1.0s ease-out;
    animation: fadeInUp 1.0s ease-out;
    animation-delay: 1.0s;
    -webkit-animation-delay: 1.0s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.plate > div {
    width: 33.33333%;
    float: left;
    overflow: hidden;
}

.plate-tit {
    height: 80px;
    box-sizing: border-box;
    padding-left: 10%;
    background: url(../img/dd.png) no-repeat 94% center;
    background-color: #f9f9f9;
    border-right: 1px solid #ddd;
    transition: all ease-out .2s;
    -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -ms-transition: all ease-out .2s;
}

    .plate-tit i {
        display: block;
        float: left;
        height: 80px;
        width: 90px;
        background-position: 0 0;
        transition: all ease-out .2s;
        -webkit-transition: all ease-out .2s;
        -moz-transition: all ease-out .2s;
        -ms-transition: all ease-out .2s;
    }

    .plate-tit span {
        float: left;
        line-height: 80px;
        font-size: 18px;
        color: #333;
    }

.plate > div:hover .plate-tit {
    background: url(../img/dds.png) no-repeat 94% center;
    background-color: #d82f27;
}

    .plate > div:hover .plate-tit i {
        background-position: -90px 0;
    }

    .plate > div:hover .plate-tit span {
        color: #fff;
    }

.plate1 .plate-tit i {
    background-image: url(../img/dz.png);
}

.plate2 .plate-tit i {
    background-image: url(../img/fa.png);
}

.plate3 .plate-tit i {
    background-image: url(../img/tg.png);
}

.plate3 .plate-tit {
    border-right: 0;
}

.plate-c1 {
    overflow: hidden;
    position: relative;
    background: #f7f7f7;
}

    .plate-c1 > div {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .plate-c1 > img {
        width: 100%;
        height: auto;
        padding-top: 250px;
    }

    .plate-c1 h4 {
        font-size: 24px;
        color: #333;
        text-align: center;
        margin-top: 15%;
        margin-bottom: 10px;
    }

    .plate-c1 p {
        text-align: center;
        font-size: 18px;
        color: #333;
    }

    .plate-c1 span {
        display: block;
        text-align: center;
        font-size: 16px;
        color: #666;
    }

.plate-box {
    position: relative;
}


/*.plate>div:hover .plate-c2{
	display: block;
}*/

.plate-c2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 10%;
    /*display: none;*/
    transition: all ease-out .4s;
    -webkit-transition: all ease-out .4s;
    -moz-transition: all ease-out .4s;
    -ms-transition: all ease-out .4s;
}

.plate > div:hover .plate-c2 {
    top: 0;
}

.plate-c2 h4 {
    font-size: 30px;
    color: #333;
    margin-bottom: 10px;
    margin-top: 20%;
}

.plate-c2 > p {
    font-size: 12px;
    color: #454545;
    line-height: 20px;
}

.plate-c2 > div {
    margin-top: 15%;
}

    .plate-c2 > div a {
        float: left;
        width: 48%;
        margin-right: 4%;
        margin-bottom: 10%;
    }

        .plate-c2 > div a:nth-child(2n) {
            margin-right: 0;
        }

        .plate-c2 > div a img {
            float: left;
            width: 32%;
            height: auto;
        }

        .plate-c2 > div a div {
            float: right;
            width: 65%;
        }

            .plate-c2 > div a div h5 {
                font-size: 16px;
                color: #333;
            }

            .plate-c2 > div a div span {
                display: block;
                font-size: 12px;
                line-height: 22px;
                height: 44px;
                overflow: hidden;
                color: #797878;
            }

.plate-c2 > a {
    display: block;
    width: 150px;
    color: #333;
    line-height: 40px;
    height: 40px;
    border-bottom: 1px solid #666;
    background: url(../img/xq.png) no-repeat 90px center;
    box-sizing: border-box;
    padding-left: 20px;
}

.case {
    width: 100%;
}

.case-l {
    width: 55%;
    overflow: hidden;
    float: left;
}

    .case-l a .ss {
        overflow: hidden;
        display: block;
        width: 100%;
        position: relative;
    }

    .case-l a {
        float: left;
        display: block;
        position: relative;
        width: 50%;
        padding-right: 13px;
        background: #fff;
        margin-bottom: 13px;
        box-sizing: border-box;
        overflow: hidden;
    }

        .case-l a .ss > img {
            width: 100%;
            height: auto;
            transition: all ease-out .3s;
            -webkit-transition: all ease-out .3s;
            -moz-transition: all ease-out .3s;
            -ms-transition: all ease-out .3s;
        }

        .case-l a:hover .ss > img {
            transform: scale(1.1, 1.1);
            -moz-transform: scale(1.1, 1.1);
            -webkit-transform: scale(1.1, 1.1);
            -ms-transform: scale(1.1, 1.1);
        }

        .case-l a i {
            transition: .5s;
            -webkit-transition: .5s;
            top: 0;
            left: 0;
            display: block;
            width: 100%;
            z-index: 99;
            height: 100%;
            position: absolute;
            background: #000;
            opacity: .5;
        }

        .case-l a em {
            transition: .5s;
            -webkit-transition: .5s;
            top: 50%;
            opacity: 1;
            filter: alpha(opacity=100);
            margin-top: -30px;
            left: 50%;
            margin-left: -30px;
            display: block;
            position: absolute;
            background: url(../img/tb.png) no-repeat;
            width: 60px;
            height: 60px;
            z-index: 100;
        }

        .case-l a:hover i,
        .case-l a:hover em,
        .case-l a:hover 否托 {
            opacity: 0;
            filter: alpha(opacity=0);
        }

.case-r {
    width: 45%;
    float: right;
}

    .case-r a > img {
        width: 100%;
        height: auto;
    }

    .case-r a:nth-child(1) {
        overflow: hidden;
        display: block;
        height: 345px;
    }

        .case-r a:nth-child(1) > img {
            float: left;
            width: 66%;
            position: relative;
        }

        .case-r a:nth-child(1) div {
            float: left;
            width: 34%;
            background-color: #cc0904;
            padding: 13% 5%;
            box-sizing: border-box;
        }

            .case-r a:nth-child(1) div span {
                transition: .5s;
                -webkit-transition: .5s;
                font-size: 30px;
                display: block;
                width: 170px;
                height: 107px;
                background: url(../img/1.png) no-repeat center bottom;
                color: #fff;
                text-align: center;
            }

        .case-r a:nth-child(1):hover div > span {
            text-indent: 20px;
            background: url("../img/1.png") no-repeat right bottom;
        }

    .case-r a:nth-child(2) {
        display: block;
        position: relative;
        height: auto;
        margin-top: 8px;
        box-sizing: border-box;
        overflow: hidden;
    }

        .case-r a:nth-child(2) > img {
            width: 100%;
            height: auto;
            transition: all ease-out .3s;
            -webkit-transition: all ease-out .3s;
            -moz-transition: all ease-out .3s;
            -ms-transition: all ease-out .3s;
        }

        .case-r a:nth-child(2):hover > img {
            transform: scale(1.1, 1.1);
            -moz-transform: scale(1.1, 1.1);
            -webkit-transform: scale(1.1, 1.1);
            -ms-transform: scale(1.1, 1.1);
        }

        .case-r a:nth-child(2) i {
            transition: .5s;
            -webkit-transition: .5s;
            top: 0;
            left: 0;
            display: block;
            width: 100%;
            z-index: 99;
            height: 100%;
            position: absolute;
            background: #000;
            opacity: .5;
        }

        .case-r a:nth-child(2):hover i,
        .case-r a:nth-child(2):hover em {
            opacity: 0;
            filter: alpha(opacity=0);
        }

        .case-r a:nth-child(2) em {
            transition: .5s;
            -webkit-transition: .5s;
            display: block;
            height: 66px;
            width: 100%;
            position: absolute;
            top: 50%;
            margin-top: -33px;
            z-index: 991;
        }

            .case-r a:nth-child(2) em img {
                height: 100%;
                width: auto;
                margin: 0 auto;
            }

.case {
    margin-top: 80px;
}

    .case h2 {
        text-align: center;
        font-size: 34px;
        color: #333;
        line-height: 40px;
    }

    .case p {
        text-align: center;
        font-size: 18px;
        color: #333;
        margin-bottom: 30px;
    }

.case_hot {
    /*position: relative;
	height: 803px;
	background: url(../img/case_bg.jpg) no-repeat center 50px;
	text-align: center;
	margin-left: 15px;
	background-size: 75%*/
    position: relative;
    background: url(../images/case_details_bg.jpg) no-repeat center top;
    text-align: center;
    margin-left: 15px;
    background-size: 75%;
    padding-top: 70%;
    transform: translateX(-48px);
    -moz-transform: translateX(-48px);
    -ms-transform: translateX(-48px);
    -webkit-transform: translateX(-48px);
}

.case_pic {
    /*width: 845px;
	height: 490px;*/
    /*text-align: center;
	padding-top: 50px;
	background: none;*/
    /*padding-top: 112px;
	margin-left: 154px;*/
    position: absolute;
    top: 6.9%;
    left: 15.2%;
    width: 70%;
    height: 57.2%;
}

    .case_pic img {
        width: 845px;
        height: 490px;
    }

.solution {
    min-width: 1300px;
    width: 100%;
    margin-top: 40px;
}

    .solution .swiper-container {
        width: 64%;
        padding: 0 18%;
        margin: 0 auto;
    }

    .solution img {
        width: 100%;
        height: auto;
    }

    .solution .swiper-slide {
        width: 100%;
        box-sizing: border-box;
        padding: 4%;
        background-color: #eff0f0;
    }

    .solution .swiper-button-next,
    .solution .swiper-button-prev {
        width: 44px;
        height: 44px;
        margin-top: -22px;
        background-size: 100% 100%;
    }

    .solution .swiper-button-prev,
    .solution .swiper-container-rtl .swiper-button-next {
        background-image: url(../img/left.png);
        left: 12%;
    }

    .solution .swiper-button-next,
    .solution .swiper-container-rtl .swiper-button-prev {
        background-image: url(../img/right.png);
        right: 12%;
    }

.solution-l {
    float: left;
    width: 55%;
}

    .solution-l em {
        display: block;
        font-size: 30px;
        color: #000000;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .solution-l h2 {
        font-size: 30px;
        color: #333;
        display: none;
    }

    .solution-l i {
        display: block;
        width: 140px;
        height: 1px;
        background-color: #999;
        margin-top: 2%;
    }

    .solution-l span {
        display: block;
        font-size: 16px;
        color: #333;
        margin-top: 5%;
        margin-bottom: 3%;
    }

    .solution-l p {
        font-size: 14px;
        color: #666;
        line-height: 24px;
        height: 72px;
        overflow: hidden;
    }

.solution-r {
    float: right;
    width: 42%;
}

.service-qy {
    margin-top: 70px;
   
}

    .service-qy h2 {
        font-size: 34px;
        color: #333;
        text-align: center;
    }

    .service-qy p {
        text-align: center;
        font-size: 18px;
        color: #333;
        margin-bottom: 30px;
    }

    .service-qy div a {
        float: left;
        width: 20%;
        height: 159px;
        box-sizing: border-box;
        border: 1px solid #ddd;
        overflow: hidden;
    }

        .service-qy div a img {
            transition: all ease-out .6s;
            -webkit-transition: all ease-out .6s;
            -moz-transition: all ease-out .6s;
            -ms-transition: all ease-out .6s;
        }

        .service-qy div a:hover img {
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
        }

        .service-qy div a img {
            width: 100%;
            height: auto;
        }

@media (min-width: 1500px) {
    .case-r a:nth-child(1) div {
        padding: 12.75% 5%;
    }
}

@media (min-width: 1600px) {
    .case-r a:nth-child(1) div {
        padding: 13% 5%;
    }
}

@media (min-width: 1700px) {
    .case-r a:nth-child(1) div {
        padding: 14% 5%;
    }
}


/*联系我们*/

.week_container {
    margin: 0 auto;
    padding: 0 12px;
    max-width: 1300px;
    min-width: 1024px;
}

.week_contact {
    width: 100%;
    min-width: 1024px;
}

.contact-ways {
    overflow: hidden;
}

    .contact-ways li {
        float: left;
        width: 33%;
        height: 340px;
        border-left: 1px solid #E9E9E9;
    }

        .contact-ways li:last-child {
            border-right: 1px solid #E9E9E9;
        }

.banner_contact {
    height: 600px;
    color: #FFFFFF;
    background: url(../img/contact/bn.jpg) no-repeat center;
    line-height: 50px;
    display: block;
    overflow: hidden;
    background-size: 100%;
}

    .banner_contact h1 {
        font-size: 50px;
        text-align: center;
        padding-top: 220px;
        padding-bottom: 20px;
    }

    .banner_contact h2 {
        font-size: 20px;
        text-align: center;
        font-weight: normal;
    }

    .banner_contact h3 {
        font-size: 18px;
        text-align: center;
        font-weight: normal;
    }

.banner_about {
    height: 700px;
    color: #FFFFFF;
    background: url(../img/about/about.jpg) no-repeat center;
    line-height: 50px;
    display: block;
    overflow: hidden;
    background-size: 100% 100%;
}

    .banner_about h1 {
        font-size: 55px;
        text-align: center;
        padding-top: 280px;
        padding-bottom: 20px;
    }

    .banner_about h2 {
        font-size: 20px;
        text-align: center;
        font-weight: normal;
    }

    .banner_about h3 {
        font-size: 18px;
        text-align: center;
        font-weight: normal;
    }

.case_txt h1 {
    font-size: 40px;
    text-align: center;
    padding-top: 140px;
    padding-bottom: 20px;
    color: #333;
}

.case_txt p {
    font-size: 15px;
    text-align: center;
    padding-bottom: 20px;
    color: #999;
}

.contact-ways li a,
.contact-ways li a:hover {
    display: block;
    padding: 58px 0;
    text-align: center;
    text-decoration: none;
}

.contact-ways li h4 {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin: 0;
    font-weight: 100;
}

.contact-ways li p.cway-txt {
    font-size: 30px;
    line-height: 50px;
    color: #121212;
}

.contact-ways li:hover p.cway-txt {
    color: #d82f27;
}

.contact-ways li a i {
    margin: 0 auto 20px;
    display: block;
    width: 100px;
    height: 100px;
    background-color: #f8f8f8;
    border-radius: 64px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.contact-ways li a:hover i {
    background-color: #d82f27;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.contact-ways li a i.i-phone {
    background-image: url(../img/contact/icon_phone.png);
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.contact-ways li a:hover i.i-phone {
    background-position: 0 -100px;
}

.contact-ways li a i.i-qq {
    background-image: url(../img/contact/icon_qq.png);
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.contact-ways li a:hover i.i-qq {
    background-position: 0 -100px;
}

.contact-ways li a i.i-mail {
    background-image: url(../img/contact/icon_mail.png);
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.contact-ways li a:hover i.i-mail {
    background-position: 0 -100px;
}

.week_weixin {
    background: url(../img/contact/bg_weixin.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    padding: 80px 0;
}

    .week_weixin h3 {
        margin: 0 auto;
        font-size: 32px;
        width: 60%;
        line-height: 1.75;
        text-align: center;
        color: #FFF;
        font-weight: normal;
    }

    .week_weixin p {
        margin: 0 auto 20px;
        font-size: 16px;
        width: 80%;
        line-height: 1.75;
        text-align: center;
        color: #eee;
    }

.week_weixin-p img {
    display: block;
    margin: 0 auto;
    width: 160px;
    height: 160px;
}

.week_weixin p span {
    display: inline-block;
    margin: 0 20px;
}

.week_map {
    position: relative;
    height: 600px;
    min-width: 1300px;
    margin-bottom: -5px;
}

.mark-info {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 25px 0;
    background: rgba(0,0,0,.5);
    color: #FFF;
    z-index: 3;
}

    .mark-info h4 {
        margin: 0;
        line-height: 36px;
        font-size: 26px;
        font-weight: normal;
    }

    .mark-info p {
        font-size: 16px;
        line-height: 32px;
    }


/*关于我们*/

.about {
    width: 90%;
    padding: 85px 0;
    text-align: center;
    margin: 0 auto;
}

    .about h1 {
        margin-bottom: 26px;
        color: #000;
        font-size: 30px;
    }

    .about h2 {
        margin-top: 20px;
        color: #666;
        font-size: 18px;
    }

    .about p,
    .about span {
        text-align: center;
        margin: auto;
        color: #333;
        line-height: 1.6;
    }

.about_menu a {
    display: inline-block;
    width: 122px;
    height: 56px;
    margin: 0 20px;
    line-height: 56px;
    color: #858585;
    cursor: pointer;
    font-size: 18px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.about_menu {
    text-align: center;
}

    .about_menu a.active,
    .about_menu a:hover {
        background: #f3f3f3;
        color: #333;
    }

.about_con > div {
    width: 100%;
    height: 500px;
    background-color: #f3f3f3;
    display: none;
}


/*改
	 */

.about01 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.about_scene {
    width: 90%;
    height: auto;
    margin: 0 auto;
}
/*end
	 */
.about_con > div:first-child {
    display: block;
}

.about_scene ul {
    width: 100%;
    margin: 40px auto;
}

.about_scene li {
    float: left;
    width: 33.3333%;
    position: relative;
}

    .about_scene li img {
        width: 100%;
        height: auto;
    }

    .about_scene li > div {
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background: rgba(0,0,0,.35);
        transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
    }

        .about_scene li > div:hover {
            background: rgba(0,0,0,0)
        }

.about_scene h2 {
    text-align: center;
    font-size: 30px;
    color: #333;
    margin-top: 50px;
}

.bd_top {
    margin: 104px auto;
    position: relative;
}

.bd_top {
    width: 90%;
    margin: 104px auto;
    *padding: 74px 0;
    position: relative;
}

.client_title {
    width: 320px;
    height: 100px;
    margin: auto;
    background: #fff;
    text-align: center;
}

    .client_title h2,
    .client_title aside {
        margin: 0;
        padding: 0;
    }

    .client_title h2 {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 6px;
        color: #333333;
    }

    .client_title aside {
        font-size: 16px;
        color: #525252;
    }

    .client_title span {
        display: block;
        margin-top: 20px;
        color: #bbb;
    }

#client ul {
    width: 100%;
    margin: 74px auto;
    overflow: hidden;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}

    #client ul li {
        float: left;
        width: 20%;
        /*height: 113px;*/
        border-right: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        text-align: center;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s;
        box-sizing: border-box;
        position: relative;
    }

        #client ul li a {
            display: block;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

            #client ul li a img {
                width: 100%;
                height: auto;
                transition: all 0.6s ease-in-out;
                -moz-transition: all 0.6s ease-in-out;
                -ms-transition: all 0.6s ease-in-out;
                -webkit-transition: all 0.6s ease-in-out;
            }

        #client ul li:hover {
            /*padding: 8px;*/
            background-color: #f6f6f6;
        }

            #client ul li:hover img {
                transform: scale(0.85);
                -moz-transform: scale(0.85);
                -ms-transform: scale(0.85);
                -webkit-transform: scale(0.85);
            }

/*news*/
#sooptions .contentfw {
    max-width: 1440px;
    min-width: 1180px;
    width: 74%;
    margin: 0 auto;
}

#container .contentfw {
    max-width: 90%;
    min-width: 1200px;
    padding-top: 50px;
    margin: 0 auto;
}

.recruitPosList li {
    margin-bottom: 12px;
    overflow: hidden;
}

    .recruitPosList li i {
        display: block;
        float: left;
        width: 2px;
        height: 18px;
        text-align: center;
        color: #fff;
        line-height: 18px;
        margin-right: 6px;
        font-size: 14px;
        background-color: #bf0000;
        border-radius: 3px;
    }

    .recruitPosList li a {
        display: block;
        float: left;
        width: 236px;
        line-height: 18px;
        color: #333;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .recruitPosList li:hover a {
        color: #bf0000;
    }

.recruitCon {
    width: auto;
    min-height: 500px;
}

.recruitPos {
    border-bottom: 1px solid #f1f1f1;
    padding: 30px;
}

.recruitTrade {
    padding: 30px;
    border-bottom: 1px solid #f1f1f1;
}

    .recruitTrade .recruitCheckList {
        border-radius: 3px;
        width: 234px;
        height: 14px;
        border: 1px solid #dedede;
        padding: 12px;
        position: relative;
        cursor: pointer;
    }

    .recruitTrade .recruitCheckText {
        padding-left: 8px;
        font-size: 14px;
        line-height: 14px;
        color: #545353;
    }

    .recruitTrade .recruitCheckIco {
        position: absolute;
        top: 16px;
        right: 16px;
        width: 9px;
        height: 5px;
        background: url(../images/check-ico.png);
        transform-origin: center center;
        -webkit-transform-origin: center center;
        -moz-transform-origin: center center;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

.recruitCheckList.on .recruitCheckIco {
    -moz-transform-origin: center center;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.recruitCheckList .selectList {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 210px;
    overflow: auto;
    z-index: 1;
    display: none;
    box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.2);
    margin-top: 1px;
}

.selectList li {
    text-align: left;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    margin-bottom: 0;
    background: #fff;
    padding-left: 30px;
}

    .selectList li:hover {
        background: #f1f1f1;
    }

    .selectList li.on {
        background: #979797;
        color: #fff;
    }

.recruitCheckList.on .selectList {
    display: block;
}

.recruitSearch {
    padding: 30px;
    border-bottom: 1px solid #f1f1f1;
}

.recruitSearchText {
    width: 218px;
    height: 14px;
    border-radius: 18px;
    border: 1px solid #dedede;
    padding: 10px 20px;
    position: relative;
}

    .recruitSearchText input {
        width: 200px;
        border: 0;
        outline: none;
        color: #545353;
    }

    .recruitSearchText .searchIco {
        position: absolute;
        top: 6px;
        right: 15px;
        width: 22px;
        height: 22px;
        background: url(../images/search-ico.png) no-repeat center center;
        cursor: pointer;
    }

.recruitCon .recruitConR {
    float: left;
    width: calc(100% - 320px);
    min-height: 634px;
    background: #ffffff;
    overflow: hidden;
}

.recruitConRCon {
    min-height: 500px;
}

.recruitConR .recruitmentList {
    min-width: 880px;
    height: auto;
    overflow: hidden;
}

.recruitmentList li {
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    height: 200px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

    .recruitmentList li:hover {
        background-color: #fff;
        box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.5);
    }

    .recruitmentList li:last-child {
        margin-bottom: 15px;
    }

    .recruitmentList li .picsBox {
        width: 260px;
        float: left;
        margin-left: 30px;
    }

    .recruitmentList li .pics {
        width: 260px;
        height: 200px;
        text-align: center;
        align-items: center;
        -webkit-align-items: center;
        display: table-cell;
        vertical-align: middle;
    }

    .recruitmentList li img {
        border-radius: 3px;
        float: none;
        max-width: 260px;
        max-height: 140px;
        border: 1px solid #f0f0f0;
    }

    .recruitmentList li a {
        width: 260px;
        height: 140px;
        color: #333;
        /*
        background-color: #f6f6f6*/
    }

.recruitmentItemFt {
    float: right;
    min-width: 520px;
    width: calc(100% - 360px);
    margin: 38px 40px 0 30px;
}

    .recruitmentItemFt .recruitmentHead {
        height: 18px;
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 26px;
    }

.recruitmentHeadL {
    float: left;
}

    .recruitmentHeadL .recruitmentMinTit {
        float: left;
        margin-right: 14px;
        color: #333;
        font-size: 18px;
    }

    .recruitmentHeadL .recruitmentSubTit {
        float: left;
        color: #999;
        font-size: 14px
    }

.recruitmentHeadR {
    float: right;
    color: #ff8a00;
}

.recruitmentCon {
    line-height: 22px;
    color: #999;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.recruitmentFoot {
    height: 14px;
    padding: 30px 0 0;
}

    .recruitmentFoot .recruitmentFootCon {
        float: left;
        height: 100%;
        line-height: 14px;
    }

.recruitmentFootCon .recruitmentCom {
    float: left;
    color: #666;
    margin-right: 30px;
}

.recruitmentFootCon .recruitmentNum {
    float: left;
    color: #999;
    font-size: 12px;
    background: url(../img/time.png) no-repeat left;
}

    .recruitmentFootCon .recruitmentNum span {
        color: #999;
        padding-left: 20px;
    }

.cooperateList {
    width: 1140px;
    padding: 20px;
}

    .cooperateList li {
        float: left;
        width: 122px;
        height: 90px;
        margin: 0 10px 10px;
    }

        .cooperateList li img {
            background: #f0f0f0;
            width: 110px;
            height: 53px;
            margin-bottom: 10px;
        }

        .cooperateList li a div {
            float: none;
            text-align: center;
            color: rgb(90, 90, 90);
            font-size: 13px;
            margin-left: 0px;
        }

            .cooperateList li a div span {
                color: rgb(168, 168, 168);
            }

.telBox {
    padding-top: 20px;
}

.recruitSearch .kf_tel {
    padding-left: 18px;
    font-size: 16px;
}

.recruitSearch .kf_qq {
    display: block;
    height: 40px;
}

.recruitSearch .telPhone {
    padding-left: 40px;
    padding-top: 5px;
}

.recruitSearch .kf_tel_img {
    /*padding-left: 20px;*/
    padding-top: 3px;
}

.recruitCon {
    /*width: 1180px;*/
    position: relative;
}

    .recruitCon .recruitConL {
        float: right;
        width: 320px;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        background: #fff;
        box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
    }

.recruitTit {
    height: 14px;
    font-size: 16px;
    line-height: 14px;
    color: #3f3f3f;
    margin: 20px 0;
}

.automw {
    background-color: #f1f1f1;
}

.telBox img {
    display: inline-block;
}

.pages {
    margin: 40px 0;
    padding: 20px;
}

    .pages a {
        border-radius: 2px;
        width: 56px;
        height: 36px;
        background: #fff;
        display: block;
        /*color: #a9a9a9;*/
        color: #666;
        line-height: 36px;
        text-align: center;
        font-family: Arial;
        float: left;
        margin-right: 5px;
        transition: background-color 0.2s ease-out;
        border: 1px solid #eee;
    }

        .pages a .prevPage {
            display: inline-block;
            width: 36px;
            height: 36px;
            overflow: hidden;
            background-repeat: no-repeat;
            background-image: url(../img/news/prev-page.png);
            background-position: center center;
        }

        .pages a .nextPage {
            display: inline-block;
            width: 36px;
            height: 36px;
            overflow: hidden;
            background-repeat: no-repeat;
            background-image: url(../img/news/next-page.png);
            background-position: center center;
        }

        .pages a.active,
        .pages a:hover:not(.active) {
            background: #d82f27 !important;
            color: #fff;
        }
/*新闻详情*/

.article-page {
    border-top: 1px dashed #ccc;
    padding-top: 30px;
    position: relative;
}

    .article-page a {
        float: left;
        color: #333;
    }

        .article-page a:last-child {
            float: right;
            text-align: right;
        }

.news-xq {
    padding: 30px 70px;
}

.news-tit h2 {
    font-size: 30px;
    color: #333;
    font-weight: bold;
    line-height: 100px;
}

.news-tit p {
    font-size: 14px;
    color: #999;
    line-height: 21px;
    margin-bottom: 20px;
    margin-top: 10px;
}

    .news-tit p span {
        margin-right: 15px;
    }

.details p {
    font-size: 16px;
    color: #333;
    text-indent: 2em;
    line-height: 30px;
}

.article-page a {
    width: 39%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 26px;
}

.article-page {
    margin-top: 50px;
    margin-bottom: 30px;
}

    .article-page a:nth-child(2) {
        margin: 0 auto;
        width: 108px;
        line-height: 26px;
        position: absolute;
        border: 1px solid #aaaaaa;
        display: block;
        text-align: center;
        color: #aaaaaa;
        border-radius: 40px;
        top: 32px;
        left: 50%;
        margin-left: -54px;
    }


/*产品中心*/

.product .tab li {
    float: left;
    line-height: 30px;
    margin-right: 5px;
    color: #ccc;
}

    .product .tab li a {
        display: block;
        padding: 0 24px;
        line-height: 30px;
        color: #acacac;
    }

    .product .tab li:hover a,
    .product .tab li.active a {
        background-color: #EF4136;
        color: #fff;
    }

.product {
    width: 90%;
    min-width: 1300px;
    margin: 60px auto 0;
}

.product-c {
    margin-top: 40px;
}

    .product-c a {
        float: left;
        /*width: 456px;*/
        width:24%;
        height: 456px;
        margin-right: 1.3333%;
        margin-bottom: 20px;
        position: relative;
        overflow: hidden;
    }

        .product-c a:nth-child(3n) {
            margin-right: 0;
        }

        .product-c a > img {
            width: 100%;
            height: auto;
        }

        .product-c a div {
            position: absolute;
            bottom: 0px;
            left: 0px;
            top: 0px;
            right: 0px;
            width: 100%;
            background-color: rgba(0,0,0,0);
            box-sizing: border-box;
            transition: all ease .5s;
            -webkit-transition: all ease .5s;
            -moz-transition: all ease .5s;
            -ms-transition: all ease .5s;
        }

            .product-c a div > h4 {
                font-size: 16px;
                color: #fff;
                text-overflow: ellipsis;
                white-space: nowrap;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%);
                transition: all 0.6s ease-in-out;
                -moz-transition: all 0.6s ease-in-out;
                -ms-transition: all 0.6s ease-in-out;
                -webkit-transition: all 0.6s ease-in-out;
                opacity: 0;
            }


        .product-c a h4 span,
        .product-c a h4 em {
            position: absolute;
            display: block;
            width: 120%;
            height: 275%;
            font-size: 14px;
            white-space: unset !important;
            transform: translate(-9%,-30%);
            -moz-transform: translate(-9%,-30%);
            -webkit-transform: translate(-9%,-30%);
            -ms-transform: translate(-9%,-30%);
        }

            .product-c a h4 span::before {
            }


            .product-c a h4 span::before,
            .product-c a h4 span::after,
            .product-c a h4 em::before,
            .product-c a h4 em::after {
                content: '';
                display: block;
                width: 1px;
                height: 1px;
                background: #fff;
                position: absolute;
                opacity: 0;
                animation-delay: .2s;
            }
        .product-c a:hover div {
            background-color: rgba(0,0,0,0.3);
        }

        .product-c a:hover h4 {
            opacity: 1
        }

            .product-c a:hover h4 span::before {
                animation-delay: 0.5s;
                animation: jtLeft linear 1s forwards;
                top: 0;
            }

            .product-c a:hover h4 span::after {
                animation-delay: 0.5s;
                animation: jtRight linear 1s forwards;
                bottom: 0;
            }

            .product-c a:hover h4 em::before {
                animation-delay: 0.5s;
                animation: jtTop linear 1s forwards;
                left: 0;
            }

            .product-c a:hover h4 em::after {
                animation-delay: 0.5s;
                animation: jtBottom linear 1s forwards;
                right: 0;
            }


@keyframes jtLeft {
    0% {
        opacity: 0;
        width: 0;
        left: -50%;
    }

    50% {
        opacity: 1;
        width: calc(100% + 0px);
        left: 0;
    }

    100% {
        opacity: 0;
        width: 50%;
        left: 100%;
    }
}

@keyframes jtRight {
    0% {
        opacity: 0;
        width: 0;
        right: -50%;
    }

    50% {
        opacity: 1;
        width: calc(100% + 0px);
        right: 0;
    }

    100% {
        opacity: 0;
        width: 50%;
        right: 100%;
    }
}

@keyframes jtTop {
    0% {
        opacity: 0;
        height: 0;
        top: -50%;
    }

    50% {
        opacity: 1;
        height: calc(100% + 0px);
        top: 0;
    }

    100% {
        opacity: 0;
        height: 50%;
        top: 100%;
    }
}

@keyframes jtBottom {
    0% {
        opacity: 0;
        height: 0;
        bottom: -50%;
    }

    50% {
        opacity: 1;
        height: calc(100% + 0px);
        bottom: 0;
    }

    100% {
        opacity: 0;
        height: 50%;
        bottom: 100%;
    }
}

















/*案例详情*/
#case {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

    #case .floor2 {
        background-color: #2b2b2b;
    }

.case_t {
    width: 100%;
    height: 340px;
    border-bottom: 1px solid #3a3a3a;
}

.case_Tcen {
    height: 142px;
    padding-top: 200px;
    background: url(../images/case_Tline.png) no-repeat bottom;
    text-align: center;
}

    .case_Tcen h2 {
        color: #c70c1f;
        font-size: 36px;
        font-weight: bold;
        line-height: 100%;
    }

    .case_Tcen h3 {
        color: #a3a3a3;
        font-size: 15px;
        padding-top: 20px;
    }

.case_load {
    height: 48px;
    padding: 48px 0 94px;
    text-align: center;
}

    .case_load a {
        color: #575757;
        font-size: 18px;
        background-color: #0e0e0e;
        padding: 11px 40px;
        line-height: 48px;
        border-radius: 24px;
        text-align: center;
    }

        .case_load a span {
            font-family: "宋体";
            margin-left: 14px;
        }

        .case_load a:hover,
        .case_load a:hover span {
            color: #FFF;
        }

#case .wedo_select {
    padding-top: 20px;
    margin-bottom: 40px;
}

.case_l {
    width: 61%;
    padding: 3% 2.5% 5% 2.5%;
    min-height: 1000px;
    background-color: #e9e9e9;
}

    .case_l img {
        width: 100%;
        display: block;
    }

.case_r {
    position: fixed;
    top: 3%;
    right: 0;
    width: 30%;
    padding: 5% 2% 0 2%;
}

.case_con {
    color: #666;
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 16px;
    padding-top: 42px;
    border-bottom: 1px dotted #d9d9d9;
}

.case_infor {
    font-size: 14px;
    line-height: 30px;
    padding: 14px 0;
    border-bottom: 1px dotted #d9d9d9;
}

.case_wd1 {
    width: 8%;
    color: #484848;
}

.case_wd2 {
    width: 92%;
    color: #666;
}

    .case_wd2 a {
        color: #666;
    }

.case_click {
    height: 54px;
    padding-top: 14px;
}

    .case_click a {
        display: inline-block;
        float: left;
        background-image: url(../img/product/case_clickimg.png);
        width: 54px;
        height: 54px;
        margin-right: 10px;
    }

.case_click1 {
    background-position: 0 0;
}

.case_click2 {
    background-position: -64px 0;
}

.case_click3 {
    background-position: -129px 0;
}

.case_click1:hover {
    background-position: 0 -59px;
}

.case_click2:hover {
    background-position: -64px -59px;
}

.case_click3:hover {
    background-position: -129px -59px;
}

.case_logo img {
    width: 40%;
    display: block;
    margin: 0 auto;
}

.case_l div h4 {
    font-size: 26px;
    color: #333;
    text-align: center;
    margin-bottom: 10px;
}

.case_l div p {
    font-size: 14px;
    line-height: 24px;
    text-indent: 2em;
    margin-bottom: 10px;
}

.case_l div img {
    width: 100%;
    height: 100%;
}


/*关键词排名*/

.seo > div {
    overflow: hidden;
}

.seo-ys,
.seo-cj {
    width: 100%;
    min-width: 1300px;
    background-color: #f5f5f5;
}

    .seo-ys > div,
    .seo-cj > div {
        width: 1200px;
        margin: 0 auto;
    }

    .seo-ys ul li {
        float: left;
        width: 585px;
        margin-right: 30px;
        margin-bottom: 35px;
    }

        .seo-ys ul li:nth-child(2n) {
            margin-right: 0;
        }

        .seo-ys ul li i {
            float: left;
            width: 60px;
        }

            .seo-ys ul li i img {
                width: 100%;
                height: auto;
            }

        .seo-ys ul li div {
            float: right;
            width: 500px;
        }

            .seo-ys ul li div h4 {
                font-size: 16px;
                color: #333;
                margin-bottom: 5px;
            }

            .seo-ys ul li div p {
                font-size: 14px;
                color: #666;
                line-height: 22px;
                height: 44px;
                overflow: hidden;
            }

.seo h2 {
    font-size: 24px;
    color: #333;
    line-height: 30px;
    padding-left: 10px;
    border-left: 3px solid #d82f27;
    margin-bottom: 30px;
    margin-top: 40px;
}

.seo-gn {
    background-color: #fff;
}

.seo-cj ul {
    margin-bottom: 40px;
}

.seo-cj li {
    float: left;
    width: 280px;
    margin-right: 26.666px;
    background-color: #fff;
    overflow: hidden;
    height: 360px;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
    padding: 0 20px;
}

    .seo-cj li i {
        display: block;
        margin: 50px 0;
    }

        .seo-cj li i img {
            height: 65px;
            width: auto;
            margin: 0 auto;
        }

    .seo-cj li:last-child {
        margin-right: 0;
    }

    .seo-cj li h4 {
        text-align: center;
        font-size: 16px;
        color: #333;
        margin-bottom: 5px;
    }

    .seo-cj li p {
        font-size: 14px;
        color: #999;
    }

.seo-al > div {
    width: 1200px;
    margin: 0 auto;
}

.seo-al ul li {
    float: left;
    width: 280px;
    margin-right: 26.666px;
    box-sizing: border-box;
    overflow: hidden;
    height: 202px;
    border: 1px solid #e8e8e8;
}

    .seo-al ul li:last-child {
        margin-right: 0;
    }

    .seo-al ul li div {
        overflow: hidden;
        height: 200px;
    }

        .seo-al ul li div i img {
            display: block;
            margin: 20px 0 10px;
        }

        .seo-al ul li div img {
            width: 100%;
            height: auto;
        }

        .seo-al ul li div span {
            display: block;
            text-align: center;
            font-size: 16px;
            color: #333;
            padding-bottom: 20px;
        }

        .seo-al ul li div:first-child {
            transition: all ease-out .3s;
            -webkit-transition: all ease-out .3s;
            -moz-transition: all ease-out .3s;
            -ms-transition: all ease-out .3s;
        }

    .seo-al ul li:hover div:first-child {
        margin-top: -200px;
    }

    .seo-al ul li div:last-child {
        background-color: #fafafa;
    }

        .seo-al ul li div:last-child h4 {
            text-align: center;
            line-height: 30px;
            font-size: 16px;
            color: #333;
            margin-top: 25px;
            margin-bottom: 10px;
        }

        .seo-al ul li div:last-child p {
            padding: 0 15px;
            font-size: 14px;
            color: #999;
        }

.seo-al ul {
    margin-bottom: 40px;
}


/*关键词霸屏*/

.qtb-tit h4 {
    text-align: center;
    color: #d82f27;
    font-size: 30px;
    line-height: 42px;
    padding-bottom: 8px;
    font-weight: normal;
    margin-top: 60px;
}

.qtb-tit em {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #666;
    line-height: 28px;
    font-weight: bold;
    padding-top: 10px;
}

.qtb-tit p {
    text-align: center;
    font-size: 16px;
    color: #666;
    line-height: 28px;
}

.qtb-tit i {
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 3px 0;
    color: #d82f27;
}

.t-main {
    width: 100%;
    min-width: 1300px;
}

    .t-main > ul {
        width: 1200px;
        margin: 80px auto 0;
    }

        .t-main > ul li {
            float: left;
            width: 380px;
            margin-right: 30px;
            background-color: #fff;
            border: 1px solid #eaeaea;
            box-sizing: border-box;
            -moz-box-shadow: 0px 0 15px rgba(0, 0, 0, .1);
            -webkit-box-shadow: 0px 0 15px rgba(0, 0, 0, .1);
            box-shadow: 0 0px 15px rgba(0, 0, 0, .1);
            overflow: hidden;
        }

            .t-main > ul li:last-child {
                margin-right: 0;
            }

.li-t h4 {
    color: #333;
    font-size: 28px;
    line-height: 28px;
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
}

.pri {
    line-height: 30px;
    padding: 20px 0;
    text-align: center;
}

    .pri p {
        color: #d82f27;
        font-size: 14px;
    }

        .pri p b {
            font-size: 30px;
        }

    .pri del {
        font-size: 12px;
    }

.li-t a {
    width: 178px;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 16px;
    background-color: #aaaaaa;
    line-height: 44px;
    margin: 0 auto;
}

.li-b {
    padding: 15px 40px;
    border-top: 1px solid #ddd;
    margin-top: 40px;
}

    .li-b p {
        color: #333;
        font-size: 14px;
        line-height: 30px;
        padding-left: 24px;
        background: url(../img/seo/edm_6.png) no-repeat left center;
    }

.seo-main-w {
    width: 1200px;
    margin: 0 auto;
}

.seo-main-w {
    margin-top: 80px;
}

    .seo-main-w .tit h4 {
        text-align: center;
        color: #333;
        font-size: 30px;
        line-height: 42px;
        padding-bottom: 8px;
    }

    .seo-main-w .tit p {
        text-align: center;
        font-size: 14px;
        text-align: center;
        color: #999;
    }

    .seo-main-w li {
        float: left;
        width: 400px;
        box-sizing: border-box;
        padding: 40px 20px;
    }

    .seo-main-w ul {
        margin-top: 30px;
    }

.li-img {
    height: 60px;
    margin-bottom: 20px;
}

    .li-img img {
        height: 100%;
        width: auto;
        margin: 0 auto;
    }

.li-tex h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
    text-align: center;
    color: #333;
    margin-bottom: 5px;
}

.li-tex p {
    font-size: 14px;
    line-height: 22px;
    min-height: 66px;
    text-align: center;
}

.seo-main-f {
    text-align: center;
    height: 380px;
    background: url(../img/seo/17seo-7.jpg) no-repeat center center;
    text-align: center;
}

    .seo-main-f .tit {
        padding-top: 75px;
    }

        .seo-main-f .tit h4 {
            color: #fff;
            font-size: 30px;
            line-height: 42px;
            padding-bottom: 8px;
            font-weight: normal;
        }

        .seo-main-f .tit p {
            font-size: 18px;
            color: #fff;
            line-height: 30px;
            text-align: center;
        }

.btn-stand {
    width: 178px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    background-color: #d82f27;
    line-height: 44px;
}

.seo-main-f a {
    width: 200px;
    margin: 0 10px;
    border: 1px solid #d82f27;
}

    .seo-main-f a:last-child {
        background-color: inherit;
        border-color: #fff;
    }

.seo-main-f .btn {
    margin-top: 40px;
}


/*云官网*/

.Cloud {
    background: url(../img/website/Cloud_banner.jpg) no-repeat center top;
    min-width: 1300px;
    background-size: 100%;
    margin-top: 80px;
}

.Cloud_main {
    height: 640px;
}

.Cloud_banner_max_tit {
    height: 64px;
    text-align: center;
    color: #ffffff;
    font-size: 48px;
    font-weight: bold;
    padding: 90px 0 25px 0;
}

.Cloud_banner_min_tit {
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
}

.Cloud_banner_button {
    width: 320px;
    height: 43px;
    margin: 0 auto;
    position: relative;
    left: 0;
    right: 0;
    top: 35px;
}

.banner_button {
    width: 400px;
    height: 53px;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 33px;
}

.button1 {
    width: 140px;
    height: 43px;
    line-height: 43px;
    background: #ffd200;
}

.button2 {
    width: 138px;
    height: 41px;
    line-height: 41px;
    border: 1px solid #FFF;
}

.Cloud_banner_button a {
    display: block;
    float: left;
    margin: 0 10px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    border-radius: 3px;
    overflow: hidden;
}

.Cloud_main span {
    width: 920px;
    height: 330px;
    margin: 0 auto;
    display: block;
    margin-top: 64px;
    overflow: hidden;
}

    .Cloud_main span img {
        width: 100%;
        height: auto;
    }

.Cloudmode {
    margin-bottom: 130px;
}

.Cloudmode_main {
    height: 648px;
}

.Cloudmode_main_tit {
    text-align: center;
    color: #333333;
    font-size: 32px;
    padding-top: 105px;
    padding-bottom: 50px;
}

.Cloudmode_list {
    overflow: hidden;
    background: #fafafa;
}

.Cloudmode_list_div {
    width: 1180px;
    margin: 0 auto;
    background: #ffffff;
    overflow: hidden;
    padding: 0 10px;
}

.Cloudmode_pic {
    width: 275px;
    float: left;
    margin: 0 10px;
    position: relative;
}

    .Cloudmode_pic span {
        width: 275px;
        height: 306px;
        display: block;
        overflow: hidden;
    }

.Cloudmode_em {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 306px;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
}

.Cloudmode_yuanmax {
    position: absolute;
    top: 50%;
    margin-top: -70px;
    left: 50%;
    margin-left: -70px;
    z-index: 3;
}

.Cloudmode_yuan {
    width: 140px;
    height: 140px;
    background: rgba(57, 177, 235, 0.9);
    border-radius: 50%;
    overflow: hidden;
}

.Cloudmode_yuanico {
    width: 36px;
    height: 36px;
    margin: 0 auto;
    margin-top: 30px;
}

.Cloudmode_yuantext {
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    display: block;
    margin-top: 15px;
}

.Clyuan_cur1 {
    background: rgba(96, 185, 88, 0.8);
}

.Clyuan_cur2 {
    background: rgba(255, 128, 92, 0.8);
}

.Clyuan_cur3 {
    background: rgba(136, 63, 182, 0.8);
}

.Cloudmode_yuanmax1 {
    width: 100%;
    height: 306px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
    background: rgba(57, 177, 235, 0.8);
    display: none;
}

.Cloudmode_yuanmax2 {
    background: rgba(96, 185, 88, 0.9);
}

.Cloudmode_yuanmax3 {
    background: rgba(255, 128, 92, 0.9);
}

.Cloudmode_yuanmax4 {
    background: rgba(136, 63, 182, 0.9);
}

.Cloudmode_Top_tit {
    margin: 0 20px;
    height: 79px;
    border-bottom: 1px solid rgba(235, 228, 228, 0.6);
    margin-bottom: 30px;
}

.Cloudmode_tit_img {
    width: 30px;
    height: 30px;
    overflow: hidden;
    float: left;
    margin: 25px 10px 0 0;
}

    .Cloudmode_tit_img img {
        width: 100%;
    }

.Cloudmode_tit_text {
    display: block;
    font-size: 20px;
    line-height: 79px;
    color: #ffffff;
    overflow: hidden;
}

.Cloudmode_Top_con1 {
    position: relative;
    width: 235px;
    height: 131px;
    margin: 0 auto;
    background: url(../img/website/PK_img1.png) no-repeat;
    background-position: 50px;
}

.Cloudmode_Top_con2 {
    position: relative;
    width: 235px;
    height: 131px;
    margin: 0 auto;
    background: url(../img/website/PK_img2.png) no-repeat;
    background-position: 50px;
}

.Cloudmode_Top_con3 {
    position: relative;
    width: 235px;
    height: 131px;
    margin: 0 auto;
    background: url(../img/website/PK_img3.png) no-repeat;
    background-position: 50px;
}

.Cloudmode_Top_con4 {
    position: relative;
    width: 235px;
    height: 131px;
    margin: 0 auto;
    background: url(../img/website/PK_img4.png) no-repeat;
    background-position: 50px;
}

.Cloudmode_Top_con_text1,
.Cloudmode_Top_con_text2 {
    overflow: hidden;
}

.Cloudmode_Top_con_text2 {
    position: absolute;
    bottom: 0px;
}

.Cur_text1eml,
.Cur_text1fontl {
    width: 60px;
    float: left;
    margin-right: 30px;
    font-size: 14px;
    display: block;
}

.Cur_text1eml,
.Cur_text1emr {
    color: #fffc00;
}

.Cur_text1fontl,
.Cur_text1fontr {
    color: #ffffff;
}

.Cur_text1emr,
.Cur_text1fontr {
    overflow: hidden;
    width: 145px;
    font-size: 14px;
    display: block;
}

.Cloud_Hundred {
    background: url(../img/website/Cloud_banner1.jpg);
}

.Hundred_main {
    width: 1200px;
    margin: 0 auto;
    height: 500px;
    overflow: hidden;
}

.Hundred_left {
    float: left;
    margin-left: 50px;
    margin-right: 143px;
    padding-top: 166px;
}

.Hundred_titmax {
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 10px;
}

.Hundred_titmin {
    font-size: 14px;
    line-height: 28px;
    color: #ffffff;
    display: block;
}

.Hundred_butotn {
    width: 145px;
    height: 45px;
    background: #ffd200;
    border-radius: 3px;
    overflow: hidden;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    color: #ffffff;
    line-height: 45px;
    margin-top: 40px;
}

.Hundred_right {
    overflow: hidden;
    width: 592px;
    height: 532px;
    margin-top: -7px;
}

.DIY_mian {
    width: 1200px;
    margin: 0 auto;
    height: 525px;
    overflow: hidden;
}

.DIY_left {
    width: 525px;
    height: 370px;
    float: left;
    margin-left: 40px;
    margin-top: 90px;
}

    .DIY_left img {
        width: 100%;
    }

.DIY_right {
    margin-right: 60px;
    float: right;
}

.DIY_titmax {
    font-size: 28px;
    color: #333333;
    text-align: right;
    display: block;
    padding-top: 200px;
    margin-bottom: 38px;
}

.DIY_titmin {
    font-size: 14px;
    color: #333;
    text-align: right;
    display: block;
    margin-bottom: 5px;
}

.Cloud_Six {
    background-color: #f5f5f5;
}

.Six_mian {
    height: 520px;
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}

.Six_left {
    float: left;
    margin-left: 50px;
}

.Six_right {
    float: right;
    width: 430px;
    height: 340px;
    overflow: hidden;
    margin-top: 115px;
    margin-right: 60px;
}

    .Six_right img {
        width: 100%;
    }

.Six_titmax {
    font-size: 28px;
    color: #333333;
    padding-top: 180px;
    margin-bottom: 35px;
}

.Six_titmin {
    font-size: 14px;
    line-height: 22px;
    color: #777777;
    display: block;
    margin-bottom: 5px;
}

.Plugin_main {
    height: 530px;
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}

.Plugin_left {
    width: 640px;
    height: 390px;
    margin-top: 95px;
    margin-left: 30px;
    float: left;
}

    .Plugin_left img {
        width: 100%;
    }

.Plugin_titmax {
    font-size: 28px;
    color: #333333;
    text-align: right;
    display: block;
    padding-top: 200px;
    margin-bottom: 38px;
}

.Plugin_titmin {
    font-size: 14px;
    color: #777777;
    text-align: right;
    display: block;
    margin-bottom: 5px;
}

.Plugin_right {
    margin-right: 60px;
    float: right;
}

.Six_mian {
    height: 520px;
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}

.Six_left {
    float: left;
    margin-left: 50px;
}

.Six_right {
    float: right;
    width: 430px;
    height: 340px;
    overflow: hidden;
    margin-top: 115px;
    margin-right: 60px;
}

    .Six_right img {
        width: 100%;
    }

.Six_titmax {
    font-size: 28px;
    color: #333333;
    padding-top: 180px;
    margin-bottom: 35px;
}

.Six_titmin {
    font-size: 14px;
    line-height: 22px;
    color: #777777;
    display: block;
    margin-bottom: 5px;
}

.SEO_right {
    float: right;
    width: 525px;
    height: 335px;
    overflow: hidden;
    margin-top: 115px;
    margin-right: 60px;
}

    .SEO_right img {
        width: 100%;
    }

.DIY_mian {
    height: 525px;
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}

.DIY_left {
    width: 525px;
    height: 370px;
    float: left;
    margin-left: 40px;
    margin-top: 90px;
}

    .DIY_left img {
        width: 100%;
    }

.DIY_right {
    margin-right: 60px;
    float: right;
}

.DIY_titmax {
    font-size: 28px;
    color: #333333;
    text-align: right;
    display: block;
    padding-top: 200px;
    margin-bottom: 38px;
}

.DIY_titmin {
    font-size: 14px;
    color: #777777;
    text-align: right;
    display: block;
    margin-bottom: 5px;
}

.App_left {
    float: left;
    width: 558px;
    height: 390px;
    margin-top: 60px;
    margin-left: 60px
}


/*小程序*/

.Extremely_banner {
    min-width: 1300px;
    background: url(../img/website/Extremely_banner.jpg) no-repeat center top;
    background-size: 100%;
}

.Extremely_banner_main {
    height: 820px;
}

    .Extremely_banner_main strong,
    .Extremely_banner_main p,
    .Extremely_banner_main em {
        color: #fff;
        display: block;
        text-align: center;
    }

    .Extremely_banner_main strong {
        font-size: 24px;
        padding-top: 95px;
    }

    .Extremely_banner_main p {
        font-size: 50px;
    }

    .Extremely_banner_main em {
        font-size: 14px;
        padding-top: 10px;
    }

.Extremely_img {
    width: 895px;
    height: 513px;
    margin: 0 auto;
}

.banner_button {
    width: 400px;
    height: 53px;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 33px;
}

    .banner_button a {
        display: block;
        float: left;
        margin: 0 10px;
        border-radius: 3px;
        color: #FFF;
        text-align: center;
        font-size: 14px;
    }

.Small_tedian,
.Shelves,
.Placeorder {
    background-color: #f5f5f5;
}

.Small_tedian_mian {
    width: 1200px;
    margin: 0 auto;
}

.max_Small,
.min_Liuhe,
.Demon_main {
    width: 1200px;
    margin: 0 auto;
}


/*微圈*/

.Header {
    min-width: 1300px;
}

.Header_via {
    margin: 0 auto 40px;
}

.Header_text {
    margin: 0 auto;
}

.Header_title {
    margin: 0 auto 30px;
}

.Header_via img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
}

.Main_title {
    margin: 0 auto 60px;
}

.Main_Int {
    margin: 0 auto 150px;
}

.Scene {
    margin: 0 auto;
}

.Main_title3 {
    margin-top: 260px;
    margin-bottom: 80px;
}

.Operating_main {
    margin: 0 auto;
}

.Functionmainmax {
    margin: 0 auto;
}

.Cgi {
    margin: 0 auto;
}

.Cgibg {
    margin-top: 80px;
}

.Caseshow_bg:hover > a:last-child {
    display: block !important;
}

.Caseshow_er span {
    margin: 160px auto 0;
}

.Caseshow {
    margin: 0 auto 40px;
}

.Tool_Box {
    background-color: #fff;
}


/*朋友圈*/

.hero-index .hero-index-bg {
    background-image: url(../img/website/hero_index.jpg);
}

.hero-content {
    width: 100%;
}

.hero .container {
    padding-top: 0;
}

.hero-title {
    font-weight: normal;
}

.overview .dsp-source {
    background-image: url(../img/website/overview_bg.jpg);
}

    .overview .dsp-source .dsp-source-list li .icon {
        background-image: url(../img/website/icon-all.png);
        background-image: -webkit-image-set(url(../img/website/icon-all.png) 1x, url(../img/website/icon-all@2x.png) 2x);
        background-repeat: no-repeat;
    }

    .overview .dsp-source .dsp-source-light {
        background: url(../img/website/overview_light.png) no-repeat center center transparent;
        background-image: -webkit-image-set(url(../img/website/overview_light.png) 1x, url(../img/website/overview_light@2x.png) 2x);
    }

.overview .management .management-list li .icon {
    display: inline-block;
    background-image: url(../img/website/icon-all.png);
    background-image: -webkit-image-set(url(../img/website/icon-all.png) 1x, url(../img/website/icon-all@2x.png) 2x);
    background-repeat: no-repeat;
}

.reservation_400 .reservation-con .rereservation-phone .icon-phone {
    background-image: url(../img/website/icon-all.png);
    background-image: -webkit-image-set(url(../img/website/icon-all.png) 1x, url(../img/website/icon-all@2x.png) 2x);
}

.overview .effect .effect-container .effect-pic.pic2 {
    background-image: url(../img/website/effect2.png);
    background-image: -webkit-image-set(url(../img/website/effect2.png) 1x, url(../img/website/effect2@2x.png) 2x);
}

.solution-r img {
    /*width: 473px;*/
    height: 329px;
}


/*首页改*/

.ss > div font {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #ffffff;
}

.address {
    padding: 20px 0px;
}

    .address a {
        color: #333333;
    }


/*侧边栏*/
/*.side{
	width: 180px;
	height: 270px;
	position: fixed;
	right: 0px;
	top: 20%;
	z-index: 99;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(0,0,0,.5);
}
.side div:first-child{
	width: 100%;
	height: 40px;
	background: #f26c63;
	color: #FFFFFF;
	line-height: 40px;
	text-indent: 1em;
}
.side div:first-child span:last-child{
	float: right;
	display: block;
	width: 30px;
	height: 40px;
	font-size: 16px;
	cursor: pointer;
	text-align: center;
	text-indent: 0px;
}
.side div:nth-child(2){
	margin-top: 10px;
}
.side a{
	display: block;
	width: 100px;
	height: 30px;
	font-size: 16px;
	background: url(../img/ico/zxkfqq.png) no-repeat left;
	background-size:auto 100%;
	line-height: 30px;
	margin-top: 10px;
	color: #333333;
	margin: 0 auto;
	text-align: right;
}
.side div:last-child{
	color: #333333;
	padding: 10px 12px;
	font-size: 12px;
}*/
.lanrenzhijia-cs {
    background: rgba(255,0,0, 0.9);
    position: fixed;
    top: 70%;
    right: 1px;
    _position: absolute;
    z-index: 999;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#E5333333', endColorstr='#E5333333');
}

    .lanrenzhijia-cs a {
        color: #00A0E9;
    }

        .lanrenzhijia-cs a:hover {
            color: #ff8100;
            text-decoration: none;
        }

    .lanrenzhijia-cs .floatL {
        width: 36px;
        float: left;
        position: relative;
        z-index: 1;
    }

        .lanrenzhijia-cs .floatL a {
            font-size: 0;
            text-indent: -999em;
            display: block;
        }

    .lanrenzhijia-cs .floatR {
        width: 210px;
        float: left;
        padding: 5px;
        overflow: hidden;
    }

        .lanrenzhijia-cs .floatR .cn {
            background: #F7F7F7;
        }

    .lanrenzhijia-cs .cn h3 {
        font-size: 14px;
        color: #333;
        font-weight: 600;
        line-height: 24px;
        padding: 5px
    }

    .lanrenzhijia-cs .cn ul {
        padding: 0 0 0 8px;
    }

        .lanrenzhijia-cs .cn ul li {
            line-height: 38px;
            height: 38px;
            border-bottom: solid 1px #E6E4E4;
            overflow: hidden;
        }

            .lanrenzhijia-cs .cn ul li span {
                color: #000000;
                font-size: 16px;
            }

            .lanrenzhijia-cs .cn ul li img {
                display: inline-block !important;
                vertical-align: middle;
            }

    .lanrenzhijia-cs .btnOpen, .lanrenzhijia-cs .btnCtn {
        position: relative;
        z-index: 9;
        top: 0;
        left: 0;
        background-image: url(../img/ico/lanrenzhijia.png);
        background-repeat: no-repeat;
        display: block;
        width: 20px;
        height: 146px;
        padding: 8px;
    }

    .lanrenzhijia-cs .btnOpen {
        background-position: 0px 0;
    }

    .lanrenzhijia-cs .btnCtn {
        background-position: -35px 0;
    }

    .lanrenzhijia-cs ul li.top {
        border-bottom: solid #ACE5F9 1px;
    }

    .lanrenzhijia-cs ul li.bot {
        border-bottom: none;
    }

.case_hot .case_pic_phone {
    width: 34%;
    height: 70%;
    position: absolute;
    background: url(../images/case_details_phone.png) no-repeat center top;
    right: 0px;
    top: 23%;
    background-size: 100%;
    z-index: 6;
}

    .case_hot .case_pic_phone .phone_box {
    position: absolute;
    top: 11%;
    left: 20.1%;
    right: 19.1%;
    bottom: 18.2%;
    }
