#app header .nav_url > li:nth-child(1) > a {
  color: #ffffff !important;
}
#app header .nav_url > li:nth-child(1) > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: #ffffff;
}
#app header .nav_url > li:nth-child(1) > a p {
  border-color: #c4302c;
}
.carousel {
  width: 100%;
  height: 400px;
  position: relative;
}
.carousel .banner img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
}
.carousel .banner a {
  width: 100%;
  height: 400px;
  display: block;
}
.swiper_index {
  width: 100%;
  height: 100px;
  position: relative;
}
.swiper_index > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  background: #fff url("../images/index/swiper.png") no-repeat 0px -5px;
  background-size: 100%;
  box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper_index > div > ul {
  width: 1200px;
  height: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.swiper_index > div > ul > li {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100px;
  cursor: pointer;
  background: url("../images/index/swiper_index.png") no-repeat 0px 5px;
  background-size: 90% 100%;
}
.swiper_index > div > ul > li > a {
  flex: 1;
  padding: 0 30px;
  height: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.swiper_index > div > ul > li > a > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.swiper_index > div > ul > li > a > div strong {
  height: 18px;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 18px;
}
.swiper_index > div > ul > li > a > div p {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 17px;
  margin-top: 14px;
  text-align: center;
}
.swiper_index > div > ul > li:hover {
  background: #c4302c;
}
.swiper_index > div > ul > li:hover strong {
  color: #fff;
}
.swiper_index > div > ul > li:hover > a > img:nth-child(1) {
  display: none;
}
.swiper_index > div > ul > li:hover > a > img:nth-child(2) {
  display: block !important;
}
.swiper_index > div > ul > li:hover > a > div > p {
  color: #ffffff;
}
.activity {
  position: absolute;
  left: 48.2%;
  top: 0;
  width: 238px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  transform: translateX(362px);
  z-index: 9;
}
.activity > div {
  width: 238px;
  /* background: rgba(0, 0, 0, .7); */
  background-color: #031f45bb;
  border-radius: 5px;
  margin-top: 0px;
  padding: 26px 0 0px 0;
}
.activity > div > h2 {
  height: 16px;
  font-weight: 400;
  color: #ffdf49;
  line-height: 16px;
  font-size: 16px;
  text-align: center;
}
.activity > div > div {
  display: flex;
  flex-direction: column;
  /* padding-left: 29px; */
  /*padding-left: 77px;*/
  padding: 10px 0;
}
.activity > div > div > a {
  padding-left: 29px;
  height: 34px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  line-height: 34px;
  /* margin-top: 17px; */
  cursor: pointer;
  text-align: left;
}
.activeSwiper {
  background-color: #ffffff !important;
  color: #000000 !important;
  font-weight: 600;
}
.activity > div > div > a:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
  font-weight: 600;
}
body {
  text-align: center;
  font-family: SourceHanSansSC-bold;
}
/* 内容等腰线限制 */
.w1200 {
  width: 1200px;
  margin: auto;
}
.top_title {
  text-align: center;
  margin-top: 60px;
  font-size: 26px;
  font-weight: 700;
}
.title {
  font-size: 18px;
  font-weight: 600;
}
.top_eng {
  margin: 10px 0;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.2);
  font-weight: 600;
}
.text {
  font-size: 14px !important;
}
div.Services {
  margin-bottom: 60px;
  position: relative;
}
div.Services::before {
  content: "";
  position: absolute;
  top: 216px;
  left: -250px;
  width: 400px;
  height: 400px;
  background: url("../images/index/l3.png") no-repeat 0px 0px;
  background-size: 400px 400px;
  z-index: -2;
}
div.Services::after {
  content: "";
  position: absolute;
  top: 216px;
  right: -160px;
  width: 300px;
  height: 400px;
  background: url("../images/index/r3.png") no-repeat 0px 0px;
  background-size: 400px 400px;
  z-index: -2;
}
div.Services div.ul {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fff;
}
div.Services div.ul div.li {
  position: relative;
  cursor: pointer;
  width: 49%;
  height: 189px;
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: none;
  box-shadow: 0 0 10px #dfdfdf;
}
div.Services div.ul div.li:hover {
  box-shadow: 0 0 10px #afafaf;
}
div.Services div.ul div.li:hover .title {
  color: #c4302c;
}
div.Services div.ul div.li:hover img {
  transform: scale(1.1);
}
div.Services div.ul div.li .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
div.Services div.ul div.li .img img {
  width: 110%;
  transition: 0.2s;
}
div.Services div.ul div.li div.r {
  width: 100%;
  float: right;
  text-align: right;
  margin-right: 40px;
  z-index: 1;
}
div.Services div.ul div.li div.r div.title {
  color: #c4302c;
  font-size: 22px;
}
div.Services div.ul div.li div.r div.text {
  margin-top: 20px;
}
div.Services div.ul div.li div.r div.text p {
  font-size: 14px;
}
div.Services div.ul div.li div.r div.text p a:hover {
  color: #c4302c;
}
.video {
  width: 1200px;
  box-sizing: border-box;
  height: 670px;
  margin: 60px auto;
  border-radius: 20px;
  position: relative;
  padding: 6px 0;
}
.video::before {
  content: "";
  position: absolute;
  top: 60px;
  left: -212px;
  width: 319px;
  height: 660px;
  background: url("../images/index/videol.png") no-repeat;
  background-size: 100% auto;
  z-index: -1;
}
.video::after {
  content: "";
  position: absolute;
  top: 80px;
  right: -213px;
  width: 300px;
  height: 616px;
  background: url("../images/index/videor.png") no-repeat;
  background-size: 100% auto;
  z-index: -1;
}
.video video {
  border-radius: 20px;
  background-color: #121212;
}
.video .shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #59595968;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.video .shade .box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #9b9b9b6d;
  transition: 0.2s;
}
.video .shade .box img {
  vertical-align: middle;
  width: 30px;
  transform: translateX(2px);
  opacity: 0.7;
  transition: 0.2s;
}
.video .shade:hover {
  background-color: #56565630;
}
.video .shade:hover .box {
  transform: scale(1.2);
  opacity: 1;
}
.video .shade:hover img {
  opacity: 1;
}
div.technical {
  background-color: #f1ae3b58;
  margin-top: 20px;
  padding-top: 10px;
  height: 1100px;
  position: relative;
}
div.technical .top_title,
div.technical .top_eng,
div.technical .text {
  color: #c4302c;
}
div.technical::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: url(https://phadwiki-1308066085.file.myqcloud.com/static/images/index/bubble/bc.png) 0px 0px;
  background-size: 100%;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.9;
}
div.technical #newul {
  overflow: hidden;
  position: relative;
  /* 图片 */
}
div.technical #newul .shade_l {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 20%;
  height: 920px;
  background-color: #ffffff00;
}
div.technical #newul .shade_r {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  width: 20%;
  height: 920px;
  background-color: #ffffff00;
}
div.technical #newul #menu {
  position: absolute;
  bottom: 5px;
  width: 100%;
  text-align: center;
  font-family: verdana, Tahoma, Arial, Hei, "Microsoft Yahei", SimHei;
}
div.technical #newul #menu button {
  color: rgba(0, 0, 0, 0.75);
  background: transparent;
  outline: 1px solid rgba(241, 48, 31, 0.75);
  border: 0px;
  padding: 5px 20px;
  cursor: pointer;
  border-radius: 30px;
}
div.technical #newul #menu button:hover {
  background-color: #c4302c;
  color: #fff;
}
div.technical #newul #container {
  cursor: move;
  overflow: hidden;
  width: 100%;
  height: 850px;
  margin: auto;
  position: relative;
  transition: 1s;
}
div.technical #newul #container > div {
  height: 810px !important;
  margin: auto;
}
div.technical #newul #container > div > div {
  height: 870px !important;
}
div.technical #newul #container > div .newstyle {
  transform: translate3d(0px, 0px, 3665.13px) matrix3d(1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 0, 0, -3000, 1) translate3d(874px, 423px, -4997px) !important;
}
div.technical #newul .element {
  margin: auto;
  width: 150px;
  height: 166px;
  box-shadow: 0px 0px 12px rgba(0, 255, 255, 0.5);
  border: 1px solid rgba(127, 255, 255, 0.25);
  text-align: center;
  cursor: default;
  /* 修改背景 */
  /* background-color: #0000001d !important; */
  position: relative;
  /* 隐藏后面 */
  cursor: pointer;
  /* border: 1px solid #000; */
  perspective: 1278.95px !important;
}
div.technical #newul .element:nth-child(1) {
  display: none;
}
div.technical #newul .element:nth-child(n + 60) {
  background-color: #b22f04cf !important;
}
div.technical #newul .element:nth-child(-n + 59) {
  background-color: #f3aa60ba !important;
}
div.technical #newul .element:nth-child(-n + 53) {
  background-color: #ef6262b9 !important;
}
div.technical #newul .element:nth-child(-n + 45) {
  background-color: #468b97c3 !important;
}
div.technical #newul .element:hover {
  box-shadow: 0px 0px 12px rgba(0, 255, 255, 0.75);
  border: 1px solid rgba(109, 255, 255, 0.75);
  /* background-color: rgba(20, 199, 199, 0.8) !important; */
}
div.technical #newul .img {
  width: 150px;
  height: 90%;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
}
div.technical #newul .img img {
  width: 150px;
}
div.technical #newul #box {
  text-align: left;
  width: 290px;
  background-color: #c4312cdc;
  /* background-color: #61c25c; */
  border-radius: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 20px;
  color: #ffffff;
  transform: translate(-50%, -50%);
  display: none;
}
div.technical #newul #box .top {
  display: flex;
}
div.technical #newul #box .top .name {
  font-size: 18px;
  font-weight: 700;
  /* color: #000; */
}
div.technical #newul #box .top .r {
  font-size: 12px;
  float: left;
  margin-left: 10px;
}
div.technical #newul #box .top .identity {
  font-size: 12px;
}
div.technical #newul #box .text {
  margin-top: 10px;
  font-size: 12px;
  text-align: justify;
  color: #ffffff;
}
@keyframes technical1 {
  0% {
    transform: translateY(0);
    transform: scale(1);
  }
  50% {
    transform: translateY(-20px);
    transform: scale(1.2);
  }
  100% {
    transform: translateY(0);
    transform: scale(1);
  }
}
@keyframes technical2 {
  0% {
    transform: translateY(-20px);
    transform: scale(1.2);
  }
  50% {
    transform: translateY(0px);
    transform: scale(1);
  }
  100% {
    transform: translateY(-20px);
    transform: scale(1.2);
  }
}
div.serve div.tab {
  margin-top: 50px;
  display: flex;
  padding: 15px 40px;
  border-radius: 100px;
  border: 1px solid #ccc;
  align-items: center;
}
div.serve div.tab div.li {
  cursor: pointer;
  flex: 1;
  height: 80px;
  line-height: 80px;
  background-color: rgba(238, 239, 240, 0.67);
  box-shadow: -1px -1px 0px 0px rgba(0, 0, 0, 0.01);
  border: 1px solid rgba(0, 0, 0, 0.07);
  font-weight: 600;
}
div.serve div.tab div.li:nth-child(1) {
  border-radius: 10px 0 0 10px;
}
div.serve div.tab div.li:nth-child(3) {
  border-radius: 0px 10px 10px 0px;
}
div.serve div.tab div.li:nth-child(1) {
  background-image: url(https://phadwiki-1308066085.file.myqcloud.com/static/images/index/img/tab1.png);
  background-size: 0;
}
div.serve div.tab div.li:nth-child(2) {
  background-image: url(https://phadwiki-1308066085.file.myqcloud.com/static/images/index/img/tab2.png);
  background-size: 0;
}
div.serve div.tab div.li:nth-child(3) {
  background-image: url(https://phadwiki-1308066085.file.myqcloud.com/static/images/index/img/tab3.png);
  background-size: 0;
}
div.serve div.tab .activeTab {
  background-size: cover !important;
  color: #fff;
}
div.serve .uls div.ul {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
div.serve .uls div.ul div.li {
  width: 191px;
  height: 272px;
  border-radius: 10px;
  background-color: rgba(238, 239, 240, 0.67);
  border: 1px solid rgba(0, 0, 0, 0.07);
  transition: 0.2s;
}
div.serve .uls div.ul div.li:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  transform: translateY(-10px);
}
div.serve .uls div.ul div.li:hover .title {
  color: #c4302c;
}
div.serve .uls div.ul div.li div.img {
  width: 60px;
  margin: 40px auto;
}
div.serve .uls div.ul div.li div.img img {
  width: 50px;
}
div.serve .uls div.ul div.li div.text {
  font-size: 14px;
  margin: 20px 10px;
}
div.platform div.ul {
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
div.platform div.ul .active1 {
  background: url(https://phadwiki-1308066085.file.myqcloud.com/static/images/index/img/ys.png) no-repeat -140px -265px / 130%;
  color: #fff !important;
  width: 550px;
  transform: translateX(-50px);
}
div.platform div.ul .active1 .title {
  padding: 20px;
}
div.platform div.ul .active2 {
  background: url(https://phadwiki-1308066085.file.myqcloud.com/static/images/index/img/ys0.png) no-repeat -140px 0px / 130%;
  color: #fff !important;
  width: 550px;
  transform: translateX(-50px);
}
div.platform div.ul .active2 .title {
  padding: 20px;
}
div.platform div.ul .l .title {
  transform: translateX(-25px);
}
div.platform div.ul .l .box img {
  transform: translateX(-20px);
}
div.platform div.ul .l .box .title {
  transform: translateX(-20px);
}
div.platform div.ul .l .box p {
  transform: translateX(-20px);
}
div.platform div.ul .r .title {
  transform: translateX(40px);
}
div.platform div.ul .r .box img {
  transform: translateX(40px);
}
div.platform div.ul .r .box p {
  transform: translateX(40px);
}
div.platform div.ul .li {
  overflow: hidden;
}
div.platform div.ul .li .title {
  margin: 50px 0;
  font-size: 24px;
  color: #c4302c;
}
div.platform div.ul .li .box {
  padding: 0;
  width: 480px;
  height: 366px;
  line-height: 20px;
  border-radius: 20px;
  color: #101010;
  font-size: 14px;
  text-align: center;
  font-family: Roboto;
  overflow: hidden;
  z-index: -1;
  box-sizing: border-box;
}
div.platform div.ul .li .box img {
  width: 50px;
  margin-top: 40px;
}
div.platform div.ul .li .box .text {
  overflow: hidden;
}
div.platform div.ul .li .box .text p {
  font-size: 16px;
  line-height: 27px;
}
div.platform div.ul .li .box .text .title {
  margin: 0;
  padding: 10px 0 30px 0;
  font-size: 20px !important;
  color: #fff;
}
div.platform div.ul .img {
  position: absolute;
  top: 63%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 50%;
  width: 400px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
div.platform div.ul .img img {
  width: 250px;
  margin-left: 38px;
}
div.case div.ul {
  margin-top: 100px;
  position: relative;
  height: 700px;
}
div.case div.ul div.li {
  position: absolute;
  transition: 0.1s;
}
div.case div.ul div.li:hover .name {
  color: #c4302c;
}
div.case div.ul div.li:hover a {
  height: 30px;
  width: 100px;
  opacity: 1;
  top: 50%;
}
div.case div.ul div.li::after {
  content: "";
  display: inline-block;
  margin: auto;
  width: 20%;
  height: 7px;
  background-color: rgba(55, 53, 53, 0.1);
  border-radius: 150%;
}
div.case div.ul div.li div.name {
  font-size: 14px;
  margin-bottom: 10px;
}
div.case div.ul div.li a {
  transition: 0.2s;
  width: 0px;
  margin: auto;
  display: block;
  opacity: 0;
  height: 0px;
  cursor: pointer;
  background-color: #c4302c;
  padding: 5px 10px;
  color: #fff;
  border-radius: 20px;
  font-size: 14px;
  z-index: 10;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
div.case div.ul div.li div.img {
  width: 150px;
}
div.case div.ul div.li:nth-child(1) {
  top: 0;
  left: 13.5%;
}
div.case div.ul div.li:nth-child(1)::after {
  animation: 3s shadow2 ease-out infinite;
}
div.case div.ul div.li:nth-child(1) img {
  animation: 3s case1 ease-out infinite;
  width: 70%;
}
div.case div.ul div.li:nth-child(2) {
  top: 0;
  left: 43.5%;
}
div.case div.ul div.li:nth-child(2)::after {
  animation: 3.5s shadow1 ease-out infinite;
}
div.case div.ul div.li:nth-child(2) img {
  animation: 3.5s case2 ease-out infinite;
  width: 70%;
}
div.case div.ul div.li:nth-child(3) {
  top: 0;
  right: 13.5%;
}
div.case div.ul div.li:nth-child(3)::after {
  animation: 2.5s shadow2 ease-out infinite;
}
div.case div.ul div.li:nth-child(3) img {
  animation: 2.5s case1 ease-out infinite;
  width: 70%;
}
div.case div.ul div.li:nth-child(4) {
  top: 100px;
  left: 0;
}
div.case div.ul div.li:nth-child(4)::after {
  animation: 3s shadow1 ease-out infinite;
}
div.case div.ul div.li:nth-child(4) img {
  animation: 3s case2 ease-out infinite;
  width: 80%;
}
div.case div.ul div.li:nth-child(5) {
  top: 100px;
  left: 30%;
}
div.case div.ul div.li:nth-child(5)::after {
  animation: 3s shadow1 ease-out infinite;
}
div.case div.ul div.li:nth-child(5) img {
  animation: 3s case2 ease-out infinite;
  width: 80%;
}
div.case div.ul div.li:nth-child(6) {
  top: 100px;
  right: 30%;
}
div.case div.ul div.li:nth-child(6)::after {
  animation: 2.5s shadow2 ease-out infinite;
}
div.case div.ul div.li:nth-child(6) img {
  animation: 2.5s case1 ease-out infinite;
  width: 80%;
}
div.case div.ul div.li:nth-child(7) {
  top: 100px;
  right: 0%;
}
div.case div.ul div.li:nth-child(7)::after {
  animation: 3.5s shadow2 ease-out infinite;
}
div.case div.ul div.li:nth-child(7) img {
  animation: 3.5s case1 ease-out infinite;
  width: 80%;
}
div.case div.ul div.li:nth-child(8) {
  top: 220px;
  left: 13.5%;
}
div.case div.ul div.li:nth-child(8)::after {
  animation: 2.8s shadow1 ease-out infinite;
}
div.case div.ul div.li:nth-child(8) img {
  animation: 2.8s case2 ease-out infinite;
  width: 90%;
}
div.case div.ul div.li:nth-child(9) {
  top: 220px;
  left: 43.5%;
}
div.case div.ul div.li:nth-child(9)::after {
  animation: 2.5s shadow1 ease-out infinite;
}
div.case div.ul div.li:nth-child(9) img {
  animation: 2.5s case2 ease-out infinite;
  width: 90%;
}
div.case div.ul div.li:nth-child(10) {
  top: 220px;
  right: 13.5%;
}
div.case div.ul div.li:nth-child(10)::after {
  animation: 3s shadow2 ease-out infinite;
}
div.case div.ul div.li:nth-child(10) img {
  animation: 3s case1 ease-out infinite;
  width: 90%;
}
div.case div.ul div.li:nth-child(11) {
  top: 350px;
  left: 30%;
}
div.case div.ul div.li:nth-child(11)::after {
  animation: 3.5s shadow2 ease-out infinite;
}
div.case div.ul div.li:nth-child(11) img {
  animation: 3.5s case1 ease-out infinite;
  width: 90%;
}
div.case div.ul div.li:nth-child(12) {
  top: 350px;
  right: 30%;
}
div.case div.ul div.li:nth-child(12)::after {
  animation: 3s shadow1 ease-out infinite;
}
div.case div.ul div.li:nth-child(12) img {
  animation: 3s case2 ease-out infinite;
  width: 90%;
}
div.case div.ul div.li:nth-child(13) {
  top: 350px;
  right: 0%;
}
div.case div.ul div.li:nth-child(13)::after {
  animation: 3.5s shadow1 ease-out infinite;
}
div.case div.ul div.li:nth-child(13) img {
  animation: 3.5s case2 ease-out infinite;
  width: 80%;
}
div.case div.ul div.li:nth-child(14) {
  top: 350px;
  left: 0%;
}
div.case div.ul div.li:nth-child(14)::after {
  animation: 3s shadow1 ease-out infinite;
}
div.case div.ul div.li:nth-child(14) img {
  animation: 3s case2 ease-out infinite;
  width: 80%;
}
div.case div.ul div.li:nth-child(15) {
  top: 450px;
  right: 13.5%;
}
div.case div.ul div.li:nth-child(15)::after {
  animation: 3.5s shadow1 ease-out infinite;
}
div.case div.ul div.li:nth-child(15) img {
  animation: 3.5s case2 ease-out infinite;
  width: 90%;
}
div.case div.ul div.li:nth-child(16) {
  top: 450px;
  left: 13.5%;
}
div.case div.ul div.li:nth-child(16)::after {
  animation: 3s shadow1 ease-out infinite;
}
div.case div.ul div.li:nth-child(16) img {
  animation: 3s case2 ease-out infinite;
  width: 90%;
}
div.case div.ul div.li:nth-child(17) {
  top: 500px;
  left: 43.5%;
}
div.case div.ul div.li:nth-child(17)::after {
  animation: 3.5s shadow1 ease-out infinite;
}
div.case div.ul div.li:nth-child(17) img {
  animation: 3.5s case2 ease-out infinite;
  width: 100%;
}
@keyframes case1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes case2 {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes shadow1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes shadow2 {
  0% {
    transform: scale(2);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(2);
  }
}
.client {
  overflow: hidden;
  padding-top: 40px;
  height: 780px;
  background: #ffffffb0 url(https://phadwiki-1308066085.file.myqcloud.com/static/images/index/img/client1.png) no-repeat 0px;
  background-size: 100%;
  min-width: 1600px;
}
.client .top_title {
  margin-top: 20px;
}
.customer .ul {
  width: 1200px;
  height: 850px;
  position: relative;
  margin: auto;
}
.customer .ul:hover img {
  animation-play-state: paused !important;
}
.customer .ul img {
  position: absolute;
  width: 200px;
  border: 10px solid #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}
.customer .ul img:hover {
  transform: scale(1.4);
  z-index: 200 !important;
  opacity: 1 !important;
}
.customer .ul img:nth-child(1) {
  top: 30px;
  left: 0px;
  animation: 10s customer1 linear infinite normal;
}
.customer .ul img:nth-child(2) {
  top: 80px;
  left: 220px;
  animation: 10s customer1 linear infinite normal;
}
.customer .ul img:nth-child(3) {
  top: 80px;
  right: 220px;
  animation: 10s customer1 linear infinite normal;
}
.customer .ul img:nth-child(4) {
  top: 30px;
  right: 0px;
  animation: 10s customer1 linear infinite normal;
}
.customer .ul img:nth-child(5) {
  top: 150px;
  left: 500px;
  animation: 10s customer4 linear infinite normal;
}
.customer .ul img:nth-child(6) {
  top: 160px;
  left: 60px;
  animation: 10s customer2 linear infinite normal;
}
.customer .ul img:nth-child(7) {
  top: 120px;
  left: 370px;
  animation: 10s customer2 linear infinite normal;
}
.customer .ul img:nth-child(8) {
  top: 120px;
  right: 370px;
  animation: 10s customer2 linear infinite normal;
}
.customer .ul img:nth-child(9) {
  top: 160px;
  right: 60px;
  animation: 10s customer2 linear infinite normal;
}
.customer .ul img:nth-child(10) {
  top: 330px;
  left: 120px;
  animation: 10s customer3 linear infinite normal;
}
.customer .ul img:nth-child(11) {
  top: 330px;
  left: 500px;
  animation: 10s customer3 linear infinite normal;
}
.customer .ul img:nth-child(12) {
  top: 330px;
  right: 120px;
  animation: 10s customer3 linear infinite normal;
}
.customer .ul img:nth-child(13) {
  top: 470px;
  left: 230px;
  animation: 10s customer4 linear infinite normal;
}
.customer .ul img:nth-child(14) {
  top: 470px;
  right: 230px;
  animation: 10s customer4 linear infinite normal;
}
.customer .ul img:nth-child(15) {
  top: 520px;
  left: 500px;
  animation: 10s customer1 linear infinite normal;
}
.customer .ul img:nth-child(16) {
  top: 120px;
  left: 100px;
  animation: 10s customer4 linear infinite normal;
}
.customer .ul img:nth-child(17) {
  top: 120px;
  right: 100px;
  animation: 10s customer3 linear infinite normal;
}
.customer .ul img:nth-child(18) {
  top: 180px;
  left: 300px;
  animation: 10s customer4 linear infinite normal;
}
.customer .ul img:nth-child(19) {
  top: 180px;
  right: 300px;
  animation: 10s customer3 linear infinite normal;
}
.customer .ul img:nth-child(20) {
  top: 440px;
  left: 370px;
  animation: 10s customer1 linear infinite normal;
}
.customer .ul img:nth-child(21) {
  top: 440px;
  right: 370px;
  animation: 10s customer1 linear infinite normal;
}
.customer .ul img:nth-child(22) {
  top: 400px;
  left: 150px;
  animation: 10s customer1 linear infinite normal;
}
.customer .ul img:nth-child(23) {
  top: 400px;
  right: 150px;
  animation: 10s customer1 linear infinite normal;
}
@keyframes customer1 {
  0% {
    z-index: -1;
    opacity: 0.4;
  }
  5% {
    z-index: 1;
    opacity: 1;
  }
  25% {
    z-index: 1;
    opacity: 1;
  }
  30% {
    z-index: -1;
    opacity: 0.4;
  }
  100% {
    z-index: -1;
    opacity: 0.4;
  }
}
@keyframes customer2 {
  0% {
    z-index: -1;
    opacity: 0.5;
  }
  25% {
    z-index: -1;
    opacity: 0.5;
  }
  30% {
    z-index: 1;
    opacity: 1;
  }
  50% {
    z-index: 1;
    opacity: 1;
  }
  55% {
    z-index: -1;
    opacity: 0.5;
  }
  100% {
    z-index: -1;
    opacity: 0.5;
  }
}
@keyframes customer3 {
  0% {
    z-index: -1;
    opacity: 0.6;
  }
  50% {
    z-index: -1;
    opacity: 0.6;
  }
  55% {
    z-index: 1;
    opacity: 1;
  }
  75% {
    z-index: 1;
    opacity: 1;
  }
  80% {
    z-index: -1;
    opacity: 0.6;
  }
  100% {
    z-index: -1;
    opacity: 0.6;
  }
}
@keyframes customer4 {
  0% {
    z-index: 1;
    opacity: 1;
  }
  5% {
    z-index: -1;
    opacity: 0.7;
  }
  75% {
    z-index: -1;
    opacity: 0.7;
  }
  80% {
    z-index: 1;
    opacity: 1;
  }
  100% {
    z-index: 1;
    opacity: 1;
  }
}
/* 声明弹窗 */
#statement {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 170vw;
  height: 170vh;
  z-index: 999;
  background-color: #00000091;
}
#statement .box {
  z-index: 1000;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 987px;
  box-shadow: 0 0 15px #817b7bb6, 0 0 15px #817b7bb6;
  border-radius: 10px;
}
#statement .box .cancel {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
