/*
 * @Description: 公共的样式写在这个文件中
 * @fileName: pulicStyle.css
 * @Author: longhaiyan
 * @Date: 2020-01-09 13:31:02
 */
body {
  font-size: 16px;
  color: #666666;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #333;
}
.container {
  width: 1200px !important;
  margin: 0 auto;
  padding: 0;
}
.large_container {
  width: 1440px;
  margin: 0 auto;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fl {
  float: left;
}

.fr {
  float: right;
}
.icon {
  display: inline-block;
}
/* 弹窗公共样式 start */
.layer_pop_up {
  margin: 0 auto;
  width: 640px;
  border-top: 10px solid #c6020a;
}
.pop_title_text {
  position: relative;
  display: inline-block;
  padding-left: 14px;
  margin-left: 4px;
}
.pop_title_text:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 22px;
  background-color: #daa63f;
  left: 0;
  top: 50%;
  margin-top: -11px;
}
.layer_pop_up_top .pop_up_logo {
  position: relative;
  top: -4px;
}
.layer_pop_up_top {
  font-size: 20px;
  position: relative;
  height: 90px;
  line-height: 90px;
  padding: 0 60px 0 30px;
  color: #000000;
  background-color: #fdb831;
}
.layer_pop_up_top a {
  color: #000000;
  margin-left: 6px;
}
.bold {
  font-weight: 700 !important;
}
.layui-layer-page {
  width: auto !important;
  left: 50% !important;
  margin-left: -320px;
}
.layui-layer-content {
  height: auto !important;
  max-height: 600px;
}
.layer_pop_up_top .icon_close {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 30px;
  top: 50%;
  margin-top: -10px;
  cursor: pointer;
}
.layer_pop_up_content {
  padding: 40px 40px 25px;
  background-color: #fff;
}
.layer_pop_up_content.pop_up_1 {
  background: url(../banner/pup_up_bg_1.png) right bottom no-repeat;
}
.layer_pop_up_content.pop_up_2 {
  background: url(../banner/pup_up_bg_2.png) right center no-repeat;
}
.layer_pop_up_content.pop_up_3 {
  background: url(../banner/pup_up_bg_3.png) right top no-repeat;
}
.layer_pop_up_content.pop_up_4 {
  background: url(../banner/pup_up_bg_4.png) right bottom no-repeat;
}
.layer_pop_up_content.pop_up_5 {
  background: url(../banner/pup_up_bg_5.png) right bottom no-repeat;
}
.layer_pop_up_content.pop_up_6 {
  background: url(../banner/pup_up_bg_6.png) right bottom no-repeat;
}
.layer_pop_up_content input {
  font-size: 16px;
  width: 300px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  box-sizing: border-box;
  background-color: #f2f2f2;
}
.layer_pop_up_content .input_wrap {
  margin-bottom: 30px;
}
.layer_pop_up_content .pop_up_bottom_btn {
  font-size: 16px;
  margin-top: 10px;
  width: 300px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #c6020a;
  color: #ffffff;
  position: relative;
  overflow: hidden;

}
.layer_pop_up_content .pop_up_bottom_btn:after {
  content: "";
  top:0;
  bottom:0;
  margin:auto;
  width:100%;
  width: 0px \9;
  height:400px;
  left:0%;
  opacity:0;
  filter:alpha(opacity=0);
  border-radius:100%;
  position:absolute;
  background:#ffffff;
  background:#2cb1b5 \9;
  transform:scale(1);
  animation:1.5s btn ease-out infinite;
}

.layer_pop_up_content .pop_up_bottom_btn
/*.layer_pop_up_content .pop_up_bottom_btn:hover {*/
/*  opacity: 0.8;*/
/*}*/
.layer_pop_up_content textarea {
  font-size: 16px;
  padding: 18px 20px;
  box-sizing: border-box;
  width: 300px;
  height: 140px;
  background-color: #f2f2f2;
}
/* 弹窗公共样式 end */
/* 右侧固定样式 start */
body {
  padding-top: 90px;
}
header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  z-index: 999;
}
.right_fixed {
  position: fixed;
  bottom: 240px;
  right: 0;
  z-index: 100;
}
.right_fixed_item {
  cursor: pointer;
  width: 80px;
  height: 80px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #ffffff;
  background-color: #767676;
  text-align: center;
  border-bottom: 1px solid #fff;
  position: relative;
}
.fixed_content {
  display: none;
  background-color: #fff;
  box-shadow: 0px 6px 20px 0px rgba(160, 165, 172, 0.24);
  position: absolute;
  padding: 10px;
  box-sizing: border-box;
  top: 10px;
}
.fixed_content.wx {
  width: 120px;
  left: -125px;
}
.fixed_content.phone {
  width: 200px;
  left: -205px;
}
.fixed_content a {
  font-size: 24px;
  font-weight: 700;
  color: #c6020a;
}

