strong {
  font-weight: bold;
}
.hide-pc {
  display: none !important;
}
.head {
  padding: 0 50px;
}
.head .logo img {
  height: 70px;
}
.head .navs {
  display: flex;
  z-index: 2000;
}
.head .navs li {
  position: relative;
}
.head .navs li a {
  height: 70px;
  line-height: 70px;
  font-size: 14px;
  display: block;
  padding: 0 33px;
  color: #c30d23;
  font-weight: bold;
}
.head .navs li a:hover {
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 10px 10px;
}
.head .navs li ul {
  background: #FFF;
  position: absolute;
  left: 0;
  top: 70px;
  width: 180px;
  visibility: hidden;
  box-shadow: inset rgba(0, 0, 0, 0.1) 0px 10px 10px;
}
.head .navs li ul li {
  display: block;
  border-bottom: #ededed solid 1px;
}
.head .navs li ul li a {
  height: 40px;
  line-height: 40px;
  position: relative;
}
.head .navs li ul li a:hover {
  background: #c30d23;
  color: #FFF;
}
.head .navs li ul li a::after {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border-bottom: #fff solid 1px;
  border-right: #fff solid 1px;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  transform: rotate(-45deg);
}
.head .navs li ul li:last-child {
  border: 0;
}
.head .navs li:hover > a {
  background: #c30d23;
  color: #fff;
}
.head .navs li:hover ul {
  visibility: visible;
}
.head .navs li:hover ul a {
  color: #333;
  box-shadow: rgba(0, 0, 0, 0) 0 0 0;
  border-bottom: 0;
}
.banner .swiper-button-prev {
  width: 23px;
  height: 40px;
  background-image: url(../image/banner-prev.png);
  background-size: auto;
  left: 100px;
}
.banner .swiper-button-next {
  width: 23px;
  height: 40px;
  background-image: url(../image/banner-next.png);
  background-size: auto;
  right: 100px;
}
.banner .swiper-pagination-bullet-active,
.banner .swiper-pagination-bullet {
  background: #fff;
}
.about {
  padding: 52px 0;
}
.about .imgs {
  width: 590px;
  height: 370px;
  margin-right: 57px;
}
.about .imgs .swiper-slide img {
  width: 590px;
  height: 370px;
}
.about .imgs .swiper-container-horizontal > .swiper-pagination-bullets,
.about .imgs .swiper-pagination-custom,
.about .imgs .swiper-pagination-fraction {
  text-align: right;
  width: 98%;
}
.about .imgs .swiper-pagination-bullet-active,
.about .imgs .swiper-pagination-bullet {
  background: #fff;
  width: 20px;
  height: 2px;
  border-radius: 0;
}
.about .info .name {
  margin-bottom: 33px;
}
.about .info .name .tit {
  font-size: 40px;
  font-weight: bold;
}
.about .info .name .tit strong {
  color: #c30d23;
  font-weight: bold;
}
.about .info .name .sub {
  font-size: 12px;
  color: #666;
  margin-top: 12px;
  font-family: 'Arial';
  font-weight: lighter;
}
.about .info .name::after {
  content: '';
  display: block;
  width: 35px;
  height: 5px;
  background: #c30d23;
  border-radius: 0 0 100px 0;
  margin-top: 12px;
}
.about .info .text {
  line-height: 26px;
  text-align: justify;
  color: #666;
  margin-bottom: 33px;
}
.about .info .numb {
  margin-bottom: 33px;
}
.about .info .numb strong,
.about .info .numb span {
  display: block;
}
.about .info .numb strong {
  font-size: 41px;
  font-weight: bold;
  color: #c30d23;
}
.about .info .numb strong i {
  font-style: normal;
  font-weight: bold;
}
.about .info .numb strong sup {
  font-weight: bold;
}
.about .info .numb span {
  color: #666;
  padding-top: 13px;
}
.about .info .link a {
  width: 150px;
  height: 50px;
  background: #c30d23;
  color: #fff;
  text-align: center;
  line-height: 50px;
  display: block;
  border-radius: 5px;
}
.apply .name {
  padding-top: 97px;
  text-align: center;
  padding-bottom: 20px;
}
.apply .name .tit {
  font-size: 36px;
  font-weight: bold;
}
.apply .name .sub {
  font-size: 12px;
  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: #e6e6e6 solid 1px;
  border-left: 0;
  flex-wrap: wrap;
}
.apply .list .item {
  width: 33.33333%;
  height: 400px;
  border-left: #e6e6e6 solid 1px;
  box-sizing: border-box;
}
.apply .list .item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.apply .list .item a .bg {
  background: #fff;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.apply .list .item a .info {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.apply .list .item a .name {
  font-size: 24px;
  font-weight: bold;
  padding-top: 150px;
}
.apply .list .item a .name::after {
  display: none;
}
.apply .list .item a .text {
  padding: 0 60px;
  line-height: 24px;
  color: #666;
  text-align: center;
}
.apply .list .item a:hover .bg {
  background: #c30d23;
}
.apply .list .item a:hover .name {
  color: #fff;
}
.apply .list .item a:hover .text {
  color: #fff;
}
.factory {
  background: url(../image/factory-bg.jpg) bottom center no-repeat;
}
.factory .name {
  padding-top: 97px;
  text-align: center;
  padding-bottom: 20px;
}
.factory .name .tit {
  font-size: 36px;
  font-weight: bold;
}
.factory .name .sub {
  font-size: 12px;
  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: 810px;
  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: absolute;
  width: 480px;
  height: 270px;
  overflow: hidden;
}
.factory .list .item:nth-child(1) .info {
  left: 0;
  top: 0;
}
.factory .list .item:nth-child(1) .show {
  left: 480px;
  top: 0;
}
.factory .list .item:nth-child(2) .info {
  left: calc(480px*2);
  top: 0;
}
.factory .list .item:nth-child(3) .show {
  left: 0;
  top: 270px;
}
.factory .list .item:nth-child(5) .show {
  left: 480px;
  top: 270px;
}
.factory .list .item:nth-child(2) .show {
  left: calc(480px*2);
  top: 270px;
}
.factory .list .item:nth-child(3) .info {
  left: 0;
  top: calc(270px*2);
}
.factory .list .item:nth-child(4) .show {
  left: 480px;
  top: calc(270px*2);
}
.factory .list .item:nth-child(4) .info {
  left: calc(480px*2);
  top: calc(270px*2);
}
.factory .list .item:nth-child(3) .info,
.factory .list .item:nth-child(4) .info {
  background: rgba(255, 255, 255, 0.2);
}
.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: #fff;
}
.factory .list .item a:hover .show img {
  transform: scale(1.1);
}
.factory .list .item a:hover .info {
  background: #c30d23;
  color: #fff;
}
.factory .list .item a:hover .info .note {
  color: #fff;
}
.factory .list .info {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #f9f9f9;
  padding: 40px;
  box-sizing: border-box;
}
.factory .list .info .text {
  padding-bottom: 20px;
  font-size: 18px;
}
.factory .list .info .text strong {
  font-size: 24px;
  font-weight: bold;
}
.factory .list .info .note {
  line-height: 26px;
  color: #666;
  position: relative;
  font-size: 12px;
}
.factory .list .info .note .icon {
  content: '';
  width: 39px;
  height: 39px;
  position: absolute;
  left: 60px;
  top: 50%;
  margin-top: -19px;
  overflow: hidden;
}
.factory .list .info .note .icon i {
  width: 37px;
  height: 37px;
  position: absolute;
  background: url(../image/icon-r.png) center no-repeat;
  outline: transparent solid 1px;
  border: #fff solid 1px;
  border-radius: 100px;
  left: -39px;
  filter: drop-shadow(39px 0 0 #747474);
}
.customer {
  padding-bottom: 80px;
}
.customer .name {
  padding-top: 97px;
  text-align: center;
  padding-bottom: 20px;
}
.customer .name .tit {
  font-size: 36px;
  font-weight: bold;
}
.customer .name .sub {
  font-size: 12px;
  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 {
  flex-wrap: wrap;
  margin: auto;
}
.customer .list li {
  width: 340px;
  height: 150px;
  padding-top: 40px;
}
.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 {
  content: '';
  width: 380px;
  height: 0px;
}
.foot {
  background: #333;
  color: #fff;
  padding: 50px 0;
}
.foot .logo .show {
  padding-bottom: 20px;
}
.foot .logo .code img,
.foot .logo .code span {
  display: block;
  margin: auto;
  text-align: center;
}
.foot .logo .code span {
  padding-top: 10px;
}
.foot .info .name {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 20px;
}
.foot .info .icon {
  color: #9c9c9c;
  display: inline;
  padding-right: 10px;
}
.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: #c30d23;
}
.poss span {
  padding: 0 10px;
}
.p-show .list .item {
  padding-bottom: 40px;
}
.p-show .list .item a {
  display: block;
  background: #f3f3f3;
  height: 300px;
  display: flex;
  position: relative;
}
.p-show .list .item a .show {
  height: 300px;
  position: relative;
}
.p-show .list .item a .show .txt {
  position: absolute;
  bottom: 40px;
  left: 0;
  color: #fff;
  z-index: 2;
  width: 100%;
  text-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
}
.p-show .list .item a .show .txt .name {
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 20px;
  padding-left: 40px;
}
.p-show .list .item a .show .txt .text {
  font-size: 20px;
  font-weight: bold;
  padding-left: 40px;
}
.p-show .list .item a .info {
  box-sizing: border-box;
  padding: 20px;
  height: 100%;
  flex: 1;
  flex-shrink: 1;
}
.p-show .list .item a .info .name {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 30px;
}
.p-show .list .item a .info .text {
  color: #666;
  line-height: 30px;
}
.p-show .list .item a:hover {
  background: #c30d23;
}
.p-show .list .item a:hover .info .name,
.p-show .list .item a:hover .info .text {
  color: #fff;
}
.p-show .list .item a:hover .info .icon {
  border: #fff solid 1px;
}
.p-show .list .item a:hover .info .icon img {
  filter: drop-shadow(38px 0 0 #fff);
}
.p-contact .part-1 {
  padding: 40px 0;
}
.p-contact .part-1 .name {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 35px;
}
.p-contact .part-1 .list .item {
  width: 50%;
}
.p-contact .part-1 .list .item .icon {
  margin-top: 20px;
  height: 41px;
  padding-left: 50px;
  background-position: left center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-contact .part-1 .list .item .icon strong,
.p-contact .part-1 .list .item .icon span {
  display: block;
}
.p-contact .part-1 .list .item .icon span {
  font-size: 12px;
  color: #999;
}
.p-contact .part-1 .list .item .icon strong {
  font-size: 16px;
  padding-top: 5px;
}
.p-contact .part-1 .list .item .add {
  background-image: url(../image/contact-1.png);
}
.p-contact .part-1 .list .item .fax {
  background-image: url(../image/contact-2.png);
}
.p-contact .part-1 .list .item .mail {
  background-image: url(../image/contact-3.png);
}
.p-contact .part-1 .list .item .web {
  background-image: url(../image/contact-4.png);
}
.p-contact .part-1 .list .item .tel {
  padding-top: 20px;
}
.p-contact .part-1 .list .item .tel strong,
.p-contact .part-1 .list .item .tel span {
  display: block;
}
.p-contact .part-1 .list .item .tel span {
  color: #999;
  padding-left: 20px;
  background: url(../image/contact-6.png) left center no-repeat;
}
.p-contact .part-1 .list .item .tel strong {
  color: #c30d23;
  font-size: 33px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 20px;
}
.p-contact .part-1 .list .item .qr2 img {
  width: 137px;
}
.p-contact .part-1 .list .item .qr2 span {
  display: block;
  width: 137px;
  text-align: center;
  color: #666;
}
.p-prod {
  padding-bottom: 50px;
}
.p-prod .name {
  padding-top: 97px;
  text-align: center;
  padding-bottom: 20px;
}
.p-prod .name .tit {
  font-size: 36px;
  font-weight: bold;
}
.p-prod .name .sub {
  font-size: 12px;
  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 {
  margin-top: 50px;
  width: 358px;
  border: #e6e6e6 solid 1px;
}
.p-prod .list .item .show {
  padding: 10px;
}
.p-prod .list .item .name {
  text-align: center;
  padding-bottom: 20px;
  padding-top: 10px;
  font-size: 16px;
}
.p-prod .list .item .name::after {
  display: none;
}
.p-prod .list::after {
  content: '';
  width: 358px;
}