#index .banner {
  width: 100%;
  height: 100vh;
}

#index .banner .swiper-container,
#index .banner .swiper-wrapper {
  width: 100%;
  height: 100vh;
}

#index .banner .swiper-slide {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
}

#index .banner .texts {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}

#index .banner .texts .title {
  width: 100%;
  font-size: 56px;
  font-weight: bold;
  letter-spacing: 6px;
}

#index .banner .texts .desc {
  width: 100%;
  font-size: 20px;
  margin-top: 10px;
}

#index .banner .texts .btn {
  display: inline-block;
  width: auto;
  height: 40px;
  padding: 0 24px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 38px;
  color: #fff;
  margin-top: 40px;
}

#index .banner .swiper-pagination {
  bottom: 50px;
}

#index .banner .swiper-pagination-bullet {
  width: 50px;
  height: 3px;
  background-color: #fff;
  opacity: 0.1;
  border-radius: 1.5px;
  margin: 0 7px;
}

#index .banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

#index .banner .p-btn {
  display: block;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.05);
  color: #fff;
  line-height: 72px;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -36px;
  z-index: 2;
  cursor: pointer;
  outline: none;
}

#index .banner .p-btn i {
  font-size: 22px;
}

#index .banner .p-btn.prev {
  left: 160px;
}

#index .banner .p-btn.next {
  right: 160px;
}

#index .about {
  width: 100%;
  height: 720px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: url(../img/20.png);
  background-size: cover;
  background-position: center;
}

#index .about .img {
  width: 50%;
  height: 720px;
  background-size: cover;
  background-position: center;
}

#index .about .texts {
  width: 50%;
  padding: 20px 160px 20px 70px;
}

#index .about .texts .g-mod .en {
  color: #e2d7cc;
}

#index .about .texts .content {
  width: 100%;
  margin-top: 40px;
  font-size: 16px;
  line-height: 30px;
  max-height: 150px;
  overflow: hidden;
}

#index .about .texts .honor {
  width: 100%;
  margin-top: 30px;
}

#index .about .texts .honor .label {
  width: 100%;
  font-size: 16px;
}

#index .about .texts .honor .items {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#index .about .texts .honor .items .item {
  width: 23.28%;
  border: 1px solid #b1aba5;
  padding: 20px 15px 10px;
  text-align: center;
  margin-top: 15px;
}

#index .about .texts .honor .items .item i {
  display: block;
  width: 28px;
  height: 28px;
  font-size: 28px;
  line-height: 28px;
  margin: 0 auto;
}

#index .about .texts .honor .items .item p {
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  margin-top: 15px;
}

#index .about .texts .btn {
  display: inline-block;
  margin-top: 40px;
  height: 40px;
  border: 1px solid #2b241b;
  line-height: 38px;
  text-align: center;
  padding: 0 24px;
  font-size: 16px;
  color: #2b241b;
}

#index .deve {
  width: 100%;
  padding: 50px 160px;
  background-color: #1f228a;
  position: relative;
}

#index .deve .main {
  max-width: 1280px;
  display: flex;
  justify-content: space-between;
}

#index .deve .item {
  width: auto;
  color: #fff;
  font-size: 16px;
}

#index .deve .item .top span {
  font-size: 40px;
  line-height: 40px;
  font-family: "DIN";
}

#index .deve i {
  display: block;
  width: 2px;
  height: 60px;
  background-color: #0a0d73;
  margin-top: 6px;
}

#index .deve::before {
  content: "";
  display: block;
  width: 120px;
  height: 210px;
  background-image: url(../img/45.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

#index .deve::after {
  content: "";
  display: block;
  width: 120px;
  height: 210px;
  background-image: url(../img/46.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

#index .thumb {
  width: 100%;
  padding: 120px 0 0;
}

#index .thumb .g-mod .en {
  color: #ebebff;
}

#index .thumb .gall {
  width: 100%;
  height: 650px;
  margin-top: 90px;
  background-color: #1c1e75;
  display: flex;
  justify-content: space-between;
  transition: all 0.5s;
}

#index .thumb .gall .item {
  width: 126px;
  height: 100%;
  display: flex;
  align-items: stretch;
  transition: all 0.5s;
}

#index .thumb .gall .item .bar {
  width: 126px;
  border-right: 1px solid #45468b;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  padding: 74px 6px;
  cursor: pointer;
  transition: all 0.5s;
}

#index .thumb .gall .item .bar i {
  font-size: 32px;
  line-height: 32px;
  color: #f5a100;
  transition: all 0.5s;
}

#index .thumb .gall .item .bar .title {
  font-size: 20px;
  margin-top: 24px;
  font-weight: bold;
  writing-mode: vertical-lr;
}

#index .thumb .gall .item .bar .en {
  writing-mode: vertical-lr;
  margin-top: 24px;
}

#index .thumb .gall .item .img {
  width: 0;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  position: relative;
  transition: all 0.5s;
  background-repeat: no-repeat;
}

#index .thumb .gall .item .img img {
  opacity: 0;
  transition: all 0.5s;
}

#index .thumb .gall .item .img .text {
  color: #fff;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
  text-align: center;
  transition: all 0.5s;
}

#index .thumb .gall .item .img .text .title {
  white-space: nowrap;
  font-size: 32px;
  font-weight: bold;
}

#index .thumb .gall .item .img .text .desc {
  white-space: nowrap;
  font-size: 16px;
  margin-top: 30px;
}

#index .thumb .gall .item.active {
  width: 100%;
}

#index .thumb .gall .item.active .bar i {
  color: #fff;
}

#index .thumb .gall .item.active .img {
  width: 100%;
}

#index .case {
  width: 100%;
  padding: 60px 0 110px;
  background-image: url(../img/20.png);
  background-size: cover;
  background-position: center;
}

#index .case .g-mod .en {
  color: #e1d7cb;
}

#index .case .list {
  width: 100%;
  margin-top: 80px;
}

#index .case .list .top {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

#index .case .list .smalls {
  width: 49.56%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#index .case .list .smalls .item {
  margin-top: 16px;
}

#index .case .list .smalls .item:nth-child(1), #index .case .list .smalls .item:nth-child(2) {
  margin-top: 0;
}

#index .case .list .item {
  display: block;
  width: 49.3%;
  position: relative;
  background-size: cover;
  background-position: center;
}

#index .case .list .item img {
  width: 100%;
  height: auto;
  opacity: 0;
}

#index .case .list .item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  color: #fff;
  padding: 0 30px;
  opacity: 0;
  transition: all 0.3s;
}

#index .case .list .item .text .title {
  width: 100%;
  height: 56px;
  border-bottom: 1px solid #9b9dc6;
  line-height: 55px;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}

#index .case .list .item .text .bots {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
  font-size: 16px;
}

#index .case .list .item .text .bots .more {
  display: inline-flex;
  align-items: center;
}

#index .case .list .item .text .bots i {
  font-size: 14px;
  margin-left: 4px;
}

#index .case .list .item::before {
  content: '';
  display: block;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s;
}

#index .case .list .item.big {
  width: 49.56%;
}

#index .case .list .item:hover::before {
  background-color: rgba(26, 29, 133, 0.8);
}

#index .case .list .item:hover .text {
  opacity: 1;
}

#index .case .list .items {
  width: 100%;
  display: flex;
}

#index .case .list .items .item {
  margin-left: 0.93%;
  margin-top: 16px;
}

#index .case .list .items .item:nth-child(4n+1) {
  margin-left: 0;
}

#index .case .list-more {
  margin-top: 20px;
  display: block;
  width: 100%;
  height: 56px;
  border: 1px solid #b4b1ae;
  color: #333;
  text-align: center;
  line-height: 54px;
  font-size: 16px;
}

#index .partner {
  width: 100%;
  padding: 110px 0 130px;
}

#index .partner .g-mod .en {
  color: #ebebff;
}

#index .partner .swiper {
  width: 100%;
  margin-top: 90px;
  position: relative;
}

#index .partner .swiper-slide {
  background-color: #f7f7f7;
  position: relative;
  transition: all 0.3s;
}

#index .partner .swiper-slide .bg {
  width: 100%;
}

#index .partner .swiper-slide .img {
  width: 132px;
  height: 132px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}

#index .partner .swiper-slide .img img {
  width: 100%;
  height: 100%;
}

#index .partner .swiper-slide .img .l {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}

#index .partner .swiper-slide .img .y {
  opacity: 0;
  transition: all 0.3s;
}

#index .partner .swiper-slide .title {
  width: 100%;
  position: absolute;
  bottom: -48px;
  left: 0;
  right: 0;
  height: 48px;
  line-height: 48px;
  padding: 0 10px;
  font-size: 16px;
  color: #fff;
  background-color: #343794;
  transition: all 0.3s;
  text-align: center;
}

#index .partner .swiper-slide:hover {
  background-color: #1e2189;
}

#index .partner .swiper-slide:hover .img {
  margin-top: -24px;
}

#index .partner .swiper-slide:hover .img .l {
  opacity: 0;
}

#index .partner .swiper-slide:hover .img .y {
  opacity: 1;
}

#index .partner .swiper-slide:hover .title {
  bottom: 0;
}

#index .partner .p-btn {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1e2189;
  color: #1e2189;
  position: absolute;
  top: 50%;
  margin-top: -36px;
  cursor: pointer;
  outline: none;
}

#index .partner .p-btn i {
  font-size: 22px;
}

#index .partner .p-btn.prev {
  left: -92px;
}

#index .partner .p-btn.next {
  right: -92px;
}

#index .contact {
  width: 100%;
  padding: 110px 0 260px;
  background-image: url(../img/60.png);
  background-size: cover;
  background-position: center;
}

#index .contact .g-mod .en {
  color: #363636;
}

#index .contact .g-mod .cn {
  color: #fff;
}

#index .contact .cont {
  width: 100%;
  color: #fff;
  margin-top: 120px;
}

#index .contact .cont .left {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-220%);
}

#index .contact .cont .left i {
  font-size: 40px;
  line-height: 40px;
}

#index .contact .cont .left .btn {
  display: inline-block;
  padding: 0 24px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #999;
  color: #fff;
  font-size: 16px;
  margin-top: 50px;
}

#index .contact .cont i.line {
  display: block;
  width: 1px;
  height: 130px;
  background-color: #999;
  flex-shrink: 0;
  position: absolute;
  left: 50%;
}

#index .contact .cont .addr {
  width: 350px;
  position: absolute;
  left: 50%;
  margin-left: 120px;
}

#index .contact .cont .addr .line {
  width: 100%;
  display: flex;
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  margin-top: 30px;
}

#index .contact .cont .addr .line:first-child {
  margin-top: 0;
}

#index .contact .cont .addr .line i {
  font-size: 16px;
  margin-right: 24px;
}

#contact .contact {
  width: 100%;
  padding: 95px 0 110px;
  background-color: #f7f7f7;
}

#contact .contact .block {
  background-color: #fff;
  margin-top: 64px;
  padding: 40px;
  display: flex;
  align-items: center;
}

#contact .contact .map {
  width: 57.9%;
  height: 495px;
}

#contact .contact .map #allmap {
  width: 100%;
  height: 100%;
}

#contact .contact .texts {
  width: 42.1%;
  padding: 0 9%;
}

#contact .contact .texts .logo {
  width: 100%;
  max-width: 343px;
}

#contact .contact .texts .logo img {
  width: 100%;
}

#contact .contact .texts .info {
  width: 100%;
  margin-top: 50px;
}

#contact .contact .texts .line {
  width: 100%;
  display: flex;
  font-size: 16px;
  line-height: 24px;
  margin-top: 15px;
}

#contact .contact .texts .line i {
  font-size: 16px;
  flex-shrink: 0;
  margin-right: 24px;
}

#contact .contact .texts .line .label {
  white-space: nowrap;
}

#contact .feed {
  width: 100%;
  background-image: url(../img/04.png);
  background-size: cover;
  background-position: center;
  padding: 95px 0;
}

#contact .feed .g-mod .en {
  color: #3a408e;
}

#contact .feed .g-mod .cn {
  color: #fff;
}

#contact .feed .form {
  width: 100%;
  margin-top: 50px;
}

#contact .feed .form .i-t {
  width: 100%;
  border: 1px solid #8385b0;
}

#contact .feed .form .inputs {
  width: 100%;
  display: flex;
  background-color: rgba(0, 0, 0, 0.1);
}

#contact .feed .form .input {
  width: 100%;
  height: 58px;
  display: flex;
  align-items: center;
  padding: 0 40px;
  border-right: 1px solid #8385b0;
}

#contact .feed .form .input:last-child {
  border-right: none;
}

#contact .feed .form .input .label {
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
}

#contact .feed .form .input input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  padding: 0 35px;
  border: none;
  color: #fff;
}

#contact .feed .form .input input::-webkit-input-placeholder {
  color: #999;
}

#contact .feed .form .textarea {
  width: 100%;
  border-top: 1px solid #8385b0;
  padding: 0 40px;
  display: flex;
  background-color: rgba(0, 0, 0, 0.1);
}

#contact .feed .form .textarea .label {
  height: 58px;
  line-height: 58px;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
}

#contact .feed .form .textarea textarea {
  width: 100%;
  height: 300px;
  border: none;
  resize: none;
  padding: 20px 35px;
  background-color: transparent;
  color: #fff;
}

#contact .feed .form .textarea textarea::-webkit-input-placeholder {
  color: #999;
}

#contact .feed .form .yzm {
  margin-top: 20px;
  width: 100%;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#contact .feed .form .yzm .label {
  height: 58px;
  line-height: 58px;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
}

#contact .feed .form .yzm input {
  width: 250px;
  height: 58px;
  border: 1px solid #8385b0;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 0 20px;
  margin: 0 10px 0 15px;
  color: #fff;
}

#contact .feed .form .yzm input::-webkit-input-placeholder {
  color: #999;
}

#contact .feed .form .yzm img {
  width: 150px;
  height: 58px;
  display: block;
}

#contact .feed .form .btns {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

