/**首页**/
/**banner**/
.index-banner {
  position: relative;
}
.index-banner .swiper-slide {
  position: relative;
}
.index-banner .swiper-slide::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 22px;
  background: url(../images/icon8.png) repeat-x bottom;
}
.index-banner .cont-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 8%;
}
.index-banner .cont-box .title {
  transform: translate(4vw, 0);
  font-weight: bold;
  font-size: 36px;
  line-height: 1.2em;
  color: #ffffff;
  text-shadow: 0px 0px 10px #015ba7;
  opacity: 0;
  transition: all 0.9s ease-in-out;
  transition-delay: 0.2s;
}
.index-banner .cont-box .long-title {
  transform: translate(4vw, 0);
  margin: 17px 0 65px;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4em;
  color: #eeeeee;
  text-shadow: 0px 0px 10px #ed6e7c;
  opacity: 0;
  transition: all 0.9s ease-in-out;
  transition-delay: 0.4s;
}
.index-banner .cont-box .more-a {
  transform: translate(4vw, 0);
  opacity: 0;
  transition: all 0.9s ease-in-out;
  transition-delay: 0.6s;
}
.index-banner .swiper-slide-active .cont-box .title,
.index-banner .swiper-slide-active .cont-box .long-title,
.index-banner .swiper-slide-active .cont-box .more-a {
  transform: translate(0, 0);
  opacity: 1;
}
.index-banner .points {
  position: absolute;
  left: 0;
  bottom: 45px;
  z-index: 2;
}
.swiper-points {
  position: relative;
}
.swiper-points .points {
  width: 100%;
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.swiper-points .points span {
  margin: 0 6px;
  height: 13px;
  width: 13px;
  background: #0e3c5e;
  opacity: 1;
}
.swiper-points .points .swiper-pagination-bullet-active {
  background: #ff7264;
}
@media (min-width:767px) {
    .femailwap {display:none;}
}
@media (max-width: 1570px) {
  .index-banner .cont-box .title {
    font-size: 30px;
  }
  .index-banner .cont-box .long-title {
    margin: 15px 0 35px;
    font-size: 20px;
  }
  .swiper-points .points span {
    margin: 0 5px;
    height: 12px;
    width: 12px;
  }
}
@media (max-width: 1390px) {
  .index-banner .points {
    bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .index-banner .cont-box .title {
    font-size: 26px;
  }
  .index-banner .cont-box .long-title {
    margin: 15px 0 35px;
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .index-banner .swiper-slide::after {
    height: 18px;
    background-size: auto 100%;
  }
  .index-banner .cont-box .title {
    font-size: 20px;
  }
  .index-banner .cont-box .long-title {
    margin: 10px 0 20px;
    font-size: 16px;
  }
  .swiper-points .points {
    bottom: 25px;
  }
  .swiper-points .points span {
    margin: 0 5px;
    height: 10px;
    width: 10px;
  }
}
@media (max-width: 768px) {
  .index-banner .swiper-slide::after {
    height: 10px;
  }
  .index-banner .cont-box {
    padding-top: 0;
  }
  .index-banner .cont-box .title {
    font-size: 16px;
  }
  .index-banner .cont-box .long-title {
    margin: 5px 0 10px;
    font-size: 14px;
  }
  .swiper-points .points {
    bottom: 20px;
  }
  .swiper-points .points span {
    margin: 0 4px;
  }
}
.index-block-a {
  background: url(../images/back1_1.jpg) no-repeat center / 100% 100%;
}
.index-block-a .flex-box {
  margin: 0 auto;
  width: 1315px;
  max-width: 100%;
  padding-bottom: 100px;
}
.index-block-a .left {
  width: 52.5%;
  color: #666666;
}
.index-block-a .left .cont {
  font-size: 16px;
  line-height: 34px;
}
.index-block-a .left .p-box {
  margin: 54px 0 60px;
  font-size: 14px;
  line-height: 1.4em;
}
.index-block-a .left .p-box .p {
  padding: 8px 0;
}
.index-block-a .left .p-box .p-title {
  margin-right: 7px;
  flex-shrink: 0;
  padding-left: 25px;
  background: url(../images/jt_1_1.png) no-repeat left center;
}
.index-block-a .right {
  width: 41.065%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index-block-a .right img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1570px) {
  .index-block-a .flex-box {
    padding-bottom: 60px;
  }
  .index-block-a .left .cont {
    line-height: 32px;
  }
  .index-block-a .left .p-box {
    margin: 35px 0 30px;
  }
  .index-block-a .left .p-box .p {
    padding: 6px 0;
  }
}
@media (max-width: 1200px) {
  .index-block-a .flex-box {
    padding-bottom: 40px;
  }
  .index-block-a .left .cont {
    line-height: 26px;
  }
  .index-block-a .left .p-box {
    margin: 25px 0 20px;
  }
  .index-block-a .left .p-box .p {
    padding: 4px 0;
  }
}
@media (max-width: 992px) {
  .index-block-a .flex-box {
    padding-bottom: 35px;
  }
  .index-block-a .left {
    margin-top: 20px;
    order: 1;
    width: 100%;
  }
  .index-block-a .left .cont {
    font-size: 14px;
    line-height: 24px;
  }
  .index-block-a .left .p-box {
    margin: 15px 0;
  }
  .index-block-a .left .p-box .p {
    padding: 3px 0;
  }
  .index-block-a .right {
    order: 0;
    width: 100%;
  }
  .index-block-a .right img {
    width: 400px;
    max-width: 100%;
  }
}
.index-block-b {
  text-align: center;
  background: url(../images/back1_2.jpg) no-repeat center / 100% 100%;
}
.index-block-b .cont {
  margin: 0 auto;
  width: 1200px;
  max-width: 100%;
  font-size: 16px;
  line-height: 34px;
  color: #666666;
}
.index-block-b .map {
  padding: 70px 0 40px;
}
.index-block-b .map img {
  display: inline-block;
  vertical-align: top;
  height: auto;
}
.index-block-b .list {
  margin: 0 auto;
  width: 1110px;
  max-width: 100%;
  padding-bottom: 110px;
  text-align: left;
}
.index-block-b .list .li {
  position: relative;
  width: 33.33%;
}
.index-block-b .list .li::before {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  top: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 24px;
  border: solid 5px #baadaa;
}
.index-block-b .list .pad {
  position: relative;
  height: 100%;
  padding: 11% 10% 7.5%;
  flex-direction: column;
  justify-content: space-between;
}
.index-block-b .list .con-top {
  width: 100%;
}
.index-block-b .list .num {
  margin: 0;
  font-weight: 700;
  font-size: 44px;
  line-height: 0.9em;
  color: #ff3076;
}
.index-block-b .list .des {
  margin-top: 26px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2em;
  color: #06558f;
}
.index-block-b .list .en {
  font-size: 18px;
  line-height: 1.2em;
  color: #06558f;
}
.index-block-b .list .cont {
  margin-top: 38px;
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 26px;
  color: #666666;
}
@media (max-width: 1570px) {
  .index-block-b .cont {
    line-height: 30px;
  }
  .index-block-b .map {
    padding: 50px 0 30px;
  }
  .index-block-b .list {
    padding-bottom: 60px;
  }
  .index-block-b .list .num {
    font-size: 40px;
  }
  .index-block-b .list .des {
    margin-top: 20px;
    font-size: 22px;
  }
  .index-block-b .list .cont {
    margin-top: 25px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
@media (max-width: 1390px) {
  .index-block-b .cont {
    line-height: 28px;
  }
  .index-block-b .map {
    padding: 30px 0 30px;
  }
  .index-block-b .list .num {
    font-size: 30px;
  }
  .index-block-b .list .des {
    margin-top: 10px;
    font-size: 18px;
  }
  .index-block-b .list .en {
    font-size: 16px;
  }
  .index-block-b .list .cont {
    margin-top: 15px;
    line-height: 22px;
  }
}
@media (max-width: 1200px) {
  .index-block-b .cont {
    line-height: 26px;
  }
  .index-block-b .map {
    padding: 30px 0 20px;
  }
  .index-block-b .list {
    padding-bottom: 50px;
  }
  .index-block-b .list .num {
    font-size: 28px;
  }
  .index-block-b .list .des {
    margin-top: 5px;
    font-size: 16px;
  }
  .index-block-b .list .en {
    font-size: 14px;
  }
  .index-block-b .list .cont {
    margin-top: 10px;
    line-height: 20px;
  }
}
@media (max-width: 992px) {
  .index-block-b .cont {
    font-size: 14px;
    line-height: 24px;
  }
  .index-block-b .map {
    padding: 15px 0 20px;
  }
  .index-block-b .list {
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .index-block-b .list {
    padding: 5px 5px 35px 5px;
  }
  .index-block-b .list .li {
    width: 50%;
  }
  .index-block-b .list .li::before {
    border-radius: 10px;
    border-width: 3px;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
  }
  .index-block-b .list .num {
    font-size: 26px;
  }
  .index-block-b .list .des {
    font-size: 14px;
  }
  .index-block-b .list .cont {
    margin-top: 5px;
    font-size: 13px;
  }
}
.index-block-c {
  padding-bottom: 100px;
}
.index-block-c .list {
  position: relative;
}
.index-block-c .li {
  width: 25.017%;
}
.index-block-c .li .img-box img {
  object-fit: contain;
}
.index-block-c .li:last-child {
  width: 100%;
  text-align: center;
  height: auto;
}

.index-block-c .li:last-child  .img-box::before {
  padding-top: 5%;
}

.index-block-c .more .img-box {
  font-weight: 700;
  font-size: 48px;
  line-height: 38px;
  color: #06558f;
}
.index-block-c .more .jt-c {
  margin-left: 18px;
  vertical-align: middle;
  transform: translate(0, 0);
  transition: all 0.3s;
}
.index-block-c .more:hover .img-box {
  color: #ed6e7c;
}
.index-block-c .more:hover .jt-c {
  transform: translate(-5px, 0);
}
.index-block-c .more:hover .jt-c::before,
.index-block-c .more:hover .jt-c::after {
  background: #ed6e7c;
}
.index-block-c .img-box {
  display: block;
  border-radius: 20px;
}
.index-block-c .img-box::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 90.365%;
}
.index-block-c .img-box:hover .word {
  opacity: 1;
}
.index-block-c .word {
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 100px;
  padding: 15px;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  line-height: 1.4em;
  color: #fff;
  background-color: #ed6e7c;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1570px) {
  .index-block-c {
    padding-bottom: 60px;
  }
  .index-block-c .more .img-box {
    font-size: 40px;
  }
  .index-block-c .img-box {
    border-radius: 15px;
  }
  .index-block-c .word {
    min-height: 70px;
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .index-block-c {
    padding-bottom: 40px;
  }
  .index-block-c .more .img-box {
    font-size: 30px;
  }
  .index-block-c .img-box {
    border-radius: 10px;
  }
  .index-block-c .word {
    min-height: 60px;
    font-size: 15px;
  }
}
@media (max-width: 992px) {
  .index-block-c {
    padding-bottom: 35px;
  }
  .index-block-c .more .img-box {
    font-size: 20px;
  }
  .index-block-c .word {
    min-height: 50px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .index-block-c .li {
    width: 48%;
  }
  .index-block-c .li:nth-child(1) {
    position: relative;
  }
  .index-block-c .li:nth-child(3) {
    position: absolute;
    left: 0;
    margin-top: 48.4%;
    margin-right: 0;
  }
  .index-block-c .li:nth-child(4) {
    order: 2;
    position: static;
  }
  .index-block-c .li:nth-child(5) {
    order: 1;
    position: static;
    margin: 4% 0;
    width: 100%;
  }
  .index-block-c .li:nth-child(5) .img-box::before {
    padding-top: 50.29%;
  }
  .index-block-c .li:nth-child(6) {
    order: 2;
    position: static;
    width: 48%;
    height: auto;
  }
  .index-block-c .li:nth-child(6) .img-box {
    display: flex;
    height: auto;
  }
  .index-block-c .li:nth-child(6) .img-box::before {
    display: block;
  }
  .index-block-c .li:nth-child(6) .link {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
}
.index-block-d {
  display: flex;
  height: 772px;
  padding: 40px 0;
  align-items: center;
  color: #333333;
  background: url(../images/back1_3.jpg) no-repeat center;
}
.index-block-d .cont-wid {
  width: 880px;
  max-width: 75%;
}
.index-block-d .cont {
  margin-bottom: 11%;
  font-size: 16px;
  line-height: 34px;
}
.index-block-d .swiper-box {
  position: relative;
}
.index-block-d .box {
  border-radius: 20px;
  border: solid 5px #baadaa;
  padding: 5% 7.5% 3.2%;
  text-align: center;
}
.index-block-d .box .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
}
.index-block-d .box .hr {
  margin: 28px 0 35px;
  border: 0 none;
  height: 5px;
  background-color: #baadaa;
}
.index-block-d .box .wid-box .wid {
  text-align: left;
}
.index-block-d .box .wid-box .w-title {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.4em;
}
.index-block-d .box .wid-box .num {
  font-weight: 700;
  font-size: 64px;
  line-height: 0.8em;
  color: #06558f;
}
.index-block-d .box .wid-box .num span {
  margin-left: 8px;
  font-size: 18px;
  color: #333333;
}
.index-block-d .btns .btn {
  position: absolute;
  top: 0;
  height: 100%;
}
.index-block-d .btns .prev {
  left: -75px;
}
.index-block-d .btns .next {
  right: -75px;
}
@media (max-width: 1570px) {
  .index-block-d .cont {
    margin-bottom: 7%;
    line-height: 32px;
  }
  .index-block-d .box {
    border-radius: 18px;
    padding: 5% 7.5% 3.2%;
  }
  .index-block-d .box .title {
    font-size: 20px;
    line-height: 30px;
  }
  .index-block-d .box .hr {
    margin: 25px 0 30px;
  }
  .index-block-d .box .wid-box .w-title {
    margin-bottom: 8px;
    font-size: 22px;
  }
  .index-block-d .box .wid-box .num {
    font-size: 54px;
  }
  .index-block-d .box .wid-box .num span {
    margin-left: 5px;
    font-size: 16px;
  }
  .index-block-d .btns .prev {
    left: -55px;
  }
  .index-block-d .btns .next {
    right: -55px;
  }
}
@media (max-width: 1390px) {
  .index-block-d {
    height: 660px;
  }
  .index-block-d .cont {
    margin-bottom: 5%;
    line-height: 28px;
  }
  .index-block-d .box {
    border-radius: 16px;
    padding: 4% 5% 3%;
  }
  .index-block-d .btns .prev {
    left: -35px;
  }
  .index-block-d .btns .next {
    right: -35px;
  }
}
@media (max-width: 1200px) {
  .index-block-d .box .title {
    font-size: 20px;
    line-height: 28px;
  }
  .index-block-d .box .hr {
    margin: 20px 0 25px;
  }
  .index-block-d .box .wid-box .w-title {
    margin-bottom: 3px;
    font-size: 20px;
  }
  .index-block-d .box .wid-box .num {
    font-size: 44px;
  }
  .index-block-d .box .wid-box .num span {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .index-block-d {
    height: auto;
    padding: 40px 0;
    background: #e5e3e4;
  }
  .index-block-d .cont-wid {
    max-width: 100%;
  }
  .index-block-d .cont {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
  }
  .index-block-d .swiper-box {
    padding: 0 25px;
  }
  .index-block-d .box {
    padding: 20px 15px;
  }
  .index-block-d .box .title {
    font-size: 16px;
    line-height: 24px;
  }
  .index-block-d .box .hr {
    margin: 10px 0 15px;
  }
  .index-block-d .box .wid-box .w-title {
    margin-bottom: 3px;
    font-size: 14px;
  }
  .index-block-d .box .wid-box .num {
    font-size: 24px;
  }
  .index-block-d .box .wid-box .num span {
    font-size: 14px;
  }
  .index-block-d .btns .prev {
    left: -10px;
  }
  .index-block-d .btns .next {
    right: -10px;
  }
}
.index-block-e {
  padding-bottom: 155px;
  overflow: hidden;
}
.index-block-e .swiper-box {
  position: relative;
  margin: -35px -27px;
}
.index-block-e .swiper-container {
  padding: 35px 27px;
}
.index-block-e .box {
  display: block;
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
}
.index-block-e .box:hover .more {
  transform: translate(0, -20%);
}
.index-block-e .img-box {
  border-radius: 24px 24px 0 0;
}
.index-block-e .img-box::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 62.268%;
}
.index-block-e .cont {
  padding: 10% 8% 0;
}
.index-block-e .cont .title {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4em;
  color: #06558f;
}
.index-block-e .cont .date {
  margin: 5px 0 25px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4em;
  color: #ff7264;
}
.index-block-e .cont .des {
  font-size: 14px;
  line-height: 2em;
  color: #666666;
}
.index-block-e .more {
  display: block;
  margin-top: 5%;
  transform: translate(0, 50%);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  background: #ff7264 url(../images/jt_1_2.png) no-repeat center;
  transition: all 0.3s;
}
.index-block-e .btns .btn {
  position: absolute;
  top: 0;
  height: 100%;
}
.index-block-e .btns .prev {
  left: -85px;
}
.index-block-e .btns .next {
  right: -85px;
}
@media (max-width: 1570px) {
  .index-block-e {
    padding-bottom: 60px;
  }
  .index-block-e .swiper-box {
    margin: -25px -17px;
  }
  .index-block-e .swiper-container {
    padding: 25px 17px;
  }
  .index-block-e .box {
    border-radius: 20px;
  }
  .index-block-e .box .img-box {
    border-radius: 20px 20px 0 0;
  }
  .index-block-e .cont {
    padding: 10% 8% 0;
  }
  .index-block-e .cont .title {
    font-size: 20px;
  }
  .index-block-e .cont .date {
    margin: 5px 0 15px;
    font-size: 14px;
  }
  .index-block-e .cont .des {
    font-size: 14px;
  }
  .index-block-e .more {
    margin-top: 3%;
    width: 50px;
    height: 50px;
  }
  .index-block-e .btns .prev {
    left: -55px;
  }
  .index-block-e .btns .next {
    right: -55px;
  }
}
@media (max-width: 1200px) {
  .index-block-e {
    padding-bottom: 40px;
  }
  .index-block-e .swiper-box {
    margin: -20px -12px;
  }
  .index-block-e .swiper-container {
    padding: 20px 12px;
  }
  .index-block-e .box:hover .more {
    transform: translate(0, 0);
  }
  .index-block-e .cont {
    padding: 15px;
  }
  .index-block-e .cont .title {
    font-size: 16px;
  }
  .index-block-e .cont .date {
    margin: 5px 0;
    font-size: 12px;
  }
  .index-block-e .cont .des {
    font-size: 14px;
    line-height: 1.6em;
  }
  .index-block-e .more {
    margin-top: 10px;
    width: 40px;
    height: 40px;
    transform: translate(0, 20%);
  }
  .index-block-e .btns .prev {
    left: -45px;
  }
  .index-block-e .btns .next {
    right: -45px;
  }
}
@media (max-width: 992px) {
  .index-block-e {
    padding-bottom: 35px;
  }
  .index-block-e .swiper-box {
    margin: -25px 0;
  }
  .index-block-e .swiper-container {
    padding: 25px 0;
  }
  .index-block-e .cont .title {
    font-size: 14px;
  }
  .index-block-e .cont .date {
    margin: 5px 0;
    font-size: 12px;
  }
  .index-block-e .cont .des {
    font-size: 14px;
    line-height: 1.6em;
  }
  .index-block-e .more {
    margin-top: 5px;
    width: 30px;
    height: 30px;
    background-size: 12px auto;
  }
  .index-block-e .btns .btn {
    z-index: 2;
    width: 36px;
  }
  .index-block-e .btns .prev {
    left: 0;
  }
  .index-block-e .btns .next {
    right: 0;
  }
}
.index-block-f {
  height: 462px;
  background: url(../images/back1_4_2.jpg) no-repeat center / auto 100%;
}
.index-block-f .wrap {
  height: 100%;
}
.index-block-f .flex-box {
  height: 100%;
  justify-content: flex-end;
}
.index-block-f .cont {
  position: relative;
  width: 530px;
  max-width: 60%;
  padding-top: 2%;
  padding-bottom: 5%;
  color: #ffffff;
}
.index-block-f .cont .icon {
  display: inline-block;
  margin-left: -72px;
  margin-bottom: 3px;
  vertical-align: top;
}
.index-block-f .cont .word {
  position: relative;
  margin-bottom: 13px;
  padding-right: 38px;
  font-size: 28px;
  line-height: 36px;
}
.index-block-f .cont .word .icon2 {
  display: block;
  position: absolute;
  right: 0;
  top: -15px;
}
.index-block-f .cont .en {
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 1570px) {
  .index-block-f {
    height: 422px;
  }
}
@media (max-width: 1200px) {
  .index-block-f {
    height: 362px;
  }
  .index-block-f .cont .icon {
    margin-left: -42px;
  }
  .index-block-f .cont .icon img {
    width: 26px;
    height: auto;
  }
  .index-block-f .cont .word {
    margin-bottom: 10px;
    padding-right: 30px;
    font-size: 22px;
    line-height: 1.4em;
  }
  .index-block-f .cont .word .icon2 {
    top: -10px;
    width: 24px;
  }
  .index-block-f .cont .word .icon2 img {
    height: auto;
  }
  .index-block-f .cont .en {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .index-block-f {
    height: 180px;
    background-position: -150px;
  }
  .index-block-f .cont {
    max-width: 70%;
    padding: 15px 0 25px;
  }
  .index-block-f .cont .icon {
    margin-left: -32px;
    margin-bottom: -25px;
  }
  .index-block-f .cont .icon img {
    width: 22px;
  }
  .index-block-f .cont .word {
    margin-bottom: 8px;
    padding-right: 0px;
    line-height: 1.6;
    font-size:13px;
  }
  .index-block-f .cont .word .icon2 {
    top: -10px;
    width: 20px;
  }
  .index-block-f .cont .en {
    font-size: 14px;
  }
}
/**内页banner**/
.auto-banner {
  position: relative;
}
.auto-banner .img {
  display: block;
  width: 100%;
}
.auto-banner .cont {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 2%;
  color: #06558f;
}
.auto-banner .cont .title {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 48px;
  line-height: 1.3em;
}
.auto-banner .cont .des {
  font-size: 20px;
  line-height: 1.3em;
}
.auto-banner::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 22px;
  background: url(../images/icon8.png) repeat-x bottom;
}
.auto-banner.icon2::after {
  background-image: url(../images/icon8_2.png);
}
.auto-banner.icon3::after {
  background-image: url(../images/icon8_3.png);
}
@media (max-width: 1570px) {
  .auto-banner .cont {
    padding-bottom: 2%;
  }
  .auto-banner .cont .title {
    margin-bottom: 10px;
    font-size: 38px;
  }
  .auto-banner .cont .des {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .auto-banner .cont .title {
    margin-bottom: 5px;
    font-size: 24px;
  }
  .auto-banner .cont .des {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .auto-banner .cont .title {
    font-size: 20px;
  }
  .auto-banner .cont .des {
    font-size: 14px;
  }
  .auto-banner::after {
    height: 18px;
    background-size: auto 100%;
  }
}
@media (max-width: 768px) {
  .auto-banner {
    height: auto;
  }
  .auto-banner .img {
    /*position: absolute;*/
    /*left: 50%;*/
    /*transform: translate(-50%, 0);*/
    /*height: auto;*/
    /*width: auto;*/
    max-width: 999999px;
  }
  .auto-banner .cont .title {
    font-size: 18px;
  }
  .auto-banner::after {
    height: 10px;
  }
}
/**关于我们**/
.about-bg1 {
  background: url(../images/back1_1.jpg) no-repeat center / 100% 100%;
}
.about-block-a {
  padding-bottom: 145px;
}
.about-block-a .left {
  width: 54.73%;
  flex-shrink: 0;
  font-size: 16px;
  line-height: 2.1em;
  color: #666666;
}
.about-block-a .left .p-box {
  margin: 54px 0 60px;
  font-size: 14px;
  line-height: 1.4em;
}
.about-block-a .left .p-box .p {
  padding: 8px 0;
}
.about-block-a .left .p-box .p-title {
  margin-right: 7px;
  flex-shrink: 0;
  padding-left: 25px;
  background: url(../images/jt_1_1.png) no-repeat left center;
}
.about-block-a .left .description {
  margin-bottom: 80px;
  border-radius: 52px 0 52px 0;
  padding: 52px;
  color: #fcfcfc;
  background: #ff7264;
}
.about-block-a .right {
  width: 35.179%;
}
.about-block-a .right img {
  display: block;
  height: auto;
}
@media (max-width: 1570px) {
  .about-block-a {
    padding-bottom: 60px;
  }
  .about-block-a .left {
    line-height: 32px;
  }
  .about-block-a .left .p-box {
    margin: 35px 0 30px;
  }
  .about-block-a .left .p-box .p {
    padding: 6px 0;
  }
  .about-block-a .left .description {
    margin-bottom: 30px;
    border-radius: 32px 0 32px 0;
    padding: 32px;
  }
  .about-block-a .right {
    width: 42%;
  }
}
@media (max-width: 1200px) {
  .about-block-a {
    padding-bottom: 40px;
  }
  .about-block-a .left {
    line-height: 26px;
  }
  .about-block-a .left .p-box {
    margin: 25px 0 20px;
  }
  .about-block-a .left .p-box .p {
    padding: 4px 0;
  }
  .about-block-a .left .description {
    margin-bottom: 25px;
    border-radius: 22px 0 22px 0;
    padding: 22px;
  }
}
@media (max-width: 992px) {
  .about-block-a {
    padding-bottom: 35px;
  }
  .about-block-a .left {
    margin-top: 20px;
    order: 1;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
  }
  .about-block-a .left .p-box {
    margin: 15px 0;
  }
  .about-block-a .left .p-box .p {
    padding: 3px 0;
  }
  .about-block-a .left .description {
    margin-bottom: 20px;
    border-radius: 15px 0 15px 0;
    padding: 10px 15px;
  }
  .about-block-a .right {
    display: flex;
    order: 0;
    width: 100%;
    justify-content: center;
  }
  .about-block-a .right img {
    width: 400px;
    max-width: 100%;
  }
}
.list-a .li {
  display: flex;
  align-items: flex-start;
}
.list-a .li + .li {
  margin-top: 6.72%;
}
.list-a .li .img-box {
  width: 385px;
  flex-shrink: 0;
  position: unset;
}
.list-a .li .img-box::before {
  content: "";
  display: block; 
}
.list-a .li .img-box img {
    width:100%;
    position: unset;
}
.list-a .li .cont {
  width: 100%;
  padding-left: 10.92%;
  text-align: left;
}
.list-a .li .cont .name {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4em;
  color: #333333;
}
.list-a .li .cont .job {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}
.list-a .li .cont .description {
  border-left: 3px solid #ff3076;
  padding: 15px 25px;
  font-size: 14px;
  line-height: 34px;
  color: #666666;
  background: #f6f6f6;
}
@media (max-width: 1570px) {
  .list-a .li + .li {
    margin-top: 5%;
  }
  .list-a .li .img-box {
    width: 365px;
  }
  .list-a .li .cont {
    padding-left: 8%;
  }
  .list-a .li .cont .name {
    font-size: 22px;
  }
  .list-a .li .cont .job {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .list-a .li .cont .description {
    line-height: 32px;
  }
}
@media (max-width: 1200px) {
  .list-a .li .img-box {
    width: 340px;
  }
  .list-a .li .cont {
    padding-left: 5%;
  }
  .list-a .li .cont .name {
    font-size: 18px;
  }
  .list-a .li .cont .job {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .list-a .li .cont .description {
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .list-a .li {
    flex-wrap: wrap;
  }
  .list-a .li + .li {
    margin-top: 25px;
  }
  .list-a .li .img-box {
    width: 100%;
  }
  .list-a .li .cont {
    padding-top: 10px;
    padding-left: 0;
  }
  .list-a .li .cont .name {
    font-size: 16px;
  }
  .list-a .li .cont .job {
    margin-bottom: 10px;
  }
  .list-a .li .cont .description {
    padding: 15px 20px;
    line-height: 24px;
  }
}
.about-bg2 {
  background: url(../images/bg2.jpg) repeat;
}
.about-block-b {
  position: relative;
  padding-bottom: 100px;
  background: url(../images/bg2.jpg) no-repeat top center / 100% 100%;
}
.about-block-b::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 6px;
  background: url(../images/icon9.png) repeat-x top / auto 100%;
}
.about-block-b .list-a {
  margin: 0 auto;
  width: 1190px;
  max-width: 100%;
}
@media (max-width: 1570px) {
  .about-block-b {
    padding-bottom: 60px;
  }
}
@media (max-width: 1200px) {
  .about-block-b {
    padding-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .about-block-b {
    padding-bottom: 35px;
  }
}
.about-block-c {
  height: 762px;
  padding-top: 55px;
  background: url(../images/bg3.png) no-repeat center;
}
.about-block-c .swiper-box {
  position: relative;
  margin-top: 35px;
  padding: 0 7px;
  text-align: center;
}
.about-block-c .swiper-box::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1.5px;
  border-radius: 2px;
  height: 3px;
  width: 100%;
  background: #fff;
}
.about-block-c .swiper-slide:nth-child(odd) .word::after {
  top: 100%;
  border-top: 6px solid #fff;
}
.about-block-c .swiper-slide:nth-child(odd) .point + .word {
  opacity: 0;
}
.about-block-c .swiper-slide:nth-child(even) .word {
  opacity: 0;
}
.about-block-c .swiper-slide:nth-child(even) .word::after {
  bottom: 100%;
  border-bottom: 6px solid #fff;
}
.about-block-c .swiper-slide:nth-child(even) .point + .word {
  opacity: 1;
}
.about-block-c .swiper-slide .word {
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 1.4em;
  color: #0e3c5e;
  padding: 10px 10px;
  background: #fff;
}
.about-block-c .swiper-slide .word::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.about-block-c .swiper-slide .point {
  display: block;
  margin: 18px auto;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  border: 4px solid #ff3076;
  background: #fff;
}
.about-block-c .btns .btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.about-block-c .btns .btn::before,
.about-block-c .btns .btn::after {
  background: #fff;
}
.about-block-c .btns .btn:hover::before,
.about-block-c .btns .btn:hover::after {
  background: #ff3076;
}
.about-block-c .btns .prev {
  left: 19px;
}
.about-block-c .btns .next {
  right: 19px;
}
@media (max-width: 1570px) {
  .about-block-c {
    height: 530px;
    padding-top: 30px;
    background-size: 100% 100%;
  }
  .about-block-c .swiper-box {
    margin-top: 15px;
  }
}
@media (max-width: 1200px) {
  .about-block-c {
    height: 430px;
    padding-top: 20px;
  }
  .about-block-c .swiper-box {
    margin-top: 25px;
  }
}
@media (max-width: 992px) {
  .about-block-c {
    height: 400px;
    padding-top: 20px;
  }
  .about-block-c .swiper-box {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .about-block-c {
    height: 340px;
  }
  .about-block-c .swiper-box {
    margin-top: 5px;
  }
}
.about-block-d {
  padding-bottom: 100px;
}
.about-block-d .swiper-box .box {
  display: block;
}
.about-block-d .swiper-box .box img {
  display: block;
  height: auto;
}
.about-block-d .swiper-box .points {
  margin-top: 68px;
}
@media (max-width: 1570px) {
  .about-block-d {
    padding-bottom: 60px;
  }
  .about-block-d .swiper-box .points {
    margin-top: 40px;
  }
}
@media (max-width: 1200px) {
  .about-block-d {
    padding-bottom: 40px;
  }
  .about-block-d .swiper-box .points {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .about-block-d {
    padding-bottom: 35px;
  }
  .about-block-d .swiper-box .points {
    margin-top: 20px;
  }
}
.list-b .swiper-slide {
  width: 20vw;
}
.list-b .img-box img {
  position: static;
  padding: 0px 10px;
}
@media (max-width: 1200px) {
  .list-b .swiper-slide {
    width: 25vw;
  }
}
@media (max-width: 992px) {
  .list-b .swiper-slide {
    width: 33.33vw;
  }
}
@media (max-width: 768px) {
  .list-b .swiper-slide {
    width: 50vw;
  }
}
.list-c {
  margin: 0 auto;
  width: 1050px;
  max-width: 100%;
}
.list-c .li {
  border-radius: 3px;
  border: solid 1px #eeeeee;
  background: #fff;
  transition: all 0.3s;
}
.list-c .li + .li {
  margin-top: 18px;
}
.list-c .li.on .li-title {
  padding-top: 33px;
}
.list-c .li:hover {
  background: #f7f7f7;
}
.list-c .li .pad {
  padding: 13px 20px;
  transition: all 0.3s;
}
.list-c .li .li-title {
  padding-top: 13px;
  font-size: 16px;
  line-height: 1.4em;
  color: #0e3c5e;
  cursor: pointer;
}
.list-c .li .li-title .word {
  position: relative;
  padding-left: 25px;
}
.list-c .li .li-title .word::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 50%;
  height: 7px;
  width: 7px;
  background: #0e3c5e;
}
.list-c .li .li-title .btn {
  height: 22px;
}
.list-c .li .li-cont {
  display: none;
  margin: 3px 20px 0;
  border-top: 1px solid #cfd8df;
  padding: 36px 25px 47px;
  font-size: 14px;
  line-height: 34px;
  color: #666666;
}
.list-c .li .li-cont .h3 {
  margin-bottom: 5px;
  font-size: 22px;
  color: #0e3c5e;
}
.list-c .li .li-cont .text + .h3 {
  margin-top: 32px;
}
.list-c .li .li-cont .contact {
  display: inline-block;
  vertical-align: top;
  margin-top: 40px;
  padding: 0 37px;
  border-radius: 22px;
  font-size: 16px;
  line-height: 44px;
  color: #ffffff;
  background-color: #0e3c5e;
  transition: all 0.3s;
}
.list-c .li .li-cont .contact:hover {
  background: #ff3076;
}
@media (max-width: 1570px) {
  .list-c .li.on .li-title {
    padding-top: 28px;
  }
  .list-c .li .li-cont {
    padding: 26px 20px 37px;
    line-height: 30px;
  }
  .list-c .li .li-cont .h3 {
    font-size: 20px;
  }
  .list-c .li .li-cont .text + .h3 {
    margin-top: 22px;
  }
  .list-c .li .li-cont .contact {
    margin-top: 30px;
    padding: 0 32px;
    border-radius: 20px;
    font-size: 15px;
    line-height: 40px;
  }
}
@media (max-width: 1200px) {
  .list-c .li + .li {
    margin-top: 15px;
  }
  .list-c .li.on .li-title {
    padding-top: 20px;
  }
  .list-c .li .li-cont {
    padding: 20px 15px 27px;
    line-height: 28px;
  }
  .list-c .li .li-cont .h3 {
    font-size: 18px;
  }
  .list-c .li .li-cont .text + .h3 {
    margin-top: 18px;
  }
  .list-c .li .li-cont .contact {
    margin-top: 20px;
    padding: 0 30px;
    border-radius: 18px;
    font-size: 14px;
    line-height: 36px;
  }
}
@media (max-width: 992px) {
  .list-c .li .pad {
    padding: 14px 15px;
  }
  .list-c .li.on .li-title {
    padding-top: 14px;
  }
  .list-c .li .li-cont {
    margin: 0 15px;
    padding: 15px 0 20px;
    line-height: 26px;
  }
  .list-c .li .li-cont .h3 {
    font-size: 17px;
  }
  .list-c .li .li-cont .text + .h3 {
    margin-top: 15px;
  }
  .list-c .li .li-cont .contact {
    margin-top: 15px;
  }
}
/***教师培训***/
.teacher-bg1 {
  background: url(../images/bg1.jpg) no-repeat center / 100% 100%;
}
.teacher-block-a .wid {
  margin: 0 auto;
  width: 1340px;
  max-width: 100%;
}
.teacher-block-a .cont {
  font-size: 14px;
  line-height: 24px;
  color: #0e3c5e;
}
.teacher-block-a .cont img {
  height: auto!important;
}
.teacher-block-b {
  height: 720px;
  background: url(../images/bg2.jpg) no-repeat center / 1920px 100%;
}
.teacher-block-b .swiper-box {
  position: relative;
}
.teacher-block-b .swiper-box .box {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 434px;
  max-width: 86%;
  background: url(../images/bg2_1.png) no-repeat center  ;
  height: 350px;
  background-size: 100% 100%;
}
.teacher-block-b .swiper-box .box p {
    padding: 0px 15px;
    line-height: 1.6;
}
.teacher-block-b .swiper-box .box::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.451%;
}
.teacher-block-b .swiper-box .box .img-box {
  position: absolute;
  top: 9%;
  left: 50%;
  width: 237px;
  max-width: 56%;
  transform: translateX(-50%);
}
.teacher-block-b .swiper-box .box .img-box::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75.949%;
}
.teacher-block-b .swiper-box .box::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background: url(../images/bg2_2.png) no-repeat center / contain;*/
}
.teacher-block-b .swiper-box .btns .btn {
  display: block;
  position: absolute;
  top: 0;
  z-index: 2;
  height: 100%;
  width: 20px;
  background: no-repeat center;
}
.teacher-block-b .swiper-box .btns .prev {
  left: 0;
  background-image: url(../images/jt_2_1_1.png);
}
.teacher-block-b .swiper-box .btns .prev:hover {
  background-image: url(../images/jt_2_1_2.png);
}
.teacher-block-b .swiper-box .btns .next {
  right: 0;
  background-image: url(../images/jt_2_2_1.png);
}
.teacher-block-b .swiper-box .btns .next:hover {
  background-image: url(../images/jt_2_2_2.png);
}
@media (max-width: 1570px) {
  .teacher-block-b {
    height: 540px;
    background-size: 1520px 100%;
  }
}
@media (max-width: 1200px) {
  .teacher-block-b {
    height: 510px;
    background-size: 100% 100%;
  }
}
@media (max-width: 992px) {
  .teacher-block-b {
    height: 410px;
  }
}
@media (max-width: 768px) {
  .teacher-block-b {
    height: auto;
    padding-bottom: 16%;
  }
}
@media (max-width: 660px) {
  .teacher-block-b {
    padding-bottom: 26%;
  }
}
/***蒙式教具***/
.list-d {
  width: 1150px;
  max-width: 100%;
}
.list-d .ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
}
.list-d .ul .li {
  display: flex;
  padding: 2px 1px;
  width: 33.3333%;
  align-items: center;
}
.list-d .ul .img-box {
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: 100%;
  width: 100%;
}
.list-d .ul .img-box:hover .li-mark {
  opacity: 1;
}

.list-d .ul .img-box img {
  display: block;
  position: static;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.list-d .ul .img-box .li-mark {
  display: flex;
  position: absolute; 
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  padding: 10px;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  opacity: 0;
  background: rgba(14, 60, 94, 0.5);
  transition: all 0.3s;
}
.list-d .ul .img-box .li-mark .li-cont {
  width: 100%;
}
.list-d .ul .img-box .li-icon {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 7px;
  height: 19px;
  width: 19px;
  background: url(../images/icon10.png) no-repeat center / contain;
}
@media (max-width: 992px) {
  .list-d .ul .img-box .li-mark {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 500px) {
  .list-d .ul .li {
    width: 50%;
  }
  .list-d .ul .img-box .li-mark {
    opacity: 1;
  }
  .list-d .ul .img-box .li-icon {
    height: 15px;
    width: 15px;
  }
}
.aids-block-a {
  /*padding-top: 64px;*/
  padding-bottom: 60px;
  color: #0e3c5e;
}
.aids-block-a .h2 {
  margin-bottom: 35px;
  font-size: 26px;
  line-height: 34px;
}
.aids-block-a .cont {
  margin: 0 auto 100px;
  width: 1335px;
  max-width: 100%;
  font-size: 14px;
  line-height: 24px;
}
.aids-block-a .list-d {
  margin: 0 auto;
}
@media (max-width: 1570px) {
  .aids-block-a {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .aids-block-a .h2 {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 30px;
  }
  .aids-block-a .cont {
    margin-bottom: 60px;
  }
}
@media (max-width: 1200px) {
  .aids-block-a {
    padding-top: 45px;
    padding-bottom: 40px;
  }
  .aids-block-a .h2 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 26px;
  }
  .aids-block-a .cont {
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .aids-block-a {
    padding-top: 35px;
    padding-bottom: 30px;
  }
  .aids-block-a .h2 {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 24px;
  }
  .aids-block-a .cont {
    margin-bottom: 30px;
  }
}
.auto-tank-a {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.auto-tank-a .flex-box {
  height: 100%;
  width: 100%;
}
.auto-tank-a .border {
  position: relative;
  border-radius: 10px;
  width: 948px;
  max-width: 80%;
  padding: 20px;
  background: #ffffff;
}
.auto-tank-a .exit {
  position: absolute;
  right: -34px;
  top: -28px;
  border-radius: 50%;
  border: 3px solid #fff;
  height: 28px;
  width: 28px;
}
.auto-tank-a .exit::before,
.auto-tank-a .exit::after {
  content: '';
  display: block;
  position: absolute;
  left: 15%;
  top: 50%;
  margin-top: -1px;
  width: 70%;
  height: 2px;
  background: #fff;
}
.auto-tank-a .exit::before {
  transform: rotate(45deg);
}
.auto-tank-a .exit::after {
  transform: rotate(-45deg);
}
.auto-tank-a .exit:hover {
  border-color: #f9b72f;
}
.auto-tank-a .exit:hover::before,
.auto-tank-a .exit:hover::after {
  background: #f9b72f;
}
.auto-tank-a .cont-over {
  max-height: 80vh;
  overflow-y: scroll;
}
.auto-tank-a .swiper-container {
  position: relative;
}
.auto-tank-a .cont-over .swiper-slide {
  text-align: center;
}
.auto-tank-a .cont-over .swiper-slide img {
  height: 40vh;
  width: auto;
}
.auto-tank-a .swiper-container .btns .btn {
  position: absolute;
  top: 0;
  z-index: 2;
  height: 100%;
  width: 70px;
  background: transparent no-repeat center;
  cursor: pointer;
  transition: all 0.3s;
}
.auto-tank-a .swiper-container .btns .btn:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.auto-tank-a .swiper-container .btns .prev {
  left: 0;
  background-image: url(../images/jt_3_1_1.png);
}
.auto-tank-a .swiper-container .btns .prev:hover {
  background-image: url(../images/jt_3_1_2.png);
}
.auto-tank-a .swiper-container .btns .next {
  right: 0;
  background-image: url(../images/jt_3_2_1.png);
}
.auto-tank-a .swiper-container .btns .next:hover {
  background-image: url(../images/jt_3_2_2.png);
}
.auto-tank-a .h3 {
  margin: 28px 0 22px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4em;
  color: #0e3c5e;
}
.auto-tank-a .cont {
  font-size: 14px;
  line-height: 1.4em;
  color: #666666;
}
@media (max-width: 768px) {
  .auto-tank-a .border {
    max-width: 96%;
    padding: 10px;
  }
  .auto-tank-a .exit {
    right: 50%;
    top: -36px;
    margin-right: -14px;
  }
  .auto-tank-a .cont-over {
    max-height: 90%;
  }
  .auto-tank-a .swiper-container {
    position: relative;
  }
  .auto-tank-a .swiper-container .btns .btn {
    width: 20%;
    background-size: 18px auto;
  }
  .auto-tank-a .h3 {
    margin: 20px 0 10px;
  }
}
/***新闻中心***/
.news-bg1 {
  background: url(../images/bg1.jpg) repeat-y;
  background-size: 100% auto;
}
.list-e {
  padding: 75px 70px 0 70px;
}
.list-e .li {
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 4.5%;
}
.list-e .li + .li {
  margin-top: 4.5%;
}
.list-e .box {
  display: flex;
  align-items: flex-start;
}
.list-e .box:hover .title {
  color: #015ba7;
}
.list-e .box:hover .more .jt {
  transform: translateX(3px);
}
.list-e .cont {
  width: calc(100% - 305px);
  padding-right: 4.5%;
}
.list-e .cont.joblist{
  width: 100%;
}
.list-e .cont .date {
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  color: #333333;
}
.list-e .cont .title {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 26px;
  color: #333333;
}
.list-e .cont .word {
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 26px;
  color: #999999;
}
.list-e .cont .more {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 26px;
  color: #0e3c5e;
}
.list-e .cont .more .jt {
  display: inline-block;
  margin-left: 10px;
  height: 8px;
  width: 8px;
  background: url(../images/jt_4.png) no-repeat center / contain;
  transform: translateX(0);
  transition: all 0.3s;
}
.list-e .img-box {
  flex-shrink: 0;
  width: 305px;
  height: 220px;
}
.list-e .img-box::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 45.902%;
}
@media (max-width: 1200px) {
  .list-e {
    padding-top: 45px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .list-e .li {
    padding-bottom: 3.5%;
  }
  .list-e .li + .li {
    margin-top: 3.5%;
  }
  .list-e .cont .date {
    font-size: 20px;
    line-height: 20px;
  }
  .list-e .cont .title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
  }
  .list-e .cont .word {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 22px;
  }
  .list-e .cont .more {
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .list-e {
    padding-top: 25px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .list-e .li {
    padding-bottom: 15px;
  }
  .list-e .li + .li {
    margin-top: 15px;
  }
  .list-e .cont {
    width: calc(100% - 250px);
    padding-right: 20px;
  }
  .list-e .cont .date {
    font-size: 18px;
  }
  .list-e .cont .title {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 20px;
  }
  .list-e .cont .word {
    margin-bottom: 10px;
    line-height: 20px;
  }
  .list-e .img-box {
    width: 250px;
  }
}
@media (max-width: 550px) {
  .list-e .cont {
    width: calc(100% - 150px);
    padding-right: 10px;
  }
  .list-e .cont .date {
    display: none;
  }
  .list-e .cont .title {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 14px;
  }
  .list-e .cont .word {
    margin-bottom: 0;
  }
  .list-e .cont .more {
    display: none;
  }
  .list-e .img-box {
    width: 150px;
  }
}
.news-block-a {
  padding-bottom: 150px;
}
.news-block-a .bg0 {
  margin: 30px auto 0;
  width: 1280px;
  max-width: 100%;
}
.news-block-a .page-btn-box {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1570px) {
  .news-block-a {
    padding-bottom: 60px;
  }
}
@media (max-width: 1200px) {
  .news-block-a {
    padding-bottom: 40px;
  }
  .news-block-a .bg0 {
    margin-top: 25px;
  }
}
@media (max-width: 992px) {
  .news-block-a {
    padding-bottom: 35px;
  }
  .news-block-a .bg0 {
    margin-top: 20px;
  }
}
/***详情***/
.info-block-a {
  padding-bottom: 155px;
}
.info-block-a .wrap-cont {
  margin-top: 30px;
  width: 100%;
  max-width: 100%;
  padding: 85px 70px 45px;
}
.info-block-a .h1 {
  text-align: center;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.4em;
  color: #333333;
}
.info-block-a .other {
  margin: 17px 0 20px;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
  color: #666666;
  opacity: 0.6;
}
.info-block-a .hr {
  margin: 0 -60px;
  border: 0 none;
  height: 1px;
  background: #eeeeee;
}
.info-block-a .cont {
  border-bottom: 1px solid #cccccc;
  padding: 70px 0;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
}
.info-block-a .cont img {
  height: auto!important;
}
.info-pages {
  padding: 60px 0;
  font-size: 14px;
  line-height: 33px;
  color: #333333;
}
.info-pages a {
  color: #333333;
}
.info-pages a:hover {
  color: #06558f;
}
.info-pages p {
  display: flex;
  max-width: 48%;
  align-items: center;
}
.info-pages .jt {
  display: inline-block;
  width: 11px;
  height: 18px;
  background: no-repeat center / contain;
}
.info-pages .jt.left {
  margin-right: 20px;
  background-image: url(../images/jt_6_1_1.png);
}
.info-pages .jt.right {
  margin-left: 20px;
  background-image: url(../images/jt_6_2_1.png);
}
@media (max-width: 1570px) {
  .info-block-a {
    padding-bottom: 60px;
  }
  .info-block-a .wrap-cont {
    padding: 50px 40px 10px;
  }
  .info-block-a .h1 {
    font-size: 24px;
  }
  .info-block-a .other {
    margin: 10px 0 15px;
  }
  .info-block-a .hr {
    margin: 0 -30px;
  }
  .info-block-a .cont {
    padding: 30px 0;
    line-height: 28px;
  }
  .info-pages {
    padding: 35px 0;
    line-height: 22px;
  }
  .info-pages .jt.left {
    margin-right: 15px;
  }
  .info-pages .jt.right {
    margin-left: 15px;
  }
}
@media (max-width: 1200px) {
  .info-block-a {
    padding-bottom: 40px;
  }
  .info-block-a .wrap-cont {
    margin-top: 20px;
    padding: 30px 20px 10px;
  }
  .info-block-a .h1 {
    font-size: 22px;
  }
  .info-block-a .hr {
    margin: 0;
  }
  .info-block-a .cont {
    padding: 20px 0;
    line-height: 24px;
  }
  .info-pages {
    padding: 25px 0;
  }
  .info-pages .jt.left {
    margin-right: 10px;
  }
  .info-pages .jt.right {
    margin-left: 10px;
  }
}
@media (max-width: 992px) {
  .info-block-a {
    padding-bottom: 35px;
  }
  .info-block-a .wrap-cont {
    padding: 30px 15px 0;
  }
  .info-block-a .h1 {
    font-size: 18px;
  }
  .info-block-a .other {
    margin: 5px 0 10px;
  }
  .info-pages {
    padding: 20px 0;
    line-height: 26px;
  }
  .info-pages p {
    max-width: 100%;
    width: 100%;
  }
  .info-pages p + p {
    justify-content: flex-end;
  }
  .info-pages .jt {
    width: 8px;
    height: 9px;
  }
}
/***单页***/
.info-block-b .wrap {
  max-width: 1200px;
}
.info-block-b .h2 {
  margin: 50px 0 45px;
  font-weight: 400;
  font-size: 34px;
  line-height: 1.4em;
  color: #0e3c5e;
}
.info-block-b .cont-block {
  position: relative;
  padding-bottom: 255px;
}
.info-block-b .cont-block .bg-mark {
  display: block;
  position: absolute;
  top: 0;
  left: -5.47%;
  width: 110.94%;
  height: 100%;
}
.info-block-b .cont-block .bg-mark img {
  display: block;
  width: 100%;
  height: 100%;
}
.info-block-b .cont-block .cont-title {
  position: relative;
  border-radius: 6px;
  padding: 10px 20px;
  font-size: 24px;
  line-height: 1.2em;
  color: #fbfbfb;
  background-color: #06558f;
}
.info-block-b .cont-block .cont-title::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #fbfbfb;
}
.info-block-b .cont-block .cont-text {
  position: relative;
  height: 745px;
  padding: 65px 60px 0;
  overflow-y: auto;
  font-size: 14px;
  line-height: 24px;
  color: #0e3c5e;
}
.info-block-b .cont-block .cont-text img {
  height: auto!important;
}
@media (max-width: 1570px) {
  .info-block-b .h2 {
    margin: 10px 0 25px;
    font-size: 30px;
  }
  .info-block-b .cont-block {
    padding-bottom: 200px;
  }
  .info-block-b .cont-block .cont-title {
    padding: 12px 20px;
    font-size: 20px;
  }
  .info-block-b .cont-block .cont-title::before {
    margin-right: 7px;
    width: 8px;
    height: 8px;
  }
  .info-block-b .cont-block .cont-text {
    height: 720px;
    padding: 25px 30px 0;
  }
}
@media (max-width: 1200px) {
  .info-block-b .h2 {
    margin: 0 0 20px;
    font-size: 26px;
  }
  .info-block-b .cont-block {
    padding-bottom: 200px;
  }
  .info-block-b .cont-block .cont-title {
    font-size: 18px;
  }
  .info-block-b .cont-block .cont-text {
    padding: 25px 20px 0;
  }
}
@media (max-width: 992px) {
  .info-block-b .h2 {
    margin: 0 0 10px;
    font-size: 18px;
  }
  .info-block-b .cont-block {
    padding-bottom: 200px;
  }
  .info-block-b .cont-block .cont-title {
    padding: 10px 15px;
    font-size: 16px;
  }
  .info-block-b .cont-block .cont-text {
    height: auto;
    padding: 20px 15px 0;
  }
}
/***联系我们***/
.map-block .auto-banner {
  height: auto;
}
.map-block .map {
  height: 46.35vw;
}
.map-block img {
  max-width: 9999px;
}
.map-block .BMap_pop * {
  border: 0 none!important;
}
.map-block .BMap_bubble_content {
  padding: 20px 70px;
}
.map-block .BMap_bubble_content .h4 {
  margin-bottom: 35px;
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
  color: #fe5890;
}
.map-block .BMap_bubble_content .cont-text {
  padding-right: 50px;
  text-align: left;
}
.map-block .BMap_bubble_content .cont-text .p {
  padding-left: 30px;
}
.map-block .BMap_bubble_content .cont-text .p + .p {
  margin-top: 20px;
}
.map-block .BMap_bubble_content .cont-text .p-title {
  margin-left: -30px;
  padding-left: 30px;
  font-size: 16px;
  line-height: 34px;
  color: #333333;
  background: no-repeat left center;
}
.map-block .BMap_bubble_content .cont-text .p-title.address {
  background-image: url(../images/icon3.png);
}
.map-block .BMap_bubble_content .cont-text .p-title.phone {
  background-image: url(../images/icon2.png);
}
.map-block .BMap_bubble_content .cont-text .p-title.email {
  background-image: url(../images/icon4.png);
}
.map-block .BMap_bubble_content .cont-text .p-cont {
  font-size: 14px;
  line-height: 1.4em;
  color: #666666;
}
.map-block .BMap_bubble_content .code-block {
  width: 195px;
  flex-shrink: 0;
}
.map-block .BMap_bubble_content .code-block img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1570px) {
  .map-block .BMap_bubble_content {
    padding: 10px 30px 0;
  }
  .map-block .BMap_bubble_content .h4 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 30px;
  }
  .map-block .BMap_bubble_content .cont-text {
    padding-right: 20px;
  }
  .map-block .BMap_bubble_content .cont-text .p {
    padding-left: 20px;
  }
  .map-block .BMap_bubble_content .cont-text .p + .p {
    margin-top: 10px;
  }
  .map-block .BMap_bubble_content .cont-text .p-title {
    margin-left: -20px;
    padding-left: 20px;
    line-height: 32px;
  }
  .map-block .BMap_bubble_content .code-block {
    width: 160px;
  }
}
@media (max-width: 1200px) {
  .map-block .BMap_bubble_content {
    padding: 10px 20px 0;
  }
  .map-block .BMap_bubble_content .h4 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
  }
  .map-block .BMap_bubble_content .cont-text .p + .p {
    margin-top: 5px;
  }
  .map-block .BMap_bubble_content .cont-text .p-title {
    line-height: 30px;
  }
  .map-block .BMap_bubble_content .code-block {
    width: 140px;
  }
}
@media (max-width: 992px) {
  .map-block .map {
    height: 400px;
  }
  .map-block .BMap_bubble_content {
    max-width: 80vw;
    padding: 0 10px;
  }
  .map-block .BMap_bubble_content .h4 {
    font-size: 16px;
    line-height: 22px;
  }
  .map-block .BMap_bubble_content .cont-text .p-title {
    background-size: 12px auto;
  }
  .map-block .BMap_bubble_content .code-block {
    width: 90px;
  }
  .map-block .BMap_bubble_content .code-block img {
    position: static;
    transform: translate(0);
    width: 90px;
  }
}
.contact-form {
  padding-bottom: 150px;
}
.contact-form .bg-img {
  border-radius: 24px;
  padding: 60px 11.4%;
  background: url(../images/bg.jpg) no-repeat center / 100% 100%;
}
.contact-form .form {
  display: block;
  width: 415px;
  max-width: 100%;
}
.contact-form .form .form-li {
  padding: 15px 0;
}
.contact-form .form .input {
  border: 0 none;
  width: 100%;
  height: 62px;
  padding: 0 20px;
  font-size: 18px;
  line-height: 62px;
  color: #666;
  background: #fff;
}
.contact-form .form .submit {
  display: block;
  border-radius: 31px;
  height: 62px;
  padding: 0 35px;
  font-size: 18px;
  line-height: 62px;
  color: #fff;
  cursor: pointer;
  background: #0e3c5e;
  transition: all 0.3s;
}
.contact-form .form .submit:hover {
  background: #ff7264;
}
@media (max-width: 1570px) {
  .contact-form {
    padding-bottom: 60px;
  }
  .contact-form .form .input {
    height: 52px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 52px;
  }
  .contact-form .form .submit {
    border-radius: 26px;
    height: 52px;
    padding: 0 30px;
    font-size: 16px;
    line-height: 52px;
  }
}
@media (max-width: 1200px) {
  .contact-form {
    padding-bottom: 40px;
  }
  .contact-form .form .form-li {
    padding: 10px 0;
  }
  .contact-form .form .input {
    height: 46px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 46px;
  }
  .contact-form .form .submit {
    border-radius: 23px;
    height: 46px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 46px;
  }
}
@media (max-width: 992px) {
  .contact-form .bg-img {
    padding: 30px 20px;
  }
  .contact-form .form {
    width: 100%;
  }
  .contact-form .form .form-li {
    padding: 10px 0;
  }
  .contact-form .form .input {
    height: 46px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 46px;
  }
  .contact-form .form .submit {
    margin: 0 auto;
    border-radius: 23px;
    min-width: 50%;
    height: 46px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 46px;
  }
}
