@font-face {
  font-family: 'OpenSans-R';
  src: url('../public/Themes/fonts/OpenSans-Regular.ttf');
}

@font-face {
  font-family: 'OpenSans-B';
  src: url('../public/Themes/fonts/OpenSans-Bold.ttf');
}

@font-face {
  font-family: 'OpenSans-S';
  src: url('../public/Themes/fonts/OpenSans-Semibold.ttf');
}

body {
  --style-color: #9EC937;
  --sub-color: #EC6B00;
  font-family: 'OpenSans-R';
}

h1, h2, h3, .title {
  font-weight: bold;
}

/*手机导航代码开始 */
.header .shoujizhezhao {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 998;
  -webkit-transition: opacity .5s, visibility .5s;
  transition: opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  top: 0px;
  left: 0px;
}

.header .shoujidaohang {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 240px;
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
  background-color: #333;
  padding: 15px;
  box-sizing: border-box;
  z-index: 200000;
  opacity: 0;
  -webkit-transition: -webkit-transform .5s ease-in-out, opacity .5s ease-in-out, box-shadow .5s ease-in-out;
  transition: transform .5s ease-in-out, opacity .5s ease-in-out, box-shadow .5s ease-in-out;
}

.header .zhankai {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.header .shoujizhezhao.zhankai {
  visibility: visible;
  opacity: 1;
}

.header .shoujilogo {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.header .shoujilogo a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.header .shoujilogo a img {
  width: 80%;
  max-width: 170px;
  height: auto;
}

.header .shoujidaohang1 {
  width: 100%;
}

.header .shoujidaohang1 .js-hasdrop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #EAEAEA;
}

.header .shoujidaohang1 a {
  color: #fff;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 40px;
}

.header .shoujidaohang1>a {
  border-bottom: 1px solid #EAEAEA;
}

.header .shoujidaohang1 .js-hasdrop i {
  display: block;
  width: 25px;
  height: 25px;
  color: #fff;
  line-height: 25px;
  text-align: center;
  flex-shrink: 0;
}

.header .shoujidaohang1 .js-hasdrop.active i {
  transform: rotate(-180deg);
}

.header .shoujidaohang1 .dropdown {
  display: none;
}

.header .shoujidaohang1 .dropdown a {
  padding-left: 20px;
  font-size: 14px;
  border-bottom: 1px solid #EAEAEA;
}

.header .shoujidaohang1 .has-drop.active {
  color: var(--style-color);
}

.header .shoujidaohang2 {
  width: 100%;
  margin-top: 20px;
}

/*手机导航代码结束 */

/* 头部代码开始*/
.header.shadow {
  width: 100%;
  position: fixed;
  z-index: 100;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 10%);
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 10%);
}

.header .header-top {
  display: none;
  background: var(--style-color);
}

.header .top-list {
  display: flex;
  justify-content: flex-end;
  padding: 10px 0;
  margin-left: -13px;
  margin-right: -13px;
}

.header .top-list>li {
  margin: 0 13px;
}

.header .top-list img {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 30%);
}

.header .header-bottom {
  background: #fff;
}

.header .daohangzong {
  /*height: 60px;*/
  height: 58px;
  display: flex;
  justify-content: space-between;
}

