@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
@font-face{
    font-family: "Mdin";
    src: url('../font/DIN-Medium.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: "din";
    src: url('../font/DIN-Bold_.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: "xbold";
    src: url('../font/akzidenzgroteskbq-xbold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: "sHeavy";
    src: url('../font/SourceHanSansCN-Heavy.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: "sRegular";
    src: url('../font/SourceHanSansCN-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
/* header */
header{
    position: relative;
    z-index: 10;
}
.header-top{
    height: 100px;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.header-lan{
    display: flex;
}
.lan-item{
    display: flex;
    align-items: center;
    height: 100px;
    margin-right: 20px;
}
.lan-item:last-child{
    margin-right: 0px;
}
.lan-item span{
    font-size: 16px;
    color: #333;
    padding-left: 10px;
}
.header-service{
    display: flex;
    align-items: center;
}
.header-icon{
    display: flex;
}
.header-icon a{
    display: block;
    width: 39px;
    height: 39px;
    margin-right: 10px;
}
.header-icon a img{
    display: block;
    width: 100%;
}
.heser-txt{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.heser-txt span{
    font-size: 16px;
    line-height: 24px;
    display: block;
    color: #444;
}
.heser-txt strong{
    font-size: 24px;
    font-weight: normal;
    color: #000;
    line-height: 26px;
    font-family: "Mdin";
}
.logo-wrap{
    width: 259px;
}
.logo{
    display: block;
    width: 259px;
    margin-top: 18px;
}
.logo img{
    display: block;
    width: 100%;
}
.nav-ul{
    display: flex;
    justify-content: space-between;
}
.nav-ul li{
    height: 50px;
    position: relative;
}
.nav-ul li:last-child{
    margin-right: 0px;
}
.nav-ul li > a{
    display: block;
    line-height: 48px;
    padding: 0 18px;
    border-bottom: 2px solid transparent;
    color: #222;
    font-size: 16px;
    transition: all .5s;
}
.nav-ul li:hover > a, .nav-ul li.nav-active a{
    border-color: #000000;
}
.nav-ul li.nav-arrow>a{
    background: url(../img/nav_arrow.png) no-repeat right center;
}
.nav-sub{
    position: absolute;
    top: 50px;
    left: 0px;
    z-index: 66;
    display: none;
    width: 100%;
}
.nav-sub dl dd a{
    display: block;
    line-height: 36px;
    font-size: 16px;
    color: #222;
    text-align: center;
    background-color: #fff;
    transition: all .3s;
    border-bottom: 2px solid #dedde3;
}
.nav-sub dl dd:last-child a{
    border-bottom: none;
}
.nav-sub dl dd a:hover{
    color: #fff;
    border-bottom-color: #000;
    background-color: #000;
}
@media(max-width: 1200px){
    .nav-ul li{
        margin-right: 5px;
    }
    .nav-sub dl dd a{
        font-size: 14px;
    }
}
@media(max-width: 991px){
    header{
        height: 70px;
    }
    .nav{
        display: none;
    }
    .header-lan{
        display: none;
    }
    .header-service{
        display: none;
    }
    .logo{
        width: 210px;
        margin-top: 9px;
    }
    #navToggle{
        margin-top: 25px;
    }
}
/* 产品 */
.home-pro{
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 100px;
}
.hpro-list{
    margin-left: -12px;
    margin-right: -12px;
}
.hpro-list li{
    width: 33.3333%;
    float: left;
    padding: 0 12px;
}
.hpro-item{
    width: 100%;
}
.hpro-img{
    width: 100%;
    overflow: hidden;
}
.hpro-img img{
    display: block;
    width: 100%;
    transition: all .5s;
}
.hpro-info{
    margin-top: 26px;
}
.hpro-info h3{
    font-size: 24px;
    line-height: 24px;
    color: #333;
    margin-bottom: 7px;
}
.hpro-info p{
    line-height: 24px;
    font-size: 16px;
    color: #666;
    min-height: 48px;
    margin-bottom: 13px;
}
.hpro-buy{
    display: block;
    width: 138px;
    height: 40px;
    text-align: center;
    background-color: transparent;
    line-height: 40px;
    border: 1px solid #000;
    color: #000;
    transition: all .5s;
}
.hpro-item:hover .hpro-img img{
    transform: scale(1.1);
}
.hpro-item:hover .hpro-buy{
    color: #fff;
    background-color: #000;
}
@media(max-width: 1200px){
    .hpro-info p{
        font-size: 14px;
    }
    .home-pro{
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media(max-width: 991px){
    .hpro-list{
        margin-left: 0px;
        margin-right: 0px;
    }
    .hpro-list li{
        width: 100%;
        float: none;
        padding: 0px;
        margin-bottom: 25px;
    }
    .hpro-list li:last-child{
        margin-bottom: 0px;
    }
    .hpro-info p{
        min-height: 24px;
    }
    .home-pro{
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media(max-width: 599px){
    .home-pro{
        padding-bottom: 50px;
    }
}
/* 首页公司简介 */
.home-about{
    margin-bottom: 100px;
    overflow: hidden;
}
.habout-main{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.habout-main img{
    width: 100%;
    display: block;
}
.habout-info{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 2;
    display: flex;
    justify-content: space-between;
}
.habout-left{
    width: 40%;
    padding-left: 60px;
    padding-top: 110px;
}
.habout-title h2{
    font-size: 70px;
    line-height: 70px;
    font-family: "xbold";
    color: #222;
    margin-bottom: 16px;
}
.habout-title h3{
    font-size: 40px;
    line-height: 40px;
    color: #222;
    margin-bottom: 135px;
}
.habout-more{
    display: block;
    width: 138px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    background-color: #000;
}
.habout-right{
    padding-top: 110px;
    width: 55%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 55px;
}
.habout-right h3{
    font-family: "sHeavy";
    font-size: 40px;
    color: #222;
    line-height: 40px;
    margin-bottom: 50px;
}
.habout-des {
    max-width: 500px;
}
.habout-des p{
    line-height: 30px;
    font-size: 16px;
    color: #444;
    margin-bottom: 12px;
}
@media(max-width: 1600px){
    .habout-left{
        padding-top: 90px;
        padding-left: 45px;
    }
    .habout-right{
        padding-top: 90px;
        padding-right: 45px;
    }
    .habout-des p{
        margin-bottom: 5px;
    }
    .habout-des{
        max-width: 450px;
    }
}
@media(max-width: 1400px){
    .habout-left{
        padding-top: 80px;
    }
    .habout-right{
        padding-top: 80px;
    }
    .habout-title h2{
        font-size: 60px;
        line-height: 60px;
    }
    .habout-right h3{
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 35px;
    }
    .habout-des p{
        line-height: 26px;
    }
    .habout-des{
        max-width: 415px;
    }
}
@media(max-width: 1200px){
    .habout-left{
        padding-top: 40px;
        padding-left: 30px;
    }
    .habout-right{
        padding-top: 40px;
        padding-right: 30px;
    }
    .habout-title h3{
        margin-bottom: 110px;
    }
    .habout-des p{
        line-height: 24px;
    }
    .home-about{
        margin-bottom: 80px;
    }
}
@media(max-width: 991px){
    .habout-info{
        position: relative;
        top: auto;
        left: auto;
        background-color: #f4f4f4;
        border-radius: 35px;
        margin-top: 18px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
        display: block;
    }
    .habout-left{
        padding-top: 30px;
        padding-left: 0px;
        width: 100%;
    }
    .habout-right{
        padding-top: 30px;
        padding-right: 0px;
        width: 100%;
        align-items: flex-start;
    }
    .habout-title h3{
        margin-bottom: 30px;
    }
    .habout-right h3{
        margin-bottom: 20px;
    }
    .habout-des{
        max-width: 100%;
    }
    .home-about{
        margin-bottom: 50px;
    }
}
@media(max-width: 599px){
    .habout-title h2{
        font-size: 52px;
        line-height: 52px;
    }
    .habout-title h3{
        font-size: 28px;
        line-height: 28px;
    }
    .habout-right h3{
        font-size: 32px;
        line-height: 32px;
    }
    .habout-info{
        padding-left: 15px;
        padding-right: 15px;
    }
}
/* 服装精选 */
.hjing-item{
    width: 100%;
    overflow: hidden;
}
.hjing-item img{
    width: 100%;
    display: block;
    transition: all .5s;
    position: relative;
}
.hjing-info{
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    text-align: center;
}
.hjing-more{
    display: block;
    width: 138px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin: 98px auto;
    background-color: #000;
}
.hjing-info h3{
    font-size: 30px;
    color: #fff;
    line-height: 30px;
}
.hjing-item:hover img{
    transform: scale(1.1);
}
@media(max-width: 1200px){
    .hjing-more{
        margin: 50px auto;
    }
}
@media(max-width: 991px){
    .hjing-more{
        margin: 40px auto;
    }
}
@media(max-width: 767px){
    .hjing-item{
        margin-bottom: 30px;
    }
    .home-jing{
        margin-bottom: 20px;
    }
    .hjing-info{
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .hjing-more{
        margin-bottom: 0px;
    }
}
@media(max-width: 449px){
    .hjing-more{
        margin-top: 30px;
    }
}
/* 猜你喜欢 */
.hlike-title{
    font-size: 30px;
    line-height: 30px;
    color: #000;
    text-align: center;
    margin-bottom: 60px;
}
.hlike-img{
    width: 100%;
    overflow: hidden;
}
.hlike-img img{
    display: block;
    width: 100%;
    transition: all .5s;
}
.hlike-txt{
    text-align: center;
    line-height: 24px;
    margin-top: 24px;
    margin-bottom: 46px;
    color: #000;
    font-size: 24px;
}
@media(max-width: 991px){
    .hlike-txt{
        font-size: 18px;
        margin-bottom: 30px;
    }
    .hlike-title{
        margin-bottom: 30px;
    }
}
/* 底部 */
#footer{
    background: #e9e9e9;
}
.footer-top{
    padding-top: 56px;
    padding-bottom: 54px;
}
.footer-ul{
    display: flex;
    justify-content: space-between;
}
.footer-ul li h3 > a{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: bold;
}
.footer-ul li h3{
    margin-bottom: 12px;
}
.footer-ul li dl dd{
    font-size: 14px;
    line-height: 30px;
    color: #666;
}
.footer-bom{
    border-top: 2px solid #000;
    line-height: 100px;
    font-size: 16px;
    color: #666;
    text-align: center;
}
@media(max-width: 1400px){
    .code-img{
        width: 110px;
        overflow: hidden;
    }
    .code-img img{
        display: block;
        width: 100%;
    }
}
@media(max-width: 1200px){
    .footer-ul{
        flex-wrap: wrap;
    }
    .footer-ul li{
        width: 25%;
        margin-bottom: 15px;
    }
    .footer-ul li dl dd{
        line-height: 24px;
    }
    .footer-top{
        padding-bottom: 30px;
    }
}
@media(max-width: 991px){
    .footer-ul li{
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }
    .footer-ul li dl{
        text-align: center;
    }
    .footer-ul li dl dd{
        line-height: 20px;
        display: inline-block;
        margin: 0 4px;
    }
    .footer-ul li h3{
        margin-bottom: 0px;
    }
    .footer-ul li:last-child h3{
        margin-bottom: 10px;
    }
    .footer-top{
        padding-bottom: 20px;
        padding-top: 40px;
    }
    .code-img{
        margin: 0 auto;
    }
    .footer-bom{
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: 24px;
    }
}
/* 公司简介 */
.public-main{
    padding-left: 60px;
    padding-right: 60px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 100px;
}
.inside-title{
    margin-bottom: 80px;
}
.mobile-nav{
    width: 100%;
    height: 50px;
    display: none;
    background-color: #000;
}
.mobile-nav h3{
    float: left;
    padding-left: 20px;
}
.mobile-nav h3 > a{
    color: #fff;
    font-size: 24px;
    line-height: 50px; 
}
.inside-nav{
    display: flex;
}
.inside-nav li{
    flex: 1;
}
.inside-nav li a{
    line-height: 78px;
    text-align: center;
    font-size: 22px;
    color: #222;
    display: block;
    transition: all .5s;
    border-bottom: 4px solid #eeeeee;
}
.inside-nav li:hover a,
.inside-nav li.on a{
    border-bottom-color: #000;
    font-weight: bold;
}
.about-left{
    width: 50%;
    float: left;
    padding-right: 80px;
}
.about-left h3{
    font-size: 30px;
    color: #222;
    font-weight: bold;
    line-height: 30px;
    padding-bottom: 40px;
    border-bottom: 4px solid #eee;
}
.about-des{
    padding-top: 38px;
    line-height: 36px;
    color: #444;
    font-size: 16px;
}
.about-des p{
    margin-bottom: 20px;
}
.about-des p:last-child{
    margin-bottom: 0px;
}
.about-img{
    width: 50%;
    overflow: hidden;
    float: right;
}
.about-img img{
    display: block;
    width: 100%;
    transition: all .5s;
}
.about-img:hover img{
    transform: scale(1.1);
}
@media(max-width: 1400px){
    .public-main{
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media(max-width: 1200px){
    .about-left{
        padding-right: 50px;
    }
    .about-left h3{
        padding-bottom: 30px;
    }
    .about-des p{
        margin-bottom: 0px;
    }
    .about-des{
        padding-top: 25px;
    }
}
@media(max-width: 991px){
    .inside-title{
        margin-bottom: 50px;
    }
    .about-left h3{
        font-size: 26px;
        line-height: 26px;
        padding-bottom: 20px;
    }
    .about-img{
        width: 100%;
        float: none;
    }
    .about-left{
        float: none;
        width: 100%;
        margin-bottom: 20px;
        padding-right: 0px;
    }
    .public-main{
        margin-bottom: 55px;
    }
    .inside-nav li a{
        line-height: 60px;
        font-size: 18px;
    }
}
/* 产品 */
.pro-inav li a{
    font-family: "sRegular";
    font-size: 18px;
}
.pro-list{
    margin-left: -20px;
    margin-right: -20px;
}
.pro-list li{
    padding: 0 20px;
    width: 33.3333%;
    float: left;
}
.pro-img{
    width: 100%;
    overflow: hidden;
}
.pro-img img{
    display: block;
    width: 100%;
    transition: all .5s;
}
.pro-list li p{
    font-size: 22px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 40px;
    color: #000;
    text-align: center;
}
.pro-list li:hover .pro-img img{
    transform: scale(1.1);
}
.pro-list li:hover p{
    font-weight: bold;
}
.more-pro{
    display: block;
    margin: 30px auto 0px;
    width: 155px;
    height: 45px;
    border: 1px solid #000;
    line-height: 45px;
    text-align: center;
    color: #111;
    font-size: 14px;
    transition: all .5s;
}
.more-pro:hover{
    background: #000;
    color: #fff;
}
@media(max-width: 991px){
    .pro-inav{
        display: none;
    }
    .pro-inav li{
        flex: none;
        width: 100%;
    }
    .pro-inav li a{
        line-height: 50px;
    }
    .mobile-nav{
        display: block;
        margin-top: 40px;
    }
    .pro-list{
        margin-left: 0px;
        margin-right: 0px;
    }
    .pro-list li{
        padding: 0px;
        width: 100%;
        float: none;
    }
    .pro-list li p{
        margin-bottom: 20px;
    }
}
/* 产品详情 */
.pros-detail-left{
    float: left;
    width: 50%;
}
.pros-detail-right{
    float: right;
    width: 50%;
    padding-left: 100px;
}
.pros-detail-right h3{
    font-size: 30px;
    color: #000;
    font-weight: bold;
    line-height: 30px;
    padding-bottom: 38px;
    border-bottom: 2px solid #eee;
    margin-bottom: 24px;
}
.pros-detail-des{
    padding-bottom: 28px;
    margin-bottom: 50px;
    border-bottom: 2px solid #eee;
}
.pros-detail-des p{
    line-height: 32px;
    font-size: 16px;
    color: #444;
}
.pros-detail-btn{
    display: flex;
    justify-content: space-between;
}
.pros-detail-btn a{
    display: block;
    width: 220px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
.pros-detail-btn .pro-contact{
    background-color: #111;
    color: #fff;
}
.pros-detail-btn .pro-back{
    background-color: #e9e9e9;
    color: #222;
}
.public-prodetail-img{
    width: 100%;
    overflow: hidden;
}
.public-prodetail-img img{
    display: block;
    width: 100%;
    transition: all .5s;
}
.public-prodetail-img video{
    display: block;
    width: 100%;
    /*transition: all .5s;*/
}
.prodetail-thumbs{
    margin-top: 20px;
}
.prodetail-simg{
    width: 100%;
    position: relative;
    border: 2px solid transparent;
}
.prodetail-thumbs-swiper .swiper-slide-thumb-active .prodetail-simg{
    border-color: #000;
}
.prodetail-simg img{
    display: block;
    width: 100%;
    transition: all .5s;
}
.public-prodetail-img:hover img{
    transform: scale(1.1);
}
.play-vedio{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: url(../img/play_icon.png) no-repeat center;
}
.pros-detail{
    margin-bottom: 70px;
}
.pro-like{
    padding-top: 70px;
    border-top: 2px solid #eee;
}
.pro-like h3{
    font-size: 30px;
    text-align: center;
    line-height: 30px;
    color: #000;
    margin-bottom: 50px;
}
.prolike-item p{
    font-size: 22px;
    color: #000;
    text-align: center;
    margin-top: 20px;
}
.prolike-item:hover .public-prodetail-img img{
    transform: scale(1.1);
}
.prolike-item:hover p{
    font-weight: bold;
}
@media(max-width: 1400px){
    .pros-detail-right{
        padding-left: 50px;
    }
    .pros-detail-des p{
        line-height: 28px;
    }
}
@media(max-width: 1200px){
    .pros-detail-des p{
        line-height: 24px;
        font-size: 14px;
    }
}
@media(max-width: 991px){
    .pros-detail-right{
        padding-left: 0px;
        width: 100%;
        float: none;
    }
    .pros-detail-left{
        width: 100%;
        float: none;
        margin-bottom: 40px;
    }
    .pros-detail-right h3{
        font-size: 26px;
        line-height: 26px;
        padding-bottom: 20px;
    }
    .pros-detail-des{
        margin-bottom: 40px;
    }
    .pros-detail{
        margin-bottom: 40px;
    }
    .pro-like{
        padding-top: 50px;
    }
}
@media(max-width: 599px){
    .pros-detail-btn a{
        width: 152px;
        height: 46px;
        line-height: 46px;
    }
    .pro-like{
    }
}
.dc-phone{
    display: none;
}
@media(max-width: 991px) {
    .dc-pc{
        display: none;
    }
    .dc-phone{
        display: block;
    }
}
#pbanner .swiper-slide img{
    width: 100%;
}
/* 联系我们 */
.contact-main{
    padding-bottom: 60px;
}
.contact-cont{
    overflow: hidden;
}
.contact-info{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f3f3f3;
    justify-content: center;
}
.contact-info dl dt{
    font-size: 24px;
    color: #111;
    margin-bottom: 25px;
}
.contact-info dl dd{
    line-height: 30px;
    color: #666;
    font-size: 16px;
}
.contact-img{
    overflow: hidden;
    width: 100%;
}
.contact-img img{
    display: block;
    width: 100%;
}
.contact-ditu{
    margin-top: 28px;
    overflow: hidden;
    width: 100%;
}
.contact-ditu img{
    display: block;
    width: 100%;
}
@media(max-width: 1200px){
    .contact-info dl dt{
        margin-bottom: 15px;
    }
}
@media(max-width: 991px){
    .col-xxs-12{
        width:100%;
    }
    .contact-info{
        padding: 30px 0px;
        margin-bottom: 15px;
    }
    .contact-main{
        padding-bottom: 40px;
    }
}
@media(max-width: 599px){
    .contact-main{
        padding-bottom: 30px;
    }
    .contact-ditu{
        margin-top: 15px;
    }
}