body {
  background: #fff;
}
.container {
  max-width: 1200px;
  padding: 0;
}
@font-face {
  font-family: "SourceHanSansCN-Medium";
  src: url("../font/SourceHanSans-Medium.otf");
  font-style: normal;
}
@font-face {
  font-family: "BebasNeue";
  src: url("../font/BebasNeue.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: SourceHanSansCN-Regular;
  src: url("../font/SourceHanSans-Regular.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: SourceHanSansCN-Heavy;
  src: url("../font/SourceHanSans-Heavy.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: SourceHanSansCN-Light;
  src: url("../font/SourceHanSans-Light.otf");
  font-weight: normal;
  font-style: normal;
}
.h-active {
  color: #e60012 !important;
  font-weight: bold;
}
.h-active::after {
  width: 58px !important;
}
.activehead {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  box-shadow: 1px 1px 10px #000;
  border-top: none;
}
.activehead .navv-cen ul li a {
  padding: 25px 0 !important;
}
.head-tp {
  padding: 34px 0;
}
.head-tp .head-tp-cen {
  display: flex;
  justify-content: space-between;
}
.head-tp .head-tp-cen .head-tp-cen-lf {
  display: flex;
  align-items: center;
}
.head-tp .head-tp-cen .head-tp-cen-lf a {
  margin-right: 80px;
}
.head-tp .head-tp-cen .head-tp-cen-lf p span {
  font-size: 18px;
  letter-spacing: 2px;
  color: #333333;
  margin: 0 10px;
}
.head-tp .head-tp-cen .head-tp-cen-rt {
  display: flex;
  align-items: center;
  width: 26.2%;
}
.head-tp .head-tp-cen .head-tp-cen-rt form {
  border-radius: 15px;
  border: solid 1px #cecece;
  display: flex;
  width: 74.5%;
  align-items: center;
}
.head-tp .head-tp-cen .head-tp-cen-rt form input {
  outline: none;
}
.head-tp .head-tp-cen .head-tp-cen-rt form input:nth-child(1) {
  font-size: 14px;
  color: #bdbdbd;
  padding-left: 19px;
  padding-top: 7px;
  padding-bottom: 7px;
  background: none;
  width: 83%;
}
.head-tp .head-tp-cen .head-tp-cen-rt form input:nth-child(2) {
  background: url(../images/fdj.png) no-repeat;
  width: 17px;
  height: 16px;
  background-size: 100% 100%;
  margin-left: 7px;
}
.head-tp .head-tp-cen .head-tp-cen-rt p {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.head-tp .head-tp-cen .head-tp-cen-rt p a {
  font-size: 16px;
  transition: all 0.5s;
  color: #333333;
  position: relative;
  margin: 0 8px;
  font-weight: bold;
}
.head-tp .head-tp-cen .head-tp-cen-rt p a:nth-child(1)::after {
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 1px;
  height: 16px;
  background: #333;
}
.head-tp .head-tp-cen .head-tp-cen-rt p a:hover {
  color: #e60012;
}
.navv {
  border-top: 1px solid #cdcdcd;
  transition: all 0.5s;
}
.navv .navv-cen ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navv .navv-cen ul li a {
  font-size: 16px;
  transition: all 0.5s;
  color: #333333;
  position: relative;
  display: block;
  padding: 9px 0;
}
.navv .navv-cen ul li a::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
  content: '';
  width: 0px;
  transition: all 0.5s;
  height: 2px;
  background-color: #e60012;
}
.navv .navv-cen ul li a:hover {
  color: #e60012;
}
.navv .navv-cen ul li a:hover::after {
  width: 58px;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 650px;
  max-height: 650px;
}
.banner .ban-swiper .ban-pagination {
  bottom: 30px !important;
}
.banner .ban-swiper .ban-pagination .swiper-pagination-bullet {
  width: 27px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 6px;
  opacity: 1;
  margin: 0 5.5px;
}
.banner .ban-swiper .ban-pagination .swiper-pagination-bullet-active {
  background-color: #e60012;
  border-radius: 6px;
}
.p-active {
  background: #e60012 !important;
  color: #fff !important;
}
.pro-plan {
  padding-top: 74px;
  max-width: 1336px;
  margin: 0 auto;
}
.pro-plan ul {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.pro-plan ul li {
  border: solid 1px #e60012;
  font-size: 16px;
  transition: all 0.5s;
  color: #e60012;
  width: 12.5%;
  text-align: center;
  padding: 6.5px 0;
  margin: 0 4.5px;
  cursor: pointer;
}
.pro-plan ul li:hover {
  background: #e60012;
  color: #fff;
}
.pro-plan .pro-plan-con {
  margin-top: 30px;
}
.pro-plan .pro-plan-con .pro-plan-cont {
  display: none;
}
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items {
  position: relative;
}
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper .swiper-wrapper .swiper-slide div,
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper2 .swiper-wrapper .swiper-slide div,
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper3 .swiper-wrapper .swiper-slide div,
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper4 .swiper-wrapper .swiper-slide div,
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper5 .swiper-wrapper .swiper-slide div {
  border: solid 1px #dfdfdf;
  transition: all 0.5s;
  padding-top: 15px;
}
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper .swiper-wrapper .swiper-slide div .plan-thumb,
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper2 .swiper-wrapper .swiper-slide div .plan-thumb,
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper3 .swiper-wrapper .swiper-slide div .plan-thumb,
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper4 .swiper-wrapper .swiper-slide div .plan-thumb,
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper5 .swiper-wrapper .swiper-slide div .plan-thumb {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 232px;
  display: block;
  max-height: 232px;
}
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper .swiper-wrapper .swiper-slide div p,
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper2 .swiper-wrapper .swiper-slide div p,
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper3 .swiper-wrapper .swiper-slide div p,
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper4 .swiper-wrapper .swiper-slide div p,
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper5 .swiper-wrapper .swiper-slide div p {
  padding-top: 10px;
  padding-left: 22px;
  padding-right: 22px;
}
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper .swiper-wrapper .swiper-slide div p .plan-tit,
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper2 .swiper-wrapper .swiper-slide div p .plan-tit,
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper3 .swiper-wrapper .swiper-slide div p .plan-tit,
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper4 .swiper-wrapper .swiper-slide div p .plan-tit,
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper5 .swiper-wrapper .swiper-slide div p .plan-tit {
  font-size: 18px;
  transition: all 0.5s;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper .swiper-wrapper .swiper-slide div p span,
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper2 .swiper-wrapper .swiper-slide div p span,
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper3 .swiper-wrapper .swiper-slide div p span,
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper4 .swiper-wrapper .swiper-slide div p span,
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper5 .swiper-wrapper .swiper-slide div p span {
  border-top: 1px solid #dfdfdf;
  transition: all 0.5s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  padding-top: 22px;
  padding-bottom: 19px;
}
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper .swiper-wrapper .swiper-slide div p span a:nth-child(1),
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper2 .swiper-wrapper .swiper-slide div p span a:nth-child(1),
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper3 .swiper-wrapper .swiper-slide div p span a:nth-child(1),
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper4 .swiper-wrapper .swiper-slide div p span a:nth-child(1),
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper5 .swiper-wrapper .swiper-slide div p span a:nth-child(1) {
  font-size: 16px;
  transition: all 0.5s;
  color: #666666;
}
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper .swiper-wrapper .swiper-slide div p span a:nth-child(2) img:nth-child(2),
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper2 .swiper-wrapper .swiper-slide div p span a:nth-child(2) img:nth-child(2),
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper3 .swiper-wrapper .swiper-slide div p span a:nth-child(2) img:nth-child(2),
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper4 .swiper-wrapper .swiper-slide div p span a:nth-child(2) img:nth-child(2),
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper5 .swiper-wrapper .swiper-slide div p span a:nth-child(2) img:nth-child(2) {
  display: none;
}
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper .swiper-wrapper .swiper-slide div:hover,
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper2 .swiper-wrapper .swiper-slide div:hover,
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper3 .swiper-wrapper .swiper-slide div:hover,
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper4 .swiper-wrapper .swiper-slide div:hover,
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper5 .swiper-wrapper .swiper-slide div:hover {
  border: 1px solid #e60012;
}
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper .swiper-wrapper .swiper-slide div:hover p .plan-tit,
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper2 .swiper-wrapper .swiper-slide div:hover p .plan-tit,
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper3 .swiper-wrapper .swiper-slide div:hover p .plan-tit,
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper4 .swiper-wrapper .swiper-slide div:hover p .plan-tit,
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper5 .swiper-wrapper .swiper-slide div:hover p .plan-tit {
  color: #e60012;
}
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper .swiper-wrapper .swiper-slide div:hover p span,
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper2 .swiper-wrapper .swiper-slide div:hover p span,
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper3 .swiper-wrapper .swiper-slide div:hover p span,
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper4 .swiper-wrapper .swiper-slide div:hover p span,
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper5 .swiper-wrapper .swiper-slide div:hover p span {
  border-top: 1px solid #e60012;
}
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper .swiper-wrapper .swiper-slide div:hover p span a:nth-child(1),
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper2 .swiper-wrapper .swiper-slide div:hover p span a:nth-child(1),
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper3 .swiper-wrapper .swiper-slide div:hover p span a:nth-child(1),
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper4 .swiper-wrapper .swiper-slide div:hover p span a:nth-child(1),
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper5 .swiper-wrapper .swiper-slide div:hover p span a:nth-child(1) {
  color: #e60012;
}
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper .swiper-wrapper .swiper-slide div:hover p span a:nth-child(2) img:nth-child(2),
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper2 .swiper-wrapper .swiper-slide div:hover p span a:nth-child(2) img:nth-child(2),
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper3 .swiper-wrapper .swiper-slide div:hover p span a:nth-child(2) img:nth-child(2),
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper4 .swiper-wrapper .swiper-slide div:hover p span a:nth-child(2) img:nth-child(2),
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper5 .swiper-wrapper .swiper-slide div:hover p span a:nth-child(2) img:nth-child(2) {
  display: inline;
}
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper .swiper-wrapper .swiper-slide div:hover p span a:nth-child(2) img:nth-child(1),
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper2 .swiper-wrapper .swiper-slide div:hover p span a:nth-child(2) img:nth-child(1),
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper3 .swiper-wrapper .swiper-slide div:hover p span a:nth-child(2) img:nth-child(1),
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper4 .swiper-wrapper .swiper-slide div:hover p span a:nth-child(2) img:nth-child(1),
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper5 .swiper-wrapper .swiper-slide div:hover p span a:nth-child(2) img:nth-child(1) {
  display: none;
}
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-next,
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-next2,
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-next3,
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-next4,
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-next5 {
  background: none;
  right: 0;
  opacity: 1;
}
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-prev:after,
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-next:after,
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-prev2:after,
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-next2:after,
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-prev3:after,
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-next3:after,
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-prev4:after,
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-next4:after,
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-prev5:after,
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-next5:after {
  font-size: 32px;
  color: #c5c5c5;
  font-weight: bold;
}
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-next:after,
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-next2:after,
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-next3:after,
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-next4:after,
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-next5:after {
  color: #e60012;
}
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-prev,
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-prev2,
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-prev3,
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-prev4,
.pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-prev5 {
  background: none;
  left: 0;
  opacity: 1;
}
.pro-plan .pro-plan-con .pro-plan-cont:nth-child(1) {
  display: block;
}
.plan-bt {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #333333;
}
.plan-bt2 {
  font-size: 20px;
  text-align: center;
  color: #e2e2e2;
  position: relative;
  margin-top: -9px;
  padding-bottom: 3px;
}
.plan-bt2::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  content: '';
  width: 58px;
  height: 6px;
  background-color: #e60012;
}
.application {
  margin-top: 70px;
}
.application .application-con {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.application .application-con .application-lf {
  width: 38%;
  /*background: url(../images/a-bg.jpg) no-repeat;*/
  background: rgb(101,170,283);
  background-size: cover;
}
.application .application-con .application-lf .application-lf-items {
  position: relative;
}
.application .application-con .application-lf .application-lf-items .application-cont {
  width: 63.2%;
  margin: 0 auto;
  margin-right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 5;
}
.application .application-con .application-lf .application-lf-items .application-cont .application-icon {
  width: 28.7%;
  height: 143px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.application .application-con .application-lf .application-lf-items .application-cont div {
  width: 65.8%;
  transition: all .5s;
}
.application .application-con .application-lf .application-lf-items .application-cont div p:nth-child(1) {
  font-size: 18px;
  color: #ffffff;
}
.application .application-con .application-lf .application-lf-items .application-cont div p:nth-child(2) {
  font-size: 14px;
  transition: all 0.5s;
  color: #ffffff;
  opacity: 0.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  margin-top: 5px;
  opacity: 0;
  visibility: hidden;
  display: none;
}
.application .application-con .application-lf .application-lf-items .application-more {
  position: absolute;
  z-index: 3;
  background: rgba(231, 0, 18, 0.5);
  width: 121.4%;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  cursor: default;
}
.application .application-con .application-lf .application-lf-items .application-more a {
  display: flex;
  height: 100%;
  width: 16.89%;
  justify-content: center;
  align-items: center;
  cursor: default;
}
.application .application-con .application-lf .application-lf-items:hover .application-more {
  opacity: 1;
  visibility: visible;
}
.application .application-con .application-lf .application-lf-items:hover .application-icon {
  background: #e60012;
}
.application .application-con .application-rt {
  width: 62%;
  overflow: hidden;
  height: 572px;
}
.application .application-con .application-rt p {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  width: 100%;
  height: 572px;
  overflow: hidden;
  display: none;
}
.application .application-con .application-rt p:nth-child(1) {
  display: block;
}
.a-active .application-more {
  opacity: 1 !important;
  visibility: visible !important;
}
.a-active .application-icon {
  background: #e60012 !important;
}
.a-active .application-cont div p:nth-child(2){
  opacity: 1 !important;
  visibility: visible !important;
  display: -webkit-box !important;
}
.advantage {
  margin: 73px auto;
}
.advantage h4 {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  position: relative;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-left: 68px;
}
.advantage h4::after {
  position: absolute;
  left: 68px;
  bottom: 0;
  content: '';
  width: 39px;
  height: 3px;
  background-color: #e60012;
}
.advantage h4::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 50px;
  height: 45px;
  background: url(../images/cg.png);
  background-size: 100% 100%;
}
.advantage .advantage-tp {
  display: flex;
  justify-content: space-between;
  background-color: #f5f5f5;
  align-items: center;
  padding: 23px 27px;
  margin-top: 60px;
}
.advantage .advantage-tp .advantage-tp-lf {
  width: 49.1%;
}
.advantage .advantage-tp .advantage-tp-lf .gallery-top .swiper-wrapper .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 255px;
  max-height: 255px;
}
.advantage .advantage-tp .advantage-tp-rt {
  width: 38%;
}
.advantage .advantage-tp .advantage-tp-rt .gallery-thumbs {
  margin-top: 11px;
  padding-left: 68px;
}
.advantage .advantage-tp .advantage-tp-rt .gallery-thumbs .swiper-wrapper {
  display: flex;
  flex-direction: column;
}
.advantage .advantage-tp .advantage-tp-rt .gallery-thumbs .swiper-wrapper .swiper-slide {
  width: 100% !important;
  margin-bottom: -2px;
  cursor: pointer;
}
.advantage .advantage-tp .advantage-tp-rt .gallery-thumbs .swiper-wrapper .swiper-slide p {
  font-size: 16px;
  color: #333;
  position: relative;
  padding-left: 18px;
}
.advantage .advantage-tp .advantage-tp-rt .gallery-thumbs .swiper-wrapper .swiper-slide p::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 9px;
  height: 9px;
  border: solid 1px #e60012;
  border-radius: 100%;
  background: #f5f5f5;
}
.advantage .advantage-tp .advantage-tp-rt .gallery-thumbs .swiper-wrapper .swiper-slide p::after {
  position: absolute;
  left: 4px;
  top: 19px;
  content: '';
  width: 1px;
  height: 100%;
  background: #e60012;
}
.advantage .advantage-tp .advantage-tp-rt .gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active p {
  color: #e60012;
}
.advantage .advantage-tp .advantage-tp-rt .gallery-thumbs .swiper-wrapper .swiper-slide:last-child p::after {
  display: none;
}
.advantage .advantage-bt {
  display: flex;
  justify-content: space-between;
  margin-top: 21px;
}
.advantage .advantage-bt .advantage-bt-lf {
  background-color: #f5f5f5;
  width: 49%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 57px;
}
.advantage .advantage-bt .advantage-bt-lf .advantage-bt-lf-lf {
  width: 55%;
}
.advantage .advantage-bt .advantage-bt-lf .advantage-bt-lf-lf h4::before {
  background: url(../images/cg1.png) no-repeat;
  background-size: 100% 100%;
}
.advantage .advantage-bt .advantage-bt-lf .advantage-bt-lf-lf .gallery-thumbs1 {
  margin-top: 11px;
  padding-left: 68px;
}
.advantage .advantage-bt .advantage-bt-lf .advantage-bt-lf-lf .gallery-thumbs1 .swiper-wrapper {
  display: flex;
  flex-direction: column;
}
.advantage .advantage-bt .advantage-bt-lf .advantage-bt-lf-lf .gallery-thumbs1 .swiper-wrapper .swiper-slide {
  width: 100% !important;
  margin-bottom: -2px;
  cursor: pointer;
}
.advantage .advantage-bt .advantage-bt-lf .advantage-bt-lf-lf .gallery-thumbs1 .swiper-wrapper .swiper-slide p {
  font-size: 16px;
  color: #333;
  position: relative;
  padding-left: 18px;
}
.advantage .advantage-bt .advantage-bt-lf .advantage-bt-lf-lf .gallery-thumbs1 .swiper-wrapper .swiper-slide p::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 9px;
  height: 9px;
  border: solid 1px #e60012;
  border-radius: 100%;
  background: #f5f5f5;
}
.advantage .advantage-bt .advantage-bt-lf .advantage-bt-lf-lf .gallery-thumbs1 .swiper-wrapper .swiper-slide p::after {
  position: absolute;
  left: 4px;
  top: 19px;
  content: '';
  width: 1px;
  height: 100%;
  background: #e60012;
}
.advantage .advantage-bt .advantage-bt-lf .advantage-bt-lf-lf .gallery-thumbs1 .swiper-wrapper .swiper-slide-thumb-active p {
  color: #e60012;
}
.advantage .advantage-bt .advantage-bt-lf .advantage-bt-lf-lf .gallery-thumbs1 .swiper-wrapper .swiper-slide:last-child p::after {
  display: none;
}
.advantage .advantage-bt .advantage-bt-lf .advantage-bt-lf-rt {
  width: 26.2%;
}
.advantage .advantage-bt .advantage-bt-rt {
  background-color: #f5f5f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 49.5%;
  padding: 20px;
  padding-left: 44px;
}
.advantage .advantage-bt .advantage-bt-rt .advantage-bt-rt-lf h4::before {
  background: url(../images/cg2.png) no-repeat;
  background-size: 100% 100%;
}
.advantage .advantage-bt .advantage-bt-rt .advantage-bt-rt-lf .gallery-thumbs2 {
  margin-top: 11px;
  padding-left: 68px;
}
.advantage .advantage-bt .advantage-bt-rt .advantage-bt-rt-lf .gallery-thumbs2 .swiper-wrapper {
  display: flex;
  flex-direction: column;
}
.advantage .advantage-bt .advantage-bt-rt .advantage-bt-rt-lf .gallery-thumbs2 .swiper-wrapper .swiper-slide {
  width: 100% !important;
  margin-bottom: -2px;
  cursor: pointer;
}
.advantage .advantage-bt .advantage-bt-rt .advantage-bt-rt-lf .gallery-thumbs2 .swiper-wrapper .swiper-slide p {
  font-size: 16px;
  color: #333;
  position: relative;
  padding-left: 18px;
}
.advantage .advantage-bt .advantage-bt-rt .advantage-bt-rt-lf .gallery-thumbs2 .swiper-wrapper .swiper-slide p::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 9px;
  height: 9px;
  border: solid 1px #e60012;
  border-radius: 100%;
  background: #f5f5f5;
}
.advantage .advantage-bt .advantage-bt-rt .advantage-bt-rt-lf .gallery-thumbs2 .swiper-wrapper .swiper-slide p::after {
  position: absolute;
  left: 4px;
  top: 19px;
  content: '';
  width: 1px;
  height: 100%;
  background: #e60012;
}
.advantage .advantage-bt .advantage-bt-rt .advantage-bt-rt-lf .gallery-thumbs2 .swiper-wrapper .swiper-slide-thumb-active p {
  color: #e60012;
}
.advantage .advantage-bt .advantage-bt-rt .advantage-bt-rt-lf .gallery-thumbs2 .swiper-wrapper .swiper-slide:last-child p::after {
  display: none;
}
.advantage .advantage-bt .advantage-bt-rt .advantage-bt-rt-rt {
  width: 53.1%;
}
.advantage .advantage-bt .advantage-bt-rt .advantage-bt-rt-rt .gallery-top2 .swiper-wrapper .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 170px;
  max-height: 170px;
}
.partner {
  display: flex;
}
.partner .partner-lf {
  width: 38.1%;
  background: url(../images/p-bg1.jpg);
  background-size: cover;
  display: flex;
  align-items: center;
  padding-left: 122px;
}
.partner .partner-lf div h3 {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
}
.partner .partner-lf div p {
  font-size: 20px;
  color: #ffffff;
  margin-top: -9px;
}
.partner .partner-lf div h4 {
  font-size: 26px;
  color: #ffffff;
  position: relative;
  padding-top: 47px;
  margin-top: 38px;
}
.partner .partner-lf div h4::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 58px;
  height: 6px;
  background-color: #ffffff;
}
.partner .partner-rt {
  background: url(../images/p-bg.jpg) no-repeat;
  background-size: cover;
  width: 61.9%;
  /* height: 661px; */
  padding-top: 76px;
  padding-left: 93px;
  padding-right: 93px;
  padding-bottom: 53px;
}
.partner .partner-rt .partner-swiper {
  width: 100%;
  height: 100%;
  padding-bottom: 52px;
}
.partner .partner-rt .partner-swiper .swiper-wrapper {
  width: 100%;
}
.partner .partner-rt .partner-swiper .swiper-wrapper .swiper-slide h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin-top: 33px;
}
.partner .partner-rt .partner-swiper .swiper-wrapper .swiper-slide h3:nth-child(1) {
  margin-top: 0;
}
.partner .partner-rt .partner-swiper .swiper-wrapper .swiper-slide ul {
  display: flex;
  margin-left: -6.5px;
  margin-right:-6.5px;
  margin-top: 32px;
  flex-wrap: wrap;
  /* align-items: center; */
}
.partner .partner-rt .partner-swiper .swiper-wrapper .swiper-slide ul li {
  margin-bottom: 10px;
  width: calc(100%/4);
  height: 90px;
  padding: 0 6.5px;

}
.partner .partner-rt .partner-swiper .swiper-wrapper .swiper-slide ul li a {
  cursor: default;
  display: flex;
  background: #fff;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;

}
.partner .partner-rt .partner-swiper .swiper-wrapper .swiper-slide ul li a img{
  max-height: 100%;
}
.partner .partner-rt .partner-swiper .partner-pagination {
  bottom: 0;
}
.partner .partner-rt .partner-swiper .partner-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border: solid 1px #e60012;
  border-radius: 100%;
  background: none;
  opacity: 1;
  margin: 0 12px;
}
.partner .partner-rt .partner-swiper .partner-pagination .swiper-pagination-bullet-active {
  background: #e60012;
}
.news {
  margin-top: 74px;
  margin-bottom: 80px;
}
.news .news-con {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.news .news-con .news-con-lf {
  width: 48.6%;
}
.news .news-con .news-con-lf a:nth-child(1) {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 183px;
  max-height: 183px;
  display: block;
}
.news .news-con .news-con-lf a:nth-child(2) {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  transition: all 0.5s;
  margin-top: 11px;
}
.news .news-con .news-con-lf a:nth-child(3) {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  transition: all 0.5s;
  margin-top: 4px;
}
.news .news-con .news-con-lf a:nth-child(4) {
  width: 91px;
  height: 32px;
  border-radius: 16px;
  border: solid 1px #e60012;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  margin-top: 44px;
}
.news .news-con .news-con-lf a:nth-child(4) img:nth-child(2) {
  display: none;
}
.news .news-con .news-con-lf:hover a:nth-child(2),
.news .news-con .news-con-lf:hover a:nth-child(3) {
  color: #e60012;
}
.news .news-con .news-con-lf:hover a:nth-child(4) {
  background: #e60012;
  transform: translateX(10px);
}
.news .news-con .news-con-lf:hover a:nth-child(4) img:nth-child(1) {
  display: none;
}
.news .news-con .news-con-lf:hover a:nth-child(4) img:nth-child(2) {
  display: inline;
}
.news .news-con .news-con-rt {
  width: 48%;
}
.news .news-con .news-con-rt .new-items {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #bbbbbb;
  padding: 21px 0;
  transition: all 0.5s;
}
.news .news-con .news-con-rt .new-items .new-items-lf {
  text-align: center;
}
.news .news-con .news-con-rt .new-items .new-items-lf h4 {
  font-size: 54px;
  color: #666666;
  transition: all 0.5s;
}
.news .news-con .news-con-rt .new-items .new-items-lf p {
  font-size: 14px;
  color: #666666;
  margin-top: -11px;
  transition: all 0.5s;
}
.news .news-con .news-con-rt .new-items .new-items-rt {
  width: 83%;
}
.news .news-con .news-con-rt .new-items .new-items-rt a:nth-child(1) {
  font-size: 16px;
  font-weight: bold;
  transition: all 0.5s;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}
.news .news-con .news-con-rt .new-items .new-items-rt a:nth-child(2) {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  transition: all 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  margin-top: 8px;
}
.news .news-con .news-con-rt .new-items:nth-child(1) {
  padding-top: 0;
}
.news .news-con .news-con-rt .new-items:hover {
  border-bottom: 1px solid #e60012;
}
.news .news-con .news-con-rt .new-items:hover .new-items-lf h4,
.news .news-con .news-con-rt .new-items:hover .new-items-lf p,
.news .news-con .news-con-rt .new-items:hover .new-items-rt a:nth-child(1),
.news .news-con .news-con-rt .new-items:hover .new-items-rt a:nth-child(2) {
  color: #e60012;
}
.foot {
  background: url(../images/f-bg.jpg) no-repeat;
  background-size: cover;
}
.foot .foot-tp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 23px;
  padding-bottom: 26px;
}
.foot .foot-tp p {
  font-size: 20px;
  position: relative;
  color: #ffffff;
  padding-bottom: 6px;
}
.foot .foot-tp p::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 40px;
  height: 2px;
  background-color: #ffffff;
}
.foot .foot-tp .foot-tp-lf {
  width: 28.6%;
  position: relative;
}
.foot .foot-tp .foot-tp-lf ul {
  margin-top: 8px;
}
.foot .foot-tp .foot-tp-lf ul li {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 26px;
  color: #cccccc;
}
.foot .foot-tp .foot-tp-lf ul li span {
  width: 15px;
  display: flex;
  justify-content: center;
  margin-right: 19px;
}
.foot .foot-tp .foot-tp-lf::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 1px;
  height: 170px;
  background-color: #ffffff;
  opacity: 0.1;
}
.foot .foot-tp .foot-tp-cen {
  width: 25%;
}
.foot .foot-tp .foot-tp-cen ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
}
.foot .foot-tp .foot-tp-cen ul li {
  width: calc(100%/2);
  margin-bottom: 17px;
}
.foot .foot-tp .foot-tp-cen ul li a {
  font-size: 14px;
  color: #cccccc;
  transition: all 0.5s;
  position: relative;
  padding-left: 18px;
}
.foot .foot-tp .foot-tp-cen ul li a:hover {
  color: #fff;
}
.foot .foot-tp .foot-tp-cen ul li a::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 6px;
  height: 9px;
  background: url(../images/sjx.png) no-repeat;
  background-size: 100% 100%;
}
.foot .foot-tp .foot-tp-cen ul li:nth-child(2n) {
  text-align: right;
}
.foot .foot-tp .foot-tp-rt {
  width: 19%;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.foot .foot-tp .foot-tp-rt div {
  font-size: 20px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.foot .foot-tp .foot-tp-rt::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 1px;
  height: 170px;
  background-color: #ffffff;
  opacity: 0.1;
}
.foot .foot-bt {
  background-color: #161616;
}
.foot .foot-bt .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.foot .foot-bt .container p {
  font-size: 12px;
  color: #ffffff;
  padding: 6px 0;
}
.foot .foot-bt .container p a {
  font-size: 12px;
  color: #ffffff;
}
.i-ban {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 360px;
  max-height: 360px;
}
.i-crumb {
  box-shadow: 0px 1px 8px 0px rgba(208, 208, 208, 0.35);
}
.i-crumb .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.i-crumb .container p {
  font-size: 14px;
  color: #999999;
  display: flex;
  padding: 11px 0;
  align-items: center;
}
.i-crumb .container p a {
  font-size: 14px;
  color: #999999;
  transition: all 0.5s;
  margin: 0 3px;
}
.i-crumb .container p img {
  margin-right: 5px;
}
.i-crumb .container p a:hover {
  color: #e60012;
}
.i-crumb .container ul {
  display: flex;
}
.i-crumb .container ul li {
  margin-left: 60px;
}
.i-crumb .container ul li a {
  font-size: 14px;
  transition: all 0.5s;
  color: #666666;
  position: relative;
  padding: 15.5px 0;
}
.i-crumb .container ul li a:hover {
  color: #e60012;
}
.i-crumb .container ul li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  transition: all 0.5s;
  content: '';
  height: 2px;
  background-color: #e60012;
}
.i-crumb .container ul li a:hover::after {
  width: 100%;
}
.i-crumb .container ul li:nth-child(1) {
  margin-left: 0;
}
.i-active {
  color: #e60012 !important;
}
.i-active::after {
  width: 100% !important;
}
.c-con {
  display: flex;
  margin-top: 80px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}
