/* 设置根字体大小(rem基准) */
html {
  font-size: 18px;
}
@media screen and (max-width: 1714.28571429px) {
  html {
    font-size: calc(100vw * 10 / 1200px * 0.7);
  }
}
.center {
  width: 65%;
  max-width: 1200px;
  min-width: 780px;
  margin: 0 auto;
  box-sizing: border-box;
  /* 响应式处理 */
  transition: width 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .center {
    width: 80%;
    min-width: unset;
  }
}
@media (max-width: 630px) {
  html,
  body {
    min-width: 630px;
    overflow-x: auto;
  }
}
/* 可选：添加CSS层面的限制（与JavaScript中的min/max对应） */
html {
  font-size: clamp(12px, 1.6vw, 20px);
  /* 作为备用方案 */
}
.body {
  width: 100%;
  background-color: #fff;
}
.crumbs-box {
  width: 100%;
  background-color: #d9d9d9;
}
.crumbs {
  height: 2.22222222rem;
  color: #333333;
  font-size: 0.77777778rem;
  line-height: 2.22222222rem;
}
.crumbs i {
  color: #a1a1a1;
  margin-left: 0.55555556rem;
  margin-right: 0.55555556rem;
}
.crumbs a:hover {
  color: #c3272b;
}
.hope {
  width: 100%;
  height: 28.33333333rem;
  background-image: url(../img/about1.png), url(../img/about2.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: left top,center top;
  background-size: 100% 100%,100% 100%;
}
.ho {
  height: 100%;
  overflow: hidden;
  color: #fff;
}
.ho .ho-title {
  height: 4.16666667rem;
  line-height: 4.16666667rem;
  width: 50rem;
  border-bottom: solid rgba(255, 255, 255, 0.8);
  border-width: 0.11111111rem;
  margin-top: 4.72222222rem;
  font-size: 1.66666667rem;
}
.ho .ho-content {
  line-height: 5.55555556rem;
  width: 37.77777778rem;
  margin-top: 2.05555556rem;
  font-size: 4.11111111rem;
  font-weight: bold;
}
.about {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 3.22222222rem;
  padding-right: 0rem;
  padding-bottom: 3.22222222rem;
  padding-left: 0rem;
}
.about .ab-item {
  padding-top: 0.61111111rem;
  padding-right: 1.61111111rem;
  padding-bottom: 0.61111111rem;
  padding-left: 1.61111111rem;
  font-size: 1.11111111rem;
  color: #666666;
  border-radius: 0.44444444rem;
  margin-right: 0.27777778rem;
  cursor: pointer;
}
.about .active {
  background-color: #c3272b;
  color: #fff;
}
.about-item {
  display: none;
}
.about-item:nth-of-type(1) {
  display: block;
}
/* 公司介绍开始 */
.info {
  width: 100%;
}
.info .in-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 2.33333333rem;
}
.info .in-title .in-chinese {
  color: #333333;
  font-size: 2.11111111rem;
}
.info .in-title .line {
  width: 0.11111111rem;
  height: 2.33333333rem;
  background-color: #c3272b;
  margin: 0 10px;
}
.info .in-title .in-engish {
  color: #dbdbdb;
  font-size: 1.55555556rem;
  font-weight: bold;
}
.info .in-content {
  margin-top: 1.94444444rem;
  padding-left: 10.83333333rem;
  box-sizing: border-box;
}
.info .in-content p:nth-of-type(1) {
  color: #333333;
  font-size: 1.11111111rem;
  line-height: 2.77777778rem;
  margin-bottom: 0.38888889rem;
}
.info .in-content p:nth-of-type(2) {
  color: #666666;
  font-size: 0.94444444rem;
  line-height: 1.66666667rem;
  margin-top: 0.38888889rem;
  margin-bottom: 3.61111111rem;
}
.advantage {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.44444444rem;
}
.about-item .ab-left {
  width: 13.3%;
  text-align: right;
  color: #333333;
  font-size: 1.11111111rem;
  line-height: 1.66666667rem;
}
.about-item .ab-right {
  width: 83.7%;
}
.about-item .ab-right .adv-title {
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
  line-height: 4.72222222rem;
  color: #fff;
  font-size: 1.77777778rem;
  background-image: url(../img/about4.png), url(../img/about5.png), url(../img/about3.jpg);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 100% 100%,100% 100%,100% 100%;
}
.about-item .ab-right .adv-title div {
  margin: 0 13px;
}
.about-item .ab-right .adv-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 3.66666667rem;
  padding-bottom: 0.38888889rem;
  background-color: #f5f5f5;
}
.about-item .ab-right .adv-content .item {
  width: 19.85%;
  text-align: center;
  color: #666666;
  font-size: 0.88888889rem;
  line-height: 3.77777778rem;
}
.about-item .ab-right .adv-content .item img {
  display: block;
  margin: 0 auto;
}
.about-item .ab-right .adv-content .line {
  width: 0.18%;
  height: 4.16666667rem;
  background-color: #fff;
}
.range {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 3.88888889rem;
}
.range table {
  width: 100%;
  color: #666666;
  font-size: 0.88888889rem;
}
.range table tr {
  width: 100%;
  height: 3.61111111rem;
  line-height: 3.61111111rem;
  color: #666666;
}
.range table tr td {
  padding-left: 0.72222222rem;
  box-sizing: border-box;
  border-bottom: 1px solid #b9b9b9;
}
.range table tr td:nth-of-type(1) {
  width: 25%;
}
.range table tr td:nth-of-type(2) {
  width: 37%;
}
.range thead tr {
  background-color: #e6e6e6;
  color: #333333;
}
.range thead tr td {
  border-bottom: none;
}
.system {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 3.77777778rem;
}
.system .sys-left {
  float: left;
  width: 55.7%;
  margin-right: 1%;
}
.system .sys-left div {
  width: 100%;
}
.system .sys-left .item1 {
  height: 12.77777778rem;
  margin-bottom: 0.38888889rem;
}
.system .sys-left .item2 {
  height: 20.55555556rem;
}
.system .sys-right {
  float: right;
  width: 43.3%;
}
.system .sys-right div {
  width: 100%;
}
.system .sys-right .item1 {
  height: 17.38888889rem;
  margin-bottom: 0.38888889rem;
}
.system .sys-right .item1 img {
  float: left;
  width: 50%;
  height: 100%;
}
.system .sys-right .item2 {
  height: 15.94444444rem;
}
.system img {
  width: 100%;
  height: 100%;
}
.system .item {
  position: relative;
}
.system .pos {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 0rem;
  padding-right: 4.44444444rem;
  padding-bottom: 0.83333333rem;
  padding-left: 2.38888889rem;
  box-sizing: border-box;
  background-color: #c3272c;
  color: #fff;
  opacity: 0.8;
}
.system .pos .name {
  line-height: 2.61111111rem;
  font-size: 1.11111111rem;
}
.system .pos .content {
  font-size: 0.77777778rem;
  line-height: 1.11111111rem;
}
/* 公司介绍结束 */
/* 公司动态开始 */
.contact {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}
.contact .contact-item {
  width: 32%;
  height: 20rem;
  border: 1px solid #e9e9e9;
  margin-right: 2%;
  box-sizing: border-box;
  margin-bottom: 1.38888889rem;
  border-radius: 0.44444444rem;
}
.contact .contact-item img {
  width: 100%;
  height: 12.22222222rem;
  border-top-left-radius: 0.44444444rem;
  border-top-right-radius: 0.44444444rem;
}
.contact .contact-item .contac-content {
  padding-top: 1.11111111rem;
  padding-right: 0.83333333rem;
  padding-bottom: 0rem;
  padding-left: 0.83333333rem;
  height: 7.77777778rem;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow';
}
.contact .contact-item .contac-content .news-name {
  font-size: 0.88888889rem;
  line-height: 1.66666667rem;
  height: 3.33333333rem;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #393333;
  font-weight: bold;
}
.contact .contact-item .contac-content .news-time {
  font-size: 0.83333333rem;
  line-height: 2.77777778rem;
  color: #999999;
}
.contact .contact-item:nth-of-type(3n) {
  margin-right: 0;
}
.contact .no-news {
  width: 100%;
  line-height: 5.55555556rem;
  text-align: center;
  color: #999;
  font-size: 1.55555556rem;
}
.contactdetail-box {
  text-align: left;
  margin-top: 1.66666667rem;
  margin-bottom: 1.66666667rem;
}
.contactdetail-box .contactdetail {
  width: 80%;
  padding-top: 1.11111111rem;
  padding-right: 1.11111111rem;
  padding-bottom: 1.11111111rem;
  padding-left: 1.11111111rem;
  box-shadow: 0 0 3px 3px #f1f1f1c4;
  border-radius: 0.16666667rem;
}
.contactdetail-box .news-title {
  color: #333333;
  font-size: 1.11111111rem;
  line-height: 2.77777778rem;
}
.contactdetail-box .news-time {
  color: #999999;
  font-size: 0.88888889rem;
  line-height: 2.22222222rem;
  margin-bottom: 1.11111111rem;
}
.contactdetail-box .news-content {
  text-align: center;
}
.contactdetail-box .news-content p {
  width: 100%;
}
.contactdetail-box .news-content p img {
  width: 70%;
}
/* 公司动态结束 */
/*加入我们开始*/
.position {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 8rem;
}
.position .pos-left {
  position: relative;
  width: 37%;
  height: 29.11111111rem;
}
.position .pos-left img {
  position: absolute;
  width: 93%;
  height: 93%;
}
.position .pos-left .bk1 {
  left: 0;
  bottom: 0;
}
.position .pos-left .bk2 {
  top: 0;
  right: 0;
}
.position .pos-right {
  width: 60%;
}
.position .pos-right .position-name {
  height: 1.94444444rem;
  border-bottom: solid #e3e3e3;
  border-width: 0.11111111rem;
  font-size: 1.11111111rem;
  color: #333333;
  margin-bottom: 1.83333333rem;
}
.position .pos-right .item-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 25rem;
}
.position .pos-right .item-box .item {
  position: relative;
  width: 48%;
  margin-right: 4%;
  height: 10.44444444rem;
  margin-bottom: 1.83333333rem;
  border: 1px solid #dbdbdb;
  border-radius: 0.44444444rem;
  padding-top: 0rem;
  padding-right: 5rem;
  padding-bottom: 0rem;
  padding-left: 1.11111111rem;
  box-sizing: border-box;
}
.position .pos-right .item-box .item .name {
  font-size: 1.11111111rem;
  line-height: 2.22222222rem;
  color: #333333;
  margin-top: 3.33333333rem;
}
.position .pos-right .item-box .item .condition {
  font-size: 0.77777778rem;
  line-height: 1.55555556rem;
  color: #666666;
}
.position .pos-right .item-box .item .jobdetail {
  position: absolute;
  right: 1.33333333rem;
  bottom: 0;
  font-size: 0.77777778rem;
  line-height: 3.66666667rem;
  color: #c3272b;
}
.position .pos-right .item-box .item:hover {
  background-color: #dbdbdb;
}
.position .pos-right .item-box .item > a {
  display: block ;
}
.position .pos-right .item-box .item:nth-of-type(2n) {
  margin-right: 0;
}
.position .pos-right .page-box {
  display: flex;
  justify-content: flex-start;
}
.position .pos-right .page-box .page {
  width: 3.77777778rem;
  height: 0.44444444rem;
  border-radius: 0.22222222rem;
  background-color: #dbdbdb;
  cursor: pointer;
  margin-right: 0.55555556rem;
}
.position .pos-right .page-box .active {
  background-color: #c3272b;
}
.position .pos-right .no-job {
  width: 100%;
  line-height: 5.55555556rem;
  text-align: center;
  color: #999;
  font-size: 1.55555556rem;
}
.hiredetail {
  width: 100%;
  padding-top: 2.05555556rem;
  padding-right: 1.66666667rem;
  padding-bottom: 0rem;
  padding-left: 1.66666667rem;
  box-shadow: 0 0 10px 2px #f7efef;
  box-sizing: border-box;
  border-radius: 0.44444444rem;
  margin-bottom: 0.55555556rem;
}
.hiredetail .title-box {
  display: flex;
  align-items: center;
  width: 100%;
  height: 3.11111111rem;
}
.hiredetail .title-box .line {
  width: 0.33333333rem;
  height: 1.44444444rem;
  background-color: #d31110;
}
.hiredetail .title-box .title {
  font-size: 1.22222222rem;
  margin-left: 0.55555556rem;
  color: #343434;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow';
  font-weight: bold;
}
.hiredetail .hire-title {
  display: flex;
  align-items: center;
  font-size: 1.11111111rem;
  height: 5.16666667rem;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow';
  color: #343434;
}
.hiredetail .hire-title .name {
  margin-right: 0.83333333rem;
}
.hiredetail .hire-title .yaoqiu {
  color: #999999;
  font-size: 0.88888889rem;
  display: flex;
  align-items: center;
}
.hiredetail .hire-title .yaoqiu .line {
  width: 0.05555556rem;
  height: 0.83333333rem;
  background-color: #999999;
  margin-right: 0.27777778rem;
  margin-left: 0.27777778rem;
}
.hiredetail .hire-content {
  padding-top: 1.33333333rem;
  padding-left: 1.66666667rem;
  padding-bottom: 1.11111111rem;
  border-radius: 0.44444444rem;
  background-color: #f7f7f7;
}
.hiredetail .hire-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5.55555556rem;
}
.hiredetail .hire-footer .back {
  width: 5.77777778rem;
  height: 2.44444444rem;
  font-size: 0.83333333rem;
  border-radius: 0.22222222rem;
  color: #cb2823;
  border: 1px solid #ffcbcb;
  text-align: center;
  line-height: 2.33333333rem;
  box-sizing: border-box;
  cursor: pointer;
}
/*加入我们结束*/
/*联系我们开始*/
.concat {
  width: 100%;
  height: 17.22222222rem;
  margin-bottom: 5.55555556rem;
}
.concat .con-left {
  float: left;
  width: 30%;
  height: 100%;
  box-sizing: border-box;
}
.concat .con-left .type {
  padding-left: 1.22222222rem;
  line-height: 7.22222222rem;
  color: #333333;
  font-size: 1.33333333rem;
}
.concat .con-left .content {
  padding-left: 1.83333333rem;
  font-size: 1rem;
  color: #666666;
  line-height: 2.38888889rem;
}
.concat .con-left .content i {
  margin-right: 0.55555556rem;
}
.concat .con-right {
  float: right;
  width: 55%;
  height: 118%;
}
.concat .con-right img {
  width: 100%;
  height: 100%;
}
/*联系我们结束*/
