@charset "utf-8";
@media all and (orientation: landscape) {
  /*横屏时字体红色*/
}

@media all and (orientation: portrait) {
  /*竖屏时字体红色*/
}

@media screen and (max-width: 1800px) {
  .fp .t3 {
    font-size: 16px;
  }
  .fp .content .download .head .more {
    -webkit-box-flex: 0;
    -ms-flex: none;
    -webkit-flex: none;
    flex: none;
  }
  .fp .content .news .pic,
  .fp .content .staff .pic {
    margin-bottom: 10px;
  }
  .fp .content .activity .calendar a {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 1680px) {
  .container {
    width: 90%;
  }
}

@media screen and (max-width: 1560px) {
  .fp .sb {
    margin-bottom: 40px;
  }
  .fp .st {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1440px) {
  .container {
    width: 80%;
  }
}

@media screen and (max-width: 1440px) and (min-width: 800px) {
  .fp .column,
  .fp footer .right {
    width: calc((100% - 80px) / 3);
    width: -moz-calc((100% - 80px) / 3);
    width: -webkit-calc((100% - 80px) / 3);
  }
  .fp .content .lbt,
  .fp .news,
  .fp .staff {
    width: calc(((100% - 80px) / 3 *2) + 40px);
    width: -moz-calc(((100% - 80px) / 3 *2) + 40px);
    width: -webkit-calc(((100% - 80px) / 3 *2) + 40px);
  }
  .fp .content .row ~ ._2 {
    display: block;
    overflow: hidden;
  }
  .fp .content .row ~ ._2::after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    clear: both;
  }
  .fp .content .row ~ ._2 .news,
  .fp .content .row ~ ._2 .staff {
    float: left;
    margin-right: 40px;
  }
  .fp .content .row ~ ._2 .activity {
    float: right;
    margin-bottom: 30px;
  }
  .fp .notice .list a:nth-of-type(n+6) {
    display: none;
  }
 
  .fp .content .notice .more {
    margin: 5px;
  }
  ._web {
    display: none;
  }
  .fp .last .banner {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
    margin-bottom: 30px;
  }
  .fp header .headline {
    height: 100px;
  }
  .fp header .headline .logo {
    width: 80%;
  }
  .fp header .headline .slogan {
    margin: 0 1em;
  }
}

@media screen and (max-width: 1440px) {
  .fp .news ._h5,
  .fp .staff ._h5 {
    display: block;
  }
  .fp .news .list a span:first-of-type,
  .fp .staff .list a span:first-of-type {
    font-size: 1.25em;
    line-height: 1.4;
    margin-bottom: 10px;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    -webkit-flex: auto;
    flex: auto;
  }
  .fp .news .list a span:nth-of-type(2),
  .fp .staff .list a span:nth-of-type(2) {
    margin: 0;
  }
  .fp .news .list a,
  .fp .staff .list a {
    padding: 0;
    height: auto;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .fp .news .list a:nth-of-type(n+5),
  .fp .staff .list a:nth-of-type(n+5) {
    display: none;
  }
  .fp .news .list a::before,
  .fp .staff .list a::before {
    display: none;
  }
  .fp footer .follow a i {
    width: 60px;
    height: 60px;
    margin: 20px;
  }
  .inner .right {
    display: none;
  }
  .inner .middle {
    padding-right: 0;
  }
}

@media screen and (max-width: 1280px) {
  .container {
    width: 980px;
  }
}

@media screen and (min-width: 800px) and (max-width: 996px) {
  .fp,
  .container {
    width: 980px;
  }
}

@media screen and (max-width: 800px) {
  .container {
    width: 100%;
    min-width: auto;
    padding: 0;
  }
  .fp ._h5 {
    display: block;
  }
  .fp .content > .row {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fp .content > .row > * {
    width: 100%;
  }
  .fp .lbt {
    margin-top: 0 !important;
  }
  .fp .lbt::after {
    padding-top: 63%;
  }
  .fp .content .news .pic,
  .fp .content .staff .pic {
    margin-bottom: 20px;
  }
  .fp .st {
    margin-top: 20px;
  }
  .fp .activity .title,
  .fp .news .title,
  .fp .staff .title,
  .fp .link .title,
  .fp .download .title,
  .fp .link .title {
    margin-bottom: 15px;
  }
  .fp .content .notice {
    background: none;
    padding: 0;
  }
  .fp .content .banner,
  .fp .activity .title,
  .fp .news .title,
  .fp .staff .title,
  .fp .link .title,
  .fp .download .title,
  .fp .content .activity .calendar a section,
  .fp .content .news .pic,
  .fp .content .staff .pic,
  .fp .news .list a,
  .fp .staff .list a,
  .fp .link .list,
  .fp footer .container,
  .inner .in-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .fp .content .download {
    border: none;
  }
  .fp .content .download .head {
    display: none;
  }
  .fp .content .download .title {
    color: #333;
  }
  .fp .link .list {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    -webkit-flex: auto;
    flex: auto;
    width: 100%;
  }
  .fp .link .container {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fp .link .container .title {
    width: 100%;
    margin-right: 0;
  }
  .fp .link .container .list > * {
    width: 100%;
  }
  .fp .link .container .list a::after {
    margin: 0;
  }
  .fp footer {
    background-size: cover;
  }
  .fp footer .follow {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    height: auto;
  }
  .fp footer .container {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fp footer .left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .fp footer .right,
  .fp footer .left .line {
    width: 100%;
  }
  .fp footer .left .line {
    margin: 20px 0;
  }
  .fp header::before {
    margin-bottom: 0;
    top: 0;
    z-index: 999;
  }
  .fp header .switch {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: -moz-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .fp header .switch span {
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 2px;
    background: #fff;
    margin: 3px 0;
    position: relative;
  }
  .fp header .menu-open {
    background: #fff;
  }
  .fp header .menu-open span:nth-of-type(2)::before, .fp header .menu-open span:nth-of-type(2)::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background: #df0b0a;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    z-index: 99;
  }
  .fp header .menu-open span:nth-of-type(2)::after {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  .fp header .headline {
    height: 60px;
  }
  .fp header .headline .slogan,
  .fp header .headline .search {
    display: none;
  }
  .fp header .headline .logo {
    width: 80%;
    margin-left: 20px;
  }
  .fp header .bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 60px;
    z-index: 999;
    background: #fff;
    -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
  }
  .fp header .bar .menu {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
  .fp header .bar .menu a {
    width: 100%;
    padding: 0 20px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 50px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .fp header .search {
    padding: 10px 20px;
    background: #f8f8f8;
    width:100%;
  }
  .fp header .search .box {
    border: 1px solid #e5e5e5;
  }
  .fp .content .up .more2 {
    border: none;
    color: #df0b0a;
    position: relative;
  }
  .fp .content .up .more2::after {
    content: ">";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #df0b0a;
  }
  .fp .content .up .more2:hover {
    background: none;
    color: #df0b0a;
  }
  .fp .content > .row:nth-of-type(1) {
    padding-bottom: 30px;
    border-bottom: 10px solid #f8f8f8;
  }
  .fp .activity,
  .fp .news,
  .fp .staff {
    border-bottom: 10px solid #f8f8f8;
  }
  .fp .content .download {
    margin-bottom: 0;
  }
  .fp .news .list a:nth-of-type(4),
  .fp .staff .list a:nth-of-type(4) {
    margin-bottom: 0;
  }
  .fp .content .news .list .list-pic,
  .fp .content .staff .list .list-pic {
    width: 36%;
    margin-right: .8em;
  }
  .fp .news .list a span:first-of-type,
  .fp .staff .list a span:first-of-type {
    font-size: 1em;
    max-height: 2.8em;
    overflow: hidden;
  }
  .fp .news .list a span:nth-of-type(2),
  .fp .staff .list a span:nth-of-type(2) {
    line-height: 1;
  }
  .fp .link .title::after {
    display: none;
  }
  .in-banner,
  .inner .middle .bar,
  .inner .left .title::after,
  .inner .left .in-nav a::before {
    display: none;
  }
  .inner {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }
  .inner .left {
    width: 100%;
    padding-right: 0;
    margin-top: 0;
    z-index: 0;
  }
  .inner .left .title {
    color: #333;
    height: auto;
    background: none;
    margin: 10px 20px;
  }
  .inner .left .title .cn,
  .inner .left .title .en {
    margin: 0;
  }
  .inner .left .title .en {
    color: #aaa;
  }
  .inner .left .in-nav {
    background: none;
   overflow-y:scroll!important;
  }
.left .swiper-container{overflow:auto; auto!important}
  .inner .left .in-nav a {
    -webkit-box-flex: 0;
    -ms-flex: none;
    -webkit-flex: none;
    flex: none;
    width: auto !important;
    padding: 0 1em;
    border-bottom: none;
    background: #f8f8f8;
  }
  .inner .history section {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .inner .history section .time {
    display: block;
    text-align: left;
    text-indent: 0;
    word-break: normal;
    margin-bottom: 5px;
  }
  .inner .history section .line {
    display: none;
  }
  .inner .news-list .list > * {
    padding: 15px 0;
  }
  .inner .news-list .list .pic {
    width: 36%;
    margin-right: .8em;
  }
  .inner .news-list .list .info {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -moz-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .inner .news-list .list .info > span:first-of-type,
  .inner .just-list .list > * > span {
    font-size: 1em;
    line-height: 1.4;
    height: auto;
    max-height: 2.8em;
    margin-bottom: 0;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    -webkit-flex: auto;
    flex: auto;
  }
  .inner .news-list .list .info > span:nth-of-type(2) {
    display: none;
  }
  .inner .news-list .list .top,
  .inner .just-list .list .top {
    padding-left: 50px;
  }
  .inner .news-list .list .time,
  .inner .just-list .list .time {
    padding-left: 20px;
  }
  .inner .in-content {
    padding-top: 20px;
  }
  .fp .lbt .txt,
  .fp .lbt .lbt-btn {
    font-size: 1em;
    height: 3em;
    line-height: 3;
  }
  .fp .lbt .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 3px !important;
  }
}

@media screen and (max-width: 320px) {
  .fp {
    font-size: 14px;
  }
}