/*头部*/
body{
    font-family:"微软雅黑";
    font-size: 17px;
    color: #333;
    min-width:1000px;
}
body,div,ul,li,img,p,span,a{
    border:0;
    padding:0;
    margin:0;
    text-decoration: none;
    list-style: none;
}
a{
    color: #333;
}
a:hover,a:active{
    color: #0c62c4;
}
.hide{
    display: none;
}
.more{
    color: #999;
    font-size:15px;
    float: right;
}
.clearfix:after{
    display: block;
    content: '';
    clear: both;
}
#top{
    width:100%;
    min-width: 1000px;
    margin:0 auto;
    height:93px;
    background: #efefef;
}
#top .logo{
    width:1000px;
    margin:0 auto;
}
#nav{
    width:100%;
    background:url("nav_bg.jpg") repeat-x;
    height:36px;
}
#nav ul{
    width:1000px;
    margin:0 auto;
}
#nav li{
    float: left;
    width:20%;
    height:36px;
    line-height:36px;
    text-align:center;
}
#nav li a{
    color: #fff;
}
#content{
    width:100%;
    background: url("cont_bg.jpg") repeat;
    float: left;
}
.main{
    width:1000px;
    margin:0 auto;
}
.main-left{
    float: left;
    width:740px;
    height:530px;
    margin:20px 25px 45px 0;
    background: #fff;
    border-top: 3px solid #5392ed;
}
.main-left ul{
    float: left;
    width:100%;
}
.main-left li{
     float: left;
     width: 210px;
     height:75px;
     background-color: #ebf0f8;
     margin:35px 0 0 25px;
 }
.main-left li img{
    float: left;
    margin:18px 10px;
}
.main-left li span{
    float: left;
    width:150px;
    height:75px;
    display: flex;
    justify-content:left;
    align-items:Center;
}
.main-right{
    float: left;
    width:235px;
    height:530px;
    margin-top:20px;
    border-top: 3px solid #f49561;
    background:url("right_bg.jpg") repeat;
    padding:0 10px;
}
.main-right-title{
    color: #2269c1;
    font-weight:bold;
    margin-top:30px;
}
.main-right-con{
    font-size:15px;
    line-height:30px;
}


















