.pageInfo{
    width:100%;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 10px;
}
.addressInfo{
    width: 74%;
    margin: 10px auto;
    height: 45px;
    box-shadow: 0px 0px 3px #d9e1ec;
    background-color: #fff;
    padding: 0 5px;
    box-sizing: border-box;
    line-height: 45px;
    color: #7e8893;
}
.addressInfo img{
    vertical-align: middle;
    height: 15px;
    margin-right: 5px;
}
.addressInfo a{
    color: #7e8893;
    vertical-align: middle;
}
.addressInfo a:hover{
    color:#333;
}
.pageInfoLf{
    width: 285px;
    background-color: #fff;
    min-height:500px;
    float: left;
    box-shadow: 0px 0px 3px #d9e1ec;
}
.pageInfoRt{
    background-color: #fff;
    box-sizing: border-box;
    padding-top: 16px;
}
.pageInfoTop{
    height: 60px;
    background: url(../images/asideImg.png) no-repeat;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    letter-spacing: 2px;
}
.asideMenu{
    padding: 30px;
}
.asideMenu>li>a{
    color: #505c6f;
    display: block;
    width: 100%;
    height: 40px;
    background-color: #f4f6f8;
    line-height: 40px;
    padding-left: 5px;
    font-weight: bold;
}
.asideMenu>li>ul{
    padding-top: 10px;
    padding-bottom: 10px;
}
.asideMenu>li>ul>li{
    height: 36px;
    line-height: 36px;
    margin-left: 8px;
    cursor: pointer;
}
.asideMenu>li>ul>li>a{
    color: #505c6f;
}
.asideMenu>li>ul>li>i{
    float: left;
    width: 3px;
    height: 10px;
    background-color: #d7dde4;
    margin-right: 8px;
    margin-top: 14px;
}
.asideMenu>li>ul>li:hover i{
    background-color: #0369de;
}
.asideMenu>li>ul>li:hover a{
    color: #0369de;
}
.asideMenu>li>ul>li.active i{
    background-color: #0369de;
}
.asideMenu>li>ul>li.active a{
    color: #0369de;
}
.pageInfo:after{
    content: "";
    display: table;
    clear: both;
}
.pageInfoWrap{
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 3px;
}
.pageInfoName{
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #0369de;
    position: relative;
    padding-left: 17px;
}
.pageInfoName:after{
    position: absolute;
    top: 19px;
    left: 0px;
    content: "";
    display: table;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #0369de;
    background-image: linear-gradient(45deg, #0369de, #673AB7);
}
.pageInfoSearch{
    float: right;
    border:none;
    margin-top:4px;
}
.pageTab{
    width: 100%;
    text-align: left;
    table-layout: fixed;
}
.pageTab tr th{
    height: 45px;
    background-color: #f4f6f8;
    padding: 0 5px;
    box-sizing: border-box;
}
.pageTab tr td{
    height: 45px;
    padding: 0 5px;
    box-sizing: border-box;
    border-bottom: 1px dotted #c1c9d1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pageTab tr td:last-child{
    text-align: right;
    color: #4f5e6e;
    font-size: 15px;
}
.pageTab tr td a{
    color: #4f5e6e;
    font-size: 15px;
}
.pageTab tbody tr:hover td{
    background-color: #e6f3ff;
    color: #0369de;
}
.pageTab tbody tr:hover td a{
    color: #0369de;
}
.pageContainer .tipText{
    border-radius: 0px;
    margin: 0px;
}
.layui-laypage select {
    -webkit-appearance: button;
    background: none;
}
.pageBidInfo{
    background-color: #fff;
    padding: 25px;
    box-sizing: border-box;
    box-shadow: 0px 0px 3px #d9e1ec;
}
.page{
    margin-top: 15px;
}
.pageHeader .searchWrap{
    display: none!important;
}
.pageHeader .phone400{
    margin-top: 35px!important;
}
.pageHeader .rt{
    background: url(../images/light.png) 377px bottom no-repeat!important;
}
.asideMenu.asideMenuOther li{
    margin-bottom: 15px;
}
.asideMenu.asideMenuOther li a{
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.asideMenu.asideMenuOther li.on a{
    color: #0369de;
}
.aboutWrap{
    min-height: 400px;
    background-color: #fff;
    padding: 25px;
    box-sizing: border-box;
}
.aboutTitle{
    text-align: center;
    border-bottom: 1px solid #d2dfe6;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.aboutTitle li{
    display: inline-block;
    height: 50px;
    margin: 0 -5px;
    width: 146px;
    text-align: center;
    line-height: 50px;
    background: url(../images/gray.png) no-repeat;
    background-size: 100% 100%;
}
.aboutTitle li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #0369de;
}
.aboutTitle li.on{
    background: url(../images/blue.png) no-repeat;
}
.aboutTitle li.on a{
    color: #fff;
}
.aboutCompany p{
    font-size: 15px;
    color: #5a6575;
    line-height: 40px;
    text-indent: 2em;
    margin-bottom: 15px;
}
.aboutContainer .aboutList:not(:first-child){
    display: none;
}
.webLink>ul>li>a{
    display: block;
    width: 100%;
    height: 40px;
    background-color: #f4f6f8;
    line-height: 40px;
    padding: 0 15px;
    font-weight: bold;
    color: #384452;
    margin-bottom: 15px;
    margin-top: 15px;
    box-sizing: border-box;
    font-size: 15px;
    position: relative;
}
.webLink>ul>li>a:after{
    position: absolute;
    left: 0px;
    top: 13px;
    content: "";
    display: table;
    clear: both;
    width: 5px;
    height: 13px;
    background-color: #0369de;
    background-image: linear-gradient(to bottom,#0369de,#673AB7);
}
.webLink>ul>li>ul{
    overflow: hidden;
}
.webLink>ul>li>ul>li{
    float: left;
    border: 1px solid #eaeff4;
    margin-right: 15px;
    padding: 7px 15px;
}
.webLink>ul>li>ul>li:hover{
    background-color: #d0e5fd;
    border-color: #c1d8f2;
}
.webLink>ul>li>ul>li:hover a{
    color:#0369de;
}
.detailsInfo{
    min-height: 400px;
    background-color: #fff;
    box-shadow: 0px 0px 3px #d9e1ec;
    padding: 40px;
    box-sizing: border-box;
}
.detailsTitle {
    font-size: 28px;
    color: #444f60;
    text-align: center;
}
.detailsUp {
    text-align: center;
    font-size: 15px;
    margin: 20px 0px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    color: #828892;
}
.detailsUp span {
    margin-right: 20px;
}
.detailsText p {
    font-size: 15px;
    color: #5a6575;
    line-height: 40px;
    text-indent: 2em;
    margin-bottom: 15px;
}
.asideMenu>li{
    margin-bottom: 10px;
}
.companyNotices{
	
	
	    margin-bottom: 0px;
}
.companyNotices .pageInfoRt{
	margin-left: 0px;
    padding: 15px;
    height: auto!important;
    max-height: 650px;
}
.companyNotices .topTitle{
	margin-left:0px;
}
.title{
	position:relative;
}
.pageInfoWrapOther{
	position: absolute;
    right: 10px;
    top: 10px;
    border: none;
}
.topMenus{
    width:100%;
    margin: auto;
    display: flex;
}
.topMenus li{
    background-color: #fff;
    padding: 40px;
    margin-right: 20px;
    width: 23%;
    border-radius: 3px;
    position: relative;
    box-sizing: border-box;
}
.topMenus li h1,.topMenus li h1 span{
    font-size: 30px;
    color: #0977fb;
}
.topMenus li:nth-child(1){
    background-image: linear-gradient(to bottom, #d2e1fd, transparent);
}
.topMenus li:nth-child(2){
    background-image: linear-gradient(to bottom, #d5ffff, transparent);
}
.topMenus li:nth-child(3) {
    background-image: linear-gradient(to bottom, #ffd5d5, transparent);
}
.topMenus li:nth-child(4) {
    background-image: linear-gradient(to bottom, #e7d5ff, transparent);
}
.topMenus li:nth-child(1):after,.topMenus li:nth-child(2):after,.topMenus li:nth-child(3):after,.topMenus li:nth-child(4):after{
    position: absolute;
    right: 0px;
    bottom: 0px;
    content: "";
    display: table;
    clear: both;
    width: 120px;
    height: 120px;
}
.topMenus li:nth-child(1):after{
    background: url(../images/topMenuBg1.png) no-repeat;
}
.topMenus li:nth-child(2):after{
    background: url(../images/topMenuBg2.png) no-repeat;
}
.topMenus li:nth-child(3):after{
    background: url(../images/topMenuBg3.png) no-repeat;
}
.topMenus li:nth-child(4):after{
    background: url(../images/topMenuBg4.png) no-repeat;
}
.topMenus li:nth-child(2) h1,.topMenus li:nth-child(2) h1 span{
    color: #00a1a1;
}
.topMenus li:nth-child(3) h1,.topMenus li:nth-child(3) h1 span{
    color: #9b6060;
}
.topMenus li:nth-child(4) h1,.topMenus li:nth-child(4) h1 span{
    color: #7a5f9b;
}
.topMenus li p{
    margin-top: 20px;
    font-size: 20px;
    color: #333;
}
#searchOnline{
    width: 74%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
#searchOnline .layui-form-item{
    width: 24%;
    margin-right: 1%;
}
#searchOnline .layui-form-item .layui-input-inline{
    width: 100%;
    height: 38px;
}
.pageTab tr th:last-child{
    text-align: right;
}
.layui-form-select dl dd.layui-this {
    background-color: #0977fb;
    color: #fff;
}
.layui-btn{
    background-color: #0977fb;
}
.layui-btn-primary{
    background-color: #fff!important;
}
@media screen and (max-width: 1400px){
    .addressInfo,#topWrap,#searchOnline{
        width: 90%;
    }
    .topMenus li{
        padding: 25px;
    }
    .topMenus li h1{
        font-size: 28px;
    }
}
