body,
html {
  height: 100vh;
  overflow: hidden;
}
.search_ul li {
  float: left;
  width: 25%;
}
.imgs_search {
  height: 300px;
}
.search_ul {
  margin-bottom: 20px;
}
.h100 {
  height: 100%;
}
.beian {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 12px;
  color: #000;
  opacity: 0.5;
}
.beian a {
  color: #000;
  opacity: 1;
}
.main {
  background: url(../img/bg.jpg) no-repeat;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
}

img {
  width: 100%;
}

.rightfix,
.mobile-foot {
  display: none;
}

.tr {
  text-align: right;
}

.title {
  font-size: 1.875rem;
  line-height: 35px;
  color: #d4252b;
}

.title span {
  padding-bottom: 10px;
  display: inline-block;
}

.title span::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 39px;
  height: 1px;
  background: #d4252b;
}

.tran {
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}

.main .main_fr {
  width: 25%;
  padding: 40px 40px 40px 100px;
  height: 100%;


}

.main .main_fl {
  width: 75% !important;
  height: 100% !important;
}

.main .main_fl .swiper-pagination {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
}

.main .banner_swiper .swiper-slide {
  position: relative;
  overflow: hidden;
}

.main .main_fl .swiper-pagination-bullet {
  display: block;
  margin-bottom: 12px;
}

.main .main_fl .swiper-pagination-bullet:nth-child(1),
.main .main_fl .swiper-pagination-bullet:last-child {
  width: 11px;
  height: 7px;
  background-color: #c7c7c8;
  border-radius: 4px;
  text-align: center;
  display: table;
  margin: 0 auto 12px;
}

.main .main_fl .swiper-pagination-bullet {
  width: 23px;
  height: 7px;
  background-color: #c7c7c8;
  border-radius: 4px;
}

.main .main_fl .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #fff !important;
}

.main .main_fl .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}



.main .banner_text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  width: 100%;
}

.main .banner_text span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  font-size: 2.1875rem;
  line-height: 35px;
  color: #ffffff;
  display: block;
  width: 100%;
  text-align: center;
}

.main .banner_text span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 20%;
  height: 1px;
  background: #fff;
}

.main .banner_text span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20%;
  height: 1px;
  background: #fff;
}

.main .main_fr .daohang {
  position: relative;
  padding-top: 50%;
}

.main .main_fr .daohang li {
  font-size: 1.125rem;
  line-height: 35px;
  color: #ffffff;
  position: relative;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

.main .main_fr .daohang li a {
  color: #fff;
}

.main .main_fr .daohang li:before {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 39px;
  height: 1px;
  background: #fff;
}

.main .search_inp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.main .search_inp input {
  width: 100%;
  height: 51px;
  background: #ffffff;
  font-size: 1.875rem;
  line-height: 51px;
  color: #4c4948;
  padding: 0 13px;
  border: none;
}

.main .search_inp div.fl {
  border: 10px solid rgba(255, 255, 255, 0.8);
  width: 80%;
}

.main .search_inp form {
  width: 60%;
  margin: 0 auto;
}

.main .search_inp form button {
  width: 76px;
  height: 71px;
  line-height: 71px;
  text-align: center;
  background: #ce1b24;
  border: none;
}

.main .search_inp form button span {
  color: #fff;
  font-size: 25px;
}

#menu .menu_ul li {
  width: 33.3%;
  float: left;
  height: 100%;
  overflow: hidden;
}

#menu .menu_ul li>div>img {
  height: 100vh;
}

#menu .menu_ul li .menu_name {
  font-size: 21px;
  line-height: 27px;
  color: #4c4948;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 30%;
  left: 45px;
}

#menu .menu_ul li .menu_name span {
  position: relative;
}

#menu .menu_ul li .menu_name span::before {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 39px;
  height: 1px;
  background: #fff;
  content: "";
}

#menu .menu_ul li .menu_hover {
  position: absolute;
  top: 0;
  left: 0%;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(159, 159, 164, 0.2), rgba(159, 159, 164, 0.8));
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}

