@charset "UTF-8";

/*整站样式*/
*,
:after,
:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0 !important;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  /* 禁止复制 */
  /* -moz-user-select: none; */
  /* Firefox私有属性 */
  /* -webkit-user-select: none; */
  /* WebKit内核私有属性 */
  /* -ms-user-select: none; */
  /* IE私有属性(IE10及以后) */
  /* -khtml-user-select: none; */
  /* Khtml内核私有属性 */
  /* -o-user-select: none; */
  /* Opera私有属性 */
  /* user-select: none; */
  /* CSS3属性 */
}

::-webkit-scrollbar {
  display: none;
}

body {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-family: 'Microsoft Yahei', "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  position: relative;
  height: 100%;
}

img {
  max-width: 100%;
  border: none;
  -webkit-user-drag: none;
}

input,
select,
textarea {
  font-size: 14px;
  color: #333;
  border: none;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

::-ms-input-placeholder {
  color: #999;
}

select::-ms-expand {
  display: none;
}

/*定义滚动条*/
/* .scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 10px;
  background-color: transparent;
}

.scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  border-radius: 5px;
  background-color: transparent;
}

.scrollbar::-webkit-scrollbar-thumb {
  background-color: #CCCCCC;
  width: 5px;
} */

a {
  cursor: pointer;
  color: #333;
  text-decoration: none;
}

ul {
  list-style: none;
}

.fix {
  transform: scale(1);
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.fix:after,
.fix:before {
  display: block;
  content: "";
  height: 0;
  clear: both;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

em {
  font-style: normal;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.background_none {
  background: none !important;
}

.no_padd_top {
  padding-top: 0 !important;
}

.padd_top_1rem {
  padding-top: 1rem !important;
}

.padd_top_3rem {
  padding-top: 3.2rem !important;
}

@font-face {
  font-family: DIN-Alternate;
  src:
    url(../fonts/DIN-Alternate.ttf) format('TrueType');
}

@font-face {
  font-family: DINPro-Medium;
  src:
    url(../fonts/DINPro-Medium.ttf) format('TrueType');
}

@font-face {
  font-family: AlibabaPuHuiTi-2-45-Light;
  src:
    url(../fonts/AlibabaPuHuiTi-2-45-Light.ttf) format('TrueType');
}

@font-face {
  font-family: AlibabaPuHuiTi-2-55-Regular;
  src:
    url(../fonts/AlibabaPuHuiTi-2-55-Regular.ttf) format('TrueType');
}

@font-face {
  font-family: AlibabaPuHuiTi-2-65-Medium;
  src:
    url(../fonts/AlibabaPuHuiTi-2-65-Medium.ttf) format('TrueType');
}

@font-face {
  font-family: AlibabaPuHuiTi-2-75-SemiBold;
  src:
    url(../fonts/AlibabaPuHuiTi-2-75-SemiBold.ttf) format('TrueType');
}

/*基本编写顺序*/
body {
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-style: normal;
}

/* .container {
  max-width: 87.5rem;
  margin: 0 auto;
} */

.banner_page {
  line-height: 1vh;
}

/*公共样式*/

header {
  display: none;
}

/* 头部 */
.head {
  /* max-width: 1920px; */
  width: 100%;
  /* padding-left: 49px; */
  height: 90px;
  position: fixed;
  top: 0;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
  z-index: 1001;
  /* background: rgba(0, 0, 0, 0.12); */
  /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 6%, rgba(0, 0, 0, 0) 100%); */
}

.head_shadow {
  background: rgba(0, 0, 0, 0.2) !important;
}

.head .logo {
  width: 113px;
  height: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.head .logo img {
  /* filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.5)); */
}

.head .menu {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  min-width: 50rem;
  height: 90px;
}

.head .menu ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding-top: 36px;
}

.head .menu ul li {
  margin-left: 1rem;
  margin-right: 1rem;
  position: relative;
  height: 54px;
}

.head .menu ul li a {
  color: #fff;
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.32px;
}

/* .head .menu ul li:hover>a,
.head .menu .menu_son_item:hover>a {
  color: #000bdb !important;
}

.head.home_index .menu ul li:hover>a,
.head.home_index .menu .menu_son_item:hover>a {
  color: #fff !important;
} */

.head .menu ul li.active::after,
.head .menu ul li:hover::after {
  position: absolute;
  bottom: 15px;
  content: '';
  width: 100%;
  height: 2.5px;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.head .menu ul li.menu_down_more::before,
.head .menu ul li.menu_down_more.active::before,
.head .menu ul li.menu_down_more:hover::before {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  background: url(../images/down.png) no-repeat;
  background-size: 16px;
  right: -16px;
  top: 3px;
}

/* 滚动后导航 */
.bgw {
  background: #fff;
  box-shadow: 0px 0 10px rgb(0 0 0 / 30%);
}

.bgwn {
  background: #fff;
  border-bottom: 1px solid #B3B9C3 !important;
}

.bgw .menu ul li a,
.bgwn .menu ul li a {
  color: #303133;
}

.bgw.on .menu ul li a,
.bgwn.on .menu ul li a {
  color: #303133;
}

.bgw .menu ul li.menu_down_more::before,
.bgwn .menu ul li.menu_down_more::before {
  background: url(../images/down_gray.png) no-repeat !important;
  background-size: 16px !important;
}

.bgw .menu ul li.active::after,
.bgw .menu ul li:hover::after,
.bgwn .menu ul li.active::after,
.bgwn .menu ul li:hover::after {
  background: #1862D0;
}

.menu_down {
  width: max-content;
  line-height: 45px;
  left: 50%;
  margin-top: 30px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50);
  -moz-transform: translateX(-50);
  -ms-transform: translateX(-50);
  -o-transform: translateX(-50);
  display: none;
  position: absolute;
  text-align: center;
  background: #8fa6bf;
  box-shadow: 0px 4px 20px 0px rgba(43, 59, 76, 0.1);
  border-radius: 9px;

}

.menu_son {
  display: inline-block;
}

.menu_son_item {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.menu_son.en .menu_son_item {
  margin-left: 15px;
  margin-right: 15px;
}

.menu_son.en .menu_son_item::after {
  right: -15px;
}

.menu_son_item::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  content: '';
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
}

.menu_son_item:last-child::after {
  background: none;
}

.menu_son_item a {
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.02em;
  font-size: 18px;
  color: #fff !important;
}

.language {
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-size: 18px;
  font-weight: 400;
  padding-top: 36px;
  margin-right: 40px;
}

.language a {
  color: rgba(255, 255, 255, 0.6);
}

.language a.active,
.language a:hover {
  color: rgba(255, 255, 255, 1);
}

.bgwn .language a,
.bgw .language a,
.bgw.on .language a,
.language_gray a {
  color: #606266;
}

.bgwn .language a.active,
.bgw .language a.active,
.bgw.on .language a.active,
.language_gray a.active {
  color: #303133;
}

.head_search {
  position: relative;
}

.head_search .head_search_box {
  width: 90px;
  height: 90px;
  background: #D32430;
  border-bottom-left-radius: 100%;
  padding-top: 23px;
  padding-left: 38px;
  cursor: pointer;
}

.head_search .head_search_box i {
  display: block;
  width: 32px;
  height: 32px;
  background: url(../images/head_search.png) no-repeat;
  background-size: cover;
}

.bgwn .head_search_box i.on,
.bgwn .head_search_box i {
  background: url(../images/search.png) no-repeat;
  background-size: cover;
}

.bgwn .head_search_box,
.bgwn .head_search_box span {
  color: #303133 !important;
}

.head_search_form {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 11;
  background: rgba(255, 255, 255, 0.2) url(../images/head_search_bg.jpg) no-repeat center;
}

.head_search_form_box {
  position: absolute;
  top: 33%;
  width: 100%;
}

.head_search_form form {
  display: flex;
  padding: 2.6rem 2.4rem 2.6rem 1.6rem;
  border-bottom: 2px solid #ffffff;
}

.head_screen_select {
  width: 7.4rem;
  position: relative;
}

.head_screen_select.en {
  width: 12.4rem;
}


.head_screen_select .head_screen_select_box {
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 3.18rem;
  background: url(../images/head_search_down.png) no-repeat right center;
  background-size: 2.5rem;
}

.head_screen_select .head_screen_select_option {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 10%);
  margin-top: 13px;
  position: absolute;
  width: 9rem;
  left: -1.4rem;
  display: none;
}

.head_screen_select .head_screen_select_option span {
  display: block;
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-size: 18px;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #303133;
  padding-left: 24px;
  padding-right: 24px;
}

.head_search_form input {
  width: calc(100% - 18rem);
  height: 3.2rem;
  font-size: 2.25rem;
  color: #fff;
  line-height: 3.2rem;
  padding-left: 2rem;
  background: none;
  margin-left: 6rem;
}

.head_search_form input::placeholder {
  color: #fff;
  font-size: 2.25rem;
}

.head_search_form .head_search_form_submit {
  width: 2.8rem;
  cursor: pointer;
  border: 0;
  outline: none;
  background: none;
}

.head_search_hot {
  margin-top: 2.4rem;
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
}

.head_search_hot a {
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  padding-right: 0.6rem;
}

.head_search_hot a:last-child {
  padding-right: 0;
}

/* 搜索页面 */
.search-form {
  margin-bottom: 7rem;
  min-height: 30vh;
}

.search-form .search-body {
  margin-top: 6vh;
}

.search-form .search-body span {
  display: block;
  height: 4rem;
  line-height: 4rem;
  color: #303133;
  font-size: 1.6rem;
  text-align: center;
}

.search-form .search-body .search-form-search {
  display: flex;
  justify-content: center;
  border: 1px solid #dfdede;
  -webkit-box-shadow: 0 0 5px #dfdede;
  -moz-box-shadow: 0 0 5px #dfdede;
  box-shadow: 0 0 5px #dfdede;
  width: 40%;
  border-radius: 2rem;
  padding-left: 2rem;
  margin: 1rem auto;
}

.search-form .search-body .search-form-search input[type='text'] {
  height: 4rem;
  width: 85%;
  color: #909399;
  font-size: 1.4rem;
}

.search-form .search-body .search-form-search button[type='submit'] {
  width: 15%;
  height: 4rem;
  background: none;
  border: 0;
}

.search-form .search-info {
  color: #303133;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.6rem;
  margin-top: 5rem;
  /* margin-bottom: 5rem; */
}

.search-form .search-info b {
  color: #e70014;
  font-size: 1.6rem;
}

.head_product {
  position: absolute;
  top: 42%;
}

.head_category {
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-size: 60px;
  font-weight: 500;
  color: #fff;
  display: block;
}

.more_info {
  font-family: AlibabaPuHuiTi-2-45-Light;
  font-size: 18px;
  font-weight: 300;
  display: block;
  width: 180px;
  height: 48px;
  line-height: 48px;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  margin-top: 63px;
}

.more_info:hover {
  background: #1862D0;
  border: 0;
}

.more_info i {
  font-style: normal;
  display: block;
  width: 96px;
  height: 48px;
  margin: 0 auto;
  background: url(../images/more_info.png) no-repeat right;
  background-size: 20px;
  padding-right: 20px;
}

/* #fp-nav{
  display: none;
} */

#fp-nav.fp-right {
  left: 17px;
  width: 5%;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  width: 32px;
  height: 3px;
  border-radius: 3px;
  margin: 20px;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  width: 20px;
  height: 3px;
  border-radius: 3px;
  background: #fff;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span,
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 32px;
  height: 3px;
  border-radius: 3px;
  background: #fff;
  margin: -2px 0 0 -2px;
}


/* 首页分类 */
.catname_box {
  width: 875px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.catname_box .catname {
  font-family: AlibabaPuHuiTi-2-65-Medium;
  color: #fff;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  /* height: 92px; */
  text-transform: uppercase;
}

.catname_box .catname.en {
  font-size: 1.8rem;
}

.catname_box .catname::after {
  content: '';
  display: block;
  background: #D32430;
  width: 60px;
  height: 5px;
  position: absolute;
  bottom: -1rem;
}

/* 列表和内页菜单 */
.list_menu_list {
  display: flex;
  justify-content: space-between;
}

.list_menu_list ul {
  display: flex;
}

.list_menu_list ul li {
  line-height: 56px;
  color: #606266;
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.32px;
  position: relative;
  margin-right: 38px;
}

.list_menu_list ul li:last-child {
  padding-right: 0;
}

.list_menu_list ul li a {
  display: block;
}

.list_menu_list ul li.active,
.list_menu_list ul li:hover {
  color: #005FDB;
}

.list_menu_list ul li.active::before,
.list_menu_list ul li:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  bottom: 0;
  width: 60px;
  height: 3px;
  background-color: #005FDB;
}


/* 内页banner图 */
.inner_banner_box {
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
}

.inner_banner_box .img {
  line-height: 0;
}

.inner_category {
  text-align: center;
  position: absolute;
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-size: 45px;
  font-weight: 500;
  line-height: 45px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  text-transform: uppercase;
}

.inner_category::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  bottom: -44px;
  content: '';
  width: 56px;
  height: 5px;
  background: #D32430;
}

.inner_category_left {
  left: 13% !important;
}

.inner_category_left::after {
  left: 0 !important;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}

.sub_category_product {
  display: none;
}

.inner_banner_box .sub_category {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 78px;
  background: rgba(0, 0, 0, 0.2);
}

.inner_banner_box .sub_category .sub_category_box {
  display: flex;

}

.inner_banner_box .sub_category a {
  display: block;
  width: 100%;
  height: 78px;
  line-height: 78px;
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-align: center;
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.inner_banner_box .sub_category a:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.inner_banner_box .sub_category a.active {
  background: rgba(0, 0, 0, 0.1);
}

.inner_banner_box .sub_category a:hover::after,
.inner_banner_box .sub_category a.active::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #D32430;
}

.inner_banner_box .sub_category a::after {
  transition: all .5s;
}

/* 内页主体 */
.inner_body_box {
  background: #F5F6F8;
  padding-top: 110px;
}

.inner_body_box_bg_white {
  background: #fff;
  padding-top: 110px;
}

/* 详情页主体 */
.info_body_box {
  padding-top: 90px;
}

/* 导航 */
.navigate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  padding-bottom: 24px;
  border-bottom: 0.6px solid #E4E7ED;
}

.breadcrumb {
  background: url(../images/home.png) no-repeat left center;
  background-size: 20px;
  padding-left: 28px;
}

.breadcrumb a {
  position: relative;
  padding: 0 5px;
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #606266;
}

.breadcrumb a:hover,
.back_list:hover,
.last_next a:hover {
  color: #1862D0 !important;
}

.breadcrumb a::after {
  content: '/';
  position: absolute;
}

.breadcrumb a:last-child:after {
  content: '';
}

.navigate .back_list {
  display: block;
  background: url(../images/back_list.png) no-repeat left center;
  background-size: 20px;
  padding-left: 20px;
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-align: right;
  color: #606266;
}

/* 列表分页 */
.pager .pagination {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}

.pager .pagination li span,
.pager .pagination li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #303133;
  margin-right: 8px;
  background: #FFFFFF;
  border: 1px solid #E4E7ED;
  border-radius: 4px;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.514px;
}

.pager .pagination li:first-child span,
.pager .pagination li:first-child a {
  background: url(../images/page_left.png) no-repeat center;
  background-size: 24px;
  display: block;
  color: #fff;
  border: 0;
  width: 24px;
  height: 24px;
  font-size: 0;
}

.pager .pagination li:last-child span,
.pager .pagination li:last-child a {
  background: url(../images/page_right.png) no-repeat center;
  background-size: 24px;
  color: rgba(0, 0, 0, 0);
  color: #fff;
  border: 0;
  width: 24px;
  height: 24px;
  font-size: 0;
}

.pager .pagination li.active span,
.pager .pagination li.active a {
  border: 1px solid #005FDB;
  background: #005FDB;
  color: #fff;
}

/* 底部 */
.footer {
  background: url(../images/foot_bg.jpg);
  padding-top: 4.6rem;
  display: block;
}

.footer.index {
  padding-top: 18rem;
}

.footer .footer_content {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
}

.footer .footer_content .foot_left {
  /* width: 25%; */
}

.footer .footer_content .foot_right {
  width: 75%;
}

.footer .footer_content.en .foot_right {
  width: 72%;
}

.footer .footer_content .foot_logo {
  width: 131px;
}

.footer_content .foot_tel_addr {
  margin-top: 17px;
}

.footer_content .foot_tel_addr .foot_tel_text {
  font-family: AlibabaPuHuiTi-2-65-Medium;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
}

.footer_content .foot_tel_addr .foot_tel_num {
  display: block;
  font-family: DINPro-Medium;
  font-size: 32px;
  font-weight: 500;
  line-height: 41.22px;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.75);
}

.footer_content .foot_tel_addr .foot_addr {
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #fff;
  margin-top: 10px;
}

.footer .footer_content .follow .follow_ewm {
  width: 128px;
  margin-top: 20px;
  text-align: center;
}

.footer .footer_content .follow .follow_ewm img {
  width: 88px;
  height: 88px;
}

