html{
    overflow-x: hidden;
    overflow-y: auto;
}
.products .adapt_box2{
    position: relative;
}


.products{
    width: 1920px;
    background-color: #f2f2f2;
    position: relative;
    left: 50%;
    margin-left: -960px;
}
.products .components {
    position: relative;
    margin-top: 148px;
    width: 1920px;
    height: 750px;
    background-color: #ffffff;
}
.products .components .tit{
    position: absolute;
    left: 90px;
    top: -70px;
    background: url("../images/public/tit_icon.png") no-repeat;
    background-size: 39px 38px;
    font-size: 25px;
    height: 32px;
    font-family: "Gotham-Medium";
    padding-left: 20px;
    padding-top: 10px;
}

.products .components .components_imgs{
    margin: 35px 130px;
    overflow-x: hidden;
}
.products .components .components_imgs .title{
    font-family: "Gotham-Medium";
    color: #727171;
    font-size: 22px;
}
.products .components .components_imgs .big_img{
    margin-top: 20px;
    width: 938px;
    height: 313px;
    position: relative;
    cursor: pointer;
}
.products .components .components_imgs .big_img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.products .components .components_imgs .big_img .big_img_tit{
    margin-top: 80px;
    margin-left: 550px;
    color: #727171;
    font-size: 24px;
    font-family: "Gotham-Medium";
}
.products .components .components_imgs .big_img .big_img_btn{
    margin-top: 20px;
    margin-left: 550px;
    width: 145px;
    height: 23px;
    background: url("../images/products/big_img_btn.png") no-repeat;
    background-size: 145px 23px;
}
.products .components .components_imgs .imgs{
    margin-top: 35px;
    width: 940px;
}
.products .components .components_imgs .imgs>.swiper{
    height: 220px;
}
.products .components .components_imgs .imgs .img{
    float: left;
    margin-right: 23px;
    width: 217px;
    height: 171px;
    background: url("../images/products/product_img_bg.png") no-repeat;
    background-size: 217px 171px;
    cursor: pointer;
    position: relative;
}
.products .components .components_imgs .imgs .img img{
    width: 217px;
    height: 139px;
    object-fit: contain;
}
.products .components .components_imgs .imgs .img .img_tit{
    position: absolute; bottom: 0;
    left: 0; width: 217px; height: 33px; line-height: 33px;
    text-align: center;
    font-size: 10px;
    font-family: "Gotham-Medium";
    color: #ffffff;
}
.products .components .components_imgs .imgs .img .selected{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #5cb531;
    opacity: 0;
}
.products .components .components_imgs .imgs .img:hover .selected{
    opacity: 0.6;
}
.products .components .components_imgs .imgs .imgs_prev{
    position: absolute;
    top: 170px;
    left: 0;
    width: 470px;
    height: 60px;
    background: url("../images/products/imgs_prev.png") center left no-repeat;
    background-size: 45px 20px;
    z-index: 88;
    cursor: pointer;

    /*-webkit-animation:imgs_prev_act 1s infinite linear ;*/
}
@-webkit-keyframes imgs_prev_act {
    0%{
        left: 0;
    }
    50%{
        left: 30px;
    }
    100%{
        left: 0;
    }
}
.products .components .components_imgs .imgs .imgs_next{
    position: absolute;
    top: 170px;
    left: 465px;
    width: 470px;
    height: 60px;
    background: url("../images/products/imgs_next.png") center right no-repeat;
    background-size: 45px 20px;
    z-index: 88;
    cursor: pointer;

    /*-webkit-animation:imgs_next_act 1s infinite linear ;*/
}
@-webkit-keyframes imgs_next_act {
    0%{
        left: 835px;
    }
    50%{
        left: 805px;
    }
    100%{
        left: 835px;
    }
}
.products .components .components_imgs .imgs .swiper-wrapper {
    transition:all 0.2s ease-in-out;
}
:root{
    --swiper-theme-color: #5cb531 !important;
}
.products .components .swiper-pagination{
    bottom: -60px;
}
.products .components .swiper-pagination-bullet{
    width: 18px; height: 18px;
}

