.pinpaiMenu {
    width: 100%;
    height: 28px;
    line-height: 28px;
    background-color: #FFF;
    -moz-box-shadow: 0 0 8px rgba(34, 23, 20, .5);
    -webkit-box-shadow: 0 0 8px rgba(34, 23, 20, .5);
    box-shadow: 0 0 8px rgba(34, 23, 20, .5);
    overflow: hidden;
}

.menuScroll_lists {
    width: 100%;
    height: 28px;
    overflow: hidden;
}

.menuScroll_lists li {
    width: 83px;
    height: 28px;
    line-height: 30px;
    float: left;
}

.menuScroll_lists li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 16px;
    text-align: center;
    color: #2e3642;
    text-decoration: none;
    outline: none;
}

.menuScroll_lists li a em {
    display: block;
    width: 80px;
    height: 4px;
    background-color: #d70a50;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -40px;
    display: none;
}

.menuScroll_lists li a:hover em,
.menuScroll_lists li.active a em {
    display: block;
}

.securityCenterBanner {
    width: 100%;
    height: auto;
}

.part1,
.part3 {
    width: 100%;
    padding: 30px 0;
    background-color: #FFF;
}

.part1 h3,
.part2 h3,
.part3 h3 {
    width: 100%;
    line-height: 120px;
    font-size: 57px;
    font-weight: 500;
    text-align: center;
    color: #2e3642;
}

.part1_wrap img,
.part2_wrap img {
    float: left;
}

.part1_txt,
.part2_txt,
.part3_txt {
    width: 94%;
    margin: 10px auto;
}

.part1_txt p,
.part2_txt p,
.part3_txt p {
    font-size: 26px;
    line-height: 38px;
    color: #2e3642;
    padding-bottom: 10px;
}

.part2 {
    padding: 30px 0;
    background-color: #f0f0f0;
}

.part2_txt p {
    color: #6a7380
}

.yy_06 {
    width: 35%;
    float: left;
}

.darenBannera {
    width: 90%;
    margin: 0 auto;
    padding: 5px;
    height: 200px;
}

.darenBannera li {
    width: 49%;
    float: left;
}

.darenBannera li p {
    width: 100%;
    padding: 8px;
    font-size: 16px;
}