body {

    width: 100%;

    height: 100%;

    margin: 0;

    padding: 0;

    font-size: 12px;

    font-family: "Microsoft YaHei", "Arial", "MicrosoftYaHei-Bold", "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", sans-serif;

}



h1,

h2,

h3,

h4,

h5,

h6,

p,

ul,

li,

dl,

dt,

dd {

    margin: 0;

    padding: 0;

}



input,

button {

    background: none;

    outline: none;

    border: none;

}



ul,

ol {

    list-style: none;

}



img {

    border: none;

    display: block;

}



/*a {

    text-decoration: none;

    color: inherit;

    display: block;

}

*/

.dis-n {

    display: none;

}



.dis-b {

    display: block;

}



.confix::after,

.clearfix::after {

    content: "";

    display: block;

    clear: both;

}



.yz-title {

    font-size: 20px;

    color: #5CB531;

    position: relative;

    text-align: center;

}





.yz-subtitle {

    font-size: 16px;

    font-family: Verdana;

    font-weight: bold;

    color: #EDEDED;

    line-height: 26px;

    text-transform: uppercase;

    text-align: center;

}



.w-1500 {

    width: 90%;

    margin: 0 auto;

}





/********************** banner **********************/

.banner {

    width: 100%;

    overflow: hidden;

    position: relative;

}



.banner img {

    width: 100%;

}



.banner .swiper-slide {

    position: relative;

}



.banner .swiper-slide .banner-det {

    position: absolute;

    top: 20%;

    left: 50%;

    width: 90%;

    transform: translateX(-50%);

    -webkit-transform: translateX(-50%);

    -moz-transform: translateX(-50%);

    -ms-transform: translateX(-50%);

    -o-transform: translateX(-50%);

}



.banner .swiper-slide .banner-det .banner-tit {

    font-size: 18px;

    color: #FFF;

    line-height: 30px;

    font-weight: bold;

    letter-spacing: 2px;

    text-align: center;

}



.banner .swiper-slide .banner-det a {

    width: 80px;

    height: 30px;

    line-height: 30px;

    font-size: 16px;

    margin: 10px auto;

    color: #FFFFFF;

    text-align: center;

    border: 2px solid #FFFFFF;

    border-radius: 8px;

    -webkit-border-radius: 8px;

    -moz-border-radius: 8px;

    -ms-border-radius: 8px;

    -o-border-radius: 8px;

    transition: 0.3s all;

    -webkit-transition: 0.3s all;

    -moz-transition: 0.3s all;

    -ms-transition: 0.3s all;

    -o-transition: 0.3s all;

}



.banner .swiper-slide .banner-det a:hover {

    border: 2px solid #5db532;

    background-color: #5db532;

}



.banner .mouse {

    position: absolute;

    bottom: 50px;

    width: 100%;

    z-index: 99;

}



.banner .mouse span {

    display: block;

    width: 100%;

    text-align: center;

    color: #fff;

    letter-spacing: 2px;

}



.banner .mouse i {

    display: block;

    font-size: 46px;

    margin-top: 10px;

    color: #fff;

    text-align: center;

}



@keyframes up {

    0% {

        transform: translateY(0px);

        -webkit-transform: translateY(0px);

        -moz-transform: translateY(0px);

        -ms-transform: translateY(0px);

        -o-transform: translateY(0px);

    }



    50% {

        transform: translateY(-10px);

        -webkit-transform: translateY(-10px);

        -moz-transform: translateY(-10px);

        -ms-transform: translateY(-10px);

        -o-transform: translateY(-10px);

    }



    100% {

        transform: translateY(0);

        -webkit-transform: translateY(0);

        -moz-transform: translateY(0);

        -ms-transform: translateY(0);

        -o-transform: translateY(0);

    }

}



.banner .mouse i {

    animation: up 2s infinite linear;

    -webkit-animation: up 2s infinite linear;

}





/*************************** 关于 ********************/

.about {

    padding: 30px 0;

}





.about .hd {

    margin-top: 30px;

}



.about .hd .item {

    text-align: center;

    width: 25%;

    height: 100%;

    font-size: 14px;

    float: left;

    padding: 5px 0;

    position: relative;

    background: #fff;

    cursor: pointer;

    transition: 0.5s all;

    -webkit-transition: 0.5s all;

    -moz-transition: 0.5s all;

    -ms-transition: 0.5s all;

    -o-transition: 0.5s all;

}



.about .hd .item.on,

.about .hd .item:hover {

    background: #5CB531;

    color: #fff;

}

.about .hd .item.on a,