.footer .footer_content .follow .follow_title {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer .footer_content .foot_menu {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 30px;
}

.footer .footer_content .menu_item:nth-child(5) .menu_link a {
  display: flex;
}

.footer .footer_content .menu_item:nth-child(5) .menu_link a i {
  font-style: normal;
}

.footer .footer_content .menu_item:nth-child(5) .menu_link a em {
  display: block;
  width: 195px;
}

.footer .footer_content .menu_item span {
  color: rgba(255, 255, 255, 1);
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.02em;
}

.footer .footer_content .menu_item {
  text-align: left;
  width: max-content;
}

.footer .footer_content.en .menu_item {
  text-align: left;
  width: 6rem;
}

.footer .footer_content.en .menu_item:first-child {
  width: 7rem;
}

.footer .footer_content.en .menu_item:nth-child(2) {
  width: 12rem;
}

.footer .footer_content .menu_item .menu_link {
  margin-top: 16px;
}

.footer .footer_content .menu_item .menu_link a {
  display: block;
  color: #fff;
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.75px;
  letter-spacing: 0.02em;
  margin: 8px auto;
}

/* .footer .footer_content .menu_item .menu_link a:hover {
  color: #1862D0;
} */

.copyright_box {
  display: flex;
  justify-content: flex-end;
  color: #6D7178;
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.02px;
}

.copyright_box .copyright {
  margin-top: 20px;
  padding-left: 20px;
  text-align: right;
}

.copyright_box .copyright span {
  margin-bottom: 5px;
  color: #909399;
}

.copyright_box .copyright .foot_icp {
  background: url(../images/liu/beian.svg) no-repeat left center;
  background-size: 17px;
  padding-left: 17px;
  margin: 0 5px;
}

.copyright_box .copyright a {
  /* margin: 0 10px; */
  color: #909399;
}

.copyright_box .copyright a:last-child {
  margin-right: 0;
}

/* 新底部 */
.foot_icp_new {
  display: none;
  position: absolute;
  bottom: 1.2rem;
  z-index: 5;
  width: 100%;
  text-align: center;
  display: none;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
  color: #606266;
}

.foot_icp_new a {
  color: #606266;
}

/* 右侧菜单 */
.right_menu {
  position: fixed;
  background: rgba(0, 0, 0, 0.35);
  z-index: 2;
  width: 3rem;
  right: 1.44rem;
  bottom: 5.44rem;
  box-shadow: 0px 4px 24px rgba(17, 26, 50, 0.08);
  border-radius: 50px;
  /* padding-top: 1rem; */
  padding-bottom: 0.625rem;
  opacity: 1;
  color: #fff;
}

.right_menu .right_qyweixin,
.right_menu .right_tel,
.right_menu .right_weixin,
.right_menu .right_top {
  padding-top: 0.875rem;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.right_menu .right_qyweixin .qyweixin_img,
.right_menu .right_weixin .weixin_img,
.right_menu .right_tel .tel_img,
.right_menu .right_top .top_img {
  width: 1.75rem;
  margin: 0 auto;
}

.right_menu .hide_class {
  display: none;
  position: absolute;
  width: max-content;
  right: 5rem;
  font-size: 1.2rem;
  padding: 1rem;
  background: #fff;
  box-shadow: -5px -5px 10px rgb(20, 26, 75, 0.1);
}

.right_menu .hide_class img {
  width: 6rem;
}

.right_menu .right_qyweixin:hover .hide_class,
.right_menu .right_tel:hover .hide_class,
.right_menu .right_weixin:hover .hide_class {
  display: block;
  color: #303133;
}

.right_menu span {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: 0.9rem;
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-weight: 400;
}

/* 首页 */
.banner_box {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.banner_swiper {
  overflow: hidden;
  position: relative;
}

.banner_swiper .swiper-pagination {
  position: absolute;
  bottom: 8.75rem;
  left: 16.25rem;
}

.banner_swiper .swiper-pagination {
  line-height: 20px;
  width: 8.5rem;
}

.banner_swiper .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.banner_swiper .swiper-pagination-bullet-active,
.banner_swiper .swiper-pagination-bullet:hover {
  width: 20px;
  height: 20px;
  background: url(../images/news_swiper_page_active.png) no-repeat center;
  background-size: 20px;
  margin-top: -6px !important;
  margin-bottom: -6px !important;
}

.banner_swiper .swiper-pagination-bullet:hover {
  background: url(../images/product_recommend_page_active.png) no-repeat center;
  background-size: 20px;
}

.banner_swiper .swiper-button-prev,
.banner_swiper .swiper-button-next {
  width: 48px;
  height: 48px;
  left: auto;
  right: 16.25rem;
  top: auto;
  bottom: 6.38rem;
  cursor: pointer;
}

.banner_swiper .swiper-button-prev {
  background: url(../images/slide_left.png) no-repeat center;
  background-size: 48px;
  margin-right: 68px;
}

.banner_swiper .swiper-button-next {
  background: url(../images/slide_right.png) no-repeat center;
  background-size: 48px;
}

.banner_swiper .swiper-button-prev:hover {
  background: url(../images/qualifications_honors_left.png) no-repeat center;
  background-size: 48px;
}

.banner_swiper .swiper-button-next:hover {
  background: url(../images/qualifications_honors_right.png) no-repeat center;
  background-size: 48px;
}

/* 全屏滚动 */
.fullpage_swiper {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.fullpage_swiper .section {
  position: relative;
  z-index: 3;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.fullpage_swiper>.swiper-pagination {
  left: 2.5rem;
  right: auto;
}

.fullpage_swiper>.swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 3px;
  background: #fff;
  border-radius: 3px;
  margin: 10px 0;
  opacity: 1;
}

.fullpage_swiper>.swiper-pagination .swiper-pagination-bullet-active {
  width: 32px;
  height: 3px;
  background: #fff;
}

.g-bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

#section0 {
  width: 100%;
  height: 100%;
}

#section0 .section0Swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

#section0 .wap_banner_box {
  display: none;
}

@media screen and (max-width: 768px) {
  #section0 .wap_banner_box {
    display: block;
  }

  #section0 .pc_banner_box {
    display: none;
  }

  #section0 .section6Swiper {
    display: none;
  }
}

#section0 .section0Swiper>.swiper-wrapper>.swiper-slide>img {
  width: 100%;
  height: 100%;
}

#section0 .section0Swiper .section0Box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 12.75rem;
  left: 15.625rem;
}

#section0 .section0Swiper .section0Box .title {
  font-weight: 700;
  color: #fff;
  font-size: 2.875rem;
}

#section0 .section0Swiper .section0Box .title2 {
  font-weight: 400;
  color: #fff;
  font-size: 1.875rem;
}

#section0 .section0Swiper .section0Box .line {
  width: 8.125rem;
  height: .375rem;
  margin-top: 2.125rem;
  background-color: #C0153F;
  margin-left: .625rem;
  margin-bottom: 2.125rem;
}

#section0 .section0Swiper .section0Box .line .left {
  width: 2.5rem;
  height: .375rem;
  margin-top: 2.125rem;
  background-color: #273685;
}

#section0 .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  left: -36% !important;
  bottom: 6rem;
}

#section0 .swiper-pagination-bullet-active {
  background-color: #fff !important;
}

#section0 .section0Swiper .section0Box .Swiper_box {
  width: 44.1875rem;
  height: 11.25rem;
  position: absolute;
  right: 31rem;
  bottom: 30%;
}

@media screen and (max-width: 1440px) {
  #section0 .section0Swiper .section0Box .Swiper_box {
    bottom: 36% !important;
  }
}

#section0 .section0Swiper .section0Box .Swiper_box .section6Swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#section0 .section0Swiper .section0Box .Swiper_box .section6Swiper.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

#section0 .section0Swiper .section0Box .Swiper_box .section6Swiper.swiper-slide .icon {
  display: block;
  width: 9.875rem;
  height: 11rem;
  object-fit: cover;
}

#section2 .g-bg {
  background: url(../images/qzx2.jpg) no-repeat center;
  background-size: cover;
}

#section2 .g-bg .section2_area {
  width: 87.5rem;
  height: 100%;
  margin: 0 auto;
  padding-top: 10.625rem;
}

#section2 .g-bg .section2_area .name {
  font-size: 2.5rem;
  font-weight: 600;
  color: #303133;
  margin-bottom: 2.5rem;
}

#section2 .g-bg .section2_area .content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

#section2 .g-bg .section2_area .content .left {
  width: 31.375rem;
  height: 33.875rem;
  margin-right: 8.125rem;
}

#section2 .g-bg .section2_area .content .right {
  width: 50%;
  height: 33.875rem;
  display: flex;
  flex-wrap: wrap;
  color: #303133;
  font-weight: 400;
  font-size: 1.125rem;
}

#section2 .g-bg .section2_area .content .right .right_item {
  width: 50%;
  /* height: 1.875rem; */
  /* //溢出隐藏省略号 */
  /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; */
  /* //-webkit-line-clamp:1; 超出几行 */
}

#section2 .g-bg .section2_area .content .left .swiper {
  width: 100%;
  height: 28.5rem;
  overflow: hidden;
  position: relative;
  color: #303133;
  border-radius: .5rem;
}

#section2 .g-bg .section2_area .content .left .swiper .swiper-slide {
  width: 100%;
  height: 28.5rem;
  border-radius: 1.875rem;
}

#section2 .g-bg .section2_area .content .left .swiper .swiper-slide .honor_bg {
  width: 31.375rem;
  height: 21.875rem;
  background: url(../images/honor_bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}

#section2 .g-bg .section2_area .content .left .swiper .swiper-slide .honor_bg img {
  position: absolute;
  top: 5rem;
  left: 4.375rem;
  width: 21.25rem;
  height: 13.125rem;

}

#section2 .g-bg .section2_area .content .left .swiper .title {
  text-align: center;
  padding-top: 1.25rem;
  font-size: 1.125rem;
}

#section2 .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -0.3rem !important;
}

#section1 .g-bg {
  background: url(../images/qzx1.jpg) no-repeat center;
  background-size: cover;
}

#section1 .g-bg .section1_area {
  width: 87.5rem;
  height: 100%;
  margin: 0 auto;
  padding-top: 10.625rem;
  display: flex;
  justify-content: space-between;
}

#section1 .g-bg .section1_area .left {
  width: 36rem;
  height: 100%;
}

#section1 .g-bg .section1_area .left .text1 {
  color: #303133;
  font-weight: 600;
  font-size: 2.5rem;
  margin-bottom: .375rem;
}

#section1 .g-bg .section1_area .left .text2 {
  color: #606266;
  font-weight: 300;
  font-size: 1.5625rem;
  margin-bottom: 2.5rem;
}

#section1 .g-bg .section1_area .left .text3 {
  color: #606266;
  font-weight: 300;
  font-size: 1rem;
  line-height: 180%;
  margin-bottom: 3.625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

#section1 .g-bg .section1_area .left .time {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #606266;
  font-size: 1rem;
}

#section1 .g-bg .section1_area .left .time .number_box {
  color: #303133;
}

#section1 .g-bg .section1_area .left .time .number {
  font-size: 36px;
  color: #273685;
  font-weight: 600;
  display: inline-block;
  margin-right: .375rem;
}

#section1 .g-bg .section1_area .left .more {
  width: 9.375rem;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #273685;
  color: #273685;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4.5rem;
  font-size: .875rem;
}

#section1 .g-bg .section1_area .left .more .icon {
  width: 1.875rem;
  height: 1.875rem;
  margin-left: .75rem;
}

#section1 .g-bg .section1_area .right {
  width: 48.125rem;
  height: 100%;
  padding-top: 2.5rem;
  position: relative;
}

#section1 .g-bg .section1_area .right .img {
  width: 48.125rem;
  height: 27.5rem;
}

#section1 .g-bg .section1_area .right .icons {
  position: absolute;
  width: 12.625rem;
  height: 12.625rem;
  right: -8%;
  bottom: 28%;
  cursor: pointer;
}

@media screen and (max-width: 1440px) {
  #section1 .g-bg .section1_area .right .icons {
    position: absolute;
    width: 9.925rem;
    height: 9.625rem;
    right: 1%;
    bottom: 30%;
    cursor: pointer;
  }
}

#section3 .g-bg {
  width: 100%;
  height: 100%;
  background: url(../images/qzx3.jpg) no-repeat center;
  background-size: cover;
}

#section3 .g-bg .section3_area {
  width: 87.5rem;
  height: 100%;
  margin: 0 auto;
  padding-top: 10.625rem;
  position: relative;
}

#section3 .g-bg .section3_area .top_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 3.75rem;
  margin-bottom: 3.125rem;
}

#section3 .g-bg .section3_area .top_box .name {
  font-size: 2.5rem;
  font-weight: 600;
  color: #303133;
}

#section3 .g-bg .section3_area .top_box .more {
  width: 9.375rem;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #273685;
  color: #273685;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .875rem;
}

#section3 .g-bg .section3_area .top_box .more.en {
  justify-content: space-evenly
}

#section3 .g-bg .section3_area .top_box .more .icon {
  width: 1.875rem;
  height: 1.875rem;
  margin-left: .75rem;
}

#section3 .g-bg .section3_area .section3Swiper {
  width: 100%;
  height: 29.9375rem;
  overflow: hidden;
  margin-bottom: 1px;
}

#section3 .g-bg .section3_area .section3Swiper .swiper-slide {
  font-size: 18px;
  background: #fff;
  color: #303133;
  padding: 1.875rem;
  border-radius: .5rem;
}

#section3 .g-bg .section3_area .section3Swiper .swiper-slide .time {
  color: #606266;
  font-size: .9375rem;
  margin-bottom: 1rem;
}

#section3 .g-bg .section3_area .section3Swiper .swiper-slide .more {
  color: #606266;
  font-size: .9375rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#section3 .g-bg .section3_area .section3Swiper .swiper-slide .more .icon {
  width: .875rem;
  height: .75rem;
  background-image: url(/assets/default/images/qzx10.png);
  background-size: cover;
}

#section3 .g-bg .section3_area .section3Swiper .swiper-slide .detaile {
  color: #303133;
  font-size: 1.125rem;
  line-height: 180%;
  height: 4rem;
  /* //溢出隐藏省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* //-webkit-line-clamp:1; 超出几行 */
}

#section3 .g-bg .section3_area .section3Swiper .swiper-slide .img {
  width: 23.5625rem;
  height: 13.375rem;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  object-fit: contain;
}

#section3 .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 6.25rem;
}

@media screen and (max-width: 1440px) {

  #section3 .swiper-container-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 3.15rem;
  }
}

#section3 .g-bg .section3_area .section3Swiper .swiper-slide:hover {
  background-color: #273685 !important;
}

#section3 .g-bg .section3_area .section3Swiper .swiper-slide:hover .detaile {
  color: #fff;
}

#section3 .g-bg .section3_area .section3Swiper .swiper-slide:hover .time {
  color: #fff;
}

#section3 .g-bg .section3_area .section3Swiper .swiper-slide:hover .more {
  color: #fff;
}

#section3 .g-bg .section3_area .section3Swiper .swiper-slide:hover .more .icon {
  background-image: url(/assets/default/images/qzx111.png);
}

#section2 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

#section2 .fp-tableCell {
  position: relative;
}

#section2 .fp-tableCell .section2_bottom_box {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.about_box {
  display: flex;
  justify-content: space-between;
  margin-top: 11.22rem;
}

.about_left {
  width: 63%;
}


.about_left .sub_catname {
  color: #fff;
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 24px;
}

.about_right {
  width: 20%;
}

.wap_about_right {
  display: none;
}

