.width1500 {
  max-width: 100%;
  min-width: 1500px;
  margin: 0px auto;
  box-sizing: border-box;
}

.width1440 {
  width: 1440px;
  margin: 0px auto;
}

.width1200 {
  width: 1200px;
  margin: 0px auto;
}

.public_link {
  width: 200px;
  height: 50px;
  background: linear-gradient(90deg, #0161d9, #2284ff);
  box-shadow: 0px 10px 10px 0px rgba(66, 93, 128, 0.1);
  border-radius: 25px;
  padding-left: 25px;
  color: #fff;
}

.public_link img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.top100 {
  position: relative;
  top: -100px;
}

/* ====== 暂无数据 start====== */
.public_nodata {
  width: 100%;
  text-align: center;
}
.public_nodata img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

/* ====== 暂无数据 end====== */

/* ====== 上一条 start =====*/
.newsDetail_footer,
.newsDetail_footer ul {
  width: 100%;
  overflow: hidden;
}

.newsDetail_footer ul li {
  display: inline-block;
  text-align: left;
  padding: 20px 30px;
  width: 49%;
  box-sizing: border-box;
  background-color: #f8f8f8;
  height: 80px;
}

.newsDetail_footerNone {
  color: #999999;
}

.newsDetail_footer ul li span,
.newsDetail_footer ul li a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
}

.newsDetail_footerNext,
.newsDetail_footer ul li a {
  color: #333333;
}

.newsDetail_footer ul li a {
  width: 86%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}

.newsDetail_footer ul li:hover {
  background: #f8f8f8;
  color: #0062d5;
}

.newsDetail_footer ul li:hover .newsDetail_footerNext,
.newsDetail_footer ul li:hover .newsDetail_footerNone,
.newsDetail_footer ul li:hover a {
  color: #0062d5;
}

/* ====== 上一条 end =====*/

/* ====== 分页 start ====== */
.pages {
  margin: 50px auto 0px;
  width: 100%;
  text-align: center;
}

.pages a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 5px;
  color: #666;
  background-color: #f7f7f7;
  display: inline-block;
}
.hoverEffect a:hover,
.pages a.on:hover,
.pages a.on {
  color: #fff;
  background-color: #0062d5;
}
.hoverEffect a.next_nex:hover,
.hoverEffect a.prev_pre:hover {
  background-color: transparent;
}
.pre_red,
.next_red {
  display: none;
}

.prev_pre:hover .pre_gray {
  display: none;
}

.prev_pre:hover .pre_red {
  display: inline;
}

.next_nex:hover .next_gray {
  display: none;
}

.next_nex:hover .next_red {
  display: inline;
}