.c-con .c-con-lf {
  border: 1px solid #e60012;
  width: 20.5%;
}
.c-con .c-con-lf h3 {
  background: #e60012;
  color: #fff;
  text-align: center;
  padding: 20.5px 0;
}
.c-con .c-con-lf ul {
  padding: 6px 8px;
}
.c-con .c-con-lf ul li {
  margin-bottom: 6px;
  background-color: #f0f0f0;
  padding: 11px 0;
  padding-left: 23px;
  padding-right: 26px;
}
.c-con .c-con-lf ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-con .c-con-lf ul li a span:nth-child(1) {
  font-size: 16px;
  font-weight: bold;
  transition: all 0.5s;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  width: 90%;
  text-align: center;
}
.c-con .c-con-lf ul li a span:nth-child(2) img:nth-child(2) {
  display: none;
}
.c-con .c-con-lf ul li a:hover span {
  color: #e60012;
}
.c-con .c-con-lf ul li a:hover span:nth-child(2) img:nth-child(1) {
  display: none;
}
.c-con .c-con-lf ul li a:hover span:nth-child(2) img:nth-child(2) {
  display: inline;
}
.c-con .c-con-lf ul li:last-child {
  margin-bottom: 0;
}
.c-con .c-con-rt {
  width: 74.4%;
}
.c-con .c-con-rt .c-con-bt {
  font-size: 16px;
  color: #e60012;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 7px;
  display: none;
}
#jjfa-show{
  display: block;
}
.c-con .c-con-rt .row {
  margin-top: 30px;
  margin-left: -11px;
  margin-right: -11px;
}
.c-con .c-con-rt .row .c-items {
  padding: 0 11px;
  margin-bottom: 20px;
}
.c-con .c-con-rt .row .c-items div a:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #d6d6d6;
  transition: all 0.5s;
  height: 207px;
}
.c-con .c-con-rt .row .c-items div a:nth-child(1) img {
  max-height: 100%;
}
.c-con .c-con-rt .row .c-items div a:nth-child(2) {
  font-size: 14px;
  text-align: center;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  transition: all 0.5s;
  margin-top: 6px;
}
.c-con .c-con-rt .row .c-items div:hover a:nth-child(1) {
  border: 1px solid #e60012;
}
.c-con .c-con-rt .row .c-items div:hover a:nth-child(2) {
  color: #e60012;
}
.c-active span {
  color: #e60012 !important;
}
.c-active span:nth-child(2) img:nth-child(1) {
  display: none !important;
}
.c-active span:nth-child(2) img:nth-child(2) {
  display: inline !important;
}
.c-show-con {
  margin: 80px auto;
}
.c-show-con .cshow-overview {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-show-con .cshow-overview .cshow-overview-lf {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 374px;
  width: 374px;
  border: solid 1px #d6d6d6;
}
.c-show-con .cshow-overview .cshow-overview-lf img {
  max-height: 100%;
}
.c-show-con .cshow-overview .cshow-overview-rt {
  width: 64.4%;
}
.c-show-con .cshow-overview .cshow-overview-rt h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}
.c-show-con .cshow-overview .cshow-overview-rt .cshow-desc {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  margin-top: 15px;
}
.c-show-con .cshow-overview .cshow-overview-rt .cshow-lx {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #e60012;
  margin-top: 20px;
  font-weight: bold;
}
.c-show-con .cshow-overview .cshow-overview-rt .cshow-lx ul {
  display: flex;
  align-items: center;
  margin-left: -3px;
}
.c-show-con .cshow-overview .cshow-overview-rt .cshow-lx ul li {
  padding: 0 21px;
  position: relative;
}
.c-show-con .cshow-overview .cshow-overview-rt .cshow-lx ul li img {
  cursor: pointer;
}
.c-show-con .cshow-overview .cshow-overview-rt .cshow-lx ul li p {
  position: absolute;
  top: 116%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 111%;
  background: url(../images/jx.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 4px;
  padding: 7px;
  padding-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
}

.c-show-con .cshow-overview .cshow-overview-rt .cshow-lx ul li:nth-child(2) p{
  opacity: 0;
  visibility: hidden;
  background: none;
  border: 1px solid rgb(228,228,228);
  box-shadow: 1px 1px 10px rgb(228 228 228);
  padding: 6px 20px;
  top: 128%;
  background: #fff;
}
.c-show-con .cshow-overview .cshow-overview-rt .cshow-lx ul li:nth-child(2) p a:hover{
  color: #333;
}
.c-show-con .cshow-overview .cshow-overview-rt .cshow-lx ul li:nth-child(2) p::after{
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 18px;
  height: 8px;
  transform: translateX(-50%);
  background: url(../images/sjx111.png);
}
.c-show-con .cshow-overview .cshow-overview-rt .cshow-lx ul li:hover p {
  opacity: 1;
  visibility: visible;
}

.c-show-con .cshow-characteristics {
  margin-top: 55px;
}
.c-show-con .cshow-characteristics h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #333333;
  margin-bottom: 17px;
}
.c-show-con .cshow-characteristics .cshow-characteristics-con {
  display: flex;
  justify-content: center;
  margin-top: 17px;
}
.c-show-con .cshow-characteristics .cshow-characteristics-con div{
    width: 85%;
}
.c-show-con .cshow-characteristics .cshow-characteristics-con div p {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  position: relative;
  padding-left: 22px;
}
.c-show-con .cshow-characteristics .cshow-characteristics-con div p::before {
  position: absolute;
  left: 0;
  top: 9.5px;
  content: '';
  width: 8px;
  height: 8px;
  background-color: #e60012;
  border-radius: 100%;
}
.c-show-con .cshow-content {
  margin-top: 37px;
}
.c-show-con .cshow-content h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.c-show-con .cshow-content table {
  margin: 0 auto;
  margin-top: 14px;
  width: 85%;
}
.c-show-con .cshow-content table tr td {
  color: #333;
  border: 2px solid #fff;
  /*min-width: 208px;*/
  /*text-align: center;*/
  line-height: 22px;
      padding: 7px 30px;
    width: fit-content;
}
.c-show-con .cshow-content table tr td p,.c-show-con .cshow-content table tr td span{
  font-size: 14px !important;
}
.c-show-con .cshow-content table tr:nth-child(1) td {
  background: #e60012 !important;
  color: #fff !important;
}
.c-show-con .cshow-content table tr:nth-child(2n+1) td {
  background: #e6e6e8;
  color: #333;
}
.c-show-con .cshow-content table tr:nth-child(2n) td {
  background: none;
}
.c-show-con .cshow-case {
  margin-top: 37px;
}
.c-show-con .cshow-case h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #333333;
}
.c-show-con .cshow-case .row {
margin:0 auto;
  margin-top: 17px;
  justify-content: center;
  width: 85%;
}
.c-show-con .cshow-case .row .cshowcase-items {
  padding: 0 7px;
}
.c-show-con .cshow-case .row .cshowcase-items:nth-child(1){
  display: none;
}
.c-show-con .cshow-case .row .cshowcase-items a {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 200px;
  max-height: 211px;
  cursor: default;
}
.g-con-introduction {
  background-color: #fafafa;
  display: flex;
  justify-content: space-between;
  padding: 0 46px 0 24px;
  margin-top: 136px;
  margin-bottom: 60px;
}
.g-con-introduction .g-con-introduction-lf {
  width: 56.15%;
  padding: 15px;
  position: relative;
  margin-top: -60px;
  margin-bottom: 27px;
}
.g-con-introduction .g-con-introduction-lf p {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 473px;
  max-height: 473px;
}
.g-con-introduction .g-con-introduction-lf::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  width: 39px;
  height: 40px;
  background: url(../images/rt.png) no-repeat;
  background-size: 100% 100%;
}
.g-con-introduction .g-con-introduction-lf::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 40px;
  height: 39px;
  background: url(../images/lf.png) no-repeat;
  background-size: 100% 100%;
}
.g-con-introduction .g-con-introduction-rt {
  width: 39%;
  padding: 30px 0;
}
.g-con-introduction .g-con-introduction-rt h3 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.g-con-introduction .g-con-introduction-rt div {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  margin-top: 4px;
  word-break: break-all;
  text-align: justify;
}
.g-con-values {
  background-color: #fafafa;
  padding: 60.5px 0;
}
.g-con-values .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.g-con-values .container div {
  display: flex;
  align-items: center;
  width: 33.33333333%;
}
.g-con-values .container div img {
  transition: all 0.5s;
}
.g-con-values .container div p {
  display: flex;
  flex-direction: column;
  margin-left: -15px;
}
.g-con-values .container div p span:nth-child(1) {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}
.g-con-values .container div p span:nth-child(2) {
  font-size: 14px;
  color: #333333;
}
.g-con-values .container div:hover img {
  transform: rotateZ(360deg);
}
.g-con-advantage {
  margin-top: 75px;
  margin-bottom: 50px;
}
.g-con-advantage #certify {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
}
.g-con-advantage #certify .ad-swiper .swiper-wrapper .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 538px;
  height: 314px;
  max-height: 314px;
  position: relative;
}
.g-con-advantage #certify .ad-swiper .swiper-wrapper .swiper-slide p {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 18px;
  color: #ffffff;
  padding: 10px 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}
