@charset "utf-8";
/*广告图*/
.swiper-ggt{
    padding: 0 60px;
    position: relative;
}
.swiper-ggt::before{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: '';
    width: 100%;
    height: 80%;
    background: #000;
}
.swiper-banner img{
    width: 100%;
}
.swiper-banner .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 0;
    opacity: 1;
    border-radius: 50%;
}
.swiper-banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #caa466;
}
.swiper-banner .swiper-pagination-bullets{
    bottom: 2rem!important;
}


/*标题*/
.itit{
    margin-bottom: 50px;
}
.itit .t1{
    text-transform: uppercase;
    font-size: 46px;
    display: table;
    margin: auto;
    border-top: 1px dashed #caa466;
    border-bottom: 1px dashed #caa466;
}
.itit .t1 span{
    padding: 0 50px;
    position: relative;
    line-height: 60px;
    height: 60px;
}
.itit .t1 span::after,.itit .t1 span::before{
    position: absolute;
    font-size: 26px;
    color: #caa466;
    line-height: 75px;
}
.itit .t1 span::after{
    content: "<";
    right: 0;
}
.itit .t1 span::before{
    content: ">";
    left: 0;
}


/*介绍*/
.iintroduce{
    background: url(../images/gy-bj.jpg) center center no-repeat;
    height: 630px;
}
.iintroduce-wrap{
    width: 50%;
    float: right;
    margin-top: 100px;
}
.iintroduce .bt{
    font-size: 46px;
    text-transform: uppercase;
}
.iintroduce .fbt{
    font-size: 20px;
}
.iintroduce .nr{
    color: #666;
    margin-top: 3rem;
}
.iintroduce .nr p{
    margin-top: 1rem;
    font-size: 18px;
}
.iintroduce .nr p:first-child{
    margin-top: 0;
}


/*产品中心*/
.ipro-list{
    position: relative;
    padding: 0 50px;
    margin-bottom: 2rem;
}
.ipro-list .swiper-slide img{
    width: 100%;
}
.ipro-list .swiper-slide p{
    background: #000;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    padding: 1rem 0;
    /* height: 7rem; */
    line-height: 2.5rem;
}
.ipro-list .swiper-ipro-next,.ipro-list .swiper-ipro-prev{
    position: absolute;
    top: 50%;
    background: #caa466;
    width: 4rem;
    height: 4rem;
    text-align: center;
    line-height: 3.5rem;
    color: #fff;
    font-size: 2.2rem;
    cursor: pointer;
    margin-top: -2rem;
    border-radius: 50%;
}
.ipro-list .swiper-ipro-next{
    right: 0;
}
.ipro-list .swiper-ipro-prev{
    left: 0;
}
.ipro-img{
    position: relative;
    margin-top: 3rem;
}
.ipro-img img{
    width: 100%;
}
.ipro-img a:hover img{
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);    /* IE 9 */
    -webkit-transform: scale(1.05,1.05);    /* Safari å’Œ Chrome */
    -o-transform: scale(1.05,1.05); /* Opera */
    -moz-transform: scale(1.05,1.05);   /* Firefox */
}
.ipro-img p{
    text-transform: uppercase;
    font-size: 36px;
    position: absolute;
    top: 2rem;
    left: 2rem;
    color: #fff;
}


/*模特展示*/
.iggt{
    margin-top: 8rem;
}
.swiper-mote img{
    width: 100%;
}
.swiper-mote .swiper-mote-next{
    right: 2rem;
}
.swiper-mote .swiper-mote-prev{
    left: 2rem;
}
.swiper-mote .swiper-mote-prev,.swiper-mote .swiper-mote-next{
    width: 8rem;
    height: 8rem;
    background: #caa466;
    text-align: center;
    line-height: 7.5rem;
    color: #fff;
    font-size: 4rem;
    border-radius: 50%;
    position: absolute;
    z-index: 999999;
    top: 50%;
    margin-top: -4rem;
    cursor: pointer;
}
.swiper-mote .swiper-mote-prev:hover,.swiper-mote .swiper-mote-next:hover{
    opacity: .8;
}


