.page_ban {
  position: relative;
  height: 3.2rem;
  display: flex;
  align-items: center;
  margin-top: var(--head-height);
  background-size: cover !important;
}
.page_ban::before {
  content: "";
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
/* .page_ban::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
} */
.page_ban .w80 {
  position: relative;
  z-index: 9;
  text-shadow: 2px 2px 4px rgb(0 0 0 / 50%);
}
.page_ban .w80 h3 {
  font-size: 0.36rem;
  color: #fff;
  font-weight: bold;
}
.page_ban .w80 h4 {
  font-size: 0.15rem;
  color: #fff;
  margin: 0.2rem 0 0.4rem;
}
.page_ban .w80 span {
  display: block;
  width: 20px;
  height: 3px;
  background-color: #fff;
  opacity: 0.8;
  border-radius: 3px;
}

.page_nav_bg {
  position: relative;
  height: 60px;
}
.page_nav {
  position: absolute;
  z-index: 990;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 60px;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 7px #ddd;
  box-shadow: 0px 5px 7px #ddd;
}
.page_nav .w80 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page_nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.page_nav li a {
  display: block;
  font-size: 16px;
  line-height: 60px;
  color: #222;
  padding: 0 0.4rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.page_nav li a:hover,
.page_nav li.on a,
.page_nav li.current a {
  color: #fff;
  background-color: var(--main-color);
}

.page_nav.on {
  position: fixed;
}

.page {
  display: flex;
  justify-content: space-between;
  padding-top: 0.4rem;
  padding-bottom: 0.5rem;
}
.page_left {
  width: 3.2rem;
}
.page_left .tl {
  padding: 15px 30px;
  background-color: var(--main-color);
}
.page_left .tl h3 {
  font-size: 0.22rem;
  line-height: 30px;
  color: #fff;
}
.page_left .tl h3 span {
  display: inline-block;
  font-size: 0.12rem;
  font-weight: normal;
  margin-left: 10px;
  opacity: 0.6;
}
.page_left .box {
  background-color: #f5f5f5;
  margin-bottom: 0.3rem;
}
.page_left .box1 ul {
  padding-bottom: 10px;
}
.page_left .box1 ul li a {
  position: relative;
  display: block;
  font-size: 0.16rem;
  line-height: 3;
  padding-left: 30px;
}
.page_left .box1 ul li.on a {
  font-weight: bold;
  color: var(--main-color);
  background-color: #fff;
}
.page_left .box1 ul li.on a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: var(--main-color);
}
.page_left .box2 ul li a {
  position: relative;
  display: block;
}
.page_left .box2 ul li .img {
  padding-bottom: 60%;
}
.page_left .box2 ul li h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 0.14rem;
  line-height: 2.5;
  color: #fff;
  text-align: center;
  padding: 0 5px;
  background-color: rgba(0, 0, 0, 0.5);
}
.page_left .box3 {
  background-color: transparent !important;
}
.page_left .box3 ul {
  margin-top: 0.2rem;
}
.page_left .box3 ul li a {
  position: relative;
  display: block;
  font-size: 0.15rem;
  line-height: 2;
  padding-left: 20px;
  margin-bottom: 0.1rem;
  transition: all 0.3s;
}
.page_left .box3 ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: var(--main-color);
  transform: translateY(-50%);
}
.page_left .box3 ul li a:hover {
  color: var(--main-color);
}

.page_content {
  width: calc(100% - 3.6rem);
}

.location {
  border-bottom: 1px solid #eee;
  margin-bottom: 0.2rem;
}
.location p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.location i {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #333;
  font-size: 22px;
  line-height: 60px;
  padding-right: 30px;
}
.location i:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 1px;
  height: 10px;
  background-color: #333;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.location a {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #333;
  font-size: 14px;
  line-height: 60px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.location span {
  display: inline-block;
  color: #333;
  font-size: 14px;
  line-height: 60px;
  margin: 0 5px;
}
.location a:hover {
  color: #333;
}

.mob_page_nav {
  display: none;
}

/*about*/

