@charset 'utf-8';
*{margin: 0; padding: 0; box-sizing: border-box;}
.Casehead {
    background: url(../img/solution_banner.png) no-repeat center;
    height: 650px;
    background-size: cover;
}

.Casehead .h1 {
    font-weight: bold;
    font-size: 48px;
}
.Casehead-text {
    padding-top:140px;
    padding-left:40px;
    font-size: 48px;
    color: #fff;
}
.Casehead-text .h6 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    line-height: 25px;
    color: #EFF4FF;
    padding:35px 0;
}

.Casehead .Casehead-text > a {
    width: 198px;
    height: 60px;
    color: #2680EB;
    background: #FFFFFF;
    display: block;
    border-radius: 1px;
    text-align: center;
    line-height: 60px;
    margin-top: 28px;
    font-size: 18px;
}
.Customer .h18 {
    font-size: 18px;
    text-align: center;
}
.bigimg {
    margin: 80px auto;
    display: block;
   
}
.Canavlist {
    box-shadow: 0px 3px 6px rgba(174, 174, 174, 0.16);
}

.Morecase {
    background: #f8fbff;
    padding-bottom: 80px;
}
.goLink {
    margin: auto;
    width: 385px;
    margin-top: 30px;
}
.aLink1 {
    width: 179px;
    height: 46px;
    background: linear-gradient(90deg, #FE6728 0%, #FD8E35 100%);
    opacity: 1;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 46px;
    color: #FFFFFF;
    margin-right: 20px;
}

.aLink1:hover {
    color: #FFFFFF;
}

.aLink2:hover {
    color: #EE8201;
}

.aLink img {
    margin-left: 8px;
}

.aLink2 {
    width: 179px;
    height: 46px;
    background: #FFFFFF;
    border: 2px solid #EE8201;
    opacity: 1;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 46px;
    color: #EE8201;
}

.Client {
   padding:110px 0;
}
.Client-text {
    position:relative;
    padding-bottom:20px;
}
.Client-text h4 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #1F2329;
    margin-bottom: 20px;
}
.Client .mianfeibtn {
    margin:20px auto;
}
.Client-text-box {
    width: 100%;
    font-size: 16px;
    padding-bottom:20px;
}
.Client-text-box .aBtn-box {
        position: absolute;
        right: 0px;
        bottom: -6px;
 }
.Client-text-box .aBtn-box > img {
   width:8px;
   margin-bottom:1px;
}
.Client-text-box .aBtn {
    color: #0064FA;
    padding-right: 5px;
}
/*--------------------- nav -------------------*/
.nav-wrap {
    border-bottom: 1px solid #e0e4ea;
    z-index: 9;
    background: #fff;
}

.nav-box {
    height: 60px;
    text-align: center;
}

.nav-box li {
    display: inline-block;
    height: 58px;
    line-height: 58px;
    margin-left: 100px;
    cursor: pointer;
    font-size: 16px;
    color: #323232;
}

.nav-box li.active {
    color: #1884f1;
    border-bottom: 2px solid #1884f1;
}








