﻿body {
  height: auto;
}



#toolbar li.ewm .ewm-box {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  transition: all 0.3s ease;
  /* 添加过渡效果使变化更平滑 */
}

#toolbar li.ewm:hover .ewm-box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.gezhan_index .gezhan_index_banner .index_banner_swiper .swiper-wrapper .swiper-slide a {
  position: relative;
  width: 100%;
  display: inline-block;
}

.gezhan_index .gezhan_index_banner .index_banner_swiper .swiper-wrapper .swiper-slide a .banner-img img {
  width: 100%;
}

.gezhan_index .gezhan_index_banner .index_banner_swiper .swiper-wrapper .swiper-slide a .banner-img {
  width: 100%;
}

.gezhan_index .gezhan_index_banner .index_banner_swiper .swiper-wrapper .swiper-slide a .banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.gezhan_index .gezhan_index_banner .index_banner_swiper .swiper-wrapper .swiper-slide a .banner-text h5 {
  font-size: 64px;
  font-weight: 600;
  color: #fbfdff;
  margin-bottom: 32px;
}

.gezhan_index .gezhan_index_banner .index_banner_swiper .swiper-wrapper .swiper-slide a .banner-text h4 {
  font-size: 36px;
  color: #ffffff;
}

.gezhan_index .gezhan_index_pro {
  margin-bottom: 84px;
  margin-top: 84px;
}

.gezhan_index .gezhan_index_pro .w ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gezhan_index .gezhan_index_pro .w ul li {
  width: 15%;
  margin-right: 2%;
  margin-bottom: 15px;
}

.gezhan_index .gezhan_index_pro .w ul li:hover a .imgbox {
  border-color: #005EFF;
}

.gezhan_index .gezhan_index_pro .w ul li:hover a .imgbox img {
  -webkit-transform: translateZ(0) scale(1.1);
  transform: translateZ(0) scale(1.1);
}

.gezhan_index .gezhan_index_pro .w ul li:hover a .pro_text {
  /* border-color: #005EFF;
  background-color: #005EFF;
  color: #fff; */
  color: #333;
}

.gezhan_index .gezhan_index_pro .w ul li:hover a .pro_text::after {
  bottom: -50px;
  opacity: 1;
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background-color: #005EFF;
}