/*关于我们*/
.iabout{
    background: #f5f5f5;
    margin-top: 8rem;
    padding: 8rem 0;
}
.iabout-img img{
    width: 100%;
}
.iabout-brief dl{
    margin-top: 3rem;
}
.iabout-brief dl dt{
    font-size: 50px;
}
.iabout-brief dl dd{
    color: #666;
    font-size: 20px;
}
.iphoto-img{
    margin-top: 3rem;
    position: relative;
}
.iphoto-img .swiper-slide a{
    display: block;
}
.iphoto-img .swiper-slide img{
    width: 100%;
}
.iphoto-img .swiper-slide p{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgb(0 0 0 / 50%);
    text-align: center;
    padding: 1rem;
    color: #fff;
    font-size: 2rem;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.iphoto-img .swiper-slide a:hover p{
    background:#caa466; 
}
.iphoto-img .swiper-slide a:hover img{
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);    /* IE 9 */
    -webkit-transform: scale(1.05,1.05);    /* Safari å’Œ Chrome */
    -o-transform: scale(1.05,1.05); /* Opera */
    -moz-transform: scale(1.05,1.05);   /* Firefox */
}
.iphoto-img .swiper-iphoto-next{
    right: 0;
}
.iphoto-img .swiper-iphoto-prev{
    left: 0;
}
.iphoto-img .swiper-iphoto-prev,.iphoto-img .swiper-iphoto-next{
    width: 5rem;
    height: 5rem;
    background: rgb(0 0 0 / 70%);
    text-align: center;
    line-height: 4.5rem;
    color: #fff;
    font-size: 4rem;
    position: absolute;
    z-index: 999999;
    top: 50%;
    margin-top: -2.5rem;
    cursor: pointer;
}
.iphoto-img .swiper-iphoto-prev:hover,.iphoto-img .swiper-iphoto-next:hover{
    background:#caa466;
}


/*优势*/
.iyoushi .am-g{
    margin-top: 7rem;
}
.iyoushi-img img{
    width: 100%;
}
.iyoushi-dl dl{
    margin-top: 10rem;
}
.iyoushi-dl dl dt{
    font-size: 5rem;
    line-height: 1.2;
}
.iyoushi-dl dl dd{
    font-size: 2rem;
    color: #666;
    margin-top: 3rem;
}
.iyoushi .weizhi .iyoushi-img{
    float: right;
}