#contact .feed .form .btns .btn {
  display: inline-block;
  height: 58px;
  border: 1px solid #fff;
  color: #fff;
  width: 160px;
  border-radius: 29px;
  line-height: 56px;
  font-size: 18px;
  font-weight: bold;
}

#contact .join {
  width: 100%;
  padding: 95px 0 110px;
}

#contact .join .g-mod .en {
  color: #ebebff;
}

#contact .join .swiper {
  width: 100%;
  margin-top: 60px;
  position: relative;
}

#contact .join .swiper .swiper-slide {
  padding: 45px 30px 40px;
  border: 1px solid #e6e6e6;
}

#contact .join .swiper .swiper-slide .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}

#contact .join .swiper .swiper-slide .texts {
  width: 100%;
  padding: 20px 0;
  line-height: 26px;
  color: #666;
}

#contact .join .swiper .swiper-slide .fun {
  width: 100%;
  display: flex;
  align-items: center;
}

#contact .join .swiper .swiper-slide .fun .btn {
  width: 116px;
  height: 40px;
  background-color: #1e2189;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
}

#contact .join .swiper .swiper-slide .fun .more {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: #1e2189;
  margin-left: 20px;
}

#contact .join .swiper .swiper-slide .fun .more i {
  font-size: 12px;
  margin-left: 6px;
}

#contact .join .swiper .p-btn {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1e2189;
  color: #1e2189;
  position: absolute;
  top: 50%;
  margin-top: -36px;
  cursor: pointer;
  outline: none;
}

#contact .join .swiper .p-btn i {
  font-size: 22px;
}

#contact .join .swiper .p-btn.prev {
  left: -92px;
}

#contact .join .swiper .p-btn.next {
  right: -92px;
}

#join .detail {
  width: 100%;
  padding: 80px 0 110px;
}

#join .detail .block {
  width: 100%;
  border: 1px solid #e6e6e6;
}

#join .detail .block .title {
  width: 100%;
  padding: 24px 40px;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #e6e6e6;
}

#join .detail .block .items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 25px 0 35px 0;
  border-bottom: 1px solid #e6e6e6;
}

#join .detail .block .items .item {
  width: 25%;
  padding: 0 40px;
  display: flex;
  line-height: 28px;
  font-weight: bold;
  margin-top: 10px;
}

#join .detail .block .items .item .label {
  color: #666;
  white-space: nowrap;
}

#join .detail .block .items .item .text {
  margin-left: 16px;
}

#join .detail .block .cond {
  width: 100%;
  padding: 10px 40px 35px 40px;
}

#join .detail .block .cond .item {
  margin-top: 30px;
  display: flex;
  line-height: 32px;
  font-weight: bold;
}

#join .detail .block .cond .item .label {
  color: #666;
  white-space: nowrap;
}

#join .detail .block .cond .item .content {
  margin-left: 16px;
}

#join .detail .block .cond .item .content img {
  max-width: 100%;
}

#join .detail .btns {
  width: 100%;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#join .detail .btns a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border-radius: 24px;
}

#join .detail .btns .prev,
#join .detail .btns .next {
  width: 180px;
  border: 1px solid #1e2189;
  color: #1e2189;
}

#join .detail .btns .prev span,
#join .detail .btns .next span {
  font-size: 16px;
}

#join .detail .btns .prev i,
#join .detail .btns .next i {
  font-size: 12px;
}

#join .detail .btns .prev i {
  margin-right: 10px;
}

#join .detail .btns .next i {
  margin-left: 10px;
}

#join .detail .btns .subbtn {
  width: 164px;
  background-color: #1e2189;
  color: #fff;
  font-size: 16px;
  margin: 0 30px;
}

#popu .block {
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  padding: 0 40px 60px;
}

#popu .block .title {
  width: 100%;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  font-size: 24px;
  font-weight: bold;
}

#popu .block .form {
  width: 100%;
  margin-top: 20px;
}

#popu .block .form .line {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 20px;
}

#popu .block .form .line .label {
  width: 90px;
  white-space: nowrap;
  font-size: 16px;
  text-align: right;
  padding-right: 20px;
}

#popu .block .form .line .label .color-red {
  color: #df3f3f;
}

#popu .block .form .line .input {
  width: 100%;
  height: 48px;
  display: flex;
}

#popu .block .form .line .input input[type="text"] {
  width: 100%;
  height: 48px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 0 24px;
}

#popu .block .form .line .input img {
  width: 180px;
  height: 48px;
  margin-left: 10px;
  flex-shrink: 0;
}

#popu .block .form .line .upload {
  width: 160px;
  height: 48px;
  border-radius: 24px;
  border: 1px solid #1e2189;
  color: #1e2189;
  position: relative;
  text-align: center;
  line-height: 46px;
}

#popu .block .form .line .upload input {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}

#popu .block .form .btns {
  width: 100%;
  margin-top: 50px;
  text-align: center;
}

#popu .block .form .btns .btn {
  display: inline-block;
  width: 156px;
  height: 48px;
  border-radius: 24px;
  line-height: 48px;
  text-align: center;
  background-color: #1e2189;
  color: #fff;
  font-size: 16px;
}

#popu .block i.close {
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 24px;
  color: #666;
  cursor: pointer;
}

#news .list {
  width: 100%;
  margin-top: 50px;
}

#news .list .item {
  display: flex;
  align-items: center;
  border: 1px solid #e5e5e5;
  margin-bottom: 30px;
}

#news .list .item .img {
  width: 300px;
  height: 225px;
  flex-shrink: 0;
}

#news .list .item .img img {
  width: 100%;
  height: 100%;
}

#news .list .item .texts {
  width: calc(100% - 300px);
  padding: 10px 70px 10px 30px;
}

#news .list .item .texts .title {
  width: 100%;
  height: 26px;
  line-height: 26px;
  font-size: 24px;
  font-weight: bold;
  color: #1e2189;
  display: flex;
  align-items: center;
}

#news .list .item .texts .title span {
  padding: 0 15px;
  height: 26px;
  display: inline-block;
  border-radius: 13px;
  font-size: 14px;
  border: 1px solid #d4d5e6;
  color: #1e2189;
  margin-right: 16px;
}

#news .list .item .texts .desc {
  line-height: 26px;
  color: #666;
  height: 52px;
  margin-top: 15px;
}

#news .list .item .texts .bot {
  width: 100%;
  margin-top: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#news .list .item .texts .bot .date {
  color: #999;
}

#news .list .item .texts .bot .more {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: #1e2189;
}

#news .list .item .texts .bot .more i {
  font-size: 12px;
  margin-left: 10px;
}

#news .pages {
  margin-top: 20px;
  margin-bottom: 70px;
}

#news .detail {
  width: 100%;
  padding: 60px 0 190px;
}

#news .detail .main {
  max-width: 800px;
}

#news .detail .info {
  text-align: center;
}

#news .detail .title {
  font-size: 32px;
  font-weight: bold;
}

#news .detail .date {
  color: #999;
  margin-top: 10px;
}

#news .detail .content {
  margin-top: 40px;
  line-height: 26px;
}

#news .detail .content img {
  max-width: 100%;
}

#prtn .prtn {
  width: 100%;
  padding: 95px 0 110px;
}

#prtn .prtn .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 90px;
}

#prtn .prtn .list .item {
  width: 32.5%;
  margin-left: 1.25%;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  padding: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.3s;
  position: relative;
}

#prtn .prtn .list .item:nth-child(3n + 1) {
  margin-left: 0;
}

#prtn .prtn .list .item .img {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}

#prtn .prtn .list .item .img img {
  width: 150px;
  height: 150px;
}

#prtn .prtn .list .item .img .l {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}

#prtn .prtn .list .item .img .y {
  opacity: 0;
  transition: all 0.3s;
}

#prtn .prtn .list .item .title {
  text-align: center;
  font-size: 16px;
  overflow: hidden;
  transition: all 0.3s;
  margin-top: 18px;
  opacity: 0;
}

#prtn .prtn .list .item .desc {
  line-height: 28px;
  overflow: hidden;
  transition: all 0.3s;
  margin-top: 40px;
  opacity: 0;
  max-height: 196px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#prtn .prtn .list .item .desc::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #1e2189;
}

#prtn .prtn .list .item .desc::-webkit-scrollbar-track {
  border-radius: 3px;
  background-color: #1e2189;
}

#prtn .prtn .list .item .desc::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #ddd;
}

#prtn .prtn .list .item:hover {
  background-color: #1e2189;
}

#prtn .prtn .list .item:hover .img .l {
  opacity: 0;
}

#prtn .prtn .list .item:hover .img .y {
  opacity: 1;
}

#prtn .prtn .list .item:hover .title {
  opacity: 1;
}

#prtn .prtn .list .item:hover .desc {
  opacity: 1;
}

#prtn .prtn .pages {
  margin-top: 50px;
}

#prod .intr {
  width: 100%;
  padding: 70px 0 90px;
}

#prod .intr .main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#prod .intr .main .img {
  width: 42%;
  height: 498px;
  background-size: cover;
  background-position: center;
}

#prod .intr .main .texts {
  width: 58%;
  padding: 0 76px;
}

#prod .intr .main .texts .g-mod {
  text-align: left;
}

#prod .intr .main .texts .g-mod .en {
  color: #ebebff;
}

#prod .intr .main .texts .content {
  width: 100%;
  height: 280px;
  margin-top: 50px;
  font-size: 16px;
  line-height: 28px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#prod .intr .main .texts .content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}

#prod .intr .main .texts .content::-webkit-scrollbar-track {
  border-radius: 3px;
  background-color: #f5f5f5;
}

#prod .intr .main .texts .content::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #ddd;
}

#prod .hard {
  width: 100%;
  padding: 80px 0 110px;
  background-image: url(../img/20.png);
  background-size: cover;
  background-position: center;
}

#prod .hard .g-mod .en {
  color: #e7ddd3;
}

#prod .hard .list {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}

#prod .hard .list .item {
  display: block;
  float: left;
  width: 24.25%;
  margin-left: 1%;
  margin-bottom: 14px;
}

#prod .hard .list .item:nth-child(4n + 1) {
  margin-left: 0;
}

#prod .hard .list .item .img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

#prod .hard .list .item .img img {
  width: 100%;
  transition: all 0.3s;
}

#prod .hard .list .item .texts {
  width: 100%;
  border: 1px solid #e5e5e5;
  border-top: none;
  padding: 12px 24px 15px;
  background-color: #f5f5f5;
  transition: all 0.3s;
}

#prod .hard .list .item .texts .title {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #e5e5ee;
  line-height: 49px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

#prod .hard .list .item .texts .desc {
  width: 100%;
  margin-bottom: 6px;
  color: #666;
  transition: color 0.3s;
}

#prod .hard .list .item:hover .img img {
  transform: scale(1.1);
}

#prod .hard .list .item:hover .texts {
  background-color: #1e2189;
  color: #fff;
}

#prod .hard .list .item:hover .texts .desc {
  color: #fff;
}

#prod .hard .pages {
  margin-top: 50px;
}

#prod .detail {
  width: 100%;
  padding: 45px 0 110px;
  background-color: #f7f7f7;
}

#prod .detail .main {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#prod .detail .swiper {
  width: 49%;
}

#prod .detail .swiper .swiper-slide {
  width: 100%;
}

#prod .detail .swiper .swiper-slide img {
  width: 100%;
}

#prod .detail .swiper .btn {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  z-index: 2;
  margin-top: -16px;
  cursor: pointer;
  outline: none;
  color: #1e2189;
}

#prod .detail .swiper .btn.swiper-button-disabled {
  opacity: 0.5;
}

#prod .detail .swiper .btn i {
  font-size: 32px;
  line-height: 32px;
}

#prod .detail .swiper .btn.prev {
  left: 30px;
}

#prod .detail .swiper .btn.next {
  right: 30px;
}

#prod .detail .swiper .swiper-pagination-bullets {
  bottom: 30px;
}

#prod .detail .swiper .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #fff;
  opacity: 0.2;
  margin: 0 12px;
}

#prod .detail .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}

#prod .detail .texts {
  width: 51%;
  padding: 66px 70px 30px 70px;
}

#prod .detail .texts .title {
  font-size: 20px;
  font-weight: bold;
}

#prod .detail .texts .descs {
  width: 100%;
  font-size: 14px;
  line-height: 26px;
  color: #666;
  margin-top: 25px;
}

#prod .detail .texts .content {
  font-size: 14px;
  line-height: 26px;
  color: #666;
  margin-top: 20px;
  height: 180px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#prod .detail .texts .content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}

#prod .detail .texts .content::-webkit-scrollbar-track {
  border-radius: 3px;
  background-color: #f5f5f5;
}

#prod .detail .texts .content::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #ddd;
}

#prod .detail .texts .btns {
  display: flex;
  margin-top: 50px;
}

#prod .detail .texts .btns a {
  display: block;
  width: 56px;
  height: 56px;
  border: 1px solid #d8d9ea;
  color: #1e2189;
  border-radius: 50%;
  line-height: 54px;
  text-align: center;
}

#prod .detail .texts .btns a i {
  font-size: 17px;
}

#prod .detail .texts .btns a.disabled {
  color: #d8d9ea;
}

#prod .detail .texts .btns a:first-child {
  margin-right: 30px;
}

#supp .prob {
  width: 100%;
  padding: 95px 0 110px;
}

#supp .prob .g-mod .en {
  color: #ebebff;
}

#supp .prob .list {
  width: 100%;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}

#supp .prob .list .list-l {
  width: 47.5%;
}

#supp .prob .list .list-r {
  width: 47.5%;
}

#supp .prob .list .item {
  display: block;
}

#supp .prob .list .item .tops {
  width: 100%;
  height: 95px;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#supp .prob .list .item .tops img {
  display: block;
  width: 32px;
  flex-shrink: 0;
  margin-right: 20px;
}

#supp .prob .list .item .tops .title {
  width: 100%;
  font-size: 20px;
}

#supp .prob .list .item .tops i {
  display: block;
  flex-shrink: 0;
  font-size: 24px;
  color: #666;
  margin-left: 20px;
  transition: all 0.3s;
}

#supp .prob .list .item .tops.active i {
  transform: rotate(-180deg);
}