.right_fixed_item:hover .fixed_content {
  display: block;
}
.right_fixed_item:hover {
  background-color: #c6020a;
}
.right_fixed_item > img {
  margin-top: 26px;
}
.right_fixed_item .fixed_right_bills {
  margin-top: 15px;
}
/* 右侧固定样式 end */
/* 头部start */
.header_top {
  padding: 25px 0;
}

.header_nav_list {
  position: absolute;
  z-index: 10;
  top: 90px;
  right: 0;
  width: 68%;
  font-size: 18px;
}
.nav_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0;
  z-index: -1;
}
.header_nav_list .header_nav_list_item {
  margin-left: 4%;
  float: left;
  position: relative;
  display: block;
}
.header_nav_list .header_nav_list_item.first {
  margin-left: 7%;
}

.header_nav_list .header_nav_list_item > a {
  display: inline-block;
  padding-bottom: 12px;
  position: relative;
  color: #333;
}
.header_nav_list .header_nav_list_item > a:hover {
  color: #c6020a;
}

.header_nav_list .header_nav_list_item > a.on {
  font-weight: 700;
}
.header_nav_list .header_nav_list_item > a.on:after,
.header_nav_list .header_nav_list_item > a:hover:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #c6020a;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
}
.top_sub_nav {
  width: 300px;
  padding: 8px 0 28px;
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -150px;
  top: 36px;
  background-color: #ffffff;
  box-shadow: 0px 8px 20px 0px rgba(180, 180, 180, 0.3);
  opacity: 0.9;
  z-index: 100;
}
.top_sub_nav a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  text-align: left;
  padding: 0 28px;
  padding-top: 20px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}
.top_sub_nav a .dot {
  margin-right: 10px;
}
.top_sub_nav a:hover {
  color: #c90e16;
}
.logo_tip_title {
  margin-left: 20px;
  font-size: 15px;
  font-weight: 700;
  color: #c6020a;
}
.logo_tip_info {
  margin-left: 16px;
  font-size: 13px;
  font-weight: 700;
  color: #000000;
}
.header_top_right {
  height: 40px;
  line-height: 40px;
}
.header_top_right a {
  font-size: 24px;
  font-weight: 700;
  color: #c6020a;
}
.icon_top_wx {
  width: 27px;
  height: 22px;
  background: url(../images/icon_top_wx.png) no-repeat center;
  background-size: 100% 100%;
  margin-right: 40px;
}
.icon_top_line {
  width: 1px;
  height: 18px;
  background-color: #e2e2e2;
  margin: 0 14px;
}
.icon_top_phone {
  width: 20px;
  height: 20px;
  margin-right: 14px;
  background: url(../images/icon_top_phone.png) no-repeat center;
  background-size: 100% 100%;
}
.icon_top_dh {
  width: 20px;
  height: 20px;
  margin-right: 14px;
  background: url(../images/dh.png) no-repeat center;
  background-size: 100% 100%;
}

.top_qr_code_wrap {
  position: relative;
}
.top_qr_code_wrap:hover .top_qr_code {
  display: block;
}
.top_qr_code {
  padding: 10px;
  background-color: #fff;
  position: absolute;
  width: 108px;
  height: 108px;
  top: 14px;
  left: 50%;
  max-width: 108px;
  margin-left: -73px;
  z-index: 100;
  display: none;
}

/* 头部end */
/* 面包屑 start */
.crumbs_wrap {
  position: relative;
}
.crumbs {
  position: absolute;
  z-index: 10;
  top: -36px;
  height: 36px;
  line-height: 56px;
  left: 0;
  width: 68%;
  padding-left: 18.4%;
  font-size: 16px;
  color: #999999;
}
.crumbs a {
  color: #999999;
}
.crumbs_home {
  margin-top: -2px;
  margin-right: 4px;
}
.crumbs_wrap.index .crumbs {
  padding-left: 12.4%;
}
.crumbs_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0;
  z-index: -1;
}
/* 面包屑 end */

