﻿html{ font-size:62.5%;}
@font-face {
    font-family: 'PingFang';
    src: url("PingFang SC Regular.ttf");
}
@font-face {
    font-family: 'BurberryStyreneBWeb';
    src: url("AELLEN 标志字体.ttf");
}
@font-face {
    font-family: 'PingFangSC-Light';
    src: url("PingFang Light.ttf");
}
*{ margin:0; padding:0;outline:none; -webkit-font-smoothing: antialiased; list-style: none; text-decoration: none;box-sizing: border-box;font-family:"微软雅黑",Microsoft YaHei;}
html,body{/*兼容Opera*/-webkit-text-size-adjust:none;text-align: justify;min-height: 100%;min-width: 100%;font-family:"微软雅黑",Microsoft YaHei;}
ul, ol{ margin: 0; padding: 0;}
img{border:none;max-width: 100%;height: auto;}
input,textarea{border:none; background:none; vertical-align:middle;font-family:"微软雅黑",Microsoft YaHei;}
select{vertical-align:middle; cursor:pointer;  appearance:none;-moz-appearance:none;-webkit-appearance:none;}
a{ text-decoration:none;outline: none; -webkit-transition:all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s;  transition: all 0.3s ease 0s;}
a:hover,a:focus{text-decoration:none;}
h2{font-size: 4.8rem;}
h3{font-size: 3.4rem;color: #343434;text-align: center;}
p{font-size: 16px;line-height: 1.5em;color: #3e3e3e;}
.da{overflow: hidden;}
.da img{-webkit-transition: all 0.6s;transition: all 0.6s;}
.hmBom_tel i {
    animation: tel 6s ease-out 0s infinite;
    -webkit-animation: tel 6s ease-out 0s infinite;
    display: inline-block;
    font-style: normal;
}
@-webkit-keyframes tel{
    0%{-webkit-transform:scale(1);}
    1%{-webkit-transform:scale(1.3);}
    3%{-webkit-transform:scale(0.8);}
    6%{-webkit-transform:scale(1);}
    100%{-webkit-transform:scale(1);}
}
@keyframes tel{
    0%{transform:scale(1);}
    1%{transform:scale(1.3);}
    3%{transform:scale(0.8);}
    6%{transform:scale(1);}
    100%{transform:scale(1);}
}
#header{
    position: relative;
    z-index: 2;
}
.ico.active i:nth-child(1) {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 14px;
}
.ico.active i:nth-child(2) {
    opacity: 0;
}
.ico.active i:nth-child(3) {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 14px;
}
.ico {
    position: relative;
    width: 36px;
    height: 36px;
    z-index: 999999999;
    cursor: pointer;
    /*display: none;*/
    top: 11px;
    margin-left: 20px;
}
.ico i {
    height: 2px;
    width: 90%;
    background-color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: block;
    position: absolute;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.ico i:nth-child(1) {
    top: 2px;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition-delay: 210ms;
    -o-transition-delay: 210ms;
    -webkit-transition-delay: 210ms;
    transition-delay: 210ms;
}
.ico i:nth-child(2) {
    top: 14px;
    -moz-transition-delay: 140ms;
    -o-transition-delay: 140ms;
    -webkit-transition-delay: 140ms;
    transition-delay: 140ms;
}
.ico i:nth-child(3) {
    top: 26px;
    -moz-transition-delay: 70ms;
    -o-transition-delay: 70ms;
    -webkit-transition-delay: 70ms;
    transition-delay: 70ms;
}
.box90{
    width: 90%;
    margin:auto;
}

.ico{
    position: fixed;
    left: 5%;
    top: 50px;
}
.banner a{
    color: #fff;
    border-radius: 3px;
    border: solid 1px #ffffff;
    padding: 10px 30px;
    font-size: 16px;
    transform: translate3d(0,0,0);
    transition: color .3s,background 0s;
    position: relative;
    overflow: hidden;
}
.banner img:nth-of-type(1){
    display: block;
    margin-bottom: 4rem;
}
.banner .xia{
    margin-top: 5rem;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    cursor: pointer;
}
.banner .xia img{
    animation: ani-svg 0.85s linear 0s alternate infinite;
    -webkit-animation: ani-svg 0.85s linear 0s alternate infinite;
    margin-bottom: 1rem;
}
@keyframes ani-svg{
    0%{
        opacity: 0.4;
        transform: translateY(-12px);
    }
    15%{
        opacity: 0.65;
        transform: translateY(-7px);
    }
    25%{
        opacity: 0.8;
        transform: translateY(-4px);
    }
    50%{
        opacity: 1;
        transform: translateY(0px);
    }
    65%{
        opacity: 0.8;
        transform: translateY(2px);
    }
    75%{
        opacity: 0.65;
        transform: translateY(6px);
    }
    100%{
        opacity: 0.4;
        transform: translateY(9px);
    }
}
@-webkit-keyframes ani-svg{
    0%{
        opacity: 0.4;
        transform: translateY(-12px);
    }
    15%{
        opacity: 0.65;
        transform: translateY(-7px);
    }
    25%{
        opacity: 0.8;
        transform: translateY(-4px);
    }
    50%{
        opacity: 1;
        transform: translateY(0px);
    }
    65%{
        opacity: 0.8;
        transform: translateY(2px);
    }
    75%{
        opacity: 0.65;
        transform: translateY(6px);
    }
    100%{
        opacity: 0.4;
        transform: translateY(9px);
    }
}
@-moz-keyframes ani-svg{
    0%{
        opacity: 0.4;
        transform: translateY(-12px);
    }
    15%{
        opacity: 0.65;
        transform: translateY(-7px);
    }
    25%{
        opacity: 0.8;
        transform: translateY(-4px);
    }
    50%{
        opacity: 1;
        transform: translateY(0px);
    }
    65%{
        opacity: 0.8;
        transform: translateY(2px);
    }
    75%{
        opacity: 0.65;
        transform: translateY(6px);
    }
    100%{
        opacity: 0.4;
        transform: translateY(9px);
    }
}
.index1 .container{
    position: relative;
}
.index1 li{
    width: 33.3333%;
    padding:0 2%;
    float: left;
    position: relative;
    z-index:2;
}
.index1 li a .imgss{
    height: 480px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: -webkit-transform .4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: transform .4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: transform .4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, -webkit-transform .4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    overflow: hidden;
    -webkit-box-shadow: 0 0.5rem 2rem rgba(0,0,0,0.25);
    box-shadow: 0 0.5rem 2rem rgba(0,0,0,0.25);
}
.index1 li a .imgss{
    height: auto !important; 
}
.index1 li a .imgss img{
    width: 100%;
}
.index1 li a{
    display: block;
}
.index1 li:nth-child(2){
    margin-top: 8rem;
}
.index1 li:nth-child(3){
    margin-top: 16rem;
}
.index1 li p{
    color: #000000;
    line-height: 1.5em;
    margin-top: 10px;
}
.index1_cont{
    padding: 6% 6% 27%;
    color: #fff;
    width: 50%;
    position: absolute;
    right:0;
    top:-230px;
    z-index: 1;
}
.index1_cont .font28,.index1_cont .font20{
    line-height: 1.2em;
}
.index1_cont .font20{
    
}
.index1_cont p{
    margin: 5rem 0;
    color: #fff;
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    text-overflow:ellipsis;
    word-break: break-all;
    font-size: 14px;
    height: 62px;

}
.index1_cont img{
    position: absolute;
    right: 0;
    top:0;
}
.index1{
    padding-bottom: 13rem;
}
.banner{
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
}
.html{
    background: #fff;
    position: relative;
    z-index:9;
}
.fv__img div{
    height: 100%;
}

.banner .BoxTable{
    position: relative;
    z-index:9;
}
.index2{
    position: relative;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    z-index:8;
}
.index2 .box90{
    position: relative;
    width: 90%;
    margin: auto;
    display: inline-block;
    margin-left: 5%;
}
.index2 .index2_1{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%;
}
.index2 ul{
    width: 18px;
    position: absolute;
    left: 0;
    top:50%;
    margin-top: -150px;
    z-index: 2;
}
.index2 ul li{
    margin-top: 20px;
    font-size: 14px;
}
.index2 ul li a{
    color: #4e4141;
    line-height: 1.3em;
    font-size: 16px;

}
.index2 ul li.active a{
    color: #c19a68;
}
.index2_cont{
    position: relative;
    padding-left: 30px;
    overflow: hidden;
}
.index2_cont .lt{
    width: 40%;
    position: relative;
    float: left;
}
.index2_cont .lt .imgss{
    height: 750px;
    position: relative;
    overflow: initial;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.index2_cont .lt .imgss .font24{
    position: absolute;
    color: #fff;
    left: 20px;
    bottom: 20px;
    height: auto;
}
.index2_cont a{
    display: block;
    height: 100%;
}
.index2_cont .lt .imgss img{
    position: absolute;
    top: 60px;
    right: -231px;
}
.index2_cont .rt{
    width: 60%;
    float: left;
}
.index2_cont .rt .rt1{
    width: 60%;
    float: left;
}
.index2_cont .rt .rt2,.index2_cont .rt .rt3{
    width: 40%;
    float: left;
}
.index2_cont .rt .rt1 .imgss{
    height: 375px;
    position: relative;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.index2_cont .rt .rt1 .imgss .font24{
    position: absolute;
    height:auto;
    bottom: 20px;
    left: 20px;
    color: #fff;
}
.index2_cont .rt .rt1:first-child{
    padding: 5% 10% 5px 5%;
}
.index2_cont .rt .rt1:first-child .wenzi{
    position: relative;
    left: -146px;
}
.index2_cont .rt .rt1:first-child .font24{
    color: #000;
    margin: 2rem 0 8px;
}
.index2_cont .rt .rt1:first-child .font14{
    color: #888;
    margin-bottom: 15px;
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    text-overflow:ellipsis;
    word-break: break-all;
    height: 41px;
    
}
.index2_cont .rt .rt3{
    margin-left: 20%;
}
.index2_2{
    position: absolute;
    width: 26.3%;
    height: 400px;
    background-color: #f0f0f0;
    right: 0;
    top:50%;
    margin-top: -200px;
}
.index2_cont_list{
    display: none;
    width: 100%;
}
.index2_cont_list.active{
    display: inline-block;
}
.index3{
    position: relative;
}
.index3 .index3_lt{
    width: 35%;
    float: left;
    height: 1px;
    background-color: #c19a68;
}
.index3 .index3_rt{
    background-color: #f0f0f0;
    width: 60%;
    float: right;
}
.index3 .index3_rt .font30{
    color: #000;
    margin-bottom: 15px;
    font-weight: bold;
    line-height: 1em;
}
.index3 .index3_rt .font20{
    color: #000000;
    margin-bottom: 2.5rem;
    
}
.index3 .index3_rt a{
    display: block;
    position: relative;
    top: -40px;
    left: 2rem;
    z-index: 9;
}
.index3_rt_cont{
    width: 50%;
    position: absolute;
    right: 0;
    top:-100px;
    z-index:3;
    overflow: hidden;
    height:280px
}
.index3_rt_cont a{
    display: block;
    height: 100%;
}
.index3_rt_cont .index3_img{
    height: 320px;
    width: 100%;
}
.index3 .container{
    position: relative;
}
.index3 {
    margin-top: 10rem;
}
.index3 .index3_rt .font30,.index3 .index3_rt .font20,.index3 .index3_rt img{
    position: relative;
    z-index:8;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
footer{
    position: relative;
    z-index:2;
    padding-top: 7rem;
}
.footer_cont{
    padding: 6rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    width:100%;
    display:inline-block
}
.footer_cont li{
    display: inline-block;
}

.footer_cont ul{
    display: inline-block;
    position: relative;
}
.footer_cont ul.rt{
    width: 200px;
    float: left;
}
.footer_cont ul.rt img{
    height: 130px
}
.footer_cont ul.lt{
    width: calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
    float: left;
    padding-left: 260px;
    margin-top: 4rem;
}
.footer_cont ul.lt a{
    color: #fff;
    font-size: 18px;
}
.footer_cont ul.lt li:first-child a{
    width: 238px;
    height: 68px;
    background-color: #c19a68;
    border-radius: 34px;
    text-align: center;
    line-height: 68px;
    letter-spacing:3px;
    
    transform: translate3d(0,0,0);
    transition: color .3s,background 0s;
    position: relative;
    overflow: hidden;
}
.footer_cont ul.lt li:first-child a:before{
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translate3d(0,0,0);
    transition: transform .3s;
    background: #fff;
    content: '';
    z-index: -1;
    opacity: .5;
    transition-delay: .175s;
}
.footer_cont ul.lt li:first-child a:after{
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translate3d(0,0,0);
    transition: transform .3s;
    background: #fff;
    content: '';
    z-index: -1;
    transition-delay: 0s;
}
.footer_cont ul.lt li:first-child{
    position: absolute;
    left: 0;
    top: -20px;
    padding: 0;
}
.footer_cont ul.lt li{
    padding: 0 26px;
    float: left;
}
.footer_bom{
    padding: 4rem 0;
    color: #888888;
    font-size: 12px;
}
.footer_bom .footer_list:nth-child(2) ul li:last-child a,
.footer_bom .footer_list:nth-child(3) .font18 a{
 /*font-family: 'BurberryStyreneBWeb';    */
}
.video{
    position: fixed;
    text-align: center;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.95);
    top: 0;
    left: 0;
    z-index:0;
    opacity: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}
.video video{
    width: 800px;
}
.video.active{
    z-index: 99;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.video i{
    font-size: 40px;
    color: #fff;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    cursor: pointer;
    position: absolute;
    right: 4rem;
    top:4rem;

}

header{
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 2rem 0 0;
    z-index:99;
    border-bottom: 1px solid #ececec;
}
.index_head{background: none;border: none}
.index_head .navbar-right img{
    margin-left: 20px;
    height: 25px;
}
.index_head .box90 .wid100{
    height: 80px;
    position: relative;
}
.ico {
    position: absolute;
    width: 31px;
    height: 31px;
    right: auto;
    left: 5%;
    top: 30px;
    z-index: 999999999;
    cursor: pointer;
}
.index_head .ico i{
    background-color: #fff;
}
.index_head.active{
    background: rgba(0,0,0,0.8);
    padding-top: 0;
}
.ico i {
    height: 2px;
    width: 100%;
    background-color: #040404;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: block;
    position: absolute;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.ico i:nth-child(1) {
    top: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition-delay: 210ms;
    -o-transition-delay: 210ms;
    -webkit-transition-delay: 210ms;
    transition-delay: 210ms;
}
.ico i:nth-child(2) {
    top: 10px;
    -moz-transition-delay: 140ms;
    -o-transition-delay: 140ms;
    -webkit-transition-delay: 140ms;
    transition-delay: 140ms;
}
.ico i:nth-child(3) {
    top: 20px;
    -moz-transition-delay: 70ms;
    -o-transition-delay: 70ms;
    -webkit-transition-delay: 70ms;
    transition-delay: 70ms;
}
header .box90{
    width: 90%;
    margin: auto;
}
.box70{
    width: 70%;
    margin: auto;
}
header .navbar-right input{
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    height: 30px;
    padding: 0 15px;
    background: #fff;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    width: 40px;
    opacity: 0;
}
header .navbar-right input.active{
    width: 200px;
    opacity: 1;
}
header .navbar-right img{
    cursor: pointer;
    z-index: 66;
    margin-left: 20px;
    height: 25px;
}
header .navbar-right{
    position: absolute;
    right: 5%;
    top:30px;
    margin-right: 0;
}
header nav{
    margin-top: 10px;
}
header nav li{
    display: inline-block;
}
header nav li a{
    font-size: 14px;
    color: #000;
    margin: 0 20px;
    padding: 15px 0;
}
header nav li.active a{
    border-bottom: 3px solid #000;
}
.case{
    padding-top: 3rem;
}
.case .imgss{
    position: relative;
}
.case .imgss img{
    width: 100%;
    display: block;
}
.case .caseList{
    height: calc(100vh - 145px);
    height: -webkit-calc(100vh - 145px);
    position: relative;
    margin-bottom: 25px
}
.case .caseList .imgss div,.products a .imgss div{
    transition: all .5s;
    -webkit-transition: all .5s;
}
.case .caseList.active .imgss div,.products.active a .imgss div{
    transform: scale(1.05);
    -ms-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -webkit-transform:scale(1.05);
    -o-transform:scale(1.05);
}
.case .add{
    margin-bottom: 0;
    background: #c19a69;
    color: #fff;
    border: 1px solid #c19a69}
.case .caseList .imgss{
    height: 100%;
    width: 64%;
    float: left;
}
.dfezw{
    overflow: hidden;
}
.dfezw img{
    width: 100%;
}
.case .caseList .imgss a{
    display: block;
    height: 100%;
}
.caseList .font32 a{
    color: #000
}
.case .caseList .cont{
    width: 36%;
    padding: 0 7%;
    text-align: center;
    height: 100%;
    float: left;
    position: relative;
}
.case .caseList:nth-child(even) .imgss{
    float: right;
}
.case .caseList:nth-child(even) .cont{
    float: left;
}
.case .caseList .cont:before{
    width: 30%;
    height: 1px;
    background-color: #ececec;
    opacity: .5;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -15%;
}
.case .caseList:nth-child(even) .cont:before{
    right: -15%;
    left: auto;
}
.add{
    border-radius: 3px;
    border: solid 1px #ffffff;
    padding: 13px 36px;
    margin: 2rem auto 7rem;
    color: #fff;
    display: inline-block;
}
.erjiHtml{
    margin-top: 140px;
    position: relative;
    z-index: 9;
}
.addImgss a{
    display: block;
    padding: 24px 20px;
    background: #fff;
    color: #000;
    text-align: center  ;
}
.foot{
    background: #000;
    position: fixed;
    width: 100%;
    z-index: 1;
    left: 0;
    bottom: 0;
}
.foot .footer_top{
    padding: 240px 20px;
}
.footer_bom .conts{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin-bottom: 15rem;
}
.footer_bom .conts .font18 a{
    color: #ffffff;
    margin-bottom: 2rem;
    line-height: 1em;
}
.footer_bom .conts ul a{
    color: #888888;
    margin-bottom: 8px;
    font-size: 14px;
}
.footer_bom .fa_bm{
    padding: 3rem 0;
    border-top:1px solid rgba(255, 255, 255, 0.2);
    margin-top: 3rem;
    position: relative;
}
.footer_bom .fa_bm p{
    color: #888888;
    font-size: 12px;
}
.footer_bom .fa_bm .bdsharebuttonbox{
    position: absolute;
    top: 25px;
    right: 0;
}
.foot .footer_bom {
    padding: 0;
}
 a.bds_mail{
    width: 19px;
    height: 20px;
    background-image: url("../images/foot1_23.png");
    background-size: cover;
    background-position: 0 0;
    margin-right: 40px;
}
 a.bds_tsina{
    width: 24px;
    height: 20px;
    background-image: url("../images/foot2_25.png");
    background-size: cover;
    background-position: 0 0;
    margin-right: 40px;
}
 .bds_weixin{
    width: 24px;
    height: 20px;
    background-image: url("../images/foot3_28.png");
    background-size: cover;
    background-position: 0 0;
}
.erjiHtml{
    background: #fff;
}
.erjiHtml .container{
    width: 90%;

}
.title{
    padding: 6rem 0 3rem;
    color: #333;
}
.title .font16{
    color: #777;
    margin-top: 1rem;
}
.casedetails .cont{
    text-align: center;
}
.casedetails .cont p{
    margin: 1.6rem auto;
    color: #777777;
    line-height: 1.6em;
}
.casedetails .cont p img{
    height: auto !important;
}
.casedetails .cont p span{
    margin: 0 20px;
}
.casedetails .cont .img img{
    margin: 0 10px;
}
.casedetails .cont .font30{
    margin: 3rem auto 2rem;
}
.casedetails .conts{
    margin:0 auto 2rem;
}
.casedetails .swiper-button-next{
    background-image: url("../images/anli_gt_20.png");
    right: -50px;
    width: 11px;
    height: 16px;
    background-size: cover;
    margin-top: -8px;
}
.casedetails .swiper-button-prev{
    background-image: url("../images/anli_lt_17.png");
    left: -50px;
    width: 11px;
    height: 16px;
    background-size: cover;
    margin-top: -8px;
}
.product1{
    height: 527px;
}
.products a{
    display: block;
    height: 100%;
    position: relative;
}
.products a .imgss{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
}
.products a .cont{
    color: #fff;
    position: relative;
    z-index: 4;
    width: 450px;
    margin-left: 50%;
    text-align: center;
}
.products a .cont p{
    color: #ffffff;
    line-height: 1.3em;
    margin: 1rem auto 4rem;
}
.products{
    float: left;
    width: 100%;
}
.product1{
    margin-bottom: 30px;
}
.product2{
    height: 820px;
    width: calc(50% - 15px);
    width: -webkit-calc(50% - 15px);
    float: left;
    margin-bottom: 30px;
    margin-right: 30px;
}
.product2 .add{
    margin: 2rem auto 4rem;
}
.product3 .add{
    margin: 2rem auto;
}
.products .conts{
    position: absolute;
    bottom:0;
    width: 100%;
    left: 0;
    text-align: center;
    z-index:4;
    color: #fff;
}
.products .conts p{
    color: #fff;
}
.products .conts span{
    padding: 5px 25px;
}
.product3 {
    height: 395px;
    width: calc(50% - 15px);
    width: -webkit-calc(50% - 15px);
    margin-bottom: 30px;
}
.product4{
    margin-left: 30px;
}
.product1 .add{
    margin: 2rem 0 0;
}
.productDetails{
    padding: 2rem 0 0;
}
.navigation a{
    color: #888888;
    font-size: 12px;
}
.cp_ls{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.cp_ls .lt{
    width: 100%;
    text-align: center;
    padding:20px 20%;
}
.cp_ls .rt{
    width: 480px;
}
.cp_ls .rt .font30{
    color: #000000;
    margin-bottom: 5px;
}
.cp_ls .rt .font14{
    color: #888;
}
.cp_ls .rt form{
    margin: 2rem 0;
}
.cp_ls .rt form .qian{
    margin: 3rem 0 1rem;
    color: #000;
    position: relative;
}
.cp_ls .rt form .qian i{
    float: right;
    margin-top: 5px;
}
.cp_ls .rt form .btn{
    width: 100%;
    background-color: #000000;
    border:none;
    border-radius: 0;
    color: #fff;
    position: relative;
    overflow: hidden;
    transform: translate3d(0,0,0);
    transition: color .3s,background 0s;

}
.cp_ls .rt .tuijian{
    margin-top: 1rem;
}
.cp_ls .rt .tuijian .tou{
    color: #000000;
    position: relative;
    text-align: center;
    margin: 3rem 0 1rem;
}
.cp_ls .rt .tuijian .tou span{
    display: inline-block;
    background: #fff;
    padding: 10px;
    position: relative;
}
.cp_ls .rt .tuijian .tou:before{
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    top:50%;
}
.cp_ls .rt li{
    width: 33.33%;
    text-align: center;
    float: left;
}
.cp_ls .rt li img{
    height: 99px;
}
.cp_ls .rt li p.font14{
    font-size: 12px;
    color: #000;
    margin-top: 5px;
}
.introduce{
    margin-top: 6rem;
    margin-bottom: 3rem
}
.introduce .font30{
    color: #000;
    margin-bottom: 2rem;
    text-align: center;
}
.introduce ul{
    border-bottom: 1px solid #d5d5d5;
    text-align: center;
    margin-bottom: 3rem;
}
.introduce ul li{
    display: inline-block;
    cursor: pointer;
    color: #000;
    padding: 16px;

}
.introduce ul li.active{
    border-bottom: 3px solid #000000;
}
.introduce_con{
    overflow: hidden;
}
.introduce_con .list{
    display: none;
}
.introduce_con .list.active{
    display: block;
}
.introduce_con .list p{
    color: #000000;
    line-height: 1.2em;
    margin-bottom: 2rem;
    font-size: 14px;
}
.html_foot .row{
    margin: 0;
    overflow: hidden;
}
.html_foot .row .col-md-4{
    text-align: center;
}
.html_foot .row .col-md-4 .font24{
    color: #333;
    margin-bottom: 10px;
}
.html_foot .row .col-md-4 p{
    color: #333;
}
.html_foot .row .col-md-4 a{
    display: inline-block;
    border: solid 1px #dbdbdb;
    padding: 6px 26px;
    color: #333;
    margin-top: 10px;
    font-size: 14px;
}
.about{
    margin-top: 144px;
}
.about{
    color: #fff;
}
.about p{
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 1.5rem;
}
.about img{
    margin-bottom: 2rem;
}
.about .cont{
    width: 440px;
}
.about .add{
    margin-bottom: 0;
}
.about1{
    position: relative;
}
.about1 .lt{
    width: 50%;
    float: left;
    text-align: center;
}
.about1 .rt{
    width: 50%;
    float: left;
    padding-left: 10%;
    color: #fff;
    margin-top: 10%;
}
.about1 .rt .cont:first-child{
    margin-bottom: 5rem;
}
.about1 .rt .cont .font36{
    color: #fff;
    margin-bottom: 1rem;
}
.about1 .rt .cont .font16{
    color: #fff;
}
.about1 .swiper-button-next,.about1 .swiper-button-prev{
    background-image: none;
}
.about1 .swiper-button-next{
    right:30px;
}
.about1 .swiper-button-prev{
    left: 30px;
}
.about1 .swiper-pagination-bullet{
    width: 9px;
    height: 9px;
    border-radius: 5px;
    background: #fff;
    opacity: 1;
}
.about1 .swiper-pagination-bullet-active{
    width: 20px;
}
.about .dianji{
    position: absolute;
    bottom:5%;
    left: 0;
    width: 100%;
}
.about .dianji img{
    animation: ani-svg 0.85s linear 0s alternate infinite;
    -webkit-animation: ani-svg 0.85s linear 0s alternate infinite;
    cursor: pointer;
}
.swiper2{
    height:100%;
}
.swiper2 .swiper-slide img
{
    width:100%;}
.foot2{
    position: inherit;
}
.foot2 .footer{
    padding-top: 0;
}


 .add{
    transform: translate3d(0,0,0);
    transition: color .3s,background 0s;
    position: relative;
    overflow: hidden;
}
.add:after,.banner a:after{
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translate3d(0,0,0);
    transition: transform .3s;
    background: #fff;
    content: '';
    z-index: -1;
    transition-delay: 0s;
}
.add:before,.banner a:before{
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translate3d(0,0,0);
    transition: transform .3s;
    background: #fff;
    content: '';
    z-index: -1;
    opacity: .5;
    transition-delay: .175s;
}
.fa-searchs{
    position: absolute;
    width: 100%;
    padding: 25px 20px 0;
    background: #fff;
    left: 0;
    top:calc(100% + 1px);
    top:-webkit-calc(100% + 1px);
    display: none;
    height: 290px;
}
.fa-searchs form{
    position: relative;
}
.fa-searchs input{
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    touch-action: manipulation;
    color: #333;
    padding-right: 68px;
    padding-bottom: 4px;
    margin-top: 28px;
    border: 0;
    box-sizing: border-box;
    font-size: 14px;
    font-size: .875rem;
    line-height: 2.42857;
    height: 36px;
}
.fa-search_cont{
    position: relative;
}
.fa-searchs .fa-close{
    font-size: 20px;
    position: absolute;
    z-index:9;
    right: 10%;
    top:0;
    cursor: pointer;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
}
.fa-search_cont_w{
    width: 600px;
    margin: auto;
}
.fa-searchs form:before{
    content: "";
    display: block;
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #ececec;
}
.fa-searchs form:after{
    content: "";
    display: block;
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #000000;
    transition: width .9s cubic-bezier(.25,.46,.45,.94);
}
.fa-searchs form label {
    font-size: 16px;
    position: absolute;
    color: #767676;
    left: 0;
    pointer-events: none;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: translateY(35px) scale(1);
    transform: translateY(35px) scale(1);
    transition: -webkit-transform .2s cubic-bezier(.25,.46,.45,.94);
    transition: transform .2s cubic-bezier(.25,.46,.45,.94);
    transition: transform .2s cubic-bezier(.25,.46,.45,.94),-webkit-transform .2s cubic-bezier(.25,.46,.45,.94);
}
.fa-search_cont_w.active form:after{
    width: 100%;
}
.fa-search_cont_w.active form label{
    touch-action: manipulation;
    -webkit-transform: translateY(16px) scale(.8);
    transform: translateY(16px) scale(.8);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}
.search-panel{
    margin-top: 1rem;
    font-size: 16px;
}
.search-panel a{
    color: #767676;
}
.fa-searchs form button{
    border: none;
    position: absolute;
    right: 0px;
    bottom: 5px;
}
.search_btn{
    border: none;
    position: absolute;
    right: 0px;
    bottom: 5px;
}
.search_btn img{
    height: 16px
}
.fa-searchs_bg{
    position: fixed;
    top: 144px;
    left: 0;
    width: 100%;
    height: calc(100vh - 140px);
    z-index: -1;
    background-color: #000;
    opacity: .4
}
.menu{
    height: 100%;
    width: 240px;
    background: #000;
    position: fixed;
    top: 0px;
    left: -240px;
    z-index: 101;
    overflow: hidden;
    
    padding-top: 4rem;
}
.menu.active{
    -webkit-box-shadow: 3px 0 7px rgba(0,0,0,0.55);
    -moz-box-shadow: 3px 0 7px rgba(0,0,0,0.55);
    box-shadow: 3px 0 7px rgba(0,0,0,0.55);
}
.menu .text-center img{
    height: 46px;
}
.ico.active i{
    background-color: #040404;
}
.ico.active{
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
}
.menu .conrs{
    position: relative;
    height: auto;
    margin-top: 2rem;
    padding: 0 30px;
    overflow: hidden;
}
.menu .conrs .conrs_l{
    display: block;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.menu .conrs .conrs_l ul{
    width: 100%;
    padding: 0 10px;
    display: block;
}
.menu .conrs .conrs_l .conrs_l_ct{
    width: 100%;
    display: none;
}
.menu .conrs .conrs_l .conrs_l_ct.active{
    display: block;
}
.menu .conrs .conrs_l ul li{
    color: #fff;
    margin: 8px 0;
    display: block;
}
.menu .conrs .conrs_l ul li a{
    color: #fff;
    display: block;
    
}
.menu .conrs .conrs_l ul li .imgss{
    width: 228px;
    height: 146px;
    margin: 1rem 0;
}
.menu .conrs .conrs_l ul.active{

    display: block;
}
.menu .conrs .conrs_l .font16{
    color: #fff;
    font-size: 16px;
    
}
.menu .conrs .conrs_l .font16 a{
    color: #fff;
    padding:  9px 0;
        
    display: block;
}
.dept_select{
    width: 100%;
}
#country{
    display: none;
}
.order .lt{
    width: 360px;
    float: left;
}
.order .rt{
    width: calc(100% - 420px);
    width: -webkit-calc(100% - 420px);
    float: right;
    border-top: 2px solid #000;
}
.order .lt li{
    padding: 25px 15px;
    color: #888888;
    border-top: 1px solid #d7d7d7;
    position: relative;
}
.order .lt ul{
    border-bottom: 1px solid #d7d7d7;
}
.order .lt li.active{
    color: #000000;
}
.order .lt li.active:before{
    content: '';
    background-image: url('../images/anli_gt_20.png');
    background-size: cover;
    width: 7px;
    height: 13px;
    position: absolute;
    right: 15px;
    top:27px;
}
.order{
    padding: 0 0 5rem;
}
.html_foot{
    border-top: 1px solid #cccccc;
}
.returnBack {
    margin: 2rem 0;
}
.returnBack a{
    color: #888888;
}
.tijao .font20{
    padding: 25px 0 15px;
}
.tijao .form-group{
    width: 420px;
    position: relative;
}
.tijao .form-group label{
    color: #888888;
    position: absolute;
    top: 18px;
    left: 10px;
}
.tijao .form-group label span{
    color: #ff0000;
}
.tijao .form-group input{
    height: 54px;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    border-radius: 0;
}
.tijao .form-group .yanzheng{
    position: absolute;
    top:8px;
    right: 10px;
    height: 38px;
    background-color: #000000;
    border-radius: 3px;
    color: #fff;
    border: none;
    padding: 0 20px;
}
.tijao .form-group .amend{
    position: absolute;
    top: 20px;
    right: 15px;
    color: #c3c3c3;
    font-size: 12px;
    cursor: pointer;
}
.tijao .xian{
    margin: 6rem 0 3rem;
    height: 1px;
    background: rgba(149, 149, 149, 0.4);
}
.tijao .chosen-container-single .chosen-single{
    height: 54px;
    line-height: 54px;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    background: none;
    padding: 0 6px 0 55px;
    box-shadow:none;
    border-radius: 0;
}
.tijao .chosen-container{
    width: 100% !important;
}
.tijao .form-control1{
    padding: 6px 6px 6px 80px;
}
.tijao .form-control2{
    padding: 6px 130px 6px 95px;
}
.tijao .form-control3{
    padding: 6px 45px 6px 55px;
}
.tijao .form-control4,.tijao .form-control5{
    padding: 6px 6px 6px 55px;
}
.tijao textarea{
    border-radius: 0;
    border: solid 1px #dddddd;
    padding: 20px 20px 20px 55px;
}
.tijao .submit{
    background-color: #000000;
    color: #fff;
    padding: 8px 48px;
    margin-top: 2rem;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    border: none;
    transform: translate3d(0,0,0);
    transition: color .3s,background 0s;
}
.tijao .submit:after,.shopping .rt a:after,.cp_ls .rt form .btn:after{
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translate3d(0,0,0);
    transition: transform .3s;
    background: #f6791e;
    content: '';
    z-index: -1;
    transition-delay: 0s;
}
.tijao .submit:before,.shopping .rt a:before,.cp_ls .rt form .btn:before{
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translate3d(0,0,0);
    transition: transform .3s;
    background: #f6791e;
    content: '';
    z-index: -1;
    opacity: .5;
    transition-delay: .175s;
}
.tijao .submit:after,.shopping .rt button:after,.cp_ls .rt form .btn:after{
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translate3d(0,0,0);
    transition: transform .3s;
    background: #f6791e;
    content: '';
    z-index: -1;
    transition-delay: 0s;
}
.tijao .submit:before,.shopping .rt button:before,.cp_ls .rt form .btn:before{
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translate3d(0,0,0);
    transition: transform .3s;
    background: #f6791e;
    content: '';
    z-index: -1;
    opacity: .5;
    transition-delay: .175s;
}
.order .rt_list{
    display: none;
}
.order .rt_list.active{
    display: block;
}
.order .rt_list .font20{
    padding: 20px 0;
}
.order .rt .rt_list .table thead{
    background: rgba(215,215,215,0.28);
}
.order .rt .rt_list .table thead th{
    padding: 14px 10px;
    color: #333333;
    border-bottom: none;
    text-align: center;
}
.order .rt .rt_list .table tbody td{
    border-top: 0;
    border-bottom: 1px solid #d7d7d7;
    padding: 25px 10px;
    text-align: center;
    color: #8c8c8c;
}
.order .rt .rt_list .table tbody td a{
    color: #8c8c8c;
}
.shopping h2{
    color: #000;
    margin-bottom: 2rem;
}
.shopping .lt{
    width: 60%;
    float: left;
}
.shopping .rt{
    width: 35%;
    float: right;
}
.Shopping_bags ul li{
    padding: 3rem 5px;
    border-top: 1px solid #d7d7d7;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    position: relative;
}
.Shopping_bags ul li img{
    height: 100px;
}
.Shopping_bags ul li .form-control{
    padding: 0 50px 0 20px;
    height: 42px;
    border-radius: 0;
    border-color: #dbdbdb;
}
.Shopping_bags ul li .select{
    position: relative;
}
.Shopping_bags ul li .select:after{
    content: '';
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #a3a3a3;
    position: absolute;
    top: 20px;
    right: 17px;
}
.Shopping_bags ul li .ls-ct{
    margin-top: 5px;
    color: #888888;
}
.Shopping_bags ul li .ls-ct span:last-child{
    margin-left: 20px;
}
.Shopping_bags ul li .ls-modify{
    margin-top: 2rem;
    color: #b1b1b1;
}
.Shopping_bags ul li .ls-modify span{
    text-decoration: underline;
    cursor: pointer;
}
.Shopping_bags ul li .money{
    color: #0a0a0a;
}
.shopping{
    padding-bottom: 4rem;
}
.shopping .lt ul li i.fa-close{
    position: absolute;
    right:0;
    top:2rem;
    color: #000;
    cursor: pointer;
}
.shopping .rt{
    padding-left: 10px;
    border-top: 2px solid #000000;
}
.total .font20{
    padding: 2rem 0 5px;
    color: #000;
}
.total .font14{
    color: #888888;
}
.total ul{
    margin: 3rem 0;
}
.total ul li{
    margin-bottom: 1rem;
    color: #888888;
}
.total span:last-child{
    float: right;
}
.total a
{
    padding-top:0 !important;
    line-height:43px;
}
.shopping .rt button{
    height: 43px;
    background: #000000;
    width: 100%;
    border-radius: 0;
    border:none;
    color: #fff;
    transform: translate3d(0,0,0);
    transition: color .3s,background 0s;
    position: relative;
    overflow: hidden;
}
.shopping .rt a{
    height: 43px;
    background: #000000;
    width: 100%;
    border-radius: 0;
    border:none;
    color: #fff;
    transform: translate3d(0,0,0);
    transition: color .3s,background 0s;
    position: relative;
    overflow: hidden;
}
/*配送信息*/
.Shipping{
    padding-bottom: 5rem;
}
.Shipping .lt{
    width: calc(100% - 530px);
    width: -webkit-calc(100% - 530px);
    float: left;
    border-top: 2px solid #000000;
}
.Shipping .tijao .xian{
    margin: 3rem 0 1rem;
}
.Shipping .rt{
    width: 480px;
    float: right;
}
.Shipping .cont{
    border-top: 1px solid #d7d7d7;
}
.Shipping .Shopping_bags{
    padding-top: 2rem;
}
.Shipping .Shopping_bags li:first-child{
    border: none;
}
.Shipping .Shopping_bags li{
    padding: 3rem 20px;
}
.Shipping .Shopping_bags .font20 .font14{
    color: #b1b1b1;
    float: right;
    margin-right: 20px;
    text-decoration: underline;
    cursor: pointer;
}
.Shipping .Shopping_bags .ls-js{
    color: #888888;
    margin-top: 20px;
}
.Shipping .Shopping_bags ul li .money{
    margin-top: 66px;
    display: inline-block;
}
.login_men{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index:999;
    display: none;
}
.login_men_bg{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index:999;
}
.login_men_cont{
    width: 500px;
    margin: auto;
    margin-top: 200px;
    background: #fff;
    padding: 40px;
    position: relative;
    z-index:99999;
}
.login_men_cont .font20{
    color: #000000;
    margin-bottom: 30px;
}
.login_men_cont input{
    border: solid 1px #dddddd;
    border-radius: 0;
    height: 58px;
    margin-bottom: 17px;
}
.login_men_cont button{
    background-color: #000000;
    border: solid 1px #dddddd;
    height: 58px;
    color: #fff;
    width: 100%;
}
.login_men_cont .text-center{
    margin-top: 30px;
}
.login_men_cont .text-center a{
    color: #888888;
    text-decoration: underline;
}
.register_cont{
    width: 420px;
    margin: auto;
    overflow: hidden;
}
.register_login .login_men_cont{
    width: 100%;
    margin-top: 2rem;
    padding: 0;
}
.register_ls{
    padding: 3rem 0;
}
.register_ls img{
    float: right;
    margin-top: 9px;
    margin-right: 10px;
}
.register_login{
    border-bottom: solid 1px rgba(125, 125, 125, 0.4);
}
.register_no input::-webkit-input-placeholder {
    text-align: right;
    color: #888;
}
.register_no .xuan{
    height: 54px;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    border-radius: 0;
    text-align: right;
    padding-right: 30px;
    line-height: 50px;
    color: #888;
}
.register_no .xuan select{
    border:none;
    margin-left: 30px;
    text-align: right;
    position: relative;
    padding-right: 5px;
    color: #888;
}
.register_no .xuan .time{
    position: relative;
    display: inline-block;
}
.register_no .xuan .time:after{
    content: '';
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 24px;
    right: -15px;
}
.register_no .tijao .submit{
    width: 100%;
    padding: 17px 50px;
}
.register{
    padding-bottom: 5rem;
}
.register_no_cont{
    display: none;
}
.register_ls.active img{
    transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -o-transform:rotate(180deg);
}
.register_no .register_no_cont{
    display: block;
}
.pay_list .font20{
    padding: 2rem 0;
}
.pay_list .font14{
    margin-bottom: 1rem;
}
.pay_list .cont2{
    margin-top: 2rem;
}
.pay_list label{
    background: #fff;
    border: solid 1px #dddddd;
    width: 200px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    padding: 0 0 0 20px;
    position: relative;
    margin-right: 15px;
    float: left;
    margin-bottom: 2rem;
    cursor: pointer;
}
.pay_list label input{
    position: absolute;
    left: 20px;
    top: 18px;
}
.pay_list label:last-child{
    margin-right: 0;
}

.index1_cont .font28,
.index3 .index3_rt .font30,
.casedetails .title  .font30,
.about1 .rt .cont .font36{
    font-family: 'BurberryStyreneBWeb';
}

.wdewd{
    position: relative;
}
.wdewd #ccdd,.wdewd #ccdd1{
    position: absolute;
    top: 1px;
    left: 1px;
        height: 32px;
    padding: 6px 20px;
    font-size: 14px;
        border-radius: 4px;
        width: calc(100% - 30px);
        width: -webkit-calc(100% - 30px);
            background-color: #fff;
    background-image: none;
}
#aabb,#aabb1{
    position: relative;
    background-image: url('../images/ds1_03.png');
    background-position: 96% 12px;
    background-repeat: no-repeat;
}
.details_shuff{
    width: 70%;
    margin: auto;
}
@media (max-width: 767px){
    .details_shuff{
        width: 100% !important;
    }
}
.Shopping_bags ul li .ls #aabb,.Shopping_bags ul li .ls #aabb1{
    background-image:  none
}
.Shopping_bags ul li .ls .wdewd #ccdd{
    height: 40px
}
.sde{
    height: 42px;
    border: 1px solid #d7d7d7;
    padding :0 10px
}
.tijao .form-group .dept_select{
    height: 54px;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    border-radius: 0;
    padding: 0 10px 0 55px;
}
.sousuo{
    width: 90%;
    margin:auto;
    position: relative;
}
.sousuo #search_s{
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    touch-action: manipulation;
    color: #333;
    padding-right: 68px;
    padding-bottom: 4px;
    border: 0;
    box-sizing: border-box;
    font-size: 14px;
    font-size: .875rem;
    line-height: 2.42857;
    height: 44px;
    border-bottom: 1px solid #ececec;
}
.sousuo button{
    border: none;
    position: absolute;
    right: 0px;
    bottom: 13px;
}
.sousuo1{
    margin: 2rem 0;
    min-height:400px;
}
.sousuo1 li{
    border-bottom: 1px solid #d7d7d7;
    padding: 1rem 5px;
    position: relative;
}
.sousuo1 li .left{
    float: left;
}
.sousuo1 li .left img{
    width: 150px;
}
.sousuo1 li .cont{
    float: left;
    margin-top: 2rem;
    margin-left: 1.5rem;
}
.sousuo1 li a{
    display: inline-block;
    width: 100%;
}
.sousuo1 li .cont .font20{
    color: #000000;
    margin-bottom: 5px;
}
.sousuo1 li .cont .font14{
    color: #888888;
    line-height: 2em;
}
.sousuo1 li:last-child{
    border: none;
}
.sousuo1 li .right{
    float: right;
    margin-top: 3rem;
}
.page{
    text-align: center;
    margin: 2rem auto;
}
.page a{
    padding: 5px 15px;
    color: #fff;
    background: #d7d7d7;
    margin-bottom: 6px;
}
.page a.active{
    background-color: rgba(0, 0, 0, 0.99);
}
.foot_search{
    background-color: #000000;
    padding: 2.5rem 0;
    margin-top: 3rem;
}
.foot_search p{
    color: #888888;
    float: left;
    margin-top: 5px;
}
.foot_search .bdsharebuttonbox{
    float: right;
}




body {
    overflow: hidden;
}
.overlay {
    position: fixed;
    z-index: 99;
    background-color: rgba(0,0,0,0.67);
    bottom: 0;
    right: 0;
    left: 0;
}

.openmenu .overlay {
    top: 0;
}
.openmenu .ico i{
    background-color: #fff;
}



.footer_list:nth-child(2) a{
        font-family: 'BurberryStyreneBWeb';
}
.fv__img video{
    object-fit: fill;
    width: 100%;
    height: 100%;
}

.logo a img{
    height: 56px;
}

.product1
{
    position:relative;
}
.product1 .imgss {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.product1 .cont{
        position: relative;
    text-align: center;
    padding: 0 5%;
    color: #fff;
    }
    .product1 .cont p
    {
            color: #fff;}
            .customerCare .lt{
    width: 30%;
    float: left;
}
.customerCare .rt{
    width: 65%;
    float: right;
}
.customerCare .lt ul{
    background: #eeedeb;
}
.customerCare .lt ul li{
    border-bottom: 1px solid #e2e1de;
    border-left: 3px solid transparent;
    
}
.customerCare .lt ul li a
{   display:block;
    padding: 20px;
    color:#333;}
.customerCare .lt ul li.active{
    border-left-color: #f9b949;
}
.customerCare .lt ul li.active a
{color:#f9b949;
    }
.customerCare .rt p{
    margin-bottom: 10px;
}
.customerCare .rt .con_list{
    display: none;
}
.fnb_is-parent {
    position: relative;
}
.fnb_is-parent > a {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    height: 100%;
    top: 0;
}
.fnb_is-parent h1{
    font-size: 35px;
    text-align: center;
    margin-bottom: 20px;
}
.horizontal_banner_12col .fnb_left-middle{
    top: 50%;
    position: absolute;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    float: left;
    width: 41.6666666667%;
}
.fnb_banner-infos {
    position: relative;
    z-index: 2;
}
.fnb_btn {
    display: inline-block;
    padding: 12px 25px;
    text-align: center;
    font-size: 10px;
    vertical-align: middle;
    min-height: 40px;
    color: #000000;
    cursor: pointer;
    background-color: #ffffff;
    outline: none;
    -webkit-transition: background linear .1s;
    -moz-transition: background linear .1s;
    -o-transition: background linear .1s;
    transition: background linear .1s;
}
@media screen and (max-width: 1600px) and (min-width: 1362px){
    .fnb_btn {
        font-size: 11px;
        padding: 10.5px 25px;
    }

}
.fnb_products_navigation li{
    display: inline-block;
}
.fnb_products_navigation ul{
    text-align: center;
}
.fnb_products_navigation li a{
    padding: 20px;
    color: #000;
}
.fnb_inline {
    display: inline;
}
.fnb_col-wd6 {
    width: 50%;
    float: left;
}
.cles .fnb_product-grid,
.cles .fnb_product-grid {
    margin-bottom: 60px;
    font-size: 0;
    text-align: left;
    display: inline-block;
    float: none;
    margin-left: -2px;
    margin-right: -2px;
}
.cles .fnb_product-img,
.cles .fnb_product-img {
    display: inline-block;
    vertical-align: bottom;
    height: auto;
        padding: 0 10px 0 0;
}
.cles .fnb_product-img img,
 .cles .fnb_product-img img {
    margin: 0 auto;
    outline: none;
    max-width: 100%;
    max-height: 210px;
}
.cles .fnb_product-grid-infos {
    display: inline-block;
    vertical-align: bottom;
}
.fnb_product-title{
    font-size: 17px;
    line-height: 19px;
    text-align: left;
    margin-bottom: 8px;

}
.fnb_product-title a{
    color: #000;
}
.fnb_product_grid_description{
    margin-bottom: 25px;
}
.fnb_product_grid_description p a{
    cursor: pointer;
    color: #000000;
}
.fnb_prds-carousel .fnb_product-grid .fnb_product-grid-infos .fnb_prd-flag, .fnb_products-container .fnb_product-grid .fnb_product-grid-infos .fnb_prd-flag {
    margin-bottom: 1em;
    display: inline-block;
    padding: 0px 4px;
    background-color: #000000;
    color: #ffffff;
    font-family: "abchanel-pb-m",Arial;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-size: 10px;
    line-height: 15px
}
.fnb_prds-carousel .fnb_product-grid .fnb_product-grid-infos .fnb_product-price, .fnb_products-container .fnb_product-grid .fnb_product-grid-infos .fnb_product-price {
    margin-bottom: 20px;
}

.fnb_inline-block .fnb_btn{
    color: #fff;
    background-color: #000;
    border: none;
    margin-top: 10px;
}
.cles .col-sm-6{
    margin-bottom: 20px;
}
.row{
    margin-right: 0;
    margin-left: 0;
}
.proLst_set a img{
    width: 100%;
}
.proLst_set  .col-md-6{
    text-align: center;
}
.proLst_set{
    padding-bottom: 5rem;
}
.proLst_set .font20{
    font-weight: bold;
}
.proLst_set .text-center a{
    color: #000;
    margin-top: 12px;
}
.fnb_btn.fnb_black:hover, .fnb_btn.fnb_black:active, .fnb_btn.fnb_black:focus {
    color: #000000 !important;
    background-color: #dddddd !important;
    border-color: #dddddd !important;
    text-decoration: none !important;
    outline: none;
}
.fnb_invisible{
    display: none;
}
@media (max-width: 1023px){
.fnb_product-img{
        height: auto;
        max-width: 172px;
        padding: 0px;
    }
}

.banner .logon
{
    height:100px;
    }

.video1
{
    display:none;}
    .imgs
    {
           position: absolute;
           z-index:2;
               top: 50%;
    left: 5%;
        }
    
    .products .imgss .imgs{
        position: initial;
}

 #wrapper #pgcontainer .logo 
 {
     display:none;
 }   
 
 .cles{
    display: none;
}
.cles.active{
    display:block;}
.fnb_products_navigation li{
    padding: 20px;
    color: #666;
}.fnb_products_navigation li.active{
     color: #000;
 }
 .fv .BoxCell .logon
 {
     display:none;
 }
 
 .casedetails video
 {
     background:#000;
 }
 .footer_cont .rt img
 {
    position: absolute;
    display:none;
     }
     
 .footer_cont ul.rt
 {
     margin-top: 4rem;}
  .footer_cont ul.rt li
  {
   
      }
 
 .abouti{display:none}
 .sdtew
 {
         color: #fff;
    background-color: #000;
    border: none;
    margin-top: 10px;
    display: block;
    padding: 10px;
    text-align: center;
 }
 .fnb_buy a
 {
     display:inline-block;
     font-size:14px;
     padding:10px 25px;
 }
 
 
 
 