@charset "utf-8";
html{
    margin: 0;
    padding:0;
}
body,h1,h2,ul,li{
    padding:0;
    margin: 0;
}
.disvisiable{
    display: none;
}
.header_logo{
    height: 225px;
}
.header_bac{
    width: 100%;
    background: rgb(60,144,208);
    min-width: 1290px;
    list-style: circle;
}
.section{
    background: #E6E6E6;
    width: 1290px;
    margin: 0 auto;
    min-width: 1290px;
    min-height: 600px;
    margin-top: -30px;
}
.section .title{
    width: 100%;
    height: 60px;
    background: rgb(75,160,227);
    line-height: 60px;
    text-align: center;
}
.section .title h2{
    color: white;
    font-size: 28px;
    text-align: center
}
.section .title p{
    color: white;
    font-size: 28px;
    font-weight: bolder;
}
.left{
    background: #3C90D0;
    width: 20%;
    float: left;
}
.section .left .se_nav{
    min-height: 80px;
    margin-top:10px;
    text-align: center
    margin-left:40px;
}
.left .hot{
    min-height: 120px;
    padding: 0;
}
.hot_title{
    text-align:center;
    height: 40px;
    background: rgb(75,160,227);
    line-height: 40px;
}
.hot_title p{
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
}
.right{
    margin-left: 10px;
    width: 75%;
    min-width:75%;
    float: right;
    margin-top: 20px;
}
.right .position{
    height: 40px;
    font-weight: bold;
    font-size: 26px;
}
.right .right_body{
    min-height: 300px;
    margin-top: 30px;
    margin-right:15px;
}
.clear{
    clear: both;
}
.footer{
    margin-top:60px;
}