@charset "utf-8";
/* CSS Document */

/*common*/
.common-width{
    width: 1260px;
    margin: 0 auto;
}
/* ******************************banner部分************************ */
.banner-main {
    width: 100%;
    max-width: 1920px;
    min-height: 202px;
    padding: 100px 0 100px 0;
    background: url(product-introduction-banner.png) no-repeat center top;
    background-size: auto 100%;
    margin: 0 auto;
}
.banner-content {
    width: 1260px;
    margin: 0 auto;
}
.banner-content-title {
    font-size: 34px;
    font-weight: 700;
}
.banner-content-detail {
    width: 520px;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin-top: 40px;
}
/* ******************************三个伙伴部分************************ */
.three-module{
    display: flex;
    justify-content: center;
    align-items: start;
    margin-top: -60px;
    margin-bottom: 40px;
}
.three-module-item{
    height: 423px;
    background: linear-gradient(to right, #f3f6fb, #ffffff);
    padding: 105px 70px 70px 60px;
    text-align: center;
    flex: 1;
}
.three-module-item h3{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 18px;
    margin-top: 12px;
}
.three-module-item p{
    text-align: left;
    font-size: 16px;
    line-height: 30px;
}
/* ******************************合作伙伴申请部分************************ */
.partner{
    text-align: center;
}
.step{
    background: url("stxt_4.png") center center no-repeat ;
    background-size: 100% 100%;
    text-align: center;
    padding-bottom: 80px;
}
.partner-guide span{
    font-size: 16px;
    line-height: 30px;
    padding-top: 140px;
    display: inline-block;
}
.partner-guide img{
    display: inline-block;
    padding: 0 0 68px 0;
}
.partner-guide span.select{
    background: url("stxt_5.png") center center no-repeat;
}
.partner-guide span.submit{
    background: url("stxt_6.png") center center no-repeat;
}
.partner-guide span.examine{
    background: url("stxt_7.png") center center no-repeat;
}
.partner-guide span.sign{
    background: url("stxt_8.png") center center no-repeat;
}
.partner-guide span.cooperation{
    background: url("stxt_9.png") center center no-repeat;
}


/* ******************************企业合作部分************************ */
.cooperation .show-more{
    display: none;
}
.cooperation h3{
    text-align: center;
    font-size: 26px;
    line-height: 42px;
    margin-bottom: 20px;
}
.cooperation-content{
    width: 100%;
    /*display: flex;*/
    display: none;
    justify-content: space-between;
    align-items: start;
}
.cooperation .cooperation-content:nth-child(2){
    display: flex;
}
.cooperation-content .cooperation-detail{
    margin-right: 76px;
}
.cooperation-content .cooperation-detail h4{
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 12px;
}
.cooperation-content .cooperation-detail p{
    font-size: 16px;
    line-height: 30px;
}
.cooperation-content .cooperation-detail img{
    /*width: 175px;*/
    max-width: 100%;
    height: 37px;
    margin-bottom: 12px;
}
.cooperation-content .cooperation-detail a{
    display: block;
    width: 172px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    margin-top: 20px;
    background: linear-gradient(#e86436, #ce400f);
}
.cooperation-content .cooperation-img img{
    width: 630px;
    /*height: 340px;*/
    height: 354px;
}

.mySwiper{
    width: 100%;
    /*height: 440px;*/
    height: 390px;
    margin-top: 30px;
    margin-bottom: 20px;
    --swiper-navigation-color: #ffffff;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;/* 设置按钮大小 */
}
.swiper-content{
    position: relative;
}
.swiper-content .swiper-button-next, .swiper-content .swiper-button-prev {
    width: 50px;
    height: 50px;
    top: 30%;
    color: #ffffff;
}
.swiper-content .swiper-button-next{
    right: -70px;
    background: url(./stxt_17.png) center center no-repeat;
    background-size: 100% 100%;
}
.swiper-content .swiper-button-prev{
    left: -70px;
    background: url(./stxt_18.png) center center no-repeat;
    background-size: 100% 100%;
}
.cooperation .swiper-button-next.swiper-button-disabled, .cooperation .swiper-button-prev.swiper-button-disabled{
    opacity: 0.10;
}
.mySwiper .swiper-slide{
    /*height: 430px;*/
    height: 380px;
    box-shadow: 0 0 6px #e9e9e9;
}
.mySwiper .swiper-slide div{
    padding: 14px 21px 24px 21px;
}
.mySwiper .company{
    width: 400px;
    /*height: 272px;*/
    height: 225px;
}
.mySwiper h4{
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 14px;
}
.mySwiper .icon{
    /*width: 175px;*/
    max-width: 100%;
    height: 37px;
}

/* ******************************产学研合作部分************************ */
.product{
    background: url("stxt_15.png") center center no-repeat;
    background-size: 100% 100%;
    padding-bottom: 20px;
}
.product h3{
    color: #ffffff;
    font-size: 28px;
    line-height: 42px;
    text-align: center;
    border-bottom: 1px solid #9495c3;
    padding-top: 30px;
    padding-bottom: 14px;
}
.mySwiper2{
    width: 1260px;
    height: 380px;
    /*height: 440px;*/
    margin-top: 30px;
    margin-bottom: 20px;
    --swiper-navigation-color: #ffffff;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;/* 设置按钮大小 */
}
.swiper-content2 .swiper-button-next1, .swiper-content2 .swiper-button-prev1 {
    width: 50px;
    height: 50px;
    top: 30%;
    color: #573c9e;
    position: absolute;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
}
.product .swiper-button-next1.swiper-button-disabled{
    background: url("./stxt_22.png") center center no-repeat;
    background-size: 100% 100%;
}
.product .swiper-button-prev1.swiper-button-disabled{
    background: url("./stxt_21.png") center center no-repeat;
    background-size: 100% 100%;
}
.swiper-content2 .swiper-button-next1{
    background: url("./stxt_19.png");
    background-size: 100% 100%;
    right: -70px;
}
.swiper-content2 .swiper-button-prev1{
    background: url("./stxt_20.png");
    background-size: 100% 100%;
    left: -70px;
}
.mySwiper2 .swiper-slide{
    height: 380px;
    /*height: 430px;*/
    background: rgba(40, 40, 40, 0.2);
}
.mySwiper2 .swiper-slide div{
    padding: 14px 21px 24px 21px;
}
.mySwiper2 .company{
    width: 400px;
    height: 225px;
    /*height: 272px;*/
}
.mySwiper2 h4{
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 14px;
    color: #ffffff;
}
.mySwiper2 h4 a{color: #fff;}
.mySwiper2 .icon{
    /*width: 175px;*/
    max-width: 100%;
    height: 37px;
}
.swiper-content3{
    display: none;
}
/*common*/
/*.common-width{*/
    /*width: 1260px;*/
    /*margin: 0 auto;*/
/*}*/










