.banner .swiper-slide > div {

    padding-bottom: 600px;

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

}



.banner .swiper-button-next,

.banner .swiper-button-prev {

    width: 30px;

    height: 48px;

    margin-top: -24px;
	
	opacity: 0.3

}

.banner .swiper-button-next:hover,

.banner .swiper-button-prev:hover{
	opacity: 0.8
}


.banner .swiper-button-prev {

    background-image: url("../img/icon_03.png");

    left: 60px;

    right: auto;

}



.banner .swiper-button-next {

    right: 60px;

    left: auto;

    background-image: url("../img/icon_04.png");

}



.banner .swiper-pagination-bullet {

    background-color: #fff;

    opacity: 1;

}



.banner .swiper-pagination-bullet-active {

    width: 32px;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    border-radius: 5px;

    background: #00A54F;

}



/****************column************************/

.column .column-title {

    text-align: center;

    margin-bottom: 40px;

}



.column .column-title h3 {

    font-size: 30px;

    color: #111;

    line-height: 40px;

    margin: 0;

}



.column .column-title p {

    font-size: 16px;

    color: #999;

    margin-top: 5px;

    margin-bottom: 0;

    line-height: 16px;

    padding-bottom: 24px;

    position: relative;

}



.column .column-title p:after {

    content: '';

    position: absolute;

    bottom: 0;

    left: 50%;

    height: 4px;

    width: 50px;

    margin-left: -25px;

    background-color: #00A54F;

}



/*****************news******************/

.news {

    padding: 90px 0 100px;

}



.news .news-subnav {

    font-size: 0;

    text-align: center;

    margin-bottom: 38px;

}



.news .news-subnav a {

    display: inline-block;

    font-size: 16px;

    width: 110px;

    height: 36px;

    line-height: 36px;

    text-align: center;

    border: 1px solid #ccc;

    -webkit-border-radius: 18px;

    -moz-border-radius: 18px;

    border-radius: 18px;

    margin: 0 10px;

    color: #666;

    position: relative;

}



.news .news-subnav a:after {

    content: '';

    position: absolute;

    left: 50%;

    bottom: -8px;

    width: 14px;

    height: 8px;

    margin-left: -7px;

    background: url("../img/icon_05.png") no-repeat center;

    display: none;

}



.news .news-subnav a:hover,

.news .news-subnav a.active {

    background-color: #00A54F;

    color: #fff;

    border-color: #00A54F;

}



.news .news-subnav a:hover:after,

.news .news-subnav a.active:after {

    display: block;

}



.news .row {

    margin: 0 -10px;

}



.news .row .col-md-6 {

    padding: 0 10px;

}



.news-banner .news-banner-items {

    position: relative;

}



.news-banner .news-banner-items p {

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    padding: 0 20px;

    background-color: rgba(0, 0, 0, 0.5);

    margin: 0;

    line-height: 50px;

}



.news-banner .news-banner-items span {

    display: block;

    color: #fff;

    font-size: 18px;

    -ms-text-overflow: ellipsis;

    text-overflow: ellipsis;

    overflow: hidden;

    white-space: nowrap;

    max-width: 70%;

}



.news-banner .swiper-pagination {

    left: auto;

    right: 10px;

    width: auto;

    text-align: center;

    font-size: 0;

    bottom: 15px;

}



.news .swiper-pagination-bullet {

    width: 14px;

    height: 14px;

    background-color: rgba(255, 255, 255, 0.81);

    opacity: 1;

}



.news .swiper-pagination-bullet-active {

    background-color: #00A54F;

}



.newslst li,

.newslst a {

    float: left;

}



.newslst li {

    margin-top: 25px;

    width: 100%;

}



.newslst li:first-child {

    margin-top: 0;

}



.newslst a {

    font-size: 18px;

    color: #111;

    line-height: 26px;

    max-width: 500px;

    -ms-text-overflow: ellipsis;

    text-overflow: ellipsis;

    overflow: hidden;

    white-space: nowrap;

}