.gezhan_index .gezhan_index_pro .w ul li a .imgbox {
  border: 1px solid #eee;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}

.gezhan_index .gezhan_index_pro .w ul li a .imgbox img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

.gezhan_index .gezhan_index_pro .w ul li a .pro_text {
  text-align: center;
  line-height: 40px;
  font-size: 15px;
  /* border: 1px solid #eee; */
  border-top: none;
  background-color: #f8f8f8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
}

.gezhan_index .gezhan_index_pro .w ul li a .pro_text::after {
  content: '+';
  position: absolute;
  font-size: 20px;
  bottom: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  color: #fff;
  line-height: 30px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gezhan_index .gezhan_index_pro .w ul li:last-child {
  margin-right: 0;
}

.gezhan_index .gezhan_index_pro .w .m-index_pro {
  display: none;
}

.gezhan_index .gezhan_index_about {
  margin-bottom: 90px;
}

.gezhan_index .gezhan_index_about .w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start
}

.gezhan_index .gezhan_index_about .w .gezhan_index_about_l {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.gezhan_index .gezhan_index_about .w .gezhan_index_about_l .index_about_title {
  margin-bottom: 15px;
}

.gezhan_index .gezhan_index_about .w .gezhan_index_about_l .index_about_title .index_about_title_top {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.gezhan_index .gezhan_index_about .w .gezhan_index_about_l .index_about_title .index_about_title_top h4 {
  font-size: 30px;
  color: #444444;
  position: relative;
  margin: 0 10px 0 0;
}

.gezhan_index .gezhan_index_about .w .gezhan_index_about_l .index_about_title .index_about_title_top h4::after {
  content: '';
  position: absolute;
  right: -30%;
  top: 20%;
  width: 26px;
  height: 3px;
  background-color: #004c9a;
}

.gezhan_index .gezhan_index_about .w .gezhan_index_about_l .index_about_title .index_about_title_top p {
  font-size: 14px;
  color: #b4b4b4;
}

.gezhan_index .gezhan_index_about .w .gezhan_index_about_l .index_about_title .index_about_title_bottom {
  font-size: 16px;
  color: #666666;
}

.gezhan_index .gezhan_index_about .w .gezhan_index_about_l .index_about_content {
  font-size: 15px;
  color: #666;
  margin-bottom: 20px;
  line-height: 30px;
}

.gezhan_index .gezhan_index_about .w .gezhan_index_about_l .index_about_icon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gezhan_index .gezhan_index_about .w .gezhan_index_about_l .index_about_icon ul li {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 57px;
}

.gezhan_index .gezhan_index_about .w .gezhan_index_about_l .index_about_icon ul li:hover .about_icon {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.gezhan_index .gezhan_index_about .w .gezhan_index_about_l .index_about_icon ul li .about_icon {
  display: inline-block;
  width: 106px;
  height: 106px;
  background: url(../images/about-icon-border.png);
  border-radius: 100%;
  position: relative;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  line-height: 106px;
}

.listbox {
  width: 100%;
  padding-right: 70px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: left;
}

.listbox .list {
  display: inline-block;
  vertical-align: top;
}

.listbox .list ._t {
  font-size: 18px;
  color: #1e46a0;
  line-height: 36px;
  margin-bottom: 4px;
}

.listbox .list ._b {
  font-size: 16px;
  color: #666666;
  line-height: 20px;
}

.listbox .list ._t span {
  font-size: 45px;
  color: #1e46a0;
  line-height: 50px;
  font-weight: bolder;
}

.gezhan_index .gezhan_index_about .w .gezhan_index_about_l .index_about_icon ul li .about_icon::before {
  /*content: '';
    width: 100%;
    height: 100%;
    background: url(../images/about-icon1.png) no-repeat center center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
}

.gezhan_index .gezhan_index_about .w .gezhan_index_about_l .index_about_icon ul li p {
  font-size: 15px;
}

.gezhan_index .gezhan_index_about .w .gezhan_index_about_l .index_about_icon ul li:hover {
  cursor: pointer;
}

.gezhan_index .gezhan_index_about .w .gezhan_index_about_r {
  width: 50%;
  margin-left: 62px;
}

.gezhan_index .gezhan_index_about .w .gezhan_index_about_r video {
  width: 100%;
  background-color: #ccc;
}

.gezhan_index .gezhan_index_scheme {
  height: 640px;
  margin-bottom: 60px;
  position: relative;

}

.gezhan_index .gezhan_index_advantage .video_box,
.gezhan_index .gezhan_index_scheme .video_box {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}

.gezhan_index .gezhan_index_advantage .video_box .avia_video,
.gezhan_index .gezhan_index_scheme .video_box .avia_video {
  width: 100%;
  height: auto;
  max-height: unset;
}

.advantage_content p {
  color: #000;
}

.gezhan_index .gezhan_index_advantage>.w,
.gezhan_index .gezhan_index_scheme>.w {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: unset;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gezhan_index .gezhan_index_advantage>.w .gezhan_m_title,
.gezhan_index .gezhan_index_scheme>.w .gezhan_m_title {
  margin-bottom: 60px;
}

.gezhan_index .gezhan_index_advantage>.w .advantage_box ul,
.gezhan_index .gezhan_index_scheme>.w .advantage_box ul,
.gezhan_index .gezhan_index_advantage>.w .scheme_box ul,
.gezhan_index .gezhan_index_scheme>.w .scheme_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gezhan_index .gezhan_index_advantage>.w .advantage_box ul li,
.gezhan_index .gezhan_index_scheme>.w .advantage_box ul li,
.gezhan_index .gezhan_index_advantage>.w .scheme_box ul li,
.gezhan_index .gezhan_index_scheme>.w .scheme_box ul li {
  width: 332px;
  height: 240px;
  background-color: rgba(255, 255, 255,
      0.5);
  margin-right: 23px;
  border-radius: 14px;
  /* 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;
  /* -webkit-box-align: center;
  -ms-flex-align: center; */
  align-items: center;
  text-align: center;
  position: relative;
}

.gezhan_index .gezhan_index_scheme>.w .scheme_box ul li {
  background-color: rgba(20, 39, 50, 0.78);
}

.gezhan_index .gezhan_index_scheme>.w .scheme_box ul li .scheme_title {
  color: #fff !important;
}

.gezhan_index .gezhan_index_scheme .w .scheme_box .w li .scheme_content p {
  color: #fff !important;
}

.gezhan_index .gezhan_index_advantage>.w .advantage_box ul li .advantage_title,
.gezhan_index .gezhan_index_scheme>.w .advantage_box ul li .advantage_title,
.gezhan_index .gezhan_index_advantage>.w .scheme_box ul li .advantage_title,
.gezhan_index .gezhan_index_scheme>.w .scheme_box ul li .advantage_title,
.gezhan_index .gezhan_index_advantage>.w .advantage_box ul li .scheme_title,
.gezhan_index .gezhan_index_scheme>.w .advantage_box ul li .scheme_title,
.gezhan_index .gezhan_index_advantage>.w .scheme_box ul li .scheme_title,
.gezhan_index .gezhan_index_scheme>.w .scheme_box ul li .scheme_title {
  font-size: 20px;
  color: #005EFF;
  font-weight: 600;
  margin: 15px 0;
}

.advantage_content {
  font-size: 16px;
  color: #000;
}

.gezhan_index .gezhan_index_advantage>.w .advantage_box ul li.advantage_content,
.gezhan_index .gezhan_index_scheme>.w .advantage_box ul li .advantage_content,
.gezhan_index .gezhan_index_advantage>.w .scheme_box ul li .advantage_content,
.gezhan_index .gezhan_index_scheme>.w .scheme_box ul li .advantage_content,
.gezhan_index .gezhan_index_advantage>.w .advantage_box ul li .scheme_content,
.gezhan_index .gezhan_index_scheme>.w .advantage_box ul li .scheme_content,
.gezhan_index .gezhan_index_advantage>.w .scheme_box ul li .scheme_content,
.gezhan_index .gezhan_index_scheme>.w .scheme_box ul li .scheme_content {
  font-size: 16px;
  color: #595757;
  line-height: 24px;
}

.logo {
  height: 70px
}

.advantage_box {
  margin-bottom: 100px;
}

.advantage_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.advantage_box ul li {
  width: 20%;
  height: 700px;
  display: inline-block;
  position: relative;
}


.advantage_box ul li .advantage_content {
  position: absolute;
  bottom: 0;
  height: 150px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 26px;
  overflow: hidden;
}

.advantage_box ul li .advantage_title {
  color: #fff;
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 26px;
}

.advantage_box ul li .advantage_content p {
  color: #fff;
  font-size: 16px;
}



.gezhan_index .gezhan_index_order .gezhan_b_title {
  margin-bottom: 60px;
}

.gezhan_index .gezhan_index_order .index_order_box {
  margin-bottom: 80px;
}

.gezhan_index .gezhan_index_order .index_order_box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gezhan_index .gezhan_index_order .index_order_box ul li:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.gezhan_index .gezhan_index_order .index_order_box ul li:nth-child(2n) .order_item_l {
  padding-right: 0;
  padding-left: 90px;
}

.gezhan_index .gezhan_index_order .index_order_box ul li:nth-child(2n) .order_item_l::after {
  right: unset;
  left: -70px;
  -webkit-transform: translateY(-50%) rotateZ(180deg);
  transform: translateY(-50%) rotateZ(180deg);
}

.gezhan_index .gezhan_index_order .index_order_box ul li .order_item_l {
  width: 50%;
  padding-right: 90px;
  position: relative;
  padding-top: 3%;
  z-index: 5;
}

.gezhan_index .gezhan_index_order .index_order_box ul li .order_item_l::after {
  /* content: '';
  position: absolute;
  right: -70px;
  top: 50%;
  transform: translateY(-50%);
  border: 30px solid transparent;
  border-left: 40px solid #fff;
  width: 0;
  height: 0;
  display: block; */
}

.gezhan_index .gezhan_index_order .index_order_box ul li .order_item_l:hover .gezhan_btn .gezhan_btn_b {
  -webkit-animation: adminbuy_move 0.7s infinite;
  animation: adminbuy_move 0.7s infinite;
}

.gezhan_index .gezhan_index_order .index_order_box ul li .order_item_l .order_item_title {
  background-color: #fff;
  color: #005EFF;
  font-size: 28px;
  font-weight: 600;
  position: relative;
  margin-bottom: 26px;
}

.gezhan_index .gezhan_index_order .index_order_box ul li .order_item_l .order_item_title::before {
  position: absolute;
  left: 0;
  top: -0.8em;
  content: attr(data-munber);
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-style: italic;
  font-size: 80px;
  color: #e6e6e6;
  z-index: -1;
}

.gezhan_index .gezhan_index_order .index_order_box ul li .order_item_l .order_item_content {
  color: #666;
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 30px;
}

.gezhan_index .gezhan_index_order .index_order_box ul li .order_item_l>.gezhan_btn {
  display: none;
}

.gezhan_index .gezhan_index_order .index_order_box ul li .order_item_l .order_item_content p {
  margin-bottom: 18px;
  position: relative;
  padding-left: 1em;
}

.gezhan_index .gezhan_index_order .index_order_box ul li .order_item_l .order_item_content p::before {
  content: '';
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  display: block;
  background-color: #818181;
}

.gezhan_index .gezhan_index_order .index_order_box ul li .order_item_r {
  width: 50%;
}

.gezhan_index .gezhan_index_order .index_order_box ul li .order_item_r img {
  width: 100%;
}

.gezhan_index .gezhan_index_scheme {
  background-image: url(../images/index-bg2.jpg);
}

/*video默认全屏按钮*/
.video_box video::-webkit-media-controls-fullscreen-button {
  display: none !important;
}

/*video默认aduio音量按钮*/
.video_box video::-webkit-media-controls-mute-button {
  display: none !important;
}

/*video默认setting按钮*/
.video_box video::-internal-media-controls-overflow-button {
  display: none !important;
}


/*禁用video的controls（要慎重！不要轻易隐藏掉，会导致点击视频不能播放）*/
/* .video_box video::-webkit-media-controls {
  display: none !important;
} */

.gezhan_index .gezhan_index_scheme .w .scheme_box .w li .scheme_content {
  text-align: center;
  padding: 0 10%;
  margin-bottom: 15px;
  color: #000;
  width: 100%;
}

.gezhan_index .gezhan_index_scheme .w .scheme_box .w li .gezhan_btn {}

.gezhan_index .gezhan_index_scheme .w .scheme_box .w li .gezhan_btn .gezhan_btn_b {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  font-size: 0;
  opacity: 0;
}

.gezhan_index .gezhan_index_scheme .w .scheme_box .w li .scheme_content p {
  color: #000;
  /* display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; */
}

.gezhan_index .gezhan_index_scheme .w .scheme_box .w li .gezhan_btn .gezhan_btn_b {
  font-size: 12px;
  padding: 5px 32px;
}

.gezhan_index .gezhan_index_plan {
  margin-bottom: 60px;
}

.gezhan_index .gezhan_index_plan .gezhan_b_title {
  margin-bottom: 70px;
}

.gezhan_index .gezhan_index_plan .index_plan_box .w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.gezhan_index .gezhan_index_plan .index_plan_box .w .index_plan_l {
  margin-right: 70px;
}

.gezhan_index .gezhan_index_plan .index_plan_box .w .index_plan_l .plan_swiper {
  width: 416px;
  margin-bottom: 8px;
}

.gezhan_index .gezhan_index_plan .index_plan_box .w .index_plan_l .plan_swiper .swiper-wrapper .swiper-slide a img {
  width: 100%;
}

.gezhan_index .gezhan_index_plan .index_plan_box .w .index_plan_l .swiper-pagination-fraction {
  bottom: 1%;
  width: auto;
}

.gezhan_index .gezhan_index_plan .index_plan_box .w .index_plan_l .swiper-pagination-fraction .swiper-pagination-current {
  font-size: 23px;
  color: #999999;
}

.gezhan_index .gezhan_index_plan .index_plan_box .w .index_plan_l .swiper-pagination-fraction .swiper-pagination-total {
  font-size: 16px;
  color: #333333;
}

.gezhan_index .gezhan_index_plan .index_plan_box .w .index_plan_l .plan_title {
  width: 416px;
}

.gezhan_index .gezhan_index_plan .index_plan_box .w .index_plan_l .plan_title li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

.gezhan_index .gezhan_index_plan .index_plan_box .w .index_plan_l .plan_title li>div {
  font-size: 16px;
  color: #ccc;
}

.gezhan_index .gezhan_index_plan .index_plan_box .w .index_plan_l .plan_title li>div span {
  font-size: 18px;
  color: #333;
}

.gezhan_index .gezhan_index_plan .index_plan_box .w .index_plan_l .plan_title li a {
  font-size: 16px;
  padding-left: 1em;
  line-height: 2em;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #555;
}

.gezhan_index .gezhan_index_plan .index_plan_box .w .index_plan_l .plan_title li.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: adminbuy_show 0.3s;
  animation: adminbuy_show 0.3s;
}

.gezhan_index .gezhan_index_plan .index_plan_box .w .index_plan_r {
  width: 380px;
  margin-left: 70px;
}

.gezhan_index .gezhan_index_plan .index_plan_box .w .index_plan_r .index_news .index_news_title {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.gezhan_index .gezhan_index_plan .index_plan_box .w .index_plan_r .index_news .index_news_title h5 {
  font-size: 22px;
  color: #000;
  font-weight: 600;
  margin: 0 10px 0 0;
}

.gezhan_index .gezhan_index_plan .index_plan_box .w .index_plan_r .index_news .index_news_title a {
  font-size: 14px;
}

.gezhan_index .gezhan_index_plan .index_plan_box .w .index_plan_r .index_news .index_news_list {
  width: 100%;
}

.gezhan_index .gezhan_index_plan .index_plan_box .w .index_plan_r .index_news .index_news_list .index_news_item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 64px;
  background-color: #eeeeee;
  padding: 0 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.gezhan_cn_canshu {
  overflow: hidden;
  border-left: 1px solid #d7d7d7;
  border-top: 1px solid #d7d7d7;
  margin-bottom: 20px
}

.gezhan_cn_canshu li {
  font-size: 14px;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}

.gezhan_cn_canshu li span {
  width: 120px;
  text-align: center;
  display: inline-block;
  border-right: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  margin-right: 20px
}

.gezhan_index .gezhan_index_plan .index_plan_box .w .index_plan_r .index_news .index_news_list .index_news_item:hover {
  background-color: #005EFF;
}

.gezhan_index .gezhan_index_plan .index_plan_box .w .index_plan_r .index_news .index_news_list .index_news_item:hover a {
  color: #fff;
}

.gezhan_index .gezhan_index_plan .index_plan_box .w .index_plan_r .index_news .index_news_list .index_news_item:hover::before {
  border-color: #fff;
}

.gezhan_index .gezhan_index_plan .index_plan_box .w .index_plan_r .index_news .index_news_list .index_news_item:hover::after {
  background-image: url(../images/move1.png);
}

.gezhan_index .gezhan_index_plan .index_plan_box .w .index_plan_r .index_news .index_news_list .index_news_item::before {
  content: '';
  height: 10px;
  width: 10px;
  border-radius: 100%;
  border: 1px solid #7d7d7d;
  display: block;
  margin-right: 8px;
}

.gezhan_index .gezhan_index_plan .index_plan_box .w .index_plan_r .index_news .index_news_list .index_news_item::after {
  content: '';
  height: 26px;
  width: 26px;
  background: url(../images/move2.png) no-repeat center center;
  display: block;
  margin-left: 30px;
}

.admin_buy_cn img {
  max-width: 100% !important;
  height: auto !important;
  display: inline-block;
}

.admin_buy_cn p {
  text-wrap: inherit !important;
  line-height: 26px;
  margin-bottom: 10px
}

.admin_buy_cn p span {
  text-wrap: inherit !important;
}

.gezhan_index .gezhan_index_plan .index_plan_box .w .index_plan_r .index_news .index_news_list .index_news_item a {
  font-size: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 64px;
}

.gezhan_index .gezhan_index_plan .index_plan_box .w .index_plan_c .anniversary .anniversary_title {
  font-size: 24px;
  color: #005EFF;
  margin-bottom: 10px;
  font-weight: 600;
}

.gezhan_index .gezhan_index_plan .index_plan_box .w .index_plan_c .anniversary .anniversary_content {
  font-size: 16px;
  color: #555;
  margin-bottom: 16px;
  line-height: 30px;
}

.gezhan_index .gezhan_index_plan .index_plan_box .w .index_plan_c .anniversary .gezhan_btn {
  text-align: right;
}

.gezhan_index .gezhan_index_plan .index_plan_box .w .index_plan_c .anniversary .gezhan_btn:hover .gezhan_btn_b {
  color: var(--styleColorb);
}

.gezhan_index .gezhan_index_plan .index_plan_box .w .index_plan_c .anniversary .gezhan_btn .gezhan_btn_b {
  padding: 0;
  color: #333;
  background-color: unset;
  font-size: 14px;
}

.gezhan_index .gezhan_index_contact {
  background: url(../images/index-bg3.jpg) no-repeat center center;
  height: 418px;
  position: relative;
  margin-bottom: 60px;
  display: none;
}

.gezhan_index .gezhan_index_contact .contact_box {
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  left: 50%;
  top: 0;
  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;
  padding-left: 48px;
}

.gezhan_index .gezhan_index_contact .contact_box .contact_title {
  font-size: 30px;
  color: #ffffff;
  /* margin-bottom: 30px; */
}

.gezhan_index .gezhan_index_contact .contact_box .contact_title span {
  /* color: #ee7800; */
}

.gezhan_index .gezhan_index_contact .contact_box .contact_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.gezhan_index .gezhan_index_contact .contact_box .contact_list .contact_list_l {
  margin-right: 100px;
}

.gezhan_index .gezhan_index_contact .contact_box .contact_list .contact_list_l h4 {
  font-size: 24px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.gezhan_index .gezhan_index_contact .contact_box .contact_list .contact_list_l h4::before {
  /* content: '';
  background: url(../images/tel-icon.png) no-repeat center center;
  width: 44px;
  height: 44px;
  display: block;
  margin-right: 26px; */
}

.gezhan_index .gezhan_index_contact .contact_box .contact_list .contact_list_l .contact_item {
  /* background-color: #ee7800;
  padding: 20px 16px; */
}

.gezhan_index .gezhan_index_contact .contact_box .contact_list .contact_list_l .contact_item p {
  font-size: 24px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* justify-content: center; */
  line-height: 55px;
}

.gezhan_index .gezhan_index_contact .contact_box .contact_list .contact_list_l .contact_item p::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 25px;
  margin-right: 8px;
  background: url(../images/footer-icon1.png) no-repeat center center;
  background-size: contain;
}

.gezhan_index .gezhan_index_contact .contact_box .contact_list .contact_list_l .contact_item p:last-child::before {
  background-image: url(../images/footer-icon2.png);
}

.gezhan_index .gezhan_index_map .gezhan_b_title {
  margin-bottom: 65px;
}

.gezhan_index .gezhan_index_map .img_map_box img {
  width: 100%;
}

.gezhan_index .gezhan_index_map .img_map_box .img_map {
  width: 80%;
}

.gezhan_about {
  margin-bottom: 25px;
}

.gezhan_about .gezhan_about_banner img {
  width: 100%;
}

.gezhan_about .gezhan_about_box .gezhan_about_jj {
  /* background: url(../images/abotu-bg.jpg) no-repeat bottom center; */
}

.gezhan_about .gezhan_about_box .gezhan_about_jj .w {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.gezhan_about .gezhan_about_box .gezhan_about_jj .gezhan_b_title {
  margin-bottom: 30px;
}

.gezhan_about .gezhan_about_box .gezhan_about_jj .jj_content {
  font-size: 15px;
  color: #000000;
  line-height: 36px;
}

.gezhan_about .gezhan_about_box .gezhan_about_jj .jj_content p {
  line-height: 35px;
  font-size: 18px;
}

.gezhan_about .gezhan_about_box .gezhan_about_jj .jj_content h4 {
  font-weight: 600;
  font-size: 20px;
}

.gezhan_about .gezhan_about_box .gezhan_about_jj .jj_imgbox h2 {
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  line-height: 158px;
  margin: 0;
  display: none;
}

.gezhan_about .gezhan_about_box .gezhan_about_jj img {
  width: 100%;
}

.gezhan_about .gezhan_about_culture {
  margin-bottom: 0px;
}

.gezhan_about .gezhan_about_culture .w .gezhan_b_title h2 {
  margin-top: 30px;
}

.gezhan_about .gezhan_about_culture .gezhan_b_title {
  margin-bottom: 83px;
}

.gezhan_about .gezhan_about_culture .culture_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gezhan_about .gezhan_about_culture .culture_box .culture_box_l {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.gezhan_about .gezhan_about_culture .culture_box .culture_box_l ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gezhan_about .gezhan_about_culture .culture_box .culture_box_l ul li {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 62px;
}

.gezhan_about .gezhan_about_culture .culture_box .culture_box_l ul li:hover::before {
  background-color: #005EFF;
  background-image: url(../images/about-icon-2.png);
}

.gezhan_about .gezhan_about_culture .culture_box .culture_box_l ul li::before {
  content: '';
  width: 81px;
  height: 81px;
  background: url(../images/about-icon.png) no-repeat center center;
  display: inline-block;
  margin-right: 22px;
  border-radius: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.gezhan_about .gezhan_about_culture .culture_box .culture_box_l ul li .kh {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 10%;
}

.gezhan_about .gezhan_about_culture .culture_box .culture_box_l ul li .kh .kh_t {
  font-size: 20px;
  color: #333333;
  margin-bottom: 5px;
}

.gezhan_about .gezhan_about_culture .culture_box .culture_box_l ul li .kh .kh_c {
  font-size: 14px;
  color: #666;
}

.gezhan_about .gezhan_about_culture .culture_box .culture_box_r {
  width: 528px;
  margin-left: 48px;
}

.gezhan_about .gezhan_about_culture .culture_box .culture_box_r img {
  width: 100%;
}

.gezhan_about .advantage_box {
  margin-top: 30px;
}

.gezhan_about .advantage_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gezhan_about .advantage_box ul::after {
  content: '';
  width: 410px;
}

.gezhan_about .advantage_box ul li {
  width: 410px;
  -webkit-box-shadow: 10px 7px 8px 1px rgba(144, 144, 144,
      0.2);
  box-shadow: 10px 7px 8px 1px rgba(144, 144, 144,
      0.2);
  margin-bottom: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.gezhan_about .advantage_box ul li:hover {
  background-color: #005EFF;
  -webkit-box-shadow: 7px 11px 25px 5px rgba(144, 144, 144, 0.2);
  box-shadow: 7px 11px 25px 5px rgba(144, 144, 144, 0.2);
}

.gezhan_about .advantage_box ul li:hover .advantage_title {

  color: #fff;
}

.gezhan_about .advantage_box ul li:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.gezhan_about .advantage_box ul li:nth-child(3n) {
  margin-right: 0;
}

.gezhan_about .advantage_box ul li .advantage_img {
  max-height: 335px;
  overflow: hidden;
}

.gezhan_about .advantage_box ul li .advantage_img img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.gezhan_about .advantage_box ul li .advantage_title {
  padding: 20px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
  color: #333333;
}

.gezhan_banner {
  width: 100%;
  overflow: hidden;
}

.gezhan_banner img {
  width: 100%;
}

.gezhan_banner img {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-pixelated;
  image-rendering: pixelated;
}

.gezhan_baike .gezhan_baike_project .project_title {
  color: #333;
  margin-bottom: 30px;
  display: inline-block;
}

.gezhan_baike .gezhan_baike_project .project_title .en {
  font-size: 18px;
}

.gezhan_baike .gezhan_baike_project .project_title .cn {
  font-size: 22px;
}

.gezhan_baike .gezhan_baike_project ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}

.gezhan_baike .gezhan_baike_project ul li:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.gezhan_baike .gezhan_baike_project ul li:nth-child(2n) .project_tiem_r {
  margin-left: 0;
  margin-right: 55px;
}

.gezhan_baike .gezhan_baike_project ul li .project_tiem_l {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
  color: #111c38;
}

.gezhan_baike .gezhan_baike_project ul li .project_tiem_l p {
  margin-bottom: 34px;
}

.gezhan_baike .gezhan_baike_project ul li .project_tiem_r {
  width: 685px;
  margin-left: 55px;
}

.gezhan_baike .gezhan_baike_project ul li .project_tiem_r img {
  width: 100%;
}

.gezhan_service .gezhan_b_title {
  margin-bottom: 40px;
}

.gezhan_service .service_flow .w .service_flow_list .service_flow_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
}

.gezhan_service .service_flow .w .service_flow_list .service_flow_item::before {
  content: '';
  width: 50%;
  display: block;
}

.gezhan_service .service_flow .w .service_flow_list .service_flow_item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.gezhan_service .service_flow .w .service_flow_list .service_flow_item:nth-child(2n) .service_flow_item_l {
  left: unset;
  right: 0;
}

.gezhan_service .service_flow .w .service_flow_list .service_flow_item .service_flow_item_l {
  position: absolute;
  left: 0;
  width: 50%;
  height: 100%;
  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;
}

.gezhan_service .service_flow .w .service_flow_list .service_flow_item .service_flow_item_l img {
  width: 100%;
}

.gezhan_service .service_flow .w .service_flow_list .service_flow_item .service_flow_item_r {
  width: 50%;
  background-color: #f4f4f4;
  padding: 30px;
}

.cimg img {
  max-width: 100%;
}

.xf_video {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.9);
  left: 9999999px;
  z-index: 999;
}


.closev {
  position: absolute;
  background-color: #000;
  z-index: 99999;
  cursor: pointer;
  top: 35px;
  right: 40px;
}


.closev img {
  border: 0;
  vertical-align: top;
}


.video_box {
  position: absolute;
  text-align: center;
  width: 70%;
  left: 15%;
  top: 10%;
}



.gezhan_service .service_flow .w .service_flow_list .service_flow_item .service_flow_item_r .service_flow_title {
  font-size: 18px;
  color: #666;
  font-weight: 600;
}

.gezhan_service .service_flow .w .service_flow_list .service_flow_item .service_flow_item_r .service_flow_content {
  font-size: 16px;
  color: #545454;
  padding: 2em 1em;
  line-height: 30px;
}

.case_list .case_item {
  height: auto;
  /* padding: 20px 87px 20px 20px; */
  width: 95%;
  /* border: solid 1px #dcdcdc; */
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
  margin-bottom: 30px;
  margin-left: 10%;
  position: relative;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.case_list .case_item:hover {
  /* border: solid 1px #005EFF; */
}

.case_list .case_item:hover img {
  /* transform: scale(1.2); */
}

.case_list .case_item:hover .kwn-m-btn {
  background-color: #005EFF;
  color: #fff;
}

.case_list .case_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.case_list .case_item a .case_item_img {
  overflow: hidden;
  width: 330px;
  max-height: 170px;
  margin-right: 70px;
  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;
}

.case_list .case_item a .case_item_img img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.case_list .case_item a .case_item_text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 24px 32px 24px 64px;
}

.case_list .case_item a .case_item_text .case_item_title {
  font-size: 20px;
  margin-bottom: 6px;
}

.case_list .case_item a .case_item_text .case_item_content {
  font-size: 14px;
  line-height: 22px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 60%;
}

.more_icon {
  position: absolute;
  right: 5%;
  top: 30%;
  width: 52px;
  height: 52px;
}

.more_icon img {
  width: 100%;
  height: 100%;
}

.case_list .case_item a .case_item_text .case_item_bottom p {
  font-size: 16px;
  color: #999999;
}

.gezhan_case .gezhan_case_box .hot_case {
  margin-bottom: 76px;
}

.gezhan_case .gezhan_case_box .hot_case a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gezhan_case .gezhan_case_box .hot_case a:hover .hot_case_r img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.gezhan_case .gezhan_case_box .hot_case a .hot_case_l {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.gezhan_case .gezhan_case_box .hot_case a .hot_case_l .hot_case_title {
  color: #333;
  margin-bottom: 30px;
}

.gezhan_case .gezhan_case_box .hot_case a .hot_case_l .hot_case_title .en {
  font-size: 25px;
}

.gezhan_case .gezhan_case_box .hot_case a .hot_case_l .hot_case_title .cn {
  font-size: 22px;
}

.gezhan_case .gezhan_case_box .hot_case a .hot_case_l .hot_case_content {
  font-size: 18px;
  color: #111c38;
  line-height: 30px;
}

.gezhan_case .gezhan_case_box .hot_case a .hot_case_l .hot_case_content p {
  margin-bottom: 20px;
}

.gezhan_case .gezhan_case_box .hot_case a .hot_case_r {
  width: 686px;
  margin-left: 50px;
  overflow: hidden;
}

.gezhan_case .gezhan_case_box .hot_case a .hot_case_r img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.gezhan_course {
  margin-bottom: 80px;
}

.gezhan_course .gezhan_b_title {
  margin-bottom: 30px;
}

.gezhan_case {
  margin-bottom: 80px;
}

.gezhan_tech {
  margin-bottom: 50px;
}

.gezhan_tech .pro_box {
  margin-top: 30px;
}

.gezhan_certificate {
  margin-bottom: 80px;
}

.gezhan_certificate .gezhan_b_title {
  margin-bottom: 30px;
}

.gezhan_certificate .gezhan_certificate_honor .gezhan_honor_option {
  margin-bottom: 60px;
}

.gezhan_certificate .gezhan_certificate_honor .gezhan_honor_option ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 100px;
}

.gezhan_certificate .gezhan_certificate_honor .gezhan_honor_option ul li {
  height: 50px;
  width: 176px;
  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;
  font-size: 20px;
  cursor: pointer;
  border: 1px solid #e4e4e4;
}

.gezhan_certificate .gezhan_certificate_honor .gezhan_honor_option ul li.active {
  background-color: #f7631e;
  color: #fff;
}

.gezhan_certificate .gezhan_certificate_honor .gezhan_honor_option ul li.active::before {
  background: url(../images/cer-icon.png) no-repeat center center;
}

.gezhan_certificate .gezhan_certificate_honor .gezhan_honor_option ul li:nth-child(2) {
  margin-left: 20px;
}

.gezhan_certificate .gezhan_certificate_honor .gezhan_honor_option ul li:nth-child(2).active::before {
  background-image: url(../images/cer-icon2.png);
}

.gezhan_certificate .gezhan_certificate_honor .gezhan_honor_option ul li:nth-child(2)::before {
  background-image: url(../images/cer-icon2-2.png);
}

.gezhan_certificate .gezhan_certificate_honor .gezhan_honor_option ul li::before {
  content: '';
  width: 28px;
  height: 28px;
  background: url(../images/cer-icon-2.png) no-repeat center center;
  display: block;
  margin-right: 20px;
}

.swiper-button-prev,
.swiper-button-next {
  outline: none;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  outline: none;
}

.gezhan_certificate .gezhan_certificate_honor .gezhan_honor_box .gezhan_honor_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gezhan_certificate .gezhan_certificate_honor .gezhan_honor_box .gezhan_honor_list .gezhan_honor_item {
  width: 25%;
  padding: 20px 40px;
  background-color: #fafafa;
  margin-bottom: 20px;
}

.gezhan_certificate .gezhan_certificate_honor .gezhan_honor_box .gezhan_honor_list .gezhan_honor_item:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.gezhan_certificate .gezhan_certificate_honor .gezhan_honor_box .gezhan_honor_list .gezhan_honor_item .border {
  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;
  background-color: #f2f2f2;
  -webkit-box-shadow: 0 3px 7px 0 rgba(16, 15, 15, 0.35);
  box-shadow: 0 3px 7px 0 rgba(16, 15, 15, 0.35);
  padding: 10px;
  /* min-height: 280px; */
  overflow: hidden;
}

.gezhan_certificate .gezhan_certificate_honor .gezhan_honor_box .gezhan_honor_list .gezhan_honor_item .border img {
  width: 100%;
  /* max-height: 280px; */
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.gezhan_certificate .gezhan_certificate_honor .gezhan_honor_box .gezhan_honor_list .gezhan_honor_item p {
  text-align: center;
  font-size: 14px;
  color: #3a3838;
  /* line-height: 50px; */
  padding: 10px 0;
  -webkit-box-shadow: 0 3px 7px 0 rgba(189, 188, 188, 0.35);
  box-shadow: 0 3px 7px 0 rgba(189, 188, 188, 0.35);
}

.gezhan_contact {
  margin-bottom: 80px;
}

.gezhan_contact .gezhan_b_title {
  margin-bottom: 60px;
  padding-top: 70px;
}

.gezhan_contact .gezhan_contact_box .contact_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  padding-bottom: 50px;
  font-size: 16px;
}

.gezhan_contact .gezhan_contact_box .contact_list li .icon1::before {
  background: url(../images/contact-icon1.png) no-repeat center center;
}

.gezhan_contact .gezhan_contact_box .contact_list li .icon3::before {
  background: url(../images/contact-icon3.png) no-repeat center center;
}

.gezhan_contact .gezhan_contact_box .contact_list li .icon4::before {
  background: url(../images/contact-icon4.png) no-repeat center center;
}

.gezhan_contact .gezhan_contact_box .contact_list li span:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 8px;
}

.gezhan_contact .gezhan_contact_box .contact_list li .contact_item_l {
  width: 40%;
}

.gezhan_contact .gezhan_contact_box .contact_list li .contact_item_l img {
  width: 100%;
}

.gezhan_contact .gezhan_contact_box .contact_list li .contact_item_r {
  width: 60%;
  padding-left: 47px;
}

.gezhan_contact .gezhan_contact_box .contact_list li .contact_item_r img {
  width: 100%;
}

.gezhan_contact .gezhan_contact_box .contact_list li .contact_item_r h4 {
  font-size: 22px;
  color: #005EFF;
}

.gezhan_contact .gezhan_contact_box .contact_list li .contact_item_r p {
  font-size: 16px;
  color: #333333;
  line-height: 50px;
}

.gezhan_contact .gezhan_contact_box .contact_list li .contact_item_r p span {
  color: #666;
}

.gezhan_from {
  margin-bottom: 50px;
}

.gezhan_from .w {
  padding: 70px 110px 40px;
  /* -webkit-box-shadow: 0 3px 7px 0 rgba(216, 216, 216, 0.35);
  box-shadow: 0 3px 7px 0 rgba(216, 216, 216, 0.35); */
}

.gezhan_from .gezhan_from_title {
  text-align: center;
  margin-bottom: 52px;
}

.gezhan_from .gezhan_from_title .title_top {
  padding-bottom: 20px;
  /* border-bottom: 1px solid #dcdcdc; */
  margin-bottom: 20px;
}

.gezhan_from .gezhan_from_title .title_top h3 {
  font-size: 30px;
  color: #1b1b1b;
}

.gezhan_from .gezhan_from_title .title_top::after {
  width: 64px;
  height: 4px;
  background: #005EFF;
  border-radius: 0px 0px 0px 0px;
  content: '';
  display: inline-block;
  text-align: center;
}

.gezhan_from .gezhan_from_title .title_top .en {
  font-size: 16px;
  color: #666;
}

.gezhan_from .gezhan_from_title .title_bottom {
  font-size: 16px;
  color: #323232;
}

.gezhan_from .form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  background-color: #eee;
}

.gezhan_from .form_row .form_col {
  width: 380px;
  height: 60px;
  position: relative;
}

.gezhan_from .form_row .form_col input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background-color: #eeeeee;
  padding-left: 2em;
  font-size: 19px;
}

.gezhan_from .form_row .form_col .red::before {
  content: '*';
  position: absolute;
  color: red;
  font-size: 18px;
  top: 38%;
  left: 5%;
}

.gezhan_from .form_message {
  background: #eeeeee;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 320px;
}

.gezhan_from .form_message .message_title {
  text-align: center;
  font-size: 24px;
  color: #555555;
  margin-bottom: 25px;
  display: none;
}

.gezhan_from .form_message.join_in {
  height: auto;
  padding: 30px 0;
}

.gezhan_from .form_message.join_in .form_row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 972px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 5px;
}

.gezhan_from .form_message.join_in .form_row .money_tabs {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #999;
  line-height: 50px;
}

.gezhan_from .form_message.join_in .form_row .money_tabs input[type="text"] {
  height: 24px;
  width: 30%;
  padding: 0;
  border: 1px solid #999999;
  margin-right: 10px;
}

.gezhan_from .form_message.join_in .form_row .form_col {
  height: 40px;
  margin-right: 30px;
  width: auto;
}

.gezhan_from .form_message.join_in .form_row .form_col input[type="checkbox"],
.gezhan_from .form_message.join_in .form_row .form_col input[type="radio"] {
  margin: 0 5px 0 0;
  padding: 0;
}

.gezhan_from .form_message.join_in .form_row p {
  width: 100%;
  font-size: 17px;
  color: #666;
}

.gezhan_from .form_message.join_in .form_row label {
  font-size: 15px;
  color: #999;
  font-weight: unset;
}

.gezhan_from .form_message.join_in .form_row textarea {
  width: 100%;
  margin-top: 20px;
}

.gezhan_from .form_message.join_in .form_row input[type="submit"] {
  margin: 0 auto;
}

.gezhan_from .form_message .form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  width: 95%;
}

