@charset "utf-8";

.head-page .item:nth-child(4)>a span {
    color: #C00E1C;
}
.head-page .item:nth-child(4)>a::after {
    transform: scaleX(1);
    opacity: 1;
}
.cont_swip_box .width1440 {
    position: relative;
    padding-bottom: 65px;
    box-sizing: border-box;
}
.cont_swip_box .swiper-slide {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.cont_swip_box .swiper-slide.list {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 31.9%;
    margin-right: 2.15%;
}
.cont_swip_box .swiper-slide .list:nth-child(3n) {
    margin-right: 0;
}
.cont_swip_box .swiper-slide .img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cont_swip_box .swiper-slide .img img {
    transition: all .4s
}
.cont_swip_box .swiper-slide .tit {
    font-weight: 600;
    margin: 22px 0;
}
.technology_page02 .width1440 {
    padding: 0 3.25%;
    box-sizing: border-box;
}
.technology_page02 .nav .link {
    width: 14.15%;
    height: 102px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 3.02%;
    transition: all .4s;
}
.technology_page02 .nav .link:nth-child(6n) {
    margin-right: 0;
}
.technology_page02 .nav .link:hover {
    border: 1px solid #D70C18;
}
.technology_page02 .nav .link.active {
    border: 1px solid #D70C18;
}
.technology_page02 .lists {
    background: #F5F5F5;
}
.technology_page02 .desc {
    padding: 42px 0 48px;
    box-sizing: border-box;
}
.technology_page02 .desc_ftit {
    margin-top: 10px;
}
.technology_page02 .list {
    display: none;
}
.technology_page02 .list.active {
    display: block;
}
.technology_page02 .box {
    background: #FFF;
}
.technology_page02 .box_tit {
    padding: 18px 0;
    box-sizing: border-box;
}
.technology_page02 .box_tit::before {
    content: "";
    display: block;
    width: 4px;
    height: 24px;
    background: #197CBA;
    margin-right: 22px;
}
.technology_page02 .box_con {
    padding: 30px 50px;
    box-sizing: border-box;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
.technology_page02 .box_con img {
    margin-right: 30px;
}
.technology_page02 .list .link {
    width: 120px;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 40px;
    transition: all .4s;
}
.technology_page02 .list .link.active {
    border: 1px solid #197CBA;
}
.technology_page02 .box_imgs {
    padding: 0 50px 65px;
    box-sizing: border-box;
    margin-top: 55px;
}
.technology_page02 .box_img {
    width: 44%;
}
.lang_pic {
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.8);
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
}
.lang_pic .box_img {
    max-width: 92%;
    max-height: 92%;
}
.cont_swip_box .swiper-slide .list:hover img {
    transform: scale(1.08)
}

.cont_swip_box .swiper-slide .list:hover .tit {
    color: #D91D29;
}
.close_btn{
    position: absolute;
    top: 6.5%;
    right: 5%;
    max-width: 55px;
    z-index: 100;
}
.lang_pic.active{
    display: flex;
}


@media only screen and (max-width: 1200px) {
    .technology_page02 .nav .link{
        height: 80px;
    }
}



@media only screen and (max-width: 750px) {
    .cont_swip_box .swiper-slide.list{
        width: 100%;
        margin-right: 0;
    }
    .technology_page02 .nav .link{
        width: 32%;
        margin-right: 2%;
        height: 65px;
        margin-top: 10px;
    }
    .technology_page02 .nav .link:nth-child(6n){
        margin-right: 2%;
    }
    .technology_page02 .nav .link:nth-child(3n){
        margin-right: 0;
    }
    .technology_page02 .box_con {
        padding: 25px 20px;
    }
    .technology_page02 .box_con img {
        margin-right: 15px;
        width: 30px;
    }
    .technology_page02 .desc {
        padding: 30px 0;
    }
    .technology_page02 .width1440{
        padding: 0;
    }
    .technology_page02 .list .link{
        width: 90px;
        height: 30px;
        margin-left: 0px;
        margin-right: 15px;
    }
    .technology_page02 .box_con .r{
        margin-top: 20px;
    }
    .technology_page02 .box_imgs {
        padding: 0 10px 30px;
        margin-top: 30px;
    }
    .cont_swip_box {
        padding-bottom: 15px;
    }
    .cont_swip_box .swiper-button-next, .cont_swip_box .swiper-button-prev{
        width: 35px;
        height: 35px;

    }
    .cont_swip_box .swiper_btns{
        bottom: -17px;
    }
    .cont_swip_box .width1440{
        padding-bottom: 20px;
    }
    .technology_page02 .box_img{
        width: 48%;
    }
    .close_btn{
        width: 35px;
    }
}