*{
    box-sizing: border-box;
}
body {
    width: 100%;
    height: auto;
    overflow-y: auto;
    background: #fff;
    min-width: 1000px !important;
    overflow-x: auto;
}
.container-box{
    /*max-width: 1440px;*/
    margin: 0 auto;
}
#base {
    position: absolute;
    z-index: 0;
    display: none;
}
#mainPage{
    min-width: 1000px !important;
}
.pageGroup,#mainPage{
    /*height: calc(100vh - 115px);*/
    /*overflow-y: auto;*/
}
.pageGroup{
    width: 80%;
    margin: 0 auto;
}
.layui-elem-field{
    border-image: none !important;
    width: 250px;
    margin: 90px auto 20px;
    border-color: rgba(0, 118, 254, 1);
    border-width: 4px 0 0;
}
header .layui-nav{
    height: 100px;
    background-color: #fff;
    border: 0;
    font-family: '思源黑体 CN Bold', '思源黑体 CN Regular', '思源黑体 CN';
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    color: #000;
    text-align: left;
    border-radius: 0;
}
.container-box header ul.layui-nav{
    padding: 0;
    display: -webkit-flex;
    display: flex;
}
header .layui-nav .layui-nav-item {
    line-height: 100px;
    min-width: 120px;
    text-align: center;
}
header .layui-nav .layui-nav-item a {
    color: rgba(255,255,255,1);
    font-family: 微软雅黑;
    font-weight: 400;
    font-size: 17px;
    color: #333;
    cursor: pointer;
    transition: 0s;
}
header .layui-nav.layui-layout-right a{
    font-size: 16px;
}
header .layui-nav.layui-layout-right a i{
    font-size: 18px;
    padding: 5px;
}
header .titleName{
    max-width: 80%;
    margin: 0 auto;
    padding: 50px 0;
}
header .systemName{
    text-align: left;
    line-height: 75px;
    white-space: nowrap;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
    color: #FFFFFF;
}

header .systemNameEng{
    white-space: nowrap;
    text-align: left;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #FFFFFF;
}
header .layui-nav .layui-nav-item a {
    border-top: none;
}
.layui-nav .layui-this{
    background-color: rgba(41, 100, 252, 1);
    color: #fff;
}
header .layui-nav .layui-nav-item.layui-this a{
    color: #fff;
}
.layui-nav .layui-nav-item:hover{
    /*background-color: rgba(41, 100, 252, 1);*/
}
header .layui-nav .layui-this:after{
    background-color: unset;
}
.largePanel{
    height: 450px;
    overflow: hidden;
    background: url(../img/homeimg/u54.png);
    background-size: cover;
    background-position-y: center;
}
.largePanel .title{
    font-family: '微软雅黑';
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    color: #FFFFFF;
    text-align: center;
    padding: 10px;
}
.largePanel .subTitle{
    font-family: '微软雅黑';
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    padding: 10px;
}
.largePanel .emptyDiv {
    height: calc(50% - 53px);
}
.mainInfo{
    margin: 0 auto;
    /*width: 1200px;*/
    max-width: 75%;
    min-width: 1000px !important;
}
#carousel{
    max-width: 75%;
    margin: 0 auto;
    height: 610px !important;
}
.layui-elem-field{
    border-image: linear-gradient(to left, rgba(255, 255, 255, 0.2),
    rgba(150, 180, 252, 0.8) 20%, rgba(150, 180, 252, 0.8) 80%,
    rgba(255, 255, 255, 0.2)) 1;
}
.mainInfo .layui-elem-field legend {
    /*margin-left: calc(50% - 65px);*/
    font-family: '微软雅黑 Bold', '微软雅黑' !important;
    font-weight: 700;
    font-style: normal;
    font-size: 36px;
    color: #666;
    text-align: center;
}
.flex{
    display: -webkit-flex;
    display: flex;
}
.login-fixed {
    position: absolute;
    padding: 20px 30px;
    width: 35%;
    height: 60%;
    /* background-image: url(../img/homeimg/login-bg.png); */
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    top: 50%;
    transform: translateY(-50%);
    right: 70px;
    text-align: center;
    background: #fff;
    z-index: 1;
    border-radius: 10px;
    box-shadow: 7px 7px 10px #888888c4;
 }