#menu .menu_ul li .menu_hover>div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#menu .menu_ul li:hover .menu_hover {
  left: 0;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  opacity: 1;
}

#menu .menu_ul li:hover .menu_name {
  display: none;
}

#business_contact .business_contact_fr {
  height: 84%;
  transform: translateY(-50%);
  background: #d0d0d2;
  padding: 55px 80px 35px;
  width: 80%;
  float: right;
  position: absolute;
  top: 50%;
  right: 0;
}

#business_contact .company_name {
  font-size: 1.125rem;
  line-height: 30px;
  color: #595757;
  padding: 18px 0 10px;
}

#business_contact .contact_ul li {
  font-size: .875rem;
  color: #595757;
  line-height: 20px;
}

#business_contact .message_ul {
  margin-top: 20px;
}

#business_contact .message_ul li {
  width: 48%;
  float: left;
  margin-left: 13px;
  height: 40px;
  line-height: 40px;
}

#business_contact .message_ul li input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #595757;
  background: transparent;
}

#business_contact .message_ul li:nth-child(odd) {
  margin-left: 0;
}

#business_contact .business_contact_btn {
  background: #ce1b24;
  height: 37px;
  line-height: 37px;
  padding: 0 76px;
  font-size: 15px;
  letter-spacing: 2px;
  color: #ffffff;
  border: 1px solid #ce1b24;
  margin-top: 16px;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}

#business_contact .business_contact_btn:hover {
  background: #fff;
  color: #ce1b24;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}

#business_contact .ditu {
  margin: 10px 0 20px;
}

#recruit .recruit_contact_fr {
  height: 84%;
  transform: translateY(-50%);
  background: #d0d0d2;
  width: 80%;
  float: right;
  position: absolute;
  top: 50%;
  right: 0;
}

#recruit .recruit_con_pad {
  padding: 55px 80px 25px 80px;
}

#recruit .recrtit_con {
  font-size: 15px;
  line-height: 30px;
  color: #4c4948;
  margin: 15px 0 0px 0;
  padding-right: 15px;
}

.list_about {
  height: 485px;
  overflow-y: scroll;
}


#recruit .list_about::-webkit-scrollbar-track,
.list_jianli::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background-color: transparent;
  width: 4px;
  height: 164px;
  position: absolute;
}

#recruit .list_about::-webkit-scrollbar,
.list_jianli::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
}

#recruit .list_about::-webkit-scrollbar-thumb,
.list_jianli::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  display: block;
  width: 10px;
  height: 35px;
  background: #aaaaad;
  border-radius: 5px;
}

#recruit .rectuit_ul>li {
  margin-bottom: 22px;
}

#recruit .rectuit_ul li>.clearfix {
  line-height: 40px;
  padding: 0 80px 0 80px;
  background: #aaaaad;
  cursor: pointer;
}

#recruit .rectuit_ul li>.clearfix .fl {
  font-size: 1.25rem;
  letter-spacing: 1px;
  color: #4c4948;
}

.disNone>div {
  display: none;
}

.disNone>div.active {
  display: block;
}

#recruit .recruit_ul_con {
  font-size: 1rem;
  line-height: 30px;
  display: none;
  margin: 20px 130px 0px 140px;
}

.recrtit_recrit {
  padding-top: 0 !important;
  padding-left: 0 !important;
  margin-left: 80px !important;
  margin-right: 80px !important;
}

#recruit .rectuit_ul li>.clearfix img {
  display: inline-block;
}

#recruit .rectuit_ul li.active>.clearfix img {
  transform: rotate(180deg);
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}

#information .main_fl_li {
  overflow: hidden;
}

.information_a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}

.origins#recruit .information_a {
  background: rgba(49, 69, 23, 0.58);
}

.elll#recruit .information_a {
  background: rgba(23, 63, 113, 0.86) !important;
}

.gucci#information .information_a {
  background: rgba(144, 91, 52, 0.88) !important;
}



.information_a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  line-height: 35px;
  letter-spacing: 2px;
  color: #f7f8f8;
  font-family: SourceHanSansCN-ExtraLight;
  font-weight: lighter;
}

