html{
    overflow-x: hidden;
}
#home .homeContent{
    width: 100%;
    background-color: #fff;
    /* filter: brightness(50%); */
    /*border: 1px solid transparent;*/
}
#home .promotional {
    position: relative;
    width: 80%;
    height: 100%;
    border: 1px solid transparent;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
/* #home .promotional:nth-child(2){
    min-width: 1560px;
} */
#home .pro_image {
    width: 100%;
    height: 100%;
    margin:0 auto;
  }
#home .title{
    position: absolute;
    top: 450px;
    left: 50%;
    /* right: 0;
    bottom: 0;
    margin: auto; */
    width: 100%;
    max-width: 1600px;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);  
}
#home .title>p{
    font-size: 3.2rem;
    line-height: 55px;
    letter-spacing: 4.5px;
    color: #fff;
    padding: 0 14px;
    font-weight: bold;
    text-align: center;
}
#home .title>p:last-child{
    font-size: 2rem;
    letter-spacing: 3.3px;
    font-weight: normal;
    text-align: center;
    margin-top: 25px;
}
#home .mainContent_title{
    font-size: 32px;
    text-align: center;
    margin-top: 123px;
}
#home .promotional .home_details{
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    /* width: 500px;
    height: 1200px; */
    /* border: 1px solid #CBCBCB; */
}
/* #home .promotional .detail_01{
    width: 30%;
    height: 1500px;
    min-width: 500px;
} */
.fl{
    float: left;  
}
.fr{
    float: right;
}
#home .promotional .home_details li{
    float: left;
    box-sizing: border-box; 
    position: relative;
    width: 33%;
    /* height: 300px; */
    padding-bottom: 4%;
    /* border: 2px solid #CBCBCB; */
    
}
#home .promotional .home_details li:nth-child(1){
    border: 2px solid #cbcbcb;
}
#home .promotional .home_details li:nth-child(2){
    border-top: 2px solid #cbcbcb;
    border-bottom: 2px solid #cbcbcb;
    border-left: 2px solid transparent;
    border-right: 2px solid #cbcbcb;
}
#home .promotional .home_details li:nth-child(3){
    border-top: 2px solid #cbcbcb;
    border-bottom: 2px solid #cbcbcb;
    border-left: 2px solid transparent;
    border-right: 2px solid #cbcbcb;
}
#home .promotional .home_details li:nth-child(4),
#home .promotional .home_details li:nth-child(7),
#home .promotional .home_details li:nth-child(10),
#home .promotional .home_details li:nth-child(13)
{
    border-top: 2px solid transparent;
    border-left: 2px solid #cbcbcb;
    border-bottom: 2px solid #cbcbcb;
    border-right: 2px solid #cbcbcb;
}
#home .promotional .home_details li:nth-child(5),
#home .promotional .home_details li:nth-child(8),
#home .promotional .home_details li:nth-child(11),
#home .promotional .home_details li:nth-child(6),
#home .promotional .home_details li:nth-child(9),
#home .promotional .home_details li:nth-child(12){
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-bottom: 2px solid #cbcbcb;
    border-right: 2px solid #cbcbcb;
}

#home .promotional .home_details li:hover{
    border: 2px solid #0000fe;
}
#home .promotional .home_details li span{
    float: left;
    font-family: 'Microsoft YaHei';
    font-size: 20px;
    margin-top: 70px;
    margin-left: 75px;
    vertical-align: middle;
}

/* ----------------------英文样式---------------------- */
#home .promotional .home_details li .enl_product{
    width: 145px;
    margin-left: 40px;
}

#home .promotional .home_details li a{
    position: relative;
    float: left;
    width: 130px;
    height: 40px;
    font-size: 15px;
    border: 1px solid #0000fe;
    overflow: hidden;
    z-index: 2;
    border-image-slice: 1;
    box-sizing: border-box;
    text-align: center;
    line-height: 40px;
    margin-top: 200px;
    margin-left: -100px;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}


