.about-tt {

    width: 270px;
    line-height: 61px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background-color: #558521;
    display: flex;

}

.about-tt span {

    width: 0px;
    height: 0;
    display: block;
    border-top: 10px solid transparent;
    border-left: 13px solid #fff;
    border-bottom: 10px solid transparent;
    margin-top: 18px;
    margin-left: 65px;
    margin-right: 20px;

}

.about-tt-item {

    width: 270px;
    line-height: 61px;
    font-size: 18px;
    color: #fff !important;
    display: block;
    text-align: center;
    background-color: #8bb400;
    margin-top: 20px;
}

.about-tt-item:hover {

    color: #fff;
    background-color: #558521;
}

.about-nav {
    margin-bottom: 60px;
}

.ab-tt {

    background: url(../images/tt.png) 0 10px no-repeat;
    margin: 0 auto;
    width: 162px;
    text-align: center;
    font-size: 20px;
    /* line-height: 10px; */

}

.ab-tts {

    background: url(../images/tti.png) 0 10px no-repeat;
    margin: 0 auto;
    width: 210px;
    text-align: center;
    font-size: 18px;
    /* line-height: 10px; */

}

.ab-tt-cont {
    text-align: center;
    margin-top: 35px;
    font-size: 18px;
}

.ab-tt-cont span {

    display: block;
    width: 34px;
    height: 2px;
    background-color: #8bb400;
    margin: 0 auto;
    margin-top: 18px;
}

.about-cont-p {

    margin-top: 30px;

}

.about-cont-p p {
    font-size: 16px;
    line-height: 1.8em;
    text-indent: 2em;
    margin-bottom: 15px;
}

.about-list-gswh .about-list-gswh-item {
    width: 230px;
    float: left;
    height: 240px;
    margin-right: 37px;
    margin-bottom: 50px;
    cursor: pointer;

}

.about-list-gswh .about-list-gswh-item:nth-child(3n) {

    margin-right: 0;
}

.about-list-gswh {
    margin-top: 45px;
}

.about-list-gswh .about-list-gswh-item .img {

    width: 106px;
    height: 106px;
    border-radius: 50%;
    background-color: #558521;
    overflow: hidden;
    text-align: center;
    line-height: 106px;
    margin: 0 auto;
}

.about-list-gswh .about-list-gswh-item .img img {

    width: 50px;
    transition: 0.5s ease;
}

.about-list-gswh .about-list-gswh-item .tisq {

    text-align: center;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;

}

.about-list-gswh .about-list-gswh-item p {

    text-align: center;
    line-height: 1.8em;
    font-size: 14px;
}

.about-list-gswh .about-list-gswh-item:hover img {
    transform: rotate(360deg);
}

.about-list-hz {

    margin-top: 30px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 15px 6px;
}

.about-list-hz .swiper-slide {

    height: 140px;
    text-align: center;
    line-height: 140px;
    cursor: pointer;
    transition: 0.5s ease;
    background-color: #edf3e9;
}

.about-list-hz .swiper-slide img {

    width: 80%;
}

.about-list-hz .swiper-slide:hover {


    -webkit-box-shadow: 0 0px 10px #e9e9e9;
    box-shadow: 0 0px 10px #e9e9e9;
    background-color: #fff;
}

.product-nav-item {

    margin-bottom: 15px;
}

.product-nav-tt {

    width: 270px;
    line-height: 61px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background-color: #558521;
    display: flex;
    position: relative;
    /*padding-right: 10px;*/
    cursor: pointer;
}

.product-nav-tt a {    
    color: #fff;
    margin-left: 30px;
}

.product-nav-tt span {

    width: 0px;
    height: 0;
    display: block;
    border-top: 8px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 8px solid transparent;
    margin-top: 22px;
    margin-left: 45px;
    margin-right: 20px;
    position: absolute;
    right: 0;
    transition: 0.5s ease;


}

.product-nav-tt span.active_span {
    transform: rotate(90deg);
}



.product-nav-list {

    /* margin-top: 15px; */
    display: none;
}

.product-nav-list-item {

    width: 270px;
    line-height: 61px;
    font-size: 18px;
    color: #fff !important;
    display: block;
    text-align: center;
    background-color: #8bb400;
    margin-top: 20px;
}

.product-nav-list-item:hover {

    color: #fff;
    background-color: #558521;
}

