body {
    font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
}

.page-consult {
    position: fixed;
    z-index: 1000;
    right: 10px;
    top: 38%
}

.page-header {
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 1200px;
    z-index: 1000;
}

.page-content {
    min-height: 800px;
}

.el-image-viewer__mask {
    opacity: .8 !important;
}

.radio-button {
    display: inline-flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio-button > a {
    padding: 12px 35px;
    cursor: pointer;
    border-top: 1px solid #dcdfe6;
    border-left: 1px solid #dcdfe6;
    border-bottom: 1px solid #dcdfe6;
    color: #606266;
    text-decoration: none;
    background-color: white;
}

.radio-button > a:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.radio-button > a:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right: 1px solid #dcdfe6;
}

.radio-button > a:not(.disabled):hover {
    color: #409EFF;
}

@keyframes checkedFadeIn {
    0% {
        background-color: rgba(64, 158, 255, 0.5);
    }
    100% {
        background-color: rgba(64, 158, 255, 1);
    }
}

.radio-button > .checked {
    background-color: rgba(64, 158, 255, 1);
    color: white !important;
    border: 0 !important;
    -webkit-animation: checkedFadeIn .5s;
    -moz-animation: checkedFadeIn .5s;
    animation: checkedFadeIn .5s;
    cursor: default;
}

.radio-button > .checked + a {
    border-left: 0
}

.radio-button > .disabled {
    cursor: not-allowed;
    opacity: .5;
}

.basic-button {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 16px/100% 'Microsoft yahei', Arial, Helvetica, sans-serif;
    padding: 13px 35px;
    -webkit-border-radius: .2em;
    -moz-border-radius: .2em;
    border-radius: .2em;
}

.basic-button:hover {
    text-decoration: none;
}

.basic-button:active {
    position: relative;
    top: 1px;
}

.basic-button {
    color: white;
    background: #409eff;
}

.basic-button-plain {
    color: #409eff;
    background: #ecf5ff;
    border: 1px solid #b3d8ff;
}

.basic-button:hover {
    background: #66b1ff;
    border: 0;
}

.basic-button:active {
    color: #409eff;
}

.basic-button :link {
    text-decoration: none;
    color: white;
}

.basic-button:active {
    text-decoration: none;
    color: white;
}

.basic-button:hover {
    text-decoration: none;
    color: white;
}

.basic-button:visited {
    text-decoration: none;
    color: white;
}

.public-module .partner {
    text-align: center;
}

.public-module .partner img {
    margin: 30px 30px 60px 30px;
    width: 121px;
}

.public-module .partner .text {
    text-align: center;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #dcdfe6;
}

.public-module .partner .text .title {
    font-size: 30px;
    color: #222;
    text-align: center;
    padding-top: 30px;
}

.public-module .news-and-notice-card {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 60px 0;
}

.public-module .news-and-notice-card > .card {
    width: 540px;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #ebeef5;
    background-color: #fff;
}

@keyframes cardShadowFadeIn {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
    }
    100% {
        box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    }
}

.public-module .news-and-notice-card > .card:hover {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    -webkit-animation: cardShadowFadeIn .5s;
    -moz-animation: cardShadowFadeIn .5s;
    animation: cardShadowFadeIn .5s;
}

.public-module .news-and-notice-card > .card > .card-header {
    border-bottom: 1px solid #e8eaec;
    display: flex;
    align-items: center;
    padding: 10px;
    justify-content: space-between;
    margin-bottom: 10px;
}

.public-module .news-and-notice-card > .card > .card-header > .left {
    display: flex;
    align-items: center;
}

.public-module .news-and-notice-card > .card > .card-header > .left > .title {
    font-size: 22px;
    color: #303133;
    margin-left: 5px;
}

.public-module .news-and-notice-card > .card > .card-header > .right {
    position: relative;
    top: 5px;
}

.public-module .news-and-notice-card > .card > .card-header > .right a {
    color: #409eff;
    text-decoration: none;
}

.public-module .news-and-notice-card > .card > .card-body > .one-item {
    padding: 6px 5px;
    display: flex;
    font-size: 14px;
}

