@media screen and (min-width: 1000px) {
  @keyframes moveup{
    0%{
        transform: translateY(50px);
        opacity: .5;
    }
    100%{
        transform: translateY(0);
        opacity: 1;
    }
  } 

  /* banner */
  .banner {
    height: 685px;
    background-color: #009de2;
    animation: moveup 1000ms ease-in-out;
  }

  .banner .swiper-slide {
    height: 685px;
    background-position: center;
  }

  .banner .swiper-pagination-bullet-active {
    background-color: #fff;
  }

  .banner .swiper-button-prev {
    left: calc(50% - 670px);
  }

  .banner .swiper-button-next {
    right: calc(50% - 670px);
  }

  .banner .swiper-button-prev,
  .banner .swiper-button-next{
    opacity:0;
    transition: opacity 500ms;
  }
  .banner a{
    position: relative;
  }

  .banner a p{
    font-size: 22px;
    color: #fff;
    position: absolute;
    top: 490px;
    left: calc(50% - 495px);
    width: 600px;
  }

  .banner:hover .swiper-button-prev,
  .banner:hover .swiper-button-next{
    opacity:1;
  }

  .swiper-button-prev {
    background-image: url("../images/jt-prev.png") !important;
  }

  .swiper-button-next {
    background-image: url("../images/jt-next.png") !important;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 42px;
    height: 48px;
    background-size: 100% 100%;
  }


  /* 介绍 */
  .intro {
    height: 485px;
  }

  .intro .left {
    width: 310px;
    opacity: 0;
  }

  .intro .right {
    opacity: 0;
    width: 890px;
    height: 360px;
    background-color: #009fe8;
    text-indent: 2em;
    text-align: justify;
    box-sizing: border-box;
    padding: 45px 35px;
    color: #fff;
    font-size: 19px;
    line-height: 30px;
  }
  .intro .right-zhCN {
    opacity: 0;
    width: 890px;
    height: 360px;
    background-color: #009fe8;
    text-indent: 2em;
    text-align: justify;
    box-sizing: border-box;
    padding: 45px 35px;
    color: #fff;
    font-size: 22px;
    line-height: 54px;
  }

  .intro p:nth-of-type(1) {
    font-size: 45px;
    color: #293858;
    font-weight: 600;
    position: relative;
    margin-bottom: 40px;
  }

  .intro p:nth-of-type(1)::before {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #293858;
    position: absolute;
    bottom: 5px;
    left: 8px;
  }

  .intro p:nth-of-type(2) {
    font-size: 40px;
    color: #293858;
    margin-bottom: 100px;
  }

  .intro a {
    display: block;
    background-color: #fff;
    color: #009fe8;
    width: 135px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 30px;
    border-radius: 2px;
    transition: all .3s;
  }

  .intro a:hover{
    font-weight: 600;
    color: #fff!important;
    background-color: #009fe8;
  }


  /* 事件 */
  .event {
    height: 950px;
    background-color: #ecf1f5;
  }

  .columTitle {
    height: 170px;
    color: #293858;
  }

  .columTitle .left span:nth-of-type(1) {
    font-weight: 600;
    position: relative;
  }

  .columTitle .left span:nth-of-type(1)::before {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #293858;
    position: absolute;
    left: 6px;
    bottom: 0;
  }

  .columTitle .left span {
    font-size: 40px;
  }

  .columTitle a {
    padding-top: 35px;
    font-size: 18px;
  }
  .columTitle a:hover{
    font-weight: 600;
  }
  .event{
    opacity: 0;
  }

  .event .swiper-container {
    height: 660px;
  }

  .event .swiper-slide {
    position: relative;
  }

  .event .swiper-slide .info {
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    padding: 20px;
    height: 120px;
    width: 100%;
    color: #fff;
    background-color: #0198dd;
    font-size: 24px;
  }

  .event .swiper-slide .time {
    font-size: 18px;
    position: absolute;
    right: 20px;
    bottom: 20px;
  }

  /* 成员 */
  .member {
    padding-bottom: 100px;
    opacity: 0;
  }

  .memberItem {
    width: 290px;
    box-shadow: 0px 12px 32px 4px rgba(0, 0, 0, .04), 0px 8px 20px rgba(0, 0, 0, .08);
  }

  .memberItem .imgBox {
    width: 100%;
    height: 215px;
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #fff;
  }

  .memberItem .imgBox img {
    width: 100%;
    height: 100%;
    transition: all .5s;
    object-fit: contain;
  }

  .memberItem:hover img {
    transform: scale(1.2);
  }

  .memberItem span {
    background-color: #69c7f1;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    position: absolute;
    left: 15px;
    top: 170px;
  }

  .memberItem .msg {
    height: 130px;
    width: 100%;
    background-color: #009fe8;
    color: #fff;
    box-sizing: border-box;
    padding: 15px;
    font-size: 19px;
    position: relative;
  }

  .memberItem .msg .time {
    position: absolute;
    right: 15px;
    bottom: 15px;
  }

  /* 新闻 */
  .news {
    opacity: 0;
    height: 720px;
    background-image: url("../images/1.jpg");
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }

  .news .columTitle a{
    color: #fff!important;
  }

  .news .title {
    margin-top: 90px;
  }

  .news .title span:nth-of-type(1) {
    font-weight: 600;
    position: relative;
  }

  .news .title span:nth-of-type(1)::before {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #293858;
    position: absolute;
    left: 6px;
    bottom: 0;
  }

  .news .title span {
    color: #293858;
    font-size: 40px;
  }

  .news .myswiper {
    width: 1310px;
    margin: 0 auto;
    position: relative;
  }

  .news .swiper-pagination {
    position: absolute;
    bottom: -50px;
    width: 100%;
    text-align: center;
  }

  .news .swiper-pagination-bullet {
    margin: 0 5px;
  }

  .news .swiper-pagination-bullet-active {
    background-color: #fff;
  }

  .news .myswiper .swiper-button-white {
    position: static;
  }

  .news .swiper-container {
    height: 395px;
    margin-top: 30px;
  }

  .news .conBox {
    position: relative;
    color: #fff;
  }

  .news .time {
    position: absolute;
    font-size: 18px;
    bottom: 0;
    right: 675px;
  }

  .news .msg {
    width: 525px;
    font-size: 22px;
    line-height: 45px;
  }

  .news img {
    width: 635px;
    height: 395px;
    object-fit: cover;
  }

  /* 合作与赞助 */
  .sponsorship {
    background-color: #e2e5e7;
    overflow: hidden;
  }

  .sponsorship .title {
    color: #293858;
    font-size: 40px;
    font-weight: 600;
    position: relative;
    margin-top: 110px;
    margin-bottom: 60px;
  }

  .sponsorship .title::before {
    content: "";
    width: 28px;
    height: 2px;
    background-color: #293858;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .sponsorship .ztyw {
    padding-bottom: 100px;
  }

  .sponsorship .map {
    width: 660px;
  }

  .sponsorship .textBox {
    width: 510px;
  }

  .sponsorship .textBox p {
    font-size: 18px;
    line-height: 35px;
    color: #293858;
    margin-bottom: 30px;
    text-align: justify;
  }

  .sponsorship .hzhb {
    width: 100%;
    background-color: #fff;
    padding: 100px 0;
    /* opacity: 0; */
  }

  .sponsorship .hzhb img {
    width: 1200px;
    margin: 0 auto;
    display: block;
  }


}



