﻿.header {
  width: 100%;
  height: 120px;
  position: fixed;
  left: 0;
  top: 0;
  border-bottom: 1px solid #898989;
  z-index: 55;
  padding: 0 60px;
  box-sizing: border-box;
  background: #fff;
  transition: 0.5s;
}
.header .nav .logo .d {
  display: none;
}
.header .nav .logo .l {
  display: block;
}
.header .nav .menu a {
  color: #333;
}
.header .nav .actions .search .l {
  display: none;
}
.header .nav .actions .search .d {
  display: block;
}
.header .nav .actions .search a {
  color: #666;
}
.header .nav .actions .lang span,
.header .nav .actions .lang i {
  color: #666;
}
.header:hover {
  background: #fff;
}
.header:hover .logo .d {
  display: none;
}
.header:hover .logo .l {
  display: block;
}
.header:hover .menu a {
  color: #333;
}
.header:hover .actions .search .l {
  display: none;
}
.header:hover .actions .search .d {
  display: block;
}
.header:hover .actions .search a {
  color: #666;
}
.header:hover .actions .lang span,
.header:hover .actions .lang i {
  color: #666;
}
.header-opacity {
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.header2,
.header3 {
  background: #fff;
}
.header2 .nav .logo .d,
.header3 .nav .logo .d {
  display: none;
}
.header2 .nav .logo .l,
.header3 .nav .logo .l {
  display: block;
}
.header2 .nav .menu a,
.header3 .nav .menu a {
  color: #333;
}
.header2 .nav .actions .search .l,
.header3 .nav .actions .search .l {
  display: none;
}
.header2 .nav .actions .search .d,
.header3 .nav .actions .search .d {
  display: block;
}
.header2 .nav .actions .search a,
.header3 .nav .actions .search a {
  color: #666;
}
.header2 .nav .actions .lang span,
.header3 .nav .actions .lang span,
.header2 .nav .actions .lang i,
.header3 .nav .actions .lang i {
  color: #666;
}
.pages {
  width: 100%;
  text-align: center;
  margin-top: 60px;
}
.pages .el-pagination.is-background .el-pager li {
  color: #4d4b46;
}
.pages .el-pagination.is-background .el-pager li {
  background: transparent;
}
.pages .el-pager .number {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #4d4b46;
  line-height: 30px;
  background: none !important;
}
.pages .el-pager .number:hover {
  color: #087437 !important;
  background: none !important;
}
.pages .el-pager .active {
  color: #087437 !important;
  background: none !important;
}
.pages button {
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: #087437 !important;
  border-radius: 4px;
}
.pages button .el-icon {
  color: #fff;
}
.pages .el-pagination.is-background .btn-prev:disabled {
  background: transparent !important;
  border: 1px solid #087437;
}
.pages .el-pagination.is-background .btn-prev:disabled .el-icon {
  color: #087437;
}
.pages .btn-next:disabled {
  background: transparent !important;
  border: 1px solid #087437;
}
.pages .btn-next:disabled .el-icon {
  color: #087437;
}
.top_nav.show_nav {
  transform: translateY(0);
}
textarea {
  resize: none;
}
.headerM {
  z-index: 999;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  box-shadow: 1px -3px 10px 2px rgba(0, 0, 0, 0.1);
  font-family: 'LamaSans-Regular';
}
.sidefixed {
  position: fixed;
  right: 0px;
  top: 50%;
  transform: translateY(-60%);
  z-index: 998;
  display: flex;
  width: 62px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.sidefixed .sideitemTop {
  border-radius: 10px 10px 0px 0px;
  padding: 8px 2px 0;
}
.sidefixed .sideitemTop .icon-box {
  color: #fff;
}
.sidefixed .sideitemTop .icon-box img {
  width: 19px;
  transition: 0.5s;
}
.sidefixed .sideitemTop:hover .icon-box img {
  transform: scale(1.1);
}
.sidefixed .sideitem3 {
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #087437;
  transition: 0.5s;
  position: relative;
  right: 0px;
  border-bottom: 1px solid #fff;
}
.sidefixed .sideitem3:hover {
  background: #087437;
  transition: .5s;
  right: 160px;
  border-radius: 10px !important;
}
.sidefixed .sideitem3:hover .icon-box {
  border-radius: 10px 0px 0px 10px !important;
  background: #087437;
  transition: .5s;
}
.sidefixed .sideitem3:hover .sideins {
  border-radius: 0px 10px 10px 0px;
  transition: .5s;
}
.sidefixed .sideitem3 .p {
  font-size: 12px;
  width: 100%;
}
.sidefixed .sideitem3 .p a {
  color: #fff;
  width: 100%;
  display: block;
}
.sidefixed .sideitem3 .p a span {
  white-space: wrap;
}
.sidefixed .sideitem3 .icon-box {
  z-index: 801;
  padding: 10px 0px;
  align-items: center;
  flex-direction: column;
  width: 62px;
  display: flex;
  transition: .5s;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #087437;
}
.sidefixed .sideitem3 .icon-box p {
  margin-top: 4px;
  font-size: 12px;
  background: transparent !important;
  text-align: center;
  word-break: break-word;
}
.sidefixed .sideitem3 svg {
  width: 19px;
  height: 19px;
}
.sidefixed .sideitem3 .sideins {
  width: 180px;
  background: #087437;
  padding: 10px 10px;
  min-height: 65px;
  transition: all .5s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.6;
}
.sidefixed .sideitem3 .sideins .contactWays-value {
  position: relative;
}
.sidefixed .sideitem3 .sideins .contactWays-value::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: #fff;
  transition: 0.5s;
}
.sidefixed .sideitem3 .sideins .contactWays-value:hover::after {
  width: 100%;
  background: #fff;
  transition: 0.5s;
}
.sidefixed .sideitem3 .sideins p {
  line-height: 20px;
  padding: 8px 0px;
  white-space: nowrap;
  position: relative;
}
.sidefixed .sideitem3 .sideins p::after {
  content: '';
  position: absolute;
  top: 14%;
  height: 80%;
  left: 0;
  width: 1px;
  background: #fff;
}
.sidefixed .sideitem3_1 {
  border-radius: 10px 10px 0 0;
}
.sidefixed .sideitem3_1 .icon-box {
  border-radius: 10px 10px 0 0;
}
.sidefixed .sideitem4:hover {
  right: 180px;
}
.sidefixed .sideitem4 .sideins {
  width: 180px;
}
.sidefixed .sideitem1 {
  width: 62px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #087437;
  transition: .5s;
  position: relative;
  right: 0px;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}
.sidefixed .sideitem1:hover {
  overflow: visible;
  background: #087437;
  transition: .5s;
}
.sidefixed .sideitem1:hover .sideins {
  transform: translateX(-5px) translateY(-50%);
  opacity: 1;
  transition: all .5s;
}
.sidefixed .sideitem1 .p {
  font-size: 11px;
}
.sidefixed .sideitem1 .p a {
  color: #fff;
}
.sidefixed .sideitem1 .icon-box {
  z-index: 801;
  padding: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 52px;
}
.sidefixed .sideitem1 .icon-box p {
  margin-top: 4px;
  font-size: 11px;
  background: transparent !important;
  text-align: center;
  word-break: break-word;
}
.sidefixed .sideitem1 svg {
  width: 30px;
  height: 30px;
}
.sidefixed .sideitem1 .sideins {
  opacity: 0;
  z-index: 800;
  border-radius: 8px;
  transform: translateX(10px) translateY(-50%);
  background: #087437;
  padding: 10px 10px;
  position: absolute;
  top: 0;
  right: 100%;
  min-height: 74px;
  transition: all .5s;
  display: flex;
}
.sidefixed .sideitem1 .sideins .sideins-one {
  width: 50%;
  margin: 5px 4px 0px;
}
.sidefixed .sideitem1 .sideins p {
  line-height: 26px;
  padding: 5px 0px;
  white-space: nowrap;
  text-align: center;
}
.sidefixed .sideitem1 .sideins img {
  width: 100px;
  height: 100px;
  display: block;
}
.sidefixed .sideitem2 {
  cursor: pointer;
  width: 62px;
  display: flex;
  padding-bottom: 8px;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #087437;
  transition: .5s;
  overflow: hidden;
  position: relative;
  right: 0px;
  border-radius: 0px 0px 10px 10px;
}
.sidefixed .sideitem2:hover {
  background: #087437;
}
.sidefixed .sideitem2 .p {
  font-size: 16px;
}
.sidefixed .sideitem2 .p a {
  color: #fff;
}
.sidefixed .sideitem2 .sideins {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sidefixed .sideitem2 .icon-box {
  padding: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.sidefixed .sideitem2 .icon-box svg {
  width: 10px;
  height: 10px;
  margin-right: 4px;
}
.sidefixed .sideitem2 .icon-box p {
  font-size: 12px;
  background: transparent !important;
}
.sidefixed .sideitemBase {
  border-radius: 23px;
}
.sidefixed .sideitemOther {
  display: flex;
  border-radius: 20px;
  background: #fff;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  right: -12px;
  bottom: -112%;
  transform: scale(0.7);
}
.sidefixed .sideitemOther .sideitemOther-title {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  padding: 15px 10px;
  width: 100%;
  background: #F8F8F8;
  border-radius: 20px 20px 0 0;
}
.sidefixed .sideitemOther .sideitem-chat {
  width: 100px;
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #EFEFEF;
  transition: 0.3s;
  position: relative;
}
.sidefixed .sideitemOther .sideitem-chat:last-child {
  border-bottom: none;
}
.sidefixed .sideitemOther .sideitem-chat:last-child:hover::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #EFEFEF;
  position: absolute;
  top: -1px;
  left: 0;
}
.sidefixed .sideitemOther .sideitem-chat .link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  box-sizing: border-box;
  border-radius: 10px;
  opacity: 0;
  transition: 0.5s;
  background: #fff;
  position: absolute;
  right: 10px;
  top: 10px;
  bottom: 10px;
  left: 10px;
}
.sidefixed .sideitemOther .sideitem-chat .link:hover {
  background: #EFEFEF;
}
.sidefixed .sideitemOther .sideitem-chat .link:focus {
  background: #EFEFEF;
}
.sidefixed .sideitemOther .sideitem-chat .link span {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  text-decoration: underline;
  white-space: nowrap;
}
.sidefixed .sideitemOther .sideitem-chat .link img {
  display: block;
  width: 50px;
}
.sidefixed .sideitemOther .sideitem-chat .gif {
  display: block;
  width: 76px;
  margin: 0 auto;
  transition: 0.5s;
  transform: scale(0.9);
  opacity: 1;
}
.sidefixed .sideitemOther .sideitem-chat:hover {
  width: 210px;
}
.sidefixed .sideitemOther .sideitem-chat:hover .link {
  opacity: 1;
}
.sidefixed .sideitemOther .sideitem-chat:hover .gif {
  opacity: 0;
}
.sidefixed .sideitemOther-show {
  display: flex !important;
  margin-top: 20px;
  min-height: 120px;
}
.sidefixedM {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 998;
  left: 0;
  display: none;
  justify-content: space-between;
  background: #087437;
}
.sidefixedM .sideitem1 {
  width: 25%;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  transition: .5s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.sidefixedM .sideitem1:hover {
  overflow: visible;
}
.sidefixedM .sideitem1:hover .sideins {
  bottom: calc(100% + 5px);
  opacity: 1;
  transition: .5s;
}
.sidefixedM .sideitem1 .p {
  font-size: 12px;
}
.sidefixedM .sideitem1 .p a {
  color: #fff;
}
.sidefixedM .sideitem1 .sideins1 {
  display: flex;
}
.sidefixedM .sideitem1 .sideins-one {
  width: 50%;
  margin: 5px 5px 0;
}
.sidefixedM .sideitem1 .sideins-one p {
  text-align: center;
  padding: 2px 0;
  line-height: 20px !important;
}
.sidefixedM .sideitem1 .icon-box {
  padding: 10px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
}
.sidefixedM .sideitem1 .icon-box p {
  margin-top: 4px;
  font-size: 12px;
  word-break: break-word;
  background: transparent !important;
}
.sidefixedM .sideitem1 .icon-box img {
  width: 20px;
  height: 20px;
}
.sidefixedM .sideitem1 svg {
  width: 20px;
  height: 20px;
}
.sidefixedM .sideitem1 .sideins {
  border-radius: 6px 6px 6px 6px;
  background: #F8862A;
  padding: 5px 5px;
  opacity: 0;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  transition: .5s;
}
.sidefixedM .sideitem1 .sideins p {
  line-height: 50px;
  white-space: nowrap;
}
.sidefixedM .sideitem1 .sideins img {
  width: 100px;
  height: 100px;
  display: block;
}
.sidefixedM .sideitem2 {
  width: 25%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  transition: .5s;
  overflow: hidden;
  position: relative;
}
.sidefixedM .sideitem2 .p {
  font-size: 12px;
}
.sidefixedM .sideitem2 .p a {
  color: #fff;
}
.sidefixedM .sideitem2 .sideins {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sidefixedM .sideitem2 .icon-box {
  padding: 5px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.sidefixedM .sideitem2 .icon-box svg {
  width: 15px;
  height: 10px;
  margin-bottom: 2px;
  margin-top: 5px;
}
.sidefixedM .sideitem2 .icon-box p {
  margin-top: 4px;
  font-size: 12px;
  background: transparent !important;
}
.headerM .header-inner {
  width: 90%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.headerM .header-inner .rightShare {
  display: flex;
  align-items: center;
}
.headerM .header-inner .rightShare .lang {
  display: flex;
  align-items: center;
}
.headerM .header-inner .rightShare .lang span,
.headerM .header-inner .rightShare .lang i {
  color: #666;
  white-space: nowrap;
}
.headerM .header-inner .rightShare .lang img {
  width: 20px;
  display: block;
  margin-right: 5px;
}
.headerM .logo {
  width: auto;
  max-width: 90px;
}
.headerM .logo img {
  width: 100%;
  display: block;
}
.headerM .el-dropdown {
  color: #333;
  cursor: pointer;
  margin-right: 8px;
  font-size: 16px;
}
.headerM .action_item {
  cursor: pointer;
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.headerM .action_item .action_item_span_line {
  width: 20px;
  height: 2px;
  margin: 4px 0 2px;
  background: #333;
}
.top_nav {
  display: none;
  overflow: auto;
  width: 100vw;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2000;
  height: 100vh;
  transform: translateY(-100vh);
  transition: 0.5s;
  background: rgba(0, 0, 0, 0.6);
  font-family: 'LamaSans-Regular';
}
.top_nav .logo img {
  display: block;
  width: 120px;
}
.top_nav .top_nav_inner {
  width: 100%;
  height: 100%;
  position: relative;
  background: #fff;
}
.top_nav .top_nav_close {
  display: flex;
  justify-content: space-between;
  padding: 20px 30px;
}
.top_nav .top_nav_close svg {
  width: 30px;
  height: 30px;
  margin-top: 20px;
  margin-right: 0px;
  cursor: pointer;
}
.top_nav .nav {
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  background: #fff;
  height: auto;
  padding: 0px 30px;
  display: flex;
  flex-direction: column;
}
.top_nav .nav .li {
  width: 100%;
  padding: 10px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  border-right: 1px solid rgba(239, 239, 239, 0.1);
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.top_nav .nav .li:last-child {
  border-right: none;
}
.top_nav .nav .li .logo {
  width: 150px;
  height: 100%;
  padding-top: 60px;
  box-sizing: border-box;
  margin: 0 auto;
}
.top_nav .nav .li .menu {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #333;
  margin-bottom: 20px;
  padding: 10px 0;
  background: #fff;
}
.top_nav .nav .li .menu a {
  width: 40px;
  display: flex;
  height: 20px;
  justify-content: flex-end;
  align-items: center;
}
.top_nav .nav .li .menu p {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  position: relative;
  margin-right: 20px;
  transition: 0.5s;
}
.top_nav .nav .li .menu p:hover img {
  transform: translateX(12px);
  transition: 0.5s;
}
.top_nav .nav .li .menu img {
  width: 30px;
  height: 30px;
  background: #087437;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  transition: 0.5s;
  border-radius: 50%;
}
.top_nav .nav .li .menu .index {
  font-size: 18px;
  color: #333;
}
.top_nav .nav .li .menu .name {
  font-size: 18px;
  color: #333;
  width: calc(100% - 50px);
  display: flex;
  height: 20px;
  justify-content: flex-start;
  align-items: center;
}
.top_nav .nav .li .menu .name:hover {
  color: #087437;
}
.top_nav .nav .li .menu2 {
  width: 100%;
  height: auto;
  z-index: 2;
  box-sizing: border-box;
  padding: 0 4%;
  display: flex;
  align-items: center;
  overflow: hidden;
  max-height: 0px;
  transition: max-height 0.5s linear;
}
.top_nav .nav .li .menu2 .item_list {
  width: 100%;
}
.top_nav .nav .li .menu2 .item_val {
  line-height: 24px;
}
.top_nav .nav .li .menu2 .item_val a {
  color: #666;
  display: flex;
  margin-bottom: 6px;
  width: 100%;
}
.top_nav .nav .li .menu2 .item_val a span {
  font-size: 12px;
  margin-right: 8px;
  white-space: nowrap;
}
.top_nav .nav .li .menu2 .item_val a p {
  font-size: 16px;
}
.top_nav .nav .li .menu2 .item_val a:hover {
  color: #087437;
}
.nav {
  max-width: 1800px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}
.nav .logo {
  width: 200px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.nav .logo img {
  display: block;
  width: 100%;
}
.nav .logo .d {
  display: block;
}
.nav .logo .l {
  display: none;
}
.nav .menu {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 100%;
}
.nav .menu a {
  padding-right: 50px;
  font-size: 14px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-family: 'LamaSans-Regular';
  position: relative;
  z-index: 5;
}
.nav .menu a:hover {
  color: #087437;
}
.nav .menu .nav-item-first-avtive {
  color: #087437 !important;
}
.nav .menu .menu_item {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav .menu .menu_item .second {
  width: 100%;
  position: fixed;
  left: 0;
  top: 120px;
  padding: 0;
  background: #fff;
  opacity: 0;
  height: 0;
  transition: 0.5s;
  z-index: -1;
  overflow: hidden;
}
.nav .menu .menu_item .second .container {
  display: flex;
  flex-wrap: wrap;
}
.nav .menu .menu_item .second .container a {
  width: calc((100% - 180px)/4);
  color: #999;
  padding: 0;
  margin-right: 60px;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #999;
  text-transform: uppercase;
}
.nav .menu .menu_item .second .container a:nth-child(4n) {
  margin-right: 0;
}
.nav .menu .menu_item .second .container a:hover {
  border-color: #087437;
  color: #087437;
}
.nav .menu .menu_item .second .container1 {
  margin: 20px auto;
}
.nav .menu .menu_item .second .container1 a {
  font-size: 16px;
  color: #333;
  font-family: 'LamaSans-Regular';
  transition: 0.5s;
  padding: 6px 6px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.nav .menu .menu_item:hover .second {
  opacity: 1;
  height: auto;
  z-index: 9;
  padding: 30px 0;
}
.nav .actions {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.nav .actions .lang {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
  position: absolute;
  top: -15px;
  right: 0;
}
.nav .actions .lang img {
  width: 20px;
  height: 20px;
  display: block;
}
.nav .actions .lang span {
  font-size: 14px;
  color: #fff;
  padding: 0 10px;
  white-space: nowrap;
}
.nav .actions .lang i {
  color: #fff;
  font-size: 14px;
}
.nav .actions .search {
  display: flex;
  align-items: center;
}
.nav .actions .search img {
  width: 25px;
  height: 20px;
  display: block;
  cursor: pointer;
}
.nav .actions .search .l {
  display: block;
}
.nav .actions .search .d {
  display: none;
}
.nav .actions .search a {
  font-size: 14px;
  color: #fff;
  margin-right: 10px;
}
.nav .actions .search a:hover {
  color: #087437;
}
.nav .actions .search .last {
  width: 18px;
  height: 18px;
}
.ad {
  width: 100%;
  position: relative;
  padding-top: 100px;
}
.ad .img {
  width: 100%;
}
.ad .img img {
  display: block;
  width: 100%;
}
.ad .text {
  width: 100%;
  text-align: center;
  font-size: 60px;
  color: #fff;
  font-family: 'LamaSans-SemiBoldCondensed';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  z-index: 6;
}
.ad .bread {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.ad .bread img {
  width: 20px;
  display: block;
  margin-right: 8px;
}
.ad .bread a {
  font-size: 16px;
  color: #fff;
  font-family: 'LamaSans-Regular';
  transition: 0.3s;
}
.ad .bread a:hover {
  color: #087437;
}
.ad .bread i {
  font-size: 16px;
  color: #fff;
}
.dropdown-item {
  display: flex;
  align-items: center;
}
.dropdown-item img {
  margin-right: 10px;
}
.contact {
  padding: 100px 0 70px;
}
.contact .title {
  font-size: 60px;
  color: #333;
  font-family: 'LamaSans-SemiBoldCondensed';
}
.contact .tips {
  width: 100%;
  margin-bottom: 40px;
}
.contact .tips p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.contact .tips p span {
  display: block;
  min-width: 200px;
}
.contact .form .form_item {
  width: 100%;
  max-width: 1000px;
  display: flex;
  margin-bottom: 20px;
}
.contact .form .form_item input {
  width: calc((100% - 60px)/3);
  border: 1px solid #DDDDDD;
  border-radius: 10px;
  margin-right: 30px;
  line-height: 42px;
  font-size: 14px;
  color: #333;
  padding-left: 20px;
  font-family: 'LamaSans-Regular';
  box-sizing: border-box;
}
.contact .form .form_item input:last-child {
  margin-right: 0;
}
.contact .form .form_item textarea {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #DDDDDD;
  border-radius: 10px;
  font-size: 14px;
  font-family: 'LamaSans-Regular';
  color: #333;
  resize: none;
}
.contact .form .button {
  border-radius: 10px;
  transition: 0.5s;
  border: 0;
}
.contact .form .button:hover {
  border-radius: 10px 50px 10px 50px;
}
.contact .contact_info {
  width: 100%;
  border-bottom: 1px solid #DDDDDD;
  padding-top: 60px;
}
.contact .contact_info .container {
  display: flex;
  border-left: 1px solid #DDDDDD;
  box-sizing: border-box;
}
.contact .contact_info .info {
  width: auto;
  flex: 1;
  padding: 20px;
  display: block;
  box-sizing: border-box;
  border-right: 1px solid #DDDDDD;
}
.contact .contact_info .info .icon {
  width: 30px;
  margin-bottom: 90px;
}
.contact .contact_info .info .icon img {
  display: block;
  width: 100%;
  transform: rotateY(0deg);
  transition: 0.8s;
}
.contact .contact_info .info .label {
  font-size: 14px;
  color: #99968B;
  font-family: 'LamaSans-Regular';
  margin-bottom: 5px;
  transition: 0.5s;
}
.contact .contact_info .info .value {
  font-size: 16px;
  color: #333;
  font-family: 'LamaSans-Regular';
  transition: 0.5s;
}
.contact .contact_info .info:hover .icon img {
  transform: rotateY(360deg);
  transition: 0.8s;
}
.contact .contact_info .info:hover .label {
  color: #333;
  transition: 0.5s;
}
.contact .contact_info .info:hover .value {
  color: #087437;
  transition: 0.5s;
}
.success {
  padding-bottom: 80px;
  max-height: 70vh;
  min-height: 57vh;
}
.success .ncon {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  flex-direction: column;
}
.success .ncon svg {
  width: 60px;
  margin-top: 110px;
  margin-bottom: 20px;
}
.success .ncon h3 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 5px;
}
.success .ncon p {
  text-align: center;
  margin-bottom: 5px;
}
.success .ncon a {
  width: auto;
  padding: 0 12px;
  height: 40px;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #2CB148;
  margin-top: 20px;
  text-align: center;
}
.success .ncon a:hover,
.success .ncon a.active {
  width: auto;
  padding: 0 12px;
  background: #fff;
  color: #333333;
  border: 1px solid #2CB148;
}
.footer {
  width: 100%;
  background: #333;
  padding-top: 40px;
}
.footer .logo {
  width: 100px;
}
.footer .logo img {
  display: block;
  width: 100%;
}
.footer .links {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 40px 0;
}
.footer .links a {
  color: #fff;
  font-size: 14px;
  font-family: 'LamaSans-Regular';
  margin-right: 10%;
  transition: 0.5s;
}
.footer .links a:hover {
  color: #087437;
  transition: 0.5s;
}
.footer .share {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
  padding-bottom: 80px;
}
.footer .share .other-icon-share {
  display: flex;
}
.footer .share .other-icon-share a {
  width: 20px;
  display: block;
  margin-right: 30px;
}
.footer .share .other-icon-share a img {
  display: block;
  width: 100%;
}
.footer .share .follow {
  display: flex;
}
.footer .share .follow .label {
  color: #fff;
  font-size: 14px;
  font-family: 'LamaSans-Regular';
}
.footer .share .follow .value {
  display: flex;
}
.footer .share .follow .value .code {
  cursor: pointer;
  position: relative;
  margin-left: 50px;
  display: flex;
  align-items: center;
}
.footer .share .follow .value .code .name {
  color: #fff;
  font-size: 14px;
  font-family: 'LamaSans-Regular';
  margin-right: 5px;
}
.footer .share .follow .value .code .icon {
  width: 16px;
}
.footer .share .follow .value .code .icon img {
  display: block;
  width: 100%;
}
.footer .share .follow .value .code .code_img {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: -100px;
  opacity: 0;
  transform: translateX(-50%);
  z-index: -1;
  transition: 0.5s;
}
.footer .share .follow .value .code .code_img img {
  display: block;
  width: 100%;
}
.footer .share .follow .value .code:hover .code_img {
  top: -120px;
  opacity: 1;
  z-index: 10;
}
.footer .bottom {
  width: 100%;
  border-top: 1px solid #4D4A45;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .bottom p {
  color: #666;
  font-size: 14px;
  font-family: 'LamaSans-Regular';
  white-space: nowrap;
}
.footer .bottom p a {
  color: #fff;
  font-size: 14px;
  font-family: 'LamaSans-Regular';
  margin-left: 10px;
  transition: 0.5s;
  white-space: nowrap;
}
.footer .bottom p a:hover {
  color: #087437;
  transition: 0.5s;
}
.footer .bottom p .map {
  color: #666;
  font-size: 14px;
  font-family: 'LamaSans-Regular';
  white-space: nowrap;
}
.nside-detail {
  width: 100%;
  padding: 15px 0px 25px;
  margin-top: 120px;
  background: #E6E6E6;
}
.nside-detail .nside-detail-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.nside-detail .nside-detail-inner .el-icon-arrow-right {
  margin: 8px 10px 0px;
  font-size: 16px;
  color: #333;
}
.nside-detail .nside-detail-inner svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: 8px;
}
.nside-detail .nside-detail-inner a {
  font-size: 16px;
  display: block;
  font-family: 'LamaSans-Regular';
  font-weight: 400;
  color: #333;
  line-height: 20px;
  transition: 0.5s;
  white-space: nowrap;
  margin-top: 10px;
}
.nside-detail .nside-detail-inner a:hover {
  color: #087437;
  transition: 0.5s;
}
.nside-detail .nside-detail-inner .lastA {
  color: #087437;
}
.detail-inner {
  width: 100%;
  padding: 60px 0;
  background: #fff;
}
.detail-inner .detail-main {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.detail-inner .renews-detail-main {
  justify-content: space-between;
  /* 隐藏滚动条 */
  /* 隐藏滚动条轨道 */
  /* 隐藏滚动条拇指 */
}
.detail-inner .renews-detail-main .renews-list-title {
  font-size: 24px;
  font-family: 'LamaSans-Medium';
  font-weight: 500;
  color: #333333;
  line-height: 22px;
}
.detail-inner .renews-detail-main .renews-detail-main-left {
  width: 70%;
}
.detail-inner .renews-detail-main .renews-detail-main-right {
  width: 25%;
}
.detail-inner .renews-detail-main .renews-list-data {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  max-height: 100vh;
  overflow-y: auto;
}
.detail-inner .renews-detail-main .renews-list-data::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.detail-inner .renews-detail-main .renews-list-data::-webkit-scrollbar-track {
  display: none;
}
.detail-inner .renews-detail-main .renews-list-data::-webkit-scrollbar-thumb {
  display: none;
}
.detail-inner .renews-detail-main .renewsSwiper {
  width: 100%;
  overflow: hidden;
  display: none;
}
.detail-inner .renews-detail-main .renews-swiper-slide {
  width: 100%;
  margin-top: 30px;
}
.detail-inner .renews-detail-main .renews-swiper-slide .renews-img {
  width: 100%;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail-inner .renews-detail-main .renews-swiper-slide .renews-img img {
  display: block;
  max-width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.detail-inner .renews-detail-main .renews-swiper-slide .renews-list-main-one-word {
  margin-top: 12px;
  font-size: 18px;
  font-family: 'LamaSans-Medium';
  font-weight: 500;
  color: #333333;
  line-height: 24px;
  width: 100%;
  padding: 0 12px;
  overflow: hidden;
  display: -webkit-box;
  /*弹性伸缩盒子*/
  -webkit-box-orient: vertical;
  /*子元素垂直排列*/
  -webkit-line-clamp: 2;
  /*可以显示的行数，超出部分用...表示*/
  text-overflow: ellipsis;
  /*（多行文本的情况下，用省略号“…”隐藏溢出范围的文本)*/
  transition: 0.5s;
}
.detail-inner .renews-detail-main .renews-swiper-slide:hover .renews-img {
  overflow: hidden;
}
.detail-inner .renews-detail-main .renews-swiper-slide:hover .renews-img img {
  transform: scale(1.1);
  transition: 0.5s;
}
.detail-inner .renews-detail-main .renews-swiper-slide:hover .renews-list-main-one-word {
  color: #ED1C24;
  transition: 0.5s;
}
.detail-inner .detail-innerProducts {
  width: 100%;
}
.detail-inner .detail-innerProducts .detail-innerProducts-title {
  margin-bottom: 30px;
  font-size: 24px;
  font-family: 'LamaSans-Medium';
  font-weight: 500;
  color: #333;
  line-height: 30px;
}
.detail-inner .processProducts .productProcess {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.detail-inner .processProducts .productProcess-item {
  width: 24%;
  margin-right: 1%;
  margin-top: 14px;
  font-size: 14px;
  font-family: 'LamaSans-Regular';
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}
.detail-inner .processProducts .productProcess-item .productProcess-img {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.detail-inner .processProducts .productProcess-item .productProcess-img img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.detail-inner .processProducts .productProcess-item .productProcess-p {
  text-align: center;
  line-height: 50px;
  padding: 0 12px;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  /*弹性伸缩盒子*/
  -webkit-box-orient: vertical;
  /*子元素垂直排列*/
  -webkit-line-clamp: 1;
  /*可以显示的行数，超出部分用...表示*/
  text-overflow: ellipsis;
  /*（多行文本的情况下，用省略号“…”隐藏溢出范围的文本)*/
}
.detail-inner .processProducts .productProcess-item:hover .productProcess-img {
  overflow: hidden;
}
.detail-inner .processProducts .productProcess-item:hover .productProcess-img img {
  transform: scale(1.1);
  transition: 0.5s;
}
.detail-inner .processProducts .productProcess-item:nth-of-type(4n) {
  margin-right: 0;
}
.detail-inner .relatedProducts .relatedProductsSwiper {
  width: 100%;
  overflow: hidden;
  padding-bottom: 50px;
}
.detail-inner .relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide {
  width: 24%;
  margin-right: 20px;
  background: transparent;
  transition: 0.5s;
  background: #FFFFFF;
  border-radius: 5px 5px 5px 5px;
  opacity: 1;
  border: 1px solid #EFEFEF;
}
.detail-inner .relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide .relatedProducts-img {
  width: 100%;
  overflow: hidden;
  background: #FFFFFF;
  border-radius: 20px;
}
.detail-inner .relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide .relatedProducts-img img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.detail-inner .relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide .relatedProducts-img-p {
  background: transparent;
  padding: 20px 12px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s;
  border-top: 1px solid #EFEFEF;
}
.detail-inner .relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide .relatedProducts-img-p p {
  font-family: 'LamaSans-Regular';
  font-size: 18px;
  font-weight: 400;
  color: #666;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  /*弹性伸缩盒子*/
  -webkit-box-orient: vertical;
  /*子元素垂直排列*/
  -webkit-line-clamp: 1;
  /*可以显示的行数，超出部分用...表示*/
  text-overflow: ellipsis;
  /*（多行文本的情况下，用省略号“…”隐藏溢出范围的文本)*/
  transition: 0.5s;
}
.detail-inner .relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide .relatedProducts-img-p .el-icon-arrow-right {
  font-size: 14px;
  color: #666;
  transition: 0.5s;
}
.detail-inner .relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide:hover {
  transition: 0.5s;
}
.detail-inner .relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide:hover .relatedProducts-img {
  overflow: hidden;
}
.detail-inner .relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide:hover .relatedProducts-img img {
  transform: scale(1.1);
  transition: 0.5s;
}
.detail-inner .relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide:hover .relatedProducts-img-p {
  background: transparent;
  transition: 0.5s;
}
.detail-inner .relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide:hover .relatedProducts-img-p p {
  color: #087437;
  transition: 0.5s;
}
.detail-inner .relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide:hover .relatedProducts-img-p .el-icon-arrow-right {
  color: #087437;
  transform: translateX(6px);
  transition: 0.5s;
}
.detail-inner .detail-main-title {
  font-size: 24px;
  font-family: 'LamaSans-Medium';
  font-weight: 500;
  color: #333333;
  line-height: 22px;
}
.detail-inner .detail-main-time {
  font-size: 14px;
  font-family: 'LamaSans-Regular';
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  margin-top: 14px;
}
.detail-inner .noData {
  padding: 20px 0px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(143, 116, 63, 0.9);
  font-family: 'LamaSans-Medium';
}
.detail-inner .pros-detail-main-left {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.detail-inner .proDetailPage-rightInfor {
  width: 40%;
}
.detail-inner .proDetailPage-rightInfor .pro-detail-name-title {
  font-size: 24px;
  font-family: 'LamaSans-Medium';
  font-weight: 500;
  color: #087437;
}
.detail-inner .proDetailPage-rightInfor .pro-detail-name-desc {
  font-size: 14px;
  font-family: 'LamaSans-Regular';
  font-weight: 400;
  color: #666;
  line-height: 30px;
  margin-top: 20px;
}
.detail-inner .proDetailPage-rightInfor .proDetailPage-infor-one {
  margin-top: 33px;
  display: flex;
  align-items: center;
}
.detail-inner .proDetailPage-rightInfor .proDetailPage-infor-one .proDetailPage-infor-img {
  width: 30px;
  height: 30px;
  background: #087437;
  border-radius: 50%;
  margin-right: 8px;
  transform: rotateY(0deg);
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail-inner .proDetailPage-rightInfor .proDetailPage-infor-one .proDetailPage-infor-img img {
  width: 60%;
  display: block;
}
.detail-inner .proDetailPage-rightInfor .proDetailPage-infor-one .proDetailPage-infor-word {
  transition: 0.5s;
}
.detail-inner .proDetailPage-rightInfor .proDetailPage-infor-one .proDetailPage-infor-word .proDetailPage-infor-p {
  font-size: 14px;
  font-family: 'LamaSans-Regular';
  font-weight: 400;
  color: #999999;
  line-height: 30px;
}
.detail-inner .proDetailPage-rightInfor .proDetailPage-infor-one .proDetailPage-infor-word .proDetailPage-infor-value {
  font-size: 16px;
  font-family: 'LamaSans-Medium';
  font-weight: 500;
  color: #087437;
  line-height: 20px;
}
.detail-inner .proDetailPage-rightInfor .proDetailPage-infor-one .proDetailPage-infor-word .proDetailPage-infor-value span {
  margin-right: 3px;
}
.detail-inner .proDetailPage-rightInfor .proDetailPage-infor-one:hover .proDetailPage-infor-img {
  transform: rotateY(360deg);
  transition: 0.5s;
}
.detail-inner .proDetailPage-rightInfor .proDetailPage-infor-one:hover .proDetailPage-infor-word {
  transition: 0.5s;
}
.detail-inner .proDetailPage-rightInfor .proDetailPage-infor-one:hover .proDetailPage-infor-word .proDetailPage-infor-p {
  color: #087437;
}
.detail-inner .proDetailPage-rightInfor .pro-Detail-btn-box {
  margin-top: 42px;
  display: flex;
}
.detail-inner .proDetailPage-rightInfor .pro-Detail-btn-box .pro-Detail-btn-box-a {
  cursor: pointer;
  height: 40px;
  background: #087437;
  border-radius: 10px;
  font-size: 14px;
  font-family: 'LamaSans-Regular';
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 20px;
  overflow: hidden;
}
.detail-inner .proDetailPage-rightInfor .pro-Detail-btn-box .pro-Detail-btn-box-a p {
  position: relative;
}
/* .detail-inner .proDetailPage-rightInfor .pro-Detail-btn-box .pro-Detail-btn-box-a p::after {
  position: absolute;
  content: attr(data-word);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  transition: 0.5s;
} */
.detail-inner .proDetailPage-rightInfor .pro-Detail-btn-box .pro-Detail-btn-box-a img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.detail-inner .proDetailPage-rightInfor .pro-Detail-btn-box .pro-Detail-btn-box-a:hover img {
  transform: rotateY(360deg);
  transition: 0.5s;
}
.detail-inner .proDetailPage-rightInfor .pro-Detail-btn-box .pro-Detail-btn-box-a:hover p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.detail-inner .pro-img-swiper {
  width: 56%;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
}
.detail-inner .mySwiper2 {
  width: 75%;
  overflow: hidden;
  height: auto;
  aspect-ratio: 1;
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: relative;
}
.detail-inner .mySwiper2 .swiper-slide {
  background: #FFFFFF;
  border: 1px solid #efefef;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
}
.detail-inner .mySwiper2 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  display: block;
}
.detail-inner .mySwiper2 .mySwiper2-btn-prev {
  left: 0;
}
.detail-inner .mySwiper2 .mySwiper2-btn-next {
  right: 0;
}
.detail-inner .mySwiper2 .mySwiper2-btn {
  width: 30px;
  height: 45px;
  background: #087437;
  border-radius: 2px;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  z-index: 4;
  top: 50%;
  transform: translateY(-50%);
}
.detail-inner .mySwiper2 .mySwiper2-btn i {
  font-size: 16px;
  color: #fff;
}
.detail-inner .mySwiper2 .mySwiper2-btn:hover {
  border: 1px solid #087437;
  background: transparent;
  transition: 0.5s;
}
.detail-inner .mySwiper2 .mySwiper2-btn:hover i {
  color: #087437;
}
.detail-inner .mySwiper2 .swiper-button-disabled {
  background: transparent;
  border: 1px solid #087437;
}
.detail-inner .mySwiper2 .swiper-button-disabled i {
  color: #087437;
}
.detail-inner .rightImg {
  width: 22%;
  height: 450px;
  padding-right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  margin-right: 0 !important;
  /* 隐藏滚动条 */
  /* 隐藏滚动条轨道 */
  /* 隐藏滚动条拇指 */
}
.detail-inner .rightImg::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.detail-inner .rightImg::-webkit-scrollbar-track {
  display: none;
}
.detail-inner .rightImg::-webkit-scrollbar-thumb {
  display: none;
}
.detail-inner .rightImg .rightImg-slide {
  width: 100%;
  aspect-ratio: 1;
  opacity: 1;
  height: auto;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #efefef;
  border-radius: 6px;
  cursor: pointer;
  margin-bottom: 20px;
  overflow: hidden;
}
.detail-inner .rightImg .rightImg-slide-active {
  border: 1px solid #087437;
  box-sizing: border-box;
}
.detail-inner .rightImg .rightImg-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.detail-inner .rightImg .rightImg-slide video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail-inner .page-link {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 60px;
}
.detail-inner .page-link .page-link-a {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  transition: 0.5s;
  flex-wrap: wrap;
  font-family: 'LamaSans-Regular';
  font-weight: 400;
  font-size: 14px;
  color: #999;
  line-height: 24px;
}
.detail-inner .page-link .page-link-a p {
  word-break: normal;
}
.detail-inner .page-link .page-link-a:hover {
  color: #087437;
  transition: 0.5s;
}
.detail-inner-pro {
  padding-bottom: 0;
}
.detail-inner1 {
  padding: 60px 0;
  background: #F8F8F8;
}
#detailImage {
  width: 80%;
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  height: calc(100% - 140px);
  z-index: 3;
  background: #ffffff;
}
.detail-content {
  width: 100%;
  line-height: 1.8;
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  font-family: 'LamaSans-Medium';
  margin-top: 40px;
}
.detail-content .detail-content-word {
  margin-top: 60px;
}
.detail-content .detail-content-word .detail-content-title {
  font-size: 24px;
  font-family: 'LamaSans-Medium';
  font-weight: 500;
  color: #333;
  line-height: 30px;
}
.detail-content .detail-content-word .detail-content-desc {
  font-size: 14px;
  font-family: 'LamaSans-Regular';
  font-weight: 400;
  color: #666;
  line-height: 30px;
  margin-top: 20px;
}
.detail-content img {
  max-width: 100%;
  display: block;
}
.detail-content table {
  width: 100%;
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
  margin-top: 10px;
  margin-left: 0px !important;
  border: 0;
}
.detail-content table th {
  background: transparent;
  color: #666;
  border: 1px solid #999;
  padding: 8px;
  font-size: 16px;
  font-family: 'LamaSans-Medium';
  font-weight: 500;
  white-space: nowrap;
}
.detail-content table tr:first-child td {
  color: #666;
  font-size: 16px;
  padding: 12px 8px;
  line-height: 30px;
  text-align: center;
}
.detail-content table td {
  background: transparent;
  text-align: center;
  border: 1px solid #CCC7BA;
  color: #666;
  font-size: 16px;
  padding: 10px;
  white-space: nowrap;
}
@media only screen and (max-width: 1440px) {
  .ad .text {
    font-size: 54px;
  }
  .nav .menu a {
    padding-right: 50px;
  }
  .ad .bread {
    bottom: 20px;
  }
  .contact {
    width: 90%;
    padding: 80px 0 50px;
    margin: 0 auto;
  }
  .contact .title {
    font-size: 56px;
    line-height: 62px;
  }
  .contact .contact_info {
    padding-top: 50px;
  }
  .contact .tips {
    margin-bottom: 40px;
  }
  .footer .container {
    width: 90%;
    margin: 0 auto;
  }
  .footer .links a {
    margin-right: 6%;
  }
  .footer .share {
    padding: 30px 0;
    padding-bottom: 30px;
  }
  .footer .links {
    padding: 30px 0 10px;
  }
  .footer .share .other-icon-share a {
    width: 14px;
    margin-right: 24px;
  }
  .pages {
    margin-top: 55px;
  }
}
@media only screen and (max-width: 1280px) {
  .header {
    height: 85px;
  }
  .nav .menu .menu_item .second {
    top: 85px;
  }
  .ad {
    padding-top: 85px;
  }
  .nside-detail .nside-detail-inner a {
    font-size: 14px;
  }
  .nside-detail {
    padding: 10px 0px 20px;
  }
  .nside-detail .nside-detail-inner svg {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    margin-top: 4px;
  }
  .nside-detail .nside-detail-inner .el-icon-arrow-right {
    margin: 8px 8px 0px;
    font-size: 14px;
  }
  .ad .text {
    font-size: 48px;
    line-height: 80px;
  }
  .ad .bread {
    width: 90%;
  }
  .contact .title {
    font-size: 48px;
    line-height: 54px;
  }
  .contact {
    padding: 60px 0 30px;
  }
  .contact .contact_info {
    padding-top: 30px;
  }
  .contact .tips {
    margin-bottom: 30px;
  }
  .pages {
    margin-top: 48px;
  }
}
@media only screen and (max-width: 1250px) {
  .headerM {
    display: block;
  }
  .header {
    display: none;
  }
  .top_nav {
    display: block;
  }
  .ad {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .ad .bread {
    display: none;
  }
  .ad .text {
    font-size: 42px;
    line-height: 90px;
  }
  .contact {
    padding: 48px 0 18px;
  }
  .contact .title {
    font-size: 42px;
    line-height: 48px;
  }
  .footer .bottom {
    padding: 22px 0;
  }
  .footer .bottom p {
    width: 100%;
    margin-bottom: 6px;
    display: flex;
    flex-wrap: wrap;
  }
  .footer .bottom p a {
    margin-left: 0;
    white-space: normal;
  }
  .footer .bottom p .map {
    width: 100%;
  }
}
@media only screen and (max-width: 820px) {
  .headerM .header-inner {
    height: 60px;
  }
  .headerM .rightShare .el-dropdown {
    font-size: 16px;
  }
  .headerM .action_item {
    width: 30px;
    height: 30px;
  }
  .headerM .action_item .action_item_span_line {
    width: 22px;
  }
  .sidefixed .sideitemBase {
    display: none;
  }
  .sidefixedM {
    display: flex;
  }
  .top_nav .logo img {
    max-width: 120px;
  }
  .top_nav .top_nav_close svg {
    width: 24px;
    height: 24px;
    margin-top: 0px;
  }
  .top_nav .nav .li .menu .name {
    font-size: 16px;
  }
  .top_nav .nav .li .menu {
    margin-bottom: 18px;
  }
  .ad {
    padding-top: 60px;
  }
  .contact {
    padding: 38px 0 18px;
  }
  .contact .title {
    font-size: 35px;
    line-height: 40px;
  }
  .contact_info2.contact_info .info {
    margin-bottom: 20px;
  }
  .ad .text {
    font-size: 32px;
    line-height: 50px;
  }
  .contact .title {
    font-size: 32px;
    line-height: 42px;
  }
  .contact .tips {
    margin-bottom: 14px;
  }
  .contact .form .form_item input {
    width: calc((100% - 40px)/3);
    margin-right: 20px;
  }
  .contact .contact_info {
    padding-top: 24px;
  }
  .contact .contact_info .info .icon {
    width: 26px;
    margin-bottom: 64px;
  }
  .footer {
    padding-top: 36px;
    padding-bottom: 70px;
  }
  .footer .links {
    flex-wrap: wrap;
    padding: 24px 0 10px;
  }
  .footer .links a {
    margin-bottom: 8px;
  }
  .footer .share {
    padding: 0px 0;
    padding-bottom: 16px;
  }
  .footer .share {
    flex-wrap: wrap;
  }
  .footer .share .follow .value .code {
    margin-left: 24px;
  }
  .contact .contact_info .info .value {
    font-size: 14px;
  }
  .contact .contact_info .info .label {
    font-size: 12px;
  }
  .contact .contact_info .info {
    padding: 14px 7px;
  }
}
@media only screen and (max-width: 640px) {
  .contact .form .form_item input {
    width: calc((100% - 20px)/3);
    margin-right: 10px;
  }
  .contact .form .form_item textarea {
    padding: 14px;
  }
  .contact {
    padding: 30px 0 14px;
  }
  .contact .contact_info .info .label {
    font-size: 12px;
  }
  .contact .contact_info .info .value {
    font-size: 14px;
  }
  .footer .links a {
    font-size: 12px;
  }
  .footer .share .follow .label {
    font-size: 12px;
  }
  .footer .share .follow .value .code .name {
    font-size: 12px;
  }
  .footer .share .follow .value .code .icon {
    width: 14px;
  }
  .footer .bottom p {
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
  }
  .footer .bottom p a {
    font-size: 12px;
  }
  .footer .bottom p .map {
    width: 100%;
    margin-top: 5px;
    font-size: 12px;
  }
  .footer {
    padding-top: 26px;
  }
  .footer .share .follow {
    width: 100%;
    margin-top: 12px;
  }
  .contact .contact_info .container {
    flex-wrap: wrap;
  }
  .contact .contact_info .info {
    width: 50%;
    flex: none;
  }
}
@media only screen and (max-width: 520px) {
  .nside-detail .nside-detail-inner a {
    margin-top: 6px;
  }
  .contact .contact_info .info .value {
    font-size: 12px;
  }
  .contact .contact_info .info .icon {
    width: 24px;
    margin-bottom: 40px;
  }
  .contact .form .form_item {
    flex-wrap: wrap;
    margin-bottom: 0px;
  }
  .contact .form .form_item input {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 14px;
    font-size: 12px;
    padding-left: 14px;
  }
  .button {
    width: 136px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
  }
  .contact .form .button {
    margin-top: 14px;
  }
  .contact .form .form_item textarea {
    font-size: 12px;
  }
  .contact .tips p {
    font-size: 12px;
  }
  .ad .text {
    font-size: 30px;
    line-height: 58px;
  }
  .contact .title {
    font-size: 30px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 415px) {
  .sidefixedM .sideitem1 .sideins {
    left: 0;
    transform: translateX(0);
  }
  .ad .text {
    font-size: 24px;
    line-height: 58px;
  }
  .contact .title {
    font-size: 22px;
    line-height: 26px;
  }
  .contact {
    padding: 28px 0 14px;
  }
  .footer {
    padding-top: 22px;
    padding-bottom: 90px;
  }
}
/* 滚动条整体 */
::-webkit-scrollbar {
  height: 2px;
  width: 4px;
}
/* 两个滚动条交接处 -- x轴和y轴 */
::-webkit-scrollbar-corner {
  background-color: transparent;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px #087437;
  background: #087437;
}
/* 滚动条轨道 */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}
