.swiperOne .swiper-pagination-bullet {
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 0.14rem;
  background: #fff;
  opacity: 1;
}
.swiperOne .swiper-pagination-bullet-active {
  width: 0.46rem;
}
.profile .div_mod1 dl {
  display: flex;
  justify-content: space-between;
}
.profile .div_mod1 dl dt {
  width: 46%;
  position: relative;
}
.profile .div_mod1 dl dt .imgbox {
  overflow: hidden;
  border-radius: 1.3rem 0.1rem 0.1rem 0.1rem;
}
.profile .div_mod1 dl dt .img01 {
  transition: all 1s;
  transform: scale(1);
}
.profile .div_mod1 dl dt .img02 {
  border-radius: 1.3rem 0.1rem 0.1rem 0.1rem;
  margin-top: -0.5rem;
  position: relative;
  z-index: 10;
}
.profile .div_mod1 dl dt:hover .img01 {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.profile .div_mod1 dl dd {
  width: 50%;
}
.profile .div_mod1 dl dd p {
  font-size: 0.18rem;
  line-height: 2;
  text-align: justify;
  opacity: 0.8;
  margin-bottom: 0.2rem;
}
.profile .div_mod1 dl dd img {
  width: 2.8rem;
  margin-bottom: 0.2rem;
}
.profile .div_mod2 {
  padding: 0;
  margin-bottom: 0;
}
.profile .div_mod2 ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.profile .div_mod2 ul li {
  width: 30%;
  background: #FFFFFF;
  box-shadow: 0px 0.24rem 0.4rem rgba(96, 97, 112, 0.08);
  border-radius: 0.4rem;
  text-align: center;
  height: 4.6rem;
  padding-top: 0.7rem;
}
.profile .div_mod2 ul li .imgbox img {
  width: 0.8rem;
  margin: 0 auto;
  margin-bottom: 0.2rem;
}
.profile .div_mod2 ul li .imgbox img:nth-child(2) {
  display: none;
}
.profile .div_mod2 ul li h3 {
  font-weight: 600;
  font-size: 0.32rem;
  line-height: 0.5rem;
  letter-spacing: 0.1em;
  color: #000;
  margin-bottom: 0.3rem;
}
.profile .div_mod2 ul li h3::after {
  content: "";
  display: block;
  width: 0.26rem;
  height: 2px;
  background: #F7D246;
  margin: 0 auto;
  margin-top: 0.2rem;
}
.profile .div_mod2 ul li p {
  font-size: 0.2rem;
  line-height: 0.36rem;
  text-align: center;
  opacity: 0.8;
  color: #000;
}
.profile .div_mod2 ul li:hover {
  background-image: url(../images/aboutus/p2_libg.png), linear-gradient(180deg, #0085FF 0%, rgba(0, 27, 210, 0.94) 100%);
  box-shadow: 0px 0.2rem 0.4rem rgba(0, 0, 0, 0.18);
}
.profile .div_mod2 ul li:hover h3,
.profile .div_mod2 ul li:hover p {
  color: #fff;
}
.profile .div_mod2 ul li:hover .imgbox img:nth-child(1) {
  display: none;
}
.profile .div_mod2 ul li:hover .imgbox img:nth-child(2) {
  display: block;
}
.profile .div_mod2 .divbox {
  background: url(../images/aboutus/p2_bg.png) no-repeat center;
  background-size: cover;
  height: 3.2rem;
  border-radius: 0.65rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile .div_mod2 .divbox p {
  font-size: 0.52rem;
  color: #fff;
  letter-spacing: 0.03em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile .div_mod2 .divbox p img {
  width: 2.3rem;
}
.profile .div_mod2 .divbox p span {
  display: block;
  width: 2.38rem;
  height: 0.52rem;
  margin: 0 0.2rem;
  background: url(../images/aboutus/p2_img01.png) no-repeat center 80%;
  background-size: contain;
}
.profile .div_mod3 {
  background: url(../images/aboutus/p3_bg.png) no-repeat center;
  background-size: cover;
  height: 10rem;
  padding-top: 1.3rem;
}
.profile .div_mod3 ul {
  height: 3.54rem;
  width: 14.28rem;
  background: url(../images/aboutus/p3_bg2.png) no-repeat center;
  background-size: cover;
  position: relative;
}
.profile .div_mod3 ul li {
  cursor: pointer;
}
.profile .div_mod3 ul li p {
  font-size: 0.2rem;
  line-height: 0.36rem;
  color: #000;
  letter-spacing: 0.03em;
  text-align: center;
}
.profile .div_mod3 ul li:nth-child(2n - 1)::after {
  content: "";
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  background: #fff;
  border: 0.09rem solid #fff;
  border-radius: 0.3rem;
  margin: 0 auto;
  margin-top: 0.7rem;
}
.profile .div_mod3 ul li:nth-child(2n)::before {
  content: "";
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  background: #fff;
  border: 0.09rem solid #fff;
  border-radius: 0.3rem;
  margin: 0 auto;
  margin-bottom: 0.7rem;
}
.profile .div_mod3 ul li:nth-child(1) {
  position: absolute;
  left: -0.5rem;
  bottom: 0.1rem;
}
.profile .div_mod3 ul li:nth-child(2) {
  position: absolute;
  left: 1.7rem;
  bottom: -0.8rem;
}
.profile .div_mod3 ul li:nth-child(3) {
  position: absolute;
  left: 4.5rem;
  bottom: 1.15rem;
}
.profile .div_mod3 ul li:nth-child(4) {
  position: absolute;
  left: 6.6rem;
  bottom: 0rem;
}
.profile .div_mod3 ul li:nth-child(5) {
  position: absolute;
  left: 9rem;
  bottom: 2.2rem;
}
.profile .div_mod3 ul li:nth-child(6) {
  position: absolute;
  right: -0.4rem;
  bottom: 1rem;
}
.profile .div_mod3 ul li.on::before,
.profile .div_mod3 ul li.on::after {
  background: #F7D246;
}
.profile .div_mod3 ul li.on p {
  color: #0C7DFF;
}
.profile .div_mod4 dl {
  display: flex;
  justify-content: space-between;
}
.profile .div_mod4 dl dt {
  width: 37%;
  margin-left: -5%;
}
.profile .div_mod4 dl dd {
  width: 55%;
}
.profile .div_mod4 dl dd h3 {
  font-weight: 500;
  font-size: 0.32rem;
  margin-bottom: 0.2rem;
}
.profile .div_mod4 dl dd h3::after {
  width: 0.52rem;
  height: 0.04rem;
  background: #2B62EB;
  border-radius: 0.3rem;
  margin-top: 0.2rem;
}
.profile .div_mod4 dl dd span {
  display: block;
  font-size: 0.22rem;
  opacity: 0.8;
  margin-bottom: 0.2rem;
}
.profile .div_mod4 dl dd ul li {
  position: relative;
  padding-bottom: 0.4rem;
  cursor: pointer;
}
.profile .div_mod4 dl dd ul li p {
  font-size: 0.18rem;
  line-height: 1.8;
  text-align: justify;
  opacity: 0.8;
  padding-left: 0.45rem;
}
.profile .div_mod4 dl dd ul li.on p { color:#0C7DFF;
}
.profile .div_mod4 dl dd ul li::after {
  position: absolute;
  left: 0.05rem;
  top: 0;
  bottom: 0;
  content: '';
  border-left: 0.02rem dashed #d3e1fb;
}
.profile .div_mod4 dl dd ul li::before {
  content: "";
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 8px;
  background: #f7d246;
  position: absolute;
  left: -0.1rem;
  top: 0;
  z-index: 8;
  margin: 0.1rem;
}
.profile .div_mod4 dl dd ul li:first-child::after {
  top: 0.1rem;
}
.profile .div_mod4 dl dd ul li:last-child::after {
  bottom: 0.6rem;
}
.profile .div_mod4 dl dd ul li.on::before {
  margin: 0;
  border: 0.1rem solid #fff;
  border-radius: 0.32rem;
  box-shadow: 0px 0.16rem 0.22rem rgba(96, 97, 112, 0.23);
}
.profile .div_mod5 dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.3rem;
}
.profile .div_mod5 dl:last-child {
    margin-bottom: 0;
}
.profile .div_mod5 dl dt {
  width: 42%;
  border-radius: 1.3rem 0.1rem 0.1rem 0.1rem;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
 -moz-backface-visibility: hidden;
 -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);

}
.profile .div_mod5 dl dd {
  width: 46%;
}
.profile .div_mod5 dl dd img {
  width: 0.5rem;
  margin-bottom: 0.2rem;
}
.profile .div_mod5 dl dd h3 {
  font-size: 0.3rem;
  line-height: 0.5rem;
  margin-bottom: 0.3rem;
}
.profile .div_mod5 dl dd h3::after {
  width: 100%;
  height: 0.02rem;
  background: #2B62EB;
  opacity: 0.1;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  margin-top: 0.25rem;
}
.profile .div_mod5 dl dd p {
  font-size: 0.2rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
.profile .div_mod5 dl:nth-child(2n) {
  flex-flow: row-reverse !important;
}
.profile .div_mod5 dl:nth-child(2n) dt {
  border-radius: 0.1rem 1.3rem 0.1rem 0.1rem;
}
.profile .div_mod6 ul {
  display: flex;
  justify-content: space-between;
}
.profile .div_mod6 ul li {
  width: 48%;
  box-shadow: 0px 0.3rem 0.4rem rgba(0, 0, 0, 0.18);
  border-radius: 0.3rem;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
 -moz-backface-visibility: hidden;
 -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);
}
.profile .div_mod6 ul li a {
  width: 100%;
  height: 100%;
}
.profile .div_mod6 ul li a img {
  transition: all 1s;
  transform: scale(1);
}
.profile .div_mod6 ul li a .divtxt {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
}
.profile .div_mod6 ul li a .divtxt h3 {
  font-size: 0.3rem;
  color: #fff;
}
.profile .div_mod6 ul li a .divtxt h3::after {
  width: 0.52rem;
  height: 0.04rem;
  opacity: 0.3;
  border-radius: 0.3rem;
  background: #fff;
  margin: 0.15rem auto;
}
.profile .div_mod6 ul li a .divtxt span {
  font-size: 0.24rem;
  letter-spacing: 0.18em;
  color: #fff;
  opacity: 0.6;
}
.profile .div_mod6 ul li:hover a img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.recruitment .div_mod1 dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.3rem;
}
.recruitment .div_mod1 dl dt {
  width: 42%;
  border-radius: 1.3rem 0.1rem 0.1rem 0.1rem;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.recruitment .div_mod1 dl dd {
  width: 46%;
}
.recruitment .div_mod1 dl dd .tit {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 2px solid rgba(247, 210, 70, 0.1);
  padding-bottom: 0.3rem;
  margin-bottom: 0.2rem;
}
.recruitment .div_mod1 dl dd .tit h3 {
  font-size: 0.3rem;
  line-height: 0.5rem;
  position: relative;
}
.recruitment .div_mod1 dl dd .tit span {
  font-size: 1.8rem;
  color: #F7D246;
  opacity: 0.2;
  line-height: 100%;
  font-weight: bold;
}
.recruitment .div_mod1 dl dd ol {
  padding-left: 0.3rem;
}
.recruitment .div_mod1 dl dd ol li {
  font-size: 0.2rem;
  opacity: 0.8;
  line-height: 0.48rem;
  list-style-type: disc;
}
.recruitment .div_mod1 dl:nth-child(2n-1) {
  flex-flow: row-reverse !important;
}
.recruitment .div_mod1 dl:nth-child(2n-1) dt {
  border-radius: 0.1rem 1.3rem 0.1rem 0.1rem;
}
.recruitment .div_mod2 dl dt {
  width: 48%;
}
.recruitment .div_mod2 dl dt .videoImg {
  border-radius: 1rem 0.1rem 0.1rem 0.1rem;
  overflow: hidden;
}
.recruitment .div_mod2 dl dd {
  width: 48%;
}
.recruitment .div_mod2 dl dd h3 {
  font-size: 0.36rem;
  line-height: 0.5rem;
}
.recruitment .div_mod2 dl dd p {
  font-size: 0.18rem;
  line-height: 1.8;
  opacity: 0.8;
  text-align: justify;
}
.recruitment .div_mod3 .div_zp .divhead {
  margin-bottom: 0.4rem;
}
.recruitment .div_mod3 .div_zp .divhead h3 {
  font-size: 0.32rem;
}
.recruitment .div_mod3 .div_zp .divhead p {
  font-size: 0.2rem;
}
.recruitment .div_mod3 .div_zp .divhead p a {
  font-size: 0.2rem;
  color: #2B62EB;
}
.recruitment .div_mod3 .div_zp ul {
  display: flex;
  flex-wrap: wrap;
}
.recruitment .div_mod3 .div_zp ul li {
  width: 30%;
  margin-bottom: 0.4rem;
}
.recruitment .div_mod3 .div_zp ul li:hover .zp_info {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.recruitment .div_mod3 .div_zp ul li:not(:nth-child(3n)) {
  margin-right: calc(10% / 2);
}
.recruitment .div_mod3 .div_zp ul li .zp_info {
  padding: 0.8rem 0.4rem;
  height: 4.3rem;
  border-radius: 0.1rem 1.3rem 0.1rem 0.1rem;
  box-shadow: 0.1rem 0px 0.5rem rgba(223, 228, 242, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: space-between;
  transition: all 1s;
  transform: scale(1);
}
.recruitment .div_mod3 .div_zp ul li .zp_info h3 {
  font-size: 0.24rem;
  line-height: 1.8;
  margin-bottom: 0.2rem;
}
.recruitment .div_mod3 .div_zp ul li .zp_info p {
  font-size: 0.2rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.recruitment .div_mod3 .div_zp ul li .zp_info a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 0.62rem;
  background: #2B62EB;
  border-radius: 0.08rem;
  box-shadow: 0px 0px 0.6rem rgba(43, 98, 235, 0.56);
}
.recruitment .div_mod3 .div_zp ul li .zp_info a::before {
  display: none;
}
.recruitment .div_mod3 .div_zp ul li .zp_info a span {
  font-size: 0.16rem;
  display: block;
  line-height: 100%;
  color: #fff;
  background: url(../images/a_icon01.png) no-repeat right bottom;
  padding-right: 0.25rem;
}
.recruitment .div_mod3 .zp_pop {
  display: none;
  width: 14rem;
  height: 9rem;
  background: #fff;
  border-radius: 0.8rem;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -7rem;
  margin-top: -4rem;
  z-index: 100;
  padding: 0.8rem;
}
.recruitment .div_mod3 .zp_pop .tit {
  padding-bottom: 0.3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.recruitment .div_mod3 .zp_pop .tit h3 {
  font-size: 0.38rem;
  line-height: 0.52rem;
  margin-bottom: 0.2rem;
}
.recruitment .div_mod3 .zp_pop .tit p span {
  font-size: 0.24rem;
  margin-right:0.2rem;
}
.recruitment .div_mod3 .zp_pop .text {
  margin: 0.3rem 0;
  height: 3.5rem;
  overflow-x: hidden;
}
.recruitment .div_mod3 .zp_pop .text span {
  display: block;
  font-size: 0.22rem;
  margin-bottom: 0.1rem;
}
.recruitment .div_mod3 .zp_pop .text p {
  font-size: 0.18rem;
  line-height: 1.8;
  margin-bottom: 0.2rem;
  letter-spacing: 0.04em;
}
.recruitment .div_mod3 .zp_pop .code {
  width: 1.8rem;
}
.recruitment .div_mod3 .zp_pop .code img {
  margin-bottom: 0.2rem;
}
.recruitment .div_mod3 .zp_pop .code span {
  width: 100%;
  display: block;
  font-size: 0.16rem;
  color: #1884FF;
  text-align: center;
}
.recruitment .div_mod3 .zp_pop .close {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  background: url(../images/closeicon.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
}
.cooperate {
  background: url(../images/home/div_dllistbg.png) no-repeat left 5rem;
  background-size: 11.7rem 13.74rem;
}
.cooperate .div_mod1 dl dt {
  width: 48%;
}
.cooperate .div_mod1 dl dd {
  width: 48%;
}
.cooperate .div_mod1 dl dd ul li {
  position: relative;
  padding-left: 0.7rem;
  padding-bottom: 0.2rem;
}
.cooperate .div_mod1 dl dd ul li h4 {
  font-size: 0.3rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
.cooperate .div_mod1 dl dd ul li p {
  font-size: 0.2rem;
  line-height: 2;
  opacity: 0.6;
}
.cooperate .div_mod1 dl dd ul li::after {
  position: absolute;
  left: 0.2rem;
  top: 0;
  bottom: 0;
  content: '';
  border-left: 0.02rem dashed #d3e1fb;
}
.cooperate .div_mod1 dl dd ul li::before {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 0.4rem;
  position: absolute;
  left: -0.1rem;
  top: 0;
  z-index: 8;
  margin: 0.1rem;
  transition: all 1s;
  transform: scale(1);
}
.cooperate .div_mod1 dl dd ul li:first-child::after {
  top: 0.1rem;
}
.cooperate .div_mod1 dl dd ul li:last-child::after {
  bottom: 1rem;
}
.cooperate .div_mod1 dl dd ul li:nth-child(1)::before {
  background: url(../images/aboutus/c1_icon01.png) no-repeat center;
  background-size: cover;
}
.cooperate .div_mod1 dl dd ul li:nth-child(2)::before {
  background: url(../images/aboutus/c1_icon02.png) no-repeat center;
  background-size: cover;
}
.cooperate .div_mod1 dl dd ul li:nth-child(3)::before {
  background: url(../images/aboutus/c1_icon03.png) no-repeat center;
  background-size: cover;
}
.cooperate .div_mod1 dl dd ul li:nth-child(4)::before {
  background: url(../images/aboutus/c1_icon04.png) no-repeat center;
  background-size: cover;
}
.cooperate .div_mod1 dl dd ul li:nth-child(5)::before {
  background: url(../images/aboutus/c1_icon05.png) no-repeat center;
  background-size: cover;
}
.cooperate .div_mod1 dl dd ul li:hover h4,
.cooperate .div_mod1 dl dd ul li:hover p {
  color: #2B62EB;
}
.cooperate .div_mod1 dl dd ul li:hover::before {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.cooperate .div_mod2 dl {
  overflow: hidden;
}
.cooperate .div_mod2 dl dt {
  width: 35%;
  float: right;
}
.cooperate .div_mod2 dl dt ul {
  width: 100%!important;
}
.cooperate .div_mod2 dl dt ul li {
  width: 100%!important;
  position: static!important;
}
.cooperate .div_mod2 dl dd {
  width: 60%;
  float: left;
}
.cooperate .div_mod2 dl dd ul li {
  position: relative;
  padding-left: 0.7rem;
  padding-bottom: 0.2rem;
  cursor: pointer;
}
.cooperate .div_mod2 dl dd ul li h4 {
  font-size: 0.3rem;
  line-height: 2;
  letter-spacing: 0.02em;
}
.cooperate .div_mod2 dl dd ul li p {
  font-size: 0.2rem;
  line-height: 2;
  opacity: 0.6;
}
.cooperate .div_mod2 dl dd ul li::after {
  position: absolute;
  left: 0.05rem;
  top: 0;
  bottom: 0;
  content: '';
  border-left: 0.02rem dashed #d3e1fb;
}
.cooperate .div_mod2 dl dd ul li::before {
  content: "";
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 8px;
  background: #f7d246;
  position: absolute;
  left: -0.1rem;
  top: 0.1rem;
  z-index: 8;
  margin: 0.1rem;
}
.cooperate .div_mod2 dl dd ul li:first-child::after {
  top: 0.1rem;
}
.cooperate .div_mod2 dl dd ul li:last-child::after {
  bottom: 1rem;
}
.cooperate .div_mod2 dl dd ul li.on::before {
  margin: 0;
  border: 0.1rem solid #fff;
  border-radius: 0.32rem;
  box-shadow: 0px 0.16rem 0.22rem rgba(96, 97, 112, 0.23);
}
.cooperate .div_mod2 dl dd ul li.on h4,
.cooperate .div_mod2 dl dd ul li.on p {
  color: #2B62EB;
  opacity: 1;
}
.cooperate .div_mod3 {
  padding: 1rem 0;
  background: linear-gradient(180deg, #0085FF 0%, rgba(0, 27, 210, 0.94) 100%);
}
.cooperate .div_mod3 .div_tit span,
.cooperate .div_mod3 .div_tit h2 {
  color: #fff;
}
.cooperate .div_mod3 .swiper-slide {
  background: #fff;
  border-radius: 0.1rem 1.3rem 0.1rem 0.1rem;
  padding: 0.5rem;
  height: 4.2rem;
  text-align: center;
}
.cooperate .div_mod3 .swiper-slide img {
  width: 0.5rem;
  margin: 0 auto;
  margin-bottom: 0.3rem;
}
.cooperate .div_mod3 .swiper-slide h3 {
  font-size: 0.28rem;
  letter-spacing: 0.04em;
}
.cooperate .div_mod3 .swiper-slide h3::after {
  margin: 0.2rem auto;
}
.cooperate .div_mod3 .swiper-slide p {
  font-size: 0.18rem;
  line-height: 0.25rem;
  opacity: 0.6;
  letter-spacing: 0.04em;
  text-align: justify;
}
.cooperate .div_mod3 .swiper-pagination-progressbar {
  width: 80%;
  margin: 0 auto;
  position: static;
  margin-top: 0.5rem;
  background: #2b62eb;
}
.cooperate .div_mod3 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #fff;
}
.cooperate .div_mod4 {
  background: url(../images/aboutus/c4_bg.png) no-repeat center top;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cooperate .div_mod4 dl {
  position: relative;
  padding-left: 3rem;
}
.cooperate .div_mod4 dl dt {
  margin-bottom: 0.5rem;
}
.cooperate .div_mod4 dl dt img {
  width: 3.5rem;
}
.cooperate .div_mod4 dl dt h4 {
  padding-left: 1rem;
}
.cooperate .div_mod4 dl dt p {
  padding-left: 1rem;
  font-size: 0.2rem;
  line-height: 2;
}
.cooperate .div_mod4 dl dd {
  width: 3.1rem;
  height: 4.76rem;
  background: url(../images/home/code_bg22.png) no-repeat center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 1.6rem;
}
.cooperate .div_mod4 dl dd img {
  width: 2.5rem;
  margin: 0 auto;
  margin-top: 1.3rem;
}
#cooperate .footer {
  margin-top: -0.4rem;
  background: url(../images/footer_bg2.png) no-repeat right bottom;
  background-size: 19.2rem 4.95rem;
}

.cooperate .div_mod:last-child {
  margin-bottom: 0;
}

/**/

.cooperate .div_mod3 .swiper-slide {
    width: 25%;
    margin: 0 .3rem;
    position: relative;
}
.cooperate .div_mod3 .swiper-slide-last {
    margin-right: 1rem;
}
.cooperate .swiper-slide-last::after {
    content: "";
    display: block;
    width: 1px;
    height: 40%;
    background: #fff;
    right: -.65rem;
    top: 35%;
    position: absolute;
}




@media screen and (max-width: 1023px) {
  .dja {
    flex-wrap: wrap!important;
  }
  .dja dt {
    width: 100%!important;
  }
  .dja dd {
    width: 100%!important;
  }
  .profile .div_mod1 dl,
  .profile .div_mod4 dl {
    flex-wrap: wrap;
  }
  .profile .div_mod1 dl dt,
  .profile .div_mod1 dl dd {
    width: 100%;
  }
  .profile .div_mod4 dl dt,
  .profile .div_mod4 dl dd {
    width: 100%;
  }
  .profile .div_mod2 ul {
    margin-bottom: 0.3rem;
  }
  .profile .div_mod2 ul li {
    width: 31%;
    height: 3.5rem;
    padding-top: 0.3rem;
  }
  .profile .div_mod2 ul li img {
    width: 0.8rem;
  }
  .profile .div_mod2 ul li p {
    font-size: 0.22rem;
  }
  .profile .div_mod2 .divbox {
    padding: 0.3rem;
    height: auto;
  }
  .profile .div_mod2 .divbox p {
    font-size: 0.3rem;
  }
  .profile .div_mod3 ul {
    width: auto;
    height: auto;
    background: none;
  }
  .profile .div_mod3 ul li {
    position: static!important;
    margin-bottom: 0.2rem;
  }
  .profile .div_mod3 ul li::after,
  .profile .div_mod3 ul li::before {
    display: none!important;
  }
  .profile .div_mod3 ul li p {
    font-size: 0.22rem;
    line-height: 1.8;
  }
  .profile .div_mod4 dl dt {
    margin: 0 ;
    margin-bottom: 0.3rem;
  }
  .profile .div_mod4 dl dt img {
    width: 50%;
    margin: 0 auto;
  }
  .profile .div_mod4 dl dd h3 {
    text-align: center;
  }
  .profile .div_mod4 dl dd h3::after {
    margin: 0.2rem auto;
  }
  .profile .div_mod5 dl {
    flex-wrap: wrap!important;
  }
  .profile .div_mod5 dl:nth-child(2n) {
    flex-flow: column!important;
  }
  .profile .div_mod5 dl dt {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .profile .div_mod5 dl dd {
    width: 100%;
  }
  .profile .div_mod6 ul {
    flex-wrap: wrap;
  }
  .profile .div_mod6 ul li {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .recruitment .div_mod1 dl:nth-child(2n-1) {
    flex-flow: column!important;
  }
  .recruitment .div_mod1 dl {
    margin-bottom: 0.3rem;
  }
  .recruitment .div_mod1 dl dt {
    margin-bottom: 0.3rem;
  }
  .recruitment .div_mod1 dl dd {
    font-size: 0.5rem;
    opacity: 1;
  }
  .recruitment .div_mod1 dl dd .tit span {
    font-size: 0.5rem;
    opacity: 1;
  }
  .recruitment .div_mod2 dl dt {
    margin-bottom: 0.2rem;
  }
  .recruitment .div_mod3 .div_zp ul li {
    width: 49%;
    margin-bottom: 0.2rem;
  }
  .recruitment .div_mod3 .div_zp ul li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .recruitment .div_mod3 .div_zp ul li:not(:nth-child(2n)) {
    margin-right: calc(2% / 1);
  }
  .recruitment .div_mod3 .div_zp ul li .zp_info {
    padding: 0.6rem 0.2rem;
  }
  .recruitment .div_mod3 .div_zp ul li .zp_pop {
    width: 90%;
    margin-left: -45%;
    padding: 0.3rem;
    border-radius: 0.2rem;
  }
  .recruitment .div_mod3 .div_zp ul li .zp_pop .close {
    right: 0.2rem;
    top: 0.2rem;
  }
  .cooperate .div_mod2 dl {
    flex-flow: column!important;
  }
  .cooperate .swiper-container {
    margin: 0 0.3rem;
  }
  .cooperate .swiper-container .swiper-slide {
    padding: 0.5rem 0.2rem;
  }
  .cooperate .div_mod4 {
    padding-top: 0.2rem;
  }
  .cooperate .div_mod4 dl {
    padding: 0 0.3rem;
  }
  .cooperate .div_mod4 dl dt img {
    width: 4rem;
  }
  .cooperate .div_mod4 dl dd {
    width: 3rem!important;
    position: static;
    margin: 0 auto;
  }
  #cooperate .footer {
    background: linear-gradient(180deg, #0085FF 0%, rgba(0, 27, 210, 0.94) 100%);
  }
  .cooperate .div_mod2 dl dt {
    overflow: hidden;
    width: 100%;
  }
  .cooperate .div_mod2 dl dd {
    width: 100%;
  }
}





/*  */
.cooperate .swiper-container .swiper-wrapper {
  -webkit-transition-timing-function: linear; /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

/**/
.profile .div_mod7 {
    display: none;
}
.profile .div_mod7 .swiper-container {
  padding: 0.5rem 0.2rem;
  margin-top: -0.5rem;
}
.profile .div_mod7 .swiper-slide {
  box-shadow: 0px 0.1rem 0.3rem rgba(0, 0, 0, 0.1);
  border-radius: 0.3rem;
  overflow: hidden;
}
.profile .div_mod7 .swiper-wrapper {
  margin-bottom: 0.5rem;
}
.profile .div_mod7 .swiper-pagination-bullet {
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 0.14rem;
  background: #2B62EB;
  opacity: 0.5;
}
.profile .div_mod7 .swiper-pagination-bullet-active {
  width: 0.46rem;
  opacity: 1;
}
.profile .div_mod7 .imgbox {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.profile .div_mod7 .imgbox img {
  transition: all 1s;
  transform: scale(1);
}
.profile .div_mod7 .swiper-slide:hover .imgbox img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.profile .div_mod7 .textbox {
  height: 2rem;
  padding: 0.3rem 0.4rem;
}
.profile .div_mod7 .textbox h3 {
  font-size: 0.28rem;
  color: #000000;
  letter-spacing: 0.02em;
  margin-bottom: 0.2rem;
}
.profile .div_mod7 .textbox p {
  font-size: 0.22rem;
  line-height: 1.8;
}

