@media screen and (max-width: 768px) {

  body {
    min-width: auto;
  }

  .container, .w1400 {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }

  header{
    height: auto;
    padding: 40px 0 15px;
  }

  .top-content {
    height: auto;
  }

  .right-search {
    display: none;
  }

  .right-home {
    position: absolute;
    top: 15px;
    right: 55px;
    margin-top: 0;
  }

  header .toggle {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
  }

  nav.flexCenter {
    border-top: 3px solid #E2D5A4;
    border-bottom: none;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    height: auto;
    background: rgba(0, 0, 0, .95);
    z-index: 999;
    display: none;
  }
  .nav{
    height: auto;
  }
  .menu{
    display: block;
  }
  .menu>li>a {
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    padding-left: 22px;
    text-align: left;
    border-bottom: 1px solid #666;
  }
  .menu>li:before{
    display: none;
  }
  .menu>li:after {
    position: absolute;
    content: "+";
    top: 0;
    bottom: 1px;
    right: 15px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    width: 40px;
    line-height: 40px;
  }
  .menu .second-menu {
    top: 40px;
    background: var(--varColor);
  }
  .menu .second-menu a {
    line-height: 40px;
    font-size: 14px;
  }

  #slide .swiper-pagination {
    bottom: 5%;
  }

  .box-new{
    margin: 20px 0;
  }

  .title img{
    width: 25px;
  }
  .title span:nth-child(2) {
    font-size: 20px;
    margin: 0 10px;
  }
  .title span:nth-child(3) {
    font-size: 14px;
  }
  .line {
    width: auto;
  }

  .new-content {
    margin-top: 20px;
    flex-direction: column;
  }
  .item{
    width: 100%;
    margin-bottom: 20px;
  }
  .item .img{
    height: 240px;
  }
  .item-title {
    margin: 10px 0;
    font-size: 16px;
  }
  .item-more img{
    width: 20px;
  }
  .more-text {
    font-size: 14px;
  }

  .notice {
    height: auto;
    background-size: cover;
  }
  .notice-content {
    margin-top: 30px;
  }
  .notice-item {
    margin-top: 20px;
  }
  .ul {
    width: 100%;
    height: 100px;
  }
  .li-left div:nth-child(1) {
    font-size: 30px;
  }
  .li-right {
    margin-left: 20px;
    font-size: 16px;
    line-height: 2em;
  }

  .special {
    margin-top: 20px;
  }
  .special-title span:nth-child(1) {
    font-size: 22px;
  }
  .special-title span:nth-child(2) {
    font-size: 14px;
  }
  .special-content {
    margin: 20px 0;
  }
  #special{
    margin: 0;
  }
  .special-content .swiper-button-black{
    display: none;
  }

  .scientific-item {
    width: 100%;
    font-size: 16px;
    padding: 15px 10px;
    box-sizing: border-box;
  }
  .scientific-right {
    display: none;
  }

  .profile{
    margin-top: 20px;
  }
  .profile-content{
    flex-wrap: wrap;
  }
  .profile-content>div{
    width: 100%;
  }
  .line1{
    width: auto;
  }
  .profile-item {
    margin: 20px 0;
  }

  .download{
    margin-top: 20px;
  }
  .download li{
    margin-top: 10px;
    font-size: 16px;
  }

  .link-item{
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .item-lable {
    width: 100%;
    font-size: 16px;
    padding-right: 0;
    margin: 0 0 10px 0;
    border-right: none;
  }

  .bread {
    height: 40px;
    line-height: 40px;
  }

  .bread .lf {
    display: none;
  }

  .bread .rt {
    float: none;
    font-size: 14px;
  }

  .side {
    display: none;
  }

  .column {
    margin: 10px 0 20px;
    min-height: 300px;
  }

  .common-list li {
    height: 40px;
    line-height: 40px;
    padding: 0;
    font-size: 16px;
  }

  .common-list li p {
    margin-right: 90px;
  }

  .common-list li a {
    padding-left: 15px;
  }

  .common-list li a:before {
    top: 7px;
  }

  .caption h3 {
    line-height: 25px;
    font-size: 18px;
    margin: 20px 0 10px;
  }

  .caption p span {
    font-size: 12px;
    margin: 0 3px;
  }

  .content {
    margin-top: 15px;
    padding-bottom: 15px;
    min-height: 150px;
  }

  .profile {
    margin-top: 15px;
    min-height: 150px;
  }

  .leader-list{
    margin: 10px 0;
  }
  .leader-list li{
    width: 100%;
  }
  .leader-list li h3{
    margin-bottom: 5px;
  }
  .leader-list li h3 a{
    font-size: 18px;
  }
  .leader-list li p{
    line-height: 1.5em;
    margin-top: 0;
    font-size: 15px;
  }

  .team-list{
    margin-top: 20px;
  }
  .team-list li {
    width: 48%;
  }
  .team-list li:nth-of-type(even){
    float: right;
  }
  .team-list li p{
    padding: 5px 0;
    font-size: 14px;
  }

  footer {
    height: auto;
    padding: 20px 0;
  }
  .footer-box {
    flex-direction: column;
  }
  .footer-left {
    font-size: 14px;
    line-height: 1.75em;
    text-align: center;
    margin-bottom: 10px;
  }

}
