/*初始化样式*/

html {
    margin: 0;
    padding: 0;
    border: 0;
}

body, div, span, object, iframe, h1, h2, h3, h4, p, blockquote, pre, a, address, code, b, em, img, dl, dt, dd, ol, ul, li, fieldset, form, label, footer, header, hgroup, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #666;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover, a:active, a:focus {
    color: #000;
    text-decoration: none;
    outline: none;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul, ol, li {
    list-style-type: none;
}

select, input, img, select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th, caption {
    font-size: 62.5%;
}

table, th, td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}


h1, h2, h3, h4 {
    line-height: 1.5;
}
hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

dt {
    font-weight: normal;
}

/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.max1600{
    max-width: 1600px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}


/*滚动*/

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%!important;
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 92%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%!important;
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.roll_product {
    float: left;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}


/*右侧漂浮*/

.pf_right {
    width: 50px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -180px;
    display: none;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.pf_right ul {
    width: 100%;
    float: left;
}

.pf_right ul li {
    width: 49px;
    height: 49px;
    margin-top: 1px;
    float: left;
    background: #000;
    text-align: center;
}

.pf_right ul li a {
    display: block;
    float: right;
    width: 49px;
    height: 49px;
    position: relative;
    font-size: 12px;
    color: white;
    line-height: 16px;
}

.pf_right ul li a .ico {
    width: 100%;
    height: 25px;
    line-height: 25px;
    float: left;
    margin-top: 4px;
}

.pf_right ul li a .ico img {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
}

.pf_right ul li a h5 {
    width: 131px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    color: white;
    font-size: 14px;
    display: none;
    position: absolute;
    right: 100%;
    top: 0;
    background: #000;
}

.pf_right ul li a h5 span {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
}

.pf_right ul li:hover {
    background: none !important;
}

.pf_right ul li:hover a {
    background: #000;
}

.pf_right ul li:hover a h5 {
    display: block;
}

.pf_right ul li.r_ewm:hover a {
    background: #000;
}

.pf_right ul li.r_ewm:hover a h5 {
    display: none;
}

.pf_right ul li.r_ewm .z_ewm {
    position: absolute;
    right: 120%;
    width: 100px;
    height: 100px;
    display: none;
    top: 0;
    border: 5px solid #000;
}

.pf_right ul li.r_ewm .z_ewm span.jt {
    width: 7px;
    height: 14px;
    position: absolute;
    right: -12px;
    top: 20px;
}

.pf_right ul li.r_ewm .z_ewm img {
    width: 100%;
    height: 100%;
}

.pf_right ul li.r_ewm:hover a .z_ewm {
    display: block;
}

@media screen and (max-width:1569px) {
    .pf_right.on {
        right: 0 !important;
    }
}

@media screen and (max-width:991px) {
    .pf_right {
        display: none !important;
    }
}

.aspg-left {
    width: 280px;
    float: right;
}

.ntlt{
    text-align: center;
    margin-bottom: 50px;
}
.ntlt h3{
    font-size: 34px;
    color: #000000;
    margin-bottom: 20px;
}
.ntlt p{
    font-size: 16px;
    color: #757575;
    text-transform: uppercase;
}

.aspg-nei-img {
    margin-bottom: 20px;
}

.aspg-nei-img img {
    max-width: 100%;
}

.nei-news-list{
    margin-bottom: 30px;
}
.nei-news-list li {
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}

.nei-news-list li:nth-child(1) {
    padding-top: 0;
}

.nei-news-list li a {
    display: block;
}

.nei-news-list li .img {
    width: 250px;
    float: left;
    overflow: hidden;
}

.nei-news-list li .img img {
    max-width: 100%;
    transition: .5s;
}

.nei-news-list li a:hover .img img {
    transform: scale(1.1);
}

.nei-news-list li .wz {
    width: calc(96% - 250px);
    float: right;
}

.nei-news-list li .wz h3 {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    color: #333;
}

.nei-news-list li .wz .date {
    font-size: 13px;
    line-height: 30px;
    color: #666;
}

.nei-news-list li .wz .info {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.nei-news-list li .wz .more {
    font-size: 12px;
    color: #333;
    text-align: right;
    margin-top: 8px;
}

.nei-news-list li a:hover .wz h3 {
    color: #000;
}

.nei-news-list1 li{
    width: 48%;
    float: left;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.nei-news-list1 li:nth-child(2n){
    margin-left: 4%;
}
.nei-news-list1 li a{
    display: block;
}
.nei-news-list1 li a h3{
    font-size: 16px;
    line-height: 2;
    color: #333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.nei-news-list1 li a .info{
    font-size: 14px;
    line-height: 2;
    color: #666;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.nei-news-list1 li a:hover h3{
    color: #000;
}

@media screen and (max-width:1400px){
    .ntlt h3{
        font-size: 28px;
        margin-bottom: 10px;
    }
    .ntlt p{
        font-size: 14px;
    }
}

@media screen and (max-width:1199px){
    .ntlt h3{
        font-size: 24px;
        margin-bottom: 5px;
    }
    .ntlt p{
        font-size: 12px;
    }
}

@media screen and (max-width:991px){
    .aspg-right{
        width: 100%;
        float: none;
    }
    
}

@media screen and (max-width:767px){
    .nei-news-list li .img{
        width: 180px;
    }
    .nei-news-list li .wz{
        width: calc(96% - 180px);
    }
    .nei-news-list1 li{
        width: 100%;
        float: none;
        margin-left: 0!important;
    }
    .ntlt h3{
        font-size: 20px;
        margin-bottom: 0;
    }
}
@media screen and (max-width:480px){
    .nei-news-list li .img{
        width: 100%;
        float: none;
    }
    .nei-news-list li .wz{
        width: 100%;
        margin-top: 15px;
    }
    .nei-news-list li .wz h3{
        font-size: 14px;
    }
    .nei-news-list1 li a h3{
        font-size: 14px;
    }
}

.container2 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1640px) {
    .container2 {
        width: 1630px;
    }
}

.max_wd1600 {
    max-width: 1630px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}


.img{overflow:hidden;position:relative;}

.img img{transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;}

.img:hover img{ transform:scale(1.05) }
/*头部样式*/
.wh{
    padding: 0 3.125%;
    margin: 0 auto;
}
.top_head{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    height: 90px;
    
}
.top_head .wh{
    position: relative;
}
.logo{
    line-height: 90px;
    margin-right: 5%;
}
.top_head.scroll{
    background: #fff;
}
.top_head.scroll .logo img{
    filter: brightness(0);
}
.top_head.scroll .x-menu>li>a{
    color: #000;
}
.top_header{
    background: #fff;
}
.top_header .logo img{
    filter: brightness(0);
}
.top_header .x-menu>li>a{
    color: #000;
}
.top_icon{
    float: right;
    margin-right: 2vw
}
.top_icon .top_ss{
    position: relative;
    margin-right: 1.5vw;
    float: left;
}
.top_icon .top_ss .top_ss_btn{
    line-height: 90px;
    cursor: pointer
}
.top_icon .top_ss #formsearch{
    position: absolute;
    right: 30px;
    top: 50px;
    z-index: 999;
    width: 220px;
    border-bottom: 1px solid #ccc;
    display: none;
}
.top_icon .top_ss #formsearch #keyword{
    width: 180px;
    border: none;
    outline: none;
    background: none;
    line-height: 35px;
    font-size: 14px;
    color: #ccc
}
.top_icon .top_ss #formsearch #s_btn{
    width: 40px;
    height: 35px;
    background: url(../images/ss.png) no-repeat center;
    outline: none;
    border: none;
    float: right
    
}

