/*every*/
body{
    margin:0;
    padding:0;
}
a{
    text-decoration: none;
}
img{
    border: 0;
}
.nav{
    width: 100%;
    height: 332px;
    background: url("../img/top.png") no-repeat center;
    padding-top: 200px;
    box-sizing: border-box;
}
.nav-banner{
    width: 1200px;
    height: 88px;
    margin: 0 auto;
    background: #037edb ;
}
.ln{
    width: 220px;
    height: 88px;
    padding-top: 10px;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    list-style: none;
}
.ln:hover{
    background: #169aff;
}
.ln p{
    color: #ffffff;
}
.foot{
    width: 100%;
    height: 250px;
    background: #037edb;
    text-align: center ;
}
.foot-nav{
    padding-top: 8px;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #e5e5e5;

}
.foot-nav ul{
    margin: 0;
}
.foot-nav li{
    display: inline-block;
    width: 120px;
    font: 15px 'Microsoft Yahei';
    color: #ffffff;
}
.foot-cnt{
    width: 100%;
    height: 198px;
    text-align: center;
}
.foot-cnt p{
    font: 12px 'Microsoft Yahei';
    color: rgba(255,255,255,0.8);
}
.btn1{
    width: 68px;
    height: 29px;
    color: #1c86e3;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}
.btn2{
    width: 31px;
    height: 29px;
    color: #1c86e3;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}