.login-title{
    display: inline-block;
    width: 100%;
    text-align: left;
    /*margin-top: 35px;*/
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    color: #666666;
}
.btn-box{
    text-align: center;
    margin-top: 10px;
    height: calc(100% - 50px);
}
.login-dif{
    /*height: calc(100%/3);*/
    width: 100%;
    text-align: left;
}
.login-dif img{
    padding-right: 10px;
}
.login-dif-title{
    text-align: left;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
    font-style: normal;
    color: #666666;
    font-size: 18px;
    display: block;
    margin: 10px 0;
}
.login-dif-btn-left{
    display: inline-block;
    width: 160px;
    font-size: 16px;
    color: #0076FE;
    float: left;
    cursor: pointer;
}

.login-dif-btn-right{
    display: inline-block;
    font-size: 16px;
    color: #0076FE;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    float: left;
    cursor: pointer;
}
.login-btn{
    display: inline-block;
    width: 210px;
    height: 44px;
    line-height: 44px;
    background-color: rgba(41, 100, 252, 1);
    border-radius: 9px;
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    margin: 15px 0 10px;
}
.cursor-pointer{
    cursor: pointer;
}
.register-box{
    color: #333;
    font-size: 16px;
    margin-top: 20px;
}
.to-register{
    color: #0076FE;
}
.statisticalInformation{
    height: 250px;
    -webkit-justify-content: inherit;
    justify-content: space-evenly;
}
.publicInformation{
    margin-bottom: 100px;
}
.public-info{
    margin-top: 50px;
    background-image: url("../img/homeimg/public_info.png");
    background-size: cover;
    padding: 30px 60px 55px;
    background-repeat: no-repeat;
}
.publicInformation-box{
    -webkit-justify-content: inherit;
    justify-content: space-evenly;
}
.relative {
    position: relative;
    margin-left: 20px;
}
.img-msg{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.65);
    color: #fff;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-weight: 700;
    font-size: 18px;
}
.info-list{
    color: #6B6B6B;
    padding: 15px;
    min-height: 280px;
}
.more-info{
    display: inline-block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(0, 118, 254, 1);
    color: #fff;
    text-align: center;
    border-radius: 4px;
    margin: 10px 0 30px;
    cursor: pointer;
}
.info-list li{
    line-height: 36px;
    cursor: pointer;
}
.info-list li:hover{
    color: rgb(0,118,254);
}
.info-item{
    width: 383px;
    background-color: #fff;
    text-align: center;
}
.info-list-item {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.info-title{
    width: 240px;
}
.nowrap{
    white-space: nowrap;
}
.text-ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
}
.searchInformation-box{
    margin-top: 80px;
}
.searchInformation{
    width: 1200px;
    margin: 0 auto;
}
.searchIfo-item{
    padding: 30px 20px;
    box-shadow: 0px 0px 10px #ddd;
    margin: 30px 0 50px;
}
.left-img{
    width: 340px;
    height: 240px;
}
.img-msg.img-title{
    height: 100%;
    line-height: 240px;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 28px;
}
.searchInfo-list{
    -webkit-flex: 1;
    flex: 1;
    margin-left: 50px;
}
.searchInfo-list li{
    line-height: 36px;
    font-size: 16px;
    cursor: pointer;
}
.more-searchInfo{
    text-align: right;
    position: absolute;
    right: 0;
    bottom: -10px;
}
.i{
    display: inline-block;
    width: 3px;
    height: 16px;
    background-color: rgba(41, 100, 252, 1);
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 8px;
}
.searchInfo-list .info-title{
    width: 300px;
}
.searchInfo-list li:hover{
    color: rgb(0,118,254);
}
.searchInfo-list li:hover .info-time{
    color: rgb(0,118,254);
}
.searchInfo-list .info-time{
    color: #949494;
    font-size: 14px;
}
.notice-info{
    margin-top: 80px;
    background-image: url("../img/homeimg/notice-bg.png");
    background-size: cover;
    padding: 30px 60px 55px;
    background-repeat: no-repeat;
}
.notice-msg{
    -webkit-flex: 1;
    flex: 1;
    margin-left: 15px;
}
.noticeInfo-item{
    width: 580px;
    height: 170px;
    background-color: rgba(255, 255, 255, 1);
    padding: 25px 20px;
    cursor: pointer;
}
.date-box{
    width: 80px;
    border: 1px solid #ccc;
    border-color: rgba(204, 204, 204, 1);
}
.first-item .year-month{
    color: #fff;
    background-color: rgba(0, 118, 254, 1);
    text-align: center;
}
.first-item .day-item{
    color: rgba(0, 118, 254, 1);
}
.year-month,.day-item{
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.year-month{
    font-size: 13px;
    background-color: rgba(233, 233, 233, 1);
    color: #333;
    font-family: '微软雅黑';
}
.day-item{
    font-size: 24px;
    border-top: 1px solid rgba(204, 204, 204, 1);
    color: #666;
    font-weight: 700;
}
.notice-title{
    font-size: 20px;
    font-weight: 700;
    justify-content: space-between;
    margin-bottom: 15px;
    color: #333;
}
.notice-title.first-item{
    color: #0076FE;
}
.notice-dec{
    color: #666;
}
.notice-title a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.notice-dec a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.noticeInfo-list{
    width: 1200px;
}
.noticeInfo-row{
    justify-content: space-between;
    margin: 40px 0;
}
.housing-department{
    width: 50%;
}
.laws-container{
    max-width: 1200px;
    margin: 0 auto;
}
.block-title{
    font-size: 24px;
    position: relative;
}
.block-title:before{
    position: absolute;
    content: '';
    width: 3px;
    height: 20px;
    /*left: -10px;*/
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 118, 254, 1);
}
.main-view{
    margin-top: 10px;
    overflow: hidden;
    width: 100%;
}
.img-view{
    width: calc(100% - 20px);
    float: left;
}
.laws-msg{
    float: left;
    width: calc(100% - 20px);
    padding-left: 20px;
    background-color: rgba(240, 240, 240, 1);
    /*margin-left: 20px;*/
}
.laws-title{
    font-size: 16px;
    color: #0076FE;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 275px;
}
.laws-list .laws-title{
    font-size: 16px;
    color: #000;
}
.laws-msg p{
    /*width: 318px;*/
    /*height: 163px;*/
    font-size: 16px;
    color: #AEAEAE;
    line-height: 50px;
    /*margin-top: 10px;*/
    overflow: hidden;
    display: inline-block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    cursor: pointer;
}
.zcfl-title{
    width: 100%;
}
.zcfl-title p a:hover {
    color: rgb(67, 123, 235) !important;
}
.look-more-box{
    width: calc(50% - 20px);
    float: right;
    font-size: 16px;
    line-height: 50px;
    margin-left: 20px;
    /*-webkit-justify-content: space-between;*/
    /*justify-content: space-between;*/
    /*margin-top: 10px;*/
}
.laws-time{
    font-size: 16px;
    color: #AEAEAE;
    font-family: '微软雅黑';
}
.laws-list-box{
    /*background-color: rgba(240, 240, 240, 1);*/
}
.laws-list{
    margin-top: 20px;
}
.laws-list .laws-time{
    font-size: 14px;
    color: #949494;
}
.laws-list li{
    -webkit-justify-content: space-between;
    justify-content: space-between;
    line-height: 50px;
    cursor: pointer;
}
.laws-list li:hover .laws-time{
    color: #0076FE;
}
.laws-list li:hover .laws-title{
    color: #0076FE;
}
.look-more{
    font-size: 16px;
    color: #0076FE;
    cursor: pointer;
    position: relative;
    right: -55px;
}
.more-laws{
    width: calc(100% - 20px);
    height: 30px;
    float: left;
    padding-left: 20px;
    padding-bottom: 20px;
    line-height: 30px;
    font-size: 13px;
    color: #949494;
    text-align: right;
    font-family: '微软雅黑';
    cursor: pointer;
    background-color: rgba(240, 240, 240, 1);
}
.more-laws a{
    color: #949494;
    margin-right: 25px;
}
.circular{
    color: #0076FE;
}
.laws-main{
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 50px;
}
.hlj-block{
    width: 50%;
}
.laws-img-text{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 41px;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    color: #FFFFFF;
    padding: 0 20px;
}
.hlj-block .laws-list{
    float: left;
    padding: 0 20px;
    width: 100%;
}
.hlj-block .more-laws{
    width: calc(100% - 20px);
    height: 30px;
    float: left;
    margin-left: 20px;
    line-height: 30px;
    font-size: 13px;
    color: #949494;
    text-align: right;
    font-family: '微软雅黑';
    cursor: pointer;
    background-color: rgba(240, 240, 240, 1);
}
.laws{
    margin-top: 50px;
}
.statisticalInformation-item{
    width: 240px;
    margin: 1%;
    height: 200px;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    border: none;
    border-radius: 3px;
    -moz-box-shadow: 0px 0px 10px rgba(201, 201, 201, 0.63921568627451);
    -webkit-box-shadow: 0px 0px 10px rgba(201, 201, 201, 0.63921568627451);
    box-shadow: 0px 0px 10px rgba(201, 201, 201, 0.63921568627451);
    line-height: 40px;
}
.statisticalInformation-item:hover{
    background-color: rgba(41, 100, 252, 1);
}
.statisticalInformation-item:hover .item-title,.statisticalInformation-item:hover .item-num{
    color: #fff;
}
.publicInformation-item{
    width: 23%;
    height: 210px;
    margin: 1%;
    background: inherit;
    background-color: rgba(43, 124, 206, 1);
    border: none;
    border-radius: 3px;
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.207843137254902);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.207843137254902);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.207843137254902);
    font-size: 18px;
    color: #FFFFFF;
    cursor: pointer;
}
.publicInformation-item.green{
    background-color: rgba(14, 196, 181, 1);
}
.publicInformation-item:hover{
    background-color: rgba(0, 118, 254, 1);
}
.publicInformation-item.green:hover{
    background-color: rgba(51, 204, 204, 1);
}
.item-img{
    height: calc(100% - 130px);
}
.item-img img{
    /*position: absolute;*/
    /*top: 40px;*/
    /*right: 90px;*/
}
.item-num{
    height: 45px;
    text-align: center;
    font-family: "微软雅黑 Bold", "微软雅黑 Regular", 微软雅黑;
    font-weight: 700;
    color: rgb(0, 118, 254);
    line-height: 90px;
    font-size: 20px;
}
.item-num .num{
    font-size: 28px;
}
.item-title{
    height: 45px;
    text-align: center;
    line-height: 80px;
    font-size: 14px;
    font-family: 微软雅黑;
    font-weight: 400;
    color: rgb(0, 0, 0);
}
.item-img{
    text-align: center;
    line-height: 120px;
}
.diamond{
    border-radius: 2px;
    width: 90px;
    height: 90px;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); 	/* IE 9 */
    -moz-transform:rotate(45deg); 	/* Firefox */
    -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
    -o-transform:rotate(45deg); 	/* Opera */
    margin: 0px auto;
    /*margin-top: -120px;*/
    margin-top: 20px;
    background: #fff;

}
.p-item-title{
    height: 60px;
    font-size: 18px;
    text-align: center;
    font-family: 微软雅黑;
    font-weight: 400;
}
.p-item-img{
    text-align: center;
    height: 150px;
    line-height: 150px;
}
.info-item .img-box img{
    width: 100%;
}
.img-view img{
    width: 100%;
    height: 100%;
}
@media ( max-width :1630px) {
    /*.container-box{*/
    /*    max-width: 1440px;*/
    /*}*/
    .searchInformation {
        width: 1200px;
    }
    .noticeInfo-list {
        width: 1200px;
    }
    .laws-container {
        max-width: 1200px;
    }
    header .layui-nav a {
        padding: 0 10px;
    }
    header .layui-nav .layui-nav-item a {
        padding: 0 10px;
    }
    header .layui-nav.layui-layout-right a {
        padding: 0 10px;
    }
}
@media ( max-width :1440px) {
    header .layui-nav .systemName {
        font-size: 22px;
    }
    /*.container-box{*/
    /*    max-width: 1200px;*/
    /*}*/
    .searchInformation {
        width: 1000px;
    }
    .noticeInfo-list {
        width: 1000px;
    }
    .laws-container {
        max-width: 1000px;
    }
    .public-info{
        padding: 30px 0px 55px;
    }
    .hlj-block{
        width: 500px;
    }
    .info-item{
        width: 500px;
    }
    .img-view{
        width: calc(100% - 20px);
        height: 240px;
    }
    .laws-msg{
        width: calc(100% - 20px);
        padding-left: 20px;
        margin-left: 20px;
        background-color: rgba(240, 240, 240, 1);
    }
    .laws-msg p{
        width: 50%;
        height: 50px;
        line-height: 50px;
        display: inline-block;
    }
    header .layui-nav .layui-nav-item{
        min-width: 100px;
    }
    header .layui-nav .systemName {
        font-size: 20px;
    }
    header .layui-nav a {
        font-size: 16px;
    }
    header .layui-nav .layui-nav-item a {
        font-size: 16px;
    }
    header .layui-nav.layui-layout-right a {
        font-size: 14px;
    }
    header .layui-nav {
        padding: 0 10px;
    }
}
@media ( max-width :1260px) {
    header .layui-nav a {
        padding: 0 5px;
    }
    header .layui-nav .layui-nav-item a {
        padding: 0 5px;
    }
    header .layui-nav.layui-layout-right a {
        padding: 0 5px;
    }
    .layui-layout-right {
        padding: 0 5px;
    }
}
@media ( max-width :1100px) {
    header .layui-nav .systemName {
        font-size: 18px;
    }
    header .layui-nav a {
        font-size: 14px;
    }
    header .layui-nav .layui-nav-item a {
        font-size: 14px;
    }
    header .layui-nav.layui-layout-right a {
        font-size: 12px;
    }
    header .layui-nav {
        padding: 0 5px;
    }
}

