html,
body {
    font-family: '微软雅黑';
    overflow-x: hidden;
}

.c-content-nb{
    display: none;
}

/* ------------------------banner------------------------- */

.container-banner-box {
    width: 100%;
    margin-bottom: -200px;
    overflow: hidden;
}

.container-banner {
    width: 100%;
    float: left;
}

.banner-LRclick {
    position: absolute;
    width: 100%;
    bottom: 48%;
    z-index: 9;
}

.banner-LRclick div {
    float: left;
    cursor: pointer;
}

.swiper-button-right {
    margin-left: 30px;
}

.swiper-button-left {
    position: absolute;
    right: 30px;
}

.container-banner>.swiper-container {
    width: 100%;
    height: 855px;
    position: relative;
}

.container-banner>.swiper-container>.swiper-wrapper>.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    opacity: 1;
    background: #9da4ad;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background:#78b048;
}

.container-banner-list {
    width: 100%;
    position: relative;
}

.container-banner-list>ul { width:88%; margin:0 auto; position: relative; top:-280px; z-index:2}

.container-banner-list>ul>li {
    float: left;
    opacity: 0.9;
    width: 25%;
    height: 200px;
    position: relative;
}

.banner-r-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-icon {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.banner-word {
    font-size: 16px;
    color: #ffffff;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 67%;
    left: 50%;

    transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.banner-shade {
    width: 90%;
    height: 90%;
    background-color: #000;
    opacity: 0.4;
    position: absolute;
    top: 5%;
    left: 5%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}


.container-banner-list>ul>li:hover .banner-shade {
    opacity: 0;
    width: 100%;
    height: 100%;
    background:#78b048;
    opacity: .5;
     transform: rotate(0deg);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

/* -------------------------banner-arrows----------------------- */

.banner-arrows {
    width: 100%;
    height: 50px;
    text-align: center;
    position: relative;
}

.banner-arrows h4 {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner-arrows img {
    margin-top: 30px;
    width: 22px;
    height: 12px;
    -moz-animation: downup 1s ease infinite;
    -webkit-animation: downup 1s ease infinite;
    -o-animation: downup 1s ease infinite;
    animation: downup 1s ease infinite;
}

/* ------------------------------container-news---------------------- */

.container-news {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    /* display: table; */
    background-color: #ffffff;
}

.container-news>ul {
    width:84%;
    margin-left:8%;
}

.news-list li {
    float: left;
    width: 32%;
    height: 375px;
    border: 1.4px solid #dedede;
}

.news-list li:hover {box-shadow: 0 6px 16px 0px #f9f9f9;}

.news-list li:nth-child(n+2) {margin-left: 2%;}

.list-top {
    width: 90%;
    height: 190px;
    margin-left: 5%;
    margin-top: 5%;
    overflow: hidden;
}

.list-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.list-top img:hover {
    transform: scale(1.1);
}

.list-bottom {
    width: 90%;
    height: 200px;
    margin-left: 5%;
    position: relative;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.list-bottom h4 {
    font-size: 16px;
    color: #555555;
    padding-top: 20px;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}

.list-bottom h4:hover {
    color: #78b048;
}

.list-bottom p {
    font-size: 13px;
    color: #919191;
    margin-top: 10px;
    line-height: 22px;
}

.bottom-words {
    position: absolute;
    bottom: 60px;
    width: 100%;
}
@media all and (max-width:1460px) {
    .bottom-words {
        bottom: 50px;
    }
}
@media all and (max-width:1380px) {
    .bottom-words {
        bottom: 44px;
    }
}

.bottom-words span {
    font-size: 13px;
    color: #b4b4b4;
    margin-top: 20px;
}

.bottom-words a {
    font-size: 12px;
    color: #d2d2d2;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}

.bottom-words a:hover {
    color:#78b048 !important;
}

/* ----------------------------container-culture------------------------ */

.container-culture {
    width: 100%;
    background-color: #f1f1f1;
    padding-bottom: 30px;
}

.culture-title {
    width: 100%;
    height: 130px;
    text-align: center;
}

.culture-title>h4 {
    font-size: 34px;
    color: #222222;
    display: inline-block;
    margin-top: 60px;
}

.culture-content-box {
    width: 100%;
    background-color: #f1f1f1;
}

.culture-content-box>ul {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.culture-content-box>ul li {
    display: inline-block;
    margin-left: 22px;
    cursor: pointer;
}

.culture-content-box>ul li p {
    width: 132px;
    height: 48px;
    line-height: 48px;
    border-radius: 5px;
    background-color: #ffffff;
    color: #555555;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.culture-content-box>ul li p:hover {
    background-color: #78b048;
    color: #ffffff;
}

.culture-menu-active {
    background-color: #78b048 !important;
    color: #ffffff !important;
}

/* ----------------------container-matter---------------------- */

.container-matter {
    width: 100%;
    background-color: #f1f1f1;
    padding-bottom: 50px;
}

.swiper-container-two {
    width: 100%;
}

.matter-picList li {
    float: left;
    width: 25%;
    /*height: 380px;*/
    overflow: hidden;
    position: relative;
}

.picList-img {
    width: 100%;
    height: 380px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    object-fit: cover;
}

.matter-picList li:hover .picList-img {
    transform: scale(1.1);
}

.picList-shade {
    width: 100%;
    height: 0;
    position: absolute;
    background-color:rgba(120, 176, 72, 0.9);
    opacity: 0;
    bottom: 0;
    z-index: 9;
    transition: all .8s ease-in-out;
}

/* .matter-picList li:hover .heightH {
    -webkit-animation: cartoon1 .8s ease-in-out both;
    -moz-animation: cartoon1 .8s ease-in-out both;
    -ms-animation: cartoon1 .8s ease-in-out both;
    animation: cartoon1 .8s ease-in-out both;
} */
.heightH{
    height: 100%;
    opacity: 1;
}


.picList-shade>h4 {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    margin-left: 8%;
    margin-top: 40px;
}

.picList-shade>p {
    font-size: 14px;
    color: #ffffff;
    opacity: .7;
    width: 78%;
    margin-left: 8%;
    margin-top: 10px;
    height: 194px;
    overflow: hidden;
    line-height:26px;
}

.picList-shade img {
    margin-left: 8%;
}

.picList-shade img:hover {
    -webkit-animation: shakeI 1s ease-in-out both;
    -moz-animation: shakeI 1s ease-in-out both;
    -ms-animation: shakeI 1s ease-in-out both;
    animation: shakeI 1s ease-in-out both;
}

.swiper-control {
    width: 100%;
    height: 60px;
    text-align: center;
    overflow: hidden;
    margin-top: 36px;
    position: relative;
}

.swiper-control div {
    float: left;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.swiper-control div:hover {background-color:#78b048;}
.swiper-left {
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    text-align: center;
    line-height: 50px;
    margin-left: -80px;
}

.swiper-center {
    width: 92px;
    height: 50px;
    background-color: #ffffff;
    text-align: center;
    line-height: 50px;
}

.swiper-right {
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    text-align: center;
    line-height: 50px;
    margin-left: 80px;
}




/* -------------------------PC端--------------------------- */

@media all and (max-width:1700px) {
    .container-banner>.swiper-container {
        height: 780px;
    }
    .container-banner-list>ul>li {
        height: 200px;
    }
    .matter-picList li {
        height: 340px;
    }
    .list-top {
        height: 200px;
    }
    .news-list li {
        height: 440px;
    }
}

@media all and (max-width:1460px) {
    .container-banner>.swiper-container {
        height: 690px;
    }
    .container-banner-list>ul>li {
        height: 200px;
    }
    .matter-picList li {
        height: 300px;
    }
    .picList-shade>p {
        height: 150px;
    }
    .banner-word {
        top: 59%;
    }
}

@media all and (max-width:1380px) {}

@media all and (max-width:1300px) {
    .culture-title>h4 {
        font-size: 28px;
    }
    .banner-word {
        font-size: 14px;
        top: 60%;
    }
}

@media all and (max-width:1280px) {
    .container-banner>.swiper-container {
        height: 560px;
    }
    .container-banner-list>ul>li {
        height: 200px;
    }
    .matter-picList li {
        height: 260px;
    }
    .picList-shade>p {
        height: 110px;
    }
    .list-top {
        height: 160px;
    }
    .news-list li {
        height: 400px;
    }
}

@media all and (max-width:1200px) {}


/* ------------------------手机端-------------------------- */

@media all and (max-width:900px) {
    .container-banner {
        width: 100%;
    } 
    .container-banner>.swiper-container {
        height: 280px;
    }   
    .container-banner-list {
        width: 100%;
        top: 100px;
    }
    .container-banner-list>ul { width: 100%;}
    .container-banner-list>ul>li {
        height: 150px;
    }
    .banner-icon {
        width: 34px;
        height: 34px;
    }
    .banner-word {
        font-size: 11px;
        top: 64%;
    }
    .container-news {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .container-news>ul {
        width: 94%;
        margin-left: 3%;
        overflow: hidden;
    }
    .news-list li {
        width: 100%;
        height: 480px;
    }
    .list-top {
        height: 240px;
    }
    .news-list li:nth-child(n+2) {
        margin-left: 0%;
        margin-top: 10px;
    }

    .banner-LRclick { display:none; }

    .swiper-button-left img{
        width: 26px;
        height: 16px;
    }
    .swiper-button-right img{
        width: 26px;
        height: 16px;
    }
    .culture-title {
        height: 80px;
    }
    .culture-title>h4 {
        font-size: 20px;
        margin-top: 30px;
    }
    .culture-content-box>ul{
        margin-left: -6px;
    }
    .culture-content-box>ul li {
        margin-left: 12px;
        margin-top: 10px;
    }
    .container-matter {
        padding-bottom: 30px;
    }
    .matter-picList li {
        width: 50%;
        height: 180px;
    }
    .picList-shade>h4 {
        font-size: 12px;
        margin-left: 8%;
        margin-top: 10px;
    }
    .picList-shade>p {
        font-size: 12px;
        height: 108px;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    .picList-shade img {
       width: 30px;
       height: 30px;
    }
}




/* -------------------改-------------- */

.container-banner .swiper-container .swiper-slide-on img{
    animation: upin 6s ease;
}
@keyframes upin {
    0% {
        transform: scale(1.1)
    }
    100% {
        transform: scale(1)
    }
}

.banner-text h2{
    display:none;
    position: absolute;
    font-size: 56px;
    width: 100%;
    margin-top: 26%;
    font-weight: bold;
    letter-spacing: 50px;
    text-align: center;
    color: white;
    z-index: 99;
    opacity: 0;
}

.swiper-slide-active .banner-text h2{
    animation: bannerup 1s ease both;
}
@keyframes bannerup {
    0% {
        margin-left: -4%;
         opacity: 0;
     }
     100% {
        margin-left: 0%;
         opacity: 1;
     }
}
.banner-text p{
    position: absolute;
    font-size: 18px;
    letter-spacing: 2px;
    width: 100%;
    text-align: center;
    margin-top: 34%;
    margin-left: -2%;
    color: white;
    z-index: 99;
    opacity: 0;
}

.swiper-slide-active .banner-text p{
    animation: bannerri 1s ease both;
}
@keyframes bannerri {
    0% {
        margin-left: 10%;
        opacity: 0;
    }
    100% {
        margin-left: -2%;
        opacity: 1;
    }
}


.news-title{
    width: 100%;
    text-align: center;
}
.news-title h4{
    font-size: 34px;
    color: #222222;
    margin-bottom: 20px;
}


/* ------------xin------------ */

.swiper-control-g {
    width: 100%;
    height: 50px;
   display: block;
   padding-top: 130px;
    text-align: center !important;
    overflow: hidden;
    position: relative;
}

.swiper-control-g div {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}
.swiper-control-g div:hover {
    background-color:#78b048;
    color: #fff;
}
.swiper-center-g {
    width: 176px;
    height: 50px;
    border:1px solid #d8d8d8;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    border-radius: 5px;
}

.ckgd {color:#9c9c9c;}

/* --------------------------- */
@media all and (max-width:1700px) {
    .banner-text h2{
        font-size: 46px;
        letter-spacing: 36px;
    }
    .banner-text p{
        font-size: 18px;
        letter-spacing: 0px;
    }
}

@media all and (max-width:1460px) {
    .banner-text h2{
        font-size: 44px;
        letter-spacing: 30px;
    }
    .banner-text p{
        font-size: 16px;
        letter-spacing: 0px;
    }
}

@media all and (max-width:1380px) {
    .news-title h4{
        font-size: 28px;
    }
    .banner-text h2{
        font-size: 40px;
        margin-top: 30%;
        letter-spacing: 28px;
    }
    .banner-text p{
        font-size: 14px;
        margin-top: 38%;
        letter-spacing: 0px;
    }
   
}

@media all and (max-width:1300px) {}

@media all and (max-width:1280px) {
   
}

@media all and (max-width:1200px) {}

@media (max-width: 900px){
    .news-title h4{
        font-size: 20px;
        text-align: center;
    }
    .swiper-control-g {
        padding-top: 100px;
    }
    .container-news {
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .banner-text h2{
        font-size: 24px;
        margin-top: 34%;
        letter-spacing: 4px;
    }
    .banner-text p{
        font-size: 12px;
        margin-top: 26%;
        letter-spacing: 0px;
    }
    
    .list-top img {
        width: 100%;
        height: 160px;
    }
    .list-top {
        height: 166px;
    }
    .news-list li {
        width: 100%;
        height: auto;
    }
    .picList-img {
        width: 100%;
        height: 100%;
    }
}

/* 关于我们   */
.gy-xw {width:100%;min-width:1200px;margin:0 auto;padding:20px 0;height:376px;background:#78b048;}
.gy-xw-box {width:1200px;height:316px;margin:0 auto;}

.gyBox {width:575px;height:316px;}
.gyTit {width:575px;height:36px;line-height:36px;color:#fff;
font-size:22px;}
.gyTit a {width:65px;height:36px;line-height:36px;display:block;
font-size:14px;color:#fff;text-align:center;float:right;}
.gyText {width:575px;height:226px;color:#fff; font-size:14px;line-height:28px;overflow:hidden;}

.xwBox {width:575px;height:316px;}
.xwList {width:575px;height:226px;overflow:hidden;}
.xwList li {width:575px;height:28px;line-height:28px;font-size:14px;overflow:hidden;}
.xwList li span {float:right;display:inline;margin:0 10px 0 20px;color:#fff;}
.xwList li a {color:#fff;}
.xwList li a:hover {color:#f1ea13;}




/* 20190805新加业务分类   */
.banner-arrows {margin-top:200px;}
.banner-yw {width:1200px;height:2px;margin:0 auto;position:relative;}
.banner-yw-list {width:1200px;height:200px;position:absolute;left:0;top:-300px; z-index:89;} 
.banner-yw-list li {width:300px;height:200px;float:left; display: block;}
.banner-yw-list li a {width:272px;height:200px;padding-top:45px;margin:0 auto;
display:block;background:url(../images/banner_list_bg1.png) repeat 0 0;}
.banner-yw-list li a:hover {background:url(../images/banner_list_bg2.png) repeat 0 0;}
.banner-yw-list li i {width:56px;height:59px;display:block;margin:0 auto;}		    
.banner-yw-list li em {width:180px;height:40px;line-height:40px;
color:#fff;font-size:16px;display:block;margin:0 auto;text-align:center;}
.banner-yw-list li i.yw01 {background:url(../images/icon1.png) no-repeat center 0;}
.banner-yw-list li i.yw02 {background:url(../images/icon2.png) no-repeat center 0;}
.banner-yw-list li i.yw03 {background:url(../images/icon3.png) no-repeat center 0;}
.banner-yw-list li i.yw04 {background:url(../images/icon4.png) no-repeat center 0;}
@media all and (min-width:1460px) {
    .banner-yw {width:1520px;}
    .banner-yw-list {width:1520px;}
    .banner-yw-list li {width:380px;}
    .banner-yw-list li a {width:350px;}  
}


*{box-sizing:border-box;}
