.index_footer {
  background: #252525;
  position: relative;
  z-index: 80;
}
.index_footer .footer_center {
  display: flex;
  align-items: center;
  height: 120px;
  color: #fff;
  justify-content: center;
}
.index_footer .footer_center .footer-info {
  display: flex;
  justify-content: center;
  align-items: center;
}
.index_footer .footer_center .center_left {
  overflow: hidden;
}
.index_footer .footer_center .center_left .logo {
  width: 240px;
  padding-right: 30px;
  vertical-align: top;
}
.index_footer .footer_center .center_left .wx-qrCode {
  width: 120px;
  height: 120px;
}
.index_footer .footer_center .footer_right {
  margin-left: 70px;
  flex: 3;
  overflow: hidden;
}
.index_footer .footer_center .footer_right .small-title {
  padding-bottom: 35px;
  border-bottom: 1px solid #444;
  margin-bottom: 30px;
  display: flex;
}
.index_footer .footer_center .footer_right .small-title .title-con {
  width: 550px;
  display: flex;
  justify-content: space-between;
}
.index_footer .footer_center .footer_right .small-title .title-item {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.index_footer .footer_center .footer_right .small-title .title-item img {
  margin-right: 5px;
  vertical-align: text-top;
}
.index_footer .footer_center .footer_right .right-item {
  margin-bottom: 5px;
}
.index_footer .footer_center .footer_right .right-item .title {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #cccccc;
}
.index_footer .footer_center .footer_right .right-item .phone {
  font-size: 24px;
  font-family: HelveticaNeue;
  color: #cccccc;
  margin-right: 32px;
}
.index_footer .foot-bottom {
  font-size: 12px;
  font-family: LucidaGrande;
  color: #999;
  line-height: 40px;
  text-align: center;
  height: 40px;
  background: #111010;
}

.main {
  overflow: hidden;
}
.main .serviecs {
  position: relative;
  z-index: 80;
  overflow: hidden;
  background-image: url(/static/website/center.png);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}
.main .serviecs .serviecs_center {
  width: 1200px;
  margin-top: 60px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
.main .serviecs .serviecs_center h1 {
  text-align: center;
  font-size: 30px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #1e252f;
  line-height: 42px;
  transform: translateY(500px);
}
.main .serviecs .serviecs_center h1.goTop {
  transform: translateY(0);
  animation: titleTop 1s ease;
}
.main .serviecs .serviecs_center .serviecs_text {
  display: flex;
  justify-content: space-between;
  transform: translateY(100%);
}
.main .serviecs .serviecs_center .serviecs_text.goTop {
  transform: translateY(0);
  animation: titleTop 1.5s ease;
}
.main .serviecs .serviecs_center .serviecs_text .img_box {
  position: relative;
  overflow: hidden;
  height: 452px;
  width: 372px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin: 9px;
}
.main .serviecs .serviecs_center .serviecs_text .img_box > div:nth-child(1) {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: all 0.8s;
  opacity: 1;
}
.main .serviecs .serviecs_center .serviecs_text .img_box > div:nth-child(1) p {
  width: 324px;
  height: 251px;
  font-size: 15px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
  text-align: center;
}
.main .serviecs .serviecs_center .serviecs_text .img_box > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  z-index: 0;
  cursor: pointer;
}
.main .serviecs .serviecs_center .serviecs_text .img_box > div:nth-child(2) figcaption {
  margin: 0 auto;
  width: 318px;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1.5;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
}
.main .serviecs .serviecs_center .serviecs_text .img_box > div:nth-child(2) p {
  width: 324px;
  height: 251px;
  font-size: 15px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
  text-align: center;
}
.main .serviecs .serviecs_center .serviecs_text .img_box > div:nth-child(3) {
  position: absolute;
  transform: translate3d(0px, 100%, 1px);
  padding: 45px 27px;
  width: 100%;
  height: 100%;
  top: 0px;
  background: rgba(217, 0, 0, 0.5);
  color: #ffffff;
  transition: all 0.8s;
  text-align: center;
}
.main .serviecs .serviecs_center .serviecs_text .img_box > div:nth-child(3) img {
  width: 68px;
  height: 68px;
  margin-bottom: 20px;
}
.main .serviecs .serviecs_center .serviecs_text .img_box > div:nth-child(3) figcaption {
  width: 318px;
  margin-bottom: 15px;
  font-size: 28px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
}
.main .serviecs .serviecs_center .serviecs_text .img_box > div:nth-child(3) p {
  width: 324px;
  height: 251px;
  font-size: 15px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
}
.main .serviecs .serviecs_center .serviecs_text .img_box > div:nth-child(4) {
  position: absolute;
  top: 0;
  left: 0;
  padding: 45px 27px;
  width: 100%;
  height: 100%;
  top: 0px;
  color: #ffffff;
  transition: all 0.8s;
  text-align: center;
  padding-top: 131px;
  opacity: 1;
}
.main .serviecs .serviecs_center .serviecs_text .img_box > div:nth-child(4) img {
  width: 68px;
  height: 68px;
  margin-bottom: 23px;
}
.main .serviecs .serviecs_center .serviecs_text .img_box > div:nth-child(4) figcaption {
  width: 318px;
  margin-bottom: 15px;
  font-size: 28px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  text-align: center;
}
.main .serviecs .serviecs_center .serviecs_text .img_box img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
}
.main .serviecs .serviecs_center .serviecs_text .img_box img:hover {
  transform: scale(1.024);
}
.main .serviecs .serviecs_center .serviecs_text .img_box:hover div:nth-child(3) {
  transform: translate3d(0px, 0%, 1px);
}
.main .serviecs .serviecs_center .serviecs_text .img_box:hover div:nth-child(4) {
  transform: translate3d(0px, -100%, 1px);
}
.main .serviecs .serviecs_center .serviecs_text .img_box:hover div:nth-child(1) {
  opacity: 0.8;
}
.main .core {
  background: #fff;
  position: relative;
  z-index: 80;
}
.main .core .centerBox h1 {
  text-align: center;
  font-size: 30px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 500;
  color: #1e252f;
  line-height: 42px;
  padding-top: 40px;
}
.main .core .centerBox .core_title {
  display: block;
  text-align: center;
  margin-bottom: 50px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #575d6c;
}
.main .core .centerBox .core_content .core_content_header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 16%;
}
.main .core .centerBox .core_content .core_content_header .content_header_nav {
  width: 100px;
  font-size: 20px;
  color: #2a3343;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  box-shadow: 2px 0px 0px #ffffffff;
  font-weight: 500;
}
.main .core .centerBox .core_content .core_content_header .content_header_nav div {
  padding: 8px 0;
}
.main .core .centerBox .core_content .core_content_header .active {
  z-index: 10;
  border-bottom: 2px solid #e60012;
}
.main .core .centerBox .core_content div {
  position: relative;
}
.main .core .centerBox .core_content div .content_details {
  background: #f5f5f8;
  overflow: hidden;
  display: none;
  padding: 0 17%;
  padding-bottom: 20px;
}
.main .core .centerBox .core_content div .content_details .details_left {
  flex: 1;
}
.main .core .centerBox .core_content div .content_details .details_left .detail_title {
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #444444;
  padding: 30px 0;
}
.main .core .centerBox .core_content div .content_details .details_left .detail_content {
  display: flex;
}
.main .core .centerBox .core_content div .content_details .details_left .detail_content .content_left {
  width: 320px;
  margin-right: 20px;
}
.main .core .centerBox .core_content div .content_details .details_left .detail_content .content_right {
  width: 100%;
  margin-bottom: 10px;
  flex: 1;
}
.main .core .centerBox .core_content div .content_details .details_left .detail_content .content_right > img {
  width: 100%;
}
.main .core .centerBox .core_content div .content_details .details_left .left_top h3 {
  margin-top: 10px;
  margin-left: 5px;
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2a3343;
  line-height: 28px;
}
.main .core .centerBox .core_content div .content_details .details_left .left_top p {
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin-bottom: 0;
}
.main .core .centerBox .core_content div .content_details .details_left .left_bottom {
  margin-top: 50px;
}
.main .core .centerBox .core_content div .content_details .details_left .left_bottom h3 {
  color: #2a3343;
  font-size: 20px;
  font-weight: 400px;
}
.main .core .centerBox .core_content div .content_details .details_left .left_bottom .bottom_ceontent {
  width: 421px;
  height: 75px;
  margin-left: 37px;
  margin-top: 39px;
}
.main .core .centerBox .core_content div .content_details .details_left .left_bottom .bottom_ceontent .bottomBox {
  display: inline-block;
  margin-right: 50px;
}
.main .core .centerBox .core_content div .content_details .details_left .left_bottom .bottom_ceontent .bottomBox .img_box {
  margin: 0 auto;
  width: 44px;
  height: 44px;
}
.main .core .centerBox .core_content div .content_details .details_left .left_bottom .bottom_ceontent .bottomBox p {
  margin-top: 7px;
  font-size: 14px;
  color: #575d6c;
}
.main .core .centerBox .core_content div .content_details .details_right {
  width: 100%;
  margin-bottom: 10px;
}
.main .core .centerBox .core_content div .content_details .details_right > img {
  width: 100%;
}
.main .core .centerBox .core_content div .is_show {
  display: flex;
}
.main .box-title {
  text-align: center;
  font-size: 30px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 500;
  color: #1e252f;
  line-height: 42px;
  padding-top: 45px;
  padding-bottom: 10px;
}
.main .box-subtitle {
  text-align: center;
  padding-bottom: 30px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #575d6c;
}
.main .business-service {
  background: #fff;
  width: 100%;
}
.main .business-service .business-detail {
  padding: 0 17%;
}
.main .business-service .business-detail .business-item {
  display: flex;
  justify-content: center;
  padding-bottom: 80px;
}
.main .business-service .business-detail .business-item img {
  width: 342px;
  height: 221px;
}
.main .business-service .business-detail .business-item .index {
  font-size: 34px;
  font-family: HelveticaNeue-Bold, HelveticaNeue;
  font-weight: bold;
  color: #e60012;
}
.main .business-service .business-detail .business-item .item-title {
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #444444;
}
.main .business-service .business-detail .business-item .item-subtitle {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #444444;
}
.main .business-service .business-detail .business-item .item-subtitle .sub-item {
  padding: 5px 0;
}
.main .business-service .business-detail .business-item .item-subtitle .sub-item .sub-item-title {
  font-weight: 600;
  display: inline-block;
}
.main .business-service .business-detail .business-item .item-left {
  flex: 1;
  padding-right: 80px;
}
.main .business-service .business-detail .business-item .item-right {
  flex: 1;
}
.main .info {
  padding-top: 40px;
  padding-bottom: 60px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
}
.main .info h1 {
  margin-top: 20px;
  text-align: center;
  font-size: 30px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #1e252f;
  line-height: 42px;
}
.main .info > p {
  text-align: center;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #575d6c;
  line-height: 19px;
}
.main .info .info_content {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 50px;
  overflow: visible;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main .info .info_content .left_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 22px;
  height: 470px;
  width: 588px;
  border: 1px solid #eeeeee;
  background: #ffffff;
}
.main .info .info_content .left_content .left_content_title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 24px;
  line-height: 24px;
  font-family: PingFangSC-Regular, PingFang SC;
}
.main .info .info_content .left_content .left_content_title .left_content_title_icon {
  color: #333333;
  font-size: 20px;
  font-weight: 500;
}
.main .info .info_content .left_content .left_content_title .left_content_title_icon > i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("/static/website/icon_zhzx.png");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: text-bottom;
}
.main .info .info_content .left_content .left_content_title .left_content_title_more {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
  cursor: pointer;
}
.main .info .info_content .left_content .left_content_title .left_content_title_more:hover {
  color: #d90000;
}
.main .info .info_content .left_content figure {
  width: 540px;
}
.main .info .info_content .left_content figure > img {
  width: 100%;
  height: 280px;
  margin: 20px 0px 10px;
}
.main .info .info_content .left_content figure figcaption {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #575d6c;
}
.main .info .info_content .left_content figure figcaption > div {
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.5s all;
}
.main .info .info_content .left_content figure figcaption > div .h1tile {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 16px;
  font-size: 18px;
  text-align: left;
  color: #333333;
  font-weight: 500;
  line-height: 20px;
}
.main .info .info_content .left_content figure figcaption > div .h1tile:hover {
  color: #d90000;
}
.main .info .info_content .left_content figure figcaption > div .titleContent {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.main .info .info_content .right_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 22px;
  height: 470px;
  width: 588px;
  border: 1px solid #eeeeee;
  background: #ffffff;
}
.main .info .info_content .right_content .right_content_title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 24px;
  line-height: 24px;
  font-family: PingFangSC-Regular, PingFang SC;
}
.main .info .info_content .right_content .right_content_title .right_content_title_icon {
  color: #333333;
  font-size: 20px;
  font-weight: 500;
}
.main .info .info_content .right_content .right_content_title .right_content_title_icon > i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("/static/website/icon_zhzx.png");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: text-bottom;
}
.main .info .info_content .right_content .right_content_title .right_content_title_more {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
  cursor: pointer;
}
.main .info .info_content .right_content .right_content_title .right_content_title_more:hover {
  color: #d90000;
}
.main .info .info_content .right_content figure {
  width: 540px;
}
.main .info .info_content .right_content figure > img {
  width: 100%;
  height: 280px;
  margin: 20px 0px 10px;
}
.main .info .info_content .right_content figure figcaption {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #575d6c;
}
.main .info .info_content .right_content figure figcaption > div {
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.5s all;
  color: #666666;
}
.main .info .info_content .right_content figure figcaption > div .h1tile {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 16px;
  font-size: 18px;
  text-align: left;
  color: #333333;
  font-weight: 500;
  line-height: 20px;
}
.main .info .info_content .right_content figure figcaption > div .h1tile:hover {
  color: #d90000;
}
.main .info .info_content .right_content figure figcaption > div .titleContent {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.main .brief {
  background: #fafafa;
  overflow: hidden;
  z-index: 10;
  position: relative;
  text-align: center;
  padding-bottom: 50px;
  background: url(/static/website/brief-bg@2x.png);
  background-size: 100% 100%;
}
.main .brief .brief-detail {
  padding: 0 17%;
  padding-bottom: 20px;
  line-height: 28px;
}
.main .brief .brief-detail .brief-title {
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #444444;
  padding-bottom: 20px;
}
.main .brief .brief-detail .brief-content {
  text-align: left;
  text-indent: 2em;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #444444;
}
.main .brief .detail-btn {
  display: inline;
  width: 180px;
  height: 48px;
  background: #e60012;
  color: #fff;
  border: none;
  cursor: pointer;
}
.main .partner {
  height: 524px;
  position: relative;
  z-index: 80;
  overflow: hidden;
  background-image: url("/static/website/partner-bg@2x.png");
  background-size: 100% 100%;
  padding: 0 15%;
}
.main .partner .partner_content img {
  transition: all 0.6s;
  width: 280px;
  height: 100px;
}
.main .partner .partner_content .rotation {
  margin-bottom: 120px;
}
.main .partner .partner_content .rotation ul {
  bottom: -90px;
}
.main .partner .partner_content .rotation ul li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f7f7f7;
}
.main .partner .partner_content .rotation ul li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.main .partner .partner_content .nav {
  display: inline-block;
  height: 100px;
  margin-right: 24px;
}
.main .partner .partner_content .skip_button {
  margin-top: 50px;
  margin-bottom: 60px;
}
.main .partner .partner_content .skip_button p {
  width: 32px;
  margin: 0 auto;
}
.main .partner .partner_content .skip_button p span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
  border: 1px solid black;
  border-radius: 50%;
}
.main .partner .partner_content .skip_button p .active {
  background-color: #d90000;
}
.main .fixed_img {
  width: 100%;
  height: 600px;
  position: fixed;
  background-image: url("/static/website/bg1.png");
  bottom: 100px;
  background-size: cover;
  z-index: 10;
}
.main .fixed_img.change_bg {
  background-image: url("/static/website/bg2.png");
}
.main footer {
  height: 430px;
  background: #252525;
  overflow: hidden;
}
.main footer .footer_center {
  width: 1200px;
  margin: 0 auto;
  margin-top: 120px;
}
.main footer .footer_center .center_left {
  display: inline-block;
}
.main footer .footer_center .center_left .center_left_info {
  width: 57px;
  margin-right: 100px;
  display: inline-block;
}
.main footer .footer_center .center_left .center_left_info p {
  width: 57px;
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #a8a8a8;
  line-height: 20px;
}
.main footer .footer_center .center_left .center_left_info ul {
  list-style: none;
  margin-top: 12px;
  padding: 0;
}
.main footer .footer_center .center_left .center_left_info ul li {
  color: #8c8c8c;
  display: block;
  width: 56px;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 400;
}
.main footer .footer_center .center_left .center_left_service {
  width: 57px;
  margin-right: 100px;
  display: inline-block;
}
.main footer .footer_center .center_left .center_left_service p {
  width: 57px;
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #a8a8a8;
  line-height: 20px;
}
.main footer .footer_center .center_left .center_left_service ul {
  list-style: none;
  margin-top: 12px;
  padding: 0;
}
.main footer .footer_center .center_left .center_left_service ul li {
  color: #8c8c8c;
  display: block;
  width: 56px;
  margin-bottom: 12px;
  font-size: 12px;
}
.main footer .footer_center .center_left .center_left_about {
  width: 57px;
  margin-right: 100px;
  display: inline-block;
}
.main footer .footer_center .center_left .center_left_about p {
  width: 57px;
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #a8a8a8;
  line-height: 20px;
}
.main footer .footer_center .center_left .center_left_about ul {
  list-style: none;
  margin-top: 12px;
  padding: 0;
}
.main footer .footer_center .center_left .center_left_about ul li {
  color: #8c8c8c;
  display: block;
  width: 56px;
  margin-bottom: 12px;
  font-size: 12px;
}
.main footer .footer_center .center_left .center_left_news {
  width: 57px;
  display: inline-block;
}
.main footer .footer_center .center_left .center_left_news p {
  width: 57px;
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #a8a8a8;
  line-height: 20px;
}
.main footer .footer_center .center_left .center_left_news ul {
  list-style: none;
  margin-top: 12px;
  padding: 0;
}
.main footer .footer_center .center_left .center_left_news ul li {
  color: #8c8c8c;
  display: block;
  width: 56px;
  margin-bottom: 12px;
  font-size: 12px;
}
.main footer .footer_center .footer_right {
  margin-left: 162px;
  display: inline-block;
  width: 510px;
  height: 166px;
  overflow: hidden;
}
.main footer .footer_center .footer_right .content_left {
  float: left;
}
.main footer .footer_center .footer_right .content_left .content_left_top h6 {
  width: 56px;
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #a8a8a8;
  line-height: 20px;
}
.main footer .footer_center .footer_right .content_left .content_left_top p {
  width: 309px;
  height: 30px;
  font-size: 22px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #a8a8a8;
  line-height: 30px;
}
.main footer .footer_center .footer_right .content_left .content_left_bottom {
  margin-top: 10px;
}
.main footer .footer_center .footer_right .content_left .content_left_bottom h6 {
  width: 56px;
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #a8a8a8;
  line-height: 20px;
}
.main footer .footer_center .footer_right .content_left .content_left_bottom .left_bottom_link {
  margin-top: 16px;
}
.main footer .footer_center .footer_right .content_left .content_left_bottom .left_bottom_link nav {
  width: 26px;
  height: 26px;
  display: inline-block;
  margin-right: 20px;
}
.main footer .footer_center .footer_right .content_right {
  margin-left: 80px;
  float: right;
}
.main footer .footer_bottom {
  border-top: 1px solid #333333;
  margin-top: 87px;
  height: 60px;
}
.main footer .footer_bottom p {
  margin: 0 auto;
  width: 652px;
  height: 60px;
  font-size: 12px;
  font-family: LucidaGrande;
  color: #585858;
  line-height: 30px;
}
.main .tags {
  position: fixed;
  bottom: 150px;
  right: 10px;
  z-index: 200 !important;
}
.main .tags #phone {
  width: 44px;
  height: 44px;
  margin-bottom: 4px;
}
.main .tags #phone img {
  width: 100%;
}
.main .tags #phone .dics {
  display: none;
  width: 230px;
  height: 70px;
  background: #ffffff;
  box-shadow: 0px 1px 12px 0px rgba(32, 45, 64, 0.1);
  position: absolute;
  right: 50px;
  top: -18px;
  border-radius: 5px;
}
.main .tags #phone .dics::after {
  content: "";
  display: inline-block;
  border: 8px solid #fff;
  width: 0;
  height: 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  position: absolute;
  right: -16px;
  top: 50%;
  margin-top: -4px;
}
.main .tags #phone .dics p {
  font-size: 14px !important;
  font-weight: 400;
  color: #333333;
  line-height: 35px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.main #wechat_tag {
  position: relative;
  width: 44px;
  height: 44px;
  margin-bottom: 4px;
}
.main #wechat_tag #wechat_tag_img {
  width: 44px;
  height: 44px;
}
.main #wechat_tag .wechat_tag {
  display: none;
  width: 108px;
  height: 120px;
  background: #ffffff;
  box-shadow: 0px 1px 12px 0px rgba(32, 45, 64, 0.1);
  text-align: center;
  position: absolute;
  top: -18px;
  left: -118px;
  padding-top: 15px;
}
.main #wechat_tag .wechat_tag > img {
  width: 80px;
  height: 81px;
}
.main #wechat_tag .wechat_tag > div {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.main #back_top_img {
  width: 44px;
  height: 44px;
  cursor: pointer;
}
@keyframes titleTop {
  from {
    transform: translateY(500px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes inToLeft {
  from {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes inToRight {
  from {
    transform: translateX(200%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes inToTop {
  from {
    transform: translateY(-100px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes partnerGoToTop {
  from {
    transform: translateY(150%);
  }
  to {
    transform: translateY(0);
  }
}
.main {
  overflow: hidden;
}
.main .video-part {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.main .video-part .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.main .video-part .overlay .title {
  font-size: 110px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 110px;
  color: #fff;
  text-align: center;
  margin-top: 315px;
}
.main .video-part .overlay .sec-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  color: #fff;
  text-align: center;
  margin-top: 40px;
}
.main .video-part .video {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.main .partner {
  width: 100%;
  height: 450px;
  background-image: url("/static/website/partner-bg.png");
  background-size: 100% 100%;
}
.main .partner .box-title {
  text-align: center;
  font-size: 30px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 500;
  color: #1e252f;
  line-height: 42px;
  padding-top: 45px;
  padding-bottom: 10px;
}
.main .partner .box-subtitle {
  text-align: center;
  padding-bottom: 30px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #575d6c;
}
.main .partner .parnter-content {
  position: relative;
  height: 100px;
  width: 100%;
  margin-bottom: 20px;
}
.main .partner .parnter-content .mask {
  position: absolute;
  z-index: 10;
  width: 240px;
  height: 100%;
  top: 0;
}
.main .partner .parnter-content .left-mask {
  left: 0;
  background: linear-gradient(270deg, rgba(249, 249, 250, 0) 0%, #F9F9FA 100%);
}
.main .partner .parnter-content .right-mask {
  right: 0;
  background: linear-gradient(270deg, #F9F9FA 0%, rgba(249, 249, 250, 0) 100%);
}
.main .partner .parnter-part {
  width: 100%;
  overflow: auto;
  position: relative;
  margin-bottom: 20px;
}
.main .partner .parnter-part::-webkit-scrollbar {
  display: none;
}
.main .partner .parnter-part .partner-scroll {
  width: 3296px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transform: translateX(-1655px);
  animation: 49s slide linear infinite normal;
}
.main .partner .parnter-part .partner-scroll .parnter-img {
  width: 220px;
  height: 100px;
}
@keyframes slide {
  0% {
    transform: translateX(-1655px);
  }
  100% {
    transform: translateX(0px);
  }
}

