@font-face {
  font-family: 'mont-regular';
  src: url('../css/fonts/Montserrat-Regular.otf') format('opentype');
  font-display: swap;
}
@font-face {
  font-family: 'mont-light';
  src: url('../css/fonts/Montserrat-Light.otf') format('opentype');
  font-display: swap;
}
@font-face {
  font-family: 'mont-medium';
  src: url('../css/fonts/Montserrat-Medium.otf') format('opentype');
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  height: 100%;
  position: relative;
  width: 100%;
  font-family:
    Arial,
    Source Han Sans CN,
    PingFang SC,
    Microsoft YaHei,
    sans-serif;
}

body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

body::-webkit-scrollbar-thumb {
  /* box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
  background: #008470;
}

body::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1); */
  background: #dedede;
}

img {
  display: block;
}

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

ul,
ol,
li,
dl,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* .swiper-container{
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
} */

:root {
  --font-Regular:
    'mont-regular', Source Han Sans CN, 'PingFang SC', 'Microsoft YaHei',
    sans-serif, Arial;
  --font-Medium:
    'mont-medium', Source Han Sans CN, 'PingFang SC', 'Microsoft YaHei',
    sans-serif, Arial;
  --font-Light:
    'mont-light', Source Han Sans CN, 'PingFang SC', 'Microsoft YaHei',
    sans-serif, Arial;
}

.el-message {
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}
.hamburger {
  display: none;
}

.center-1200 {
  width: 1200px;
}

.center-1400 {
  width: 1400px;
}

.center-1600 {
  width: 1600px;
}

.center-1800 {
  width: 1800px;
}

.app {
  display: none;
}

.diaolog-pb {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1999;
  display: none;
}
.diaolog-pb .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.diaolog-pb video,
.diaolog-pb img {
  max-height: 75vh;
  max-width: 75vw;
  margin: 0 auto;
  display: block;
}
.diaolog-pb .title {
  font-family: var(--font-Light);
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  margin-top: 15px;
}
.diaolog-pb i {
  font-size: 36px;
  position: absolute;
  bottom: 100%;
  left: 100%;
  color: #ffffff;
  cursor: pointer;
}

.diaolog.active {
  display: block;
}

.diaolog iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  height: 75%;
}

.message-alert {
  position: fixed;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px 25px;
  border-radius: 4px;
  font-family: var(--font-Light);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 1000;
  width: max-content;
  max-width: 50%;
  text-align: center;
}

.message-alert.success {
  background-color: #55bb8a;
}

.message-alert.error {
  background-color: #f56c6c;
}

.message-alert.warning {
  background-color: #e6a23c;
}

/* seadershow */
.seadershow {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}

.seaderbox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.seader {
  position: relative;
}

.seader form {
  width: 1000px;
  height: 80px;
  border: 5px solid #8c8c8c;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  display: -webkit-flex;
}

.seader form input {
  display: block;
  width: 80%;
  height: 100%;
  border: none;
  outline: none;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 16px;
  color: #666666;
  font-family: var(--font-Light);
}

.seader form button {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 20%;
  border: none;
  outline: none;
  background-color: #006522;
  font-size: 18px;
  color: #ffffff;
  font-family: var(--font-Light);
  cursor: pointer;
}

.seader form button img {
  display: block;
  width: auto;
  filter: brightness(11);
  margin-right: 20px;
}

.seader .close {
  display: block;
  position: absolute;
  right: -60px;
  top: -80px;
}

.seader .close img {
  display: block;
}

.el-message {
  font-family: var(--font-Light);
  z-index: 9999 !important;
}

.el-form-item__error,
.el-select-dropdown__item,
.el-checkbox__label {
  font-family: var(--font-Light);
}

