/* 产品图 start */

.ProductInsidePage-icoBox {
    width: 1200px;
    height: 600px;
    margin: 0 auto;
}

.ProductInsidePage-icoBox>div {
    float: left;
    width: 50%;
    padding: 60px;
}

.ProductInsidePage-icoBox div:nth-child(2) img {
    transform: rotateY(180deg);
}


/* 产品图 end*/


/* <!-- 切换栏 start --> */

.ProductInsidePage-switchBox {
    line-height: 100px;
}

.ProductInsidePage-switchBox-s1 {
    font-size: 18px;
    color: #65b461;
    margin-right: 30px;
}

.ProductInsidePage-switchBox-s2 {
    font-size: 18px;
    color: #333333;
}


/* <!-- 切换栏 end --> */


/* 参数表格 start */

.productCenter-tableContent table {
    /* border: 1px solid #F00; */
    border: 0;
}

.productCenter-tableContent table td {
    border-color: rgb(238, 238, 238) !important;
    background-color: rgb(255, 255, 255) !important;
    line-height: 80px!important;
    text-align: center !important;
    border: 1px solid #999 !important;
}

.productCenter-tableContent>div {
    box-shadow: none !important;
}


/* 参数表格 end */


/* <!-- 产品应用领域 start --> */

.ProductInsidePage-PAF {
    padding: 80px 0 130px;
}

.ProductInsidePage-PAF-contentBox {
    position: relative;
}

.ProductInsidePage-PAF-contentBox:hover .ProductInsidePage-PAF-contentBox-d2 {
    background-color: #65b461;
}

.ProductInsidePage-PAF-contentBox-d1 {
    position: relative;
    width: 433px;
    height: 466px;
    overflow: hidden;
    border-top-left-radius: 30px;
    margin-right: 71px;
}

.ProductInsidePage-PAF .ProductInsidePage-PAF-contentBox:nth-last-child(1) .ProductInsidePage-PAF-contentBox-d1 {
    margin-right: 0px;
}

.ProductInsidePage-PAF-contentBox-d1-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.ProductInsidePage-PAF-contentBox-d2 {
    position: absolute;
    top: 350px;
    left: 85px;
    width: 370px;
    height: 160px;
    background-color: #cccccc;
    color: #ffffff;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    padding: 0 20px;
    padding-top: 50px;
}

.ProductInsidePage-PAF-contentBox-d2-d1 {
    display: inline-block;
    font-size: 60px;
    font-weight: bold;
    line-height: 60PX;
}

.ProductInsidePage-PAF-contentBox-d2-d2 {
    display: inline-block;
}

.ProductInsidePage-PAF-contentBox-d2-d2 p:nth-child(1) {
    font-size: 28px;
    line-height: 28px;
    margin: 0;
}

.ProductInsidePage-PAF-contentBox-d2-d2 p:nth-child(2) {
    font-size: 26px;
    line-height: 35px;
}


/* <!-- 产品应用领域 end --> */


/* <!-- 相关产品 Related products--> */

.relatedProductsBox {
    border-top: 1px solid #fafafa;
}

.relatedProductsBox h3 {
    font-size: 24px;
    line-height: 110px;
    text-align: center;
    font-weight: bold;
}

.relatedProductsBox-d1-d1 {
    width: 25%;
    padding: 8px;
}

.relatedProductsBox-d1-d1:hover .relatedProductsBox-d1-d1-img {
    transform: scale(1.1);
    transition: all 1s;
}

.relatedProductsBox-d1-d1-d1 {
    /* background-color: #fafafa; */
    overflow: hidden;
    /* height: 378px; */
    min-height: 350px;
    background-color: #b2e4ba;
    background-image: linear-gradient(to bottom, #b2e4ba, #91cb9b);
}

.relatedProductsBox-d1-d1-img {
    width: 100%;
}

.relatedProductsBox-d1-d1-d2 {
    text-align: center;
    font-size: 16px;
    line-height: 80px;
    margin-bottom: 30px;
}