.company_bot .fl,
.company_top {
  overflow: hidden;
}

#information .main_fl_li:hover .information_a,
.company_bot .fl:hover .information_a,
.company_top:hover .information_a {
  background: rgba(0, 0, 0, 0);
  left: 0%;
  opacity: 0;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}

.business_contact_fr {}

.recrtit_con p {
  margin-bottom: 10px;
}

.about_ul {
  margin-top: 20px;
}

.about_ul li {
  font-size: 13px;
  line-height: 20px;
  color: #4c4948;
}

.parents_ul {
  padding-top: 50px;
}

.parents_ul li {
  float: left;
  width: 19%;
  margin: 0 0 22px 58px;
}

.parents_ul li img {
  width: 80%;
  display: block;
  margin: 0 auto;
}

.parents_ul li:nth-child(4n+1) {
  margin-left: 0;
}

.organize_img {
  margin-top: 30px;
}

.organize_img img {
  width: 80%;
  margin: 0 auto;
  display: block;
}

.company_bot .fl {
  width: 50%;
  height: 100%;
}

.company_bot {
  height: 50%;
}

.information_pa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.information_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.8rem;
  line-height: 46px;
  color: #f7f8f8;
  z-index: 10;
  font-family: SourceHanSansCN-ExtraLight;
  font-weight: lighter;
}

.information_pa::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
  background-color: #cf1e25;
  border-radius: 50%;
}

.trasnform_30 img {
  transform: rotate(30deg);
}

.three_leave_ul {
  height: 100%;
}

.three_leave_ul li {
  width: 16.6%;
  height: 50%;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  float: left;
}

.three_leave_ul li a {
  color: #fff;
  font-size: 1.5rem;
  width: 100%;
  height: 100%;
}






.ind-slide {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.ind-slide .swiper-slide {
  overflow: hidden;
}

.slide-img {
  width: 100%;
  height: 100%;
  position: relative;
}

.slide-box {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  right: -100%;
  z-index: 2;
}

.slide-color {
  width: 100%;
  height: 100%;
  background-color: #aeaeae;
  position: absolute;
  top: 0;
  right: -100%;
  z-index: 1;
}

.ad-1 {
  background: url(/uploads/220110/1-220110145341553.jpg) no-repeat;
  height: 100vh;
  background-size: 100% 100%;

}

.ad-2 {
  background: url(/uploads/220110/1-220110145355602.jpg) no-repeat;
  background-size: 100% 100%;

  height: 100vh;

}

.ad-3 {
  background: url(/uploads/220110/1-22011014540bD.jpg) no-repeat;
  height: 100vh;
  background-size: 100% 100%;


}

.ad-4 {
  background: url(/uploads/allimg/220110/1-2201101454480-L.jpg) no-repeat;
  height: 100vh;
  background-size: 100% 100%;

}

.ad-5 {
  background: url(/uploads/allimg/210207/1-21020FT3150-L.jpg) no-repeat;
  height: 100vh;
  background-size: 100% 100%;

}

.ad-6 {
  background: url(/uploads/allimg/220110/1-2201101454580-L.jpg) no-repeat;
  height: 100vh;
  background-size: 100% 100%;

}










.three_leave_ul li div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-transform: uppercase;
}

.three_leave_ul li:nth-child(2),
.three_leave_ul li:nth-child(4),
.three_leave_ul li:nth-child(6),
.three_leave_ul li:nth-child(7),
.three_leave_ul li:nth-child(9),
.three_leave_ul li:nth-child(11) {
  background: rgba(255, 255, 255, 0.4);
}

.three_leave_ul li:nth-child(12):hover {
  background: rgba(255, 0, 11, .7);
}

.three_leave_ul li:nth-child(1):hover {
  background: rgba(255, 0, 11, .7);
}


.three_leave_ul li:nth-child(2):hover {
  background: rgba(219, 86, 91, .88);
}

.three_leave_ul li:nth-child(3):hover {
  background: linear-gradient(to right, rgba(213, 57, 65, .88), rgba(222, 98, 103, .88));
}

