@charset "utf-8";

body[data-aos-duration='4000'] [data-aos],
[data-aos][data-aos][data-aos-duration='4000'] {
  transition-duration: 4000ms;
}

/* CSS Document */
.section {
  overflow: hidden;
}

.banner-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner-wrap .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.banner-wrap .swiper-wrapper .swiper-slide {
  height: 100%;
  overflow: hidden;
}

.inner-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.inner-bgcolor {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;

}

.section:nth-child(2) .inner-bgcolor {
  background-color: rgba(145, 38, 39, 0.8);
}

.section:nth-child(3) .inner-bgcolor {
  background-color: rgba(255, 255, 255, 0.7);
}

.section:nth-child(4) .inner-bgcolor {
  background-color: rgba(18, 29, 44, 0.52);
}

.section:nth-child(5) .inner-bgcolor {
  background-color: rgba(255, 255, 255, 0.6);
}

.section:nth-child(6) .inner-bgcolor {
  background-color: rgba(29, 32, 40, 0.86);
}

.section-swiper {
  background: #1d2028;
}

.section-swiper .inner-bg {
  background-attachment: local;
  background-size: 100% 100%;
}

.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-shadow {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2;
}


.banner-wrap .inner-con {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  z-index: 2;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.banner-wrap .inner-con h1 {
  font-size: 87px;

}

.banner-wrap .inner-con h1 span {
  font-family: 'fantizi';
}

.banner-wrap .inner-con h1 .circular {
  position: relative;
}

.banner-wrap .inner-con h1 .circular::after {
  content: '';
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #FFF;
  margin: 0 40px;
  vertical-align: middle;
}

.banner-wrap .inner-con p {
  font-size: 26px;
  font-weight: lighter;
  margin-top: 40px;
  position: relative;
  display: inline-block;
}

.banner-wrap .inner-con p::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -48%;
  width: 130px;
  background: #fff;
  height: 1px;
}

.banner-wrap .inner-con p::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -48%;
  width: 130px;
  background: #fff;
  height: 1px;
}

.button_wrap {
  position: absolute;
  right: 58px;
  width: 54px;
  top: 43%;
  color: #fff;
  text-align: center;
  z-index: 2;

}

.button_wrap .iconfont {
  font-size: 30px;
}

.button_wrap .swiper-button-next {
  position: relative;
  top: 0;
  right: 0;
  margin-top: 0;
  width: 54px;
  height: 52px;
  line-height: 52px;
  background-color: #222222;
  background-image: none;
  opacity: 1;
  margin-bottom: 26px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;

}