.public-module .news-and-notice-card > .card > .card-body > .one-item:first-child {
    padding-top: 3px;
}

.public-module .news-and-notice-card > .card > .card-body > .one-item > .title {
    width: 450px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.public-module .news-and-notice-card > .card > .card-body > .one-item > .title a {
    color: #606266;
    text-decoration: none;
    font-size: 15px;
}

.public-module .news-and-notice-card > .card > .card-body > .one-item > .title a:hover {
    color: #409eff;
}

.public-module .news-and-notice-card > .card > .card-body > .one-item > .time {
    text-align: right;
    width: 130px;
    color: #909399;
}


@keyframes warn {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(3.5);
        opacity: 0;
    }
}

.area-box {
    z-index: 77;
    position: relative;
    left: 54%;
    top: 47%;
}

.area-box .pulse {
    display: inline-block;
    position: absolute;
    top: -128px;
    left: -130px;
    height: 166px;
    width: 166px;
    border: 2px solid #cce3fb;
    border-radius: 50%;
    box-shadow: 0 0 14px #cce3fb, 0 0 20px #cce3fb inset;
    opacity: 0.12;
    filter: alpha(opacity=0);
    -webkit-animation: warn 5s ease-out both;
    -moz-animation: warn 5s ease-out both;
    animation: warn 5s ease-out both;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background: transparent;
}

.area-box .delay-01 {
    animation-delay: 0s;
}

.area-box .delay-02 {
    animation-delay: 2.5s;
}

.public-module .w1200 {
    width: 1200px;
    margin: 0 auto;
    clear: both;
    position: relative;
    overflow: hidden;
}

.public-module .data_cont2 {
    font-size: 30px;
    color: #222;
    padding: 0 0 30px;
    text-align: center;
}

.public-module .data_cont3 {
    background: url(../../static/image/data/data03.png) no-repeat center top;
    height: 850px;
    position: relative;
}

.public-module .data_cont3 p {
    position: absolute;
    background: -o-linear-gradient(top, #cfddf6 0%, #fff 100%);
    background: -ms-linear-gradient(top, #cfddf6 0%, #fff 100%);
    background: linear-gradient(to bottom, #cfddf6 0%, #fff 100%);
    width: 333px;
    height: 250px;
    padding: 15px;
    box-sizing: border-box;
    line-height: 26px;
    color: #83838b;
    transition: all .5s;
}

.public-module .data_cont3 p:hover {
    margin-top: -6px;
}

.public-module .data_cont3 p span {
    font-size: 24px;
    color: #222;
    padding-bottom: 10px;
    display: block;
}

.public-module .data_cont3 p span i {
    display: inline-block;
    width: 38px;
    height: 38px;
    background-image: url(../../static/image/data/data02.png);
    margin-right: 10px;
    position: relative;
    top: 9px;
}

.public-module .data_cont3 p.data_con3a span i {
    background-position: -4px -5px;
}

.public-module .data_cont3 p.data_con3b span i {
    background-position: -161px -5px;
}

.public-module .data_cont3 p.data_con3c span i {
    background-position: -56px -5px;
}

.public-module .data_cont3 p.data_con3d span i {
    background-position: -212px -5px;
}

.public-module .data_cont3 p.data_con3e span i {
    background-position: -109px -5px;
}

.public-module .data_cont3 p.data_con3a {
    top: 30px;
    left: 0;
    font-size: small
}

.public-module .data_cont3 p.data_con3b {
    top: 30px;
    left: 870px;
    font-size: small
}

.public-module .data_cont3 p.data_con3c {
    top: 340px;
    left: 0;
    height: 200px;
    font-size: small
}

.public-module .data_cont3 p.data_con3d {
    top: 340px;
    left: 870px;
    height: 200px;
    font-size: small
}

.public-module .data_cont3 p.data_con3e {
    top: 590px;
    left: 435px;
    height: 200px;
    font-size: small
}

.public-element .hot-img {
    width: 22px;
}

.public-element .new-img {
    width: 26px;
    position: relative;
    top: 3px
}

.public-element .discount-img {
    width: 20px;
}