@charset "UTF-8";
/* head */
.top {
}
.top .w80 {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
.top .b1 {
  height: 45px;
  background-color: var(--main-color);
}
.top .b1 p {
  font-size: 14px;
  color: #fff;
  opacity: 0.8;
}
.top .b1 ul {
  display: flex;
}
.top .b1 ul li {
  position: relative;
  margin-right: 30px;
}
.top .b1 ul li::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  width: 1px;
  height: 10px;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.3);
}
.top .b1 ul li:last-child {
  margin-right: 0;
}
.top .b1 ul li:last-child::after {
  display: none;
}
.top .b1 ul li a {
  display: block;
  font-size: 14px;
  color: #fff;
  opacity: 0.8;
  transition: all 0.3s;
}
.top .b1 ul li a:hover {
  opacity: 1;
}
.top .b2 {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.top .b2 .w80 {
  display: flex;
}
.top .b2 .left {
  display: flex;
  align-items: center;
  height: 55px;
  margin-right: 20px;
}
.top .b2 .left .text {
  position: relative;
  margin-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
}
.top .b2 .left .text::after {
  content: "";
  position: absolute;
  top: 10%;
  left: -20px;
  width: 1px;
  height: 80%;
  background-color: #eee;
  border-left: 1px solid #ddd;
}
.top .b2 .left .text h3 {
  font-size: 20px;
  font-weight: bold;
  color: var(--main-color2);
}
.top .b2 .left .text p {
  font-size: 14px;
  color: #999;
}
.top .b2 .tel {
  position: relative;
  padding-top: 15px;
}
.top .b2 .tel h3 {
  position: absolute;
  top: 0px;
  left: 50%;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: var(--main-color);
  background-color: #fff;
  transform: translateX(-50%);
  padding: 0 10px;
}
.top .b2 .tel h5 {
  font-size: 36px;
  color: var(--main-color);
  font-family: "Bebas-Neue";
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
  letter-spacing: 1px;
  border-radius: 10px;
  padding: 5px 10px 0px;
  border: 1px solid var(--main-color);
}
.top .b2 .tel h5 i {
  font-size: 32px;
  color: var(--main-color);
  margin-right: 10px;
}

.head {
  position: absolute;
  /* position: fixed; */
  z-index: 999;
  /* top: 0px; */
  left: 0px;
  width: 100%;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.head .w80 {
  display: flex;
  justify-content: space-between;
  height: var(--head-height);
}
.head .logo {
  display: flex;
  height: 100%;
  align-items: center;
}
.head .logo a {
  display: block;
  height: 45px;
}
.head .logo a img {
  display: block;
  height: 100%;
}
.head .nav {
  height: 100%;
  width: 100%;
}
.head .nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.head .nav li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  /* padding: 0 0.2rem; */
}
.head .nav li a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #111;
  line-height: 42px;
  padding: 0 0.05rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.head .nav li.on > a {
  color: var(--main-color);
}

.head .nav li dl {
  position: absolute;
  top: calc(var(--head-height) + 20px);
  left: 50%;
  width: 120px;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.head .nav li dd a {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 3.2;
  padding: 0;
  color: #111;
  /* min-width: 100px; */
  border-bottom: 1px solid #ddd;
  white-space: nowrap;
  text-align: center;
}
.head .nav li dd a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: #fff;
  transform: translateX(-50%);
  opacity: 0.8;
  transition: all 0.3s;
}
.head .nav li:hover > a {
  color: var(--main-color);
}
.head .nav li:hover dl {
  top: calc(var(--head-height) - 5px);
  visibility: visible;
  opacity: 1;
}

.head .nav li dd a:hover {
  color: #fff;
  background-color: var(--main-color);
  border-bottom-color: var(--main-color);
}

.head .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  /* padding: 0 0.5rem; */
}
.head .btn .search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #111;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.head .btn .search i {
  font-size: 20px;
  margin-right: 5px;
}
.head .btn .menu_btn {
  display: none;
}

/* 下拉样式 */
.head.on {
  position: fixed;
  top: 0;
}

