.header-hd {
    height: 32px;
    line-height: 32px;
    background: #262626;
    font-size: 12px;
    color: #393937;
  }
  .header-hd h2 {
    font-weight: normal;
    font-family: "宋体";
    font-size: 14px;
    color: #fff;
  }
  .header-hd p {
    color: #fff;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
  }
  .header-hd p img {
    margin-right: 5px;
    vertical-align: -3px;
  }
  .header-hd p:last-of-type {
    padding-right: 0;
  }
  .header-bd {
    height: 117px;
    border-bottom: 11px solid #88b44e;
  }
  .header-bd .w {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-bd .header-search {
    width: 182px;
    height: 37px;
    background: #88b44e;
    border-radius: 20px;
    overflow: hidden;
  }
  .header-bd .header-search .search-key {
    width: 66%;
    line-height: 37px;
    border: none;
    background: none;
    outline: none;
    padding: 0 10px;
    color: #fff;
  }
  .header-bd .header-search .search-button {
    width: 20%;
    height: 37px;
    vertical-align: top;
    border: none;
    background: none;
    outline: none;
    background: url(../image/sbtn.png) no-repeat center;
    cursor: pointer;
  }
  .search-hot {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #000;
  }
  .search-hot a {
    display: inline-block;
    line-height: 1;
    border-right: 1px solid #88b44e;
    padding: 0 10px;
    color: #000;
  }
  .region-tit {
    text-align: center;
    color: #88b44e;
  }
  .region-tit h2 {
    background: url(../image/titk.png) no-repeat center;
    padding-top: 24px;
    font-size: 20px;
    font-weight: normal;
  }
  .region-tit img {
    display: block;
    margin: 9px auto 12px;
  }
  .region-tit p {
    display: inline-block;
    border-top: 1px solid #88b44e;
    padding-top: 3px;
  }
  .product-region {
    padding-top: 30px;
  }
  .product-bd {
    margin-top: 30px;
  }
  .product-bd ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
  }
  .product-bd li {
    width: 380px;
    position: relative;
    margin-bottom: 103px;
  }
  .product-bd li:nth-of-type(1n+4) {
    margin-bottom: 63px;
  }
  .product-bd li .img {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .product-bd li .img img {
    width: 100%;
    display: block;
  }
  .product-bd li .img::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../image/proicon.png) no-repeat center rgba(0, 0, 0, 0.5);
    transform: translateY(-100%);
    transition: all 0.3s;
  }
  .product-bd li .desc {
    background: #f9f9f9;
    width: 312px;
    height: 127px;
    position: absolute;
    bottom: -63px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 28px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .product-bd li .desc h2 {
    font-size: 18px;
    color: #000;
    font-weight: normal;
    width: 100%;
  }
  .product-bd li .desc p {
    font-size: 12px;
    margin-top: 12px;
    line-height: 23px;
    color: #666;
    height: 46px;
    overflow: hidden;
  }
  .product-bd li:hover .img::after {
    transform: translateY(0);
  }
  .product-bd li:hover .desc {
    background: #88b44e;
  }
  .product-bd li:hover .desc h2,
  .product-bd li:hover .desc p {
    color: #fff;
  }
  .problem-region {
    padding: 70px 0 42px;
  }
  .problem-bd {
    margin-top: 30px;
  }
  .problem-bd ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .problem-bd li {
    width: 172px;
    height: 317px;
    padding: 16px 12px;
    box-sizing: border-box;
    border-radius: 86px;
    background: #f6f6f6;
  }
  .problem-bd li .img {
    width: 149px;
    height: 149px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    line-height: 0;
  }
  .problem-bd li .img img {
    width: 100%;
  }
  .problem-bd li h3 {
    font-size: 24px;
    color: #000;
    text-align: center;
    margin: 30px 0 20px;
  }
  .problem-bd li p {
    font-size: 14px;
    line-height: 20px;
    color: #666;
    text-align: center;
  }
  .problem-tel {
    text-align: center;
    font-size: 16px;
    color: #000;
    margin-top: 30px;
  }
  .problem-tel img {
    vertical-align: -17px;
    margin-right: 10px;
  }
  .problem-tel span {
    font-size: 36px;
    color: #78bc27;
    font-weight: bold;
    vertical-align: -6px;
    padding-left: 5px;
  }
  .avant-region {
    background: #f2f1f1;
    padding: 60px 0;
  }
  .avant-region .avant-bd {
    margin-top: 30px;
  }
  .avant-region li {
    height: 338px;
    position: relative;
    margin-bottom: 38px;
  }
  .avant-region li .item-hd {
    position: absolute;
    left: 0;
    top: 50%;
    width: 548px;
    height: 277px;
    transform: translateY(-50%);
    z-index: 2;
    background: #fff;
    padding: 25px 38px;
    box-sizing: border-box;
  }
  .avant-region li .item-hd .index {
    position: absolute;
    right: 0;
    top: 0;
    width: 79px;
    height: 75px;
    background: #88b44e;
    line-height: 75px;
    text-align: center;
    color: #fff;
    font-size: 48px;
  }
  .avant-region li .item-hd h3 {
    font-size: 30px;
    color: #000;
    font-weight: normal;
  }
  .avant-region li .item-hd h3 img {
    margin-right: 4px;
    vertical-align: -5px;
  }
  .avant-region li .item-hd h4 {
    font-size: 24px;
    color: #f32323;
    font-weight: normal;
    margin: 4px 0 15px;
  }
  .avant-region li .item-hd p {
    font-size: 14px;
    line-height: 25px;
    color: #333;
  }
  .avant-region li .item-hd .link {
    margin-top: 20px;
  }
  .avant-region li .item-hd .link a {
    display: inline-block;
    width: 98px;
    height: 32px;
    border-radius: 5px;
    background: #f32323;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    margin-right: 15px;
  }
  .avant-region li .item-hd .link a:last-of-type {
    background: #88b44e;
  }
  .avant-region li .item-bd {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 732px;
    line-height: 0;
  }
  .avant-region li .item-bd img {
    width: 100%;
  }
  .avant-region li:nth-of-type(even) .item-hd {
    left: auto;
    right: 0;
  }
  .avant-region li:nth-of-type(even) .item-bd {
    right: auto;
    left: 0;
  }
  .app-region {
    height: 713px;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 80px;
    box-sizing: border-box;
  }
  .app-region .region-tit h2 {
    background-image: url(../image/titk2.png);
  }
  .app-region .region-tit h2,
  .app-region .region-tit p {
    color: #fff;
  }
  .app-region .region-tit p {
    border-color: #fff;
  }
  .app-region .region-tit a {
    display: block;
    margin: 0 auto;
    width: 39px;
    height: 39px;
    background: #fff;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    color: #88b44e;
    font-size: 30px;
    margin-top: 10px;
  }
  .app-region .region-tit a:hover {
    text-decoration: none;
  }
  .app-region .app-bd {
    margin-top: 44px;
    height: 355px;
    background: url(../image/appline.png) no-repeat center;
  }
  .app-region .app-bd .w {
    height: 100%;
  }
  .app-region .app-bd ul {
    height: 100%;
    position: relative;
  }
  .app-region .app-bd ul .img {
    width: 100px;
    height: 100px;
    background: #fff;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
  }
  .app-region .app-bd ul .img .h {
    display: none;
  }
  .app-region .app-bd ul p {
    font-size: 24px;
    color: #fff;
    font-family: "宋体";
    text-align: center;
    margin-top: 15px;
    font-weight: bold;
  }
  .app-region .app-bd ul li {
    position: absolute;
  }
  .app-region .app-bd ul li:nth-of-type(1) {
    left: 107px;
  }
  .app-region .app-bd ul li:nth-of-type(2) {
    left: 404px;
    bottom: 26px;
  }
  .app-region .app-bd ul li:nth-of-type(3) {
    right: 364px;
    top: 22px;
  }
  .app-region .app-bd ul li:nth-of-type(4) {
    right: 59px;
    bottom: 22px;
  }
  .app-region .app-bd ul li.on .img {
    background: #88b44e;
  }
  .app-region .app-bd ul li.on .img .h {
    display: block;
  }
  .app-region .app-bd ul li.on .img .s {
    display: none;
  }
  .culture-region {
    padding: 75px 0;
  }
  .culture-bd {
    margin-top: 35px;
  }
  .culture-bd ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .culture-bd li {
    width: 285px;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
  }
  .culture-bd li img {
    width: 100%;
    display: block;
  }
  .culture-bd li .desc {
    background: #88b44e;
    color: #fff;
    padding: 20px;
    height: 146px;
    box-sizing: border-box;
  }
  .culture-bd li .desc h3 {
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: normal;
  }
  .culture-bd li .desc p {
    font-size: 12px;
    line-height: 24px;
  }
  .about-bd {
    background: #f1f2f0;
    padding: 60px 0 69px;
    overflow: hidden;
    margin-top: 35px;
  }
  .about-bd .about-left {
    width: 909px;
    float: left;
  }
  .about-bd .about-left .about-left-top {
    height: 156px;
  }
  .about-bd .about-left .about-left-top dl {
    height: 100%;
    padding-left: 31px;
    overflow: hidden;
    box-sizing: border-box;
  }
  .about-bd .about-left .about-left-top dt {
    width: 165px;
    height: 100%;
    float: left;
    box-sizing: border-box;
    border: 2px solid #88b44e;
    border-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
  }
  .about-bd .about-left .about-left-top dt img {
    max-width: 100%;
  }
  .about-bd .about-left .about-left-top dd {
    margin-left: 185px;
    font-size: 12px;
    line-height: 31px;
    height: 93px;
    color: #000;
    overflow: hidden;
    margin-top: 43px;
  }
  .about-bd .about-left .about-left-bottom {
    box-sizing: border-box;
    padding-left: 31px;
    width: 100%;
    height: 353px;
    background: url(../image/abimg.jpg) no-repeat center;
  }
  .about-bd .about-right {
    float: right;
    width: 291px;
    background: url(../image/abr.jpg) no-repeat left bottom;
    height: 509px;
    position: relative;
    padding: 282px 40px 0 31px;
    box-sizing: border-box;
  }
  .about-bd .about-right a {
    display: block;
    width: 106px;
    height: 105px;
    position: absolute;
    right: 0;
    top: 148px;
    background: url(../image/ablink.png) no-repeat center;
    line-height: 105px;
    color: #fff;
    text-align: center;
  }
  .about-bd .about-right h3 {
    font-size: 27px;
    font-weight: bold;
    color: #108542;
  }
  .about-bd .about-right h4 {
    font-size: 18px;
    color: #333;
    border-bottom: 3px solid #f32323;
    display: inline-block;
    padding-bottom: 4px;
    margin: 2px 0px 10px;
  }
  .about-bd .about-right p {
    font-size: 12px;
    line-height: 19px;
    color: #000;
  }
  .case-region {
    padding: 70px 0 70px;
  }
  .case-bd {
    margin-top: 35px;
    overflow: hidden;
  }
  .case-bd li {
    position: relative;
  }
  .case-bd li.li1 {
    width: 611px;
    float: left;
  }
  .case-bd li.li2 {
    width: 285px;
    float: left;
    margin-left: 9px;
    margin-bottom: 10px;
  }
  .case-bd li .img {
    line-height: 0;
  }
  .case-bd li img {
    width: 100%;
  }
  .case-bd li h5 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
  }
  .case-bd li:hover h5 {
    height: 100%;
  }
  .partner-bd {
    margin-top: 35px;
    overflow: hidden;
  }
  .partner-bd ul {
    float: left;
    width: 390px;
    margin-right: 15px;
  }
  .partner-bd li {
    width: 185px;
    height: 91px;
    margin-right: 16px;
    margin-bottom: 16px;
    float: left;
    border: 1px solid #dcdcdc;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
  }
  .partner-bd li img {
    max-width: 100%;
  }
  .partner-bd li:nth-of-type(2n) {
    margin-right: 0;
  }
  .news-region {
    padding: 40px 0 35px;
  }
  .news-region .news-ft {
    text-align: center;
    margin-top: 40px;
  }
  .news-bd {
    margin-top: 35px;
  }
  .news-bd ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .news-bd li {
    width: 380px;
  }
  .news-bd li img {
    width: 100%;
    display: block;
    margin-bottom: 25px;
  }
  .news-bd li h5 {
    font-size: 12px;
    color: #5a5a5a;
    font-weight: bold;
  }
  .news-bd li .time {
    font-size: 12px;
    color: #999;
    font-family: arial;
    margin: 10px 0 5px;
  }
  .news-bd li p {
    font-size: 12px;
    line-height: 20px;
    height: 80px;
    overflow: hidden;
    color: #999;
  }
  .news-bd li a:hover {
    text-decoration: none;
  }
  .news-bd li:hover h5 {
    color: #88b44e;
  }
  .area-region {
    line-height: 50px;
    font-size: 12px;
    color: #000;
  }
  .area-region .w {
    background: url(../image/areaicon.png) no-repeat left center;
    padding-left: 25px;
  }
  .area-region a {
    padding: 0 10px;
    display: inline-block;
    color: #000;
  }
  .footer-region {
    background: #222222;
  }
  .footer-region .footer-hd {
    padding: 50px 0 70px;
  }
  .footer-region .footer-hd .w {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .footer-region .footer-hd dl {
    width: 33%;
    border-right: 1px solid #2d2d2d;
  }
  .footer-region .footer-hd dl dt {
    font-size: 18px;
    color: #fff;
    margin-bottom: 25px;
  }
  .footer-region .footer-hd .footer-hd-contact {
    width: 30%;
    padding-right: 30px;
    box-sizing: border-box;
  }
  .footer-region .footer-hd .footer-hd-contact .tel {
    font-size: 13px;
    color: #737373;
    font-weight: bold;
  }
  .footer-region .footer-hd .footer-hd-contact .tel span {
    font-size: 24px;
    color: #88b44e;
    font-weight: bold;
    padding-right: 10px;
  }
  .footer-region .footer-hd .footer-hd-contact h4 {
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    font-weight: normal;
    margin: 12px 0 10px;
  }
  .footer-region .footer-hd .footer-hd-contact p {
    font-size: 13px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.6);
  }
  .footer-region .footer-hd .footer-hd-contact a {
    display: block;
    width: 99px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    border: 2px solid #737373;
    border-radius: 3px;
    color: #737373;
    font-size: 15px;
    margin-top: 8px;
  }
  .footer-region .footer-hd .footer-hd-code .img {
    margin-right: 20px;
    width: 141px;
    display: inline-block;
    vertical-align: top;
  }
  .footer-region .footer-hd .footer-hd-code .img p {
    text-align: center;
    color: #fff;
    line-height: 40px;
  }
  .footer-region .footer-hd .footer-hd-code .img img {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    display: block;
  }
  .footer-region .footer-hd .footer-hd-nav {
    width: 25%;
    box-sizing: border-box;
    border-right: 0;
    padding-right: 30px;
  }
  .footer-region .footer-hd .footer-hd-nav a {
    display: inline-block;
    width: 34%;
    color: #fff;
    font-size: 13px;
    margin-bottom: 30px;
  }
  .footer-region .footer-copyright {
    background: #181818;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    padding: 20px 0;
    color: rgba(255, 255, 255, 0.3);
    font-family: arial;
  }
  