@charset "utf-8";

/* CSS Document */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wewweb {
    height: 100%;
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
}

.header {
    /*! height: 500px; */
    width: 100%;
    margin: auto;
}

.headercent {
    margin: auto;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.headercent img {
    width: 100%;
    min-width: 1200px;
    cursor: pointer;
}

.headerbg {

}

.tab1 {
    display: none;
}

.wewpresent {
    margin: 0 auto;
    text-align: center;
    min-width: 1200px;
    overflow: hidden;
}

.content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.h4 {
    font-size: 26px;
    color: #333;
}

.p1 {
    font-size: 18px;
    color: #999;
    line-height: 30px;
    height: 40px;
}

.p2 {

    line-height: 35px;
    font-size: 16px;
    padding-right: 35px;
    padding-top: 35px;
    text-indent: 32px;
    text-align: left;
}

/*功能介绍*/
.title {
    width: 1200px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
}

.title img {
    text-align: center;
}

@keyframes animatedleft {
    0% {
        left: 0;
    }
    25% {
        left: 50px;
    }
    50% {
        left: 100px;
    }
    75% {
        left: 50px;
    }
    100% {
        left: 0px;
    }
}

@keyframes animatedrote {
    to {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg); /* IE 9 */
        -moz-transform: rotate(360deg); /* Firefox */
        -webkit-transform: rotate(360deg); /* Safari 和 Chrome */
        -o-transform: rotate(360deg); /* Opera */
    }
}

