﻿/* 初始化 */
html{
    text-align: left;
}
*{
    padding: 0;
    margin: 0;
}
body{
    font-family: "Microsoft YaHei","黑体","宋体";
    background: none;
}
a{
    text-decoration: none;
    color: inherit;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, a{
    font-size: inherit;
    line-height: inherit;
}
a:hover{
    color: #00427d;
}
li{
   list-style: none;
}
img{
    border: 0;
}
.container{
    width: 1200px;
    margin: 0 auto;
}
.float-left{
    float: left;
}
.float-right{
    float: right;
}
.clearfix{
    clear: both;
}
.border-box{
    box-sizing: border-box;
}
.clearfix:after{
    font-size: 0;
}
/* 版头 */
.top{
    height: 87px;
    display: flex;
    align-items: center;
}
.top .container{
    display: flex;
    align-items: center;
}
.top #top-logo img{
    width: 412px;
}
.top #top-r{
    margin-left: auto;
}
.top #top-nav .nav{
    height: auto;
}
.top #top-nav ul{
    margin: 0;
}
.top #top-nav ul li{
    margin: 0 15px;
}
.top #top-nav ul li,
.top #top-nav ul li:hover{
    background: none;
}
.top #top-nav ul li a{
    background-size: 27px;
    padding-left: 28px;
    padding-top: 0;
}
.header{
    height: 360px;
    background: url('banner.jpg') no-repeat 50% 0;
    padding-top: 64px;
    margin-bottom: 35px;
    box-sizing: border-box;
}
.header .logo{
    text-align: center;
    padding: 0
}

/* 搜索 */
#searchform{
    width: 565px;
    margin: 34px auto 0;
}
#searchform #content{
    width: 477px;
    height: 41px;
    border: 0;
    font-size: 16px;
    line-height: 41px;
    color: #605E5E;
}
#searchform .submit{
    width: 84px;
    height: 41px;
    background: #CB1820;
    color: #fff;
    border: 0;
}

/* 导航 */
.header .navbar{
    height: 60px;
    line-height: 60px;
    color: #fff;
    background: #338DDE;
    font-size: 23px;
    text-align: center;
    margin-top: 47px;
}
.header .navbar a{
    padding: 0 24px;
    margin: 0 44px;
    display: inline-block;
}
.header .navbar a:hover{
    background: #63B5FF;

}

/* 面包屑导航 */
.breadcrumb{
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.breadcrumb:after{
    content: " ";
    display: block;
    clear: both;
}
.breadcrumb li{
    float: left;
}
.breadcrumb > li + li:before {
    color: #CCCCCC;
    content: "/ ";
    padding: 0 5px;
}

/* 页脚 */
.footer{
    background-color: #fff;
}
.footer .top{
    height: 197px;
    background: #F2F2F2;
}
.footer .top .tp1,
.footer .top .tp2,
.footer .top .tp3{
    height: 143px;
    background: #EAEAEA;
    margin-top: 33px;
}
.footer .top .tp1 span{
    height: 143px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
}
.footer .top .tp1{
    width: 349px;
}
.footer .top .tp2{
    width: 249px;
    padding: 32px 15px;
    margin-left:10px;
    margin-right: 10px;
}
.footer .top .tp2 ul{
    width: 155px;
    font-size: 15px;
    margin: 0 auto;
}
.footer .top .tp2 li{
    line-height: 1.8em;
}
.footer .top .tp2 li span{
    margin: 0 15px;
}
.footer .top .tp3{
    width: 582px;
    text-align: center;
    padding: 11px 0;
}
.footer .bottom{
    height: 50px;
    line-height: 50px;
    background: #EAEAEA;
}
.footer span{
    line-height: 0;
}