.sidefixed {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 998;
  display: flex;
  width: 72px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.success {
  padding-bottom: 80px;
  max-height: 70vh;
  min-height: 57vh;
}
.success .ncon {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  flex-direction: column;
}
.success .ncon svg {
  width: 60px;
  height: 60px;
  margin-top: 110px;
  margin-bottom: 50px;
}
.success .ncon h3 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 5px;
}
.success .ncon p {
  text-align: center;
  margin-bottom: 5px;
  padding: 0 10px;
}
.success .ncon a {
  width: 150px;
  height: 40px;
  border: 1px solid transparent;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #2CB148;
  margin-top: 20px;
}
.success .ncon a:hover,
.success .ncon a.active {
  background: #fff;
  color: #333333;
  border: 1px solid #2CB148;
}











.sidefixed .sideitem3 {
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  background: #FF8E0F;
  transition: 0.5s;
  position: relative;
  right: 0px;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}
.sidefixed .sideitem3:hover {
  background: #FF8E0F;
  transition: .5s;
  right: 180px;
}
.sidefixed .sideitem3 .p {
  font-size: 14px;
}
.sidefixed .sideitem3 .p a {
  color: #fff;
}
.sidefixed .sideitem3 .icon-box {
  z-index: 801;
  padding: 10px 0px;
  align-items: center;
  flex-direction: column;
  width: 72px;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  background: #FF8E0F;
}
.sidefixed .sideitem3 .icon-box p {
  margin-top: 4px;
  font-size: 14px;
  background: transparent !important;
  text-align: center;
}
.sidefixed .sideitem3 svg {
  width: 30px;
  height: 30px;
}
.sidefixed .sideitem3 .sideins {
  width: 180px;
  background: #FF8E0F;
  padding: 10px 10px;
  min-height: 74px;
  transition: all .5s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.6;
}
.sidefixed .sideitem3 .sideins p {
  line-height: 26px;
  padding: 13px 0px;
  white-space: nowrap;
}
.sidefixed .sideitem3:nth-of-type(1) {
  border-radius: 10px 10px 0px 0px;
}
.sidefixed .sideitem3:nth-of-type(1) .icon-box {
  border-radius: 10px 10px 0px 0px;
}
.sidefixed .sideitem1 {
  width: 72px;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  background: #FF8E0F;
  transition: .5s;
  position: relative;
  right: 0px;
  border-bottom: 1px solid #fff;
  overflow: hidden;
  cursor: pointer;
}
.sidefixed .sideitem1:hover {
  overflow: visible;
  background: #FF8E0F;
  transition: .5s;
}
.sidefixed .sideitem1:hover .sideins {
  transform: translateX(-5px);
  opacity: 1;
  transition: all .5s;
}
.sidefixed .sideitem1 .p {
  font-size: 14px;
}
.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;
}
.sidefixed .sideitem1 .icon-box p {
  margin-top: 4px;
  font-size: 14px;
  background: transparent !important;
  text-align: center;
}
.sidefixed .sideitem1 svg {
  width: 30px;
  height: 30px;
}
.sidefixed .sideitem1 .sideins {
  opacity: 0;
  z-index: 800;
  border-radius: 8px;
  transform: translateX(0px);
  /*background: #FF8E0F;*/
  /*padding: 10px 10px;*/
  position: absolute;
  top: 0;
  right: 100%;
  min-height: 74px;
  transition: all .5s;
}
.sidefixed .sideitem1 .sideins p {
  line-height: 26px;
  padding: 13px 0px;
  white-space: nowrap;
}
.sidefixed .sideitem1 .sideins img {
  width: 100px;
  height: 100px;
  display: block;
}
.sidefixed .sideitem2 {
  width: 72px;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  background: #FF8E0F;
  transition: .5s;
  overflow: hidden;
  position: relative;
  right: 0px;
  border-radius: 0px 0px 10px 10px;
  margin-bottom: 3px;
  cursor: pointer;
}
.sidefixed .sideitem2:hover {
  background: #FF8E0F;
}
.sidefixed .sideitem2 .p {
  font-size: 14px;
}
.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: column;
}
.sidefixed .sideitem2 .icon-box svg {
  width: 20px;
  height: 20px;
}
.sidefixed .sideitem2 .icon-box p {
  margin-top: 4px;
  font-size: 14px;
  background: transparent !important;
}
.sidefixedM {
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 998;
  left: 0px;
  display: none;
  justify-content: space-between;
  background: #FF8E0F;
}
.sidefixedM .sideitem1 {
  width: 20%;
  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 .icon-box {
  padding: 10px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.sidefixedM .sideitem1 .icon-box p {
  margin-top: 4px;
  font-size: 12px;
  background: transparent !important;
}
.sidefixedM .sideitem1 svg {
  width: 30px;
  height: 30px;
}
.sidefixedM .sideitem3 .sideins {
  background: none !important;
  padding: 0px 0px !important;
}
.sidefixedM .sideitem1 .sideins {
  border-radius: 3px 0px 0px 3px;
  background: #FF8E0F;
  padding: 5px 10px;
  opacity: 0;
  position: absolute;
  bottom: 100%;
  left: 0px;
  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: 20%;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  transition: .5s;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.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: 10px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.sidefixedM .sideitem2 .icon-box svg {
  width: 20px;
  height: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.sidefixedM .sideitem2 .icon-box p {
  margin-top: 4px;
  font-size: 12px;
  background: transparent !important;
}
.header {
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  overflow: hidden;
  top: 0;
  z-index: 800;
  background: #fff;
  box-shadow: -8px -9px 14px 3px rgba(0,0,0,.2);
}
.header .header-top {
  width: 100%;
  background: #2E6E49;
}
.header .header-top .header-top-inner {
  width: 90%;
  height: 36px;
  margin: 0 auto;
  max-width: 1280px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header .header-top .header-nav-share {
  width: 220px;
  z-index: 12;
  display: flex;
  align-items: center;
  transition: 0.5s;
}
.header .header-top .header-nav-share .el-button {
  color: #fff;
}
.header .header-top .header-nav-share .el-dropdown {
  color: #fff;
}
.header .header-top .header-nav-share .el-button:hover {
  color: #FF8E0F !important;
  transition: 0.5s;
}
.header .header-top .header-nav-share .tel-a {
  color: #fff;
  transition: 0.5s;
}
.header .header-top .header-nav-share .tel-a svg {
  width: 14px;
  height: 14px;
  margin-right: 4px;
}
.header .header-top .header-nav-share .tel-a:hover {
  color: #FF8E0F;
  transition: 0.5s;
}
.header .header-top .header-nav-share .line {
  width: 1px;
  height: 14px;
  background: #fff;
  opacity: 0.5;
  margin: 0px 10px;
}
.header .header-inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1280px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  transition: 0.5s;
}
.header .header-inner .logo {
  padding: 12px 0px 12px;
  width: 200px;
}
.header .header-inner .logo img {
  max-width: 100%;
  display: block;
}
.header .header-inner .header-nav {
  display: flex;
  z-index: 10;
  align-items: center;
  width: 75%;
  position: relative;
  justify-content: space-between;
}
.header .header-inner .header-nav .header-nav-list {
  width: 100%;
  display: flex;
  height: 84px;
  align-items: center;
}
.header .header-inner .header-nav .nav-item {
  width: calc(100%/6);
  height: 100%;
}
.header .header-inner .header-nav .nav-item .nav-item-first {
  width: 100%;
  position: relative;
  height: 100%;
  display: block;
  z-index: 12;
}
.header .header-inner .header-nav .nav-item .nav-item-first .nav-item-p {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #2E6E49;
  line-height: 24px;
  transition: 0.5s;
  word-break: break-word;
}
.header .header-inner .header-nav .nav-item .nav-item-first-avtive .nav-item-p {
  color: #fff !important;
  background: #FF8E0F !important;
}
.top_nav {
  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);
}
.top_nav .logo img {
  width: 150px;
  display: block;
}
.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: 5px;
  margin-right: 0px;
}
.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 img {
  display: block;
  height: 15px;
}
.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 .menu2 {
  width: 100%;
  height: auto;
  z-index: 2;
  box-sizing: border-box;
  padding: 0 30px;
  display: flex;
  align-items: center;
  overflow: hidden;
  max-height: 0px;
  transition: max-height 0.7s 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: block;
  width: 100%;
}
.top_nav .nav .li .menu2 .item_val a:hover {
  color: #F22E01;
}
.headerM {
  z-index: 804;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #f8f8f8;
}
.headerM .headerM-inner {
  width: 90%;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.headerM .logo {
  width: auto;
}
.headerM .logo img {
  width: 180px;
  display: block;
}
.headerM .el-dropdown {
  color: #2E6E49;
}
.headerM .action_item {
  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: 1px;
  margin: 3px 0;
  background: #2E6E49;
}
.rightMenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rightMenu .action_item {
  margin-left: 14px;
}
.top_nav.show_nav {
  transform: translateY(0);
}
textarea {
  resize: none;
}
.footer {
  width: 100%;
  background: #2e6e49 url('../images/main-img/footer-bg.png') no-repeat center center;
  background-size: cover;
}
.footer .footer-con {
  width: 100%;
}
.footer .footer-con .ewms {
  padding-left: 5%;
  display: flex;
  margin-top: 24px;
}
.footer .footer-con .ewms .ewm:nth-of-type(3) {
  margin-right: 0px;
}
.footer .footer-con .ewms .ewm {
  font-size: 14px;
  margin-right: 14px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  color: #AAB7CD;
  transition: 0.5s;
  opacity: 0.6;
  cursor: pointer;
}
.footer .footer-con .ewms .ewm:hover {
  opacity: 1;
  color: #fff;
  transition: 0.5s;
}
.footer .footer-con .ewms .ewm:hover p {
  box-shadow: 0px 5px 5px 0px rgba(124, 209, 142, 0.24);
  transition: 0.5s;
}
.footer .footer-con .ewms .ewm .ewm-img {
  position: absolute;
  right: 50%;
  top: -80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: scale(1) translateY(0px) translateX(50%);
  transition: 0.5s;
}
.footer .footer-con .ewms .ewm .ewm-img .ewm-img-inner {
  width: 90px;
  height: 90px;
  border-radius: 6px;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .footer-con .ewms .ewm .ewm-img .sanjiao {
  width: 0;
  height: 0;
  border-radius: 0;
  border: 13px solid transparent;
  border-top-color: #ffffff;
  box-shadow: none;
}
.footer .footer-con .ewms .ewm .ewm-img img {
  width: 80px;
  height: 80px;
  display: block;
  background: #FFFFFF;
}
.footer .footer-con .ewms .ewm p {
  width: 36px;
  height: 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  transition: 0.5s;
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  margin-bottom: 5px;
  z-index: 10;
}
.footer .footer-con .ewms .ewm svg {
  width: 26px;
  height: 24px;
}
.footer .footer-con .footer-con-top {
  width: 80%;
  margin: 0 auto;
  max-width: 1280px;
  padding: 80px 0px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer-con .footer-con-center {
  display: flex;
  padding-bottom: 55px;
  justify-content: space-between;
  margin: 0 auto;
  width: 80%;
  max-width: 1280px;
}
.footer .footer-con .footer-con-center-right {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.footer .footer-con .footer-con-center-form {
  width: 50%;
}
.footer .footer-con .footer-con-center-form .liulanName {
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1.5;
}
.footer .footer-con .footer-con-center-form .liulanName-intro {
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  margin: 20px 0px;
  line-height: 24px;
}
.footer .footer-con .footer-con-center-form .form {
  margin-top: 17px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 17px;
}
.footer .footer-con .footer-con-center-form .input {
  width: 30%;
  height: 46px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #629E7B;
  background: transparent;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 41px;
  text-indent: 6px;
  font-family: PingFang SC;
}
.footer .footer-con .footer-con-center-form .input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer .footer-con .footer-con-center-form .input:focus {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  outline: 0;
  box-shadow: 0;
  background: transparent !important;
  border-bottom: 1px solid #fff;
}
.footer .footer-con .footer-con-center-form .message:focus {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  outline: 0;
  box-shadow: 0;
  background: transparent !important;
  border-bottom: 1px solid #fff;
}
.footer .footer-con .footer-con-center-form .message::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer .footer-con .footer-con-center-form .message {
  font-family: PingFang SC;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  resize: none;
  width: calc(100% - 200px);
  height: 46px;
  border-bottom: 1px solid #629E7B;
  background: transparent;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 41px;
  text-indent: 6px;
}
.footer .footer-con .footer-con-center-form .formButton {
  width: 186px;
  height: 45px;
  background: #FF8E0F;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  transition: 1s;
  overflow: hidden;
  cursor: pointer;
}
.footer .footer-con .footer-con-center-form .formButton:hover {
  background: transparent;
  border: 1px solid #fff;
  transition: 1s;
}
.footer .footer-con .footer-con-center-form .formButton:hover::after {
  animation: aniSubBtn 1s;
}
.footer .footer-con .footer-con-center-form .formButton::after {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transition: 0.5s;
  transform: translateX(-50%) translateY(-50%);
}
.footer .footer-con .footer-con-center-nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer .footer-con .footer-con-center-nav a {
  width: 20%;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  transition: 0.5s;
  margin-top: 20px;
}
.footer .footer-con .footer-con-center-nav a:hover {
  color: #fff;
  transition: 0.5s;
}
.footer .footer-con .footer-con-center-infor {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer .footer-con .footer-con-center-infor .footer-top-con-item:nth-last-of-type(1) {
  width: auto;
}
.footer .footer-con .footer-con-center-infor .footer-top-con-item {
  width: calc(100%/3);
  font-size: 14px;
  padding-right: 8px;
  margin-bottom: 20px;
}
.footer .footer-con .footer-con-center-infor .footer-top-con-item .footer-top-con-item-main {
  display: flex;
  flex-wrap: wrap;
  text-align: right;
  align-items: center;
  margin-bottom: 8px;
}
.footer .footer-con .footer-con-center-infor .footer-top-con-item:hover .icon {
  display: block;
  transition: 0.5s;
}
.footer .footer-con .footer-con-center-infor .footer-top-con-item:hover .icon1 {
  display: none;
  transition: 0.5s;
}
.footer .footer-con .footer-con-center-infor .footer-top-con-item:hover .item-footer-title {
  color: #fff;
  transition: 0.5s;
}
.footer .footer-con .footer-con-center-infor .footer-top-con-item:hover .item-footer-con {
  color: #fff;
  transition: 0.5s;
}
.footer .footer-con .footer-con-center-infor svg {
  width: 20px;
  height: 20px;
}
.footer .footer-con .footer-con-center-infor .icon {
  display: none;
  transition: 0.5s;
}
.footer .footer-con .footer-con-center-infor .icon1 {
  display: block;
  transition: 0.5s;
}
.footer .footer-con .footer-con-center-infor .item-footer-title {
  color: #629E7B;
  transition: 0.5s;
  margin-left: 8px;
}
.footer .footer-con .footer-con-center-infor .item-footer-con {
  color: rgba(255, 255, 255, 0.5);
  transition: 0.5s;
  width: 100%;
}
.footer .footer-con .footer-con-bottom {
  width: 100%;
  background: #26613F;
}
.footer .footer-con .footer-con-bottom .footer-con-bottom-inner {
  width: 80%;
  display: flex;
  padding: 38px 0px;
  line-height: 24px;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  margin: 0 auto;
  max-width: 1280px;
}
.footer .footer-con .footer-con-bottom .footer-con-bottom-inner div {
  display: flex;
  color: rgba(255, 255, 255, 0.5);
  transition: 0.5s;
  text-align: center;
}
/*.footer .footer-con .footer-con-bottom .footer-con-bottom-inner div span:nth-of-type(1){*/
/*  white-space: nowrap;*/
/*}*/
.footer .footer-con .footer-con-bottom .footer-con-bottom-inner div:hover {
  color: #fff;
  transition: 0.5s;
}
.footer .footer-con .footer-con-bottom .footer-con-bottom-inner a {
  color: rgba(255, 255, 255, 0.5);
  transition: 0.5s;
}
.footer .footer-con .footer-con-bottom .footer-con-bottom-inner a:hover {
  color: #fff;
  transition: 0.5s;
}
.footer .footer-con .logo {
  width: 100px;
  height: 72px;
  margin-right: 16px;
}
.footer .footer-con .footer-con-share {
  width: 290px;
}
.footer .footer-con .footer-con-share .logo-A {
  width: 274px;
  height: 50px;
}
.footer .footer-con .footer-con-share .logo-A .logo {
  display: block;
  width: 274px;
  height: 50px;
}
.footer .footer-con .footer-con-share .share-box {
  width: 100%;
  display: flex;
  margin-top: 22px;
  align-items: center;
}
.footer .footer-con .footer-con-share .share-box a:nth-last-of-type(1) {
  margin-right: 0;
}
.footer .footer-con .footer-con-share .share-box a {
  display: block;
  margin-right: 26px;
}
.footer .footer-con .footer-con-share .share-box a .footer-img1 {
  display: block;
  transition: all 0.5s ease;
}
.footer .footer-con .footer-con-share .share-box a .footer-img2 {
  display: none;
  transition: all 0.5s ease;
}
.footer .footer-con .footer-con-share .share-box a:hover .footer-img1 {
  display: none;
  transition: all 0.5s ease;
}
.footer .footer-con .footer-con-share .share-box a:hover .footer-img2 {
  display: block;
  transition: all 0.5s ease;
}
@keyframes aniPcNav {
  0% {
    height: 0px;
    display: none;
  }
  100% {
    height: 140px;
    display: flex;
  }
}
@keyframes aniSubBtn {
  0% {
    width: 0px;
    height: 0px;
    opacity: 0;
  }
  75% {
    width: 140px;
    height: 140px;
    opacity: 1;
  }
  100% {
    width: 186px;
    height: 186px;
    opacity: 0;
  }
}
.nav-item-second {
  position: fixed;
  right: 0;
  top: 121px;
  width: 100%;
  height: 0px;
  display: none;
  /*padding-right: 10%;*/
  justify-content: center;
  align-items: center;
  background: #FBFBFB;
  overflow: hidden;
  transition: 1s;
  /*padding-left: 50px;*/
  padding: 0px 20px;
  display: flex;
  flex-wrap: wrap;
  z-index: -1;
}
.nav-item-second a:nth-last-of-type(1) {
  margin-right: 0px;
}
.nav-item-second a::after {
  content: '';
  width: 0px;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background: #2E6E49;
  transition: 0.5s;
}
.nav-item-second a:hover:after {
  width: 100%;
  transition: 0.5s;
}
.nav-item-second a {
  width: auto;
  margin-right: 60px;
  font-size: 14px;
  font-weight: 400;
  color: #2E6E49;
  line-height: 24px;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  padding: 10px 5px;
}
.user-menu-nav {
  z-index: 1;
  height: 140px;
  display: flex;
  animation: aniPcNav 1s;
}
/*滚动条样式*/
::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #2E6E49;
  height: 100px !important;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.pagination {
  width: 100%;
  margin-top: 0px;
  text-align: center;
  padding: 12px 10px;
  overflow: hidden;
}
@media only screen and (max-width: 1440px) {
  .footer .footer-con .footer-con-center-infor .footer-top-con-item {
    width: calc(50%);
  }
}
@media only screen and (max-width: 1024px) {
  .headerM {
    display: block;
  }
  .header {
    display: none;
  }
  .sidefixed {
    display: none;
  }
  .sidefixedM {
    display: flex;
  }
  .footer {
    padding-bottom: 70px;
  }
  .footer .footer-con .footer-con-bottom .footer-con-bottom-inner {
    padding: 24px 0px;
    width: 90%;
    flex-wrap: wrap;
  }
  .footer .footer-con .footer-con-top {
    padding: 50px 0px 40px;
    width: 90%;
    flex-wrap: wrap;
  }
  .footer .footer-con .footer-con-center {
    padding-bottom: 30px;
    width: 90%;
  }
  .footer .footer-con .footer-con-center-form {
    width: 100%;
  }
  .footer .footer-con .footer-con-center-right {
    width: 100%;
    margin-top: 30px;
  }
  .footer .footer-con .footer-con-center {
    flex-wrap: wrap;
  }
  .footer .footer-con .footer-con-bottom .footer-con-bottom-inner a {
    width: 100%;
    text-align: left;
    margin: 5px 0px;
  }
  .footer .footer-con .footer-con-bottom .footer-con-bottom-inner div {
    width: 100%;
    text-align: left;
    justify-content: flex-start;
  }
  .footer .footer-con .footer-con-bottom .footer-con-bottom-inner div a {
    width: auto !important;
    margin: 0px 0px;
  }
}
@media only screen and (max-width: 640px) {
  .footer .footer-con .footer-con-center-form .input {
    width: 100%;
  }
  .footer .footer-con .footer-con-center-form .message {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 414px) {
  .footer .footer-con .footer-con-bottom .footer-con-bottom-inner div:nth-of-type(1){
    flex-wrap: wrap;
  }
  .footer .footer-con .footer-con-center-right {
    display: none;
  }
  .footer .footer-con .footer-con-bottom .footer-con-bottom-inner div span{
    width: 100%;
  }
  .footer .footer-con .footer-con-center-infor .footer-top-con-item {
    width: 100%;
  }
  .footer .footer-con .footer-con-center-nav {
    display: none;
  }
  .footer .footer-con .footer-con-center {
    padding-bottom: 0px;
  }
}
