body, html,form, ul, li, p, h1, h2, h3, h4, h5, h6, input, textarea {
 padding: 0;
 margin: 0;
}
body{background:#ECECEC;}
input, select, textarea {
 font-size: 12px;
 line-height: 16px
}
img {
 border: 0
}
ul, li {
 LIST-STYLE-TYPE: none
}
a {
 COLOR: #4c4c4c;
 TEXT-DECORATION: none
}
a {
 cursor: pointer;
 text-decoration: none;
 hide-focus: expression(this.hideFocus=true);
 outline: none;
 -webkit-tap-highlight-color: transparent;
}
a:link, a:visited, a:hover, a:active {
 text-decoration: none;
}
a:focus {
 outline: 0;
}

.top_box{ background:#fff;}
.top {
 width: 1024px;
 height: 80px;
 margin: auto;
}
.logo {
 height: 60px;
 padding:10px;
}
.logo img {
 display: block;
 height: 60px;
 
}

 
.nav_box {
 background: #0076c2;
}
.nav {
 width: 1024px;
 height: 50px;
 overflow: hidden;
 margin: auto;
}
.nav a {
 display: block;
 float: left;
 width: 200px;
 color: #fff;
 height: 50px;
 text-align: center;
 line-height: 50px;
}
.nav a span{
 display: block;
 width: 200px;
 color: #fff;
 height: 50px;
 text-align: center;
 line-height: 50px;
}
.nav .cur {
 background: #e1ca98;
}

 
.banner_box img {
 display: block;
 width: 100%;
}


.main{width:1024px; margin:10px auto;  overflow:hidden; background:#fff;}
.main_left{ float:left; width:1024px;}
.main_01_top {
 width: 100%;
 height: 100px;
 background-size: 100% 100%;
 overflow: hidden;
 border-bottom:solid 1px #999;
}
.main_01_top span {
 float: left;
 line-height: 36px;
}
.main_01_top span * {
 display: block;
 line-height: 100px;
}
.main_01_top .span1 {
 float: left;
 width:80px; height:36px;
}
.main_01_top .span2{width:250px; height:100px; text-align:center;color:#0076c2; font-size:30px;line-height:100px;}

.list_detail_1{ width:100%;min-height:450px;border:solid 1px #e6e6e6;border-top:0;}
.list_detail_2{ width:100%;height:200px;border:solid 1px #e6e6e6;border-top:0;}

.main_right{ width:300px; float:right;margin-right:2px;}


.foot {
 line-height: 80px;
 background: #0076c2;
 font-size: 16px;
 text-align: center;
 margin-top: 10px;
 color:#fff;
}