@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;
}
.team-list .u-img img{border-radius: 50%;}
.transition-none * {
  -webkit-transition: none !important;
  transition: none !important;
}

.more {
  transition: 0.2s;
  display: block;
  width: 1.32rem;
  height: 0.52rem;
  background: #f2f2f2;
  border: 1px solid rgba(204, 204, 204, 0.61);
  border-radius: 0.25rem;
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 0.52rem;
  text-align: center;
  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.3rem;
}

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

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

.com-title .ch {
  font-size: 0.36rem;
  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.72rem;
  font-family: Arial;
  font-weight: bold;
  color: #FFFFFF;
  opacity: 0.1;
}

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

.header-box {
  display: flex;
  flex-direction: column;
}

.header-box .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.28rem 2.4rem;
}

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

.header-box .header .left .u-img {
  width: 1.79rem;
  height: 0.93rem;
}

.header-box .header .left .title {
  margin-left: 0.11rem;
  font-size: 0.3rem;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #666f74;
  margin-bottom: 0.05rem;
}

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

.header-box .header .right .top {
  display: flex;
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #798186;
}

.header-box .header .right .top .u-img {
  margin-right: 0.08rem;
  width: 0.22rem;
  height: 0.22rem;
}

.header-box .header .right .phone {
  margin-top: 0.06rem;
  font-size: 0.36rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ff7c00;
  letter-spacing: -0.01rem;
}

.header-box .nav-box {
  position: relative;
  z-index: 2;
  display: flex;
  padding: 0 2.4rem;
  height: 0.6rem;
  justify-content: center;
  background: #fbfbfb;
}

.header-box .nav-box .nav {
  display: flex;
  width: 100%;
}

.header-box .nav-box .nav .nav-item {
  position: relative;
  width: inherit;
}

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

.header-box .nav-box .nav .nav-item .fir-nav {
  transition: 0.2s;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 0.18rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #666f74;
  text-align: center;
}

.header-box .nav-box .nav .nav-item .fir-nav p {
  position: relative;
  width: fit-content;
  height: 100%;
  padding: 0.18rem 0;
}

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

.header-box .nav-box .nav .nav-item .active p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.02rem;
  background: #ff7c00;
  border-radius: 0.01rem;
}

.header-box .nav-box .nav .nav-item .sub-nav {
  display: none;
  position: absolute;
  width: 100%;
  top: 0.6rem;
  background: #fbfbfb;
}

.header-box .nav-box .nav .nav-item .sub-nav li {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 0.5rem;
  height: 0.5rem;
}

.header-box .nav-box .nav .nav-item .sub-nav a {
  text-align: center;
  color: #666f74;
  padding: 0 0.2rem;
  line-height: 0.5rem;
  width: 100%;
  height: 100%;
}

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

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

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

.banner-box .banner-prev,
.banner-box .banner-next {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-0.5rem);
  width: 0.48rem;
  height: 0.71rem;
}

.banner-box .banner-prev:focus,
.banner-box .banner-next:focus {
  outline: none !important;
}

.banner-box .banner-prev {
  left: 1.15rem;
}

.banner-box .banner-next {
  right: 1.15rem;
}

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

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

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

.banner-box .text {
  position: absolute;
  top: 1.45rem;
  left: 3.13rem;
}

.banner-box .text .big {
  font-size: 0.83rem;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #ffffff;
  line-height: 0.9rem;
  margin-bottom: 0.3rem;
  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;
  justify-content: space-between;
  padding: 0.79rem 2.4rem 0.97rem 2.4rem;
}
.footer-box::after{display: block;content: ""; clear: both;}
.footer-box .left {
  display: flex;
  flex-direction: column;flex: 1.5;
}

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

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

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

.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.18rem;
  height: 0.14rem;
}

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

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

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

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

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

.footer-box .left .copyright {
  display: flex;flex-flow: row wrap;
}

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

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

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

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

.footer-box .right .friend {
  display: flex;
  margin-bottom: 1rem; margin-top: 0.1rem;
  align-items: baseline;
}

.footer-box .right .friend p {
  font-size: 0.12rem; display: inline-block;
  font-family: Microsoft YaHei;
  font-weight: 400; width: 1rem;
  color: #cccccc;
  opacity: 0.5;
}