/* 手机导航 */
.head_mob {
  display: none;
}
.menu {
  display: none;
}

/* serach */
.head_search {
  display: none;
  position: fixed;
  z-index: 1001;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* background-color: #fff; */
  /* padding: 45px; */
  width: 768px;
  max-width: 90%;
  /* height: 140px; */
}
.head_search form {
  position: relative;
}
.head_search input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 0;
  border-bottom: 2px solid #333;
  outline: 0;
  padding: 20px;
  font-size: 20px;
  color: #333;
  background-color: transparent;
  text-align: center;
}
.head_search button {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  border: 0px;
  font-size: 22px;
  cursor: pointer;
  background-color: #ccc;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.head_search button:hover {
  color: #fff;
  background-color: var(--main-color);
}
.head_search .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.head_search .close:after,
.head_search .close:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 2px;
  line-height: 20px;
  background-color: #999;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.head_search .close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.search_bg {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}

.banner_wap {
  display: none !important;
}
.inbanner {
  position: relative;
  margin-top: var(--head-height);
}
/* .inbanner .swiper-slide a {
  position: relative;
  display: block;
  background-color: #000;
} */
/* .inbanner .swiper-slide a:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .3;
} */
.inbanner .swiper-slide img {
  display: block;
  /* height: 100vh;
  min-height: 240px;
  max-height: 900px; */
  width: 100%;
  /* -o-object-fit: none;
  object-fit: none; */
  /* opacity: .5; */
}
.inbanner .banner_btn {
  position: absolute;
  z-index: 9;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 3% 10px;
}
.inbanner .banner_btn .ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.8);
}
.inbanner .banner_btn .ico i {
  font-size: 24px;
  padding-right: 5px;
}
.inbanner .banner_btn .ico p {
  font-size: 14px;
  font-weight: bold;
  background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 0.75) 60%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0.25) 100%, rgba(255, 255, 255));
  /* 文字颜色填充设置为透明 */
  -webkit-text-fill-color: transparent;
  /* 背景裁剪，即让文字使用背景色 */
  -webkit-background-clip: text;
  /* 背景图放大一下，看着柔和一些 */
  -webkit-background-size: 200% 100%;
  /* 应用动画flowCss 12秒速度 无限循环 线性匀速动画*/
  -webkit-animation: flowCss 6s infinite linear;
}

@-webkit-keyframes flowCss {
  0% {
    /* 移动背景位置 */
    background-position: 0 0;
  }

  100% {
    background-position: -400% 0;
  }
}
.inbanner .banner_btn .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inbanner .banner_btn .btn .banner_prev,
.inbanner .banner_btn .btn .banner_next {
  font-size: 14px;
  /* font-weight: bold; */
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  cursor: pointer;
}
.inbanner .banner_btn .btn .loading {
  position: relative;
  height: 3px;
  width: 200px;
  margin: 0 15px;
  background-color: rgba(255, 255, 255, 0.3);
}
.inbanner .banner_btn .btn .loading .bt {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%;
  background-color: #fff;
}
.inbanner .banner_btn .swiper-pagination {
  position: relative;
  width: auto;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.inbanner .banner_btn .swiper-pagination .swiper-pagination-bullet {
  width: 2px;
  height: 15px;
  background-color: #fff;
  border-radius: 0px;
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.inbanner .banner_btn .swiper-pagination .swiper-pagination-bullet-active {
  height: 30px;
  opacity: 1;
}

/* 更多按钮 */
.inmore {
  position: relative;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  font-size: 14px;
  line-height: 3;
  color: #333;
  border: 1px solid #333;
  text-align: center;
  overflow: hidden;
  transition: all 0.5s;
}
.inmore span {
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #333;
  margin-left: 10px;
  transition: all 0.3s;
}
.inmore::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -180px;
  width: 170px;
  height: 100%;
  background-color: var(--main-color);
  transform: skew(20deg);
  opacity: 0.4;
  transition: all 0.5s;
}
.inmore:hover {
  color: #fff;
  border-color: var(--main-color);
}
.inmore:hover span {
  margin-left: 30px;
  background-color: #fff;
}
.inmore:hover::after {
  left: -20px;
  opacity: 1;
}

.intl {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 0.45rem;
  max-width: 1000px;
}
.intl h3 {
  font-size: 0.28rem;
  line-height: 1.6;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}
.intl h3 span {
  display: inline-block;
  font-size: 0.28rem;
  line-height: 1.6;
  font-weight: bold;
  color: var(--main-color2);
}
.intl p {
  font-size: 0.16rem;
  line-height: 1.5;
  color: #666;
}

.inmain1 {
  background-color: #f5f5f5;
}
.inmain1 .intl {
  margin-bottom: 0.65rem;
}
.inmain1 .intl h3 {
  color: var(--main-color);
}
.inmain1 .content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* align-items: flex-start; */
}
.inmain1 .content li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 18.5%;
  background-color: #fff;
  padding: 35px 15px;
  border-radius: 5px;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.inmain1 .content li .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  /* border-radius: 100%;
  background-color: var(--main-color); */
  margin-bottom: 10px;
}
.inmain1 .content li .ico i {
  font-size: 64px;
  color: var(--main-color);
  transition: all 0.3s;
}

