/* 公共样式 */

.flex {
  display: flex;
  align-items: center;
}

.flex-l {
  display: flex;
  justify-content: space-between;
}

.flex-dc {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.flex-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-con {
  display: flex;
  align-items: center;
  justify-content: center;
}

.common-card {
  width: 20rem;
  height: 100%;
  margin: 0 auto;
}

.common-title {
  text-align: center;
}

.common-title h4 {
  font-size: 0.45rem;
  font-weight: normal;
  color: #000000;
}
.common-title img {
  width: 0.325rem;
  height: 0.1875rem;
  object-fit: cover;
  margin: 0.0625rem 0 0.125rem 0;
}
.common-title h5 {
  font-size: 0.2rem;
  font-weight: normal;
  color: #666666;
}
.common-more {
  width: 1.225rem;
  height: 0.4375rem;
  background-color: #dddddd;
  border-radius: 0.2125rem;
  display: inline-block;
  font-size: 0.175rem;
  line-height: 0.4375rem;
  text-align: center;
  color: #000000;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
}
/* 头部 */

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1.2625rem;
  z-index: 9999;
}

.header .logo {
  display: inline-block;
  width: 2.3375rem;
  height: 0.9125rem;
  margin-right: 3.25rem;
}

.header .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header .rt {
  flex: 1;
}
.header ul li {
  border-right: 1px solid #fff;
  padding-right: 0.5rem;
  line-height: 0.25rem;
}
.header ul li:last-child {
  border-right: none;
}
.header ul li a {
  font-size: 0.225rem;
  color: #ffffff;
}
.header-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 2% !important;
  z-index: 888;
}
.header-pagination .swiper-pagination-bullet {
  background-color: #fff;
}
/* <!-- 轮播 --> */

.headerSwiper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.headerSwiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
/* 服务项目 */
.services {
  width: 100%;
  height: auto;
  padding: 0.625rem 0 0.375rem 0;
}

.services-con {
  margin-top: 0.5rem;
}
.services-con li {
  width: 4.875rem;
  height: auto;
  background-color: #f3f3f3;
  padding: 0.1875rem 0.225rem 0.25rem 0.2rem;
  margin-right: 0.1625rem;
}
.services-con li:last-child {
  margin-right: 0;
}
.services-con li .img {
  width: 4.4625rem;
  height: 3.125rem;
  object-fit: cover;
}
.services-con li h6 {
  font-size: 0.275rem;
  color: #000000;
  margin-bottom: 0.25rem;
}

.services-con li .text {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 0.875rem;
}
.services-con li .text img {
  width: 1.0875rem;
  height: 1.0875rem;
  object-fit: cover;
  position: absolute;
  top: -0.375rem;
  left: 50%;
  transform: translateX(-50%);
}
/* 关于我们 */
.about {
  width: 100%;
  height: auto;
  margin-bottom: 0.0875rem;
}
.about-con {
  width: 100%;
  height: auto;
  margin-top: 0.375rem;
  background-color: #ececec;
  padding-left: 2rem;
}

.about-con img {
  width: 12rem;
  height: 8.5125rem;
  margin-left: 0.4375rem;
}
.about-con .lt {
  flex: 1;
}
.about-con .text {
  width: 100%;
  font-size: 0.275rem;
  line-height: 0.75rem;
  color: #000000;
}
.about-con .common-more {
  margin-top: 0.1875rem;
}

.number {
  width: 100%;
  height: 3rem;
  background: url(../img/icon5.png) no-repeat top;
  background-size: cover;
  background-color: #c02e1f;
}
.number ul {
  height: 100%;
}
.number li span {
  font-size: 0.75rem;
  font-weight: bold;
  color: #ffffff;
}
.number li p {
  margin-bottom: 0.125rem;
}
.number li i,
.number li h6 {
  font-size: 0.325rem;
  color: #ffffff;
  font-weight: normal;
}
/* 我们的优势 */
.advantages {
  width: 100%;
  height: 10.575rem;
  padding: 0.75rem 0;
  background: url(../img/icon6.png) no-repeat top;
  background-size: cover;
  overflow: hidden;
}
.advantages .common-card {
  position: relative;
}
.advantages .common-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.advantages .common-title p {
  width: 0.8625rem;
  height: 0.0375rem;
  background-color: #236fe1;
  margin: 0.1875rem 0;
}

