*{
    margin:0;
    padding:0;
    list-style: none;
    font-family: "微软雅黑";
    text-decoration: none;
}
.headers{
    width:1200px;
    margin:0 auto;
}
.header img{
    width:100%;
}
.resources img{
    width:430px;
    height:324px;
    float:left;
}
.main{
    width:1200px;
    margin:0 auto;
}
.main_top{
    text-align: center;
    margin:70px 0;
}
.main_top h3{
    font-size:40px;
    color:rgba(51,51,51,1);
    line-height:29px;
    letter-spacing: 2px;
}
.main_top p{
    color:rgba(242,88,88,1);
    line-height:29px;
    margin-top:25px;
}
.resources{
   float:left;
    margin-bottom:61px;
}
.resources_right{
    width:700px;
    margin-left:61px;
    float:left;
}
.resources_left{
    width:700px;
    margin-right:30px;
    float:left;
}
.resources_right h3,.resources_left h3{
    font-size:30px;
    font-weight:bold;
    color:rgba(51,51,51,1);
    line-height:36px;
    letter-spacing: 2px;
}
.resources_right p,.resources_left p{
    font-size:18px;
    font-weight:400;
    color:rgba(101,101,101,1);
    line-height:36px;
    margin-top:10px;
}
.resources_right span,.resources_left span{
    display: block;
    font-size:18px;
    font-weight:400;
    color:rgba(101,101,101,1);
    line-height:30px;
    margin-top:13px;
}
.border{
    width: 100%;
    float:left;
    margin-bottom:65px;
    border-bottom:1px solid #D2D2D2;
}
.cooperation{
    float:left;
    margin-bottom:50px;
}
.cooperation ul{
    float:left;
}
.cooperation ul li:last-child{
    margin-right:0;
}
.cooperation ul li{
    width:513px;
    height:360px;
    text-align: center;
    background:#f8f8f8;
    border-radius:20px;
    padding:0 30px 0 30px;
    margin-right:54px;
    float:left;
}
.cooperation ul li img{
    width:90px;
    height:85px;
    margin:40px 0 0 0;
}
.cooperation ul li p{
    font-size:24px;
    font-weight:bold;
    color:rgba(51,51,51,1);
    line-height:29px;
    margin:20px 0 20px 0;
}
.cooperation ul li span{
    font-size:18px;
    font-weight:400;
    color:rgba(101,101,101,1);
    line-height:33px;
    letter-spacing: 1px;
}
.bottom{
    text-align: center;
    padding:60px 0;
}
.bottom p{
    font-size:22px;
    font-weight:bold;
    color:rgba(51,51,51,1);
    line-height:29px;
}
.bottom span{
    font-size:18px;
    font-weight:400;
    color:rgba(101,101,101,1);
    line-height:40px;
}