/*CSS reset*/
body, div, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, input, p, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;}
body {
    width:100%;
    margin:0px;
    background-color: #ebe9ea;
    font: normal 12px/22px 微软雅黑,Arial, Helvetica, sans-serif;
    float: left;}
a {
    text-decoration:none;
    color: #fff;}



/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none;}
.wapper {
   /*// min-height:100%;*/
    height: auto !important; /*ie6不识别min-height*/
    position: relative;}
/*网页头部*/
.header {
    width: 100%;
    min-width: 1025px;
    position: relative;
    height: 193px;
    float: left;}
.top-line {
    width: 100%;
    height: 13px;
    background-color: #d70220;}
.header-content-background {
    width: 100%;
    height: 135px;
    background: url(head_background.jpg) repeat-x;}
.header-content {
    width: 952px;
    height: 95px;
    margin: 0 auto;
    padding-top: 40px;
    padding-left: 44px;
    background: url(logo_emblem.jpg) no-repeat;}
.header-search {
    width: 185px;
    height: 28px;
    margin-top: 57px;
    float: right;}
.header-search input.text {
    width: 145px;
    height: 12px;
    padding-left: 5px;
    padding-right: 2px;
    padding-top: 8px;
    padding-bottom: 8px;}
.header-search-button {
    width: 33px;
    height: 28px;
    background: #d70220 url(icon_search.jpg) 11px 7px  no-repeat;
    float: right;
    cursor: pointer;}
.header-logo {
    width: 201px;
    height: 43px;
    margin-right: 30px;
    float: left;}
.header-title {
    width: 393px;
    height: 42px;
    margin-top: 3px;
    font-size: 41px;
    font-weight: bold;
    color: #ffffff;
    float: left;}

/*导航栏*/
.nav{
    width: 100%;
    height: 45px;
    background: #d70220;
}
.nav-body{
    margin: 0 auto;
    width: 979px;
    height: 45px;}
.nav-li{
    width: auto;
    float: left;
    height: 45px;
    text-align: center;}
.nav-act{
    background: #d70220;}
.nav-li-chn{
    color: white;
    line-height: 45px;
    font-size: 18px;}
.nav-li-child{
    width: 120px;
    line-height: 32px;
    font-size: 14px;
    color: white;
    text-align: center;
    background: #b3013e;}
.nav-li-child-act{
    background: #d70220;}
/*网页主体*/
.main {
    width: 100%;
    min-width: 1027px;
    height: auto;
    /*/min-height: 100%;*/
    position: relative;
    background-color: #ebe9ea;
    float: left;}
/*网页脚部*/
.footer {
    width: 100%;
    min-width: 1027px;

    /*bottom: -487px;*/

    height: 162px;
    float: left;}

.footer-top-line {
    width: 100%;
    height: 7px;
    background-color: #606060;
    float: left;}
.footer-link {
    width: 100%;
    height: 56px;
    background-color: #878787;
    float: left;}
.footer-link-content {
    width: 750px;
    height: 43px;
    line-height: 56px;
    padding-top: 13px;
    padding-left: 50px;
    padding-right: 50px;
    margin: 0 auto;}
.link-name {
    width: 124px;
    height: 29px;
    color: #ffffff;
    font-size: 16px;
    line-height: 29px;
    text-align: center;
    float: left;}
.select-link {
    width: 167px;
    height: 28px;
    padding-right: 7px;
    padding-left: 13px;
    margin-right: 5px;
    margin-left: 5px;
    background: url(icon_select.jpg) #ffffff no-repeat 140px 1px;
    /*chrome和firefox里面的边框是不一样的，所以复写了一下*/
    border: solid 1px #000;
    /*很关键：将默认的select选择框样式清除*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    outline: 0;
    border: none;
    float: left;}
.select-link2 {
    width: 208px;
    height: 28px;
    padding-right: 14px;
    padding-left: 19px;
    margin-right: 5px;
    margin-left: 5px;
    background: url(icon_select.jpg) #ffffff no-repeat 181px 1px;
    /*chrome和firefox里面的边框是不一样的，所以复写了一下*/
    border: solid 1px #000;
    /*很关键：将默认的select选择框样式清除*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    outline: 0;
    border: none;
    float: left;}
.footer-copyright {
    width: 100%;
    height: 99px;
    text-align: center;
    line-height: 99px;
    background-color: #565656;
    font-size: 12px;
    color: #ffffff;
    float: left;}