﻿/* AB模板网 整站模板下载 */
/* 模板：Www.AdminBuy.Cn */
/* 仿站：Fang.AdminBuy.Cn */
/* 素材：Sc.AdminBuy.Cn */
/* js特效：js.AdminBuy.Cn */
/* 在线工具 Tool.Adminbuy.Cn */
/* QQ：9490489 */
body {
  height: auto;
}

.adminbuy_index {
  margin-bottom: 80px;
}

.adminbuy_index .adminbuy_index_banner .index_banner_swiper .swiper-wrapper .swiper-slide a {
  position: relative;width: 100%;
  display: inline-block;
}

.adminbuy_index .adminbuy_index_banner .index_banner_swiper .swiper-wrapper .swiper-slide a .banner-img img {
  width: 100%;
}
.adminbuy_index .adminbuy_index_banner .index_banner_swiper .swiper-wrapper .swiper-slide a .banner-img{  width: 100%;}
.adminbuy_index .adminbuy_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;
}

.adminbuy_index .adminbuy_index_banner .index_banner_swiper .swiper-wrapper .swiper-slide a .banner-text h5 {
  font-size: 64px;
  font-weight: 600;
  color: #fbfdff;
  margin-bottom: 32px;
}

.adminbuy_index .adminbuy_index_banner .index_banner_swiper .swiper-wrapper .swiper-slide a .banner-text h4 {
  font-size: 36px;
  color: #ffffff;
}

.adminbuy_index .adminbuy_index_pro {
  margin-bottom: 84px;
}

.adminbuy_index .adminbuy_index_pro .w ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.adminbuy_index .adminbuy_index_pro .w ul li {
  width: 18%;
  margin-right: 2.5%; margin-bottom:15px
}

.adminbuy_index .adminbuy_index_pro .w ul li:hover a .imgbox {
  border-color: #C30404;
}

.adminbuy_index .adminbuy_index_pro .w ul li:hover a .imgbox img {
  -webkit-transform: translateZ(0) scale(1.1);
  transform: translateZ(0) scale(1.1);
}

.adminbuy_index .adminbuy_index_pro .w ul li:hover a .pro_text {
  /* border-color: #C30404;
  background-color: #C30404;
  color: #fff; */
  color: #333;
}

.adminbuy_index .adminbuy_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: #C30404;
}

.adminbuy_index .adminbuy_index_pro .w ul li a .imgbox {
  /* border: 1px solid #eee; */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}

.adminbuy_index .adminbuy_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);
}

.adminbuy_index .adminbuy_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;
}

.adminbuy_index .adminbuy_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;
}

.adminbuy_index .adminbuy_index_pro .w ul li:last-child {
  margin-right: 0;
}

.adminbuy_index .adminbuy_index_pro .w .m-index_pro {
  display: none;
}

.adminbuy_index .adminbuy_index_about {
  margin-bottom: 90px;
}

.adminbuy_index .adminbuy_index_about .w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.adminbuy_index .adminbuy_index_about .w .adminbuy_index_about_l {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.adminbuy_index .adminbuy_index_about .w .adminbuy_index_about_l .index_about_title {
  margin-bottom: 15px;
}

.adminbuy_index .adminbuy_index_about .w .adminbuy_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;
}

.adminbuy_index .adminbuy_index_about .w .adminbuy_index_about_l .index_about_title .index_about_title_top h4 {
  font-size: 30px;
  color: #444444;
  position: relative;
  margin: 0 10px 0 0;
}

.adminbuy_index .adminbuy_index_about .w .adminbuy_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;
}

.adminbuy_index .adminbuy_index_about .w .adminbuy_index_about_l .index_about_title .index_about_title_top p {
  font-size: 14px;
  color: #b4b4b4;
}

.adminbuy_index .adminbuy_index_about .w .adminbuy_index_about_l .index_about_title .index_about_title_bottom {
  font-size: 16px;
  color: #666666;
}

.adminbuy_index .adminbuy_index_about .w .adminbuy_index_about_l .index_about_content {
  font-size: 15px;
  color: #666;
  margin-bottom: 20px;
  line-height: 30px;
}

.adminbuy_index .adminbuy_index_about .w .adminbuy_index_about_l .index_about_icon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.adminbuy_index .adminbuy_index_about .w .adminbuy_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;
}

.adminbuy_index .adminbuy_index_about .w .adminbuy_index_about_l .index_about_icon ul li:hover .about_icon {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.adminbuy_index .adminbuy_index_about .w .adminbuy_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;
}

.adminbuy_index .adminbuy_index_about .w .adminbuy_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%);*/
}

.adminbuy_index .adminbuy_index_about .w .adminbuy_index_about_l .index_about_icon ul li p {
  font-size: 15px;
}

.adminbuy_index .adminbuy_index_about .w .adminbuy_index_about_l .index_about_icon ul li:hover {
  cursor: pointer;
}

.adminbuy_index .adminbuy_index_about .w .adminbuy_index_about_r {
  width: 600px;
  margin: 0 62px;
}

.adminbuy_index .adminbuy_index_about .w .adminbuy_index_about_r video {
  width: 100%;
  background-color: #ccc;
}

.adminbuy_index .adminbuy_index_advantage,
.adminbuy_index .adminbuy_index_scheme {
  height: 640px;
  margin-bottom: 60px;
  position: relative;
 
}

.adminbuy_index .adminbuy_index_advantage .video_box,
.adminbuy_index .adminbuy_index_scheme .video_box {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}

.adminbuy_index .adminbuy_index_advantage .video_box .avia_video,
.adminbuy_index .adminbuy_index_scheme .video_box .avia_video {
  width: 100%;
  height: auto;
  max-height: unset;
}

.advantage_content p {
  color: #000;
}

.adminbuy_index .adminbuy_index_advantage>.w,
.adminbuy_index .adminbuy_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;
}

.adminbuy_index .adminbuy_index_advantage>.w .adminbuy_m_title,
.adminbuy_index .adminbuy_index_scheme>.w .adminbuy_m_title {
  margin-bottom: 60px;
}

.adminbuy_index .adminbuy_index_advantage>.w .advantage_box ul,
.adminbuy_index .adminbuy_index_scheme>.w .advantage_box ul,
.adminbuy_index .adminbuy_index_advantage>.w .scheme_box ul,
.adminbuy_index .adminbuy_index_scheme>.w .scheme_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.adminbuy_index .adminbuy_index_advantage>.w .advantage_box ul li,
.adminbuy_index .adminbuy_index_scheme>.w .advantage_box ul li,
.adminbuy_index .adminbuy_index_advantage>.w .scheme_box ul li,
.adminbuy_index .adminbuy_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;
}

.adminbuy_index .adminbuy_index_scheme>.w .scheme_box ul li {
  background-color: rgba(20, 39, 50, 0.78);
}

.adminbuy_index .adminbuy_index_scheme>.w .scheme_box ul li .scheme_title {
  color: #fff !important;
}

.adminbuy_index .adminbuy_index_scheme .w .scheme_box .w li .scheme_content p {
  color: #fff !important;
}

.adminbuy_index .adminbuy_index_advantage>.w .advantage_box ul li .advantage_title,
.adminbuy_index .adminbuy_index_scheme>.w .advantage_box ul li .advantage_title,
.adminbuy_index .adminbuy_index_advantage>.w .scheme_box ul li .advantage_title,
.adminbuy_index .adminbuy_index_scheme>.w .scheme_box ul li .advantage_title,
.adminbuy_index .adminbuy_index_advantage>.w .advantage_box ul li .scheme_title,
.adminbuy_index .adminbuy_index_scheme>.w .advantage_box ul li .scheme_title,
.adminbuy_index .adminbuy_index_advantage>.w .scheme_box ul li .scheme_title,
.adminbuy_index .adminbuy_index_scheme>.w .scheme_box ul li .scheme_title {
  font-size: 20px;
  color: #C30404;
  font-weight: 600;
  margin: 15px 0;
}

.advantage_content {
  font-size: 16px;
  color: #000;
}

