

/* @media (max-width: 1200px){
    .index-about-content p{
        display: none;
    }
} */
html, body {
    position: relative;
    height: 100%;
}
body {
    background: #fff;
    font-family: "思源黑体 CN","苹方";
    color:#000;
    margin: 0;
    padding: 0;
}
img{
    vertical-align: middle
}
p,h5{
    margin: 0
}
a{
    text-decoration: none
}

.index-header{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    /* background: rgba(255, 255, 255, .3); */
    background: #fff;
    padding: 0.3733rem 0.4rem;
    box-shadow: 1px -3px 7px #ccc;
    box-sizing: border-box
}

.index-header .left img{
    width: 2.08rem;
    height: 0.5867rem;
}
.index-header .container{
    /* width: 1540px; */
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 15px 0 */
}
.index-header .container .center{
    display: none
}
.index-header .container .right{
    display: none;
}
.index-header .container .right span{
    color: #005ca1;
    font-size: 20px;
    margin-left: 10px;
}
.index-header .popover{
    width: 0.5333rem;
    height: 0.3467rem;
    background: url(../images/images/popover_show.png) no-repeat;
    background-size: 100% 100%;
}
.index-header .popover.on{
    width: 0.4667rem;
    height: 0.4667rem;
    background: url(../images/images/popover_hide.png) no-repeat;
    background-size: 100% 100%;
}
.main-content{
    margin-top: 74px
}

.index-header-banner .title{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    text-align: center;
}
.index-header-banner .title h5{
    font-size: 0.8rem;
    font-weight: inherit;
    margin: 0
}
.index-header-banner .title p{
    font-size: 0.4rem;
    margin: 8px 0 3px 0;
    color: #333333
}
.index-header-banner .title span{
    font-size: 0.24rem;
    margin: 0;
    color: #333333;
    white-space: nowrap
}



