.swiperBox {
  width: 100%;
  max-height: 650px;
  overflow: hidden;
}
.swiperBox .indexSwiper {
  width: 100%;
}
.swiperBox .indexSwiper .swiper-slide {
  position: relative;
  background-color: #999;
}
.swiperBox .indexSwiper .swiper-slide .playMask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 30;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.swiperBox .indexSwiper .swiper-slide .playBtn {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #6189aea8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: solid 2px #fff;
  cursor: pointer;
  z-index: 20;
}
.swiperBox .indexSwiper .swiper-slide .playBtn::before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin-left: 4px;
  background: url(/public/static/mains/img/index/play.png) no-repeat;
  background-size: cover;
}
.swiperBox .indexSwiper .swiper-slide video {
  width: 100%;
  display: block;
  margin-top: -200px;
}
.swiperBox .indexSwiper .index-next,
.swiperBox .indexSwiper .index-prev {
  color: #ffffff;
}
.index_head {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 70px 0;
  transition: all 0.3s;
}
.index_head .left {
  display: flex;
  align-items: flex-end;
}
.index_head .left .tit {
  font-size: 26px;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 550;
  text-align: left;
  color: #e40082;
  margin-right: 12px;
}
.index_head .left .txt {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #737373;
}
.index_head .right {
  display: flex;
}
.index_head .right .pro_nav {
  display: flex;
}
.index_head .right .pro_nav .pro_item {
  cursor: pointer;
  position: relative;
  padding: 17px 0;
  font-size: 16px;
  margin-left: 55px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #737373;
}
.index_head .right .pro_nav .pro_item:hover {
  color: #e40082;
}
.more {
  font-size: 16px;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 400;
  text-align: left;
  color: #737373;
  margin-left: 50px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.more:hover {
  color: #e40082;
}
.in_area1 {
  width: 100%;
  display: none;
}
.index_prolist {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.index_prolist .pro_item:hover .img_box {
  border: solid 1px #e5e5e5;
  border-bottom: 0;
}
.index_prolist .pro_item:hover .pro_info {
  background-color: #e40082;
}
.index_prolist .pro_item:hover .pro_info .name {
  color: #fff;
}
.index_prolist .pro_item:hover .pro_info .price {
  color: #fff;
}
.index_prolist .pro_item:hover .pro_more {
  border-color: #EEEEEE;
  background-color: #e40082;
}
.index_prolist .pro_item:hover .pro_more span {
  color: #fff;
}
.index_prolist .pro_item {
  height: 499px;
  width: 418px;
  transition: all 0.3s;
  cursor: pointer;
}
.index_prolist .pro_item .img_box {
  flex: 1;
  border: solid 1px transparent;
  width: 100%;
  transition: all 0.3s;
}
.index_prolist .pro_item .img_box > img {
  width: 300px;
  display: block;
  height: auto;
}
.index_prolist .pro_item .pro_info {
  width: 100%;
  height: 122px;
  align-items: flex-start;
  padding: 0 32px;
  transition: all 0.3s;
}
.index_prolist .pro_item .pro_info .name {
  font-size: 18px;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 550;
  text-align: left;
  color: #333333;
  margin-bottom: 18px;
  width: 100%;
  padding: 0 20px;
}
.index_prolist .pro_item .pro_info .price {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #646464;
}
.index_prolist .pro_item .pro_more {
  transition: all 0.3s;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  height: 48px;
  border-top: solid 1px #E5E5E5;
}
.index_prolist .pro_item .pro_more span {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #646464;
}
.index_prolist .pro_item .pro_more i {
  font-size: 14px;
  color: #fff;
}
.in_area2 {
  height: 650px;
  background: url(/public/static/mains/img/index/4-2.jpg) no-repeat;
  background-size: cover;
  transition: all 0.3s;
}
.in_area2 .InnerBox {
  height: 100%;
  display: flex;
  align-items: center;
}
.in_area2 .InnerBox .in_area2Box {
  width: 100%;
  height: 347px;
  background: #ffffff;
  transition: all 0.3s;
}
.in_area2 .InnerBox .in_area2Box > img {
  width: 160px;
  height: 160px;
  margin-right: 116px;
}
.in_area2 .InnerBox .in_area2Box .info {
  width: 822px;
}
.in_area2 .InnerBox .in_area2Box .info .info_tit {
  justify-content: space-between;
  width: 100%;
  padding-bottom: 30px;
}
.in_area2 .InnerBox .in_area2Box .info .info_tit > span {
  font-size: 24px;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 550;
  text-align: left;
  color: #333333;
}
.in_area2 .InnerBox .in_area2Box .info .info_tit .more {
  width: 85px;
  height: 33px;
  border-radius: 30px;
  background: #e40082;
  font-size: 16px;
  font-family: Arial, Arial-Regular;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s;
}
.in_area2 .InnerBox .in_area2Box .info .info_tit .more:hover {
  border: solid 1px;
  background-color: #fff;
  color: #e40082;
}
.in_area2 .InnerBox .in_area2Box .info .info_txt {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: justify;
  color: #646464;
  line-height: 30px;
}
.in_area3 .InnerBox {
  height: 193px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.in_area3 .InnerBox .in_line {
  width: 1px;
  height: 41px;
  background: #e5e5e5;
  margin: 0 70px;
}
.in_area3 .InnerBox .in_area3_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
.in_area3 .InnerBox .in_area3_item .left {
  text-align: left;
}
.in_area3 .InnerBox .in_area3_item .left .num {
  font-size: 36px;
  font-family: Swiss721BT, Swiss721BT-Black;
  font-weight: 900;
  text-align: left;
  color: #444444;
}
.in_area3 .InnerBox .in_area3_item .left .num > span {
  font-size: 20px;
}
.in_area3 .InnerBox .in_area3_item .left .txt {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #737373;
}
.in_area3 .InnerBox .in_area3_item img {
  width: 40px;
  display: block;
}
.in_area4 {
  width: 100%;
}
.in_area4 .rySwiper {
  width: 100%;
  height: 327px;
}
.in_area4 .rySwiper img {
  width: 229px;
  height: 327px;
}
.in_area4 .control {
  padding-top: 47px;
}
.in_area4 .rynext,
.in_area4 .ryprev {
  border: solid 1px red;
  bottom: 0;
  width: 46px;
  height: 46px;
  background: #e40082;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 0;
  margin: 0;
}
.in_area4 .rynext i,
.in_area4 .ryprev i {
  color: #fff;
  font-size: 30px;
}
.in_area4 .rynext::after,
.in_area4 .ryprev::after {
  display: none;
}
.in_area5 {
  width: 100%;
  display: none;
}
.in_area5 .newlist {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newsItem:hover .new_tit {
  color: #e40082;
}
.img_box:hover img {
  transform: scale(1.1);
}
.img_box {
  width: 100%;
  overflow: hidden;
}
.img_box > img {
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.newsItem {
  cursor: pointer;
  width: 400px;
}
.newsItem .img_box {
  height: 300px;
}
.newsItem .new_info {
  height: 167px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.newsItem .new_time {
  font-size: 14px;
  font-family: Arial, Arial-Regular;
  font-weight: 400;
  text-align: left;
  color: #646464;
  width: 100%;
}
.newsItem .new_tit {
  transition: all 0.3s;
  width: 100%;
  font-size: 18px;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 550;
  text-align: left;
  color: #333333;
  margin: 15px 0;
}
.newsItem .new_txt {
  width: 100%;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #646464;
  line-height: 30px;
}
.bread_item:last-of-type i {
  display: none;
}
.bread_item {
  display: flex;
  align-items: center;
}
.bread_item a,
.bread_item span {
  font-size: 13px;
  font-family: OPPOSans, OPPOSans-R;
  font-weight: R;
  text-align: left;
  color: #8d8d8d;
}
.bread_item > i {
  font-size: 18px;
  color: #8d8d8d;
  margin: 0 5px;
}
.bread_item .font {
  font-size: 13px;
  font-family: OPPOSans, OPPOSans-R;
  font-weight: R;
  text-align: left;
  color: #e40082;
}
.barnav {
  padding: 60px 0 30px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #e5e5e5;
  transition: all 0.3s;
}
.barnav .left {
  display: flex;
}
.barnav .left span,
.barnav .left a {
  font-size: 13px;
  font-family: OPPOSans, OPPOSans-R;
  font-weight: R;
  text-align: left;
  color: #8d8d8d;
}
.barnav .right {
  display: flex;
}
.barnav .right .right_item {
  padding-bottom: 30px;
  font-size: 16px;
  font-family: OPPOSans, OPPOSans-M;
  font-weight: M;
  text-align: right;
  color: #737373;
  margin-left: 70px;
  cursor: pointer;
  position: relative;
}
.barnav .right .right_item:hover {
  color: #e40082;
}
.pagetit {
  width: 100%;
  text-align: left;
  padding: 90px 0 50px 0;
  transform: all 0.3s;
}
.pagetit .tit {
  font-size: 28px;
  font-family: OPPOSans, OPPOSans-B;
  font-weight: bold;
  text-align: left;
  color: #333333;
}
.lx_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 55px;
}
.lx_box .left {
  text-align: left;
}
.lx_box .left .left_name {
  font-size: 22px;
  font-family: OPPOSans, OPPOSans-B;
  font-weight: bold;
  text-align: left;
  color: #333333;
}
.lx_box .left .left_address {
  margin-top: 24px;
  font-size: 18px;
  font-family: OPPOSans, OPPOSans-M;
  font-weight: 600;
  text-align: left;
  color: #333333;
}
.lx_box .right .ewmBox {
  margin-left: 44px;
}
.lx_box .right .ewmBox > img {
  width: 97px;
  height: 97px;
  display: block;
}
.lx_box .right .ewmBox span {
  margin-top: 6px;
  font-size: 13px;
  font-family: OPPOSans, OPPOSans-M;
  font-weight: M;
  text-align: left;
  color: #737373;
}
.tel_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 37px 0;
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  transition: all 0.3s;
}
.tel_box .tel_line {
  width: 1px;
  height: 41px;
  margin: 0 50px;
  background: #e5e5e5;
}
.tel_box .tel_item {
  display: flex;
  justify-content: space-between;
  flex: 1;
  align-items: center;
}
.tel_box .tel_item .info {
  text-align: left;
}
.tel_box .tel_item .info .name {
  font-size: 16px;
  font-family: OPPOSans, OPPOSans-M;
  font-weight: M;
  text-align: left;
  color: #737373;
}
.tel_box .tel_item .info .tel {
  margin-top: 14px;
  font-size: 22px;
  font-family: OPPOSans, OPPOSans-H;
  font-weight: bold;
  text-align: left;
  color: #444444;
}
.tel_box .tel_item > img {
  width: 40px;
  display: block;
}
#map {
  margin-top: 71px;
  width: 100%;
  height: 482px;
}
.form_top {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 29px;
}
.form_top .inputBox {
  width: 611px;
  align-items: flex-start;
}
.form_top .inputBox input {
  width: 100%;
  height: 49px;
  background: #fff;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #A3A1A3;
  padding: 0 38px;
}
.inputBox .namebox {
  font-size: 16px;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 550;
  text-align: left;
  color: #333333;
  margin-bottom: 16px;
}
.form_bottom {
  width: 100%;
  margin-bottom: 52px;
}
.form_bottom .inputBox {
  width: 100%;
}
.form_bottom .inputBox textarea {
  width: 100%;
  height: 183px;
  background: #fff;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #A3A1A3;
  padding: 22px 38px;
}
.contact2 .botBtn {
  width: 129px;
  height: 49px;
  background: #e40082;
  border-radius: 4px 4px 4px 4px;
  font-size: 16px;
  font-family: OPPOSans, OPPOSans-M;
  font-weight: M;
  text-align: left;
  color: #ffffff;
}
.abinfo {
  font-size: 14px;
  font-family: OPPOSans, OPPOSans-R;
  font-weight: R;
  text-align: justify;
  color: #646464;
  line-height: 30px;
}
.ab_area1 {
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
}
.ab_area2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.ab_area2 .area2_item {
  width: 416px;
}
.ab_area2 .area2_item .img_box {
  width: 100%;
  height: 303px;
}
.ab_area2 .area2_item > img {
  width: 100%;
  height: 100%;
}
.ab_area2 .area2_item .info {
  width: 100%;
  height: 199px;
  background: #ffffff;
  padding: 39px 45px 0 45px;
}
.ab_area2 .area2_item .info .tit {
  display: flex;
  font-size: 20px;
  font-family: OPPOSans, OPPOSans-B;
  font-weight: B;
  text-align: left;
  color: #333;
  margin-bottom: 18px;
  font-weight: bold;
}
.ab_area2 .area2_item .info .tit span {
  margin-right: 5px;
  color: #E40082;
}
.ab_area2 .area2_item .info .txt {
  font-size: 14px;
  font-family: OPPOSans, OPPOSans-R;
  font-weight: R;
  text-align: left;
  color: #646464;
  line-height: 28px;
}
.ab_Line3 {
  width: 100%;
  display: flex;
  margin-bottom: 110px;
  height: 348px;
  transition: all 0.3s;
}
.ab_Line3 .line_info.alignEnd {
  text-align: right;
  align-items: flex-end;
  padding-left: 111px;
}
.ab_Line3 .line_info {
  border-bottom: solid 1px #e5e5e5;
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.ab_Line3 .line_info .title {
  margin-bottom: 40px;
  font-size: 18px;
  font-family: OPPOSans, OPPOSans-M;
  font-weight: 550;
  color: #333333;
}
.ab_Line3 .line_info .text {
  font-size: 14px;
  font-family: OPPOSans, OPPOSans-R;
  font-weight: R;
  color: #646464;
  line-height: 27px;
}
.ab_Line3 .line_img {
  width: 775px;
  height: 100%;
  display: block;
}
.teamSwiper {
  width: 100%;
  height: 620px;
  margin-top: 40px;
}
.teamSwiper .swiper-slide {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.teamSwiper .swiper-slide img {
  width: 100%;
  height: 420px;
  display: block;
  border: solid 1px #f1f1f1;
  border-bottom: none;
}
.teamSwiper .swiper-slide .team_info {
  background-color: #f1f1f1;
  width: 100%;
  padding: 30px;
  min-height: 140px;
}
.teamSwiper .swiper-slide .team_info .name {
  font-size: 16px;
  font-family: OPPOSans, OPPOSans-H;
  font-weight: 550;
  text-align: left;
  color: #333333;
  margin-bottom: 9px;
}
.teamSwiper .swiper-slide .team_info .post {
  font-size: 14px;
  font-family: OPPOSans, OPPOSans-R;
  font-weight: R;
  text-align: left;
  color: #646464;
}
.team_area1,
.ab_area4,
.ab_area6 {
  width: 100%;
}
.team_area1 .area4Swiper,
.ab_area4 .area4Swiper,
.ab_area6 .area4Swiper,
.team_area1 .area6Swiper,
.ab_area4 .area6Swiper,
.ab_area6 .area6Swiper {
  width: 100%;
  height: 380px;
}
.team_area1 .area4Swiper .swiper-slide,
.ab_area4 .area4Swiper .swiper-slide,
.ab_area6 .area4Swiper .swiper-slide,
.team_area1 .area6Swiper .swiper-slide,
.ab_area4 .area6Swiper .swiper-slide,
.ab_area6 .area6Swiper .swiper-slide {
  height: 300px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 50px 40px;
  text-align: left;
}
.team_area1 .area4Swiper .swiper-slide img,
.ab_area4 .area4Swiper .swiper-slide img,
.ab_area6 .area4Swiper .swiper-slide img,
.team_area1 .area6Swiper .swiper-slide img,
.ab_area4 .area6Swiper .swiper-slide img,
.ab_area6 .area6Swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.team_area1 .area4Swiper .swiper-slide .time_tit,
.ab_area4 .area4Swiper .swiper-slide .time_tit,
.ab_area6 .area4Swiper .swiper-slide .time_tit,
.team_area1 .area6Swiper .swiper-slide .time_tit,
.ab_area4 .area6Swiper .swiper-slide .time_tit,
.ab_area6 .area6Swiper .swiper-slide .time_tit {
  font-size: 26px;
  font-family: OPPOSans, OPPOSans-B;
  font-weight: bold;
  text-align: left;
  color: #333333;
  position: relative;
  margin-bottom: 88px;
}
.team_area1 .area4Swiper .swiper-slide .time_tit::after,
.ab_area4 .area4Swiper .swiper-slide .time_tit::after,
.ab_area6 .area4Swiper .swiper-slide .time_tit::after,
.team_area1 .area6Swiper .swiper-slide .time_tit::after,
.ab_area4 .area6Swiper .swiper-slide .time_tit::after,
.ab_area6 .area6Swiper .swiper-slide .time_tit::after {
  content: '';
  display: block;
  position: absolute;
  width: 17px;
  height: 3px;
  bottom: -40px;
  left: 0;
  background: #737373;
}
.team_area1 .area4Swiper .swiper-slide .text,
.ab_area4 .area4Swiper .swiper-slide .text,
.ab_area6 .area4Swiper .swiper-slide .text,
.team_area1 .area6Swiper .swiper-slide .text,
.ab_area4 .area6Swiper .swiper-slide .text,
.ab_area6 .area6Swiper .swiper-slide .text {
  font-size: 14px;
  font-family: OPPOSans, OPPOSans-R;
  font-weight: R;
  text-align: left;
  color: #646464;
  line-height: 28px;
}
.ab_area5 {
  width: 100%;
}
.ab_area5 .area5Swiper {
  width: 100%;
  height: 401px;
}
.ab_area5 .area5Swiper .swiper-slide img {
  height: 327px;
}
.servtit {
  width: 100%;
  text-align: center;
  padding: 90px 0 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s;
}
.servtit .tit {
  font-size: 32px;
  font-family: OPPOSans, OPPOSans-B;
  font-weight: bold;
  text-align: center;
  color: #333333;
  margin-bottom: 35px;
}
.servtit .txt {
  width: 896px;
  font-size: 14px;
  font-family: OPPOSans, OPPOSans-R;
  font-weight: R;
  text-align: center;
  color: #646464;
  line-height: 30px;
}
.serv_img {
  width: 1138px;
  height: 518px;
  display: block;
  margin: 0 auto;
}
.serv_area2 .serv_item {
  padding: 0 80px;
  width: 631px;
  height: 163px;
  background: #ffffff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 38px;
  margin-bottom: 41px;
}
.serv_area2 .serv_item > img {
  width: 83px;
  height: 83px;
  display: block;
  margin-right: 83px;
}
.serv_area2 .serv_item .info {
  flex: 1;
}
.serv_area2 .serv_item .info .tit {
  margin-bottom: 8px;
  font-size: 18px;
  font-family: OPPOSans, OPPOSans-M;
  font-weight: 550;
  text-align: left;
  color: #333333;
}
.serv_area2 .serv_item .info .txt {
  font-size: 14px;
  font-family: OPPOSans, OPPOSans-R;
  font-weight: R;
  text-align: left;
  color: #646464;
  line-height: 24px;
}
.jo_title {
  padding-top: 96px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  transition: all 0.3s;
}
.jo_title .tit2 {
  font-size: 18px;
  font-family: OPPOSans, OPPOSans-M;
  font-weight: M;
  text-align: left;
  color: #333333;
  margin-bottom: 12px;
}
.jo_title .tit1 {
  font-size: 32px;
  font-family: OPPOSans, OPPOSans-B;
  font-weight: bold;
  text-align: left;
  color: #333333;
}
.jo_title .txt {
  margin-top: 30px;
  font-size: 14px;
  font-family: OPPOSans, OPPOSans-R;
  font-weight: R;
  text-align: center;
  color: #646464;
  line-height: 30px;
}
.jo_area1 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.jo_area1 .area1_item {
  width: 301px;
}
.jo_area1 .area1_item .img_box {
  height: 244px;
}
.jo_area1 .area1_item .img_box > img {
  width: 100%;
  display: block;
  height: 100%;
}
.jo_area1 .area1_item .t_box {
  width: 100%;
  height: 70px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-family: OPPOSans, OPPOSans-M;
  font-weight: M;
  text-align: center;
  color: #333333;
}
.join2_Outer {
  width: 100%;
  min-width: 1300px;
  height: 808px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.join2_Outer .imgbg {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 1360px;
  height: 100%;
  display: block;
}
.jo_area3 .area3_item {
  width: 416px;
  margin-right: 26px;
  margin-bottom: 26px;
}
.jo_area3 .area3_item .img_box {
  width: 100%;
  height: 303px;
}
.jo_area3 .area3_item .info {
  padding: 34px 50px 0 50px;
  width: 100%;
  height: 168px;
  background: #f5f5f5;
}
.jo_area3 .area3_item .info .tit {
  font-size: 20px;
  font-family: OPPOSans, OPPOSans-M;
  font-weight: 550;
  text-align: left;
  color: #333333;
  margin-bottom: 15px;
}
.jo_area3 .area3_item .info .txt {
  font-size: 14px;
  font-family: OPPOSans, OPPOSans-R;
  font-weight: R;
  text-align: left;
  color: #646464;
  line-height: 30px;
}
.jo_area4 {
  width: 100%;
}
.jo_area4 .jo_area4_item {
  margin-bottom: 26px;
  height: 257px;
  display: flex;
}
.jo_area4 .jo_area4_item .img_box {
  width: 462px;
  height: 100%;
}
.jo_area4 .jo_area4_item .area4_info {
  padding: 0 70px 0 84px;
  height: 100%;
  background: #ffffff;
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.jo_area4 .jo_area4_item .area4_info .left {
  width: 520px;
}
.jo_area4 .jo_area4_item .area4_info .left .info_tit {
  font-size: 20px;
  font-family: OPPOSans, OPPOSans-M;
  font-weight: 550;
  text-align: left;
  color: #333333;
  margin-bottom: 18px;
}
.jo_area4 .jo_area4_item .area4_info .left .info_txt {
  font-size: 14px;
  font-family: OPPOSans, OPPOSans-R;
  font-weight: R;
  text-align: left;
  color: #646464;
  line-height: 30px;
}
.jo_area4 .jo_area4_item .area4_info .right .num {
  font-size: 31px;
  font-family: OPPOSans, OPPOSans-H;
  font-weight: bold;
  text-align: left;
  color: #e40082;
  padding-bottom: 15px;
  border-bottom: solid 4px;
}
.jo_area5 {
  width: 100%;
  display: flex;
  padding-top: 98px;
  justify-content: space-between;
  align-items: center;
}
.jo_area5 .area5_left {
  text-align: left;
  width: 472px;
}
.jo_area5 .area5_left .tit {
  font-size: 32px;
  font-family: OPPOSans, OPPOSans-B;
  font-weight: bold;
  text-align: left;
  color: #333333;
  line-height: 50px;
}
.jo_area5 .area5_left .txt {
  font-size: 16px;
  font-family: OPPOSans, OPPOSans-R;
  font-weight: R;
  text-align: left;
  color: #646464;
  margin: 30px 0 50px 0;
}
.jo_area5 .area5_left .tel_btn {
  width: 371px;
  height: 52px;
  border-radius: 30px;
  background: #e40082;
  color: #fff;
}
.jo_area5 .area5_left .tel_btn i {
  font-size: 26px;
}
.jo_area5 .area5_left .tel_btn > span {
  font-size: 19px;
  font-family: OPPOSans, OPPOSans-M;
  font-weight: M;
  text-align: left;
  color: #ffffff;
  margin: 0 22px 0 12px;
}
.jo_area5 .area5_left .tel_btn .telnum {
  font-size: 28px;
  font-family: Arial, Arial-Bold;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
}
.jo_area5 > img {
  flex: 1;
  display: block;
}
.newslist {
  padding-top: 74px;
}
.newslist .newsItem.onright {
  margin-right: 0px;
}
.newslist .newsItem.onright::after {
  width: 400px;
}
.newslist .newsItem.onBom {
  margin-bottom: 0;
}
.newslist .newsItem.onBom::after {
  display: none;
}
.newslist .newsItem:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.newslist .newsItem:nth-last-child(-n+3)::after {
  display: none;
}
.newslist .newsItem:nth-last-child(-n+3) .new_info {
  padding-bottom: 0;
}
.newslist .newsItem::after {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  width: 450px;
  bottom: 0;
  left: 0;
  background-color: #e5e5e5;
}
.newslist .newsItem {
  margin-right: 50px;
  width: 400px;
  position: relative;
  margin-bottom: 74px;
}
.newslist .newsItem .img_box {
  width: 100%;
  height: 300px;
}
.newslist .newsItem .new_info {
  display: block;
  height: auto;
  width: 100%;
  padding-top: 45px;
  padding-bottom: 70px;
  min-height: 225px;
}
.newslist .newsItem .new_info.onbottom {
  padding-bottom: 0;
}
.qrcode_box {
  position: absolute;
  display: none;
  top: 160%;
  right: -5px;
  padding: 5px;
  background-color: #eee;
}
.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;
}
.detail_title {
  font-size: 28px;
  font-family: OPPOSans, OPPOSans-B;
  font-weight: bold;
  text-align: left;
  padding: 65px 0 50px 0;
  color: #333333;
  transition: all 0.3s;
}
.detail_box {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.icon_box {
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: solid 1px #e5e5e5;
}
.icon_box img {
  display: block;
}
.icon_box i {
  font-size: 30px;
  color: #909090;
}
.detail_left {
  width: 868px;
}
.detail_left .detail_time {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}
.detail_left .detail_time span {
  font-size: 14px;
  font-family: OPPOSans, OPPOSans-R;
  font-weight: R;
  text-align: left;
  color: #646464;
}
.detail_left .detail_content {
  padding: 50px 0 80px 0;
  font-size: 14px;
  font-family: OPPOSans, OPPOSans-R;
  font-weight: R;
  text-align: justify;
  color: #646464;
  line-height: 30px;
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  transition: all 0.3s;
}
.detail_left .detail_content img {
  width: 100% !important;
  display: block;
}
.detail_left .detail_bottom {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 40px 0 90px 0;
  transition: all 0.3s;
}
.detail_left .detail_bottom .next_box {
  text-align: left;
  align-items: flex-start;
}
.detail_left .detail_bottom .next_box span {
  font-size: 14px;
  font-family: OPPOSans, OPPOSans-M;
  font-weight: M;
  text-align: left;
  color: #646464;
  line-height: 16px;
  margin-bottom: 15px;
}
.detail_left .detail_bottom .next_box span:hover a {
  color: #E40082;
}
.detail_left .detail_bottom .back {
  width: 129px;
  height: 49px;
  background: #e40082;
  border-radius: 4px 4px 4px 4px;
  font-size: 16px;
  font-family: OPPOSans, OPPOSans-M;
  font-weight: M;
  text-align: left;
  color: #ffffff;
}
.detail_right {
  width: 347px;
}
.detail_right .re_title {
  font-size: 24px;
  font-family: OPPOSans, OPPOSans-B;
  font-weight: bold;
  text-align: left;
  color: #333333;
  padding-bottom: 10px;
  border-bottom: solid 1px #e5e5e5;
  margin-bottom: 50px;
}
.detail_right .remen {
  width: 347px;
}
.detail_right .remen .remen_item {
  width: 100%;
  max-width: 347px;
}
.detail_right .remen .remen_item .img_box {
  width: 100%;
  height: 260px;
}
.detail_right .remen .remen_item .remen_info {
  padding-top: 32px;
  margin-bottom: 60px;
  width: 100%;
}
.detail_right .remen .remen_item .remen_info .remen_tit {
  margin-bottom: 16px;
  font-size: 18px;
  font-family: OPPOSans, OPPOSans-M;
  font-weight: 550;
  text-align: left;
  color: #333333;
}
.detail_right .remen .remen_item .remen_info .remen_txt {
  font-size: 14px;
  font-family: OPPOSans, OPPOSans-R;
  font-weight: R;
  text-align: left;
  color: #646464;
  line-height: 30px;
}
.prod_box {
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.prod_box .prod_nav {
  width: 228px;
  min-width: 228px;
  margin-right: 99px;
}
.prod_box .prod_nav .nav_title {
  width: 100%;
  font-size: 20px;
  font-family: OPPOSans, OPPOSans-B;
  font-weight: bold;
  text-align: left;
  color: #333333;
  padding: 45px 0 26px 0;
  border-bottom: solid 1px #e5e5e5;
}
.prod_box .prod_nav .nav_line {
  width: 100%;
  border-bottom: solid 1px #e5e5e5;
}
.prod_box .prod_nav .nav_line .nav_head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  cursor: pointer;
}
.prod_box .prod_nav .nav_line .nav_head span {
  font-size: 16px;
  font-family: OPPOSans, OPPOSans-M;
  font-weight: 550;
  text-align: left;
  color: #333333;
}
.prod_box .prod_nav .nav_line .nav_head i {
  color: #b6b6b6;
  font-size: 26px;
  transition: all 0.3s;
}
.prod_box .prod_nav .nav_line .nav_head.isActive i {
  transform: rotate(-180deg);
}
.prod_box .prod_nav .nav_line .nav_list.isActive {
  display: block !important;
}
.prod_box .prod_nav .nav_line .nav_list {
  width: 100%;
  padding-bottom: 22px;
  display: none;
}
.prod_box .prod_nav .nav_line .nav_list .nav_item:hover span {
  color: #e40082;
}
.prod_box .prod_nav .nav_line .nav_list .nav_item.isActive span {
  color: #e40082;
}
.prod_box .prod_nav .nav_line .nav_list .nav_item.isActive .radius {
  border: none;
  background-color: #e40082;
}
.prod_box .prod_nav .nav_line .nav_list .nav_item.isActive .radius::after {
  content: '';
  width: 8px;
  height: 4px;
  border: 2px solid #fff;
  border-top: transparent;
  border-right: transparent;
  text-align: center;
  display: block;
  position: absolute;
  top: 4px;
  left: 3px;
  vertical-align: middle;
  transform: rotate(-45deg);
}
.prod_box .prod_nav .nav_line .nav_list .nav_item {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.prod_box .prod_nav .nav_line .nav_list .nav_item span {
  transition: all 0.3s;
  font-size: 14px;
  font-family: OPPOSans, OPPOSans-R;
  font-weight: R;
  text-align: left;
  color: #646464;
}
.radius {
  width: 17px;
  height: 17px;
  border-radius: 100%;
  margin-right: 14px;
  border: 1px solid #d1d1d1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prod_item:hover .pro_more {
  background-color: #e40082;
}
.prod_item:hover .pro_more span,
.prod_item:hover .pro_more i {
  color: #fff;
}
.prod_item {
  border: 1px solid #e5e5e5;
  width: 310px;
  height: 439px;
  cursor: pointer;
  margin-right: 20px;
  margin-bottom: 21px;
}
.prod_item .imgBox {
  width: 100%;
  height: 322px;
}
.prod_item .imgBox > img {
  width: 231px;
  display: block;
}
.prod_item .pro_info {
  width: 100%;
  text-align: center;
  flex: 1;
}
.prod_item .pro_info .name {
  font-size: 16px;
  font-family: OPPOSans, OPPOSans-H;
  font-weight: 550;
  text-align: center;
  color: #333333;
  margin-bottom: 9px;
  width: 100%;
  padding: 0 20px;
}
.prod_item .pro_info .txt {
  font-size: 14px;
  font-family: OPPOSans, OPPOSans-R;
  font-weight: R;
  text-align: center;
  color: #646464;
  display: none;
}
.prod_item .pro_more {
  border-top: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 60px;
  background: #fff;
  transition: all 0.3s;
  padding: 0 38px;
}
.prod_item .pro_more span {
  transition: all 0.3s;
  font-size: 16px;
  font-family: OPPOSans, OPPOSans-B;
  font-weight: bold;
  text-align: left;
  color: #E40082;
}
.prod_item .pro_more i {
  transition: all 0.3s;
  font-size: 14px;
  color: #AAAAAA;
}
.Details_box {
  width: 100%;
  padding: 60px 0;
}
.Details_box .Details_left .big_img {
  position: relative;
  width: 555px;
  height: 493px;
  border: 1px solid #e6e6e6;
  margin-bottom: 21px;
  display: none;
}
.Details_box .Details_left .big_img .imgBoxs {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Details_box .Details_left .big_img .imgBoxs > img {
  width: auto;
  max-height: 100%;
  max-width: 100%;
  display: block;
}
.Details_box .Details_left .big_img .mask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  z-index: 2;
  background-color: #e40082;
  opacity: 0.3;
}
.Details_box .Details_left .big_img .enlarge {
  display: none;
  position: absolute;
  top: 0px;
  left: 105%;
  width: 120%;
  height: 120%;
  z-index: 20;
  border: 1px solid #ccc;
  overflow: hidden;
  background-color: #fff;
}
.Details_box .Details_left .big_img .enlarge .enlarge_img {
  position: absolute;
  top: 0;
  left: 0;
}
.Details_box .Details_left .imglist {
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.Details_box .Details_left .imglist .img_item {
  padding: 10px;
  cursor: pointer;
  margin-right: 17px;
  margin-bottom: 17px;
  width: 76px;
  height: 76px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
}
.Details_box .Details_left .imglist .img_item > img {
  max-width: 100%;
  max-height: 100%;
}
.Details_box .Details_left .imglist .img_item.isActive {
  border: solid 1px #E40082;
}
.Details_box .Details_left .imglist .img_item:hover {
  border: solid 1px #E40082;
}
.Details_box .Details_right {
  margin-left: 220px;
  width: 515px;
  text-align: left;
}
.Details_box .Details_right .prDetails_head {
  width: 100%;
  border-bottom: solid 1px #e5e5e5;
  text-align: left;
  padding-bottom: 25px;
}
.Details_box .Details_right .prDetails_head > h1 {
  font-size: 34px;
  font-family: Arial, Arial-Regular;
  font-weight: bold;
  text-align: left;
  color: #000000;
  display: block;
  margin-bottom: 20px;
}
.Details_box .Details_right .prDetails_head .priceline {
  justify-content: space-between;
}
.Details_box .Details_right .prDetails_head .price > span {
  font-size: 22px;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 550;
  text-align: left;
  color: #000000;
}
.Details_box .Details_right .prDetails_head .price > strong {
  font-size: 24px;
  font-family: Arial, Arial-Regular;
  font-weight: 400;
  text-align: left;
  color: #E40082;
}
.Details_box .Details_right .characteristic {
  width: 100%;
}
.Details_box .Details_right .characteristic .prDetails_tit2 {
  font-size: 18px;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 550;
  text-align: left;
  color: #000000;
  margin: 50px 0 25px;
}
.Details_box .Details_right .characteristic .characteristic_txt {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #555555;
  line-height: 30px;
}
.Details_box .Details_right .fanhui {
  margin-top: 60px;
  width: 128px;
  height: 49px;
  background: #E40082;
  border-radius: 4px 4px 4px 4px;
  font-size: 16px;
  font-family: OPPOSans, OPPOSans-M;
  font-weight: M;
  cursor: pointer;
  text-align: center;
  color: #ffffff !important;
}
.Details_content {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.Details_content .Details_xq {
  width: 790px;
  margin-right: 200px;
  padding-bottom: 100px;
}
.Details_content .Details_xq img {
  display: block;
  width: 100%;
}
.Details_content .Details_xq video {
  display: block;
  width: 100%;
  background: #000;
}
.D_title {
  width: 100%;
  font-size: 24px;
  font-family: OPPOSans, OPPOSans-B;
  font-weight: bold;
  text-align: left;
  color: #333333;
  padding-bottom: 35px;
}
.parameter_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.parameter_box .parameter_line {
  width: 585px;
  padding: 25px 0;
  border-bottom: solid 1px #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.parameter_box .parameter_line .line_tit {
  min-width: 60px;
  font-size: 18px;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 550;
  text-align: left;
  color: #333333;
}
.parameter_box .parameter_line .line_txt {
  margin-right: 37px;
  min-width: 134px;
  font-size: 18px;
  font-family: Arial, Arial-Regular;
  font-weight: 400;
  text-align: right;
  color: #333333;
}