.gezhan_from .form_message .form_row .form_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  margin-right: 50px;
  font-size: 15px;
}

.gezhan_from .form_message .form_row .form_col:last-child {
  margin-right: 0;
}

.gezhan_from .form_message .form_row .form_col input[type="checkbox"],
.gezhan_from .form_message .form_row .form_col input[type="radio"] {
  width: 1em;
  height: 1em;
  position: relative;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* padding: 0 20px 0 0; */
  margin: 0 10px 0 0;
  padding: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.gezhan_from .form_message .form_row .form_col input[type="checkbox"]:checked::before,
.gezhan_from .form_message .form_row .form_col input[type="radio"]:checked::before {
  background-image: url(../images/pick1.png);
  border: none;
}

.gezhan_from .form_message .form_row .form_col input[type="checkbox"]::before,
.gezhan_from .form_message .form_row .form_col input[type="radio"]::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /*

  background: url(../images/pick.png) no-repeat center center; */
  border: 1px solid #999;
  background-size: contain;
  /* transition: all 0.3s; */
  cursor: pointer;
}

.Pagination {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 70px;
}

.Pagination a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #CCCCCC;
}

.Pagination .current {
  color: white;
}

.Pagination .current {
  background: #005EFF;
  border-color: #005EFF;
}

.Pagination a {
  color: #666666;
  font-size: 12px;
}

.gezhan_from .form_message .form_row textarea {
  font-size: 14px;
  width: 100%;
  outline: none;
  border: none;
  resize: none;
  padding: 1em;
  margin-bottom: 30px;
  height: 153px;
}

.gezhan_from .form_message .form_row input[type="submit"] {
  width: 222px;
  height: 52px;
  background-color: #005EFF;
  border-radius: 23px;
  border: solid 1px #005EFF;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.gezhan_map #map {
  width: 100%;
  height: 520px;
  background-color: #eee;
}

label {
  margin: 0;
  cursor: pointer;
}

label::selection {
  background: unset;
}

.gezhan_tree .w ul {
  position: relative;
}

.gezhan_tree .w ul::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 10%;
  height: 2px;
  background-color: #e5e4e4;
}

.gezhan_tree .w ul::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background-color: #e5e4e4;
}

.gezhan_tree .w ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 37px;
}

.gezhan_tree .w ul li:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.gezhan_tree .w ul li:last-child {
  background-color: #fff;
  z-index: 1;
}

.gezhan_tree .w ul li::before {
  content: attr(data-date);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #e5e4e4;
  color: #005EFF;
  width: 162px;
  height: 48px;
  line-height: 48px;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
}

.gezhan_tree .w ul li .tree_dev_l {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.gezhan_tree .w ul li .tree_dev_l .dev_imgbox {
  width: 520px;
  max-height: 312px;
  overflow: hidden;
  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;
}

.gezhan_tree .w ul li .tree_dev_l .dev_imgbox img {
  width: 100%;
}

.gezhan_tree .w ul li .tree_dev_r {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.gezhan_tree .w ul li .tree_dev_r .dev_text {
  width: 60%;
}

.gezhan_tree .w ul li .tree_dev_r p {
  font-size: 18px;
  color: #333;
  position: relative;
  line-height: 30px;
  /* text-indent: 2.5em; */
}

.gezhan_tree .w ul li .tree_dev_r p::before {
  /* content: '';
  position: absolute;
  left: 0;
  top: 0.8em;
  height: 1px;
  width: 2em;
  background-color: #333;
  display: block; */
}

.gezhan_hope {
  margin-bottom: 80px;
}

.gezhan_hope .gezhan_b_title {
  margin-bottom: 40px;
}

.gezhan_hope .original {
  margin-bottom: 36px;
}

.gezhan_hope .original .w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gezhan_hope .original .w .original_l {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  /* background-color: #f7f7f7; */
}

.gezhan_hope .original .w .original_l .original_title {
  padding-left: 38px;
  font-size: 22px;
  color: #005EFF;
  font-weight: 600;
  line-height: 50px;
}

.gezhan_hope .original .w .original_l .original_content {
  padding: 30px 40px;
  font-size: 16px;
  color: #666;
  line-height: 30px;
}

.gezhan_hope .original .w .original_r {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.gezhan_hope .original .w .original_r img {
  width: 100%;
}

.gezhan_hope .hope_box .w .gezhan_hope_list .gezhan_hope_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 26px;
}

.gezhan_hope .hope_box .w .gezhan_hope_list .gezhan_hope_item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.gezhan_hope .hope_box .w .gezhan_hope_list .gezhan_hope_item .hope_item_l {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #edeeee;
}

.gezhan_hope .hope_box .w .gezhan_hope_list .gezhan_hope_item .hope_item_l .hope_item_text {
  padding: 30px 40px;
}

.gezhan_hope .hope_box .w .gezhan_hope_list .gezhan_hope_item .hope_item_l .hope_time {
  font-size: 24px;
  color: #005EFF;
  font-weight: 600;
  margin-right: 15px;
  font-family: "Microsoft YaHei", 微软雅黑, serif;
}

.gezhan_hope .hope_box .w .gezhan_hope_list .gezhan_hope_item .hope_item_l .hope_item_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 30px;
}

.gezhan_hope .hope_box .w .gezhan_hope_list .gezhan_hope_item .hope_item_l .hope_item_title {
  font-size: 22px;
  color: #005EFF;
  font-weight: 600;
}

.gezhan_hope .hope_box .w .gezhan_hope_list .gezhan_hope_item .hope_item_l .hope_content {
  font-size: 16px;
  color: #666;
  line-height: 32px;
}

.gezhan_hope .hope_box .w .gezhan_hope_list .gezhan_hope_item .hope_item_r {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.gezhan_hope .hope_box .w .gezhan_hope_list .gezhan_hope_item .hope_item_r img {
  width: 100%;
}

.photo_mien {
  margin-bottom: 62px;
}

.photo_mien .w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f6f5f5;
  -webkit-box-shadow: 0 5px 7px 0 rgba(0, 0, 0,
      0.35);
  box-shadow: 0 5px 7px 0 rgba(0, 0, 0,
      0.35);
}

.photo_mien .w .photo_mien_box {
  display: none;
  width: 33.33%;
  padding: 35px 15px 15px 15px;
}

.photo_mien .w .photo_mien_box .photo_mien_titel {
  font-size: 22px;
  color: #005EFF;
  margin-bottom: 20px;
}

.photo_mien .w .photo_mien_box .photo_mien_content {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}

.photo_mien .w .mien_imgbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
  background-color: #e7e4e4;
}

