@font-face {
  font-family: AlibabaPuHuiTi;
  src: url(/static/font/AlibabaPuHuiTi-2-55-Regular.ttf);
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  vertical-align: baseline;
  list-style: none;
  box-sizing: border-box;
  /*font-family: 'AlibabaPuHuiTi' !important;*/
}
ul li {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:visited {
  color: inherit;
  text-decoration: none;
}
input:focus {
  outline: none;
}
a:active {
  color: inherit;
  text-decoration: none;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.fz-hide1 {
  /* //溢出隐藏省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* //-webkit-line-clamp:1; 超出几行 */
}
.fz-hide2 {
  /* //溢出隐藏省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* //-webkit-line-clamp:1; 超出几行 */
}
.fz-hide3 {
  /* //溢出隐藏省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* //-webkit-line-clamp:1; 超出几行 */
}
.area {
  width: 87.5rem;
  margin: 0 auto;
}
.Header {
  width: 100%;
  height: 10.5rem;
  position: fixed;
  top: 0;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.1);
}
.Header .search_box {
  height: 6.75rem;
  padding: 1.6875rem 0 0.9375rem 0;
  display: flex;
  align-items: center;
}
.Header .search_box .logo {
  width: 11.6875rem;
  height: auto;
  margin-right: 25rem;
}
.Header .search_box .search {
  width: 23.0625rem;
  height: 2.25rem;
  border-radius: 3.125rem;
  background: #ffffff;
  border: 0.0625rem solid #bfbfbf;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.9375rem;
  margin-right: 16.8125rem;
}
.Header .search_box .search input {
  width: 80%;
  cursor: pointer;
  background-color: none !important;
}
.Header .search_box .search input:focus {
  outline: none;
  border: none;
}
.Header .head_search_form_submit {
  width: 2.8rem;
  cursor: pointer;
  border: 0;
  outline: none;
  background: none;
}
.Header .search_box .search input::placeholder {
  color: #BFBFBF;
  opacity: 1;
}
.Header .search_box .search .icon {
  width: 1.125rem;
  height: 1.125rem;
}
.Header .search_box .phone {
  display: flex;
  align-items: center;
}
.Header .search_box .phone .icon {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.1875rem;
}
.Header .search_box .phone .text {
  font-size: 0.875rem;
  color: #303133;
  margin-bottom: 0.225rem;
}
.Header .search_box .phone .number {
  font-size: 1rem;
  font-weight: 700;
}

.Header .nav_box {
  margin: 0 auto;
  width: 56.875rem;
  height: 1.625rem;
  margin-top: 1.0625rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #C0C4CC;
}


.nav_box .lines:last-child{
  display: none;
}
.Header .nav_box .item_nav {
  font-weight: 500;
  color: #303133;
  cursor: pointer;
}
.swiper_box {
  margin-bottom: 2.5rem;
}
.swiper_box .swiper {
  width: 100%;
}
.swiper_box .swiper img {
  width: 100%;
  height: auto;
}
.footer {
  width: 100%;
  padding: 2.375rem 0 2.125rem 0;
  background-color: #292B33;
  position: relative;
}
.footer .footer_area .top {
  width: 74.6875rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.6875rem;
}
.footer .footer_area .top .top_item {
  width: 21.5625rem;
  height: 5.5rem;
  border-radius: 0.625rem;
  background-color: #262830;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer_area .top .top_item .icon {
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
}
.footer .footer_area .top .top_item .text {
  color: #E4E7ED;
  font-size: 1rem;
  font-weight: 500;
}
.footer .footer_area .top .top_item .text .title {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  color: #606266;
}
.footer .footer_area .detaile {
  font-size: 1.625rem;
  text-align: center;
  color: #C0C4CC;
  margin-bottom: 3.1875rem;
}
.footer .footer_area .bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #303133;
  padding-bottom: 1.625rem;
  margin-bottom: 1.5rem;
}
.footer .footer_area .bottom .icon_box {
  display: flex;
}
.footer .footer_area .bottom .icon_box .item {
  width: 3.125rem;
  height: 3.125rem;
  margin-right: 1rem;
  border-radius: 0.5rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.footer .footer_area .bottom .icon_box .item .erwei {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 0.5rem;
  position: absolute;
  height: 0;
  left: -2.8125rem;
  z-index: -1;
  transition: height 0.3s ease;
}
.footer .footer_area .bottom .icon_box .item:hover .erwei {
  top: -270%;
  z-index: 999;
  height: 7.5rem;
}
.footer .footer_area .bottom .icon_box .icon {
  margin-right: 1rem;
}
.footer .footer_area .bottom .nav_box {
  color: #C0C4CC;
  font-size: 1rem;
  display: flex;
  margin-left: -1.25rem;
  align-items: center;
}
.footer .footer_area .bottom .nav_box div {
  margin: 0 1rem;
}
.footer .footer_area .bottom .phone {
  font-size: 1rem;
  color: #C0C4CC;
  display: flex;
  align-items: center;
}
.footer .footer_area .bottom .phone .icon {
  margin-right: 0.5625rem;
  width: 1.375rem;
  height: 1.375rem;
}
.footer .footer_area .copy {
  font-size: 0.9375rem;
  color: #606266;
  text-align: center;
}
.run_top {
  position: fixed;
  bottom: 20rem;
  right: 5rem;
  display: none;
  z-index: 999999;
}
.run_top img {
  width: 3.625rem;
  height: 3.625rem;
}
.show {
  display: block;
}
.hide {
  display: none;
}
.now_nav {
  color: #909399;
  font-size: 1rem;
  margin: 0 auto;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  margin-bottom: 1.625rem;
}
.now_nav .lines {
  margin: 0 .25rem;
}
.now_nav a:last-child .lines{
  display: none;
}
.now_nav .icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5625rem;
}
.popup_area {
  position: relative;
}
.popup_inner{
  padding: 2.5rem !important;
}
.popup_area .popup_inner .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popup_area .popup_inner .title .left .name {
  color: #303133;
  font-size: 2rem;
  font-weight: 600;
}
.popup_area .popup_inner .title .left .name2 {
  font-size: 2rem;
  color: #2D3192;
  font-weight: 600;
}
.popup_area .popup_inner .title .right {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
}
.popup_area .popup_inner .title .right .icon {
  width: 2.5rem;
  margin-right: 0.1875rem;
  height: 2.5rem;
}
.popup_area .popup_inner .title .right .phone {
  font-weight: 700;
  font-size: 1rem;
  margin-top: 0.25rem;
}
.popup_area .popup_inner .logo {
  width: 13rem;
  height:10rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  margin-bottom: 1.5625rem;
}
.popup_area .popup_inner .logo .img {
  object-fit: cover;
  max-width: 94%;
  height: auto;
}
.popup_area .popup_inner .exhibitionName {
  text-align: center;
  font-size: 1.5rem;
  color: #303133;
  font-weight: 500;
}
.popup_area .popup_inner .form {
  padding-top: 2.3125rem;
}
.popup_area .popup_inner .form .form_com_name {
  background-color: #FFFFFF;
  width: 61.875rem;
  height: 3.625rem;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 0 1.625rem;
  margin-bottom: 1.25rem;
}
.popup_area .popup_inner .form .form_com_name input {
  width: 90%;
  height: 100%;
  font-size: 1rem;
}
.popup_area .popup_inner .form .form_com_name .icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
}
.popup_area .popup_inner .form .form_person_name {
  width: 61.875rem;
  height: 3.625rem;
  margin-bottom: 1.25rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.popup_area .popup_inner .form .form_person_name .contact {
  width: 30.1875rem;
  height: 3.625rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 0 1.625rem;
}
.popup_area .popup_inner .form .form_person_name .contact input {
  width: 90%;
  height: 100%;
  font-size: 1rem;
}
.popup_area .popup_inner .form .form_person_name .contact .icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
}
.popup_area .popup_inner .form .form_person_name .phone {
  width: 30.1875rem;
  height: 3.625rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 0 1.625rem;
}
.popup_area .popup_inner .form .form_person_name .phone input {
  width: 90%;
  height: 100%;
  font-size: 1rem;
}
.popup_area .popup_inner .form .form_person_name .phone .icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
}
.popup_area .popup_inner .form .form_button_box {
  position: relative;
  height: 9.375rem;
  display: flex;
  margin-top: 3.75rem;
  justify-content: center;
}
.popup_area .popup_inner .form .form_button_box .form_button {
  width: 200px;
  height: 50px;
  background-color: #2D3192;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}
.popup_area .popup_inner .form .form_button_box .wixin {
  position: absolute;
  display: flex;
  right: 2rem;
  align-items: flex-end;
  justify-content: flex-end;
}
.popup_area .popup_inner .form .form_button_box .wixin .wx_name {
  color: #606266;
  font-size: 1rem;
  writing-mode: vertical-lr;
  letter-spacing: 0.625rem;
}
.popup_area .popup_inner .form .form_button_box .wixin .img {
  width: 8.75rem;
  height: 8.75rem;
  margin-left: 0.625rem;
}
.popup_area .popup_mask .popup_close {
  position: absolute;
  right: 16%;
  top: 10%;
}
.popup_area .popup_mask .popup_close .icon {
  width: 2.25rem;
  height: 2.25rem;
}
.popup_area .popup_content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75rem;
  height: 42.0625rem;
  background: #F5F6F8;
  z-index: 1001;
  border-radius: 8px;
  overflow: hidden;
}

