.header,
.footer {
    font-size: 14px;
}

/*-------------------
        header
 ---------------------*/

.header .search-wrap {
    padding: 0 10px;
    height: 44px;
    line-height: 44px;
    background: url(../img/index/header_bg_top.png) repeat-x;
}

.search {
    position: relative;
    border-radius: 30px;
    height: 30px;
    width: 230px;
    font-size: 12px;
    color: #999;
    background: #fff;
    margin-top: 7px;
    border: 1px solid #d8d8d8;
    margin-right: 20px;
}

.search input {
    position: absolute;
    padding: 0;
    margin: 0;
    top: 0;
    left:20px;
    width: 200px;
    height: 100%;
    line-height: 29px;
    border: none;
}

.search img {
    position: absolute;
    top: 6px;
    right: 12px;
}

.header_code {
    font-size: 12px;
    margin-right: 10px;
    width:77px;
}
.header_code img{
    width:77px;
    height:77px;
    border:1px solid #e8e8e8;
    margin-right:15px;
}
.logo-wrap {
    height: 110px;
    padding: 15px 0;
}


.header-nav-wrap {
    margin: auto;
    height: 47px;
    width: 1000px;
  /*  background: #CC2900;  */
    background: #28a2e8;
}
.header .search-wrap{
	width:1000px;
	margin:auto;
}
.nav-list > li {
    position: relative;
    display: inline-block;
    line-height: 47px;
   /* padding:0 37px; */
    padding:0 25px;
    text-align: center;
    color: #fff;
    /*IE7*/
    *padding:0;
    *width:11.1%;
    *float:left;
}

.nav-list li a {
    display: inline-block;
    height: 100%;
    width: 100%;
    color: #fff;
}

.nav-list > li > img {
    position: absolute;
    right: 0;
    top: 0;
}

.nav-list > li:hover,
.nav-list > li.active {
  /*  background: #CC2900;  */
    background: #0577b8;
}

/*---------------------
        footer
-----------------------*/
.links-wrap {
    height: 40px;
}

.links {
    height: 100%;
    padding: 0 15px;
    line-height: 40px;
    color: #fff;
    background: url(../img/index/header_nav_bg_nor.jpg) repeat-x;
}

.links-right {
    height: 40px;
    padding-left: 104px;
    border: 1px solid #e8e8e8;
}

.links-right select {
    height: 25px;
    margin-top: 6px;
    min-width: 200px;
    margin-left: 15px;
    border: 1px solid #e8e8e8;
    color: #666;
}

.links-right select:first-child {
    margin-left: 100px;
}

.other-link {
    color: #666;
    text-align: center;
    line-height: 30px;
    padding: 15px 0;
    border-top: 2px solid #e10000;
}

.other-link ul li {
    display: inline-block;
    *display: inline;
}

.other-link li a {
    color: #666;
}

.other-link li a:hover {
    color: #cc0000;
}

.other-link img {
    vertical-align: middle;
}

/*loading*/
.portal-loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url(../img/index/loading.gif) center center no-repeat rgba(0, 0, 0, .5);
    z-index: 9998
}
 .footer {
   /* height: 100px; */
    height: 120px;
    width: 1000px;
   /* background: #CC2900;*/
    background: #28a2e8;
    clear: both;
    position: relative;
    
}

 .footercon {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}
.footer .footercon .fleft {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 150px;
}
.footer .footercon .fcnter {
   /* height: 78px;*/
    height: 85px;
    width: 550px;
    padding-top: 5px;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: 230px;
}
.footer .footercon .fright {
    display: inline-block;
    position: absolute;
    top: 40px;
    left: 800px;
}
 .other-link {
    color: #666;
    text-align: center;
    line-height: 30px;
    padding: 15px 0;
    color:#ffffff !important;
    border-top: 0px solid !important;
}
.wzid a{
	color:#ffffff !important;
}

