* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
  text-decoration: none;
}
body {
  overflow-x: hidden;
}
@media only screen and (max-width: 1500px) {
  .index_head {
    padding: 45px 0 !important;
  }
  .foot_line {
    padding: 20px !important;
  }
  .foot_top {
    padding: 55px 0 !important;
  }
  .PadBot {
    padding-bottom: 67px !important;
  }
  .PadBot96 {
    padding-bottom: 76px !important;
  }
  .head .InnerBox {
    height: 90px !important;
  }
  .in_area3 .InnerBox {
    height: 170px !important;
  }
  .pagetit {
    padding: 35px 0 30px 0 !important;
  }
  .tel_box {
    margin-bottom: 25px !important;
  }
  .ab_Line3 {
    margin-bottom: 85px !important;
  }
  .InnerBox .barnav {
    padding: 30px 0;
  }
  .InnerBox .jo_title {
    padding-top: 70px;
  }
  .InnerBox .servtit {
    padding: 65px 0 35px 0;
  }
  .in_area2 {
    height: 520px !important;
  }
  .in_area2 .in_area2Box {
    width: 100%;
    height: 280px !important;
  }
  .InnerBox .detail_title {
    padding: 30px 0;
  }
  .detail_left .detail_content {
    padding: 30px 0 !important;
  }
  .detail_left .detail_bottom {
    padding: 40px 0 !important;
  }
}
button,
input,
textarea {
  border: 0;
}
textarea {
  resize: none;
}
button {
  cursor: pointer;
}
a {
  color: #676767;
}
img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  object-fit: cover;
}
.FlexRow {
  display: flex;
  justify-content: center;
  align-items: center;
}
.FlexWrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.FlexColumn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.line {
  border: solid 1px red;
}
.PadBot {
  padding-bottom: 87px;
  transition: all 0.3s;
}
.PadBot96 {
  padding-bottom: 96px;
  transition: all 0.3s;
}
.OuterBox {
  width: 100%;
  position: relative;
}
.OuterBox .InnerBox {
  width: 1300px;
  min-width: 1300px;
  margin: 0 auto;
}
.OuteColor1 {
  background-color: #f5f5f5;
  color: #333;
}
.MultipleLines {
  overflow: hidden;
  text-overflow: ellipsis;
  /* 弹性伸缩盒子模型显示  */
  display: -webkit-box;
  /* 限制早一个块元素显示的文本的行数 */
  -webkit-line-clamp: 2;
  /* 设置或检索伸缩盒对象的子元素的排列方式 */
  -webkit-box-orient: vertical;
}
.danhang {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.onBot {
  margin-bottom: 0 !important;
}
.onRight {
  margin-right: 0 !important;
}
.onRiBor {
  border-right: none !important;
}
.banner {
  width: 100%;
}
.banner img {
  width: 100%;
  display: block;
  min-width: 1300px;
}
.banner .swiper-container {
  width: 100%;
  min-width: 1300px;
}
.banner .swiper-container img {
  width: 100%;
  display: block;
}
.grid2 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.grid3 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.head {
  border-bottom: solid 1px #F6F6F6;
}
.head .InnerBox {
  transition: all 0.3s;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head .InnerBox .logo > img {
  display: block;
  width: 195px;
}
.head .InnerBox .search {
  width: 229px;
  height: 40px;
  border-radius: 45px;
  border: 1px solid #d9d9d9;
  overflow: hidden;
  position: relative;
}
.head .InnerBox .search input {
  width: 100%;
  height: 100%;
  padding: 0 45px 0 23px;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #646464;
}
.head .InnerBox .search .icon {
  right: 7px;
  position: absolute;
  width: 29px;
  height: 29px;
  border-radius: 100%;
  background: #e40082;
}
.head .InnerBox .search .icon i {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.head_nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #fff;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
.head_nav .InnerBox {
  display: flex;
  height: 48px;
}
.head_nav .InnerBox .nav_item {
  position: relative;
  padding: 0 8px;
  cursor: pointer;
  margin-right: 50px;
}
.head_nav .InnerBox .nav_item .nav_link {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #323232;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 67px;
  position: relative;
}
.head_nav .InnerBox .nav_item:hover .nav_link {
  color: #e40082;
}
.head_alert {
  position: absolute;
  display: none;
  top: 100%;
  left: 0%;
  /* border: solid 1px red; */
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.07);
}
.head_alert .alert_item {
  padding: 20px;
  min-width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0 !important;
  /* padding: 20px; */
  font-size: 14px;
  color: #5f5d5d;
  white-space: nowrap;
  transition: all 0.3s;
}
.head_alert .alert_item:hover {
  color: #fff;
  background-color: #e40082;
}
.navActive::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #e40082;
}
.navActive {
  color: #e40082 !important;
}
.navActive .nav_link {
  color: #e40082 !important;
}
.foot_line {
  width: 100%;
  border-top: solid 1px #e5e5e5;
  padding: 40px 0;
  min-width: 1300px;
  transition: all 0.3s;
}
.foot_line .top_item:hover .tit {
  color: #e40082;
}
.foot_line .top_item {
  cursor: pointer;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 129px;
  border-right: solid 1px #E5E5E5;
}
.foot_line .top_item > img {
  width: 40px;
  display: block;
}
.foot_line .top_item .tit {
  font-size: 18px;
  font-family: OPPOSans, OPPOSans-M;
  font-weight: 550;
  text-align: center;
  color: #333333;
  margin: 15px 0 5px 0;
  transition: all 0.3s;
}
.foot_line .top_item .txt {
  font-size: 14px;
  font-family: OPPOSans, OPPOSans-R;
  font-weight: R;
  text-align: center;
  color: #737373;
}
.foot_top {
  padding: 75px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  transition: all 0.3s;
}
.foot_top .foot_nav {
  display: flex;
}
.foot_top .foot_nav .nav_column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 60px;
  text-align: left;
}
.foot_top .foot_nav .nav_column .nav_tit {
  margin-bottom: 15px;
  font-size: 16px;
  font-family: OPPOSans, OPPOSans-M;
  font-weight: bold;
  text-align: left;
  color: #333333;
}
.foot_top .foot_nav .nav_column .nav_txt {
  transition: all 0.3s;
  cursor: pointer;
  font-size: 13px;
  font-family: OPPOSans, OPPOSans-M;
  font-weight: M;
  text-align: left;
  color: #737373;
  line-height: 27px;
}
.foot_top .foot_nav .nav_column .nav_txt:hover {
  color: #e40082;
}
.foot_top .foot_ewm {
  justify-content: flex-end;
}
.foot_top .foot_ewm .blank_box {
  margin-bottom: 80px;
}
.foot_top .foot_ewm .blank_box .blank_item {
  cursor: pointer;
  font-size: 15px;
  font-family: OPPOSans, OPPOSans-M;
  font-weight: M;
  text-align: left;
  color: #666666;
}
.foot_top .foot_ewm .blank_box .blank_item > img {
  margin-right: 14px;
}
.foot_top .foot_ewm .blank_box .blank_item:hover {
  color: #e40082;
}
.foot_top .foot_ewm .ewm_box {
  justify-content: flex-end;
}
.foot_top .foot_ewm .ewm_box .ewm_item {
  margin-left: 20px;
}
.foot_top .foot_ewm .ewm_box .ewm_item .img_box {
  width: 97px;
  height: 97px;
  background-color: #fff;
  padding: 2px;
}
.foot_top .foot_ewm .ewm_box .ewm_item .img_box > img {
  width: 100%;
  height: 100%;
  display: block;
}
.foot_top .foot_ewm .ewm_box .ewm_item > span {
  margin-top: 6px;
  font-size: 13px;
  font-family: OPPOSans, OPPOSans-M;
  font-weight: M;
  text-align: center;
  color: #737373;
}
.foot_box .foot_between {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 20px;
}
.foot_box .foot_between > img {
  width: 127px;
  display: block;
  height: 18px;
}
.foot_box .foot_between .telbox .tel_txt i {
  color: #737373;
  font-size: 24px;
}
.foot_box .foot_between .telbox .tel_txt span {
  font-size: 14px;
  font-family: OPPOSans, OPPOSans-M;
  font-weight: M;
  text-align: center;
  color: #737373;
  margin: 0 11px 0 12px;
}
.foot_box .foot_between .telbox .num {
  font-size: 24px;
  font-family: OPPOSans, OPPOSans-H;
  font-weight: bold;
  text-align: center;
  color: #e40082;
}
.foot_box .foot_bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 20px 0 40px 0;
  border-top: solid 1px #E5E5E5;
}
.foot_box .foot_bottom span {
  font-size: 13px;
  font-family: OPPOSans, OPPOSans-M;
  font-weight: M;
  color: #737373;
}
.Weltbox {
  position: fixed;
  right: 22px;
  bottom: 200px;
  z-index: 100;
  min-height: 266px;
  justify-content: flex-start;
}
.Weltbox .Welt_item {
  width: 54px;
  height: 54px;
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.13);
  transition: all 0.3s;
  cursor: pointer;
  color: #9CA9C2;
  margin-bottom: 10px;
  position: relative;
}
.Weltbox .Welt_item .Welt_alert {
  border-radius: 3px;
  right: 102%;
  top: 0;
  z-index: 3;
  position: absolute;
  display: none;
  height: 100%;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.13);
  background-color: #fff;
  white-space: nowrap;
  line-height: 33px;
}
.Weltbox .Welt_item .Welt_alert > span {
  white-space: nowrap;
  color: #333;
  font-size: 16px;
  display: block;
}
.Weltbox .Welt_item .Welt_alert > img {
  display: block;
  width: 120px;
  height: 120px;
}
.Weltbox .Welt_item .icon_box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Weltbox .Welt_item .icon_box i {
  color: #9CA9C2;
  font-size: 20px;
}
.Weltbox .Welt_item:hover {
  color: #e40082;
}
.Weltbox .Welt_item:hover .icon_box i {
  color: #e40082;
}
.pagesBox {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagesBox a,
.pagesBox span {
  width: 50px;
  height: 50px;
  background: #F5F5F5;
  border-radius: 3px;
  margin-right: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.pagesBox a font,
.pagesBox span font {
  font-size: 14px;
  width: 100%;
  height: 100%;
  background: #e40082;
  color: #fff !important;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
