* {
    margin: 0;
    padding: 0;     
}
body{
    color:#666;
    font-size:14px;
}
.top {
    width: 100%;
    height: 100px;
}
.top_box {
    width: 1150px;
    height: 100px;
    margin: 0 auto;
}
.top_box a {
    display:block;
    width:600px;
    height:100px;
    float: left;
    text-decoration: none;
    outline: none;
}
.top_box a img{
    border: 0;
}
.top_box_right {
    width: 300px;
    height: 100px;
    line-height:100px;
    float: right;
}
.nav {
    min-width:1150px;
    width: expression((document.documentElement.clientWidth||document.body.clientWidth)
<1150?"1150px":"");
    height: 50px;
    line-height: 50px;
    background: url("/myimages/nav_img.jpg") center repeat;
}
.nav_box {
    width: 1150px;
    height:50px;
    margin: 0 auto;
}




.content{
    background:#efeded;
    min-width:1150px;
    padding-top:20px;
    padding-bottom:20px;
    margin:0 auto;
    overflow:hidden;
    zoom:1;
}
.content_box{
    width:1150px;
    min-heght:500px;
    margin:0 auto;
}
.content_left{
    width:233px;
    heigt:435px;
    background:#fff;
    float:left;
}
.content_left_top{
    width:233px;
    height:40px;
    line-height:40px;
    color:#fff;
    font-size:16px;
    background:#0e3d9c;
    text-align:center;
}
.content_left_foot{
    width:233px;
    height:390px;
}
.content_right{
    width:893px;
    min-heigh:435px;
    background:#fff;
    float:right;
}
.content_right_box{
    width:839px;
    min-heigh:435px;
    padding-left:24px;
}
.content_right_top{
    width:839px;
    height:40px;
    line-height:38px;
    border-bottom:2px solid #ccc;
}
.content_right_top_left{
    width:335px;
    height:40px;
    line-height:40px;
    padding-left:20px;
    color:#0e3d9c;
    float:left;
}
.content_right_top_right{
   width:335px;
   height:40px;
   line-height:40px;
   float:right;
   text-align:right;
}
.content_right_foot{
   width:800px;
   min-height:390px;
   margin:0 auto;
   padding-top:20px;
   padding-bottom:40px;
}


.foot{
    min-width:1150px;
    width: expression((document.documentElement.clientWidth||document.body.clientWidth)
<1150?"1150px":"");
    height: 130px;
    background: #064089;
    padding-bottom: 10px;
}
.foot_top{
    height: 50px;
    width:1150px;
    border-bottom:1px solid #ffffff;
    margin:0 auto;
}
.foot_top ul{
    height: 50px;
    width:1150px;
    list-style:none;
}
.foot_top ul li{
    height:50px;
    width:143px;
    float:left;
    line-height:50px;
    color:#ffffff;
    font-size:14px;
    text-align:center;
}
.foot_top ul li a{
    color:#ffffff;
    font-size:13px;
    text-decoration:none;
}
.foot_top ul li a:hover{
    text-decoration:underline;
}
.foot_foot{
    width:1150px;
    height:60px;
    margin:0 auto;
    margin-top:10px;
}
.foot_foot_box{
    width:400px;
    height:60px;
    margin:0 auto;
    color:#fff;
    text-align:center;
}
.foot_foot_box p{
    font-size:15px;
    line-height:30px;
}