#supp .prob .list .item .bots {
  width: 100%;
  padding: 30px;
  background-color: #f7f7f7;
  line-height: 26px;
  display: none;
}

#supp .prin {
  width: 100%;
  padding: 80px 0 110px;
  background-image: url(../img/20.png);
  background-size: cover;
  background-position: center;
}

#supp .prin .g-mod .en {
  color: #e5dbce;
}

#supp .prin .swiper {
  width: 100%;
  margin-top: 60px;
  position: relative;
}

#supp .prin .swiper .swiper-slide {
  position: relative;
}

#supp .prin .swiper .swiper-slide img {
  width: 100%;
}

#supp .prin .swiper .swiper-slide span {
  position: absolute;
  top: 24px;
  left: 24px;
  background-color: #1e2189;
  display: block;
  height: 32px;
  line-height: 32px;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
  border-radius: 16px;
}

#supp .prin .swiper .p-btn {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1e2189;
  color: #1e2189;
  position: absolute;
  top: 50%;
  margin-top: -36px;
  cursor: pointer;
  outline: none;
}

#supp .prin .swiper .p-btn i {
  font-size: 22px;
}

#supp .prin .swiper .p-btn.prev {
  left: -92px;
}

#supp .prin .swiper .p-btn.next {
  right: -92px;
}

#supp .serv {
  width: 100%;
  padding: 90px 0;
}

#supp .serv .g-mod .en {
  color: #ebebff;
}

#supp .serv .list {
  width: 100%;
  margin-top: 70px;
  overflow: hidden;
}

#supp .serv .list .item {
  width: 25%;
  height: 300px;
  background-size: cover;
  background-position: center;
  float: left;
  position: relative;
}

#supp .serv .list .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.75);
  transition: all 0.3s;
}

#supp .serv .list .item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(40, 43, 130, 0);
  transition: all 0.3s;
  text-align: center;
  color: #fff;
}

#supp .serv .list .item .text {
  position: absolute;
  top: 88px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  z-index: 4;
  text-align: center;
  color: #fff;
}

#supp .serv .list .item .text i {
  font-size: 36px;
  line-height: 36px;
}

#supp .serv .list .item .text .title {
  margin-top: 24px;
  font-size: 24px;
  font-weight: bold;
}

#supp .serv .list .item .text .desc {
  margin-top: 10px;
  font-size: 16px;
}

#supp .serv .list .item.long {
  width: 100%;
}

#supp .serv .list .item:hover::before {
  background-color: rgba(40, 43, 130, 0.85);
}

#supp .serv .list .item:hover::after {
  top: 16px;
  left: 16px;
  right: 16px;
  bottom: 16px;
  background-color: rgba(40, 43, 130, 0.75);
}

#about .infom {
  width: 100%;
  padding: 95px 0 150px;
}

#about .infom .main {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 0 80px;
}

#about .infom .texts {
  width: 48%;
  max-width: 565px;
}

#about .infom .texts .g-mod {
  text-align: left;
}

#about .infom .texts .g-mod .en {
  color: #ebebff;
}

#about .infom .texts .icon {
  width: 100%;
  height: 30px;
  background-image: url(../img/58.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  margin-top: 55px;
}

#about .infom .texts .content {
  font-size: 16px;
  line-height: 26px;
  margin-top: 24px;
  max-height: 310px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#about .infom .texts .content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}

#about .infom .texts .content::-webkit-scrollbar-track {
  border-radius: 3px;
  background-color: #f5f5f5;
}

#about .infom .texts .content::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #ddd;
}

#about .infom .img {
  width: 48%;
  max-width: 673px;
  height: 498px;
  background-size: cover;
  background-position: center;
}

#about .devi {
  width: 100%;
  padding: 80px 0 110px;
  background-image: url(../img/20.png);
  background-size: cover;
  background-position: center;
}

#about .devi .g-mod .en {
  color: #e5dbce;
}

#about .devi .swiper {
  width: 100%;
  margin-top: 60px;
  position: relative;
}

#about .devi .swiper .swiper-slide {
  position: relative;
}

#about .devi .swiper .swiper-slide img {
  width: 100%;
}

#about .devi .swiper .swiper-slide p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 64px;
  line-height: 64px;
  padding: 0 24px;
  color: #fff;
  font-size: 16px;
}

#about .devi .swiper .p-btn {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1e2189;
  color: #1e2189;
  position: absolute;
  top: 50%;
  margin-top: -36px;
  cursor: pointer;
  outline: none;
}

#about .devi .swiper .p-btn i {
  font-size: 22px;
}

#about .devi .swiper .p-btn.prev {
  left: -92px;
}

#about .devi .swiper .p-btn.next {
  right: -92px;
}

#about .cul {
  width: 100%;
  padding: 100px 0 130px;
}

#about .cul .g-mod .en {
  color: #ebebff;
}

#about .cul .img {
  width: 100%;
  max-width: 1161px;
  margin: 90px auto 0;
  text-align: center;
}

#about .cul .img img {
  width: 100%;
}

#about .honor {
  width: 100%;
  padding: 100px 0 90px;
  background-image: url(../img/56.png);
  background-size: cover;
  background-position: center;
}

#about .honor .g-mod .en {
  color: #292b67;
}

#about .honor .g-mod .cn {
  color: #fff;
}

#about .honor .swiper {
  width: 100%;
  margin-top: 60px;
  position: relative;
}

#about .honor .swiper .swiper-slide {
  position: relative;
}

#about .honor .swiper .swiper-slide img {
  width: 100%;
}

#about .honor .swiper .swiper-slide .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

#about .honor .swiper .swiper-slide .mask .iconfont {
  font-size: 32px;
  line-height: 32px;
  color: #1e2189;
}

#about .honor .swiper .swiper-slide .mask .title {
  font-size: 24px;
  margin-top: 20px;
}

#about .honor .swiper .swiper-slide .mask .line {
  display: block;
  width: 43px;
  height: 2px;
  background-color: #1e2189;
  margin-top: 24px;
}

#about .honor .swiper .swiper-slide:hover .mask {
  opacity: 0;
}

#about .honor .swiper .swiper-pagination {
  position: static;
  margin-top: 50px;
  text-align: center;
  width: 100%;
}

#about .honor .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.4;
  margin: 0 10px;
  outline: none;
}

#about .honor .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}

#about .deve {
  width: 100%;
  padding: 110px 0;
}

#about .deve .main {
  padding: 0 80px;
}

#about .deve .g-mod .en {
  color: #ebebff;
}

#about .deve .tab {
  width: 100%;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

#about .deve .tab .line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  z-index: 1;
}

#about .deve .tab .line::after {
  content: "";
  display: block;
  position: inherit;
  width: 0;
  height: 1px;
  background-color: #1e2189;
  transition: all 0.3s;
}

#about .deve .tab .item {
  display: block;
  width: 25%;
  text-align: center;
  position: relative;
  z-index: 2;
}

#about .deve .tab .item .dot {
  display: block;
  width: 29px;
  height: 29px;
  border: 1px solid transparent;
  border-radius: 50%;
  padding: 6px;
  margin: 0 auto;
  transition: all 0.3s;
}

#about .deve .tab .item .dot::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #e6e6e6;
  border-radius: 50%;
  transition: all 0.3s;
}

#about .deve .tab .item span {
  display: block;
  margin-top: 20px;
  font-size: 20px;
  color: #999;
  transition: all 0.3s;
}

#about .deve .tab .item.active .dot {
  border-color: #1e2189;
}

#about .deve .tab .item.active .dot::after {
  background-color: #1e2189;
}

#about .deve .tab .item.active span {
  color: #1e2189;
}

#about .deve .tab.active1 .line::after {
  width: 12.5%;
}

#about .deve .tab.active1 .item:nth-child(1) .dot {
  border-color: #1e2189;
}

#about .deve .tab.active1 .item:nth-child(1) .dot::after {
  background-color: #1e2189;
}

#about .deve .tab.active1 .item:nth-child(1) span {
  color: #1e2189;
}

#about .deve .tab.active2 .line::after {
  width: 37.5%;
}

#about .deve .tab.active2 .item:nth-child(1) .dot,
#about .deve .tab.active2 .item:nth-child(2) .dot {
  border-color: #1e2189;
}

#about .deve .tab.active2 .item:nth-child(1) .dot::after,
#about .deve .tab.active2 .item:nth-child(2) .dot::after {
  background-color: #1e2189;
}

#about .deve .tab.active2 .item:nth-child(1) span,
#about .deve .tab.active2 .item:nth-child(2) span {
  color: #1e2189;
}

#about .deve .tab.active3 .line::after {
  width: 62.5%;
}

#about .deve .tab.active3 .item:nth-child(1) .dot,
#about .deve .tab.active3 .item:nth-child(2) .dot,
#about .deve .tab.active3 .item:nth-child(3) .dot {
  border-color: #1e2189;
}

#about .deve .tab.active3 .item:nth-child(1) .dot::after,
#about .deve .tab.active3 .item:nth-child(2) .dot::after,
#about .deve .tab.active3 .item:nth-child(3) .dot::after {
  background-color: #1e2189;
}

#about .deve .tab.active3 .item:nth-child(1) span,
#about .deve .tab.active3 .item:nth-child(2) span,
#about .deve .tab.active3 .item:nth-child(3) span {
  color: #1e2189;
}

#about .deve .tab.active4 .line::after {
  width: 87.5%;
}

#about .deve .tab.active4 .item:nth-child(1) .dot,
#about .deve .tab.active4 .item:nth-child(2) .dot,
#about .deve .tab.active4 .item:nth-child(3) .dot,
#about .deve .tab.active4 .item:nth-child(4) .dot {
  border-color: #1e2189;
}

#about .deve .tab.active4 .item:nth-child(1) .dot::after,
#about .deve .tab.active4 .item:nth-child(2) .dot::after,
#about .deve .tab.active4 .item:nth-child(3) .dot::after,
#about .deve .tab.active4 .item:nth-child(4) .dot::after {
  background-color: #1e2189;
}

#about .deve .tab.active4 .item:nth-child(1) span,
#about .deve .tab.active4 .item:nth-child(2) span,
#about .deve .tab.active4 .item:nth-child(3) span,
#about .deve .tab.active4 .item:nth-child(4) span {
  color: #1e2189;
}

#about .deve .conts {
  width: 100%;
  margin-top: 80px;
}

#about .deve .conts .cont {
  width: 100%;
  display: none;
  overflow: hidden;
  position: relative;
}

#about .deve .conts .cont .img {
  width: 655px;
  height: 485px;
  background-size: cover;
  background-position: center;
  float: left;
  position: relative;
  z-index: 2;
}

#about .deve .conts .cont .right {
  width: calc(100% - 655px);
  float: left;
  padding-left: 50px;
  display: flex;
  justify-content: space-between;
}

#about .deve .conts .cont .right .year {
  white-space: nowrap;
  font-size: 20px;
  font-weight: bold;
}

#about .deve .conts .cont .right .texts {
  width: 100%;
  margin-left: 24px;
}

#about .deve .conts .cont .right .texts .title {
  font-size: 20px;
  color: #1e2189;
  position: relative;
  z-index: 2;
}

#about .deve .conts .cont .right .texts .content {
  font-size: 16px;
  line-height: 36px;
  color: #666;
  margin-top: 30px;
  position: relative;
  z-index: 2;
  max-height: 420px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#about .deve .conts .cont .right .texts .content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #F5F5F5;
}

#about .deve .conts .cont .right .texts .content::-webkit-scrollbar-track {
  border-radius: 3px;
  background-color: #F5F5F5;
}

#about .deve .conts .cont .right .texts .content::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #ddd;
}

#about .deve .conts .cont .right .texts .bg-year {
  font-size: 300px;
  line-height: 240px;
  font-weight: bold;
  color: #f7f7f7;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

@media screen and (max-width: 1600px) {
  #about .infom {
    padding: 95px 0 150px;
  }
  #about .infom .main {
    padding: 0;
  }
  #about .infom .texts {
    width: 48%;
    max-width: 600px;
  }
  #about .infom .texts .icon {
    height: 30px;
    margin-top: 55px;
  }
  #about .infom .texts .content {
    font-size: 16px;
    line-height: 26px;
    margin-top: 24px;
    max-height: 310px;
  }
  #about .infom .img {
    width: 48%;
    max-width: 700px;
    height: 498px;
  }
  #about .deve {
    padding: 110px 0;
  }
  #about .deve .main {
    padding: 0;
  }
  #about .deve .conts {
    margin-top: 80px;
  }
  #about .deve .conts .cont .img {
    width: 655px;
    height: 485px;
  }
  #about .deve .conts .cont .right {
    width: calc(100% - 655px);
    padding-left: 50px;
  }
  #about .deve .conts .cont .right .year {
    font-size: 20px;
  }
  #about .deve .conts .cont .right .texts {
    margin-left: 24px;
  }
  #about .deve .conts .cont .right .texts .title {
    font-size: 20px;
  }
  #about .deve .conts .cont .right .texts .content {
    font-size: 16px;
    line-height: 36px;
    margin-top: 30px;
  }
  #about .deve .conts .cont .right .texts .bg-year {
    font-size: 180px;
    line-height: 150px;
  }
  #prod .detail {
    padding: 45px 0 110px;
  }
  #prod .detail .swiper {
    width: 49%;
  }
  #prod .detail .swiper .btn {
    width: 32px;
    height: 32px;
    top: 50%;
    margin-top: -16px;
  }
  #prod .detail .swiper .btn i {
    font-size: 32px;
    line-height: 32px;
  }
  #prod .detail .swiper .btn.prev {
    left: 30px;
  }
  #prod .detail .swiper .btn.next {
    right: 30px;
  }
  #prod .detail .swiper .swiper-pagination-bullets {
    bottom: 30px;
  }
  #prod .detail .swiper .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 0 12px;
  }
  #prod .detail .texts {
    width: 51%;
    padding: 66px 70px 30px 70px;
  }
  #prod .detail .texts .title {
    font-size: 20px;
  }
  #prod .detail .texts .descs {
    font-size: 14px;
    line-height: 26px;
    margin-top: 25px;
  }
  #prod .detail .texts .content {
    font-size: 14px;
    line-height: 26px;
    margin-top: 20px;
    height: 140px;
  }
  #prod .detail .texts .btns {
    margin-top: 50px;
  }
  #prod .detail .texts .btns a {
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    line-height: 54px;
  }
  #prod .detail .texts .btns a i {
    font-size: 17px;
  }
  #prod .detail .texts .btns a:first-child {
    margin-right: 30px;
  }
}

