/* CSS Document */
.bannerIndex .head_text {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    color: #fff;
    font-size: 16px;
    text-align: left;
    line-height: 200%;
    left: 100%;
    padding-left: 10%;
}
.bannerIndex .head_text .head_text_big {
    font-size: 40px;
}
.bannerIndex .head_text .head_text_small{
    margin-top: 10px;
}
.bannerIndex .head_text .head_text_h{
    display: block;
    width: 79px;
    height: 4px;
    background: red;
}
.bannerIndex .head_text .head_text_small{
    margin-top: 10px;
}
.bannerIndex .head_text .head_text_default{
    font-size: 28px;
    margin-top: 21px;
}
/*banner*/

.my-pro {
    background-color: #ffffff;
    padding: 50px 0;
}
.block-title {
    text-align: center;
}
.block-title .tit-english {
    font-weight: 300;
    font-size: 20px;
    color: #aaafb4;
}
.block-title .tit-main {
    font-size: 28px;
    color: var(--oneColor);
    font-weight: bold;
}
.block-title .tit-line {
    display: block;
    width: 50px;
    height: 2px;
    margin: 5px auto;
    background: red;
}
.container {
    margin: 0 auto;
    width: 1200px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 30px auto;
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
}
.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.my-pro .content {
    margin-right: 1rem;
    position: relative;
    z-index: 98;
    background-color: #ffffff;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.content {
    width: 900px;
    background-color: #fff;
    border-radius: 10px;
    padding: 0 30px;
    margin: 10px auto;
    overflow: hidden;
    float: left;
}
.public-title {
    margin-top: 0.9rem;
}
.public-title .title {
    line-height: 1.5;
    color: #5b626c;
    font-size: 28px;
    display: inline-block;
}
.p_r {
    position: relative;
}
.public-title .title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -0.2rem;
    height: 4px;
    width: 165px;
    background-color: #ff0000;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.my-pro .text {
    font-size: 16px;
    color: #5b626c;
    margin-top: 0.3rem;
    overflow: hidden;
    line-height: 2;
}
.my-pro .text p {
    margin-top: 0.6rem;
}
.my-pro .cover-bg {
    width: 5rem;
    height: 6.78rem;
    background-color: #f5f7fa;
    position: absolute;
    z-index: 1;
}
.big-screen {
    display: block;
    width: 332px;
    height: 40px;
    padding-top: 40px;
    margin: auto;
}
.advantage-wrap {
//    padding-bottom: 50px;
    color: #93755f;
    text-align: center;
//    background: #f5f7fa;
    padding: 50px 0;
    background: url(/skin/ruifang/images/paiqian/beijing.png) no-repeat 50%/cover
}
h1.page-item-title.light {
    color: #d8261c
}
h1.page-item-title {
    padding-top: 30px;
    font-size: 30px;
    color: #333;
    line-height: 60px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 50px;
}
h1.page-item-title.light p.sub-title {
    color: inherit
}
h1.page-item-title p.sub-title {
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    color: #5b6070;
    padding-top: 6px;
    position: relative;
    font-weight: 400;
}
.advantage-wrap ul {
    padding-bottom: 30px;
    margin-top: 40px;
}
.container {
    margin: 0 auto;
    width: 1200px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
ol, ul {
    list-style: none;
}
.advantage-wrap ul>li:not(:first-child) {
    margin-left: 20px;
}
.advantage-wrap ul>li.active, .advantage-wrap ul>li:hover {
    background-color: #fbfbfb;
}
.advantage-wrap ul>li {
    display: inline-block;
    border-radius: 4px;
    width: 280px;
    height: 240px;
    padding: 26px 12px 0;
    border: 1px solid #93755f;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    cursor: pointer;
    margin-bottom:10px;
}
.advantage-wrap ul>li>h6 {
    line-height: 52px;
    font-size: 22px;
}
.advantage-wrap ul>li p {
    font-size: 16px;
    line-height: 26px;
    padding: 5px 0 10px;
}
.advantage-wrap ul>li .desc {
    line-height: 22px;
    font-size: 14px;
}
.advantage-wrap ul>li.active p, .advantage-wrap ul>li:hover p {
    color: #333;
}
.advantage-wrap ul>li.active h6, .advantage-wrap ul>li:hover h6 {
    color: #ff4343;
}
.advantage-wrap ul>li.active .desc, .advantage-wrap ul>li:hover .desc {
    color: #5b6070;
}
.advantage-wrap ul>li .desc {
    line-height: 22px;
    font-size: 14px;
}
.produce-wrap {
    background: url(/skin/ruifang/images/paiqian/beijing.png) no-repeat 50%/cover
    padding-bottom: 70px;
//    background-color: #fff;
}
h3.page-item-title {
    padding-top: 50px;
    font-size: 42px;
    color: #333;
    line-height: 60px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 50px;
}
.brand, a:hover {
    color: red;
}
.container {
    margin: 0 auto;
    width: 1200px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.produce-wrap ul {
    text-align: center;
    margin-right: 0px;
}
.el-row {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ol, ul {
    list-style: none;
}
.produce-wrap ul li {
    height: 360px;
    color: #fff;
    cursor: pointer;
}
.el-col-6 {
    width: 20%;
}
[class*=el-col-] {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.produce-wrap ul li .produce-item:first-child {
    background-image: url(../images/produce-item-bg-01.9b377af¡­.jpg);
}
.produce-wrap ul li .produce-item {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 4px;
    background-clip: content-box;
    background-size: cover;
    background-repeat: no-repeat;
}
.produce-wrap ul li.active .produce-item-box, .produce-wrap ul li .produce-item-box:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 102, 82, .9)), to(rgba(255, 42, 42, .9)));
    background-image: -o-linear-gradient(top, rgba(255, 102, 82, .9) 0, rgba(255, 42, 42, .9) 100%);
    background-image: linear-gradient(180deg, rgba(255, 102, 82, .9), rgba(255, 42, 42, .9));
    padding-top: 40px;
}
.produce-wrap ul li .produce-item-box.active p, .produce-wrap ul li .produce-item-box:hover p {
    display: block;
}
.produce-wrap ul li .produce-item-box {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgb(122 122 122);
    line-height: 28px;
    padding: 120px 5px 0;
}
.produce-wrap ul li .produce-item-box i.cms {
    font-size: 52px;
}
.cms {
    font-family: cms!important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.produce-wrap ul li .produce-item-box h6 {
    font-size: 20px;
    margin: 30px 0 10px;
    font-family: PingFangSC-Semibold;
}
.produce-wrap ul li.active .produce-item-box p {
    display: block;
}
.produce-wrap ul li .produce-item-box p {
    display: none;
}
.cms-icon-product1:before {
    content: "\e630";
}
.service {
    background-color:#fff;
}
.fangan1{
    width:1200px;
    height:560px;
    margin: 0 auto;
}
.chanping{
    background-image: url(/skin/ruifang/images/paiqian/beijing.png);
    color: #93755f;
    text-align: center
}
.chanping ul{
    padding-bottom: 30px;
}
.chanping .1chanping{
    margin: 0 auto;
    width: 1200px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.chanping ul>li {
    display: inline-block;
    border-radius: 4px;
    width: 200px;
    height: 165px;
    padding: 26px 12px 0;
    border: 1px solid #93755f;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    cursor: pointer;
    margin-bottom: 10px;
}
.chanping ul>li>h6 {
    line-height: 90px;
    font-size: 21px;
}
.chanping ul>li.active, .chanping ul>li:hover {
    background-color: #fbfbfb;
}
.chanping ul>li.active h6, .chanping ul>li:hover h6 {
    color: #ff4343;
}
@media (max-width: 768px){
.fangan1{
    width:95%;
    height:100%;
}
.container{
    width:95%;
}
.advantage-wrap ul>li {
    width: 107px;
    height: 400px;
    margin-top: 10px;
}
.produce-wrap ul li{
    height: 430px;
}
.banner-lietou {
    display: none;
}
.section-advantage {
    width: 100%;
}
.acv-lr {
    display: none;
}
.acv-vs {
    display: none;
}
.acv-cen {
    margin: 0px 90px;
}
img {
    width: 100%;
    height: 100%;
}
.chanping{
    margin-top: -30px;
}
.chanping img {
    display: none;
}
.chanping ul>li {
    display: inline-block;
    width: 125px;
    height: 100px;
    border: 1px solid #93755f;
    padding: 26px 12px 0;
    box-sizing: border-box;
    vertical-align: top;
    cursor: pointer;
    /*margin: -8px auto;*/
}
.chanping ul>li>h6 {
    font-size: 18px;
    line-height: 30px;
}
}
