/* banner */

.bannerhead .swiper-slide .text_box a:hover {
    background-color: #009DDD;
    border: 1px solid #009DDD;
    color: #fff;
    transition: all 0.6s;
}

.servive_box {
    padding: 1.25rem 0;
    box-sizing: border-box;
}

.service>.l .tit h4 {
    margin: 0 0 .375rem 0;
}

.service>.l .tit h4 p {
    display: inline;
    color: #009DDD;
}

.service>.l ul li {
    margin: 0 0 .375rem 0;
    line-height: .375rem;
    opacity: 0.6;
    cursor: pointer;
}

.service>.l ul li:hover {
    color: #009DDD;
    opacity: 1;
    transition: all 0.6s;
}

.service_act {
    color: #009DDD;
    opacity: 1 !important;
}

.service>.l {
    flex-direction: column;
    width: 20%;
}

.service>.r {
    width: 80%;
}

.service .r .top .l {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
}

.service .r .top .r {
    width: 60%;
}

.service .r .top .r img {
    display: block;
    width: 100%;
    border-radius: 20px;
}

.service .r .bottom {
    margin: -2rem 0 0 0;
    padding: 2.25rem 1rem 1.25rem 1rem;
    background: #009DDD;
    border-radius: 20px;
    box-sizing: border-box;
    color: #fff;
}

.service .r .bottom h4 {
    margin: 0 0 .75rem 0;
}

.service .r .bottom span {
    line-height: .45rem;
}

.service_content {
    display: none;
}

.content_act {
    display: block !important;
}


/* product */

.product .tit h4 {
    margin: 0 0 .375rem 0;
}

.product .tit h4 p {
    display: inline;
    color: #009DDD;
}

.product .tit .r ul li {
    padding: .25rem .5rem;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

.product .tit .r ul li:nth-child(2) {
    margin: 0 .5rem;
}

.product .tit .r ul li:hover {
    color: #fff;
    background-color: #009DDD;
    transition: all 0.6s;
}

.product_box {
    padding: 1.25rem 0;
    box-sizing: border-box;
    background-color: #F0F9FD;
}

.three_unitact {
    color: #fff !important;
    background-color: #009DDD;
}

.five_unit {
    margin: .5rem 0 !important;
}

.five_unit li {
    margin: 0 0 0 .75rem;
    cursor: pointer;
}

.five_unit li:hover {
    color: #009DDD;
    transition: all 0.6s;
}

.five_act {
    color: #009DDD;
}

.product_content .box1 {
    display: none;
}

.product_content .box1 .box2,
.product_content .box1 .box3,
.product_content .box1 .box4 {
    display: none;
}

.product_content .box1 .box2 dl,
.product_content .box1 .box3 dl,
.product_content .box1 .box4 dl {
    flex-wrap: wrap;
}

.product_content .box1 .box2 dl dd,
.product_content .box1 .box3 dl dd,
.product_content .box1 .box4 dl dd {
    margin: 0 0 .375rem 0;
    width: 22%;
    border-radius: 10px;
    overflow: hidden;
}

.product_content .box1 .box2 dl dd a .p_box,
.product_content .box1 .box3 dl dd a .p_box,
.product_content .box1 .box4 dl dd a .p_box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .125rem .375rem;
    box-sizing: border-box;
    height: 330px;
}

.product_content .box1 .box2 dl dd a,
.product_content .box1 .box3 dl dd a,
.product_content .box1 .box4 dl dd a {
    display: block;
    background-color: #fff;
}

.product_content .box1 .box2 dl dd a img,
.product_content .box1 .box3 dl dd a img,
.product_content .box1 .box4 dl dd a img {
    display: block;
    width: auto;
    height: 100%;
}

.product_content .box1 .box2 dl dd a p,
.product_content .box1 .box3 dl dd a p,
.product_content .box1 .box4 dl dd a p {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: .25rem 0;
    box-sizing: border-box;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 1.5;
    /*height: 1.25rem;*/
    
    height: 82px;
}