.photo_mien .w .mien_imgbox .mien_imgbox_tiem {
  width: 33.33%;
  padding: 10px;
  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;
}

.photo_mien .w .mien_imgbox .mien_imgbox_tiem img {
  min-height: 100%;
  width: 100%;
}

.gezhan_photo {
  margin-bottom: 0px;
}

.gezhan_photo .gezhan_b_title {
  margin-bottom: 20px;
}

.photo_box {
  margin-bottom: 80px;
}

.photo_box .w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.photo_box .w .photo_option {
  width: 15%;
  margin-right: 15px;
}

.photo_box .w .photo_option .photo_option_title {
  color: #fff;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 60px;
  background-color: #005EFF;
}

.photo_box .w .photo_option .photo_option_title .en {
  font-size: 14px;
}

.photo_box .w .photo_option .photo_option_title .cn {
  font-size: 18px;
}

.photo_box .w .photo_option .photo_option_list {
  padding: 10px;
  border: 1px solid #d4d4d4;
  background-color: #f7f7f7;
}

.photo_box .w .photo_option .photo_option_list .photo_option_item {
  line-height: 45px;
  font-size: 16px;
  color: #777;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
  margin-bottom: 10px;
  border: 1px solid #d4d4d4;
  border-top: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.photo_box .w .photo_option .photo_option_list .photo_option_item:last-child {
  margin-bottom: 0px;
}

.photo_box .w .photo_option .photo_option_list .photo_option_item.active {
  background-color: #005EFF;
  color: #fff;
  border-color: #005EFF;
}

.photo_box .w .photo_box_list {
  width: calc(100% - 253px - 15px);
  padding: 0 50px;
  position: relative;
  display: none;
}

.photo_box .w .photo_box_list.active {
  display: block;
  -webkit-animation: adminbuy_show 0.3s;
  animation: adminbuy_show 0.3s;
}

.photo_box .w .photo_box_list .photo_swiper .photo_swiper_item .photo_imgbox {
  max-height: 218px;
  overflow: hidden;
}

.photo_box .w .photo_box_list .photo_swiper .photo_swiper_item .photo_imgbox img {
  min-height: 100%;
  width: 100%;
}

.photo_box .w .photo_box_list .photo_swiper .photo_swiper_item .photo_title {
  text-align: center;
  font-size: 16px;
  color: #666;
  line-height: 50px;
  background-color: #f5f5f5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand_video .w .brand_video_title {
  color: #666;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  width: 200px;
  height: 60px;

}

.brand_video .w .brand_video_title .en {
  font-size: 12px;
}

.brand_video .w .brand_video_title .cn {
  font-size: 19px;
  font-weight: 600;
}

.brand_video .w .brand_video_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 28px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.brand_video .w .brand_video_box ul::after {
  content: '';
  width: 32%;
}

.brand_video .w .brand_video_box ul li {
  width: 32%;
  margin-bottom: 30px;
}

.brand_video .w .brand_video_box ul li a video {
  width: 100%;
  background-color: #e7e4e4;
}

.brand_video .w .brand_video_box ul li a .brand_video_text {
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 40px;
}

.pro_box .w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pro_box .w .pro_box_left {
  /* width: 260px; */
  margin-right: 10px;
}

.pro_box .w .pro_box_left .margin_top {
  margin-top: 20px;
}

.pro_box .w .pro_box_left .margin_top:first-child {
  margin-top: 0;
}

.pro_box .w .pro_box_left .pro_title {
  font-size: 18px;
  color: #ffffff;
  height: 64px;
  line-height: 64px;
  text-align: center;
  background-color: #005EFF;
}

.pro_box .w .pro_box_left .tel_box {
  background: url(../images/tel-bg.jpg) no-repeat center center;
  margin-top: 10px;
  height: auto;
  width: 100%;
  background-size: cover;
  padding-bottom: 10px;
}

.pro_box .w .pro_box_left .tel_box .tel_box_t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #fff;
  margin-bottom: 16px;
  padding: 18px 0 18px 8px;
}

.pro_box .w .pro_box_left .tel_box .tel_box_t::before {
  content: '';
  width: 41px;
  height: 41px;
  background: url(../images/tel-box.png) no-repeat center center;
  display: block;
  margin-right: 5px;
}

.pro_box .w .pro_box_left .tel_box .tel_box_t .tel_box_title {
  color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pro_box .w .pro_box_left .tel_box .tel_box_t .tel_box_title h5 {
  height: 14px;
}

.pro_box .w .pro_box_left .tel_box .tel_box_t .tel_box_title h4 {
  font-size: 16px;
}

.pro_box .w .pro_box_left .tel_box .tel_box_f {

  font-size: 14px;
  padding: 0 15px;
  line-height: 28px;
}

.pro_box .w .pro_box_left .tel_box .tel_box_f p {
  color: #fff;
}

.pro_box .w .pro_box_left .pro_option {
  width: 100%;
}

.pro_box .w .pro_box_left .pro_option .pro_option_tiem {
  width: 100%;
  border: 1px solid #d4d4d4;
  border-top: none;
}

.pro_box .w .pro_box_left .pro_option .pro_option_tiem p {
  line-height: 50px;
  background-color: #f7f7f7;
  font-size: 15px;
  padding: 0 30px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 600;
  background: #EEF1F7;
}

.pro_box .w .pro_box_left .pro_option .pro_option_tiem p.active::after {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.pro_box .w .pro_box_left .pro_option .pro_option_tiem p.gezhan_you::after {
  content: '';
  width: 0;
  height: 0;
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #005EFF;
}

/* 新增分页样式 */
.pagebar {
  padding: 20px;
  overflow: hidden;
  clear: both
}

.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px;
  line-height: 100%
}

.pagination span {
  color: #333;
  font-size: 12px;
  padding: 7px 2px;
  margin: 0 2px;
  border-radius: 3px;
}

.pagination a:hover {
  color: #ffffff;
  border: 1px solid #333;
}

.pagination a.page-num-current {
  color: #fff;
  background: #005EFF;
  border: 1px solid #005EFF;
}

.pagination .st {
  font-family: 宋体
}

.text-secondary {
  text-align: center;
  padding: 20px 0
}

.pro_box .w .pro_box_left .pro_option .pro_option_tiem p.active~.pro_name_list {
  display: block;
}

.pro_box .w .pro_box_left .pro_option .pro_option_tiem .pro_name_list {
  display: none;
}

.pro_box .w .pro_box_left .pro_option .pro_option_tiem .pro_name_list .pro_name {
  border-bottom: 1px solid #d4d4d4;
}

.pro_box .w .pro_box_left .pro_option .pro_option_tiem .pro_name_list .pro_name a {
  line-height: 50px;
  background-color: #f7f7f7;
  font-size: 14px;
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pro_box .w .pro_box_left .pro_option .pro_option_tiem .pro_name_list .pro_name a::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 100%;
  margin-right: 10px;
  background-color: #ee7800;
  display: block;
}

.pro_box .w .pro_box_right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pro_box .w .pro_box_right .pro_breadcrumb {
  margin-bottom: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #686868;
  border-bottom: 1px solid #005EFF;
  font-size: 15px;
  padding-bottom: 8px;
}

.pro_box .w .pro_box_right .pro_breadcrumb p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pro_box .w .pro_box_right .pro_breadcrumb p::before {
  content: '';
  width: 22px;
  height: 30px;
  background: url(../images/location.png) no-repeat center center;
  display: block;
  margin-right: 10px;
}

.pro_box .w .pro_box_right .pro_breadcrumb .breadcrumb>li+li:before {
  content: '>>';
}

.pro_box .w .pro_box_right .pro_breadcrumb .breadcrumb {
  background-color: #fff;
  margin-bottom: 0;
  padding: 15px 0;
}

.pro_box .w .pro_box_right .pro_list_box .pro_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}


.pro_box .w .pro_box_right .pro_list_box .pro_list .pro_item {
  width: 24%;
  margin-bottom: 30px;
  margin-right: calc(4% / 3);
}

.pro_box .w .pro_box_right .pro_list_box .pro_list .pro_item:nth-child(4n) {
  margin-right: 0;
}

.pro_box .w .pro_box_right .pro_list_box .pro_list .pro_item:hover img {
  -webkit-transform: translateZ(0) scale(1.2) !important;
  transform: translateZ(0) scale(1.2) !important;
}

.pro_box .w .pro_box_right .pro_list_box .pro_list .pro_item:hover .pro_item_imgbox {
  border-color: #005EFF;
}

.pro_box .w .pro_box_right .pro_list_box .pro_list .pro_item:hover .pro_item_title {
  background-color: #005EFF;
  color: #fff;
  border-color: #005EFF;
}

.pro_box .w .pro_box_right .pro_list_box .pro_list .pro_item a .pro_item_imgbox {
  height: auto;
  border: solid 1px #e5e5e5;
  overflow: hidden;
  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;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.pro_box .w .pro_box_right .pro_list_box .pro_list .pro_item a .pro_item_imgbox img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1)
}

.pro_details {
  margin-bottom: 40px;
}

.pro_box .w .pro_box_right .pro_list_box .pro_list .pro_item a .pro_item_title {
  text-align: center;
  font-size: 14px;
  color: #666666;
  padding: 5px 15px;
  line-height: 22px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #e5e5e5;
  border-top: none;
  /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow:

  hidden; */
}

.pro_box .w .pro_box_right .product_box .product_box_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* border-bottom: 2px solid #f7f7f7; */
}

.pro_box .w .pro_box_right .product_box .product_box_option .product_box_option_tiem {
  font-size: 18px;
  color: #555;
  background-color: #fff;
  width: 155px;
  text-align: center;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
}

.pro_box .w .pro_box_right .product_box .product_box_option .product_box_option_tiem.active {
  background-color: #dadada;
  /* color: #fff; */
}

.pro_box .w .pro_box_right .product_box .product_box_list {
  border: 1px solid #eee;
}

.pro_box .w .pro_box_right .product_box .product_box_list .product_box_item {
  display: none;
}

.pro_box .w .pro_box_right .product_box .product_box_list .product_box_item.active {
  display: block;
}

.pro_box .w .pro_box_right .product_box .product_box_list .product_box_item img {
  max-width: 100%;
}

.pro_box .w .pro_box_right .pro_message {
  margin-bottom: 25px;
}

.pro_box .w .pro_box_right .pro_message .message_title {
  margin-bottom: 30px;
  text-align: center;
  margin-top: 60px;
}

.pro_box .w .pro_box_right .pro_message .message_title .cn {
  font-size: 32px;
  color: #444444;
}

.pro_box .w .pro_box_right .pro_message .message_title .en {
  font-size: 16px;
  color: #dedede;
}

.pro_box .w .pro_box_right .pro_message form {
  border: 1px solid #ddd;
  padding: 30px 160px;
}

