.section .warp .content *{
    list-style: revert;
    padding: revert;
}

.section{
    width: 100%;
    height: auto;
    padding-top: 140px;
}
.section .warp{
    margin: auto;
    padding: 0 20px;
    width: 90%;
    min-width: 1024px;
    max-width: 1488px;
    box-sizing: border-box;
}
.section .warp .crumbs {
    display: flex;
    align-items: center;
}
.section .warp .crumbs a {
    font-size: 18px;
    font-family: Arial;
    font-weight: bold;
    color: #000000;
    margin-right: 15px;
}
.section .warp .title {
    margin-top: 49px;
}
.section .warp .title span {
    font-size: 30px;
    font-family: Arial;
    font-weight: bold;
    color: #000000;
}
.section .warp .title .line {
    width: 100%;
    height: 2px;
    background: #5b5b5b;
    margin-top: 12px;
}
.section .warp .crumbs .color-active{
    color: #EA5413;
}


.section .warp .content .introduce{
    margin-top: 68px;
    display: flex;
    color: #fff;
    justify-content: space-between;
    align-items: center;
}
.section .warp .content .introduce .introduceText{
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    width: 38%;
    background-color: #ea5514;
    box-sizing: border-box;
}

.section .warp .content .introduce .introduceText .iTitle{
    font-size: 30px;
    text-align: center;
    margin-top: 20px;
}
.section .warp .content .introduce .introduceText p{
    margin-top: 25px;
    font-size: 20px;
}

.section .warp .content .introduce .introduceImg{
    width: 55%;
    object-fit: contain;
}
.section .warp .content .introduce .introduceImg img{
    display: block;
    width: 100%;
}



.section .warp .content .detailImgs{
    margin-top: 68px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}
.section .warp .content .detailImgs > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30%
}
.section .warp .content .detailImgs > div .detailImg{
    width: 100%;
    height: 300px;
}
.section .warp .content .detailImgs > div .detailImg img{
    object-fit: contain;
}
.section .warp .content .detailImgs > div .detailText{
    margin-top: 10px;
    width: 80%;
    font-size: 20px;
}

.section .warp .content .noLeftP{
    padding-left: 20px;
}