/* 底部 start */
footer {
  width: 100%;
}
.footer_get_project {
  border-top: 1px solid #dfdfdf;
}
.get_project_inner {
  margin: 0 40px 0;
  padding-bottom: 40px;
  border-bottom: 1px solid #dfdfdf;
}
.footer_get_project .large_container .get_project_inner button {
  margin-top: 40px;
  font-size: 18px;
  color: #ffffff;
  width: 160px;
  height: 48px;
  line-height: 48px;
  background-color: #c6020a;
  position: relative;
  overflow: hidden;
}
.footer_get_project .large_container .get_project_inner button:after {
  content: "";
  top:0;
  bottom:0;
  margin:auto;
  width:100%;
  width: 0px \9;
  height:400px;
  left:0%;
  opacity:0;
  filter:alpha(opacity=0);
  border-radius:100%;
  position:absolute;
  background:#ffffff;
  background:#2cb1b5 \9;
  transform:scale(1);
  animation:1.5s btn ease-out infinite;
}
/*.footer_get_project button:hover {*/
/*  opacity: 0.8;*/
/*}*/
.footer_top .large_container {
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}
.footer_get_project_left {
  margin-top: 40px;
}
.footer_top.index .large_container:after {
  content: "";
  position: absolute;
  width: 94.2%;
  height: 1px;
  left: 2.9%;
  top: 0;
  background-color: #dfdfdf;
}
.footer_top_left {
  width: 80%;
  float: left;
}

.footer_top_right {
  width: 7%;
  text-align: center;
}

.footer_top_right p {
  margin-top: 10px;
}

.footer_navs {
  overflow: hidden;
}

.footer_navs_item {
  width: 90px;
  float: left;
  position: relative;
  box-sizing: border-box;
  margin-right: 55px;
}

.footer_navs_item.contact_bottom_wrap {
  width: auto;
  margin-right: 0;
}
.contact_bottom_wrap .contact_bottom a {
  color: #c6020a;
  font-size: 24px;
  font-weight: 700;
}
.contact_bottom_wrap .contact_bottom .bottom_email {
  font-size: 16px;
  color: #666666;
  font-weight: normal;
}
.footer_navs_item.contact_bottom_wrap .phone {
  margin-top: -8px;
  margin-right: 10px;
}
.footer_navs_item.contact_bottom_wrap .email {
  margin-top: -4px;
  margin-right: 10px;
}
.contact_bottom {
  padding-bottom: 13px;
}
.footer_line {
  height: 180px;
  position: absolute;
  top: 0px;
  right: 0px;
}

.footer_navs_tit {
  font-size: 20px;
  font-weight: bold;
  color: #333333 !important;
  padding-bottom: 20px;
  display: block;
}

.footer_navs_list {
  overflow: hidden;
}

.footer_navs_list li a {
  font-size: 16px;
  color: #666666;
}

.footer_navs_list li {
  padding-bottom: 18px;
}

.footer_text {
  font-size: 16px;
  line-height: 20px;
  color: #666666 !important;
  max-width: 80%;
  float: left;
}

.footer_icon_email {
  margin-top: 4px;
}
.copyright_inner {
  margin: 0 40px;
  padding: 20px 0px;
  border-top: 1px solid #dfdfdf;
}
.footer_copyright {
  text-align: left;
  font-size: 16px;
  color: #666666;
}

.footer_copyright span {
  color: #666666;
}
.footer_copyright a {
  color: #666666;
}
/* 底部 end */

/* 分页 start */
.public_page {
  width: 100%;
  text-align: center;
  padding-top: 10px;
  padding-bottom:50px;
}

.public_page a {
   height: 40px;
  line-height: 40px;
  display: inline-block;
  margin: 0px 5px;
  background: #f5f5f5;
  box-sizing: border-box;
  font-size: 18px;
  color: #666;
  padding:0px 15px;
  vertical-align: middle;
}

.public_page a .img2 {
  display: none;
}

.public_page a:hover {
  color: #c90e16;
  background: #f9e6e7;
}

.public_page a:hover .img1 {
  display: none;
}
.public_page a:hover .img2 {
  display: inline-block;
}