.top_icon .top_ss #formsearch input::-webkit-input-placeholder {
     color: #fff;
}
.top_icon .top_ss #formsearch input::-moz-input-placeholder {
     color: #fff;
}
.top_icon .top_ss #formsearch input::-ms-input-placeholder {
     color: #fff;
}
.top_icon .top_add{
    line-height: 90px;
    width: 30px;
    float: right
}


.index-box1{
    width: 100%;
    position: relative;
}
.index-box1 .slick-wz{
    position: absolute;
    left: 3.125%;
    bottom: calc(8% + 40px);
    color: #fff;
}
.index-box1 .slick-wz h3{
    font-size: 1.5vw;
    text-transform: uppercase;
    padding-bottom: 10px;
    position: relative;
}
.index-box1 .slick-wz h3::before{
    content: '';
    width: 60px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}
.index-box1 .slick-wz h4{
    font-size: 1.1vw;
    padding-top: 10px;
}
.index-box1 .index-slick .slick-con a{
    display: block;
}
.index-box1 .index-slick .slick-con a img{
    width: 100%;
}
.index-box1 .slick-dots{
    position: absolute;
    bottom: 8%;
    left: 3.125%;
}
.index-box1 .slick-dots li{
    display: inline-block;
    margin-right: 7px;
    width: 10px;
    height: 10px;
}
.index-box1 .slick-dots li button{
    display: block;
    border: 1px solid #fff;
    text-indent: 100px;
    overflow: hidden;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0;
    background: none;
    outline: none;
}
.index-box1 .slick-dots li.slick-active button{
    background: #fff;
}
.index-wzri .slick-wz{
    right: 3.125%;
    text-align: right;
    left: auto
}
.index-wzri .slick-wz h3::before{
    left: auto;
    right: 0;
}