.header .daohang1 {
  height: 100%;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.header .daohang1>a {
  display: block;
}

.header .daohang1 img {
  width: auto;
  height: 35px;
}

.header .daohang2 {
  height: 100%;
  display: none;
}

.header .daohang2-1 {
  position: relative;
  height: 100%;
}

.header .daohang2-1>a {
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 16px;
  color: #333;
  position: relative;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.header .daohang2-1>a {
  text-align: center;
}

.header .daohang2-1.active>a,
.header .daohang2-1:hover>a {
  color: var(--sub-color);
  background: #fff;
}

.header .daohang2-1:hover .pulldown-1 {
  opacity: 1;
  visibility: visible;
}

.header .pulldown-a i {
  margin-left: 10px;
}

.header .pulldown {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  height: auto;
  z-index: 100;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  box-shadow: 2.5px 4.33px 8px 0px rgb(0 0 0 / 9%);
}

.header .pulldown-1 {
  width: 200px;
  top: 60px;
  left: 0;
}

.header .pulldown a {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  background: var(--style-color);
  padding: 10px;
}

.header .has-drop {
  position: relative;
}

.header .has-drop:hover .pulldown {
  opacity: 1;
  visibility: visible;
}

.header .has-drop a:hover {
  background: var(--sub-color);
}

.header .pulldown-2,
.header .pulldown-3 {
  width: 100%;
  top: 0;
  left: 100%;
}

.header .daohang3 {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
}

.header .daohang3 .vr>i {
  font-size: 20px;
}

.header .daohang3-1 {
  display: flex;
  margin-left: 20px;
}

.header .daohang3-1>i {
  color: #333;
  font-size: 20px;
  line-height: 1;
  margin-left: 10px;
  cursor: pointer;
}

.header .daohang3-1>i:first-child {
  margin-left: 0;
}

.header .daohang4 {
  margin-top: 10px;
  margin-left: 20px;
}

.header .sousuo {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000999999999999999900;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .8);
  display: none;
}

.header .sousuoguan {
  position: absolute;
  z-index: 1;
  right: 20px;
  cursor: pointer;
  top: 20px;
  color: #fff;
}

.header .sousuo1 {
  width: 32%;
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-left: -16%;
  top: 50%;
  height: 50px;
  line-height: 50px;
}

.header .search-text {
  width: 100%;
  height: 100%;
  height: 50px;
  background: none;
  padding: 0 10px 0 10px;
  outline: none;
  color: #fff !important;
  font-size: 20px;
}

.header .sousuo1-1 {
  position: absolute;
  z-index: 1;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all .6s;
}

.header .sousuo1-1 button {
  background: transparent;
  border: transparent;
  cursor: pointer;
}

.header .sousuo1-1 i {
  color: #fff;
  font-size: 20px;
}

.header .search-text::-webkit-input-placeholder {
  color: #EAEAEA;
}

.header .search-text:-moz-placeholder {
  color: #EAEAEA;
}

.header .search-text::-moz-placeholder {
  color: #EAEAEA;
}

.header .search-text:-ms-input-placeholder {
  color: #EAEAEA;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background: #333;
}

/* 头部代码结束*/

/* 导航响应式开始*/
@media (min-width: 768px) {
  .header .header-top {
    display: block;
  }
}

@media (min-width: 1200px) {
  .header .daohang1 img {
    /*height: 45px;*/
    height: 40px;
  }

  .header .daohang2 {
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    justify-content: space-between;
  }

  .header .daohang4 {
    display: none;
  }
}

@media(min-width:1440px) {
  /*.header .daohangzong {*/
  /*  height: 90px;*/
  /*}*/

  /*.header .daohang1 img {*/
  /*  height: 60px;*/
  /*}*/

  .header .daohang2-1>a {
    font-size: 18px;
    padding-right: 35px;
    padding-left: 35px;
  }

  /*.header .pulldown-1 {*/
  /*  top: 90px;*/
  /*}*/
}

@media(max-width:767px) {
  .header .sousuo1 {
    width: 50%;
    margin-left: -25%;
  }
}

@media(max-width:540px) {
  .header .sousuo1 {
    width: 80%;
    margin-left: -40%;
  }
}

/* breadcrumb */
.breadcrumb-div {
  margin-top: 10px;
  border-bottom: 1px solid #e9ecef;
}

.breadcrumb {
  display: flex;
  padding: 11px 0;
  list-style: none;
}

.breadcrumb li,
.breadcrumb li:not(:first-child)::before {
  color: #333333;
}

.breadcrumb>li+li:before {
  content: '•';
  margin: 0 .5rem;
  color: #333333;
}

.breadcrumb>li:first-child:before {
  content: '\f015';
  font-family: 'FontAwesome';
  margin-right: .5rem;
}

.breadcrumb li:last-child {
  color: var(--style-color);
}

.breadcrumb li a {
  color: inherit;
}

@media (max-width:575px) {
  .breadcrumb-div {
    display: none !important;
  }
}


.sub-icon {
  width: 35.8%;
  height: 2px;
  margin: 10px auto 0;
  background: var(--style-color);
}

@media(min-width: 1200px) {
  .sub-icon {
    margin-top: 22px;
  }
}


/* pdt-process */
.pdt-process {
  padding-top: 30px;
}

.pdt-process .title {
  font-weight: normal;
  color: var(--style-color);
}

.pdt-process .pdt-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 35px -10px -20px;
}

.pdt-process .pdt-list>li {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
  position: relative;
  margin-bottom: 20px;
}

.pdt-process .pdt-list>li .pic {
  display: block;
  border-radius: 20px 0px 20px 0px;
  overflow: hidden;
  position: relative;
}

.pdt-process .pdt-list>li:hover .pic {
  box-shadow: 1px 3px 12px 1px rgba(0, 0, 0, 0.30);
}

.pdt-process .pdt-list>li .pic::before,
.pdt-process .pdt-list>li .pic::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.pdt-process .pdt-list>li .pic::before {
  box-shadow: 3px 6px 12px 1px rgba(0, 0, 0, .5) inset;
}

.pdt-process .pdt-list>li .pic::after {
  background: rgba(255, 255, 255, .7);
}

.pdt-process .pdt-list>li:hover .pic::before,
.pdt-process .pdt-list>li:hover .pic::after {
  opacity: 0;
}

