.content-jkgl{
    margin-top: 155px;
}
.content-jkgl .area2{
    display: flex;
    flex-direction: column;
}
.content-jkgl .area2>div:nth-child(odd){
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 153px;
}
.content-jkgl .area2>div:nth-child(even){
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 153px;
}
.content-jkgl .area2 >div:nth-child(odd) .bottombox{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 94.28%;
	height: 474px;
	background-color: #fafafa;
	border-radius: 60px;
	border: solid 1px #e5e5e5;
}
.content-jkgl .area2>div:nth-child(even) .img{
    position: absolute;
    right: 0;
    top: -73px;
}
.content-jkgl .area2 >div:nth-child(even) .bottombox{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 94.28%;
	height: 474px;
	background-color: #fafafa;
	border-radius: 60px;
	border: solid 1px #e5e5e5;
}
.content-jkgl .area2>div:nth-child(odd) .img{
    position: absolute;
    left: 0;
    top: -73px;
}
.content-jkgl .bottombox .desc{
    width: 53.03%;
    position: relative;
    text-align: center;
}
.content-jkgl .bottombox .desc .num{
    position: absolute;
    font-size: 350px;
    font-weight: bold;
	line-height: 36px;
	letter-spacing: 35px;
	color: #589868;
	opacity: 0.1;
    left: 50%;
    top: 50%;
    transform: translate(-40%,-50%);
}
.bottombox .mytitle h1{
    font-size: 26px;
	line-height: 26px;
    font-weight: bold;
	color: #333333;
}
.bottombox .mytitle .line{
    width: 36px;
	height: 4px;
	background-color: #589868;
    margin: auto;
    margin-top: 38px;
    margin-bottom: 25px;
}
.bottombox .mytitle p{
    font-size: 18px;
	line-height: 38px;
	letter-spacing: 2px;
	color: #333333;
}
.bottombox .lists{
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    margin-bottom: 30px;
}
.content-jkgl .area2 .first:nth-child(3) .bottombox .mytitle{
    width: 65%;
    margin: auto;
}
.first:nth-child(3) .bottombox .round{
    width: 39px;
	height: 39px;
	border: solid 1px #51915e;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.first:nth-child(3) .bottombox .ico{
    text-align: center;
    border-right: 1px solid #589868;
    padding-right: 20px;
    width: 125px;
    
}
.first:nth-child(3) .bottombox .details{
    text-align: left;
    margin-left: 30px;
}
.first:nth-child(3) .bottombox .ico h5{
    font-size: 14px;
    line-height: 14px;
	letter-spacing: 1px;
	color: #589868;
    margin-top: 7px;
}
.first:nth-child(3) .bottombox .shux{
 display: none;
}
.first:nth-child(3){
    margin-bottom: 100px !important;
}
.content-jkgl .first .img{
    width: 50%;
}
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px){
    .content-jkgl .bottombox .desc .num{
        font-size: 260px;
    }
    .content-jkgl .area2 >div:nth-child(odd) .bottombox,.content-jkgl .area2 >div:nth-child(even) .bottombox{
        height: 380px;
    }
    .content-jkgl .area2 .first:nth-child(3) .bottombox .mytitle{
        width: 100%;
        padding: 15px;
    }
    .bottombox .lists{
        font-size: 13px;
    }
    .bottombox .lists{
        margin-top: 20px;
    }
    .content-jkgl .area2>div:nth-child(even),    .content-jkgl .area2>div:nth-child(odd){
        margin-bottom: 120px;
}
.first:nth-child(3) {
    margin-bottom: 60px !important;
}
}
/* pad端 */
@media screen and (min-width:768px) and (max-width:991px) {
    .content-jkgl .bottombox .desc .num{
        font-size: 180px;
    }
    .content-jkgl .area2 >div:nth-child(odd) .bottombox,.content-jkgl .area2 >div:nth-child(even) .bottombox{
        height: 380px;
    }
    .content-jkgl .area2 .first:nth-child(3) .bottombox .mytitle{
        width: 100%;
        padding: 15px;
    }
    .bottombox .lists{
        font-size: 13px;
    }
    .bottombox .lists{
        margin-top: 20px;
    }
    .content-jkgl .area2>div:nth-child(even),    .content-jkgl .area2>div:nth-child(odd){
        margin-bottom: 120px;
}
.first:nth-child(3) {
    margin-bottom: 60px !important;
}
.content-jkgl {
    margin-top: 120px;
}
.first:nth-child(3) .bottombox .shux{
    display: none;
}
.first:nth-child(3) .bottombox .ico h5 {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
    color: #589868;
    margin-top: 7px;
}
.first:nth-child(3) .bottombox .details{
    font-size: 12px;
}
.first:nth-child(3) .bottombox .ico{
    width: 30%;
}
.first:nth-child(3) .bottombox .details{
    width: 60%;
}
.bottombox .mytitle h1 {
    font-size: 20px;
    line-height: 20px;
}
.bottombox .mytitle p {
    font-size: 14px;
    line-height: 30px;
}
}
/* 移动端 */
@media (max-width:767px){
    .content-jkgl .bottombox .desc .num{
        font-size: 180px;
    }
    .content-jkgl .area2 >div:nth-child(odd) .bottombox,.content-jkgl .area2 >div:nth-child(even) .bottombox{
        height: 380px;
    }
    .content-jkgl .area2 .first:nth-child(3) .bottombox .mytitle{
        width: 100%;
        padding: 15px;
    }
    .bottombox .lists{
        font-size: 13px;
    }
    .bottombox .lists{
        margin-top: 20px;
    }
    .content-jkgl .area2>div:nth-child(even),    .content-jkgl .area2>div:nth-child(odd){
        display: flex;
        flex-wrap: wrap;
}
.first:nth-child(3) {
    margin-bottom: 60px !important;
}
.content-jkgl {
    margin-top: 120px;
}
.first:nth-child(3) .bottombox .shux{
    display: none;
}
.first:nth-child(3) .bottombox .ico h5 {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
    color: #589868;
    margin-top: 7px;
}
.first:nth-child(3) .bottombox .details{
    font-size: 12px;
}
.first:nth-child(3) .bottombox .ico{
    width: 30%;
}
.first:nth-child(3) .bottombox .details{
    width: 60%;
}
.bottombox .mytitle h1 {
    font-size: 20px;
    line-height: 20px;
}
.bottombox .mytitle p {
    font-size: 14px;
    line-height: 30px;
}
.content-jkgl .area2 >div:nth-child(odd) .bottombox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: unset;
    background-color: #fafafa;
    border-radius: unset;
    border: solid 1px #e5e5e5;
    padding: 30px 0;
}
.content-jkgl .area2 >div:nth-child(even) .bottombox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: unset;
    background-color: #fafafa;
    border-radius: unset;
    border: solid 1px #e5e5e5;
    padding: 30px 0;
}
.content-jkgl .area2>div:nth-child(odd) .img{
    position: unset;
    width: 100%;
    margin-bottom: 15px;
}
.content-jkgl .area2>div:nth-child(even) .img{
    position: unset;
    width: 100%;
    margin-bottom: 15px;
}
.content-jkgl .area2>div:nth-child(even){
    margin-bottom: 30px;
}
.content-jkgl .area2>div:nth-child(odd){
    margin-bottom: 30px;
}
.content-jkgl .bottombox .desc{
    width: 100%;
}
.content-jkgl {
    margin-top: 30px;
}
}