.inmain1 .content li h3 {
  font-size: 24px;
  /* color: var(--main-color); */
  margin-bottom: 5px;
  transition: all 0.3s;
}
.inmain1 .content li h5 {
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  opacity: 0.5;
}
.inmain1 .content li span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #666;
  margin: 10px auto;
  transition: all 0.3s;
}
.inmain1 .content li p {
  font-size: 0.14rem;
  color: #666;
  line-height: 1.6;
  text-align: center;
  transition: all 0.3s;
}
.inmain1 .content li.on {
  margin-top: -20px;
  background-color: var(--main-color);
}
.inmain1 .content li.on i,
.inmain1 .content li.on h3,
.inmain1 .content li.on h5,
.inmain1 .content li.on p {
  color: #fff;
}
.inmain1 .content li.on span {
  background-color: #fff;
}

.inmain2 {
}
.inmain2 .inmain2_nav {
  padding: 0 20px;
  margin-bottom: 20px;
}
.inmain2 .inmain2_nav li {
  font-size: 0.18rem;
  line-height: 2.5;
  text-align: center;
  cursor: pointer;
  background-color: #f5f5f5;
  transition: all 0.3s;
}
.inmain2 .inmain2_nav li.cur {
  color: #fff;
  background-color: var(--main-color);
}
.inmain2 .inmain2_con li {
  padding: 20px 20px;
  opacity: 0 !important;
}
.inmain2 .inmain2_con li.swiper-slide-active {
  opacity: 1 !important;
}
.inmain2 .inmain2_con li dl {
  display: flex;
  flex-wrap: wrap;
}
.inmain2 .inmain2_con li dl dd {
  width: 23%;
  overflow: hidden;
  border-radius: 5px;
  margin-right: 2.66%;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 2%;
}
.inmain2 .inmain2_con li dl dd:nth-child(4n) {
  margin-right: 0;
}
.inmain2 .inmain2_con li dl dd a {
  display: block;
}
.inmain2 .inmain2_con li dl dd .img {
  padding-bottom: 80%;
}
/* .inmain2 .inmain2_con li dl dd .img img{
  object-fit: contain;
} */
.inmain2 .inmain2_con li dl dd .text h3 {
  font-size: 0.16rem;
  line-height: 3;
  text-align: center;
  background-color: #fafafa;
  transition: all 0.3s;
}
.inmain2 .inmain2_con li dl dd a:hover .text h3 {
  color: #fff;
  background-color: var(--main-color);
}

