@media screen and (max-width: 1400px){
  .container{width:100%;padding: 0 10px;box-sizing: border-box;}
}
@media screen and (max-width: 767px) {

  body {
    min-width: auto;}

  .container {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;}
  .header .top{
    height: auto;}
  .header .top .fast,.header .top .search{
    display: none;}

  .header .toggle {
    display: block;
    position: absolute;
    right: 10px;
    top: 28px;}

  .header .logo {
    height: 45px;
    line-height: 45px;
    padding: 15px 0;}

  .header .logo img {
    max-height: 100%;}

  .nav {
    position: absolute;
    top: 83px;
    left: 0;
    right: 0;
    height: auto;
    background: rgba(0, 0, 0, .8);
    z-index: 999;
    display: none;
    top: 75px;}
  .menu{
    display: block;}
  .menu>li>a {
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 15px;
    padding-left: 22px;
    text-align: left;
    border-bottom: 1px solid #666;}
  .menu>li.drop>a: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;
    position: static;}
  .menu .second-menu a {
    line-height: 35px;
    font-size: 13px;
    text-align: left;
    text-indent: 4em;}
  #slide img{height: 200px;object-fit: fill;}
  #slide .swiper-pagination {
    bottom: 5%;}

  .section {
    min-height: 300px;
    padding-bottom: 0;}

  .title {
    height: 25px;
    line-height: 25px;
    margin: 20px 0;
    padding-bottom: 15px;}
  .title h2 a{
    font-size: 20px;}
  .title img{
    height: 22px;}

  .activity .img, .activity .txt,
  .mien, .media,
  .box,.box>.lf,.box>.rt,
  .news-box .img,
  .news, .notice{
    width: 100%;
    float: none;}

  .news-box .txt{
    margin-left: 0;}
  .news-box .txt h3 {
    margin-top: 15px;}

  .list li{
    margin-top: 15px;}

  .notice-first{
    padding-bottom: 15px;
    margin-bottom: 15px;}
  .text p{
    margin-top: 5px;}

  .wrapper{
    margin: 0 auto;}

  .activity .list{
    margin-top: 15px;}
  .activity .list li{
    margin: 0 0 15px 0;}

  .footer {
    height: auto;
    font-size: 14px;
    padding-bottom: 10px;
    margin-top: 30px;}

  .footer ul {
    float: none;
    height: auto;
    line-height: 25px;
    overflow: hidden;}
  .footer ul li a{
    padding: 0 8px;}
  .footer .copyright{
    margin-top: 10px;
    line-height: 1.75em;
    text-align: center;
    width: 100%;}
  .footer .code{
    float: none;
    overflow: hidden;
    width: 250px;
    margin: 0 auto;
    margin-top: 15px;}
  .footer .code img{
    width: 100px;}
  .footer .code .code-img{float: left;}
  .footer .code .code-img:first-child{margin-left:0px;margin-right:10px;}
  .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;}

  .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;}
}
@media screen and (max-width: 480px){
  .header .container{padding-right:43px;}
  .header .toggle{width:18px;}
}