.swiper-button-prev:after{
    display: none !important;
}
.swiper-button-next:after{
    display: none !important;
}
/*再自定义样式*/
.swiper-button-prev{
    width: 16px;
    height: 29px;
    background: url('../images/public/prev.png') no-repeat;
    background-size: 16px 29px;
}
.swiper-button-next{
    width: 16px;
    height: 29px;
    background: url('../images/public/next.png') no-repeat;
    background-size: 16px 29px;
}


.products .components .tip{
    position: absolute;
    left: 130px;
    bottom: 36px;
    width: 164px;
    height: 50px;
    background: url("../images/products/components_tip.png") no-repeat;
    background-size: 164px 50px;
    cursor: pointer;
}
.products .components .more{
    font-size: 12px;
    font-family: "microsoft yahei";
    color: #727171;
    position: absolute;
    bottom: 56px;
    left: 310px;
    cursor: pointer;
}
.products .components .nums{
    position: absolute;
    right: 130px;
    bottom: 40px;
    font-size: 29px;
    color: #9f9f9f;
    font-family: "DingTalk-Sans";
}
.products .components .nums span{
    font-size: 48px;
    color: #404040;
    font-family: "DingTalk-Sans";
}



.products .equipment {
    position: relative;
    margin-top: 180px;
    margin-bottom: 135px;
    width: 1920px;
    height: 440px;
    background-color: #ffffff;
}
.products .equipment .tit{
    position: absolute;
    left: 90px;
    top: -70px;
    background: url("../images/public/tit_icon.png") no-repeat;
    background-size: 39px 38px;
    font-size: 25px;
    height: 32px;
    font-family: "Gotham-Medium";
    padding-left: 20px;
    padding-top: 10px;
}

.products .equipment .equipment_imgs{
    margin: 35px 130px;
    width: 1040px;
    height: 370px;
}
.products .equipment .equipment_imgs .title{
    font-family: "Gotham-Medium";
    color: #727171;
    font-size: 0.35rem;
}

.products .equipment .equipment_imgs .product_info{
    overflow: hidden;
}
.products .equipment .equipment_imgs .product_info .img{
    position: absolute;
    top: -50px;
    left: 0px;
    width: 470px;
    height: 400px;
    overflow: hidden;
}
.products .equipment .equipment_imgs .product_info .img img{
    width: 470px;
    height: 470px;
    object-fit: contain;
}
.products .equipment .swiper-pagination{
    bottom: -50px;
}
.products .equipment .swiper-pagination-bullet{
    width: 18px; height: 18px;
}
.products .equipment .equipment_imgs .product_info .infos{
    position: absolute;
    top: 55px;
    left: 565px;
    width: 420px;
    height: 180px;
}


.products .equipment .equipment_imgs .product_info .infos .title{
    color: #404040;
    font-family: "Gotham-Medium";
    font-size: 22px;
}
.products .equipment .equipment_imgs .product_info .infos .title2{
    color: #727171;
    font-size: 12px;
    margin-top: 5px;
    margin-left: 5px;
}
.products .equipment .equipment_imgs .product_info .infos .text{
    width: 430px;
    color: #727171;
    font-family: "microsoft yahei";
    font-size: 11px;
    margin-left: 15px;
    margin-top: 10px;
    line-height: 18px;
}
.products .equipment .equipment_imgs .product_info .infos .line{
    width: 380px; height: 2px;
    background-color: #a3a3a3;
    margin-top: 10px;
}
.products .equipment .equipment_imgs .product_info .infos .explain{
    color: #727171;
    font-family: "microsoft yahei";
    font-size: 13px;
    margin-left: 10px;
    margin-top: 25px;
    line-height: 30px;
}
.products .equipment .equipment_imgs .product_info .infos .btn{
    margin-left: -50px;
    width: 450px;
    height: 150px;
    z-index: 99;
}
.products .equipment .tip{
    position: absolute;
    left: 685px;
    top: 318px;
    width: 249px;
    height: 49px;
    background: url("../images/products/equipments_tip.png") no-repeat;
    background-size: 249px 49px;
    z-index: 88;
    pointer-events: none;
}
.products .equipment .nums{
    position: absolute;
    left: 965px;
    top: 318px;
    font-size: 29px;
    color: #9f9f9f;
    font-family: "DingTalk-Sans";
    z-index: 88;
    pointer-events: none;
}
.products .equipment .nums span{
    font-size: 48px;
    color: #404040;
    font-family: "DingTalk-Sans";
    z-index: 88;
    pointer-events: none;
}