.pageGroup .navTitle{
    background-color: rgba(44, 125, 204, 1);
    margin-right: 30px;
}
.pageGroup .child-nav.layui-nav li.navTitle:hover{
    background-color: rgba(44, 125, 204, 1);
}
.pageGroup .child-nav.layui-nav .layui-nav-item {
    line-height: 45px;
}
.pageGroup .child-nav.layui-nav .layui-nav-item a {
    padding: 0px 30px;
    color: #565656;
    font-size: 14px;
}
.pageGroup .navTitle a{
    font-size: 20px;
    pointer-events: none;
}
.pageGroup .layui-bg-blue .layui-nav-bar {
    background-color: rgba(255,255,255,0);
}
.pageGroup .layui-bg-blue {
    /*border-bottom: 1px solid #ccc;*/
    border-radius: 5px;
    background-color: #F2F2F2 !important;
}
.pageGroup .child-nav.layui-nav .layui-nav-item a:hover, .child-nav.layui-nav .layui-this a {
    color: #669DFF;
}
.pageGroup .child-nav.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after {
    background-color: rgba(255,255,255,0);
}
.pageGroup .child-nav.layui-nav .layui-nav-item a {
    border-top: 0px solid rgba(184, 232, 252, 1);
}
.pageGroup .child-nav.layui-nav .layui-nav-item a.active {
    color: #669DFF;
    /*background: #fff;*/
    border-bottom: 3px solid #669DFF;
}
.pageGroup .standardForm .layui-col-md9 .layui-form-item .layui-form-label {
    width: 155px;
    line-height: 30px;
}
/*.pageGroup .layui-input-block {*/
/*    margin-left: 160px;*/
/*}*/
.pageGroup#infoPublic .innerForm .layui-input-block,
.pageGroup#constructionUnitsList .innerForm .layui-input-block {
    margin-left: 173px;
    text-align: left;
}
.pageGroup .layui-table td, .layui-table th, .layui-table-col-set, .layui-table-fixed-r, .layui-table-grid-down, .layui-table-header, .layui-table-page, .layui-table-tips-main, .layui-table-tool, .layui-table-total, .layui-table-view, .layui-table[lay-skin=line], .layui-table[lay-skin=row] {
    border: 1px solid rgba(255,255,255,0);
}
.pageGroup .layui-table thead tr {
    background-color: #E6EEFB;
}
.pageGroup .layui-table thead tr th {
    color: #333333;
    padding: 10px 0 10px 0;
    font-size: 15px;
}
.pageGroup .layui-table tbody tr td{
    padding: 18px 0 10px 0;
    color: #333;
}
.pageGroup .collapse_area_search{
    margin: 10px 30%;
    position: relative;
}
.pageGroup .collapse_area_search_input{
    height: 40px;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(215, 215, 215, 1);
    border-radius: 17px;
    width: calc(100% - 80px);
    display: inline-block;
}
.pageGroup .collapse_area_search_input::-webkit-input-placeholder {
    color: #aab2bd;
    font-size: 16px;
    text-align: center;
}
.pageGroup .collapse_area_search_icon{
    position: absolute;
    right: 90px;
    top: 9px;
    font-size: 22px;
    color: #03A9F4;
}
.pageGroup td .layui-btn.reviewBtn {
    border: 1px solid rgba(255,255,255,0);
}
.pageGroup .guide-row{
    margin: 10px auto;
    max-width: 1200px;
    width: 80%;
}
.pageGroup .guide-item{
    display: none;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    margin: 20px;
}
.pageGroup .guide-title{
    font-family: '微软雅黑 Bold', '微软雅黑';
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    text-align: left;
}
.pageGroup .guide-hr{
    height: 5px;
}
.pageGroup .guide-item .guide-title{
    font-size: 22px;
    color: #333;
}
.pageGroup .guide-item .guide-hr{
    height: 3px;
}
.pageGroup .guide-box{
    width: 30%;
    height: 200px;
    background: #fff;
    border: none;
    border-radius: 0px;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #000000;
    display: inline-block;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.pageGroup .guide-box{
    margin: 25px 0;
}
.pageGroup .guide-box:nth-of-type(3n+2){
    margin: 25px 5%;
}
@media ( max-width :1000px) {
    .pageGroup .guide-box:nth-of-type(3n+2){
        margin: 25px 4.5%;
    }
}
.pageGroup .guide-box:hover{
    background-color: rgba(78, 152, 223, 1);
}
.pageGroup .guide-item-title{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
}
.pageGroup .guide-item-img{
    position: absolute;
    top: calc(45% - 30px);
    left: calc(50% - 30px);
}
.pageGroup .guide-item-left{
    width: 25%;
    max-width: 300px;
    /*height: 100%;*/
    border-right: 1px solid #ccc;
    overflow-y: auto;
    display: inline-block;
    position: fixed;
    left: 120px;
    top: 400px;
    height: 300px;
}
.pageGroup .guide-item-right{
    width: calc(75% - 5px);
    min-width: calc(100% - 305px);
    height: 100%;
    overflow-y: auto;
    display: inline-block;
    margin-left: 13%;
}
.pageGroup .guide-item-left .guide-item-a-empty{
    height: calc(40% - 120px);
    min-height: 10px;
}
.pageGroup .guide-item-left a{
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: right;
    display: block;
    padding-right: 30px;
    font-size: 16px;
    font-family: '微软雅黑 Bold', '微软雅黑';
}
.pageGroup .guide-item-right-row{
    margin: 0 40px 40px 40px;
}
.pageGroup .infoTable{
    width: 100%;
    border-top: 1px solid #97bbde;
    border-left: 1px solid #97bbde;
}
.pageGroup .infoTable td,.pageGroup .infoTable th{
    padding: 10px;
    border-right: 1px solid #97bbde;
    border-bottom: 1px solid #97bbde;
    color: #333;
}
.pageGroup .infoTable th{
    color: #4E98DF;
    background: #eaf6ff;
}
.pageGroup .infoTable td.label{
    width: 175px;
    text-align: right;
    color: #4E98DF;
    background: #eaf6ff;
}
.pageGroup .infoTable td.firstTd{
    width: 35%;
}
@media ( max-width :1200px) {
    .pageGroup .infoTable td.firstTd{
        width: 30%;
    }
}
.pageGroup .infoTable td.largeTd{
    height: 100px;
}
.pageGroup .item-textarea{
    padding: 10px;
    width: 100%;
    min-height: 100px;
    max-width: 1053px;
}
.footer-info{
    background-image: url("../img/homeimg/footer-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    margin: 50px auto 0;
    color: #fff;
    clear: both;
    text-align: center;
    padding: 30px 0;
    line-height: 30px;
    font-size: 13px;
    font-family: '微软雅黑';
}
/*layui弹出框*/
.layui-layer .layui-layer-title{
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    background: #fff;
    padding-left: 30px;
}
.layui-layer .layui-layer-setwin{
    top: 13px;
}
.layui-layer .layui-layer-ico{
    /*background: url("../img/homeimg/close.png") no-repeat;*/
}
.layui-layer .layui-layer-ico.layui-layer-close{
    background: url("../img/homeimg/close.png") no-repeat;
}
.layui-layer .layui-layer-setwin .layui-layer-close1{
    background-position: unset;
}
.layui-layer .layui-layer-setwin a{
    width: 26px;
    height: 26px;
}
#homeHeader{
    /*background: url(../img/homeimg/headerBg.png) no-repeat scroll 0 0 transparent;*/
    background: url(../img/homeimg/headerBg2.png) no-repeat scroll 0 0 transparent;
    background-repeat: repeat-x;
}
.container-box header#homeHeader ul.layui-nav{
    text-align: center;
    height: 50px;
    display: block;
    width: 80%;
    margin: 0 auto;
    background: none;
}
header#homeHeader .layui-nav .layui-nav-item {
    line-height: 30px;
    display: inline-block;
    width: calc((100%/7) - 6.4px);
    margin-top: 10px;
}

