body{background:#eeeeef;font-size:14px;font-family: "微软雅黑"}
h1, h2, h3, h4, h5, h6{margin: 0px}
span{color:Red;}
.top{width: 100%;height: 107px;background: url(../images/top_bg.jpg);}
.banner img{width: 100%}
.box{width: 1200px;margin:35px auto 0px auto;border-radius: 1%;height: auto;overflow: hidden;background: #fff;border-top: none;border:1px solid #ddd;border-top: none}
.box h1{height: 45px;background: url(../images/box_top_bg.jpg);border-bottom: 1px solid #ddd;font-size:15px;color: #666666;line-height: 45px;padding-left: 18px}
.box .box-body{padding: 30px}
.box .am-table td{border-top: none;line-height:40px;}
.box .am-table td button{margin-right: 10px;padding: 8px 35px}
.box .am-table td .am-btn-danger{background:#e90010;font-size: 14px;border-radius: 7%}
.box .am-table td .am-btn-default{font-size: 14px;border-radius: 7%}
.box .am-table td input{width: 290px;}
.box .am-table td .am-form-group{width:290px;}
.box .am-table td select{width: 290px;height: 38px}
.box label{font-weight: normal;}
.box-foot{height: 80px;border-radius: 1%;border: 1px solid #ddd;width: 1200px;background: #fff;margin:20px auto 0px auto;text-align: center;line-height: 80px;margin-bottom: 20px;overflow: hidden;}
.box-body .am-form-group #doc-form-file{height: 40px;}







#menu {
   
    right: 30px;
    #right: 30px;
    top: 50%;
    width: 10px;
    margin-top: -50px;
    padding: 0;
    list-style-type: none;
    /*z-index: 70;*/
}
#menu li {
    width:14px;
    height:14px;
    float:left;
    margin-top:10px;
}
#menu li a {
    display:block;
    float:left;
    width:14px;
    height:14px;
    background:url(../images/menuLi.png) no-repeat;
    overflow: 
}
#menu li.active a {
    background:url(../images/menuLiHover.png) no-repeat;
}

.header{
    width: 1200px;
    position: absolute;
    left:50%;
    margin-left: -600px;
    top:30px;
    z-index: 9999;
}
.header .logo{
    width: 435px;
    height: 56px;
    float: left;
    background: url(../images/logo.png) no-repeat;
}
.header .nav{
    overflow: hidden;
    float: right;
    /*padding-top: 20px;*/
}
.header .nav li{
    list-style: none;
    float: left;
    padding: 0 20px;
}
.header .nav li a{
    display: block;
    padding: 0 0 36px 0;
    font-size: 16px;
    color: #333333;
    text-decoration: none;
}
.header .nav li a.active{
    font-weight: 700;
    border-bottom:3px solid #e40012;
}

.footer{
    font-size:14px;
    color:#666;
    width:100%;
    height:50px;
    line-height:50px;
    text-align:center;
    background:#d5d8d7;

}