.about {
}
.about .text .tl {
  font-size: 24px;
  color: #333;
  text-align: center;
  margin-bottom: 15px;
}
.about .text * {
  line-height: 1.6;
}
.about .text p {
  font-size: 0.16rem;
  line-height: 2;
  color: #666;
  /*text-indent: 2em;*/
  margin-bottom: 0.05rem;
  text-align: justify;
}
.about .text td p {
  line-height: 1.2;
  margin-bottom: 0;
}
.about .text table {
  border-collapse: collapse;
}
.about .text td {
  padding: 5px 8px;
  border: 1px solid #eee;
}
.about .text h1 {
  font-size: 0.56rem;
  font-weight: bold;
}
.about .text h2 {
  font-size: 0.38rem;
  font-weight: bold;
}
.about .text h3 {
  font-size: 0.24rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.about .text h4 {
  font-size: 0.2rem;
  font-weight: bold;
}
.about .text h5 {
  font-size: 0.18rem;
  font-weight: bold;
}
.about .img {
  float: right;
  width: 45%;
  margin-left: 30px;
}
.about .img img {
  display: block;
}
.about1 .text {
  text-align: center;
}
.about1 .text h4 {
  display: inline-block;
  font-size: 0.2rem;
  line-height: 2;
  font-weight: bold;
  color: #fff;
  background-color: var(--main-color);
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: 0.1rem;
  text-align: center;
  padding: 0 30px;
  margin: 0.1rem auto;
}
.about1 .text h5 {
  text-align: center !important;
  margin: 0.05rem 0;
}
.about1 .text p {
  text-align: center !important;
}
.about1 .text img {
  display: block;
  width: 80%;
  margin: 0 auto 0.1rem;
}

.about .text .tl1 {
  position: relative;
  font-size: 0.24rem;
  font-weight: bold;
  color: var(--main-color);
  padding-left: 0.2rem;
  margin: 0.2rem 0;
}
.about .text .tl1::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 60%;
  border-radius: 3px;
  transform: translateY(-50%);
  background-color: var(--main-color);
}
.about .text .p1 {
  font-size: 0.2rem;
}
.about .text .li1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about .text .li1 li {
  width: 32%;
  margin-bottom: 2%;
  background-color: #edf4ef;
  text-align: center;
  border-left: 3px solid var(--main-color2);
  padding: 0.1rem 0;
  border-radius: 5px;
}
.about .text .li1 li p {
  margin-bottom: 0;
  text-align: center;
  font-size: 0.2rem;
}
.about .text .li2{
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}
.about .text .li2 li {
  width: 35%;
  margin-bottom: 2%;
  background-color: #edf7ff;
  text-align: center;
  border-left: 5px solid var(--main-color);
  padding: 0.1rem 0;
  border-radius: 5px;
}
.about .text .li2 li:nth-child(2n){
  margin-left: 2%;
}
.about .text .li2 li p {
  margin-bottom: 0;
  text-align: center;
  font-weight: bold;
  font-size: 0.28rem;
  color: #333;
}

@media screen and (max-width: 640px) {
  .about .text .li1 li {
    width: 49%;
    margin-bottom: 2%;
  }
  .about .text .li2 li{
    width: 49%;
  }
  .about .text .li2 li p{
    font-size: .28rem;
  }
  .about1 .text img{
    width: 100%;
  }
}