.about_desc {
  font-family: AlibabaPuHuiTi-2-45-Light;
  margin-top: 38px;
  font-weight: 300;
  font-size: 18px;
  line-height: 32.4px;
  color: #fff;
  /* text-align: justify; */
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.about_desc p:last-child {
  margin-top: 26px;
}

.about_left .more_info {
  margin-top: 75px;
}

.about_left .more_info.en {
  margin-top: 3rem;
}

.about_right .right_statistics {
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-weight: 400;
  font-size: 24px;
  line-height: 134px;
  letter-spacing: 0.02px;
  text-align: right;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.about_right .right_statistics：last-child {
  border-bottom: 0;
}

.about_right .right_statistics i {
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-weight: 500;
  font-size: 50px;
  line-height: 70px;
  font-style: normal;
  padding-left: 6px;
  padding-right: 6px;
}

#section3 {
  width: 100%;
  height: 100vh !important;
  overflow: hidden;
}

.swiper_box {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.pc_scenarios_swiper {
  display: block;
}

.wap_scenarios_swiper {
  display: none;
}

.swiper_box .scenarios_swiper {
  width: 100%;
  overflow: hidden;
}

.swiper_box .scenarios_swiper .swiper-slide {
  height: 100vh;
  padding-top: 9.2rem;
  background-color: linear-gradient(326.51deg, rgba(24, 98, 208, 0) 39.16%, rgba(24, 98, 208, 0.64) 68.83%),
    linear-gradient(90deg, rgba(24, 98, 208, 0.72) 1.87%, rgba(24, 98, 208, 0) 54.27%);
}

.scenarios_box {
  margin-top: 60px;
  width: 47%;
}

.scenarios_box span.scenarios_title {
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-size: 32px;
  font-weight: 500;
  line-height: 45px;
  letter-spacing: 0.01em;
}

.scenarios_box .scenarios_content {
  margin-top: 24px;
}

.scenarios_box .scenarios_content,
.scenarios_box .scenarios_content p,
.scenarios_box .scenarios_content span {
  font-family: AlibabaPuHuiTi-2-45-Light !important;
  font-size: 18px !important;
  font-weight: 300 !important;
  line-height: 36px !important;
  letter-spacing: 0.01em !important;
  /* text-align: justify; */
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.swiper_box .swiper-slide .more_info {
  background: #D32430;
  border: none;
}

.scenarios_thumb_swiper {
  position: absolute;
  bottom: 7%;
  width: 100%;
  overflow: hidden;
}

.scenarios_thumb_swiper .swiper-slide {
  width: 230px !important;
  position: relative;
  cursor: pointer;
}

.scenarios_thumb_swiper .swiper-slide-thumb-active {
  border: 1px solid #FFFFFF;
}

.scenarios_thumb_swiper .swiper-slide span {
  display: block;
  position: absolute;
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 124px;
  background: rgba(43, 109, 208, 0.72);
}

.scenarios_thumb_swiper .swiper-slide-thumb-active span {
  background: none;
}

.scenarios_thumb_swiper .swiper-slide .img {
  line-height: 0;
}

.swiper_box .swiper-button-prev {
  width: 48px;
  height: 48px;
  background: url(../images/slide_left.png) no-repeat center;
  background-size: 48px;
  left: 80%;
  top: 68%;
}

.swiper_box .swiper-button-next {
  width: 48px;
  height: 48px;
  background: url(../images/slide_right.png) no-repeat center;
  background-size: 48px;
  right: 13.5%;
  top: 68%;
}

#section4 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.news_box {
  margin-top: 12.5rem;
}

.news_swiper {
  overflow: hidden;
  position: relative;
}

.news_swiper .swiper-wrapper {
  padding-bottom: 12rem;
}

.news_swiper .swiper-slide {
  padding-left: 53px;
  padding-right: 53px;
  margin-top: 96px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.news_swiper .swiper-slide:first-child {
  padding-left: 0;
  border-left: 0;
}

.news_swiper .swiper-pagination {
  line-height: 20px;
}

.news_swiper .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.news_swiper .swiper-pagination-bullet-active,
.news_swiper .swiper-pagination-bullet:hover {
  width: 20px;
  height: 20px;
  background: url(../images/news_swiper_page_active.png) no-repeat center;
  background-size: 20px;
  margin-top: -6px !important;
  margin-bottom: -6px !important;
}

.news_swiper .swiper-pagination-bullet:hover {
  background: url(../images/product_recommend_page_active.png) no-repeat center;
  background-size: 20px;
}

.news_cate {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.news_cate .more_info {
  margin-top: 0;
}

.news_date .news_day {
  display: block;
  font-family: DIN-Alternate;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0.02em;
  /* text-align: justify; */

}

.news_date .news_year {
  display: block;
  font-family: DIN-Alternate;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.02em;
  /* text-align: justify; */
  margin-top: 2px;
}

.news_swiper .news_item .news_title {
  display: block;
  margin-top: 32px;
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-size: 24px;
  font-weight: 500;
  line-height: 43px;
  letter-spacing: 0.02em;
  /* text-align: justify; */
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.news_more {
  display: block;
  width: 95px;
  margin-top: 50px;
  color: #fff;
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.01em;
  /* text-align: justify; */
  background: url(../images/more_info.png) no-repeat right center;
  background-size: 20px;
}

.news_swiper .swiper-slide:hover .news_more {
  color: #1862D0;
}

/* .news_swiper .news_item:hover .news_title {
  color: #1862D0;
} */

/* 走进春光 */
.inner_about_desc {
  display: flex;
  justify-content: space-between;
  margin-top: 6rem;
}

.inner_about_desc.en {
  margin-top: 2rem;
}

.inner_about_desc .inner_about_left {
  width: 50%;
  padding-left: 14rem;
}

.inner_about_desc .inner_about_right {
  width: 50%;
  padding-left: 3.75rem;
}

.inner_about_desc .company_name {
  display: block;
  font-family: AlibabaPuHuiTi-2-75-SemiBold;
  font-size: 45px;
  font-weight: 600;
  line-height: 63px;
  letter-spacing: 0em;
  text-align: left;
  color: #303133;
}

.inner_about_desc .company_vision {
  display: block;
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-size: 28px;
  font-weight: 400;
  line-height: 39px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #1862D0;
  margin-top: 20px;
  margin-bottom: 30px;
}

.inner_about_desc .company_images_swiper {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  padding-bottom: 3rem;
}

.inner_about_desc .company_images_swiper .swiper-wrapper {
  align-items: flex-end;
}

.inner_about_desc .company_images_swiper .swiper-slide {
  width: 58%;
}

.inner_about_desc .company_images_swiper .swiper-slide-active {
  width: 72%;
}

.company_images_swiper .swiper-pagination {
  width: auto;
  bottom: 0;
  left: 0;
}

.company_images_swiper .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.company_images_swiper .swiper-pagination-bullet-active {
  width: 20px;
  height: 20px;
  background: url(../images/product_recommend_page_active.png) no-repeat center;
  background-size: 20px;
  margin-top: -6px !important;
  margin-bottom: -6px !important;
}

.company_images_swiper .swiper-button-prev {
  width: 32px;
  height: 32px;
  left: auto;
  top: auto;
  bottom: 0;
  right: 32%;
  background: url(../images/company_images_left.png) no-repeat center center;
  background-size: 32px;
  /* opacity: 0.5; */
}

.company_images_swiper .swiper-button-next {
  width: 32px;
  height: 32px;
  top: auto;
  bottom: 0;
  right: 28%;
  background: url(../images/company_images_right.png) no-repeat center center;
  background-size: 32px;
}

.alert_company_video video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.inner_about_desc .company_desc,
.inner_about_desc .company_desc p,
.inner_about_desc .company_desc span,
.inner_about_desc .company_desc p span {
  font-family: AlibabaPuHuiTi-2-45-Regular !important;
  font-size: 18px !important;
  font-weight: 300 !important;
  line-height: 32px !important;
  letter-spacing: 0.02em !important;
  /* text-align: justify; */
  /* text-indent: 2em; */
  color: #303133 !important;
}

.inner_about_desc.en .company_desc p {
  display: none;
}

.inner_about_desc.en .company_desc p:first-child {
  display: block;
}

.inner_about_desc .company_desc p:last-child {
  margin-top: 24px;
}

.inner_about_box {
  max-width: 1200px;
  margin: 0 auto;
}

.inner_about_box .abnum {
  margin-top: 32px;
}

.inner_about_box .abnum .abnum_box {
  display: flex;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 6rem;
  margin-bottom: 7rem;
}

.inner_about_box .abnum_box_item {
  text-align: center;
}

.inner_about_box .abnum_box_item p {
  position: relative;
}

.inner_about_box .abnum_box_item p span {
  color: #1862D0;
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-size: 50px;
  font-weight: 600;
  line-height: 70px;
  letter-spacing: -0.05px;
  text-align: center;
}

.inner_about_box .abnum_box_item p sub {
  color: #1862D0;
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.02px;
  text-align: center;
  position: absolute;
  bottom: 3px;
}

.inner_about_box .abnum_box_item i {
  color: #303133;
  font-style: normal;
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.01em;
  text-align: center;
}

/* 企业文化 */
#section7 .g-bg {
  background: url(../images/corporate_culture_bg.jpg) center;
  background-size: cover;
}

.inner_corporate_culture {
  /* background: url(../images/corporate_culture_bg.jpg) no-repeat center center;
  background-size: cover; */
  padding-top: 12rem;
  padding-bottom: 13rem;
}

.inner_corporate_culture.en {
  padding-top: 7rem;
}

.inner_corporate_culture .inner_corporate_culture_box {
  display: flex;
  margin-top: 58px;
}

.inner_corporate_culture .culture_box_item {
  width: 23%;
  margin-right: 16px;
  border-radius: 12px;
  padding: 55px 34px 53px 25px;
  background: rgba(0, 0, 0, 0.2);
}

.inner_corporate_culture .culture_box_item.active,
.inner_corporate_culture .culture_box_item:hover {
  background: #1862D0;
}

.inner_corporate_culture .culture_box_item:first-child i {
  display: block;
  background: url(../images/corporate_culture_vision.svg) no-repeat center center;
  background-size: cover;
  width: 82px;
  height: 82px;
}

.inner_corporate_culture .culture_box_item:nth-child(2) i {
  display: block;
  background: url(../images/corporate_culture_mission.svg) no-repeat center center;
  background-size: cover;
  width: 82px;
  height: 82px;
}

.inner_corporate_culture .culture_box_item:last-child i {
  display: block;
  background: url(../images/corporate_culture_values.png) no-repeat center center;
  background-size: cover;
  width: 82px;
  height: 82px;
}

.inner_corporate_culture .culture_box_item:first-child:hover i {
  background: url(../images/corporate_culture_vision_on.svg) no-repeat center center;
  background-size: cover;
}

.inner_corporate_culture .culture_box_item:nth-child(2):hover i {
  background: url(../images/corporate_culture_mission_on.svg) no-repeat center center;
  background-size: cover;
}

.inner_corporate_culture .culture_box_item:last-child:hover i {
  background: url(../images/corporate_culture_values_on.png) no-repeat center center;
  background-size: cover;
}

.inner_corporate_culture .culture_box_item .inner_culture_title {
  display: block;
  padding-top: 42px;
  padding-left: 11px;
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #fff;
}

.inner_corporate_culture .culture_box_item .inner_culture_desc {
  padding-top: 26px;
  padding-left: 11px;
}

.inner_corporate_culture .culture_box_item .inner_culture_desc,
.inner_corporate_culture .culture_box_item .inner_culture_desc p,
.inner_corporate_culture .culture_box_item .inner_culture_desc span,
.inner_corporate_culture .culture_box_item .inner_culture_desc p span {
  display: block;
  font-family: AlibabaPuHuiTi-2-55-Regular !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
  letter-spacing: 0.01em !important;
  text-align: left;
  color: #fff !important;
}

.organizational_structure_box {
  margin-bottom: 74px;
  display: none;
}

.organizational_structure_box .catname_box {
  justify-content: center;
  margin: 0 auto;
  margin-top: 110px;
  margin-bottom: 41px;
}

.organizational_structure_box .catname_box .catname {
  color: #303133;
}

.organizational_structure_box .catname_box .catname::after {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.organizational_structure_box .img {
  max-width: 1176px;
  margin: 0 auto;
}

/* 发展历程(弃用) */

.development_history_swiper .swiper-button-prev {
  background: url(../images/slide_left.png) no-repeat center center;
  background-size: 48px;
  left: auto;
  right: 50%;
  top: 91%;
}

.development_history_swiper .swiper-button-next {
  background: url(../images/slide_right.png) no-repeat center center;
  background-size: 48px;
  right: 46%;
  top: 91%;
}

/* 发展历程新 */
#section8 {
  background: url(../images/new_development_history_bg.jpg) no-repeat center;
  background-size: cover;
}

.pc_development_history_swiper {
  display: block;
}

.wap_development_history_swiper {
  display: none;
}

.new_inner_development_history {
  position: relative;
  overflow: hidden;
  height: 100vh;
}

.new_inner_development_history>img {
  width: 100%;
}

.history_name {
  position: absolute;
  top: 20%;
  width: 100%;
}

.new_inner_development_history .new_development_history_swiper {
  position: absolute;
  height: 100%;
  width: 85%;
  left: 4%;
  overflow: hidden;
}

.new_inner_development_history .swiper-slide {
  position: relative;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}

.history-box {
  position: absolute;
  width: 90%;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  text-align: right !important;
}

.new_inner_development_history .swiper-slide.swiper-slide-active+div+div+div+div+div+div .history-box {
  bottom: 57.5%;
  letter-spacing: 0 !important;
  -webkit-line-clamp: 10 !important;
  width: 180px !important;
}

.new_inner_development_history .swiper-slide.swiper-slide-active+div+div+div+div+div .history-box {
  bottom: 55.8%;
}

.new_inner_development_history .swiper-slide.swiper-slide-active+div+div+div+div .history-box {
  bottom: 51.5%;
}

.new_inner_development_history .swiper-slide.swiper-slide-active+div+div+div .history-box {
  bottom: 45%;
  width: 90%;
}

.new_inner_development_history .swiper-slide.swiper-slide-active+div+div .history-box {
  bottom: 34.2%;
}

.new_inner_development_history .swiper-slide.swiper-slide-active+div .history-box {
  bottom: 20%;
}

.new_inner_development_history .swiper-slide.swiper-slide-prev .history-box,
.new_inner_development_history .swiper-slide.swiper-slide-active .history-box {
  bottom: 1.3%;
}

.new_inner_development_history .swiper-slide:last-child .new_developement_history_text {
  width: 82%;
  min-height: 9rem;
}

.new_inner_development_history .swiper-slide .new_development_history_desc {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.new_inner_development_history .swiper-slide .new_development_history_desc>span {
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-size: 2rem;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.02em;
  margin-bottom: 1rem;
}

.new_inner_development_history .swiper-slide .new_developement_history_text,
.new_inner_development_history .swiper-slide .new_developement_history_text p,
.new_inner_development_history .swiper-slide .new_developement_history_text span {
  font-family: AlibabaPuHuiTi-2-55-Regular !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 25.2px !important;
  letter-spacing: 0.02em !important;
  color: rgba(255, 255, 255, 0.75) !important;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.new_inner_development_history .new_development_history_swiper .swiper-slide i {
  display: block;
  width: 2.5rem;
  height: 3.75rem;
  background: url(../images/development_history_position.png) no-repeat center;
  background-size: cover;
  float: right;
  margin-top: 8px;
}

.history_page {
  position: absolute;
  left: 0;
  bottom: 20%;
  width: 100%;
}

.new_inner_development_history .swiper-button-prev,
.new_inner_development_history .swiper-button-next {
  width: 3rem;
  height: 3rem;
}

.new_inner_development_history .swiper-button-prev {
  background: url(../images/slide_left.png) no-repeat center;
  background-size: 3rem;
  right: 18%;
  bottom: 0;
  left: auto;
}

.new_inner_development_history .swiper-button-next {
  background: url(../images/slide_right.png) no-repeat center;
  background-size: 3rem;
  right: 14%;
  bottom: 0;
}

.new_inner_development_history .new_development_history {
  position: absolute;
}

/* 荣誉资质 */
.inner_qualifications_honors {
  /* background: url(../images/inner_qualifications_honors.png) no-repeat center center; */
  padding-top: 13rem;
  padding-bottom: 6.8rem;
}

#section9 .catname_box {
  width: 100%;
}

.inner_qualifications_honors .catname_box .catname {
  color: #303133;
}

/* .inner_qualifications_honors .catname_box .catname::after {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
} */

#section9 .catname_box .more_info {
  color: #1862D0;
  border: 1px #1862D0 solid;
  margin-top: 0;
}

#section9 .catname_box .more_info:hover i {
  color: #fff;
}

.qualifications_honors_swiper {
  width: 100%;
  margin-top: 69px;
  overflow: hidden;
  position: relative;
  padding-bottom: 6rem;
}

.swiper-container-multirow>.swiper-wrapper {
  margin-bottom: 4rem;
}

/* 荣誉资质背景
.qualifications_honors_swiper .swiper-slide {
  width: 350px;
  background: url(../images/qualifications_honors_normal_bg.png) no-repeat left bottom;
  background-size: contain;
}
.qualifications_honors_swiper .swiper-slide:nth-child(8n+1),
.qualifications_honors_swiper .swiper-slide:nth-child(8n+2) {
  background: url(../images/qualifications_honors_first_bg.png) no-repeat left bottom;
  background-size: contain;
}

.qualifications_honors_swiper .swiper-slide:nth-child(8n+7),
.qualifications_honors_swiper .swiper-slide:nth-child(8n+8) {
  background: url(../images/qualifications_honors_last_bg.png) no-repeat left bottom;
  background-size: contain;
}
*/

.qualifications_honors_swiper .swiper-slide {
  width: 29.6rem !important;
  text-align: center;
  transition: 300ms;
  transform: scale(0.8);
}

.qualifications_honors_swiper .swiper-slide-active,
.qualifications_honors_swiper .swiper-slide-duplicate-active {
  transform: scale(1);
}

.qualifications_honors_swiper .swiper-slide .qualifications_honors_item {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 1rem;
}

/* .qualifications_honors_swiper .qualifications_honors_item img {
  transition: all .5s;
}

.qualifications_honors_swiper .qualifications_honors_item img:hover {
  transform: scale(1.2, 1.2);
} */

.qualifications_honors_swiper .swiper-slide .qualifications_honors_item .qualifications_honors_title {
  margin-top: 95px;
  display: block;
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: center;
  color: #303133;
}

.qualifications_honors_swiper .swiper-button-prev {
  width: 48px;
  height: 48px;
  left: auto;
  right: 51%;
  top: auto;
  bottom: 0%;
  background: url(../images/qualifications_honors_left.png) no-repeat center center;
  background-size: cover;
}

.qualifications_honors_swiper .swiper-button-next {
  width: 48px;
  height: 48px;
  right: 47.6%;
  top: auto;
  bottom: 0%;
  background: url(../images/qualifications_honors_right.png) no-repeat center center;
  background-size: cover;
}

.qualifications_honors_swiper .swiper-button-prev:hover {
  background: url(../images/company_images_left.png) no-repeat center center;
  background-size: 2rem;
}

.qualifications_honors_swiper .swiper-button-next:hover {
  background: url(../images/company_images_right.png) no-repeat center center;
  background-size: 2rem;
}


/* 社会责任 */
#section10 .page_content {
  margin-top: 6rem;
}

#section10 .catname_box {
  width: 100%;
}

#section10 .catname_box .catname {
  color: #303133
}

#section10 .catname_box .more_info {
  color: #1862D0;
  border: 1px #1862D0 solid;
  margin-top: 0;
}

#section10 .catname_box .more_info:hover i {
  color: #fff;
}


#section10 .news_top_swiper {
  display: none;
}

.news_top_swiper {
  overflow: hidden;
  position: relative
}

/* 
.news_top_swiper .swiper-pagination {
  bottom: 3rem;
}

.news_top_swiper .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.news_top_swiper .swiper-pagination-bullet-active {
  width: 20px;
  height: 20px;
  background: url(../images/product_recommend_page_active.png) no-repeat center;
  background-size: 20px;
  margin-top: -6px !important;
  margin-bottom: -6px !important;
} 
*/
.news_top_swiper .swiper-button-prev,
.news_top_swiper .swiper-button-next {
  width: 48px;
  height: 48px;
  left: auto;
  right: 47%;
  top: auto;
  bottom: 1rem;
  cursor: pointer;
}

.news_top_swiper .swiper-button-prev {
  background: url(../images/qualifications_honors_left.png) no-repeat center;
  background-size: 48px;
  margin-right: 68px;
}

.news_top_swiper .swiper-button-next {
  background: url(../images/qualifications_honors_right.png) no-repeat center;
  background-size: 48px;
}

.news_top_swiper .swiper-button-prev:hover {
  background: url(../images/company_images_left.png) no-repeat center;
  background-size: 48px;
}

.news_top_swiper .swiper-button-next:hover {
  background: url(../images/company_images_right.png) no-repeat center;
  background-size: 48px;
}

/* .page_content .product_screen {
  display: none;
} */

.page_content .news_top {
  display: flex;
  align-items: center;
  background: #fff;
  margin-bottom: 100px;
}

.page_content .news_top .img {
  width: 50%;
  line-height: 0;
}

.page_content .news_top .news_top_desc {
  width: 50%;
  padding-left: 60px;
}