.button_wrap .swiper-button-prev {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 0;
  width: 54px;
  height: 52px;
  line-height: 52px;
  background-color: #222222;
  background-image: none;
  opacity: 1;
  margin-bottom: 1px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.button_wrap .swiper-button-prev:hover {
  background-color: #000;
}

.button_wrap .swiper-button-next:hover {
  background-color: #000;
}

.button_wrap .swiper-pagination {
  position: relative;
  width: 75px;
  height: 54px;
  line-height: 54px;
  background: #cc3637;
  color: #fff;
  font-size: 18px;
  margin-left: -10px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.tw-box {
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.banner-wrap .inner-con .pic {
  position: absolute;
  top: 50%;
  right: -20%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner-wrap .swiper-wrapper .swiper-slide:nth-child(3) .inner-con .pic {
  top: -170%;
  right: -20%;
  width: auto;
}

.copyRight {
  color: #fff;
  position: absolute;
  bottom: 24px;
  text-align: center;
  z-index: 2;
  width: 100%;
}

.tw-box .gk-con {
  width: 530px;
  text-align: left;
  z-index: 2;
  position: relative;
  color: #fff
}

.tw-box .gk-con .gk-header {
  font-size: 48px;
  /* font-family: 'HYXiaoBoMeiYanTiW'; */
  font-family: 'fantizi';

}

.tw-box .gk-con .gk-txt {
  font-size: 18px;
  font-weight: lighter;
  line-height: 36px;
  margin-top: 20px;
  min-height: 150px;
}


.gk-btn {
  display: block;
  width: 180px;
  height: 55px;
  font-size: 18px;
  font-weight: lighter;
  line-height: 55px;
  text-align: center;
  color: #fff;
  background: #cc3637;

}

.gk-btn .icon_arrow_right {
  display: inline-block;
  width: 36px;
  height: 8px;
  background: url(../images/arrow_right.png) no-repeat center;
  margin-left: 10px;
  position: relative;
  top: -2px;
}

.gk-btn:hover {
  background: #9e2c2d
}

/* about */
.aboutUs {
  position: absolute;
  z-index: 2;
  top: 20%;
  right: 13%;
  color: #fff;
  width: 750px;
}

.aboutUs .a-header .gy {
  display: inline-block;
  position: absolute;
  left: 60px;
  top: 0;
  opacity: 0;
}

.aboutUs .a-header .gy span {
  display: block;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  background: url(../images/word_bg.png) no-repeat center;
  font-size: 60px;
  font-family: simsun;
}

.aboutUs .a-header .gy span:first-child {
  margin-bottom: -1px;
}

.aboutUs .a-header .qc {
  position: absolute;
  left: 0;
  top: 120px;
  background: #000000;
  padding: 10px 0;
  opacity: 0;
}

.aboutUs .a-header .qc span {
  font-size: 45px;
  font-family: simsun;
  display: block;
  width: 60px;
  text-align: center;
}

.about-con {
  padding: 11% 0 0 27%;
}

.about-con .con-header {
  font-size: 59px;
  /* font-family: 'DeVinne Txt BT'; */
  font-family: 'Mesouran Serif SSi';
  opacity: 0;
  text-transform: uppercase;

}

.about-con .con-header span {
  font-size: 92px;
}

.about-con .a-text {
  padding-top: 6%;
  opacity: 0;
}

.about-con .a-text p {
  font-size: 16px;
  padding: 12px 0;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  border-bottom: 1px solid #fff;
  display: inline-block;


}

.about-con .a-text p:nth-child(1) {
  border-top: 1px solid #fff;
}

.services {
  width: auto;
  right: 13%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #010101;
}

.services .a-header .gy {
  right: 0;
  left: auto;
}

.services .a-header .qc {
  right: 80px;
  left: auto;
  background: #cc3637;
}

.services .a-header .qc span {
  color: #fff;
}

.services .a-header .gy span {
  background: url(../images/word_bg2.png) no-repeat center;
}

.inner-con-services {
  display: flex;
  flex-flow: column;
}

.services .about-con {
  padding: 0 215px 0 0;
  opacity: 0;
}

.servicesList {
  margin-top: 46px;
  display: flex;

}

.servicesList li {
  float: left;
  width: 105px;
  padding: 0 24px;
  margin-left: 60px;

  height: 380px;
  line-height: 20px;
  -webkit-transition: 0.35s ease-out 0s;
  transition: 0.35s ease-out 0s;
  position: relative;
}


.servicesList li::before {
  width: 1px;
  height: 0;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #000000;
  -webkit-transition: 0.65s ease-out 0s;
  transition: 0.65s ease-out 0s;
}

.servicesList li::after {
  width: 1px;
  height: 0;
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background: #000000;
  -webkit-transition: 0.65s ease-out 0s;
  transition: 0.65s ease-out 0s;
}

.servicesList li:hover::before {
  background: #cc3637;
}

.servicesList li:hover::after {
  background: #cc3637;
}

.servicesList li.active::before,
.servicesList li.active::after {
  height: 100%;
}

.servicesList li .s-txt {
  width: 20px;
  color: #727272;
  font-size: 18px;
  display: inline-block;
  word-break: break-all;
  text-transform: uppercase;
  writing-mode: vertical-lr;
  vertical-align: top;
  padding-right: 24px;
  -webkit-transition: 0.35s ease-out 0s;
  transition: 0.35s ease-out 0s;
}

.servicesList li .s-tit {
  width: 25px;
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  word-break: break-all;
  text-transform: uppercase;
  writing-mode: vertical-lr;
  vertical-align: top;
  -webkit-transition: 0.35s ease-out 0s;
  transition: 0.35s ease-out 0s;
}

.servicesList li:hover .s-tit {
  color: #cc3637;
}

.services .about-con .con-header {
  text-align: right;

}

.section:nth-child(4) .aboutUs {
  right: auto;
  left: 15%;
}

.section:nth-child(4) .gk-btn {
  margin-top: 40px;
  opacity: 0;
}

.section:nth-child(4) .aboutUs .a-header .qc {
  background: #cc3637
}


.case-box-popup {
  display: none;
}

.case-list {
  position: absolute;
  top: 0;
  left: 112px;
  right: 0;
  bottom: 0;
}

.case-list ul {
  width: 100%;
  height: 100%;
}

.case-list li {
  display: inline-block;
  position: relative;
  width: 33.3333%;
  height: 33.3333%;
  overflow: hidden;
  float: left;
}

.case-list li a {
  display: block;
  width: 100%;
  height: 100%;
}

.case-list li .case-img {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  -webkit-transition: 0.65s ease-out 0s;
  transition: 0.65s ease-out 0s;
}

.case-list li .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.63);
  z-index: 2;
  -webkit-transition: 0.65s ease-out 0s;
  transition: 0.65s ease-out 0s;
}

.case-list li .case-con {
  position: absolute;
  bottom: 13%;
  left: 6%;
  color: #fff;
  z-index: 2;
  -webkit-transition: 0.35s ease-out 0s;
  transition: 0.35s ease-out 0s;
}

.case-list li .case-con h4 {
  font-size: 24px;
  font-weight: bold;
  -webkit-transition: 0.35s ease-out 0s;
  transition: 0.35s ease-out 0s;
}

.case-list li .case-con p {
  font-size: 18px;
  padding-top: 8px;
  -webkit-transition: 0.35s ease-out 0s;
  transition: 0.35s ease-out 0s;
}

.case-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
  color: #fff;
  text-align: center;

}

.case-popup .case-logo {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: 0.55s ease-out 0s;
  transition: 0.55s ease-out 0s;
}

.case-popup .case-title {
  font-size: 24px;
  font-weight: lighter;
  padding-top: 20px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: 0.55s ease-out 0s;
  transition: 0.55s ease-out 0s;
}

.case-list li:hover .shadow {
  opacity: 0;
}


.case-list li:hover .case-con {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
}

.case-list li:hover .case-popup .case-logo {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.case-list li:hover .case-popup .case-title {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.case-list li:hover .case-img {
  -webkit-transform: scale3d(1.07, 1.07, 1.07);
  transform: scale3d(1.07, 1.07, 1.07);
}

.newsList li {
  margin: 0;

  overflow: hidden;
}

.newsList li::after {
  display: none;
}

.newsList li:last-child::after {
  display: block;
}

.newsList li .s-tit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  font-weight: normal;
  -webkit-transition: 0.35s ease-out 0s;
  transition: 0.35s ease-out 0s;
}

.newsList li .s-txt {
  font-size: 18px;
  font-weight: normal;
  color: #000;
  -webkit-transition: 0.35s ease-out 0s;
  transition: 0.35s ease-out 0s;
}

.newsList li:hover .s-tit {
  color: #cc3637;
}

.newsList li:hover .s-txt {
  color: #cc3637;
}

.news-time {
  padding-top: 10px;
}

/* contact */
.contact {
  position: absolute;
  z-index: 100;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  display: flex;
  flex-flow: column;
  text-align: center;
}

.contact .contact_tit {
  padding-bottom: 40%;
}

.contact .contact_tit .en-tit {
  font-size: 59px;
  font-family: 'Mesouran Serif SSi';
  padding-bottom: 6px;
  display: none;
  text-transform: uppercase;

}

.contact .contact_tit .en-tit span {
  text-transform: uppercase;
  font-size: 92px;
}

.contact .contact_tit .cn-tit {
  display: none;
}

.contact .contact_tit .lx-word {
  font-family: simsun;
  font-size: 60px;
  background: url(../images/word_bg.png) no-repeat center;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  display: inline-block;
  margin-right: -1px;

}

.contact-text {
  display: none;
}

.contact-text p {
  font-size: 18px;
  margin-bottom: 16px;
  position: relative;
}

.contact-text p:first-child::before {
  width: 60%;
  height: 1px;
  background: #fff;
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  opacity: 0.35;
}

.contact-text p:first-child::after {
  width: 60%;
  height: 1px;
  background: #fff;
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  opacity: 0.35;
}

.icons {
  margin-top: 40px;
  display: none;
}

.icons span {
  display: inline-block;
  width: 58px;
  height: 58px;
  text-align: center;
  line-height: 58px;
  margin: 0 16px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.35s ease-out 0s;
  transition: 0.35s ease-out 0s;
  display: inline-block;
  position: relative;
}

.icons span .wechat_box {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, .1);
  box-shadow: 0 0 1em rgba(0, 0, 0, .1);
  display: block;
  margin-top: 15px;
  opacity: 0;
  padding: 4px;
  position: absolute;
  text-align: center;
  top: 100%;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: .35s ease-out 0s;
  transition: .35s ease-out 0s;

}

.icons span .wechat_box:after,
.icons span .wechat_box:before {
  bottom: 100%;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}

.icons span .wechat_box:before {
  border: 7px solid transparent;
  border-bottom-color: #fff;
  height: 0;
  left: 50%;
  margin-left: -7px;
  width: 0;
}

.icons span:hover .wechat_box {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.icons .iconfont {
  font-size: 28px;
}

.icons span:hover {
  background: #000;
}

.gotop {
  position: absolute;
  bottom: 45px;
  z-index: 2;
  left: 50%;
  width: 73px;
  height: 73px;
  text-align: center;
  border-radius: 50%;
  margin-left: -36px;
  display: none;
}


.gotop:hover {
  background-color: #000;
}

.next-page {
  position: fixed;
  z-index: 2;
  left: 50%;
  margin-left: 27px;
  line-height: 60px;
  text-align: center;
  bottom: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
}

.next-page .iconfont {
  font-size: 36px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.next-page::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  border-top-left-radius: 60px;
  border: 1px solid transparent;
  border-bottom: 0;
  border-right: 0;
  animation: 1s linear infinite spin;
  transform-origin: 100% 100%;
  transition: opacity .5s cubic-bezier(0.5, 0, 0.2, 1);

}


.next-page:hover::after {
  border: 1px solid #fff;
  border-bottom: 0;
  border-right: 0;
}

.next-page:active::after {
  border: 1px solid #fff;
  border-bottom: 0;
  border-right: 0;
}

.next-page.active .iconfont {
  color: #087042
}

.next-page.active::after {
  color: #087042
}

.next-page.active:hover::after {
  border: 1px solid #087042;
  border-bottom: 0;
  border-right: 0;
}

@keyframes spin {
  from {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(359deg)
  }
}

.icon-sanx-up {
  font-size: 20px;
  vertical-align: -1px;
}



.case-box-wrap {

  font-size: 0;
  margin-left: 112px;
}

.case-box-wrap .case-list {
  display: block;
}

/* case-d */
.case-d-header {
  background: #fff;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}

.case-d-header .d-tit {
  padding: 0 50px;
  flex: 1
}

.case-d-header .d-tit h4 {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 10px;
}

.case-d-header .d-tit p {

  color: #656565;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;

}

.d-link {
  width: 280px;
  height: 100%;
  text-align: center;
  -webkit-transition: 0.35s ease-out 0s;
  transition: 0.35s ease-out 0s;
  display: table;
}

.d-link a {
  display: block;
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.d-link img {
  padding: 15px 0;
}

.fweb-btn {
  display: block;
  font-size: 16px;
  color: #868686;
}

.d-link:hover {
  background-color: #e6e6e6
}

.case-img-box img {
  width: 100%;
}


.case-box-wrap::-webkit-scrollbar-track-piece {

  background-color: #bbb;
}

.case-box-wrap::-webkit-scrollbar {

  width: 6px;
  height: 6px;
}

.case-box-wrap::-webkit-scrollbar-thumb {

  background-color: #cc3637;
  background-clip: padding-box;
  min-height: 28px;
  border-radius: 10px;
}

body::-webkit-scrollbar-track-piece {

  background-color: #bbb;
}

body::-webkit-scrollbar {

  width: 6px;
  height: 6px;
}

body::-webkit-scrollbar-thumb {

  background-color: #cc3637;
  background-clip: padding-box;
  min-height: 28px;
  border-radius: 10px;
}

.online-btn {
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
}

.online-btn a {
  display: block;
  width: 240px;
  height: 50px;
  margin: 0 auto;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
}

.icon_online {
  display: inline-block;
  width: 18px;
  height: 21px;
  background: url(../images/iconfont_xin.png) no-repeat center;
  vertical-align: -2px;
  margin-right: 6px;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
}

.online-btn a:hover {
  background: #fff;
  color: #000000
}

.online-btn a:hover .icon_online {
  background: url(../images/iconfont_xin_on.png) no-repeat center;
}

.online-bgcolor {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.86);
}

.online-box-wrap {
  height: 100%;
  position: relative;
}

.online-wrap {
  width: 100%;
  height: 100%;
  -webkit-display: flex;
  flex-flow: column;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
}

.online {
  text-align: left;
  width: 77%;
}

.online .online-tip h4 {
  font-size: 48px;
  font-weight: bold;
}

.online .online-tip p {
  font-size: 16px;
  font-weight: lighter;
}

.online .on-add {
  font-size: 141px;
  font-weight: bold;
  text-transform: uppercase;
}

.online ul {
  width: 100%;
  margin-top: 30px;
}

.online ul li {
  width: 48%;
  float: left;
  margin-right: 4%;
  font-size: 0;
  margin-bottom: 46px;
  position: relative;
}

.online ul li:nth-child(2n) {
  margin-right: 0;
}




.online ul li input {
  width: 100%;
  background: transparent;
  border-bottom: 1px solid #000;
  font-size: 16px;
  color: #000;
  padding: 12px 0;
  z-index: 2;
  position: relative;
}

.online ul li select {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #000;
  font-size: 16px;
  color: #333333;
  padding: 12px 0;
  appearance: none;
  -webkit-appearance: none;
}

.online ul li label {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 5px 7px;
  font-size: 14px;
  line-height: 3;
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
  transform: translateY(-50%) translateZ(0);
  transform-origin: 0 0;
  width: 100%;
  color: #333333;

}

.online ul .li-t.on label {
  top: -20px;
  left: -5px;
  -webkit-transform: translate(0) scale(.8) translateZ(0);
  transform: translate(0) scale(.8) translateZ(0);
  color: #e91e36;
}

.online ul .li-t.on {
  color: #e91e36;
}

.online ul .li-t.on .t-input {
  color: #e91e36;
}

.online ul .li-t::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background: #cc3637;
  z-index: 3;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.online ul .li-t.active::before {
  width: 100%;
  left: 0;
}

.online ul li:last-child {
  width: 100%;
}

.online ul li textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #000;
  font-size: 16px;
  padding: 12px 0;
  height: 194px;
  outline: none;
  font-family: "Microsoft YaHei";
  resize: none;
}


.sub-btn {
  width: 155px;
  height: 48px;
  line-height: 48px;
  border-radius: 30px;
  background-color: #cc3637;
  background-image: url(../images/iconfont_xin.png);
  background-position: 36px center;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 16px;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.43);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.43);
}

