* {
    margin: 0;
    padding: 0;
    list-style-type:none;
}
a, img {
    border: 0;
}
html,body {
    font-family: '"Microsoft YaHei",微软雅黑 !important';
    font-family:"Microsoft YaHei",微软雅黑 !important;
}
.cantainer{
    width:100%;
    height:100%;
    min-height:100%;
    max-width:100%;
}
.cantainer-wrapper{
    /* width:1200px; */
    min-width: 1200px;
    height:auto;
}
.service{
    width:1200px;
    margin: 0 auto;
    padding-top:150px;
    padding-bottom: 60px;
    font-size: 0;
}
.service-top{
    text-align: center;
}
.service-top h3{
    margin-bottom: 20px;
    font-size: 32px;
    color:#333333;
    font-family: "Microsoft YaHei",微软雅黑 !important;
}
.service-top p{
    margin-bottom: 60px;
    font-size:16px;
    color:#666666;
    font-family: "Microsoft YaHei",微软雅黑 !important;
}
.service-bottom ul{
    margin-bottom: 60px;
    line-height: 1;
}

.service-bottom-item{
    width:240px;
    float: left;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.service-bottom-item div{
    width: 240px;
    height: 72px;
}
.bottom-service-icon{
    display: block;
    margin: 0 auto;
}
.active-bottom-service-icon{
    display: none;
    margin: 0 auto;
}
.service-bottom-item h3{
    margin-top: 20px;
    margin-bottom: 14px;
    font-size: 16px;
    font-family: "Microsoft YaHei",微软雅黑 !important;
    color: #333;
}
.service-bottom-item:hover h3{
    color:#1f6cdd;
}
.service-bottom-item p{
    color:#666666;
    font-size: 14px;
    font-family: "Microsoft YaHei",微软雅黑 !important;
}
.service-bottom-item-last{
    position: relative;
}
.platform{
    width:100%;
    padding:60px 0;
    background-color: #f8f8f8;
    display: none;
    opacity: 0;
    height: 0;
}
.platform-wrapper{
    position: relative;
    width:1200px;
    margin:0 auto;
}
.platform-wrapper-icon{
    position: absolute;
    /* top:-72px;
    left:830px; */
    bottom: -76px;
    left: 110px;
    display: none;
}
.platform-wrapper ul{
    margin-bottom: 40px;
}
#platform-wrapper-ul-last{
    margin-bottom: 0;
}
.platform-wrapper ul li{
    float: left;
    width:300px;
    text-align: left;
    /* cursor: pointer; */
}
.platform-wrapper ul li:hover h3{
    color:#1f6cdd;
}
.platform-wrapper ul li h3{
    margin-bottom: 16px;
    font-size: 16px;
    color:#333333;
    font-family: "Microsoft YaHei",微软雅黑 !important;
}
.platform-wrapper ul li p{
    font-size: 14px;
    color:#666666;
    font-family: "Microsoft YaHei",微软雅黑 !important;
}
/* solution */
.solution{
    position: relative;
    width:100%;
    background: url(../images/solution-bgc.jpg);
    background-size:100% 100%;
}
.solution-wrapper{
    width:1200px;
    margin:0 auto;
    padding:90px 0;
}
.solution-title{
    text-align: center;
    margin-bottom: 60px;
    font-size:32px;
    color:#fff;
    font-family: "Microsoft YaHei",微软雅黑 !important;
}
.solution-title h3{
    font-size: 32px;
  font-family: "Microsoft YaHei",微软雅黑 !important;
}
.solution-left{
    position: relative;
    width:260px;
    /* display: inline-block; */
    float: left;
    padding-right:40px;
    text-align: right;
    border-right:1px solid #b3c4dd\0/;
    *border-right:1px solid #b3c4dd;
    border-right:1px solid rgba(251,251,251,0.1);
}
.solution-left ul{
    /* line-height: 60px; */
    /* padding-top:10px; */
}
.solution-left ul li{
    /* margin-bottom: 42px; */
    padding: 12px 0;
    /* height: 40px;
    line-height: 40px; */
    margin-bottom: 20px;
    cursor: pointer;
}
#solution-left-ul li:hover a{
    color: #1f6cdd !important;
}
.solution-left ul li a{
    font-size: 16px;
    font-family: "Microsoft YaHei",微软雅黑 !important;
    color:#f5f5f5;
}
#solution-left-ul-li-last{
    /* margin-bottom: 20px; */
    margin-bottom: 0;
}
.solution-right{
    display: inline-block;
    vertical-align: top;
}
.solution-right-wrapper{
    padding-left:25px;
    display: none;
}
.solution-selected{
    display: block;
    transition:all .3s linear;
    -webkit-transition:all .3s linear; /* Safari */
    -moz-transition:all .3s linear; /* Firefox  */
    -o-transition:all .3s linear; /* Opera  */
}
.solution-right-title{
    /* margin-bottom:36px; */
    /* line-height: 60px; */
    padding:12px 0;
    margin-bottom: 26px;
    font-size: 24px;
    color:#f5f5f5;
}
.solution-right-title p{
    font-family: "Microsoft YaHei",微软雅黑 !important;
    color:#f5f5f5;
}
.solution-right-desc{
    width:786px;
    height: 60px;
    line-height: 30px;
    margin-bottom: 30px;
    font-size: 14px;
    color:#f5f5f5;
    font-family: "Microsoft YaHei",微软雅黑 !important;
}
.solution-right-desc span{
  font-family: "Microsoft YaHei",微软雅黑 !important;
  color:#f5f5f5;
}
.solution-more{
    width:138px;
    text-align: center;
    padding:8px 0px;
    margin-bottom: 60px;
    border:1px solid #989898\0/;
    *border:1px solid #989898;
    border:1px solid #989898;
    font-size: 14px;
    color:#f5f5f5;
    cursor: pointer;
    transition:all .3s linear;
    -webkit-transition:all .3s linear; /* Safari */
    -moz-transition:all .3s linear; /* Firefox  */
    -o-transition:all .3s linear; /* Opera  */
    font-family: "Microsoft YaHei",微软雅黑 !important;
}
.solution-more:hover{
    border:1px solid #1f6cdd;
    color:#1f6cdd;
}
.solution-img div{
    width:160px;
    float: left;
    margin-right: 18px;
}
.solution-img div img{ width: 160px;}
.solution-img>div:last-child{
    margin-right: 0;
}
.solution-bar{
    position: absolute;
    top:0;
    right:-2px;
    width: 3px;
    height: 40px;
    background-color: #1f6cdd;
}