.footer-box .right .friend a {
  font-size: 0.12rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff80;
  padding-right: 10px;
  border-right: #ffffff80 solid 1px;
  height: 0.16rem;
  line-height: 0.16rem;
}

.footer-box .right .friend a:hover {
  color: #ffffffb7;
}
/* 
.footer-box .right .friend a:last-child {
  padding: 0 0 0 0.2rem;
  border-right: none;
}
 */
.footer-box .right .qrcode {
  display: flex;
}

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

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

.footer-box .right .qrcode .code p {
  font-size: 0.15rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}

.float-box {
  position: fixed;
  z-index: 1;
  top: 30%;
  right: 0.2rem;
}

.float-box li .float-item {
  transition: 0.2s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.18rem 0.13rem 0.18rem;
  margin-bottom: 0.06rem;
  background: #f5f5f5;
  border-radius: 0.15rem;
}

.float-box li .float-item .u-img {
  margin-bottom: 0.05rem;
}

.float-box li .float-item .fade-item {
  display: none;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 1rem;
  height: 100%;
  width: auto;
  padding: 0.1rem;
  border-radius: 0.15rem;
  background: linear-gradient(135deg, #f07700, #ffb974);
  color: #ffffff;
}

.float-box li .float-item .fade-item .u-img {
  width: 0.7rem;
  height: 0.7rem;
}

.float-box li .float-item:hover {
  background: linear-gradient(135deg, #f07700, #ffb974);
  color: #ffffff;
}

.float-box li:nth-child(1) .u-img {
  width: 0.35rem;
  height: 0.29rem;
}

.float-box li:nth-child(2) .u-img {
  width: 0.34rem;
  height: 0.28rem;
}

.float-box li:nth-child(3) .u-img {
  width: 0.27rem;
  height: 0.3rem;
}

.float-box li:nth-child(4) .u-img {
  width: 0.35rem;
  height: 0.31rem;
}

.float-box li:nth-child(5) .u-img {
  width: 0.23rem;
  height: 0.35rem;
}

[screen="false"] {
  overflow: auto !important;
  height: auto !important;
}

[screen="full"] {
  overflow: hidden !important;
}

@media screen and (max-width: 1080px) {
  [wap="hide"] {
    display: none !important;
  }
}

@media screen and (min-width: 1081px) {
  [pc="hide"] {
    display: none !important;
  }
}

.about-news-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.68rem 2.4rem;
}

.about-news-box .about {
  width: 48%;
  height: 438px;
  display: flex;
  flex-direction: column;
}

.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;
  margin-top: 0.1rem;
}

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

.about-news-box .about .bottom {
  display: flex;
  justify-content: space-between;
}

.about-news-box .about .bottom li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.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 span {
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.about-news-box .about .bottom li .num i{font-style: normal;}

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

.about-news-box .news {
  width: 48%;
  height: 438px;
  display: flex;
  flex-direction: column;
}

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

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

.about-news-box .news .list-out {
  display: flex;
  flex-direction: column;
}

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

.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: 1.83rem;
  height: 1.35rem;
  border-radius: 0.15rem;
  overflow: hidden;
  margin-right: 0.15rem;
}

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

.about-news-box .news .list-out .top .text {
  width: 80%;
  display: flex;
  flex-direction: column;
}

.about-news-box .news .list-out .top .text .title {
  font-size: 0.2rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 1.7;
  margin-bottom: 0.1rem;
  margin-top: 0.05rem;
}

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

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

.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: 0.02rem 0.06rem;
  font-size: 0.15rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  background: #ffb974;
  border-radius: 0.14rem;
  flex-shrink: 0;
}

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

.about-news-box .news .list-out .list a .title {
  transition: 0.2s;
  width: 75%;
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}

.about-news-box .news .list-out .list a .time {
  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #cccccc;
}

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

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

.team-box .intro-text {
  width: 100%;
  text-align: center;
  font-size: 0.18rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  padding: 0.3rem 0 0.35rem 0;
  line-height: 1.5;
}

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

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

.team-box .swiper-btn .team-prev,
.team-box .swiper-btn .team-next {
  transition: 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  top: 22%;
  width: 0.7rem;
  height: 0.7rem;
  background: #ffffff;
  border: 1px solid rgba(207, 207, 207, 0.61);
  box-shadow: 0rem 0.12rem 0.3rem 0rem rgba(93, 93, 93, 0.11);
  border-radius: 50%;
}

