/*
 * base v2.1.8
 * bixingweb-ui for adaptive
 * Copyright 2021 bixingweb, Inc.
*/
body {
  font-family: "微软雅黑", Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-size: 16%;
  color: #343232;
  background-color: #fff;
  line-height: 1.6;
}
@media (max-width: 1440px) {
  body {
    font-size: 14px;
  }
}
img {
  max-width: 100%;
}
h1 {
  font-size: 42px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 30px;
}
.h1,
.h2,
.h3,
h1,
h2,
h3,
p,dd,dl{
  margin: 0;
  padding: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  box-shadow: none;
  -webkit-text-fill-color: #825e4c;
}
input:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
input {
  outline-color: invert;
  outline-style: none;
  outline-width: 0px;
  border: none;
  border-style: none;
  text-shadow: none;
  -webkit-appearance: none;
  -webkit-user-select: text;
  outline-color: transparent;
  box-shadow: none;
}
select:focus,
textarea:focus,
input:focus,
.form-control:focus,
.form-control,
button,
button:focus {
  border: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-transition: all;
  transition: all;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  color: #825e4b;
  border: none;
  background-color: #fff;
  background-clip: padding-box;
}
@media (max-width: 1440px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  body {
    font-size: 12px;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 16px;
  }
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding: 0;
}
.more {
  display: block;
  -webkit-border-radius: 17.5px;
  -ms-border-radius: 17.5px;
  -o-border-radius: 17.5px;
  -moz-border-radius: 17.5px;
  border-radius: 17.5px;
  height: 35px;
  line-height: 35px;
  width: 126px;
  padding: 0 15px;
  text-align: center;
  background-color: #ffffff;
  color: #4cb033;
  overflow: hidden;
}
.more span {
  height: 35px;
  line-height: 35px;
  font-size: 16px;
}
.more img {
  margin: -2px 0 0 3px;
  transition: 0.3s;
}
.more:hover img {
  margin: -2px 0 0 7px;
}
.wow {
  position: relative;
}

.container {
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
}
a {
  color: #343232;
}
a:hover {
  color: #4cb033;
}
.nodata {
  text-align: center;
  width: 100%;
  font-size: 14px;
}

.pagination > li.active span ,.pagination > li.active:hover span{
  background-color: #4cb033;
  color: #ffffff;
  border: 1px solid #4cb033;
}
.pagination{
  margin: 20px 0 0;
}
.pagination > li{
  padding: 0;
}