.public_page span {
  background: #c90e16;
  color: #fff;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  margin: 0px 5px;
  box-sizing: border-box;
  font-size: 18px;
  vertical-align: middle;
  padding:0px 15px;
}
/* 分页 end */

button {
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  outline: none;
}
.bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.know_more {
  font-size: 16px;
  color: #333333;
  margin-top: 30px;
  border-top: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
  padding-right: 78px;
  height: 46px;
  line-height: 46px;
  padding-right: 78px;
  background: url(../images/know_more_arrow.png) right center no-repeat;
}
.know_more:hover {
  color: #c6020a;
  background: url(../images/news_list_arrow_on.png) right center no-repeat;
  border-top: 1px solid #c6020a;
  border-bottom: 1px solid #c6020a;
}

.page_item_title {
  text-align: center;
  margin-bottom: 40px;
}

.page_item_title .cn {
  font-size: 22px;
  font-weight: 700;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  padding-bottom: 28px;
  position: relative;
}
.page_item_title .cn:after {
  content: "";
  position: absolute;
  bottom: 14px;
  left: 50%;
  margin-left: -19px;
  width: 37px;
  height: 2px;
  background-color: #c6020a;
}
.page_item_title .en {
  font-family: "Bebas";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  opacity: 0.2;
}

.page_item_btn_wrap {
  text-align: center;
}
.page_item_btn_wrap button {
  height: 70px;
  line-height: 70px;
  font-size: 22px;
  font-weight: bold;
  color: #fffefe;
  background-color: #c6020a;
  background-size: 100% 100%;
  box-shadow: 0px 10px 10px 0px rgba(198, 2, 10, 0.13);
  padding: 0 36px;
  margin: 60px 0;
  position: relative;
  overflow: hidden;
}
.page_item_btn_wrap button:hover {
  /*opacity: 0.8;*/
}
.page_item_btn_wrap button:after {
  content: "";
  top:0;
  bottom:0;
  margin:auto;
  width:100%;
  width: 0px \9;
  height:400px;
  left:0%;
  opacity:0;
  filter:alpha(opacity=0);
  border-radius:100%;
  position:absolute;
  background:#ffffff;
  background:#2cb1b5 \9;
  transform:scale(1);
  animation:1.5s btn ease-out infinite;
}
@keyframes btn {
  0%{  transform:scale(0);  opacity: 1;  filter:alpha(opacity=100);}
  50%{  transform:scale(1);  opacity: 0;  filter:alpha(opacity=0);}
}
.page_wrap {
  margin-top: 77px;
}
.page_left {
  width: 25%;
  /*margin-right: 7.5%;*/
  margin-right: 4%;
}
.page_right {
  /*width: 67.5%;*/
  width: 71%;
}
/* 左侧样式 start */
.contact_ad {
  margin-top: 30px;
  width: 300px;
  height: 268px;
  padding: 30px;
  box-sizing: border-box;
  background: url(../images/contact_ad_bg.png) center no-repeat;
  background-size: 100% 100%;
  color: #ffffff;
}
.contact_ad .tel {
  font-size: 24px;
  font-weight: 700;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  display: block;
  padding: 10px 0 5px;
}
.contact_ad .contact_qr_code {
  margin-top: 14px;
}

