:root {
  --viColor: #12b8d7;
  --FIPadd: 1.6rem;
  --transition1: all 0.5s ease-in-out;
}
html {
  scroll-padding-top: 1.15rem;
  /* height of sticky header */
}
.ab1 {
  padding: 1.34rem var(--FIPadd) 0;
}
.ab1 .content {
  background: url(../img/sub/01.png) no-repeat center top;
  padding-bottom: 1.23rem;
}
.ab1 .content .content_top {
  display: flex;
  align-items: center;
  margin-bottom: 0.73rem;
}
.ab1 .content .content_top .left {
  margin-right: 1.32rem;
}
.ab1 .content .content_top .left .logo {
  height: 0.52rem;
  width: auto;
  margin-bottom: 0.76rem;
}
.ab1 .content .content_top .left .h1 {
  width: fit-content;
  line-height: 1.75;
  white-space: nowrap;
  color: var(--viColor);
  font-family: var(--f500);
}
.ab1 .content .content_top .left .h1 span {
  color: #333;
  font-weight: 300;
  font-family: var(--f300);
}
.ab1 .content .content_top .right {
  position: relative;
}
.ab1 .content .content_top .right::after {
  content: "";
  position: absolute;
  width: calc(100% - 2px);
  height: 0.69rem;
  bottom: 0;
  left: 0;
  opacity: 0.95;
  background: #F6FBFF;
  pointer-events: none;
}
.ab1 .content .content_top .right .p {
  /*height: 3.87rem;*/
  /*overflow-y: auto;*/
  flex: 1;
  padding-right: 0.6rem;
  line-height: 1.94;
  position: relative;
  padding-bottom: 0.8rem;
}
.ab1 .content .content_top .right .p::-webkit-scrollbar {
  width: 2px;
}
.ab1 .content .content_top .right .p::-webkit-scrollbar-track {
  background-color: rgba(34, 185, 217, 0.22);
}
.ab1 .content .content_top .right .p::-webkit-scrollbar-thumb {
  background-color: var(--viColor);
}
.ab1 .content .list {
  display: flex;
  padding: 0 10%;
  justify-content: space-between;
}
.ab1 .content .list .item {
  width: fit-content;
}
.ab1 .content .list .item .item_num {
  margin-bottom: 0.3rem;
}
.ab1 .content .list .item .item_num .num {
  line-height: 1;
  font-weight: 700;
  font-family: var(--f700);
  color: var(--viColor);
  display: inline-block;
}
.ab1 .content .list .item .item_num .symbol {
  line-height: 1;
  color: var(--viColor);
  font-weight: 300;
  display: inline-block;
  vertical-align: top;
}
.ab1 .content .list .item .item_num .unit {
  line-height: 1;
  font-weight: 700;
  font-family: var(--f700);
  color: var(--viColor);
  display: inline-block;
  vertical-align: bottom;
}
.ab1 .content .list .item .p1 {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1.5;
  color: #666;
}
.ab1 .pic {
  width: 100%;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
}
.ab1 .pic img {
    width: 100%;
    height: auto;
}
.module_title {
  color: #666;
  font-weight: 300;
}
.module_title span {
  color: var(--viColor);
  font-weight: 700;
  font-family: var(--f700);
}
.ab2 {
  padding: 1.8rem var(--FIPadd) 0;
}
.ab2 .module_title {
  margin-bottom: 0.54rem;
}
.ab2 .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ab2 .list .item {
  width: 3.28rem;
  height: 6.73rem;
  transition: var(--transition1);
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.ab2 .list .item.on {
  width: 8.7rem;
}
.ab2 .list .item.on .cont .h1 {
  text-align: left;
  padding-left: 0.82rem;
}
.ab2 .list .item.on .cont .p1 {
  opacity: 1;
}
.ab2 .list .item .bg {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  width: 8.7rem;
  max-width: 8.7rem;
  height: 100%;
  object-fit: cover;
}
.ab2 .list .item .cont {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 1.21rem 0 0;
}
.ab2 .list .item .cont .h1 {
  text-align: center;
  color: #fff;
  font-family: var(--f500);
  margin-bottom: 0.23rem;
}
.ab2 .list .item .cont .p1 {
  padding: 0 0.82rem;
  color: #fff;
  width: 8.7rem;
  opacity: 0;
  transition: var(--transition1);
}
.ab3 {
  padding: 1.4rem 0 0;
}
.ab3 .module_title {
  padding: 0 var(--FIPadd);
  margin-bottom: 0.16rem;
}
.ab3 .content {
  background: #f7fcfd url() no-repeat center center;
  background-size: cover;
  padding: 1.77rem 0 0;
}
.ab3 .content .swiper1 {
  margin: 0 2.6rem 1.2rem;
  overflow: hidden;
}
.ab3 .content .swiper1 .swiper-slide {
  width: 100%;
  display: flex;
}
.ab3 .content .swiper1 .swiper-slide .pic {
  width: 5.3rem;
  height: 5.3rem;
  border: 20px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 2.51rem;
}
.ab3 .content .swiper1 .swiper-slide .pic img {
  width: 100%;
  border-radius: 50%;
  height: 100%;
  transition: var(--transition1);
  object-fit: cover;
}
.ab3 .content .swiper1 .swiper-slide .pic:hover img {
  /*transform: scale(1.1);*/
}
.ab3 .content .swiper1 .swiper-slide .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ab3 .content .swiper1 .swiper-slide .text .h1 {
  font-size: .8rem;
  color: var(--viColor);
  margin-bottom: 0.47rem;
}
.ab3 .content .swiper1 .swiper-slide .text .h2 {
  color: #666666;
  line-height: 1.45;
  font-size: 0.24rem;
}
.ab3 .content .swiper1 .swiper-slide .text .btn_box {
  display: flex;
  width: fit-content;
}
.ab3 .content .swiper1 .swiper-slide .text .btn_box .btn {
  width: 0.48rem;
  height: 0.48rem;
  border: 1px solid #666;
  margin-right: 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition1);
  cursor: pointer;
}
.ab3 .content .swiper1 .swiper-slide .text .btn_box .btn:last-child {
  margin-right: 0;
}
.ab3 .content .swiper1 .swiper-slide .text .btn_box .btn svg {
  width: 0.18rem;
  height: 0.18rem;
  object-fit: contain;
}
.ab3 .content .swiper1 .swiper-slide .text .btn_box .btn svg path {
  transition: var(--transition1);
}
.ab3 .content .swiper1 .swiper-slide .text .btn_box .btn:hover {
  border-color: var(--viColor);
  background-color: var(--viColor);
}
.ab3 .content .swiper1 .swiper-slide .text .btn_box .btn:hover svg path {
  stroke: #fff;
}
.ab3 .content .swiper2 {
  height: 1.53rem;
  position: relative;
  overflow: hidden;
}
.ab3 .content .swiper2::after {
  content: "";
  width: 0.82rem;
  background: url(../img/sub/06.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}
.ab3 .content .swiper2 .swiper-slide {
  width: fit-content;
  display: flex;
  align-items: center;
  height: 1.53rem;
}
.ab3 .content .swiper2 .swiper-slide:nth-child(1) .bgspan:nth-child(1) {
  opacity: 0;
}
.ab3 .content .swiper2 .swiper-slide:last-child .bgspan:last-child {
  opacity: 0;
}
.ab3 .content .swiper2 .swiper-slide .bgspan {
  display: flex;
  align-items: center;
}
.ab3 .content .swiper2 .swiper-slide .bgspan span {
  height: 10px;
  border-right: 1px solid #333333;
  margin-right: 11px;
}
.ab3 .content .swiper2 .swiper-slide .bgspan span:last-child {
  margin-right: 0;
}
.ab3 .content .swiper2 .swiper-slide .cont {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #444444;
  position: relative;
  margin: 0 11px;
}
.ab3 .content .swiper2 .swiper-slide .cont .num {
  font-weight: 600;
  color: #666666;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% + 15px);
  white-space: nowrap;
}
.ab4 {
  padding: 2rem 0 1.3rem;
}
.ab4 .top {
  padding: 0 var(--FIPadd);
  margin-bottom: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ab4 .top .btn_box {
  display: flex;
  align-items: center;
}
.ab4 .top .btn_box .btn {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  display: flex;
  background-color: #f4f4f4;
  align-items: center;
  justify-content: center;
  margin-right: 0.16rem;
  transition: var(--transition1);
}
.ab4 .top .btn_box .btn svg {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.ab4 .top .btn_box .btn svg.rot180 {
  transform: rotate(180deg);
}
.ab4 .top .btn_box .btn svg path {
  transition: var(--transition1);
}
.ab4 .top .btn_box .btn:hover {
  background-color: var(--viColor);
}
.ab4 .top .btn_box .btn:hover svg path {
  stroke: #fff;
}
.ab4 .top .btn_box .btn:last-child {
  margin-right: 0;
}
.ab4 .swiper {
  margin-left: var(--FIPadd);
  margin-bottom: 0.93rem;
  overflow: hidden;
}
.ab4 .swiper .swiper-slide {
  width: fit-content;
  position: relative;
  padding-bottom: 70px;
}
.ab4 .swiper .swiper-slide .pic {
  width: fit-content;
  height: 3.23rem;
  margin-bottom: 0.2rem;
}
.ab4 .swiper .swiper-slide .pic img {
  width: auto;
  height: 100%;
}
.ab4 .swiper .swiper-slide .h1 {
  padding: 0 10px;
  color: #666;
  line-height: 1.5;
  text-align: center;
  position: absolute;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ab4 .page_cont {
  padding: 0 var(--FIPadd);
}
.ab4 .page_cont .swiper-pagination {
  position: relative;
  bottom: 0;
  left: 0;
  transform: none;
  width: 100%;
  height: 2px;
}
.ab4 .page_cont .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--viColor);
}
.esg1 {
  padding: 1.48rem 4.46rem;
  min-height: 8.7rem;
  background: url() no-repeat center center;
  background-size: cover;
  background-image: url(../img/sub/11.png);
}
.esg1 .module_title {
  text-align: center;
  margin-bottom: 0.4rem;
  color: #333;
}
.esg1 .p1 {
  text-align: center;
  color: #333;
  line-height: 1.94;
}
.esg2 {
  padding: 2.2rem var(--FIPadd) 0;
}
.esg2 .list .item {
  display: flex;
  margin-bottom: 1.5rem;
}
.esg2 .list .item:last-child {
  margin-bottom: 0;
}
.esg2 .list .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.esg2 .list .item:nth-child(2n) .pic {
  margin-right: 0;
  margin-left: 1.55rem;
}
.esg2 .list .item .pic {
  width: 8rem;
  height: auto;
  aspect-ratio: 800 / 560;
  border-radius: 20px;
  overflow: hidden;
  margin-right: 1.55rem;
}
.esg2 .list .item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition1);
}
.esg2 .list .item .pic:hover img {
  /*transform: scale(1.1);*/
}
.esg2 .list .item .text {
  flex: 1;
  padding: 0.48rem 0 0;
}
.esg2 .list .item .text .h1 {
  margin-bottom: 0.57rem;
}
.esg2 .list .item .text .h1.mod1 {
  color: #666;
  font-weight: 300;
}
.esg2 .list .item .text .h1.mod2 {
  font-weight: 400;
  color: #333;
}
.esg2 .list .item .text .h1 span {
  color: var(--viColor);
  font-family: var(--f500);
  font-weight: 500;
}
.esg2 .list .item .text .p2 {
  line-height: 1.66;
  color: #333;
  margin-bottom: 0.91rem;
}
.esg2 .list .item .text .page {
  display: flex;
  color: #333;
  align-items: end;
}
.esg2 .list .item .text .page .index {
  color: var(--viColor);
}
.esg3 {
  padding: 1.48rem var(--FIPadd) 1.5rem;
}
.esg3 .module_title {
  margin-bottom: 0.96rem;
}
.esg3 .content {
  display: flex;
}
.esg3 .content .pic {
  width: 2.92rem;
  height: auto;
  aspect-ratio: 292 / 315;
  border-radius: 20px;
  overflow: hidden;
  margin-right: 0.23rem;
}
.esg3 .content .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition1);
}
.esg3 .content .pic:hover img {
  /*transform: scale(1.1);*/
}
.esg3 .content .item {
  flex: 1;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
  display: flex;
}
.esg3 .content .item .item_left {
  flex: 1;
  padding: 0.81rem 0.63rem;
}
.esg3 .content .item .item_left .h1 {
  margin-bottom: 0.34rem;
  font-family: var(--f500);
  color: #333;
}
.esg3 .content .item .item_left .p1 {
  color: #333;
  line-height: 1.6;
}
.esg3 .content .item .down {
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-left: 1px dashed #ECECEC;
}
.esg3 .content .item .down svg {
  width: 0.5rem;
  height: 0.5rem;
  object-fit: contain;
  margin-bottom: 0.3rem;
}
.esg3 .content .item .down .a_tit {
  width: fit-content;
  color: #333;
}
.module_page {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.module_page .btn {
  cursor: pointer;
}
.module_page .btn svg {
  width: 0.2rem;
  height: 0.2rem;
  object-fit: contain;
}
.module_page .page_num {
  display: flex;
  align-items: center;
  margin: 0 20px;
}
.module_page .page_num .num {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 2px solid var(--viColor);
  transition: all 0.1s;
  border-color: transparent;
  color: #999;
}
.module_page .page_num .num:hover,
.module_page .page_num .num.on {
  border-color: var(--viColor);
  color: var(--viColor);
}
.module_page .page_num .num:last-child {
  margin-right: 0;
}
.investor1 {
  padding: 0.9rem var(--FIPadd) 0.97rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.investor1 .left .left_top {
  display: flex;
  align-items: center;
  margin-bottom: 0.58rem;
}
.investor1 .left .left_top .logo {
  color: var(--viColor);
  font-weight: 700;
  font-family: var(--f700);
  margin-right: 0.38rem;
}
.investor1 .left .left_top .zhengq .name {
  color: #333;
  font-family: var(--f500);
  font-weight: 500;
  margin-bottom: 0.19rem;
}
.investor1 .left .left_top .zhengq .num {
  color: #333;
  font-family: var(--f500);
  font-weight: 500;
}
.investor1 .left .left_bot {
  color: #333;
}
.investor1 .left .left_bot span {
  font-family: var(--f500);
  padding-left: 10px;
  font-weight: 500;
}
.investor1 .right {
  width: 8.09rem;
  padding: 0.31rem 0.55rem;
  border-radius: 10px;
  background-color: var(--viColor);
}
.investor1 .right .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.investor1 .right .list .item {
  width: 40%;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 0.1rem;
}
.investor1 .right .bot {
  color: #fff;
  line-height: 1.3;
}
.investor2 {
  padding: 0.75rem var(--FIPadd) 0.83rem;
  background-color: #f9fbfd;
}
.investor2 .module_title {
  margin-bottom: 0.6rem;
}
.investor2 .tabcont {
  margin-bottom: 0.55rem;
}
.investor2 .item {
  display: none;
  flex-wrap: wrap;
}
.investor2 .item.on {
  display: flex;
}
.investor2 .card {
  display: flex;
  padding: 0.2rem 0;
  background-color: #fff;
  align-items: center;
  min-height: 2rem;
  border-radius: 10px;
  margin-right: 0.42rem;
  margin-bottom: 0.45rem;
  width: calc((100% - 0.42rem) / 2);
}
.investor2 .card:nth-child(2n) {
  margin-right: 0;
}
.investor2 .card .card_left {
  flex: 1;
  padding: 0 0.5rem;
}
.investor2 .card .card_left .h1 {
  margin-bottom: 0.2rem;
}
.investor2 .card .card_left .p1 {
  display: flex;
  color: #999;
}
.investor2 .card .card_left .p1 img {
  width: 14px;
  height: 14px;
  object-fit: contain;
  margin-right: 0.1rem;
}
.investor2 .card .card_right {
  width: fit-content;
  padding: 0.6rem;
  border-left: 1px solid #d7d7d7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.investor2 .card .card_right svg {
  width: 0.4rem;
  height: 0.46rem;
  object-fit: contain;
  margin-bottom: 0.23rem;
}
.investor2 .card .card_right .down {
  cursor: pointer;
  color: var(--viColor);
}
.investor3 {
  padding: 1.1rem var(--FIPadd) 1.38rem;
}
.investor3 .module_title {
  margin-bottom: 0.68rem;
}
.investor3 .tabcont {
  margin-bottom: 0.81rem;
}
.investor3 .tabcont .item {
  display: none;
}
.investor3 .tabcont .item.on {
  display: block;
}
.investor3 .tabcont .item .card {
  width: 100%;
  height: auto;
  padding: 0.2rem 0.5rem;
  display: flex;
  box-shadow: 0px 4px 30px rgba(102, 127, 148, 0.25);
  border-radius: 10px;
  margin-bottom: 0.2rem;
}
.investor3 .tabcont .item .card:last-child {
  margin-bottom: 0;
}
.investor3 .tabcont .item .card .pic {
  width: 2.12rem;
  height: 1.18rem;
  margin-right: 0.71rem;
  overflow: hidden;
  border-radius: 10px;
}
.investor3 .tabcont .item .card .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition1);
}
.investor3 .tabcont .item .card .pic:hover img {
  /*transform: scale(1.1);*/
}
.investor3 .tabcont .item .card .center {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d7d7d7;
  padding-right: 0.4rem;
}
.investor3 .tabcont .item .card .center .text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 0.33rem;
  padding-top: 0.12rem;
}
.investor3 .tabcont .item .card .center .text .h1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  font-family: var(--f500);
  font-weight: 500;
}
.investor3 .tabcont .item .card .center .text .time {
  display: flex;
  align-items: center;
  color: #999;
}
.investor3 .tabcont .item .card .center .text .time img {
  width: 14px;
  height: 14px;
  object-fit: contain;
  margin-right: 10px;
}
.investor3 .tabcont .item .card .center .tf {
  width: fit-content;
  color: var(--viColor);
}
.news_container {
  padding-top: 1.14rem;
}
.new1 {
  padding: 1rem var(--FIPadd) 0;
}
.new1 .swiper {
  overflow: hidden;
  position: relative;
}
.new1 .swiper .swiper-pagination {
  left: 0.76rem;
  width: fit-content;
  display: flex;
  align-items: center;
  bottom: 0.34rem;
}
.new1 .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.28rem;
  height: 2px;
  border-radius: 0;
  opacity: 1;
  background-color: #C2C2C2;
}
.new1 .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #333;
}
.new1 .swiper .swiper-slide {
  width: 100%;
  padding: 0.35rem 0.4rem 0.35rem 0.76rem;
  display: flex;
  background-color: #fafafa;
}
.new1 .swiper .swiper-slide .text {
  flex: 1;
  padding: 0.15rem 0.78rem 0 0;
}
.new1 .swiper .swiper-slide .text .t1 {
  color: #606060;
  font-weight: 300;
  margin-bottom: 0.15rem;
}
.new1 .swiper .swiper-slide .text .h1 {
  color: #333333;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.3rem;
  font-weight: var(--f500);
  font-weight: 500;
}
.new1 .swiper .swiper-slide .text .p1 {
  line-height: 1.6;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.55rem;
}
.new1 .swiper .swiper-slide .text .time {
  margin-bottom: 0.51rem;
  display: flex;
  align-items: center;
  color: #606060;
  font-weight: 300;
}
.new1 .swiper .swiper-slide .text .time img {
  width: 0.24rem;
  height: 0.24rem;
  object-fit: contain;
  margin-right: 0.06rem;
}
.new1 .swiper .swiper-slide .text .btn {
  width: fit-content;
  height: 0.5rem;
  border-radius: 0.3rem 0;
  background-color: var(--viColor);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.27rem;
  color: #fff;
}
.new1 .swiper .swiper-slide .text .btn .icon {
  width: 0.27rem;
  height: 0.27rem;
  object-fit: contain;
  margin-left: 0.15rem;
}
.new1 .swiper .swiper-slide .pic {
  width: 7.77rem;
  height: auto;
  aspect-ratio: 777 / 437;
  border-radius: 10px;
  overflow: hidden;
}
.new1 .swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition1);
}
.new1 .swiper .swiper-slide .pic:hover img {
  /*transform: scale(1.1);*/
}
.el-input__inner {
  border-radius: 0.05rem;
}
.new2 {
  padding: 1.1rem var(--FIPadd) 1.37rem;
}
.new2 .el-input__suffix {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.new2 .new_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.4rem;
}
.new2 .new_top .left {
  display: flex;
  align-items: center;
}
.new2 .new_top .left .list_name {
  color: #333;
  font-weight: 500;
  font-family: var(--f500);
  margin-right: 0.4rem;
}
.new2 .new_top .left .list {
  display: flex;
  align-items: center;
}
.new2 .new_top .left .list .item {
  color: #666;
  margin-right: 0.4rem;
  cursor: pointer;
  transition: var(--transition1);
  margin-right: 0.6rem;
}
.new2 .new_top .left .list .item:last-child {
  margin-right: 0;
}
.new2 .new_top .left .list .item.on {
  color: var(--viColor);
  font-weight: 500;
  font-family: var(--f500);
}
.new2 .new_top .form {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #EBECEC;
}
.new2 .new_top .form .el-button {
  width: fit-content;
  border: 0;
  color: #333;
  font-size: 18px;
  padding: 0;
  margin-right: 0.4rem;
}
.new2 .new_top .form .el-button:focus,
.new2 .new_top .form .el-button:hover {
  color: #333;
  background-color: transparent;
}
.new2 .new_top .form .el-input__inner {
  padding: 0;
  border: 0;
  color: #535353;
  width: 2.73rem;
  padding-right: 40px;
}
.new2 .new_top2 {
  display: flex;
  align-items: center;
  margin-bottom: 0.81rem;
}
.new2 .new_top2 .name {
  color: #333;
  font-weight: 500;
  font-family: var(--f500);
  margin-right: 0.4rem;
}
.new2 .new_top2 .el-select {
  width: 125px;
}
.new2 .new_top2 .el-select .el-input.is-focus .el-input__inner {
  border-color: var(--viColor);
}
.new2 .new_top2 .el-select .el-input__inner:focus {
  border-color: var(--viColor);
}
.new2 .new_top2 .el-select-dropdown__item.selected {
  color: var(--viColor);
}
.new2 .new_top2 .el-input--suffix .el-input__inner {
  padding: 20px;
  font-size: 14px;
  border-color: #505050;
}
.new2 .content .list {
  display: flex;
  flex-wrap: wrap;
}
.new2 .content .list .item {
  width: calc((100% - 0.3rem * 2) / 3);
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
  margin-bottom: 0.4rem;
  background-color: #fff;
  padding: 0.12rem 0.17rem;
  border-radius: 10px;
  transition: var(--transition1);
}
.new2 .content .list .item:hover {
  background-color: #f8f8f8;
}
.new2 .content .list .item:nth-child(3n) {
  margin-right: 0;
}
.new2 .content .list .item .pic {
  width: 100%;
  height: auto;
  aspect-ratio: 478 / 300;
  border-radius: 10px;
  overflow: hidden;
}
.new2 .content .list .item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition1);
}
.new2 .content .list .item .pic:hover img {
  /*transform: scale(1.1);*/
}
.new2 .content .list .item .text {
  padding: 0.35rem 0.42rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.new2 .content .list .item .text .t1 {
  color: #606060;
  font-weight: 300;
  margin-bottom: 0.15rem;
}
.new2 .content .list .item .text .h1 {
  line-height: 1.5;
  color: #333;
  font-weight: 500;
  font-family: var(--f500);
  margin-bottom: 0.38rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.new2 .content .list .item .text .time {
  display: flex;
  align-items: center;
  color: #606060;
  font-weight: 300;
}
.new2 .content .list .item .text .time .ico {
  width: 0.17rem;
  height: 0.17rem;
  object-fit: contain;
  margin-right: 0.15rem;
}
/*.new2 .content .list .item:last-child {*/
/*  margin-bottom: 0;*/
/*}*/
.new2 .content .el-pagination {
  margin: 0 auto;
  display: flex;
  align-items: center;
  width: fit-content;
}
.new2 .content .el-pagination button {
  width: fit-content;
  height: fit-content;
  padding: 0;
  background-color: transparent;
}
.new2 .content .el-pagination .number {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: transparent;
}
.new2 .content .el-pagination .more {
  border-radius: 50%;
  width: 42px;
  height: 42px;
  mask: none;
  background-color: transparent;
}
.new2 .content .el-pagination.is-background .el-pager li:not(.disabled):hover {
  background-color: var(--viColor);
  color: #FFF;
}
.new2 .content .el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: var(--viColor);
  color: #FFF;
}
.news1 {
  width: 100%;
  padding: calc(0.9rem + 1.14rem) var(--FIPadd) 1.4rem;
  display: flex;
  align-items: self-start;
}
.news1 .left {
  width: 11.54rem;
  margin-right: 0.39rem;
  padding: 0.5rem 0.6rem;
  border-radius: 15px;
  background: rgba(34, 185, 217, 0.04);
}
.news1 .left .title {
  line-height: 1.5;
  color: #333;
  font-weight: 700;
  font-family: var(--f700);
  margin-bottom: 0.43rem;
}
.news1 .left .title_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.32rem;
  border-bottom: 1px solid #e8eff2;
}
.news1 .left .title_top .tit_left {
  display: flex;
  align-items: center;
}
.news1 .left .title_top .tit_left .item {
  margin-right: 0.3rem;
  display: flex;
  align-items: center;
  color: #666;
  font-weight: 300;
}
.news1 .left .title_top .tit_left .item .ico {
  width: 0.17rem;
  height: 0.17rem;
  object-fit: contain;
  margin-right: 0.08rem;
}
.news1 .left .title_top .tit_left .item:last-child {
  margin-right: 0;
}
.news1 .left .title_top .tit_right .img {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.24rem;
  position: relative;
  cursor: pointer;
}
.news1 .left .title_top .tit_right .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: var(--transition1);
  opacity: 0;
}
.news1 .left .title_top .tit_right .img img.img1 {
  opacity: 1;
}
.news1 .left .title_top .tit_right .img:hover img.img1 {
  opacity: 0;
}
.news1 .left .title_top .tit_right .img:hover img.img2 {
  opacity: 1;
}
.news1 .left .title_top .tit_right .img:last-child {
  margin-right: 0;
}
.news1 .left .cont {
  padding: 0.5rem 0 0.79rem;
  color: #333;
  line-height: 1.94;
}
.news1 .left .cont img {
  width: 100%;
  height: auto;
  display: block;
}
.news1 .right {
  flex: 1;
}
.news1 .right .card {
  background-color: #f6fcfe;
  margin-bottom: 0.87rem;
  border-radius: 15px;
  padding: 0.4rem 0.3rem 0.48rem;
  position: relative;
  overflow: hidden;
}
.news1 .right .card .title {
  color: #333;
  font-weight: 700;
  font-family: var(--f700);
  line-height: 1.66;
  margin-bottom: 0.15rem;
}
.news1 .right .card .list .item {
  margin-bottom: 0.18rem;
  cursor: pointer;
}
.news1 .right .card .list .item:last-child {
  margin-bottom: 0;
}
.news1 .right .card .list .item .h1 {
  color: #333;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.1rem;
}
.news1 .right .card .list .item .time {
  color: #666;
  font-weight: 300;
}
.news1 .right .card .btn {
  width: 100%;
  height: 0.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--viColor);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news1 .right .card:last-child {
  margin-bottom: 0;
  padding-bottom: calc(0.57rem + 0.5rem);
}
.contactus1 {
  padding: 1.14rem var(--FIPadd) 0;
  display: flex;
}
.contactus1 .map {
  background: url(../img/sub/13.png) no-repeat center center;
  background-size: cover;
  width: 6.48rem;
  height: auto;
  aspect-ratio: 648 / 675;
  position: relative;
  margin-right: 1.79rem;
}
.contactus1 .map::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 185, 217, 0.13);
  z-index: 1;
}
.contactus1 .map .cont {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.contactus1 .map .cont .img {
  width: calc(65 / 648 * 100%);
  position: absolute;
  top: calc(285 / 675 * 100%);
  left: calc(363 / 648 * 100%);
}
.contactus1 .map .cont .img img {
  height: auto;
  margin-bottom: 0.12rem;
}
.contactus1 .map .cont .img span {
  position: absolute;
  top: 100%;
  width: fit-content;
  left: 50%;
  white-space: nowrap;
  text-align: center;
  color: var(--viColor);
  font-weight: 700;
  font-family: var(--f700);
  line-height: 1.87;
  transform: translateX(-50%);
}
.contactus1 .text {
  flex: 1;
  padding: 0.77rem 0 0;
}
.contactus1 .text .module_title {
  margin-bottom: 0.51rem;
}
.contactus1 .text .h1 {
  margin-bottom: 0.37rem;
  color: #333;
  font-weight: 500;
  font-family: var(--f500);
  line-height: 1.25;
}
.contactus1 .text .list {
  margin-bottom: 0.41rem;
}
.contactus1 .text .list .item {
  margin-bottom: 0.2rem;
}
.contactus1 .text .list .item:last-child {
  margin-bottom: 0;
}
.contactus1 .text .list .item .ico {
  display: flex;
  align-items: center;
  color: #737373;
  line-height: 1.62;
}
.contactus1 .text .list .item .ico img {
  width: 0.2rem;
  height: 0.2rem;
  object-fit: contain;
  margin-right: 0.1rem;
}
.contactus1 .text .list .item .p1 {
  color: #333;
  line-height: 1.57;
}
.contactus1 .text .bot {
  display: flex;
}
.contactus1 .text .bot .ewm {
  width: 1.94rem;
  height: auto;
  aspect-ratio: 1 / 1;
  margin-right: 0.35rem;
}
.contactus1 .text .bot .bot_r {
  flex: 1;
  padding-top: 0.25rem;
}
.contactus1 .text .bot .bot_r .p2 {
  display: flex;
  align-items: center;
  margin-bottom: 0.15rem;
  color: #333;
  line-height: 1.62;
}
.contactus1 .text .bot .bot_r .p2 img {
  width: 0.16rem;
  height: 0.16rem;
  object-fit: contain;
  margin-right: 0.15rem;
}
.contactus1 .text .bot .bot_r .p2:last-child {
  margin-bottom: 0;
}
.contactus2 {
  padding: 1.28rem var(--FIPadd) 1.2rem;
}
.contactus2 .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.64rem;
}
.contactus2 .top .tabhref {
  display: flex;
  align-items: center;
}

