@media screen and (max-width: 769px) {
  * {
    box-sizing: border-box;
  }
  .hide-wap {
    display: none !important;
  }
  .hide-pc {
    display: inherit !important;
  }
  .min-width {
    min-width: auto;
  }
  .row,
  .row-min {
    width: auto;
  }
  .col-l,
  .col-r {
    float: none;
  }
  html,
  body {
    overflow-x: hidden;
  }
  .navs-wap {
    width: 80vw;
    background: #f3f3f3;
    position: fixed;
    top: 0;
    height: 100vh;
    padding-top: 30px;
  }
  .navs-wap .close {
    width: 55px;
    height: 55px;
    position: absolute;
    right: 10px;
    top: 30px;
  }
  .navs-wap .close i {
    display: block;
    width: 60%;
    height: 1px;
    background: #999;
    border-radius: 100px;
    margin: auto;
  }
  .navs-wap .close i:first-child {
    transform: rotate(45deg);
  }
  .navs-wap .close i:last-child {
    transform: rotate(-45deg);
    margin-top: -1px;
  }
  .navs-wap .urls {
    position: fixed;
    top: 80px;
    bottom: 40px;
    overflow-y: auto;
    width: 100%;
  }
  .navs-wap .urls li a {
    line-height: 50px;
    padding-left: 40px;
    border-top: #e0e0e0 solid 1px;
    display: block;
  }
  .navs-wap .urls li ul {
    padding-left: 40px;
    display: none;
  }
  .navs-wap .urls li ul a {
    padding-left: 40px;
  }
  .conts {
    background: #FFF;
    min-height: 100vh;
    overflow: auto;
    position: relative;
    transition: all 0.3s;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
    left: 0vw;
  }
  .conts.open {
    height: 100vh;
    overflow: hidden;
    left: 80vw;
  }
  .conts.open .mask {
    visibility: visible;
  }
  .conts .mask {
    height: 100vh;
    position: fixed;
    z-index: 1001;
    width: 100vw;
    background: rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    visibility: hidden;
  }
  .head {
    padding: 10px;
  }
  .head .logo {
    height: 40px;
  }
  .head .logo img {
    height: 40px;
  }
  .head .logo .menu {
    width: 55px;
    height: 55px;
  }
  .head .logo .menu i {
    display: block;
    width: 60%;
    height: 4px;
    background: #999;
    border-radius: 100px;
    margin: auto;
    margin-top: 5px;
  }
  .head .logo .menu i:first-child {
    margin-top: 17px;
  }
  .head .navs {
    display: none;
  }
  .banner img {
    height: 160px;
  }
  .about {
    padding: 20px;
  }
  .about .info .name {
    padding-top: 20px;
    text-align: center;
  }
  .about .info .name .tit {
    font-size: 20px;
    font-weight: bold;
  }
  .about .info .name .sub {
    font-size: 10px;
    color: #666;
    font-family: 'Arial';
    margin-top: 15px;
    font-weight: lighter;
  }
  .about .info .name::after {
    content: '';
    width: 42px;
    height: 5px;
    background: #c30d23;
    margin: 15px auto 0 auto;
    border-radius: 100px 0px;
    display: block;
  }
  .about .info .text {
    margin-bottom: 20px;
  }
  .about .info .numb {
    margin-bottom: 20px;
  }
  .about .info .numb strong {
    font-size: 20px;
  }
  .about .info .link a {
    width: 150px;
    height: 45px;
    line-height: 45px;
    margin: auto;
  }
  .product .name {
    padding-top: 40px;
  }
  .product .name .tit {
    font-size: 20px;
    font-weight: bold;
  }
  .product .name .sub {
    font-size: 10px;
    color: #666;
    font-family: 'Arial';
    margin-top: 15px;
    font-weight: lighter;
  }
  .product .name::after {
    content: '';
    width: 42px;
    height: 5px;
    background: #c30d23;
    margin: 15px auto 0 auto;
    border-radius: 100px 0px;
    display: block;
  }
  .apply {
    padding-bottom: 0;
  }
  .apply .name {
    padding-top: 40px;
  }
  .apply .name .tit {
    font-size: 20px;
    font-weight: bold;
  }
  .apply .name .sub {
    font-size: 10px;
    color: #666;
    font-family: 'Arial';
    margin-top: 15px;
    font-weight: lighter;
  }
  .apply .name::after {
    content: '';
    width: 42px;
    height: 5px;
    background: #c30d23;
    margin: 15px auto 0 auto;
    border-radius: 100px 0px;
    display: block;
  }
  .apply .list {
    border: 0;
    flex-wrap: wrap;
    border-top: #efefef solid 1px;
  }
  .apply .list .item {
    border: 0;
    width: 33.3333vw;
    height: 33.3333vw;
    border: #efefef solid 1px;
    border-right: 0;
    border-top: 0;
  }
  .apply .list .item a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .apply .list .item a .bg {
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
  }
  .apply .list .item a .bg img {
    width: 100%;
    height: 100%;
  }
  .apply .list .item a .name {
    font-size: 14px;
    font-weight: bold;
    padding-top: 60px;
  }
  .apply .list .item a .name::after {
    display: none;
  }
  .apply .list .item a:hover .show img {
    filter: drop-shadow(49px 0 0 #fff);
  }
  .apply .list .item:nth-child(3n+1) {
    border-left: 0;
  }
  .factory {
    background: url(../image/factory-bg.jpg) bottom center no-repeat;
  }
  .factory .name {
    padding-top: 40px;
  }
  .factory .name .tit {
    font-size: 20px;
    font-weight: bold;
  }
  .factory .name .sub {
    font-size: 10px;
    color: #666;
    font-family: 'Arial';
    margin-top: 15px;
    font-weight: lighter;
  }
  .factory .name::after {
    content: '';
    width: 42px;
    height: 5px;
    background: #c30d23;
    margin: 15px auto 0 auto;
    border-radius: 100px 0px;
    display: block;
  }
  .factory .list {
    width: 100%;
    height: auto;
    position: relative;
  }
  .factory .list .item .info,
  .factory .list .item .info .note,
  .factory .list .item .show img {
    transition: all 0.3s;
  }
  .factory .list .item .info,
  .factory .list .item .show {
    position: inherit;
    width: auto;
    height: auto;
  }
  .factory .list .item:nth-child(3) .info,
  .factory .list .item:nth-child(4) .info {
    background: #f9f9f9;
  }
  .factory .list .item:nth-child(3) .info .text,
  .factory .list .item:nth-child(4) .info .text {
    padding-top: 0;
    color: #333;
  }
  .factory .list .item:nth-child(3) .info .text,
  .factory .list .item:nth-child(4) .info .text,
  .factory .list .item:nth-child(3) .info .note,
  .factory .list .item:nth-child(4) .info .note {
    color: #666;
  }
  .factory .list .item:nth-child(3) .info .icon i,
  .factory .list .item:nth-child(4) .info .icon i {
    filter: drop-shadow(39px 0 0 #333);
  }
  .factory .list .item a:hover .show img {
    transform: scale(1.1);
  }
  .factory .list .item:nth-child(1) a:hover .info,
  .factory .list .item:nth-child(2) a:hover .info {
    background: #1432a8;
    color: #fff;
  }
  .factory .list .item:nth-child(1) a:hover .info .note,
  .factory .list .item:nth-child(2) a:hover .info .note {
    color: #fff;
  }
  .factory .list .item:nth-child(1) a:hover .info .icon i,
  .factory .list .item:nth-child(2) a:hover .info .icon i {
    filter: drop-shadow(39px 0 0 #fff);
  }
  .factory .list .item:nth-child(3) a:hover .info,
  .factory .list .item:nth-child(4) a:hover .info {
    background: #1432a8;
  }
  .factory .list .item:nth-child(3) a:hover .info .text,
  .factory .list .item:nth-child(4) a:hover .info .text,
  .factory .list .item:nth-child(3) a:hover .info .note,
  .factory .list .item:nth-child(4) a:hover .info .note {
    color: #fff;
  }
  .factory .list .info {
    padding: 20px 0;
  }
  .factory .list .info .text {
    padding-left: 20px;
    padding-bottom: 10px;
    font-size: 16px;
  }
  .factory .list .info .text strong {
    font-size: 20px;
  }
  .factory .list .info .note {
    padding-left: 20px;
    line-height: 26px;
    color: #666;
    position: relative;
    font-size: 12px;
  }
  .factory .list .info .note .icon {
    display: none;
  }
  .foot {
    padding: 20px;
  }
  .foot .info .name {
    font-size: 16px;
  }
  .foot .info .icon {
    display: block;
    line-height: 23px;
  }
  .poss {
    line-height: 56px;
    border-top: #eee solid 1px;
    border-bottom: #eee solid 1px;
    box-shadow: rgba(0, 0, 0, 0.05) 0 0 3px;
    color: #999999;
  }
  .poss a {
    color: #999999;
  }
  .poss a:hover {
    color: #1432a8;
  }
  .poss span {
    padding: 0 10px;
  }
  .poss strong {
    padding-left: 20px;
  }
  .customer {
    padding: 0;
  }
  .customer .name {
    padding-top: 40px;
  }
  .customer .name .tit {
    font-size: 20px;
    font-weight: bold;
  }
  .customer .name .sub {
    font-size: 10px;
    color: #666;
    font-family: 'Arial';
    margin-top: 15px;
    font-weight: lighter;
  }
  .customer .name::after {
    content: '';
    width: 42px;
    height: 5px;
    background: #c30d23;
    margin: 15px auto 0 auto;
    border-radius: 100px 0px;
    display: block;
  }
  .customer .list {
    display: block;
    margin: auto 20px;
    width: auto;
    height: auto;
    overflow-y: auto;
    white-space: nowrap;
    padding: 20px 0;
  }
  .customer .list li {
    width: 50%;
    height: auto;
    padding-top: 0;
    display: inline-block;
  }
  .customer .list li a {
    display: block;
    border: #ebebeb solid 1px;
  }
  .customer .list li a:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
  }
  .customer .list::after {
    display: none;
  }
  .p-show .list {
    padding-top: 0;
  }
  .p-show .list .item {
    padding-bottom: 0;
  }
  .p-show .list .item a {
    display: block;
    background: #f3f3f3;
    height: auto;
    position: relative;
  }
  .p-show .list .item a .show {
    position: relative;
    width: 100%;
    height: auto;
  }
  .p-show .list .item a .show .txt {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .p-show .list .item a .show .txt .name {
    padding-left: 20px;
  }
  .p-show .list .item a .show .txt .text {
    padding-left: 20px;
  }
  .p-show .list .item a .info {
    padding: 20px;
    height: 100%;
    margin: 0;
  }
  .p-show .list .item a .info .name {
    line-height: 30px;
    padding-bottom: 10px;
  }
  .p-show .list .item:nth-child(2n) a .info {
    margin: 0;
  }
  .p-contact .part-1 {
    padding: 20px;
    border-bottom: #efefef solid 1px;
  }
  .p-contact .part-1 .name {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .p-contact .part-1 .list {
    display: block;
  }
  .p-contact .part-1 .list .item {
    width: auto;
  }
  .p-contact .part-1 .list .item .icon {
    margin-top: 10px;
  }
  .p-contact .part-1 .list .item .icon span {
    font-size: 12px;
  }
  .p-contact .part-1 .list .item .icon strong {
    font-size: 14px;
  }
  .p-contact .part-1 .list .item .tel strong {
    font-size: 18px;
  }
  .p-prod {
    padding: 20px;
  }
  .p-prod .name {
    padding-top: 40px;
  }
  .p-prod .name .tit {
    font-size: 20px;
    font-weight: bold;
  }
  .p-prod .name .sub {
    font-size: 10px;
    color: #666;
    font-family: 'Arial';
    margin-top: 15px;
    font-weight: lighter;
  }
  .p-prod .name::after {
    content: '';
    width: 42px;
    height: 5px;
    background: #c30d23;
    margin: 15px auto 0 auto;
    border-radius: 100px 0px;
    display: block;
  }
  .p-prod .list {
    flex-wrap: wrap;
  }
  .p-prod .list .item {
    padding-top: 0;
    padding-bottom: 10px;
    margin-top: 20px;
  }
  .p-prod .list .item .show {
    padding: 10px;
    height: 248px;
    padding-bottom: 0;
  }
  .p-prod .list .item .name {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 0;
    font-size: 14px;
  }
  .p-prod .list .item:first-child {
    margin-top: 0;
  }
  .p-prod .list::after {
    display: none;
  }
}