.page_left_title {
  height: 90px;
  line-height: 90px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0px;
  text-align: center;
  color: #ffffff;
  background: url(../images/page_left_title_bg.png) center no-repeat;
  background-size: 100% 100%;
}
.toggle_item_title {
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 60px;
  line-height: 60px;
  padding: 0 50px 0 30px;
  font-size: 20px;
  font-weight: 700;
  font-stretch: normal;
  color: #ffffff;
  background: #fdb831 url(../images/icon_plus.png) 93% center no-repeat;
  border-bottom: 1px solid #fff;
}
.toggle_item_title.on {
  background: #fdb831 url(../images/icon_minus.png) 93% center no-repeat;
}
/* .toggle_item_inner {
  display: none;
} */
.toggle_item_inner li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 60px;
  line-height: 60px;
  padding: 0 50px 0 30px;
  cursor: pointer;
  background: #f9f9f9;
  background: #f9f9f9 url(../images/page_right_arrow.png) 93% center no-repeat;
}
.toggle_item_inner li + li {
  border-top: 1px solid #fff;
}
.toggle_item_inner li:hover,
.toggle_item_inner li.on {
  color: #c6020a;
  background: #f9f9f9 url(../images/page_right_arrow_on.png) 93% center
    no-repeat;
}
.toggle_item_inner li.on a{ color: #c6020a;}
/* 左侧样式end */
/* 案例样式 start*/
.case_list {
  padding-bottom: 60px;
}
.case_list li {
  cursor: pointer;
  width: 315px;
  margin-right: 60px;
  float: left;
  box-shadow: 0px 4px 10px 0px rgba(143, 157, 166, 0.24);
}
.case_list li .case_img {
  width: 100%;
  height: 236px;
}
.case_list li.last {
  margin-right: 0;
}
.case_list_bottom {
  padding: 30px 30px 10px;
  box-sizing: border-box;
}
.case_list_bottom .case_icon_on {
  display: none;
}
.case_list li:hover {
  background-color: #c6020a;
  transition: all 0.5s;
  box-shadow: 0px 20px 30px 0px rgba(190, 165, 166, 0.6);
}
.case_list li:hover .case_icon {
  display: none;
}
.case_list li:hover .case_icon_on {
  display: inline-block;
}
.case_list li:hover .case_name {
  color: #ffffff;
}
.case_list li:hover p {
  color: #ffffff;
}
.case_name {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 20px;
}
.case_list_bottom p {
  font-size: 18px;
  color: #000000;
  margin-bottom: 20px;
}
.case_list_bottom p img {
  margin-right: 10px;
  margin-top: -3px;
}
/* 案例样式 end */
.swiper-slide,
.swiper-wrapper {
  height: auto !important;
}
@media (max-width: 768px) {
  html {
    font-size: calc(100vw / 7.5);
  }
  body {
    font-size: 0.24rem;
    padding-bottom: 1rem;
  }
  .container,
  .large_container {
    width: 100% !important;
    padding: 0 4%;
  }
  /* 弹窗公共样式 start */
  .layer_pop_up {
    width: 6.4rem;
    border-top: 0.1rem solid #c6020a;
  }
  .pop_title_text {
    padding-left: 0.14rem;
    margin-left: 0.04rem;
  }
  .pop_title_text:after {
    width: 0.03rem;
    height: 0.22rem;
    left: 0;
    top: 50%;
    margin-top: -0.11rem;
  }
  .layer_pop_up_top .pop_up_logo {
    top: -0.04rem;
  }
  .layer_pop_up_top {
    font-size: 0.24rem;
    height: 0.9rem;
    line-height: 0.9rem;
    padding: 0 0.6rem 0 0.3rem;
  }
  .layer_pop_up_top .pop_up_title img {
    width: 1.89rem;
  }
  .layer_pop_up_top a {
    color: #000000;
    margin-left: 0.06rem;
    display: none;
  }
  .bold {
    font-weight: 700 !important;
  }
  .layui-layer-page {
    width: 6.4rem !important;
    left: 50% !important;
    margin-left: -3.2rem;
  }
  .layui-layer-content {
    max-height: 6rem;
  }
  .layer_pop_up_top .icon_close {
    width: 0.2rem;
    height: 0.2rem;
    right: 0.3rem;
    top: 50%;
    margin-top: -0.1rem;
  }
  .layer_pop_up_content {
    padding: 0.4rem 0.4rem 0.25rem;
  }
  .layer_pop_up_content.pop_up_1 {
    background: url(../images/pup_up_bg_1.png) right bottom no-repeat;
    background-size: 100% 100%;
  }
  .layer_pop_up_content.pop_up_2 {
    background: url(../images/pup_up_bg_2.png) right center no-repeat;
    background-size: 50% 50%;
  }
  .layer_pop_up_content.pop_up_3 {
    background: url(../images/pup_up_bg_3.png) right top no-repeat;
    background-size: 100% 100%;
  }
  .layer_pop_up_content.pop_up_4 {
    background: url(../images/pup_up_bg_4.png) right bottom no-repeat;
    background-size: 100% 100%;
  }
  .layer_pop_up_content.pop_up_5 {
    background: url(../images/pup_up_bg_5.png) right bottom no-repeat;
    background-size: 100% 100%;
  }
  .layer_pop_up_content.pop_up_6 {
    background: url(../images/pup_up_bg_6.png) right bottom no-repeat;
    background-size: 100% 100%;
  }
  .layer_pop_up_content input {
    font-size: 0.24rem;
    width: 3rem;
    height: 0.5rem;
    line-height: 0.5rem;
    padding: 0 0.2rem;
  }
  .layer_pop_up_content .input_wrap {
    margin-bottom: 0.3rem;
  }
  .layer_pop_up_content .pop_up_bottom_btn {
    font-size: 0.24rem;
    margin-top: 0.1rem;
    width: 3rem;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    background-color: #c6020a;
    color: #ffffff;
  }
  .layer_pop_up_content textarea {
    font-size: 0.24rem;
    padding: 0.18rem 0.2rem;
    width: 3rem;
    height: 1.4rem;
  }
  /* 弹窗公共样式 end */
  .loadMore {
    text-align: center;
    font-size: 0.28rem;
  }
  .right_fixed_item.back_top {
    width: 0.94rem;
    height: 0.94rem;
    background-color: #c6020a;
    border-radius: 50%;
    box-shadow: 0px 0.1rem 0.2rem 0px rgba(168, 20, 26, 0.25);
    border-bottom: none;
  }
  .right_fixed_item.back_top > img {
    width: 0.29rem;
    margin-top: 0.29rem;
  }
  .container {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 4%;
  }
  .page_wrap {
    margin-top: 0.8rem;
  }
  .page_left {
    width: 100%;
    margin-right: 0;
  }
  .page_left_title {
    height: 0.9rem;
    line-height: 0.9rem;
    font-size: 0.28rem;
  }
  .toggle_item_title {
    height: 0.8rem;
    line-height: 0.8rem;
    padding: 0 0.5rem 0 0.4rem;
    font-size: 0.24rem;
  }
  .toggle_item_inner li {
    height: 0.8rem;
    line-height: 0.8rem;
    padding: 0 0.5rem 0 0.4rem;
  }

  .page_right {
    width: 100%;
  }
  .contact_ad {
    display: none;
  }
  .page_item_title {
    margin-bottom: 0.4rem;
  }
  .page_item_title .cn {
    font-size: 0.32rem;
    padding-bottom: 0.28rem;
  }
  .page_item_title .cn:after {
    bottom: 0.14rem;
    left: 50%;
    margin-left: -0.19rem;
    width: 0.37rem;
    height: 0.02rem;
  }
  .page_item_title .en {
    font-size: 0.24rem;
  }
  .large_container {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 4%;
  }
  #newBridge {
    display: none !important;
  }
  .header_top {
    padding: 0.35rem 0;
  }
  .header_top .header_top_left .header_logo {
    width: 4.66rem;
  }
  .know_more {
    margin-top: 0.3rem;
    font-size: 0.24rem;
    height: 0.65rem;
    line-height: 0.65rem;
    width: 3.3rem;
  }
  .page_item_btn_wrap button {
    height: 0.9rem;
    line-height: 0.9rem;
    width: 100%;
    font-size: 0.24rem;
    margin: 0.6rem 0;
    padding: 0 0.36rem;
  }
  .page_item_btn_wrap button img {
    width: 0.3rem;
    margin: 0 0.1rem;
  }

  .case_list {
    padding-bottom: 0.4rem;
  }
  .case_list li {
    cursor: pointer;
    width: 48%;
    margin-right: 4% !important;
    margin-bottom: 4%;
    float: left;
    box-shadow: 0 0.04rem 0.1rem 0 rgba(143, 157, 166, 0.24);
  }
  .case_list li .case_img {
    width: 100%;
    height: 2.41rem;
  }
  .case_list li:nth-child(2n) {
    margin-right: 0 !important;
  }
  .case_list_bottom {
    padding: 0.3rem 0.3rem 0.1rem;
    box-sizing: border-box;
  }

  .case_name {
    font-size: 0.24rem;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0.2rem;
  }
  .case_list_bottom p {
    font-size: 0.24rem;
    color: #000000;
    margin-bottom: 0.2rem;
  }
  .case_list_bottom p img {
    margin-right: 0.1rem;
    width: 0.2rem;
    margin-top: -0.03rem;
  }
  .footer_top .large_container {
    padding: 0 4%;
  }
  .footer_top_left {
    width: 100%;
  }
  .footer_navs_item {
    width: auto;
    margin: 0;
    margin-left: 0.5rem;
    padding: 0.26rem 0;
  }
  .footer_navs_item.contact_bottom_wrap {
    width: 100%;
    margin-left: 0;
  }
  .footer_navs_item:first-child {
    margin-left: 0;
  }
  .footer_navs_tit {
    font-size: 0.22rem;
    padding: 0;
  }
  .copyright_inner {
    margin: 0;
  }
  .footer_top.index .large_container:after {
    display: none;
  }
  .footer_get_project_left {
    margin-top: 0.4rem;
  }
  .get_project_inner {
    margin: 0;
    padding-bottom: 0.36rem;
    border-bottom: none;
  }
  .bottom_fixed {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    font-size: 0;
    z-index: 100;
    background-color: #c6020a;
    box-shadow: 0px -10px 20px 0px rgba(168, 20, 26, 0.1);
    display: flex !important;
  }
  .bottom_fixed_item {
    padding: 0.1rem 0;
    text-align: center;
    width: 33.3%;
    position: relative;
  }
  .bottom_fixed_item img {
    margin-bottom: 0.04rem;
  }
  .bottom_fixed_item .fixed_content.wx img{
    margin: 0.2rem 0;
    width: 1.76rem;
    height: 1.76rem;
  }
  .bottom_fixed_item:nth-child(1) > img {
    width: 0.5rem;
    height: 0.44rem;
  }
  .bottom_fixed_item:nth-child(2) > img {
    width: 0.38rem;
    height: 0.44rem;
  }
  .bottom_fixed_item:nth-child(3) > img {
    width: 0.48rem;
    height: 0.44rem;
  }
  .bottom_fixed_item p {
    font-size: 0.24rem;
    color: #fff;
    line-height: 0.4rem;
  }
  .bottom_fixed_item .fixed_content p {
    color: #333;
  }
  .fixed_content {
    display: none;
    background-color: #fff;
    box-shadow: 0px 0.06rem 0.2rem 0px rgba(160, 165, 172, 0.24);
    position: absolute;
    padding: 0.1rem;
    box-sizing: border-box;
    top: 0;
    z-index: 100;
    font-size: #333;
  }
  .fixed_content.wx {
    width: 100%;
    left: 0;
    top: -232%;
    min-height: 1rem;
  }
  .fixed_content.phone {
    width: 100%;
    left: 0;
    top: -92%;
    min-height: 1rem;
  }
  .fixed_content a {
    font-size: 0.28rem;
    line-height: 0.4rem;
    font-weight: 700;
    color: #c6020a;
  }

  .bottom_fixed_item:hover .fixed_content {
    display: block;
  }
  .open_wx:hover .fixed_content{
    display: none !important;
  }
  .bottom_fixed_item:hover {
    background-color: #c6020a;
  }
  .mobile_bottom {
    display: flex !important;
    justify-content: space-between;
    margin-bottom: 0.4rem;
  }
  .mobile_copyright {
    width: 5rem;
    padding-top: 0.2rem;
  }
  .mobile_qr_code {
    text-align: center;
    width: 1.3rem;
  }
  .mobile_copyright .phone {
    margin-top: -0.08rem;
    margin-right: 0.1rem;
  }
  .mobile_copyright .email {
    margin-top: -0.04rem;
    margin-right: 0.1rem;
  }
  .mobile_copyright .contact_bottom + .contact_bottom {
    margin-left: 0.28rem;
  }
  .mobile_copyright .contact_bottom {
    display: inline-block;
  }
  .mobile_copyright .contact_bottom img {
    width: 0.28rem;
  }
  .mobile_copyright .contact_bottom a {
    color: #c6020a;
    font-size: 0.28rem;
    font-weight: 700;
  }
  .mobile_copyright .contact_bottom .bottom_email {
    font-size: 0.24rem;
    color: #666666;
    font-weight: normal;
  }
  .copyright_inner {
    padding: 0;
    border: none;
  }
  .copyright_inner a {
    color: #666;
  }
}
@media (max-width: 320px) {
  .mobile_copyright .contact_bottom + .contact_bottom {
    margin-left: 0;
  }
  .footer_navs_item {
    margin-left: 0.3rem;
  }
  .about_us_info {
    line-height: 0.4rem;
  }
  .mobile_qr_code {
    text-align: center;
    width: 1.5rem;
  }
}

