/**
 * 通用css样式布局处理
 * Copyright (c) 2019 ruoyi
 */
.landing-page .navbar-default .nav li a {
	color: #000;
}
body.landing-page {
	background: #F6F9FD;
}
.landing-page .navbar-fixed-top {
	border-bottom: 1px solid #e7eaec !important;
	/*background-color: #fff;*/
}

.page-form {
    padding-top:66px;
    padding-bottom: 100px;
    height: calc(100% - 167px);
}
/*banner搜索区 start*/
.pad-body {
    height: 320px;
    /*margin: 0 auto;*/
    /*max-width: 1200px;*/
    border-radius: 2px;
    position: relative;
    background: #F6F9FD;
}
.pad-body img{
    height: 320px;
    margin: 0 auto;
    /*max-width: 1200px;*/
    max-height: 320px;
}
.pad-img {
    z-index: 0;
    width:100%;
    position: relative;
    overflow: hidden;
}
.notice-title{
    font-family: HanSansJP, MicrosoftYaHei;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 32px;
    z-index: 1;
    position: absolute;
    top: 120px;
    /* //left: 552px; */
    left: 50%;
    transform: translateX(-50%);
}

.notice-search{
    width: 500px;
    height: 42px;
    background: #FFFFFF;
    border-radius: 2px;
    position: absolute;
    top: 180px;
    left: 38%;
}
.notice-search input{
    font-family: HanSansJP, PingFangSC-Regular;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
    width: 400px;
    height: inherit;
    float: left;
    border-radius: 2px;
    border: none;
    padding-left: 10px;
}
.notice-search button{
    width: 100px;
    height: inherit;
    float: right;
    font-family: HanSansJP, PingFangSC-Regular;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 22px;
    background: #29BECE;
    border-radius: 0px 2px 2px 0px;
    border: none;
}
/*banner搜索区 end*/