

section.realview {
    padding: 100px 0 90px;
    background-color: #f2f2f2;
}
section.realview h3 {
    font-size: 38px;
    text-transform: Uppercase;
}
section.realview h3, section.realview p.small_title {
    text-align: center;
    color: #222;
}
section.realview p.small_title {
    font-size: 28px;
}
section.realview a.more {
    display: block;
    width: 230px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border: 1px solid #222;
    font-size: 18px;
    margin: 90px auto 0;
    color: #222;
    background: #f2f2f2;
}
section.realview a.more:hover {
    border-color: #0d0a08;
    background: #0d0a08;
    color: #fff;
}
section.realview .list .item {
    overflow: hidden;
    margin-top: 10px;
}
section.realview .list {
    margin-top: 40px;
}
section.realview .list .item .left a.top {
    display: block;
    width: 100%;
    height: 315px;
    overflow: hidden;
}
section.realview .list .item .left a.thumb, section.realview .list .item .right a.thumb {
    position: relative;
    overflow: hidden;
}
section.realview .list .item .left a.thumb span.thumb, 
section.realview .list .item .right a.thumb span.thumb{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: no-repeat center / cover;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}
section.realview .list .item .left a.thumb img, section.realview .list .item .right a.thumb img {
    display: block;
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
section.realview .list .item .left a.thumb:hover span.thumb, section.realview .list .item .right a.thumb:hover span.thumb {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
section.realview .list .item .left div.info {
    height: 333px;
    background: #ffffff;
    padding: 60px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
section.realview .list .item .left div.info .tit {
    display: block;
    font-size: 28px;
    line-height: 40px;
    max-height: 80px;
    overflow: hidden;
}
section.realview .list .item .left div.info .desc {
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    margin-top: 20px;
    color: #222222;
}
section.realview .list .item .left div.info a.pro-more {
    display: block;
    width: 26px;
    height: 14px;
    background: url('../images/jt.png') no-repeat center / 100%;
    margin-top: 30px;
}
section.realview .list .item .right.fr {
    float: right;
}
section.realview .list .item .right a {
    display: block;
    width: 100%;
    height: 648px;
    background: no-repeat center /cover;
    position: relative;
}
section.realview .list .item .right.h500 a {
    height: 500px;
}
section.realview .list .item .left .top {
    position: relative;
}
section.realview .list .item .right .desc, section.realview .list .item .left .top .tit_name {
    position: absolute;
    bottom: 40px;
    left: 40px;
    color: #fff;
    width: 80%;
    overflow: hidden;
}
section.realview .list .item .left .top .tit_name {
    bottom: 10px;
    left: 10px;
}
section.realview .list .item .right .desc span, section.realview .list .item .left .top .tit_name span {
    display: block;
}
section.realview .list .item .right .desc span.title, section.realview .list .item .left .top .tit_name .title {
    font-size: 18px;
}
section.realview .list .item .right .desc span.name, section.realview .list .item .left .top .tit_name .name {
    font-size: 24px;
}
@media screen and (max-width:1640px) {
    section.realview {
        padding: 40px 30px;
    }
}
@media screen and (max-width:1200px) {}
@media screen and (max-width:992px) {
    section.realview p.small_title {
        font-size: 24px;
    }
    section.realview .list .item .right a, section.realview .list .item .right.h500 a {
        height: 0;
        padding-top: 61.81%;
    }
    section.realview .list .item {
        margin-top: 0;
    }
    section.realview .list .item .right .desc {
        left: 10px;
        bottom: 10px;
    }
    section.realview .list .item .right .desc span.title, section.realview .list .item .left .top .tit_name .title {
        font-size: 16px;
    }
    section.realview .list .item .right .desc span.name, section.realview .list .item .left .top .tit_name .name {
        font-size: 20px;
    }
    section.realview a.more {
        width: 86.667%;
        height: 60px;
        line-height: 60px;
        margin-top: 40px;
    }
}
@media screen and (max-width:767px) {
    section.realview {
        padding-left: 15px;
        padding-right: 15px;
    }
    section.realview .list {
        margin-top: 20px;
    }
    section.realview .list .item .left.fr {
        float: none;
    }
    section.realview .list .item .left a.top {
        height: 0;
        padding-top: 48.46%;
    }
    section.realview .list .item .left div.info {
        padding: 30px 15px;
        height: auto;
        margin-bottom: 20px;
    }
    section.realview .list .item .left div.info .tit {
        font-size: 20px;
        line-height: 28px;
        max-height: 56px;
    }
    section.realview .list .item .left div.info .desc {
        font-size: 16px;
        line-height: 24px;
        max-height: 48px;
    }
    section.realview a.more {
        height: 40px;
        line-height: 40px;
        margin-top: 40px;
    }
}