﻿.content-kyll{
    margin-top: 80px;
}
.content-kyll .title span{
    display: block;
    font-size: 16px;
	color: #333333;
    margin-top: 14px;
    margin-bottom: 28px;
}
.content-kyll .title .lines{
    width: 41px;
    height: 2px;
    background-color: #589868;
}
.content-kyll .title{
    margin-left: 20px;
}
.tabstoggle .siwp{
    width: 50%;
}
.content-kyll .tabstoggle{
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
    height: 420px;
    align-items: center;
}
.tabstoggle .siwp>div,.pageboxitem>div{
    display: none;
}
.tabstoggle .siwp>div:first-child,.pageboxitem>div:first-child{
    display: block;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 6px;
    background-color: #d1d1d1;
    border-radius: 3px;
    opacity: 1;
    margin-right: 12px;
}
.swiper-pagination-bullet-active {
    width: 20px;
    height: 6px;
    background-color: #589868;
    border-radius: 3px;
}
.content-kyll .pageboxitem{
    margin-top: 15px;
}
.content-kyll .boxtabs{
    width: 40.85%;
}
.content-kyll .boxtabs .smbox{
    width: 1px;
    background-color: #e3e3e3;
    height: 100%;
}
.boxtabs .smbox>div{
    height: 90px;
    width: 1px;
    margin-bottom: 20px;
    position: relative;
}
.boxtabs .smbox>div::before{
    content:"";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 100%;
    width: 13px;
	height: 13px;
	background-color: #e3e3e3;
}
.boxtabs .smbox>div::after{
    content:"";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 100%;
    width: 19px;
	height: 19px;
	border:1px solid #589868;
    visibility: hidden;
}
.tabstoggle .boxtabs{
    display: flex;
    justify-content: space-between;
}
.tabstoggle .boxtabs .items-list{
    width: 90.43%;
}
.boxtabs .items-list>div{
    width: 100%;
    height: 90px;
	background-color: #f5f5f5;
	border-radius: 30px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    padding-left: 56px;
    cursor: pointer;
    transition: all .3s linear;
}
.boxtabs .items-list>div:hover{
    transform: translateX(8px);
    background-color: #589868;
}
.boxtabs .items-list>div:hover  h5{
    color: #fff !important;
}
.boxtabs .items-list>div:hover  i{
    color: #fff !important;
}
.boxtabs .items-list>div i{
    color: #589868;
    font-size: 40px;
}
.items-list .laterbox .icon{
    padding-right: 52px;
    border-right: 1px solid #dbdbdb;
    margin-right: 68px;
}
.items-list .laterbox h5{
    font-size: 20px;
	line-height: 20px;
	color: #333333;
}
.the-active{
    background-color: #589868 !important;
}
.the-active h5{
    color: #fff !important;
}
.the-active i{
    color: #fff !important;
}
.r-active::after{
    visibility: visible !important;
}
.r-active::before{
    background-color: #589868 !important;
}
.pageboxitem .swiper-pagination{
    position: unset;
    width: 10%;
}
.allbgpic{
    background-image: url(../image/ky2.jpg);
    padding: 74px 0;
    margin-top: 90px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
}
.allbgpic .area2{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.allbgpic .area2 .descs{
    width: 46.71%;
    background-color: #589868;
	border-radius: 30px;
    padding: 83px 75px;
    font-size: 18px;
	line-height: 36px;
	color: #ffffff;
}
.allbgpic .area2 .descs .smlide{
    width: 20px;
	height: 4px;
	background-color: #fbb04a;
    margin-bottom: 25px;
}
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px){
    .content-kyll {
        margin-top: 60px;
    }
    .boxtabs .items-list>div{
        height: 70px;
    }.boxtabs .smbox>div {
        height: 70px;
    }
    .content-kyll .boxtabs {
        width: 46.85%;
    }
    .items-list .laterbox h5 {
        font-size: 17px;
        line-height: 20px;
        color: #333333;
    }
    .content-kyll .tabstoggle{
        height: unset;
    }
    .content-kyll .pageboxitem {
        margin-top: 0px;
    }
    .allbgpic{
        margin-top: 60px;
        padding: 60px 0;
    }
    .allbgpic .area2 .descs {
        width: 62%;
        padding: 60px 50px;
        font-size: 16px;
        line-height: 32px;
    }
}
/* pad端 */
@media screen and (min-width:768px) and (max-width:991px) {
    .content-kyll {
        margin-top: 45px;
    }
    .boxtabs .items-list>div{
        height: 60px;
    }.boxtabs .smbox>div {
        height: 60px;
    }
    .content-kyll .boxtabs {
        width: 46.85%;
    }
    .items-list .laterbox h5 {
        font-size: 14px;
        line-height: 20px;
        color: #333333;
    }
    .content-kyll .tabstoggle{
        height: unset;
        margin-top: 30px;
    }
    .content-kyll .pageboxitem {
        margin-top: 0px;
    }
    .allbgpic{
        margin-top: 40px;
        padding: 40px 0;
    }
    .allbgpic .area2 .descs {
        width: 62%;
        padding: 40px 35px;
        font-size: 14px;
        line-height: 26px;
    }
    .boxtabs .items-list>div i {
        color: #589868;
        font-size: 25px;
    }
    .items-list .laterbox .icon {
        padding-right: 35px;
        margin-right: 50px;
    }
    .pageboxitem .swiper-pagination {
        position: unset;
        width: 15%;
    }
}
/* 移动端 */
@media (max-width:767px){
    .content-kyll {
        margin-top: 30px;
    }
    .boxtabs .items-list>div{
        height: 60px;
    }.boxtabs .smbox>div {
        height: unset;
        width: 25%;
    }
    .content-kyll .boxtabs {
        width: 100%;
    }
    .items-list .laterbox h5 {
        font-size: 14px;
        line-height: 20px;
        color: #333333;
    }
    .content-kyll .tabstoggle{
        margin-top: 20px;
        flex-wrap: wrap;
        height: unset;
    }
    .content-kyll .pageboxitem {
        margin-top: 0px;
    }
    .allbgpic {
        margin-top: 35px;
        padding: 35px 0;
    }
    .allbgpic .area2 .descs {
        width: 95%;
        padding: 30px;
        font-size: 12px;
        line-height: 24px;
    }
    .boxtabs .items-list>div i {
        color: #589868;
        font-size: 25px;
    }
    .items-list .laterbox .icon {
        padding-right: 35px;
        margin-right: 50px;
    }
    .pageboxitem .swiper-pagination {
        position: unset;
        width: 100%;
    }
    .tabstoggle .siwp {
        width: 100%;
    }
    .content-kyll .boxtabs .smbox {
        width: 100%;
        background-color: #e3e3e3;
        height: 100%;
        height: 1px;
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
        margin-top: 25px;
    }
    .tabstoggle .boxtabs {
        flex-direction: column;
        align-items: center;
    }
    .tabstoggle .boxtabs .items-list {
        margin-top: 30px;
    }
    .allbgpic .area2{
        justify-content: center;
    }
}