.page_content .news_top .news_top_desc span {
  display: block;
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-size: 28px;
  font-weight: 500;
  line-height: 41px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #303133;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.page_content .news_top .news_top_desc .news_top_text {
  font-family: AlibabaPuHuiTi-2-45-Light;
  font-size: 16px;
  font-weight: 300;
  line-height: 29px;
  letter-spacing: 0.02em;
  /* text-align: justify; */
  color: #909399;
  margin-top: 48px;
  padding-right: 3.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  /* -webkit-line-clamp: 4; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.page_content .news_top .news_top_desc .news_top_text.en {
  margin-top: 2rem;
}

.news_content {
  /* background: #fff; */
  padding-bottom: 100px;
}

.page_content .news_list_box {
  padding-top: 80px;
  display: flex;
  flex-wrap: wrap;
  /* background: #fff; */
}

.news_list_box .news_list_item {
  width: 31.5%;
  margin-right: 37px;
  margin-bottom: 38px;
  overflow: hidden;
  position: relative;
}

.news_list_box .news_list_item:nth-child(3n) {
  margin-right: 0;
}

.news_list_box .img {
  /* width: 442px; */
  line-height: 0;
  overflow: hidden;
}

.news_list_box .img a{
  display: block;
}

.news_list_box .news_list_item .img img {
  transition: all .5s;
  /*width:350px;
  height:200px;
  object-fit: cover;*/
}

.news_list_box .news_list_item .img:hover img {
  transform: scale(1.2, 1.2);
}

.news_list_box .news_item_desc {
  border-left: 1px solid #EBEEF5;
  border-right: 1px solid #EBEEF5;
  border-bottom: 1px solid #EBEEF5;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 2rem;
  position: relative;
  background: #fff;
}

.news_list_box span {
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.01em;
  /* text-align: justify; */
  color: #303133;
  padding-top: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.news_list_box .news_item_text,
.news_list_box .news_item_text p,
.news_list_box .news_item_text span {
  font-family: AlibabaPuHuiTi-2-45-Light;
  font-size: 15px;
  font-weight: 300;
  min-height: 54px;
  line-height: 27px;
  letter-spacing: 0.02em;
  /* text-align: justify; */
  color: #909399;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.news_list_box a.more-info {
  display: block;
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.02em;
  /* text-align: justify; */
  color: #1862D0;
  margin-top: 40px;
  position: relative;
  background: url(../images/news_info.png) no-repeat;
  background-position-x: 57px;
  background-position-y: center;
  background-size: 16px;
}

.news_list_box a:hover span {
  color: #1862D0;
}

.news_list_box a.more-info::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 68px;
  height: 0.7px;
  background: #1862D0;
}

.news_list_box time {
  display: block;
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.02em;
  /* text-align: justify; */
  color: #909399;
  position: absolute;
  bottom: 1rem;
  right: 24px;
}


/* 走进春光修改 24-05-17 */
#section5 .img {
  width: 100%;
  height: 100vh;
}

/* 产品列表 */
.product_screen {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 72px;
  /* background: #fff; */
}

.product_screen .catname_box .catname {
  color: #303133;
}

.product_screen .product_screen_category {
  display: flex;
  margin-top: 30px;
}

.product_screen .product_screen_select_box {
  width: 344px;
  height: 56px;
  line-height: 56px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 65px;
  padding-left: 34px;
  padding-right: 18px;
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-align: left;
  color: #303133;
  background: url(../images/product_category_down.png) no-repeat;
  background-position-x: 306px;
  background-position-y: center;
  background-size: 20px;
}

.product_screen .product_screen_select {
  position: relative;
}

.product_screen .product_screen_select_option {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  margin-top: 13px;
  position: absolute;
  width: 100%;
  display: none;
  z-index: 1;
}

.product_screen .product_screen_select_option span {
  display: block;
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-size: 18px;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #303133;
  padding-left: 24px;
  padding-right: 24px;
}

.product_screen_category .product_screen_search {
  margin-left: 26px;
  width: 344px;
  height: 56px;
  line-height: 56px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 65px;
  padding-left: 24px;
  padding-right: 24px;
}

.product_screen_category .product_screen_search form {
  display: flex;
  justify-content: space-between;
}

.product_screen_category .product_screen_search input {
  height: 54px;
}

.product_screen_category .product_screen_search input::placeholder {
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #303133;
}

.product_screen_category .product_screen_search button {
  width: 20px;
  height: 54px;
  background: url(../images/search.png) no-repeat center;
  background-size: 20px;
  border: 0;
}

.products_content {
  background: #F5F6F8;
  padding-top: 60px;
  min-height: 40vh;
  padding-bottom: 110px;
}

.product_list_all {
  display: block;
}

.products_list {
  display: flex;
  flex-wrap: wrap;
}

.products_list .products_item_box {
  width: 25%;
}

.products_list .products_item {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 30px;
  background: #fff;
  padding-top: 37px;
  overflow: hidden;
}

.products_list .products_item.en {
  min-height: 430px;
}

.products_list .products_item .img {
  width: 80%;
  margin: 0 auto;
  transition: all .5s;
}

.products_list .products_item:hover .img {
  transform: scale(1.2, 1.2);
}

