@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.pg-banner {
  height: 22.5rem;
  position: relative;
  overflow: hidden;
  background-color: #010028;
}
.pg-banner img {
  -webkit-animation: zoom 20s ease-in-out infinite;
  animation: zoom 20s ease-in-out infinite;
}
.pg-banner .txt-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pg-banner .txt-box::before,
.pg-banner .txt-box::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.65rem;
  height: 0.65rem;
  border: 0.15rem solid;
  transition: all 0.6s ease;
}
.pg-banner .txt-box::before {
  top: 0;
  left: 0;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-color: #00edea;
  border-left-color: #00edea;
}
.pg-banner .txt-box::after {
  bottom: 0;
  right: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: #00edea;
  border-right-color: #00edea;
}
.pg-banner .txt-box .txt {
  position: relative;
  padding: 1.7rem 9rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pg-banner .txt-box .txt::before,
.pg-banner .txt-box .txt::after {
  content: "";
  display: block;
  position: absolute;
  width: 6.5rem;
  height: 2rem;
  border: 0.05rem solid;
  transition: all 0.6s ease;
  opacity: 0.5;
  animation: grow 2s linear infinite;
}
.pg-banner .txt-box .txt::before {
  top: 0;
  left: 0;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-color: #00edea;
  border-left-color: #00edea;
}
.pg-banner .txt-box .txt::after {
  bottom: 0;
  right: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: #00edea;
  border-right-color: #00edea;
}
.pg-banner .txt-box .txt h2 {
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 600;
  color: #00edea;
}
.pg-banner .txt-box .txt p {
  font-size: 1.6rem;
  color: #fff;
}
.tag {
  padding-top: 1.5rem;
  font-size: 0.7rem;
  color: #999;
  line-height: 1.5rem;
}
.tag p {
  font-size: 0.7rem;
  color: #999;
}
.targ {
  position: relative;
  top: -5rem;
  display: block;
  height: 0;
  overflow: hidden;
}
.pt {
  position: relative;
}
.pt h4 {
  padding: 0 0.4rem;
  position: relative;
  font-size: 2rem;
  color: #010028;
  font-weight: 600;
}
.pt h4::before,
.pt h4::after {
  position: absolute;
  content: '';
  width: 6.65rem;
  height: 2rem;
  bottom: 0;
}
.pt h4::before {
  background: url(../images/pt-l.png) no-repeat center;
  background-size: contain;
  right: 100%;
}
.pt h4::after {
  background: url(../images/pt-r.png) no-repeat center;
  background-size: contain;
  left: 100%;
}
.pt p {
  position: absolute;
  z-index: -1;
  left: 50%;
  font-size: 1.5rem;
  transform: translateX(-50%);
  top: -30%;
  white-space: nowrap;
  color: #010028;
  opacity: 0.1;
  font-weight: 500;
}
#partners .info {
  padding: 3rem;
}
#partners .info .info-box {
  margin-top: 3rem;
  overflow: hidden;
}
#partners .info .info-box .info-left {
  width: 36%;
  max-height: 32.5rem;
  overflow: hidden;
}
#partners .info .info-box .info-right {
  padding: 2.5rem 0 2.5rem 5%;
  width: 64%;
}
#partners .info .info-box .info-right > p {
  margin-bottom: 2rem;
  font-size: 0.8rem;
  line-height: 1.8rem;
  text-align: justify;
}
#partners .info .info-box .info-right > div {
  padding: 1rem;
  background: url(../images/pa-msg.jpg) no-repeat center;
  background-size: cover;
}
#partners .info .info-box .info-right > div img {
  width: 8rem;
}
#partners .info .info-box .info-right > div > div {
  margin-left: 2rem;
}
#partners .info .info-box .info-right > div > div p {
  margin-bottom: 0.9rem;
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  color: #fff;
  white-space: nowrap;
}
#partners .info .info-box .info-right > div > div p i {
  font-size: 0.9rem;
  color: inherit;
  width: 1.25rem;
}
#partners .info .info-box .info-right > div > div span {
  font-size: 0.7rem;
  color: #fff;
  white-space: nowrap;
}
#partners .advantage {
  padding: 5.75rem 0 5rem;
}
#partners .advantage .adv-box {
  margin-top: 3rem;
}
#partners .advantage .adv-box .adv-item {
  position: relative;
  padding: 2rem 1.25rem 1.5rem 2.25rem;
  width: 32%;
  margin-right: 2%;
  background-color: #f8f8f8;
  transition: all 0.4s ease;
}
#partners .advantage .adv-box .adv-item::before {
  position: absolute;
  content: '';
  width: 40%;
  height: 0.1rem;
  background-color: #1a73e8;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s ease;
  opacity: 0;
}
#partners .advantage .adv-box .adv-item:last-child {
  margin-right: 0;
}
#partners .advantage .adv-box .adv-item i {
  font-size: 2rem;
  color: #4c4c4c;
}
#partners .advantage .adv-box .adv-item h4 {
  margin: 1.5rem 0 2rem;
  font-size: 1.2rem;
  line-height: 30px;
  font-weight: 600;
  color: #010028;
}
#partners .advantage .adv-box .adv-item p {
  margin-bottom: 2.25rem;
  position: relative;
  padding-left: 0.5rem;
  line-height: 1.5rem;
  font-size: 0.8rem;
  color: #666666;
}
#partners .advantage .adv-box .adv-item p::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0.65rem;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  background-color: #1a73e8;
}
#partners .advantage .adv-box .adv-item:hover {
  background-color: #fff;
  box-shadow: 0rem 0.4rem 0.9rem rgba(51, 51, 51, 0.1);
}
#partners .advantage .adv-box .adv-item:hover::before {
  width: 100%;
  opacity: 1;
}
#partners .advantage .adv-box .adv-item:hover i,
#partners .advantage .adv-box .adv-item:hover h4 {
  color: #1a73e8;
}
#partners .product {
  padding: 0 0 4.5rem;
  background: url(../images/pdbg.jpg) no-repeat center;
  background-size: cover;
}
#partners .product .pt p {
  z-index: 0;
}
#partners .product .tag {
  margin-bottom: 60px;
}
#partners .product .product-box {
  margin-top: 3rem;
  width: 100%;
  flex-wrap: wrap;
}
#partners .product .product-box .par-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
  width: 24%;
  margin-right: 1%;
}
#partners .product .product-box .par-item:nth-child(4n) {
  margin-right: 0;
}
#partners .product .product-box .par-item .par-pic {
  position: relative;
  padding: 0.5rem;
  width: 100%;
  background-color: #fff;
  height: 13rem;
  box-shadow: 0rem 0.6rem 0.7rem rgba(0, 0, 0, 0.1);
  transition: 0.4s ease;
}
#partners .product .product-box .par-item .par-pic img {
  height: 100%;
}
#partners .product .product-box .par-item .par-pic .par-txt {
  padding: 2.5rem 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  border: 0.05rem solid #00edea;
  transition: 0.4s;
  opacity: 0;
}
#partners .product .product-box .par-item .par-pic .par-txt h4 {
  font-size: 1.1rem;
  color: #00edea;
  font-weight: 600;
  line-height: 1.5rem;
  text-align: center;
  transition: 0.5s ease;
  transform: translateY(-1rem);
}
#partners .product .product-box .par-item .par-pic .par-txt p {
  margin-top: 0.5rem;
  font-size: 0.7rem;
  color: #fff;
  line-height: 1.2rem;
  text-align: center;
  transition: 0.6s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  transform: translateY(1rem);
}
#partners .product .product-box .par-item .par-pic .par-txt .btn {
  margin-top: 1.25rem;
  transition: 0.7s ease;
  transform: translateY(1.5rem);
}
#partners .product .product-box .par-item > p {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #333;
  transition: 0.4s;
  width: 90%;
  text-align: center;
  line-height: 1.3rem;
}
#partners .product .product-box .par-item:hover .par-pic {
  padding: 0;
}
#partners .product .product-box .par-item:hover .par-txt {
  opacity: 1;
}
#partners .product .product-box .par-item:hover .par-txt h4,
#partners .product .product-box .par-item:hover .par-txt p,
#partners .product .product-box .par-item:hover .par-txt .btn {
  transform: translateY(0);
}
#partners .product .product-box .par-item:hover > p {
  transform: translateY(-20px);
  opacity: 0;
}
#contact .message {
  padding: 3rem 0 2rem;
}
#contact .message .msg-box {
  padding: 2.5rem 2rem 2rem;
  margin-top: 2.5rem;
  width: 100%;
  background-color: #fafafa;
  overflow: hidden;
}
#contact .message .msg-box form {
  flex-wrap: wrap;
}
#contact .message .msg-box form .input {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  width: 49%;
  margin-right: 2%;
}
#contact .message .msg-box form .input:nth-child(even) {
  margin-right: 0;
}
#contact .message .msg-box form .input label {
  font-size: 0.8rem;
  color: #333;
}
#contact .message .msg-box form .input label sup {
  color: #ff0000;
}
#contact .message .msg-box form .input input {
  padding: 0.9rem 0.5rem;
  margin-left: 1rem;
  background-color: #fff;
  flex: 1;
  font-size: 0.7rem;
  color: #808080;
  transition: 0.4s;
  border: 0.1rem solid transparent;
}
#contact .message .msg-box form .input input:focus {
  border-color: #336ef3;
}
#contact .message .msg-box form .input textarea {
  margin-left: 1rem;
  padding: 0.9rem 0.5rem;
  background-color: #fff;
  flex: 1;
  height: 4rem;
  font-size: 0.7rem;
  color: #808080;
  transition: 0.4s;
  border: 0.1rem solid transparent;
}
#contact .message .msg-box form .input textarea:focus {
  border-color: #336ef3;
}
#contact .message .msg-box form .ly {
  width: 100%;
  margin-right: 0;
}
#contact .message .msg-box form button {
  margin: 0 auto;
  padding: 0.65rem 7rem;
  font-size: 0.7rem;
  color: #fff;
  background-color: #336ef3;
}
#contact .contact {
  padding-top: 2.5rem;
}
#contact .contact .con-box {
  position: relative;
  margin-top: 2.5rem;
  width: 100%;
}
#contact .contact .con-box::before {
  position: absolute;
  content: '';
  width: 150%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fafafa;
  z-index: -1;
}
#contact .contact .con-box .con-item {
  padding: 2.5rem 1rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
  transition: 0.4s;
  position: relative;
}
#contact .contact .con-box .con-item h5 {
  font-size: 0.8rem;
  color: #333;
}
#contact .contact .con-box .con-item span {
  margin: 1rem 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border: 0.05rem solid #336ef3;
  border-radius: 50%;
  transition: 0.4s ease;
}
#contact .contact .con-box .con-item span i {
  font-size: 1.5rem;
  color: #336ef3;
}
#contact .contact .con-box .con-item p {
  width: 80%;
  font-size: 0.8rem;
  color: #666;
  text-align: center;
  line-height: 1.5rem;
}
#contact .contact .con-box .con-item > div {
  position: absolute;
  background-color: #fff;
  border-radius: 4px;
  transition: 0.4s ease;
  left: 50%;
  transform: translate(-50%, 40px);
  opacity: 0;
}
#contact .contact .con-box .con-item > div::before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  bottom: -2.5px;
}
#contact .contact .con-box .con-item > div img {
  width: 120px;
}
#contact .contact .con-box .con-item:hover {
  background-color: #336ef3;
}
#contact .contact .con-box .con-item:hover h5,
#contact .contact .con-box .con-item:hover p {
  color: #fff;
}
#contact .contact .con-box .con-item:hover span {
  background-color: #fff;
}
#contact .contact .con-box .con-item:hover > div {
  transform: translate(-50%, 0);
  opacity: 1;
}
#contact .map {
  padding: 4rem 0 5.5rem;
}
#contact .map #map {
  width: 100%;
  height: 22.5rem;
}
#contact .map #map img {
  max-height: none;
  width: auto;
}
#showpd {
  background-color: #f4f4f4;
  padding-bottom: 2.5rem;
}
#showpd .tag .container {
  position: relative;
  margin-top: -200px;
}
#showpd .tag .container p {
  color: #fff;
}
#showpd .pd-info {
  margin-top: 1.5rem;
}
#showpd .pd-info .info-box {
  position: relative;
  margin-top: -200px;
  padding: 1.5rem;
  background-color: #fff;
}
#showpd .pd-info .info-box .info-l {
  width: 50%;
}
#showpd .pd-info .info-box .info-r {
  padding: 0.5rem 0 0.5rem 3%;
  flex: 1;
}
#showpd .pd-info .info-box .info-r h3 {
  padding-bottom: 1.25rem;
  position: relative;
  font-size: 1.5rem;
  font-family: 600;
  color: #333;
  border-bottom: 0.05rem solid #e6e6e6;
}
#showpd .pd-info .info-box .info-r .tag {
  padding: 1.5rem 0 2rem;
  border-bottom: 0.05rem solid #e6e6e6;
}
#showpd .pd-info .info-box .info-r .tag p {
  font-size: 0.8rem;
  color: #666;
  line-height: 1.5rem;
}
#showpd .pd-info .info-box .info-r .contact {
  margin-top: 2rem;
}
#showpd .pd-info .info-box .info-r .contact .cl p {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  line-height: 1.5rem;
  color: #333;
}
#showpd .pd-info .info-box .info-r .contact .cl p i {
  width: 1rem;
  margin-right: 0.35rem;
  font-size: 1rem;
  color: #1a73e8;
}
#showpd .pd-info .info-box .info-r .contact .cr img {
  width: 6rem;
  border: 0.05rem solid #dedede;
}
#showpd .pd-info .info-box .info-r .contact .cr p {
  margin-left: 1rem;
  font-size: 0.7rem;
  color: #666;
  line-height: 1.5rem;
}
#showpd .pd-body {
  margin-top: 1rem;
}
#showpd .pd-body .pd-l {
  width: 71%;
  background-color: #fff;
}
#showpd .pd-body .pd-l .p-head {
  padding: 1.5rem 1.4rem 0;
  border-bottom: 0.05rem solid #dedede;
}
#showpd .pd-body .pd-l .p-head ul li {
  margin-right: 2.5rem;
}
#showpd .pd-body .pd-l .p-head ul li a {
  padding-bottom: 0.55rem;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 600;
  color: #333;
  white-space: nowrap;
}
#showpd .pd-body .pd-l .p-head ul li a::before {
  position: absolute;
  content: '';
  width: 0%;
  height: 0.05rem;
  background-color: #336ef3;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}