.index-join{
    background: url(https://o2cosmi.oss-cn-shenzhen.aliyuncs.com/images/join/zs-img_model03.png) no-repeat;
    box-sizing: border-box;
    background-size: cover;
    /*background-position: center;*/
    display: flex;
}
  .index-join .img1{
        display: none;
    }
.index-join img{
     background-size: contain;
    background-position: center;
    width: auto;
    height: 100%;
    margin: 0 auto;
}
.index-join .index-title{
    margin-top: 1.4rem
}
.index-join .index-title p{
    color: #cccccc
}
.index-join .index-title h5{
    color: #005ca1
}
.index-join .index-title::after{
    background: #005ca1
}
.index-join .index-join-content{
    margin-top: 0.2667rem
}

.index-join .index-join-content p{
    font-size: 14px;
    color: #333333
}
.index-join .index-join-content .more{
    text-align: center
}
.index-join .index-join-content .more a{
    display: inline-block;
    color: #666666;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    padding: 0.2rem 0.5333rem;
    border-radius: 0.5333rem;
    margin: 0.1333rem 0
}
.index-join .index-join-content .join-btn{
    display: flex;
    text-align: center;
    justify-content: space-between;
    margin-top: 0.4rem
}
.index-join .index-join-content .join-btn img{
    width: 1.8133rem;
    height: 1.8133rem
}
.index-join .index-join-content .join-btn p{
    font-size: 0.3733rem;
    width: auto
}

.index-call{
    padding: 0 0.4rem;
    box-sizing: border-box;
    padding-top: 1.5333rem;
    display: flex;
    flex-flow: column;
    /* justify-content: flex-end; */
    overflow: hidden;
    background: #f9f9f9;
}
.index-call .left{
    display: flex;
    display: -webkit-flex;
    align-items: center
}
.index-call .left p{
    margin: 0.3333rem 0;
    font-size: 14px;
}
.index-call .left span{
    color: #999999;
    margin-right: 0.0667rem
}
.index-call .left .ma img{
    width: 2.2133rem;
    height: 2.2133rem;
}
.index-call .left .map{
    width: 400px;
    height: 100px;
    display: none
}
.index-call .right{
    margin-top: 0.4rem
}
.index-call .right .title h5{
    display: inline-block;
    position: relative;
    font-size: 18px;
    font-weight: inherit
}
.index-call .right .title h5::after{
    content: "";
    position: absolute;
    right: -0.2rem;
    top: 0.15rem;
    background: #ccc;
    height: 0.4rem;
    width: 1px
}
.index-call .right .title span{
    color: #ccc;
    margin-left: 0.4rem
}
.index-call .right .box input{
    width: 100%;
    font-size: 14px;
    padding: 0.2rem 0.2667rem;
    box-sizing: border-box;
    margin: 0.2rem 0
}
.index-call .right .box button{
    width: 100%;
    background: #005ca1;
    color: #fff;
    padding: 0.2667rem 0;
    border: none;
    margin-top: 0.1333rem
}
.index-call .right .right-img{
    margin-top: 0.4rem
}
.index-call .right .right-img img{
    width: 2.6667rem;
    height: 1.3333rem;
    margin: 0 0.1333rem;
}
.index-call .sm{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f1f1f1;
    padding: 0.3333rem 0;
    text-align: center
}
.index-call .sm p{
    color: #999999;
    font-size: 10px;
}
.index-popover{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 1.3333rem;
    z-index: 9999;
    background: #fff;
    display: none;
}
.index-popover .list-1{
    text-align: center
}
.index-popover a{
    display: block;
    padding: 0.3333rem 0;
    font-size: 16px;
    border-bottom: 1px solid #eee;
    color: #333
}
.index-popover .hide{
    display: none;
   
}

.index-popover .hide2{
    display: none;
   
}
.index-popover .hide1{
    display: none;
   
}
.index-popover .hide1 .hide-a {
     padding: 0.2rem 0;
      border-bottom: 1px solid #fff;
    color: #005ca1;
    font-size: 14px;
     background: rgba(0, 0, 0, 0.05) !important;
}
.index-popover .hide1 .hide-item2 {
    /*padding: 0.2rem 0;*/
      /*border-bottom: 1px solid #fff;*/
    color: #000;
    font-size: 14px;
}
.index-popover .hide1 .hide-item2 a{
    background: rgba(0, 0, 0, 0.04) !important;
      color: #000;
    font-size: 14px;

}
.index-popover .hide .hide-item a{
     padding: 0.2rem 0;
      background: rgba(0, 0, 0, 0.08);

}
.index-popover .hide-item2 .hide2 a{
     padding: 0.2rem 0;
     border-bottom: 1px solid #fff;
      color: #005ca1;
    font-size: 14px;
      background: rgba(0, 0, 0, 0.02) !important;
}

.index-popover .hide >div{
   
    border-bottom: 1px solid #fff;
    color: #005ca1;
    font-size: 14px;
}
.index-adb-product{
    margin-top: 0.6667rem;
}
.index-adb-product .content{
    padding: 0 0.4rem;
    box-sizing: border-box;
    
}
.index-adb-product .content .list-1{
    margin-top: 0.3333rem;
    background: #fff;
}
.index-adb-product .content .list-1 img{
    width: 100%;
    height: 6.4rem;
    object-fit: contain;
    box-sizing: border-box;
    padding: 0.4rem;
}
.index-adb-product .content .list-1 .title{
    padding: 0.4rem;
    text-align: center;
}
.index-adb-product .content .list-1 .title h5{
    font-weight: inherit;
    font-size: 16px;
    color: #333;
}
.index-adb-product .content .list-1 .title p{
    color: #666666;
    font-size: 14px;
    margin-top: 0.2667rem;
    text-align: left;
    
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp: 5;
}
.index-adb-product .content .list-1 .title a{
    border: 1px solid #333333;
    color: #333333;
    padding: 0.1333rem 0.4rem;
    margin-top: 0.4rem;
    display: inline-block;
}

/* 爱丁堡 */
.index-adb{
    margin-top: 1.3333rem;
}
.index-content{
    background: url('../images/adb/indexbg.png') no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.index-adb-title{
    position: relative;
    text-align: center;
    padding: 0.4rem 0;
}
.index-adb-title::after{
    content: "";
    position: absolute;
    bottom: 0.1333rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: #005ca1;
    width: 0.56rem;
    height: 0.0533rem;
}
.index-adb-title p{
    font-size: 0.24rem;
    color: #dddddd;
}
.index-adb-title h5{
    font-size: 0.48rem;
    color: #1f1a17;
    font-weight: inherit;
}
.index-adb-brand{
    padding: 0 0.4rem;
}
.index-adb-brand .content p{
    font-size: 16px;
    color: #666666;
    margin-top: 0.2667rem;
}
.index-adb-brand .content a{
    border: 1px solid #333333;
    color: #333333;
    padding: 0.2rem 0.4rem;
    margin-top: 0.2667rem;
    display: inline-block;
}
.index-adb-brand .content img{
    width: 100%;
    /* margin-top: 0.4rem; */
}
.index-adb-brand .content .left{
    margin-bottom: 15px;
}
.index-adb-brand .content .right{
    width: 100%;
}
.index-adb-brand .content iframe{
    width: 100%;
}
.index-adb-product{
    background: #f7f7f7;
    padding-bottom: 0.4rem;
}

.index-adb-case .swiper-button-next,.index-adb-case .swiper-button-prev{
    display: none
}
.index-adb-case .content{
    margin-top: 0.4rem;
}
.index-adb-case .content .more{
    text-align: center;
}
.index-adb-case .content .more a{
    border: 1px solid #333333;
    color: #333333;
    padding: 0.1333rem 0.4rem;
    margin-top: 0.6667rem;
    display: inline-block;
}
.index-adb-make{
    padding: 0.4rem;
    box-sizing: border-box;
    padding-bottom: 0.6667rem;
}
.index-adb-make .content{
    padding: 0.4rem 0;
    padding-bottom: 0;
}
.index-adb-make .content .item{
    position: relative;
}
.index-adb-make .content input{
    width: 100%;
    padding: 0.2rem 0.2667rem;
    box-sizing: border-box;
    margin: 0.1333rem 0;
    font-size: 14px;
    border: 1px solid #dddddd;
    color: #333333;
}
.city-picker-span{
    width: 100% !important;
    box-sizing: border-box;
    padding: 0rem 0.2667rem;
    margin: 0.1333rem 0;
    font-size: 14px;
    font-weight: inherit;
    color: #333;
}
.city-picker-span{
    border: 1px solid #ffcb4f;
}
.index-adb-make .boxbtn{
    text-align: center;
}
.index-adb-make .boxbtn button{
    font-size: 14px;
    background: #005ca1;
    color: #fff;
    border: none;
    width: 100%;
    margin-top: 0.1333rem;
    padding: 0.2rem 0;
}
.index-adb-bottom{
    display: none;
}
.index-adb-sm{
    padding: 0.5rem 0.4rem;
    border-top: 1px solid #ccc;
    /* padding-top: 0.4rem; */
}
.index-adb-sm .container{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
}
.index-adb-sm .left img{
    margin-top: -4px;
    margin-right: 5px;
}
.index-adb-sm .left p{
    font-size: 14px;
    margin: 0.1333rem 0;
    color: #fff;
}

.index-adb-sm .left b{
    font-size: 20px;
    white-space: nowrap;
    margin: 5px 0;
    display: inline-block;
}
.index-adb-sm .right{
    text-align: center;
    margin-left: 0.2667rem;
}

/* 硅藻泥 */
.index-gzn .index-header-banner img{
    height: 300px;
}
.index-gzn .index-header-banner .title{
    background: rgba(255, 255, 255, .5);
    padding: 0.4rem;
    box-sizing: border-box;
}
.index-gzn-about{
    padding: 0.4rem;
}
.index-gzn-about .content p{
    text-align: center;
}
.index-gzn-about .content .about-list{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index-gzn-about .content .about-list .list-1{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin-top: 0.4rem;
    background: #eee;
    box-sizing: border-box;
    padding: 0.2667rem;
    border-radius: 0.2667rem;
    width: 48%;
}
.index-gzn-about .content .about-list .list-1 .title{
    margin-left: 0.2667rem;
}
.index-gzn-about .content .about-list .list-1 h5{
    font-size: 14px;
    color: #333333;
    font-weight: inherit;
}
.index-gzn-about .content .about-list .list-1 p{
    font-size: 12px;
    color: #666666;
    margin-top: 0;
    text-align: left;
}
.index-gzn-about .content .about-list .list-1 img{
    width: 1.3333rem;
    height: 1.3333rem;
    margin-top: 0;
}
.index-gzn-process .content .more{
    text-align: center;
}
.index-gzn-process{
    padding: 0.4rem;
}
.index-gzn-process .content p{
    text-align: center;
}
.index-gzn-process .more{
    margin-top: 0.4rem;
}
.index-gzn-case{
    background: #f7f7f7;
    padding-bottom: 0.6rem;
}
.index-tl-product .content{
    margin-top: 0.4rem;
}
.index-tl-product .content .item{
    /*margin-top: 0.4rem;*/
}
.index-tl-product .content .item a{
    display: flex;
    overflow: hidden;
    box-sizing: border-box;
    background: #fff;
}
.index-tl-product .content .item .title{
    box-sizing: border-box;
    padding: 0.2667rem;
    width: 55%;
    display: flex;
    display: -webkit-flex;
    flex-flow: column;
    justify-content: space-between;
}
.index-tl-product .content .item .img{
    width: 55%;
}
.index-tl-product .content .item img{
    width: 100%;
    height: 2.9334rem;
    object-fit: cover;
    /* margin-right: 0.4rem; */
}
.index-tl-product .content .item:nth-child(2) a, .index-tl-product .content .item:nth-child(4) a{
    flex-direction: row-reverse;
}
.index-tl-product .content .item h5{
    font-size: 16px;
    font-weight: inherit;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.index-tl-product .content .item p{
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
    color: #666666;
    font-size: 12px;
    /* margin-top: 0.0667rem; */
}
.index-tl-product .content .item .more{
    /* margin-top: 0.0667rem; */
    /* display: inline-block; */
    color: #333333;
}
.index-tl-product .content .more{
    text-align: center;
}
.index-tl-product .content .more a{
    border: 1px solid #333333;
    color: #333333;
    padding: 0.1333rem 0.4rem;
    margin-top: 0.6667rem;
    display: inline-block;
}
/* 产品列表 */
.product-list{
    margin-top: 1.3733rem;
    margin-bottom: 0.4rem;
}
.product-list .list{
    position: relative;
}

.product-list .list img{
    width: 100%;
    height: 5.3334rem;
    object-fit: cover;
    /*filter: brightness(50%);*/
}

.product-list .list .title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);

}
.product-list .list .title{
    color: #fff;
    text-align: center;
}
.product-list .list .title h5{
    font-weight: inherit;
    font-size: 18px;
}
.product-list .list a::after{
    content: "";
    position: absolute;
    left: 0.6667rem;
    top: 0.6667rem;
    right: 0.6667rem;
    bottom: 0.6667rem;
    border: 1px solid #fff;
}
/* 产品 */
.product-nav{
    margin-top: 1.3733rem;
    text-align: center;
    color: #fff;
}
.product-nav.product-nav-other{
    padding-bottom: 0.667rem;
}
.product-nav h5{
    font-size: 16px;
    padding-top: 0.667rem;
}
.product-nav p{
    font-size: 14px;
    width: auto;
    margin: 0 auto;
    /* margin-top: 0.1333rem; */
    text-indent: 2em;
    box-sizing: border-box;
    padding: 0 0.4rem;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3; 
}
.product-nav .nav{
    margin-top: 0.6667rem;
    padding-bottom: 0.4rem;
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
}
.product-nav .nav a{
    color: #fff;
    font-size: 14px;
    margin: 0 0.2667rem;
    padding-bottom: 5px;
}
.product-nav .nav a.on{
    border-bottom: 2px solid #fff;
}
.product-nav .nav a:hover{
    border-bottom: 2px solid #fff;
}
.product{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    padding: 0 0.4rem;
    margin: 0.6667rem 0;
    margin-bottom: 0;
}
.product .item{
    width: 50%;
    text-align: center;
    margin-bottom: 0.4rem;
}
.product .item img{
    width: 100%;
    object-fit: contain;
    height: 2.5867rem;
}
.product .item  .title{
    padding: 0 0.1333rem;
    margin-top: 0.2667rem;
}
.product .item  .title h5{
    font-weight: inherit;
    color: #333333;
    font-size: 14px;
}
.product .item  .title p{
    color: #999999;
    font-size: 12px;
}
.product-fy{
    text-align: center;
    margin: 0.6667rem 0;
}
.product-fy span{
    font-size: 14px;
    color: #333333;
    width: 0.6667rem;
    height: 0.6667rem;
    line-height: 0.6667rem;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    display: inline-block;
    margin: 0 0.1333rem;
    cursor: pointer;
}
.product-fy span.on{
    background: #005ca1;
    color: #fff;
}
.product-details-sg img{
    width: 100%;
}
.magnifier{
    margin-left: 0;
    margin-top: 0;
    display: none
}
.images-cover img{
    width: 100%;
}
.product-content-banner-xg .img .item{
    display: block;
}
.product-content-banner-xg .img .item img{
    width: 100%;
}
.product-content-banner-xg .img .item .list-1 .title{
    display: none;
}
.product-details .content .right{
    padding: 0 0.4rem;
}
.product-details .content .right h4{
    font-size: 18px;
    font-weight: inherit;
}
.product-details .content .right h5{
    font-size: 16px;
    margin-top: 0.2667rem;
    margin-bottom: 0.1333rem;
}
.product-details .content .right p{
    font-size: 14px;
}
.product-details .content .right img{
    width: 32.5%;
}
.product-content-banner{
    padding: 0.4rem;
}
.product-title{
    padding: 0.4rem 0;
}
.product-title h5{
    font-size: 18px;
    font-weight: inherit;
}
.product-content-banner-jz{
    padding: 0.4rem;
}
.product-details-sg{
    padding: 0.4rem;
}
.product-content-banner-xg{
    padding: 0.4rem;
}
.product-content-banner-xg .img .item>div{
    margin-bottom: 0.4rem;
}

/* 产品展示 */
.case-show-content{
    padding: 0 0.4rem;
}
.case-show-content .list-1{
    margin-top: 0.6rem;
    text-align: center;
    position: relative;
    padding-bottom: 0.4rem;
}
.case-show-content .list-1 img{
    width: 100%;
}
.case-show-content .list-1 p{
    color: #333333;
    font-size: 14px;
    margin-top: 0.2667rem;
}
.case-show-content .list-1.chroma-gallery .chrg-item{
    width: 100% !important;
}
/* .case-show-content .list-1 p{
    font-size: 14px;
    position: absolute;
    left: 0;
    right: 0;
    top: 6.9333rem;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
} */
.chroma-gallery .chrg-description{
    bottom: -50px;
    opacity: 1;
    top: auto;
    background: none;
    
}
.chroma-gallery .chrg-description p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

/* 防伪查询 */
.product-check-content{
    padding-bottom: 0.5333rem;
}
.product-check-content .check-input{
    border: 1px solid #eeeeee;
    text-align: center;
    padding: 0.5333rem 0.4rem;
    
}
.product-check-content .check-input .check-nub{
    margin: 0.2rem 0rem;
    display: flex;
    justify-content: space-between
}
.product-check-content .check-input .check-nub input{
    width: 20%;
    padding: 0.1333rem 0rem;
    text-align: center
}
.product-check-content .check-input p{
    font-size: 14px;
    color: #666666
}
.product-check-content .check-input .check-but{
    display: flex;
    justify-content: center;
    margin-top: 0.4rem
}
.product-check-content .check-input .check-but button{
    width: 47%;
    border-radius: 25px;
    padding: 0.2rem 0rem
}
.product-check-content .check-input .check-but .but-1{
    color: #183965;
    font-size: 14px;
    border: 1px solid #183965;
    background: none
}
.product-check-content .check-input .check-but .but-2{
    color: #fff;
    font-size: 14px;
    border: 1px solid #064d81;
    background: #064d81
}
.product-check-content img{
    width: 100%;
    margin-top: 0.7333rem
}
.check-popover{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    background: #fff;
    text-align: center;
    /* width: 90%; */
    width: 9.3333rem;
    z-index: 100;
    padding: 0.5333rem 0rem;
    box-shadow: -1px -1px 10px #888888;
    display: none
}
.check-popover img{
    width: 1.2rem
}
.check-popover p{
    margin: 0.2rem 0rem
}
.check-popover .erro-p1{
    color: #666666;
    font-size: 14px;
}
.check-popover .erro-p1 span{
    color: #ff9000
}
.check-popover .erro-p2{
    color: #ff9000
}
.check-popover button{
    color: #fff;
    border: none;
    padding: 0.2rem 0rem;
    width: 30%;
    font-size: 14px;
    margin-top: 0.2rem
}
.check-popover .but-1{
    background: #ff9000;
    margin-right: 0.3333rem
}
.check-popover .but-2{
    background: #999999
}
/* 检测报告 */
.product-report-content{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: space-between;
}
.chroma-gallery{
    min-width: 50px;
}
.product-report-content .list-1{
    width: 48%;
}
.product-report-content .list-1 img{
    object-fit: cover;
    width: 100%;
    
}

/* 关于我们 */
.about-content .about-content-intr{
    padding: 0 0.4rem;
}
.about-content .about-content-intr .left img{
    width: 100%;
    margin: 0.4rem 0;
}
.about-content .about-content-intr .right .title{
    border-bottom: 1px solid #005ca1;
    display: inline-block;
    margin-bottom: 0.4rem;
    padding-bottom: 0.1334rem;
}
.about-content .about-content-intr .right .title h5{
    font-size: 18px;
    font-weight: inherit;
    display: inline-block;
}
.about-content .about-content-intr .right .title span{
    font-size: 12px;
    color: #999999;
    margin-left: 0.1333rem;
}
.about-content .about-content-intr .right .content p{
    font-size: 14px;
    color: #666666;
    line-height: 28px;
}
.about-brand{
    background: #f7f7f7;
    padding: 0 0.4rem;
    padding-bottom: 0.6667rem;
}
.about-brand .about-brand-content .brand-title{
    text-align: center;
    color: #666666;
    font-size: 14px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1; 
    margin: 0.1334rem 0;
    
}
.about-brand .about-brand-content .box .item{
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
    margin-top: 0.4rem;
}
.about-brand .about-brand-content .box .item .img img{
    width: 100%;
    height: 5.3333rem;
}
.about-brand .about-brand-content .box .item .title{
    box-sizing: border-box;
    padding: 0.9333rem 0.2667rem;
    
}
.about-brand .about-brand-content .box .item .title h5{
    font-size: 18px;
    margin-bottom: 0.4rem;
    margin-top: 0.2667rem;
}
.about-brand .about-brand-content .box .item .title p{
    font-size: 12px;
    color: #666666;
}
.about-brand .about-brand-content .box .item .img-1 img{
    width: 2.1333rem;
    height: 2.1333rem;
    position: absolute;
    top: 4.2667rem;
    left: 0.4rem;
}
.about-lc{
    padding-top: 0;
}
.about-lc .index-time{
    background: url(../images/about/about_img_4.png) no-repeat;
    min-height: 13.3333rem;
    background-size: cover;
}
.about-lc .index-title.other-title h5{
    font-size: 0.48rem;
}
.about-lc .body-box{
    margin: 0.8rem auto;
}
.about-honor.index-honor{
    padding: 0.5333rem 0;
    padding-bottom: 1.0667rem;
}
.about-honor.index-honor .gallery-top{
    margin-top: 0.5333rem;
}
.about-honor.index-honor .gallery-top .swiper-slide p{
    display: block;
}
.about-honor.index-honor .index-title.other-title h5{
    font-size: 0.48rem;
}
.about-video{
    padding: 0.4rem;
}
.about-video .left{
    height: 6.6667rem;
}
.about-video .left video{
    width: 100%;
}
.about-video .right .list-1 a{
    display: flex;
    display: -webkit-flex;
    /* margin-top: 0.4rem; */
    border-bottom: 1px solid #eee;
    padding: 0.4rem 0;
}
.about-video .right .list-1:last-child a{
    border: none;
}
.about-video .right .list-1 img{
    width: 3.2rem;
}
.about-video .right .list-1 .title{
    display: flex;
    display: -webkit-flex;
    flex-flow: column;
    justify-content: space-between;
    margin-left: 0.4rem;
}
.about-video .right .list-1 .title h5{
    font-size: 16px;
    font-weight: inherit;
    color: #333;
}
.about-video .right .list-1 .title p{
    font-size: 14px;
    color: #999;
}
.about-video .about-video-content{
    margin-top: 0.4rem;
}
.vjs_video_3-dimensions{
    width: 100%;
    height: 100%;
}
/* 店面查询 */
.call-query-content{
    /* padding: 0.4rem; */
}
.call-query-content .title img{
    width: 100%;
}
.call-query-content .title .pc{
    display: none;
}
.call-query-content .content .box{
    padding: 0 0.4rem;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #ccc;
}
.call-query-content .content .box .boxinput{
    width: 100%;
    height: 36px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-indent: 5%;
    font-size: 14px;
    margin-bottom: 0.3rem;
    
}
.city-picker-selector .selector-item{
    width: 100%;
    margin-left: 0.4rem;
    margin-bottom: 0.3rem;
    
}
.clearfix, .city-picker-selector{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.city-picker-selector .selector-name{
    font-size: 14px;
}
.call-query-content .content .box button{
    width: 100%;
    border: none;
    background: #005ca1;
    color: #fff;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
}
.call-query-content .content .box1{
    padding: 0.4rem;
    padding-bottom: 0;
}
.call-query-content .content .box1 p{
    font-size: 14px;
    text-align: center;
    margin-bottom: 0.2rem;
    color: #333333;
}
.call-query-content .content .box1 .city-picker-selector .selector-item{
    width: 47%;
}
.call-query-content .content .box1 .item{
    display: flex;
    display: -webkit-flex;
}
.call-query-content .content .box1 .item input{
    width: 80%;
    border: 1px solid #ccc;
    text-indent: 5%;
    font-size: 14px;
}
.call-query-content .content .box1 .item button{
    width: 20%;
    text-align: center;
    border: none;
    background: #005ca1;
    color: #fff;
    height: 36px;
    line-height: 36px;
}
.call-query-content .content .query-list{
    padding: 0 0.4rem;
}
.call-query-content .content .query-list .list-1 a{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.call-query-content .content .query-list .list-1{
    padding: 0.4rem 0;
    border-bottom: 1px solid #eee;
}
.call-query-content .content .query-list .list-1 .left h5{
    font-size: 16px;
    color: #333333;
    font-weight: inherit;
}
.call-query-content .content .query-list .list-1 .left p{
    font-size: 12px;
    color: #666666;
}
.call-query-content .content .query-list .list-1 .right{
    margin-left: 0.4rem;
}
.call-query-content .content .query-list .list-1 .right img{
    width: 2.6667rem;
    height: 2rem;
    object-fit: cover;
}
.call-map{
    margin-top: 1.3733rem;
    position: relative;
    /* height: 450px; */
}
.call-map .map{
    width: 100%;
    height: 8rem;
    object-fit: none;
}
.call-map .title{
    padding: 0.4rem;
    padding-bottom: 0;
}
.call-map .title h5{
    font-size: 20px;
    color: #005ca1;
    margin-bottom: 0.2rem;
}
.call-map .title h5 span{
    margin: 0 0.1333rem;
    font-weight: 100;
}
.call-map .title .title-list .list-1{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin-bottom: 0.4rem;
}
.call-map .title .title-list .list-1 img{
    width: 0.4rem;
    margin-right: 0.2rem;
}
.call-map .title .title-list .list-1 span{
    font-size: 14px;
    color: #666666;
}
.call-content .box{
    padding: 0.4rem;
    padding-bottom: 0.6rem;
}
.call-content .box input,.call-content .box textarea{
    width: 100%;
    box-sizing: border-box;
    padding: 0.3rem 0.4rem;
    margin-bottom: 0.3rem;
}
.call-content .box textarea{
    height: 2rem;
}
.call-content .box p{
    color: #1e87d6;
    font-size: 12px;
}
.call-content .box .boxbtn{
    text-align: center;
}
.call-content .box .boxbtn button{
    border: none;
    width: 100%;
    padding: 0.2667rem 0;
    background: #005ca1;
    color: #fff;
    margin-top: 0.3rem;
}
.call-service-nav{
    margin-top: 1.3733rem;
}
.call-service-img img{
    width: 100%;
}
.call-service-img .pc{
    display: none;
}
.call-box{
    /* background: #bbe2ff; */
    padding: 0.4rem;
    margin: 0.4rem 0;
}
.call-box .left{
    display: none;
}
.call-box .center p{
    font-size: 14px;
    margin-bottom: 0.2rem;
}
.call-box .center span{
    color: #ff900c;
}
.call-box .center input{
    width: 100%;
    box-sizing: border-box;
    padding: 0.2rem 0.4rem;
    margin-bottom: 0.3rem;
}
.call-box .right{
    text-align: center;
}
.call-box .right button{
    border: none;
    background: #005ca1;
    color: #fff;
    padding: 0.2667rem 0.5333rem;
    border-radius: 0.2667rem;
}
/* 商学院 */
.school-news-content{
    padding: 0.4rem;
}
.school-news-content .list-1{
    border-bottom: 1px solid #ccc;
    padding: 0.4rem 0;
}
.school-news-content .list-1 .left img{
    width: 100%;
    height: 6.2133rem;
    object-fit: cover;
}
.school-news-content .list-1 .center{
    padding: 0.2667rem 0;
}
.school-news-content .list-1 .center h5{
    color: #333333;
    font-size: 16px;
    font-weight: inherit;
}
.school-news-content .list-1 .center p{
    font-size: 14px;
    color: #999;
    margin-top: 0.1333rem;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
}
.school-news-content .list-1 .right{
    text-align: right;
}
.school-news-content .list-1 .right h5{
    display: inline-block;
    font-size: 16px;
    color: #333333;
    font-weight: inherit;
    margin-right: 0.1333rem;
}
.school-news-content .list-1 .right p{
    display: inline-block;
    font-size: 12px;
    color: #999;
}
.school-news-content .list-1 .center img{
    display: none;
}

.news-details-content{
    padding: 0.4rem;
}
.news-details-content .title{
    text-align: center;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #ddd;
}
.news-details-content .title h5{
    font-size: 16px;
    font-weight: inherit;
    color: #333333;
    margin-bottom: 0.1333rem;
}
.news-details-content .title span{
    color: #999999;
    font-size: 12px;
    margin: 0 0.2667rem;
}
.news-details-content .content{
    margin-top: 0.4rem;
    border-bottom: 1px solid #ddd;
}
.news-details-content .content p{
    color: #666666;
    font-size: 16px;
}
.news-details-content .content img{
    width: 100%;
    margin: 0.2667rem 0;
}
.news-details-content .tz{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin-top: 0.2rem;
}
.news-details-content .tz a{
    width: 40%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #999999;
}
/* 体验 */
.exper-list{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-top: 1.3733rem;
    margin-bottom: 0;
}
.exper-list .list-1{
    width: 50%;
}
.exper-list .list-1 img{
    width: 100%;
    height: 4.0001rem;
}
.exper-list.product-list .list a::after{
    content: none;
}
.exper-list.product-list .list .title{
    width: 100%;
}
.exper-list.product-list .list .title h5{
    font-size: 16px;
}
.bott-title{
    text-align: center;
    padding: 0.9333rem 0;
    margin-top: 1.3733rem;
}
.bott-title h5{
    font-size: 18px;
    font-weight: inherit;
    color: #333333;
}
.bott-title p{
    font-size: 14px;
    color: #333333;
}
.boot-list{
    margin-top: 0;
}
.boot-list .list-1{
    width: 100%;
}
.toindex{
    margin: 0.5333rem 0;
    text-align: center;
}
.toindex a{
    display: inline-block;
}
.toindex img{
    width: 3.3333rem;
}

.experience-details-content .list-1{
    padding-bottom: 0;
}
.experience-details-content .list-1 p{
    position: relative;
}

.about-video .about-video-content .left iframe{
    width: 100%;
    height: 100%;
}
.about-video .right .list-1 img{
    height: 2.6667rem
}

.experience-details-content.case-show-content .list-1 p{
    position: relative;
    top: auto
}
@media (min-width: 1200px) {
    .call-map{
        height: 450px;
    }
    .index-about .index-title{
        margin-top: 2.8rem;
    }

    .index-adb-title p{
        font-size: 16px;
    }
    .index-adb-title h5{
        font-size: 24px;
        font-weight: inherit;
    }
    .index-header{
        padding: 0
    }
    .index-header .popover{
        display: none
    }
    .index-header .left img{
        width: 156px;
        height: 44px;
    }
    .container{
        width: 1200px;
        margin: 0 auto;
    }
    .index-header .container .center{
        display: flex;
        display: -webkit-flex;
        align-items: center;
    }
    .index-header .container .center a{
        margin: 0 20px;
        color: #1f1a17;
        font-size: 16px;
        text-decoration: none;
    }
    .index-header .center .nav-btn{
        position: relative;
        height: 74px;
        line-height: 74px;
        cursor: pointer;
    }
    .index-header .center .nav-btn::after{
        content: "";
        position: absolute;
        bottom: 18px;
        background: #005ca1;
        width: 0px;
        height: 2px;
        left: 50%;
        transform: translateX(-50%);
        transition: all 500ms;
        -moz-transition: all 500ms; /* Firefox 4 */
        -webkit-transition: all 500ms; /* Safari and Chrome */
        -o-transition: all 500ms; /* Opera */
        -webkit-transition: all 500ms;
    }
    .index-header .center .nav-btn:hover::after{
        width: 30px
    }
    .index-header .center .nav-btn .show-menu{
        position: absolute;
        text-align: center;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        display: none;
        line-height: 44px;
        transition: all 500ms;
        
        
    }
    
     .index-header .center .nav-btn .show-menu1{
        position: absolute;
        left: 104px;
        text-align: center;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        display: none;
        line-height: 44px;
        transition: all 500ms;
        margin-top: -44px;
        
    }
    
       .index-header .center .nav-btn .show-menu2{
        position: absolute;
        text-align: center;
        left: 104px;
        width: 120%;
        background: rgba(0, 0, 0, 0.5);
        display: none;
        line-height: 44px;
        transition: all 500ms;
        margin-top: -44px;
             
        
    }
    .index-header .center .nav-btn .show-menu2 .show-item2{
        
    }
    
    .index-header .center .nav-btn .show-menu a{
        margin: 0;
        display: block;
        color: #fff;
        font-size: 14px
    }
    .index-header .center .nav-btn .show-menu a:hover{
        background: #1e87d6;

    }
     .index-header .center .nav-btn .show-menu1 .show-item2:hover{
        background: #1e87d6;

    }
     .index-header .center .nav-btn .show-menu2 .show-item3:hover{
        background: #1e87d6;
    }
    .index-header .container .center .login-btn a{
        background: #005ca1;
        color: #fff;
        padding: 8px 25px;
        border-radius: 5px;
    }
    .index-header .container .right{
        display: flex;
        display: -webkit-flex;
        align-items: center;
    }
    .index-header .container .right span{
        color: #005ca1;
        font-size: 20px;
        margin-left: 10px;
    }
    .main-content{
        margin-top: 74px
    }
    .main-content img{
        width: 100%
    }

    .guide-content{
        width: 100%;
        /* height: 100%; */
    }
    .guide-content img{
        width: 33.33%;
        object-fit: cover
    }
    .abox{
        position: relative;
    }
    .abox a{
        display: inline-block;
        width: 350px;
        height: 150px;
        position: absolute;
        top: 40%
    }
    .abox .toproduct-1{
        left: 180px;
    }
    .abox .toproduct-2{
        left: 40%;
    }
    .abox .toproduct-3{
        right: 180px;
    }

    .swiper-container{
        --swiper-navigation-color: #a2a2a4;/* 单独设置按钮颜色 */
    }

    .index-header-banner .swiper-button-prev{
        left: 50px;
    }
    .index-header-banner .swiper-button-next{
        right: 50px;
    }
    .index-header-banner .title{
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }
    .index-header-banner .title h5{
        font-size: 60px;
        font-weight: inherit;
        margin: 0
    }
    .index-header-banner .title p{
        font-size: 30px;
        margin: 8px 0 3px 0;
        color: #333333
    }
    .index-header-banner .title span{
        font-size: 18px;
        margin: 0;
        color: #333333
    }
    .index-about{
        background: url(../images/images/index_img_02.png) no-repeat;
        background-size: 100% 100%;
        margin: 0
    }
    .index-about .index-about-content{
        width: 600px
    }
    .index-about .index-about-content p{
        /* margin: 40px 0 */
    }
    .index-about .index-about-content img{
        display: none
    }
    .index-time{
        background: url(../images/images/index_img_03.png) no-repeat;
        background-size: 100% 100%
    }
    .index-time .index-title.other-title{
        margin-top: 30px
    }
    .index-brand{
        justify-content: flex-end
    }
    .index-brand .index-brand-list{
        display: flex;
        display: -webkit-flex;
        height: 80%;
    }
    .index-brand .index-brand-list .list-1{
        flex: 1;
        height: 100%;
    }
    .index-brand .index-brand-list .list-1:hover img{
        /*filter:brightness(60%);*/
    }
    .index-brand .index-brand-list .list-1.on .list-content .list-details{
        display: block
    }
    .index-brand .index-brand-list .list-1 .list-content .list-details{
        margin-top: 20px;
    }
    .index-brand .index-brand-list .list-1 .list-content .list-details p{
        color: #fff;
        font-size: 14px;
    }
    .index-honor{
        padding-left: 190px;
        padding-right: 190px;
        justify-content: center
    }
    .index-honor .gallery-top {
        height: 80%;
    }
    .index-honor .gallery-thumbs {
        height: 20%;
        box-sizing: border-box;
        padding: 10px 0;
        margin-top: -100px
    }
    .index-honor .gallery-top .swiper-slide-active p,.index-honor .gallery-top .swiper-slide-duplicate-active p{
        display: block
    }
    .index-honor .gallery-top .swiper-slide{
        transition: 300ms;
        transform: scale(0.8);
    }
    .index-honor .gallery-top .swiper-slide-active,.index-honor .gallery-top .swiper-slide-duplicate-active{
            transform: scale(1);
    }
    .index-honor .gallery-top .swiper-slide img{
        /*height: 513.9975px;*/
    }
    .index-honor .gallery-thumbs .swiper-slide img{
        height: 151px;
        width: 80%
    }
    /*.index-join{*/
    /*    background: url(https://o2cosmi.oss-cn-shenzhen.aliyuncs.com/images/join/zs-img_03.png) no-repeat;*/
    /*    background-size: 100% 100%*/
    /*}*/
      .index-join .img1{
        display: block;
    }
    .index-join .img2{
        display: none;
    }
    .index-join .index-title{
        margin-top: 100px
    }
    .index-join .index-join-content p{
        width: 950px;
        text-align: center;
        margin: 30px auto;
        font-size: 16px;
        display: block;
    }
    .index-join .index-join-content img{
        display: none;
    }
    .index-join .index-join-content .join-btn{
        width: 900px;
        margin: 0 auto
    }
    .index-join .index-join-content .join-btn p{
        margin: 0
    }
    .index-join .index-join-content .more{
        margin: 30px 0
    }
    .index-join .index-join-content .more a{
        font-size: 16px;
    }
    .index-news .index-title{
        margin-top: 100px
    }
    .index-news .index-news-list{
        margin-top: 50px
    }
    .index-news .index-news-list .list-1 .right h5{
        font-size: 18px;
    }
    .index-news .index-news-list .list-1 .right p{
        font-size: 14px;
        margin-top: 5px
    }
    .index-call .index-title{
        margin-top: 50px;
    }
    .index-call .index-call-content{
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        margin-top: 50px
    }
    .index-call .left{
        display: block
    }
    .index-call .right{
        margin-top: 0;
        width: 500px
    }
    .index-call .left .map{
        display: block
    }
    .index-call .left p{
        font-size: 16px;
    }
    .index-call .left .ma img{
        width: 166px;
        height: 166px;
    }
    .index-call .sm p{
        font-size: 12px;
    }

    /* 爱丁堡 */
    .index-adb-brand{
        padding: 50px 0;
    }
    .index-adb-brand .content{
        display: flex;
        display: -webkit-flex;
    }
    .index-adb-brand .content .right img{
        width: 575px;
        height: 400px;
        object-fit: cover;
        margin-top: -80px;
        /* margin-left: 150px;*/
    }
    .index-adb-brand .content p{
        line-height: 30px;
        margin-top: 20px;
        /*width: 80%;*/
        width: 550px;
        margin-right: 150px;
    }
    .index-adb-brand .content a{
        margin-top: 30px;
        font-size: 16px;
    }
    .left-titile{
        text-align: left;
    }
    .left-titile::after{
        left: 0;
        transform: translateX(0);
    }
    .index-adb-product{
        padding: 50px 0;
        padding-bottom: 80px;
    }
    .index-adb-product .content{
        padding: 0;
        display: flex;
        display: -webkit-flex;
        margin-top: 30px;
    }
    .index-adb-product .content .list-1{
        flex: 1;
        margin: 0 10px;
        width: 270px;
    }
    .index-adb-product .content .list-1:hover{
        box-shadow: 0px 0px 6px #ccc;
    }
    .index-adb-product .content .list-1 img{
        width: 100%;
        height: 185px;
    }
    .index-adb-product .content .list-1 .title a{
        margin-top: 50px;
        font-size: 14px;
    }
    .index-adb-case{
        padding: 50px 0;
    }
    .index-adb-case .content{
        margin-top: 30px;
    }
    .index-adb-case .swiper-button-next,.index-adb-case .swiper-button-prev{
        display: block
    }
    .index-adb-case .swiper-button-prev{
        left: 22%;
        background: url(../images/swiper-left.png) no-repeat;
        background-size: 46px 46px;
        width: 46px;
        height: 46px;
    }
    .index-adb-case .swiper-button-prev:after{
        content: none;
    }
    .index-adb-case .swiper-button-next{
        right: 22%;
        background: url(../images/swiper-right.png) no-repeat;
        background-size: 46px 46px;
        width: 46px;
        height: 46px;
    }
    .index-adb-case .swiper-button-next:after{
        content: none;
    }
    .index-adb-case .content .more a{
        font-size: 14px;
    }
    .index-adb-case .swiper-slide img{
        height: 668px;
        object-fit: cover;
    }
    .index-adb-make{
        padding-bottom: 80px;
    }
    .index-adb-make .content{
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
    }
    .index-adb-make .content .item{
        width: 32%;
    }
    .index-adb-make .boxbtn button{
        width: auto;
        padding: 0.2667rem 1.3333rem;
        margin-top: 20px;
    }
    .index-adb-bottom{
        background: #221d1c;
        padding: 40px 0;
        display: block;
    }
    .index-adb-bottom .container{
        display: flex;
        display: -webkit-flex;
        text-align: center;
    }
    .index-adb-bottom .container a{
        flex: 1;
        border-left: 1px solid #ddd;
    }
    .index-adb-bottom .container .item{
        display: flex;
        display: -webkit-flex;
        align-items: center;
        justify-content: center;
    }
    .index-adb-bottom .container a:first-child{
        border: none;
    }
    .index-adb-bottom .container .item span{
        margin-left: 15px;
        font-size: 18px;
        color: #fff;
    }
    .index-adb-bottom .container.link{
        justify-content: space-between;
        margin-top: 40px;
    }
    .index-adb-bottom .container.link a{
        border: none;
        text-align: left;
    }
    .index-adb-bottom .container .list-1{
        /* flex: 1; */
    }
    .index-adb-bottom .container .list-1 a{
        display: block;
        color: #fff;
        margin: 20px 0;
        font-size: 16px;
    }
    .index-adb-bottom .container .list-1 img{
        margin-right: 10px;
        margin-top: -3px;
    }
    .hr{
        height: 1px;
        background: #ddd;
        margin-top: 40px;
    }
    .index-adb-sm{
        padding: 30px 0;
        border: none;
    }
    .index-gzn .index-header-banner img{
        height: auto;
    }
    .index-gzn-about{
        background: url(../images/gzn/index_gzn_about_img.png) no-repeat;
        background-size: 100% 100%;
        padding-bottom: 150px;
    }
    .index-gzn-about .content{
        display: block;
        
    }
    .index-gzn-about .content p{
        font-size: 16px;
        
    }
    .index-gzn-about .content .about-list{
        padding-top: 50px;
    }
    .index-gzn-about .content .about-list .list-1{
        width: 23%;
        background: rgba(255, 255, 255, 0.5);
    }
    .index-gzn-about .content .about-list .list-1 h5{
        font-size: 18px;
    }
    .index-gzn-about .content .about-list .list-1 p{
        font-size: 14px;
        line-height: inherit;
        margin-top: 5px;
    }
    .index-gzn-process .content{
        display: block;
    }
    .index-gzn-process .content p{
        font-size: 16px;
        text-align: center;
    }
    .index-gzn-process .more{
        margin-top: 0;
    }
    .index-gzn-case{
        padding: 70px 0;
        padding-top: 30px;
    }
    .index-tl-product .content{
        display: block;
    }
    .index-tl-product .content .item:nth-child(2) a,.index-tl-product .content .item:nth-child(4) a{
        flex-direction: row-reverse;
    }
    .index-tl-product .content .item{
        margin-top: 0;
        
    }
    .index-tl-product .content .item .img{
        width: 670px;
        height: 310px;
        
    }
    .index-tl-product .content .item .img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .index-tl-product .content .item .title{
        padding: 50px;
    }
    .index-tl-product .content .item .title h5{
        font-size: 28px;
    }
    .index-tl-product .content .item p{
        font-size: 14px;
        
    }
    .index-tl-product .content .item .title .more{
        border: 1px solid #333333;
        color: #333333;
        padding: 0.2rem 0.4rem;
        width: 62px;
    }
    .index-tl-product .content .more a{
        font-size: 16px;
        margin-top: 50px;
    }

    /* 产品列表 */
    .product-list{
        display: flex;
        margin-bottom: 0;
    }
    .product-list .list{
        flex: 1;
    }
    .product-list .list img{
        height: 400px;
    }
    .product-list .list:hover img{
        /*filter: brightness(70%);*/
    }
    .product-list .list a::after{
        top: 75px;
        left: 75px;
        bottom: 75px;
        right: 75px;
    }
    .product-list .list .title h5{
        font-size: 30px;
    }
    /* 产品 */
    .product-nav p{
        width: 1100px;
        font-size: 16px;
        margin-top: 0;
    }
    .product-nav h5{
        font-size: 32px;
        padding-top: 110px;
    }
    .product-nav .nav a{
        font-size: 16px;
        margin: 0 20px;
    }
    .product-nav .nav{
        margin-top: 50px;
    }
    .product{
        padding: 50px 0;
        padding-bottom: 0px;
    }
    .product .item{
        width: 33.33%;
        margin-bottom: 40px;
    }
    .product .item .title{
        padding-left: 50px;
        padding-right: 50px;
    }
    .product .item img{
        width: 200px;
        height: 200px;
        object-fit: cover;
    }
    .product .item .title h5{
        font-size: 18px;
    }
    .product .item .title p{
        font-size: 14px;
        margin-top: 5px;
        overflow:hidden; 
        text-overflow:ellipsis;
        display:-webkit-box; 
        -webkit-box-orient:vertical;
        -webkit-line-clamp:2; 
    }
    .product-fy{
        margin-bottom: 70px;
    }
    .magnifier{
        margin-top: 0;
        margin-left: 0;
        display: block;
    }
    .product-details .content{
        display: flex;
        display: -webkit-flex;
        padding: 40px 0;
    }
    .product-details .content .right{
        margin-left: 40px;
        padding: 0;
    }
    .product-details .content .right h4{
        font-size: 26px;
        font-weight: inherit;
    }
    .product-details .content .right h5{
        font-size: 16px;
        /* font-weight: inherit; */
        margin-top: 20px;
    }
    .product-details .content .right p{
        font-size: 14px;
        margin-top: 15px;
    }
    .product-details .content .right img{
        width: 150px;
        margin-right: 10px;
        margin-top: 15px;
    }
    .product-content-banner{
        background: #f7f7f7;
        padding: 20px 0;
    }
    .product-title h5{
        font-size: 24px;
        font-weight: inherit;
        margin-bottom: 10px;
    }
    .product-content-banner-jz{
        padding: 60px 0;
    }
    .product-details-sg img{
        width: 100%;
        margin: 20px 0;
    }
    .product-details-sg{
        padding: 60px 0;
    }
    .product-content-banner-xg{
        padding: 60px 0;
    }
    .product-content-banner-xg .img .item{
        display: flex;
        display: -webkit-flex;
    }
    .product-content-banner-xg .img .item>div{
        flex: 1;
        position: relative;
    }
    .product-content-banner-xg .img .item img{
        width: 90%;
        height: 270px;
        object-fit: cover;
    }
    .product-content-banner-xg .img a{
        position: relative;
        display: block;
    }
    .product-content-banner-xg .img .item .list-1 .title{
        position: absolute;
        left: 0;
        right: 10%;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        text-align: center;
        line-height: 270px;
        display: none;
    }
    .product-content-banner-xg .img .item .list-1.on .title{
        display: block;
    }
    .product-content-banner-xg .img .item .title img{
        width: auto;
        height: auto;
        margin-top: -5px;
        margin-right: 5px;
    }
    .product-content-banner-xg .img .item .title{
        color: #fff;
        font-size: 14px;
    }
    .phone-banner{
        display: none;
    }
    /* 产品展示 */
    .case-show-content{
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 20px auto;
    }
    .case-show-content .list-1{
        width: 46%;
        margin-top: 40px;
        position: relative;
        height: 414px;
        padding-bottom: 35px;
    }
    .case-show-content .list-1 img{
        /* height: 414px; */
        width: 100%;
        height: 100%;
        object-fit: cover;
        
    }
    /* .case-show-content .list-1 p{
        font-size: 16px;
        position: absolute;
        top: 400px;
        left: 0;
        right: 0;
    } */
    .product-content-banner-xg .img .chroma-gallery .chrg-description{
        right: 10%;
    }
    .case-show-content .list-1.chroma-gallery .chrg-item{
        width: 100% !important;
        height: 400px;
    }
    /* 防伪查询 */
    .product-check-content{
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        padding: 70px 0;
        align-items: center;
    }
    .product-check-content .check-img img{
        width: 480px;
    }
    .product-check-content .check-input{
        width: 45%;
    }
    .product-check-content .check-input .check-but button{
        width: 150px;
    }
    .product-check-content .check-input .check-nub{
        margin: 30px 0;
    }
    .product-check-content .check-input p{
        font-size: 16px;
    }
    .product-check-content .check-input{
        padding: 50px 30px;
    }
    .product-nav.product-nav-other{
        padding-bottom: 100px;
    }
    .check-popover{
        width: 50%;
    }
    .check-popover .erro-p1{
        font-size: 16px;
    }
    .check-popover button{
        width: 20%;
    }
    /* 检测报告 */
    .product-report-content{
        justify-content: start;
    }
    .product-report-content .list-1{
        width: 18%;
        /* height: 292px; */
        margin: 10px 11.5px
    }
    /* 关于我们 */
    .about-content .about-content-intr{
        display: flex;
        display: -webkit-flex;
        padding: 70px 0;
    }
    .about-content .about-content-intr .left{
        width: 45%;
    }
    .about-content .about-content-intr .left img{
        margin: 0;
    }
    .about-content .about-content-intr .right{
        width: 55%;
        margin-left: 40px;
    }
    .about-content .about-content-intr .right .title{
        margin-bottom: 0;
    }
    .about-content .about-content-intr .right .title h5{
        font-size: 22px;
    }
    .about-content .about-content-intr .right .title span{
        font-size: 14px;
    }
    .about-content .about-content-intr .right .content p{
        margin-top: 10px;
    }
    .about-brand{
        padding: 50px 0;
        padding-bottom: 70px;
    }
    .about-brand .about-brand-content .brand-title{
        width: 800px;
        margin: 10px auto;
        -webkit-line-clamp: 2
    }
    
    .about-brand .about-brand-content .box{
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
    }
    .about-brand .about-brand-content .box .item{
        width: 30%;
    }
    .about-brand .about-brand-content .box .item .title{
        padding: 40px 30px
    }
    .about-brand .about-brand-content .box .item .title p{
        margin-top: 5px;
        font-size: 14px;
    }
    .about-brand .about-brand-content .box .item .img-1 img{
        top: 32%;
        width: 90px;
        height: 90px;
    }
    .about-lc .index-time{
        min-height: 800px;
    }
    .about-honor.index-honor{
        padding: 60px 190px;
        padding-bottom: 100px;
    }
    .about-honor.index-honor .gallery-top{
        margin-top: 50px;
    }
    .about-video{
        padding: 50px 0;
        padding-bottom: 100px;
    }
    .about-video .about-video-content{
        display: flex;
        display: -webkit-flex;
    }
    .about-video .about-video-content .left{
        width: 70%;
        height: 460px;
    }
    .about-video .about-video-content .left video{
        height: 460px;
    }
    .about-video .about-video-content .right{
        width: 30%;
        margin-left: 30px;
        height: 600px;
        overflow-y: auto;
    }
    .about-video .right .list-1 a{
        padding: 0;
        margin-bottom: 20px;
        border: none;
    }
    .video-js{
        background: none;
    }
    /* 店面查询 */
    .call-query-content{
        padding: 60px 0;
    }
    .call-query-content .title .pc{
        display: block;
        width: auto;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .call-query-content .title .phone{
        display: none;
    }
    .call-query-content .content .box{
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        border: none;
        padding: 0;
    }
    .call-query-content .content .box .boxinput{
        width: 26%;
        box-sizing: border-box;
        height: 40px;
    }
    .call-query-content .content .box button{
        width: 140px;
        height: 40px;
        line-height: 40px;
    }
    .clearfix, .city-picker-selector{
        width: auto;
    }
    .city-picker-selector .selector-item{
        width: 30%;
        margin-left: 13px;
        box-sizing: border-box;
        height: 40px;
    }
    .call-query-content .content .box1{
        background: #eeeeee;
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 25px;
        margin: 20px 0;
    }
    .call-query-content .content .box1 p{
        display: inline-block;
        margin-bottom: 0;
        font-size: 16px;
    }
    .call-query-content .content .box1 .city-picker-selector{
        width: 30%;
        margin-left: -250px;
    }
    .call-query-content .content .box1 .city-picker-selector .selector-item{
        background: #fff;
        margin-bottom: 0;
    }
    .call-query-content .content .box1 .item{
        width: 32%;
    }
    .call-query-content .content .box1 .item input{
        box-sizing: border-box;
        height: 40px;
    }
    .call-query-content .content .box1 .item button{
        height: 40px;
        line-height: 40px;
    }
    .call-query-content .content .query-list{
        padding: 0;
    }
    .call-query-content .content .query-list .list-1 .left{
        margin-top: 10px;
    }
    .call-query-content .content .query-list .list-1 .left h5{
        font-size: 20px;
    }
    .call-query-content .content .query-list .list-1 .left p{
        font-size: 14px;
        margin-top: 10px;
    }
    .call-query-content .content .query-list .list-1 .right img{
        width: 180px;
        height: 134px;
        object-fit: cover;
    }
    /* 联系我们 */
    .call-map .map{
        height: auto;
    }
    .call-map .title{
        position: absolute;
        background: #fff;
        left: 200px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        padding: 40px;
        padding-right: 80px;
    }
    .call-map .title h5{
        font-size: 30px;
        margin-bottom: 30px;
    }
    .call-content .box .item{
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
    }
    .call-content{
        padding: 50px 0;
        padding-bottom: 70px;
    }
    .call-content .box .item input:nth-child(2){
        margin: 0 30px;
        margin-bottom: 0.3rem;
    }
    .call-content .box textarea{
        height: 150px;
    }
    .call-content .box p{
        font-size: 14px;
    }
    .call-content .box .boxbtn button{
        width: 150px;
        margin-top: 30px;
    }
    .call-service-img .pc{
        display: block;
    }
    .call-service-img .phone{
        display: none;
    }
    .call-box{
        display: flex;
        display: -webkit-flex;
        background: #bbe2ff;
        border-radius: 100px;
        align-items: center;
        margin: 60px auto;
        box-shadow: 0 0 10px #ccc;
    }
    .call-box .center{
        margin-left: 30px;
        width: 65%;
    }
    .call-box .center .item{
        display: flex;
        display: -webkit-flex;
    }
    .call-box .center p{
        font-size: 16px;
    }
    .call-box .center .box1{
        width: 40%;
    }
    .call-box .center .box2{
        width: 60%;
        margin-left: 30px;
    }
    .call-box .left{
        display: block;
    }
    .call-box .right{
        margin-left: 30px;
        margin-bottom: -15px;
    }
    .call-box .right button{
        height: 40px;
        line-height: 40px;
        padding: 0 30px;
    }
    /* 商学院 */
    .school-news-content .list-1 a{
        display: flex;
        display: -webkit-flex;
        align-items: center;
    }
    .school-news-content .list-1 .left{
        width: 25%;
    }
    .school-news-content .list-1 .left img{
        height: 180px;
        object-fit: cover;
    }
    .school-news-content .list-1 .center{
        margin-left: 30px;
        display: flex;
        display: -webkit-flex;
        flex-flow: column;
        justify-content: space-between;
        border-right: 1px solid #ccc;
        box-sizing: border-box;
        padding: 0;
        padding-right: 40px;
        width: 55%
    }
    .school-news-content .list-1 .center img{
        display: block;
        width: 30px;
    }
    .school-news-content .list-1 .center p{
        margin: 25px 0;
    }
    .school-news-content .list-1 .right{
        padding-left: 40px;
        width: 15%;
        text-align: center;
    }
    .school-news-content .list-1 .right h5{
        display: block;
        font-size: 28px;
    }
    .school-news-content .list-1 .right p{
        display: block;
        font-size: 16px;
    }
    .news-details-content{
        padding: 60px 0;
    }
    .news-details-content .title h5{
        font-size: 24px;
    }
    .news-details-content .title span{
        font-size: 14px;
    }
    .news-details-content .content p{
        margin-bottom: 20px;
        text-indent: 2em;
        line-height: 30px;
    }
    .news-details-content .content img{
        width: auto;
    }
    .news-details-content .content{
        padding: 30px 0;
    }
    .news-details-content .tz a{
        width: auto;
        font-size: 14px;
    }
    /* 体验 */
    .exper-list{
        flex-wrap: wrap;
    }
    .exper-list .list-1{
        width: 33.33%;
        flex: auto;
    }
    .exper-list.product-list .list .title h5{
        font-size: 20px;
    }
    .exper-list.product-list .list .title p{
        font-size: 14px;
    }
    .bott-title{
        padding: 100px 0;
    }
    .bott-title h5{
        font-size: 36px;
    }
    .bott-title p{
        font-size: 16px;
    }
    .toindex{
        margin-top: 100px;
    }
    .boot-list.exper-list.product-list .list .title p{
        margin-top: 10px;
    }
    .about-video .right .list-1 img{
        height: 100px
    }
    .experience-details-content.case-show-content .list-1 p{
        position: relative;
    }
    .about-brand .about-brand-content .box .item .img img{
        height: 210px;
        object-fit: cover;
    }
    
    /* 微信公众号文章 */
    .weixin{
        margin: 0px auto;
        width: 670px;
    }
}
    
@media (max-width: 1200px){
    .index-about-content p{
        display: none;
    }
    .index-join-content p{
         display: none;
    }
    .index-about-content p:nth-child(1){
        display: block;
    }
      .index-about-content p:nth-child(2){
        display: block;
    }
    .city-picker-dropdown{
        bottom: 0.5333rem;
        top: auto !important;
    }
    .index-call .sm{
        display: none;
    }
    .boot-content .box{
        width: 100%;
    }
    .boot-content .box img{
        width: 100%;
    }
    .index-tl-product .content .item .more{
        text-align: right;
    }
    .news-details-content .content img{
        width: 100% !important;
        height: auto !important;
    }
    .call-query-content .content .query-list .list-1 .left{
        width: 100%;
    }
    .call-query-content .content .query-list .list-1 .right img{
        width: 100%;
    }
    
    /* 微信公众号文章 */
    .weixin{
        margin: 0px auto;
        width: auto;
    }
}