.vision-top {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.vision-top .con .title h2 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #000;
  display: inline-block;
  position: relative;
}
.vision-top .con .title h2:after {
  content: '';
  width: 2rem;
  height: 2rem;
  background: url(../img/about/sign_text.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: -3rem;
  top: 54%;
  margin-top: -1rem;
}
.vision-top .con ul {
  margin-top: 1.8rem;
}
.vision-top .con ul li {
  float: left;
  width: 24.3%;
  height: 4.2rem;
  background: #eee;
  padding: 0 1.4rem;
  cursor: pointer;
}
.vision-top .con ul li:not(:nth-child(4n)) {
  margin-right: 0.9333%;
}
.vision-top .con ul li h2 {
  float: left;
  width: 86%;
  font-size: 1rem;
  color: #333;
  line-height: 4.2rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.vision-top .con ul li h3 {
  float: right;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #8a8a8a;
  margin-top: 1.25rem;
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.vision-top .con ul li h3 span {
  font-size: 1rem;
  color: #8a8a8a;
  line-height: 1.5rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.vision-top .con ul li.active {
  background: #003882;
}
.vision-top .con ul li.active h2 {
  color: #fff;
}
.vision-top .con ul li.active h3 {
  background: #d8222a;
  border: 1px solid #003882;
}
.vision-top .con ul li.active h3 span {
  color: #fff;
}
.vision-top .con ul li:hover {
  background: #003882;
}
.vision-top .con ul li:hover h2 {
  color: #fff;
}
.vision-top .con ul li:hover h3 {
  background: #d8222a;
  border: 1px solid #003882;
}
.vision-top .con ul li:hover h3 span {
  color: #fff;
}
.vision-wrapper {
  width: 100%;
  position: fixed;
  top: 5.2rem;
  left: 0;
  z-index: 10;
  display: none;
}
.vision-wrapper ul {
  display: flex;
  justify-content: space-between;
}
.vision-wrapper ul li {
  flex: 1;
  background: #eee;
  cursor: pointer;
}
.vision-wrapper ul li h2 {
  text-align: center;
  font-size: 1rem;
  color: #333;
  line-height: 4.2rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.vision-wrapper ul li.active {
  background: #003882;
}
.vision-wrapper ul li.active h2 {
  color: #fff;
}
.vision-wrapper ul li:hover {
  background: #003882;
}
.vision-wrapper ul li:hover h2 {
  color: #fff;
}
.mission {
  padding: 7.5rem 0 10.8rem;
}
.mission .con h3 {
  width: 7rem;
  height: 3rem;
  background: #ef0909;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 3rem;
}
.mission .con h2 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  margin: 1.5rem 0 2.5rem;
}
.mission .con .text {
  width: 38%;
}
.mission .con .text p {
  text-align: justify;
  font-size: 0.8rem;
  color: #fff;
  opacity: 0.6;
  line-height: 1.8;
}
.vision .con-top {
  padding: 7rem 0 19.4rem;
}
.vision .con-top .con h3 {
  width: 6rem;
  height: 3.2rem;
  background: #ef0909;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 3.2rem;
  margin: 0 auto;
  position: relative;
  left: 0.8rem;
}
.vision .con-top .con img {
  width: 100%;
  position: relative;
  top: -1.5rem;
}
.vision .con-top .con h2 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-top: -3.5rem;
}
.vision .con-top .con .text {
  margin-top: 2rem;
}
.vision .con-top .con .text p {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.8;
  text-align: justify;
}
.vision .con-bottom {
  padding-top: 3.9rem;
  padding-bottom: 7.5rem;
}
.vision .con-bottom .con .title h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  display: inline-block;
  position: relative;
}
.vision .con-bottom .con .title h2:after {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/about/sign_text.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: -2.5rem;
  top: 56%;
  margin-top: -0.75rem;
}
.vision .con-bottom .con ul {
  margin-top: 1rem;
}
.vision .con-bottom .con ul li {
  float: left;
  width: 30.5%;
  background: #f6f6f6;
  padding: 2.5rem 2rem;
  margin-top: 2.5rem;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.vision .con-bottom .con ul li:before {
  content: '';
  width: 1.6rem;
  height: 1.6rem;
  background: #ef0909;
  position: absolute;
  bottom: 0;
  right: 0;
}
.vision .con-bottom .con ul li:not(:nth-child(3n)) {
  margin-right: 4.25%;
}
.vision .con-bottom .con ul li h2 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.vision .con-bottom .con ul li p {
  font-size: 0.8rem;
  margin-top: 1.8rem;
  color: #666;
  -webkit-line-clamp: 7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.8;
  height: 12.6em;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.vision .con-bottom .con ul li:hover {
  background: url(../img/about/vision/tu_03.jpg) no-repeat;
  background-size: cover;
}
.vision .con-bottom .con ul li:hover h2 {
  color: #fff;
}
.vision .con-bottom .con ul li:hover p {
  color: #fff;
}
.core .core-title {
  padding-top: 5.5rem;
  padding-bottom: 9.5rem;
}
.core .core-title h3 {
  width: 7rem;
  height: 3rem;
  background: #ef0909;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 3rem;
  margin: 0 auto;
}
.core .core-title h2 {
  margin-top: 2rem;
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
  color: #fff;
}
.core .core-wrapper {
  padding: 0 28%;
  margin-top: -4rem;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 2;
}
.core .core-wrapper ul {
  display: flex;
  justify-content: space-between;
}
.core .core-wrapper ul li {
  flex: 1;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.core .core-wrapper ul li h2 {
  text-align: center;
  line-height: 4rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
}
.core .core-wrapper ul li h2:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid red;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -6px;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.core .core-wrapper ul li:hover {
  background: #ef0909;
}
.core .core-wrapper ul li:hover h2:before {
  opacity: 1;
}
.core .core-wrapper ul li.active {
  background: #ef0909;
}
.core .core-wrapper ul li.active h2:before {
  opacity: 1;
}
.core .core-list .box {
  display: none;
  background: #434343;
  position: relative;
}
.core .core-list .box ul {
  display: flex;
  justify-content: space-between;
}
.core .core-list .box ul li {
  flex: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding: 4rem 3.5rem;
}
.core .core-list .box ul li .tu {
  width: 2.6rem;
  height: 2.6rem;
  overflow: hidden;
}
.core .core-list .box ul li .tu img {
  width: 100%;
}
.core .core-list .box ul li h2 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  margin: 1.6rem 0;
}
.core .core-list .box ul li p {
  font-size: 0.8rem;
  color: #bbb;
  text-align: justify;
  line-height: 1.8;
}
.core .core-list .box ul li:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.core .core-list .box span {
  position: absolute;
  top: -4rem;
  right: 2rem;
  font-size: 9.6rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.1);
}
.core .core-list .box.active {
  display: block;
}
.value {
  padding-top: 4.3rem;
  padding-bottom: 9.3rem;
}
.value .con .title {
  width: 22.1rem;
  margin: 0 auto;
}
.value .con .title img {
  width: 100%;
}
.value .con .value-list {
  height: 17rem;
  margin-top: 4.5rem;
  background: url(../img/about/vision/tu_07.png) no-repeat;
  background-size: cover;
}
.value .con .value-list .left {
  float: left;
  width: 42%;
  padding: 2rem 2.5rem;
}
.value .con .value-list .left h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #999;
}
.value .con .value-list .left h2 span {
  color: #333;
}
.value .con .value-list .left .text {
  margin-top: 1.2rem;
}
.value .con .value-list .left .text p {
  font-size: 0.8rem;
  color: #333;
  text-align: justify;
  line-height: 1.8;
}
.value .con .value-list .right {
  float: right;
  width: 42%;
  padding: 2rem 2.5rem;
}
.value .con .value-list .right h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #999;
  text-align: right;
}
.value .con .value-list .right h2 span {
  color: #333;
}
.value .con .value-list .right .text {
  margin-top: 1.2rem;
}
.value .con .value-list .right .text p {
  font-size: 0.8rem;
  color: #333;
  text-align: right;
  line-height: 1.8;
}
@media screen and (max-width: 1440px) {
  .vision .con-top .con h2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .vision .con-top .con h2 {
    font-size: 2rem;
    margin-top: -3.2rem;
  }
  .value .con .value-list {
    height: 15rem;
  }
  .value .con .value-list .left {
    padding: 1.5rem 2rem;
  }
  .value .con .value-list .left h2 {
    font-size: 1.2rem;
  }
  .value .con .value-list .left .text {
    margin-top: 1rem;
  }
  .value .con .value-list .right {
    padding: 1.5rem 2rem;
  }
  .value .con .value-list .right h2 {
    font-size: 1.2rem;
  }
  .value .con .value-list .right .text {
    margin-top: 1rem;
  }
  .vision-wrapper {
    top: 70px;
  }
  .mission .con .text {
    width: 50%;
  }
  .core .core-wrapper {
    padding: 0 11%;
  }
  .core .core-list .box span {
    font-size: 6.6rem;
    top: -3rem;
  }
}
@media screen and (max-width: 768px) {
  .vision-wrapper ul li h2 {
    font-size: 14px;
    line-height: 40px;
  }
  .vision-top {
    padding: 30px 0;
  }
  .vision-top .con .title h2 {
    font-size: 18px;
  }
  .vision-top .con .title h2:after {
    width: 14px;
    height: 14px;
    right: -20px;
    margin-top: -7px;
    top: 56%;
  }
  .vision-top .con ul li {
    height: 40px;
    padding: 0;
  }
  .vision-top .con ul li h2 {
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
  }
  .vision-top .con ul li h3 {
    display: none;
  }
  .mission {
    padding: 40px 0 60px;
  }
  .mission .con h3 {
    width: 80px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }
  .mission .con h2 {
    font-size: 18px;
    margin: 14px 0 20px;
  }
  .mission .con .text {
    width: 100%;
  }
  .mission .con .text p {
    font-size: 14px;
  }
  .vision .con-top {
    padding: 40px 0 120px;
  }
  .vision .con-top .con h3 {
    width: 80px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    left: 0;
  }
  .vision .con-top .con img {
    display: none;
  }
  .vision .con-top .con h2 {
    font-size: 20px;
    margin-top: 20px;
  }
  .vision .con-top .con .text {
    margin-top: 10px;
  }
  .vision .con-top .con .text p {
    font-size: 14px;
  }
  .vision .con-bottom {
    padding: 20px 0;
  }
  .vision .con-bottom .con .title h2 {
    font-size: 18px;
  }
  .vision .con-bottom .con .title h2:after {
    width: 14px;
    height: 14px;
    right: -20px;
    margin-top: -7px;
    top: 56%;
  }
  .vision .con-bottom .con ul li {
    width: 100%;
    margin-top: 10px;
    padding: 20px 20px 40px;
  }
  .vision .con-bottom .con ul li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .vision .con-bottom .con ul li h2 {
    font-size: 16px;
  }
  .vision .con-bottom .con ul li p {
    font-size: 14px;
    height: inherit;
    text-align: justify;
    margin-top: 14px;
  }
  .core .core-title {
    padding: 30px 0 80px;
  }
  .core .core-title h3 {
    width: 80px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }
  .core .core-title h2 {
    font-size: 18px;
    margin-top: 14px;
  }
  .core .core-wrapper {
    padding: 0 20px;
    margin-top: -40px;
  }
  .core .core-wrapper ul li h2 {
    font-size: 14px;
    line-height: 40px;
  }
  .core .core-list .box span {
    font-size: 4.6rem;
    top: -2rem;
  }
  .core .core-list .box ul {
    display: block;
    padding-bottom: 20px;
  }
  .core .core-list .box ul li {
    padding: 30px 20px 0;
    border-left: 1px solid rgba(255, 255, 255, 0.1) !important;
  }
  .core .core-list .box ul li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 30px;
  }
  .core .core-list .box ul li .tu {
    width: 40px;
    height: 40px;
  }
  .core .core-list .box ul li h2 {
    font-size: 16px;
    margin: 16px 0 10px;
  }
  .core .core-list .box ul li p {
    font-size: 14px;
  }
  .value {
    padding: 30px 0;
  }
  .value .con .title {
    width: 200px;
  }
  .value .con .value-list {
    margin-top: 20px;
    height: auto;
    background: #e7e7e7;
  }
  .value .con .value-list .left {
    width: 100%;
    padding: 20px;
  }
  .value .con .value-list .left h2 {
    font-size: 16px;
  }
  .value .con .value-list .left .text p {
    font-size: 14px;
  }
  .value .con .value-list .right {
    width: 100%;
    padding: 0 20px 20px;
  }
  .value .con .value-list .right h2 {
    text-align: left;
    font-size: 16px;
  }
  .value .con .value-list .right .text p {
    text-align: left;
    font-size: 14px;
  }
}
/*# sourceMappingURL=about_vision.css.map */