@media screen and (max-width: 1440px) {
  #about .devi {
    padding: 80px 0 110px;
  }
  #about .devi .swiper {
    margin-top: 60px;
  }
  #about .devi .swiper .p-btn {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
  #about .devi .swiper .p-btn i {
    font-size: 18px;
  }
  #about .devi .swiper .p-btn.prev {
    left: -65px;
  }
  #about .devi .swiper .p-btn.next {
    right: -65px;
  }
  #about .honor {
    padding: 100px 0 90px;
  }
  #about .honor .swiper {
    margin-top: 60px;
  }
  #about .honor .swiper .swiper-slide .mask .iconfont {
    font-size: 24px;
    line-height: 24px;
  }
  #about .honor .swiper .swiper-slide .mask .title {
    font-size: 18px;
    margin-top: 20px;
  }
  #about .honor .swiper .swiper-slide .mask .line {
    width: 43px;
    height: 2px;
    margin-top: 20px;
  }
  #about .honor .swiper .swiper-pagination {
    margin-top: 30px;
  }
  #about .honor .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }
  #about .deve {
    padding: 110px 0;
  }
  #about .deve .main {
    padding: 0;
  }
  #about .deve .tab {
    margin-top: 60px;
  }
  #about .deve .tab .line {
    top: 14px;
  }
  #about .deve .tab .item {
    width: 25%;
  }
  #about .deve .tab .item .dot {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    padding: 6px;
  }
  #about .deve .tab .item span {
    margin-top: 20px;
    font-size: 18px;
  }
  #about .deve .conts {
    margin-top: 80px;
  }
  #about .deve .conts .cont .img {
    width: 655px;
    height: 485px;
  }
  #about .deve .conts .cont .right {
    width: calc(100% - 655px);
    padding-left: 50px;
  }
  #about .deve .conts .cont .right .year {
    font-size: 20px;
  }
  #about .deve .conts .cont .right .texts {
    margin-left: 24px;
  }
  #about .deve .conts .cont .right .texts .title {
    font-size: 20px;
  }
  #about .deve .conts .cont .right .texts .content {
    font-size: 16px;
    line-height: 36px;
    margin-top: 30px;
    max-height: 390px;
  }
  #about .deve .conts .cont .right .texts .bg-year {
    font-size: 180px;
    line-height: 150px;
  }
  #contact .contact {
    padding: 95px 0 110px;
  }
  #contact .contact .block {
    margin-top: 64px;
    padding: 40px;
  }
  #contact .contact .map {
    width: 57.9%;
    height: 495px;
  }
  #contact .contact .texts {
    width: 42.1%;
    padding: 0 0 0 40px;
  }
  #contact .contact .texts .logo {
    max-width: 343px;
  }
  #contact .contact .texts .info {
    margin-top: 50px;
  }
  #contact .contact .texts .line {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
  }
  #contact .contact .texts .line i {
    font-size: 16px;
    margin-right: 24px;
  }
  #contact .join {
    padding: 95px 0 110px;
  }
  #contact .join .swiper {
    margin-top: 60px;
  }
  #contact .join .swiper .swiper-slide {
    padding: 45px 30px 40px;
  }
  #contact .join .swiper .swiper-slide .title {
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 20px;
  }
  #contact .join .swiper .swiper-slide .texts {
    padding: 20px 0;
    line-height: 26px;
  }
  #contact .join .swiper .swiper-slide .fun .btn {
    width: 116px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
  }
  #contact .join .swiper .swiper-slide .fun .more {
    font-size: 16px;
    margin-left: 20px;
  }
  #contact .join .swiper .swiper-slide .fun .more i {
    font-size: 12px;
    margin-left: 6px;
  }
  #contact .join .swiper .p-btn {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
  #contact .join .swiper .p-btn i {
    font-size: 18px;
  }
  #contact .join .swiper .p-btn.prev {
    left: -65px;
  }
  #contact .join .swiper .p-btn.next {
    right: -65px;
  }
  #prod .intr {
    padding: 70px 0 90px;
  }
  #prod .intr .main .img {
    width: 42%;
    height: 400px;
  }
  #prod .intr .main .texts {
    width: 58%;
    padding: 0 76px;
  }
  #prod .intr .main .texts .content {
    height: 280px;
    margin-top: 50px;
    font-size: 16px;
    line-height: 28px;
  }
  #prod .hard {
    padding: 80px 0 110px;
  }
  #prod .hard .list {
    margin-top: 60px;
  }
  #prod .hard .list .item {
    width: 24.25%;
    margin-left: 1%;
    margin-bottom: 14px;
  }
  #prod .hard .list .item:nth-child(4n + 1) {
    margin-left: 0;
  }
  #prod .hard .list .item .img {
    width: 100%;
  }
  #prod .hard .list .item .texts {
    padding: 12px 24px 15px;
  }
  #prod .hard .list .item .texts .title {
    height: 50px;
    line-height: 49px;
    font-size: 20px;
    margin-bottom: 10px;
  }
  #prod .hard .list .item .texts .desc {
    width: 100%;
    margin-bottom: 6px;
  }
  #prod .hard .pages {
    margin-top: 50px;
  }
  #prod .detail {
    padding: 45px 0 80px;
  }
  #prod .detail .swiper {
    width: 49%;
  }
  #prod .detail .swiper .btn {
    width: 32px;
    height: 32px;
    top: 50%;
    margin-top: -16px;
  }
  #prod .detail .swiper .btn i {
    font-size: 32px;
    line-height: 32px;
  }
  #prod .detail .swiper .btn.prev {
    left: 30px;
  }
  #prod .detail .swiper .btn.next {
    right: 30px;
  }
  #prod .detail .swiper .swiper-pagination-bullets {
    bottom: 30px;
  }
  #prod .detail .swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 6px;
  }
  #prod .detail .texts {
    width: 51%;
    padding: 30px 60px 30px 60px;
  }
  #prod .detail .texts .title {
    font-size: 20px;
  }
  #prod .detail .texts .descs {
    font-size: 14px;
    line-height: 26px;
    margin-top: 25px;
  }
  #prod .detail .texts .content {
    font-size: 14px;
    line-height: 26px;
    margin-top: 20px;
    height: 120px;
  }
  #prod .detail .texts .btns {
    margin-top: 30px;
  }
  #prod .detail .texts .btns a {
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    line-height: 54px;
  }
  #prod .detail .texts .btns a i {
    font-size: 17px;
  }
  #prod .detail .texts .btns a:first-child {
    margin-right: 30px;
  }
  #supp .prin .swiper .p-btn {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
  #supp .prin .swiper .p-btn i {
    font-size: 18px;
  }
  #supp .prin .swiper .p-btn.prev {
    left: -65px;
  }
  #supp .prin .swiper .p-btn.next {
    right: -65px;
  }
  #index .banner .p-btn {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    line-height: 50px;
    top: 50%;
  }
  #index .banner .p-btn i {
    font-size: 22px;
  }
  #index .banner .p-btn.prev {
    left: 100px;
  }
  #index .banner .p-btn.next {
    right: 100px;
  }
  #index .about {
    height: 720px;
  }
  #index .about .img {
    width: 50%;
    height: 720px;
  }
  #index .about .texts {
    width: 50%;
    padding: 20px 70px 20px 70px;
  }
  #index .about .texts .content {
    margin-top: 40px;
    font-size: 16px;
    line-height: 30px;
    max-height: 150px;
  }
  #index .about .texts .honor {
    margin-top: 30px;
  }
  #index .about .texts .honor .label {
    font-size: 16px;
  }
  #index .about .texts .honor .items .item {
    width: 23.28%;
    padding: 20px 15px 10px;
    margin-top: 15px;
  }
  #index .about .texts .honor .items .item i {
    width: 28px;
    height: 28px;
    font-size: 28px;
    line-height: 28px;
  }
  #index .about .texts .honor .items .item p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 15px;
  }
  #index .about .texts .btn {
    margin-top: 40px;
    height: 40px;
    line-height: 38px;
    padding: 0 24px;
    font-size: 16px;
  }
  #index .deve {
    padding: 50px 80px;
  }
  #index .deve .main {
    max-width: 1280px;
  }
  #index .deve .item {
    font-size: 16px;
  }
  #index .deve .item .top span {
    font-size: 40px;
    line-height: 40px;
  }
  #index .deve i {
    width: 2px;
    height: 60px;
    margin-top: 6px;
  }
  #index .deve::before {
    width: 120px;
    height: 210px;
  }
  #index .deve::after {
    width: 120px;
    height: 210px;
  }
  #index .thumb {
    padding: 90px 0 0;
  }
  #index .thumb .gall {
    height: 520px;
    margin-top: 90px;
  }
  #index .thumb .gall .item {
    width: 126px;
    height: 100%;
  }
  #index .thumb .gall .item .bar {
    width: 126px;
    padding: 74px 6px;
  }
  #index .thumb .gall .item .bar i {
    font-size: 32px;
    line-height: 32px;
  }
  #index .thumb .gall .item .bar .title {
    font-size: 20px;
    margin-top: 24px;
  }
  #index .thumb .gall .item .bar .en {
    margin-top: 24px;
  }
  #index .thumb .gall .item .img .text {
    bottom: 10%;
    left: 50%;
  }
  #index .thumb .gall .item .img .text .title {
    font-size: 32px;
  }
  #index .thumb .gall .item .img .text .desc {
    font-size: 16px;
    margin-top: 30px;
  }
  #index .case {
    padding: 60px 0 110px;
    background-position: center;
  }
  #index .case .list {
    margin-top: 80px;
  }
  #index .case .list .smalls {
    width: 49.56%;
  }
  #index .case .list .smalls .item {
    margin-top: 16px;
  }
  #index .case .list .smalls .item:nth-child(1), #index .case .list .smalls .item:nth-child(2) {
    margin-top: 0;
  }
  #index .case .list .item {
    width: 49.3%;
  }
  #index .case .list .item .text {
    padding: 0 20px;
  }
  #index .case .list .item .text .title {
    height: 56px;
    line-height: 55px;
    font-size: 20px;
  }
  #index .case .list .item .text .bots {
    height: 50px;
    font-size: 16px;
  }
  #index .case .list .item .text .bots i {
    font-size: 14px;
    margin-left: 4px;
  }
  #index .case .list .item.big {
    width: 49.56%;
  }
  #index .case .list .items .item {
    margin-left: 0.93%;
    margin-top: 16px;
  }
  #index .case .list .items .item:nth-child(4n+1) {
    margin-left: 0;
  }
  #index .case .list-more {
    margin-top: 20px;
    height: 56px;
    line-height: 54px;
    font-size: 16px;
  }
  #index .partner {
    padding: 110px 0 130px;
  }
  #index .partner .swiper {
    margin-top: 60px;
  }
  #index .partner .swiper-slide .img {
    width: 132px;
    height: 132px;
  }
  #index .partner .swiper-slide .title {
    bottom: -48px;
    height: 48px;
    line-height: 48px;
    padding: 0 10px;
    font-size: 16px;
  }
  #index .partner .swiper-slide:hover .img {
    margin-top: -24px;
  }
  #index .partner .p-btn {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
  #index .partner .p-btn i {
    font-size: 18px;
  }
  #index .partner .p-btn.prev {
    left: -65px;
  }
  #index .partner .p-btn.next {
    right: -65px;
  }
}

@media screen and (max-width: 1366px) {
  #about .infom {
    padding: 95px 0 150px;
  }
  #about .infom .texts {
    width: 48%;
    max-width: 600px;
  }
  #about .infom .texts .icon {
    height: 30px;
    margin-top: 55px;
  }
  #about .infom .texts .content {
    font-size: 14px;
    line-height: 26px;
    margin-top: 24px;
    max-height: 310px;
  }
  #about .infom .img {
    width: 48%;
    max-width: 700px;
    height: 498px;
  }
  #about .deve {
    padding: 110px 0;
  }
  #about .deve .conts {
    margin-top: 80px;
  }
  #about .deve .conts .cont .img {
    width: 400px;
    height: 296px;
  }
  #about .deve .conts .cont .right {
    width: calc(100% - 406px);
    padding-left: 50px;
  }
  #about .deve .conts .cont .right .year {
    font-size: 20px;
  }
  #about .deve .conts .cont .right .texts {
    margin-left: 24px;
  }
  #about .deve .conts .cont .right .texts .title {
    font-size: 20px;
  }
  #about .deve .conts .cont .right .texts .content {
    font-size: 14px;
    line-height: 26px;
    margin-top: 20px;
    max-height: 250px;
  }
  #about .deve .conts .cont .right .texts .bg-year {
    font-size: 180px;
    line-height: 150px;
  }
  #contact .join {
    padding: 95px 0 110px;
  }
  #contact .join .swiper {
    margin-top: 60px;
  }
  #contact .join .swiper .swiper-slide {
    padding: 30px 20px 30px;
  }
  #contact .join .swiper .swiper-slide .title {
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 20px;
  }
  #contact .join .swiper .swiper-slide .texts {
    padding: 20px 0;
    line-height: 26px;
  }
  #contact .join .swiper .swiper-slide .fun {
    justify-content: space-between;
  }
  #contact .join .swiper .swiper-slide .fun .btn {
    width: 116px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
  }
  #contact .join .swiper .swiper-slide .fun .more {
    font-size: 16px;
    margin-left: 20px;
  }
  #contact .join .swiper .swiper-slide .fun .more i {
    font-size: 12px;
    margin-left: 6px;
  }
  #contact .join .swiper .p-btn {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
  #contact .join .swiper .p-btn i {
    font-size: 18px;
  }
  #contact .join .swiper .p-btn.prev {
    left: -65px;
  }
  #contact .join .swiper .p-btn.next {
    right: -65px;
  }
}