.team-box .swiper-btn .team-prev:focus,
.team-box .swiper-btn .team-next:focus {
  outline: none !important;
}

.team-box .swiper-btn .team-prev:hover,
.team-box .swiper-btn .team-next:hover {
  border: 1px solid rgba(254, 169, 83, 0.61);
  box-shadow: 0rem 0.12rem 0.3rem 0rem rgba(240, 119, 0, 0.11);
}

.team-box .swiper-btn .team-prev .u-img,
.team-box .swiper-btn .team-next .u-img {
  width: 0.13rem;
  height: 0.23rem;
}

.team-box .swiper-btn .team-prev .hover,
.team-box .swiper-btn .team-next .hover {
  display: none;
}

.team-box .swiper-btn .team-next {
  right: 1.16rem;
}

.team-box .swiper-btn .team-prev {
  left: 1.16rem;
}

.team-box .main-team {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 2.4rem 0.55rem 2.4rem;
  background-image: url(../img/图层547.jpg);
  background-repeat: no-repeat;
  background-position: bottom 0 right 0.6rem;
}

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

.team-box .main-team .team-list .team-item {
  width: 31%;
  margin: 0.06rem;
}

.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: 2px solid rgba(254, 169, 83, 0);
  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.04rem;
  height: 0.43rem;
  background: #ffb974;
  border-radius: 0.2rem;
}

.team-box .main-team .team-list a .top .u-img {
  position: relative;
  z-index: 1;
  width: 1rem;
  height: 1rem;
  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.22rem;
  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.16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}

.team-box .main-team .team-list a .title-list {
  padding-top: 0.2rem;
  height: 116px;overflow: hidden;
}

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

.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/组1.jpg);
  background-repeat: no-repeat;
  background-position-x: right;
  padding: 0.7rem 2.4rem 0.6rem 2.4rem;
}

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

.case-box .case .case-title {
  margin-bottom: 0.2rem;
  width: 1.32rem;
  height: 0.52rem;
  border-radius: 0.25rem;
  font-size: 0.2rem;
  font-family: Microsoft YaHei;
  line-height: 0.5rem;
  text-align: center;
  border: 1px solid #fcab5b;
  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 {
  border-bottom: #ffb974 solid 2px;
}

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

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

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

.case-box .case .top-list a .u-img {
  flex-shrink: 0;
  width: 1.83rem;
  height: 1.35rem;
  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: 100%;
  justify-content: space-between;
  border-bottom: #f1f1f1 solid 2px;
}

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

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

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

.case-box .case .top-list a .right .time {
  margin-top: 0.4rem;
}

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

.case-box .case .top-list a .right .time .year {
  display: flex;
  align-items: center;
  justify-content: end;
  font-size: 0.18rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

.case-box .case .top-list a .right .time .year .u-img {
  margin-left: 0.1rem;
  margin-right: 0;
  width: 0.1rem;
  height: 0.12rem;
  border-radius: 0rem;
}

.case-box .case .top-list a .right .time .year .u-img img {
  scale: 1;
}

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

.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;
  flex-shrink: 0;
  align-items: center;
  padding: 0.02rem 0.06rem;
  font-size: 0.15rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  background: #ffb974;
  border-radius: 0.14rem;
}

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

.case-box .case .bottom-list a .title {
  transition: 0.2s;
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  width: 90%;
  margin: 0 0.16rem;
}

.case-box .case .bottom-list a .time {
  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

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

.area-box .com-title {
  margin-bottom: 0.5rem;
}

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

.area-box .area-list li {
  margin: 0rem 0.3rem 0.19rem 0;
  width: 31%;
}

.area-box .area-list li:nth-child(3n) {
  margin: 0rem 0rem 0.19rem 0;
}

.area-box .area-list .area-item {
  transition: 0.2s;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0.39rem 0.39rem 0.2rem 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: 2px solid rgba(244, 241, 237, 0.61);
}

.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:hover .bottom .u-img {
  opacity: 1;
}

.area-box .area-list .area-item .top {
  display: flex;
  align-items: center;
  font-size: 0.24rem;
  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.1rem;
  margin-top: 0.03rem;
  width: 0.1rem;
  height: 0.24rem;
  background: linear-gradient(0deg, #f07700, #ffb974);
  border-radius: 0.05rem;
}

.area-box .area-list .area-item .center {
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 1.8;
  color: #999999;
  margin-bottom: 0.15rem;
}

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

.area-box .area-list .area-item .bottom .more {
  width: 1rem;
  height: 0.5rem;
  background: #f2f2f2;
  border: 1px solid rgba(204, 204, 204, 0.61);
  border-radius: 0.25rem;
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 0.5rem;
  text-align: center;
}

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

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

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

.faq-box .content .tabs {
  display: flex;
  margin-bottom: 0.5rem;
}

.faq-box .content .tabs .tab {
  transition: 0.2s;
  padding: 0 0.35rem;
  font-size: 0.17rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #999999;
  line-height: 0.48rem;
  background: #f9f9f9;
  margin-right: 0.28rem;
  border-radius: 0.24rem;
}

.faq-box .content .tabs .tab:last-child {
  margin-right: 0;
}

.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);
  border-radius: 0.24rem;
}

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

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

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

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

.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.26rem;
  height: 0.27rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.27rem;
  background: #ffb974;
  border-radius: 50%;
}

