.i-about article{
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 0 .2rem;
}

.i-about .text{
    margin-top: .5rem;
}
.i-about .text .title{
    font-size: .24rem;
}
.i-about .text span{
    margin-top: .2rem;
}
.i-about .text span p{
    font-size: .14rem;
    line-height: 1.75;
    margin: 0;
    box-sizing: border-box;
    padding: 0;
    text-align: left;
    text-indent: .28rem;
}
.i-about .more{
    margin: .2rem 0 .4rem;
    background: #000;
    float: left;
    padding: .15rem .3rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%)
}
.i-about .more a{
    font-size: .14rem;
    color: #fff;
    font-family: 'zhanghaishan','iconfont1';
}
.i-about .bd{
    width: 100%;
    float: left;
    overflow: hidden;
    margin-top: .6rem;
    position: relative;
}
.i-about .bd ul li{
    width: 100%;
    float: left;
    box-sizing: border-box;
}
.i-about .bd .text{
    font-size: .14rem;
    margin: .3rem 0;
    float: left;
    width: 100%;
}
.i-about .bd .text span{
    margin: 0;
}
.i-about img{
    max-width: 100%;
}
.i-about .bd .swiper-next{
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 10;
    transform: translateY(-50%);
    width: .3rem;
    height: .5rem;
    float: left;
    font-size: .3rem;
    background: rgba(0,0,0,.5);
    line-height: .5rem;
    text-align: center;
    font-family: "iconfont1";
    margin-top: -.5rem;
    color: #fff;
}
.i-about .bd .swiper-prev{
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
    transform: translateY(-50%);
    width: .3rem;
    height: .5rem;
    float: left;
    font-size: .3rem;
    background: rgba(0,0,0,.5);
    line-height: .5rem;
    text-align: center;
    font-family: "iconfont1";
    margin-top: -.5rem;
    color: #fff;
}


.process{
    width: 100%;
    font-size: .14rem;
    box-sizing: border-box;
    padding: .5rem .2rem .3rem;
    overflow: hidden;
    background-size: cover;
}
.process .tit{
    width: 100%;
    float: left;
}
.process .tit p{
    color: #fff;
}
.process .tit p span{
    display: block;
    text-align: right;
    line-height: 1.75;
    font-size: .13rem;  
}
.process .img{
    margin: 0;
    overflow: hidden;
}

.process .img li{
    margin: 0;
}
.process .img li a{
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
    float: left;
    padding: unset;
}
.process .img li a h3{
    width: 100%;
    text-align: left;
    line-height: .4rem;
    position: absolute;
    left: 0;
    bottom: 0;
    float: left;
    padding: .1rem 0;
    background: rgba(0,0,0,.5);
    padding-left:0.2rem;
}
.process .swiper-pagination{
    position: relative;
    bottom: 0 !important;
    margin: .3rem 0 0;
}
.process .swiper-pagination-bullet{
    width: .12rem;
    height: .12rem;
}
.process .swiper-pagination-bullet-active{
    background: #fff;
}


/* 首页-产品 */
.product{
    width: 100%;
    float: left;
    border-bottom: #bf8c3b 7px solid;
    box-sizing: border-box;
    padding: .3rem .2rem 0;
}
.product .text{
    float: left;
    width: 100%;
    left: 0;
    position: relative;
    margin-top: 0;
    padding: unset;
}
.product .text h2{
    color: #747373;
    font-size: .24rem;
    font-family: 'Elizabeth Semi-Script';
    text-transform: uppercase;
    width: 50%;
    float: left;
    padding-bottom: .13rem;
}

.product .text h3{
    margin: .2rem 0;
    font-family: 'zhanghaishan';
    font-size: .36rem;
    width: 100%;
    float: left;
    letter-spacing: 3px;
}
.product .text h3 i{
    color: #bf8c3b;
}
.product .text span{
    font-size: .14rem;
    color: #747373;
    line-height: 1.7;
    width: 100%;
    float: left;
    margin-bottom: .3rem;
    animation-duration: 3s;
    text-indent: 0.28rem;
}
.product .text a{
    float: left;
    width: 100%;
    color: #606060; display: none;
}
.product .bd{
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.15rem;
}
.product .bd .swiper-next{
    position: absolute;
    top: 65%;
    right: 0;
    z-index: 10;
    transform: translateY(-50%);
    width: .3rem;
    height: .5rem;
    float: left;
    font-size: .3rem;
    line-height: .5rem;
    text-align: center;
    font-family: "iconfont1";
    margin-top: -.5rem;
    color: #fff;
}
.product .bd .swiper-prev{
    position: absolute;
    top: 65%;
    left: 0;
    z-index: 10;
    transform: translateY(-50%);
    width: .3rem;
    height: .5rem;
    float: left;
    font-size: .3rem;
    line-height: .5rem;
    text-align: center;
    font-family: "iconfont1";
    margin-top: -.5rem;
    color: #fff;
}

.product li{
    width: 100%;
    float: left;
    box-sizing: border-box;
}
.product li img{
    width: 100%;
    float: left;
}
