@charset "utf-8";

.ljyy-banner-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.ljyy-banner-container .swiper-pagination .pagination-item {
    width: 10px;
    height: 10px;
    background-color: rgba(255,255,255,.8);
    display: inline-block;
    margin: 0 6px;
    border-radius: 50%;
    transition: background-color .2s;
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.6);
    cursor: pointer;
}

.ljyy-banner-container .swiper-pagination .pagination-item-active {
    background-color: #169e61;
}

.ljyy-banner-container .swiper-wrapper .swiper-content-item{
    /*width: 100%;*/
}

.ljyy-main {
    width: 100%;
}

.ljyy-main .ljyy-main-content {
    position: relative;
}

.ljyy-main .ljyy-main-content::after {
    content: '';
    clear: both;
    display: block;
}

.ljyy-main .main-left {
    width: 200px;
    float: left;
}

.ljyy-main .main-right {
    float: left;
    width: calc(100% - 200px);
    padding-left: 40px;
}

.ljyy-main .ljyy-main-content .content-tab {
    width: 100%;
}

.ljyy-main .ljyy-main-content .content-tab .tab-item{
    width: 100%;
    height: 58px;
    background-color: #f5f5f5;
    text-align: center;
    line-height: 58px;
    color: #5a5a5a;
    font-weight: bold;
    cursor: pointer;
    transition: .3s;
    position: relative;
    font-size: 16px;
}
.ljyy-main .ljyy-main-content .content-tab .tab-item:hover { background-color: #169E61; color: #fff;}

/* .ljyy-main .ljyy-main-content .content-tab .tab-item:hover {
    background-color: #f5f5f5;
} */

.ljyy-main .ljyy-main-content .content-tab .tab-item-active::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 25px;
    vertical-align: sub;
    background: #fff url(../images/icon/switch.png) no-repeat;
    border-radius: 50%;
    position: absolute;
    right: 32px;
    top: 20px;
}
.ljyy-main .ljyy-main-content .content-tab .tab-item-active{
    background-color: #169e61;
    color: #fff;
}

/* tab内容 */
.ljyy-main .ljyy-main-content .content-container {
    width: 100%;
}

.ljyy-main .ljyy-main-content .content-container .content-item {
    width: 100%;
    display: none;
}

.ljyy-main .ljyy-main-content .content-container .content-item-active {
    display: block;
}

.ljyy-main .ljyy-main-content .content-container .content-title {
    width: 100%;
    border-bottom: 1px solid #CBCBCB;
    padding: 0 0 10px 0;
    margin-bottom: 30px;
}

/*.ljyy-main .ljyy-main-content .content-container .content-title::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 26px;
    background-color: #169e61;
    vertical-align: bottom;
    margin-right: 10px;
}*/
.ljyy-main .ljyy-main-content .content-container .content-title-main::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 32px;
    background-color: #169d62;
    vertical-align: bottom;
    margin-right: 20px;
}
.ljyy-main .ljyy-main-content .content-container .content-title-main {
    font-size: 25px;
    vertical-align: bottom;
    font-weight: bold;
    color: #5a5a5a;
}

.ljyy-main .ljyy-main-content .content-container .content-title-sub {
    font-size: 20px;
    vertical-align: bottom;
    font-weight: bold;
    color: #169e61;
    margin-left: 5px;
}
.ljyy-main .ljyy-main-content .content-container .content-title-sub i {
    font-style: normal;
}

/* tab 具体内容 */

.ljyy-main .ljyy-main-content .content-container .history-main img, .ljyy-main .ljyy-main-content .content-container .culture-main img { width: 100%; height:auto; display: block;}

