* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: STHeitiSC-Light;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
}
a,
button,
input,
select,
textarea,
img,
label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: medium none;
}
input::-moz-focus-inner {
  border: none;
  padding: 0;
}
input,
textarea {
  color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-size: 0.16rem;
}
img {
  display: block;
}
body::-webkit-scrollbar {
  display: none;
}
#index,
#index_EN,
#privacy {
  background: linear-gradient(to right, #33c3ca, #afc5f4);
  padding-top: 1rem;
}
#index .nav,
#index_EN .nav,
#privacy .nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 1rem;
  z-index: 15;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(to right, #33c3ca, #afc5f4);
}
#index .nav .logo,
#index_EN .nav .logo,
#privacy .nav .logo {
  display: flex;
  align-items: center;
}
#index .nav .logo .img,
#index_EN .nav .logo .img,
#privacy .nav .logo .img {
  width: 0.5rem;
  margin-right: 0.1rem;
}
#index .nav .logo .text,
#index_EN .nav .logo .text,
#privacy .nav .logo .text {
  width: 1.7rem;
}
#index .nav .nav_list,
#index_EN .nav .nav_list,
#privacy .nav .nav_list {
  display: flex;
  align-items: center;
}
#index .nav .nav_list .nav_item,
#index_EN .nav .nav_list .nav_item,
#privacy .nav .nav_list .nav_item {
  position: relative;
  line-height: 0.8rem;
  margin-right: 0.4rem;
  color: #ffffff;
  font-size: 0.2rem;
  font-family: STHeitiSC-Light;
  cursor: pointer;
  transition: 0.2s all linear;
}
#index .nav .nav_list .nav_item a,
#index_EN .nav .nav_list .nav_item a,
#privacy .nav .nav_list .nav_item a {
  color: #ffffff;
  font-size: 0.2rem;
}
#index .nav .nav_list .nav_item:last-child,
#index_EN .nav .nav_list .nav_item:last-child,
#privacy .nav .nav_list .nav_item:last-child {
  margin-right: 0;
}
#index .nav .nav_list .nav_item::before,
#index_EN .nav .nav_list .nav_item::before,
#privacy .nav .nav_list .nav_item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 100%;
  border-bottom: 2px solid #fff;
  transition: 0.2s all linear;
}
#index .nav .nav_list .nav_item:hover::before,
#index_EN .nav .nav_list .nav_item:hover::before,
#privacy .nav .nav_list .nav_item:hover::before {
  width: 0.2rem;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  transition-delay: 0.1s;
  border-bottom-color: #fff;
  z-index: -1;
}
#index .nav .nav_list .nav_item:hover ~ .nav_item::before,
#index_EN .nav .nav_list .nav_item:hover ~ .nav_item::before,
#privacy .nav .nav_list .nav_item:hover ~ .nav_item::before {
  left: 50%;
  transform: translate(-50%, 0);
}
#index .nav .nav_list .nav_item.active::before,
#index_EN .nav .nav_list .nav_item.active::before,
#privacy .nav .nav_list .nav_item.active::before {
  width: 0.2rem;
  left: 50%;
  transform: translate(-50%, 0);
  border-bottom-color: #fff;
}
#index .mian .introduction,
#index_EN .mian .introduction,
#privacy .mian .introduction {
  padding: 1rem 0.6rem 0.5rem;
  display: flex;
  align-items: flex-start;
}
#index .mian .introduction p,
#index_EN .mian .introduction p,
#privacy .mian .introduction p {
  width: 6.86rem;
  font-size: 0.18rem;
  color: #fff;
  margin-right: 0.72rem;
  line-height: 1.8;
}
#index .mian .introduction ul,
#index_EN .mian .introduction ul,
#privacy .mian .introduction ul {
  width: 4rem;
}
#index .mian .introduction ul li,
#index_EN .mian .introduction ul li,
#privacy .mian .introduction ul li {
  font-size: 0.18rem;
  color: #f2f2f2;
}
#index .mian .swiper-container .swiper-slide,
#index_EN .mian .swiper-container .swiper-slide,
#privacy .mian .swiper-container .swiper-slide {
  width: 100%;
}
#index .mian .swiper-container .swiper-slide img,
#index_EN .mian .swiper-container .swiper-slide img,
#privacy .mian .swiper-container .swiper-slide img {
  width: 100%;
}
#index .mian .swiper-container .swiper-button-next,
#index_EN .mian .swiper-container .swiper-button-next,
#privacy .mian .swiper-container .swiper-button-next,
#index .mian .swiper-container .swiper-button-prev,
#index_EN .mian .swiper-container .swiper-button-prev,
#privacy .mian .swiper-container .swiper-button-prev {
  background: none;
  width: 0.48rem;
  height: 0.48rem;
}
#index .mian .swiper-container .swiper-button-next img,
#index_EN .mian .swiper-container .swiper-button-next img,
#privacy .mian .swiper-container .swiper-button-next img,
#index .mian .swiper-container .swiper-button-prev img,
#index_EN .mian .swiper-container .swiper-button-prev img,
#privacy .mian .swiper-container .swiper-button-prev img {
  width: 0.48rem;
  height: 0.48rem;
}
#index .mian .swiper-container .swiper-button-prev,
#index_EN .mian .swiper-container .swiper-button-prev,
#privacy .mian .swiper-container .swiper-button-prev {
  left: 1rem;
}
#index .mian .swiper-container .swiper-button-next,
#index_EN .mian .swiper-container .swiper-button-next,
#privacy .mian .swiper-container .swiper-button-next {
  right: 1rem;
}
#index .mian h1,
#index_EN .mian h1,
#privacy .mian h1 {
  font-size: 0.28rem;
  padding-left: 1rem;
  margin-top: 1.2rem;
  color: #fff;
  margin-bottom: 1.4rem;
}
#index .mian .creativity,
#index_EN .mian .creativity,
#privacy .mian .creativity {
  padding: 0 1rem;
  display: flex;
  align-items: center;
}
#index .mian .creativity .creativity_left,
#index_EN .mian .creativity .creativity_left,
#privacy .mian .creativity .creativity_left {
  width: 3.6rem;
}
#index .mian .creativity .creativity_left h2,
#index_EN .mian .creativity .creativity_left h2,
#privacy .mian .creativity .creativity_left h2 {
  color: #fff;
  font-size: 0.24rem;
  margin-bottom: 0.94rem;
  line-height: 0.24rem;
  cursor: pointer;
  opacity: 0.8;
}
#index .mian .creativity .creativity_left h2.active,
#index_EN .mian .creativity .creativity_left h2.active,
#privacy .mian .creativity .creativity_left h2.active {
  color: #fff;
  opacity: 1;
  font-weight: 800;
}
#index .mian .creativity .creativity_right,
#index_EN .mian .creativity .creativity_right,
#privacy .mian .creativity .creativity_right {
  display: none;
  z-index: 50;
}
#index .mian .creativity .creativity_right.active,
#index_EN .mian .creativity .creativity_right.active,
#privacy .mian .creativity .creativity_right.active {
  display: flex;
  align-items: center;
}
#index .mian .creativity .creativity_right img,
#index_EN .mian .creativity .creativity_right img,
#privacy .mian .creativity .creativity_right img {
  width: 4rem;
  height: 8.6rem;
  margin-right: 1.5rem;
}
#index .mian .creativity .creativity_right .creativity_right_main,
#index_EN .mian .creativity .creativity_right .creativity_right_main,
#privacy .mian .creativity .creativity_right .creativity_right_main {
  padding-left: 0.6rem;
}
#index .mian .creativity .creativity_right .creativity_right_main p,
#index_EN .mian .creativity .creativity_right .creativity_right_main p,
#privacy .mian .creativity .creativity_right .creativity_right_main p {
  font-size: 0.2rem;
  color: #fff;
  margin-bottom: 0.24rem;
  width: 5rem;
  line-height: 0.4rem;
}
@media screen and (max-width: 1024px) {
  #index .mian .creativity .creativity_right .creativity_right_main p,
  #index_EN .mian .creativity .creativity_right .creativity_right_main p,
  #privacy .mian .creativity .creativity_right .creativity_right_main p {
    width: 5rem;
  }
}
#index .mian .cooperation,
#index_EN .mian .cooperation,
#privacy .mian .cooperation {
  display: flex;
  margin-bottom: 1.6rem;
}
#index .mian .cooperation h1,
#index_EN .mian .cooperation h1,
#privacy .mian .cooperation h1 {
  width: 3.6rem;
  color: #808080;
  font-size: 0.28rem;
  margin: 0;
  flex-shrink: 0;
}
#index .mian .cooperation .cooperation_list,
#index_EN .mian .cooperation .cooperation_list,
#privacy .mian .cooperation .cooperation_list {
  display: flex;
  flex-wrap: wrap;
  width: 10rem;
}
#index .mian .cooperation .cooperation_list .img_box,
#index_EN .mian .cooperation .cooperation_list .img_box,
#privacy .mian .cooperation .cooperation_list .img_box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.1rem;
  height: 0.3rem;
  margin-right: 1.2rem;
  margin-bottom: 0.6rem;
}
#index .mian .cooperation .cooperation_list .img_box img,
#index_EN .mian .cooperation .cooperation_list .img_box img,
#privacy .mian .cooperation .cooperation_list .img_box img {
  flex-shrink: 0;
  height: 0.24rem;
}
#index .mian .cooperation .cooperation_list .img_box:nth-child(4n),
#index_EN .mian .cooperation .cooperation_list .img_box:nth-child(4n),
#privacy .mian .cooperation .cooperation_list .img_box:nth-child(4n) {
  margin-right: 0;
}
#index .mian .service,
#index_EN .mian .service,
#privacy .mian .service {
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  padding-left: 1rem;
}
#index .mian .service h1,
#index_EN .mian .service h1,
#privacy .mian .service h1 {
  font-size: 0.28rem;
  margin-top: 1.2rem;
  margin-bottom: 0.8rem;
  padding: 0;
  color: #808080;
}
#index .mian .service h2,
#index_EN .mian .service h2,
#privacy .mian .service h2 {
  font-size: 0.24rem;
  color: #fff;
  margin-bottom: 0.2rem;
}
#index .mian .service p,
#index_EN .mian .service p,
#privacy .mian .service p {
  font-size: 0.24rem;
  color: #808080;
  margin-bottom: 0.4rem;
  line-height: 0.4rem;
}
#index .mian .service p:last-child,
#index_EN .mian .service p:last-child,
#privacy .mian .service p:last-child {
  margin-bottom: 1.2rem;
}
#index .mian .team h1,
#index_EN .mian .team h1,
#privacy .mian .team h1 {
  font-size: 0.28rem;
  padding-left: 1rem;
  margin-top: 1.2rem;
  margin-bottom: 0.8rem;
}
#index .mian .team .img_box.big .top,
#index_EN .mian .team .img_box.big .top,
#privacy .mian .team .img_box.big .top,
#index .mian .team .img_box.big .bottom,
#index_EN .mian .team .img_box.big .bottom,
#privacy .mian .team .img_box.big .bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#index .mian .team .img_box.big .top > div,
#index_EN .mian .team .img_box.big .top > div,
#privacy .mian .team .img_box.big .top > div,
#index .mian .team .img_box.big .bottom > div,
#index_EN .mian .team .img_box.big .bottom > div,
#privacy .mian .team .img_box.big .bottom > div {
  width: 20%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