.contactus2 .cont_card {
    display: none;
}
.contactus2 .cont_card.on {
    display: block;
}

.contactus2 .top .tabhref .item {
  padding: 0 0.3rem;
  width: fit-content;
  border-radius: 0.3rem 0;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition1);
  margin-right: 0.3rem;
  color: #333;
  cursor: pointer;
}
.contactus2 .top .tabhref .item.on {
  background-color: var(--viColor);
  color: #fff;
}
.contactus2 .top .tabhref .item:last-child {
  margin-right: 0;
}
.contactus2 .content .tabstyle {
  display: flex;
  align-items: center;
  border: 1px solid #EDF0F1;
  border-top: 0;
}
.contactus2 .content .tabstyle.vistyle {
  border: 0;
  background-color: var(--viColor);
}
.contactus2 .content .tabstyle.vistyle .item {
  padding: 0.23rem 0;
  color: #fff;
}
.contactus2 .content .tabstyle .item {
  flex: 1;
  text-align: center;
  padding: 0.37rem 0;
}
.contactus2 .content .tabstyle .item .ico {
    width: .2rem;
    height: .2rem;
    margin: 0 auto;
    position: relative;
}
.contactus2 .cont_card .tabitem.on .item .ico::before {
    height: 0;
}
.contactus2 .content .tabstyle .item .ico::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    border: 1px solid #666666;
    transition: all .4s ease;
    transform: translate(-50%,-50%);
}
.contactus2 .content .tabstyle .item .ico::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    border: 1px solid #666666;
    transition: all .4s ease;
    transform: translate(-50%,-50%);
}

