/* 通用样式 */
*{
    margin: 0;
    padding: 0;
}
html, body {
    width: 100%;height: 100%;margin: 0;padding: 0;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
}
img {
    vertical-align: top;
}
input {
    outline: none;
}


/* 头部 首页大图 */

.Dlogo {
    position: relative;
}

.Dlogo .dimg{
    width: 100%;
}
.Dlogo .lion {
    position: absolute;
    display: block;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0,0);
    top: 50%;
    left: 79%;
    z-index: 555;
}
.Dlogo .but {
    position: absolute;
    display: block;
    width: 250px;
    height: 120px;
    background-color: rgba(0, 0, 0,0);
    top: 57%;
    left: 11%;
    z-index: 555;
}
/* 导航栏 */
.Dlogo .head {
    height: 100px;
    background-color: black;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.Dlogo .head .nav {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #999999;
    text-align: center;
}
.Dlogo .head .nav li{
    width: 88px;
    cursor: pointer;
}
.Dlogo .head .nav li a{
    display: block;
    width: 88px;
    cursor: pointer;
    color: #999999;
}
.Dlogo .head .nav .show{
    color: white;
}
.Dlogo .head .nav .show img{
    display: inline-block; 
}

.Dlogo .head .nav img {
    vertical-align: middle;
    margin-right: 5px;
    display: none;
}
.Dlogo .head .nav li a:hover {
    color: white;
}


/* 全部内容 */
.content {
    height: 2000px;
    background-color: #f1ebeb;
    overflow: hidden;
}

/* 海莎概括 */
.content .HSgaikuo{
    width: 1400px;
    margin: auto; 
}
.content .title {
    text-align: center;
    margin-top: 150px;
    margin-bottom: 60px;
}
.content .title .w{
    color: white;
    font-size: 51px;
    font-weight: bold;
}
.content .title .s{
    color: #222222;
    font-size: 20px;
}
.HSgaikuo .HSgaikuo-c {
    height: 570px;
    background-color: #fff;
}
.HSgaikuo .HSgaikuo-c .l {
    float: left;
    width: 45%;
}
.HSgaikuo .HSgaikuo-c .l img{
    width: 100%;
}
.HSgaikuo .HSgaikuo-c .r {
    width: 55%;
    float: right;
    padding-left: 80px;
    padding-right: 80px;
    box-sizing: border-box;
}
.HSgaikuo .HSgaikuo-c .r .p{
    font-size: 20px;
    color: #222222;
    font-weight: bold;
    margin-top: 60px;
}
.HSgaikuo .HSgaikuo-c .r .yi{
    width: 24px;
    height: 4px;
    background-color: #e37518;
    margin-top: 20px;
    margin-bottom: 40px;
}
.HSgaikuo .HSgaikuo-c .r .c{
    color: #949494;
    line-height: 32px;
}
.HSgaikuo .HSgaikuo-c .r .s{
    margin-top: 33px;
    color: #949494;
    line-height: 32px;
}
.HSgaikuo .HSgaikuo-c .r .s b {
    color: #222222;
}
.HSgaikuo .HSgaikuo-c .r .btn {
    width: 160px;
    height: 50px;
    background-color: #e37518;
    text-align: center;
    line-height: 50px;
    color: white;
    margin-top: 50px;
    cursor: pointer;
}
.HSgaikuo .HSgaikuo-c .r .btn img {
    margin-top: 20px;
}


/*  系列产品 */
.content .goods{
    width: 1400px;
    margin: auto; 
    height: 850px;
}
.goods .clothes li{
    float: left;
    cursor: pointer;
}
/* 夏季系列 1 */
.goods .clothes .clothes1 {
    /* width: 341px; */
    width: 24.2%;
    height: 668px;
    margin-right: 12px;
}
.goods .clothes .clothes1 .bjt {
    background: url(../images/cp1w.png) no-repeat ;
    height: 80px;
    background-size: 100% 100%;
    overflow: hidden;
    color: #ef7474;
    font-size: 25px;
    text-align: center;
    line-height: 80px;
}
.goods .clothes .clothes1 .cc {
    background-color: #fff;
}
.goods .clothes .clothes1 .cc img{
    margin: 35px 0  35px 85px;
}
.goods .clothes .btn {
    width: 160px;
    height: 50px;
    background-color: #e37518;
    text-align: center;
    line-height: 50px;
    color: white;
    margin-top: -25px;
    margin-left: 92px;
    cursor: pointer;
    display: none;
}
.goods .clothes .btn img {
    margin-top: 20px;
}
/* 夏季系列 2 */
.goods .clothes .clothes2 .bjt {
    background: url(../images/cp2w.png) no-repeat ;
    color: #005765;
    background-size: 100% 100%;
}
/* 夏季系列 3 */
.goods .clothes .clothes3 .bjt {
    background: url(../images/cp3w.png) no-repeat ;
    color: #804b00;
    background-size: 100% 100%;
}
/* 夏季系列 4 */
.goods .clothes .clothes4 .bjt {
    background: url(../images/cp4w.png) no-repeat ;
    color: #919191;
    background-size: 100% 100%;
}
.goods .clothes .clothes4 {
    margin-right: 0px;
}


/* 4个的hover效果 */
.goods .clothes li:hover .btn {
    display: block;
}
/* 画龙点睛 */
.btn:hover {
    transform: scale(1.2);
}
.goods .clothes li:hover {
    box-shadow: 10px 10px 5px #ccc ;
}
.clothes .English {
    display: none;
    font-size: 30px;
    background-image: linear-gradient(to right, rgba(233, 90, 90,0.5), #ece2e2, rgba(233, 90, 90,0.5));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/*.goods .clothes li:hover .Chinese {*/
/*    display: none;*/
/*}*/
/*.goods .clothes li:hover .English {*/
/*    display: block;*/
/*}*/


/* 设计定制 */
.dingzhi {
    width: 100%;
}
.dingzhi .title {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 60px;
}
.dingzhi .title .w{
    color: #222222;
    font-size: 51px;
    font-weight: bold;
}
.dingzhi .title .s{
    color: #222222;
    font-size: 20px;
}
.dingzhi .imgnav {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #e8e8e8;
}
.dingzhi .imgnav li {
    padding: 30px 70px;
    border-right: 1px solid #e8e8e8;
    box-sizing: border-box;

}

.dingzhi .bjt {
    height: 784px;
    background: url(../images/mianliao.png) no-repeat;
    /* background-size: 85% 100%; */
    background-size: 100% 100%;
    overflow: hidden;
}
.dingzhi .bjt .hide {
    height: 784px;
    background-color: rgba(0, 0, 0,0.5);
}
.dingzhi .bjt .hide img {
    margin: 215px 0 0 260px;
}


/* 全部内容 下 */
.content2 {
    height: 1800px;
    background-color: #f1ebeb;
    overflow: hidden;
}

/* 新闻中心 */
.content2 .new{
    width: 1400px;
    margin: auto; 
}
.content2 .title {
    text-align: center;
    margin-top: 150px;
    margin-bottom: 60px;
}
.content2 .title .w{
    color: white;
    font-size: 51px;
    font-weight: bold;
}
.content2 .title .s{
    color: #222222;
    font-size: 20px;
}
.new .new-c {
    height: 700px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
}
.new-c .new1 {
    width: 50%;
}
.new-c .new1 img{
    width: 100%;
}
.new .new-c .new2 {
    width: 617px;
    height: 350px;
    padding-left: 80px;
    border: 1px solid #f0f0f0;
}
.new .new-c .new2 .w{
    font-size: 28px;
    color: #222222;
    margin-top: 60px;
    font-weight: bold;   
}
.new .new-c .new2 .w:hover{
    color: #e37518;
}
.new .new-c .new2 .c{
    width: 144px;
    height: 28px;
    background-color: #e37518;
    font-size: 15px;
    color: #fff;
    margin-top: 30px;
    text-align: center;
    line-height: 28px;
}
.new .new-c .new2 .s{
    color: #888888;
    margin-top: 40px;
    padding-right: 78px;
    line-height: 30px;
}


/* 合作伙伴 */
.content2 .huoban{
    width: 1400px;
    margin: auto; 
}
.content2 .huoban .huoban-c img{
    width: 100%;
}





/* 适应1200-1400的屏幕 */
@media screen and (min-width:1200px) and (max-width:1400px) {

    /* 海莎概括 */
    .content .HSgaikuo {
        width: 1200px;
    }
    .HSgaikuo .HSgaikuo-c .l {
        float: left;

    }
    .HSgaikuo .HSgaikuo-c .r .p {
        margin-top: 40px;
    }
    .HSgaikuo .HSgaikuo-c .r .yi {
        margin-bottom: 20px;
    }
    .HSgaikuo .HSgaikuo-c .r {
        padding-left: 60px;
        padding-right: 50px;
    }
    .HSgaikuo .HSgaikuo-c .r .s {
        margin-top: 13px;
    }
    .HSgaikuo .HSgaikuo-c .r .btn {
        margin-top: 30px;
    }

    /* 系列产品 */
    .content .goods {
        width: 1200px;
    }
    .goods .clothes .clothes1 .cc img {
        margin: 35px 0 35px 54px;
    }.goods .clothes .btn {
        margin-left: 62px;
    }

    /* 新闻中心 */
    .content2 .new {
        width: 1200px;
    }
    .new .new-c .new2 {
        width: 517px;
        height: 350px;
        padding-left: 80px;
        border: 1px solid #f0f0f0;
    }

    /* 合作伙伴 */
    .content2 .huoban {
        width: 1200px;
        margin: auto;
    }
}



.swiper-container {
    display: none;
}
.handsome {
    display: none;
}

/* 手机端 */
@media screen and (max-width: 550px) {
    
    .Dlogo {
        display: none;
    }
    .swiper-container {
        padding-top: 69px;
        display: block;
    }
    .content {
        /* height: 2000px; */
        height: 4060px;
        width: 100%;
    }
    .content .HSgaikuo {
        width: 100%; 
    }
    .content .title {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .content .title .w {
        font-size: 31px;
    }
    .content .title .s {
        font-size: 20px;
    }
    .HSgaikuo .HSgaikuo-c .l {
        float: left; 
        width: 100%;
    }
    .HSgaikuo .HSgaikuo-c {
        height: 1130px;
    }
    .HSgaikuo .HSgaikuo-c .r {
        width: 100%;
        /* float: right; */
        padding-left: 30px;
        padding-right: 30px;
    }
    .HSgaikuo .HSgaikuo-c .r .yi {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .content .goods {
        width: 100%;
        height: 2850px;

    }
    .goods .clothes .clothes1 {
        /* width: 341px; */
        width: 100%;
        height: 670px;
    }
    .dingzhi {
        display: none;
    }
    .goods .clothes .clothes1 .cc img {
        margin: 40px auto;
        display: block;
    }
    .goods .clothes li:hover .btn {
        display: none;
    }
    .goods .clothes .clothes1 .cc {
        overflow: hidden;
    }
    .content2 .new {
        width: 100%;
        margin: auto;
    }
    .content2 .title {
        text-align: center;
        margin-top: 0px;
        margin-bottom: 50px;
    }
    .content2 .title .w {
        font-size: 31px;
    }
    .new .new-c {
        height: 1400px;
    }
    .new-c .new1 {
        width: 100%;
    }
    .new .new-c .new2 {
        width: 100%;
        height: 350px;
        padding: 0 20px;
    }
    .new .new-c .new2 .s {
        color: #888888;
        margin-top: 40px;
        padding-right: 55px;
        line-height: 30px;
    }
    .content2 .huoban {
        display: none;
    }
    .content2 {
        height: 1605px;
        background-color: #f1ebeb;
        overflow: hidden;
    }
    .handsome {
        display: block;
        color: #fff;
        text-align: center;
        background-color: #525252;
        font-size: 14px;
        font-weight: normal;
        height: 35px;
        line-height: 35px;
    }

}