@charset "UTF-8";
/* author:LTQ;*/
#loading {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

#loading img {
  position: relative;
  width: 0.5rem;
  height: 0.59rem;
  animation: circle_classic 2s ease-in-out infinite alternate;
}

/*主题色*/
.blcok {
  display: block !important;
}

.elli1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.elli2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.elli3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.elli4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.elli5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.u-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.transition-none * {
  -webkit-transition: none !important;
  transition: none !important;
}

.more {
  transition: 0.2s;
  display: block;
  width: 1.92rem;
  height: 0.8rem;
  border: 0.01rem solid rgba(204, 204, 204, 0.61);
  border-radius: 0.4rem;
  background: #f2f2f2;
  line-height: 0.8rem;
  text-align: center;
  font-size: 0.26rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

.more:hover {
  border: 1px solid #fcab5b;
  background: linear-gradient(90deg, #f07700, #fcab5b);
  font-weight: bold;
  color: #ffffff;
}

.com-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.4rem;
}

.com-title .en {
  position: absolute;
  transform: translate(0, -30%);
  
  font-size: 0.8rem;
  font-family: Arial;
  font-weight: bold;
  color: #999999;
  opacity: 0.1;
  letter-spacing: 0.05rem;
}
.contact-content-box .com-title .en{left: 0;width: 100%;text-align: center;top: 2%;transform: translate(0, 0);}

.com-title .ch {
  font-size: 0.4rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}

.com-title-w {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.com-title-w::after {
  content: "";
  width: 0.3rem;
  display: block;
  margin-top: 0.3rem;
  height: 0.02rem;
  background: #ffffff;
  border-radius: 0.01rem;
}

.com-title-w .en {
  position: absolute;
  transform: translate(0, -30%);
  font-size: 0.86rem;
  font-family: Arial;
  font-weight: bold;
  color: #ffffff;
  opacity: 0.1;
}

.com-title-w .ch {
  font-size: 0.4rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
}

.header-box {
  position: relative;
  top: 0;
  z-index: 2;
  width: 100%;
  background: linear-gradient(90deg, #f07700, #ffb974);
}

.header-box .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 1.4rem;
  padding: 0 0.4rem;
}

.header-box .header .left {
  display: flex;
  align-items: center;
}

.header-box .header .left .u-img {
  width: 1.69rem;
  height: 0.88rem;
  margin-right: 0.19rem;
}

.header-box .header .left .text {
  display: flex;
  flex-direction: column;
  border-left: solid 1px #eaeaea;
  padding-left: 0.19rem;
}

.header-box .header .left .text .title {
  font-size: 0.28rem;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #ffffff;
}

.header-box .header .left .text .tel {
  font-size: 0.28rem;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #ffffff;
}

.header-box .header .right {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.header-box .header .right .hamburger {
  padding: 0;
}

.header-box .header .right .hamburger .hamburger-box {
  width: 0.5rem;
}

.header-box .header .right .hamburger .hamburger-box .hamburger-inner,
.header-box .header .right .hamburger .hamburger-box .hamburger-inner:after,
.header-box .header .right .hamburger .hamburger-box .hamburger-inner:before {
  background-color: #ffffff;
  width: 0.5rem;
  height: 0.05rem;
}

.header-box .header .right .hamburger .hamburger.is-active .hamburger-inner,
.header-box .header .right .hamburger .hamburger.is-active .hamburger-inner:after,
.header-box .header .right .hamburger .hamburger.is-active .hamburger-inner:before {
  background-color: #ffffff;
}

.header-box .slide-nav-box {
  display: none;
}

.header-box .slide-nav-box li {
  height: 2rem;
}

.header-box .nav-box {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  height: 1.4rem;
  overflow: hidden;
}

.header-box .nav-box .nav {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background: #ffffff;
  padding: 0.35rem 0rem 0 0;
}

.header-box .nav-box .nav .nav-item {
  width: 25%;
  position: relative;
  margin-bottom: 0.285rem;
  border-right: solid 1px #d5dadd;
}

.header-box .nav-box .nav .nav-item:hover a {
  color: #ff7c00;
}

.header-box .nav-box .nav .nav-item:nth-child(4n) {
  border-right: none;
}

.header-box .nav-box .nav .nav-item .fir-nav {
  transition: 0.2s;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.header-box .nav-box .nav .nav-item .fir-nav p {
  font-size: 0.3rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #98a0a5;
  line-height: 0.26rem;
}

.header-box .nav-box .nav .nav-item .active p {
  color: #ff7c00;
  font-family: Microsoft YaHei;
  font-weight: bold;
}

.header-box .nav-box .hidden-nav {
  position: fixed;
  top: 1.4rem;
  width: 100vw;
  background: #fffffff1;  display: none;
  height: calc(100vh - 1.4rem);
}

.header-box .nav-box .hidden-nav li {
  padding: 0 0.6rem;
  text-align: center;
}

.header-box .nav-box .hidden-nav li a {
  font-size: 0.3rem;
  color: #98a0a5;
  line-height: 1rem;
}

.header-box .nav-box .hidden-nav li .active {
  color: #ff7c00;
}

.banner-box {
  position: relative;
  overflow: hidden;
}

.banner-box .swiper {
  height: 4.5rem;
}

.banner-box .swiper-slide {
  height: auto;
  width: 100%;
}

.banner-box .swiper-slide .u-img {
  height: 100%;
}

.banner-box .swiper-pagination {
  z-index: 1;
}

.banner-box .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffb974;
}

.banner-box .video {
  height: 100%; width: 100%;
}

.banner-box .text {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 10%;
  left: 50%;
  transform: translate(-50%);
}

.banner-box .text .big {
  font-size: 0.7rem;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 0.25rem;
  letter-spacing: 0.1rem;
  animation-delay: 0.7s;
}

.banner-box .text .small {
  font-size: 0.28rem;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.8;
  letter-spacing: 0.3rem;
  animation-delay: 1s;
}

.footer-box {
  background: #1d1d1d;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.79rem 0.6rem 2rem 0.6rem;
}

.footer-box .left {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-box .left .title {
  font-size: 0.32rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 0.2rem;
}

.footer-box .left .friend {
  /* display: flex; */
  margin-bottom: 0.3rem;
}

.footer-box .left .friend p {
  font-size: 0.26rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.5;
}

.footer-box .left .friend a {
  font-size: 12px; opacity: 0.5;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #cccccc;
  padding-right:0.2rem;
  border-right: #cccccc solid 1px;
}

.footer-box .left .friend a:hover {
  color: #ffffffb7;
}

.footer-box .left .friend a:last-child {
  padding: 0 0 0 0.2rem;
  border-right: none;
}

.footer-box .left .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.4rem;
}

.footer-box .left .text .text-item {
  display: flex;
  margin-top: 0.2rem;
  align-items: center;
}

.footer-box .left .text .text-item:nth-child(1) .u-img {
  width: 0.18rem;
  height: 0.18rem;
}

.footer-box .left .text .text-item:nth-child(2) .u-img {
  width: 0.21rem;
  height: 0.17rem;
}

.footer-box .left .text .text-item:nth-child(3) .u-img {
  width: 0.21rem;
  height: 0.24rem;
}

.footer-box .left .text .text-item .u-img {
  margin-right: 0.17rem;
}

.footer-box .left .text .text-item p {
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff80;
}

.footer-box .left .text .text-item a {
  color: #ffffff80;
}

.footer-box .left .text .text-item a:hover {
  color: #ffffffb7;
}

.footer-box .right {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-box .right .copyright {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-box .right .copyright p {
  color: #cccccc;
  opacity: 0.5;
  margin-right: 0.1rem;
}

.footer-box .right .copyright a {
  color: #cccccc;
}

.footer-box .right .copyright a:hover {
  color: #ffffff;
}

.footer-box .right .qrcode {
  display: flex;
}

.footer-box .right .qrcode .code {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 1.66rem;
  height: 2.03rem;
  border-radius: 0.04rem;
  background: #ffffff;
  margin-left: 0.4rem;
  margin-bottom: 0.5rem;
}

.footer-box .right .qrcode .code .u-img {
  width: 1.64rem;
  height: 1.64rem;
}

.footer-box .right .qrcode .code p {
  font-size: 0.22rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  padding-bottom: 0.2rem;
}

.footer-float-box {
  position: fixed;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  margin: 0 0.5rem;
  padding: 0.17rem 0.65rem;
  bottom: 0.39rem;
  width: 6.5rem;
  height: 1.1rem;
  background: #ffffff;
  box-shadow: 0rem 0.1rem 0.25rem 0rem rgba(0, 0, 0, 0.2);
  border-radius: 0.55rem;
}

.footer-float-box a, .footer-float-box .wechat {
  display: flex;
  flex-direction: column;
  width: 25%;
  justify-content: center;
  align-items: center;
}

.footer-float-box a:nth-child(1) .u-img, .footer-float-box .wechat:nth-child(1) .u-img {
  width: 0.37rem;
  height: 0.37rem;
}

.footer-float-box a:nth-child(2) .u-img, .footer-float-box .wechat:nth-child(2) .u-img {
  width: 0.41rem;
  height: 0.42rem;
}

.footer-float-box a:nth-child(3) .u-img, .footer-float-box .wechat:nth-child(3) .u-img {
  width: 0.48rem;
  height: 0.39rem;
}

.footer-float-box a p, .footer-float-box .wechat p {
  margin-top: 0.1rem;
  font-size: 0.22rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #cccccc;
}

.footer-float-box .popup-wechat {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}

.footer-float-box .popup-wechat .wechat-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 70%;
  height: 3rem;
  background: #FFF;
  box-shadow: 0rem 0.1rem 0.25rem 0rem rgba(0, 0, 0, 0.2);
  border-radius: 0.2rem;
}

.footer-float-box .popup-wechat .wechat-info p {
  font-size: 0.26rem;
  margin-bottom: 0.2rem;
}

.footer-float-box .popup-wechat .wechat-info p:nth-child(2) {
  margin-bottom: 0.3rem;
}

.about-news-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.7rem 0.4rem;
  background: linear-gradient(180deg, #FFFFFF 56%, #FBFBFC 56%);
}

.about-news-box .about {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
/*  align-items: center;*/
}

.about-news-box .about .top {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 0.25rem;
}

.about-news-box .about .top .title {
  font-size: 0.34rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}

.about-news-box .about .top .title-bg {
  position: absolute;
  top: 0;
  z-index: -1;
  line-height: 0.34rem;
  font-size: 0.72rem;
  font-family: Arial;
  font-weight: bold;
  color: #999999;
  opacity: 0.1;
}

.about-news-box .about .center {
  line-height: 2.38;
  font-family: Microsoft YaHei;
  color: #666666;
/*  margin-bottom: 0.6rem;*/
  font-size: 0.26rem;
}

.about-news-box .about .bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.6rem;
}
.about-news-box a.more{display: inline-block; margin: 0 auto;}
.about-news-box .about .bottom li {
  display: flex;
  flex-direction: column;
}

.about-news-box .about .bottom li .num {
  font-size: 0.42rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.1rem;
}
.about-news-box .about .bottom li .num i{font-style: normal;}
.about-news-box .about .bottom li .num span {
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}

.about-news-box .about .bottom li .text {
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}

.about-news-box .news {
  margin-top: 1.4rem;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.about-news-box .news .top {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 0.35rem;
}

.about-news-box .news .top .title {
  font-size: 0.34rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}

.about-news-box .news .top .title-bg {
  position: absolute;
  top: 0;
  z-index: -1;
  line-height: 0.34rem;
  font-size: 0.72rem;
  font-family: Arial;
  font-weight: bold;
  color: #999999;
  opacity: 0.1;
}

.about-news-box .news .list-out {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.2rem;
}

.about-news-box .news .list-out .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.35rem;
}

.about-news-box .news .list-out .top:hover .text .title {
  font-weight: bold;
  color: #ff7c00;
}

.about-news-box .news .list-out .top:hover .u-img img {
  scale: 1.1;
}

.about-news-box .news .list-out .top .u-img {
  width: 2.71rem;
  height: 2rem;
  background: #f0f0f0;
  border-radius: 0.15rem;
  overflow: hidden;
  margin-right: 0.34rem;
}

.about-news-box .news .list-out .top .u-img img {
  transition: 0.2s;
}

.about-news-box .news .list-out .top .text {
  width: 54%;
  display: flex;
  flex-direction: column;
  margin-top: 0.15rem;
}

.about-news-box .news .list-out .top .text .title {
  font-size: 0.28rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.15rem;
}

.about-news-box .news .list-out .top .text .intro {
  font-size: 0.28rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 1.8;
  color: #999999;
}

.about-news-box .news .list-out .list {
  width: 100%;
  margin-bottom: 0.6rem;
}

.about-news-box .news .list-out .list a {
  transition: 0.2s;
  display: flex;
  /* justify-content: space-between; */
  margin-top: 0.2rem;
}

.about-news-box .news .list-out .list a:hover {
  transform: translateX(0.1rem);
}

.about-news-box .news .list-out .list a:hover .title {
  color: #ff7c00;
}

.about-news-box .news .list-out .list a .recom {
  display: flex;
  align-items: center;
  padding: 0rem 0.09rem;
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  background: #ffb974;
  border-radius: 0.2rem;
  flex-shrink: 0;
  margin-right: 0.13rem;
  line-height: 0.44rem;
}

.about-news-box .news .list-out .list a .recom .u-img {
  width: 0.16rem;
  height: 0.22rem;
  margin-right: 0.05rem;
}

.about-news-box .news .list-out .list a .title {
  transition: 0.2s;
  font-size: 0.28rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333;
}

.team-box {
  position: relative;
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  padding: 0.7rem 0 0.7rem 0;
  background-size: 100%;
}

.team-box .intro-text {
  width: 100%;
  text-align: center;
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  padding: 0.4rem 0.8rem 0.45rem 0.8rem;
  line-height: 1.5;
}

.team-box .teamSwiper {
  position: relative;
  margin: 0 0.35rem 0 0.35rem;
  overflow: hidden;
}

.team-box .teamSwiper .swiper-wrapper .u-img {
  width: 3.28rem;
  height: 2.52rem;
  border: 1px solid rgba(204, 204, 204, 0.61);
  border-radius: 0.25rem;
  overflow: hidden;
}

.team-box .swiper-pagination {
  width: 100%;
  margin-top: 0.3rem;
  z-index: 1;
}

.team-box .swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
}

.team-box .swiper-pagination .swiper-pagination-bullet-active {
  background: #ffb974;
}

.team-box .main-team {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 0.4rem;
  margin-top: 1.2rem;
}

.team-box .main-team .team-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.6rem;
}

.team-box .main-team .team-list .team-item {
  width: 100%;
  margin-top: 0.2rem;
}

.team-box .main-team .team-list a {
  transition: 0.2s;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0.26rem 0.3rem;
  background: #ffffff;
  box-shadow: 0rem 0.02rem 0.2rem 0rem rgba(0, 0, 0, 0.09);
  border-radius: 0.2rem;
  border: 1px solid rgba(187, 187, 187, 0.25);
  overflow: hidden;
}

.team-box .main-team .team-list a::before {
  transition: 0.2s;
  content: "";
  z-index: 0;
  position: absolute;
  left: -2.54rem;
  top: -2.54rem;
  width: 2.54rem;
  height: 2.54rem;
  transform: translate(0, 0);
  background: #ffb974;
  border-radius: 50%;
}

.team-box .main-team .team-list a:hover {
  border: 2px solid rgba(254, 169, 83, 0.61);
}

.team-box .main-team .team-list a:hover::before {
  transform: translate(1.27rem, 1.27rem);
}

.team-box .main-team .team-list a .top {
  display: flex;
  padding-bottom: 0.22rem;
  border-bottom: #f2f2f2 solid 1px;
}

.team-box .main-team .team-list a .top::before {
  content: "";
  position: absolute;
  left: -0.01rem;
  top: 0.54rem;
  width: 0.08rem;
  height: 0.6rem;
  background: #ffb974;
  border-radius: 0.2rem;
}

.team-box .main-team .team-list a .top .u-img {
  position: relative;
  z-index: 1;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.22rem;
}

.team-box .main-team .team-list a .top .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.team-box .main-team .team-list a .top .text .name {
  font-size: 0.36rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.15rem;
}

.team-box .main-team .team-list a .top .text .intro {
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}

.team-box .main-team .team-list a .title-list {
  padding-top: 0.2rem;
}

.team-box .main-team .team-list a .title-list li {
  font-size: 0.26rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 2;
}

.team-box .main-team .team-list a .title-list li::before {
  content: "-";
  color: #ff7c00;
  margin-right: 0.1rem;
}

.case-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FBFBFC;
  background-image: url(../img/图层12.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-x: right;
  padding: 1rem 0.4rem 0.6rem 0.4rem;
}

.case-box .com-title {
  margin-bottom: 0;
}

.case-box .case {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 0.5rem;
}

.case-box .case .case-title {
  width: 1.92rem;
  height: 0.8rem;
  border-radius: 0.4rem;
  margin-bottom: 0.3rem;
  border: 1px solid #fcab5b;
  font-size: 0.3rem;
  font-family: Microsoft YaHei;
  line-height: 0.8rem;
  text-align: center;
  background: linear-gradient(90deg, #f07700, #fcab5b);
  font-weight: bold;
  color: #ffffff;
}

.case-box .case .top-list {
  width: 100%;
}

.case-box .case .top-list a {
  display: flex;
  width: 100%;
  margin-top: 0.26rem;
}

.case-box .case .top-list a:hover .u-img img {
  scale: 1.1;
}

.case-box .case .top-list a:hover .right .text .title {
  font-weight: bold;
  color: #ff7c00;
}

.case-box .case .top-list a .u-img {
  width: 2.71rem;
  height: 2rem;
  border-radius: 0.15rem;
  margin-right: 0.34rem;
  overflow: hidden;
}

.case-box .case .top-list a .u-img img {
  transition: 0.2s;
}

.case-box .case .top-list a .right {
  transition: 0.2s;
  display: flex;
  width: 50%;
}

.case-box .case .top-list a .right .text {
  width: 100%;
  margin-right: 0.4rem;
}

.case-box .case .top-list a .right .text .title {
  transition: 0.2s;
  font-size: 0.28rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.2rem;
  margin-top: 0.15rem;
}

.case-box .case .top-list a .right .text .intro {
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 1.8;
}

.case-box .case .bottom-list {
  width: 100%;
}

.case-box .case .bottom-list a {
  transition: 0.2s;
  display: flex;
  justify-content: space-between;
  margin-top: 0.24rem;
}

.case-box .case .bottom-list a:hover {
  transform: translateX(0.1rem);
}

.case-box .case .bottom-list a:hover .title {
  color: #ff7c00;
}

.case-box .case .bottom-list a .recom {
  display: flex;
  align-items: center;
  padding: 0rem 0.09rem;
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  background: #ffb974;
  border-radius: 0.2rem;
  flex-shrink: 0;
  margin-right: 0.13rem;
  line-height: 0.44rem;
}

.case-box .case .bottom-list a .recom .u-img {
  width: 0.16rem;
  height: 0.22rem;
  margin-right: 0.05rem;
}

.case-box .case .bottom-list a .title {
  transition: 0.2s;
  font-size: 0.28rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333;
}

.case-box .more {
  margin-top: 0.6rem;
}

.area-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url(../img/图层13.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-y: bottom;
  padding: 0.7rem 0.4rem;
}

.area-box .area-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.6rem;
  width: 100%;
}

.area-box .area-list li {
  margin-top: 0.2rem;
  width: 100%;
}

.area-box .area-list .area-item {
  transition: 0.2s;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0.39rem;
  width: 100%;
  background: #ffffff;
  box-shadow: 0rem 0.1rem 0.2rem 0rem rgba(125, 125, 125, 0.09);
  border-radius: 0.2rem;
  border: 1px solid rgba(187, 187, 187, 0.25);
}

.area-box .area-list .area-item:hover {
  border: 2px solid rgba(254, 169, 83, 0.61);
}

.area-box .area-list .area-item:hover .bottom .more {
  border: 1px solid #fcab5b;
  background: linear-gradient(90deg, #f07700, #fcab5b);
  font-weight: bold;
  color: #ffffff;
}

.area-box .area-list .area-item .top {
  display: flex;
  align-items: center;
  font-size: 0.32rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  padding-bottom: 0.2rem;
  margin-bottom: 0.2rem;
  border-bottom: #ebebeb solid 1px;
}

.area-box .area-list .area-item .top::before {
  content: "";
  display: inline-block;
  margin-right: 0.2rem;
  margin-top: 0.03rem;
  width: 0.14rem;
  height: 0.32rem;
  background: linear-gradient(0deg, #f07700, #ffb974);
  border-radius: 0.07rem;
}

.area-box .area-list .area-item .center {
  font-size: 0.26rem; height: 50px;overflow: hidden;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin-bottom: 0.3rem;
}

.area-box .area-list .area-item .bottom {
  display: flex;
  justify-content: space-between;
}
.case-box .case::nth-child(3).case-box .case::nth-child(4){display: none;}
.area-box .area-list .area-item .bottom .more {
  width: 1.6rem;
  height: 0.8rem;
  background: #f2f2f2;
  border: 1px solid rgba(204, 204, 204, 0.61);
  border-radius: 0.4rem;
  font-size: 0.26rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 0.8rem;
  text-align: center;
}

.faq-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.7rem 0.4rem;
}

.faq-box .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 0.4rem;
}

.faq-box .content .tabs {
  display: flex;
  margin-bottom: 0.5rem;
  margin-top: 0.1rem;
  overflow-x: auto; justify-content: center;
  width: 100%;
}

.faq-box .content .tabs .tab {
  transition: 0.2s;
  padding: 0 0.35rem;
  font-size: 0.3rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #999999;
  line-height: 0.8rem;
  background: #f9f9f9;
/*  margin-right: 0.28rem;*/
  border-radius: 0.4rem;
  text-align: center;
  min-width: 30%;
}

.faq-box .content .tabs .tab:hover {
  color: #ffffff;
  background: linear-gradient(90deg, #f07700, #fcab5b);
}

.faq-box .content .tabs .active {
  color: #ffffff;
  background: linear-gradient(90deg, #f07700, #fcab5b);
}

.faq-box .content .list-out {
  width: 100%;
}

.faq-box .content .list-out .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.faq-box .content .list-out .list li {
  width: 100%;
}

.faq-box .content .list-out .list li a {
  transition: 0.2s;
  display: flex;
  margin-bottom: 0.27rem;
}

.faq-box .content .list-out .list li a:hover {
  transform: translateX(0.1rem);
}

.faq-box .content .list-out .list li a:hover::before {
  background: #ff7c00;
}

.faq-box .content .list-out .list li a:hover .title {
  color: #ff7c00;
}

.faq-box .content .list-out .list li a:hover .time {
  color: #999999;
}

.faq-box .content .list-out .list li a::before {
  transition: 0.2s;
  content: "?";
  width: 0.42rem;
  height: 0.42rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.42rem;
  background: #ffb974;
  border-radius: 50%;
  margin-right: 0.2rem;
}

.faq-box .content .list-out .list li a .title {
  transition: 0.2s;
  width: 90%;
  font-size: 0.28rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}

.case-content-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.7rem 0.4rem;
}

.case-content-box .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.case-content-box .content .tabs {
  display: flex;
  margin-bottom: 0.43rem;
  overflow-x: auto;
  width: 100%;justify-content: space-evenly;
}

.case-content-box .content .tabs .tab {
  transition: 0.2s;
  padding: 0 0.35rem;
  font-size: 0.3rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #999999;
  line-height: 0.8rem;
  background: #f9f9f9;
  margin-right: 0.28rem;
  border-radius: 0.4rem;
  text-align: center;
  min-width: 30%;
}

.case-content-box .content .tabs .tab:hover {
  color: #ffffff;
  background: linear-gradient(90deg, #f07700, #fcab5b);
}

.case-content-box .content .tabs .active {
  color: #ffffff;
  background: linear-gradient(90deg, #f07700, #fcab5b);
}

.case-content-box .content .list-out {
  width: 100%;
  min-height: 3rem;
}

.case-content-box .content .list-out .list {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.case-content-box .content .list-out .list .top-list {
  width: 100%;
}

.case-content-box .content .list-out .list .top-list a {
  display: flex;
  width: 100%;
  margin-top: 0.26rem;
}

.case-content-box .content .list-out .list .top-list a:hover .u-img img {
  scale: 1.1;
}

.case-content-box .content .list-out .list .top-list a:hover .right {
  border-bottom: #ffb974 solid 2px;
}

.case-content-box .content .list-out .list .top-list a:hover .right .text .title {
  font-weight: bold;
  color: #ff7c00;
}

.case-content-box .content .list-out .list .top-list a:hover .right .time .day {
  color: #ff7c00;
}

.case-content-box .content .list-out .list .top-list a:hover .right .time .year {
  color: #ff7c00;
}

.case-content-box .content .list-out .list .top-list a .u-img {
  flex-shrink: 0;
  width: 2.71rem;
  height: 2rem;
  border-radius: 0.15rem;
  margin-right: 0.34rem;
  overflow: hidden;
}

.case-content-box .content .list-out .list .top-list a .u-img img {
  transition: 0.2s;
}

.case-content-box .content .list-out .list .top-list a .right {
  transition: 0.2s;
  display: flex;
  width: 54%;
  margin-top: 0.15rem;
}

.case-content-box .content .list-out .list .top-list a .right .text {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.case-content-box .content .list-out .list .top-list a .right .text .title {
  transition: 0.2s;
  max-width: 9rem;
  font-size: 0.28rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.1rem;
}

.case-content-box .content .list-out .list .top-list a .right .text .intro {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 1.8;
}

.case-content-box .content .list-out .list .top-list a .right .time .day {
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #999999;
  margin-bottom: 0.18rem;
}

.case-content-box .content .list-out .list .top-list a .right .time .year {
  font-size: 0.18rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

.case-content-box .content .list-out .list .top-list a .right .time .year::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.1rem;
  border: 0.09rem solid transparent;
  border-left-color: #ffb974;
}

.case-content-box .content .list-out .list .bottom-list {
  width: 100%;
}

.case-content-box .content .list-out .list .bottom-list a {
  transition: 0.2s;
  display: flex;
  justify-content: space-between;
  margin-top: 0.24rem;
}

.case-content-box .content .list-out .list .bottom-list a:hover {
  transform: translateX(0.1rem);
}

.case-content-box .content .list-out .list .bottom-list a:hover .title {
  color: #ff7c00;
}

.case-content-box .content .list-out .list .bottom-list a .recom {
  display: flex;
  align-items: center;
  padding: 0rem 0.09rem;
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  background: #ffb974;
  border-radius: 0.2rem;
  flex-shrink: 0;
  margin-right: 0.13rem;
  line-height: 0.44rem;
}

.case-content-box .content .list-out .list .bottom-list a .recom .u-img {
  width: 0.11rem;
  height: 0.16rem;
  margin-right: 0.05rem;
}

.case-content-box .content .list-out .list .bottom-list a .title {
  transition: 0.2s;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333;
  width: 100%;
  margin: 0 0.16rem 0 0;
}

.newsd-content-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.7rem 0.4rem;
}

.newsd-content-box .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: #f3f3f3 solid 1px;
  width: 100%;
}

.newsd-content-box .title .title-b {
  font-size: 0.36rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}

.newsd-content-box .title .day {
  font-size: 0.26rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin: 0.28rem 0 0.39rem 0;
}

.newsd-content-box .content {
  padding: 0.4rem 0; line-height: 2;font-size: 14px;color: #666;
}
img{max-width: 100%;}
.newsd-content-box .paging {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.2rem 0;
  background: #f9f9f9;
  border: 1px solid rgba(231, 231, 231, 0.61);
  border-radius: 0.1rem;
}

.newsd-content-box .paging a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.1rem 0;
}

.newsd-content-box .paging a p {
  transition: 0.2s;
  font-size: 0.26rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  max-width: 70%;
}

.newsd-content-box .paging .u-img {
  display: block;
  width: 0.1rem;
  height: 0.12rem;
  margin: 0 0.18rem;
}

.newsd-content-box .paging .normal {
  display: block;
}

.newsd-content-box .paging .hover {
  display: none;
}

.newsd-content-box .paging .current p {
  color: #ff7c00;
}

.problem-content-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.7rem 0.4rem;
}

.problem-content-box .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.problem-content-box .content .tabs {
  display: flex;
  margin-bottom: 0.43rem;
  overflow-x: auto;
  width: 100%;
}

.problem-content-box .content .tabs .tab {
  transition: 0.2s;
  padding: 0 0.35rem;
  font-size: 0.3rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #999999;
  line-height: 0.8rem;
  background: #f9f9f9;
  margin-right: 0.28rem;
  border-radius: 0.4rem;
  text-align: center;
  min-width: 30%;
}

.problem-content-box .content .tabs .tab:hover {
  color: #ffffff;
  background: linear-gradient(90deg, #f07700, #fcab5b);
}

.problem-content-box .content .tabs .active {
  color: #ffffff;
  background: linear-gradient(90deg, #f07700, #fcab5b);
}

.problem-content-box .content .list-out {
  width: 100%;
  min-height: 3rem;
}

.problem-content-box .content .list-out .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.problem-content-box .content .list-out .list li {
  width: 100%;
}

.problem-content-box .content .list-out .list li a {
  transition: 0.2s;
  display: flex;
  margin-bottom: 0.23rem;
}

.problem-content-box .content .list-out .list li a:hover {
  transform: translateX(0.1rem);
}

.problem-content-box .content .list-out .list li a:hover::before {
  background: #ff7c00;
}

.problem-content-box .content .list-out .list li a:hover .title {
  color: #ff7c00;
}

.problem-content-box .content .list-out .list li a:hover .time {
  color: #999999;
}

.problem-content-box .content .list-out .list li a::before {
  transition: 0.2s;
  content: "?";
  width: 0.42rem;
  height: 0.42rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.42rem;
  background: #ffb974;
  border-radius: 50%;
  margin-right: 0.2rem;
}

.problem-content-box .content .list-out .list li a .title {
  transition: 0.2s;
  width: 90%;
  font-size: 0.26rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin: 0 0.2rem 0 0;
}

.problem-content-box .content .list-out .list li a .time {
  transition: 0.2s;
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #cccccc;
}

.area-content-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.7rem 0.4rem;
}

.area-content-box .area-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.area-content-box .area-list li {
  width: 100%;
  margin: 0rem 0rem 0.25rem 0;
}

.area-content-box .area-list .area-item {
  transition: 0.2s;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0.39rem;
  width: 100%;
  background: #ffffff;
  box-shadow: 0rem 0.1rem 0.2rem 0rem rgba(125, 125, 125, 0.09);
  border-radius: 0.2rem;
  border: 1px solid rgba(187, 187, 187, 0.25);
}

.area-content-box .area-list .area-item:hover {
  border: 2px solid rgba(254, 169, 83, 0.61);
}

.area-content-box .area-list .area-item:hover .bottom .more {
  border: 1px solid #fcab5b;
  background: linear-gradient(90deg, #f07700, #fcab5b);
  font-weight: bold;
  color: #ffffff;
}

.area-content-box .area-list .area-item:hover .bottom .u-img {
  opacity: 1;
}

.area-content-box .area-list .area-item .top {
  display: flex;
  align-items: center;
  font-size: 0.36rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  padding-bottom: 0.2rem;
  margin-bottom: 0.2rem;
  border-bottom: #ebebeb solid 1px;
}

.area-content-box .area-list .area-item .top::before {
  content: "";
  display: inline-block;
  margin-right: 0.2rem;
  margin-top: 0.03rem;
  width: 0.1rem;
  height: 0.24rem;
  background: linear-gradient(0deg, #f07700, #ffb974);
  border-radius: 0.05rem;
}

.area-content-box .area-list .area-item .center {
  font-size: 0.26rem; max-height: 50px;overflow: hidden;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  /* margin-bottom: 0.3rem; */
}

.area-content-box .area-list .area-item .bottom {
  display: flex;
  justify-content: space-between;
}

.area-content-box .area-list .area-item .bottom .u-img {
  opacity: 0.05;
  width: 1.36rem;
  height: 0.71rem;
}

.about-content-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.7rem 0.4rem;
}

.about-content-box .content {
  width: 100%;
  background: #ffffff;
  border: 2px solid rgba(232, 232, 232, 0.61);
  box-shadow: 0px 2px 20px 0px rgba(51, 51, 51, 0.09);
  border-radius: 0.2rem;
  padding: 0.6rem;
  font-size: 0.18rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666; line-height: 2;
}
.about-content-box .content *{font-size: 14px;}
.contact-content-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.7rem 0.4rem 0.79rem 0.4rem;
}

.contact-content-box .content .top {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.45rem;
}

.contact-content-box .content .top .item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.3rem 0.35rem;
  background: #ffffff;
  border: 2px solid rgba(244, 241, 237, 0.61);
  box-shadow: 0px 10px 20px 0px rgba(125, 125, 125, 0.09);
  border-radius: 0.2rem;
  margin-bottom: 0.2rem;
}

.contact-content-box .content .top .item .left {
  margin-right: 0.32rem;
}

.contact-content-box .content .top .item .left .cir {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  background: #fff8f1;
  border: 0.01rem solid rgba(254, 169, 83, 0.61);
  border-radius: 50%;
}

.contact-content-box .content .top .item .right .title {
  font-size: 0.28rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #999999;
  margin-bottom: 0.1rem;
}

.contact-content-box .content .top .item .right .text {
  font-size: 0.26rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}

.contact-content-box .content .top .item .right .text span {
  font-size: 0.26rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.contact-content-box .content .top .item .right .gdemail{font-size: 0.26rem!important;}
.contact-content-box .content .top .item:nth-child(1) .u-img {
  width: 0.24rem;
  height: 0.24rem;
}

.contact-content-box .content .top .item:nth-child(2) .u-img {
  width: 0.26rem;
  height: 0.28rem;
}

.contact-content-box .content .top .item:nth-child(2) .text {
  font-size: 0.28rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}

.contact-content-box .content .top .item:nth-child(3) {
  margin-right: 0rem;
}

.contact-content-box .content .top .item:nth-child(3) .u-img {
  width: 0.28rem;
  height: 0.22rem;
}

.contact-content-box .content .bottom {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #ffffff;
  border: 0.02rem solid rgba(244, 241, 237, 0.61);
  box-shadow: 0rem 0.1rem 0.2rem 0rem rgba(125, 125, 125, 0.09);
  border-radius: 0.2rem;
  overflow: hidden;
}

.contact-content-box .content .bottom .left {
  height: 100%;
  width: 100%;
}

.contact-content-box .content .bottom .left .u-img {
  overflow: hidden;
  height: 100%;
}

.contact-content-box .content .bottom .right {
  height: 100%;
  width: 100%;
  background-image: url(../img/contact-bg.jpg);
  background-repeat: no-repeat;
  background-position: right -5.04rem top 0;
  padding: 0.6rem 0.4rem 0.6rem 0.5rem;
}

.contact-content-box .content .bottom .right .text {
  margin-bottom: 0.47rem;
}

.contact-content-box .content .bottom .right .text .title {
  font-size: 0.3rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.15rem;
}

.contact-content-box .content .bottom .right .text .intro {
  font-size: 0.26rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

.contact-content-box .content .bottom .right .form .item {
  border: none;
  width: 100%;
  height: 0.8rem;
  background: #f9f9f9;
  border-radius: 0.1rem;
  margin-bottom: 0.2rem;
  padding: 0.2rem;
}

.contact-content-box .content .bottom .right .form button {
  transition: 0.2s;
  cursor: pointer;
  border: none;
  width: 100%;
  height: 0.8rem;
  background: #fff8f1;
  border-radius: 0.1rem;
  font-size: 0.28rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ff7c00;
  line-height: 0.8rem;
}

.contact-content-box .content .bottom .right .form button:hover {
  color: #fff8f1;
  background: linear-gradient(135deg, #f07700, #ffb974);
}

.honor-content-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.7rem 0.4rem 0.79rem 0.4rem;
}

.honor-content-box .content {
  width: 100%;
}

.honor-content-box .content ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.honor-content-box .content ul li {
  transition: 0.2s;
  width: 48%;
  border: 0.02rem solid #e5e5e5;
  box-shadow: 0rem 0.02rem 0.2rem 0rem rgba(0, 0, 0, 0.09);
  border-radius: 0.2rem;
  overflow: hidden;
  margin-bottom: 0.44rem;
  margin-right: 0.2rem;
}

.honor-content-box .content ul li:hover {
  border: 2px solid rgba(254, 169, 83, 0.61);
  box-shadow: 0px 4px 20px 0px rgba(240, 119, 0, 0.22);
}

.honor-content-box .content ul li:hover .u-img img {
  scale: 1.05;
}

.honor-content-box .content ul li:nth-child(2n) {
  margin-right: 0;
}

.honor-content-box .content ul li .u-img {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.honor-content-box .content ul li .u-img img {
  transition: 0.2s;
}

.honor-content-box .content ul li p {
  transition: 0.2s;
  margin: 0.17rem;
  font-size: 0.28rem;
  color: #333333;
  font-family: Microsoft YaHei;
}

.honor-content-box .content ul li p::before {
  content: "·";
  color: #ff7c00;
  font-weight: bold;
  margin-right: 0.1rem;
}

.team-content-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.7rem 0.4rem 0.79rem 0.4rem;
}

.team-content-box .content {
  width: 100%;
}

.team-content-box .content ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.team-content-box .content ul li {
  transition: 0.2s;
  width: 48%;
  border: 0.02rem solid #e5e5e5;
  box-shadow: 0rem 0.02rem 0.2rem 0rem rgba(0, 0, 0, 0.09);
  border-radius: 0.2rem;
  overflow: hidden;
  margin-right: 0.2rem;
  margin-bottom: 0.4rem;
}

.team-content-box .content ul li:hover {
  border: 2px solid rgba(254, 169, 83, 0.61);
  box-shadow: 0px 4px 20px 0px rgba(240, 119, 0, 0.22);
}

.team-content-box .content ul li:hover .u-img img {
  scale: 1.05;
}

.team-content-box .content ul li:nth-child(2n) {
  margin-right: 0;
}

.team-content-box .content ul li .u-img {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.team-content-box .content ul li .u-img img {
  transition: 0.2s;
}

.team-content-box .content ul li .text {
  display: flex;
  flex-direction: column;
  padding: 0.3rem;
}

.team-content-box .content ul li .text .top {
  display: flex;
  margin-bottom: 0.14rem;
}

.team-content-box .content ul li .text .top .name {
  font-size: 0.3rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-right: 0.14rem;
  line-height: 0.32rem;
}

.team-content-box .content ul li .text .top .tag {
  padding: 0 0.1rem;
  background: #fff6ee;
  border-radius: 0.16rem;
  font-size: 0.23rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #f07700;
  line-height: 0.3rem;
}

.team-content-box .content ul li .text .bottom .intro {
  font-size: 0.26rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 1.5;
}

.team-detail-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0.65rem 0.4rem 0.8rem 0.4rem;
  background: #ffffff;
  box-shadow: 0rem 0.02rem 0.2rem 0rem rgba(0, 0, 0, 0.09);
  border-radius: 0.2rem;
  padding: 0.4rem;
  background-image: url(../img/图层8.jpg);
  background-repeat: no-repeat;
  background-position: right 0 top 0;
  background-size: 100%;
}

.team-detail-box .top {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 0.2rem;
  border-bottom: solid 1px #eeeeee;
}

.team-detail-box .top .photo {
  display: flex;
  justify-content: center;
  border-radius: 0.3rem 0.3rem 0 0;
  overflow: hidden;
}

.team-detail-box .top .u-img {
  width: 100%;
}

.team-detail-box .top .text {
  position: relative; font-size: 14px;
}

.team-detail-box .top .text .name-out {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.3rem;
}

.team-detail-box .top .text .name-out::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0.04rem;
  height: 0.61rem;
  background: linear-gradient(135deg, #f07700, #ffb974);
  border-radius: 0.02rem;
}

.team-detail-box .top .text .name-out .name {
  font-size: 0.36rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.02rem;
}

.team-detail-box .top .text .name-out .intro {
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

.team-detail-box .top .text .intro {
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 2.5;
}

.team-detail-box .top .text .dyr {
  display: none;
  position: absolute;
  bottom: 0.15rem;
  right: 0;
  font-size: 0.24rem;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #999999;
  letter-spacing: 0.1rem;
}

.team-detail-box .bottom {
  width: 100%;color: #666;font-size: 14px;
  padding: 0.4rem 0 0 0;
}

.team-detail-box .bottom .title {
  font-size: 0.32rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}

.team-detail-box .bottom .title::before {
  content: "·";
  color: #ffb974;
  margin-right: 0.1rem;
}

.team-detail-box .bottom .content {
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  padding: 0.3rem 0;
  line-height: 2.5;
}

.mg-53 {
  margin-bottom: 0.53rem;
}
.bannerSwiper .swiper-pagination-bullet{background: #fff; opacity: .85;}
.bannerSwiper .swiper-pagination-bullet-active{background: #ff7c00; opacity: .85;}