﻿* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 微软雅黑, serif;
}

li {
    list-style: none
}

a {
    text-decoration: none;
    color: #333333;
}

a:hover {
    color: #2f6ea2;
    text-decoration: none;
}

body {
    width: 100%;
    margin: 0 auto;
    min-width: 1250px;
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}

.left {
    float: left;
}

.right {
    float: right;
}
.foot .linkCon .button a{
    color: #e64242;
}
.banner {
    width: 1200px;
    margin: 0 auto;
    background: url("../images/zdly/banner_zdly.jpg") no-repeat center center;
    height: 120px;
}

.part1 {
    width: 100%;
}

.part1 .content {
    width: 1240px;
    margin: 20px auto 40px;
}

.part1 .content .box {
    width: 370px;
    height: 246px;
    vertical-align: 0;
    display: inline-block;
    border-radius: 10px;
    box-shadow: 0 0 6px 0 #cccccc;
    text-align: center;
    margin: 20px;
    position: relative;
}

.part1 .content .box img {
    display: block;
    height: 50px;
    margin: 70px auto 30px;
}

.part1 .content .box h5 {
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
}

.main .content .box:hover .sublist {
    display: flex;
}

.main .content .box .sublist {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #FFFFFF;
    border: 1px solid #2C6EB7;
    border-radius: 12px;
}

.main .content .box .sublist ul {
    margin: 0 auto;
    align-self: center; 
    padding: 0 6px;
}

.main .content .box .sublist li {
    line-height: 32px;
    min-width: 150px;
    margin: 6px 6px 0;
    border-radius: 16px;
    padding: 0 6px;
}

.main .content .box .sublist li a {
    display: block;
}

.main .content .box .sublist li:hover {
    background: #2C6EB7;
}

.main .content .box .sublist li:hover a {
    color: #FFFFFF;
    text-decoration: none;
}

.part2 h4 {
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    width: 1200px;
    margin: 0 auto;
}

.part2 .content {
    width: 1240px;
    margin: 0 auto;
}

.part2 .content .box {
    width: 370px;
    height: 140px;
    vertical-align: middle;
    display: inline-block;
    border-radius: 10px;
    box-shadow: 0 0 6px 0 #cccccc;
    margin: 20px;
    position: relative;
}

.part2 .content .box h5 {
    font-size: 18px;
    margin: 12px 16px;
    height:84px;
    line-height: 30px;
    font-weight: bold;
    text-align: justify;
}

.part2 .content .box h5 a{
   display:block;
    height:84px;
}
.part2 .content .box p {
    font-size: 14px;
    margin: 12px 16px;
    color: #666666;
    position: absolute;
    bottom: 0;
}

.part3 h4 {
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    width: 1200px;
    margin: 20px auto 10px;
}

.part3 .content {
    width: 1216px;
    margin: 0 auto 40px;
}
.part3 .content ul li{
    display: inline-block;
    background: #f1f2f3;
    text-align: center;
    width: 182px;
    height: 48px;
    font-size: 16px;
    line-height: 48px;
    margin: 10px 8px;
}