.products_list .products_item span {
  display: block;
  margin-top: 37px;
  margin-bottom: 24px;
  text-align: center;
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #303133;
  padding-left: 1rem;
  padding-right: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.products_list.en .products_item span {
  min-height: 3.2rem;
}

.products_list .products_item:hover span {
  color: #1862D0;
}

/* 产品详情 */
.product_info .product_desc {
  display: flex;
  align-items: center;
  margin-top: 39.4px;
}

.product_info .product_left {
  width: 52%;
}

.product_info .product_right {
  width: 48%;
  line-height: 0;
}

.product_info .product_right .product_images_swiper {
  overflow: hidden;
  position: relative;
}

.product_info .product_images_swiper .swiper-button-prev {
  background: url(../images/company_swiper_left.jpg) no-repeat center;
  background-size: cover;
  left: 0;
  opacity: 0.7;
}

.product_info .product_images_swiper .swiper-button-next {
  background: url(../images/company_swiper_right.jpg) no-repeat center;
  background-size: cover;
  right: 0;
  opacity: 0.7;
}

.product_info .product_left .product_title {
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-size: 36px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #303133;
}

.product_info .product_left .introduction {
  font-family: AlibabaPuHuiTi-2-45-Light;
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 0.01em;
  text-align: left;
  margin-top: 36px;
  color: #606266;
}

.product_info .product_left a {
  display: block;
  width: 220px;
  height: 56px;
  margin-top: 110px;
  border-radius: 100px;
  line-height: 56px;
  background: #C72A2B;
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-align: center;
  color: #FFFFFF;
}

.product_info .product_overview {
  margin-top: 50px;
  margin-bottom: 100px;
}

.product_info .product_overview>span,
.product_info .product_content>span {
  font-family: AlibabaPuHuiTi-2-65-Medium;
  display: block;
  font-size: 32px;
  font-weight: 500;
  line-height: 45px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #303133;
  position: relative;
  padding-left: 20px;
  border-top: 1px solid #E4E7ED;
  margin-top: 20px;
  padding-top: 20px;
}

.product_info .product_overview>span::before,
.product_info .product_content>span::before {
  position: absolute;
  left: 0;
  content: '';
  background: #D32430;
  width: 4px;
  height: 34px;
}

.product_info .product_overview .product_overview_desc,
.product_info .product_content .product_content_desc {
  margin-top: 32px;
}

.product_info .product_overview .product_overview_desc,
.product_info .product_overview .product_overview_desc p,
.product_info .product_overview .product_overview_desc span,
.product_info .product_content .product_content_desc,
.product_info .product_content .product_content_desc p,
.product_info .product_content .product_content_desc span {
  font-family: AlibabaPuHuiTi-2-45-Light;
  font-size: 18px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0.02em;
  /* text-align: center; */
  color: #606266;
}

.product_info .product_content_desc table {
  margin: 0 auto !important;
  width: 100% !important;
}

.product_info .product_overview .product_overview_desc {
  margin-top: 66px;
  margin-bottom: 100px;
}

.product_info .product_content {
  margin-bottom: 100px;
}

/* 产品推荐 */
.product_recommend {
  background: #F5F6F8;
  padding-top: 130px;
}

.product_recommend .catname_box {
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 50px;
}

.product_recommend .catname_box .catname {
  color: #303030;
}

.product_recommend .catname_box .catname::after {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.product_recommend_swiper {
  overflow: hidden;
  position: relative;
  padding-bottom: 149px;
}

.product_recommend_swiper .swiper-pagination {
  bottom: 79px;
}

.product_recommend_swiper .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.product_recommend_swiper .swiper-pagination-bullet-active {
  width: 20px;
  height: 20px;
  background: url(../images/product_recommend_page_active.png) no-repeat center;
  background-size: 20px;
  margin-top: -6px !important;
  margin-bottom: -6px !important;
}

.product_recommend_swiper .swiper-slide {
  background: #fff;
}

.product_recommend_swiper .swiper-slide .img {
  width: 80%;
  margin: 0 auto;
  transition: all .5s;
}

.product_recommend_swiper .swiper-slide:hover .img {
  transform: scale(1.2, 1.2);
}

.product_recommend_swiper .swiper-slide span {
  display: block;
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.02em;
  /* text-align: justify; */
  color: #303130;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 24px;
}

.product_recommend_swiper .swiper-slide:hover span {
  color: #1862D0;
}

/* 应用领域 */
.application_area_box {
  padding-bottom: 110px;
}

.application_area_item {
  display: flex;
  justify-content: space-between;
  background: #fff;
  margin-bottom: 60px;
  align-items: stretch
}

.application_area_item:last-child {
  margin-bottom: 0;
}

.application_area_item .left {
  width: 47.2%;
  padding-top: 70px;
  padding-bottom: 90px;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.application_area_item.en .left {
  padding-top: 1rem;
}

.application_area_item:nth-child(even) {
  flex-direction: row-reverse;
}

.application_area_item .left::after {
  position: absolute;
  bottom: 60px;
  content: '';
  width: 72px;
  height: 3px;
  background: #D32430;
}

.application_area_item .left:hover::after {
  width: 80%;
  transition: all .5s;
}

.application_area_item .left span {
  display: block;
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-size: 32px;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #303133;
  text-transform: uppercase;
}

.application_area_item .application_area_desc {
  margin-top: 2rem;
}

.application_area_item.en .application_area_desc {
  height: 11rem;
  overflow: scroll;
}

.application_area_item .application_area_desc p,
.application_area_item .application_area_desc span {
  font-family: AlibabaPuHuiTi-2-45-Light !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: 29px !important;
  letter-spacing: 0.02em !important;
  /* text-align: justify; */
  color: #303133 !important;
}

/* .application_area_item.en .application_area_desc p,
.application_area_item.en .application_area_desc span {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
} */

.application_area_item .img {
  width: 52.8%;
  line-height: 0;
  overflow: hidden;
  position: relative;
}

.application_area_item .img .more_special {
  display: block;
  font-family: AlibabaPuHuiTi-2-45-Light;
  font-size: 1rem;
  font-weight: 300;
  line-height: 29px;
  letter-spacing: 0.02em;
  color: currentColor;
  position: absolute;
  right: 4rem;
  bottom: 1rem;
  font-weight: bold;
  background: #1862d0;
  padding: 6px 30px;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  -o-border-radius: 200px;
}

/* .application_area_item .img .more_special:hover {
  color: #1862D0;
} */

.application_area_item .img img {
  transition: all .5s;
}

.application_area_item .img:hover img {
  transform: scale(1.2, 1.2);
}

/* 客户群体 */
.customer {
  background: url(../images/customer_bg.jpg) no-repeat center top;
  background-size: cover;
  padding-top: 120px;
}

.customer .catname_box {
  justify-content: center;
  margin: 0 auto;
}

.customer .catname_box .catname {
  color: #303133;
}

.customer .catname_box .catname::after {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.customer .customer_desc {
  font-family: AlibabaPuHuiTi-2-45-Light;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #303133;
  margin: 0 auto;
  margin-top: 18px;
  width: 68.75rem;
}

.customer .customer_box {
  margin-top: 53px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 80px;
  text-align: center;
}

.customer .customer_box .customer_item {
  width: 9rem;
}

.customer .customer_box .customer_item img {
  width: 8rem;
}

.customer .customer_box .customer_item img {
  transition: all .5s;
  cursor: pointer;
}

.customer .customer_box .customer_item img:hover {
  transform: scale(1.2, 1.2);
}

/* 申请合作 */
.cooperation {
  /* margin-top: 97px; */
  padding-bottom: 100px;
}

.cooperation .cooperation_box {
  background: #fff;
  border-radius: 8px;
}

.cooperation .catname_box {
  justify-content: center;
  margin: 0 auto;
  padding-top: 60px;
}

.cooperation .catname_box .catname {
  color: #303133;
}

.cooperation .catname_box .catname::after {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.cooperation_box form {
  width: 90%;
  margin: 65px auto 0;
  text-align: center;
}

.cooperation_box form .input_box {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}

.cooperation_box form label {
  display: flex;
  width: 50%;
  height: 60px;
  line-height: 60px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 16px;
  padding-right: 16px;
}

.cooperation_box form label:last-child {
  margin-left: 60px;
}

.cooperation_box form label span {
  display: block;
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-size: 16px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: 0.45px;
  text-align: center;
  color: #231815;
}

.cooperation_box form label span i {
  color: #FF4D4F;
  font-style: normal;
}

.cooperation_box form label input {
  width: 62%;
  height: 58px;
  padding-left: 20px;
  font-size: 1.2rem;
}

.cooperation_box form .email_other {
  width: 50%;
  margin-left: 60px;
}

.cooperation_box form textarea {
  width: 100%;
  height: 13rem;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  resize: none;
  margin-top: 24px;
  padding: 20px 16px;
  font-size: 1.2rem;
}

.cooperation_box form textarea::placeholder {
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.4571428596973419px;
  text-align: left;
  color: rgba(35, 24, 21, 0.5);
}

.cooperation_box form button {
  width: 240px;
  height: 60px;
  border-radius: 8px;
  background: #1862D0;
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.45px;
  text-align: center;
  color: #fff;
  margin-top: 64px;
  margin-bottom: 97px;
  border: 0;
  cursor: pointer;
}

/* 新闻中心 */
.news_content_box .product_screen {
  margin-bottom: 0;
}

.news_content_box .page_content .news_list_box {
  padding-top: 60px;
}

.news_content_box .product_screen_category .product_screen_search {
  background: #F5F6F8;
}

.news_content_box .product_screen_category .product_screen_search input {
  background: #F5F6F8;
}

/* 新闻详情 */
.new_info {
  margin-top: 60px;
  margin-bottom: 156px;
}

.new_info .new_title {
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-size: 36px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #303133;
}

.new_info .view_desc {
  margin-top: 24px;
  text-align: center;
}

.view_desc time {
  background: url(../images/time.png) no-repeat left center;
  background-size: 18px;
  padding-left: 22px;
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.02em;
  /* text-align: justify; */
  color: #909399;
}

.view_desc em {
  margin-left: 56px;
  background: url(../images/view.png) no-repeat left center;
  background-size: 18px;
  padding-left: 22px;
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.02em;
  /* text-align: justify; */
  color: #909399;
}

.new_info .new_info_content {
  margin-top: 24px;
  padding-bottom: 40px;
  border-bottom: 1px solid #E2E2E2;
}

.new_info .new_info_content,
.new_info .new_info_content p,
.new_info .new_info_content span {
  font-family: AlibabaPuHuiTi-2-55-Regular !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
  letter-spacing: 0.02em !important;
  /* text-align: justify; */
  color: #303133 !important;
}

.new_info .last_next {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
}

.new_info .last_next a {
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #303133;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.new_info .last_next a.last_archives {
  background: url(../images/page_left.png) no-repeat left center;
  background-size: 20px;
  padding-left: 24px;
}

.new_info .last_next a.next_archives {
  background: url(../images/page_right.png) no-repeat right center;
  background-size: 20px;
  padding-right: 24px;
}

/* 智慧园区 */

.smart_electronics_box .catname_box {
  justify-content: center;
  margin: 0 auto;
  margin-top: 110px;
  margin-bottom: 60px;
}

.smart_electronics_box .catname_box .catname {
  color: #303133;
}

.smart_electronics_box .catname_box .catname::after {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.smart_electronics_position {
  position: relative;
  line-height: 0;
}

.smart_electronics_position .position {
  position: absolute;
  cursor: pointer;
}

.smart_electronics_position .position span {
  cursor: pointer;
}

.smart_electronics_position .position i {
  display: block;
  width: 14px;
  height: 14px;
  background: #1862D0;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  text-decoration: none;
  animation: bordershow 3s infinite;
  position: absolute;
  cursor: pointer;
}

.smart_electronics_position .position i::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: rgba(24, 98, 208, 0.4);
}

.smart_electronics_position .position i::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: rgba(24, 98, 208, 0.4);
}

.smart_electronics_position .position i::before {
  animation: boderM 3s .75s infinite;
}

.smart_electronics_position .position i::after {
  animation: boderM 3s infinite;
}

@keyframes boderM {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0
  }

  20% {
    opacity: 1
  }

  75% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

@keyframes bordershow {
  50% {
    box-shadow: 0px 0px 10px 0 #1862D0;
  }
}

.smart_electronics_position .position span {
  display: block;
  position: relative;
  top: -12px;
  left: -50%;
  /* height: 40px; */
  background: #1862D0;
  border-radius: 100px;
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
  max-width: 16rem;
}

.smart_electronics_position.en .position span {
  padding-left: 1.1rem;
}

.smart_electronics_position .position em {
  content: '';
  position: relative;
  top: 4px;
  left: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 6px solid #1862D0;
}

.smart_electronics_position .position_01 {
  left: 24.5%;
  top: 49%;
}

.smart_electronics_position .position_02 {
  left: 46%;
  top: 27%;
}

.smart_electronics_position .position_03 {
  left: 62%;
  top: 12%;
}

.smart_electronics_position .position_04 {
  left: 52%;
  top: 58%;
}

.smart_electronics_position .position_05 {
  left: 61%;
  top: 50%;
}

.smart_electronics_position .position_06 {
  left: 73%;
  top: 39%;
}

.smart_electronics_position .position_07 {
  left: 62%;
  top: 77%;
}

.smart_electronics_position .position_08 {
  left: 68%;
  top: 62%;
}

.smart_electronics_position .position_09 {
  left: 79%;
  top: 53%;
}

.smart_electronics_position .position_010 {
  left: 58%;
  top: 68%;
}

.smart_electronics_swiper {
  overflow: hidden;
  position: relative;
  margin-top: 40px;
  margin-bottom: 110px;
}

.smart_electronics_swiper .swiper-button-next {
  width: 33px;
  height: 99px;
  background: url(../images/company_swiper_right.jpg) no-repeat center;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 0;
  margin-top: 0;
}

.smart_electronics_swiper .swiper-button-prev {
  width: 33px;
  height: 99px;
  background: url(../images/company_swiper_left.jpg) no-repeat center;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  margin-top: 0;
}

.smart_electronics_more {
  display: none;
}

.alert_smart_electronics .layui-layer-setwin {
  top: 12px;
}

.alert_smart_electronics .layui-layer-setwin .layui-layer-close1 {
  background-position: -152px -34px;
  cursor: pointer;
  width: 25px;
  height: 25px;
}

.alert_smart_electronics_box {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.alert_smart_electronics_box.en {
  align-items: center
}

.alert_smart_electronics_box .img {
  width: 47%;
}

.alert_smart_electronics_box .desc {
  margin-left: 2rem;
  width: 53%;
}

.alert_smart_electronics_box .desc span {
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0.01em;
  /* text-align: justify; */
  color: #303133;
}

.alert_smart_electronics_box.en .desc span {
  font-size: 1.2rem;
  line-height: normal;
}

.alert_smart_electronics_box .alert_smart_electronics_text,
.alert_smart_electronics_box .alert_smart_electronics_text p,
.alert_smart_electronics_box .alert_smart_electronics_text span {
  margin-top: 16px;
  font-family: AlibabaPuHuiTi-2-45-Light !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: 29px !important;
  letter-spacing: 0.02em !important;
  /* text-align: justify; */
  color: #909399 !important;
}

/* 联系我们 */
.contact_box {
  margin-top: 60px;
}

.contact_box .catname_box {
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 60px;
}

.contact_box .catname_box .catname {
  color: #303133;
  /*font-size: 2.5rem;*/
}

.contact_box .catname_box .catname::after {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.contact_info {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2rem;
}

.contact_info .contact_info_item {
  width: 33.3%;
  margin-right: 2.5rem;
  padding-top: 2.4rem;
  padding-bottom: 2rem;
  border: 1px solid #E4E7ED;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.contact_info .contact_info_item:last-child {
  margin-right: 0;
}

.contact_info .contact_info_item i {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
}

.contact_info .contact_info_item .contact_info_name {
  display: block;
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #1862d0;
  margin-top: 24px;
  margin-bottom: 19px;
}

.contact_info .contact_info_item .contact_info_text {
  display: block;
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-size: 24px;
  font-weight: 400;
  line-height: 34.8px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #303133;
  width: 96%;
  margin: 0 auto;
}

.contact_info.en .contact_info_item .contact_info_text {
  font-size: 1rem;
  line-height: normal;
}

.contact_info .contact_tel i {
  background: url(../images//contact_tel.png) no-repeat center;
  background-size: 60px;
}

.contact_info .contact_email i {
  background: url(../images//contact_email.png) no-repeat center;
  background-size: 60px;
}

.contact_info .contact_address i {
  background: url(../images//contact_address.png) no-repeat center;
  background-size: 60px;
}

/* 分公司联系我们 */

.branchOffice .catname_box {
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 6rem;
  padding-top: 3rem;
}

.branchOffice .catname_box .catname {
  color: #303133;
}

.branchOffice .catname_box .catname::after {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.branchOffice .branchOffice-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
}

.branchOffice .branchOffice-content .branchOffice-content-item {
  width: 46%;
  margin-bottom: 3.75rem;
}

.branchOffice .branchOffice-content .branchOffice-content-item .branchOffice-content-item-title {
  font-size: 1.5rem;
  color: #303133;
  font-weight: 500;
}

.branchOffice .branchOffice-content .branchOffice-content-item .branchOffice-content-item-title .blue {
  color: #1862D0;
}

.branchOffice .branchOffice-content .branchOffice-content-item .branchOffice-content-item-line {
  width: 100%;
  height: 1px;
  margin: 32px 0;
  background-color: #EBEEF5;
}

.branchOffice .branchOffice-content .branchOffice-content-item .branchOffice-content-item-content {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5625rem;
  color: #606266;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

.branchOffice .branchOffice-content .branchOffice-content-item .branchOffice-content-item-content .icon {
  width: 18px;
  height: 18px;
  margin-top: 0.125rem;
  margin-left: 0.125rem;
}

/* 腾讯地图(弃用) */
/* #company_map {
  margin-top: 67px;
  height: 520px;
  border-radius: 16px;
  margin-bottom: 100px;
}

.company_map_box .company_name {
  display: block;
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #1862D0
}

.company_map_box .company_address {
  display: block;
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #303133;
  margin-top: 2px;
} */

/* 加入我们 */
.join_us_box {
  background: #F5F6F8;
  padding-top: 100px;
  padding-bottom: 100px;
}

.join_us_box .catname_box {
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 60px;
}

.join_us_box .catname_box .catname {
  color: #303133;
}

.join_us_box .catname_box .catname::after {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.join_list .join_item_title {
  /* border-radius: 6px 6px 0 0; */
  border: 1px solid #EBEEF5;
  background: #FFFFFF url(../images/join_us_down.png) no-repeat center right;
  background-size: 28px;
  background-position-x: 98%;
  display: flex;
  justify-content: space-between;
  height: 88px;
  line-height: 88px;
  padding-left: 30px;
  padding-right: 84px;
  cursor: pointer;
  margin-top: 24px;
  border-left: 6px solid #1862D0;
  border-top-left-radius: 6px;
}

.join_list .join_item_title.on {
  background: #FFFFFF url(../images/join_us_up.png) no-repeat center right;
  background-size: 28px;
  background-position-x: 98%;
}

.join_list .join_item_title:first-child {
  margin-top: 0;
  /* padding-bottom: 24px; */
}

.join_list .join_item_title>span {
  width: 33%;
}

.join_list .join_item_title .position {
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-size: 20px;
  font-weight: 500;
  line-height: 88px;
  letter-spacing: 0.57px;
  color: #303133;
}

.join_list .join_item_title .address {
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.57px;
  color: #303133;
  background: url(../images/join_title_address.png) no-repeat left center;
  background-size: 1.8rem;
  padding-left: 2rem;
}

.join_list .join_item_title .join_num {
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.57px;
  text-align: right;
  color: #303133;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.join_list li.content_box {
  display: none;
  border-left: 1px solid #EBEEF5;
  border-right: 1px solid #EBEEF5;
  border-bottom: 1px solid #EBEEF5;
  padding: 2rem 1.87rem;
  background: #fff url(../images/join_content_bg.png) center bottom no-repeat;
  background-size: 100%;
}

.join_list .content_box .content,
.join_list .content_box .content p,
.join_list .content_box .content span {
  font-family: AlibabaPuHuiTi-2-55-Regular !important;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.57px;
  text-align: left;
  /* color: #909399; */
  color: #303133 !important;
  font-size: 16px !important;
  text-wrap: initial !important;
}

.join_list .content_box .join_btn {
  display: block;
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-size: 16px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0.45px;
  text-align: center;
  background: #015CAC;
  color: #fff;
  width: 347px;
  height: 48px;
  border-radius: 8px;
  margin-top: 32px;
}

.join_list .content_box .join_btn:hover {
  background: #D32430;
}

/* 响应式布局样式 */

@media screen and (max-width: 1440px) {
  .head .menu {
    width: fit-content;
  }

  .head .menu ul li {
    margin-left: 0.5rem;
    margin-right: 1rem;
  }

  .head .menu ul li a {
    font-size: 1rem;
  }

  .container {
    max-width: 60rem;
    margin: 0 auto;
  }

  #section0 .video_play span {
    top: 30%;
    left: 10%;
  }

  #section0 .video_play.en span {
    width: 56rem;
    top: 22%;
    left: 10%;
  }

  .news_swiper .swiper-pagination {
    bottom: 16%;
  }

  .about_right {
    width: 26%;
  }

  .inner_about_desc {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 4rem;
  }

  .inner_about_desc .inner_about_left {
    padding-left: 4rem;
  }

  .inner_about_desc .inner_about_right {
    padding-left: 2.75rem;
  }

  .inner_about_desc .inner_about_left .company_desc p {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }

  .inner_corporate_culture .culture_box_item {
    width: 30%;
  }


  .new_inner_development_history .swiper-slide.swiper-slide-active+div+div+div+div+div+div .history-box {
    bottom: 56.7%;
  }

  .new_inner_development_history .swiper-slide.swiper-slide-active+div+div+div+div+div .history-box {
    bottom: 56.7%;
  }

  .new_inner_development_history .swiper-slide.swiper-slide-active+div+div+div+div .history-box {
    bottom: 54.2%;
  }

  .new_inner_development_history .swiper-slide.swiper-slide-active+div+div+div .history-box {
    bottom: 49%;
  }

  .new_inner_development_history .swiper-slide.swiper-slide-active+div+div .history-box {
    bottom: 40.8%;
  }

  .new_inner_development_history .swiper-slide.swiper-slide-active+div .history-box {
    bottom: 28.8%;
  }

  .new_inner_development_history .swiper-slide.swiper-slide-prev .history-box,
  .new_inner_development_history .swiper-slide.swiper-slide-active .history-box {
    bottom: 13.2%;
  }

  .new_inner_development_history .swiper-button-prev {
    right: 19%;
  }

  .qualifications_honors_swiper .swiper-slide {
    text-align: center;
  }

  .qualifications_honors_swiper .swiper-slide .qualifications_honors_item {
    width: 100%;
  }

  .qualifications_honors_swiper .swiper-slide .qualifications_honors_item img {
    width: 80%;
  }

  .qualifications_honors_swiper .swiper-slide .qualifications_honors_item .qualifications_honors_title {
    height: 3.6rem;
  }

  .qualifications_honors_swiper .swiper-slide .qualifications_honors_item .qualifications_honors_title.en {
    margin-top: 1rem;
  }

  .qualifications_honors_swiper .swiper-button-next,
  .qualifications_honors_swiper .swiper-container-rtl .swiper-button-prev {
    right: 43%;
  }

  .news_list_box .news_list_item {
    width: 30%;
  }

  .application_area_item .left {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .application_area_item .application_area_desc {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-top: 1rem;
  }

  .application_area_item.en .img .more_special {
    bottom: 1rem;
  }

  .application_area_item.en .application_area_desc p,
  .application_area_item.en .application_area_desc span {
    -webkit-line-clamp: 4;
  }

  .application_area_item .left::after {
    bottom: 1rem;
  }

  .customer .customer_box .customer_item {
    width: 10rem;
  }

  .mc_search_xl {
    height: 7.5rem;
  }
}

@media screen and (max-width: 1390px) {

  .container {
    max-width: 52rem;
    margin: 0 auto;
  }

  .head {
    padding-left: 2rem;
  }

  .head .menu {
    width: 60%;
    min-width: auto;
    min-width: 44rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }

  .head .menu ul li {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .head .menu ul li a {
    font-size: 1rem;
  }

  .head_search {
    display: none;
  }

  .language {
    display: block;
  }

  .catname_box .catname {
    font-size: 2.2rem;
    height: 76px;
  }

  .about_right {
    width: 30%;
  }

  .about_right .right_statistics {
    font-size: 1.4rem
  }

  .about_right .right_statistics i {
    font-size: 2.6rem;
  }

  .swiper_box .swiper-button-prev {
    left: 76%;
  }

  .inner_about_desc {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  .inner_about_desc.en .inner_about_left {
    width: 100%;
  }

  .inner_about_desc.en .inner_about_right {
    display: none;
  }

  .inner_about_desc .inner_about_left {
    padding-left: 4rem;
  }

  .inner_about_desc .inner_about_left .company_desc p:first-child {
    display: block;
  }

  .inner_about_desc .inner_about_left .company_desc p:last-child {
    display: none;
  }

  .inner_about_desc .inner_about_right {
    padding-right: 2.75rem;
  }

  .inner_about_box .abnum .abnum_box.en {
    margin-top: 0;
  }

  .inner_corporate_culture .culture_box_item {
    width: 30%;
  }

  .development_history_swiper .swiper-button-next {
    right: 44%;
  }

  .new_inner_development_history .swiper-slide.swiper-slide-active+div+div+div+div .history-box {
    bottom: 63.4%;
  }

  .new_inner_development_history .swiper-slide.swiper-slide-active+div+div+div .history-box {
    bottom: 60.4%;
  }

  .new_inner_development_history .swiper-slide.swiper-slide-active+div+div .history-box {
    bottom: 51.2%;
  }

  .new_inner_development_history .swiper-slide.swiper-slide-active+div .history-box {
    bottom: 35.4%;
  }

  .new_inner_development_history .swiper-slide.swiper-slide-prev .history-box,
  .new_inner_development_history .swiper-slide.swiper-slide-active .history-box {
    bottom: 10.6%;
  }

  .new_inner_development_history .swiper-button-prev {
    right: 20%;
  }

  .new_inner_development_history .swiper-slide .new_development_history_desc span {
    font-size: 1.2rem;
    margin-bottom: 0;
  }

  .new_inner_development_history .swiper-slide .new_developement_history_text,
  .new_inner_development_history .swiper-slide .new_developement_history_text p,
  .new_inner_development_history .swiper-slide .new_developement_history_text span {
    line-height: inherit !important;
  }

  .new_inner_development_history .new_development_history_swiper .swiper-slide i {
    width: 1.4rem;
    height: 3.2rem;
    margin-top: 3px;
  }

  .qualifications_honors_swiper {
    padding-bottom: 60px;
  }

  .swiper-container-multirow>.swiper-wrapper {
    margin-bottom: 0;
  }

  .qualifications_honors_swiper .swiper-slide {
    margin-bottom: 18px;
  }

  .qualifications_honors_swiper .swiper-slide .qualifications_honors_item {
    width: 96%;
  }

  .qualifications_honors_swiper .swiper-slide .qualifications_honors_item .qualifications_honors_title {
    padding-top: 36px;
    margin-top: 0;
    height: 3.4rem;
    font-size: 1rem;
  }

  .qualifications_honors_swiper .swiper-button-prev {
    right: 50%;
    left: auto;
  }

  .qualifications_honors_swiper .swiper-button-next {
    right: 43%;
  }

  .news_list_box .news_list_item {
    width: 30%;
  }

  .product_screen .product_screen_select_box {
    width: 16rem;
    padding-left: 1.6rem;
  }

  .product_screen_category .product_screen_search {
    width: 16rem;
    padding-left: 1.6rem;
  }

  .application_area_item .application_area_desc {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 1rem;
  }

  .application_area_item .left>span {
    font-size: 1.8rem;
  }

  .application_area_item .application_area_desc p,
  .application_area_item .application_area_desc span {
    font-size: 1rem;
  }

  .application_area_item.en .img .more_special {
    bottom: 1rem;
  }

  .application_area_item .left {
    padding-left: 30px;
    padding-right: 30px;
  }

  .application_area_item .left {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .application_area_item .left::after {
    bottom: 20px;
  }

  /* 客户群体 */

  .customer .customer_box {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .customer .customer_box .customer_item {
    width: 8rem;
  }

  .cooperation_box form {
    width: 90%;
  }

  .cooperation_box form label {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }

  .cooperation_box form label:first-child {
    width: 50%;
  }

  .cooperation_box form label:last-child {
    width: 50%;
  }

  .cooperation_box form label:last-child {
    margin-left: 1rem;
  }

  .cooperation_box form label input {
    width: 58%;
    padding-left: 10px;
  }

  .smart_electronics_position .position span {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    /* height: 1.8rem;
    line-height: 0.8rem; */
    font-size: 0.9rem;
  }

  .smart_electronics_position .position_01 {
    left: 24%;
    top: 47%;
  }

  .smart_electronics_position .position_04 {
    top: 57%;
  }

  .smart_electronics_position .position_05 {
    top: 48%;
  }

  .smart_electronics_position .position_06 {
    top: 37%;
  }

  .smart_electronics_position .position_08 {
    top: 56%;
  }

  .smart_electronics_position .position_09 {
    top: 51%;
  }

  .smart_electronics_position .position_010 {
    top: 64%;
  }

  .smart_electronics_swiper .swiper-button-next,
  .smart_electronics_swiper .swiper-button-prev {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }

  .contact_info .contact_info_item {
    width: 33%;
  }

  .contact_info .contact_info_item .contact_info_name {
    margin-top: 0.6rem;
    margin-bottom: 0.2rem;
    font-size: 1.2rem;
  }

  .contact_info .contact_info_item .contact_info_text {
    font-size: 1.2rem;
    line-height: normal;
  }

  .news_list_box a {
    margin-top: 1rem;
  }

  .news_list_box .img {
    height: auto;
    width: auto;
  }

  .search-form .search-info {
    margin-bottom: 0;
  }

  .news_list_box span {
    padding-top: 1rem;
  }

  .footer_content .foot_tel_addr .foot_tel_num {
    font-size: 1.8rem;
  }

  .footer .footer_content .foot_right {
    width: 72%;
  }
}

@media screen and (max-width: 1025px) {
  .new_inner_development_history .swiper-slide.swiper-slide-active+div+div+div .history-box {
    bottom: 55.4%;
  }

  .new_inner_development_history .swiper-slide.swiper-slide-active+div+div .history-box {
    bottom: 50.4%;
  }

  .new_inner_development_history .swiper-slide.swiper-slide-active+div .history-box {
    bottom: 41.8%;
  }

  .new_inner_development_history .swiper-slide.swiper-slide-prev .history-box,
  .new_inner_development_history .swiper-slide.swiper-slide-active .history-box {
    bottom: 29.6%;
  }

  .new_inner_development_history .swiper-button-prev {
    right: 20%;
  }

  .new_inner_development_history .swiper-slide .new_development_history_desc span {
    font-size: 1.2rem
  }

  .new_inner_development_history .swiper-slide .new_developement_history_text,
  .new_inner_development_history .swiper-slide .new_developement_history_text p,
  .new_inner_development_history .swiper-slide .new_developement_history_text span {
    line-height: inherit !important;
  }

  .new_inner_development_history .new_development_history_swiper .swiper-slide i {
    width: 1.4rem;
    height: 3.2rem;
    margin-top: 3px;
  }
}

@media screen and (max-width: 991px) {
  .head .menu ul li a {
    font-size: 1rem;
  }

  .navi {
    position: absolute;
    width: 2rem;
    height: 2rem;
    padding: 9px;
    z-index: 999999;
    top: 6px;
    left: 6px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 5rem;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
  }

  .navi a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: -2px;
  }

  .navi span {
    width: 100%;
    background: #fff;
    border-radius: 1.5px;
    height: 3px;
    margin-top: 2.5px;
    display: block;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transform-origin: center;
  }

  .navi.on span:last-child {
    display: none;
  }

  .navi.on span:nth-child(1) {
    transform: skewY(45deg) translateX(0px) translateY(3px);
    -webkit-transform: skewY(45deg) translateX(0px) translateY(3px);
    -moz-transform: skewY(45deg) translateX(0px) translateY(3px);
    -ms-transform: skewY(45deg) translateX(0px) translateY(3px);
    -o-transform: skewY(45deg) translateX(0px) translateY(3px);
  }

  .navi.on span:nth-child(2) {
    transform: skewY(-45deg) translateX(0px) translateY(-3px);
    -webkit-transform: skewY(-45deg) translateX(0px) translateY(-3px);
    -moz-transform: skewY(-45deg) translateX(0px) translateY(-3px);
    -ms-transform: skewY(-45deg) translateX(0px) translateY(-3px);
    -o-transform: skewY(-45deg) translateX(0px) translateY(-3px);
  }

  header {
    min-width: 320px;
    width: 100%;
    height: 44px;
    position: fixed;
    top: 0;
    z-index: 1001;
    overflow: hidden;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    display: flex;
    justify-content: space-between;
    background: #1862D0;
  }

  header.index {
    background: none;
  }

  header.page_about_header {
    background: #1862D0;
  }

  header .logo {
    padding: 9px;
    width: 4.6rem;
    margin-left: 3rem;
  }

  header .logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
  }

  header.open {
    max-height: 100vh;
    min-height: 100vh;
    overflow: auto;
    background-color: #ffffff !important;
    box-shadow: 0 2px 3.92px 0.08px rgb(0 0 0 / 5%);
  }

  .header-nav {
    background: #ffffff;
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 80px;
  }

  .header-nav>ul>li>a {
    position: relative;
    display: block;
    padding: 16px 10px;
    border-top: 1px solid #b7b7b8;
    font-size: 15px;
    color: #081f2c;
    font-weight: 600;
  }

  .header-nav>ul>li>a::after {
    content: " ";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    background: url(../images/icon_menu-arrow.png) no-repeat center;
    background-size: 7px 13px;
    width: 7px;
    height: 13px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }

  .header-nav>ul>li.nav-parent>a::after {
    background: url(../images/icon_plus_black.png) no-repeat center;
    background-size: 11px 11px;
    width: 11px;
    height: 11px;
  }

  .header-nav>ul>li.nav-minus>a::after {
    background: url(../images/icon_minus_black.png) no-repeat center;
    background-size: 11px 11px;
    width: 11px;
    height: 11px;
  }

  .header-nav>ul>li>ul {
    display: none;
  }

  .header-nav>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 14px 12px;
    border-top: 1px solid #b7b7b8;
    font-size: 13px;
    color: #081f2c;
  }

  .header-nav>ul>li>ul>li>a::after {
    content: " ";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    background: url(../images/icon_menu-arrow.png) no-repeat center;
    background-size: 7px 13px;
    width: 7px;
    height: 13px;
  }

  .language {
    display: block;
    line-height: 44px;
    padding-top: 0;
    margin-right: 8px;
    font-size: 14px;
    position: absolute;
    right: 44px;
  }

  .head_search {
    display: block;
  }

  .head_search .head_search_box {
    width: 44px;
    height: 44px;
    padding: 9px 7px 15px 17px;
  }

  .head_search .head_search_box i {
    background-size: 20px;
    width: 20px;
    height: 20px;
  }

  .head_search_form form {
    padding: 1rem 1rem 1rem 1rem;
  }

  .head_screen_select {
    width: 4.6rem;
  }

  .head_screen_select.en {
    width: 9.6rem;
  }

  .head_screen_select .head_screen_select_box {
    font-size: 1.4rem;
    background-size: 1.8rem;
  }

  .head_search_form input {
    padding-left: 0;
    margin-left: 0.5rem;
    font-size: 1.2rem;
    width: calc(100% - 7rem);
  }

  .head_search_form input::placeholder {
    color: #fff;
    font-size: 1.2rem;
  }

  .head_search_form .head_search_form_submit {
    width: 2rem;
  }

  .head_search_hot {
    margin-top: 1rem;
    font-size: 1rem;
  }

  .head_search_hot a {
    font-size: 1rem;
  }

  .hide_category {
    display: none;
  }

  .footer {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .footer .footer_content {
    padding-bottom: 0;
    justify-content: space-around
  }

  .footer .footer_content .foot_right {
    width: 92%;
  }

  .copyright_box {
    justify-content: space-around
  }

  .copyright_box .copyright {
    padding-left: 0;
    text-align: center;
  }

  .container {
    max-width: 90%;
    margin: 0 auto;
  }

  .head,
  .banner_swiper .swiper-button-prev,
  .banner_swiper .swiper-button-next,
  .right_menu,
  .about_desc p:last-child,
  .inner_banner_box .sub_category,
  .about_right,
  .swiper_box .swiper-button-prev,
  .swiper_box .swiper-button-next,
  .scenarios_content,
  .footer .foot_left,
  .footer .footer_content .foot_menu,
  .copyright_box .copyright a:nth-child(3),
  .copyright_box .copyright a:nth-child(4),
  .swiper-pagination,
  .news_list_box .news_item_text,
  .pager .pagination li,
  .product_screen .product_screen_category,
  .application_area_item .left::after,
  .smart_electronics_position,
  .smart_electronics_swiper .swiper-button-next,
  .smart_electronics_swiper .swiper-button-prev {
    display: none;
  }

  .pager .pagination {
    justify-content: center;
  }

  .pager .pagination li:first-child,
  .pager .pagination li:last-child {
    display: block;
  }

  .pager .pagination li:first-child a,
  .pager .pagination li:last-child a {
    width: 2.5rem;
    height: 2.5rem;
  }

  #section1 {
    position: relative;
  }

  .banner_swiper .swiper-pagination {
    display: block;
    bottom: 2.8rem;
    left: 30%;
    line-height: 14px;
  }

  .banner_swiper .swiper-pagination-bullet {
    margin-left: 6px !important;
    margin-right: 6px !important;
    width: 6px;
    height: 6px;
  }

  .banner_swiper .swiper-pagination-bullet-active,
  .banner_swiper .swiper-pagination-bullet:hover {
    background-size: 14px;
    width: 14px !important;
    height: 14px !important;
    margin-top: -3px !important;
    margin-bottom: -3px !important;
  }

  .head_product {
    top: 26%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }

  #section2 .g-bg {
    padding-top: 3rem;
  }

  .head_category {
    font-size: 1.5rem;
    text-align: center;
  }

  .more_info {
    width: 8.75rem;
    height: 2.5rem;
    line-height: 2.5rem;
    margin: 0 auto;
    margin-top: 1rem;
    font-size: 1rem;
  }

  .more_info i {
    height: 2.5rem;
    width: 5.4rem;
  }

  .catname_box {
    width: auto;
    justify-content: center;
    padding-bottom: 1rem;
  }

  .products_list_body .catname_box {
    margin-top: 2rem;
  }

  .catname_box .catname {
    font-size: 1.2rem;
    height: auto;
  }

  .catname_box .catname::after {
    width: 2.6rem;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }

  .customer .customer_desc {
    width: 100%;
  }

  /* 走进春光 */

  .about_box {
    margin-top: 44vh;
    flex-wrap: wrap;
    position: relative;
    transform: translateY(-50%);
    padding-bottom: 14vh;
  }

  .about_left {
    width: 100%;
  }

  .about_left .sub_catname {
    font-size: 1rem;
    margin-top: 1rem;
    text-align: center;
  }

  .about_left .more_info {
    margin-top: 3rem;
    position: absolute;
    bottom: -10rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }

  .about_left .more_info.en {
    margin-top: 3rem;
    bottom: -6rem;
  }

  .about_desc {
    margin-top: 20px;
    font-size: 0.93rem;
    line-height: 1.4rem;
  }

  .wap_about_right {
    display: flex;
    width: 100%;
    height: 3.44rem;
    margin-top: 1.2rem;
  }

  .wap_about_right .right_statistics {
    font-size: 0.88rem;
    width: 25%;
    position: relative;
  }

  .wap_about_right .right_statistics i {
    display: block;
    font-family: AlibabaPuHuiTi-2-65-Medium;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    font-style: normal;
  }

  .wap_about_right .right_statistics span {
    display: block;
    font-family: AlibabaPuHuiTi-2-55-Regular;
    font-size: 14px;
    font-weight: 400;
    line-height: 20.3px;
    letter-spacing: 0.02em;
    text-align: center;
  }

  .wap_about_right .right_statistics sub {
    position: absolute;
    right: 1rem;
    bottom: 1.4rem;
    font-family: AlibabaPuHuiTi-2-55-Regular;
    font-size: 14px;
    font-weight: 500;
    line-height: 20.3px;
    letter-spacing: 0.02em;
    text-align: center;
  }

  .scenarios_box .scenarios_content {
    margin-top: 0;
  }

  .scenarios_box .scenarios_content,
  .scenarios_box .scenarios_content p,
  .scenarios_box .scenarios_content span {
    font-size: 0.93rem !important;
    line-height: 26px !important;
    color: floralwhite;
    text-shadow: 0px 0 10px rgb(0 0 0 / 100%);
  }

  .scenarios_swiper .catname_box {
    margin-top: 23vh;
    transform: translateY(-23%);
  }

  .scenarios_box {
    margin: 0.93rem auto;
    text-align: center;
    width: 90%;
  }

  .scenarios_box span.scenarios_title {
    font-size: 1.12rem;
  }

  .pc_scenarios_swiper {
    display: none;
  }

  .wap_scenarios_swiper {
    display: block;
  }

  .swiper_box .scenarios_swiper .swiper-slide {
    padding-top: 3rem;
  }

  .swiper_box .swiper-slide .more_info {
    background: #D32430 !important;
    border: 0 !important;
    margin: 1.75rem auto;
  }

  .more_info:hover {
    background: #1862D0 !important;
    border: 0 !important;
  }

  .scenarios_thumb_swiper {
    width: 100%;
    margin-left: 0.75rem;
  }

  .scenarios_thumb_swiper .swiper-slide {
    width: 9rem !important;
    margin-right: 10px !important;
  }

  .scenarios_thumb_swiper .swiper-slide span {
    font-size: 1rem;
    line-height: 4.8rem;
  }

  #section4 .container {
    max-width: 100% !important;
  }

  .news_box {
    padding-top: 3rem;
    margin-top: 14vh;
  }

  .news_cate {
    display: initial;
  }

  .news_cate .more_info {
    margin: 1.5rem auto;
  }

  .news_swiper {
    padding-bottom: 6.4rem;
    margin-top: 4.5rem;
  }

  .news_swiper .swiper-wrapper {
    padding-bottom: 0;
  }

  .news_swiper .swiper-slide {
    width: 70vw !important;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-top: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }

  .news_date .news_day {
    font-size: 2.25rem;
    line-height: normal;
  }

  .news_date .news_year {
    margin-top: 0;
    font-size: 0.875rem;
  }

  .news_swiper .news_item .news_title {
    font-size: 1.125rem;
    margin-top: 0;
    /* overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical; */
    line-height: 2rem;
  }

  .news_swiper .news_item .news_more {
    margin-top: 1.2rem;
    font-size: 0.94rem;
    background-size: 16px;
    width: 5rem;
  }

  .news_swiper .swiper-pagination {
    display: block;
    bottom: 1%;
    line-height: 14px;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin-left: 6px !important;
    margin-right: 6px !important;
    width: 6px;
    height: 6px;
  }

  .news_swiper .swiper-pagination-bullet-active,
  .news_swiper .swiper-pagination-bullet:hover {
    background-size: 14px;
    width: 14px !important;
    height: 14px !important;
    margin-top: -3px !important;
    margin-bottom: -3px !important;
  }

  /* 内页样式 */
  .inner_banner_box {
    margin-top: 44px;
  }

  .inner_body_box {
    padding-top: 2rem;
  }

  .inner_category {
    font-size: 1.125rem;
    /*left: 50% !important;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);*/
    width: 100%;
    left: 0px !important;
  }

  .inner_category::after {
    height: 3px;
    bottom: 0;
    left: 50% !important;
    transform: translateX(-50%) !important;
    -webkit-transform: translateX(-50%) !important;
    -moz-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    -o-transform: translateX(-50%) !important;
  }

  .info_body_box {
    padding-top: 30px;
  }

  .inner_about_desc {
    flex-wrap: wrap;
    margin-top: 4%;
  }

  .sub_category_product {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 1rem;
    margin-bottom: 0.6rem;
  }

  .sub_category_product .sub_category_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .sub_category_product a {
    display: block;
    width: 43%;
    font-size: 1rem;
    height: 2rem;
    line-height: 2rem;
    font-family: AlibabaPuHuiTi-2-55-Regular;
    background: darkgray;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.02em;
    text-align: center;
    margin: 0.6rem;
  }

  .sub_category_product a.active {
    background: #005fdb;
  }

  /* 走进春光  */
  #section5 .inner_banner_box {
    margin-top: 0;
  }

  .inner_about_desc .inner_about_left {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .inner_about_desc .company_name {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: center;
  }

  .inner_about_desc .company_vision {
    font-size: 1.2rem;
    margin-top: 0;
    text-align: center;
    margin-bottom: 1rem;
  }

  .inner_about_desc .company_desc {
    display: block;
  }

  .inner_about_desc .company_desc,
  .inner_about_desc .company_desc p,
  .inner_about_desc .company_desc span,
  .inner_about_desc .company_desc p span {
    font-size: 0.94rem !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 10 !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.4rem !important;
  }

  .inner_about_desc.en .inner_about_left .company_desc p {
    display: none;
  }

  .inner_about_desc.en .inner_about_left .company_desc p:first-child {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }

  .inner_about_desc .inner_about_right {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .inner_about_desc .company_images_swiper {
    margin: 1.2rem auto 0;
  }

  .inner_about_desc .company_images_swiper .swiper-slide {
    width: 58% !important;
  }

  .company_images_swiper .swiper-button-prev {
    right: 50%;
    background-size: 1.6rem;
  }

  .company_images_swiper .swiper-button-next {
    right: 40%;
    background-size: 1.6rem;
  }

  .inner_about_box .abnum {
    margin-top: 1rem;
  }

  .inner_about_box .abnum .abnum_box {
    margin-top: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
  }

  .inner_about_box .abnum_box_item {
    width: 25%;
    text-align: center;
  }

  .inner_about_box .abnum_box.en .abnum_box_item {
    width: initial;
  }

  .inner_about_box .company_desc p:last-child {
    margin-top: 0.4rem;
  }

  .inner_about_box .abnum_box_item p span {
    font-size: 2rem;
  }

  .inner_about_box .abnum_box_item p sub {
    bottom: 1rem;
  }

  #section7 .g-bg {
    background: url(../images/corporate_culture_bg.jpg) left center;
    background-size: cover;
  }

  .inner_corporate_culture {
    padding-top: 12%;
    padding-bottom: 3rem;
  }

  .inner_corporate_culture.en {
    padding-top: 12%;
  }

  .inner_corporate_culture .inner_corporate_culture_box {
    flex-wrap: wrap;
    margin-top: 1.2rem;
  }

  .inner_corporate_culture .culture_box_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
    padding: 1rem;
  }

  .inner_corporate_culture .culture_box_item i {
    margin: 0 auto;
  }

  .inner_corporate_culture .culture_box_item .inner_culture_desc {
    padding-top: 0;
  }

  .inner_corporate_culture .culture_box_item .inner_culture_title,
  .inner_corporate_culture .culture_box_item .inner_culture_desc {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .inner_corporate_culture .culture_box_item .inner_culture_title {
    font-size: 1.2rem;
    padding-top: 0.6rem;
  }

  .inner_corporate_culture .culture_box_item i {
    width: 3rem !important;
    height: 3rem !important;
  }

  .inner_corporate_culture .culture_box_item .inner_culture_desc,
  .inner_corporate_culture .culture_box_item .inner_culture_desc p,
  .inner_corporate_culture .culture_box_item .inner_culture_desc p span {
    text-align: center;
    font-size: 0.94rem !important;
  }

  .inner_corporate_culture.en .culture_box_item .inner_culture_desc,
  .inner_corporate_culture.en .culture_box_item .inner_culture_desc p,
  .inner_corporate_culture.en .culture_box_item .inner_culture_desc p span {
    line-height: normal !important;
  }

  .inner_corporate_culture.en .culture_box_item .inner_culture_title {
    padding-top: 0;
  }

  .organizational_structure_box {
    margin-bottom: 3rem;
  }

  .organizational_structure_box .catname_box {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .pc_development_history_swiper {
    display: none;
  }

  .wap_development_history_swiper {
    display: block;
  }

  .new_inner_development_history {
    padding-top: 7rem;
    padding-bottom: 4.4rem;
    background: url(../images/new_development_history_wap.jpg) no-repeat center;
    background-size: cover;
  }

  .new_inner_development_history .history_name {
    padding-top: 4.2rem;
    position: initial;
  }

  .new_inner_development_history img {
    display: none;
  }

  .new_inner_development_history .new_development_history_swiper {
    width: 100%;
    left: 0;
    margin-top: 2.6rem;
    margin-left: 1rem;
    height: 18.25rem;
    position: initial;
  }

  .new_inner_development_history .new_development_history_swiper .swiper-slide {
    background: url(../images/new_development_history_slide.png) no-repeat left top;
    background-size: contain;
    width: 70%;
  }

  .new_inner_development_history .new_development_history_swiper .swiper-slide .history-box {
    width: 94%;
    position: initial;
    margin-top: 2.5rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(0, 0, 0, 0.19);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 20px 14px;
  }

  .new_inner_development_history .swiper-slide .new_development_history_desc {
    align-items: normal;
  }

  .new_inner_development_history .swiper-slide .new_developement_history_text {
    height: 6.4rem;
  }

  .new_inner_development_history .swiper-slide .new_developement_history_text,
  .new_inner_development_history .swiper-slide .new_developement_history_text p,
  .new_inner_development_history .swiper-slide .new_developement_history_text span {
    color: #fff !important;
    text-align: right;
    line-height: 1.6rem !important;
  }

  .new_inner_development_history .swiper-slide:last-child .new_developement_history_text {
    width: 100%;
  }

  .new_inner_development_history .swiper-slide .new_development_history_desc span {
    font-size: 1.125rem;
    margin-bottom: 7px;
  }

  .new_inner_development_history .new_development_history_swiper .swiper-slide i {
    width: 0;
    height: 0;
  }

  .new_inner_development_history .history_page {
    bottom: 16%;
  }

  .new_inner_development_history .swiper-button-prev,
  .new_inner_development_history .swiper-button-next {
    width: 2rem;
    height: 2rem;
    background-size: 2rem;
    cursor: pointer;
  }

  .new_inner_development_history .swiper-button-prev {
    right: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }

  .new_inner_development_history .swiper-button-next {
    right: 38%;
    transform: translateX(-38%);
    -webkit-transform: translateX(-38%);
    -moz-transform: translateX(-38%);
    -ms-transform: translateX(-38%);
    -o-transform: translateX(-38%);
  }

  .inner_qualifications_honors {
    padding-top: 50%;
    padding-bottom: 1rem;
  }

  .inner_qualifications_honors .catname_box {
    flex-flow: column;
  }

  .inner_qualifications_honors .catname_box .more_info {
    margin-top: 2rem !important;
  }

  .inner_qualifications_honors .catname_box .more_info i {
    background: none;
    padding-right: 0;
  }

  .qualifications_honors_swiper {
    margin-top: 1rem;
    padding-bottom: 2rem;
  }

  .qualifications_honors_swiper .swiper-wrapper {
    margin-bottom: 0;
  }

  .qualifications_honors_swiper .swiper-slide {
    background: none !important;
    width: 100% !important;
  }

  .qualifications_honors_swiper .swiper-slide-active,
  .qualifications_honors_swiper .swiper-slide-duplicate-active {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
  }

  .qualifications_honors_swiper .swiper-slide .qualifications_honors_item {
    transition: none;
    text-align: center;
    padding-bottom: 0;
    width: 100%;
  }

  .qualifications_honors_swiper .qualifications_honors_item:hover {
    transform: none;
  }

  .qualifications_honors_swiper .swiper-slide .qualifications_honors_item img {
    width: 100%;
  }

  .qualifications_honors_swiper .swiper-slide .qualifications_honors_item .qualifications_honors_title {
    padding-top: 6rem;
    display: none;
  }

  .qualifications_honors_swiper .swiper-button-prev {
    right: 53%;
  }

  .qualifications_honors_swiper .swiper-button-next {
    right: 36%;
  }

  #section10 .page_content {
    margin-top: 3rem;
  }

  #section10 .catname_box .more_info i {
    background: none;
    padding-right: 0;
  }

  #section10 .news_top_swiper {
    display: block;
    padding-bottom: 4rem;
  }

  #section10 .news_content {
    display: none;
  }

  #section10 .news_top {
    margin-top: 1.2rem;
  }

  #section10 .news_top_desc .news_top_text {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }

  #section10 .swiper-button-prev-next {
    width: 8rem;
    height: 4rem;
    margin: 0 auto;
    position: relative;
  }

  #section10 .swiper-button-prev-next .swiper-button-prev,
  #section10 .swiper-button-prev-next .swiper-button-next {
    left: auto;
    right: auto;
    background-size: cover;
  }

  #section10 .swiper-button-prev-next .swiper-button-prev:hover,
  #section10 .swiper-button-prev-next .swiper-button-next:hover {
    background-size: 2rem;
  }

  #section10 .swiper-button-prev-next .swiper-button-next {
    margin-left: 4rem;
  }

  .inner_body_box_bg_white {
    padding-top: 2rem;
  }

  .padding_top_bottom_8 {
    padding-top: 8rem;
  }

  /* 新闻中心 */
  .news_content_box .catname_box {
    margin-top: 0.6rem;
  }

  .page_content .news_top {
    display: flex;
    align-items: center;
    background: #fff;
    margin-bottom: 0;
    flex-wrap: wrap;
  }

  .page_content .news_top .img {
    width: 100%;
    line-height: 0;
  }

  .page_content .news_top .news_top_desc {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .page_content .news_top .news_top_desc span {
    font-size: 1.125rem;
  }

  .page_content .news_top .news_top_desc .news_top_text {
    margin-top: 0;
    padding-right: 0;
  }

  .page_content .news_list_box {
    justify-content: space-between;
    padding-top: 1rem;
  }

  .news_list_box .news_list_item {
    width: 48%;
    margin-right: 0 !important;
    margin-bottom: 0;
  }

  .news_list_box .news_list_item:nth-child(2n) {
    margin-right: 0 !important;
  }

  #section10 {
    height: auto !important;
  }

  #section10 .inner_body_box {
    padding-top: 5%;
  }

  #section10 .inner_body_box.en {
    padding-top: 15%;
  }

  .news_list_box .img {
    height: auto;
  }

  .news_list_box .news_item_desc {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    padding-bottom: 1rem;
  }

  .news_list_box span {
    overflow: hidden;
    font-size: 0.94rem;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.6rem;
    height: auto;
  }

  .news_list_box a.more-info {
    margin-top: 1rem;
  }

  .news_list_box a.more-info div {
    display: none;
  }

  .page_content .product_screen {
    display: block;
    margin-bottom: 0;
    padding-bottom: 1rem;
  }

  .news_content_box .page_content .news_list_box {
    padding-top: 1rem;
    justify-content: space-between
  }

  .new_info .last_next {
    flex-wrap: wrap
  }

  .new_info .last_archives_box,
  .new_info .next_archives_box {
    width: 100%;
  }

  .new_info .last_archives_box a,
  .new_info .next_archives_box a {
    background: none !important;
  }

  .new_info .last_archives_box a {
    padding-left: 0 !important;
  }

  .new_info .next_archives_box {
    margin-top: 1rem;
  }

  /* 产品列表 */
  .products_list_body {
    margin-top: -1rem;
  }

  .product_screen {
    display: initial;
  }

  .products_list {
    justify-content: space-between
  }

  .products_list .products_item_box {
    width: 50%;
  }

  .products_list .products_item {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 1rem;
    padding-top: 0;
  }

  .products_list .products_item.en {
    min-height: auto;
  }

  .products_list .products_item:nth-child(3n) {
    margin-right: 0 !important;
  }

  .products_list .products_item:nth-child(2n) {
    margin-right: 0 !important;
  }

  .products_content {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .products_list .products_item span {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }

  .navigate {
    padding-top: 0rem;
    flex-wrap: wrap;
  }

  .navigate .back_list {
    display: block;
    margin: 0 auto;
    background: #1862D0;
    color: #fff;
    margin-top: 1rem;
    border-radius: 2.5rem;
    font-size: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    line-height: normal;
  }

  .back_list:hover {
    color: #fff !important;
  }

  .product_info .product_desc {
    margin-top: 2rem;
    flex-wrap: wrap;
  }

  .product_info .product_left {
    width: 100%;
  }

  .product_info .product_left a {
    display: none;
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 44%;
    height: 3rem;
    line-height: 3rem;
  }

  .product_info .product_left .product_title {
    font-size: 1.125rem;
  }

  .product_info .product_right {
    width: 100%;
  }

  .product_info .product_overview {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .product_info .product_overview .product_overview_desc {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .product_info .product_overview span,
  .product_info .product_content span {
    font-size: 1.125rem;
  }

  .product_info .product_overview span::before,
  .product_info .product_content span::before {
    width: 4px;
    height: 2rem;
    bottom: 0.5rem;
  }

  .product_info .product_content {
    margin-bottom: 1rem;
  }

  .product_info .product_content .product_content_desc {
    overflow: scroll;
  }

  .product_recommend {
    padding-top: 1rem;
  }

  .product_recommend_swiper {
    padding-bottom: 1rem;
  }

  /* 应用领域 */
  .application_area_item {
    display: initial;
  }

  .application_area_item .left {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
  }

  .application_area_item .left>span {
    font-size: 1.2rem;
  }

  .application_area_item .application_area_desc {
    overflow: initial;
    -webkit-line-clamp: initial;
    margin-top: 0;
  }

  .application_area_item .img {
    width: auto;
    margin-bottom: 2rem;
  }

  .application_area_box {
    padding-bottom: 2rem;
  }

  /* 客户群体 */
  .customer {
    padding-top: 2rem;
  }

  .customer .customer_box {
    margin-top: 1rem;
    padding-bottom: 2rem;
  }

  .customer .customer_box .customer_item {
    width: 33%;
  }

  .cooperation {
    margin-top: 2rem;
    padding-bottom: 2rem
  }

  .cooperation .catname_box {
    padding-top: 1rem;
  }

  .cooperation_box form {
    margin: 2rem auto 0;
  }

  .cooperation_box form .input_box {
    flex-wrap: wrap;
  }

  .cooperation_box form label {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .cooperation_box form label:last-child {
    margin-top: 1rem;
  }

  .cooperation_box form label input {
    width: 40%;
  }

  .cooperation_box form textarea {
    margin-top: 1rem;
  }

  .cooperation_box form button {
    margin-top: 2rem;
    margin-bottom: 1rem;
    width: 10.8rem;
    height: 2.4rem;
    font-size: 1rem;
  }

  .new_info {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }

  .new_info .new_title {
    font-size: 1.125rem;
    line-height: 2rem;
  }

  .new_info .new_info_content {
    border-bottom: 1px solid #E2E2E2 !important;
    padding-bottom: 0;
  }

  .new_info .new_info_content,
  .new_info .new_info_content p,
  .new_info .new_info_content span {
    font-family: AlibabaPuHuiTi-2-55-Regular !important;
    font-size: 0.94rem !important;
    font-weight: 400 !important;
    line-height: 36px !important;
    letter-spacing: 0.02em !important;
    /* text-align: justify; */
    color: #303133 !important;
  }

  .smart_electronics_box .catname_box {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .smart_electronics_swiper {
    margin-top: 1rem;
    margin-bottom: 2rem;
    width: 100%;
  }

  .smart_electronics_swiper .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .smart_electronics_swiper .swiper-slide {
    width: 100% !important;
    margin-bottom: 12px;
  }

  .smart_electronics_swiper .swiper-slide:first-child {
    display: none;
  }

  .smart_electronics_swiper .swiper-slide:nth-child(2n) {
    margin-right: 0 !important;
  }

  .smart_electronics_more {
    display: flex;
    justify-content: space-between;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 14px;
    padding-right: 12px;
  }

  .smart_electronics_more .smart_electronics_title {
    font-family: AlibabaPuHuiTi-2-65-Medium;
    font-size: 1rem;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #303133;
  }

  .smart_electronics_more a.more-info {
    display: block;
    font-family: AlibabaPuHuiTi-2-55-Regular;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #1862D0;
    position: relative;
    background: url(../images/news_info.png) no-repeat;
    background-position-x: right;
    background-position-y: center;
    background-size: 16px;
    padding-right: 18px;
  }

  .layui-layer-move {
    background: none !important;
  }

  .wap_alert_smart_electronics {
    box-shadow: none !important;
    background: #fff;
  }

  .wap_alert_smart_electronics_box .desc {
    padding: 24px 16px 27px 16px;
  }

  .wap_alert_smart_electronics_box .img {
    width: 100%;
  }

  .wap_alert_smart_electronics_box .desc>span {
    font-family: AlibabaPuHuiTi-2-65-Medium;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #303133;
  }

  .wap_alert_smart_electronics_box .wap_alert_smart_electronics_text {
    margin-top: 1rem;
  }

  .wap_alert_smart_electronics_box .wap_alert_smart_electronics_text,
  .wap_alert_smart_electronics_box .wap_alert_smart_electronics_text p,
  .wap_alert_smart_electronics_box .wap_alert_smart_electronics_text span {
    font-family: AlibabaPuHuiTi-2-55-Regular;
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #909399;
  }

  .wap_alert_smart_electronics .layui-layer-setwin {
    position: absolute;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    top: auto;
    bottom: -14%;
    font-size: 0;
    line-height: initial;
  }

  .wap_alert_smart_electronics .layui-layer-setwin .layui-layer-ico {
    background: url(../images/wap_alert_smart_electronics_close.png) no-repeat center;
    background-size: 28px;
  }

  .wap_alert_smart_electronics .layui-layer-setwin .layui-layer-close2 {
    position: initial;
  }


  /* 加入我们页面 */
  .contact_box {
    margin-top: 3rem;
  }

  .contact_box .catname_box {
    margin-bottom: 2rem !important;
  }

  .contact_info {
    flex-wrap: wrap;
  }

  .contact_info .contact_info_item {
    width: 100%;
    margin-bottom: 2rem;
    margin-right: 0;
  }

  .contact_info .contact_info_item:last-child {
    margin-bottom: 0;
  }

  .contact_info .contact_info_item .contact_info_text {
    font-size: 1rem;
  }

  #company_map {
    margin-top: 0;
    height: 20rem;
    margin-bottom: 3rem;
  }

  .join_us_box {
    padding-top: 2.6rem;
    padding-bottom: 1rem;
  }

  .join_us_box .catname_box {
    margin-bottom: 2rem;
  }

  .join_list .join_item_title {
    padding-left: 1rem;
    padding-right: 2.4rem;
    align-items: center;
    height: 66px;
    line-height: 66px;
  }

  .join_list .join_item_title .position,
  .join_list .join_item_title .address,
  .join_list .join_item_title .join_num {
    font-size: 1rem;
    line-height: 1.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }

  .join_list li.content_box {
    padding: 1rem;
  }

  .join_list .content_box>span {
    width: 100%;
    height: 4.2rem;
    line-height: 1.4rem;
    padding-top: 0.6rem;
  }

  .join_list .content_box .join_btn {
    line-height: 1.4rem;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    width: 100%;
    height: auto;
  }
}

/*2024年4月13日 姜兆帅 添加*/
@media screen and (max-width: 540px) {
  .join_list .join_item_title .join_num {
    display: none;
  }

  .join_list .join_item_title>span {
    width: 45%;
  }

  .join_list .join_item_title {
    background-size: 28px;
  }

  .join_us_box {
    padding-bottom: 4rem;
  }

  .cooperation_box form textarea {
    padding: 12px;
  }

  .cooperation_box form label {
    height: 48px;
    line-height: 48px;
  }

  .cooperation_box form label input {
    height: 40px;
  }

  .cooperation_box form label span {
    height: auto;
    line-height: inherit;
  }

  .cooperation_box form button {
    margin-top: 1rem;
  }

  .news_list_box .news_list_item {
    width: 100%;
  }

  .news_content {
    padding-bottom: 50px;
  }

  .pager .pagination {
    padding-top: .5rem;
  }
}


/* 分公司联系方式 */
@media screen and (max-width: 1441px) {
  .branchOffice.contact_box {
    margin-top: 5rem;
  }

  .branchOffice .branchOffice-content .branchOffice-content-item .branchOffice-content-item-title {
    font-size: 1.3rem;
  }

  .branchOffice .branchOffice-content .branchOffice-content-item .branchOffice-content-item-line {
    margin: 1.2rem 0;
  }

  .branchOffice .branchOffice-content .branchOffice-content-item .branchOffice-content-item-content {
    font-size: 1rem;
    margin-bottom: .6rem;
  }

  .branchOffice .branchOffice-content .branchOffice-content-item {
    margin-bottom: 2rem;
  }

  .branchOffice .branchOffice-content {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 1025px) {
  .branchOffice.contact_box {
    margin-top: 3rem;
  }

  .branchOffice .branchOffice-content .branchOffice-content-item {
    width: 100%;
    margin-bottom: 2rem;
  }

  .branchOffice .branchOffice-title {
    margin-top: 5rem;
  }
}

@media screen and (max-width: 991px) {
  .branchOffice .catname_box {
    margin-bottom: 3rem;
    padding-top: 1rem;
  }

  .branchOffice .catname_box .catname {
    color: #303133;
  }

  #section0 .video_play {
    background: url(../images/video_phone.jpg) no-repeat bottom center;
    background-size: cover;
  }

  #section0 .video_play.en {
    background: url(../images/video_phone_en.jpg) no-repeat bottom center;
    background-size: cover;
  }

  #section0 .video_play span {
    font-family: 'Microsoft Yahei';
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    text-align: center;
    color: #fff;
    display: block;
    width: 72%;
    margin: 0 auto;
    position: relative;
    top: 12%;
    left: auto;
  }

  #section0 .video_play.en span {
    width: 80%;
    top: 20%;
    left: auto;
  }
}

