@charset "utf-8";
/*企业文化*/
.cultBox {
  position: relative;
  z-index: 0;
  padding: 1.3rem 0 1rem;
  background: url(../images/cult_bg_b0.jpg) center center no-repeat;
  background-size: cover ;
}
@media (max-width: 767px) {
  .cultBox {
    padding: 3rem 0;
  }
}
.cultBox .txt {
  max-width: 23em;
  margin: 0.7em auto 0 0;
  line-height: 1.3;
}
.cultBox .bg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/cult_bg.jpg) center center no-repeat;
  background-size: cover;
}
.cultBox .list ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 2.35rem;
}
@media (max-width: 767px) {
  .cultBox .list ul {
    display: block;
    margin-top: 0;
  }
}
.cultBox .list li {
  width: 31.42%;
  margin-right: 2.85%;
  padding-bottom: 3%;
  transition: all 0.5s;
  background-color: #fff;
}
@media (max-width: 767px) {
  .cultBox .list li {
    width: auto;
    margin-top: 1rem;
    padding-bottom: 9%;
  }
}
.cultBox .list li:hover {
  background-color: #0088c7;
}
.cultBox .list li:nth-child(3n) {
  margin-right: 0;
}
.cultBox .list .litop {
  border-bottom: 1px solid #f2f2f2;
  height: 4.2em;
  line-height: 4.2em;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  transition: all 0.5s;
}
.cultBox .list li:hover .litop {
  border-color: rgba(55, 255, 255, 0.2);
}
.cultBox .list .picb {
  width: 4.6em;
  border-right: 1px solid #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.cultBox .list li:hover .picb {
  border-color: rgba(55, 255, 255, 0.2);
}
.cultBox .list .pic {
  width: 2.2em;
  height: 2.2em;
  background-color: #0088c7;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.cultBox .list .name {
  flex: 1;
  padding: 0 1em;
}
.cultBox .list li:hover .name {
  color: #fff;
}
.cultBox .list img {
  width: 53%;
  height: 53%;
}
.cultBox .list img:nth-child(2) {
  display: none;
}
.cultBox .list li:hover img:first-child {
  display: none;
}
.cultBox .list li:hover img:nth-child(2) {
  display: block;
}
.cultBox .list li:hover .pic {
  background-color: #fff;
}
.cultBox .list .intro {
  margin: 7% 9.1% 0;
  transition: all 0.5s;
  color: #666;
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.cultBox .list li:hover .intro {
  color: #fff;
}
/*关于我们*/
.aboutBox {
  padding: 1.42rem 0 1.4rem;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .aboutBox {
    padding: 3rem 0 0;
    width: 17.2rem;
    margin: 0 auto;
    display: block;
  }
}
.aboutBox .txt {
  width: 31.2%;
  margin-left: 13.54%;
  text-align: left;
  margin-bottom: 2.483rem;
}
@media (max-width: 1580px) {
  .aboutBox .txt {
    margin-left: 8%;
  }
}
@media (max-width: 767px) {
  .aboutBox .txt {
    width: auto;
    margin-left: auto;
    margin-bottom: 1rem;
  }
}
.aboutBox .txt .intro {
  margin-top: 0.64rem;
}
.aboutBox .txt .list {
  margin-top: 0.16rem;
  overflow: hidden;
  margin-right: 27%;
}
.aboutBox .txt .list li {
  margin-top: 1.1em;
  padding: 0.4em 0;
  line-height: 1.3em;
  text-align: center;
  color: #999;
  -moz-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  border-radius: 0.2em;
}
.aboutBox .pic {
  width: 50%;
  position: relative;
  z-index: 0;
  padding-top: 40.5%;
  height: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .aboutBox .pic {
    width: auto;
    padding-top: 81%;
  }
}
.aboutBox .pic img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.aboutBox .pic .c-pic1 {
  position: absolute;
  z-index: 0;
}
.aboutBox .pic .c-pic2 {
  position: absolute;
  z-index: 2;
}
/*数据*/
.dataBox {
  position: relative;
  z-index: 2;
  margin-top: -2.83rem;
  margin-bottom: 1.42rem;
  background: #0088c7;
  color: #fff;
}
.dataBox .con {
  margin: 0 auto;
  padding: 2.6em 0;
  line-height: 1.2;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around;
  text-align: left;
}
@media (max-width: 767px) {
  .dataBox .con {
    flex-wrap: wrap;
    padding: 3em 0;
  }
}
.dataBox .con .line {
  width: 2px;
  height: 1.7em;
  background: #fff;
  filter: alpha(opacity=10);
  background: rgba(255, 255, 255, 0.1);
}
.dataBox .con .item {
  display: block;
}
@media (max-width: 767px) {
  .dataBox .con .item {
    width: 49%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .dataBox .con .item:nth-child(5),
  .dataBox .con .item:nth-child(7) {
    margin-top: 3em;
  }
}
@media (max-width: 767px) {
  .dataBox .con .line:nth-child(4) {
    display: none;
  }
}
.dataBox .con .pic {
  display: block;
  width: 2.111em;
  height: auto;
  margin: 0 auto 0 0;
}
@media (max-width: 767px) {
  .dataBox .con .pic {
    margin: 0 auto;
  }
}
.dataBox .con b {
  margin-top: 0.8em;
  display: block;
}
.dataBox .con i {
  margin-top: 0.1em;
  display: block;
  font-style: normal;
}
/*走进快序*/
.intoBox {
  padding: 1.3rem 0 1.2rem;
  background-color: #f7f8fa;
}
@media (max-width: 767px) {
  .intoBox {
    padding: 3rem 0;
  }
}
.intoBox .txt {
  max-width: 23em;
  margin: 0.4em auto 0 0;
  line-height: 1.3;
}
.intoBox .swiper-into {
  margin: 0.54rem -0.15rem;
  margin: 0.54rem auto 0;
}
.swiper-into {
  padding-bottom: 0.6rem;
}
.swiper-into .swiper-slide {
  width: auto;
}
.swiper-into .swiper-slide .pic {
  margin-right: 0.3rem;
  width: 4.46rem;
  height: 4.8rem;
  position: relative;
  z-index: 0;
}
.swiper-into .swiper-slide .pic img {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.swiper-into .swiper-slide .pic .c-pic1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.swiper-into .swiper-slide .pic .c-pic2 {
  position: absolute;
  z-index: 2;
}
.swiper-into .swiper-slide-active .pic:after {
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.65) 99%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.65) 99%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.65) 99%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
}
.intoBox .swiper-container-horizontal > .swiper-pagination-progressbar,
.intoBox .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  top: auto;
  background: #e7ecf0;
}
.intoBox .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #0088c7;
}
.intoBox .swiper-button {
  margin-top: 0.6rem;
  text-align: center;
}
.intoBox .swiper-button-next.swiper-button-disabled,
.intoBox .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  cursor: auto;
  pointer-events: none;
  background-color: #e5e5e5;
}
.intoBox .swiper-button-next.swiper-button-disabled {
  background-image: url(../images/arrow9_right.png);
}
.intoBox .swiper-button-prev.swiper-button-disabled {
  background-image: url(../images/arrow9_left.png);
}
.intoBox .swiper-button-next,
.intoBox .swiper-button-prev {
  position: static;
  margin: 0 0.7em;
  display: inline-block;
  width: 2em;
  height: 2em;
  cursor: pointer;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #ed6e00;
  background-size: 0.5em auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/arrow8_left.png);
}
.intoBox .swiper-button-prev {
  background-image: url(../images/arrow8_left.png);
}
.intoBox .swiper-button-next {
  background-image: url(../images/arrow8_right.png);
}
/*发展历程*/
.hisBox .container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.hisBox .hisCon {
  width: 86%;
  margin: 1.1rem 0 1.16rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hisBox .hisCon {
    flex: 1;
    width: auto;
    margin: 3rem 0;
  }
}
.swiper-his {
  margin-top: 0.9rem;
  height: 19.8em;
}
@media (max-width: 767px) {
  .swiper-his {
    height: auto;
  }
}
.swiper-his .swiper-slide {
  height: 100%;
}
@media (max-width: 767px) {
  .swiper-his .swiper-slide {
    height: auto;
  }
}
.swiper-his .swiper-slide .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .swiper-his .swiper-slide .item {
    display: block;
  }
}
.swiper-his .swiper-slide .item .pic {
  position: relative;
  z-index: 0;
  width: 40%;
  padding-top: 26.4%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .swiper-his .swiper-slide .item .pic {
    width: 100%;
    padding-top: 66%;
  }
}
.swiper-his .swiper-slide .item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.swiper-his .swiper-slide .item .pic .c-pic1 {
  position: absolute;
  z-index: 0;
}
.swiper-his .swiper-slide .item .pic .c-pic2 {
  position: absolute;
  z-index: 2;
}
.swiper-his .swiper-slide .item .txt {
  width: 53.4%;
  margin-left: 6.6%;
}
@media (max-width: 767px) {
  .swiper-his .swiper-slide .item .txt {
    margin-top: 1.5em;
    width: 100%;
    margin-left: auto;
  }
}
.swiper-his .swiper-slide .item .txt .list {
  margin-top: 2em;
}
.swiper-his .swiper-slide .item .txt li {
  margin-top: 1em;
}
.swiper-his .swiper-slide .item .txt .year {
  position: relative;
  z-index: 0;
  padding-bottom: 0.6em;
}
.swiper-his .swiper-slide .item .txt .year::after {
  position: absolute;
  bottom: 0;
  width: 24%;
  left: -12%;
  content: "";
  display: block;
  height: 1px;
  background-color: #e8e8e8;
}
.swiper-his .swiper-slide .item .txt .name {
  color: #666666;
}
.hisBox .hisYear {
  width: 14%;
  text-align: right;
  padding: 2.1rem 0 0.9rem;
  border-right: 1px solid #e5e5e5;
  color: #999;
}
@media (max-width: 767px) {
  .hisBox .hisYear {
    width: 7em;
    padding: 3rem 0;
  }
}
.hisBox .hisYearH {
  overflow: hidden;
  height: 20em;
}
.swiper-his-year {
  line-height: 2.5em;
  height: 20em;
}
.swiper-his-year .swiper-slide {
  cursor: pointer;
  height: auto;
}
.swiper-his-year .swiper-slide .year {
  padding-right: 1.1em;
}
.swiper-his-year .swiper-slide-active {
  font-size: 1.5em;
  color: #00aeff;
}
.swiper-his-year .swiper-slide-active .year {
  padding-right: 0.55em;
  border-right: 4px solid #00aeff;
}
@media (max-width: 767px) {
  .swiper-his-year .swiper-slide-active .year {
    padding-right: 0.5em;
  }
}
/*文化氛围*/
.cultaBox {
  padding: 1.4rem 0 1.2rem;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .cultaBox {
    padding: 3rem 0;
  }
}
.cultaBox .title {
  font-weight: bold;
}
.cultaBox .txt {
  color: #666;
  max-width: 67em;
  margin: 1.3em auto 0 0;
  line-height: 1.8;
}
.cultaBox .swiper-culta {
  margin: 0.54rem auto 0;
}
.swiper-culta {
  padding-bottom: 0.6rem;
}
.swiper-culta .swiper-slide {
  width: auto;
}
.swiper-culta .swiper-slide .pic {
  margin-right: 0.3rem;
  width: 4.46rem;
  height: 4.8rem;
  position: relative;
  z-index: 0;
}
.swiper-culta .swiper-slide .pic img {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.swiper-culta .swiper-slide .pic .c-pic1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.swiper-culta .swiper-slide .pic .c-pic2 {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
}
.cultaBox .swiper-button {
  margin-top: 0.6rem;
  text-align: center;
}
.cultaBox .swiper-button-next.swiper-button-disabled,
.cultaBox .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  cursor: auto;
  pointer-events: none;
  background-color: #e5e5e5;
}
.cultaBox .swiper-button-next.swiper-button-disabled {
  background-image: url(../images/arrow9_right.png);
}
.cultaBox .swiper-button-prev.swiper-button-disabled {
  background-image: url(../images/arrow9_left.png);
}
.cultaBox .swiper-button-next,
.cultaBox .swiper-button-prev {
  position: static;
  margin: 0 0.7em;
  display: inline-block;
  width: 2em;
  height: 2em;
  cursor: pointer;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #ed6e00;
  background-size: 0.5em auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/arrow8_left.png);
}
.cultaBox .swiper-button-prev {
  background-image: url(../images/arrow8_left.png);
}
.cultaBox .swiper-button-next {
  background-image: url(../images/arrow8_right.png);
}
/*薪资福利*/
.salaryBox {
  padding: 1rem 0 1.4rem;
}
@media (max-width: 1580px) {
  .salaryBox {
    padding: 3rem 0;
  }
}
.salaryBox .title {
  text-align: center;
  font-weight: bold;
}
.salaryBox .list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  text-align: center;
}
.salaryBox .list ul li {
  width: 23.4%;
  margin-top: 2.1%;
  margin-right: 2.1%;
  background-color: #f5f5f5;
  padding: 2.1em 0 1em;
  transition: all 0.5s;
}
@media (max-width: 1580px) {
  .salaryBox .list ul li {
    width: 46.8%;
    margin-right: 4.2%;
  }
  .salaryBox .list ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.salaryBox .list ul li .pic img {
  display: block;
  margin: 0 auto;
  width: 3.16em;
  height: auto;
  transition: all 0.5s;
}
.salaryBox .list ul li .pic img:nth-child(2) {
  display: none;
}
.salaryBox .list ul li .intro {
  margin-top: 0.3em;
  position: relative;
  z-index: 0;
}
.salaryBox .list ul li .name {
  line-height: 5em;
}
.salaryBox .list ul li .num {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0.08;
  color: #0088c7;
  font-weight: bold;
  font-size: 5em;
  line-height: 1;
  transition: all 0.5s;
}
.salaryBox .list ul li:nth-child(4n) {
  margin-right: 0;
}
.salaryBox .list ul li:hover {
  background-color: #0088c7;
  color: #fff;
}
.salaryBox .list ul li:hover .pic img:first-child {
  display: none;
}
.salaryBox .list ul li:hover .pic img:nth-child(2) {
  display: block;
}
.salaryBox .list ul li:hover .num {
  color: #fff;
}
/*加入我们*/
.joinBox {
  padding: 1.4rem 0 1.4rem;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .joinBox {
    padding: 3rem 0;
  }
}
.joinBox .title {
  font-weight: bold;
}
.joinBox .container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.joinBox .tab {
  margin-top: 0.35rem;
  width: 19.6%;
  background-color: #fff;
}
@media (max-width: 767px) {
  .joinBox .tab {
    font-size: 14px;
  }
}
.joinBox .tab li a {
  color: #333;
  display: block;
  cursor: pointer;
  line-height: 3;
  padding: 0 5% 0 21.9%;
}
.joinBox .tab li.cur a {
  position: relative;
  z-index: 0;
  color: #fff;
  background-color: #0088c7;
}
.joinBox .tab li.cur a:after {
  display: block;
  content: "";
  width: 0.54em;
  height: 0.54em;
  position: absolute;
  right: 17.2%;
  top: 50%;
  margin-top: -0.27em;
  background: url(../images/arrow8_right.png) center center no-repeat;
  background-size: contain ;
}
.joinBox .conz {
  margin-top: 0.35rem;
  width: 77.5%;
  margin-left: 2.9%;
}
@media (max-width: 767px) {
  .joinList {
    margin-top: 0;
  }
}
.joinList li {
  margin-top: 0.1rem;
  transition: all 0.5s;
  background-color: #fff;
}
.joinList .info {
  cursor: pointer;
  background-color: #fff;
  transition: all 0.5s;
  padding: 1.5em 7.7% 1.5em;
  line-height: 1.4;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .joinList .info {
    font-size: 14px;
  }
}
.joinList .info .name {
  font-weight: bold;
  display: inline-block;
  margin-right: 0.3rem;
  width: 41%;
}
@media (max-width: 767px) {
  .joinList .info .name {
    font-size: 14px;
  }
}
.joinList .info .about {
  display: inline-block;
  transition: all 0.5s;
  width: 52%;
  text-align: left;
}
.joinList .info .about span::before {
  content: " / ";
}
.joinList .info .about span:first-child::before {
  content: "";
}
.joinList .info .about span:empty::before {
  content: "";
}
.joinList .info .btn {
  position: relative;
  z-index: 0;
  width: 2.2em;
  height: 2.2em;
}
.joinList .info .btn .line1,
.joinList .info .btn .line2 {
  position: absolute;
  background-color: #999;
}
.joinList .info .btn .line1 {
  width: 1.4em;
  height: 2px;
  left: 50%;
  top: 50%;
  margin-top: -1px;
  margin-left: -0.7em;
}
.joinList .info .btn .line2 {
  width: 2px;
  height: 1.4em;
  top: 50%;
  left: 50%;
  margin-left: -1px;
  margin-top: -0.7em;
}
.joinList li.show .info .btn .line2 {
  display: none;
}
.joinList .txt {
  display: none;
  overflow: hidden;
  line-height: 2.25;
  padding: 1.2em 7.7% 2.5em;
}
@media (max-width: 767px) {
  .joinList .txt {
    font-size: 14px;
  }
}
.joinList .txt .joinTitle {
  padding: 1.4em 0 0;
}
.joinList .txt .joinTitle:first-child {
  padding-top: 0;
}
.joinList .txt .joinDetail {
  color: #666;
  margin-bottom: 1em;
}
.joinList .txt .btnMoreOrg {
  margin-top: 1.6em;
}
/*人物*/
.personBox {
  padding: 1.42rem 0 1.4rem;
}
@media (max-width: 767px) {
  .personBox {
    padding: 3rem 0;
  }
}
.personBox .swiper-person .item {
  position: relative;
  z-index: 0;
  padding-top: 54%;
  height: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .personBox .swiper-person .item {
    padding-top: 80%;
  }
}
.personBox .swiper-person .item .txt {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 78.7%;
  height: 93%;
  background-color: #0088c7;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}
.personBox .swiper-person .item .txt .intro {
  position: relative;
  z-index: 0;
  margin: 0 37.9% 0 8.9%;
  line-height: 1.35;
}
@media (max-width: 767px) {
  .personBox .swiper-person .item .txt .intro {
    margin-right: 35%;
  }
}
.personBox .swiper-person .item .txt .intro .introCon {
  max-height: 8.1em;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  text-indent: 2.5em;
}
@media (max-width: 767px) {
  .personBox .swiper-person .item .txt .intro .introCon {
    font-size: 12px;
    max-height: 9.45em;
    -webkit-line-clamp: 7;
  }
}
.personBox .swiper-person .item .txt .intro .introCon a {
  color: #fff;
}
.personBox .swiper-person .item .txt .intro .introCon a:hover {
  color: #fff;
}
.personBox .swiper-person .item .txt .intro::before {
  content: "";
  display: block;
  position: absolute;
  left: -0.4em;
  top: -1.5em;
  width: 2.55em;
  height: 2.35em;
  background: url(../images/qu.png) center center no-repeat;
  background-size: contain;
}
.personBox .swiper-person .item .txt .name {
  margin: 7.3% 37.9% 0 8.9%;
  text-align: right;
  line-height: 1.35;
}
@media (max-width: 767px) {
  .personBox .swiper-person .item .txt .name {
    font-size: 12px;
  }
}
.personBox .swiper-person .item .pic {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 42%;
  height: 92%;
}
.personBox .swiper-person .item .pic img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.personBox .swiper-person .item .pic .c-pic1 {
  position: absolute;
  z-index: 0;
}
.personBox .swiper-person .item .pic .c-pic2 {
  position: absolute;
  z-index: 2;
}
.personBox .swiper-button {
  position: absolute;
  z-index: 3;
  right: 42%;
  bottom: 6%;
  text-align: center;
}
.personBox .swiper-button-next.swiper-button-disabled,
.personBox .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  cursor: auto;
  pointer-events: none;
  background-color: #e5e5e5;
}
.personBox .swiper-button-next.swiper-button-disabled {
  background-image: url(../images/arrow9_right.png);
}
.personBox .swiper-button-prev.swiper-button-disabled {
  background-image: url(../images/arrow9_left.png);
}
.personBox .swiper-button-next,
.personBox .swiper-button-prev {
  position: static;
  margin: 0;
  display: inline-block;
  width: 4.25em;
  height: 4.25em;
  cursor: pointer;
  background-color: #ed6e00;
  background-size: 0.5em auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/arrow8_left.png);
}
@media (max-width: 767px) {
  .personBox .swiper-button-next,
  .personBox .swiper-button-prev {
    width: 2em;
    height: 2em;
  }
}
.personBox .swiper-button-prev {
  background-image: url(../images/arrow8_left.png);
}
.personBox .swiper-button-next {
  border-left: 1px solid #f29a4d;
  background-image: url(../images/arrow8_right.png);
}
.personBox .swiper-pagination {
  position: absolute;
  left: 6.7%;
  bottom: 19.8%;
  text-align: left;
  color: #76adc7;
  letter-spacing: -0.1em;
}
@media (max-width: 767px) {
  .personBox .swiper-pagination {
    font-size: 12px;
  }
}
.personBox .swiper-pagination .swiper-pagination-current {
  font-size: 2.1em;
  color: #fff;
}
@media (max-width: 767px) {
  .personBox .swiper-pagination .swiper-pagination-current {
    font-size: 1.2em;
  }
}
/*联系我们*/
.contBox {
  position: relative;
  z-index: 0;
  padding: 1.4rem 0 0;
  margin-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .contBox {
    padding: 3rem 0;
  }
}
.swiper-cont .swiper-slide {
  display: none;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.2s;
  background-color: #fff;
}
.swiper-cont .swiper-slide-active {
  display: block;
  opacity: 1;
  transition: all 0.2s;
}
.swiper-cont .item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .swiper-cont .item {
    display: block;
  }
}
.swiper-cont .txt {
  width: 40%;
  text-align: left;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .swiper-cont .txt {
    width: auto;
    margin-top: 0;
  }
}
.swiper-cont .txt .title {
  line-height: 1.3;
}
.swiper-cont .txt .add {
  line-height: 1.3;
  margin-top: 0.3em;
}
.swiper-cont .txt .info {
  border-top: 1px solid #eeeeee;
  margin-top: 1.5em;
  padding-top: 1.2em;
  color: #666;
  line-height: 2;
  word-break: break-all;
}
.swiper-cont .txt .info .person::before {
  content: "联 系 人：";
}
.swiper-cont .txt .info .tel::before {
  content: "联系电话：";
}
.swiper-cont .txt .info .email::before {
  content: "联络邮箱：";
}
.swiper-cont .txt .info .person:empty {
  display: none;
}
.swiper-cont .txt .info .tel:empty {
  display: none;
}
.swiper-cont .txt .info .email:empty {
  display: none;
}
.swiper-cont .txt .code {
  margin-top: 0.8em;
}
.swiper-cont .txt .code img {
  display: inline-block;
  width: 5.9em;
  height: auto;
}
.swiper-cont .mapBox {
  width: 50%;
  padding-top: 35.7%;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .swiper-cont .mapBox {
    margin-top: 1rem;
    width: auto;
    padding-top: 71.4%;
  }
}
.swiper-cont .mapBox .map {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.swiper-cont .mapBox .map img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.swiper-cont .swiper-button {
  position: absolute;
  z-index: 10;
  bottom: 2.7em;
  right: 0;
  width: 50%;
  text-align: center;
}
.swiper-cont .swiper-button-next.swiper-button-disabled,
.swiper-cont .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  cursor: auto;
  pointer-events: none;
  background-color: #fff;
}
.swiper-cont .swiper-button-next.swiper-button-disabled {
  background-image: url(../images/arrow10_right.png);
}
.swiper-cont .swiper-button-prev.swiper-button-disabled {
  background-image: url(../images/arrow10_left.png);
}
.swiper-cont .swiper-button-next,
.swiper-cont .swiper-button-prev {
  position: static;
  margin: 0 0.6em;
  display: inline-block;
  width: 3em;
  height: 3em;
  line-height: 2.2em;
  cursor: pointer;
  color: #fff;
  font-weight: 100;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #0088c7;
  background-size: 0.5em auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/arrow11_left.png);
}
.swiper-cont .swiper-button-next i,
.swiper-cont .swiper-button-prev i {
  font-size: 1.3em;
}
.swiper-cont .swiper-button-prev {
  background-image: url(../images/arrow11_left.png);
}
.swiper-cont .swiper-button-next {
  background-image: url(../images/arrow11_right.png);
}
.cont-title-box {
  position: relative;
  z-index: 0;
}
.cont-title-box .swiper-button-next.swiper-button-disabled,
.cont-title-box .swiper-button-prev.swiper-button-disabled {
  background-color: #b0b0b0;
  opacity: 1;
}
.cont-title-box .swiper-button-next,
.cont-title-box .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 2.5em;
  height: 2.5em;
  margin-top: -1.25em;
  z-index: 10;
  cursor: pointer;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #0087c7;
  background-size: 0.8em auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/arrow8_right.png);
  right: -4.4em;
  left: auto;
}
@media (max-width: 767px) {
  .cont-title-box .swiper-button-next,
  .cont-title-box .swiper-button-prev {
    right: -1rem;
  }
}
.cont-title-box .swiper-button-prev {
  left: -4.4em;
  background-image: url(../images/arrow8_left.png);
}
@media (max-width: 767px) {
  .cont-title-box .swiper-button-prev {
    left: -1rem;
  }
}
.cont-title-box .swiper-button-next {
  background-image: url(../images/arrow8_right.png);
}
.swiper-cont-title {
  margin: 0.6rem -0.16rem 0;
}
@media (max-width: 767px) {
  .swiper-cont-title {
    margin-top: 1.5rem;
  }
}
.swiper-cont-title .swiper-slide .item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #f5f5f5;
  margin: 0 0.16rem;
  padding: 0.3rem;
  padding-left: 0.36rem;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .swiper-cont-title .swiper-slide .item {
    padding: 1rem;
  }
}
.swiper-cont-title .swiper-slide .item .txt {
  flex: 1;
}
.swiper-cont-title .swiper-slide .item .title {
  font-weight: bold;
}
.swiper-cont-title .swiper-slide .item .info {
  margin-top: 0.8em;
  color: #666;
  word-break: break-all;
}
.swiper-cont-title .swiper-slide .item .info .person::before {
  content: "联 系 人：";
}
.swiper-cont-title .swiper-slide .item .info .tel::before {
  content: "联系电话：";
}
.swiper-cont-title .swiper-slide .item .info .email::before {
  content: "联络邮箱：";
}
.swiper-cont-title .swiper-slide .item .info .person:empty {
  display: none;
}
.swiper-cont-title .swiper-slide .item .info .tel:empty {
  display: none;
}
.swiper-cont-title .swiper-slide .item .info .email:empty {
  display: none;
}
.swiper-cont-title .swiper-slide .item .code img {
  display: inline-block;
  width: 3.5em;
  height: auto;
}
/*留言*/
.messBox {
  background-color: #f5f5f5;
  padding: 1.4rem 0;
}
@media (max-width: 767px) {
  .messBox {
    padding: 3rem 0;
  }
}
.messBox .title {
  text-align: center;
}
.messBox .form {
  width: 78.5%;
  margin: 0.6rem auto 0;
}
@media (max-width: 1580px) {
  .messBox .form {
    width: auto;
    margin-top: 1rem;
  }
}
.messBox .form ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .messBox .form ul {
    display: block;
  }
}
.messBox .form li {
  width: 48.5%;
}
@media (max-width: 767px) {
  .messBox .form li {
    width: auto;
  }
}
.messBox .form .dep b {
  display: inline-block;
  margin-right: 1.2em;
}
@media (max-width: 767px) {
  .messBox .form .dep b {
    margin-right: 0.5em;
    display: block;
    margin-bottom: 0.6rem;
  }
}
.messBox .form .dep span {
  cursor: pointer;
  display: inline-block;
  padding-left: 1.5em;
  margin-right: 2.1em;
  color: #666;
  background: url(../images/check.png) 0 center no-repeat;
  background: 0.9em auto;
}
@media (max-width: 767px) {
  .messBox .form .dep span {
    margin-right: 0.5em;
  }
}
.messBox .form .dep span.checked {
  background-image: url(../images/checked.png);
}
.messBox .dep_radio {
  width: 1em;
  height: 1em;
}
.messBox .form .dep2 b {
  display: inline-block;
  margin-right: 1.2em;
}
@media (max-width: 767px) {
  .messBox .form .dep2 b {
    margin-right: 0.5em;
    display: block;
    margin-bottom: 0.6rem;
  }
}
.messBox .form .dep2 span,
.messBox .form .dep2 label {
  cursor: pointer;
  display: inline-block;
  margin-right: 2.1em;
  color: #666;
}
@media (max-width: 767px) {
  .messBox .form .dep2 span,
  .messBox .form .dep2 label {
    margin-right: 0.5em;
  }
}
.messBox .form .dep2 input.dep_radio {
  width: 0.8em;
  height: 0.8em;
  position: relative;
  z-index: 0;
  bottom: -0.05em;
  background-color: initial;
  cursor: default;
  appearance: auto;
  box-sizing: border-box;
  margin: 3px 3px 0px 5px;
  padding: initial;
  border: initial;
}
.messBox .form .dep span.checked {
  background-image: url(../images/checked.png);
}
.messBox .form .inputW {
  margin-top: 7.2%;
  padding: 0 1.2em;
  border: 1px solid #fff;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .messBox .form .inputW {
    margin-top: 1rem;
  }
}
.messBox .form .liCode {
  position: relative;
  z-index: 0;
}
.messBox .form .liCode .inputW {
  margin-right: 1.88rem;
}
@media (max-width: 767px) {
  .messBox .form .liCode .inputW {
    margin-right: 4.2rem;
  }
}
.messBox .form .liCode .codePic {
  position: absolute;
  top: 0;
  margin-top: 7.2%;
  right: 0;
  width: 1.7rem;
  bottom: 0;
}
@media (max-width: 767px) {
  .messBox .form .liCode .codePic {
    margin-top: 0;
    width: 3.8rem;
  }
}
.messBox .form .liCode .codePic img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.messBox .form .inputT {
  color: #999;
}
.messBox .form .input {
  flex: 1;
  border: 0;
  outline-width: 0;
  width: 100%;
  height: 3.5em;
  line-height: 3.5em;
  color: #333;
}
.messBox .form .textareaW {
  margin-top: 3.6%;
  padding: 1.2em;
  border: 1px solid #fff;
  background-color: #fff;
}
@media (max-width: 767px) {
  .messBox .form .textareaW {
    margin-top: 1rem;
  }
}
.messBox .form .textareaT {
  color: #999;
}
.messBox .form .cur {
  border-color: #e60012;
}
.messBox .form .red {
  color: #e60012;
}
.messBox .form input::-webkit-input-placeholder,
.messBox .form textarea::-webkit-input-placeholder {
  color: #b8b8b8;
}
.messBox .form input::-moz-placeholder,
.messBox .form textarea::-moz-placeholder {
  color: #b8b8b8;
}
.messBox .form input:-ms-input-placeholder,
.messBox .form textarea:-ms-input-placeholder {
  color: #b8b8b8;
}
.messBox input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}
.messBox .form .textarea {
  margin-top: 0.6em;
  border: 0;
  outline-width: 0;
  width: 100%;
  height: 1.9rem;
  line-height: 1.3;
  color: #333;
}
.messBox .form .btnW {
  margin-top: 5.5%;
  text-align: center;
}
@media (max-width: 767px) {
  .messBox .form .btnW {
    margin-top: 1rem;
  }
}
.messBox .btnOrg {
  margin: 0 1.7em;
  line-height: 3.3;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  width: 12.4em;
  transition: all 0.5s;
  background-color: #ed6f00;
  border: 1px solid #ed6f00;
}
@media (max-width: 767px) {
  .messBox .btnOrg {
    width: 40%;
    margin: 0 3%;
  }
}
.messBox .btnOrg:hover {
  background-color: #fff;
  color: #ed6f00;
}
.messBox .btnWhite {
  margin: 0 1.7em;
  line-height: 3.3;
  display: inline-block;
  cursor: pointer;
  width: 12.4em;
  transition: all 0.5s;
  background-color: #fff;
  color: #ed6f00;
  border: 1px solid #ed6f00;
}
@media (max-width: 767px) {
  .messBox .btnWhite {
    width: 40%;
    margin: 0 3%;
  }
}
.messBox .btnWhite:hover {
  background-color: #ed6f00;
  color: #fff;
}