.contactus2 .content .tabcont {
  cursor: pointer;
}
.contactus2 .content .tabdown {
  padding: 0.66rem 1.93rem 0.82rem 0.98rem;
  border: 1px solid #EDF0F1;
  border-top: 0;
  display: none;
}
.contactus2 .content .tabdown .card {
  display: flex;
}
.contactus2 .content .tabdown .card .card_L {
  width: 5.75rem;
  margin-right: 1.63rem;
}
.contactus2 .content .tabdown .card .card_L .li {
  margin-bottom: 0.46rem;
}
.contactus2 .content .tabdown .card .card_L .li .li_h1 {
  margin-bottom: 0.21rem;
  color: #333;
  font-family: var(--f500);
  font-weight: 500;
}
.contactus2 .content .tabdown .card .card_L .li .p {
  color: #555;
  line-height: 1.88;
}
.contactus2 .content .tabdown .card .card_L .li:last-child {
  margin-bottom: 0;
}
.contactus2 .content .tabdown .card .card_R {
  flex: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.contactus2 .content .tabdown .card .card_R .t {
  width: 4rem;
}
.contactus2 .content .tabdown .card .card_R .t .mess {
  margin-bottom: 0.6rem;
  color: #555555;
  line-height: 1.55;
  font-weight: 500;
  font-family: var(--f500);
}
.contactus2 .content .tabdown .card .card_R .t .btn {
  width: fit-content;
  padding: 0 0.26rem;
  height: 0.5rem;
  border-radius: 0.5rem;
  background-color: var(--viColor);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contactus2 .content .tabdown .card .card_R .t .btn svg {
  width: 0.3rem;
  height: 0.3rem;
  object-fit: contain;
}
.contactus2 .content .tabdown .card .card_R img {
  width: 1.14rem;
  height: auto;
  aspect-ratio: 1 / 1;
}
.search_container {
  padding: calc(1.14rem + 0.98rem) var(--FIPadd) 1.84rem;
  background: url(../img/sub/15.png) no-repeat center top;
  background-size: 100% auto;
  position: relative;
}
.search_container .title {
  text-align: center;
  margin-bottom: 0.35rem;
  font-weight: 500;
  font-family: var(--f500);
  letter-spacing: 5.8px;
  line-height: 1.2;
}
.search_container form {
  display: flex;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  background: #FFF;
  box-shadow: 0px 4px 60px 9px rgba(0, 0, 0, 0.06);
  height: 1.03rem;
  padding: 0.14rem 0;
  margin-bottom: 0.88rem;
}
.search_container form input {
  flex: 1;
  padding: 0 0.42rem;
  color: #333;
}
.search_container form input::placeholder {
  color: #757578;
}
.search_container form button {
  padding: 0 0.53rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-left: 1px solid #757578;
  background-color: transparent;
  cursor: pointer;
}
.search_container form button svg {
  width: 0.3rem;
  height: 0.3rem;
  object-fit: contain;
}
.search_container .sear_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.9rem;
}
.search_container .sear_top .p {
  color: #1D4070;
}
.search_container .sear_top .tabcont {
  display: flex;
  align-items: center;
}
.search_container .sear_top .tabcont .item {
  width: fit-content;
  min-width: 1.6rem;
  height: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.4rem;
  margin-right: 0.3rem;
  transition: all 0.4s;
  cursor: pointer;
}
.search_container .sear_top .tabcont .item:last-child {
  margin-right: 0;
}
.search_container .sear_top .tabcont .item.on,
.search_container .sear_top .tabcont .item:hover {
  background-color: var(--viColor);
  color: #fff;
}


.search_container .cont .cont_item  {
    display: none;
}

.search_container .cont .cont_item.on {
    display: block;
}

.search_container .cont .card .th1 {
  color: #333;
  margin-bottom: 0.35rem;
}
.search_container .cont .card .list {
  display: flex;
  flex-wrap: wrap;
}

.search_container .cont .card .list.service_list {
    column-gap: 4%;
}
.search_container .cont .card .list.service_list .box {
    width: 48%;
    display: flex;
    padding: 0.28rem;
    align-items: center;
    margin-bottom: 30px;
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 0.1rem;
}

.search_container .cont .card .list.service_list  .box .left1 .h {
    color: var(--viColor);
    margin-bottom: 0.24rem;
}

.search_container .cont .card .list.service_list .box .left1 .pic {
    width: 2.2rem;
}
.search_container .cont .card .list.service_list .box .left1 .pic img {
    width: 100%;
    height: auto;
}

.search_container .cont .card .list.service_list .box .right1 {
    flex: 1;
    padding-left: 0.48rem;
}

.search_container .cont .card .list.service_list .box  .right1 .item .h {
    display: flex;
    align-items: center;
    color: var(--viColor);
    margin-bottom: 0.17rem;
}

.search_container .cont .card .list.service_list .box  .right1 .item .h .icon {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.search_container .cont .card .list.service_list .box   .right1 .item {
    margin-bottom: 0.3rem;
    width: 100%;
}
.search_container .cont .card .list.service_list .box .right1 .item .p .dian {
    width: 5px;
    height: 5px;
    background-color: var(--viColor);
    border-radius: 50%;
    margin-right: 5px;
    transform: translateY(120%);
}

.search_container .cont .card .list.service_list .box  .right1 .item .p {
    width: 100%;
    line-height: 1.5;
    color: #333;
    font-weight: 300;
    display: flex;
}
.search_container .cont .card .list.service_list .box  .right1 .item .p .nav {
    padding-right: 5px;
    flex:   1;
}

.search_container .cont .card .list .item.mod_pro {
  width: calc((100% - 0.64rem * 2) / 3);
  margin-right: 0.64rem;
  margin-bottom: 0.6rem;
  padding: 0.6rem 0.64rem;
  border-radius: 0.1rem;
  background-color: #fff;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
  transition: all 0.5s;
}
.search_container .cont .card .list .item.mod_pro:nth-child(3n) {
  margin-right: 0;
}
.search_container .cont .card .list .item.mod_pro .h {
  text-align: center;
  color: #333;
  font-weight: 400;
  line-height: 1.167;
  margin-bottom: 0.3rem;
  transition: all 0.5s;
}
.search_container .cont .card .list .item.mod_pro .pic {
  width: 100%;
  height: 2.64rem;
  border-radius: 0.1rem;
  overflow: hidden;
  margin-bottom: 0.35rem;
}
.search_container .cont .card .list .item.mod_pro .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
}
.search_container .cont .card .list .item.mod_pro .pic:hover img {
  /*transform: scale(1.1);*/
}
.search_container .cont .card .list .item.mod_pro .more {
  width: fit-content;
  display: flex;
  align-items: center;
  padding: 0.15rem 0.38rem;
  background-color: #fff;
  mask: url(../img/btn_mask.svg);
  mask-size: 100% 100%;
  transition: all 0.5s;
  margin: 0 auto;
  mask: none;
  border-radius: 0.3rem 0;
  border: 1px solid var(--viColor);
}
.search_container .cont .card .list  {
    row-gap: 0.4rem;
}
.search_container .cont .card .list .item.mod_new {
  width: calc((100% - 0.3rem * 2) / 3);
  margin-right: 0.3rem;
  background-color: #fff;
  /*padding: 0.12rem 0.17rem;*/
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: var(--transition1);
}

.search_container .cont .card .list .item.mod_new:nth-child(3n) {
  margin-right: 0;
}
.search_container .cont .card .list .item.mod_new .pic {
  width: 100%;
  height: auto;
  aspect-ratio: 478 / 300;
  /*border-radius: 10px;*/
  overflow: hidden;
}
.search_container .cont .card .list .item.mod_new .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition1);
}
.search_container .cont .card .list .item.mod_new .pic:hover img {
  /*transform: scale(1.1);*/
}


