@charset "utf-8";
@import url(/ZT/css/enterprise/animate.css);

/* CSS Document */

body {
    font-family: "Î¢ÈíÑÅºÚ" !important;
    background: url(/ZT/css/enterprise/../../images/enterprise/body_bg.jpg);
    background-color: #f8f9fc;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 981px;
}

a {
    font-family: "Î¢ÈíÑÅºÚ";
    transition: all .3s;
    -webkit-transition: all .3s;
    cursor: pointer;
}

a * {
    transition: all .3s;
    -webkit-transition: all .3s;
}

@media screen and (min-width: 1230px) {
    .layui-container {
        width: 1300px;
    }
}

@media screen and (min-width: 1400px) {
    .layui-container {
        width: 1390px;
    }
}

.position_top {
    background-color: #FFF;
    box-shadow: 0px 3px 3px #eeeeee;
    height: 76px;
    display: none;
}

.position_top>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.position_top>div h1 {
    font-size: 24px;
    font-weight: bold;
}

.position_top>div h1 i {
    color: #2f5db8;
    font-size: 30px;
    margin-right: 8px;
}

.position_top>div>div {
    width: 400px;
    border: 1px #ccc solid;
    box-sizing: border-box;
    display: block;
    border-radius: 12px;
    overflow: hidden;
    background-color: #FFF;
    font-size: 0;
}

.position_top>div>div input {
    width: 87%;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    padding-left: 10px;
    border: 0;
    vertical-align: top;
    box-sizing: border-box;
}

.position_top>div>div i {
    font-size: 22px;
    color: #3a549b;
    line-height: 42px;
    display: inline-block;
    margin-left: 4%;
    cursor: pointer;
}

.position_top.fixed {
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    z-index: 1000;
    width: 100%;
}

.top {
    overflow: hidden;
}

.top img {
    display: block;
    margin: 90px 0 50px;
}

.top h1 {
    line-height: 145px;
    height: 145px;
    display: block;
    font-size: 90px;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 60px;
}

.tagsCloud {
    position: absolute;
    width: 117px;
    height: 131px;
    top: 40px;
    left: -102px;
    background-color: #f8f9fc;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    z-index: 100;
    display: none;
}

.sec_page .tagsCloud {
    left: -127px;
}

@media screen and (min-width: 1620px) {
    .tagsCloud.fixed {
        position: fixed;
        top: 90px;
        left: calc((((100% - 1360px)/2) - 117px));
    }
}

@media screen and (max-width: 1620px) {
    .tagsCloud.fixed {
        position: fixed;
        top: 90px;
        left: calc((((100% - 1170px)/2) - 117px));
    }
}

.tagsCloud h1 img {
    margin: 22px auto 0;
    display: block;
}

.tagsCloud h1 p {
    font-size: 18px;
    font-weight: bold;
    line-height: 42px;
    text-align: center;
    color: #000;
}

.tagsCloud.active {
    background-color: #175aff;
}

.tagsCloud.active h1 p {
    color: #FFF;
}

#tagscloud {
    width: 428px;
    height: 255px;
    font-size: 18px;
    color: #FFF;
    text-align: center;
    position: absolute;
    background-color: #175aff;
    left: 117px;
    top: 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    z-index: -1;
    overflow: hidden;
    box-shadow: -4px 0px 4px #043baa;
    display: none;
}

#tagscloud a {
    position: absolute;
    top: 0px;
    left: 0px;
    color: #FFF;
    text-decoration: none;
    line-height: normal;
    text-align: center;
    font-size: 22px;
    padding: 5px 8px;
    display: inline-block;
    border-radius: 3px;
}

#tagscloud a:nth-of-type(1) {
    left: 256px;
    top: 5px;
    font-size: 48px;
}

#tagscloud a:nth-of-type(2) {
    left: 68px;
    top: 65px;
    font-size: 30px;
}

#tagscloud a:nth-of-type(3) {
    font-size: 19px;
    left: 45px;
    top: 202px;
}

#tagscloud a:nth-of-type(4) {
    left: 25px;
    top: 110px;
    font-size: 36px;
}

#tagscloud a:nth-of-type(5) {
    left: 250px;
    top: 165px;
    font-size: 24px;
}

#tagscloud a:nth-of-type(6) {
    left: 172px;
    top: 80px;
    font-size: 16px;
}

#tagscloud a:nth-of-type(7) {
    left: 74px;
    top: 169px;
    font-size: 16px;
}

#tagscloud a:nth-of-type(8) {
    left: 101px;
    top: 34px;
    font-size: 16px;
}

#tagscloud a:hover {
    color: #175aff !important;
    background: #FFF !important;
    opacity: 1 !important;
}

#tagscloud a.hover {
    opacity: 0.3;
}

.tagsCloud.active #tagscloud {
    display: block;
    z-index: 100;
}

@media screen and (max-width: 768px) {
    body {
        background: url(/ZT/css/enterprise/../../images/enterprise/mobile_body.png);
        background-color: #FFF;
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
    .top img {
        width: 70%;
        margin: 0 auto;
    }
    .top h1 {
        font-size: 1.875rem;
        height: auto;
        text-align: center;
        line-height: 65px;
        margin-bottom: 40px;
    }
    .mobile_search {
        width: 100%;
        box-sizing: border-box;
        display: block;
        border-radius: 50px;
        overflow: hidden;
        background-color: #FFF;
        font-size: 0;
        margin: 15px auto 30px;
    }
    .mobile_search input {
        width: 87%;
        height: 30px;
        line-height: 30px;
        font-size: 1rem;
        padding-left: 10px;
        border: 0;
        vertical-align: top;
        box-sizing: border-box;
    }
    .mobile_search i {
        font-size: 22px;
        color: #3a549b;
        line-height: 30px;
        display: inline-block;
        margin-left: 4%;
        cursor: pointer;
    }
    .position_top {
        height: auto;
    }
    .position_top>div {
        width: 100%;
        background-color: #2f5db8;
    }
    .position_top>div ul {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .position_top>div ul a {
        color: #FFF;
        line-height: 58px;
        font-size: 1.05rem;
    }
    .backtop {
        position: fixed;
        right: 15px;
        bottom: 30px;
        width: 70px;
        height: 70px;
        line-height: 70px;
        color: #FFF;
        background-color: rgba(0, 0, 0, 0.5);
        text-align: center;
        border-radius: 50px;
        z-index: 100;
        display: none;
    }
}