.product-content{
    box-sizing: border-box;
    padding-top: 100px;
    padding-bottom: 140px;
    background:linear-gradient(177deg,rgba(9,23,35,1),rgba(17,45,72,1));
}
.pro-list{
    width: 1200px;
    margin: auto;
}
.pro-list-view{
    overflow: hidden;
}
.pro-list-view > div,.pro-list-view > div >img{
    width: 375px;
    height: 514px;
}

/* 经典案例 */
.case-list-view > div{
    margin-right: 40px;
}
.case-list-view  > div:nth-child(3n){
    margin-right: auto;
}
.case-list-view > div:nth-child(2n){
    margin-right: 0;
}
.case-list-view > div,.case-list-view > div >img{
    width: 580px;
    height: 414px;
}
.case-list-view > div >img{
    display: block;
}
/* 新闻中心 */
.news-content{
    box-sizing: border-box;
    padding-top: 100px;
    padding-bottom: 100px;
    background:linear-gradient(177deg,rgba(9,23,35,1),rgba(17,45,72,1));
}
.news-content .container{
    width: 1200px;
    margin: auto;
}
.news-list{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top:50px;
    padding: 30px 0;
}
.news-list::after{
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background:radial-gradient(#31577e 20%, rgba(49, 87, 126,0.2) 70%);
}
.news-list::before{
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background:radial-gradient(#31577e 20%, rgba(49, 87, 126,0.2) 50%);
}
.news-list:hover::after,.news-list:hover::before{
    background:radial-gradient(#96F127 20%, rgba(150,241,39,0.1) 50%);
}
.news-list-img {
    width: 500px;
    height: 310px;
}
.news-list-img img{
   width: 100%;
   height: 100%;
}
.news-list-text{
    width: 650px;
}
.news-list-text h3{
    font-size: 28px;
    line-height: 28px;
    color: #ffffff;
    display: flex;
    align-items:flex-end;
    justify-content: space-between;
    border-left: 2px solid #86BE44;
    padding-left: 20px;
}
.news-list-text h3 i{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 500px;
}
.news-list-text h3 span{
    font-size: 16px;
    color: #ffffff;
}
.news-list-text h4{
    font-size: 24px;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 40px;
}
.news-list-text p{
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
}
.news-list-text .more{
    margin-top: 40px;
    display: block;
    width:150px;
    height:40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    border:1px solid #ffffff;
}
.news-list:hover .news-list-text .more{
    color: #96F028;
    border:1px solid rgba(150,241,39,1);
}
.news-view-list{
    background-color: #091723;
    padding: 50px 0 150px;
}
.news-view-list >.container{
    width: 1200px;
    margin: auto;
}
.news-view-list >.container .list{
    padding: 40px 200px 40px 70px;
    position: relative;
    display: flex;
    align-items: center;
}
.news-view-list >.container .list::after{
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background:radial-gradient(#31577e 20%, rgba(49, 87, 126,0.2) 50%);
}
.news-view-list >.container .list:hover::after{
    background:radial-gradient(#96F127 20%, rgba(150,241,39,0.1) 50%);
}
.news-view-list >.container .list:hover >div >a >p{
    color: #96F127;
}
.news-view-list >.container .list h2{
    font-size: 24px;
    color: #ffffff;
    padding-left: 15px;
    border-left: 5px solid #86BE44;
    line-height: 26px;
    width: 100px;
    flex: none;
}
.news-view-list >.container .list > div{
    margin-left: 40px;
    flex: 1;
    
}.news-view-list >.container .list > div > a > p{
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
     width: 520px;

}
.news-view-list >.container .list > div a {
    color: #ffffff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news-view-list >.container .list > div > a > div > span{
    font-size: 16px;
}
.news-view-list >.container .list > div > a > div > i{
    font-family: simsun;
    margin-left: 100px;
    font-size: 18px;
}
/* 加入我们 */
.join-content{
    background-color: #091723;
    padding-bottom: 100px;
    padding-top: 100px;
}
.join-container{
    width: 1200px;
    margin: auto;
}
.join-container .join-more{
    width:220px;
    height:50px;
    line-height: 50px;
    text-align: center;
    background:rgba(134,190,68,1);
    margin: 60px auto 0;
}
.join-container .join-more a{
    display: block;
    color: #ffffff;
}
.join-list{
    margin-bottom: 24px;
    height: 120px;
    background: linear-gradient(-90deg,rgba(10,24,36,1),#112c46)
}
.join-list:hover{
    background: linear-gradient(-90deg,rgba(10,24,36,1),#1c4269)
}
.join-list a{
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    padding: 0 40px;
    box-sizing: border-box;
}
.join-list a div h4{
    font-size: 24px;
}
.join-list a div h5{
    font-size: 16px;
    margin-top: 20px;
}
.join-list a p{
    font-size: 18px;
}
.news-content .step{
    margin-bottom: 70px;
}
.news-details-content{
    background-color: #ffffff;
    padding-bottom: 100px;
}
.news-details-content .site-location span,.news-details-content .site-location span a{
    color: #999999;
}
.news-details-content .site-location span.active a{
    color: #333333;
}
.news-details-container{
    width: 1200px;
    margin: auto;
}
.news-details-container-title{
    text-align: center;
}
.news-details-container-title h2{
    font-size: 30px;
    font-weight: bold;
    line-height: 60px;
    color: #454545;
}
.news-details-container-title h5{
    font-size: 18px;
    font-weight: normal;
    color: #6D6D6D;
}
.news-details-container-asider{
    margin: 20px 0;
}
.news-details-container-asider >p{
    text-align: center;
    color: #454545;
    font-size: 14px;
}
.news-details-container-asider >div{
    margin-top: 40px;
}
.news-details-container-asider >div >p >img{
    width: 100%;
}
.news-details-container-asider > a{
    width:217px;
    height:50px;
    line-height: 50px;
    margin: auto;
    display: block;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    background:rgba(134,189,67,1);
}
.news-details-list table{
    width:100%;
}
.news-details-list table thead {
    background-color: #86BD43;
}
.news-details-list table thead tr th{
    width:25%;
    font-size: 18px;
    height: 66px;
    line-height: 66px;
    color: #fff;
}
.news-details-list table tbody tr td {
    color: #323232;
    font-size: 16px;
    height: 66px;
    line-height: 66px;
    width:25%;
    text-align: center;
    border-bottom: 1px solid #F5F5F5;
}
.news-details-list table tbody tr:hover td{
    background-color: #F5F5F5;
    color: #000000;
}
.news-details-list table tbody tr:hover td a{
    color: #000000;
}
.news-details-list table tbody tr td a{
    color: #ffffff;
    display: block;
}
.news-details-list .table-header{
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 18px;
    height: 66px;
    line-height: 66px;
    color: #fff;
    background-color: #86BD43;
}
.news-details-list .table-body ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 18px;
    height: 66px;
    line-height: 66px;
    border-bottom: 1px solid #E6E6E6;
}


.news-details-container-asider table {
    width: 100%;
    margin: auto;
}
.news-details-container-asider table tr td{
    height: 40px;
    line-height:40px;
    color: #ffffff;
    font-size:16px;
}
/*.news-details-container-asider table tr td:first-child{*/
/*    width: 30%;*/
/*}*/
.resume-details-p{
    border-top: 1px solid #E5E5E5;
    margin: 40px 0;
}
.resume-details-p h3 {
    font-size:24px;
    color:#ffffff;
    margin: 40px 0;
}
.resume-details-p div {
    font-size:18px;
    line-height: 1.5;
    color:#f1f1f1;
}