/* #home .promotional .home_details li:nth-child(3) a{
    margin-top: 200px;
    margin-left: -40px;
} */
/* #home .promotional .home_details li:nth-child(4) a{
    margin-top: 200px;
    margin-left: -60px;
} */
/* #home .promotional .home_details li:nth-child(5) a{
    margin-top: 200px;
    margin-left: -155px;
} */
#home .promotional .home_details li:nth-child(6) a{
    margin-top: 200px;
    margin-left: -80px;
}
#home .promotional .home_details li:nth-child(7) a{
    margin-top: 200px;
    margin-left: -40px;
}
#home .promotional .home_details li:nth-child(8) a{
    margin-top: 200px;
    margin-left: -95px;
}
#home .promotional .home_details li:nth-child(9) a{
    margin-top: 200px;
    margin-left: -55px;
}
#home .promotional .home_details li:nth-child(10) a{
    margin-top: 200px;
    margin-left: -55px;
}
#home .promotional .home_details li:nth-child(12) a{
    margin-top: 200px;
    margin-left: -95px;
}
#home .promotional .home_details li:nth-child(13) a{
    margin-top: 200px;
    margin-left: -80px;
}
#home .promotional .home_details li a:before {
    content: "";
    display: block;
    width: 50%;
    height: 500%;
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
    left: -120%;
    top: -600%;
    z-index: 1;
  }
#home .promotional .home_details li a::after{
    content: "查看更多";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: #000000;
    z-index: 3;
    box-sizing: border-box;
}

#home .promotional .home_details li a:hover {
    background-color: #0000fe;
  }
#home .promotional .home_details li a:hover:before {
    left: 100%;
    top: 100%;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
#home .promotional .home_details li a:hover:after {
    color: #fff;
  }



/* ---------------------英文样式------------------------- */
#home .promotional .home_details li .enl_view{
    margin-left: -140px;
}
#home .promotional .home_details li .enl_view::after{
    content: "View More";
}
#home .promotional .home_details li:nth-child(6) .enl_view{
    margin-top: 200px;
    margin-left: -140px;
}
#home .promotional .home_details li:nth-child(7) .enl_view{
    margin-top: 200px;
    margin-left: -142px;
}
#home .promotional .home_details li:nth-child(8) .enl_view{
    margin-top: 200px;
    margin-left: -142px;
}
#home .promotional .home_details li:nth-child(9) .enl_view{
    margin-top: 200px;
    margin-left: -142px;
}
#home .promotional .home_details li:nth-child(10) .enl_view{
    margin-top: 200px;
    margin-left: -142px;
}


@media (max-width: 1520px) {
    #home .common_pro .SCS {
      padding: 65px 15px;
    }
}
#home .promotional .home_details li img{
    width: 40%;
    /* height: 162px; */
    float: right;
    margin-top: 5%;
    margin-right: 5%;
}
/* #home .promotional .home_details li .shusong{
    width: 26%;
}
#home .promotional .home_details li .chuandong{
    width: 41%;
    margin-right: 5%;
}
#home .promotional .home_details li .zhengchi{
    width: 43%;
    margin-top: 0%;
    margin-right: 1%;
}
#home .promotional .home_details li .buxiu{
    width: 28%;
}
#home .promotional .home_details li .pingding{
    width: 28%;
} */
#home .common_pro{
    width: 100vw;
    height: 1550px;
    position: relative;
    top: 40px;
    left: 0;
    margin-bottom: 280px;
    /* background-color: pink; */
}



.guide{
    width: 100%;
    height: 140px;
    z-index: 2;
}
.guide .go_back_top{
    height: 70px;
    margin-right: 7px;
    z-index: 1;
    position: relative;
}
.guide .go_back_top img{
    float: right;
}
.guide .guide_content{
    height: 70px;
    border-top: 1px solid #7f7f7f;
}
.guide .guide_content span{
    line-height: 70px;
    /*    padding-top: 28px;*/
    font-size: 14px;
}
.guide .guide_content .index{
    margin-left: 216px;
    color: #808080;
}
.guide .guide_content .content{
    font-weight: bold;
}

