@import url(yzui.css);
body {
    font-size: 0px;
}

@media (min-width:1200px) {
    /* 导航部分 */
    .head {
        width: 100%;
        height: 90px;
        display: inline-block;
        position: absolute;
        ;
        top: 0px;
        left: 0px;
        background: #fff;
        z-index: 999;
    }
    .head h1 {
        float: left;
        height: 90px;
    }
    .head h1 a {
        display: inline-block;
        line-height: 60px;
        margin: 15px 0px;
    }
    .head h1 img {
        vertical-align: bottom;
    }
    .head .nav {
        float: right;
    }
    .head .nav ul {
        margin-left: -24px;
        float: left;
    }
    .head .nav ul li {
        float: left;
        text-align: center;
        margin-left: 24px;
        height: 90px;
        line-height: 90px;
    }
    .head .nav ul li a {
        display: inline-block;
        font-size: 18px;
        font-weight: normal;
        color: #000;
        position: relative;
        padding: 0px 18px;
    }
    .head .nav ul li:hover a,
    .head .nav ul li.active a {
        color: #359c43;
    }
    .head .nav ul li a::after,
    .head .nav ul li.active a::after {
        content: '';
        position: absolute;
        bottom: 10px;
        left: 0px;
        width: 0%;
        height: 2px;
        background: #359c43;
        transition: 1s;
    }
    .head .nav ul li:hover a::after,
    .head .nav ul li.active a::after {
        width: 100%;
    }
    .head .nav .search {
        float: right;
        width: 20px;
        position: relative;
        margin-top: 35px;
        cursor: pointer;
        margin-left: 30px;
    }
    .head .nav .search .sear {
        width: 100%;
        vertical-align: middle;
    }
    .head .nav .search form {
        display: none;
        width: 400px;
        height: 60px;
        background: #fff;
        position: absolute;
        top: 55px;
        right: 0px;
        padding: 0px 10px;
    }
    .head .nav .search input {
        float: left;
        width: 80%;
        border: 0px;
        background: #eee;
        padding: 0px 5px;
        height: 40px;
        margin-top: 10px;
    }
    .head .nav .search button {
        float: right;
        background: none;
        border: 0px;
        width: 20%;
        height: 40px;
        margin-top: 10px;
        cursor: pointer;
        background: #359c43;
        color: #fff;
    }
}


/* banner部分 */

.m_banner {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banner-swiper {
    width: 100%;
    display: inline-block;
}

.banner-swiper .swiper-slide {
    position: relative;
}

.banner-swiper .swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-swiper .swiper-slide img.img {
    width: 100%;
    height: 100%;
}

.banner-swiper .swiper-slide .ani {
    position: absolute;
    top: 40%;
    left: 13.5%;
}

.banner-swiper .swiper-slide .ani span {
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    text-shadow: 3px 5px 10px rgba(0, 0, 0, 0.6);
}

.banner-swiper .swiper-slide .ani p {
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    margin-top: 35px;
}

.banner-swiper .banner-pagination {
    bottom: 40px;
}

.banner-swiper .banner-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    background: rgba(255, 255, 255, 1);
    opacity: 0.6;
    margin: 0 10px;
    border-radius: 0px;
}

.banner-swiper .banner-pagination .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 1);
    opacity: 1;
}


/* 关于我们部分 */

.m_about {
    display: inline-block;
    width: 100%;
    padding: 80px 0px;
    background: #fff;
}

.m_about .al {
    display: inline-block;
    width: 53.57%;
}


/* .m_about .al p{background:url(../images/About_us.png) no-repeat center center;} */

.m_about .al b {
    display: inline-block;
    width: 100%;
    font-size: 36px;
    font-weight: bold;
    line-height: 32px;
    color: #ccc;
    opacity: 0.2;
}

.m_about .al span {
    display: inline-block;
    width: 100%;
    margin-top: -15PX;
    font-style: normal;
    font-size: 30px;
    font-weight: normal;
    line-height: 30px;
    color: #359c43;
}

.m_about .al p {
    width: 93.45%;
    margin-top: 30px;
    font-style: normal;
    font-size: 16px;
    font-weight: normal;
    line-height: 32px;
    color: #666;
    height: 224px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
}

