/* mixin */
@-moz-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.banner {
  position: relative;
  overflow: hidden;
}
.banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .desc {
  position: absolute;
  top: 50%;
  left: 17%;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner .desc h3 {
  margin: 0 0 44px;
  font-size: 80px;
}
.banner .desc h4 {
  margin: 0;
  font-size: 40px;
  font-style: italic;
}
@media (max-width: 1365px) {
  .banner .desc {
    right: 0;
    left: 0;
    text-align: center;
  }
  .banner .desc h3 {
    margin-bottom: 20px;
    font-size: 40px;
  }
  .banner .desc h4 {
    font-size: 20px;
  }
}
.core-box1 {
  padding: 0 25px;
  margin-top: 106px;
}
.core-box1 ul li {
  margin-bottom: 180px;
}
.core-box1 ul li a {
  position: relative;
  display: block;
}
.core-box1 ul li a:hover .desc {
  background-color: #8e1b19;
  -webkit-transform: translateY(75px);
  -moz-transform: translateY(75px);
  -ms-transform: translateY(75px);
  transform: translateY(75px);
}
.core-box1 ul li a:hover .pic-img img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.core-box1 ul li a .desc {
  position: absolute;
  top: 0;
  right: 555px;
  bottom: 0;
  left: 0;
  padding: 180px 0 0 180px;
  color: #fff;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.core-box1 ul li a .desc h3 {
  margin: 0 0 90px;
  font-size: 36px;
}
.core-box1 ul li a .desc p {
  margin: 0;
  font-size: 22px;
}
.core-box1 ul li a .desc p span {
  display: inline-block;
  padding-right: 57px;
  background: url('../images/icon7.png') no-repeat right center;
}
.core-box1 ul li a .pic {
  position: relative;
  z-index: 3;
  padding-right: 412px;
  margin-left: 624px;
  background-color: #1a1a1a;
}
.core-box1 ul li a .pic-img {
  overflow: hidden;
}
.core-box1 ul li a .pic-img img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.core-box1 ul li a .pic-desc {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 412px;
  padding-top: 170px;
  color: #ebebeb;
  text-align: center;
}
.core-box1 ul li a .pic-desc h3 {
  margin: 0 0 34px;
  font-size: 70px;
}
.core-box1 ul li a .pic-desc p {
  margin: 0;
  font-size: 26px;
}
@media (max-width: 1919px) {
  .core-box1 ul li a .pic {
    padding-right: 250px;
    margin-left: 500px;
  }
  .core-box1 ul li a .pic-desc {
    width: 250px;
    padding-top: 100px;
  }
  .core-box1 ul li a .desc {
    padding: 90px 0 0 90px;
  }
  .core-box1 ul li a .desc h3 {
    margin-bottom: 60px;
  }
}
@media (max-width: 1365px) {
  .core-box1 {
    padding: 0 10px;
    margin-top: 20px;
  }
  .core-box1 ul li {
    margin-bottom: 20px;
  }
  .core-box1 ul li a:hover .desc {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .core-box1 ul li a .pic {
    padding-right: 0;
    margin-left: 0;
  }
  .core-box1 ul li a .pic-desc {
    position: static;
    width: auto;
    padding: 10px 0;
  }
  .core-box1 ul li a .pic-desc h3 {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .core-box1 ul li a .pic-desc p {
    font-size: 16px;
  }
  .core-box1 ul li a .desc {
    position: static;
    line-height: 30px;
    overflow: hidden;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .core-box1 ul li a .desc h3 {
    float: left;
    margin-bottom: 0;
    font-size: 20px;
  }
  .core-box1 ul li a .desc p {
    float: right;
    font-size: 16px;
  }
}
.design-box1 {
  overflow: hidden;
  padding: 110px 24px;
}
.design-box1 ul {
  margin-right: -42px;
}
.design-box1 ul li {
  float: left;
  width: 25%;
}
.design-box1 ul li:hover .item .box {
  border-color: #d31411;
  background-color: #d31411;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.design-box1 ul li:nth-child(1) .item .box .pic {
  background-image: url('../images/icon8.png');
}
.design-box1 ul li:nth-child(2) .item .box .pic {
  background-image: url('../images/icon9.png');
}
.design-box1 ul li:nth-child(3) .item .box .pic {
  background-image: url('../images/icon10.png');
}
.design-box1 ul li:nth-child(4) .item .box .pic {
  background-image: url('../images/icon11.png');
}
.design-box1 ul li .item {
  padding-right: 42px;
}
.design-box1 ul li .item .box {
  padding: 32px;
  border: 3px solid #ebebeb;
  color: #fff;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.design-box1 ul li .item .box h3 {
  margin: 0;
  font-size: 70px;
}
.design-box1 ul li .item .box h3 span {
  display: inline-block;
  margin: 10px 0 0 26px;
  font-size: 26px;
  vertical-align: top;
}
.design-box1 ul li .item .box h3 ins {
  display: inline-block;
  margin-top: -5px;
  font-size: 50px;
  text-decoration: none;
  vertical-align: top;
}
.design-box1 ul li .item .box .pic {
  height: 167px;
  margin: -20px 43px 0 0;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
}
.design-box1 ul li .item .box h4 {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: normal;
}
.design-box1 ul li .item .box p {
  margin: 17px 0 0;
  font-size: 14px;
}
@media (max-width: 1919px) {
  .design-box1 ul li {
    width: 50%;
  }
  .design-box1 ul li:not(:last-child) {
    margin-bottom: 24px;
  }
  .design-box1 ul li:hover .item .box {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .design-box1 ul li .item .box h3 {
    font-size: 50px;
  }
  .design-box1 ul li .item .box .pic {
    height: 100px;
    margin: -10px 20px 0 0;
  }
}
@media (max-width: 1365px) {
  .design-box1 {
    padding: 20px 10px;
  }
  .design-box1 ul li {
    float: none;
    width: 100%;
  }
}
.design-box2 {
  padding: 0 245px 0 230px;
  color: #fff;
}
.design-box2 p {
  float: right;
  width: 500px;
  line-height: 42px;
  overflow: hidden;
  margin: 10px 0 0;
  font-size: 18px;
}
.design-box2 h3 {
  margin: 0 0 40px;
  font-size: 50px;
}
.design-box2 h4 {
  line-height: 80px;
  margin: 0;
  font-size: 60px;
}
@media (max-width: 1919px) {
  .design-box2 {
    padding: 0 50px;
  }
}
@media (max-width: 1365px) {
  .design-box2 {
    padding: 20px 10px;
  }
  .design-box2 h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .design-box2 h4 {
    line-height: 30px;
    font-size: 22px;
  }
  .design-box2 p {
    width: auto;
    height: auto;
    line-height: 20px;
    margin-top: 10px;
    font-size: 14px;
  }
}
.design-box3 {
  overflow: hidden;
  margin: 60px 0;
}
.design-box3 ul {
  margin-right: -15px;
}
.design-box3 ul li {
  float: left;
  width: 50%;
}
.design-box3 ul li:nth-child(1) .item img {
  height: 965px;
}
.design-box3 ul li .item {
  padding-right: 15px;
}
.design-box3 ul li .item img {
  display: block;
  width: 100%;
  height: 475px;
  margin-bottom: 15px;
  object-fit: cover;
}
@media (max-width: 1365px) {
  .design-box3 {
    margin: 20px 0;
  }
  .design-box3 ul {
    margin-top: -10px;
  }
  .design-box3 ul li:nth-child(1) .item img {
    height: 285px;
  }
  .design-box3 ul li .item {
    padding-right: 5px;
  }
  .design-box3 ul li .item img {
    height: 140px;
    margin-bottom: 5px;
  }
}
.design-box4 {
  overflow: hidden;
  margin: 60px 0;
}
.design-box4 ul {
  margin-right: -15px;
}
.design-box4 ul li {
  float: left;
  width: 50%;
}
.design-box4 ul li .item {
  padding: 0 15px 15px 0;
}
.design-box4 ul li .item img {
  display: block;
  width: 100%;
  height: 472px;
  object-fit: cover;
}
.design-box4 ul li .item .item {
  padding-bottom: 0;
}
@media (max-width: 1365px) {
  .design-box4 {
    margin: 20px 0;
  }
  .design-box4 ul {
    margin-right: -5px;
  }
  .design-box4 ul li .item {
    padding: 0 5px 5px 0;
  }
  .design-box4 ul li .item img {
    height: 140px;
  }
}
.quality-box1 {
  max-width: 1920px;
  overflow: hidden;
  padding: 0 94px 30px;
}
.quality-box1 ul:nth-child(1) li.pull-left:first-child::after {
  display: none;
}
.quality-box1 ul li {
  position: relative;
  width: 33.33333333%;
}
.quality-box1 ul li::before {
  position: absolute;
  right: 0;
  bottom: 7px;
  left: 0;
  height: 5px;
  background-color: #d31411;
  content: '';
}
.quality-box1 ul li.pull-left:last-child::before,
.quality-box1 ul li.pull-right:first-child::before {
  right: 50%;
}
.quality-box1 ul li.pull-left:last-child .item::after,
.quality-box1 ul li.pull-right:first-child .item::after {
  display: none;
}
.quality-box1 ul li.pull-left:first-child::before {
  left: 50%;
}
.quality-box1 ul li.pull-left:first-child::after {
  position: absolute;
  top: -12px;
  left: 74px;
  bottom: 7px;
  display: block;
  width: 203px;
  background: url('../images/bg4.png') no-repeat;
  background-size: auto 100%;
  content: '';
}
.quality-box1 ul li.pull-right:first-child::after {
  position: absolute;
  top: -12px;
  right: 74px;
  bottom: 7px;
  display: block;
  width: 203px;
  background: url('../images/bg3.png') no-repeat;
  background-size: auto 100%;
  content: '';
}
.quality-box1 ul li.pull-right:last-child::before {
  left: 50%;
}
.quality-box1 ul li.pull-right .item::after {
  background-image: url('../images/icon13.png');
}
.quality-box1 ul li .item {
  position: relative;
  padding: 104px 121px;
}
.quality-box1 ul li .item::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  border: 3px solid #d31411;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #000;
  content: '';
}
.quality-box1 ul li .item::after {
  position: absolute;
  top: 50%;
  right: -47px;
  display: block;
  width: 94px;
  height: 56px;
  margin-top: -28px;
  background: url('../images/icon12.png') no-repeat;
  content: '';
}
.quality-box1 ul li .item .box {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.quality-box1 ul li .item .box::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  visibility: hidden;
  /*background-color: rgba(0, 0, 0, 0.8);*/
  opacity: 0;
  content: '';
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.quality-box1 ul li .item .box:hover::before {
  visibility: visible;
  opacity: 1;
}
.quality-box1 ul li .item .box:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.quality-box1 ul li .item .box:hover h3 {
  color: #d31411;
}
.quality-box1 ul li .item .box img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.quality-box1 ul li .item .box h3 {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 3;
  margin: 0;
  font-size: 34px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1919px) {
  .quality-box1 {
    width: 1250px;
    padding: 0 0 30px;
    margin: 0 auto;
  }
  .quality-box1 ul li.pull-right:first-child::after,
  .quality-box1 ul li.pull-left:first-child::after {
    width: 125px;
    background-size: 100% 100%;
  }
}
@media (max-width: 1365px) {
  .quality-box1 {
    width: auto;
  }
  .quality-box1 ul li {
    float: none;
    width: 100%;
  }
  .quality-box1 ul li::before,
  .quality-box1 ul li::after {
    display: none !important;
  }
  .quality-box1 ul li .item {
    padding: 20px;
  }
  .quality-box1 ul li .item::before,
  .quality-box1 ul li .item::after {
    display: none;
  }
}
.manufacture-box1 {
  padding: 52px 0;
  background-color: #262626;
}
.manufacture-box1 ul li {
  padding: 42px 106px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.manufacture-box1 ul li:hover {
  background-color: #1a1a1a;
}
.manufacture-box1 ul li:hover .pic img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.manufacture-box1 ul li:hover .desc {
  word-break: break-all;
}
.manufacture-box1 ul li:hover .desc h3 {
  color: #d31411;
}
.manufacture-box1 ul li:hover .desc h4 {
  color: #d31411;
}
.manufacture-box1 ul li:hover .desc .line::after {
  background-color: #d31411;
}
.manufacture-box1 ul li:nth-child(2n) .pic {
  float: right;
}
.manufacture-box1 ul li:nth-child(2n) .desc {
  padding-right: 140px;
  text-align: left;
}
.manufacture-box1 ul li:nth-child(2n) .desc .line::after {
  float: none;
}
.manufacture-box1 ul li .pic {
  float: left;
  width: 47.24824356%;
  overflow: hidden;
}
.manufacture-box1 ul li .pic img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.manufacture-box1 ul li .desc {
  overflow: hidden;
  padding: 94px 0 0 140px;
  color: #fff;
  text-align: right;
}
.manufacture-box1 ul li .desc h3 {
  line-height: 82px;
  margin: 0;
  font-size: 86px;
}
.manufacture-box1 ul li .desc h4 {
  margin: 30px 0 0;
  font-size: 28px;
}
.manufacture-box1 ul li .desc .line {
  overflow: hidden;
  margin: 42px 0 55px;
}
.manufacture-box1 ul li .desc .line::after {
  float: right;
  display: block;
  width: 50px;
  height: 8px;
  background-color: #fff;
  content: '';
}
.manufacture-box1 ul li .desc p {
  line-height: 48px;
  margin: 0;
  font-size: 22px;
}
@media (max-width: 1919px) {
  .manufacture-box1 ul li {
    padding: 30px 50px;
  }
  .manufacture-box1 ul li:nth-child(2n) .desc {
    padding-right: 30px;
  }
  .manufacture-box1 ul li .desc {
    padding: 30px 0 0 30px;
  }
  .manufacture-box1 ul li .desc h3 {
    line-height: 80px;
    font-size: 60px;
  }
}
@media (max-width: 1365px) {
  .manufacture-box1 {
    padding: 20px 0;
  }
  .manufacture-box1 ul li {
    padding: 10px;
  }
  .manufacture-box1 ul li:nth-child(2n) .desc {
    padding-right: 30px;
  }
  .manufacture-box1 ul li .pic {
    float: none;
    width: 100%;
  }
  .manufacture-box1 ul li .desc {
    padding: 10px;
  }
  .manufacture-box1 ul li .desc h3 {
    line-height: 30px;
    font-size: 22px;
  }
  .manufacture-box1 ul li .desc h4 {
    margin-top: 10px;
    font-size: 16px;
  }
  .manufacture-box1 ul li .desc .line {
    margin: 20px 0;
  }
  .manufacture-box1 ul li .desc p {
    line-height: 24px;
    font-size: 14px;
  }
}
.product-box1 {
  margin: 112px 0 122px;
}
.product-box1 ul li {
  position: relative;
  float: left;
  width: 25%;
  height: 540px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product-box1 ul li:nth-child(1) .circle::before {
  background-image: url('../images/icon15_0.png');
}
.product-box1 ul li:nth-child(2) .circle::before {
  background-image: url('../images/icon15.png');
}
.product-box1 ul li:nth-child(3) .circle::before {
  background-image: url('../images/icon16.png');
}
.product-box1 ul li:nth-child(4) .circle::before {
  background-image: url('../images/icon17.png');
}
.product-box1 ul li.big {
  width: 50%;
}
.product-box1 ul li.big img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.product-box1 ul li.big .circle {
  visibility: hidden;
  opacity: 0;
}
.product-box1 ul li.big .desc {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.product-box1 ul li.small {
  width: 16.66666666%;
}
.product-box1 ul li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product-box1 ul li .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 132px;
  height: 132px;
  overflow: hidden;
  padding-top: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #d31411;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-box1 ul li .circle::before {
  display: block;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center center;
  content: '';
}
.product-box1 ul li .circle p {
  margin: 0;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.product-box1 ul li .desc {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 16px 68px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.product-box1 ul li .desc h3 {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: normal;
}
.product-box1 ul li .desc p {
  margin: 0;
  font-size: 18px;
}
@media (max-width: 1365px) {
  .product-box1 {
    margin: 20px 0;
  }
  .product-box1 ul li {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .product-box1 ul li .circle {
    visibility: hidden;
    opacity: 0;
  }
  .product-box1 ul li .desc {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.product-tabs {
  padding: 45px 177px 60px;
  font-size: 0;
  text-align: right;
}
.product-tabs a {
  position: relative;
  display: inline-block;
  padding: 32px 0;
  margin-left: 54px;
  font-size: 20px;
  color: #fff;
}
.product-tabs a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 0;
  height: 2px;
  background-color: #d31411;
  content: '';
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.product-tabs a.active::after,
.product-tabs a:hover::after {
  width: 100%;
}
@media (max-width: 1919px) {
  .product-tabs {
    padding: 40px 50px;
  }
}
@media (max-width: 1365px) {
  .product-tabs {
    padding: 10px;
    text-align: center;
  }
  .product-tabs a {
    padding: 15px 0;
    margin: 0 10px;
    font-size: 14px;
  }
}
.product-box2 {
  overflow: hidden;
}
.product-box2 ul li {
  float: left;
  width: 33.33333333%;
}
.product-box2 ul li .item {
  display: block;
  padding: 60px 122px;
}
.product-box2 ul li .item a {
  display: block;
  color: #fff;
}
.product-box2 ul li .item a:hover .border {
  overflow: hidden;
}
.product-box2 ul li .item a:hover .border::before {
  -webkit-animation: widthAdd 0.2s linear forwards;
  -moz-animation: widthAdd 0.2s linear forwards;
  -ms-animation: widthAdd 0.2s linear forwards;
  animation: widthAdd 0.2s linear forwards;
}
.product-box2 ul li .item a:hover .border::after {
  -webkit-animation: heightAdd 0.2s 0.2s linear forwards;
  -moz-animation: heightAdd 0.2s 0.2s linear forwards;
  -ms-animation: heightAdd 0.2s 0.2s linear forwards;
  animation: heightAdd 0.2s 0.2s linear forwards;
}
.product-box2 ul li .item a:hover .border .pic img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.product-box2 ul li .item a .border {
  position: relative;
  padding: 0 8px 8px 0;
  margin-bottom: 18px;
}
.product-box2 ul li .item a .border::before,
.product-box2 ul li .item a .border::after {
  position: absolute;
  display: block;
  content: '';
}
.product-box2 ul li .item a .border::before {
  bottom: 0;
  left: 8px;
  width: 0;
  height: 8px;
  background-color: #d31411;
}
.product-box2 ul li .item a .border::after {
  top: 100%;
  right: 0;
  bottom: 0;
  width: 8px;
  background-color: #d31411;
}
.product-box2 ul li .item a .border .pic {
  overflow: hidden;
}
.product-box2 ul li .item a .border .pic img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product-box2 ul li .item a h3 {
  margin: 0 0 22px;
  font-size: 32px;
  font-weight: normal;
}
.product-box2 ul li .item a p {
  line-height: 30px;
  margin: 0;
  font-size: 20px;
  height: 60px;
}
@media (max-width: 1919px) {
  .product-box2 ul li .item {
    padding: 20px;
  }
  .product-box2 ul li .item a h3 {
    font-size: 28px;
  }
}
@media (max-width: 1365px) {
  .product-box2 ul li {
    float: none;
    width: 100%;
  }
  .product-box2 ul li .item {
    padding: 10px;
  }
  .product-box2 ul li .item a .border {
    margin-bottom: 10px;
  }
  .product-box2 ul li .item a h3 {
    font-size: 20px;
  }
  .product-box2 ul li .item a p {
    line-height: 20px;
    font-size: 14px;
  }
}
@-moz-keyframes widthAdd {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-o-keyframes widthAdd {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes widthAdd {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes widthAdd {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes heightAdd {
  0% {
    top: 100%;
  }
  100% {
    top: 8px;
  }
}
@-o-keyframes heightAdd {
  0% {
    top: 100%;
  }
  100% {
    top: 8px;
  }
}
@-webkit-keyframes heightAdd {
  0% {
    top: 100%;
  }
  100% {
    top: 8px;
  }
}
@keyframes heightAdd {
  0% {
    top: 100%;
  }
  100% {
    top: 8px;
  }
}
.case-box1 {
  padding: 44px 210px 188px;
}
.case-box1 ul li {
  float: left;
  width: 50%;
}
.case-box1 ul li:nth-child(odd) {
  -webkit-transform: translateY(144px);
  -moz-transform: translateY(144px);
  -ms-transform: translateY(144px);
  transform: translateY(144px);
}
.case-box1 ul li .item {
  padding: 32px 44px;
}
.case-box1 ul li .item a {
  display: block;
  color: #fff;
}
.case-box1 ul li .item a:hover .pic::before,
.case-box1 ul li .item a:hover .pic ins {
  visibility: visible;
  opacity: 1;
}
.case-box1 ul li .item a:hover .pic img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.case-box1 ul li .item a .pic {
  position: relative;
  overflow: hidden;
}
.case-box1 ul li .item a .pic::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  content: '';
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.case-box1 ul li .item a .pic img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.case-box1 ul li .item a .pic ins {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
  font-size: 26px;
  text-decoration: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.case-box1 ul li .item a h3 {
  margin: 22px 0 9px;
  font-size: 32px;
  font-weight: normal;
}
.case-box1 ul li .item a p {
  margin: 0;
  font-size: 20px;
  color: #e0e0e0;
}
@media (max-width: 1919px) {
  .case-box1 {
    padding: 50px;
  }
}
@media (max-width: 1365px) {
  .case-box1 {
    padding: 20px 10px;
  }
  .case-box1 ul li {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .case-box1 ul li:nth-child(odd) {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .case-box1 ul li .item {
    padding: 0;
  }
  .case-box1 ul li .item a h3 {
    margin: 10px 0 5px;
    font-size: 20px;
  }
  .case-box1 ul li .item a p {
    font-size: 14px;
  }
}
.case-detail {
  padding: 78px 210px;
  color: #fff;
  line-height: 170%;
}
.case-detail .title {
  color: #fff;
}
.case-detail .title h3 {
  margin: 0 0 80px;
  font-size: 30px;
  text-align: center;
}
.case-detail .title .info {
  width: 700px;
}
.case-detail .title .info img {
  float: left;
  width: 236px;
  margin-right: 40px;
}
.case-detail .title .info p {
  line-height: 54px;
  overflow: hidden;
  margin: 0;
  font-size: 26px;
}
.case-detail .title .info p:nth-child(2) {
  margin-top: 40px;
}
.case-detail .title .desc {
  overflow: hidden;
  padding: 17px 0 30px 14px;
  margin-top: 17px;
  border-left: 2px solid #a1a1a1;
}
.case-detail .title .desc h4 {
  padding-bottom: 10px;
  margin: 0 0 10px;
  border-bottom: 2px solid #ececec;
  font-size: 26px;
  font-weight: normal;
}
.case-detail .title .desc p {
  line-height: 30px;
  margin: 0;
  font-size: 18px;
  color: #c6c6c6;
}
.case-detail .item {
  padding: 0 80px;
  margin-top: 60px;
}
.case-detail .item .bd img {
  display: block;
  width: 100%;
}
.case-detail .item .bd .desc {
  padding: 0 10px;
  margin-top: 35px;
  color: #e0e0e0;
}
.case-detail .item .bd .desc p {
  line-height: 30px;
  margin: 0;
  font-size: 22px;
}
.case-detail .ft {
  margin-top: 60px;
}
.case-detail .ft a {
  font-size: 24px;
  color: #fff;
  background-repeat: no-repeat;
}
.case-detail .ft a:hover {
  color: #d31411;
}
.case-detail .ft a.prev {
  padding-left: 44px;
  background-image: url('../images/icon18.png');
  background-position: left center;
}
.case-detail .ft a.prev:hover {
  background-image: url('../images/icon18_1.png');
}
.case-detail .ft a.next {
  padding-right: 44px;
  background-image: url('../images/icon19.png');
  background-position: right center;
}
.case-detail .ft a.next:hover {
  background-image: url('../images/icon19_1.png');
}
@media (max-width: 1919px) {
  .case-detail {
    padding: 50px;
  }
}
@media (max-width: 1365px) {
  .case-detail {
    padding: 20px 10px;
  }
  .case-detail .title h3 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .case-detail .title .info {
    float: none;
    width: auto;
  }
  .case-detail .title .info img {
    float: none;
    display: block;
    width: 100%;
  }
  .case-detail .title .info p {
    line-height: 30px;
    font-size: 20px;
  }
  .case-detail .title .info p:nth-child(2) {
    margin-top: 10px;
  }
  .case-detail .title .desc {
    padding: 0;
    margin-top: 10px;
    border: 0;
  }
  .case-detail .title .desc h4 {
    font-size: 20px;
  }
  .case-detail .title .desc p {
    font-size: 16px;
  }
  .case-detail .item {
    padding: 0;
    margin-top: 30px;
  }
  .case-detail .item .hd {
    margin-bottom: 10px;
  }
  .case-detail .item .hd h3 {
    margin: 0;
    font-size: 22px;
  }
  .case-detail .item .hd h3::before {
    height: 10px;
  }
  .case-detail .item .bd .desc {
    margin-top: 10px;
  }
  .case-detail .item .bd .desc p {
    line-height: 22px;
    font-size: 14px;
  }
  .case-detail .ft {
    margin-top: 30px;
  }
  .case-detail .ft a {
    float: none;
    display: block;
    font-size: 14px;
  }
  .case-detail .ft a.pull-right {
    margin-top: 10px;
    text-align: right;
  }
}
.news-box1 {
  padding: 0 320px;
}
.news-box1 ul li {
  position: relative;
  overflow: hidden;
  margin-top: 34px;
}
.news-box1 ul li::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 24px;
  height: 29px;
  background: url('../images/icon23.png') no-repeat;
  opacity: 0;
  content: '';
}
.news-box1 ul li::after {
  display: block;
  width: 0;
  height: 5px;
  margin: 34px 0 12px;
  background-color: #d31411;
  content: '';
}
.news-box1 ul li:hover::before {
  -webkit-animation: hts 0.2s 0.3s linear forwards;
  -moz-animation: hts 0.2s 0.3s linear forwards;
  -ms-animation: hts 0.2s 0.3s linear forwards;
  animation: hts 0.2s 0.3s linear forwards;
}
.news-box1 ul li:hover::after {
  -webkit-animation: widthAdd 0.4s linear forwards;
  -moz-animation: widthAdd 0.4s linear forwards;
  -ms-animation: widthAdd 0.4s linear forwards;
  animation: widthAdd 0.4s linear forwards;
}
.news-box1 ul li:hover a .pic img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.news-box1 ul li a {
  display: block;
  color: #fff;
  background-color: #1a1a1a;
}
.news-box1 ul li a .pic {
  float: left;
  overflow: hidden;
  margin-right: 48px;
}
.news-box1 ul li a .pic img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news-box1 ul li a .desc {
  overflow: hidden;
  padding: 72px 50px 0;
}
.news-box1 ul li a .desc h3 {
  margin: 0;
  font-size: 22px;
}
.news-box1 ul li a .desc p {
  height: 36px;
  line-height: 18px;
  overflow: hidden;
  margin: 25px 0 110px;
  color: #e8e8e8;
}
.news-box1 ul li a .desc .ft {
  font-size: 14px;
}
.news-box1 ul li a .desc .ft span {
  float: right;
  padding-left: 21px;
  margin-left: 23px;
  background-repeat: no-repeat;
  background-position: left center;
}
.news-box1 ul li a .desc .ft span:nth-child(1) {
  background-image: url('../images/icon20.png');
}
.news-box1 ul li a .desc .ft span:nth-child(2) {
  background-image: url('../images/icon21.png');
}
.news-box1 ul li a .desc .ft span:nth-child(3) {
  background-image: url('../images/icon22.png');
}
@media (max-width: 1919px) {
  .news-box1 {
    padding: 0 50px;
  }
  .news-box1 ul li a .desc {
    padding: 50px 20px 0;
  }
}
@media (max-width: 1365px) {
  .news-box1 {
    padding: 0 10px;
  }
  .news-box1 ul li a .pic {
    float: none;
    margin: 0;
  }
  .news-box1 ul li a .desc {
    padding: 10px;
  }
  .news-box1 ul li a .desc h3 {
    font-size: 16px;
  }
  .news-box1 ul li a .desc p {
    height: auto;
    margin: 10px 0 20px;
  }
}
@-moz-keyframes hts {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes hts {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes hts {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hts {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.news-detail {
  padding: 0 316px 56px;
}
.news-detail .hd {
  padding: 80px 0 40px;
  border-bottom: 3px solid #808080;
  color: #fff;
  text-align: center;
}
.news-detail .hd h3 {
  margin: 0 0 30px;
  font-size: 30px;
}
.news-detail .hd p {
  margin: 0;
  font-size: 20px;
}
.news-detail .hd p span {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  padding-left: 33px;
  margin: 0 25px;
  background-repeat: no-repeat;
  background-position: left center;
}
.news-detail .hd p span.time {
  background-image: url('../images/icon24.png');
}
.news-detail .hd p span.read {
  background-image: url('../images/icon25.png');
}
.news-detail .bd {
  color: #fff;
}
.news-detail .bd p {
  line-height: 32px;
  font-size: 22px;
}
.news-detail .bd img {
  display: block;
  width: 100%;
}
.news-detail .btns {
  margin-top: 76px;
  text-align: center;
}
.news-detail .btns a {
  display: inline-block;
  width: 150px;
  height: 64px;
  margin: 0 36px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #d31411;
}
.news-detail .btns a.share {
  background-image: url('../images/icon26.png');
}
.news-detail .btns a.zan {
  background-image: url('../images/icon27.png');
}
.news-detail .ft {
  margin-top: 60px;
}
.news-detail .ft a {
  font-size: 24px;
  color: #fff;
  background-repeat: no-repeat;
}
.news-detail .ft a:hover {
  color: #d31411;
}
.news-detail .ft a.prev {
  padding-left: 44px;
  background-image: url('../images/icon18.png');
  background-position: left center;
}
.news-detail .ft a.prev:hover {
  background-image: url('../images/icon18_1.png');
}
.news-detail .ft a.next {
  padding-right: 44px;
  background-image: url('../images/icon19.png');
  background-position: right center;
}
.news-detail .ft a.next:hover {
  background-image: url('../images/icon19_1.png');
}
.news-detail .recommend-hd {
  margin-bottom: 40px;
  font-size: 36px;
  color: #fff;
  text-align: center;
}
.news-detail .recommend-bd {
  overflow: hidden;
}
.news-detail .recommend-bd ul {
  margin-right: -102px;
}
.news-detail .recommend-bd ul li {
  float: left;
  width: 33.33333333%;
}
.news-detail .recommend-bd ul li .item {
  padding-right: 102px;
}
.news-detail .recommend-bd ul li .item a {
  display: block;
  color: #fff;
}
.news-detail .recommend-bd ul li .item a:hover .desc {
  background-color: #d31411;
}
.news-detail .recommend-bd ul li .item a .pic {
  overflow: hidden;
}
.news-detail .recommend-bd ul li .item a .pic img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news-detail .recommend-bd ul li .item a .desc {
  padding: 30px 20px;
  border-bottom: 4px solid #d31411;
  background-color: #1a1a1a;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news-detail .recommend-bd ul li .item a .desc h3 {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  margin: 0 0 60px;
  font-size: 20px;
}
.news-detail .recommend-bd ul li .item a .desc .ft {
  font-size: 14px;
}
.news-detail .recommend-bd ul li .item a .desc .ft span {
  float: right;
  padding-left: 21px;
  margin-left: 23px;
  background-repeat: no-repeat;
  background-position: left center;
}
.news-detail .recommend-bd ul li .item a .desc .ft span:nth-child(1) {
  background-image: url('../images/icon20.png');
}
.news-detail .recommend-bd ul li .item a .desc .ft span:nth-child(2) {
  background-image: url('../images/icon21.png');
}
.news-detail .recommend-bd ul li .item a .desc .ft span:nth-child(3) {
  background-image: url('../images/icon22.png');
}
@media (max-width: 1919px) {
  .news-detail {
    padding: 0 50px 50px;
  }
}
@media (max-width: 1365px) {
  .news-detail {
    padding: 0 10px 10px;
  }
  .news-detail .hd {
    padding: 20px 0;
    border-bottom-width: 1px;
  }
  .news-detail .hd h3 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .news-detail .hd p {
    font-size: 12px;
  }
  .news-detail .hd p span {
    height: 16px;
    line-height: 16px;
    background-size: auto 100%;
  }
  .news-detail .bd p {
    line-height: 20px;
    font-size: 14px;
  }
  .news-detail .btns {
    margin-top: 20px;
  }
  .news-detail .btns a {
    height: 40px;
    margin: 0 10px;
    background-size: auto 50%;
  }
  .news-detail .ft {
    margin: 20px 0;
  }
  .news-detail .ft a {
    font-size: 14px;
    background-size: auto 100%;
  }
  .news-detail .recommend-hd {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .news-detail .recommend-bd ul {
    margin: 0;
  }
  .news-detail .recommend-bd ul li {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .news-detail .recommend-bd ul li .item {
    padding: 0;
  }
  .news-detail .recommend-bd ul li .item a .desc {
    padding: 10px;
  }
  .news-detail .recommend-bd ul li .item a .desc h3 {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.aboutus-box1 {
  padding: 90px 108px 100px;
}
.aboutus-box1 .hd {
  color: #fff;
}
.aboutus-box1 .hd h3 {
  margin: 0;
  font-size: 34px;
  font-weight: normal;
}
.aboutus-box1 .hd h4 {
  margin: 10px 0 38px;
  font-size: 12px;
  font-weight: normal;
}
.aboutus-box1 .hd h5 {
  margin: 0 0 15px;
  font-size: 22px;
  font-weight: normal;
}
.aboutus-box1 .hd h6 {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
}
.aboutus-box1 .nums {
  overflow: hidden;
  margin: 12px 0 55px;
}
.aboutus-box1 .nums ul li {
  display: inline-block;
  text-align: center;
}
.aboutus-box1 .nums ul li:not(:last-child) {
  margin-right: 90px;
}
.aboutus-box1 .nums ul li:nth-child(1)::before {
  background-image: url('../images/icon4.png');
}
.aboutus-box1 .nums ul li:nth-child(2)::before {
  background-image: url('../images/icon5.png');
}
.aboutus-box1 .nums ul li:nth-child(3)::before {
  background-image: url('../images/icon6.png');
}
.aboutus-box1 .nums ul li::before {
  display: block;
  height: 52px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  content: '';
}
.aboutus-box1 .nums ul li p {
  margin: 0;
  font-size: 16px;
  color: #fff;
}
.aboutus-box1 .nums ul li p strong {
  margin-right: 10px;
  font-size: 46px;
  color: #d31411;
}
.aboutus-box1 .bd {
  overflow: hidden;
}
.aboutus-box1 .bd p {
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  text-align: justify;
}
@media (max-width: 1919px) {
  .aboutus-box1 {
    padding: 50px;
  }
  .aboutus-box1 .nums {
    margin-bottom: 20px;
  }
  .aboutus-box1 .nums ul li:not(:last-child) {
    margin-right: 80px;
  }
}
@media (max-width: 1439px) {
  .aboutus-box1 .nums ul li p {
    font-size: 14px;
  }
  .aboutus-box1 .nums ul li p strong {
    font-size: 30px;
  }
  .aboutus-box1 .bd p {
    line-height: 22px;
  }
}
@media (max-width: 1365px) {
  .aboutus-box1 {
    padding: 20px 10px;
  }
  .aboutus-box1 .hd h3 {
    font-size: 22px;
  }
  .aboutus-box1 .hd h4 {
    margin: 10px 0 20px;
  }
  .aboutus-box1 .nums ul li {
    float: left;
    width: 33.33333333%;
  }
  .aboutus-box1 .nums ul li:not(:last-child) {
    margin: 0;
  }
  .aboutus-box1 .nums ul li::before {
    height: 30px;
    margin-bottom: 10px;
  }
  .aboutus-box1 .nums ul li p {
    font-size: 12px;
  }
  .aboutus-box1 .nums ul li p strong {
    font-size: 22px;
  }
}
.aboutus-swiper1.swiper-container {
  position: relative;
  width: 884px;
  margin: 90px 0 0 90px;
}
.aboutus-swiper1.swiper-container .swiper-slide::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  content: '';
}
.aboutus-swiper1.swiper-container .swiper-slide::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url('../images/mask1.png') no-repeat 0 0/100%;
  content: '';
}
.aboutus-swiper1.swiper-container .swiper-slide img {
  display: block;
  width: 100%;
}
.aboutus-swiper1.swiper-container .swiper-slide p {
  position: absolute;
  bottom: 46px;
  left: 38px;
  z-index: 3;
  width: 211px;
  height: 86px;
  line-height: 86px;
  overflow: hidden;
  margin: 0;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: url('../images/bg5.png') no-repeat 0 0 / auto 100%;
}
.aboutus-swiper1.swiper-container .swiper-slide p span {
  display: none;
  font-size: 18px;
}
.aboutus-swiper1.swiper-container .swiper-slide-active::before {
  display: none;
}
.aboutus-swiper1.swiper-container .swiper-slide-active p {
  left: 18px;
  width: 100%;
  padding-left: 30px;
  text-align: left;
  background-image: url('../images/bg6.png');
}
.aboutus-swiper1.swiper-container .swiper-slide-active p span {
  display: inline;
}
.aboutus-swiper1.swiper-container .aboutus-swiper1-next {
  position: absolute;
  right: 150px;
  bottom: 70px;
  z-index: 9;
  width: 31px;
  height: 22px;
  background: url('../images/icon28.png') no-repeat;
}
@media (max-width: 1919px) {
  .aboutus-swiper1.swiper-container {
    width: 600px;
    margin-left: 20px;
  }
  .aboutus-swiper1.swiper-container .swiper-slide p {
    left: 24px;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    font-size: 14px;
    text-align: left;
  }
  .aboutus-swiper1.swiper-container .swiper-slide p span {
    font-size: 12px;
  }
  .aboutus-swiper1.swiper-container .swiper-slide-active p {
    left: 17px;
  }
  .aboutus-swiper1.swiper-container .aboutus-swiper1-next {
    right: 100px;
    bottom: 52px;
  }
}
@media (max-width: 1365px) {
  .aboutus-swiper1.swiper-container {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
}
.aboutus-box2 {
  padding-bottom: 32px;
  color: #fff;
  background: url('../images/bg7.jpg') no-repeat center;
  background-size: cover;
}
.aboutus-box2 .info {
  display: none;
  padding: 136px 180px 0 222px;
}
.aboutus-box2 .info .hd {
  float: left;
  margin-top: 170px;
}
.aboutus-box2 .info .hd h3 {
  margin: 0 0 12px;
  font-size: 80px;
}
.aboutus-box2 .info .hd p {
  margin: 0;
  font-size: 40px;
  text-align: right;
}
.aboutus-box2 .info .hd p span {
  float: left;
  line-height: 26px;
  font-size: 18px;
  font-style: italic;
}
.aboutus-box2 .info .num {
  float: left;
  margin-top: 150px;
  font-size: 260px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.aboutus-box2 .info .num::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: block;
  border-top: 1px solid #fff;
  content: '';
}
.aboutus-box2 .info .num span {
  position: relative;
}
.aboutus-box2 .info .bd {
  overflow: hidden;
  text-align: center;
}
.aboutus-box2 .info .bd img {
  display: block;
  width: 100%;
}
.aboutus-box2 .info .bd .desc {
  margin-top: 58px;
  text-align: left;
}
.aboutus-box2 .info .bd .desc p {
  line-height: 24px;
  font-size: 18px;
}
.aboutus-box2 .year {
  position: relative;
  padding: 50px 180px 0 0;
  margin-top: 112px;
}
.aboutus-box2 .year::before {
  position: absolute;
  top: 60px;
  right: 0;
  left: 0;
  height: 1px;
  background-color: #b2b3b4;
  content: '';
}
.aboutus-box2 .year .item {
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}
.aboutus-box2 .year .item::before {
  display: block;
  width: 12px;
  height: 12px;
  margin: 4px auto 39px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  content: '';
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.aboutus-box2 .year .item.active,
.aboutus-box2 .year .item:hover {
  color: #d31411;
}
.aboutus-box2 .year .item.active::before,
.aboutus-box2 .year .item:hover::before {
  width: 20px;
  height: 20px;
  margin: 0 auto 35px;
  border: 4px solid #d31411;
}
.aboutus-box2 .year .aboutus-swiper2-prev {
  position: absolute;
  top: 0;
  right: 30px;
  width: 74px;
  height: 58px;
  background: url('../images/icon29.png') no-repeat;
}
.aboutus-box2 .year .aboutus-swiper2-prev:hover {
  background-image: url('../images/icon29_1.png');
}
.aboutus-box2 .year .aboutus-swiper2-next {
  position: absolute;
  top: 61px;
  right: 104px;
  width: 74px;
  height: 58px;
  background: url('../images/icon30.png') no-repeat;
}
.aboutus-box2 .year .aboutus-swiper2-next:hover {
  background-image: url('../images/icon30_1.png');
}
@media (max-width: 1919px) {
  .aboutus-box2 .info {
    padding: 100px 50px 0;
  }
}
@media (max-width: 1439px) {
  .aboutus-box2 .info .num {
    font-size: 180px;
  }
}
@media (max-width: 1365px) {
  .aboutus-box2 .info {
    padding: 50px 10px 0;
  }
  .aboutus-box2 .info .hd {
    float: none;
    margin: 0;
  }
  .aboutus-box2 .info .hd h3 {
    font-size: 40px;
  }
  .aboutus-box2 .info .hd p {
    font-size: 28px;
  }
  .aboutus-box2 .info .hd p span {
    line-height: 20px;
    font-size: 12px;
  }
  .aboutus-box2 .info .num {
    float: none;
    margin: 20px 0;
    font-size: 80px;
    text-align: center;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .aboutus-box2 .info .bd .desc {
    margin-top: 20px;
  }
  .aboutus-box2 .info .bd .desc p {
    line-height: 20px;
    font-size: 14px;
  }
  .aboutus-box2 .year {
    margin-top: 20px;
  }
}
.aboutus-box3 {
  padding-top: 73px;
}
.aboutus-box3 .hd {
  margin-bottom: 70px;
  color: #fff;
  text-align: center;
}
.aboutus-box3 .hd h3 {
  margin: 0;
}
.aboutus-box3 .hd h3 span {
  position: relative;
  display: inline-block;
  padding: 0 155px;
  font-size: 34px;
}
.aboutus-box3 .hd h3 span::before,
.aboutus-box3 .hd h3 span::after {
  position: absolute;
  top: 50%;
  display: block;
  width: 138px;
  height: 2px;
  background-color: #ececec;
  content: '';
}
.aboutus-box3 .hd h3 span::before {
  right: 50%;
  margin-right: 80px;
}
.aboutus-box3 .hd h3 span::after {
  left: 50%;
  margin-left: 80px;
}
.aboutus-box3 .bd {
  background: url('../images/bg8.jpg') no-repeat;
  background-size: cover;
}
.aboutus-box3 .bd ul li {
  float: left;
  width: 25%;
}
.aboutus-box3 .bd ul li .item {
  padding: 20px 96px;
}
.aboutus-box3 .bd ul li .item .pic:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.aboutus-box3 .bd ul li .item .pic img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.aboutus-box3 .round {
  position: relative;
  padding: 290px 400px 380px;
}
.aboutus-box3 .round ul li img {
  display: block;
  width: 100%;
}
.aboutus-box3 .round-prev,
.aboutus-box3 .round-next {
  position: absolute;
  top: 50%;
  width: 93px;
  height: 180px;
  margin-top: -90px;
  background-repeat: no-repeat;
}
.aboutus-box3 .round-prev {
  left: 108px;
  background-image: url('../images/icon31.png');
}
.aboutus-box3 .round-next {
  right: 108px;
  background-image: url('../images/icon32.png');
}
.aboutus-box3 .round-swiper img {
  display: block;
  width: 100%;
}
@media (max-width: 1919px) {
  .aboutus-box3 .bd ul li .item {
    padding: 20px 50px;
  }
}
@media (max-width: 1365px) {
  .aboutus-box3 {
    padding-top: 20px;
  }
  .aboutus-box3 .hd {
    margin-bottom: 20px;
  }
  .aboutus-box3 .hd h3 span {
    padding: 0 50px;
    font-size: 22px;
  }
  .aboutus-box3 .bd ul li {
    width: 50%;
  }
  .aboutus-box3 .bd ul li .item {
    padding: 20px 30px;
  }
}
.aboutus-box4 img {
  display: block;
  width: 100%;
}
.join-box1 .hd {
  color: #fff;
  text-align: center;
}
.join-box1 .hd h3 {
  position: relative;
  display: inline-block;
  line-height: 128px;
  padding: 0 30px 130px 40px;
  border-bottom: 1px solid #7a7a7a;
  font-size: 114px;
  text-align: left;
}
.join-box1 .hd h3 span {
  position: absolute;
  top: 0;
  left: 100%;
  line-height: 60px;
  font-size: 30px;
  white-space: nowrap;
}
.join-box1 .bd {
  padding: 0 155px;
}
.join-box1 .bd ul li {
  float: left;
  width: 50%;
}
.join-box1 .bd ul li .item {
  padding: 90px 80px;
}
.join-box1 .bd ul li .item h3 {
  padding-left: 136px;
  margin: 0 0 60px;
  font-size: 56px;
  font-weight: normal;
  color: #fff;
  background: url('../images/icon33.png') no-repeat left center;
}
.join-box1 .bd ul li .item h4 {
  margin: 40px 0 25px;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
}
.join-box1 .bd ul li .item p {
  line-height: 24px;
  font-size: 14px;
  color: #c6c6c6;
}
.join-box1 .ft {
  padding-bottom: 90px;
  text-align: center;
}
.join-box1 .ft p {
  display: inline-block;
  line-height: 82px;
  padding-top: 70px;
  margin: 0;
  border-top: 1px solid #727272;
  font-size: 40px;
  color: #fff;
}
@media (max-width: 1919px) {
  .join-box1 .bd {
    padding: 0 50px;
  }
}
@media (max-width: 1439px) {
  .join-box1 .bd ul li .item {
    padding: 50px;
  }
}
@media (max-width: 1365px) {
  .join-box1 .hd h3 {
    line-height: 50px;
    padding: 0 20px 30px 30px;
    font-size: 40px;
  }
  .join-box1 .hd h3 span {
    line-height: 30px;
    font-size: 16px;
  }
  .join-box1 .bd {
    padding: 0 10px;
  }
  .join-box1 .bd ul li {
    float: none;
    width: 100%;
  }
  .join-box1 .bd ul li .item {
    padding: 20px 0;
  }
  .join-box1 .bd ul li .item h3 {
    padding-left: 60px;
    margin-bottom: 10px;
    font-size: 20px;
    background-size: auto 100%;
  }
  .join-box1 .bd ul li .item h4 {
    margin: 15px 0 10px;
    font-size: 16px;
  }
  .join-box1 .ft {
    padding-bottom: 20px;
  }
  .join-box1 .ft p {
    line-height: 30px;
    padding-top: 20px;
    font-size: 18px;
  }
}
.contactus-box1 {
  padding: 70px 320px;
}
.contactus-box1 .hd {
  color: #fff;
}
.contactus-box1 .hd h3 {
  margin: 0 0 55px;
  font-size: 82px;
  font-weight: normal;
}
.contactus-box1 .hd p {
  margin: 0;
  font-size: 18px;
  letter-spacing: 14px;
}
.contactus-box1 .hd p::after {
  display: inline-block;
  width: 52px;
  height: 1px;
  margin-left: 35px;
  vertical-align: middle;
  background-color: #c6c6c6;
  content: '';
}
.contactus-box1 .bd {
  padding: 40px 130px 70px;
}
.contactus-box1 .bd input {
  display: block;
  width: 100%;
  height: 44px;
  margin-top: 44px;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #727272;
  font-size: 18px;
  color: #fff;
  background: transparent;
}
.contactus-box1 .bd .submit {
  display: block;
  height: 59px;
  padding: 0 95px 0 0;
  margin-top: 50px;
  border: 0;
  font-size: 18px;
  color: #fff;
  background: url('../images/icon34.png') no-repeat right center / auto 100%;
}
.contactus-box1 .bd .submit:hover {
  color: #d31411;
  background-image: url('../images/icon34_1.png');
}
.contactus-box1 .ft .desc {
  margin: 138px 35px 0 0;
}
.contactus-box1 .ft .desc h3 {
  margin: 0;
  font-size: 42px;
  color: #fff;
}
.contactus-box1 .ft .desc h4,
.contactus-box1 .ft .desc p {
  font-size: 16px;
  color: #ececec;
}
.contactus-box1 .ft .desc h4 {
  margin: 45px 0;
  font-weight: normal;
}
.contactus-box1 .ft .desc p {
  margin: 0;
  line-height: 30px;
}
.contactus-box1 .ft .map {
  height: 490px;
  overflow: hidden;
}
@media (max-width: 1919px) {
  .contactus-box1 {
    padding: 50px;
  }
}
@media (max-width: 1365px) {
  .contactus-box1 {
    padding: 20px 10px;
  }
  .contactus-box1 .hd h3 {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .contactus-box1 .hd p {
    font-size: 14px;
  }
  .contactus-box1 .bd {
    padding: 20px 10px;
  }
  .contactus-box1 .bd input {
    font-size: 14px;
  }
  .contactus-box1 .bd .submit {
    height: 40px;
    padding-right: 70px;
    font-size: 14px;
  }
  .contactus-box1 .ft .desc {
    float: none;
    margin: 20px 0;
  }
  .contactus-box1 .ft .desc h3 {
    font-size: 22px;
  }
  .contactus-box1 .ft .desc h4 {
    margin: 10px 0;
    font-size: 14px;
  }
  .contactus-box1 .ft .desc p {
    font-size: 14px;
  }
}
