#header2{
    height: 66px;
}
#header2 .content{
    height: 66px;
    line-height: 66px;
    background: transparent;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    padding:0 10px;
    background:#E9E5D8;
}
#header2 .content .nav-list{
    overflow: hidden;
}
#header2 .content .nav-list.icon-list{
}
#header2 .content .nav-list .nav-item{
    color:black;
    float:left;
    padding:0 5px;
    font-size:12px;
    text-decoration: none;
}
#header2 .content .nav-list .nav-item svg{
    width:22px;
    height:22px;
    color:black;
    margin:22px 5px;
    display: block;
}
#header2 .content .site-name{
    color:black;
    font-weight: 700;
}



.g-main{width: 100%;}
.g-box{width: 100%;padding-top: 37.5%;position: relative;}
.g-img{width: 100%;height: 100%;object-fit: cover;position: absolute;left: 0;top: 0;z-index: 1;object-fit: cover;}
.g-text{width: 16.6rem;position: absolute;left: 50%;margin-left: -8.3rem;top: 50%;transform: translate(0,-50%);z-index: 12;}
.g-tit{color: #fff;line-height: 1;margin-bottom: .2rem;}
.g-des{color: #fff;line-height: 1;}
.g-txt{width: 16.6rem;position: absolute;left: 50%;margin-left: -8.3rem;top: 50%;transform: translate(0,-50%);z-index: 12;text-align: center;}
.g-t{color: #fff;line-height: 1;margin-bottom: .25rem;}
.g-s{color: #fff;line-height: 1;font-size: 0;}
.g-one{display: inline-block;vertical-align: top;margin: 0 .15rem;color: #fff;line-height: 1;}
.g-thumb{width: 16.6rem;position: absolute;left: 50%;margin-left: -8.3rem;bottom: 0;z-index: 12;font-size: 0;}
.g-link{display: inline-block;vertical-align: top;color: #fff;padding-top: .2rem;padding-bottom: .2rem;margin-right: 1.2em;position: relative;line-height: 1;}
.g-link:after{content: "";display: block;width: 0.4em;height: 1px;background-color: #fff;position: absolute;right: -0.8em;top: 50%;margin-top: -1px;}
.g-link:last-child{margin-right: 0;}
.g-link:last-child:after{display: none;}
.g-link:first-child:before{content: "";display: inline-block;vertical-align: top;width: .9375em;height: 1.1875em;background-image: url(../images/114.png);background-size: 100% 100%;margin-right: .13rem;position: relative;top: -0.1em;}
@media(max-width: 900px){
    .g-text{width: 100%;padding: 0 10px;left: 0;margin-left: 0;}
    .g-txt{width: 100%;padding: 0 10px;left: 0;margin-left: 0;}
    .g-thumb{width: 100%;margin-left: 0;left: 0;padding: 0 10px;}
}
@media(max-width: 500px){
    .g-tit{font-size: 20px;}
    .g-t{font-size: 24px;margin-bottom: 15px;}
    .g-one{width: 100%;margin: 0 0 10px;font-size: 14px;}
    .g-one:last-child{margin-bottom: 0;}
    .g-thumb{display: none;}
}




.product-info {
    padding:5vw 0;
}
.product-info .contain {
    display: grid;
    grid-template-columns: 40% 60%;
}
.product-info .contain .img-box{
    padding:0 5%;
}
.product-info .contain .img-box .big{
    padding:2vw 3vw;
}
.product-info .contain .img-box .big img{
    width:100%;
}
.product-info .contain .img-box .img-list{
    display: grid;
    grid-template-columns: repeat(3,33.33%);
    padding:2vw 0 1vw;
}
.product-info .contain .img-box .img-list .img-item{
    padding:1vw;
}
.product-info .contain .img-box .img-list .img-item .small{
    width:100%;
    cursor: pointer;
}
.product-info .contain .txt-info{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding:3vw 5vw;
}
.product-info .contain .txt-info .title{
    
}
.product-info .contain .txt-info .sub-title{
    padding-top: 3vw;
}
.product-info .contain .txt-info .icon-list{
    padding-top: 3vw;
}
.product-info .contain .txt-info .icon-txt{
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 1vw;
}
.product-info .contain .txt-info .icon-txt img{
    width: 8px;
}
.product-info .contain .txt-info .icon-txt p{
    margin-left: 1vw;
}
.product-info .contain .txt-info .btn {
    margin-top: 3vw;
    border-radius: 5px;
    line-height: 4vw;
    width:12vw;
    text-align: center;
    color:black;
    cursor: pointer;
    background-color: #E9E5D8;
}