.adminbuy_index .adminbuy_index_advantage>.w .advantage_box ul li.advantage_content,
.adminbuy_index .adminbuy_index_scheme>.w .advantage_box ul li .advantage_content,
.adminbuy_index .adminbuy_index_advantage>.w .scheme_box ul li .advantage_content,
.adminbuy_index .adminbuy_index_scheme>.w .scheme_box ul li .advantage_content,
.adminbuy_index .adminbuy_index_advantage>.w .advantage_box ul li .scheme_content,
.adminbuy_index .adminbuy_index_scheme>.w .advantage_box ul li .scheme_content,
.adminbuy_index .adminbuy_index_advantage>.w .scheme_box ul li .scheme_content,
.adminbuy_index .adminbuy_index_scheme>.w .scheme_box ul li .scheme_content {
  font-size: 16px;
  color: #595757;
  line-height: 24px;
}
.logo{ height:70px}
/*
.adminbuy_index .adminbuy_index_advantage > 

.w .advantage_box ul li::before,
.adminbuy_index .adminbuy_index_scheme > .w .advantage_box ul li::before,
.adminbuy_index .adminbuy_index_advantage 

> .w .scheme_box ul li::before,
.adminbuy_index .adminbuy_index_scheme > .w .scheme_box ul li::before {
  content: '';
  width: 48px;
  

height: 48px;
  background: url(../images/y-icon1.png) no-repeat center center;
  display: block;
}
.adminbuy_index 

.adminbuy_index_advantage > .w .advantage_box ul li:nth-child(2)::before,
.adminbuy_index .adminbuy_index_scheme > .w .advantage_box ul 

li:nth-child(2)::before,
.adminbuy_index .adminbuy_index_advantage > .w .scheme_box ul li:nth-child(2)::before,
.adminbuy_index 

.adminbuy_index_scheme > .w .scheme_box ul li:nth-child(2)::before {
  background-image: url(../images/y-icon2.png);
}
.adminbuy_index 

.adminbuy_index_advantage > .w .advantage_box ul li:nth-child(3)::before,
.adminbuy_index .adminbuy_index_scheme > .w .advantage_box ul 

li:nth-child(3)::before,
.adminbuy_index .adminbuy_index_advantage > .w .scheme_box ul li:nth-child(3)::before,
.adminbuy_index 

.adminbuy_index_scheme > .w .scheme_box ul li:nth-child(3)::before {
  background-image: url(../images/y-icon3.png);
}
.adminbuy_index 

.adminbuy_index_advantage > .w .advantage_box ul li:last-child,
.adminbuy_index .adminbuy_index_scheme > .w .advantage_box ul li:last-child,
.adminbuy_index .adminbuy_index_advantage > .w .scheme_box ul li:last-child,
.adminbuy_index .adminbuy_index_scheme > .w .scheme_box ul li:last-

child {
  margin-right: 0px;
}
.adminbuy_index .adminbuy_index_advantage > .w .advantage_box ul li:last-child::before,
.adminbuy_index 

.adminbuy_index_scheme > .w .advantage_box ul li:last-child::before,
.adminbuy_index .adminbuy_index_advantage > .w .scheme_box ul li:last-

child::before,
.adminbuy_index .adminbuy_index_scheme > .w .scheme_box ul li:last-child::before {
  background-image: url(../images/cb0a52836fb14faa96ac2d355c329693.gif);

}*/
.adminbuy_index .adminbuy_index_order .adminbuy_b_title {
  margin-bottom: 60px;
}

.adminbuy_index .adminbuy_index_order .index_order_box {
  margin-bottom: 80px;
}

.adminbuy_index .adminbuy_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;
}

.adminbuy_index .adminbuy_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;
}

.adminbuy_index .adminbuy_index_order .index_order_box ul li:nth-child(2n) .order_item_l {
  padding-right: 0;
  padding-left: 90px;
}

.adminbuy_index .adminbuy_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);
}

.adminbuy_index .adminbuy_index_order .index_order_box ul li .order_item_l {
  width: 50%;
  padding-right: 90px;
  position: relative;
  padding-top: 3%;
  z-index: 5;
}

.adminbuy_index .adminbuy_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; */
}

.adminbuy_index .adminbuy_index_order .index_order_box ul li .order_item_l:hover .adminbuy_btn .adminbuy_btn_b {
  -webkit-animation: adminbuy_move 0.7s infinite;
  animation: adminbuy_move 0.7s infinite;
}

.adminbuy_index .adminbuy_index_order .index_order_box ul li .order_item_l .order_item_title {
  background-color: #fff;
  color: #C30404;
  font-size: 28px;
  font-weight: 600;
  position: relative;
  margin-bottom: 26px;
}

.adminbuy_index .adminbuy_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;
}

.adminbuy_index .adminbuy_index_order .index_order_box ul li .order_item_l .order_item_content {
  color: #666;
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 30px;
}

.adminbuy_index .adminbuy_index_order .index_order_box ul li .order_item_l>.adminbuy_btn {
  display: none;
}

.adminbuy_index .adminbuy_index_order .index_order_box ul li .order_item_l .order_item_content p {
  margin-bottom: 18px;
  position: relative;
  padding-left: 1em;
}

.adminbuy_index .adminbuy_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;
}

.adminbuy_index .adminbuy_index_order .index_order_box ul li .order_item_r {
  width: 50%;
}

.adminbuy_index .adminbuy_index_order .index_order_box ul li .order_item_r img {
  width: 100%;
}

.adminbuy_index .adminbuy_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;
}

.adminbuy_index .adminbuy_index_scheme .w .scheme_box .w li .scheme_content {
  text-align: center;
  padding: 0 10%;
  margin-bottom: 15px;
  color: #000;
  width: 100%;
}

.adminbuy_index .adminbuy_index_scheme .w .scheme_box .w li .adminbuy_btn {}

.adminbuy_index .adminbuy_index_scheme .w .scheme_box .w li .adminbuy_btn .adminbuy_btn_b {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  font-size: 0;
  opacity: 0;
}

.adminbuy_index .adminbuy_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; */
}

.adminbuy_index .adminbuy_index_scheme .w .scheme_box .w li .adminbuy_btn .adminbuy_btn_b {
  font-size: 12px;
  padding: 5px 32px;
}

.adminbuy_index .adminbuy_index_plan {
  margin-bottom: 60px;
}

.adminbuy_index .adminbuy_index_plan .adminbuy_b_title {
  margin-bottom: 70px;
}

.adminbuy_index .adminbuy_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;
}

.adminbuy_index .adminbuy_index_plan .index_plan_box .w .index_plan_l {
  margin-right: 70px;
}

.adminbuy_index .adminbuy_index_plan .index_plan_box .w .index_plan_l .plan_swiper {
  width: 416px;
  margin-bottom: 8px;
}

.adminbuy_index .adminbuy_index_plan .index_plan_box .w .index_plan_l .plan_swiper .swiper-wrapper .swiper-slide a img {
  width: 100%;
}

.adminbuy_index .adminbuy_index_plan .index_plan_box .w .index_plan_l .swiper-pagination-fraction {
  bottom: 1%;
  width: auto;
}

.adminbuy_index .adminbuy_index_plan .index_plan_box .w .index_plan_l .swiper-pagination-fraction .swiper-pagination-current {
  font-size: 23px;
  color: #999999;
}

.adminbuy_index .adminbuy_index_plan .index_plan_box .w .index_plan_l .swiper-pagination-fraction .swiper-pagination-total {
  font-size: 16px;
  color: #333333;
}

.adminbuy_index .adminbuy_index_plan .index_plan_box .w .index_plan_l .plan_title {
  width: 416px;
}

.adminbuy_index .adminbuy_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;
}

.adminbuy_index .adminbuy_index_plan .index_plan_box .w .index_plan_l .plan_title li>div {
  font-size: 16px;
  color: #ccc;
}

.adminbuy_index .adminbuy_index_plan .index_plan_box .w .index_plan_l .plan_title li>div span {
  font-size: 18px;
  color: #333;
}

.adminbuy_index .adminbuy_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;
}

.adminbuy_index .adminbuy_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;
}

.adminbuy_index .adminbuy_index_plan .index_plan_box .w .index_plan_r {
  width: 380px;
  margin-left: 70px;
}

.adminbuy_index .adminbuy_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;
}

.adminbuy_index .adminbuy_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;
}

.adminbuy_index .adminbuy_index_plan .index_plan_box .w .index_plan_r .index_news .index_news_title a {
  font-size: 14px;
}

.adminbuy_index .adminbuy_index_plan .index_plan_box .w .index_plan_r .index_news .index_news_list {
  width: 100%;
}

.adminbuy_index .adminbuy_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;
}

.adminbuy_cn_canshu{ overflow:hidden;border-left:1px solid #d7d7d7;border-top:1px solid #d7d7d7; margin-bottom:20px}
.adminbuy_cn_canshu li{ font-size:14px; border-right:1px solid #d7d7d7;border-bottom:1px solid #d7d7d7;}
.adminbuy_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}

.adminbuy_index .adminbuy_index_plan .index_plan_box .w .index_plan_r .index_news .index_news_list .index_news_item:hover {
  background-color: #C30404;
}

.adminbuy_index .adminbuy_index_plan .index_plan_box .w .index_plan_r .index_news .index_news_list .index_news_item:hover a {
  color: #fff;
}

.adminbuy_index .adminbuy_index_plan .index_plan_box .w .index_plan_r .index_news .index_news_list .index_news_item:hover::before {
  border-color: #fff;
}

.adminbuy_index .adminbuy_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);
}

.adminbuy_index .adminbuy_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;
}

.adminbuy_index .adminbuy_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:30px; margin-bottom:10px}
.admin_buy_cn p span{text-wrap: inherit !important;}

.adminbuy_index .adminbuy_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;
}

.adminbuy_index .adminbuy_index_plan .index_plan_box .w .index_plan_c .anniversary .anniversary_title {
  font-size: 24px;
  color: #C30404;
  margin-bottom: 10px;
  font-weight: 600;
}

.adminbuy_index .adminbuy_index_plan .index_plan_box .w .index_plan_c .anniversary .anniversary_content {
  font-size: 16px;
  color: #555;
  margin-bottom: 16px;
  line-height: 30px;
}

.adminbuy_index .adminbuy_index_plan .index_plan_box .w .index_plan_c .anniversary .adminbuy_btn {
  text-align: right;
}

.adminbuy_index .adminbuy_index_plan .index_plan_box .w .index_plan_c .anniversary .adminbuy_btn:hover .adminbuy_btn_b {
  color: var(--styleColorb);
}

.adminbuy_index .adminbuy_index_plan .index_plan_box .w .index_plan_c .anniversary .adminbuy_btn .adminbuy_btn_b {
  padding: 0;
  color: #333;
  background-color: unset;
  font-size: 14px;
}

