/* 核心功能 */
.superiority{
    width:100%;
    height:660px;
    background:#fff;
    padding-top:40px;
    box-sizing: border-box;
}
.superiority-title{
    width:160px;
    height:83px; 
    margin:0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.superiority-title span{
    color:#D8D8D8;
    font-size:24px;
}
.superiority-title p{
    display: block;
    color:#333;
    font-size:40px;
}
.superiority-content{
    width:1200px;
    height:530px;
    margin:0 auto;
    margin-top:24px;
    display: flex;
    flex-wrap: wrap ;
    justify-content: space-between;
    position: relative;
}
.superiority-item{
    width:500px;
    height:90px;
    margin: 0 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start; 
}
.superiority-item:nth-child(even){
    justify-content: flex-end;
}
.superiority-item .superiority-img{
    width:84px;
    height:90px;
}
.superiority-item .superiority-test{
    width: 300px;
    height:90px;
    margin:0 24px;
    display: flex;
    flex-direction: column;
}
.superiority-test a{
    color: #000;
    font-size:18px;
    height:24px;
    margin:8px 0;  
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.superiority-test a:hover{
    color: #2C8EC7;
}
.superiority-test span{
    display: inline-block;
    height: 41px;
    line-height:22px;
    color: #666;
    font-size:12px;
    word-wrap:break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}
.superiority-item:nth-child(even) .superiority-test a,.superiority-item:nth-child(even) .superiority-test span{
    text-align: right;
}
.superiority-item:nth-child(even) .superiority-test{
    margin-right: 0;
}
.superiority-center{
    width:160px;
    height:160px;
    position: absolute;
    top:50%;left:50%;
    margin-left:-80px;
    margin-top:-120px;
}
/* 精彩视频 */
.video{
    width:1200px;
    height:660px;
    margin:0 auto;
    padding-top:40px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}
.video-title{
    width:160px;
    height:83px; 
    margin:0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.video-title span{
    color:#D8D8D8;
    font-size:24px;
}
.video-title p{
    color:#333;
    font-size:40px;
}
.video-mp4{
    width:888px;
    height:500px;
    margin:0 auto;
    margin-top:24px;
}
/* 新闻动态 */
.news{
    width:100%;
    height:660px;
    background: #fff;
    padding-top:40px;
    box-sizing: border-box;
}
.news-title{
    width:160px;
    height:83px; 
    margin:0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.news-title span{
    color:#D8D8D8;
    font-size:24px;
}
.news-title p{
    color:#333;
    font-size:40px;
}
.news-content{
    width: 1200px;
    height: 400px;
    margin:0 auto;
    margin-top:40px;
}
.news-company,.news-trade{
    width:600px;
    height:400px;
    background: #FBFBFB;
    float: left;
}
.news-trade{
    background: #F7F7F7;
}
.news-company-title,.news-trade-title{
    width:600px;
    height:40px;
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-company-title p{
    width:114px;
    height:40px;
    color:#fff;
    background: url(../img/homenewstag1.png) no-repeat;
    background-size:100% 100%;
    text-align: center;
    line-height:40px;
    font-size: 18px;
}
.news-trade-title p{
    width:114px;
    height:40px;
    color:#fff;
    background: url(../img/homenewstag1.png) no-repeat;
    background-size:100% 100%;
    text-align: center;
    line-height:40px;
    font-size: 18px;
}
.news-company-title .newsMore, .news-trade-title .newsMore {
    font-size: 14px;
    color: #666;
    margin-right: 32px;
    cursor: pointer;
}
.news-company-title .newsMore:hover, .news-trade-title .newsMore:hover {
    text-decoration: underline;
}
.news-company-content,.news-trade-content{
    margin-right: 10px;  
    margin-top: 28px;
}
.news-company-content .news-notop,.news-trade-content .news-notop{
    display: flex;
    align-items: center;
    margin-bottom:26px;
    font-size:16px;
    color:#333;
    font-weight: 400;
}
.news-notop .news-badge{
    width:38px;
    height:22px;
    background: #F8835E;
    text-align: center;
    line-height: 22px;
    font-size:12px;
    color:#fff;
    margin-right:12px;
    opacity: 0;
}
.news-top .news-badge{
    opacity: 1;
}
.news-notop a{
    display: block;
    width:410px;    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.news-notop a:hover{
    /* text-decoration: underline; */
    color: #2CB7B9;
}
.news-notop span{
    margin-left:30px;
    width:80px;
    text-align: right;
    color:#999;
    font-size: 14px;
    font-weight: 400;
}
/* 典型客户 */
.customer{
    width:100%;
    height:700px;
    background: url(../img/homebackground.png) no-repeat;
    padding-top:40px;
    box-sizing: border-box;
}
.customer-title{
    width:160px;
    height:83px; 
    margin:0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.customer-title span{
    color:#D8D8D8;
    font-size:24px;
}
.customer-title p{
    color:#fff;
    font-size:40px;
}
.customer-seeall,.customer-seeall a{
    width:120px;
    height:40px;
    line-height: 40px;
    text-align: center;
    color:#fff;
    background: #2CB7B9;
    margin:0 auto;
    margin-top:20px;
    cursor: pointer;
}
.customer-seeall:hover{
    text-decoration: underline;
}
.customer-content{
    width: 1200px;
    /* height: 400px; */
    margin:0 auto;
    margin-top:40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.customer-content img{
    width:360px;
    height:123px;
    margin-bottom:24px;
}
