*{
    margin: 0;
    padding: 0;
}
html,body{
    width: 100%;
    height: 100%;
}
li{
    list-style: none;
}
.bg{
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: transform 1s;
    transform: translate(0px,0%);
}
.bg1{

}
.bg2{

}
.bg3{

}
.bg4{

}
.bgimg1{
    background-image: url("../static/img/banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.show-layer{
    width: 50%;
    height: 70%;
    position: absolute;
    background-color: #000;
    opacity: 0.5;
}
.show-box{
    height: 70%;
    width: 100%;
}
.show01{
    width: 100px;
    height: 100px;
    background-color: #d9a661;
    z-index: 1;
    transition: transform 0.5s 0.2s;
    transform: translate(80px,1000px);
}
.active .show01{
    transform: translate(80px,100px);
}
.show02{
    width: 100px;
    height: 100px;
    background-color: #2fadd1;
    border-radius: 50%;
    z-index: 2;
    transition: transform 0.6s 0.2s;
    transform: translate(120px,1000px);
}
.active .show02{
    transform: translate(120px,60px);
}
.show03{
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 100px solid red;
    z-index: 3;
    transition: transform 0.7s 0.2s;
    transform: translate(30px,1000px);
}
.active .show03{
    transform: translate(30px,-40px);
}


/*dddd*/
.banner-container{
    width: 100%;
    height: 100%;
}
.banner-wrapper{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.banner-slide{
    width: 100%;
    height: 100%;
    position: relative;
}
/*banner 渐变色*/
.bannerbg{
    background: -webkit-gradient(linear,0% 0%,100% 0%,from(#2fadd1),to(#d15fb6));
    /*background: -ms-linear-gradient(left, #2fadd1,  #d15fb6);        !* IE 10 *!
    background:-moz-linear-gradient(left,#2fadd1,#d15fb6);!*火狐*!
    background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#2fadd1), to(#d15fb6));      !* Safari 4-5, Chrome 1-9*!
    background: -webkit-linear-gradient(left, #2fadd1, #d15fb6);   !*Safari5.1 Chrome 10+*!
    background: -o-linear-gradient(left, #2fadd1, #d15fb6);  !*Opera 11.10+*!*/
}
/*首页第二栏*/
.banner02{
    position: absolute;
    width: 40%;
    height: 40%;
    left: 12%;
    top: 50%;
    margin: -20% 0;
}
.banner02 img{
    width: 100%;
    position: absolute;
}
.banner03{
    position: absolute;
    width: 40%;
    height: 40%;
    right: 20%;
    top: 50%;
    margin: -20% 0;
}
.banner03 img{
    width: 100%;
    position: absolute;
}
.banner04{
    position: absolute;
    width: 40%;
    height: 40%;
    left: 12%;
    top: 50%;
    margin: -20% 0;
}
.banner04 img{
    width: 100%;
    position: absolute;
}
/*底部show*/
.show-container{
    width: 100%;
    height: 100%;
}
.show-child-box{
    position: relative;
    width: 50%;
    height: 100%;
    float: left;
    overflow: hidden;
    background: -webkit-linear-gradient(-45deg, #34495e 0%,#cc6055 100%);
    background: linear-gradient(-45deg, #34495e 0%,#cc6055 100%);
}
.show-child{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.show-child01{
    background-image: url("../../img/home/city_1.jpg");
}
.show-child02{
    background-image: url("../../img/home/store_1.jpg");
}
.show-child:hover{
    opacity: 0.1;
    -webkit-transform: scale3d(1.2,1.2,1);
    transform: scale3d(1.2,1.2,1);
}
.show-child h2{
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: scale3d(0.8,0.8,1);
    transform: scale3d(0.8,0.8,1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    word-spacing: -0.15em;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}
.show-child-note01{
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    font-size: 1vw;
}
.show-child-note02{
    position: absolute;
    right: 50%;
    top: 50%;
    text-align: center;
    font-size: 1vw;
}
.show-child-note img{
    width: 40%;
}
.show-child-note h3,h5,h6,p{
    color: #fff;
}

/*修改banner*/
.index-bg{
    width: 100%;
    height: 100%;
    background-image: url(../static/img/home/back_1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
header{
    opacity: 0;
    width: 100%;
    background-color: black;
    color: #fff;
    height: 60px;
    position: fixed;
    z-index: 10;
    -webkit-transition: opacity 0.95s, -webkit-transform 0.95s;
    transition: opacity 0.95s, transform 0.95s;
}
.header-opacty{
    opacity: 1;
}
.logo{
    height: 40px;
    line-height: 40px;
    max-width: 200px;
    min-width: 200px;
    padding: 10px 0 10px 130px;
    float: left;
}
.logo img{
    float: left;
    margin-right: 10px;
}
/*.nav{
    line-height: 60px;
    float: right;
    margin: 0 130px 0 0;
}*/
/*.nav li{
    float: left;
    cursor: pointer;
    margin: 0 20px;
    height: 50px;
}*/
/*.nav li:hover{
    border-bottom: solid 1px #fff;
}*/
.nav-button{
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 60px;
    margin-left: 100px;
    padding: 4px 0;
    opacity: 1;
    z-index: 20;
    -webkit-transition: opacity 0.95s, -webkit-transform 0.95s;
    transition: opacity 0.95s, transform 0.95s;
}
.nav-button-opacity{
    opacity: 0;
}
.nav-button div{
    width: 100%;
    height: 10px;
    border-bottom: solid 2px #ccc;
    cursor: pointer;
}
/*banner文字*/
.banner-content {
    position: relative;
    width: 100%;
    height: 100%;
}
.logo-line{
    position: absolute;
    left: -15vw;
    top: 17vw;
    width: 58vw;
    height: 1px;
}
@media screen and (max-width: 768px){
    .logo-line{
        position: absolute;
        left: -58px;
        top: 148px;
        width: 558px;
        height: 1px;
    }
}
.logo-note{
    position: absolute;
    font-size: 3vw;
    left: 3vw;
    top: -1vw;
}
@media screen and (max-width: 768px){
    .logo-note{
        position: absolute;
        font-size: 28px;
        top: -10px;
        left: 128px;
    }
}
.banner-text{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 25%;
    margin: -12% 0 0 -25%;
    z-index: 10;
}
@media screen and (max-width: 768px){
    .banner-text{
        position: absolute;
        top: 50%;
        left: 50%;
        width: 500px;
        height: 200px;
        margin: -100px 0 0 -250px;
        z-index: 10;
    }
}
.index-bg-layer{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    z-index: 1;
}
/*.banner-content{
    position: absolute;
    font-size: 26px;
    margin-left: 70px;
}*/
.logo-text{
    height: 18vw;
    font-size: 100%;
    text-align: center;
    color: #fff;
}
.relation{
    color: #fff;
    margin-top: 0.1rem;
    font-size: 1.2vw;
    width: 42vw;
    position: absolute;
    left: 0vw;
}
@media screen and (max-width: 768px){
    .relation{
        color: #fff;
        margin-top: 0.1rem;
        font-size: 14px;
        width: 420px;
        position: absolute;
        left: 91px;
        top: 150px;
    }
}
.relation li{
    float: left;
    width: 25%;
    text-align: center;
}
.relation li span{
    display: inline-block;
    width: 100%;
}
.relation li i{
    font-size: 80%;
    opacity: 0.5;
}
/*logo动画*/
.logo-text ul{
    position: relative;
    width: 100%;
    height: 100%;
}
.logo-text ul li:nth-child(1){
    position: absolute;
    left: 5vw;
    top: -2vw;
    font-size: 15.5vw;
    animation: opacity1 5s infinite;
}
.logo-text ul li:nth-child(2){
    position: absolute;
    left: 11.5vw;
    top: 4vw;
    font-size: 12vw;
    animation: opacity2 5s infinite;
}
.logo-text ul li:nth-child(3){
    position: absolute;
    left: 17vw;
    top: 0vw;
    font-size: 11.5vw;
    animation: opacity3 5s infinite;
}
.logo-text ul li:nth-child(4){
    position: absolute;
    left: 25vw;
    top: 3vw;
    font-size: 9.5vw;
    animation: opacity4 5s infinite;
}
.logo-text ul li:nth-child(5){
    position: absolute;
    left: 31vw;
    top: 0vw;
    font-size: 12vw;
    animation: opacity5 5s infinite;
}
.logo-text ul li:nth-child(6){
    position: absolute;
    left: 37.5vw;
    top: 4vw;
    font-size: 10vw;
    animation: opacity6 10s infinite;
}
@media screen and (max-width: 768px){
    .logo-text ul li:nth-child(1){
        position: absolute;
        left: 112px;
        top: -22px;
        font-size: 150px;
        animation: opacity1 5s infinite;
    }
    .logo-text ul li:nth-child(2){
        position: absolute;
        left: 171px;
        top: 25px;
        font-size: 128px;
        animation: opacity2 5s infinite;
    }
    .logo-text ul li:nth-child(3){
        position: absolute;
        left: 230px;
        top: -8px;
        font-size: 110px;
        animation: opacity3 5s infinite;
    }
    .logo-text ul li:nth-child(4){
        position: absolute;
        left: 302px;
        top: 11px;
        font-size: 110px;
        animation: opacity4 5s infinite;
    }
    .logo-text ul li:nth-child(5){
        position: absolute;
        left: 370px;
        top: -10px;
        font-size: 124px;
        animation: opacity5 5s infinite;
    }
    .logo-text ul li:nth-child(6){
        position: absolute;
        left: 437px;
        top: 10px;
        font-size: 120px;
        animation: opacity6 10s infinite;
    }
}


@keyframes opacity1{
    0%{
        opacity:0;
    }
    50%{
        opacity:1;
    }
    100%{
        opacity:0;
    }
}
@keyframes opacity2{
    0%{
        opacity:1;
    }
    50%{
        opacity:0;
    }
    100%{
        opacity:1;
    }
}
@keyframes opacity3{
    0%{
        opacity:0.2;
    }
    40%{
        opacity:1;
    }
    90%{
        opacity: 0;
    }
    100%{
        opacity:0.2;
    }

}
@keyframes opacity4{
    0%{
        opacity:0.6;
    }
    20%{
        opacity:1;
    }
    70%{
        opacity: 0;
    }
    100%{
        opacity:0.6;
    }
}
@keyframes opacity5{
    0%{
        opacity:0.4;
    }
    30%{
        opacity:1;
    }
    80%{
        opacity: 0;
    }
    100%{
        opacity:0.4;
    }
}
@keyframes opacity6{
    0%{
        opacity:0.8;
    }
    10%{
        opacity: 1;
    }
    60%{
        opacity: 0;
    }
    100%{
        opacity:0.8;
    }
}

/*改改改*/
.large-header{
    width: 100%;
    height: 100%;
    background-image: url(../../img/home/back_1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.baner-box{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.baner-note02{
    position: absolute;
    width: 40%;
    height: 40%;
    left: 53%;
    top: 43%;
    padding: 0 30px;
}
.baner-note02 h3{
    color: #000;
    margin-bottom: 5px;
}
.baner-note02 p{
    color: #000;
    opacity: 0.5;
}
.baner-note02-bg{
    width: 100%;
    height: 100%;
    background-image: url(../../img/home/analysis.png);
    background-size: 72%;
    background-repeat: no-repeat;
    background-position: 0 10px;
}
.baner-note02-text{
    position: absolute;
    width: 50%;
    height: 40%;
    left: 0;
    top: 0;
    padding: 0 30px;
    font-size: 1vw;
}
.baner-note03{
    position: absolute;
    width: 40%;
    height: 40%;
    right: 40%;
    top: 43%;
    padding: 0 30px;
}
.baner-note03 h3{
    color: #000;
    margin-bottom: 5px;
}
.baner-note03 p{
    color: #000;
    opacity: 0.5;
}
.baner-note03-bg{
    width: 100%;
    height: 100%;
    background-image: url(../../img/home/science.png);
    background-size: 72%;
    background-repeat: no-repeat;
    background-position: -20px 0px;
}
.baner-note03-text{
    position: absolute;
    width: 65%;
    height: 40%;
    left: 0;
    top: 0;
    padding: 0 30px;
    font-size: 1vw;
}
.baner-note04{
    position: absolute;
    width: 40%;
    height: 40%;
    left: 53%;
    top: 43%;
    padding: 0 30px;
}
.baner-note04 h3{
    color: #000;
    margin-bottom: 5px;
}
.baner-note04 p{
    color: #000;
    opacity: 0.5;
}
.baner-note04-bg{
    width: 100%;
    height: 100%;
    background-image: url(../../img/home/expertise.png);
    background-size: 72%;
    background-repeat: no-repeat;
    background-position: 0 10px;
}
.baner-note04-text{
    position: absolute;
    width: 50%;
    height: 40%;
    left: 0;
    top: 0;
    padding: 0 30px;
    font-size: 1vw;
}



/*关于意礴关于意礴关于意礴关于意礴关于意礴关于意礴关于意礴关于意礴关于意礴关于意礴关于意礴关于意礴关于意礴关于意礴*/
.about-container{
    width: 1000px;
    margin: 0 auto;
    /*border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;*/
}
.about-box{
    width: 100%;
    height: 600px;
    min-width: 1000px;
    position: relative;
}
.about-bg{
    background-image: url(../../img/about/about-us.png);
    background-repeat: no-repeat;
    background-size: 400px;
    position: absolute;
    left: 100px;
    top: 300px;
    width: 400px;
    height: 100px;
    z-index: 1;
}
.about-text{
    position: absolute;
    left: 100px;
    top: 160px;
    width: 400px;
    height: 200px;
    z-index: 6;
}
.about-title{
    margin-bottom: 10px;
    padding: 10px 0 2px 0;
    border-bottom: solid 2px #000;
    font-size: 22px;
    font-weight: 600;
    color: #000;
}
.about-content{
    width: 100%;
    height: 120px;
    margin-top: 30px;
    opacity: 0;
    transition: all 1.5s;
}
.about-content-active{
    margin-top: 0;
    opacity: 1;
}
.about-content p:nth-child(1){
    font-size: 14px;
    margin-bottom: 4px;
}
.about-content p:nth-child(2){
    width: 72%;
}
.about-content p{
    font-size: 12px;
    line-height: 22px;
    color: #000;
}
.about-img{
    position: absolute;
    left: 400px;
    top: 120px;
    width: 400px;
    height: 300px;
    z-index: 2;
    overflow: hidden;
}
.about-img img{
    width: 100%;
}
.about-logo{
    position: absolute;
    left: 400px;
    top: 160px;
    width: 440px;
    height: 300px;
    text-align: center;
    z-index: 5;
}
.about-logo img{
    width: 110%;
}
.about-logo-layer{
    position: absolute;
    left: 39%;
    top: 22%;
    width: 31%;
    height: 37%;
    opacity: 0.9;
    background-color: #fff;
    box-shadow: 1px 1px 5px #888888;
    z-index: 4;
}
.about-part{
    position: absolute;
    left: 700px;
    top: 440px;
    width: 200px;
    height: 80px;
    background-color: #000;
    z-index: 4;
}
/*关于意礴关于意礴关于意礴关于意礴关于意礴关于意礴关于意礴关于意礴关于意礴关于意礴关于意礴关于意礴关于意礴关于意礴*/

/*关于百丽关于百丽关于百丽关于百丽关于百丽关于百丽关于百丽关于百丽关于百丽关于百丽关于百丽关于百丽关于百丽关于百丽*/
.bele-box{
    width: 100%;
    height: 600px;
    position: relative;
    min-width: 1000px;
}
.bele-bg{
    background-image: url(../../img/about/about-belle.png);
    background-repeat: no-repeat;
    background-size: 400px;
    position: absolute;
    left: 500px;
    top: 350px;
    width: 400px;
    height: 100px;
    z-index: 1;
}
.bele-text{
    position: absolute;
    left: 500px;
    top: 100px;
    width: 420px;
    height: 300px;
    z-index: 6;
}
.bele-title{
    margin-bottom: 10px;
    padding: 10px 0 2px 120px;
    border-bottom: solid 2px #000;
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    color: #000;
}
.bele-content{
    width: 300px;
    height: 160px;
    margin: 30px 0 0 120px;
    opacity: 0;
    transition: all 1.5s;
}
.bele-content-active{
    margin: 0 0 0 120px;
    opacity: 1;
}
.bele-content p{
    font-size: 12px;
    line-height: 20px;
    color: #000;
}
.bele-img{
    position: absolute;
    left: 200px;
    top: 100px;
    width: 400px;
    height: 300px;
    z-index: 2;
    overflow: hidden;
}
.bele-img img{
    width: 100%;
}
.bele-logo{
    position: absolute;
    left: 50px;
    top: 150px;
    width: 500px;
    height: 300px;
    text-align: center;
    z-index: 5;
}
.bele-logo img{
    width: 110%;
}
.bele-logo-layer{
    position: absolute;
    left: 200px;
    top: 64px;
    width: 340px;
    height: 244px;
    opacity: 0.9;
    background-color: #fff;
    box-shadow: 1px 1px 5px #888888;
    z-index: 4;
}
.bele-part{
    position: absolute;
    left: 780px;
    top: 90px;
    width: 150px;
    height: 80px;
    background-color: #000;
    z-index: 4;
}
.bele-part{
    position: absolute;
    left: 50px;
    top: 150px;
    width: 200px;
    height: 80px;
    background-color: #000;
    z-index: 4;
}
.bele-line{
    position: absolute;
    left: 500px;
    top: 0;
    width: 10px;
    height: 400px;
    border-right: solid 2px #000;
    z-index: 6;
}

/*关于百丽关于百丽关于百丽关于百丽关于百丽关于百丽关于百丽关于百丽关于百丽关于百丽关于百丽关于百丽关于百丽关于百丽*/

/*合作品牌*/
.co-box{
    width: 100%;
    height: 600px;
    position: relative;
    min-width: 1000px;
}
.co-belle{
    position: absolute;
    left: 0px;
    top: 100px;
    width: 600px;
    height: 180px;
    background-color: #000;
    z-index: 2;
    overflow: hidden;
}
.co-logo{
    margin: 0 0 0 100px;
    border-bottom: solid 2px #7b7575;
    width: 600px;
}
.co-logo img{
    width: 76%;
    margin: 30px 0 20px 0;
}
.co-tip{
    margin: 10px 0 0 100px;
    font-size: 14px;
    width: 460px;
}
.co-list{
    position: absolute;
    left: 200px;
    top: 150px;
    width: 800px;
    height: 380px;
    background-color: #fff;
    box-shadow: 1px 1px 20px #e8e8e8;
    z-index: 1;
}
.co-list-logo{
    margin: 70px 0 0 50px;
    position: relative;
}
.co-list-logo img{
    width: 94%;
}
.co-list-nav{
    width: 99%;
    height: 226px;
    position: absolute;
    left: -20px;
    top: 30px;
}
.co-list-nav li{
    float: left;
    width: 20%;
    height: 34px;
    margin: 0 0 30px;
    cursor: pointer;
}
.co-list-nav li:nth-child(1){
    background-image: url(../../img/about/6.png);
    background-size: 600px;
    background-position: 21px 8px;
    background-repeat: no-repeat;
}
.co-list-nav li:nth-child(1):hover{
    background-image: url(../../img/about/6_q.png);
}
.co-list-nav li:nth-child(2){
    background-image: url(../../img/about/6.png);
    background-position: -441px -122px;
    background-size: 700px;
}
.co-list-nav li:nth-child(2):hover{
    background-image: url(../../img/about/6_q.png);
}
.co-list-nav li:nth-child(3){
    background-image: url(../../img/about/6.png);
    background-position: 20px -150px;
    background-size: 600px;
    background-repeat: no-repeat;
}
.co-list-nav li:nth-child(3):hover{
    background-image: url(../../img/about/6_q.png);
}
.co-list-nav li:nth-child(4){
    background-image: url(../../img/about/6.png);
    background-position: -112px -98px;
    background-size: 600px;
}
.co-list-nav li:nth-child(4):hover{
    background-image: url(../../img/about/6_q.png);
}
.co-list-nav li:nth-child(5){
    background-image: url(../../img/about/6.png);
    background-position: 18px -46px;
    background-repeat: no-repeat;
    background-size: 600px;
}
.co-list-nav li:nth-child(5):hover{
    background-image: url(../../img/about/6_q.png);
}
.co-list-nav li:nth-child(6){
    background-image: url(../../img/about/6.png);
    background-position: 22px -102px;
    background-size: 640px;
    background-repeat: no-repeat;
}
.co-list-nav li:nth-child(6):hover{
    background-image: url(../../img/about/6_q.png);
}
.co-list-nav li:nth-child(7){
    background-image: url(../../img/about/6.png);
    background-position: -234px -98px;
    background-size: 600px;
}
.co-list-nav li:nth-child(7):hover{
    background-image: url(../../img/about/6_q.png);
}
.co-list-nav li:nth-child(8){
    background-image: url(../../img/about/6.png);
    background-position: -342px -204px;
}
.co-list-nav li:nth-child(8):hover{
    background-image: url(../../img/about/6_q.png);
}
.co-list-nav li:nth-child(9){
    background-image: url(../../img/about/6.png);
    background-position: -672px 2px;
    background-size: 800px;
    background-repeat: no-repeat;
}
.co-list-nav li:nth-child(9):hover{
    background-image: url(../../img/about/6_q.png);
}
.co-list-nav li:nth-child(10){
    background-image: url(../../img/about/6.png);
    background-position: -490px -100px;
    background-repeat: no-repeat;
    background-size: 600px;
}
.co-list-nav li:nth-child(10):hover{
    background-image: url(../../img/about/6_q.png);
}
.co-list-nav li:nth-child(11){
    background-image: url(../../img/about/6.png);
    background-position: -234px 10px;
    background-repeat: no-repeat;
    background-size: 600px;
}
.co-list-nav li:nth-child(11):hover{
    background-image: url(../../img/about/6_q.png);
}
.co-list-nav li:nth-child(12){
    background-image: url(../../img/about/6.png);
    background-position: -365px -49px;
    background-size: 600px;
}
.co-list-nav li:nth-child(12):hover{
    background-image: url(../../img/about/6_q.png);
}
.co-list-nav li:nth-child(13){
    background-image: url(../../img/about/6.png);
    background-position: -144px -58px;
    background-size: 700px;
}
.co-list-nav li:nth-child(13):hover{
    background-image: url(../../img/about/6_q.png);
}
.co-list-nav li:nth-child(14){
    background-image: url(../../img/about/6.png);
    background-position: -112px 5px;
    background-size: 640px;
}
.co-list-nav li:nth-child(14):hover{
    background-image: url(../../img/about/6_q.png);
}
.co-list-nav li:nth-child(15){
    background-image: url(../../img/about/6.png);
    background-position: -288px -60px;
    background-repeat: no-repeat;
    background-size: 700px;
}
.co-list-nav li:nth-child(15):hover{
    background-image: url(../../img/about/6_q.png);
}
.co-list-nav li:nth-child(16){
    background-image: url(../../img/about/6.png);
    background-position: -490px -50px;
    background-size: 600px;
    background-repeat: no-repeat;
}
.co-list-nav li:nth-child(16):hover {
    background-image: url(../../img/about/6_q.png);
}
.co-list-nav li:nth-child(17){
    background-image: url(../../img/about/6.png);
    background-position: -202px -232px;
    background-size: 900px;
    background-repeat: no-repeat;
}
.co-list-nav li:nth-child(17):hover{
    background-image: url(../../img/about/6_q.png);
}
.co-list-nav li:nth-child(18){
    background-image: url(../../img/about/6.png);
    background-position: -372px 8px;
    background-size: 600px;
}
.co-list-nav li:nth-child(18):hover{
    background-image: url(../../img/about/6_q.png);
}
.co-brand{
    position: absolute;
    left: 200px;
    top: 336px;
    width: 590px;
    border-bottom: solid 2px #000;
    color: #000;
    font-size: 16px;
    padding: 0 50px 6px 0;
    text-align: right;
}
.co-brand img{
    width: 150px;
    margin: 0 0 0 400px;
}
/*联系我们*/
.contact-box{
    width: 100%;
    height: 560px;
    position: relative;
    min-width: 1000px;
}
.contact-us{
    position: absolute;
    left: 100px;
    top: 0%;
    width: 800px;
    height: 260px;
    background-image: url(../../img/about/7.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    box-shadow: 1px 1px 20px #e8e8e8;
}
.contact-us-title{
    margin: 14px 30px;
    font-weight: 600;
    font-size: 22px;
    color: #000;
}
.contact-content{
    position: absolute;
    left: 520px;
    top: 70px;
    width: 410px;
    height: 205px;
    border-bottom: solid 14px #000;
    color: #000;
    opacity: 0;
    transition: all 1.5s ease;
}
.contact-content-active{
    top: 50px;
    opacity: 1;
}
.contact-content div{
    margin-bottom: 3px;
    font-size: 14px;
    color: #666;
}
.contact-content div span{
    font-size: 14px;
    color: #000;
}
.contact-content p{
    color: #666;
    margin-left: 70px;
    font-size: 12px;
}
.contact-wx{
    position: absolute;
    left: 100px;
    top: 300px;
    width: 800px;
    height: 200px;
    background-color: #fff;
    box-shadow: 1px 1px 20px #e8e8e8;
}
.contact-wx-number{
    margin: 14px 30px;
    font-weight: 600;
    font-size: 20px;
    color: #000;
}
.contact-code-img{
    position: absolute;
    left: 340px;
    top: 340px;
    width: 100px;
    height: 100px;
}
.contact-note{
    position: absolute;
    left: 520px;
    top: 360px;
}
.contact-note p{
    color: #000;
    margin-bottom: 4px;
    font-size: 14px;
}
.contact-note p:nth-child(2){
    color: #666;
}
.contact-note p:nth-child(3){
    color: #666;
}
.contact-us-bg{
    position: absolute;
    left: 200px;
    top: 330px;
    width: 400px;
    height: 100px;
    background-image: url(../../img/about/contact-us.png);
    background-size: 400px;
    background-repeat: no-repeat;
}
.contact-wx-bg{
    position: absolute;
    left: 600px;
    top: 650px;
    width: 300px;
    height: 100px;
    background-image: url(../../img/about/wechat.png);
    background-size: 300px;
    background-repeat: no-repeat;
}
.contact-us-line1{
    position: absolute;
    left: 100px;
    top: 50px;
    width: 50px;
    height: 10px;
    border-top: solid 2px #000;
}
.contact-us-line2{
    position: absolute;
    left: 120px;
    top: 20px;
    width: 10px;
    height: 400px;
    border-left: solid 2px #000;
}
.contact-wx-line1{
    position: absolute;
    left: 80px;
    top: 470px;
    width: 150px;
    height: 10px;
    border-bottom: solid 2px #000;
}
.contact-wx-line2{
    position: absolute;
    left: 60px;
    top: 510px;
    width: 200px;
    height: 10px;
    border-bottom: solid 10px #000;
}
.img-layer{
    width: 400px;
    height: 300px;
    position: absolute;
    left: 0px;
    top: 0;
    background-color: #fff;
    transition: left 1s;
}
.img-layer-active{
    left: 400px;
}
.co-belle-layer{
    position: absolute;
    left: 0;
    top: 0;
    width: 600px;
    height: 200px;
    background-color: #fff;
    transition: left 1s;
}
.co-belle-layer-active{
    left: 600px;
}
/*浮动导航栏*/
.float-nav{
    width: 100%;
    height: 100%;
    background-color: #000;
    color: #fff;
    padding: 10% 0;
    position: relative;
    font-size: 1.2vw;
    z-index: 99;
    transition: transform 0.5s 0.2s;
    transform: translate(-100%,0);
}
.float-nav-show{
    transform: translate(0%,0);
}
.float-nav-child{
    height: 14%;
    text-align: center;
    width: 64%;
}
.float-nav-box span{
    display: block;
    opacity: 0.9;
    margin-bottom: 6px;
}
.float-nav-box i{
    display: block;
    opacity: 0.6;
    font-size: 1vw;
}
.float-nav-box{
    text-align: left;
    margin-left: 80%;
    width: 10%;
    cursor: pointer;
}
.float-nav-child:hover{
    background-image: url("../../img/home/line_1.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0% 28%;
}
.close-float-nav{
    position: absolute;
    left: 100px;
    top: 0px;
    font-size: 40px;
    cursor: pointer;
}