.adminbuy_index .adminbuy_index_contact {
  background: url(../images/index-bg3.jpg) no-repeat center center;
  height: 418px;
  position: relative;
  margin-bottom: 60px;
  display: none;
}

.adminbuy_index .adminbuy_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;
}

.adminbuy_index .adminbuy_index_contact .contact_box .contact_title {
  font-size: 30px;
  color: #ffffff;
  /* margin-bottom: 30px; */
}

.adminbuy_index .adminbuy_index_contact .contact_box .contact_title span {
  /* color: #ee7800; */
}

.adminbuy_index .adminbuy_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;
}

.adminbuy_index .adminbuy_index_contact .contact_box .contact_list .contact_list_l {
  margin-right: 100px;
}

.adminbuy_index .adminbuy_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;
}

.adminbuy_index .adminbuy_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; */
}

.adminbuy_index .adminbuy_index_contact .contact_box .contact_list .contact_list_l .contact_item {
  /* background-color: #ee7800;
  padding: 20px 16px; */
}

.adminbuy_index .adminbuy_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;
}

.adminbuy_index .adminbuy_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;
}

.adminbuy_index .adminbuy_index_contact .contact_box .contact_list .contact_list_l .contact_item p:last-child::before {
  background-image: url(../images/footer-icon2.png);
}

.adminbuy_index .adminbuy_index_map .adminbuy_b_title {
  margin-bottom: 65px;
}

.adminbuy_index .adminbuy_index_map .img_map_box img {
  width: 100%;
}

.adminbuy_index .adminbuy_index_map .img_map_box .img_map {
  width: 80%;
}

.adminbuy_about {
  margin-bottom: 25px;
}

.adminbuy_about .adminbuy_about_banner img {
  width: 100%;
}

.adminbuy_about .adminbuy_about_box .adminbuy_about_jj {
  /* background: url(../images/abotu-bg.jpg) no-repeat bottom center; */
}

.adminbuy_about .adminbuy_about_box .adminbuy_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%;
}

.adminbuy_about .adminbuy_about_box .adminbuy_about_jj .adminbuy_b_title {
  margin-bottom: 30px;
}

.adminbuy_about .adminbuy_about_box .adminbuy_about_jj .jj_content {
  font-size: 15px;
  color: #000000;
  line-height: 36px;
}

.adminbuy_about .adminbuy_about_box .adminbuy_about_jj .jj_content p {
  line-height: 35px;
  font-size: 18px;
}

.adminbuy_about .adminbuy_about_box .adminbuy_about_jj .jj_content h4 {
  font-weight: 600;
  font-size: 20px;
}

.adminbuy_about .adminbuy_about_box .adminbuy_about_jj .jj_imgbox h2 {
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  line-height: 158px;
  margin: 0;
  display: none;
}

.adminbuy_about .adminbuy_about_box .adminbuy_about_jj img {
  width: 100%;
}

.adminbuy_about .adminbuy_about_culture {
  margin-bottom: 0px;
}

.adminbuy_about .adminbuy_about_culture .w .adminbuy_b_title h2 {
  margin-top: 30px;
}

.adminbuy_about .adminbuy_about_culture .adminbuy_b_title {
  margin-bottom: 83px;
}

.adminbuy_about .adminbuy_about_culture .culture_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.adminbuy_about .adminbuy_about_culture .culture_box .culture_box_l {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.adminbuy_about .adminbuy_about_culture .culture_box .culture_box_l ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.adminbuy_about .adminbuy_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;
}

.adminbuy_about .adminbuy_about_culture .culture_box .culture_box_l ul li:hover::before {
  background-color: #C30404;
  background-image: url(../images/about-icon-2.png);
}

.adminbuy_about .adminbuy_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;
}

.adminbuy_about .adminbuy_about_culture .culture_box .culture_box_l ul li .kh {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 10%;
}

.adminbuy_about .adminbuy_about_culture .culture_box .culture_box_l ul li .kh .kh_t {
  font-size: 20px;
  color: #333333;
  margin-bottom: 5px;
}

.adminbuy_about .adminbuy_about_culture .culture_box .culture_box_l ul li .kh .kh_c {
  font-size: 14px;
  color: #666;
}

.adminbuy_about .adminbuy_about_culture .culture_box .culture_box_r {
  width: 528px;
  margin-left: 48px;
}

.adminbuy_about .adminbuy_about_culture .culture_box .culture_box_r img {
  width: 100%;
}

.adminbuy_about .advantage_box {
  margin-top: 30px;
}

.adminbuy_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;
}

.adminbuy_about .advantage_box ul::after {
  content: '';
  width: 410px;
}

.adminbuy_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;
}

.adminbuy_about .advantage_box ul li:hover {
  background-color: #C30404;
  -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);
}

.adminbuy_about .advantage_box ul li:hover .advantage_title {

  color: #fff;
}

.adminbuy_about .advantage_box ul li:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.adminbuy_about .advantage_box ul li:nth-child(3n) {
  margin-right: 0;
}

.adminbuy_about .advantage_box ul li .advantage_img {
  max-height: 335px;
  overflow: hidden;
}

.adminbuy_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;
}

.adminbuy_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;
}

.adminbuy_banner {
  width: 100%;
  overflow: hidden;
}

.adminbuy_banner img {
  width: 100%;
}

.adminbuy_banner img {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-pixelated;
  image-rendering: pixelated;
}

.adminbuy_baike .adminbuy_baike_project .project_title {
  color: #333;
  margin-bottom: 30px;
  display: inline-block;
}

.adminbuy_baike .adminbuy_baike_project .project_title .en {
  font-size: 18px;
}

.adminbuy_baike .adminbuy_baike_project .project_title .cn {
  font-size: 22px;
}

.adminbuy_baike .adminbuy_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;
}

.adminbuy_baike .adminbuy_baike_project ul li:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.adminbuy_baike .adminbuy_baike_project ul li:nth-child(2n) .project_tiem_r {
  margin-left: 0;
  margin-right: 55px;
}

.adminbuy_baike .adminbuy_baike_project ul li .project_tiem_l {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
  color: #111c38;
}

.adminbuy_baike .adminbuy_baike_project ul li .project_tiem_l p {
  margin-bottom: 34px;
}

.adminbuy_baike .adminbuy_baike_project ul li .project_tiem_r {
  width: 685px;
  margin-left: 55px;
}

.adminbuy_baike .adminbuy_baike_project ul li .project_tiem_r img {
  width: 100%;
}

.adminbuy_service .adminbuy_b_title {
  margin-bottom: 40px;
}

.adminbuy_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;
}

.adminbuy_service .service_flow .w .service_flow_list .service_flow_item::before {
  content: '';
  width: 50%;
  display: block;
}

.adminbuy_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;
}

.adminbuy_service .service_flow .w .service_flow_list .service_flow_item:nth-child(2n) .service_flow_item_l {
  left: unset;
  right: 0;
}

.adminbuy_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;
}

.adminbuy_service .service_flow .w .service_flow_list .service_flow_item .service_flow_item_l img {
  width: 100%;
}

.adminbuy_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%;
}



.adminbuy_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;
}

.adminbuy_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: 100%;
  border: solid 1px #dcdcdc;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
  margin-bottom: 30px;
}

.case_list .case_item:hover {
  /* border: solid 1px #C30404; */
}

.case_list .case_item:hover img {
  /* transform: scale(1.2); */
}

.case_list .case_item:hover .kwn-m-btn {
  background-color: #C30404;
  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;
}

.case_list .case_item a .case_item_text .case_item_title {
  font-size: 18px;
}

.case_list .case_item a .case_item_text .case_item_content {
  font-size: 14px;
  line-height: 30px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.pro_box_right .case_list .case_item a .case_item_text .case_item_title {}

.pro_box_right .case_list .case_item a .case_item_text .case_item_content {}

.pro_box_right .case_list .case_item a .case_item_text .case_item_bottom p {}

.pro_box_right .case_list .case_item a .case_item_text .case_item_bottom .kwn-m-btn {}

.case_list .case_item a .case_item_text .case_item_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.case_list .case_item a .case_item_text .case_item_bottom p {
  font-size: 16px;
  color: #999999;
}

.adminbuy_case .adminbuy_case_box .hot_case {
  margin-bottom: 76px;
}

.adminbuy_case .adminbuy_case_box .hot_case a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.adminbuy_case .adminbuy_case_box .hot_case a:hover .hot_case_r img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.adminbuy_case .adminbuy_case_box .hot_case a .hot_case_l {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.adminbuy_case .adminbuy_case_box .hot_case a .hot_case_l .hot_case_title {
  color: #333;
  margin-bottom: 30px;
}

.adminbuy_case .adminbuy_case_box .hot_case a .hot_case_l .hot_case_title .en {
  font-size: 25px;
}

.adminbuy_case .adminbuy_case_box .hot_case a .hot_case_l .hot_case_title .cn {
  font-size: 22px;
}

.adminbuy_case .adminbuy_case_box .hot_case a .hot_case_l .hot_case_content {
  font-size: 18px;
  color: #111c38;
  line-height: 30px;
}

.adminbuy_case .adminbuy_case_box .hot_case a .hot_case_l .hot_case_content p {
  margin-bottom: 20px;
}

.adminbuy_case .adminbuy_case_box .hot_case a .hot_case_r {
  width: 686px;
  margin-left: 50px;
  overflow: hidden;
}

.adminbuy_case .adminbuy_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;
}

.adminbuy_course {
  margin-bottom: 80px;
}

.adminbuy_course .adminbuy_b_title {
  margin-bottom: 30px;
}

.adminbuy_case {
  margin-bottom: 80px;
}

.adminbuy_tech {
  margin-bottom: 50px;
}

.adminbuy_certificate {
  margin-bottom: 80px;
}

.adminbuy_certificate .adminbuy_b_title {
  margin-bottom: 30px;
}

.adminbuy_certificate .adminbuy_certificate_honor .adminbuy_honor_option {
  margin-bottom: 60px;
}

.adminbuy_certificate .adminbuy_certificate_honor .adminbuy_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;
}