.about .hd .item:hover a{
	color: #fff;
}



.about .hd .item.on i,

.about .hd .item:hover i {

    color: #fff;

    transition: 0.5s all;

    -webkit-transition: 0.5s all;

    -moz-transition: 0.5s all;

    -ms-transition: 0.5s all;

    -o-transition: 0.5s all;

}



.about .hd .item::after {

    content: "";

    display: block;

    width: 1px;

    height: 40px;

    background: #E5E5E5;

    position: absolute;

    right: 0;

    top: 5px;

}



.about .hd .item:last-child:after {

    display: none;

}



.about .hd .on.item::after,

.about .hd .item:hover::after {

    display: none;

}



.about .hd .item i {

    display: block;

    margin: 5px auto;

    font-size: 20px;

    color: #999;

}



.about .bd {

    width: 100%;

}



.about .bd .about-cont {

    margin-top: 10px;

}



.about .bd .about-t {

    position: relative;

}



.about .bd .about-t .abt-tit {

    font-size: 20px;

    color: #5CB531;

    position: relative;

    z-index: 2;

    text-align: center;

}



.about .bd .about-t .abt-subtit {

    font-size: 16px;

    font-family: Verdana;

    font-weight: bold;

    color: #EDEDED;

    line-height: 26px;

    text-transform: uppercase;

    text-align: center;

}



.about .bd .about-cont .about-info {

    margin-top: 25px;

    font-size: 14px;

    color: #444;

    line-height: 28px;

}



/***************解决方案 *****************/

.solutions {

    margin: 20px 0;

}



.solutions .solu-cont {

    margin-top: 10px;

}



.solu-box {

    height: 100%;

    margin-bottom: 1px;

    display: flex;

    justify-content: space-between;

}



.solu-box .solu-box-list {

    float: left;

    height: 130px;

    position: relative;

    overflow: hidden;

}



.solu-bg1 {

    background: #F0F0F0;

}



.solu-bg2 {

    background: #F7F7F7;

}



.solu-wth1 {

    width: calc(50% - 1px);

}



.solu-wth2 {

    width: calc(33.3% - 1px)

}



.solu-box-index1 {

    height: 00px;

    width: 00px;

    position: absolute;

    bottom: 0px;

    right: 0px;

    overflow: hidden;

    background: #000;

    border-radius: 60px;

    transition: all 0.5s ease;

    -webkit-transition: all 0.5s ease;

    -moz-transition: all 0.5s ease;

    -ms-transition: all 0.5s ease;

    -o-transition: all 0.5s ease;

}



.solu-box-index1 img {

    right: 0px;

    bottom: 0px;

    width: auto;

    position: absolute;

    max-width: none;

    transition: 0.5s all;

    -webkit-transition: 0.5s all;

    -moz-transition: 0.5s all;

    -ms-transition: 0.5s all;

    -o-transition: 0.5s all;

}



.solu-box-index2 {

    position: absolute;

    top: 30px;

    left: 15px;

    width: 100%;

}



.solu-box-index2 p {

    font-size: 14px;

    color: #666;

    line-height: 20px;

}



.solu-box-index2 p:nth-of-type(2) {

    margin-top: 10px;

}



.solu-box-index2 p span {

    display: block;

    padding-bottom: 10px;

    font-size: 14px;

    color: #222;

}



.solu-box-list:hover .solu-box-index2 p {

    color: #fff;

}



.solu-box-list:hover .solu-box-index2 p span {

    color: #fff;

}



.solu-box-list:hover .solu-box-index1 {

    width: 100%;

    height: 100%;

    right: 0;

    bottom: 0;

    border-radius: 0;

    -webkit-border-radius: 0;

    -moz-border-radius: 0;

    -ms-border-radius: 0;

    -o-border-radius: 0;

}



.solu-box-list:hover .solu-box-index1 img {

    opacity: 0.5;

}



/***************品牌合作 *****************/



.brand {

    background: url("../images/hzpp_bg.jpg")no-repeat;

    background-position: center;

    padding: 20px 0;

}



.brand-l {}



.brand-l .brand-cont {

    font-size: 16px;

    color: #444;

    line-height: 32px;

    margin-top: 40px;

}



.brand-l .brand-more {

    font-size: 14px;

    color: #444;

    width: 100px;

    margin-top: 20px;

    text-align: center;

    line-height: 30px;

    background: #FFF;

    border-radius: 5px;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    -ms-border-radius: 5px;

    -o-border-radius: 5px;

    transition: 0.3s all;

    -webkit-transition: 0.3s all;

    -moz-transition: 0.3s all;

    -ms-transition: 0.3s all;

    -o-transition: 0.3s all;

}