@media screen and (max-width: 1024px) {
  #about .infom {
    padding: 70px 0;
  }
  #about .infom .texts {
    width: 48%;
    max-width: 600px;
  }
  #about .infom .texts .icon {
    height: 30px;
    margin-top: 40px;
  }
  #about .infom .texts .content {
    font-size: 14px;
    line-height: 26px;
    margin-top: 24px;
    max-height: 310px;
  }
  #about .infom .img {
    width: 48%;
    max-width: 700px;
    height: 498px;
  }
  #about .devi {
    padding: 70px 0;
  }
  #about .devi .swiper {
    margin-top: 40px;
  }
  #about .devi .swiper .swiper-slide p {
    height: 50px;
    line-height: 50px;
    padding: 0 14px;
    font-size: 14px;
  }
  #about .devi .swiper .p-btn {
    display: none;
  }
  #about .deve {
    padding: 70px 0;
  }
  #about .deve .conts {
    margin-top: 80px;
  }
  #about .deve .conts .cont .img {
    width: 400px;
    height: 296px;
  }
  #about .deve .conts .cont .right {
    width: calc(100% - 406px);
    padding-left: 50px;
  }
  #about .deve .conts .cont .right .year {
    font-size: 20px;
  }
  #about .deve .conts .cont .right .texts {
    margin-left: 24px;
  }
  #about .deve .conts .cont .right .texts .title {
    font-size: 20px;
  }
  #about .deve .conts .cont .right .texts .content {
    font-size: 14px;
    line-height: 26px;
    margin-top: 20px;
    max-height: 250px;
  }
  #about .deve .conts .cont .right .texts .bg-year {
    font-size: 180px;
    line-height: 150px;
  }
  #about .cul {
    padding: 70px 0;
  }
  #about .cul .img {
    max-width: 1161px;
    margin: 60px auto 0;
  }
  #about .honor {
    padding: 70px 0;
  }
  #about .honor .swiper {
    margin-top: 40px;
  }
  #about .honor .swiper .swiper-slide .mask .iconfont {
    font-size: 24px;
    line-height: 24px;
  }
  #about .honor .swiper .swiper-slide .mask .title {
    font-size: 18px;
    margin-top: 20px;
  }
  #about .honor .swiper .swiper-slide .mask .line {
    width: 43px;
    height: 2px;
    margin-top: 20px;
  }
  #about .honor .swiper .swiper-pagination {
    margin-top: 20px;
  }
  #about .honor .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }
  #about .deve {
    padding: 70px 0;
  }
  #about .deve .conts {
    margin-top: 50px;
  }
  #about .deve .conts .cont .img {
    width: 100%;
    height: 600px;
  }
  #about .deve .conts .cont .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  #about .deve .conts .cont .right .year {
    font-size: 20px;
  }
  #about .deve .conts .cont .right .texts {
    margin-left: 24px;
  }
  #about .deve .conts .cont .right .texts .title {
    font-size: 20px;
  }
  #about .deve .conts .cont .right .texts .content {
    font-size: 14px;
    line-height: 26px;
    margin-top: 20px;
    max-height: 250px;
  }
  #about .deve .conts .cont .right .texts .bg-year {
    font-size: 180px;
    line-height: 150px;
  }
  #contact .contact {
    padding: 70px 0;
  }
  #contact .contact .block {
    margin-top: 50px;
    padding: 40px;
  }
  #contact .feed {
    padding: 70px 0;
  }
  #contact .feed .form {
    margin-top: 50px;
  }
  #contact .feed .form .inputs {
    display: flex;
  }
  #contact .feed .form .input {
    height: 58px;
    padding: 0 20px;
  }
  #contact .feed .form .input:last-child {
    border-right: none;
  }
  #contact .feed .form .input .label {
    font-size: 14px;
  }
  #contact .feed .form .input input {
    padding: 0 20px;
  }
  #contact .feed .form .textarea {
    padding: 0 20px;
  }
  #contact .feed .form .textarea .label {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
  #contact .feed .form .textarea textarea {
    width: 100%;
    height: 200px;
    padding: 16px 20px;
  }
  #contact .feed .form .yzm {
    margin-top: 20px;
    height: 50px;
  }
  #contact .feed .form .yzm .label {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
  #contact .feed .form .yzm input {
    width: 250px;
    height: 50px;
    padding: 0 20px;
    margin: 0 10px 0 15px;
  }
  #contact .feed .form .yzm img {
    width: 150px;
    height: 50px;
  }
  #contact .feed .form .btns {
    margin-top: 20px;
  }
  #contact .feed .form .btns .btn {
    height: 50px;
    width: 160px;
    border-radius: 25px;
    line-height: 48px;
    font-size: 16px;
  }
  #contact .join {
    padding: 70px 0;
  }
  #contact .join .swiper {
    margin-top: 50px;
  }
  #contact .join .swiper .swiper-slide {
    padding: 20px;
  }
  #contact .join .swiper .swiper-slide .title {
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 20px;
  }
  #contact .join .swiper .swiper-slide .texts {
    padding: 20px 0;
    line-height: 26px;
  }
  #contact .join .swiper .swiper-slide .fun {
    justify-content: space-between;
  }
  #contact .join .swiper .swiper-slide .fun .btn {
    width: 116px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
  }
  #contact .join .swiper .swiper-slide .fun .more {
    font-size: 16px;
    margin-left: 20px;
  }
  #contact .join .swiper .swiper-slide .fun .more i {
    font-size: 12px;
    margin-left: 6px;
  }
  #contact .join .swiper .p-btn {
    display: none;
  }
  #join .detail {
    padding: 70px 0;
  }
  #join .detail .block .title {
    padding: 20px 20px;
    font-size: 20px;
  }
  #join .detail .block .items {
    padding: 15px 0 15px 0;
  }
  #join .detail .block .items .item {
    width: 50%;
    padding: 0 20px;
    line-height: 28px;
    margin-top: 10px;
  }
  #join .detail .block .items .item .text {
    margin-left: 16px;
  }
  #join .detail .block .cond {
    padding: 10px 20px 25px 20px;
  }
  #join .detail .block .cond .item {
    margin-top: 15px;
    line-height: 32px;
  }
  #join .detail .block .cond .item .content {
    margin-left: 16px;
  }
  #join .detail .btns {
    margin-top: 30px;
  }
  #join .detail .btns a {
    height: 40px;
    border-radius: 20px;
  }
  #join .detail .btns .prev,
  #join .detail .btns .next {
    width: 120px;
  }
  #join .detail .btns .prev span,
  #join .detail .btns .next span {
    font-size: 14px;
  }
  #join .detail .btns .prev i,
  #join .detail .btns .next i {
    font-size: 12px;
  }
  #join .detail .btns .prev i {
    margin-right: 4px;
  }
  #join .detail .btns .next i {
    margin-left: 4px;
  }
  #join .detail .btns .subbtn {
    width: 120px;
    font-size: 14px;
    margin: 0 20px;
  }
  #news .list {
    margin-top: 50px;
  }
  #news .list .item {
    margin-bottom: 30px;
  }
  #news .list .item .img {
    width: 300px;
    height: 225px;
  }
  #news .list .item .texts {
    width: calc(100% - 300px);
    padding: 10px 30px;
  }
  #news .list .item .texts .title {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
  }
  #news .list .item .texts .title span {
    padding: 0 10px;
    height: 20px;
    line-height: 18px;
    border-radius: 10px;
    font-size: 12px;
    margin-right: 12px;
  }
  #news .list .item .texts .desc {
    line-height: 26px;
    height: 52px;
    margin-top: 15px;
  }
  #news .list .item .texts .bot {
    margin-top: 45px;
  }
  #news .list .item .texts .bot .more {
    font-size: 14px;
  }
  #news .list .item .texts .bot .more i {
    font-size: 12px;
    margin-left: 10px;
  }
  #news .pages {
    margin-top: 20px;
    margin-bottom: 70px;
  }
  #news .detail {
    padding: 60px 0 70px;
  }
  #news .detail .main {
    max-width: 800px;
  }
  #news .detail .title {
    font-size: 24px;
  }
  #news .detail .date {
    margin-top: 10px;
  }
  #news .detail .content {
    margin-top: 30px;
    line-height: 26px;
  }
  #prtn .prtn {
    padding: 70px 0;
  }
  #prtn .prtn .list {
    margin-top: 50px;
  }
  #prtn .prtn .list .item {
    width: 32.5%;
    margin-left: 1.25%;
    margin-bottom: 20px;
    padding: 20px;
  }
  #prtn .prtn .list .item:nth-child(3n + 1) {
    margin-left: 0;
  }
  #prtn .prtn .list .item .img {
    width: 130px;
    height: 130px;
  }
  #prtn .prtn .list .item .img img {
    width: 130px;
    height: 130px;
  }
  #prtn .prtn .list .item .title {
    font-size: 16px;
    margin-top: 18px;
  }
  #prtn .prtn .list .item .desc {
    line-height: 26px;
    margin-top: 40px;
    max-height: 130px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  #prtn .prtn .list .item .desc::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #1e2189;
  }
  #prtn .prtn .list .item .desc::-webkit-scrollbar-track {
    border-radius: 3px;
    background-color: #1e2189;
  }
  #prtn .prtn .list .item .desc::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #ddd;
  }
  #prtn .prtn .pages {
    margin-top: 30px;
  }
  #prod .intr {
    padding: 70px 0;
  }
  #prod .intr .main {
    flex-wrap: wrap;
  }
  #prod .intr .main .img {
    width: 100%;
    height: 400px;
  }
  #prod .intr .main .texts {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  #prod .intr .main .texts .content {
    height: auto;
    margin-top: 50px;
    font-size: 16px;
    line-height: 28px;
  }
  #prod .hard {
    padding: 70px 0;
  }
  #prod .hard .list {
    margin-top: 50px;
  }
  #prod .hard .list .item {
    width: 24.25%;
    margin-left: 1%;
    margin-bottom: 14px;
  }
  #prod .hard .list .item:nth-child(4n + 1) {
    margin-left: 0;
  }
  #prod .hard .list .item .img {
    width: 100%;
  }
  #prod .hard .list .item .texts {
    padding: 12px 14px 14px;
  }
  #prod .hard .list .item .texts .title {
    height: 40px;
    line-height: 39px;
    font-size: 16px;
    margin-bottom: 10px;
  }
  #prod .hard .list .item .texts .desc {
    width: 100%;
    margin-bottom: 6px;
  }
  #prod .hard .pages {
    margin-top: 50px;
  }
  #prod .detail {
    padding: 70px 0 80px;
  }
  #prod .detail .main {
    flex-wrap: wrap;
  }
  #prod .detail .swiper {
    width: 100%;
  }
  #prod .detail .swiper .btn {
    width: 32px;
    height: 32px;
    top: 50%;
    margin-top: -16px;
  }
  #prod .detail .swiper .btn i {
    font-size: 32px;
    line-height: 32px;
  }
  #prod .detail .swiper .btn.prev {
    left: 30px;
  }
  #prod .detail .swiper .btn.next {
    right: 30px;
  }
  #prod .detail .swiper .swiper-pagination-bullets {
    bottom: 30px;
  }
  #prod .detail .swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 6px;
  }
  #prod .detail .texts {
    width: 100%;
    padding: 30px;
  }
  #prod .detail .texts .title {
    font-size: 20px;
  }
  #prod .detail .texts .descs {
    font-size: 14px;
    line-height: 26px;
    margin-top: 25px;
  }
  #prod .detail .texts .content {
    font-size: 14px;
    line-height: 26px;
    margin-top: 20px;
    height: auto;
  }
  #prod .detail .texts .btns {
    margin-top: 30px;
  }
  #prod .detail .texts .btns a {
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    line-height: 54px;
  }
  #prod .detail .texts .btns a i {
    font-size: 17px;
  }
  #prod .detail .texts .btns a:first-child {
    margin-right: 30px;
  }
  #supp .prob {
    padding: 70px 0;
  }
  #supp .prob .list {
    margin-top: 50px;
  }
  #supp .prob .list .list-l {
    width: 47.5%;
  }
  #supp .prob .list .list-r {
    width: 47.5%;
  }
  #supp .prob .list .item .tops {
    height: 60px;
  }
  #supp .prob .list .item .tops img {
    width: 24px;
    margin-right: 14px;
  }
  #supp .prob .list .item .tops .title {
    font-size: 16px;
  }
  #supp .prob .list .item .tops i {
    font-size: 18px;
    margin-left: 20px;
  }
  #supp .prob .list .item .bots {
    padding: 14px;
    line-height: 26px;
  }
  #supp .prin {
    padding: 70px 0;
  }
  #supp .prin .swiper {
    margin-top: 50px;
  }
  #supp .prin .swiper .swiper-slide span {
    top: 14px;
    left: 14px;
    height: 32px;
    line-height: 32px;
    padding: 0 20px;
    font-size: 14px;
    border-radius: 16px;
  }
  #supp .prin .swiper .p-btn {
    display: none;
  }
  #supp .serv {
    padding: 70px 0;
  }
  #supp .serv .list {
    margin-top: 50px;
  }
  #supp .serv .list .item {
    width: 25%;
    height: 200px;
  }
  #supp .serv .list .item .text {
    top: 36px;
    left: 30px;
    right: 30px;
    bottom: 30px;
  }
  #supp .serv .list .item .text i {
    font-size: 30px;
    line-height: 30px;
  }
  #supp .serv .list .item .text .title {
    margin-top: 20px;
    font-size: 20px;
  }
  #supp .serv .list .item .text .desc {
    margin-top: 10px;
    font-size: 14px;
  }
  #supp .serv .list .item:hover::after {
    top: 16px;
    left: 16px;
    right: 16px;
    bottom: 16px;
  }
  #index .banner .texts .title {
    font-size: 40px;
    letter-spacing: 6px;
  }
  #index .banner .texts .desc {
    font-size: 16px;
    margin-top: 10px;
  }
  #index .banner .texts .btn {
    height: 40px;
    padding: 0 24px;
    line-height: 38px;
    margin-top: 40px;
  }
  #index .banner .p-btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: 50%;
    margin-top: -25px;
  }
  #index .banner .p-btn i {
    font-size: 22px;
  }
  #index .banner .p-btn.prev {
    left: 100px;
  }
  #index .banner .p-btn.next {
    right: 100px;
  }
  #index .about {
    height: auto;
    flex-wrap: wrap;
  }
  #index .about .img {
    width: 100%;
    height: 720px;
  }
  #index .about .texts {
    width: 100%;
    padding: 40px 50px;
  }
  #index .about .texts .content {
    margin-top: 40px;
    font-size: 16px;
    line-height: 30px;
    max-height: 150px;
  }
  #index .about .texts .honor {
    margin-top: 30px;
  }
  #index .about .texts .honor .label {
    font-size: 16px;
  }
  #index .about .texts .honor .items .item {
    width: 23.28%;
    padding: 20px 15px 10px;
    margin-top: 15px;
  }
  #index .about .texts .honor .items .item i {
    width: 28px;
    height: 28px;
    font-size: 28px;
    line-height: 28px;
  }
  #index .about .texts .honor .items .item p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 15px;
  }
  #index .about .texts .btn {
    margin-top: 40px;
    height: 40px;
    line-height: 38px;
    padding: 0 24px;
    font-size: 16px;
  }
  #index .deve {
    padding: 30px 50px;
  }
  #index .deve .main {
    max-width: 1280px;
    flex-wrap: wrap;
  }
  #index .deve .item {
    width: 50%;
    font-size: 16px;
    text-align: center;
    margin: 20px 0;
  }
  #index .deve .item .top span {
    font-size: 40px;
    line-height: 40px;
  }
  #index .deve i {
    display: none;
  }
  #index .deve::before {
    width: 120px;
    height: 210px;
  }
  #index .deve::after {
    width: 120px;
    height: 210px;
  }
  #index .thumb {
    padding: 70px 0 0;
  }
  #index .thumb .gall {
    height: 400px;
    margin-top: 70px;
  }
  #index .thumb .gall .item {
    width: 126px;
    height: 100%;
  }
  #index .thumb .gall .item .bar {
    width: 100px;
    padding: 30px 6px;
  }
  #index .thumb .gall .item .bar i {
    font-size: 26px;
    line-height: 26px;
  }
  #index .thumb .gall .item .bar .title {
    font-size: 16px;
    margin-top: 16px;
  }
  #index .thumb .gall .item .bar .en {
    margin-top: 24px;
  }
  #index .thumb .gall .item .img .text {
    bottom: 10%;
    left: 50%;
    width: 100%;
    padding: 0 20px;
  }
  #index .thumb .gall .item .img .text .title {
    font-size: 16px;
    white-space: normal;
  }
  #index .thumb .gall .item .img .text .desc {
    font-size: 14px;
    margin-top: 20px;
    white-space: normal;
  }
  #index .case {
    padding: 60px 0 70px;
  }
  #index .case .list {
    margin-top: 50px;
  }
  #index .case .list .smalls {
    width: 49.56%;
  }
  #index .case .list .smalls .item {
    margin-top: 8px;
  }
  #index .case .list .smalls .item:nth-child(1), #index .case .list .smalls .item:nth-child(2) {
    margin-top: 0;
  }
  #index .case .list .item {
    width: 49.3%;
  }
  #index .case .list .item .text {
    padding: 0 20px;
  }
  #index .case .list .item .text .title {
    height: 56px;
    line-height: 55px;
    font-size: 20px;
  }
  #index .case .list .item .text .bots {
    height: 50px;
    font-size: 16px;
  }
  #index .case .list .item .text .bots i {
    font-size: 14px;
    margin-left: 4px;
  }
  #index .case .list .item.big {
    width: 49.56%;
  }
  #index .case .list .items .item {
    margin-left: 0.93%;
    margin-top: 8px;
  }
  #index .case .list .items .item:nth-child(4n+1) {
    margin-left: 0;
  }
  #index .case .list-more {
    margin-top: 20px;
    height: 56px;
    line-height: 54px;
    font-size: 16px;
  }
  #index .partner {
    padding: 110px 0 130px;
  }
  #index .partner .swiper {
    margin-top: 60px;
  }
  #index .partner .swiper-slide .img {
    width: 132px;
    height: 132px;
  }
  #index .partner .swiper-slide .title {
    bottom: -48px;
    height: 48px;
    line-height: 48px;
    padding: 0 10px;
    font-size: 16px;
  }
  #index .partner .swiper-slide:hover .img {
    margin-top: -24px;
  }
  #index .partner .p-btn {
    display: none;
  }
  #index .contact {
    padding: 70px 0 240px;
  }
  #index .contact .cont {
    margin-top: 120px;
  }
  #index .contact .cont .left {
    transform: translateX(-180%);
  }
  #index .contact .cont .left i {
    font-size: 40px;
    line-height: 40px;
  }
  #index .contact .cont .left .btn {
    padding: 0 24px;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    margin-top: 50px;
  }
  #index .contact .cont i.line {
    height: 130px;
  }
  #index .contact .cont .addr {
    width: 350px;
    margin-left: 80px;
  }
  #index .contact .cont .addr .line {
    font-size: 16px;
    line-height: 26px;
    margin-top: 30px;
  }
  #index .contact .cont .addr .line:first-child {
    margin-top: 0;
  }
  #index .contact .cont .addr .line i {
    font-size: 16px;
    margin-right: 24px;
  }
}