#showpd .pd-body .pd-l .p-head ul li a i {
  display: block;
  margin-right: 4px;
  font-size: 18px;
  line-height: 19px;
  color: inherit;
  font-weight: 500;
}
#showpd .pd-body .pd-l .p-head ul li:hover a {
  color: #1a73e8;
}
#showpd .pd-body .pd-l .p-head ul li:hover a::before {
  width: 100%;
}
#showpd .pd-body .pd-l .p-head ul .ac a {
  color: #1a73e8;
}
#showpd .pd-body .pd-l .p-head ul .ac a::before {
  width: 100%;
}
#showpd .pd-body .pd-l .p-cont {
  padding: 1.5rem 1rem;
}
#showpd .pd-body .pd-l .p-cont .pt {
  padding-left: 0.5rem;
  position: relative;
  font-size: 0.8rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1.5rem;
}
#showpd .pd-body .pd-l .p-cont .pt::before {
  position: absolute;
  content: '';
  width: 0.15rem;
  height: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #356ff3;
}
#showpd .pd-body .pd-l .p-cont .xq,
#showpd .pd-body .pd-l .p-cont .td,
#showpd .pd-body .pd-l .p-cont .pt,
#showpd .pd-body .pd-l .p-cont .yy {
  margin-bottom: 1.5rem;
}
#showpd .pd-body .pd-l .p-cont .xq img,
#showpd .pd-body .pd-l .p-cont .td img,
#showpd .pd-body .pd-l .p-cont .pt img,
#showpd .pd-body .pd-l .p-cont .yy img {
  max-width: 100%;
  width: auto;
}
#showpd .pd-body .pd-l .p-cont .xq pre,
#showpd .pd-body .pd-l .p-cont .td pre,
#showpd .pd-body .pd-l .p-cont .pt pre,
#showpd .pd-body .pd-l .p-cont .yy pre {
  max-width: 100%;
  white-space: normal;
}
#showpd .pd-body .pd-l .p-cont .xq img,
#showpd .pd-body .pd-l .p-cont .yy img {
  max-width: 100%;
}
#showpd .pd-body .pd-l .p-cont .gg table {
  border-spacing: 0;
  width: 100%;
}
@media screen and (max-width: 480px) {
    #showpd .pd-body .pd-l .p-cont .gg{
    width: 100%;
    overflow: scroll;
    }
}
#showpd .pd-body .pd-l .p-cont .gg td {
  padding: 0.7rem 1rem;
  font-size: 0.7rem;
  color: #666666;
  border: 0.05rem solid #e5e5e5;
}
#showpd .pd-body .pd-l .p-cont .zl img {
  display: none;
}
#showpd .pd-body .pd-l .p-cont .zl a {
  font-size: 0.7rem;
  margin: 0.2rem 0;
}
#showpd .pd-body .pd-r {
  width: 27.6%;
  margin-left: 1.4%;
}
#showpd .pd-body .pd-r .msg {
  background-color: #fff;
}
#showpd .pd-body .pd-r .msg h4 {
  padding: 1.5rem 1rem 0.5rem;
  position: relative;
  font-size: 1rem;
  color: #333;
  border-bottom: 0.05rem solid #dedede;
}
#showpd .pd-body .pd-r .msg h4::before {
  position: absolute;
  content: '';
  width: 22%;
  height: 0.05rem;
  bottom: 0;
  background-color: #1a73e8;
}
#showpd .pd-body .pd-r .msg form {
  padding: 1.5rem 1.25rem;
}
#showpd .pd-body .pd-r .msg form input,
#showpd .pd-body .pd-r .msg form textarea {
  margin-bottom: 1rem;
  padding: 0.65rem 0.5rem;
  font-size: 0.7rem;
  color: #808080;
  border: 0.05rem solid #e5e5e5;
}
#showpd .pd-body .pd-r .msg form textarea {
  height: 4rem;
}
#showpd .pd-body .pd-r .msg form button {
  width: 100%;
  padding: 0.65rem 1rem;
  background-color: #336ef3;
  font-size: 0.7rem;
  color: #fff;
  transition: 0.3s;
}
#showpd .pd-body .pd-r .msg form button:hover {
  background-color: #1a73e8;
  box-shadow: 0 0.5rem 0.7rem rgba(26, 115, 232, 0.12);
}
#showpd .pd-body .pd-r .more {
  margin-top: 1rem;
  background-color: #fff;
}
#showpd .pd-body .pd-r .more > div {
  padding: 1.5rem 1rem 0.5rem;
  border-bottom: 0.05rem solid #dedede;
}
#showpd .pd-body .pd-r .more > div > h4 {
  position: relative;
  font-size: 1rem;
  color: #333;
}
#showpd .pd-body .pd-r .more > div > h4::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0.05rem;
  bottom: -0.5rem;
  background-color: #1a73e8;
}
#showpd .pd-body .pd-r .more > div a {
  font-size: 0.7rem;
  color: #999;
}
#showpd .pd-body .pd-r .more > div a:hover {
  color: #1a73e8;
}
#showpd .pd-body .pd-r .more .more-box {
  padding-bottom: 1.5rem;
}
#showpd .pd-body .pd-r .more .more-box .m {
  margin-bottom: 0.6rem;
}
#showpd .pd-body .pd-r .more .more-box .m a img {
  width: 6.5rem;
}
#showpd .pd-body .pd-r .more .more-box .m a > div {
  padding-left: 5%;
}
#showpd .pd-body .pd-r .more .more-box .m a > div h4 {
  font-size: 0.8rem;
  line-height: 1rem;
  margin-bottom: 1rem;
}
#showpd .pd-body .pd-r .more .more-box .m a > div p {
  font-size: 0.7rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
