.banner{
    width: 100%;
    height: 450px;
    overflow: hidden;
    background: url("../images/cooperation-banner.png") no-repeat center;
}
.address{
    width: 100%;
    height: 40px;
    background: #f8f8f8;
    overflow: hidden;
}
.address .add-img{
    width: 22px;
    height: 22px;
    float: left;
    margin-top: 9px;
}
.address .add-text{
    width: auto;
    height: 40px;
    font-size: 14px;
    color: #666666;
    line-height: 40px;
    float: left;
    margin-left: 10px;
}

.mode{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.mode .w-1200{
    position: relative;
    overflow: hidden;
}
.mode .mode-name{
    width: 100%;
    height: 70px;
    font-size: 40px;
    font-weight: bold;
    color: #595961;
    text-align: center;
    line-height: 70px;
    margin-top: 60px;
    margin-bottom: 20px;
}
.mode .swiper-pagination{
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 1px solid #cccccc;
    display: flex;
    justify-content: space-around;
}
.mode .swiper-container{
    width: 100%;
    height: auto;
    padding-top: 20px;
    margin-bottom: 54px;
}
.swiper-wrapper{
    margin-top: 60px;
}
.swiper-slide.swiper-slide-active{
    width: 912px!important;
    height: 412px!important;
    overflow: hidden;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
    box-sizing: border-box;
    height: 412px!important;
    overflow: hidden;

}
.swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
}

.swiper-pagination .swiper-container{
    height: 60px;
    font-size: 16px;
    color: #999999;
    line-height: 60px;
    padding: 0;
    margin: 0;
}
.swiper-pagination-customs {
    width: auto!important;
    height: 60px!important;
    color: #999999!important;
    font-size: 16px!important;
    line-height: 60px!important;
    border-radius: 0!important;
    background: #ffffff!important;
}
/*自定义分页器激活时的样式表现*/
.swiper-pagination-customs-active {
    opacity: 1;
    border-bottom: 3px solid #24a8ff!important;
    color: #24a8ff!important;
}

.swiper-slide .mode-le{
    width: 380px;
    height: 400px;
}
.swiper-slide.swiper-slide-active .mode-ri{
    display: block;
}
.swiper-slide .mode-ri{
    width: 520px;
    height: 400px;
    margin-top: 6px;
    padding-left: 50px;
    box-sizing: border-box;
    display: none;
}

.mode-ri .mode-head{
    width: 100%;
    height: 30px;
    display: flex;
    margin-top: 68px;

}
.mode-head .mode-add{
    width: 30px;
    height: 30px;
}
.mode-head .mode-span{
    width: auto;
    height: 30px;
    font-size: 25px;
    color: #666666;
    font-weight: bold;
    line-height: 30px;
    margin-left: 10px;
}
.mode-ri .mode-title{
    width: 320px;
    height: 30px;
    display: flex;
    margin-top: 22px;
}
.mode-title .mode-li{
    width: 160px;
    height: 30px;
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 30px;
    border:1px solid #cccccc;
    border-right: 0;
    cursor:pointer;
}
.mode-li:last-child{
    border:1px solid #cccccc;
    border-left: 0;

}
.mode-li.active{
    background: #27acff;
    border: none;
    color: #ffffff;
}
.mode-li:hover{
    background: #27acff;
    border: none;
    color: #ffffff;

}

.mode-ri .mode-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    margin-top: 20px;
    text-align: left;
    display: none;
}
.mode-text.active{
    display: block;
}



.process{
    width: 100%;
    height: 576px;
    background: #eef2fa;
    overflow: hidden;
}
.process .pro-head{
    width: 100%;
    height: 54px;
    font-size: 40px;
    font-weight: bold;
    color: #666666;
    text-align: center;
    line-height: 54px;
    margin-top: 32px;
}
.process .pro-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 56px;
    display: flex;
    justify-content: space-between;
}
.pro-ul .pro-li{
    width: 402px;
    height: 402px;
    overflow: hidden;
    padding-left: 98px;
}
.pro-li .pro-title{
    width: 100%;
    height: 38px;
    font-size: 20px;
    color: #595961;
    line-height: 38px;
    margin-top: 45px;
}
.pro-li .pro-text{
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #595961;
    line-height: 38px;
}

.contact{
    width: 100%;
    height: 496px;
    background: #ffffff;
    overflow: hidden;
}
.contact .con-head{
    width: 100%;
    height: 52px;
    font-size: 36px;
    color: #333333;
    text-align: center;
    line-height: 52px;
    margin-top: 58px;
}
.contact .con-title{
    width: 100%;
    height: 34px;
    font-size: 18px;
    color: #666666;
    text-align: center;
    line-height: 34px;
}
.contact .con-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.con-box .con-le{
    width: 440px;
    height: 256px;
    border-right: 1px solid #cccccc;
    overflow: hidden;
}
.con-le .con-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.con-ul .cont-li{
    width: 100%;
    height: 26px;
    display: flex;
    margin-top: 20px;
}
.cont-li .con-img{
    width: 34px;
    height: 26px;
    margin: 0;
}
.cont-li .con-text{
    width: auto;
    height: 26px;
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    margin-left: 15px;
    margin-top: 0;
}
.con-box .con-ri{
    width: 686px;
    height: 256px;
    overflow: hidden;
}
.con-ri .input{
    width: 300px;
    height: 30px;
    border: 1px solid #cccccc;
    padding: 0 10px;
    box-sizing: border-box;
    float: left;
}
.input input{
    display: block;
    width: 100%;
    height: 100%;
}

.con-ri .textarea{
    width: 645px;
    height: 150px;
    border: 1px solid #cccccc;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 10px;
    float: left;
}
.textarea textarea{
    display: block;
    width: 100%;
    height: 100%;
    resize: none;
}
.con-ri .con-btn{
    width: 200px;
    height: 40px;
    background: #27acff;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    float: left;
    margin-top: 22px;
    cursor:pointer
}
