*{
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}
body{
    width: 100%;
    height: 100%;
}
.totalCons{
    width: 100%;
    height: 100%;
    margin: auto;
    background: #f5f5f5;
}
/*头部内容*/
.topConsBao{
    width: 100%;
    background: #ffffff;
}
.topCons{
    width: 80%;
    height: auto;
    padding: 25px 0;
    margin: auto;
    overflow: hidden;
}
.topCons .leftDiv{
    float: left;
}
.topCons .leftDiv span{
    font-size: 36px;
    color: #F13A3A;
    font-family: "songti !important";
}
.topCons .leftDiv b{
    font-weight: normal;
    color: #666 !important;
}
.topCons .rightDiv{
    float: right;
    width: 60%;
    height: auto;
    padding-top: 15px;
}
.topCons .rightDiv ul{
    margin: 0;
    padding: 0;
}
.topCons .rightDiv ul li{
    list-style: none;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
}
.topCons .rightDiv ul a{
    width: 17%;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding-bottom: 20px;
    color: #666;
}
.addBoder{
    color: #f13a3a !important;
    border-bottom: 2px solid #f13a3a;
}

/*底部内容*/
.bottomCons{
    width: 100%;
    height: auto;
    padding: 66px 0;
    background: #333;
	margin-top: -10px;
}
.bottomCons .centerCons{
    width: 32%;
    text-align: center;
    margin: auto;
}
.bottomCons .centerCons ul{
    display: inline-block;
    text-align: center;
    width: 70%;
    margin: 0 8%;
    padding: 0;
}
.bottomCons .centerCons ul li{
    list-style: none;
    float: left;
    width: 24%;
    font-size: 12px;
    text-align: center;
    border-right: 1px solid #9B9B9B;
}
.bottomCons .centerCons ul li a{
    text-decoration: none;
    color: #9B9B9B;
}
.bottomCons .centerCons ul li:last-child{
    border: none !important;
}
.bottomCons .centerCons .fontSet{
    padding-top: 10px;
    font-size: 12px;
    color: #9B9B9B;
}
iframe{
    width: 100%;
}