@media screen and (max-width: 1000px) {

  /* banner */
  .banner {
    height: 4.8rem;
    background-color: #009de2;
  }

  .banner a{
    position: relative;
  }

  .banner a p{
    font-size: .35rem;
    color: #fff;
    position: absolute;
    top: 3.4rem;
    left: calc(50% - 4.6rem);
    width: 9.2rem;
  }

  .banner .swiper-slide {
    height: 4.8rem;
    background-size: cover;
    background-position: center;
  }

  .banner .swiper-pagination-bullet-active {
    background-color: #fff;
  }

  .banner .swiper-button-prev {
    left: .1333rem;
  }

  .banner .swiper-button-next {
    right: .1333rem;
  }

  .swiper-button-prev {
    background-image: url("../images/jt-prev.png") !important;
  }

  .swiper-button-next {
    background-image: url("../images/jt-next.png") !important;
  }

  .swiper-button-prev,
  .swiper-button-next {
    margin: 0;
    top: calc(50% - .3333rem);
    width: .6667rem;
    height: .6667rem;
    background-size: 100% 100%;
  }


  /* 介绍 */
  .intro {
    background-color: #009fe8;
    display: block;
    margin: .4rem auto;
    box-sizing: border-box;
    padding: .4rem;
    position: relative;
    padding-bottom: 1.3333rem;
  }


  .intro .right {
    text-indent: 2em;
    text-align: justify;
    box-sizing: border-box;
    color: #fff;
    font-size: .4rem;
    line-height: .7rem;
  }

  .intro p:nth-of-type(1) {
    font-size: .6rem;
    color: #293858;
    font-weight: 600;
    position: relative;
    margin-bottom: .3rem;
  }

  .intro p:nth-of-type(1)::before {
    content: "";
    width: .4rem;
    height: .0267rem;
    background-color: #293858;
    position: absolute;
    bottom: -.0667rem;
    left: .1067rem;
  }

  .intro p:nth-of-type(2) {
    font-size: .5333rem;
    color: #293858;
    margin-bottom: .3rem;
  }

  .intro a {
    display: block;
    position: absolute;
    bottom: .4rem;
    color: #009fe8;
    background-color: #fff;
    width: 2.5333rem;
    height: .6rem;
    line-height: .6rem;
    text-align: center;
    font-size: .4rem;
    font-weight: 600;
    border-radius: 2px;
  }


  /* 事件 */
  .event {
    /* height: 950px; */
    padding: .6667rem 0 1.2rem;
    background-color: #ecf1f5;
  }

  .columTitle {
    height: 1.0667rem;
    color: #293858;
  }

  .columTitle .left span:nth-of-type(1) {
    font-weight: 600;
    position: relative;
  }

  .columTitle .left span:nth-of-type(1)::before {
    content: "";
    width: .4rem;
    height: .0267rem;
    background-color: #293858;
    position: absolute;
    bottom: 0;
    left: .1067rem;
  }

  .columTitle .left span {
    font-size: .6rem;
  }

  .columTitle a {
    padding-top: .25rem;
    font-size: .4rem;
  }


  .event .swiper-container {
    height: 7.3333rem;
    margin-top: .2667rem;
  }

  .event .swiper-slide {
    position: relative;
  }
  .event .swiper-slide img{
    width: 100%;
    height: 5.2rem;
    object-fit: cover;
  }
  .event .swiper-button-white{
    top: 2.5rem;
  }

  .event .swiper-slide .info {
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    padding: .2667rem;
    height: 2.6rem;
    width: 100%;
    color: #fff;
    background-color: #0198dd;
    font-size: .4rem;
    line-height: .7rem;
  }

  .event .swiper-slide .time {
    font-size: .24rem;
    position: absolute;
    right: .2667rem;
    bottom: .2667rem;
  }

  /* 成员 */
  .member {
    padding: .4rem 0 .8rem;
  }

  .member .flexBox{
    flex-wrap: wrap;
  }

  .memberItem {
    width: 4.4rem;
    margin-top: .4rem;
    box-shadow: 0px 12px 32px 4px rgba(0, 0, 0, .04), 0px 8px 20px rgba(0, 0, 0, .08);
  }

  .memberItem .imgBox {
    width: 100%;
    height: 3.3333rem;
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #fff;
  }

  .memberItem .imgBox img {
    width: 100%;
    height: 100%;
    transition: all .5s;
    object-fit: contain;
  }

  .memberItem:hover img {
    transform: scale(1.2);
  }

  .memberItem span {
    background-color: #69c7f1;
    color: #fff;
    font-size: .24rem;
    padding: .0667rem .1333rem;
    position: absolute;
    left: .2rem;
    top: 2.6rem;
  }

  .memberItem .msg {
    height: 2rem;
    width: 100%;
    background-color: #009fe8;
    color: #fff;
    box-sizing: border-box;
    padding: .2rem;
    font-size: .3733rem;
    position: relative;
  }

  .memberItem .msg .time {
    position: absolute;
    right: .2rem;
    bottom: .2rem;
  }

  /* 新闻 */
  .news {
    height: 10.5333rem;
    background-image: url("../images/1.jpg");
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }

  .news .title {
    margin-top: .2667rem;
  }

  .news .title span:nth-of-type(1) {
    font-weight: 600;
    position: relative;
  }

  .news .title span:nth-of-type(1)::before {
    content: "";
    width: .4rem;
    height: .0267rem;
    background-color: #293858;
    position: absolute;
    bottom: 0;
    left: .1067rem;
  }

  .news .title span {
    color: #293858;
    font-size: .6rem;
  }

  .news .myswiper {
    width: 9.2rem;
    margin: 0 auto;
    position: relative;
  }

  .news .swiper-pagination {
    display: none;
    position: absolute;
    bottom: -50px;
    width: 100%;
    text-align: center;
  }

  .news .swiper-pagination-bullet {
    margin: 0 5px;
  }

  .news .swiper-pagination-bullet-active {
    background-color: #fff;
  }

  .news .myswiper .swiper-button-white {
   top: 2.9rem;
  }

  .news .swiper-container {
    height: 8.5333rem;
    margin-top: .2667rem;
  }

  .news .conBox {
    /* border: 1px solid yellow; */
    position: relative;
    color: #fff;
    height: 8rem;
    flex-direction: column-reverse;
    justify-content: flex-end;
  }

  .news .time {
    position: absolute;
    font-size: .3733rem;
    bottom: 0;
    right: 0;
  }

  .news .msg {
    width: 100%;
    font-size: .3733rem;
    margin-top: .2rem;
  }

  .news img {
    width: 100%;
    height: 5.7333rem;
    object-fit: cover;
  }

  /* 合作与赞助 */
  .sponsorship {
    background-color: #e2e5e7;
    overflow: hidden;
  }

  .sponsorship .title {
    color: #293858;
    font-size: .5333rem;
    font-weight: 600;
    position: relative;
    margin-top: .5333rem;
    margin-bottom: .4rem;
  }

  .sponsorship .title::before {
    content: "";
    width: .5333rem;
    height: .0267rem;
    background-color: #293858;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .sponsorship .ztyw {
    display: block;
    padding-bottom: .5333rem;
  }

  .sponsorship .map {
    width: 100%;
  }

  .sponsorship .textBox {
    width: 100%;
  }

  .sponsorship .textBox p {
    font-size: .4rem;
    line-height: .7rem;
    color: #293858;
    margin-bottom: .4rem;
    text-align: justify;
  }

  .sponsorship .hzhb {
    width: 100%;
    background-color: #fff;
    padding:.8rem 0;
  }

  .sponsorship .hzhb img {
    width: 9.2rem;
    margin: 0 auto;
    display: block;
  }


}