/*@author 聪 */
/*自定义主页面服务相关样式*/
.page-head-msg {
    position: absolute;
    z-index: 10;
    top: 2%;
    width: 100%;
    margin: auto;
    height: calc(100% - 360px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.page-head-msg h1 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight:bold;
    font-size: 55px;
    color: #ffffff;
    line-height: 100px;
    text-transform: none;
}

.page-head-msg h3 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight:400;
    font-size: 30px;
    color: #ffffff;
    line-height: 60px;
    font-style:normal;
    text-transform: none;
}

.search-form{
    width: 1200px;
    margin: 0 auto;
}

.search-form-line {
    padding: 15px 0;
    display: flex;
}

.search-form-line-text {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    line-height: 42px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    flex: none;
}

.search-form-line-box {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    margin-top: -10px;
}

.search-form-line-input{
    line-height: 30px;
    border: 1px solid #f0f0f0;
    color: #333;
    font-size: 16px;
    padding: 0 12px;
    width: 260px;
    height: 46px;
    margin-top: 6px;
    margin-left: 8px;
}

.search-form-line-select{
    line-height: 30px;
    border: 1px solid #f0f0f0;
    color: #333;
    font-size: 16px;
    padding: 0 12px;
    width: 285px;
    height: 46px;
    margin-top: 6px;
    margin-left: 8px;
}

.search-form-button{
    display: inline-block;
    width: 103px;
    height: 38px;
    background: #11368F;
    border-radius: 4px 4px 4px 4px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 36px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-left: 1080px
}

.search-explain{
    margin: 0 auto;
    width: 1200px;
}

.search-explain-title{
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-size: 18px;
    font-weight: bold;
    color: #11368F;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 30px;
}

.search-explain-text{
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    color: #333333;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.pagination2{
    margin-top: 50px;
}

.pagination2 a {
    text-decoration: none;
    border: 1px solid #D0D2D5;
    color: #5B5C5D;
}

.pagination2 a, .pagination2 span {
    display: inline-block;
    padding: 0 12px;
    margin-right: 10px;
    margin-bottom: 5px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 34px;
}

.pagination2 .current {
    color: #FFFFFF;
    border: 1px solid #D0D2D5;
    background: #11368F;
}

.pagination2 .current.prev, .pagination2 .current.next{
    color:#999;
    border-color:#999;
    background:#fff;
}