/*newslist*/
.newsli {
}
.newsli ul {
  display: flex;
  flex-wrap: wrap;
}
.newsli li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.newsli li:nth-child(3n) {
  margin-right: 0;
}
.newsli li a {
  display: block;
}
.newsli li .img {
  position: relative;
  width: 100%;
  padding-bottom: 60%;
  overflow: hidden;
}
.newsli li .img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.newsli li .text {
  background-color: #f5f5f5;
  padding: 0.2rem 0.2rem 0.25rem;
  transition: all 0.3s;
}
.newsli li .text span {
  display: block;
  font-size: 0.2rem;
  color: var(--main-color);
  font-family: "Bebas-Neue";
  transition: all 0.3s;
}
.newsli li .text h3 {
  font-size: 0.18rem;
  line-height: 1.5;
  margin: 10px 0 8px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
.newsli li .text p {
  font-size: 0.14rem;
  line-height: 1.6;
  color: #666;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.3s;
}
.newsli li a:hover .img img {
  transform: scale(1.1);
}
.newsli li a:hover .text {
  background-color: var(--main-color);
}
.newsli li a:hover .text span,
.newsli li a:hover .text h3,
.newsli li a:hover .text p {
  color: #fff;
}

.newsli2 li .text {
  text-align: center;
  padding: 10px 20px 25px;
}
.newsli2 li .text .more {
  width: 100px;
  font-size: 0.14rem;
  line-height: 2.5;
  color: #fff;
  background-color: var(--main-color2);
  margin: 10px auto 0;
  transition: all 0.3s;
}
.newsli li a:hover .text .more {
  color: var(--main-color);
  background-color: #fff;
}

/* news */
.news {
}
.news .content {
}
.news .content .title {
  text-align: center;
}
.news .content .title {
  margin-top: 0.1rem;
  margin-bottom: 0.3rem;
}
.news .content .title h3 {
  font-size: 0.28rem;
  color: #333;
  line-height: 1.4;
  margin-bottom: 0.15rem;
}
.news .content .title span {
  display: inline-block;
  color: var(--main-color2);
  margin-right: 55px;
}
.news .content .title span:last-child {
  margin-right: 0;
}
.news .content .news_con {
  color: #666;
  line-height: 1.875;
}
.news .content .news_con p {
  font-size: 0.14rem;
}

.news .fy {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eee;
  text-align: left;
  padding-top: 10px;
  margin-top: 0.3rem;
}
.news .fy p {
  font-size: 15px;
  line-height: 24px;
  color: #666;
}
.news .fy a {
  display: inline-block;
  font-size: 15px;
  color: #666;
}
.news .fy a:hover {
  color: var(--main-color);
}

/* qa */
.qali ul li {
  padding-bottom: 0.2rem;
  margin-bottom: 0.2rem;
  border-bottom: 1px solid #eee;
}
.qali ul li h3 {
  position: relative;
  font-size: 0.18rem;
  line-height: 32px;
  color: #333;
  padding-left: 50px;
  margin-bottom: 0.2rem;
}
.qali ul li h3::after {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 0.16rem;
  color: #fff;
  background-color: var(--main-color);
  border-radius: 3px;
}
.qali ul li .text {
  position: relative;
  padding-left: 50px;
}
.qali ul li .text::after {
  content: "A";
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 0.16rem;
  color: #fff;
  background-color: #ccc;
  border-radius: 3px;
}
.qali ul li .text p {
  color: #888;
  font-size: 0.15rem;
  line-height: 2;
  /* padding: .1rem;
  background-color: #F1F2F4; */
}

/* teamli */
.teamli ul {
  display: flex;
  flex-wrap: wrap;
}
.teamli li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
}
.teamli li:nth-child(2n) {
  margin-right: 0;
}
.teamli li a {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  background-color: #fafafa;
  border-radius: 5px;
}
.teamli li .img {
  width: 35%;
  padding-bottom: 35%;
  border-radius: 100%;
  overflow: hidden;
  border: 1px solid #eee;
  margin-right: 0.2rem;
}
.teamli li .text {
  width: 58%;
  padding: 0.2rem;
}
.teamli li .text h3 {
  position: relative;
  padding-left: 20px;
  font-size: 0.24rem;
  font-weight: bold;
  color: #333;
  letter-spacing: 2px;
  margin-bottom: 0.1rem;
}
.teamli li .text h3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: var(--main-color);
}
.teamli li .text h5 {
  font-size: 0.18rem;
  color: #666;
  margin-bottom: 0.1rem;
}
.teamli li .text p {
  font-size: 0.15rem;
  line-height: 1.4;
  color: #888;
  text-align: justify;
  margin-bottom: 0.1rem;
}
.teamli li .text span {
  display: block;
  font-size: 0.15rem;
  color: var(--main-color2);
}
