/* 图片放大 */
.img_scale {
  overflow: hidden;
}
.img_scale img {
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -ms-transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -o-transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -moz-transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.img_scale:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.img_scale:hover .full {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.main-tit {
  color: #2d2d2d;
}
.inner-wrap {
  background: #4e4e4e;
  padding-bottom: 3.3333%;
}
.inner-wrap .wrap-main {
  width: 81.4583%;
  margin: 0 auto;
  background: #f8f8f8;
  padding-top: 14px;
  padding-left: 6.25%;
  padding-right: 6.25%;
  overflow: hidden;
  transform: translateY(-70px);
  -ms-transform: translateY(-70px);
  -o-transform: translateY(-70px);
  -webkit-transform: translateY(-70px);
  -moz-transform: translateY(-70px);
}
.ita-flag {
  font-size: 0;
}
.ita-flag span {
  display: inline-block;
  vertical-align: top;
}
.ita-flag span:nth-child(1) {
  background-color: #009346;
}
.ita-flag span:nth-child(2) {
  background-color: #fff;
}
.ita-flag span:nth-child(3) {
  background-color: #ec1d28;
}
.saying .txt2 {
  font-size: 38px;
  font-family: 'PALSCRI';
  line-height: 1;
}
.saying .txt3 {
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
}
.saying1 .txt1 {
  font-size: 18px;
}
.saying2 .txt1 {
  font-size: 24px;
}
.vc-type {
  height: 115px;
  line-height: 114px;
  text-align: center;
  font-size: 17px;
  font-weight: 300;
  background-color: rgba(251, 251, 251, 0.8);
  overflow: hidden;
}
.vc-type li {
  float: left;
  border-bottom: 1px solid rgba(229, 229, 229, 0.9);
  position: relative;
}
.vc-type li:before {
  content: '';
  width: 1px;
  height: 52.1739%;
  background-color: rgba(229, 229, 229, 0.75);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.vc-type li:after {
  content: '';
  width: 60px;
  height: 2px;
  background-color: #ba0715;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  bottom: -3px;
  transition: bottom 0.2s ease;
  -ms-transition: bottom 0.2s ease;
  -o-transition: bottom 0.2s ease;
  -webkit-transition: bottom 0.2s ease;
  -moz-transition: bottom 0.2s ease;
}
.vc-type li:first-child:before {
  display: none;
}
.vc-type li:hover a,
.vc-type li.active a {
  color: #ba0715;
}
.vc-type li:hover:after,
.vc-type li.active:after {
  bottom: -1px;
}
.vc-type a {
  display: block;
  color: #000;
  transition: color 0.45s ease;
  -ms-transition: color 0.45s ease;
  -o-transition: color 0.45s ease;
  -webkit-transition: color 0.45s ease;
  -moz-transition: color 0.45s ease;
}
@media (max-width: 1680px) {
  .inner-wrap .wrap-main {
    width: 88%;
  }
}
@media (max-width: 1440px) {
  .vc-type {
    height: 86px;
    line-height: 85px;
    font-size: 16px;
  }
  .inner-wrap .wrap-main {
    padding-left: 4%;
    padding-right: 4%;
  }
  .saying .txt2 {
    font-size: 30px;
  }
  .saying2 .txt1 {
    font-size: 22px;
  }
}
@media (max-width: 1280px) {
  .inner-wrap .wrap-main {
    width: 92%;
  }
}
@media (max-width: 1200px) {
  .vc-type {
    height: 66px;
    line-height: 65px;
    font-size: 15px;
  }
}
@media (max-width: 1000px) {
  .inner-wrap .wrap-main {
    padding-top: 25px;
  }
}
@media (max-width: 768px) {
  .vc-type {
    height: 56px;
    line-height: 55px;
  }
}
@media (max-width: 414px) {
  .vc-type {
    font-size: 14px;
  }
}
/*============================================= 最新动态 =============================================*/
.news .main-tit {
  margin-left: -14px;
}
.news .main-tit p {
  margin-left: 28px;
  margin-top: 30px;
}
.news .news-list {
  margin-bottom: 6.2878%;
  margin-top: 25px;
}
.news .news-list li {
  margin-bottom: 45px;
}
.news .news-list li:hover .day,
.news .news-list li:hover .ym,
.news .news-list li:hover .news-tit {
  color: #b80411;
}
.news .news-list li:hover .news-info:before {
  width: 7.8313%;
  background-color: #b80411;
}
.news .news-list li:hover .info-wrap {
  transform: translateX(14px);
  -ms-transform: translateX(14px);
  -o-transform: translateX(14px);
  -webkit-transform: translateX(14px);
  -moz-transform: translateX(14px);
}
.news .news-list li:hover .news-arrow:before,
.news .news-list li:hover .news-arrow:after {
  background-color: #b80411;
}
.news .news-list a {
  display: block;
  font-size: 0;
  padding: 33px 28px 33px 40px;
  background-color: #ededed;
}
.news .news-txt {
  width: calc(100% - 302px);
  float: left;
  font-size: 0;
}
.news .time-wrap {
  width: 120px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.news .day {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  transition: color 0.45s ease;
  -ms-transition: color 0.45s ease;
  -o-transition: color 0.45s ease;
  -webkit-transition: color 0.45s ease;
  -moz-transition: color 0.45s ease;
}
.news .ym {
  font-size: 16px;
  font-weight: 300;
  color: #555;
  transition: color 0.45s ease;
  -ms-transition: color 0.45s ease;
  -o-transition: color 0.45s ease;
  -webkit-transition: color 0.45s ease;
  -moz-transition: color 0.45s ease;
}
.news .news-info {
  width: calc(100% - 120px);
  display: inline-block;
  vertical-align: top;
  padding-left: 11.0526%;
  padding-right: 8.9473%;
  position: relative;
}
.news .news-info:before {
  content: '';
  width: 6.6265%;
  height: 1px;
  background-color: #555;
  position: absolute;
  top: 13px;
  left: 0;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.news .info-wrap {
  transition: transform 0.45s ease;
  -ms-transition: transform 0.45s ease;
  -o-transition: transform 0.45s ease;
  -webkit-transition: transform 0.45s ease;
  -moz-transition: transform 0.45s ease;
}
.news .news-tit {
  font-size: 18px;
  line-height: 1.44;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  transition: color 0.45s ease;
  -ms-transition: color 0.45s ease;
  -o-transition: color 0.45s ease;
  -webkit-transition: color 0.45s ease;
  -moz-transition: color 0.45s ease;
}
.news .desc {
  color: #555;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 26px;
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news .news-arrow {
  width: 30px;
  height: 8px;
}
.news .news-arrow:before,
.news .news-arrow:after {
  background-color: #747474;
  transition: background-color 0.4s ease;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
}
.news .news-arrow:after {
  width: 11px;
  bottom: 3px;
}
.news .news-img {
  width: 302px;
  float: right;
}
.news .page-wrap {
  margin: 0 -9.09%;
  padding: 30px 0;
  border-top: 1px solid #dcdcdc;
}
@media (max-width: 1440px) {
  .news .day {
    font-size: 40px;
  }
  .news .news-list a {
    padding: 25px 20px;
  }
}
@media (max-width: 1280px) {
  .news .news-list li {
    margin-bottom: 30px;
  }
  .news .news-info {
    padding-left: 2%;
    padding-right: 4%;
    width: calc(100% - 100px);
  }
  .news .news-info::before {
    display: none;
  }
  .news .news-info .news-tit {
    font-size: 20px;
  }
  .news .time-wrap {
    width: 100px;
  }
}
@media (max-width: 1000px) {
  .news .time-wrap {
    display: none;
  }
  .news .news-info {
    width: 100%;
    padding-left: 30px;
    padding-right: 0;
  }
  .news .news-info .news-tit {
    margin-bottom: 0;
  }
  .news .news-info .desc {
    padding-top: 10px;
  }
  .news .news-img {
    float: left;
    width: 40%;
  }
  .news .news-txt {
    width: 60%;
    float: right;
  }
  .news li:hover .info-wrap {
    transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
  }
}
@media (max-width: 768px) {
  .news .inner-menu {
    width: 100%;
    float: none;
  }
  .news .inner-menu li {
    width: 33.3333%;
  }
  .news .main-tit {
    float: none;
    margin-left: 0;
    text-align: center;
    margin-top: 20px;
  }
  .news .main-tit p {
    text-align: left;
  }
  .news .news-info {
    padding-left: 20px;
  }
  .news .news-info .news-tit {
    font-size: 18px;
  }
  .news .news-info .desc {
    margin-top: 5px;
  }
  .news .news-arrow {
    display: none;
  }
  .news .desc {
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .news .news-img {
    width: 100%;
    float: none;
  }
  .news .news-img img {
    width: 100%;
  }
  .news .news-txt {
    width: 100%;
    float: none;
    margin-top: 25px;
  }
  .news .news-info {
    padding-left: 0;
  }
}
/*============================================= 新闻详情 =============================================*/
.news-info {
  position: relative;
}
.news-info .inner-wrap {
  padding-bottom: 14px;
}
.news-info .wrap-main {
  padding-top: 82px;
  padding-bottom: 75px;
  transform: translateY(-114px);
  -ms-transform: translateY(-114px);
  -o-transform: translateY(-114px);
  -webkit-transform: translateY(-114px);
  -moz-transform: translateY(-114px);
}
.news-info .info-left {
  width: 64.3939%;
}
.news-info .info-right {
  width: 37.1212%;
  background: #ededed;
  padding-top: 40px;
  padding-left: 3.0303%;
  padding-bottom: 40px;
  padding-right: 8.8636%;
  margin-right: -9.0151%;
  margin-top: 32px;
}
.news-info .right-tit {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 10px;
  margin-bottom: 22px;
}
.news-info .right-tit p {
  font-size: 16px;
}
.news-info .right-tit a {
  font-size: 12px;
  font-weight: 300;
  margin-top: 6px;
  margin-right: 7px;
  transition: color 0.45s ease;
  -ms-transition: color 0.45s ease;
  -o-transition: color 0.45s ease;
  -webkit-transition: color 0.45s ease;
  -moz-transition: color 0.45s ease;
}
.news-info .right-tit a:hover {
  color: #ba0715;
}
.news-info .right-list li {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 20px;
  margin-bottom: 22px;
}
.news-info .right-list a {
  display: block;
  font-weight: 300;
}
.news-info .right-list a:hover h4 {
  color: #ba0715;
}
.news-info .right-list h4 {
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  transition: color 0.45s ease;
  -ms-transition: color 0.45s ease;
  -o-transition: color 0.45s ease;
  -webkit-transition: color 0.45s ease;
  -moz-transition: color 0.45s ease;
  margin-top: 22px;
  margin-bottom: 8px;
}
.news-info .right-list span {
  font-size: 12px;
  color: #555;
}
.news-info .news-tit {
  font-size: 26px;
  margin-bottom: 28px;
}
.news-info .info1-l {
  margin-top: 4px;
}
.news-info .info1-l span {
  font-size: 12px;
  font-weight: 300;
  color: #555;
}
.news-info .info1-l span:first-child {
  margin-right: 23px;
  position: relative;
}
.news-info .info1-l span:first-child:after {
  content: '';
  width: 1px;
  height: 14px;
  background-color: #8c8c8c;
  position: absolute;
  right: -13px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.news-info .share {
  font-size: 0;
}
.news-info .share li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #e4e4e4;
  border-radius: 50%;
  cursor: pointer;
  color: #afafaf;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  margin-right: 10px;
}
.news-info .share li:last-child {
  margin-right: 0;
}
.news-info .share li:hover {
  background: #ba0715;
  color: #fff;
}
.news-info .fxcode-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
.news-info .fxcode {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  text-align: center;
  background: #fff;
  padding: 8px 10px 10px 10px;
  font-size: 14px;
}
.news-info .fxcode p {
  margin-bottom: 7px;
}
.news-info .fxcode-close {
  position: absolute;
  background: #fff;
  border: 1px solid #8b8a8a;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 18px;
  top: -10px;
  right: -11px;
  color: #2a2a2a;
  cursor: pointer;
}
.news-info .fxcode-close:hover {
  color: #e10a29;
}
.news-info .desc {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  font-size: 13px;
  font-weight: 300;
  line-height: 2;
  padding-top: 20px;
  padding-bottom: 66px;
  margin-top: 16px;
}
.news-info .desc img {
  max-width: 100%;
  height: auto;
}
.news-info .desc p {
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
}
.news-info .info-page {
  font-size: 13px;
  margin-top: 23px;
}
.news-info .return {
  width: 148px;
  height: 46px;
  line-height: 46px;
  background-color: #ba0715;
  background-image: url(../images/return.png);
  background-repeat: no-repeat;
  background-position: 35px center;
  padding-left: 63px;
  font-weight: 300;
  display: block;
  color: #fff;
  margin: 0 auto;
}
.news-info .last-page,
.news-info .next-page {
  width: 35%;
}
.news-info .last-page p,
.news-info .next-page p {
  margin-bottom: 4px;
}
.news-info .last-page a,
.news-info .next-page a {
  transition: color 0.45s ease;
  -ms-transition: color 0.45s ease;
  -o-transition: color 0.45s ease;
  -webkit-transition: color 0.45s ease;
  -moz-transition: color 0.45s ease;
}
.news-info .last-page a:hover,
.news-info .next-page a:hover {
  color: #ba0715;
}
.news-info .last-page {
  float: left;
}
.news-info .next-page {
  float: right;
  text-align: right;
}
@media (max-width: 1440px) {
  .news-info .news-tit {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .news-info .wrap-main {
    padding-top: 55px;
  }
  .news-info .desc {
    padding-bottom: 45px;
  }
  .news-info .info-left {
    width: 66%;
  }
  .news-info .info-right {
    width: 39%;
  }
  .news-info .last-page,
  .news-info .next-page {
    width: 100%;
  }
  .news-info .last-page p,
  .news-info .next-page p,
  .news-info .last-page a,
  .news-info .next-page a {
    line-height: 24px;
    display: inline-block;
  }
  .news-info .next-page {
    float: none;
    text-align: left;
  }
  .news-info .return {
    margin: 20px 0 0;
  }
}
@media (max-width: 1000px) {
  .news-info .info-left {
    width: 100%;
    float: none;
  }
  .news-info .info-right {
    width: 100%;
    float: none;
    padding: 0;
    margin-right: 0;
    background: none;
  }
  .news-info .right-list ul {
    margin: 0 -6px;
  }
  .news-info .right-list li {
    width: 33.3333%;
    float: left;
    border: none;
    padding: 0 6px 0;
  }
}
@media (max-width: 768px) {
  .news-info .news-tit {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .news-info .right-list li {
    width: 100%;
    margin-bottom: 30px;
  }
  .news-info .right-list h4 {
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .news-info .news-tit {
    font-size: 18px;
  }
}
/*============================================= 联系我们 =============================================*/
.contact .wrap-main {
  padding-bottom: 1.5625%;
}
.contact .main-tit p {
  margin-left: 16px;
  margin-top: 30px;
}
.contact .main-tit span {
  margin-left: -6px;
  margin-top: -5px;
}
.contact .contact-intro {
  background-color: #ededed;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5.606%;
}
.contact .contact-intro .tit1,
.contact .contact-intro .tit2 {
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
}
.contact .contact-intro .tit2 {
  margin-bottom: 10.4166%;
}
.contact .contact-intro .hotline-label,
.contact .contact-intro .site {
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
}
.contact .contact-intro .hotline {
  font-size: 24px;
  margin-top: 1.4583%;
  margin-bottom: 2.0833%;
}
.contact .intro-r {
  width: 48.1818%;
}
.contact .intro-l {
  width: 51.8181%;
  padding-left: 9.3939%;
  padding-right: 6.0606%;
  padding-top: 6.5151%;
  padding-bottom: 2%;
  background-image: url(../images/contact-txt.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 98% top;
  position: relative;
}
.contact .intro-l-txt {
  position: relative;
}
.contact .intro-l-txt:before {
  content: attr(data-txt);
  font-size: 10px;
  color: #a3a3a3;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: absolute;
  left: -18px;
  top: -3px;
  transform-origin: left center;
  transform: rotate(90deg) scale(0.8333);
  -ms-transform: rotate(90deg) scale(0.8333);
  -o-transform: rotate(90deg) scale(0.8333);
  -webkit-transform: rotate(90deg) scale(0.8333);
  -moz-transform: rotate(90deg) scale(0.8333);
}
.contact .address-list li {
  background-color: #ededed;
  padding: 16px;
  font-size: 0;
  margin-bottom: 45px;
}
.contact .address-txt {
  width: 59.1614%;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.contact .address-txt > div {
  display: inline-block;
  vertical-align: middle;
}
.contact .branch {
  text-align: center;
  width: 31.7585%;
  min-width: 160px;
}
.contact .branch .cn {
  font-size: 28px;
  margin-bottom: 16px;
}
.contact .branch .en {
  font-size: 13px;
  text-transform: uppercase;
}
.contact .info-wrap {
  width: 68.2414%;
  max-width: calc(100% - 160px);
  padding-left: 12.3076%;
  padding-right: 2.8846%;
  padding-top: 4.8076%;
  padding-bottom: 5.3846%;
  position: relative;
}
.contact .info-wrap:before {
  content: '';
  width: 0;
  height: 100%;
  border-left: 1px dashed #b7b7b7;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.contact .company-name {
  font-size: 18px;
  margin-bottom: 30px;
}
.contact .address-desc {
  padding-left: 36px;
  font-weight: 300;
  margin-bottom: 14px;
  position: relative;
}
.contact .address-desc .cn {
  font-size: 13px;
  line-height: 24px;
}
.contact .address-desc .en {
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
}
.contact .address-desc:before {
  content: '';
  width: 17px;
  height: 22px;
  background: url(../images/address-icon.png) no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
}
.contact .tell-info {
  font-size: 13px;
  font-weight: 300;
  padding-left: 36px;
  position: relative;
}
.contact .tell-info span {
  margin-left: 8px;
}
.contact .tell-info:before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../images/tell-icon.png) no-repeat;
  position: absolute;
  left: 0;
  top: -5px;
}
.contact .map-wrap {
  width: 40.6832%;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  border: 1px solid #dededd;
}
.contact .map-wrap .map {
  width: 100%;
  height: 302px;
  font-size: 12px;
}
@media (max-width: 480px) {
  .contact .branch {
    text-align: left;
  }
  .contact .info-wrap {
    padding-left: 0px;
  }
  .contact .info-wrap .company-name {
    text-align: left !important;
  }
}
/*============================================= 人才招聘 =============================================*/
.recruit .wrap-main {
  padding-bottom: 6.4583%;
}
.recruit .main-tit {
  margin-left: -19px;
}
.recruit .main-tit p {
  margin-left: 16px;
  margin-top: 28px;
}
.recruit .main-tit span {
  margin-left: -8px;
}
.recruit .inner-type-list {
  font-size: 0;
  text-align: center;
}
.recruit .inner-type-list ul {
  display: inline-block;
}
.recruit .inner-type-list li {
  float: left;
  margin-left: 10px;
  width: 168px;
  line-height: 58px;
  font-size: 13px;
  text-align: center;
  background-color: #252424;
  transition: background-color 0.4s ease;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
}
.recruit .inner-type-list li:hover,
.recruit .inner-type-list li.active {
  background-color: #ba0715;
}
.recruit .inner-type-list li:hover a,
.recruit .inner-type-list li.active a {
  color: #fff;
}
.recruit .inner-type-list a {
  display: block;
  color: #a3a3a3;
  transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
}
.recruit .recruit-container {
  margin-top: 53px;
}
.recruit .recruit-list {
  margin-top: 5.5151%;
}
.recruit .recruit-list li {
  padding: 4.2424% 19.8484% 4.1666% 6.2121%;
  border-left: 3px solid #ba0715;
  background-color: #ededed;
  margin-top: 45px;
  position: relative;
}
.recruit .job-name {
  font-size: 18px;
}
.recruit .recruit-info {
  margin-top: 26px;
}
.recruit .recruit-info span {
  font-weight: 300;
  line-height: 22px;
  position: relative;
  padding-right: 17px;
  margin-right: 16px;
}
.recruit .recruit-info span:after {
  content: '';
  width: 1px;
  height: 16px;
  background-color: #696969;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.recruit .recruit-info span:last-child {
  padding-right: 0;
  margin-right: 0;
}
.recruit .recruit-info span:last-child:after {
  display: none;
}
.recruit .job-require {
  display: none;
  color: #696969;
  font-weight: 300;
  border-top: 1px solid #dcdcdc;
  margin-top: 16px;
  padding-top: 20px;
}
.recruit .job-require span,
.recruit .job-require p {
  font-size: 13px;
  line-height: 24px;
}
.recruit .turn-btn {
  width: 9.3939%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #e4e4e4;
  cursor: pointer;
}
.recruit .turn-btn:before,
.recruit .turn-btn:after {
  content: '';
  background: #ba0715;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.recruit .turn-btn:before {
  width: 2px;
  height: 15px;
  transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.recruit .turn-btn:after {
  width: 15px;
  height: 2px;
}
.recruit .turn-btn.active:before {
  top: 70%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.inner-menu {
  background-color: #252424;
  margin-top: 5.741%;
  position: relative;
}
.inner-menu li {
  float: left;
  line-height: 58px;
  text-align: center;
  font-size: 13px;
  font-weight: 300;
  padding: 0 11px;
}
.inner-menu li:hover a,
.inner-menu li.cur a {
  color: #fff;
}
.inner-menu a {
  display: block;
  width: 168px;
  color: #a3a3a3;
  position: relative;
  z-index: 10;
  transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
}
.inner-menu .cur-bg {
  width: 168px;
  height: 68px;
  background-color: #ba0715;
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transition: left 0.4s ease-out;
  -ms-transition: left 0.4s ease-out;
  -o-transition: left 0.4s ease-out;
  -webkit-transition: left 0.4s ease-out;
  -moz-transition: left 0.4s ease-out;
  pointer-events: none;
}
@media (max-width: 1880px) {
  .inner-menu a {
    width: 148px;
  }
  .inner-menu .cur-bg {
    width: 148px;
  }
}
@media (max-width: 1680px) {
  .inner-menu li {
    line-height: 50px;
  }
  .inner-menu a {
    width: 128px;
  }
  .inner-menu .cur-bg {
    width: 128px;
    height: 60px;
  }
}
@media (max-width: 1440px) {
  .inner-menu {
    margin-top: 4%;
  }
  .recruit .inner-type-list li {
    line-height: 50px;
  }
}
@media (max-width: 1200px) {
  .inner-menu li {
    line-height: 42px;
  }
  .inner-menu a {
    width: 98px;
  }
  .inner-menu .cur-bg {
    width: 98px;
    height: 52px;
  }
  .recruit .inner-type-list li {
    line-height: 42px;
    width: 148px;
  }
  .recruit .recruit-container {
    margin-top: 35px;
  }
  .recruit .recruit-list li {
    margin-top: 30px;
    padding: 4.2424% 12.8484% 4.1666% 4.2121%;
  }
}
@media (max-width: 768px) {
  .inner-menu a {
    width: auto;
  }
  .inner-menu .cur-bg {
    display: none;
  }
  .inner-menu li.cur a {
    background: #ba0715;
  }
  .recruit .inner-menu {
    float: none;
  }
  .recruit .inner-menu li {
    width: 33.333%;
  }
  .recruit .main-tit {
    text-align: center;
    float: none;
    margin-left: 0;
    margin-top: 20px;
  }
  .recruit .main-tit p {
    text-align: left;
  }
  .recruit .recruit-container {
    margin-top: 25px;
  }
  .recruit .recruit-info {
    margin-top: 15px;
  }
  .recruit .recruit-info span {
    padding-right: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 600px) {
  .recruit .inner-type-list ul {
    display: block;
  }
  .recruit .inner-type-list li {
    width: 28.3333%;
  }
}
@media (max-width: 480px) {
  .recruit .job-name {
    font-size: 16px;
  }
}
/*============================================= 专业资质 =============================================*/
.patent .wrap-main {
  padding-bottom: 8.4375%;
}
.patent .inner-head {
  position: relative;
  margin-bottom: 8.1756%;
}
.patent .main-tit {
  position: absolute;
  left: -62px;
}
.patent .main-tit .tit-r {
  margin-top: 20px;
}
.patent .main-tit p {
  margin-left: 50px;
}
.patent .main-tit span {
  margin-left: -20px;
}
.patent-tit {
  width: 44.6969%;
  text-align: center;
  margin: 30px auto 0;
}
.patent-tit h3 {
  font-weight: 300;
}
.patent-tit p {
  font-size: 13px;
  line-height: 24px;
  font-weight: 300;
  margin-top: 33px;
}
.patent-list .swiper-container {
  padding-top: 80px;
}
.patent-list .patent-img {
  border: 2px solid #f1f1f1;
  display: inline-block;
  margin-bottom: 46px;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}
.patent-list .swiper-slide .slide-inner .patent-img {
  transform: scale(0.7872);
  -ms-transform: scale(0.7872);
  -o-transform: scale(0.7872);
  -webkit-transform: scale(0.7872);
  -moz-transform: scale(0.7872);
}
.patent-list .swiper-slide p {
  text-align: center;
  font-size: 16px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.patent-list .swiper-slide-prev .slide-inner .patent-img,
.patent-list .swiper-slide-next .slide-inner .patent-img {
  transform: scale(0.9148);
  -ms-transform: scale(0.9148);
  -o-transform: scale(0.9148);
  -webkit-transform: scale(0.9148);
  -moz-transform: scale(0.9148);
}
.patent-list .swiper-slide-prev .slide-inner {
  margin-left: -20px;
  margin-right: 20px;
}
.patent-list .swiper-slide-next .slide-inner {
  margin-left: 20px;
  margin-right: -20px;
}
.patent-list .swiper-slide-active .slide-inner .patent-img {
  transform: scale(1.07);
  -ms-transform: scale(1.07);
  -o-transform: scale(1.07);
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
}
.patent-list .swiper-slide-active p {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 0.2s ease 0.4s;
  -ms-transition: opacity 0.2s ease 0.4s;
  -o-transition: opacity 0.2s ease 0.4s;
  -webkit-transition: opacity 0.2s ease 0.4s;
  -moz-transition: opacity 0.2s ease 0.4s;
}
.patent-list .swiper-arrow {
  width: 100%;
  font-size: 0;
  text-align: center;
  margin-top: 6px;
}
.patent-list .swiper-arrow i {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-left: 2px solid #666;
  border-bottom: 2px solid #666;
  cursor: pointer;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}
.patent-list .swiper-arrow i:hover {
  border-color: #df0010;
}
.patent-list .arrow-left {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.patent-list .arrow-line {
  width: 23.1944%;
  height: 0;
  border-top: 1px dashed #c3444a;
  display: inline-block;
  vertical-align: middle;
}
.patent-list .arrow-right {
  transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
}
@media (max-width: 1440px) {
  .patent .main-tit {
    left: -35px;
  }
  .patent-tit {
    width: 60%;
  }
}
@media (max-width: 1200px) {
  .patent-tit {
    width: 80%;
  }
  .patent-list .swiper-container {
    padding-top: 55px;
  }
  .patent-list .arrow-line {
    width: 40%;
  }
}
@media (max-width: 1000px) {
  .patent .inner-head {
    margin-bottom: 30px;
  }
  .patent .main-tit {
    position: relative;
    left: auto;
    float: none;
    text-align: center;
    margin-top: 30px;
  }
  .patent .main-tit p {
    margin-left: 25px;
    text-align: left;
  }
  .patent .inner-menu {
    float: none;
  }
  .patent .inner-menu li {
    width: 20%;
  }
  .patent-tit {
    width: 100%;
  }
  .patent-tit h3 {
    font-size: 20px;
  }
  .patent-tit p {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .patent-tit h3 {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .patent .inner-menu {
    background: none;
  }
  .patent .inner-menu li {
    width: 33.3333%;
    background: #252424;
    margin-bottom: 10px;
    padding: 0;
  }
  .patent .main-tit {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .patent-list .swiper-container {
    padding-top: 36px;
  }
  .patent-list .arrow-line {
    width: 50%;
  }
}
/*============================================= 关于我们 =============================================*/
.about {
  background-color: #f8f8f8;
  padding-bottom: 8.3333%;
}
.about .banner-txt {
  position: absolute;
  width: 100%;
  left: 0;
  top: 30.1333%;
  line-height: 1;
}
.about .banner-txt .t1box {
  width: 480px;
  margin: 0 auto;
}
.about .banner-txt .t1box .t1 {
  color: #e7e7e7;
  font-size: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e7e7e7;
}
.about .banner-txt .t2 {
  color: #fff;
  font-size: 17px;
  font-weight: normal;
  line-height: 40px;
  margin-top: 1.1875%;
}
.about .saying .say-txt {
  width: 720px;
  margin: 5% auto 3.9062%;
}
.about .saying .txt2 {
  margin-top: 14px;
  margin-bottom: 8.3333%;
}
.about .intro {
  background-image: url(../images/about-bg.png);
  background-repeat: no-repeat;
  background-position: 0 56px;
  padding-top: 82px;
}
.about .intro-left,
.about .intro-right {
  width: 50%;
}
.about .intro1-l {
  padding-top: 6.9791%;
  padding-left: 13.8541%;
  padding-right: 5.625%;
}
.about .intro-tit {
  font-size: 30px;
  position: relative;
  padding-left: 50px;
  margin-bottom: 16px;
}
.about .intro-tit:before {
  content: '';
  width: 18px;
  height: 46px;
  background-color: #ba0715;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.about .intro1-img {
  position: relative;
}
.about .intro1-img:before,
.about .intro1-img:after {
  content: '';
  width: 68.5416%;
  height: 77px;
  background-color: #b80411;
  position: absolute;
  left: 300px;
}
.about .intro1-img:before {
  bottom: 100%;
}
.about .intro1-img:after {
  top: 100%;
}
.about .desc-tit {
  font-size: 24px;
  position: relative;
  padding-top: 6.8259%;
  margin-bottom: 9.213%;
}
.about .desc-tit:before {
  content: '';
  width: 65px;
  height: 1px;
  background-color: #bc1420;
  position: absolute;
  top: 0;
  left: 0;
}
.about .intro-desc {
  font-size: 13px;
  line-height: 2;
  font-weight: 300;
}
.about .ita-flag {
  margin-top: 11.2627%;
}
.about .ita-flag span {
  width: 31px;
  height: 16px;
}
.about .intro2-l {
  position: relative;
  z-index: 1;
}
.about .intro2-img {
  position: relative;
  padding-left: 8.3333%;
  padding-bottom: 9.8958%;
}
.about .intro2-img:before {
  content: '';
  width: 66.4583%;
  height: 70.229%;
  background-color: #b80411;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
}
.about .intro2-r {
  padding-bottom: 4.9479%;
  padding-top: 7.6562%;
  padding-left: 5.7291%;
  padding-right: 13.802%;
}
.about .brief {
  position: relative;
}
.about .brief .txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #f6f6f6;
}
.about .brief .tt {
  font-size: 30px;
}
.about .brief .tline {
  display: inline-block;
  width: 70px;
  height: 1px;
  background-color: #fff;
  margin-top: 1.9791%;
  margin-bottom: 2.6041%;
}
.about .brief .stt {
  font-size: 16px;
  line-height: 1.875;
}
.about .vnavs {
  width: 100%;
  padding-top: 21px;
  padding-bottom: 18px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.about .vnavs .col {
  width: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  transition: color 0.45s ease;
  -ms-transition: color 0.45s ease;
  -o-transition: color 0.45s ease;
  -webkit-transition: color 0.45s ease;
  -moz-transition: color 0.45s ease;
  margin: 0 80px;
}
.about .vnavs .col:hover,
.about .vnavs .col.active {
  color: #b80411;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-bottom: 2px solid #b80411;
}
.about .vnavs .col:after {
  content: '';
  width: 0;
  height: 76px;
  border-left: 1px dashed #d6d6d6;
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.about .vnavs .col:last-child:after {
  display: none;
}
.about .navitem {
  padding: 20px 0;
  text-align: center;
}
.about .navitem .ntt {
  font-size: 20px;
  margin-bottom: 8px;
}
.about .navitem .nstt {
  font-size: 13px;
  font-weight: 300;
}
.about .vcon {
  position: relative;
  z-index: 1;
}
.about .vcon:before {
  content: '';
  width: 100%;
  height: 93.75%;
  background-color: #d7d7d7;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.about .vcon .content {
  width: 68.75%;
  margin: 0 auto;
  text-align: center;
  padding-top: 54px;
  display: none;
}
.about .vcon .content.active {
  display: block;
}
.about .vcon .vctt {
  font-size: 16px;
  line-height: 1.875;
}
.about .vcon .vcstt {
  font-size: 13px;
  line-height: 24px;
  font-weight: 300;
  margin-top: 18px;
  margin-bottom: 25px;
}
@media (max-width: 1440px) {
  .about .banner-txt {
    top: 20.1333%;
  }
  .about .banner-txt .t1box .t1 {
    font-size: 40px;
    padding-bottom: 20px;
  }
  .about .banner-txt .t2 {
    margin-top: 2.1875%;
  }
}
@media (max-width: 1280px) {
  .about .banner-txt {
    top: 15.1333%;
  }
  .about .banner-txt .t1box .t1 {
    font-size: 30px;
    padding-bottom: 40px;
  }
  .about .banner-txt .t2 {
    font-size: 20px;
    margin-top: 1.1875%;
    line-height: 30px;
  }
}
@media (max-width: 769px) {
  .about .banner-txt .t1box {
    width: 400px;
  }
  .about .banner-txt .t1box .t1 {
    font-size: 28px;
    padding-bottom: 10px;
  }
  .about .banner-txt .t2 {
    font-size: 12px;
    margin-top: 1.1875%;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  .about .banner-txt {
    top: 15%;
  }
  .about .banner-txt .t1box {
    width: 240px;
  }
  .about .banner-txt .t1box .t1 {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .about .banner-txt .t2 {
    font-size: 12px;
    margin-top: 1.1875%;
    line-height: 20px;
  }
  .about .intro .desc-tit {
    font-size: 20px;
    margin-bottom: 5%;
  }
  .about .intro .intro-desc {
    font-size: 13px;
    line-height: 1.5;
  }
  .about .vcon {
    background-color: #d7d7d7;
  }
  .about .vcon .content {
    width: 90%;
    padding-top: 20px;
  }
  .about .vcon .vcstt {
    font-size: 12px;
    line-height: 20px;
    font-weight: 100;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
/*============================================= 科技智造 =============================================*/
.technology .saying {
  background: #e7e7e7;
  padding: 5.2604% 5% 3.2812%;
}
.technology .saying .txt1 {
  font-weight: 300;
}
.technology .saying .txt2 {
  margin-top: 10px;
  margin-bottom: 2.0833%;
}
.technology .tech-list {
  background-color: #e7e7e7;
  padding-top: 75px;
  padding-bottom: 7.3958%;
  position: relative;
  z-index: 1;
}
.technology .tech-list:before {
  content: '';
  width: 100%;
  height: 52.983%;
  background-color: #d7d7d7;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}
.technology .tech-list li {
  width: 50%;
  float: left;
  margin-bottom: 42px;
}
.technology .tech-list li:nth-child(4n) .pic-wrap,
.technology .tech-list li:nth-child(4n-1) .pic-wrap {
  float: right;
}
.technology .tech-list a {
  background-color: #fff;
  display: block;
}
.technology .tech-list a > div {
  float: left;
}
.technology .tech-list .pic-wrap {
  width: 50%;
  height: 480px;
  position: relative;
}
.technology .tech-list .pic-wrap span {
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  right: 0;
}
.technology .tech-list .pic {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  background-color: #333;
}
.technology .tech-list .txt-wrap {
  width: 50%;
  height: 480px;
  background-color: #fff;
  transition: background-color 0.45s ease;
  -ms-transition: background-color 0.45s ease;
  -o-transition: background-color 0.45s ease;
  -webkit-transition: background-color 0.45s ease;
  -moz-transition: background-color 0.45s ease;
  padding: 12.2727% 7.9545% 0 6.8181%;
}
.technology .tech-list .txt-wrap:hover {
  background-color: #b80411;
}
.technology .tech-list .txt-wrap:hover .order,
.technology .tech-list .txt-wrap:hover .tt,
.technology .tech-list .txt-wrap:hover .desc {
  color: #fff;
}
.technology .tech-list .txt-wrap:hover .num {
  color: #fff;
  opacity: 0.13;
  filter: alpha(opacity=13);
}
.technology .tech-list .txt-wrap:hover .tt:after {
  background-color: #fff;
}
.technology .tech-list .txt {
  position: relative;
  z-index: 1;
}
.technology .tech-list .order {
  font-size: 18px;
  line-height: 1;
  margin-left: 2px;
  transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
}
.technology .tech-list .num {
  font-size: 86px;
  line-height: 1;
  color: #f3f2f2;
  opacity: 0.75;
  filter: alpha(opacity=75);
  position: absolute;
  z-index: -1;
  left: -8px;
  top: -14px;
  font-family: 'SWIS721BOLD';
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}
.technology .tech-list .tt {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 30.3225%;
  transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  position: relative;
}
.technology .tech-list .tt:after {
  content: '';
  width: 1px;
  height: 30px;
  background-color: #707070;
  position: absolute;
  left: 4px;
  bottom: -48px;
  transition: background-color 0.4s ease;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
}
.technology .tech-list .desc {
  font-size: 13px;
  color: #696969;
  line-height: 24px;
  transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
}
@media (max-width: 1280px) {
  .technology .saying {
    padding: 5%;
  }
  .technology .tech-list {
    padding-top: 45px;
  }
  .technology .tech-list .tt {
    margin-bottom: 25px;
  }
  .technology .tech-list .tt::after {
    display: none;
  }
  .technology .tech-list .pic-wrap {
    height: 420px;
  }
  .technology .tech-list .txt-wrap {
    height: 420px;
    padding: 10% 6% 0 6%;
  }
}
@media (max-width: 1200px) {
  .technology .tech-list .txt-wrap {
    padding: 6% 4% 0 4%;
  }
  .technology .tech-list .tt {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .technology .tech-list .num {
    font-size: 52px;
  }
}
@media (max-width: 1000px) {
  .technology .tech-list li {
    width: 100%;
    margin-bottom: 20px;
  }
  .technology .tech-list li:nth-child(4n) .pic-wrap,
  .technology .tech-list li:nth-child(4n-1) .pic-wrap {
    float: left;
  }
  .technology .tech-list li:nth-child(2n+1) .pic-wrap {
    float: right;
  }
}
@media (max-width: 768px) {
  .technology .saying .txt3 br {
    display: none;
  }
}
@media (max-width: 500px) {
  .technology .tech-list li:nth-child(2n+1) .pic-wrap {
    float: none;
  }
  .technology .tech-list .pic-wrap {
    width: 100%;
    height: 400px;
  }
  .technology .tech-list .pic-wrap span {
    right: auto;
    left: 0;
  }
  .technology .tech-list .txt-wrap {
    width: 100%;
    height: auto;
    padding: 30px 20px;
  }
}
/*============================================= 研发与生产 =============================================*/
.research {
  background-color: #f8f8f8;
}
.research .saying {
  padding: 4.427% 5% 3.4895%;
}
.research .saying .txt2 {
  margin-top: 12px;
  margin-bottom: 2.1875%;
}
.research .saying .ita-flag {
  margin-top: 11px;
}
.research .saying .ita-flag span {
  width: 32px;
  height: 10px;
}
.research .designer {
  padding-bottom: 8.0208%;
}
.research .designer .pic {
  width: 50%;
  padding-left: 10.9895%;
  position: relative;
  z-index: 1;
}
.research .designer .pic:before {
  content: '';
  width: 100%;
  height: 20.9653%;
  background-color: #b80411;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.research .designer .intro-txt {
  width: 50%;
  padding-right: 10px;
  padding-top: 8.3333%;
}
.research .designer .txt {
  position: relative;
  padding-left: 74px;
}
.research .designer .rotate-txt {
  position: absolute;
  left: 54px;
  top: -8px;
  font-size: 3.125vw;
  line-height: 1;
  color: rgba(210, 210, 210, 0.3);
  font-weight: bold;
  text-transform: uppercase;
  transform-origin: left top;
  -ms-transform-origin: left top;
  -moz-transform-origin: left top;
  -webkit-transform-origin: left top;
  -o-transform-origin: left top;
  transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
}
.research .designer .tit1,
.research .designer .tit2 {
  font-size: 24px;
  line-height: 1.1666;
}
.research .designer .tit2 {
  margin-top: 20px;
  margin-bottom: 13.65%;
}
.research .designer .desc {
  font-size: 13px;
  line-height: 2;
  margin-bottom: 20.8191%;
}
.research .designer .ita-flag span {
  width: 31px;
  height: 14px;
}
.research .designer .name1,
.research .designer .name2 {
  font-size: 13px;
}
.research .designer .name1 {
  text-transform: uppercase;
  margin-top: 4.5138%;
  margin-bottom: 1.7361%;
}
.research .rd-center .pic {
  width: 50%;
  position: relative;
}
.research .rd-center .cen-tit {
  height: 68px;
  width: 100%;
  line-height: 68px;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fcfcfc;
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0.48);
  pointer-events: none;
}
.research .rd-center .cen-intro {
  padding-left: 18.5185%;
  padding-top: 6.6666%;
  padding-bottom: 6.1728%;
}
.research .rd-center .intro-l {
  width: 43.1818%;
  padding-top: 18px;
  margin-top: 8px;
  position: relative;
}
.research .rd-center .intro-l:before {
  content: '';
  width: 65px;
  height: 1px;
  background-color: #b80411;
  position: absolute;
  left: 0;
  top: 0;
}
.research .rd-center .intro-r {
  width: 54.0909%;
  font-size: 13px;
  line-height: 2;
  font-weight: 300;
}
.research .rd-center .intro-tit1 {
  font-size: 24px;
  margin-bottom: 12px;
}
.research .rd-center .intro-tit2 {
  font-size: 18px;
}
.research .base .con {
  width: 1320px;
  margin: 0 auto;
}
.research .base .txt {
  background: url(../images/base-txt-bg.jpg) center / cover no-repeat;
  color: #f6f6f6;
  padding-top: 3.75%;
  padding-bottom: 8.2291vw;
}
.research .base .tt {
  font-size: 30px;
  margin-bottom: 6.2121%;
}
.research .base .list {
  font-size: 13px;
  line-height: 2;
  font-weight: 300;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.research .base .map-con {
  height: 33.6458vw;
}
.research .base .xs-visible {
  display: none;
}
.research .base .map {
  position: absolute;
  transform: translateY(-6.7708vw);
  -ms-transform: translateY(-6.7708vw);
  -o-transform: translateY(-6.7708vw);
  -webkit-transform: translateY(-6.7708vw);
  -moz-transform: translateY(-6.7708vw);
}
.research .base .points i {
  font-size: 12px;
  color: #fff;
  position: absolute;
  width: 17px;
  height: 17px;
  line-height: 17px;
  text-align: center;
  font-style: normal;
  background-color: #b80411;
  border-radius: 50%;
}
.research .base .points span {
  font-size: 14px;
  color: #b80411;
  font-weight: 300;
  line-height: 1;
  position: absolute;
}
.research .base .num1 {
  top: 26.0563%;
  left: 10.2273%;
}
.research .base .tt1 {
  top: 29.2958%;
  left: 8.9394%;
}
.research .base .num2 {
  top: 39.0141%;
  left: 44.6212%;
}
.research .base .tt2 {
  top: 35.0704%;
  left: 42.803%;
}
.research .base .num3 {
  top: 39.0141%;
  left: 77.5758%;
}
.research .base .tt3 {
  top: 43.662%;
  left: 74.7727%;
}
.research .base .num4 {
  top: 27.0423%;
  left: 5.9848%;
}
.research .base .tt4 {
  top: 32.3944%;
  left: 2.3485%;
}
.research .base .num5 {
  top: 24.9296%;
  left: 7.803%;
}
.research .base .tt5 {
  top: 20.9859%;
  left: 6.2879%;
}
.research .base .num6 {
  top: 52.1127%;
  left: 85.9848%;
}
.research .base .tt6 {
  top: 56.1972%;
  left: 82.9545%;
}
.research .base .num7 {
  top: 73.662%;
  left: 90.0758%;
}
.research .base .tt7 {
  top: 78.4507%;
  left: 88.4091%;
}
.research .base .num8 {
  top: 20.4225%;
  left: 88.3333%;
}
.research .base .tt8 {
  top: 23.9437%;
  left: 85.9091%;
}
.research .base .num9 {
  top: 60.7042%;
  left: 93.9394%;
}
.research .base .tt9 {
  top: 65.0704%;
  left: 93.0303%;
}
.research .base .num10 {
  top: 74.0845%;
  left: 87.1212%;
}
.research .base .tt10 {
  top: 70.4225%;
  left: 82.197%;
}
@media (max-width: 1680px) {
  .research .designer .intro-txt {
    padding-top: 6%;
    padding-left: 12%;
  }
  .research .designer .desc {
    margin-bottom: 10%;
  }
  .research .designer .tit2 {
    margin-bottom: 7%;
  }
}
@media (max-width: 1440px) {
  .research .designer {
    padding-bottom: 6%;
  }
  .research .designer .tit1,
  .research .designer .tit2 {
    font-size: 22px;
  }
  .research .designer .pic {
    padding-left: 8%;
  }
  .research .designer .intro-txt {
    padding-top: 4%;
    padding-left: 5%;
  }
  .research .padding-right-300 {
    padding-right: 12%;
  }
  .research .rd-center .cen-intro {
    padding-left: 12%;
  }
  .research .rd-center .intro-tit1 {
    font-size: 22px;
  }
  .research .base .con {
    width: 90%;
  }
  .research .base .tt {
    font-size: 24px;
  }
  .research .base .list .col {
    width: 25%;
  }
}
@media (max-width: 1280px) {
  .research .padding-right-300 {
    padding-right: 5%;
  }
  .research .rd-center .cen-intro {
    padding-left: 5%;
  }
  .research .rd-center .intro-tit1 {
    font-size: 20px;
  }
  .research .rd-center .intro-tit2 {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .research .designer .tit1,
  .research .designer .tit2 {
    font-size: 20px;
  }
  .research .designer .tit2 {
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .research .designer .desc {
    margin-bottom: 35px;
  }
  .research .designer .txt {
    padding-left: 55px;
  }
  .research .designer .pic {
    padding-left: 4%;
  }
  .research .designer .pic::before {
    display: none;
  }
  .research .rd-center .cen-tit {
    font-size: 16px;
    height: 52px;
    line-height: 52px;
  }
}
@media (max-width: 1000px) {
  .research .designer .tit1,
  .research .designer .tit2 {
    font-size: 18px;
  }
  .research .designer .tit2 {
    margin-top: 5px;
    margin-bottom: 15px;
  }
  .research .designer .rotate-txt {
    display: none;
  }
  .research .designer .desc {
    margin-bottom: 15px;
  }
  .research .designer .desc .hidden {
    display: none;
  }
  .research .designer .intro-txt {
    padding-right: 15px;
  }
  .research .designer .pic {
    padding-left: 0;
  }
  .research .designer .txt {
    padding-left: 0;
  }
  .research .padding-right-300 {
    padding-right: 0;
  }
  .research .rd-center .cen-intro {
    padding: 30px 5%;
  }
  .research .base .list {
    justify-content: flex-start;
  }
  .research .base .list .col {
    width: 33.3333%;
  }
}
@media (max-width: 768px) {
  .research .designer .pic {
    width: 100%;
    float: none;
  }
  .research .designer .pic img {
    width: 100%;
  }
  .research .designer .intro-txt {
    width: 100%;
    padding: 25px 5% 0;
  }
  .research .designer .name1 {
    margin: 15px 0 10px;
  }
  .research .rd-center .cen-intro {
    padding: 15px 5% 35px;
  }
  .research .rd-center .cen-intro .intro-l {
    width: 100%;
    float: none;
  }
  .research .rd-center .cen-intro .intro-r {
    width: 100%;
    float: none;
  }
  .research .rd-center .cen-img {
    padding: 0 5%;
  }
  .research .rd-center .pic {
    width: 100%;
    float: none;
    margin-bottom: 25px;
  }
  .research .base .txt {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .research .base .tt {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .research .base .xs-visible {
    display: block;
  }
  .research .base .map {
    display: none;
  }
  .research .base .map-con {
    height: auto;
  }
  .research .base .list .col {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .research .base .list .col {
    width: 100%;
  }
}
/*============================================= 安全系统 =============================================*/
.security {
  background: #f6f6f6;
}
.security .saying {
  padding-top: 4.9479%;
  padding-bottom: 3.2291%;
}
.security .saying .txt2 {
  margin-top: 8px;
  margin-bottom: 1.7708%;
}
.security .sec-group {
  position: relative;
}
.security .sec-group .sec-box {
  position: relative;
  pointer-events: none;
}
.security .sec-group .sec-box:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
}
.security .sec-group .sec-box:nth-child(1) .sec-box-content {
  left: 0;
}
.security .sec-group .sec-box:nth-child(2) .sec-box-content {
  left: 33.3333%;
}
.security .sec-group .sec-box:nth-child(3) .sec-box-content {
  left: 66.6666%;
}
.security .sec-group .sec-box-img {
  opacity: 0;
  transition: opacity 0.5s;
}
.security .sec-group .sec-box-img.show {
  opacity: 1;
}
.security .sec-group .sec-box-content {
  pointer-events: auto;
  overflow: hidden;
  position: absolute;
  width: 33.3333%;
  height: 100%;
  top: 0;
  z-index: 10;
  transition: border-color 0.5s, background-color 0.5s;
  transform: translateZ(0);
  background-color: rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid #7d7d7d;
}
.security .sec-group .sec-box-content:hover,
.security .sec-group .sec-box-content.active {
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}
.security .sec-group .sec-box-content:hover .sec-box-txt,
.security .sec-group .sec-box-content.active .sec-box-txt {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
}
.security .sec-group .sec-box-txt {
  color: #fff;
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 48px;
  transition: transform 0.5s;
  transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  text-align: center;
}
.security .sec-group .sec-tit {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 25px;
}
.security .sec-group .sec-box-desc {
  font-size: 13px;
  line-height: 22px;
  width: 230px;
  margin: 0 auto 4.6875%;
  padding-top: 3px;
}
.security .part-container {
  width: 68.75%;
  margin: 0 auto;
  position: relative;
}
.security .sec-detail1 .part1 {
  padding-top: 4.2708%;
  padding-bottom: 6.0937%;
}
.security .sec-detail1 .part1 .tit1 {
  font-size: 24px;
}
.security .sec-detail1 .part1 .tit2 {
  width: 90%;
  margin: 0 auto;
  font-size: 13px;
  line-height: 24px;
  font-weight: 300;
  margin-top: 1.8229%;
  margin-bottom: 3.125%;
}
.security .sec-detail1 .part1 .desc {
  width: 93.7121%;
  margin-left: 6.2878%;
  background: url(../images/sec-del1-img4.jpg) top / cover no-repeat;
  padding: 7.4242% 8.3265% 5.8333% 41.2878%;
  color: #fff;
  font-weight: 300;
}
.security .sec-detail1 .part1 .txt1 {
  font-size: 18px;
  line-height: 1;
}
.security .sec-detail1 .part1 .txt2 {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 14px;
  margin-top: 26px;
  margin-bottom: 46px;
}
.security .sec-detail1 .part1 .txt3 {
  font-size: 13px;
  line-height: 24px;
}
.security .sec-detail1 .part1 .desc-img {
  position: absolute;
  z-index: 1;
  width: 44.139%;
  left: 0;
  top: 13.8888%;
}
.security .sec-detail1 .part2 {
  position: relative;
}
.security .sec-detail1 .part2 .p2-desc-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.security .sec-detail1 .part2 .desc {
  padding-right: 20px;
  padding-top: 22.7272%;
  font-weight: 300;
  color: #fff;
  position: relative;
}
.security .sec-detail1 .part2 .desc:before {
  content: '';
  width: 2px;
  height: 55px;
  background-color: #ccc9c9;
  position: absolute;
  right: 22px;
  top: 47.982%;
}
.security .sec-detail1 .part2 .txt1 {
  font-size: 30px;
  margin-bottom: 3.2575%;
}
.security .sec-detail1 .part2 .txt2 {
  font-size: 13px;
  line-height: 24px;
}
.security .sec-detail1 .part3 {
  background-color: #2e2e2e;
  padding-top: 7.0833%;
  padding-bottom: 9.375%;
}
.security .sec-detail1 .part3 .desc-wrap {
  background: url(../images/sec-del1-img5.jpg) center / cover no-repeat;
  position: absolute;
  z-index: 10;
  width: 46.3636%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  padding: 11px 10px 14px;
}
.security .sec-detail1 .part3 .desc-inner {
  border: 1px solid #c09396;
  color: #fff;
  font-weight: 300;
  padding: 15.5405% 13.6824% 14.6959% 10.8108%;
}
.security .sec-detail1 .part3 .txt1 {
  font-size: 20px;
  margin-bottom: 9.6196%;
}
.security .sec-detail1 .part3 .txt2 {
  font-size: 13px;
  line-height: 24px;
}
.security .sec-detail1 .part3 .p3-img {
  width: 56.8181%;
}
.security .sec-detail2 .part1 {
  padding-top: 8.3333%;
  padding-bottom: 8.3333%;
}
.security .sec-detail2 .part1 .p1-img {
  width: 58.3333%;
  position: relative;
  z-index: 1;
}
.security .sec-detail2 .part1 .p1-img:before {
  content: '';
  width: 23.5064%;
  height: 84.2222%;
  background-color: #ba0715;
  position: absolute;
  z-index: -1;
  left: -4.2857%;
  top: -6.4444%;
}
.security .sec-detail2 .part1 .desc {
  width: 35.8333%;
  padding-right: 12px;
  color: #373737;
  padding-top: 13.3333%;
}
.security .sec-detail2 .part1 .txt1 {
  font-size: 24px;
  text-indent: 1px;
  position: relative;
}
.security .sec-detail2 .part1 .txt1:before {
  content: '';
  width: 63px;
  height: 2px;
  background-color: #df0010;
  position: absolute;
  left: 0;
  top: -35px;
}
.security .sec-detail2 .part1 .txt2 {
  font-size: 18px;
  letter-spacing: 33px;
  margin-top: 5.4621%;
  margin-bottom: 11.9747%;
}
.security .sec-detail2 .part1 .txt3 {
  font-size: 13px;
  line-height: 24px;
  font-weight: 300;
}
.security .sec-detail2 .part2 {
  background: url(../images/sec-del2-img2.jpg) center / cover no-repeat;
  padding-top: 10.9375%;
  padding-bottom: 9.1666%;
  margin-bottom: 7.8125%;
}
.security .sec-detail2 .part2 .desc {
  width: 35.606%;
  color: #fff;
}
.security .sec-detail2 .part2 .txt1 {
  font-size: 25px;
  margin-bottom: 12.5531%;
  position: relative;
}
.security .sec-detail2 .part2 .txt1:before {
  content: '';
  width: 2px;
  height: 62px;
  background-color: #fff;
  position: absolute;
  left: 6px;
  top: -100px;
}
.security .sec-detail2 .part2 .txt2 {
  font-size: 13px;
  line-height: 24px;
  font-weight: 300;
}
.security .sec-detail2 .part2 .p2-img {
  position: absolute;
  width: 58.7121%;
  right: 0;
  top: 2px;
}
.security .sec-detail2 .part2 .img-tag {
  background-color: #ba0715;
  font-size: 24px;
  color: #fff;
  font-weight: 300;
  width: 284px;
  height: 48px;
  line-height: 48px;
  position: absolute;
  left: -22.3225%;
  bottom: 17.5%;
}
.security .sec-detail3 .part1 {
  margin-top: 5.5208%;
  margin-bottom: 5.052%;
}
.security .sec-detail3 .part1 .p1-l {
  width: 170px;
  padding-left: 20px;
  padding-top: 31px;
  position: relative;
}
.security .sec-detail3 .part1 .p1-l:before {
  content: '';
  width: 68px;
  height: 1px;
  background-color: #b80411;
  position: absolute;
  left: 20px;
  top: 2px;
}
.security .sec-detail3 .part1 .txt1 {
  font-size: 24px;
}
.security .sec-detail3 .part1 .icons-wrap {
  width: 80px;
  margin-top: 74.6666%;
}
.security .sec-detail3 .part1 .icons-wrap .icon:first-child {
  margin-bottom: 132px;
  position: relative;
}
.security .sec-detail3 .part1 .icons-wrap .icon:first-child:after {
  content: '';
  width: 25px;
  height: 1px;
  background-color: #b80411;
  position: absolute;
  top: 167px;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
.security .sec-detail3 .part1 .icons-wrap p {
  margin-top: 13px;
}
.security .sec-detail3 .part1 .p1-r {
  width: 72.4242%;
  margin-top: -2px;
}
.security .sec-detail3 .part1 .txt2 {
  font-size: 18px;
  font-weight: 300;
  color: #373737;
  padding-left: 5px;
}
.security .sec-detail3 .part1 .txt3 {
  font-size: 13px;
  line-height: 24px;
  font-weight: 300;
  padding-left: 5px;
  margin-top: 26px;
  margin-bottom: 71px;
}
.security .sec-detail3 .part2 {
  background: url(../images/sec-del3-img4.jpg) center / cover no-repeat;
  padding-top: 6.875%;
  padding-bottom: 19.0104%;
}
.security .sec-detail3 .part2 .desc {
  padding-left: 8px;
  color: #fff;
  width: 28.1818%;
  position: relative;
}
.security .sec-detail3 .part2 .desc:after {
  content: '';
  width: 1px;
  height: 60px;
  background-color: #fff;
  position: absolute;
  bottom: -95px;
  left: 14px;
}
.security .sec-detail3 .part2 .txt1 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 29px;
}
.security .sec-detail3 .part2 .txt3 {
  font-size: 13px;
  line-height: 24px;
  font-weight: 300;
}
.security .sec-detail3 .part3 {
  background-color: #373737;
  padding-top: 6.25%;
  padding-bottom: 5.7291%;
}
.security .sec-detail3 .part3 .intro {
  height: 280px;
}
.security .sec-detail3 .part3 .pic-wrap {
  height: 280px;
  width: 50%;
  position: relative;
}
.security .sec-detail3 .part3 .pic {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  background-color: #ba0715;
}
.security .sec-detail3 .part3 .txt-wrap {
  width: 50%;
  background-color: #ba0715;
  color: #fff;
  position: relative;
  height: 100%;
}
.security .sec-detail3 .part3 .desc {
  width: 76.9696%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.security .sec-detail3 .part3 .txt1 {
  font-size: 20px;
  margin-bottom: 28px;
}
.security .sec-detail3 .part3 .txt2 {
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
}
@media (max-width: 1680px) {
  .security .sec-detail2 .part1 .txt2 {
    letter-spacing: 25px;
  }
  .security .sec-detail2 .part1 .desc {
    padding-top: 10%;
  }
  .security .sec-detail2 .part2 .txt1 {
    margin-bottom: 6%;
  }
  .security .sec-detail3 .part2 .desc {
    width: 35%;
  }
}
@media (max-width: 1440px) {
  .security .sec-group .sec-tit {
    font-size: 22px;
  }
  .security .sec-group .sec-icon {
    width: 64px;
    margin: 0 auto;
  }
  .security .part-container {
    width: 84%;
  }
  .security .sec-detail1 .part2 .txt1 {
    font-size: 24px;
  }
  .security .sec-detail2 .part1 .txt1 {
    font-size: 22px;
  }
  .security .sec-detail2 .part1 .txt2 {
    letter-spacing: 20px;
    margin-bottom: 7%;
  }
  .security .sec-detail2 .part1 .desc {
    padding-right: 0;
  }
  .security .sec-detail2 .part2 .desc {
    width: 42%;
  }
  .security .sec-detail2 .part2 .p2-img {
    width: 46%;
  }
  .security .sec-detail2 .part2 .img-tag {
    width: 230px;
    left: -18%;
    font-size: 20px;
  }
  .security .sec-detail2 .part2 .txt1 {
    font-size: 22px;
  }
  .security .sec-detail2 .part2 .txt1::before {
    display: none;
  }
  .security .sec-detail3 .part1 .txt1 {
    font-size: 22px;
  }
  .security .sec-detail3 .part2 .txt1 {
    font-size: 22px;
  }
}
@media (max-width: 1280px) {
  .security .sec-detail1 .part1 .desc {
    padding: 5% 5% 5% 42%;
  }
  .security .sec-detail1 .part2 .desc {
    padding-top: 15%;
  }
  .security .sec-detail1 .part2 .desc:before {
    display: none;
  }
  .security .sec-detail1 .part2 .txt1 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .security .sec-detail1 .part3 .desc-inner {
    padding: 14% 10%;
  }
  .security .sec-detail1 .part3 .txt1 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1200px) {
  .security .part-container {
    width: 90%;
  }
  .security .sec-group .sec-tit {
    font-size: 20px;
  }
  .security .sec-group .sec-icon {
    width: 54px;
  }
  .security .sec-detail1 .part1 {
    padding-top: 45px;
    padding-bottom: 50px;
  }
  .security .sec-detail1 .part1 .tit1 {
    font-size: 20px;
  }
  .security .sec-detail1 .part1 .tit2 br {
    display: none;
  }
  .security .sec-detail1 .part1 .txt1 {
    font-size: 16px;
  }
  .security .sec-detail1 .part1 .txt2 {
    font-size: 16px;
    letter-spacing: 8px;
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .security .sec-detail1 .part3 .desc-inner {
    padding: 12% 5%;
  }
  .security .sec-detail2 .part1 .desc {
    padding-top: 0;
    width: 40%;
  }
  .security .sec-detail2 .part1 .txt1:before {
    display: none;
  }
  .security .sec-detail2 .part1 .txt2 {
    font-size: 16px;
    letter-spacing: 12px;
  }
  .security .sec-detail2 .part1 .p1-img {
    width: 55%;
  }
  .security .sec-detail3 .part1 .p1-l {
    padding-left: 0;
    padding-top: 0;
  }
  .security .sec-detail3 .part1 .p1-l::before {
    display: none;
  }
  .security .sec-detail3 .part1 .icons-wrap {
    margin-top: 40%;
  }
  .security .sec-detail3 .part1 .txt3 {
    margin-top: 15px;
    margin-bottom: 40px;
  }
  .security .sec-detail3 .part2 .desc {
    width: 45%;
  }
  .security .sec-detail3 .part2 .desc:after {
    display: none;
  }
  .security .sec-detail3 .part3 .txt1 {
    margin-bottom: 15px;
  }
}
@media (max-width: 1000px) {
  .security .sec-detail1 .part2 .desc {
    padding-top: 10%;
  }
  .security .sec-detail1 .part2 .txt1 {
    font-size: 20px;
  }
  .security .sec-detail1 .part3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .security .sec-detail1 .part3 .desc-wrap {
    width: 50%;
  }
  .security .sec-detail1 .part3 .p3-img {
    width: 50%;
  }
  .security .sec-detail1 .part3 .desc-inner {
    padding: 5% 3%;
  }
  .security .sec-detail2 .part1 {
    padding-top: 45px;
    padding-bottom: 55px;
  }
  .security .sec-detail2 .part1 .txt1 {
    font-size: 20px;
  }
  .security .sec-detail2 .part1 .txt2 {
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .security .sec-detail2 .part2 .txt1 {
    font-size: 20px;
  }
  .security .sec-detail2 .part2 .img-tag {
    width: 180px;
    left: -20%;
    font-size: 16px;
  }
  .security .sec-detail3 .part1 .txt1 {
    font-size: 20px;
  }
  .security .sec-detail3 .part1 .icons-wrap {
    margin-top: 20%;
    width: 55px;
  }
  .security .sec-detail3 .part2 .txt1 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .security .saying {
    width: 90%;
    margin: 0 auto;
  }
  .security .saying .txt3 p br {
    display: none;
  }
  .security .sec-group .sec-icon {
    width: 48px;
  }
  .security .sec-group .sec-box-desc {
    display: none;
  }
  .security .sec-group .sec-box-txt {
    bottom: 30px;
  }
  .security .sec-group .sec-tit {
    font-size: 18px;
  }
  .security .sec-detail1 .part1 .desc-img {
    position: relative;
    top: auto;
    width: 100%;
  }
  .security .sec-detail1 .part1 .desc-img img {
    width: 100%;
  }
  .security .sec-detail1 .part1 .desc {
    width: 100%;
    padding: 5% 3%;
    margin-left: 0;
  }
  .security .sec-detail1 .part1 .txt2 {
    letter-spacing: 4px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .security .sec-detail1 .part2 .txt1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .security .sec-detail1 .part2 .p2-desc-wrap {
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
  }
  .security .sec-detail1 .part2 .desc {
    text-align: left;
    padding-top: 0;
    padding-right: 0;
  }
  .security .sec-detail1 .part2 .desc br {
    display: none;
  }
  .security .sec-detail1 .part3 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .security .sec-detail1 .part3 .txt1 {
    font-size: 18px;
  }
  .security .sec-detail1 .part3 .p3-img {
    width: 100%;
    float: none;
  }
  .security .sec-detail1 .part3 .desc-wrap {
    width: 100%;
    float: none;
    position: relative;
    top: auto;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
  }
  .security .sec-detail1 .part3 .desc-inner {
    padding: 25px 20px;
  }
  .security .sec-detail2 .part1 .p1-img {
    width: 100%;
    float: none;
  }
  .security .sec-detail2 .part1 .p1-img::before {
    display: none;
  }
  .security .sec-detail2 .part1 .desc {
    width: 100%;
    float: none;
    margin-top: 25px;
  }
  .security .sec-detail2 .part1 .txt2 {
    letter-spacing: 6px;
  }
  .security .sec-detail2 .part2 {
    padding-top: 55px;
    padding-bottom: 55px;
    margin-bottom: 50px;
  }
  .security .sec-detail2 .part2 .p2-img {
    width: 100%;
    float: none;
    position: relative;
    top: auto;
    right: auto;
  }
  .security .sec-detail2 .part2 .desc {
    width: 100%;
    float: none;
    margin-top: 25px;
  }
  .security .sec-detail2 .part2 .img-tag {
    left: 0;
    bottom: 0;
  }
  .security .sec-detail2 .part2 .txt1 {
    margin-bottom: 15px;
  }
  .security .sec-detail3 .part1 {
    margin: 45px 0 55px;
  }
  .security .sec-detail3 .part1 .p1-l {
    width: 100%;
    float: none;
  }
  .security .sec-detail3 .part1 .icons-wrap {
    margin-top: 20px;
    width: 100%;
  }
  .security .sec-detail3 .part1 .icons-wrap .icon {
    float: left;
    width: 25%;
  }
  .security .sec-detail3 .part1 .icons-wrap .icon:first-child {
    margin-bottom: 0;
  }
  .security .sec-detail3 .part1 .icons-wrap .icon:first-child::after {
    display: none;
  }
  .security .sec-detail3 .part1 .p1-r {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .security .sec-detail3 .part1 .txt3 {
    margin-bottom: 25px;
  }
  .security .sec-detail3 .part2 .desc {
    width: 100%;
    padding-left: 0;
  }
  .security .sec-detail3 .part3 {
    padding: 45px 0 35px;
  }
  .security .sec-detail3 .part3 .intro {
    height: auto;
  }
  .security .sec-detail3 .part3 .pic-wrap {
    width: 100%;
    float: none;
  }
  .security .sec-detail3 .part3 .txt-wrap {
    width: 100%;
    float: none;
    height: auto;
    margin-bottom: 35px;
  }
  .security .sec-detail3 .part3 .desc {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    padding: 30px 20px;
  }
}
@media (max-width: 480px) {
  .security .sec-group .sec-tit {
    font-size: 16px;
  }
  .security .sec-detail1 .part1 {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .security .sec-detail1 .part2 .txt1 {
    font-size: 18px;
  }
  .security .sec-detail3 .part1 {
    margin: 35px 0 45px;
  }
}
/*============================================= 专业定制 =============================================*/
.custom {
  background-color: #e7e7e7;
}
.custom .saying {
  padding-top: 5.2083%;
  padding-bottom: 3.4895%;
}
.custom .saying .txt1 {
  font-weight: 300;
}
.custom .saying .txt2 {
  margin-top: 8px;
  margin-bottom: 1.9791%;
}
.custom .intro-item {
  display: flex;
  flex-wrap: wrap;
}
.custom .intro-img {
  width: 50%;
  height: 500px;
}
.custom .intro-img .img-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.custom .inner-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
}
.custom .intro-txt {
  width: 50%;
}
.custom .txt-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 20.303%;
  position: relative;
}
.custom .txt-wrap:before,
.custom .txt-wrap:after {
  font-size: 16.6666vw;
  font-family: 'SWIS721BOLD';
  font-weight: bold;
  line-height: 1;
  pointer-events: none;
  position: absolute;
}
.custom .txt-inner {
  width: 100%;
}
.custom .num {
  font-size: 88px;
  line-height: 1;
  font-family: 'SWIS721BOLD';
  font-weight: bold;
  color: rgba(55, 55, 55, 0.1);
}
.custom .intro-tit {
  font-size: 24px;
  font-weight: 300;
  position: relative;
  margin-bottom: 16.3498%;
  margin-top: 1.9011%;
}
.custom .intro-tit:after {
  content: '';
  width: 1px;
  height: 1.4062vw;
  position: absolute;
  left: 1px;
  bottom: -2.5vw;
}
.custom .intro-desc {
  font-size: 13px;
  line-height: 24px;
  font-weight: 300;
}
.custom .intro1 .intro-txt {
  background-color: #f3f2f2;
}
.custom .intro1 .txt-wrap:before {
  content: '01';
  right: -2.5vw;
  top: -1.1458vw;
  color: rgba(55, 55, 55, 0.04);
}
.custom .intro1 .intro-tit:after {
  background-color: #434343;
}
.custom .intro2 .intro-txt {
  color: #fff;
}
.custom .intro2 .txt-wrap {
  background-color: #525252;
  padding-left: 30.303%;
  padding-right: 20px;
}
.custom .intro2 .txt-wrap:before {
  content: '0';
  left: -8.3333vw;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  color: rgba(55, 55, 55, 0.05);
}
.custom .intro2 .txt-wrap:after {
  content: '2';
  left: 0vw;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  color: rgba(55, 55, 55, 0.12);
}
.custom .intro2 .num {
  color: rgba(255, 255, 255, 0.12);
}
.custom .intro2 .intro-tit:after {
  background-color: #fff;
}
.custom .intro2 .intro-img {
  background-color: #f3f2f2;
}
.custom .intro3 .intro-txt {
  background-color: #f3f2f2;
}
.custom .intro3 .txt-wrap:before {
  content: '03';
  right: -0.7812vw;
  top: -1.4062vw;
  color: rgba(55, 55, 55, 0.05);
}
.custom .intro3 .intro-tit:after {
  background-color: #434343;
}
.custom .intro4 .intro-txt {
  background-color: #ba0715;
  color: #fff;
  text-align: right;
}
.custom .intro4 .txt-wrap:before {
  content: '04';
  left: -0.7291vw;
  top: -1.4062vw;
  color: rgba(255, 255, 255, 0.06);
}
.custom .intro4 .num {
  color: rgba(255, 255, 255, 0.1);
}
.custom .intro4 .intro-tit:after {
  background-color: #fff;
  left: auto;
  right: 0;
}
.custom .case {
  width: 1320px;
  margin: 0 auto;
  padding-bottom: 2px;
  z-index: 2;
}
.custom .case .tit {
  margin-top: 8.177%;
  margin-bottom: 4.0104%;
}
.custom .case .tit h3 {
  font-size: 24px;
}
.custom .case .tit p {
  font-size: 38px;
  font-family: 'PALSCRI';
  margin-bottom: 1.9791%;
}
.custom .case .tit span {
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
}
.custom .case-tit-swiper {
  border-bottom: 1px solid #bababa;
  margin-bottom: 2.3958%;
  padding: 0 30px;
}
.custom .case-tit-swiper .swiper-slide {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  cursor: pointer;
  transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  position: relative;
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom .case-tit-swiper .swiper-slide:hover {
  color: #ba0715;
}
.custom .case-tit-swiper .swiper-slide:hover:after {
  width: 100%;
  height: 2px;
  background-color: #ba0715;
}
.custom .case-tit-swiper .swiper-slide:after {
  content: '';
  width: 0;
  height: 1px;
  background-color: #bababa;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}
.custom .case-tit-swiper .swiper-slide-active {
  color: #ba0715;
}
.custom .case-tit-swiper .swiper-slide-active:after {
  width: 100%;
  height: 2px;
  background-color: #ba0715;
}
.custom .case-img-swiper .swiper-slide {
  text-align: center;
  opacity: 0 !important;
}
.custom .case-img-swiper .swiper-slide-active {
  opacity: 1 !important;
}
.custom .case-prev,
.custom .case-next {
  width: 160px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 99;
}
.custom .case-prev span,
.custom .case-next span {
  display: block;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  position: absolute;
}
.custom .case-prev span:before,
.custom .case-next span:before {
  content: '';
  width: 19px;
  height: 19px;
  border-left: 2px solid #666;
  border-bottom: 2px solid #666;
  position: absolute;
  top: 16px;
  transition: border-color 0.4s ease;
  -ms-transition: border-color 0.4s ease;
  -o-transition: border-color 0.4s ease;
  -webkit-transition: border-color 0.4s ease;
  -moz-transition: border-color 0.4s ease;
}
.custom .case-prev span:hover:before,
.custom .case-next span:hover:before {
  border-color: #ba0715;
}
.custom .case-prev {
  left: 0;
  background-image: linear-gradient(to right, #e7e7e7 60%, transparent);
}
.custom .case-prev span {
  left: 26.5%;
}
.custom .case-prev span:before {
  left: 20px;
  transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
}
.custom .case-next {
  right: 0;
  background-image: linear-gradient(to left, #e7e7e7 60%, transparent);
}
.custom .case-next span {
  right: 26.5%;
}
.custom .case-next span:before {
  right: 20px;
  transform: rotateZ(-135deg);
  -ms-transform: rotateZ(-135deg);
  -o-transform: rotateZ(-135deg);
  -webkit-transform: rotateZ(-135deg);
  -moz-transform: rotateZ(-135deg);
}
.custom .case-ba {
  position: relative;
  background-color: #4E4E4E;
  z-index: 0;
}
.custom .case-ba .case-ba-box {
  width: 1920px;
  height: 430px;
  background-color: #4E4E4E;
  position: absolute;
  top: -410px;
  z-index: 0;
}
@media (max-width: 1280px) {
  .custom .case {
    width: auto;
  }
  .custom .case-ba {
    display: none;
  }
}
/*============================================= 专业定制 =============================================*/
.case-info {
  background-color: #fbfbfb;
}
.case-info .info-wrap {
  margin-top: 8.0208%;
  margin-bottom: 9.375%;
}
.case-info .info1 {
  width: 46%;
  display: flex;
  justify-content: center;
  padding-right: 7.8787%;
}
.case-info .case-tit1 {
  font-size: 30px;
  color: #ba0715;
}
.case-info .case-tit2 {
  font-size: 16px;
  color: #ba0715;
  line-height: 2;
  margin-top: 12px;
  margin-bottom: 30px;
}
.case-info .case-type {
  font-size: 14px;
  color: #696969;
  display: block;
}
.case-info .case-type1 {
  margin-top: 20px;
  line-height: 30px;
}
.case-info .info2 {
  width: 50%;
  font-size: 16px;
  line-height: 2;
}
.case-info .swiper-bottom {
  font-size: 0;
  padding-right: 21.875%;
  margin-top: 2.2916%;
  margin-bottom: 6.25%;
}
.case-info .swiper-bottom > div {
  display: inline-block;
  vertical-align: middle;
}
.case-info .arrow-wrap {
  width: 110px;
  font-size: 0;
}
.case-info .prev,
.case-info .next {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 40px;
  position: relative;
  cursor: pointer;
}
.case-info .prev:before,
.case-info .next:before {
  content: '';
  width: 19px;
  height: 19px;
  border-left: 2px solid #666;
  border-bottom: 2px solid #666;
  position: absolute;
  top: 10px;
  transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
}
.case-info .prev:hover:before,
.case-info .next:hover:before {
  border-color: #ba0715;
}
.case-info .prev {
  margin-right: 21px;
}
.case-info .prev:before {
  left: 10px;
  transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
}
.case-info .next:before {
  left: 0;
  transform: rotateZ(-135deg);
  -ms-transform: rotateZ(-135deg);
  -o-transform: rotateZ(-135deg);
  -webkit-transform: rotateZ(-135deg);
  -moz-transform: rotateZ(-135deg);
}
.case-info .swiper-pagination {
  width: calc(100% - 298px);
  height: 1px;
  background: #bfbfbf;
  position: relative;
}
.case-info .swiper-pagination-progress .swiper-pagination-progressbar {
  background: #535353;
}
.case-info .return {
  width: 148px;
  height: 46px;
  line-height: 46px;
  border: 2px solid #ba0715;
  position: relative;
  z-index: 1;
  margin-left: 40px;
}
.case-info .return:before {
  content: '';
  width: 100%;
  height: 100% ;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  background-color: #ba0715;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}
.case-info .return a {
  display: block;
  font-size: 13px;
  font-weight: 300;
  color: #fff;
  transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
}
.case-info .return:hover a {
  color: #ba0715;
}
.case-info .return:hover:before {
  transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
}
.case-info .case-page {
  background-color: #f3f3f3;
  padding-top: 4.1666%;
  padding-bottom: 5.1041%;
}
.case-info .case-page ul {
  margin: 0 -10px;
}
.case-info .case-page li {
  float: left;
  width: 50%;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 300;
}
.case-info .case-page li a {
  transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
}
.case-info .case-page li p {
  margin-bottom: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.case-info .case-page li:hover a {
  color: #ba0715;
}
.case-info .last-case p {
  padding-left: 6px;
}
.case-info .next-case p {
  text-align: right;
  padding-right: 6px;
}
/*============================================= 服务支持 =============================================*/
.service .saying .txt2 {
  font-size: 55px;
  margin-top: 5px;
}
.service .concept .saying {
  background-color: #e7e7e7;
  padding-top: 5.625%;
  padding-bottom: 2.8125%;
  position: relative;
}
.service .concept .saying .txt1 {
  font-weight: 300;
}
.service .concept .saying:before {
  content: '';
  width: 48px;
  height: 1px;
  background-color: #2d2d2d;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  top: 4.3229vw;
}
.service .concept-intro {
  padding-top: 4.6875%;
  padding-bottom: 8.3333%;
  background-color: #f1f1f1;
}
.service .concept-intro .intro-img {
  width: 48.7878%;
  position: relative;
  z-index: 1;
}
.service .concept-intro .intro-img:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #3b3b3b;
  position: absolute;
  z-index: -1;
  top: 7%;
  left: 4.1925%;
}
.service .concept-intro .intro-txt {
  width: 44.9242%;
  font-weight: 300;
  padding-top: 7.1212%;
}
.service .concept-intro .label {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  background-color: #ba0715;
  padding: 15px 25px;
  transform: translateX(-50.6622%);
  position: relative;
  z-index: 10;
}
.service .concept-intro .desc {
  font-size: 15px;
  line-height: 28px;
  margin-top: 13.1313%;
}
.service .concept-summary {
  position: relative;
}
.service .concept-summary:before {
  content: '';
  width: 1px;
  height: 4.1666vw;
  background-color: #ba0715;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  top: -1.6666vw;
}
.service .support {
  background-color: #d7d7d7;
  padding-bottom: 12px;
}
.service .support .saying {
  padding-top: 5.2083%;
  padding-bottom: 2.6041%;
}
.service .support-list li {
  width: 50%;
  float: left;
  background-color: #f4f4f4;
  margin-bottom: 40px;
}
.service .support-list li:nth-child(4n-3) .sup-img,
.service .support-list li:nth-child(4n-2) .sup-img,
.service .support-list li:nth-child(4n-3) .sup-txt,
.service .support-list li:nth-child(4n-2) .sup-txt {
  float: left;
}
.service .support-list li:nth-child(4n-1) .sup-img,
.service .support-list li:nth-child(4n) .sup-img,
.service .support-list li:nth-child(4n-1) .sup-txt,
.service .support-list li:nth-child(4n) .sup-txt {
  float: right;
}
.service .support-list .sup-img {
  width: 50%;
  position: relative;
  height: 460px;
}
.service .support-list .sup-img .pic {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
}
.service .support-list .sup-img-num {
  font-size: 20px;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  right: 0;
  top: 0;
}
.service .support-list .sup-txt {
  width: 50%;
  height: 460px;
  overflow: hidden;
  padding-left: 6.8181%;
  padding-right: 6.8181%;
  padding-top: 15.2272%;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.service .support-list .sup-txt:hover {
  background-color: #b80411;
  color: #fff;
}
.service .support-list .sup-txt:hover .sup-tit:before {
  color: rgba(255, 255, 255, 0.13);
}
.service .support-list .sup-txt:hover .sup-tit:after {
  background-color: #fff;
}
.service .support-list .sup-txt:hover .desc {
  color: #fff;
}
.service .support-list .sup-txt-num {
  font-size: 18px;
  position: relative;
  z-index: 2;
}
.service .support-list .sup-tit {
  font-size: 20px;
  position: relative;
  z-index: 1;
  margin-top: 10px;
  margin-bottom: 31.25%;
}
.service .support-list .sup-tit:before {
  content: attr(data-order);
  font-size: 86px;
  line-height: 1;
  font-family: 'SWIS721BOLD';
  color: rgba(225, 225, 225, 0.7);
  transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  position: absolute;
  bottom: -15px;
  left: -3px;
  z-index: -1;
}
.service .support-list .sup-tit:after {
  content: '';
  width: 1px;
  height: 2.0833vw;
  background-color: #707070;
  position: absolute;
  left: 1px;
  bottom: -2.8645vw;
  transition: background-color 0.45s ease;
  -ms-transition: background-color 0.45s ease;
  -o-transition: background-color 0.45s ease;
  -webkit-transition: background-color 0.45s ease;
  -moz-transition: background-color 0.45s ease;
}
.service .support-list .desc {
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
  color: #696969;
  transition: color 0.45s ease;
  -ms-transition: color 0.45s ease;
  -o-transition: color 0.45s ease;
  -webkit-transition: color 0.45s ease;
  -moz-transition: color 0.45s ease;
}
.service .bussiness {
  background-color: #f1f1f1;
}
.service .tab-wrap {
  font-size: 0;
  text-align: center;
  padding-top: 1.875%;
  padding-bottom: 0.5208%;
  position: relative;
}
.service .tab-wrap:before {
  content: '';
  width: 0;
  height: 57.647%;
  border-left: 1px dashed #868686;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.service .bus-tab {
  display: inline-block;
  vertical-align: middle;
  transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  cursor: pointer;
  padding: 20px 30px;
}
.service .bus-tab p {
  font-size: 24px;
  margin-bottom: 8px;
}
.service .bus-tab span {
  font-size: 38px;
  font-family: 'PALSCRI';
  line-height: 1;
}
.service .bus-tab.tab1 {
  margin-right: 20.7291%;
}
.service .bus-tab:hover,
.service .bus-tab.active {
  color: #ba0715;
}
.service .bus-map {
  background: url(../images/bussiness-bg2.jpg) center / cover no-repeat;
  padding-top: 4.6875%;
}
.service .bus-txt {
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
  color: #fff;
  text-align: center;
  margin: 0 auto 3.4895%;
}
.service .map-box {
  margin: 0 auto;
  position: relative;
}
.service .map-dots i {
  display: block;
  width: 18px;
  height: 18px;
  background-color: #c81725;
  border-radius: 50%;
  position: absolute;
}
.service .map-dots span {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  line-height: 1;
  position: absolute;
}
.service .bus-global {
  padding-bottom: 3.6979%;
}
.service .bus-global .bus-txt {
  width: 40.3645%;
}
.service .bus-global .map-box {
  width: 70.052%;
}
.service .bus-global .map-box .xs-visible {
  display: none;
}
.service .bus-global .dot1 {
  top: 24.5557%;
  left: 10.1115%;
}
.service .bus-global .dot2 {
  top: 40.0646%;
  left: 44.8327%;
}
.service .bus-global .dot3 {
  top: 40.2262%;
  left: 78.0669%;
}
.service .bus-global .dot4 {
  top: 23.5864%;
  left: 7.7323%;
}
.service .bus-global .dot5 {
  top: 26.0097%;
  left: 5.948%;
}
.service .bus-global .dot6 {
  top: 18.0937%;
  left: 88.9219%;
}
.service .bus-global .dot7 {
  top: 80.937%;
  left: 90.632%;
}
.service .bus-global .dot8 {
  top: 65.7512%;
  left: 94.5725%;
}
.service .bus-global .dot9 {
  top: 55.7351%;
  left: 86.6914%;
}
.service .bus-global .dot10 {
  top: 81.5832%;
  left: 87.7323%;
}
.service .bus-global .dot11 {
  top: 17.2859%;
  left: 4.9814%;
}
.service .bus-global .dot12 {
  top: 13.7318%;
  left: 10.1115%;
}
.service .bus-global .dot13 {
  top: 8.2391%;
  left: 11.7472%;
}
.service .bus-global .dot14 {
  top: 16.9628%;
  left: 11.9703%;
}
.service .bus-global .dot15 {
  top: 75.6058%;
  left: 12.342%;
}
.service .bus-global .dot16 {
  top: 47.8191%;
  left: 41.5613%;
}
.service .bus-global .dot17 {
  top: 55.7351%;
  left: 41.71%;
}
.service .bus-global .dot18 {
  top: 56.7044%;
  left: 44.9814%;
}
.service .bus-global .dot19 {
  top: 75.9289%;
  left: 52.1933%;
}
.service .bus-global .dot20 {
  top: 93.8611%;
  left: 58.8848%;
}
.service .bus-global .dot21 {
  top: 24.7173%;
  left: 76.7286%;
}
.service .bus-global .dot22 {
  top: 39.9031%;
  left: 87.2862%;
}
.service .bus-global .tt1 {
  top: 29.4023%;
  left: 9.8141%;
}
.service .bus-global .tt2 {
  top: 36.0258%;
  left: 43.7175%;
}
.service .bus-global .tt3 {
  top: 44.2649%;
  left: 76.803%;
}
.service .bus-global .tt4 {
  top: 18.9015%;
  left: 7.5093%;
}
.service .bus-global .tt5 {
  top: 30.3716%;
  left: 4.0892%;
}
.service .bus-global .tt6 {
  top: 22.1325%;
  left: 88.3271%;
}
.service .bus-global .tt7 {
  top: 84.9758%;
  left: 90.2602%;
}
.service .bus-global .tt8 {
  top: 70.1131%;
  left: 94.7955%;
}
.service .bus-global .tt9 {
  top: 50.5654%;
  left: 85.3532%;
}
.service .bus-global .tt10 {
  top: 81.2601%;
  left: 84.5353%;
}
.service .bus-global .tt11 {
  top: 14.7011%;
  left: 3.0483%;
}
.service .bus-global .tt12 {
  top: 13.5703%;
  left: 7.7323%;
}
.service .bus-global .tt13 {
  top: 4.5234%;
  left: 11.8959%;
}
.service .bus-global .tt14 {
  top: 17.7706%;
  left: 13.9777%;
}
.service .bus-global .tt15 {
  top: 71.2439%;
  left: 12.119%;
}
.service .bus-global .tt16 {
  top: 43.2956%;
  left: 40.8922%;
}
.service .bus-global .tt17 {
  top: 59.4507%;
  left: 39.4052%;
}
.service .bus-global .tt18 {
  top: 60.2585%;
  left: 44.1636%;
}
.service .bus-global .tt19 {
  top: 79.9677%;
  left: 51.3011%;
}
.service .bus-global .tt20 {
  top: 90.4685%;
  left: 57.6952%;
}
.service .bus-global .tt21 {
  top: 21.0016%;
  left: 76.2082%;
}
.service .bus-global .tt22 {
  top: 36.1874%;
  left: 86.3197%;
}
.service .bus-china {
  padding-bottom: 2.1875%;
}
.service .bus-china .bus-txt {
  width: 38.9895%;
}
.service .bus-china .map-box {
  width: 59.6875%;
  margin: 0 auto;
}
.service .bus-china .map-box .xs-visible {
  display: none;
}
.service .bus-china .dot1 {
  top: 83.9532%;
  left: 69.3717%;
  width: 23px;
  height: 23px;
  background: url(../images/hqicon.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 0;
}
.service .bus-china .tt1 {
  top: 80.2338%;
  left: 66.4921%;
}
.service .bus-china .dot2 {
  top: 36.6631%;
  left: 73.7347%;
}
.service .bus-china .tt2 {
  top: 41.1265%;
  left: 73.0366%;
}
.service .bus-china .dot3 {
  top: 60.3613%;
  left: 85.6021%;
}
.service .bus-china .tt3 {
  top: 57.1732%;
  left: 87.0855%;
}
.service .bus-china .dot4 {
  top: 64.8247%;
  left: 50.4363%;
}
.service .bus-china .tt4 {
  top: 61.8491%;
  left: 50.6981%;
}
.service .bus-china .dot5 {
  top: 65.356%;
  left: 59.7731%;
}
.service .bus-china .tt5 {
  top: 62.6993%;
  left: 58.726%;
}
.service .bus-china .dot6 {
  top: 63.762%;
  left: 82.9843%;
}
.service .bus-china .tt6 {
  top: 68.6504%;
  left: 83.4206%;
}
.service .bus-china .dot7 {
  top: 86.2912%;
  left: 72.6003%;
}
.service .bus-china .tt7 {
  top: 83.7407%;
  left: 73.9092%;
}
.service .bus-china .dot8 {
  top: 96.1743%;
  left: 63.6998%;
}
.service .bus-china .tt8 {
  top: 97.0244%;
  left: 66.7539%;
}
.service .progress {
  background-color: #f1f1f1;
  padding-top: 5.625%;
  padding-bottom: 4.1666%;
}
.service .progress-list {
  margin-top: 3.6363%;
}
.service .progress-list ul {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #dedede;
}
.service .progress-list li {
  width: 25%;
  border: 1px solid #dedede;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #000;
  transition: box-shadow 0.4s ease;
  -ms-transition: box-shadow 0.4s ease;
  -o-transition: box-shadow 0.4s ease;
  -webkit-transition: box-shadow 0.4s ease;
  -moz-transition: box-shadow 0.4s ease;
  padding-top: 7.5757%;
  padding-bottom: 10.9848%;
}
.service .progress-list li:hover {
  -webkit-box-shadow: 0px 0px 32.8px 7.2px rgba(150, 150, 150, 0.19);
  box-shadow: 0px 0px 32.8px 7.2px rgba(150, 150, 150, 0.19);
}
.service .progress-list li:after {
  content: attr(data-order);
  font-size: 15.3125vw;
  line-height: 1;
  color: #e1e1e1;
  font-family: 'HelveticaExtObl';
  position: absolute;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  bottom: -18%;
  margin-left: -10.303%;
}
.service .progress-list li p {
  font-size: 20px;
  margin-top: 28px;
  margin-bottom: 5px;
}
.service .progress-list li span {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}
.service .question {
  background-color: #d7d7d7;
  padding-top: 6.4062%;
  padding-bottom: 8.125%;
}
.service .que-type {
  margin-top: 3.9393%;
  margin-bottom: 4.4696%;
}
.service .que-type ul {
  margin: 0 -5px;
}
.service .que-type li {
  float: left;
  width: 33.3333%;
  padding: 0 5px;
  color: #a3a3a3;
  font-size: 13px;
  font-weight: 300;
  line-height: 58px;
  text-align: center;
  cursor: pointer;
  transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
}
.service .que-type li span {
  display: block;
  background-color: #252424;
  transition: background-color 0.35s ease;
  -ms-transition: background-color 0.35s ease;
  -o-transition: background-color 0.35s ease;
  -webkit-transition: background-color 0.35s ease;
  -moz-transition: background-color 0.35s ease;
}
.service .que-type li:hover,
.service .que-type li.active {
  color: #fff;
}
.service .que-type li:hover span,
.service .que-type li.active span {
  background-color: #ba0715;
}
.service .que-con {
  background-color: #ededed;
  padding-top: 6.6666%;
  padding-bottom: 26px;
  padding-left: 38px;
  padding-right: 38px;
  margin-bottom: 10px;
  position: relative;
}
.service .que-con:after {
  content: '';
  width: 100%;
  height: 7px;
  background-color: #ba0715;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.service .que-list li {
  padding: 28px 12px;
  border-bottom: 1px solid #dcdcdc;
  cursor: pointer;
}
.service .que-list .content {
  width: calc(100% - 90px);
  font-weight: 300;
  display: inline-block;
  vertical-align: top;
  margin-top: 1px;
}
.service .qwrap,
.service .awrap {
  font-size: 0;
}
.service .awrap {
  margin-top: 13px;
  display: none;
}
.service .que-icon {
  display: inline-block;
  vertical-align: top;
  width: 23px;
  height: 23px;
  line-height: 23px;
  font-size: 15px;
  color: #fff;
  font-family: 'Microsoft YaHei';
  text-align: center;
  border-radius: 2px;
  margin-right: 21px;
}
.service .qicon {
  background-color: #ba0715;
}
.service .aicon {
  background-color: #888;
}
.service .que-content {
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.service .ans-content {
  font-size: 13px;
  color: #6a6a6a;
  line-height: 22px;
}
.service .que-inner {
  overflow: hidden;
}
.service .que-inner.active .que-content {
  text-overflow: unset;
  white-space: unset;
}
.service .page-wrap {
  margin-top: 8.9393%;
}
@media (max-width: 1440px) {
  .service .support-list .sup-img {
    height: 420px;
  }
  .service .support-list .sup-txt {
    height: 420px;
  }
  .service .bus-global .map-box {
    width: 80%;
  }
  .service .bus-global .bus-txt {
    width: 80%;
  }
  .service .bus-china .map-box {
    width: 80%;
  }
  .service .bus-china .bus-txt {
    width: 80%;
  }
}
@media (max-width: 1280px) {
  .service .concept-intro .intro-txt {
    padding-top: 5%;
  }
  .service .support-list li {
    margin-bottom: 30px;
  }
  .service .support-list .sup-tit {
    margin-bottom: 25px;
    font-size: 18px;
  }
  .service .support-list .sup-tit::before {
    font-size: 52px;
    bottom: 0;
  }
  .service .support-list .sup-tit:after {
    display: none;
  }
  .service .support-list .sup-img {
    height: 400px;
  }
  .service .support-list .sup-txt {
    height: 400px;
  }
  .service .support-list .desc br {
    display: none;
  }
  .service .support-list .sup-txt {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media (max-width: 1200px) {
  .service .saying .txt2 {
    font-size: 35px;
  }
  .service .concept-intro .label {
    padding: 10px 20px;
    font-size: 16px;
  }
  .service .concept-intro .intro-txt {
    padding-top: 0;
  }
  .service .concept-intro .desc {
    margin-top: 10px;
  }
  .service .concept-intro .desc br {
    display: none;
  }
  .service .progress-list li:after {
    font-size: 12vw;
    bottom: -15%;
  }
  .service .progress-list li p {
    font-size: 18px;
  }
  .service .bus-global .map-box {
    width: 90%;
  }
  .service .bus-global .bus-txt {
    width: 90%;
  }
  .service .bus-china .map-box {
    width: 90%;
  }
  .service .bus-china .bus-txt {
    width: 90%;
  }
  .service .bus-tab.tab1 {
    margin-right: 7%;
  }
  .service .bus-tab p {
    font-size: 20px;
  }
}
@media (max-width: 1000px) {
  .service .support-list .sup-img {
    height: 360px;
  }
  .service .support-list .sup-txt {
    height: 360px;
    padding-top: 8%;
  }
  .service .support-list .sup-tit {
    margin-bottom: 15px;
  }
  .service .progress-list li {
    width: 50%;
  }
  .service .progress-list li::after {
    bottom: -5%;
  }
  .service .progress-list li > div img {
    width: 44px;
  }
}
@media (max-width: 800px) {
  .service .support-list li {
    width: 100%;
  }
  .service .support-list li:nth-child(4n-3) .sup-img,
  .service .support-list li:nth-child(4n-2) .sup-img,
  .service .support-list li:nth-child(4n-3) .sup-txt,
  .service .support-list li:nth-child(4n-2) .sup-txt {
    float: left;
  }
  .service .support-list li:nth-child(4n-1) .sup-img,
  .service .support-list li:nth-child(4n) .sup-img,
  .service .support-list li:nth-child(4n-1) .sup-txt,
  .service .support-list li:nth-child(4n) .sup-txt {
    float: left;
  }
  .service .support-list li:nth-child(2n+1) .sup-img,
  .service .support-list li:nth-child(2n+1) .sup-txt {
    float: left;
  }
  .service .support-list li:nth-child(2n) .sup-img,
  .service .support-list li:nth-child(2n) .sup-txt {
    float: right;
  }
  .service .support-list .sup-img {
    height: 300px;
  }
  .service .support-list .sup-txt {
    height: 300px;
  }
  .service .progress {
    padding-top: 45px;
    padding-bottom: 55px;
  }
}
@media (max-width: 768px) {
  .service .concept-intro {
    padding-top: 45px;
    padding-bottom: 55px;
  }
  .service .concept-intro .intro-img {
    width: 100%;
    float: none;
  }
  .service .concept-intro .intro-img::before {
    display: none;
  }
  .service .concept-intro .intro-img img {
    width: 100%;
  }
  .service .concept-intro .intro-txt {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  .service .concept-intro .label {
    transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    background: none;
    color: #2d2d2d;
    padding: 0;
  }
  .service .que-con {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .service .que-list li {
    padding: 20px 10px;
  }
  .service .que-list .content {
    width: calc(100% - 35px);
  }
  .service .que-icon {
    margin-right: 10px;
  }
  .service .que-type ul {
    margin: 0;
  }
  .service .que-type li {
    line-height: 48px;
    padding: 0;
  }
  .service .bus-map {
    padding-top: 45px;
  }
  .service .bus-global,
  .service .bus-china {
    padding-bottom: 50px;
  }
  .service .bus-global .map-box,
  .service .bus-china .map-box {
    width: 100%;
  }
  .service .bus-global .map-box .xs-visible,
  .service .bus-china .map-box .xs-visible {
    display: block;
  }
  .service .bus-global .map-box .xs-hidden,
  .service .bus-china .map-box .xs-hidden {
    display: none;
  }
  .service .bus-global .map-box .map-dots,
  .service .bus-china .map-box .map-dots {
    display: none;
  }
  .service .bus-global .bus-txt br,
  .service .bus-china .bus-txt br {
    display: none;
  }
}
@media (max-width: 500px) {
  .service .support-list li:nth-child(2n+1) .sup-img,
  .service .support-list li:nth-child(2n+1) .sup-txt {
    float: none;
  }
  .service .support-list li:nth-child(2n) .sup-img,
  .service .support-list li:nth-child(2n) .sup-txt {
    float: none;
  }
  .service .support-list .sup-img {
    width: 100%;
    height: 300px;
  }
  .service .support-list .sup-txt {
    width: 100%;
    height: auto;
    padding: 30px 15px;
  }
  .service .support-list .sup-img-num {
    left: 0;
    right: auto;
  }
}
@media (max-width: 480px) {
  .service .concept-intro {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .service .concept-intro .desc {
    font-size: 13px;
    line-height: 18px;
  }
  .service .bus-tab {
    padding: 10px 15px;
  }
  .service .bus-tab.tab1 {
    margin-right: 20px;
  }
}
/*============================================= 品牌视频 =============================================*/
.video .vc-type li {
  width: 25%;
}
.video .list-wrap {
  width: 78.125%;
  margin: 8.125% auto 0;
  font-size: 0;
}
.video .video-box {
  padding: 0 10px;
  width: 33.3333%;
  margin-bottom: 5.6%;
  display: inline-block;
  vertical-align: middle;
}
.video .video-box:first-child {
  width: 100%;
  margin-bottom: 3.3333%;
  text-align: center;
}
.video .video-box:first-child .video-inner:hover {
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.video .video-box:first-child p {
  padding: 26px 17px 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.video .video-box:first-child .v-post {
  padding: 14px 19px;
  border: 1px solid #ba0715;
}
.video .video-inner {
  cursor: pointer;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}
.video .video-inner p {
  font-size: 16px;
  font-weight: 300;
  padding: 22px 17px 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
}
.video .video-inner:hover {
  background-color: #f8f8f8;
  -webkit-box-shadow: 0px 0px 28px 7px rgba(188, 187, 187, 0.49);
  box-shadow: 0px 0px 28px 7px rgba(188, 187, 187, 0.49);
}
.video .video-inner:hover .v-post:before {
  opacity: 0;
}
.video .video-inner:hover .v-post:after {
  opacity: 1;
}
.video .video-inner:hover p {
  color: #ba0715;
}
.video .v-post {
  position: relative;
}
.video .v-post:before,
.video .v-post:after {
  content: '';
  width: 64px;
  height: 64px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  z-index: 10;
  pointer-events: none;
  transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.video .v-post:before {
  background-image: url(../images/vplay1.png);
}
.video .v-post:after {
  background-image: url(../images/vplay2.png);
  opacity: 0;
}
.video .page-wrap {
  margin-bottom: 4.5833%;
  margin-top: 1.302%;
  padding-top: 30px;
  border-top: 1px solid #dcdcdc;
}
.video-zhezhao {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.8);
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.video-zhezhao video {
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, -40%);
  -o-transform: translate(-50%, -40%);
  -webkit-transform: translate(-50%, -40%);
  -moz-transform: translate(-50%, -40%);
  width: auto;
  min-width: 40%;
  max-height: 67%;
}
.video-zhezhao .video-close {
  position: absolute;
  left: 50%;
  top: 90%;
  z-index: 999;
  margin-left: -32px;
  transform: translateY(-92%);
  -ms-transform: translateY(-92%);
  -o-transform: translateY(-92%);
  -webkit-transform: translateY(-92%);
  -moz-transform: translateY(-92%);
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  background: rgba(225, 225, 225, 0.5);
  border-radius: 50%;
  font-size: 0;
  cursor: pointer;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.video-zhezhao .video-close:hover {
  background: rgba(208, 11, 23, 0.5);
}
@media (max-width: 1680px) {
  .video .list-wrap {
    width: 84%;
  }
}
@media (max-width: 1440px) {
  .video .list-wrap {
    width: 90%;
    margin: 6% auto 0;
  }
}
@media (max-width: 1366px) {
  .video .video-inner p {
    padding: 20px 12px;
  }
  .video .video-box:first-child p {
    padding: 22px 15px;
  }
}
@media (max-width: 1200px) {
  .video .v-post:before,
  .video .v-post:after {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 1000px) {
  .video .video-inner p {
    font-size: 14px;
    padding: 15px 10px;
  }
  .video .video-box {
    width: 50%;
  }
  .video .video-box:first-child {
    margin-bottom: 35px;
  }
  .video .video-box:first-child p {
    padding: 18px 12px;
  }
  .video .video-box:first-child .v-post {
    padding: 10px;
  }
  .video-zhezhao video {
    width: 90vw;
    min-width: inherit;
    max-height: inherit;
  }
  .video-zhezhao .video-close {
    top: 70%;
    width: 54px;
    height: 54px;
    line-height: 54px;
  }
}
@media (max-width: 768px) {
  .video .list-wrap {
    width: 94%;
    margin: 45px auto 0;
  }
  .video .video-inner:hover {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .video .video-inner:hover p {
    color: #ba0715;
  }
  .video .v-post::before {
    opacity: 0;
  }
  .video .v-post::after {
    opacity: 1;
  }
  .video .page-wrap {
    margin: 25px 0;
  }
}
@media (max-width: 520px) {
  .video .video-box {
    width: 100%;
    margin-bottom: 15px;
  }
  .video .video-box:first-child {
    margin-bottom: 15px;
  }
  .video .video-box:first-child p {
    text-align: left;
    padding: 15px 10px;
  }
  .video .v-post {
    padding: 0 10px;
  }
}
/*============================================= 项目案例 =============================================*/
.case .vc-type {
  padding-left: 4.5833%;
  padding-right: 4.5833%;
}
.case .vc-type li {
  width: 24%;
}
.case .list-wrap {
  padding: 8.5937% 10.8333% 13.0208%;
}
.case .list-wrap ul {
  display: flex;
  flex-wrap: wrap;
}
.case .list-wrap li {
  width: 50%;
  padding: 0 12px;
  margin-bottom: 28px;
}
.case .case-box {
  display: block;
  position: relative;
}
.case .case-box:after {
  content: '';
  display: block;
  padding-top: 56.2922%;
}
.case .case-box:hover .case-bg {
  transform: scale(0.94);
  -ms-transform: scale(0.94);
  -o-transform: scale(0.94);
  -webkit-transform: scale(0.94);
  -moz-transform: scale(0.94);
}
.case .case-box:hover .case-bg:after {
  opacity: 1;
}
.case .case-box:hover .case-cover {
  transform: scale(0.94);
  -ms-transform: scale(0.94);
  -o-transform: scale(0.94);
  -webkit-transform: scale(0.94);
  -moz-transform: scale(0.94);
  opacity: 1;
}
.case .case-inner {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.case .case-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  background-size: cover;
  background-repeat: no-repeat;
}
.case .case-bg:after {
  content: "";
  position: absolute;
  display: inline-block;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 38.4px 1.6px rgba(82, 82, 82, 0.66);
  transition: opacity 0.5s ease;
  z-index: 2;
}
.case .case-cover {
  opacity: 0;
  transition: 0.5s ease;
  background: url(../images/case-img-cover.png) -116px -10px no-repeat;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.case .cover-inner {
  position: absolute;
  top: 24.2788%;
  left: 0;
  width: 100%;
  padding: 0 8.2386%;
}
.case .covet-txt {
  color: #fff;
  padding-left: 65px;
  position: relative;
}
.case .covet-txt:before {
  content: '';
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 0;
  top: -15px;
}
.case .covet-txt:after {
  content: '';
  width: 32px;
  height: 32px;
  border: 2px solid #fff;
  position: absolute;
  left: 18px;
  top: 2px;
}
.case .cover-tit {
  font-size: 26px;
  margin-bottom: 4.0816%;
}
.case .cover-sort {
  font-size: 16px;
  font-weight: 200;
}
/*============================================= 产品 =============================================*/
.product {
  background-color: #323232;
}
.product .banner {
  position: relative;
  width: 1920px;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  cursor: url(../images/hand.ico), pointer;
}
.product .banner .md-show {
  display: none;
}
.product .banner .pb1 img {
  width: 1920px;
  height: 960px;
}
.product .banner .pb2 {
  width: 0;
  height: 960px;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  z-index: 10;
  transition: width 1.5s ease;
  -ms-transition: width 1.5s ease;
  -o-transition: width 1.5s ease;
  -webkit-transition: width 1.5s ease;
  -moz-transition: width 1.5s ease;
}
.product .banner .pb2 img {
  position: absolute;
  right: 0;
  top: 0;
  width: 1920px;
}
.product .banner .pb2.show {
  width: 100%;
}
.product .banner .pb3 {
  width: 0;
  height: 960px;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  z-index: 11;
  transition: width 1.5s ease;
  -ms-transition: width 1.5s ease;
  -o-transition: width 1.5s ease;
  -webkit-transition: width 1.5s ease;
  -moz-transition: width 1.5s ease;
}
.product .banner .pb3 img {
  width: 1920px;
  position: absolute;
  top: 0;
  right: 0;
}
.product .banner .pb3.show {
  width: 100%;
}
.product .banner .pb3.hidden {
  width: 0;
}
.product .banner .pb5 {
  width: 11.6666%;
  position: absolute;
  bottom: 0;
  right: 29.5583%;
  z-index: 100;
}
.product .pro-tabs {
  background-color: #2e2e2e;
  padding-top: 2.3437%;
  padding-bottom: 2.3437%;
}
.product .pro-tabs ul {
  font-size: 0;
}
.product .pro-tabs li {
  width: 20%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 4px 3.4848%;
  border-left: 1px solid rgba(66, 66, 66, 0.45);
}
.product .pro-tabs li:last-child {
  border-right: 1px solid rgba(66, 66, 66, 0.45);
}
.product .pro-tabs a {
  display: block;
  font-size: 18px;
  line-height: 60px;
  font-weight: 300;
  color: #fff;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.product .pro-tabs a:before {
  content: '';
  width: 120%;
  height: 120%;
  background-color: #ba0715;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}
.product .pro-tabs a:hover:before,
.product .pro-tabs a.active:before {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.product .bottom-txt {
  max-width: 90%;
  height: 100%;
  position: absolute;
  color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  padding-top: 13.75vw;
  font-size: 0;
}
.product .bottom-txt h4 {
  font-size: 50px;
  letter-spacing: 25px;
  display: inline-block;
}
.product .bottom-txt p {
  display: inline-block;
  font-size: 25px;
  padding-top: 14px;
  margin-top: 2.1875vw;
  letter-spacing: 10px;
  position: relative;
}
.product .bottom-txt p:before {
  content: '';
  width: calc(100% - 0px);
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
.product .part-tit {
  color: #fff;
}
.product .part-tit h3 {
  font-size: 30px;
}
.product .part-tit p {
  font-size: 40px;
  font-family: 'PALSCRI';
}
.product .content {
  padding-top: 6.302%;
}
.product .intro .part1-main {
  padding: 4.6875% 0 31.25%;
  margin-top: 3.177%;
}
.product .intro .part1-txt {
  background-color: rgba(0, 0, 0, 0.18);
  padding: 4.6969% 5.7575% 3.2812%;
  color: #fff;
}
.product .intro .part1-txt-l {
  width: 355px;
}
.product .intro .part1-txt-l p {
  font-size: 30px;
  margin-bottom: 40px;
  letter-spacing: 3px;
  position: relative;
}
.product .intro .part1-txt-l p:after {
  content: '';
  width: 61.9718%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.72);
  position: absolute;
  left: 0;
  bottom: -18px;
}
.product .intro .part1-txt-l h3 {
  font-size: 24px;
  letter-spacing: 10px;
}
.product .intro .part1-txt-r {
  width: calc(100% - 355px);
  padding-left: 11.5582%;
  font-size: 13px;
  line-height: 24px;
  font-weight: 300;
}
.product .intro .part2 {
  margin-top: 4.0625%;
}
.product .intro .scope-list {
  margin-top: 4.1666%;
  margin-bottom: 50px;
}
.product .intro .scope-list ul {
  margin: 0 -15px;
  font-size: 0;
}
.product .intro .scope-list li {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding: 0 15px;
  margin-bottom: 40px;
}
.product .intro .scope-list li:hover .scope-tit {
  background-color: #991a1c;
}
.product .intro .scope-tit {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  background-color: #494949;
  padding: 35px 10px;
  transition: background-color 0.45s ease;
  -ms-transition: background-color 0.45s ease;
  -o-transition: background-color 0.45s ease;
  -webkit-transition: background-color 0.45s ease;
  -moz-transition: background-color 0.45s ease;
}
.product .feature .fea-list {
  margin-top: 4.6875%;
  text-align: center;
}
.product .feature .fea-list ul {
  margin: 0 -16px;
}
.product .feature .fea-list li {
  float: left;
  width: 50%;
  padding: 0 16px;
  margin-bottom: 10.8816%;
}
.product .feature .fea-tit {
  font-size: 18px;
  color: #fff;
  background-color: #ba0715;
  padding: 28px 10px 15px;
}
.product .feature .fea-img2 {
  margin-top: 12.2685%;
}
.product .match .match-tit-desc {
  font-size: 13px;
  color: #fff;
  line-height: 24px;
  max-width: 90%;
  margin: 2.3958% auto 3.6458%;
}
.product .match .match-thumb .swiper-slide {
  opacity: 0 !important;
}
.product .match .match-thumb .swiper-slide-active {
  opacity: 1 !important;
}
.product .match .match-thumb .swiper-slide-active .match-pro-wrap {
  opacity: 1;
  transition: opacity 0.3s ease 0.5s;
  -ms-transition: opacity 0.3s ease 0.5s;
  -o-transition: opacity 0.3s ease 0.5s;
  -webkit-transition: opacity 0.3s ease 0.5s;
  -moz-transition: opacity 0.3s ease 0.5s;
}
.product .match .match-pro-pic {
  padding-top: 35.9375%;
  padding-left: 13.4375%;
  padding-right: 13.4375%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.product .match .match-pro-wrap {
  background-color: #fff;
  opacity: 0;
  padding: 4.1251% 10.5263% 4.4096% 11.2375%;
}
.product .match .mpt {
  font-size: 22px;
  color: #000;
  margin-top: 17px;
}
.product .match .mwl {
  width: 260px;
  padding-right: 16px;
}
.product .match .mwr {
  width: calc(100% - 260px);
  font-size: 14px;
  line-height: 2;
  color: #000;
  font-weight: 300;
  padding-top: 8px;
}
.product .match .match-gallery {
  padding-left: 13.4375%;
  padding-right: 13.4375%;
  margin-bottom: 4.6875%;
}
.product .match .match-gallery .swiper-wrap {
  position: relative;
}
.product .match .match-gallery .swiper-container {
  background-color: #fff;
  border-top: 1px solid #efefef;
}
.product .match .match-gallery .swiper-slide {
  cursor: pointer;
  padding: 10px;
  transition: background-color 0.4s ease;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
}
.product .match .match-gallery .swiper-slide:hover {
  background-color: #ba0715;
}
.product .match .match-gallery .swiper-slide:hover .pro-match-logo1 {
  opacity: 0;
}
.product .match .match-gallery .swiper-slide:hover .pro-match-logo2 {
  opacity: 1;
}
.product .match .match-gallery .swiper-slide-active {
  background-color: #ba0715;
}
.product .match .match-gallery .swiper-slide-active .pro-match-logo1 {
  opacity: 0;
}
.product .match .match-gallery .swiper-slide-active .pro-match-logo2 {
  opacity: 1;
}
.product .match .logo-wrap {
  position: relative;
}
.product .match .pro-match-logo1,
.product .match .pro-match-logo2 {
  transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
}
.product .match .pro-match-logo2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  opacity: 0;
}
.product .match .prev,
.product .match .next {
  display: inline-block;
  vertical-align: middle;
  width: 54px;
  height: 54px;
  position: absolute;
  z-index: 9;
  bottom: 4px;
  cursor: pointer;
  background-color: #fff;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.product .match .prev:before,
.product .match .next:before {
  content: '';
  width: 19px;
  height: 19px;
  border-left: 2px solid #666;
  border-bottom: 2px solid #666;
  position: absolute;
  top: 18px;
  transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
}
.product .match .prev:hover,
.product .match .next:hover {
  border-color: #ba0715;
  background-color: #ba0715;
}
.product .match .prev:hover:before,
.product .match .next:hover:before {
  border-color: #fff;
}
.product .match .prev {
  left: -68px;
  border-right: 1px solid #cfcfcf;
}
.product .match .prev:before {
  left: 22px;
  transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
}
.product .match .next {
  right: -68px;
  border-left: 1px solid #cfcfcf;
}
.product .match .next:before {
  left: 12px;
  transform: rotateZ(-135deg);
  -ms-transform: rotateZ(-135deg);
  -o-transform: rotateZ(-135deg);
  -webkit-transform: rotateZ(-135deg);
  -moz-transform: rotateZ(-135deg);
}
.product .install {
  margin-bottom: 2.8645%;
}
.product .install .install-intro {
  font-size: 13px;
  color: #fff;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 2.9166%;
  margin-top: 2.0833%;
}
.product .install .install-step ul {
  margin: 0 -11px;
}
.product .install .install-step li {
  width: 50%;
  float: left;
  padding: 0 11px;
  margin-bottom: 35px;
}
.product .install .step-box {
  border-top: 18px solid #ba0715;
}
.product .pro-bottom {
  position: relative;
}
.product .pro-bottom .banner-txt {
  position: absolute;
  width: 100%;
  left: 0;
  top: 30.1333%;
  line-height: 1;
}
.product .pro-bottom .banner-txt .t1box {
  width: 730px;
  margin: 0 auto;
}
.product .pro-bottom .banner-txt .t1box .t1 {
  color: #e7e7e7;
  font-size: 46px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e7e7e7;
  letter-spacing: 27px;
}
.product .pro-bottom .banner-txt .t2 {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  line-height: 40px;
  margin-top: 1.1875%;
  letter-spacing: 10px;
}
@media (max-width: 1440px) {
  .product .banner {
    width: 1680px;
  }
  .product .banner .pb1 img {
    width: 1680px;
    height: 840px;
  }
  .product .banner .pb2 {
    height: 840px;
  }
  .product .banner .pb2 img {
    width: 1680px;
  }
  .product .banner .pb3 {
    height: 840px;
  }
  .product .banner .pb3 img {
    width: 1680px;
  }
  .product .part-tit h3 {
    font-size: 24px;
  }
  .product .part-tit p {
    font-size: 36px;
  }
  .product .content {
    padding-top: 4%;
  }
  .product .intro .part1-txt {
    padding: 3%;
  }
  .product .intro .part1-txt-l p {
    font-size: 24px;
  }
  .product .intro .part1-txt-l h3 {
    font-size: 20px;
    letter-spacing: 6px;
  }
  .product .intro .part1-txt-r {
    padding-left: 6%;
  }
  .product .intro .scope-tit {
    font-size: 16px;
    padding: 20px 10px;
  }
  .product .match .match-pro-wrap {
    padding: 4% 6%;
  }
  .product .match .match-gallery {
    padding-left: 10%;
    padding-right: 10%;
  }
  .product .match .match-pro-pic {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 26%;
  }
  .product .match .mpt {
    font-size: 20px;
  }
  .product .match .mwl {
    width: 220px;
  }
  .product .match .mwr {
    width: calc(100% - 220px);
  }
}
@media (max-width: 1366px) {
  .product .banner {
    width: 1440px;
  }
  .product .banner .pb1 img {
    width: 1440px;
    height: 720px;
  }
  .product .banner .pb2 {
    height: 720px;
  }
  .product .banner .pb2 img {
    width: 1440px;
  }
  .product .banner .pb3 {
    height: 720px;
  }
  .product .banner .pb3 img {
    width: 1440px;
  }
  .product .pro-tabs {
    padding: 15px 0;
  }
  .product .pro-tabs li {
    padding: 4px 2%;
  }
  .product .pro-tabs a {
    font-size: 16px;
    line-height: 48px;
  }
}
@media (max-width: 1200px) {
  .product .banner {
    width: 100%;
  }
  .product .banner .md-show {
    display: block;
  }
  .product .banner .md-hidden {
    display: none;
  }
  .product .part-tit h3 {
    font-size: 22px;
  }
  .product .part-tit p {
    font-size: 32px;
  }
  .product .intro .part1-txt-l {
    width: 270px;
  }
  .product .intro .part1-txt-l p {
    font-size: 20px;
  }
  .product .intro .part1-txt-l h3 {
    font-size: 18px;
    letter-spacing: 4px;
  }
  .product .intro .part1-txt-r {
    width: calc(100% - 270px);
    padding-left: 0;
  }
  .product .intro .scope-list {
    margin-bottom: 25px;
  }
  .product .intro .scope-list ul {
    margin: 0 -8px;
  }
  .product .intro .scope-list li {
    padding: 0 8px;
    margin-bottom: 25px;
  }
  .product .intro .scope-tit {
    font-size: 14px;
    padding: 10px;
  }
  .product .feature .fea-tit {
    padding: 12px 10px;
    font-size: 16px;
  }
  .product .feature .fea-img2 {
    margin-top: 35px;
  }
  .product .feature .fea-list ul {
    margin: 0 -8px;
  }
  .product .feature .fea-list li {
    padding: 0 8px;
    margin-bottom: 7%;
  }
  .product .match .mwl {
    width: 200px;
  }
  .product .match .mwr {
    width: calc(100% - 200px);
  }
  .product .match .mpt {
    font-size: 18px;
  }
  .product .install .install-step ul {
    margin: 0 -8px;
  }
  .product .install .install-step li {
    padding: 0 8px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1000px) {
  .product .intro .part1-main {
    padding: 40px 0 15%;
  }
  .product .intro .part1-main .container1320 {
    width: 96%;
  }
  .product .intro .part1-txt-l {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .product .intro .part1-txt-l p {
    margin-bottom: 10px;
  }
  .product .intro .part1-txt-l p:after {
    display: none;
  }
  .product .intro .part1-txt-r {
    width: 100%;
    float: none;
  }
  .product .match .match-pro-wrap {
    padding: 4% 3%;
  }
  .product .match .mwl {
    width: 100%;
    padding-right: 0;
  }
  .product .match .mwr {
    width: 100%;
  }
  .product .pro-bottom .banner-txt .t1box {
    width: 400px;
  }
  .product .pro-bottom .banner-txt .t1box .t1 {
    font-size: 26px;
    padding-bottom: 20px;
    letter-spacing: 10px;
  }
  .product .pro-bottom .banner-txt .t2 {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 7px;
  }
}
@media (max-width: 580px) {
  .product .pro-bottom .banner-txt .t1box {
    width: 300px;
  }
  .product .pro-bottom .banner-txt .t1box .t1 {
    font-size: 20px;
    padding-bottom: 10px;
    letter-spacing: 5px;
  }
  .product .pro-bottom .banner-txt .t2 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 2px;
  }
}
@media (max-width: 768px) {
  .product .container1320 {
    width: 100%;
  }
  .product .content {
    padding-top: 35px;
  }
  .product .pro-tabs {
    padding: 10px 0;
  }
  .product .pro-tabs li {
    padding: 0;
  }
  .product .pro-tabs a::before {
    width: 100%;
  }
  .product .feature .fea-tit {
    padding: 10px 6px;
    font-size: 14px;
  }
  .product .feature .fea-img2 {
    margin-top: 25px;
  }
  .product .match .match-pro-pic {
    padding-left: 5%;
    padding-right: 5%;
  }
  .product .match .match-gallery {
    padding: 0 16%;
  }
  .product .match .prev {
    left: -54px;
    bottom: 0;
  }
  .product .match .next {
    right: -54px;
    bottom: 0;
  }
  .product .match .match-tit-desc p br {
    display: none;
  }
}
@media (max-width: 480px) {
  .product .pro-tabs li {
    width: 33.3333%;
  }
  .product .pro-tabs li:nth-child(1),
  .product .pro-tabs li:nth-child(2),
  .product .pro-tabs li:nth-child(3) {
    border-bottom: 1px solid rgba(66, 66, 66, 0.45);
  }
  .product .pro-tabs a {
    font-size: 14px;
    line-height: 42px;
  }
  .product .part-tit h3 {
    font-size: 20px;
  }
  .product .part-tit p {
    font-size: 28px;
  }
  .product .intro .scope-list li {
    width: 100%;
    display: block;
  }
  .product .feature .fea-list li {
    width: 100%;
    float: none;
  }
  .product .install .install-step li {
    width: 100%;
  }
  .product .match .match-gallery .swiper-slide {
    padding: 4px !important;
  }
  .product .match .mwl {
    clear: both;
    text-align: center;
  }
  .product .match .mwr {
    display: none;
  }
  .product .match .mpt {
    font-size: 17px;
    color: #fdfdfd;
    text-align: center;
    margin-top: 0px;
  }
  .product .match .match-pro-wrap {
    background-color: rgba(43, 25, 25, 0.3);
  }
}
