﻿/* 控制台推荐 */
.recommend {
}

.recommend .rce-qh {
    display: table;
    margin: 49px auto 0;
    border-radius: 23px;
    overflow: hidden;
    height: 36px;
    border: 1px solid #cccccc;
}

.recommend .rce-qh span {
    display: block;
    float: left;
}

.recommend .rce-qh span a {
    display: block;
    width: 118px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
    color: #333;
    border-left: 1px solid #b2b1b1;
}

.recommend .rce-qh span:first-child a {
    border-left: none;
}

.recommend .rce-qh span a.a01 {
    width: 130px;
}

.recommend .rce-qh span.cur a {
    background: #04408d;
    color: #ffffff;
}

.recommend .rce-qh span:hover a {
    background: #04408d;
    color: #fff;
}


.rce-bbox {
    margin-top: 31px;
    position: relative;
    width: 100%;
}

.rce-neirong-left {
    width: 50% !important;
    overflow: hidden;
    float: left;
    position: relative;
}

.rce-neirong-left ul li {
    float: left;
    width: 100%;
}

.rce-neirong-left ul li a {
    display: block;
    width: 100%;
    overflow: hidden;
}

.rce-neirong-left ul li a img {
    display: block;
    overflow: hidden;
    transition: all 1s ease-out;
    height: 653px;
}

.rce-neirong-left ul li:hover a img {
    transform: scale(1.1);
}


.rce-neirong-right {
    width: 50%;
    background: #04408d;
    float: left;
    padding: 0 5%;
}

.rce-neirong-right h3 {
    text-align: center;
    margin-top: 16%;
    margin-bottom: 20px;
}

.rce-neirong-right h3 a {
    font-size: 35px;
    color: #fff;
    font-family: "PINGFANG";
}


.rce-neirong-right p {
    color: #fff;
    font-family: "PINGFANG";
    font: 400 17px/32px "Microsoft yahei";
    text-align: left;
    margin-top: 8px;
}

.rce-neirong-right ul {
    margin-top: 8%;
    text-align: center;
    width: 100%;
}

.rce-neirong-right ul li {
    text-align: center;
    width: 25%;
    float: left;
}

.rce-neirong-right ul li:first-child {
    margin-left: 0;
}


.rce-neirong-right ul li:nth-child(n + 5){
    margin-top: 1%
}

.rce-neirong-right ul li span {
    display: block;
    width: 88px;
    height: 88px;
    margin: 0 auto;
    background: url(../../images/tai.png) no-repeat center;
    font-size: 35px;
    color: #fff;
    line-height: 88px;
    text-align: center;
    font-family: "PINGFANG";
}

.rce-neirong-right ul li p {
    margin-top: 15px;
    font-size: 16px;
}

.rce-box {
    position: relative;
    width: 100%;
}

.rce-lbt-anniu {
    width: 29px;
    padding-bottom: 9px;
    position: absolute;
    padding-top: 9px;
    background: rgba(255,255,255,.5);
    left: 50%;
    margin-left: -14.5px;
    top: 50%;
    margin-top: -40px;
    border-radius: 14px;
}

.rce-lbt-anniu span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 auto;
    background: #fff;
    border-radius: 50%;
    margin-top: 7px;
}

.rce-lbt-anniu span.cur {
    background: #04408d;
}

.rce-neirong-right ul li:first-child span {
    background: url(../../images/tai.png) no-repeat center;
}

.rce-neirong {
    min-height: auto !important;
}

.rce-neirong-right {
    min-height: 653px !important;
}
@media (max-width:1200px) {
  .rce-neirong-right p:nth-child(n+6){
    display: none;
  }
}
@media (max-width:992px) {
  .rce-neirong-left{
    width: 100% !important;
  }
  .rce-neirong-right{
    width: 100% !important;
  }
}
