@charset "utf-8";
/* CSS Document */
.main {
    width: 1200px;
    margin: -260px auto 70px;
}
.main .icon_list {
    background: #fff;
    padding-bottom: 30px;
}
.main .icon_list li {
    float: left;
    width: 274px;
    height: 240px;
    margin: 30px 0 0 20px;
}
.main .icon_list li:hover {
    transform: scale(1.05);
    transition: ease-out 0s;
    -moz-transition: ease-out 0s;
    -webkit-transition: ease-out 0s;
    -o-transition: ease-out 0s;
    box-shadow: 0 5px 20px rgba(0,0,0,.2);
}
.main .cyfw h2{
    font-size: 58px;
    line-height: 58px;
    color: #000000;
    font-weight: bold;
    margin: 40px auto 0;
    text-align: center;
}

.main .cyfw h2{
    font-size: 58px;
    line-height: 58px;
    color: #000000;
    font-weight: bold;
    margin: 40px auto 0;
    text-align: center;
}

.main .cyfw .list{
    margin-left: -20px;
}
.main .cyfw .list li{
    width: 286px;
    height: 200px;
    background: #fff;
    color: #4d5576;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
    margin: 40px 0 0 18px;
    float: left;
}
.main .cyfw .list li a{
    width: 90%;
    margin: 0 auto;
    display: block;
    font-size: 40px;
    line-height: 58px;
    padding-top: 35px;
}
.main .cyfw .list li:hover{
    background: #8b95bc;
    color: #fff;
}
.main .cyfw .list li:hover a{
    color: #fff;
}
.main .cyfw .item {
    margin-left: -20px;
}
.main .cyfw .ecode {
    width: 590px;
    height: 290px;
    background: #fff;
    border-radius: 10px;
    margin: 40px 0 0 20px;
    float: left;
}
.main .cyfw .ecode  p{
    font-size: 26px;
    color: #4d5576;
    margin-top: 10px;
}
.main .cyfw .yss .ms{
    width: 300px;
    text-align: center;
    margin-top: 70px;
    margin: 80px 20px;
}
.main .cyfw .yss .ms h3{
    font-size: 40px;
    color: #4d5576;
    font-weight: bold;
    line-height: 70px;
}
.main .cyfw .yss .sm{
    width: 217px;
    height: 215px;
    margin-right: 20px;
    margin-top: 40px;
}
.main .cyfw .zswx .ms {
    width: 340px;
    text-align: center;
    line-height: 40px;
    margin: 60px 15px;
}
.main .cyfw .zswx .ms h4{
    font-size: 33px;
    color: #4d5576;
    font-weight: bold;
}
.main .cyfw .zswx .sm{
    width: 204px;
    height: 204px;
    line-height: 290px;
    margin-right: 15px;
}