.m_about .al .more {
    margin-top: 33px;
    width: 100%;
    text-align: left;
}

.m_about .al .more a {
    display: inline-block;
    width: 150px;
    height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 40px;
    color: #fff;
    background-color: #359c43;
}

.m_about .al .ab {
    width: 93.45%;
    margin-top: 35px;
    padding: 30px 0px 0px 0px;
    border-top: 1px solid #eee;
}

.m_about .al .ab .ab1 {
    display: inline-block;
}

.m_about .al .ab .abk {
    display: inline-block;
    margin-left: 4%;
}

.m_about .al .ab .abk:nth-child(1) {
    margin-left: 0%;
}

.m_about .al .ab .ab2 {
    display: inline-block;
    margin-left: 15px;
    width: 1px;
    height: 40px;
    background-color: #ccc;
}

.m_about .al .ab .ab3 {
    display: inline-block;
    margin-left: 15px;
}

.m_about .al .ab .ab4 {
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    color: #359c43;
}

.m_about .al .ab .ab5 {
    font-style: normal;
    font-size: 14px;
    font-weight: normal;
    line-height: 32px;
    color: #999;
}

.m_about .ar {
    float: right;
    width: 46.43%;
}

.m_about .ar img {
    width: 100%;
}


/* 产品中心部分 */

.product {
    display: inline-block;
    width: 100%;
    background: #f7f7f7;
    padding: 60px 0px;
}

.bt {
    width: 100%;
    text-align: center;
}

.bt p:nth-child(1) {
    width: 100%;
    text-align: center;
    font-size: 36px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #ccc;
    opacity: 0.2;
}

.bt p:nth-child(2) {
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    line-height: 30px;
    color: #359c43;
    margin-top: -10px;
}

.bt p:nth-child(2) span {
    display: inline-block;
    width: 100px;
    height: 1px;
    background: #ccc;
    margin: 0px 20px;
    vertical-align: middle
}

.product .pro {
    width: 100%;
}

.product .pro .prod {
    margin-left: -1.44%;
}

.product .pro .pro1 {
    display: inline-block;
    width: 23.56%;
    margin-top: 40px;
    margin-left: 1.44%;
}

.product .pro .pro1:hover img {
    transform: scale(1.1);
    cursor: pointer;
    transition: all 0.6s;
}

.product .pro .pro1>a {
    display: inline-block;
    width: 100%;
    border: 1px solid #ccc;
    transition: 1s;
}

.product .pro .pro1 img {
    width: 100%;
}

.product .pro .pro1 p {
    margin-top: 20px;
    font-size: 18px;
    font-weight: normal;
    line-height: 32px;
    color: #333;
    text-align: center;
}