header#homeHeader .layui-nav .layui-nav-item a {
    padding: 0;
    /*font-family: 微软雅黑;*/
    /*font-weight: 400;*/
    /*font-style: normal;*/
    /*font-size: 24px;*/
    /*color: #FFFFFF;*/
    /*text-align: center;*/
    font-family: 微软雅黑;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
}

header#homeHeader .layui-nav .layui-nav-item:hover {
    background-color: rgba(41, 100, 252, 0);
}
header#homeHeader .layui-nav .layui-nav-item a:hover {
    /*color: rgb(255, 153, 0);*/
    color: rgb(0, 255, 255);
}
header#homeHeader .layui-nav .layui-this {
    background-color: rgba(41, 100, 252, 0);
}
header#homeHeader .layui-nav .layui-this a {
    /*color: rgb(255, 153, 0);*/
    color: rgb(0, 255, 255);
}

header#homeHeader .layui-nav .layui-nav-child dd.layui-this a,header#homeHeader .layui-nav-child dd.layui-this {
    background-color: rgba(255, 255, 255, 0);
    color: #fff;
}
header#homeHeader .layui-nav .layui-nav-item+.layui-nav-item {
    border-left: 2px solid #fff;
}
header#homeHeader .layui-nav {
    height: 50px;
}

/*header#homeHeader .navBottom {*/
/*    width: 100%;*/
/*    margin-top: -77px;*/
/*    height: 112px;*/
/*}*/