@media (max-width: 1199px) {
    .index-box1 .slick-wz h3{
        font-size: 24px;
    }
    .index-box1 .slick-wz h4{
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .index-box1 .slick-wz h3{
        font-size: 20px;
    }
    .index-box1 .slick-wz h4{
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .index-box1 .slick-wz h3{
        font-size: 16px;
    }
    .index-box1 .slick-wz h4{
        font-size: 13px;
    }
}
@media (max-width: 480px) {
    .index-box1 .slick-wz h3{
        font-size: 14px;
        padding-bottom: 5px;
    }
    .index-box1 .slick-wz h4{
        font-size: 12px;
        padding-top: 5px;
    }
    .index-box1 .index-slick .slick-dots{
        bottom: 3%;
    }
    .index-box1 .slick-wz{
        bottom: calc(3% + 30px);
    }
}

.footbg{
    background: #262626;
    padding: 30px 10% 20px;
}
.ft1{
    width: 268px;
    line-height: 225px;
    border-right: 1px solid #fff;
    float: left;
    padding-right: 46px;
}
.ft1 img{
    max-width: 70%;
}
.ft3{
    width: 294px;
    float: right;
}
.ft3 > h3{
    font-size: 18px;
    color: #fff;
    line-height: 2;
}
.ft3 ul{
    display: flex;
    justify-content: space-between;
    margin: 25px auto;
}
.ft3 ul li{
    text-align: center;
    position: relative
}
.ft3 ul li p{
    font-size: 12px;
    color: #fff;
    line-height: 2;
}
.ft3 ul li a img{
    width: 32px;
    height: 32px;
}
.ft3 ul li.focus-wx .wxcode{
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    bottom: 60px;
    transform: translateX(-50%);
    display: none
}
.ft3 ul li.focus-wx .wxcode img{
    width: 100%;
    height: 100%
}
.ft3 ul li.focus-wx:hover .wxcode{
    display: block
}

.ft3 .copyr{
    font-size: 12px;
    color: #fff;
}
.ft3 .copyr a{
    color: #fff;
}
.ft2{
    width: calc(95% - 570px);
    float: left;
    padding-left: 8%;
}
.ft2 ul li{
    width: 33.3333%;
    float: left;
}
.ft2 ul li h3{
    font-size: 18px;
    line-height: 2;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 6px;
    margin-bottom: 10px;
    position: relative;
}
.ft2 ul li h3::before{
    content: '';
    width: 37px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}
.ft2 ul li .sec dd a{
    font-size: 12px;
    color: #fff;
    line-height: 35px;
    
}

@media (max-width: 1400px) {
    .footbg{
        padding: 30px 3.125% 20px;
    }
    .ft1{
        width: 240px;
    }
    .ft3{
        width: 240px;
    }
    .ft3 > h3{
        font-size: 16px;
    }
    .ft2{
        width: calc(98% - 480px);
    }
    
}
@media (max-width: 1199px) {
    .ft1{
        width: 200px;
    }
    .ft3{
        width: 200px;
    }
    .ft2{
        width: calc(98% - 400px);
    }
}
@media (max-width: 991px) {
    .ft1{
        display: none;
    }
    .ft2{
        width: calc(100% - 200px);
        padding-left: 0;
    }
    .ft2 ul li h3{
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .ft2{
        width: 100%;
        float: none;
    }
    .ft2 ul li .sec dd a{
        line-height: 30px;
    }
    .ft3{
        float: none;
        margin-top: 30px;
        
    }

}

/*经典意式西服*/
.pro-banner{
    width: 100%;
    position: relative;
}
.pro-banner img{
    width: 100%;
}
.pro-banner .pro-banwz{
    position: absolute;
    width: 96%;
    top: 50%;
    left: 2%;
    transform: translateY(-50%);
    text-align: center;
}
.pro-banner .pro-banwz h3{
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 15px;
    line-height: 1;
    position: relative;
}
.pro-banner .pro-banwz h3::before{
    content: '';
    width: 70px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: 0;
}
.pro-banner .pro-banwz h4{
    font-size: 24px;
    color: #fff;
    line-height: 1;
    margin-top: 18px;
}
.ysxf1{
    padding: 100px 0 90px;
    text-align: center;
}
.w1040{
    max-width: 1070px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
.ysxf1 h3{
    font-size: 32px;
    color: #000;
    line-height: 1;
    margin-bottom: 40px;
}
.ysxf1 .wz {
    font-size: 20px;
    color: #555555;
    line-height: 2;
}
.ysxf2{
    font-size: 0;
}
.ysxf2 .ysxf2-tu{
    display: inline-block;
    vertical-align: middle;
    width: 66%;
}
.ysxf2 .ysxf2-tu img{
    width: 100%;
}
.ysxf2 .ysxf2-wz{
    width: 34%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 70px;
    padding-right: 15px;
}
.ysxf2 .ysxf2-wz .wzcon{
    max-width: 330px;
}
.ysxf2 .ysxf2-wz .wzcon h3{
    font-size: 29px;
    color: #010101;
    text-transform: uppercase;
    margin-bottom: 40px;
    line-height: 1;
}
.ysxf2 .ysxf2-wz .wzcon p{
    font-size: 18px;
    color: #555555;
    line-height: 2;
}
.ysxf3{
    font-size: 0;
    margin-top: 9vw;
}
.ysxf3 .ysxf3-wz{
    display: inline-block;
    vertical-align: middle;
    width: 54%;
}
.ysxf3 .ysxf3-wz .wzcon{
    margin-left: 6.5vw;
    font-size: 18px;
    color: #555555;
    line-height: 2;
    max-width: 330px;
}
.ysxf3 .ysxf3-tu{
    display: inline-block;
    vertical-align: middle;
    width: 46%;
}
.ysxf3 .ysxf3-tu img{
    width: 100%;
}
.heng img{
    width: 100%;
}
.ysxf4{
    margin-top: 7vw;
}
.ysxf5{
    margin-top: 7vw;
}
.ysxf5 img{
    width: 100%;
}
.ysxf5 .ysxf5-1{
    width: 38%;
    float: left;
}
.ysxf5 .ysxf5-2{
    width: 59%;
    float: right;
}
.w1200{
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
.ysxf6{
    padding: 10vw 0 9vw;
    text-align: center;
}
.ysxf6 h3{
    text-transform: uppercase;
    color: #000;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 40px;
}
.ysxf6 .wz{
    font-size: 18px;
    color: #555555;
    line-height: 2;
}

@media (max-width: 1400px) {
    .ysxf1{
        padding: 80px 0;
    }
    .ysxf1 h3{
        font-size: 23px;
        margin-bottom: 30px;
    }
    .ysxf1 .wz{
        font-size: 17px;
    }
    .ysxf2 .ysxf2-wz .wzcon h3{
        font-size: 22px;
        margin-bottom: 30px;
    }
    .ysxf2 .ysxf2-wz .wzcon p{
        font-size: 16px;
    }
    .ysxf3 .ysxf3-wz .wzcon{
        font-size: 16px;
    }
    .ysxf6 h3{
        font-size: 22px;
        margin-bottom: 30px;
    }
    .ysxf6 .wz{
        font-size: 16px;
    }

}
@media (max-width: 1199px) {
    .pro-banner .pro-banwz h3{
        font-size: 22px;
    }
    .pro-banner .pro-banwz h4{
        font-size: 18px;
        margin-top: 12px;
    }
    .ysxf1{
        padding: 60px 0;
    }
    .ysxf1 h3{
        font-size: 21px;
        margin-bottom: 20px;
    }
    .ysxf1 .wz{
        font-size: 16px;
    }
    .ysxf2 .ysxf2-wz .wzcon h3{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .ysxf2 .ysxf2-wz .wzcon p{
        font-size: 14px;
    }
    .ysxf3 .ysxf3-wz .wzcon{
        font-size: 14px;
    }
    .ysxf6 h3{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .ysxf6 .wz{
        font-size: 14px;
    }

}
@media (max-width: 991px){
    .pro-banner .pro-banwz h3{
        font-size: 20px;
    }
    .pro-banner .pro-banwz h4{
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .pro-banner .pro-banwz h3{
        font-size: 16px;
    }
    .pro-banner .pro-banwz h4{
        font-size: 14px;
    }
    .ysxf1{
        padding: 40px 0;
    }
    .ysxf1 .wz{
        font-size: 14px;
    }
    .ysxf2 .ysxf2-wz{
        padding-left: 30px;
    }
    .ysxf2 .ysxf2-wz .wzcon h3{
        font-size: 16px;
    }
    .ysxf3 .ysxf3-wz .wzcon{
        margin-left: 15px;
        padding-right: 15px;
    }

}


/*几何空间*/
.w1550{
    max-width: 1580px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
.jhkj1{
    padding: 5.5vw 0;
    text-align: center;
    max-width: 1320px;
    margin: 0 auto;
}
.jhkj1 > h3{
    font-size: 32px;
    color: #000000;
    line-height: 1;
    padding-bottom: 26px;
    position: relative;
    margin-bottom: 2.5vw;
}
.jhkj1 > h3::before{
    content: '';
    width: 88px;
    height: 3px;
    background: #4c4c4c;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -44px;
}
.jhkj1 .wz{
    font-size: 20px;
    line-height: 2;

}
.jhkj2 .jhkj2-tu{
    width: 52%;
    float: left;
}
.jhkj2 .jhkj2-tu img{
    width: 100%;
}
.jhkj2 .jhkj2-wz{
    width: 48%;
    padding-left: 7%;
    float: left;
    font-size: 20px;
    color: #000000;
    line-height: 2.2;
    padding-top: 8%;
}
.jhkj3{
    margin-top: 5.5vw;
}
.jhkj3 img{
    width: 100%;
}
.jhkj3 .jhkj3-1{
    width: 27%;
    float: left;
}
.jhkj3 .jhkj3-2{
    width: 70%;
    float: right;
}
.jhkj4{
    margin-top: 5.5vw;
}
.jhkj5{
    margin-top: 5.5vw;
    margin-bottom: 5.5vw;
}
.jhkj5 img{
    width: 100%;
}
.jhkj5 .jhkj5-2{
    width: 32%;
    float: right;
}
.jhkj5 .jhkj5-1{
    width: 66%;
    float: left;
}


@media (max-width: 1400px) {
    .jhkj1 > h3{
        font-size: 21px;
        padding-bottom: 20px;
    }
    .jhkj1 > h3::before{
        width: 66px;
        height: 2px;
        margin-left: -33px;
    }
    .jhkj1 .wz{
        font-size: 17px;
    }
    .jhkj2 .jhkj2-wz{
        font-size: 21px;
    }
}
@media (max-width: 1199px) {
    .jhkj1 > h3{
        font-size: 20px;
        padding-bottom: 20px;
    }
    .jhkj1 .wz{
        font-size: 16px;
    }
    .jhkj2 .jhkj2-wz{
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .jhkj1 .wz{
        font-size: 14px;
    }
    .jhkj2 .jhkj2-wz{
        font-size: 18px;
        line-height: 1.8;
    }
}
@media (max-width: 767px) {
    .jhkj2 .jhkj2-wz{
        font-size: 14px;
        padding-top: 10%;
    }
}


/*镜像艺术家*/
.jxysj1{
    margin-top: 9vw;
    font-size: 0;
}
.jxysj1 .jxysj1-wz{
    display: inline-block;
    vertical-align: middle;
    width: 52%;
    font-size: 20px;
    color: #555555;
    line-height: 2;
    padding-left: 10%;
    padding-right: 5%;
}
.jxysj1 .jxysj1-tu{
    display: inline-block;
    vertical-align: middle;
    width: 48%;
}
.jxysj1 .jxysj1-tu img{
    width: 100%;
}
.jxysj2{
    margin-top: 7vw;
}
.jxysj3{
    margin: 10vw 0;
}
.jxysj3 img{
    width: 100%;
}
.jxysj3 .jxysj3-1{
    width: 65%;
    float: left;
}
.jxysj3 .jxysj3-2{
    width: 33.4%;
    float: right;
}

@media (max-width: 1400px) {
    .jxysj1 .jxysj1-wz{
        font-size: 17px;
        padding-left: 4%;
    }
}
@media (max-width: 1199px) {
    .jxysj1 .jxysj1-wz{
        font-size: 16px;
        padding-left: 15px;
    }
}
@media (max-width: 991px) {
    .jxysj1 .jxysj1-wz{
        font-size: 14px;
        padding-left: 15px;
        line-height: 1.6;
        padding-right: 15px;
    }
}
@media (max-width: 767px) {
    .jxysj1 .jxysj1-wz{
        padding-left: 0;
        font-size: 13px;
    }

}


/*碑谷飞鸟集*/
.bgfnj1{
    font-size: 0
}
.bgfnj1-1{
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    
}
.bgfnj1-1 .ul1 li{
    font-size: 20px;
    line-height: 2.2;
    color: #555;
    padding-left: 48px;
    background: url(../images/xx1.png) no-repeat left center;
}
.bgfnj1-1 .ul2{
    margin-top: 13vw;
}
.bgfnj1-1 .ul2 li{
    font-size: 24px;
    line-height: 2.2;
    color: #555;
}
.bgfnj1-2{
    width: 44%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6%
}
.bgfnj1-2 img{
    width: 100%;
}
.bgfnj2{
    margin-top: 6vw;
}
.bgfnj3{
    margin-top: 6vw;
}
.bgfnj3 img{
    width: 100%;
}
.bgfnj3 .bgfnj3-1{
    width: 32.13%;
    margin-right: 3.226%;
    float: left;
}
.bgfnj3 .bgfnj3-2{
    width: 32.13%;
    float: left;
}
.bgfnj3 .bgfnj3-3{
    width: 32.13%;
    float: right;
    font-size: 18px;
    line-height: 2.2;
    color: #555;
    padding-left: 28px;
    margin-top: 20%
}
@media (max-width: 1400px) {
    .bgfnj1-1 .ul1 li{
        font-size: 18px;
    }
    .bgfnj1-1 .ul2 li{
        font-size: 19px;
    }
}
@media (max-width: 1199px) {
    .bgfnj1-1 .ul1 li{
        font-size: 16px;
    }
    .bgfnj1-1 .ul2 li{
        font-size: 18px;
    }
    .bgfnj3 .bgfnj3-3{
        font-size: 16px;
        margin-top: 15%
    }
}
@media (max-width: 991px) {
    .bgfnj1-1 .ul1 li{
        font-size: 14px;
    }
    .bgfnj1-1 .ul2 li{
        font-size: 16px;
    }
    .bgfnj3 .bgfnj3-3{
        font-size: 14px;
        margin-top: 10%;
        padding-left: 10px;
    }
}
@media (max-width: 767px){
    .bgfnj3 .bgfnj3-3{
        margin-top: 0;
        line-height: 2;
    }
    
}

/*仲夏橄榄夜*/
.zxgly1 .zxgly1-1{
    width: 52%;
    float: left;
}
.zxgly1 .zxgly1-1 .ul1{
    margin-top: 2vw;
    margin-left: 4vw;
}
.zxgly1 .zxgly1-1 .ul1 li{
    font-size: 20px;
    line-height: 2.2;
    color: #555;
    padding-left: 48px;
    background: url(../images/xx1.png) no-repeat left center;
}
.zxgly1 .zxgly1-1 .ul2{
    margin-top: 5vw;
}
.zxgly1 .zxgly1-1 .ul2 li{
    width: 50%;
    float: left;
    padding-right: 5%;
}
.zxgly1 .zxgly1-1 .ul2 li .img img{
    width: 100%;
}
.zxgly1 .zxgly1-2{
    width: 48%;
    float: right;
}
.zxgly1 .zxgly1-2 img{
    width: 100%;
}
.zxgly2{
    padding: 40px 0;
    font-size: 20px;
    color: #555;
    line-height: 2;
    text-align: center;
}
.zxgly3{
    font-size: 0;
    margin: 8vw auto;
    
}
.zxgly3 .zxgly3-1{
    display: inline-block;
    vertical-align: middle;
    width: 33%;
}
.zxgly3 .zxgly3-1 ul{
    padding-left: 8vw;
}
.zxgly3 .zxgly3-1 ul li{
    font-size: 20px;
    line-height: 2.2;
    color: #555;
    padding-left: 48px;
    background: url(../images/xx1.png) no-repeat left center;
    display: none;
}
.zxgly3 .zxgly3-2{
    display: inline-block;
    vertical-align: middle;
    width: 67%;
}
.zxgly3 .zxgly3-2 img{
    width: 100%;
    display: none;
}
.zxgly4{
    padding: 6.5vw 15px;
    text-align: center;
}
.zxgly4-1 img{
    max-width: 100%;
}
.zxgly4-2{
    font-size: 16px;
    color: #555;
    margin-top: 30px;
}
@media (max-width: 1400px) {
    .zxgly1 .zxgly1-1 .ul1 li{
        font-size: 18px;
    }
    .zxgly2{
        font-size: 18px;
    }
    .zxgly3 .zxgly3-1 ul li{
        font-size: 18px;
    }
}
@media (max-width: 1199px) {
    .zxgly1 .zxgly1-1 .ul1 li{
        font-size: 16px;
        padding-left: 30px;
    }
    .zxgly2{
        font-size: 16px;
    }
    .zxgly3 .zxgly3-1 ul li{
        font-size: 16px;
        padding-left: 30px;
    }
}
@media (max-width: 991px) {
    .zxgly1 .zxgly1-1 .ul1{
        margin-left: 0;
    }
    .zxgly3 .zxgly3-1 ul{
        padding-left: 0;
    }
}
@media (max-width: 767px) {
    .zxgly1 .zxgly1-1{
        width: 100%;
        float: none;
    }
    .zxgly1 .zxgly1-2{
        width: 100%;
        float: none;
        margin-top: 40px;
    }
    .zxgly2{
        font-size: 14px;
    }
    .zxgly3 .zxgly3-1 ul li{
        font-size: 14px;
    }
    .zxgly4-2{
        font-size: 14px;
    }

}


/*品牌介绍*/
.brand1{
    padding-top: 12vw;
}
.brand1 .brand1-1{
    width: 58%;
    float: left;
    margin-top: 5vw;
}
.brand-tlt h3{
    font-size: 34px;
    color: #000;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 24px;
}
.brand-tlt h4{
    font-size: 16px;
    color: #757575;
    text-transform: uppercase;
}
.brand-wz{
    font-size: 16px;
    color: #555555;
    line-height: 1.9;
    margin-top: 2vw;
}
.brand1 .brand1-2{
    width: 31%;
    float: right;
    padding: 0 0 34px 34px;
    position: relative;
}
.brand1 .brand1-2::before{
    content: '';
    width: 60%;
    height: calc(100% - 34px);
    background: #e5e5e5;
    position: absolute;
    left: 0;
    bottom: 0;
}
.brand1 .brand1-2 .img1{
    position: relative;
    z-index: 999;
}
.brand1 .brand1-2 img{
    width: 100%;
}

.brand2{
    padding-top: 6vw;
    padding-bottom: 8.5vw;
}
.brand2 .brand2-1{
    width: 33.5%;
    float: left;
    padding: 0 34px 34px 0;
    position: relative;
}
.brand2 .brand2-1::before{
    content: '';
    width: 40%;
    height: calc(100% - 34px);
    background: #e5e5e5;
    position: absolute;
    right: 0;
    bottom: 0;
}
.brand2 .brand2-1 .img1{
    position: relative;
    z-index: 999;
}
.brand2 .brand2-1 img{
    width: 100%;
}
.brand2 .brand2-2{
    width: 54%;
    float: right;
    margin-top: 13vw;
}

.brand3{
    background: #f7f7f7;
}
.brand3 .wnb{
    font-size: 0;
}
.brand3 .brand3-2{
    width: 49%;
    display: inline-block;
    vertical-align: middle;
}
.brand3 .brand3-2 img{
    width: 100%;
}
.brand3 .brand3-1{
    width: 51%;
    padding-right: 4%;
    display: inline-block;
    vertical-align: middle;
}


.brand4{
    padding-top: 11vw;
}
.brand4 .wnb{
    font-size: 0;
}
.brand4 .brand4-1{
    width: 42%;
    display: inline-block;
    vertical-align: middle;
}
.brand4 .brand4-1 ul li{
    float: left;
    width: 48%;
}
.brand4 .brand4-1 ul li:nth-child(1){
    margin-right: 4%;
}
.brand4 .brand4-1 ul li img{
    width: 100%;
}
.brand4 .brand4-2{
    width: 58%;
    padding-left: 5%;
    display: inline-block;
    vertical-align: middle;
}
.brand5{
    padding-top: 12vw;
}
.brand5 .wnb{
    font-size: 0;
}
.brand5 .brand5-1{
    width: 51%;
    display: inline-block;
    vertical-align: middle;
    padding-right: 4%;
}
.brand5 .brand5-2{
    width: 49%;
    display: inline-block;
    vertical-align: middle;
}
.brand5 .brand5-2 img{
    width: 100%;
}


.brand6{
    padding: 9vw 0;
}
.brand6 .brand-tlt{
    text-align: center;
}
.ppfz{
    margin-top: 6vw;
    position: relative;
    padding: 0 30px;
}
.ppfz::before{
    content: '';
    width: calc(100% - 60px);
    height: 3px;
    background: #efefef;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -1px;
}
.ppfz .slick-slide .slick-con{
    padding: 0 3%;
}
.ppfz .slick-slide .slick-con a{
    display: block;
    text-align: center;
    position: relative;
}
.ppfz .slick-slide .slick-con a h3{
    font-size: 24px;
    color: #999999;
    font-weight: bold;
}
.ppfz .slick-slide .slick-con a p{
    font-size: 14px;
    color: #333333;
    line-height: 2;
    height: 56px;
    overflow: hidden;
}
.ppfz .slick-slide:nth-child(2n) .slick-con a{
    padding-top: 120px;
}
.ppfz .slick-slide:nth-child(2n+1) .slick-con a{
    padding-bottom: 120px;
}
.ppfz .slick-slide .slick-con a::before{
    content: '';
    width: 38px;
    height: 20px;
    background: url(../images/dd1.png) no-repeat center;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -10px;
}
.ppfz .slick-slide.slick-current .slick-con a::before{
    background: url(../images/dd2.png) no-repeat center;
}
.ppfz .slick-arrow{
    display: block;
    width: 28px;
    height: 21px;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    background: none;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    cursor: pointer;
    text-indent: 100px;
    overflow: hidden;
}
.ppfz .slick-prev{
    background: url(../images/le1.png) no-repeat center;
    left: 0;
}
.ppfz .slick-next{
    background: url(../images/ri1.png) no-repeat center;
    right: 0;
}


.aspg-banner img{
    width: 100%;
}
.aspg-banner h3{
    font-size: 34px;
    color: #fff;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
}

.aspg-banner video{
    width: 100%
}


@media (max-width: 1400px) {
    .brand-tlt h3{
        font-size: 28px;
    }
    .brand-tlt h4{
        font-size: 14px;
    }
    .aspg-banner h3{
        font-size: 28px;
    }
}
@media (max-width: 1199px) {
    .brand-tlt h3{
        font-size: 24px;
        margin-bottom: 15px;
    }
    .brand-wz{
        font-size: 14px;
    }
    .aspg-banner h3{
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .brand1 .brand1-2{
        width: 100%;
        float: none;
    }
    .brand1 .brand1-1{
        width: 100%;
        float: none;
    }
    .brand2 .brand2-1{
        width: 100%;
        float: none;
    }
    .brand2 .brand2-2{
        width: 100%;
        float: none;
        margin-top: 30px;
    }
    .brand3{
        padding: 40px 0;
    }
    .brand3 .brand3-1{
        width: 100%;
        float: none;
        padding-right: 0;
    }
    .brand3 .brand3-2{
        width: 100%;
        float: none;
        margin-top: 30px;
    }
    .brand4 .brand4-1{
        width: 100%;
        float: none;
    }
    .brand4 .brand4-2{
        width: 100%;
        padding-left: 0;
        float: none;
        margin-top: 30px;
    }
    .brand5 .brand5-1{
        width: 100%;
        padding-right: 0;
        float: none;
    }
    .brand5 .brand5-2{
        width: 100%;
        float: none;
        margin-top: 30px;
    }
    .ppfz .slick-slide .slick-con a h3{
        font-size: 20px;
    }
    .ppfz .slick-slide .slick-con a p{
        font-size: 12px;
        height: 48px;
    }
    .brand-tlt h3{
        font-size: 22px;
    }
    .brand-tlt h4{
        font-size: 12px;
    }
    .aspg-banner h3{
        font-size: 20px;
    }

}


/*往季大片*/
.wjdp1{
    padding-top: 8vw;
}
.wjdp1 .wjdp1-1{
    width: 56%;
    float: left;
}
.wjdp1 .wjdp1-1 a{
    display: block;
}
.wjdp1 .wjdp1-1 a img{
    width: 100%;
}
.wjdp1 .wjdp1-2{
    width: 37%;
    float: right;
    margin-top: 6vw;
}
.wjdp1 .wjdp1-2 h3{
    font-size: 34px;
    color: #000000;
    position: relative;
    background: url(../images/xx2.png) no-repeat left bottom;
    padding-bottom: 20px;
}
.wjdp2{
    margin-top: 8vw;
}
.wjdp2 ul li:nth-child(1),.wjdp2 ul li:nth-child(2){
    width: 25%;
    float: left;
    margin-right: 1.6%;
}
.wjdp2 ul li:nth-child(3){
    width: 46.8%;
    float: left;
}
.wjdp2 ul li a{
    display: block;
}
.wjdp2 ul li a img{
    width: 100%;
}
.wjdp3{
    margin-top: 8vw;
}
.wjdp4{
    margin-top: 6vw;
    margin-bottom: 10vw;
}
.wjdp4 > h2{
    font-size: 34px;
    color: #000;
    padding-bottom: 28px;
    background: url(../images/xx3.png) no-repeat center bottom;
    text-align: center;
    text-transform: uppercase;
}
.wjdp4 ul{
    margin-top: 5.5vw;
    margin-left: -10px;
    margin-right: -10px;;
}

.wjdp4 ul li{
    
}
.wjdp4 ul li a{
    display: block;
    padding: 0 3%;
}
.wjdp4 ul li a img{
    width: 100%;
}
@media (max-width: 1400px) {
    .wjdp1 .wjdp1-2 h3{
        font-size: 26px;
    }
    .wjdp4 > h2{
        font-size: 26px;
    }
}
@media (max-width: 1199px) {
    .wjdp1 .wjdp1-2 h3{
        font-size: 22px;
        padding-bottom: 15px;
    }
    .wjdp4 > h2{
        font-size: 22px;
        padding-bottom: 15px;
    }

}
@media (max-width: 991px) {
    .wjdp1 .wjdp1-2 h3{
        font-size: 20px;
        padding-bottom: 10px;
    }
    .wjdp4 > h2{
        font-size: 20px;
        padding-bottom: 10px;
    }

}
@media (max-width: 767px) {
    .wjdp1 .wjdp1-2 h3{
        font-size: 15px;
    }
    

}




/*phone底部导航*/

li {
    list-style: none;
}

.q_d_m {
    float: left;
    width: 100%;
    height: 50px;
}

.pf_down {
    width: 100%;
    float: left;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 50px;
    background: #000;
    z-index: 999;
    border-top: 1px solid #fff;
}

.pf_down li {
    width: 33.333333%;
    float: left;
    text-align: center;
    padding: 7px 0 4px 0;
    border-right: 1px solid #fff;
}

.pf_down li .ico7 {
    width: 100%;
    float: left;
    height: 20px;
}

.pf_down li .d_name {
    width: 100%;
    float: left;
    margin-top: 4px;
    font-size: 12px;
    color: #fff;
    line-height: 14px;
}

.pf_down li.l1 .ico7 {
    background: url(../images/btn15.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li.l2 .ico7 {
    background: url(../images/btn16.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li.l3 .ico7 {
    background: url(../images/btn17.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li:nth-child(3n) {
    border: none;
}




.contentt{
    position: relative;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    transition-duration: .4s;
    transition-timing-function: ease-out;
}


#allmap{width: 73%;height:calc(100vh - 100px);float:right;margin-top:20px;margin-bottom:10px;margin:0 auto;}
.maplist{
    width: 27%;
    height: calc(100vh - 100px);
    overflow-y: auto;
    float: left;
    position: relative;
    background: #f6f6f6;
    padding-top: 140px;

}
.maplist::-webkit-scrollbar {
    /*滚动条整体样式*/
    width : 4px;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.maplist::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 4px;
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    background   : #535353;
}
.maplist::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background   : #ededed;
}
.maplist ul{

    margin: 0px;
    padding: 10px;
    background: #fff;

}
.maplist ul dd{
    font-size: 14px;
    line-height: 2;
    padding: 10px 20px;
}
.maplist ul li{
    width: 100%;
    padding: 20px 0;
    padding-left: 20px;
    line-height: 26px;
    height:auto;
    cursor: pointer;
    position: relative;
    border-top: 1px solid #e6e6e6;
}


.maplist ul li h2{font-size:16px;margin: 0px;padding: 0px;color: #555555;line-height: 2;font-weight:bold;}
.maplist ul li span{font-size:14px;color:#555555;display: block;line-height: 24px;
}
.maplist ul li span dt{display: none;}

.province{font:normal 14px/32px "å¾®è½¯é›…é»‘";padding:0px 10px;}
#search_form{position: absolute;top: 0;left: 0;z-index: 99;padding: 10px 20px ;background: #f6f6f6;}
#search_form dt{color: #000;font-size: 18px;line-height: 50px;font-weight: bold;}
#search_form select{width:10vw;border:none;background: #fff;line-height: 52px;height:52px;color: #111;outline: none;font-size: 14px;padding-left: 15px;}
.button_s{border: none;background: #444;line-height: 52px;color:#fff;text-align: center;width:60px;font-size: 14px;}
#map_main{
    width: 100%;
    position: relative;
    margin-top: 90px;
    overflow: hidden;
}

.BMapLib_SearchInfoWindow{border: none!important;padding-bottom: 10px;}
.BMapLib_SearchInfoWindow .BMapLib_bubble_top{height: 51px!important;border: none!important;padding-top: 20px;}
.BMapLib_SearchInfoWindow .BMapLib_bubble_title{background: none!important;border: none!important;text-align: left;font-size: 16px;font-family: "微软雅黑";padding-left: 20px!important;}
.BMapLib_SearchInfoWindow #BMapLib_sendToPhone0{display: none!important;}
.BMapLib_SearchInfoWindow .BMapLib_bubble_content{padding: 0 20px!important;text-align: left;font-size: 12px;font-family: "微软雅黑";
    color: #999;
    line-height: 1.75em;
    margin-bottom: 5px; }
.BMapLib_SearchInfoWindow .BMapLib_bubble_content dt{font-weight: normal;}
.BMapLib_nav_tab_content li:nth-child(2) td input{margin-right: 0px!important;}
.BMapLib_SearchInfoWindow .BMapLib_sendToPhone{display: none!important;}
.BMapLib_SearchInfoWindow .BMapLib_nav{display: none!important;}


@media (max-width: 990px){
    #map_main{
        margin-top: 0;
    }
    .maplist{
        width: 100%;
        float: none;
    }
    #allmap{
        width: 100%;
        float: none;
        position: absolute!important;
        left: 100%;
        z-index: 3;
        top: 40px;
        
    }
    #map_main .contentt.show {
        transform: translate3d(-100%, 0px, 0px);
        -webkit-transform: translate3d(-100%, 0px, 0px);
        -zom-transform: translate3d(-100%, 0px, 0px);
    }

    #map_main .fh{
        width: 40px;
        position: absolute;
        left: 100%;
        top: 0;
        height: 40px;
        background: url(../images/fh.png) no-repeat left center;
        border: 1px solid #666;
        cursor: pointer;
         
    }
    #search_form select{
        width: 35vw;
    }

}
@media (max-width: 480px){
    #search_form select{
        width: 32vw;
    }

}

.wnb{
    padding-left: 10%;
    padding-right: 10%;
    margin: 0 auto;
    overflow: hidden
}

@media (max-width: 1199px){
    .wnb{
       padding-left: 15px;
       padding-right: 15px;
    }
}



/* 产品详情 */
.pro-detail .pro-detail-right{
    width: 46.25%;
    float: right;
}
.pro-detail .pro-detail-right .pro-detail-right-box{
    position: relative;
}
.pro-detail .pro-detail-right .pro-detail-right-box .bigimg a{
    display: block;
}
.pro-detail .pro-detail-right .pro-detail-right-box .bigimg a img{
    width: 100%;
}
.pro-detail .pro-detail-right .pro-detail-right-box .samllimg{
    width: 60px;
    position: fixed;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
}
.pro-detail .pro-detail-right .pro-detail-right-box .samllimg a{
    display: block;
}
.pro-detail .pro-detail-right .pro-detail-right-box .samllimg a img{
    width: 100%;
}
/*.ssd .top_head,.ssd .footbg,.ssd .pro-detail .pro-detail-left{*/
/*    display: none;*/
/*}*/
/*.ssd .pro-detail .pro-detail-right{*/
/*    width: 100%;*/
/*}*/
.pro-detail{
    position: relative;
}
.pro-detail .pro-detail-left{
    width: 50%;
    padding: 0 2vw;
    float: left;
    position: absolute;
    left: 0;
    height: 100%;
}
.pro-detail .pro-detail-left .pro-detail-left-box{
    width: 100%;
    position: sticky;
    height: 100vh;
    display: flex;
    top: 0
    
}
.pro-detail .pro-detail-left .pro-detail-left-box .box1{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pro-detail .pro-detail-left .pro-detail-left-box .box1 h1{
    font-size: 2vw;
    color: #000000;
    text-align: right;
    margin-bottom: 1vw
}
.pro-detail .pro-detail-left .pro-detail-left-box .box1 .box-can{
    border-top: 1px solid #1e1f23;
    border-bottom: 1px solid #1e1f23;
    display: flex;
    justify-content: space-between;
    padding: 10px 0
}
.pro-detail .pro-detail-left .pro-detail-left-box .box1 .box-can h3{
    width: 50%;
    font-size: 1.2vw;
    line-height: 2;
}
.pro-detail .pro-detail-left .pro-detail-left-box .box1 .box-can h3:nth-child(2){
    border-left: 1px solid #1e1f23;
    text-align: right
}
.pro-detail .pro-detail-left .pro-detail-left-box .box1 .box-cont1{
    padding-top: 10px
}
.pro-detail .pro-detail-left .pro-detail-left-box .box1 .box-cont1 h4{
    text-align: right;
    font-size: 0.9vw;
    color: #000;
    line-height: 2;
}
.pro-detail .pro-detail-left .pro-detail-left-box .box1 .box-cont1 h4 span{
    cursor: pointer
}
.pro-detail .pro-detail-left .pro-detail-left-box .box1 .box-cont1 .dd{
    font-size: 14px;
    color: #000;
    line-height: 2;
    display: none;
}
.pro-detail .pro-detail-left .pro-detail-left-box .box2{
    font-size: 0.9vw;
    width: 100%;
    color: #000;
    text-transform: uppercase;
    position: absolute;
    bottom: 1vw;
}
.pro-detail .pro-detail-left .pro-detail-left-box .box2 .box2-map{
    text-align: right
}


.product-detail-slick .slick-con img{
    width: 100%
}
.product-detail-slick .slick-dots{
    text-align: center;
    margin-top: 20px;
}
.product-detail-slick .slick-dots li{
    display: inline-block;
    margin: 0 5px;
}
.product-detail-slick .slick-dots li button{
    width: 10px;
    height: 10px;
    border: none;
    outline: none;
    background: #ccc;
    font-size: 0;
    margin: 0;
    padding: 0;
    border-radius: 50%;
}
.product-detail-slick .slick-dots li.slick-active button{
    background: #000
}



.aspg-banner2{
    position: relative
}
.aspg-banner2 img{
    width: 100%;
}
.aspg-banner2 .ban2-wz{
    position: absolute;
    bottom: 6%;
    right: 4%;
    z-index: 999;
    text-align: right
}
.aspg-banner2 .ban2-wz h3{
    font-size: 12px;
    color: #fff;
    text-transform: uppercase
}
.aspg-banner2 .ban2-wz h4{
    font-size: 1.1vw;
    color: #fff;
    line-height: 2
}


/*女士新款*/
.nvshi1{
    font-size: 0;
    margin-top: 6.5vw;
}
.nvshi1-left{
    display: inline-block;
    width: 51%;
    vertical-align: middle;
}
.nvshi-tlt{
    text-align: center;
    font-size: 32px;
    color: #000000;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}
.nvshi-tlt::before{
    content: '';
    width: 88px;
    height: 3px;
    background: #4c4c4c;
    position: absolute;
    left: 50%;
    margin-left: -44px;
    bottom: 0
}
.nvshi1-left .nvshi-tlt{
    text-align: left;
}
.nvshi1-left .nvshi-tlt::before{
    left: 0;
    margin-left: 0;
}
.nvshi1-left .wz{
    font-size: 16px;
    color: #555;
    line-height: 2;
    text-transform: uppercase;
    text-align: justify;
    margin-top: 2vw;
}
.nvshi1-right{
    display: inline-block;
    width: 45%;
    margin-left: 4%;
    vertical-align: middle;
}
.nvshi1-right img{
    width: 100%;
}


.nvshi2{
    margin-top: 6.5vw;
}
.nvshi2-con{
    font-size: 0;
    margin-top: 45px;
}
.nvshi2-con .nvshi2-left{
    width: 57%;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}
.nvshi2-con .nvshi2-left img{
    width: 100%;
}
.nvshi2-con .nvshi2-right{
    width: 48%;
    display: inline-block;
    vertical-align: middle;
    margin-left: -5%;
    position: relative;
    z-index: 999;
    padding: 2.5vw 3vw;
    background: #fff;
}
.nvshi2-con .nvshi2-slick{
    padding-bottom: 40px;
    position: relative;
}
.nvshi2-con .nvshi2-slick .slick-con h3{
    font-size: 28px;
    color: #000000;
    line-height: 1.6;
    padding-bottom: 20px;
    position: relative;
}
.nvshi2-con .nvshi2-slick .slick-con h3::before{
    content: '';
    width: 46px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 0;
}
.nvshi2-con .nvshi2-slick .slick-con p{
    font-size: 16px;
    line-height: 30px;
    color: #777777;
    height: 270px;
    margin-top: 25px;
    text-transform: uppercase;
    word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 9;
-webkit-box-orient: vertical;
}
.nvshi2-slick .slick-arrow{
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
    background: none;
    text-indent: 100px;
    overflow: hidden;
    font-size: 0;
    position: absolute;
    bottom: 0;
}
.nvshi2-slick .slick-prev{
    background: url(../images/ze1.png) no-repeat center;
    right: 60px;
}
.nvshi2-slick .slick-next{
    background: url(../images/you1.png) no-repeat center;
    right: 0;
}
.nvshi2-slick .slick-prev:hover{
    background: url(../images/ze1_h.png) no-repeat center;
}
.nvshi2-slick .slick-next:hover{
    background: url(../images/you1_h.png) no-repeat center;
}


.nvshi3{
    margin-top: 6.5vw;
    margin-bottom: 10vw;
}
.nvshi3 ul{
    margin-top: 50px;
}
.nvshi3 ul li{
    width: 33.3333333%;
    float: left;
    background: #f9f7f5;
}
.nvshi3 ul li a{
    display: block;
}
.nvshi3 ul li .wz{
    padding: 5vw 2vw;
    text-align: center;
}
.nvshi3 ul li .wz h3{
    font-size: 24px;
    color: #655e5e;
    padding-bottom: 26px;
    position: relative;
    margin-bottom: 20px;
}
.nvshi3 ul li .wz h3::before{
    content: '';
    width: 76px;
    height: 2px;
    background: #beb6b1;
    position: absolute;
    left: 50%;
    margin-left: -38px;
    bottom: 0;
}
.nvshi3 ul li .wz p{
    font-size: 16px;
    color: #655e5e;
    text-transform: uppercase;
    line-height: 30px;
    height: 270px;
    word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 9;
-webkit-box-orient: vertical;
}
.nvshi3 ul li .tu img{
    width: 100%;
}

@media (max-width: 1400px){
    .nvshi-tlt{
        font-size: 24px;
    }
    .nvshi-tlt::before{
        width: 60px;
        margin-left: -30px;
    }
    .nvshi1-left .wz{
        font-size: 14px;
    }
    .nvshi2-con .nvshi2-slick .slick-con h3{
        font-size: 22px;
    }
    .nvshi2-con .nvshi2-slick .slick-con p{
        font-size: 14px;
        line-height: 25px;
        height: 225px;
    }
    .nvshi3 ul li .wz h3{
        font-size: 20px;
    }
    .nvshi3 ul li .wz p{
        font-size: 14px;
        line-height: 25px;
        height: 225px;
    }
}

@media (max-width: 1199px){
    .nvshi-tlt{
        font-size: 22px;
    }
    .nvshi-tlt::before{
        width: 50px;
        margin-left: -25px;
    }
    .nvshi1-left .wz{
        font-size: 12px;
    }
    .nvshi2-con .nvshi2-slick .slick-con h3{
        font-size: 20px;
    }
    .nvshi2-con .nvshi2-slick .slick-con p{
        font-size: 12px;
        line-height: 22px;
        height: 198px;
    }
    .nvshi3 ul li .wz h3{
        font-size: 18px;
    }
    .nvshi3 ul li .wz p{
        font-size: 12px;
        line-height: 22px;
        height: 198px;
    }
}
@media (max-width: 767px){
    .nvshi1-left{
        width: 100%;
    }
    .nvshi1-right{
        width: 100%;
        margin-left: 0;
        margin-top: 20px
    }
    .nvshi2-con{
        margin-top: 30px;
    }
    .nvshi2-con .nvshi2-left{
        width: 100%;
    }
    .nvshi2-con .nvshi2-right{
        width: 100%;
        margin-left: 0;
        padding: 20px;
    }
    .nvshi3 ul{
        margin-top: 30px;
    }
    .nvshi3 ul li{
        width: 100%;
        margin-bottom: 10px
    }
    .nvshi3 ul li .wz h3{
        font-size: 16px;
    }
    .nvshi3 ul li .wz p{
        height: 132px;
        -webkit-line-clamp: 6;
    }
}














