/*
 * @Author: shu binqi 
 * @Date: 2020-01-19 09:43:03 
 * @Last Modified by: shu binqi
 * @Last Modified time: 2020-02-24 11:19:37
 */

/* 以下是超高分辨率电脑电脑 */
@media screen and (min-width: 1920px) {
  
}
/* 以下是小屏电脑 */
@media screen and (max-width: 1680px) {
  /* #banner-head {
    height: 969px;
  } */
  /* .about-top,
  #head {
    height: 580px;
  } */
}
@media screen and (max-width: 1600px) {
  
}
@media screen and (max-width: 1440px) {
  
}
@media screen and (max-width: 1366px) {
  .about-left-box {
    width: 50% !important;
    transform: translateX(0%) !important;
  }
  .about-left {
    height: 475px;
  }
  .about-right {
    height: 575px;
  }
  .container-max {
    max-width: 1200px;
  }
  .case-right-box {
    padding: 20px 60px;
  }
}
/* 以下是平板 */
@media screen and (max-width: 1280px) {
  .container {
    padding: 0 15px;
  }
  .container-max {
    max-width: 1200px;
    padding: 0 15px;
  }
  .scrollbar-1 .swiper-button-prev, .scrollbar-1 .swiper-container-rtl .swiper-button-next {
    left: 20px;
  }
  .scrollbar-1 .swiper-button-next, .scrollbar-1 .swiper-container-rtl .swiper-button-prev {
    right: 20px;
  }
  .culture-swiper-box .swiper-button-prev, .culture-swiper-box .swiper-container-rtl .swiper-button-next {
    left: 20px;
    color: #333;
  }
  .culture-swiper-box .swiper-button-next, .culture-swiper-box .swiper-container-rtl .swiper-button-prev {
    right: 20px;
    color: #333;
  }
}
@media screen and (max-width: 1024px) {
  .menu{display:block;float:right;cursor:pointer;height:40px;width:35px;position:absolute;top: 12px;right: 20px;}
  .menu span{display:inline-block;width:35px;height:3px;background-color:#fff;border-radius: 5px;position:absolute;top:25px;left:0px;transition:background-color 0.2s ease-out 0.1s;}
  .menu span:before{content:'';display:inline-block;width:35px;height:3px;background-color:#fff;border-radius: 5px;position:absolute;top:-12px;left:0px;transition:transform 0.1s ease-out,top 0.3s ease 0.2s;transform:rotate(0deg);}
  .menu span:after{content:'';display:inline-block;width:35px;height:3px;background-color:#fff;border-radius: 5px;position:absolute;top:12px;left:0px;transition:transform 0.1s ease-out,top 0.3s ease 0.2s;transform:rotate(0deg);}
  .header.menu_click .menu span{background-color:transparent;}
  .header.menu_click .menu span:before{transition:top 0.3s ease,transform 0.1s ease-out 0.2s;transform:rotate(45deg);top:0px;}
  .header.menu_click .menu span:after{transition:top 0.3s ease,transform 0.1s ease-out 0.2s;transform:rotate(-45deg);top:0px;}
  .navbar {
    display: none;
    position: fixed;
    left: 0;
    top: 80px;
    width: 100%;
    height: calc(100% - 80px) !important;
    background: #333;
    overflow-y: auto;
  }
  .nav {
    height: auto !important;
    width: 100%;
    padding: 15px 0;
  }
  .nav li {
    width: 100%;
    height: 50px !important;
    margin: 0 !important;
    float: unset;
  }
  .nav li a {
    line-height: 50px;
    padding-left: 50px;
    border: 0 !important;
  }
  .en-code {
    margin-right: 25px;
  }
  .swiper-banner .swiper-slide img {
    height: 100%;
    width: auto !important;
    max-width: unset !important;
  }
  .product-item > .container .img-box {
    height: 400px;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .product-item .product-text {
    padding-top: 0;
  }
  .product-item .product-text h4 a {
    font-size: 40px;
    line-height: 52px;
  }
  .swiper-product .product-item h4 {
    font-size: 24px;
    height: 56px;
    line-height: 56px;
    padding-left: 20px;
  }
  .swiper-product .product-item .img-box {
    height: 200px;
    width: 100%;
    padding: 20px 0;
  }
  .footer-left ul {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .product-item .product-text h4 a {
    font-size: 30px;
    line-height: 40px;
  }
  .about-left-box {
    top: 60px;
    width: 100% !important;
    color: #fff;
    padding-right: 30px;
  }
  .about-left-box h2 {
    color: #fff;
  }
  .about-left-box .intro p {
    color: #fff;
  }
  .about-left {
    display: none;
  }
  .about-right {
    width: 100%;
    float: unset;
  }
  .about-right:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
  }
  .about-right img {
    position: relative;
  }
  .case-index .case-right, .case-index .case-left {
    width: 100%;
    float: unset;
  }
  .case-right-box {
    width: 100%;
    position: relative;
  }
  .news-list-index {
    margin: 0 -5px;
  }
  .news-list-index li {
    padding: 0 5px;
  }
  .news-list-index .news-left {
    width: 100px;
  }
  .footer-top .container-max {
    flex-wrap: wrap;
  }
  .content {
    width: 100%;
    overflow-x: auto;
  }
  
  .scrollbar-1 .swiper-button-prev, .scrollbar-1 .swiper-container-rtl .swiper-button-next {
    display: none;
  }
  .scrollbar-1 .swiper-button-next, .scrollbar-1 .swiper-container-rtl .swiper-button-prev {
    display: none;
  }
  .culture-swiper-box .swiper-button-prev, .culture-swiper-box .swiper-container-rtl .swiper-button-next {
    display: none;
  }
  .culture-swiper-box .swiper-button-next, .culture-swiper-box .swiper-container-rtl .swiper-button-prev {
    display: none;
  }
}
/* 以下是移动端 */
@media screen and (max-width: 768px) {
  .hidden-md {
    display: block;
  }
  .hidden-sm {
    display: none;
  }
  .two-nav {
    display: none !important;
  }
  .contact-left1-address, .contact-left1-phone, .contact-left1 {
    flex-wrap: wrap;
  }
  .swiper-product .product-item .img-box {
    height: 180px;
  }
  .brand {
    margin: 25px 0 25px 15px;
  }
  .swiper-product-list a {
    padding: 20px 10px 15px;
  }
  .news-list-index li {
    width: 100%;
  }
  .company-main {
    margin: 0;
  }
  .company-left,
  .company-right,
  .news-ul li,
  .case-ul li {
    width: 100%;
  }
  .company-right,
  .company-left {
    padding: 0;
  }
  .company-left {
    margin-bottom: 30px;
  }
  .company-right h3 {
    font-size: 24px;
    line-height: 36px;
  }
  .news-ul li {
    flex: 1;
  }
  .news-item-left {
    width: 100px;
    padding-right: 10px;
    margin-right: 10px;
  }
  .news-item {
    padding: 15px 10px;
  }
  .sort-nav a {
    font-size: 12px;
    line-height: 40px;
    padding: 0 5px;
  }
  .menu-fixed {
    bottom: 30%;
    width: 40px;
  }
  .menu-fixed > div, .menu-fixed > a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
  }
  .menu-fixed i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  .menu-fixed .phone > .show-phone {
    height: 40px;
    line-height: 40px;
  }
  .menu-fixed > .code:hover .show-code, .menu-fixed > .phone:hover .show-phone {
    right: 45px;
  }
  .product-list li {
    padding: 30px 15px;
  }
  .product-item > .container .img-box {
    height: 200px;
    width: 100%;
    padding: 10px;
  }
  .product-item .product-text {
    width: 100%;
  }
  .sort-text h3 {
    font-size: 30px;
    line-height: 36px;
  }
  .sort-text h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #banner-head {
    height: 70vh;
  }
  .swiper-banner .swiper-slide img {
    transform: translateX(-80px);
  }
  .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    left: 50px !important;
  }
  .contact-address {
    width: 100%;
  }
  .contact-message {
    width: 100%;
    padding-left: 0;
  }
  .title h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .title h3 {
    font-size: 30px;
    margin-bottom: 5px;
  }
  .title h4 {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .title p {
    margin-bottom: 30px;
  }
  .case-right-box {
    padding: 30px 20px 60px 20px;
  }
  .case-right-box a.more {
    margin-bottom: 20px;
  }
  .case-right-box .intro {
    margin-bottom: 20px;
  }
  .swiper-case .swiper-button-next, .swiper-case .swiper-container-rtl .swiper-button-prev {
    right: 55px;
    width: 40px;
    height: 40px;
    bottom: 55px;
  }
  .swiper-case .swiper-button-prev, .swiper-case .swiper-container-rtl .swiper-button-next {
    right: 105px;
    width: 40px;
    height: 40px;
    bottom: 55px;
  }
  .footer-left {
    width: 100%;
  }
  .footer-logo {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .footer-logo img {
    margin: 0 auto;
  }
  .footer-center {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer-phone {
    float: unset;
    display: block;
  }
  .footer-phone p,
  .footer-phone h4 {
    text-align: center;
  }
  .footer-center .icon {
    display: none;
  }
  .footer-right .img-box {
    height: 120px;
    width: 140px;
    display: block;
    margin: 0 auto;
  }
  .footer-right {
    width: 100%;
  }
  .wx-code {
    left: 9px;
    top: 8px;
  }
  .footer-right img {
    margin: 0 auto;
  }
  .container-max > span {
    line-height: 30px;
    display: block;
    text-align: center;
    float: unset;
    margin-right: 0;
  }
  .contact-left1 {
    margin-right: 0;
  }
  .contact-left1-address {
    width: 100%;
    flex-wrap: nowrap;
    margin-bottom: 15px;
  }
  .contact-left1-phone {
    width: 100%;
  }
  .contact-left1 i {
    margin-right: 5px;
  }
  .about-left-box h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
  }
  .product-item .product-text h4 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .product-item .product-text h4 a {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
  }
  .product-item .product-text .intro {
    font-size: 14px;
    line-height: 30px;
    text-indent: 2em;
    margin-bottom: 20px;
  }
  .product-item .product-text > a {
    font-size: 14px;
    height: 35px;
    line-height: 33px;
    padding: 0 20px;
  }
  .swiper-product .product-item h4 {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    padding-left: 40px;
  }
  .about-right {
    height: auto;
  }
  .about-left-box .intro {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  
}

@media screen and (min-width:769px) {
  .hidden-md {
    display: none;
  }
}