/*新闻资讯*/
.inews{
    margin-top: 8rem;
}
.inews .am-g{
    display: flex;
}
.inews .am-u-sm-7{
    display: flex;
}
.inews-list{
    width: 100%;
}
.inews-list .inews-con{
    height: 33.33%;
    background: #f5f5f5;
    position: relative;
}
.inews-list .inews-con:nth-child(1){
    background: #ebebeb;
}
.inews-list .inews-con:nth-child(2){
    background: #f5f5f5;
}
.inews-list .inews-con:nth-child(3){
    background: #fff;
}
.inews-list .inews-con a{
    padding: 2.5rem 8rem 2.5rem 3rem;
    display: block;
}
.inews-list .inews-con::before{
    content: "";
    background: url(../images/inews-tb.png) center center  no-repeat;
    width: 53px;
    height: 44px;
    position: absolute;
    right: 3rem;
    top: 3rem;
}
.inews-list .inews-con:hover{
    background: url(../images/inews-bj.jpg);
}
.inews-list .inews-con:hover dl dt,.inews-list .inews-con:hover dl dd{
    color: #fff;
}
.inews-list .inews-con:hover::before{    
    background: url(../images/inews-tbon.png) center center  no-repeat;
}
.inews-list .inews-con .date{
    color: #caa466;
    font-size: 2rem;
    font-weight: bold;
}
.inews-list .inews-con .date i{
    margin-right: 1rem;
}
.inews-list .inews-con dl dt{
    font-size: 1.8rem;
    margin-top: .5rem;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.inews-list .inews-con dl dd{
    font-size: 1.6rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.ipartner{
    margin-top: 4rem;
}
.ipartner .am-thumbnail{
    margin-bottom: 0;
}


@media (max-width:1024px){
    .swiper-ggt{
        padding: 0 1rem;
    }

    /*标题*/
    .itit{
        margin-bottom: 3rem;
    }
    .itit .t1{
        font-size: 3rem;
    }
    .itit .t1 span{
        padding: 0 4rem;
        line-height: 5rem;
        height: 5rem;
    }
    .itit .t1 span::after,.itit .t1 span::before{
        font-size: 2rem;
        color: #caa466;
        line-height: 5rem;
    }
    
    /*介绍*/
    .iintroduce{
        background: none;
        height: auto;
    }
    .iintroduce-wrap{
        width: 100%;
        margin-top: 5rem;
    }
    .iintroduce .bt{
        font-size: 4rem;
        text-transform: uppercase;
    }
    .iintroduce .fbt{
        font-size: 2rem;
    }
    .iintroduce .nr{
        margin-top: 2rem;
    }
    .iintroduce .nr p{
        margin-top: 1rem;
        font-size: 1.8rem;
    }


    /*产品中心*/
    .ipro{
    margin-top: 5rem;
}
    .ipro-list{
        padding: 0 5rem;
        margin-bottom: 0;
    }
    .ipro-list .swiper-slide p{
        line-height: 2.5rem;
    }
    .ipro-list .swiper-ipro-next,.ipro-list .swiper-ipro-prev{
        line-height: 4rem;
    }
    .ipro-img{
        position: relative;
        margin-top: 3rem;
    }
    .ipro-img p{
        font-size: 3rem;
    }


    /*模特展示*/
    .iggt{
        margin-top: 5rem;
    }
    .swiper-mote .swiper-mote-next{
        right: 1rem;
    }
    .swiper-mote .swiper-mote-prev{
        left: 1rem;
    }
    .swiper-mote .swiper-mote-prev,.swiper-mote .swiper-mote-next{
        width: 5rem;
        height: 5rem;
        line-height: 5rem;
        font-size: 2.4rem;
        margin-top: -2.5rem;
    }


    /*关于我们*/
    .iabout{
        margin-top: 5rem;
        padding: 5rem 0;
    }
    .iabout video{
        height:30rem!important;
    }
    .iabout-img img{
        width: 100%;
    }
    .iabout-img #videoa{
    height: 40rem!important;
}
    .iabout-brief dl{
        margin-top: 3rem;
    }
    .iabout-brief dl dt{
        font-size: 3rem;
    }
    .iabout-brief dl dd{
        font-size: 2rem;
    }
    .iphoto-img{
        margin-top: 3rem;
        position: relative;
    }
    .iphoto-img .swiper-slide a{
        display: block;
    }
    .iphoto-img .swiper-slide img{
        width: 100%;
    }
    .iphoto-img .swiper-slide p{
        font-size: 1.6rem;
    }
    .iphoto-img .swiper-slide a:hover p{
        background:#caa466; 
    }
    .iphoto-img .swiper-slide a:hover img{
        transform: scale(1.05,1.05);
        -ms-transform: scale(1.05,1.05);    /* IE 9 */
        -webkit-transform: scale(1.05,1.05);    /* Safari å’Œ Chrome */
        -o-transform: scale(1.05,1.05); /* Opera */
        -moz-transform: scale(1.05,1.05);   /* Firefox */
    }
    .iphoto-img .swiper-iphoto-next{
        right: 0;
    }
    .iphoto-img .swiper-iphoto-prev{
        left: 0;
    }
    .iphoto-img .swiper-iphoto-prev,.iphoto-img .swiper-iphoto-next{
        width: 4rem;
        height: 4rem;
        line-height: 4rem;
        font-size: 3rem;
        margin-top: -2rem;
    }

    /*优势*/
    .iyoushi .am-g{
        margin-top: 7rem;
    }
    .iyoushi-img img{
        width: 80%;
        margin: auto;
        display: block;
    }
    .iyoushi-dl dl{
        margin-top: 3rem;
    }
    .iyoushi-dl dl dt{
        font-size: 4rem;
    }
    .iyoushi-dl dl dd{
        margin-top: 2rem;
    }


    /*新闻资讯*/
    .inews{
        margin-top: 8rem;
    }
    .inews .am-g{
        display: block;
    }
    .inews .am-u-sm-7{
        display: flex;
    }
    .inews-list{
        margin-top: 2rem;
    }
    .inews-list .inews-con{
        height: 33.33%;
        background: #f5f5f5;
        position: relative;
    }
    .inews-list .inews-con a{
        padding: 1rem 6rem 2rem 2rem;
    }
    .inews-list .inews-con::before{
        background: url(../images/inews-tb.png) center center  no-repeat;
        width: 4rem;
        height: 3rem;
        right: 2rem;
        top: 2rem;
        background-size: contain;
    }
    .inews-list .inews-con:hover{
        background: url(../images/inews-bj.jpg);
    }
    .inews-list .inews-con:hover dl dt,.inews-list .inews-con:hover dl dd{
        color: #fff;
    }
    .inews-list .inews-con:hover::before{    
        background: url(../images/inews-tbon.png) center center  no-repeat;
    }
    .ipartner{
        margin-top: 3rem;
    }
}
