.bannerBox {
    height: 220px;
    background: none;
}

.container {
    padding: 0;
}

.topnav {
    width: 100%;
}

.topnav li {
    float: left;
    height: 60px;
    text-align: center;
    position: relative;
}

.lBox {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 9999;
}

.topnav li .lBox li {
    float: inherit;
}

.topnav li:nth-child(even),
.lBox li:nth-child(even) {
    background: #18b1ea;
}

.topnav li:nth-child(odd),
.lBox li:nth-child(odd) {
    background: #0d6db9;
}

.topnav li a,
.lBox li a {
    display: block;
    width: 100%;
    height: 60px;
    font-size: 18px;
    line-height: 60px;
    color: #ffffff;
}

.topnav>li:hover>a,
.topnav li.on a,
.lBox>li:hover a {
    background: rgba(0, 0, 0, 0.2);
}

.topnav li:nth-child(4):hover .lBox {
    display: block;
}

.row {
    padding-top: 70px;
    margin-bottom: 10px;
}

h3.t1 {
    font-weight: bold;
}

.col-lg-6 {
    padding: 0;
}

.center {
    display: table-cell;
    vertical-align: middle;
}

.box1 {
    padding-top: 40px;
    margin-bottom: 40px;
    border-top: 1px solid #a6b8bd;
    position: relative;
}

.min {
    position: absolute;
}

.min .btnhover {
    width: 20px;
    height: 20px;
}

.min span {
    display: none;
    position: relative;
    top: -20px;
    left: 40px;
    font-size: 16px;
    color: #ffffff;
    padding: 5px 12px;
    z-index: 100;
    border-radius: 0px 10px 10px;
}

.min span::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 20px 10px 0px;
    border-color: transparent #ffffff transparent transparent;
    content: '\A';
    position: absolute;
    left: -20px;
    top: 0px;
}

.min span em {
    font-size: 20px;
}

.box1 p,
.box2 p {
    font-size: 16px;
    font-weight: bold;
    background-size: 200% 100%;
    background-clip: text;
    animation: masked-animation 4s linear infinite;
    background-image: -webkit-linear-gradient(left, blue, #66ffff 10%, #cc00ff 20%, #CC00CC 30%, #CCCCFF 40%, #00FFFF 50%, #CCCCFF 60%, #CC00CC 70%, #CC00FF 80%, #66FFFF 90%, blue 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-animation: masked-animation 4s linear infinite;
    background-image: -o-linear-gradient(left, blue, #66ffff 10%, #cc00ff 20%, #CC00CC 30%, #CCCCFF 40%, #00FFFF 50%, #CCCCFF 60%, #CC00CC 70%, #CC00FF 80%, #66FFFF 90%, blue 100%);
    -o-text-fill-color: transparent;
    -o-background-size: 200% 100%;
    -o-background-clip: text;
    -o-animation: masked-animation 4s linear infinite;
    background-image: -moz-linear-gradient(left, blue, #66ffff 10%, #cc00ff 20%, #CC00CC 30%, #CCCCFF 40%, #00FFFF 50%, #CCCCFF 60%, #CC00CC 70%, #CC00FF 80%, #66FFFF 90%, blue 100%);
    -moz-text-fill-color: transparent;
    -moz-background-size: 200% 100%;
    -moz-background-clip: text;
    -moz-animation: masked-animation 4s linear infinite;
}

@keyframes masked-animation {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -100% 0;
    }
}

.box2 p {
    margin-bottom: 10px;
}

.box1 img,
.box2 img {
    width: 100%;
}

.box2 {
    position: relative;
}

.max {
    position: absolute;
    cursor: pointer;
}

.maxbox {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.maxbox img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.footer {
    background: #ffffff;
    color: #666666;
    border-top: 1px solid #e96c17;
}

.footer a {
    color: #666666 !important;
}