.three_leave_ul li:nth-child(7):hover {
  background: linear-gradient(to right, rgba(216, 71, 77, .7), rgba(219, 87, 93, .7));
}

.three_leave_ul li:nth-child(8):hover {
  background: linear-gradient(to right, rgba(214, 63, 69, .6), rgba(220, 91, 96, .6));
}

.three_leave_ul li:nth-child(9):hover,
.three_leave_ul li:nth-child(10):hover,
.three_leave_ul li:hover {
  background: rgba(227, 124, 128, .8);
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;

}

.three_leave_ul li:nth-child(5):hover {
  background: rgba(225, 112, 117, .8);
}

.bg_color {
  background: rgba(206, 27, 36, 0.7) !important;
}

.list_pro_ul {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
}

.list_pro_ul>li {
  font-size: 1.125rem;
  line-height: 26px;
  color: #ffffff;
  margin-bottom: 20px;
}

.list_pro_ul li a {
  color: #fff;
  opacity: 0.5;
}

.list_pro_ul li:hover a {
  /* opacity: 1 !important; */
  color: #fff !important;
}

.list_pro_fr {
  padding-left: 20px !important;
}

.list_language {
  position: absolute;
  bottom: 100px;
  right: 40px;
  transform: rotate(90deg);
  display: none;
}

.list_language li {
  color: #fff;
  font-size: 1.125rem;
  line-height: 35px;
  color: #ffffff;
  float: left;
}

.list_language li a {
  color: #fff;
}

.list_language::before {
  content: "";
  position: absolute;
  width: 40px;
  left: -50px;
  height: 1px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
}

.list_language::after {
  content: "";
  position: absolute;
  width: 40px;
  right: -50px;
  height: 1px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
}

.article_pro.list_pro_ul li {
  font-size: 1.5rem;
  opacity: 1;
  color: #fff;
}

.article_pro.list_pro_ul li a {
  opacity: 1;
}

.article_pro.list_pro_ul li {
  margin-bottom: 25px;
}

.article_pro.list_pro_ul li:hover a {
  color: #ce1b24 !important;
}

.articel_pro_swiper .swiper-button-next {
  background: url(../img/icon1.png) no-repeat;
  width: 72px;
  height: 79px;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}

.articel_pro_swiper .swiper-button-prev {
  background: url(../img/icon11.png) no-repeat;
  width: 72px;
  height: 79px;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}

.list_pro_ul.article_pro {
  top: 51%;
}

.recruit_clearfix>.fl {
  width: 80%;
  font-size: 1rem;
  color: #4c4948;
}

.recruit_clearfix>.fl li {
  margin-right: 20px;
}

.recruit_clearfix>.fr {
  width: 20%;
  text-align: right;

}

.recruit_clearfix>.fr a {
  font-size: 15px;
  font-size: 20px;
  color: #d4383d;
}

.recruit_clearfix .recruit_ul_con_ul li {
  float: left;
}

.recruit_content p {
  font-size: 1.25rem;
  line-height: 35px;
}

.index_about .information_pa::before {
  top: auto;
  bottom: -12px;
}

.index_about .information_pa.active::before {
  top: -12px;
  bottom: auto;
}

.index_about .information_pa.active1::before {
  top: auto;
  bottom: 21%;
  left: -9px;
  transform: translate(0);
}

.index_about .information_pa.active2::before {
  top: auto;
  bottom: 24%;
  right: -8px;
  left: auto;
  transform: translate(0);
}

.index_info .information_pa.active3::before {
  top: auto;
  bottom: 43%;
  right: auto;
  left: -8px;
  transform: translateY(-50%);
}

.index_info .information_pa.active4::before {
  top: auto;
  bottom: 43%;
  right: -8px;
  left: auto;
  transform: translateY(-50%);
}

.recruit_content {
  line-height: 26px;
}

.three_leave_ul li:hover a {
  color: #fff !important;
}

.list_pro_ul2>li>a {
  font-size: 1.5rem;
  line-height: 35px;
  color: #ffffff;
  position: relative;
  opacity: 1;
  padding-bottom: 10px;
}

.list_pro_ul2>li>a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 39px;
  height: 1px;
  background: #fff;
}