#about .profile {
  padding: 3.5rem 0 4rem;
}
#about .profile .pro-box {
  padding: 4.5rem 10%;
  margin-top: 2.5rem;
  width: 100%;
  background: url(../images/profilebg.jpg) no-repeat center;
  background-size: cover;
}
#about .profile .pro-box .pl {
  width: 62%;
}
#about .profile .pro-box .pl h4 {
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 600;
}
#about .profile .pro-box .pl p {
  margin-bottom: 1.5rem;
  font-size: 0.7rem;
  line-height: 1.8rem;
  color: #fff;
}
#about .profile .pro-box img {
  width: 28%;
  margin-left: 3%;
}
#about .develop {
  padding: 4rem 0 4.5rem;
  background: url(../images/developbg.jpg) no-repeat center;
  background-size: cover;
}
#about .develop .pt h4 {
  color: #fff;
}
#about .develop .pt p {
  color: #fff;
  opacity: 0.2;
  z-index: 1;
}
#about .develop .gallary {
  margin-top: 6.5rem;
}
#about .develop .gallary .swiper-button-next,
#about .develop .gallary .swiper-button-prev {
  font-size: 2.5rem;
  color: #fff;
  width: 5.5rem;
  top: 50%;
  transform: translateY(-50%);
}
#about .develop .gallary .swiper-button-next::after,
#about .develop .gallary .swiper-button-prev::after {
  display: none;
}
#about .develop .gallary .d {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#about .develop .gallary .d h3 {
  padding: 0 1.75rem;
  position: relative;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  color: #fff;
}
#about .develop .gallary .d h3::before,
#about .develop .gallary .d h3::after {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  width: 37rem;
  height: 0.5rem;
  background: url(../images/line.png) no-repeat center;
  background-size: contain;
}
#about .develop .gallary .d h3::before {
  left: 100%;
}
#about .develop .gallary .d h3::after {
  right: 100%;
}
#about .develop .gallary .d p {
  font-size: 0.9rem;
  color: #fff;
}
#about .develop .tb {
  margin-top: 5rem;
  padding: 0 5%;
}
#about .develop .tb .swiper-container {
  padding: 7.5rem 0 2rem;
}
#about .develop .tb .swiper-container .swiper-slide {
  position: relative;
}
#about .develop .tb .swiper-container .swiper-slide::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0.1rem;
  background-color: #0066ff;
  opacity: 0.2;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
