/* 轮播图 开始 */
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    display: none;
}
.swiper-button-next, .swiper-button-prev{
    width: 50px !important;
}
.img2{
    display: none;
}
.swiper-button-next{
    right: 0px !important;
}
.swiper-button-prev{
    left: 0px !important;
}
.swiper-button-next:hover .img2 , .swiper-button-prev:hover .img2 {
    display: block;
}
.swiper-button-next:hover .img1 , .swiper-button-prev:hover .img1 {
    display: none;
}
.swiper-pagination-bullet{
    width: 12px !important;
    height: 12px !important;
    background-color: #fff !important;
    opacity: 0.5 !important;
    margin: 0px 12px !important;
}
.swiper-pagination-bullet-active{
    opacity: 1 !important;
}
/* 轮播图 结束 */

/* 精彩活动 开始 */
.top_box{
    margin-top: 120px;
}
.top_box p{
	font-size: 36px;
    color: #333;
    float: left;
}
.more_box{
    width: 131px;
    border-bottom: 1px solid #666;
    cursor: pointer;
    float: right;
}
.more_box a{
    display: block;
}
.more_box a span{
    display: inline-block;
    font-size: 18px;
    padding: 7px 0px 10px 0px;
    color: #666;
    vertical-align: middle;
}
.more_box img{
    width: 14px;
    float: right;
    margin-top: 14px;
}
.more_box:hover{
    border-bottom: 1px solid #333;
}
.more_box:hover span{
    color: #333;
}
.more_box:hover .viewMore_def{
    display: none;
}
.more_box:hover .viewMore_hover{
    display: inline-block;
}
.viewMore_hover{
    display: none;
}

