body {
    overflow-x: hidden;
}

.cq-content {
    width: 100%;
    padding-top: 0;
    background-color: #fff;
}

.cq-content .cq-banner {
    min-width:1200px;
    height: 240px;
    background: url(/img/pc/platIntro/equity_banner.jpg) center no-repeat #fff;
    background-size: 100% 100%;
}

.cq-content-detail {
    width: 1160px;
    margin: 30px auto;
}

.cq-content-nav {
    text-align: left;
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.cq-content-nav a {
    color: #999;
    vertical-align: middle;
}

.cq-content-nav a:hover {
    color: #ff7200;
}

.cq-content-nav .title {
    padding-left: 5px;
    color: #333;
    width: 200px;
    font-size: 14px;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.cq-banner {
    box-sizing: border-box;
    padding-top: 55px;
}

.cq-banner p {
    font-size: 40px;
    text-align: center;
    color: #fff;
    line-height: 3;
}

.cnt-nav {
    height: 60px;
    line-height: 57px;
    background-color: #fff;
    border-bottom: solid 1px #f0f0f0;
}

.cnt-nav > span {
    display: inline-block;
    margin-right: 40px;
    color: #666;
    font-size: 14px;
    cursor: pointer;
}

.cnt-nav .cnt-nav-item.active {
    color: #ff7200;
    border-bottom: 3px solid #ff7200;
}

.cnt-type {
    margin-bottom: 20px;
}

.group .type-item {
    float: left;
    width: 130px;
    margin-left: 30px;
    margin-right: 80px;
    margin-top: 40px;
    padding-bottom: 20px;
    line-height: 40px;
    font-size: 16px;
    color: #666;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.group .type-item.active {
    position: relative;
}

.group .type-item.active p {
    color: #ff7200;
}

.group .type-item.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f9f9fa;
}

.group .type-item:nth-child(5n) {
    margin-right: 40px;
}

.group .type-item img {
    width: 74px;
    height: 74px;
    border-radius: 37px;
}

/*清除浮动--推荐使用*/
.clearfix:before, .clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.hide {
    display: none;
}

.desc {
    padding: 40px 60px 32px 55px;
    background-color: #f9f9fa;
}

.desc-title {
    position: relative;
    line-height: 34px;
    font-size: 16px;
    color: #ff7200;
}

.desc-title::after {
    position: absolute;
    content: '';
    left: -10px;
    top: 16px;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #ff7200;
}

.desc-detail {
    line-height: 30px;
    font-size: 16px;
    color: #666;
}

.bottom-tip {
    margin-bottom: 60px;
    text-align: center;
    font-size: 18px;
    color: #666;
}

.bottom-tip strong {
    color: #ff6700;
}