@charset "UTF-8";
html, body {
  width: 100%;
  background-color: #fff;
}

body {
  padding-top: 86px;
}

/*  =========  =========  */
.header_wrap {
  width: 100%;
  height: 86px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_wrap .header_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 46px;
  font-weight: bolder;
}
@media screen and (max-width: 1600px) {
  .header_wrap .header_logo {
    margin-left: 30px;
  }
}
.header_wrap .header_center {
  height: 86px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 90px;
  padding-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1600px) {
  .header_wrap .header_center {
    margin-left: 60px;
  }
}
.header_wrap .header_text {
  margin-right: 54px;
  color: #000;
  font-size: 16px;
  font-weight: bolder;
}
.header_wrap .header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_wrap .header_nav .header_nav_item {
  width: 120px;
  height: 66px;
  margin: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  font-size: 16px;
}
.header_wrap .header_nav .header_nav_item.active, .header_wrap .header_nav .header_nav_item:hover {
  background-color: #0193CF;
  color: #fff;
}
@media screen and (max-width: 1600px) {
  .header_wrap .header_nav .header_nav_item {
    width: 90px;
    margin: 0 6px;
  }
}

/*  =========  =========  */
.index_banner_swiper {
  width: 100%;
  height: 748px;
  overflow: hidden;
  position: relative;
}
.index_banner_swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.index_banner_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index_banner_swiper .index_swiper_cont {
  position: absolute;
  top: 160px;
  left: 50%;
  margin-left: -582px;
  width: 626px;
  height: 385px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 170px;
  padding-left: 62px;
  background: url("../images/banner_info.png");
  font-size: 60px;
  font-weight: bolder;
  text-align: left;
  color: #000000;
  letter-spacing: 2px;
}
.index_banner_swiper .swiper-button-next, .index_banner_swiper .swiper-button-prev {
  width: 70px;
  height: 104px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(133, 133, 133, 0.9);
}
.index_banner_swiper .swiper-button-prev, .index_banner_swiper .swiper-rtl .swiper-button-next {
  left: 30px;
  padding-right: 10px;
}
.index_banner_swiper .swiper-button-next, .index_banner_swiper .swiper-rtl .swiper-button-prev {
  right: 30px;
  padding-left: 10px;
}
.index_banner_swiper .swiper-button-prev:after, .index_banner_swiper .swiper-rtl .swiper-button-next:after,
.index_banner_swiper .swiper-button-next:after, .index_banner_swiper .swiper-rtl .swiper-button-prev:after {
  width: 35px;
  height: 70px;
  background: url("../images/arrow_left.png");
  content: '';
}
.index_banner_swiper .swiper-button-next:after, .index_banner_swiper .swiper-rtl .swiper-button-prev:after {
  background: url("../images/arrow_right.png");
}

/*  =========  =========  */
.index_com_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.index_com_title_2 {
  width: 300px;
  margin: auto;
}

.particles1_wrap {
  position: relative;
}

#particles1 {
  width: 100%;
  height: 1250px;
  overflow: hidden;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 0;
  left: 0;
}

.particles2_wrap {
  position: relative;
}

#particles2 {
  width: 100%;
  height: 640px;
  overflow: hidden;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 0;
  left: 0;
}

.particles3_wrap {
  position: relative;
}

#particles3 {
  width: 100%;
  height: 2226px;
  overflow: hidden;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1600px) {
  #particles3 {
    height: 2188px;
  }
}