.pro_box .w .pro_box_right .pro_message form .form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.pro_box .w .pro_box_right .pro_message form .form_row.tow {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.pro_box .w .pro_box_right .pro_message form .form_row.tow input {
  color: #fff;
  width: 63px;
  height: 25px;
  background-color: #313131;
  border-radius: 6px;
  font-size: 13px;
  outline: none;
  border: none;
}

.pro_box .w .pro_box_right .pro_message form .form_row.tow input[type="submit"] {
  background-color: #dd2f29;
  margin-right: 10px;
}

.pro_box .w .pro_box_right .pro_message form .form_row.one {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f0f0f0;
  padding: 5px 20px 20px 20px;
}

.pro_box .w .pro_box_right .pro_message form .form_row.one label {
  color: #a0a0a0;
  line-height: 40px;
}

.pro_box .w .pro_box_right .pro_message form .form_row.one textarea {
  border: none;
  outline: none;
  resize: none;
}

.pro_box .w .pro_box_right .pro_message form .form_row .form_col {
  width: 45%;
  position: relative;
}

.pro_box .w .pro_box_right .pro_message form .form_row .form_col input {
  width: 100%;
  border: 1px solid #eee;
  outline: none;
  height: 40px;
  padding-left: 1em;
  font-size: 14px;
  color: #a0a0a0;
}

.pro_box .w .pro_box_right .pro_message form .form_row .form_col label {
  position: absolute;
  color: red;
  font-size: 16px;
  right: 5%;
  top: 36%;
}

.pro_box .w .pro_box_right .strength .strength_title {
  margin-bottom: 30px;
  margin-top: 50px;
  text-align: center;
}

.pro_box .w .pro_box_right .strength .strength_title .cn {
  font-size: 32px;
  color: #444444;
}

.pro_box .w .pro_box_right .strength .strength_title .en {
  font-size: 16px;
  color: #dedede;
}

.pro_box .w .pro_box_right .strength ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pro_box .w .pro_box_right .strength ul::after {
  content: '';
  width: 32%;
}

.pro_box .w .pro_box_right .strength ul li {
  width: 32%;
  margin-bottom: 20px;
  overflow: hidden;
}

.pro_box .w .pro_box_right .strength ul li:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.pro_box .w .pro_box_right .strength ul li img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.pro_box .w .pro_box_right .pro_details .pro_details_content .product_title {
  padding-bottom: 15px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}

.pro_details_content {
  position: relative;
  flex: 1;
}

.pro_box .w .pro_box_right .pro_details .pro_details_content .product_btn {
  position: absolute;
  bottom: 200px;
  left: 0;
  display: flex;
  align-items: center;
}

.product_btn .c_btn1:hover {
  background-color: #333;
}

.product_btn p {
  font-size: 16px;
  color: #666;
}

.product_btn p a {
  font-size: 16px;
  color: #005EFF;
}

.product_btn .c_btn1 {
  padding: 10px 30px;
  display: inline-block;
  margin-right: 20px;
  border-radius: 8px;
  background-color: #005EFF;
  color: #fff;
  font-size: 18px;
  transition: all .3s;
}

.product_btn a:last-child {
  margin-right: 0;
}

.pro_box .w .pro_box_right .pro_details .pro_details_content .product_details {
  font-size: 18px;
  color: #777777;
  line-height: 40px;
  margin-bottom: 60px;
}

.pro_box .w .pro_box_right .pro_details .pro_details_content .product_use {
  font-size: 18px;
  color: #777777;
  line-height: 30px;
}

.pro_box .w .pro_box_right .pro_details .bg {
  width: 100%;
  height: 540px;
  /* overflow: hidden; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pro_box .w .pro_box_right .pro_details .bg .m-pro_details_box {
  display: none;
}

.pro_box .w .pro_box_right .pro_details .bg_left {
  width: 440px;
  height: auto;
  float: left;
  margin-right: 50px;
}

.pro_box .w .pro_box_right .pro_details .bg_right {
  position: absolute;
  z-index: 10;
  left: 50%;
}

.pro_box .w .pro_box_right .pro_details .show {
  width: 440px;
  height: 440px;
  margin-bottom: 10px;
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid #E8E8E8;
  cursor: move;
}

.pro_box .w .pro_box_right .pro_details .show img {
  width: 440px;
  height: 440px;
}

.pro_box .w .pro_box_right .pro_details .mask {
  width: 215px;
  height: 215px;
  background: #000;
  filter: alpha(opacity=50);
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.pro_box .w .pro_box_right .pro_details .bigshow {
  width: 440px;
  height: 440px;
  overflow: hidden;
  margin-left: -20px;
  display: none;
  border: 1px solid #E8E8E8;
}

.pro_box .w .pro_box_right .pro_details .bigshow img {
  width: 880px;
  height: 880px;
  margin-right: 10px;
}

.pro_box .w .pro_box_right .pro_details .smallshow {
  width: 100%;
  height: 70px;
  position: relative;
}

.pro_box .w .pro_box_right .pro_details .smallshow img {
  width: 100%;
  min-height: 100%;
  border: 1px solid #e8e8e8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.pro_box .w .pro_box_right .pro_details .smallshow>.middle_box {
  margin: 0 auto;
  width: 315px;
  overflow: hidden;
  height: 70px;
}

.pro_box .w .pro_box_right .pro_details .smallshow .middle {
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 70px;
}

.pro_box .w .pro_box_right .pro_details .smallshow .middle>li {
  width: 70px;
  height: 70px;
  float: left;
  cursor: pointer;
  padding: 0 5px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.pro_box .w .pro_box_right .pro_details .smallshow>p {
  position: absolute;
  top: 50%;
  width: 22px;
  height: 32px;
  margin-top: -16px;
}

.pro_box .w .pro_box_right .pro_details .smallshow>.prev {
  left: 0;
  background: url(../images/hover-prev.png) no-repeat;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.pro_box .w .pro_box_right .pro_details .smallshow>.next {
  right: 0;
  background: url(../images/hover-next.png) no-repeat;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.pro_box .w .pro_box_right .pro_details .smallshow>.prev.prevnone {
  left: 0;
  background: url(../images/prev.png) no-repeat;
  cursor: not-allowed;
}

.pro_box .w .pro_box_right .pro_details .smallshow>.next.nextnone {
  right: 0;
  background: url(../images/next.png) no-repeat;
  cursor: not-allowed;
}

.gezhan_proxy .gezhan_proxy_data {
  background: url(../images/proxy-bg.jpg) no-repeat top center;
  height: 565px;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 124px;
}

.gezhan_proxy .gezhan_proxy_data .proxy_data_title {
  color: #333;
  text-align: center;
}

.gezhan_proxy .gezhan_proxy_data .proxy_data_title h2 {
  font-size: 36px;
  margin-bottom: 35px;
}

.gezhan_proxy .gezhan_proxy_data .proxy_data_title h5 {
  width: 800px;
  font-size: 16px;
  margin-bottom: 35px;
  line-height: 30px;
  color: #666;
  text-align: justify;
}

.gezhan_proxy .gezhan_proxy_data .proxy_data_number ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gezhan_proxy .gezhan_proxy_data .proxy_data_number ul li {
  color: #005EFF;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 380px;
  position: relative;
}

.gezhan_proxy .gezhan_proxy_data .proxy_data_number ul li::after {
  content: '';
  width: 1px;
  height: 30%;
  background-color: #005EFF;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gezhan_proxy .gezhan_proxy_data .proxy_data_number ul li:last-child::after {
  content: unset;
}

.gezhan_proxy .gezhan_proxy_data .proxy_data_number ul li .num {
  font-size: 82px;
  position: relative;
}

.gezhan_proxy .gezhan_proxy_data .proxy_data_number ul li .num::after {
  content: attr(data-title);
  position: absolute;
  top: 0;
  right: -40%;
  font-size: 20px;
}

.gezhan_proxy .gezhan_proxy_data .proxy_data_number ul li:nth-child(2) .num::after {
  right: -20%;
}

.gezhan_proxy .gezhan_proxy_data .proxy_data_number ul li:nth-child(3) .num::after {
  right: -20%;
}

.gezhan_proxy .gezhan_proxy_data .proxy_data_number ul li p {
  font-size: 20px;
}

.gezhan_proxy .reason {
  margin-bottom: 100px;
}

.gezhan_proxy .reason::after {
  /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.gezhan_proxy .reason .reason_l {
  float: right;
  width: 50%;
}

.gezhan_proxy .reason .reason_l .reason_title {
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
}

.gezhan_proxy .reason .reason_l .reason_title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 37px;
  height: 4px;
  background-color: #af0000;
  border-radius: 2px;
}

.gezhan_proxy .reason .reason_l .reason_title .cn {
  font-size: 22px;
  color: #333333;
}

.gezhan_proxy .reason .reason_l .reason_title .en {
  font-size: 18px;
  color: #000000;
  padding-bottom: 10px;
}

.gezhan_proxy .reason .reason_l .reason_box {
  width: 100%;
  padding-right: 50px;
}

.gezhan_proxy .reason .reason_l .reason_box .reason_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-right: 50px;
}

.gezhan_proxy .reason .reason_l .reason_box .reason_list .reason_item {
  width: 50%;
  height: 56px;
  font-size: 18px;
  color: #3c3c3c;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 23px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-left: 1px;
}

.gezhan_proxy .reason .reason_l .reason_box .reason_list .reason_item:hover {
  background-color: #c41f2a;

}

.gezhan_proxy .reason .reason_l .reason_box .reason_list .reason_item:hover p {
  color: #fff;
}

.gezhan_proxy .reason .reason_l .reason_box .reason_list .reason_item:hover::before {
  background-image: url(../images/border5-1.png);
}

.gezhan_proxy .reason .reason_l .reason_box .reason_list .reason_item p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.gezhan_proxy .reason .reason_l .reason_box .reason_list .reason_item::before {
  content: attr(data-number);
  height: 55px;
  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;
  width: 48px;
  background: url(../images/border5.png) no-repeat center center;
  margin-right: 30px;
  font-size: 24px;
  color: #3c3c3c;
  font-weight: 600;
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
}

.gezhan_proxy .reason .reason_r {
  width: 38%;
  float: right;
}

.gezhan_proxy .reason .reason_r img {
  width: 100%;
}

.gezhan_proxy .support .support_title {
  margin-bottom: 50px;
  text-align: center;
  color: #666;
}

.gezhan_proxy .support .support_title .cn {
  font-size: 32px;
}

.gezhan_proxy .support .support_title .en {
  font-size: 16px;
}

.gezhan_proxy .support .support_box {
  background: url(../images/proxy-bg2.jpg) no-repeat bottom center;
  height: 766px;
  position: relative;
}

.gezhan_proxy .support .support_box .support_box_l {
  position: absolute;
  height: 766px;
  padding: 24px 40px;
  left: 50%;
  top: 0;
  width: 50%;
  background-color: rgba(0, 0, 0, 0.6);
}

.gezhan_proxy .support .support_box .support_box_l .support_box_title {
  text-align: center;
  color: #ffffff;
  margin-bottom: 30px;
  width: 555px;
}

.gezhan_proxy .support .support_box .support_box_l .support_box_title .cn {
  font-size: 22px;
}

.gezhan_proxy .support .support_box .support_box_l .support_box_title .en {
  font-size: 12px;
  letter-spacing: 4px;
}

.gezhan_proxy .support .support_box .support_box_l .support_box_list {
  width: 555px;
}

.gezhan_proxy .support .support_box .support_box_l .support_box_list .support_box_item {
  height: 75px;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 28px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.gezhan_proxy .support .support_box .support_box_l .support_box_list .support_box_item:hover {
  background-color: #c41f2a;
}

.gezhan_proxy .support .support_box .support_box_l .support_box_list .support_box_item:hover p {
  color: #fff;
}

.gezhan_proxy .support .support_box .support_box_l .support_box_list .support_box_item:hover::before {
  color: #fff;
}

.gezhan_proxy .support .support_box .support_box_l .support_box_list .support_box_item:hover::after {
  border-top: 25px solid #c41f2a;
}

.gezhan_proxy .support .support_box .support_box_l .support_box_list .support_box_item::before {
  content: attr(data-number);
  font-family: Impact, serif;
  font-size: 40px;
  color: #c41f2a;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 2%;
  line-height: 83px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.gezhan_proxy .support .support_box .support_box_l .support_box_list .support_box_item::after {
  content: '';
  width: 0;
  height: 0;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-top: 25px solid #fff;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  position: absolute;
  left: 5%;
  top: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.gezhan_proxy .support .support_box .support_box_l .support_box_list .support_box_item p {
  padding: 0 30px 0 60px;
  font-size: 16px;
  color: #666;
}

.my-map {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.my-map .icon {
  background: url(../images/marker.png) no-repeat;
}

.my-map .icon-cir {
  height: 31px;
  width: 28px;
}

.my-map .icon-cir-red {
  background-position: -11px -5px;
}

.amap-container {
  height: 100%;
}

.myinfowindow {
  width: 240px;
  min-height: 50px;
}

.myinfowindow h5 {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  width: 220px;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
}

.myinfowindow div {
  margin-top: 10px;
  min-height: 40px;
  line-height: 20px;
  font-size: 13px;
  color: #6f6f6f;
}

.content {
  font-size: 15px;
  line-height: 24px;
  margin: 15px auto 35px;
  padding: 0 15px;
}

.content.pc {
  display: block;
}

.content.mob {
  display: none;
}

.content iframe,
.content video {
  object-fit: cover;
  max-width: 100%;
}

.content img {
  max-width: 100%;
  height: auto !important;
}


video::-internal-media-controls-download-button {
  display: none;
}

video::-webkit-media-controls-enclosure {
  overflow: hidden;
}

video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}

.gezhan_about .gezhan_about_culture .culture_box .culture_box_l ul li:nth-child(5)::before {
  background: url(../images/cfw.png) no-repeat center center;
}

.gezhan_about .gezhan_about_culture .culture_box .culture_box_l ul li:nth-child(3)::before {
  background: url(../images/cjz.png) no-repeat center center;
}

.gezhan_about .gezhan_about_culture .culture_box .culture_box_l ul li:nth-child(6)::before {
  background: url(../images/csm.png) no-repeat center center;
}

.gezhan_about .gezhan_about_culture .culture_box .culture_box_l ul li:nth-child(4)::before {
  background: url(../images/cyr.png) no-repeat center center;
}

.gezhan_about .gezhan_about_culture .culture_box .culture_box_l ul li:nth-child(2)::before {
  background: url(../images/cyj.png) no-repeat center center;
}

.gezhan_about .gezhan_about_culture .culture_box .culture_box_l ul li:nth-child(1)::before {
  background: url(../images/c01.png) no-repeat center center;
}

.gezhan_about .gezhan_about_culture .culture_box .culture_box_l ul li:hover::before {
  background-color: #005EFF;
}

.video_box video,
.video_box iframe {
  width: 100%;
  display: inline-block;
  vertical-align: baseline;
  height: 90vh;
  max-height: 700px;
}

.pro_box .w .pro_box_right .product_box .product_box_list .product_box_item {
  width: 1150px;
}

.pro_box .w .pro_box_right .pro_details .bg .pro_details_content .product_details table {
  max-width: 100%;
}



.cimg {
  position: relative;
}

.play {
  position: absolute;
  left: 20%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cimg::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.pro_box .w .pro_box_left .pro_option .pro_option_tiem .pro_name_list .active a {
  color: #005EFF
}

.cimg:hover .play {
  opacity: 1;
  left: 50%;
}

.cimg:hover::before {
  opacity: 1;
}


.m-none {
  display: block;
}

.pc-none {
  display: none;
}

#mxw-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 新增样式 */

.video-js {
  width: 100%;
}

.example_video_1-dimensions {
  height: 365px;
}



.index_news_list {
  margin-left: 5%;
}

.index_news_item {
  display: inline-block;
  width: 47%;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px rgba(56, 56, 56, 0.15);
  border-radius: 8px 8px 8px 8px;
  padding: 24px;
  margin-bottom: 20px;
  position: relative;
  margin-right: 5%;
}

.index_news_item:nth-child(even) {
  margin-right: 0;
}



.index_news_item .news_time {
  position: absolute;
  left: -7%;
  top: 24px;
  width: 90px;
  text-align: center;
  background: #005EFF;
  padding: 10px 0;
  overflow: hidden;
  border-radius: 4px;
}

.index_news_item .news_time p {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.index_news_item .news_time span {
  font-size: 14px;
  color: #fff;
}

.index_news_item .news_con {
  padding-left: 8.5%;
}



.index_news_item .news_con span {
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 22px;
  padding-top: 5px;
  height: 45px;
  overflow: hidden;
}



.index_news .news_more a {
  margin: 40px;
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  transition: all .3s;
  transform-style: preserve-3d;
  width: 160.98px;
  padding: 8px;
  margin-right: auto;
  height: 45px;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
  color: #005EFF;
  font-size: 16px;
  font-family: "AlibabaSans";
  border: solid 1px #005EFF;
  border-radius: 4px;
  font-weight: normal;
  margin-left: auto;
  padding-top: 10px;
}

.index_news .news_more a:hover {
  background-color: #005EFF;
  color: #fff;
}

.gezhan_index_kehu {
  padding: 40px 0;
  background-color: #F8FCFF;
}



.gezhan_index_kehu .advantage_box img {
  width: 100%;
}

.gezhan_about_area {
  padding: 100px 0;
  background-color: #323232;
}

.gezhan_about_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
}

.gezhan_about_con .gezhan_index_about_l {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.gezhan_about_con .gezhan_index_about_l .index_about_content {
  font-size: 15px;
  color: #666;
  margin-bottom: 20px;
  line-height: 30px;
}

.gezhan_about_con .gezhan_index_about_r {
  width: 50%;
  margin-left: 62px;
}

.about_title {
  font-size: 32px;
  color: #333333;
  text-align: left;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}

.about_title:before {
  width: 64px;
  height: 4px;
  background: #005EFF;
  border-radius: 0px 0px 0px 0px;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
}

.about_licheng_con {
  padding: 60px 0;
}

.about_licheng_con img {
  width: 100%;
}

.about_zizhi {
  background-color: #EFF8FF;
}

.about_zizhi .w {
  padding: 60px 0;
}

.about_changfang .w {
  padding: 60px 0;
}

.zizhi_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.zizhi_list .zizhi_item {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% / 6);
  margin-bottom: 16px;
}

.about_changfang .zizhi_list .zizhi_item {
  flex-basis: calc(100% / 4);
}

.zizhi_list .zizhi_imgbox {
  overflow: hidden;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #E2E2E2;
  border-bottom: none;
}

.zizhi_list .zizhi_imgbox img {
  width: 100%;
}

.zizhi_list .zizhi_title {
  color: #333;
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 2.8;
  text-align: center;
  background-color: #FFFFFF;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #E2E2E2;
}




.about_jiance {
  padding: 60px 0;
}

.jiance_list {
  display: flex;
  /* 开启flex布局，子元素横向排列 */
  width: 100%;
  /* 容器宽度占满父元素（可根据需求修改，比如固定宽度800px） */
  gap: 15px;
  /* 图片之间的间距（可选，根据需求调整） */
  margin-top: 2em;
}

.jiance_item {
  flex: 1;
  /* 核心：每个item平分容器宽度，实现宽度自适应 */
  height: 230x;
  /* 固定高度，实现等高（可根据需求修改） */
  position: relative;
}

.jiance_item img {
  width: 100%;
  /* 宽度占满包裹元素 */
  height: 100%;
  /* 高度占满包裹元素 */
  object-fit: cover;
  /* 保持图片比例，裁剪多余部分（避免拉伸变形） */
  /* border-radius: 6px; */
  /* 可选：圆角效果，提升视觉体验 */
}

.jiance_title {
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 2.6;
  text-align: center;
  background: #00000052;
  color: #fff;
}

.index_about_content p {
  font-size: 18px;
  color: #333333;
  line-height: 32px;
  text-indent: 2em;
  margin-bottom: 8px;
}

.gezhan_contact .gezhan_b_title_top::after {
  width: 64px;
  height: 4px;
  background: #005EFF;
  border-radius: 0px 0px 0px 0px;
  content: '';
  display: inline-block;
  text-align: center;
}

/* 招聘信息 */
.gezhan_zhaopin {
  background-color: #F8F9FA;
}

.job-list-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 70px 20px 20px;
}

.job-list-header {
  text-align: center;
  margin-bottom: 40px;
}

.job-list-header h2 {
  font-size: 30px;
  color: #1b1b1b;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
}

.job-list-header h2::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 4px;
  background: #005EFF;
}

.job-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
  gap: 24px;
  margin-bottom: 40px;
}

.job-item {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  padding: 24px;
  transition: all 0.3s ease;
}

.job-item:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.job-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #E0E0E0;
}


.job-name {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-right: 20px;
}

.job-salary {
  font-size: 18px;
  font-weight: 600;
  color: #2f54eb;
}

.job-detail-link {
  color: #666;
  font-size: 14px;
  text-decoration: none;
}

.job-detail-link:hover {
  color: #2f54eb;
  text-decoration: underline;
}

.job-desc {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  margin-top: 12px;
}

