@media (max-width: 1320px) {
  .mainBox4 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .mainBox5 .mainBox5Left {
    width: 41.7%;
  }
  .mainBox5 .mainBox5Right {
    width: 55.9%;
  }
}
@media (max-width: 1000px) {
  .wrapper {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  body {
    padding-top: 20vw;
  }
  header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 90;
  }
  header .head {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
  header .logo img {
    height: 12vw;
  }
  .headNav {
    display: none;
  }
  .headTel .tel-icon {
    width: 12vw;
  }
  .headTel .tel-text {
    display: none;
  }
  .right-mobile-menu {
    display: block;
    height: 12vw;
    line-height: 12vw;
    float: right;
    display: flex;
    align-items: center;
    margin-left: 3.2vw;
  }
  .mobile-menu {
    display: inline-block;
    margin-top: 0;
    width: 10vw;
    height: 8vw;
    position: relative;
  }
  .mobile-menu::after,
  .mobile-menu::before {
    content: '';
    height: 1px;
    background: #CC0000;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease 0s;
  }
  .mobile-menu span {
    height: 1px;
    width: 100%;
    background: #CC0000;
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
  }
  .mobile-menu::after {
    top: auto;
    bottom: 0;
  }
  .mobile-menu.active::before {
    transform: rotate(135deg);
    top: calc(50% - 1px);
  }
  .mobile-menu.active span {
    opacity: 0;
  }
  .mobile-menu.active::after {
    transform: rotate(-135deg);
    bottom: calc(50%);
  }
  .mobile-menu-list {
    display: block;
    position: fixed;
    top: 20vw;
    bottom: 0;
    width: 100%;
    right: -100%;
    z-index: 200;
    background-color: #fff;
    border-top: 1px solid #eee;
    transition: all 0.5s;
    overflow-y: auto;
  }
  .mobile-menu-list li {
    position: relative;
    line-height: 12.8vw;
    border-bottom: 1px solid #eee;
  }
  .mobile-menu-list li .title {
    position: relative;
  }
  .mobile-menu-list li .title > a {
    display: block;
    width: 80%;
    color: #666;
    font-size: 4.8vw;
    margin-left: 5.33vw;
  }
  .mobile-menu-list li .title span {
    display: flex;
    position: absolute;
    width: 10%;
    height: 100%;
    right: 0;
    top: 0;
    align-items: center;
    justify-content: center;
  }
  .mobile-menu-list li .title span i {
    display: block;
    width: 2vw;
    height: 2vw;
    border: 0.5vw solid #666;
    border-right: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .mobile-menu-list li .title span .cur {
    transform: rotate(135deg);
  }
  .mobile-menu-list li .listDown {
    display: none;
  }
  .mobile-menu-list li .listDown a {
    display: block;
    margin-left: 5.33vw;
    text-indent: 2em;
    line-height: 8vw;
    font-size: 4vw;
  }
  .m-title h2 {
    font-size: 5.6vw;
  }
  .mainBox1 img {
    height: 80vw;
  }
  .mainBox2 {
    padding: 12vw 0;
  }
  .mainBox2 .mainBox2Con {
    margin-top: 8vw;
  }
  .mainBox2 .mainBox2LImg {
    width: 100%;
    float: none;
  }
  .mainBox2 .mainBox2RText {
    width: 100%;
    float: none;
    margin-top: 4vw;
  }
  .mainBox2 .mainBox2RText h2 {
    font-size: 5.6vw;
    margin-bottom: 4vw;
  }
  .mainBox3 {
    padding: 12vw 0;
  }
  .mainBox3 ul {
    margin: 4vw -4vw 0;
  }
  .mainBox3 ul li {
    width: 100%;
    padding: 4vw;
  }
  .mainBox3 ul li .textCon {
    padding: 2vw 3vw 3vw;
  }
  .mainBox3 ul li .textCon .titCn {
    font-size: 4vw;
  }
  .mainBox3 ul li .textCon .brief {
    font-size: 3.2vw;
  }
  .mainBox3 .more {
    width: 36vw;
    height: 10vw;
    margin-top: 8vw;
    line-height: calc(10vw - 2px);
    font-size: 4vw;
  }
  .mainBox4 {
    padding: 12vw 0;
  }
  .mainBox4 .mainBox4Btn {
    display: none;
  }
  .mainBox5 {
    padding: 12vw 0;
  }
  .mainBox5 .mainBox5Con {
    margin-top: 8vw;
  }
  .mainBox5 .mainBox5Left,
  .mainBox5 .mainBox5Right {
    width: 100%;
    float: none;
  }
  .mainBox5 .mainBox5Left {
    margin-bottom: 4vw;
  }
  .mainBox5 .mainBox5Left .textCon {
    padding: 4vw;
  }
  .mainBox5 .mainBox5Left .textCon .titCn {
    font-size: 4.8vw;
    line-height: 8vw;
  }
  .mainBox5 .mainBox5Left .textCon .time {
    font-size: 4vw;
    line-height: 6.4vw;
  }
  .mainBox5 .mainBox5Left .textCon .brief {
    font-size: 3.733vw;
    line-height: 6.4vw;
    height: 12.8vw;
  }
  .mainBox5 .mainBox5Left .textCon .more {
    font-size: 3.733vw;
    line-height: 8vw;
    height: 8vw;
  }
  .mainBox5 .mainBox5Right ul li {
    margin-bottom: 4vw;
  }
  .mainBox5 .mainBox5Right ul li a {
    padding: 4vw 0;
  }
  .mainBox5 .mainBox5Right ul li a .r-time {
    width: 24vw;
  }
  .mainBox5 .mainBox5Right ul li a .r-time span {
    font-size: 8vw;
    height: 14vw;
    line-height: 14vw;
  }
  .mainBox5 .mainBox5Right ul li a .r-time em {
    height: 8vw;
    line-height: 8vw;
    font-size: 4vw;
  }
  .mainBox5 .mainBox5Right ul li a .r-textCon {
    width: calc(100% - 24vw);
    padding: 0 4vw;
  }
  .mainBox5 .mainBox5Right ul li a .r-textCon .tit {
    font-size: 4.8vw;
  }
  .mainBox5 .mainBox5Right ul li a .r-textCon .brief {
    font-size: 3.733vw;
    line-height: 6.5vw;
    height: 12.8vw;
  }
  footer {
    padding: 8vw 0;
  }
  footer .fl,
  footer .fr {
    float: none;
  }
  footer .l-con .logo {
    padding-top: 0;
  }
  footer .l-con .logo img {
    height: 16vw;
  }
  footer .r-con {
    padding-left: 0;
  }
  footer .menu-list {
    display: none;
  }
  footer .address-box {
    padding-left: 0;
    font-size: 3.733vw;
    margin: 4vw 0;
  }
  footer .img-code {
    display: inline-block;
  }
  footer .img-code .img {
    width: 32vw;
  }
  footer .img-code p {
    font-size: 3.733vw;
    margin-top: 1.5vw;
  }
  .top-img .img {
    height: 80vw;
  }
  .about-box {
    padding: 12vw 0;
  }
  .about-con {
    margin-top: 8vw;
  }
  .notice-box {
    padding: 12vw 0;
  }
  .notice-list {
    padding-top: 8vw;
  }
  .notice-list li {
    padding: 4vw;
    margin-bottom: 4vw;
  }
  .notice-list a .img {
    width: 100%;
    float: none;
    padding-top: 75%;
  }
  .notice-list a .textCon {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .notice-list a .textCon .titCn {
    font-size: 4.8vw;
  }
  .notice-list a .textCon .time {
    font-size: 4vw;
    line-height: 2;
  }
  .notice-list a .textCon .brief {
    font-size: 4vw;
    line-height: 6.4vw;
    height: 19.2vw;
  }
  .container {
    padding: 12vw 0;
  }
  .mainBox3.container {
    padding: 12vw 0;
  }
  .news-list {
    margin-top: 8vw;
  }
  .news-list li {
    margin-bottom: 4vw;
  }
  .news-list li a {
    padding: 4vw 0;
    height: auto;
  }
  .news-list li a .r-time {
    width: 24vw;
  }
  .news-list li a .r-time span {
    font-size: 8vw;
    height: 14vw;
    line-height: 14vw;
  }
  .news-list li a .r-time em {
    height: 8vw;
    line-height: 8vw;
    font-size: 4vw;
  }
  .news-list li a .r-textCon {
    width: calc(100% - 24vw);
    padding: 0 4vw;
  }
  .news-list li a .r-textCon .tit {
    font-size: 4.8vw;
  }
  .news-list li a .r-textCon .brief {
    font-size: 3.733vw;
    line-height: 6.5vw;
    height: 12.8vw;
  }
  .contact-box .info-box {
    margin-top: 8vw;
  }
  .contact-box .info-box .box {
    width: 100%;
    float: none;
    height: auto;
  }
  .contact-box .info-box .info {
    position: static;
    transform: none;
    padding: 8vw;
  }
  .contact-box .info-box .info h3 {
    font-size: 5.6vw;
    margin-bottom: 2.667vw;
  }
  .contact-box .info-box .info hr {
    width: 8vw;
    margin: 2.667vw 0;
  }
  .contact-box .info-box .info p {
    font-size: 4vw;
  }
  .article-box .article-title {
    font-size: 5.6vw;
  }
  .article-box .time {
    font-size: 3.467vw;
    margin: 4vw 0;
  }
}
