*{
 margin: 0;
 padding: 0;
}
body{
 font-family:'Microsoft YaHei';
}
ul{
 list-style: none;
}
a{
 color: #333;
 text-decoration: none;
}
#fixblock {

 width: 100%;
 z-index: 1000;
}
#fixblock .top {
 height: 28px;
 line-height: 28px;
 background: url(../images/top.png) repeat-x;
 min-width: 1230px;
}
#fixblock .top .top-warp {
 width: 1200px;
 margin: 0 auto;
 color: #fff;
 font-size: 12px;
}
#fixblock .top .top-warp .top-warp-right{
  float: right;
}

#fixblock .top .top-warp .search-box{
 width: 30px;
float: left;
 height: 25px;
 border: 0;
 margin-top: 2px;
 padding-left: 8px;
position: relative;
 cursor: pointer;
}
.histhome{
 float: left;
 padding-right: 8px;
 border-right: 1px dashed #267cd8;
}
.histhome a{
 color: #fff;

}
#fixblock .top .top-warp .top-warp-left{
 float: left;
}

.clearfix:after {
  content: "020"; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;  
}
.container{
 width: 1200px;
 margin: 0 auto;
}
#header{
 height: 100px;
 height: 140px;
  margin-left: 110px;
 background: url(../images/tt.png) no-repeat;
 background-size: 100% 140px;
}
#header .logo{
 float: left;
 margin-top: 10px;
}

#footer {
 padding-top: 13px;
    padding-bottom: 13px;
    height: 115px;
    background: #2267b1;
    color: #fff;
}
#footer .footer-logo {
 float: left;
 padding-top: 8px;
 padding-bottom: 8px;
}
#footer .footer-info {
 float: left;
    margin-left: 20px;
    font-size: 14px;
    line-height: 24px;
    padding-top: 29px;
}
#footer .footer-info p {
 margin-bottom: 10px;
 
}
.footer-code {
 float: right;
 font-size: 12px;
 width: 220px;
}
.footer-code {
 text-align: center;
}
.footer-code .wechat {
 float: left;
}
.footer-code .web {
 float: right;
}
.footer-link {
 float: right;
 padding-top: 40px;
 margin-right: 50px;
}
.footer-link select{
 height: 30px;width: 200px;border-radius: 3px
}


input[name="FindButton"]{
     position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    border: none;
    background-color: #2267b1;
    cursor: pointer;
    overflow: hidden;
    padding-right: 0;
    color: #fff;
}
input[name="INTEXT"]{
     position: absolute;
    height: 30px;
    line-height: 30px;
    color: #262626;
    background-color: #fff;
    border: none;
    top: 0px;
    padding-left: 0px;
        padding: 0 0 0 7px;
    width: 83%;
}

.return{
 display: inline-block;
 position: fixed;
 bottom: 20px;
 right: 20px;
 width: 50px;
 background: url(../images/return.png) no-repeat center center;
 background-size: 30px 30px;
 height: 50px;
 background-color: #7f8594;
}
.child{
 display: none;
 position: absolute;
 width: 150%;
 font-size: 14px;
 background-color: #f5f5f5;
 z-index: 1000;
}
.child li{
 white-space: nowrap;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
    text-align: center;
}
.child li:hover{
 background-color: #2267b1;
 
}
.child li:hover a{
 color: #fff;
}
.nav-list li:hover .child{
 display: block;
}
.top-nav{
 height: 45px;
 background-color: #2267b1;
}
.top-nav ul{
 margin: 0 auto;
}
.top-nav>div>ul>li{
 float: left;
 margin-right: 9px;
 position: relative;
 height: 45px;
 width: 100px;
 text-align: center;
}
.top-nav ul li a{
 display: block;
 height: 45px;
 color: #fff;
 line-height: 45px;
}
.search-border{
 display: none;
 width: 208px;
    height: 30px;
    right: 0;
    top: 26px;
    line-height: 30px;
    
    z-index: 9999994;
    position: absolute;
    border: 1px solid #2267b1;
}
.nav>li ul{
 display: none;
 background-color: #fff;
 position: absolute;
 top: 45px;
 z-index: 1000;

}
.nav>li ul li{
 height: 45px;
 text-align: center;
 line-height: 45px;
 width: 100px;
 color: #333;
 font-size: 14px;
 border-bottom: 1px solid #eee;
}
.nav>li ul li:hover{
 background-color: #7bade4;
 color: #fff;
}
.nav>li:hover{
 background-color: #7bade4;
}
.nav>li ul li a{
 color: #333;
}
.nav>li ul li:hover a{
 color: #fff;
}