.advantages-con {
  position: relative;
  height: 100%;
}
.advantages .bg {
  position: absolute;
  left: 51%;
  top: 60%;
  width: 7.975rem;
  height: auto;
  transform: translate(-50%, -50%);
}
.advantages-con .item {
  border-radius: 50%;
}
.advantages-con .item .nr {
  font-size: 0.45rem;
  font-weight: bold;
  color: #ffffff;
  font-style: italic;
}
.advantages-con .item h6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.225rem;
  font-weight: bold;
  color: #ffffff;
}
.advantages-con .item h6::after {
  display: block;
  content: '';
  width: 0.3rem;
  height: 0.05rem;
  background-color: #fff;
  margin: 0.125rem 0 0.25rem 0;
}
.advantages-con .item .text {
  font-size: 0.1625rem;
  line-height: 0.3rem;
  color: #ffffff;
  text-align: center;
}
.advantages-con .item1 {
  position: absolute;
  left: 25%;
  top: 1%;
  width: 3.125rem;
  height: 3.125rem;
  background-color: #238ee1;
}
.advantages-con .item2 {
  position: absolute;
  left: 10%;
  top: 35%;
  width: 4.2875rem;
  height: 4.2875rem;
  background-color: #236fe1;
}
.advantages-con .item3 {
  position: absolute;
  right: 27%;
  top: 3%;
  width: 3.8rem;
  height: 3.8rem;
  background-color: #23a9e1;
}
.advantages-con .item4 {
  position: absolute;
  right: 15%;
  top: 34%;
  width: 2.8625rem;
  height: 2.8625rem;
  background-color: #2393e1;
}
.advantages-con .item5 {
  position: absolute;
  right: 26%;
  top: 57%;
  width: 2.9375rem;
  height: 2.9375rem;
  background-color: #23bfe1;
}
.advantages-con .item6 {
  position: absolute;
  left: 46%;
  top: 46%;
  transform: translate(-50%, -50%);
}
.advantages-con .item6 h6 {
  font-size: 0.4125rem;
  color: #ffffff;
}
.advantages-con .item6 h6::after {
  display: none;
}
.advantages-con .item6 .nr {
  font-size: 0.7rem;
}
.advantages-con .item6 .text {
  font-size: 0.275rem;
}
/* 众多著名企业·合作伙伴 */
.cooperative {
  width: 100%;
  height: auto;
  background: url(../img/icon8.png) no-repeat top;
  background-size: cover;
  padding: 0.6875rem 0 1.1rem 0;
}

.cooperative .tl h2 {
  font-size: 0.45rem;
  color: #000000;
  font-weight: normal;
  margin-bottom: 0.1875rem;
}
.cooperative .tl h4 {
  font-weight: normal;
  font-size: 0.2rem;
  color: #666666;
}
.cooperative-con {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.225rem;
  padding-right: 21%;
}
.cooperative-con ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cooperative-con li {
  width: 2.9125rem;
  height: 2.6rem;
  margin: 0 0.2375rem 0.0375rem 0;
}
.cooperative-con li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cooperative-con li:nth-child(6) {
  margin-left: 10%;
}
.cooperative-con .img {
  position: absolute;
  right: 4%;
  top: 30%;
  width: 0.675rem;
  height: auto;
  object-fit: contain;
}
/* 企业动态 */
.business {
  width: 100%;
  height: auto;
  padding-top: 0.4625rem;
  padding-bottom: 4rem;
}
.business-con {
  position: relative;
  margin-top: 0.5625rem;
}
.businessSwiper {
  width: 100%;
  height: 5.9rem;
  overflow: hidden;
}
.businessSwiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.business-con .news {
  position: absolute;
  left: 50%;
  bottom: -3.6rem;
  z-index: 222;
  transform: translateX(-50%);
}
.business-con .news li {
  width: 9.8rem;
  height: 5.9rem;
  background-color: #f3f3f3;
  padding: 0.5rem;
  margin-right: 0.375rem;
}
.business-con .news li:last-child {
  margin-right: 0;
}
.business-con .news h6 {
  font-size: 0.3rem;
  font-weight: normal;
  color: #000000;
}
.business-con .news .text {
  font-size: 0.25rem;
  line-height: 0.625rem;
  color: #666666;
  margin: 0.1875rem 0 0.125rem 0;
}

