.banner {
    width: 100%;
    background: url(../img/cooperation_01.png) no-repeat top center;
    background-size: 100% 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.banner_p {
    font-size: 30px;
    color: #fff;
    margin-top: 16%;
}

.banner_p2 {
    font-size: 30px;
    color: #fff;
    margin-top: 10px;
}

.banner_div {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 10%;
    position: relative;
}

.section {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 20px 0;
}

.section_div {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

.section_div_h {
    text-align: center;
    font-size: 34px;
    color: #333333;
    font-weight: normal;

}

.section_div_p {
    text-align: center;
    color: #ff6600;
    font-size: 16px;
}

.section_ul {
    border-top: 1px solid #d9d9d9;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
    padding-top: 20px;
	padding-left: 197px;
}

.section_ul li {
    width: 389px;
    height: 108px;
    border: 1px solid #dddddd;
    float: left;
    margin-right: 28px;
    margin-bottom: 30px;
    cursor: pointer;
}

.section_ul li:nth-child(2n) {
    margin-right: 0!important;
}

.section_ul_p {
    font-size: 22px;
    color: #333333;
    margin: 18px 30px 16px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}

.section_ul_p2 {
    font-size: 16px;
    color: #555555;
    margin: 0px 30px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
/*.section_ul li:hover{
    background: #2094e6;
    border-color: #2094e6!important;
}
.section_ul li:hover p{
    color: #fff!important;
}
.section_li{
    background: #2094e6;

    border-color: #2094e6!important;
}

.section_li p{
    color: #fff!important;
}



*/