.newslst a:hover {

    color: #00A54F;

}



.newslst span {

    float: right;

    font-size: 16px;

    color: #999;

    line-height: 26px;

}



/*****************project***********************/

.project {

    position: relative;

}



.project .project-body {

    width: 280px;

    height: 508px;

    position: absolute;

    top: -40px;

    left: 50%;

    margin-left: -590px;

    background-color: #00A54F;

    z-index: 15;

    padding: 58px 30px 66px;

    box-shadow: 0px 3px 16px rgba(0, 135, 56, 0.3);

}



.project .swiper-slide {

    overflow: hidden;

}



.project .swiper-slide span {

    display: block;

    height: 428px;

    background-repeat: no-repeat;

    background-position: center;

    position: relative;

    -webkit-transition: all 0.5s;

    -moz-transition: all 0.5s;

    -ms-transition: all 0.5s;

    -o-transition: all 0.5s;

    transition: all 0.5s;

}



.project .swiper-slide a:hover span {

    -webkit-transform: scale(1.1);

    -moz-transform: scale(1.1);

    -ms-transform: scale(1.1);

    -o-transform: scale(1.1);

    transform: scale(1.1);

}



.project .swiper-slide p {

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    margin: 0;

    padding: 70px 30px 20px;

    color: #fff;

    font-size: 22px;

    background: url("../img/icon_08.png") repeat-x center;

}



.project-body > h3 {

    font-size: 30px;

    font-weight: bold;

    color: #fff;

    line-height: 40px;

    margin: 0;

}



.project-body > span {

    display: block;

    font-size: 22px;

    font-weight: bold;

    color: #fff;

    line-height: 30px;

    margin: 9px 0 40px;

    padding-bottom: 36px;

    position: relative;

}



.project-body > span:after {

    content: '';

    position: absolute;

    left: 0;

    bottom: 0;

    width: 50px;

    height: 4px;

    background-color: #fff;

}



.project-body > p {

    color: #fff;

    font-size: 14px;

    line-height: 2;

    margin-bottom: 40px;

}



.project-banner-btn {

    width: 100px;

    position: relative;

}



.project-banner-btn .line {

    position: absolute;

    left: 50%;

    top: 50%;

    width: 42px;

    margin-left: -21px;

    height: 2px;

    background-color: #fff;

}



.project-banner-btn a {

    display: inline-block;

    width: 19px;

    height: 21px;

}



.project-banner-btn .project-banner-prev {

    float: left;

    background: url("../img/icon_06.png") no-repeat center;

}



.project-banner-btn .project-banner-next {

    float: right;

    background: url("../img/icon_07.png") no-repeat center;

}





/*****************resources**********************/

.resources {

    padding: 130px 0 60px;

}



.resources .resources-body {

    position: relative;

    height: 558px;

    overflow: hidden;

}



.resources .resources-items {

    width: 196px;

    height: 558px;

    float: left;

    -webkit-transition: width 0.8s;

    -moz-transition: width 0.8s;

    -ms-transition: width 0.8s;

    -o-transition: width 0.8s;

    transition: width 0.8s;

    overflow: hidden;

}



.resources .resources-items .resources-items-content {

    width: 980px;

    height: 100%;

    background-position: left center;

    background-repeat: no-repeat;

    background-image: url("../img/image_04.jpg");

    position: relative;

}



.resources .resources-items-01 .resources-items-content {

    background-image: url("../img/image_04.jpg");

}



.resources .resources-items-02 .resources-items-content {

    background-image: url("../img/image_05.jpg");

}



.resources .resources-items-03 .resources-items-content {

    background-image: url("../img/image_06.jpg");

}



.resources .resources-items-04 .resources-items-content {

    background-image: url("../img/image_07.jpg");

}



.resources .resources-items-05 .resources-items-content {

    background-image: url("../img/image_08.jpg");

}



.resources .resources-items-06 .resources-items-content {

    background-image: url("../img/image_09.jpg");

}





