@charset "utf-8";
:root {
  --color: #a5c959;
  --vh: 100vh;
  --hm2width: 8.95rem;
}
/* 字体 */
@font-face {
  font-family: 'new-l';
  src: url(../font/Newsreader-Italic-VariableFont_opsz.ttf);
}
@font-face {
  font-family: 'new-v';
  src: url(../font/Newsreader-VariableFont_opsz.ttf);
}
.font-new-l {
  font-family: 'new-l', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font-new-v {
  font-family: 'new-v', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
/* 专业风味解决方案 */
.sub_banner {
  overflow: hidden;
  height: 8rem;
  width: 100%;
  position: relative;
}
.sub_banner .mob_pc {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sub_banner .mob_pc .g_img {
  width: 100%;
  height: 100%;
}
.sub_banner .mob_pc .g_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub_banner .mob_pc .g_video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.sub_banner .sub_banner_txt {
  padding-top: 0.36rem;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}
.sub_banner .sub_banner_txt .container2 {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.sub_banner .sub_banner_txt .container2 .ban_l {
  display: flex;
  align-items: flex-start;
}
.sub_banner .sub_banner_txt .container2 .ban_l .tit h3 {
  font-weight: 900;
  line-height: 1.2;
}
.sub_banner .sub_banner_txt .container2 .ban_l .ban_swiper {
  display: flex;
  align-items: center;
  margin-left: 0.24rem;
  margin-top: -0.2rem;
}
.sub_banner .sub_banner_txt .container2 .ban_l .ban_swiper.on p {
  opacity: 1;
  transform: translateX(0);
}
.sub_banner .sub_banner_txt .container2 .ban_l .ban_swiper.on .swiper {
  opacity: 1;
  transition: all 0.6s 0.6s;
}
.sub_banner .sub_banner_txt .container2 .ban_l .ban_swiper .swiper {
  transition: all 0.4s;
  opacity: 0;
  margin: 0 8px;
  width: 108px;
  height: 108px;
}
@media (max-width: 767px) {
  .sub_banner .sub_banner_txt .container2 .ban_l .ban_swiper .swiper {
    width: 72px;
    height: 72px;
  }
}
.sub_banner .sub_banner_txt .container2 .ban_l .ban_swiper .swiper .public-img:before {
  /* .bfb(padding-top,67,107) */
}
.sub_banner .sub_banner_txt .container2 .ban_l .ban_swiper .swiper .public-img img {
  object-fit: contain;
}
.sub_banner .sub_banner_txt .container2 .ban_l .ban_swiper p {
  opacity: 0;
  line-height: 1.2;
  color: #f39800;
  transition: all 0.8s;
}
.sub_banner .sub_banner_txt .container2 .ban_l .ban_swiper .p1 {
  transform: translateX(62px);
}
.sub_banner .sub_banner_txt .container2 .ban_l .ban_swiper .p2 {
  transform: translateX(-62px);
}
/* 面包屑 */
.crumbs {
  padding: 0.17rem 0;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.crumbs::after {
  content: '';
  position: absolute;
  width: calc(100% - 0.3rem);
  background: #e5e5e5;
  height: 1px;
  left: 0;
  bottom: 0;
}
.crumbs::before {
  content: '';
  position: absolute;
  width: 0.2rem;
  background: #e5e5e5;
  height: 1px;
  right: 0;
  bottom: 0;
}
.crumbs p {
  display: flex;
  align-items: center;
}
.crumbs p > a {
  margin-right: 0.12rem;
  color: #666;
}
@media (max-width: 767px) {
  .crumbs p > a {
    font-size: 14px;
    margin-bottom: 0.05rem;
  }
}
.crumbs p:last-child a {
  margin-right: 0;
}
.crumbs p:last-child svg,
.crumbs p:last-child i {
  display: none;
}
.crumbs p .home_svg {
  display: flex;
  margin-right: 0.12rem;
}
.crumbs p .home_svg svg {
  color: #797979;
  margin-right: 0;
  width: 15px;
}
.crumbs p svg {
  color: #c5c5c5;
  width: 5px;
  height: auto;
  margin-right: 0.16rem;
}
.crumbs p svg path {
  fill: #c5c5c5;
}
.crumbs p i {
  font-style: initial;
  opacity: 0.7;
  color: #fff;
  margin-right: 0.12rem;
}
.pub_line {
  width: 0;
  transition: all 0.8s;
}
.pub_line.on {
  width: 100%;
}
.solon {
  overflow: hidden;
  margin-bottom: 1.5rem;
  padding: 1.1rem 0 1px;
}
.solon .box {
  margin-top: 0.94rem;
}
.solon .box .item {
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .solon .box .item {
    flex-direction: column !important;
  }
}
@media (min-width: 768px) {
  .solon .box .item:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .solon .box .item:nth-child(2n) .gl .img1 {
    top: -0.3rem;
    right: 0.1rem;
  }
  .solon .box .item:nth-child(2n) .gr {
    margin: 0 0 0 1.38rem;
  }
  .solon .box .item:nth-child(2n) .gr .g_num {
    flex-direction: row-reverse;
  }
  .solon .box .item:nth-child(2n) .gr .txt {
    text-align: right;
    padding: 0 92px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .solon .box .item:nth-child(2n) .gr {
    margin: 0;
  }
}
.solon .box .item:nth-child(2n) .gl .img1 {
  width: 81%;
}
@media (max-width: 767px) {
  .solon .box .item:nth-child(2n) .gl .img1 {
    top: -0.3rem;
    right: 0.1rem;
  }
}
.solon .box .item .gl {
  margin-left: 0.13rem;
  width: 36%;
  position: relative;
}
@media (max-width: 767px) {
  .solon .box .item .gl {
    width: 100%;
  }
}
.solon .box .item .gl .public-img {
  z-index: 10;
}
.solon .box .item .gl .img1 {
  position: absolute;
  width: 76%;
  height: auto;
  bottom: -0.05rem;
  right: -0.33rem;
}
.solon .box .item .gr {
  position: relative;
  margin-right: 1.38rem;
  width: 46.42857143%;
}
@media (max-width: 991px) {
  .solon .box .item .gr {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .solon .box .item .gr {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.solon .box .item .gr .g_num {
  align-items: center;
  display: flex;
}
.solon .box .item .gr .g_num span {
  transform: translateY(0.07rem);
  line-height: 1;
  font-style: italic;
  width: 92px;
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  .solon .box .item .gr .g_num span {
    width: 62px;
  }
}
@media (max-width: 767px) {
  .solon .box .item .gr .g_num span {
    width: 38px;
  }
}
.solon .box .item .gr .g_num i {
  height: 1px;
  background: #000000;
}
.solon .box .item .gr .txt {
  position: absolute;
  top: 100%;
  left: 0;
  padding-left: 92px;
}
@media (max-width: 1199px) {
  .solon .box .item .gr .txt {
    padding-left: 62px;
    position: initial;
  }
}
@media (max-width: 767px) {
  .solon .box .item .gr .txt {
    padding-left: 38px;
  }
}
.solon .box .item .gr .txt h3 {
  line-height: 1.3;
  font-weight: bold;
}
.solon .box .item .gr .txt p {
  margin-top: 0.2rem;
}
.solon .solon_fo .gpub_tit .g_num {
  width: auto;
}
.solon .solon_fo .gpub_tit .g_num i {
  width: 4em;
}
.solon .solon_fo .solon_fo_box {
  display: flex;
  border-radius: 200px;
  border: 1px dashed #3b3a39;
  padding: 0.86rem 0.53rem 0.8rem;
  margin-top: 0.7rem;
}
@media (max-width: 767px) {
  .solon .solon_fo .solon_fo_box {
    flex-wrap: wrap;
    border-radius: 20px;
    padding: 0.4rem 0.05rem 0.2rem;
  }
}
.solon .solon_fo .solon_fo_box .item {
  width: 25%;
  text-align: center;
}
@media (max-width: 767px) {
  .solon .solon_fo .solon_fo_box .item {
    width: 50%;
    margin-bottom: 0.5rem;
  }
}
.solon .solon_fo .solon_fo_box .item .img img,
.solon .solon_fo .solon_fo_box .item .img svg {
  width: auto;
  height: 0.64rem;
}
@media (max-width: 767px) {
  .solon .solon_fo .solon_fo_box .item .img img,
  .solon .solon_fo .solon_fo_box .item .img svg {
    height: 0.9rem;
  }
}
.solon .solon_fo .solon_fo_box .item .txt {
  padding: 0 0.26rem;
  margin-top: 0.28rem;
}
.solon .solon_fo .solon_fo_box .item .txt h4 {
  font-weight: bold;
  color: #000;
}
.solon .solon_fo .solon_fo_box .item .txt p {
  color: #666;
  margin-top: 0.14rem;
}
.g_title {
  text-align: center;
}
.g_title h2 {
  color: #000;
  font-weight: bold;
  line-height: 1.125;
}
.g_title p {
  margin-top: 0.2rem;
}
.solBox {
  position: relative;
}
.solBox .solBox_l {
  z-index: 10;
  position: absolute;
  width: 2.6rem;
  height: 100%;
  padding-left: 0.56rem;
}
@media (max-width: 1900px) {
  .solBox .solBox_l {
    padding-left: 0.1rem;
    width: 1.4rem;
  }
}
@media (max-width: 1199px) {
  .solBox .solBox_l {
    display: none;
  }
}
.solBox .solBox_l .solBox_l_box {
  display: flex;
  position: sticky;
  position: -webkit-sticky;
  top: 2rem;
}
.solBox .solBox_l .solBox_l_box .line {
  position: relative;
  margin-right: 0.2rem;
}
.solBox .solBox_l .solBox_l_box .line .ring {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #f39800;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.solBox .solBox_l .solBox_l_box .line .ring i {
  border-radius: 50%;
  width: 220%;
  height: 220%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(243, 152, 0, 0.34);
}
.solBox .solBox_l .solBox_l_box .line .line_box {
  width: 1px;
  height: 100%;
  position: relative;
  background: #dcdcdc;
}
.solBox .solBox_l .solBox_l_box .line .line_box i {
  left: 0;
  top: 0;
  z-index: 0;
  position: absolute;
  width: 1px;
  height: 10px;
  background: #f39800;
}
.solBox .solBox_l .solBox_l_box .g_a a {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.32rem;
}
.solBox .solBox_l .solBox_l_box .g_a a:last-child {
  margin-bottom: 0;
}
.solBox .solBox_l .solBox_l_box .g_a a.on p {
  color: #f39800;
  text-decoration: underline;
}
.solBox .solBox_l .solBox_l_box .g_a a.on i {
  opacity: 1;
}
.solBox .solBox_l .solBox_l_box .g_a a p {
  line-height: 1.3;
}
@media (max-width: 1900px) {
  .solBox .solBox_l .solBox_l_box .g_a a p {
    font-size: 12px;
  }
}
.solBox .solBox_l .solBox_l_box .g_a a i {
  opacity: 0;
  transition: all 0.4s;
  margin-top: 4px;
  margin-left: 0.08rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8px;
  height: auto;
  color: #f39800;
}
.solBox .solBox_l .solBox_l_box .g_a a i svg,
.solBox .solBox_l .solBox_l_box .g_a a i img {
  color: #f39800;
  width: 100%;
  height: auto;
}
.solBox .solBox_l .solBox_l_box .g_a a i svg path,
.solBox .solBox_l .solBox_l_box .g_a a i img path {
  fill: #f39800;
}
.solBox .solBox_con > div {
  position: relative;
  /* z-index: 10; */
}
@keyframes moveq {
  0% {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    -webkit-transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
.soltw {
  position: relative;
  margin: 1.5rem 0 1.55rem;
}
@media (max-width: 767px) {
  .soltw {
    margin: 1.2rem 0;
  }
}
.soltw .imgbj {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
.soltw .box {
  display: flex;
  justify-content: space-between;
  margin-top: 0.88rem;
}
@media (max-width: 767px) {
  .soltw .box {
    flex-direction: column;
  }
}
.soltw .box .item {
  width: 27.14285714%;
}
@media (max-width: 767px) {
  .soltw .box .item {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.soltw .box .item:hover .public-img {
  border-radius: var(--half-height) 0 var(--half-height) 0;
}
.soltw .box .item:hover .txt h3 {
  color: #f39800;
  text-decoration: underline;
}
.soltw .box .item:hover .txt i {
  background: #f39800;
}
.soltw .box .item:hover .txt i svg {
  color: #333;
}
.soltw .box .item .public-img {
  --half-height: 140px;
  transition: all 0.4s;
  border-radius: var(--half-height);
}
.soltw .box .item .public-img:before {
  padding-top: 73.68421053%;
}
.soltw .box .item .txt {
  margin-top: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.soltw .box .item .txt h3 {
  transition: all 0.4s;
}
.soltw .box .item .txt i {
  transition: all 0.4s;
  margin-left: 0.06rem;
  background: #000000;
  border-radius: 40% 0 40% 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #f39800;
}
.soltw .box .item .txt i svg,
.soltw .box .item .txt i img {
  color: #fff;
  width: 40%;
  height: auto;
}
.soltw .box .item .txt i svg path,
.soltw .box .item .txt i img path {
  fill: #f39800;
}
@media (max-width: 767px) {
  .gpub_tit {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .gpub_tit.gpub_tit2 .g_num {
    flex-direction: row;
  }
  .gpub_tit.gpub_tit2 .g_num span {
    left: auto;
    right: calc(100% + 0.15rem);
  }
  .gpub_tit.gpub_tit2 .txt {
    text-align: right;
  }
}
.gpub_tit .g_num {
  position: relative;
  width: 100%;
  flex-direction: row-reverse;
  align-items: center;
  display: inline-flex;
}
@media (max-width: 767px) {
  .gpub_tit .g_num {
    width: 86%;
  }
}
.gpub_tit .g_num span {
  left: calc(100% + 0.15rem);
  position: absolute;
  transform: translateY(0.07rem);
  line-height: 1;
  font-style: italic;
  width: 92px;
  flex-shrink: 0;
  color: #000;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .gpub_tit .g_num span {
    width: 62px;
  }
}
@media (max-width: 767px) {
  .gpub_tit .g_num span {
    width: 38px;
  }
}
.gpub_tit .g_num i {
  height: 1px;
  background: #000000;
}
.gpub_tit .gpub_txt {
  margin-top: 0.27rem;
}
.gpub_tit .gpub_txt .gti,
.gpub_tit .gpub_txt h3 {
  line-height: 1.3;
  font-weight: bold;
}
.gpub_tit .gpub_txt p {
  margin-top: 0.2rem;
}
.gpub_tit .g_p {
  margin-top: 0.2rem;
}
.gpub_tit .g_p p {
  line-height: 1.66666667;
}
.g_qie {
  display: flex;
  align-items: center;
}
.g_qie .pub_nav {
  border: 1px solid #e0e0e0;
  position: initial;
  margin-top: auto;
  width: 0.38rem;
  height: 0.38rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  margin-right: 0.06rem;
  cursor: pointer;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .g_qie .pub_nav {
    width: 0.58rem;
    height: 0.58rem;
  }
}
.g_qie .pub_nav:after {
  display: none;
}
.g_qie .pub_nav:hover {
  border-color: #f39800;
  background: #f39800;
}
.g_qie .pub_nav:hover svg {
  color: #333;
}
.g_qie .pub_nav:hover svg path {
  fill: #fff;
}
.g_qie .pub_nav svg {
  color: #666666;
  width: 26.31578947%;
  height: auto;
}
.g_qie .pub_nav svg path {
  fill: #999;
  opacity: 1;
  transition: all 0.4s;
}
.g_qie .pub_prev {
  left: 0.8rem;
}
.g_qie .pub_prev svg,
.g_qie .pub_prev img {
  transform: rotate(180deg);
}
.g_qie .pub_next {
  right: 0.8rem;
}
.solth {
  border-top: 1px solid #e5e5e5;
  padding: 1.35rem 0 0;
}
@media (max-width: 767px) {
  .solth {
    padding: 1rem 0;
  }
}
.solth .box1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.9rem;
}
@media (max-width: 767px) {
  .solth .box1 {
    flex-direction: column-reverse;
  }
}
.solth .box1 .gl {
  width: 40%;
}
@media (max-width: 767px) {
  .solth .box1 .gl {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.solth .box1 .gl .txt {
  margin-top: 0.22rem;
  line-height: 1.66666667;
}
.solth .box1 .gr {
  min-height: 3.6rem;
  display: flex;
  align-items: center;
  width: 45.71428571%;
  border-radius: 1.4rem 0 1.4rem 0;
  background: #fff;
  border: 1px solid #f1f3f1;
  padding: 0.2rem 0.42rem 0.2rem 0.6rem;
}
@media (max-width: 767px) {
  .solth .box1 .gr {
    width: 100%;
    border-radius: 1rem 0  1rem 0;
  }
}
.solth .box1 .gr .swiperBox {
  width: 100%;
}
.solth .box1 .gr .swiperBox .swiper .swiper-slide {
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .solth .box1 .gr .swiperBox .swiper .swiper-slide {
    flex-direction: column-reverse;
  }
}
.solth .box1 .gr .swiperBox .swiper .swiper-slide .txt {
  margin-top: 0.08rem;
  width: 42.91044776%;
}
@media (max-width: 991px) {
  .solth .box1 .gr .swiperBox .swiper .swiper-slide .txt {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .solth .box1 .gr .swiperBox .swiper .swiper-slide .txt {
    margin-top: 0.3rem;
  }
}
.solth .box1 .gr .swiperBox .swiper .swiper-slide .txt h4 {
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.solth .box1 .gr .swiperBox .swiper .swiper-slide .txt p {
  margin-top: 0.2rem;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.solth .box1 .gr .swiperBox .swiper .swiper-slide .public-img {
  width: 50.37313433%;
}
@media (max-width: 991px) {
  .solth .box1 .gr .swiperBox .swiper .swiper-slide .public-img {
    width: 100%;
  }
}
.solth .box1 .gr .swiperBox .swiper .swiper-slide .public-img:before {
  padding-top: 56.2962963%;
}
.solth .box1 .gr .swiperBox .g_qie {
  margin-top: 0.12rem;
}
.solth .box2 {
  margin: 1.55rem 0;
}
.solth .box2 .box2_tit {
  display: flex;
  justify-content: flex-end;
}
.solth .box2 .box2_con {
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .solth .box2 .box2_con {
    flex-direction: column;
  }
}
.solth .box2 .box2_con .item {
  width: calc(50% - 0.28rem);
}
@media (max-width: 767px) {
  .solth .box2 .box2_con .item {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.solth .box2 .box2_con .item:hover .img .public-img img {
  transform: scale(1.05);
}
.solth .box2 .box2_con .item:hover .img .more {
  opacity: 1;
  bottom: 0;
}
.solth .box2 .box2_con .item .img {
  overflow: hidden;
  position: relative;
}
.solth .box2 .box2_con .item .img .public-img {
  border-radius: 0.3rem;
}
.solth .box2 .box2_con .item .img .public-img:before {
  padding-top: 44.7761194%;
}
.solth .box2 .box2_con .item .img .more {
  transition: all 0.4s;
  opacity: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  position: absolute;
  right: 0;
  bottom: -0.64rem;
  width: 4.06rem;
  height: 0.64rem;
  background: #f39800;
  border-radius: 0.3rem 0.06rem 0.3rem 0;
}
.solth .box2 .box2_con .item .img .more p {
  color: #000;
  margin-left: 0.3rem;
}
.solth .box2 .box2_con .item .img .more i {
  background: #000;
  border-radius: 0.3rem 0 0.3rem 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.64rem;
  height: 0.64rem;
  color: #f39800;
}
.solth .box2 .box2_con .item .img .more i svg,
.solth .box2 .box2_con .item .img .more i img {
  color: #fff;
  width: 25%;
  height: auto;
}
.solth .box2 .box2_con .item .img .more i svg path,
.solth .box2 .box2_con .item .img .more i img path {
  fill: #f39800;
}
.solth .box2 .box2_con .item .txt {
  margin-top: 0.26rem;
}
.solth .box2 .box2_con .item .txt .g_h4 {
  align-items: center;
  display: flex;
}
.solth .box2 .box2_con .item .txt .g_h4 h4 {
  color: #333;
  font-weight: bold;
}
.solth .box2 .box2_con .item .txt .g_h4 i {
  margin-left: 0.1rem;
  background: #000;
  border-radius: 0.12rem 0 0.12rem 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.24rem;
  height: 0.24rem;
  color: #f39800;
}
.solth .box2 .box2_con .item .txt .g_h4 i svg,
.solth .box2 .box2_con .item .txt .g_h4 i img {
  color: #fff;
  width: 37.5%;
  height: auto;
}
.solth .box2 .box2_con .item .txt .g_h4 i svg path,
.solth .box2 .box2_con .item .txt .g_h4 i img path {
  fill: #f39800;
}
.solth .box2 .box2_con .item .txt p {
  color: #666;
  margin-top: 0.14rem;
}
.solth .box3 {
  margin: 1.55rem 0 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .solth .box3 {
    flex-direction: column;
  }
}
.solth .box3 .gl {
  width: 47.85714286%;
}
@media (max-width: 767px) {
  .solth .box3 .gl {
    width: 100%;
  }
}
.solth .box3 .gl .gl_con {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.solth .box3 .gl .item {
  margin-bottom: 0.1rem;
  overflow: hidden;
  width: calc(50% - 0.05rem);
}
.solth .box3 .gl .item:nth-child(1) {
  border-radius: 0 1.2rem 0 1.2rem;
}
.solth .box3 .gl .item:nth-child(2) {
  border-radius: 1.2rem 0 1.2rem 0;
}
.solth .box3 .gl .item:nth-child(3) {
  border-radius: 1.2rem 0 1.2rem 0;
}
.solth .box3 .gl .item:nth-child(4) {
  border-radius: 0 1.2rem 0 1.2rem;
}
.solth .box3 .gl .item .swiper .box3_con {
  position: relative;
  width: 100%;
}
.solth .box3 .gl .item .swiper .box3_con.on .img .img1 {
  opacity: 0;
}
.solth .box3 .gl .item .swiper .box3_con.on .img i {
  opacity: 1;
}
.solth .box3 .gl .item .swiper .box3_con .img {
  position: relative;
}
.solth .box3 .gl .item .swiper .box3_con .img .public-img:before {
  padding-top: 74.84848485%;
}
.solth .box3 .gl .item .swiper .box3_con .img .img1 {
  transition: all 0.4s;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 5;
}
.solth .box3 .gl .item .swiper .box3_con .img i {
  transition: all 0.4s;
  z-index: 5;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: rgba(0, 0, 0, 0.8);
}
.solth .box3 .gl .item .swiper .box3_con .txt {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.14rem 0.36rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
}
.solth .box3 .gl .item .swiper .box3_con .txt h4 {
  font-weight: bold;
  color: #fff;
}
.solth .box3 .gl .item .swiper .box3_con .txt p {
  color: rgba(255, 255, 255, 0.68);
  display: none;
}
.solth .box3 .gl .box3_item2 .box3_item2_con {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.solth .box3 .gl .box3_item2 .box3_item2_con .public-img {
  width: 100%;
}
.solth .box3 .gl .box3_item2 .box3_item2_con .public-img:before {
  padding-top: 74.84848485%;
}
.solth .box3 .gl .box3_item2 .box3_item2_con .img2 {
  position: absolute;
  height: 0.63rem;
  width: auto;
  z-index: 10;
}
.solth .box3 .gl .swip2_pag {
  position: initial;
  margin-top: 0.18rem;
  display: flex;
  justify-content: center;
}
.solth .box3 .gl .swip2_pag span {
  opacity: 1;
  background: #e5e5e5;
}
.solth .box3 .gl .swip2_pag .swiper-pagination-bullet-active {
  background: #f39800;
}
.solth .box3 .gr {
  width: 40.14285714%;
}
@media (max-width: 767px) {
  .solth .box3 .gr {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.solth .box4 {
  padding-bottom: 2.15rem;
}
@media (max-width: 767px) {
  .solth .box4 {
    padding-bottom: 0;
  }
}
.solth .box4 .box4_tit {
  display: flex;
  justify-content: flex-start;
}
.solth .box4 .g_p {
  width: 46.71428571%;
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .solth .box4 .g_p {
    width: 100%;
  }
}
.solth .box4 .box4_con {
  margin-top: 1.15rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .solth .box4 .box4_con {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.solth .box4 .box4_con .line {
  transform: translateY(-0.55rem);
}
.solth .box4 .box4_con .line:nth-child(4n) {
  transform: translateY(-0.3rem) rotateX(180deg);
}
@media (max-width: 767px) {
  .solth .box4 .box4_con .line {
    display: none;
  }
}
.solth .box4 .box4_con .item {
  position: relative;
  text-align: center;
  width: 11.42857143%;
}
@media (min-width: 768px) {
  .solth .box4 .box4_con .item:nth-child(4n - 1) {
    transform: translateY(-0.5rem);
  }
}
.solth .box4 .box4_con .item.on .img {
  border: 1px dashed #f39800;
}
.solth .box4 .box4_con .item.on .img .img_box .img1 {
  opacity: 0;
}
.solth .box4 .box4_con .item.on .img .img_box .img2 {
  opacity: 1;
}
.solth .box4 .box4_con .item.on .txt h4 {
  color: #f39800;
}
@media (max-width: 767px) {
  .solth .box4 .box4_con .item {
    width: 30%;
    margin: 0 1.5% 0.4rem;
  }
}
.solth .box4 .box4_con .item .img {
  transition: all 0.4s;
  border: 1px dashed #000;
  border-radius: 50%;
  padding: 0.1rem;
}
.solth .box4 .box4_con .item .img .img_box {
  position: relative;
}
.solth .box4 .box4_con .item .img .img_box img {
  transition: all 0.4s;
}
.solth .box4 .box4_con .item .img .img_box .img2 {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
}
.solth .box4 .box4_con .item .txt {
  position: absolute;
  top: calc(100% + 0.26rem);
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
}
@media (max-width: 767px) {
  .solth .box4 .box4_con .item .txt {
    position: initial;
    transform: translateX(0%);
    width: 100%;
    margin-top: 0.15rem;
  }
}
.solth .box4 .box4_con .item .txt h4 {
  transition: all 0.4s;
}
.solth .box4 .box4_con .line {
  width: 5.5%;
}
.solth .box4 .box4_con .line:last-child {
  display: none;
}
.solfo {
  border-top: 1px solid #e5e5e5;
  padding: 1.35rem 0 0.35rem;
}
.solfo .box {
  position: relative;
  margin-top: 1.25rem;
}
.solfo .box .img1 {
  width: 1083px;
  height: auto;
  margin: auto;
  display: block;
}
@media (max-width: 1199px) {
  .solfo .box .img1 {
    width: 100%;
  }
}
.solfo .box .g_h3 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.solfo .box .g_h3 h4 {
  color: #f39800;
  font-weight: bold;
}
@media (max-width: 767px) {
  .solfo .box .g_h3 h4 {
    font-size: 14px;
  }
}
.solfo .box .g_h3 p {
  margin-top: 0.05rem;
  color: #666;
}
@media (max-width: 767px) {
  .solfo .box .g_h3 p {
    font-size: 12px;
    margin-top: 0;
  }
}
.solfo .box .g_a {
  position: absolute;
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
  height: 0.56rem;
  padding: 0 0.38rem;
  background: #f39800;
  display: inline-flex;
  align-items: center;
  border-radius: 100px;
  font-weight: bold;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .solfo .box .g_a {
    top: 5%;
  }
}
.solfo .box .g_a:hover {
  border: 1px solid #f39800;
  color: #f39800;
  background: #fff;
}
.solfo .box > p {
  text-align: center;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .solfo .box > p {
    font-size: 10px;
  }
}
.solfo .box .p1 {
  top: -8%;
  right: 22%;
}
@media (max-width: 1580px) {
  .solfo .box .p1 {
    right: 18%;
  }
}
@media (max-width: 1199px) {
  .solfo .box .p1 {
    right: 14%;
  }
}
.solfo .box .p2 {
  top: 37%;
  right: 21%;
}
@media (max-width: 1580px) {
  .solfo .box .p2 {
    right: 17%;
  }
}
@media (max-width: 1199px) {
  .solfo .box .p2 {
    right: 14%;
  }
}
.solfo .box .p3 {
  left: 50%;
  transform: translateX(-50%);
  top: 79%;
}
.solfo .box .p4 {
  bottom: -9%;
  left: 21%;
}
@media (max-width: 1580px) {
  .solfo .box .p4 {
    left: 17%;
  }
}
@media (max-width: 1199px) {
  .solfo .box .p4 {
    left: 13%;
  }
}
.solfo .box .p5 {
  top: 45%;
  left: 23%;
}
@media (max-width: 1580px) {
  .solfo .box .p5 {
    left: 19%;
  }
}
@media (max-width: 1199px) {
  .solfo .box .p5 {
    left: 15%;
  }
}
.solfi {
  padding: 1.5rem 0 1.2rem;
}
.solfi .box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.35rem;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .solfi .box {
    margin: 0.5rem 0 0;
  }
}
.solfi .box .item {
  width: calc(1/3*100%);
  margin-bottom: 0.3rem;
  padding: 0 0.35rem;
}
@media (max-width: 991px) {
  .solfi .box .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .solfi .box .item {
    width: 100%;
    padding: 0;
  }
}
.solfi .box .item .itembox {
  border: 1px solid #f0f0f0;
  border-radius: 0.3rem;
  display: block;
  width: 100%;
  height: 100%;
}
.solfi .box .item .itembox:hover .public-img img {
  transform: scale(1.05);
}
.solfi .box .item .itembox:hover .txt i {
  animation: mov1 0.6s 1 forwards;
}
.solfi .box .item .itembox:hover .txt h3 {
  color: #f39800 !important;
}
.solfi .box .item .itembox .img {
  overflow: hidden;
  border-radius: 0.3rem;
  position: relative;
}
.solfi .box .item .itembox .img .public-img:before {
  padding-top: 70%;
}
.solfi .box .item .itembox .img i {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 0.3rem 0 0.3rem 0;
  background: #000;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f39800;
}
.solfi .box .item .itembox .img i svg,
.solfi .box .item .itembox .img i img {
  color: #fff;
  width: 25%;
  height: auto;
}
.solfi .box .item .itembox .img i svg path,
.solfi .box .item .itembox .img i img path {
  fill: #f39800;
}
.solfi .box .item .itembox .txt {
  padding: 0.26rem 0.3rem 0.42rem;
}
.solfi .box .item .itembox .txt .g_time {
  margin-bottom: 0.15rem;
  display: flex;
  align-items: center;
}
.solfi .box .item .itembox .txt .g_time i {
  margin-right: 0.09rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: auto;
  color: #f39800;
}
.solfi .box .item .itembox .txt .g_time i svg,
.solfi .box .item .itembox .txt .g_time i img {
  color: #999;
  width: 100%;
  height: auto;
}
.solfi .box .item .itembox .txt .g_time i svg path,
.solfi .box .item .itembox .txt .g_time i img path {
  fill: #f39800;
}
.solfi .box .item .itembox .txt .g_time span {
  color: #999;
}
.solfi .box .item .itembox .txt .g_h3 {
  position: relative;
  padding-left: 0.21rem;
}
.solfi .box .item .itembox .txt .g_h3 i {
  position: absolute;
  left: 0;
  width: 1px;
  height: calc(100% - 8px);
  background: #f39800;
  top: 4px;
}
.solfi .box .item .itembox .txt .g_h3 h3 {
  transition: all 0.4s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 ;
  height: 3em;
}
@keyframes mov1 {
  0% {
    height: 0;
  }
  100% {
    height: calc(100% - 8px);
  }
}
.curtain1 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
}
.curtain1 .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}
.curtain1 .curtain_box {
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  left: 50%;
  top: 50%;
  z-index: 10000;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .curtain1 .curtain_box {
    width: 90%;
  }
}
.curtain1 .curtain_box .curtain_title {
  position: relative;
  padding: 0 30px;
  background: #1c4798;
}
.curtain1 .curtain_box .curtain_title .close_tc {
  position: absolute;
  top: 0;
  right: 0;
  background: #ececec;
  border: 2px solid #8e908d;
  border-radius: 50%;
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
  z-index: 10000;
  transform: translate(0.15rem, -0.15rem);
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .curtain1 .curtain_box .curtain_title .close_tc {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.curtain1 .curtain_box .curtain_title .close_tc:hover {
  background: #f39800;
}
.curtain1 .curtain_box .curtain_title .close_tc:hover::before,
.curtain1 .curtain_box .curtain_title .close_tc:hover::after {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .curtain1 .curtain_box .curtain_title .close_tc {
    width: 40px;
    height: 40px;
  }
}
.curtain1 .curtain_box .curtain_title .close_tc::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  width: 20px;
  height: 2px;
  background: #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.4s;
}
.curtain1 .curtain_box .curtain_title .close_tc::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  width: 20px;
  height: 2px;
  background: #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.curtain1 .curtain_box .curtain_con {
  max-height: 90vh;
  overflow: auto;
}
.solth_pop {
  padding: 0.74rem 0.8rem 0.4rem;
  background: #fff;
  width: 9.8rem;
  border-radius: 0.3rem;
}
@media (max-width: 1580px) {
  .solth_pop {
    width: 11.8rem;
  }
}
@media (max-width: 767px) {
  .solth_pop {
    width: 100%;
    padding: 0.3rem;
  }
}
.solth_pop .g_h2 h2 {
  font-weight: bold;
}
.solth_pop .solth_pop_box {
  display: flex;
  justify-content: space-between;
  margin-top: 0.14rem;
}
@media (max-width: 767px) {
  .solth_pop .solth_pop_box {
    flex-direction: column-reverse;
  }
}
.solth_pop .solth_pop_box .gl {
  color: #666;
  width: 47.56097561%;
}
@media (max-width: 767px) {
  .solth_pop .solth_pop_box .gl {
    width: 100%;
  }
}
.solth_pop .solth_pop_box .gl .g_add {
  display: flex;
  flex-wrap: wrap;
}
.solth_pop .solth_pop_box .gl .g_add p {
  margin-right: 0.52rem;
}
.solth_pop .solth_pop_box .gl .g_add .g_time {
  display: flex;
}
.solth_pop .solth_pop_box .gl .g_add .g_time i {
  margin-right: 0.07rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.18rem;
  height: auto;
  color: #b1b1b1;
}
@media (max-width: 1199px) {
  .solth_pop .solth_pop_box .gl .g_add .g_time i {
    width: 0.22rem;
  }
}
@media (max-width: 767px) {
  .solth_pop .solth_pop_box .gl .g_add .g_time i {
    width: 0.26rem;
  }
}
.solth_pop .solth_pop_box .gl .g_add .g_time i svg,
.solth_pop .solth_pop_box .gl .g_add .g_time i img {
  width: 100%;
  height: auto;
}
.solth_pop .solth_pop_box .gl .g_add .g_time i svg path,
.solth_pop .solth_pop_box .gl .g_add .g_time i img path {
  fill: #f39800;
}
.solth_pop .solth_pop_box .gl .txt {
  margin-top: 0.32rem;
}
.solth_pop .solth_pop_box .gr {
  width: 43.29268293%;
}
@media (max-width: 767px) {
  .solth_pop .solth_pop_box .gr {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.solth_pop .solth_pop_box .gr .public-img:before {
  padding-top: 56.33802817%;
}
.solth_pop .solth_pop_b {
  margin-top: 0.24rem;
}
.solth_pop .solth_pop_b .solth_pop_b_con {
  display: flex;
  align-items: flex-end;
}
.solth_pop .solth_pop_b img {
  width: 1.2rem;
  height: auto;
  margin-right: 0.13rem;
}
@media (max-width: 1199px) {
  .solth_pop .solth_pop_b img {
    width: 1.8rem;
  }
}
.solth_pop .solth_pop_b p {
  font-size: 12px;
  color: #999;
  line-height: 1.66666667;
}