.pdt-process .tit {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 100%;
  padding: 0 10px;
  color: var(--sub-color);
  text-align: center;
}

.pdt-process .pdt-list>li:hover .tit {
  color: #fff;
}

.pdt-process .item-wrap {
  padding-top: 30px;
}

.pdt-process .item:nth-child(odd) {
  background: var(--style-color);
}

.pdt-process .item:nth-child(even) {
  background: #fff;
}

.pdt-process .item:nth-child(odd) .lt {
  color: #fff;
}

.pdt-process .item .lt {
  padding: 20px 30px;
}

.pdt-process .item .item-tit {
  text-align: left;
  font-weight: normal;
  margin-bottom: 15px;
}

.pdt-process .item .info {
  line-height: 1.8;
  max-height: 116px;
}

.pdt-process .item .btn {
  width: 160px;
  margin-top: 15px;
  border-radius: 15px 0px 15px 0px;
}

.pdt-process .item:nth-child(odd) .btn {
  background: var(--sub-color);
}

.pdt-process .item:nth-child(even) .btn {
  color: #fff;
  background: var(--style-color);
}

.pdt-process .item .rt iframe {
  width: 100%;
  display: block;
  aspect-ratio: auto 1051 / 618;
}

@media (min-width: 768px) {
  .pdt-process .pdt-list {
    margin-left: -20px;
    margin-right: -20px;
  }
  
  .pdt-process .pdt-list>li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 20px;
  }
}

@media (min-width: 992px) {
  .pdt-process .pdt-list {
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: -60px;
  }

  .pdt-process .pdt-list>li {
    padding: 0 40px;
    margin-bottom: 60px;
  }
  
  .pdt-process .container:last-child {
    padding: 0;
    max-width: 100%;
  }

  .pdt-process .item {
    display: flex;
  }

  .pdt-process .item:nth-child(even) {
    flex-direction: row-reverse;
  }

  .pdt-process .item .lt {
    flex: 0 0 45.1%;
    max-width: 45.1%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pdt-process .item:nth-child(odd) .lt {
    padding-left: calc((100vw - 5px - 960px + 30px) / 2);
    padding-right: 2%;
  }

  .pdt-process .item:nth-child(even) .lt {
    padding-left: 2%;
    padding-right: calc((100vw - 5px - 960px + 30px) / 2);
  }

  .pdt-process .item .rt {
    flex: 0 0 54.9%;
    max-width: 54.9%;
    position: relative;
  }

  .pdt-process .item .rt::after {
    content: '';
    position: absolute;
    width: 17.7%;
    height: 100%;
    top: 0;
  }

  .pdt-process .item:nth-child(odd) .rt::after {
    left: 0;
    background: linear-gradient(-73deg, transparent, transparent 50%, var(--style-color) 50%, var(--style-color) 100%)
  }

  .pdt-process .item:nth-child(even) .rt::after {
    right: 0;
    background: linear-gradient(73deg, transparent, transparent 50%, #fff 50%, #fff 100%)
  }
}

@media (min-width: 1200px) {
  .pdt-process {
    padding-top: 73px;
  }

  .pdt-process .pdt-list {
    margin: 70px -30px -40px;
  }

  .pdt-process .pdt-list>li {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 30px;
    margin-bottom: 40px;
  }

  .pdt-process .item-wrap {
    padding-top: 70px;
  }

  .pdt-process .item:nth-child(odd) .lt {
    padding-left: calc((100vw - 5px - 1140px + 30px) / 2);
    padding-right: 3%;
  }

  .pdt-process .item:nth-child(even) .lt {
    padding-left: 3%;
    padding-right: calc((100vw - 5px - 1140px + 30px) / 2);
  }

  .pdt-process .item .item-tit {
    margin-bottom: 37px;
  }

  .pdt-process .item .info {
    max-height: 144px;
  }

  .pdt-process .item .btn {
    padding: 9px 15px;
    margin-top: 39px;
  }
}

@media (min-width: 1440px) {
  .pdt-process .pdt-list {
    margin-left: -50px;
    margin-right: -50px;
    margin-bottom: -80px;
  }

  .pdt-process .pdt-list>li {
    padding: 0 50px;
    margin-bottom: 80px;
  }

  .pdt-process .tit {
    font-size: 28px;
  }

  .pdt-process .item:nth-child(odd) .lt {
    padding-left: calc((100vw - 5px - 1400px + 30px) / 2);
    padding-right: 7%;
  }

  .pdt-process .item:nth-child(even) .lt {
    padding-left: 7%;
    padding-right: calc((100vw - 5px - 1400px + 30px) / 2);
  }
}


.wpcf7-spinner {
  position: absolute;
}
.inquiry .wpcf7-spinner {
  margin: 0;
}