.inmain3 {
}
.inmain3 .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.inmain3 .content .text {
  position: relative;
  width: 42%;
  padding-bottom: 150px;
}
.inmain3 .content .text .tl {
  /* padding: 10px;
  box-shadow: 0 0 5px 3px rgba(0,0,0,.1); */
  margin-bottom: 20px;
}
.inmain3 .content .text h3 {
  font-size: 36px;
  font-weight: bold;
  color: var(--main-color);
  margin-bottom: 8px;
}
.inmain3 .content .text h5 {
  font-size: 14px;
  color: #000;
  opacity: 0.3;
}
.inmain3 .content .text p {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  text-align: justify;
  margin-bottom: 20px;
}
.inmain3 .content .text ul {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 140%;
  height: 120px;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
}
.inmain3 .content .text ul li {
  width: 23%;
  margin-right: 2.66%;
}
.inmain3 .content .text ul li:last-child {
  margin-right: 0;
}
.inmain3 .content .text ul li .img_ob {
  height: 100%;
}
.inmain3 .content .img {
  width: 55%;
}

.inteam {
  background: url(../images/inteam_bg.jpg) no-repeat center;
  background-size: cover;
}
.inteam .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.inteam .content .left {
  width: 60%;
}
.inteam .content .left .img_ob {
  padding-bottom: 100%;
  border-radius: 100%;
  overflow: hidden;
}
.inteam .content .text {
  margin-bottom: 0.2rem;
}
.inteam .content .text li {
  opacity: 0 !important;
}
.inteam .content .text li.swiper-slide-active {
  opacity: 1 !important;
}
.inteam .content .text h3 {
  font-size: 0.32rem;
  margin-bottom: 0.2rem;
}
.inteam .content .text h3 span {
  display: inline-block;
  padding-left: 0.2rem;
  font-size: 0.16rem;
  color: #666666;
}
.inteam .content .text p {
  font-size: 0.16rem;
  color: #666;
  line-height: 0.32rem;
  max-height: 1.28rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 0.2rem;
}
.inteam .content .list {
  position: relative;
  padding: 0.4rem 8%;
}
.inteam .content .list .swiper li {
  text-align: center;
}
.inteam .content .list .swiper li h3 {
  font-size: 0.2rem;
  margin-top: 0.2rem;
}
.inteam .content .list .swiper li .img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 4px solid transparent;
  box-sizing: border-box;
  transition: all 0.8s;
}
.inteam .content .list .swiper li .img img {
  transition: all 0.8s;
}
.inteam .content .list .swiper li.swiper-slide-active .img:after {
  border-color: var(--main-color);
}
.inteam .content .list .swiper li.swiper-slide-active .img img {
  transform: scale(1.05);
}
.inteam .content .list .jt {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.inteam .content .list .jt i {
  font-size: 32px;
  cursor: pointer;
}
.inteam .content .list .jt .inteam_prev {
  transform: rotate(180deg);
}
.inteam .content .list .inteam_scrollbar {
  width: 84% !important;
  left: 50%;
  transform: translateX(-50%);
}
.inteam .content .right {
  width: 35%;
}
.inteam .content .right .img_ob {
  padding-bottom: 100%;
  border-radius: 100%;
  overflow: hidden;
}

.inabout {
  background-color: #fafafa;
}
.inabout .box1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.inabout .box1 .left {
  display: flex;
  width: 50%;
}
.inabout .box1 .num {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  text-align: center;
  margin-right: 150px;
}
.inabout .box1 .num::after {
  content: "";
  position: absolute;
  top: 0;
  right: -75px;
  width: 2px;
  height: 100%;
  background-color: #333;
}
.inabout .box1 .num span {
  display: block;
  font-size: 0.65rem;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 10px;
}
.inabout .box1 .num p {
  font-size: 0.25rem;
  line-height: 1;
  color: var(--main-color);
}
.inabout .box1 .text {
  padding: 5px 0;
}
.inabout .box1 .text .tl {
  font-size: 0.28rem;
  line-height: 1;
  color: #333;
  vertical-align: bottom;
  margin-bottom: 20px;
}
.inabout .box1 .text .tl span {
  display: block;
  font-size: 0.16rem;
  line-height: 1;
  color: #888;
  margin-top: 5px;
}
.inabout .box1 .text p {
  font-size: 15px;
  line-height: 20px;
  color: #666;
}
.inabout .box1 a.more {
  display: block;
  font-size: 15px;
  color: #333;
  border: 1px solid #888;
  padding: 10px 30px;
  transition: all 0.3s;
}
.inabout .box1 a.more:hover {
  color: var(--main-color);
  border-color: var(--main-color);
}
.inabout .box2 {
  position: relative;
  padding-right: 55%;
}
.inabout .box2 h3 {
  font-size: 25px;
  color: #333;
  margin-bottom: 10px;
}
.inabout .box2 h4 {
  font-size: 42px;
  color: #333;
}
.inabout .box2 .hx {
  position: relative;
  left: -25%;
  display: block;
  width: 125%;
  height: 1px;
  background-color: #ccc;
  margin: 35px 0;
}
.inabout .box2 p {
  font-size: 15px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 0.8rem;
}
.inabout .box2 ul {
  display: flex;
}
.inabout .box2 ul li {
  display: flex;
  margin-right: 1rem;
  align-items: center;
}
.inabout .box2 ul li i {
  display: block;
  font-size: 56px;
  line-height: 1;
  background: -webkit-linear-gradient(45deg, var(--main-color2) 0%, var(--main-color3) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--main-color2);
  margin-right: 10px;
}
.inabout .box2 ul li span {
  display: block;
  font-size: 24px;
  color: var(--main-color2);
}
.inabout .box2 ul li span font {
  display: inline-block;
  font-size: 15px;
}
.inabout .box2 ul li h5 {
  font-size: 15px;
  color: #333;
}
.inabout .box2 .img {
  position: absolute;
  left: 50%;
  top: 0;
  width: 62.5%;
  height: 100%;
}

.innews {
  padding: 0.8rem 0 1rem;
  background: url(../images/innews_bg.png) no-repeat center bottom #f5f5f5;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
.innews .intl {
  margin-bottom: 0.5rem;
}
.innews .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.innews .content ul li {
  -webkit-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}
.innews .content ul li.left {
  margin-right: 0.45rem;
}
.innews .content ul li.left a {
  position: relative;
  display: block;
  padding-bottom: 260px;
  background-color: #fff;
}
.innews .content ul li.left img {
  display: block;
  height: 280px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.innews .content ul li.left .text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 0.4rem;
  height: 260px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background: url(../images/innews_ico.png) no-repeat right bottom -100% #fff;
}
.innews .content ul li.left .text span {
  display: block;
  font-size: 16px;
  color: #666;
  margin-bottom: 0.3rem;
}
.innews .content ul li.left .text span font {
  float: right;
  display: inline-block;
}
.innews .content ul li.left .text h3 {
  font-size: 22px;
  line-height: 32px;
  height: 64px;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.4rem;
  text-align: justify;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.innews .content ul li.left .text p {
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.innews .content ul li.left .text h4 {
  position: absolute;
  bottom: 0.4rem;
  left: 0.4rem;
  font-size: 0.18rem;
  color: #666;
}
.innews .content ul li.left a:hover .text {
  height: 100%;
  background: url(../images/innews_ico.png) no-repeat right 5px bottom 0.4rem #00458e;
  background-size: 50% auto !important;
  padding-top: 0.8rem;
}
.innews .content ul li.left a:hover .text span {
  color: #f5f5f5;
}
.innews .content ul li.left a:hover .text h3 {
  color: #f5f5f5;
}
.innews .content ul li.left a:hover .text h4 {
  color: #f5f5f5;
}
.innews .content ul li.left a:hover .text p {
  height: 96px;
  opacity: 1;
  visibility: visible;
}
.innews .content dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 540px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.innews .content dd a {
  display: block;
}
.innews .content dd h3 {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.innews .content dd h3:after {
  content: "";
  position: absolute;
  width: 0;
  left: auto;
  right: 0;
  bottom: 0px;
  height: 2px;
  background-color: #00458e;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.innews .content dd p {
  font-size: 16px;
  line-height: 28px;
  color: #666;
  margin-bottom: 10px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.innews .content dd span {
  display: block;
  font-size: 16px;
  color: #999;
}
.innews .content dd a:hover h3 {
  color: #00458e;
}

.innews .content dd a:hover h3:after {
  width: 100%;
  left: 0;
  right: auto;
}

.incase {
  position: relative;
  padding: 0.5rem 0;
}
.incase::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/incase_bg.webp) no-repeat center bottom;
  opacity: 0.6;
}
.incase .content ul {
  display: flex;
  flex-wrap: wrap;
}
.incase .content li {
  width: 23%;
  overflow: hidden;
  border-radius: 5px;
  margin-right: 2.66%;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 2%;
}
.incase .content li:nth-child(4n) {
  margin-right: 0;
}
.incase .content li a {
  display: block;
}
.incase .content li .img {
  padding-bottom: 60%;
}
/* .inmain2 .inmain2_con li dl dd .img img{
  object-fit: contain;
} */
.incase .content li .text h3 {
  font-size: 0.16rem;
  line-height: 3;
  text-align: center;
  background-color: #fafafa;
  transition: all 0.3s;
}
.incase .content li a:hover .text h3 {
  color: #fff;
  background-color: var(--main-color);
}

.foot {
  position: relative;
  padding: 0.6rem 0;
  background-color: #f4f4f4;
  /* background: url(../images/foot_bg2.jpg) no-repeat center; */
}
.foot .img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
}
.foot .img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}
.foot .w80 {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-content: space-around;
}
.foot .gotop {
  position: absolute;
  top: 0;
  right: 0;
}
.foot .foot_logo {
  margin-bottom: 0.3rem;
}
.foot .foot_logo h3 {
  font-size: 0.32rem;
  font-weight: bold;
  color: var(--main-color);
  margin-bottom: 0.1rem;
}
.foot .foot_logo h5 {
  font-size: 15px;
  color: #000;
  opacity: 0.3;
}
.foot .foot_nav {
  margin-bottom: 0.4rem;
}
.foot .foot_nav ul {
  display: flex;
  flex-wrap: wrap;
}
.foot .foot_nav li {
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
  margin-bottom: 5px;
}
.foot .foot_nav li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 10px;
  background-color: #ccc;
  transform: translateY(-50%);
}
.foot .foot_nav li:first-child {
  margin-left: 0;
}
.foot .foot_nav li:last-child::after {
  display: none;
}
.foot .foot_nav li a {
  display: block;
  font-size: 15px;
  color: #555;
}
.foot .foot_nav li a:hover {
  color: var(--main-color);
}
.foot .foot_contact h3 {
  font-size: 0.28rem;
  color: var(--main-color);
}
.foot .foot_contact h5 {
  font-size: 0.24rem;

  text-transform: uppercase;
  color: #888;
  margin-bottom: 0.2rem;
}
.foot .foot_contact p {
  font-size: 14px;
  line-height: 2;
  color: #666;
}
.foot .foot_contact h1 {
  font-size: 18px;
  color: var(--main-color2);
}
.foot .foot_contact h1 span {
  display: block;
  font-size: 32px;
}
.foot_copyright {
  background-color: var(--main-color);
  padding: 10px 0;
}
.foot_copyright .w80 {
  display: flex;
  justify-content: space-between;
}
.foot_copyright p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  opacity: 0.8;
}
.foot_copyright p a {
  display: inline-block;
  color: #fff;
  transition: all 0.3s;
  opacity: 0.8;
}
.foot_copyright p a:hover {
  opacity: 1;
}

.gotop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: 1000;
}
.gotop.show {
  opacity: 1;
  visibility: visible;
}
.gotop-circle {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.gotop-progress {
  fill: none;
  stroke: var(--main-color);
  stroke-width: 2;
  stroke-linecap: round;
  transition: stroke-dashoffset 0.2s ease;
}

.gotop-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  fill: var(--main-color);
}

.gotop:hover .gotop-progress {
  stroke: var(--main-color);
}

.gotop:hover .gotop-icon {
  fill: var(--main-color);
}
