*{
    margin: 0;
    padding: 0;
}
body{
    width: 100%;
    min-width: 1200px;
    font-size: 16px;
    color: #333;
    letter-spacing: 1px;
    background-color: #f3f6fe;
}
li{
    list-style: none;
}
a{
    display: inline-block;
    text-decoration: none;
    -webkit-tap-highlight-color:transparent;
}
img{
    border: none;
    vertical-align: middle;
}
.banner{
    width: 100%;
    height: 427px;
}
.explain{
    position: relative;
    width: 1000px;
    padding: 50px 100px;
    margin: 0 auto;
    margin-top: -18px;
    border-radius: 10px;
    line-height: 30px;
    background: url("../images/explain_bg_03.png") no-repeat;
    background-size: 100% 100%;
}
.e_title{
    position: absolute;
    right: 0;
    top: 0;
    width: 170px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    color: #fff;
    font-size: 17px;
    border-radius: 0 10px 0 10px;
    background-color: #333333;
}
.adress{
    color: #f40b0c;
    border-bottom: 1px #f40b0c solid;
}
.center_table{
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
    background-color: #a3d1fd;
    border-radius: 10px;
}
.table_title{
    width: 100%;
    height: 74px;
    line-height: 74px;
    font-size:25px;
    text-align: center;
}
.group{
    width: 100%;
    height: 95px;
    line-height: 95px;
    overflow: hidden;
    text-align: center;
    font-size: 23px;
    background-color: #f6f8fe;
    border-radius: 10px 10px 0 0;
}
.group_item{
    float: left;
    width: 33.33%;
}
.group_item a{
    width: 100%;
    color: #333;
}
.group_item_active{
    background-image: linear-gradient(to right,#f7e0b0,#eaab62);
}

.table_list{
    width: 1000px;
    padding: 25px 100px 100px 100px;
    background-color: #fff;
}
.table_list table{
    width: 100%;
    border: none;
}
.table_list table tr td{
    padding: 30px 0;
    text-align: center;
    border-bottom: 1px #e3e3e3 solid;
}
.table_list table tr:first-child td{
    background-color: #f6f8fe;
    font-size: 18px;
    border:none;
}
/*اه³‎¸،¶¯*/
.clearfix:after{
    content:".";
    display:block;
    height:0;
    visibility:hidden;
    clear:both;
}
.clearfix{
    zoom:1;
}