/* ------------------------媒体查询------------------------ */
@media screen and (min-width: 1920px) {
    #home .promotional .home_details li img{
        width: 40%;
    }
    /* #home .promotional .home_details li .shusong{
        width: 20%;
    }
    #home .promotional .home_details li .chuandong{
        width: 32%;
    }
    #home .promotional .home_details li .zhengchi{
        width: 33%;
    }
    #home .promotional .home_details li .buxiu{
        width: 22%;
    }
    #home .promotional .home_details li .pingding{
        width: 22%;
    } */
}
@media screen and (max-width: 1632px) {
    #home .promotional .home_details li img{
        width: 38%;
    }
    #home .promotional .home_details li span{
        float: left;
        font-family: 'Microsoft YaHei';
        font-size: 16px;
        margin-top: 18%;
        margin-left: 8%;
        vertical-align: middle;
    }
    #home .promotional .home_details li a{
        margin-left: -20%;
    }
    #home .promotional .home_details li a::after{
        font-size: 14px;
    }
    /* #home .promotional .home_details li:nth-child(3) a{
        margin-left: -10%;
    } */
    /* #home .promotional .home_details li:nth-child(4) a{
        margin-left: -16%;
    } */
    /* #home .promotional .home_details li:nth-child(5) a{
        margin-left: -30%;
    } */
    #home .promotional .home_details li:nth-child(6) a{
        margin-left: -15%;
    }
    #home .promotional .home_details li:nth-child(7) a{
        margin-left: -10%;
    }
    #home .promotional .home_details li:nth-child(8) a{
        margin-left: -20%;
    }
    #home .promotional .home_details li:nth-child(9) a{
        margin-left: -12%;
    }
    #home .promotional .home_details li:nth-child(12) a{
        margin-left: -20%;
    }
    #home .promotional .home_details li:nth-child(13) a{
        margin-left: -17%;
    }
      #home .title{
        top: 390px;
    }
}
/* @media screen and (max-width: 1400px){
    #home .promotional .home_details li:nth-child(5) a{
        margin-left: -33%;
    }
} */
@media screen and (max-width: 1366px){
    #home .promotional .home_details li a{
        margin-left: -23%;
    }
    /* #home .promotional .home_details li:nth-child(5) a{
        margin-left: -36%;
    } */
    #home .promotional .home_details li:nth-child(6) a{
        margin-left: -18%;
    }
    #home .promotional .home_details li:nth-child(8) a{
        margin-left: -23%;
    }
    #home .promotional .home_details li:nth-child(9) a{
        margin-left: -13%;
    }
    #home .promotional .home_details li:nth-child(12) a{
        margin-left: -22%;
    }
    #home .promotional .home_details li:nth-child(13) a{
        margin-left: -20%;
    }
      #home .title {
        top: 300px;
    }
    #home .title>p{
        font-size: 2.8rem;
    }
}
@media screen and (max-width: 1220px){
    #home .promotional .home_details li a{
        width: 38%;
        height: 40px;
        margin-left: -25%;
    }
    #home .promotional .home_details li img{
        width: 30%;
        /* height: 162px; */
        float: right;
        margin-top: 12%;
        margin-right: 10%;
    }
    /* #home .promotional .home_details li:nth-child(4) a{
        margin-left: -20%;
    } */
    /* #home .promotional .home_details li:nth-child(5) a{
        margin-left: -28%;
    } */
    /* #home .promotional .home_details li:nth-child(8) a{
        margin-left: -35%;
    } */
    /* #home .promotional .home_details li:nth-child(9) a{
        margin-left: -20%;
    } */
    /* #home .promotional .home_details li:nth-child(11) a{
        margin-left: -28%;
    } */
    #home .promotional .home_details li:nth-child(12) a{
        margin-left: -25%;
    }
}


