﻿.jtjj-content .jtjj{
    width: 48.71%;
    margin-right: 14%;
}
.jtjj-content .jtjj .title span{
    font-size: 16px;
	color: #333333;
    margin-top: 15px;
    display: inline-block;
    margin-bottom: 32px;
}
.jtjj-content .jtjj .title .lines{
    width: 41px;
	height: 2px;
	background-color: #589868;
}
.jtjj-content .jtjj p{
    font-size: 16px;
	line-height: 28px;
	color: #666666;
    margin-left: 20px;
}
.jtjj-content .jtjj p:last-child{
    margin-top: 35px;
}
.jtjj-content .jtjj .desc{
    margin-top: 50px;
}
.jtjj-content{
    background-color: #f7f7f7;
    padding-top: 100px;
    padding-bottom: 86px;
}
.jtjj-content .title{
    margin-left: 20px;
}
.jtjj-content .area2{
    display: flex;
}
.thelbimg{
    margin-top: 60px;
    padding-bottom: 20px;
}
.thelbimg .dpm{
    display: flex;
    justify-content: space-between;
}
.thelbimg .dpm img{
    border-radius: 25px;
}
.thelbimg .dpm>div{
    width: unset;
}
.thelbimg .area2{
    position: relative;
}
.thelbimg .swiper-pagination1{
    bottom: -30px;
    left: 10px;
}
.thelbimg .swiper-pagination-bullet{
    width: 12px;
	height: 6px;
	background-color: #d1d1d1;
	border-radius: 3px;
    opacity: 1;
    margin-right: 12px;
}
.thelbimg .swiper-pagination-bullet-active{
    width: 20px;
	height: 6px;
	background-color: #589868;
	border-radius: 3px;
}
.bread .tabs .tbox:last-child{
    margin-right: 0 ;
}
.thelbimg .dpm>div{
    transition: all .3s linear;
}
.thelbimg .dpm>div:hover{
    transform: translateY(-8px);
}
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px){
    .bread .tabs .tbox{
        margin-right: 35px;
    }
    .jtjj-content {
        background-color: #f7f7f7;
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .jtjj-content .jtjj .title span {
        font-size: 16px;
        color: #333333;
        margin-top: 15px;
        display: inline-block;
        margin-bottom: 20px;
    }
    .jtjj-content .jtjj .desc {
        margin-top: 35px;
    }
    .thelbimg {
        margin-top: 45px;
        padding-bottom: 20px;
    }
}
/* pad端 */
@media screen and (min-width:768px) and (max-width:991px) {
    .bread .tabs .tbox{
        margin-right: 25px;
    }
    .jtjj-content {
        background-color: #f7f7f7;
        padding-top: 50px;
        padding-bottom: 45px;
    }
    .jtjj-content .jtjj .title span {
        font-size: 16px;
        color: #333333;
        margin-top: 15px;
        display: inline-block;
        margin-bottom: 20px;
    }
    .jtjj-content .jtjj .desc {
        margin-top: 20px;
    }
    .thelbimg {
        margin-top: 45px;
        padding-bottom: 20px;
    }
    .jtjj-content .jtjj p {
        font-size: 14px;
        line-height: 24px;
        color: #666666;
        margin-left: 20px;
    }
    .jtjj-content .jtjj p:last-child {
        margin-top: 15px;
    }
    
}
/* 移动端 */
@media (max-width:767px){
    .bread .tabs .tbox{
        margin-right: unset;
    }
    .jtjj-content {
        background-color: #f7f7f7;
        padding-top: 50px;
        padding-bottom: 45px;
    }
    .jtjj-content .jtjj .title span {
        font-size: 16px;
        color: #333333;
        margin-top: 15px;
        display: inline-block;
        margin-bottom: 20px;
    }
    .jtjj-content .jtjj .desc {
        margin-top: 20px;
    }
    .thelbimg {
        margin-top: 45px;
        padding-bottom: 20px;
    }
    .jtjj-content .jtjj p {
        font-size: 14px;
        line-height: 24px;
        color: #666666;
        margin-left: 20px;
    }
    .jtjj-content .jtjj p:last-child {
        margin-top: 15px;
    }
    .bread .area2{
        flex-wrap: wrap;
        height: unset;
    }
    .bread .tabs{
        justify-content: space-between;
        width: 100%;
        font-size: 12px;
    }
    .jtjj-content .jtjj {
        width: 100%;
        margin-right: unset;
    }
    .jtjj-content .numimg{
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
    .jtjj-content .area2{
        flex-wrap: wrap;
    }
}