@media screen and (max-width: 426px) {
  .branchOffice .branchOffice-content .branchOffice-content-item .branchOffice-content-item-title {
    font-size: 1rem;
  }

  .branchOffice .branchOffice-content .branchOffice-content-item .branchOffice-content-item-line {
    margin: .8rem 0;
  }

  .branchOffice .branchOffice-content .branchOffice-content-item .branchOffice-content-item-content {
    font-size: .85rem;
    line-height: 1.4;
  }

  .branchOffice .branchOffice-content {
    margin-bottom: 1rem;
  }

  .branchOffice .branchOffice-content .branchOffice-content-item {
    margin-bottom: 1rem;
  }

  .contact_info .contact_info_item .contact_info_name {
    margin-top: 0.4rem;
    font-size: 1rem;
  }

  .contact_info .contact_info_item {
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-height: 844px) {
  .swiper_box .swiper-slide .more_info {
    margin-top: 7rem;
  }

  .news_swiper .news_item .news_title {
    margin-top: 1.6rem;
  }

  .news_more {
    margin-top: 2rem;
  }

  .news_swiper .swiper-pagination {
    bottom: 20%;
  }
}

@media screen and (max-height: 768px) {
  .swiper_box .swiper-slide .more_info {
    margin-top: 3rem;
  }

  .news_swiper {
    margin-top: 0;
  }

  .news_swiper .swiper-slide {
    margin-top: 2rem;
  }

  .news_swiper .news_item .news_title {
    margin-top: 0;
  }

  .news_swiper .news_item .news_more {
    margin-top: 0.6rem;
  }

  .news_swiper.en .swiper-pagination {
    bottom: 26%;
  }
}

@media screen and (max-height: 568px) {

  .swiper_box .swiper-slide .more_info {
    margin-top: -0.1rem;
  }

  .news_swiper {
    margin-top: 1.5rem;
  }

  .news_swiper .swiper-pagination {
    bottom: 27%;
  }

  .foot_icp_new {
    bottom: 1rem;
  }

  .foot_icp_new .container {
    max-width: 94%;
  }

  .contact_info .contact_info_item .contact_info_name {
    margin-top: 0.4rem;
    font-size: 1rem;
  }

  .contact_info .contact_info_item {
    margin-bottom: 1.5rem;
  }

}

@media screen and (max-height: 550px) {
  .news_swiper {
    margin-top: 0;
  }

  .news_swiper .swiper-slide {
    margin-top: 1rem;
  }
}

/* 立即询盘弹窗 */
.modal {
  --bs-modal-width: 1300px;
  --bs-modal-height: 640px;
  background: rgba(48, 49, 51, 0.9);
}

@media (max-width:1440px) {
  .modal {
    --bs-modal-width: 1200px;
    --bs-modal-height: 580px;
  }
}

@media (max-width:1200px) {
  .modal {
    --bs-modal-width: 1000px;
    --bs-modal-height: 500px;
  }
}

@media (max-width: 992px) {
  .modal {
    --bs-modal-width: 780px;
    --bs-modal-height: auto;
  }
}

@media (max-width:768px) {
  .modal {
    --bs-modal-width: 90%;
  }
}

.notes-close {
  position: absolute;
  top: 36px;
  right: 36px;
}

@media (max-width:1200px) {
  .notes-close {
    top: 26px;
    right: 26px;
  }
}

@media (max-width: 992px) {
  .notes-close {
    top: 16px;
    right: 16px;
  }
}

@media (max-width: 768px) {
  .notes-close {
    top: 6px;
    right: 6px;
  }
}

.notes-r .mes_box {
  padding: 0;
  margin-top: 0;
  background: none;
}

.notes-top {
  display: flex;
  justify-content: center;
  padding-top: 56px;
}

@media (max-width:1440px) {
  .notes-top {
    padding-top: 30px;
  }
}

@media (max-width:1200px) {
  .notes-top {
    padding-top: 10px;
  }
}

.notes-top span {
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-size: 45px;
  line-height: 1;
  color: rgba(48, 49, 51, 1);
}

@media (max-width:1440px) {
  .notes-top span {
    font-size: 2.5rem;
  }
}

@media (max-width: 1200px) {
  .notes-top span {
    font-size: 2.2rem;
  }
}

@media (max-width: 992px) {
  .notes-top span {
    font-size: 1.8rem;
  }
}

@media (max-width: 768px) {
  .notes-top span {
    font-size: 1.5rem;
  }
}

@media (max-width: 576px) {
  .notes-top span {
    font-size: 1.2rem;
  }
}

.device-pic {
  position: relative;
  overflow: hidden;
}

.device-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  background-image: url();
}