.resources .resources-items.ssmall {

    width: 40px;

}



.resources .resources-items.sbig {

    width: 980px;

}



.resources .resources-items .iconfont {

    font-size: 400px;

    position: absolute;

    height: 558px;

    line-height: 558px;

    left: -90px;

    color: #fff;

    z-index: 5;

    -webkit-transition: all 0.8s;

    -moz-transition: all 0.8s;

    -ms-transition: all 0.8s;

    -o-transition: all 0.8s;

    transition: all 0.8s;

}



.resources .resources-items.sbig .iconfont {

    color: #00A54F;

    text-shadow: 0 0 1px rgba(255, 255, 255, 1);

}



.resources .resources-items .resources-items-mask {

    position: absolute;

    width: 100%;

    height: 100%;

    background-color: rgba(0, 0, 0, 0.6);

    -webkit-transition: opacity 0.8s;

    -moz-transition: opacity 0.8s;

    -ms-transition: opacity 0.8s;

    -o-transition: opacity 0.8s;

    transition: opacity 0.8s;

}



.resources .resources-items.sbig .resources-items-mask {

    opacity: 0;

}





/********************party*****************/

.party {

    background-image: url("../img/image_10.jpg");

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;

    padding: 90px 0 60px;

}



.party .party-lst .row {

    margin: 0 -10px;

}



.party .party-lst .col-md-4 {

    padding: 0 10px;

}



.party .party-items {

    background-color: #fff;

    -webkit-transition: all 0.5s;

    -moz-transition: all 0.5s;

    -ms-transition: all 0.5s;

    -o-transition: all 0.5s;

    transition: all 0.5s;

}



.party .party-items .article {

    padding: 20px;

    border: 1px solid #ddd;

    border-top: none;

}



.party .party-items .date {

    float: left;

    width: 60px;

    height: 60px;

    padding: 8px 0;

    background-color: #00A54F;

    text-align: center;

}



.party .party-items .date i,

.party .party-items .date span {

    display: block;

    color: #fff;

    font-size: 14px;

    font-style: normal;

    line-height: 19px;

}



.party .party-items .date span {

    font-size: 16px;

    margin-top: 4px;

    line-height: 21px;

}



.party .party-items h3 {

    float: right;

    width: 270px;

    height: 60px;

    line-height: 26px;

    padding-bottom: 8px;

    border-bottom: 1px solid #F6F6F6;

    font-size: 18px;

    margin: 0;

    color: #111;

    -webkit-transition: color 0.3s;

    -moz-transition: color 0.3s;

    -ms-transition: color 0.3s;

    -o-transition: color 0.3s;

    transition: color 0.3s;

}



.party .party-items .article > p {

    font-size: 16px;

    color: #999;

    line-height: 24px;

    margin-top: 20px;

    margin-bottom: 0;

}



.party .party-items .image {

    overflow: hidden;

}



.party .party-items img {

    -webkit-transition: all 0.5s;

    -moz-transition: all 0.5s;

    -ms-transition: all 0.5s;

    -o-transition: all 0.5s;

    transition: all 0.5s;

}



.party .party-lst a:hover .party-items {

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);

}



.party .party-lst a:hover img {

    -webkit-transform: scale(1.1);

    -moz-transform: scale(1.1);

    -ms-transform: scale(1.1);

    -o-transform: scale(1.1);

    transform: scale(1.1);

}



.party .party-lst a:hover h3 {

    color: #00A54F;

}



