.aboutOne {
    background-image: linear-gradient(to right, #24a2ca , #27a4ab , #4a5d9b);
}
.aboutOne li {
    float: left;
    /* width: 32%; */
}
/* .aboutOne li:nth-child(2) {
    margin: 0 2%;
} */
.aboutOne li .gsbox {
    width: 400px;
    height: 300px;
    position: relative;
}
.aboutOne li .gsbox .cen {
    width: 100%;
}
.aboutOne li .gsbox h3 {
    margin: 0;
    margin-bottom: 15px;
}
.aboutOne li .gsBg {
    background-color: #f6f6f6;
    display: flex;
    align-items: center;
}
.aboutOne li img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    /* width: 100%; */
}
.aboutOne li h3 {
    /* padding: 0 3%; */
    font-weight: 700;
    font-size: 26px;
    margin: 15px 0;
    text-align: center;
    color: #006cbd;
}
.aboutOne li p {
    color: #999;
    padding: 0 10%;
    text-align: center;
    line-height: 2;

}

.swiperBox {
    float: left;
    padding-top: 20px;
    width: 22%;
    height: 250px;
    margin: 0 1.5% 40px;
    text-align: center;
    background-color: #f4f9f9;
}
.swiperBox .imgBox {
    height: 185px;
}
.swiperBox .imgBox>img {
    max-width: 80%;
    max-height: 90%;
}
.swiperBox .text {
    height: 60px;
    color: #666;
    display: flex;
    justify-content: center;
    /* align-items: center; */
}
.swiperBox .text p {
    /* padding-top: 20px; */
}
#pcmod {
    display: block;
}
#webmod {
    display: none;
}
#aboutSwiper2 .swiperBox {
    padding: 0;
    width: 95%;
    height: 310px;
}
#aboutSwiper2 .swiperBox .imgBox {
    height: 236px;
}
#aboutSwiper2 .swiperBox .imgBox>img {
    max-width: 95%;
}
#aboutSwiper2 .swiperBox .text {
    height: 70px;
}

 .fangda {
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #33333333;
    z-index: 100;
}
 .fangda img {
     display: block;
     margin: 0 auto;
     margin-top: 8%;
    max-width: 80%;
    max-height: 100%;
}
.kongzhi {
    width: 100%;
    height: 60px;
    margin-top: 20px;
    position: relative;
}
.kongzhi .kongzhiBtn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    z-index: 1;
    border: 1px solid #eee;
    background-color: #fff;
}
.kongzhi .kongzhiBtn span {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    height: 20px;
    width: 1px;
    background-color: #ccc;
}
.kongzhi .kongzhiBtn .l {
    float: left;
    width: 29px;
    height: 30px;
}
.kongzhi .kongzhiBtn .l i {
    display: block;
    width: 15px;
    height: 15px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    transform:translate(7px,22px) rotate(-135deg);
}
.kongzhi .kongzhiBtn .r i {
    display: block;
    width: 15px;
    height: 15px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    transform:translate(7px,22px) rotate(45deg);
}
.kongzhi .kongzhiBtn .r {
    float: right;
    width: 29px;
    height: 30px;
}
.kongzhi .xian {
    position: absolute;
    top: 50%;
    height: 1px;
    width: 100%;
    background-color: #eee;
}


.aboutTwo {
    padding-bottom: 30px;
}
.aboutTwo .pd{
    float: left;
    width: 100%;
    padding-right: 50px;
}
.aboutTwo .pd .add:first-child {
    margin-bottom: 40px;
}
.aboutTwo .pd .add h3 {
    font-size: 30px;
    font-weight: 700;
    padding: 20px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.aboutTwo .pd .add p {
    color: #333;
    padding: 20px 0;
    float: left;
    width: 33%;
    line-height: 30px;
    text-align: center;
}
.aboutTwo .pd .add p img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
.aboutTwo .callUs {
    display: none;
    float: left;
    width: 50%;
    color: #999;
}
.aboutTwo .callUs p{
    margin-bottom: 20px;
    color: #333;
}
.aboutTwo .callUs .tian {
    border: 1px solid #eee;
    padding: 10px;
    margin-bottom: 15px;
    
}
.aboutTwo .callUs .futian {
    border: 1px solid #eee;
    padding: 10px;

}
.aboutTwo .callUs .futian textarea {
    border: none;
    vertical-align: text-top;
    resize:none;
    width: 80%;
    height: 100px;
}
.aboutTwo .callUs .tian input {
    border: none;
    width: 80%;
}
.aboutTwo .callUs button {
    float: right;
    background-color: #006cbd;
    border: none;
    color: #fff;
    height: 40px;
    width: 120px;

    margin-top: 20px;
}

@media (max-width:1200px) {
    /* .swiperBox {
        height: 425px;
    }
    .swiperBox .imgBox {
        height: 345px;
    } */
}

@media (max-width:1000px) {
    .swiperBox {
        height: 200px;
    }
    .swiperBox .imgBox {
        height: 145px;
    }
}
@media (max-width:860px) {
    .swiperBox {
        height: 200px;
    }
    .swiperBox .imgBox {
        height: 125px;
    }
    .aboutOne {
        background-image: linear-gradient( #24a2ca , #27a4ab , #4a5d9b);
    }
    .aboutOne li {
        width: 100% !important;
    }
    .aboutOne li:nth-child(2) {
        display: flex;
        flex-direction:column-reverse;
    }

}
@media (max-width:768px) {
    .swiperBox {
        height: 180px;
    }
    .swiperBox .imgBox {
        height: 110px;
    }

}

@media (max-width:600px) {
    .swiperBox {
        height: 240px;
        width: 47%;
    }
    .swiperBox .imgBox {
        height: 175px;
    }
    .aboutOne li {
        width: 100%;
        /* padding-bottom: 20px; */
    }
    .aboutOne li img {
        /* width: 95%;
        margin: 0 auto; */
    }
    .ind-abt dl dd {
        width: 100%;
    }
}

@media (max-width:460px) {
    .swiperBox {
        height: 200px;
    }
    .swiperBox .imgBox {
        height: 140px;
    }

}
@media (max-width:375px) {
    .swiperBox .imgBox {
        height: 125px;
    }
    .aboutOne li .gsbox {
        width: 100%;
    }
}