.section .warp .content .install{
    margin-top: 120px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section .warp .content .install > div{
    width: 50%;
}

.section .warp .content .install .installTitleImg{
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    width: 100%;
    box-sizing: border-box;
}
.section .warp .content .install .flexCccTwo img{
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    /*width: 100%;*/
    box-sizing: border-box;
}


.section .warp .content .install2 > div{
    width: 50%;
}




/*.section .warp .content .install .left,
.section .warp .content .install2 .left
{
    width: 45%;
}
.section .warp .content .install .right,
.section .warp .content .install2 .right
{
    width: 55%;
}*/


.flex-ccc .flexCccImg img{
    width: 100%;
}
.flex-ccc .flexCccText{
    margin-bottom: 30px;
}

.section .warp .content .install .right img {
    width: 80%;
}

.section .warp .content .laster{
    margin-top: 120px;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
}
.section .warp .content .laster .lasterImg{
    margin: 40px auto 120px;
    width: 70%;
}
.section .warp .content .laster .lasterImg img{
    width: 100%;
}
.section .warp .content .laster .installTitle,
.section .warp .content .install .installTitle{
    font-size: 30px;
    color: #ea5514;
    font-weight: bold;
    margin-bottom: 15px;
}
.section .warp .content .install .installTitleDesc{
    font-size: 22px;
    margin-bottom: 5px;
}
.section .warp .content .installDetail{
    align-items: flex-start;
}

.section .warp .content .install2{
    display: flex;
    /* align-items: center; */
    justify-content: space-around;
    font-size: 18px;
}

.section .warp .content .install2 .install2Title{
    font-size: 22px;
}

.section .warp .content .install2 .install3Img{
    display: block;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.por_on_active{
    opacity: 1!important;
}
.section .warp .content .por_on div img{
    width: 100%;
    height: 100%;
}

.section .warp .content .text{
    width: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 50px;
    margin-top: -195px;
}
.section .warp .content .text_warp span{
    font-size: 40px;
    font-family: Arial;
    font-weight: bold;
    color: #000000;
    margin-bottom: 20px;
}
.section .warp .content .text_warp p{
    font-size: 18px;
    font-family: Arial;
    color: #000000;
    line-height: 35px;
}
.section .warp .content .text_warp div{
    margin-top: 88px;
}
.section .warp .content .text_warp div h1{
    display: none;
    font-size: 40px;
    font-family: Arial;
    font-weight: bold;
    color: #000000;
    margin-bottom: 20px;
}
.section .warp .content .text_warp div p{
    font-size: 18px;
    font-family: Arial;
    font-weight: bold;
    color: #000000;
}
.section2{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.section2 .warp{
    margin: 77px auto 0;
    padding: 0 20px;
    width: 90%;
    min-width: 1024px;
    max-width: 1488px;
    box-sizing: border-box;
}
.section2 .warp .content{
    margin-bottom: 54px;
}
.section2 .warp .content .con_nav{
    display: flex;
}
.section2 .warp .content .con_nav div{
    width: 250px;
    height: 50px;
    background: #C9C9C9;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    color: #000000;
    cursor: pointer;
    transition: 0.6s;
    position: relative;
}
.section2 .warp .content .con_nav div:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #EA5413;
    transition: 0.6s;
}
.con_nav_active{
    background: #E0E0DE!important;
}
.con_nav_active:after{
    width: 100%!important;
}
.section2 .warp .content .flex_warp{
    width: 100%;
    height: auto;
    background: #E0E0DE;
    padding: 20px;
    display: none;
}
.flex_warp_active{
    display: block!important;
}
.section2 .warp .content .flex_warp .top{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #EA5413;
    cursor: pointer;
}
.section2 .warp .content .flex_warp .top .zong{
    height: 20px;
    width: 20px;
    background-color: #EA5413;
    margin-right: 6px;
}
.section2 .warp .content .flex_warp .top .zong .heng{
    height: 2px;
    width: 12px;
    position: absolute;
    margin-top: 9px;
    margin-left: 4px;
    background-color: white;
}
.section2 .warp .content .flex_warp .top .zong .shu{
    height: 2px;
    width: 12px;
    background-color: white;
    margin-top: 9px;
    /*position: absolute;*/
    margin-left: 4px;
    transform: rotate(90deg);
    transition: 0.6s;
}
.section2 .warp .content .flex_warp .active .shu{
    opacity: 0;
}
.section2 .warp .content .flex_warp .top img{
    margin-right: 8px;
}
.section2 .warp .content .flex_warp .active img{
    transform: rotate(-90deg);
}
.section2 .warp .content .flex_warp table{
    width: 100%;
    border: 1px solid #A9A9A9;
    border-collapse: collapse;
}
.section2 .warp .content .flex_warp table tr td{
    border: 0;
    border-bottom: 1px solid #A9A9A9;
    height: 33px;
}
.section2 .warp .content .flex_warp table tr:nth-child(odd){
    background: white;
}
.section2 .warp .content .flex_warp table tr td:first-child{
    padding-left: 17px;
}
.section2 .warp .content .flex_warp .border{
    margin-top: 12px;
    display: none;
}
.section2 .warp .content .flex_warp .cut{
    margin-bottom: 20px;
}
.section2 .warp .content .flex_warp .images{
    margin-top: 14px;
}
.section2 .warp .content .flex_warp .images div{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #EA5413;
    margin-bottom: 9px;
}
.section2 .warp .content .flex_warp .images div img{
    margin-right: 8px;
}
.section2 .warp .content .flex_warp .sign{
    display: flex;
    border-bottom: 1px solid #000;
    padding-bottom: 8px;
}
.section2 .warp .content .flex_warp .sign p{
    width: 160px;
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #000000;
    margin-right: 348px;
}
.section2 .warp .content .flex_warp .text{
    margin-top: 21px;
    display: flex;
}
.section2 .warp .content .flex_warp .text li{
    /*width: 160px;*/
    margin-right: 348px;
}
.section2 .warp .content .flex_warp .text li p{
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #000000;
    line-height: 30px;
}
.section2 .warp .content .flex_warp .text li a{
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #000000;
    line-height: 30px;
}
.section2 .warp .content .flex_warp .text li .color{
    color: #EA5413;
}



.section3{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.section3 .warp{
    width: 1751px;
    margin: 60px auto 150px;
}
.section3 .warp .title{
    font-size: 30px;
    font-family: Arial;
    font-weight: bold;
    color: #000000;
    margin-bottom: 69px;
    margin-left: 120px;
}
.section3 .warp .lb{
    width: 100%;
    height: 317px;
    position: relative;
}
.section3 .warp .lb-warp{
    width: 85%;
    height: 100%;
    justify-content: center;
}
.section3 .warp .lb-warp .swiper-slide{
    width: 100%;
    height: 100%;
}
.section3 .warp .lb-warp .swiper-slide .images{
    width: 98%;
    /*height: 259px;*/
    /*border: 1px solid #8C8C8C;*/
    /*border-bottom: transparent;*/
}
.section3 .warp .lb-warp .swiper-slide .images img{
    width: 100%;
}
.section3 .warp .lb-warp .swiper-slide .swiper_bg{
    width: 98%;
    height: 56px;
    background: #C9C9C9;
    border: 1px solid #8C8C8C;
}
.section3 .warp .lb .button{
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.section3 .warp .lb .button div{
    width: 65px!important;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
    margin-top: 0;
}
.section3 .warp .lb .button div:after{
    display: none;
}
.section3 .warp .lb .button .swiper-button-prev{
    transform: rotate(180deg);
}
.section3 .warp .lb .button div span{
    color: #EA5413;
    font-size: 30px;
}


@media screen and (max-width: 768px) {
    .section .warp .crumbs{
        flex-wrap: wrap;
        line-height: 30px;
    }
    .section{
        padding-top: 158px;
    }
    .section .warp .crumbs a{
        font-size: 16px;
    }
    .section .warp .content{
        flex-direction: column;
        margin-top: 0px;
    }
    .section .warp .title span{
        line-height: 30px;
        font-size: 18px;
    }
    .section .warp .content .por{
        width: 100%;
    }
    .section .warp{
        padding: 0;
        min-width: auto;
    }

    .section3 .warp{
        width: 90%;
        margin: 60px auto 90px;
    }

    .section .warp .content .introduce{
        margin-top: 20px;
        flex-direction: column;
    }
    .section .warp .content .introduce .introduceText{
        width: 100%;
    }
    .section .warp .content .introduce .introduceText .iTitle{
        font-size: 22px;
    }
    .section .warp .content .introduce .introduceText p{
        font-size: 14px;
    }

    .section .warp .content .introduce .introduceImg{
        margin-top: 10px;
        width: 100%;
    }


    .section .warp .content .detailImgs{
        margin-top: 20px;
        flex-direction: column;
    }

    .section .warp .content .detailImgs > div{
        margin-top: 10px;
        width: 100%;
    }

    .section .warp .content .detailImgs > div .detailText{
        margin-top: 0;
        width: 90%;
    }



    .section .warp .content .install{
        margin-top: 50px;
        flex-direction: column;
    }
    .section .warp .content .install > div{
        width: 100%;
    }
    .section .warp .content .install .installTitle .titSp{
        font-size: 24px !important;
    }
    .section .warp .content .install .installTitleContent{
        padding-bottom: 20px;
    }

    .section .warp .content .install .installTitleImg{
        display: block;
        width: 100%;
    }

    .section .warp .content .install2{
        margin-top: 50px;
        flex-direction: column;
    }
    .section .warp .content .instal2 .installTitle .titSp{
        font-size: 24px !important;
    }
    .section .warp .content .install2 > div{
        width: 100% !important;
    }

    .section .warp .content .install2 .install2Img{
        display: block;
        width: 100%;
    }

    .section .warp .content .install2 .install3Img{
        margin: 20px 0;
        width: 100%;
    }
    .section .warp .content .laster{
        margin-top: 50px;
    }
    .section .warp .content .laster .installTitle .titSp{
        font-size: 24px !important;
    }
    .section .warp .content .laster .lasterImg{
        margin-top: 30px;
        margin-bottom: 30px;
        width: 100%;
    }

    .section2 .warp{
        margin-top: 50px;
        width: 90%;
    }
    .section2 .warp .content .flex_warp .sign p{
        margin-right: 0;
    }
    .section2 .warp .content .flex_warp .text li{
        margin-right: 0;
        padding-right: 10px;
        box-sizing: border-box;
    }

    /*.section .warp .content .por-warp{
        height: auto;
    }
    .section .warp .content .text{
        margin-top: 55px;
        margin-left: 0;
        width: 100%;
    }
    .section .warp .content .text_warp span{
        font-size: 20px;
    }
    .section .warp .content .text_warp div h1{
        font-size: 20px;
    }
    .section .warp .content .text_warp{
        width: 100%;
    }
    .section .warp .content .text_warp div{
        margin-top: 55px;
    }
    .section2 .warp .content .con_nav div{
        font-size: 12px;
    }
    .section2 .warp .content .flex_warp table tr td{
        font-size: 12px;
    }
    .section2 .warp .content .flex_warp{
        width: 165%;
    }
    .section2 .warp .content .flex{
        overflow: hidden;
        overflow-x: auto;
    }
    .section2 .warp .content .con_nav div{
        margin-right: 0;
        width: 124px;
    }
    .section2 .warp .content .con_nav{
        justify-content: space-between;
    }
    .section2 .warp .content .flex_warp .sign p{
        white-space: nowrap;
    }
    .section2 .warp .content .flex_warp .text li{
        margin-right: 313px;
    }
    .section3 .warp .lb-warp{
        width: 69%;
    }*/
}