
@media screen and (max-width: 1440px) {

  .container {
    width: 1200px;
    background: #fff;
    /* padding: 10px 20px; */
  }

}

@media screen and (max-width: 768px) {

  body {
    min-width: auto;
  }

  .container {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .header .top{
    height: auto;
  }
  .header .top .search{
    display: none;
  }

  .header .toggle {
    display: block;
    position: absolute;
    right: 20px;
    top: 35px;
  }

  .header .logo {
    height: 60px;
    line-height: 60px;
    padding: 20px 0;
    margin-top: 0;
  }

  .header .logo img {
    width: 83%;
    height: auto;
  }

  .nav {
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
    height: auto;
    background: rgba(0, 0, 0, .8);
    z-index: 999;
    display: none;
  }
  .menu{
    display: block;
  }
  .menu>li>a {
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    padding-left: 2em;
    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: 41px;
    background: #adc9df;
  }
  .menu .second-menu a {
    line-height: 40px;
    font-size: 14px;
    border-bottom: 1px solid #eee;
  }

  #slide{
    margin: 0 -20px;
  }

  .section{
    min-height: 200px;
    padding-bottom: 0;
  }

  .flex>div{
    width: 100% !important;
    border-right: none !important;
    border-bottom: none !important;
  }

  .title{
    height: 25px;
    line-height: 25px;
    margin: 20px 0;
    padding-bottom: 15px;
  }
  .title h2 a{
    font-size: 20px;
  }
  .title img{
    height: 22px;
  }

  #media .swiper-slide .img{
    height: auto;
  }

  .notice-first{
    padding-bottom: 15px;
  }

  .link{
    display: none;
  }

  .footer{
    font-size: 14px;
    padding: 20px 0;
    margin-top: 30px;
  }
  .footer .copyright{
    width: 100%;
    margin: 0 0 10px;
    line-height: 1.75em;
  }
  .footer .code{
    width: 100%;
  }
  .footer .code img{
    width: 100px;
  }

  .bread {
    height: 40px;
    line-height: 40px;
  }

  .bread .lf {
    display: none;
  }

  .bread .rt {
    float: none;
    font-size: 14px;
  }

  .side {
    display: none;
  }

  .column {
    margin: 15px 0 0;
    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;
    /* width: 60%; */
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .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;
  }

  .team-list{
    margin: 20px -10px;
  }
  .team-list li{
    width: 25%;
  }

}

@media screen and (max-width: 680px) {

  .container {
    padding: 0 10px;
  }

  .header .logo {
    height: 35px;
    line-height: 35px;
    padding: 15px 0;
    margin-top: 0;
  }
  .header .toggle {
    top: 17px;
    right: 10px;
  }

  #slide{
    margin: 0 auto;
  }

  #media .swiper-slide .img{
    height: 225px;
  }

  .team-list{
    margin: 10px -10px;
  }
  .team-list li{
    width: 50%;
  }

}