.activity_box_big{
    width: 100%;
    margin-top: 60px;
    transition: transform 0.4s;
    position: relative;
}
.activity_img_big{
    width: 100%;
    height: auto;
    
}
.activity a{
    display: block;
    cursor: pointer;
}
.activity_type{
	font-size: 18px;
    color: #fff;
    background-color: #000;
    opacity: 0.5;
    padding: 12px 18px;
    position: absolute;
    top: 12px;
    left: 12px;;
}
.activity_box_big .activity_title{
    width: 60%;
	font-size: 24px;
    color: #fff;
    position: absolute;
    bottom: 25px;
    left: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.activity_box_big .activity_time{
    width: 30%;
    text-align: right;
	font-size: 18px;
    color: #fff;
    position: absolute;
    bottom: 25px;
    right: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.activity_box{
    width: 48.6%;
    margin-top: 40px;
    transition: transform 0.4s;
    position: relative;
}
.activity_img{
    width: 100%;
}
.activity_box .activity_title{
    width: 60%;
	font-size: 22px;
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.activity_box .activity_time{
    width: 30%;
    text-align: right;
	font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: 20px;
    right: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.left_activity{
    float: left;
}
.right_activity{
    float: right;
}
.activity_box_big:hover{
    transform: translateY(-20px);
    transition: transform 0.4s;
    box-shadow: 0px 15px 30px 0px 
        rgba(153, 153, 153, 0.25);
}
.activity_box:hover{
    transform: translateY(-20px);
    transition: transform 0.4s;
    box-shadow: 0px 15px 30px 0px 
        rgba(153, 153, 153, 0.25);
}
/* 精彩活动 结束 */

/* 关于我们 开始 */
.about_box{
    width: 100%;
    height: 570px;
    margin-top: 170px;
    position: relative;
}
.about_bg{
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: -1;
}
.about_img{
    width: 47.2%;
    float: left;
    position: relative;
    top: -50px;
}
.about_info{
    width: 47.2%;
    float: right;
}
.about_title{
    font-size: 30px;
	color: #333;
}
.about_text{
    /*font-size: 14px;
    line-height: 30px;*/

    font-size: 16px;
    line-height: 32px;
    color: #333;
    opacity: 0.8;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.about_title{
    margin: 100px 0px 50px;
}
.about_more{
    margin-top: 100px;
    float: none;
}
.join_box{
    height: 230px;
    position: relative;
}
.join_box img{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}
.join_title{
    width: 100%;
	font-size: 30px;
    color: #fff;
    padding: 78px 0px 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.join_box span{
    font-size: 16px;
    color: #fff;
    vertical-align: bottom;
}
.join_box span + span{
    margin-left: 30px;
}
.join_info{
    width: 80%;
    float: left;
}
.btn_join{
    float: right;
	font-size: 18px;
    color: #fff;
    padding: 18px 46px;
    border: 1px solid #fff;
    margin-top: 88px;
    cursor: pointer;
}
.btn_join:hover{
    font-weight: bold;
}

/* 关于我们 结束 */

/* 新闻中心 开始 */
.news_ul{
    width: 100%;
    margin: 50px 0px 120px;
}
.news_ul li{
    float: left;
    width: 31.5%;
    transition: transform 0.4s;
}
.news_ul li a{
    display: block;
}
.news_ul li + li{
    margin-left: 39px;
}
.news_ul li img{
    width: 100%;
}
.news_title{
	font-size: 22px;
    color: #333;
    margin: 24px 0px 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news_text{
	font-size: 14px;
	line-height: 30px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
}
.news_ul li:hover{
    transform: translateY(-20px);
    transition: transform 0.4s;
    position: relative;
}
.news_ul li:hover:after{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #333;
    position: absolute;
    bottom: -40px;
    left: 0;
}

/* 新闻中心 结束 */

@media (max-width:768px) {
/* 轮播图 开始 */
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    display: none;
}
.swiper-button-next, .swiper-button-prev{
    width: 25px !important;
}
.img2{
    display: none;
}
.swiper-button-next{
    right: 0px !important;
}
.swiper-button-prev{
    left: 0px !important;
}
.swiper-button-next:hover .img2 , .swiper-button-prev:hover .img2 {
    display: block;
}
.swiper-button-next:hover .img1 , .swiper-button-prev:hover .img1 {
    display: none;
}
.swiper-pagination-bullet{
    width: 8px !important;
    height: 8px !important;
    background-color: #fff !important;
    opacity: 0.5 !important;
    margin: 0px 8px !important;
}
.swiper-pagination-bullet-active{
    opacity: 1 !important;
}
/* 轮播图 结束 */

/* 精彩活动 开始 */
.top_box{
    margin-top: 30px;
}
.top_box p{
	font-size: 20px;
    color: #333;
    float: left;
}
.more_box{
    width: 80px;
    border-bottom: 1px solid #666;
    cursor: pointer;
    float: right;
}
.more_box a{
    display: block;
}
.more_box a span{
    display: inline-block;
    font-size: 14px;
    padding: 0px;
    color: #666;
    vertical-align: middle;
}
.more_box img{
    width: 10px;
}
.more_box:hover{
    border-bottom: 1px solid #333;
}
.more_box:hover span{
    color: #333;
}
.more_box:hover .viewMore_def{
    display: none;
}
.more_box:hover .viewMore_hover{
    display: inline-block;
}
.viewMore_hover{
    display: none;
}

.activity_box_big{
    width: 100%;
    margin-top: 30px;
    position: relative;
}
.activity_img_big{
    width: 100%;
    height: auto;
}
.activity a{
    display: block;
    cursor: pointer;
}
.activity_type{
	font-size: 14px;
    color: #fff;
    background-color: #000;
    opacity: 0.5;
    padding: 8px 12px;
    position: absolute;
    top: 8px;
    left: 8px;;
}
.activity_box_big .activity_title{
    width: 50%;
	font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: 8px;
    left: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.activity_box_big .activity_time{
	font-size: 14px;
    color: #fff;
    position: absolute;
    bottom: 8px;
    right: 8px;
}
.activity_box{
    width: 100%;
    margin-top: 30px;
    position: relative;
}
.activity_img{
    width: 100%;
}
.activity_box .activity_title{
    width: 50%;
	font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: 8px;
    left: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.activity_box .activity_time{
	font-size: 14px;
    color: #fff;
    position: absolute;
    bottom: 8px;
    right: 8px;
}
.left_activity{
    float: left;
}
.right_activity{
    float: right;
}
/* 精彩活动 结束 */

/* 关于我们 开始 */
.about_box{
    width: 100%;
    height: auto;
    margin-top: 30px;
    padding-bottom: 30px;
    position: relative;
    background-color: #f7f7f7;
}
.about_bg{
    display: none;
}
.about_img{
    width: 100%;
    float: none;
    position: relative;
    top: -10px;
}
.about_info{
    width: 100%;
    float: none;
}
.about_title{
    font-size: 20px;
	color: #333;
}
.about_text{
    font-size: 14px;
    line-height: 20px;
    color: #333;
    opacity: 0.8;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.about_title{
    margin: 20px 0px 20px;
}
.about_more{
    margin-top: 20px;
    float: none;
}
.join_mobile_box a{
    display: block;
}


/* 关于我们 结束 */

/* 新闻中心 开始 */

.news_ul{
    width: 100%;
    margin: 30px 0px;
}
.news_ul li{
    float: none;
    width: 100%;
    transition: transform 0.4s;
}
.news_ul li a{
    display: block;
}
.news_ul li + li{
    margin-left: 0px;
    padding-top: 30px;
}
.news_ul li img{
    width: 100%;
}
.news_title{
	font-size: 16px;
    color: #333;
    margin: 20px 0px 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news_text{
	font-size: 14px;
	line-height: 20px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 40px;
}
.news_ul li:hover{
    transform: translateY(-20px);
    transition: transform 0.4s;
    position: relative;
}
.news_ul li:hover:after{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #333;
    position: absolute;
    bottom: -20px;
    left: 0;
}

/* 新闻中心 结束 */

}


@media (max-width:768px) {
    .join_box span {
        font-size: 13px;
        opacity: 0.8;
        margin: 0px 22px;
    }
    .join_title {
        width: 100%;
        font-size: 20px;
        padding: 30px 0px 16px;
    }
    .btn_join {
        float: none;
        font-size: 12px;
        padding: 8px 25px;
        margin-top: 30px;
        cursor: pointer;
        display: inline-block;
    }
    .join_info {
        width: 100%;
        float: none;
        text-align: center;
    }
    .join_box {
        text-align: center;
    }
    .join_box span + span {
        margin-left: 0px;
    }
    .clearfix:after {
        height: 0px;
    }
    .join_box {
        height: auto;
        padding-bottom: 40px;
    }
    .join_box img {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: -1;
        width: 100%;
        height: 100%;
    }
}