@charset "UTF-8";
ul,
li {
  list-style: none; }

a {
  text-decoration: none !important; }

a:hover {
  cursor: pointer;
  text-decoration: none !important; }

.img-responsive {
  width: 100%; }

.clear {
  clear: both; }

.col-5 {
  width: 50%;
  float: left; }

body {
  color: #333333; }

.hide-in-pc {
  display: none; }

.fl-left {
  float: left; }

.fl-right {
  float: right; }

.more-btn-link {
  width: 122px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #e5e5e5;
  display: block;
  border-radius: 25px;
  text-align: center;
  text-transform: uppercase;
  color: #333333;
  font-size: 12px;
  transition: background .6s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center; }
  .more-btn-link .icon-you {
    margin-left: 10px;
    color: #999999;
    font-size: 16px;
    font-weight: bold; }

.header-top-area {
  background: #f4f4f4;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  color: #333333; }
  .header-top-area .right-side .weixin {
    display: inline-block;
    margin-right: 34px;
    position: relative; }
    .header-top-area .right-side .weixin:hover {
      cursor: pointer; }
    .header-top-area .right-side .weixin:hover .hover-weixin {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      opacity: 1;
      visibility: visible;
      -webkit-transition: all .5s;
      -moz-transition: all .5s;
      -ms-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
      background: white;
      display: block; }
    .header-top-area .right-side .weixin span {
      margin-left: 8px; }
    .header-top-area .right-side .weixin i {
      color: #555555; }
    .header-top-area .right-side .weixin .hover-weixin {
      position: absolute;
      width: 120px;
      height: auto;
      top: 66px;
      left: 0px;
      background: white;
      z-index: 100;
      border: 1px solid #f5f5f5;
      padding: 5px;
      border-radius: 5px;
      opacity: 0;
      box-shadow: 0 0 12px 0px #d0d0d0;
      transition: all 0.5s ease 0s; }
      .header-top-area .right-side .weixin .hover-weixin img {
        width: 100%;
        display: block;
        margin: auto; }
      .header-top-area .right-side .weixin .hover-weixin .triangle_span {
        position: absolute;
        height: 0px;
        width: 0px;
        border-top: 10px solid transparent;
        border-right: 10px solid #e5e5e5;
        border-bottom: 10px solid transparent;
        transform: rotate(-270deg);
        top: -16px; }
        .header-top-area .right-side .weixin .hover-weixin .triangle_span:after {
          content: '';
          position: absolute;
          top: -9px;
          left: 1px;
          border-top: 9px solid transparent;
          border-right: 9px solid #FFFFFF;
          border-bottom: 9px solid transparent; }
  .header-top-area .right-side .phone {
    display: inline-block; }
    .header-top-area .right-side .phone:hover {
      cursor: pointer; }
    .header-top-area .right-side .phone span {
      margin-left: 8px; }
  .header-top-area .fl-left {
    float: left; }
    .header-top-area .fl-left span {
      margin-left: 12px; }
    .header-top-area .fl-left i {
      font-size: 18px; }
  .header-top-area .fl-right {
    float: right; }

.header-middle-area {
  height: 160px;
  clear: both;
  background: white; }
  .header-middle-area .logo-div {
    float: left;
    width: 384px;
    height: 160px;
    display: flex;
    align-items: center; }
  .header-middle-area .right-side {
    float: right;
    display: flex;
    align-items: center;
    height: 160px; }
    .header-middle-area .right-side .search-div {
      display: inline-block;
      margin-right: 20px;
      position: relative; }
      .header-middle-area .right-side .search-div input {
        width: 300px;
        height: 44px;
        border-radius: 50px;
        border: 1px solid #ebebeb;
        padding-left: 24px; }
      .header-middle-area .right-side .search-div input::-webkit-input-placeholder {
        color: #b2b2b2;
        font-size: 15px; }
      .header-middle-area .right-side .search-div .btn-click {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -22px;
        line-height: 44px;
        height: 100%;
        text-align: center;
        width: 70px; }
        .header-middle-area .right-side .search-div .btn-click:hover {
          cursor: pointer; }
        .header-middle-area .right-side .search-div .btn-click:before {
          border-left: 1px solid #EEEEEE;
          content: '';
          display: block;
          height: 20px;
          position: absolute;
          top: 50%;
          left: 0px;
          margin-top: -10px; }
    .header-middle-area .right-side .service-phone {
      position: relative;
      padding-left: 60px;
      display: inline-block; }
      .header-middle-area .right-side .service-phone img {
        width: 46px;
        height: 46px;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -23px; }
      .header-middle-area .right-side .service-phone span {
        display: block; }
      .header-middle-area .right-side .service-phone .telephone-number {
        font-size: 24px;
        color: #44a635;
        font-weight: bold; }

.nav-pc-area {
  background: #094d24;
  font-size: 17px;
  height: 60px;
  line-height: 60px;
  position: relative; }
  .nav-pc-area .navbar-pc {
    padding: 0;
    margin: 0; }
    .nav-pc-area .navbar-pc > li {
      float: left; }
      .nav-pc-area .navbar-pc > li > a:hover {
        background: #44a635;
        color: white; }
      .nav-pc-area .navbar-pc > li:hover .gw-nav-menu {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        visibility: visible;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        background: rgba(255, 255, 255, 0.6); }
        .nav-pc-area .navbar-pc > li:hover .gw-nav-menu li {
          color: #333333; }
          .nav-pc-area .navbar-pc > li:hover .gw-nav-menu li a {
            padding-left: 0; }
          .nav-pc-area .navbar-pc > li:hover .gw-nav-menu li:hover:before {
            background: #e87d30; }
      .nav-pc-area .navbar-pc > li a {
        color: white;
        z-index: 100;
        position: relative;
        padding: 0 19px;
        margin: 0 0px;
        height: 60px;
        display: block; }
      .nav-pc-area .navbar-pc > li .left-three-jiao {
        position: absolute;
        width: 0px;
        height: 0px;
        border-width: 6px;
        border-style: solid;
        /*定义的是实现边框*/
        border-color: transparent #094d24 #094d24 transparent;
        left: -12px;
        top: 0px;
        display: none; }
      .nav-pc-area .navbar-pc > li .right-three-jiao {
        position: absolute;
        width: 0px;
        height: 0px;
        border-width: 6px;
        border-style: solid;
        /*定义的是实现边框*/
        border-color: transparent #094d24 #094d24 transparent;
        right: -12px;
        top: 0px;
        transform: rotate(-270deg);
        display: none; }
      .nav-pc-area .navbar-pc > li .dropdown-menu {
        background: #ffffffd1;
        width: 100%;
        right: 0;
        display: block !important; }
        .nav-pc-area .navbar-pc > li .dropdown-menu a {
          color: #333333; }
          .nav-pc-area .navbar-pc > li .dropdown-menu a:hover {
            color: #e87d30; }
      .nav-pc-area .navbar-pc > li .gw-nav-menu {
        min-width: 160px;
        left: 0px;
        width: 100%;
        transform: translate(0px, 20px);
        display: block;
        visibility: hidden;
        opacity: 0;
        border-radius: 0px;
        margin: 0px;
        transition: all 0.5s ease 0s;
        background: rgba(255, 255, 255, 0.98); }
        .nav-pc-area .navbar-pc > li .gw-nav-menu ul {
          width: 600px;
          margin: auto; }
          .nav-pc-area .navbar-pc > li .gw-nav-menu ul li {
            float: left;
            width: 50%;
            background: none;
            position: relative;
            display: flex;
            align-items: center;
            padding: 0; }
            .nav-pc-area .navbar-pc > li .gw-nav-menu ul li:before {
              content: '';
              width: 2px;
              height: 2px;
              display: block;
              position: absolute;
              background: #333333;
              left: -10px; }
    .nav-pc-area .navbar-pc li.active a {
      background: #44a635;
      color: white;
      height: 67px;
      bottom: 7px;
      display: block;
      line-height: 67px;
      z-index: 100; }
      .nav-pc-area .navbar-pc li.active a a {
        margin-top: 6px;
        display: block; }
      .nav-pc-area .navbar-pc li.active a .right-three-jiao,
      .nav-pc-area .navbar-pc li.active a .left-three-jiao {
        display: block;
        z-index: 99; }

.banner {
  position: relative;
  bottom: 7px; }
  .banner .ig-div img {
    position: absolute; }
  .banner .swiper-container {
    width: 100%; }
  .banner .swiper-pagination-bullet {
    background: white;
    opacity: 0.7; }
  .banner .swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 4px;
    background: white; }

.adv-area-a {
  padding-top: 90px;
  padding-bottom: 70px; }

.adv-area-b {
  margin-top: 120px;
  margin-bottom: 84px;
  padding-bottom: 0px;
  background: #44a635; }
  .adv-area-b .row {
    position: relative; }
    .adv-area-b .row .btn-link {
      background: #e77d33;
      font-size: 14px;
      color: white;
      width: 200px;
      height: 34px;
      line-height: 34px;
      text-align: center;
      position: absolute;
      right: -6px;
      top: 120px; }

.adv-area-c {
  margin-bottom: 60px; }

.adv-area-d {
  background: url(../image/triangle.png) no-repeat #44a635;
  background-position-x: 50%;
  background-position-y: -12px;
  padding-bottom: 50px;
  padding-top: 50px;
  margin-top: 70px; }
  .adv-area-d .adv-title {
    font-size: 48px;
    color: white;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px; }
    .adv-area-d .adv-title .english {
      font-size: 14px;
      display: block;
      text-transform: uppercase;
      font-weight: normal;
      margin-top: 8px; }

.adv-area-e {
  padding-bottom: 70px;
  padding-top: 90px; }
  .adv-area-e .adv-title {
    font-size: 48px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 8px; }
    .adv-area-e .adv-title .green {
      color: #44a635; }
    .adv-area-e .adv-title .english {
      font-size: 12px;
      color: #999999;
      display: block;
      text-transform: uppercase;
      font-weight: normal;
      text-align: center; }

.adv-area-f {
  background: #f1f1f1;
  padding-top: 94px;
  padding-bottom: 94px;
  margin-top: 100px; }

.adv-area-g {
  padding-top: 126px;
  padding-bottom: 70px; }

.col-6 {
  width: 50%;
  float: left; }

.section1 .delete-pad {
  padding-left: 0;
  padding-right: 0;
  position: relative; }
  .section1 .delete-pad .tab-nav {
    border: 1px solid #e5e5e5;
    padding-right: 12px;
    padding-left: 52px;
    position: relative;
    margin-right: 10px;
    margin-bottom: 12px;
    height: 96px;
    display: flex;
    align-items: center; }
    .section1 .delete-pad .tab-nav .tab-navtab-nav {
      align-content: center; }
    .section1 .delete-pad .tab-nav .num {
      font-size: 48px;
      font-weight: bold;
      position: absolute;
      color: #44a635;
      left: 14px; }
      .section1 .delete-pad .tab-nav .num:after {
        content: "";
        display: block;
        position: absolute;
        height: 30px;
        width: 10px;
        right: 4px;
        top: 36px;
        background-color: #fff;
        transform: rotate(50deg);
        border-left: 1px solid #c4c4c4; }
    .section1 .delete-pad .tab-nav .tab-title {
      font-size: 24px;
      font-weight: bold;
      display: block; }
    .section1 .delete-pad .tab-nav .desc {
      font-size: 16px;
      color: #555555;
      display: block; }
  .section1 .delete-pad .tab-nav.active {
    background: #44a635; }
    .section1 .delete-pad .tab-nav.active span {
      color: white; }
    .section1 .delete-pad .tab-nav.active .num:after {
      border-left: 1px solid white;
      background-color: #44a635; }
  .section1 .delete-pad .pre-next-btn {
    position: absolute;
    right: -7px;
    bottom: 20px; }
    .section1 .delete-pad .pre-next-btn i {
      color: white;
      background: #0000005e;
      padding: 6px;
      margin-right: 12px;
      display: inline-block; }
      .section1 .delete-pad .pre-next-btn i:hover {
        cursor: pointer; }
  .section1 .delete-pad .right-img-div {
    margin-bottom: 12px;
    position: relative;
    height: 420px;
    overflow: hidden; }
    .section1 .delete-pad .right-img-div img {
      display: none; }
    .section1 .delete-pad .right-img-div .index4_21 {
      width: 50%;
      background: #fff;
      position: absolute;
      left: 0px;
      height: 100%;
      bottom: 0px;
      z-index: 999;
      transition: all 2s; }
    .section1 .delete-pad .right-img-div .index4_21.active {
      height: 0;
      transition-delay: .5s; }

.section2 .col-2 {
  width: 20%;
  float: left; }
  .section2 .col-2 .advantage-box {
    border: 1px solid #e5e5e5;
    margin: 10px 1px; }
    .section2 .col-2 .advantage-box .advantage-desc {
      height: 152px;
      overflow: hidden;
      transition: background .8s ease-in-out; }
      .section2 .col-2 .advantage-box .advantage-desc h4 {
        font-weight: bold;
        text-align: center;
        margin-top: 18px; }
      .section2 .col-2 .advantage-box .advantage-desc span {
        display: block;
        padding: 0 20px;
        color: #555555;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden; }
    .section2 .col-2 .advantage-box .advantage-img-div {
      height: 270px;
      overflow: hidden;
      position: relative; }
      .section2 .col-2 .advantage-box .advantage-img-div .mask {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #000000;
        opacity: 0.4;
        top: 270px;
        transition: all .8s ease-in-out; }
      .section2 .col-2 .advantage-box .advantage-img-div .more-btn-icon {
        position: absolute;
        top: 50%;
        z-index: 100;
        margin-top: -20px;
        width: 100%;
        display: block;
        text-align: center;
        opacity: 0;
        transition: all .8s ease-in-out; }
      .section2 .col-2 .advantage-box .advantage-img-div .advantage-img {
        display: block;
        width: 100%;
        margin: auto;
        height: 270px;
        transition: all .8s ease-in-out; }
    .section2 .col-2 .advantage-box:hover .mask {
      top: 0; }
    .section2 .col-2 .advantage-box:hover .advantage-desc {
      background: #44a635; }
    .section2 .col-2 .advantage-box:hover .advantage-desc span {
      color: white; }
    .section2 .col-2 .advantage-box:hover .advantage-desc h4 {
      color: white; }
    .section2 .col-2 .advantage-box:hover .more-btn-icon {
      opacity: 1; }
    .section2 .col-2 .advantage-box:hover .advantage-img {
      transform: scale(1.05); }

.section3 .swiper-container ul {
  overflow: hidden;
  padding-left: 34px;
  padding-right: 34px; }
  .section3 .swiper-container ul .border-box {
    border: 1px solid #e5e5e5;
    padding: 10px; }
    .section3 .swiper-container ul .border-box .product-img-div {
      height: 324px;
      overflow: hidden; }
      .section3 .swiper-container ul .border-box .product-img-div img {
        width: 100%;
        transition: all .6s ease-in-out; }
    .section3 .swiper-container ul .border-box .product-title {
      text-align: center;
      font-weight: bold;
      font-size: 18px; }
    .section3 .swiper-container ul .border-box .more-btn-link {
      margin: auto;
      margin-bottom: 30px;
      width: 122px;
      height: 42px;
      line-height: 42px;
      border: 1px solid #e5e5e5;
      display: block;
      border-radius: 25px;
      text-align: center;
      text-transform: uppercase;
      color: #333333;
      font-size: 12px;
      transition: background .6s ease-in-out;
      display: flex;
      align-items: center;
      justify-content: center; }
      .section3 .swiper-container ul .border-box .more-btn-link .icon-you {
        margin-left: 10px;
        color: #999999;
        font-size: 16px;
        font-weight: bold; }
    .section3 .swiper-container ul .border-box:hover .product-title {
      color: #44a635; }
    .section3 .swiper-container ul .border-box:hover .more-btn-link {
      background: #44a635;
      color: white; }
      .section3 .swiper-container ul .border-box:hover .more-btn-link .icon-you {
        color: white; }
    .section3 .swiper-container ul .border-box:hover img {
      transform: scale(1.1); }

.section3 .swiper-container .swiper-button-next {
  width: 40px;
  height: 40px;
  background: #7f7f7f url(../image/r-jaintou.png) center no-repeat;
  color: white;
  right: 0; }

.section3 .swiper-container .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: #7f7f7f url(../image/l-jaintou.png) center no-repeat;
  color: white;
  left: 0; }

.section4 {
  background: #f1f1f1;
  padding-bottom: 100px; }
  .section4 .scroll-inner {
    position: relative; }
  .section4 .scroll-inner .hover_event {
    width: 292px !important; }
  .section4 .section4-row {
    overflow: hidden; }
  .section4 .leftj {
    display: block;
    transform: rotate(180deg);
    position: absolute;
    left: -40px;
    top: 110px;
    background: #7f7f7f;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px; }
  .section4 .leftj i {
    color: white; }
  .section4 .rightj i {
    color: white; }
  .section4 .rightj {
    display: block;
    position: absolute;
    right: -40px;
    top: 110px;
    background: #7f7f7f;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px; }
  .section4 .leftj.end {
    background: #d2d2d2; }
  .section4 .rightj.end {
    background: #D2D2D2; }
  .section4 .container .case-box {
    position: relative;
    background: white;
    padding: 10px; }
    .section4 .container .case-box .case-img-div {
      height: 161px;
      overflow: hidden; }
      .section4 .container .case-box .case-img-div img {
        width: 100%;
        transition: all .6s ease-in-out; }
    .section4 .container .case-box:hover img {
      transform: scale(1.1); }
    .section4 .container .case-box p {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 17px;
      margin-top: 17px;
      text-align: center;
      word-break: break-all;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .section4 .container .case-box .three_jiao {
      position: absolute;
      width: 0;
      height: 0;
      border-width: 16px;
      border-style: solid;
      border-color: white transparent transparent transparent;
      left: 50%;
      margin-left: -16px;
      bottom: -30px;
      display: none; }
  .section4 .container .hover_event.active .three_jiao {
    display: block; }
  .section4 .container .show-content-area {
    margin-top: 60px; }
    .section4 .container .show-content-area .show-content-tab {
      display: none; }
      .section4 .container .show-content-area .show-content-tab .show-img-div {
        height: 380px;
        overflow: hidden; }
        .section4 .container .show-content-area .show-content-tab .show-img-div img {
          height: 380px; }
      .section4 .container .show-content-area .show-content-tab .col-lg-6 {
        padding-left: 0;
        padding-right: 0; }
      .section4 .container .show-content-area .show-content-tab .show-text-div {
        padding: 54px 46px;
        background: white; }
        .section4 .container .show-content-area .show-content-tab .show-text-div h3 {
          font-size: 26px;
          margin-top: 0; }
        .section4 .container .show-content-area .show-content-tab .show-text-div .main {
          margin-top: 30px;
          font-size: 15px;
          color: #555555;
          line-height: 30px;
          min-height: 150px;
          word-break: break-all;
          display: -webkit-box;
          -webkit-line-clamp: 5;
          -webkit-box-orient: vertical;
          overflow: hidden; }
        .section4 .container .show-content-area .show-content-tab .show-text-div .more-btn-link {
          margin-top: 22px; }
          .section4 .container .show-content-area .show-content-tab .show-text-div .more-btn-link:hover {
            background: #44a635;
            color: white;
            border: #44a635; }
          .section4 .container .show-content-area .show-content-tab .show-text-div .more-btn-link:hover i {
            color: white; }

.section5 .col-lg-6 {
  padding: 0; }

.section5 .fengcai-img-div {
  overflow: hidden;
  height: 195px;
  overflow: hidden; }
  .section5 .fengcai-img-div img {
    transition: all ease-in-out .6s; }
  .section5 .fengcai-img-div:hover img {
    transform: scale(1.06); }

.section5 .fengcai-main {
  position: relative;
  padding: 56px 24px;
  background: #f1f1f1;
  height: 195px; }
  .section5 .fengcai-main h5 {
    font-size: 18px;
    margin-bottom: 22px;
    margin-top: 0;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .section5 .fengcai-main .content {
    font-size: 15px;
    color: #555555;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .section5 .fengcai-main .three_jiao_a {
    position: absolute;
    width: 0;
    height: 0;
    border-width: 16px;
    border-style: solid;
    border-color: transparent #f1f1f1 transparent transparent;
    left: -25px;
    top: 50%;
    margin-top: -16px; }
  .section5 .fengcai-main .three_jiao_b {
    position: absolute;
    width: 0;
    height: 0;
    border-width: 16px;
    border-style: solid;
    border-color: transparent transparent transparent #f1f1f1;
    right: -25px;
    top: 50%;
    margin-top: -16px; }

.section6 {
  margin-top: 80px;
  margin-bottom: 80px; }
  .section6 .left-side {
    padding: 0; }
  .section6 .container .dt_title:before {
    position: absolute;
    width: 3px;
    height: 18px;
    left: 0;
    top: 2px;
    background: #44a635;
    display: block;
    content: ''; }
  .section6 .container .border-box {
    padding: 18px 20px;
    border: 1px solid #e5e5e5;
    overflow: hidden; }
    .section6 .container .border-box .dt_title-div {
      padding-bottom: 10px;
      border-bottom: 1px solid #e5e5e5;
      overflow: hidden; }
      .section6 .container .border-box .dt_title-div .dt_title {
        font-size: 18px;
        font-weight: bold;
        position: relative;
        padding-left: 14px; }
      .section6 .container .border-box .dt_title-div a.more_link {
        text-transform: uppercase;
        color: #333333;
        font-size: 12px; }
        .section6 .container .border-box .dt_title-div a.more_link i {
          margin-left: 12px;
          font-size: 14px; }
        .section6 .container .border-box .dt_title-div a.more_link:hover {
          color: #44a635; }
        .section6 .container .border-box .dt_title-div a.more_link:hover i {
          color: #44a635; }
    .section6 .container .border-box .dt_main {
      margin-top: 22px;
      overflow: hidden; }
      .section6 .container .border-box .dt_main .dt_img_div {
        width: 180px;
        height: 120px;
        overflow: hidden;
        float: left; }
        .section6 .container .border-box .dt_main .dt_img_div img {
          transition: all .6s ease-in-out; }
      .section6 .container .border-box .dt_main:hover .dt_img_div img {
        transform: scale(1.08); }
      .section6 .container .border-box .dt_main .content {
        padding-left: 200px;
        padding-top: 22px; }
        .section6 .container .border-box .dt_main .content h5 {
          font-size: 16px;
          font-weight: bold;
          word-break: break-all;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden; }
          .section6 .container .border-box .dt_main .content h5 a {
            color: #333333; }
        .section6 .container .border-box .dt_main .content .desc {
          font-size: 15px;
          color: #555555;
          word-break: break-all;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden; }
        .section6 .container .border-box .dt_main .content:hover h5 a,
        .section6 .container .border-box .dt_main .content:hover .desc {
          color: #44a635; }
  .section6 .container .right-side {
    padding: 0; }
    .section6 .container .right-side .left_part {
      margin-left: 22px; }
    .section6 .container .right-side ul {
      padding-left: 0;
      margin-top: 14px;
      margin-bottom: 0; }
      .section6 .container .right-side ul li {
        line-height: 30px;
        position: relative;
        display: flex;
        align-items: center;
        padding-left: 12px; }
        .section6 .container .right-side ul li:hover a {
          color: #44a635; }
        .section6 .container .right-side ul li:hover:before {
          background: #44a635; }
        .section6 .container .right-side ul li a {
          color: #555555; }
        .section6 .container .right-side ul li:before {
          content: '';
          width: 2px;
          height: 2px;
          background: #555555;
          display: block;
          left: 0px;
          position: absolute; }
    .section6 .container .right-side .fl-right-css {
      float: right; }
      .section6 .container .right-side .fl-right-css .certificate {
        height: 358px;
        margin-left: 22px; }
    .section6 .container .right-side .zizhi-ul {
      position: relative;
      height: 262px; }
      .section6 .container .right-side .zizhi-ul img {
        width: 80%;
        margin: auto;
        position: absolute;
        left: 50%;
        margin-left: -40%; }
    .section6 .container .right-side #carousel-div {
      width: 60px;
      margin: auto; }
      .section6 .container .right-side #carousel-div .carousel {
        width: 10px;
        height: 10px;
        border: 1px solid #d2d2d2;
        text-align: center;
        line-height: 10px;
        margin-right: 10px;
        border-radius: 100%;
        cursor: pointer;
        float: left;
        opacity: 0.8;
        color: white;
        display: block; }
      .section6 .container .right-side #carousel-div .carousel.active {
        background: #d2d2d2; }

.footer-area {
  background: #F4F4F4;
  padding-top: 60px;
  padding-bottom: 23px; }
  .footer-area .col-3 {
    width: auto !important; }
  .footer-area .fl-right {
    float: right !important; }
  .footer-area .link-div {
    margin-bottom: 68px; }
    .footer-area .link-div a {
      color: #333333;
      font-size: 16px;
      padding: 0 1.7%;
      display: inline-block;
      position: relative; }
      .footer-area .link-div a:after {
        content: '';
        display: block;
        width: 1px;
        height: 16px;
        position: absolute;
        right: 0;
        top: 4px;
        background: #c9c9c9;
        transform: rotate(30deg); }
  .footer-area .link-div a:last-child:after {
    display: none; }
  .footer-area .footer-logo {
    position: relative;
    top: -4px; }
  .footer-area .msg {
    margin-left: 68px; }
    .footer-area .msg li {
      line-height: 28px;
      font-size: 15px; }
    .footer-area .msg .fax {
      margin-left: 34px; }
  .footer-area .email {
    width: 374px;
    margin-left: 40px; }
    .footer-area .email li {
      line-height: 28px;
      font-size: 15px; }
    .footer-area .email li:last-child {
      position: relative;
      padding-left: 75px; }
      .footer-area .email li:last-child span {
        position: absolute;
        left: 0px; }
    .footer-area .email span {
      width: auto;
      display: inline-block; }
  .footer-area .two-code {
    display: inline-block;
    margin-left: 18px; }
    .footer-area .two-code img {
      width: 110px;
      height: 110px; }
    .footer-area .two-code p {
      text-align: center;
      font-size: 15px;
      margin-top: 6px; }

.footer-bottom {
  height: 50px;
  line-height: 50px;
  background: #333333;
  color: white;
  text-align: center; }
  .footer-bottom span {
    margin: 0 20px; }

.quick-area-pc {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 102; }
  .quick-area-pc .qq-li {
    position: relative; }
    .quick-area-pc .qq-li:hover .hover-show-qq {
      opacity: 1 !important;
      z-index: 999999; }
  .quick-area-pc .phone-li {
    position: relative; }
    .quick-area-pc .phone-li:hover .hover-show-phone {
      opacity: 1 !important; }
  .quick-area-pc .hover-show-qq {
    opacity: 0;
    transition: all ease-in-out .5s;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 240px;
    height: 161px;
    background: #8fca86;
    color: white;
    left: -241px;
    top: 0px; }
    .quick-area-pc .hover-show-qq .inner-div:first-child {
      border-bottom: 1px solid #8ac181; }
    .quick-area-pc .hover-show-qq .inner-div:last-child {
      border-top: 1px solid #8ac181; }
    .quick-area-pc .hover-show-qq .inner-div {
      width: 240px;
      height: 53px;
      padding-top: 3px; }
      .quick-area-pc .hover-show-qq .inner-div a {
        color: white; }
      .quick-area-pc .hover-show-qq .inner-div .phone-ul {
        margin-bottom: 0px;
        font-size: 22px;
        position: relative;
        padding-left: 50px; }
        .quick-area-pc .hover-show-qq .inner-div .phone-ul li {
          font-size: 22px; }
          .quick-area-pc .hover-show-qq .inner-div .phone-ul li span {
            display: block; }
        .quick-area-pc .hover-show-qq .inner-div .phone-ul i {
          position: absolute;
          left: 10px;
          top: -4px;
          font-size: 26px; }
  .quick-area-pc .hover-show-phone {
    opacity: 0;
    transition: all ease-in-out .5s;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 240px;
    height: 161px;
    background: #8fca86;
    color: white;
    left: -241px;
    top: -54px; }
    .quick-area-pc .hover-show-phone .inner-div:first-child {
      border-bottom: 1px solid #8ac181; }
    .quick-area-pc .hover-show-phone .inner-div {
      width: 240px;
      height: 80px; }
      .quick-area-pc .hover-show-phone .inner-div .phone-ul {
        margin-bottom: 0px;
        font-size: 22px;
        position: relative;
        padding-left: 50px;
        display: flex;
        height: 80px;
        align-content: center; }
        .quick-area-pc .hover-show-phone .inner-div .phone-ul li {
          font-size: 22px;
          display: flex;
          align-content: center;
          height: 80px;
          padding-top: 16px; }
        .quick-area-pc .hover-show-phone .inner-div .phone-ul i {
          position: absolute;
          left: 10px;
          top: 11px;
          font-size: 26px; }
  .quick-area-pc .border-radio-css {
    padding: 0; }
    .quick-area-pc .border-radio-css li:first-child {
      border-radius: 5px 0px 0px 0px;
      overflow: hidden; }
      .quick-area-pc .border-radio-css li:first-child:hover {
        overflow: inherit; }
    .quick-area-pc .border-radio-css li:last-child {
      border-radius: 0px 0px 0px 5px;
      overflow: hidden; }
    .quick-area-pc .border-radio-css .li-item .a-item {
      display: block;
      width: 54px;
      height: 54px;
      text-align: center;
      background: #44a635;
      color: white;
      padding: 6px; }
      .quick-area-pc .border-radio-css .li-item .a-item:hover {
        background: #8fca86; }
    .quick-area-pc .border-radio-css .li-item i {
      font-size: 30px; }

.quick-area-ph {
  z-index: 200;
  opacity: 0;
  position: fixed;
  top: 50%;
  right: 0;
  background: #000;
  text-align: center;
  width: 38px;
  height: 38px;
  border-radius: 5px 0px 0px 5px;
  line-height: 38px;
  color: white; }
  .quick-area-ph i {
    color: white;
    font-size: 22px; }

.quick-area-ph.active {
  opacity: 1; }
