#app header .nav_url > li:nth-child(8) > a {
  color: #ffffff !important;
}
#app header .nav_url > li:nth-child(8) > a > p {
  border-color: #ffffff;
}
/* 内容等腰线限制 */
.w1200 {
  width: 1200px;
  margin: auto;
}
#app header .nav_url > li:nth-child(8):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
}
.about {
  text-align: center;
  /* 查看图片 */
}
.about .banner img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.about .top {
  height: 620px;
  width: 1200px;
  position: relative;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, 50px);
  overflow: hidden;
  border-radius: 20px;
}
.about .top .video {
  width: 1200px;
  margin: auto;
  border-radius: 20px;
  overflow: hidden;
}
.video video {
  border-radius: 20px;
  background-color: #121212;
}

.video .shade {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.video .shade .img {
  width: 100%;
  height: 100%;
  opacity: .8;
  border-radius: 20px;
}
.video .shade .img2 {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about .toggle {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  border-radius: 80px;
  width: 900px;
  margin: auto;
  background-color: #efefef;
  padding: 40px 10px;
  box-shadow: 0px 4px 5px 0px rgba(28, 19, 7, 0.32);
  box-sizing: border-box;
  overflow: hidden;
}
.about .toggle .active {
  background-color: #c4302c;
  color: #fff;
}
.about .toggle p {
  cursor: pointer;
  background-color: #fff;
  height: 60px;
  line-height: 60px;
  width: 33.3%;
  font-size: 20px;
}
.about .toggle p:nth-child(1) {
  border-radius: 50px 0 0 50px;
  border-right: 2px solid #dadada;
}
.about .toggle p:nth-child(3) {
  border-radius: 0px 50px 50px 0px;
  border-left: 2px solid #dadada;
}
.about .toggle p:hover {
  background-color: #c4302c;
  color: #fff;
}
.about div.plate {
  margin-top: 70px;
  display: none;
}
.about div.plate div.title {
  font-size: 26px;
  font-weight: 700;
}
.about div.plate div.English {
  font-size: 20px;
  color: #c0c0c0;
}
.about div.plate div.box {
  max-width: 100vw;
  margin-top: 20px;
  overflow: hidden;
}
.about div.plate div.box .Certificate {
  position: relative;
  width: 100vw;
  height: 100%;
  overflow: hidden;
}
.about div.plate div.box .Certificate .swiper-slide {
  overflow: hidden;
  width: 100vw;
  text-align: center;
  font-size: 18px;
}
.about div.plate div.box .Certificate .swiper-slide .title {
  margin-top: 50px;
}
.about div.plate div.box .Certificate .swiper-slide .text {
  margin-top: 5px;
  margin-bottom: 40px;
}
.about div.plate div.box .Certificate .swiper-slide .text2 {
  margin-bottom: 90px;
}
.about div.plate div.box .Certificate .swiper-slide img {
  height: 460px;
}
.about div.plate div.box .Certificate .swiper-slide .img2 {
  height: 360px;
}
.about div.plate div.box .Certificate .swiper-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 25px !important;
  font-size: 16px;
}
.about div.plate div.box .Certificate .swiper-pagination span {
  width: 150px;
  color: #c3c9cd;
  margin: 0 2%;
  cursor: pointer;
}
.about div.plate div.box .Certificate .swiper-pagination span:hover {
  color: #000;
}
.about div.plate div.box .Certificate .swiper-pagination .active {
  color: #000;
}
.about div.plate div.box div.l {
  float: left;
  width: 74%;
  text-align: justify;
  overflow: hidden;
}
.about div.plate div.box div.l div.text {
  line-height: 28px;
  font-size: 16px;
  letter-spacing: 2px;
}
.about div.plate div.box div.l div.ul {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.about div.plate div.box div.l div.ul div.li {
  box-sizing: border-box;
  width: 33%;
  text-align: center;
}
.about div.plate div.box div.l div.ul div.li:hover img {
  transform: rotateY(180deg);
}
.about div.plate div.box div.l div.ul div.li:hover .text {
  color: #c4302c;
}
.about div.plate div.box div.l div.ul div.li img {
  height: 50px;
  transition: 0.5s;
}
.about div.plate div.box div.l div.ul div.li .num {
  margin-top: 20px;
}
.about div.plate div.box div.l div.ul div.li .text {
  margin-top: 20px;
}
.about div.plate div.box div.l div.ul div.li:nth-child(2) {
  position: relative;
}
.about div.plate div.box div.l div.ul div.li:nth-child(2)::before {
  content: "";
  display: block;
  height: 72px;
  width: 2px;
  background-color: #c0c0c0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about div.plate div.box div.l div.ul div.li:nth-child(2)::after {
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  display: block;
  height: 72px;
  width: 2px;
  background-color: #c0c0c0;
}
.about div.plate div.box div.r {
  float: right;
  width: 250px;
  height: 268px;
  border-radius: 10px;
  overflow: hidden;
}
.about div.plate div.box div.r:hover img {
  transform: scale(1.1);
}
.about div.plate div.box div.r img {
  width: 250px;
  transition: 0.2s;
}
.about div.plate div.box div.b {
  overflow: hidden;
  float: left;
  text-align: left;
  line-height: 28px;
  margin-top: 30px;
}
.about div.plate div.box2 {
  margin-top: 80px;
  margin-bottom: 40px;
  overflow: hidden;
}
.about div.plate div.box2 .l {
  float: left;
  width: 47%;
  height: 240px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about div.plate div.box2 .l:hover img {
  transform: scale(1.1);
}
.about div.plate div.box2 .l img {
  height: 120%;
  border-radius: 10px;
  transition: 0.2s;
}
.about div.plate div.box2 .r {
  width: 50%;
  float: right;
  text-align: justify;
  line-height: 28px;
}
.about div.plate div.box2 .r > div {
  margin-bottom: 20px;
}
.about div.plate div.box2 .b {
  float: left;
  text-align: justify;
  line-height: 28px;
}
.about div.plate div.box2 .b a {
  color: #0095ff;
}
.about div.plate div.box2 .b a:hover {
  color: #ffb412;
}
.about div.plate2 {
  margin-top: 70px;
  display: none;
}
.about div.plate2 div.title {
  font-size: 26px;
  font-weight: 700;
}
.about div.plate2 div.English {
  font-size: 20px;
  color: #c0c0c0;
}
.about div.plate2 .box {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
.about div.plate2 .box .li {
  flex: 1;
  border: 1px solid #bfbfbf;
  padding: 40px 20px;
  box-sizing: border-box;
  height: 600px;
  width: 400px;
}
.about div.plate2 .box .li .title {
  font-size: 18px;
  padding: 40px;
  padding-bottom: 20px;
  border-top: 5px solid #dcdcdc;
}
.about div.plate2 .box .li:hover .title {
  border-top: 5px solid #c4302c;
  color: #c4302c;
}
.about div.plate2 .box .li:hover img {
  box-shadow: 0 0 5px #757575;
}
.about div.plate2 .box .li img {
  width: 90%;
  margin-bottom: 50px;
  margin-top: 20px;
}
.about div.plate2 .box .li .text p {
  margin-bottom: 10px;
}
.about div.plate3 {
  margin-top: 70px;
  display: none;
}
.about div.plate3 div.title {
  font-size: 26px;
  font-weight: 700;
}
.about div.plate3 div.English {
  font-size: 20px;
  color: #c0c0c0;
}
.about div.plate3 .box {
  margin-top: 30px;
  margin-bottom: 50px;
}
.about div.plate3 .box .ul {
  background-color: #efefef;
  display: flex;
  justify-content: start;
  height: 340px;
  overflow: hidden;
  margin-bottom: 20px;
}
.about div.plate3 .box .ul .lit1 {
  width: 355px;
  background: url("https://phadwiki-1308066085.file.myqcloud.com/static/images/newabout/c/1-0.png") no-repeat center;
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  margin-right: 20px;
  font-size: 20px;
}
.about div.plate3 .box .ul .lit1::after {
  content: "团体活动";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about div.plate3 .box .ul .lit2 {
  width: 355px;
  background: url("https://phadwiki-1308066085.file.myqcloud.com/static/images/newabout/c/2-0.png") no-repeat center;
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  margin-right: 20px;
  font-size: 20px;
}
.about div.plate3 .box .ul .lit2::after {
  content: "重要瞬间";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about div.plate3 .box .ul .lit3 {
  width: 355px;
  background: url("https://phadwiki-1308066085.file.myqcloud.com/static/images/newabout/c/3-0.png") no-repeat center;
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  margin-right: 20px;
  font-size: 20px;
}
.about div.plate3 .box .ul .lit3::after {
  content: "公司福利";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about div.plate3 .box .ul .swiper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.about div.plate3 .box .ul .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about div.plate3 .box .ul .swiper-slide img {
  display: block;
  object-fit: cover;
}
.about div.plate3 .box .ul .li {
  margin-top: 15px;
  margin-right: 24px !important;
  overflow: hidden;
  width: 290px !important;
  background: url("https://phadwiki-1308066085.file.myqcloud.com/static/images/newabout/c/bd.png") no-repeat;
  background-size: 95%;
  position: relative;
  background-color: #efefef;
}
.about div.plate3 .box .ul .li .img {
  height: 290px;
  width: 253px;
  display: flex;
  justify-content: center;
  transform: translateX(-5px);
  overflow: hidden;
}
.about div.plate3 .box .ul .li .img img {
  transform: translate(0px, 0px);
  height: 216px;
  min-width: 100%;
}
.about div.plate3 .box .ul .li .name {
  position: absolute;
  left: 27px;
  bottom: 74px;
  color: #fff;
}
.about div.plate3 .box .ul .li .time {
  position: absolute;
  right: 35px;
  bottom: 47px;
}
.about .look {
  z-index: 10000;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #cdcdcde3;
  display: none;
}
.about .look img {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 20px #686868;
}
