@charset "UTF-8";
/**
 * [xLarge Screen for PC]
 * >=1400
 */

@media screen and (max-width: 1799px) {
  .header {
    min-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .inner {
    width: 100%;
    padding: 0 20px;
  }
  .mod {
    padding: 0 20px;
  }
  .nav .wp-menu .menu-item a.menu-link {
    font-size: 18px;
  }
  .nav .sub-menu .sub-item a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1499px) {
  .perpic {
    width: 30%;
  }
  .perpic img {
    width: 100%;
    height: auto;
  }
  .Ptext2 {
    width: 70%;
  }
  .s3,
  .s2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1299px) {
  .header {
    & .navi {
      & .navi-list {
        & li {
          a {
            padding: 8px 19px;
            background: #8309f1;
            border-radius: 23px;
            border: 1px solid #ffffff;
            font-size: 12px;
            color: #ffffff;
            line-height: 25px;
            text-shadow: 0px 2px 5px rgba(48, 37, 13, 0.43);
            display: flex;
            align-items: center;
          }
        }
      }
    }
  }
  .logo {
    width: 60%;
  }
  .logo a img {
    width: 100%;
  }
  .nav,
  .nav .wp-menu {
    height: 55px;
  }
}

@media screen and (max-width: 1199px) {
}
/**
 * [Medium Screen for Pad]
 * 768~959
 */
@media screen and (max-width: 1024px) {
  .header {
    & .navi {
      & .navi-list {
        & li {
          a {
            padding: 5px;
            background: #8309f1;
            border-radius: 23px;
            border: 1px solid #ffffff;
            font-size: 10px;
            color: #ffffff;
            line-height: 25px;
            text-shadow: 0px 2px 5px rgba(48, 37, 13, 0.43);
            display: flex;
            align-items: center;
          }
        }
      }
    }
  }
  .logo {
    margin-bottom: 20px;
  }
  footer {
    & ul {
      li {
        font-family: Microsoft YaHei;
        font-weight: bold;
        font-size: 16px;
        color: #ffffff;
        line-height: 36px;
        margin-right: 30px;
      }
    }
  }

  .footer-bottom {
    div {
      font-weight: 400;
      font-size: 13px;
      color: #ffffff;
      line-height: 32px;
      margin-right: 100px;
    }
  }
  .logobox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  .nav {
    display: none;
  }
  .wp-navi-aside .navi-aside-wrap li {
    width: 100%;
  }
  .row {
    width: 100%;
  }
  .Teacher5 {
    min-width: 0;
  }
  .head-nav {
    float: none;
    height: 0;
    padding-top: 0;
    margin-top: 0px;
  }
  .navi-aside-toggle,
  .navi-aside-search {
    display: block;
  }
  /*导航样式：后台绑定时也可以定义配置*/
  .wp-navi .wp-menu {
    display: none;
  }
  .wp-navi-slide .navi-slide-head {
    display: block;
    padding: 0 10px;
    height: 40px;
  }
  .wp-navi-slide .wp-menu {
    background: #fff;
  }
  .wp-navi-slide .wp-menu .menu-item {
    display: inline-block;
    float: none;
    position: relative;
    z-index: 100;
    width: 100%;
    padding-left: 0px;
    text-align: left;
    border-bottom: 1px solid #eee;
  }
  .wp-navi-slide .wp-menu .menu-item .menu-switch-arrow {
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    right: 6px;
    top: 1px;
    background: url(css/img/icons.png) no-repeat 10px -116px;
  }
  .wp-navi-slide .wp-menu .menu-item a.menu-link {
    display: block;
    padding: 0 20px;
    line-height: 40px;
    color: #343434;
    font-size: 14px;
  }
  .wp-navi-slide .wp-menu .menu-item a.menu-link.hover,
  .wp-navi-slide .wp-menu .menu-item.hover a.menu-link,
  .wp-navi-slide .sub-menu .sub-item.hover > a,
  .wp-navi-slide .sub-menu .sub-item a:hover {
    text-decoration: none;
    color: #000;
    background-color: #eee;
  }
  .wp-navi-slide .sub-menu {
    display: none;
    position: relative;
    left: 0;
    bottom: 0px;
    top: 0px;
    min-width: 0px;
    z-index: 100;
    background: #fff;
    opacity: 0.8;
  }
  .wp-navi-slide .sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    border-bottom: 1px solid #eee;
  }
  .wp-navi-slide .sub-menu .sub-item a {
    display: block;
    color: #000;
    height: auto;
    line-height: 40px;
    padding: 0 36px;
    font-size: 14px;
    background: none;
  }
  .wp-navi-slide .sub-menu .sub-item a:hover {
    color: #000;
    background-color: #eee;
    display: block;
  }
  .wp-navi-slide .sub-menu .sub-menu {
    left: 0;
    top: 0;
  }
  .wp-navi-slide .sub-menu .sub-menu .sub-item a {
    padding: 0 52px;
  }

  #nav {
    display: none;
  }
}
/**
 * [Small Screen for Smart Phone and Mini Pad]
 * 480~767
 */