@media (max-width: 1200px) {

    .newslst a {

        max-width: 380px;

    }



    .newslst li {

        margin-top: 15px;

    }



    .project .swiper-slide a {

        height: auto;

        padding-bottom: 70%;

    }



    .project .project-body {

        position: relative;

        left: 0;

        top: 0;

        width: 100%;

        margin: 0;

        height: auto;

        padding: 30px 90px;

    }



    .project-body > h3 {

        font-size: 18px;

        line-height: 28px;

    }



    .project-body > span {

        margin-top: 0;

        margin-bottom: 5px;

        padding-bottom: 10px;

        font-size: 14px;

        line-height: 22px;

    }



    .project-body > span:after {

        height: 2px;

    }



    .project-body > p {

        margin-bottom: 0;

    }



    .project-banner-btn {

        position: absolute;

        right: 30px;

        top: 40px;

    }



    .project .swiper-slide span {

        height: 300px;

        background-size: cover;

    }



    .project .swiper-slide p {

        font-size: 16px;

    }



    .resources .resources-items {

        width: 156px;

    }



    .resources .resources-items.ssmall {

        width: 40px;

    }



    .resources .resources-items.sbig {

        width: 740px;

    }



    .resources .resources-items .resources-items-content {

        width: 100%;

        background-size: cover;

    }



    .resources .resources-items .iconfont{

        font-size: 300px;

        left: -70px;

    }



    .party .party-items .date{

        width: 25%;

    }



    .party .party-items h3{

        width: 70%;

    }

}



@media (max-width: 992px) {

    /***********banner*********/

    .banner .swiper-slide > div {

        padding-bottom: 200px;

    }



    .banner .swiper-button-prev{

        left: 15px;

    }



    .banner .swiper-button-next{

        right: 15px;

    }



    .look-more {

        font-size: 14px;

    }



    /************news***************/

    .news .news-subnav {

        margin-bottom: 20px;

    }



    .news .news-subnav a {

        width: 23%;

        margin: 0 1%;

        height: 28px;

        line-height: 28px;

        font-size: 14px;

    }



    .news .news-subnav a:hover:after,

    .news .news-subnav a.active:after {

        display: none;

    }



    .newslst a {

        max-width: 80%;

        font-size: 14px;

        color: #333;

    }



    .newslst li:first-child,

    .newslst li {

        margin-top: 10px;

        padding-top: 10px;

        border-top: 1px solid #eee;

    }



    .news-banner .news-banner-items p {

        padding: 0 10px;

        line-height: 40px;

    }



    .news-banner .news-banner-items span {

        font-size: 14px;

    }



    .newslst li:nth-of-type(n+6) {

        display: none;

    }



    .resources .resources-body {

        height: auto;

    }



    .resources .resources-items {

        height: 200px;

        width: 48%;

        background-size: cover;

        margin: 1%;

    }



    /********************.column .column-title*******************/

    .column .column-title {

        margin-bottom: 20px;

    }



    .column .column-title h3 {

        font-size: 20px;

        line-height: 28px;

    }



    .column .column-title p {

        font-size: 14px;

        margin-top: 0;

        padding-bottom: 8px;

    }



    .column .column-title p:after {

        height: 2px;

    }



    .news {

        padding: 40px 0;

    }

    /******************project****************/

    .project .project-body{

        padding: 15px;

    }

    .project .swiper-slide span{

        height: 200px;

    }

    /**********resources***************/

    .resources {

        padding: 40px 0;

    }



    .resources .resources-items .iconfont {

        font-size: 145px;

        left: 0;

        width: 100%;

        line-height: 200px;

        height: 200px;

        text-align: center;

    }



    .resources .resources-items .resources-items-mask {

        opacity: 0.5;

    }



    /**************.party***************/

    .party {

        padding: 40px 0;

    }



    .party .party-items .article {

        padding: 15px;

    }





    .party .party-items .article > p {

        font-size: 14px;

        margin-top: 10px;

    }



    .party .party-items .date {

        width: 15%;

        height: auto;

    }



    .party .party-items .date i,

    .party .party-items .date span {

        font-size: 12px;

        line-height: 16px;

        margin-top: 0;

    }



    .party .party-items h3 {

        width: 80%;

        max-width: 80%;

        height: auto;

        font-size: 16px;

    }



    .party .party-lst .col-md-4 {

        margin-top: 15px;

    }



    .party .column-title {

        margin-bottom: 10px;

    }



}