.product_content .box1 .box2 dl dd a:hover p,
.product_content .box1 .box3 dl dd a:hover p,
.product_content .box1 .box4 dl dd a:hover p {
    color: #fff;
    background-color: #009DDD;
    transition: all 0.6s;
}

.five_unit .three_unitact {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #009DDD !important;
}


/* about */

.about .tit h4 p {
    display: inline;
    color: #009DDD;
}

.about .tit h4 {
    margin: 0 0 .375rem 0;
}

.about .top .l {
    flex-direction: column;
    width: 20%;
}

.about .top .l a {
    color: #009DDD !important;
}

.about .top .l a i {
    margin: 0 0 0 .375rem;
}

.about .top .r {
    width: 80%;
}

.about .top .r span {
    line-height: .45rem;
}

.about_box {
    padding: 1.25rem 0;
    box-sizing: border-box;
}

.about .bottom .p_box {
    margin: 1.25rem 0 0 0;
    background-color: #009DDD;
    border-radius: 0 100px 0 100px;
}

.about .bottom img {
    position: relative;
    left: 30px;
    bottom: 30px;
    display: block;
    width: 100%;
    border-radius: 0 100px 0 100px;
}


/* client */

.client_box {
    padding: 1.25rem 0;
    box-sizing: border-box;
    background-image: url(/template/pro/images/客户.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    perspective: 12.5rem;
}

.client .tit {
    text-align: center;
    color: #fff;
}

.client .tit h5 {
    margin: .375rem 0 .75rem 0;
}

.client ul {
    flex-wrap: wrap;
}

.client ul li {
    margin: 0 0 .3125rem 0;
    width: 18%;
}

.client ul li a {
    display: block;
    padding: 10px;
    background: #FFFFFF;
    border-radius: 10px;
    box-sizing: border-box;
}

.client ul li a:hover {
    background-color: #009DDD;
            transition: all 0.6s;

}

.client ul li a img {
    display: block;
    width: 100%;
}

.morebox {
    margin: .75rem 0 0 0;
}

.morebox a {
    color: #fff !important;
}

.morebox a i {
    margin: 0 0 0 .375rem;
}


/* case */

.case .tit .l h4 p {
    display: inline;
    color: #009DDD;
}

.case .tit .l h4 {
    margin: 0 0 .375rem 0;
}

.case_box {
    padding: 1.25rem 0;
    box-sizing: border-box;
    background-color: #F0F9FD;
}

.bannercase {
    margin: 1rem 0 0 0;
}

.bannercase .swiper-slide ul {
    flex-wrap: wrap;
}

.bannercase .swiper-slide ul li {
    margin: 0 0 .375rem 0;
    width: 30%;
    border-radius: 10px;
    overflow: hidden;
}

.bannercase .swiper-slide ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 260px;
}

.bannercase .swiper-slide ul li a img {
    display: block;
    width: 100%;
    /*height: 100%;*/
}

