@media screen and (min-width: 961px) {
  .banner {
    padding: 165px 0 40px;
    background: url(../images/index/banner.png) no-repeat center;
    background-size: cover;
  }
  .bannerCont {
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.15);
    border-radius: 10px;
  }
  .bannerItem {
    flex: 1;
    padding: 20px;
    position: relative;
  }
  .bannerItem:not(:last-child):after {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 40px);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,.08);
  }
  .bannerItem img {
    position: relative;
    top: -2px;
  }
  .bannerItem .title {
    margin-left: 8px;
  }
  .bannerItem .text {
    font-size: 13px;
  }
  
  .products {
    padding-top: 28px;
  }
  .subTit {
    position: relative;
  }
  .subTit::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 27px;
    background: #3270FF;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .subTit2::before {
    background: #1F9071;
  }
  .attendees {
    padding: 53px 25px 40px;
    background: #F1F6FF;
    border-radius: 10px;
  }
  .dataItem {
    flex: 1;
  }
  .attendeesImg {
    flex: 1;
    position: relative;
    border-radius: 10px 0 10px 0;
  }
  .imgTit {
    position: absolute;
    padding: 9px 12px;
    top: 0;
    left: 0;
    background-image: linear-gradient(138deg, #568AFF 0%, #264AE2 100%);
    box-shadow: 0 2px 10px 0 rgba(0, 53, 97, .49);
    border-radius: 10px 0 10px 0;
  }
  .imgTit::before {
    content: '';
    position: relative;
    width: 12px;
    height: 15px;
    background: url(../images/index/bookmark.png) no-repeat center;
    background-size: 100%;
    margin-right: 10px;
  }
  .attendeesImg img {
    max-width: 100%;
  }
  .journals {
    border-radius: 10px;
    background: #F8F8F8;
  }
  .journalDesc {
    flex: 0 0 45%;
    background: #F4FBF0;
    padding: 59px 44px 95px;
    position: relative;
  }
  .journalDesc::before, .journalDesc::after {
    content: '';
    position: absolute;
    width: 17px;
    height: 15px;
    background: url(../images/index/quotationmark.png) no-repeat center;
    background-size: 100% 100%;
  }
  .journalDesc::before {
    top: 53px;
    left: 17px;
  }
  .journalDesc::after {
    background-image: url(../images/index/quotationmark2.png);
    right: 29px;
    bottom: 96px;
  }
  .journalImg {
    flex: 1;
    padding: 34px 16px 10px;
  }
  .journalImg .imgItem {
    flex: 0 0 47.2%;
  }
  .more {
    color: #3270FF;
    margin: 0 auto;
  }
  .about1 {
    color: #3270FF;
    background: #F1F6FF;
  }
  .about2 {
    color: #1F9071;
    background: #F7FCF3;
  }
  .about3 {
    color: #B86E1F;
    background: #FFF6EF;
  }
  .aboutItem {
    flex: 1;
    border-radius: 10px;
    padding: 23px 27px 0;
  }
  .aboutItem img {
    max-width: 100%;
  }
  .partner {
    background: url(../images/index/partnerBg.png) no-repeat center;
    background-size: cover;
    padding: 28px 0 63px;
  }
  .partner img {
    max-width: 100%;
  }
}

/* 移动端样式 */
@media screen and (max-width: 960px) {
  .banner img {
    width: 100%;
  }
  .subTit {
    position: relative;
  }
  .subTit::before {
    content: '';
    position: absolute;
    width: 1.07rem;
    height: 4rem;
    background: #3270FF;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .subTit2::before {
    background: #1F9071;
  }
  .attendees {
    background: #F1F6FF;
  }
  .dataItem {
    flex: 0 0 50%;
    padding: 3.33rem 3.73rem;
  }
  .dataItem img {
    width: 12rem;
  }
  .attendeesSwiper {
    position: relative;
  }
  .attendeesSwiper .swiper-slide {
    position: relative;
    width: 79.7% !important;
    transform: scale(.9);
  }
  .attendeesSwiper .swiper-slide-active {
    transform: scale(1);
  }
  .attendeesSwiper .swiper-slide img {
    width: 100%;
  }
  .attendeesSwiper .swiper-pagination {
    position: relative;
    margin-top: 5.33rem;
  }
  .attendeesSwiper .swiper-pagination-bullet {
    width: 1.73rem;
    height: 1.73rem;
    background: #C7DFFF;
    margin: 0 1.2rem;
  }
  .attendeesSwiper .swiper-pagination-bullet-active {
    background: #3270FF;
  }
  .imgTit {
    position: absolute;
    padding: 2rem 2.4rem;
    width: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(138deg, #568AFF 0%, #264AE2 100%);
    box-shadow: 0 .27rem 1.33rem 0 rgba(0, 53, 97, .49);
    border-radius: 1.33rem 1.33rem 0 0;
  }
  .imgTit::before {
    content: '';
    position: relative;
    width: 2.4rem;
    height: 3.07rem;
    background: url(../images/index/bookmark.png) no-repeat center;
    background-size: 100%;
    margin-right: 1.87rem;
    top: .8rem;
  }
  .journals {
    background: #F4FBF0;
  }
  .journalDesc {
    background: #F4FBF0;
    padding: 6rem 3.2rem 0;
    position: relative;
  }
  .journalDesc::before,
  .journalDesc::after {
    content: '';
    position: absolute;
    width: 2.67rem;
    height: 2.53rem;
    background: url(../images/index/quotationmark.png) no-repeat center;
    background-size: 100% 100%;
  }
  .journalDesc::before {
    top: 3.73rem;
    left: 3.2rem;
  }
  .journalDesc::after {
    background-image: url(../images/index/quotationmark2.png);
    right: 3.2rem;
    bottom: 0;
  }
  .imgItem {
    flex: 0 0 50%;
    padding: 0 3.33rem;
  }
  .imgItem img {
    width: 26.27rem;
  }
  .about1 {
    color: #3270FF;
    background: #F1F6FF;
  }
  .about2 {
    color: #1F9071;
    background: #F7FCF3;
  }
  .about3 {
    color: #B86E1F;
    background: #FFF6EF;
  }
  .aboutItem {
    border-radius: 2.4rem;
    padding: 5.07rem 3.33rem 3.2rem;
  }
  .partner {
    padding: 4.67rem 3.2rem 5.07rem;
    background: #F1F6FF;
    border-radius: 2.4rem;
  }
  .partner img {
    width: 100%;
  }
}