.brand-l .brand-more:hover {

    color: #5CB531;

}



.brand-r {

    display: inline-block;

    width: 100%;

    margin-top: 20px;

}



.brand-r ul {

    margin-bottom: 30px;

    display: flex;

    justify-content: center;

}



.brand-r ul li {

    width: 190px;

    height: 100px;

    background: url("../images/box.png")no-repeat;

    background-size: 100%;

    background-position: center;

    position: relative;

    transition: .5s all;

    -webkit-transition: .5s all;

    -moz-transition: .5s all;

    -ms-transition: .5s all;

    -o-transition: .5s all;

}



.brand-r ul li:hover {

    transform: scale(1.2);

    -webkit-transform: scale(1.2);

    -moz-transform: scale(1.2);

    -ms-transform: scale(1.2);

    -o-transform: scale(1.2);

}



.brand-r ul li img {

    width: 70%;

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    -webkit-transform: translate(-50%, -50%);

    -moz-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    -o-transform: translate(-50%, -50%);

}



.news {

    margin: 10px 0;

    position: relative;

}



.news .hd {

    width: 100%;

    margin: 10px auto;

    display: flex;

    justify-content: center;

}



.news .hd .item {

    display: inline-block;

    padding: 0 10px;

    font-size: 16px;

    position: relative;

    cursor: pointer;

    color: #222;

    transition: 0.5s all;

    -webkit-transition: 0.5s all;

    -moz-transition: 0.5s all;

    -ms-transition: 0.5s all;

    -o-transition: 0.5s all;

}





.news .hd .item::after {

    content: "";

    display: block;

    height: 10px;

    width: 1px;

    background: #666;

    position: absolute;

    right: 0;

    top: 8px;

}



.news .hd .item:last-child:after {

    display: none;

}



.news .hd .item.on,

.news .hd .item:hover {

    color: #5CB531;

}



.news .hd .item.on::before,

.news .hd .item:hover::before {

    content: "";

    display: block;

    width: 22px;

    height: 2px;

    background: #5CB531;

    position: absolute;

    bottom: -5px;

    left: calc(50% - 11px);

}



.news .bd {

    margin-top: 20px;

}



.news .bd ul {

    display: flex;

    justify-content: space-between;

    flex-wrap: wrap;

}



.news .bd ul li {

    width: 48%;

    margin-bottom: 10px;

    background: #fff;

    border: 1px solid #EEEEEE;

    transition: 0.3s all;

    -webkit-transition: 0.3s all;

    -moz-transition: 0.3s all;

    -ms-transition: 0.3s all;

    -o-transition: 0.3s all;

}



.news .bd ul li:hover {

    box-shadow: 0px 4px 10px 3px rgba(92, 92, 92, 0.09);

}



.news .bd ul li .news-img {

    height: 100px;

    overflow: hidden;

}



.news .bd ul li .news-img img {

    width: 100%;

    transition: 0.8s all ease-in-out;

    -webkit-transition: 0.8s all ease-in-out;

    -moz-transition: 0.8s all ease-in-out;

    -ms-transition: 0.8s all ease-in-out;

    -o-transition: 0.8s all ease-in-out;

}



.news .bd ul li:hover .news-img img {

    transform: scale(1.1);

    -webkit-transform: scale(1.1);

    -moz-transform: scale(1.1);

    -ms-transform: scale(1.1);

    -o-transform: scale(1.1);

}



.news .bd ul li .news-tit {

    padding: 10px 0;

    margin: 0 10px;

    border-bottom: 1px solid #eee;

}



.news .bd ul li .news-tit p {

    font-size: 14px;

    font-weight: bold;

    display: inline-block;

    width: 100%;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    transition: 0.5s all;

    -webkit-transition: 0.5s all;

    -moz-transition: 0.5s all;

    -ms-transition: 0.5s all;

    -o-transition: 0.5s all;

}



.news .bd ul li .news-tit span {

    color: #999;

    font-size: 12px;

    transition: 0.5s all;

    -webkit-transition: 0.5s all;

    -moz-transition: 0.5s all;

    -ms-transition: 0.5s all;

    -o-transition: 0.5s all;

}



.news .bd ul li .news-cont {

    font-size: 14px;

    color: #666;

    line-height: 26px;

    height: 78px;

    padding: 0 10px;

    margin: 10px 0;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 3;

}



.news .bd ul li:hover .news-tit p,

.news .bd ul li:hover .news-tit span {

    color: #5CB531;

}