.pages_mobile {
  padding: 20px 4%;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.pages_mobile > a {
  display: block;
  width: 48%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #026ef5;
  float: left;
  color: #fff;
  border-radius: 4px;
}

.pages_mobile > a + a {
  margin-left: 4%;
}

/* ====== 分页 end ====== */

/* ====== 公共的头部 start ====== */

.public_header {
  position: relative;
  top: 0px;
  width: 100%;
  box-sizing: border-box;
  z-index: 999;
  background: linear-gradient(
          to bottom,
          rgba(51, 51, 51, 0.5),
          rgba(255, 255, 255, 0)
  );
}

.public_top {
  font-size: 0px;
}

.public_top_nav {
  width: 100%;
  margin: 0px auto;
  position: relative;
}

.public_top_nav_left {
  width: 164px;
  height: 51px;
}

.public_top_nav_left a {
  display: inline-block;
  margin-top: 25px;
}

.public_top_nav_left img {
  max-width: 100%;
  height: auto;
}

.public_topHeader {
  padding: 0px 0px;
  height: 100px;
}

.public_top_nav_rightSearch {
  margin-top: 40px;
}

.public_top_nav_search > img,
.public_top_nav_search {
  width: 22px;
  height: 22px;
}

.public_top_nav_rightLanguage li {
  float: left;
}

.public_top_nav_rightLanguage li,
.public_top_nav_rightLanguage li a {
  color: #fff;
  height: 24px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.public_top_nav_rightLanguageImg {
  margin-right: 12px;
}

.public_top_nav_rightLanguage li + li {
  margin-left: 2px;
}

.public_top_nav_right {
  box-sizing: border-box;
  margin-left: 106px;
}

.public_top_nav_right ul {
  height: 100px;
}

.public_top_nav_right ul li {
  color: #ffffff;
  cursor: pointer;
  float: left;
  height: 100%;
  line-height: 100px;
}

.pubFooterTitle > span::after,
.index_dynamicNews_tab.index_dynamicNews_active::after,
.index_dynamicNews_tab:hover::after,
.public_top_nav_right ul li.public_level_menu_li_active a::after,
.public_top_nav_right ul li:hover a:after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.public_top_nav_right ul li.public_topTel:hover:after {
  background-color: transparent;
}

.public_topTel img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.public_top_nav_right ul li + li {
  margin-left: 45px;
}

.public_top_nav_right ul li a {
  display: inline-block;
  color: #fff;
  height: 51px;
  line-height: 51px;
  min-width: 50px;
  text-align: center;
  position: relative;
}

.public_top_nav_right ul li a:hover {
  position: relative;
}

.public_top_nav_right
ul.public_top_nav_rightNavigate
li.public_contact_phone:hover::before {
  background-color: transparent;
}

.public_contact_phone {
  width: 220px;
  height: 48px;
  background-image: linear-gradient(90deg, #ff5021 0%, #ed283c 100%),
  linear-gradient(#282828, #282828);
  background-blend-mode: normal, normal;
  border-radius: 27px;
  padding: 0px 26px;
  box-sizing: border-box;
  font-family: 'BAHNSCHRIFT';
}

.public_contact_phone img {
  margin-right: 10px;
}

.public_top_nav_rightControl {
  margin-left: 213px;
}

.public_top_nav_rightControl a img {
  margin-right: 10px;
}

.nav_logo {
  width: 23px;
  height: 19px;
  line-height: 19px;
  text-align: center;
  margin-right: 15px;
}

.nav_logo img {
  display: inline-block;
  max-width: 23px;
  max-height: 19px;
}

.public_header_searchParents {
  position: absolute;
  top: 50px;
  right: 0px;
  padding-top: 20px;
  display: none;
}

.public_header_search {
  background-color: #ffffff;
  border-radius: 8px;
  height: 50px;
  line-height: 50px;
  width: 430px;
  box-shadow: 0px 15px 30px 0px rgba(151, 151, 151, 0.3);
}

.public_top_nav_rightControl > li:hover .public_header_searchParents {
  display: block;
}

.public_header_search button {
  border: none;
  background-color: ef2222;
  border-radius: 0px 8px 8px 0px;
  width: 74px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
}

.search_header {
  margin-top: 60px;
  width: 900px;
  height: 60px;
  margin-left: 150px;
  border-radius: 8px;
  border: solid 1px #e5e5e5;
  margin-bottom: 20px;
}

.public_search_select {
  text-align: left;
  width: 150px;
  box-sizing: border-box;
  line-height: 30px;
  padding: 10px 20px;
  position: relative;
  cursor: pointer;
  color: #333;
  border-right: 1px solid #e5e5e5;
  height: 50px;
}

.search_selects {
  position: absolute;
  right: 20px;
  top: 26px;
}

.public_search_select ul {
  position: absolute;
  top: 44px;
  width: 100%;
  box-sizing: border-box;
  left: 0px;
  height: 0px;
  overflow-y: auto;
  z-index: 1;
  background-color: #fff;
  text-align: left;
  padding: 10px 10px 0px;
  opacity: 0;
}

.public_search_select ul li {
  line-height: 20px;
  padding: 12px 10px;
  border-top: solid 1px #e5e5e5;
}

.public_search_select ul li:hover + li {
  border-top: solid 1px #ef2222;
}

.public_search_select ul li:hover a {
  color: ef2222;
}

.public_search_select ul::-webkit-scrollbar {
  width: 4px;
  height: 90px;
}

.public_search_select ul::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 4px;
}

.public_search_select ul::-webkit-scrollbar-thumb {
  width: 4px;
  height: 10px;
  background-color: transparent;
}

.public_search_select ul li a {
  color: #333;
}

.public_search_select:hover .public_search {
  display: block;
  height: 240px;
  border: solid 1px #e5e5e5;
  border-top: none;
  opacity: 1;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.public_search_select .public_search li {
  width: 100%;
}

.public_search_select .public_search li + li {
  margin-left: 0px;
}

.public_search_input {
  width: calc(100% - 150px);
}

.public_search_input input {
  width: calc(100% - 140px);
  height: 50px;
  margin-left: 10px;
  color: #333;
}

.public_search_input button {
  width: 100px;
  height: 50px;
  background-color: #ef2222;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  border: none;
}

.public_search_selects {
  position: absolute;
  right: 20px;
  top: 21px;
}

.public_top_nav_dropdown {
  background-color: #f7f7f7;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.14);

  padding-bottom: 50px;
  position: absolute;
  left: 50%;
  top: 86px;
  transform: translateX(-50%);
  overflow: hidden;
  width: 100%;
  min-width: 1500px;
  display: none;
}

.public_top_nav_right ul li:hover .public_top_nav_dropdown {
  display: block;
}
.public_top_nav_dropdown_list {
  width: 360px;
  line-height: normal;
  float: left;
  margin-right: 60px;
  margin-top: 40px;
}
.public_top_nav_dropdown_list:nth-child(3n) {
  margin-right: 0px;
}
.public_top_nav_dropdown_label {
  color: #333333;
  padding-bottom: 17px;
  border-bottom: 3px solid #0062d5;
  width: 100%;
}
.public_top_nav_right ul li .public_top_nav_dropdown_list_item > a:hover,
.public_top_nav_dropdown_list:hover .public_top_nav_dropdown_label {
  color: #0062d5;
}
.public_top_nav_dropdown_list_item {
  width: 100%;
  height: 144px;
}
.public_top_nav_right ul li .public_top_nav_dropdown_list_item > a {
  width: 50%;
  text-align: left;
  padding-right: 20px;
  color: #666666;
  line-height: 18px;
  height: 18px;
  float: left;
  margin-top: 30px;
}
.public_top_nav_right ul li .public_top_nav_dropdown_list_item > a::after {
  display: none;
}
/* ====== 公共的头部 end ====== */
/* ====== 查看更多 start ======*/

.public_more {
  min-width: 140px;
  max-width: min-content;
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  border-radius: 22px;
}

.public_moreDefault2:hover,
.public_more_cea368 {
  border: 1px solid #fff;
  background-color: #fff;
  color: #fff;
}

.right_arrowHover,
.right_arrowDefault {
  width: 9px;
  height: 13px;
  margin-left: 11px;
}

.public_moreDefault2,
.public_moreDefault:hover {
  background-color: #ffff;
  color: #fff;
}

.public_moreDefault2:hover .right_arrowDefault,
.public_moreDefault2 .right_arrowHover,
.public_moreDefault:hover .right_arrowHover,
.public_moreDefault .right_arrowDefault {
  display: block;
}

.public_moreDefault2:hover .right_arrowHover,
.public_moreDefault2 .right_arrowDefault,
.public_moreDefault:hover .right_arrowDefault,
.public_moreDefault .right_arrowHover {
  display: none;
}

/* ====== 查看更多 end ======*/

/* ====== 内部的banner start ====== */

.public_innerBanner {
  object-fit: cover;
  height: 240px;
  position: relative;
}

.public_innerBanner img {
  width: 100%;
  height: 240px;
}

/* ====== 内部的banner end ====== */

/* ====== 内页面包屑 start ====== */

.crumbs_tabs {
  border-bottom: 1px solid #e6e6e6;
}

.crumbs {
  margin: 0px auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  box-sizing: border-box;
  line-height: 50px;
  height: 50px;
  vertical-align: middle;
  text-align: left;
}

.crumbs_link {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.crumbs a,
.crumbs span {
  vertical-align: middle;
  margin-right: 3px;
  font-size: 16px;
  line-height: 20px;
  color: #666;
}

.crumbs > span {
  font-size: 22px;
}

.public_popupClose,
.copyright > div:hover a,
.copyright > div:hover,
.crumbs a:hover,
.footer_returntop > span,
.crumbs a:hover span {
  color: #fff;
}

.crumbs a img {
  width: 17px;
  height: 18px;
  margin-right: 5px;
  margin-top: -4px;
}

/* ====== 内页面包屑 end ====== */

/* ====== 公共的底部 start ====== */
.footer_returntopParent {
  position: relative;
}

.footer_returntop.absolute_center {
  background: url(../images/public_returnTopBg.png) 50% 50% no-repeat;
  width: 236px;
  height: 57px;
  transform: translate(-50%, -66%);
  cursor: pointer;
}

.footer_returntop > img {
  width: 14px;
  height: 17px;
}

.footer_returntop > span {
  font-family: 'OPPOSANS-M';
}

.footerSlide {
  background: #3b4761;
  color: #fff;
}

.footerSlide .publicFooter .publicFooter2 a,
.footerSlide .publicFooter_contact {
  color: rgba(255, 255, 255, 0.8);
}

.publicFooter1 {
  width: 100%;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 50px;
}

.publicFooter_logo {
  width: 202px;
  height: 63px;
}

.publicFooter_tel {
  font-family: 'BAHNSCHRIFT';
}

.publicFooter_tel img {
  width: 10px;
  height: 7px;
}

.publicFooter a {
  display: block;
  color: inherit;
}

.publicFooter {
  padding: 60px 0px 50px 0px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.publicFooter_contact > span {
  margin-right: 18px;
}

.publicFooter_contact + .publicFooter_contact {
  margin-top: 20px;
}

.publicFooter_contact a + a {
  margin-top: 10px;
}

/* 联系我们 */

.pubFooterTitle {
  margin-bottom: 25px;
  position: relative;
}

.pubFooterTitle > span {
  position: relative;
  padding-bottom: 25px;
  display: block;
}

.pubFooterTitle > span::after {
  width: 30px;
  height: 3px;
}

.pubFooter_tel {
  width: 16px;
  height: 12px;
  margin-right: 14px;
}

.pubFooter_email {
  width: 16px;
  height: 12px;
  margin-right: 15px;
}

.pubFooter_address {
  width: 14px;
  height: 18px;
  margin-right: 14px;
}

.contactInfo_phoneDetail,
.lis1 a .pulic_rightTel,
.public_popupPhone,
.pubFooter_telNum {
  font-family: 'BAHNSCHRIFT';
}

.pubFooter_qrcode {
  width: 110px;
  height: 110px;
}

/* 快速导航 */

.publicFooter3 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 200px;
}

.publicFooter3 li {
  width: 80px;
  margin-bottom: 20px;
}

.publicFooter3 li:nth-last-child(-n + 2) {
  margin-bottom: 0px;
}

.publicFooter3 li:hover a,
.publicFooter4 li:hover a {
  opacity: 1;
}

.footerSlide .publicFooter .publicFooter3 li a:hover {
  color: rgba(255, 255, 255, 1);
}

/* 友情链接 */

.publicFooter4 li {
  width: 160px;
  margin-bottom: 14px;
}

.publicFooter4 li a {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 关注我们 */

.publicFooter5 img {
  display: block;
  width: 110px;
  height: auto;
}

/* 底部版权信息 */

.copyright > .width1440 {
  display: flex;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright > div a,
.copyright > div {
  color: rgba(255, 255, 255, 0.4);
}

/* ====== 公共的底部 end ====== */

/* ====== 公共的弹窗 start ======*/
.public_popup {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  z-index: 106;
  /* display: none; */
}

.public_popupBg {
  background-color: #fff;
  width: 1100px;
  height: 700px;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -550px;
  margin-top: -350px;
  padding: 40px;
  overflow-y: auto;
}

.public_popupClose {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 230px;
  margin-top: -290px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.public_popupOkBtn {
  width: 269px;
  height: 58px;
  background-color: #fff;
  border-radius: 29px;
  border: solid 1px #d9d9d9;
  color: #ffffff;
  text-align: center;
  line-height: 58px;
  margin: 20px auto 0px;
  cursor: pointer;
}

.public_popupFl p {
  color: #333;
}

.public_popupH2 {
  font-weight: 600;
  margin-top: 5px;
}

.public_popupForm {
  margin-top: 25px;
  width: 380px;
  height: 64px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 5px;
  box-sizing: border-box;
}

.public_popupForm input {
  color: #333;
  height: 54px;
  line-height: 54px;
  width: calc(100% - 130px);
  padding-left: 10px;
  box-sizing: border-box;
}

.public_popupForm button {
  width: 120px;
  height: 54px;
  background-color: #ef2222;
  border-radius: 10px;
  border: none;
  color: #fff;
}

.public_popupPhone {
  margin-top: 30px;
  font-weight: 600;
  display: block;
}

.public_popupFr {
  width: 128px;
  color: #fff;
  text-align: center;
}

.public_popupFr img {
  width: 128px;
  height: 128px;
  margin-top: 25px;
}

.public_popupFr a {
  width: 128px;
  height: 58px;
  border-radius: 10px;
  border: solid 2px #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.public_popupTitle {
  text-align: center;
}

.public_popupContent {
  line-height: 30px;
  color: #333333;
  margin-top: 25px;
  text-indent: 32px;
}

.public_popupLoginImg {
  width: 162px;
  height: 57px;
}

.public_popupLoginTitle {
  color: #333333;
  margin-top: 18px;
}

.public_popupLoginBg {
  background-color: #fff;
  width: 540px;
  height: 470px;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px;
  overflow-y: auto;
}

.public_popupLoginForm {
  width: 400px;
  overflow: hidden;
  margin-top: 40px;
}

.public_popupLoginForm > div {
  height: 60px;
  width: 100%;
  border-radius: 8px;
  border: solid 1px #d9d9d9;
  padding: 17px 20px;
}

.public_popupLoginForm > div:focus {
  border: solid 1px #fff;
}

.public_popupLoginForm > div + div {
  margin-top: 24px;
}

.public_popupLoginForm_icon {
  width: 24px;
  height: 26px;
}

.public_popupLoginForm_input {
  width: calc(100% - 24px);
  height: 100%;
  padding-left: 30px;
  display: block;
}

.public_popupLoginBtn {
  width: 100%;
  height: 64px;
  background-color: #fff;
  border-radius: 8px;
  border: solid 1px #fff;
  color: #fff;
  margin-top: 30px;
}

/* ====== 公共的弹窗 start ======*/

/*====== 内页 banner  ======*/

.public_banner {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  position: relative;
}

.public_banner image {
  width: 100%;
  height: auto;
  display: inline-block;
}

.public_bannerContent {
  position: absolute;
  height: 100%;
  top: 0px;
  left: 50%;
  margin-left: -750px;
  color: #fff;
}

.case_bannerSlogn {
  margin-top: 200px;
}

.case_bannerSlogn_desc {
  margin-top: 30px;
  line-height: 32px;
  max-width: 850px;
}

.public_bannerRightNow {
  width: 180px;
  height: 54px;
  background-image: linear-gradient(90deg, #ed283c 0%, #ed4828 100%),
    linear-gradient(#ff343a, #ff343a);
  background-blend-mode: normal, normal;
  border-radius: 27px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
}

.public_bannerRightNow:hover {
  color: #ed283c;
  background-image: none;
  background-color: #fff;
}

/*====== 内页 banner end  ======*/

/* ====== 内页每个模块的标题 start ======*/

.public_module_title {
  text-align: center;
  width: 100%;
}

.public_module_title p {
  color: #333;
  font-weight: bold;
  margin-bottom: 35px;
  position: relative;
  padding-bottom: 20px;
}

.public_module_title p.white {
  color: #fff;
}

.public_module_title p::after {
  content: '';
  width: 80px;
  height: 5px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
}

/* ====== 内页每个模块的标题 end ======*/

.product_detail_label {
  position: relative;
  padding-bottom: 20px;
  color: #333;
}
.product_detail_label::after {
  content: '';
  width: 120px;
  height: 3px;
  background: #0161d9;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.product_detail_labelParent {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}
.product_detail_content {
  width: 100%;
}

/* ====== 下载中心 start ====== */
.downloadCenter_download,
.index_download_center
  .index_download_content:nth-child(-n + 2)
  .index_download_detail,
.index_download_link:hover .index_download_img,
.index_download_imgDefault,
.index_product_list_active .index_product_icon_active,
.index_product_icon_default {
  display: block;
}
.downloadCenter_download_hover,
.downloadCenter_link:hover
  .downloadCenter_downloadParent
  .downloadCenter_download,
.index_download_detail,
.index_download_center + .index_download_center,
.index_download_link:hover .index_download_imgDefault,
.index_download_img,
.publicSwiper .swiper-button-prev::after,
.publicSwiper .swiper-button-next::after,
.index_productContent + .index_productContent,
.index_product_icon_active,
.index_product_list_active .index_product_icon_default {
  display: none;
}

.index_download {
  min-height: 100px;
  background: url(../images/index_bg_3.png) 50% 50% no-repeat;
  background-size: cover;
  padding-bottom: 135px;
}
.index_download_contentHeader_title,
.index_download_tabs li,
.index_download_title {
  color: #333;
}
.index_download_tabs li {
  display: inline-block;
  padding-bottom: 24px;
  position: relative;
  cursor: pointer;
}
.index_download_tabs li:hover,
.index_download_tabs li.index_download_tabsActive {
  font-weight: bold;
}
.index_download_tabs li:hover::after,
.index_download_tabs li.index_download_tabsActive::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #0161d9, #2284ff);
  box-shadow: 0px 10px 20px 0px rgba(66, 93, 128, 0.24);
}

.index_download_tabs li + li {
  margin-left: 50px;
}
.index_download_content {
  width: 700px;
  /* height: 110px; */
  background: #ffffff;
  box-shadow: 0px 4px 6px 0px rgba(129, 134, 140, 0.14);
  padding: 28px;
  float: left;
  margin-bottom: 40px;
}
.index_download_content:nth-child(odd) {
  margin-right: 40px;
}
.index_download_center .index_download_content:nth-last-child(-n + 2) {
  margin-bottom: 0px;
}

.index_download_contentHeader_img {
  width: 54px;
  height: 54px;
  box-shadow: 0px 10px 20px 0px rgba(66, 93, 128, 0.24);
  border-radius: 50%;
}
.index_download_detail,
.index_download_contentHeader_text {
  width: 560px;
  cursor: pointer;
}
.index_download_detail {
  border-top: 1px solid #e6e6e6;
  padding-top: 20px;
  margin-top: 10px;
}

.index_download_contentHeader_title {
  width: 80%;
}
.index_download_arrow {
  width: 23px;
  height: 12px;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.index_download_arrow.rotated {
  transform: rotate(180deg);
}
.index_download_link,
.index_download_detail p {
  color: #999;
}
.index_download_detail p {
  line-height: 26px;
  height: 78px;
}
.index_download_link {
  width: 140px;
  height: 44px;
  background: #ffffff;
  border-radius: 22px;
  border: 1px solid #999999;
  padding: 0px 35px;
}
.index_download_link:hover {
  background: linear-gradient(90deg, #0161d9, #2284ff);
  border: none;
  color: #fff;
}

/* ====== 下载中心 end ====== */

/* ====== 一站式服务样品申请弹窗 start ====== */
/* ================弹窗关闭 start============= */

.layerClose {
  width: 40px;
  height: 40px;
  position: absolute;
  background: url(../images/layerClose.png) no-repeat center center;
  background-size: 100%;
  top: -65px;
  right: 0px;
  cursor: pointer;
}

.layui-layer-page .layui-layer-content {
  overflow: inherit;
}

.reminder {
  left: 50% !important;
  margin-left: -90px;
  border: none;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 4px 4px;
  text-align: center;
  padding: 0px !important;
  min-width: 180px !important;
}

.reminder .layui-layer-content {
  font-size: 20px;
}

/* ================弹窗关闭 end============= */

.bannerImg {
  background: url(../images/applyTo.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  padding: 38px 0px;
  text-align: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.bannerImg h1 {
  display: inline-block;
  font-family: MicrosoftYaHei-Bold;
  color: #333333;
  font-weight: bold;
  max-width: 54%;
  vertical-align: middle;
  margin: 0px 20px;
}

.layui-layer-title {
  display: none;
}

.lgoInClick {
  width: 44% !important;
  background-color: #fff;
  border-radius: 20px;
  top: 200px !important;
  z-index: 1000;
}

.logInText {
  padding: 30px 30px 28px;
  max-height: 500px;
  overflow-y: auto;
}
.pox div,
.pox {
  overflow: hidden;
  float: left;
}
.pox div,
.simple_textareaParent div {
  width: 80px;
  height: 48px;
  float: left;
  line-height: 48px;
  text-align: right;
  margin-right: 10px;
}
.pox div span {
  color: #f80000;
}
.pox input {
  width: 290px;
  height: 48px;
  border-radius: 6px;
  border: solid 1px #dadde4;
  margin-bottom: 30px;
  padding-left: 20px;
}

.toPostDownload {
  width: 300px;
  float: left;
  border: none;
  height: 58px;
  background-color: #007fff;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  margin-top: 30px;
  margin-left: 90px;
}
.toPostDownload:hover {
  color: #007fff;
  border: 1px solid #007fff;
  background-color: #fff;
}
.textReade p {
  width: 100%;
  display: inline-block;
  padding: 25px 15px 25px 150px;
  background: url(../images/textReade.png) no-repeat left 120px center;
}
.textReade p,
.textReade p a {
  color: #8691a6;
}
.simple_textareaParent {
  width: 100%;
  overflow: hidden;
}
.simple_textarea {
  width: calc(100% - 92px);
  height: 120px;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #dadde4;
  resize: none;
  padding: 15px 20px;
  box-sizing: border-box;
}
.returnBox {
  width: 100px;
  height: 100px;
  position: fixed;
  right: 14px;
  bottom: 40%;
  z-index: 100;
  background-color: #1e80fb;
  box-shadow: 0px 12px 24px 0px rgba(34, 83, 144, 0.2);
  border-radius: 10px;
  cursor: pointer;
}
.sampleApply_icon {
  width: 39px;
  height: 39px;
}
.returnBox span {
  color: #ffffff;

}
/* ====== 一站式服务样品申请弹窗 end ====== */


@media (max-width: 767px) {
  .top100 {
    top: 0px;
  }
  .width1200 {
    width: 100%;
  }

  .width1500 {
    padding: 0px;
    max-width: 100%;
    width: 100%;
    min-width: auto;
    overflow: hidden;
  }

  .width1440,
  .service_customersList,
  .project_partnerImg img,
  .project_partnerImg {
    width: 100%;
    padding: 0px 4%;
  }

  .public_popupFr,
  .public_popupFl,
  .public_popupForm,
  .serviceCustomer_list {
    width: 100%;
  }

  .service_customersList,
  .partner .public_innerTitle {
    padding-top: 20px;
  }

  .service_customersList,
  .service_customers li {
    padding-bottom: 10px;
  }

  .public_popupFr a {
    margin-top: -20px;
  }

  .public_popupFr img,
  .public_popupPhone,
  .service_customers {
    margin-top: 0px;
  }

  .public_popupFr p {
    margin-top: 10px;
  }

  .public_popupFr,
  .public_popupPhoneParent,
  .public_popupForm,
  .project_partnerImg {
    margin-top: 20px;
  }

  .service_customers {
    width: 92%;
    margin-left: 4%;
    margin-right: 4%;
  }

  .serviceCustomer_list {
    height: auto;
    overflow: hidden;
  }

  .partner,
  .project_partnerImg img,
  .project_partnerImg,
  .pageShow_list > div {
    height: auto;
    line-height: inherit;
  }

  /* ====== 公共的底部 start ====== */

  .publicFooter {
    flex-wrap: wrap;
    padding-bottom: 10px;
    padding-top: 20px;
  }

  .copyright {
    padding: 10px 4%;
  }

  .copyright > .width1440,
  .publicFooter4,
  .publicFooter2,
  .publicFooter > div {
    width: 100%;
    flex-direction: column;
  }

  .publicFooter3 ul {
    width: 100%;
  }

  .pubFooterTitle {
    margin-bottom: 20px;
  }

  .publicFooter4,
  .publicFooter2 + .publicFooter2 {
    margin-top: 20px;
  }

  .publicFooter_contact > span {
    display: inline-block;
    width: 55px;
  }

  .publicFooter_contact > div {
    width: calc(100% - 86px);
  }

  .publicFooter > div:nth-child(2n) {
    margin-right: 0px;
  }

  .copyright > .width1440 {
    padding: 10px 0px;
  }

  .pubFooterTitle > span {
    padding-bottom: 10px;
  }

  .publicFooter1 {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .publicFooter_logo {
    width: 120px;
    height: auto;
  }

  .publicFooter2Parent {
    flex-wrap: wrap;
  }

  .publicFooter3 li {
    margin-bottom: 10px;
  }

  .publicFooter_contact + .publicFooter_contact {
    margin-top: 10px;
  }

  .publicFooter3 li {
    width: 33%;
  }

  /* ====== 公共的底部 end ====== */

  /* ====== 移动端头部 start ======*/
  #base_header {
    width: 100%;
    align-items: center;
    height: 50px;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 900;
    background-color: #fff;
  }

  /* logo */

  #base_header #logo {
    display: inline-block;
    width: 120px;
    height: auto;
    margin-left: 5px;
  }

  .base_headerFixed {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  /* 菜单按钮 */

  #base_header #menu {
    width: 50px;
    height: 50px;
    background-color: #026ef5;
    background-repeat: no-repeat;
    background-position: center center;
  }

  #base_header #menu.menu {
    background-image: url('../images/menu.png');
    background-size: 25px 20px;
  }

  #base_header #menu.cha {
    background-image: url('../images/cha.png');
    background-size: 20px 20px;
  }

  .ovfHidden {
    overflow: hidden;
    height: 100%;
  }

  /* 下拉菜单 */

  #base_header #dropDownList {
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: calc(100% - 50px);
    z-index: 800;
    overflow: auto;
  }

  #base_header #dropDownList::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }

  #base_header #dropDownList > li {
    padding: 12px 4%;
    background-color: #fff;
    color: #333;
    border-top: 1px solid #d2d2d2;
  }

  #base_header #dropDownList > li > a {
    color: #333;
    width: 100%;
    box-sizing: border-box;
    display: block;
  }

  #base_header #dropDownList li .base_headerDown {
    width: 10px;
    height: 13px;
  }

  #base_header #dropDownList li a.dropDownList_service {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .public_contact_phone {
    width: 150px;
    padding: 0px 10px;
    height: 30px;
    line-height: 30px;
  }

  .public_contact_phone img {
    width: 18px;
    height: auto;
    margin-right: 0px;
  }

  .public_contact_phone a {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .public_header_subtitle {
    display: none;
    position: relative;
    width: 100%;
    top: 0px;
    padding: 0px;
    left: 0px;
  }

  .public_header_subtitle > div {
    padding: 0px;
    margin-top: 10px;
  }

  .public_header_subtitle > div a {
    border-top: 1px solid #d2d2d2;
    padding: 12px 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    box-sizing: border-box;
    color: #333;
  }

  #base_header #dropDownList li.dropDownList_serviceLi {
    padding-bottom: 0px;
  }

  .public_topTel img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }

  .base_header_search_lang ul li a,
  .base_header_search_lang ul li {
    color: #026ef5;
  }

  .base_header_search_lang ul li + li {
    margin-left: 10px;
  }

  /* ====== 移动端头部 end ======*/

  /* ====== banner start ======*/
  .public_banner,
  .index_banner {
    padding-top: 50px;
  }

  /* ====== banner end======*/

  /* ===== 首页、关于我们页面的核心服务 start ====== */
  .index_coreServicesContent {
    padding: 0px;
  }

  .project_partnerImg,
  .index_coreServices li img {
    width: 100%;
    height: auto;
  }

  .index_coreServices {
    width: 100%;
    flex-wrap: wrap;
    padding: 20px 0px;
  }

  .index_coreServices li {
    width: 47.5%;
    height: auto;
    margin-right: 5%;
    margin-bottom: 10px;
    padding: 0px 10px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 10px;
  }

  .index_coreServices li:nth-child(2n) {
    margin-right: 0%;
  }

  .index_coreServices li:hover .index_coreServicesContent,
  .index_coreServicesContent {
    top: inherit;
    bottom: 15px;
    width: auto;
  }

  .index_coreServicesDesc {
    opacity: 1;
    line-height: 20px;
    margin-top: 10px;
  }

  .index_coreServicesLabel {
    padding-bottom: 5px;
  }

  .index_coreServicesLabel.fontSize_36 {
    font-size: 18px;
  }

  /* ===== 首页、关于我们页面的核心服务 end ====== */

  /*====== 内页 banner start ======*/
  .public_bannerContent {
    height: calc(100% - 50px);
    padding: 0px 4%;
    left: 0px;
    margin-left: 0px;
    margin-top: 50px;
  }

  .public_bannerContent > div {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    height: calc(100%);
  }

  .website_bannerSlogn,
  .case_bannerSlogn {
    margin-top: 0px;
  }

  .case_bannerSlogn_desc {
    margin-top: 10px;
    line-height: 26px;
    max-width: 100%;
  }

  .public_bannerRightNow {
    margin-top: 16px;
    width: 45%;
    height: 40px;
    line-height: 40px;
  }

  /*====== 内页 banner  end ======*/

  .caseDetail_contentBody_rich {
    padding-bottom: 20px;
  }

  .public_innerTitle {
    width: 100%;
    padding: 20px 4% 0px;
    box-sizing: border-box;
  }

  /* ====== 服务、关于我们页面的服务客户 start ====== */

  /* ====== 服务、关于我们页面的服务客户 end ====== */
  .serviceCustomer_img {
    width: 47.5%;
    height: 70px;
    line-height: 70px;
    margin-right: 5%;
    margin-bottom: 10px;
  }

  .serviceCustomer_img + .serviceCustomer_img {
    margin-left: 0%;
  }

  .serviceCustomer_img:nth-child(2n) {
    margin-right: 0%;
  }

  .serviceCustomer_img img {
    max-width: 100%;
    max-height: 70px;
  }

  /* ===== 方案、关于我们页面的合作伙伴 start ====== */
  .project_partnerImg {
    padding-bottom: 20px;
  }

  .public_innerTitle > p.public_innerTitleDesc {
    margin-top: 0px;
  }

  /* ===== 方案、关于我们页面的合作伙伴 end ====== */

  .index_serviceNumber {
    height: 75px;
    line-height: 75px;
  }

  /* ====== 服务、关于我们页面的服务客户 start ====== */

  .service_customers {
    overflow-x: auto;
    white-space: nowrap;
  }

  .service_customers li + li {
    margin-left: 10px;
  }

  .service_customers li.service_customersTab_active::after,
  .service_customers li:hover::after {
    width: 50px;
    margin-left: -25px;
  }

  .service_customersList > div:nth-child(5n),
  .service_customersList > div {
    width: 47.5%;
    height: 80px;
    line-height: 80px;
    margin-right: 5%;
    margin-bottom: 10px;
    padding: 10px;
  }

  .service_customersList > div img {
    max-width: 100%;
    max-height: 80px;
  }

  .service_customersList > div:nth-child(2n) {
    margin-right: 0%;
  }

  .service_customersList > div:nth-child(15) {
    display: none;
  }

  /* ====== 服务、关于我们页面的服务客户 end ====== */

  .service_customers::-webkit-scrollbar {
    width: 0px;
  }

  /* ====== 公共的弹窗 start ======*/
  .public_popupLoginBg,
  .public_popupBg {
    width: 92%;
    left: 0px;
    margin-left: 4%;
    margin-right: 4%;
    padding: 20px;
    height: 80%;
    margin-top: -70%;
  }

  .public_popupLoginBg {
    transform: translate(0%, 0%);
    height: 55%;
    margin-top: -50%;
  }

  .public_popupLoginBtn,
  .public_popupLoginForm {
    width: 100%;
    margin-top: 20px;
  }

  .public_popupFl {
    flex-direction: column;
    justify-self: center;
  }

  .public_popupFr,
  .public_popupPhoneParent,
  .public_popupFl {
    display: flex;
    align-items: center;
  }

  .public_popupPhoneParent,
  .public_popupFr {
    justify-content: space-between;
  }

  .public_popupOkBtn {
    width: 100%;
    height: 45px;
    line-height: 46px;
  }

  .public_popupLoginBtn,
  .public_popupLoginForm > div {
    height: 50px;
    padding: 10px 20px;
  }

  .public_popupLoginForm_icon {
    width: 18px;
    height: auto;
  }

  .public_popupLoginForm_input {
    padding-left: 15px;
  }

  .public_popupClose {
    right: 0px;
    top: 50%;
    right: 0px;
    left: inherit;
    margin-top: -250px;
    margin-left: 80%;
  }

  /* ====== 公共的弹窗 end ======*/

  .public_module_title p {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .newsDetail_footer ul li {
    padding: 10px 10px;
    width: 100%;
    height: 60px;
  }

  .newsDetail_footer ul li a {
    width: calc(100% - 60px);
  }

  .newsDetail_footer ul li + li {
    margin-top: 20px;
  }
  .newsDetail_footer {
    padding-bottom: 20px;
  }

  .index_download_center .index_train_link {
    margin-top: 0px;
  }
  .index_download_tabs {
    margin-top: 10px;
  }
  .index_download_tabs li + li {
    margin-left: 20px;
  }
  .index_download {
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
  }
  .index_download_content,
  .index_download_detail {
    width: 100%;
  }
  .index_download_contentHeader_text {
    width: calc(100% - 65px);
  }
  .index_download_content {
    padding: 20px;
  }
  .index_download_content:nth-child(odd) {
    margin-right: 0px;
  }
  .index_download_detail {
    padding-top: 10px;
  }
  .index_download_center .index_download_content:nth-last-child(-n + 2),
  .index_download_content {
    margin-bottom: 20px;
  }
  .index_download_detail p {
    line-height: 24px;
    height: 72px;
  }
  .public_link img {
    height: 40px;
    width: 40px;
  }
  .public_link { 
    height: 40px;
  }
  /* ====== 一站式服务样品申请弹窗 start ====== */
  .layerClose {
    width: 30px;
    height: 30px;
    top: -45px;
  }
  .lgoInClick {
    width: 92% !important;
    top: 100px !important;
  }
  .bannerImg {
    padding: 20px 10px;
  }

  .logInText {
    padding: 20px;
    max-height: 400px;
  }
  .pox div,
  .simple_textareaParent div {
    height: 38px;
    line-height: 38px;
    text-align: left;
  }

  .pox input {
    height: 40px;
    margin-bottom: 10px;
  }
  .pox div,
  .pox {
    margin-left: 0px;
    text-align: left;
  }

  .toPostDownload {
    margin-left: 0px;
    height: 44px;
    line-height: 44px;
    margin-top: 20px;
  }

  .simple_textarea {
    width: 100%;
  }
  .textReade p {
    padding-left: 40px;
    background: url(../images/textReade.png) no-repeat left 10px center;
  }

  .returnBox {
    width: 80px;
    height: 80px;
    cursor: pointer;
  }
  .returnBox span {
    height: 14px;
    line-height: 14px;
  }
  .sampleApply_icon {
    width: 30px;
    height: 30px;
  }
  /* ====== 一站式服务样品申请弹窗 end ====== */

}