.g-con-advantage #certify .ad-pagination {
  position: relative;
  margin-top: 25px;
}
.g-con-advantage #certify .ad-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border: solid 1px #e60012;
  border-radius: 100%;
  background: none;
  margin: 0 10px;
  opacity: 1;
}
.g-con-advantage #certify .ad-pagination .swiper-pagination-bullet-active {
  background: #e60012;
}
.g-con-quality {
  background-color: #fafafa;
  padding-top: 55px;
  padding-bottom: 100px;
}
.g-con-quality .container .qua-swiper {
  margin-top: 53px;
}
.g-con-quality .container .qua-swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.g-con-quality .container .qua-swiper .swiper-wrapper .swiper-slide .quality-lf {
  background: #fff;
  width: 47%;
  text-align: center;
  padding: 23px 0;
}
.g-con-quality .container .qua-swiper .swiper-wrapper .swiper-slide .quality-rt {
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  right: 0;
  background-color: #f2f2f2;
  width: 57.8%;
  padding: 25px 37px 60px 37px;
}
.g-con-quality .container .qua-swiper .swiper-wrapper .swiper-slide .quality-rt h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}
.g-con-quality .container .qua-swiper .swiper-wrapper .swiper-slide .quality-rt div {
  font-size: 14px;
  line-height: 26px;
  color: #666666;
  margin-top: 14px;
}
.g-con-quality .container .qua-swiper .g-con-quality-dh {
  position: absolute;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  width: 100%;
  bottom: 10px;
}
.g-con-quality .container .qua-swiper .g-con-quality-dh .qua-next {
  position: relative;
}
.g-con-quality .container .qua-swiper .g-con-quality-dh .qua-next {
  width: 30px;
  height: 30px;
  background: url(../images/right.png) no-repeat;
  background-size: 100% 100%;
  right: 0;
  margin-top: 0;
  opacity: 1;
  margin: 0 6px;
}
.g-con-quality .container .qua-swiper .g-con-quality-dh .qua-next:after,
.g-con-quality .container .qua-swiper .g-con-quality-dh .qua-prev:after {
  content: '';
}
.g-con-quality .container .qua-swiper .g-con-quality-dh .qua-prev {
  position: relative;
}
.g-con-quality .container .qua-swiper .g-con-quality-dh .qua-prev {
  width: 30px;
  height: 30px;
  background: url(../images/left.png) no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin-top: 0;
  opacity: 1;
  margin: 0 6px;
  margin-left: 54px;
}
.g-con-production {
  margin-top: 75px;
}
.g-con-production .g-con-production-con {
  margin-top: 35px;
}
.g-con-production .g-con-production-con h4 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #333333;
}
.g-con-production .g-con-production-con div {
  font-size: 14px;
  line-height: 26px;
  color: #666666;
  margin-top: 14px;
}
.g-con-production .g-con-production-con ul {
  display: flex;
  justify-content: space-between;
  margin-top: 29px;
}
.g-con-production .g-con-production-con ul li {
  height: 365px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 49.4%;
}
.g-con-course {
  margin-top: 75px;
  margin-bottom: 60px;
}
.g-con-course .gallery-top11 {
  margin-top: 40px;
}
.g-con-course .gallery-top11 .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 70px;
}
.g-con-course .gallery-top11 .swiper-wrapper .swiper-slide .g-con-course-lf {
  width: 56%;
}
.g-con-course .gallery-top11 .swiper-wrapper .swiper-slide .g-con-course-lf h2 {
  font-size: 32px;
  color: #666666;
}
.g-con-course .gallery-top11 .swiper-wrapper .swiper-slide .g-con-course-lf div {
  font-size: 14px;
  line-height: 28px;
  color: #666666;
  text-align: justify;
  margin-top: 26px;
}
.g-con-course .gallery-top11 .swiper-wrapper .swiper-slide .g-con-course-rt {
  width: 38.3%;
}
.g-con-course .gallery-top11 .swiper-wrapper .swiper-slide .g-con-course-rt p {
  height: 261px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.g-con-course .gallery-thumbs11 {
  margin-top: 60px;
  padding-top: 17px;
}
.g-con-course .gallery-thumbs11 .swiper-wrapper {
  position: relative;
}
.g-con-course .gallery-thumbs11 .swiper-wrapper .swiper-slide {
  cursor: pointer;
}
.g-con-course .gallery-thumbs11 .swiper-wrapper .swiper-slide p {
  position: relative;
  padding-top: 40px;
}
.g-con-course .gallery-thumbs11 .swiper-wrapper .swiper-slide p span {
  font-size: 16px;
  color: #666666;
  width: 77px;
  height: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: none;
  margin: 0 auto;
  transition: all 0.5s;
}
.g-con-course .gallery-thumbs11 .swiper-wrapper .swiper-slide p:hover span {
  background: #e60012;
  color: #fff;
}
.g-con-course .gallery-thumbs11 .swiper-wrapper .swiper-slide p::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 17px;
  height: 17px;
  background-color: #ffffff;
  border: solid 1px #999999;
  border-radius: 100%;
}
.g-con-course .gallery-thumbs11 .swiper-wrapper .swiper-slide-thumb-active p::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  top: -9px;
  width: 29px;
  height: 37px;
  background: url(../images/db.jpg) no-repeat;
  background-size: 100% 100%;
}
.g-con-course .gallery-thumbs11 .swiper-wrapper .swiper-slide-thumb-active p::before {
  display: none;
}
.g-con-course .gallery-thumbs11 .swiper-wrapper .swiper-slide-thumb-active p span {
  background: #e60012;
  color: #fff;
  font-weight: bold;
}
.g-con-course .gallery-thumbs11 .swiper-wrapper::before {
  position: absolute;
  top: 8px;
  width: 800%;
  content: '';
  height: 1px;
  border-top: 1px dashed #999;
}
.g-con-course .gallery-thumbs11 .lc-next {
  opacity: 1;
  right: 0;
  margin-top: 0;
  width: 26px;
  height: 26px;
  background: url(../images/right11.jpg) no-repeat;
  background-size: 100% 100%;
  top: 12px;
}
.g-con-course .gallery-thumbs11 .lc-prev:after,
.g-con-course .gallery-thumbs11 .lc-next:after {
  display: none;
}
.g-con-course .gallery-thumbs11 .lc-prev {
  opacity: 1;
  left: 0;
  margin-top: 0;
  width: 26px;
  height: 26px;
  background: url(../images/left11.jpg) no-repeat;
  background-size: 100% 100%;
  top: 12px;
}
.n-con {
  padding-bottom: 80px;
}
.n-con .n-con-item {
  padding: 80px 0 33px 0;
}
.n-con .n-con-item li {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  margin-bottom: 28px;
  transition: all 0.5s;
}
.n-con .n-con-item li .n-thumb {
  width: 27.2%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 170px;
  max-height: 170px;
  transition: all 0.5s;
}
.n-con .n-con-item li .n-detail {
  padding: 30px 0;
  padding-left: 80px;
  padding-right: 132px;
  width: 56.75%;
  position: relative;
}
.n-con .n-con-item li .n-detail .n-more {
  font-size: 16px;
  color: #e60012;
  margin-top: 40px;
  border-bottom: 1px solid #e60012;
  width: fit-content;
  float: right;
  opacity: 0;
  visibility: hidden;
  display: none;
}
.n-con .n-con-item li .n-detail a {
  display: block;
}
.n-con .n-con-item li .n-detail a p:nth-child(1) {
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  transition: all 0.5s;
  position: relative;
}
.n-con .n-con-item li .n-detail a p:nth-child(1) span {
  font-size: 14px;
  color: #999999;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 0;
}
.n-con .n-con-item li .n-detail a p:nth-child(2) {
  font-size: 14px;
  line-height: 24px;
  color: #808080;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  margin-top: 7px;
  transition: all 0.5s;
}
.n-con .n-con-item li .n-detail::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 1px;
  height: 100%;
  height: 80px;
  background: #dcdcdc;
}
.n-con .n-con-item li .n-date {
  width: 16%;
  text-align: center;
}
.n-con .n-con-item li .n-date h2 {
  font-size: 50px;
  letter-spacing: 3px;
  color: #666666;
  font-family: Impact;
  transition: all 0.5s;
}
.n-con .n-con-item li .n-date p {
  font-size: 13px;
  letter-spacing: 1px;
  color: #808080;
  font-family: SourceHanSansCN-Normal;
  margin-top: -15px;
  transition: all 0.5s;
}
.n-con .n-con-item li:hover {
  background-color: #e60012;
}
.n-con .n-con-item li:hover .n-detail a p,
.n-con .n-con-item li:hover .n-date h2,
.n-con .n-con-item li:hover .n-date p {
  color: #fff;
}
.n-con .n-con-item li:nth-child(1):hover {
  background: #f5f5f5;
}
.n-con .n-con-item li:nth-child(1):hover .n-thumb {
  height: 263px;
  max-height: 263px;
  width: 42.2%;
  position: relative;
  left: 50px;
  bottom: 40px;
}
.n-con .n-con-item li:nth-child(1):hover .n-date,
.n-con .n-con-item li:nth-child(1):hover .n-detail::after {
  display: none;
}
.n-con .n-con-item li:nth-child(1):hover .n-detail a p:nth-child(1) {
  color: #e60012;
}
.n-con .n-con-item li:nth-child(1):hover .n-detail a p:nth-child(2) {
  color: #808080;
}
.n-con .n-con-item li:nth-child(1):hover .n-detail a p:nth-child(1) span {
  opacity: 1;
  visibility: visible;
}
.n-con .n-con-item li:nth-child(1):hover .n-detail {
  padding-right: 60px;
}
.n-con .n-con-item li:nth-child(1):hover .n-detail .n-more {
  opacity: 1;
  visibility: visible;
  display: block;
}
#pagesize ul {
  display: flex;
  justify-content: center;
}
#pagesize ul li {
  margin: 0 4.5px;
}
#pagesize ul li a, #pagesize ul li span {
  border: solid 1px #e2e2e2;
  font-size: 14px;
  transition: all 0.5s;
  color: #999999;
  padding: 4.5px 10.25px;
  border-radius: 0;
  background: none;
  box-shadow: none;
  line-height: normal;
  min-width: inherit;
}
#pagesize ul li a:hover {
  background: #e60012;
  color: #fff;
  border: solid 1px #e60012;
}
#pagesize ul li .active {
  background: #e60012;
  color: #fff;
  border: solid 1px #e60012;
}
.x-show-con {
  margin: 70px auto;
}
.x-show-con h3 {
  font-size: 28px;
  text-align: center;
  color: #333333;
}
.x-show-con .x-show-time {
  font-size: 14px;
  text-align: center;
  color: #999999;
  margin-top: 3px;
}
.x-show-con .x-show-dd {
  background-color: #f5f5f5;
  margin-top: 40px;
  padding: 36px 34px;
}
.x-show-con .x-show-dd h4 {
  font-size: 18px;
  font-weight: bold;
  color: #e60012;
}
.x-show-con .x-show-dd div {
  font-size: 16px;
  line-height: 21px;
  color: #333333;
  margin-top: 9px;
}
.x-show-con .x-show-content {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  margin-top: 32px;
}
.r-con {
  margin-top: 73px;
}
.r-con .r-con-desc {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #666666;
  margin-top: 24px;
}
.r-con .r-con-plan {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}
.r-con .r-con-plan li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 48.3%;
  height: 298px;
  max-height: 298px;
}
.r-con .r-con-plan li div {
  height: 100%;
  width: 51.5%;
  background-size: 100% 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.r-con .r-con-plan li div p {
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  margin-top: 13px;
}
.r-con .r-con-plan li:nth-child(1) div {
  background: url(../images/bg1.png) no-repeat;
}
.r-con .r-con-plan li:nth-child(2) div {
  background: url(../images/bg2.png) no-repeat;
}
.r-con-system {
  margin: 0 auto;
  margin-top: 75px;
  max-width: 1200px;
}
.r-con-system h5 {
  border-bottom: 1px solid #d2d2d2;
  font-size: 18px;
  position: relative;
  color: #e60012;
  text-align: center;
  padding-bottom: 10px;
}
.r-con-system h5::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 76px;
  bottom: -2px;
  height: 3px;
  background-color: #e60012;
}
.r-con-system .r-con-system-desc {
  font-size: 16px;
  text-align: center;
  line-height: 26px;
  margin-top: 8px;
  color: #848484;
}
.r-con-system .r-con-system-con {
  display: flex;
  flex-wrap: wrap;
  /*margin-left: -60px;*/
  /*margin-right: -60px;*/
  margin-top: 33px;
}
.r-con-system .r-con-system-con .r-con-system-items {
  width: 20%;
  /*padding: 0 60px;*/
  margin-bottom: 40px;
}
.r-con-system .r-con-system-con .r-con-system-items div {
  display: flex;
  align-items: center;
  /*justify-content: center;*/
}
.r-con-system .r-con-system-con .r-con-system-items div img {
  margin-right: 16px;
}
.r-con-system .r-con-system-con .r-con-system-items div p {
  font-size: 16px;
  color: #666666;
}
.fl-con-system {
  margin-top: 15px;
}
.r-con-elegant {
  background-color: #fafafa;
  padding-top: 54px;
  padding-bottom: 78px;
}
.r-con-elegant .r-con-elegant-con {
  max-width: 1340px;
  margin: 0 auto;
}
.r-con-elegant .r-con-elegant-con .r-con-ele-swiper {
  position: relative;
}
.r-con-elegant .r-con-elegant-con .r-con-ele-swiper .ele-swiper {
  margin-top: 42px;
}
.r-con-elegant .r-con-elegant-con .r-con-ele-swiper .ele-swiper .swiper-wrapper .swiper-slide p {
  width: 100%;
  height: 267px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.r-con-elegant .r-con-elegant-con .r-con-ele-swiper .ele-next {
  opacity: 1;
  right: 0;
  background: url(../images/righte2.png) no-repeat;
  width: 18px;
  height: 34px;
  background-size: 100% 100%;
}
.r-con-elegant .r-con-elegant-con .r-con-ele-swiper .ele-next:after,
.r-con-elegant .r-con-elegant-con .r-con-ele-swiper .ele-prev:after {
  display: none;
}
.r-con-elegant .r-con-elegant-con .r-con-ele-swiper .ele-prev {
  opacity: 1;
  left: 0;
  background: url(../images/lefte1.png) no-repeat;
  width: 18px;
  height: 34px;
  background-size: 100% 100%;
}
.recruitment .container {
  display: none;
}
.recruitment .container .recruitment-tp {
  background-color: #e60012;
  margin-top: 30px;
  z-index: 2;
  position: relative;
}
.recruitment .container .recruitment-tp .recruitment-tp-tp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 70px;
}
.recruitment .container .recruitment-tp .recruitment-tp-tp li {
  font-size: 18px;
  color: #ffffff;
  width: calc(100%/4);
  text-align: center;
}
.recruitment .container .recruitment-tp .recruitment-tp-tp li:nth-child(4n) {
  text-align: right;
}
.recruitment .container .recruitment-tp .recruitment-tp-tp li:nth-child(4n-3) {
  text-align: left;
}
.recruitment .container .recruitment-tp-cont {
  margin-top: 0px;
}
.recruitment .container .recruitment-tp-cont .recruitment-tp-content {
  padding: 0 29px;
  margin-top: -1px;
}
.recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-zw {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 41px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-zw li {
  font-size: 14px;
  color: #666;
  transition: all 0.5s;
  text-align: center;
  width: calc(100%/4);
}
.recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-zw li:last-child {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-zw li:last-child img {
  margin-left: 15px;
}
.recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-zw li:last-child img:nth-child(2) {
  display: none;
}
.recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-zw li:last-child:hover {
  color: #e60012;
}
.recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-zw li:last-child:hover img:nth-child(2) {
  display: inline !important;
}
.recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-zw li:last-child:hover img:nth-child(1) {
  display: none !important;
}
.recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-zw li:nth-child(4n) {
  text-align: right;
  justify-content: flex-end;
}
.recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-zw li:nth-child(4n-3) {
  text-align: left;
}
.recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-box {
  display: none;
  background-color: #fafafa;
  padding: 0 41px;
  padding-top: 29px;
  margin-bottom: 23px;
  margin-top: -1px;
  padding-right: 0;
}
.recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-zw2 {
  display: flex;
  margin-top: 0px;
  padding: 7px 0px;
  flex-wrap: wrap;
}
.recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-zw2 li {
  font-size: 14px;
  line-height: 28px;
  color: #666666;
  width: calc(100%/4);
  text-align: center;
  display: flex;
}
.recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-zw2 li div{
    text-align: left;
    min-width: 142px;
    margin: 0 auto;
}
.recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-zw2 li:nth-child(4n-3) div{
    min-width: inherit;
    margin-left: 0;
}
.recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-zw2 li:nth-child(4n) {
  text-align: right;
}
.recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-zw2 li:nth-child(4n-3) {
  text-align: left;
}
.recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-detail {
  font-size: 14px;
  line-height: 28px;
  color: #666666;
  /*border-top: 1px solid #e0e0e0;*/
  margin-top: 14px;
  padding-top: 10px;
  padding-right: 41px;
  position: relative;
}
.recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-detail::before{
    position: absolute;
    left: 0;
    /* transform: translateX(-50%); */
    top: 0;
    content: '';
    width: 94%;
    height: 1px;
    background: #e0e0e0;
}
.recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-email {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
  color: #e60012;
  margin-top: 40px;
  padding-bottom: 46px;
  padding-right: 41px;
}
.recruitment .container .recruitment-tp-cont .recruitment-tp-content:nth-child(1) .recruitment-box {
  display: block;
}
.recruitment .container:nth-child(1) {
  display: block;
}
.r-active {
  color: #e60012 !important;
}
.r-active img:nth-child(2) {
  display: inline !important;
}
.r-active img:nth-child(1) {
  display: none !important;
}
.r-con-recruitment {
  margin-top: 58px;
  margin-bottom: 63px;
}
.r-con-recruitment .r-con-recruitment-dh {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.r-con-recruitment .r-con-recruitment-dh li {
  font-size: 16px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c4c4c4;
  margin: 0 25px;
  padding: 6.5px 33.5px;
  cursor: pointer;
  transition: all 0.5s;
}
.r-con-recruitment .r-con-recruitment-dh li img {
  margin-right: 24px;
}
.r-con-recruitment .r-con-recruitment-dh li:hover {
  background: #e60012;
}
.re-active {
  background: #e60012 !important;
}
.r-con-promotion {
  background-color: #fafafa;
  padding-top: 53px;
  padding-bottom: 22px;
}
.r-con-promotion .container .r-con-promotion-con {
  display: flex;
  justify-content: space-between;
  margin-top: 37px;
}
.r-con-promotion .container .r-con-promotion-con .r-con-promotion-item {
  width: 38%;
}
.r-con-promotion .container .r-con-promotion-con .r-con-promotion-item ul {
  display: flex;
  align-items: flex-end;
}
.r-con-promotion .container .r-con-promotion-con .r-con-promotion-item ul li {
  width: calc(100%/8);
}
.r-con-promotion .container .r-con-promotion-con .r-con-promotion-item ul li p:nth-child(1) {
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  padding: 0px;
  /* text-align: center; */
  margin-bottom: 7px;
}
.r-con-promotion .container .r-con-promotion-con .r-con-promotion-item ul li p:nth-child(2) {
  background-color: #01dfb8;
  height: 44px;
}
.r-con-promotion .container .r-con-promotion-con .r-con-promotion-item ul li:nth-child(2) p:nth-child(2) {
  height: 66px;
}
.r-con-promotion .container .r-con-promotion-con .r-con-promotion-item ul li:nth-child(3) p:nth-child(2) {
  height: 88px;
}
.r-con-promotion .container .r-con-promotion-con .r-con-promotion-item ul li:nth-child(4) p:nth-child(2) {
  height: 110px;
}
.r-con-promotion .container .r-con-promotion-con .r-con-promotion-item ul li:nth-child(5) p:nth-child(2) {
  height: 132px;
}
.r-con-promotion .container .r-con-promotion-con .r-con-promotion-item ul li:nth-child(6) p:nth-child(2) {
  height: 154px;
}
.r-con-promotion .container .r-con-promotion-con .r-con-promotion-item ul li:nth-child(7) p:nth-child(2) {
  height: 176px;
}
.r-con-promotion .container .r-con-promotion-con .r-con-promotion-item ul li:nth-child(8) p:nth-child(2) {
  height: 198px;
}
.r-con-promotion .container .r-con-promotion-con .r-con-promotion-item .r-con-promotion-item-bt {
  text-align: center;
  font-size: 14px;
  color: #333333;
  margin-top: 13px;
}
.r-con-promotion .container .r-con-promotion-con .r-con-promotion-item:nth-child(2) ul li p:nth-child(2) {
  background-color: #01c0ff !important;
}
.r-con-induction {
  margin-top: 75px;
  margin-bottom: 80px;
}
.r-con-induction .r-con-induction-con {
  background: url(../images/r-bg.jpg) no-repeat;
  background-size: cover;
  margin-top: 40px;
}
.r-con-induction .r-con-induction-con ul {
  display: flex;
}
.r-con-induction .r-con-induction-con ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
  width: 25%;
  height: 167px;
}
.r-con-induction .r-con-induction-con ul li a {
  cursor: default;
  font-size: 18px;
  color: #666666;
  position: relative;
  padding-bottom: 6px;
}
.r-con-induction .r-con-induction-con ul li a::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: '';
  transform: translateX(-50%);
  width: 27px;
  height: 2px;
  background-color: #acacac;
}
.r-con-induction .r-con-induction-con ul:nth-child(2) li:nth-child(1) {
  background: #e60012;
}
.r-con-induction .r-con-induction-con ul:nth-child(2) li:nth-child(1) a {
  color: #fff;
}
.r-con-induction .r-con-induction-con ul:nth-child(2) li:nth-child(1) a::after {
  background: #fff;
}
.r-con-induction .r-con-induction-con ul:nth-child(2) li {
  background: rgba(255, 255, 255, 0.9);
}
.r-con-induction .r-con-induction-con ul:nth-child(3) {
  display: flex;
  justify-content: flex-end;
}
.r-con-induction .r-con-induction-con ul:nth-child(3) li:nth-child(1) {
  background: #e60012;
}
.r-con-induction .r-con-induction-con ul:nth-child(3) li:nth-child(1) a {
  color: #fff;
}
.r-con-induction .r-con-induction-con ul:nth-child(3) li:nth-child(1) a::after {
  background: #fff;
}
.r-con-induction .r-con-induction-con ul:nth-child(3) li {
  background: rgba(255, 255, 255, 0.9);
}
.j-technology-con {
  margin-top: 74px;
}
.j-technology-con .j-technology-direction {
  margin-top: 40px;
  position: relative;
}
.j-technology-con .j-technology-direction .tech-swiper {
  padding-top: 62px;
}
.j-technology-con .j-technology-direction .tech-swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: space-between;
  background-color: #f8f8f8;
  padding-left: 48px;
  padding-right: 80px;
  padding-top: 35px;
}
.j-technology-con .j-technology-direction .tech-swiper .swiper-wrapper .swiper-slide .j-technology-lf {
  width: 29.5%;
  padding-right: 17px;
  padding-bottom: 17px;
  position: relative;
  margin-top: -102px;
  margin-bottom: 34px;
}
.j-technology-con .j-technology-direction .tech-swiper .swiper-wrapper .swiper-slide .j-technology-lf p {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 397px;
  max-height: 397px;
  position: relative;
  z-index: 2;
}
.j-technology-con .j-technology-direction .tech-swiper .swiper-wrapper .swiper-slide .j-technology-lf::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  width: 143px;
  height: 76px;
  background: url(../images/te-bg.png) no-repeat;
  background-size: 100% 100%;
}
.j-technology-con .j-technology-direction .tech-swiper .swiper-wrapper .swiper-slide .j-technology-rt {
  width: 67%;
}
.j-technology-con .j-technology-direction .tech-swiper .swiper-wrapper .swiper-slide .j-technology-rt h4 {
  font-size: 20px;
  color: #333333;
}
.j-technology-con .j-technology-direction .tech-swiper .swiper-wrapper .swiper-slide .j-technology-rt div:nth-child(2) {
  font-size: 14px;
  line-height: 28px;
  color: #666666;
  text-align: justify;
  margin-top: 34px;
}
.j-technology-con .j-technology-direction .tech-swiper .swiper-wrapper .swiper-slide .j-technology-rt div:nth-child(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -10px;
}
.j-technology-con .j-technology-direction .tech-swiper .swiper-wrapper .swiper-slide .j-technology-rt div:nth-child(3) ul {
  display: flex;
}
.j-technology-con .j-technology-direction .tech-swiper .swiper-wrapper .swiper-slide .j-technology-rt div:nth-child(3) ul li {
  font-size: 14px;
  margin-right: 11px;
  color: #e60012;
  border: solid 1px #e60012;
  padding: 3.5px 18.5px;
}
.j-technology-con .j-technology-direction .tech-swiper .swiper-wrapper .swiper-slide .j-technology-rt div:nth-child(3) ul li:last-child {
  margin-right: 0;
}
.j-technology-con .j-technology-direction .tech-swiper .swiper-wrapper .swiper-slide .j-technology-rt div:nth-child(3) h2 {
  font-size: 100px;
  font-weight: bold;
  color: #bdbdbd;
  opacity: 0.2;
}
.j-technology-con .j-technology-direction .tech-next {
  opacity: 1;
  right: -26px;
  width: 52px;
  height: 52px;
  background: url(../images/trt.png) no-repeat;
  background-size: 100% 100%;
  top: 55%;
}
.j-technology-con .j-technology-direction .tech-next:after {
  display: none;
}
.j-con-platform {
  max-width: 1322px;
  margin: 0 auto;
  margin-top: 75px;
  margin-bottom: 72px;
}
.j-con-platform .j-con-platform-con {
  position: relative;
  margin-top: 40px;
}
.j-con-platform .j-con-platform-con .plat-swiper .swiper-wrapper .swiper-slide p:nth-child(1) {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 251px;
  max-height: 251px;
}
.j-con-platform .j-con-platform-con .plat-swiper .swiper-wrapper .swiper-slide p:nth-child(2) {
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  text-align: center;
  margin-top: 12px;
}
.j-con-platform .j-con-platform-con .plat-next {
  opacity: 1;
  right: 0;
  width: 20px;
  height: 37px;
  background: url(../images/rrt.png) no-repeat;
  background-size: 100% 100%;
  top: 44%;
}
.j-con-platform .j-con-platform-con .plat-next:after,
.j-con-platform .j-con-platform-con .plat-prev:after {
  display: none;
}
.j-con-platform .j-con-platform-con .plat-prev {
  opacity: 1;
  left: 0;
  width: 20px;
  height: 37px;
  background: url(../images/rlf.png) no-repeat;
  background-size: 100% 100%;
  top: 44%;
}
.g-gon-sales {
  background-color: #fafafa;
  padding-top: 57px;
  padding-bottom: 160px;
  overflow: hidden;
}
.g-gon-sales .container .g-gon-sales-con {
  position: relative;
}
.g-gon-sales .container .g-gon-sales-con .g-gon-sales-dt {
  display: block;
  margin: 0 auto;
  margin-top: 95px;
}
.g-gon-sales .container .g-gon-sales-con .g-gon-sales-cont .g-gon-sales-items {
  position: absolute;
}
.g-gon-sales .container .g-gon-sales-con .g-gon-sales-cont .g-gon-sales-items .g-gon-sales-bt {
  width: 23px;
}
.g-gon-sales .container .g-gon-sales-con .g-gon-sales-cont .g-gon-sales-items .g-gon-sales-content {
  background-color: #ffffff;
  box-shadow: 0px 0px 43px 0px rgba(4, 0, 0, 0.17);
  position: relative;
  z-index: 5;
  padding: 28px 26px;
  display: none;
  width: 520px;
  top: 10px;
  left: 10px;
}
.g-gon-sales .container .g-gon-sales-con .g-gon-sales-cont .g-gon-sales-items .g-gon-sales-content h3 {
  font-size: 20px;
  font-weight: bold;
  color: #e50012;
}
.g-gon-sales .container .g-gon-sales-con .g-gon-sales-cont .g-gon-sales-items .g-gon-sales-content div {
  font-size: 14px;
  line-height: 28px;
  margin-top: 4px;
  color: #666666;
  /*text-indent: 1em;*/
  word-break: break-all;
}
.g-gon-sales .container .g-gon-sales-con .g-gon-sales-cont .g-gon-sales-items:hover .g-gon-sales-content {
  display: block;
}
.g-gon-sales .container .g-gon-sales-con .g-gon-sales-cont .g-gon-sales-items:nth-child(1) {
  left: 20%;
  top: 20%;
}
.g-gon-sales .container .g-gon-sales-con .g-gon-sales-cont .g-gon-sales-items:nth-child(2) {
  left: 27%;
  top: 75%;
}
.g-gon-sales .container .g-gon-sales-con .g-gon-sales-cont .g-gon-sales-items:nth-child(3) {
  left: 55%;
  top: 45%;
}
.g-gon-sales .container .g-gon-sales-con .g-gon-sales-cont .g-gon-sales-items:nth-child(4) {
  left: 65%;
  top: 25%;
}
.g-gon-sales .container .g-gon-sales-con .g-gon-sales-cont .g-gon-sales-items:nth-child(5) {
  left: 86%;
  top: 35%;
}
.g-gon-sales .container .g-gon-sales-con .g-gon-sales-cont .g-gon-sales-items:nth-child(5) .g-gon-sales-content {
  left: -100%;
}
.g-gon-sales .container .g-gon-sales-con .g-gon-sales-cont .g-gon-sales-items:nth-child(6) {
  left: 15%;
  top: 30%;
}
.g-gon-sales .container .g-gon-sales-con .g-gon-sales-cont .g-gon-sales-items:nth-child(7) {
  left: 20%;
  top: 29%;
}
.g-gon-sales .container .g-gon-sales-con .g-gon-sales-cont .g-gon-sales-items:nth-child(8) {
  left: 20%;
  top: 37%;
}
.g-gon-sales .container .g-gon-sales-con .g-gon-sales-cont .g-gon-sales-items:nth-child(9) {
  left: 26%;
  top: 85%;
}
.g-gon-sales .container .g-gon-sales-con .g-gon-sales-cont .g-gon-sales-items:nth-child(10) {
  left: 27%;
  top: 60%;
}
.g-gon-sales .container .g-gon-sales-con .g-gon-sales-cont .g-gon-sales-items:nth-child(11) {
  left: 62%;
  top: 10%;
}
.g-gon-sales .container .g-gon-sales-con .g-gon-sales-cont .g-gon-sales-items:nth-child(12) {
  left: 70%;
  top: 15%;
}
.g-gon-sales .container .g-gon-sales-con .g-gon-sales-cont .g-gon-sales-items:nth-child(13) {
  left: 60%;
  top: 30%;
}
.g-gon-sales .container .g-gon-sales-con .g-gon-sales-cont .g-gon-sales-items:nth-child(14) {
  left: 55%;
  top: 25%;
}
.g-gon-sales .container .g-gon-sales-con .g-gon-sales-cont .g-gon-sales-items:nth-child(15) {
  left: 70%;
  top: 30%;
}
.g-gon-sales .container .g-gon-sales-con .g-gon-sales-cont .g-gon-sales-items:nth-child(16) {
  left: 50%;
  top: 10%;
}
.g-gon-sales .container .g-gon-sales-con .g-gon-sales-cont .g-gon-sales-items:nth-child(17) {
  left: 50%;
  top: 30%;
}
.g-gon-sales .container .g-gon-sales-con .g-gon-sales-cont .g-gon-sales-items:nth-child(18) {
  left: 75%;
  top: 25%;
}
.g-gon-sales .container .g-gon-sales-con .g-gon-sales-cont .g-gon-sales-items:nth-child(19) {
  left: 45%;
  top: 38%;
}
@media (max-width: 1340px) {
  .r-con-elegant .r-con-elegant-con {
    max-width: 93%;
  }
}
@media (max-width: 1270px) {
  .r-con-system {
    max-width: 93%;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 93%;
  }
  .c-show-con .cshow-content table{
    overflow-x: scroll;
    /*display: block;*/
  }
  .partner .partner-rt{
    padding-left: 47px;
    padding-right: 47px;
  }
  .advantage .advantage-bt .advantage-bt-lf .advantage-bt-lf-lf .gallery-thumbs1 .swiper-wrapper .swiper-slide-thumb-active p {
    white-space: nowrap;
  }
  .partner .partner-lf {
    padding-left: 44px;
  }
  .partner .partner-lf div h4 {
    white-space: nowrap;
  }
  .head-tp .head-tp-cen .head-tp-cen-lf a {
    margin-right: 8px;
  }
  .banner {
    margin-top: 0;
  }
  .banner .ban-swiper .swiper-wrapper .swiper-slide {
    height: 510px;
    max-height: 510px;
  }
  .application .application-con .application-lf .application-lf-items .application-cont {
    width: 85.2%;
  }
  .application .application-con .application-lf .application-lf-items .application-cont .application-icon {
    height: 99px;
  }
  .application .application-con .application-rt p,
  .application .application-con .application-rt {
    height: 397px;
  }
  .advantage .advantage-bt .advantage-bt-lf .advantage-bt-lf-lf .gallery-thumbs1 .swiper-wrapper .swiper-slide p {
    white-space: nowrap;
  }
  .advantage .advantage-bt .advantage-bt-lf .advantage-bt-lf-lf {
    width: 74%;
  }
  .advantage .advantage-bt .advantage-bt-lf {
    padding-left: 29px;
  }
  .partner .partner-lf div h4 {
    font-size: 22px;
  }
  .partner .partner-rt {
    /* height: 607px; */
  }
  .c-con .c-con-lf {
    width: 23.5%;
  }
  .c-con .c-con-rt .row .c-items div a:nth-child(1) {
    height: 173px;
  }
  .g-con-introduction .g-con-introduction-rt div {
    line-height: 26px;
    margin-top: 4px;
    text-align: justify;
  }
  .g-con-values .container div p {
    margin-left: -24px;
  }
  .g-con-course .gallery-thumbs11 .swiper-wrapper::before {
    width: 800%;
  }
  .r-con-system .r-con-system-con .r-con-system-items {
    padding: 0;
  }
  .r-con-system .r-con-system-con {
    margin-left: 0;
    margin-right: 0;
  }
  .c-show-con .cshow-overview .cshow-overview-lf{
      width: 293px;
      height: 293px;
  }
}
.mb-zd {
  display: none;
}
.mb-zd img {
  height: 21px;
}
.mb-nav {
  position: fixed;
  z-index: 9999999 !important;
  width: 100%;
  background: #fff;
  padding: 88px 0;
  top: 0;
  display: none;
  height: 100%;
  padding-top: 33px;
}
.mb-nav form {
  position: relative;
  background: #e60012;
  padding: 11px 10px;
  width: 100%;
  opacity: 1;
  visibility: visible;
  text-align: center;
  display: flex;
  justify-content: center;
  z-index: 3;
  margin-top: 23px;
}
.mb-nav form p span input:nth-child(1) {
  display: block;
  width: 100%;
  background: #fff;
  padding: 11px 11px;
  border: 1px solid #dedede;
  outline: none;
  margin: 0 auto;
  position: relative;
  font-size: 14px;
}
.mb-nav form p span {
  width: 91%;
  position: relative;
}
.mb-nav form p span::after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #000;
}
.mb-nav form p input:nth-child(2) {
  background: url(../images/fdj1.png) no-repeat;
  display: block;
  width: 15px;
  height: 14px;
  background-size: 100% 100%;
  margin-left: 15px;
}
.mb-nav form p {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 86%;
}
.mb-nav p {
  width: 80%;
  margin: 0 auto;
}
.mb-nav p img {
  max-width: 36px;
  display: block;
  margin-right: 0;
  margin-left: auto;
}
.mb-nav div {
  display: flex;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  justify-content: center;
  margin-top: 19px;
}
.mb-nav div img {
  margin-right: 10px;
}
.mb-nav div p {
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #e60012;
  line-height: 18px;
  width: 130px;
  margin: 0;
}
.mb-nav div p span {
  font-size: 20px;
  white-space: nowrap;
}
.mb-nav .logo {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 77%;
  margin-top: 39px;
}
.mb-nav ul {
  width: 80%;
  margin: 0 auto;
  margin-top: 28px;
}
.mb-nav ul li a {
  color: #333;
  font-size: 15px;
  line-height: 50px;
  border-bottom: 1px solid #e60012;
  padding-left: 19px;
  display: block;
  position: relative;
}
.mb-nav ul li a::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #e60012;
}
.mb-nav .tel {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
  margin-top: 27px;
}
.mb-nav .tel img {
  max-height: 24px;
  margin-right: 8px;
}
.mb-nav .mb-dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: bold;
  margin-top: 17px;
}
.mb-nav .mb-dl li {
  width: 13%;
}
.mb-nav .mb-dl li a {
  padding-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 35px;
  border-bottom: none;
  font-weight: bold;
}
.mb-nav .mb-dl li a::before {
  display: none;
}
@media (max-width: 990px) {
  .navv {
    display: none;
  }
  .head-tp .head-tp-cen .head-tp-cen-lf p {
    display: none;
  }
  .head-tp .head-tp-cen .head-tp-cen-rt {
    display: none;
  }
  .banner .ban-swiper .swiper-wrapper .swiper-slide {
    height: 369px;
  }
  .pro-plan {
    padding-top: 47px;
    max-width: 98%;
  }
  .pro-plan ul {
    margin-top: 34px;
  }
  .application {
    margin-top: 57px;
  }
  .application .application-con .application-lf .application-lf-items .application-cont {
    width: 100%;
  }
  .application .application-con .application-lf .application-lf-items .application-cont .application-icon {
    height: 106px;
  }
  .application .application-con .application-rt p,
  .application .application-con .application-rt {
    height: 424px;
  }
  .advantage {
    margin: 62px auto;
  }
  .advantage .advantage-tp .advantage-tp-rt {
    width: 48%;
  }
  .advantage .advantage-tp .advantage-tp-rt .gallery-thumbs .swiper-wrapper .swiper-slide p {
    line-height: 20px;
    padding: 7px 0;
    padding-left: 18px;
  }
  .advantage .advantage-bt .advantage-bt-lf {
    padding: 20px;
  }
  .advantage .advantage-bt .advantage-bt-lf .advantage-bt-lf-lf .gallery-thumbs1,
  .advantage .advantage-bt .advantage-bt-rt .advantage-bt-rt-lf .gallery-thumbs2 {
    padding-left: 0;
  }
  .advantage .advantage-bt .advantage-bt-rt {
    padding: 20px;
  }
  .advantage .advantage-bt .advantage-bt-rt .advantage-bt-rt-rt {
    width: 45.1%;
  }
  .advantage .advantage-bt .advantage-bt-rt .advantage-bt-rt-rt .gallery-top2 .swiper-wrapper .swiper-slide {
    height: 142px;
  }
  .partner {
    display: block;
  }
  .partner .partner-lf {
    width: 100%;
    padding: 25px 0;
  }
  .partner .partner-rt {
    /* min-height: 525px; */
    height: auto;
    width: 100%;
    /* height: 525px; */
    padding: 36px;
  }
  .partner .partner-lf div {
    margin: 0 auto;
    text-align: center;
  }
  .partner .partner-lf div h4::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .partner .partner-lf div h4 {
    padding-top: 21px;
    margin-top: 10px;
  }
  .news .news-con .news-con-rt .new-items .new-items-rt {
    width: 76%;
  }
  .foot .foot-tp .foot-tp-cen {
    display: none;
  }
  .foot .foot-tp {
    justify-content: center;
  }
  .foot .foot-tp .foot-tp-lf {
    width: 40.6%;
  }
  .foot .foot-tp .foot-tp-rt {
    width: 21%;
  }
  .foot .foot-bt .container {
    justify-content: center;
  }
  .c-con {
    display: block;
    margin-top: 50px;
  }
  .c-con .c-con-lf {
    width: 100%;
  }
  .c-con .c-con-lf ul {
    display: flex;
    flex-wrap: wrap;
  }
  .c-con .c-con-lf ul li {
    width: 32%;
    margin: 0 3px;
    margin-bottom: 6px;
  }
  .c-con .c-con-rt {
    width: 100%;
    margin-top: 13px;
  }
  .c-con .c-con-lf ul li:last-child {
    margin-bottom: 6px;
  }
  .c-con .c-con-rt .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .c-con .c-con-rt .row .c-items {
    padding: 0 5px;
  }
  .i-ban {
    height: 232px;
  }
  .g-con-introduction {
    display: block;
    padding: 0 24px;
    margin-top: 96px;
    margin-bottom: 40px;
  }
  .g-con-introduction .g-con-introduction-lf {
    width: 100%;
  }
  .g-con-introduction .g-con-introduction-rt {
    width: 100%;
    padding-top: 0;
  }
  .g-con-values .container {
    flex-wrap: wrap;
  }
  .g-con-values .container div {
    width: 48%;
  }
  .g-con-values .container div img {
    margin-left: -33px;
  }
  .g-con-values {
    padding: 13.5px 0;
  }
  .g-con-quality .container .qua-swiper .swiper-wrapper .swiper-slide .quality-rt {
    position: relative;
    top: inherit;
    transform: inherit;
  }
  .g-con-production .g-con-production-con ul li {
    height: 237px;
    max-height: 237px;
  }
  .g-con-course .gallery-top11 .swiper-wrapper .swiper-slide {
    padding: 0;
  }
  .j-technology-con .j-technology-direction .tech-swiper .swiper-wrapper .swiper-slide {
    display: block;
    padding-right: 48px;
  }
  .j-technology-con .j-technology-direction .tech-swiper .swiper-wrapper .swiper-slide .j-technology-lf {
    width: 100%;
  }
  .j-technology-con .j-technology-direction .tech-swiper .swiper-wrapper .swiper-slide .j-technology-rt {
    width: 100%;
  }
  .j-technology-con .j-technology-direction .tech-swiper .swiper-wrapper .swiper-slide .j-technology-rt div:nth-child(2) {
    margin-top: 12px;
  }
  .j-technology-con {
    margin-top: 55px;
  }
  .r-con {
    margin-top: 48px;
  }
  .r-con .r-con-plan li div {
    width: 65%;
  }
  .r-con-system {
    margin-top: 50px;
  }
  .fl-con-system {
    margin-top: 0px;
  }
  .r-con-recruitment {
    margin-top: 36px;
    margin-bottom: 52px;
  }
  .recruitment .container {
    max-width: 100%;
  }
  .n-con .n-con-item li .n-detail {
    padding: 20px 0;
    padding-left: 12px;
    padding-right: 10px;
  }
  .n-con {
    padding-bottom: 30px;
  }
  .n-con .n-con-item li:nth-child(1):hover .n-detail {
    padding-right: 20px;
  }
  .n-con .n-con-item li:nth-child(1):hover .n-thumb {
    height: 263px;
    max-height: 263px;
    width: 41.2%;
    position: relative;
    left: 16px;
    bottom: 40px;
  }
  .n-con .n-con-item li .n-detail {
    padding: 20px 0;
    padding-left: 30px;
  }
  .n-con .n-con-item {
    padding: 44px 0 20px 0;
  }
  .x-show-con .x-show-dd {
    margin-top: 12px;
    padding: 20px;
  }
  .x-show-con {
    margin: 38px auto;
  }
  .head-tp .head-tp-cen .head-tp-cen-lf a {
    margin-right: 0;
  }
  .head-tp {
    padding: 13px 0;
  }
  .head-tp .head-tp-cen .head-tp-cen-lf a img {
    height: 26px;
  }
  .mb-zd {
    display: block;
  }
  .activehead1 {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 999 !important;
    box-shadow: 1px 1px 10px #000;
  }
  .g-gon-sales .container .g-gon-sales-con .g-gon-sales-cont .g-gon-sales-items .g-gon-sales-content {
    display: none !important;
  }
  .r-con-promotion .container .r-con-promotion-con .r-con-promotion-item{
    width: 48%;
  }
  .c-show-con .cshow-case .row .cshowcase-items a{
      height: 136px;
  }
  .c-show-con .cshow-content table{
      width: 100%;
  }
  .c-show-con .cshow-case .row,.c-show-con .cshow-characteristics .cshow-characteristics-con div{
      width: 100%;
  }
  .c-show-con .cshow-overview .cshow-overview-lf{
      width: 230px;
      height: 230px;
  }
  .application .application-con .application-rt p, .application .application-con .application-rt{
      height: 310px;
  }
  .application .application-con .application-lf .application-lf-items .application-cont .application-icon{
      height: 77px;
  }
  .application .application-con .application-lf .application-lf-items .application-cont div p:nth-child(2){
      margin-top: 0;
  }
}
@media (max-width: 767px) {
  .banner .ban-swiper .swiper-wrapper .swiper-slide {
    height: 177px;
  }
  .c-show-con .cshow-content table{
          overflow-x: scroll;
    display: block;
  }
  .c-show-con .cshow-case .row{
      justify-content: inherit;
  }
  .plan-bt {
    font-size: 18px;
  }
  .plan-bt2 {
    font-size: 15px;
  }
  .plan-bt2::after {
    height: 3px;
  }
  .pro-plan ul {
    flex-wrap: wrap;
    margin-top: 17px;
  }
  .pro-plan ul li {
    font-size: 14px;
    width: 21.5%;
    padding: 1.5px 0;
    margin-bottom: 8px;
  }
  .pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper .swiper-wrapper .swiper-slide div .plan-thumb,
  .pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper2 .swiper-wrapper .swiper-slide div .plan-thumb,
  .pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper3 .swiper-wrapper .swiper-slide div .plan-thumb,
  .pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper4 .swiper-wrapper .swiper-slide div .plan-thumb,
  .pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper5 .swiper-wrapper .swiper-slide div .plan-thumb {
    height: 167px;
    background-size: contain;
  }
  .pro-plan .pro-plan-con {
    margin-top: 8px;
  }
  .pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper .swiper-wrapper .swiper-slide div p .plan-tit,
  .pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper2 .swiper-wrapper .swiper-slide div p .plan-tit,
  .pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper3 .swiper-wrapper .swiper-slide div p .plan-tit,
  .pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper4 .swiper-wrapper .swiper-slide div p .plan-tit,
  .pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper5 .swiper-wrapper .swiper-slide div p .plan-tit {
    font-size: 14px;
  }
  .pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper .swiper-wrapper .swiper-slide div p,
  .pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper2 .swiper-wrapper .swiper-slide div p,
  .pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper3 .swiper-wrapper .swiper-slide div p,
  .pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper4 .swiper-wrapper .swiper-slide div p,
  .pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper5 .swiper-wrapper .swiper-slide div p {
    padding-top: 4px;
    padding-left: 14px;
    padding-right: 14px;
  }
  .pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper .swiper-wrapper .swiper-slide div p span a:nth-child(1),
  .pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper2 .swiper-wrapper .swiper-slide div p span a:nth-child(1),
  .pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper3 .swiper-wrapper .swiper-slide div p span a:nth-child(1),
  .pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper4 .swiper-wrapper .swiper-slide div p span a:nth-child(1),
  .pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper5 .swiper-wrapper .swiper-slide div p span a:nth-child(1) {
    font-size: 12px;
  }
  .pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper .swiper-wrapper .swiper-slide div p span a:nth-child(2) img,
  .pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper2 .swiper-wrapper .swiper-slide div p span a:nth-child(2) img,
  .pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper3 .swiper-wrapper .swiper-slide div p span a:nth-child(2) img,
  .pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper4 .swiper-wrapper .swiper-slide div p span a:nth-child(2) img,
  .pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper5 .swiper-wrapper .swiper-slide div p span a:nth-child(2) img {
    width: 30px;
  }
  .pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper .swiper-wrapper .swiper-slide div p span,
  .pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper2 .swiper-wrapper .swiper-slide div p span,
  .pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper3 .swiper-wrapper .swiper-slide div p span,
  .pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper4 .swiper-wrapper .swiper-slide div p span,
  .pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper5 .swiper-wrapper .swiper-slide div p span {
    margin-top: 4px;
    padding-top: 6px;
    padding-bottom: 5px;
  }
  .pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .container {
    max-width: 90%;
  }
  .pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-prev:after,
  .pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-next:after,
  .pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-prev2:after,
  .pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-next2:after,
  .pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-prev3:after,
  .pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-next3:after,
  .pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-prev4:after,
  .pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-next4:after,
  .pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-prev5:after,
  .pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-next5:after {
    font-size: 24px;
  }
  .pro-plan {
    padding-top: 16px;
  }
  .application .application-con {
    margin-top: 19px;
  }
  .application .application-con {
    display: block;
  }
  .application .application-con .application-lf {
    width: 100%;
  }
  .application .application-con .application-rt p,
  .application .application-con .application-rt {
    width: 100%;
  }
  .application .application-con .application-rt p,
  .application .application-con .application-rt {
    height: 207px;
  }
  .application .application-con .application-lf .application-lf-items .application-cont .application-icon {
    height: 76px;
  }
  .application .application-con .application-lf .application-lf-items .application-cont .application-icon {
    width: 19.7%;
  }
  .application .application-con .application-lf .application-lf-items .application-cont .application-icon img {
    width: 23px;
  }
  .application .application-con .application-lf .application-lf-items .application-cont div {
    width: 62.8%;
    margin-left: 13px;
  }
  .application .application-con .application-lf .application-lf-items .application-more {
    width: 100%;
  }
  .application .application-con .application-lf .application-lf-items .application-more a {
    width: 13.89%;
  }
  .application .application-con .application-lf .application-lf-items .application-more a img {
    width: 30px;
  }
  .application .application-con .application-lf .application-lf-items .application-cont {
    justify-content: flex-start;
    margin-left: 0;
    width: 86%;
  }
  .application .application-con .application-lf .application-lf-items .application-cont div p:nth-child(1) {
    font-size: 15px;
  }
  .application .application-con .application-lf .application-lf-items .application-cont div p:nth-child(2) {
    margin-top: -4px;
  }
  .application {
    margin-top: 20px;
  }
  .advantage {
    margin: 20px auto;
  }
  .advantage .advantage-tp {
    margin-top: 13px;
    padding: 15px;
    flex-direction: column;
    padding-bottom: 5px;
  }
  .advantage .advantage-tp .advantage-tp-lf {
    width: 100%;
  }
  .advantage .advantage-tp .advantage-tp-rt {
    width: 100%;
    margin-top: 8px;
  }
  .advantage .advantage-tp .advantage-tp-lf .gallery-top .swiper-wrapper .swiper-slide {
    height: 166px;
  }
  .advantage h4 {
    font-size: 16px;
    padding-bottom: 10px;
    padding-top: 11px;
    padding-left: 38px;
  }
  .advantage .advantage-tp .advantage-tp-rt .gallery-thumbs .swiper-wrapper .swiper-slide p {
    font-size: 13px;
  }
  .advantage .advantage-tp .advantage-tp-rt .gallery-thumbs .swiper-wrapper .swiper-slide p::after {
    display: none;
  }
  .advantage .advantage-tp .advantage-tp-rt .gallery-thumbs .swiper-wrapper .swiper-slide {
    margin-top: -9px;
    width: fit-content !important;
    padding: 0 7px;
  }
  .advantage h4::before {
    width: 33px;
    height: 30px;
  }
  .advantage h4::after {
    left: 43px;
  }
  .advantage .advantage-tp .advantage-tp-rt .gallery-thumbs .swiper-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .advantage .advantage-tp .advantage-tp-rt .gallery-thumbs {
    padding-left: 0;
  }
  .advantage .advantage-bt {
    display: block;
    margin-top: 8px;
  }
  .advantage .advantage-bt .advantage-bt-lf,
  .advantage .advantage-bt .advantage-bt-rt {
    width: 100%;
  }
  .advantage .advantage-bt .advantage-bt-lf .advantage-bt-lf-lf .gallery-thumbs1 .swiper-wrapper .swiper-slide p,
  .advantage .advantage-bt .advantage-bt-rt .advantage-bt-rt-lf .gallery-thumbs2 .swiper-wrapper .swiper-slide p {
    font-size: 13px;
  }
  .advantage .advantage-bt .advantage-bt-lf .advantage-bt-lf-lf .gallery-thumbs1 .swiper-wrapper .swiper-slide p::after,
  .advantage .advantage-bt .advantage-bt-rt .advantage-bt-rt-lf .gallery-thumbs2 .swiper-wrapper .swiper-slide p::after {
    display: none;
  }
  .advantage .advantage-bt .advantage-bt-lf,
  .advantage .advantage-bt .advantage-bt-rt {
    padding: 15px;
    margin-bottom: 9px;
  }
  .advantage .advantage-bt .advantage-bt-lf .advantage-bt-lf-rt {
    width: 40.2%;
  }
  .partner .partner-lf div h3 {
    font-size: 19px;
  }
  .partner .partner-lf div p {
    font-size: 14px;
    margin-top: -8px;
  }
  .partner .partner-lf div h4::before {
    height: 3px;
  }
  .partner .partner-lf div h4 {
    padding-top: 15px;
    margin-top: 5px;
    font-size: 18px;
  }
  .partner .partner-rt .partner-swiper .swiper-wrapper .swiper-slide h3 {
    font-size: 16px;
  }
  .partner .partner-rt .partner-swiper .swiper-wrapper .swiper-slide ul {
    flex-wrap: wrap;
    margin: 0;
    margin-top: 14px;
  }
  .partner .partner-rt {
    padding: 16px;
  }
  .partner .partner-rt .partner-swiper .swiper-wrapper .swiper-slide ul li {
    margin: 0;
    width: 33.333333%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2px;
    height: 82px;
  }
  .partner .partner-rt .partner-swiper .swiper-wrapper .swiper-slide ul li a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }
  .partner .partner-rt .partner-swiper .swiper-wrapper .swiper-slide ul li img {
    max-height: 100%;
  }
  .partner .partner-rt .partner-swiper .swiper-wrapper .swiper-slide h3 {
    margin-top: 25px;
  }
  .partner .partner-rt {
    height: auto;
    min-height: inherit;
  }
  .partner .partner-rt .partner-swiper {
    padding-bottom: 34px;
  }
  .partner .partner-rt .partner-swiper .partner-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 5px;
  }
  .news .news-con {
    display: block;
    margin-top: 17px;
  }
  .news .news-con .news-con-lf {
    width: 100%;
  }
  .news .news-con .news-con-rt {
    width: 100%;
  }
  .news .news-con .news-con-lf a:nth-child(1) {
    height: 128px;
  }
  .news .news-con .news-con-lf a:nth-child(2) {
    font-size: 16px;
    margin-top: 4px;
  }
  .news .news-con .news-con-lf a:nth-child(3) {
    font-size: 13px;
    line-height: 19px;
    margin-top: -2px;
  }
  .news .news-con .news-con-lf a:nth-child(4) {
    width: 71px;
    height: 26px;
    border-radius: 16px;
    margin-top: 9px;
  }
  .news .news-con .news-con-rt .new-items .new-items-lf h4 {
    font-size: 37px;
  }
  .news .news-con .news-con-rt .new-items .new-items-rt a:nth-child(1) {
    font-size: 15px;
  }
  .news .news-con .news-con-rt .new-items .new-items-rt a:nth-child(2) {
    font-size: 13px;
    line-height: 19px;
    margin-top: 0;
  }
  .news .news-con .news-con-rt {
    width: 100%;
    margin-top: 13px;
  }
  .news .news-con .news-con-rt .new-items {
    padding: 12px 0;
  }
  .news {
    margin-top: 20px;
    margin-bottom: 25px;
  }
  .foot .foot-tp {
    flex-wrap: wrap;
    padding-top: 9px;
    padding-bottom: 6px;
  }
  .foot .foot-tp .foot-tp-lf {
    width: 100%;
  }
  .foot .foot-tp .foot-tp-rt {
    width: 100%;
    justify-content: flex-start;
    margin-top: 15px;
  }
  .foot .foot-tp .foot-tp-rt div {
    font-size: 14px;
    margin: 0 auto;
  }
  .foot .foot-tp .foot-tp-rt::before,
  .foot .foot-tp .foot-tp-lf::after {
    display: none;
  }
  .foot .foot-bt .container p {
    text-align: center;
    line-height: 20px;
  }
  .banner .ban-swiper .ban-pagination .swiper-pagination-bullet {
    width: 25px;
    height: 3px;
    margin: 0 4.5px;
  }
  .banner .ban-swiper .ban-pagination {
    bottom: 6px !important;
  }
  .c-con .c-con-lf h3 {
    background: #e60012;
    padding: 11.5px 0;
    font-size: 19px;
    font-weight: bold;
  }
  .c-con .c-con-lf ul li {
    width: 48%;
    padding: 6px 0;
    padding-left: 12px;
    padding-right: 12px;
  }
  .c-con .c-con-lf ul li a span:nth-child(1) {
    font-size: 15px;
  }
  .c-con .c-con-lf ul {
    padding: 0 8px;
  }
  .c-con {
    margin-top: 20px;
    margin-bottom: 8px;
  }
  .c-con .c-con-lf ul li {
    width: 100%;
  }
  .c-con .c-con-rt .c-con-bt {
    font-size: 15px;
    padding-bottom: 2px;
  }
  .c-con .c-con-rt {
    margin-top: 9px;
  }
  .c-con .c-con-rt .row {
    margin-top: 14px;
  }
  .c-con .c-con-rt .row .c-items {
    margin-bottom: 8px;
  }
  .i-ban {
    height: 161px;
  }
  .c-show-con .cshow-overview {
    display: block;
  }
  .c-show-con .cshow-overview .cshow-overview-lf {
    width: 80%;
    margin: 0 auto;
    height: 274px;
  }
  .c-show-con .cshow-overview .cshow-overview-rt {
    width: 100%;
    margin-top: 16px;
  }
  .c-show-con {
    margin: 19px auto;
  }
  .c-show-con .cshow-overview .cshow-overview-rt h3 {
    font-size: 16px;
  }
  .c-show-con .cshow-overview .cshow-overview-rt .cshow-desc {
    font-size: 14px;
    line-height: 23px;
    margin-top: -2px;
  }
  .c-show-con .cshow-overview .cshow-overview-rt .cshow-lx {
    display: flex;
    font-size: 15px;
    margin-top: 9px;
  }
  .c-show-con .cshow-overview .cshow-overview-rt .cshow-lx ul li {
    padding: 0 7px;
  }
  .c-show-con .cshow-characteristics h3,
  .c-show-con .cshow-content h3,
  .c-show-con .cshow-case h3 {
    font-size: 17px;
  }
  .c-show-con .cshow-characteristics {
    margin-top: 25px;
  }
  .c-show-con .cshow-characteristics .cshow-characteristics-con div p {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 5px;
  }
  .c-show-con .cshow-characteristics .cshow-characteristics-con div p::before {
    top: 6.5px;
  }
  .c-show-con .cshow-content table tr td {
    padding: 7px 17px;
    min-width: 100px;
  }
  .c-show-con .cshow-content {
    margin-top: 16px;
  }
  .c-show-con .cshow-case {
    margin-top: 22px;
  }
  .c-show-con .cshow-case .row .cshowcase-items a {
    height: 133px;
  }
  .c-show-con .cshow-case .row .cshowcase-items {
    margin-bottom: 8px;
    padding: 0 4px;
  }
  .c-show-con .cshow-case .row {
    margin-left: -4px;
    margin-right: -4px;
  }
  .c-show-con {
    margin: 19px auto;
    margin-bottom: 9px;
  }
  .g-con-introduction .g-con-introduction-lf p {
    height: 240px;
  }
  .g-con-introduction .g-con-introduction-rt h3 {
    font-size: 16px;
  }
  .g-con-introduction .g-con-introduction-rt div {
    line-height: 23px;
    margin-top: 4px;
    text-align: justify;
    font-size: 13px;
  }
  .g-con-introduction .g-con-introduction-lf {
    margin-bottom: 14px;
  }
  .g-con-introduction .g-con-introduction-rt {
    padding: 11px 0;
    padding-top: 0;
  }
  .g-con-introduction {
    margin-top: 79px;
    margin-bottom: 19px;
  }
  .g-con-values .container div {
    width: 100%;
    margin-top: -21px;
  }
  .g-con-values .container div img {
    margin-left: 0;
    width: 104px;
  }
  .g-con-values .container div p span:nth-child(1) {
    font-size: 17px;
  }
  .g-con-values .container div p span:nth-child(2) {
    margin-top: 0;
    line-height: 18px;
  }
  .g-con-values .container div p {
    margin-left: -9px;
  }
  .g-con-values {
    padding: 13.5px 0;
    padding-bottom: 0;
    padding-top: 16px;
  }
  .g-con-advantage {
    margin-top: 20px;
    margin-bottom: 7px;
  }
  .g-con-advantage #certify {
    margin-top: 18px;
  }
  .g-con-advantage #certify .ad-swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 231px;
  }
  .g-con-advantage #certify .ad-swiper .swiper-wrapper .swiper-slide p {
    font-size: 15px;
    padding: 5px 15px;
  }
  .g-con-advantage #certify .ad-pagination {
    margin-top: 4px;
  }
  .g-con-advantage #certify .ad-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 4px;
  }
  .g-con-quality .container .qua-swiper .swiper-wrapper .swiper-slide {
    display: block;
  }
  .g-con-quality .container .qua-swiper .swiper-wrapper .swiper-slide .quality-lf,
  .g-con-quality .container .qua-swiper .swiper-wrapper .swiper-slide .quality-rt {
    width: 100%;
  }
  .g-con-quality .container .qua-swiper {
    margin-top: 16px;
  }
  .g-con-quality .container .qua-swiper .swiper-wrapper .swiper-slide .quality-lf {
    padding: 15px 0;
  }
  .g-con-quality {
    padding-top: 21px;
    padding-bottom: 20px;
  }
  .g-con-quality .container .qua-swiper .swiper-wrapper .swiper-slide .quality-lf img {
    height: 247px;
  }
  .g-con-quality .container .qua-swiper .swiper-wrapper .swiper-slide .quality-rt h3 {
    font-size: 16px;
  }
  .g-con-quality .container .qua-swiper .swiper-wrapper .swiper-slide .quality-rt div {
    font-size: 13px;
    line-height: 23px;
    margin-top: 0;
  }
  .g-con-quality .container .qua-swiper .swiper-wrapper .swiper-slide .quality-rt {
    padding: 20px;
    padding-bottom: 50px;
  }
  .g-con-quality .container .qua-swiper .g-con-quality-dh .qua-prev {
    width: 25px;
    height: 25px;
    margin-left: 0;
  }
  .g-con-quality .container .qua-swiper .g-con-quality-dh .qua-next {
    width: 25px;
    height: 25px;
  }
  .g-con-production {
    margin-top: 20px;
  }
  .g-con-production .g-con-production-con h4 {
    font-size: 17px;
  }
  .g-con-production .g-con-production-con div {
    font-size: 13px;
    line-height: 23px;
    margin-top: 0;
  }
  .g-con-production .g-con-production-con {
    margin-top: 15px;
  }
  .g-con-production .g-con-production-con ul {
    margin-top: 15px;
  }
  .g-con-production .g-con-production-con ul li {
    height: 149px;
  }
  .g-con-course {
    margin-top: 20px;
    margin-bottom: 18px;
  }
  .g-con-course .gallery-top11 .swiper-wrapper .swiper-slide {
    display: block;
  }
  .g-con-course .gallery-top11 .swiper-wrapper .swiper-slide .g-con-course-lf {
    width: 100%;
  }
  .g-con-course .gallery-top11 .swiper-wrapper .swiper-slide .g-con-course-rt {
    width: 100%;
    margin-top: 10px;
  }
  .g-con-course .gallery-top11 .swiper-wrapper .swiper-slide .g-con-course-lf h2 {
    font-size: 20px;
    font-weight: bold;
  }
  .g-con-course .gallery-top11 .swiper-wrapper .swiper-slide .g-con-course-lf div {
    font-size: 13px;
    line-height: 24px;
    margin-top: -3px;
  }
  .g-con-course .gallery-top11 {
    margin-top: 16px;
  }
  .g-con-course .gallery-thumbs11 .swiper-wrapper .swiper-slide p {
    padding-top: 36px;
  }
  .g-con-course .gallery-thumbs11 {
    margin-top: 12px;
  }
  .g-con-course .gallery-top11 .swiper-wrapper .swiper-slide .g-con-course-rt p {
    height: 240px;
  }
  .j-technology-con .j-technology-direction .tech-swiper .swiper-wrapper .swiper-slide {
    padding: 0 18px;
  }
  .j-technology-con .j-technology-direction .tech-swiper .swiper-wrapper .swiper-slide .j-technology-lf p {
    height: 330px;
  }
  .j-technology-con .j-technology-direction .tech-swiper .swiper-wrapper .swiper-slide .j-technology-lf {
    padding-right: 8px;
    padding-bottom: 8px;
    margin-bottom: 17px;
  }
  .j-technology-con .j-technology-direction {
    margin-top: 17px;
  }
  .j-technology-con .j-technology-direction .tech-swiper .swiper-wrapper .swiper-slide .j-technology-rt h4 {
    font-size: 16px;
  }
  .j-technology-con .j-technology-direction .tech-swiper .swiper-wrapper .swiper-slide .j-technology-rt div:nth-child(2) {
    font-size: 13px;
    line-height: 23px;
    margin-top: 0;
  }
  .j-technology-con .j-technology-direction .tech-swiper .swiper-wrapper .swiper-slide .j-technology-rt div:nth-child(3) {
    display: block;
    margin-top: 9px;
  }
  .j-technology-con .j-technology-direction .tech-swiper .swiper-wrapper .swiper-slide .j-technology-rt div:nth-child(3) h2 {
    font-size: 54px;
  }
  .j-technology-con .j-technology-direction .tech-next {
    top: inherit;
    bottom: 9px;
    right: 11px;
  }
  .j-technology-con {
    margin-top: 22px;
  }
  .j-technology-con .j-technology-direction .tech-next {
    width: 40px;
    height: 40px;
  }
  .j-con-platform {
    max-width: 93%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .j-con-platform .j-con-platform-con {
    margin-top: 17px;
  }
  .j-con-platform .j-con-platform-con .plat-swiper .swiper-wrapper .swiper-slide p:nth-child(2) {
    font-size: 14px;
    margin-top: 4px;
  }
  .j-con-platform .j-con-platform-con .plat-next,
  .j-con-platform .j-con-platform-con .plat-prev {
    width: 13px;
    height: 28px;
  }
  .j-con-platform .j-con-platform-con .container {
    max-width: 90%;
  }
  .r-con-system h5 {
    font-size: 16px;
  }
  .r-con .r-con-desc {
    font-size: 13px;
    line-height: 23px;
    margin-top: 9px;
  }
  .r-con .r-con-plan {
    margin-top: 10px;
    flex-wrap: wrap;
  }
  .r-con .r-con-plan li {
    width: 100%;
    margin-bottom: 10px;
  }
  .r-con .r-con-plan li div p {
    font-size: 14px;
    line-height: 19px;
    margin-top: 8px;
  }
  .r-con-system .r-con-system-desc {
    font-size: 13px;
    line-height: 22px;
    margin-top: -2px;
  }
  .r-con-system .r-con-system-con .r-con-system-items div p {
    font-size: 14px;
  }
  .r-con-system .r-con-system-con .r-con-system-items {
    width: 33.33333333%;
    margin-bottom: 11px;
  }
  .r-con-system .r-con-system-con .r-con-system-items div img {
    margin-right: 5px;
    width: 15px;
  }
  .r-con-system .r-con-system-con {
    margin-top: 12px;
  }
  .r-con-system {
    margin-top: 5px;
  }
  .r-con-elegant .r-con-elegant-con .r-con-ele-swiper .ele-next,
  .r-con-elegant .r-con-elegant-con .r-con-ele-swiper .ele-prev {
    width: 13px;
    height: 28px;
  }
  .r-con {
    margin-top: 15px;
  }
  .r-con-elegant .r-con-elegant-con .r-con-ele-swiper .ele-swiper {
    margin-top: 16px;
  }
  .r-con-elegant {
    padding-top: 19px;
    padding-bottom: 22px;
  }
  .r-con-elegant .r-con-elegant-con .r-con-ele-swiper .container {
    max-width: 90%;
  }
  .r-con-elegant .r-con-elegant-con .r-con-ele-swiper .ele-swiper .swiper-wrapper .swiper-slide p {
    height: 243px;
  }
  .r-con .r-con-plan li {
    height: 198px;
  }
  .r-con-recruitment .r-con-recruitment-dh li {
    font-size: 14px;
    margin: 0 5px;
    padding: 5.5px 15.5px;
  }
  .r-con-recruitment .r-con-recruitment-dh li img {
    margin-right: 8px;
  }
  .r-con-recruitment .r-con-recruitment-dh {
    margin-top: 18px;
  }
  .recruitment .container .recruitment-tp .recruitment-tp-tp li {
    font-size: 15px;
  }
  .recruitment .container .recruitment-tp .recruitment-tp-tp {
    padding: 7px 0;
  }
  .recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-zw li:nth-child(4n-3),
  .recruitment .container .recruitment-tp .recruitment-tp-tp li:nth-child(4n-3),
  .recruitment .container .recruitment-tp .recruitment-tp-tp li:nth-child(4n) {
    text-align: center;
  }
  .recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-zw {
    padding: 8px 0;
  }
  .recruitment .container .recruitment-tp-cont .recruitment-tp-content {
    padding: 0;
  }
  .recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-zw li:last-child img {
    margin-left: 7px;
  }
  .recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-zw li:nth-child(4n) {
    justify-content: center;
    text-align: center;
  }
  .recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-zw li {
    font-size: 13px;
    line-height: 18px;
    white-space: nowrap;
  }
  .recruitment .container .recruitment-tp {
    margin-top: 13px;
  }
  .recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-box {
    padding: 5px 17px;
  }
  .recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-zw2 li,
  .recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-zw2 li:nth-child(4n) {
    width: calc(100%/2);
    text-align: left;
    font-size: 13px;
    line-height: 23px;
  }
  .recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-detail {
    font-size: 13px;
    line-height: 24px;
    margin-top: 3px;
    padding-top: 5px;
  }
  .recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-email {
    font-size: 13px;
    font-weight: bold;
    margin-top: 8px;
    padding-bottom: 13px;
    line-height: 21px;
    padding-right: 0;
  }
  .r-con-recruitment {
    margin-top: 17px;
    margin-bottom: 19px;
  }
  .r-con-promotion {
    padding-top: 21px;
    padding-bottom: 9px;
  }
  .r-con-promotion .container .r-con-promotion-con {
    flex-wrap: wrap;
    margin-top: 19px;
  }
  .r-con-promotion .container .r-con-promotion-con .r-con-promotion-item {
    width: 100%;
  }
  .r-con-promotion .container .r-con-promotion-con .r-con-promotion-item ul li p:nth-child(1) {
    font-size: 13px;
    line-height: 18px;
    padding: 0;
    margin-bottom: 7px;
  }
  .r-con-induction {
    margin-top: 16px;
    margin-bottom: 25px;
  }
  .r-con-induction .r-con-induction-con ul li {
    width: calc(100%/3);
    height: 112px;
  }
  .r-con-induction .r-con-induction-con ul li a {
    font-size: 14px;
    padding-bottom: 3px;
  }
  .r-con-induction .r-con-induction-con {
    margin-top: 15px;
  }
  .n-con .n-con-item li .n-date,
  .n-con .n-con-item li .n-detail::after {
    display: none;
  }
  .n-con .n-con-item li .n-detail {
    width: 73.75%;
  }
  .n-con .n-con-item li .n-thumb {
    width: 31.2%;
    height: 120px;
    max-height: 120px;
  }
  .n-con .n-con-item li .n-detail a p:nth-child(2) {
    margin-top: -2px;
    line-height: 21px;
  }
  .n-con .n-con-item li:nth-child(1):hover {
    background: #f5f5f5;
  }
  .n-con .n-con-item li:nth-child(1):hover .n-thumb {
    height: 140px;
    max-height: 140x;
    width: 31.2%;
    position: relative;
    left: 20px;
    bottom: 20px;
  }
  .n-con .n-con-item li:nth-child(1):hover .n-date,
  .n-con .n-con-item li:nth-child(1):hover .n-detail::after {
    display: none;
  }
  .n-con .n-con-item li:nth-child(1):hover .n-detail a p:nth-child(1) {
    color: #023c79;
  }
  .n-con .n-con-item li:nth-child(1):hover .n-detail a p:nth-child(2) {
    color: #808080;
  }
  .n-con .n-con-item li:nth-child(1):hover .n-detail a p:nth-child(1) span {
    opacity: 1;
    visibility: visible;
    display: none;
  }
  .n-con .n-con-item li:nth-child(1):hover .n-detail {
    padding-right: 20px;
    padding-left: 31px;
  }
  .n-con .n-con-item li:nth-child(1):hover .n-detail .n-more {
    opacity: 1;
    visibility: visible;
    display: block;
  }
  .n-con .n-con-item li .n-detail .n-more {
    font-size: 14px;
    margin-top: 5px;
  }
  .n-con .n-con-item {
    padding: 23px 0 0px 0;
    padding-bottom: 23px;
  }
  .n-con .n-con-item li {
    margin-bottom: 10px;
  }
  .n-con .n-con-item li .n-detail a p:nth-child(1) {
    font-size: 16px;
  }
  .n-con .n-con-item li .n-detail a p:nth-child(2) {
    margin-top: 0;
    line-height: 17px;
    font-size: 13px;
  }
  .n-con .n-con-item li .n-thumb {
    width: 34.2%;
    height: 106px;
  }
  .n-con .n-con-item li .n-detail {
    padding: 20px 16px;
  }
  .i-crumb .container ul li {
    margin-left: 17px;
  }
  .x-show-con h3 {
    font-size: 17px;
  }
  .x-show-con .x-show-time {
    font-size: 13px;
    margin-top: -6px;
  }
  .x-show-con .x-show-dd h4 {
    font-size: 15px;
  }
  .x-show-con .x-show-dd div {
    font-size: 13px;
    line-height: 19px;
    margin-top: -4px;
  }
  .x-show-con .x-show-dd {
    margin-top: 4px;
    padding: 11px;
  }
  .x-show-con {
    margin: 17px auto;
  }
  .x-show-con .x-show-content {
    font-size: 13px;
    line-height: 24px;
    margin-top: 9px;
  }
  .g-gon-sales .container .g-gon-sales-con .g-gon-sales-dt {
    margin-top: 28px;
  }
  .g-gon-sales {
    padding-top: 21px;
    padding-bottom: 27px;
  }
  .recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-zw2 li{
      width: 100%;
  }
  .recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-zw2 li div{
      min-width: inherit;
      width: 100%;
  }
  .recruitment .container .recruitment-tp-cont .recruitment-tp-content .recruitment-detail{
      padding-right: 0;
  }
  .pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper .swiper-wrapper .swiper-slide div, .pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper2 .swiper-wrapper .swiper-slide div, .pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper3 .swiper-wrapper .swiper-slide div, .pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper4 .swiper-wrapper .swiper-slide div, .pro-plan .pro-plan-con .pro-plan-cont .pro-plan-items .plan-swiper5 .swiper-wrapper .swiper-slide div{
      padding-top: 10px;
  }
  .application .application-con .application-rt p{
      height: 208px;
  }
  .application .application-con .application-rt{
      height: 208px;
  }
  
}
