@charset "UTF-8";
/**
 *  Author: ToDo Meng
 *  Date:   2020.06.30
 *  Time:   09:00
 *  Desc:   网站主体公共样式表
**/
/************      Common      ************/
.main {
  padding: 60px 0;
  margin: 0 auto;
  max-width: 1000px;
}
.container {
  margin: auto;
  width: 1200px;
  text-align: justify;
}
.container.auto-container {
  width: auto;
  max-width: 100%;
  padding: 0 1rem;
}
/************      Common      ************/
/************      Header      ************/
.header {
  width: 100%;
  height: 1rem;
  box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(93, 93, 93, 0.16);
  border-radius: 0rem 0rem 0rem 0rem;
  display: flex;
  position: absolute;
  top: 0;
  z-index: 9;
  position: fixed;
  transition: 0.5s;
}
.header.active {
  background: #fff !important;
}
.header.active .hd-flex .logo-color {
  display: block;
}
.header.active .hd-flex .logo-white {
  display: none;
}
.header.active .search {
  filter: invert(1) !important;
}
.header.active .hd-l1 {
  color: #333333 !important;
}
.header .hd-flex {
  display: flex;
  align-items: center;
  max-width: 15.4rem;
  position: relative;
  margin: 0 auto;
}
.header .hd-flex .hd-logo {
  width: 2.08rem;
  height: 0.76rem;
  margin-right: 2.09rem;
  background-size: cover;
}
.header .hd-flex .logo-color {
  display: none;
}
.header .hd-flex .logo-white {
  display: block;
}
.header .nav {
  margin-right: 0.5rem;
}
.header .nav .nav-list-wrap {
  display: flex;
  gap: 0.36rem;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.header .nav .nav-list-wrap .nav-list-item {
  position: relative;
  font-weight: 400;
  font-size: 0.22rem;
  color: #FFFFFF;
  font-style: normal;
  text-transform: none;
  list-style: none;
}
.header .nav .nav-list-wrap .nav-list-item:hover .hd-l1 {
  height: 1rem;
  color: #B30000 !important;
}
.header .nav .nav-list-wrap .nav-list-item:hover .hd-xiala {
  display: block;
}
.header .nav .nav-list-wrap .nav-list-item.cur .hd-l1 {
  font-weight: bold;
  border-bottom: 0.03rem solid #B30000;
}
.header .nav .nav-list-wrap .nav-list-item .hd-l1 {
  height: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .nav .nav-list-wrap .nav-list-item .hd-xiala {
  top: 100%;
  left: 50%;
  display: none;
  min-width: 1.4rem;
  transform: translateX(-50%);
  position: absolute;
  height: auto !important;
  background: #FFFFFF;
  white-space: nowrap;
  box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.1);
  padding: 0.14rem 0.14rem;
  border-radius: 0rem 0rem 0.1rem 0.1rem;
}
.header .nav .nav-list-wrap .nav-list-item .hd-xiala .hd-xialak {
  text-align: center;
  font-weight: 400;
  font-size: 0.16rem;
  color: #3D3D3D;
  padding-top: 0.14rem;
}
.header .nav .nav-list-wrap .nav-list-item .hd-xiala .hd-xialak:first-child {
  padding-top: 0;
}
.header .nav .nav-list-wrap .nav-list-item .hd-xiala .hd-xialak:hover {
  color: #B30000;
}
.header .search {
  background-image: url("../icon/icon_search.png");
  background-size: cover;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.23rem;
  cursor: pointer;
}
.header .hd-line {
  width: 0rem;
  height: 0.28rem;
  border: 0.01rem solid #D5D5D5;
  margin-right: 0.23rem;
}
.header .language-item {
  width: 0.4rem;
  height: 0.2rem;
  cursor: pointer;
  background-size: cover;
}
.header .language-item.cn {
  background-image: url("../img/img_bg_cn.png");
}
.header .language-item.en {
  background-image: url("../img/img_bg_en.png");
}
.header .language-item.en a {
  color: #999999;
}
.header .language-item a {
  color: #FFFFFF;
  width: 0.21rem;
  height: 0.19rem;
  font-weight: 400;
  font-size: 0.14rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
/************      NumCount    ************/
.numCount {
  margin: 0 -10px;
}
.numCount li {
  float: left;
  width: 25%;
  text-align: center;
}
.numCount li .item {
  margin: 0 10px;
}
.numCount li .numU {
  line-height: 1.3;
}
.numCount li .numU .unitC {
  font-size: 100%;
  line-height: 1.3;
  margin-left: 0.3em;
}
.numCount li .numU sup {
  vertical-align: top;
}
.numCount li .numU sub {
  vertical-align: baseline;
}
.numCount li .numCX {
  font-family: MiSans, MiSans;
  font-weight: bold;
  font-size: 0.72rem;
  color: #000000;
  text-align: right;
  font-style: normal;
  text-transform: none;
}
/************      Contact     ************/
.contact-wrap .recruitment-notice-wrap {
  margin: 50px 0;
}
.contact-wrap .recruitment-notice-wrap .title-wrap {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 30px;
}
.contact-wrap .recruitment-notice-wrap .title-wrap .title {
  font-size: 18px;
  margin-bottom: 20px;
}
.contact-wrap .recruitment-notice-wrap .context-wrap {
  color: #666;
  line-height: 1.5;
  text-align: justify;
}
.contact-wrap .job-list-wrap .job-item-wrap {
  border-top: 1px dashed #ccc;
  padding: 20px 0;
}
.contact-wrap .job-list-wrap .job-item-wrap .job-img-wrap {
  width: 250px;
  margin-right: 50px;
}
.contact-wrap .job-list-wrap .job-item-wrap .job-info-wrap {
  flex: 1;
}
.contact-wrap .job-list-wrap .job-item-wrap .job-info-wrap .title-wrap {
  margin-bottom: 20px;
}
.contact-wrap .job-list-wrap .job-item-wrap .job-info-wrap .title-wrap .title {
  font-size: 16px;
}
.contact-wrap .job-list-wrap .job-item-wrap .job-info-wrap .context-wrap {
  color: #999;
  line-height: 1.5;
  text-align: justify;
}
/************      Footer      ************/
.foot {
  width: 100%;
  color: #fff;
  min-height: 6rem;
  padding-top: 0.5rem;
  background-size: cover;
  background-image: url("../img/img_bg_home_footer.png");
}
.foot .ft-fx {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0 auto;
  max-width: 14rem;
}
.foot .ft-fx .ft-fx1 {
  display: flex;
  align-items: center;
}
.foot .ft-fx .ft-fx1 .logo-wrap .logo-img {
  height: 55px;
}
.foot .ft-fx .ft-fx1 .btn-wrap .btn-item-wrap {
  margin-left: 0.5rem;
  position: relative;
}
.foot .ft-fx .ft-fx1 .btn-wrap .btn-item-wrap:hover .btn-item {
  border-color: #fff;
}
.foot .ft-fx .ft-fx1 .btn-wrap .btn-item-wrap:hover .btn-item .btn-icon {
  filter: brightness(1);
}
.foot .ft-fx .ft-fx1 .btn-wrap .btn-item-wrap:hover .qrcode-wrap {
  display: block;
}
.foot .ft-fx .ft-fx1 .btn-wrap .btn-item-wrap .btn-item {
  width: 0.55rem;
  height: 0.55rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.01rem solid #7A7A7A;
  background: rgba(255, 255, 255, 0);
  border-radius: 100% 100% 100% 100%;
}
.foot .ft-fx .ft-fx1 .btn-wrap .btn-item-wrap .btn-item .btn-icon {
  font-size: 24px;
  object-fit: contain;
  filter: brightness(0.5);
}
.foot .ft-fx .ft-fx1 .btn-wrap .btn-item-wrap .qrcode-wrap {
  width: 1.4rem;
  display: none;
  margin-top: 0.1rem;
  max-width: initial;
  position: absolute;
  padding: 0.1rem 0.1rem;
  border-radius: 0.1rem;
  transform: translateX(-40%);
}
.foot .ft-fx2 {
  display: flex;
  position: relative;
}
.foot .ft-fx2 .placeholder {
  width: 14rem;
  height: 0rem;
  border: 0.01rem solid #FFFFFF;
  opacity: 0.3;
  margin-top: 0.35rem;
}
.foot .ft-fx3 {
  display: flex;
  margin-top: 0.7rem;
}
.foot .ft-fx3 .ft-w1 {
  margin-bottom: 0.18rem !important;
}
.foot .ft-fx3 .ft-l1 {
  margin-bottom: 0.18rem !important;
}
.foot .ft-fx3 .footer-nav-wrap .nav-ul-item-wrap {
  margin-right: 0.5rem;
}
.foot .ft-fx3 .footer-nav-wrap .nav-ul-item-wrap > li {
  font-weight: 400;
  font-size: 0.16rem;
  color: #C8C8C8;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0.06rem;
}
.foot .ft-fx3 .footer-nav-wrap .nav-ul-item-wrap > li:hover a {
  color: #fff;
}
.foot .ft-fx3 .footer-nav-wrap .nav-ul-item-wrap > li > span {
  font-weight: bold;
  font-size: 0.18rem;
  color: #FFFFFF;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.foot .ft-fx3 .footer-nav-wrap .nav-ul-item-wrap > li > div {
  width: 0.18rem;
  height: 0.01rem;
  background: #FFFFFF;
  border-radius: 0rem 0rem 0rem 0rem;
}
.foot .ft-fx3 .lx {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 1.5rem;
  flex-direction: column;
}
.foot .ft-fx3 .lx > li {
  flex: 0 0 3.4rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #C8C8C8;
  line-height: 0.3rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.foot .ft-fx3 .lx > li > span {
  font-weight: bold;
  font-size: 0.18rem;
  color: #FFFFFF;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.foot .ft-fx3 .lx > li > div {
  width: 0.18rem;
  height: 0.01rem;
  background: #FFFFFF;
  border-radius: 0rem 0rem 0rem 0rem;
}
.foot .ft-fx4 {
  display: flex;
  margin-top: 0.8rem;
  flex-direction: column;
}
.foot .ft-fx4 .placeholder {
  width: 14rem;
  height: 0rem;
  border: 0.01rem solid #FFFFFF;
  opacity: 0.16;
}
.foot .ft-fx4 .info-item {
  font-weight: 400;
  font-size: 0.14rem;
  color: #888888;
  line-height: 0.3rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-top: 0.16rem;
  margin-bottom: 0.16rem;
}
/************      SideBar     ************/
.sidebar-wrap {
  width: 50px;
  bottom: 3rem;
  right: 0.5rem;
  display: flex;
  background: #fff;
  align-items: center;
  border-radius: 0.25rem;
  justify-content: center;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
}
.sidebar-wrap .sidebar-list-wrap .sidebar-item {
  margin: 6px;
  width: 36px;
  height: 36px;
  color: #3d3d3d;
  display: flex;
  cursor: pointer;
  text-align: center;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sidebar-wrap .sidebar-list-wrap .sidebar-item:hover,
.sidebar-wrap .sidebar-list-wrap .sidebar-item.cur {
  color: #ff6a00;
  background: #f9f9f9;
  border-radius: 18px;
}
.sidebar-wrap .sidebar-list-wrap .sidebar-item:hover .sidebar-icon,
.sidebar-wrap .sidebar-list-wrap .sidebar-item.cur .sidebar-icon {
  color: #ff6a00;
}
.sidebar-wrap .sidebar-list-wrap .sidebar-item:hover .sidebar-con-wrap,
.sidebar-wrap .sidebar-list-wrap .sidebar-item.cur .sidebar-con-wrap {
  right: 36px;
  display: block;
}
.sidebar-wrap .sidebar-list-wrap .sidebar-item .sidebar-icon {
  color: #3d3d3d;
  font-size: 20px;
}
.sidebar-wrap .sidebar-list-wrap .sidebar-item .sidebar-con-wrap {
  display: none;
  padding-right: 25px;
}
.sidebar-wrap .sidebar-list-wrap .sidebar-item .sidebar-con-wrap .detail-wrap {
  padding: 10px;
  min-width: 150px;
  background: #fff;
  position: relative;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
}
.sidebar-wrap .sidebar-list-wrap .sidebar-item .sidebar-con-wrap .detail-wrap:after {
  right: -6px;
  width: 12px;
  content: "";
  height: 12px;
  position: absolute;
  top: calc(50% + -7px);
  background-color: #fff;
  transform: rotate(45deg);
  box-sizing: content-box !important;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
}
.sidebar-wrap .sidebar-list-wrap .sidebar-item .sidebar-con-wrap .con-title {
  color: #333;
  font-size: 13px;
  margin-bottom: 5px;
}
.sidebar-wrap .sidebar-list-wrap .sidebar-item .sidebar-con-wrap .con-subtitle .subtitle {
  color: #f08519;
  font-size: 14px;
}
.sidebar-wrap .sidebar-list-wrap .sidebar-line {
  width: 2px;
  background: #ededed;
}
.back-top-wrap {
  right: 0.5rem;
  bottom: 2rem;
}
.back-top-wrap .to-top-btn-item {
  height: 0;
  width: 50px;
  overflow: hidden;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
}
.back-top-wrap .to-top-btn-item.cur {
  height: 50px;
}
.back-top-wrap .to-top-btn-item .btn-icon {
  color: #ff6a00;
  font-size: 24px;
}
/************      Pages       ************/
.pages-wrap {
  margin: 80px auto;
}
.pages-wrap ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pages-wrap ul li {
  display: flex;
  margin: 0 10px;
  font-size: 16px;
  align-items: center;
  padding: 5px 10px;
  border-radius: 3px;
  justify-content: center;
  border: 1px solid #e5e5e5;
}
.pages-wrap ul li.disabled {
  color: #999;
  background: #f8f8f8;
  border-color: #f8f8f8;
}
.pages-wrap ul li.active {
  color: #fff;
  background: #14499a;
  border-color: #14499a;
}
.pages-wrap ul li span {
  height: auto;
}
.pages-wrap ul li a {
  color: #999;
}