.job-desc p {
  display: inline-block;
  /* 使容器宽度自适应内容，但不能超过max-width */
  max-width: 100%;
  /* 最大宽度为父容器的100% */
  overflow: hidden;
  /* 隐藏溢出的文本 */
  text-overflow: ellipsis;
  /* 溢出文本显示为省略号 */
  white-space: nowrap;
  /* 防止文本换行 */
}

.job-desc ul {
  padding-left: 20px;
  margin: 0;
}

.job-desc li {
  margin-bottom: 6px;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
}

.pagination a,
.pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 36px;
  border-radius: 4px;
  border: 1px solid #e5e7eb;
  color: #666;
  text-decoration: none;
  transition: all 0.2s ease;
}

.pagination a:hover {
  background-color: #2f51da;
  border-color: #2f54eb;
}

.pagination .current {
  background-color: #2f54eb;
  color: #fff;
  border-color: #2f54eb;
}

.page-jump {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 16px;
}

.page-jump input {
  width: 48px;
  height: 36px;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  text-align: center;
  outline: none;
}

.page-jump input:focus {
  border-color: #2f54eb;
}

/* 招聘详情弹窗样式 */
/* 招聘详情弹窗样式【居中优化版】 */
.job-modal-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  overflow: auto;
  padding: 20px 0;
}

.job-modal-content {
  background: #fff;
  border-radius: 8px;
  width: 100%;
  max-width: 900px;
  max-height: 90vh;
  overflow-y: auto;
  /* padding: 30px; */
  position: relative;
  margin: 0 auto;
  animation: modalFadeIn 0.3s ease;
}

.job-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 40px;
  color: #999;
  cursor: pointer;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.2s;
}

.job-modal-close:hover {
  background: #f5f5f5;
  color: #333;
}

