body{
    background: #fff;
    min-width: 1300px;
}
.top{
    background:#f8f8f8;
    border-bottom:1px solid #e6e6e6;
    font-size: 0.9em;
    padding:5px;
}
.top > div,.nav > ul ,.content  .kuai,.link .kuai{
    width: 1200px;
    margin:0 auto;
}
.top span{
    float: right;
}
.header {
    height:120px;
    position: relative;
    text-align: center;
    background: -webkit-linear-gradient( top,#35c5f4, #e7f3fd); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient( top,#35c5f4, #e7f3fd); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient( top,#35c5f4, #e7f3fd); /* Firefox 3.6 - 15 */
    background: linear-gradient( top,#35c5f4, #e7f3fd); /* 标准的语法 */
}
.header::before{
    content:"";
    position: absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background:url(../images/head_img_bg.png) no-repeat;
    background-position: center center
}
.header > div{
    position: relative;
    width: 1200px;
    margin: 0 auto;
    text-align: left;
 
}

.search{
    position: absolute;
    top: 55px;
    right:0;
    line-height: 26px;
    border-radius: 27px;
    background: #fff;
    padding-left: 10px;
    overflow: hidden;
}
.search input[type="text"]{
    border: 1px solid #fff;
    border-right: none;
    line-height: 34px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 400px;
    padding-left: 28px;
    background: url(../images/search-icon.png) no-repeat;
    background-size: auto 70%;
    background-position: 0 center;
}
.search input[type="button"]{ 
    background: #0181d1;
    color: #fff;
    border: 1px solid #0181d1;
    line-height: 34px;
    padding: 0 21px;
    border-radius: 20px;
}

/*导航*/
.nav{
    background:#1561af;
    line-height: 40px; 
    font-size: 17px;
}
.nav li{
    display: table-cell;
    width: 1%;
    text-align: center;
}

.nav li a{
    display: block;
    color:#fff;
}
.nav li a:hover{
    background:#4788d7;
}


.link{
    text-align:center;
    border-top:2px solid #be2c3e;
    background:#f6f6f6;
    padding:15px 0;
    margin-top: 20px;
}

.link a{
   color:#355e92
}
.link a + a{
    margin-left:61px
}


/*底部*/
.footer{
    padding:20px ;
    color: #fff;
    background:#355e92;
    line-height: 26px;
    font-size: 0.9em;
    text-align: center;
}
.footer a{
    color:#fff!important
}
/*分页*/
.fenye{
    background:#E3E3E3;
    padding:8px 15px;
    color:#383838;
    border:1px solid #d2d2d2
}
.fenye .btn{
    background: #fff;
    padding: 3px 8px;
    border-radius:4px;
    margin: 0 17px;
    border:1px solid #d2d2d2;

}
.fenye input{
    border: none;
    background: #fff;
    border-radius:4px;
    margin: 0 10px;
    width: 39px;
    text-align: center;
    font-size: 14px;
    vertical-align: top;
    line-height: 24px;
    color:#383838;
    border:1px solid #d2d2d2
}