/*=======================================
  css3动画样式
========================================*/
@keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-o-keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes topin {
  from {
    transform: translateY(-9.5em);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes topin {
  from {
    transform: translateY(-9.5em);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@-o-keyframes topin {
  from {
    transform: translateY(-9.5em);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes topin {
  from {
    transform: translateY(-9.5em);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/*=======================================
header
========================================*/
.header_box {
  position: relative;
  height: 110px;
}
@media (min-width: 992px) {
  .header_fixed {
    transform: translateY(-9.5em);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    animation: topin 0.5s ease-out 0.2s 1 normal;
    animation-fill-mode: forwards;
  }
}
.header_main {
  position: fixed;
  z-index: 8887;
  width: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  box-sizing: border-box;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.header_main .logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 224px;
  z-index: 999;
}
/*--顶部--*/
.header .container {
  max-width: 1420px;
  font-size: 0;
  -webkit-text-size-adjust: none;
}
.header_ab {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  width: 50%;
  vertical-align: middle;
  margin:15px 0 5px;
}
.header_left {
  text-align: left;
  padding-right: 10%;
}
.header_right {
  text-align: right;
  padding-left: 10%;
}
.header_ab p,
.header_ab .in {
  font-size: 18px;
  color: #4cb033;
  line-height: 28px;
}
.header .header_ab_bd em a {
  color: #4cb033;
}
.header_left p {
  letter-spacing: 0.02rem;
}
.header_ab span {
  font-weight: bold;
  color: #005ca1;
}
.header_right div {
  float: right;
}
.header_right i {
  margin-right: 10px;
}
.header_right span,
.header_right i {
  line-height: 36px;
}
.header_right .left span,
.header_right i {
  font-size: 30px;
}
.header_right .right {
  margin-left: 20px;
}
.header .header_ab p {
  text-align: left;
  padding: 0;
  margin: 0;
}
.header .header_ab_bd {
  font-weight: bold;
  font-size: 28px;
}
.header .header_ab_bd strong {
  font-size: 18px;
}
.header .header_ab_hd {
  font-size: 14px;
  padding-left: 20px !important;
}
.header .header_ab_hd img {
  margin: 0 5px;
}
.header .header_right p {
  text-align: right;
}
.header .header_right p.header_ab_hd {
  margin-top: 5px;
}
.header .header_ab_hd a{
  padding:4px 8px;
  border-radius:5px;
  background-color: #535353;
  color: #ffffff;
  margin:0 0 0 10px;
  font-size: 0.14rem;
}
.header .header_ab_hd a:hover{
  background-color: #4cb033;
}


@media (max-width: 1360px) {
  .header_ab p,
  .header_ab .in,
  .header_right span {
    font-size: 14px;
    line-height: 24px;
  }

  .header_main .logo {
    width: 200px;
  }
  .header_right .left span,
  .header_right i {
    font-size: 26px;
  }
  .header_right span,
  .header_right i {
    line-height: 30px;
  }
}
@media (max-width: 992px) {
  .header .container {
    height: auto;
  }
  .header .logo {
    width: 110px;
    height: auto;
    padding: 0 5px 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header .header_ab {
    display: flex;
    align-items: center;
    width: auto;
    position: absolute;
    z-index: 1;
    top: 10px;
    margin: 0;
  }
  .header .mnav_btn {
    left: 15px;
  }
  .header .mnav_btn a {
    display: inline-block;
    width: auto;
    height: auto;
    overflow: hidden;
    background: #4cb033;
    background-image: linear-gradient(to bottom right, #4cb033, #005ca1);
    padding: 0 14px;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    line-height: 32px;
  }
  .header .header_tel {
    right: 15px;
    display: flex;
    align-items: center;
    width: auto;
    position: absolute;
    z-index: 1;
    top: 5px;
    margin: 0;
  }
  .header_tel a {
    font-size: 16px;
    color: #343232;
    line-height: 24px;
  }
  .header .header_tel img {
    height: 2.8em;
    width: auto;
  }
}
/*=======================================
nav_box
========================================*/
.nav_box {
  position: relative;
  z-index: 888;
}
.nav_box .container {
  max-width: 1420px;
}
/*--pc导航--*/
.nav_box .nav {
  width: 100%;
  height: 48px;
  margin-top: -6px;
}
.nav_box .nav .navli {
  position: inherit !important;
  float: left;
  width: 10%;
  line-height: 48px;
  text-align: center;
}
@media (min-width: 992px) {
  .nav_box .nav {
    width: 105%;
    margin-left: -2%;
  }
  .nav_box .nav .navli {
    width: 9.59%;
    float: none;
    display: inline-block;
  }
  .nav_box .nav .navli:nth-child(5) {
    margin-left: 20%;
  }
  .nav_box .nav .navli:last-child {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .nav_box .nav {
    width: 103%;
    margin: 0 0 0 -1%;
  }
}

.nav_box .nav li a {
  line-height: 48px;
  height: 48px;
  position: relative;
  padding: 0;
  overflow: hidden;
  
}
.nav_box .nav li .navlia{
  background-color: #ffffff;
}
.nav > li > a:hover {
  background-color: inherit;
}
.nav_box .nav li .navlia span {
  position: relative;
  z-index: 3;
}
.nav_box .nav li .navlia span::after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  line-height: 2px;
  background-color: #4cb033;
  position: absolute;
  left: 50%;
  bottom: 2px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.nav_box .nav li .navlia span:hover ::after,
.nav_box .nav li .menuon span::after /*,
 .nav_box .nav .on .navlia span::after */ {
  width:100%;
  left: 0;
}
.nav_box .nav li a span {
  font-weight: bold;
  font-size: 0.18rem;
  color: #2e2e2e;
}
.nav_box .nav li a dd {
  width: 0.22rem;
  height: 0.22rem;
  margin-right: 2px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.nav_box .nav li a dd,
.nav_box .nav li a span {
  display: inline-block;
  vertical-align: middle;
}
.nav_box .nav li:hover .navlia span /* ,.nav_box .nav .on .navlia span */ {
  color: #4cb033;
}
.nav_box .nav li:hover a dd /*  ,.nav_box .nav .on .navlia dd */ {
  background-position: 0px -0.22rem !important;
}
.nav_box .nav .navsub {
  display: none;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 42px;
  text-align: center;
  background-size: cover;
  width: 100%;
  height: auto;
  padding: 0.3rem;
  background: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  z-index: 2;
}

.nav_box .nav .navsub .container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1420px;
  padding: 0.3rem 15px;
}
.nav_box .nav .navsub .container .hd {
  border-left: 1px solid rgb(214, 214, 214);
}
.nav_box .nav .navsub .container > div {
  padding: 0 0.2rem;
}
.nav_box .nav .navsub .container ol,
.nav_box .nav .navsub .container ul,
.nav_box .nav .navsub .container > div {
  float: left;
  width: 50%;
  text-align: left;
}
.nav_box .nav .navsubs .container ol {
  width: 100%;
}
.nav_box .nav .navsub ol li {
  float: left;
  width: 100%;
  position: relative;
  margin: 0 0.1rem;
}
.nav_box .nav .navsub ol {
  height: 2.4rem;
  overflow-x: hidden;
  overflow-y: auto;
  width: 40%;
}
.nav_box .nav .navsub ul {
  width: 60%;
}
.nav_box .nav .navsub ol li a {
  position: relative;
  display: block;
  font-size: 0.14rem;
  height: auto;
  padding: 0;
  line-height: 0.4rem;
  color: #343232;
}
.nav_box .nav .navsub ol li:hover a {
  color: #4cb033;
}
.nav_box .nav .navsub .container > div a {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.nav_box .nav .navsub .container .hd li a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nav_box .nav .navsub .container .hd a img {
  width: 100%;
}
.nav_box .nav .navsub .container > div h3 {
  display: inline-block;
  color: #343232;
  font-size: 0.24rem;
  line-height: 0.5rem;
  height: 0.5rem;
  border-bottom: 1px solid #343232;
}
.nav_box .nav .navsub .container > div p {
  width: 100%;
  display: block;
  font-size: 0.16rem;
  color: #343232;
  line-height: 1.7;
  margin-top: 0.15rem;
}
.nav_box .nav .navsub .container .bd span {
  display: block;
  position: relative;
  margin-top: 0.3rem;
  width: 1.5rem;
  height: 0.39rem;
  line-height: 0.39rem;
  border: 1px solid #4cb033;
  color: #4cb033;
  font-size: 0.18rem;
  text-align: center;
  font-weight: normal;
}
.nav_box .nav .navsub .container .bd span:hover {
  color: #ffffff;
}
.nav_box .nav .navsub .container .bd span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  background: #4cb033;
  height: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  z-index: -1;
}
.nav_box .nav .navsub .container .bd span:hover::after {
  width: 100%;
}
@media (max-width: 1360px) {
  .nav_box .nav li a span {
    font-size: 12px;
  }
}

@media (max-width: 992px) {
  .header_box {
    height: 55px;
    background-color: #ffffff;
  }
  .header_main {
    position: fixed;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 55px;
    z-index: 999;
  }
  .nav_box .m_nav {
    display: block;
    position: fixed;
    z-index: 90;
    top: 55px;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    background: #f6f6f6;
    box-sizing: border-box;
    padding: 0 0;
    transform: translateX(-100%);
    transition: 0.6s ease-in-out;
    padding-bottom: 100px;
  }

  .nav_box .m_nav .mnavli {
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #dcdcdc;
  }
  .nav_box .m_nav .mnavli .mnavlia {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    font-weight: bold;
    padding: 0 1em;
    font-size: 14px;
    color: #2e2e2e;
    line-height: 3;
  }
  .nav_box .m_nav .mnavli .mnavlia i {
    width: 1em;
    height: 1em;
    overflow: hidden;
    background: url("../images/add.png") center center no-repeat;
    background-size: contain;
    display: none;
  }
  .nav_box .m_nav .active .mnavlia {
    color: white;
    background-color: #4cb033;
  }
  .nav_box .m_nav .active .mnavlia i {
    background: url("../images/reduce.png") center center no-repeat;
    background-size: contain;
  }
  .nav_box .m_nav .mnavli .m_navsub {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0.5em 1em;
    display: none;
  }
  .nav_box .m_nav .mnavli .m_navsub li {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 12px;
    color: #7e7e7e;
    line-height: 2.6;
  }
  .nav_box .m_nav .mnavli .m_navsub li a {
    color: inherit;
  }
  .nav_box {
    border-bottom: none;
  }
  .nav_box .on {
    transform: translateX(0);
    transition: 0.6s ease-in-out;
  }
  .nav_box .m_nav .lang {
    padding: 0.2rem 1em;
  }
  .nav_box .m_nav .lang a > span {
    font-size: 14px;
    font-weight: bold;
  }
}
.nav_box .nav_tel {
  display: none;
}
.nav_box .nav_tel a,
.nav_box .nav_tel span {
  color: #4cb033;
  font-size: 25px;
  font-weight: bold;
  line-height: 48px;
  height: 48px;
}
.nav_box .nav_tel span {
  color: #2e2e2e;
  font-weight: normal;
  margin-right:5px;
}
@media (min-width:992px) {
  .header_fixed .header{
    display: none;
  }
  .header_fixed .nav_box .nav {
    width: 100%;
    margin: 0;
  }
  .header_fixed .nav_box .nav .navli{
    border-left: 1px solid #d8d8d8;
  }
  .header_fixed .nav_box .nav .navli:nth-child(8) {
    border-right: 1px solid #d8d8d8;
  }
  .header_fixed .nav_box .nav .navli:nth-child(5) {
    margin: 0;
  }
  .header_fixed .nav_box .nav_tel {
    display: block;
    float: right;
  }
}


/*======================================= 手机底导航 ===============================*/
.footer-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 8888;
  background-color: #4cb033;
  height: 45px;
  display: block;
}
.footer-nav ul {
  position: relative;
  display: block;
}
.footer-nav ul li {
  float: left;
  width: 20%;
  height: 45px;
  text-align: center;
  overflow: hidden;
}

.footer-nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.footer-nav ul li span {
  position: relative;
  display: block;
  text-align: center;
  width: 20px;
  height: 20px;
  margin: 5px auto;
  overflow: hidden;
}
.footer-nav ul li:nth-child(3) span {
  position: absolute;
  top: -1.5em;
  width: 5.8em;
  height: 5.8em;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
}
.footer-nav ul li:nth-child(3) p {
  display: none;
}
.footer-nav ul li span img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
}
.footer-nav ul li p {
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 11px;
}
.footer-nav ul li:nth-child(3) span img {
  position: relative;
  width: 100%;
  height: auto;
}

/*=======================================
banner_box
========================================*/
.banner_box {
  position: relative;
}
.banner_box,
.banner_box .banner_container,
.banner_box a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.banner_box .swiper-slide {
  position: relative;
}
.banner_box .swiper-slide a {
  position: relative;
  z-index: 1;
}
.banner_box .swiper-slide::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.07rem;
  z-index: 2;
  background-color: #4cb033;
}
.banner_box .swiper-slide-active::before {
  width: 100%;
  transition: width 8s;
  -webkit-transition: width 8s; /* Safari */
  transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}

.banner_box img {
  width: 100%;
}
.banner_box .banner_prev,
.banner_box .banner_next {
  position: absolute;
  width: 0.75rem;
  height: 1.4rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 2;
}

.banner_box .swiper-pagination-bullet {
  width: 0.09rem;
  height: 0.09rem;
  position: relative;
  background: #ffffff;
  margin: 0.1rem !important;
  opacity: 1;
}
.banner_box .swiper-pagination-bullet-active {
  background: #4cb033;
  width: 0.3rem;
  -webkit-border-radius: 0.045rem;
  -ms-border-radius: 0.045rem;
  -o-border-radius: 0.045rem;
  -moz-border-radius: 0.045rem;
  border-radius: 0.045rem;
  transition: width 0.5s;
  -webkit-transition: width 0.5s; /* Safari */
}

.banner_box .banner_prev,
.banner_box .banner_next {
  position: absolute;
  width: 0.46rem;
  height: 0.85rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 2;
}
.banner_box .banner_next {
  left: 0;
  background: url(../images/b-left.png) no-repeat center;
  background-size: cover;
}
.banner_box .banner_prev {
  right: 0;
  background: url(../images/b-right.png) no-repeat center;
  background-size: cover;
}
.banner_box .banner_prev:focus,
.banner_box .banner_next:focus {
  outline: none;
}

@media (max-width: 768px) {
  .banner_box .banner_prev,
  .banner_box .banner_next {
    position: absolute;
    width: 35px;
    height: 65px;
  }
}

/*=======================================
  内页abnner样式
========================================*/
.page-banner {
  overflow: hidden;
  position: relative;
}
.page-banner img {
  width: 100%;
}
.page-banner .page-banner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.page-banner .page-banner-title h1{
  font-size: 0.6rem;
  color: #fff;
  margin: 0;
  position: relative;
  padding-bottom:0.2rem;
}
.page-banner .page-banner-title h3 {
  font-size: 0.3rem;
  color: #fff;
  margin: 0;
  position: relative;
  padding-bottom: 15px;
}
.page-banner .page-banner-title h3::after {
  content: "";
  width: 0.9rem;
  height: 2px;
  display: block;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  animation: myfirst 4s;
  -webkit-animation: myfirst 4s;
  -moz-animation: myfirst 4s;
  -webkit-animation: myfirst 4s;
  -o-animation: myfirst 4s;
}
@keyframes myfirst {
  0% {
    width: 0;
  }
  50% {
    width: 0.5rem;
  }
  100% {
    width: 0.9rem;
  }
}
@-webkit-keyframes myfirst {
  0% {
    width: 0;
  }
  50% {
    width: 0.5rem;
  }
  100% {
    width: 0.9rem;
  }
}
@-moz-keyframes myfirst {
  0% {
    width: 0;
  }
  50% {
    width: 0.5rem;
  }
  100% {
    width: 0.9rem;
  }
}
@-o-keyframes myfirst {
  0% {
    width: 0;
  }
  50% {
    width: 0.5rem;
  }
  100% {
    width: 0.9rem;
  }
}
.page-banner .page-banner-title p {
  font-size: 0.18rem;
  color: #fff;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 50%;
  margin: auto;
  text-align: center;
  margin-top: 0.2rem;
}

/*=========================================================================================================
  首页
===========================================================================================================*/

.guide_titles{
 width: 100%;
 text-align: center;
}
.guide_titles h1{
  font-size: 30px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: bolder;
}
.guide_titles h1::before{
  content: "";
  position: absolute;
  width: 22px;
  height: 14px;
  left: 0;
  top: 50%;
  margin-top: -5px;
  background: url(../images/h-l.png) center center no-repeat;
  background-size: 100% 100%;
}
.guide_titles h1::after{
  content: "";
  position: absolute;
  width: 22px;
  height: 14px;
  right: 0;
  top: 50%;
  margin-top: -5px;
  background: url(../images/h-r.png) center center no-repeat;
  background-size: 100% 100%;
}

@media (max-width:992px) {
  .guide_titles h1{
    font-size:24px;
    padding: 0 30px;
  }
  .guide_titles h1::before , .guide_titles h1::after{
    width:18px;
    height:12px;
  }
}

/*=======================================
  more
========================================*/
.guide_more {
  width: 100%;
  margin: 0.1rem auto 0;
}
.guide_more .smore {
  margin: 0 auto;
}
.smore {
  display: block;
  position: relative;
  margin: 0.3rem 0 0;
  width: 150px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #4cb033;
  color: #4cb033;
  font-size: 18px;
  text-align: center;
  font-weight: normal;
  z-index: 1;
  overflow: hidden;
}
.smore:hover {
  border: 1px solid #4cb033;
  color: #ffffff;
}
.smore::after {
  content: "";
  position: absolute;
  top: 0;
  left:-2px;
  width: 0;
  background: #4cb033;
  height: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  z-index: -1;
}
.smore:hover::after {
  width: 100%;
  left: 0;
}
@media (max-width: 1440px) {
  .smore {
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}
@media (max-width:992px) {
  .smore {
    width:120px;
    height:35px;
    line-height:35px;
    font-size:14px;
  }
}
.ssmore{
  width:120px;
  height:38px;
  line-height:38px;
  font-size:16px;
}
@media (max-width: 1440px) {
  .ssmore {
    width:115px;
    height:36px;
    line-height:36px;
    font-size:14px;
  }
}
@media (max-width:992px) {
  .ssmore {
    width:90px;
    height:32px;
    line-height:32px;
    font-size:12px;
  }
}


/*=======================================
  guide_pro
========================================*/
.guide_pro {
  overflow: hidden;
  width: 100%;
  padding: 0.5rem 0;
  background-color: #f5f5f5;
}
.guide_pro .guide_title {
  width: 100%;
}
.guide_pro .guide_title h1,
.guide_pro .guide_title .hd {
  display: inline-block;
  vertical-align: middle;
}
.guide_pro .guide_title h1 {
  font-weight: bolder;
  font-size: 35px;
  margin-right: 1%;
  line-height: 1;
}
.guide_pro .guide_title .hd {
  font-size: 20px;
}
.guide_pro .guide_title .hd li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.05rem;
  padding: 0.03rem 0.2rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
  border-radius: 0.25rem;
  overflow: hidden;
}
.guide_pro .guide_title .hd li::after {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  background-color: #4cb033;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.guide_pro .guide_title .hd li span {
  position: relative;
  z-index: 2;
}
.guide_pro .guide_title .hd .on,
.guide_pro .guide_title .hd li:hover {
  color: #ffffff;
}
.guide_pro .guide_title .hd .on::after,
.guide_pro .guide_title .hd li:hover::after {
  width: 100%;
}
.guide_pro .main,
.pro_container {
  width: 100%;
}
.pro_container > div {
  float: left;
  width: 101%;
  margin-left: -0.5%;
}
.pro_container > .pro_hot {
  position: relative;
  width: 100%;
  margin: auto;
}
.pro_hot li {
  position: relative;
  float: left;
  width:50%;
  margin: 0.25rem 0 0;
  background-color: #ffffff;
  padding: 0.3rem;
  z-index: 1;
  overflow: hidden;
}
.pro_hot li dd,
.pro_hot li dl {
  float: left;
  width: 50%;
}
.pro_hot li h3 {
  font-size: 30px;
  color: #4cb033;
  margin: 0.3rem 0;
  font-weight: bolder;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pro_hot li h4 {
  font-size: 20px;
  font-weight: bolder;
  margin: 0 0 0.25rem;
  color: #2e2e2e;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pro_hot li p {
  color: #2e2e2e;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pro_hot li::after {
  position: absolute;
  top: -6rem;
  left: -6rem;
  width: 4rem;
  height: 4rem;
  content: "";
  background: #e5eef5;
  z-index: -1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.pro_hot li dl img {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.pro_hot li:hover::after {
  top: -2rem;
  left: -2rem;
}
.pro_hot li:hover {
  box-shadow: 0 0px 0.08rem rgba(0, 0, 0, 0.15);
}
.pro_hot li:hover dl img {
  transform: scale(1.05);
}
@media (max-width: 1440px) {
  .pro_hot li h3 {
    font-size: 24px;
  }
  .pro_hot li h4 {
    font-size: 16px;
  }
  .pro_hot li p {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .guide_pro .guide_title h1 {
    font-size: 24px;
  }
  .guide_pro .guide_title .hd {
    width: 100%;
    overflow: hidden;
  }
  .guide_pro .guide_title .hd ul {
    margin-top: 0.2rem;
    display: -webkit-box;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    display: -o-flexbox;
    display: -ms-flexbox;
  }
  .guide_pro .guide_title .hd li {
    margin: 0.1rem 0.2rem 0.1rem 0;
    font-size: 14px;
    display: block;
  }
  .pro_container {
    overflow: hidden;
  }
  .pro_container .pro_hot {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 15px;
  }
  .pro_hot .swiper-pagination {
    bottom: -5px;
  }
  .pro_container .pro_hot .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    position: relative;
    background: #dddddd;
    margin: 1px 5px !important;
    opacity: 1;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .pro_container .pro_hot .swiper-pagination-bullet-active {
    background: #4cb033;
    transition: width 0.5s;
    -webkit-transition: width 0.5s;
  }
  .pro_hot li,
  .pro_hot li dd,
  .pro_hot li dl {
    width: 100%;
  }
  .pro_hot li {
    margin: 5px auto 0;
  }
  .pro_hot li h3 {
    font-size: 20px;
    text-align: center;
  }
  .pro_hot li h4 {
    font-size: 14px;
    text-align: center;
  }
  .pro_hot li p {
    font-size: 12px;
  }
  .pro_hot li .smore {
    margin: 10px auto;
  }
}
.guide_pro .pro_main {
  overflow: hidden;
  margin: 0.15rem 0;
}
.guide_pro .pro_main li {
  position: relative;
  float: left;
  width: 24%;
  margin-right: 1%;
  background-color: #ffffff;
}
.guide_pro .pro_main li .box {
  position: absolute;
  padding: 0 15px;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(76, 176, 51, 0.5);
  height: 45px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.guide_pro .pro_main li .box a .none {
  display: none;
}
.guide_pro .pro_main li .box a {
  position: absolute;
  margin: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  text-align: center;
  color: #ffffff;
}
.guide_pro .pro_main li .box h3 {
  font-size: 20px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.guide_pro .pro_main li .box p {
  margin: 0.15rem 0;
  font-size: 16px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 24px;
  height: 24px;
}
.guide_pro .pro_main li .box .smore {
  color: #ffffff;
  border: 1px solid #ffffff;
  margin: 0 auto;
}
.guide_pro .pro_main li .box .smore:hover {
  border: 1px solid #4cb033;
}
.guide_pro .pro_main li:hover .box {
  height: 100%;
}
.guide_pro .pro_main li:hover .box .none {
  display: block;
}
@media (max-width: 992px) {
  .guide_pro .pro_main {
    margin-left: -1%;
  }
  .guide_pro .pro_main li {
    width: 48%;
    margin: 1%;
  }
  .guide_pro .pro_main li .box h3 {
    font-size: 16px;
  }
}

/*=======================================
  guide_adv
========================================*/
.guide_adv {
  position: relative;
  width: 100%;
  padding:1rem 0;
}
.guide_adv .bd{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.guide_adv .bd li{
  width: 100%;
  height: 100%;
}
.guide_adv .container {
  font-size: 0px;
  position: relative;
  z-index: 2;
}
.guide_adv .container > div {
  display: inline-block;
  vertical-align: middle;
}
.guide_adv .container .left {
  width: 35%;
}
.guide_adv .container .right {
  width:60%;
  padding-left: 1.5%;
  margin-left: 5%;
  box-sizing: border-box;
}
.guide_adv .guide_title a,
.guide_adv .guide_title .smore {
  color: #ffffff;
}
.guide_adv .guide_title h1 {
  font-size: 40px;
  padding-bottom: 0.25rem;
  position: relative;
}
.guide_adv .guide_title h1::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0.7rem;
  height: 2px;
  background-color: #ffffff;
}
.guide_adv .guide_title p {
  font-size: 20px;
  margin: 0.25rem 0;
  line-height: 1.7;
}
.guide_adv .guide_title .smore {
  border: 1px solid #ffffff;
}
.guide_adv .guide_title .smore:hover {
  border: 1px solid #4cb033;
}
.guide_adv .container .right li {
  position: relative;
  float:left;
  width: 48%;
  margin:1% 0 1% 2%;
  background-color: #ffffff;
  overflow: hidden;
  padding: 0.25rem;
  opacity: 0.75;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.guide_adv .container .right li dl {
  position: absolute;
  z-index: 1;
  top: 0.2rem;
  right: 0.25rem;
  height: 0.45rem;
}
.guide_adv .container .right li dl img {
  height: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.guide_adv .container .right li dd {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 0.3rem;
}
.guide_adv .container .right li dd h3 {
  font-size: 24px;
  color: #2e2e2e;
  font-weight: bolder;
  margin-bottom: 15px;
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.guide_adv .container .right li dd p {
  width: 100%;
  margin: 0.15rem 0;
  padding: 10px;
  font-size: 16px;
  color: #ffffff;
  background-color: #4cb033;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.guide_adv .container .right li dd p:nth-child(2n-1) {
  background-color: #005ca1;
}
.guide_adv .container .right li:hover , .guide_adv .container .right .on{
  opacity: 1;
}
.guide_adv .container .right li:hover dl img {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

@media (max-width: 1440px) {
  .guide_adv .container .right li dd h3 {
    font-size: 20px;
  }
  .guide_adv .container .right li dd p {
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .guide_adv .guide_title h1 {
    font-size: 24px;
  }
  .guide_adv .guide_title p {
    font-size: 14px;
  }
  .guide_adv .container>div{
    width: 100%!important;
    padding: 0!important;
  }
  .guide_adv .container .left{
    text-align: center;
  }
  .guide_adv .guide_title h1::after{
    right: 0;
    margin: auto;
  }
  .guide_adv .guide_title p{
    font-size: 12px;
  }
  .guide_adv .guide_title .smore{
    margin: 0.1rem auto 0.2rem;
    width: 100px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
  .guide_adv .container .right{
    margin: 0;
  }
  .guide_adv .container .right li{
    width:48%;
    margin:1% ;
  }
  .guide_adv .container .right li dd{
    padding-top: 0.5rem;
  }
  .guide_adv .container .right li dd h3{
    font-size: 18px;
  }
  .guide_adv .bd li{
    background-attachment:initial!important;
  }
}

@media (max-width:640px) {

}


/*=======================================
  guide_about
========================================*/
.guide_about{
  overflow: hidden;
  padding: 0.5rem 0;
}
.guide_about .about_main{
  margin-top:0.25rem
}
.guide_about .pic{
  float: right;
  width:52%;
}
.guide_about .pic img{
  width: 100%;
}
.guide_about .txt{
  float: left;
  width:42%;
}
.guide_about .txt h3{
  font-size: 25px;
  font-weight: bolder;
  color: #4cb033;
  line-height: 45px;
}
.guide_about .txt h3 span{
  color: #005ca1;
}
.guide_about .txt h2{
  font-size:35px;
  font-weight: bolder;
  color: #4cb033;
  line-height: 45px;
}

.guide_about .txt dd p{
  margin: 0.1rem 0 0;
  color: #2e2e2e;
  line-height:32px;
  font-size:16px;
  height: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
}
.guide_about .txt dl{
  margin: 0;
}
.guide_about .txt .smore{
  margin: 0;
}
@media (max-width:1200px) {
  .guide_about .txt h3{
    font-size:20px;
    line-height:35px;
  }
  .guide_about .txt h2{
    font-size:28px;
    line-height:35px;
  }
}
@media (max-width: 992px) {
  .guide_about .pic ,.guide_about .txt{
    float:none;
    width:100%;
  }
  .guide_about .txt{
    margin-top: 0.2rem;
  }
  .guide_about .txt h3{
    font-size:16px;
    line-height:30px;
  }
  .guide_about .txt h2{
    font-size:20px;
    line-height:30px;
  }
  .guide_about .txt dd p{
    font-size:14px;
    line-height:24px;
    height:72px;
  }
  .guide_about .txt .smore{
    margin:0 auto;
  }
}

/*--数字滚动--*/
.guide_about .number-box {
  overflow: hidden;
  width: 100%;
}
.guide_about .number-box li {
  float: left;
  width: 25%;
  padding: 0.3rem 0 ;
  font-size: 0.14rem;
}
.guide_about .number-box li>div{
  width:1.3rem;
  height:1.3rem;
  background: url(../images/more_bg45.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  margin: auto;
}

.guide_about .number-box li > div h3,
.guide_about .number-box li > div span {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  color: #ffffff;
  line-height: 1.3rem;
}
.guide_about .number-box li > div span {
  line-height:1.1rem;
}
.guide_about .number-box li > div h3 {
  font-size: 0.3rem;
  font-weight: bold;
}
.guide_about .number-box li p {
  color: #666666;
  font-size: 0.16rem;
  text-align: center;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 0.4rem;
}
@media  (max-width:1200px) {
  .guide_about .number-box li>div{
    width:1.1rem;
    height:1.1rem;
  }
  .guide_about .number-box li > div h3,
  .guide_about .number-box li > div span {
    line-height:1.1rem;
  }
  .guide_about .number-box li > div h3 {
    font-size: 0.24rem;
  }
  .guide_about .number-box li > div span{
    font-size: 0.14rem;
    line-height:0.9rem;
  }
}
@media  (max-width:640px) {
  .guide_about .number-box li>div{
    width:1.5rem;
    height:1.5rem;
  }
  .guide_about .number-box li > div h3,
  .guide_about .number-box li > div span {
    line-height:1.5rem;
  }
  .guide_about .number-box li > div h3 {
    font-size:0.4rem;
  }
  .guide_about .number-box li > div span{
    font-size:0.12rem;
    line-height:1.2rem;
  }
}




/*=======================================
  guide_made
========================================*/
.guide_made{
  overflow: hidden;
  padding: 0;
}
.guide_made .made_main{
  margin-top: 0.2rem;
}
.guide_made .made_main li{
  float: left;
  width: 50%;
  height:235px;
  background-color: #f5f5f5;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.guide_made .made_main li dd ,.guide_made .made_main li dl{
  float: left;
  width: 50%;
  height: 100%;
  overflow: hidden;
  margin: 0;
}
.guide_made .made_main li dd {
  position: relative;
}
.guide_made .made_main li dd img{
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.guide_made .made_main li:nth-child(3) dd ,.guide_made .made_main li:nth-child(4) dd{
  float: right;
}
.guide_made .made_main li dl{
  padding: 0.35rem;
  box-sizing: border-box;
}

.guide_made .made_main li dl h3{
  font-size: 0.3rem;
  font-weight: bolder;
  color: #2e2e2e;
}
.guide_made .made_main li dl p{
  font-size: 0.24rem;
  line-height: 2;
  color: #2e2e2e;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.guide_made .made_main li dl .smore{
  border: 1px solid #2e2e2e;
  color: #2e2e2e;
  float: right;
}
.guide_made .made_main li:hover {
  background-color: #4cb033;
}
.guide_made .made_main li:hover dl h3 ,.guide_made .made_main li:hover dl p{
  color:#ffffff;
}
.guide_made .made_main li:hover dl .smore{
  border: 1px solid #ffffff;
  color: #ffffff;
}
.guide_made .made_main li:hover dd img {
  transform: scale(1.05);
}
@media  (max-width:992px) {
  .guide_made .made_main li{
    width:100%;
  }
  .guide_made .made_main li:nth-child(2) dd ,.guide_made .made_main li:nth-child(4) dd{
    float: right;
  }
  .guide_made .made_main li:nth-child(3) dd {
    float: left;
  }
}
@media  (max-width:480px) {
  .guide_made .made_main li{
    height:125px;
  }
}

/* ============================================================================================================================
  应用案例
===============================================================================================================================*/
.guide_case {
  padding: 0.5rem 0;
  width: 100%;
  overflow: hidden;
}
.guide_case .main {
  overflow: hidden;
  width: 100%;
  margin:0.2rem 0 0.1rem;
  height:6.1rem!important;
}
.guide_case .main li {
  float: left;
  width: 25%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  cursor: pointer;
}
.guide_case .main li .item {
  position: relative;
  overflow: hidden;
  height:6.1rem;
}
.guide_case .main li dl {
  position: absolute;
  display: block;
  width: 100%;
  height:6.1rem;
  z-index: 2;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.guide_case .main li .img_ar img {
  height:6.1rem;
  object-fit: cover;
}
.guide_case .main li dl .txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10%;
  text-align: center;
  color: #ffffff;
}
.guide_case .main li dl .txt h3,
.guide_case .main li dl .txt p {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
.guide_case .main li dl .txt h3 {
  position: relative;
  font-size: 0.5rem;
  padding-bottom: 0.2rem;
  margin-bottom: 0.2rem;
  letter-spacing: 0.05rem;
}
.guide_case .main li dl .txt h3::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0.4rem;
  height: 2px;
  background-color: #ffffff;
}
.guide_case .main li dl .txt p {
  font-size: 0.23rem;
}

.guide_case .main .cur dl {
  opacity: 0;
}
/*--弹出层--*/
.guide_case .main li dd {
  width: 100%;
  height: 100%;
  position: absolute;
  display: table;
  left: 0;
  bottom: 0;
  z-index: 4;
  opacity: 0;
  filter: alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
}

.guide_case .main dd a {
  position: relative;
  z-index: 2;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0.5rem;
}
.guide_case .main dd a p {
  font-size: 16px;
  height: 60px;
  line-height: 30px;
  margin: 0.2rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.guide_case .main .cur dd {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.guide_case .main .cur dd::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #4cb033;
  opacity: 0.65;
  *filter: alpha(opacity=65);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  z-index: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.guide_case .main .smore{
  border: 1px solid #ffffff;
  color: #ffffff;
  margin: auto;
}


@media (max-width: 992px) {
  /*--手机端--*/
  .guide_case {
    padding: 0.5rem 0;
  }
  .guide_case .m-container,
  .guide_case .m-container .m_case_main {
    overflow: hidden;
  }
  .guide_case .m-container .m_case_main {
    position: relative;
    margin-top: 0.2rem;
    padding-bottom: 0.4rem;
  }
  .guide_case .m-container .m_case_main .swiper-pagination {
    bottom: -0.07rem;
  }

  .guide_case .m-container .m_case_main .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    position: relative;
    background: #dddddd;
    margin: 1px 5px !important;
    opacity: 1;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .guide_case .m-container .m_case_main .swiper-pagination-bullet-active {
    background: #4cb033;
    transition: width 0.5s;
    -webkit-transition: width 0.5s; /* Safari */
  }
  .guide_case .m-container .m_case_main .pic {
    position: relative;
    padding-top:98%;
    z-index: 1;
  }
  .guide_case .m-container .m_case_main .pic img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    z-index: 1;
  }
  .guide_case .m_case_main li a {
    overflow: hidden;
    position: relative;
    display: block;
  }
  .guide_case .m_case_main li dl {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .guide_case .m_case_main li dl .txt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    width: 100%;
    z-index: 2;
    text-align: center;
    color: #ffffff;
  }
  .guide_case .m_case_main li dl .txt p{font-size: 0.28rem;}
  .guide_case .m_case_main li dl::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000000;
    opacity: 0.45;
    *filter: alpha(opacity=45);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=45);
    z-index: 1;
  }
  .guide_case .m_case_main li dl .txt h3 {
    position: relative;
    font-size: 0.6rem;
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
    letter-spacing: 0.05rem;
  }
  .guide_case .m_case_main li dl .txt h3::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 0.4rem;
    height: 2px;
    background-color: #ffffff;
  }
  .guide_case .m_case_main li dl dl .txt p {
    font-size: 0.23rem;
  }
}

/* ============================================================================================================================
  新闻资讯
===============================================================================================================================*/
.guide_news {
  padding: 0.5rem 0;
  width: 100%;
  overflow: hidden;
  background-color: #f5f5f5;
}
.guide_news .guide_news_main {
  overflow: hidden;
  margin: 0.2rem 0;
}
.guide_news .guide_news_main h2 {
  position: relative;
  font-size: 0.18rem;
  font-weight: bold;
  display: inline;
  color: #2e2e2e;
  padding-bottom: 0.1rem;
}
.guide_news .guide_news_main h2::before{
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 15px;
  height:3px;
  background-color: #4cb033;
}
.guide_news .guide_news_main ul {
  overflow: hidden;
  margin-top:25px;
}
.guide_news .guide_news_main .left {
  float: left;
  width: 32.33%;
  background: url(../images/news_bg.jpg) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  padding: 35px;
}
.guide_news .guide_news_main .left li {
  float: left;
  width: 100%;
  margin-bottom:16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f5f5f5;
}
.guide_news .guide_news_main .left li a span {
  color: #7b7b7b;
}
.guide_news .guide_news_main .left li:last-child {
  border: none;
}
.guide_news .guide_news_main .left li:last-child {
  margin: 0;
  padding:0;
}
.guide_news .guide_news_main .left li h3 {
  color: #2e2e2e;
  font-size: 16px;
  line-height: 28px;
  height: 56px;
  padding-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.guide_news .guide_news_main .left li:hover h3 {
  color: #4cb033;
}
@media (max-width: 992px) {
  .guide_news .guide_news_main .left li h3 {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
  }
}

@media (max-width: 768px) {
  .guide_news .guide_news_main .left {
    padding: 30px;
  }
}
.guide_news .guide_news_main .right {
  float: right;
  width: 66.66%;
}
.guide_news .guide_news_main .right li {
  width: 100%;
  float: left;
  height:307px;
  overflow: hidden;
  background-color: #ffffff;
}

.guide_news .guide_news_main .right li .pic,
.guide_news .guide_news_main .right dd {
  float: left;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.guide_news .guide_news_main .right li:first-child .pic{
  float: right;
}
.guide_news .guide_news_main .right .pic img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.guide_news .guide_news_main .right dd {
  padding:0.6rem 0.5rem;
}
.guide_news .guide_news_main .right dd .txt {
  overflow: hidden;
  margin-top: 0.33rem;
  display: block;
}
.guide_news .guide_news_main .right dd h3 {
  color: #2e2e2e;
  font-size: 18px;
  line-height: 32px;
  height:32px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0.1rem;
}
.guide_news .guide_news_main .right dd p{
  color: #7b7b7b;
  font-size:14px;
  line-height:24px;
  height:48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.guide_news .guide_news_main .right dd .time {
  display: block;
  width: 100%;
  color: #999999;
  margin:10px 0;
}
.guide_news .guide_news_main .right .smore{
  margin:0;
}

.guide_news .guide_news_main .right li:hover img{
  transform: scale(1.05);
}
.guide_news .guide_news_main .right li:hover h3 {
  color: #4cb033;
}

@media (min-width:1680px) {
  .guide_news .guide_news_main .right li {
    height:317px;
  }
  .guide_news .guide_news_main .right dd {
    padding: 0.45rem 0.5rem;
  }
}

@media (max-width: 992px) {
  .guide_news .guide_news_main h2 {
    font-size: 16px;
  }
  .guide_news .guide_news_main ul {
    margin-top: 0.3rem;
  }
  .guide_news .guide_news_main .left {
    padding: 0.3rem;
    margin-bottom: 0.3rem;
  }
  .guide_news .guide_news_main .right,
  .guide_news .guide_news_main .left {
    width: 100%;
  }
  .guide_news .guide_news_main .right li .pic {
    width:50%;
  }
  .guide_news .guide_news_main .right  li dd {
    overflow: hidden;
    width: auto;
    padding:25px 20px;
    box-sizing: border-box;
    width:50%;
  }
  .guide_news .guide_news_main .right li {
    height:170px;
  }
  .guide_news .guide_news_main .right dd .txt {
    margin-top: 10px;
  }
  .guide_news .guide_news_main .right dd h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
  }
  .guide_news .guide_news_main .right dd .time {
    margin: 6px 0;
  }
  .guide_news .guide_news_main .right dd p{
    display: none;
  }
  .guide_news .guide_news_main h2::before{
    height:2px;
  }
}

