/*========== 产品模板修改 ==========*/
.productDetail .product_2 {
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.productDetail .product_2 .proImg1 {
    display: block;
    top: initial !important;
    width: 100% !important;
    height: auto !important;
}
.productDetail .product_2 .proImg1  img{
    display: block;
    width: 100%;
}

.productDetail .product_3 {
    padding:20px 0;
    position: relative;
    overflow: hidden;
    background: #fff;
}
.productDetail .product_3 .swiper-container{
    padding: 80px 0 60px;
    height:900px;
}
.productDetail .product_3 .swiper-slide{
    transition: all 0.5s;
    opacity: 0;
}
.productDetail .product_3 .swiper-slide-active{
    transition: all 0.5s;
    opacity: 1;
}
.productDetail .product_3 .swiper-slide .w1400{
    display: flex;
    justify-content: center;
    align-items: center;
    height:900px;
}
.productDetail .product_3 .swiper-container img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 900px;
}




.productDetail .product_5 {
    position: relative;
    background: #272525;
    padding: 20px 0;
    margin-bottom: 80px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.productDetail .product_5 .swiper-container{
    padding: 60px 0;
    width: 100%;
}
.productDetail .product_5 .swiper-slide{
    transition: all 0.5s;
    opacity: 0;
    height: 435px !important;
}
.productDetail .product_5 .swiper-slide-active{
    transition: all 0.5s;
    opacity: 1;
}
.productDetail .product_5 .swiper-slide .w1400{
    padding: 30px 0;
}
.productDetail .product_5 .text {
    
    width: 47.7%;
    -webkit-transition: top 0.5s;
    -o-transition: top 0.5s;
    -moz-transition: top 0.5s;
    transition: top 0.5s;
    
}

.productDetail .product_5 .img {
    width: 50%;
    height: 395px;
    object-fit: cover;
}

.productDetail .product_5 .img img {
    /* display: block; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2px;
}

.productDetail .product_5 .textIn {
    width: 44%;
    position: relative;
    height: 394px;
    position: absolute;
    top: 18%;
    overflow: hidden;
}

.productDetail .product_5 .text h5 {
    font-size: 30px;
    color: #0093bb;
    line-height: 1;
    margin-bottom: 26px;
}

.productDetail .product_5 .text p {
    font-size: 17px;
    color: #fff;
    line-height: 31px;
}

.productDetail .product_5 .text p em {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    float: left;
    background-color: #fff;
    margin: 14px 4px;
}

.productDetail .product_5 .text1 {
    opacity: 1;
    top: 0%;
}

.productDetail .product_5 .img .img1 {
    opacity: 1;
}
.productDetail .product_7 {
    position: relative;
    padding-top: 90px;
    height: 860px;
    background-color: #272525;
}
.productDetail .product_7 .imgs {
    position: absolute;
    right: 5%;
    top:50%;
    transform: translateY(-50%);
    width: 100%;
    max-height: 100%;
}
.productDetail .product_7 .imgs img{
    float: right;
}
.productDetail .product_7 h5 {
    font-size: 40px;
    color: #0093bb;
    text-align: left;
    line-height: 1;
    margin-bottom: 150px;
}

.productDetail .product_7 .con {
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.productDetail .product_7 .imgs img {
    -webkit-transform: scale(0.9);
       -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
         -o-transform: scale(0.9);
            transform: scale(0.9);
}
.productDetail .product_7 .swiper-container {
    position: relative;
    z-index: 3;
    height:600px;
}
.productDetail .product_7 .swiper-slide {
    height:240px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.productDetail .product_7 .text {
    padding-left: 5%;
    float: left;
    width: 65%;
}

.productDetail .product_7 .text .item {
    opacity: 0.2;
}

.productDetail .product_7 .swiper-slide-active .text .item{
    transition: all 0.5s;
    opacity: 1;
}

.productDetail .product_7 .text h6 {
    font-size: 36px;
    color: #fff; 
    line-height: 1;
    margin-bottom: 30px;
}

.productDetail .product_7 .text p {
    font-size: 18px;
    color: #fff;
    line-height: 1.6;
}

.productDetail .product_8 {
    padding: 10px 0 100px;

}

.productDetail .product_8 h5 {
    font-size: 40px;
    color: #0093bb;
    /* text-align: center; */
    line-height: 1;
    margin-bottom: 100px;
}

.productDetail .product_8 .con {
    position: relative;
}

.productDetail .product_8 .text {
    float: right;
    width: 700px;
    
}

.productDetail .product_8 .item {
    width: 340px;
    height: 116px;
    background-color: #f9f9f9;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 2px;
    overflow: hidden;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.productDetail .product_8 .item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.productDetail .product_8 .item:nth-child(2n) {
    margin-right: 0;
}

.productDetail .product_8 .item h6 {
    font-size: 22px;
    color: #333333;
    line-height: 1;
    margin-bottom: 15px;
    margin-top: 29px;
}

.productDetail .product_8 .item p {
    font-size: 16px;
    color: #333333;
    line-height: 1;
}

.productDetail .product_8 .imgs {
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    width: 450px;
    height: 581px;
}

.productDetail .product_8 .imgs img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}



.productDetail .product_8 .more {
    margin: 0 auto;
    margin-top: 10px;
    background-color: #0093bb;
    color: #ffffff;
}

.productDetail .product_8 .more:hover span {
    width: 300px;
    height: 300px;
    background-color: #fff;
}

.productDetail .product_8 .more:hover em {
    color: #0093bb;
}













