@charset "UTF-8";
/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, div, img {
    margin: 0;
    padding: 0;
    box-sizing: border-box; }

fieldset, img, input, button {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none; }

/*去掉input等聚焦时的蓝色边框*/
ul, ol {
    list-style: none; }

input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: 'pingfang SC','helvetica neue',arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei',simsun,sans-serif; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none; }

input[type="number"] {
    -moz-appearance: textfield; }

select, input {
    vertical-align: middle; }

select, input, textarea {
    font-size: 12px;
    margin: 0; }

textarea {
    resize: none; }

/*防止拖动*/
img {
    border: 0;
    vertical-align: middle; }

/*  去掉图片低测默认的3像素空白缝隙，或者用display：block也可以*/
table {
    border-collapse: collapse; }

body {
    font-size: 16px;
    color: #333; }

a {
    color: inherit;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent; }

h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%; }

/*设置h标签的大小，设置跟父亲一样大的字体font-size:100%;*/
s, i, em {
    font-style: normal;
    text-decoration: none; }

html, body {
    min-width: 1280px; }

.lineText, .lineText2, .lineText3 {
    overflow: hidden;
    text-overflow: ellipsis; }

.lineText2, .lineText3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    box-orient: vertical; }

.lineText {
    white-space: nowrap; }

.lineText2 {
    -webkit-line-clamp: 2; }

.lineText3 {
    -webkit-line-clamp: 3; }

.arrowR, .arrowL, .gridYl, .gridYr, .gridXt, .gridXb, .gridFour, .gridFourRadio, .gridFourCirle {
    position: relative; }

.gridYl::before, .gridYr::before, .gridXt::before, .gridXb::before, .gridFour::before, .gridFourRadio::before, .gridFourCirle::before {
    content: " ";
    display: block;
    position: absolute;
    background: #ececec;
    box-sizing: border-box; }

.gridYl::before, .gridYr::before {
    width: 1px;
    top: 0;
    bottom: 0;
    -webkit-transform: scale(0.5, 1);
    transform: scale(0.5, 1); }

.gridYl::before {
    left: 0;
    -webkit-transform-origin: left center;
    transform-origin: left center; }

.gridYr::before {
    right: 0;
    -webkit-transform-origin: right center;
    transform-origin: right center; }

.gridXt::before, .gridXb::before {
    height: 1px;
    right: 0;
    left: 0;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5); }

.gridXt::before {
    top: 0;
    -webkit-transform-origin: top center;
    transform-origin: top center; }

.gridXb::before {
    bottom: 0;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center; }

.gridFour::before, .gridFourCirle::before, .gridFourRadio::before {
    width: 200%;
    border: 1px solid #ececec;
    height: 200%;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    border-radius: 6px;
    left: 0;
    top: 0;
    background: none;
    pointer-events: none; }

.gridFourRadio::before {
    border-radius: 3px; }

.gridFourCirle::before {
    border-radius: 100px; }

.arrowR::before, .arrowL::before, .arrowB::before, .arrowT::before {
    content: "";
    position: absolute;
    display: block;
    width: 7px;
    height: 7px;
    border: 2px solid;
    border-color: #999 #999 transparent transparent;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0.7) rotate(45deg);
    transform: translateY(-50%) scale(0.7) rotate(45deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 2px; }

.arrowR::before {
    right: 10px; }

.arrowL::before {
    left: 10px; }

.arrowB::before {
    right: 10px;
    -webkit-transform: translateY(-88%) scale(0.7) rotate(135deg);
    transform: translateY(-88%) scale(0.7) rotate(135deg); }

.arrowT::before {
    right: 10px;
    -webkit-transform: translateY(-35%) scale(0.7) rotate(-45deg);
    transform: translateY(-35%) scale(0.7) rotate(-45deg); }

.tckBox {
    position: relative;
    z-index: 100; }

.tckBg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1; }

.tckCentent {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background: #fff;
    border-radius: 12px;
    width: 600px; }

[v-cloak] {
    display: none; }

html, body {
    min-width: 1200px; }

.wrap {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }

.pageTitle {
    text-align: center;
    margin-bottom: 80px; }
.pageTitle h3 {
    font-size: 34px;
    font-weight: 600;
    line-height: 1.6; }