@media screen and (max-width: 768px) {
  #about .infom {
    padding: 50px 0;
  }
  #about .infom .main {
    flex-wrap: wrap-reverse;
  }
  #about .infom .texts {
    width: 100%;
    max-width: unset;
    margin-top: 30px;
  }
  #about .infom .texts .icon {
    height: 30px;
    margin-top: 40px;
  }
  #about .infom .texts .content {
    font-size: 14px;
    line-height: 26px;
    margin-top: 24px;
    max-height: unset;
    overflow-y: unset;
  }
  #about .infom .img {
    width: 100%;
    max-width: unset;
    height: 498px;
  }
  #about .devi {
    padding: 50px 0;
  }
  #about .devi .swiper {
    margin-top: 40px;
  }
  #about .devi .swiper .swiper-slide p {
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    font-size: 14px;
  }
  #about .devi .swiper .p-btn {
    display: none;
  }
  #about .cul {
    padding: 50px 0;
  }
  #about .cul .img {
    margin: 50px auto 0;
  }
  #about .honor {
    padding: 50px 0;
  }
  #about .honor .swiper {
    margin-top: 40px;
  }
  #about .honor .swiper .swiper-slide .mask .iconfont {
    font-size: 24px;
    line-height: 24px;
  }
  #about .honor .swiper .swiper-slide .mask .title {
    font-size: 18px;
    margin-top: 20px;
  }
  #about .honor .swiper .swiper-slide .mask .line {
    width: 43px;
    height: 2px;
    margin-top: 20px;
  }
  #about .honor .swiper .swiper-pagination {
    margin-top: 20px;
  }
  #about .honor .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }
  #about .deve {
    padding: 50px 0;
  }
  #about .deve .conts {
    margin-top: 40px;
  }
  #about .deve .conts .cont .img {
    width: 100%;
    height: 400px;
  }
  #about .deve .conts .cont .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  #about .deve .conts .cont .right .year {
    font-size: 20px;
  }
  #about .deve .conts .cont .right .texts {
    margin-left: 24px;
  }
  #about .deve .conts .cont .right .texts .title {
    font-size: 20px;
  }
  #about .deve .conts .cont .right .texts .content {
    font-size: 14px;
    line-height: 26px;
    margin-top: 20px;
    max-height: 250px;
  }
  #about .deve .conts .cont .right .texts .bg-year {
    font-size: 180px;
    line-height: 150px;
  }
  #contact .contact {
    padding: 50px 0;
  }
  #contact .contact .block {
    margin-top: 30px;
    padding: 14px;
    flex-wrap: wrap;
  }
  #contact .contact .map {
    width: 100%;
    height: 400px;
  }
  #contact .contact .texts {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  #contact .contact .texts .logo {
    max-width: 343px;
  }
  #contact .contact .texts .info {
    margin-top: 20px;
  }
  #contact .contact .texts .line {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
  }
  #contact .contact .texts .line i {
    font-size: 16px;
    margin-right: 24px;
  }
  #contact .feed {
    padding: 50px 0;
  }
  #contact .feed .form {
    margin-top: 50px;
  }
  #contact .feed .form .inputs {
    display: flex;
    flex-wrap: wrap;
  }
  #contact .feed .form .input {
    width: 100%;
    height: 58px;
    padding: 0 20px;
    border-right: none;
    border-bottom: 1px solid #8385b0;
  }
  #contact .feed .form .input:last-child {
    border-bottom: none;
  }
  #contact .feed .form .input .label {
    font-size: 14px;
  }
  #contact .feed .form .input input {
    padding: 0 20px;
  }
  #contact .feed .form .textarea {
    padding: 0 20px;
  }
  #contact .feed .form .textarea .label {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
  #contact .feed .form .textarea textarea {
    width: 100%;
    height: 200px;
    padding: 16px 20px;
  }
  #contact .feed .form .yzm {
    margin-top: 20px;
    height: 50px;
    width: 100%;
    justify-content: flex-start;
  }
  #contact .feed .form .yzm .label {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    white-space: nowrap;
  }
  #contact .feed .form .yzm input {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    margin: 0 10px 0 15px;
  }
  #contact .feed .form .yzm img {
    width: 120px;
    height: 50px;
  }
  #contact .feed .form .btns {
    margin-top: 20px;
  }
  #contact .feed .form .btns .btn {
    height: 50px;
    width: 160px;
    border-radius: 25px;
    line-height: 48px;
    font-size: 16px;
  }
  #contact .join {
    padding: 50px 0;
  }
  #contact .join .swiper {
    margin-top: 30px;
  }
  #contact .join .swiper .swiper-slide {
    padding: 20px 14px;
  }
  #contact .join .swiper .swiper-slide .title {
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 20px;
  }
  #contact .join .swiper .swiper-slide .texts {
    padding: 14px 0;
    line-height: 24px;
  }
  #contact .join .swiper .swiper-slide .fun {
    justify-content: space-between;
  }
  #contact .join .swiper .swiper-slide .fun .btn {
    width: 80px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    font-size: 13px;
  }
  #contact .join .swiper .swiper-slide .fun .more {
    font-size: 13px;
    margin-left: 0;
  }
  #contact .join .swiper .swiper-slide .fun .more i {
    font-size: 12px;
    margin-left: 6px;
  }
  #contact .join .swiper .p-btn {
    display: none;
  }
  #join .detail {
    padding: 50px 0;
  }
  #popu .block {
    border-radius: 8px;
    padding: 0 20px 30px;
  }
  #popu .block .title {
    height: 70px;
    line-height: 70px;
    font-size: 20px;
  }
  #popu .block .form {
    margin-top: 14px;
  }
  #popu .block .form .line {
    margin-top: 12px;
  }
  #popu .block .form .line .label {
    width: 90px;
    font-size: 14px;
    padding-right: 14px;
  }
  #popu .block .form .line .input {
    height: 48px;
  }
  #popu .block .form .line .input input[type="text"] {
    height: 48px;
    border-radius: 4px;
    padding: 0 16px;
  }
  #popu .block .form .line .input img {
    width: 180px;
    height: 48px;
    margin-left: 10px;
  }
  #popu .block .form .line .upload {
    width: 160px;
    height: 48px;
    border-radius: 24px;
    line-height: 46px;
  }
  #popu .block .form .btns {
    margin-top: 30px;
  }
  #popu .block .form .btns .btn {
    width: 156px;
    height: 48px;
    border-radius: 24px;
    line-height: 48px;
    font-size: 14px;
  }
  #popu .block i.close {
    top: 28px;
    right: 20px;
    font-size: 14px;
  }
  #news .list {
    margin-top: 50px;
  }
  #news .list .item {
    margin-bottom: 20px;
  }
  #news .list .item .img {
    width: 200px;
    height: 150px;
  }
  #news .list .item .texts {
    width: calc(100% - 200px);
    padding: 10px 20px;
  }
  #news .list .item .texts .title {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
  }
  #news .list .item .texts .title span {
    padding: 0 10px;
    height: 20px;
    line-height: 18px;
    border-radius: 10px;
    font-size: 12px;
    margin-right: 12px;
  }
  #news .list .item .texts .desc {
    line-height: 24px;
    height: 48px;
    margin-top: 10px;
  }
  #news .list .item .texts .bot {
    margin-top: 20px;
  }
  #news .list .item .texts .bot .more {
    font-size: 14px;
  }
  #news .list .item .texts .bot .more i {
    font-size: 12px;
    margin-left: 10px;
  }
  #news .pages {
    margin-top: 20px;
    margin-bottom: 50px;
  }
  #news .detail {
    padding: 50px 0;
  }
  #news .detail .title {
    font-size: 18px;
  }
  #news .detail .date {
    margin-top: 10px;
  }
  #news .detail .content {
    margin-top: 30px;
    line-height: 26px;
  }
  #prtn .prtn {
    padding: 50px 0;
  }
  #prtn .prtn .list {
    margin-top: 40px;
  }
  #prtn .prtn .list .item {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 20px;
    padding: 20px;
  }
  #prtn .prtn .list .item:nth-child(3n + 1) {
    margin-left: 4%;
  }
  #prtn .prtn .list .item:nth-child(2n + 1) {
    margin-left: 0;
  }
  #prtn .prtn .list .item .img {
    width: 100px;
    height: 100px;
  }
  #prtn .prtn .list .item .img img {
    width: 100px;
    height: 100px;
  }
  #prtn .prtn .list .item .title {
    font-size: 16px;
    margin-top: 18px;
  }
  #prtn .prtn .list .item .desc {
    line-height: 26px;
    margin-top: 40px;
    max-height: 130px;
  }
  #prtn .prtn .pages {
    margin-top: 30px;
  }
  #prod .intr {
    padding: 50px 0;
  }
  #prod .intr .main .texts {
    margin-top: 30px;
  }
  #prod .intr .main .texts .content {
    margin-top: 30px;
    font-size: 14px;
    line-height: 26px;
  }
  #prod .hard {
    padding: 50px 0;
  }
  #prod .hard .list {
    margin-top: 50px;
  }
  #prod .hard .list .item {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 14px;
  }
  #prod .hard .list .item:nth-child(4n + 1) {
    margin-left: 4%;
  }
  #prod .hard .list .item:nth-child(2n + 1) {
    margin-left: 0;
  }
  #prod .hard .list .item .img {
    width: 100%;
  }
  #prod .hard .list .item .texts {
    padding: 12px 14px 14px;
  }
  #prod .hard .list .item .texts .title {
    height: 40px;
    line-height: 39px;
    font-size: 16px;
    margin-bottom: 10px;
  }
  #prod .hard .list .item .texts .desc {
    width: 100%;
    margin-bottom: 6px;
  }
  #prod .hard .pages {
    margin-top: 50px;
  }
  #prod .detail {
    padding: 50px 0;
  }
  #supp .prob {
    padding: 50px 0;
  }
  #supp .prob .list {
    margin-top: 30px;
  }
  #supp .prob .list .list-l {
    width: 47.5%;
  }
  #supp .prob .list .list-r {
    width: 47.5%;
  }
  #supp .prob .list .item .tops {
    height: 60px;
  }
  #supp .prob .list .item .tops img {
    width: 24px;
    margin-right: 14px;
  }
  #supp .prob .list .item .tops .title {
    font-size: 16px;
  }
  #supp .prob .list .item .tops i {
    font-size: 18px;
    margin-left: 20px;
  }
  #supp .prob .list .item .bots {
    padding: 14px;
    line-height: 26px;
  }
  #supp .prin {
    padding: 50px 0;
  }
  #supp .prin .swiper {
    margin-top: 50px;
  }
  #supp .prin .swiper .swiper-slide span {
    top: 14px;
    left: 14px;
    height: 28px;
    line-height: 28px;
    padding: 0 14px;
    font-size: 14px;
    border-radius: 14px;
  }
  #supp .prin .swiper .p-btn {
    display: none;
  }
  #supp .serv {
    padding: 50px 0;
  }
  #supp .serv .list {
    margin-top: 50px;
  }
  #supp .serv .list .item {
    width: 50%;
    height: 200px;
  }
  #supp .serv .list .item .text {
    top: 44px;
    left: 30px;
    right: 30px;
    bottom: 30px;
  }
  #supp .serv .list .item .text i {
    font-size: 24px;
    line-height: 24px;
  }
  #supp .serv .list .item .text .title {
    margin-top: 16px;
    font-size: 16px;
  }
  #supp .serv .list .item .text .desc {
    margin-top: 10px;
    font-size: 14px;
  }
  #supp .serv .list .item:hover::after {
    top: 16px;
    left: 16px;
    right: 16px;
    bottom: 16px;
  }
  #index .banner .texts {
    width: 100%;
    padding: 0 90px;
  }
  #index .banner .texts .title {
    font-size: 40px;
    letter-spacing: 6px;
  }
  #index .banner .texts .desc {
    font-size: 16px;
    margin-top: 10px;
  }
  #index .banner .texts .btn {
    height: 40px;
    padding: 0 24px;
    line-height: 38px;
    margin-top: 40px;
  }
  #index .banner .p-btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: 50%;
    margin-top: -25px;
  }
  #index .banner .p-btn i {
    font-size: 22px;
  }
  #index .banner .p-btn.prev {
    left: 20px;
  }
  #index .banner .p-btn.next {
    right: 20px;
  }
  #index .about {
    height: auto;
    flex-wrap: wrap;
  }
  #index .about .img {
    width: 100%;
    height: 460px;
  }
  #index .about .texts {
    width: 100%;
    padding: 30px 40px 50px;
  }
  #index .about .texts .content {
    margin-top: 40px;
    font-size: 16px;
    line-height: 30px;
    max-height: 150px;
  }
  #index .about .texts .honor {
    margin-top: 30px;
  }
  #index .about .texts .honor .label {
    font-size: 16px;
  }
  #index .about .texts .honor .items .item {
    width: 23.28%;
    padding: 20px 15px 10px;
    margin-top: 15px;
  }
  #index .about .texts .honor .items .item i {
    width: 28px;
    height: 28px;
    font-size: 28px;
    line-height: 28px;
  }
  #index .about .texts .honor .items .item p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 15px;
  }
  #index .about .texts .btn {
    margin-top: 40px;
    height: 40px;
    line-height: 38px;
    padding: 0 24px;
    font-size: 16px;
  }
  #index .deve {
    padding: 30px 30px;
  }
  #index .deve .item {
    width: 50%;
    font-size: 16px;
    margin: 20px 0;
  }
  #index .deve .item .top span {
    font-size: 40px;
    line-height: 40px;
  }
  #index .deve::before {
    width: 80px;
    height: 140px;
  }
  #index .deve::after {
    width: 80px;
    height: 140px;
  }
  #index .thumb {
    padding: 50px 0 0;
  }
  #index .thumb .gall {
    height: auto;
    margin-top: 70px;
    display: block;
  }
  #index .thumb .gall .item {
    width: 100%;
    height: auto;
    display: block;
  }
  #index .thumb .gall .item .bar {
    width: 100%;
    height: 80px;
    padding: 0 30px;
    flex-direction: row;
  }
  #index .thumb .gall .item .bar i {
    font-size: 26px;
    line-height: 26px;
  }
  #index .thumb .gall .item .bar .title {
    font-size: 16px;
    margin-top: 0;
    margin-left: 15px;
    writing-mode: unset;
  }
  #index .thumb .gall .item .bar .en {
    margin-top: 0;
    margin-left: 15px;
    writing-mode: unset;
  }
  #index .thumb .gall .item .img {
    width: 100%;
    display: none;
    height: auto;
  }
  #index .thumb .gall .item .img .text {
    bottom: 10%;
    left: 50%;
    width: 100%;
    padding: 0 20px;
    position: static;
    transform: translate(0);
    margin-top: -50px;
    margin-bottom: 50px;
  }
  #index .thumb .gall .item .img .text .title {
    font-size: 16px;
    white-space: normal;
  }
  #index .thumb .gall .item .img .text .desc {
    font-size: 14px;
    margin-top: 20px;
    white-space: normal;
  }
  #index .thumb .gall .item.active {
    width: 100%;
    height: auto;
  }
  #index .thumb .gall .item.active .bar i {
    color: #fff;
  }
  #index .thumb .gall .item.active .img {
    display: block;
  }
  #index .case {
    padding: 50px 0;
  }
  #index .case .list {
    margin-top: 50px;
  }
  #index .case .list .top {
    display: block;
  }
  #index .case .list .smalls {
    width: 100%;
    margin-top: 10px;
  }
  #index .case .list .smalls .item {
    margin-top: 8px;
  }
  #index .case .list .smalls .item:nth-child(1), #index .case .list .smalls .item:nth-child(2) {
    margin-top: 0;
  }
  #index .case .list .item {
    width: 49.3%;
  }
  #index .case .list .item .text {
    padding: 0 20px;
  }
  #index .case .list .item .text .title {
    height: 56px;
    line-height: 55px;
    font-size: 20px;
  }
  #index .case .list .item .text .bots {
    height: 50px;
    font-size: 16px;
  }
  #index .case .list .item .text .bots i {
    font-size: 14px;
    margin-left: 4px;
  }
  #index .case .list .item.big {
    width: 100%;
  }
  #index .case .list .items {
    display: block;
    overflow: hidden;
  }
  #index .case .list .items .item {
    margin-left: 0.93%;
    margin-top: 8px;
    float: left;
  }
  #index .case .list .items .item:nth-child(4n+1) {
    margin-left: 0.93%;
  }
  #index .case .list .items .item:nth-child(2n+1) {
    margin-left: 0;
  }
  #index .case .list-more {
    margin-top: 20px;
    height: 56px;
    line-height: 54px;
    font-size: 16px;
  }
  #index .partner {
    padding: 50px 0;
  }
  #index .partner .swiper {
    margin-top: 60px;
  }
  #index .partner .swiper-slide .img {
    width: 132px;
    height: 132px;
  }
  #index .partner .swiper-slide .title {
    bottom: -48px;
    height: 48px;
    line-height: 48px;
    padding: 0 10px;
    font-size: 16px;
  }
  #index .partner .swiper-slide:hover .img {
    margin-top: -24px;
  }
  #index .partner .p-btn {
    display: none;
  }
  #index .contact {
    padding: 50px 0;
  }
  #index .contact .cont {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap-reverse;
    align-items: center;
  }
  #index .contact .cont .left {
    width: 100%;
    transform: translateX(0);
    position: static;
    margin-top: 30px;
  }
  #index .contact .cont .left i {
    font-size: 40px;
    line-height: 40px;
  }
  #index .contact .cont .left .btn {
    padding: 0 24px;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    margin-top: 30px;
  }
  #index .contact .cont i.line {
    display: none;
  }
  #index .contact .cont .addr {
    width: 100%;
    margin-left: 80px;
    position: static;
  }
  #index .contact .cont .addr .line {
    font-size: 16px;
    line-height: 26px;
    margin-top: 30px;
  }
  #index .contact .cont .addr .line:first-child {
    margin-top: 0;
  }
  #index .contact .cont .addr .line i {
    font-size: 16px;
    margin-right: 24px;
  }
}