/*welfare*/
.ljyy-main .ljyy-main-content .content-container .introduction-list { text-align: center;}
.ljyy-main .ljyy-main-content .content-container .introduction-list img { display: inline-block; height: 285px; width: auto; border:4px solid #B7DEFF; border-radius: 4px; margin-bottom: 5px;}
.ljyy-main .ljyy-main-content .content-container .introduction-text { margin: 10px; padding: 0 20px;}
.ljyy-main .ljyy-main-content .content-container .introduction-text p { line-height: 30px; text-indent: 32px; font-size: 16px; color: #3c3c3c;}
.ljyy-main .ljyy-main-content .content-container .introduction-text h4 { line-height: 48px; color: #e36c0a; margin-top: 16px; font-size: 20px;}

.ljyy-main .ljyy-main-content .content-container .introduction-list { text-align: center;}
.ljyy-main .ljyy-main-content .content-container .introduction-list img { display: inline-block; height: 285px; width: auto; border:4px solid #B7DEFF; border-radius: 4px; margin-bottom: 5px;}
.ljyy-main .ljyy-main-content .content-container .activity-text { margin: 10px; padding: 0 20px;}
.ljyy-main .ljyy-main-content .content-container .activity-text p { line-height: 30px; text-indent: 32px; font-size: 16px; color: #3c3c3c;}
.ljyy-main .ljyy-main-content .content-container .activity-text h4 { line-height: 48px; color: #e36c0a; margin-top: 16px; font-size: 20px;}

.content-img .swiper-container { position: relative; width: 750px; height: 400px; margin-top: 20px; }
.content-img .swiper-container .swiper-wrapper { width: 750px; height: 400px }
.content-img .swiper-container li { width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat;}

.content-img .swiper-container .main-picture-swiper {
    position: absolute;
    top: 50%;
    width: 64px;
    height: 64px;
    margin-top: -32px;
    z-index: 10;
    cursor: pointer;
    border-radius: 100%;
}
.content-img .swiper-container .main-picture-swiper.swiper-prev{
    background: rgba(0,0,0,0.4) url('../images/icon/swiper_left.png') no-repeat 30%/80% 100%;
    left: 18px;
}
.content-img .swiper-container .main-picture-swiper.swiper-next{
    background: rgba(0,0,0,0.4) url('../images/icon/swiper_right.png') no-repeat 30%/80% 100%;
    right: 18px;
}
.content-img .main-picture-swiper-pagination, .content-img .act-main-picture-swiper-pagination { height: 74px; text-align: center; line-height: 74px; font-size: 20px;}


.miniature-img { width: 100%; position: relative; height: 100px;  }
.miniature-img .swiper-container { width: 90%; height: 100%;}
.miniature-img li.swiper-slide-thumb-active { border: 1px solid #169e61;}
.content-img .miniature-img li { width: 100%; height: 100%; background-size: contain; background-repeat: no-repeat;}

.miniature-img .miniature-swiper {
    position: absolute;
    top: 0;
    width: 5%;
    height: 100px;
    z-index: 10;
    cursor: pointer;
}
.miniature-img .miniature-swiper.swiper-prev{
    background: url('../images/icon/swiper_left_bold.png') no-repeat 0/100% 80%;
    left: 0%;
}
.miniature-img .miniature-swiper.swiper-next{
    background: url('../images/icon/swiper_right_bold.png') no-repeat 0/100% 80%;
    right: 0%;
}


/*activity*/

/*.activity-main {}
.box-content {
    width: 1040px;
    height: 450px;
    position: relative;
    background: #fff;
}
.box-content .box-1, .box-content .box-2, .box-content .box-3, .box-content .box-4, .box-content .box-5, .box-content .box-6{
    width: 390px;
    height: 228px;
    float: left;
    margin: 0 15px 15px 0;
    overflow: hidden;
    position: absolute; 
}*/


.activity-main {}
.box-content {
    width: 1040px;
    height: 524px;
    position: relative;
    background: #fff;
    margin: 50px 0;
}
.box-content .box-img {
    position: absolute;
}
.box-content .box-img img {
    display: block;
    width: 100%;
    height: 100%;
}
.box-content .box-img span {
    display: block;
    position: absolute;
    width: 100%;
    height: 62px;
    line-height: 62px;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #169e61;
    left: 0;
    bottom: 0;
    background: rgba(255,255,255,.6);
}
.box-content .box-1 {
    width: 490px;
    height: 335px;
    top: 0;
    left: 0;
}
.box-content .box-2 {
    width: 283px;
    height: 182px;
    top: 0;
    left: 496px;
}
.box-content .box-3 {
    width: 283px;
    height: 180px;
    top: 190px;
    left: 496px;
}
.box-content .box-4 {
    width: 253px;
    height: 371px;
    top: 0;
    left: 786px;
}
.box-content .box-5 {
    width: 490px;
    height: 222px;
    top: 345px;
    left: 0;
}
.box-content .box-6 {
    width: 245px;
    height: 188px;
    top: 379px;
    left: 496px;
}
.box-content .box-7 {
    width: 292px;
    height: 188px;
    top: 379px;
    left: 748px;
}