.home {
  width: 100%;
  overflow: hidden;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  background-color: black;
}
.home .nav {
  color: #37383a;
  vertical-align: baseline;
  position: fixed;
  z-index: 1000;
  height: 100vh;
  transition: all 700ms cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 25%;
  transform: translateX(280px);
  right: -25%;
  top: 0;
}
.home .nav .close {
  position: absolute;
  right: 30%;
  top: 10%;
  cursor: pointer;
}
.home .nav .close img {
  width: 30px;
}
.home .nav ul {
  position: absolute;
  top: 20%;
  overflow: hidden;
  height: 70%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  left: 50px;
  width: calc( 100% - 100px );
  visibility: visible;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
  font-size: 31px;
  line-height: 57px;
  letter-spacing: 0;
  color: #a2a2a2;
}
.home .nav ul li {
  -webkit-font-smoothing: antialiased;
  visibility: visible;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
  line-height: 57px;
  letter-spacing: 0;
  color: #a2a2a2;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  margin-bottom: 10px;
  flex: 0 0 auto;
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  animation-delay: 200ms;
}
.home .nav ul li a {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  display: inline-block;
  line-height: inherit;
  font-size: 16px;
  transition: all 600ms;
}
.home .nav ul li a:hover {
  color: white;
}
.home .nav ul .active a {
  color: white;
}
.home .navShow {
  transform: translatex(0px);
  right: 0;
  background-color: black;
}
.home .header {
  width: 100%;
  background-color: #0E1215;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  transition: all 600ms;
}
.home .header .dom1 {
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  align-items: center;
  padding: 30px 0;
}
.home .header .dom1 .r {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}
.home .header .dom1 .r .lan {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.home .header .dom1 .r .lan p {
  color: white;
}
.home .header .dom1 .r .lan i {
  color: white;
  transform: rotate(-180deg);
}
.home .header .dom1 .r .lines {
  height: 30px;
  width: 20px;
  position: relative;
  margin-left: 10px;
  transform: translateY(3px);
}
.home .header .dom1 .r .lines span {
  display: inline-block;
  height: 1px;
  width: 20px;
  background-color: #fff;
  position: absolute;
  transition: 0.8s;
}
.home .header .dom1 .r .lines span:nth-child(1) {
  top: 5px;
  left: 0;
  animation: long 2s linear infinite;
}
.home .header .dom1 .r .lines span:nth-child(2) {
  left: 0;
  top: 12px;
  width: 15px;
  animation: long 2s linear infinite;
  animation-delay: 400ms;
}
.home .header .dom1 .r .lines span:nth-child(3) {
  left: 0;
  top: 19px;
  width: 10px;
  animation: long 2s linear infinite;
  animation-delay: 600ms;
}
@keyframes long {
  0% {
    width: 0;
  }
  25% {
    width: 10px;
  }
  50% {
    width: 20px;
  }
  75% {
    width: 10px;
  }
  100% {
    width: 0;
  }
}
.home .top {
  position: fixed;
  right: 5%;
  bottom: 10%;
  z-index: 1000;
  cursor: pointer;
  transform: scale(1.5) translateY(40px);
  transition: all 600ms;
  opacity: 0;
}
.home .top i {
  color: #B3B3B3;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 15px;
  transition: all 600ms;
  transform: translate(-50%, -55%);
}
.home .top:hover i {
  color: #E5042A;
}
.home .showTop {
  opacity: 1;
  transform: translateY(0) scale(1.5);
}
.home .hcon {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
}
.home .hcon .banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.home .hcon .banner img {
  width: 100%;
  display: block;
  object-fit: cover;
  animation: big2 32s forwards linear;
}
@keyframes big2 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.home .hcon .banner .text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
.home .hcon .banner .text .p1 {
  text-align: center;
  color: white;
  font-size: 38px;
  font-family: "SOURCEHANSANSCN-MEDIUM";
  animation-duration: 2s;
}
.home .hcon .banner .text .p2 {
  text-align: center;
  font-size: 18px;
  color: white;
  margin-top: 20px;
  animation-duration: 2s;
  animation-delay: 100ms;
}
.home .hcon .main {
  width: 100%;
}
.home .hcon .main .intro {
  width: 100%;
  background: #f2f2f2;
  background-size: cover;
  padding: 50px 0;
  position: relative;
}
.home .hcon .main .intro .navList {
  width: 70%;
  margin: 0 auto;
  padding: 35px 15%;
  display: flex;
  flex-direction: row;
  position: relative;
}
.home .hcon .main .intro .navList p, .home .hcon .main .intro .navList a {
  color: #727272;
  font-size: 18px;
  margin-right: 40px;
}
.home .hcon .main .intro .navList p {
  font-size: 22px;
  font-weight: 400;
  transform: translateY(-2px);
}
.home .hcon .main .intro .navList a {
  transition: all 600ms;
  cursor: pointer;
}
.home .hcon .main .intro .navList a:hover {
  color: white;
}
.home .hcon .main .intro .navList .active {
  color: white;
}
.home .hcon .main .intro .navList p {
  position: relative;
}
.home .hcon .main .intro .navList p::after {
  position: absolute;
  right: -20px;
  top: 25%;
  height: 50%;
  width: 2px;
  background-color: #838383;
  content: "";
  display: inline-block;
}
.home .hcon .main .intro .titles {
  width: 70%;
  margin: 40px auto;
  padding: 80px 0;
  border-top: 1px solid #5C5F61;
  border-bottom: 1px solid #5C5F61;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.home .hcon .main .intro .titles .l {
  color: white;
  font-size: 36px;
}
.home .hcon .main .intro .titles .r {
  margin-right: 10%;
  position: relative;
}
.home .hcon .main .intro .titles .r .change {
  position: absolute;
  right: -430px;
  top: -130px;
  transform: scale(0.3);
}
.home .hcon .main .intro .titles .r p:nth-child(1) {
  color: white;
  font-size: 56px;
  font-family: "SairaCondensed-SemiBold";
}
.home .hcon .main .intro .titles .r p:nth-child(2) {
  color: #C8C8C8;
  font-size: 14px;
}
.home .hcon .main .intro .content {
  width: 70%;
  margin: 60px auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.home .hcon .main .intro .content .l {
  width: 60%;
}
.home .hcon .main .intro .content .l .des {
  color: #BABABA;
  line-height: 43px;
}
.home .hcon .main .intro .content .r {
  width: 32%;
}
.home .hcon .main .intro .content .r .item {
  margin-bottom: 30px;
  animation-duration: 2s;
}
.home .hcon .main .intro .content .r .item p:nth-child(1) {
  color: #BABABA;
  font-size: 14px;
}
.home .hcon .main .intro .content .r .item p:nth-child(2) {
  color: white;
  font-size: 25px;
  margin-top: 5px;
}
.home .hcon .main .intro .nums {
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
}
.home .hcon .main .intro .nums .item {
  margin-right: 100px;
}
.home .hcon .main .intro .nums .item .p1 {
  display: flex;
  flex-direction: row;
}
.home .hcon .main .intro .nums .item .p1 p:nth-child(1) {
  color: white;
  font-size: 36px;
  font-family: "SairaCondensed-SemiBold";
}
.home .hcon .main .intro .nums .item .p1 span {
  color: #C8C8C8;
  font-size: 18px;
  transform: translateX(10px);
}
.home .hcon .main .intro .nums .item .p1 .sp1 {
  font-size: 12px;
}
.home .hcon .main .intro .nums .item .p2 {
  color: #C8C8C8;
  font-size: 14px;
}
.home .hcon .main .intro .culture {
  width: 80%;
 
  position: relative;
  animation: polygon 1s linear forwards;
}
@keyframes polygon {
  0% {
    -webkit-clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
    clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
    opacity: 0;
  }
  100% {
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
    opacity: 1;
  }
}
.home .hcon .main .intro .culture p {
  position: absolute;
  color: white;
  font-size: 32px;
  font-family: "SOURCEHANSANSCN-MEDIUM";
  right: 5%;
  bottom: 10%;
}
.home .hcon .main .intro .culture img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .hcon .main .intro .idea {
  width: 70%;
  margin: 80px auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.home .hcon .main .intro .idea .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  height: 320px;
  width: 320px;
  justify-content: center;
  animation-duration: 2s;
}
.home .hcon .main .intro .idea .item::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  opacity: 0;
  transition: all 600ms;
}
.home .hcon .main .intro .idea .item .bg {
  position: absolute;
  left: 5%;
  top: 5%;
  width: 90%;
  height: 90%;
  object-fit: cover;
  opacity: 0;
  transition: all 600ms;
}
.home .hcon .main .intro .idea .item .pic {
  position: relative;
  padding-bottom: 15px;
}
.home .hcon .main .intro .idea .item .pic::after {
  width: 12px;
  height: 1px;
  background-color: #FFFFFF;
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.home .hcon .main .intro .idea .item .pic i {
  color: #004ea0;
  font-size: 40px;
}

.home .hcon .main .intro .idea .item .p1 {
  color: #004ea0;
  font-size: 20px;
  margin-top: 20px;
}

.home .hcon .main .intro .idea .item .des {
  color: #004ea0;
  font-size: 14px;
  text-align: center;
  margin-top: 30px;
  line-height: 28px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 600ms;
}
.home .hcon .main .intro .idea .item:hover::before {
  transform: translate(-10px, -20px);
  opacity: 1;
}
.home .hcon .main .intro .idea .item:hover .bg {
  opacity: 1;
}
.home .hcon .main .intro .idea .item:hover .des {
  opacity: 1;
  transform: translateY(0);
}
.home .hcon .main .intro .factorys {
  width: 70%;
  margin: 0 auto;
  position: relative;
}
.home .hcon .main .intro .factorys::before {
  border-bottom: 1px solid #888;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 46%;
}
.home .hcon .main .intro .factorys .swiper-pagination {
  position: absolute;
  left: 0;
  top: 12%;
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 50%;
}
.home .hcon .main .intro .factorys .swiper-pagination .swiper-pagination-bullet {
  width: 100px;
  display: block;
  position: relative;
  border-radius: 0;
  color: #0e0e0e;
  height: 50px;
  opacity: 1;
  transition: all 600ms;
  background-color: transparent;
}
.home .hcon .main .intro .factorys .swiper-pagination .swiper-pagination-bullet:hover {
  color: #333;
}
.home .hcon .main .intro .factorys .swiper-pagination .swiper-pagination-bullet-active {
  transform: scale(2) translateX(25px) translateY(5px);
  color: #333;
}
.home .hcon .main .intro .factorys .swiper-container {
  width: 100%;
  margin: 40px 0;
}
.home .hcon .main .intro .factorys .swiper-container .swiper-wrapper {
  width: 100%;
}
.home .hcon .main .intro .factorys .swiper-container .swiper-wrapper .swiper-slide .item {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow: hidden;
  align-items: flex-end;
}
.home .hcon .main .intro .factorys .swiper-container .swiper-wrapper .swiper-slide .item .des {
  width: 46%;
  transition: all 1s;
  transform: translateX(-1000px);
  opacity: 0;
  color: #0e0e0e;
  font-size: 16px;
  border-bottom: 1px solid #000;
  padding-bottom: 60px;
  line-height: 28px;
}
.home .hcon .main .intro .factorys .swiper-container .swiper-wrapper .swiper-slide .item .pic {
  width: 45%;
  opacity: 0;
  transition: all 1s;
  transform: translateX(1000px);
  overflow: hidden;
}
.home .hcon .main .intro .factorys .swiper-container .swiper-wrapper .swiper-slide .item .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: all 2s;
}
.home .hcon .main .intro .factorys .swiper-container .swiper-wrapper .swiper-slide .item .pic:hover img {
  transform: scale(1.05);
}
.home .hcon .main .intro .factorys .swiper-container .swiper-wrapper .swiper-slide-active .item .des, .home .hcon .main .intro .factorys .swiper-container .swiper-wrapper .swiper-slide-active .item .pic {
  transform: translateX(0);
  opacity: 1;
}
.home .hcon .main .intro .ability {
  width: 100%;
  margin: 30px auto;

  animation: polygon 1s linear forwards;
}
@keyframes polygon {
  0% {
    -webkit-clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
    clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
    opacity: 0;
  }
  100% {
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
    opacity: 1;
  }
}
.home .hcon .main .intro .ability .st {
  width: 70%;
  margin: 0 auto;
  color: #0088d1;
  font-size: 42px;
  font-family: "SOURCEHANSANSCN-MEDIUM";
  text-align: right;
  padding: 40px 0 20px 0;
}
.home .hcon .main .intro .ability .nr {
  width: 85%;
  display: flex;
  flex-direction: row;
}
.home .hcon .main .intro .ability .nr .pic {
  width: 50%;
  overflow: hidden;
}
.home .hcon .main .intro .ability .nr .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: all 4s;
}
.home .hcon .main .intro .ability .nr .pic:hover img {
  transform: scale(1.05);
}
.home .hcon .main .intro .ability .nr .text {
  width: 40%;
  padding: 0 5%;
  background: linear-gradient(to right, rgba(0, 78, 160, 0.5), rgba(0, 78, 160, 0));
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home .hcon .main .intro .ability .nr .text .p1 {
  color: white;
  font-size: 30px;
  margin-bottom: 60px;
	text-align: left;
}
.home .hcon .main .intro .ability .nr .text .des {
  color: white;
  font-size: 16px;
  line-height: 38px; 
	text-align: left;

	
}

.idea_top{ width: 100%; background: #004a9d; height: auto; overflow: hidden;}


.home .hcon .main .intro .process {
  width: 70%;
  margin: 60px auto;
  animation: polygon 1s linear forwards;
  padding: 40px 0;
}
@keyframes polygon {
  0% {
    -webkit-clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
    clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
    opacity: 0;
  }
  100% {
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
    opacity: 1;
  }
}
.home .hcon .main .intro .process .title {
  width: 100%;
  color: white;
  font-size: 42px;
  font-family: "SOURCEHANSANSCN-MEDIUM";
}
.home .hcon .main .intro .process .allImgs {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin: 60px 0;
}
.home .hcon .main .intro .process .allImgs .btns {
  width: 20%;
  position: relative;
}
.home .hcon .main .intro .process .allImgs .btns .prev {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1000;
  cursor: pointer;
}
.home .hcon .main .intro .process .allImgs .btns .prev i {
  color: white;
  position: absolute;
  left: 50%;
  font-size: 25px;
  top: 50%;
  transition: all 600ms;
  transform: translate(-50%, -55%) rotate(-90deg);
}
.home .hcon .main .intro .process .allImgs .btns .prev:hover i {
  color: #E5042A;
}
.home .hcon .main .intro .process .allImgs .btns .next {
  position: absolute;
  left: 24%;
  bottom: 0;
  z-index: 1000;
  cursor: pointer;
}
.home .hcon .main .intro .process .allImgs .btns .next i {
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 25px;
  transition: all 600ms;
  transform: translate(-50%, -55%) rotate(90deg);
}
.home .hcon .main .intro .process .allImgs .btns .next:hover i {
  color: #E5042A;
}
.home .hcon .main .intro .process .allImgs .left {
  width: 30%;
  background: linear-gradient(to left, rgba(65, 65, 65, 0.5), rgba(65, 65, 65, 0));
}
.home .hcon .main .intro .process .allImgs .left .swiper-container {
  width: 100%;
}
.home .hcon .main .intro .process .allImgs .left .swiper-container .swiper-wrapper .swiper-slide .item .des1 {
  margin-top: 40px;
}
.home .hcon .main .intro .process .allImgs .left .swiper-container .swiper-wrapper .swiper-slide .item .des1 p:nth-child(1) {
  color: white;
  font-size: 21px;
}
.home .hcon .main .intro .process .allImgs .left .swiper-container .swiper-wrapper .swiper-slide .item .des1 p:nth-child(2) {
  color: white;
  font-family: "ITCAvantGardeStd-XLt";
  font-size: 18px;
  opacity: 0.5;
  margin: 8px 0 15px 0;
}
.home .hcon .main .intro .process .allImgs .left .swiper-container .swiper-wrapper .swiper-slide .item .des1 p:nth-child(3) {
  color: #E60027;
  font-size: 24px;
  font-family: "ITCAvantGardeStd-Md";
}
.home .hcon .main .intro .process .allImgs .left .swiper-container .swiper-wrapper .swiper-slide .item .des2 {
  margin-top: 30px;
}
.home .hcon .main .intro .process .allImgs .left .swiper-container .swiper-wrapper .swiper-slide .item .des2 p:nth-child(1) {
  color: white;
  font-size: 18px;
}
.home .hcon .main .intro .process .allImgs .left .swiper-container .swiper-wrapper .swiper-slide .item .des2 p:nth-child(2) {
  color: #B4B4B4;
  font-size: 14px;
  margin-top: 15px;
}
.home .hcon .main .intro .process .allImgs .right {
  width: 50%;
}
.home .hcon .main .intro .process .allImgs .right .swiper-container {
  width: 100%;
}
.home .hcon .main .intro .process .allImgs .right .swiper-container .swiper-wrapper .swiper-slide .pic {
  width: 100%;
  height: 265px;
  overflow: hidden;
}
.home .hcon .main .intro .process .allImgs .right .swiper-container .swiper-wrapper .swiper-slide .pic img {
  width: 100%;
  height: 265px;
  display: block;
  object-fit: cover;
  transition: all 4s;
}
.home .hcon .main .intro .process .allImgs .right .swiper-container .swiper-wrapper .swiper-slide .pic:hover img {
  transform: scale(1.05);
}
.home .hcon .main .certification {
  width: 100%;
  background: url("../images/cbg.png") no-repeat;
  background-size: cover;
  padding: 80px 0;
}
.home .hcon .main .certification .title {
  width: 70%;
  margin: 0 auto;
  color: white;
  font-size: 42px;
  font-family: "SOURCEHANSANSCN-MEDIUM";
}
.home .hcon .main .certification .allImgs {
  width: 60%;
  margin: 60px auto;
  position: relative;
}
.home .hcon .main .certification .allImgs .swiper-container {
  width: 100%;
}
.home .hcon .main .certification .allImgs .swiper-container .swiper-wrapper {
  width: 100%;
}
.home .hcon .main .certification .allImgs .swiper-container .swiper-wrapper .swiper-slide .item .pic {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 342px;
  opacity: 0.5;
  transition: all 600ms;
  overflow: hidden;
}
.home .hcon .main .certification .allImgs .swiper-container .swiper-wrapper .swiper-slide .item .pic img {
  max-width: 100%;
  object-fit: contain;
  max-height: 100%;
  transition: all 600ms;
}
.home .hcon .main .certification .allImgs .swiper-container .swiper-wrapper .swiper-slide .item .pic:hover img {
  transform: scale(1.05);
}
.home .hcon .main .certification .allImgs .swiper-container .swiper-wrapper .swiper-slide .item .text {
  text-align: center;
  margin-top: 100px;
  position: relative;
}
.home .hcon .main .certification .allImgs .swiper-container .swiper-wrapper .swiper-slide .item .text::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: -50px;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
.home .hcon .main .certification .allImgs .swiper-container .swiper-wrapper .swiper-slide .item .text .p1 {
  color: #747474;
  position: relative;
  transform: translateY(30px);
  opacity: 0;
  transition: all 600ms;
}
.home .hcon .main .certification .allImgs .swiper-container .swiper-wrapper .swiper-slide .item .text .p1::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 25%;
  top: -50px;
  width: 50%;
  height: 2px;
  background-color: #E60027;
}
.home .hcon .main .certification .allImgs .swiper-container .swiper-wrapper .swiper-slide .item .text .p2 {
  color: white;
  font-size: 22px;
  margin-top: 20px;
  transform: translateY(30px);
  opacity: 0;
  transition: all 600ms;
}
.home .hcon .main .certification .allImgs .swiper-container .swiper-wrapper .swiper-slide-active .item .pic {
  opacity: 1;
}
.home .hcon .main .certification .allImgs .swiper-container .swiper-wrapper .swiper-slide-active .item .text .p1, .home .hcon .main .certification .allImgs .swiper-container .swiper-wrapper .swiper-slide-active .item .text .p2 {
  transform: translateY(0);
  opacity: 1;
}
.home .hcon .foot {
  width: 100%;
  background-color: #1C1D1E;
}
.home .hcon .foot .dom1 {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 60px 0;
}
.home .hcon .foot .dom1 .left {
  width: 15%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home .hcon .foot .dom1 .links {
  width: 55%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.home .hcon .foot .dom1 .links .item p {
  color: white;
}
.home .hcon .foot .dom1 .links .item .aList {
  margin-top: 50px;
}
.home .hcon .foot .dom1 .links .item .aList a {
  display: block;
  color: #878787;
  font-size: 14px;
  font-family: "SOURCEHANSANSCN-LIGHT";
  margin-top: 10px;
  transition: all 600ms;
}
.home .hcon .foot .dom1 .links .item .aList a:hover {
  color: #E60027;
}
.home .hcon .foot .dom1 .address {
  width: 15%;
}
.home .hcon .foot .dom1 .address .item p:nth-child(1) {
  color: white;
  font-size: 14px;
}
.home .hcon .foot .dom1 .address .item p:nth-child(2) {
  color: white;
  font-weight: bolder;
  font-family: "Ubuntu-Medium";
  font-size: 26px;
  margin-top: 30px;
}
.home .hcon .foot .dom1 .address .notice {
  margin-top: 100px;
}
.home .hcon .foot .dom1 .address .notice p {
  color: #878787;
  font-size: 14px;
}
.home .hcon .foot .dom1 .address .notice .icons {
  margin-top: 20px;
}
.home .hcon .foot .dom1 .address .notice .icons i {
  display: inline-block;
  margin-right: 20px;
  color: #AFAFAF;
  font-size: 20px;
  transition: all 600ms;
}
.home .hcon .foot .dom1 .address .notice .icons i:hover {
  color: #E60027;
}
.home .hcon .foot .dom2 {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 40px 0;
}
.home .hcon .foot .dom2 .l p, .home .hcon .foot .dom2 .l a {
  color: #878787;
  font-size: 14px;
}
.home .hcon .foot .dom2 .r a {
  color: #878787;
  font-size: 14px;
  transition: all 600ms;
}
.home .hcon .foot .dom2 .r a:hover {
  color: #E60027;
}
.home .showPage {
  -webkit-transform: rotateY(30deg);
  transform: rotateY(30deg);
  -webkit-transform-origin: 0 100% 0;
  transform-origin: 0 100% 0;
}
@media screen and (max-width: 1440px) {
  .home .hcon .main .intro .navList {
    width: 80%;
    padding: 35px 10%;
  }
  .home .hcon .main .intro .titles {
    width: 80%;
    padding: 60px 0;
  }
  .home .hcon .main .intro .titles .l {
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .home .header .dom1 {
    width: 90%;
    padding: 15px 0;
  }
  .home .header .dom1 .logo img {
    width: 100px;
  }
  .home .hcon .banner img {
    height: 500px;
  }
  .home .hcon .banner .text .p1 {
    font-size: 20px;
  }
  .home .hcon .main .intro {
    padding: 50px 0 0 0;
  }
  .home .hcon .main .intro .navList {
    width: 90%;
    padding: 20px 5%;
    flex-wrap: wrap;
  }
  .home .hcon .main .intro .navList p {
    font-size: 14px;
  }
  .home .hcon .main .intro .navList p::after {
    top: 3%;
  }
  .home .hcon .main .intro .navList a {
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .home .hcon .main .intro .titles {
    width: 90%;
    padding: 30px 0;
    margin: 10px auto;
    flex-direction: column;
    align-items: normal;
  }
  .home .hcon .main .intro .titles .l {
    font-size: 16px;
  }
  .home .hcon .main .intro .titles .r {
    margin-top: 20px;
  }
  .home .hcon .main .intro .titles .r p:nth-child(1) {
    font-size: 20px;
  }
  .home .hcon .main .intro .titles .r .change {
    right: -339px;
    top: -156px;
    transform: scale(0.2);
  }
  .home .hcon .main .intro .content {
    width: 90%;
    margin: 30px auto;
    flex-direction: column;
  }
  .home .hcon .main .intro .content .l {
    width: 100%;
  }
  .home .hcon .main .intro .content .l .des {
    font-size: 14px;
  }
  .home .hcon .main .intro .content .r {
    width: 100%;
  }
  .home .hcon .main .intro .content .r .item p:nth-child(2) {
    font-size: 16px;
  }
  .home .hcon .main .intro .nums {
    width: 90%;
  }
  .home .hcon .main .intro .nums .item {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .home .hcon .main .intro .nums .item .p1 p:nth-child(1) {
    font-size: 20px;
  }
  .home .hcon .main .intro .nums .item .p2 {
    font-size: 13px;
  }
  .home .hcon .main .intro .culture {
    width: 90%;
  }
  .home .hcon .main .intro .culture img {
    height: 400px;
  }
  .home .hcon .main .intro .idea {
    width: 90%;
    margin: 40px auto;
    flex-direction: column;
    margin-bottom: 0;
  }
  .home .hcon .main .intro .idea .item {
    width: 100%;
    border: none;
    height: auto;
    margin-bottom: 30px;
  }
  .home .hcon .main .intro .idea .item::before {
    display: none;
  }
  .home .hcon .main .intro .idea .item .bg {
    display: none;
  }
  .home .hcon .main .intro .idea .item .p1 {
    font-size: 16px;
  }
  .home .hcon .main .intro .factorys {
    width: 90%;
    padding-top: 200px;
  }
  .home .hcon .main .intro .factorys::before {
    width: 100%;
  }
  .home .hcon .main .intro .factorys .swiper-pagination {
    top: 7%;
  }
  .home .hcon .main .intro .factorys .swiper-pagination .swiper-pagination-bullet-active {
    transform: scale(1.2) translateX(10px) translateY(5px);
  }
  .home .hcon .main .intro .factorys .swiper-container .swiper-wrapper .swiper-slide .item {
    flex-direction: column;
  }
  .home .hcon .main .intro .factorys .swiper-container .swiper-wrapper .swiper-slide .item .des {
    width: 100%;
    padding-bottom: 30px;
  }
  .home .hcon .main .intro .factorys .swiper-container .swiper-wrapper .swiper-slide .item .pic {
    width: 100%;
    margin-top: 30px;
  }
  .home .hcon .main .intro .ability {
    margin: 30px 0;
  }
  .home .hcon .main .intro .ability .st {
    width: 90%;
    font-size: 20px;
    padding-top: 0;
  }
  .home .hcon .main .intro .ability .nr {
    width: 95%;
    flex-direction: column;
  }
  .home .hcon .main .intro .ability .nr .pic {
    width: 100%;
  }
  .home .hcon .main .intro .ability .nr .text {
    width: 90%;
    margin-top: 40px;
    background: transparent;
  }
  .home .hcon .main .intro .ability .nr .text .p1 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .home .hcon .main .intro .process {
    width: 90%;
    margin: 30px auto;
    padding: 20px 0;
  }
  .home .hcon .main .intro .process .title {
    font-size: 24px;
  }
  .home .hcon .main .intro .process .allImgs {
    margin: 30px auto;
    flex-direction: column;
    position: relative;
  }
  .home .hcon .main .intro .process .allImgs .btns {
    position: absolute;
    right: 0;
    top: 70px;
  }
  .home .hcon .main .intro .process .allImgs .btns .prev {
    left: 24%;
  }
  .home .hcon .main .intro .process .allImgs .btns .next {
    bottom: -60px;
  }
  .home .hcon .main .intro .process .allImgs .left {
    width: 100%;
    background: transparent;
  }
  .home .hcon .main .intro .process .allImgs .left .swiper-container .swiper-wrapper .swiper-slide .item .des1 {
    margin-top: 20px;
  }
  .home .hcon .main .intro .process .allImgs .left .swiper-container .swiper-wrapper .swiper-slide .item .des1 p:nth-child(1) {
    font-size: 18px;
  }
  .home .hcon .main .intro .process .allImgs .right {
    width: 100%;
    margin-top: 20px;
  }
  .home .hcon .main .intro .certification {
    padding: 40px 0;
  }
  .home .hcon .main .intro .certification .title {
    width: 90%;
    font-size: 24px;
  }
  .home .hcon .main .intro .certification .allImgs {
    width: 90%;
    margin: 30px auto;
  }
  .home .hcon .foot .dom1 {
    flex-direction: column;
    padding: 30px 0;
    text-align: center;
  }
  .home .hcon .foot .dom1 .left {
    width: 100%;
  }
  .home .hcon .foot .dom1 .left .code {
    margin: 15px 0;
  }
  .home .hcon .foot .dom1 .links {
    display: none;
  }
  .home .hcon .foot .dom1 .address {
    width: 100%;
  }
  .home .hcon .foot .dom1 .address .item p:nth-child(2) {
    margin-top: 20px;
  }
  .home .hcon .foot .dom1 .address .notice {
    margin-top: 20px;
  }
  .home .hcon .foot .dom2 {
    flex-direction: column;
    padding: 20px 0;
    width: 90%;
    text-align: center;
    line-height: 30px;
  }
}

.job-inner-sec .item{
    display: flex;
    justify-content: space-between;
}
.job-inner-sec .item .list{
    background: #fff;
    position: relative;
    box-shadow: 0 0 22px #d9d9d9;
    overflow: hidden;
    height: 445px;
    width: 22%;
}
.job-inner-sec .item .list .text{
    width: 100%;
    height: 100%;
    position: absolute;
    left:0;
    top:0;
    z-index: 2;
}
.job-inner-sec .item .list .inner{
    width: 100%;
    padding:0 10%;
    margin-top: 16%;
}
.job-inner-sec .item .list .icon{
    position:relative;
    height: 60px;
    margin-bottom: 6%;
}
.job-inner-sec .item .list .icon img{
    max-height: 100%;
}
.job-inner-sec .item .list .title{
    font-size:22px;
    color:#303030;
    font-weight: bold;
}
.job-inner-sec .item .list .en{
    font-size:14px;
    color:#717171;
    text-transform: uppercase;
    margin-top: 2.5%;
}
.job-inner-sec .item .list .des{
    font-size:14px;
    color:#5d5d5d;
    line-height: 30px;
    margin-top: 7%;
}
.job-inner-sec .item .list .bg{
    position: absolute;
    width: 550px;
    height: 550px;
    border-radius: 100%;
    background: #edf5ff;
    right: -65%;
    bottom: -96%;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
.job-inner-sec .item .list:hover .bg{
    background: #054599;
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
    -ms-transform: scale(5);
    -o-transform: scale(5);
    transform: scale(5);
}
.job-inner-sec .item .list:hover .text .icon img{
    filter: grayscale(100%) brightness(400%);
}
.job-inner-sec .item .list:hover .text .title{
    color:#fff;
}
.job-inner-sec .item .list:hover .text .en{
    color:#fff;
}
.job-inner-sec .item .list:hover .text .des{
    color:#fff;
}

.job-inner-sec{ margin-top: 50px;}
.warpper{ width: 70%; margin: 0px auto;}



@media (max-width: 992px) and (min-width: 768px){
  .job-inner-sec .item .list{
        height: 413px;
        width: 31%;
    }
    .job-inner-sec .item .list .title{
        font-size: 20px;
    }
    .job-inner-sec .item .list .icon{
        height: 40px;
    }
}
@media (max-width: 768px){
	.warpper{ width: 90%; margin: 0px auto;}
	.job-inner-sec .item .list {
    width: 100%;
    height: 306px;
}
 .job-inner-sec .item .list:nth-child(-n+2){
        margin-bottom: 5%;
    }
    .job-inner-sec .item{
        display: block;
    }
    .job-inner-sec .item .list .icon{
        height: 34px;
    }
    .job-inner-sec .item .list .title{
        font-size: 18px;
    }
    .job-inner-sec .item .list .en{
        font-size: 12px;
    }
    .job-inner-sec .item .list .inner{
        padding: 0 6%;
        margin-top: 11%;
    }
    .job-inner-sec .item .list .bg{
        right: -78%;
        bottom: -135%;
    }
	}
/*# sourceMappingURL=about.css.map */