/* news */
.news{
    background-color: #f8f8f8;
}
.news-wrapper{
    width:1200px;
    margin:0 auto;
    padding:90px 0;
    text-align: center;
}
.news-wrapper-title{
    margin-bottom: 20px;
    font-size: 32px;
    color:#333333;
    font-family: "Microsoft YaHei",微软雅黑 !important;
}
.news-wrapper-desc{
    margin-bottom: 60px;
    font-size: 16px;
    color:#666666;
    font-family: "Microsoft YaHei",微软雅黑 !important;
}
.news-box{
    width: 1200px;
}
.news-bar-li-last{
    margin-right: 0 !important;
}
.news-box li{
    width:386px;
    padding-bottom:30px;
    margin-right:20px;
    float: left;
    font-size:0;
    background-color: #fff;
    cursor: pointer;
    height: 391px;

}
.news-box a:last-child li{
    margin-right: 0px;
}
.news-bar-ul li:last-child{
    margin-right: 0px;
}
.news-box li:hover .news-img img{
    color:#1f6cdd;
    transform:scale(1.1);
}
/*.news-box li:hover .news-title p{
    color:#1f6cdd;
    -webkit-transition:all .2s linear; 
    -moz-transition:all .2s linear; 
    -o-transition:all .2s linear; 
} */
/* .news-box-li-last{
    margin-right: 0;
} */
.news-img{
    width:386px;
    height:217px;
    margin-bottom: 24px;
    overflow: hidden;
}
.news-img img{
    transition:all 1s linear;
    -webkit-transition:all 1s linear; /* Safari */
    -moz-transition:all 1s linear; /* Firefox  */
    -o-transition:all 1s linear; /* Opera  */
}
.news-item{
    width:324px;
    margin:0 auto;
}
.news-title{
    margin-bottom: 16px;
    line-height: 28px;
    text-align: left;
    font-size: 18px;
    color:#333333;
    width: 324px; 
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}
.news-title p{
    font-family: "Microsoft YaHei",微软雅黑 !important;
}
.news-desc p{
    font-family: "Microsoft YaHei",微软雅黑 !important;
}
.news-desc{
    line-height: 22px;
    text-align: left;
    font-size: 14px;
    color:#666666;
    font-family: "Microsoft YaHei",微软雅黑 !important;
}
.news-more{
    margin-top: 20px;
    text-align: left;
}
.news-more span{
    color:#333333;
    font-size: 14px;
    font-family: "Microsoft YaHei",微软雅黑 !important;
}
.news-box li:hover .news-item .news-more span{
    color:#1f6cdd;
}
.news-bar li{
    width: 386px;
    float: left;
    margin-right: 20px;
    margin-top: 32px;
    text-align: left;
    font-size: 14px;
    color:#333333;
}
.news-bar-2 li{
    width: 386px;
    float: left;
    margin-right: 20px;
    text-align: left;
    font-size: 14px;
    color:#333333;
}