.product .pro .pro1:hover>a {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.product .pro .pro1:hover p a {
    color: #359c43;
}

.more {
    display: inline-block;
    text-align: center;
    margin-top: 33px;
    width: 100%;
}

.more a {
    display: inline-block;
    width: 150px;
    font-size: 14px;
    font-weight: normal;
    line-height: 40px;
    color: #fff;
    height: 40px;
    background-color: #359c43;
}


/* 经典案例部分 */

.case {
    width: 100%;
    padding: 60px 0px 60px 0px;
}

.case .cbt {
    width: 100%;
    height: 29px;
    background: url(../images/Classic_cases.png) no-repeat center center;
    text-align: center;
}

.case .cbt .cbt1 {
    text-align: center;
    width: 100px;
    height: 1px;
    background-color: #ccc;
}

.case .cbt .cbt2 {
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    line-height: 55px;
    color: #359c43;
}

.case .cbt .cbt3 {
    text-align: center;
    width: 100px;
    height: 1px;
    background-color: #ccc;
}

.case .caselb {
    margin-top: 40px;
    width: 100%;
    display: inline-block;
}

.case .caselb .case1 {
    display: inline-block;
    position: relative;
    width: 25%;
    overflow: hidden;
}

.case .caselb .case1 a img {
    width: 100%;
}

.case .caselb .case1 .txt {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    padding: 50px 40px 40px 40px;
}

.case .caselb .case1 .txt b a {
    font-style: normal;
    font-size: 26px;
    font-weight: normal;
    line-height: 40px;
    color: #fff;
    height: 80px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.case .caselb .case1 .txt p {
    margin-top: 25px;
    width: 60px;
    height: 2px;
    background-color: #fff;
}

.case .caselb .case1 .txt1 {
    position: absolute;
    top: -100%;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: all 1s;
    background: rgba(53, 156, 67, 0.94);
    padding: 60px 40px 40px 40px;
}

.case .caselb .case1:hover .txt {
    display: none;
}

.case .caselb .case1 .txt1 p {
    font-size: 26px;
    font-weight: normal;
    line-height: 40px;
    color: #fff;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 20px 0px;
}

.case .caselb .case1 .txt1 b {
    display: inline-block;
    margin-top: 40px;
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
    color: #fff;
    height: 280px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
}

.case .caselb .case1 .txt1 a {
    display: inline-block;
    margin-top: 55px;
    font-size: 16px;
    font-weight: normal;
    line-height: 42px;
    color: #fff;
    border-bottom: 2px solid #fff;
}

.case .caselb .case1 .txt1 i {
    margin-top: 20px;
    height: 2px;
    background-color: #fff;
}

.case .caselb .case1:hover .txt1 {
    top: 0%;
}


/* 媒体中心部分 */

.news {
    width: 100%;
    background-color: #f7f7f7;
    padding: 60px 0px 60px 0px;
}

.news .nbt {
    width: 30%;
    float: left;
    text-align: left;
}

.news .nbt b {
    display: inline-block;
    width: 100%;
    font-size: 36px;
    line-height: 30px;
    color: #ccc;
    opacity: 0.2;
}

.news .nbt p {
    font-size: 30px;
    font-weight: normal;
    line-height: 50px;
    color: #359c43;
    margin-top: -15px;
}

.news .newslb {
    float: right;
}

.news .newslb a {
    float: left;
    font-size: 16px;
    font-weight: normal;
    line-height: 40px;
    letter-spacing: 0px;
    margin-left: 60px;
    color: #000;
    margin-top: 20px;
}

.news .newslb a:hover,
.news .newslb a.current {
    border-bottom: 2px solid #359c43;
    color: #359c43;
}

.news .lb {
    display: inline-block;
    width: 100%;
    margin-top: 40px;
}

.news .lb .lbk {
    margin-left: -1.56%;
    display: none;
}

.news .lb .lb1 {
    display: inline-block;
    width: 31.77%;
    margin-left: 1.56%;
    overflow: hidden;
    border-radius: 10px;
}

.news .lb .lb1>a {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.news .lb .lb1>a img {
    width: 100%;
    transition: 1s;
}

.news .lb .lb1:hover>a img {
    transform: scale(1.1);
}

.news .lb .lb1 .lb1_d {
    width: 100%;
    background: #fff;
    padding: 20px 20px 20px 20px;
}

.news .lb .lb1 .lb1_d .day1 {
    font-size: 14px;
    font-weight: normal;
    line-height: 32px;
    color: #ccc;
}

.news .lb .lb1 .lb1_d .day2 {
    width: 100%;
    font-size: 20px;
    font-weight: normal;
    line-height: 40px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news .lb .lb1 .lb1_d .day3 {
    font-size: 14px;
    font-weight: normal;
    line-height: 28px;
    color: #666;
    height: 56px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news .lb .lb1 .lb1_d .day4 {
    font-size: 14px;
    font-weight: normal;
    line-height: 50px;
    color: #999;
}

.news .lb .lb1:hover a {
    color: #359c43;
}


/* 底部部分 */

.foot {
    width: 100%;
    padding: 30px 0px 0px 0px;
    background: #202020;
}

.foot .foot1 {
    display: inline-block;
    width: 100%;
    padding: 0px 0px 30px 0px;
    border-bottom: 1px solid #797979;
}

.foot .foot1 .fl {
    float: left;
}

.foot .foot1 .fn {
    float: right;
}

.foot .foot1 .fn ul {
    margin-left: -60px;
    margin-top: 40px;
}

.foot .foot1 .fn ul li {
    float: left;
    margin-left: 60px;
}

.foot .foot1 .fn ul li a {
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    color: #fff;
}

.foot .foot1 .fn ul li:hover a {
    color: #359c43;
}

.foot .foot2 {
    display: inline-block;
    width: 100%;
    margin-top: 60px;
}

.foot .foot2 .ewm {
    width: 11.42%;
    float: left;
}

.foot .foot2 .tel {
    float: left;
    width: 15.85%;
    margin-left: 8%;
}

.foot .foot2 .tel p {
    width: 100%;
}

.foot .foot2 .tel b {
    display: inline-block;
    font-style: normal;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    color: #999;
    margin-top: 20px;
}

.foot .foot2 .tel i {
    display: inline-block;
    margin-top: 30px;
    font-style: normal;
    font-size: 30px;
    font-weight: normal;
    line-height: 30px;
    color: #359c43;
}

.foot .foot2 .add {
    float: left;
    width: 25%;
    margin-left: 7%;
}

.foot .foot2 .add p {
    width: 100%;
}

.foot .foot2 .add b {
    display: inline-block;
    width: 100%;
    font-style: normal;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    color: #999;
    margin-top: 20px;
}

.foot .foot2 .add i {
    display: inline-block;
    width: 100%;
    font-style: normal;
    font-size: 16px;
    font-weight: normal;
    line-height: 32px;
    color: #fff;
    margin-top: 25px;
}

.foot .foot2 .wlj {
    float: right;
    display: inline-block;
    width: 25.71%;
    margin-left: 6.42%;
}

.foot .foot2 .wlj .up .nm {
    float: left;
    font-size: 16px;
    font-weight: normal;
    line-height: 32px;
    color: #999;
}

.foot .foot2 .wlj .up a {
    float: left;
    margin: 0px;
    margin-left: 20px;
    background: none;
    width: 36px;
    height: 36px;
}

.foot .foot2 .wlj .up a:nth-child(2) {
    background: url('../images/vx.png')no-repeat center center;
}

.foot .foot2 .wlj .up a:nth-child(3) {
    background: url('../images/wb.png')no-repeat center center;
}


/* .foot .foot2 .wlj .up .vx{float:left;margin-left:20px;}
.foot .foot2 .wlj .up .wb{float:left;margin-left:20px;} */

.foot .foot2 .wlj .down {
    width: 100%;
    margin-top: 40px;
}

.foot .foot2 .wlj .down select {
    width: 100%;
    height: 44px;
    line-height: 44px;
    cursor: pointer;
    border: none;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #000 url("../images/select.jpg") no-repeat right center;
    padding: 0px 45px 0px 40px;
    font-size: 16px;
    color: #fff;
}

.foot .foot3 {
    display: inline-block;
    width: 100%;
    margin-top: 60px;
    width: 100%;
    border-top: 1px solid #797979;
    font-size: 14px;
    font-weight: normal;
    line-height: 45px;
    color: #999;
}

.foot .foot3 a {
    color: #999;
    font-weight: normal;
}

.foot .foot3 a:hover {
    color: #359c43;
}

.foot .foot3 .foot3_l {
    float: left;
    font-weight: normal;
}

.foot .foot3 .foot3_r {
    float: right;
    font-weight: normal;
}


/* pagescon */

.pagescon {
    width: 100%;
    display: inline-block;
    padding: 60px 0px 100px;
    font-size: 16px;
    color: #666;
    line-height: 28px;
}


/* about.html */

.zw {
    height: 90px;
}

.banner {
    width: 100%;
}

.banner img {
    width: 100%;
}

.nav_son {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding: 25px 0px;
}

.nav_son a {
    display: inline-block;
    font-size: 18px;
    color: #333;
    padding: 0px 80px;
    height: 30px;
    line-height: 30px;
    border-right: 1px solid #ccc;
}

.nav_son a:nth-last-child(1) {
    border-right: 0px;
}

.nav_son a:hover,
.nav_son a.active {
    color: #359c43;
}

.about {
    width: 100%;
    display: inline-block;
}

.about .about1 {
    width: 100%;
    display: inline-block;
    padding: 60px 0px;
}

.about .a_tit {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.about .a_tit span {
    display: inline-block;
    width: 100%;
    font-size: 24px;
    line-height: 24px;
    color: #333;
}

.about .a_tit p {
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    color: #999;
    margin-top: 15px;
}

.about .a_titb span {
    color: #fff;
}

.about .a_titb p {
    color: #fff;
}

.about .about1 .about1_con {
    width: 100%;
    display: inline-block;
    margin-top: 35px;
    font-size: 16px;
    color: #666;
    line-height: 32px;
}

.about .about1 .about1_con img {
    max-width: 100%;
}

.about .about2 {
    width: 100%;
    display: inline-block;
    padding: 60px 0px 110px;
    background: url('../images/about_bg.jpg')no-repeat center center;
    background-size: 100% 100%;
}

.about .about2 .about2_con {
    width: 100%;
    margin-top: 55px;
    font-size: 20px;
    line-height: 40px;
    color: #ccc;
    text-align: center;
}

.about .about3 {
    width: 100%;
    display: inline-block;
    padding: 60px 0px 60px;
}

.about .about3 .about3_con {
    width: 100%;
    margin-top: 40px;
    text-align: center;
}

.about .about3 .about3_con img {
    max-width: 100%;
}

.about .about4 {
    width: 100%;
    display: inline-block;
    padding: 60px 0px 100px;
    background: #f7f7f7;
}

.about .about4 .about4_con {
    display: inline-block;
    width: 100%;
    margin-top: 40px;
    position: relative;
}

.about .about4 .about4_con .swiper-slide {
    padding: 1px;
}

.about .about4 .about4_con .swiper-slide a {
    display: inline-block;
    width: 100%;
    background: #fff;
    border: solid 1px #ccc;
    padding: 10px;
}

.about .about4 .about4_con .swiper-slide a img {
    width: 100%;
    max-height: 100%;
}

.about .about4 .about4_con .swiper-button-next,
.about .about4 .about4_con .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background-size: 40px 40px;
}

.about .about4 .about4_con .swiper-button-prev,
.about .about4 .about4_con .swiper-container-rtl .swiper-button-next {
    background-image: none;
    left: -60px;
    right: auto;
    background: url('../images/about_l.png')no-repeat center center;
    background-size: 100% 100%;
}

.about .about4 .about4_con .swiper-button-next,
.about .about4 .about4_con .swiper-container-rtl .swiper-button-prev {
    background-image: none;
    right: -60px;
    left: auto;
    background: url('../images/about_r.png')no-repeat center center;
    background-size: 100% 100%;
}


/* business */

.business {
    width: 100%;
    display: inline-block;
    padding: 60px 0px 100px;
}

.business .item {
    width: 100%;
    display: inline-block;
}

.business .item ul {
    margin: -40px 0px 0px -1%;
}

.business .item ul li {
    float: left;
    width: 24%;
    margin: 40px 0px 0px 1%;
}

.business .item ul li a {
    display: inline-block;
    width: 100%;
}

.business .item ul li a span {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.business .item ul li a span img {
    width: 100%;
    transition: 1s;
}

.business .item ul li:hover a span img {
    transform: scale(1.1);
}

.business .item ul li a p {
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
    line-height: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.business .item ul li:hover a p {
    color: #359c43;
}


/* business_view */

.business_view {
    width: 100%;
    display: inline-block;
    padding: 60px 0px 100px;
}

.business_view .business_viewup {
    width: 100%;
    display: inline-block;
}

.business_view .business_viewup .img {
    float: left;
    width: 47.14%;
}

.business_view .business_viewup .img img {
    width: 100%;
}

.business_view .business_viewup .text {
    float: right;
    width: 47.14%;
}

.business_view .business_viewup .text .tit {
    width: 100%;
    border-bottom: 1px solid #ccc;
    font-size: 30px;
    text-align: left;
    line-height: 32px;
    color: #359c43;
    padding: 20px 0px 30px;
}

.business_view .business_viewup .text .con {
    width: 100%;
    margin-top: 35px;
    font-size: 16px;
    line-height: 32px;
    color: #666;
}

.business_view .business_viewdown {
    width: 100%;
    display: inline-block;
    margin-top: 40px;
}

.business_view .business_viewdown .tit {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #ccc;
}

.business_view .business_viewdown .tit span {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    background: #359c43;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.business_view .business_viewdown .con {
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
    color: #666;
    line-height: 32px;
}

.business_view .business_viewdown .con img {
    max-width: 100%;
}


/* case */

.caselist {
    width: 100%;
    padding: 60px 0px 100px;
    display: inline-block;
}

.caselist .caselb {
    margin-top: -30px;
    width: 100%;
    display: inline-block;
    margin-left: -2.15%;
}

.caselist .caselb .case1 {
    display: inline-block;
    position: relative;
    width: 22.85%;
    margin-left: 2.15%;
    overflow: hidden;
    margin-top: 30px;
}

.caselist .caselb .case1 a img {
    width: 100%;
}

.caselist .caselb .case1 .txt {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    padding: 20px;
}

.caselist .caselb .case1 .txt b a {
    display: inline-block;
    font-style: normal;
    font-size: 20px;
    font-weight: normal;
    line-height: 32px;
    color: #fff;
    height: 62px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.caselist .caselb .case1 .txt p {
    margin-top: 25px;
    width: 60px;
    height: 2px;
    background-color: #fff;
}

.caselist .caselb .case1 .txt1 {
    position: absolute;
    top: -100%;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: all 1s;
    background: rgba(53, 156, 67, 0.94);
    padding: 30px 20px 20px;
}

.caselist .caselb .case1:hover .txt {
    display: none;
}

.caselist .caselb .case1 .txt1 p {
    font-size: 20px;
    font-weight: normal;
    line-height: 32px;
    color: #fff;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 15px 0px;
}

.caselist .caselb .case1 .txt1 b {
    display: inline-block;
    margin-top: 25px;
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
    color: #fff;
    height: 170px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

.caselist .caselb .case1 .txt1 a {
    display: inline-block;
    margin-top: 40px;
    font-size: 16px;
    font-weight: normal;
    line-height: 42px;
    color: #fff;
    border-bottom: 2px solid #fff;
}

.caselist .caselb .case1 .txt1 i {
    margin-top: 20px;
    height: 2px;
    background-color: #fff;
}

.caselist .caselb .case1:hover .txt1 {
    top: 0%;
}


/* article */

.newlist {
    width: 100%;
    display: inline-block;
    padding-bottom: 100px;
}

.newlist .item .item01 {
    display: inline-block;
    width: 100%;
    padding: 40px 0px;
    border-bottom: 1px dashed #ccc;
}

.newlist .item .item01 .img {
    float: left;
    width: 20.35%;
    overflow: hidden;
}

.newlist .item .item01 .img img {
    width: 100%;
    transition: 1s;
}

.newlist .item .item01:hover .img img {
    transform: scale(1.1);
}

.newlist .item .item01 .text {
    float: left;
    width: 58.2%;
    overflow: hidden;
    margin-left: 4.3%;
}

.newlist .item .item01 .text a:nth-child(1) {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 1s;
}

.newlist .item .item01:hover .text a:nth-child(1) {
    color: #359c43;
}

.newlist .item .item01 .text p {
    width: 100%;
    margin-top: 25px;
    font-size: 16px;
    line-height: 32px;
    color: #666;
    height: 64px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.newlist .item .item01 .text a:nth-child(3) {
    display: inline-block;
    margin-top: 20px;
    width: 150px;
    height: 40px;
    background: #eee;
    font-size: 14px;
    color: #666;
    line-height: 40px;
    text-align: center;
    transition: 0.5s;
}

.newlist .item .item01:hover .text a:nth-child(3) {
    background: #359c43;
    color: #fff;
}

.newlist .item .item01 .atime {
    float: right;
    width: 8.6%;
    text-align: center;
    padding: 27px 0px;
    background: #eee;
    transition: 0.5s;
}

.newlist .item .item01 .atime b {
    display: inline-block;
    width: 100%;
    font-size: 48px;
    line-height: 32px;
    color: #666;
    transition: 1s;
}

.newlist .item .item01 .atime p {
    width: 100%;
    margin-top: 15px;
    font-size: 16px;
    line-height: 16px;
    color: #666;
    font-weight: bold;
    transition: 1s;
}

.newlist .item .item01:hover .atime {
    background: #359c43;
}

.newlist .item .item01:hover .atime b,
.newlist .item .item01:hover .atime p {
    color: #fff;
}


/* view */

.view {
    width: 100%;
    display: inline-block;
    padding: 60px 0px 100px;
}

.view .view_tit {
    width: 100%;
    display: inline-block;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.view .view_tit span {
    width: 100%;
    display: inline-block;
    font-size: 30px;
    color: #111;
    line-height: 42px;
}

.view .view_tit p {
    width: 100%;
    font-size: 16px;
    color: #666;
    margin-top: 15px;
}

.view .view_con {
    width: 100%;
    display: inline-block;
    margin-top: 25px;
    font-size: 16px;
    line-height: 32px;
    color: #666;
    border-bottom: 1px solid #ccc;
    padding-bottom: 50px;
}

.view .view_con img {
    max-width: 100%;
}

.view .view_prvenext {
    width: 100%;
    display: inline-block;
    margin-top: 30px;
    font-size: 16px;
    line-height: 32px;
    color: #666;
}

.view .view_prvenext p:nth-child(1) {
    float: left;
    width: 49%;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.view .view_prvenext p:nth-child(2) {
    float: right;
    width: 49%;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* join */

.join {
    width: 100%;
    display: inline-block;
    padding: 40px 0px 100px;
}

.join_tit {
    width: 100%;
    display: inline-block;
    text-align: center;
    height: 70px;
    background: #359c43;
}

.join_tit span {
    display: inline-block;
    float: left;
    line-height: 70px;
    color: #fff;
    font-size: 18px;
}

.join_tit span:nth-child(1) {
    width: 26%;
}

.join_tit span:nth-child(2) {
    width: 18.5%;
}

.join_tit span:nth-child(3) {
    width: 18.5%;
}

.join_tit span:nth-child(4) {
    width: 18.5%;
}

.join_tit span:nth-child(5) {
    width: 18.5%;
}

.join .item {
    width: 100%;
    display: inline-block;
}

.join .item01 {
    width: 100%;
    display: inline-block;
    margin-top: 2px;
}

.join .item01 .tit {
    display: inline-block;
    width: 100%;
    height: 70px;
    background: #f7f7f7;
    cursor: pointer;
}

.join .item01 .tit span {
    display: inline-block;
    float: left;
    line-height: 70px;
    color: #333;
    font-size: 18px;
    padding: 0px 10px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.join .item01 .tit span:nth-child(1) {
    width: 26%;
}

.join .item01 .tit span:nth-child(2) {
    width: 18.5%;
}

.join .item01 .tit span:nth-child(3) {
    width: 18.5%;
}

.join .item01 .tit span:nth-child(4) {
    width: 18.5%;
}

.join .item01 .tit span:nth-child(5) {
    width: 18.5%;
    font-size: 32px;
}

.join .item01 .titl span {
    color: #359c43;
}

.join .item01 .con {
    width: 100%;
    padding: 40px 60px;
    font-size: 16px;
    color: #666;
    line-height: 32px;
    display: none;
}

.join .item01 .con .email {
    width: 100%;
    margin-top: 30px;
    font-size: 16px;
    line-height: 32px;
    color: #359c43;
}

.join .item01 .con .email a {
    color: #359c43;
}


/* contact */

.contact {
    display: inline-block;
    width: 100%;
}

.contact .contact_up {
    display: inline-block;
    width: 100%;
    padding: 60px 0px;
}

.contact .c_tit {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.contact .c_tit span {
    display: inline-block;
    width: 100%;
    font-size: 24px;
    line-height: 32px;
    color: #333;
}

.contact .c_tit p {
    width: 100%;
    font-size: 16px;
    line-height: 32px;
    color: #999;
}

.contact .contact_up .contact_upcon {
    width: 100%;
    display: inline-block;
    margin-top: 40px;
}

.contact .contact_up .contact_upcon ul {
    margin-left: -9.2%;
}

.contact .contact_up .contact_upcon ul li {
    float: left;
    width: 24.13%;
    margin-left: 9.2%;
    text-align: center;
}

.contact .contact_up .contact_upcon ul li img {
    max-width: 100%;
}

.contact .contact_up .contact_upcon ul li span {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #333;
    margin-top: 20px;
}

.contact .contact_up .contact_upcon ul li p {
    width: 100%;
    font-size: 18px;
    line-height: 32px;
    color: #666;
    margin-top: 15px;
}

.contact .contact_up .map {
    width: 100%;
    margin-top: 35px;
    height: 500px;
    background: #eee;
}

.contact .contact_mess {
    width: 100%;
    background: #f7f7f7;
    padding: 60px 0px 100px;
}

.contact .contact_messcon {
    width: 100%;
    margin-top: 25px;
    display: inline-block;
}

.contact .contact_messcon .frm {
    display: inline-block;
    width: 100%;
}

.contact .contact_messcon ul {
    margin-top: -30px;
}

.contact .contact_messcon ul li {
    float: left;
    width: 48.5%;
    margin-top: 30px;
}

.contact .contact_messcon ul li:nth-child(2) {
    float: right;
}

.contact .contact_messcon ul li:nth-child(3),
.contact .contact_messcon ul li:nth-child(4) {
    width: 100%;
}

.contact .contact_messcon ul li span {
    display: inline-block;
    width: 100%;
    text-align: left;
    font-size: 16px;
    line-height: 16px;
    color: #666;
}

.contact .contact_messcon ul li input {
    width: 100%;
    height: 50px;
    margin-top: 20px;
    padding: 0px 10px;
    border: 1px solid #ccc;
    background: none;
}

.contact .contact_messcon ul li textarea {
    width: 100%;
    height: 150px;
    margin-top: 20px;
    padding: 15px 10px;
    border: 1px solid #ccc;
    background: none;
}

.contact .contact_messcon .btn {
    width: 100%;
    display: inline-block;
    margin-top: 30px;
    text-align: center;
}

.contact .contact_messcon .btn button {
    width: 200px;
    height: 50px;
    background: #359c43;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    border: 0px;
    cursor: pointer;
}


/* 分页 */

.page {
    width: 100%;
    display: inline-block;
    font-size: 0;
    text-align: center;
    margin: 60px 0px 0px;
    height: 40px;
    font-family: '宋体';
}

.page div {
    height: 40px;
}

.page a,
.page span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    border: solid 1px #ccc;
    text-align: center;
    color: #666;
    font-size: 16px;
    margin: 0px 2.5px;
}

.page a:hover,
.page span.current {
    background: #359c43;
    color: #FFF;
    border: solid 1px #359c43;
}

.page a.prev,
.page a.next {
    width: 70px;
}

@media (min-width:1200px) and (max-width:1600px) {
    .m_about .al p {
        margin-top: 20px;
        font-size: 16px;
        line-height: 30px;
        height: 160px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
    }
    .m_about .al .more {
        margin-top: 20px;
    }
    .case .caselb .case1 .txt b a {
        font-size: 22px;
    }
    .case .caselb .case1 .txt1 {
        padding: 50px 40px 40px 40px;
    }
    .case .caselb .case1 .txt1 p {
        font-size: 22px;
        line-height: 32px;
    }
    .case .caselb .case1 .txt1 b {
        -webkit-line-clamp: 8;
        margin-top: 30px;
        height: 225px;
    }
    .case .caselb .case1 .txt1 a {
        display: inline-block;
        margin-top: 45px;
    }
    .caselist .caselb .case1 .txt b a {
        font-size: 18px;
        line-height: 30px;
        color: #fff;
        height: 60px;
    }
    .caselist .caselb .case1 .txt1 p {
        font-size: 18px;
        line-height: 30px;
        padding: 15px 0px;
    }
    .caselist .caselb .case1 .txt1 b {
        margin-top: 20px;
        font-size: 16px;
        line-height: 28px;
        height: 115px;
        -webkit-line-clamp: 4;
    }
    .newlist .item .item01 .img {
        width: 23%;
    }
    .newlist .item .item01 .text {
        width: 58%;
        margin-left: 4.5%;
    }
    .newlist .item .item01 .text p {
        margin-top: 20px;
    }
}