.business-con .news .time span {
  font-size: 0.6rem;
  color: #666666;
}
.banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
/* 加入我们 */
.joinUs {
  width: 100%;
  height: 5.0375rem;
  background: url(../img/icon12.png) no-repeat top;
  background-size: cover;
}
.joinUs h4 {
  font-size: 0.45rem;
  font-weight: normal;
  color: #ffffff;
}
.joinUs h5 {
  font-size: 0.375rem;
  font-weight: normal;
  color: #ffffff;
  margin: 0.4375rem 0 0.625rem 0;
}
.joinUs h6 {
  width: fit-content;
  padding: 0 0.25rem;
  height: 1.05rem;
  background-color: #c02e1f;
  border-radius: 0.525rem;
  font-size: 0.375rem;
  color: #ffffff;
  line-height: 1.05rem;
  text-align: center;
}
.joinUs h6 span {
  font-weight: normal;
}
/* footer */
.footer {
  width: 100%;
  height: auto;
  padding-top: 0.75rem;
  background-color: #2a2a2a;
}
.footer .lt {
  width: 4.425rem;
  margin-right: 1.625rem;
}
.footer .lt .logo {
  display: inline-block;
  width: 100%;
  height: 1.725rem;
}
.footer .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer .lt h6 {
  font-size: 0.4rem;
  font-weight: bold;
  color: #ffffff;
  margin-top: 0.625rem;
}
.footer .rt {
  flex: 1;
}
.footer .rt p {
  font-size: 0.275rem;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 0.1875rem;
}
.footer .rt a,
.footer .rt span {
  font-size: 0.225rem;
  line-height: 0.875rem;
  color: #ffffff;
}
.footer .rt img {
  width: 2.9rem;
  height: 2.9rem;
  object-fit: cover;
  margin-top: 0.1875rem;
}
.footer .rt li {
  display: flex;
  flex-direction: column;
}
.footer .bto {
  font-size: 0.225rem;
  text-align: center;
  border-top: 1px solid rgba(250, 248, 248, 0.2);
  line-height: 1.5375rem;
  color: #ffffff;
  margin-top: 0.625rem;
}
/* 服务项目 */
.insideServer {
  width: 100%;
  height: auto;
  padding: 0.375rem 0;
}
.insideServer .nav {
  margin: 0.3625rem 0 0.3125rem 0;
}
.insideServer .nav a {
  display: inline-block;
  width: 4.875rem;
  height: 0.9375rem;
  background-color: #f3f3f3;
  font-size: 0.275rem;
  line-height: 0.9375rem;
  color: #000000;
  text-align: center;
}
.insideServer .nav a.active {
  background-color: red;
  color: #fff;
}
.insideServer-con li {
  width: 4.875rem;
  height: auto;
  padding: 0.1875rem;
  background-color: #f3f3f3;
  margin: 0 0.1625rem 0.3125rem 0;
}
.insideServer-con li:nth-child(4n) {
  margin-right: 0;
}
.insideServer-con ul {
  display: flex;
  flex-wrap: wrap;
}
.insideServer-con li img {
  width: 4.4625rem;
  height: 3.125rem;
  object-fit: cover;
}
.insideServer-con li .name {
  width: 100%;
  font-size: 0.275rem;
  margin-top: 0.1875rem;
  text-align: center;
  color: #000000;
}
.insideAbout {
  padding-top: 0.425rem;
}
/* 合作客户 */
.insideCooperative {
  width: 100%;
  height: auto;
    background: #f2f2f2;
  padding: 0.75rem 0;
}
.insideCooperative .common-card {
  width: 17.5rem;
}
.insideCooperative .common-title h4 {
  font-weight: bold;
}
.insideCooperative .common-title h5 {
  color: #999;
  margin-top: 0.125rem;
}
.insideCooperative-con ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.3625rem;
}
.insideCooperative-con li {
  width: 2.775rem;
    height: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
//  width: 3.3375rem;
 // height: 1.275rem;
 // background-color: #ffffff;
 // box-shadow: 0px 0.0875rem 0.15rem 1px rgba(0, 0, 0, 0.18);
  //border-radius: 0.125rem;
  //border: solid 2px #ffffff;
  margin: 0 0.1625rem 0.4375rem 0;
}
.insideCooperative-con li:nth-child(6n) {
  margin-right: 0;
}
.insideCooperative-con li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* .insideCooperative-con li:hover {
  cursor: pointer;
  border: solid 2px #ee222a;
}*/
/* 联系我们 */
.contactUs {
  width: 100%;
  height: auto;
  background-color: #f7f7f7;
  padding: 0.875rem 0 0.375rem 0;
}
.contactUs .common-card {
  width: 17.5rem;
}
.contactUs .top ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contactUs .top li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 4.2375rem;
  height: 4.1875rem;
  background-color: #ffffff;
  padding-top: 8%;
}
.contactUs .top li img {
  width: 0.6125rem;
  height: 0.6625rem;
  object-fit: contain;
}
.contactUs .top li .text {
  font-size: 0.2rem;
  line-height: 0.4375rem;
  color: #000000;
  margin-top: 0.375rem;
}
.contactUs h6 {
  font-size: 0.3rem;
  text-align: center;
  font-weight: normal;
  color: #656565;
  margin: 0.5rem 0 0.375rem 0;
}
.contactUs .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}
.contactUs input[type='text'] {
  width: calc((100% - 0.25rem) / 2);
  height: 0.8625rem;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  padding-left: 0.225rem;
  font-size: 0.2rem;
  color: #656565;
}
.contactUs textarea {
  width: 100%;
  height: 4.1125rem;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  padding: 0.2375rem 0 0 0.225rem;
  font-size: 0.2rem;
  color: #656565;
}
.contactUs input[type='submit'] {
  width: 55%;
  height: 0.8625rem;
  line-height: 0.8625rem;
  text-align: center;
  background-color: #007cc3;
  border: solid 1px #d2d2d2;
  font-size: 0.325rem;
  color: #ffffff;
  margin-top: 0.3rem;
}
/* 企业动态 */

