@media only screen and (max-width: 1500px) {
  .about_style1 {
    padding: 95px 0 !important;
  }
  .foot_content {
    min-height: 200px !important;
  }
  .area3Outer {
    padding: 95px 0 !important;
  }
  .cationbot {
    padding-bottom: 95px !important;
  }
  .agreement_content {
    width: 800px !important;
    height: 550px !important;
  }
}
.scrolbox {
  overflow: auto;
}
.scrolbox::-webkit-scrollbar {
  width: 4px;
  border-radius: 30px;
}
.scrolbox::-webkit-scrollbar-track {
  background-color: #F6F8FB;
  border-radius: 30px;
}
.scrolbox::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 30px;
}
.allTrans {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari and Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}
.OuterBox.backg1 {
  background: #f3f6f9;
}
.OuterBox.cationbot {
  padding-bottom: 120px;
}
.OuterBox.about_style1 {
  background: #f3f6f9;
  padding: 130px 0;
}
.OuterBox.navSticky {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
  border-bottom: solid 1px #E3E3E3;
}
.OuterBox.navSticky .InnerBox {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.OuterBox {
  width: 100%;
  position: relative;
  min-width: 1400px;
}
.OuterBox .InnerBox {
  width: 1400px;
  min-width: 1400px;
  margin: 0 auto;
}
.nav_alert {
  position: absolute;
  width: 100%;
  top: 100.5%;
  left: 0;
  display: none;
  z-index: 99;
}
.nav_alert .alert_box {
  width: 100%;
  background-color: #fff;
  border-bottom: solid 1px #Eee;
}
.nav_alert .alert_box .alert_content {
  width: 100%;
  padding: 31px 0;
  min-width: 1400px;
}
.nav_alert .alert_box .alert_content .cp_item.isline::after {
  content: '';
  display: block;
  right: 0;
  width: 1px;
  height: 34px;
  background: #e3e3e3;
  position: absolute;
}
.nav_alert .alert_box .alert_content .cp_item.isActive .cp_icon {
  background: linear-gradient(90deg, #eaeff0, #d0dae5);
}
.nav_alert .alert_box .alert_content .cp_item {
  position: relative;
  padding: 0 50px;
  cursor: pointer;
}
.nav_alert .alert_box .alert_content .cp_item .cp_icon:hover {
  background: linear-gradient(90deg, #eaeff0, #d0dae5);
}
.nav_alert .alert_box .alert_content .cp_item .cp_icon {
  border: solid 1px #eee;
  margin-right: 16px;
  width: 61px;
  height: 61px;
  min-width: 61px;
  border-radius: 100%;
  overflow: hidden;
}
.nav_alert .alert_box .alert_content .cp_item .cp_icon > img {
  width: 100%;
  height: 100%;
}
.nav_alert .alert_box .alert_content .cp_item > span {
  font-size: 16px;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 550;
  text-align: left;
  color: #000000;
}
.nav_box {
  transition: all 0.3s;
  width: 100%;
}
.nav_box .nav_left .logo > img {
  max-width: 140px;
}
.nav_box .nav_right {
  height: 100%;
}
.nav_box .nav_right .navlist {
  height: 100%;
}
.nav_box .nav_right .navlist .nav_item:hover {
  color: #000000;
}
.nav_box .nav_right .navlist .nav_item {
  height: 100%;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 400;
  text-align: center;
  color: #7b7b7b;
  margin-right: 20px;
  min-height: 100px;
}
.nav_box .nav_right .navlist .nav_item.isActive {
  font-weight: 550;
  color: #000000;
}
.nav_box .nav_right .navlist .nav_item.isActive::after {
  content: '';
  display: block;
  margin-top: 40px;
  left: 0;
  width: 100%;
  background-color: #000;
  height: 3px;
  position: absolute;
}
.nav_box .nav_right .switch_box .switch_item {
  cursor: pointer;
  font-size: 16px;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 400;
  text-align: center;
  min-height: 13px;
  color: #5f5f5f;
  padding: 0 13px;
}
.nav_box .nav_right .switch_box .switch_item.isActive {
  color: #9abbde;
}
.nav_box .nav_right .switch_box .switch_item.swline {
  border-right: solid 1px #e3e3e3;
}
.OuterBox.foot_box {
  background: linear-gradient(90deg, #e9eff0, #d0dae5);
}
.foot_content {
  min-height: 279px;
}
.foot_content .foot_left > img {
  width: 238px;
}
.foot_content .foot_right .txt {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: right;
  color: #222527;
  line-height: 32px;
}
.Weltbox {
  position: fixed;
  right: 7px;
  bottom: 200px;
  width: 78px;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 13px 0px rgba(3, 0, 0, 0.09);
  z-index: 110;
}
.Weltbox .Welt_item:hover {
  background-color: #000;
}
.Weltbox .Welt_item:hover .icon i {
  color: #fff;
}
.Weltbox .Welt_item:hover span {
  color: #fff;
}
.Weltbox .Welt_item {
  border-radius: 5px;
  width: 100%;
  height: 78px;
  transition: all 0.3s;
  cursor: pointer;
  color: #666;
  position: relative;
}
.Weltbox .Welt_item .icon i {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}
.Weltbox .Welt_item span {
  margin-top: 6px;
  font-size: 12px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #7b7b7b;
}
.Weltbox .Welt_item .Welt_alert {
  right: 110%;
  top: 0;
  z-index: 3;
  position: absolute;
  display: none;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.13);
  background-color: #fff;
}
.Weltbox .Welt_item .Welt_alert .alert_content {
  padding: 13px;
  display: flex;
}
.Weltbox .Welt_item .Welt_alert .alert_content .ewm > img {
  width: 110px;
  height: 110px;
  display: block;
}
.Weltbox .Welt_item .Welt_alert .alert_content .info {
  padding: 0 10px;
}
.Weltbox .Welt_item .Welt_alert .alert_content .info .txt {
  width: 100%;
}
.Weltbox .Welt_item .Welt_alert .alert_content .info .txt span {
  white-space: nowrap;
  color: #000000;
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
}
.Weltbox .Welt_item .Welt_alert .alert_content .info .phone {
  color: #000;
  font-size: 16px;
  font-weight: 550;
}
.Weltbox .Welt_item .Welt_alert .alert_content .info .phone i {
  margin-right: 6px;
  font-size: 20px;
}
.pagesBox {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagesBox .active span {
  font-size: 14px;
  width: 50px;
  height: 50px;
  background: #000;
  color: #fff !important;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagesBox a,
.pagesBox span {
  width: 50px;
  height: 50px;
  background: #f6f8fb;
  border-radius: 3px;
  margin-right: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #3e3e3e !important;
  margin-top: 20px;
  margin-bottom: 20px;
}
.pagesBox a font,
.pagesBox span font {
  color: #9abbde !important;
}
.reminder {
  width: 100%;
  min-width: 1400px;
  background-color: #000;
  height: 98px;
  position: relative;
  z-index: 200;
}
.reminder .title {
  font-size: 30px;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: bold;
  text-align: left;
  color: #ffffff;
  margin-right: 60px;
}
.reminder .warning .warnbox {
  padding: 0 31px;
  height: 31px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 3px;
}
.reminder .warning .warnbox > img {
  width: 21px;
  margin-right: 7px;
}
.reminder .warning .warnbox .txt {
  font-size: 13px;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
}
.reminder .warning .warn_spn {
  font-size: 9px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
}
.foot_area {
  background-color: #3A3B3B;
  padding: 100px 0;
}
.foot_area .foot_left .footnav_box .nav_a {
  cursor: pointer;
  margin-right: 85px;
  font-size: 16px;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
}
.foot_area .foot_left .describe {
  margin-top: 80px;
}
.foot_area .foot_left .describe .txt {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 32px;
}
.foot_area .foot_right {
  padding-left: 67px;
  min-height: 153px;
  border-left: solid 1px rgba(255, 255, 255, 0.25);
}
.foot_area .foot_right .ewm_box > img {
  width: 123px;
  height: 123px;
  margin-bottom: 12px;
}
.foot_area .foot_right .ewm_box span {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
}
.Picturepreview {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #ffffff;
  display: none;
  overflow: auto;
}
.Picturepreview .del_icon {
  position: fixed;
  right: 30px;
  top: 30px;
  cursor: pointer;
  z-index: 1000;
}
.Picturepreview .del_icon i {
  color: #ee4f4f;
  font-size: 35px;
  font-weight: bold;
}
.Picturepreview .preview_content {
  width: 100%;
}
.Picturepreview .preview_content img {
  max-width: 1076px;
}
.quality {
  background: url(../img/quality.jpg) no-repeat;
  background-size: cover;
  height: 854px;
  width: 100%;
  padding-top: 115px;
}
.quality .title_ {
  font-size: 50px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
  margin-bottom: 135px;
}
.quality .quality_box .quality_left .ten_box {
  margin-bottom: 30px;
  margin-right: 50px;
}
.quality .quality_box .quality_left .ten_box > img {
  max-width: 440px;
}
.quality .quality_box .quality_left .ten_box .tit {
  margin-left: 15px;
}
.quality .quality_box .quality_left .ten_box .tit div {
  font-size: 24px;
  font-family: Adobe Heiti Std, Adobe Heiti Std-R;
  font-weight: normal;
  text-align: left;
  color: #ffffff;
}
.quality .quality_box .quality_left .ten_txt {
  font-size: 20px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 30px;
  max-width: 320px;
}
.quality .quality_box .quality_right .quality_line {
  margin-bottom: 90px;
}
.quality .quality_box .quality_right .quality_line .quality_value::before {
  content: '';
  display: block;
  width: 4px;
  height: 65px;
  background: #44bbad;
  position: absolute;
  top: 20px;
  left: 0px;
}
.quality .quality_box .quality_right .quality_line .quality_value {
  padding-left: 22px;
  position: relative;
  width: 370px;
}
.quality .quality_box .quality_right .quality_line .quality_value .nums span {
  font-size: 90px;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: bold;
  text-align: left;
  color: #ffffff;
  margin-right: 10px;
}
.quality .quality_box .quality_right .quality_line .quality_value .nums .add {
  font-size: 85px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: bold;
  text-align: left;
  color: #44bbad;
}
.quality .quality_box .quality_right .quality_line .quality_value .txts {
  font-size: 20px;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  max-width: 200px;
}
.breadnav {
  border-bottom: solid 1px #e5e5e5;
}
.breadnav .InnerBox {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.breadnav .left {
  display: flex;
}
.bread_item:last-of-type i {
  display: none;
}
.bread_item {
  display: flex;
  align-items: center;
}
.bread_item a:hover {
  color: #9abbde;
}
.bread_item span,
.bread_item a {
  font-size: 15px;
  font-family: OPPOSans, OPPOSans-R;
  font-weight: R;
  text-align: left;
  color: #8d8d8d;
}
.bread_item > i {
  font-size: 18px;
  color: #8d8d8d;
  margin: 0 5px;
  margin-top: 2px;
}
.bread_item .font {
  font-size: 15px;
  font-family: OPPOSans, OPPOSans-R;
  font-weight: R;
  text-align: left;
  color: #8d8d8d;
}
.newlist .newItem {
  transition: all 0.3s;
  display: flex;
  align-items: center;
  padding: 50px 20px;
  border-bottom: solid 1px #e5e5e5;
}
.newlist .newItem > img {
  width: 287px;
  height: 215px;
  display: block;
}
.newlist .newItem .new_info {
  flex: 1;
  padding: 0 80px 0 50px;
}
.newlist .newItem .new_info .time {
  font-size: 14px;
  font-family: Arial, Arial-Regular;
  font-weight: 400;
  text-align: justifyLeft;
  color: #666666;
}
.newlist .newItem .new_info .name {
  max-width: 716px;
  font-size: 24px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 500;
  text-align: left;
  color: #010101;
  margin: 10px 0 30px 0;
}
.newlist .newItem .new_info .text {
  max-width: 716px;
  font-size: 15px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #666666;
}
.newlist .newItem .newsmore {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #010101;
  width: 119px;
  min-width: 119px;
  height: 37px;
  border-radius: 30px;
  border: 1px solid #d2d2d2;
  transition: all 0.3s;
}
.newlist .newItem .newsmore:hover {
  color: #fff;
  border: none;
  background-color: #9abbde;
}
.detail .InnerBox {
  width: 718px !important;
  min-width: 718px !important;
}
.detail_tit {
  padding: 75px 0 20px 0;
  font-size: 32px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 500;
  text-align: left;
  color: #010101;
  line-height: 42px;
}
.detail_time {
  font-size: 20px;
  font-family: Arial, Arial-Regular;
  font-weight: 400;
  text-align: left;
  color: #010101;
}
.detail_content {
  font-size: 18px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #666666;
  line-height: 38px;
}
.detail_content img {
  width: 100%;
  display: block;
}
.detail_bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 120px;
}
.detail_bottom .left .icon {
  width: 34px;
  height: 34px;
  background: #9abbde;
  border-radius: 100%;
  margin-right: 16px;
}
.detail_bottom .left .icon i {
  font-size: 16px;
  color: #fff;
}
.detail_bottom .left span {
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #010101;
}
.detail_bottom .right .next {
  margin-right: 23px;
  width: 131px;
  height: 38px;
  border-radius: 30px;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #010101;
  border: 1px solid #808080;
}
.detail_bottom .ewm_box {
  cursor: pointer;
  position: relative;
}
.detail_bottom .ewm_box i {
  font-size: 30px;
  color: #838383;
}
.qrcode_box {
  position: absolute;
  display: none;
  top: 160%;
  right: -5px;
  padding: 5px;
  background-color: #eee;
  z-index: 20;
}
.qrcode_box > img {
  width: 120px;
  height: 120px;
  display: block;
}
.qrcode_box::before {
  content: '';
  display: block;
  position: absolute;
  top: -19px;
  right: 4px;
  border: 10px solid transparent;
  border-bottom: 10px solid #eee;
}
