﻿@import "font_320477_5790u76dcma.css";

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
form,
button,
input,
textarea,
th,
td {
    font-weight: normal;
    margin: 0;
    padding: 0
}

body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
i {
    font: normal 12px/1.5 BlinkMacSystemFont, Helvetica Neue, PingFang SC, Source Han Sans SC, Noto Sans CJK SC, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

ul,
ol,
li {
    list-style: none
}

a {
    text-decoration: none;
    color: #333
}

a:hover {
    text-decoration: none
}

img {
    vertical-align: top;
    border: 0
}

button,
input,
textarea {
    font-size: 100%;
    vertical-align: middle;
    outline: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

div,
a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

html {
    font-size: 100px
}

@media screen and (min-width: 360px) {
    html {
        font-size: 112.5px
    }
}

@media screen and (min-width: 375px) {
    html {
        font-size: 117.1875px
    }
}

@media screen and (min-width: 414px) {
    html {
        font-size: 129.375px
    }
}

@media screen and (min-width: 480px) {
    html {
        font-size: 150px
    }
}

@media screen and (min-width: 640px) {
    html {
        font-size: 200px
    }
}

.clearfloat:after {
    font-size: 0;
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ' '
}

.clearfloat {
    *zoom: 1
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1
}

.clearboth {
    clear: both
}

.wp {
    width: 1000px;
    margin: 0 auto
}

.checkBrowser {
    font-size: 14px;
    line-height: 40px;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 50%;
    width: 700px;
    height: 40px;
    margin-left: -360px;
    padding: 0 10px;
    color: #fff;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #e6212a
}

.checkBrowser a {
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 10px;
    right: 5px;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    text-align: center;
    color: #333;
    border-radius: 50%;
    background-color: #fff
}

.tips-popup {
    display: none
}

.tips-popup.show .tips-popup-mask {
    opacity: 1
}

.tips-popup.show .tips-popup-box {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.tips-popup-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.tips-popup-box {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: table;
    margin: auto;
    table-layout: fixed;
    padding: 18px 24px 8px;
    width: 320px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    z-index: 9001;
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

@media screen and (max-width: 414px) {
    .tips-popup-box {
        max-width: -moz-calc(100% - .4rem);
        max-width: calc(100% - .4rem);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
}

.tips-popup-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px
}

.tips-popup-head .title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    padding-top: 1px;
    line-height: 22px;
    font-size: 16px;
    color: #000
}

.tips-popup-close {
    margin: 5px 0 0 10px;
    width: 14px;
    height: 14px;
    background: url(../images/tips_icon.png) top -130px left no-repeat;
    opacity: .7;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.tips-popup-close:hover {
    opacity: 1
}

.tips-popup-content {
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #666
}

.tips-popup-footer {
    padding: 4px 0;
    text-align: right;
    font-size: 0
}

.tips-popup-footer li {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    padding: 8px 15px;
    line-height: 1;
    font-size: 12px;
    white-space: nowrap;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.tips-popup-footer li:hover {
    opacity: .8
}

.tips-popup-footer .cancle-btn {
    color: #666;
    background-color: #fff;
    border-color: #dcdfe6
}

.tips-popup-footer .submit-btn {
    color: #fff
}

.tips-popup .tips-icon {
    margin-right: 10px;
    width: 24px;
    height: 24px;
    background-image: url(../images/tips_icon.png);
    background-repeat: no-repeat
}

.tips-popup .tips-icon-success {
    background-position: 0 -104px
}

.tips-popup .tips-icon-question {
    background-position: 0 -78px
}

.tips-popup .tips-icon-info {
    background-position: 0 -52px
}

.tips-popup .tips-icon-error {
    background-position: 0 -26px
}

.tips-popup .tips-icon-alert {
    background-position: 0 0
}

.tips-popup-icon {
    padding-left: 20px;
    padding-right: 20px
}

.tips-popup-icon .tips-popup-content {
    padding-left: 34px
}

@font-face {
    font-family: "CG";
    src: url("img/CenturyGothic.ttf")
}

@font-face {
    font-family: "DB";
    src: url("img/DIDOTBOLD.TTF")
}

@font-face {
    font-family: "BT";
    src: url("img/AvantGardeITCbyBTBook.ttf")
}

@font-face {
    font-family: "iconfont";
    src: url("img/iconfont.eot");
    src: url("img/iconfont.eot#iefix") format("embedded-opentype"), url("img/iconfont.woff") format("woff"), url("img/iconfont.ttf") format("truetype"), url("../font/iconfont.svg#iconfont") format("svg")
}

@font-face {
    font-family: 'BodoniBookBT';
    src: url("img/BodoniBookBT.eot");
    src: local("???"), url("img/BodoniBookBT.woff") format("woff"), url("img/BodoniBookBT.ttf") format("truetype"), url("img/BodoniBookBT.svg") format("svg");
    font-weight: normal;
    font-style: normal
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale
}

.wp1200 {
    width: 1200px;
    margin: 0 auto
}

.wp1440 {
    max-width: 1440px;
    min-width: 1250px;
    margin: 0 auto
}

.wp1620 {
    max-width: 1620px;
    min-width: 1250px;
    margin: 0 auto
}

body {
    background: #fff
}

.gray {
    background: #f9f7f6
}

.recommend-title {
    text-align: center
}

.recommend-title h5 {
    font-size: 36px;
    line-height: 36px;
    color: #333
}

.recommend-title h6 {
    font-size: 15px;
    line-height: 50px;
    color: #999
}

.recommend-case {
    padding-top: 85px;
    background: #ebebeb;
    min-width: 1250px
}

.recommend-case-box {
    margin: 0 auto;
    max-width: 1467px;
    min-width: 1250px
}

.recommend-case-swiper {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    width: 100%;
    height: 480px;
    overflow: hidden
}

.recommend-case-swiper .swiper-slide {
    width: 33.33%
}

.recommend-case-box2 {
    display: block;
    width: 100%;
    height: 400px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 12px
}

.recommend-case-box3 {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #dcdcdc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px 26px 0px
}

.recommend-case-box3:hover {
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -5px, 0);
    -moz-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
}

.recommend-case-box3:hover .text h5 {
    color: #b41515
}

.recommend-case .img {
    position: relative;
    width: 100%;
    height: 259px;
    overflow: hidden
}

.recommend-case .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto !important;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.recommend-case .text {
    padding-left: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

.recommend-case .text h3 {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    color: #444;
    margin-top: 22px;
    font-size: 16px;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

@media screen and (max-width: 1460px) {
    .recommend-case .text h3 {
        margin-top: 32px
    }
}

.recommend-case .text h6 {
    overflow: hidden;
    max-height: 48px;
    margin-top: 8px;
    color: #a3a3a3;
    line-height: 24px;
    font-size: 12px
}

.recommend-case .recommend-case-prev {
    cursor: pointer;
    position: absolute;
    z-index: 10;
    top: 156px;
    left: 40px;
    width: 35px;
    height: 71px;
    background: url(img/recommend_icon_0.png) rgba(0, 0, 0, 0.85) no-repeat;
    background-position: 9px 26px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease
}

.recommend-case .recommend-case-prev:hover {
    background-color: rgba(0, 0, 0, 0.6)
}

.recommend-case .recommend-case-next {
    cursor: pointer;
    position: absolute;
    z-index: 10;
    top: 156px;
    right: 40px;
    width: 35px;
    height: 71px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background: url(img/recommend_icon_0.png) rgba(0, 0, 0, 0.85) no-repeat;
    background-position: 9px 26px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease
}

.recommend-case .recommend-case-next:hover {
    background-color: rgba(0, 0, 0, 0.6)
}

.recommend-business {
    min-width: 1250px;
    background: #f1f1f1;
    padding: 70px 12px 105px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.recommend-business-box {
    margin: 0 auto;
    margin-top: 50px;
    max-width: 1483px;
    min-width: 1276px;
    text-align: left;
    height: 560px;
    font-size: 0
}

.recommend-business-li+.recommend-business-li {
    border-left: 1px solid #f6f6f6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.recommend-business-li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 20%;
    height: 100%;
    background: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.recommend-business-li:hover {
    z-index: 10;
    -webkit-box-shadow: 0 0 59px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 59px rgba(0, 0, 0, 0.07)
}

.recommend-business-li .img {
    position: absolute;
    width: 100%;
    top: 0;
    margin-top: 40px;
    display: block;
    text-align: center
}

.recommend-business-li .img:hover img {
    width: 100px
}

.recommend-business-li .img img {
    width: 92px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.recommend-business-li .img h5 {
    font-size: 24px;
    color: #000;
    font-family: "SimHei";
    line-height: 24px;
    margin-top: 20px
}

.recommend-business-li .img h6 {
    margin-top: 12px;
    font-size: 15px;
    color: #ddd;
    line-height: 15px;
    font-family: "BT"
}

.recommend-business ul {
    margin-top: 245px;
    display: inline-block;
    vertical-align: top;
    text-align: left
}

.recommend-business ul li a {
    margin-left: -12px;
    position: relative;
    font-size: 13px;
    line-height: 34px;
    color: #585858;
    padding-left: 12px
}

.recommend-business ul li a:hover {
    opacity: .7
}

.recommend-business ul li a:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #888
}

.recommend-keyword {
    padding-top: 40px;
    padding-bottom: 50px;
    width: 100%;
    min-width: 1250px;
    background: #f1f1f1
}

.recommend-keyword-box {
    min-width: 1000px;
    max-width: 1440px;
    margin: 0 auto;
    font-size: 0;
    text-align: center
}

@media screen and (max-width: 1540px) {
    .recommend-keyword-box {
        margin: 0 50px
    }
}

.recommend-keyword-box li {
    display: inline-block;
    vertical-align: top
}

.recommend-keyword-box li a {
    font-size: 12px;
    color: #90939a;
    line-height: 28px
}

.recommend-keyword-box li a:hover {
    color: #b9b9b9
}

.recommend-keyword-box li:after {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 28px;
    padding-left: 15px;
    padding-right: 15px;
    content: '|';
    color: #e0e0e0
}

.recommend-project {
    min-width: 1250px;
    background: #e5e5e5;
    padding: 70px 12px 105px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.recommend-project .recommend-project-box {
    max-width: 1400px;
    margin: 0 auto;
    font-size: 0
}

.recommend-project .recommend-project-swiper {
    padding-top: 40px
}

.recommend-project .recommend-project-swiper .swiper-slide {
    width: 337px
}

.recommend-project .project-swiper-prev {
    cursor: pointer;
    position: absolute;
    z-index: 10;
    top: 156px;
    left: 20px;
    width: 35px;
    height: 71px;
    background: url(img/recommend_icon_0.png) rgba(0, 0, 0, 0.85) no-repeat;
    background-position: 9px 26px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease
}

.recommend-project .project-swiper-prev:hover {
    background-color: rgba(0, 0, 0, 0.6)
}

@media screen and (max-width: 1460px) {
    .recommend-project .project-swiper-prev {
        left: 10px;
        top: 126px
    }
}

.recommend-project .project-swiper-next {
    cursor: pointer;
    position: absolute;
    z-index: 10;
    top: 156px;
    right: 20px;
    width: 35px;
    height: 71px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background: url(img/recommend_icon_0.png) rgba(0, 0, 0, 0.85) no-repeat;
    background-position: 9px 26px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease
}

.recommend-project .project-swiper-next:hover {
    background-color: rgba(0, 0, 0, 0.6)
}

@media screen and (max-width: 1460px) {
    .recommend-project .project-swiper-next {
        right: 10px;
        top: 126px
    }
}

.recommend-project .recommend-project-li-box {
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 8px;
    padding-right: 8px;
    display: inline-block;
    vertical-align: top
}

.recommend-project .recommend-project-li {
    position: relative;
    display: block;
    width: 100%;
    min-height: 120px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.recommend-project .recommend-project-li-a {
    border: 1px solid #eaeaea;
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    padding: 20px;
    padding-bottom: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff
}

.recommend-project .recommend-project-li:hover {
    -webkit-transform: translate(0px, -5px);
    -moz-transform: translate(0px, -5px);
    -ms-transform: translate(0px, -5px);
    transform: translate(0px, -5px)
}

.recommend-project .recommend-project-li:hover .text .title {
    color: #d12322
}

.recommend-project .recommend-project-li:hover .text .title-li {
    color: #b41515
}

.recommend-project .recommend-project-li .img {
    width: 100%
}

.recommend-project .recommend-project-li .img img {
    width: 100%;
    height: auto !important
}

.recommend-project .recommend-project-li .text {
    padding: 40px 10px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left
}

.recommend-project .recommend-project-li .text .title-li {
    line-height: 19px;
    font-size: 19px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.recommend-project .recommend-project-li .text .content {
    margin-top: 14px;
    font-size: 13px;
    line-height: 26px;
    max-height: 52px;
    color: #888;
    word-break: break-all;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.recommend-project .recommend-project-li .text .time {
    padding-top: 20px;
    color: #888;
    font-size: 12px;
    font-family: "Arial"
}

.recommend-project .recommend-project-li .text .time span:before {
    content: '-'
}

.padg {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 13px
}

.padg span,
.padg a {
    display: inline-block;
    height: 42px;
    color: #646464;
    border: 1px solid #dedede;
    line-height: 42px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    margin: 0 8px;
    padding: 0 16px;
    border-radius: 5px;
    font-size: 13px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease
}

.padg a:hover,
.padg .padg-now {
    background: #d12322;
    border-color: #d12322;
    color: #fff
}

.padg .padg-list {
    display: inline
}

@media screen and (max-width: 1460px) {
    .recommend-title h5 {
        font-size: 28px;
        line-height: 28px
    }

    .recommend-title h6 {
        font-size: 13px;
        line-height: 40px
    }

    .recommend-case {
        padding-bottom: 30px
    }

    .recommend-case-box {
        max-width: auto;
        min-width: 0;
        width: 1120px
    }

    .recommend-case-box2 {
        padding: 0 6px
    }

    .recommend-case-swiper {
        height: 420px;
        padding-top: 20px;
        padding-bottom: 0px
    }

    .recommend-keyword {
        padding-top: 35px;
        padding-bottom: 35px
    }

    .recommend-case .img {
        height: 200px
    }

    .recommend-case .text {
        padding-left: 0px
    }

    .recommend-case-box2 {
        height: 360px
    }

    .recommend-case .recommend-case-prev {
        left: 33px
    }

    .recommend-case .recommend-case-next {
        right: 33px
    }

    .recommend-business {
        padding: 60px 12px 50px
    }

    .recommend-business-box {
        margin-top: 20px;
        height: 470px;
        max-width: none;
        min-width: 0;
        width: 1160px
    }

    .recommend-business-li .img h5 {
        margin-top: 10px;
        font-size: 20px;
        line-height: 20px
    }

    .recommend-business-li .img h6 {
        margin-top: 10px;
        font-size: 14px
    }

    .recommend-business ul {
        margin-top: 220px
    }

    .recommend-project {
        padding-bottom: 50px;
        padding-top: 50px
    }

    .recommend-project .recommend-project-box {
        max-width: none;
        width: 1120px;
        margin-top: 20px
    }

    .recommend-project .recommend-project-li-a {
        padding: 10px
    }

    .recommend-project .recommend-project-li .text {
        padding-top: 20px;
        padding-bottom: 10px
    }
}

.articleBottom .keyword {
    padding-top: 0px !important
}

.caseInfoart .custom-article {
    font-size: 13px;
    line-height: 26px;
    color: #777;
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0
}

.caseInfoart .custom-article img {
    max-width: 100%
}

.caseInfoart .custom-article p {
    margin-bottom: 20px
}

.visuallyhidden {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0
}

.xmp-con {
    position: fixed;
    left: 0;
    bottom: 110px;
    z-index: 10000
}

.xmp-con .box {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    text-align: center;
    width: 150px;
    padding: 10px 0;
    font-size: 14px;
    color: #333;
    z-index: 2;
    display: none
}

.xmp-con .box img {
    margin-bottom: 10px;
    width: 110px
}

.xmp-con .icon {
    margin-left: 1px
}

.xmp-con:hover .box {
    display: block
}

.xmp-con:hover .icon {
    display: none
}

.header {
    position: relative;
    z-index: 1000;
    width: 100%;
    height: 110px;
    min-width: 1250px;
    background: #fff
}

.header .wp1600 {
    max-width: 1600px;
    margin: 0 auto
}

.header .wp1620 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 110px
}

.header .pr {
    position: relative
}

.header .identifier {
    line-height: 34px;
    font-size: 12px;
    color: #787878;
    text-align: right
}

.header .identifier span {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px
}

.header .identifier span.b {
    color: #333;
    font-size: 16px;
    font-weight: bold
}

.header .logo {
    display: block
}

.header .logo a {
    display: inline-block;
    vertical-align: top
}

.header .logo>div {
    display: inline-block;
    vertical-align: top
}

.header .logo-year {
    margin-top: 20px;
    border-radius: 5px;
    width: 33px;
    height: 16px;
    background: #989898;
    line-height: 16px;
    text-align: center;
    color: #fff;
    font-size: 12px
}

.header .logo-text {
    margin-top: 2px;
    color: #787878;
    font-size: 13px
}

.header .nav {
    padding-top: 55px;
    float: right
}

.header .nav ul {
    display: inline-block;
    vertical-align: top
}

.header .nav ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0px 30px 35px 20px;
    background: url(img/nav-line.png) no-repeat center right;
    background-position-y: 5px
}

@media screen and (max-width: 1400px) {
    .header .nav ul li {
        padding: 10px 22px 25px 16px;
        background-position-y: 15px
    }
}

.header .nav ul li .nav-a {
    line-height: 19px;
    font-size: 16px;
    color: #000;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease
}

.header .nav ul li:hover .nav-a {
    color: #b41515
}

.header .nav ul li .on {
    color: #b41515
}

.header .nav ul li .nav2 {
    display: none;
    position: absolute;
    top: 50px;
    left: 0px;
    width: 197px;
    padding-top: 7px;
    background: url(img/head_icon_0.png) no-repeat center top
}

.header .nav ul li .nav2 a {
    display: block;
    width: 100%;
    background: #fff;
    font-size: 16px;
    color: #777;
    text-align: center;
    padding: 15px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 28px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.header .nav ul li .nav2 a:hover {
    background: #f6f6f6
}

.header .nav ul li .nav2 a:nth-child(1) {
    padding-top: 25px
}

.header .nav ul li .nav2 a:last-child {
    padding-bottom: 35px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.header .nav ul li .nav2 a+a {
    border-top: 1px dashed #e0e0e0
}

.header .nav .search {
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
    width: 19px;
    height: 19px
}

@media screen and (max-width: 1400px) {
    .header .nav .search {
        padding-top: 10px
    }
}

.header .nav .search .head-search-icon {
    position: relative;
    z-index: 15;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: url(img/search.png) no-repeat
}

.header .nav .search .form {
    display: none;
    position: absolute;
    right: -20px;
    top: 0;
    height: 85px;
    z-index: 10;
    width: 360px
}

.header .nav .search form {
    position: absolute;
    top: 45px;
    right: 0px;
    width: 360px;
    height: 40px;
    overflow: hidden;
    border-radius: 7px;
    font-size: 0px;
    background: #efefef
}

.header .nav .search form .input {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 280px;
    height: 40px;
    background: #efefef
}

.header .nav .search form .input input {
    width: 100%;
    height: 100%;
    font-size: 15px;
    border: 0px;
    background: #efefef
}

.header .nav .search form button {
    cursor: pointer;
    border: 0px;
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 40px;
    background: #b60a00;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 15px;
    color: #fff
}

.header .nav .search form button:hover {
    background: #da0c00
}

.header .nav ul li:nth-child(1) i:before {
    content: "\e628"
}

.header .nav ul li:nth-child(2) a:nth-child(1) i:before {
    content: "\e603"
}

.header .nav ul li:nth-child(2) a:nth-child(2) i:before {
    content: "\e63d"
}

.header .nav ul li:nth-child(2) a:nth-child(3) i:before {
    content: "\e6b4"
}

.header .nav ul li:nth-child(2) a:nth-child(4) i:before {
    content: "\e6a2"
}

.header .nav ul li:nth-child(2) a:nth-child(5) i:before {
    content: "\e663"
}

.header .nav ul li:nth-child(2) a:nth-child(6) i:before {
    content: "\e802"
}

.header .nav ul li:nth-child(2) a:nth-child(7) i:before {
    content: "\e67c"
}

.header .nav ul li:nth-child(2) a:nth-child(8) i:before {
    content: "\e67d"
}

.header .nav ul li:nth-child(2) a:nth-child(9) i:before {
    content: "\e63e"
}

.header .nav ul li:nth-child(3) .nav-2 a:nth-child(1) i:before {
    content: "\e63c"
}

.header .nav ul li:nth-child(3) .nav-2 a:nth-child(2) i:before {
    content: "\e69a"
}

.header .nav ul li:nth-child(3) .nav-2 a:nth-child(3) i:before {
    content: "\e639"
}

.header .nav ul li:nth-child(4) .nav-2 a:nth-child(1) i:before {
    content: "\e689"
}

.header .nav ul li:nth-child(4) .nav-2 a:nth-child(2) i:before {
    content: "\e696"
}

.header .nav ul li:nth-child(4) .nav-2 a:nth-child(3) i:before {
    content: "\e680"
}

.header .nav ul li:nth-child(5) i:before {
    content: "\e628"
}

.header .nav ul li:nth-child(6) .nav-2 a:nth-child(1) i:before {
    content: "\e664"
}

.header .nav ul li:nth-child(6) .nav-2 a:nth-child(2) i:before {
    content: "\e676"
}

.header .nav ul li:nth-child(6) .nav-2 a:nth-child(3) i:before {
    content: "\e6e7"
}

.header .nav ul li:nth-child(6) .nav-2 a:nth-child(4) i:before {
    content: "\e666"
}

.header .nav ul li:nth-child(6) .nav-2 a:nth-child(5) i:before {
    content: "\e660"
}

.header .nav ul li:nth-child(7) .nav-2 a:nth-child(1) i:before {
    content: "\e665"
}

.header .nav ul li:nth-child(7) .nav-2 a:nth-child(2) i:before {
    content: "\e636"
}

.header .nav ul li:nth-child(7) .nav-2 a:nth-child(3) i:before {
    content: "\e633"
}

.header .nav ul li:nth-child(7) .nav-2 a:nth-child(4) i:before {
    content: "\e61b"
}

.header .nav ul li:nth-child(7) .nav-2 a:nth-child(5) i:before {
    content: "\e634"
}

.header .nav ul li:nth-child(7) .nav-2 a:nth-child(6) i:before {
    content: "\e65c"
}

.header .nav ul li:nth-child(7) .nav-2 a:nth-child(7) i:before {
    content: "\e628"
}

.header .nav ul li:nth-child(7) .nav-2 a:nth-child(8) i:before {
    content: "\e63b"
}

.header .nav ul li:nth-child(7) .nav-2 a:nth-child(9) i:before {
    content: "\e627"
}

.header .nav ul li:nth-child(7) .nav-2 a:nth-child(10) i:before {
    content: "\e616"
}

.header .nav-2 {
    display: none;
    position: absolute;
    left: 0;
    top: 110px;
    width: 100%;
    background: #f7f7f7;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    text-align: center;
    font-size: 0px
}

.header .nav-2 a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #efefef;
    background: #f7f7f7;
    position: relative;
    height: 132px;
    width: 10%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.header .nav-2 a .box {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.header .nav-2 a .iconfont {
    font-size: 37px;
    color: #555;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.header .nav-2 a p {
    font-size: 13px;
    color: #888;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.header .nav-2 a:hover {
    z-index: 10;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1)
}

.header .nav-2 a:hover .iconfont,
.header .nav-2 a:hover p {
    color: #b41515
}

.header .nav-2 a:last-child {
    border-right: 1px solid #efefef
}

.header .nav-2 a:nth-child(n+11) {
    border-top: 1px solid #efefef
}

@media screen and (max-width: 1400px) {
    .header {
        height: 90px
    }

    .header .wp1620 {
        height: 90px
    }

    .header .nav {
        padding-top: 35px
    }

    .header .nav-2 {
        top: 90px
    }
}

.right-fix-nav-small {
    position: fixed;
    z-index: 10000;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -50px;
    border: 1px solid #d2d2d2;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.right-fix-nav-small-on {
    right: 0;
    opacity: 1
}

.right-fix-nav-small .right-fix-nav-li {
    width: 50px;
    height: 50px
}

.right-fix-nav-small .right-fix-show .iconfont-box {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.right-fix-nav-small .return {
    background: #b60a00
}

.right-fix-nav-small .return:hover {
    background: #950c04
}

.right-fix-nav-small .return .text i {
    color: #fff
}

.right-fix-nav {
    position: fixed;
    z-index: 10000;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    border: 1px solid #d2d2d2;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.right-fix-nav-on {
    right: -73px;
    opacity: 0
}

.right-fix-nav-li {
    width: 73px;
    height: 73px;
    display: block;
    background: #fff;
    text-align: center
}

.right-fix-nav-li:hover {
    background: #f6f6f6
}

.right-fix-nav-li a,
.right-fix-nav-li>div:nth-child(1) {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%
}

.right-fix-nav-li .text {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font-size: 13px
}

.right-fix-nav-li .text i {
    color: #000;
    font-size: 30px;
    line-height: 36px;
    position: relative
}

.right-fix-nav-li .text p {
    font-size: 13px;
    color: #333
}

.right-fix-nav-li+.right-fix-nav-li {
    border-top: 1px solid #d2d2d2
}

.right-fix-nav-li .fix-qq {
    display: none;
    position: absolute;
    top: 60px;
    right: 73px;
    width: 226px;
    height: 105px;
    background: #393939;
    border: 1px solid #5d5d5d;
    border-radius: 4px;
    -webkit-box-sizing: broder-box;
    -moz-box-sizing: broder-box;
    box-sizing: broder-box
}

.right-fix-nav-li .fix-qq a {
    display: block;
    width: 100%;
    height: 100%
}

.right-fix-nav-li .fix-qq a:hover .button {
    background: #dadada
}

.right-fix-nav-li .fix-qq-box {
    margin: 0 auto;
    width: 160px;
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.right-fix-nav-li .fix-qq .p {
    text-align: left;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 14px
}

.right-fix-nav-li .fix-qq .button {
    background: #fff;
    border-radius: 4px;
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 15px;
    color: #666
}

.right-fix-nav-li .fix-problem {
    display: none;
    position: absolute;
    bottom: -1px;
    right: 73px;
    height: 367px;
    width: 300px;
    background: #393939;
    padding-top: 20px;
    border-radius: 4px;
    -webkit-box-sizing: broder-box;
    -moz-box-sizing: broder-box;
    box-sizing: broder-box
}

.right-fix-nav-li .fix-problem h1 {
    font-size: 24px;
    color: #fff;
    line-height: 34px
}

.right-fix-nav-li .fix-problem h1 i {
    margin-right: 5px;
    font-size: 34px;
    line-height: 34px
}

.right-fix-nav-li .fix-problem ul {
    margin-top: 10px;
    width: 100%
}

.right-fix-nav-li .fix-problem ul li {
    width: 100%;
    height: 56px
}

.right-fix-nav-li .fix-problem ul li a {
    text-align: left;
    display: block;
    padding-left: 36px;
    color: #c4c4c4;
    font-size: 13px;
    line-height: 56px
}

.right-fix-nav-li .fix-problem ul li a:hover {
    opacity: .7
}

.right-fix-nav-li .fix-problem ul li+li {
    border-top: 1px dashed #454545
}

.right-fix-nav-li .cell {
    display: none;
    position: absolute;
    bottom: 37px;
    right: 73px;
    width: 276px;
    height: 328px;
    background: #4c4c4c;
    border-radius: 4px;
    border: 1px solid #5d5d5d;
    -webkit-box-sizing: broder-box;
    -moz-box-sizing: broder-box;
    box-sizing: broder-box
}

.right-fix-nav-li .cell-box {
    height: 50%;
    width: 100%
}

.right-fix-nav-li .cell-box .cell-box2 {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.right-fix-nav-li .cell-box .left {
    display: inline-block;
    vertical-align: top
}

.right-fix-nav-li .cell-box .left i {
    font-size: 36px;
    color: #fff
}

.right-fix-nav-li .cell-box .right {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    width: 120px;
    color: #fff;
    font-size: 16px;
    line-height: 24px
}

.right-fix-nav-li .cell .gz {
    background: #393939
}

.right-fix-nav-li .cell .sz {
    border-top: 1px solid #5d5d5d;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #4c4c4c
}

.right-fix-nav-li .erma {
    display: none;
    position: absolute;
    bottom: -1px;
    right: 73px;
    height: 367px;
    width: 184px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #393939;
    font-size: 15px
}

.right-fix-nav-li .erma-box {
    width: 100%;
    height: 50%
}

.right-fix-nav-li .erma-box+.erma-box {
    border-top: 1px solid #e7e7e7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.right-fix-nav-li .erma-box .img {
    width: 86px;
    height: 86px;
    margin: 0 auto
}

.right-fix-nav-li .erma-box .img img {
    width: 100%;
    height: 100%
}

.right-fix-nav-li .erma-box2 {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.right-fix-nav-li.wx-li {
    position: relative
}

.right-fix-nav-li.wx-li.on,
.right-fix-nav-li.wx-li:hover {
    background: #f6f6f6
}

.right-fix-nav-li.wx-li.on .fix-wx,
.right-fix-nav-li.wx-li:hover .fix-wx {
    display: block
}

.right-fix-nav-li .fix-wx {
    position: absolute;
    right: 73px;
    top: -40px;
    padding: 25px;
    background: #393939;
    text-align: center;
    border-radius: 5px;
    display: none
}

.right-fix-nav-li .fix-wx img {
    display: block;
    width: 175px;
    margin-bottom: 12px
}

.right-fix-nav-li .fix-wx p {
    color: #fff;
    font-size: 14px
}

.right-fix-nav .hide {
    border-top: 1px solid #d2d2d2
}

.right-fix-nav .hide .iconfont-box {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.right-fix-nav .hide p {
    color: #333;
    font-size: 13px
}

.right-fix-nav .return {
    background: #b60a00
}

.right-fix-nav .return:hover {
    background: #950c04
}

.right-fix-nav .return i {
    color: #fff
}

.right-fix-nav .return .text p {
    color: #fff
}

@-webkit-keyframes seconddiv {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    25% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    75% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-moz-keyframes seconddiv {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    25% {
        -moz-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    50% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    75% {
        -moz-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    100% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes seconddiv {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    25% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    50% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    75% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    100% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.clickHere {
    display: block;
    background: #a20f01;
    width: 100%;
    height: 167px;
    min-width: 1250px;
    text-align: center
}

.clickHere p {
    display: inline-block;
    vertical-align: top;
    line-height: 167px;
    text-align: center;
    font-size: 60px;
    color: #fff;
    font-weight: bold
}

.clickHere .icon1 {
    position: relative;
    margin-top: 35px;
    width: 190px;
    height: 102px;
    display: inline-block;
    vertical-align: top;
    background: url(img/clickHere_1.png) no-repeat;
    background-size: 100% 100%
}

.clickHere .icon1 .eye1 {
    position: absolute;
    left: 9px;
    top: 15px;
    width: 72px;
    height: 72px;
    border-radius: 50%
}

.clickHere .icon1 .eye1-1 {
    position: absolute;
    top: 18px;
    left: 18px;
    width: 36px;
    height: 36px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    background: url(img/clickHere_2.png) no-repeat
}

.clickHere .icon1 .eye2 {
    position: absolute;
    left: 104px;
    top: 15px;
    width: 72px;
    height: 72px;
    border-radius: 50%
}

.clickHere .icon1 .eye2-1 {
    position: absolute;
    top: 18px;
    left: 18px;
    width: 36px;
    height: 36px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    background: url(img/clickHere_2.png) no-repeat
}

.clickHere .icon2 {
    margin-left: 20px;
    margin-top: 65px;
    display: inline-block;
    vertical-align: top;
    width: 75px;
    height: 75px;
    background: url(img/clickHere_0.png) no-repeat;
    background-size: 100% 100%
}

.adviser-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 500px;
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(#f0f0f0));
    background: -webkit-linear-gradient(left, #fff, #f0f0f0);
    background: -moz-linear-gradient(left, #fff, #f0f0f0);
    background: -o-linear-gradient(left, #fff, #f0f0f0);
    background: linear-gradient(90deg, #fff, #f0f0f0);
    border-radius: 8px;
    overflow: hidden;
    z-index: 1003
}

.adviser-popup-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1002
}

.adviser-popup-close {
    position: absolute;
    top: 26px;
    right: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #909399;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    z-index: 3
}

.adviser-popup-close:hover {
    color: #0082f0
}

.adviser-popup-top {
    padding: 25px 30px 32px
}

.adviser-popup-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.adviser-popup .title {
    margin-bottom: 36px;
    font-size: 18px;
    color: #000
}

.adviser-popup .avatar {
    margin-right: 22px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden
}

.adviser-popup .avatar img {
    display: block;
    width: 100%;
    height: 100%
}

.adviser-popup .info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0
}

.adviser-popup .info-top {
    line-height: 30px;
    color: #000
}

.adviser-popup .info-top span {
    display: inline-block;
    vertical-align: top
}

.adviser-popup .info-top-name {
    font-size: 24px
}

.adviser-popup .info-top-tag {
    padding-top: 2px;
    font-size: 14px
}

.adviser-popup .info-top-tag:before {
    content: '| '
}

.adviser-popup .info-tel {
    display: block;
    margin-top: 6px;
    font-size: 18px;
    color: #666
}

.adviser-popup .info-tel i {
    margin-right: 2px;
    color: #0082f0
}

.adviser-popup-bottom {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 30px 50px;
    background-color: #0082f0
}

.adviser-popup-bottom:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 124px;
    border-width: 0 9px 9px;
    border-color: transparent transparent #0082f0;
    border-style: solid;
    z-index: 5
}

.adviser-popup .qrcode {
    margin-top: -75px;
    padding: 12px;
    width: 104px;
    height: 104px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 2px 2px 4px rgba(7, 116, 208, 0.3);
    box-shadow: 2px 2px 4px rgba(7, 116, 208, 0.3)
}

.adviser-popup .qrcode img {
    display: block;
    width: 100%;
    height: auto
}

.adviser-popup .text {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    margin-right: 20px;
    padding-left: 16px;
    font-size: 16px;
    line-height: 24px;
    color: #fff
}

.adviser-popup .text:before {
    content: '???';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 40px;
    line-height: 1;
    color: #fff;
    font-family: Arial
}

.adviser-popup .text:after {
    content: '???';
    display: inline-block;
    vertical-align: top;
    margin-left: 4px;
    height: 24px;
    line-height: 1.4;
    font-size: 40px;
    color: rgba(255, 255, 255, 0.4);
    font-family: Arial
}

.tg-banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 39.0625%
}

.tg-banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.tg-banner .btn {
    position: absolute;
    top: 72.8%;
    left: 12.44792%;
    width: 7.8125%;
    height: 8%;
    z-index: 5;
    cursor: pointer
}

.tg-choose {
    padding: 100px 0 90px;
    background: #eff3fd
}

.tg-title {
    text-align: center;
    margin-bottom: 40px
}

.tg-title .cn {
    font-size: 45px;
    color: #333;
    margin-bottom: 8px
}

.tg-title .en {
    text-transform: uppercase;
    font-size: 15px;
    font-family: Arial;
    color: #b4b4b4
}

.tg-title .p {
    font-size: 16px;
    line-height: 28px
}

.tg-title.color-white .cn,
.tg-title.color-white .p {
    color: #fff
}

.tg-title.color-white .en {
    color: rgba(255, 255, 255, 0.6)
}

@media (max-width: 1366px) {
    .tg-title .cn {
        font-size: 36px
    }
}

.tg-choose-box {
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 1400px;
    margin: 0 auto
}

.tg-choose-box .hd {
    width: 400px
}

.tg-choose-box .item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 120px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px;
    cursor: pointer;
   /* background: #4e84f0;*/
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.tg-choose-box .item:last-child {
    border-bottom: none
}

.tg-choose-box .item .icon {
    width: 50px;
    height: 50px;
    margin-right: 40px
}

.tg-choose-box .item .icon img {
    width: 100%;
    height: 100%
}

.tg-choose-box .item .info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden
}

.tg-choose-box .item .cn {
    font-size: 24px;
    color: rgb(51, 51, 51);
    line-height: 32px
}

.tg-choose-box .item .en {
    font-family: Arial;
    font-size: 12px;
    color: rgb(153, 153, 153);
    text-transform: uppercase
}

.tg-choose-box .item.on {
    background-color: #2bd2ff
}

.tg-choose-box .bd {
    background-image: url(img/tuiguang_img1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden
}

.tg-choose-box .bd .box {
    display: none;
    height: 100%
}

.tg-choose-box .bd .box:first-child {
    display: block
}

.tg-choose-box .bd .wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 100px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tg-choose-box .bd .title {
    font-size: 40px;
    font-weight: bold;
    color: #333;
    line-height: 50px
}

.tg-choose-box .bd .en {
    font-size: 40px;
    color: #333;
    font-weight: bold;
    font-family: Arial;
    text-transform: uppercase;
    line-height: 50px
}

.tg-choose-box .bd .p {
    width: 370px;
    margin-top: 14px;
    margin-bottom: 34px;
    font-size: 16px;
    line-height: 36px;
    color: #666;
    text-align: justify
}

.tg-choose-box .bd .more {
    display: block;
    width: 140px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    background: #2bd2ff
}

.tg-choose-box .bd .more:hover {
    background: #527fe3
}

@media (max-width: 1440px) {
    .tg-choose-box {
        width: 1300px
    }
}

@media (max-width: 1366px) {
    .tg-choose-box {
        width: 1200px
    }

    .tg-choose-box .hd {
        width: 350px
    }

    .tg-choose-box .item {
        height: 100px
    }

    .tg-choose-box .bd .title,
    .tg-choose-box .bd .en {
        font-size: 32px;
        line-height: 40px
    }
}

.tg-case {
    background-color: #fff;
    background-image: url(img/choose_bg1.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    padding: 75px 0
}

.tg-case-swiper {
    width: 1400px;
    position: relative;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 40px
}

.tg-case-swiper .tg-case-prev,
.tg-case-swiper .tg-case-next {
    position: absolute;
    width: 60px;
    height: 168px;
    text-align: center;
    color: #fff;
    right: -60px;
    font-size: 24px;
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    line-height: 168px
}

.tg-case-swiper .tg-case-prev {
    top: 154px;
    background: #4e84f0
}

.tg-case-swiper .tg-case-prev:hover {
    background: #6694f2
}

.tg-case-swiper .tg-case-next {
    top: 322px;
    background: #73a2ff;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.tg-case-swiper .tg-case-next:hover {
    background: #8db3ff
}

.tg-case-swiper:after {
    position: absolute;
    left: 0;
    width: 100%;
    top: 60px;
    bottom: 0;
    background-color: #fff;
    content: '';
    display: block
}

.tg-case-swiper .swiper-container {
    position: relative;
    z-index: 5;
    padding-top: 60px
}

.tg-case-swiper .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff
}

.tg-case-swiper .swiper-slide .img {
    position: relative;
    width: 770px;
    height: 540px
}

.tg-case-swiper .swiper-slide .img img {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 100%
}

.tg-case-swiper .swiper-slide .info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    margin-left: 65px;
    margin-right: 65px
}

.tg-case-swiper .swiper-slide .logo img {
    max-height: 90px
}

.tg-case-swiper .swiper-slide .t {
    margin-top: 20px;
    font-size: 30px;
    color: #333;
    margin-bottom: 5px
}

.tg-case-swiper .swiper-slide .p {
    font-size: 16px;
    line-height: 36px;
    color: #666;
    text-align: justify
}

@media (max-width: 1440px) {
    .tg-case-swiper {
        width: 1300px;
        padding: 0 30px
    }

    .tg-case-swiper .swiper-slide .img {
        width: 700px;
        height: 490px
    }
}

@media (max-width: 1366px) {
    .tg-case-swiper {
        width: 1200px
    }

    .tg-case-swiper .swiper-container {
        min-height: 500px
    }

    .tg-case-swiper .swiper-slide .img {
        width: 600px;
        height: 420px
    }

    .tg-case-swiper .swiper-slide .t {
        font-size: 26px
    }

    .tg-case-swiper .tg-case-prev {
        top: 167px
    }

    .tg-case-swiper .tg-case-next {
        top: 335px
    }
}

.tg-case-list {
    width: 1400px;
    margin: 0 auto;
    border-left: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0
}

.tg-case-list .item {
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 14.28571%;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    background-color: #fff
}

.tg-case-list .item span {
    display: block;
    width: 100%;
    padding-bottom: 49.46237%;
    position: relative;
    overflow: hidden
}

.tg-case-list .item span img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block
}

@media (max-width: 1440px) {
    .tg-case-list {
        width: 1300px
    }
}

@media (max-width: 1366px) {
    .tg-case-list {
        width: 1200px
    }
}

.tg-solution-box {
    width: 1400px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.tg-solution-box .item {
    -webkit-box-flex: 240;
    -webkit-flex: 240;
    -moz-box-flex: 240;
    -ms-flex: 240;
    flex: 240;
    overflow: hidden;
    margin-right: 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    position: relative
}

.tg-solution-box .item:last-child {
    margin-right: 0
}

.tg-solution-box .item .icon-bg {
    position: absolute;
    bottom: -55px;
    right: -70px;
    z-index: 6
}

.tg-solution-box .item .box {
    background-color: #fff;
    position: relative;
    width: 100%;
    height: 500px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 80px;
    z-index: 5
}

.tg-solution-box .item .box .t {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
    text-align: center
}

.tg-solution-box .item .box .p {
    font-size: 16px;
    line-height: 36px;
    color: #666;
    width: 145px;
    margin: 0 auto;
    text-align: center
}

.tg-solution-box .item .icon {
    width: 60px;
    height: 60px;
    margin: 0 auto
}

.tg-solution-box .item .icon img {
    width: 100%;
    height: 100%
}

.tg-solution-box .item .active-box {
    opacity: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    z-index: 20;
    visibility: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0
}

.tg-solution-box .item .active-box .info {
    width: 465px;
    max-width: 100%;
    color: #fff
}

.tg-solution-box .item .active-box .t {
    padding-bottom: 24px;
    position: relative;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 20px
}

.tg-solution-box .item .active-box .t:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 44px;
    height: 4px;
    content: '';
    display: block;
    background-color: #fff
}

.tg-solution-box .item .active-box .p {
    font-size: 20px;
    line-height: 46px
}

.tg-solution-box .item.on {
    -webkit-box-flex: 650;
    -webkit-flex: 650;
    -moz-box-flex: 650;
    -ms-flex: 650;
    flex: 650
}

.tg-solution-box .item.on .active-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .4s .2s;
    -o-transition: all .4s .2s;
    -moz-transition: all .4s .2s;
    transition: all .4s .2s
}

@media (max-width: 1440px) {
    .tg-solution-box {
        width: 1300px
    }
}

@media (max-width: 1366px) {
    .tg-solution-box {
        width: 1200px
    }

    .tg-solution-box .item .box {
        height: 400px;
        padding-top: 80px
    }

    .tg-solution-box .item .active-box .t {
        padding-bottom: 18px;
        font-size: 32px;
        margin-bottom: 15px
    }
}

.tg-solution {
    padding: 94px 0 104px;
    background-color: #eff3fd
}

.tg-form-con {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 350px;
    background: url(img/tuiguang_bg2.jpg) no-repeat center center;
    background-size: auto 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tg-form-con .box {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
    margin: 0 12px;
    background-color: #fff;
    width: 250px;
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tg-form-con .word {
    padding-left: 12px;
    font-size: 16px;
    color: #666;
    margin-right: 10px
}

.tg-form-con .input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden
}

.tg-form-con .input input[type="text"] {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    font-size: 16px;
    color: #555
}

.tg-form-con .input button {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: none;
    font-size: 20px;
    color: #fff;
    background: #4e84f0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    cursor: pointer
}

.tg-form-con .input button:hover {
    background: #6694f2
}

.tg-form-title {
    text-align: center;
    color: #fff;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 40px
}

.tg-form-title:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 40px;
    height: 4px;
    background: #4e84f0;
    content: '';
    margin-left: -20px;
    display: block
}

.tg-form-title .cn {
    font-weight: bold;
    font-size: 38px
}

.tg-form-title .p {
    font-size: 16px
}

.index-advisory-dialog {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1002;
    display: none
}

.index-advisory-dialog .mask {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute
}

.index-advisory-box {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    background-image: url(img/advisory_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 505px;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 50px
}

.index-advisory-box .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.index-advisory-box .info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden
}

.index-advisory-box .avatar {
    line-height: 60px;
    margin-bottom: 30px
}

.index-advisory-box .avatar img {
    vertical-align: top;
    margin-right: 10px
}

.index-advisory-box .avatar strong {
    font-size: 30px;
    color: #fff
}

.index-advisory-box .tip {
    font-size: 16px;
    color: #555;
    position: relative;
    padding-left: 15px
}

.index-advisory-box .tip:before {
    content: '???';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 40px;
    line-height: 1;
    color: #e5e5e5;
    font-family: Arial
}

.index-advisory-box .tip:after {
    content: '???';
    display: inline-block;
    vertical-align: top;
    height: 24px;
    line-height: 1.4;
    font-size: 40px;
    color: #e5e5e5;
    font-family: Arial
}

.index-advisory-box .ewm {
    width: 120px;
    height: 120px;
    padding: 10px;
    background: #fff;
    margin-left: 20px;
    -webkit-box-shadow: 0 0 30px #3e81df;
    box-shadow: 0 0 30px #3e81df;
    border-radius: 6px
}

.index-advisory-box .ewm img {
    display: block;
    width: 100%;
    height: 100%
}

.index-advisory-close {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    z-index: 3
}

/*# sourceMappingURL=maps/style.css.map */

/*# sourceMappingURL=maps/style.css.map */