.list_pro_ul2>li ul {
  padding: 10px 0;
  font-size: 1.125rem;
  line-height: 35px;
  display: none;
}

.list_pro_ul2>li ul li>a {
  color: #ffffff !important;
  opacity: 0.5 !important;
  display: block;
}

.list_pro_ul2>li ul li:hover>a {
  opacity: 1 !important;

}

.list_pro_ul2>li.active ul {
  display: block;
}

.logo img {
  width: auto;
}

.banner_swiper img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.back_img_src .swiper-slide>div {
  height: 100%;
  background-size: cover;
  background-position-y: center;
  background-repeat: no-repeat;
}

.back_img_src .swiper-slide {
  height: 100vh;

}

.back_img_src .swiper-slide img {
  display: none;
}

@media (min-width:2560px) {
  #recruit .recrtit_con {
    font-size: 18px;
    line-height: 36px;
    margin: 35px 0 0px 0;
  }

  #recruit .recruit_con_pad {
    padding: 100px 140px 100px;
  }

  .about_ul li {
    font-size: 18px;
    line-height: 40px;
  }

  .list_about {
    height: 575px;
  }

  .organize_img img {
    width: 95%;
  }

  .title {
    font-size: 2.2rem;
    line-height: 55px;
  }

  .parents_ul li {
    margin: 0 0 35px 58px;
  }

  #recruit .recruit_ul_con {
    margin: 20px 130px 0px 140px !important;
  }

  #recruit .rectuit_ul li>.clearfix {
    padding: 0 140px 0 130px;
  }

  #business_contact .contact_ul li {
    font-size: 18px;
    color: #595757;
    line-height: 34px;
  }

  #business_contact .company_name {
    font-size: 22px;
    line-height: 34px;
  }

  #business_contact .message_ul li {
    height: 50px;
    line-height: 50px;
  }

  #business_contact .message_ul li input {
    font-size: 18px;
  }

  #business_contact .ditu {
    margin: 20px 0 30px;
  }

  #business_contact .business_contact_btn {
    height: 45px;
    line-height: 45px;
    font-size: 18px;
  }

}

@media (min-width:3840px) {
  #recruit .recrtit_con {
    font-size: 28px;
    line-height: 64px;
  }

  .title {
    font-size: 44px;
    line-height: 90px;
  }

  .about_ul li {
    font-size: 26px;
    line-height: 54px;
  }

  .about_ul {
    margin-bottom: 30px;
  }

  .list_about {
    height: 100%;
  }

  .parents_ul li {
    width: 22.5%;
  }

  .parents_ul li {
    margin: 0 0 45px 58px;
  }

  #recruit .rectuit_ul li>.clearfix {
    line-height: 80px;
  }

  #recruit .rectuit_ul li>.clearfix .fl {
    font-size: 26px;
  }

  .recruit_clearfix>.fl {
    font-size: 24px;
  }

  .recruit_clearfix>.fr a {
    font-size: 30px;
  }

  .recruit_content {
    font-size: 24px;
    line-height: 40px;
  }

  #business_contact .company_name {
    font-size: 28px;
    line-height: 55px;
  }

  #business_contact .contact_ul li {
    font-size: 26px;
    line-height: 50px;
  }

  #business_contact .message_ul li {
    height: 75px;
    line-height: 75px;
  }

  #business_contact .message_ul li input {
    font-size: 26px;
  }

  #business_contact .business_contact_btn {
    height: 70px;
    line-height: 70px;
    font-size: 24px;
    margin-top: 40px;
  }

  .main .main_fr .daohang li {
    font-size: 26px;
    line-height: 65px;
  }
}