.adminbuy_certificate .adminbuy_certificate_honor .adminbuy_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;
}

.adminbuy_certificate .adminbuy_certificate_honor .adminbuy_honor_option ul li.active {
  background-color: #f7631e;
  color: #fff;
}

.adminbuy_certificate .adminbuy_certificate_honor .adminbuy_honor_option ul li.active::before {
  background: url(../images/cer-icon.png) no-repeat center center;
}

.adminbuy_certificate .adminbuy_certificate_honor .adminbuy_honor_option ul li:nth-child(2) {
  margin-left: 20px;
}

.adminbuy_certificate .adminbuy_certificate_honor .adminbuy_honor_option ul li:nth-child(2).active::before {
  background-image: url(../images/cer-icon2.png);
}

.adminbuy_certificate .adminbuy_certificate_honor .adminbuy_honor_option ul li:nth-child(2)::before {
  background-image: url(../images/cer-icon2-2.png);
}

.adminbuy_certificate .adminbuy_certificate_honor .adminbuy_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;
}

.adminbuy_certificate .adminbuy_certificate_honor .adminbuy_honor_box .adminbuy_honor_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.adminbuy_certificate .adminbuy_certificate_honor .adminbuy_honor_box .adminbuy_honor_list .adminbuy_honor_item {
  width: 25%;
  padding: 20px 40px;
  background-color: #fafafa;
  margin-bottom: 20px;
}

.adminbuy_certificate .adminbuy_certificate_honor .adminbuy_honor_box .adminbuy_honor_list .adminbuy_honor_item:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.adminbuy_certificate .adminbuy_certificate_honor .adminbuy_honor_box .adminbuy_honor_list .adminbuy_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;
}

.adminbuy_certificate .adminbuy_certificate_honor .adminbuy_honor_box .adminbuy_honor_list .adminbuy_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;
}

.adminbuy_certificate .adminbuy_certificate_honor .adminbuy_honor_box .adminbuy_honor_list .adminbuy_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);
}

.adminbuy_contact {
  margin-bottom: 80px;
}

.adminbuy_contact .adminbuy_b_title {
  margin-bottom: 60px;
}

.adminbuy_contact .adminbuy_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;
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 50px;
}

.adminbuy_contact .adminbuy_contact_box .contact_list li .contact_item_l {
  width: 50%;
}

.adminbuy_contact .adminbuy_contact_box .contact_list li .contact_item_l img {
  width: 100%;
}

.adminbuy_contact .adminbuy_contact_box .contact_list li .contact_item_r {
  width: 50%;
  padding-left: 47px;
}

.adminbuy_contact .adminbuy_contact_box .contact_list li .contact_item_r h4 {
  font-size: 22px;
  color: #C30404;
}

.adminbuy_contact .adminbuy_contact_box .contact_list li .contact_item_r p {
  font-size: 16px;
  color: #333333;
  line-height: 50px;
}

.adminbuy_contact .adminbuy_contact_box .contact_list li .contact_item_r p span {
  color: #666;
}

.adminbuy_from {
  margin-bottom: 50px;
}

.adminbuy_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);
}

.adminbuy_from .adminbuy_from_title {
  text-align: center;
  margin-bottom: 52px;
}

.adminbuy_from .adminbuy_from_title .title_top {
  padding-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 20px;
}

.adminbuy_from .adminbuy_from_title .title_top .cn {
  font-size: 32px;
  color: #666;
}

.adminbuy_from .adminbuy_from_title .title_top .en {
  font-size: 16px;
  color: #666;
}

.adminbuy_from .adminbuy_from_title .title_bottom {
  font-size: 16px;
  color: #323232;
}

.adminbuy_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;
}

.adminbuy_from .form_row .form_col {
  width: 380px;
  height: 60px;
  position: relative;
}

.adminbuy_from .form_row .form_col input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background-color: #eeeeee;
  padding-left: 2em;
  font-size: 19px;
}

.adminbuy_from .form_row .form_col .red::before {
  content: '*';
  position: absolute;
  color: red;
  font-size: 18px;
  top: 38%;
  left: 5%;
}

.adminbuy_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;
  padding-bottom: 30px;
}

.adminbuy_from .form_message .message_title {
  text-align: center;
  font-size: 24px;
  color: #555555;
  margin-bottom: 25px;
  display: none;
}

.adminbuy_from .form_message.join_in {
  height: auto;
  padding: 30px 0;
}

.adminbuy_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;
}

.adminbuy_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;
}

.adminbuy_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;
}

.adminbuy_from .form_message.join_in .form_row .form_col {
  height: 40px;
  margin-right: 30px;
  width: auto;
}

.adminbuy_from .form_message.join_in .form_row .form_col input[type="checkbox"],
.adminbuy_from .form_message.join_in .form_row .form_col input[type="radio"] {
  margin: 0 5px 0 0;
  padding: 0;
}

.adminbuy_from .form_message.join_in .form_row p {
  width: 100%;
  font-size: 17px;
  color: #666;
}

.adminbuy_from .form_message.join_in .form_row label {
  font-size: 15px;
  color: #999;
  font-weight: unset;
}

.adminbuy_from .form_message.join_in .form_row textarea {
  width: 100%;
  margin-top: 20px;
}

.adminbuy_from .form_message.join_in .form_row input[type="submit"] {
  margin: 0 auto;
}

.adminbuy_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;
}

.adminbuy_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;
}

.adminbuy_from .form_message .form_row .form_col:last-child {
  margin-right: 0;
}

.adminbuy_from .form_message .form_row .form_col input[type="checkbox"],
.adminbuy_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;
}

.adminbuy_from .form_message .form_row .form_col input[type="checkbox"]:checked::before,
.adminbuy_from .form_message .form_row .form_col input[type="radio"]:checked::before {
  background-image: url(../images/pick1.png);
  border: none;
}

.adminbuy_from .form_message .form_row .form_col input[type="checkbox"]::before,
.adminbuy_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: #C30404;
  border-color: #C30404;
}

.Pagination a {
  color: #666666;
  font-size: 12px;
}

.adminbuy_from .form_message .form_row textarea {
  font-size: 14px;
  width: 895px;
  outline: none;
  border: none;
  resize: none;
  padding: 1em;
  margin-bottom: 30px;
  height: 153px;
}

.adminbuy_from .form_message .form_row input[type="submit"] {
  width: 222px;
  height: 52px;
  background-color:#C30404;
  border-radius: 23px;
  border: solid 1px #C30404;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.adminbuy_map #map {
  width: 100%;
  height: 520px;
  background-color: #eee;
}

label {
  margin: 0;
  cursor: pointer;
}

label::selection {
  background: unset;
}

.adminbuy_tree .w ul {
  position: relative;
}

.adminbuy_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;
}

.adminbuy_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;
}

.adminbuy_tree .w ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 37px;
}

.adminbuy_tree .w ul li:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.adminbuy_tree .w ul li:last-child {
  background-color: #fff;
  z-index: 1;
}

.adminbuy_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: #C30404;
  width: 162px;
  height: 48px;
  line-height: 48px;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
}

.adminbuy_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;
}

.adminbuy_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;
}

.adminbuy_tree .w ul li .tree_dev_l .dev_imgbox img {
  width: 100%;
}

.adminbuy_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;
}

.adminbuy_tree .w ul li .tree_dev_r .dev_text {
  width: 60%;
}

.adminbuy_tree .w ul li .tree_dev_r p {
  font-size: 18px;
  color: #333;
  position: relative;
  line-height: 30px;
  /* text-indent: 2.5em; */
}

.adminbuy_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; */
}

.adminbuy_hope {
  margin-bottom: 80px;
}

.adminbuy_hope .adminbuy_b_title {
  margin-bottom: 40px;
}

.adminbuy_hope .original {
  margin-bottom: 36px;
}

.adminbuy_hope .original .w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.adminbuy_hope .original .w .original_l {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  /* background-color: #f7f7f7; */
}

.adminbuy_hope .original .w .original_l .original_title {
  padding-left: 38px;
  font-size: 22px;
  color: #C30404;
  font-weight: 600;
  line-height: 50px;
}

.adminbuy_hope .original .w .original_l .original_content {
  padding: 30px 40px;
  font-size: 16px;
  color: #666;
  line-height: 30px;
}

.adminbuy_hope .original .w .original_r {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.adminbuy_hope .original .w .original_r img {
  width: 100%;
}

.adminbuy_hope .hope_box .w .adminbuy_hope_list .adminbuy_hope_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 26px;
}

