.top {
    position: relative;
    height: 424px;
    background-image: url('../images/top/banner.png');
    background-position: center;
}
.topTop{
    background-image: url('../images/top/banner.png');
    background-position: center;
}
.szm-topTop{
    background: none;
}

.top .top-main {
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-align: center;
}

.top .logo {
    margin-top: 118px;
}

.searchInput:-ms-input-placeholder {
    color: #fff;
}/* Internet Explorer 10+ */

.searchInput::-webkit-input-placeholder {
    color: #fff;
}/* WebKit browsers */

.searchInput::-moz-placeholder {
    color: #fff;
}/* Mozilla Firefox 4 to 18 */

.searchInput:-moz-placeholder {
    color: #fff;
}/* Mozilla Firefox 19+ */



.top .searchBox {
    height: 30px;
    width: 280px;
    position: absolute;
    top: 20px;
    right: 19%;
    border: 1px solid #83C8A1;
}

.top .searchBox .searchInput {
    height: 30px;
    width: 247px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #ffffff;
    line-height: 28px;
    /*border:1px solid #83C8A1;*/
    background: rgba(245, 245, 245, 0.1);
    box-sizing: border-box;
    padding-left: 10px;
}

.top .searchBox .searchIcon {
    display: inline-block;
    width: 30px;
    height: 29px;
    background: rgba(245, 245, 245, 0.1);
    padding-right: 10px;
    margin-left:-5px;
}

.layout-right-content .the-header {
    position: absolute;
    left: 50%;
    margin-left: -600px;
}
.layout-right-content .the-header .nav > li > a.active,
.layout-right-content .the-header .nav > li > a:hover {
    text-decoration: none;
    background-color: #005C29;
}

.layout-right-content .the-header .subnav > li > a:hover {
    color: #01863C !important;
    background: #fff !important;
}

.layout-right-content > .topSpace {
    height: 34px;
    background: rgb(255, 255, 255);
    position: absolute;
    left: 50%;
    margin-left: -600px;
    bottom: 0;
    width: 1200px;
    height: 100px;
}


/* 二级公用顶部样式 */
.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.clearfloat {
    zoom: 1;
}
.szm-top{
    height: 284px;
    background: url('../images/top/ejbanner.png') center no-repeat;
    background-size: cover;
}
.szm-header{
    width: 100%;
    height: 284px;
}
.szm-header-content{
    width: 1200px;
    margin: 0 auto;
}
.szm-header-content .szmlogo{
    float: left;
    margin-top: 25px;
    width: 384px;
    height: 102px;
    background: url('../images/top/szmlogo.png') center no-repeat;
    background-size: cover;
}
.szm-header-content .szm-searchBox {
    height: 30px;
    width: 280px;
    float: right;
    margin-top: 60px;
    margin-right: 20px;
    border: 1px solid #83C8A1;
}

.szm-header-content .szm-searchBox .searchInput {
    height: 30px;
    width: 247px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #ffffff;
    line-height: 28px;
    /*border:1px solid #83C8A1;*/
    background: rgba(245, 245, 245, 0.1);
    box-sizing: border-box;
    padding-left: 10px;
    float: left;
    line-height: 30px;
}

.szm-header-content .szm-searchBox .searchIcon {
    display: inline-block;
    width: 31px;
    height: 29px;
    background: rgba(245, 245, 245, 0.1);
    padding-right: 10px;
    float: right;
    text-align: center;
    line-height: 26px;
}