@media (max-width:1600px) {


  .about_ul {
    margin-top: 35px;
  }

  .parents_ul li {
    margin: 0 0 20px 45px;
  }

  #business_contact .business_contact_fr {
    padding: 50px 100px 35px;
  }

  #recruit .recruit_con_pad {
    padding: 50px 80px 25px 80px;
  }

  #recruit .recrtit_con {
    font-size: 14px;
    line-height: 28px;
  }


  .list_about {
    height: 340px;
    padding-right: 10px;
  }


  .main .main_fr {
    padding: 40px 40px 40px 70px;
  }

  .main .main_fr .daohang {
    padding-top: 30%;
  }

  .information_pa {
    width: 20%;
  }

  .parents_ul {
    padding-top: 25px;
  }

  .list_jianli {
    height: 210px;
    overflow-y: scroll;
    padding-right: 10px;
  }

  .ditu>div {
    height: 150px;
  }

  .ditu>div img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .index_info .information_pa.active3::before {
    bottom: 40%;
  }

  .index_info .information_pa.active4::before {
    bottom: 40%;
  }

  .logo img {
    width: 200px;
  }

  .main .main_fr .daohang li {
    font-size: 14px;
  }

  .article_pro.list_pro_ul li {
    font-size: 1.5rem;
  }

  .list_language li {
    font-size: 1rem;
  }

  body,
  html {
    font-size: 14px !important;
  }

  .articel_pro_swiper .swiper-button-next,
  .articel_pro_swiper .swiper-button-prev {
    background-size: 100% 100%;
    width: 60px;
    height: 68px;
  }

  .main .banner_text span {
    font-size: 2rem;
  }

  #menu .menu_ul li .menu_name {
    font-size: 16px;
  }

  .three_leave_ul li a {
    font-size: 1.25rem;
  }

  .information_text {
    font-size: 1.5rem;
    line-height: 34px;
  }

  .information_a span {
    font-size: 1.25rem;
  }

  #recruit .rectuit_ul li>.clearfix .fl {
    font-size: 1.0125rem;
  }

  #recruit .recruit_ul_con {
    font-size: 0.875rem;
  }

  .recruit_clearfix>.fr a {
    font-size: 16px;
  }

  .recruit_content p {
    font-size: 1rem;
  }

  #business_contact .company_name {
    font-size: 1.0125rem;
  }

  .organize_img img {
    width: 100%;
  }
}

@media (max-width: 1440px) {


  #business_contact .business_contact_fr {
    padding: 40px 70px 35px;


  }

  .title {
    font-size: 1.75rem;
    line-height: 45px;
  }

  #business_contact .company_name {
    font-size: 1rem;
    padding: 10px 0 10px;
  }

  .main .main_fr {
    padding: 40px 40px 40px 60px;
  }

  .ditu>div {
    height: 180px;
  }

  .ditu>div img {
    height: 100%;
    object-fit: cover;
  }

  .about_ul {
    margin-top: 25px;
  }

  #recruit .rectuit_ul li>.clearfix,
  #recruit .recruit_ul_con {
    padding: 0 80px 0;
  }

  #recruit .recruit_ul_con {
    padding-top: 20px;
  }

  #recruit .rectuit_ul li>.clearfix .fl {
    font-size: 1.0125rem;
  }

  #recruit .rectuit_ul>li {
    margin-bottom: 15px;
  }

  .recruit_clearfix>.fr a {
    font-size: 16px;
  }

  .recruit_content p {
    font-size: 18px;
    line-height: 30px;
  }

  #recruit .recruit_con_pad {
    padding: 50px 75px 25px 80px;
  }

  .article_pro.list_pro_ul li {
    font-size: 1.5rem
  }

  .logo img {
    width: 200px;
  }

  .main .search_inp input {
    font-size: 1.5rem;
  }
}

@media (max-width: 1440px) {
  .ditu>div {
    height: 125px;
  }


  .title span {
    padding-bottom: 0px;
  }

  #business_contact .message_ul {
    margin-top: 5px;
  }

  #recruit .recruit_ul_con {
    height: 160px;
    overflow-y: scroll;
  }

  .article_pro.list_pro_ul li,
  .main .search_inp input {
    font-size: 1.25rem
  }

  .parents_ul li img {
    width: 90%;
  }
}

@media (max-width: 1366px) {
  .organize_img img {
    width: 85%;
  }

  .parents_ul li {
    margin: 0 0 10px 45px;
  }

  #business_contact .company_name {
    padding-bottom: 0;
  }
}