#about .develop .tb .swiper-container .my-slide-thumb-active p {
  opacity: 1;
}
#about .develop .tb .swiper-container .my-slide-thumb-active .dd::after {
  opacity: 1;
}
#about .develop .tb .dd {
  margin: 0 3.25rem;
  position: relative;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}
#about .develop .tb .dd::before {
  position: absolute;
  content: '';
  width: 0.8rem;
  height: 0.8rem;
  background-color: #0066ff;
  opacity: 0.2;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#about .develop .tb .dd::after {
  position: absolute;
  content: '';
  width: 1.15rem;
  height: 6.5rem;
  background: url(../images/cel.png) no-repeat center;
  background-size: cover;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.5rem;
  opacity: 0;
  transition: 0.3s;
}
#about .develop .tb .dd p {
  position: absolute;
  font-size: 1.1rem;
  left: 50%;
  bottom: -2rem;
  transform: translateX(-50%);
  color: #fff;
  opacity: 0.2;
}
#about .place {
  padding: 4.5rem 0 4rem;
}
#about .place .place-box {
  position: relative;
  margin-top: 2.5rem;
  min-height: 28rem;
  width: 100%;
}
#about .place .place-box .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: center no-repeat;
  background-size: cover;
  z-index: -1;
  transition: 0.2s;
}
#about .place .place-box .show {
  opacity: 1;
}
#about .place .place-box .list {
  width: 100%;
  min-height: 28rem;
}
#about .place .place-box .list .p-item {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 0.05rem solid rgba(255, 255, 255, 0.6);
  transition: 0.4s ease;
}
#about .place .place-box .list .p-item h4 {
  font-size: 1rem;
  color: #fff;
  font-weight: 600 ;
  margin-bottom: 1rem;
  transition: 0.5s;
}
#about .place .place-box .list .p-item > i {
  font-size: 1rem;
  color: #fff;
  display: block;
  transition: 0.2s;
  animation: move 2s linear infinite;
}
#about .place .place-box .list .p-item .ms {
  margin-bottom: 1rem;
  display: flex;
  width: 16rem;
  align-items: flex-start;
  opacity: 0;
  transition: 0.5s;
  transform: translateY(2rem);
}
#about .place .place-box .list .p-item .ms i {
  font-size: 0.8rem;
  color: #fff;
  line-height: 1.2rem;
}
#about .place .place-box .list .p-item .ms p {
  margin-left: 0.25rem;
  font-size: 0.7rem;
  color: #fff;
  line-height: 1.2rem;
}
#about .place .place-box .list .show {
  width: 30%;
}
#about .place .place-box .list .show h4 {
  transform: translate(-7rem, -1rem);
}
#about .place .place-box .list .show > i {
  opacity: 0;
}
#about .place .place-box .list .show .ms {
  opacity: 1;
  transform: translateY(-1.5rem);
}
#about .patners {
  padding: 3.5rem 0;
  background-color: #f4faff;
}
#about .patners .pa-box {
  margin-top: 2.5rem;
  flex-wrap: wrap;
}
#about .patners .pa-box .p {
  margin-bottom: 0.5rem;
  margin-right: 1%;
  width: 15.5%;
  transition: 0.4s ease;
}
#about .patners .pa-box .p:nth-child(6n) {
  margin-right: 0;
}
#about .patners .pa-box .p:hover {
  box-shadow: 0 0.6rem 0.75rem rgba(0, 0, 0, 0.1);
}
#news {
  padding-bottom: 3rem;
}
#news .news-box {
  margin-top: 3rem;
  flex-wrap: wrap;
  width: 100%;
  min-height: 30rem;
  overflow: hidden;
}
#news .news-box .n-item {
  position: relative;
  margin-right: 1%;
  padding-right: 1%;
  margin-bottom: 3rem;
  width: 32%;
  cursor: pointer;
}
#news .news-box .n-item:nth-child(3n) {
  margin-right: 0;
}
#news .news-box .n-item .n-pic {
  margin-bottom: 1.5rem;
  max-height: 9.25rem;
  overflow: hidden;
  transform: translateZ(0);
}
#news .news-box .n-item .n-pic > a {
  width: 100%;
  height: 100%;
}
#news .news-box .n-item .n-pic img {
  transition: transform 0.6s ease;
}
#news .news-box .n-item h4 {
  margin-bottom: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  color: #333333;
  line-height: 1.8rem;
}
#news .news-box .n-item h4 a {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: inherit;
  text-overflow: ellipsis;
}
#news .news-box .n-item .date {
  font-size: 1.25rem;
  color: #999999;
  transition: 0.5s;
}
#news .news-box .n-item .msg {
  margin: 1.25rem 0;
  font-size: 0.7rem;
  color: #666666;
  line-height: 1.25rem;
  transition: 0.5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
