@charset "utf-8";
/* CSS Document */


/*common-width*/
.common-width{
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
}
.main-container{
    background: #fdfcfc;
}
.nav-main-contaniner{
    background: #ffffff;
}
/* ******************************banner部分************************ */
.banner-main {
    max-width: 750px;
    min-height: 473px;
    background: url(m-product-introduction-banner.png) no-repeat center top;
    background-size: auto 100%;
}
.banner-content {
    width: 660px;
    padding: 0 20px;
    box-sizing: border-box;
}
.banner-content-title {
    font-size: 40px;
}
.banner-content-detail {
    width: 100%;
    font-size: 20px;
    line-height: 36px;
    margin-top: 50px;
}
/* ******************************三个伙伴部分************************ */
.three-module{
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-content: start;
    margin-top: -100px;
    margin-bottom: 40px;
}
.three-module-item{
    height: 220px;
    background: linear-gradient(#f3f6fb, #ffffff);
    padding: 30px 40px;
    border: 3px solid #ffffff;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.three-module-item img{
    margin-right: 62px;
}
.three-module-item h3{
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 18px;
    margin-top: 12px;
}
.three-module-item p{
    text-align: left;
    font-size: 20px;
    min-height: 128px;
    line-height: 32px;
}
/* ******************************合作伙伴申请部分************************ */
.partner h3{
    font-size: 34px;
}
.step{
    padding-top: 35px;
}
.step .partner-guide{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.step .partner-guide *{
    display: block;
    width: 11%;
    font-size: 19px;
    line-height: 36px;
}
.step .partner-guide i{
    display: inline;
}
.step .partner-guide span{
    background-size: 70px;
    width: 12%;
    background-position: center 30px;
    padding-top: 120px;
}
.step .partner-guide img{
    padding-bottom: 70px;
}
/* ******************************企业合作部分************************ */
.mySwiper1{
    display: none;
}
.cooperation .show-more{
    display: block;
    margin-bottom: 60px;
}
.cooperation .show-more a{
    display: block;
    width: 230px;
    height: 64px;
    line-height: 64px;
    letter-spacing: 1px;
    text-align: center;
    border: 1px solid #0f51ca;
    color: #0f51ca;
    margin: 0 auto;
    font-size: 24px;
}
.cooperation-content{
    display: flex;
    flex-direction: column-reverse;
    box-shadow: 0 0 6px #e9e9e9;
    margin-bottom: 30px;

}
.cooperation-content+.cooperation-content+.cooperation-content+.cooperation-content{
    display: none;
}
.cooperation-content .cooperation-detail{
    display: flex;
    flex-direction: column;
    margin-right: 0;
    box-sizing: border-box;
    padding: 0 30px;
}
.cooperation-content .cooperation-detail h4{
    order: 0;
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 30px;
    line-height: 52px;
}
.cooperation-content .cooperation-detail p{
    font-size: 24px;
    line-height: 36px;
    order: 1;
    margin-bottom: 14px;
}
.cooperation-content .cooperation-detail .ic{order: 2;}
.cooperation-content .cooperation-detail img{
    height: 46px;
    max-width: 100%;
    margin-bottom: 20px;
}
.cooperation-content .cooperation-detail a{
    display: none;
}
.cooperation-content .cooperation-img, .cooperation-content .cooperation-img img{
    width: 100%;
    /*height: auto;*/
    height: 388px;
}
/* ******************************产学研合作部分************************ */
.swiper-content2{
    display: none;
}
.mySwiper3{
    width: 100%;
}
.swiper-content2.swiper-content3{
    display: block;
    padding: 0;
}
.mySwiper3 .swiper-slide{
    height: 510px;
    width: 530px;
    background: rgba(40, 40, 40, 0.2);
}
.mySwiper3 .swiper-slide div{
    padding: 14px 21px 24px 21px;
    width: 530px;
    box-sizing: border-box;
}
.mySwiper3 .company{
    width: 530px;
    height: 298px;
}
.mySwiper3 h4{
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 18px;
    margin-top: 14px;
    color: #ffffff;
    font-weight: normal;
}
.mySwiper3 h4 a{
    color: #ffffff;
}
.mySwiper3 .icon{
    width: 255px;
    height: 50px;
}

/*特殊分辨率处理*/
@media screen and (max-width:600px)
{


}

@media screen and (max-width:400px)
{


}

@media screen and (max-width:360px)
{


}