@keyframes animatedshou {
    0% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
    25% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
    50% {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
    }
    75% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
    100% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

/**/
.wewpst {
    display: -webkit-flex;
    display: flex;
    width: 1200px;
    -webkit-justify-content: center;
    justify-content: center;
}

/*轮播*/
.bglunbo {
    /*! background: url(../img/bg_3d.png); */
    background-size: 100% 100%;
    min-width: 1200px;
}

.lb_gl {
    height: 680px;
    width: 940px;
    display: inline-block \9;
}

.lbtitle {
    color: #333;
    font-size: 20px;
    line-height: 50px;
}

.lbt {
    display: flex;
    justify-content: center;
    height: 680px;
}

/*售后体系*/

.shouhou {
    width: 324px;
    height: 315px;
    padding: 15px 0;
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    margin: 40px 15px;
}

.shtitle {
    background: #FFFFFF;
    width: 165px;
    height: 50px;
    margin: auto;
    line-height: 50px;
}

.shtitle img {
    width: 50px;
    height: 50px;
    margin: 10px auto 0 auto;
}

.shtitle p {

    font-size: 18px;
}

.shouhou:hover {
    box-shadow: 0px 0px 20px 5px rgba(196, 200, 204, 1);
    border-radius: 10px;
}

.shouhou:hover .shtitle {
    transform: scale(1.14);
    transition: all .5s ease 0s;
    -webkit-transform: scale(1.08);
    -webkit-transform: all .5s ease 0s;

    box-shadow: 0px 0px 20px 5px rgba(196, 200, 204, 1);
}

.shouhou:hover .shtitle p {
    background-image: -webkit-gradient(linear, left center, right center, from(rgba(176, 31, 184, 1)), to(rgba(255, 71, 76, 1)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.shcont {
    font-size: 14px;
    color: #FFFFFF;
    height: 30px;
    line-height: 30px;
    text-align: left;
    padding-left: 20px;
    padding: 0 10px;
    padding: 0 15px;
}

.shcont p:first-child {
    margin-top: 15px;
}

.animations {
    position: relative;
}

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

/*企业文化*/
.qywh {
    background: url(../../../newImages/special/lvyou/40.png);
}

.gywm_tab {
    width: 1200px;
    margin: 20px auto 0 auto;
    text-align: left
}

.gnjs {
    margin-bottom: 15px
}

.butcs {
    height: 55px;
    width: 145px;
    border: 0;
    line-height: 55px;
    text-align: center;
    color: #333;
    margin: 0 25px 25px 0;
    font-size: 18px;
    cursor: pointer;

    background: #fff;
}

.active {
    background: #fe5248;
    color: #FFFFFF;
}

.gsjj_cont {
    height: 500px;
    width: 1200px;
    background: #fff;
    margin: 0 auto 50px auto;
    display: flex;
    justify-content: left;
    padding: 40px 50px;
}

.gsjj_tit {
    width: 610px;
    font-size: 16px;
    text-align: left;
    color: #333;
}

.gsjj_tit p {
    text-indent: 35px;
    line-height: 35px;
}

.gsjj_tit img {
    margin: 10px 0
}

.play_video {
    padding-top: 90px;
    padding-left: 100px;
    cursor: pointer
}

.gsjj_tit2 {
    width: 610px;
    font-size: 17px;
    text-align: left;
    color: #333;
}

.gsjj_tit2 p {
    line-height: 60px;
}

.play_video2 {
    padding-top: 0px;
    padding-left: 10px;
    cursor: pointer
}

.hidd {
    display: none;
}

.fangan {
    width: 200px;
    line-height: 40px;
    height: 40px;
    background-color: rgba(50, 194, 205, .6);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    font-size: 15px;
    -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    display: block;
    margin: 0 auto;
}

.fangan:hover {
    background-color: rgba(50, 194, 205, 1);
    color: #fff;
}

/*多商家*/
.tab_switch {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.tabql {
    height: 60px;
    width: 418px;
    margin: 0 5px;
    font-size: 20px;
    color: #333;
    text-align: center;
    background: #e9e9e9;
    line-height: 60px;
    display: inline-block \9;
    vertical-align: top \9;
    cursor: pointer
}

.tabql img {
    height: 25px;
    padding: 0 5px
}

.tabqlactive {
    color: #fff;
    background: #fe5248
}

/*相关资讯*/

.new_center {
    width: 1200px;
    margin: 0 auto;
    /*! padding: 30px 0; */
    overflow: hidden;
}

.new_center ul {
    width: 560px;
    float: left;
    padding-bottom: 50px;
}

.new_center ul:first-of-type {
    margin-right: 40px;
}

.new_center_title {
    /*! background: #e3e3e3; */
    color: #333;
    line-height: 26px;
    font-size: 20px;
    padding: 10px 10px;
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom: 3px solid #dedede;
}

.new_center_title_left {
    float: left;
    display: inline-block;
    color: #fe5047;
}

.new_center_title_left img {
    display: block;
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 4px
}

.new_center_title a {
    display: inline-block;
    float: right;
    font-size: 14px;
}

.new_center ul li {
    padding: 4px 0;
    line-height: 26px;
    font-size: 14px;
    /*! border-bottom: 1px #eee dashed; */
    text-align: left;
}

.new_center_l {
    width: 400px;
    float: left;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
}

.new_center_l:hover {
    color: #888
}

.new_center_r {
    width: 140px;
    float: right;
    text-align: right;
}

.page {
    padding: 30px 0;
    overflow: hidden;
}

.page a {
    display: inline-block;
    width: 26px;
    height: 26px;
    border: 1px #eee solid;
    line-height: 26px;
    text-align: center;
    color: #666;
    background: #fff;
    margin-right: 6px;
    -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.page a.page_active,
.page a:hover {
    background: #ff6000;
    border: 1px #ff6000 solid;
    color: #fff;
}

.tstoplist {
    height: 120px;
    width: 970px;
    background: #fe5248;
    margin: 10px auto;
    display: flex;
    text-align: left;
    cursor: pointer;
    transition: 200ms;
    -webkit-transition: 200ms;
}

.tstoplist:hover {
    box-shadow: 0px 0px 20px 5px rgba(254, 82, 72, 0.44);
}

.tstoplist img {
    margin: 25px
}

.tstoplist div {
    display: inline-block \9;
}

.tstoplist h4 {
    font-size: 24px;
    color: #fff;
    padding-top: 30px;
}

.tstoplist p {
    font-size: 16px;
    color: #fff;
    padding-top: 10px;
}

/*我们的特色功能*/
.hotjjfatt {
    display: flex;
    justify-content: center;
}

.hotlisttt {
    height: 300px;
    width: 225px;
    -webkit-transition: 200ms;
    cursor: pointer;
    margin: 0 auto;
    background: #f5f5f5;
}

.hotlisttt:hover {
    transition: all .5s ease 0s;
    -webkit-transform: scale(1.03);
    -webkit-transform: all .5s ease 0s;
    box-shadow: 0px 0px 20px 5px rgba(196, 200, 204, 0.8);
}

.hotlisttt:hover img {
    -webkit-animation: turn 1s 1;
    animation: turn 1s 1;

}

.hotlisttt p {
    height: 35px;
    line-height: 25px;
    color: #333;
    width: 225px;
    text-align: center;
    font-size: 16px;
    padding-top: 18px;
    text-align: left;
    padding-left: 25px;
}

.hotlisttt h4 {
    color: #666;
    width: 225px;
    text-align: center;
    font-size: 16px;
    padding-top: 140px;
    text-align: left;
    padding-left: 25px;
}

.hotlistimgtt {
    height: 190px;
    width: 225px;
    margin: 0 auto;
    transition: 200ms;
    border-bottom: 1px solid #e9a012;
}

.hotlistimgtt img {
    margin: auto;
    margin-top: 43px;
}

.button_zx {

}

.button_zx {
    height: 55px;
    width: 370px;
    line-height: 55px;
    font-size: 16px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #518ffd;
    color: #518ffd;
    margin: 15px;
    cursor: pointer;
    transition: 200ms;
    -webkit-transition: 200ms;
    border-radius: 2px;
}

.button_zx:hover {
    background: #518ffd;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
}

.nav_bannar {
    width: 100%;
    height: 65px;
    position: relative;
    bottom: 18px;
    left: 0;
}

.nav_bannar ul {
    margin: 0 auto 15px auto;
    text-align: center;
    overflow: hidden;
}

.nav_bannar ul li {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-left: 16px;
    list-style-type: none;
    background: #fe5248;
    border-radius: 100px;
}

.nav_bannar ul li p {
    width: 30px;
    height: 100%;
    background: #ff6637;
    float: left;
    border-radius: 100px;
}

.carousel {
    padding: 20px;
    -webkit-perspective: 500px;
    perspective: 500px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.carousel > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.carousel figure {
    margin: 0;
    width: 40%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.carousel figure img {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0px;
}

.carousel figure img:not(:first-of-type) {
    position: absolute;
    left: 0;
    top: 0;
}

.carousel nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 0 0;
    display: none;
}

.carousel nav button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 5px;
    cursor: pointer;
    color: #333;
    background: none;
    border: 1px solid;
    letter-spacing: 1px;
    padding: 5px 10px;
}



.top_img{background: url(../../../newImages/special/lvyou/lvyou_01.jpg) no-repeat center center;width: 100%; height: 450px; margin: 0 auto;}
.gongneng_bg{background: url(../../../newImages/special/lvyou/lvyou_02.jpg) no-repeat center center;width: 100%; height: 760px; margin: 0 auto; padding: 30px 0;}
.gn_title img{display: block;width: 205px; height: 162px; margin: 0 auto;}
.gongneng_bg ul{width: 800px; margin: 0 auto; overflow: hidden;}
.gongneng_bg ul li{width: 340px; border:1px #48b14a solid; padding: 10px 10px; margin: 15px 0;float: left;display: flex;}
.gongneng_bg ul li:nth-child(even){float: right;}
.gongneng_bg ul li img{display: block; width: 82px; height: 82px;float: left;}
.gongneng_bg ul li span.one_gn{line-height: 82px;font-size: 18px;color: #fff; margin-left: 10px;display: inline-block; width:248px;font-weight: 600 }
.gongneng_bg ul li span.two_gn{line-height:30px;font-size: 18px;color: #fff; margin-left: 10px; margin-top: 11px;display: inline-block;width:248px;font-weight: 600}
.fenxiao{background: #f5f5f5; width: 100%; margin: 0 auto; padding: 30px 0; overflow: hidden;}
.title_fx{text-align: center; font-size: 28px; font-weight: bold; line-height: 50px;}

.t-con{width:100%;overflow: hidden;margin:30px auto 60px;}
.t-con .t-mod1{width:1200px;height:426px;float: left;}
.t-con .t-mod1 li{width:246px;height:426px;float: left;background: #fff;text-align: center;position: relative;cursor: pointer;}
.t-con .t-mod1 li.hfx_bg_p{background: url(../../../newImages/special/lvyou/sj_26.jpg) no-repeat;}
.t-con .t-mod1 li.hfx_bg_p div.qqq h3{color: #484848;}
.t-con .t-mod1 li.hfx_bg_p div.qqq p{color: #484848;   margin-bottom: 30px;}
.t-con .t-mod1 li.hfx_bg_p:hover{color: #fff;}
.t-con .t-mod1 div.jia{width: 72px; float: left;height: 426px; color: #b7bab4;font-weight: bold;font-size: 50px; line-height: 426px; text-align: center;}
.t-con .t-mod1 div.qqq{width:246px;height:426px;position: absolute;top:0;left:0;transition:all 2s cubic-bezier(0.4, 0, 0.2, 1) 0s;}
.t-con .t-mod1 .t-sec{width:139px;height:139px;border-radius:10px;display: block;margin:25px auto 25px;overflow: hidden;transition:margin 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;}
.t-con .t-mod1 h3{color: #484848;}
.t-con .t-mod1 span a{border:1px #484848 solid;border-radius:2px;color: #484848;padding: 3px 10px; margin:10px;}
.t-con div.t-01 .t-bgi-bg1{background:url(../../../newImages/special/lvyou/sj_29.png); background-size: 139px 139px;}
.t-con div.t-02 .t-bgi-bg2{background:url(../../../newImages/special/lvyou/sj_29_1.png); background-size: 139px 139px;}
.t-con div.t-03 .t-bgi-bg3{background:url(../../../newImages/special/lvyou/sj_29-02.png); background-size: 139px 139px;}
.t-con div.t-04 .t-bgi-bg4{background:url(../../../newImages/special/lvyou/sj_29-03.png); background-size: 139px 139px;}
.t-con .t-mod1 p{transition:all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s; width: 216px; margin-left:15px; margin-top: 20px; text-align: left; text-indent: 2em; color: #484848;   margin-bottom: 30px; line-height: 22px; height: 110px;}
.t-con .t-mod1 li.first_h div.t-01{background: url(../../../newImages/special/lvyou/sj_25.jpg) no-repeat;}
.t-con .t-mod1 li.first_h div.t-02{background: url(../../../newImages/special/lvyou/sj_26.jpg) no-repeat;}
.t-con .t-mod1 li.first_h div.t-03{background: url(../../../newImages/special/lvyou/sj_28.jpg) no-repeat;}
.t-con .t-mod1 li.first_h div.t-04{background: url(../../../newImages/special/lvyou/sj_29.jpg) no-repeat;}
.t-con .t-mod1 li.first_h div.t-06 .t-bgi-bg6{display: none;}
.t-con .t-mod1 li.first_h div p{top:0;opacity:1;color: #fff;    margin-bottom: 30px;}
.t-con .t-mod1 li.first_h div h3{color: #fff; margin-top:188px;}
.t-con .t-mod1 li.first_h div span a{border:1px #fff solid;border-radius:2px;color: #fff;padding: 3px 10px; margin:10px;}
.t-con .t-mod1 li.first_h div.t-01 span a.xq_h{border:1px #fff solid;border-radius:2px;color: #2fafbc;padding: 3px 10px; margin:10px; background: #fff;}
.t-con .t-mod1 li.first_h div.t-02 span a.xq_h{border:1px #fff solid;border-radius:2px;color: #5ea928;padding: 3px 10px; margin:10px; background: #fff;}
.t-con .t-mod1 li.first_h div.t-03 span a.xq_h{border:1px #fff solid;border-radius:2px;color: #1a8fd2;padding: 3px 10px; margin:10px; background: #fff;}
.t-con .t-mod1 li.first_h div.t-04 span a.xq_h{border:1px #fff solid;border-radius:2px;color: #b47dd1;padding: 3px 10px; margin:10px; background: #fff;}
.t-con .t-mod1 li.first_h div.t-01 .t-bgi-bg1{display: none;}
.t-con .t-mod1 li.first_h div.t-02 .t-bgi-bg2{display: none;}
.t-con .t-mod1 li.first_h div.t-03 .t-bgi-bg3{display: none;}
.t-con .t-mod1 li.first_h div.t-04 .t-bgi-bg4{display: none;}
.t-con .t-mod1 li.first_h div.qqq:hover .t-bgi-bg1,.t-con .t-mod1 li.first_h div.qqq:hover .t-bgi-bg2,.t-con .t-mod1 li.first_h div.qqq:hover .t-bgi-bg3,.t-con .t-mod1 li.first_h div:hover .t-bgi-bg4{background:rgba(0,0,0,0);width:auto;height:auto;border-radius:0;display: block;margin:0 auto;transition:margin 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;}
.t-con .t-mod1 li.first_h div.qqq:hover .t-bgi-more{display:block;transition:all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;}
.t-con .t-mod1 li.first_h div.qqq:hover p{opacity:1;transition:all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;}
.t-con .t-mod1 li.first_h div.qqq:hover p{color:#fff; }
.t-con .t-mod1 li.first_h div.qqq:hover h3{color:#fff; margin-top:188px;}

.yemian{width: 100%; margin:20px auto 0;}
.ym_img1{background: url(../../../newImages/special/lvyou/lvyou_22.jpg) no-repeat center center;width: 100%; height: 548px; margin: 0 auto;}
.ym_img2{background: url(../../../newImages/special/lvyou/lvyou_23.jpg) no-repeat center center;width: 100%; height: 548px; margin: 0 auto;}
.ym_img3{background: url(../../../newImages/special/lvyou/lvyou_24.jpg) no-repeat center center;width: 100%; height: 547px; margin: 0 auto;}
.ym_img4{background: url(../../../newImages/special/lvyou/lvyou_25.jpg) no-repeat center center;width: 100%; height: 548px; margin: 0 auto;}
.ym_img5{background: url(../../../newImages/special/lvyou/lvyou_26.jpg) no-repeat center center;width: 100%; height: 548px; margin: 0 auto;}
.ym_img6{background: url(../../../newImages/special/lvyou/lvyou_27.jpg) no-repeat center center;width: 100%; height: 398px; margin: 0 auto;}