.device-img img {
  opacity: 0;
}

.notes-main {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 60px;
}

@media (max-width:1440px) {
  .notes-main {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

@media (max-width:992px) {
  .notes-main {
    padding-top: 15px;
    padding-bottom: 20px;
  }
}

@media (max-width:768px) {
  .notes-main {
    flex-direction: column;
  }
}

@media (max-width:568px) {
  .notes-main {
    padding: 10px 0;
  }
}

.notes-r {
  max-width: 840px;
  width: 64.61%;
  margin-left: 14px;
}

@media (max-width:768px) {
  .notes-r {
    width: 100%;
    margin-left: 0;
  }
}

.notes-l {
  max-width: 310px;
  width: 23.84%;
  margin-right: 14px;
  position: relative;
  padding-top: .7rem;
}

@media (max-width:1200px) {
  .notes-l {
    padding-top: .4rem;

  }

  #minus,
  #add {
    width: 30px;
    height: 30px;
  }
}

@media (max-width:768px) {
  .notes-l {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .notes-r .mes_box .row * {
    --bs-gutter-x: .4rem;
  }

  .notes-r .mes_box-txt p {
    margin-bottom: 5px;
  }

  .notes-main .mes_box-txt p textarea {
    height: 60px !important;
  }
}

@media (max-width:992px) {

  #minus,
  #add {
    width: 24px;
    height: 24px;
  }
}

.notes-box {
  width: 100%;
  height: 370px;
  border: 1px solid rgba(235, 238, 245, 1);
}

@media (max-width:1200px) {
  .notes-box {
    height: auto;
  }
}

.notes-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.notes-txt {
  padding: 0 30px;
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  color: rgba(48, 49, 51, 1);
}

@media (max-width:1200px) {
  .notes-txt {
    padding: 0 20px;
    font-size: 16px;
  }
}

@media (max-width:992px) {
  .notes-txt {
    padding: 0 10px;
    font-size: 14px;
  }
}

.notes-end {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 72px;
  background: rgba(235, 238, 245, 1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px 0 26px;
}

@media (max-width:1200px) {
  .notes-end {
    position: relative;
    margin-top: 40px;
    height: 50px;
    padding: 0 16px;
  }
}

@media (max-width:992px) {
  .notes-end {
    margin-top: 30px;
    height: 40px;
    padding: 0 10px;
  }

  .notes-end span {
    font-size: 12px;
  }
}

@media (max-width:768px) {
  .notes-end {
    margin-top: 10px;
  }
}

.notes-end span {
  color: #303133;
  font-size: 1rem;
}

.notes-end p {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.notes-end p input {
  width: 60px;
  background: none;
  border: none;
  text-align: center;
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  font-size: 24px;
  text-align: center;
  color: rgba(48, 49, 51, 1);
}

@media (max-width:1200px) {
  .notes-end p input {
    width: 40px;
    font-size: 18px;
  }
}

.notes-end p svg {
  cursor: pointer;
}

.notes-end p .notes-svg {
  stroke: #606266;
}

.notes-end p svg:hover .notes-svg {
  stroke: #004EA2;
}

.notes-main .mes_box-txt p textarea {
  height: 110px;
}

.notes-main .mes_box button {
  margin-top: 60px;
  margin-left: 16%;
}

@media (max-width: 1441px) {
  .notes-main .mes_box button {
    margin-top: 30px;
    margin-left: 10%;
  }
}

@media (max-width: 768px) {
  .notes-main .mes_box button {
    margin-top: 10px;
    margin-left: 0;
  }
}

.mes_box {
  margin-top: 50px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 58px 110px 70px 110px;
  background: url(../images/mes_box.png) no-repeat center;
  background-size: cover;
}

@media (max-width: 1440px) {
  .mes_box {
    padding: 40px 80px 50px 80px;
  }
}

@media (max-width: 1200px) {
  .mes_box {
    margin-top: 40px;
    padding: 30px 60px 40px 60px;
  }
}

@media (max-width: 992px) {
  .mes_box {
    margin-top: 30px;
    padding: 20px 40px;
  }
}

@media (max-width: 768px) {
  .mes_box {
    margin-top: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
}

.mes_box .row * {
  --bs-gutter-x: 1rem;
}

@media (max-width: 992px) {
  .mes_box .row * {
    --bs-gutter-x: .8rem;
  }
}

.mes_box-txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.mes_box-txt p textarea,
.mes_box-txt p textarea::placeholder,
.mes_box-txt p input::placeholder,
.mes_box-txt p input {
  font-size: 19px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.04em;
  color: rgba(192, 196, 204, 1);
  background: none;
}

.mes_box-txt p textarea,
.mes_box-txt p input {
  color: rgba(96, 98, 102, 1);
}

@media (max-width:1400px) {

  .mes_box-txt p textarea::placeholder,
  .mes_box-txt p input::placeholder,
  .mes_box-txt p input {
    font-size: 1rem;
    line-height: 1.2;
  }
}

@media (max-width: 1200px) {

  .mes_box-txt p textarea,
  .mes_box-txt p textarea::placeholder,
  .mes_box-txt p input::placeholder,
  .mes_box-txt p input {
    font-size: 14px;
  }
}

@media (max-width:991px) {

  .mes_box-txt p textarea::placeholder,
  .mes_box-txt p input::placeholder,
  .mes_box-txt p input {
    font-size: .8rem;
  }
}

.mes_box-txt p input {
  margin-left: .5rem;
  border: 0 none;
  flex: none;
  width: 80%;
}

.mes_box-txt p {
  margin: .8rem 0;
  width: 100%;
  min-height: 60px;
  border: 1px solid rgba(228, 231, 237, 1);
  display: flex;
  align-items: center;
  padding: 0 1rem;
}

@media (max-width:1400px) {
  .mes_box-txt p {
    margin: .6rem 0 1.2rem 0;
    min-height: 40px;
    padding: 0 .6rem;
  }
}

@media (max-width:1200px) {
  .mes_box-txt p {
    margin: .4rem 0 1rem 0;
    min-height: 36px;
    padding: 0 .4rem;
  }
}

@media (max-width:991px) {
  .mes_box-txt p svg {
    width: 22px;
    height: 22px;
  }
}

.mes_box-txt p textarea {
  width: 100%;
  height: 170px;
  border: none;
  margin: 0 .5rem;
}

@media (max-width:1400px) {
  .mes_box-txt p textarea {
    height: 200px;
    margin: 0 .2rem;
  }
}

@media (max-width:1200px) {
  .mes_box-txt p textarea {
    height: 160px;
    margin: 0 .1rem;
  }
}

@media (max-width:991px) {
  .mes_box-txt p textarea {
    height: 140px;
    font-size: .8rem;
  }
}

.mes_box-info p {
  padding: 1.2rem;
  align-items: flex-start;
  margin-bottom: 1rem;
}

@media (max-width:1400px) {
  .mes_box-info p {
    padding: 1rem;
    margin-bottom: 1rem;
  }
}

@media (max-width:1200px) {
  .mes_box-info p {
    padding: .9rem .5rem;
    margin-bottom: .6rem;
  }
}

@media (max-width:991px) {
  .mes_box-info p {
    padding: .6rem .4rem;
    margin-bottom: .3rem;
  }
}

.mes_box-info em {
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.04em;
  text-align: center;
  color: rgba(144, 147, 153, 1);
}

@media (max-width:1400px) {
  .mes_box-info em {
    font-size: .8rem;
  }
}

.mes_box button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 238px;
  height: 55px;
  background: #004ea2;
  border: none;
  margin: 2rem auto;
  font-size: 19px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.04em;
  color: #fff;
  cursor: pointer;
}

@media (max-width:1400px) {
  .mes_box button {
    width: 200px;
    height: 46px;
    font-size: 1.2rem;
    line-height: 1.2;
  }
}

@media (max-width:1200px) {
  .mes_box button {
    margin: 1.8rem auto;
    width: 180px;
    height: 42px;
    font-size: 1rem;
  }

  .map-logo img {
    height: 40px;
  }
}

@media (max-width:991px) {
  .mes_box button {
    margin: 1.4rem auto;
    width: 160px;
    height: 38px;
    font-size: .9rem;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 100%;
    margin: 0 auto;
  }

  .head_screen_select.en {
    width: 8.4rem;
  }

  #section1 .g-bg .section1_area {
    width: 94%;
    padding-top: 8.25rem;
  }

  .mes_box button {
    margin: 1rem auto;
  }

  #section1 .g-bg .section1_area .left .text2 {
    margin-bottom: 0.8rem;
  }

  #section1 .g-bg .section1_area .right {
    display: none;
  }

  #section1 .g-bg .section1_area .left .text1 {
    font-size: 1.6rem;
  }

  #section1 .g-bg .section1_area .left .text2 {
    font-size: 1.2rem;
  }

  #section1 .g-bg .section1_area .left .text3 {
    margin-bottom: 1.6rem;
    margin-top: 1.2rem;
  }

  #section1 .g-bg .section1_area .left .time {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center
  }

  #section1 .g-bg .section1_area .left .time .item {
    text-align: center;
  }

  #section1 .g-bg .section1_area .left .time .number {
    font-size: 1.2rem;
  }

  #section1 .g-bg .section1_area .left .more {
    width: 7.8rem;
    height: 2.68rem;
    margin-top: 2.5rem;
  }

  #section2 .g-bg .section2_area {
    padding-top: 4.6rem;
    width: 94%;
  }

  #section2 .g-bg .section2_area .name {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }


  #section2 .g-bg .section2_area .content {
    display: block;
  }

  #section2 .g-bg .section2_area .content .left {
    width: 100%;
    height: 12rem;
  }

  #section2 .g-bg .section2_area .content .left .swiper {
    height: auto;
  }

  #section2 .g-bg .section2_area .content .left .swiper .swiper-slide {
    height: 12rem;
  }

  #section2 .g-bg .section2_area .content .left .swiper .swiper-slide .honor_bg {
    width: 100%;
    background: none;
    height: auto;
  }

  #section2 .g-bg .section2_area .content .left .swiper .swiper-slide .honor_bg img {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    top: 0;
    display: block;
    margin: 0 auto;
    width: 80%;
    height: auto;
  }

  #section2 .g-bg .section2_area .content .right {
    width: 95%;
    margin: 0 auto;
    height: auto;
    justify-content: space-between;
    height: 17rem;
    overflow: hidden;
  }

  #section2 .g-bg .section2_area .content .right .right_item {
    width: 100%;
  }

  #section3 .g-bg .section3_area {
    width: 94%;
    padding-top: 6rem;
  }

  #section3 .g-bg .section3_area .top_box {
    margin-bottom: 1.125rem;
  }

  #section3 .g-bg .section3_area .top_box .name {
    font-size: 1.6rem;
  }

  #section3 .g-bg .section3_area .top_box .more {
    width: 7.8rem;
    height: 2.68rem;
    justify-content: space-evenly;
  }

  #section3 .g-bg .section3_area .section3Swiper {
    height: auto;
  }

  #section3 .g-bg .section3_area .section3Swiper .swiper-slide {
    font-size: 1.2rem;
    padding: 1.175rem;
    padding-bottom: 0;
  }

  #section3 .g-bg .section3_area .section3Swiper .swiper-slide.en .time {
    margin-bottom: 0;
  }

  #section3 .g-bg .section3_area .section3Swiper .swiper-slide.en .detaile {
    height: unset;
    line-height: unset;
  }

  #section3 .g-bg .section3_area .section3Swiper .swiper-slide .img {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  #section3 .g-bg .section3_area .section3Swiper .swiper-slide.en .img {
    height: unset;
  }

  #section2 .g-bg .section2_area .content .left .swiper .title {
    display: none;
  }

  .search-form .search-info {
    font-size: 1.2rem;
  }

  .foot_icp_new {
    bottom: 0.3rem;
  }

  .foot_icp_new.en {
    bottom: 1.6rem;
  }

  .navigate .back_list {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .products_list .products_item span {
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }

  .search-form.en .search-info {
    height: unset;
    line-height: 1.6rem;
  }

  .breadcrumb {
    margin-bottom: 0;
  }

  .foot_icp_new div span {
    display: block;
  }

  .copyright_box .copyright span {
    display: block;
  }
}