.faq-box .content .list-out .list li a .title {
  transition: 0.2s;
  flex-grow: 1;
  font-size: 0.18rem;
  font-family: Microsoft YaHei;
  font-weight: 400; width: 460px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;
  color: #333333;
  margin: 0 0.21rem;
}

.faq-box .content .list-out .list li a .time {
  transition: 0.2s;
  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  font-weight: 400; width: 89px;
  color: #cccccc;
}

.faq-box .more {
  margin-top: 0.1rem;
}

.case-content-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.7rem 2.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;
}

.case-content-box .content .tabs .tab {
  cursor: pointer;
  transition: 0.2s;
  padding: 0 0.35rem;
  font-size: 0.17rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #999999;
  line-height: 0.48rem;
  background: #f9f9f9;
  margin-right: 0.28rem;
  border-radius: 0.24rem;
}

.case-content-box .content .tabs .tab:last-child {
  margin-right: 0;
}

.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);
  border-radius: 0.24rem;
}

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

.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: 1.83rem;
  height: 1.35rem;
  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: 100%;
  justify-content: space-between;
  border-bottom: #f1f1f1 solid 2px;
}

.case-content-box .content .list-out .list .top-list a .right .text {
  margin-right: 0.4rem;
}

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

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

.case-content-box .content .list-out .list .top-list a .right .time {
  margin-top: 0.4rem;
}

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

.case-content-box .content .list-out .list .top-list a .right .time .year {
  display: flex;
  align-items: center;
  justify-content: end;
  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 .u-img {
  margin-left: 0.1rem;
  margin-right: 0;
  width: 0.1rem;
  height: 0.12rem;
  border-radius: 0rem;
}

.case-content-box .content .list-out .list .top-list a .right .time .year .u-img img {
  scale: 1;
}

.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;
  flex-shrink: 0;
  align-items: center;
  padding: 0.02rem 0.06rem;
  font-size: 0.15rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  background: #ffb974;
  border-radius: 0.14rem;
  margin-right: 0.16rem;
}

.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: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  width: 90%;
  margin: 0 0.16rem 0 0;
}

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

.newsd-content-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.7rem 2.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.3rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}

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

.newsd-content-box .content {
  padding: 0.4rem 0;font-size: .18rem;color: #666666; line-height: 2;
}
.newsd-content-box .content img{display:block;margin: 10px auto;}
.newsd-content-box .paging {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.6rem;
  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;
  width: 50%;
}

.newsd-content-box .paging a:nth-child(2) {
  justify-content: flex-end;
}

.newsd-content-box .paging a p {
  transition: 0.2s;
  font-size: 0.16rem;
  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 2.4rem 0.4rem 2.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;
}

.problem-content-box .content .tabs .tab {
  cursor: pointer;
  transition: 0.2s;
  padding: 0 0.35rem;
  font-size: 0.17rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #999999;
  line-height: 0.48rem;
  background: #f9f9f9;
  margin-right: 0.28rem;
  border-radius: 0.24rem;
}

.problem-content-box .content .tabs .tab:last-child {
  margin-right: 0;
}