.news-bar li div{
    font-family: "Microsoft YaHei",微软雅黑 !important;
}
.news-bar-top{
    margin-bottom: 12px;
}

.news-bar-ul li div span{
    padding-left:24px;
    font-family: "Microsoft YaHei",微软雅黑 !important;
}
.news-bar-ul li div a{
    color:#333333;
    font-family: "Microsoft YaHei",微软雅黑 !important;
}
.news-bar-ul li div a:hover{
    color:#1f6cdd;
}
.news-bar-top a{
    display: inline-block;
    width: 287px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    position: relative;
    top: 4px;

}
.news-bar-2 li a{
    display: inline-block;
    width: 287px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    position: relative;
    top: 4px;

}
/* client */
.client-wrapper{
    width:1200px;
    margin:0 auto;
    padding: 90px 0;
    text-align: center;
}
.client-wrapper h3{
    margin-bottom: 20px;
    font-size: 32px;
    color:#333333;
    font-family: "Microsoft YaHei",微软雅黑 !important;
}
.client-wrapper p{
    margin-bottom: 60px;
    font-size: 16px;
    color: #666666;
    font-family: "Microsoft YaHei",微软雅黑 !important;
}
.client-list li{
    float: left;
    margin-right: 20px;
}
.client-list li img{ width: 181px; border: 1px solid #fff;}

.client-list-li-last{
    margin-right: 0;
}
.client-top{
    margin-bottom: 36px;
}
.client-more{
    margin-top: 60px;
}
.client-more a{
    font-size: 16px;
    color:#1f6cdd;
    font-family: "Microsoft YaHei",微软雅黑 !important;
}
.client-more a:hover{
    text-decoration: underline;
}
.program{
    background-color: #f8f8f8;
}
.program-wrapper{
    width:1200px;
    margin:0 auto;
    padding:90px 0;
    text-align: center;
    font-size: 0;
}
.program-top{
    line-height: 1;
    color:#333333;
    font-size: 0;
}
.program-name{
    vertical-align: middle;
    font-size: 32px;
}
.program-desc{
    /* display: inline-block;
    margin-top: 8px; */
    vertical-align: middle;
    font-size: 20px;
    font-family: "Microsoft YaHei",微软雅黑 !important;
}
.map-btn{

    background-color: #1f6cdd;
    font-size: 18px;
    color:#fff;
    height: 44px;
    line-height: 44px;
    /*
    margin: 0 auto;
    margin-top: 24px;
  
    display: inline-block;
    cursor: pointer;
    margin-bottom: 60px; */
}
.map-btn a{
    padding: 10px 60px;
}
.map-btn a,.map-btn a:hover{
    color: #fff;
}
.program-bottom{
    width: 220px;
    height: 44px;
    line-height: 44px;
    margin: 0 auto;
    margin-top: 24px;
    background-color: #1f6cdd;
    font-size: 18px;
    color:#fff;
    cursor: pointer;
    font-family: "Microsoft YaHei",微软雅黑 !important;
}
.program-bottom:hover,.map-btn:hover{
    background-color: #1d66cc;
}