.pageTitle .subtitle {
    font-size: 18px;
    margin-top: 10px;
    color: #666666; }

.get-yanshi {
    display: inline-flex;
    background: #fff;
    border-radius: 50px;
    align-items: center;
    padding: 6px; }
.get-yanshi .btn {
    font-size: 16px;
    display: inline-block;
    min-width: 102px;
    text-align: center;
    line-height: 46px;
    padding: 0 25px;
    background: #0061FF;
    color: #fff;
    border: 1px solid #0061FF;
    border-radius: 50px; }
.get-yanshi .btn:hover {
    cursor: pointer;
    background: #fff;
    border-color: #0061FF;
    color: #0061FF; }
.get-yanshi .int {
    height: 46px;
    padding: 0 20px;
    width: 250px;
    border-radius: 50px;
    font-size: 32px;
    flex: 1;
    overflow: hidden; }
.get-yanshi .int::-webkit-input-placeholder {
    font-size: 18px;
    transform: translateY(-4px); }

.bannerBox {
    position: relative;
    z-index: 8; }
.bannerBox .swiper-slide {
    height: 100%;
    padding: 0;
    background-size: cover !important; }
.bannerBox .banner {
    height: 970px;
    display: flex;
    align-items: center; }
.bannerBox h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2; }
.bannerBox .title_tips {
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 20px; }
.bannerBox .subtitle {
    font-size: 36px;
    margin-top: 10px;
    font-weight: 600; }
.bannerBox .text, .bannerBox .news_page .list .time, .news_page .list .bannerBox .time {
    line-height: 1.6;
    margin-top: 15px;
    color: #636775;
    font-size: 14px; }
.bannerBox .icon {
    margin-bottom: 10px; }
.bannerBox .btn {
    font-size: 16px;
    display: inline-block;
    min-width: 102px;
    text-align: center;
    line-height: 46px;
    padding: 0 25px;
    background: #0061FF;
    color: #fff;
    border: 1px solid #0061FF;
    border-radius: 50px;
    line-height: 36px;
    margin-top: 20px; }
.bannerBox .btn:hover {
    cursor: pointer;
    background: #fff;
    border-color: #0061FF;
    color: #0061FF; }
.bannerBox .btn i {
    margin-left: 5px; }
.bannerBox .swiper-pagination {
    position: absolute;
    left: 50% !important;
    bottom: 200px !important;
    text-align: left;
    max-width: 1200px;
    transform: translateX(-50%); }
.bannerBox .swiper-pagination .swiper-pagination-bullet {
    width: 42px;
    height: 4px;
    background: #fff;
    border-radius: 0;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5); }
.bannerBox .swiper-pagination .swiper-pagination-bullet-active {
    background: #0061FF;
    box-shadow: none; }
.bannerBox .advertising {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    z-index: 1; }
.bannerBox .advertising .title {
    text-align: center;
    color: #97A8C1; }
.bannerBox .advertising .advertisingImgs {
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    margin-top: 20px; }
.bannerBox .advertising .swiper-logo {
    display: inline-block;
    width: auto;
    animation: swipper 40s linear infinite;
    animation-delay: 0.2s; }

/* 底部 */
.consultBox {
    background: url("../images/index/consultBg.png") no-repeat center center;
    padding: 65px 0;
    text-align: center;
    background-size: cover; }
.consultBox .title {
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 35px; }
.consultBox img {
    transform: translateY(-1px); }

.bottomTail > .wrap {
    display: flex;
    align-items: flex-start;
    padding: 80px 0; }

.bottomTail .logoBox {
    display: flex;
    align-items: center; }
.bottomTail .logoBox p {
    padding: 0 10px;
    margin-left: 10px;
    line-height: 16px;
    position: relative;
    font-size: 12px; }
.bottomTail .logoBox p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background: #AAAAAA; }

.bottomTail .cont {
    display: flex;
    justify-content: space-between;
    flex: 1;
    overflow: hidden; }

.bottomTail .codeBox {
    margin-bottom: 10px; }
.bottomTail .codeBox p {
    font-size: 14px; }

.bottomTail .phone {
    margin-top: 10px; }

.bottomTail .code {
    margin-top: 3px;
    width: 110px;
    height: 110px; }

.bottomTail .title {
    font-size: 18px;
    margin-bottom: 20px; }

.bottomTail li {
    display: flex;
    flex-direction: column;
    margin-left: 80px; }
.bottomTail li .title {
    margin-bottom: 25px;
    font-weight: 800; }
.bottomTail li a {
    font-size: 14px;
    margin-bottom: 20px;
    display: block;
    color: #636775; }
.bottomTail li a:hover {
    color: #0061FF; }

.bottomTail .beian {
    padding: 30px 0;
    text-align: center;
    font-size: 12px;
    line-height: 1.8;
    color: #636775; }
.bottomTail .beian a {
    color: #636775; }
.bottomTail .beian a:hover {
    color: #0061FF; }

.forTheRecord {
    padding: 35px 0; }
.forTheRecord .wrap {
    display: flex; }
.forTheRecord .text, .forTheRecord .news_page .list .time, .news_page .list .forTheRecord .time {
    line-height: 1.8;
    margin-left: 60px;
    flex: 1;
    overflow: hidden;
    font-size: 14px; }

#formTck {
    display: none; }
#formTck .formTckCont {
    padding: 30px; }
#formTck .formTckCont .tckTitle {
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 15px; }
#formTck .formTckCont ul {
    display: flex;
    align-items: center; }
#formTck .formTckCont li {
    padding: 15px 0;
    flex: 1;
    overflow: hidden;
    text-align: center;
    position: relative;
    color: #636775;
    position: relative; }
#formTck .formTckCont li:hover {
    cursor: pointer; }
#formTck .formTckCont li.active {
    color: #333;
    font-weight: 800;
    font-size: 18px; }
#formTck .formTckCont li.active::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background: #0061FF; }
#formTck .formTckCont .closeBtn {
    position: absolute;
    padding: 5px;
    top: 5px;
    right: 5px;
    color: #666666;
    font-size: 18px;
    line-height: 1; }
#formTck .formTckCont .closeBtn:hover {
    cursor: pointer;
    color: #0061FF; }
#formTck .formTckCont .formBox {
    display: flex;
    flex-wrap: wrap; }
#formTck .formTckCont .fromItem {
    width: calc(50% - 20px);
    margin: 30px 30px 0 0;
    padding: 0 10px; }
#formTck .formTckCont .fromItem:nth-of-type(2n) {
    margin-right: 0; }
#formTck .formTckCont .title {
    color: #2b323b;
    font-size: 14px;
    margin-bottom: 10px; }
#formTck .formTckCont .title .info {
    color: #0061FF;
    margin-left: 5px; }
#formTck .formTckCont .btn {
    font-size: 16px;
    display: inline-block;
    min-width: 102px;
    text-align: center;
    line-height: 46px;
    padding: 0 25px;
    background: #0061FF;
    color: #fff;
    border: 1px solid #0061FF;
    border-radius: 50px;
    margin: 40px auto 0 auto;
    display: block; }
#formTck .formTckCont .btn:hover {
    cursor: pointer;
    background: #fff;
    border-color: #0061FF;
    color: #0061FF; }
#formTck .formTckCont .codeBox {
    text-align: center;
    padding: 30px 0; }
#formTck .formTckCont .codeBox p {
    font-size: 14px;
    margin-top: 15px;
    color: #636775; }

@keyframes swipper {
    0% {
        transform: translateX(0); }
    100% {
        transform: translateX(-100%); } }

.menu_icon {
    display: none;
    margin-left: auto;
    width: 40px;
    height: 40px;
    position: relative;
    transform: scale(0.8); }
.menu_icon::after, .menu_icon::before {
    content: "";
    display: block;
    position: absolute;
    left: 20%;
    right: 20%;
    top: 50%;
    height: 3px;
    border-radius: 100px;
    background: currentColor;
    transform: translateY(-50%);
    transition: all ease .3s; }
.menu_icon::after {
    box-shadow: 0 -8px currentColor,0 8px currentColor; }
.menu_icon.close::after {
    box-shadow: none; }
.menu_icon.close::after {
    transform: translateY(-50%) rotate(45deg); }
.menu_icon.close::before {
    transform: translateY(-50%) rotate(-45deg); }

.pageNav {
    text-align: center;
    padding: 40px 0; }
.pageNav li {
    display: inline-block; }