.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);
  border-radius: 0.24rem;
}

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

.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: 48%;
}

.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.26rem;
  height: 0.27rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.27rem;
  background: #ffb974;
  border-radius: 50%;
}

.problem-content-box .content .list-out .list li a .title {
  transition: 0.2s;
  flex-grow: 1;
  font-size: 0.18rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin: 0 0.21rem;
}

.problem-content-box .content .list-out .list li a .time {
  transition: 0.2s;
  font-size: 0.14rem;
  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 2.4rem;
}

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

.area-content-box .area-list li {
  width: 31%;
  margin: 0rem 0.3rem 0.19rem 0;
}

.area-content-box .area-list li:nth-child(3n) {
  margin: 0rem 0rem 0.19rem 0;
}

.area-content-box .area-list .area-item {
  transition: 0.2s;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0.39rem 0.39rem 0.2rem 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: 2px solid rgba(244, 241, 237, 0.61);
}

.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.24rem;
  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.1rem;
  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.16rem;
  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 .more {
  width: 1rem;
  height: 0.5rem;
  background: #f2f2f2;
  border: 1px solid rgba(204, 204, 204, 0.61);
  border-radius: 0.25rem;
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 0.5rem;
  text-align: center;
}

.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 2.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;
}

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

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

.contact-content-box .content .top {
  display: flex;
  margin-bottom: 0.45rem;
  justify-content: space-between;
}

.contact-content-box .content .top .item {
  display: flex;
  align-items: center;
  width: 33%;
  margin-right: 0.42rem;
  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;
}

.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: 0.79rem;
  height: 0.79rem;
  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.18rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #999999;
  margin-bottom: 0.1rem;
}

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

.contact-content-box .content .top .item .right .text span {
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

.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.18rem;
  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 {
  width: 100%;
  height: 4.74rem;
  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: 65%;
}

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

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

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

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

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

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

.contact-content-box .content .bottom .right .form .item::-webkit-input-placeholder {
  /* placeholder颜色 */
  color: #999999;
  /* placeholder字体大小 */
  font-size: 0.16rem;
}

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

.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 2.4rem 0.26rem 2.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: 24%;
  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.1rem;
  margin-bottom: 0.44rem;
}

.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(4n) {
  margin-right: 0;
}
.BMapLabel {
	    height: 0.48rem;
	    border-radius: 0.24rem;
	    line-height: 0.46rem;
	    text-align: center;
	    border: 0.01rem solid #ff7c00 !important;
	    padding: 0 0.2rem !important;
	    cursor: pointer !important;
}
.BMap_Marker{animation: im_icon 1s linear infinite;background: url(/Theme/PC/img/address.png) no-repeat center/cover;}

@keyframes im_icon {
  0% {
    opacity: 0.8;
    transform: translate(0, 0);
  }
  50% {
    opacity: 1;
    transform: translate(0, 10px);
  }
  100% {
    opacity: 0.8;
    transform: translate(0, 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; max-height: 265px;
}

.honor-content-box .content ul li p {
  transition: 0.2s;
  margin: 0.17rem;
  font-size: 0.18rem;
  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 2.4rem 0.4rem 2.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: 22.6%;
  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.4rem;
  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(4n) {
  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.24rem;
  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.18rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #f07700;
  line-height: 0.32rem;
}

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

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

.team-detail-box .top {
  position: relative;
  display: flex;
  padding-bottom: 0.48rem;
  border-bottom: solid 1px #eeeeee; width: 100%;
}

.team-detail-box .top .u-img {
  width: 3.72rem;
  height: 3.75rem;
  margin-right: 0.8rem;
}

.team-detail-box .top .text {
  position: relative; width: 100%;
}

.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.3rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.02rem;
}

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

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

.team-detail-box .top .text .intro *{font-family: Microsoft YaHei!important}
.team-detail-box .top .text .dyr {
  position: absolute;
 bottom: 0.15rem;
  right: 0;
  font-size: 0.14rem;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #999999;
  letter-spacing: 0.05rem;
  transform: translateY(0.45rem);
}

.team-detail-box .bottom {
  width: 100%;
  padding: 0.4rem 0 0 0; line-height: 2;color: #666666;font-size: 0.18rem;
}

.team-detail-box .bottom .title {
  font-size: 0.24rem;
  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.18rem;
  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;}