.search_container .cont .card .list .item.mod_new .text {
  padding: 0.35rem 0.42rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  flex: 1;
}
.search_container .cont .card .list .item.mod_new .text::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: var(--viColor);
    left: 0;
    top: 0;
    transition: all .4s ease;
    z-index: 1;
    transform: translateY(-102%);
  border-radius:  0 0 10px 10px;
}
.search_container .cont .card .list .item.mod_new .text .t1 {
  color: #606060;
  font-weight: 300;
  margin-bottom: 0.15rem;
  position: relative;
  z-index: 2;
    transition: all .4s ease;
}
.search_container .cont .card .list .item.mod_new .text .h1 {
  line-height: 1.5;
  color: #333;
  font-weight: 500;
  font-family: var(--f500);
  margin-bottom: 0.38rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  z-index: 2;
    transition: all .4s ease;
}
.search_container .cont .card .list .item.mod_new .text .time {
  display: flex;
  align-items: center;
  color: #606060;
  font-weight: 300;
  position: relative;
  z-index: 2;
    transition: all .4s ease;
}
.search_container .cont .card .list .item.mod_new .text .time .ico {
  width: 0.17rem;
  height: 0.17rem;
  object-fit: contain;
  margin-right: 0.15rem;
    transition: all .4s ease;
}
.search_container .cont .card .list .item.mod_new:last-child {
  margin-bottom: 0;
}
.module_down {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 0 3.94rem 0 3.5rem;
  display: none;
}
.module_down .cont {
  display: flex;
}
.module_down .cont .card {
  padding: 0.75rem 0.4rem;
  transition: var(--transition1);
  margin-right: 0.2rem;
}
.module_down .cont .card:last-child {
  margin-right: 0;
}
.module_down .cont .card .t_pic {
  width: 3.23rem;
  height: 1.57rem;
  border-radius: 15px;
  overflow: hidden;
  background: url() no-repeat center center;
  background-size: cover;
  background-image: url(../img/sub/11.png);
  position: relative;
  margin-bottom: 0.46rem;
}
.module_down .cont .card .t_pic::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.module_down .cont .card .t_pic .h1 {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.module_down .cont .card .list .item {
    /*all: initial;*/
  display: block;
  line-height: 1.5;
  transition: var(--transition1);
  margin-bottom: 0.2rem;
  color: #333;
}
.module_down .cont .card .list .item:last-child {
  margin-bottom: 0;
}
.i_part1 {
  overflow: hidden;
  min-height: 9.2rem;
}
.i_part1 .left .left_list .item {
  display: none;
}
.i_part1 .left .left_list .item.on {
  display: block;
}
.i_part1 .right {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}
.i_part1 .right .con {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  position: relative;
}
.i_part1 .right .con .pics {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.i_part1 .right .con .pics img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*-webkit-animation: rotate 12s linear infinite;*/
  /*animation: rotate 12s linear infinite;*/
  /*display: none;*/
  position: absolute;
  top: 0;
  left:0;
  opacity: 0;
  transform: scale(1.1);
  transition: all .8s ease;
}
.i_part1 .right .con .pics img.on {
    opacity: 1;
  transform: scale(1);
}
.i_part1 .right .con .bj {
  pointer-events: none;
}
.i_part1 .right .con .bj .bj1 {
  max-width: fit-content;
  max-height: fit-content;
  width: 250%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  animation: rotatess 5s linear infinite;
}
.i_part1 .right .con .bj .bj2 {
  max-width: fit-content;
  max-height: fit-content;
  width: 125%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.i_part1 .right .con .dian_box {
  position: absolute;
  z-index: 3;
  width: 125%;
  height: 125%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.i_part1 .right .con .dian_box .dian {
  background-color: #fff;
  width: calc(70 / 500 * 100%);
  height: auto;
  aspect-ratio: 1 / 1;
  position: absolute;
  top: 0;
  left: 50%;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  /*border: 1px solid var(--viColor);*/
}
.i_part1 .right .con .dian_box .dian img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  transition: var(--transition1);
  object-fit: contain;
  opacity: 0;
}

.i_part1 .right .con .dian_box .dian img.img1 {
    opacity: 1;
} 
.i_part1 .right .con .dian_box .dian.on img.img2 {
    opacity: 1;
}
.i_part1 .right .con .dian_box .dian.on img.img1 {
    opacity: 0;
}
/*.i_part1 .right .con .dian_box .dian::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  z-index: 2;*/
/*  width: 80%;*/
/*  height: 80%;*/
/*  top: 50%;*/
/*  left: 50%;*/
/*  transform: translate(-50%, -50%);*/
/*  border: 1.5px dashed var(--viColor);*/
/*  border-radius: 50%;*/
/*}*/
/*.i_part1 .right .con .dian_box .dian::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  z-index: 1;*/
/*  top: 50%;*/
/*  left: 50%;*/
/*  transform: translate(-50%, -50%);*/
/*  width: 109%;*/
/*  height: 105%;*/
/*  background: url(../img/sub/8.svg) no-repeat center center;*/
/*  background-size: 100% 100%;*/
/*  opacity: 0;*/
/*  transition: all 0.3s;*/
/*}*/
.i_part1 .right .con .dian_box .dian.on::after {
  opacity: 1;
}
.i_part1 .right .con .dian_box .dian:nth-child(1) {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.i_part1 .right .con .dian_box .dian:nth-child(2) {
    top: 20%;
    left: 89%;
  transform: translate(-50%, -50%);
}
.i_part1 .right .con .dian_box .dian:nth-child(3) {
    top: 62%;
    left: 98%;
  transform: translate(-50%, -50%);
}
.i_part1 .right .con .dian_box .dian:nth-child(4) {
    top: 95%;
    left: 71%;
  transform: translate(-50%, -50%);
}
.i_part1 .right .con .dian_box .dian:nth-child(5) {
top: 94%;
    left: 28%;
  transform: translate(-50%, -50%);
}
.i_part1 .right .con .dian_box .dian:nth-child(6) {
    top: 62%;
    left: 2%;
  transform: translate(-50%, -50%);
}
.i_part1 .right .con .dian_box .dian:nth-child(7) {
    top: 20%;
    left: 11%;
  transform: translate(-50%, -50%);
}
.i_part1 .right .con .dian_box .dian:nth-child(8) {
  top: 15%;
  left: 15%;
  transform: translate(-50%, -50%);
  ddisplay: none;
}
.i_part1 .right .con canvas {
  position: absolute;
  z-index: 2;
  width: 125%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.pl_con .con .right1 .list1 {
  flex-wrap: wrap;
}
.pl_con .con .right1 .list1 .box {
  display: flex;
  padding: 0.28rem;
  align-items: center;
  margin-bottom: 30px;
}
.pl_con .con .right1 .list1 .box .left1 .h {
  color: var(--viColor);
  margin-bottom: 0.24rem;
}
.pl_con .con .right1 .list1 .box .left1 .pic {
  width: 2.2rem;
}
.pl_con .con .right1 .list1 .box .left1 .pic img {
  width: 100%;
  height: auto;
}
.pl_con .con .right1 {
  flex: 1;
  padding-left: 0.48rem;
}
.pl_con .con .right1 .item {
  margin-bottom: 0.3rem;
  width: 100%;
}
.pl_con .con .right1 .item:last-child {
  margin-bottom: 0;
}
.pl_con .con .right1 .item .h {
  display: flex;
  align-items: center;
  color: var(--viColor);
  margin-bottom: 0.17rem;
}
.pl_con .con .right1 .item .h .icon {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.pl_con .con .right1 .item .p {
  width: 100%;
  line-height: 1.5;
  color: #333;
  font-weight: 300;
  display: flex;
}
.pl_con .con .right1 .item .p .dian {
  width: 5px;
  height: 5px;
  background-color: var(--viColor);
  border-radius: 50%;
  margin-right: 5px;
  transform: translateY(120%);
}
.pl_con .con .right1 .item .p .nav {
  flex: 1;
  max-height: 1.1rem;
  padding-right: 5px;
  overflow-y: auto;
}
.pl_con .con .right1 .item .p .nav::-webkit-scrollbar-thumb {
  background: var(--viColor);
}
.pl_con .con .right1 .item .p .nav::-webkit-scrollbar {
  width: 3px;
}
.tec2 .con .swiper-slide .h .icon {
  position: relative;
}
.tec2 .con .swiper-slide .h .icon img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: var(--transition1);
}
.tec2 .con .swiper-slide .h .icon img.img2 {
  opacity: 1;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotatess {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.phone_box {
  display: none;
}

.new1 .swiper .swiper-slide .text .btn {
    transition: all .4s ease;
}

.ab1 {
  /*display: none;*/
}
.footer .f_top .f_nav li a {
    font-size: .16rem;
}
.footer .f_top .f_tel .tel {
    font-size: .32rem;
}
.ab3 .content .swiper1 .swiper-slide .text .h2 {
    max-height: 2.70rem;
    overflow: auto;
    font-size: 0.2rem;
    padding-right: 10px;
}
.ab3 .content .swiper1 .swiper-slide .text .h2::-webkit-scrollbar-thumb {
    background: var(--viColor);
    border-radius: 6px;
}
.ab3 .content .swiper1 .swiper-slide .text .h2::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.ab3 .content .swiper1 .swiper-slide .text .h2::-webkit-scrollbar-track {
    border-radius: 6px;
}

@media screen and (min-width: 1024px) { 
    
    .new1 .swiper .swiper-slide .text .btn:hover {
        opacity: .7;
    }
    .i_part1 .right .con .dian_box .dian:hover img {
      transform: scale(1.21);
    }
    .module_down .cont .card .list .item:hover {
      color: var(--viColor);
    }
    .module_down .cont .card:hover {
      background-color: #f5f9fc;
    }
    .search_container .cont .card .list .item.mod_new:hover  .text .t1 {
        color: #fff;
    }
    .search_container .cont .card .list .item.mod_new:hover  .text .h1 {
        color: #fff;
    }
    .search_container .cont .card .list .item.mod_new:hover  .text .time {
        color: #fff;
    }
    .search_container .cont .card .list .item.mod_new:hover .text .time .ico {
        filter: brightness(100) grayscale(100);
    }


}

@media screen and (max-width: 1024px) {
  :root {
    --FIPadd: 5%;
  }
  .f_48,
  .f_50,
  .f_52,
  .f_54,
  .f_56,
  .f_60,
  .f_62,
  .f_64,
  .f_68,
  .f_72,
  .f_74,
  .f_80 {
    font-size: 24px;
  }
  .f_24 {
    font-size: 16px;
  }
  body {
    padding-top: 18.6667vw;
  }
  .header_phone {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 199;
    height: 18.6667vw;
    display: flex;
    align-items: center;
    padding: 0 var(--FIPadd);
    justify-content: space-between;
  }
  .header_phone .logo img {
    height: 4.6667vw;
  }
  .header_phone .search {
    width: 18px;
    position: absolute;
    right: calc(5% + 40px);
    top: 50%;
    transform: translateY(-50%);
  }
  .header_phone .search img {
      width: 100%;
  }
  .header_phone .menu {
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
  .header_phone .menu div {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--viColor);
    transition: all 0.4s ease;
  }
  .header_phone .menu .top {
    top: 0;
  }
  .header_phone .menu .middle {
    top: 9px;
  }
  .header_phone .menu .bottom {
    bottom: 0;
  }
  .header_phone .menu.cur .top {
    transform: rotate(45deg);
    transform-origin: top left;
    width: 26px;
  }
  .header_phone .menu.cur .middle {
    transform: translateX(-20px);
    opacity: 0;
  }
  .header_phone .menu.cur .bottom {
    transform: rotate(-45deg);
    transform-origin: top left;
    width: 26px;
    left: -1px;
  }
  .header_phone .mb-head {
    display: none;
    position: absolute;
    top: 18.6667vw;
    width: 100%;
    left: 0;
    height: calc(100vh - 18.6667vw);
    background-color: #ffffff;
    overflow-y: auto;
  }
  .header_phone .mb-head .mb-head_cont .item .item_cont {
    height: 13.333vw;
    display: flex;
    justify-content: space-between;
    padding: 0 6vw;
    transition: all .4s ease;
  }
  .header_phone .mb-head .mb-head_cont .item .item_cont a {
    display: flex;
    align-items: center;
    flex: 1;
  }
  .header_phone .mb-head .mb-head_cont .item .item_cont .ico_box {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .header_phone .mb-head .mb-head_cont .item .item_cont .ico_box .ico {
    width: 2.667vw;
    height: 2.667vw;
    position: relative;
  }
  .header_phone .mb-head .mb-head_cont .item .item_cont .ico_box .ico::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 2px;
    background: #000;
    transition: all .4s ease;
  }
  .header_phone .mb-head .mb-head_cont .item .item_cont .ico_box .ico::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 2px;
    background: #000;
    transition: all .4s ease;
  }
  .header_phone .mb-head .mb-head_cont .item .header_down_cont {
    display: none;
  }
  .header_phone .mb-head .mb-head_cont .item .header_down_cont a {
    height: 13.333vw;
    display: flex;
    align-items: center;
    width: 80%;
    padding-left: 10.667vw;
    font-size: 14px;
  }
  .header_phone .mb-head .mb-head_cont .item .header_down_cont a.on {
    color: var(--viColor);
  }
  .header_phone .mb-head .mb-head_cont .item:nth-child(2n) .item_cont {
    background-color: #f3f3f7;
  }
  .header_phone .mb-head .mb-head_cont .item.on .item_cont {
    background: var(--viColor);
  }
  .header_phone .mb-head .mb-head_cont .item.on .item_cont a {
    color: #fff;
  }
  .header_phone .mb-head .mb-head_cont .item.on .item_cont .ico_box .ico::after {
    background: #fff;
  }
  .header_phone .mb-head .mb-head_cont .item.on .item_cont .ico_box .ico::before {
    background: #fff;
  }
  .header_phone .mb-head .mb-head_cont .item.on .item_cont .ico_box .ico::before {
    height: 0;
  }
  .footer_phone {
    padding-top: 40px;
    position: relative;
    overflow: hidden;
    /*background: url(../img/sub/25.png) no-repeat left top;*/
    background: #ffffff;
    /*background-size: cover;*/
  }
  .footer_phone .bgimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -1;
  }
  .footer_phone .cont .logo {
    margin-left: var(--FIPadd);
    width: 160px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 10.6667vw;
  }
  .footer_phone .cont .text {
    padding: 8vw var(--FIPadd);
    border-top: 1px solid rgba(0, 0, 0, 0.16);
  }
  .footer_phone .cont .text .h1 {
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
  }
  .footer_phone .cont .text .p1 {
    text-align: center;
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
  }
  .footer_phone .cont .text .p1 span {
    font-weight: 700;
    font-size: 24px;
  }
  .footer_phone .cont .text .fx {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .footer_phone .cont .text .wzlj {
      display: flex;
      align-items: center;
      justify-content: center;
      column-gap: 10px;
      margin-bottom: 20px;
  }
  
  .footer_phone .cont .text .wzlj  a {
      font-size: 14px;
      color: #333;
  }
  .footer_phone .cont .text .wzlj  span {
      font-size: 14px;
      color: #333;
  }
  .footer_phone .cont .text .fx a {
    width: 9.3333vw;
    height: auto;
    aspect-ratio: 1 / 1;
    margin-right: 6.1333vw;
    border-radius: 50%;
    position: relative;
    background-color: #12b8d7;
  }
  .footer_phone .cont .text .fx a:last-child {
    margin-right: 0;
  }
  .footer_phone .cont .text .fx a img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
  }
  .footer_phone .cont .text .fx a img:last-child {
      display: none;
  }
  .footer_phone .cont .text .p2 {
    line-height: 1.75;
    color: #333;
    font-weight: 300;
    text-align: center;
    font-size: 14px;
  }
  .footer_phone .cont .text .p2 a {
      color: #333;
  }
  .footer {
    display: none;
  }
  .pc_box {
    display: none !important;
  }
  .phone_box {
    display: block;
    /*width: 104%;*/
    /*height: 100%;*/
    /*object-fit: cover;*/
    /*display: block;*/
    /*max-width: 104%;*/
    /*transform: translateX(-2vw);*/
    
  }
  
  .in_banner .swiper-slide .pic .phone_box{width: 112vw;transform: translateX(-6vw);max-width:112vw;}
  
  .ny_banner {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  .ny_banner .pic {
    height: 100%;
  }
  .ny_banner .txt {
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    padding: 0 var(--FIPadd);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .in_banner {
    height: calc(100vh - 18.6667vw);
    /*aspect-ratio: 600 / 750;*/
  }
  .in_banner .swiper-slide {
    height: auto;
  }
  .in_banner .swiper-slide .pic {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
  }
  .in_banner .swiper-slide .txt {
    position: relative;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    padding: 60px var(--FIPadd);
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: flex-start;
    justify-content: center;
  }
  
  .in_banner .swiper-slide .txt.act{opacity: 0;}
  
  .in_banner .swiper-slide .txt .p{margin-bottom: 0.34rem;}
  .i_part1 {
    padding: 1.1rem var(--FIPadd) 2rem;
    flex-direction: column;
  }
  .i_part1 .phone_box {
      position: relative;
      z-index: 3;
  }
  .pl_con .con .right .item {
      box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
  }
  .pl_con .con .right .item::after {
      border-color: var(--viColor);
  }
  .pl_con .con .right .item .pic {
      height: auto;
      aspect-ratio:188/ 205;
  }
  .i_part1 .left .p {
    margin-bottom: 28.5px;
  }
  .i_part1 .left {
    width: 100%;
    margin-bottom: 20px;
    background: transparent;
  }
  .i_part1 .right {
    width: 100%;
    margin-bottom: 100px;
  }
  .i_part1 .right .con {
    width: 70%;
    height: auto;
    aspect-ratio: 1 / 1;
  }
  .i_part1 .right .con .bj .bj1 {
      width: 210%;
  }
  .i_part1 .phone_left_list .item {
    display: none;
  }
  .i_part1 .phone_left_list .item .h_3 {
    margin-bottom: 20px;
    color: #333;
    font-weight: 700;
  }
  .i_part1 .phone_left_list .item .p_1 {
    line-height: 1.5;
    margin-bottom: 20px;
    color: #666666;
  }
  .i_part1 .phone_left_list .item.on {
    display: block;
  }
  .i_part1 .phone_left_list .item .more1 {
    width: fit-content;
    height: 40px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    line-height: 1;
  }
  .i_part2 {
      display: flex;
      flex-direction: column;
    height: auto;
  }
  .i_part2 .pics {
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .i_part2 .tab {
      z-index: 2;
  }
  .i_part2 .tab .item {
      color: #333;
      padding: 20px 0;
  }
  .i_part2 .tab .item .h {
      font-size: 18px;
      color: #fff;
  }
  .i_part2 .txts {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    padding: 0 !important;
  }
  .i_part2 .txts .txt.on {
      display: block;
  }
  .i_part2 .txts .txt {
    display: none;
    position: relative !important;
    z-index: 1;
    transform: none !important;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    opacity: 1;
    padding: 17.3333vw var(--FIPadd) 29.4667vw;
  }
  .i_part2 .txts .txt .bgimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
  }
  .more {
    padding: 0 20px !important;
    mask: none;
    height: 40px;
    border-radius: 25px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .i_part3 {
    padding: 14.6667vw 0 0;
    overflow: hidden;
  }
  .i_part3 .top {
    padding: 0 var(--FIPadd);
    flex-direction: column;
  }
  .i_part3 .top .left {
    width: 100%;
  }
  .i_part3 .top .right .bj img {
    display: none;
  }
  .i_part3 .swiper {
    margin: 0 var(--FIPadd);
    padding-bottom: 50px;
  }
  .i_part3 .swiper .swiper-pagination{bottom: 30px;}
  .i_part3 .swiper .swiper-pagination-bullet{
        width: 0.28rem;
          height: 2px;
          border-radius: 0;
          opacity: 1;
          background-color: #C2C2C2;
  }
  .i_part3 .swiper .swiper-pagination-bullet-active{
      background-color: #333;
  }
  
  .i_part4 .swiper{padding-bottom: 20px;}
  .i_part4 .swiper .swiper-pagination{bottom: 0px;}
  .i_part4 .swiper .swiper-pagination-bullet{
        width: 0.28rem;
          height: 2px;
          border-radius: 0;
          opacity: 1;
          background-color: #C2C2C2;
  }
  .i_part4 .swiper .swiper-pagination-bullet-active{
      background-color: #333;
  }
  
/*  .new1 .swiper .swiper-pagination .swiper-pagination-bullet {*/

/*}*/
/*.new1 .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {*/
  
/*}*/
  
  .i_part3 .swiper .swiper-slide {
    width: 81.3333vw;
    overflow: hidden;
    border-radius: 10px;
    height: 103vw;
  }
  .i_part3 .swiper .swiper-slide .item {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 4vw;
    padding-top: 35.6667vw;
    padding-bottom: 5.3333vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .i_part3 .swiper .swiper-slide .item .pic {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .i_part3 .swiper .swiper-slide .item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .i_part3 .swiper .swiper-slide .item .pic::after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(156, 238, 255, 0) 6.74%, rgba(167, 221, 233, 0.4) 35.34%, rgba(34, 185, 217, 1) 82.06%);
    /*backdrop-filter: blur(1px);*/
  }
  .i_part3 .swiper .swiper-slide .item .txt .h {
    color: #fff;
    line-height: 1.35;
    margin-bottom: 15px;
  }
  .i_part3 .swiper .swiper-slide .item .txt .p {
    color: #fff;
    line-height: 1.35;
  }
  .i_part3 .swiper .swiper-slide .item .mor {
    display: none;
  }
  .i_part4 {
    padding: 16vw 0;
    overflow: hidden;
  }
  .i_part4 .left {
    padding: 0 var(--FIPadd);
  }
  .i_part4 .swiper {
    margin: 0 var(--FIPadd);
  }
  .i_part4 .swiper .swiper-slide {
    width: 81.3333vw;
    border-radius: 15px;
    overflow: hidden;
  }
  .i_part4 .swiper .swiper-slide .txt {
    padding: 6.6667vw 4.8vw 8vw;
    background: #fff;
    /*background: var(--viColor);*/
  }
  .i_part4 .swiper .swiper-slide .txt .day {
    /*color: #fff;*/
    color: #333;
    margin-bottom: 4vw;
  }
  .i_part4 .swiper .swiper-slide .txt .h {
    /*color: #fff;*/
    color: #666;
    line-height: 1.5;
    margin-bottom: 6.6667vw;
  }
  .i_part4 .swiper .swiper-slide .txt .mor {
    /*color: #fff;*/
    color: #333;
  }
  .i_part4 .swiper .swiper-slide .txt .mor .icon {
    display: none;
  }
  .i_part4 .top .right {
    display: none;
  }
  .i_part5 {
    padding: 0;
    border-radius: 0;
  }
  .i_part5 .con {
    border-radius: 0;
    padding: 16vw var(--FIPadd);
    height: auto;
    aspect-ratio: 16 / 9;
    background-size: cover;
  }
  .ab2 .list {
    flex-direction: column;
  }
  .ab2 .list .item {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    margin-bottom: 20px;
    padding: 4vw 4vw;
  }
  .ab2 .list .item.on {
    width: 100%;
  }
  .ab2 .list .item .cont .p1 {
    opacity: 1;
    padding: 0;
    width: 100%;
    line-height: 1.5;
  }
  .ab2 .list .item .cont .h1 {
    text-align: left;
  }
  .ab2 .list .item.on .cont .h1 {
    padding: 0;
  }
  .ab2 .list .item .cont {
    padding: 4w;
  }
  .ab4 .top .btn_box {
    display: none;
  }
  .ab3 .content .swiper1 {
    margin: 0;
    margin-bottom: 40px;
  }
  .ab3 .content .swiper1 .swiper-slide {
    align-items: center;
  }
  .ab3 .content .swiper1 .swiper-slide .pic {
    width: 50%;
    height: auto;
    aspect-ratio: 1/1;
    margin: 0;
  }
  .ab3 .content .swiper1 .swiper-slide .text {
    width: 50%;
    padding: var(--FIPadd);
  }
  .ab3 .content .swiper1 .swiper-slide .text .h1 {
    font-size: 15.4vw;
  }
  .ab3 .content .swiper1 .swiper-slide .text .h2 {
    font-size: 4vw;
  }
  .ab3 .content .swiper1 .swiper-slide .text .btn_box {
    display: none;
  }
  .contactus1 {
    flex-direction: column-reverse;
  }
  .contactus1 .text {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  .contactus1 .text .bot .bot_r .p2 img {
    width: 16px;
    height: 16px;
  }
  .contactus1 .map {
    width: 100%;
  }
  .contactus2 .top {
    flex-direction: column;
  }
  .contactus2 .top .module_title {
    margin-bottom: 20px;
  }
  .contactus2 .content .tabstyle .item:nth-child(2) {
    display: none;
  }
  .contactus2 .content .tabstyle .item:last-child {
    display: none;
  }
  .contactus2 .content .tabdown {
    padding: 20px;
  }
  .contactus2 .content .tabdown .card {
    flex-direction: column;
  }
  .contactus2 .content .tabdown .card .card_L {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .contactus2 .content .tabdown .card .card_R {
    flex-direction: column;
    align-items: flex-start;
  }
  .contactus2 .content .tabdown .card .card_R .t {
    margin-bottom: 20px;
  }
  .contactus2 .content .tabdown .card .card_R img {
    width: 40%;
  }
  .esg1 {
    padding: 16vw var(--FIPadd);
  }
  .esg2 {
    padding: 16vw var(--FIPadd);
  }
  .esg2 .list .item {
    flex-direction: column-reverse;
  }
  .esg2 .list .item:nth-child(2n) {
    flex-direction: column-reverse;
  }
  .esg2 .list .item .text .page {
    display: none;
  }
  .esg2 .list .item .pic {
    margin: 0;
    width: 100%;
  }
  .esg2 .list .item:nth-child(2n) .pic {
    margin: 0;
  }
  .esg2 .list .item .text .p2 {
    margin-bottom: 20px;
  }
  .esg3 .content {
    flex-direction: column-reverse;
  }
  .esg3 .content .item {
    flex-direction: column;
  }
  .esg3 .content .item .item_left {
    padding: 20px;
  }
  .esg3 .content .item .item_left .p1 {
    font-size: 14px;
  }
  .esg2 .list .item .text .p2 {
    font-size: 14px;
  }
  .f_18,
  .f_20 {
    font-size: 14px;
  }
  .esg3 .content .item .down .a_tit {
    font-size: 15px;
  }
  .esg3 .content .item .down {
    padding: 0 0 20px;
  }
  .esg3 .content .item {
    margin-bottom: 20px;
  }
  .esg3 .content .pic {
    width: 100%;
  }
  .investor1 {
    flex-direction: column;
    padding-top: 16vw;
    padding-bottom: 0;
  }
  .investor1 .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .investor1 .right {
    width: 100%;
  }
  .investor1 .right .list {
    margin-bottom: 20px;
  }
  .investor2 {
    padding-top: 16vw;
  }
  .investor2 .card {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .investor2 .card .card_right {
    padding: 10px;
  }
  .investor2 .card .card_right .down {
    font-size: 14px;
  }
  .investor2 .card .card_left .h1 {
    line-height: 1.35;
  }
  .investor3 {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
  .investor3 .tabcont .item .card {
    flex-direction: column-reverse;
    padding: 15px;
  }
  .investor3 .tabcont .item .card .pic {
    width: 100%;
    height: auto;
  }
  .investor3 .tabcont .item .card .center {
    padding: 0;
  }
  .investor3 .tabcont .item .card .center .tf {
    display: none;
  }
  .investor3 .tabcont .item .card .center .text .h1 {
    margin-bottom: 20px;
  }
  .investor1 .right .list .item {
    font-size: 14px;
  }
  .news1 {
    flex-direction: column;
    padding: 16vw var(--FIPadd);
  }
  .news1 .left {
    width: 100%;
    margin-right: 0;
    padding: 15px;
  }
  .news1 .left .title {
    font-size: 24px;
  }
  .news1 .left .title_top {
    flex-direction: column;
    align-items: flex-start;
  }
  .news1 .left .title_top .tit_left {
    align-items: flex-start;
  }
  .news1 .left .title_top .tit_left .item {
    margin-bottom: 10px;
  }
  .news1 .left .title_top .tit_left .item .ico {
    width: 17px;
    height: 17px;
  }
  .news1 .left .title_top .tit_right .img {
    width: 30px;
    height: 30px;
  }
  .news1 .right .card .list .item .h1 {
    font-size: 16px;
  }
  .news1 .right .card .list .item .time {
    font-size: 14px;
  }
  .news1 .right .card .btn {
    height: 40px;
  }
  .news1 .right .card:last-child {
    padding-bottom: 60px;
  }
  .news_container {
    padding: 0;
  }
  .new1 {
    padding-top: 16vw;
  }
  .new1 .swiper .swiper-slide {
    flex-direction: column;
    padding: 0;
    border-radius: 0;
  }
  .new1 .swiper .swiper-slide .pic {
    width: 100%;
    height: auto;
    aspect-ratio: 2 / 1;
    border-radius: 0;
  }
  .new1 .swiper .swiper-slide .text {
    width: 100%;
    padding: 0;
    padding: 15px;
  }
  .new1 .swiper .swiper-slide .text .btn {
    display: none;
  }
  .new1 .swiper {
      padding-bottom: 40px;
  }
  .new1 .swiper .swiper-pagination {
      left: 50%;
      transform: translateX(-50%);
  }
  .search_container .cont .card .list .item.mod_tec .text {
      font-size: 18px;
  }
  .new2 .new_top {
    flex-direction: column;
    align-items: flex-start;
  }
  .new2 .new_top .left {
    margin-bottom: 20px;
  }
  .new2 .new_top .form {
    width: 100%;
  }
  .new2 .new_top .form .el-input__inner {
    width: 100%;
    height: 50px;
  }
  .new2 .content .list .item {
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
  }
  .new2 .content .list .item .text {
    padding: 15px;
  }
  .new2 .content .list .item .text .time .ico {
    width: 17px;
    height: 17px;
  }
  .new2 .content .list {
    margin-bottom: 40px;
  }
  .pd_con {
    width: 100%;
    padding: 16vw var(--FIPadd);
    flex-direction: column-reverse;
  }
  .pd_con .txt {
    width: 100%;
    margin-bottom: 20px;
  }
  .pd_con .txt .list .item {
    width: 48%;
  }
  .pd_con .pic {
    width: 100%;
  }
  .pl_con {
    padding: 16vw var(--FIPadd);
  }
  .pl_con .con {
    flex-direction: column;
  }
  .pl_con .con .left {
    width: 100%;
    margin-bottom: 40px;
  }
  .pl_con .con .right {
    width: 100%;
    column-gap: 4%;
  }
  .search_container .cont .card .list .item.mod_pro .pic img {
      object-fit: cover;
  }
  .pl_con .con .right .item .h {
        display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  }
  .pl_con .con .right .item {
    /*width: 100%;*/
    width: 48%;
    margin: 0;
    margin-bottom: 20px;
    padding: 20px;
  }
  .pl_con .con .right .item .more {
    /*display: none;*/
    padding: 0 15px !important;
    background: none;
    border: 1px solid var(--viColor);
    border-radius: 20px 0;
    height: 40px;
    font-size: 14px;
  }
  .pl_con .con .left .item .h .jt {
    width: 16px;
    height: 16px;
  }
  .pl_con .con .right .item .h {
    font-size: 16px;
  }
  .pl_con .con .right1 {
    padding: 0;
    width: 100%;
  }
  .pl_con .con .right1 .list1 .box {
    width: 100%;
    flex-direction: column;
  }
  .pl_con .con .right1 .list1 .box .left1 {
    width: 100%;
  }
  .pl_con .con .right1 .list1 .box .left1 .pic {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .pl_con .con .right1 .list1 .box .left1 .h {
    font-size: 20px;
    text-align: center;
  }
  .pl_con .con .right1 {
    width: 100%;
  }
  .pl_con .con .right1 .item .p .nav {
    max-height: fit-content;
    padding: 0;
  }
  .search_container .sear_top {
    flex-direction: column;
    align-items: start;
  }
  .search_container .sear_top .p {
    margin-bottom: 20px;
  }
  .search_container .cont .card .list {
      column-gap: 4%;
  }
  .search_container .cont .card .list .item.mod_pro {
    width: 48%;
    margin: 0;
    /*margin-bottom: 20px;*/
  }
  .search_container .cont .cont_item .card {
      margin-bottom: 40px;
  }
  .search_container .cont .card .list .item.mod_pro .h {
        display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
  }
  .search_container .cont .card .list .item.mod_pro .more {
    /*display: none;*/
    padding: 0 15px !important;
    font-size: 14px;
    height: 40px !important;
    border-radius: 20px 0 !important;
  }
  .search_container .cont .card .list .item.mod_pro .pic {
    height: auto;
    aspect-ratio: 188/ 205;
  }
  .search_container .cont .card .list .item.mod_pro .pic:hover img {
    /*transform: scale(1);*/
  }
  .search_container .cont .card .list .item.mod_pro .h {
    font-size: 16px;
  }
  .search_container {
    padding-top: 1.2rem;
  }
  .search_container .cont .card .list .item.mod_pro {
    padding: 20px;
  }
  .search_container .cont .card .list .item.mod_new {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
  }
  .search_container .cont .card .list .item.mod_new .text {
    padding: 15px;
  }
  .search_container .cont .card .list .item.mod_new .text .time .ico {
    width: 17px;
    height: 17px;
  }
  .search_container .cont .card .list .item.mod_new .pic:hover img {
    /*transform: scale(1) !important;*/
  }
  .tec1 {
    padding: 1.2rem var(--FIPadd) 0;
    flex-direction: column;
  }
  .tec1 .txt {
    width: 100%;
    margin-bottom: 20px;
  }
  .tec1 .pic {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }
  .tec2 {
    padding: 1.2rem var(--FIPadd) 0;
  }
  .tec2 .con .btns {
    display: none;
  }
  .tec2 .con .swiper-pagination {
    width: 100%;
    bottom: 0;
  }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: var(--viColor);
  }
  .tec3 {
    padding: 1.2rem var(--FIPadd) 0;
  }
  .tec3 .box {
    flex-direction: column;
    margin-bottom: 60px;
  }
  .tec3 .box:nth-child(2n-1) {
    flex-direction: column;
  }
  .tec3 .box .txt {
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
  }
  .tec3 .box .pic {
    width: 100%;
    height: auto;
    aspect-ratio: 367 / 275;
  }
  .tec4 .con {
    flex-direction: column;
  }
  .tec4 .con .right {
    width: 100%;
    padding: 16vw var(--FIPadd) 0;
    margin-bottom: 20px;
  }
  .tec4 .con .left {
    width: 100%;
    height: auto;
    aspect-ratio: 2 / 1;
    border-radius: 0;
  }
  .tec4 .con .right .list {
    position: relative;
    padding: 0;
    bottom: 0;
  }
  .tec4 .con .right .p {
    margin-bottom: 20px;
  }
  .tec4 .con .right .list {
    overflow: hidden;
    width: 100%;
  }
  .tec4 .con .right .list .swiper-slide {
    background: linear-gradient(180deg, #22B9D9 0%, #BDF3FF 100%);
  }
  .tec4 .con .right .list .swiper-slide .txt {
    color: #fff;
  }
  .tec4 .con .right .list .swiper-slide .num span {
    color: #fff;
  }
  .tec4 .con .right .list .swiper-slide .num {
    color: #fff;
  }
  .tec4 .con .right .list .swiper-slide .icon img.img2 {
    display: block;
  }
  .tec4 .con .right .list .swiper-slide .icon img.img1 {
    display: none;
  }
  .i_part3 .top .right {
    width: 100%;
    padding-top: 40px;
  }
  .i_part4 .swiper .swiper-slide {
      height: auto;
  }
  .i_part4 .swiper .swiper-slide a {
      height: 100%;
      display: flex;
      flex-direction: column;
  }
  .i_part4 .swiper .swiper-slide a .txt {
      flex: 1;
  }
  .i_part4 .swiper .swiper-slide .item {
    width: 100%;
  }
  .i_part4 .swiper .swiper-slide .item .pic {
    width: 100%;
    height: auto;
    aspect-ratio: 316 / 211;
  }
  .i_part4 .swiper .swiper-slide .item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .pl_con .con .left {
      position: relative;
      top: 0;
  }
  .new2 .content .list .item .text::before {
      transform: translateY(-102%) !important;
  }
  .new2 .content .list .item .text .t1 {
      color: #606060 !important;
  }
  .new2 .content .list .item .text .h1 {
      color: #333 !important;
  }
  .new2 .content .list .item .text .time .ico {
      filter: brightness(0) grayscale(0) !important;
  }
  .new2 .content .list .item .text .time {
      color: #333 !important;
  }
  .netec2 {
      padding:60px var(--FIPadd) 40px;
  }
  .tec3 .box {
        flex-direction: column !important;
  }
    .esg1 .p1 {
        font-size: 14px !important;
    }
    .netec2 .cont {
        flex-direction: column;
    }
    .netec2 .cont .cont_right {
        width: 100%;
        display: none;
    }
    .netec2 .cont .cont_right img {
        width: 100%;
    }
    .netec2 .cont .cont_left {
        width: 100%;
    }
    .footer_phone .cont .text .f_lag {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }
    .footer_phone .cont .text .f_lag .h {
        font-size: 14px;
        padding-bottom: 5px;
        border-bottom: 1px solid #333;
    }
    .footer_phone .cont .text .f_lag ul {
        display: none;
    }
    .footer_phone .cont .text .ewm_cont {
        width: 100%;
        padding-top: 20px;
    }
    .footer_phone .cont .text .ewm_cont img {
        width: 100px;
        height: auto;
        display: block;
        margin: 0 auto 15px;
    }
    .footer_phone .cont .text .ewm_cont .ewm_cont_text {
        font-size: 14px;
        color: #333;
        text-align: center;
        padding: 0;
    }
    .about1 .top .left_tit .tit.tit2 {
        margin-bottom: -5px !important;
    }
    .about2 .bgimg {
        display: none;
    }
    .search_container .cont .card .list .item.mod_tec {
        width: 100% !important;
        margin-right: 0 !important;
    }
    .search_container .sear_top .tabcont {
        flex-wrap: wrap;
        column-gap: 4%;
        row-gap: 20px;
    }
    .search_container .sear_top .tabcont .item {
        margin: 0;
        width: 48%;
        height: 30px;
    }
    .i_part3 .swiper .swiper-slide .item .pic::after {
    
        height: 60%;
    }
    .i_part1 .phone_left_list .item .p_1 {
      display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

        min-height: 68px;
    }
    
    .pl_con .con .right .item .h {
        color: var(--viColor);
        font-weight: 700;
    }
    .pl_con .con .left .item .h {
        font-size: 16px;
    }
    .pl_con .con .left .item .pln1>li>a {
        font-size: 14px;
    }
    .pl_con .con .left .item .pln2>li>a {
        font-size: 14px;
    }
    .pd_con .txt .list {
        flex-direction: column;
    }
    .pd_con .txt .list .item {
        width: 100%;
        margin-bottom: 10px;
    }
    .pd_con .txt .p {
        font-size: 16px;
    }
    .pd_con .txt .list .item .h {
        display: inline-block;
        margin: 0;
        margin-right: 5px;
        font-size: 15px;
    }
    .pd_con .txt .list .item ul {
        display: inline;
    }
    .pd_con .txt .list .item ul li {
        display: inline;
        margin: 0;
    }
    /*.about4 .cont .swiper_cont .swiper .swiper-slide .dot_cont .ico_text {*/
    /*    width: 40vw !important;*/
    /*}*/
    .about4 .cont .swiper_cont .swiper .btn_box {
        display: none !important;
    }
    
}
.tec4 .con .right .p span {
    white-space: nowrap;
}




