@charset "UTF-8";
/*四大优势*/
section .goods{
    background: #ececec;
}
section .goods ul li{
    float: left;
    width:25%;
    padding:40px 0
}
section .goods ul li .box .img_box{
    width:45px;
    height:65px;
    line-height: 65px;
    margin:0 20px;
}
section .goods ul li .box .text{
    width: 160px;
    text-align: center;
}
section .goods ul li .box .text .goods-h2{
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 1px;
    color: #e62129;
}
section .goods ul li .box .text .text-p{
    font-size: 18px;
    color: #555555;
}
/*嘉艺展柜*/
section .product-list .product-nav{
    padding:0 10px;
}
section .product-list .product-nav li{
    float: left;
    width: 230px;
    padding:15px;
    box-sizing: border-box;
}
section .product-list .product-nav li a{
    display: block;
    height: 70px;
    text-align: center;
    line-height: 70px;
    border: solid 1px #a4a4a4;
    font-weight: 600;
    font-size: 20px;
}
section .product-list .product-nav li a:hover{
    border: solid 1px #e62129;
    background: #e62129;
    color: #fff;
}
section .product-list .product-box .pr-lf{
    width:320px;
    height: 313px;
    position: relative;
}
section .product-list .product-box{
    margin:60px 0;
}
section .product-list .product-box .pr-lf .box{
    width: 217px;
    height: 313px;
    background-color: #e62129;
    color:#fff;
    text-align: right;
    position: absolute;
    left:0;
    top:0;
    padding:10px 10px 0 10px;
}
section .product-list .product-box .pr-lf .box h2{
    font-weight: normal;
    line-height: 40px;
}
section .product-list .product-box .pr-lf .box span{
    display: block;
    width:100%;
    height: 20px;
    text-align: right;
}
section .product-list .product-box .pr-lf .p-img{
    width: 290px;
    height: 200px;
    position: absolute;
    left:22px;
    top:90px;
    border:3px solid #fff;
}
section .product-list .product-box .pr-lf .p-img img{
    width:100%;
    height:100%;
}
section .product-list .product-box .pr-lf .h-img{
    position: absolute;
    left:238px;
    top:10px;
}
section .product-list .product-box .pr-rg{
    /*width:835px;*/
}
section .product-list .product-box .pr-rg li{
    float: left;
    width:24%;
    margin: 0 5px;
}
section .product-list .product-box .pr-rg li .box{
    display: block;
    width:100%;
    /*height:290px;*/
    background: #555555;
    /*position: relative;*/
}
section .product-list .product-box .pr-rg li .box .img_box{
    /*width:100%;*/
    height:190px;
}
section .product-list .product-box .pr-rg li .box .img_box img{
    width:100%;
    height:100%;
    transition: all 0.3s;
}
section .product-list .product-box .pr-rg li .box .img_box:hover img{
    transform: scale(1.1);
    transition: all 0.3s;
}
section .product-list .product-box .pr-rg li .box .title{
    display: block;
    width:100%;
    height: 44px;
    line-height: 44px;
    color:#fff;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding:0 20px;
    box-sizing: border-box;
    position: relative;
}
section .product-list .product-box .pr-rg li .box .title .bar{
    width: 22px;
    height: 2px;
    background: #e62129;
    position: absolute;
    bottom:6px;
    left:50%;
    margin-left: -11px;
}
section .product-list .product-box .pr-lf.box-lf .box{
    left:inherit;
    right:0;
    text-align: left;
}
section .product-list .product-box .pr-lf.box-lf .h-img{
    left:10px;
    top:20px;
}
section .product-list .product-box .pr-lf.box-lf .p-img{
    left:0;
}
/*众多知名品牌的选择  信得过的品质*/
section .choice .choice-owl .img_box{
    width: 205px;
    height: 160px;
    line-height: 160px;
    background-color: #ffffff;
    box-shadow: 0 7px 10px 0 rgba(10, 2, 4, 0.23);
    border-radius: 15px;
    border: solid 1px #d2d2d2;
}
section .choice .choice-owl .text-s{
    display: block;
    text-align: center;
    font-size: 18px;
    padding:20px 30px;
    letter-spacing: 2px;
    color: #555555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
section .choice .choice-owl .owl-controls .owl-page span{
    width: 13px;
    height: 26px;
    background: url(../img/img33.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 0;
    margin:0;
    opacity: 1;
    position: absolute;
    top:50%;
    margin-top: -40px;
    left:-15px;
}
section .choice .choice-owl .owl-controls .owl-pagination .owl-page:first-child+.owl-page span{
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); 	/* IE 9 */
    -moz-transform:rotate(180deg); 	/* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(180deg); 	/* Opera */
    left:inherit;
    right:-15px;
}
/*品牌客户案例展示*/
section .show .show-ul li{
    float: left;
    width:33.3%;
    padding:20px ;
    box-sizing: border-box;
}
section .show .show-ul li .box{
    display: block;
    height: 304px;
    position: relative;
}
section .show .show-ul li.top{
    width:50%;
}
section .show .show-ul li.top .box{
    height: 374px;
}
section .show .show-ul li .box .img_box,
section .show .show-ul li .box .img_box img{
    width:100%;
    height:100%;
}
section .show .show-ul li .box .text{
    width:100%;
    height:0;
    position: absolute;
    top:0;
    opacity: 0;
    background-color: rgba(0,0,0,0.5);
    color:#fff;
    padding:20px;
    transition: all 0.6s;
}
section .show .show-ul li .box .text .border{
    border:1px solid #fff;
    width:100%;
    height:100%;
    font-size: 18px;
    line-height: 28px;
    padding:35px 25px;
}
section .show .show-ul li .box:hover .text{
    height:100%;
    opacity: 1;
    transition: all 0.6s;
}
section .show .show-box{
    margin-top: 50px;
    width: 100%;
    height: 414px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
section .show .show-box .show-box-bg{
    max-width: none;
    max-height: none;
    width: 1920px;
    height: 414px;
    margin: 0 calc(50% - 960px);
}
section .show .show-box .text{
    width: 530px;
    position: absolute;
    top:100px;
    left:50%;
    margin-left: -600px;
    color:#fff;
}
section .show .show-box .text h2{
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 1px;
    padding-bottom: 35px;
}
section .show .show-box .text h3{
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
/*展柜定制·就选嘉艺*/
section .only .only-box .only-ul{
    padding:20px;
    background-color: #555555;
}
section .only .only-box .only-ul li{
    float: left;
    width:12.5%;
    padding:0 10px;
    box-sizing: border-box;
}
section .only .only-box .only-ul li .box{
    position: relative;
    width: 100%;
    height: 118px;
    background-color: #ffffff;
    box-shadow: 0 7px 13px 0 rgba(10, 2, 4, 0.48);
    border-radius: 15px;
    text-align: center;
    padding:25px 0 0;
    cursor: pointer;
}
section .only .only-box .only-ul li .box .icon{
    width: 40px;
    height: 40px;
    display: block;
    margin:0 auto 15px;
    background: url(../img/img40.png ) center center no-repeat;
}
section .only .only-box .only-ul li .box .text-s{
    font-size: 18px;
}
section .only .only-box .only-ul li .box .aw{
    display: none;
    width:0;
    height:0;
    border-width:0 10px 10px;
    border-style:solid;
    border-color:transparent transparent #f1f1f1;
    position: absolute;
    bottom:-20px;
    left:50%;
    margin-left: -10px;
}
section .only .only-box .only-ul li.active .box{
    background: #e2131b;
    color:#fff;
}
section .only .only-box .only-ul li.active .box .aw{
    display: block;
}
section .only .only-box .only-ul li.active .box .icon{
    background: url(../img/img48.png ) center center no-repeat;
}
section .only .only-box .only-ul li:first-child+li .box .icon{
    background: url(../img/img41.png ) center center no-repeat;
}
section .only .only-box .only-ul li:first-child+li.active .box .icon{
    background: url(../img/img49.png ) center center no-repeat;
}
section .only .only-box .only-ul li:first-child+li+li .box .icon{
    background: url(../img/img42.png ) center center no-repeat;
}
section .only .only-box .only-ul li:first-child+li+li.active .box .icon{
    background: url(../img/img50.png ) center center no-repeat;
}
section .only .only-box .only-ul li:first-child+li+li+li .box .icon{
    background: url(../img/img43.png ) center center no-repeat;
}
section .only .only-box .only-ul li:first-child+li+li+li.active .box .icon{
    background: url(../img/img51.png ) center center no-repeat;
}
section .only .only-box .only-ul li:first-child+li+li+li+li .box .icon{
    background: url(../img/img44.png ) center center no-repeat;
}
section .only .only-box .only-ul li:first-child+li+li+li+li.active .box .icon{
    background: url(../img/img52.png ) center center no-repeat;
}
section .only .only-box .only-ul li:first-child+li+li+li+li+li .box .icon{
    background: url(../img/img45.png ) center center no-repeat;
}
section .only .only-box .only-ul li:first-child+li+li+li+li+li.active .box .icon{
    background: url(../img/img53.png ) center center no-repeat;
}
section .only .only-box .only-ul li:first-child+li+li+li+li+li+li .box .icon{
    background: url(../img/img46.png ) center center no-repeat;
}
section .only .only-box .only-ul li:first-child+li+li+li+li+li+li.active .box .icon{
    background: url(../img/img54.png ) center center no-repeat;
}
section .only .only-box .only-ul li:first-child+li+li+li+li+li+li+li .box .icon{
    background: url(../img/img47.png ) center center no-repeat;
}
section .only .only-box .only-ul li:first-child+li+li+li+li+li+li+li.active .box .icon{
    background: url(../img/img55.png ) center center no-repeat;
}
section .only .only-box .only-div{
    background-color: #f1f1f1;
    padding:40px 20px 25px;
    position: relative;
}
section .only .only-box .only-div .img_box{
    width: 660px;
    height:388px;
    line-height: 385px;
}
section .only .only-box .only-div .text{
    width: 450px;
    height:388px;
}
section .only .only-box .only-div .text .ti-h2{
    font-size: 18px;
    line-height: 30px;
    color: #e2131b;
    margin-bottom: 10px;
}
section .only .only-box .only-div .text .ti-p{
    line-height: 24px;
}
section .only .only-box .only-div .text .ri-text{
    width: 490px;
    height: 140px;
    background: url(../img/img57.png ) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right:-12px;
    bottom:20px;
    z-index: 999;
}
section .only .only-box .only-div .text .ri-text h2{
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    padding:25px 18px;
}
section .only .only-box .only-div .text .ri-text .right{
    width: 220px;
    padding-top: 12px;
}
section .only .only-box .only-div .text .ri-text .right .link-a{
    width: 205px;
    margin:5px ;
    height:45px;
    line-height: 45px;
    border:1px solid #e2131b;
}
section .only .only-box .only-div .text .ri-text .right .link-a:hover{
    border:1px solid #fff;
}
/*定制流程*/
section .flow {
    width: 100%;
    height: 640px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-top: 110px;
}
section .flow .flow-img{
    max-width: none;
    max-height: none;
    width: 1920px;
    height: 640px;
    margin: 0 calc(50% - 960px);
}
section .flow  .text{
    position: absolute;
    top:0;
    left:50%;
    margin-left: -600px;
}
section .flow  .text .name{
    padding:30px 0
}
section .flow  .text .name .na-title{
    color:#fff;
    border-bottom: 1px solid #fff;
}
section .flow  .text .name .na-title .bar{
    background: #fff;
}
section .flow .text .flow-ul  {
    height:260px;
    background: url(../img/img68.png) center 20px no-repeat;
    background-size: 97%;
}
section .flow .text .flow-ul li{
    float: left;
    width:11.11%;
    padding-top: 10px;
}
section .flow .text .flow-ul li .img_box{
    width: 100px;
    height: 100px;
}
section .flow .text .flow-ul li .text-d{
    text-align: center;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 2px;
    color: #ffffff;
}
section .flow .text .flow-ul li .text-d .num{
    width: 34px;
    height: 34px;
    background-color: rgba(226, 19, 27, 0.5);
    border-radius: 50%;
    line-height: 34px;
    text-align: center;
    display: block;
    font-size: 18px;
    color:#fff;
    margin:10px auto;
}
section .flow .text .flow-ul li.pa{
    padding-top:75px;
}
section .flow .text .ding{
    width:480px;
    position: absolute;
    bottom:50px;
    left:50%;
    margin:-240px;
}
section .flow .text .ding .img_box{
    width: 46px;
    height: 46px;
    margin:8px 25px 6px 0;
}
section .flow .text .ding  h2{
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 2px;
    color: #ffffff;
}
section .flow .text .ding .link-a{
    width: 177px;
    margin-top: 5px;
}
/*聚焦嘉艺*/
section .focusing .focusing-box .focusing-lf{
    width: 325px;
}
section .focusing .focusing-box .fo-name{
    border-bottom: 1px solid #555;
    margin-bottom: 35px;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 2px;
    font-weight: normal;
    color: #555555;
    position: relative;
}
section .focusing .focusing-box .fo-name .more{
    width: 27px;
    height: 27px;
    background-color: #ffffff;
    border-radius: 8px;
    line-height: 25px;
    text-align: center;
    border: solid 1px #e12b39;
    font-size: 27px;
    color: #e12b39;
    position: absolute;
    right:0;
    bottom:5px;
}
section .focusing .focusing-box .fo-name .more:hover{
    background: #e12b39;
    color:#fff;
}
section .focusing .focusing-box .fo-name .jia{
    padding-right: 80px;
}
section .focusing .focusing-box .fo-name .jia.active{
    color: #e12b39;
}
section .focusing .focusing-box .focusing-lf .qa-list{
    width: 322px;
    height: 450px;
    background-color: #f1f1f1;
    border-radius: 10px;
    border: solid 1px #cbcbcb;
    padding:25px 20px;
    box-sizing: border-box;
}
section .focusing .focusing-box .focusing-lf .qa-list .auto{
    height:400px;
    overflow: hidden;
}
section .focusing .focusing-box{
    margin-bottom: 50px;
}
section .focusing .focusing-box .qa-ul li a{
    display: block;
    border-bottom: 1px solid #cbcbcb;
    padding:20px 0;
}
section .focusing .focusing-box .qa-ul li a h2{
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding-left: 25px;
}
section .focusing .focusing-box .qa-ul li a i{
    width: 18px;
    height: 18px;
    background-color: #adadad;
    border-radius: 50%;
    line-height: 18px;
    text-align: center;
    position: absolute;
    left:0;
    font-size: 12px;
    top:5px;
    color:#fff
}
section .focusing .focusing-box .qa-ul li a p{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    position: relative;
    padding-left: 25px;
}
section .focusing .focusing-box .qa-ul li a p i{
    top:0;
    background: #f44336;
}
section .focusing .focusing-box .focusing-rg{
    width: 770px;
}
section .focusing .focusing-box .focusing-rg .rg-box-ul li .box{
    display: block;
    background-color: #f1f1f1;
    margin-bottom: 35px;
}
section .focusing .focusing-box .focusing-rg .rg-box-ul li .box:hover{
    background: #e2131b;
    color:#fff;
}
section .focusing .focusing-box .focusing-rg .rg-box-ul li .box .img_box{
    width: 174px;
    height: 126px;
    background-color: #ffffff;
}
section .focusing .focusing-box .focusing-rg .rg-box-ul li .box .img_box img{
    width:100%;
    height:100%;
}
section .focusing .focusing-box .focusing-rg .rg-box-ul li .box .text{
    width:596px;
    padding:25px 30px 25px 50px;
}
section .focusing .focusing-box .focusing-rg .rg-box-ul li .box .text h2{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
section .focusing .focusing-box .focusing-rg .rg-box-ul li .box .text p{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    padding:15px 0 0;
    overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}



section .video{
    width: 100%;
    height: 565px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
section .video .video-bg{
    max-width: none;
    max-height: none;
    width: 1920px;
    height: 565px;
    margin: 0 calc(50% - 960px);
}
section .video .video-box{
    width: 638px;
    height: 480px;
    position: absolute;
    top:43px;
    left:50%;
    margin-left: -320px;
    background: #000;
}
/****嘉艺·实力派***/
section .strength .strength-ul li{
    float: left;
    width:25%;
    margin-bottom: 80px;
}
section .strength .strength-ul li .box{
    display: block;
}
section .strength .strength-ul li .box .img_box{
    width: 136px;
    height: 156px;
}
section .strength .strength-ul li .box .te-s{
    font-size: 18px;
    line-height: 50px;
    letter-spacing: 2px;
    color: #555555;
    text-align: center;
    display: block;
}
/***************定制实力*********************/
section .str .str-ul{
    padding:0 145px;
}
section .str .str-ul li{
    float: left;
    width:50%;
    padding:15px;
    box-sizing: border-box;
}
section .str .str-ul li .box{
    display: block;
    width:100%;
    height:350px;
    overflow: hidden;
    border-radius: 25px;
    position: relative;
}
section .str .str-ul li .img{
    width: 100%;
}
section .str .str-ul li .text img{
    width: 150px;
}
section .str .str-ul li .text h2{
    font-size: 35px;
}

section .str .str-ul li .box .text{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    text-align: center;
    color:#fff;
    background: rgba(0,0,0,0.4);
    border-radius: 25px;
}
section .str .str-ul li .box .text .img_box{
    padding:60px 0 40px;
}
section .str .str-ul li:hover .box .text,
section .str .str-ul li.active .box .text{
    background:rgba(226,19,27,0.6);
}
/*****************嘉艺定制实力******************/
section .ding-zhi .ding-zhi-box .ding-lf{
    margin-right: 25px;
}
section .ding-zhi .ding-zhi-box .ding-lf .img_box{
    width:350px;
    height:205px;
    margin-bottom: 23px;
}
section .ding-zhi .ding-zhi-box .img_box img{
    width:100%;
    height:100%;
}
section .ding-zhi .ding-zhi-box .ding-z{
    width: 348px;
    height: 432px;
    position: relative;
}
section .ding-zhi .ding-zhi-box .ding-z .text{
    position: absolute;
    top:0;
    padding:45px 0 0 35px;
    color:#fff;
}
section .ding-zhi .ding-zhi-box .ding-z .text h2{
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #fefefe;
}
section .ding-zhi .ding-zhi-box .ding-z .text .p1{
    font-size: 18px;
    line-height: 30px;
    padding:15px 0;
}
section .ding-zhi .ding-zhi-box .ding-z .text .p2{
    font-size: 14px;
    line-height: 25px;
    padding:15px 0;
}
section .ding-zhi .ding-zhi-box .ding-z .text .p3{
    font-size: 18px;
    line-height: 30px;
    padding:15px 0;
}
section .ding-zhi .ding-zhi-box .ding-z .text .link-a{
    width: 164px;
    height: 45px;
    line-height: 45px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: normal;
    margin-top: 20px;
}
section .ding-zhi .ding-zhi-box .ding-z .text .link-a:hover{
    color:#fff
}
section .ding-zhi .ding-zhi-box .ding-r{
    width: 454px;
    height: 432px;
}
/*精艺求精  好柜不贵*/
section .jing .jing-ul li{
    padding-bottom: 60px;
}
section .jing .jing-ul .img_box{
    width: 550px;
    height: 408px;
    box-shadow:3px 5px 8px rgba(0,0,0,0.2) ;
}
section .jing .jing-ul .img_box img{
    width:100% ;
    height:100%;
}
section .jing .jing-ul .text{
    width:650px;
    background: #555555;
    color:#fff;
    border-top: 10px solid #f44336;
    margin:40px 0;
    height: 320px;
    padding:50px ;
}
section .jing .jing-ul .text h2{
    font-size: 24px;
    line-height: 60px;
    letter-spacing: 1px;
    border-bottom: 1px dashed #fff;
}
section .jing .jing-ul .text p{
    font-size: 14px;
    line-height: 29px;
    padding:20px 0;
}
section .day-ul li{
    float: left;
    width:25%;
    padding:15px;
    box-sizing: border-box;
}
section .day-ul li .box{
    width:100%;
    height:195px;
    position: relative;
}
section .day-ul li .box img{
    width:100%;
    height:100%;
}
section .day-ul li .box .text{
    position: absolute;
    top:0;
    width:100%;
    height:100%;
    cursor: pointer;
}
section .day-ul li .box .text .num-box{
    width:100%;
    height:100%;
    text-align: center;
    color:#fff;
    padding:40px 20px;
}
section .day-ul li .box .text .num-box h2{
    font-size: 24px;
    line-height: 40px;
    font-weight: normal;
    letter-spacing: 2px;
}
section .day-ul li .box .text .num-box p{
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: 1px;
}
section .day-ul li .box .text .text-p{
    display: none;
    width:100%;
    height:100%;
    background: rgba(226,19,27,0.4);
    text-align: center;
    color:#fff;
    line-height: 30px;
    padding:40px 30px;
}
section .day-ul li .box:hover .text .num-box{
    display: none;
}
section .day-ul li .box:hover .text .text-p{
    display: block;
}
section .day-ul li.fr{
    width:20%;
}
section .day .color-p{
    color:#f44336;
    padding:15px;
}
/*工厂实力*/
section .gong .gong-box .gong-l{
    width: 600px;
}
section .gong .gong-box .gong-l .text{
    height: 156px;
    background-color: #f4dddd;
    padding:20px 60px;
}
section .gong .gong-box .gong-l .text h2{
    font-size: 24px;
    line-height: 45px;
    letter-spacing: 1px;
    color: #e2131b;
    padding-bottom: 15px;
}
section .gong .gong-box .gong-l .text i{
    display: block;
    width: 81px;
    height: 3px;
    background-color: #f44336;
}
section .gong .gong-box .gong-l .img_box{
    width: 600px;
    height: 390px;
}
section .gong .gong-box .img_box img{
    width:100%;
    height:100%;
}
section .gong .gong-box .gong-r{
    width: 600px;
    height:545px;
    background-color: #f1f1f1;
    padding:30px;
}
section .gong .gong-box .gong-r p{
    font-size: 18px;
    line-height: 30px;
    padding:25px 0;
    text-align: justify;
}
section .gong .gong-box .gong-r .img_box{
    width:545px;
    height:125px;
}
/*资质证书*/
section .honor .honor-ul li{
    float: left;
    width:25%;
    text-align: center;
    font-size: 18px;
}
section .honor .honor-ul li .img_box{
    width: 284px;
    height: 204px;
    line-height: 200px;
    border:1px solid #e6e6e1;
    background: #f7f7f7;
    margin-bottom: 15px;
}
/*雄厚硬件实力*/
section .xiong  .xiong-box{
    position: relative;
    height: 585px;
    overflow: hidden;
}
section .xiong  .xiong-box .xi-le{
    width: 385px;
    height: 585px;
    background-color: #e2131b;
    position: absolute;
    left:0;
    padding:100px 110px 0 35px;
    color:#fff;
}
section .xiong  .xiong-box .xi-le h2{
    font-size: 24px;
    letter-spacing: 2px;
}
section .xiong  .xiong-box .xi-le i{
    width: 45px;
    height: 4px;
    background-color: #ffffff;
    display: block;
    margin:15px 0 35px;
}
section .xiong  .xiong-box .xi-le p {
    line-height: 30px;
    letter-spacing: 1px;
    text-align: justify;
}
section .xiong  .xiong-box .xi-le .img_box{
    width: 101px;
    height: 118px;
    margin-top: 70px;
}
section .xiong .xiong-ul{
    width:860px;
    position: absolute;
    left:300px;
    top:23px;
}
section .xiong .xiong-ul li{
    float: left;
    width:50%;
    padding:5px 20px ;
    box-sizing: border-box;
}
section .xiong .xiong-ul li .box{
    position: relative;
    width:390px;
    height:260px;
}
section .xiong .xiong-ul li .box img{
    width:100%;
    height:100%;
}
section .xiong .xiong-ul li .box .title{
    height: 46px;
    line-height: 46px;
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    bottom:0;
    width:100%;
    font-size: 18px;
    font-weight: normal;
    color:#fff;
    padding:0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
}
/*定制流程*/
section .ding-flow .flow{
    margin-top: 0;
    height: 400px;
}
section .ding-flow .flow  .text{
    padding-top: 30px;
}
section .ding-flow .flow .link-a{
    width: 164px;
    height: 37px;
    line-height: 37px;
    border-radius: 8px;
    display: block;
    margin:30px auto;
    font-size: 18px;
    font-weight: normal;
}
/**售后保障*/
section .sale-ul{
    padding:0 130px;
}
section .sale-ul li{
    float: left;
    width:33.3%;
    padding:0 42px;
    box-sizing: border-box;
}
section .sale-ul li .box{
    width: 269px;
    height: 306px;
    background-color: #e2131b;
    text-align: center;
    padding:27px 0;
    color:#fff;
}
section .sale-ul li .box .img_box{
    width:200px;
    height:174px;
}
section .sale-ul li .box h2{
    font-size: 24px;
    line-height: 50px;
    letter-spacing: 1px;
}
/*!**********************设计实力********************!*/
/*.汇聚实战派设计团队{}*/
section .team .name .na-title{
    width:760px;
}
section .team .team-ul li{
    float: left;
    width:20%;
    padding:40px ;
    box-sizing: border-box;
}
section .team .team-ul li span{
    width: 150px;
    height: 45px;
    background-color: #ffffff;
    border-radius: 10px;
    border: solid 1px #555555;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}
section .team .team-ul li.active span{
    background-color: #e2131b;
    color:#fff;
    border:1px solid #e2131b
}
section .team .team-box{
    padding-bottom: 50px;
    border-bottom: 1px dashed #555;
}
section .team .team-box .box-images{
    width: 350px;
    height: 423px;
}
section .team .team-box .img_box img{
    width:100%;
    height:100%;
}
section .team .team-box .txt{
    width:850px;
    padding:60px 60px 0;
}
section .team .team-box .txt h2{
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 1px;
}
section .team .team-box .txt h3{
    font-size: 18px;
    padding: 20px 0 10px;
}
section .team .team-box .txt p{
    font-size: 14px;
    letter-spacing: 1px;
}
section .team .team-box .img-ul li{
    float: left;
    width:33.3%;
    padding:20px 5px 0;
    box-sizing: border-box;
}
section .team .team-box .img-ul li .img_box{
    width:233px;
    height:180px;
}
section .team .gui{
    position: relative;
    margin:180px 0 80px;
}
section .team .gui .gui-img{
    width:100%;
    height: 310px;
}
section .team .gui .img1{
    width: 299px;
    height: 429px;
    position: absolute;
    left:48px;
    z-index: 2;
    top:-156px;
}
section .team .gui img{
    width:100%;
    height:100%;
}
section .team .gui .img2{
    width: 262px;
    height: 180px;
    position: absolute;
    left:605px;
    top:170px;
    z-index: 2;
}
section .team .gui .img3{
    width: 261px;
    height: 403px;
    position: absolute;
    right:60px;
    top:-52px;
    z-index: 2;
}
section .team .gui .h-box{
    width: 859px;
    height: 11px;
    background-color: #e2131b;
    position: absolute;
    top:-11px;
    right:0;
    z-index: 1;
}
section .team .gui .te-title{
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 1px;
    color: #e2131b;
    position: absolute;
    left:363px;
    top:-80px;
}
section .team .gui .te-title i{
    width: 27px;
    height: 24px;
    margin-right: 10px;
}
section .team .gui .text-p{
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    position: absolute;
    left:410px;
    top:50px;
}
/*塑造品牌感染力*/
section .zhu .ding-zhi-box .ding-lf{
    margin-right: 0;
}
section .zhu .ding-zhi-box .ding-r{
    margin-right: 25px;
}
section .zhu .ding-zhi-box .ding-z{
    background: #e2131b;
}
section .zhu .ding-zhi-box .ding-z i{
    width: 66px;
    height: 4px;
    background-color: #ffffff;
}
section .zhu .ding-zhi-box .ding-z .text .p1{
    padding-bottom: 50px;
}
/*整店设计方案*/
section .shop .shop-ul{
    padding:0 200px;
}
section .shop .shop-ul li{
    float: left;
    width:33.3%;
    padding:0 60px;
    box-sizing: border-box;
}
section .shop .shop-ul li span{
    width: 130px;
    height: 35px;
    line-height: 35px;
    border-radius: 8px;
    border: solid 1px #555555;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}
section .shop .shop-ul li.active span{
    background-color: #e2131b;
    color:#fff;
    border:1px solid #e2131b;
}
section .shop .shop-box .gallery-thumbs{
    width: 1000px;
    padding:38px 0 18px;
}
section .shop .shop-box .gallery-thumbs .img_box{
    width:100%;
    height: 137px;
    cursor: pointer;
}
section .shop .shop-box .gallery-thumbs .img_box img{
    width:100%;
    height:100%;
}
section .shop .shop-box .gallery-top{
    padding: 0 100px;
}
section .shop .shop-box .gallery-top .img_box{
    width: 100%;
    height: 455px;
    position: relative;
}
section .shop .shop-box .gallery-top .img_box img{
    width:100%;
    height:100%;
}
section .shop .shop-box .gallery-top .link{
    position: absolute;
    height: 74px;
    width:100%;
    bottom:0;
    background: rgba(0,0,0,0.4);
    text-align: center;
}
section .shop .shop-box .gallery-top .link .link-a{
    width: 164px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    font-weight: normal;
    margin:20px ;
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white{
    width: 47px;
    height: 47px;
    background: url(../img/img214.png) no-repeat;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white{
    width: 47px;
    height: 47px;
    background: url(../img/img213.png) no-repeat;
}












/*我们为您提供*/
section .we-ti .we-ti-ul{
    padding:0 200px;
}
section .we-ti .we-ti-ul li{
    float: left;
    width:33.3%;
    padding:0 60px;
    box-sizing: border-box;
}
section .we-ti .we-ti-ul li span{
    width: 130px;
    height: 35px;
    line-height: 35px;
    border-radius: 8px;
    border: solid 1px #555555;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}
section .we-ti .we-ti-ul li.active span{
    background-color: #e2131b;
    color:#fff;
    border:1px solid #e2131b;
}
section .we-ti .we-ti-d{
    margin-top: 30px;
    height: 398px;
    position: relative;
    margin-bottom: 160px;
}
section .we-ti .we-ti-d .gb-img{
    width:100%;
    height:100%;
}
section .we-ti .we-ti-d .text{
    width: 642px;
    height: 310px;
    background: url(../img/img210.jpg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom:-160px;
    left:50%;
    margin-left: -320px;
    padding:15px;
}
section .we-ti .we-ti-d .text .border{
    border: solid 1px #ffffff;
    height:100%;
    text-align: center;
    color: #ffffff;
}
section .we-ti .we-ti-d .text .border .title{
    font-size: 24px;
    padding:34px 0;
    letter-spacing: 1px;
}
section .we-ti .we-ti-d .text .border .border-ul{
    padding:0 55px;
}
section .we-ti .we-ti-d .text .border .border-ul li{
    float: left;
    width:25%;
    font-size: 14px;
    text-align: left;
    padding:5px 0;
}
section .we-ti .we-ti-d .text .border .border-ul li i{
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    color:#ca0000;
    border-radius: 50%;
    text-align: center;
    line-height: 15px;
    font-size: 12px;
    margin-right: 8px;
}
section .we-ti .we-ti-d .text .border .link{
    text-align: center;
}
section .we-ti .we-ti-d .text .border .link .link-a{
    width: 164px;
    height: 37px;
    line-height: 37px;
    font-size: 18px;
    font-weight: normal;
    margin:20px ;
}
    /*嘉艺设计师还可以为您提供*/
section .provide .provide-ul{
    padding:0 100px;
}
section .provide .provide-ul li{
    float: left;
    width:25%;
    text-align: center;
}
section .provide .provide-ul li .img_box{
    width: 118px;
    height: 118px;
}
section .provide .provide-ul li .text-s{
    width: 140px;
    font-size: 18px;
    line-height: 30px;
    color: #555555;
}
/*客户案例赏析*/
section .ke-case .ke-case-ul li{
    float: left;
    width:33.3%;
    padding:24px;
    box-sizing: border-box;
}
section .ke-case .ke-case-ul li .img_box{
    display: block;
    width:100%;
    height:246px;
}
section .ke-case .ke-case-ul li .img_box img{
    width:100%;
    height:100%;
    transition: all 0.3s;
}
section .ke-case .ke-case-ul li .img_box img:hover{
    transform: scale(1.1);
    transition: all 0.3s;
}


