.about_container .pro_top{
    background: url(../images/news/news-banner.png) top no-repeat;
}
.news-list{
    width:1200px;
    margin: 0 auto;
}
.news-list li{
    cursor: pointer;
}
.news-list .head{
    display: flex; margin-top: 20px;
}
.news-list .head li{
    /*float: none;*/
    position: relative;
    /*flex: 1;*/
    background: #ddd;
    margin-left:20px ;
    width:386px;
    overflow: hidden;
}
.news-list .head li:hover img{
    transition: .5s linear all;
    transform: scale(1.2);
}
.news-list .head li:first-child{margin-left: 0}
.news-list .head .text{
    position: absolute;
    bottom:10px;
    width:100%;
    left: 0;
    padding:0 15px;
}
.news-list .head .h1{font-weight:bold;font-size: 16px; color: #fff; margin-bottom: 4px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap}
.news-list .head .p1{ font-size: 14px; color: #fff;}
.news-list .head .p1 em{ color: #CFD0D7;}
.news-list .head .img{width:100%;height:200px;}
.news-list .head img{height: 100%;width: 100%;}


.news-list .centre{
    margin-top: 20px;
}
.news-list .centre li{
    float: none; padding:20px 0;
    border-bottom: 1px solid rgba(151,151,151,.3);
}
.news-list .centre .h1{font-weight:bold;font-size: 16px; color: #00021B; margin-bottom: 8px}
.news-list .centre .c1{ font-weight:bold; font-size: 14px; color: #4C4F5E; line-height: 22px;}
.news-list .centre .text{ height:200px;position: relative; padding-top:20px;box-sizing: border-box  }

.news-list .centre .p1{ font-size: 14px; color: #4C505E; position: absolute; bottom: 20px; left: 310px;}
.news-list .centre .p1 em{ color: #A5A7B0;}
.news-list .centre .img{width:260px;height:200px; float: left; margin-right: 50px;}
.news-list .centre img{height: 100%;width: 100%;}
.news-list .centre li:after{
    content: ''; display: block; clear: both;
}
.news-list .centre li:hover{
    box-shadow: 0 2px 20px 0 #CDDEDA;padding:20px;
    background:url("../images/news/row.png") no-repeat;
    background-position: bottom 20px right 20px;
}
.news-list .centre li:hover .h1{color: #00B38A}
.news-list .centre li:hover .c1{color: #00B38A}
.clearfix:after{
    content: ''; display: block; clear: both;
}

.startNow {
    position: relative;
    height: 311px;
    background: url('../images/solutions/startNow_bg.png') no-repeat;
    background-position: center center;
    background-size: auto 100%;
    padding-top: 1px;
}

.startNow-wrapper {
    width: 1100px;
    height: 140px;
    margin: 83px auto 0;
}

.startNow .startNow-wrapper .startNow-contain {
    width: 264px;
    height: 140px;
}

.startNow .startNow-wrapper .startNow-contain .title {
    height: 33px;
    font-weight: 700;
    font-size: 24px;
    color: #FFFFFF;
}

.startNow .startNow-wrapper .startNow-contain .des {
    height: 20px;
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
    margin: 13px 0 27px;
}

.startNow .startNow-wrapper .startNow-contain .getProductShow {
    width: 180px;
    height: 40px;
    line-height: 40px;
    background: #00B38A;
    border-radius: 3px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
}
.news-content{
    width: 1000px; margin: 50px auto;
}
.news-content .h1{
    font-size: 28px;
    color: #333;
    text-align: center;
}
.news-content .p1{
    font-size: 14px;
    color: #00B38A;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}
.news-content .p1 em{
    color: #666; position: relative; margin-left: 30px;
}
.news-content .p1 em:after {
    content: '';
    position: absolute;
    background-color: #999;
    left: -18px;
    top: 7px;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