/* ----------------手机端样式------------------- */
@media screen and (max-width:1024px){
    /* -----------------------产品通用页----------------------- */
    #home .en_common{
        width: 100%;
        height: 2460px;
    }
    #home .en_common .en_common_content{
        width: 90%;
        height: 100%;
        margin: 0 auto;
        box-sizing: border-box;
        padding-top: 80px;
    }
    #home .en_common .en_common_content .en_home_details{
        width: 100%;
        height: 85%;
        /* background-color: #ccc; */
    }
    #home .en_common .en_common_content .en_home_details li{
        width: 100%;
        height: 200px;
        border: 1px solid #c5c5c5;
        box-sizing: border-box;
        /* padding-left: 20px; */
    }
    #home .en_common .en_common_content .en_home_details li span{
        float: left;
        font-family: 'Microsoft YaHei';
        font-size: 1.4rem;
        margin-top: 36px;
        margin-left: 25px;
        /* vertical-align: middle; */
    }
    #home .en_common .en_common_content .en_home_details li a{
        position: relative;
        /* float: left; */
        width: 120px;
        height: 40px;
        font-size: 1rem;
        border: 1px solid #0000fe;
        overflow: hidden;
        z-index: 2;
        border-image-slice: 1;
        box-sizing: border-box;
        text-align: center;
        line-height: 40px;
        margin-top: 125px;
        margin-left: 25px;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }
      #home .en_common .en_common_content .en_home_details li a::after{
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        color: #000000;
        font-family: 'Microsoft YaHei';
        z-index: 3;
        box-sizing: border-box;
      }


      #home .en_common .en_common_content .en_home_details li .en_pro_img{
        float: right;
        width: 120px;
        /* height: 125px; */
        margin-top: -140px;
        margin-right: 15px;
    }
    #home .en_common .en_common_content .en_home_details li .liantiao{
        width: 145px;
        margin-top: -145px;
        margin-right: 15px;
    }
    #home .en_common .en_common_content .en_home_details li .shusong{
        width: 118px;
    }
    #home .en_common .en_common_content .en_home_details li .en_chuandong{
        width: 150px;
        height: 110px;
        margin-top: -140px;
    }
    #home .en_common .en_common_content .en_home_details li .zhengchi{
        float: right;
        width: 190px;
        height: 175px;
        margin-top: -165px;
        margin-right: 0px;
    }
    #home .en_common .en_common_content .en_home_details li .en_pro_img img{
        width: 100%;
        height: 100%;
    }
    #home .title{
        margin-top: -40px;
    }
    #home .title p{
        line-height: 40px;
    }
    #home .title p:nth-of-type(1){
        font-size: 2rem;
    }
    #home .title p:nth-of-type(2){
        font-size:1.1rem; 
    }

    /* ------------------------英文版样式---------------------- */
    #home .en_common .en_common_content .enl_en_home_details li a::after{
    content: "View More" !important;
    }
    

    /* -----------------------------手机端英文版样式----------------------------- */
    #home .title>p.enl_product_title{
        line-height: 28px;
        font-size: 22px;
        letter-spacing: 1px;
    }
    #home .title>p.enl_product_titlepro{
        line-height: 28px;
        font-size: 12px;
        letter-spacing: 1px;
    }


    /* -------------------------------产品通用内页----------------------------- */
    #home .en_biaozhunkong{
        width: 100%;
        margin-bottom: 150px;
    }
    #home .en_biaozhunkong .en_biaozhunkong_content{
        width: 90%;
        margin: 0 auto;
        box-sizing: border-box;
        padding-top: 40px;
    }
    #home .en_biaozhunkong .en_biaozhunkong_content .en_biao_image01{
        width: 100%;
    }
    #home .en_biaozhunkong .en_biaozhunkong_content .en_biao_image01 img{
        width: 100%;
    }
    #home .en_biaozhunkong .en_biaozhunkong_content .en_biao_detail{
        width: 100%;
        margin-top: 30px;
    }
    #home .en_biaozhunkong .en_biaozhunkong_content .en_biao_detail h2{
        font-size: 2.2rem;
        color: #da4a41;
        font-weight: normal;
        margin-bottom: 30px;
    }
    #home .en_biaozhunkong .en_biaozhunkong_content .en_biao_detail p{
        font-size: 1.2rem;
        color: #4d4d4d;
        line-height: 28px;
        text-align: justify;
    }
    #home .en_biaozhunkong .en_biaozhunkong_content .en_biao_detail .en_biao_image02{
        width: 100%;
        margin-top: 30px;
    }
    #home .en_biaozhunkong .en_biaozhunkong_content .en_biao_detail .en_biao_image02 img{
        width: 100%;
        margin: 0 auto;
    }

    #home .en_biaozhunkong .en_biaozhunkong_content .parameter{
        width: 100%;
        height: 130px;
        background-color: #0000fe;
        box-sizing: border-box;
        padding-top: 20px;
        margin-top: 30px;
    }
    #home .en_biaozhunkong .en_biaozhunkong_content .download{
        width: 100%;
        height: 65px;
        margin-top: 20px;
        border: 1px solid #0000fe;
        line-height: 65px;
    }
    #home .en_biaozhunkong .en_biaozhunkong_content .download a{
        width: 100%;
        height: 100%;
        text-align: center;
        color: #000;
        font-size: 1rem;
    }
    #home .en_biaozhunkong .en_biaozhunkong_content .download img{
       display: inline-block;
       margin-left: 8px ;
    }
    #parameter_list {
        width: 100%;
        line-height: 10px;
        font-size: 14px;                                                                                                                                                                    
        color: #FFFFFF;
        border-collapse: collapse;
    }
    #parameter_list th{
        width: 165px;
        line-height: 30px;
        text-align: center;
    }
    #parameter_list .firstcol{
        width: 165px;
        line-height: 30px;
    }

    /* ---------------------------更多行业-------------------------- */
    #home .en_biaozhunkong .en_biaozhunkong_content h2{
        font-size: 2.2rem;
        color: #da4a41;
        font-weight: normal;
        margin-bottom: 30px;
    }
    #home .en_biaozhunkong .en_biaozhunkong_content .en_more_industry{
        width: 100%;
        box-sizing: border-box;
        padding: 10px 0;
    }
    #home .en_biaozhunkong .en_biaozhunkong_content .en_more_industry .en_more_industry_content{
        width: 100%;
    }
    #home .en_biaozhunkong .en_biaozhunkong_content .en_more_industry .en_more_industry_content li{
        width: 100%;
        box-sizing: border-box;
    }
    #home .en_biaozhunkong .en_biaozhunkong_content .en_more_industry .en_more_industry_content li .en_more_industry_img{
        width: 100%;
        border: 1px solid #e7e7e7;
    }
    #home .en_biaozhunkong .en_biaozhunkong_content .en_more_industry .en_more_industry_content li .en_more_industry_img img{
        width: 100%;
    }
    #home .en_biaozhunkong .en_biaozhunkong_content .en_more_industry .en_more_industry_content li p{
        font-size: 16px;
        line-height: 40px;
    }

    /* ----------------------------英文版样式------------------------------ */
    #home .en_enl_biaozhunkong .en_biaozhunkong_content .en_biao_detail h2{
        font-size: 1.8rem;
        color: #da4a41;
        font-weight: normal;
        margin-bottom: 30px;
    }
    #home .en_enl_biaozhunkong .en_biaozhunkong_content .en_biao_detail p{
        font-size: 1rem;
        color: #4d4d4d;
        line-height: 28px;
        word-break: break-all;
    }
    #home .en_enl_biaozhunkong .en_biaozhunkong_content .en_biao_detail h2{
        font-size: 1.8rem;
    }
    #home .en_enl_biaozhunkong .en_biaozhunkong_content .en_biao_detail p{
        font-size: 1rem;
        word-break: break-all;
    }
    img{
        /* 禁止图片长按保存 */
        pointer-events: none;
        /* 禁止图片长按复制 */
        -webkit-touch-callout:none;  /*系统默认菜单被禁用*/
        -webkit-user-select:none; /*webkit浏览器*/
        -khtml-user-select:none; /*早期浏览器*/
        -moz-user-select:none; /*火狐*/
        -ms-user-select:none;  /*IE10*/
        user-select:none;
      }
    
}

