@charset "UTF-8";
html{
    background:#ebebeb;
}
body{
    max-width:670px;
    margin:0 auto;
    background:white;
}
/* 图片-广告 */
.gab-pic{
    overflow: hidden;
    padding: 12px 0;
}
.gab-pic img{
    width: 100%;
}

/*服务-通用框*/
.service-box .hd{
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    color: #CD0600;
}
.service-box .bd{
    padding: 10px 3% 20px;
    overflow: hidden;
}

.public-list{
    overflow: hidden;
}
.public-list li{
    margin-bottom: 12px;
    height: 90px;
    line-height: 90px;
    vertical-align: middle;
}
.public-list li a{
    display: block;
    font-size: 1.2em;
    color: white;
    background: #5C9AD8;
    border-radius: 4px;
}
.public-list li a::before{
    margin: -6px 0 0 10%;
    font-family: "iconfont";
    content: "\e666";
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    vertical-align: middle;
    font-size: 1.8em;
    color: white;
    text-align: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}
.public-list li span{
    margin-left: 25px;
}
.public-list li:nth-child(2) a{
    background-color: #DA7E6D;
}
.public-list li:nth-child(3) a{
    background-color: #599666;
}


/*栏目-列表*/
.node-list li{
    width: 50%;
    float: left;
    box-sizing: border-box;
    margin-bottom: 12px;
}
.node-list li a{
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 28px;
    padding: 36px 10px;
    text-align: center;
    background: #F5F5F5;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
}
.node-list li:nth-child(odd) a{
    margin-right: 5px;
}
.node-list li:nth-child(even) a{
    margin-left: 5px;
}
.node-list li.txt-max a{
    padding: 22px 10px;
}

/*互动交流*/
.service-list li{
    width: 50%;
    float: left;
    margin-bottom: 12px;
}
.service-list li a{
    position: relative;
    z-index: 1;
    display: block;
    padding: 96px 0 15px;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px #E1E2E3;
    border-radius: 4px;
}
.service-list li a::before{
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 15px;
    font-family: "iconfont";
    content: "\e664";
    width: 70px;
    height: 70px;
    line-height: 70px;
    float: left;
    margin-left: -35px;
    vertical-align: middle;
    font-size: 1.8em;
    font-weight: normal;
    color: white;
    text-align: center;
    background: #DA7E6D;
    border-radius: 50%;
}
.service-list li:nth-child(odd) a{
    margin-right: 10px;
}
.service-list li:nth-child(even) a{
    margin-left: 10px;
}

.service-list li:nth-child(2) a::before{
    content: "\e919";
    background: #599666;
}