header#homeHeader .navBottom {
    width: 100%;
    margin-top: -57px;
    height: 80px;
}

.maskLayer{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.5);
}

.businessChannel{
    width: 60%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 70px;
}

.businessChannelBox{
    width: calc((100% - 40px)/3);
    max-width: 200px;
    height: 180px;
    background: url(../img/homeimg/radiusBox.png) no-repeat scroll 0 0 transparent;
    background-size: 100% 100%;
}
.businessChannelBox+.businessChannelBox{
    margin-left: 20px;
}
.businessChannelBoxBg{
    width: 70%;
    height: 100%;
    display: inline-block;
    position: absolute;
    background: url(../img/homeimg/businessChannelBoxBg1.png) no-repeat scroll 0 0 transparent;
    border-radius: 5px;
}
.businessChannelBoxBg.bg1{
    background: url(../img/homeimg/businessChannelBoxBg1.png) no-repeat scroll 0 0 transparent;
    background-size: cover;
}
.businessChannelBoxBg.bg2{
    background: url(../img/homeimg/businessChannelBoxBg2.png) no-repeat scroll 0 0 transparent;
    background-size: cover;
}
.businessChannelBoxBg.bg3{
    background: url(../img/homeimg/businessChannelBoxBg3.png) no-repeat scroll 0 0 transparent;
    background-size: cover;
}
.businessChannelBoxTitle{
    display: inline-block;
    text-align: left;
    width: 100%;
    /*height: 100%;*/
    font-weight: 700;
    font-style: normal;
    /*padding: 10px 0;*/
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-size: 26px;
    color: #FFFFFF;
    padding: 20px 0 70px 0;
}
.businessChannelBoxDetail{
    padding: 30px 0;
    margin: 25px auto;
    width: 80%;
    max-width: 150px;
    height: 130px;
    line-height: 35px;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    border-radius: 18px;
    color: #4A5875;
}
.businessChannelBoxDetailLeft{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    left: 0;
}
.businessChannelBoxDetail:hover{
    background: rgba(102, 157, 255, 1);
    color: #fff;
}
.businessChannelBoxDetail.layui-this{
    background: rgba(102, 157, 255, 1);
    color: #fff;
}
.termsTitleBox{
    width: 100%;
    height: 64px;
    line-height: 64px;
    font-family: '微软雅黑 Bold', '微软雅黑';
    color: #333333;
    text-align: center;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    border: 1px solid #ccc;
}
.termsContentBox{
    border: 1px solid #ccc;
    border-top: 0;
    padding: 30px;
    line-height: 30px;
    margin-bottom: 50px;
    font-size: 13px;
    color: #333333;
    font-family: '微软雅黑';
    font-weight: 400;
}
.agreeNextStep{
    margin-top: 40px;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #666666;
}
.agreeRadio{
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
.registerBtn button{
    width: 300px;
    height: 53px;
    background: inherit;
    background-color: rgba(0, 93, 209, 1);
    border: none;
    border-radius: 39px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 20px;
}
.registerForm{
    width: 80%;
    padding: 20px;
    border: 1px solid #ccc;
    margin-bottom: 30px;
}
.registerForm .red{
    color: red;
}
.registerForm .title{
    font-family: '微软雅黑';
    font-weight: 400;
    font-size: 36px;
    text-align: center;
    color: #333333;
    margin: 20px 0;
}
.registerForm .layui-form-label {
    padding: 5px 15px;
    font-size: 16px;
    display: block;
    text-align: left;
    display: block;
    float: none;
    width: 100%;
    color: #333333;
    font-family: 'Arial Normal', 'Arial';
    font-weight: 400;
}
.registerForm .layui-input-block {
    margin-left: 0;
}
.registerForm .layui-form-item .layui-input-inline {
    float: left;
}
.registerForm .layui-form-item {
    margin-left: 30px;
}
.registerForm .tips:before {
    content: "\e702";
    font-family: layui-icon!important;
    padding-right: 5px;
}
.registerForm .tips {
    font-family: '微软雅黑';
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    color: #868686;
    padding: 9px;
    display: block;
}
.registerForm .infoTitle {
    display: block;
    font-family: '微软雅黑';
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    text-align: left;
    padding: 10px;
}
.registerForm .infoTitle img{
    padding-right: 10px;
    margin-top: -7px;
}
.registerForm .layui-input,.registerForm .layui-select,.registerForm .layui-textarea {
    height: 44px;
}
.loginBtn{
    width: 300px;
    height: 53px;
    background: inherit;
    background-color: rgba(0, 93, 209, 1);
    border: none;
    border-radius: 39px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 20px;
}
.activationCode{
    width: 120px;
    height: 44px;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 93, 209, 1);
    border-radius: 2px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #005DD1;
}
.activationCode:hover {
    color: #005DD1;
}

