.product_box {
  background: #F2F3F5;
}
.product_box .product_tabs {
  display: flex;
  margin-top: 50px;
}
.product_box .product_tabs .product_tabs_item {
  width: 160px;
  color: #646A73;
  font-size: 14px;
  border: 1px solid #D0D0D0;
  border-right: none;
  text-align: center;
  padding: 18px 0;
}
.product_box .product_tabs .product_tabs_item.product_tabs_item_active,
.product_box .product_tabs .product_tabs_item:hover {
  color: #fff;
  background: #EC8E26;
}
.product_box .product_tabs a:last-child .product_tabs_item {
  border-right: 1px solid #D0D0D0;
}
.product_box .product_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.product_box .product_list dl {
  width: 300px;
  background: #fff;
  margin: 0 26px 26px 0;
}
.product_box .product_list dl:nth-child(4n) {
  margin-right: 0;
}
.product_box .product_list dl:hover dt img {
  transform: scale(1.05);
}
.product_box .product_list dl dt {
  overflow: hidden;
}
.product_box .product_list dl dt img {
  width: 100%;
  height: 290px;
  object-fit: contain;
  display: block;
  transition: transform 0.4s;
}
.product_box .product_list dl dd {
  border-top: 1px solid #F3F5FB;
  border-radius: 2px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  padding: 16px;
}
.product_box .product_list dl dd .product_list_title {
  color: #1F2329;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.product_box .product_list dl dd .product_list_desc {
  height: 60px;
  color: #999999;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.product_detail {
  display: flex;
  margin: 50px 0;
}
.product_detail .product_detail_left {
  width: 414px;
}
.product_detail .product_detail_left .product_detail_left_img {
  width: 100%;
  height: 400px;
  object-fit: contain;
  border: 1px solid #F3F5FB;
  border-radius: 8px 8px 0px 0px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.product_detail .product_detail_left .product_detail_left_operate {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #121212;
  background: #F3F5FB;
  border-radius: 70px;
  padding: 24px 16px;
  margin: 50px 18px;
}
.product_detail .product_detail_left .product_detail_left_operate span,
.product_detail .product_detail_left .product_detail_left_operate img {
  vertical-align: middle;
}
.product_detail .product_detail_left .product_detail_left_operate .product_detail_left_operate_no {
  color: #999;
}
.product_detail .product_detail_right {
  flex: 1;
  margin-left: 64px;
}
.product_detail .product_detail_right .product_detail_right_title {
  color: #1F2329;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 2px solid #BFBFBF;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.product_detail .product_detail_right .product_detail_right_content {
  color: #646A73;
  line-height: 34px;
}
.product_detail .product_detail_right .product_detail_right_content img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.scheme .scheme_tabs {
  text-align: center;
  border-bottom: 1px solid #E5E5E5;
  padding: 14px 0;
}
.scheme .scheme_tabs a {
  display: inline-block;
  color: #646A73;
  font-size: 14px;
  padding: 10px 18px;
  margin: 0 28px;
}
.scheme .scheme_tabs a.scheme_tabs_active,
.scheme .scheme_tabs a:hover {
  color: #fff;
  background: #EC8E26;
}
.scheme .scheme_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.scheme .scheme_list dl {
  width: 410px;
  background: #F2F3F5;
  border-radius: 2px;
  overflow: hidden;
  margin: 0 25px 25px 0;
}
.scheme .scheme_list dl:nth-child(3n) {
  margin-right: 0;
}
.scheme .scheme_list dl:hover dt img {
  transform: scale(1.05);
}
.scheme .scheme_list dl dt {
  overflow: hidden;
}
.scheme .scheme_list dl dt img {
  width: 100%;
  height: 238px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s;
}
.scheme .scheme_list dl dd {
  padding: 22px 24px;
}
.scheme .scheme_list dl dd .scheme_list_title {
  color: #121212;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.scheme .scheme_list dl dd .scheme_list_desc {
  height: 60px;
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.scheme_detail .scheme_detail_nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: -30px;
}
.scheme_detail .scheme_detail_nav .scheme_detail_nav_col {
  width: 410px;
  text-align: center;
  background: linear-gradient(180deg, #F4F6F8 0%, #FDFDFE 100%);
  box-shadow: 0px 4px 16px 0px rgba(0, 82, 217, 0.0797);
  padding: 10px 34px 20px;
  box-sizing: border-box;
}
.scheme_detail .scheme_detail_nav .scheme_detail_nav_col .scheme_detail_nav_title {
  color: #1F2329;
  font-weight: 600;
}
.scheme_detail .scheme_detail_nav .scheme_detail_nav_col .scheme_detail_nav_desc {
  color: #646A73;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin-top: 6px;
}
.scheme_detail .scheme_detail_video {
  margin-top: 44px;
  position: relative;
}
.scheme_detail .scheme_detail_video .scheme_detail_video_img {
  width: 100%;
  height: 490px;
}
.scheme_detail .scheme_detail_video .scheme_detail_video_text {
  position: absolute;
  top: 50%;
  left: 84px;
  transform: translateY(-50%);
}
.scheme_detail .scheme_detail_video .scheme_detail_video_text .scheme_detail_video_title {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 36px;
  line-height: 52px;
}
.scheme_detail .scheme_detail_video .scheme_detail_video_play {
  color: #FFFFFF;
  font-weight: 600;
  display: inline-block;
  background: #EC8E26;
  border-radius: 60px;
  padding: 4px;
  padding-right: 10px;
  margin-top: 40px;
  cursor: pointer;
}
.scheme_detail .scheme_detail_video .scheme_detail_video_play img,
.scheme_detail .scheme_detail_video .scheme_detail_video_play span {
  vertical-align: middle;
}
.scheme_detail .scheme_detail_video_popup_bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
}
.scheme_detail .scheme_detail_video_popup {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  width: 1200px;
  background: #000;
  box-shadow: 0px 0px 20px 0px rgba(0, 82, 217, 0.0929);
  margin: 0 auto;
}
.scheme_detail .scheme_detail_video_popup .scheme_detail_video_popup_title {
  text-align: right;
  background: #000;
  display: block;
  margin-bottom: 20px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 10px;
}
.scheme_detail .scheme_detail_video_popup .scheme_detail_video_popup_title img {
  width: 24px;
  cursor: pointer;
  display: block;
}
.scheme_detail .scheme_detail_video_popup video {
  width: 100%;
  height: 675px;
}
.scheme_detail .scheme_detail_title {
  color: #333333;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin: 40px 0 30px;
}
.scheme_detail .scheme_detail_tabs {
  display: flex;
  justify-content: center;
}
.scheme_detail .scheme_detail_tabs .scheme_detail_tabs_item {
  border-bottom: 3px solid transparent;
  padding-bottom: 20px;
  margin: 0 50px;
  cursor: pointer;
}
.scheme_detail .scheme_detail_tabs .scheme_detail_tabs_item.scheme_detail_tabs_item_active,
.scheme_detail .scheme_detail_tabs .scheme_detail_tabs_item:hover {
  color: #EC8E26;
  border-bottom-color: currentColor;
}
.scheme_detail .scheme_detail_introduce_bg_box :nth-child(1) {
  display: block;
}
.scheme_detail .scheme_detail_introduce_bg {
  display: none;
  background: #F2F3F5;
  padding: 30px 0;
}
.scheme_detail .scheme_detail_introduce_bg .scheme_detail_introduce {
  display: flex;
}
.scheme_detail .scheme_detail_introduce_bg .scheme_detail_introduce .scheme_detail_introduce_left {
  width: 520px;
  height: 420px;
  object-fit: contain;
  background: #fff;
}
.scheme_detail .scheme_detail_introduce_bg .scheme_detail_introduce .scheme_detail_introduce_right {
  margin-left: 40px;
}
.scheme_detail .scheme_detail_introduce_bg .scheme_detail_introduce .scheme_detail_introduce_right .scheme_detail_introduce_right_title {
  color: #121212;
  font-weight: 600;
  margin-top: 30px;
}
.scheme_detail .scheme_detail_introduce_bg .scheme_detail_introduce .scheme_detail_introduce_right .scheme_detail_introduce_right_text {
  color: #646A73;
  font-size: 14px;
  line-height: 26px;
  margin-top: 10px;
}
.scheme_detail .scheme_detail_introduce_bg .scheme_detail_introduce .scheme_detail_introduce_right .scheme_detail_introduce_right_button {
  display: inline-block;
  color: #EC8E26;
  border: 1px solid currentColor;
  padding: 14px 58px;
  margin-top: 40px;
}
.scheme_detail .scheme_detail_cabinet {
  display: flex;
  align-items: center;
}
.scheme_detail .scheme_detail_cabinet .scheme_detail_cabinet_left {
  width: 630px;
  height: 420px;
  border-radius: 10px;
}
.scheme_detail .scheme_detail_cabinet .scheme_detail_cabinet_right {
  color: #1F2329;
  line-height: 36px;
  margin-left: 34px;
}
.scheme_detail .scheme_detail_nav2 {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin: 34px 0 90px;
}
.scheme_detail .scheme_detail_nav2 .scheme_detail_nav2_col {
  width: 300px;
  box-shadow: 0px 0px 20px 0px rgba(0, 82, 217, 0.0929);
  border-radius: 8px;
  padding: 26px;
  box-sizing: border-box;
}
.scheme_detail .scheme_detail_nav2 .scheme_detail_nav2_col .scheme_detail_nav2_col_title {
  color: #1F2329;
  font-weight: 600;
}
.scheme_detail .scheme_detail_nav2 .scheme_detail_nav2_col .scheme_detail_nav2_col_text {
  color: #646A73;
  font-size: 14px;
  line-height: 23px;
  font-weight: 350;
  margin-top: 10px;
}
.news_box {
  background: #F2F3F5;
}
.news_box .news_list {
  margin-top: 50px;
}
.news_box .news_list .news_list_item {
  display: flex;
  background: #fff;
  box-shadow: 0px 4px 16px 0px rgba(0, 82, 217, 0.0797);
  margin-bottom: 24px;
}
.news_box .news_list .news_list_item:hover .news_list_item_left img {
  transform: scale(1.05);
}
.news_box .news_list .news_list_item .news_list_item_left {
  overflow: hidden;
}
.news_box .news_list .news_list_item .news_list_item_left img {
  width: 300px;
  height: 210px;
  display: block;
  transition: transform 0.4s;
}
.news_box .news_list .news_list_item .news_list_item_right {
  flex: 1;
  padding: 40px 34px 30px 24px;
}
.news_box .news_list .news_list_item .news_list_item_right .news_list_item_right_title {
  color: #1F2329;
  font-weight: 600;
}
.news_box .news_list .news_list_item .news_list_item_right .news_list_item_right_desc {
  height: 52px;
  color: #646A73;
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
  margin: 24px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_box .news_list .news_list_item .news_list_item_right .news_list_item_right_time {
  color: #999999;
  font-size: 14px;
  font-weight: 300;
}
.news_detail {
  margin: 50px 0;
}
.news_detail .news_detail_text {
  border-bottom: 2px solid #EFEFEF;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.news_detail .news_detail_text .news_detail_text_title {
  color: #1F2329;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}
.news_detail .news_detail_text .news_detail_text_time {
  color: #646A73;
  font-size: 14px;
  font-weight: 300;
  margin-top: 16px;
}
.news_detail .news_detail_content {
  color: #646A73;
  line-height: 34px;
}
.news_detail .news_detail_content img {
  width: 100%;
}
.news_detail .news_detail_below {
  display: flex;
  justify-content: space-between;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  border-top: 2px solid #EFEFEF;
  padding-top: 30px;
  margin-top: 50px;
}
.news_detail .news_detail_below div {
  max-width: 500px;
}
.case {
  margin-bottom: 100px;
}
.case .case_title {
  color: #333333;
  font-size: 32px;
  font-weight: 600;
  line-height: 46px;
  text-align: center;
  margin: 50px 0 34px;
}
.case .case_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.case .case_list a:nth-child(5n) .case_list_img,
.case .case_list a:last-child .case_list_img {
  margin-right: 0;
}
.case .case_list .case_list_img {
  width: 246px;
  height: 100px;
  object-fit: contain;
  border: 1px solid #F3F5FB;
  box-sizing: border-box;
  margin: 0 12px 12px 0;
}
.case .case_list2 .case_list_img {
  object-fit: initial;
}
.store {
  background: #F2F3F5;
}
.store .store_banner {
  position: relative;
}
.store .store_banner .store_banner_img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.store .store_banner .store_banner_text {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.store .store_banner .store_banner_text .store_banner_title {
  color: #121212;
  font-size: 32px;
  font-weight: 600;
}
.store .store_banner .store_banner_text .store_banner_desc {
  color: #646A73;
  font-size: 16px;
  font-weight: 350;
  margin-top: 20px;
}
.store .store_list {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0 100px;
}
.store .store_list .store_list_item {
  width: 410px;
  text-align: center;
  background: #fff;
  padding: 40px 0 34px;
  margin: 0 25px 25px 0;
}
.store .store_list .store_list_item:nth-child(3n) {
  margin-right: 0;
}
.store .store_list .store_list_item .store_list_item_logo {
  width: 146px;
  height: 25px;
}
.store .store_list .store_list_item .store_list_item_title {
  font-size: 32px;
  font-weight: 600;
  color: #333333;
  margin-top: 30px;
}
.store .store_list .store_list_item .store_list_item_url {
  color: #9E9E9E;
  font-size: 18px;
  font-weight: 350;
  margin-top: 14px;
}
.store .store_list .store_list_item .store_list_item_desc {
  color: #646A73;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  margin: 30px;
}
.store .store_list .store_list_item .store_list_item_btn {
  display: flex;
  justify-content: center;
}
.store .store_list .store_list_item .store_list_item_btn .store_list_item_btn_left,
.store .store_list .store_list_item .store_list_item_btn .store_list_item_btn_right {
  width: 180px;
  text-align: center;
  border: 2px solid #EC8E26;
  border-radius: 2px;
  padding: 10px 0;
  margin: 0 6px;
}
.store .store_list .store_list_item .store_list_item_btn .store_list_item_btn_left {
  color: #fff;
  background: #EC8E26;
}
.store .store_list .store_list_item .store_list_item_btn .store_list_item_btn_right {
  color: #EC8E26;
  position: relative;
  cursor: pointer;
}
.store .store_list .store_list_item .store_list_item_btn .store_list_item_btn_right:hover .store_list_item_btn_right_code {
  display: block;
}
.store .store_list .store_list_item .store_list_item_btn .store_list_item_btn_right .store_list_item_btn_right_code {
  display: none;
  position: absolute;
  width: 180px;
  height: 180px;
  left: 0;
  top: -182px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.about .about_title {
  color: #1F2329;
  font-size: 32px;
  font-weight: 600;
}
.about .about_title::before {
  content: '';
  display: block;
  width: 64px;
  height: 4px;
  background: #EC8E26;
  margin-bottom: 20px;
}
.about .about_title_c {
  text-align: center;
}
.about .about_title_c::before {
  margin: 0 auto 20px;
}
.about .about_introduce_bg {
  background: #F3F5FB;
  padding: 80px 0;
}
.about .about_introduce_bg .about_introduce {
  display: flex;
}
.about .about_introduce_bg .about_introduce .about_introduce_desc {
  flex: 1;
  color: #333333;
  line-height: 40px;
  margin-left: 158px;
  margin-top: 14px;
}
.about .about_develop {
  display: flex;
  align-items: center;
  margin: 100px 0;
}
.about .about_develop .about_develop_left {
  width: 700px;
  height: 488px;
}
.about .about_develop .about_develop_right .about_develop_desc {
  line-height: 40px;
  margin-top: 30px;
}
.about .about_process_bg {
  background: #F3F5FB;
  padding: 100px 0;
}
.about .about_process_bg .about_process {
  margin-top: 50px;
}
.about .about_process_bg .about_process .move {
  display: none;
}
.about .about_process_bg .about_process .swiper {
  width: 100%;
  height: 420px;
}
.about .about_process_bg .about_process .swiper .swiper-slide {
  width: 134px;
  background: linear-gradient(180deg, #392F30 0%, rgba(57, 47, 48, 0.55) 100%);
  transition-property: width;
  transition-duration: 0.3s;
  color: #FFFFFF;
  cursor: pointer;
  overflow: hidden;
}
.about .about_process_bg .about_process .swiper .swiper-slide-one {
  width: 328px;
}
.about .about_process_bg .about_process .swiper .swiper-slide-one .swiper_inner_right {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 1s;
}
.about .about_process_bg .about_process .swiper_inner {
  background: linear-gradient(180deg, #392F30 0%, rgba(57, 47, 48, 0.55) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  overflow: hidden;
}
.about .about_process_bg .about_process .swiper_inner_bg {
  position: relative;
  height: 100%;
}
.about .about_process_bg .about_process .swiper_inner_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .about_process_bg .about_process .swiper_inner_left {
  font-size: 18px;
}
.about .about_process_bg .about_process .swiper_inner_left img {
  width: 100%;
  height: 100%;
}
.about .about_process_bg .about_process .swiper_inner_left p {
  width: 134px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 500;
}
.about .about_process_bg .about_process .swiper_inner_left p::before {
  content: '';
  display: block;
  width: 1px;
  height: 60px;
  background: #fff;
}
.about .about_process_bg .about_process .swiper_inner_left p span {
  display: inline-block;
  transform: rotate(90deg);
  margin: 16px 0;
}
.about .about_process_bg .about_process .swiper_inner_right {
  line-height: 26px;
  margin: 30px;
  opacity: 0;
}
.about .about_process_bg .about_process .swiper_below {
  margin-top: 24px;
}
.about .about_process_bg .about_process .swiper_below hr {
  border: none;
  height: 1px;
  background: #C1C1C1;
}
.about .about_process_bg .about_process .swiper_below_dropbox {
  display: flex;
  justify-content: space-around;
  margin-top: -7px;
}
.about .about_process_bg .about_process .swiper_below_dropbox .swiper_below_dropbox_col {
  cursor: pointer;
}
.about .about_process_bg .about_process .swiper_below_dropbox .swiper_below_dropbox_col .swiper_below_dropbox_col_text {
  color: #6D737C;
  font-size: 14px;
  font-weight: 350;
  margin-top: 14px;
}
.about .about_process_bg .about_process .swiper_below_dropbox .swiper_below_dropbox_col:hover .swiper_below_drop {
  background: #EC8E26;
}
.about .about_process_bg .about_process .swiper_below_drop {
  width: 14px;
  height: 14px;
  background: #6D737C;
  border-radius: 50%;
  margin: 0 auto;
}
.about .about_process_bg .about_process .swiper_below_drop_active {
  background: #EC8E26;
}
.about .about_contact_bg {
  margin: 100px 0;
}
.about .about_contact_bg .about_contact {
  background: #F9FAFC;
  margin-top: 50px;
}
.about .about_contact_bg .about_contact .about_contact_about {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 66px 56px 30px;
}
.about .about_contact_bg .about_contact .about_contact_left {
  width: 600px;
  position: relative;
}
.about .about_contact_bg .about_contact .about_contact_left .about_contact_left_map {
  width: 100%;
  height: 524px;
}
.about .about_contact_bg .about_contact .about_contact_left .about_contact_left_icon {
  position: absolute;
  width: 18px;
  height: 22px;
  cursor: pointer;
  transform-origin: center bottom;
}
.about .about_contact_bg .about_contact .about_contact_left .about_contact_left_icon.about_contact_left_icon_active {
  transform: scale(1.5);
}
.about .about_contact_bg .about_contact .about_contact_left .about_contact_left_icon1 {
  top: 178px;
  left: 426px;
}
.about .about_contact_bg .about_contact .about_contact_left .about_contact_left_icon2 {
  top: 302px;
  left: 282px;
}
.about .about_contact_bg .about_contact .about_contact_left .about_contact_left_icon3 {
  top: 394px;
  left: 412px;
}
.about .about_contact_bg .about_contact .about_contact_left .about_contact_left_icon4 {
  top: 183px;
  left: 480px;
}
.about .about_contact_bg .about_contact .about_contact_left .about_contact_left_icon5 {
  top: 330px;
  left: 398px;
}
.about .about_contact_bg .about_contact .about_contact_left .about_contact_left_icon6 {
  top: 183px;
  left: 480px;
}
.about .about_contact_bg .about_contact .about_contact_right {
  width: 390px;
  background: #fff;
  box-shadow: 0px 3px 50px 0px rgba(0, 0, 0, 0.05);
  padding: 34px 30px;
}
.about .about_contact_bg .about_contact .about_contact_right .about_contact_right_li {
  color: #333333;
  margin-bottom: 26px;
}
.about .about_contact_bg .about_contact .about_contact_right .about_contact_right_li:last-child {
  margin-bottom: 0;
}
.about .about_contact_bg .about_contact .about_contact_right .about_contact_right_li .about_contact_right_title {
  font-weight: 600;
  display: flex;
  align-items: center;
}
.about .about_contact_bg .about_contact .about_contact_right .about_contact_right_li .about_contact_right_title::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: #EC8E26;
  border-radius: 50%;
  margin-right: 14px;
}
.about .about_contact_bg .about_contact .about_contact_right .about_contact_right_li .about_contact_right_address {
  font-size: 14px;
  margin-top: 14px;
  margin-left: 22px;
}
.about .about_contact_bg .about_contact .about_contact_right .about_contact_right_li_active {
  color: #EC8E26;
}
.about .about_contact_bg .about_contact .about_contact_below {
  display: flex;
  justify-content: space-around;
  background: #fff;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
}
.about .about_contact_bg .about_contact .about_contact_below dl {
  display: flex;
  align-items: center;
}
.about .about_contact_bg .about_contact .about_contact_below dl dt {
  position: relative;
}
.about .about_contact_bg .about_contact .about_contact_below dl dt .about_contact_below_dl_img {
  width: 60px;
}
.about .about_contact_bg .about_contact .about_contact_below dl dt:hover .about_contact_below_dl_code {
  display: block;
}
.about .about_contact_bg .about_contact .about_contact_below dl dt .about_contact_below_dl_code {
  display: none;
  position: absolute;
  left: -20px;
  top: -100px;
  width: 100px;
  height: 100px;
  background: #fff;
}
.about .about_contact_bg .about_contact .about_contact_below dl dd {
  margin-left: 30px;
}
.about .about_contact_bg .about_contact .about_contact_below dl dd .about_contact_below_dl_title {
  font-weight: 600;
}
.about .about_contact_bg .about_contact .about_contact_below dl dd .about_contact_below_dl_text {
  font-weight: 350;
  margin-top: 10px;
}
.about .about_contact_bg .certificate {
  margin-top: 40px;
}
.about .about_contact_bg .certificate .home_title {
  padding-bottom: 26px;
}
.about .about_contact_bg .certificate .certificate_tabs {
  display: flex;
  justify-content: center;
  color: #333333;
  font-size: 24px;
}
.about .about_contact_bg .certificate .certificate_tabs .certificate_tabs_item {
  padding: 20px;
  margin: 0 22px;
  cursor: pointer;
}
.about .about_contact_bg .certificate .certificate_tabs .certificate_tabs_item.certificate_tabs_item_active,
.about .about_contact_bg .certificate .certificate_tabs .certificate_tabs_item:hover {
  color: #fff;
  background: #EC8E26;
  border-radius: 2px;
}
.about .about_contact_bg .certificate .swiper2 {
  margin-top: 50px;
}
.about .about_contact_bg .certificate .swiper2 .swiper2_img {
  width: 100%;
  height: 320px;
  object-fit: contain;
  border: 1px solid #F2F3F5;
  padding: 10px;
  box-sizing: border-box;
}
.about .about_contact_bg .certificate .swiper2 .swiper-button-next {
  z-index: 10000;
  font-size: 100px;
}
.about .about_contact_bg .certificate .swiper2_container .swiper2_container_item {
  position: relative;
  display: none;
}
.about .about_contact_bg .certificate .swiper2_container .swiper2_container_item:nth-child(1) {
  display: block;
}
.about .about_contact_bg .certificate .swiper2_container .swiper_prev,
.about .about_contact_bg .certificate .swiper2_container .swiper_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  z-index: 2;
  cursor: pointer;
}
.about .about_contact_bg .certificate .swiper2_container .swiper_prev {
  left: -28px;
}
.about .about_contact_bg .certificate .swiper2_container .swiper_next {
  right: -28px;
}