.products .inverter {
    position: relative;
    margin-top: 180px;
    margin-bottom: 135px;
    width: 1920px;
    height: 440px;
    background-color: #ffffff;
}
.products .inverter .tit{
    position: absolute;
    left: 90px;
    top: -70px;
    background: url("../images/public/tit_icon.png") no-repeat;
    background-size: 39px 38px;
    font-size: 25px;
    height: 32px;
    font-family: "Gotham-Medium";
    padding-left: 20px;
    padding-top: 10px;
}

.products .inverter .inverter_imgs{
    margin: 35px 130px;
    width: 1040px;
    height: 370px;
}
/*.products .inverter .inverter_imgs .title{*/
    /*font-family: "Gotham-Medium";*/
    /*color: #727171;*/
    /*font-size: 0.35rem;*/
/*}*/

.products .inverter .inverter_imgs .product_info{
    overflow: hidden;
}
.products .inverter .inverter_imgs .product_info .img{
    position: absolute;
    top: 40px;
    left: 60px;
    width: 470px;
    height: 400px;
    overflow: hidden;
}
.products .inverter .inverter_imgs .product_info .img img{
    width: 300px;
    height: 300px;
    object-fit: contain;
}
.products .inverter .swiper-pagination{
    bottom: -50px;
}
.products .inverter .swiper-pagination-bullet{
    width: 18px; height: 18px;
}
.products .inverter .inverter_imgs .product_info .infos{
    position: absolute;
    top: 55px;
    left: 565px;
    width: 420px;
    height: 180px;
}
.products .inverter .inverter_imgs .product_info .infos .title{
    color: #404040;
    font-family: "Gotham-Medium";
    font-size: 22px;
}
.products .inverter .inverter_imgs .product_info .infos .title2{
    color: #727171;
    font-size: 12px;
    margin-top: 5px;
    margin-left: 5px;
}
.products .inverter .inverter_imgs .product_info .infos .text{
    width: 430px;
    color: #727171;
    font-family: "microsoft yahei";
    font-size: 11px;
    margin-left: 15px;
    margin-top: 10px;
    line-height: 20px;
}
.products .inverter .inverter_imgs .product_info .infos .line{
    width: 430px; height: 2px;
    background-color: #a3a3a3;
    margin-top: 10px;
}
.products .inverter .inverter_imgs .product_info .infos .explain{
    color: #727171;
    font-family: "microsoft yahei";
    font-size: 13px;
    margin-left: 10px;
    margin-top: 25px;
    line-height: 30px;
}
.products .inverter .inverter_imgs .product_info .infos .btn{
    margin-left: -50px;
    width: 450px;
    height: 150px;
    z-index: 99;
}
.products .inverter .tip{
    position: absolute;
    left: 685px;
    top: 318px;
    width: 249px;
    height: 49px;
    background: url("../images/products/equipments_tip.png") no-repeat;
    background-size: 249px 49px;
    z-index: 88;
    pointer-events: none;
}
.products .inverter .nums{
    position: absolute;
    left: 965px;
    top: 318px;
    font-size: 29px;
    color: #9f9f9f;
    font-family: "DingTalk-Sans";
    z-index: 88;
    pointer-events: none;
}
.products .inverter .nums span{
    font-size: 48px;
    color: #404040;
    font-family: "DingTalk-Sans";
    z-index: 88;
    pointer-events: none;
}



.bottom{
    background-color: #fff !important;
    box-shadow:
        1000px 0 0 0 #fff,
        -1000px 0 0 0 #fff !important;
}