.inside-page {
  padding: 4% 0;
}
.pag-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  margin-top: 4%;
}
.pag-bar a {
  display: inline-block;
  width: 37px;
  line-height: 35px;
  background: #ffffff;
  border: 1px solid #d2d2d2;
  text-align: center;
  font-size: 13px;
  margin: 3px;
  border-radius: 4px;
}
.pag-bar .page-num-current {
  background-color: #34bce4;
  color: #fff;
}
.video-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.video-list li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 4%;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
}
.video-list li:nth-child(3n) {
  margin-right: 0;
}
.video-list li::after {
  content: '';
  width: 0;
  height: 2px;
  background-color: #34bce4;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s linear;
}
.video-list li .pic {
  position: relative;
}
.video-list li img {
  border-radius: 10px;
}
.video-list li span {
  font-size: 18px;
  height: 80px;
  display: flex;
  align-items: center;
}
.video-list li:hover::after {
  width: 100%;
  transition: all 0.5s linear;
}
.app_list {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
}
.app_list li {
  width: 33.33%;
  padding: 25px;
  transition: all 0.3s linear;
}
.app_list li p {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
  color: #333;
}
.app_list li span {
  opacity: 0.8;
  line-height: 1.75;
  color: #333;
}
.app_list li:hover {
  background-color: #e7e9ec;
}
.anchorsite {
  position: absolute;
  top: -83px;
}
section {
  position: relative;
}
.about_yuanzhuo .intr {
  padding: 5% 0;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.about_yuanzhuo .intr .pic {
  width: 50%;
}
.about_yuanzhuo .intr .pic img {
  border-radius: 0 10px 10px 0;
}
.about_yuanzhuo .intr .page {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about_yuanzhuo .intr .page .box {
  width: 50%;
  margin: 0 0 0 auto;
  padding-left: 5.2%;
}
.about_yuanzhuo .intr .page .box .text {
  margin-top: 20px;
  font-size: 16px;
  opacity: 0.8;
  line-height: 28px;
}
.about_yuanzhuo .intr .page .box .text::-webkit-scrollbar {
  width: 3px;
}
.about_yuanzhuo .intr .page .box .text::-webkit-scrollbar-button {
  display: none;
}
.about_yuanzhuo .intr .page .box .text::-webkit-scrollbar-track {
  background-color: #e5e5e5;
}
.about_yuanzhuo .intr .page .box .text::-webkit-scrollbar-thumb {
  background-color: #34bce4;
}
.about_yuanzhuo .intr .page .box .more {
  margin-top: 40px;
}
.about_yuanzhuo .intr .pic {
  position: relative;
}
.about_yuanzhuo .intr .pic .video-btn {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: url(../image/video-btn.png) no-repeat center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 11;
}
.about_yuanzhuo .intr .text {
  padding-right: 50px;
  height: 333px;
  overflow-y: scroll;
}
.about_yuanzhuo .intr .text p {
  padding-bottom: 10px;
}
.about_yuanzhuo .stg-w {
  background: url(../image/stg-bg.jpg) no-repeat center;
}
.about_yuanzhuo .stg-w ul {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.about_yuanzhuo .stg-w ul * {
  color: #fff;
}
.about_yuanzhuo .stg-w ul li {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.about_yuanzhuo .stg-w ul li p {
  font-size: 40px;
  white-space: nowrap;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  line-height: 1;
}
.about_yuanzhuo .stg-w ul li p em {
  font-size: 77px;
  margin-right: 5px;
}
.about_yuanzhuo .stg-w ul li span {
  font-size: 26px;
  text-align: center;
  line-height: 1.5;
}
.about_yuanzhuo .about-app {
  padding: 4% 0;
}
.about_yuanzhuo .about-app .page {
  max-width: none;
}
.about_yuanzhuo .about-app .all {
  line-height: 60px;
  font-size: 24px;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  padding: 0 18px;
  margin: 20px 0;
}
.about_yuanzhuo .about-app ul {
  display: flex;
  flex-wrap: wrap;
}
.about_yuanzhuo .about-app ul li {
  width: 33.33%;
  padding: 25px;
  transition: all 0.3s linear;
}
.about_yuanzhuo .about-app ul li p {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
  color: #333;
}
.about_yuanzhuo .about-app ul li span {
  opacity: 0.8;
  line-height: 1.75;
  color: #333;
}
.about_yuanzhuo .about-app ul li:hover {
  background-color: #e7e9ec;
}
.about_yuanzhuo .milestone {
  overflow: hidden;
  height: 820px;
  padding-top: 90px;
  background: url(../image/milestone-bg.jpg);
  background-size: cover;
}
.about_yuanzhuo .milestone * {
  color: #fff;
}
.about_yuanzhuo .milestone .page {
  height: 100%;
}
.about_yuanzhuo .milestone .con {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 50px;
}
.about_yuanzhuo .milestone .con > div {
  border-radius: 10px;
}
.about_yuanzhuo .milestone .con .swiper-slide {
  display: flex;
  align-items: center;
  padding: 0 1px;
}
.about_yuanzhuo .milestone .con .swiper-slide img {
  width: 41%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.about_yuanzhuo .milestone .con .swiper-slide .text {
  flex: 1;
  user-select: none;
}
.about_yuanzhuo .milestone .con .swiper-slide .text h6 {
  font-size: 1.875rem;
  margin-bottom: 0.625rem;
}
.about_yuanzhuo .milestone .con .swiper-slide .text li {
  padding-left: 12px;
  position: relative;
}
.about_yuanzhuo .milestone .con .swiper-slide .text li::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0.8125rem;
}
.about_yuanzhuo .milestone .con .on {
  width: 52%;
  padding: 15px;
  background-color: #5cb531;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
}
.about_yuanzhuo .milestone .con .on .swiper-slide {
  height: 14rem;
}
.about_yuanzhuo .milestone .con .on .swiper-slide img {
  margin-right: 1.4375rem;
}
.about_yuanzhuo .milestone .con .under {
  width: 42.5%;
  padding: 13px;
  background-color: #fff;
  opacity: 0.4;
}
.about_yuanzhuo .milestone .con .under * {
  color: #34bce4;
}
.about_yuanzhuo .milestone .con .under .swiper-slide {
  height: 11rem;
  position: relative;
}
.about_yuanzhuo .milestone .con .under .swiper-slide::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
}
.about_yuanzhuo .milestone .con .under .swiper-slide img {
  margin-right: 20px;
}
.about_yuanzhuo .milestone .con .under .swiper-slide .text {
  flex: 1;
}
.about_yuanzhuo .milestone .con .under .swiper-slide .text h6 {
  font-size: 1.75rem;
}
.about_yuanzhuo .milestone .con .under .swiper-slide .text p {
  font-size: 0.9375rem;
}
.about_yuanzhuo .milestone .con .under .swiper-slide .text li {
  padding-left: 0.75rem;
  position: relative;
}
.about_yuanzhuo .milestone .con .under .swiper-slide .text li::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #34bce4;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about_yuanzhuo .milestone .btm {
  width: 630px;
  height: 314px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: url(../image/mil-btm.png) no-repeat center bottom;
}
.about_yuanzhuo .milestone .btm .btn {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 225px;
  display: flex;
  justify-content: space-between;
}
.about_yuanzhuo .milestone .btm .btn i {
  font-size: 42px;
  line-height: 43px;
  opacity: 0.35;
  cursor: pointer;
  user-select: none;
}
.about_yuanzhuo .milestone .btm .btn i:hover {
  opacity: 1;
}
.about_yuanzhuo .milestone .btm .age {
  display: flex;
  justify-content: space-between;
}
.about_yuanzhuo .milestone .btm .age .item {
  text-align: center;
  font-size: 20px;
  opacity: 0.35;
  width: 50px;
}
.about_yuanzhuo .milestone .btm .age .item:nth-child(1) {
  margin-top: 224px;
  transform: rotateZ(-52deg);
}
.about_yuanzhuo .milestone .btm .age .item:nth-child(2) {
  margin-left: 24px;
  margin-top: 109px;
  transform: rotateZ(-29deg);
}
.about_yuanzhuo .milestone .btm .age .item:nth-child(3) {
  width: 92px;
  opacity: 1;
  font-size: 40px;
  line-height: 1;
}
.about_yuanzhuo .milestone .btm .age .item:nth-child(4) {
  margin-right: 24px;
  margin-top: 109px;
  transform: rotateZ(29deg);
}
.about_yuanzhuo .milestone .btm .age .item:nth-child(5) {
  margin-top: 224px;
  transform: rotateZ(52deg);
}
.about_yuanzhuo .milestone .btm .age .mil_age1 li {
  order: 2;
}
.about_yuanzhuo .milestone .btm .age .mil_age1 li:last-child {
  order: 1;
}
@media screen and (max-width: 992px) {
  .about_yuanzhuo .milestone {
    height: 600px;
  }
  .about_yuanzhuo .milestone .con .on {
    width: 70%;
  }
  .about_yuanzhuo .milestone .con .under {
    width: 50%;
  }
  .about_yuanzhuo .milestone .btm {
    bottom: -62px;
    transform: translateX(-50%) scale(0.6);
  }
}
@media screen and (max-width: 600px) {
  .about_yuanzhuo .milestone {
    height: 500px;
    padding-top: 45px;
  }
  .about_yuanzhuo .milestone .con {
    margin-top: 40px;
  }
  .about_yuanzhuo .milestone .con .on {
    width: 100%;
  }
  .about_yuanzhuo .milestone .con .under {
    visibility: hidden;
  }
}
.about_yuanzhuo .honor {
  overflow: hidden;
  position: relative;
  background-color: #f2f6fc;
}
.about_yuanzhuo .honor::after {
  content: '';
  width: 50%;
  height: 100%;
  background-color: #dadde2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.about_yuanzhuo .honor .page {
  display: flex;
  padding: 100px 0;
  z-index: 2;
}
.about_yuanzhuo .honor .lf {
  width: 50%;
}
.about_yuanzhuo .honor .lf .honor_swiper1 {
  height: 425px;
  margin-top: 40px;
}
.about_yuanzhuo .honor .lf .honor_swiper1 .swiper-slide {
  height: auto;
  margin-bottom: 35px;
  opacity: 0.4;
  cursor: pointer;
}
.about_yuanzhuo .honor .lf .honor_swiper1 .swiper-slide h6 {
  font-size: 30px;
  font-weight: normal;
}
.about_yuanzhuo .honor .lf .honor_swiper1 .swiper-slide p {
  font-size: 16px;
  line-height: 28px;
  font-weight: lighter;
}
.about_yuanzhuo .honor .lf .honor_swiper1 .my-slide-thumb-active {
  opacity: 1;
}
.about_yuanzhuo .honor .lf .honor_swiper1 .my-slide-thumb-active h6 {
  font-size: 36px;
  color: #34bce4;
}
.about_yuanzhuo .honor .rg {
  width: 50%;
}
.about_yuanzhuo .honor .rg .honor_swiper2 {
  height: 530px;
  padding-right: 152px;
  text-align: right;
  padding-bottom: 50px;
}
.about_yuanzhuo .honor .rg .honor_swiper2 ul {
  overflow: visible;
}
.about_yuanzhuo .honor .rg .honor_swiper2 .swiper-slide {
  height: auto;
  padding-right: 60px;
  margin-bottom: 50px;
  line-height: 1;
  cursor: pointer;
}
.about_yuanzhuo .honor .rg .honor_swiper2 .swiper-slide h6 {
  font-size: 70px;
  font-weight: normal;
  color: #eaeff6;
}
.about_yuanzhuo .honor .rg .honor_swiper2 .my-slide-thumb-active {
  height: 160px;
}
.about_yuanzhuo .honor .rg .honor_swiper2 .my-slide-thumb-active::after {
  content: '';
  width: 160px;
  height: 160px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  border: 1px solid #eaeff6;
  border-right-color: #34bce4;
  transform: rotateZ(-45deg);
}
.about_yuanzhuo .honor .rg .honor_swiper2 .my-slide-thumb-active h6 {
  line-height: 160px;
  color: #34bce4;
  position: relative;
  z-index: 1;
}
.about_yuanzhuo .honor .mid {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
}
.about_yuanzhuo .honor .mid .honor_swiper {
  margin: auto;
  width: 474px;
  height: 400px;
}
.about_yuanzhuo .honor .mid .honor_swiper .hon_pics img {
  display: none;
  height: 335px;
  margin: 0 auto;
  object-fit: contain;
}
.about_yuanzhuo .honor .mid .honor_swiper .hon_pics .show {
  display: block;
}
.about_yuanzhuo .honor .mid .honor_swiper .pics_tabs {
  display: flex;
  margin-top: 25px;
  justify-content: center;
}
.about_yuanzhuo .honor .mid .honor_swiper .pics_tabs i {
  display: block;
  width: 30px;
  height: 30px;
  border: 2px solid transparent;
  border-radius: 50%;
  margin-right: 15px;
  cursor: pointer;
  user-select: none;
  position: relative;
}
.about_yuanzhuo .honor .mid .honor_swiper .pics_tabs i::after {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #d0d9e6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about_yuanzhuo .honor .mid .honor_swiper .pics_tabs i:last-child {
  margin-right: 0;
}
.about_yuanzhuo .honor .mid .honor_swiper .pics_tabs .on {
  border-color: #34bce4;
}
.about_yuanzhuo .honor .mid .honor_swiper .pics_tabs .on::after {
  background-color: #34bce4;
}
.about_yuanzhuo .honor .med {
  position: absolute;
}
.about_yuanzhuo .honor .med li {
  visibility: hidden;
}
.about_yuanzhuo .honor .pr {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
}
.about_yuanzhuo .honor .pr .swiper-pagination {
  width: 3px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  right: auto;
}
.about_yuanzhuo .honor .pr .swiper-pagination .swiper-pagination-bullet {
  width: 1px;
  flex: 1;
  margin: 0;
  border-radius: 0;
  background-color: #e5e5e5;
  opacity: 1;
}
.about_yuanzhuo .honor .pr .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #34bce4;
  width: 3px;
}
.about_yuanzhuo .honor .pr p {
  width: 17px;
  color: #8493a8;
  margin: 240px 0 0 auto;
  padding-bottom: 83px;
  background: url(/template/cn/images/mouse.png) no-repeat center bottom;
}
.swiper-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.swiper-btn .iconfont {
  display: block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  font-size: 22px;
  color: #999;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: all 0.2s linear;
}
.swiper-btn .iconfont:hover {
  background-color: #34bce4;
  color: #fff;
  transition: all 0.2s linear;
}
.nav-btn {
  display: flex;
}
.nav-btn a {
  width: 155px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  border: 1px solid rgba(0, 24, 66, 0.25);
  margin-left: 10px;
  transition: all 0.2s linear;
}
.nav-btn a:hover {
  border-color: #34bce4;
  background-color: #34bce4;
  color: #fff;
  transition: all 0.2s linear;
}
.nav-btn .active {
  border-color: #34bce4;
  background-color: #34bce4;
  color: #fff;
}
.news_date {
  line-height: 1;
  color: #34bce4;
}
.news_date em {
  font-size: 62px;
}
.news_date span {
  display: block;
  font-size: 18px;
  margin-top: 5px;
}
.newslist {
  padding: 4% 0;
}
.newslist .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newslist .article-top {
  border-radius: 10px;
  overflow: hidden;
}
.newslist .article-top li {
  position: relative;
}
.newslist .article-top li img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 10px;
}
.newslist .article-top li .box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 50px;
  background-color: rgba(0, 0, 0, 0.15);
}
.newslist .article-top li .box * {
  color: #fff;
}
.newslist .article-top li .box .news_date {
  margin-top: 50px;
}
.newslist .article-top li .box .text {
  margin-top: 60px;
  max-width: 600px;
}
.newslist .article-top li .box .text h5 {
  max-width: 400px;
  font-size: 30px;
  line-height: 38px;
  font-weight: normal;
  margin-bottom: 10px;
}
.newslist .article-top li .box .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.newslist .article-top .banner-pagination {
  position: absolute;
  left: 50px;
  bottom: 50px;
  z-index: 1;
}
.newslist .article_list li {
  padding: 3.125%;
}
.newslist .article_list li a {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.newslist .article_list li a .iconfont {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #34bce4;
  color: #fff;
  font-size: 20px;
  line-height: 52px;
  text-align: center;
  opacity: 0;
  transition: all 0.3s linear;
}
.newslist .article_list li img {
  width: 360px;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
}
.newslist .article_list li .news_date {
  margin-left: 50px;
  width: 210px;
  height: 140px;
  border-right: 1px solid #e1e7f1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.newslist .article_list li .text {
  flex: 1;
  padding-left: 60px;
}
.newslist .article_list li .text h5 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 5px;
}
.newslist .article_list li .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.newslist .article_list li:hover {
  background-color: #f2f6fc;
}
.newslist .article_list li:hover a i {
  left: 350px;
  opacity: 1;
  transition: all 0.3s linear;
}
.article_detail {
  padding: 3% 0;
}
.article_detail .box {
  width: 100%;
  margin-bottom: 10px;
}
.article_detail .box .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.article_detail .page {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.article_detail .tit {
  width: 24.375%;
}
.article_detail .tit h5 {
  font-size: 30px;
  line-height: 40px;
  font-weight: normal;
}
.article_detail .tit .news_date {
  margin: 30px 0 60px;
}
.article_detail .tit .news_date em {
  color: #34bce4;
}
.article_detail .tit .news_date span {
  opacity: 0.7;
}
.article_detail .tit ul {
  display: flex;
  margin-top: 15px;
}
.article_detail .tit ul li {
  position: relative;
  margin-right: 18px;
  cursor: pointer;
}
.article_detail .tit ul li:last-child {
  margin-right: 0;
}
.article_detail .tit ul li i {
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #e5e7ec;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  color: #5e7190;
  font-size: 24px;
}
.article_detail .tit ul li .pic {
  position: absolute;
  left: 50%;
  bottom: 120%;
  transform: translateX(-50%);
  width: 130px;
  display: none;
}
.article_detail .tit ul li .pic img {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.article_detail .tit ul li:hover .pic {
  display: block;
}
.article_detail .con {
  width: 68.75%;
  line-height: 1.875;
}
.article_detail .con .text {
  min-height: 400px;
}
.article_detail .con .btm {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e1e7f1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-row {
  width: 100%;
  padding: 0 10px;
  text-align: justify;
}
.news-row .news-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
.news-row .news-data {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.news-row .news-data li {
  margin-right: 15px;
  padding-right: 15px;
  line-height: 15px;
  color: #777;
  border-right: 1px dashed #ccc;
}
.news-row .news-data li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.news-row .news-content {
  font-size: 16px;
  color: #666;
  line-height: 40px;
  text-indent: 2rem;
}
.news-row .news-content p {
  color: #666;
}
.news-row .news-next {
  font-size: 16px;
  color: #333;
  margin: 20px 0;
  line-height: 30px;
}
.news-row .news-next p {
  display: flex;
}
.news-row .news-next p a {
  color: #666;
}
.Selectors {
  display: flex;
  margin: 40px 0;
}
.Selectors .box {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e0e3e8;
  border-radius: 27px;
  padding: 0 25px;
}
.Selectors .box span {
  opacity: 0.5;
}
.Selectors .select {
  flex: 1;
  margin-right: 8px;
  position: relative;
  z-index: 6;
}
.Selectors .select .box {
  cursor: pointer;
}
.Selectors .select i {
  opacity: 0.5;
}
.Selectors .select .options {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: calc(100% - 50px);
  padding: 10px 20px;
  background-color: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}
.Selectors .select .options a {
  font-size: 14px;
  font-weight: lighter;
  line-height: 2.5;
}
.Selectors .search {
  flex: 2;
  position: relative;
}
.Selectors .search form {
  width: 100%;
}
.Selectors .search .sear-w {
  display: flex;
}
.Selectors .search .sear-w input {
  width: 100%;
  border: none;
  line-height: 50px;
}
.Selectors .search .sear-w input::placeholder {
  font-size: 16px;
  opacity: 0.5;
  color: #001842;
}
.Selectors .search .sear-w button {
  position: absolute;
  top: 0;
  right: 0;
  width: 170px;
  line-height: 55px;
  border: none;
  background-color: #34bce4;
  color: #fff;
  border-radius: 27px;
  cursor: pointer;
}
.Selectors .search .sear-w button i {
  color: #fff;
  margin-right: 10px;
  font-size: 14px;
}
.contact-cont {
  padding: 4.5% 0 6%;
  background-color: #f2f6fc;
  position: relative;
}
.contact-cont .page {
  display: flex;
  align-items: center;
}
.contact-cont .lf tr {
  width: 530px;
  height: 130px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(1, 60, 161, 0.1);
}
.contact-cont .lf tr td {
  width: auto !important;
  margin-right: 20px;
  line-height: 1.75;
  border: none;
  text-align: left;
}
.contact-cont .lf tr td strong {
  font-size: 20px;
}
.contact-cont .lf tr td p {
  font-size: 18px;
}
.contact-cont .rg {
  flex: 1;
  margin-left: 30px;
}
.contact-cont .rg img {
  margin: 0 auto;
}
.floating_window {
  position: absolute;
  right: 50px;
  top: 300px;
  z-index: 11111;
}
.floating_window ul li {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  margin-bottom: 15px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.floating_window ul li i {
  font-size: 36px;
  color: #7f8ba0;
}
.floating_window ul li .con {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 15px 22px;
  white-space: nowrap;
  background-color: #e1e5ea;
  border-radius: 10px;
  visibility: hidden;
  opacity: 0;
  right: 200px;
  transition: all 0.3s;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.floating_window ul li .con::after {
  content: '';
  width: 7px;
  height: 15px;
  background-color: #e1e5ea;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.floating_window ul li .con span {
  display: block;
  line-height: 1.66;
  font-size: 16px;
  font-weight: bold;
}
.floating_window ul li .wx {
  padding: 15px;
  width: 150px;
}
.floating_window ul li:hover {
  background-color: #34bce4;
}
.floating_window ul li:hover i {
  color: #fff;
}
.floating_window ul li:hover .con {
  visibility: visible;
  opacity: 1;
  right: calc(100% + 22px);
  transition: all 0.3s;
}
.message-w {
  padding: 4% 0 6%;
}
.message-w .form-con {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.message-w .form-con input,
.message-w .form-con textarea,
.message-w .form-con select {
  margin-bottom: 15px;
  padding: 14px 20px;
  border-radius: 4px;
  border: 1px solid rgba(1, 60, 161, 0.1);
  line-height: 1.875;
  font-size: 16px;
}
.message-w .form-con input::placeholder,
.message-w .form-con textarea::placeholder,
.message-w .form-con select::placeholder {
  font-size: 16px;
  color: rgba(0, 24, 66, 0.5);
  font-family: sans-serif;
}
@media screen and (max-width: 768px) {
  .message-w .form-con input,
  .message-w .form-con textarea,
  .message-w .form-con select {
    font-size: 16px;
  }
  .message-w .form-con input::placeholder,
  .message-w .form-con textarea::placeholder,
  .message-w .form-con select::placeholder {
    font-size: 16px;
  }
}
.message-w .form-con input {
  width: calc(50% - 7px);
  padding-right: 47px;
  background: url(/template/cn/images/x.png) no-repeat right center;
}
@media screen and (max-width: 768px) {
  .message-w .form-con input {
    width: 100%;
  }
}
.message-w .form-con select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  background: url(/template/cn/images/down-ico.png) no-repeat right center;
  color: rgba(0, 24, 66, 0.5);
}
.message-w .form-con option {
  color: rgba(0, 24, 66, 0.5);
}
.message-w .form-con textarea {
  width: 100%;
}
.message-w .more {
  margin-top: 30px;
  line-height: 53px;
  height: 55px;
}
.message-w input[type="submit"] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.about_page .nav-btn {
  justify-content: center;
  margin-bottom: 50px;
}
.down-l {
  background-color: #fbfcfe;
  padding: 3% 0;
}
.down-l ul {
  margin-top: 30px;
  display: flex;
}
.down-l ul li {
  width: 23.5%;
  margin-right: 2%;
  border-bottom: 1px solid #e2e2e2;
}
.down-l ul li:last-child {
  margin-right: 0;
}
.down-l ul li img {
  border-radius: 10px;
}
.down-l ul li span {
  line-height: 70px;
  text-align: center;
}
.down-l ul li:hover {
  border-color: #34bce4;
}
.down_page .page {
  display: flex;
}
.down_page .left {
  width: 385px;
}
.down_page .left .tit p {
  padding-left: 20px;
  font-size: 80px;
  font-weight: bold;
  color: #4a90a5;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
}
.down_page .left .tit span {
  font-size: 30px;
  color: #28bbe6;
  padding-left: 50px;
}
.down_page .left .sort-nav {
  margin-top: 20px;
  border-radius: 50px;
  border: 1px solid #333;
  padding: 13px;
  background-color: #fff;
}
.down_page .left .sort-nav li {
  line-height: 80px;
  font-size: 20px;
  text-align: center;
  border-radius: 40px;
}
.down_page .left .sort-nav li:hover {
  border: 1px solid #333;
  background-color: #34bce4;
}
.down_page .left .sort-nav li:hover a {
  color: #fff;
}
.down_page .left .sort-nav .on {
  border: 1px solid #333;
  background-color: #34bce4;
}
.down_page .left .sort-nav .on a {
  color: #fff;
}
.down_page .left .com-info {
  margin-top: 50px;
  padding-left: 20px;
}
.down_page .left .com-info h5 {
  font-size: 30px;
}
.down_page .left .com-info li {
  padding-left: 57px;
  line-height: 34px;
  margin-top: 24px;
  position: relative;
}
.down_page .left .com-info li img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.down_page .right {
  margin-left: 5%;
  flex: 1;
}
.down_page .right .down_list li {
  margin-top: 40px;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.down_page .right .down_list li a {
  display: flex;
  align-items: center;
}
.down_page .right .down_list li .pic {
  width: 35%;
}
.down_page .right .down_list li .text {
  flex: 1;
  padding: 0 4%;
}
.down_page .right .down_list li .text p {
  font-size: 22px;
}
.down_page .right .down_list li .text em {
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin: 10px 0;
  color: #454545;
}
.down_page .right .down_list li .text span {
  font-size: 14px;
  line-height: 1.75;
  color: #666;
}
.position {
  font-size: 30px;
  padding-bottom: 20px;
  font-weight: bold;
  display: flex;
  border-bottom: 2px solid #4a90a5;
  margin-bottom: 20px;
}
.position i {
  margin: 0 10px;
}
.pro-page .pro-overview {
  padding: 6% 0;
}
.pro-page .pro-overview table tr {
  display: flex;
  align-items: center;
}
.pro-page .pro-overview table tr td:nth-child(2) {
  flex: 1;
  margin-left: 8%;
}
.pro-page .pro-overview table tr td:nth-child(2) h2 {
  font-size: 32px;
  color: #ff6d00;
  font-weight: normal;
  padding-left: 94px;
  position: relative;
}
.pro-page .pro-overview table tr td:nth-child(2) h2::after {
  content: '';
  width: 64px;
  height: 3px;
  background-color: #ff6d00;
  position: absolute;
  top: 50%;
  left: 15px;
}
.pro-page .pro-overview table tr td:nth-child(2) h1 {
  font-size: 41px;
  line-height: 3;
}
.pro-page .pro-overview table tr td:nth-child(2) p {
  font-size: 21px;
  font-weight: lighter;
  line-height: 1.75;
}
.pro-page .pro-model table tr {
  display: flex;
  align-items: center;
  background-color: #f1f1f1;
}
.pro-page .pro-model table tr td {
  flex: 1;
}
.pro-page .pro-model table tr td:nth-child(1) {
  background-color: #939393;
  padding: 3.645%;
  color: #fff;
}
.pro-page .pro-model table tr td:nth-child(1) h1 {
  font-size: 41px;
  font-weight: normal;
}
.pro-page .pro-model table tr td:nth-child(1) ul {
  margin-top: 5%;
}
.pro-page .pro-model table tr td:nth-child(1) ul li {
  line-height: 70px;
  border-bottom: 1px solid #ececec;
  color: #ececec;
  position: relative;
  font-size: 18px;
  cursor: pointer;
}
.pro-page .pro-model table tr td:nth-child(1) ul li::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  line-height: 70px;
  font-size: 18px;
  color: #ececec;
}
.pro-page .pro-model table tr td:nth-child(1) ul li p {
  line-height: 70px;
}
.pro-page .pro-model table tr td:nth-child(1) ul li:hover {
  color: #34bce4;
  border-color: #34bce4;
}
.pro-page .pro-model table tr td:nth-child(1) ul li:hover::after {
  color: #34bce4;
}
.pro-page .pro_list {
  padding: 6% 0;
}
.pro-page .pro_list ul {
  display: flex;
  flex-wrap: wrap;
}
.pro-page .pro_list ul li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.pro-page .pro_list ul li:nth-child(4n) {
  margin-right: 0;
}
.pro-page .pro_list ul li .pic {
  border: 10px solid #ececec;
}
.pro-page .pro_list ul li p {
  font-size: 20px;
  text-align: center;
  margin-top: 12px;
}
.pro-page .pro_list ul li span {
  width: 120px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #0072bc;
  margin: 12px auto;
}
.pro-page .pro_list ul li:hover .pic {
  border-color: #34bce4;
}
.pro-page .pro_list ul li:hover span {
  background-color: #d81a0b;
}
.pro-page .pro_list h1 {
  font-size: 48px;
  font-weight: normal;
  color: #757778;
  margin-top: 5%;
}
.model_list {
  padding: 5% 0;
}
.model_list h5 {
  width: 80%;
  line-height: 118px;
  text-align: center;
  background-color: #0072bc;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}
.pro_content .con-main {
  padding: 4% 0 5%;
}
.pro_content .con-main .tab-list {
  border-bottom: 3px solid #afafaf;
  padding-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.pro_content .con-main .tab-list li {
  padding: 0 11px;
  line-height: 55px;
  font-size: 20px;
  margin-right: 40px;
}
.pro_content .con-main .tab-list li:nth-child(n+5) {
  display: none;
}
.pro_content .con-main .tab-list .on {
  background-color: #34bce4;
  color: #fff;
}
.pro_content .con-main .con-box {
  background-color: #f2f2f2;
  margin-top: 40px;
  padding: 40px;
  display: flex;
}
.pro_content .con-main .con-box .pic {
  filter: contrast(90%);
  -webkit-filter: contrast(90%);
  width: 50%;
}
.pro_content .con-main .con-box .pic img {
  margin: 0 auto;
  height: 500px;
}
.pro_content .con-main .con-box .rg {
  flex: 1;
  background-color: #fff;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  line-height: 1.75;
}
.pro_content .con-main .con-box .rg .con {
  font-size: 20px;
  font-weight: normal;
  color: #454545;
}
.pro_content .con-main .con-box .rg .btn {
  display: flex;
}
.pro_content .con-main .con-box .rg .btn a {
  width: 150px;
  line-height: 55px;
  text-align: center;
  font-size: 18px;
  border: 1px solid #666;
  margin-right: 30px;
}
.pro_content .con-main .con-box .rg .btn a:hover {
  background-color: #34bce4;
  color: #fff;
}
.pro_content .other .tit {
  line-height: 115px;
  font-size: 46px;
  background-color: #db9276;
  color: #001842;
}
.pro_content .other .con {
  padding: 3% 0;
}
.pro_content .other .rel .top {
  display: flex;
}
.pro_content .other .rel .top li {
  flex: 1;
  min-height: 300px;
  margin-right: 30px;
  background-color: #f3f6fd;
  border-top: 3px solid #34bce4;
  padding: 50px;
  line-height: 1.875;
  border-radius: 0 0 10px 10px;
  position: relative;
  cursor: pointer;
}
.pro_content .other .rel .top li:last-child {
  margin-right: 0;
}
.pro_content .other .rel .top li h3 {
  font-size: 37px;
}
.pro_content .other .rel .top li p {
  font-size: 20px;
  font-weight: lighter;
}
.pro_content .other .rel .top li::after {
  content: '';
  position: absolute;
  right: 50px;
  bottom: 50px;
  width: 165px;
  height: 165px;
  background: url(../image/rel-ico1.png) no-repeat right bottom;
}
.pro_content .other .rel .top li:nth-child(2)::after {
  background-image: url(../image/rel-ico2.png);
}
.pro_content .other .rel .top li:hover {
  background-color: #34bce4;
  border-radius: 10px;
  color: #fff;
}
.pro_content .other .rel .rel-list {
  margin-top: 5%;
  position: relative;
}
.pro_content .other .rel .rel-list li {
  display: flex;
  align-items: center;
}
.pro_content .other .rel .rel-list li .pic {
  flex: 1;
  margin-right: 4%;
}
.pro_content .other .rel .rel-list li .pic img {
  border-radius: 10px;
}
.pro_content .other .rel .rel-list li .text {
  flex: 1;
  padding-bottom: 80px;
  line-height: 1.875;
}
.pro_content .other .rel .rel-list li .text h3 {
  font-size: 34px;
  color: #001842;
  margin-bottom: 15px;
}
.pro_content .other .rel .rel-list li .text p {
  font-size: 20px;
  font-weight: lighter;
}
.pro_content .other .rel .rel-list .btn {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  z-index: 11;
}
.pro_content .other .rel .rel-list .btn .iconfont {
  margin-right: 10px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 22px;
  color: #666;
  border-radius: 50%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  cursor: pointer;
}
.pro_content .other .rel .rel-list .btn .iconfont:hover {
  background-color: #34bce4;
  color: #fff;
}
.pro_content .other .hye .tit {
  background-color: #21a15a;
}
.pro_content .other .hye .hye-list {
  display: flex;
}
.pro_content .other .hye .hye-list li {
  width: 23.875%;
  margin-right: 1.5%;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.pro_content .other .hye .hye-list li:nth-child(4) {
  margin-right: 0;
}
.pro_content .other .hye .hye-list li .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pro_content .other .hye .hye-list li .text p {
  font-size: 18px;
  color: #fff;
  margin-top: 10px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.pro_content .other .hye .con-con {
  margin-top: 5%;
}
.pro_content .other .hye .con-con table {
  width: 100% !important;
}
.pro_content .other .hye .con-con table td {
  border: 1px solid #e2e2e2;
  padding: 5px;
}
.honor-list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.honor-list li {
  background: #f1f1f1;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  padding: 2% 2% 0;
  transition: all 0.2s linear;
}
.honor-list li:nth-child(4n) {
  margin-right: 0;
}
.honor-list li img {
  height: 188px;
  margin: 0 auto;
}
.honor-list li p {
  width: 94%;
  margin: auto;
  text-align: center;
  font-size: 15px;
  color: #666;
  padding: 12px 0 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.honor-list li:hover {
  background-color: #00a2ba;
  transition: all 0.2s linear;
}
.honor-list li:hover p {
  color: #fff;
}
.join_us-list {
  padding: 4% 0;
}
.join_us-list .title {
  position: relative;
}
.join_us-list .title .nav-btn {
  position: absolute;
  right: 0;
  bottom: 1.75rem;
}
@media screen and (max-width: 600px) {
  .join_us-list .title .nav-btn {
    position: static;
    margin-top: 10px;
  }
}
.join_us-list .job-list {
  overflow-x: auto;
}
.join_us-list .job-list table {
  min-width: 800px;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0px !important;
  line-height: 1.875;
}
.join_us-list .job-list table tbody:nth-of-type(2n-1) {
  background-color: #f8fbff;
}
.join_us-list .job-list table th,
.join_us-list .job-list table td {
  padding: 1.25rem 2.5rem;
  text-align: left;
  min-height: 70px;
}
.join_us-list .job-list table th {
  background-color: #34bce4;
  color: #fff;
  font-size: 1.125rem;
}
.join_us-list .job-list table td {
  font-weight: lighter;
}
.join_us-list .job-list table td h2 {
  font-size: 1.625rem;
}
.join_us-list .job-list table .job-con {
  display: none;
}
.join_us-list .job-list table .job-con td {
  border-top: 1px solid #eee;
}
.join_us-list .job-list table .down-btn {
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
}
.join_us-list .job-list table .down-btn i {
  color: #c6cbd5;
  font-size: 1.5625rem;
  line-height: 1;
  display: block;
  margin-left: 0.625rem;
}
.join_us-list .job-list table .on td {
  color: #34bce4;
}
.join_us-list .job-list table .on td i {
  transform: rotate(180deg);
  color: #34bce4;
}
.Search_results {
  padding: 4% 0;
}
.Search_results .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2.5rem;
  border-bottom: 4px solid #34bce4;
}
.Search_results .tit .lf p {
  opacity: 0.8;
}
.Search_results .tit .lf p i {
  font-weight: bold;
  color: #34bce4;
  margin: 0 2px;
}
.Search_results .tit .sear {
  line-height: 3.3125rem;
  border-radius: 1.75rem;
  border: 1px solid #e5e5e5;
}
.Search_results .tit .sear form {
  display: flex;
  align-items: baseline;
}
.Search_results .tit .sear input {
  width: 18.125rem;
  border: none;
  background-color: transparent;
  padding-left: 1.25rem;
}
.Search_results .tit .sear button {
  border: none;
  background-color: transparent;
  width: 3.3125rem;
  height: 3.3125rem;
  cursor: pointer;
  color: #666;
  font-size: 1.0625rem;
}
@media screen and (max-width: 500px) {
  .Search_results .tit {
    display: block;
  }
  .Search_results .tit .sear {
    margin-top: 15px;
  }
  .Search_results .tit .sear form {
    display: flex;
  }
  .Search_results .tit .sear form input {
    flex: 1;
  }
}
.Search_results .search-list li {
  padding: 2.5rem 0;
  border-bottom: 1px solid #f2f6fc;
}
.Search_results .search-list li .date {
  font-size: 0.875rem;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #34bce4;
}
.Search_results .search-list li h5 {
  font-size: 1.5rem;
  font-weight: normal;
  margin-bottom: 0.625rem;
}
.Search_results .search-list li p {
  opacity: 0.8;
}
.Search_results .search-list li:hover h5 {
  color: #34bce4;
}
.Search_results .search-list li:hover p {
  opacity: 1;
}