@media screen and (max-width: 480px) {
  #about .infom {
    padding: 30px 0;
  }
  #about .infom .texts {
    margin-top: 20px;
  }
  #about .infom .texts .icon {
    height: 20px;
    margin-top: 30px;
  }
  #about .infom .texts .content {
    font-size: 14px;
    line-height: 26px;
    margin-top: 24px;
    max-height: unset;
    overflow-y: unset;
  }
  #about .infom .img {
    height: 200px;
  }
  #about .devi {
    padding: 30px 0;
  }
  #about .devi .swiper {
    margin-top: 30px;
  }
  #about .devi .swiper .swiper-slide p {
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    font-size: 14px;
  }
  #about .devi .swiper .p-btn {
    display: none;
  }
  #about .cul {
    padding: 30px 0;
  }
  #about .cul .img {
    margin: 30px auto 0;
  }
  #about .honor {
    padding: 30px 0;
  }
  #about .honor .swiper {
    margin-top: 30px;
  }
  #about .honor .swiper .swiper-slide .mask .iconfont {
    font-size: 20px;
    line-height: 20px;
  }
  #about .honor .swiper .swiper-slide .mask .title {
    font-size: 15px;
    margin-top: 10px;
  }
  #about .honor .swiper .swiper-slide .mask .line {
    width: 43px;
    height: 2px;
    margin-top: 10px;
  }
  #about .honor .swiper .swiper-pagination {
    margin-top: 20px;
  }
  #about .honor .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }
  #about .deve {
    padding: 30px 0;
  }
  #about .deve .tab {
    margin-top: 30px;
  }
  #about .deve .tab .line {
    top: 10px;
  }
  #about .deve .tab .item {
    width: 25%;
  }
  #about .deve .tab .item .dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 3px;
  }
  #about .deve .tab .item span {
    margin-top: 10px;
    font-size: 14px;
  }
  #about .deve .conts {
    margin-top: 30px;
  }
  #about .deve .conts .cont .img {
    width: 100%;
    height: 200px;
  }
  #about .deve .conts .cont .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  #about .deve .conts .cont .right .year {
    font-size: 18px;
  }
  #about .deve .conts .cont .right .texts {
    margin-left: 20px;
  }
  #about .deve .conts .cont .right .texts .title {
    font-size: 16px;
  }
  #about .deve .conts .cont .right .texts .content {
    font-size: 14px;
    line-height: 26px;
    margin-top: 14px;
    max-height: unset;
  }
  #about .deve .conts .cont .right .texts .bg-year {
    font-size: 100px;
    line-height: 90px;
  }
  #contact .contact {
    padding: 30px 0;
  }
  #contact .contact .block {
    margin-top: 30px;
    padding: 14px;
    flex-wrap: wrap;
  }
  #contact .contact .map {
    width: 100%;
    height: 200px;
  }
  #contact .contact .texts {
    width: 100%;
    padding: 0 0 10px 0;
    margin-top: 30px;
  }
  #contact .contact .texts .logo {
    width: 60%;
    max-width: 343px;
  }
  #contact .contact .texts .info {
    margin-top: 20px;
  }
  #contact .contact .texts .line {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
  #contact .contact .texts .line i {
    font-size: 14px;
    margin-right: 14px;
  }
  #join .detail {
    padding: 30px 0;
  }
  #join .detail .block .title {
    padding: 10px 20px;
    font-size: 16px;
  }
  #join .detail .block .items {
    padding: 10px 0;
  }
  #join .detail .block .items .item {
    width: 100%;
    padding: 0 20px;
    line-height: 28px;
    margin-top: 5px;
  }
  #join .detail .block .items .item .text {
    margin-left: 16px;
  }
  #join .detail .block .cond {
    padding: 10px 20px 25px 20px;
  }
  #join .detail .block .cond .item {
    margin-top: 15px;
    line-height: 32px;
  }
  #join .detail .block .cond .item .content {
    margin-left: 16px;
  }
  #join .detail .btns {
    margin-top: 30px;
  }
  #join .detail .btns a {
    height: 40px;
    border-radius: 20px;
  }
  #join .detail .btns .prev,
  #join .detail .btns .next {
    width: 110px;
  }
  #join .detail .btns .prev span,
  #join .detail .btns .next span {
    font-size: 13px;
  }
  #join .detail .btns .prev i,
  #join .detail .btns .next i {
    font-size: 12px;
  }
  #join .detail .btns .prev i {
    margin-right: 4px;
  }
  #join .detail .btns .next i {
    margin-left: 4px;
  }
  #join .detail .btns .subbtn {
    width: 110px;
    font-size: 14px;
    margin: 0 20px;
  }
  #popu .block {
    border-radius: 8px;
    padding: 0 14px 20px;
  }
  #popu .block .title {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }
  #popu .block .form {
    margin-top: 14px;
  }
  #popu .block .form .line {
    margin-top: 12px;
  }
  #popu .block .form .line .label {
    width: 90px;
    font-size: 14px;
    padding-right: 14px;
  }
  #popu .block .form .line .input {
    height: 40px;
  }
  #popu .block .form .line .input input[type="text"] {
    height: 40px;
    border-radius: 4px;
    padding: 0 10px;
  }
  #popu .block .form .line .input img {
    width: 80px;
    height: 40px;
    margin-left: 10px;
  }
  #popu .block .form .line .upload {
    width: 100%;
    height: 40px;
    border-radius: 20px;
    line-height: 38px;
  }
  #popu .block .form .btns {
    margin-top: 20px;
  }
  #popu .block .form .btns .btn {
    width: 156px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    font-size: 14px;
  }
  #popu .block i.close {
    top: 24px;
    right: 14px;
    font-size: 14px;
  }
  #news .list {
    margin-top: 30px;
  }
  #news .list .item {
    margin-bottom: 14px;
    flex-wrap: wrap;
  }
  #news .list .item .img {
    width: 100%;
    height: auto;
  }
  #news .list .item .img img {
    height: auto;
  }
  #news .list .item .texts {
    width: 100%;
    padding: 14px;
  }
  #news .list .item .texts .title {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
  }
  #news .list .item .texts .title span {
    padding: 0 10px;
    height: 20px;
    line-height: 18px;
    border-radius: 10px;
    font-size: 12px;
    margin-right: 12px;
  }
  #news .list .item .texts .desc {
    line-height: 24px;
    height: 48px;
    margin-top: 10px;
  }
  #news .list .item .texts .bot {
    margin-top: 20px;
  }
  #news .list .item .texts .bot .more {
    font-size: 14px;
  }
  #news .list .item .texts .bot .more i {
    font-size: 12px;
    margin-left: 10px;
  }
  #news .pages {
    margin-top: 20px;
    margin-bottom: 50px;
  }
  #news .detail {
    padding: 30px 0;
  }
  #news .detail .title {
    font-size: 18px;
  }
  #news .detail .date {
    margin-top: 10px;
  }
  #news .detail .content {
    margin-top: 20px;
    line-height: 26px;
  }
  #prtn .prtn {
    padding: 30px 0;
  }
  #prtn .prtn .list {
    margin-top: 30px;
  }
  #prtn .prtn .list .item {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 14px;
    padding: 20px;
  }
  #prtn .prtn .list .item:nth-child(3n + 1) {
    margin-left: 4%;
  }
  #prtn .prtn .list .item:nth-child(2n + 1) {
    margin-left: 0;
  }
  #prtn .prtn .list .item .img {
    width: 80px;
    height: 80px;
  }
  #prtn .prtn .list .item .img img {
    width: 80px;
    height: 80px;
  }
  #prtn .prtn .list .item .title {
    display: none;
  }
  #prtn .prtn .list .item .desc {
    display: none;
  }
  #prtn .prtn .pages {
    margin-top: 20px;
  }
  #prod .intr {
    padding: 30px 0;
  }
  #prod .intr .main .img {
    width: 100%;
    height: 240px;
  }
  #prod .intr .main .texts {
    margin-top: 30px;
  }
  #prod .intr .main .texts .content {
    margin-top: 30px;
    font-size: 14px;
    line-height: 26px;
  }
  #prod .hard {
    padding: 30px 0;
  }
  #prod .hard .list {
    margin-top: 30px;
  }
  #prod .hard .list .item {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 14px;
  }
  #prod .hard .list .item:nth-child(4n + 1) {
    margin-left: 4%;
  }
  #prod .hard .list .item:nth-child(2n + 1) {
    margin-left: 0;
  }
  #prod .hard .list .item .img {
    width: 100%;
  }
  #prod .hard .list .item .texts {
    padding: 8px 10px 10px;
  }
  #prod .hard .list .item .texts .title {
    height: 30px;
    line-height: 29px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  #prod .hard .list .item .texts .desc {
    width: 100%;
    margin-bottom: 3px;
    font-size: 13px;
  }
  #prod .hard .pages {
    margin-top: 30px;
  }
  #prod .detail {
    padding: 30px 0;
  }
  #prod .detail .main {
    flex-wrap: wrap;
  }
  #prod .detail .swiper {
    width: 100%;
  }
  #prod .detail .swiper .btn {
    width: 24px;
    height: 24px;
    top: 50%;
    margin-top: -12px;
  }
  #prod .detail .swiper .btn i {
    font-size: 24px;
    line-height: 24px;
  }
  #prod .detail .swiper .btn.prev {
    left: 14px;
  }
  #prod .detail .swiper .btn.next {
    right: 14px;
  }
  #prod .detail .swiper .swiper-pagination-bullets {
    bottom: 20px;
  }
  #prod .detail .swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
  #prod .detail .texts {
    width: 100%;
    padding: 14px 14px 24px;
  }
  #prod .detail .texts .title {
    font-size: 16px;
  }
  #prod .detail .texts .descs {
    font-size: 14px;
    line-height: 26px;
    margin-top: 15px;
  }
  #prod .detail .texts .content {
    font-size: 14px;
    line-height: 26px;
    margin-top: 15px;
    height: auto;
  }
  #prod .detail .texts .btns {
    margin-top: 30px;
  }
  #prod .detail .texts .btns a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
  }
  #prod .detail .texts .btns a i {
    font-size: 14px;
  }
  #prod .detail .texts .btns a:first-child {
    margin-right: 30px;
  }
  #supp .prob {
    padding: 30px 0;
  }
  #supp .prob .list {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  #supp .prob .list .list-l {
    width: 100%;
  }
  #supp .prob .list .list-r {
    width: 100%;
  }
  #supp .prob .list .item .tops {
    height: 60px;
  }
  #supp .prob .list .item .tops img {
    width: 24px;
    margin-right: 14px;
  }
  #supp .prob .list .item .tops .title {
    font-size: 16px;
  }
  #supp .prob .list .item .tops i {
    font-size: 18px;
    margin-left: 20px;
  }
  #supp .prob .list .item .bots {
    padding: 14px;
    line-height: 26px;
  }
  #supp .prin {
    padding: 50px 0;
  }
  #supp .prin .swiper {
    margin-top: 50px;
  }
  #supp .prin .swiper .swiper-slide span {
    top: 14px;
    left: 14px;
    height: 28px;
    line-height: 28px;
    padding: 0 14px;
    font-size: 14px;
    border-radius: 14px;
  }
  #supp .prin .swiper .p-btn {
    display: none;
  }
  #supp .serv {
    padding: 50px 0;
  }
  #supp .serv .list {
    margin-top: 50px;
  }
  #supp .serv .list .item {
    width: 50%;
    height: 200px;
  }
  #supp .serv .list .item .text {
    top: 44px;
    left: 30px;
    right: 30px;
    bottom: 30px;
  }
  #supp .serv .list .item .text i {
    font-size: 24px;
    line-height: 24px;
  }
  #supp .serv .list .item .text .title {
    margin-top: 16px;
    font-size: 16px;
  }
  #supp .serv .list .item .text .desc {
    margin-top: 10px;
    font-size: 14px;
  }
  #supp .serv .list .item:hover::after {
    top: 16px;
    left: 16px;
    right: 16px;
    bottom: 16px;
  }
  #index .banner .texts {
    width: 100%;
    padding: 0 60px;
  }
  #index .banner .texts .title {
    font-size: 20px;
    letter-spacing: 0;
  }
  #index .banner .texts .desc {
    font-size: 13px;
    margin-top: 10px;
  }
  #index .banner .texts .btn {
    height: 40px;
    padding: 0 24px;
    line-height: 38px;
    margin-top: 40px;
  }
  #index .banner .p-btn {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
  }
  #index .banner .p-btn i {
    font-size: 12px;
  }
  #index .banner .p-btn.prev {
    left: 14px;
  }
  #index .banner .p-btn.next {
    right: 14px;
  }
  #index .banner .swiper-pagination {
    bottom: 30px;
  }
  #index .banner .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    margin: 0 4px;
  }
  #index .about {
    height: auto;
    flex-wrap: wrap;
  }
  #index .about .img {
    width: 100%;
    height: 250px;
  }
  #index .about .texts {
    width: 100%;
    padding: 20px 20px 30px;
  }
  #index .about .texts .content {
    margin-top: 30px;
    font-size: 14px;
    line-height: 26px;
    max-height: unset;
  }
  #index .about .texts .honor {
    margin-top: 30px;
  }
  #index .about .texts .honor .label {
    font-size: 16px;
  }
  #index .about .texts .honor .items {
    flex-wrap: wrap;
  }
  #index .about .texts .honor .items .item {
    width: 48%;
    padding: 20px 15px 10px;
    margin-top: 15px;
  }
  #index .about .texts .honor .items .item i {
    width: 28px;
    height: 28px;
    font-size: 28px;
    line-height: 28px;
  }
  #index .about .texts .honor .items .item p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 15px;
  }
  #index .about .texts .btn {
    margin-top: 30px;
    height: 40px;
    line-height: 38px;
    padding: 0 24px;
    font-size: 16px;
  }
  #index .deve {
    padding: 20px 20px;
  }
  #index .deve .item {
    width: 50%;
    font-size: 14px;
    margin: 20px 0;
  }
  #index .deve .item .top span {
    font-size: 30px;
    line-height: 30px;
  }
  #index .deve::before {
    width: 80px;
    height: 140px;
  }
  #index .deve::after {
    width: 80px;
    height: 140px;
  }
  #index .thumb {
    padding: 30px 0 0;
  }
  #index .thumb .gall {
    height: auto;
    margin-top: 30px;
    display: block;
  }
  #index .thumb .gall .item {
    width: 100%;
    height: auto;
    display: block;
  }
  #index .thumb .gall .item .bar {
    width: 100%;
    height: 60px;
    padding: 0 30px;
    flex-direction: row;
  }
  #index .thumb .gall .item .bar i {
    font-size: 26px;
    line-height: 26px;
  }
  #index .thumb .gall .item .bar .title {
    font-size: 16px;
    margin-top: 0;
    margin-left: 15px;
    writing-mode: unset;
  }
  #index .thumb .gall .item .bar .en {
    margin-top: 0;
    margin-left: 15px;
    writing-mode: unset;
  }
  #index .thumb .gall .item .img {
    width: 100%;
    display: none;
    height: auto;
  }
  #index .thumb .gall .item .img .text {
    bottom: 10%;
    left: 50%;
    width: 100%;
    padding: 0 20px;
    position: static;
    transform: translate(0);
    margin-top: -50px;
    margin-bottom: 50px;
  }
  #index .thumb .gall .item .img .text .title {
    font-size: 16px;
    white-space: normal;
  }
  #index .thumb .gall .item .img .text .desc {
    font-size: 14px;
    margin-top: 20px;
    white-space: normal;
  }
  #index .thumb .gall .item.active {
    width: 100%;
    height: auto;
  }
  #index .thumb .gall .item.active .bar i {
    color: #fff;
  }
  #index .thumb .gall .item.active .img {
    display: block;
  }
  #index .case {
    padding: 30px 0;
  }
  #index .case .list {
    margin-top: 30px;
  }
  #index .case .list .top {
    display: block;
  }
  #index .case .list .smalls {
    width: 100%;
    margin-top: 10px;
  }
  #index .case .list .smalls .item {
    margin-top: 8px;
  }
  #index .case .list .smalls .item:nth-child(1), #index .case .list .smalls .item:nth-child(2) {
    margin-top: 0;
  }
  #index .case .list .item {
    width: 49.3%;
  }
  #index .case .list .item .text {
    padding: 0 8px;
  }
  #index .case .list .item .text .title {
    height: 32px;
    line-height: 31px;
    font-size: 16px;
  }
  #index .case .list .item .text .bots {
    height: 32px;
    font-size: 12px;
  }
  #index .case .list .item .text .bots i {
    font-size: 12px;
    margin-left: 4px;
  }
  #index .case .list .item.big {
    width: 100%;
  }
  #index .case .list .items {
    display: block;
    overflow: hidden;
  }
  #index .case .list .items .item {
    margin-left: 0.93%;
    margin-top: 8px;
    float: left;
  }
  #index .case .list .items .item:nth-child(4n+1) {
    margin-left: 0.93%;
  }
  #index .case .list .items .item:nth-child(2n+1) {
    margin-left: 0;
  }
  #index .case .list-more {
    margin-top: 20px;
    height: 56px;
    line-height: 54px;
    font-size: 16px;
  }
  #index .partner {
    padding: 30px 0;
  }
  #index .partner .swiper {
    margin-top: 30px;
  }
  #index .partner .swiper-slide .img {
    width: 90px;
    height: 90px;
  }
  #index .partner .swiper-slide .title {
    bottom: -48px;
    height: 48px;
    line-height: 48px;
    padding: 0 10px;
    font-size: 16px;
  }
  #index .partner .swiper-slide:hover .img {
    margin-top: -24px;
  }
  #index .partner .p-btn {
    display: none;
  }
  #index .contact {
    padding: 30px 0;
  }
  #index .contact .cont {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap-reverse;
    align-items: center;
  }
  #index .contact .cont .left {
    width: 100%;
    transform: translateX(0);
    position: static;
    margin-top: 30px;
  }
  #index .contact .cont .left i {
    font-size: 30px;
    line-height: 30px;
  }
  #index .contact .cont .left .btn {
    padding: 0 24px;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    margin-top: 30px;
  }
  #index .contact .cont i.line {
    display: none;
  }
  #index .contact .cont .addr {
    width: 100%;
    margin-left: 0;
    padding: 0 20px;
    position: static;
  }
  #index .contact .cont .addr .line {
    font-size: 14px;
    line-height: 26px;
    margin-top: 14px;
  }
  #index .contact .cont .addr .line:first-child {
    margin-top: 0;
  }
  #index .contact .cont .addr .line i {
    font-size: 16px;
    margin-right: 24px;
  }
}
