﻿/* ---------------------------banner--------------------------- */
body {
    background: #f5f5f5;
}

.home_banner {
    position: relative;
}

.home_banner .home_banner_list {
    position: relative;
}

.home_banner .home_banner_list li {
    height: 100%;
    width: 100%;
    display: none;
    min-height: 500px;
    background: url('../Images/banner2.png') no-repeat center;
    background-size: cover !important;
}

.home_banner .home_banner_list li>a {
    width: 100%;
    height: 500px;
    display: block;
}

.home_banner .home_banner_list li:first-child {
    display: block;
}


/* .home_banner .home_banner_list li>img {
    width: 100%;
    height: auto;
} */

.home_banner .home_banner_list li .banner_msg {
    width: 82%;
    min-width: 1200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.home_banner .home_banner_list li h3 {
    font-size: 28px;
    color: #fff;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    box-sizing: border-box;
    padding-bottom: 20px;
    font-weight: 500;
    letter-spacing: 1px;
}

.home_banner .home_banner_list li p {
    width: 592px;
    color: #fff;
    line-height: 28px;
    box-sizing: border-box;
    font-size: 16px;
    letter-spacing: 1px;
}
.home_banner .home_banner_list li p:nth-of-type(2){
    margin-top:10px;
}

.home_banner .home_banner_list li .banner_msg .bannerBtn {
    display: block;
    width: 158px;
    height: 44px;
    border: 1px solid #f7a300;
    outline: none;
    color: #f7a300;
    font-size: 18px;
    text-align: center;
    line-height: 44px;
    cursor: pointer;
    border-radius: 4px;
    margin-top: 32px;
    text-align: center;
    line-height: 44px;
    letter-spacing: 2px;
    background: rgba(247,163,0,.2);
}

.home_banner .home_banner_list li .banner_msg .bannerBtn:hover {
    color: #fff;
    background: #f7a300;
}

.bannerDot {
    display: inline-block;
    position: absolute;
    z-index: 999;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
}

.bannerDot li {
    width: 10px;
    height: 10px;
    background: #e5e5e5;
    border-radius: 5px;
    margin-right: 10px;
    float: left;
    cursor: pointer;
}

.bannerDot li.active {
    width: 22px;
    background: #f5a21b;
}

/* --------------------------- 数据解决方案 --------------------------- */
.dataSolution {
    width: 100%;
}


.dataSolutionItem {
    width: 100%;
    height: 482px;
    padding: 46px 0;
    box-sizing: border-box;
}

.itemBg {
    background: #fff;
}

.dataSolutionItem_con {
    width: 1240px;
    margin: 0 auto;
    display: flex;
}

.dataSolutionItem_con .imgBox {
    width: 700px;
    height: 390px;
    overflow: hidden;
}

.dataSolutionItem_con .msgBox {
    flex: 1;
    padding: 40px 0;
    box-sizing: border-box;
}

.dataSolutionItem_con .msgBox h4 {
    font-size: 24px;
    color: #333;
    margin-bottom: 24px;
    font-weight: 600;
    letter-spacing: 1px;
}

.dataSolutionItem_con .msgBox p {
    line-height: 26px;
    color: #7a7a7a;
    margin-bottom: 26px;
    letter-spacing: 1px;
}

.dataSolutionItem_con .msgBox a {
    display: block;
    width: 158px;
    height: 44px;
    border: none;
    outline: none;
    cursor: pointer;
    border:1px solid #f7a300;
    color:#f7a300;
    font-size: 18px;
    border-radius: 4px;
    text-align: center;
    line-height: 46px;
    letter-spacing: 2px;
}
.dataSolutionItem_con .msgBox a:hover{
    background: #f7a300;
    color: #fff;
}


.dataSolutionItem_con .msgBoxRight {
    padding-left: 134px;
    padding-right: 19px;
}

.dataSolutionItem_con .msgBoxleft {
    padding-right: 134px;
    padding-left: 19px;
}

/* --------------------------- 数据集 --------------------------- */
.dataSet {
    width: 100%;
    padding-bottom: 50px;
    background: #fff;
}

.dataSetList {
    width: 1200px;
    margin: 0 auto;
}

.dataSetItem {
    float: left;
    width: 381px;
    height: 251px;
    position: relative;
    margin-bottom: 25px;
    margin-right: 25px;
}

.dataSetItem:nth-of-type(3n) {
    margin-right: 0;
}

.dataSetItem dt {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.dataSetItem dt img {
    width: 100%;
    height: 100%;
}

.dataSetItem dd {
    position: absolute;
    width: 100%;
    height: 42px;
    left: 0;
    bottom: 0;
    background: linear-gradient(to top, #000, rgba(255, 255, 255, 0));
    color: #fff;
    text-indent: 14px;
    line-height: 42px;
    font-size: 14px;
}

.moreDataSet {
    display: block;
    width: 160px;
    height: 46px;
    border: none;
    outline: none;
    cursor: pointer;
    margin: 49px auto 0;
    background: #f7a300;
    font-size: 18px;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    line-height: 46px;
    letter-spacing: 1px;
}
.moreDataSet:hover {
    background:rgba(247,163,0,.9);
}


/* --------------------------- 定制服务 --------------------------- */
.serverList {
    width: 1200px;
    margin: auto;
    padding-bottom: 60px;
    display: flex;
}

.serverItem {
    flex: 1;
    padding-bottom: 40px;
    background: #fff;
    text-align: center;
}

.serverItem h5 {
    text-align: center;
    margin-top: 30px;
    font-weight: 600;
    font-size: 24px;
    color: #333;
    letter-spacing: 1px;
}

.serverItem p {
    width: 218px;
    margin: 0 auto;
    font-size: 16px;
    color: #999;
    line-height: 26px;
    margin: 18px auto 28px;
    text-align: center;
}

.serverItem a {
    display: block;
    width: 158px;
    height: 44px;
    border: 1px solid #f7a300;
    color: #f7a300;
    outline: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    background: #fff;
    margin: 0 auto;
    text-align: center;
    line-height: 44px;
}

.serverItem button:hover {
    background: #f7a300;
    color: #fff;
}

.trim {
    display: block;
    width: 62px;
}


/* --------------------------- 定制服务 --------------------------- */
.markPlatform {
    width: 100%;
    margin: auto;
    padding-bottom: 60px;
    background: #fff;
}

.markPlatform .serverItem p {
    width: 344px;
    letter-spacing: 1px;
}

.markPlatform .serverItem a {
    border: none;
    outline: none;
    background: #f7a300;
    color: #fff;
}

.serverItem a:hover {
    background: rgba(247, 163, 1,.9);
    color: #fff;
}

/* --------------------------- 新闻动态 --------------------------- */
.newsList {
    width: 1349px;
    height: 358px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 60px;
}

.newsList>div {
    position: absolute;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    left: 50%;
    margin-left: -600px;
}

.newsList>div ul {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
}

.newsList li {
    flex-shrink: 0;
    width: 374px;
    height: 380px;
    margin-right: 42px;
    background: #fff;
}

.newsList li dt {
    width: 100%;
    height: 224px;
    text-align: center;
    background: coral;
}

.newsList li dt img {
    width: 100%;
    height: 100%;
}

.newsList li dd {
    padding: 15px;
    box-sizing: border-box;
}

.newsList li dd h5 {
    font-size: 18px;
    line-height: 28px;
    color: #333;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.newsList li dd p {
    font-size: 12px;
    color: #999999;
    margin: 6px 0 4px;
}

.newsList li dd a {
    color: #004fcf;
    font-size: 14px;
}
.newsList li dd a:hover {
    color: #004fcf;
    opacity: 0.8;
}

.newsList li dd a span {
    float: left;
}

.newsList li dd a img {
    float: left;
    margin-top: 4px;
    margin-left: 6px;
}

.newsList .btn {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 52px;
    background: #fff;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}

.newsList .btn:hover {
    border-color: #004fcf;
    color: #004fcf;
}

.newsList .btn.active {
    border-color: #004fcf;
    color: #004fcf;
}

.newsList .leftBtn {
    background: url('../Images/btn_03.png') no-repeat;
    left: 0;
}

.newsList .leftBtn:hover {
    background: url('../Images/btnactive_03.png') no-repeat;
}


.newsList .rightBtn {
    background: url('../Images/btn_05.png') no-repeat;
    right: 0;
}

.newsList .rightBtn:hover {
    background: url('../Images/btnactive_05.png') no-repeat;
}










.floortitle {
    width: 100%;
    color: #333;
    text-align: center;
    line-height: 132px;
    font-size: 31px;
    letter-spacing: 1px;
}

.floorMsg {
    width: 100%;
    color: #666;
    text-align: center;
    font-size: 16px;
    margin-bottom: 59px;
    letter-spacing: 1px;
}