.adminbuy_hope .hope_box .w .adminbuy_hope_list .adminbuy_hope_item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.adminbuy_hope .hope_box .w .adminbuy_hope_list .adminbuy_hope_item .hope_item_l {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #edeeee;
}

.adminbuy_hope .hope_box .w .adminbuy_hope_list .adminbuy_hope_item .hope_item_l .hope_item_text {
  padding: 30px 40px;
}

.adminbuy_hope .hope_box .w .adminbuy_hope_list .adminbuy_hope_item .hope_item_l .hope_time {
  font-size: 24px;
  color: #C30404;
  font-weight: 600;
  margin-right: 15px;
  font-family: "Microsoft YaHei", 微软雅黑, serif;
}

.adminbuy_hope .hope_box .w .adminbuy_hope_list .adminbuy_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;
}

.adminbuy_hope .hope_box .w .adminbuy_hope_list .adminbuy_hope_item .hope_item_l .hope_item_title {
  font-size: 22px;
  color: #C30404;
  font-weight: 600;
}

.adminbuy_hope .hope_box .w .adminbuy_hope_list .adminbuy_hope_item .hope_item_l .hope_content {
  font-size: 16px;
  color: #666;
  line-height: 32px;
}

.adminbuy_hope .hope_box .w .adminbuy_hope_list .adminbuy_hope_item .hope_item_r {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.adminbuy_hope .hope_box .w .adminbuy_hope_list .adminbuy_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: #C30404;
  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%;
}

.adminbuy_photo {
  margin-bottom: 0px;
}

.adminbuy_photo .adminbuy_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: #C30404;
}

.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: #C30404;
  color: #fff;
  border-color: #C30404;
}

.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: 45px;
}

.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: #C30404;
}

.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;
  border-bottom: 1px solid #d4d4d4;
  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;
}

.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.adminbuy_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 #C30404;
}

/* 新增分页样式 admibnuy.cn */
.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: #333;
  border: 1px solid #333;
}
.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.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 #C30404;
  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::after {
  /* content: '';
  width: 30%; */
}

.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: #C30404;
}

.pro_box .w .pro_box_right .pro_list_box .pro_list .pro_item:hover .pro_item_title {
  background-color: #C30404;
  color: #fff;
  border-color: #C30404;
}

.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: 80px;
}