#news .news-box .n-item .d2 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 1rem 0 0;
  opacity: 0;
  width: 100%;
  font-size: 1.25rem;
  color: #666666;
  transition: 0.6s;
}
#news .news-box .n-item .d2 span {
  padding-left: 1rem;
  border-left: 0.05rem solid #dedede;
}
#news .news-box .n-item .d2 img {
  transition: all 0.3s;
  transform: translateX(-1rem);
  opacity: 0;
}
#news .news-box .n-item:hover .date {
  transform: translateY(-0.5rem);
  opacity: 0;
}
#news .news-box .n-item:hover h4 {
  color: #336ef3;
}
#news .news-box .n-item:hover img {
  transform: scale(1.1);
}
#news .news-box .n-item:hover .msg {
  transform: translateY(-3rem);
}
#news .news-box .n-item:hover .d2 {
  opacity: 1;
  transform: translateY(-2rem);
}
#news .news-box .n-item:hover .d2 img {
  transform: translateX(0);
  opacity: 1;
}
/**** 新闻详情 ****/
#snews {
  padding: 0 0 3rem;
}
#snews > .container {
  margin-top: 40px;
}
#snews .n-box {
  justify-content: space-between;
}
#snews .n-box .nl {
  width: 64%;
}
#snews .n-box .nl .n-head {
  padding-bottom: 1rem;
  border-bottom: 0.05rem solid #e6e6e6;
}
#snews .n-box .nl .n-head h4 {
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #000;
}
#snews .n-box .nl .n-head p {
  margin-top: 2rem;
  font-size: 0.7rem;
  color: #999;
}
#snews .n-box .nl .n-head p span {
  margin-right: 1rem;
  color: inherit;
  font: inherit;
}
#snews .n-box .nl .nbody {
  padding: 3rem 0;
}
#snews .n-box .nl .nbody table,#snews .n-box .nl .nbody table td{
    border: 1px solid #c1c1c1;
    border-spacing: 0;
}
#snews .n-box .nl .nbody p {
  font-size: 0.8rem;
  color: #999;
  line-height: 1.25rem;
}
#snews .n-box .nr {
  position: relative;
  margin-left: 4%;
  width: 28%;
}
#snews .n-box .nr h2 {
  margin: 1rem 0;
  font-size: 1rem;
  color: #000;
}
#snews .n-box .nr .nr-cont .nr-item {
  margin-bottom: 1.5rem;
}
#snews .n-box .nr .nr-cont .nr-item .n-pic {
  width: 33.3%;
  height: 4.5rem;
}
#snews .n-box .nr .nr-cont .nr-item .n-pic img {
  height: 100%;
}
#snews .n-box .nr .nr-cont .nr-item .nc {
  padding: 0.25rem 0.5rem;
  width: 66%;
  justify-content: space-between;
}
#snews .n-box .nr .nr-cont .nr-item .nc p {
  font-size: 0.7rem;
  line-height: 1rem;
  color: #4d4d4d;
}
#snews .n-box .nr .nr-cont .nr-item .nc p a {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#snews .n-box .nr .nr-cont .nr-item .nc p:hover {
  color: #ff6900;
}
#snews .n-box .nr .nr-cont .nr-item .nc span {
  font-size: 0.6rem;
  color: #999;
}
.search-box {
  padding: 50px 0;
  width: 100%;
  flex-wrap: wrap;
  min-height: 30rem;
}
.search-box .par-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
  width: 24%;
  margin-right: 1%;
}
.search-box .par-item:nth-child(4n) {
  margin-right: 0;
}
.search-box .par-item .par-pic {
  position: relative;
  padding: 0.5rem;
  background-color: #fff;
  min-height: 12.2rem;
  box-shadow: 0rem 0.6rem 0.7rem rgba(0, 0, 0, 0.1);
  transition: 0.4s ease;
}
.search-box .par-item .par-pic img {
  height: 100%;
}
.search-box .par-item .par-pic .par-txt {
  padding: 2.5rem 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  border: 0.05rem solid #00edea;
  transition: 0.4s;
  opacity: 0;
}
.search-box .par-item .par-pic .par-txt h4 {
  font-size: 1.2rem;
  color: #00edea;
  font-weight: 600;
  transition: 0.5s ease;
  transform: translateY(-1rem);
}
.search-box .par-item .par-pic .par-txt p {
  margin-top: 0.5rem;
  font-size: 0.7rem;
  color: #fff;
  line-height: 1.5rem;
  text-align: center;
  transition: 0.6s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  transform: translateY(1rem);
}
.search-box .par-item .par-pic .par-txt .btn {
  margin-top: 1.25rem;
  transition: 0.7s ease;
  transform: translateY(1.5rem);
}
.search-box .par-item > p {
  margin-top: 1rem;
  font-size: 1rem;
  color: #333;
  transition: 0.4s;
}
.search-box .par-item:hover .par-pic {
  padding: 0;
}
.search-box .par-item:hover .par-txt {
  opacity: 1;
}
.search-box .par-item:hover .par-txt h4,
.search-box .par-item:hover .par-txt p,
.search-box .par-item:hover .par-txt .btn {
  transform: translateY(0);
}
.search-box .par-item:hover > p {
  transform: translateY(-20px);
  opacity: 0;
}
.search-box .n-item {
  position: relative;
  margin-right: 1%;
  padding-right: 1%;
  margin-bottom: 3rem;
  width: 32%;
  cursor: pointer;
}
.search-box .n-item:nth-child(3n) {
  margin-right: 0;
}
.search-box .n-item .n-pic {
  margin-bottom: 1.5rem;
  max-height: 9.25rem;
  overflow: hidden;
  transform: translateZ(0);
}
.search-box .n-item .n-pic a {
  width: 100%;
}
.search-box .n-item .n-pic img {
  transition: transform 0.6s ease;
}
.search-box .n-item h4 {
  margin-bottom: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  color: #333333;
  line-height: 1.8rem;
}
.search-box .n-item h4 a {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: inherit;
  text-overflow: ellipsis;
}
.search-box .n-item .date {
  font-size: 1.25rem;
  color: #999999;
  transition: 0.5s;
}
.search-box .n-item .msg {
  margin: 1.25rem 0;
  font-size: 0.7rem;
  color: #666666;
  line-height: 1.25rem;
  transition: 0.5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-box .n-item .d2 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 1rem 0 0;
  opacity: 0;
  width: 100%;
  font-size: 1.25rem;
  color: #666666;
  transition: 0.6s;
}
.search-box .n-item .d2 span {
  padding-left: 1rem;
  border-left: 0.05rem solid #dedede;
}
.search-box .n-item .d2 img {
  transition: all 0.3s;
  transform: translateX(-1rem);
  opacity: 0;
}
.search-box .n-item:hover .date {
  transform: translateY(-0.5rem);
  opacity: 0;
}
.search-box .n-item:hover h4 {
  color: #336ef3;
}
.search-box .n-item:hover img {
  transform: scale(1.1);
}
.search-box .n-item:hover .msg {
  transform: translateY(-3rem);
}
.search-box .n-item:hover .d2 {
  opacity: 1;
  transform: translateY(-2rem);
}
.search-box .n-item:hover .d2 img {
  transform: translateX(0);
  opacity: 1;
}
