@CHARSET "UTF-8";
* {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#a1 {
    width: 100%;
    height: 360px;
    background: url("../img/banner.jpg") no-repeat;
    background-position: center center;
    margin: 0px auto;
}
.main-bg {
    background: url(../img/main_bg.jpg) center 10px no-repeat;
}

.main-xxgk {
    width: 1100px;
    margin: -10px auto 0px;
    padding: 17px 25px 37px 25px;
    background: #fff;
    position: relative;
    z-index: 10;
}

.middlebox {
    margin: 0px auto 20px;
    width: 1100px;
    height: auto;
    overflow: hidden;
}
.nav {
    margin: 0px auto 20px;
    width: 1100px;
    height: 60px;
    line-height: 45px;
    /*padding-left: 60px;*/
    background: url("../img/xxgk_title.png") center top no-repeat;
    text-align: center;
    border-top: 3px solid #216dbe;
    /*background: #f3f3f3;*/
}
.nav h2 {
    /*float: left;*/
    font-family: 微软雅黑, 宋体, Arial;
    font-size: 20px;
    font-weight: bold;
    /*color: #3076b2;*/
    color: #ffffff;
    /*padding-left: 80px;*/
    padding-top: 2px;
}
.nav h2 a {
    color: rgb(213, 197, 151);
}
.zjjd {
    padding: 35px;
    width: 1028px;
    overflow: hidden;
    border: 1px solid rgb(204, 204, 204);
    background-color: #f3f7fa;
}
ul.list {
    clear: both;
    width: 100%;
}
ul.list li {
	margin-bottom: 5px;
    float: left;
    width: 500px;
    line-height: 55px;
    padding-left: 10px;
    font-family: 微软雅黑, 宋体, Arial;
    font-size: 18px;
    color: rgb(76, 76, 76);
    background: url(../img/xxgk-list-bg.png) center top no-repeat;
}

ul.list li:hover {
    background: url(../img/xxgk-list-bg.png) center bottom no-repeat;
    color: #ffffff;
}

ul.list li a {
	padding-left: 90px;
    font-family: 微软雅黑, 宋体, Arial;
    font-size: 18px;
    color: rgb(76, 76, 76);
}

ul.list li:hover a {
    color: #ffffff;
}

ul.list li span {
    padding-left: 90px;
    font-family: 微软雅黑, 宋体, Arial;
    font-size: 18px;
    color: rgb(76, 76, 76);
}

ul.list li:hover span {
    color: #ffffff;
}

body {
    background-color: rgb(255, 255, 255);
    margin: 0px;
    padding: 0px;
    font-family: 微软雅黑, 宋体, Arial;
    font-size: 14px;
    line-height: 24px;
}
td {
    font-family: 微软雅黑, 宋体, Arial;
    font-size: 12.5px;
    line-height: 25px;
}
ul {
    padding: 0px;
    margin: 0px;
}
li {
    padding: 0px;
    margin: 0px;
}
a:link {
    text-decoration: none;
    color: rgb(0, 0, 0);
}
a:visited {
    text-decoration: none;
    color: rgb(0, 0, 0);
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}

.filed {
    position: absolute;
    width: 210px;
    height: 148px;
    top: 450px;
    left: 50%;
    margin-left: 380px;
    z-index: 9999;
}