@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --color1: #024ea4;
  --height-nav: 65px;
}

@font-face {
  font-family: "font";
  src: url(../font/font.TTF);
}
html,
body {
  font-family: "font";
  /*font-family: 'Microsoft JhengHei', 'LiSu', sans-serif;*/
  font-size: 14px;
  color: #333;
}

a,
a:hover {
  color: #333;
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border: none;
}

input,
button {
  border: none;
  outline: none;
}

@font-face {
  font-family: "Alibaba-PuHuiTi-Heavy";
  src: url(../font/Alibaba-PuHuiTi-Heavy.otf);
}
.section {
  overflow: hidden;
}
.recruit2 .container > .row > .right > .list1 > ul > li > a > p > span,
.news2 .container > .row > .right > .list1 > ul > li > a > p > span,
.overview2 .container > .row > .right > .list1 > ul > li > a > p > span,
.recruit2 .container > .row > .right > .list1 > ul > li > a > .text,
.news2 .container > .row > .right > .list1 > ul > li > a > .text,
.overview2 .container > .row > .right > .list1 > ul > li > a > .text,
.recruit2 .container > .row > .right > .list1 > ul > li > a > .img > img,
.news2 .container > .row > .right > .list1 > ul > li > a > .img > img,
.overview2 .container > .row > .right > .list1 > ul > li > a > .img > img,
.recruit2 .container > .row > .right > .list1 > ul > li > a,
.news2 .container > .row > .right > .list1 > ul > li > a,
.overview2 .container > .row > .right > .list1 > ul > li > a,
.recruit2 .container > .row > .left > .list > ul > li > a > .contact > p,
.news2 .container > .row > .left > .list > ul > li > a > .contact > p,
.overview2 .container > .row > .left > .list > ul > li > a > .contact > p,
.recruit2 .container > .row > .left > .list > ul > li > a > .contact > .title,
.news2 .container > .row > .left > .list > ul > li > a > .contact > .title,
.overview2 .container > .row > .left > .list > ul > li > a > .contact > .title,
.recruit2 .container > .row > .left > .list > ul > li > a > .img > img,
.news2 .container > .row > .left > .list > ul > li > a > .img > img,
.overview2 .container > .row > .left > .list > ul > li > a > .img > img,
.recruit2 .container > .row > .left > ul > li > a,
.news2 .container > .row > .left > ul > li > a,
.overview2 .container > .row > .left > ul > li > a,
.recruit2 .container > .row > .left > ul > li,
.news2 .container > .row > .left > ul > li,
.overview2 .container > .row > .left > ul > li,
.home3 .container > .row > .more > a,
header .row .nav > li > .subnav > li > a,
header .row .nav > li > a {
  transition: all 0.8s ease;
}
.home5 .container > .row > div > .title,
.home4 .container > .row > div > .title,
.home3 .container > .row > div > .title,
.home2 .container > .row > .title,
.home1 .container > .row > div > .title {
  text-align: center;
}
.home5 .container > .row > div > .title > h2,
.home4 .container > .row > div > .title > h2,
.home3 .container > .row > div > .title > h2,
.home2 .container > .row > .title > h2,
.home1 .container > .row > div > .title > h2 {
  font-size: 27px;
  color: var(--color1);
  margin-bottom: 8px;
}
.home5 .container > .row > div > .title > h4,
.home4 .container > .row > div > .title > h4,
.home3 .container > .row > div > .title > h4,
.home2 .container > .row > .title > h4,
.home1 .container > .row > div > .title > h4 {
  font-size: 24px;
  font-weight: bold;
}
.home5 .container,
.home4 .container,
.home3 .container,
.home2 .container,
.home1 .container {
  /*height: 100vh;*/
  position: relative;
  z-index: 10;
  padding-top: calc(var(--height-nav) + 35px);
}
.home6 {
  padding: 75px 0 20px;
}
.home6 .row {
  justify-content: space-between;
}
.home6 .son {
  width: 15%;
  text-align: center;
}
.home6 .son:hover .img img {
  transform: rotateY(180deg);
}
.home6 .son .img {
  width: 70px;
  height: 70px;
  background-color: var(--color1);
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home6 .son .img img {
  height: 35px;
  transition: all 0.3s ease;
}
.home6 .son .text {
  margin-top: 25px;
}
.home4 .container > .row > .search,
footer > .container > .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home4 .container > .row > .search > .search_nav,
footer > .container > .row > .search_nav {
  width: 330px;
}
.home4 .container > .row > .search > .search_nav > select > option,
footer > .container > .row > .search_nav > select > option {
  color: #000;
}
.home4 .container > .row > .search > .search_nav > select,
footer > .container > .row > .search_nav > select {
  height: 35px;
  background: none;
  border: 1px solid rgb(255 255 255 / 30%);
  position: relative;
  z-index: 1;
  color: #fff;
  padding-left: 5px;
  margin-right: 5px;
  outline: none;
  width: 110px;
}
.home4 .container > .row > .search > .search_nav > select + select,
footer > .container > .row > .search_nav > select + select {
  width: 210px;
  margin: 0;
}
.home4 .container > .row > .search > .erweima,
footer > .container > .row > .erweima {
  flex-grow: 1;
  display: flex;
  justify-content: space-evenly;
  position: relative;
}
.home4 .container > .row > .search > .erweima > .img,
footer > .container > .row > .erweima > .img {
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home4 .container > .row > .search > .erweima > .img > img,
footer > .container > .row > .erweima > .img > img {
  width: 80px;
}
.home4 .container > .row > .search > .erweima > .img > p,
footer > .container > .row > .erweima > .img > p {
  position: absolute;
  top: 100%;
  white-space: nowrap;
}
.home4 .container > .row > .search > .search_form,
footer > .container > .row > .search_form {
  width: 330px;
}
.home4 .container > .row > .search > .search_form > form,
footer > .container > .row > .search_form > form {
  display: flex;
  justify-content: flex-end;
}
.home4 .container > .row > .search > .search_form > form > .input,
footer > .container > .row > .search_form > form > .input {
  width: 270px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #999;
  padding-left: 10px;
}
.home4 .container > .row > .search > .search_form > form > .btn,
footer > .container > .row > .search_form > form > .btn {
  width: 30px;
  height: 30px;
  background-color: #ccc;
  background-image: url(../image/ss.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  border: none;
  border-radius: 0;
}

.contact1 .container > .row > .bre,
.case1 .container > .row > .bre,
.recruit1 .container > .row > .bre,
.news1 .container > .row > .bre,
.overview1 .container > .row > .bre {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #e5e5e5;
}

header {
  --height1: 45px;
  /* 二级导航高度 */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: rgba(249, 249, 249, 0.8666666667);
  height: var(--height-nav);
  box-shadow: 0px 0px 5px 0px #aaa;
}
header.on {
  background-color: #00693ec7;
  color: #fff;
}
header.on .row .nav > li > a {
  color: #fff;
}
header.on .row .phone i {
  color: #fff;
}
header .row {
  flex-wrap: nowrap;
  align-items: center;
  height: var(--height-nav);
}
header .row .logo > a {
  display: block;
  /*width: 269px;*/
  height: var(--height-nav);
  display: flex;
  align-items: center;
}
header .row .logo > a img {
  height: 50px;
}
header .row .logo > a p {
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
header .row .logo > a .span1 {
  margin-left: 10px;
  font-weight: bold;
  font-size: 20px;
}
header .row .logo > a .span2 {
  margin-left: 10px;
  font-weight: bold;
  font-size: 17.2px;
  line-height: 1;
  display: block;
}
header .row .nav {
  flex-grow: 1;
  height: var(--height-nav);
  display: flex;
  justify-content: center;
}
header .row .nav > li {
  width: 100px;
  height: var(--height-nav);
  line-height: var(--height-nav);
  position: relative;
  text-align: center;
}
header .row .nav > li > a {
  --opacity: 0;
  /* 箭头透明度 */
  font-size: 15px;
  font-weight: bold;
  display: block;
  transition: all 0.3s ease;
}
header .row .nav > li > a:hover{
  color: var(--color1);
}
header .row .nav > li > a::before {
  opacity: var(--opacity);
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid var(--color1);
}
header .row .nav > li > .active {
  --opacity: 1;
  /* 箭头透明度 */
}
header .row .nav > li > .subnav {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}
header .row .nav > li > .subnav > li {
  white-space: nowrap;
  height: var(--height1);
  line-height: var(--height1);
  border-bottom: 1px solid #eee;
}
header .row .nav > li > .subnav > li > a {
  display: block;
  padding: 0 20px;
}
header .row .nav > li > .subnav > li > a:hover {
  background-color: var(--color1);
  color: #fff;
}
header .row .phone {
  font-size: 20px;
  /*width: 175px;*/
  display: flex;
  align-items: center;
}
header .row .phone i {
  margin-right: 10px;
  font-size: 24px;
  font-weight: bold;
  color: var(--color1);
}
header .row .phone span {
  line-height: 1.2;
  font-weight: bold;
  font-size: 15px;
  color: var(--color1);
  width: 150px;
  /*height: 48px;*/
  overflow: hidden;
}

footer {
  /*background: url(../image/bottom_bg.jpg) no-repeat center;*/
  background-color: var(--color1);
  position: relative;
  /*height: 260px;*/
  margin-top: 40px;
}
footer > .container > .row {
  padding: 35px 0 30px;
}
footer > .bottom {
  border-top: 1px solid rgb(255 255 255 / 30%);
}
footer > .bottom > .container > .row {
  justify-content: space-between;
}
footer > .bottom > .container > .row > .left {
  color: #fff;
  padding-top: 35px;
  line-height: 30px;
}
footer > .bottom > .container > .row > .left a {
  color: #fff;
  line-height: 30px;
}
footer > .bottom > .container > .row > .right {
  display: flex;
  color: #fff;
}
footer > .bottom > .container > .row > .right > div {
  margin: 20px 35px 0;
}
footer > .bottom > .container > .row > .right > div a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
footer > .bottom > .container > .row > .right > div img {
  width: 100px;
  height: 100px;
}
footer > .bottom > .container > .row > .right > div p {
  line-height: 30px;
  text-align: center;
}

.page {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}
.page a {
  padding: 2px 8px;
  border: 1px solid #999;
  margin: 0 5px;
  color: #999;
}

.page2 {
  border-top: 1px solid #e5e5e5;
  /* margin: 0 30px; */
  margin-top: 25px;
  padding: 10px 0 20px 0;
}
.page2 > li {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}

.banner1 {
  --height1: 100vh;
}
.banner1 .swiper {
  height: var(--height1);
}
.banner1 .swiper > .swiper-pagination > .swiper-pagination-bullet {
  border-radius: 10px;
  width: 40px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
}
.banner1 .swiper > .swiper-pagination > .swiper-pagination-bullet-active {
  background-color: var(--color1);
}
.banner1 .swiper .swiper-slide {
  position: relative;
}
.banner1 .swiper .swiper-slide .container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  transform: translateX(-50%);
  left: 50%;
  color: var(--color1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.banner1 .swiper .swiper-slide .container h2 {
  /*font-family: "Alibaba-PuHuiTi-Heavy";*/
  font-weight: bold;
  border-radius: 5px;
  color: var(--color1);
  text-align: center;
  line-height: 1.5;
  /* line-height: 1; */
  font-size: 50px;
  margin-bottom: 25px;
  transition: all 1.5s ease 0.1s;
  transition-delay: 0.3s;
  opacity: 0;
  transform: translateY(100px);
}
.banner1 .swiper .swiper-slide .container p {
  margin-bottom: 60px;
  font-size: 20px;
  opacity: 0;
  transform: translateY(100px);
  transition: all 1.6s ease 0.5s;
  text-align: center;
}
.banner1 .swiper .swiper-slide .container .but {
  opacity: 0;
  transform: translateY(100px);
  transition: all 1.5s ease 0.8s;
  display: flex;
  gap: 15px;
}
.banner1 .swiper .swiper-slide .container .but a {
  width: 200px;
  height: 48px;
  border-radius: 48px;
  background-color: #fff;
  color: #333;
  font-size: 1.125rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  transition: all 0.8s ease;
}
.banner1 .swiper .swiper-slide .container .but a + a {
  background-color: var(--color1);
  color: #fff;
}
.banner1 .swiper .swiper-slide .container .but a:hover {
  transform: translateY(-5px);
  background-color: var(--color1);
  color: #fff;
}
.banner1 .swiper .swiper-slide .container .but i {
  font-size: 1rem;
  transform: rotate(-45deg);
}
.banner1 .swiper .swiper-slide.swiper-slide-active h2 {
  opacity: 1;
  transform: translateY(0);
}
.banner1 .swiper .swiper-slide.swiper-slide-active p {
  opacity: 1;
  transform: translateY(0);
}
.banner1 .swiper .swiper-slide.swiper-slide-active .but {
  opacity: 1;
  transform: translateY(0);
}
.banner1 .swiper .prev1,
.banner1 .swiper .next1 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  transition: all 0.5s ease;
}
.banner1 .swiper .prev1::after,
.banner1 .swiper .next1::after {
  font-size: 20px;
  color: #fff;
}
.banner1 .swiper img {
  width: 100%;
  height: 100%;
}
.banner1 ul {
  height: calc(100vh - var(--height1));
}
.banner1 ul > li {
  width: 25%;
  margin: 20px 0;
}
.banner1 ul > li > a {
  height: 100%;
  border-right: 1px solid #ccc;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.banner1 ul > li > a > img {
  max-width: 250px;
}
.banner1 ul > li > a > h3 {
  font-size: 14px;
  color: #b1b1b1;
}
.banner1 ul > li > a:hover > h3 {
  color: #000;
}
.banner1 ul li:last-child > a {
  border-right: none;
}

.banner2 {
  position: relative;
  height: 400px;
}
.banner2 > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.banner2 > .container {
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner2 > .container h2 {
  font-size: 33px;
  font-weight: bold;
  line-height: 1.1;
}
.banner2 > .container p {
  /*font-size: 1.375rem;*/
  line-height: 1.7;
  margin-top: 1rem;
}

.home1 {
  --height1: 150px;
}
.home1 .container > .row {
  justify-content: flex-end;
}
.home1 .container > .row > div {
  width: 100%;
}
.home1 .container > .row > .nav {
  width: 100%;
  margin-top: 25px;
  margin-top: 25px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.home1 .container > .row > .nav > li {
  height: 30vh;
  overflow: hidden;
  border-radius: 7px;
  transition: all 0.3s ease;
  position: relative;
}
.home1 .container > .row > .nav > li.li {
  background-color: var(--color1);
  color: #fff;
  border-radius: 7px;
}
.home1 .container > .row > .nav > li.li > a {
  border: none;
  color: #fff;
}
.home1 .container > .row > .nav > li.li > a span {
  font-size: 20px;
  margin-top: 10px;
  line-height: 1;
}
.home1 .container > .row > .nav > li:hover {
  background-color: rgb(243, 243, 243);
}
.home1 .container > .row > .nav > li.li:hover {
  background-color: var(--color1);
}
.home1 .container > .row > .nav > li > a {
  border: 1px solid #eee;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home1 .container > .row > .nav > li > a::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0,0,0,0.3);
}
.home1 .container > .row > .nav > li.li > a::after {
  display: none;
}
.home1 .container > .row > .nav > li > a > img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 20px;
  transition: all 1s ease;
  position: relative;
  z-index: 1;
}
.home1 .container > .row > .nav > li > a h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #fff;
  position: relative;
  z-index: 1;
}
.home1 .container > .row > .nav > li > a > p {
  color: #888888;
  text-align: center;
  position: relative;
  z-index: 1;
}
.home1 .container > .row > .nav > li > a:hover > img {
  transform: rotateY(180deg);
}
.home1 .container > .row > .title {
  bottom: calc(var(--height1) + 10px);
  font-weight: bold;
  font-size: 36px;
  margin-top: 30px;
  color: var(--color1);
  background: -webkit-linear-gradient(left, var(--color1) 0%, #00a73c 20%, #00a73c 80%, var(--color1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home1 .bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: var(--height1);
  background: linear-gradient(to top, var(--color1) 20%, #00a73c 80%);
}
.home1 .bottom > div {
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, #00693e 20%, #00a73c 80%);
}
.home1 .bottom > div > div {
  background-repeat: repeat no-repeat;
  background-position: 0 top;
  transform-origin: center top;
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
}
.home1 .bottom > div:nth-child(1) {
  z-index: 3;
  opacity: 0.5;
}
.home1 .bottom > div:nth-child(1) > div {
  background-size: 50% 100px;
}
.home1 .bottom > div:nth-child(2) {
  z-index: 2;
  opacity: 0.75;
}
.home1 .bottom > div:nth-child(2) > div {
  animation: gradient 10s linear infinite;
  background-size: 50% 120px;
}
.home1 .bottom > div:nth-child(3) {
  z-index: 1;
}
.home1 .bottom > div:nth-child(3) > div {
  animation: gradient 15s linear infinite;
  background-size: 50% 100px;
}

.home2 {
  --images: 280px;
  --icon: 50px;
}
.home2 .slides {
  position: absolute;
  width: 100%;
  height: 100vh;
}
.home2 .slides li {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  transition: all 1s ease;
}
.home2 .slides li::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.home2 .slides li.active {
  opacity: 1;
}
.home2 .container > .row > .title {
  padding-bottom: 40px;
  width: 100%;
  /* color: #fff; */
}
.home2 .container > .row > .title > h2 {
  /* color: #fff; */
}
.home2 .container > .row .left {
  width: 55%;
}
.home2 .container > .row .left h3 {
  font-size: 30px;
  margin-top: 10px;
  color: var(--color1);
  line-height: 45px;
  font-weight: bold;
  /*font-family: "黑体";*/
}
.home2 .container > .row .left h5 {
  text-transform: uppercase;
  font-size: 13.5px;
}
.home2 .container > .row .left .hr {
  width: 120px;
  border-bottom: solid 2px var(--color1);
  height: 2px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.home2 .container > .row .left p {
  line-height: 30px;
  height: 180px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  color: #333;
}
.home2 .container > .row .left ul {
  margin-top: 20px;
  display: flex;
}
.home2 .container > .row .left ul li {
  width: 130px;
  height: 130px;
  border: solid 1px var(--color1);
  margin-right: 22px;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.5s;
  background: var(--color1);
  transform: translateY(0);
}
.home2 .container > .row .left ul li a {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.home2 .container > .row .left ul li a img {
  display: none;
  height: 40px;
  margin: 30px auto 0;
}
.home2 .container > .row .left ul li a img + img {
  display: block;
}
.home2 .container > .row .left ul li a h4 {
  text-align: center;
  font-size: 14px;
  line-height: 45px;
  height: 45px;
  color: #fff;
  overflow: hidden;
  transition: 0.5s;
}
.home2 .container > .row .left ul li:hover {
  background-color: #00693e91;
  border: solid 1px #00693e91;
  transform: translateY(-5px);
}
/*.home2 .container > .row .left ul li:hover a img {*/
/*  display: block;*/
/*}*/
/*.home2 .container > .row .left ul li:hover a img + img {*/
/*  display: none;*/
/*}*/
/*.home2 .container > .row .left ul li:hover a h4 {*/
/*  color: var(--color1);*/
/*}*/
.home2 .container > .row .right {
  margin-left: auto;
  width: 40%;
  text-align: right;
  height: 400px;
  padding-top: 112px;
  box-sizing: border-box;
  position: relative;
}
.home2 .container > .row .right::after {
  position: absolute;
  width: 261px;
  height: 400px;
  background: var(--color1);
  content: "";
  right: 0;
  top: 0;
  z-index: 1;
}
.home2 .container > .row .right h4 {
  position: absolute;
  right: 77px;
  top: 25px;
  text-align: left;
  z-index: 20;
}
.home2 .container > .row .right h4 p {
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  margin-left: 15px;
  letter-spacing: 2px;
}
.home2 .container > .row .right img {
  width: calc(100% - 70px);
  height: 275px;
  box-sizing: border-box;
  border-radius: 7px;
  overflow: hidden;
  position: absolute;
  right: 14px;
  bottom: 15px;
  z-index: 22;
}
.home3 {
  padding-bottom: 100px;
}
.home3 .container {
  position: relative;
}
.home3 .container > .row > div {
  width: 100%;
}
.home3 .container > .row > .tab {
  margin-top: 12px;
  margin-bottom: 8px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.home3 .container > .row > .tab > li > a {
  width: 140px;
  height: 38px;
  line-height: 36px;
  border-radius: 36px;
  text-align: center;
  margin: 0 8px;
  display: block;
}
.home3 .container > .row > .tab > .active > a {
  background-color: var(--color1);
  color: #fff;
}
.home3 .container > .row > .tab_content {
  width: 100%;
  overflow: hidden;
}
.home3 .container > .row > .tab_content > div {
  display: flex;
  width: 100%;
  transform: translateX(0);
  transition: all 1s ease;
}
.home3 .container > .row > .tab_content > div > ul {
  flex-shrink: 0;
  width: 100%;
}
.home3 .container > .row > .tab_content > div > ul > li {
  height: 140px;
  margin-top: 10px;
}
.home3 .container > .row > .tab_content > div > ul > li > a {
  padding: 15px;
  padding-right: 0;
  height: 140px;
  background-color: #f2f2f2;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  transition: all 1s ease;
}
.home3 .container > .row > .tab_content > div > ul > li > a > .img {
  flex-shrink: 0;
  width: 200px;
  height: 100%;
}
.home3 .container > .row > .tab_content > div > ul > li > a > .img > img {
  width: 100%;
  height: 100%;
}
.home3 .container > .row > .tab_content > div > ul > li > a > .text {
  flex-grow: 1;
  padding-left: 50px;
  transition: all 1s ease;
}
.home3 .container > .row > .tab_content > div > ul > li > a > .text > h3 {
  font-size: 16px;
  line-height: 55px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home3 .container > .row > .tab_content > div > ul > li > a > .text > p {
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home3 .container > .row > .tab_content > div > ul > li > a > .date {
  flex-shrink: 0;
  width: 205px;
  color: #9b9b9b;
  transition: all 1s ease;
}
.home3 .container > .row > .tab_content > div > ul > li > a > .date > span {
  display: block;
  text-align: center;
  font-size: 18px;
  height: 70px;
  line-height: 70px;
}
.home3 .container > .row > .tab_content > div > ul > li > a > .date > p {
  border: 1px solid #ccc;
  border-radius: 35px;
  text-align: center;
  line-height: 33px;
  height: 33px;
  width: 100px;
  margin: auto;
}
.home3 .container > .row > .tab_content > div > ul > li > a:hover {
  background-color: var(--color1);
}
.home3 .container > .row > .tab_content > div > ul > li > a:hover > .date,
.home3 .container > .row > .tab_content > div > ul > li > a:hover > .text {
  color: #fff;
}
.home3 .container > .row > .more {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 20px;
}
.home3 .container > .row > .more > a {
  display: block;
  width: 138px;
  height: 28px;
  line-height: 28px;
  border-radius: 36px;
  border: 1px solid #999;
  text-align: center;
  font-size: 14px;
}
.home3 .container > .row > .more > a:hover {
  background-color: var(--color1);
  color: #fff;
}
.home4 {
  position: relative;
}
.home4 .bj_pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.home4 .bj_pic::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 105, 62, 0.6);
}
.home4 .container {
  position: relative;
}
.home4 .container > .row > div {
  width: 100%;
}
.home4 .container > .row > div > .title {
  color: #fff;
}
.home4 .container > .row > div > .title > h2 {
  color: #fff;
}
.home4 .container > .row > .contact {
  margin-top: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home4 .container > .row > .contact > li {
  color: #fff;
  padding-bottom: 10px;
  width: calc(100% / 3);
}
.home4 .container > .row > .contact > li:nth-child(1) {
  text-align: right;
}
.home4 .container > .row > .contact > li > .icon {
  width: 65px;
  margin: 0 20px;
  border-radius: 50%;
  border: 2px solid #fff;
}
.home4 .container > .row > .contact > li > a {
  display: block;
  max-height: 200px;
  margin: 0 70px;
  margin-bottom: 20px;
}
.home4 .container > .row > .contact > li > a img {
  height: 200px;
  object-fit: contain;
}
.home4 .container > .row > .contact > .map {
  padding: 0;
}
.home4 .container > .row > .address {
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 35px;
  font-size: 14px;
  margin-bottom: 5px;
}
.home4 .container > .row > .footer {
  margin-top: 70px;
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
.home4 .container > .row > .footer a {
  font-size: 14px;
  color: #fff;
}
.home4 .container > .row > .footer .erweima {
  display: flex;
  justify-content: space-evenly;
  position: relative;
}
.home4 .container > .row > .footer .erweima .img {
  text-align: center;
  margin-left: 50px;
}
.home4 .container > .row > .footer .erweima img {
  width: 80px;
  height: 80px;
}
.home4 .line {
  position: absolute;
  top: 535px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.368627451);
}

.home5 .container > .row > div {
  width: 100%;
}
.home5 .container > .row > .flex {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 25px 25px;
}
.home5 .container > .row > .flex > .son {
  width: calc(20% - 20px);
  /* padding: 0 15px; */
  transition: all 0.5s ease;
}
.home5 .container > .row > .flex > .son:hover .img img {
  transform: scale(1.05);
}
.home5 .container > .row > .flex > .son:hover .text h2 {
  color: #00693e;
}
.home5 .container > .row > .flex > .son .img {
  /* margin: 0 auto; */
  width: 100%;
  height: 0;
  padding-bottom: 40%;
  position: relative;
  overflow: hidden;
}
.home5 .container > .row > .flex > .son .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  object-fit: contain;
}
.home5 .container > .row > .flex > .son .text h2 {
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
  transition: all 0.5s ease;
  text-align: center;
}
.home5 .container > .row > .flex > .son .text p {
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.home5 .container > .row > .flex > .son .text span {
  font-size: 12px;
}
.recruit2,
.news2,
.overview2 {
  --height: 130px;
}
.recruit2 .container > .row,
.news2 .container > .row,
.overview2 .container > .row {
  margin-top: 30px;
  justify-content: space-between;
}
.recruit2 .container > .row > .left,
.news2 .container > .row > .left,
.overview2 .container > .row > .left {
  width: 300px;
}
.recruit2 .container > .row > .left > .title,
.news2 .container > .row > .left > .title,
.overview2 .container > .row > .left > .title {
  padding-left: 50px;
  font-size: 20px;
  background: url(../image/d1.png) 30px center no-repeat;
  background-color: var(--color1);
  color: #fff;
  height: 60px;
  line-height: 60px;
}
.recruit2 .container > .row > .left > ul,
.news2 .container > .row > .left > ul,
.overview2 .container > .row > .left > ul {
  border: 1px solid #e5e5e5;
  border-top: none;
  padding: 20px;
  padding-top: 0;
  margin-bottom: 30px;
}
.recruit2 .container > .row > .left > ul > li,
.news2 .container > .row > .left > ul > li,
.overview2 .container > .row > .left > ul > li {
  height: 46px;
  line-height: 46px;
  background: #efefef;
  border-bottom: 1px solid #dddddd;
  margin-top: 10px;
}
.recruit2 .container > .row > .left > ul > li > a,
.news2 .container > .row > .left > ul > li > a,
.overview2 .container > .row > .left > ul > li > a {
  display: block;
  font-size: 15px;
  padding-left: 45px;
  color: #222;
  background: url(../image/d2.png) 20px no-repeat;
}
.recruit2 .container > .row > .left > ul > li:hover,
.recruit2 .container > .row > .left > ul > li.active,
.news2 .container > .row > .left > ul > li:hover,
.news2 .container > .row > .left > ul > li.active,
.overview2 .container > .row > .left > ul > li:hover,
.overview2 .container > .row > .left > ul > li.active {
  background-color: var(--color1);
  color: #fff;
}
.recruit2 .container > .row > .left > ul > li:hover > a,
.recruit2 .container > .row > .left > ul > li.active > a,
.news2 .container > .row > .left > ul > li:hover > a,
.news2 .container > .row > .left > ul > li.active > a,
.overview2 .container > .row > .left > ul > li:hover > a,
.overview2 .container > .row > .left > ul > li.active > a {
  background-image: url(../image/d2_on.png);
  color: #fff;
}
.recruit2 .container > .row > .left > .contact,
.news2 .container > .row > .left > .contact,
.overview2 .container > .row > .left > .contact {
  border: 1px solid #e5e5e5;
  border-top: none;
  padding: 20px;
}
.recruit2 .container > .row > .left > .contact > .text,
.news2 .container > .row > .left > .contact > .text,
.overview2 .container > .row > .left > .contact > .text {
  margin-top: 20px;
}
.recruit2 .container > .row > .left > .contact > .text > .name,
.news2 .container > .row > .left > .contact > .text > .name,
.overview2 .container > .row > .left > .contact > .text > .name {
  display: block;
  font-size: 18px;
  line-height: 40px;
  color: var(--color1);
}
.recruit2 .container > .row > .left > .contact > .text p,
.news2 .container > .row > .left > .contact > .text p,
.overview2 .container > .row > .left > .contact > .text p {
  line-height: 36px;
  font-size: 16px;
}
.recruit2 .container > .row > .left > .list,
.news2 .container > .row > .left > .list,
.overview2 .container > .row > .left > .list {
  border: 1px solid #e5e5e5;
  border-top: none;
  padding: 10px;
  height: auto;
}
.recruit2 .container > .row > .left > .list > ul > li,
.news2 .container > .row > .left > .list > ul > li,
.overview2 .container > .row > .left > .list > ul > li {
  border-bottom: 1px dashed #e5e5e5;
}
.recruit2 .container > .row > .left > .list > ul > li > a,
.news2 .container > .row > .left > .list > ul > li > a,
.overview2 .container > .row > .left > .list > ul > li > a {
  display: flex;
}
.recruit2 .container > .row > .left > .list > ul > li > a > span,
.news2 .container > .row > .left > .list > ul > li > a > span,
.overview2 .container > .row > .left > .list > ul > li > a > span {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  background: url(../image/d2.png) no-repeat left;
  width: 15px;
  height: 10px;
  display: block;
  margin-top: 17px;
}
.recruit2 .container > .row > .left > .list > ul > li > a > .img,
.news2 .container > .row > .left > .list > ul > li > a > .img,
.overview2 .container > .row > .left > .list > ul > li > a > .img {
  display: none;
  order: 0;
  flex-shrink: 0;
  margin-top: 3px;
  width: 124px;
  height: 90px;
  border: 1px solid #d0d0d0;
  overflow: hidden;
}
.recruit2 .container > .row > .left > .list > ul > li > a > .img > img,
.news2 .container > .row > .left > .list > ul > li > a > .img > img,
.overview2 .container > .row > .left > .list > ul > li > a > .img > img {
  height: 100%;
}
.recruit2 .container > .row > .left > .list > ul > li > a > .img > img:hover,
.news2 .container > .row > .left > .list > ul > li > a > .img > img:hover,
.overview2 .container > .row > .left > .list > ul > li > a > .img > img:hover {
  transform: scale(1.1);
}
.recruit2 .container > .row > .left > .list > ul > li > a > .contact > .title,
.news2 .container > .row > .left > .list > ul > li > a > .contact > .title,
.overview2 .container > .row > .left > .list > ul > li > a > .contact > .title {
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  font-size: 14px;
}
.recruit2 .container > .row > .left > .list > ul > li > a > .contact > p,
.news2 .container > .row > .left > .list > ul > li > a > .contact > p,
.overview2 .container > .row > .left > .list > ul > li > a > .contact > p {
  display: none;
  color: #777;
  font-size: 12px;
  line-height: 25px;
  overflow: hidden;
  height: 50px;
}
.recruit2 .container > .row > .left > .list > ul > li.active > a > .img,
.news2 .container > .row > .left > .list > ul > li.active > a > .img,
.overview2 .container > .row > .left > .list > ul > li.active > a > .img {
  display: block;
}
.recruit2 .container > .row > .left > .list > ul > li.active > a > .contact,
.news2 .container > .row > .left > .list > ul > li.active > a > .contact,
.overview2 .container > .row > .left > .list > ul > li.active > a > .contact {
  padding-left: 15px;
}
.recruit2 .container > .row > .left > .list > ul > li.active > a > .contact > .title,
.news2 .container > .row > .left > .list > ul > li.active > a > .contact > .title,
.overview2 .container > .row > .left > .list > ul > li.active > a > .contact > .title {
  height: 50px;
  line-height: 25px;
}
.recruit2 .container > .row > .left > .list > ul > li.active > a > .contact > p,
.news2 .container > .row > .left > .list > ul > li.active > a > .contact > p,
.overview2 .container > .row > .left > .list > ul > li.active > a > .contact > p {
  display: block;
}
.recruit2 .container > .row > .right,
.news2 .container > .row > .right,
.overview2 .container > .row > .right {
  width: 100%;
  border-radius: 8px;
}
.recruit2 .container > .row > .right > .title,
.news2 .container > .row > .right > .title,
.overview2 .container > .row > .right > .title {
  background: url(../image/d1_on.png) 30px center no-repeat;
  padding-left: 50px;
  font-size: 20px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #00693e;
}
.recruit2 .container > .row > .right > .content > .text,
.news2 .container > .row > .right > .content > .text,
.overview2 .container > .row > .right > .content > .text {
  border-bottom: 1px dotted #c0c2c3;
  font-size: 14px;
  color: #999;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.service .container > .row > .right > .content > .img {
  height: 300px;
  margin-bottom: 20px;
}
.service .container > .row > .right > .content > .img img {
  height: 100%;
  display: block;
  margin: 0 auto;
}
.recruit2 .container > .row > .right > .content > .text > h1,
.news2 .container > .row > .right > .content > .text > h1,
.overview2 .container > .row > .right > .content > .text > h1 {
  font-size: 20px;
  color: #333;
  text-align: center;
  padding-bottom: 10px;
  line-height: 1.6;
  font-weight: bold;
}
.recruit2 .container > .row > .right > .content > .text > .time,
.news2 .container > .row > .right > .content > .text > .time,
.overview2 .container > .row > .right > .content > .text > .time {
  text-align: center;
  height: 20px;
  line-height: 20px;
}
.recruit2 .container > .row > .right > .content p,
.news2 .container > .row > .right > .content p,
.overview2 .container > .row > .right > .content p {
  font-size: 16px;
  line-height: 2;
}
.recruit2 .container > .row > .right > .content p img,
.news2 .container > .row > .right > .content p img,
.overview2 .container > .row > .right > .content p img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.recruit2 .container > .row > .right > .list > ul > li,
.news2 .container > .row > .right > .list > ul > li,
.overview2 .container > .row > .right > .list > ul > li {
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.recruit2 .container > .row > .right > .list > ul > li::after,
.news2 .container > .row > .right > .list > ul > li::after,
.overview2 .container > .row > .right > .list > ul > li::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: var(--color1);
  transition: all 0.8s ease;
}
.recruit2 .container > .row > .right > .list > ul > li > a,
.news2 .container > .row > .right > .list > ul > li > a,
.overview2 .container > .row > .right > .list > ul > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recruit2 .container > .row > .right > .list > ul > li > a > .img,
.news2 .container > .row > .right > .list > ul > li > a > .img,
.overview2 .container > .row > .right > .list > ul > li > a > .img {
  width: 200px;
  max-height: 150px;
  margin-right: 50px;
  flex-shrink: 0;
  overflow: hidden;
}
.service .container > .row > .right > .list > ul > li > a > .img {
  max-height: none;
}
.recruit2 .container > .row > .right > .list > ul > li > a > .img > img,
.news2 .container > .row > .right > .list > ul > li > a > .img > img,
.overview2 .container > .row > .right > .list > ul > li > a > .img > img {
  transition: all 0.8s ease;
}
.news2 .container > .row > .right > .list > ul > li > a > .img > img {
  width: 100%;
}
.recruit2 .container > .row > .right > .list > ul > li > a > .contact,
.news2 .container > .row > .right > .list > ul > li > a > .contact,
.overview2 .container > .row > .right > .list > ul > li > a > .contact {
  width: 100%;
}
.recruit2 .container > .row > .right > .list > ul > li > a > .contact > .title,
.news2 .container > .row > .right > .list > ul > li > a > .contact > .title,
.overview2 .container > .row > .right > .list > ul > li > a > .contact > .title {
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 15px;
  overflow: hidden;
  transition: all 0.8s ease;
}
.recruit2 .container > .row > .right > .list > ul > li > a > .contact > p,
.news2 .container > .row > .right > .list > ul > li > a > .contact > p,
.overview2 .container > .row > .right > .list > ul > li > a > .contact > p {
  color: #9c9f9f;
  max-height: 50px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
}
.recruit2 .container > .row > .right > .list > ul > li > a > .contact .flex,
.news2 .container > .row > .right > .list > ul > li > a > .contact .flex,
.overview2 .container > .row > .right > .list > ul > li > a > .contact .flex {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recruit2 .container > .row > .right > .list > ul > li > a > .contact .flex span,
.news2 .container > .row > .right > .list > ul > li > a > .contact .flex span,
.overview2 .container > .row > .right > .list > ul > li > a > .contact .flex span {
  font-size: 13px;
  transition: all 0.8s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}
.recruit2 .container > .row > .right > .list > ul > li > a > .contact .flex span i,
.news2 .container > .row > .right > .list > ul > li > a > .contact .flex span i,
.overview2 .container > .row > .right > .list > ul > li > a > .contact .flex span i {
  font-size: 14px;
}
.recruit2 .container > .row > .right > .list > ul > li > a > .contact .more,
.news2 .container > .row > .right > .list > ul > li > a > .contact .more,
.overview2 .container > .row > .right > .list > ul > li > a > .contact .more {
  padding: 5px 15px;
  background-color: var(--color1);
  color: #fff;
}
.recruit2 .container > .row > .right > .list > ul > li:hover::after,
.news2 .container > .row > .right > .list > ul > li:hover::after,
.overview2 .container > .row > .right > .list > ul > li:hover::after {
  width: 100%;
}
.recruit2 .container > .row > .right > .list > ul > li:hover > a > .img > img,
.news2 .container > .row > .right > .list > ul > li:hover > a > .img > img,
.overview2 .container > .row > .right > .list > ul > li:hover > a > .img > img {
  transform: scale(1.05);
}
.recruit2 .container > .row > .right > .list > ul > li:hover > a > .contact > .title,
.news2 .container > .row > .right > .list > ul > li:hover > a > .contact > .title,
.overview2 .container > .row > .right > .list > ul > li:hover > a > .contact > .title {
  color: var(--color1);
}
.recruit2 .container > .row > .right > .list > ul > li:hover > a > .contact .flex span,
.news2 .container > .row > .right > .list > ul > li:hover > a > .contact .flex span,
.overview2 .container > .row > .right > .list > ul > li:hover > a > .contact .flex span {
  color: var(--color1);
}
.recruit2 .container > .row > .right > .list1,
.news2 .container > .row > .right > .list1,
.overview2 .container > .row > .right > .list1 {
  margin: 30px;
}
.recruit2 .container > .row > .right > .list1 > ul,
.news2 .container > .row > .right > .list1 > ul,
.overview2 .container > .row > .right > .list1 > ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
.recruit2 .container > .row > .right > .list1 > ul > li > a,
.news2 .container > .row > .right > .list1 > ul > li > a,
.overview2 .container > .row > .right > .list1 > ul > li > a {
  display: flex;
  flex-direction: column;
}
.recruit2 .container > .row > .right > .list1 > ul > li > a > .img,
.news2 .container > .row > .right > .list1 > ul > li > a > .img,
.overview2 .container > .row > .right > .list1 > ul > li > a > .img {
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  position: relative;
  overflow: hidden;
}
.recruit2 .container > .row > .right > .list1 > ul > li > a > .img > img,
.news2 .container > .row > .right > .list1 > ul > li > a > .img > img,
.overview2 .container > .row > .right > .list1 > ul > li > a > .img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.recruit2 .container > .row > .right > .list1 > ul > li > a > .img > img:hover,
.news2 .container > .row > .right > .list1 > ul > li > a > .img > img:hover,
.overview2 .container > .row > .right > .list1 > ul > li > a > .img > img:hover {
  transform: scale(1.1);
}
.recruit2 .container > .row > .right > .list1 > ul > li > a > .text,
.news2 .container > .row > .right > .list1 > ul > li > a > .text,
.overview2 .container > .row > .right > .list1 > ul > li > a > .text {
  padding: 15px;
  line-height: 25px;
  height: 80px;
  overflow: hidden;
}
.recruit2 .container > .row > .right > .list1 > ul > li > a > p,
.news2 .container > .row > .right > .list1 > ul > li > a > p,
.overview2 .container > .row > .right > .list1 > ul > li > a > p {
  border-top: 1px solid #e0e0e0;
  padding: 20px 0;
}
.recruit2 .container > .row > .right > .list1 > ul > li > a > p > span,
.news2 .container > .row > .right > .list1 > ul > li > a > p > span,
.overview2 .container > .row > .right > .list1 > ul > li > a > p > span {
  font-size: 12px;
  display: block;
  width: 90px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #999;
  border: 1px solid #e0e0e0;
  margin-left: 15px;
}
.recruit2 .container > .row > .right > .list1 > ul > li > a:hover,
.news2 .container > .row > .right > .list1 > ul > li > a:hover,
.overview2 .container > .row > .right > .list1 > ul > li > a:hover {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}
.recruit2 .container > .row > .right > .list1 > ul > li > a:hover > .text,
.news2 .container > .row > .right > .list1 > ul > li > a:hover > .text,
.overview2 .container > .row > .right > .list1 > ul > li > a:hover > .text {
  padding-left: 25px;
}
.recruit2 .container > .row > .right > .list1 > ul > li > a:hover > p > span,
.news2 .container > .row > .right > .list1 > ul > li > a:hover > p > span,
.overview2 .container > .row > .right > .list1 > ul > li > a:hover > p > span {
  background-color: var(--color1);
  color: #fff;
  margin-left: 25px;
}

.overview2 .right .img_info {
  float: right;
  max-width: 30%;
  margin-left: 20px;
}

.overview3 {
  padding: 50px 0;
}
.overview3 .list1 ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 25px;
}
.overview3 .list1 ul li {
  overflow: hidden;
}
.overview3 .list1 ul a {
  display: block;
  overflow: hidden;
}
.overview3 .list1 ul a .img {
  height: 200px;
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #e4e4e4;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.overview3 .list1 ul a .img img {
  width: 100%;
  max-height: 100%;
  transition: all 0.8s ease;
}
.overview3 .list1 ul a .text {
  white-space: nowrap;
  text-align: center;
  margin-top: 15px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.overview3 .list1 ul a:hover .img img {
  transform: scale(1.05);
}

.case2 {
  padding: 50px 0;
}
.case2 .right {
  width: 100%;
}
.case2 .list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 25px;
}
.case2 .list ul li {
  width: calc(20% - 20px);
  position: relative;
  overflow: hidden;
}
.case2 .list ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.case2 .list ul li a::after {
  /*content: "";*/
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  width: 60px;
  background-image: url(../image/icon-bj.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-60px) translateX(60px);
  transition: all 0.8s;
}
.case2 .list ul li a .img {
  width: 100%;
  height: 0;
  padding-bottom: 40%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.case2 .list ul li a .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 0.6s ease-in-out;
}
.case2 .list ul li a .img .a {
  height: 36px;
  width: 36px;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  background-color: #0a0571;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 2;
  transition: all 0.8s;
  opacity: 0;
  transform: scale(1.4) rotate(-45deg);
  display: none;
}
.case2 .list ul li a .contact {
  width: 100%;
  overflow: hidden;
}
.case2 .list ul li a .title {
  text-align: center;
  padding: 15px 10px 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  font-weight: bold;
}
.case2 .list ul li a:hover::after {
  transform: translateY(0) translateX(0);
}
.case2 .list ul li a:hover .img img {
  transform: scale(1.05);
}
.case2 .list ul li a:hover .img .a {
  opacity: 1;
  transform: scale(1) rotate(-45deg);
}

.business1 {
  border-bottom: #dbdbdb 1px solid;
}
.business1 .container > .row > .title > a {
  display: inline-block;
  height: 75px;
  line-height: 75px;
  /*margin-right: 20px;*/
  padding: 0 40px;
  font-size: 16px;
  position: relative;
  transition: 0.6s ease;
}
.business1 .container > .row > .title > a::before {
  /*content: "";*/
  width: 0;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
  background: var(--color1);
  transition: 0.6s ease-in-out;
}
.business1 .container > .row > .title > a.active,
.business1 .container > .row > .title > a:hover {
  background-color: var(--color1);
  color: #fff;
}
.business1 .container > .row > .title > a.active::before,
.business1 .container > .row > .title > a:hover::before {
  width: 100%;
}
.business1 .container > .row .content {
  height: 75px;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 5px;
}
.business2 .container > .row .l {
  padding-top: 50px;
  width: 20%;
  margin-right: 5%;
}
.business2 .container > .row .l h3 {
  width: 100%;
  background-color: var(--color1);
  color: #fff;
  padding-left: 40px;
  padding-right: 30px;
  padding-top: 25px;
  padding-bottom: 30px;
  border-top-right-radius: 30px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.business2 .container > .row .l a {
  display: block;
  line-height: 40px;
  padding-left: 40px;
  border: 1px solid #e0e0e0;
  border-top: none;
  transition: all 0.5s ease;
}
.business2 .container > .row .l a:hover,
.business2 .container > .row .l a.active {
  color: #fff;
  background-color: var(--color1);
}
.business2 .container > .row .r {
  width: 100%;
  padding-bottom: 20px;
}
.business2 .container > .row .text {
  padding: 50px 0px;
  font-size: 16px;
  line-height: 2;
}
.business2 .container > .row .title {
  padding-top: 50px;
  padding-bottom: 30px;
  font-size: 26px;
  line-height: 1;
  text-align: center;
}
.business2 .container > .row .con ul {
  margin-left: 2em;
}
.business2 .container > .row .con ul li::marker {
  color: var(--color1);
}
.business2 .container > .row .con p {
  line-height: 2;
}
.business2 .container > .row .content > .item {
  display: flex;
  padding: 50px 0;
}
.business2 .container > .row .content > .item > .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.business2 .container > .row .content > .item > .left > h2 {
  font-weight: bold;
  font-size: 18px;
  color: var(--color1);
  margin-bottom: 40px;
}
.business2 .container > .row .content > .item > .left p {
  line-height: 2;
}
.business2 .container > .row .content > .item > .right {
  flex-shrink: 0;
  width: 60%;
}
.business2 .container > .row .content > .item > .right > img {
  padding-left: 30px;
}
.business2 .container > .row .content > .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.business2 .container > .row .content > .item:nth-child(2n) > .right > img {
  padding: 0;
  padding-right: 30px;
}

.contact2 .container > .row {
  padding: 50px 0;
}
.contact2 .container > .row > .left {
  width: 48%;
  margin-right: auto;
}
.contact2 .container > .row > .left > h2 {
  font-size: 28px;
}
.contact2 .container > .row > .left > ul {
  padding: 30px 0;
}
.contact2 .container > .row > .left > ul > li {
  line-height: 45px;
  display: flex;
  gap: 10px;
}
.contact2 .container > .row > .left > ul > li i {
  font-size: 20px;
}
.contact2 .container > .row > .right {
  width: 48%;
  margin-left: auto;
  padding: 0;
}
.contact2 .container > .row > .right > h2 {
  font-size: 28px;
}
.contact2 .container > .row > .right > form {
  padding: 30px 0;
}
.contact2 .container > .row > .right > form > .form-group {
  display: flex;
}
.contact2 .container > .row > .right > form > .form-group > label {
  width: 90px;
  flex-shrink: 0;
  margin: 0;
  line-height: 1.5;
  padding-top: 0.8rem;
}

.form-control:focus {
  box-shadow: none;
  border-color: var(--color1);
}
.form-control::placeholder  {
  color: #aaa;
}
.form-control {
  height: calc(1.5em + 0.75rem + 10px);
}
textarea.form-control {
  padding: 0.7rem 0.75rem;
}
.btn-primary {
  background-color: var(--color1);
  border-radius: 50px;
  padding: 10px 70px;
}

.btn-primary:focus {
  box-shadow: none;
  background-color: var(--color1);
}

@keyframes gradient {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1);
  }
  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }
  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}
.lyNyContact_map {
  margin-top: 30px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.caidan_box,
.caidan {
  display: none;
}
/*# sourceMappingURL=index.css.map */