.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: #f7f7f7;
  /* 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 {
  font-size: 20px;
  color: #555555;
  padding-bottom: 15px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 20px;
}

.pro_details_content {
  position: relative;flex:1;
}

.pro_box .w .pro_box_right .pro_details .pro_details_content .product_btn {
  position: absolute;
  bottom: 40px;
  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: #C30404;
}

.product_btn .c_btn1 {
  padding: 10px 30px;
  display: inline-block;
  margin-right: 20px;
  border-radius: 8px;
  background-color: #C30404;
  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: 430px;
  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: 430px;
  height: 430px;
  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: 430px;
  height: 430px;
}

.pro_box .w .pro_box_right .pro_details .mask {
  width: 215px;
  height: 215px;
  background: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.pro_box .w .pro_box_right .pro_details .bigshow {
  width: 430px;
  height: 430px;
  overflow: hidden;
  margin-left: 10px;
  display: none;
  border: 1px solid #E8E8E8;
}

.pro_box .w .pro_box_right .pro_details .bigshow img {
  width: 860px;
  height: 860px;
  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;
}

.adminbuy_proxy .adminbuy_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;
}

.adminbuy_proxy .adminbuy_proxy_data .proxy_data_title {
  color: #333;
  text-align: center;
}

.adminbuy_proxy .adminbuy_proxy_data .proxy_data_title h2 {
  font-size: 36px;
  margin-bottom: 35px;
}

.adminbuy_proxy .adminbuy_proxy_data .proxy_data_title h5 {
  width: 800px;
  font-size: 16px;
  margin-bottom: 35px;
  line-height: 30px;
  color: #666;
  text-align: justify;
}

.adminbuy_proxy .adminbuy_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;
}

.adminbuy_proxy .adminbuy_proxy_data .proxy_data_number ul li {
  color: #C30404;
  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;
}

.adminbuy_proxy .adminbuy_proxy_data .proxy_data_number ul li::after {
  content: '';
  width: 1px;
  height: 30%;
  background-color: #C30404;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.adminbuy_proxy .adminbuy_proxy_data .proxy_data_number ul li:last-child::after {
  content: unset;
}

.adminbuy_proxy .adminbuy_proxy_data .proxy_data_number ul li .num {
  font-size: 82px;
  position: relative;
}

.adminbuy_proxy .adminbuy_proxy_data .proxy_data_number ul li .num::after {
  content: attr(data-title);
  position: absolute;
  top: 0;
  right: -40%;
  font-size: 20px;
}

.adminbuy_proxy .adminbuy_proxy_data .proxy_data_number ul li:nth-child(2) .num::after {
  right: -20%;
}

.adminbuy_proxy .adminbuy_proxy_data .proxy_data_number ul li:nth-child(3) .num::after {
  right: -20%;
}

.adminbuy_proxy .adminbuy_proxy_data .proxy_data_number ul li p {
  font-size: 20px;
}

.adminbuy_proxy .reason {
  *zoom: 1;
  /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
  margin-bottom: 100px;
}

.adminbuy_proxy .reason::after {
  /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.adminbuy_proxy .reason .reason_l {
  float: right;
  width: 50%;
}

.adminbuy_proxy .reason .reason_l .reason_title {
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
}

.adminbuy_proxy .reason .reason_l .reason_title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 37px;
  height: 4px;
  background-color: #af0000;
  border-radius: 2px;
}

.adminbuy_proxy .reason .reason_l .reason_title .cn {
  font-size: 22px;
  color: #333333;
}

.adminbuy_proxy .reason .reason_l .reason_title .en {
  font-size: 18px;
  color: #000000;
  padding-bottom: 10px;
}

.adminbuy_proxy .reason .reason_l .reason_box {
  width: 100%;
  padding-right: 50px;
}

.adminbuy_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;
}

.adminbuy_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;
}

.adminbuy_proxy .reason .reason_l .reason_box .reason_list .reason_item:hover {
  background-color: #c41f2a;

}

.adminbuy_proxy .reason .reason_l .reason_box .reason_list .reason_item:hover p {
  color: #fff;
}

.adminbuy_proxy .reason .reason_l .reason_box .reason_list .reason_item:hover::before {
  background-image: url(../images/border5-1.png);
}

.adminbuy_proxy .reason .reason_l .reason_box .reason_list .reason_item p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.adminbuy_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;
}

.adminbuy_proxy .reason .reason_r {
  width: 38%;
  float: right;
}

.adminbuy_proxy .reason .reason_r img {
  width: 100%;
}

.adminbuy_proxy .support .support_title {
  margin-bottom: 50px;
  text-align: center;
  color: #666;
}

.adminbuy_proxy .support .support_title .cn {
  font-size: 32px;
}

.adminbuy_proxy .support .support_title .en {
  font-size: 16px;
}

.adminbuy_proxy .support .support_box {
  background: url(../images/proxy-bg2.jpg) no-repeat bottom center;
  height: 766px;
  position: relative;
}

.adminbuy_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);
}

.adminbuy_proxy .support .support_box .support_box_l .support_box_title {
  text-align: center;
  color: #ffffff;
  margin-bottom: 30px;
  width: 555px;
}

.adminbuy_proxy .support .support_box .support_box_l .support_box_title .cn {
  font-size: 22px;
}

.adminbuy_proxy .support .support_box .support_box_l .support_box_title .en {
  font-size: 12px;
  letter-spacing: 4px;
}

.adminbuy_proxy .support .support_box .support_box_l .support_box_list {
  width: 555px;
}

.adminbuy_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;
}

.adminbuy_proxy .support .support_box .support_box_l .support_box_list .support_box_item:hover {
  background-color: #c41f2a;
}

.adminbuy_proxy .support .support_box .support_box_l .support_box_list .support_box_item:hover p {
  color: #fff;
}

.adminbuy_proxy .support .support_box .support_box_l .support_box_list .support_box_item:hover::before {
  color: #fff;
}

.adminbuy_proxy .support .support_box .support_box_l .support_box_list .support_box_item:hover::after {
  border-top: 25px solid #c41f2a;
}

.adminbuy_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;
}

.adminbuy_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;
}

.adminbuy_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);
}

.adminbuy_about .adminbuy_about_culture .culture_box .culture_box_l ul li:nth-child(5)::before {
  background: url(../images/cfw.png) no-repeat center center;
}

.adminbuy_about .adminbuy_about_culture .culture_box .culture_box_l ul li:nth-child(3)::before {
  background: url(../images/cjz.png) no-repeat center center;
}

.adminbuy_about .adminbuy_about_culture .culture_box .culture_box_l ul li:nth-child(6)::before {
  background: url(../images/csm.png) no-repeat center center;
}

.adminbuy_about .adminbuy_about_culture .culture_box .culture_box_l ul li:nth-child(4)::before {
  background: url(../images/cyr.png) no-repeat center center;
}

.adminbuy_about .adminbuy_about_culture .culture_box .culture_box_l ul li:nth-child(2)::before {
  background: url(../images/cyj.png) no-repeat center center;
}

.adminbuy_about .adminbuy_about_culture .culture_box .culture_box_l ul li:nth-child(1)::before {
  background: url(../images/c01.png) no-repeat center center;
}

.adminbuy_about .adminbuy_about_culture .culture_box .culture_box_l ul li:hover::before {
  background-color: #C30404;
}

.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;
}

.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;
}


@media screen and (max-width: 780px) {

  .m-none{
    display: none;
  }
 .pc-none {
    display: block;
  }

  .adminbuy_index .adminbuy_index_banner .index_banner_swiper .swiper-wrapper .swiper-slide a .banner-text h5 {
    font-size: 16px;
    margin: 0 0 15px 0;
  }

  .adminbuy_index .adminbuy_index_scheme .w .adminbuy_m_title {
    color: #000;
  }

  .adminbuy_index .adminbuy_index_banner .index_banner_swiper .swiper-wrapper .swiper-slide a .banner-text h4 {
    font-size: 14px;
    margin: 0;
  }

  .adminbuy_index .adminbuy_index_pro .w {
    padding: 0;
  }

  .adminbuy_index .adminbuy_index_pro .w>ul {
    display: none;
  }

  .adminbuy_index .adminbuy_index_pro .w .m-index_pro {
    padding: 0 15px;
    display: block;
  }

  .adminbuy_index .adminbuy_index_pro .w .m-index_pro .index_pro_swiper a .imgbox {
    border: 1px solid #eee;
    margin-bottom: 0.2rem;
  }

  .adminbuy_index .adminbuy_index_pro .w .m-index_pro .index_pro_swiper a .imgbox img {
    width: 100%;
  }

  .adminbuy_index .adminbuy_index_pro .w .m-index_pro .index_pro_swiper a .pro_text {
    text-align: center;
    font-size: 12px;
  }

  .adminbuy_index .adminbuy_index_about .w {
    display: block;
  }

  .adminbuy_index .adminbuy_index_about .w .adminbuy_index_about_l .index_about_title {
    text-align: center;
    margin-bottom: 0.4rem;
  }

  .adminbuy_index .adminbuy_index_about .w .adminbuy_index_about_l .index_about_title .index_about_title_top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: block;
  }

  .adminbuy_index .adminbuy_index_about .w .adminbuy_index_about_l .index_about_content {
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 0.32rem;
    letter-spacing: unset;
  }

  .adminbuy_index .adminbuy_index_about {
    margin-bottom: .4rem;
  }

  .adminbuy_index .adminbuy_index_about .w .adminbuy_index_about_l .index_about_icon ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .adminbuy_index .adminbuy_index_about .w .adminbuy_index_about_l .index_about_icon ul li {
    width: 50%;
    margin: 0 0 0.2rem;
  }

  .adminbuy_index .adminbuy_index_about .w .adminbuy_index_about_r {
    width: 100%;
    margin: 0;
  }

  .adminbuy_index .adminbuy_index_advantage .video_box,
  .adminbuy_index .adminbuy_index_scheme .video_box {
    display: none;
  }

  .adminbuy_index .adminbuy_index_advantage .w .adminbuy_m_title,
  .adminbuy_index .adminbuy_index_scheme .w .adminbuy_m_title {
    margin-bottom: 1.2rem;
  }

  .adminbuy_index .adminbuy_index_advantage .w .advantage_box ul,
  .adminbuy_index .adminbuy_index_scheme .w .advantage_box ul,
  .adminbuy_index .adminbuy_index_advantage .w .scheme_box ul,
  .adminbuy_index .adminbuy_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;
  }

  .adminbuy_index .adminbuy_index_advantage .w .advantage_box ul li,
  .adminbuy_index .adminbuy_index_scheme .w .advantage_box ul li,
  .adminbuy_index .adminbuy_index_advantage .w .scheme_box ul li,
  .adminbuy_index .adminbuy_index_scheme .w .scheme_box ul li {
    width: 48%;
    height: auto;
    margin: 0 0 0.3rem 0;
    padding: 0.3rem 0.1rem;
  }

  .adminbuy_index .adminbuy_index_advantage .w .advantage_box ul li::before,
  .adminbuy_index .adminbuy_index_scheme .w .advantage_box ul li::before,
  .adminbuy_index .adminbuy_index_advantage .w .scheme_box ul li::before,
  .adminbuy_index .adminbuy_index_scheme .w .scheme_box ul li::before {
    background-size: contain;
    width: 0.6rem;
    height: 0.6rem;
  }

  .adminbuy_index .adminbuy_index_advantage .w .advantage_box ul li .advantage_title,
  .adminbuy_index .adminbuy_index_scheme .w .advantage_box ul li .advantage_title,
  .adminbuy_index .adminbuy_index_advantage .w .scheme_box ul li .advantage_title,
  .adminbuy_index .adminbuy_index_scheme .w .scheme_box ul li .advantage_title,
  .adminbuy_index .adminbuy_index_advantage .w .advantage_box ul li .scheme_title,
  .adminbuy_index .adminbuy_index_scheme .w .advantage_box ul li .scheme_title,
  .adminbuy_index .adminbuy_index_advantage .w .scheme_box ul li .scheme_title,
  .adminbuy_index .adminbuy_index_scheme .w .scheme_box ul li .scheme_title {
    font-size: 0.32rem;
    margin: 0.1rem 0;
  }

  .adminbuy_index .adminbuy_index_advantage .w .advantage_box ul li .advantage_content,
  .adminbuy_index .adminbuy_index_scheme .w .advantage_box ul li .advantage_content,
  .adminbuy_index .adminbuy_index_advantage .w .scheme_box ul li .advantage_content,
  .adminbuy_index .adminbuy_index_scheme .w .scheme_box ul li .advantage_content,
  .adminbuy_index .adminbuy_index_advantage .w .advantage_box ul li .scheme_content,
  .adminbuy_index .adminbuy_index_scheme .w .advantage_box ul li .scheme_content,
  .adminbuy_index .adminbuy_index_advantage .w .scheme_box ul li .scheme_content,
  .adminbuy_index .adminbuy_index_scheme .w .scheme_box ul li .scheme_content {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }

  .adminbuy_index .adminbuy_index_pro {
    margin-bottom: .6rem;
  }

  .adminbuy_index .adminbuy_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;
  }

  .adminbuy_index .adminbuy_index_plan .index_plan_box .w .index_plan_r .index_news .index_news_list .index_news_item {
    height: 40px;
  }

  .adminbuy_index .adminbuy_index_plan .index_plan_box .w .index_plan_r .index_news .index_news_list .index_news_item::before {
    width: 5px;
    height: 5px;
  }

  .adminbuy_index .adminbuy_index_plan .index_plan_box .w .index_plan_r .index_news .index_news_title h5 {
    font-size: 20px;
  }

  .adminbuy_index .adminbuy_index_plan .index_plan_box .w .index_plan_r .index_news .index_news_title a {
    font-size: 12px;
  }

  .adminbuy_index .adminbuy_index_plan .index_plan_box .w .index_plan_r .index_news .index_news_list .index_news_item a {
    line-height: 40px;
    font-size: 14px;
  }

  .adminbuy_index .adminbuy_index_about .w .adminbuy_index_about_l .index_about_title .index_about_title_top h4 {
    font-size: 20px;
    margin: 0 0 10px 0;
  }

  .adminbuy_index .adminbuy_index_about .w .adminbuy_index_about_l .index_about_title .index_about_title_top p {
    font-size: 12px;
  }

  .adminbuy_index .adminbuy_index_about .w .adminbuy_index_about_l .index_about_title .index_about_title_bottom {
    font-size: 14px;
  }

  .adminbuy_index .adminbuy_index_order .adminbuy_b_title {
    margin-bottom: 0.6rem;
  }

  .adminbuy_index .adminbuy_index_order .index_order_box .w ul li {
    display: block;
    margin-top: 0.4rem;
  }

  .adminbuy_index .adminbuy_index_order .index_order_box .w ul li .order_item_l {
    width: 100%;
    padding: 0.3rem;
    margin: 0 0 .4rem;
  }

  .adminbuy_index .adminbuy_index_order .index_order_box .w ul li .order_item_l .order_item_title {
    font-size: 0.36rem;
    margin-bottom: 0.3rem;
  }

  .adminbuy_index .adminbuy_index_order .index_order_box .w ul li .order_item_l .order_item_title::before {
    font-size: 0.8rem;
  }

  .adminbuy_index .adminbuy_index_order .index_order_box .w ul li .order_item_r {
    width: 100%;
    margin: 0;
  }

  .adminbuy_index .adminbuy_index_order .order_item_content {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .adminbuy_index .adminbuy_index_scheme {
    background-position: -310px 0;
  }

  .pro_details {
    margin-bottom: 0;
  }

  .adminbuy_index .adminbuy_index_plan .index_plan_box .w {
    padding: 0;
    display: block;
  }

  .adminbuy_index .adminbuy_index_plan .index_plan_box .w .index_plan_l {
    width: 100%;
    padding: 0 15px;
    margin: 0;
  }

  .adminbuy_index .adminbuy_index_plan .index_plan_box .w .index_plan_l .plan_swiper {
    width: 100%;
  }

  .adminbuy_index .adminbuy_index_plan .index_plan_box .w .index_plan_l .plan_title {
    width: 100%;
  }

  .adminbuy_index .adminbuy_index_plan .index_plan_box .w .index_plan_l .plan_title li>div {
    font-size: 14px;
    color: #ccc;
  }

  .adminbuy_index .adminbuy_index_plan .index_plan_box .w .index_plan_l .plan_title li>div span {
    font-size: 16px;
    color: #333;
  }

  .adminbuy_index .adminbuy_index_plan .index_plan_box .w .index_plan_l .plan_title li a {
    font-size: 16px;
  }

  .adminbuy_index .adminbuy_index_plan .index_plan_box .w .index_plan_c {
    width: 100%;
    margin: 0.3rem 0;
    padding: 0 0.3rem;
  }

  .adminbuy_index .adminbuy_index_plan .index_plan_box .w .index_plan_c .anniversary {
    text-align: center;
  }

  .adminbuy_index .adminbuy_index_plan .index_plan_box .w .index_plan_c .anniversary .anniversary_title {
    margin-bottom: 0.2rem;
    font-size: 22px;
  }

  .adminbuy_index .adminbuy_index_plan .index_plan_box .w .index_plan_c .anniversary .anniversary_content {
    font-size: 14px;
    margin-bottom: 0.32rem;
  }

  .adminbuy_index .adminbuy_index_plan .index_plan_box .w .index_plan_r {
    width: 100%;
    margin: 0;
    padding: 0 0.3rem;
  }

  .adminbuy_index .adminbuy_index_contact {
    margin-bottom: 0.6rem;
  }

  .adminbuy_case {
    margin-bottom: 0;
  }

  .adminbuy_tech {
    margin-bottom: 0;
  }

  .Pagination {
    margin-bottom: .3rem;
  }

  .jj_imgbox {
    height: 5.6rem;
  }

  .adminbuy_about .adminbuy_about_box .adminbuy_about_jj img {
    margin-bottom: .9rem;
  }

  .adminbuy_index .adminbuy_index_contact .contact_box {
    width: 100%;
    left: 0;
    padding: 0 15px;
  }

  .adminbuy_index .adminbuy_index_contact .contact_box .contact_title {
    text-align: center;
    margin-bottom: 0;
  }

  .adminbuy_index .adminbuy_index_contact .contact_box .contact_list {
    display: block;
  }

  .adminbuy_index .adminbuy_index_contact .contact_box .contact_list .contact_list_r {
    width: 30%;
    margin: 0 auto;
  }

  .adminbuy_index .adminbuy_index_contact .contact_box .contact_list .contact_list_r img {
    width: 100%;
  }

  .adminbuy_index .adminbuy_index_contact .contact_box .contact_list .contact_list_l {
    width: 90%;
    margin: 0 auto 0.4rem;
  }

  .adminbuy_index .adminbuy_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;
  }

  .adminbuy_index .adminbuy_index_contact .contact_box .contact_list .contact_list_l h4::before {
    width: 30px;
    height: 30px;
    background-size: contain;
    margin-right: 10px;
  }

  .adminbuy_index .adminbuy_index_contact .contact_box .contact_list .contact_list_l .contact_item {
    padding: 0;
    text-align: center;
  }

  .adminbuy_about .adminbuy_about_box .adminbuy_about_jj .w .jj_content p {
    font-size: 14px;
    line-height: 30px;
  }

  .adminbuy_about .adminbuy_about_box .adminbuy_about_jj .w .jj_content h4 {
    font-size: 16px;
  }

  .adminbuy_about .adminbuy_about_box .adminbuy_about_jj .w .jj_imgbox h2 {
    line-height: 40px;
  }

  .adminbuy_about .adminbuy_about_culture .w .culture_box {
    display: block;
  }

  .adminbuy_about .adminbuy_about_culture .w .culture_box .culture_box_l ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .adminbuy_about .adminbuy_about_culture .w .culture_box .culture_box_l ul li {
    width: 80%;
  }

  .adminbuy_about .adminbuy_about_culture .w .culture_box .culture_box_l ul li .kh {
    text-align: center;
    padding-right: 0;
  }

  .adminbuy_about .adminbuy_about_culture .w .culture_box .culture_box_l ul li .kh .kh_t {
    font-size: 18px;
  }

  .adminbuy_about .adminbuy_about_culture .w .culture_box .culture_box_l ul li .kh .kh_c {
    font-size: 14px;
  }

  .adminbuy_about .adminbuy_about_culture .w .culture_box .culture_box_r {
    width: 100%;
    margin-left: 0;
  }

  .adminbuy_about .adminbuy_about_culture .w .culture_box .culture_box_r img {
    width: 100%;
  }

  .adminbuy_about .advantage_box {
    margin-top: 0;
  }

  .adminbuy_about .advantage_box .w ul li {
    width: 100%;
    margin-right: 0;
  }

  .adminbuy_baike .baike_nav {
    margin-bottom: 0.4rem;
  }

  .adminbuy_baike .adminbuy_baike_project .w .project_title {
    width: 100%;
    text-align: center;
    margin-top: 0.6rem;
    margin-bottom: 0.4rem;
  }

  .adminbuy_baike .adminbuy_baike_project .w .project_title .en {
    font-size: 20px;
  }

  .adminbuy_baike .adminbuy_baike_project .w .project_title .cn {
    font-size: 20px;
  }

  .adminbuy_baike .adminbuy_baike_project .w ul li {
    display: block;
  }

  .adminbuy_baike .adminbuy_baike_project .w ul li .project_tiem_r {
    width: 100%;
    margin: 0;
  }

  .adminbuy_case .baike_nav {
    margin-bottom: 0.6rem;
  }

  .adminbuy_case .adminbuy_case_box .w .hot_case {
    /* display: none; */
    margin-bottom: 30px;
  }

  .adminbuy_case .adminbuy_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;
  }

  .adminbuy_case .adminbuy_case_box .hot_case a .hot_case_r {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }

  .case_list {
    padding: 0 15px;
  }

  .case_list .case_item {
    padding: 0;
    height: auto;
  }

  .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.2rem 0.3rem;
  }

  .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: 20px;
  }

  .case_list .case_item a .case_item_text .case_item_content {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }

  .case_list .case_item a .case_item_text .case_item_bottom {
    display: none;
  }

  .adminbuy_certificate .adminbuy_certificate_honor .w .adminbuy_honor_option {
    margin-bottom: 0.4rem;
  }

  .adminbuy_certificate .adminbuy_certificate_honor .w .adminbuy_honor_option ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0;
  }

  .adminbuy_certificate .adminbuy_certificate_honor .w .adminbuy_honor_option ul li {
    height: 0.8rem;
    width: 2.8rem;
    font-size: 0.32rem;
  }

  .adminbuy_certificate .adminbuy_certificate_honor .w .adminbuy_honor_option ul li::before {
    width: 0.56rem;
    height: 0.56rem;
    margin-right: 0.1rem;
  }

  .adminbuy_certificate .adminbuy_certificate_honor .w .adminbuy_honor_box .adminbuy_honor_list .adminbuy_honor_item {
    width: 50%;
    padding: 5px;
  }

  .adminbuy_certificate .adminbuy_certificate_honor .w .adminbuy_honor_box .adminbuy_honor_list .adminbuy_honor_item .border {
    padding: 5px;
    background-color: transparent;
    min-height: auto;
  }

  .adminbuy_certificate .adminbuy_certificate_honor .w .adminbuy_honor_box .adminbuy_honor_list .adminbuy_honor_item .border img {
    width: 100%;
  }

  .adminbuy_certificate .adminbuy_certificate_honor .w .adminbuy_honor_box .adminbuy_honor_list .adminbuy_honor_item p {
    
    font-size: 14px;
  }

  .adminbuy_contact .adminbuy_contact_box .w .contact_list li {
    display: block;
    padding-bottom: 0;
  }

  .adminbuy_contact .adminbuy_contact_box .w .contact_list li .contact_item_l {
    width: 100%;
  }

  .adminbuy_contact .adminbuy_contact_box .w .contact_list li .contact_item_r {
    width: 100%;
    padding-left: 0;
  }

  .adminbuy_contact .adminbuy_contact_box .w .contact_list li .contact_item_r h4 {
    font-size: 18px;
    margin: 5px 0;
  }

  .adminbuy_contact .adminbuy_contact_box .w .contact_list li .contact_item_r p {
    font-size: 14px;
    line-height: 30px;
  }

  .adminbuy_map #map {
    height: 5.6rem;
  }

  .adminbuy_tree .w ul::after {
    z-index: -1;
  }

  .adminbuy_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;
  }

  .adminbuy_tree .w ul li:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .adminbuy_tree .w ul li::before {
    position: unset;
    -webkit-transform: unset;
    transform: unset;
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 22px;
  }

  .adminbuy_tree .w ul li .tree_dev_l {
    width: 100%;
    margin: 20px 0 0 0;
  }

  .adminbuy_tree .w ul li .tree_dev_r {
    width: 100%;
  }

  .adminbuy_tree .w ul li .tree_dev_r .dev_text {
    width: 100%;
    background-color: #fff;
  }

  .adminbuy_tree .w ul li .tree_dev_r .dev_text p {
    font-size: 14px;
    line-height: 30px;
  }

  .adminbuy_from {
    margin-bottom: 0.6rem;
  }

  .adminbuy_from .w {
    padding: 0.3rem;
  }

  .adminbuy_from .w .adminbuy_from_title .title_top {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .adminbuy_from .w .adminbuy_from_title .title_top .cn {
    font-size: 24px;
  }

  .adminbuy_banner img {
    width: 100%;
    min-width: auto;
  }

  .adminbuy_from .w .adminbuy_from_title .title_top .en {
    font-size: 14px;
  }

  .adminbuy_from .form_row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .adminbuy_from .form_row .form_col {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
  }

  .adminbuy_from .form_row .form_col input {
    font-size: 14px;
  }

  .adminbuy_from .form_message {
    padding: 10px;
  }

  .adminbuy_from .form_message.join_in {
    width: 100%;
    padding: 0.3rem;
  }

  .adminbuy_from .form_message.join_in .form_row {
    width: 100%;
  }

  .adminbuy_from .form_message.join_in .form_row p {
    font-size: 14px;
  }

  .adminbuy_from .form_message.join_in .form_row .form_col input[type="checkbox"],
  .adminbuy_from .form_message.join_in .form_row .form_col input [type="radio"] {
    width: 16px;
    height: 16px;
  }

  .adminbuy_from .form_message.join_in .form_row .form_col input[type="checkbox"]::before,
  .adminbuy_from .form_message.join_in .form_row .form_col input[type="radio"]::before {
    background-size: contain;
  }

  .adminbuy_from .form_message.join_in .form_row .form_col label {
    font-size: 12px;
  }

  .adminbuy_from .form_message .message_title {
    margin-bottom: 0;
  }

  .adminbuy_from .form_message .form_row .form_col {
    margin: 0 10px 0 0;
  }

  .adminbuy_from .form_message .form_row .form_col:last-child {
    margin: 0;
  }

  .adminbuy_from .form_message .form_row textarea {
    width: 300px;
  }

  .adminbuy_hope .original .w {
    display: block;
  }

  .adminbuy_hope .original .w .original_l .original_title {
    padding-left: 1em;
    font-size: 18px;
    line-height: 40px;
  }

  .adminbuy_hope .original .w .original_l .original_content {
    padding: 1em;
    font-size: 14px;
  }

  .adminbuy_hope .hope_box .w .adminbuy_hope_list .adminbuy_hope_item {
    display: block;
  }

  .adminbuy_hope .hope_box .w .adminbuy_hope_list .adminbuy_hope_item .hope_item_l .hope_item_text {
    padding: 1em;
  }

  .adminbuy_hope .hope_box .w .adminbuy_hope_list .adminbuy_hope_item .hope_item_l .hope_item_text .hope_time {
    font-size: 26px;
    margin-right: 10px;
  }

  .adminbuy_hope .hope_box .w .adminbuy_hope_list .adminbuy_hope_item .hope_item_l .hope_item_text .hope_item_top {
    margin-bottom: 0;
  }

  .adminbuy_hope .hope_box .w .adminbuy_hope_list .adminbuy_hope_item .hope_item_l .hope_item_text .hope_item_top .hope_time {
    font-size: 22px;
    margin-right: 10px;
  }

  .adminbuy_hope .hope_box .w .adminbuy_hope_list .adminbuy_hope_item .hope_item_l .hope_item_text .hope_item_top .hope_item_title {
    font-size: 22px;
    font-weight: unset;
  }

  .adminbuy_hope .hope_box .w .adminbuy_hope_list .adminbuy_hope_item .hope_item_l .hope_item_text .hope_content {
    font-size: 14px;
  }

  .adminbuy_photo .photo_mien .w {
    display: block;
    width: 90%;
    padding: 5px;
  }

  .adminbuy_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;
  }

  .adminbuy_photo .photo_mien .w .photo_mien_content {
    width: 100%;
    font-size: 14px;
  }

  .photo_mien {
    margin-bottom: .4rem;
  }

  .adminbuy_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;
  }

  .adminbuy_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;
  }

  .adminbuy_photo .photo_box .w .photo_option .photo_option_title .en {
    font-size: 20px;
  }

  .adminbuy_photo .photo_box .w .photo_option .photo_option_title .cn {
    font-size: 20px;
  }

  .adminbuy_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;
  }

  .adminbuy_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;
  }

  .adminbuy_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;
  }

  .adminbuy_photo .brand_video .w .brand_video_title {
    height: 79px;
    margin: 0 auto 0.4rem;
  }

  .adminbuy_photo .brand_video .w .brand_video_title .en {
    font-size: 20px;
  }

  .adminbuy_photo .brand_video .w .brand_video_title .cn {
    font-size: 20px;
  }

  .adminbuy_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;
  }

  .adminbuy_photo .brand_video .w .brand_video_box ul li {
    width: 100%;
    margin-bottom: 0;
  }

  .adminbuy_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;
  }

  .adminbuy_pro .pro_box {
    margin-bottom: .3rem;
  }

  .pro_box .w .pro_box_left {
    position: absolute;
    top: 0;
    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 #C30404;
    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: #C30404;
    -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: .4rem 15px;
  }

  .pro_box .w .pro_box_right .pro_list_box .pro_list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .adminbuy_breadcrumb {
    margin-bottom: 0;
  }

  .adminbuy_breadcrumb .w {
    /* display: none; */
  }

  .pro_box .w .pro_box_right .pro_breadcrumb {
    display: none;
  }

  .pro_box .w .pro_box_right .pro_list_box .pro_list .pro_item {
    width: 49%;
    margin-right: 0;
    margin-bottom: 10px;

  }

  .adminbuy_index {
    margin-bottom: 20px;
  }

  .adminbuy_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.6rem;
    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: #c41f2a;
  }

  .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.6rem;
  }

  .pro_box .w .pro_box_right .pro_details .bg .pro_details_content .product_title {
    margin-bottom: 10px;
  }

  .pro_box .w .pro_box_right .pro_details .bg .pro_details_content .product_details {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .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: 30px;
  }

  .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;
  }

  .adminbuy_proxy .adminbuy_proxy_data {
    margin-bottom: 0;
    height: 2.8rem;
  }

  .adminbuy_proxy .adminbuy_proxy_data .proxy_data_title h2 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 24px;
    margin-top: 0;
  }

  .adminbuy_proxy .adminbuy_proxy_data .proxy_data_number ul li p {
    font-size: 16px;
  }

  .adminbuy_proxy .adminbuy_proxy_data .proxy_data_title h5 {
    display: none;
  }

  .adminbuy_proxy .adminbuy_proxy_data .proxy_data_number {
    width: 100%;
  }

  .adminbuy_proxy .adminbuy_proxy_data .proxy_data_number .w ul li {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .adminbuy_proxy .adminbuy_proxy_data .proxy_data_number .w ul li .num {
    font-size: 20px;
  }

  .adminbuy_proxy .adminbuy_proxy_data .proxy_data_number .w ul li .num::after {
    font-size: 12px;
    position: unset;
  }

  .adminbuy_proxy .reason {
    padding: 0 0.3rem;
    margin-bottom: 0.4rem;
  }

  .adminbuy_proxy .reason .reason_r {
    width: 100%;
    margin-bottom: 0.3rem;
  }

  .adminbuy_proxy .reason .reason_l {
    width: 100%;
    text-align: center;
  }

  .adminbuy_proxy .reason .reason_l .reason_title {
    margin-bottom: 0.4rem;
  }

  .adminbuy_proxy .reason .reason_l .reason_title .cn {
    font-size: 18px;
  }

  .adminbuy_proxy .reason .reason_l .reason_title .en {
    font-size: 12px;
  }

  .adminbuy_proxy .reason .reason_l .reason_box {
    padding-right: 0;
  }

  .adminbuy_proxy .reason .reason_l .reason_box .reason_list {
    width: 90%;
    margin: 0 auto;
    padding-right: 0;
  }

  .adminbuy_proxy .reason .reason_l .reason_box .reason_list .reason_item {
    width: 100%;
    font-size: 16px;
    margin-bottom: 0;
  }

  .adminbuy_proxy .support .support_title {
    margin-bottom: 15px;
  }

  .adminbuy_proxy .reason .reason_l .reason_box .reason_list .reason_item::before {
    height: 40px;
    width: 38px;
    background-size: contain;
    margin-right: 14px;
    font-size: 18px;
  }

  .adminbuy_proxy .reason .reason_l .reason_box .reason_list .reason_item p {
    text-align: left;
  }

  .adminbuy_proxy .support .support_title .cn {
    font-size: 24px;
  }

  .adminbuy_proxy .support .support_title .en {
    font-size: 14px;
  }

  .adminbuy_proxy .support .support_box .support_box_l {
    left: 0;
    padding: 20px 0.3rem;
    width: 100%;
  }

  .adminbuy_proxy .support .support_box .support_box_l .support_box_title {
    width: 100%;
  }

  .adminbuy_proxy .support .support_box .support_box_l .support_box_list {
    width: 100%;
  }

  .adminbuy_proxy .support .support_box .support_box_l .support_box_list .support_box_item p {
    font-size: 15px;
  }

  .adminbuy_service .service_flow .w .service_flow_list .service_flow_item {
    display: block;
  }

  .adminbuy_service .service_flow .w .service_flow_list .service_flow_item .service_flow_item_l {
    position: unset;
    width: 100%;
  }

  .adminbuy_service .service_flow .w .service_flow_list .service_flow_item .service_flow_item_r {
    width: 100%;
    padding: 15px;
  }

  .adminbuy_service .service_flow .w .service_flow_list .service_flow_item .service_flow_item_r .service_flow_title {
    font-size: 14px;
  }

  .adminbuy_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%;
  }

  .content table td {}

  .content {}

  .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;}











}
.pro_box .w .pro_box_left .pro_option .pro_option_tiem .pro_name_list .active a{ color:#C30404}