.pro-cont-desc {

    width: 96%;
    padding: 15px 2%;
    line-height: 1.8em;
    background-color: #f6f6f6;
    margin-top: 30px;
}

.product-list {

    margin-top: 30px;
}

.product-list-item {

    width: 240px;
    height: 357px;
    float: left;
    overflow: hidden;
    background-color: #f6f6f6;
    margin-right: 19px;
    margin-bottom: 20px;
    text-align: center;
    transition: 0.5s ease;
    cursor: pointer;

}

.product-list-item:hover {
    -webkit-box-shadow: 0 0px 10px #e9e9e9;
    box-shadow: 0 0px 10px #e9e9e9;
    background-color: #fff;
}

.product-list-item .img {

    width: 186px;
    height: 186px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    line-height: 186px;
    margin-top: 20px;
    display: block;
    margin-bottom: 32px;
    transition: 0.5s ease;
}

.product-list-item .img img {

    height: 100%;
}

.product-list-item:nth-child(3n) {

    margin-right: 0;
}

.product-list-item .pro-tt {

    color: #558521;
    font-size: 18px;
    display: block;
    padding: 0 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.product-list-item .mo {

    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-top: 30px;
    padding: 0 20px;
}



.product-list-item .mo p:nth-child(1) {

    border-radius: 5px;
    border: 1px solid #558521;
    color: #558521;
    width: 70px;
    font-size: 14px;
    height: 27px;
    line-height: 29px;
    text-align: center;
}

.product-list-item .mo p:nth-child(2) {

    border-radius: 5px;
    border: 1px solid #558521;
    color: #fff;
    background-color: #558521;
    width: 70px;
    height: 27px;
    font-size: 14px;
    line-height: 29px;
    text-align: center;
}

.product-list-item:hover .img {
    transform: translateY(10px);
}

.pages {
    padding: 30px 0;
    /* background-color: #fff; */
}

#pages {
    /* padding-top: 30px; */
    margin: 0px auto;
    display: table;

}


#pages li {
    list-style: none;
    float: left;
    width: 32px;
    display: inline-block;
    margin-left: 10px;
    text-align: center;
    border: 1px solid #ccc;
    height: 32px;
    line-height: 32px;
    transition: 0.5s ease;
    cursor: pointer;
    border-radius: 6px;
}

#pages li:hover {
    background-color: #558521;
}

#pages li a {
    padding: 0;
    font-size: 16px;
    line-height: inherit;
    border: none;
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
}

#pages li a:hover {
    background-color: #558521;
    color: #fff;
}

#pages li.active {
    background-color: #558521;
    color: #fff;
    border: 1px solid #558521;
}

#pages li.active a {
    color: #fff;
}

#pages li span {
    font-size: 16px;
}

#pages li.disabled {
    color: #ccc;
}

.news-main {

    margin-top: 35px;
}

.news-main .news-list-item {
    width: 1150px;
    display: block;
    margin: 0 auto;
    height: 230px;
    /* margin-bottom: 20px; */
    background-color: #fff;
    transition: 0.5s ease;
    position: relative;
    padding: 0 25px;
    border-bottom: 1px dashed #ccc;

}

.news-main .news-list-item:hover {

    background-color: #558521;
    -webkit-box-shadow: 0 0px 10px #e9e9e9;
    box-shadow: 0 0px 10px #e9e9e9;
    /* background-color: #fff; */
}

.news-main .news-list-item .img {

    width: 300px;
    margin-right: 30px;
    height: 170px;
    overflow: hidden;
    float: left;
    margin-top: 30px;
    z-index: 3;
    position: relative;
}

.news-main .news-list-item .img img {

    width: 100%;
    height: 100%;

    transition: 0.5s ease;
}

.news-main .news-list-item .titlea {

    width: 720px;
    padding-top: 10px;
    float: left;
    margin-top: 30px;
    z-index: 3;
    position: relative;
    /* margin-top: ; */
}

.news-main .news-list-item .titlea .tti {

    font-size: 16px;
    margin-bottom: 30px;

}

.news-main .news-list-item .titlea p {

    color: #999999;
    overflow: hidden;
    /** 隐藏超出的内容 **/
    word-break: break-all;
    text-overflow: ellipsis;
    /** 多行 **/
    display: -webkit-box;
    /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical;
    /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 2;
    /** 显示的行数 **/
    margin-bottom: 15px;
    line-height: 1.8em;
}

.news-main .news-list-item .titlea .tips {

    display: flex;
    margin-top: 30px;
}