/* 顶部 start */
@media (max-width: 768px) {
  .header_top {
    padding: 0.35rem 0;
    height: 1.2rem;
    box-sizing: border-box;
    overflow: hidden;
  }
  .header_nav_list {
    position: fixed;
    z-index: 10;
    top: 1.2rem;
    right: 0;
    width: 100%;
    font-size: 0.28rem;
    background: rgba(0, 0, 0, 0.5);
    height: calc(100% - 1.2rem);
    display: none;
    overflow: auto;
  }
  body {
    padding-top: 1.2rem;
  }
  .header_nav_list .header_nav_list_item.first {
    margin-left: 0rem;
  }
  .header_nav_list .header_nav_list_item {
    margin-left: 0rem;
    float: none;
    position: relative;
    display: block;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    /* padding: 0.3rem 4%; */
    /* text-align: center; */
    overflow: hidden;
  }
  .header_nav_list .header_nav_list_item > a {
    display: block;
    width: 80%;
    height: auto;
    padding: 0.3rem 4%;
    float: left;
    box-sizing: border-box;
  }
  .header_nav_list .header_nav_list_item {
    border-top: 1px solid #f7f7f7;
  }
  .header_nav_list .header_nav_list_item.filter_top > a {
    width: calc(100% - 0.6rem);
    padding: 0.3rem 0rem;
    float: left;
  }
  .header_nav_list .header_nav_list_item.filter_top {
    padding: 0rem 4%;
  }
  header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    z-index: 999;
  }
  .header_nav_list .header_nav_list_item > a.on:after,
  .header_nav_list .header_nav_list_item > a:hover:after {
    display: none;
  }
  .header_nav_list .header_nav_list_item > a.on {
    font-weight: 700;
    color: #c6020a;
  }
  .header_nav_list .header_nav_list_item > a {
    /* padding-bottom: 0rem; */
  }
  .mobile_toggle {
    width: 0.36rem;
    height: 0.32rem;
    float: right;
  }
  .header_top_left {
    width: 100%;
    overflow: hidden;
  }
  .header_nav_list_item .fr {
    float: none;
    overflow: hidden;
  }
  .top_cont_le {
    width: 20%;
    /* float:left; */
    margin-right: 4%;
  }
  .top_cont_ri {
    max-width: 76%;
    /* float: left; */
  }
  .top_qr_code {
    display: block;
    width: 100%;
    height: auto;
    padding: 0rem;
    max-width: 100%;
    margin-left: 0rem;
    position: relative;
    top: 0rem;
    left: 0rem;
  }
  .header_top_right a {
    font-size: 0.3rem;
  }
  .header_top_right {
    height: auto;
    line-height: 0.48rem;
  }
  .mobile_phonrs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0.3rem 4%;
    width: 100%;
    box-sizing: border-box;
  }
  .mobile_nav_right {
    width: 0.3rem;
    float: right;
    margin-top: 0.3rem;
    transition: all 0.5s;
  }
  .top_sub_nav {
    width: 100%;
    padding: 0rem 4%;
    box-sizing: border-box;
    position: relative;
    left: 0rem;
    margin-left: 0px;
    top: 0rem;
    clear: both;
    box-shadow: none;
  }
  .top_sub_nav a {
    display: block;
    padding: 0.3rem;
    width: 100%;
    font-size: 0.32rem;
  }
  .top_sub_nav li + li,
  .top_sub_nav {
    border-top: 1px solid #f7f7f7;
  }
}
.layui-layer-msg {
  left: 46%!important;
}
@media (max-width: 768px) {
  .layui-layer-msg {
    left: 50%!important;
    transform: translateX(-50%);
  }
}
/* 顶部 end */
@keyframes btn {
  0%{  transform:scale(0);  opacity: 1;  filter:alpha(opacity=100);}
  50%{  transform:scale(1);  opacity: 0;  filter:alpha(opacity=0);}
}

/* 移动端底部点击wx 弹框样式 start */
.wx_pop{
  width: 70% !important;
  border-radius: 20px;
  text-align: center;
  left: 15% !important;
}
.wx_pop .layui-layer-title{
  display: none !important;
}
.wx_pop .layui-layer-btn {
  display: none !important;
}
.wx_pop_btn{
  width: 120px;
  height: 40px;
  border-radius: 8px;
  margin: 10px auto 0px;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
  background-color: #c6020a;
}

/* 移动端底部点击wx 弹框样式 end */