* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  word-wrap: break-word;
}

li {
  list-style: none;
}

ins,
u,
s,
a {
  text-decoration: none;
  color: #000;
}

.ellipsis--2 {
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ellipsis--7 {
  -webkit-line-clamp: 7;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ellipsis--1 {
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.banner img {
  max-width: 100%;
  width: 100%;
  display: block;
}

.ly_products {
  text-align: center;
  background-color: #f7f7f7;
  padding-top: 105px;
  padding-bottom: 120px;
}

.ly_products_content {
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.ly_products_content .top_title {
  font-size: 40px;
  text-align: center;
  color: #000;
}

.ly_products_content .top_title a {
  color: #333;
  font-size: 40px;
}

.ly_products .list_wrapper {
  /* width: 100%; */
  box-sizing: border-box;
  margin-top: 50px;
  font-size: 0;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: left;
  flex-wrap: wrap;
}

.ly_products .list_wrapper .themes_prod {
  /* width: calc((100% - 60px) / 3); */
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  /* margin-right: 30px; */
  overflow: hidden;
  /* margin-top: 0; */
}

.themes_prod_cn {
  background-color: #fff;
  margin-top: 24px;
}

.ly_products .list_wrapper .themes_prod:nth-child(3n) {
  margin-right: 0;
}

.list_wrapper .themes_prod .pic_box {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.compute_item_img {
  display: block;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.compute_item_img .compute_process_img {
  display: flex;
  position: relative;
  padding-top: 100%;
  width: 100%;
  height: 0;
}

.compute_item_img .compute_process_img img {
  position: absolute;
  transition: all 0.3s;
  vertical-align: middle;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
}

.list_wrapper .themes_prod .name {
  padding: 12px;
}

.list_wrapper .themes_prod .name a {
  line-height: 1.875;
  font-size: 16px;
  color: #000;
  min-height: 60px;
}

.compute_item_img .compute_process_img img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
}

.list_wrapper .themes_prod:nth-child(4n) {
  margin-right: 0;
}

.trans.i_button {
  color: #000000;
  background-color: #00000000;
  border: 1px solid #000000;
  margin-top: 60px;
  padding: 0 38px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  box-sizing: border-box;
}

.trans.i_button:hover {
  color: #ffffff;
  background-color: #000000;
  border: 1px solid #00000000;
}

.trans {
  transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
}

.ly_products_16.poster_box {
  /* max-width: 1420px; */
  padding-bottom: 50px;
  /* padding-bottom: 24px; */
  background-color: #fff;
  /* display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden; */
}

.poster_item {
  position: relative;
  overflow: hidden;
  /* width: calc(100% / 2); */
}

.poster_item.moban1_tp {
  /* margin-top: 24px; */
}

.ly_products_16.poster_box .poster_item.Poster-1:before {
  background-color: rgba(0, 0, 0, 35%);
}

.ly_products_16.poster_box .poster_item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
}
.moban6tupian_cn {
  margin-top: 24px;
  background-color: #fff;
}
.moban6tupian_cn::before {
  /* background-color: #fff; */
  width: calc(100% - 23px) !important;
}
.moban6tupian_cn a {
  background-color: #fff;
}
.img_box_box_cn img {
  display: block;
  max-width: 100%;
}
.moban6tupian {
  max-width: 1420px;
}

.compute_item_img {
  display: block;
  position: relative;
  transition: all 0.3s ease-in-out;
  max-width: 100%;
  margin: auto;
  width: 960px;
}

.compute_item_img .compute_process_img {
  display: flex;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 66.88%;
}

.compute_item_img .compute_process_img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.ly_products_16.poster_box .poster_item .text_info.align_center {
  text-align: center;
}

.ly_products_16.poster_box .poster_item .text_info {
  max-width: 400px;
  min-width: 400px;
  padding: 40px;
  position: absolute;
  z-index: 2;
}

.text_position_center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ly_products_16.poster_box .poster_item.Poster-1 .text_info .i_title {
  font-size: 40px;
  color: #ffffff;
}

.ly_products_16.poster_box .poster_item.Poster-1 .text_info .i_content {
  font-size: 18px;
  color: #ffffff;
}

.ly_products_16.poster_box .poster_item .i_content {
  margin-top: 25px;
  line-height: 1.875;
}

.ly_products_16.poster_box .poster_item.Poster-1 .text_info .i_button {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

.ly_products_16.poster_box .poster_item .i_button {
  margin-top: 30px;
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
}

.ly_poster_46 {
  padding-top: 140px;
  padding-bottom: 137px;
  background-color: #f7f7f7;
}

.ly_poster_46 .poster_box {
  /* display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap; */
  overflow: hidden;
  max-width: 1420px;
  /* margin-left: auto;
  margin-right: auto; */
  box-sizing: border-box;
}

.ly_poster_46_cn {
  max-width: 1420px;
}

.ly_poster_46 .poster_box .poster_item {
  /* width: 50%; */
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.ly_poster_46 .poster_box .poster_item.Poster-1:before {
  background-color: rgba(0, 0, 0, 0%);
}

.ly_poster_46 .poster_box .poster_item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
}

.ly_poster_46 .poster_box .poster_item .img_box {
  order: 1;
}

.ly_poster_46 .poster_box .poster_item .img_box,
.ly_poster_46 .poster_box .poster_item .text_info {
  width: 100%;
}

.ly_poster_46 .poster_box .poster_item .text_info.align_left {
  text-align: left;
  order: 2;
  width: 100%;
}

.ly_poster_46 .poster_box .poster_item.Poster-1 .text_info .i_title {
  font-size: 40px;
  color: #000000;
  line-height: 66px;
}

.ly_poster_46 .poster_box .poster_item .i_title {
  margin-top: 60px;
}

.ly_poster_46 .poster_box .poster_item.Poster-1 .text_info .i_content {
  font-size: 16px;
  color: #262427;
}

.ly_poster_46 .poster_box .poster_item .i_content {
  margin-top: 20px;
  line-height: 1.875;
}

.ly_poster_46 .poster_box .poster_item .i_button {
  display: inline-block;
  padding: 0 50px;
  height: 60px;
  line-height: 58px;
  box-sizing: border-box;
  font-size: 16px;
}

.ly_poster_46 .poster_box .poster_item:last-child {
  padding-top: 220px;
}

.ly_poster_46 .poster_box .poster_item:last-child {
  /* width: 40.83%; */
}

.ly_poster_46 .poster_box .poster_item.Poster-2:before {
  background-color: rgba(0, 0, 0, 0%);
}

.ly_poster_46 .poster_box .poster_item:last-child .img_box {
  margin-top: 70px;
  order: 2;
}

.ly_poster_46 .poster_box .poster_item:last-child .i_title {
  margin-top: 0;
}

.ly_poster_46 .poster_box .poster_item:last-child .text_info {
  order: 1;
}

.ly_poster_46 .poster_box .poster_item.Poster-2 .text_info .i_title {
  font-size: 40px;
  color: #000000;
}

.ly_news_21 {
  background-color: #f7f7f7;
  text-align: center;
}

.ly_news_21_wide {
  padding-bottom: 48px;
  max-width: 1420px;
  box-sizing: border-box;
  margin: 0 auto;
}

.ly_news_21_wide .i_button {
  margin-top: 24px;
}

.ly_news_21 .txt_box {
  margin-bottom: 60px;
}

.ly_news_21 .txt_box .txt_title {
  color: #000000;
  font-size: 40px;
}

.ly_news_21 .news_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  text-align: left;
  flex-wrap: wrap;
}

.ly_news_21 .news_box .themes_news {
  margin-bottom: 30px;
  /* width: 48.82%; */
  box-sizing: border-box;
  /* background-color: #fff; */
}

.ly_news_21 .news_box .themes_news .flex_box {
  position: relative;
  height: 0;
  padding-top: 50%;
  overflow: hidden;
  background-color: #fff;
}

.ly_news_21 .news_box .themes_news .flex_box .abs_box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 20px;
}

.ly_news_21 .news_box .themes_news .img_box {
  width: 0;
  font-size: 0;
}

.ly_news_21 .news_box .themes_news .info_box {
  width: 100%;
}

.ly_news_21 .news_box .themes_news .info_box .i_title {
  margin: 5px 0 20px;
  font-size: 22px;
  color: #000000;
  overflow: hidden;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.ly_news_21 .news_box .themes_news .info_box .i_brief {
  margin-bottom: 15px;
  font-size: 16px;
  color: #555555;
  line-height: 1.875;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-word;
  overflow: hidden;
}

.ly_news_21 .news_box .themes_news .info_box .i_date {
  font-size: 14px;
  color: #a3a3a3;
}

.ly_news_21 .news_box .themes_news:hover .img_box {
  width: 35%;
}

.ly_news_21 .compute_item_img {
  display: block;
  position: relative;
  transition: all 0.3s ease-in-out;
  width: auto;
}

.ly_news_21 .compute_item_img .compute_process_img {
  padding-top: 100%;
}

.ly_news_21 .news_box .themes_news:hover .info_box {
  width: calc(65% - 20px);
}

.themes_text_content {
  color: #555555;
  font-family: Poppins-Regular;
}

.cif-banner__page {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 16px !important;
  left: 0;
  width: 100%;
  padding-right: 10px;
  text-align: right;
  z-index: 1;
}

.cif-banner__page .swiper-pagination-bullet {
  width: 9px;
  height: 5px;
  background: #ffffff;
  opacity: 0.5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: width 0.3s, opacity 0.3s;
  -o-transition: width 0.3s, opacity 0.3s;
  transition: width 0.3s, opacity 0.3s;
}

.cif-banner__page .swiper-pagination-bullet-active {
  width: 18px;
  height: 6px;
  background: #ffffff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  opacity: 1;
}

.moban2.danyituwen {
  margin-top: 120px;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
}

.moban2.danyituwen .danyituwen_cn {
  /* margin-right: 20px; */
}

.moban2.danyituwen .danyituwen_cn .dv1 {
  font-size: 24px;
  color: #000000;
  position: relative;
  height: 70px;
}

.moban2.danyituwen .danyituwen_cn .dv1::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100px;
  height: 3px;
  background-color: #bd9c79;
}

.moban2.danyituwen .danyituwen_cn .dv2 {
  margin-top: 30px;
  font-size: 18px;
  color: #2b2b2b;
  line-height: 30px;
}

.moban2.danyituwen .danyituwen_cn .dv3 {
  display: block;
  width: 202px;
  height: 70px;
  background-color: #bd9c79;
  border-radius: 35px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 70px;
  margin-top: 80px;
}
.moban2.danyituwen a {
  width: 100%;
}
.moban2.danyituwen img {
  width: 100%;
  /* width: calc((100% - 90px) / 2); */
  /* margin-top: 24px; */
}

.moban2.jiajuzhanshi {
  margin-top: 90px;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
}

.moban2.jiajuzhanshi .title {
  font-size: 24px;
  color: #000000;
  position: relative;
  height: 70px;
}

.moban2.jiajuzhanshi .title::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100px;
  height: 3px;
  background-color: #bd9c79;
}

.moban2.jiajuzhanshi .content {
  /* display: flex;
  flex-wrap: wrap; */
  margin-top: 60px;
  padding-bottom: 24px;
  /* background-color: #f7f7f7; */
}

.moban2.jiajuzhanshi .content .item_list {
  /* width: calc((100% - 60px) / 3); */
  /* margin-right: 30px; */
  /* box-shadow: 0px 6px 6px 1px #f7f7f7; */
  background-color: #fff;
  /* border-radius: 2px; */
  padding-top: 24px;
  /* padding-bottom: 24px; */
  /* margin-bottom: 50px; */
}

.moban_2_imgbox_text_content {
  background-color: #fff;
  /* width: 100%; */
}

.moban2.jiajuzhanshi .content .item_list:nth-child(3n) {
  /* margin-right: 0; */
}

.moban2.jiajuzhanshi .content .item_list:nth-last-child(-n + 3) {
  /* margin-bottom: 0; */
}

.moban2.jiajuzhanshi .content .item_list .imgbox {
  height: 400px;
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.moban2.jiajuzhanshi .content .item_list .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.moban2.jiajuzhanshi .content .item_list .text_content {
  height: 112px;
  padding-left: 24px;
  padding-top: 26px;
  background-color: #fff;
}

.moban2.moban2zixun {
  background-color: #f6f6f6;
  padding-top: 24px;
}

.moban2.moban2zixun .moban2zixun_content {
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
}
.moban2.moban2zixun .moban2zixun_content .title {
  font-size: 24px;
  color: #000000;
  position: relative;
  height: 70px;
}

.moban2.moban2zixun .moban2zixun_content .title::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100px;
  height: 3px;
  background-color: #bd9c79;
}

.moban2.moban2zixun .moban2zixun_content .content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
  padding-bottom: 50px;
}

.moban2.moban2zixun .moban2zixun_content .content .item_list {
  /* width: calc((100% - 40px) / 2); */
  /* margin-right: 40px; */
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.moban2.moban2zixun .moban2zixun_content .content .item_list:nth-child(2n) {
  /* margin-right: 0; */
}

.moban2.moban2zixun
  .moban2zixun_content
  .content
  .item_list:nth-last-child(-n + 2) {
  /* margin-bottom: 0; */
}

.moban2.moban2zixun .moban2zixun_content .content .item_list .left_div {
  background-color: #fff;
  padding: 20px;
  flex: 1;
  width: 1px;
}

.moban2.moban2zixun .moban2zixun_content .content .item_list .left_div .dv1 {
  font-size: 22px;
  color: #000;
  margin-bottom: 12px;
  line-height: 30px;
}

.moban2.moban2zixun .moban2zixun_content .content .item_list .left_div .dv2 {
  line-height: 30px;
  margin-bottom: 26px;
  font-size: 16px;
  color: #000000;
}

.moban2.moban2zixun .moban2zixun_content .content .item_list .left_div .dv3 {
  width: 111px;
  height: 38px;
  background-color: #020202;
  border-radius: 19px;
  color: #fff;
  line-height: 38px;
  text-align: center;
}

.moban2.moban2zixun .moban2zixun_content .content .item_list .right_div {
  width: 330px;
  height: 198px;
  min-width: 330px;
}

.moban2.moban2zixun .moban2zixun_content .content .item_list .right_div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hide {
  display: none;
}

.moban3_dv1 {
  margin-top: 30px;
  background-color: #fff;
  position: relative;
  height: 770px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding-top: 40px; */
  padding-bottom: 40px;
}

.moban3_dv1_cn_2 {
  position: absolute;
  max-width: 1420px;
}

.moban3_dv1_cn {
  width: 79%;
  height: 770px;
  background-color: #f9f9f9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
}
.moban3_dv1_cn_left {
  margin-top: 24px;
}
.moban3_dv1_cn_left_right {
  /* width: 1420px; */
  /* margin-left: auto; */
  /* margin-right: auto; */
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
  /* position: absolute; */
  /* height: 619px; */
}
.moban3_dv1_cn_left .dv1 {
  color: #5ba7d4;
  font-size: 34px;
  line-height: 48px;
  margin-bottom: 10px;
}

.moban3_dv1_cn_left .dv2 {
  font-size: 22px;
  line-height: 30px;
  color: #343434;
  margin-bottom: 50px;
}

.moban3_dv1_cn_left .dv3 {
  font-size: 18px;
  color: #949494;
  line-height: 40px;
  /* width: 547px; */
}

.moban3_dv1_cn_right {
  margin-top: 24px;
  position: relative;
  height: 404px;
  /* width: 617px; */
}

.moban3_dv1_cn_right .img_box1 {
  position: absolute;
  width: 617px;
  height: 404px;
  z-index: 1;
}

.moban3_dv1_cn_right .img_box1 a {
  display: block;
  height: 100%;
  width: 100%;
}

.moban3_dv1_cn_right .img_box1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.moban3_dv1_cn_right .img_box2 {
  position: absolute;
  right: 40px;
  bottom: -74px;
  width: 344px;
  height: 180px;
  background-color: #2da1e3;
  display: flex;
  flex-direction: column;
  padding-top: 116px;
  padding-left: 30px;
}

.moban3_dv1_cn_right .img_box2 .sp1 {
  font-size: 18px;
  color: #ffffff;
}

.moban3_dv1_cn_right .img_box2 .sp2 {
  width: 54px;
  height: 2px;
  background-color: #fff;
  margin-top: 6px;
}

.moban3_dv1_cn_right .img_box2 .sp3 {
  width: 34px;
  height: 2px;
  background-color: #fff;
  margin-top: 6px;
}

.moban3_dv2 {
  background-color: #fff;
  padding-bottom: 40px;
  padding-top: 178px;
  padding-bottom: 157px;
}

.moban3_dv2_cn {
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  /* display: flex; */
}

.moban3_dv2_cn_left {
  /* margin-right: 47px; */
  display: flex;
  flex-direction: column;
  /* justify-content: flex-end; */
}

.moban3_dv2_cn_left .p1 {
  font-size: 34px;
  color: #5ba7d4;
  margin-bottom: 10px;
  line-height: 48px;
}

.moban3_dv2_cn_left .p2 {
  margin-bottom: 47px;
  font-size: 22px;
  line-height: 30px;
}

.moban3_dv2_cn_left .p3 {
  font-size: 18px;
  color: #949494;
  line-height: 40px;
  /* width: 583px; */
}

.moban3_dv2_cn_left img {
  width: 100%;
  height: 255px;
  margin-bottom: 31px;
}

.moban3_dv2_cn_right {
  display: flex;
  flex-wrap: wrap;
}

.moban3_dv2_cn_right_item {
  /* width: calc((100% - 40px) / 2); */
  /* margin-bottom: 186px; */
  /* margin-right: 40px; */
}

.moban3_dv2_cn_right_item:nth-last-child(-n + 2) {
  /* margin-bottom: 0; */
}

.moban3_dv2_cn_right_item:nth-child(2n) {
  /* margin-right: 0; */
}

.moban3_dv2_cn_right_item .p1 {
  line-height: 30px;
  font-size: 22px;
  color: #343434;
}

.moban3_dv2_cn_right_item .p2 {
  width: 24px;
  height: 2px;
  background-color: #5996b5;
  margin-top: 25px;
  margin-bottom: 59px;
}

.moban3_dv2_cn_right_item .p3 {
  font-size: 18px;
  color: #949494;
  line-height: 40px;
  margin-bottom: 100px;
}

.moban3_dv2_cn_right_item .p3:nth-child(3) {
  margin-bottom: 0;
}

.moban3_dv2_cn_right_item .p3:nth-child(4) {
  margin-bottom: 0;
}

.moban3_dv3 {
  display: flex;
  /* padding-top: 40px; */
  /* padding-bottom: 40px; */
}

.moban3_dv3 img {
  width: 100%;
  height: 316px;
  object-fit: cover;
  cursor: pointer;
}

.moban3_dv3 a {
  display: block;
}

.moban3_dv3 video {
  width: 100%;
  height: 316px;
  object-fit: cover;
  cursor: pointer;
}

.moban3_dv4 {
  /* display: flex; */
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  /* margin-top: 117px; */
  padding-top: 117px;
  padding-bottom: 120px;
  /* justify-content: space-between; */
}

.moban3_dv4_left_item {
  padding-top: 42px;
  padding-bottom: 44px;
  border-bottom: 3px solid #f7f7f7;
}

.moban3_dv4_left_item .dv1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 33px;
}

.moban3_dv4_left_item .dv1 .sp1 {
  line-height: 30px;
  font-size: 20px;
  color: #343434;
}

.moban3_dv4_left_item .dv1 .sp2 {
  line-height: 22px;
  font-size: 14px;
  color: #949494;
}

.moban3_dv4_left_item .dv2 {
  font-size: 16px;
  line-height: 40px;
  color: #949494;
  margin-bottom: 24px;
  /* width: 847px; */
}

.moban3_dv4_left_item .dv3 {
  text-align: center;
  line-height: 36px;
  width: 54px;
  height: 36px;
  background-color: #ffffff;
  border-radius: 6px;
  border: 1px solid #ebebeb;
}

.moban3_dv4_right {
  position: relative;
  width: 382px;
  height: 536px;
}

.moban3_dv4_right_img1 {
  position: absolute;
  z-index: 1;
  width: 382px;
  height: 536px;
  /* background-image: url(../images/img2.png); */
}

.moban3_dv4_right_img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.moban3_dv4_right_img2 {
  position: absolute;
  left: -142px;
  bottom: -66px;
  background-color: #2ea1e8;
  width: 275px;
  height: 189px;
  padding-left: 13px;
  padding-top: 94px;
  transform: rotateZ(90deg);
}

.moban3_dv4_right_img2 .p1 {
  width: 34px;
  height: 2px;
  background-color: #fff;
  margin-bottom: 6px;
}

.moban3_dv4_right_img2 .p2 {
  width: 54px;
  height: 2px;
  background-color: #fff;
  margin-bottom: 6px;
}

.moban3_dv4_right_img2 .p3 {
  font-size: 18px;
  color: #ffffff;
}

.moban5shangp_title {
  /* padding-top: 40px;
  padding-bottom: 50px; */
  /* line-height: 75px; */
  /* font-size: 54px; */
  text-align: center;
  /* color: #323232; */
}
.moban5shangp_title a {
  font-size: 36px;
  color: #222222;
}

.moban5shangp_contetn {
  /* display: flex; */
  /* flex-wrap: wrap; */
  margin-top: 70px;
}

.moban5shangp_contetn_item {
  /* margin-right: 20px; */
  margin-bottom: 20px;
  border: 1px solid #eeeeee;
  cursor: pointer;
  border-radius: 2px;
  padding-bottom: 12px;
}

.moban5shangp_contetn_item:nth-child(4n) {
  /* margin-right: 0; */
}

.moban5shangp_contetn_item:nth-last-child(-n + 4) {
  /* margin-bottom: 0; */
}

.moban5shangp_contetn_item img {
  width: 100%;
  height: 334px;
  margin-bottom: 12px;
}

.moban5shangp_contetn_item .name {
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  /* width: 340px; */
  padding-right: 12px;
  padding-left: 12px;
}

.moban5shangp {
  padding-top: 50px;
  padding-bottom: 60px;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.moban5tuwen {
  /* margin-top: 70px; */
  /* margin-bottom: 50px; */
}

.moban5tuwen_item {
  display: block;
  position: relative;
  height: 550px;
  display: flex;
  align-items: center;
}

.moban5tuwen_item a {
  position: absolute;
  display: block;
}

.moban5tuwen_item img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.moban5tuwen_item_cn_deshaw {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
.moban5tuwen_item_cn {
  position: absolute;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* left: 240px; */
}

.moban5tuwen_item_cn .sp1 {
  color: #ffffff;
  font-size: 44px;
  line-height: 1.3;
  margin-bottom: 38px;
}

.moban5tuwen_item_cn .sp2 {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.625;
  width: 900px;
  white-space: nowrap;
  cursor: pointer;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.moban5zixun {
  text-align: center;
  /* width: 1420px; */
  margin-left: auto;
  margin-right: auto;
  /* margin-top: 130px; */
  /* padding-bottom: 48px; */
  padding-top: 60px;
  padding-bottom: 80px;
  max-width: 1440px;
}

.moban5zixun_title {
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
}

.moban5zixun_title .sp1 {
  /* line-height: 75px; */
  font-size: 44px;
  text-align: center;
  color: #222;
  margin-bottom: 30px;
}

.moban5zixun_title .sp2 {
  line-height: 24px;
  font-size: 18px;
  text-align: center;
  color: #323232;
}

.moban5zixun_item {
  display: flex;
  flex-wrap: wrap;
}

.moban5zixun_item_list {
  /* margin-right: 20px; */
  /* width: 460px; */
}

.moban5zixun_item_list:nth-child(3n) {
  /* margin-right: 0; */
}

.moban5zixun_item_list img {
  width: 100%;
  height: 432px;
  margin-bottom: 20px;
}

.moban5zixun_item_list .sp1 {
  font-size: 18px;
  line-height: 25px;
  color: #949494;
  margin-bottom: 20px;
  padding: 0 12px;
}

.moban5zixun_item_list .sp2 {
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 40px;
  padding: 0 12px;
}

.moban6 .text_position_center {
  top: 70%;
}

.moban6tupian {
  margin-top: 40px;
}

.moban6shangp {
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.moban6shangp_left_prev {
  left: -60px;
  top: calc(58%);
  width: 40px;
  height: 40px;
  background-size: cover;
  background-image: url(../images/zuo.png);
}

.moban6shangp_right_next {
  right: -60px;
  top: calc(58%);
  width: 40px;
  height: 40px;
  background-size: cover;
  background-image: url(../images/you.png);
}

.moban6shangp_title {
  font-size: 40px;
  color: #000000;
  line-height: 56px;
  text-align: center;
  padding-top: 74px;
  padding-bottom: 124px;
}

.moban6shangp_item {
  /* display: flex;
  flex-wrap: wrap; */
}

.moban6shangp_item_list {
  /* width: 321px; */
  /* height: 594px; */
  /* margin-right: 45px; */
}

.moban6shangp_item_list:nth-child(4n) {
  /* margin-right: 0; */
}

.moban6shangp_item_list img {
  width: 100%;
  height: 437px;
}

.moban6shangp_item_list .dv1 {
  padding-left: 20px;
  padding-right: 20px;
  color: #000000;
  font-size: 26px;
  line-height: 40px;
  text-align: center;
  /* margin-bottom: 12px; */
}

.moban6shangp_item_list .dv2 {
  display: flex;
  align-items: center;
  padding-left: 47px;
  padding-top: 22px;
  padding-bottom: 22px;
}
.moban6shangp_item_list .dv2 .dv2_sp1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  background-color: #ffffff;
  border: 1px solid #707070;
  border-radius: 50%;
  margin-right: 12px;
}

.moban6shangp_item_list .dv2 .dv2_sp1 img {
  width: 16px;
  height: 22px;
}

.moban6shangp_item_list .dv2 .dv2_sp2 {
  font-size: 18px;
  color: #000000;
  cursor: pointer;
}

.guanyuqiyefazhan {
  /* background-image: url(../images/img3.png); */
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  /* height: 956px; */
}

.guanyuqiyefazhan .dv1 {
  line-height: 84px;
  font-size: 60px;
  color: #ffffff;
  margin-bottom: 40px;
  letter-spacing: 35px;
}

.guanyuqiyefazhan .dv2 {
  padding-left: 24px;
  padding-right: 24px;
  line-height: 37px;
  font-size: 26px;
  color: #ffffff;
  margin-bottom: 54px;
  letter-spacing: 5px;
  text-align: center;
}

.guanyuqiyefazhan .dv3 {
  width: 217px;
  height: 61px;
  background-color: #f1c856;
  border-radius: 30px;
  line-height: 61px;
  text-align: center;
  color: #000000;
  font-size: 18px;
  margin-bottom: 110px;
}

.guanyuqiyefazhan .dv4 {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-left: 48px;
  padding-right: 48px;
}

.guanyuqiyefazhan .dv4 .dv4_dv1 {
  text-align: center;
}

.guanyuqiyefazhan .dv4 .dv4_dv1 .p1 {
  font-size: 84px;
  line-height: 118px;
  color: #ffffff;
  margin-bottom: 8px;
}

.guanyuqiyefazhan .dv4 .dv4_dv1 .p2 {
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
}

.guanyuqiyefazhan .shawo {
  max-width: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.moban6.wmdyx {
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
}

.moban6.wmdyx .title {
  line-height: 56px;
  color: #000000;
  font-size: 40px;
  padding-top: 50px;
  padding-bottom: 100px;
  text-align: center;
}

.wmdyx_cn {
  margin-bottom: 41px;
  position: relative;
  /* width: 1420px; */
  height: 776px;
}

.wmdyx_cn_left {
  position: absolute;
  top: 0;
  right: 100px;
}

.wmdyx_cn_left a {
  display: block;
  width: 100%;
}

.wmdyx_cn_left img {
  width: 100%;
  height: 681px;
}

.wmdyx_cn_right {
  position: absolute;
  left: 0;
  bottom: 0;
  /* width: max-content; */
  /* width: 849px; */
  height: 632px;
  background-color: #f6f6f6;
  /* display: flex;
  flex-direction: column;
  justify-content: center; */
  padding-top: 132px;
  padding-left: 88px;
  padding-right: 90px;
}

.wmdyx_cn_right .dv1 {
  font-size: 40px;
  color: #161915;
  line-height: 56px;
  margin-bottom: 30px;
}

.wmdyx_cn_right .dv2 {
  font-size: 18px;
  color: #000000;
  line-height: 40px;
  margin-bottom: 20px;
  /* width: 668px; */
}

.wmdyx_cn_right .dv3 {
  display: block;
  width: 217px;
  height: 61px;
  background-color: #222222;
  border-radius: 30px;
  border: 1px solid #707070;
  color: #fff;
  line-height: 61px;
  text-align: center;
  font-size: 18px;
}

.moban4_tupian_beijintu {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  object-position: left;
  object-fit: cover;
}

.moban4_tupian {
  /* height: 754px; */
  position: relative;
  /* display: flex; */
  /* justify-content: center; */
  /* min-width: 1606px; */
  /* overflow: auto; */
}

.moban4_tupian_title {
  /* width: 1606px; */
  /* position: absolute; */
  /* top: 63px; */
  padding-top: 60px;
  margin-bottom: 40px;
  font-size: 26px;
  /* max-width: 1320px; */
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}

.moban4_tupian_content {
  bottom: 50px;
}
.moban4_tupian_content .img_box_left {
  display: block;
  position: relative;
  margin-top: 24px;
  /* width: 760px; */
  height: 485px;
  /* margin-right: 66px; */
}

.moban4_tupian_content .img_box_left video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.moban4_tupian_content .img_box_left .dv1 {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 64px;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 64px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
}

.moban4_tupian_content .img_box_right {
  margin-top: 24px;
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* width: 780px; */
}

.moban4_tupian_content .img_box_right_imgbox {
  display: block;
  position: relative;
  /* width: 360px; */
  height: 230px;
  margin-bottom: 24px;
  /* margin-right: 60px; */
  /* margin-bottom: 60px; */
}

.moban4_tupian_content .img_box_right_imgbox:nth-child(2n) {
  /* margin-right: 0; */
}

.moban4_tupian_content .img_box_right_imgbox:nth-last-child(-n + 2) {
  /* margin-bottom: 0; */
}

.moban4_tupian_content .img_box_right_imgbox video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.moban4_tupian_content .img_box_right_imgbox .dv1 {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 64px;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 64px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
}

.moban4tuwen {
  background-color: #f9f9f9;
  padding-top: 48px;
  padding-bottom: 58px;
}

.moban4tuwen_cn_box {
  max-width: 1420px;
}
.moban4tuwen_cn {
  display: flex;
  /* width: 1420px; */
  margin-left: auto;
  margin-right: auto;
}

.moban4tuwen_cn .left_box {
  /* margin-right: 20px; */
}

.moban4tuwen_cn .left_box .p1 {
  font-size: 30px;
  margin-bottom: 0;
  color: #a8a8a8;
}
.moban4tuwen_cn .left_box .p2 {
  margin-top: 68px;
  font-size: 24px;
  color: #1f52a0;
  margin-bottom: 0;
}
.moban4tuwen_cn .left_box .p3 {
  width: 394px;
  height: 3px;
  background-color: #2b4d84;
  margin-top: 34px;
  margin-bottom: 0;
}
.moban4tuwen_cn .left_box .p4 {
  line-height: 30px;
  font-size: 18px;
  color: #2b2b2b;
  margin-bottom: 0;
  margin-top: 28px;
}
.moban4tuwen_cn .left_box .p5 {
  display: block;
  cursor: pointer;
  margin-top: 60px;
  width: 188px;
  height: 56px;
  background-color: #ffffff;
  border-radius: 28px;
  line-height: 56px;
  text-align: center;
  border: 1px solid #f1f1f1;
}
.moban4tuwen_cn .right_box img {
  width: 100%;
  height: 596px;
  object-fit: cover;
}
.moban4tuwen_cn .right_box p {
  text-align: center;
  font-size: 22px;
  color: #161712;
  height: 68px;
  line-height: 68px;
  background-color: #fff;

  -webkit-line-clamp: 1;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.moban4zixun {
  background-color: #fff;
  padding-bottom: 50px;
  max-width: 1420px;
}
.moban4zixun_cn {
  /* width: 1420px; */
  margin-left: auto;
  margin-right: auto;
  padding-top: 55px;
}
.moban4_tupian_content_ft {
  padding-bottom: 40px;
  /* height: max-content; */
  /* position: absolute; */
}
.moban4zixun_cn .title_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.moban4zixun_cn .title_box .sp1 {
  font-size: 24px;
  color: #1f52a0;
}
.moban4zixun_cn .title_box .sp2 {
  cursor: pointer;
  width: 188px;
  height: 56px;
  background-color: #ffffff;
  border-radius: 28px;
  line-height: 56px;
  text-align: center;
  border: 1px solid #f1f1f1;
}
.moban4zixun_cn2 {
  /* display: flex; */
  margin-top: 30px;
  /* width: 1420px; */
  margin-left: auto;
  margin-right: auto;
}
.moban4zixun_cn2_zixun {
  margin-top: 24px;
  /* margin-left: 20px; */
  /* width: 614px; */
}
.moban4zixun_cn2_swiper {
  margin-top: 24px;
  height: 430px;
  /* width: 766px; */
}
.moban4zixun_cn2_swiper_cn {
  height: 100%;
  width: 100%;
}
.moban4zixun_cn2_swiper img {
  width: 100%;
  height: 100%;
  display: block;
}
.moban4zixun_cn2_swiper_cn a {
  width: 100%;
  height: 100%;
}
.moban4zixun_cn2_zixun_item .p1 {
  color: #333333;
  font-size: 22px;
  line-height: 30px;
}
.moban4zixun_cn2_zixun_item .p2 {
  color: #333333;
  font-size: 14px;
  margin-top: 14px;
  margin-bottom: 20px;
  -webkit-line-clamp: 2;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.moban4zixun_cn2_zixun_item .p3 {
  line-height: 24px;
  color: #a8a8a8;
  font-size: 14px;
  text-align: right;
}
.moban4zixun_cn2_zixun_item {
  margin-bottom: 19px;
}
.moban4zixun_cn2_zixun_item:nth-last-child(1) {
  margin-bottom: 0;
}
.cif-banner__page {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 16px !important;
  left: 0;
  width: 100%;
  padding-right: 10px;
  text-align: right;
  z-index: 1;
}

.cif-banner__page .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 50%;
  opacity: 1;
}

.cif-banner__page .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
}

.cif-banner__btn {
  position: absolute;
  top: 50%;
  width: 32px;
  height: 62px;
  margin-top: -31px;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 62px;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: opacity 0.3s, background-color 0.3s;
  -o-transition: opacity 0.3s, background-color 0.3s;
  transition: opacity 0.3s, background-color 0.3s;
}

.cif-banner__btn.is-left {
  left: 0;
}

.cif-banner__btn.is-right {
  right: 0;
}

.moban4rongyu {
  background-color: #f9f9f9;
  padding-bottom: 108px;
}
.moban4rongyu .container {
  max-width: 1420px;
}
.moban4rongyu .title {
  font-size: 24px;
  color: #1f52a0;
  text-align: center;
}
.moban4rongyu_swiper {
  position: relative;
  margin-top: 80px;
  /* width: 1420px; */
  margin-left: auto;
  margin-right: auto;
}
.moban4rongyu_swiper .lunbotu_item {
  width: 340px;
  height: 286px;
  border-radius: 4px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border: 1px solid #eee;
}

.moban4rongyu_swiper .lunbotu_item img {
  /* width: 292px; */
  object-fit: cover;
  border-radius: 4px;
  height: 100%;
  /* margin-bottom: 22px; */
}

.moban4rongyu_swiper .lunbotu_item span {
  text-align: center;
  color: #161712;
  font-size: 17px;
}

.rongyu_lb {
  position: absolute;
  left: calc(50% - 70px);
  margin-top: 50px;
}
.rongyu_lb .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 20px;
  opacity: 1;
  background-color: rgba(140, 145, 143, 0.5);
}

.rongyu_lb .swiper-pagination-bullet:nth-last-child(1) {
  margin-right: 0;
}

.rongyu_lb .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background: #8c918f;
  border-radius: 50%;
  opacity: 1;
}

.moban4shangp {
  padding-bottom: 60px;
}

.moban4shangp_dead {
  box-shadow: 0px 6px 6px 1px #dedede;
  background-color: #fff;
  height: 97px;
  padding-left: 150px;
  padding-right: 150px;
}
.moban4shangp_dead_list {
  display: flex;
}
.moban4shangp_dead_item {
  width: 537px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 97px;
  cursor: pointer;
}
.moban4shangp_dead_item.active {
  background-color: #1f52a0;
}
.moban4shangp_dead_item.active .dv1 {
  color: #fff;
}
.moban4shangp_dead_item .yuanxin {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #c5c5c5;
  margin-right: 10px;
}
.moban4shangp_dead_item .dv1 {
  font-size: 22px;
  color: #000000;
}
.moban4shangp_foot_cn_left_prev {
  left: -100px;
  top: calc(50% - 50px);
  width: 100px;
  height: 100px;
  background-size: cover;
  background-image: url(../images/left.png);
}

.moban4shangp_foot_cn_right_next {
  right: -100px;
  top: calc(50% - 50px);
  width: 100px;
  height: 100px;
  background-size: cover;
  background-image: url(../images/right.png);
}
.moban4shangp_foot_cn_lunbotu_item {
  border: 2px solid #f3f3f3;
  border-radius: 2px;
  overflow: hidden;
}
.moban4shangp_foot_cn_lunbotu_item img {
  width: 100%;
  object-fit: cover;
  height: 350px;
}
.moban4shangp_foot_cn_lunbotu_item div {
  padding-left: 24px;
  padding-right: 24px;
  height: 94px;
  line-height: 94px;
  text-align: center;
  font-size: 20px;
  color: #000;
}
.moban4shangp_foot {
  padding-top: 69px;
  padding-left: 150px;
  padding-right: 150px;
  text-align: center;
}
.moban4shangp_foot_cn {
  position: relative;
}
.banner_swiper_wrapper a {
  height: 100%;
}
.banner_swiper_wrapper a img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.themes_box_title.trans {
  color: #000000;
}
.banner_swiper_wrapper {
  /* min-height: 500px !important; */
}
.moban4shangp_title {
  /* padding-top: 40px; */
  padding-bottom: 50px;
  /* line-height: 75px; */
  font-size: 20px;
  text-align: center;
  color: #323232;
}
.moban1.ly_poster_46 .img_box .compute_item_img .compute_process_img {
  padding-top: 100%;
}
.moban3tupian_video_cn_video,
.moban3tupian_video_cn_img {
  max-width: 100%;
}