.pageNav li.active span {
    background: #0061FF;
    color: #fff; }

.pageNav a, .pageNav span {
    margin: 0 10px;
    padding: 6px 18px;
    display: inline-block;
    border-radius: 3px;
    transition: all ease .3s; }

.pageNav a:hover {
    box-shadow: 0 0 0 2px; }

.issueBox, .helpBox {
    padding: 100px 0; }
.issueBox ul, .helpBox ul {
    display: flex; }
.issueBox li, .helpBox li {
    flex: 1;
    overflow: hidden;
    text-align: center; }

.doubtBox {
    padding: 100px 0;
    background: #3A68F9 url("../images/index/doubtBg.png") no-repeat center center;
    background-size: cover; }
.doubtBox .pageTitle {
    color: #fff; }
.doubtBox ul {
    display: flex;
    flex-wrap: wrap; }
.doubtBox li {
    width: calc(33.33% - 14px);
    margin: 50px 20px 0 0;
    background: linear-gradient(180deg, #CAD6EF, #FFFFFF);
    border-radius: 12px; }
.doubtBox li:nth-of-type(3n) {
    margin-right: 0; }
.doubtBox li img {
    display: block;
    margin: -30px auto 0px auto;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    border: 2px solid #fff;
    box-sizing: border-box; }
.doubtBox li:hover {
    background: linear-gradient(180deg, #2F82F9, #00CBF9);
    color: #fff; }
.doubtBox li:hover .text2 {
    display: block; }
.doubtBox li:hover .text1 {
    display: none; }
.doubtBox .cont {
    padding: 40px 20px 50px 20px;
    min-height: 160px;
    position: relative;
    font-size: 15px; }
.doubtBox .cont::before, .doubtBox .cont::after {
    content: "";
    position: absolute;
    width: 33px;
    height: 27px; }
.doubtBox .cont::before {
    background: url("../images/index/yinhao_green.png") no-repeat top center;
    top: 0;
    left: 20px; }
.doubtBox .cont::after {
    background: url("../images/index/yinhao_green.png") no-repeat bottom center;
    bottom: 15px;
    right: 20px; }
.doubtBox .text2 {
    display: none; }

.comprehensiveBox {
    padding: 100px 0; }
.comprehensiveBox img {
    max-width: 100%; }
.comprehensiveBox .comprehensive {
    background: url("../images/index/animation/bg.png") no-repeat center center; }
.comprehensiveBox .wrap {
    text-align: center;
    position: relative;
    padding: 100px 0; }
.comprehensiveBox .float {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
.comprehensiveBox .bg1 {
    animation: xz1 2s infinite linear; }
.comprehensiveBox .bg3 {
    animation: xz2 4s infinite linear; }
.comprehensiveBox .logo {
    animation: xz3 4s infinite linear; }

@keyframes xz1 {
    0% {
        transform: rotateZ(0deg); }
    100% {
        transform: rotateZ(360deg); } }

@keyframes xz2 {
    0% {
        transform: rotateZ(360deg); }
    100% {
        transform: rotateZ(0deg); } }

@keyframes xz3 {
    0% {
        transform: rotateY(0deg); }
    100% {
        transform: rotateY(360deg); } }

.exhibitionBox .table {
    display: flex;
    justify-content: space-around; }
.exhibitionBox .table .item {
    background: #EDF0F7;
    border-radius: 50px;
    position: relative;
    font-size: 18px;
    line-height: 48px;
    min-width: 210px;
    text-align: center;
    padding: 0 15px;
    position: relative; }
.exhibitionBox .table .item:hover {
    cursor: pointer;
    color: #0061FF; }
.exhibitionBox .table .item.active {
    background: #0061FF;
    color: #fff; }

.exhibitionBox .swiperBox {
    background: url("../images/index/exhibitionBg.png") no-repeat bottom center;
    margin-top: 60px;
    padding-bottom: 200px;
    background-size: 100% 100%; }
.exhibitionBox .swiperBox .wrap {
    background: linear-gradient(180deg, #3E6BF9, #00CBF9);
    padding: 45px 60px 25px 60px;
    border-radius: 32px; }
.exhibitionBox .swiperBox .swiperTable {
    min-height: 45px; }
.exhibitionBox .swiperBox .swiperTable ul {
    display: flex; }
.exhibitionBox .swiperBox .swiperTable li {
    margin-right: 60px;
    color: #C8D9FF;
    min-width: 120px; }
.exhibitionBox .swiperBox .swiperTable li:nth-last-of-type(1) {
    margin-right: 0; }
.exhibitionBox .swiperBox .swiperTable li:hover {
    cursor: pointer; }
.exhibitionBox .swiperBox .swiperTable li:hover .title {
    color: #fff; }
.exhibitionBox .swiperBox .swiperTable li.active .title {
    font-size: 20px;
    font-weight: 800;
    color: #fff; }
.exhibitionBox .swiperBox .swiperTable .subtitle {
    font-size: 14px;
    margin-top: 3px; }
.exhibitionBox .swiperBox .swiperExhibition {
    padding-bottom: 20px; }
.exhibitionBox .swiperBox .swiperExhibition .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5; }
.exhibitionBox .swiperBox .swiperExhibition .swiper-pagination-bullet-active {
    opacity: 1; }
.exhibitionBox .swiperBox .swiper-pagination {
    bottom: 0; }

.conversionRateBox, .conversionEfficiencyBox {
    padding: 100px 0;
    background: url("../images/index/conversionRate_bg.png") no-repeat center center;
    background-size: cover; }
.conversionRateBox ul, .conversionEfficiencyBox ul {
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px; }
.conversionRateBox li, .conversionEfficiencyBox li {
    position: relative;
    padding-bottom: 15px; }
.conversionRateBox li:hover, .conversionEfficiencyBox li:hover {
    color: #0061FF;
    cursor: pointer; }
.conversionRateBox .active, .conversionEfficiencyBox .active {
    color: #0061FF;
    font-weight: 800; }
.conversionRateBox .active::before, .conversionEfficiencyBox .active::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background: #0061FF;
    border-radius: 12px; }
.conversionRateBox .swiper-slide, .conversionEfficiencyBox .swiper-slide {
    display: flex;
    align-items: center; }
.conversionRateBox .cont, .conversionEfficiencyBox .cont {
    flex: 1;
    overflow: hidden;
    margin-right: 150px; }
.conversionRateBox .title, .conversionEfficiencyBox .title {
    font-weight: 800; }
.conversionRateBox .text, .conversionEfficiencyBox .text, .conversionRateBox .news_page .list .time, .news_page .list .conversionRateBox .time, .conversionEfficiencyBox .news_page .list .time, .news_page .list .conversionEfficiencyBox .time {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 15px;
    color: #636775; }

.conversionEfficiencyBox {
    background: #fff; }
.conversionEfficiencyBox .cont {
    margin: 0 0 0 150px; }
.conversionEfficiencyBox .list {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    color: #636775;
    width: 300px; }
.conversionEfficiencyBox .list .item {
    margin: 20px 0px 0 0;
    padding-left: 32px;
    width: 50%;
    line-height: 28px; }
.conversionEfficiencyBox .list .item:nth-of-type(1) {
    background-position: 0px 0px !important; }
.conversionEfficiencyBox .list .item:nth-of-type(2) {
    background-position: 0px -28px !important; }
.conversionEfficiencyBox .list .item:nth-of-type(3) {
    background-position: 0px -56px !important; }
.conversionEfficiencyBox .list .item:nth-of-type(4) {
    background-position: 0px -84px !important; }

.suitableBox {
    padding: 100px 0;
    background: url("../images/index/suitableBg.png") no-repeat center center;
    background-size: cover; }
.suitableBox .pageTitle {
    color: #fff; }
.suitableBox .left {
    color: #fff;
    line-height: 1.6;
    position: relative; }
.suitableBox .left::after {
    content: "";
    position: relative;
    width: 50px;
    height: 3px;
    background: #fff;
    margin-top: 35px;
    display: block; }
.suitableBox .cont {
    display: flex;
    align-items: flex-end;
    justify-content: space-between; }
.suitableBox ul {
    width: 620px; }
.suitableBox li {
    display: inline-block;
    width: 290px;
    height: 220px;
    margin: 16px 0 0 16px;
    background: linear-gradient(180deg, #D3D4ED, #FFFFFF);
    border-radius: 16px;
    padding: 40px 30px; }
.suitableBox li:hover {
    background: url("../images/index/suitableItemBg.png") no-repeat center center;
    background-size: cover;
    color: #fff; }
.suitableBox li:hover .text, .suitableBox li:hover .news_page .list .time, .news_page .list .suitableBox li:hover .time {
    color: #fff; }
.suitableBox .title {
    font-size: 18px;
    font-weight: 800; }
.suitableBox .text, .suitableBox .news_page .list .time, .news_page .list .suitableBox .time {
    line-height: 1.6;
    font-size: 14px;
    margin-top: 15px;
    color: #636775; }

.honorBox {
    padding: 100px 0;
    background: url("../images/index/honorBg.png") no-repeat bottom center; }
.honorBox .imgList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
.honorBox img {
    margin: 20px 20px 0 0;
    width: calc(20% - 16px); }
.honorBox img:nth-of-type(5n) {
    margin-right: 0; }

.aboutBanner .banner {
    height: 406px; }

.aboutBanner .swiper-pagination {
    bottom: 30px !important; }

.aboutHelpBox {
    margin-top: 90px; }
.aboutHelpBox .wrap {
    display: flex;
    align-items: center; }
.aboutHelpBox .textCont {
    flex: 1;
    overflow: hidden; }
.aboutHelpBox .title {
    font-size: 24px;
    font-weight: 800; }
.aboutHelpBox p {
    font-size: 14px;
    color: #636775;
    line-height: 1.6;
    margin-top: 15px; }

.aboutDg {
    margin-top: 50px; }
.aboutDg .wrap {
    padding: 80px 60px 100px 60px;
    background: url("../images/about/aboutBg.png") no-repeat center center;
    background-size: 100% 100%; }
.aboutDg .textCont {
    width: 500px;
    color: #fff; }
.aboutDg .title {
    font-weight: 800;
    font-size: 24px; }
.aboutDg p {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 15px; }

.aboutTeam {
    padding: 100px 0; }
.aboutTeam .imgList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
.aboutTeam img {
    margin-bottom: 20px; }

.aboutZxb {
    padding: 90px 0 150px 0;
    background: url("../images/about/zxb.png") no-repeat center center; }
.aboutZxb .pageTitle {
    margin-bottom: 130px; }
.aboutZxb .cont {
    width: 360px;
    line-height: 1.6; }
.aboutZxb .title {
    font-size: 18px;
    font-weight: 800; }
.aboutZxb .text, .aboutZxb .news_page .list .time, .news_page .list .aboutZxb .time {
    color: #636775;
    margin-top: 20px; }
.aboutZxb .bottom {
    font-size: 14px;
    margin-top: 80px;
    font-weight: 800; }

.aboutExhibition {
    padding: 100px 0; }
.aboutExhibition ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px; }
.aboutExhibition li {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    margin: 20px 20px 0 0;
    width: calc(25% - 15px); }
.aboutExhibition li:nth-of-type(4n) {
    margin-right: 0; }
.aboutExhibition li:hover .iconBox {
    animation: bottomIcon 0.6s ease forwards; }
.aboutExhibition li:hover .name {
    opacity: 0; }
.aboutExhibition .name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    color: #fff;
    text-align: center; }
.aboutExhibition .iconBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(62, 107, 249, 0.9);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transform: translateY(100%); }
.aboutExhibition .iconBox img {
    margin-bottom: 10px; }

@keyframes bottomIcon {
    0% {
        transform: translateY(100%); }
    100% {
        transform: translateY(0%); } }

.newsBanner .banner {
    height: 504px; }

.newsBanner .swiper-pagination {
    bottom: 30px !important; }

.news_page {
    padding: 30px 0 60px 0; }
.news_page .menus {
    position: sticky;
    top: 80px;
    background: #fff;
    width: 100%; }
.news_page .menus ul {
    display: flex; }
.news_page .menus li {
    flex: 1;
    overflow: hidden;
    text-align: center;
    position: relative; }
.news_page .menus li:hover a {
    color: #0061FF; }
.news_page .menus li.active::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background: #0061FF; }
.news_page .menus li.active a {
    color: #0061FF; }
.news_page .menus a {
    color: #636775;
    display: block;
    line-height: 50px; }
.news_page .list {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0; }
.news_page .list li {
    width: calc(33.33% - 14px);
    margin: 20px 20px 0 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 8px 20px 0px rgba(220, 220, 220, 0.4);
    overflow: hidden; }
.news_page .list li:nth-of-type(3n) {
    margin-right: 0; }
.news_page .list img {
    width: 100%;
    height: 225px;
    object-fit: cover; }
.news_page .list .con {
    padding: 20px; }
.news_page .list h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 10px; }
.news_page .list .text, .news_page .list .time {
    line-height: 1.6;
    font-size: 14px;
    color: #666666;
    height: 44px; }
.news_page .list .text p, .news_page .list .time p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 2; }
.news_page .list .time {
    height: auto;
    margin-top: 10px; }

.pageNav {
    margin-top: 30px;
    text-align: center; }

.newsDetail {
    background: #fafafa;
    padding: 36px 0; }
.newsDetail .wrap {
    display: flex; }
.newsDetail .sidebar {
    width: 300px;
    margin-left: 24px; }
.newsDetail .sidebar .menuside {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 12px;
    text-align: center; }
.newsDetail .sidebar .menuside li {
    flex-basis: 48%; }
.newsDetail .sidebar .menuside li:nth-child(n+3) {
    margin-top: 8px; }
.newsDetail .sidebar .menuside a {
    display: block;
    padding: 5px 10px;
    background: #f9faff;
    border-radius: 3px; }
.newsDetail .sidebar .menuside a:hover {
    background: #0061FF;
    color: #fff; }
.newsDetail .sidebar h2 {
    padding: 0 20px;
    line-height: 52px;
    border-bottom: 1px solid #f9faff;
    font-size: 16px; }
.newsDetail .sidebar > div {
    background: #fff;
    margin-bottom: 20px;
    border-radius: 6px; }
.newsDetail .sidebar ul.snl li {
    counter-increment: name; }
.newsDetail .sidebar ul.snl li:nth-child(-n+3) a::before {
    color: #f33; }
.newsDetail .sidebar ul.snl a {
    display: block;
    overflow: hidden;
    padding: 12px 20px; }
.newsDetail .sidebar ul.snl a::before {
    content: counter(name) ". ";
    color: #999;
    font-weight: bold; }
.newsDetail .sidebar ul.snl a:hover {
    background: #f9faff; }
.newsDetail .content {
    flex: 1;
    background: #fff;
    border-radius: 6px;
    position: relative; }
.newsDetail .content .richText {
    padding: 0 30px 30px; }
.newsDetail .content .title {
    padding: 30px; }
.newsDetail .content .title h1 {
    line-height: 1.6; }
.newsDetail .content .title span + span {
    margin-left: 10px; }
.newsDetail .content .title .info {
    font-size: 14px;
    margin-top: 10px;
    color: #999; }
.newsDetail .content .title .info a {
    color: #999; }
.newsDetail .list a {
    padding: 32px 32px;
    overflow: hidden;
    display: block;
    display: flex;
    align-items: center;
    position: relative;
    user-select: none; }
.newsDetail .list a:hover {
    color: #0061FF; }
.newsDetail .list a::before {
    content: "";
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 0;
    height: 1px;
    background: #f9faff;
    display: block; }
.newsDetail .list .con {
    flex: 1; }
.newsDetail .list h2 {
    font-size: 18px;
    font-weight: 600; }
.newsDetail .list .info {
    font-size: 14px;
    color: #999;
    margin-top: 5px;
    display: flex; }
.newsDetail .list .info span + span {
    position: relative;
    display: flex;
    align-items: center; }
.newsDetail .list .info span + span::before {
    width: 2px;
    height: 2px;
    background: #f9faff;
    border-radius: 100px;
    content: "";
    margin: 0 6px;
    display: inline-block; }
.newsDetail .list p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    margin-top: 10px;
    line-height: 1.7;
    font-size: 15px;
    color: #202124; }
.newsDetail .list .picBox {
    width: 240px;
    height: 150px;
    padding: 0;
    margin-left: 22px; }
.newsDetail .pageNav {
    text-align: center;
    padding: 40px 0; }
.newsDetail .pageNav li {
    display: inline-block; }
.newsDetail .pageNav li.active span {
    background: #0061FF;
    color: #fff; }
.newsDetail .pageNav a, .newsDetail .pageNav span {
    margin: 0 10px;
    padding: 6px 18px;
    display: inline-block;
    border-radius: 3px;
    transition: all ease .3s; }
.newsDetail .pageNav a:hover {
    box-shadow: 0 0 0 2px; }
.newsDetail .menus {
    width: 100%;
    font-size: 16px;
    background: #fff;
    border-bottom: 2px solid #f9faff;
    position: sticky;
    top: 64px;
    z-index: 9; }
.newsDetail .menus li {
    display: inline-block; }
.newsDetail .menus li.current-menu-item a, .newsDetail .menus li.current-post-ancestor a {
    color: #0061FF; }
.newsDetail .menus a {
    display: block;
    padding: 15px 24px;
    position: relative; }
.newsDetail .menus .active a {
    color: #0061FF;
    font-weight: 600; }
.newsDetail .menus .active a::before {
    position: absolute;
    left: 0;
    bottom: -2px;
    right: 0;
    height: 3px;
    background: currentColor;
    content: "";
    display: block; }

.picBox {
    padding-bottom: 66.6666%;
    position: relative; }
.picBox img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    border-radius: 3px; }
.picBox img::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #eee url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 174.88 109.34'><path d='M144.18,52.06l-29,37.72L101,74.58l-44.1,50.55L41.81,111.31,12.56,132.82v21.85H187.44v-36ZM48.67,88.4A21.54,21.54,0,1,0,27.18,66.87,21.51,21.51,0,0,0,48.67,88.4Z' transform='translate(-12.56 -45.33)' style='fill:%23ffffff'/></svg>") center center no-repeat;
    background-size: 50%; }

@media screen and (min-width: 961px) {
    /* 头部 */
    .headerTop {
        background: #fff;
        position: sticky;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        transition: all ease .3s; }
    .headerTop.headerBg .wrapBox {
        max-width: 1920px;
        margin: 0 auto; }
    .headerTop.headerBg h1 > a::after {
        background: url(../images/logo.png) no-repeat center center; }
    .headerTop.header_float {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 20;
        background: none; }
    .headerTop.header_float.fixed {
        background: #fff; }
    .headerTop.header_float.fixed li a {
        color: #636775; }
    .headerTop h1 {
        display: flex;
        align-items: center; }
    .headerTop h1 > a {
        display: inline-block;
        position: relative;
        width: 160px;
        height: 0;
        padding-top: 35px;
        overflow: hidden; }
    .headerTop h1 > a::after {
        background: url(../images/logo.png) no-repeat center center; }
    .headerTop h1 .text, .headerTop h1 .news_page .list .time, .news_page .list .headerTop h1 .time {
        font-size: 12px;
        color: #666666;
        position: relative;
        padding-left: 15px; }
    .headerTop h1 .text::before, .headerTop h1 .news_page .list .time::before, .news_page .list .headerTop h1 .time::before {
        content: "";
        position: absolute;
        left: 0;
        width: 1px;
        height: 100%;
        background: #666666;
        top: 50%;
        transform: translateY(-50%); }
    .headerTop .wrap {
        display: flex;
        align-items: center;
        max-width: 1920px;
        width: 100%;
        display: flex;
        padding: 0 100px; }
    .headerTop ul {
        margin-left: auto;
        margin-right: 20px; }
    .headerTop li {
        float: left;
        position: relative;
        margin-left: 50px; }
    .headerTop li:hover > a::after {
        transform: rotate(180deg); }
    .headerTop li > a {
        line-height: 80px;
        display: block;
        font-size: 18px; }
    .headerTop li > a:hover {
        opacity: 0.8; }
    .headerTop .login_border {
        font-size: 16px;
        display: inline-block;
        min-width: 102px;
        text-align: center;
        line-height: 46px;
        padding: 0 25px;
        background: #0061FF;
        color: #fff;
        border: 1px solid #0061FF;
        border-radius: 50px;
        background: #fff;
        color: #0061FF;
        line-height: 40px;
        padding: 0 10px;
        background: none;
        color: #0061FF;
        margin-left: 20px; }
    .headerTop .login_border:hover {
        cursor: pointer;
        background: #0061FF;
        border-color: #0061FF;
        color: #fff; }
    .headerTop .login_border + .login_solid {
        margin-left: 20px; }
    .headerTop .login_solid {
        font-size: 16px;
        display: inline-block;
        min-width: 102px;
        text-align: center;
        line-height: 46px;
        padding: 0 25px;
        background: #0061FF;
        color: #fff;
        border: 1px solid #0061FF;
        border-radius: 50px;
        line-height: 40px;
        padding: 0 10px; }
    .headerTop .login_solid:hover {
        cursor: pointer;
        background: #fff;
        border-color: #0061FF;
        color: #0061FF; }
    .headerTop .menu {
        position: absolute;
        background: white;
        top: 80px;
        padding: 0px 30px;
        border-radius: 2px;
        transform-origin: center top;
        transform: translateX(-50%) scaleY(0);
        transition: all ease 0.3s;
        left: 50%;
        opacity: 0;
        box-shadow: 0px 0px 24px 0px rgba(156, 156, 156, 0.28); }
    .headerTop .menu::before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-bottom: 8px solid #fff;
        border-right: 8px solid transparent;
        top: -8px; }
    .headerTop .menu a {
        color: #636775; }
    .headerTop .menu a:hover {
        color: #0061FF; }
    .headerTop .aBox > li:hover .menuBig {
        opacity: 1;
        transform: translateX(-30%) scaleY(1); }
    .headerTop .aBox > li:hover .menuSmall {
        opacity: 1;
        transform: translateX(-50%) scaleY(1); }
    .headerTop .menuBig {
        width: 636px;
        transform: translateX(-30%) scaleY(0); }
    .headerTop .menuBig::before {
        left: 180px; }
    .headerTop h5 {
        padding: 20px 0;
        border-bottom: 1px solid #ebeffb; }
    .headerTop .menuUl {
        display: flex;
        padding: 30px 0;
        flex-wrap: wrap; }
    .headerTop .menuUl a {
        cursor: pointer;
        width: 50%;
        margin-bottom: 35px;
        transition: all ease .3s; }
    .headerTop .menuUl a p {
        font-size: 14px;
        opacity: 0.7; }
    .headerTop .menuUl a .title {
        padding-left: 35px;
        position: relative; }
    .headerTop .menuUl a .title::before {
        content: '';
        width: 28px;
        height: 28px;
        position: absolute;
        left: 0;
        bottom: 0;
        background-image: url(../imgs/systemAll_H.png);
        background-repeat: no-repeat;
        background-size: 100% auto;
        transition: all ease .3s; }
    .headerTop .menuSmall {
        width: 180px;
        padding: 30px 0px;
        box-sizing: border-box; }
    .headerTop .menuSmall::before {
        left: 50%;
        transform: translateX(-50%); }
    .headerTop .menuSmall a {
        display: block;
        position: relative;
        margin-bottom: 30px;
        text-align: center; }
    .headerTop .menuSmall a:nth-last-of-type(1) {
        margin-bottom: 0; }
    .headerTop .menuSmall a::before {
        content: '';
        width: 25px;
        height: 25px;
        position: absolute;
        bottom: 0px;
        left: 35px; }
    .headerTop h1 > a::after,
    .headerTop h1 > a::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 0;
        left: 0; }
    .headerTop .menuUl a:nth-last-of-type(1),
    .headerTop .menuUl a:nth-last-of-type(2) {
        margin-bottom: 0; }
    @keyframes Module {
        0% {
            transform: scaleY(0.6);
            opacity: 0; }
        100% {
            transform: scaleY(1);
            opacity: 1; } }
    .menu_icon {
        display: none;
        margin-left: auto;
        width: 40px;
        height: 40px;
        position: relative;
        transform: scale(0.8); }
    .menu_icon::after, .menu_icon::before {
        content: "";
        display: block;
        position: absolute;
        left: 20%;
        right: 20%;
        top: 50%;
        height: 3px;
        border-radius: 100px;
        background: currentColor;
        transform: translateY(-50%);
        transition: all ease .3s; }
    .menu_icon::after {
        box-shadow: 0 -8px currentColor,0 8px currentColor; }
    .menu_icon.close::after {
        box-shadow: none; }
    .menu_icon.close::after {
        transform: translateY(-50%) rotate(45deg); }
    .menu_icon.close::before {
        transform: translateY(-50%) rotate(-45deg); }
    .courseBox .tabBox {
        max-height: 500px;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 20px 0;
        box-sizing: border-box;
        scrollbar-width: none;
        /* firefox */
        -ms-overflow-style: none;
        /* IE 10+ */
        overflow-x: hidden;
        overflow-y: auto; }
    .courseBox .tabBox::-webkit-scrollbar {
        display: none;
        /* Chrome Safari */ }
    .courseBox .tabLi {
        width: 480px;
        text-align: right;
        height: 100px;
        line-height: 100px;
        padding-right: 120px;
        font-size: 18px;
        opacity: 0.7;
        position: relative;
        box-sizing: border-box; }
    .courseBox .tabLi span {
        font-size: 32px;
        margin-right: 8px;
        position: relative;
        display: inline-block; }
    .courseBox .tabLi.active {
        border-top: 1px solid #ebf0fc;
        border-bottom: 1px solid #ebf0fc;
        opacity: 1; }
    .courseBox .tabLi.active::before {
        content: '';
        position: absolute;
        right: 0;
        top: calc(50% - 18px);
        width: 2px;
        height: 36px;
        background: #a9b2c8; }
    .courseBox .tabLi.active span::after {
        content: '';
        border: solid black;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 4px;
        transform: rotate(-135deg);
        top: -2px;
        position: absolute;
        margin-left: -30px; }
    .courseBox .tabLi.active span::before {
        content: '';
        border: solid black;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 4px;
        transform: rotate(45deg);
        bottom: 0px;
        position: absolute;
        margin-left: 40px; }
    .courseBox .tabLi:hover {
        cursor: pointer; } }

@media screen and (min-width: 961px) and (max-width: 1500px) {
    .headerTop .wrap {
        padding: 0 20px; } }

@media screen and (min-width: 961px) and (max-width: 1199px) {
    html, body {
        min-width: 961px;
        font-size: 14px; }
    .wrap {
        padding-right: 15px;
        padding-left: 15px; }
    .wrap img {
        max-width: 100%; }
    .pageTitle h3 {
        font-size: 30px; }
    .get-yanshi .int {
        height: 35px;
        width: 180px;
        font-size: 20px; }
    .get-yanshi .int::-webkit-input-placeholder {
        font-size: 16px;
        transform: translateY(0px); }
    .get-yanshi .btn {
        line-height: 35px; }
    .headerTop.headerBg h1 > a::before {
        display: none; }
    .headerTop .wrap {
        padding: 0 15px; }
    .headerTop h1 {
        margin-right: 0; }
    .headerTop li {
        margin-left: 20px; }
    .headerTop li:first-child {
        margin-left: 0; }
    .bottomTail li {
        margin-left: 15px; }
    .bannerBox .banner {
        height: 450px; }
    .bannerBox .title {
        font-size: 24px; }
    .bannerBox .subtitle {
        font-size: 14px; }
    .bannerBox .swiper-pagination {
        bottom: 70px !important;
        padding-left: 15px; }
    .bannerBox .advertising {
        bottom: 10px; }
    .exhibitionBox .swiperBox {
        padding: 0 15px 200px 15px; }
    .conversionRateBox li, .conversionEfficiencyBox li {
        font-size: 16px; }
    .conversionRateBox .swiper-slide, .conversionEfficiencyBox .swiper-slide {
        flex-direction: column; }
    .conversionRateBox .cont, .conversionEfficiencyBox .cont {
        margin-right: 0;
        text-align: center;
        width: 80%;
        margin-bottom: 20px; }
    .conversionEfficiencyBox .cont {
        margin-bottom: 0;
        margin-top: 20px; }
    .conversionEfficiencyBox .list {
        margin: 20px auto 0 auto; }
    .aboutHelpBox img {
        width: 60%; }
    .aboutDg {
        padding: 0 15px; }
    .aboutDg .textCont {
        width: 400px; }
    .aboutTeam .imgList {
        justify-content: space-around; } }

@media screen and (max-width: 960px) {
    html, body {
        min-width: 320px;
        font-size: 14px; }
    .lineText, .lineText2, .lineText3 {
        overflow: hidden;
        text-overflow: ellipsis; }
    .lineText2, .lineText3 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        box-orient: vertical; }
    .lineText {
        white-space: nowrap; }
    .lineText2 {
        -webkit-line-clamp: 2; }
    .lineText3 {
        -webkit-line-clamp: 3; }
    .wrap {
        padding-right: 15px;
        padding-left: 15px; }
    .wrap img {
        max-width: 100%; }
    .pageTitle {
        margin-bottom: 30px;
        line-height: 1.4; }
    .pageTitle h3 {
        font-size: 20px; }
    .pageTitle .subtitle {
        font-size: 14px; }
    .get-yanshi .int {
        height: 35px;
        width: 180px;
        font-size: 20px; }
    .get-yanshi .int::-webkit-input-placeholder {
        font-size: 16px;
        transform: translateY(0px); }
    .get-yanshi .btn {
        line-height: 35px; }
    .headerTop {
        background: #fff;
        position: sticky;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        transition: all ease .3s; }
    .headerTop.headerBg .wrapBox {
        max-width: 1920px;
        margin: 0 auto;
        color: #fff; }
    .headerTop.header_float {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 20;
        background: none; }
    .headerTop.header_float.fixed {
        background: #fff; }
    .headerTop h1 {
        display: flex;
        align-items: center; }
    .headerTop h1 > a {
        display: inline-block;
        position: relative;
        width: 200px;
        height: 0;
        padding-top: 60px;
        overflow: hidden; }
    .headerTop h1 > a::after {
        background: url(../images/logo.png) no-repeat center center;
        background-size: contain; }
    .headerTop .wrap {
        display: flex;
        align-items: center; }
    .headerTop ul {
        margin-left: auto;
        margin-right: 20px; }
    .headerTop li {
        float: left;
        position: relative;
        margin: 0 22.5px;
        border-bottom: 1px solid #eee; }
    .headerTop li:last-child {
        border: none; }
    .headerTop li > a {
        line-height: 42px;
        display: block;
        font-size: 16px;
        position: relative; }
    .headerTop .menu {
        padding-bottom: 10px; }
    .headerTop .menu a {
        color: #333549; }
    .headerTop .menuBig::before {
        left: 180px; }
    .headerTop .menuUl {
        display: flex;
        flex-wrap: wrap; }
    .headerTop .menuUl a {
        cursor: pointer;
        width: 50%;
        transition: all ease .3s; }
    .headerTop .menuUl a p {
        font-size: 14px;
        display: none; }
    .headerTop .menuUl a .title {
        position: relative; }
    .headerTop .menuSmall {
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap; }
    .headerTop .menuSmall::before {
        left: 50%;
        transform: translateX(-50%); }
    .headerTop .menuSmall a {
        display: block;
        position: relative;
        flex-basis: 50%;
        padding: 0 0 0 25px; }
    .headerTop .menuSmall a:nth-last-of-type(1) {
        margin-bottom: 0; }
    .headerTop .menuSmall a::before {
        content: '';
        width: 25px;
        height: 25px;
        position: absolute;
        bottom: 0px;
        left: 0;
        transform: scale(0.7);
        transform-origin: center left; }
    .headerTop h1 > a::after,
    .headerTop h1 > a::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 0;
        left: 0; }
    .headerTop .menuUl a:nth-last-of-type(1),
    .headerTop .menuUl a:nth-last-of-type(2) {
        margin-bottom: 0; }
    .headerTop.headerBg .login {
        display: none; }
    .menu_icon {
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 15px;
        z-index: 2;
        color: #636775; }
    .headerTop.headerBg.show ul {
        display: block; }
    .headerTop.headerBg ul {
        display: none; }
    .headerTop.headerBg ul.aBox {
        position: fixed;
        left: 0;
        margin: 0;
        top: 60px;
        right: 0;
        bottom: 0;
        z-index: 10;
        background: #fff; }
    .headerTop.headerBg ul li {
        float: none; }
    .headerTop.headerBg ul li > a {
        color: #0061FF; }
    .headerTop h5 {
        display: none; }
    .headerTop.headerBg .wrapBox {
        padding: 0 0 0 15px; }
    .headerTop h1 {
        transform: scale(0.5);
        transform-origin: left center; }
    .bannerBox .swiper-slide {
        height: 240px; }
    .bannerBox .swiper-pagination, .bannerBox .banner {
        display: none; }
    .bannerBox .advertising {
        bottom: 20px; }
    .bannerBox .swiper-container {
        height: 100%;
        background: none; }
    #formTck .formTckCont {
        width: 80%;
        padding: 20px; }
    #formTck .formTckCont .fromItem {
        width: 100%;
        margin: 20px 0 0 0;
        padding: 0; }
    #formTck .formTckCont .btn {
        margin-top: 30px;
        padding: 0 60px; }
    #formTck .formBox {
        max-height: 400px;
        overflow-y: auto; }
    #formTck .el-select {
        width: 100%; }
    .bottomTail {
        padding: 0; }
    .bottomTail > .wrap {
        display: none; }
    .bottomTail .line {
        border: none;
        padding: 30px 15px 100px 15px;
        text-align: center;
        margin-top: 0;
        flex-direction: column; }
    .bottomTail .left {
        flex-basis: 20px; }
    .bottomTail .links {
        display: none; }
    .bottomTail .beian {
        padding-bottom: 60px; }
    .service, .get_wq_, .scheme {
        display: none; }
    .issueBox, .helpBox {
        padding: 30px 0; }
    .issueBox ul, .helpBox ul {
        flex-wrap: wrap; }
    .issueBox li, .helpBox li {
        flex: none;
        width: 50%;
        text-align: center; }
    .issueBox .text, .helpBox .text, .issueBox .news_page .list .time, .news_page .list .issueBox .time, .helpBox .news_page .list .time, .news_page .list .helpBox .time {
        margin-top: -10px; }
    .doubtBox {
        padding: 30px 0; }
    .doubtBox ul {
        justify-content: space-between; }
    .doubtBox li {
        margin: 40px 15px 0 0;
        width: calc(50% - 8px); }
    .doubtBox li:nth-of-type(3n) {
        margin-right: 15px; }
    .doubtBox li:nth-of-type(2n) {
        margin-right: 0; }
    .exhibitionBox .table .item {
        min-width: auto;
        font-size: 14px;
        line-height: 32px;
        flex: 1;
        margin-right: 15px; }
    .exhibitionBox .table .item:nth-last-of-type(1) {
        margin-right: 0; }
    .exhibitionBox .swiperBox {
        margin-top: 20px;
        padding: 0 15px 100px 15px; }
    .exhibitionBox .swiperBox .wrap {
        padding: 15px;
        border-radius: 12px; }
    .exhibitionBox .swiperBox .swiperTable ul {
        align-items: flex-end; }
    .exhibitionBox .swiperBox .swiperTable li {
        margin-right: 15px;
        min-width: auto; }
    .comprehensiveBox {
        padding: 30px 0; }
    .comprehensiveBox .wrap {
        padding: 0 15px; }
    .comprehensiveBox .bg4 {
        width: 160px; }
    .comprehensiveBox .logo {
        width: 60px; }
    .conversionRateBox, .conversionEfficiencyBox {
        padding: 30px 0; }
    .conversionRateBox .swiper-slide, .conversionEfficiencyBox .swiper-slide {
        flex-direction: column; }
    .conversionRateBox .cont, .conversionEfficiencyBox .cont {
        margin-right: 0;
        margin-left: 0;
        text-align: center;
        margin-bottom: 20px; }
    .conversionEfficiencyBox .cont {
        margin-bottom: 0;
        margin-top: 20px; }
    .conversionEfficiencyBox .list {
        margin: 0px auto; }
    .suitableBox {
        padding: 30px 0; }
    .suitableBox .cont {
        flex-direction: column; }
    .suitableBox .left {
        margin: 0 auto;
        text-align: center;
        margin-top: -20px;
        margin-bottom: 30px; }
    .suitableBox .left::after {
        display: none; }
    .suitableBox ul {
        width: 100%; }
    .suitableBox li {
        width: 100%;
        height: auto;
        margin: 15px 0 0 0;
        padding: 30px 20px; }
    .honorBox {
        padding: 30px 0; }
    .honorBox .imgList {
        justify-content: space-between; }
    .honorBox img {
        margin: 15px 15px 0 0;
        width: calc(50% - 8px); }
    .honorBox img:nth-of-type(5n) {
        margin-right: 0; }
    .honorBox img:nth-of-type(2n) {
        margin-right: 0; }
    .aboutHelpBox {
        margin-top: 30px; }
    .aboutHelpBox .wrap {
        flex-direction: column; }
    .aboutHelpBox p {
        margin-top: 10px; }
    .aboutDg {
        margin-top: 30px;
        padding: 0 15px; }
    .aboutDg .wrap {
        padding: 20px 15px 60px 15px;
        background-size: cover; }
    .aboutDg .textCont {
        width: 100%; }
    .aboutTeam {
        padding: 30px 0; }
    .aboutZxb {
        padding: 30px 0;
        background-size: contain; }
    .aboutZxb .pageTitle {
        margin-bottom: 30px; }
    .aboutZxb .bottom {
        margin-top: 15px; }
    .aboutExhibition {
        padding: 30px 0; }
    .aboutExhibition ul {
        margin-top: 0;
        justify-content: space-between; }
    .aboutExhibition li {
        margin: 15px 15px 0 0;
        width: calc(50% - 8px); }
    .aboutExhibition li:nth-of-type(2n) {
        margin-right: 0; }
    .consultBox {
        padding: 30px 0; }
    .consultBox .title {
        font-size: 20px; }
    .consultBox img {
        height: 20px; }
    .news_page {
        padding: 0px 0 30px 0; }
    .news_page .menus {
        top: 59px; }
    .news_page .menus ul {
        overflow-x: auto;
        display: block;
        white-space: nowrap; }
    .news_page .menus li {
        flex: none;
        margin-right: 30px;
        display: inline-block; }
    .news_page .list {
        padding: 0;
        justify-content: space-between; }
    .news_page .list li {
        margin: 15px 15px 0 0;
        width: calc(50% - 8px); }
    .news_page .list li:nth-of-type(3n) {
        margin-right: 15px; }
    .news_page .list li:nth-of-type(2n) {
        margin-right: 0; }
    .news_page .list img {
        height: 130px; }
    .news_page .list .con {
        padding: 10px; }
    .news_page .list h3 {
        font-size: 16px; }
    .newsDetail {
        padding: 15px 0; }
    .newsDetail .wrap {
        flex-direction: column; }
    .newsDetail .content .title {
        padding: 15px; }
    .newsDetail .richText {
        padding: 0 15px 15px; }
    .newsDetail .sidebar {
        width: 100%;
        margin: 30px 0 0 0; } }
