/* 
* @Author: wzl
* @Date:   2019-01-30 15:26:44
* @Last Modified by:   wzl
* @Last Modified time: 2019-02-17 10:23:08
*/
@charset "utf-8";

/** 第一部分 */
.part1 .part-content {
    padding: 30px 0 0 0;
    height: 298px;
}

.part1 .part-content .content-image {
    float: left;
    width: 387px;
    height: 298px;
}

 .part1 .part-content .content-desc {
    float: left;
    padding: 0 20px;
    width: 386px;
    font-size: 20px;
    line-height: 32px;
}

/** 第二部分 */
.part2 .part-content {
    margin-top: 40px;
}

.part2 .part-content .card1 {
    width: 387px;
    height: 487px;
    float: left;
    margin-top: 20px;
    margin-right: 19px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.22);
}

.part2 .part-content .card1:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.part2 .part-content .last {
    margin-right: 0;
}

.part2 .part-content .card1 .top {
    height: 300px;
    text-align: center;
    line-height: 300px;
    overflow: hidden;
}

.part2 .part-content .card1 .bottom {
    height: 187px;
    background-color: #F2F2F2;
    padding: 0 20px;
}

.part2 .part-content .card1 .bottom h1 {
    font-size: 28px;
    color: #008aff;
    /*padding-left: ;*/
    line-height: 70px;
    border-bottom: 1px solid #ccc;
}

.part2 .part-content .card1 .bottom p {
    font-size: 20px;
    color: #333;
    line-height: 36px;
    margin-top: 10px;
}

/** 第三部分 */
.part3 .part-content .card2 {
    width: 584px;
    height: 208px;
    float: left;
    margin-top: 40px;
    margin-right: 24px;
}

.part3 .part-content .last {
    margin-right: 0;
}

.part3 .part-content .card2 .left {
    width: 298px;
    text-align: center;
    line-height: 208px;
    border: 1px solid #bfbfbf;
    float: left;
}

.part3 .part-content .card2 .right {
    width: 244px;
    height: 99px;
    float: left;
    margin-top: 34px;
    padding: 20px;
    background-color: #e6eaf2;
}

.part3 .part-content .card2 .right h1 {
    color: #333;
    font-size: 22px;
}

.part3 .part-content .card2 .right h2 {
    color: #333;
    font-size: 22px;
    text-align: right;
}

.part3 .part-content .card2 .right p {
    color: #333;
    font-size: 14px;
    line-height: 25px;
    margin-top: 10px;
}

.part3 .part-content .card2 .right .p2 {
    text-align: right;
}

.cl-split {
    height: 40px;
}