#index .mian .team .img_box.big .top > div img,
#index_EN .mian .team .img_box.big .top > div img,
#privacy .mian .team .img_box.big .top > div img,
#index .mian .team .img_box.big .bottom > div img,
#index_EN .mian .team .img_box.big .bottom > div img,
#privacy .mian .team .img_box.big .bottom > div img {
  width: 100%;
}
#index .mian .team .img_box.big .top > div .txzz,
#index_EN .mian .team .img_box.big .top > div .txzz,
#privacy .mian .team .img_box.big .top > div .txzz,
#index .mian .team .img_box.big .bottom > div .txzz,
#index_EN .mian .team .img_box.big .bottom > div .txzz,
#privacy .mian .team .img_box.big .bottom > div .txzz {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(51, 195, 202, 0.8), rgba(175, 197, 244, 0.8));
  cursor: pointer;
  z-index: 2;
  transform: translate(-0.4rem, 0.4rem);
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 0.2rem 0.2rem;
}
#index .mian .team .img_box.big .top > div .txzz h4,
#index_EN .mian .team .img_box.big .top > div .txzz h4,
#privacy .mian .team .img_box.big .top > div .txzz h4,
#index .mian .team .img_box.big .bottom > div .txzz h4,
#index_EN .mian .team .img_box.big .bottom > div .txzz h4,
#privacy .mian .team .img_box.big .bottom > div .txzz h4 {
  font-size: 0.32rem;
  color: #fff;
  margin-bottom: 0.1rem;
}
#index .mian .team .img_box.big .top > div .txzz h5,
#index_EN .mian .team .img_box.big .top > div .txzz h5,
#privacy .mian .team .img_box.big .top > div .txzz h5,
#index .mian .team .img_box.big .bottom > div .txzz h5,
#index_EN .mian .team .img_box.big .bottom > div .txzz h5,
#privacy .mian .team .img_box.big .bottom > div .txzz h5 {
  font-size: 0.18rem;
  color: #fff;
  line-height: 1.5;
}
#index .mian .team .img_box.big .top > div:hover .txzz,
#index_EN .mian .team .img_box.big .top > div:hover .txzz,
#privacy .mian .team .img_box.big .top > div:hover .txzz,
#index .mian .team .img_box.big .bottom > div:hover .txzz,
#index_EN .mian .team .img_box.big .bottom > div:hover .txzz,
#privacy .mian .team .img_box.big .bottom > div:hover .txzz {
  transform: translate(0, 0);
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  opacity: 1;
}
#index .mian .team .img_box.big.expert .top > div .txzz,
#index_EN .mian .team .img_box.big.expert .top > div .txzz,
#privacy .mian .team .img_box.big.expert .top > div .txzz,
#index .mian .team .img_box.big.expert .bottom > div .txzz,
#index_EN .mian .team .img_box.big.expert .bottom > div .txzz,
#privacy .mian .team .img_box.big.expert .bottom > div .txzz {
  top: auto;
  bottom: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(to right, #33c3ca, #afc5f4);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0.2rem;
}
#index .mian .team .img_box.big.expert .top > div .txzz h4,
#index_EN .mian .team .img_box.big.expert .top > div .txzz h4,
#privacy .mian .team .img_box.big.expert .top > div .txzz h4,
#index .mian .team .img_box.big.expert .bottom > div .txzz h4,
#index_EN .mian .team .img_box.big.expert .bottom > div .txzz h4,
#privacy .mian .team .img_box.big.expert .bottom > div .txzz h4 {
  color: #ffffff;
  margin-bottom: 0.1rem;
}
#index .mian .team .img_box.big.expert .top > div .txzz h5,
#index_EN .mian .team .img_box.big.expert .top > div .txzz h5,
#privacy .mian .team .img_box.big.expert .top > div .txzz h5,
#index .mian .team .img_box.big.expert .bottom > div .txzz h5,
#index_EN .mian .team .img_box.big.expert .bottom > div .txzz h5,
#privacy .mian .team .img_box.big.expert .bottom > div .txzz h5 {
  top: auto;
  bottom: 0.2rem;
  color: #33c3ca;
  color: #ffffff;
}
#index .mian .team h2,
#index_EN .mian .team h2,
#privacy .mian .team h2 {
  font-size: 0.36rem;
  padding-left: 1rem;
  margin-top: 1rem;
  margin-bottom: 0.2rem;
  color: #fff;
}
#index .mian .team h3,
#index_EN .mian .team h3,
#privacy .mian .team h3 {
  font-size: 0.28rem;
  padding-left: 1rem;
  margin-bottom: 0.3rem;
  color: #fff;
}
#index .mian .team p,
#index_EN .mian .team p,
#privacy .mian .team p {
  font-size: 0.24rem;
  padding-left: 1rem;
  margin-bottom: 0.24rem;
  color: #808080;
  line-height: 2;
}
#index .mian .team .btn,
#index_EN .mian .team .btn,
#privacy .mian .team .btn {
  width: 1.28rem;
  height: 0.56rem;
  background: #2f2f2f;
  color: #ffffff;
  font-size: 0.24rem;
  line-height: 0.56rem;
  text-align: center;
  margin: 0.48rem 1rem 1.2rem;
}
#index .mian .team .btn a,
#index_EN .mian .team .btn a,
#privacy .mian .team .btn a {
  color: #fff;
}
#index .mian .contact,
#index_EN .mian .contact,
#privacy .mian .contact {
  border-top: 1px solid #ffffff f;
  border-bottom: 1px solid #ffffff f;
  padding-bottom: 1.2rem;
  padding-top: 0.8rem;
}
#index .mian .contact h1,
#index_EN .mian .contact h1,
#privacy .mian .contact h1 {
  font-size: 0.28rem;
  padding-left: 1rem;
  margin-top: 1.2rem;
  margin-bottom: 0.8rem;
}
#index .mian .contact p,
#index_EN .mian .contact p,
#privacy .mian .contact p {
  font-size: 0.24rem;
  padding-left: 1rem;
  margin-bottom: 0.24rem;
  color: #ffffff;
}
#index .mian .contact p.last,
#index_EN .mian .contact p.last,
#privacy .mian .contact p.last {
  margin-bottom: 0.8rem;
}
#index .mian .contact img,
#index_EN .mian .contact img,
#privacy .mian .contact img {
  width: 100%;
}
#index .mian .contact h2,
#index_EN .mian .contact h2,
#privacy .mian .contact h2 {
  font-size: 0.24rem;
  padding-left: 1rem;
  line-height: 1.8;
  color: #808080;
  margin-top: 0.48rem;
  margin-bottom: 0.4rem;
}
#index .mian .contact .item1,
#index_EN .mian .contact .item1,
#privacy .mian .contact .item1 {
  width: 11rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1rem;
}
#index .mian .contact .item1 > div h3,
#index_EN .mian .contact .item1 > div h3,
#privacy .mian .contact .item1 > div h3 {
  font-size: 0.24rem;
  margin-bottom: 0.12rem;
  color: #fff;
}
#index .mian .contact .item1 > div input,
#index_EN .mian .contact .item1 > div input,
#privacy .mian .contact .item1 > div input {
  display: block;
  width: 4.8rem;
  height: 0.46rem;
  line-height: 0.46rem;
  font-size: 0.2rem;
  background: #333333;
  padding: 0 0.1rem;
  border: none;
}
#index .mian .contact .msg,
#index_EN .mian .contact .msg,
#privacy .mian .contact .msg {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
#index .mian .contact .msg h3,
#index_EN .mian .contact .msg h3,
#privacy .mian .contact .msg h3 {
  font-size: 0.24rem;
  margin-bottom: 0.12rem;
  color: #fff;
}
#index .mian .contact .msg textarea,
#index_EN .mian .contact .msg textarea,
#privacy .mian .contact .msg textarea {
  resize: none;
  display: block;
  width: 10rem;
  height: 2.9rem;
  line-height: 0.46rem;
  font-size: 0.2rem;
  background: #333333;
  padding: 0 0.1rem;
  outline: none;
  border: 0;
}
#index .mian .contact .sun_btn,
#index_EN .mian .contact .sun_btn,
#privacy .mian .contact .sun_btn {
  width: 1.28rem;
  height: 0.56rem;
  line-height: 0.56rem;
  background: #2f2f2f;
  color: #fff;
  text-align: center;
  font-size: 0.24rem;
  margin: 0.4rem 1rem 0;
  cursor: pointer;
}
#index footer,
#index_EN footer,
#privacy footer {
  height: 1.8rem;
  width: 100%;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: linear-gradient(to right, #33c3ca, #afc5f4);
  border-top: 1px solid #ffffff;
}
#index footer p,
#index_EN footer p,
#privacy footer p {
  font-size: 0.2rem;
  color: #ffffff;
}
#index footer a,
#index_EN footer a,
#privacy footer a {
  font-size: 0.2rem;
  color: #ffffff;
}
#index .alert-box,
#index_EN .alert-box,
#privacy .alert-box {
  width: 100vw;
  height: 0;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.15);
  z-index: 20;
  opacity: 0;
}
#index .alert-box .alert,
#index_EN .alert-box .alert,
#privacy .alert-box .alert {
  transition: all 0.5s;
  width: 6rem;
  height: 3rem;
  background: #fff;
  position: fixed;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
  border-radius: 0.1rem;
}
#index .alert-box .alert .alert_title,
#index_EN .alert-box .alert .alert_title,
#privacy .alert-box .alert .alert_title {
  font-size: 0.36rem;
  color: #333;
  text-align: center;
  margin-top: 0.4rem;
}
#index .alert-box .alert .alert_main,
#index_EN .alert-box .alert .alert_main,
#privacy .alert-box .alert .alert_main {
  font-size: 0.28rem;
  color: #2c2e37;
  text-align: center;
  margin-top: 0.4rem;
}
#index .alert-box .alert .alert_btn,
#index_EN .alert-box .alert .alert_btn,
#privacy .alert-box .alert .alert_btn {
  width: 1.26rem;
  height: 0.58rem;
  line-height: 0.58rem;
  background: #ebebeb;
  color: #4a4a4a;
  font-size: 0.2rem;
  text-align: center;
  margin: 0.44rem auto 0;
  cursor: pointer;
}
#index .loading,
#index_EN .loading,
#privacy .loading {
  width: 100vw;
  height: 0;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.05);
  z-index: 20;
  opacity: 0;
}
#index .loading img,
#index_EN .loading img,
#privacy .loading img {
  width: 4rem;
  height: 4rem;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
#privacy .page-content {
  margin: 0 auto;
  padding: 0.6rem 2rem;
}
#privacy p {
  font-size: 0.32rem;
  color: #ffffff;
  line-height: 2;
  padding-bottom: 0.2rem;
}
@media only screen and (min-width: 1024px) {
  #privacy p {
    font-size: 0.2rem;
  }
}
