.dao {
    height: 63px;
    background: #434343;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.c1 {
    margin-top: 39px;
    margin-bottom: 44px;
}

.c1 .list2 {
    margin-left: -5.5px;
    margin-right: -5.5px;
}

.c1 .list2 li {
    padding: 0 5.5px;
    width: 25%;
    float: left;
}

@media (max-width: 1025px) {
    .c1 .list2 li {
        width: 50%;
        margin-bottom: 10px;
    }
}

@media (max-width: 500px) {
    .c1 .list2 li {
        width: 100%;
    }
}

.c1 .list2 li .img {
    position: relative;
}

.c1 .list2 li .img img {
    width: 100%;
}

.c1 .list2 li .img .zi {
    width: 82%;
    height: 80%;
    position: absolute;
    left: 9%;
    top: 10%;
    transition-duration: .3s;
}

.c1 .list2 li .img .zi .xx {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.c1 .list2 li .img .zi h3 {
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    width: 167px;
}

.c1 .list2 li .img .zi h3 span {
    display: block;
    font-size: 12px;
    line-height: 38px;
    border-bottom: 1px solid #fff;
    font-weight: 500;
}

.c1 .list2 li .img .zi .ck {
    margin: 20px auto 0;
    width: 115px;
    height: 31px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 29px;
}

.c1 .list2 li:hover .img .zi {
    background: rgba(255, 255, 255, 0.9);
}

.c1 .list2 li:hover .img .zi .xx h3 {
    color: #5a5a5a;
}

.c1 .list2 li:hover .img .zi .xx h3 span {
    border-color: #5a5a5a;
}

.c1 .list2 li:hover .img .zi .xx .ck {
    background: #22ac38;
    border: 1px solid #22ac38;
}

h2.bt {
    font-weight: 600;
    text-align: center;
    color: #323232;
    font-size: 24px;
    background: url(../images/h-2.png) no-repeat 50% bottom;
    padding-bottom: 23px;
    line-height: 1;
}

.c2 {
    background: #f6f6f6;
    padding-top: 50px;
    padding-bottom: 42px;
}

.c2 .list2 {
    margin-top: 50px;
    margin-bottom: 55px;
}

.c2 .list2 li {
    float: left;
    width: 50%;
    position: relative;
}

@media (max-width: 500px) {
    .c2 .list2 li {
        width: 100%;
    }
}

.c2 .list2 li img {
    width: 100%;
}

.c2 .list2 li h3 {
    color: #fff;
    font-weight: 500;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c2 .list3 {
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: 83px;
}

@media (max-width: 770px) {
    .c2 .list3 {
        margin-bottom: 0;
    }
}

.c2 .list3 li {
    padding: 0 12px;
    width: 25%;
    float: left;
}

@media (max-width: 770px) {
    .c2 .list3 li {
        width: 50%;
        margin-bottom: 40px;
    }
}

@media (max-width: 500px) {
    .c2 .list3 li {
        width: 100%;
    }
}

.c2 .list3 li .img {
    position: relative;
    border: 1px solid #ffffff;
}

.c2 .list3 li .img img {
    width: 100%;
}

.c2 .list3 li .img h3 {
    position: absolute;
    width: 196px;
    height: 49px;
    border: 1px solid #e5e5e5;
    background: #fff;
    text-align: center;
    line-height: 47px;
    font-size: 14px;
    color: #5a5a5a;
    left: 50%;
    transform: translate(-50%, -50%);
    transition-duration: .3s;
}

.c2 .list3 li:hover .img h3 {
    background: #22ac38;
    color: #fff;
}

.c2 a.ck {
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #5a5a5a;
    border: 1px solid #626262;
    width: 229px;
    height: 47px;
    line-height: 45px;
}

.c2 a.ck img {
    padding-left: 48px;
}

.c3 {
    margin-top: 70px;
}

.c3 dd {
    max-width: 1344px;
    margin: 22px auto 0;
    font-size: 14px;
    line-height: 30px;
    color: #5a5a5a;
    text-align: center;
}

.c3 .content {
    margin-top: 48px;
    background: url(../images/hf.png) no-repeat 56.5% 0;
}

@media (max-width: 500px) {
    .c3 .content {
        background-size: cover;
    }
}

.c3 .content .list2 {
    background: rgba(0, 0, 0, 0.4);
    padding-top: 105px;
    padding-left: 6.9%;
    padding-right: 6.9%;
    padding-bottom: 52px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (max-width: 500px) {
    .c3 .content .list2 {
        padding-top: 30px;
    }
}

.c3 .content .list2 li {
    text-align: center;
    width: 25%;
}

@media (max-width: 500px) {
    .c3 .content .list2 li {
        width: 50%;
        margin-bottom: 20px;
    }
}

.c3 .content .list2 li .img {
    border-radius: 100px;
    width: 125px;
    height: 125px;
    margin: 0 auto;
    border: 3px solid #fff;
    line-height: 119px;
}

@media (max-width: 768px) {
    .c3 .content .list2 li .img {
        width: 90px;
        height: 90px;
        line-height: 84px;
    }
}

.c3 .content .list2 li .img:hover {
    background: #22ac38;
    border-color: #22ac38;
}

.c3 .content .list2 li h3 {
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    margin-top: 30px;
}

.c3 .content .list2 li h3 span {
    display: block;
}

.c4 {
    margin-top: 66px;
    margin-bottom: 44px;
}

.c4 .content {
    margin-top: 48px;
    padding: 0 60px;
}

@media (max-width: 994px) {
    .c4 .content {
        padding: 0;
    }
}

.c4 .content .list2 {
    margin-left: -20px;
    margin-right: -20px;
}

@media (max-width: 1025px) {
    .c4 .content .list2 {
        margin-left: 0;
        margin-right: 0;
    }
}

.c4 .content .list2 li {
    width: 33.3333%;
    padding: 0 20px;
    margin-bottom: 20px;
    float: left;
}

@media (max-width: 1025px) {
    .c4 .content .list2 li {
        padding: 0 10px;
    }
}

@media (max-width: 500px) {
    .c4 .content .list2 li {
        width: 100%;
    }
}

.c4 .content .list2 li a {
    display: block;
    border: 1px solid #eeeeee;
    position: relative;
}

.c4 .content .list2 li a .img img {
    width: 100%;
}

.c4 .content .list2 li a h3 {
    position: absolute;
    line-height: 68px;
    width: 81.59%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.66);
    bottom: 14px;
    text-align: center;
    font-size: 16px;
    color: #5a5a5a;
}

.c4 .content .list2 li:hover a h3 {
    background: #22ac38;
    color: #fff;
}

.c4 .content .list2 li:nth-child(1) {
    color: #fff;
    text-align: center;
}

.c4 .content .list2 li:nth-child(1) a {
    background: #22ac38;
    position: relative;
}

.c4 .content .list2 li:nth-child(1) .zi {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.c4 .content .list2 li:nth-child(1) .zi h4 {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    width: 100%;
}

@media (max-width: 1200px) {
    .c4 .content .list2 li:nth-child(1) .zi h4 {
        font-size: 20px;
    }
}

.c4 .content .list2 li:nth-child(1) .zi h4 span {
    display: block;
    font-weight: 500;
    padding-top: 18px;
}

@media (max-width: 1200px) {
    .c4 .content .list2 li:nth-child(1) .zi h4 span {
        padding-top: 12px;
    }
}

.c4 .content .list2 li:nth-child(1) .zi .ck {
    margin: 38px auto 0;
    font-size: 16px;
    border: 1px solid #fff;
    width: 145px;
    height: 36px;
    line-height: 34px;
    color: #fff;
}

.c4 .content .list2 li:nth-child(1) .zi .ck img {
    padding-left: 30px;
}

@media (max-width: 1200px) {
    .c4 .content .list2 li:nth-child(1) .zi .ck {
        margin-top: 14px;
        font-size: 14px;
    }
}

.c5 {
    padding-bottom: 46px;
    padding-top: 50px;
    background: #f6f6f6;
}

.c5 .content {
    margin-top: 50px;
}

.c5 .content .c5-1 {
    width: 46.18%;
}

@media (max-width: 993px) {
    .c5 .content .c5-1 {
        display: none;
    }
}

.c5 .content .c5-1 img {
    width: 100%;
}

.c5 .content .c5-2 {
    width: 51.111%;
}

@media (max-width: 993px) {
    .c5 .content .c5-2 {
        width: 100%;
        margin-top: 20px;
    }
}

.c5 .content .c5-2 .list2 li {
    margin-bottom: 28px;
}

.c5 .content .c5-2 .list2 li .img {
    width: 18%;
}

@media (max-width: 500px) {
    .c5 .content .c5-2 .list2 li .img {
        width: 100%;
        margin-bottom: 16px;
    }
}

.c5 .content .c5-2 .list2 li .img img {
    width: 100%;
}

.c5 .content .c5-2 .list2 li .zi {
    width: 80%;
}

@media (max-width: 500px) {
    .c5 .content .c5-2 .list2 li .zi {
        width: 100%;
    }
}

.c5 .content .c5-2 .list2 li .zi h3 {
    line-height: 36px;
    font-size: 16px;
    color: #323232;
    position: relative;
}

.c5 .content .c5-2 .list2 li .zi h3 p {
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 73%;
}

.c5 .content .c5-2 .list2 li .zi h3 span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #777777;
}

.c5 .content .c5-2 .list2 li .zi dd {
    font-size: 14px;
    line-height: 24px;
    color: #323232;
    margin-top: 14px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.c5 .content .c5-2 .list2 li:hover .zi h3 p {
    color: #22ac38;
}

.link {
    padding-top: 10px;
    line-height: 48px;
    border-bottom: 8px solid #22ac38;
    font-size: 14px;
    color: #787878;
}

.link a {
    color: #787878;
    padding-left: 15px;
}

.foot {
    background: #434343;
    padding-top: 28px;
    padding-bottom: 26px;
}

.foot .foot1 {
    width: 66%;
}

@media (max-width: 769px) {
    .foot .foot1 {
        width: 100%;
    }
}

.foot .foot1 .navx {
    border-bottom: 1px solid #535353;
    width: 82%;
}

@media (max-width: 769px) {
    .foot .foot1 .navx {
        width: 100%;
    }
}

.foot .foot1 .navx li {
    line-height: 54px;
    float: left;
    width: 14.285%;
}

.foot .foot1 .navx li a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.67);
}

.foot .foot1 .dhx {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.57);
    margin-top: 14px;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.57);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.foot .foot1 .ban {
    color: #adadad;
    font-size: 12px;
    line-height: 30px;
}

.foot .foot1 .ban a {
    color: #adadad;
}

.foot .foot2 {
    margin-top: 40px;
    width: 22%;
}

@media (max-width: 769px) {
    .foot .foot2 {
        width: 100%;
    }
}