/* 新闻资讯 */
.newsInformation {
  width: 100%;
  height: auto;
  padding: 0.35rem 0;
}
.newsInformation h6 {
  font-size: 0.225rem;
  color: #000000;
}
.newsInformation .text {
  font-size: 0.175rem;
  line-height: 0.4375rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666666;
}
.newsInformation .time span {
  font-size: 0.3375rem;

  color: #666666;
}
.newsInformation .time i {
  font-size: 0.175rem;

  color: #666666;
}
.newsInformation .more {
  display: inline-block;
  width: 1.225rem;
  height: 0.425rem;
  background-color: #ebebeb;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.07);
  border-radius: 0.2rem;
  font-size: 0.1875rem;
  line-height: 0.425rem;
  text-align: center;
  color: #000000;
}

.news-con {
  margin-top: 0.375rem;
}
.news-con ul li {
  display: flex;
  align-items: center;
  width: 100%;
  height: 2.6125rem;
  background-color: #eeecec;
  transition: all 0.3s;
  border-radius: 0.25rem;
  margin-bottom: 0.2125rem;
  padding: 0.4375rem 0.45rem 0.25rem 0.3125rem;
}
.news-con ul li:hover {
  box-shadow: 0 0.075rem 0.1875rem 0.0125rem rgba(0, 0, 0, 0.17);
}
.news-con ul .time {
  width: fit-content;
  display: flex;
  align-items: baseline;
  margin-right: 0.5625rem;
}
.news-con ul h6 {
  margin-bottom: 0.1875rem;
}
.news-con ul .more {
  margin-left: 92%;
}
.news-con li .rt {
  flex: 1;
}

/* 人才招聘  */
.invite {
  width: 100%;
  height: auto;
  padding: 0.4375rem 0;
  background-color: #f7f7f7;
}
.invite .common-card {
  width: 17.5rem;
}
.invite .tl {
  font-size: 0.45rem;
  color: #000;
}
.invite .title {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: 0.8125rem;
  background-color: #b3b3b3;
  margin-top: 0.5rem;
}
.invite .title span {
  display: inline-block;
  width: calc(100% / 4);
  text-align: center;
  font-size: 0.25rem;
  color: #fff;
}

.jobList .tl {
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 100%;
  height: 0.8125rem;
  background-color: #fff;
  border: 2px solid #e5e4e2;
  margin-top: 0.25rem;
}

.jobList .tl:hover {
  background-color: #b3b3b3;
}
.jobList .tl.active {
  background-color: #b3b3b3;
}

.jobList .tl:hover div,
.jobList .tl.active div {
  color: #fff;
}
.jobList .tl img {
  width: 0.3125rem;
  height: 0.3125rem;
}
.jobList .tl div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% / 4);
  text-align: center;
  font-size: 0.225rem;
  color: #5a5a5a;
}

.jobList .pull-down {
  display: none;
  font-size: 0.25rem;
  color: #5a5a5a;
  line-height: 0.5625rem;
  padding: 3%;
  background-color: #fff;
  border: 2px solid #e5e4e2;
}
.jobList .tl .active,
.jobList .tl:hover .default,
.jobList .tl.active .default {
  display: none;
}

.jobList .tl:hover .active,
.jobList .tl.active .active {
  display: block;
}

/* 新闻详情 */
.newsDetail {
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
  padding: 0.5rem 0;
}

.newsDetail .title {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.newsDetail .title h6 {
  font-size: 0.45rem;
  font-weight: bold;
  color: #000000;
  text-align: center;
}
.newsDetail .title h4 {
  font-size: 0.3rem;
  font-weight: normal;
  color: #666666;
}
.newsDetail .title img {
  width: 0.3625rem;
  height: 0.2125rem;
  object-fit: contain;
  margin: 0.125rem 0;
}
.newsDetail .title h5 {
  font-size: 0.3rem;
  font-weight: normal;
  color: #333333;
  margin: 0.3125rem 0 0 0;
}
.newsDetail .title .time {
  font-size: 16px;
  color: #666666;
  text-align: center;
  border-bottom: 1px solid #eee;
  padding: 25px 0;
  width: 100%;
}

.newsDetail .ls {
  font-size: 0.225rem;
  line-height: 0.625rem;
  color: #333333;
}