.sub-btn:hover {
  background-color: #9e2c2d;
}

.news-d {
  font-size: 14px;
  padding: 130px 7% 0 7%;
}

.news-d header {
  text-align: center;
  padding-bottom: 46px;
  border-bottom: 1px dotted #acacac;
}

.news-d header h2 {
  font-size: 24px;
}

.news-d header h6 {
  font-size: 14px;
  padding-top: 12px;
}

.news-d header h6 .red {
  color: #cc3637
}

.news-d article {
  border-bottom: 1px dotted #acacac;
}

.news-d article li {
  list-style: initial;
}

.prevPage {
  text-align: center;
  padding: 70px 0;
}

.prevPage a {

  padding: 12px 50px;
  border-radius: 30px;
  background-color: #fff;

  color: #000;
  font-size: 14px;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.29);
}

.prevPage a:hover {
  background-color: #e91e36;
  color: #fff;
}

/* 动画出现 */















@media (max-width: 1690px) {
  .banner-wrap .swiper-wrapper .swiper-slide:nth-child(3) .inner-con .pic {
    top: -150%;
    right: -26%
  }

}

@media (max-width: 1660px) {
  .banner-wrap .swiper-wrapper .swiper-slide:nth-child(3) .inner-con .pic {
    top: -120%;
    right: -26%
  }

  .servicesList li {
    margin-left: 20px;
    padding: 0 18px;
    width: auto;
  }

  .newsList li {
    margin-left: 0;

  }
}

@media (max-width: 1560px) {
  .banner-wrap .swiper-wrapper .swiper-slide:nth-child(3) .inner-con .pic {
    top: -90%;
    right: -26%;
  }

}

@media (max-width: 1420px) {
  .banner-wrap .swiper-wrapper .swiper-slide:nth-child(3) .inner-con .pic {
    top: -77%;
    right: -26%;
  }

}

@media (max-width: 1350px) {
  .banner-wrap .swiper-wrapper .swiper-slide:nth-child(3) .inner-con .pic {
    top: -77%;
    right: -26%;
  }

}