.job-modal-title {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.job-modal-salary {
  display: inline-block;
  font-size: 20px;
  color: #2f54eb;
  font-weight: bold;
  margin-left: 20px;
}

.job-modal-desc {
  font-size: 14px;
  color: #666;
  line-height: 2;
  margin: 20px 0;
}

.job-modal-desc h4 {
  font-size: 16px;
  color: #333;
  margin: 20px 0 10px;
}

/* 弹窗显示状态 */
.job-modal-mask.show {
  display: flex;
}

/* 弹窗动画 */
@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* 岗位详情内容块：默认隐藏 */
.job-modal-content-item {
  display: none;
}

/* 当前激活的详情块显示 */
.job-modal-content-item.active {
  display: block;
  padding: 10px 30px;
}

/* 新闻列表 */

.case_list .case_item .news_time {
  position: absolute;
  left: -5%;
  top: 24px;
  width: 90px;
  text-align: center;
  background: #005EFF;
  padding: 10px 0;
  overflow: hidden;
  border-radius: 4px;
}

.case_list .case_item .news_time p {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.case_list .case_item .news_time span {
  font-size: 14px;
  color: #fff;
}


footer .footer_content .nav1_title {
  margin-bottom: 24px;
}

footer .footer_content .w>ul .nav1 ul>li span {
  line-height: 28px;
}

.gezhan_cn_nav .w {
  padding: 0.2rem 0.1rem;
}

.gezhan_cn_nav .w ul li {
  margin-left: 0;
  padding: 0;
  margin: 0 1.2%;
}

.gezhan_cn_nav .w ul li a {
  line-height: 0.4rem;
  font-size: 18px;
  font-weight: normal;
}


.gezhan_cn_nav {
  margin-bottom: 0;
}

.gezhan_about_area {
  padding: 16px 0 32px 0;
}



.zizhi_list .zizhi_item {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% / 5);
  margin-bottom: 8px;
}

.zizhi_list .zizhi_title {
  color: #333;
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 0.4rem;
  text-align: center;
  background-color: #FFFFFF;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #E2E2E2;
}

.about_changfang .zizhi_list .zizhi_item {
  margin-bottom: 0;
}

.jiance_list {
  margin: 0;
  gap: 8px;
}

.jiance_item:first-child img,
.jiance_item:last-child img {
  width: 350px;
}

.jiance_title {
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 1.2;
  text-align: center;
  background: #0000008a;
  color: #fff;
  font-size: 12px;
  padding: 6px 0;
}


.case_list .case_item .news_time {
  position: absolute;
  left: -5%;
  top: 14px;
  width: 70px;
  text-align: center;
  background: #005EFF;
  padding: 6px 0;
  overflow: hidden;
  border-radius: 4px;
}

.case_list .case_item .news_time p {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.case_list .case_item .news_time span {
  font-size: 12px;
  color: #fff;
}

.case_list .case_item a .case_item_text {
  margin: 12px 0px 12px 68px;
}

.pagebar {
  padding: 10px 20px;
}

.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}

.nnews_aa {
  padding: 0px !important;
}


.job-header {
  /* width: 80%; */
  padding-bottom: 6px;
}

.job-list {
  margin-bottom: 20px;
}

.job-name,
.job-salary {
  font-size: 16px;
}

.job-desc {
  /* width: 80%; */
  margin-top: 0;
}

.job-desc p {
  display: block;
}


.gezhan_b_title .gezhan_b_title_top h3,
.job-list-header h2,
.job-list-header h2 {
  font-size: 32px;
  margin: 0;
  width: 100%;
  left: unset;
  transform: unset;
  padding-bottom: 12px;
}

.gezhan_contact .gezhan_b_title_top::after,
.job-list-header h2::after,
.gezhan_from .gezhan_from_title .title_top::after {
  width: 30px;
  height: 3px;
}

.gezhan_zhaopin {
  margin-top: 8px;
}

.job-name,
.job-salary {
  font-size: 16px;
}

.gezhan_from .gezhan_from_title .title_bottom {
  font-size: 14px;
  color: #323232;
  width: 80%;
  margin: 0 auto;
}

.gezhan_from .gezhan_from_title {
  margin-bottom: 16px;
}

.gezhan_from .form_row {
  margin-bottom: 12px;
}

.gezhan_from .form_row .form_col {
  height: 36px;
  margin-bottom: 4px;
}

.gezhan_from .form_message {
  height: 200px;
}

.gezhan_from .form_message .form_row textarea {
  height: 110px;
  margin-bottom: 12px;
}

.gezhan_from .form_message .form_row input[type="submit"] {
  width: 172px;
  height: 40px;
  background-color: #005EFF;
  border-radius: 23px;
  border: solid 1px #005EFF;
  color: #fff;
  font-size: 16px;
  text-align: center;
}


.gezhan_contact {
  margin-bottom: 0;
}

.gezhan_from {
  margin-bottom: 0.1rem;
}

.job-modal-content {
  margin: 36% auto;
}

.job-modal-title,
.job-modal-salary {
  font-size: 18px;
}

.job-modal-title {
  margin-top: 10px;
  padding-bottom: 10px;
}

.job-modal-desc {
  margin: 14px 0;
}

.job-modal-close {
  top: 6px;
  right: 20px;
  font-size: 36px;
  width: 30px;
  height: 30px;
}


header .header_mid .navbar-default .container-fluid .navbar-collapse .navbar-nav>li.active a.c1:before {
  bottom: 12px;
}

header .header_mid {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  animation: hw_down .8s;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
}

.gezhan_about,
.gezhan_index,
.gezhan_pro,
.gezhan_tech,
.gezhan_contact {
  margin-top: 51px;
}

.about_tit_jianjie {
  padding-left: 0;
}














@media screen and (max-width: 780px) {


  .m-none {
    display: none;
  }

  .pc-none {
    display: block;
  }

  .gezhan_index .gezhan_index_banner .index_banner_swiper .swiper-wrapper .swiper-slide a .banner-text h5 {
    font-size: 16px;
    margin: 0 0 15px 0;
  }

  .gezhan_index .gezhan_index_scheme .w .gezhan_m_title {
    color: #000;
  }

  .gezhan_index .gezhan_index_banner .index_banner_swiper .swiper-wrapper .swiper-slide a .banner-text h4 {
    font-size: 14px;
    margin: 0;
  }

  .gezhan_index .gezhan_index_pro .w {
    padding: 0;
  }

  .gezhan_index .gezhan_index_pro .w>ul {
    display: none;
  }

  .gezhan_index .gezhan_index_pro .w .m-index_pro {
    padding: 0 15px;
    display: block;
  }

  .gezhan_index .gezhan_index_pro .w .m-index_pro .index_pro_swiper a .imgbox {
    border: 1px solid #eee;
    margin-bottom: 0.2rem;
  }

  .gezhan_index .gezhan_index_pro .w .m-index_pro .index_pro_swiper a .imgbox img {
    width: 100%;
  }

  .gezhan_index .gezhan_index_pro .w .m-index_pro .index_pro_swiper a .pro_text {
    text-align: center;
    font-size: 12px;
  }

  .gezhan_index .gezhan_index_about .w {
    display: block;
  }

  .gezhan_index .gezhan_index_about .w .gezhan_index_about_l .index_about_title {
    text-align: center;
    margin-bottom: 0.4rem;
  }

  .gezhan_index .gezhan_index_about .w .gezhan_index_about_l .index_about_title .index_about_title_top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: block;
  }

  .gezhan_index .gezhan_index_about .w .gezhan_index_about_l .index_about_content {
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 0.1rem;
    letter-spacing: unset;
  }

  .gezhan_index .gezhan_index_about .w .gezhan_index_about_l .listbox {
    margin-bottom: 0.2rem;
  }

  .gezhan_index .gezhan_index_about {
    margin-bottom: .4rem;
  }

  .gezhan_index .gezhan_index_about .w .gezhan_index_about_l .index_about_icon ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .gezhan_index .gezhan_index_about .w .gezhan_index_about_l .index_about_icon ul li {
    width: 50%;
    margin: 0 0 0.2rem;
  }

  .gezhan_index .gezhan_index_about .w .gezhan_index_about_r {
    width: 100%;
    margin: 0;
  }

  .gezhan_index .gezhan_index_advantage .video_box,
  .gezhan_index .gezhan_index_scheme .video_box {
    display: none;
  }

  .gezhan_index .gezhan_index_advantage .w .gezhan_m_title,
  .gezhan_index .gezhan_index_scheme .w .gezhan_m_title {
    margin-bottom: 1.2rem;
  }

  .gezhan_index .gezhan_index_advantage .w .advantage_box ul,
  .gezhan_index .gezhan_index_scheme .w .advantage_box ul,
  .gezhan_index .gezhan_index_advantage .w .scheme_box ul,
  .gezhan_index .gezhan_index_scheme .w .scheme_box ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .gezhan_index .gezhan_index_advantage .w .advantage_box ul li,
  .gezhan_index .gezhan_index_scheme .w .advantage_box ul li,
  .gezhan_index .gezhan_index_advantage .w .scheme_box ul li,
  .gezhan_index .gezhan_index_scheme .w .scheme_box ul li {
    width: 48%;
    height: auto;
    margin: 0 0 0.3rem 0;
    padding: 0.3rem 0.1rem;
  }

  .gezhan_index .gezhan_index_advantage .w .advantage_box ul li::before,
  .gezhan_index .gezhan_index_scheme .w .advantage_box ul li::before,
  .gezhan_index .gezhan_index_advantage .w .scheme_box ul li::before,
  .gezhan_index .gezhan_index_scheme .w .scheme_box ul li::before {
    background-size: contain;
    width: 0.6rem;
    height: 0.6rem;
  }

  .gezhan_index .gezhan_index_advantage .w .advantage_box ul li .advantage_title,
  .gezhan_index .gezhan_index_scheme .w .advantage_box ul li .advantage_title,
  .gezhan_index .gezhan_index_advantage .w .scheme_box ul li .advantage_title,
  .gezhan_index .gezhan_index_scheme .w .scheme_box ul li .advantage_title,
  .gezhan_index .gezhan_index_advantage .w .advantage_box ul li .scheme_title,
  .gezhan_index .gezhan_index_scheme .w .advantage_box ul li .scheme_title,
  .gezhan_index .gezhan_index_advantage .w .scheme_box ul li .scheme_title,
  .gezhan_index .gezhan_index_scheme .w .scheme_box ul li .scheme_title {
    font-size: 0.32rem;
    margin: 0.1rem 0;
  }

  .gezhan_index .gezhan_index_advantage .w .advantage_box ul li .advantage_content,
  .gezhan_index .gezhan_index_scheme .w .advantage_box ul li .advantage_content,
  .gezhan_index .gezhan_index_advantage .w .scheme_box ul li .advantage_content,
  .gezhan_index .gezhan_index_scheme .w .scheme_box ul li .advantage_content,
  .gezhan_index .gezhan_index_advantage .w .advantage_box ul li .scheme_content,
  .gezhan_index .gezhan_index_scheme .w .advantage_box ul li .scheme_content,
  .gezhan_index .gezhan_index_advantage .w .scheme_box ul li .scheme_content,
  .gezhan_index .gezhan_index_scheme .w .scheme_box ul li .scheme_content {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }

  .gezhan_index .gezhan_index_pro {
    margin-bottom: .6rem;
    margin-top: .6rem;
  }

  .gezhan_index .gezhan_index_plan .index_plan_box .w .index_plan_r .index_news .index_news_list .index_news_item::after {
    height: 16px;
    width: 16px;
    background-size: cover;
  }

  .gezhan_index .gezhan_index_plan .index_plan_box .w .index_plan_r .index_news .index_news_list .index_news_item {
    height: 40px;
  }

  .gezhan_index .gezhan_index_plan .index_plan_box .w .index_plan_r .index_news .index_news_list .index_news_item::before {
    width: 5px;
    height: 5px;
  }

  .gezhan_index .gezhan_index_plan .index_plan_box .w .index_plan_r .index_news .index_news_title h5 {
    font-size: 20px;
  }

  .gezhan_index .gezhan_index_plan .index_plan_box .w .index_plan_r .index_news .index_news_title a {
    font-size: 12px;
  }

  .gezhan_index .gezhan_index_plan .index_plan_box .w .index_plan_r .index_news .index_news_list .index_news_item a {
    line-height: 40px;
    font-size: 14px;
  }

  .gezhan_index .gezhan_index_about .w .gezhan_index_about_l .index_about_title .index_about_title_top h4 {
    font-size: 20px;
    margin: 0 0 10px 0;
  }

  .gezhan_index .gezhan_index_about .w .gezhan_index_about_l .index_about_title .index_about_title_top p {
    font-size: 12px;
  }

  .gezhan_index .gezhan_index_about .w .gezhan_index_about_l .index_about_title .index_about_title_bottom {
    font-size: 14px;
  }

  .gezhan_index .gezhan_index_order .gezhan_b_title {
    margin-bottom: 0.6rem;
  }

  .gezhan_index .gezhan_index_order .index_order_box .w ul li {
    display: block;
    margin-top: 0.4rem;
  }

  .gezhan_index .gezhan_index_order .index_order_box .w ul li .order_item_l {
    width: 100%;
    padding: 0.3rem;
    margin: 0 0 .4rem;
  }

  .gezhan_index .gezhan_index_order .index_order_box .w ul li .order_item_l .order_item_title {
    font-size: 0.36rem;
    margin-bottom: 0.3rem;
  }

  .gezhan_index .gezhan_index_order .index_order_box .w ul li .order_item_l .order_item_title::before {
    font-size: 0.8rem;
  }

  .gezhan_index .gezhan_index_order .index_order_box .w ul li .order_item_r {
    width: 100%;
    margin: 0;
  }

  .gezhan_index .gezhan_index_order .order_item_content {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .gezhan_index .gezhan_index_scheme {
    background-position: -310px 0;
  }

  .pro_details {
    margin-bottom: 0;
  }

  .gezhan_index .gezhan_index_plan .index_plan_box .w {
    padding: 0;
    display: block;
  }

  .gezhan_index .gezhan_index_plan .index_plan_box .w .index_plan_l {
    width: 100%;
    padding: 0 15px;
    margin: 0;
  }

  .gezhan_index .gezhan_index_plan .index_plan_box .w .index_plan_l .plan_swiper {
    width: 100%;
  }

  .gezhan_index .gezhan_index_plan .index_plan_box .w .index_plan_l .plan_title {
    width: 100%;
  }

  .gezhan_index .gezhan_index_plan .index_plan_box .w .index_plan_l .plan_title li>div {
    font-size: 14px;
    color: #ccc;
  }

  .gezhan_index .gezhan_index_plan .index_plan_box .w .index_plan_l .plan_title li>div span {
    font-size: 16px;
    color: #333;
  }

  .gezhan_index .gezhan_index_plan .index_plan_box .w .index_plan_l .plan_title li a {
    font-size: 16px;
  }

  .gezhan_index .gezhan_index_plan .index_plan_box .w .index_plan_c {
    width: 100%;
    margin: 0.3rem 0;
    padding: 0 0.3rem;
  }

  .gezhan_index .gezhan_index_plan .index_plan_box .w .index_plan_c .anniversary {
    text-align: center;
  }

  .gezhan_index .gezhan_index_plan .index_plan_box .w .index_plan_c .anniversary .anniversary_title {
    margin-bottom: 0.2rem;
    font-size: 22px;
  }

  .gezhan_index .gezhan_index_plan .index_plan_box .w .index_plan_c .anniversary .anniversary_content {
    font-size: 14px;
    margin-bottom: 0.32rem;
  }

  .gezhan_index .gezhan_index_plan .index_plan_box .w .index_plan_r {
    width: 100%;
    margin: 0;
    padding: 0 0.3rem;
  }

  .gezhan_index .gezhan_index_contact {
    margin-bottom: 0.6rem;
  }

  .gezhan_case {
    margin-bottom: 0;
  }

  .gezhan_tech {
    margin-bottom: 0;
  }

  .Pagination {
    margin-bottom: .3rem;
  }

  .jj_imgbox {
    height: 5.6rem;
  }

  .gezhan_about .gezhan_about_box .gezhan_about_jj img {
    margin-bottom: .9rem;
  }

  .gezhan_index .gezhan_index_contact .contact_box {
    width: 100%;
    left: 0;
    padding: 0 15px;
  }

  .gezhan_index .gezhan_index_contact .contact_box .contact_title {
    text-align: center;
    margin-bottom: 0;
  }

  .gezhan_index .gezhan_index_contact .contact_box .contact_list {
    display: block;
  }

  .gezhan_index .gezhan_index_contact .contact_box .contact_list .contact_list_r {
    width: 30%;
    margin: 0 auto;
  }

  .gezhan_index .gezhan_index_contact .contact_box .contact_list .contact_list_r img {
    width: 100%;
  }

  .gezhan_index .gezhan_index_contact .contact_box .contact_list .contact_list_l {
    width: 90%;
    margin: 0 auto 0.4rem;
  }

  .gezhan_index .gezhan_index_contact .contact_box .contact_list .contact_list_l h4 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 23px;
  }

  .photo_mien .w .mien_imgbox {
    padding: 5px;
  }

  .photo_mien .w .mien_imgbox .mien_imgbox_tiem {
    width: 50%;
    padding: 2px;
  }

  .gezhan_index .gezhan_index_contact .contact_box .contact_list .contact_list_l h4::before {
    width: 30px;
    height: 30px;
    background-size: contain;
    margin-right: 10px;
  }

  .gezhan_index .gezhan_index_contact .contact_box .contact_list .contact_list_l .contact_item {
    padding: 0;
    text-align: center;
  }

  .gezhan_about .gezhan_about_box .gezhan_about_jj .w .jj_content p {
    font-size: 14px;
    line-height: 30px;
  }

  .gezhan_about .gezhan_about_box .gezhan_about_jj .w .jj_content h4 {
    font-size: 16px;
  }

  .gezhan_about .gezhan_about_box .gezhan_about_jj .w .jj_imgbox h2 {
    line-height: 40px;
  }

  .gezhan_about .gezhan_about_culture .w .culture_box {
    display: block;
  }

  .gezhan_about .gezhan_about_culture .w .culture_box .culture_box_l ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .gezhan_about .gezhan_about_culture .w .culture_box .culture_box_l ul li {
    width: 80%;
  }

  .gezhan_about .gezhan_about_culture .w .culture_box .culture_box_l ul li .kh {
    text-align: center;
    padding-right: 0;
  }

  .gezhan_about .gezhan_about_culture .w .culture_box .culture_box_l ul li .kh .kh_t {
    font-size: 18px;
  }

  .gezhan_about .gezhan_about_culture .w .culture_box .culture_box_l ul li .kh .kh_c {
    font-size: 14px;
  }

  .gezhan_about .gezhan_about_culture .w .culture_box .culture_box_r {
    width: 100%;
    margin-left: 0;
  }

  .gezhan_about .gezhan_about_culture .w .culture_box .culture_box_r img {
    width: 100%;
  }

  .gezhan_about .advantage_box {
    margin-top: 0;
  }

  .gezhan_about .advantage_box .w ul li {
    width: 100%;
    margin-right: 0;
  }

  .gezhan_baike .baike_nav {
    margin-bottom: 0.4rem;
  }

  .gezhan_baike .gezhan_baike_project .w .project_title {
    width: 100%;
    text-align: center;
    margin-top: 0.6rem;
    margin-bottom: 0.4rem;
  }

  .gezhan_baike .gezhan_baike_project .w .project_title .en {
    font-size: 20px;
  }

  .gezhan_baike .gezhan_baike_project .w .project_title .cn {
    font-size: 20px;
  }

  .gezhan_baike .gezhan_baike_project .w ul li {
    display: block;
  }

  .gezhan_baike .gezhan_baike_project .w ul li .project_tiem_r {
    width: 100%;
    margin: 0;
  }

  .gezhan_case .baike_nav {
    margin-bottom: 0.6rem;
  }

  .gezhan_case .gezhan_case_box .w .hot_case {
    /* display: none; */
    margin-bottom: 30px;
  }

  .gezhan_case .gezhan_case_box .hot_case a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .content.pc {
    display: none;
  }

  .content.mob {
    display: block;
  }

  .gezhan_case .gezhan_case_box .hot_case a .hot_case_r {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }

  .case_list {
    padding: 0;
  }

  .case_list .case_item {
    padding: 0;
    height: auto;
    margin-left: 5%;
    margin-bottom: 6px;
  }

  .case_list .case_item a {
    display: block;
  }

  .case_list .case_item a .case_item_img {
    width: 100%;
    margin: 0;
  }

  .case_list .case_item a .case_item_img img {
    width: 100%;
  }

  .case_list .case_item a .case_item_text {
    padding: 0.3rem 0.1rem;
  }

  .case_list .case_item a .case_item_text .case_item_title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 16px;
    margin-bottom: 0;
    width: 80%;
  }

  .case_list .case_item a .case_item_text .case_item_content {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 18px;
    width: 80%;
  }

  .more_icon {
    width: 40px;
    height: 40px;
  }

  .case_list .case_item a .case_item_text .case_item_bottom {
    display: none;
  }

  .gezhan_certificate .gezhan_certificate_honor .w .gezhan_honor_option {
    margin-bottom: 0.4rem;
  }

  .gezhan_certificate .gezhan_certificate_honor .w .gezhan_honor_option ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0;
  }

  .gezhan_certificate .gezhan_certificate_honor .w .gezhan_honor_option ul li {
    height: 0.8rem;
    width: 2.8rem;
    font-size: 0.32rem;
  }

  .gezhan_certificate .gezhan_certificate_honor .w .gezhan_honor_option ul li::before {
    width: 0.56rem;
    height: 0.56rem;
    margin-right: 0.1rem;
  }

  .gezhan_certificate .gezhan_certificate_honor .w .gezhan_honor_box .gezhan_honor_list .gezhan_honor_item {
    width: 50%;
    padding: 5px;
  }

  .gezhan_certificate .gezhan_certificate_honor .w .gezhan_honor_box .gezhan_honor_list .gezhan_honor_item .border {
    padding: 5px;
    background-color: transparent;
    min-height: auto;
  }

  .gezhan_certificate .gezhan_certificate_honor .w .gezhan_honor_box .gezhan_honor_list .gezhan_honor_item .border img {
    width: 100%;
  }

  .gezhan_certificate .gezhan_certificate_honor .w .gezhan_honor_box .gezhan_honor_list .gezhan_honor_item p {

    font-size: 14px;
  }

  .gezhan_contact .gezhan_contact_box .w .contact_list li {
    display: block;
    padding-bottom: 0;
  }

  .gezhan_contact .gezhan_contact_box .w .contact_list li .contact_item_l {
    width: 100%;
  }

  .gezhan_contact .gezhan_contact_box .w .contact_list li .contact_item_r {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }

  .gezhan_contact .gezhan_contact_box .w .contact_list li .contact_item_r h4 {
    font-size: 18px;
    margin: 5px 0;
  }

  .job-list-container {
    padding: 0;
  }

  .gezhan_contact .gezhan_contact_box .w .contact_list li .contact_item_r p {
    font-size: 14px;
    line-height: 30px;
  }

  .gezhan_map #map {
    height: 5.6rem;
  }

  .gezhan_tree .w ul::after {
    z-index: -1;
  }

  .gezhan_tree .w ul li {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.8rem;
  }

  .gezhan_tree .w ul li:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .gezhan_tree .w ul li::before {
    position: unset;
    -webkit-transform: unset;
    transform: unset;
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 22px;
  }

  .gezhan_tree .w ul li .tree_dev_l {
    width: 100%;
    margin: 20px 0 0 0;
  }

  .gezhan_tree .w ul li .tree_dev_r {
    width: 100%;
  }

  .gezhan_tree .w ul li .tree_dev_r .dev_text {
    width: 100%;
    background-color: #fff;
  }

  .gezhan_tree .w ul li .tree_dev_r .dev_text p {
    font-size: 14px;
    line-height: 30px;
  }

  .gezhan_from {
    margin-bottom: 0.6rem;
  }

  .gezhan_from .w {
    padding: 0.3rem;
  }

  .gezhan_from .w .gezhan_from_title .title_top {
    padding-bottom: 0px;
    margin-bottom: 10px;
  }

  .gezhan_from .w .gezhan_from_title .title_top .cn {
    font-size: 16px;
    margin: 0;
    font-weight: 800;
  }

  .gezhan_banner img {
    width: 100%;
    min-width: auto;
  }

  .gezhan_from .w .gezhan_from_title .title_top .en {
    font-size: 14px;
  }

  .gezhan_from .form_row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .gezhan_from .form_row .form_col {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
  }

  .gezhan_from .form_row .form_col input {
    font-size: 14px;
  }

  .gezhan_from .form_message {
    padding: 10px;
  }

  .gezhan_from .form_message.join_in {
    width: 100%;
    padding: 0.3rem;
  }

  .gezhan_from .form_message.join_in .form_row {
    width: 100%;
  }

  .gezhan_from .form_message.join_in .form_row p {
    font-size: 14px;
  }

  .gezhan_from .form_message.join_in .form_row .form_col input[type="checkbox"],
  .gezhan_from .form_message.join_in .form_row .form_col input [type="radio"] {
    width: 16px;
    height: 16px;
  }

  .gezhan_from .form_message.join_in .form_row .form_col input[type="checkbox"]::before,
  .gezhan_from .form_message.join_in .form_row .form_col input[type="radio"]::before {
    background-size: contain;
  }

  .gezhan_from .form_message.join_in .form_row .form_col label {
    font-size: 12px;
  }

  .gezhan_from .form_message .message_title {
    margin-bottom: 0;
  }

  .gezhan_from .form_message .form_row .form_col {
    margin: 0 10px 0 0;
  }

  .gezhan_from .form_message .form_row .form_col:last-child {
    margin: 0;
  }

  .gezhan_from .form_message .form_row textarea {
    width: 300px;
  }

  .gezhan_hope .original .w {
    display: block;
  }

  .gezhan_hope .original .w .original_l .original_title {
    padding-left: 1em;
    font-size: 18px;
    line-height: 40px;
  }

  .gezhan_hope .original .w .original_l .original_content {
    padding: 1em;
    font-size: 14px;
  }

  .gezhan_hope .hope_box .w .gezhan_hope_list .gezhan_hope_item {
    display: block;
  }

  .gezhan_hope .hope_box .w .gezhan_hope_list .gezhan_hope_item .hope_item_l .hope_item_text {
    padding: 1em;
  }

  .gezhan_hope .hope_box .w .gezhan_hope_list .gezhan_hope_item .hope_item_l .hope_item_text .hope_time {
    font-size: 26px;
    margin-right: 10px;
  }

  .gezhan_hope .hope_box .w .gezhan_hope_list .gezhan_hope_item .hope_item_l .hope_item_text .hope_item_top {
    margin-bottom: 0;
  }

  .gezhan_hope .hope_box .w .gezhan_hope_list .gezhan_hope_item .hope_item_l .hope_item_text .hope_item_top .hope_time {
    font-size: 22px;
    margin-right: 10px;
  }

  .gezhan_hope .hope_box .w .gezhan_hope_list .gezhan_hope_item .hope_item_l .hope_item_text .hope_item_top .hope_item_title {
    font-size: 22px;
    font-weight: unset;
  }

  .gezhan_hope .hope_box .w .gezhan_hope_list .gezhan_hope_item .hope_item_l .hope_item_text .hope_content {
    font-size: 14px;
  }

  .gezhan_photo .photo_mien .w {
    display: block;
    width: 90%;
    padding: 5px;
  }

  .gezhan_photo .photo_mien .w .photo_mien_box {
    width: 100%;
    padding: 15px;
  }

  .photo_mien .w .photo_mien_box .photo_mien_titel {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .gezhan_photo .photo_mien .w .photo_mien_content {
    width: 100%;
    font-size: 14px;
  }

  .photo_mien {
    margin-bottom: .4rem;
  }

  .gezhan_photo .photo_box .w {
    -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;
  }

  .gezhan_photo .photo_box .w .photo_option {
    margin-right: 0;
    margin-bottom: 0.4rem;
    width: 100%;
  }

  .photo_box .w .photo_option .photo_option_title {
    height: 79px;
    width: 200px;
    margin: 0 auto 0.4rem;
  }

  .gezhan_photo .photo_box .w .photo_option .photo_option_title .en {
    font-size: 20px;
  }

  .gezhan_photo .photo_box .w .photo_option .photo_option_title .cn {
    font-size: 20px;
  }

  .gezhan_photo .photo_box .w .photo_option .photo_option_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    overflow-x: scroll;
    padding: 5px;
  }

  .photo_box .w .photo_option .photo_option_list .photo_option_item {
    border-top: 1px solid #d4d4d4;
    margin-right: 10px;
    margin-bottom: 0;
    padding: 0 15px;
    line-height: 35px;
    font-size: 14px;
  }

  .photo_box .w .photo_option .photo_option_list .photo_option_item:last-child {
    margin-right: 0px;
  }

  .gezhan_photo .photo_box .w .photo_box_list {
    width: 100%;
    padding: 0;
  }

  .photo_box {
    margin-bottom: 0;
  }

  .photo_box_list .photo_next,
  .photo_box_list .photo_prev {
    display: none;
  }

  .photo_box .w .photo_box_list .photo_swiper .photo_swiper_item .photo_imgbox {
    max-height: 90px;
  }

  .gezhan_photo .photo_box .w .photo_box_list .photo_swiper .swiper-wrapper .swiper-slide .photo_swiper_item .photo_title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 35px;
  }

  .gezhan_photo .brand_video .w .brand_video_title {
    height: 79px;
    margin: 0 auto 0.4rem;
  }

  .gezhan_photo .brand_video .w .brand_video_title .en {
    font-size: 20px;
  }

  .gezhan_photo .brand_video .w .brand_video_title .cn {
    font-size: 20px;
  }

  .gezhan_photo .brand_video .w .brand_video_box ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }

  .gezhan_photo .brand_video .w .brand_video_box ul li {
    width: 100%;
    margin-bottom: 0;
  }

  .gezhan_photo .brand_video .w .brand_video_box ul li a .brand_video_text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .pro_box .w {
    display: block;
    padding: 0;
    position: relative;
  }

  .gezhan_pro .pro_box {
    margin: 0;
  }

  .pro_box .w .pro_box_left {
    position: absolute;
    top: 10%;
    left: -158px;
    min-width: 160px;
    width: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 10px 7px 8px 1px rgba(144, 144, 144, 0.2);
    box-shadow: 10px 7px 8px 1px rgba(144, 144, 144, 0.2);
    margin-right: 0;
    background-color: #f7f7f7;
    border-bottom: 5px solid #005EFF;
    z-index: 999;
  }

  .pro_box .w .pro_box_left.open {
    left: 0;
  }

  .pro_box .w .pro_box_left.open .margin_top:first-child .pro_title::before {
    content: '<<';
  }

  .pro_box .w .pro_box_left .pro_title {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
  }

  .pro_box .w .pro_box_left .margin_top:first-child .pro_title::before {
    content: '>>';
    position: absolute;
    width: 30px;
    height: 30px;
    right: -30px;
    display: block;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    background-color: #005EFF;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .pro_box .w .pro_box_left .pro_option .pro_option_tiem p {
    line-height: 40px;
    font-size: 14px;
    padding: 0 10px;
  }

  .pro_box .w .pro_box_left .pro_option .pro_option_tiem p::after {
    margin-left: 20px;
  }

  .pro_box .w .pro_box_left .pro_option .pro_option_tiem .pro_name_list .pro_name {
    padding-left: 10px;
    padding-right: 10px;
  }


  .pro_box .w .pro_box_left .pro_option .pro_option_tiem .pro_name_list .pro_name a {
    line-height: 40px;
    font-size: 12px;
    padding-left: 0;
  }

  .pro_box .w .pro_box_left .tel_box {
    display: none;
  }

  .pro_box .w .pro_box_right {
    width: 100%;
    padding: .16rem 15px;
  }

  .pro_box .w .pro_box_right .pro_list_box .pro_list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .gezhan_breadcrumb {
    margin-bottom: 0;
  }



  .pro_box .w .pro_box_right .pro_breadcrumb {
    font-size: 14px;
    margin: 0;
  }

  .pro_box .w .pro_box_right .pro_list_box .pro_list .pro_item {
    width: 49%;
    margin-right: 0;
    margin-bottom: 10px;

  }


  .gezhan_about .advantage_box ul li .advantage_title {
    font-size: 15px;
    height: auto;
    padding: 10px 15px;
  }

  .pro_box .w .pro_box_right .pro_list_box .pro_list .pro_item a .pro_item_title {
    line-height: 20px;
    font-size: 12px;
    border: none;
  }

  .pro_box .w .pro_box_right .pro_list_box .pro_list .pro_item a .pro_item_imgbox {
    height: auto;
  }

  .pro_box .w .pro_box_right .pro_details .bg {
    width: 100%;
    height: auto;
    overflow: unset;
    background: unset;
    display: block;
  }

  .pro_box .w .pro_box_right .pro_details .bg .bg_left {
    display: none;
  }

  .pro_box .w .pro_box_right .pro_details .bg .bg_right {
    display: none;
  }

  .pro_box .w .pro_box_right .pro_details .bg .m-pro_details_box {
    margin-bottom: 0.3rem;
    display: block;
  }

  .pro_box .w .pro_box_right .pro_details .bg .m-pro_details_box .details_box_top {
    margin-bottom: 30px;
  }

  .pro_box .w .pro_box_right .pro_details .bg .m-pro_details_box .details_box_top .img_border {
    width: 100%;
    height: calc(100vw - 0.6rem);
    border: 1px solid #e5e5e5;
    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;
  }

  .pro_box .w .pro_box_right .pro_details .bg .m-pro_details_box .details_box_top .img_border img {
    width: 99%;
  }

  .pro_box .w .pro_box_right .pro_details .bg .m-pro_details_box .details_box_bottom {
    padding: 0 5px;
  }

  .pro_box .w .pro_box_right .pro_details .bg .m-pro_details_box .details_box_bottom .details_box_swiper .swiper-wrapper .swiper-slide {
    width: 70px;
  }

  .pro_box .w .pro_box_right .pro_details .bg .m-pro_details_box .details_box_bottom .details_box_swiper .swiper-wrapper .swiper-slide.active .img_border {
    border-color: #005EFF;
  }

  .pro_box .w .pro_box_right .pro_details .bg .m-pro_details_box .details_box_bottom .details_box_swiper .swiper-wrapper .swiper-slide .img_border {
    width: 70px;
    height: 70px;
    border: 1px solid #e5e5e5;
    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;
  }

  .pro_box .w .pro_box_right .pro_details .bg .m-pro_details_box .details_box_bottom .details_box_swiper .swiper-wrapper .swiper-slide .img_border img {
    width: 100%;
  }

  .pro_box .w .pro_box_right .pro_details .bg .pro_details_content {
    margin-bottom: 0.4rem;
  }

  .pro_box .w .pro_box_right .pro_details .bg .pro_details_content .product_title {
    border-bottom: 1px solid #ececec;
    font-weight: bold;
    font-size: 18px;
    margin: 0;
    margin-bottom: 10px;
  }

  .pro_details .product_btn .c_btn1 {
    padding: 10px 30px;
    display: inline-block;
    margin-right: 20px;
    border-radius: 8px;
    background-color: #005EFF;
    color: #fff;
    font-size: 14px;
    transition: all .3s;
  }

  .pro_box .w .pro_box_right .product_box .product_box_option .product_box_option_tiem {
    font-size: 14px;
    color: #555;
    width: 90px;
    text-align: center;
    cursor: pointer;
    height: 32px;
    line-height: 32px;
  }

  .pro_box .w .pro_box_right .pro_details .bg .pro_details_content .product_details {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .pro_box .w .pro_box_right .pro_details .bg .pro_details_content .product_use {
    font-size: 16px;
  }

  .pro_box .w .pro_box_right .product_box {
    margin-bottom: 20px;
  }

  .pro_box .w .pro_box_right .strength .strength_title {
    margin-bottom: 20px;
  }

  .pro_box .w .pro_box_right .strength ul li {
    width: 48%;
  }

  .pro_box .w .pro_box_right .pro_message {
    margin-bottom: 1rem;
  }

  .pro_box .w .pro_box_right .pro_message form {
    padding: 15px;
  }

  .pro_box .w .pro_box_right .pro_message form .form_row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .pro_box .w .pro_box_right .pro_message form .form_row .form_col {
    width: 100%;
    margin-bottom: 0.4rem;
  }

  .pro_box .w .pro_box_right .pro_message form .form_row.one {
    margin-bottom: 20px;
  }

  .pro_box .w .pro_box_right .pro_message form .form_row.one label {
    line-height: 30px;
    font-size: 12px;
  }

  .gezhan_proxy .gezhan_proxy_data {
    margin-bottom: 0;
    height: 2.8rem;
  }

  .gezhan_proxy .gezhan_proxy_data .proxy_data_title h2 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 24px;
    margin-top: 0;
  }

  .gezhan_proxy .gezhan_proxy_data .proxy_data_number ul li p {
    font-size: 16px;
  }

  .gezhan_proxy .gezhan_proxy_data .proxy_data_title h5 {
    display: none;
  }

  .gezhan_proxy .gezhan_proxy_data .proxy_data_number {
    width: 100%;
  }

  .gezhan_proxy .gezhan_proxy_data .proxy_data_number .w ul li {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .gezhan_proxy .gezhan_proxy_data .proxy_data_number .w ul li .num {
    font-size: 20px;
  }

  .gezhan_proxy .gezhan_proxy_data .proxy_data_number .w ul li .num::after {
    font-size: 12px;
    position: unset;
  }

  .gezhan_proxy .reason {
    padding: 0 0.3rem;
    margin-bottom: 0.4rem;
  }

  .gezhan_proxy .reason .reason_r {
    width: 100%;
    margin-bottom: 0.3rem;
  }

  .gezhan_proxy .reason .reason_l {
    width: 100%;
    text-align: center;
  }

  .gezhan_proxy .reason .reason_l .reason_title {
    margin-bottom: 0.4rem;
  }

  .gezhan_proxy .reason .reason_l .reason_title .cn {
    font-size: 18px;
  }

  .gezhan_proxy .reason .reason_l .reason_title .en {
    font-size: 12px;
  }

  .gezhan_proxy .reason .reason_l .reason_box {
    padding-right: 0;
  }

  .gezhan_proxy .reason .reason_l .reason_box .reason_list {
    width: 90%;
    margin: 0 auto;
    padding-right: 0;
  }

  .gezhan_proxy .reason .reason_l .reason_box .reason_list .reason_item {
    width: 100%;
    font-size: 16px;
    margin-bottom: 0;
  }

  .gezhan_proxy .support .support_title {
    margin-bottom: 15px;
  }

  .gezhan_proxy .reason .reason_l .reason_box .reason_list .reason_item::before {
    height: 40px;
    width: 38px;
    background-size: contain;
    margin-right: 14px;
    font-size: 18px;
  }

  .gezhan_proxy .reason .reason_l .reason_box .reason_list .reason_item p {
    text-align: left;
  }

  .gezhan_proxy .support .support_title .cn {
    font-size: 24px;
  }

  .gezhan_proxy .support .support_title .en {
    font-size: 14px;
  }

  .gezhan_proxy .support .support_box .support_box_l {
    left: 0;
    padding: 20px 0.3rem;
    width: 100%;
  }

  .gezhan_proxy .support .support_box .support_box_l .support_box_title {
    width: 100%;
  }

  .gezhan_proxy .support .support_box .support_box_l .support_box_list {
    width: 100%;
  }

  .gezhan_proxy .support .support_box .support_box_l .support_box_list .support_box_item p {
    font-size: 15px;
  }

  .gezhan_service .service_flow .w .service_flow_list .service_flow_item {
    display: block;
  }

  .gezhan_service .service_flow .w .service_flow_list .service_flow_item .service_flow_item_l {
    position: unset;
    width: 100%;
  }

  .gezhan_service .service_flow .w .service_flow_list .service_flow_item .service_flow_item_r {
    width: 100%;
    padding: 15px;
  }

  .gezhan_service .service_flow .w .service_flow_list .service_flow_item .service_flow_item_r .service_flow_title {
    font-size: 14px;
  }

  .gezhan_service .service_flow .w .service_flow_list .service_flow_item .service_flow_item_r .service_flow_content {
    font-size: 14px;
    padding: 0;
    line-height: 26px;
  }

  .video_box video,
  .video_box iframe {
    height: 200px;
  }

  .content table {
    table-layout: fixed;
    overflow-x: scroll;
    display: block;
    max-width: 100%;
  }

  .pro_box .w .pro_box_right .product_box .product_box_list .product_box_item {
    max-width: 100%;
  }

  .pro_box .w .pro_box_right .pro_details .bg .pro_details_content .product_details table {
    width: 100%;
  }


  .pro_box .w .pro_box_right .pro_details .pro_details_content .product_btn {
    position: inherit;
    zoom: 0.8;
  }

  .pro_box .w .pro_box_right .pro_details .pro_details_content .product_btn {
    bottom: auto;
  }

  /* 新增样式 */
  .listbox {
    padding-right: 0;
  }

  .listbox .list ._t {
    font-size: 14px;
    line-height: 18px;
  }

  .listbox .list ._b {
    font-size: 14px;
  }

  .listbox .list ._t span {
    font-size: 20px;
    line-height: 24px;
  }

  .example_video_1-dimensions {
    height: 214px;
  }

  .index_news_item {
    display: inline-block;
    width: 90%;
    height: 76px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(56, 56, 56, 0.15);
    border-radius: 8px 8px 8px 8px;
    padding: 16px;
    margin-bottom: 12px;
    position: relative;
    margin-right: 5%;
    margin-left: 5%;
    /* border: 1px solid #000; */
  }


  .index_news_item .news_con span {
    display: none;
  }

  .index_news_item .news_time {
    position: absolute;
    left: -7%;
    top: 4px;
    width: 60px;
    text-align: center;
    background: #005EFF;
    padding: 4px 0;
    overflow: hidden;
    border-radius: 4px;
  }

  .index_news_item .news_time p {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
  }

  .index_news_item .news_time span {
    font-size: 12px;
    color: #fff;
  }

  .index_news_item .news_con {
    padding-left: 10%;
  }

  .index_news .news_more a {
    margin: 8px;
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    transition: all .3s;
    transform-style: preserve-3d;
    width: 96px;
    padding: 0px;
    margin-right: auto;
    height: 32px;
    padding-bottom: 0px;
    padding-left: -0;
    padding-right: 0;
    color: #005EFF;
    font-size: 14px;
    font-family: "AlibabaSans";
    border: solid 1px #005EFF;
    border-radius: 4px;
    font-weight: normal;
    margin-left: auto;
    padding-top: 5px;
  }

  .gezhan_index .gezhan_index_plan {
    margin-bottom: 20px;
  }

  .gezhan_index_kehu .advantage_box {
    margin: 0;
  }

  .gezhan_index_kehu .advantage_box {
    padding-bottom: 20px;
  }

  .index_news_list {
    padding-top: 6px;
  }


  .index_about_content p {
    font-size: 14px !important;
    line-height: 28px;
  }

  .advantage_box ul li {
    height: 200px;
  }

  .advantage_box ul li .advantage_title {
    font-size: 14px;
  }

  .advantage_box ul li .advantage_content p {
    display: none;
  }

  .advantage_box ul li .advantage_content {
    height: 50px;
    padding: 10px 6px;
  }

  .advantage_box {
    margin-bottom: .4rem;
    padding: 0px !important;
  }

  .gezhan_index_kehu {
    padding: 0;
  }

  footer .footer_content .nav1_title img {
    height: auto;
    width: 100%;
  }

  .gezhan_from .form_message .form_row textarea {
    width: 330px;
  }

  .job-item {
    padding: 2%;
    width: 76%;
  }


  .job-list-header {
    margin-bottom: 20px;
    margin-top: 12px;
  }




  .about_title {
    font-size: 16px;
    color: #333333;
    text-align: left;
    padding-bottom: 8px;
    margin-bottom: 8px;
    position: relative;
  }

  .about_title:before {
    width: 30px;
    height: 3px;
    background: #005EFF;
    border-radius: 0px 0px 0px 0px;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
  }


  .about_licheng_con,
  .about_zizhi .w,
  .about_changfang .w,
  .about_jiance {
    padding: 10px 0.3rem;
  }


  .gezhan_tech .pro_box {
    margin: 0;
  }



  .gezhan_cn_nav .w ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .gezhan_cn_nav .w ul li {
    margin-left: 0;
  }


  .gezhan_cn_nav .w ul li a {
    line-height: 0.4rem;
    font-size: 14px;
  }

  .gezhan_cn_nav ul li.active::after {
    content: '';
    height: 3px;
    width: 50%;
    border-radius: 3px;
    background-color: var(--styleColorb);
    position: absolute;
    left: 13px;
    bottom: -6px;
  }

  .pro_list_box {
    margin-top: 16px;
  }

  .gezhan_contact .gezhan_b_title {
    padding-top: 10px;
  }

  .gezhan_b_title .gezhan_b_title_top h3,
  .job-list-header h2,
  .job-list-header h2 {
    font-size: 16px;
    padding-bottom: 0;
  }

  .job-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
    gap: 16px;
  }

  .gezhan_contact .gezhan_contact_box .contact_list li {
    font-size: 14px;
  }


  .jiance_item:first-child img,
  .jiance_item:last-child img {
    width: 100px;
  }

  .jiance_item .jiance_title {
    display: none;
  }

  .zizhi_item .zizhi_title {
    display: none;
  }


  .gezhan_about_con {
    display: block;
  }


  .gezhan_about_con .gezhan_index_about_r {
    width: 100%;
    margin: 0;
    margin-top: 12px;
  }


  .gezhan_about_con .gezhan_index_about_l .index_about_content {
    margin: 0;
  }
  
.about_tit_jianjie {
  padding-left: 0;
  margin-left: 0.3rem;
}
}