/* 分页样式 */
 .pager {
  margin: 70px 0 40px;
}
 .pager ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
 .pager ul li {
  margin: 0 4px;
}
 .pager ul li a {
  display: inline-block;
  border: 1px solid #EBEEF5;
  border-radius: 0.375rem;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #606266;
  font-size: 14px;
  text-align: center;
  transition: all ease-in-out 0.2s;
}
 .pager ul li.active span {
  display: inline-block;
  border-radius: 0.375rem;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: #2D3192;
  border: 1px solid #2D3192;
}
 .pager ul li a:hover {
  color: #fff;
  background: #2D3192;
  border-radius: 0.375rem;
  border: 1px solid #2D3192;
}
 .pager ul li:nth-last-child(1) a {
  width: auto;
  padding: 0 10px;
}
 .pager ul li:nth-child(1) a {
  width: auto;
  padding: 0 10px;
  border-radius: 0.375rem;
}
 .pager ul li.disabled span {
  border: 1px solid #EBEEF5;
  border-radius: 0.375rem;
  font-size: 14px;
  color: #606266;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  width: auto;
  padding: 0 10px;
  opacity: 0.5;
}
 .pager ul li.disabled:hover {
  cursor: no-drop;
}

/* 寮圭獥瀹瑰櫒 */
.custom-alert {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  color: #fff;
  min-width: 300px;
  text-align: center;
}
/* 鍏抽棴鎸夐挳 */
.alert-close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

/* 暂无数据 */
.loadmore{
  text-align: center;
  margin-top: 100px;
}


/* 手机端 */
.Header .pc_nav_box{
  display: none ;
}
.Header .open_class{
  display: none;
}

.ph_swiper_box{
  display: none;
}
.indexModule .second_box{
  display: none;
}