@media screen and (max-height: 920px) {
  .section2_bottom_box {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  #section0 .section0Swiper .section0Box .Swiper_box {
    bottom: 36%;
  }

  #section2 .g-bg .section2_area {
    padding-top: 6.22rem;
  }

  #section3 .g-bg .section3_area {
    padding-top: 6.63rem;
  }

  #section3 .g-bg .section3_area .section3Swiper {
    height: 27.3rem;
  }

  #section3 .g-bg .section3_area .section3Swiper .swiper-slide .img {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
  }

  #section3 .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 3.15rem;
  }
}

@media screen and (max-width:768px) and (max-height: 1080px) {
  #section0 .section0Swiper .section0Box .Swiper_box {
    right: 26rem;
    margin-top: 4rem;
  }

  #section3 .g-bg .section3_area {
    padding-top: 6rem;
  }

  #section3 .g-bg .section3_area .top_box {
    margin-bottom: 0.3rem;
  }

  #section3 .g-bg .section3_area .section3Swiper {
    height: unset;
  }

  #section3 .g-bg .section3_area .section3Swiper .swiper-slide {
    padding: 1rem;
  }

  #section3 .g-bg .section3_area .section3Swiper .swiper-slide .img {
    width: 23rem;
    height: unset;
    margin-top: 1rem;
    margin-bottom: 1.2rem;
  }

  #section3 .g-bg .section3_area .section3Swiper .swiper-slide .more {
    margin-bottom: 0;
  }

  #section3 .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 5.4rem;
  }
}

@media screen and (max-height: 568px) {
  .section3_content_box {
    padding-top: 5rem;
  }

  .section3_content_box_title {
    top: 12%;
  }

  .section3_item_box_desc {
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 5;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
}