.news-main .news-list-item .titlea .tips p {

    margin-right: 20px;
}

.news-main .news-list-item .date {

    float: right;
    border-left: 1px solid #999;
    padding-left: 40px;
    margin-top: 85px;

    z-index: 3;
    position: relative;
}

.news-main .news-list-item .date .date_year {

    font-size: 24px;
}

.news-main .news-list-item .date .date_month {
    margin-left: 6px;
    margin-top: 2px;
}

.news-main .news-list-item:hover {



    /* transform: translateY(-20px); */
    border-bottom: 0;
    color: #fff;
}

.news-main .news-list-item:hover p {

    color: #fff;
}



.news-main .news-list-item:hover .date {
    border-left: 1px solid #fff;
}

.news-main .news-list-item:hover img {

    transform: scale(1.1);
}

.ypsq-main,
.contact-main {

    width: 920px;
    background-color: #fff;
    padding: 0 140px;
    height: 1290px;
    padding-top: 55px;
}

.contact-main {

    height: 100%;
}

.ypsq-main .ypsq-desc {

    background-color: #edf3e9;
    padding: 15px 40px;
    font-size: 16px;
    color: #558521;
    line-height: 1.8em;
}

.ypsq-main .ypsq-tit {

    font-size: 24px;
    margin: 40px 0;
}

.ypsq-main .layui-form-label {

    display: flex;
    float: none;
}

.ypsq-main .ypsq-t {

    font-size: 16px;
    margin-bottom: 30px;
    color: #558521;
    display: flex;
}

.ypsq-main .ypsq-t span {

    display: block;
    width: 4px;
    height: 4px;
    background-color: #558521;
    border-radius: 10px;
    margin-top: 10px;
    margin-right: 8px;
}

.ypsq-main .layui-form-label {

    width: 300px;
    font-size: 16px;
    padding: 0;
    margin-bottom: 15px;
    /* color: #558521; */
}

.ypsq-main .layui-input-block {

    margin: 0;
}

.ypsq-main .layui-input-block input {
    background-color: #f1f1f1;
    height: 40px;
}

.ypsq-main .layui-form-item {

    width: 400px;
    float: left;

    clear: none;
}

.contact-main .layui-form-item {

    width: 400px;
    float: left;
    margin-bottom: 25px;
    clear: none;
}

.ypsq-main .layui-form-item:nth-child(2n) {

    float: right;
}

.ypsq-main button {

    background-color: #558521;
    width: 105px;
    height: 47px;
    margin-top: 40px;
}

.join-main {
    width: 1120px;
    padding: 40px;
    padding-bottom: 20px;
    background-color: #fff;
}

.join-nav {
    width: 1120px;
    display: flex;
    background-color: #558521;
}

.join-nav-item {

    width: 280px;
    line-height: 60px;
    color: #fff;
    text-align: center;
}

.join-list-item {
    width: 100%;
}

.join-list-item .to {

    display: flex;
    height: 60px;
    cursor: pointer;
    border: 1px solid #ededed;
}

.join-list-item .to p {

    width: 280px;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
}

.join-list-item .cont {

    padding: 40px 60px;
    padding-left: 80px;
    display: none;
    background-color: #f6f6f6;
}

.join-list-item .cont .tt {

    font-weight: 700;
    margin-bottom: 10px;
}

.join-list-item .cont p {
    line-height: 1.8em;
}

.show-main {

    width: 1150px;
    background-color: #fff;
    padding: 25px;
    margin-top: 30px;
}

.show-main h1 {

    font-size: 20px;
}

.show-main .titles {

    text-align: center;

    margin-bottom: 25px;
}

.show-main .titles .tis {

    display: flex;
    margin: 20px auto;
    width: 400px;
    justify-content: space-between;
}

.show-main .cont img {

    max-width: 100%;
    width: auto;
}

.show-main .cont p {

    line-height: 1.9em;
}

.syy {

    width: 1150px;
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    margin-bottom: 25px;
    background-color: #fff;
    padding: 25px;
}


.contact-main .ypsq-t {

    font-size: 16px;
    margin-bottom: 30px;
    color: #ff8001;
    display: flex;
}

.contact-main .ypsq-t span {

    display: block;
    width: 4px;
    height: 4px;
    background-color: #ff8001;
    border-radius: 10px;
    margin-top: 10px;
    margin-right: 8px;
}

.mo-shengqingyangping {

    cursor: pointer;
}