* {
    padding: 0;
    margin: 0;
}
html {
    background-color: transparent;
    color: #666;
}
body {
    background-image: url('../img/Portal_image_bg.jpg');
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -2;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.containers {
    width: 1180px;
    margin: 0 auto;
}
.bg {
    min-height: 100px;
}

.header-logo {
    text-align: center;
}

.logo {
    padding-right: 26px;
    margin: 40px 0;
}

.content {
    margin-bottom: 40px;
    margin-left: 20px;
}

.box-module {
    height: 220px;
    width: 220px;
    outline: 1px solid #fff;
    float: left;
    margin-right: 12px;
    margin-top: 12px;
    text-align: center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.new_box_module {
    text-align: center;
}
.new_box_module > h3{
    color: #446CA0;
    font-weight: 600;
}
.new_box_module > p {
    color: #006889;
}
.new_box_module:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
    transform: scale(1.15);
    z-index: 1111111;
}
.box-module:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
    transform: scale(1.15);
    z-index: 1111111;
}
.icons {
    margin: 10px 0px 10px;
    width: 40px;
}
.bgs {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.bgs,
.new_box_module,
.box-module-max,
.box-module {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
}

/* .bgs:hover {
    transform: scale(1.4);
} */

.box-module-max {
    height: 220px;
    width: 452px;
    float: left;
    margin-right: 12px;
    margin-top: 12px;
    text-align: center;
    cursor: pointer;
    background-image: -webkit-linear-gradient(222deg, rgb(130, 156, 191) 0%, rgb(96, 128, 170) 100%);
    background-image: -o-linear-gradient(222deg, rgb(130, 156, 191) 0%, rgb(96, 128, 170) 100%);
    background-image: linear-gradient(312deg, rgb(130, 156, 191) 0%, rgb(96, 128, 170) 100%);
    color: #f0f0f0;
}

.box-module-max:hover {
    background-image: -webkit-linear-gradient(222deg, rgb(130, 156, 191) 50%, rgb(96, 128, 170) 100%);
    background-image: -o-linear-gradient(222deg, rgb(130, 156, 191) 50%, rgb(96, 128, 170) 100%);
    background-image: linear-gradient(312deg, rgb(130, 156, 191) 50%, rgb(96, 128, 170) 100%);
}

.icon {
    margin: 72px 0px 26px;
}

.title {
    color: #446CA0;
    text-align: center;
    font-weight: 600;
}

.text {
    text-align: center;
    color: #006889;
}

.color-dark {
    color: #446CA0;
}

.color-light {
    color: #00A5B4;
}

.max-title {
    margin-top: 80px;
    font-size: 24px;
    text-shadow: 2px 2px 4px #333;
}

.max-text {
    font-size: 18px;
    margin-top: 10px;
}

.max-text span {
    border-top: 2px solid rgba(255, 255, 255, .4);
    padding-top: 2px;
}

footer {
    color: #fff;
    background-color: rgba(255, 255, 255, .2);
    text-align: center;
    width: auto;
    font-weight: 100;
    padding: 4px 0;
    width: 100%;
    font-size: 12px;
    position: fixed;
    bottom: 0px;
    z-index: -2;
}


/*
  new bg
*/
.bgs1 {
    background: url('../img/Portal_bg_office_normal.jpg') no-repeat;
}
.bgs2 {
    background: url('../img/Portal_bg_apart_normal.jpg') no-repeat;
}
.bgs3 {
    background: url('../img/Portal_bg_cater_normal.jpg') no-repeat;
}
.bgs4 {
    background: url('../img/Portal_bg_inte_normal.jpg') no-repeat;
}
.bgs5 {
    background: url('../img/Portal_bg_human_normal.jpg') no-repeat;
}
.bgs6 {
    background: url('../img/Portal_bg_reg_normal.jpg') no-repeat;
}
.bgs7 {
    background: url('../img/Portal_bg_assets_normal.jpg') no-repeat;
}
.bgs8 {
    background: url('../img/Portal_bg_hospital_normal.jpg') no-repeat;
}
.bgs9 {
    background: url('../img/Portal_bg_property_normal.jpg') no-repeat;
}
.bgs10 {
    background: url('../img/Portal_bg_meeting_normal.jpg') no-repeat;
}
.bgs11 {
    background: url('../img/Portal_bg_entrance_normal.jpg') no-repeat;
}
.bgs12 {
    background: url('../img/Portal_bg_power_normal.jpg') no-repeat;
}
.bgs13 {
    background: url('../img/Portal_bg_campus_normal.jpg') no-repeat;
}