/* banner */
.head,.head .banner{
    width: 100%;
    height: auto;
}
.banner .banner1{
    position: relative;
    width: 100%;
}
.banner1 .slogan,.banner2 .slogan,.banner3 .slogan{
    width: 30.8%;
    height: 52.8%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.slogan span{
    width: 100%;
    display: block;
    text-align: center;
    color: #ffffff;
}
.slogan p{
    text-align: center;
    color: #ffffff;
}
.slogan .djxq{
    width: 210px;
    height: 50px;
    border-radius: 25px;
    line-height: 50px;
    background-color: #204699;
    display: flex;
    align-items: center;
}

.djxq .xq{
    width: 64%;
    height: 50px;
    font-size: 24px;
    text-align: center;
    color: #ffffff;
}

.djxq .jt{
    width: 36%;
    font-size: 36px;
    text-align: center;
    color: #ffffff;
}
.swiper-pagination-bullet-active{
    background: #ffffff;
}
/* 内容区域 */
.content{
    width: 100%;
    height: auto;
    background: #ffffff;
}
/* 公司介绍 */
.content .box1{
    width: 62.5%;
}
.box1 .box1-main{
    width: 100%;
    display: flex;
}
.main-left .main-leftcon{
    width: 100%;
    height: auto;
}
.main-leftcon .title{
    font-size: 32px;
    line-height: 48px;
    color: #204699;
}
.main-leftcon .ywtitle{
    font-size: 16px;
    line-height: 32px;
    color: #a1a1a1;
}
.main-leftcon .gsjscon{
    margin-top: 32px;
    font-size: 18px;
    line-height: 32px;
    color: #7b7b7b;
}
.main-leftcon .djckgd{
    width: 144px;
    height: 50px;
    margin-top: 100px;
    border: solid #e5e5e5 1px;
    border-radius: 25px;
    line-height: 50px;    
    display: flex;
    align-items: center;
}
.djckgd .ckgd{
    width: 78%;
    height: 50px;
    font-size: 18px;
    text-align: center;
    color: #a2a2a2;
}

.djckgd .khjt{
    width: 22%;
    font-size: 24px;
    color: #a2a2a2;
}

.main-right .main-rightcon{
    width: 100%;
    display: flex;
}
.main-right .main-rightcon img{
    flex: 0 0 auto; /* 不伸缩，固定大小 */
    max-width: 100%; /* 确保图片不会超过其容器 */
}

/* 产品中心 */
.content .box2{
    width: 62.5%;
    margin: 150px auto 0;
}
.box2 .box2-con{
    width: 100%;
    height: auto;
}
.box2-con .box2-head{
    width: 100%;
    height: 80px;
}
.box2-head .title{
    font-size: 32px;
    line-height: 48px;
    color: #204699;    
}
.box2-head .ywtitle{
    font-size: 16px;
    line-height: 32px;
    color: #a1a1a1;    
}
.box2-con .box2-main{
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.box2-main .cpzx-item{
    width: 48.84%;
    height: 222px;
    display: flex;
    margin-bottom: 40px;
}
.cpzx-item .cpzx-itemimg{
    width: 63.83%;
    display: flex;
}
.cpzx-item .cpzx-itemimg img{
    flex: 0 0 auto; /* 不伸缩，固定大小 */
    max-width: 100%; /* 确保图片不会超过其容器 */
}
.cpzx-item .cpzx-itemjs{
    width: 36.17%;
    background-color: #204699;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:center;
}
.cpzx-itemjs img{
    width: 72px;
    height: 72PX;
}
.cpzx-itemjs  P{
    font-size: 20px;
    line-height: 40px;
    display: block;
    color: #ffffff;
}
.cpzx-itemjs  a{
    font-size: 16px;
    line-height: 52px;
    text-align: center;
    display: block;
    color: #ffffff;
}
/* 解决方案 */
.content .box3{
    width: 100%;
    height: 726px;
    margin: 110px auto 0;
    position: relative;
    overflow: hidden;
}
.box3 .box3-bg1{
    width: 100%;
    height: 254px;
    background-color: #ffffff;
}
.box3 .box3-bg2{
    width: 100%;
    height: 476px;
    background-color: #efefef;
}
.box3 .box3-body{
    width: 62.5%;
    height: 676px;
    position: absolute;
    top: 54px;
    left: 50%;
    transform: translate3d(-50%,0,0);
}
.box3-body .box3-con{
    width: 100%;
    height: auto;
}
.box3-con .box3-head{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content:space-between;
}
.box3-head .box3-tleft{
    width: 140px;
    height: 70px;
}
.box3-tleft .title{
    font-size: 32px;
    line-height: 48px;
    color: #204699;
}
.box3-tleft .ywtitle{
    font-size: 16px;
    line-height: 32px;
    color: #a1a1a1;
}
.box3-head .box3-tright{
    width: 360px;
    height: 70px;
    display: flex;
    justify-content:space-between;
}
.box3-tright .item{
    width: 10%;
    height: 100%;
    display: flex;
    align-items: center;   
}
.box3-tright .item a{
    text-align: center; 
    font-size: 18px;
    color: #666666;
}
.box3-tright .item a:hover{
    line-height: 52px;
    border-bottom: #204699 2px solid;
    color: #204699;
}
.box3-con .box3-main{
    width: 100%;
}
#jjfaSwiper{
    width: 100%;
    height: 446px;
}
#jjfaSwiper .swiper-wrapper{
    width: 100%;
    height: auto;
}
#jjfaSwiper .swiper-slide{
    width: 31.25%;
    height: 442px;
    margin-right: 3.25%;
    background: #fff;    
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction:column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#jjfaSwiper .swiper-slide .swiperimg{
    width: 100%;
}
#jjfaSwiper .swiper-slide .swipertext{
    width: 80%;
    margin: 0 auto;
    padding-top: 18px;
}
.swipertext h3,.swipertext span{
    font-size: 18px;
    color: #6f6f6f;
}
.swipertext h3{
    line-height: 40px;
}
.swipertext span{
    line-height: 36px;
    font-weight: bold;
}
.swipertext p{
    font-size: 14px;
    line-height: 26px;
}
#jjfaSwiper .swiper-slide-active h3, #jjfaSwiper .swiper-slide-active span{
    color: #204699;
}
#jjfaSwiper .swiper-slide-active, .swiper-slide-duplicate-active{
    width: 31.25%;
    border-bottom: 4px solid #204699;
}
#jjfaSwiper .swiper-slide a, #jjfaSwiper .swiper-slide img{
    width: 100%;
    height: 252px;
}
.box3-main .swiper-foot{
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: space-between;
}
.swiper-foot .swiper-pagination{
    width: 3.3%;
    bottom: 10%;
}
.swiper-foot .swiper-pagination .swiper-pagination-current{
    color: #204699;
}
.swiper-foot .swiper-pagination .swiper-pagination-total{
    color: #969696;
}
.swiper-foot .swiper-button{
    width: 10.84%;
}
.swiper-button .swiper-button-prev{
    width: 46px;
    height: 46px;
    background-image: url("../images/index/jjfa_left.png");
    background-size: 40px 40px;
    top:89%;
    right: 70px;
    left: auto;
}
.swiper-button .swiper-button-next{
    width: 46px;
    height: 46px;    
    background-image: url("../images/index/jjfa_right.png");
    background-size: 40px 40px;
    top:89%;
    right: 6px;
    left: auto;
}
/* 最后做手机适配兼容 */
@media screen and (min-width: 750px) {
    .slogan span{
        height: 36px;
        font-size: 36px;
        line-height: 36px;
    }
    .slogan p{
        font-size: 24px;
        line-height: 36px;
    }
    .slogan .djxq{
        margin: 50px auto;
    }      
    .box1{
        height: auto;
        margin: 50px auto 0;
    }
    .box1 .box1-main {
        height: auto;
        flex-direction: column;
    }
    .box1-main .main-left,.box1-main .main-right{
        width: 80%;
        height: auto;
    }
    .box1-main .main-right{
        margin: 20px auto 0;
    }
    .main-leftcon .gsjscon{
        text-indent: 3.2rem;
    }
}

@media screen and (min-width: 1920px) {
    .slogan span{
        height: 100px;
        font-size: 100px;
        line-height: 100px;
    }
    .slogan p{
        font-size: 72px;
        line-height: 100px;
    }
    .slogan .djxq{
        margin: 150px auto;
    }    
    .box1{
        height: 426px;
        margin: 170px auto 0;
    }    
    .box1 .box1-main {
        height: 426px;
        flex-direction: row;
        justify-content: space-between;
    }
    .box1-main .main-left{
        width: 55%;
        height: 426px;
    }    
    .box1-main .main-right{
        width: 36.66%;
        margin-top: 0;
    }
    .main-leftcon .gsjscon{
        text-indent: 0;
    }    
}