﻿* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  /* Regular瀛椾綋 */
  font-family: Arial, Helvetica, sans-serif !important;
}

a {
  transition: all 0.5s ease;
}

body {
  float: left;
  width: 100%;
  scroll-behavior: smooth;
}

.wapshoww {
  display: none !important;
}

/* html {
  scroll-behavior: smooth;
} */
.nbanner {
  width: 100%;
  position: relative;
}

.nbanner img {
  width: 100%;
}

img {
  border: 0;
}

.pic {
  line-height: 0;
  overflow: hidden;
}

.pic img {
  transition: all 0.5s ease;
  width: 100%;
  max-width: 100%;
}

img {
  max-width: 100%;
}

.max-width {
  width: 1600px;
  margin: 0 auto;
}

html {
  scrollbar-width: thin;
  scrollbar-color: #005cc1 rgba(255, 255, 255, 0.75);
}

html::-webkit-scrollbar {
  width: 8px;
}

html::-webkit-scrollbar-thumb {
  background-color: #005cc1;
  border-radius: 8px;
}

@media screen and (max-width: 1800px) {
  .max-width {
    width: 85%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1500px) {
  .max-width {
    width: 80%;
    margin: 0 auto;
  }

  .max-width2 {
    width: 80%;
    margin: 0 auto;
  }
}

.layout37 {
  display: none;
}

.pcshow {
  display: block !important;
}

.wapshow {
  display: none !important;
}

.us_tit {
  color: #333;
  font-size: var(--font40);
  text-align: center;
  font-weight: bold;
}

.us_tit span {
  color: #de0000;
}

.us_stit {
  color: #545445;
  font-size: var(--font20);
  text-align: center;
}

.main_padding {
  padding: 100px 0;
  width: 100%;
}

.city_distribution {
  background: #f6f6f6;
}

.city_distribution .city_distribution_box .tit {
  font-size: var(--font40);
  color: #333;
  font-weight: bold;
  position: relative;
}

.city_distribution .city_distribution_box .tit:after {
  content: "";
  width: 70px;
  height: 5px;
  background: #333;
  bottom: -20px;
  position: absolute;
  left: 0;
}

.city_distribution .city_distribution_box ul {
  margin-top: 60px;
}

.city_distribution .city_distribution_box ul li {
  display: flex;
  background: #fff;
  padding: 45px 80px 45px 60px;
  border-radius: 12px;
  width: 100%;
  margin-bottom: 20px;
}

.city_distribution .city_distribution_box ul li:last-child {
  margin-bottom: 0;
}

.city_distribution .city_distribution_box ul li:nth-child(1) {
  align-items: center;
}

.city_distribution .city_distribution_box ul li:nth-child(2) {
  align-items: center;
}

.city_distribution .city_distribution_box ul li .area {
  font-size: var(--font30);
  color: #333;
  width: 185px;
  min-width: 185px;
  line-height: 60px;
  border-right: 1px solid #dddddd;
}

.city_distribution .city_distribution_box ul li .city_list {
  padding-left: 35px;
  display: flex;
  flex-wrap: wrap;
}

.city_distribution .city_distribution_box ul li .city_list a {
  font-size: var(--font20);
  color: #333;
  display: block;
  margin-right: 28px;
}

.city_distribution .city_distribution_box ul li .city_list a:hover {
  color: #005cc1;
}

.about_us_plaate1 .about_us_plaate1_box {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.about_us_plaate1 .about_us_plaate1_box .left_text {
  width: 46.875%;
}

.about_us_plaate1 .about_us_plaate1_box .left_text .info {
  color: #545454;
  font-size: var(--font20);
  line-height: 28px;
  margin-bottom: 10px;
}

.about_us_plaate1 .about_us_plaate1_box .left_text .item {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.about_us_plaate1 .about_us_plaate1_box .left_text .item .icon {
  line-height: 0;
}

.about_us_plaate1 .about_us_plaate1_box .left_text .item .tit {
  margin: 0 25px 0 10px;
  color: #545454;
  font-weight: bold;
  font-size: var(--font18);
  white-space: nowrap;
}

.about_us_plaate1 .about_us_plaate1_box .left_text .item .cont {
  color: #545454;
  font-size: var(--font18);
}

.about_us_plaate1 .about_us_plaate1_box .right_list {
  width: 48.75%;
}

.about_us_plaate1 .about_us_plaate1_box .right_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about_us_plaate1 .about_us_plaate1_box .right_list ul li {
  width: 21%;
  margin-bottom: 40px;
}

.about_us_plaate1 .about_us_plaate1_box .right_list ul li .num {
  color: #545454;
  font-size: var(--font16);
}

.about_us_plaate1 .about_us_plaate1_box .right_list ul li .num strong {
  margin-right: 15px;
  font-size: var(--font40);
  color: #005cc1;
  font-weight: bold;
}

.about_us_plaate1 .about_us_plaate1_box .right_list ul li .info {
  color: #545454;
  font-size: var(--font18);
}

.bgf6 {
  background: #f6f6f6 !important;
}

.about_us_plaate2 {
  background: #f6f6f6;
}

.about_us_plaate2 .us_stit {
  margin-top: 20px;
}

.about_us_plaate2 .about_us_plaate2_box {
  margin-top: 40px;
  display: flex;
}

.about_us_plaate2 .about_us_plaate2_box ul {
  width: calc(100% + 32px);
  margin: 0 -16px;display: flex;
    flex-wrap: wrap;justify-content: center;
}

.about_us_plaate2 .about_us_plaate2_box ul li {
  width: 25%;
  padding: 0 16px;
  float: left;
}

.about_us_plaate2 .about_us_plaate2_box ul li .box {
  padding: 40px  40px;
  border-radius: 12px;
height: 100%;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;position: relative;
}

.about_us_plaate2 .about_us_plaate2_box ul li .box:hover {
  background: #005cc1;
}

.about_us_plaate2 .about_us_plaate2_box ul li .box:hover .tit {
  color: #fff;
}

.about_us_plaate2 .about_us_plaate2_box ul li .box:hover .stit {
  color: #fff;
}

.about_us_plaate2 .about_us_plaate2_box ul li .box:hover .line {
  background: #fff;
}

.about_us_plaate2 .about_us_plaate2_box ul li .box .icon {
  line-height: 0;
}

.about_us_plaate2 .about_us_plaate2_box ul li .box .tit {
  color: #333;
  font-size: var(--font30);
  margin: 15px 0 12px 0;
}

.about_us_plaate2 .about_us_plaate2_box ul li .box .line {
  width: 30px;
  height: 3px;
  background: #333333;
}

.about_us_plaate2 .about_us_plaate2_box ul li .box .stit {
  color: #777;
  font-size: var(--font24);
  line-height: 28px;
  margin-top: 22px;
  text-align: center;
}

.about_us_plaate2 .about_us_plaate22_box ul li {
  width: 20%;
}

.about_us_plaate2 .about_us_plaate22_box ul li .box {
  align-items: flex-start;justify-content: flex-start;
  padding: 25px 25px;height: 100%;position: relative;flex-wrap: wrap;
}

.about_us_plaate2 .about_us_plaate22_box ul li .box .tit {
  font-size: var(--font24);
  margin-bottom: 25px;
}

.about_us_plaate2 .about_us_plaate22_box ul li .box .stit {
  font-size: var(--font18);
  line-height: 25px;
  text-align: left;
}

.about_us_plaate2.about_us_plaate22 {
  background: #eee;
  padding-bottom: 0;
}

.about_us_plaate2.about_us_plaate22 ul li:hover .box {
  background: #92c2f3;
}

.about_us_plaate2.about_us_plaate22 ul li .box {
  background: #d1e6fa;
}

.about_us_plaate2.about_us_plaate22 ul li .box .stit {
  font-size: var(--font18);
  line-height: 25px;
  color: #777;
  margin-top: 0;
  text-align: left;
}

.about_us_plaate2.about_us_plaate22 ul li .box .tit {
  font-size: var(--font24);
  margin-bottom: 10px;
}

.about_us_plaate3 {
  
  position: relative;
}

.about_us_plaate3:after {
  content: "";
  height: 5px;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  top: 305px;
}

.about_us_plaate3 .us_tit {
  color: #fff;
}

.about_us_plaate3 .about_us_plaate3_box {
  margin-top: 40px;
}

.about_us_plaate3 .about_us_plaate3_box ul {
  display: flex;
}

.about_us_plaate3 .about_us_plaate3_box ul li {
  width: 16.6%;
}

.about_us_plaate3 .about_us_plaate3_box ul li .time {
  color: #fff;
  font-size: var(--font30);
  font-weight: bold;
  margin-bottom: 20px;
}

.about_us_plaate3 .about_us_plaate3_box ul li .line {
  height: 60px;
  width: 1px;
  background: rgba(255, 255, 255, 0.8);
}

.about_us_plaate3 .about_us_plaate3_box ul li .content {
  font-size: var(--font20);
  line-height: 24px;
  color: #fff;
  margin-top: 20px;
  padding-right: 80px;
}

.about_us_plaate3 .switch {
  margin-top: 60px;
}

.about_us_plaate3 .switch .button {
  background: rgba(0, 0, 0, 0.7);
}

.about_us_plaate3 .switch .button:hover {
  background: #005cc1;
}

.honor {
  padding-bottom: 170px;
}

.honor .honor_box .honor_list1 {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}

.honor .honor_box .honor_list1 .item {
  background: url(../img/hbg.png) center no-repeat;
  background-size: cover;
  width: calc(20% - 48px);
  text-align: center;
  padding: 0 35px;
  aspect-ratio: 108/100;
  padding-top: 50px;
  position: relative;
}

.honor .honor_box .honor_list1 .item:after {
  content: "";
  height: 80%;
  width: 1px;
  background: #ddd;
  position: absolute;
  right: -30px;
  top: 10%;
}

.honor .honor_box .honor_list1 .item:last-child:after {
  display: none;
}

.honor .honor_box .honor_list1 .item .t {
  font-size: var(--font16);
  line-height: 20px;
  color: #333;
}

.honor .honor_box .honor_list1 .item .tit {
  font-size: var(--font20);
  color: #df0000;
  margin: 18px 0 22px 0;
}

.honor .honor_box .honor_list1 .item .stit {
  font-size: var(--font16);
  color: #333;
}

.honor .honor_box .honor_list2 {
  display: flex;
  justify-content: space-between;
  margin-top: 75px;
}

.honor .honor_box .honor_list2 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 14%;
}

.honor .honor_box .honor_list2 .item .icon {
  line-height: 0;
  text-align: center;
}

.honor .honor_box .honor_list2 .item .icon img {
  transition: all 0.5s ease;
}

.honor .honor_box .honor_list2 .item:hover .icon img {
  transform: rotateY(180deg);
}

.honor .honor_box .honor_list2 .item .tit {
  color: #555555;
  font-size: var(--font18);
  line-height: 22px;
  text-align: center;
  margin-top: 30px;
}

.about_us_plaate5 {
  width: 100%;
  background: #f6f6f6;
}

.about_us_plaate5 .about_us_plaate5_box {
  margin-top: 40px;
}

.about_us_plaate5 .about_us_plaate5_box ul {
  width: calc(100% + 16px);
  margin: -8px;
  display: flex;
  flex-wrap: wrap;
}

.about_us_plaate5 .about_us_plaate5_box ul li {
  width: 33.3%;
  padding: 8px;
}

.about_us_plaate5 .about_us_plaate5_box ul li .box {
  padding: 35px 40px 40px 50px;
  background: #fff;
  border-radius: 12px;
  position: relative;
}

.about_us_plaate5 .about_us_plaate5_box ul li .box:hover {
  background: #005cc1;
}

.about_us_plaate5 .about_us_plaate5_box ul li .box:hover .text .tit {
  color: #fff;
}

.about_us_plaate5 .about_us_plaate5_box ul li .box:hover .text .info {
  color: #fff;
}

.about_us_plaate5 .about_us_plaate5_box ul li .box .icon {
  position: absolute;
  right: 38px;
  top: 38px;
}

.about_us_plaate5 .about_us_plaate5_box ul li .box .text .tit {
  font-size: var(--font24);
  color: #333;
  margin-bottom: 12px;
  height: 56px;
  line-height: 28px;
}

.about_us_plaate5 .about_us_plaate5_box ul li .box .text .info {
  font-size: var(--font18);
  color: #535353;
  height: 50px;
  line-height: 25px;
}

.about_us_plaate5 .about_us_plaate5_box .more {
  width: 300px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #de0000;
  margin-top: 50px;
  color: #fff;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}

.about_us_plaate5 .about_us_plaate5_box .more img {
  margin-left: 12px;
}

.about_us_plaate6 {
  background: #f8f8f8;
}

.about_us_plaate6 .about_us_plaate6_box {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.about_us_plaate6 .about_us_plaate6_box ul {
  width: calc(100% + 12px);
  margin: -6px;
  display: flex;
  justify-content: space-between;
}

.about_us_plaate6 .about_us_plaate6_box ul li {
  width:202px;
  padding: 6px;
}

.about_us_plaate6 .about_us_plaate6_box ul li a {
width: 100%;
  background: #fff;
  border-radius: 12px;padding:20px 20px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about_us_plaate6 .about_us_plaate6_box ul li a:hover .pic img {
  transform: scale(1.1);
}

.about_us_plaate6 .about_us_plaate6_box ul li a .pic { padding-bottom: 66.66%; position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about_us_plaate6 .about_us_plaate6_box ul li a .pic img { width: 100%; height: 100%; position: absolute; left: 0; top:0; object-fit: contain;
  
}

.about_us_plaate6 .container_right {
  margin: 15px 0;
}

.switch {
  display: flex;
  align-items: center;
  justify-content: center;
}

.switch .button {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  cursor: pointer;
}

.switch .button.prev {
  transform: rotate(180deg);
}

.banner {
  width: 100%;
}

.banner .banner_text_layout {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner .banner_text_layout .fcs {
  display: flex;
  align-items: center;
  justify-content: space-between;min-height: 406px;
}

.banner .banner_text_layout .left_t .tit {
  font-size: 44px;
  color: #333;
  font-weight: bold;line-height: 1.6;letter-spacing: 2px;
}
@media (max-width: 1600px){
.banner .banner_text_layout .left_t .tit{
  font-size: 40px;
}
}
.banner .banner_text_layout .left_t .line {
  width: 70px;
  height: 5px;
  background: #333;
  margin: 20px 0 30px 0;
}

.banner .banner_text_layout .left_t .stit {
  font-size: var(--font24);
  color: #333;
}

.banner .banner_text_layout .left_t .zx {
  height: 50px;
  width: 300px;
  background: #de0000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: var(--font18);
  border-radius: 15px;
  margin: 25px 0 20px 0;
}

.banner .banner_text_layout .left_t .zx:hover {
  background: #0070e6;
}

.banner .banner_text_layout .left_t .position {
  display: flex;
  align-items: center;
  line-height: 1.2;
  font-size: var(--font18);
  color: #333;
}

.banner .banner_text_layout .left_t .position a {
  font-size: var(--font18);
  color: #333;
}

.banner .banner_text_layout .left_t .position a:hover {
  color: #e30001;
}

.form_r {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 7.8125%;
}

.wappop {
  display: none;
}

.form_r .form_tit {
  display: flex;
  align-items: center;
  justify-content: center;
}

.form_r .form_tit img {
  margin-right: 10px;
  width: 30px;
  height: 30px;
}

.form_r .form_tit span {
  color: #fff;
  font-size: var(--font24);
  font-weight: bold;
}

.form_r form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 50px 100px 50px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 25px;
}

.form_r form input[type="text"] {
  height: 50px;
  line-height: 50px;
  background: #fff;
  border-radius: 15px;
  width: 300px;
  padding: 0 20px;
  margin: 40px 0 60px 0;
}

.form_r form input[type="button"] {
  width: 300px;
  background: #e30001;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: var(--font18);
  border-radius: 15px;
  transition: all 0.5s ease;
}

.form_r form input[type="button"]:hover {
  background: #005cc1;
}

.banner ul li {
  width: 100%;
}

.case_list {
  width: 100%;
  padding: 100px 0;
  background: #f6f6f6;
}

.case_list .case_list_box ul {
  width: calc(100% + 30px);
  margin: -30px -15px;
  display: flex;
  flex-wrap: wrap;
}

.case_list .case_list_box ul li {
  width: 25%;
  padding: 30px 15px;
}

.case_list .case_list_box ul li .pic {
  width: 100%;
}

.case_list .case_list_box ul li:hover .pic img {
  transform: scale(1.1);
}

.case_list .case_list_box ul li:hover .tit {
  color: #005cc1;
}

.case_list .case_list_box ul li a {
  display: block;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.case_list .case_list_box ul li .tit {
  font-size: var(--font24);
  line-height: 28px;
  color: #333333;
  text-align: center;
  background: #fff;
  padding: 15px 30px;
}

.case_list .fy {
  margin-top: 50px;
}

.fy {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fy a {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888;
  font-size: var(--font20);
  margin: 0 5px;
  position: relative;
  background: #fff;
  border-radius: 10px;
}

.fy a.prev,
.fy a.next {
  width: 70px;
}

.fy a:hover {
  background: #0070e6;
  color: #fff;
}

.fy a:hover:after {
  border-top: 1px solid #fff !important;
  border-right: 1px solid #fff !important;
}

.fy a.prev:after {
  content: "";
  height: 14px;
  width: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translate(-50%, -50%) rotate(-135deg);
  margin-left: 3px;
}

.fy a.next:after {
  content: "";
  height: 14px;
  width: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: -3px;
}

.case_detail {
  width: 100%;
  padding: 100px 0 120px 0;
}

.case_detail.yhs {
  background: #f6f6f6;
}

.case_detail .case_detail_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.case_detail .case_detail_box .left_content {
  width: 71.875%;
}

.case_detail .case_detail_box .left_content .time {
  color: #aaa;
  font-size: var(--font14);
  padding-bottom: 8px;
  border-bottom: 2px solid #dddddd;
  margin-bottom: 25px;
}

.case_detail .case_detail_box .left_content .yjs_list {
  width: 100%;
}

.case_detail .case_detail_box .left_content .yjs_list .fy {
  justify-content: flex-start;
  margin-top: 50px;
}

.case_detail .case_detail_box .left_content .yjs_list ul li {
  margin-bottom: 32px;
}

.case_detail .case_detail_box .left_content .yjs_list ul li:nth-child(1) a .text,
.case_detail .case_detail_box .left_content .yjs_list ul li:nth-child(2) a .text,
.case_detail .case_detail_box .left_content .yjs_list ul li:nth-child(3) a .text {
  background: rgba(0, 112, 230, 0.2);
}

.case_detail .case_detail_box .left_content .yjs_list ul li:hover a .pic img {
  transform: scale(1.1);
}

.case_detail .case_detail_box .left_content .yjs_list ul li:hover a .text h4 {
  color: #005cc1;
}

.case_detail .case_detail_box .left_content .yjs_list ul li a {
  display: flex;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.case_detail .case_detail_box .left_content .yjs_list ul li a .pic {
  width: 33%;
  margin-bottom: 0;
  overflow: hidden;
}

.case_detail .case_detail_box .left_content .yjs_list ul li a .pic img {
  height: 100%;
  object-fit: cover;
}

.case_detail .case_detail_box .left_content .yjs_list ul li a .text {
  width: 67%;
  padding: 0 30px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.case_detail .case_detail_box .left_content .yjs_list ul li a .text h4 {
  color: #333;
  font-size: var(--font30);
  line-height: 36px;
  height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.case_detail .case_detail_box .left_content .yjs_list ul li a .text h6 {
  font-size: var(--font18);
  line-height: 22px;
  color: #aaa;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.case_detail .case_detail_box .left_content .yjs_list ul li a .text h5 {
  font-size: var(--font14);
  color: #aaa;
  margin-top: 6px;
}

.case_detail .case_detail_box .left_content h1 {
  font-size: var(--font40);
  color: #333;
  margin-bottom: 50px;
  font-weight: bold;
}

.case_detail .case_detail_box .left_content .content {
  font-size: var(--font20);
  line-height: 36px;
  color: #545454;
  margin-bottom: 50px;
}

.case_detail .case_detail_box .left_content .pic {
  width: 100%;
  margin-bottom: 70px;
  position: relative;
}

.pf {
  position: fixed;
  right: 50px;
  top: 70%;
  transform: translate(0, -50%);
  transition: all 0.5s ease;
  opacity: 1;
  z-index: 99;
}

.pf li {
  margin: 10px 0;
  cursor: pointer;
  position: relative;
}

.pf li:hover .content {
  opacity: 1;
  z-index: 1;
}

.pf li .icon {
  width: 50px;
  height: 50px;
}

.pf li .content {
  background: #fff;
  line-height: 50px;
  padding: 0 20px;
  font-size: 16px;
  color: #333;
  border-radius: 25px;
  position: absolute;
  top: 50%;
  right: 60px;
  white-space: nowrap;
  transition: all 0.5s ease;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
  opacity: 0;
  z-index: -99;-webkit-transition: all 500ms cubic-bezier(.5, 1, .4, 1);
	-moz-transition: all 500ms cubic-bezier(.5, 1, .4, 1);
	transition: all 500ms cubic-bezier(.5, 1, .4, 1);
	-webkit-transform: translate(0, -50%) scale(0);
	-moz-transform: translate(0, -50%) scale(0);
	-ms-transform: translate(0, -50%) scale(0);
	-o-transform: translate(0, -50%) scale(0);
	transform: translate(0, -50%) scale(0)
}
.pf li:hover .content {
 opacity: 1;
 	filter: alpha(opacity=100);
 	display: block \9;
 	pointer-events: auto;
 	-webkit-transform: translate(0, -50%) scale(1);
 	-moz-transform: translate(0, -50%) scale(1);
 	-ms-transform: translate(0, -50%) scale(1);
 	-o-transform: translate(0, -50%) scale(1);
 	transform: translate(0, -50%) scale(1);
}

.pf li .content.ewm {
  padding: 0;
  border-radius: 10px;
  height: 100px;
}

.pf li .content.ewm img {
  height: 100px;
  width: 100px;
  min-width: 100px;
}

.case_detail .case_detail_box .right_content {
  width: 25%;
  position: sticky;
  top: 150px;
}

.case_detail .tab_list {
  width: 100%;
  background: #f6f6f6;
  border-radius: 20px;
  padding: 0 30px;
}

.case_detail .tab_list a {
  color: #333;
  font-size: var(--font22);
  display: block;
  line-height: 80px;
  border-bottom: 1px solid #dddddd;
  position: relative;
}

.case_detail .tab_list a:last-child {
  border-bottom: 0;
}

.case_detail .tab_list a:hover {
  color: #005cc1;
}

.case_detail .tab_list a.on {
  color: #005cc1;
}

.case_detail .tab_list a.on:after {
  height: 30px;
  width: 3px;
  background: #005cc1;
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translate(0, -50%);
}

.case_detail .tab_list2 {
  margin-bottom: 40px;
}

.case_detail .tab_list2 a {
  line-height: 50px;
  border: 1px solid #565656;
  padding: 0 20px;
  display: block;
  width: 100%;
  border-radius: 20px;
  font-size: var(--font22);
  color: #333; background: url(../img/_arrow-right.svg) 95% center no-repeat; background-size: 24px auto !important;
  margin-bottom: 10px;
}

.case_detail .tab_list2 a.on,
.case_detail .tab_list2 a:hover {
  border: 1px solid #005cc1;
  color: #005cc1; background: url(../img/_arrow-right1.svg) 95% center no-repeat;
}

.case_detail .case_detail_box .right_content .ty {
  margin: 30px 0 40px 0;
  height: 50px;
  width: 100%;
  background: #de0000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-size: var(--font18);
  color: #fff;
}

.case_detail .case_detail_box .right_content .ty img {
  margin-left: 14px;
}

.case_detail .case_detail_box .right_content .xgcp .tit {
  font-size: var(--font30);
  color: #333;
}

.case_detail .case_detail_box .right_content .xgcp ul li:hover a h4 {
  color: #005cc1;
}

.case_detail .case_detail_box .right_content .xgcp ul li a {
  padding: 35px;
  width: 100%;
  border: 2px solid #e7e7e7;
  border-radius: 10px;
  display: block;
  margin-top: 15px;
}

.case_detail .case_detail_box .right_content .xgcp ul li a h4 {
  text-align: center;
  font-size: var(--font24);
  color: #333;
}

.case_detail .case_detail_box .right_content .xgcp ul li a .line {
  width: 31px;
  height: 4px;
  background: #000;
  margin: 30px auto 20px auto;
  display: block;
}

.case_detail .case_detail_box .right_content .xgcp ul li a h6 {
  text-align: center;
  font-size: var(--font18);
  color: #777;
}

.case_detail .case_detail_box .right_content .xgxw ul li {
  padding-bottom: 25px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 25px;
}

.case_detail .case_detail_box .right_content .xgxw ul li:hover a h6 {
  color: #005cc1;
}

.case_detail .case_detail_box .right_content .xgxw ul li:last-child {
  border-bottom: 0px solid transparent;
  margin-bottom: 0;
  padding-bottom: 0;
}

.case_detail .case_detail_box .right_content .xgxw ul li a {
  display: block;
}

.case_detail .case_detail_box .right_content .xgxw ul li a h4 {
  font-size: var(--font14);
  color: #aaa;
  margin-bottom: 20px;
}

.case_detail .case_detail_box .right_content .xgxw ul li a h6 {
  font-size: var(--font18);
  line-height: 22px;
  color: #333;
}

.case_detail .case_detail_box .right_content .rmcp .list .item {
  margin-top: 90px;
  display: block;
  width: 100%;
  background: #fff;
  padding-bottom: 50px;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 15px;
}

.case_detail .case_detail_box .right_content .rmcp .list .item:hover {
  background: #005cc1;
}

.case_detail .case_detail_box .right_content .rmcp .list .item:hover h4 {
  color: #fff;
}

.case_detail .case_detail_box .right_content .rmcp .list .item:hover .line {
  background: #fff;
}

.case_detail .case_detail_box .right_content .rmcp .list .item:hover h6 {
  color: #fff;
}

.case_detail .case_detail_box .right_content .rmcp .list .item .pic {
  transform: translate(0, -60px);
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.case_detail .case_detail_box .right_content .rmcp .list .item h4 {
  color: #333;
  text-align: center;
  font-size: var(--font30);
}

.case_detail .case_detail_box .right_content .rmcp .list .item .line {
  width: 30px;
  height: 3px;
  background: #333;
  margin: 20px auto 30px auto;
}

.case_detail .case_detail_box .right_content .rmcp .list .item h6 {
  font-size: var(--font18);
  color: #777;
  text-align: center;
}

.fd {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fd img {
  height: 100px;
  width: 100px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  width: 80%;
  max-width: 80vw;
  position: relative;
}

.modal-content img {
  width: 100%;
  height: auto;
}

.close {
  position: absolute;
  top: 10px;
  right: 25px;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
}

.r .close {
  right: 20px;
  top: 20px;
}

.us_service {
  padding: 40px 0;
  width: 100%;
  background: #de0000;
}

.us_service .us_service_box {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.us_service .us_service_box .tit {
  font-size: var(--font40);
  color: #fff;
  text-align: center;
}

.us_service .us_service_box form {
  margin: 35px 0 45px 0;
  display: flex;
  justify-content: center;
}

.us_service .us_service_box form input[type="text"] {
  width: 900px;
  line-height: 50px;
  padding: 0 20px;
  font-size: var(--font18);
  color: #333;
  background: #fff;
  border-radius: 10px;
}

.us_service .us_service_box form input[type="button"] {
  width: 140px;
  line-height: 50px;
  font-size: var(--font18);
  color: #333;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  margin-left: 10px;
  padding: 0 8px;
}

.us_service .us_service_box .cn {
  display: flex;
  justify-content: center;
}

.us_service .us_service_box .cn .cnitem {
  display: flex;
  align-items: center;
  margin: 0 25px;
}

.us_service .us_service_box .cn .cnitem img {
  margin-right: 8px;
}

.us_service .us_service_box .cn .cnitem span {
  color: #fff;
  font-size: var(--font20);
}

.partner1 {
  width: 100%;
  padding: 90px 0 100px 0;
}

.partner1 .partner1_box {
  width: 100%;
  margin-top: 70px;
}

.partner1 .partner1_box ul {
  display: flex;
  justify-content: space-between;
}

.partner1 .partner1_box ul li {
  width: calc(100% - 66px);
}

.partner1 .partner1_box ul li:hover .box .text h4 {
  color: #005cc1;
}

.partner1 .partner1_box ul li .box {
  display: flex;
}

.partner1 .partner1_box ul li .box .icon {
  margin-right: 20px;
  margin-top: 5px;
}
.partner1 .partner1_box ul li .box .icon img {
  min-width: 50px;
}


.partner1 .partner1_box ul li .box .text h4 {
  font-size: var(--font30);
  color: #333;
}

.partner1 .partner1_box ul li .box .text h6 {
  font-size: var(--font18);
  color: #777;
  margin-top: 14px;
}

.partner2 {
  width: 100%;
  padding: 90px 0 180px 0;
  
}

.partner2 .us_tit {
  color: #fff;
}

.partner2 .partner2_box {
  margin-top: 160px;
}

.partner2 .partner2_box ul {
  display: flex;
  justify-content: space-between;
}

.partner2 .partner2_box ul li {
  width: 33.3%;
  padding: 0 50px;
  border-left: 1px solid #fff;
}

.partner2 .partner2_box ul li .box h4 {
  margin-bottom: 20px;
  font-size: var(--font30);
  color: #fff;
}

.partner2 .partner2_box ul li .box h6 {
  line-height: 32px;
  font-size: var(--font18);
  color: #fff;
}

.partner3 {
  width: 100%;
  padding: 100px 0 140px 0;
  background: #f6f6f6;
}

.partner3.product_deatil7 h4 {
  font-size: var(--font24) !important;
  margin-bottom: 30px !important;
}

.partner3 .partner3_box {
  margin-top: 70px;
}

.partner3 .partner3_box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(100% + 16px);
  margin: -10px -8px;
}

.nljzx {
  width: 300px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #de0000;
  margin-top: 50px;
  color: #fff;
  margin: 50px auto 0 auto;
  position: relative;
}

.nljzx img {
  margin-left: 12px;
}

.nljzx:hover {
  background: #0070e6;
}

.partner3 .partner3_box ul li {
  width: 33.3%;
  padding: 10px 8px;
  border-left: 1px solid #fff;
}

.nborder .partner3_box ul li {
  border: 0px solid transparent !important;
}

.partner3 .partner3_box ul li:hover .box {
  background: #0070e6;
}

.partner3 .partner3_box ul li:hover .box h4 {
  color: #fff;
}

.partner3 .partner3_box ul li:hover .box h6 {
  color: #fff;
}

.partner3 .partner3_box ul li .box {
  padding: 42px;
  width: 100%;
  position: relative;
  border-radius: 15px;
  background: #fff; height:100%;
}

.partner3 .partner3_box ul li .box .icon {
  position: absolute;
  right:40px;
  top: 40px;
}
.partner3 .partner3_box ul li .box .icon img{width: 56px;}
.partner3 .partner3_box ul li .box h4 {
  margin-bottom: 20px;
  font-size: var(--font30);
  color: #333;
  line-height: 36px; min-height:36px;
  margin-bottom: 15px;
}

.partner3 .partner3_box ul li .box h6 {
  line-height: 25px;
  font-size: var(--font18);
  color: #525252;
  /* height: 50px; */
}

.partner4 {
  width: 100%;
  padding: 120px 0 90px 0;
  background: #eeeeee;
}

.partner4 .partner4_box {
  margin-top: 40px;
}

.partner4 .partner4_box ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}

.partner4 .partner4_box ul li {
  width: calc(20% - 24px);
}

.partner4 .partner4_box ul li .box {
  width: 100%;
  background: #fff;
  height: 120px;
  border-radius: 60px;
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.partner4 .partner4_box ul li .box .num {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #de0000;
  font-size: var(--font24);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.partner4 .partner4_box ul li .box .tit {
  font-size: var(--font24);
  color: #333;
  margin: 0 0px 0 20px;
}

.partner4 .partner4_box ul li .box img {
  margin-left: auto;
}

.partner4 .partner4_box .cw {
  width: 300px;
  height: 50px;
  background: #de0000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f2f2f2;
  border-radius: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.partner4 .partner4_box .cw img {
  margin-left: 10px;
}

.down_pf {
  width: 100%;
  position: fixed;
  z-index: 99;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.down_pf .down_pf_down {
  display: flex;
  height: 150px;
  align-items: center;
  justify-content: space-between;
}

.down_pf .down_pf_down .text {
  font-size: var(--font40);
  color: #fff;
  font-weight: bold;
}

.down_pf .down_pf_down .down_pf_close {
  cursor: pointer;
  margin-left: 200px;
}

.down_pf .down_pf_down .more {
  width: 150px;
  line-height: 50px;
  background: #0070e6;
  border-radius: 15px;
  text-align: center;
  color: #fff;
  margin-left: auto;
}

.down_pf .down_pf_down .more:hover {
  background: #e30001;
}

.yscl1 { background: #fff;
  width: 100%;
  padding:70px 40px;

}
.yscl  .max-width{ width:100%;}
.yscl .yscl_box {padding: 0 40px;
  color: #333;
  font-size: var(--font20);
  line-height: 28px;
  max-height: 70vh;
  overflow: auto;
}


.product_deatil1 .product_deatil1_box {
  margin-top: 38px;
}

.product_deatil1 .product_deatil1_box .content {
  font-size: var(--font20);
  line-height: 36px;
  text-align: left;
}

.product_deatil2 .product_deatil2_box {
  margin-top: 60px;
}

.product_deatil2 .product_deatil2_box p {
  font-size: var(--font20);
  line-height: 28px;
  color: #545454;
}

.product_deatil2 .product_deatil2_box .span {
  font-size: var(--font20);
  line-height: 28px;
  color: #545454;
  font-weight: bold;
  display: block;
  margin-top: 40px;
}

.product_deatil2 .product_deatil2_box .pic {
  margin-top: 60px;
  max-width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product_deatil2 .product_deatil2_box .pic img {
  width: auto;
}

.product_deatil3 {
  padding-bottom: 70px;
  background: #fafafa;
}

.product_deatil3 .us_stit {
  margin-top: 20px;
}

.product_deatil3 .product_deatil3_box {
  margin-top: 40px;
}

.product_deatil3 .product_deatil3_box ul {
  width: calc(100% + 50px);
  margin: 0 -25px;
  display: flex;
  flex-wrap: wrap;justify-content: center;
}

.product_deatil3 .product_deatil3_box ul li {
  width: 25%;
  padding: 0 25px;
}

.product_deatil3 .product_deatil3_box ul li:hover .box .text h4 {
  color: #005cc1;
}

.product_deatil3 .product_deatil3_box ul li .box {
  display: flex;
}

.product_deatil3 .product_deatil3_box ul li .box .icon {
  margin-right: 10px;
  line-height: 0;
}

.product_deatil3 .product_deatil3_box ul li .box .icon img {
  min-width: 50px;
}

.product_deatil3 .product_deatil3_box ul li .box .text h4 {
  font-size: var(--font24);
  color: #333;
  font-weight: bold;
}

.product_deatil3 .product_deatil3_box ul li .box .text h6 {
  font-size: var(--font18);
  color: #777;
  line-height: 25px;
  margin-top: 8px;
}

.product_deatil4 {
  background: #dde8fa;
}

.product_deatil4 .product_deatil4_box {
  margin-top: 45px;
}

.product_deatil4 .product_deatil4_box ul {
  width: calc(100% + 30px);
  margin: -10px -15px;
  flex-wrap: wrap;
  display: flex;
}

.product_deatil4 .product_deatil4_box ul li {
  width: 50%;
  padding: 10px 15px;
}

.product_deatil4 .product_deatil4_box ul li:hover .box {
  background: #005cc1;
}

.product_deatil4 .product_deatil4_box ul li:hover .box .tit {
  color: #fff;
}

.product_deatil4 .product_deatil4_box ul li:hover .box .info {
  color: #fff;
}

.product_deatil4 .product_deatil4_box ul li .box {
  background: #fff;
  border-radius: 15px;
  padding: 25px 35px 25px 25px;
  display: flex;position: relative;
    height: 100%;
}

.product_deatil4 .product_deatil4_box ul li .box .icon {
  margin-right: 20px;
  line-height: 0;
}

.product_deatil4 .product_deatil4_box ul li .box .icon img {
  min-width: 50px;
}

.product_deatil4 .product_deatil4_box ul li .box .tit {
  font-size: var(--font24);
  color: #005cc1;
  white-space: nowrap;
  padding-right: 15px;
  margin-right: 20px;
  border-right: 1px solid #ccc;
}

.product_deatil4 .product_deatil4_box ul li .box .info {
  font-size: var(--font18);
  line-height: 25px;
  color: #777;
}

.product_deatil5 {
  background: #fafafa;
}

.product_deatil5 .us_stit {
  margin-top: 15px;
}

.product_deatil5 .product_deatil5_box {
  margin-top: 20px;
}

.product_deatil5 .product_deatil5_box ul {
  width: calc(100% + 30px);
  margin: 0px -15px;
  display: flex;
  flex-wrap: wrap;justify-content: center;
}

.product_deatil5 .product_deatil5_box ul li {
  width: 20%;
  padding: 0 15px;  margin-top: 30px;

}

.product_deatil5 .product_deatil5_box ul li:hover .box {
  background: #0070e6;
}

.product_deatil5 .product_deatil5_box ul li:hover .box .top .tit {
  color: #fff;
}

.product_deatil5 .product_deatil5_box ul li:hover .box .info {
  color: #fff;
}

.product_deatil5 .product_deatil5_box ul li .box {
  background: linear-gradient(to bottom, rgba(209, 229, 253), rgba(209, 229, 253, 0.3));
  border-radius: 15px;
  padding: 30px;
  height: 100%;position: relative;
}

.product_deatil5 .product_deatil5_box ul li .box .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product_deatil5 .product_deatil5_box ul li .box .top .tit {
  font-size: var(--font24);
  color: #005cc1;
}

.product_deatil5 .product_deatil5_box ul li .box .info {
  font-size: var(--font18);
  color: #777;
  line-height: 22px;
  margin-top: 12px;
}

.product_deatil6 .product_deatil6_box {
  margin-top: 60px;
}

.product_deatil6 .product_deatil6_box ul {
  display: flex;
  justify-content: space-between;
}

.product_deatil6 .product_deatil6_box ul li {
  width: calc(25% - 25px);
}

.product_deatil6 .product_deatil6_box ul li:hover .box .text {
  border-left: 1px solid #005cc1;
}

.product_deatil6 .product_deatil6_box ul li:hover .box .text h4 {
  color: #005cc1;
}

.product_deatil6 .product_deatil6_box ul li .box {
  width: 100%;
}

.product_deatil6 .product_deatil6_box ul li .box .icon {
  margin-bottom: 20px;
  line-height: 0;
}

.product_deatil6 .product_deatil6_box ul li .box .text {
  padding-left: 20px;
  border-left: 1px solid #aaaaaa;
}

.product_deatil6 .product_deatil6_box ul li .box .text h4 {
  font-size: var(--font24);
  color: #333;
}

.product_deatil6 .product_deatil6_box ul li .box .text h6 {
  margin-top: 20px;
  font-size: var(--font18);
  color: #777;
  line-height: 25px;
}

.product_deatil8 {
  background: #eeeeee;
}

.product_deatil8 .product_deatil8_box {
  margin-top: 40px;
}

.product_deatil8 .product_deatil8_box ul {
  width: calc(100% + 50px);
  margin: 0 -25px;
  display: flex;
  justify-content: center;
}

.product_deatil8 .product_deatil8_box ul li {
  width: 25%;
  padding: 0 25px;
}

.product_deatil8 .product_deatil8_box ul li:hover a .pic img {
  transform: scale(1.1);
}

.product_deatil8 .product_deatil8_box ul li:hover .tit {
  color: #005cc1;
}

.product_deatil8 .product_deatil8_box ul li a {
  width: 100%;
  display: block;
}

.product_deatil8 .product_deatil8_box ul li a .pic {
  border-radius: 15px 15px 0 0;
  width: 100%;
  overflow: hidden;
}

.product_deatil8 .product_deatil8_box ul li a .tit {
  font-size: var(--font24);
  line-height: 28px;
  text-align: center;
  background: #fff;
  padding: 15px 30px;
  border-radius: 0 0 15px 15px;
}

.tip {
  width: 100%;
  background: #b1bac8;
  background-size: cover;
}

.tip .tip_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}

.tip .tip_box .new_customer {
  font-size: var(--font30);
  color: #333;
  width: 155px;
  line-height: 80px;
  background: url(../img/tipbg.png) left center no-repeat;background-size: auto 100%;
  text-indent: 20px;
  font-weight: bold;
  min-width: 155px;
}

.tip .tip_box .content {
  font-size: var(--font24);
  color: #fff;
  width: calc(100% - 200px);
  overflow: hidden;
}

.tip .tip_box .content div {
  display: flex;
}

.tip .tip_box .content p {
  margin: 0 15px;
}

.banner {
  position: relative;
}

.banner li {
  position: relative;
}

.banner li .pic img {
  height: calc(100vh - 100px);
  object-fit: cover;
}

.banner .slick-dots {
  display: flex;
  justify-content: center;
  bottom: 40px;
  justify-content: flex-end;
  padding-right: 150px;
}

.banner .slick-dots li {
  width: 30px;
  height: 8px;
  margin: 0 5px;
  background: #fff;
  border-radius: 3px;
}

.banner .slick-dots li.slick-active {
  background: #e30001;
}

.index_plate1 .index_plate1_box {
  margin-top: 75px;
  display: flex;
  justify-content: space-between;
}

.index_plate1 .index_plate1_box .left_content {
  width: 58.125%;
}

.index_plate1 .index_plate1_box .left_content>p {
  padding-right: 100px;
}

.index_plate1 .index_plate1_box .left_content p {
  font-size: var(--font18);
  color: #555;
  line-height: 25px;
}

.index_plate1 .index_plate1_box .left_content p.p2 {
  margin-top: 50px;
}

.index_plate1 .index_plate1_box .left_content .item {
  padding-right: 100px;
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}

.index_plate1 .index_plate1_box .left_content .item .tit {
  display: flex;
  align-items: center;
  font-size: var(--font18);
  color: #555;
  line-height: 25px;
  white-space: nowrap;
  font-weight: bold;
  margin-right: 20px;
}

.index_plate1 .index_plate1_box .left_content .item .tit img {
  margin-right: 10px;
}

.index_plate1 .index_plate1_box .left_content .more {
  width: 150px;
  height: 50px;
  color: #555555;
  border-radius: 15px;
  display: block;
  border: 1px solid #e5e5e5;
  margin: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index_plate1 .index_plate1_box .left_content .more:hover {
  background: #d0151c;
  color: #fff;
}

.index_plate1 .index_plate1_box .left_content .list {
  width: 100%;
  background: url(../img/listbg.png) center no-repeat;
  background-size: cover;
  padding: 30px 70px;
  display: flex;
  border-radius: 15px;
  justify-content: space-between;
}

.index_plate1 .index_plate1_box .left_content .list .li .num {
  font-size: var(--font16);
  color: #555;
}

.index_plate1 .index_plate1_box .left_content .list .li .num span {
  font-size: var(--font40);
  color: #005cc1;
  font-weight: bold;
  margin-right: 11px;
}

.index_plate1 .index_plate1_box .left_content .list .li p {
  margin-top: 4px;
  font-size: var(--font18);
  color: #555;
}

.index_plate1 .index_plate1_box .right_pic {
  width: 38.75%;
  line-height: 0;
}

.index_plate2 .index_plate2_box {
  margin-top: 60px;
}

.index_plate2 .index_plate2_box .list {
  display: flex;
  justify-content: space-between;
}

.index_plate2 .index_plate2_box .list .item {
  margin-top: 90px;
  display: block;
  width: calc(25% - 15px);
  background: #fff;
  padding-bottom: 50px;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 15px;
}

.index_plate2 .index_plate2_box .list .item:hover {
  background: #005cc1;
}

.index_plate2 .index_plate2_box .list .item:hover h4 {
  color: #fff;
}

.index_plate2 .index_plate2_box .list .item:hover .line {
  background: #fff;
}

.index_plate2 .index_plate2_box .list .item:hover h6 {
  color: #fff;
}

.index_plate2 .index_plate2_box .list .item .pic {
  transform: translate(0, -60px);
  max-width: 60%;
  margin-left: auto;
  text-align: center;
  margin-right: auto;
}

.index_plate2 .index_plate2_box .list .item .pic img {
  object-fit: cover;
  max-width: 100%;
  max-height: 250px;
  width: auto;
}

.index_plate2 .index_plate2_box .list .item h4 {
  color: #333;
  text-align: center;
  font-size: var(--font30);
}

.index_plate2 .index_plate2_box .list .item .line {
  width: 30px;
  height: 3px;
  background: #333;
  margin: 20px auto 30px auto;
}

.index_plate2 .index_plate2_box .list .item h6 {
  font-size: var(--font18);
  color: #777;
  text-align: center;
}

.index_plate2 .index_plate2_box .button {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.index_plate2 .index_plate2_box .button .sqsy {
  width: 300px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #de0000;
  margin-top: 50px;
  color: #fff;
  margin: 0 10px;
  position: relative;
}

.index_plate2 .index_plate2_box .button .sqsy:hover {
  background: #005cc1;
}

.index_plate2 .index_plate2_box .button .sqsy img {
  margin-left: 12px;
}

.index_plate2 .index_plate2_box .button .ljzx {
  width: 300px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid #de0000;
  margin-top: 50px;
  color: #de0000;
  margin: 0 10px;
  position: relative;
}

.index_plate2 .index_plate2_box .button .ljzx:hover {
  background: #005cc1;
  color: #fff;
  border: 1px solid #005cc1;
}

.index_plate2 .index_plate2_box .button .ljzx img {
  margin-left: 12px;
}

.index_plate3 {
  background: url(../img/bg.png) center no-repeat;
  background-size: cover;
}

.index_plate3 .us_tit {
  color: #fff;
}

.index_plate3 .index_plate3_box .top_tab {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  margin: 30px 0 70px 0;
}

.index_plate3 .index_plate3_box .top_tab .tab_item {
  padding: 0px 90px;
  font-size: var(--font24);
  background: rgba(255, 255, 255, 0.8);
  color: #333;
  display: flex;
  height: 70px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.index_plate3 .index_plate3_box .top_tab .tab_item:first-child {
  border-radius: 15px 0 0 15px;
}

.index_plate3 .index_plate3_box .top_tab .tab_item:last-child {
  border-radius: 0 15px 15px 0;
}

.index_plate3 .index_plate3_box .top_tab .tab_item.on {
  color: #005cc1;
}

.index_plate3 .index_plate3_box .top_tab .tab_item.on .line {
  background: #005cc1;
}

.index_plate3 .index_plate3_box .top_tab .tab_item .line {
  width: 30px;
  height: 3px;
  background: #333333;
  margin-top: 12px;
}

.index_plate3 .index_plate3_box .content_list .content_item {
  display: flex;
  justify-content: space-between;
  position: absolute;
  z-index: -1;
  opacity: 0;
  top: 0;
}

.index_plate3 .index_plate3_box .content_list .content_item.on {
  position: relative;
  z-index: 1;
  opacity: 1;
}

.index_plate3 .index_plate3_box .content_list .content_item .more {
  width: 300px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid #fff;
  margin-top: 50px;
  color: #fff;
  margin: 0 10px;
  position: relative; padding:5px 15px;
  margin-bottom: 10px;
  transition: all 0.5s ease;
}

.index_plate3 .index_plate3_box .content_list .content_item .more:hover {
  background: #d0151c;
  color: #fff;
  border: 1px solid #d0151c;
}

.index_plate3 .index_plate3_box .content_list .content_item .more:hover img {
  display: block;
}

.index_plate3 .index_plate3_box .content_list .content_item .more.more2 {
  background: #d0151c;
  color: #fff;
  border: 1px solid #d0151c;
}

.index_plate3 .index_plate3_box .content_list .content_item .more.more2 img {
  display: block !important;
}

.index_plate3 .index_plate3_box .content_list .content_item .more img {
  margin-left: 12px;
  display: none;
}

.index_plate3 .index_plate3_box .content_list .content_item .tit {
  color: #fff;
  font-size: var(--font30);
  margin-bottom: 20px;
}

.index_plate3 .index_plate3_box .content_list .content_item .layout1 {
  width: 37.5%;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  padding: 0 45px;
 height:226px;
}

.index_plate3 .index_plate3_box .content_list .content_item .layout1 .xx {
  margin-bottom: 10px;
  font-size: var(--font18);
  color: #fff;
  display: flex;
  align-items: flex-start;
}

.index_plate3 .index_plate3_box .content_list .content_item .layout1 .xx img {
  margin-right: 12px;
}

.index_plate3 .index_plate3_box .content_list .content_item .layout1 .xx .icon {
  height: 24px;
  display: flex;
  align-items: center;
}

.index_plate3 .index_plate3_box .content_list .content_item .layout2 {
  width: 33.125%;
  padding-bottom: 20px;
  border-right: 1px solid #fff;
  padding: 0 45px;
}

.index_plate3 .index_plate3_box .content_list .content_item .layout3 {
  width: 29.375%;
  padding: 0 45px;
}

.down_nav {
  width: 100%;
  background: url(../img/downbg.png) center no-repeat;
  background-size: cover;
  padding: 90px 0 80px 0;
}

.down_nav .down_nav_box {
  display: flex;
  justify-content: space-between;
}

.down_nav .down_nav_box .layout1 {
  width: 13.75%;
}

.down_nav .down_nav_box .layout1 .logo {
  width: 100%;
  line-height: 0;
  margin-bottom: 30px;
  display: block;
}

.down_nav .down_nav_box .layout1 .logo img {
  width: 100%;
}

.down_nav .down_nav_box .layout1 .phone_t {
  display: flex;
  align-items: center;
  font-size: var(--font22);
  color: #fff;
}

.down_nav .down_nav_box .layout1 .phone_t img {
  margin-right: 4px; width:40px; height:40px;
}

.down_nav .down_nav_box .layout1 .phone {
  font-size: var(--font24);
  color: #fff;
  margin-top: 10px;
}

.down_nav .down_nav_box .layout1 .ewm {
  line-height: 0;
  margin-top: 90px;
  width: 160px;
}

.down_nav .down_nav_box .layout1 .ewm img {
  max-width: 100%;
}

.down_nav .down_nav_box .layout1 .ewm p {
  text-align: center;
  font-size: var(--font20);
  line-height: 20px;
  color: #fff;
  margin-top: 20px;
}

.down_nav .down_nav_box .layout2 {
  width: 43.75%;
}

.down_nav .down_nav_box .layout2 ul {
  display: flex;
  justify-content: space-between;
}

.down_nav .down_nav_box .layout2 ul li h4 {
  font-size: var(--font18);
  color: #fff;
  margin-bottom: 25px;
  padding-bottom: 25px;
  position: relative;
}

.down_nav .down_nav_box .layout2 ul li h4:after {
  height: 1px;
  width: 70px;
  background: #dddddd;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}

.down_nav .down_nav_box .layout2 ul li a {
  font-size: var(--font18);
  color: #fff;
  line-height: 36px;
  display: block;
}

.down_nav .down_nav_box .layout3 {
  width: 370px;
  line-height: 0;
  position: relative;
}

.down_nav .down_nav_box .layout3 .ewm {
  position: absolute;
  bottom: 170px;
  left: 50%;
  transform: translate(-50%, 0px);
}

.down_nav .copyright {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: var(--font16);
  margin-top: 80px;
}

.down_nav .copyright a {
  color: #fff;
  font-size: var(--font16);
  white-space: nowrap;
}

.top_nav {
  width: 100%;
  padding: 0 50px;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 999;
}

.top_nav .top_product_layout {
  width: 100vw;
  /* height: 770px; */
  background: #fff;
  left: 0vw;
  position: absolute;
  top: 100px;
  padding-top: 50px;
  display: none;
  min-height: 770px;
}

.top_nav .nav>ul>li:hover .top_product_layout {
  display: block;
}

.top_nav .top_product_layout .top_product_layout_box {
  display: flex;
  justify-content: space-between;
}

.top_product_layout_box .line {
  height: 548px;
  width: 1px;
  background: #eee;
  margin-right: 15px;
}


.top_nav .top_product_layout .top_product_layout_box .tit {
  color: #333;
  font-size: var(--font30);
  position: relative;
  margin-bottom: 40px;
}

.top_nav .top_product_layout .top_product_layout_box .tit:after {
  content: "";
  height: 3px;
  width: 24px;
  background: #333;
  position: absolute;
  bottom: -15px;
  left: 0;
}

.top_nav .top_product_layout .top_product_layout_box .li {
  margin-bottom: 36px;
  display: block;
}

.top_nav .top_product_layout .top_product_layout_box .li:hover .top .icon .icon2 {
  display: block;
}

.top_nav .top_product_layout .top_product_layout_box .li:hover .top .icon .icon1 {
  display: none;
}

.top_nav .top_product_layout .top_product_layout_box .li:hover .top span {
  color: #E30001;
}

.top_nav .top_product_layout .top_product_layout_box .li .top {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.top_nav .top_product_layout .top_product_layout_box .li .top span {
  font-weight: bold;
  color: #333;
}

.top_nav .top_product_layout .top_product_layout_box .li .top .icon {
  margin-right: 8px;
  line-height: 0;
}

.top_nav .top_product_layout .top_product_layout_box .li .top .icon .icon2 {
  display: none;
}

.top_nav .top_product_layout .top_product_layout_box .li .top .span {
  color: #333;
  font-size: var(--font20);
}

.top_nav .top_product_layout .top_product_layout_box .li .down {
  font-size: var(--font16);
  color: #777;
}

.top_nav.on {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.top_nav.on .top_product_layout{top:76px;}

.top_nav .logo {
  line-height: 0;
  margin-right: 20px;
}
.top_nav .logo img{height: 60px;}
.top_nav.on .logo  img{
  height:44px;
}

.top_nav .nav {
  margin-right: auto;
}

.top_nav .nav>ul {
  display: flex;
}

.top_nav .nav>ul>li {
  margin: 0 20px;
  position: relative;
}

.top_nav .nav>ul>li.on a,
.top_nav .nav>ul>li>a:hover {
  color: #de0006;
}

.top_nav .nav>ul>li>a {
  border-bottom: 2px solid transparent;
  position: relative;
}

.top_nav .nav>ul>li>a:after {
  content: "";
  height: 4px;
  width: 0px;
  transition: all .5s ease;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  position: absolute;
  background: #E30001;
}

.top_nav .nav>ul>li>a:hover:after {
  width: 100%
}

/* .top_nav .nav>ul>li>a:hover {
  border-bottom: 2px solid #de0006;
} */

.top_nav .nav>ul>li>a {
  display: flex;
  line-height: 100px;
  align-items: center;
}
.top_nav.on{
height:76px;
}
.top_nav.on .nav>ul>li>a {
  line-height:76px;
}
.top_nav .nav>ul>li>a img {
  margin-left: 8px;
}

.top_nav .phone {
  display: flex;
  align-items: center;
}

.top_nav .phone .text h4 {
  color: #e30001;
  font-size: var(--font18);
}

.top_nav .phone .text h6 {
  color: #e30001;
  font-size: var(--font24);
  font-weight: bold;
}

.top_nav .ul2 {
  display: flex;
  flex-direction: column;
  top: 99%;
  position: absolute;
  /* transition: all .5s ease; */
  height: 0;
  overflow: hidden;
  left: 50%;
  transform: translate(-50%, 0);

}

.top_nav .ul2 li {
  width: 100%;
}

.top_nav .nav ul li:hover .ul2 {
  height: auto;
}

.top_nav .nav ul li .ul2 li a {
  display: block;
  min-width: 210px;
  line-height: 60px;
  text-align: center;
  background: rgba(255, 255, 255, 1);
  color: #333;
  padding: 0 25px;
  white-space: nowrap;
  font-size: var(--font16);
}

.top_nav .nav ul li .ul2 li a:hover {
  color: #E30001;
}

.cpfn {
  position: inherit !important;
}

.ppobg {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9998;
  display: none;
}

.popbg {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  display: none;
}

.shiyongpop {
  
  z-index: 9999;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  border-radius: 15px;
  overflow: hidden;
  display: none;
}
.shiyongpop.tjsq{width: 62.5vw;}
.shiyongpop.yscl {
  width: 62.5vw;
  z-index: 99999;
}

.shiyongpop.yscl .close {
  cursor: pointer;
  color: #333;
  font-size: 40px; line-height: 1;
  font-weight: bold;
  position: absolute;
  right: 30px;
  top: 20px;
  z-index: 9999;
}

.shiyongpop.on {
  display: flex;
}

.shiyongpop .l {
  width: 45.8%;
  background: #8cc2ff;
  padding: 80px 0 0 70px;
  position: relative;
}

.shiyongpop .l .tit {
  font-size: var(--font40);
  color: #fff;
  font-weight: bold;
  margin-bottom: 40px;
}

.shiyongpop .l .li {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.shiyongpop .l .li img {
  margin-right: 25px;
}

.shiyongpop .l .li span {
  font-size: var(--font30);
  color: #fff;
}

.shiyongpop .l .phone {
  display: flex;
  align-items: center;
  margin-top: 160px;
}

.shiyongpop .l .phone .text h4 {
  font-size: var(--font18);
  color: #e30001;
}

.shiyongpop .l .phone .text h6 {
  font-size: var(--font24);
  color: #e30001;
  font-weight: bold;
}

.shiyongpop .l .pic {
  width: 54%;
  line-height: 0;
  position: absolute;
  right: 20px;
  bottom: 0;
}

.shiyongpop .r {
  width: 54.2%;
  padding: 90px 65px 0 85px;
  background: #ffffff;
}

.shiyongpop .r form {
  width: 100%;
}

.shiyongpop .r form .input {
  margin-bottom: 20px;
  position: relative;
}

.shiyongpop .r form .input p {
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translate(0, -50%);
  color: #e30000;
}

.shiyongpop .r form .input input {
  background: #eeeeee;
  line-height: 50px;
  height: 50px;
  width: 100%;
  padding: 0 20px;
  border-radius: 15px;
}

.shiyongpop .r form .yzm {
  display: flex;
  position: relative;
  margin-top: 20px;
}

.shiyongpop .r form .yzm p {
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translate(0, -50%);
  color: #e30000;
}

.shiyongpop .r form .yzm input {
  background: #eeeeee;
  line-height: 50px;
  height: 50px;
  width: 150px;
  padding: 0 20px;
  border-radius: 15px;
  margin-right: 10px;
}

.shiyongpop .r form .yzm button {
  width: 140px;
  height: 50px;
  background: #005cc1;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: var(--font18);
}

.shiyongpop .r form textarea {
  background: #eeeeee;
  line-height: 24px;
  height: 200px;
  width: 100%;
  padding: 15px 20px;
  border-radius: 15px;
  border: 0;
}

.shiyongpop .r form .yszc {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.shiyongpop .r form .yszc .check {
  height: 30px;
  width: 30px;
  background: #eeeeee;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shiyongpop .r form .yszc .check .icon2 {
  display: none;
}

.shiyongpop .r form .yszc .check.on .icon2 {
  display: block;
}

.shiyongpop .r form .yszc .check.on .icon1 {
  display: none;
}

.shiyongpop .r form .yszc .read {
  display: flex;
  color: #999;
  font-size: var(--font18);
}

.shiyongpop .r form .yszc .read a {
  color: #0070e5;
}

.shiyongpop .r form .submit {
  width: 100%;
  height: 50px;
  background: #005cc1;
  font-size: var(--font18);
  color: #fff;
  text-align: center;
  border-radius: 15px;
  margin-top: 20px;
  margin-bottom: 90px;
}

.shiyongpop .r form .submit:hover {
  background: #E30001;
}

.shiyongpop .r form .yzm button:hover {
  background: #E30001;
}

.qwe {
  font-size: var(--font16);
  color: #333;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
.shiyongpop .r{ padding:40px  60px 0 60px;}	
.shiyongpop .r form .input input{line-height:40px;height: 40px;border-radius: 10px;}
.shiyongpop .r form textarea{height: 100px;border-radius: 10px;}	
.shiyongpop .r form .yzm{ margin-top:14px;}
.shiyongpop .r form .yzm input{line-height:40px;height: 40px;border-radius: 10px;}
.shiyongpop .r form .yzm button{height: 40px;border-radius: 10px;}
.shiyongpop .r form .submit{height: 40px;border-radius: 10px; margin-bottom: 40px;}
.shiyongpop .r form .input{ margin-bottom: 14px;}

.shiyongpop .l{padding:40px 0 0 40px;}
.shiyongpop .l .tit{margin-bottom:30px;}
.shiyongpop .l .li{ margin-top: 14px;}
.shiyongpop .l .li img{ height:40px;margin-right: 20px;}
.shiyongpop .l .phone{margin-top: 45px;}
.shiyongpop .l .pic{ width:40%;}

}
@media screen and (max-width: 1024px) {
  .max-width {
    width: 100%;
    padding: 0 15px;
  }

  .max-width2 {
    width: 100%;
    padding: 0 15px;
  }

  .pcshow {
    display: none !important;
  }

  .wapshow {
    display: block !important;
  }
}

.wapshow {
  display: none;
}

._nav3 {
  display: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.layout37 {
  display: none;
}

.banner .banner_text_layout .left_t .zx img {
  margin-left: 10px;
}

.ncontact_list {
  width: 100%;
  background: #f6f6f6;
  padding: 90px 0;
}

.ncontact_list .ncontact_list_box {
  margin-top: 90px;
}

.ncontact_list .ncontact_list_box ul {
  display: flex;
  justify-content: space-between;
}

.ncontact_list .ncontact_list_box ul li {
  width: calc(25% - 20px);
  height: 200px;
  padding: 30px 45px 30px 30px;
  background: #fff;
  border-radius: 10px;
}

.ncontact_list .ncontact_list_box ul li .tit {
  display: flex;
  align-items: center;
}

.ncontact_list .ncontact_list_box ul li .tit span {
  font-size: var(--font24);
  color: #000;
  margin-left: 10px;
}

.ncontact_list .ncontact_list_box ul li .cont {
  font-size: var(--font18);
  line-height: 22px;
  margin-top: 22px;
}

.ncontact_list .ncontact_list_box ul li .cont .more {
  height: 50px;
  width: 150px;
  text-align: center;
  line-height: 50px;
  font-size: var(--font18);
  border: 1px solid #e7e7e7;
  color: #555;
  display: block;
  border-radius: 10px;
}

.ncontact_list .ncontact_list_box ul li .cont .more:hover {
  background: #e30001;
  color: #fff;
}

.nxgcp .us_tit {
  margin-bottom: 40px;
}

.nxgcp ul {
  width: calc(100% + 20px);
  margin: 0 -10px;
  display: flex;flex-wrap: wrap;
}

.nxgcp ul li {
  width: 25%;
  padding: 0 10px;
}

.nxgcp ul li:hover a {
  background: #005cc1;
}

.nxgcp ul li:hover a h4 {
  color: #fff !important;
}

.nxgcp ul li:hover a h6 {
  color: #fff !important;
}

.nxgcp ul li:hover a .line {
  background: #fff !important;
}

.nxgcp ul li a {
  display: block;
  width: 100%;
}

.nxgcp .xgcp .tit {
  font-size: var(--font30);
  color: #333;
}

.nxgcp .xgcp ul li:hover a h4 {
  color: #005cc1;
}

.nxgcp .xgcp ul li a {
  padding: 35px;
  width: 100%;
  border: 2px solid #e7e7e7;
  border-radius: 10px;
  display: block;
  margin-top: 15px;position: relative;
    height: 100%;
}

.nxgcp .xgcp ul li a h4 {
  text-align: center;
  font-size: var(--font24);
  color: #333;
}

.nxgcp .xgcp ul li a .line {
  width: 31px;
  height: 4px;
  background: #000;
  margin: 30px auto 20px auto;
  display: block;
}

.nxgcp .xgcp ul li a h6 {
  text-align: center;
  font-size: var(--font18);
  color: #777;
}

.city_distribution_box {
  margin-top: 80px;
}

@media screen and (max-width: 1800px) {
  .tip .tip_box .new_customer {
    font-size: 22px;
  }

  .index_plate2 .index_plate2_box .list .item h4 {
    font-size: 22px;
  }
}

.partner3333.partner3 .partner3_box ul li {
  border: 0px solid #fff;
}

.case_detail .case_detail_box .left_content .yjs_list ul li a .text h4 {
  font-size: 24px;
  line-height: 24px;
  height: 48px;
}

@media screen and (max-width: 1500px) {
  .case_list .case_list_box ul {
    width: calc(100% + 20px);
    margin: -20px -10px;
  }

  .partner4 .partner4_box ul li .box {
    height: 70px;
  }

  .partner4 .partner4_box ul li .box .tit {
    margin-left: 10px;
    font-size: 16px;
  }

  .partner4 .partner4_box ul li .box img {
    width: 25px;
  }

  .partner4 .partner4_box ul li .box .num {
    height: 40px;
    width: 40px;
  }

  .case_detail .case_detail_box .left_content .yjs_list ul li a .text h4 {
    font-size: 24px;
    height: 48px;
    line-height: 24px;
  }

  .nljzx {
    width: 220px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #de0000;
    color: #fff;
    margin: 30px auto 0 auto;
    position: relative;
  }

  .honor .honor_box .honor_list2 .item .icon img {
    max-width: 60%;
  }

  .down_pf .down_pf_down .down_pf_close {
    margin-left: 100px;
  }

  .case_detail .case_detail_box .right_content .rmcp .list .item .line {
    margin: 20px auto;
  }

  .case_detail .case_detail_box .right_content .rmcp .list .item {
    padding-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .case_detail .case_detail_box .left_content .yjs_list ul li a .text h4 {
    line-height: 24px;
    height: 48px;
  }

  .case_detail .case_detail_box .left_content .yjs_list ul li a .text h4 {
    font-size: 20px;
  }

  .about_us_plaate2 .about_us_plaate2_box ul li .box {
    padding: 20px 20px;
  }

  .about_us_plaate3:after {
    top: 250px;
  }

  .honor .honor_box .honor_list1 .item {
    padding: 0 15px;
    padding-top: 20px;
  }

  .honor .honor_box .honor_list1 .item .tit {
    margin: 10px auto 15px auto;
  }

  .about_us_plaate3 .about_us_plaate3_box ul li .content {
    padding-right: 30px;
  }

  .fd img {
    height: 80px;
    width: 80px;
  }

  .case_detail .case_detail_box .right_content .xgcp ul li a {
    padding: 20px;
  }

  .case_detail .case_detail_box .left_content .content {
    margin-bottom: 30px;
  }

  .case_detail .case_detail_box .right_content .tab_list a {
    line-height: 60px;
  }

  .case_detail .case_detail_box .left_content .pic {
    margin-bottom: 50px;
  }

  .case_detail .case_detail_box .right_content .xgcp ul li a .line {
    margin: 20px auto 15px auto;
  }

  .case_detail .case_detail_box .left_content .content {
    margin-top: 30px;
  }

  .case_list .case_list_box ul li {
    padding: 20px 10px;
  }

  .main_padding {
    padding: 70px 0;
  }

  .about_us_plaate2 .about_us_plaate2_box ul {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }

  .about_us_plaate2 .about_us_plaate22_box ul li {
    padding: 0 10px;
  }

  .product_deatil8 .product_deatil8_box ul li a .tit {
    padding: 15px;
  }

  .partner3 {
    padding: 80px 0;
  }

  .banner .form_r form {
    padding: 35px 35px 70px 35px;
  }

  .about_us_plaate2 .about_us_plaate22_box ul li .box {
    padding: 0 15px;
  }

  .about_us_plaate2 .about_us_plaate22_box ul li .box .stit {
    font-size: 14px;
    line-height: 18px;
  }

  .about_us_plaate2 .about_us_plaate22_box ul li .box .tit {
    margin-bottom: 10px;
  }

  .about_us_plaate2 .about_us_plaate2_box ul li .box .stit {
    margin-top: 10px;
  }

  .product_deatil5 .product_deatil5_box ul li .box {
    padding: 20px;
  }

  .product_deatil5 .product_deatil5_box ul li .box .top .icon img {
    width: 35px;
  }

  .product_deatil5 .product_deatil5_box ul li .box .info {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 1500px) {
  .city_distribution .city_distribution_box ul li .area {
    width: 135px;
    min-width: 135px;
  }

  .top_nav .nav>ul>li>a {
    font-size: 14px;
  }

  .banner .banner_text_layout .left_t .tit {
    font-size: 36px;
  }
.banner .banner_text_layout .fcs{min-height: 305px;}
  .banner.index_banner .banner_text_layout {
    top: 50%;
  }

  .banner .form_r form {
    padding: 25px 25px 40px 25px;
  }

  .index_plate2 .index_plate2_box .list .item h4 {
    font-size: 18px;
  }

  .banner .banner_text_layout {
    top: 50%;
  }

  .index_plate1 .index_plate1_box .left_content .list {
    padding: 20px 40px;
  }

  .index_plate2 .index_plate2_box .list .item .pic img {
    max-height: 150px;
  }

  .index_plate2 .index_plate2_box .list .item {
    padding-right: 20px;
    padding-left: 20px;
  }

  .tip .tip_box .new_customer {
    line-height: 60px;
    width: 125px;
    min-width: 125px;
  }

  .banner li .pic img {
    height: calc(100vh - 70px);
  }

  .tip .tip_box {
    height: 70px;
  }

  .down_nav .down_nav_box .layout3 {
    width: 270px;
  }

  .down_nav .down_nav_box .layout3 .ewm {
    bottom: 280px;
  }

  .down_nav .down_nav_box .layout3 .ewm img {
    height: 80px;
    width: 80px;
  }

  .partner3 .partner3_box ul li .box h4 {
    line-height: 24px;
    min-height: 48px;
    padding-right: 40px;
  }

  .index_plate3 .index_plate3_box .content_list .content_item .more {
    width: 100%
  }

  .down_nav .copyright {
    margin-top: 50px;
  }

  .down_nav .down_nav_box .layout1 .phone_t {
    font-size: 14px;
  }

  .partner2 .partner2_box {
    margin-top: 100px;
  }

  .partner4 .partner4_box ul li .box .num {
    height: 40px;
    width: 40px;
    min-width: 40px;
  }

  .partner4 .partner4_box ul li .box img {
    width: 20px;
  }

  .partner4 .partner4_box ul li .box {
    height: 60px;
  }

  .partner4 .partner4_box ul {
    margin-bottom: 50px;
  }

  .partner4 {
    padding: 80px 0 60px 0;
  }

  .partner4 .partner4_box ul li .box .tit {
    font-size: 14px;
    margin-left: 10px;
  }

  .partner4 .partner4_box ul li .box {
    padding: 0 10px;
  }

  .case_detail .case_detail_box .left_content .yjs_list ul li a .text h4 {
    font-size: 20px;
    line-height: 28px;
    height: 56px;
  }

  .case_detail .case_detail_box .left_content .yjs_list ul li a .text h6 {
    font-size: 14px;
    line-height: 20px;
  }

  .about_us_plaate5 .about_us_plaate5_box ul li .box {
    padding: 20px;
  }

  .product_deatil5 .product_deatil5_box ul li .box .top .icon img {
    width: 32px;
  }

  .honor .honor_box .honor_list1 .item {
    width: calc(20% - 20px);
  }

  .about_us_plaate5 .about_us_plaate5_box ul li .box .icon {
    top: 20px;
    right: 20px;
  }

  .honor .honor_box .honor_list1 .item:after {
    right: -15px;
  }

  .about_us_plaate5 .about_us_plaate5_box ul li .box .icon img {
    width: 30px;
  }

  .partner3 .partner3_box ul li .box .icon {
    right:10px;
    top: 12px;
  }

  .partner3 .partner3_box ul li .box .icon img {
    width: 36px;
  }

  .partner3 .partner3_box ul li .box {
    padding: 20px;
  }

  .product_deatil5 .product_deatil5_box ul li .box .info {
  }

  .city_distribution .city_distribution_box ul li {
    padding: 35px 60px 35px 40px;
  }

  .about_us_plaate2 .about_us_plaate2_box ul li .box {
    padding: 20px 20px;
  }

  .about_us_plaate2.about_us_plaate22 ul li .box .stit {
    font-size: 14px;
    line-height: 20px;
  }

  .about_us_plaate2.about_us_plaate22 ul li .box {

  }

  .product_deatil3 .product_deatil3_box ul li .box .text h6 {
    font-size: 14px;
    line-height: 20px;
  }

  .product_deatil3 .product_deatil3_box ul li .box .icon img {
    width: 40px;
  }

  .product_deatil4 .product_deatil4_box ul li .box .info {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 1300px) {
  .top_nav .logo img {
    height: 40px;
  }

  .top_nav .logo {
    height: 40px;
  }

  .index_plate2 .index_plate2_box .list .item .pic img {
    max-height: 70px;
  }

  .index_plate2 .index_plate2_box .list .item .pic {
    transform: translate(0, -35px);
  }
}
@media screen and (max-width: 1300px) {
.top_nav .nav>ul>li {
  margin: 0 15px;
}
.banner .banner_text_layout .left_t .tit{
  font-size: 32px;
}
}
@media screen and (max-width: 1024px) {
.banner .banner_text_layout .left_t .tit{
  font-size: 24px;
}
.index_plate2 .index_plate2_box .list .item{
padding-bottom: 30px;	
}	
.index_plate2 .index_plate2_box .list .item .line{
	margin: 15px auto 15px auto;
}	
  .about_us_plaate1 .about_us_plaate1_box {
    flex-direction: column;
  }

  .city_distribution_box {
    margin-top: 0px;
  }

  .index_plate1 .index_plate1_box {
    flex-direction: column;
  }

  .down_pf .down_pf_down .down_pf_close {
    margin-left: 30px;
  }

  .banner .banner_text_layout .left_t .position {
    flex-wrap: wrap;
  }

  .index_plate1 .index_plate1_box {
    margin-top: 30px;
  }

  .index_plate2 .index_plate2_box .list {
    flex-wrap: wrap;
  }

  .index_plate2 .index_plate2_box .list .item {
    width: 48%;
  }

  .index_plate3 .index_plate3_box .content_list .content_item {
    flex-direction: column;
  }

  .index_plate3 .index_plate3_box .content_list .content_item>div {
    width: 100% !important;
  }

  .index_plate3 .index_plate3_box .top_tab .tab_item .line {
    margin-top: 5px;
  }

  .index_plate3 .index_plate3_box .content_list .content_item .layout1 .xx {
    font-size: 16px;
    display: flex;
    align-items: center;
  }

  .index_plate3 .index_plate3_box .content_list .content_item .more {
    width: 47%;
    float: left;
    margin: 0 5px;
    font-size: 14px;
    min-height: 40px;
  }

  .index_plate3 .index_plate3_box .top_tab .tab_item {
    padding: 0 12px;
  }

  .honor .honor_box .honor_list1 .item .tit,
  .honor .honor_box .honor_list1 .item .stit {
    font-size: 12px;
  }

  .down_nav .down_nav_box .layout1 .ewm {
    position: absolute;
    right: 40px;
    top: 0;
    margin-top: 0;
  }

  .down_nav .down_nav_box .layout1 {
    width: 100% !important
  }

  .down_nav .down_nav_box .layout3 {
    display: none;
  }

  .honor .honor_box .honor_list1 {
    margin-top: 30px;
  }

  .honor .honor_box .honor_list1 .item .t {
    font-size: 12px;
  }

  .honor .honor_box .honor_list1 .item {
    padding-left: 22px;
    padding-right: 22px;
  }

  .index_plate3 .index_plate3_box .top_tab .tab_item {
    height: 50px;
  }

  .about_us_plaate4 {
    padding-bottom: 60px !important;
  }

  .index_plate3 .index_plate3_box .content_list .content_item .layout1,
  .index_plate3 .index_plate3_box .content_list .content_item .layout2 {
    border: 0 !important;
    padding: 0 0 20px 0; height:auto;
  }
  .index_plate3 .index_plate3_box .content_list{min-height:410px;}
  .index_plate3 .index_plate3_box .content_list .content_item .layout3 {
    padding: 0;
  }

  .down_nav .down_nav_box .layout2 {
    display: none;
  }

  .down_nav .down_nav_box .layout1 {
    position: relative;
  }

  .down_nav .down_nav_box .layout3 {
    width: 50% !important;
    margin-top: 20px;
  }

  .us_service .us_service_box form input[type="submit"] {
    min-width: 80px;
  }

  .down_nav .copyright {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top:20px;
  }

  .down_nav .down_nav_box .layout1 .ewm {
    margin-top: 30px;
  }

  .down_nav {
    padding: 30px 0;
  }

  .down_nav .down_nav_box .layout1 .logo {
    width:120px;
  }

  .down_nav .down_nav_box .layout1 .ewm {
    width: 100px;
  }

  .about_us_plaate1 .about_us_plaate1_box .left_text .item {
    flex-wrap: wrap;
  }

  .about_us_plaate1 .about_us_plaate1_box .left_text .item .cont {
    margin-top: 15px;
  }

  .down_nav .down_nav_box .layout3 .ewm img {
    width: 55px;
    height: 55px !important;
  }

  .down_nav .down_nav_box .layout1 .phone {
    margin-left: 40px;
  }

  .down_nav .down_nav_box .layout3 .ewm {
    top: 140px;
  }

  .index_plate3 .index_plate3_box .top_tab {
    margin-bottom: 30px;
  }

  .down_nav .down_nav_box .layout1 .ewm img {
    width: 100px;
    height: 100px;
  }

  .index_plate1 .index_plate1_box .left_content>p {
    padding-right: 0;
  }

  .index_plate1 .index_plate1_box .left_content .more {
    margin: 20px 0;
  }

  .index_plate1 .index_plate1_box .left_content .item {
    padding-right: 0;
  }

  .partner1 .partner1_box ul li {
    width: 100%;
    margin-bottom: 20px;
  }

  .case_detail .case_detail_box .left_content .yjs_list ul li a {
    flex-direction: column;
  }

  .partner1 .partner1_box ul {
    flex-direction: column;
  }

  .partner1 .partner1_box ul li .box .icon img {
    width: 40px;
    min-width: 40px;
  }

  .case_detail .case_detail_box .left_content .yjs_list ul li a .text {
    width: 100%;
    padding: 20px 15px;
  }

  .partner2 .partner2_box ul {
    flex-direction: column;
  }

  .partner2 .partner2_box ul li {
    padding: 0;
    border-left: 0;
  }

  .partner4 .partner4_box ul {
    flex-wrap: wrap;
  }

  .partner4 .partner4_box ul li {
    width: 48%;
    margin-bottom: 20px;
  }

  .us_service .us_service_box form {
    margin: 20px 0;
  }

  .us_service .us_service_box .cn .cnitem {
    margin-bottom: 15px;
    margin-left: 0;
  }

  .us_service .us_service_box .cn {
    flex-wrap: wrap;
  }

  .partner4 .partner4_box .cw {
    width: 220px;
  }

  .partner4 .partner4_box ul {
    margin-bottom: 20px;
  }

  .partner2 .partner2_box {
    margin-top: 30px;
  }

  .partner2 {
    padding: 30px 0 10px 0;
  }

  .partner2 .partner2_box ul li {
    width: 100%;
    margin-bottom: 20px;
  }

  .about_us_plaate1 .about_us_plaate1_box .right_list {
    margin-top: 20px;
  }

  .case_detail .case_detail_box .left_content .yjs_list ul li a .pic {
    width: 100%;
  }

  .case_detail {
    padding: 30px 0;
  }

  .case_detail .case_detail_box .left_content h1 {
    margin-bottom: 20px;
  }

  .about_us_plaate1 .about_us_plaate1_box {
    margin-top: 20px;
  }

  .about_us_plaate1 .about_us_plaate1_box .right_list ul li {
    margin-bottom: 20px;
  }

  .honor .honor_box .honor_list1 {
    flex-wrap: wrap;
  }

  .honor .honor_box .honor_list1 .item {
    width: 48%;
    margin-bottom: 10px;
  }

  .about_us_plaate5 .about_us_plaate5_box ul li {
    width: 100%;
  }

  .about_us_plaate5 .about_us_plaate5_box ul li .box .icon {
    right: 10px;
    top: 15px;
  }

  .about_us_plaate5 .about_us_plaate5_box .more {
    width: 220px;
    height: 50px;
    margin-top: 30px;
  }

  .about_us_plaate5 .about_us_plaate5_box ul li .box .text .info {
    height: auto;
  }

  .about_us_plaate5 .about_us_plaate5_box ul li .box .text .tit {
    font-size: 14px;
    line-height: 22px;
  }

  .honor .honor_box .honor_list2 {
    flex-wrap: wrap;
  }

  .index_banner .form_r {
    display: none;
  }

  .form_r {
    position: relative;
  }

  .honor .honor_box .honor_list2 .item {
    max-width: 50%;
    width: 100%;
    margin-bottom: 10px;
  }

  .wappop {
    z-index: 9999;
  }

  .wappop .close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    font-size: 20px;
  }

  .honor .honor_box .honor_list2 {
    margin-top: 50px;
  }

  .honor .honor_box .honor_list1 .item:after {
    display: none;
  }

  .about_us_plaate3:after {
    top: 200px;
  }

  .case_detail .case_detail_box .left_content .content {
    margin-bottom: 50px;
  }

  .case_detail .case_detail_box {
    margin-top: 30px;
  }

  .case_detail .tab_list a {
    line-height: 50px;
  }

  .case_detail .case_detail_box {
    flex-direction: column;
  }

  .about_us_plaate2 .about_us_plaate2_box ul li .box {

    padding: 20px 15px;
  }

  .case_list .case_list_box ul li {
    width: 100%;
    padding: 10px 10px;
  }

  .case_list {
    padding: 30px 0;
  }

  .case_list .fy span {
    margin: 0 20px;
  }

  .fy a {
    height: 40px;
  }

  .fd img {
    height: 40px;
    width: 40px;
  }

  .banner .banner_text_layout .fcs .form_r {
    display: none;
  }

  .product_deatil3 .product_deatil3_box ul li {
    width: 100%;
    margin-bottom: 20px;
  }

  .product_deatil4 .product_deatil4_box ul li .box .tit {
    padding-right: 15px;
    margin-right: 15px;
  }

  .product_deatil4 .product_deatil4_box ul li .box .icon img {
    width: 30px;
    min-width: 30px;
  }

  .product_deatil5 .product_deatil5_box ul li {
    width: 100%;
    margin-top: 15px;
  }

  .product_deatil5 .product_deatil5_box ul li .box .info {
  }

  .product_deatil6 .product_deatil6_box {
    margin-top: 30px;
  }

  .product_deatil6 .product_deatil6_box ul {
    flex-wrap: wrap;
  }

  .product_deatil6 .product_deatil6_box ul li {
    width: 100%;
    margin-bottom: 20px;
  }

  .partner3 .partner3_box ul li .box h4 {
    margin-bottom: 12px !important;
    padding-right:46px;
  }

  .product_deatil8 .product_deatil8_box ul li {
    width: 100%;
    margin-bottom: 20px;
  }

  .product_deatil8 .product_deatil8_box ul {
    flex-wrap: wrap;
  }

  .about_us_plaate6 .about_us_plaate6_box {
    margin-top: 30px;
  }

  .about_us_plaate6 .about_us_plaate6_box ul li a {
   padding: 12px 12px ;
  }

  .wappop {
    display: block;
  }

  .partner3 {
    padding: 30px 0;
  }

  .partner3 .partner3_box ul li {
    width: 50%;
  }

  .partner3 .partner3_box {
    margin-top: 40px;
  }

  /* .partner3 .partner3_box ul li .box h6 {
    font-size: 12px;
  } */

  .us_service .us_service_box form input[type="text"] {
    height: 45px;
  }

  .us_service .us_service_box .cn .cnitem {
    width: 50%;
    margin-right: 0;
  }

.about_us_plaate6 .about_us_plaate6_box ul li{width: 132px;}
  .about_us_plaate6 .about_us_plaate6_box ul li a .pic {
   /* width: 120px;
    padding: 0 15px; */
  }

  .down_nav .down_nav_box .layout1 .phone_t {
    align-items: flex-start;
  }
.down_nav .down_nav_box .layout1 .phone_t img{ width:32px; height:32px; margin-top:3px;}
  .us_service .us_service_box form input[type="submit"] {
    line-height: 45px;
  }

  .product_deatil4 .product_deatil4_box ul li {
    width: 100%;
  }

  .us_service .us_service_box .cn .cnitem span {
    font-size: 12px;
  }

  .partner3 .partner3_box ul li .box {
    padding: 15px 8px;
  }
banner.index_banner .banner_text_layout {
        top: 37%;
    }
  .banner .pic img {
    min-height: 400px;
    object-fit: cover;
  }

  .banner .pic.small img {
    min-height: 200px;
    object-fit: cover;
  }

  .case_detail .tab_list {
    display: flex;
    padding: 0;
    border-radius: 0;
  }

  .partner4 {
    padding: 30px 0;
  }

  .partner33 li {
    width: 100% !important;
  }

  .partner3 .partner3_box ul li .box h4 {
    line-height: 24px;

  }

  .partner2 .partner2_box ul li .box h6 {
    line-height: 24px;
  }

  .tip .tip_box .new_customer {
    min-width: 90px;
    width: 90px;
  }

  .partner3 .partner3_box ul li .box h6 br {
    display: none;
  }

  .tip .tip_box .content {
    width: calc(100% - 110px)
  }

  .tip .tip_box .content div {}

  .partner3 .partner3_box ul li .box h6 { line-height:22px;
    /* height: 75px; */
  }

  .case_detail .case_detail_box .left_content .yjs_list .fy {
    margin-top: 20px;
  }

  .partner1 .partner1_box ul li:last-child {
    margin-bottom: 0;
  }

  .partner1 .partner1_box {
    margin-top: 30px;
  }

  .case_detail .case_detail_box .right_content {
    margin-top: 20px;
  }

  .xgcp {
    margin-top: 20px;
  }

  .case_detail .tab_list2 a {
    width: 32%; padding:0 14px;
    text-align: left;
    line-height: 40px;font-size: var(--font20);background-size: 18px auto !important;background: url(../img/_arrow-right.svg) 91% center no-repeat;
  }
.case_detail .tab_list2 a.on,
.case_detail .tab_list2 a:hover {
  background: url(../img/_arrow-right1.svg) 91% center no-repeat;
}
  .case_detail .case_detail_box {
    margin-bottom: 10px;
  }

  .case_detail .tab_list2 {
    margin-bottom: 20px;
  }

  .case_detail .case_detail_box .right_content .rmcp .list .item {
    width: 48%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .case_detail .case_detail_box .right_content .rmcp .list .item .pic {
    transform: translate(0, -30px);
  }

  .case_detail .case_detail_box .right_content .rmcp .list .item {
    margin-top: 60px;
  }

  .case_detail .case_detail_box .right_content .xgcp .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .case_detail .tab_list2 {
    display: flex;
    justify-content: space-between;
  }

  .about_us_plaate2 .about_us_plaate2_box ul li {
    width: 50%;
    margin-bottom: 20px;
  }

  .case_detail .tab_list a.on {
    border-bottom: 1px solid #005cc1;
  }

  .case_detail .tab_list a {
    width: 33.3%;
    text-align: center;
    border-bottom: 0;
  }

  .about_us_plaate2 .about_us_plaate2_box ul li .box {
    position: relative;
  }

  .about_us_plaate2 .about_us_plaate22_box ul li .box .tit {
    position: absolute;
    left: 60px;
    top: 5px;
  }

  .city_distribution .city_distribution_box ul li {
    flex-direction: column;
    align-items: flex-start !important;
    padding: 20px 15px;
  }

  .about_us_plaate2 .about_us_plaate2_box ul li .box .line {
    position: absolute;
    left: 60px;
    top: 45px;
  }

  .product_deatil6 .product_deatil6_box ul li .box {
    display: flex;
    align-items: center;
  }

  .product_deatil6 .product_deatil6_box ul li .box .icon img {
    min-width: 40px;
  }

  .city_distribution .city_distribution_box ul li .city_list a {
    margin-right: 15px;
  }

  .product_deatil6 .product_deatil6_box ul li .box .icon {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .product_deatil4 .product_deatil4_box ul li .box {
    flex-direction: column;
  }

  .product_deatil4 .product_deatil4_box ul li .box .tit {
    margin-top: 15px;
    margin-bottom: 15px;
    border-right: 0px solid #ccc;
  }

  .about_us_plaate2 .about_us_plaate2_box ul li .box .stit {
    overflow: auto;
  }

  .banner .banner_text_layout .left_t .line {
    width: 50px;
    height: 4px;
    margin: 10px 0 15px 0;
  }

  .about_us_plaate2 .about_us_plaate2_box ul {
    width: calc(100% + 14px);
    margin: 0 -7px;
  }

  .honor .honor_box .honor_list2 .item .icon img {
    height: 70px;
    width: auto;
    max-width: none;
  }

  .about_us_plaate2 .about_us_plaate2_box ul li {
    padding: 0 7px;
  }

  .about_us_plaate2 .about_us_plaate2_box ul li .box .stit {
    line-height: 22px;

  }

  .about_us_plaate2 .about_us_plaate2_box ul li .box .icon img {
    height: 30px;
  }

  .about_us_plaate2 .about_us_plaate2_box ul li .box .stit {
    font-size: 14px;
  }

  .banner .banner_text_layout .left_t .zx {
    height: 40px;
    width: 150px;
    color: #fff;
    font-size: var(--font18);
    border-radius: 15px;
    margin: 20px 0 15px 0;
  }

  .banner .banner_text_layout .left_t .zx img {
    width: 20px;
  }

  .product_deatil1 .product_deatil1_box {
    margin-top: 20px;
  }

  .about_us_plaate2 .about_us_plaate22_box ul li {
    width: 100%;
  }

  .product_deatil1 .product_deatil1_box .content {
    line-height: 28px;
  }

  .city_distribution .city_distribution_box ul li .area {
    line-height: 40px;
    height: 40px;
    border-right: 0px solid transparent;
  }

  .city_distribution .city_distribution_box ul li .city_list {
    padding-left: 0;
    margin-top: 10px;
  }

  .city_distribution .city_distribution_box ul li .city_list a {
    line-height: 24px;
  }

  .city_distribution_box {
    margin-top: 60px;
  }

  .children_width_complete>div {
    width: 100% !important;
  }

  .main_padding {
    padding:50px 0;
  }

  .layout37 {
    display: block;
    position: fixed !important;
    z-index: 100; width: 100%;
    top: 0px;
  }

  .top_nav {
    display: none;
  }

  ._nav2 {
    width: 100%;
    float: left;
  }

  ._nav2-1_bg {
    width: 100%;
  }

  ._nav2 .ctext {
    width: 100%;
    float: left;
  }

  ._nav2 .ctext .top {
    position: relative;
    z-index: 5;
  }

  ._nav2 .ctext .menuph {
    display: block;
  }

  ._nav2 .ctext .menuph {
    float: right;
    width: 28px;
    height: 28px;
    cursor: pointer;
    text-align: center;
    margin: 12px 0px 12px 0;
  }

  ._nav2 .ctext .menuph .point {
    display: inline-block;
    width: 28px;
    height: 28px;
    position: relative;
  }

  ._nav2 .ctext .menuph .point:hover .navbtn,
  ._nav2 .ctext .menuph .point:hover .navbtn::after,
  ._nav2 .ctext .menuph .point:hover .navbtn::before {
    width: 28px;
  }

  ._nav2 .ctext .menuph .navbtn {
    position: absolute;
    top: 14px;
    right: 0;
    display: inline-block;
    height: 2px;
    background: #005cc1;
    width: 28px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }

  ._nav2 .ctext .menuph .navbtn::after,
  ._nav2 .ctext .menuph .navbtn::before {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 2px;
    content: "";
    background: #005cc1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }

  ._nav2 .ctext .menuph .navbtn::after {
    top: -10px;
  }

  ._nav2 .ctext .menuph .navbtn::before {
    top: 10px;
  }

  ._nav2 .ctext .menuph .point.active .navbtn {
    background: transparent;
  }

  ._nav2 .ctext .menuph .point.active .navbtn::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
  }

  ._nav2 .ctext .menuph .point.active .navbtn::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px;
  }

  ._nav2 .ctext .xialaph {
    top: 0;
    float: left;
    width: 100%;
    height: 100vh;
    overflow: auto;
    padding: 0 15px;
    z-index: 999999999999;
    background: #fff;
    display: none;
    left: 0;
    top: 50px;
  }

  ._nav2 .ctext .xialaph .ul2,
  ._nav2 .ctext .xialaph .ul3 {
    display: none;
  }

  ._nav2 .ctext .xialaph h4 a {
    float: left;
    width: 60%;
    font-size: 16px;
    line-height: 50px;
  }

  ._nav2 .ctext .xialaph h4 a span {
    padding-left: 6px;
    color: #ccc;
    font-size: 14px;
  }

  ._nav2 .ctext .xialaph h4 {
    float: left;
    width: 100%;
    position: relative;
  }

  ._nav2 .ctext .xialaph li:last-child h4::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
  }

  ._nav2 .ctext .xialaph h4:hover a,
  ._nav2 .ctext .xialaph h5:hover a {
    color: #005cc1;
  }

  ._nav2 .ctext .xialaph h4::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
  }

  ._nav2 .ctext .xialaph h5 a {
    float: left;
    width: 100%;
    color: #1f1f1f;
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
  }

  ._nav2 .ctext .xialaph h5 {
    float: left;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
  }

  ._nav2 .ctext .xialaph h5::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #e5e5e5;
  }

  ._nav2 .ctext .xialaph li:last-child h5::after {
    display: none;
  }

  ._nav2 .ctext .xialaph h4 img {
    width: 15px;
    height: 8px;
    float: right;
    margin-top: 24px;
    cursor: pointer;
  }

  ._nav2 .ctext .xialaph h5 img {
    width: 11px;
    height: 6px;
    float: right;
    margin-top: 0px;
    margin-right: 18px;
    cursor: pointer;
  }

  ._nav2 .ctext .xialaph h4.active img.img_s,
  ._nav2 .ctext .xialaph h5.active img.img_s {
    display: none;
  }

  ._nav2 .ctext .xialaph h4.active img.img_d,
  ._nav2 .ctext .xialaph h5.active img.img_d {
    display: block;
  }

  ._nav2 .ctext .xialaph .ul2 {
    float: left;
    width: 100%;
    padding: 0 10px;
  }

  ._nav2 .ctext .xialaph .phsou {
    position: relative;
    margin-top: 34px;
  }

  ._nav2 .ctext .xialaph .phsou input {
    width: 100%;
    height: 56px;
    background-color: #fff;
    color: #aaa;
    font-size: 14px;
    padding-left: 20px;
    border: 1px solid #e5e5e5;
  }

  ._nav2 .ctext .xialaph .phsou img {
    cursor: pointer;
    width: 21px;
    height: 22px;
    position: absolute;
    top: 17px;
    right: 29px;
  }

  ._nav2 .ctext .img_d,
  ._nav2 .ctext .disno {
    display: none;
  }

  ._nav2 .box {
    display: flex;
    height: 50px;
    padding: 0 15px;
    width: 100%;
    justify-content: space-between;
  }

  ._nav2 .box .bg {
    height: 50px;
    background: #fff;
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 5;
    float: left;
    opacity: 1;
  }

  ._nav2 .ctext.sub .box .bg {
    opacity: 1;
  }

  ._nav2 .box .logo {
    float: left;
    position: relative;
    z-index: 6;
  }

  ._nav2 .box .logo img {
    height: 30px;
    margin-top: 10px;
    display: block;
  }

  ._nav2 .soph {
    margin-top: 15px;
    width: 100%;
    float: left;
  }

  ._nav2 .soph .so {
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 6;
    border: 1px solid #005cc1;
  }

  /* ._nav2 .soph .search {
    float: left;
    width: 100%;
    height: 36px;
    background: none;
    border: none;
    line-height: 36px;
    padding: 0 56px 0 10px;
    color: #414141;
    font-size: 14px;
  }

  ._nav2 .soph .searsub {
    float: right;
    width: 50px;
    height: 100%;
    border: none;
    background: url(../img/search2.png) center no-repeat @c;
    position: absolute;
    right: 0;
    top: 0;
  } */
  .nbanner {
    margin-top: 50px;
  }

  .banner {
    margin-top: 50px;
  }

  .down_nav .down_nav_box .layout3 .ewm {
    bottom: 35px;
  }

  .down_nav .down_nav_box .layout3 .ewm img {
    height: 80px;
  }

  .ncontact_list .ncontact_list_box ul {
    flex-direction: column;
  }

  .ncontact_list .ncontact_list_box ul li {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 15px;
  }

  .ncontact_list .ncontact_list_box ul li:last-child {
    margin-bottom: 0;
  }
  .r .close{ top:10px; right:10px; font-size:20px; width:26px;}
  .shiyongpop.tjsq{ width:90vw; flex-wrap: wrap;}
  .shiyongpop .l{ width:100%; display:none;}
  .shiyongpop .r{ width:100%;padding:50px 20px 0 30px;}
  .shiyongpop .r form .input input{line-height: 40px;
  height: 40px;padding: 0 14px;
  border-radius: 8px;}
  .shiyongpop .r form textarea{ border-radius: 8px;padding: 10px 14px;height:140px;}
  .shiyongpop .r form .yszc .check{height: 20px;
  width: 20px;border-radius: 4px;}
    .shiyongpop .r form .yszc .check img{ width:12px;}
  .shiyongpop .r form .yzm{ margin-top: 15px;}
  .shiyongpop .r form .yzm input{line-height: 40px;
  height: 40px;padding: 0 14px;
  border-radius: 8px;}
  .shiyongpop .r form .yzm button{line-height: 40px;
  height: 40px;
  border-radius: 8px;}
  .shiyongpop .r form .input{ margin-bottom: 15px;}
  .shiyongpop .r form .submit{margin-top:15px;border-radius:8px;height: 40px;font-size: var(--font16);
  margin-bottom:30px;}
.shiyongpop.yscl{ width:90vw;}
 .yscl1 { 
    padding:30px 10px;
  
  }
  .yscl .max-width{ padding:0;}
  .yscl .yscl_box {padding: 0 10px;
    font-size: var(--font20);
    line-height: 28px;
    max-height: 70vh;
  }
  
  
  .ncontact_list {
    padding: 30px 0;
  }

  .poptj {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    margin-left: auto;
    margin-right: 20px;
    z-index: 50;
    position: relative;
    background: #DE0000;
    border-radius: 15px;
    padding: 0 15px;
    height: 30px;
    margin-top: 10px;
  }

  .wappop {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .ncontact_list .ncontact_list_box {
    margin-top: 30px;
  }

  .ncontact_list .ncontact_list_box ul li .cont {
    margin-top: 15px;
  }

  .nxgcp ul {
    flex-direction: column;
  }

  .nxgcp ul li {
    width: 100%;
  }

  .nxgcp .us_tit {
    margin-bottom: 20px;
  }

  .form_r form {
    padding: 20px 15px;
  }

  .form_r form input[type="text"] {
    margin: 20px 0 30px 0;
  }

  .form_r {
    left: 50%;
    width: 80vw;
    transform: translate(-50%, 0);
  }

  .pf li .icon img {
    height: 32px;
    width: 32px;
  }
.pf li{margin:8px 0;}
  .pf li .icon {
    height: 32px;
    width: 32px;
  }

  .pf { right:5px;
    top: 75%;
  }

  .tip .tip_box {
    /* flex-direction: column; */
    height: auto;
    padding:15px 0;
  }

  .tip .tip_box .new_customer {
    white-space: nowrap; background-size: auto 100% !important;
  }

  .tip .tip_box .content {
    padding-left: 20px;
  }

  .index_plate1 .index_plate1_box .left_content .more {
    width: 120px;
    height: 40px;
    font-size: 14px;
  }

  .index_plate2 .index_plate2_box {
    margin-top: 10px;
  }

  .index_plate2 .index_plate2_box .button {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .index_plate2 .index_plate2_box .list .item {
    margin-top: 60px;
  }

  .index_plate2 .index_plate2_box .list .item .pic {
    transform: translate(0, -30px);
  }

  .tip .tip_box .new_customer {
    text-indent: 10px;
  }

  .tip .tip_box .new_customer {
    line-height:44px;
  }

  .index_plate1 .index_plate1_box .left_content .list .li {
    width: 50%;
  }

  .index_plate1 .index_plate1_box .left_content .list {
    flex-wrap: wrap;
  }

  .us_tit {
    font-size: 20px;
  }

  .wapdot {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .wapdot .slick-dots {
    bottom: -20px;
  }

  .wapdot .slick-dots li {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    margin: 0 5px;
    background: #eee;
  }

  .wapdot .slick-dots li.slick-active {
    background: #01327f;
  }

  .down_nav .down_nav_box .layout1 .phone {
    margin-left:36px;
    margin-top: -13px;
  }

  .down_nav .down_nav_box .layout1 {
    width: 100% !important; min-height: 155px;
  }

  .about_us_plaate2 .about_us_plaate2_box {
    margin-top: 20px;
  }

  .ncontact_list .ncontact_list_box ul li .cont {
    position: absolute;
    top: 30px;
    left: 75px;
  }

  .down_nav .down_nav_box .layout1 .ewm {
    margin-top: 0;
  }

  .ncontact_list .ncontact_list_box ul li {

    position: relative;
  }

  .ncontact_list .ncontact_list_box ul li .tit {
    align-items: flex-start;
  }

  .ncontact_list .ncontact_list_box ul li:first-child {
    padding-bottom: 30px;
  }

  .ncontact_list .ncontact_list_box ul li:last-child {
    padding-bottom: 30px;
  }

  .ncontact_list .ncontact_list_box ul li:last-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .ncontact_list .ncontact_list_box ul li:last-child .tit {
    align-items: center;
  }

  .ncontact_list .ncontact_list_box ul li:last-child .cont {
    position: relative;
    top: auto;
    left: auto;
  }

  .ncontact_list .ncontact_list_box ul li .cont .more {
    width: 120px;
    height: 40px;
    line-height: 40px;
  }

  .partner3 .partner3_box ul {
    width: calc(100% + 10px);
    margin: -6px -5px;
  }

  .partner3 .partner3_box ul li {
    padding: 6px 5px;
  }

  .shiyongpop.yscl .close {
    font-size: 30px; top:5px; right:10px;
  }

  .index_plate3 .index_plate3_box .content_list .content_item .more {
    font-size: 14px;
  }

  .down_nav .down_nav_box .layout1 .ewm {
    width: 100px;
    display: flex;right: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .down_nav .down_nav_box .layout1 .ewm p{
	  margin-top:15px;
  }
}
@media screen and (max-width: 767px) {
.index_plate3 .index_plate3_box .content_list .content_item .more img{ width:26px;}	
.index_plate3 .index_plate3_box .content_list .content_item .tit{ width:100%;}	
.index_plate3 .index_plate3_box .content_list .content_item .layout2,
.index_plate3 .index_plate3_box .content_list .content_item .layout3{ display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between;}
.index_plate3 .index_plate3_box .content_list .content_item .tit{ margin-bottom: 5px;padding: 5px 12px;}
.index_plate3 .index_plate3_box .content_list .content_item .more{ font-size:13px; width:49%; margin:15px 0 0 0;border-radius: 6px;}
}


