/*  =========  首页 自助机  =========  */
.index_self {
  position: relative;
  padding-top: 90px;
}
@media screen and (max-width: 1600px) {
  .index_self {
    padding-top: 60px;
  }
}
.index_self .index_self_text {
  margin-top: 22px;
  margin-bottom: 16px;
  font-size: 20px;
  text-align: center;
  color: #03b4ff;
}
.index_self .index_self_center {
  width: 1440px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1600px) {
  .index_self .index_self_center {
    width: 1300px;
  }
}
.index_self .index_self_item {
  width: 336px;
  height: 430px;
  margin-left: 32px;
  background: #f1f1f1;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .index_self .index_self_item {
    width: 306px;
    margin-left: 25px;
  }
}
@media screen and (max-width: 1280px) {
  .index_self .index_self_item {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.index_self .index_self_item:first-child, .index_self .index_self_item:nth-child(5) {
  margin-left: 0;
}
.index_self .index_self_item:nth-child(5), .index_self .index_self_item:nth-child(6), .index_self .index_self_item:nth-child(7), .index_self .index_self_item:nth-child(8) {
  margin-top: 28px;
}
.index_self .index_self_item:before, .index_self .index_self_item:after {
  content: '';
  position: absolute;
}
.index_self .index_self_item:before {
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  border-left: 3px solid #fff;
  background-color: #d7d7d7;
}
.index_self .index_self_item:after {
  top: 0;
  bottom: 0;
  right: 0;
  width: 3px;
  border-top: 3px solid #fff;
  background-color: #d7d7d7;
}


.index_self .index_self_item_search {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 74px;
  height: 70px;
  background: url("../images/index_self_search.png");
}
.index_self .index_self_item_img {
  width: 100%;
  height: 370px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index_self .index_self_item_img img {
  max-width: 300px;
  max-height: 370px;
}
.index_self .index_self_item_img:hover {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}
.index_self .index_self_item_title {
  height: 48px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFFFFF;
  border-top: solid 4px #cacbcd;
  border-bottom: solid 3px #55adf2;
  font-size: 24px;
  text-align: center;
  color: #00a1ff;
  line-height: 48px;
}
.index_self.revealOnScroll .index_self_item {
  opacity: 0;
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}
.index_self.animated .index_self_item:nth-child(1) {
  -webkit-animation: ani_index_self 1s 0.5s forwards;
          animation: ani_index_self 1s 0.5s forwards;
}
.index_self.animated .index_self_item:nth-child(2) {
  -webkit-animation: ani_index_self 1s 1s forwards;
          animation: ani_index_self 1s 1s forwards;
}
.index_self.animated .index_self_item:nth-child(3) {
  -webkit-animation: ani_index_self 1s 1.5s forwards;
          animation: ani_index_self 1s 1.5s forwards;
}
.index_self.animated .index_self_item:nth-child(4) {
  -webkit-animation: ani_index_self 1s 2s forwards;
          animation: ani_index_self 1s 2s forwards;
}
.index_self.animated .index_self_item:nth-child(5) {
  -webkit-animation: ani_index_self 1s 2.5s forwards;
          animation: ani_index_self 1s 2.5s forwards;
}
.index_self.animated .index_self_item:nth-child(6) {
  -webkit-animation: ani_index_self 1s 3s forwards;
          animation: ani_index_self 1s 3s forwards;
}
.index_self.animated .index_self_item:nth-child(7) {
  -webkit-animation: ani_index_self 1s 3.5s forwards;
          animation: ani_index_self 1s 3.5s forwards;
}
.index_self.animated .index_self_item:nth-child(8) {
  -webkit-animation: ani_index_self 1s 4s forwards;
          animation: ani_index_self 1s 4s forwards;
}

@-webkit-keyframes ani_index_self {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes ani_index_self {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
/*  =========  首页 定制流程  =========  */
.index_custom {
  position: relative;
  margin-top: 40px;
  height: 1010px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 160px;
  background: url("../images/index_custom_bg.png") top center no-repeat;
  background-size: cover;
}
.index_custom .index_custom_text {
  font-size: 24px;
  text-align: center;
  color: #fff;
  padding-top: 20px;
}
.index_custom .index_custom_center {
  width: 1332px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1600px) {
  .index_custom .index_custom_center {
    width: 1252px;
  }
}
.index_custom .index_custom_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 170px;
}
@media screen and (max-width: 1600px) {
  .index_custom .index_custom_item {
    margin-right: 130px;
  }
}
.index_custom .index_custom_item:nth-child(1), .index_custom .index_custom_item:nth-child(2), .index_custom .index_custom_item:nth-child(3) {
  margin-top: 86px;
}
.index_custom .index_custom_item:nth-child(4), .index_custom .index_custom_item:nth-child(5), .index_custom .index_custom_item:nth-child(6) {
  margin-top: 60px;
}
.index_custom .index_custom_item:nth-child(3), .index_custom .index_custom_item:nth-child(6) {
  margin-right: 0;
}
.index_custom .index_custom_item .item_left {
  margin-right: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.index_custom .index_custom_item .item_img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.index_custom .index_custom_item .item_img:hover {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.index_custom .index_custom_item .item_title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #fff;
  font-size: 30px;
  margin-bottom: 20px;
}
.index_custom .index_custom_item .item_right {
  width: 155px;
  height: 220px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 10px;
  font-size: 21px;
  color: #ffffff;
  line-height: 30px;
}
.index_custom .index_custom_item .ellipsis {
  margin-top: 4px;
  text-align: center;
}
.index_custom .index_custom_bottom {
  font-size: 27px;
  color: #00b3ff;
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index_custom .index_custom_bottom:before, .index_custom .index_custom_bottom:after {
  content: '';
  width: 240px;
  height: 0px;
  margin: 0 30px;
  border: 1px dashed #40c9f5;
}
.index_custom.revealOnScroll .index_custom_item {
  opacity: 0;
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}
.index_custom.animated .index_custom_item:nth-child(1) {
  -webkit-animation: ani_index_custom 1s 0.5s forwards;
          animation: ani_index_custom 1s 0.5s forwards;
}
.index_custom.animated .index_custom_item:nth-child(2) {
  -webkit-animation: ani_index_custom 1s 1s forwards;
          animation: ani_index_custom 1s 1s forwards;
}
.index_custom.animated .index_custom_item:nth-child(3) {
  -webkit-animation: ani_index_custom 1s 1.5s forwards;
          animation: ani_index_custom 1s 1.5s forwards;
}
.index_custom.animated .index_custom_item:nth-child(4) {
  -webkit-animation: ani_index_custom 1s 2s forwards;
          animation: ani_index_custom 1s 2s forwards;
}
.index_custom.animated .index_custom_item:nth-child(5) {
  -webkit-animation: ani_index_custom 1s 2.5s forwards;
          animation: ani_index_custom 1s 2.5s forwards;
}
.index_custom.animated .index_custom_item:nth-child(6) {
  -webkit-animation: ani_index_custom 1s 3s forwards;
          animation: ani_index_custom 1s 3s forwards;
}

@-webkit-keyframes ani_index_custom {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes ani_index_custom {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
/*  =========  首页 关于我们  =========  */
.index_about {
  position: relative;
  padding-top: 100px;
  padding-bottom: 80px;
}
.index_about .index_about_center {
  width: 1436px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1600px) {
  .index_about .index_about_center {
    width: 1280px;
  }
}
.index_about .index_about_left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-right: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1600px) {
  .index_about .index_about_left {
    margin-right: 40px;
  }
}
.index_about .index_about_title {
  margin-top: 16px;
}
.index_about .index_about_text {
  font-size: 16px;
  line-height: 43px;
  color: #535353;
margin-bottom: 35px;
}
@media screen and (max-width: 1600px) {
  .index_about .index_about_text {
    font-size: 16px;
  }
}
.index_about .index_about_right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.index_about.revealOnScroll .index_about_left {
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}
.index_about.revealOnScroll .index_about_right {
  opacity: 0;
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}
.index_about.animated .index_about_left {
  -webkit-animation: ani_index_about_1 2s forwards;
          animation: ani_index_about_1 2s forwards;
}
.index_about.animated .index_about_right {
  -webkit-animation: ani_index_about_2 2s forwards;
          animation: ani_index_about_2 2s forwards;
}

@-webkit-keyframes ani_index_about_1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes ani_index_about_1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes ani_index_about_2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes ani_index_about_2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
/*  =========  首页 解决方案  =========  */
.index_solution {
  height: 1046px;
  background: url("../images/index_solution_bg.png") top center no-repeat;
  background-size: cover;
  position: relative;
}
.index_solution::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.index_solution .index_solution_center {
  position: relative;
  width: 1440px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1600px) {
  .index_solution .index_solution_center {
    width: 1280px;
  }
}
.index_solution .index_solution_left {
  width: 700px;
  padding-top: 36px;
}
.index_solution .index_solution_right {
  width: 700px;
  padding-top: 110px;
}
@media screen and (max-width: 1600px) {
  .index_solution .index_solution_right {
    padding-top: 90px;
  }
}
.index_solution .index_solution_title {
  text-align: center;
  padding-bottom: 50px;
}
.index_solution .index_solution_item {
  width: 700px;
  height: 412px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 36px;
  border: 1px solid #00c0f7;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .index_solution .index_solution_item {
    width: 620px;
    height: 365px;
  }
}
.index_solution .index_solution_item_cont {
  position: absolute;
  bottom: 8px;
  right: 10px;
  width: 700px;
  height: 412px;
}
@media screen and (max-width: 1600px) {
  .index_solution .index_solution_item_cont {
    width: 620px;
    height: 365px;
  }
}
.index_solution .index_solution_item_cont img {
  width: 100%;
}
.index_solution .index_solution_item_cont:hover .index_solution_item_layer {
  opacity: 1;
}
.index_solution .index_solution_item_layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  text-align: center;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.index_solution .index_solution_item_layer .title {
  margin-top: 160px;
  font-size: 48px;
}
.index_solution .index_solution_item_layer .text {
  margin-top: 6px;
  font-size: 24px;
}
.index_solution.revealOnScroll .index_solution_item {
  opacity: 0;
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}
.index_solution.animated .anigroup_1 {
  -webkit-animation: ani_index_online 1s 0.5s forwards;
          animation: ani_index_online 1s 0.5s forwards;
}
.index_solution.animated .anigroup_2 {
  -webkit-animation: ani_index_online 1s 1s forwards;
          animation: ani_index_online 1s 1s forwards;
}
.index_solution.animated .anigroup_3 {
  -webkit-animation: ani_index_online 1s 1.5s forwards;
          animation: ani_index_online 1s 1.5s forwards;
}

@-webkit-keyframes ani_index_solution {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes ani_index_solution {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
/*  =========  首页 新闻资讯  =========  */
.index_news {
  position: relative;
  padding-top: 100px;
}
@media screen and (max-width: 1600px) {
  .index_news {
    padding-top: 80px;
  }
}
.index_news .index_news_center {
  width: 1418px;
  margin: auto;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1600px) {
  .index_news .index_news_center {
    width: 1280px;
  }
}
.index_news .index_news_left {
  width: 747px;
  margin-right: 50px;
}
@media screen and (max-width: 1600px) {
  .index_news .index_news_left {
    margin-right: 40px;
  }
}
.index_news .index_news_right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.index_news .index_news_img {
  width: 747px;
  height: 366px;
}
.index_news .index_news_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index_news .index_news_item:first-child {
  margin-top: 18px;
}
.index_news .index_news_item.leftnews {
  margin-top: 40px;
  padding-right: 110px;
}
@media screen and (max-width: 1600px) {
  .index_news .index_news_item.leftnews {
    padding-right: 40px;
  }
}
.index_news .index_news_item .index_news_date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 70px;
  margin-right: 140px;
  text-align: right;
}
@media screen and (max-width: 1600px) {
  .index_news .index_news_item .index_news_date {
    margin-right: 80px;
  }
}
.index_news .index_news_item .index_news_date .yeartext {
  font-size: 31px;
  color: #c9c9c9;
}
.index_news .index_news_item .index_news_date .datetext {
  font-size: 16px;
  color: #5d5d5d;
}
.index_news .index_news_item .index_news_cont {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 200px;
}
.index_news .index_news_item .index_news_cont .news_title {
  width: 100%;
  font-size: 24px;
  color: #000000;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index_news .index_news_item .index_news_cont .news_intro {
  margin-top: 4px;
  font-size: 18px;
  color: #747474;
  line-height: 24px;
  display: -webkit-box;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index_news.revealOnScroll .index_news_left {
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}
.index_news.revealOnScroll .index_news_right {
  opacity: 0;
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}
.index_news.animated .index_news_left {
  -webkit-animation: ani_index_news_1 2s forwards;
          animation: ani_index_news_1 2s forwards;
}
.index_news.animated .index_news_right {
  -webkit-animation: ani_index_news_2 2s forwards;
          animation: ani_index_news_2 2s forwards;
}

@-webkit-keyframes ani_index_news_1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes ani_index_news_1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes ani_index_news_2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes ani_index_news_2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
/*  =========  首页 合作伙伴  =========  */
.index_partner {
  position: relative;
  margin-top: 100px;
}
@media screen and (max-width: 1600px) {
  .index_partner {
    margin-top: 80px;
  }
}
.index_partner .index_partner_center {
  padding: 40px 0 20px 0;
  height: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index_partner .index_partner_center img {
  width: 100%;
}

.index_partner_swiper {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
  /*  .index_swiper_cont{
      position: absolute;
      top: 60px;
      left: 50%;
      margin-left: -582px;
      width: 626px;
      height: 385px;
      box-sizing: border-box;
      padding-top: 170px;
      padding-left: 62px;
      background: url('../images/banner_info.png');
      font-size: 60px;
      font-weight: bolder;
      text-align: left;
      color: #000000;
      letter-spacing: 2px;
    }*/
}
.index_partner_swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.index_partner_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index_partner_swiper .swiper-horizontal > .swiper-pagination-bullets, .index_partner_swiper .swiper-pagination-bullets.swiper-pagination-horizontal, .index_partner_swiper .swiper-pagination-custom, .index_partner_swiper .swiper-pagination-fraction {
  bottom: 10px;
}
.index_partner_swiper .swiper-pagination-bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index_partner_swiper .swiper-pagination-bullet {
  width: 100px;
  height: 3px;
  border-radius: 0;
  margin: 0;
}
.index_partner_swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .index_partner_swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

/*  =========  首页 线上预订  =========  */
.index_online {
  position: relative;
  padding-top: 100px;
}
.index_online .index_online_bg {
  height: 704px;
  margin-top: 60px;
  background: rgba(59, 91, 207, 0.4);
}
.index_online .index_online_center {
  width: 1140px;
  margin: auto;
  padding-top: 50px;
}
.index_online .index_online_group {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index_online .anigroup_2, .index_online .anigroup_3 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index_online .index_online_label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 185px;
  font-size: 22px;
  color: #fff;
}
.index_online .index_online_input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 200px;
  height: 92px;
  padding: 0 32px;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fff;
  background-color: transparent;
  font-size: 22px;
  color: #fff;
}
.index_online .index_online_input::-webkit-input-placeholder {
  color: #fff;
}
.index_online .index_online_input:-ms-input-placeholder {
  color: #fff;
}
.index_online .index_online_input::-ms-input-placeholder {
  color: #fff;
}
.index_online .index_online_input::placeholder {
  color: #fff;
}
.index_online .index_online_submit {
  width: 320px;
  height: 78px;
  margin: auto;
  margin-top: 78px;
  background: url("../images/index_online_submit_btn.png");
  font-size: 40px;
  color: #ffffff;
  border: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index_online.revealOnScroll .anigroup_1, .index_online.revealOnScroll .anigroup_2, .index_online.revealOnScroll .anigroup_3, .index_online.revealOnScroll .anigroup_4, .index_online.revealOnScroll .anigroup_5 {
  opacity: 0;
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}
.index_online.animated .anigroup_1 {
  -webkit-animation: ani_index_online 1s 0.5s forwards;
          animation: ani_index_online 1s 0.5s forwards;
}
.index_online.animated .anigroup_2 {
  -webkit-animation: ani_index_online 1s 1s forwards;
          animation: ani_index_online 1s 1s forwards;
}
.index_online.animated .anigroup_3 {
  -webkit-animation: ani_index_online 1s 1.5s forwards;
          animation: ani_index_online 1s 1.5s forwards;
}
.index_online.animated .anigroup_4 {
  -webkit-animation: ani_index_online 1s 2s forwards;
          animation: ani_index_online 1s 2s forwards;
}
.index_online.animated .anigroup_5 {
  -webkit-animation: ani_index_online 1s 2.5s forwards;
          animation: ani_index_online 1s 2.5s forwards;
}

@-webkit-keyframes ani_index_online {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes ani_index_online {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
/*  =========    =========  */
.footer_wrap {
  height: 457px;
  background: #3b5bcf url("../images/bottom_bg.png") right no-repeat;
}
.footer_wrap .footer_center {
  width: 1660px;
  margin: auto;
  padding-top: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 20px;
  color: #fcfcfc;
}
@media screen and (max-width: 1800px) {
  .footer_wrap .footer_center {
    width: 1300px;
  }
}
@media screen and (max-width: 1400px) {
  .footer_wrap .footer_center {
    width: 1200px;
  }
}
.footer_wrap .footer_title {
  margin-bottom: 12px;
}
.footer_wrap .footer_text {
  line-height: 46px;
  padding-left: 40px;
}
.footer_wrap .footer_menu_title {
  width: 260px;
  height: 60px;
  margin-bottom: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 24px;
  color: #ffffff;
  padding-left: 80px;
  padding-top: 20px;
  background: url("../images/index_footer_titlebg.png") bottom no-repeat;
}
.footer_wrap .footer_menu_item {
  padding-left: 80px;
}
.footer_wrap .footer_menu_item a {
  color: #fff;
  font-size: 20px;
  line-height: 48px;
}
@media screen and (max-width: 1800px) {
  .footer_wrap .footer_menu_item a {
    width: 1300px;
  }
}
.footer_wrap .footer_menu_item a:hover {
  color: #c9d0f5;
}
.footer_wrap .footer_qrcode {
  margin-top: 30px;
}
.footer_wrap .footer_qrcode_img img {
  width: 100%;
}
@media screen and (max-width: 1800px) {
  .footer_wrap .footer_qrcode_img {
    width: 140px;
  }
}
.footer_wrap .footer_qrcode_title {
  margin-top: 12px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 1800px) {
  .footer_wrap .footer_qrcode_title {
    font-size: 14px;
  }
}

/*  ========= ================== ================== ================== ================== ================== =========  */
.breadcrumb_wrap {
  width: 1860px;
  margin: auto;
  padding: 40px 0 40px;
}
@media screen and (max-width: 1700px) {
  .breadcrumb_wrap {
    width: 1380px;
  }
}
@media screen and (max-width: 1400px) {
  .breadcrumb_wrap {
    width: 1280px;
  }
}
.breadcrumb_wrap .breadcrumb {
  font-size: 16px;
  color: #000;
}
.breadcrumb_wrap .breadcrumb a {
  color: #000;
}
.breadcrumb_wrap .breadcrumb a:hover {
  text-decoration: underline;
}

/*  =========   页面  关于我们  =========  */
.about_intro {
  width: 100%;
  height: 1000px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 130px;
  background: url("../images/about_intro_bg.png") center bottom no-repeat;
  background-size: cover;
}

.about_intro_img {
  width: 1470px;
  margin: auto;
  margin-top: 56px;
}
.about_intro_img img {
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .about_intro_img {
    width: 1260px;
    margin-top: 70px;
  }
}

.about_intro_text {
  width: 1400px;
  margin: auto;
  margin-top: 96px;
  font-size: 24px;
  color: #535353;
}
@media screen and (max-width: 1600px) {
  .about_intro_text {
    width: 1260px;
  }
}

.about_develop {
  width: 100%;
  height: 1040px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 110px;
  background: url("../images/about_develop_bg.png") center bottom -6px no-repeat;
  background-size: cover;
}

.about_develop_info {
  width: 1502px;
  height: 265px;
  margin: auto;
  margin-top: 164px;
  position: relative;
  background: url("../images/about_develop_img.png") center no-repeat;
}

.about_develop_item {
  font-size: 24px;
  color: #ffffff;
  line-height: 30px;
  position: absolute;
}
.about_develop_item:first-child {
  top: 42px;
  left: 158px;
}
.about_develop_item:nth-child(2) {
  top: 172px;
  left: 344px;
}
.about_develop_item:nth-child(3) {
  top: 42px;
  left: 520px;
}
.about_develop_item:nth-child(4) {
  top: 172px;
  left: 728px;
}
.about_develop_item:nth-child(5) {
  top: 42px;
  left: 914px;
}
.about_develop_item:nth-child(6) {
  top: 172px;
  left: 1124px;
}
.about_develop_item:nth-child(7) {
  top: 42px;
  left: 1285px;
}

@media screen and (max-width: 1600px) {
  .about_develop_info {
    width: 1260px;
    background-size: 100%;
  }

  .about_develop_item {
    font-size: 24px;
  }
  .about_develop_item:first-child {
    top: 42px;
    left: 130px;
  }
  .about_develop_item:nth-child(2) {
    top: 156px;
    left: 295px;
  }
  .about_develop_item:nth-child(3) {
    top: 42px;
    left: 450px;
  }
  .about_develop_item:nth-child(4) {
    top: 156px;
    left: 620px;
  }
  .about_develop_item:nth-child(5) {
    top: 42px;
    left: 780px;
  }
  .about_develop_item:nth-child(6) {
    top: 156px;
    left: 945px;
  }
  .about_develop_item:nth-child(7) {
    top: 42px;
    left: 1085px;
  }
}
.about_corp {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 100px;
}

.about_corp_info {
  height: 677px;
  margin-top: 14px;
  background: url("../images/about_corp_bg.png") center no-repeat;
}

.about_corp_info_center {
  width: 1090px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 280px;
}

.about_corp_item {
  width: 230px;
  height: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.about_corp_item:first-child {
  margin-left: 30px;
}

.about_corp_item_title {
  font-size: 24px;
  color: #1863b7;
  text-align: center;
}

.about_corp_item_text {
  font-size: 18px;
  color: #000;
  margin-top: 25px;
  line-height: 20px;
}

.about_honors {
  padding-top: 110px;
}

.about_honors_img {
  padding: 0 30px;
}
.about_honors_img img {
  width: 100%;
}

/*  =========   页面  定制服务  =========  */
.custom_service {
  height: 1010px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 160px;
  margin-top: 0;
  background: url("../images/custom_bg1.png") top center no-repeat;
  background-size: cover;
}

/*  =========   页面  新闻列表  =========  */
.news_breadcrumb {
  width: 1646px;
}
@media screen and (max-width: 1700px) {
  .news_breadcrumb {
    width: 1380px;
  }
}
@media screen and (max-width: 1430px) {
  .news_breadcrumb {
    width: 1260px;
  }
}

.news_item {
  width: 1646px;
  margin: auto;
  margin-top: 60px;
  padding: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #e8e8e8;
  position: relative;
}
.news_item:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1700px) {
  .news_item {
    width: 1380px;
  }
}
@media screen and (max-width: 1430px) {
  .news_item {
    width: 1260px;
  }
}
.news_item:before {
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: -8px;
  left: 10px;
  content: '';
  background-color: #b9b9b9;
}
.news_item:after {
  width: 10px;
  height: 100%;
  position: absolute;
  top: 8px;
  right: -10px;
  content: '';
  background-color: #b9b9b9;
}
.news_item .news_item_img {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 481px;
  height: 410px;
  margin-right: 50px;
}
.news_item .news_item_img img {
  width: 100%;
  height: 100%;
}
.news_item .news_item_cont {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.news_item .news_item_title {
  font-size: 36px;
  font-weight: bolder;
  text-align: center;
  color: #010101;
}
.news_item .news_item_text {
  margin-top: 30px;
  font-size: 24px;
  color: #000;
  line-height: 28px;
  display: -webkit-box;
  height: 308px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 11;
  -webkit-box-orient: vertical;
}

.news_page {
  margin: auto;
  padding-top: 70px;
  padding-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  color: #000;
}
.news_page a {
  color: #000;
}
.news_page a.active, .news_page a:hover {
  color: #0193CF;
}
.news_page .news_page_item {
  margin: 0 18px;
  max-width: 340px;
  height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_page .news_page_agroup {
  margin-top: 2px;
}
.news_page .news_page_agroup a {
  margin: 0 6px;
}

/*  =========   页面  新闻详情  =========  */
.news_detail {
  margin-bottom: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.news_detail .news_detail_sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 585px;
  background: #bebebe;
  padding-top: 70px;
}
@media screen and (max-width: 1700px) {
  .news_detail .news_detail_sidebar {
    width: 500px;
  }
}
@media screen and (max-width: 1400px) {
  .news_detail .news_detail_sidebar {
    width: 420px;
  }
}
.news_detail .news_detail_sidebar_title {
  font-size: 48px;
  color: #000;
  text-align: center;
}
.news_detail .news_detail_list {
  padding: 0 120px;
  margin-top: 90px;
}
@media screen and (max-width: 1700px) {
  .news_detail .news_detail_list {
    padding: 0 60px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 1400px) {
  .news_detail .news_detail_list {
    padding: 0 30px;
    margin-top: 60px;
  }
}
.news_detail a.news_detail_item {
  display: block;
  margin-bottom: 64px;
  border-bottom: solid 2px #000;
  font-size: 24px;
  line-height: 34px;
  color: #000;
  height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_detail a.news_detail_item:hover {
  color: #0193CF;
  border-bottom: solid 2px #0193CF;
}
@media screen and (max-width: 1700px) {
  .news_detail a.news_detail_item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1400px) {
  .news_detail a.news_detail_item {
    font-size: 20px;
    margin-bottom: 26px;
  }
}
.news_detail .news_detail_form {
  margin-top: 140px;
}
@media screen and (max-width: 1700px) {
  .news_detail .news_detail_form {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1400px) {
  .news_detail .news_detail_form {
    margin-top: 60px;
  }
}
.news_detail .news_detail_form_group {
  margin-bottom: 50px;
  padding: 0 75px 0 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1700px) {
  .news_detail .news_detail_form_group {
    padding: 0 50px 0 40px;
  }
}
.news_detail .news_detail_form_label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-top: 5px;
  width: 100px;
  font-size: 26px;
  color: #fff;
  position: relative;
}
.news_detail .news_detail_form_label:after {
  content: ':';
  position: absolute;
  right: 7px;
}
.news_detail .news_detail_form_input, .news_detail .news_detail_form_textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100px;
  height: 38px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ffffff;
  background: transparent;
  font-size: 24px;
  color: #ffffff;
  padding-left: 12px;
}
.news_detail .news_detail_form_textarea {
  height: 180px;
}
.news_detail .news_detail_form_btnw {
  text-align: center;
  margin-top: 26px;
}
.news_detail .news_detail_form_submit {
  width: 226px;
  height: 46px;
  background: #08348b;
  font-size: 30px;
  color: #ffffff;
  letter-spacing: 3px;
  line-height: 38px;
  border: none;
}
.news_detail .news_detail_sidebar_footer {
  width: 100%;
  height: 489px;
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news_detail .news_detail_sidebar_footer_left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 225px;
  background: url("../images/news_detail_img2.png") left;
}
@media screen and (max-width: 1700px) {
  .news_detail .news_detail_sidebar_footer_left {
    width: 180px;
  }
}
@media screen and (max-width: 1400px) {
  .news_detail .news_detail_sidebar_footer_left {
    width: 120px;
  }
}
.news_detail .news_detail_sidebar_footer_right {
  width: 360px;
  height: 389px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 80px;
  background: #08348b;
  text-align: center;
}
.news_detail .news_detail_sidebar_footer_right .news_detail_sidebar_text {
  font-size: 50px;
  color: #ffffff;
}
.news_detail .news_detail_right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 138px;
}
@media screen and (max-width: 1700px) {
  .news_detail .news_detail_right {
    padding: 0 70px;
  }
}
.news_detail .news_detail_right .news_detail_title {
  font-size: 75px;
  text-align: center;
}
@media screen and (max-width: 1700px) {
  .news_detail .news_detail_right .news_detail_title {
    font-size: 58px;
  }
}
.news_detail .news_detail_right .news_detail_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0 80px;
  margin-top: 45px;
  margin-bottom: 95px;
  font-size: 24px;
  color: #000;
}
.news_detail .news_detail_right .news_detail_cont {
  font-size: 24px;
  color: #000;
  line-height: 32px;
  /*text-align: center;
  .news_detail_cont_text{
    text-align: left;
    font-size: 24px;
    color: #000;
    line-height: 32px;
  }
  img{
    margin-top: 20px;
    margin-bottom: 20px;
  }*/
}
@media screen and (max-width: 1700px) {
  .news_detail .news_detail_right .news_page {
    font-size: 18px;
  }
}
.news_detail .news_detail_right .news_page .news_page_item {
  margin: 0 14px;
  max-width: 260px;
  /*  @media screen and (max-width: 1700px) {
     & {
       max-width: 180px;
     }
   } */
}

/*  =========   页面  解决方案  =========  */
.solution_banner {
  margin: auto 32px;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.solution_banner_left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 329px;
  background-color: #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.solution_banner_item {
  height: 116px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 7px 0;
  padding-left: 30px;
  font-size: 28px;
  color: #fff;
  background: #c3c3c3 url("../images/solution_arr.png") right 32px center no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.solution_banner_item.active, .solution_banner_item:hover {
  background: #3193ce url("../images/solution_arr.png") right 32px center no-repeat;
}
@media screen and (max-width: 1700px) {
  .solution_banner_item {
    height: 90px;
  }
}
@media screen and (max-width: 1600px) {
  .solution_banner_item {
    height: 78px;
    font-size: 24px;
  }
}
@media screen and (max-width: 1400px) {
  .solution_banner_item {
    height: 66px;
  }
}

.solution_banner_right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*@media screen and (max-width: 1700px) {
    img{
      // padding: 0 20px;
      max-height: 500px
    }
  }
  @media screen and (max-width: 1400px) {
    img{
      padding: 0 10px;
      max-height: 460px
    }
  }*/
}
.solution_banner_right img {
  width: 100%;
}

.solution_banner_right_kuang {
  position: relative;
}
.solution_banner_right_kuang .reserve_btn {
  position: absolute;
  top: 214px;
  left: 68px;
  width: 180px;
  height: 58px;
  cursor: pointer;
  background: url("../images/reserve_btn.png") no-repeat;
}

.solution_breadcrumb {
  width: 1635px;
}
@media screen and (max-width: 1700px) {
  .solution_breadcrumb {
    width: 1380px;
  }
}
@media screen and (max-width: 1400px) {
  .solution_breadcrumb {
    width: 1280px;
  }
}

.solution_wrap {
  width: 1635px;
  margin: auto;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* &.bank{
    .solution_cont_img{
      background: url('../images/solution_bank_img3.png') top right no-repeat;
      background-size: cover;
    }
  }
  &.cinema{
    .solution_cont_img{
      background: url('../images/solution_cinema_img3.png') top right no-repeat;
      background-size: cover;
    }
  }
  &.government{
    .solution_cont_img{
      background: url('../images/solution_government_img3.png') top right no-repeat;
      background-size: cover;
    }
    .solution_sidebar_title_en{
      font-size: 30px;
      padding-right: 12px;
    }
  }
  &.card{
    .solution_cont_img{
      background: url('../images/solution_card_img3.png') top right no-repeat;
      background-size: cover;
    }
    .solution_sidebar_title{
      font-size: 60px;
    }
    .solution_sidebar_title_en{
      font-size: 24px;
      padding-right: 32px;
    }
  }
  &.vending{
    .solution_cont_img{
      background: url('../images/solution_vending_img3.png') top right no-repeat;
      background-size: cover;
    }
    .solution_sidebar_title{
      font-size: 60px;
    }
    .solution_sidebar_title_en{
      font-size: 24px;
    }
  } */
}
@media screen and (max-width: 1700px) {
  .solution_wrap {
    width: 1380px;
  }
}
@media screen and (max-width: 1400px) {
  .solution_wrap {
    width: 1280px;
  }
}
.solution_wrap .solution_sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 291px;
  height: 975px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  position: relative;
  margin-right: 14px;
  padding: 44px 12px;
}
.solution_wrap .solution_sidebar .solution_sidebar_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.solution_wrap .solution_sidebar .solution_sidebar_img img {
  width: 100%;
  height: 100%;
}
.solution_wrap .solution_sidebar .solution_sidebar_title {
  position: relative;
  font-size: 92px;
}
.solution_wrap .solution_sidebar .solution_sidebar_title_en {
  position: relative;
  text-align: right;
  font-size: 56px;
  margin-top: 18px;
  padding-right: 24px;
}
.solution_wrap .solution_cont {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.solution_wrap .solution_cont_img {
  width: 1330px;
  height: 532px;
}
@media screen and (max-width: 1700px) {
  .solution_wrap .solution_cont_img {
    width: 1075px;
    height: 430px;
  }
}
@media screen and (max-width: 1400px) {
  .solution_wrap .solution_cont_img {
    width: 975px;
    height: 390px;
  }
}
.solution_wrap .solution_cont_img img {
  width: 100%;
}
.solution_wrap .solution_cont_text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 15px;
  padding: 60px 50px;
  background-color: #efefef;
  /*  @media screen and (max-width: 1700px) {
     & {
       font-size: 36px;
       line-height: 56px;
     }
   }
   @media screen and (max-width: 1400px) {
     & {
       font-size: 32px;
       line-height: 50px;
     }
   } */
}

/*  =========   页面  自助终端产品  =========  */
.self_banner {
  margin: auto 32px;
  margin-top: 15px;
  background-color: #ebebeb;
  position: relative;
  /*  @media screen and (max-width: 1700px) {
     & {
       width: 1380px;
       height: 560px;
     }
   }
   @media screen and (max-width: 1400px) {
     & {
       width: 1280px;
       height: 516px;
     }
   } */
}
.self_banner img {
  width: 100%;
}
.self_banner.mall, .self_banner.hospital {
  background-color: #e2e7f5;
}
.self_banner.public .self_banner_right_kuang, .self_banner.government .self_banner_right_kuang {
  margin-left: 40px;
}
@media screen and (max-width: 1400px) {
  .self_banner.public .self_banner_right_kuang, .self_banner.government .self_banner_right_kuang {
    margin-left: 0;
  }
}
.self_banner.public .self_banner_right_tu, .self_banner.government .self_banner_right_tu {
  margin-left: -140px;
  width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 1700px) {
  .self_banner.public .self_banner_right_tu, .self_banner.government .self_banner_right_tu {
    width: 510px;
    margin-left: -60px;
  }
}
@media screen and (max-width: 1400px) {
  .self_banner.public .self_banner_right_tu, .self_banner.government .self_banner_right_tu {
    width: 480px;
    margin-left: -60px;
  }
}

.self_banner_left {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 329px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1400px) {
  .self_banner_left {
    width: 280px;
  }
}

.self_banner_item {
  height: 64px;
  margin-top: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 58px;
  font-size: 30px;
  color: #fff;
  background: #9f9c9c url("../images/solution_arr.png") right 32px center no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.self_banner_item:first-child {
  margin-top: 0;
}
.self_banner_item.active, .self_banner_item:hover {
  background: #767474 url("../images/solution_arr.png") right 32px center no-repeat;
}
@media screen and (max-width: 1400px) {
  .self_banner_item {
    font-size: 24px;
    padding-left: 20px;
  }
}

.self_banner_right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* @media screen and (max-width: 1700px) {
     img{
       // padding: 0 20px;
       max-height: 500px
     }
   }
   @media screen and (max-width: 1400px) {
     img{
       padding: 0 10px;
       max-height: 460px
     }
   }*/
}
.self_banner_right img {
  max-width: 96%;
  max-height: 96%;
}

.self_banner_right_kuang {
  position: relative;
}
.self_banner_right_kuang .reserve_btn {
  position: absolute;
  top: 214px;
  left: 68px;
  width: 180px;
  height: 58px;
  cursor: pointer;
  background: url("../images/reserve_btn.png") no-repeat;
}

.self_breadcrumb {
  width: 1635px;
}
@media screen and (max-width: 1700px) {
  .self_breadcrumb {
    width: 1380px;
  }
}
@media screen and (max-width: 1400px) {
  .self_breadcrumb {
    width: 1280px;
  }
}

.self_wrap {
  width: 1635px;
  margin: auto;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1700px) {
  .self_wrap {
    width: 1380px;
  }
}
@media screen and (max-width: 1400px) {
  .self_wrap {
    width: 1280px;
  }
}
.self_wrap .self_sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 291px;
  height: 975px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  position: relative;
  margin-right: 14px;
  padding: 44px 36px;
}
.self_wrap .self_sidebar .self_sidebar_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.self_wrap .self_sidebar .self_sidebar_img img {
  width: 100%;
  height: 100%;
}
.self_wrap .self_sidebar .self_sidebar_title {
  position: relative;
  font-size: 92px;
}
.self_wrap .self_sidebar .self_sidebar_title .stext {
  font-size: 48px;
}
.self_wrap .self_sidebar .self_sidebar_title_en {
  position: relative;
  font-size: 30px;
  margin-top: 18px;
  margin-left: 12px;
}
.self_wrap.supermarket .self_sidebar {
  padding-right: 0;
}
.self_wrap.public .self_sidebar, .self_wrap.government .self_sidebar {
  padding-left: 22px;
  padding-right: 0;
}
.self_wrap.public .self_sidebar_title, .self_wrap.government .self_sidebar_title {
  position: relative;
  font-size: 78px;
}
.self_wrap.public .self_sidebar_title .stext, .self_wrap.government .self_sidebar_title .stext {
  font-size: 50px;
  display: inline-block;
  -webkit-transform: translate(0, -20px);
          transform: translate(0, -20px);
}
.self_wrap.public .self_sidebar_title_en, .self_wrap.government .self_sidebar_title_en {
  position: relative;
  font-size: 20px;
  margin-top: -24px;
  margin-left: 78px;
}
.self_wrap.government .self_sidebar_title_en {
  font-size: 18px;
}
.self_wrap .self_cont {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.self_wrap .self_item_1 {
  width: 1200px;
  height: 528px;
  background: #dfdfdf;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1700px) {
  .self_wrap .self_item_1 {
    width: 1075px;
  }
}
@media screen and (max-width: 1400px) {
  .self_wrap .self_item_1 {
    width: 975px;
  }
}
.self_wrap .self_item_1 .self_item_1_left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.self_wrap .self_item_1 .self_item_1_title {
  margin-top: 14px;
  margin-left: 25px;
  width: auto;
  display: inline-block;
  text-align: right;
}
.self_wrap .self_item_1 .self_item_1_title .title1 {
  font-size: 30px;
  color: #000000;
}
.self_wrap .self_item_1 .self_item_1_title .title2 {
  font-size: 16px;
  color: #959595;
  margin-top: 8px;
}
.self_wrap .self_item_1 .self_item_1_title .title3 {
  font-size: 14px;
  color: #ffb70a;
  margin-top: 8px;
}
.self_wrap .self_item_1 .self_item_reserve_btn {
  width: 180px;
  height: 58px;
  margin-left: 25px;
  margin-top: 20px;
  margin-bottom: 52px;
  cursor: pointer;
  background: url("../images/reserve_btn.png") no-repeat;
}
.self_wrap .self_item_1 .self_item_1_right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.self_wrap .self_item_1 .self_item_1_right img {
  max-width: 200px;
  max-height: 450px;
}
.self_wrap .self_item_1 .self_intro_1 {
  width: 345px;
  height: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../images/self_intro1.png") no-repeat;
  font-size: 24px;
  color: #797979;
  padding: 35px 50px;
  margin-left: 210px;
}
.self_wrap .self_item_1 .self_intro_2 {
  width: 460px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../images/self_intro2_1.png") no-repeat, url("../images/self_intro2_2.png") right bottom no-repeat;
  font-size: 24px;
  color: #797979;
  padding: 38px 46px 24px;
  margin-left: 190px;
}
@media screen and (max-width: 1700px) {
  .self_wrap .self_item_1 .self_intro_2 {
    margin-left: 120px;
  }
}
.self_wrap .self_item_1 .self_intro_3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../images/self_intro3_1.png") no-repeat, url("../images/self_intro3_2.png") right bottom no-repeat;
  font-size: 24px;
  color: #797979;
  padding: 35px 60px;
  margin-left: 190px;
}
@media screen and (max-width: 1700px) {
  .self_wrap .self_item_1 .self_intro_3 {
    margin-left: 120px;
  }
}
.self_wrap .self_item_1 .self_intro_4 {
  width: 312px;
  height: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../images/self_intro4.png") no-repeat;
  font-size: 20px;
  color: #797979;
  padding: 28px 16px;
  margin-left: 60px;
}
@media screen and (max-width: 1700px) {
  .self_wrap .self_item_1 .self_intro_4 {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1400px) {
  .self_wrap .self_item_1 .self_intro_4 {
    width: 312px;
    font-size: 16px;
  }
}
.self_wrap .self_item_1 .self_intro_5 {
  width: 315px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../images/self_intro5_1.png") no-repeat, url("../images/self_intro5_2.png") right bottom no-repeat;
  font-size: 20px;
  color: #797979;
  padding: 22px 16px;
  margin-left: 30px;
}
@media screen and (max-width: 1700px) {
  .self_wrap .self_item_1 .self_intro_5 {
    width: 220px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1400px) {
  .self_wrap .self_item_1 .self_intro_5 {
    font-size: 16px;
  }
}
.self_wrap .self_item_1 .self_intro_6 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../images/self_intro3_1.png") no-repeat, url("../images/self_intro3_2.png") right bottom no-repeat;
  font-size: 20px;
  color: #797979;
  padding: 28px 40px 40px;
  margin-left: 30px;
}
@media screen and (max-width: 1700px) {
  .self_wrap .self_item_1 .self_intro_6 {
    margin-left: 20px;
    padding: 28px 20px 20px;
  }
}
@media screen and (max-width: 1400px) {
  .self_wrap .self_item_1 .self_intro_6 {
    font-size: 16px;
  }
}
.self_wrap .self_item_1 .self_intro_7 {
  width: 260px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../images/self_intro3_1.png") no-repeat, url("../images/self_intro7_2.png") right bottom no-repeat;
  font-size: 20px;
  color: #797979;
  padding: 25px 20px;
  margin-left: 30px;
}
@media screen and (max-width: 1700px) {
  .self_wrap .self_item_1 .self_intro_7 {
    width: 230px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1400px) {
  .self_wrap .self_item_1 .self_intro_7 {
    font-size: 16px;
  }
}
.self_wrap .self_item_1 .self_intro_8 {
  width: 303px;
  height: 98px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../images/self_intro8.png") no-repeat, url("../images/self_intro8.png") right bottom no-repeat;
  font-size: 20px;
  color: #797979;
  padding: 22px 16px 0 24px;
  margin-left: 20px;
}
@media screen and (max-width: 1700px) {
  .self_wrap .self_item_1 .self_intro_8 {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1400px) {
  .self_wrap .self_item_1 .self_intro_8 {
    width: 240px;
    font-size: 16px;
    margin-right: 20px;
  }
}
.self_wrap .self_cont_2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1329px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1700px) {
  .self_wrap .self_cont_2 {
    width: 1075px;
  }
}
@media screen and (max-width: 1400px) {
  .self_wrap .self_cont_2 {
    width: 975px;
  }
}
.self_wrap .halfitem {
  width: 657px;
  height: 532px;
  background: #ebebeb;
  margin-bottom: 15px;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.self_wrap .halfitem:nth-child(even) {
  margin-right: 0;
}
@media screen and (max-width: 1700px) {
  .self_wrap .halfitem {
    width: 530px;
  }
}
@media screen and (max-width: 1400px) {
  .self_wrap .halfitem {
    width: 480px;
  }
  .self_wrap .halfitem .title1 {
    font-size: 24px;
  }
}
.self_wrap .halfitem .self_item_1_right {
  width: auto;
  margin-right: 60px;
}
@media screen and (max-width: 1700px) {
  .self_wrap .halfitem .self_item_1_right {
    margin-right: 50px;
  }
  .self_wrap .halfitem .self_item_1_right img {
    max-width: 220px;
  }
}
@media screen and (max-width: 1700px) {
  .self_wrap .halfitem .self_item_1_right {
    margin-right: 30px;
  }
  .self_wrap .halfitem .self_item_1_right img {
    max-width: 180px;
  }
}

/*  =========   产品详情  =========  */
.selfprod_detail_wrap {
  width: 1635px;
  margin: auto;
}
@media screen and (max-width: 1700px) {
  .selfprod_detail_wrap {
    width: 1380px;
  }
}
@media screen and (max-width: 1400px) {
  .selfprod_detail_wrap {
    width: 1280px;
  }
}

.selfprod_title .title_text {
  position: relative;
  font-size: 80px;
}
.selfprod_title .title_text .stext {
  font-size: 36px;
  display: inline-block;
  -webkit-transform: translate(5px, -30px);
          transform: translate(5px, -30px);
}
.selfprod_title .title_en {
  position: relative;
  font-size: 30px;
  margin-top: -30px;
  margin-left: 28px;
  color: #fbde0e;
}

.selfprod_detail_use {
  height: 574px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 36px 0 70px;
  background-color: #e2eae8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 1700px) {
  .selfprod_detail_use {
    padding: 20px 16px 0 30px;
  }
}
@media screen and (max-width: 1400px) {
  .selfprod_detail_use {
    padding: 20px 10px 0 20px;
  }
}
.selfprod_detail_use .reserve_btn {
  position: absolute;
  bottom: 30px;
  right: 38px;
  width: 200px;
  height: 58px;
  background: url("../images/selfprod_reserve_btn_arr.png") right center no-repeat;
  cursor: pointer;
}

.selfprod_detail_use_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.selfprod_detail_use_left .selfprod_title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.selfprod_detail_use_left .selfprod_detail_use_info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 420px;
  margin-top: 60px;
  margin-left: 80px;
  font-size: 30px;
  color: #000;
}
@media screen and (max-width: 1700px) {
  .selfprod_detail_use_left .selfprod_detail_use_info {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1400px) {
  .selfprod_detail_use_left .selfprod_detail_use_info {
    width: 360px;
    font-size: 24px;
  }
}

.selfprod_detail_use_center {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.selfprod_detail_use_center img {
  max-width: 360px;
  max-height: 480px;
}

.selfprod_detail_use_right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 400px;
  margin-right: 80px;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1700px) {
  .selfprod_detail_use_right {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1400px) {
  .selfprod_detail_use_right {
    margin-right: 20px;
  }
}
.selfprod_detail_use_right .prod_title {
  font-size: 48px;
  color: #000;
}
.selfprod_detail_use_right .prod_title_en {
  margin-top: 10px;
  font-size: 24px;
  color: #fbde0e;
  text-align: right;
}

.selfprod_detail_features {
  height: 552px;
  margin-top: 28px;
  padding: 20px 36px 0 70px;
  background-color: #e8f1ef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1700px) {
  .selfprod_detail_features {
    padding: 20px 16px 0 30px;
  }
}
@media screen and (max-width: 1400px) {
  .selfprod_detail_features {
    padding: 20px 10px 0 20px;
  }
}

.selfprod_detail_features_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.selfprod_detail_features_left .selfprod_title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.selfprod_detail_features_center {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 32px 0;
  margin-left: 80px;
  margin-right: 60px;
  font-size: 30px;
  color: #575757;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.selfprod_detail_features_center .features_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.selfprod_detail_features_center .features_wrap .features_item {
  position: relative;
  padding-left: 16px;
  margin: 4px 0;
}
.selfprod_detail_features_center .features_wrap .features_item::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  top: 15px;
  left: 0;
  border-radius: 50%;
  background-color: #444;
}
.selfprod_detail_features_center .features_info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: right;
}

.selfprod_detail_parameters {
  margin-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.selfprod_detail_parameters_left {
  width: 392px;
  height: 485px;
  margin-right: 20px;
  background-color: #c2cada;
  position: relative;
}
.selfprod_detail_parameters_left .selfprod_title {
  margin-top: 16px;
  margin-left: 22px;
  color: #fff;
}
.selfprod_detail_parameters_left .selfprod_title .title_en {
  color: #fff;
  font-size: 24px;
}
.selfprod_detail_parameters_left .parameters_left_img {
  position: absolute;
  width: 100%;
  height: 355px;
  bottom: 0;
  text-align: right;
}
.selfprod_detail_parameters_left .reserve_btn {
  position: absolute;
  bottom: 20px;
  right: 28px;
  width: 184px;
  height: 58px;
  background: url("../images/selfprod_reserve_btn_arr.png") right center no-repeat;
  cursor: pointer;
}

.selfprod_detail_parameters_center {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100px;
}
@media screen and (max-width: 1700px) {
  .selfprod_detail_parameters_center img {
    max-width: 968px;
  }
}
@media screen and (max-width: 1400px) {
  .selfprod_detail_parameters_center img {
    max-width: 868px;
  }
}

.hot_prod_title {
  width: 1640px;
  margin: auto;
  margin-top: 80px;
  margin-bottom: 34px;
  font-size: 24px;
  color: #000;
}
@media screen and (max-width: 1700px) {
  .hot_prod_title {
    width: 1380px;
  }
}
@media screen and (max-width: 1600px) {
  .hot_prod_title {
    width: 1300px;
  }
}

.hot_prod_wrap {
  width: 1450px;
  margin: auto;
  margin-bottom: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1600px) {
  .hot_prod_wrap {
    width: 1300px;
  }
}
.hot_prod_wrap .hot_prod_item {
  width: 280px;
  height: 410px;
  margin-left: 110px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .hot_prod_wrap .hot_prod_item {
    margin-left: 60px;
  }
}
@media screen and (max-width: 1280px) {
  .hot_prod_wrap .hot_prod_item {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.hot_prod_wrap .hot_prod_item:first-child {
  margin-left: 0;
}
.hot_prod_wrap .hot_prod_item:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 3px;
  border-top: 3px solid #fff;
  background-color: #d7d7d7;
}
.hot_prod_wrap .hot_prod_item_img {
  width: 100%;
  height: 355px;
  cursor: pointer;
  background-color: #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hot_prod_wrap .hot_prod_item_img img {
  max-width: 280px;
  max-height: 350px;
}
.hot_prod_wrap .hot_prod_item_title {
  height: 48px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: solid 4px #cacbcd;
  border-bottom: solid 3px #d7d7d7;
  font-size: 24px;
  text-align: center;
  color: #00a1ff;
  line-height: 48px;
}

/*  =========   立即预订弹出层  =========  */
.reserve_popup_layer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  opacity: 0;
  -webkit-transform: translate(0, -20px);
          transform: translate(0, -20px);
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
  -webkit-transition: all 3s;
  transition: all 3s;
}
.reserve_popup_layer.showpopup {
  -webkit-animation: ani_reserve_popup .6s forwards;
          animation: ani_reserve_popup .6s forwards;
}

@-webkit-keyframes ani_reserve_popup {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
  }
}

@keyframes ani_reserve_popup {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
  }
}
.reserve_popup {
  width: 700px;
  height: 600px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -370px;
  margin-top: -300px;
  background: #bebebe;
  padding: 70px 100px 20px;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 50px rgba(0, 0, 0, 0.3);
}

.reserve_popup_close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.reserve_popup_close .closeBtn {
  width: 100%;
  height: 2px;
  background-color: #ff0000;
  position: absolute;
  left: 0;
  transition: all .35s;
  -webkit-transition: all .35s;
}
.reserve_popup_close .closeBtn:first-child {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 14px;
}
.reserve_popup_close .closeBtn:nth-child(2) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 14px;
}
.reserve_popup_close:hover {
  transform: rotate(0.25turn);
  -webkit-transform: rotate(0.25turn);
}
.reserve_popup_close:hover .closeBtn {
  background-color: #ff7474;
}

.reserve_popup_cont .reserve_form_group {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reserve_popup_cont .reserve_form_label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-top: 5px;
  width: 100px;
  font-size: 26px;
  color: #fff;
  position: relative;
}
.reserve_popup_cont .reserve_form_label:after {
  content: ':';
  position: absolute;
  right: 7px;
}
.reserve_popup_cont .reserve_form_input, .reserve_popup_cont .reserve_form_textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100px;
  height: 38px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ffffff;
  background: transparent;
  font-size: 24px;
  color: #ffffff;
  padding-left: 12px;
}
.reserve_popup_cont .reserve_form_textarea {
  height: 140px;
}
.reserve_popup_cont .reserve_form_btnw {
  text-align: center;
  margin-top: 26px;
}
.reserve_popup_cont .reserve_form_submit {
  width: 226px;
  height: 46px;
  background: #08348b;
  font-size: 30px;
  color: #ffffff;
  letter-spacing: 3px;
  line-height: 38px;
  border: none;
}

/*  ========= ================== ================== ================== ================== ================== =========  */
/*  ========= ================== ================== ================== ================== ================== =========  */