.layui-layer.layui-layer-tips{
    overflow: visible !important;
}
#tipsContent{
    background: url(../img/homeimg/tipsBox.png) no-repeat;
    background-size: 100% 100%;
    display: none;
    position: absolute;
    width: 590px;
    left: -51px;
    top: 105px;
    text-align: left;
    padding: 30px;
    z-index: 1000;
    height: 400px;
    line-height: 24px;
    font-family: 'Arial Normal', 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #666;
    text-align: justify;
}
.tipsContentTitle{
    padding: 10px 0;
    display: block;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
    text-align: left;
    color: #333;
    font-size: 16px;
}
#publicInfo-nav-child{
    top: 45px;
    left: 3px;
}
#publicInfo-nav .layui-nav-more{
    display: none;
}
header#homeHeader #publicInfo-nav-child a{
    font-size: 18px;
    color: #6b6b6b;
}
header#homeHeader #publicInfo-nav-child.layui-nav-child a:hover{
    background: #eff8ff;
    /*color: #00ffff;*/
}
.bannerDiv img{
    width: 100%;
}
#systemTips{
    position: absolute;
    bottom: -25px;
    padding: 10px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: red;
    z-index: 0;
}
#LAY_layuipro_look_announcement{
}
.notice-look_announcement{
    height: 95%;
}
/*通知公告详情弹框样式*/
.notice-look_announcement .containt-box{
    height: 75%;
    /*border: 1px solid #d0d0d0;*/
    margin: 10px;
}
.containt-box .head-padding{
    height: 20px;
    /*background-color:#d0d0d0 ;*/
}
.containt-box .article-box{
    padding-right: 30px;
    padding-left: 30px;
    height: 100%;
    width: 100%;
}
.article-box .article-title{
    font-size: 36px;
    text-align: center;
    word-break: break-all;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
}
.article-box .article-split-line{
    height: 3px;
    background-color:  #ee785f;
    margin: 7px 0;
}
.article-box .article-content{
    height: 75%;
    overflow: hidden;
    word-break: break-all;
    font-size: 16px;
}

.notice-look_announcement .fileList-box{
    margin: 10px;
    overflow: auto;
    height: 10%;
}
.notice-look_announcement .split-line{
    height: 1px;
    background-color:#d0d0d0 ;
}
.notice-look_announcement .operate-box{
    height: 8%;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.file-fileItem{
    display: flex;
    flex-wrap:wrap;
}
.file-fileItem{
    margin-left: 30px;
    max-width: 300px;
    display: inline;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
}
.fileItemFlexBox{
float: left;
    word-break: break-all;

}
/*修復label不同行*/
.pageGroup .standardForm .layui-col-md9 .layui-form-item .layui-input-block {
    margin-left: 160px;
}
.homegg {
    overflow: hidden;
    white-space: nowrap;
}
.ifptd1 {
    padding-left: 10px !important;
}
.ifptd2 {
    text-align: center;
}
.ifptd3 {
    text-align: center;
}
.ifptd4 {
    text-align: center;
}
.ifptd5 {

}
.ifptd6 {
    padding-left: 10px !important;
}
.ifptd7 {
    text-align: center;
}
.ifptd8 {
    text-align: center;
}
