/* banner */
.banner-wrap {
    margin-top: 0;
    height: 650px;
    width: 100%;
    min-width: 1180px;
    background-image: url('/static/common/img/big/banner-index.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
}

.banner-title {
    margin: 0 auto;
    margin-top: 266px;
    width: 1180;
    height: 64px;
    font-size: 64px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: 64px;
    color: rgba(255, 255, 255, 1);
}

.banner-tip {
    margin: 0 auto;
    margin-top: 22px;
    width: 1180px;
    height: 32px;
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 32px;
    color: rgba(255, 255, 255, 1);
}

/* banner 结束 */

.main {
    width: 1180px;
    margin: 0 auto;
}


.number-view-wrap {
    height: 290px;
    width: 1180px;
    display: flex;
}

.number-view-left,
.number-view-right {
    width: 590px;
    height: 225px;
    position: relative;
}

.number-view-title {
    height: 157px;
    width: 590px;
    line-height: 157px;
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(85, 85, 85, 1);
    text-align: center;
    vertical-align: middle;
}


.number-wrap {
    height: 68px;
    display: flex;
    position: absolute;
    right: 120px;
}

.number {
    display: inline-block;
    width: 49px;
    height: 68px;
    background: linear-gradient(180deg, rgba(110, 110, 110, 1) 0%, rgba(26, 17, 1, 1) 100%);
    opacity: 1;
    border-radius: 4px;
    margin-left: 7px;
}

.units {
    margin-left: 14px;
    height: 68px;
    line-height: 68px;
    vertical-align: middle;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(136, 136, 136, 1);

}

/* 产品服务浏览 开始 */
.product-view-wrap {
    height: 660px;
    width: 1180px;
}

.product-view-title {
    height: 32px;
    line-height: 32px;
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(85, 85, 85, 1);
    text-align: center;
    margin-top: 80px;
}

.product-view-summary {
    margin-top: 16px;
    width: 1180px;
    height: 86px;
    height: 26 rpx;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 26px;
    color: rgba(123, 123, 123, 1);
    text-align: center;
    overflow: hidden;
}

.product-view {
    height: 360px;
    display: flex;
}

.product-view-item {
    margin-right: 16px;
}

.product-view .default {
    width: 220px;
    height: 360px;
}

.product-view .active {
    width: 460px;
    height: 360px;
    cursor: pointer;
}

.product-view .item {
    overflow: hidden;
}

.default .item {
    width: 220px;
    height: 360px;
}

.default .item .icon {
    display: block;
    height: 60px;
    width: 60px;
    margin: 123px auto 28px auto;
}

.default .item .title {
    height: 27px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 26px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

.default .item0 {
    background-image: url('/static/common/img/big/product-view-default0.png');
}

.default .item1 {
    background-image: url('/static/common/img/big/product-view-default1.png');
}

.default .item2 {
    background-image: url('/static/common/img/big/product-view-default2.png');
}

.default .item3 {
    background-image: url('/static/common/img/big/product-view-default3.png');
}

.active .item {
    width: 460px;
    height: 120px;
    display: flex;
}

.active .item .icon {
    display: inline-block;
    height: 40px;
    width: 40px;
    margin: 40px 20px 0 130px;
}

.active .item .title {
    margin-top: 47px;
    height: 26px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 26px;
    color: rgba(255, 255, 255, 1);
}

.active .item0 {
    background-image: url('/static/common/img/big/product-view-active0.png');
}

.active .item1 {
    background-image: url('/static/common/img/big/product-view-active1.png');
}

.active .item2 {
    background-image: url('/static/common/img/big/product-view-active2.png');
}

.active .item3 {
    background-image: url('/static/common/img/big/product-view-active3.png');
}

.active .summary-wrap {
    width: 460px;
    background: rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(236, 236, 236, 1);
    overflow: hidden;
    padding: 57px 0;
}

.active .summary-wrap .summary {
    margin: 0 auto;
    width: 360px;
    height: 47px;
    overflow: hidden;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 26px;
    color: rgba(136, 136, 136, 1);
}

.active .link {
    width: 460px;
    height: 80px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 80px;
    color: rgba(85, 85, 85, 1);
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}

.active .link:hover {
    color: #F1B52A;
}

/* 产品服务 浏览结束 */

/* 新闻资讯浏览 */

.news-view-wrap {
    height: 480px;
    width: 1180px;
    margin: 0 auto;
}

.news-view-title {
    margin: 80px auto 60px auto;
    width: 1180px;
    height: 42px;
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 42px;
    text-align: center;
}

.news-view {
    height: 212px;
    width: 1180px;
    margin: 0 auto;
    display: flex;
    overflow: hidden;
}

.news-view-item {
    height: 212px;
    width: 240px;
    background-color: #fff;
    margin-right: 80px;
    flex-shrink: 0;
}

.news-view-top {
    width: 240px;
    height: 80px;
    position: relative;
    margin-bottom: 15px;
}

.news-view-top .title {
    height: 80px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 80px;
    color: rgba(255, 255, 255, 1);
    vertical-align: middle;
    padding-left: 30px;
}

.news-view-top .more {
    position: absolute;
    top: 0;
    right: 30px;
    height: 80px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 80px;
    color: rgba(255, 255, 255, 1);
}


.news-link {
    margin-top: 15px;
    width: 240px;
    height: 24px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 24px;
    color: rgba(136, 136, 136, 1);
}

.news-link:hover {
    color: #F1B52A;
}
