.content {

    padding-bottom: 120px;
    margin-left: 80px
}

@media only all and (max-width: 1600px) {
    .content {
        /* padding-top: 80px; */
        padding-bottom: 80px
    }
}

@media only all and (max-width: 1366px) {
    .content {
        margin-left: 70px
    }
}

@media only all and (max-width: 768px) {
    .content {
        padding-top: 60px;
        /* margin-top: 50px; */
        padding-bottom: 50px;
        margin-left: 0px
    }
}

@media only all and (max-width: 414px) {
    .content {
        padding-top: 45px;
        /* margin-top: 30px; */
        padding-bottom: 30px
    }
}

.content .experience {
    width: 1300px;
    margin: 0 auto
}

@media only all and (max-width: 1366px) {
    .content .experience {
        width: 1000px
    }
}

@media only all and (max-width: 1024px) {
    .content .experience {
        width: 770px
    }
}

@media only all and (max-width: 768px) {
    .content .experience {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px
    }
}

.content .experience .common-tit {
    text-align: center;
    color: #333
}

.content .experience .common-tit .chinese {
    font-size: 24px;
    line-height: 30px;
    margin-top: 10px
}

@media only all and (max-width: 1366px) {
    .content .experience .common-tit .chinese {
        font-size: 20px;
        margin-top: 5px
    }
}

@media only all and (max-width: 1024px) {
    .content .experience .common-tit .chinese {
        font-size: 14px;
        line-height: 24px
    }
}

.content .experience .introduct {
    font-size: 20px;
    line-height: 30px;
    color: #666;
    text-align: center;
    margin-top: 30px
}

@media only all and (max-width: 1366px) {
    .content .experience .introduct {
        margin-top: 10px
    }
}

@media only all and (max-width: 1024px) {
    .content .experience .introduct {
        font-size: 14px;
        line-height: 24px
    }
    .content .experience .experience-con .item {
        margin-bottom: 25px;
        width: 45%;
    
    }
    .content .experience .experience-con .item:nth-child(2n) {
        margin-right: 0
    }
}

.content .experience .experience-con {
    margin-top: 55px;
    font-size: 0
}

@media only all and (max-width: 1366px) {
    .content .experience .experience-con {
        margin-top: 30px
    }
}

.content .experience .experience-con .item {
    width: 31.6%;
    margin-bottom: 50px;
    display: inline-block;
    vertical-align: top;
    margin-right: 2.5%;
    overflow: hidden
}
/* .content .experience .experience-con .item span{
    color: #000;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
} */






@media only all and (max-width: 1366px) {
    .content .experience .experience-con .item {
        margin-bottom: 25px;
    
    }
}

.content .experience .experience-con .item:nth-child(3n) {
    margin-right: 0
}

@media only all and (max-width: 414px) {
    .content .experience .experience-con .item:nth-child(2n) {
        margin-right: 1%
    }
}

@media only all and (max-width: 414px) {
    .content .experience .experience-con .item {
        width: 49.5%;
        margin-right: 1%;
        margin-bottom: 10px
    }

    .content .experience .experience-con .item:nth-child(2n) {
        margin-right: 0
    }
}

.content .experience .experience-con .item img {
    width: 100%;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    -moz-transition: all 2s;
    transition: all 2s
}

.content .experience .experience-con .item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.classify_page{
    text-align:center;
	  padding-bottom: 30px;
  }
  .link_page{
    margin-top: 30px;
    padding: 6px 12px;
    text-align: center;
    font-size: 14px;
    color: #555;
    margin-right: 2px;
    background-color: #f2f2f2;
	display: inline-block;
  }
  .link_page:hover{
    background-color: #b10000;
    color: #fff;
  }

  .page-num{
    padding: 6px 12px;
    text-align: center;
    font-size: 14px;
    color: #555;
    margin-right: 6px;
    background-color: #f2f2f2;
	  display: inline-block;
  }
.page-num-current{ background-color: #b10000;color: #fff;}

.content .experience .introduct .item {
    font-size: 18px;
    line-height: 1;
    display: inline-block;
    color: #333;
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    padding-left: 4px;
    padding-right: 4px;
    margin-right: 51px
}

@media only all and (max-width: 1024px) {
    .content .experience .introduct .item {
        font-size: 14px;
        margin-right: 40px;
        padding-bottom: 8px
    }
}

@media only all and (max-width: 414px) {
    .content .experience .introduct .item {
        margin-right: 20px
    }
}

.content .experience .introduct .item:last-child {
    margin-right: 0
}

.content .experience .introduct .item:hover {
    color: #b10000;
    border-color: #b10000
}

.content .experience .introduct .item.active {
    color: #b10000;
    border-color: #b10000
}





.content .banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* padding-top: 280px; */
    padding-bottom: 276px
  }
  
  @media only all and (max-width: 1366px) {
    .content .banner {
      padding-top: 180px;
      padding-bottom: 180px
    }
  }
  
  @media only all and (max-width: 414px) {
    .content .banner {
      padding-top: 130px;
      padding-bottom: 130px
    }
  }
  
  .content .banner .common-tit {
    text-align: center;
    color: #fff
  }
  
  .content .banner .common-tit .chinese {
    font-size: 24px;
    line-height: 30px;
    margin-top: 10px
  }
  
  @media only all and (max-width: 1366px) {
   .content .banner .common-tit .chinese {
      font-size: 20px;
      margin-top: 5px
    }
  }
  
  @media only all and (max-width: 1024px) {
    .content .banner .common-tit .chinese {
      font-size: 14px;
      line-height: 24px
    }
  }