@media screen and (max-width: 999px) {
    footer {
        & ul {
            li {
              
                margin-right:  0px!important;  
            }
        }
    }


.ewm {
    margin-left: 0px;
   margin-top:30px;
}

.menu-linkYW {
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
   background:none;
    margin-top: 10px;
-webkit-text-fill-color: #fff;
}
 .header {
    position:  relative;
    z-index: 999;
    padding-top: 20px;
   padding-bottom:20px;
   background:rgba(110, 32, 152, 1);
  }
}

@media screen and (max-width: 768px) {
.header {
        & .navi {
            & .navi-list {
                & li {
                    a {
img{
width: 5%
}
}
}}}}
  .DSdongtai {
    padding-top: 90px;
    padding-bottom: 90px;
    background: url(images/Competition_bg.png) left no-repeat;
    background-size: cover;
  }
  .DSdongtai {
    .news {
      width:  100%;
    }
  }
  .news-wrapper {
    height: 350px;
  }
  .news-image-display {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
  }
  .news-controls {
    display: none;
  }
  .news-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 70px;
    position: relative;
    flex-direction: column;
  }
  .containerbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  .container1 {
    width: 100%;
    margin-bottom: 20px;
  }
  .DSdongtaiTitle {
    width: 100% !important;
  }
  /*内页*/
  #l-container .inner,
  #d-container .inner {
    padding: 0px 0px;
  }
  #l-container.wrapper .inner .mod,
  #d-container.wrapper .inner .mod {
    padding: 0;
  }

  .column-switch {
    display: block;
  }

  .col_menu .col_menu_head h3.col_name .col_name_text {
    display: block;
    line-height: 40px;
    padding: 0px 5px 0px 12px;
    font-size: 17px;
  } /**栏目名称图标**/
  .col_menu {
    width: 100%;
    float: none;
    margin-right: 0px;
    position: relative;
  }
  .col_menu .col_menu_con {
    display: none;
    border: 0px solid #e4e4e4;
  }
  .col_metas .col_title h2 {
    font-size: 18px;
  } /**当前栏目名称**/

  .col_news {
    width: 100%;
    min-height: 0px;
    float: none;
  } /**栏目新闻**/
  .col_news .col_news_box {
    margin-left: 0;
    margin-right: 0;
  }
  .col_news_con {
    padding: 5px 0px 10px 0px;
    margin: 0 0px;
  }
  .col_news_con .news_list li.news {
    line-height: 24px;
    padding: 4px 0px;
  }
  .col_news_con .news_list li.news span.news_title {
    line-height: 24px;
    margin-right: 0px;
  } /*标题*/
  .col_news_con .news_list li.news span.news_meta {
    margin-left: 0px;
  } /*属性*/

  .wp_paging li.pages_count,
  .wp_paging li.page_jump {
    display: none;
  }

  .infobox {
    width: auto;
    padding: 0px;
    margin: 0 10px;
  }

  .col_news_list .wp_entry img,
  .article .entry .read img {
    max-width: 100%;
    height: auto !important;
    width: 100%;
  } /**文章阅读部分图片大小限制**/
  .media_list {
    margin-top: 73px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }

  .media_list {
    .media_item {
      width: 100%;
      border: 1px solid #611589;
      transition: all 0.3s ease;
      margin-bottom: 20px;
    }
    .media_item2box {
      width: 100% !important;

      transition: all 0.3s ease;
    }
  }
  footer {
    ul {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
    }
  }
  .footer2 {
    flex-direction: column;
  }
  .visitor-counter {
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
  .YQlink {
    ul {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: row;
    }
  }
  .footer-bottom {
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

@media screen and (max-width: 720px) {
  .header .sitelogo .logo {
    width: 360px;
  }
  .header .head-right {
    font-size: 20px;
  }
}

@media screen and (max-width: 676px) {
  .news_tu li .title {
    width: 100%;
    padding-left: 10px;
  }
}
@media screen and (max-width: 540px) {

.works .swiper-pagination-bullet-active {
    width: 41px;
    height: 40px;
    background: url(images/Work_dot_per.png);
} 
  .header {
    position:  relative;
    z-index: 999;
    padding-top: 20px;
   padding-bottom:20px;
   background:rgba(110, 32, 152, 1);
  }
  .logo {
    margin-bottom: 10px;
  }
  .header {
    & .navi {
      & .navi-list {
        & li {
          a {
            padding: 3px;
            background: #8309f1;
            border-radius: 23px;
            border: 1px solid #ffffff;
            font-size: 10px;
            color: #ffffff;
            line-height: 10px;
            text-shadow: 0px 2px 5px rgba(48, 37, 13, 0.43);
            display: flex;
            align-items: center;
          }
        }
      }
    }
  }

  .header .head-right {
    font-size: 16px;
    margin-top: 10px;
  }
  .tucon .swiper-slide .botbox {
    right: 66px;
  }
  .news_tu li {
    width: 45%;
    margin-top: 40px;
  }
  .news_tu li:first-child,
  .news_tu li:nth-child(2) {
    margin-top: 0;
  }
  /* Column */
  .column-name {
    padding: 20px;
    font-size: 18px;
  }
  .column-right {
    padding: 0;
    margin-top: 10px;
  }
  .column-title {
    padding: 15px 20px;
    font-size: 22px;
  }
  .column-img {
    height: 40vw;
  }
  .column-img-item {
    max-width: 420px;
    margin: 0 auto;
  }
  .column-img-item .link {
    height: 180px;
  }
  .column-img-item .title p {
    font-size: 14px;
  }
  .column-content {
    margin-top: 20px;
  }
  .info-list li h3 {
    font-size: 14px;
  }

  /* Post */
  .read-content {
    padding: 10px 20px;
  }
  .read-content img {
    height: auto !important;
  }
  .post-title {
    font-size: 20px;
  }
  .post-attr {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 490px) {
  .mySwiper .swiper-slide img {
    height: 156px;
    width: 100%;
    object-fit: cover;
  }
  .sitelogo img {
    width: 85%;
    margin-left: 30px;
  }
  .tab {
    padding: 12px;
  }
  .news_list11 li {
    width: 100%;
    box-shadow: 0px 1px 6px 0px rgba(31, 135, 154, 0.15);
    margin-bottom: 20px;
  }
  #l-container,
  #d-container {
    background: #f9f9f9;
    padding: 0px;
  }
  .article {
    padding: 20px;
  }
  .Searchbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
  }

  .footer-bottom {
    div {
      font-weight: 400;
      font-size: 13px;
      color: #ffffff;
      line-height: 32px;
      margin-right: 0px;
    }
  }
  footer {
    & ul {
      li {
        font-family: Microsoft YaHei;
        font-weight: bold;
        font-size: 12px;
        color: #ffffff;
        line-height: 36px;
        margin-right: 30px;
      }
    }
  }

.ewm ul li {
    div {
        font-size: 12px;
    }
}

  .YQlink {
    & ul {
      & li {
        a {
          font-weight: 400;
          font-size: 14px;
          color: #ffffff;
          line-height: 36px;
        }
      }
    }
  }

  .container1 {
    padding-top: 20px;
    & .title {
      .title1 {
        font-weight: bold;
        font-size: 20px;
        color: #6e2098;
        line-height: 30px;
        margin-bottom: 0px;
      }
    }
    .content {
      font-weight: 400;
      font-size: 16px;
      color: #333333;
      line-height: 50px;
      margin-top: 48px;
    }
  }
  .container1 {
    & .title {
      .title2 {
        font-family: Arial;
        font-weight: bold;
        font-size: 22px;
        color: #8d20e1;
        line-height: 30px;
        background: linear-gradient(
          0deg,
          #8f21d2 0%,
          #694ff1 54.6630859375%,
          #694ff1 100%
        );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
      }
    }
  }
  .section-introduce {
    padding-bottom: 30px;
  }
  .DSdongtai {

    & .Title2 {
      .title1 {
        font-weight: bold;
        font-size: 18px;
        color: #ffffff;
        line-height: 36px;
      }
      .title2 {
        font-family: Arial;
        font-weight: bold;
        font-size: 22px;
        color: #ffffff;
        line-height: 36px;
      }
    }
  }

  .DSdongtai {
    padding-top: 30px;
    padding-bottom: 30px;

    .DSdongtaiTitle {
      width: 74%;
      display: flex;
      align-items: stretch;
      justify-content: space-between;
      flex-direction: column;
    }
  }
  .news-wrapper {
    height: 188px;
  }
  .news-wrapper {
    flex: none;
  }
  .news-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 30px;
    position: relative;
    flex-direction: column;
  }

  .news-image-display {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
  }

  .media-news {
    padding-top: 30px;
    padding-bottom: 20px;
    & .Title2 {
      .title1 {
        font-weight: bold;
        font-size: 18px;
        color: #6e2098;
        line-height: 36px;
      }
      .title2 {
        font-family: Arial;
        font-weight: bold;
        font-size: 22px;
        color: #6e2098;
        line-height: 36px;
      }
    }
  }

  .media-news {
    & .Title2 {
      .more {
        position: absolute;
        right: 25%;
        bottom: -40px;
      }
    }
  }

  .works {
    padding-top: 30px;
    padding-bottom: 30px;
    & .Title2 {
      .title1 {
        font-weight: bold;
        font-size: 18px;
        color: #ffffff;
        line-height: 36px;
         
      }
      .title2 {
        font-family: Arial;
        font-weight: bold;
        font-size: 22px;
        color: #ffffff;
        line-height: 36px;
      }
      .more {
        position: absolute;
        right: 25%;
        bottom: -40px;
      }
    }
  }
  .works .swiper-slide {
    width: 400px;
    height: 158px;
  }
  .works .swiper-button-prev, .works .swiper-button-next{
    display: none;
  }
}
/**
 * [xSmall Screen for Smart Phone]
 * 480~767
 */
@media screen and (max-width: 479px) {
    .header {
        & .navi {
            & .navi-list {
                & li {
                    & a {
                        img {
                            width: 0%;
                        }
                    }
                }
            }
        }
    }
    .header {
        & .navi {
            & .navi-list {
                & li {
                    a {
                        padding: 3px;
                        background: #8309f1;
                        border-radius: 23px;
                        border: 1px solid #ffffff;
                        font-size: 10px;
                        color: #ffffff;
                        line-height: 10px;
                        text-shadow: 0px 2px 5px rgba(48, 37, 13, 0.43);
                        display: flex;
                        align-items: center;
                        justify-content: center;
                    }
                }
            }
        }
    }
}
@media screen and (max-width: 414px) {
}
/**
 * [Tiny Screen for Older Phone and Smart Phone]
 * <319
 */
@media screen and (max-width: 350px) {
}
