.product{
    margin: 99px 0;
}
.product .box1 .list ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product .box1 .list li,
.product .box1 .list i{
    width: 31.78%;
}
.product .box1 .list li{
    margin-bottom: 50px;
}
.product .box1 .list li .pic{
    position: relative;
}
.product .box1 .list li .pic>img{
    display: block;
    width: 100%;
}
.product .box1 .list li .pic .pic-box{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.8);
    opacity: 0;
    transition: opacity 0.6s;
}
.product .box1 .list li:hover .pic .pic-box{
    opacity: 1;
}
.product .box1 .list li .pic .pic-box span{
    font-size: 36px;
    color: #fff;
}
.product .box1 .list li .text-box{
    margin-top: 34px;
    padding-right: 35px;
}
.product .box1 .list li .text-box .text-title{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 1;
}
.product .box1 .list li .text-box .text-des{
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin-top: 28px;
}
.product .pagination{
    margin-top: 113px;
}
.product-d{
    margin: 97px 0 209px;
}
.product-d .box1 .title{
    font-size: 30px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #333333;
    line-height: 1;
}
.product-d .box1 .text-bold{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #666666;
    line-height: 30px;
    margin-top: 34px;
}
.product-d .box1 .text-box{
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin-top: 26px;
}
.product-d .box1 .text-box .text:not(:last-child){
    margin-bottom: 24px;
}
.product-d .box1 .img{
    margin: 73px auto 0;
}
.product-d .box1 .img img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.product1{
    margin: 89px 0 212px;
}
.product1 .box1 .box-t ul{
    display: flex;
    width: 100%;
    border-bottom: 1px solid rgba(219, 218, 221, 1);
}
.product1 .box1 .box-t li{
    position: relative;
}
.product1 .box1 .box-t li:not(:last-child){
    margin-right: 82px;
}
.product1 .box1 .box-t li::before{
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    height: 3px;
    width: 100%;
    background-color: transparent;
}
.product1 .box1 .box-t li:hover::before,
.product1 .box1 .box-t li.active::before{
    background-color: #0065BE;
}
.product1 .box1 .box-t li a{
    display: block;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333;
    line-height: 1;
    padding: 0 9px 17px;
}
.product1 .box1 .box-t li.active a,
.product1 .box1 .box-t li:hover a{
    color: #0065BE;
}
.product1 .box1 .box-c{
    margin-top: 73px;
}
.product1 .box1 .box-c ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product1 .box1 .box-c li,
.product1 .box1 .box-c i{
    width: 31.57%;
}
.product1 .box1 .box-c li{
    background: rgba(245, 245, 245, 1);
    padding: 60px 0 60px;
    text-align: center;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 30px;  
    margin-bottom: 38px;  
}
.product1 .box1 .box-c li:hover{
    background: linear-gradient(90deg, #005BAC, #0074DA);
}
.product1 .box1 .box-c li a{
    color: #333333;
}
.product1 .box1 .box-c li:hover a{
    color: #fff;
}
.product1 .box1 .box-c li .text-des{
    margin-top: 18px;
}
.product1 .box1 .box-c li .pic{
    height: 214px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.product1 .box1 .box-c li .pic img{
    max-height: 100%;
    max-width: 100%;
}
.product1 .pagination{
    margin-top: 150px;
}
.product1-d .box1 .content1400{
    display: flex;
    justify-content: space-between;
}
.product1-d .box1{
    padding: 59px 0 111px;
    background-color: #fbfbfb;
}
.product1-d .box1 .l{
    width: 62.42%;
    display: flex;
    height: 570px;
    justify-content: space-between;
}
.product1-d .box1 .l .swiper{
    width: 100%;
    height: 100%;
}
.product1-d .box1 .l .swiper .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
.product1-d .box1 .l .galleryTop-box{
    width: 79.51%;
    height: 100%;
   
}
.product1-d .box1 .l .galleryTop-box .swiper{
    background: rgba(245, 245, 245, 1)
}
.product1-d .box1 .l .galleryThumbs-box{
    width: 17%;
    height: 100%;
}
.product1-d .box1 .l .galleryThumbs-box .swiper-slide{
    background-color: rgba(228, 228, 228, 1);
    border: 1px solid rgba(228, 228, 228, 1);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product1-d .box1 .l .galleryThumbs-box .swiper-slide img{
    max-width: 100%;
    max-height: 100%;
}
.product1-d .box1 .l .galleryThumbs-box .swiper-slide.swiper-slide-thumb-active{
    background-color: transparent;
    border-color: rgba(0, 91, 172, 1);
}
.product1-d .box1 .r{
    width: 34.28%;
    padding-top: 35px;
}
.product1-d .box1 .r .r-title{
    font-size: 34px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #222222;
    line-height: 1;    
}
.product1-d .box1 .r .des{
    margin-top: 62px;
}
.product1-d .box1 .r .des .des-title{
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #333333;
    line-height: 1;
}
.product1-d .box1 .r .des ul{
    margin-top: 14px;
}
.product1-d .box1 .r .des li{
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #666666;
    line-height: 48px;
    display: flex;
    align-items: center;
}
.product1-d .box1 .r .des li span{
    width: 6px;
    height: 6px;
    background: #B5B5B5;
    border-radius: 50%;
    margin-right: 6px;
}
.product1-d .box1 .r .btns{
    display: flex;
    margin-top: 50px;
}
.product1-d .box1 .r .btns .btn{
    height: 60px;
    line-height: 60px;
    background: #005CAD;
}
.product1-d .box1 .r .btns .btn:first-child{
    margin-right: 16px;
}
.product1-d .box1 .r .btns .btn a{
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0 28px;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
}
.product1-d .box1 .r .btns .btn a .iconfont{
    font-size: 24px;
    display: block;
    margin-right: 20px;
}
.product1-d .box2{
    padding: 117px 0 135px;
}
.product1-d .box2 .text-box:not(:last-child){
    margin-bottom: 55px;
}
.product1-d .box2 .text-title{
    font-size: 30px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    line-height: 1;
}
.product1-d .box2 .text-des{
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
    margin-top: 25px;
}
@media (max-width:1530px) {
    .product1-d .box1 .r .r-title{
        font-size: 28px;
    }
    .product1-d .box1 .r .des li{
        font-size: 16px;
        line-height: 2.3;
    }
    .product1-d .box1 .r .btns .btn a .iconfont{
        margin-right: 10px;
    }
}
@media (max-width:1330px) {
    .product1-d .box1 .r .btns .btn a{
        padding: 0 18px;
    }
}