.el-form-item__error {
  z-index: 1;
}
.center-1520 {
  width: 1520px;
}
.header-box.active {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.header-box.scroll-down {
  top: -160px;
}
.header-box {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background-color: #ffffff;
  transition: 0.4s;
}
.headerct {
  height: 120px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headerct .logo {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.headerct .logo img {
  position: absolute;
  top: 0;
  left: 0;
  height: 160px;
}
.headerct .logo p {
  margin-left: calc(186px + 17px);
  font-family: var(--font-Regular);
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.headerct .right {
  display: flex;
  align-items: center;
}
.headerct .nav {
  display: flex;
}
.headerct .nav .nav-item {
  font-family: var(--font-Light);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  position: relative;
  transition: 0.4s;
}
.headerct .nav .nav-item::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 0;
  height: 2px;
  background-color: #008470;
  transition: 0.4s;
}
.headerct .nav li.active .nav-item,
.headerct .nav .nav-item:hover {
  color: #008470;
}
.headerct .nav li.active .nav-item::after {
  width: 100%;
}
.headerct .nav li:not(:first-of-type) {
  margin-left: 80px;
}
.headerct .lan {
  position: relative;
  margin-left: 100px;
}
.headerct .lan .zs {
  width: 48px;
  height: 48px;
  background: #eeeeee;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-Regular);
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
}
.headerct .lan .flow {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  transform-origin: top;
  opacity: 0;
  padding-top: 10px;
  transition: 0.4s;
}
.headerct .lan .flow .rq {
  position: relative;
  background-color: #eeeeee;
  border-radius: 4px;
  width: 100px;
  padding: 5px 0;
}
.headerct .lan .flow .rq::before {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #eeeeee;
}
.headerct .lan .flow .rq a {
  font-family: var(--font-Light);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  text-align: center;
  display: block;
  transition: 0.4s;
  padding: 10px 10px;
}
.headerct .lan .flow .rq a:hover {
  color: #008470;
}
.headerct .lan:hover .flow {
  transform: translateX(-50%) scaleY(1);
  opacity: 1;
}
.mySwiper {
  width: 100%;
  transform: matrix(1, 0, 0, 1, 0, 0);
  will-change: transform; /* 优化性能 */
}
.mySwiper .bg {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  transform: scale(1.15);
  transition: transform 5s ease-out;
}
.mySwiper .swiper-slide {
  overflow: hidden;
}
.mySwiper .swiper-slide-active .bg {
  transform: scale(1);
}
.mySwiper .pb {
  width: 68px;
  height: 68px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mySwiper .pb i {
  font-size: 22px;
  color: #ffffff;
}
.mySwiper .prev {
  left: 4%;
}
.mySwiper .next {
  right: 4%;
}
.mySwiper .flow-dbl {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 7%;
  z-index: 3;
}
.mySwiper .flow-dbl .nr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mySwiper .flow-dbl .line {
  width: calc(100% - 70px);
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
}
.mySwiper .flow-dbl .line .progress {
  width: 0;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  transition: width 1.2s;
}
.mySwiper .flow-dbl .nr .db {
  display: flex;
  font-family: var(--font-Regular);
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
}
.mySwiper .flow-dbl .nr .db .to {
  color: #999999;
  margin-left: 8px;
}
.mySwiper .ct {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mySwiper .ct .wz {
  font-family: var(--font-Regular);
  font-weight: bold;
  font-size: 70px;
  color: #ffffff;
  line-height: 0.9;
}
.mySwiper .ct .wz p:first-of-type {
  background: linear-gradient(0deg, #ffffff 0%, #00c7a9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
}
.mySwiper .ct .wz p:nth-of-type(3) {
  padding-left: 90px;
}
.mySwiper .ct .wz {
  opacity: 0;
  transform: translateY(30%);
  transition: 1s;
}
.mySwiper .swiper-slide.show-text .wz {
  opacity: 1;
  transform: translateY(0);
}
.mySwiper .com {
  position: absolute;
  bottom: 27%;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-Regular);
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  text-align: right;
}
.banner {
  position: relative;
  overflow: hidden;
  margin-top: 120px;
}
.banner .bg {
  width: 100%;
}
.banner .ct {
  position: absolute;
  left: 50%;
  bottom: 100px;
  transform: translateX(-50%);
}
.banner h3 {
  font-family: var(--font-Regular);
  font-weight: bold;
  font-size: 80px;
  color: #ffffff;
  text-transform: uppercase;
}
.banner.active .ct {
  bottom: 340px;
}
.banner.active .bg {
  min-height: 580px;
  object-fit: cover;
}
.pro-box {
  position: relative;
  background-color: #f5faf9;
  overflow: hidden;
}
.pro-box .bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.proct {
  margin: 0 auto;
  padding: 85px 0 140px 0;
  position: relative;
  z-index: 1;
}
.proct .tag {
  display: flex;
  flex-wrap: wrap;
}
.proct .tag a {
  font-family: var(--font-Light);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  background-color: #ffffff;
  border-radius: 24px;
  transition: 0.4s;
  padding: 13px 45px;
  text-transform: uppercase;
  margin-top: 15px;
}
.proct .tag a:not(:last-of-type) {
  margin-right: 30px;
}
.proct .tag a.active {
  background-color: #008470;
  color: #ffffff !important;
}
.proct .tag a:hover {
  color: #008470;
}
.proct .mide .item {
  background-color: #ffffff;
  border-radius: 20px;
  margin-top: 60px;
  padding: 32px 40px 40px 40px;
  position: relative;
}
.proct .mide .item .it-bg {
  position: absolute;
  top: 0;
  right: 0;
}
.proct .mide .item .rq {
  position: relative;
  z-index: 1;
}
.proct .mide .item h3 {
  font-family: var(--font-Regular);
  font-weight: bold;
  font-size: 40px;
  color: #333333;
}
.proct .mide .item .line {
  width: 100%;
  height: 1px;
  background-color: #eeeeee;
  margin: 32px 0 40px 0;
}
.proct .mide .item .title {
  display: flex;
  align-items: center;
}
.proct .mide .item .title p {
  font-family: var(--font-Regular);
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  margin-left: 19px;
}
.proct .mide .item .txt {
  font-family: var(--font-Light);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  margin: 20px 0 30px 0;
}
.pro-list {
  border: 1px solid #eeeeee;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 27px;
}
.pro-list .dbl {
  display: flex;
  justify-content: space-between;
  background-color: #f7f7f7;
}
.pro-list .dbl .pb {
  font-family: var(--font-Regular);
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  padding: 17px 16px;
}
.pro-list .dbl .pb:not(:last-of-type) {
  border-right: 1px solid #eeeeee;
}
.pro-list li {
  display: flex;
  justify-content: space-between;
}
.pro-list li p {
  font-family: var(--font-Light);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  word-break: break-word;
}
.pro-list li .pdf {
  display: flex;
  justify-content: center;
  width: 100%;
}
.pro-list li .pdf img {
  width: 34px;
}
.pro-list li .pdf img:last-of-type {
  display: none;
}
.pro-list li .pdf:hover img:last-of-type {
  display: block;
}
.pro-list li .pdf:hover img:first-of-type {
  display: none;
}
.pro-list li .kt {
  display: flex;
  align-items: center;
  width: 100%;
}
.pro-list li .kt .ib {
  width: 40px;
  display: flex;
  justify-content: center;
  margin-right: 12px;
}
.pro-list li .kt .ib img {
  max-width: 100%;
}
.pro-list li .pb {
  padding: 12px 16px;
  display: flex;
  align-items: center;
}
.pro-list li .pb:not(:last-of-type) {
  border-right: 1px solid #eeeeee;
}
.pro-list li:not(:first-of-type) {
  border-top: 1px solid #eeeeee;
}
.pro-list .p1 {
  width: 10%;
}
.pro-list .p2 {
  width: 19%;
}
.pro-list .p3 {
  width: 19%;
}
.pro-list .p4 {
  width: 19%;
}
.pro-list .p5 {
  width: 10%;
}
.pro-list .p6 {
  width: 13%;
}
.pro-list .p7 {
  width: 10%;
}
.con1-box {
  margin: 0 auto;
  max-width: 1920px;
  position: relative;
  overflow: hidden;
}
.con1-box .flow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 41%;
}
.con1-box .flow img {
  width: 100%;
}
.con1ct {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 110px 0;
}
.con1ct .left h3 {
  font-family: var(--font-Regular);
  font-weight: bold;
  font-size: 36px;
  color: #222222;
}
.con1ct .right {
  width: 760px;
  border-top: 1px solid #eeeeee;
}
.con1ct .right .row {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.con1ct .right .row .rund {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eaeaea;
}
.con1ct .right .row .rund img {
  filter: brightness(0);
}
.con1ct .right .row a {
  font-family: var(--font-Light);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  width: calc(100% - 48px - 20px);
  padding-top: 8px;
}
.con2-box {
  width: 100%;
  height: 600px;
}
.con2-box iframe {
  width: 100%;
  height: 100%;
}
.con3ct {
  margin: 0 auto;
  padding: 0 0 100px 0;
  display: flex;
  justify-content: space-between;
}
.con3ct .left {
  width: 750px;
  padding-top: 127px;
}
.con3ct .left .title h3 {
  font-family: var(--font-Regular);
  font-weight: bold;
  font-size: 36px;
  color: #ffffff;
}
.con3ct .left .title p {
  font-family: var(--font-Light);
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  margin-top: 10px;
}
.con3ct .right {
  width: 570px;
  background-color: #ffffff;
  border-radius: 80px 0px 0px 0px;
  padding: 50px 60px 60px 60px;
  margin-top: -130px;
}
.con3ct .right form .row p {
  font-family: var(--font-Light);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  margin-bottom: 17px;
}
.con3ct .right form .row input {
  width: 100%;
  height: 48px;
  background: #f5f5f5;
  border-radius: 24px;
  outline: none;
  border: none;
  font-family: var(--font-Light);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  padding: 0 20px;
}
.con3ct .right form .row input::placeholder,
.con3ct .right form .row textarea::placeholder {
  color: #999999;
}
.con3ct .right form .row textarea {
  width: 100%;
  height: 100px;
  background: #f5f5f5;
  border-radius: 24px;
  outline: none;
  border: none;
  resize: none;
  font-family: var(--font-Light);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  padding: 12px 20px 0 20px;
}
.con3ct .right form .row:not(:first-of-type) {
  margin-top: 22px;
}
.con3ct .right form button {
  width: 100%;
  height: 48px;
  background: #008470;
  border-radius: 24px;
  border: none;
  outline: none;
  font-family: var(--font-Light);
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  margin-top: 30px;
  cursor: pointer;
}
.i1-box {
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.i1ct {
  margin: 0 auto;
  padding: 129px 0 139px 0;
}
.i1ct .top h3 {
  font-family: var(--font-Regular);
  font-weight: bold;
  font-size: 36px;
  color: #333333;
}
.i1ct .top .tag {
  display: flex;
  margin-top: 49px;
}
.i1ct .top .tag p {
  cursor: pointer;
  font-family: var(--font-Light);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  text-transform: uppercase;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 9px 32px;
  transition: 0.4s;
}
.i1ct .top .tag p:not(:last-of-type) {
  margin-right: 20px;
}
.i1ct .top .tag p.active {
  background-color: #008470;
  color: #ffffff !important;
}
.i1ct .top .tag p:hover {
  color: #008470;
}
.i1ct .mide {
  margin-top: 60px;
}
.i1-box .box:not(:first-of-type) {
  display: none;
}
.i1-swiper {
  overflow: visible;
}
.i1-swiper .swiper-slide {
  width: auto;
  height: auto;
  display: flex;
}
.i1-swiper .swiper-wrapper {
  align-items: stretch;
}
.i1-swiper .details {
  background: #ffffff;
  border-radius: 20px;
  width: 460px;
  padding: 55px 60px 55px 60px;
}
.i1-swiper .details h4 {
  font-family: var(--font-Regular);
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  text-transform: uppercase;
}
.i1-swiper .details .desc {
  font-family: var(--font-Light);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 25px;
  height: 100px;
  margin: 32px 0 70px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  word-break: break-word;
  overflow-wrap: break-word;
}
.i1-swiper .details .dbl span {
  color: #999999;
}
.i1-swiper .details .dbl {
  font-family: var(--font-Regular);
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  text-transform: uppercase;
}
.i1-swiper .item {
  width: 300px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  border: 1px solid #ffffff;
  position: relative;
  display: block;
  padding: 40px 20px 55px 20px;
  overflow: hidden;
}
.i1-swiper .item .title {
  font-family: var(--font-Regular);
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  text-align: center;
  text-transform: uppercase;
}
.i1-swiper .item .ib {
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 58px;
  overflow: hidden;
}
.i1-swiper .item .ib img {
  max-width: 100%;
  max-height: 100%;
  /*transform: translateX(-8%);*/
}
.i1-swiper .item .more {
  width: 82px;
  height: 32px;
  background: rgba(0, 132, 112, 0.1);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-Light);
  font-weight: 400;
  font-size: 16px;
  color: #008470;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0;
  transition: 0.4s;
}
.i1-swiper .item .flow {
  width: 100%;
  background: rgba(0, 132, 112, 0.95);
  border-radius: 0px 40px 0 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 27px 30px 22px 30px;
  opacity: 0;
  transform: translateY(100%);
  transition: 0.4s;
}
.i1-swiper .item:hover .flow {
  opacity: 1;
  transform: translateY(0);
}
.i1-swiper .item:hover .more {
  opacity: 1;
}
.i1-swiper .item .flow h4 {
  font-family: var(--font-Regular);
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
}
.i1-swiper .item .flow .txt {
  font-family: var(--font-Light);
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 24px;
  margin-top: 10px;
}
.i1-swiper .item .flow .txt p {
  position: relative;
  padding-left: 14px;
}
.i1-swiper .item .flow .txt p::before {
  display: block;
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffffff;
}
/*.i1-swiper .item .flow .txt p:first-of-type {*/
/*  opacity: 0.5;*/
/*  margin-bottom: 10px;*/
/*}*/
.i1ct .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}
.i1ct .bottom .left {
  display: flex;
}
.i1ct .bottom .left .pb {
  width: 32px;
  height: 32px;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
.i1ct .bottom .left .pb i {
  font-size: 18px;
  color: #333333;
  transition: 0.4s;
}
.i1ct .bottom .left .pb:not(:last-of-type) {
  margin-right: 30px;
}
.i1ct .bottom .left .pb:hover {
  background: #008470;
}
.i1ct .bottom .left .pb:hover i {
  color: #ffffff;
}
.i1ct .bottom .left .pb.swiper-button-disabled {
  background: #ffffff;
  cursor: not-allowed;
  opacity: 0.5;
}
.i1ct .bottom .left .pb.swiper-button-disabled i {
  color: #333333;
}
.i1ct .bottom .right {
  display: flex;
  align-items: center;
}
.i1ct .bottom .right p {
  font-family: var(--font-Light);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  transition: 0.4s;
}
.i1ct .bottom .right i {
  font-size: 18px;
  color: #333333;
  margin-left: 10px;
  transition: 0.4s;
}
.i1ct .bottom .right:hover p,
.i1ct .bottom .right:hover i {
  color: #008470;
}
.i3-box {
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.i3ct {
  padding: 126px 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.i3ct .left {
  font-family: var(--font-Regular);
  font-weight: bold;
  font-size: 30px;
  color: #ffffff;
}
.i3ct a {
  width: 260px;
  height: 48px;
  border-radius: 24px;
  border: 3px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-Regular);
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  background-color: #008470;
  transition: 0.4s;
}
.i3ct a:hover {
  background-color: #00a289;
}
.i2-box {
  overflow: hidden;
}
.i2ct {
  margin: 0 auto;
  padding: 140px 0 125px 0;
  display: flex;
  justify-content: space-between;
}
.i2ct .pbrq {
  width: calc((100% - 80px) / 2);
  border-radius: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  position: relative;
  padding: 50px 80px 60px 80px;
}
.i2ct .pbrq .keyword-search {
  display: flex;
  align-items: center;
  border-radius: 24px;
  border: 1px solid #333333;
  height: 48px;
  padding: 4px;
  margin-top: 36px;
}
.i2ct .pbrq .keyword-search .el-input {
  width: calc(100% - 80px);
  height: 100%;
}
.i2ct .pbrq .keyword-search input {
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
  font-family: var(--font-Light);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  padding-left: 17px;
  line-height: unset;
}
.i2ct .pbrq .keyword-search input::placeholder {
  color: #999999;
}
.i2ct .pbrq .keyword-search .btn {
  width: 80px;
  height: 40px;
  background: #008470;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.i2ct .pbrq .keyword-search .btn i {
  font-size: 18px;
  color: #ffffff;
}
.i2ct .pbrq .ib {
  width: 100%;
  height: 400px;
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.i2ct .pbrq .ib img {
  max-width: 100%;
  max-height: 100%;
}
.i2ct .pbrq .title {
  position: relative;
  z-index: 1;
}
.i2ct .pbrq .title h3 {
  font-family: var(--font-Regular);
  font-weight: bold;
  font-size: 36px;
  color: #333333;
}
.i2ct .pbrq .title p {
  font-family: var(--font-Light);
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  margin-top: 10px;
}
.i2ct .pbrq .bg {
  position: absolute;
  top: 0;
  right: 0;
}
.i2ct form {
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
.i2ct form .row {
  margin-top: 25px;
}
.i2ct form .item {
  display: flex;
  justify-content: space-between;
}
.i2ct form .item .row {
  width: calc((100% - 20px) / 2);
}
.i2ct form > .row:first-of-type {
  margin-top: 0;
}
.i2ct form .row p {
  font-family: var(--font-Light);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  margin-bottom: 17px;
}
.i2ct form .row input {
  width: 100%;
  height: 48px;
  background: #ffffff;
  border-radius: 24px;
  outline: none;
  border: none;
  font-family: var(--font-Light);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  padding: 0 20px;
}
.i2ct form .row input::placeholder,
.i2ct form .row textarea::placeholder {
  color: #999999;
}
.i2ct form .row textarea {
  width: 100%;
  height: 100px;
  background: #ffffff;
  border-radius: 24px;
  outline: none;
  border: none;
  resize: none;
  font-family: var(--font-Light);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  padding: 12px 20px 0 20px;
}
.i2ct .right form button {
  width: 100%;
  height: 48px;
  background: #008470;
  border-radius: 24px;
  border: none;
  outline: none;
  font-family: var(--font-Light);
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
  margin-top: 50px;
}
.ser-box {
  margin-top: -240px;
  position: relative;
  z-index: 1;
}
.serct {
  margin: 0 auto;
  padding: 60px 80px 120px 80px;
  border-radius: 0 100px 0 0;
  background: #ffffff;
}
.search-top .keyword {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-top .keyword .desc {
  width: calc(100% - 330px - 50px);
  font-family: var(--font-Light);
  font-weight: 400;
  font-size: 18px;
  color: #999999;
}
.search-top .keyword .btn-b {
  display: flex;
}
.search-top .keyword .btn-b .btn {
  width: 150px;
  height: 48px;
  background: #008470;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.4s;
  font-family: var(--font-Light);
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  transition: 0.4s;
}
.search-top .keyword .btn-b .btn:last-of-type {
  background: #eeeeee;
  color: #333333;
  margin-left: 30px;
}
.search-top .keyword .btn-b .btn:last-of-type:hover {
  color: #008470;
}
.search-top .select-b {
  margin-top: 50px;
}
.search-top .select-b .row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eeeeee;
  padding: 26px 0 16px 0;
}
.search-top .select-b .row:first-of-type {
  border-top: 1px solid #eeeeee;
}
.search-top .select-b .row .label {
  font-family: var(--font-Regular);
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  width: 215px;
}
.search-top .select-b .row .line {
  width: 1px;
  height: 19px;
  background: #dddddd;
}
.search-top .select-b .row .rq {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 215px - 70px);
}
.search-top .select-b .row .rq p {
  font-family: var(--font-Light);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  transition: 0.4s;
  margin-right: 50px;
  cursor: pointer;
  margin-bottom: 10px;
}
.search-top .select-b .row .rq p.active {
  color: #008470;
}
.search-top .select-b .row .rq p:last-of-type {
  margin-right: 0;
}
.serct .mide {
  margin-top: 110px;
}
.serct .mide h3 {
  font-family: var(--font-Regular);
  font-weight: bold;
  font-size: 36px;
  color: #333333;
}
.serct .mide h3 span {
  color: #999999;
}
.search-list {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
}
.search-list li {
  width: calc((100% - 64px) / 3);
  margin-right: 32px;
  margin-top: 60px;
}
.search-list li:nth-of-type(1),
.search-list li:nth-of-type(2),
.search-list li:nth-of-type(3) {
  margin-top: 0;
}
.search-list li:nth-of-type(3n) {
  margin-right: 0;
}
.search-list li a {
  display: block;
  transition: 0.4s;
}
.search-list li a .ib {
  width: 100%;
  height: 310px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #eeeeee;
}
.search-list li a .ib .pi {
  max-width: 100%;
  max-height: 100%;
  /*transform: translateX(-4%);*/
}
.search-list li a .ib .flow {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.search-list li a .ib .flow img {
  transition: 0.4s;
  width: 34px;
}
.search-list li a .ib .flow img:last-of-type {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.search-list li a .txt {
  background: #eeeeee;
  border-radius: 20px;
  padding: 27px 30px;
  margin-top: 10px;
}
.search-list li a .txt .row {
  display: flex;
  justify-content: space-between;
}
.search-list li a .txt .row:not(:first-of-type) {
  margin-top: 11px;
}
.search-list li a .txt .row p {
  font-family: var(--font-Light);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
}
.search-list li a .txt .row .bt {
  color: #999999;
  width: 115px;
}
.search-list li a .txt .row .z {
  width: calc(100% - 115px - 25px);
  word-break: break-word;
}
.search-list li a .ib .flow:hover img:last-of-type {
  position: relative;
  opacity: 1;
}
.search-list li a .ib .flow:hover img:first-of-type {
  position: absolute;
  opacity: 0;
}
.search-list li a:hover {
  transform: translateY(-15px);
}
.no-data.open {
  display: block;
}
.no-data .content {
  width: 500px;
  background: #ffffff;
  box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 35px 40px 40px 40px;
}
.no-data .content h6 {
  font-family: var(--font-Regular);
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.no-data .content p {
  font-family: var(--font-Light);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  margin-top: 22px;
}
.no-data .content .close {
  width: 90px;
  height: 42px;
  background: #eeeeee;
  font-family: var(--font-Light);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  border-radius: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.4s;
  margin-left: auto;
  margin-top: 35px;
}
.no-data .content .close:hover {
  background-color: #008470;
  color: #ffffff;
}
.resct {
  margin: 0 auto;
  padding: 0 0 140px 0;
}
.two-nav {
  display: flex;
  align-items: center;
  padding: 26px 0;
}
.two-nav i {
  font-size: 16px;
  color: #333333;
  margin-right: 5px;
}
.two-nav a,
.two-nav span {
  font-family: var(--font-Light);
  font-weight: 400;
  font-size: 16px;
  color: #999999;
}
.two-nav span {
  margin: 0 5px;
}
.two-nav a:last-of-type {
  color: #333333;
}
.search-res {
  display: flex;
  align-items: center;
  border-radius: 24px;
  background: #f5f5f5;
  width: 560px;
  height: 48px;
  padding: 4px;
  margin: 50px 0 0 auto;
}
.search-res .el-input {
  width: calc(100% - 80px);
  height: 100%;
}
.search-res input {
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
  font-family: var(--font-Light);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  padding-left: 17px;
  line-height: unset;
}
.search-res input::placeholder {
  color: #999999;
}
.search-res .btn {
  width: 80px;
  height: 40px;
  background: #008470;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.search-res .btn i {
  font-size: 18px;
  color: #ffffff;
}
.res-box {
  overflow: hidden;
}
.privacy-diaolog {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1999;
  display: none;
  overflow-y: auto;
}
.privacy-diaolog.active {
  display: block;
}
.privacy-diaolog .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  width: 900px;
}
.privacy-diaolog .content .top {
  display: flex;
  justify-content: flex-end;
  padding: 15px 10px 0 10px;
}
.privacy-diaolog .content .top i {
  font-size: 22px;
  color: #848484;
  cursor: pointer;
  transition: 0.3s;
}
.privacy-diaolog .content .top i:hover {
  color: #00a2e9;
}
.privacy-diaolog .content .mide {
  padding: 0 0 40px 40px;
  margin-top: 20px;
  display: none;
}
.privacy-diaolog .content .title {
  text-align: center;
  font-family: var(--font-Regular);
  font-weight: bold;
  font-size: 24px;
  color: #000000;
}
.privacy-diaolog .content .wz {
  overflow-y: auto;
  height: 510px;
  padding-right: 20px;
  margin-top: 25px;
  font-family: var(--font-Light);
}
.privacy-diaolog .content .wz h1,
.privacy-diaolog .content .wz h2,
.privacy-diaolog .content .wz h3,
.privacy-diaolog .content .wz h4,
.privacy-diaolog .content .wz h5,
.privacy-diaolog .content .wz h6 {
  font-family: var(--font-Light);
  font-weight: bold;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
}
.privacy-diaolog .content .wz p,
.privacy-diaolog .content .wz span {
  font-family: var(--font-Light);
  font-weight: 400;
  font-size: 16px;
  color: #555555;
  line-height: 30px;
  text-indent: 16px;
}
.privacy-diaolog .content .wz::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.privacy-diaolog .content .wz::-webkit-scrollbar-thumb {
  background: #00a2e9;
}
.privacy-diaolog .content .wz::-webkit-scrollbar-track {
  background: #dedede;
}
.page {
  width: 100%;
  margin-top: 60px;
}
.page .el-pagination {
  text-align: center;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  padding: 0px;
}
.page .el-pagination__total {
  font-family: var(--font-Light);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.page .el-pagination .btn-prev {
  width: 60px;
  height: 24px;
  margin-right: 15px;
  padding: 0;
  border-radius: 0;
  min-width: 60px;
  background-color: transparent;
}
.page .el-pagination .btn-next {
  width: 60px;
  height: 24px;
  padding: 0;
  border-radius: 0;
  min-width: 60px;
  background-color: transparent;
}
.page .el-pagination .btn-prev i,
.page .el-pagination .btn-next i {
  display: none;
}
.page .el-pagination button {
  position: relative;
}
.page .el-pagination button::before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font-Light);
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page .el-pagination .btn-prev::before {
  content: 'Prev';
}
.page .el-pagination .btn-next::before {
  content: 'Next';
}
.page .el-pager li {
  width: 25px;
  height: 25px;
  min-width: 25px;
  text-align: center;
  line-height: 25px;
  margin-right: 15px;
  padding: 0px;
  font-family: var(--font-Light);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  border-radius: 4px;
  transition: 0.3s;
  border: 1px solid #dddddd !important;
  background-color: transparent;
}
.page .el-pager .more::before {
  line-height: 25px;
}
.page .el-pager li.active {
  background-color: #008470;
  color: #ffffff;
  border-color: #008470 !important;
}
.page .el-pagination .el-pager li:hover {
  color: #ffffff !important;
  background-color: #008470;
  border-color: #008470 !important;
}
.page .el-pagination .el-pager .btn-quicknext:hover {
  color: #008470;
}
.page .el-pagination button:hover {
  color: #008470;
}
.page .el-pagination button:disabled::before {
  color: #999999;
}
.tips {
  position: fixed;
  top: 50%;
  right: 20px;
  z-index: 99;
  transform: translateY(-50%);
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  width: 64px;
  padding: 20px 0 15px 0;
  display: none;
}
.tips .item p {
  font-family: var(--font-Light);
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  margin-top: 6px;
}
.tips .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  padding: 18px 12px;
  position: relative;
}
.tips .item::after {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: calc(100% - 24px);
  height: 1px;
  background-color: #eeeeee;
}
.tips .item:last-of-type::after {
  display: none;
}
.tips .item:first-of-type {
  padding-top: 0;
}
.tips .item:last-of-type {
  padding-bottom: 0;
}
.tips .item .flow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scaleX(0);
  opacity: 0;
  transform-origin: right;
  transition: 0.4s;
  right: calc(100%);
  width: max-content;
  padding-right: 10px;
}
.tips .item:hover .flow {
  transform: translateY(-50%) scaleX(1);
  opacity: 1;
}
.tips .item .flow .rq {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 10px 16px;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.tips .item .flow .rq::before {
  display: block;
  content: '';
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  border-right: 5px solid transparent;
  border-left: 5px solid #ffffff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.tips .item .flow .rq a {
  font-family: var(--font-Regular);
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.ft-box {
  background-color: #222222;
  padding-top: 60px;
}
.ftct {
  margin: 0 auto;
}
.ftct .logo {
  display: flex;
  align-items: center;
}
.ftct .logo p {
  font-family: var(--font-Regular);
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  margin-left: 22px;
}
.ftct .mide {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #333333;
  margin-top: 60px;
  padding-top: 69px;
}
.ftct .mide .item {
  display: flex;
  align-items: center;
}
.ftct .mide .item p {
  font-family: var(--font-Regular);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  margin-left: 17px;
}
.ftct .bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #333333;
  padding: 35px 0;
  margin-top: 100px;
}
.ftct .bottom a {
  font-family: var(--font-Regular);
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  transition: 0.4s;
}
.ftct .bottom .right a:hover {
  color: #008470;
}
.ftct .bottom .right a:not(:last-of-type) {
  margin-right: 80px;
}
@media only screen and (max-width: 1660px) {
  .center-1520 {
    width: 1220px;
  }
  .headerct .nav li:not(:first-of-type) {
    margin-left: 40px;
  }
  .headerct .lan {
    margin-left: 50px;
  }
  .mySwiper .ct .wz {
    font-size: 62px;
  }
  .mySwiper .ct .wz p:nth-of-type(3) {
    padding-left: 80px;
  }
  .mySwiper .pb {
    width: 58px;
    height: 58px;
  }
  .i1ct .top h3 {
    font-size: 32px;
  }
  .i2ct .pbrq {
    padding: 40px 70px 50px 70px;
  }
  .i2ct .pbrq .title h3 {
    font-size: 32px;
  }
  .i2ct .pbrq .bg {
    width: 220px;
  }
  .banner h3 {
    font-size: 72px;
  }
  .banner .ct {
    bottom: 80px;
  }
  .con1ct .right {
    width: 620px;
  }
  .con1ct .left h3 {
    font-size: 32px;
  }
  .con1ct .right .row {
    margin-top: 55px;
  }
  .con3ct .left {
    width: 650px;
  }
  .con3ct .right {
    width: 500px;
  }
  .pro-list li .pb {
    padding: 12px 14px;
  }
  .pro-list .dbl .pb {
    padding: 17px 14px;
  }
  .proct .mide .item h3 {
    font-size: 36px;
  }
  .search-res {
    width: 520px;
  }
  .search-list li a .ib {
    height: 260px;
  }
  .search-list li a .ib .pi {
    transform: scale(0.9);
  }
  .search-list li a .txt .row p {
    font-size: 17px;
  }
  .search-list li a .txt .row .bt {
    width: 108px;
  }
  .search-list li a .txt .row .z {
    width: calc(100% - 108px - 20px);
  }
  .search-list li a .txt {
    padding: 23px 27px;
  }
  .search-list li a .ib .flow img {
    width: 34px;
  }
  .serct .mide h3 {
    font-size: 32px;
  }
  .ser-box {
    margin-top: -230px;
  }
  .banner.active .ct {
    bottom: 300px;
  }
  .con3ct .left .title h3 {
    font-size: 32px;
  }
  .ftct .mide .item:last-of-type {
    max-width: 50%;
  }
}
@media only screen and (max-width: 1560px) {
  .center-1520 {
    width: 1100px;
  }
  .privacy-diaolog .content {
    width: 750px;
  }
  .privacy-diaolog .content .wz {
    height: 380px;
  }
  .header-box.scroll-down {
    top: -134px;
  }
  .mySwiper .ct .wz {
    font-size: 52px;
  }
  .mySwiper .ct .wz p:nth-of-type(3) {
    padding-left: 70px;
  }
  .mySwiper .pb {
    width: 48px;
    height: 48px;
  }
  .mySwiper .pb i {
    font-size: 18px;
  }
  .mySwiper .prev {
    left: 3%;
  }
  .mySwiper .next {
    right: 3%;
  }
  .mySwiper .flow-dbl .nr .db {
    font-size: 15px;
  }
  .mySwiper .ct .wz p:first-of-type {
    margin-bottom: 12px;
  }
  .mySwiper .ct {
    top: 45%;
  }
  .headerct .nav .nav-item {
    font-size: 16px;
  }
  .headerct .nav li:not(:first-of-type) {
    margin-left: 30px;
  }
  .headerct .lan {
    margin-left: 40px;
  }
  .headerct .lan .zs {
    width: 42px;
    height: 42px;
    font-size: 15px;
  }
  .headerct .nav .nav-item::after {
    bottom: -13px;
  }
  .headerct .logo p {
    font-size: 21px;
    margin-left: calc(155px + 17px);
  }
  .headerct {
    height: 100px;
  }
  .headerct .logo img {
    height: 134px;
  }
  .headerct .lan .flow .rq a {
    font-size: 15px;
  }
  .mySwiper .com {
    font-size: 15px;
  }
  .i1ct {
    padding: 110px 0 120px 0;
  }
  .i1ct .top h3 {
    font-size: 28px;
  }
  .i1ct .top .tag p {
    font-size: 16px;
  }
  .i1ct .top .tag p:not(:last-of-type) {
    margin-right: 15px;
  }
  .i1-swiper .details {
    padding: 45px 50px 45px 50px;
    width: 400px;
  }
  .i1-swiper .details h4 {
    font-size: 20px;
  }
  .i1-swiper .details .desc {
    font-size: 16px;
    line-height: 23px;
    height: 92px;
    margin: 27px 0 60px 0;
  }
  .i1-swiper .details .dbl {
    font-size: 15px;
    line-height: 23px;
  }
  .i1-swiper .item .title {
    font-size: 16px;
  }
  .i1-swiper .item .ib {
    height: 210px;
    margin-top: 48px;
  }
  .i1-swiper .item .ib img {
    transform: scale(0.95);
  }
  .i1-swiper .item {
    width: 280px;
    padding: 32px 15px 45px 15px;
  }
  .i1-swiper .item .more {
    font-size: 15px;
    width: 75px;
    height: 30px;
  }
  .i1-swiper .item .flow {
    padding: 20px 20px 19px 20px;
  }
  .i1-swiper .item .flow h4 {
    font-size: 18px;
  }
  .i1-swiper .item .flow .txt {
    font-size: 16px;
    line-height: 22px;
    /*margin-top: 16px;*/
  }
  .i1-swiper .item .flow .txt p::before {
    top: 6px;
  }
  /*.i1-swiper .item .flow .txt p:first-of-type {*/
  /*  margin-bottom: 7px;*/
  /*}*/
  .i1ct .bottom .right p {
    font-size: 16px;
  }
  .i1ct .top .tag {
    margin-top: 44px;
  }
  .i2ct {
    padding: 120px 0 105px 0;
  }
  .i2ct .pbrq {
    width: calc((100% - 60px) / 2);
    padding: 35px 55px 40px 55px;
  }
  .i2ct .pbrq .title h3 {
    font-size: 28px;
  }
  .i2ct .pbrq .title p {
    font-size: 15px;
    margin-top: 8px;
  }
  .i2ct .pbrq .ib {
    margin-top: 24px;
    height: 320px;
  }
  .i2ct form {
    margin-top: 30px;
  }
  .i2ct .pbrq .bg {
    width: 190px;
  }
  .i2ct form .row p {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .i2ct form .row input {
    height: 42px;
    font-size: 16px;
  }
  .i2ct form .row {
    margin-top: 20px;
  }
  .i2ct form .row textarea {
    font-size: 16px;
    height: 80px;
    border-radius: 20px;
  }
  .i2ct .right form button {
    font-size: 16px;
    height: 42px;
    margin-top: 40px;
  }
  .i2ct .pbrq .keyword-search input {
    font-size: 16px;
  }
  .i2ct .pbrq .keyword-search {
    height: 42px;
    margin-top: 35px;
  }
  .i2ct .pbrq .keyword-search .btn {
    height: 34px;
  }
  .i3ct .left {
    font-size: 24px;
  }
  .i3ct a {
    font-size: 16px;
    width: 240px;
    height: 46px;
  }
  .i2ct .pbrq .keyword-search .el-input__icon{
    line-height: 34px;
  }
  .i3ct {
    padding: 106px 0;
  }
  .banner h3 {
    font-size: 62px;
  }
  .banner .ct {
    bottom: 60px;
  }
  .con1ct {
    padding: 100px 0;
  }
  .con1ct .left h3 {
    font-size: 28px;
  }
  .con1ct .right {
    width: 600px;
  }
  .con1ct .right .row {
    margin-top: 50px;
  }
  .con1ct .right .row a {
    font-size: 16px;
    line-height: 28px;
    width: calc(100% - 42px - 16px);
  }
  .con1ct .right .row .rund {
    width: 42px;
    height: 42px;
  }
  .con2-box {
    height: 520px;
  }
  .con3ct .left {
    width: 550px;
    padding-top: 107px;
  }
  .con3ct .left .title p {
    font-size: 16px;
  }
  .con3ct .right {
    width: 450px;
    border-radius: 70px 0px 0px 0px;
    padding: 40px 50px 50px 50px;
    margin-top: -100px;
  }
  .con3ct .left .title h3 {
    font-size: 28px;
  }
  .con3ct .right form .row p {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .con3ct .right form .row input {
    height: 42px;
    font-size: 16px;
  }
  .con3ct .right form .row:not(:first-of-type) {
    margin-top: 19px;
  }
  .con3ct .right form .row textarea {
    height: 80px;
    border-radius: 20px;
    font-size: 16px;
  }
  .con3ct .right form button {
    font-size: 16px;
    margin-top: 25px;
    font-size: 16px;
    height: 42px;
  }
  .con3ct {
    padding: 0 0 90px 0;
  }
  .banner {
    margin-top: 100px;
  }
  .proct .tag a {
    font-size: 16px;
  }
  .proct .tag a:not(:last-of-type) {
    margin-right: 25px;
  }
  .proct {
    padding: 85px 0 120px 0;
  }
  .proct .mide .item h3 {
    font-size: 32px;
  }
  .proct .mide .item {
    padding: 27px 32px 32px 32px;
  }
  .proct .mide .item .line {
    margin: 27px 0 35px 0;
  }
  .proct .mide .item .title p {
    font-size: 16px;
    margin-left: 15px;
  }
  .proct .mide .item .txt {
    font-size: 16px;
    line-height: 28px;
  }
  .pro-list .dbl .pb {
    padding: 13px 10px;
    font-size: 16px;
  }
  .pro-list li .pb {
    padding: 10px 10px;
  }
  .pro-list li p {
    font-size: 16px;
  }
  .pro-list li .kt .ib {
    margin-right: 8px;
  }
  .pro-list li .pdf img {
    width: 30px;
  }
  .search-res {
    width: 480px;
    height: 44px;
  }
  .search-res .btn {
    height: 36px;
  }
  .search-res input {
    font-size: 16px;
  }
  .search-list li a .ib {
    height: 210px;
    border-radius: 16px;
  }
  .search-list li a .ib .flow img {
    width: 30px;
  }
  .search-list li a .ib .pi {
    transform: scale(0.85);
  }
  .search-list li a .txt {
    padding: 18px 22px;
    border-radius: 16px;
  }
  .search-list li a .txt .row p {
    font-size: 16px;
  }
  .search-list li a .txt .row .bt {
    width: 104px;
  }
  .search-list li a .txt .row .z {
    width: calc(100% - 104px - 16px);
  }
  .search-list li a .txt .row:not(:first-of-type) {
    margin-top: 9px;
  }
  .search-list li a .ib .flow {
    left: 15px;
    bottom: 15px;
  }
  .two-nav a,
  .two-nav span {
    font-size: 15px;
  }
  .no-data .content {
    width: 450px;
    padding: 30px 35px 35px 35px;
  }
  .no-data .content h6 {
    font-size: 21px;
  }
  .no-data .content p {
    margin-top: 17px;
    font-size: 16px;
  }
  .no-data .content .close {
    font-size: 16px;
    width: 80px;
    height: 38px;
    margin-top: 30px;
  }
  .serct {
    padding: 50px 70px 110px 70px;
    border-radius: 0 90px 0 0;
  }
  .search-top .keyword .btn-b .btn {
    width: 135px;
    height: 44px;
    font-size: 16px;
  }
  .search-top .keyword .btn-b .btn:last-of-type {
    margin-left: 25px;
  }
  .search-top .keyword .desc {
    width: calc(100% - 295px - 50px);
    font-size: 16px;
  }
  .search-top .select-b .row .label {
    font-size: 16px;
    width: 190px;
  }
  .search-top .select-b .row .line {
    height: 17px;
  }
  .search-top .select-b .row .rq p {
    font-size: 16px;
    margin-right: 35px;
  }
  .search-top .select-b .row .rq {
    width: calc(100% - 190px - 60px);
  }
  .ser-box {
    margin-top: -210px;
  }
  .banner.active .ct {
    bottom: 270px;
  }
  .banner.active .bg {
    min-height: 500px;
  }
  .serct .mide h3 {
    font-size: 28px;
  }
  .serct .mide {
    margin-top: 95px;
  }
  .ftct .logo p {
    font-size: 21px;
  }
  .ftct .mide {
    margin-top: 50px;
    padding-top: 59px;
  }
  .ftct .mide .item p {
    font-size: 15px;
    line-height: 23px;
  }
  .ftct .bottom {
    padding: 25px 0;
    margin-top: 80px;
  }
}
