﻿
*{
    padding:0;
    margin:0;
    box-sizing: border-box;
}
body,html{
    font-size: 16px;
    font-family: '微软雅黑';
    color:#3F3F3F;

}
.list-style-none{
    list-style:none;
}
a{
    color:#3F3F3F;
    text-decoration:none;
}
a:hover{
    text-decoration:none;
}
.allsol-box,.newsol-box{
    width:1200px;
    margin:0 auto;
}
.allsol-box .allsol-title{
    padding:30px 0 50px;
}
.allsol-box .allsol-title span{
    display: inline-block;
    width:18%;
    text-align: center;
    font-size: 24px;
}
.allsol-box .allsol-title b{display:inline-block;width:40%;height:1px;background-color:#E6E6E6;position:relative;top:-4px;}
.sol-tab:after,.sol-content:after,.newsol-box ul:after{
    content:'';
    display: block;
    width:0;
    height:0;
    clear:both;
}
.sol-tab {
    display: inline-block;
    border-top:1px solid #d9d9d9;
    border-bottom:1px solid #d9d9d9;
    border-left:1px solid #d9d9d9;
    margin-bottom:50px;
}
.sol-tab li{
    float: left;
}
.sol-tab li a{
    display: inline-block;
    padding:22px 42px;
    border-right:1px solid #D9D9D9;
    background-color: #F7F8FA;
}
.sol-tab .tab-active{
    border-right:#0A85E8;
    background-color: #0A85E8;
    color:#fff;
}
.sol-tab .tab-active:hover{
    color:#fff;
}
.sol-content{
    padding-bottom:80px;
}
.sol-content li{
    float:left;
    width:24%;
    padding:40px 14px 40px 20px;
    border:1px solid #E4E4E4;
    margin:10px 5px;
    font-size: 14px;
}
.sol-content li div:first-child{
    padding-right:16px;
}
.sol-content li div{
    float:left;
    display: inline-block;
}
.sol-content li div span{
    color:#3F3F3F;
    padding-bottom:10px;
    display: inline-block;
    font-size: 16px;
}
.sol-content li div p{
    color:#5A5A5A;
}
.newsol-box>div{
    font-size:24px;
    padding-bottom:10px;
    border-bottom:1px solid #E0E0E0;
}
.newsol-box ul{
    padding:20px 0;
}
.newsol-box ul li{
    float: left;
    width:18%;
    height:185px;
    margin:20px 20px 20px 0;
    background-color: #F8F8F8;
}
.newsol-box ul li a{
    display: inline-block;
    width: 100%;
    height:100%;
    margin:0 auto;
    vertical-align: middle;
    text-align: center;
    position: relative;
}
.newsol-box ul li img{
    position: absolute;
    top: 50%;
    left:50%;
    margin-top:-30px;
    margin-left:-68px;
}
.tab-content .tab-content-item{
    display: none;
}
.tab-content .tab-content-item:first-child{
    display: block;
}
/*--------------------------banner--------------------------------*/
#banner{
    position: relative;
    height: 380px;
    min-width:1200px;
    top: -10px;
}
#banner .banner-bg{
    height: 220px;
    background: url(../image/banner-01.png) no-repeat;
    background-position: center center;
    background-size: cover;
    min-width: 1200px;
}
#banner .banner-box,.banner-title{
    width: 1000px;
    margin: auto;
}
#banner .banner-box{
    position: absolute;
    left: calc((100% - 1000px)/2);
    top: 170px;
}
#banner .banner-box .banner-img-box .banner-img:not(:last-child){margin-right:200px;}
#banner .banner-box .banner-img-box .banner-img{
    display: inline-block;
    width: 95px;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    height: 95px;
    vertical-align: middle;
    text-align: center;
    line-height: 95px;
    box-sizing: border-box;
    background: #ffffff;
}
#banner .banner-box .banner-img-box .banner-img>img{
    vertical-align: middle;
    width:100%;
}
#banner .banner-box .banner-title .banner-text{
    display: inline-block;
    width: 100px;
    text-align: center;
}
#banner .banner-box  .banner-title{margin-top:20px;}
#banner .banner-box  .banner-title .banner-text:not(:last-child){margin-right:195px;}
/*--------------------------info-center--------------------------------*/
#info-center{
    background: #2e8ccc;
    width: 100%;
    min-width: 1200px;
    color: #fff;
    font-size: 14px;
    padding: 20px 0 30px 0;
    margin-bottom: -57px;
}
#info-center .info-title{
    width: 40%;
    text-align: center;
    margin-left: 30%;
    margin-bottom: 40px;
}
#info-center .info-title .top{
    font-size: 24px;
    margin-bottom: 10px;
}
#info-center .info-title .top .line{
    display: inline-block;
    width:60px;
    vertical-align: middle;
    height: 1px;
    border-bottom: 1px solid #fff;
}
#info-center .info-content{
    width: 50%;
    margin-left: 26%;
}
#info-center .info-item{
    width: 29%;
    display: inline-block;
    margin: 0 1.9%;
}
#info-center .item-title{
    border-bottom:1px solid #ffffff;
    padding-bottom:5px;
}
#info-center .item-title a{
    color:#fff;
    margin-right: 0;
    display: inline-block;
    width: 65%;
    text-align: right;
}
#info-center .info-item ul li a{
    color: #fff;
    width: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    margin-left: -20px;
}
#info-center .info-item ul{
    list-style: inside;
}
#info-center .info-item ul li{
    width: 100%;
    margin: 5px 0;
}