@media screen and (max-width:800px){
    #home .title{
        top: 30%;
    }
    #home .title>p{
        font-size: 2.8rem;
    }
    #home .title>p:last-child{
        margin-top: 30px;
    }
    .guide .guide_content .index{
        margin-left: 3px;
    }
}
@media screen and (max-width:414px){
    #home .title{
        top: 200px;
    }
    #home .title>p:last-child{
        margin-top: 5px;
    }
}
@media screen and (max-width:375px){
    #home .en_common .en_common_content .en_home_details li span{
        font-size: 1.3rem;
    }
    /* #home .en_common .en_common_content .en_home_details li .en_pro_img{
        width: 140px;
        height: 150px;
        margin-top: -150px;
        margin-right: 5px;
    } */
    #home .title{
        margin-top: -50px;
    }
    #home .title>p:last-child{
        margin-top: 5px;
    }
    #home .en_common .en_common_content .en_home_details li .en_enl_pro_img{
        width: 112px;
    }
    #home .en_common .en_common_content .en_home_details li .zhengchi{
        width: 180px;
    }
}
@media screen and (max-width:360px){
    #home .en_common .en_common_content .en_home_details li span{
        margin-left: 18px;
    }
    #home .en_common .en_common_content .en_home_details li a{
        margin-left: 18px;
    }
    /* #home .en_common .en_common_content .en_home_details li .en_pro_img{
        width: 130px;
        height: 140px;
    } */
    #home .title{
        margin-top: -55px;
    }
    #home .title>p:last-child{
        margin-top: 5px;
    }

    #home .en_common .en_common_content .enl_en_home_details li span{
        margin-left: 10px;
    }
}
@media screen and (max-width:320px){
    #home .homeContent .en_image{
        height: 220px;
    }
    #home .title>p{
        font-size: 1.8rem;
    }
    #home .title>p:last-child{
        font-size: 1.0rem;
        margin-top: 5px;
    }
    #home .en_common .en_common_content .en_home_details li .shuangjie{
       width: 110px;
    }
    #home .en_common .en_common_content .en_home_details li span{
        font-size: 1.1rem;
    }
    #home .en_common .en_common_content .en_home_details li a{
        width: 105px;
        height: 40px;
        font-size: 0.8rem;
        margin-left: 15px;
    }
    #home .en_common .en_common_content .en_home_details li span{
        margin-left: 15px;
    }
    #home .title{
        margin-top: -60px;
    }
}
.page_content{
		margin: 0 auto;
		text-align: center;
	}
	.pagination{
		display: inline-block;
	}
	.page-normal li{
		float: left;
		width: 20px;
		text-align: center;
		height: 20px;
		font-size: 24px;
	}
	.page-normal li a{
		padding: 0 !important;
		margin: 0 !important;
		float: left;
		width: 20px;
		text-align: center;
		height: 20px;
	}