.bannercase .swiper-slide ul li a .text_box {
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: .375rem .75rem;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.bannercase .swiper-slide ul li a .text_box i {
    display: none;
}

.bannercase .swiper-slide ul li a:hover .text_box {
    justify-content: space-between;
    background-color: #009DDD;
    transition: all 0.6s;
}

.bannercase .swiper-slide ul li a:hover .text_box i {
    display: block;
}

.swiper-button-prevcase,
.swiper-button-nextcase {
    display: flex;
    align-items: center;
    justify-content: center;
    width: .75rem;
    height: .75rem;
    background: #FFFFFF;
    border-radius: 50%;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.swiper-button-prevcase {
    margin: 0 .375rem 0 0;
}

.swiper-button-prevcase:hover,
.swiper-button-nextcase:hover {
    color: #fff;
    background: #009DDD;
    transition: all 0.6s;
}


/* news */

.news .tit h4 p {
    display: inline;
    color: #009DDD;
}

.news .tit h4 {
    margin: 0 0 .375rem 0;
}

.news_box {
    padding: 1.25rem 0;
    box-sizing: border-box;
}

.news .r ul li {
    padding: .25rem .5rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

.news .r ul li:hover {
    background-color: #009DDD;
    color: #fff;
    transition: all 0.6s
}

.news .r ul li:nth-child(1) {
    margin: 0 .5rem 0 0;
}

.news_act {
    background-color: #009DDD;
    color: #fff !important;
}

.bannernews {
    margin: 1rem 0 0 0;
}

.bannernews .swiper-slide a img {
    display: block;
    width: 100%;
}

.time_box {
    position: relative;
    z-index: 1;
    margin: -0.375rem auto .5rem auto;
    padding: .3125rem 0;
    width: 80%;
    background-color: #FFFFFF;
    border-radius: 6px;
    text-align: center;
}

.bannernews .swiper-slide a h4 {
    line-height: .45rem;
}

.bannernews .swiper-slide a:hover {
    color: #009DDD !important;
    transition: all 0.6s;
}

.bannernews .swiper-slide a .p_box {
    overflow: hidden;
    border-radius: 10px;
    height: 290px;
}

.bannernews .swiper-slide a:hover img {
    transform: scale(1.1);
    transition: all 0.6s;
}

.bannernews .swiper-slide a:hover .time_box {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.06);
    transition: all 0.6s;
}

.swiper-containernews {
    display: none;
}

.containernews_act {
    display: block;
}

.swiper-button-prevnews,
.swiper-button-nextnews {
    display: flex;
    align-items: center;
    justify-content: center;
    width: .75rem;
    height: .75rem;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.bannernews .arrow_btnbox {
    margin: 1.125rem 0 0 0;
}

.swiper-button-prevnews {
    margin: 0 .375rem 0 0;
}

.swiper-button-prevnews:hover,
.swiper-button-nextnews:hover {
    background: #009DDD;
    color: #fff;
    transition: all 0.6s;
}

.arrow_btnbox .r a {
    color: #009DDD !important;
}

.arrow_btnbox .r a i {
    margin: 0 0 0 .375rem;
}

.arrow_btnbox .m {
    width: 70%;
}

.line {
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}

/*.five_unit li:last-child {*/
/*    margin: 0;*/
/*}*/

.bannerhead .swiper-slide .text_box {
    padding: 10% 10% 0 10%;
}

.bannercase .swiper-slide ul {
    margin: 0 2px !important;
}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {
    .service>.l ul li {
        line-height: 25px;
    }
    
    .bannercase .swiper-slide ul li a {
        height: 200px;
    }
    
        .bannercase .swiper-slide ul li a img {
            height: 100%;
        }
        
        .bannernews .swiper-slide a .p_box {
            height: 200px;
        }
        
             
        .bannernews .swiper-slide a .p_box img {
            height: 100%;
        }
}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 980px) {
    
    .client_box {
        background-size: auto auto;
    }
    
    .service>.l .tit h4 p,
    .product .tit h4 p,
    .about .tit h4 p,
    .case .tit .l h4 p,
    .news .tit h4 p {
        font-size: 16px !important;
    }
    .service>.l .tit h4,
    .product .tit h4,
    .about .tit h4,
    .case .tit .l h4,
    .news .tit h4 {
        margin: 0 0 15px 0;
    }
    .servive_box {
        padding: 20px 0;
    }
    .service>.l,
    .service>.r {
        width: 100%;
    }
    .service {
        flex-wrap: wrap;
    }
    #service_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 15px 0 !important;
    }
    #service_list li {
        line-height: 1.5;
    }
    .service .r .bottom span {
        line-height: 1.5;
    }
    .service .r .top .l {
        font-size: 100px;
    }
    .product_box {
        padding: 20px 0;
    }
    .product .tit .l,
    .product .tit .r {
        width: 100%;
    }
    .product .tit .r {
        margin: 15px 0 0 0;
    }
    .five_unit {
        justify-content: start;
    }
    .product .tit {
        flex-wrap: wrap;
    }
    .five_unit li {
        margin: 0 20px 0 0;
    }
    .five_unit {
        margin: 15px 0 !important;
    }
    .about .top .l,
    .about .top .r {
        width: 100%;
    }
    .about .top .l {
        flex-direction: row;
    }
    .about .top {
        flex-wrap: wrap;
    }
    .about .top .r {
        margin: 15px 0;
    }
    .about .top .r span {
        line-height: 1.5;
    }
    .about .bottom .p_box {
        margin: 20px 0 0 0;
    }
    .about .bottom img {
        left: 15px;
        bottom: 15px;
    }
    .about_box {
        padding: 20px 0;
    }
    .client_box {
        padding: 20px 0;
    }
    .client .tit h5 {
        margin: 15px 0 20px 0;
    }
    .morebox {
        margin: 15px 0 0 0;
    }
    .client ul li {
        margin: 0 0 15px 0;
    }
    .case_box {
        padding: 20px 0;
    }
    .bannercase {
        margin: 20px 0 0 0;
    }
    .swiper-button-prevcase,
    .swiper-button-nextcase {
        display: none;
    }
    .bannercase .swiper-slide ul li {
        width: 49%;
    }
    .news .tit .l,
    .news .tit .r {
        width: 100%;
    }
    .news .tit {
        flex-wrap: wrap;
    }
    .news .tit .r {
        margin: 15px 0;
    }
    .arrow_btnbox .l,
    .arrow_btnbox .m {
        display: none;
    }
    .arrow_btnbox .r {
        margin: 0 auto;
    }
    .bannernews .swiper-slide a h4 {
        line-height: 1.5;
    }
    .bannernews .arrow_btnbox {
        margin: 15px 0 0 0;
    }
    .bannernews {
        margin: 20px 0 0 0;
    }
    .bannernews .swiper-slide a h4 {
        font-size: 14px !important;
    }
    .service .r .top .l {
        display: none;
    }
    .service .r .top .r {
        width: 100%;
    }
    .five_unit li {
        white-space: nowrap;
    }
    .five_unit {
        width: 100%;
        overflow-x: scroll;
    }
    .five_unit::-webkit-scrollbar-thumb {
        display: none;
    }
    .five_unit::-webkit-scrollbar {
        display: none;
    }
    .tit {
        text-align: center;
    }
    .case .tit .l {
        width: 100%;
    }
    .case .tit .r {
        display: none;
    }
    .news .tit .r ul {
        justify-content: center;
    }
    /*.bannerhead .swiper-slide .text_box h4 {*/
    /*    font-size: 30px !important;*/
    /*}*/
    /*.bannerhead .swiper-slide .text_box p {*/
    /*    font-size: 40px !important;*/
    /*}*/
    /*.bannerhead .swiper-slide .text_box a {*/
    /*    font-size: 20px !important;*/
    /*}*/
    /*.servive_box {*/
    /*    padding: 80px 0 !important;*/
    /*}*/
    /*.tit h4,*/
    /*.service>.l .tit h4 p,*/
    /*.product .tit h4 p,*/
    /*.about .tit h4 p,*/
    /*.case .tit .l h4 p,*/
    /*.news .tit h4 p {*/
    /*    font-size: 36px !important;*/
    /*}*/
    /*.tit h5 {*/
    /*    margin: 30px 60px !important;*/
    /*    font-size: 30px !important;*/
    /*}*/
    /*#service_list li p {*/
    /*    font-size: 28px !important;*/
    /*}*/
    /*.service .r .bottom h4 {*/
    /*    margin: 40px 0 !important;*/
    /*    font-size: 26px !important;*/
    /*}*/
    /*.service .r .bottom span {*/
    /*    font-size: 16px !important;*/
    /*    line-height: 36px !important;*/
    /*}*/
    /*.product_box {*/
    /*    padding: 80px 0 !important;*/
    /*}*/
    /*.product .tit .r ul li {*/
    /*    font-size: 28px !important;*/
    /*}*/
    /*.five_unit li {*/
    /*    font-size: 24px !important;*/
    /*}*/
    /*.five_unit {*/
    /*    margin: 50px 0 !important;*/
    /*}*/
    /*.about .top .l a {*/
    /*    display: none;*/
    /*}*/
    /*.about .top .l {*/
    /*    justify-content: center;*/
    /*}*/
    /*.about .top .r span {*/
    /*    font-size: 24px !important;*/
    /*    line-height: 50px !important;*/
    /*}*/
    /*.about_box {*/
    /*    padding: 80px 0 !important;*/
    /*}*/
    /*.about .bottom .p_box {*/
    /*    margin: 60px 0 0 0 !important;*/
    /*}*/
    /*.client_box {*/
    /*    padding: 80px 0 !important;*/
    /*}*/
    /*.case_box {*/
    /*    padding: 80px 0 !important;*/
    /*}*/
    /*.bannercase .swiper-slide ul li a .text_box p {*/
    /*    font-size: 24px !important;*/
    /*}*/
    /*.bannercase .swiper-slide ul li {*/
    /*    margin: 0 0 30px 0 !important;*/
    /*}*/
    /*.news .tit .r {*/
    /*    margin: 0 0 60px 0 !important;*/
    /*}*/
    /*.news_box {*/
    /*    padding: 80px 0 !important;*/
    /*}*/
    /*.bannernews .arrow_btnbox {*/
    /*    margin: 80px 0 0 0 !important;*/
    /*}*/
    /*.news .r ul li {*/
    /*    font-size: 24px !important;*/
    /*}*/
    /*.bannernews .swiper-slide a h4 {*/
    /*    font-size: 24px !important;*/
    /*    line-height: 50px !important;*/
    /*}*/
    /*.time_box {*/
    /*    font-size: 24px !important;*/
    /*}*/
    /*.morebox a,*/
    /*.arrow_btnbox .r a {*/
    /*    font-size: 28px !important;*/
    /*}*/
    /*#service_list {*/
    /*    flex-wrap: nowrap;*/
    /*    overflow-x: scroll;*/
    /*}*/
    /*#service_list li p {*/
    /*    white-space: nowrap;*/
    /*}*/
    /*#service_list li {*/
    /*    margin: 0 80px 0 0 !important;*/
    /*}*/
    /*.product_content .box1 .box2 dl dd a p,*/
    /*.product_content .box1 .box3 dl dd a p,*/
    /*.product_content .box1 .box4 dl dd a p {*/
    /*    font-size: 24px !important;*/
    /*}*/
    /*.product_content .box1 .box2 dl dd,*/
    /*.product_content .box1 .box3 dl dd,*/
    /*.product_content .box1 .box4 dl dd {*/
    /*    margin: 0 0 30px 0 !important;*/
    /*    width: 48%;*/
    /*}*/
    
    
    /*.product_content .box1 .box2 dl dd,*/
    /*.product_content .box1 .box3 dl dd,*/
    /*.product_content .box1 .box4 dl dd {*/
    /*    width: 100%;*/
    /*}*/
    .product_content .box1 .box2 dl dd a .p_box, .product_content .box1 .box3 dl dd a .p_box, .product_content .box1 .box4 dl dd a .p_box {
        height: 200px;
    }
    
    .product_content .box1 .box2 dl dd a img, .product_content .box1 .box3 dl dd a img, .product_content .box1 .box4 dl dd a img {
        width: auto;
        height: 100%;
    }
    
    .product_content .box1 .box2 dl dd a .p_box, .product_content .box1 .box3 dl dd a .p_box, .product_content .box1 .box4 dl dd a .p_box {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .client ul li {
        width: 30%;
    }
}

@media screen and (max-width: 640px) {
    #service_list li {
        width: 30%;
    }
    .service .r .top .l {
        font-size: 60px;
    }
    .product_content .box1 .box2 dl dd,
    .product_content .box1 .box3 dl dd,
    .product_content .box1 .box4 dl dd {
        width: 100%;
    }
    .client ul li {
        width: 49%;
    }
}

@media screen and (max-width: 400px) {
    
    .bannercase .swiper-slide ul li a {
    height: 125px;
}
    
    .bannernews .swiper-slide a .p_box {
    height: 100px;
}}

@media screen and (max-width: 375px) {}