.Pengren_top {
    position: relative;
}

.Pengren_top img {
    width: 100%;
}
.Pengren_top .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
}

.Pengren_top .title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    text-align: center;
    width: 855px;
}
.Pengren_top .title h2 {
    font-size: 52px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 24px;
}
.Pengren_top .title span {
    font-size: 18px;
}
.Pengren_top .go {
    text-align: right;
    color: #999;
}
.Pengren_top .go .container{
    padding: 23px 0 !important;
    border-bottom: 1px solid #ccc;
}
.Pengren_top .go span{
    color: #333;
}


.Pengren .vs{
    padding: 96px;
}
.Pengren .vs_content{
    display: flex;
    align-items: center;
}
.Pengren .vs_content .middle{
    flex:1;
    text-align: center;
}
.Pengren .vs_content .left,
.Pengren .vs_content .right{
    box-shadow: 0 0 20px #ccc;
    border-radius: 8px;
    overflow: hidden;
}
.Pengren .vs_content .left_box,
.Pengren .vs_content .right_box{
    padding: 32px;
}
.Pengren .vs_content .left_box i,
.Pengren .vs_content .right_box i{
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    margin-right: 8px;
}
.Pengren .vs_content .left_box i{
    background: url(../../../images/Pengren/no.png);
}
.Pengren .vs_content .right_box i{
    background: url(../../../images/Pengren/yes.png);
}
.Pengren .vs_content .left_box p,
.Pengren .vs_content .right_box p{
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-top: 32px !important;
}
.Pengren .vs_content .left_box p:nth-child(2),
.Pengren .vs_content .right_box p:nth-child(2){
    margin-top: 20px !important;
}
.Pengren .vs_content .left_box h3,
.Pengren .vs_content .right_box h3{
    font-size: 22px;
    font-weight: bold;
}
.Pengren .vs_content .left_box p,
.Pengren .vs_content .right_box p,
.Pengren .vs_content .left_box h3,
.Pengren .vs_content .right_box h3{
    margin: 0;
}

.Pengren .use{
    padding-bottom: 96px;
    background-color: #f7f7f7;
}
.Pengren .use .use_title h2{
    padding-top: 96px;
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    margin: 0;
    margin-bottom: 24px;
}
.Pengren .use .use_content .tab{
    margin-top: 24px;
    padding: 0 12px;
}
.Pengren .use .use_content .tab img{
    width: 100%;
    border-radius: 8px;
    transition: transform 0.5s;
}
.Pengren .use .use_content .tab .use_img{
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.Pengren .use .use_content .tab .use_img:hover img{
    transform: scale(1.1);
}
.Pengren .use .use_content .tab .use_box{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 24px 0 24px 32px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: 100%;
}
.Pengren .use .use_content .tab p{
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 8px;
}
.Pengren .use .use_content .tab span{
    font-size: 14px;
}


.Pengren .result {
    padding:96px 0;
}

.Pengren .result .result_title {
    margin-bottom: 56px;
}

.Pengren .result .result_title h2 {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin: 0;
}
.Pengren .result .result_content img {
    width: 100%;
}


.Pengren .advantage{
    padding: 96px 0;
    background: #f7f7f7;
}
.Pengren .advantage_title h2{
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 56px;
}
.Pengren .advantage_content .row{
    margin: 0;
    box-shadow: 0px 0px 20px #ccc;
    overflow: hidden;
}
.Pengren .advantage_content .tab{
    padding: 0;
    height: 537px;
}
.Pengren .advantage_content .tab img{
    width: 100%;
    height: 100%;
}
.Pengren .advantage_content .tab h1{
    margin: 0;
    font-weight: bold;
    font-size: 18px;
}
.Pengren .advantage_content .tab li:hover h1{
    color: #FF6F06;
}
.Pengren .advantage_content .tab li:hover h1 i{
    background: #FF6F06;
    border-color: #FF6F06;
}
.Pengren .advantage_content .tab i{
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin-right: 6px;
}

.Pengren .advantage_content .tab ul{
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    height: 100%;
    margin: 0;
    padding: 0 32px;
}
.Pengren .advantage_content .tab span{
    font-size: 14px;
    display: block;
    padding-top: 16px;
    color: #666;
    margin-left: 18px;
}


.Pengren .correlation {
    padding: 96px 0;
}


.Pengren .correlation_top h3 {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
}

.Pengren .correlation_bottom {
    margin-top: 48px;
    padding-top: 16px;
}

.Pengren .correlation_bottom .item .pic .img {
    margin-right: 20px;
    display: inline-block;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.Pengren .correlation_bottom .item .pic .img span {
    width: 100%;
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    padding: 24px 16px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
}

.Pengren .correlation_bottom .item .pic .img:last-child {
    margin-right: 0px;
}

.Pengren .correlation_bottom .carousel-control {
    width: 80px;
    height: 80px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    font-size: 40px;
    line-height: 80px;
    color: #fff;
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
}

.Pengren .correlation_bottom .left {
    left: 20px;
}

.Pengren .correlation_bottom .right {
    right: 20px;
}

.Pengren .correlation_bottom .carousel-control:hover {
    color: #ff6f06;
}
.Pengren .correlation_bottom .item .pic .img:hover img{
    transform: scale(1.1);
}
.Pengren .correlation_bottom .item .pic .img img{
    transition: transform 0.5s;
}

