.resource-title {
    text-align: center;
    margin: 80px 0;
}

.resource-title h1 {
    font-size: 40px;
    text-transform: uppercase;
}

.resource-title .line {
    margin-top: 20px;
}

.res01 {
    background: url(../images/resbg_02.jpg) no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
}

.res01 li {
    width: 30%;
    float: left;
    margin-right: 3.3%;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 50px;
}

.res01 ul {
    margin-right: -3.3%;
    overflow: hidden;
}

.res01 .img {
    padding-bottom: 65%;
    height: 0;
    position: relative;
    width: 100%;
    display: block;
}

.res01 .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.res01 .box1 {
    padding: 25px 20px;
}

.res01 .box1 .t1 {
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

.res01 .box1 .t2 {
    font-size: 14px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.res01 .box2 {
    padding: 0 20px 20px 20px;
}

.res01 .box2 .btn {
    background: #1265cc;
    color: #ffffff;
    width: 40%;
    height: 46px;
    padding: 0 20px;
    font-size: 16px;
    border-radius: 30px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    cursor: pointer;
}

.res01 .box2 .date {
    color: #999999;
}

.res01 .box2 .date img {
    margin-right: 10px;
}

.res01 li .btn:hover {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

.resource .more {
    width: 180px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #1265cc;
    color: #ffffff;
    display: block;
    margin: 60px auto;
    font-size: 18px;
    border-radius: 30px;
}

.res02 li {
    width: 32%;
    float: left;
    margin-right: 1.3%;
    background: #ffffff;
    overflow: hidden;
    margin-bottom: 20px;
}

.res02 ul {
    margin-right: -1.3%;
    overflow: hidden;
}

.res02 li .img {
    padding-bottom: 65%;
    height: 0;
    position: relative;
    width: 100%;
    display: block;
}

.res02 li .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.resource .bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 88;
    top: 0;
    left: 0;
    opacity: 0.7;
}

.resource .content {
    display: none;
    width: 1100px;
    height: 700px;
    position: fixed;
    top: 50%;
    margin-top: -300px;
    background: #fff;
    z-index: 99;
    left: 50%;
    margin-left: -550px;
    padding: 70px;
}

.resource .content h1 {
    font-weight: normal;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 45px;
    text-align: center;
    margin: 20px 0 40px 0;
}

.resource .content .input {
    margin-bottom: 24px;
}

.resource .content .input span {
    width: 20%;
    font-weight: bold;
    font-size: 24px;
    color: #a6a6a6;
}

.resource .content .input input {
    width: 75%;
    background: #f7f7f7;
    border: 1px #e9e9e9 solid;
    line-height: 50px;
    text-indent: 1em;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    color: #999999;
}

.resource .content .input textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #999999;
    padding: 20px;
    width: 75%;
    background: #f7f7f7;
    border: 1px #e9e9e9 solid;
    height: 150px;
}

.resource .content .btn {
    width: 220px;
    height: 70px;
    line-height: 70px;
    background: #1265cc;
    color: #fff;
    text-align: center;
    font-size: 24px;
    float: right;
}

.resource .content .btn:hover a {
    color: #fff;
}