﻿@charset "utf-8";
/* ====================公共样式========================= */
/* 头部 */
.Header-wrapper{width: 100%;position: fixed;z-index: 99999;top: 0;left: 0;background: #fff;user-select: none;box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);}

.Header-wrapper .contain{width: 100%;padding: 0 54px;}

.Header-logo{float: left;height: 82px;display: flex;align-items: center;position: relative;z-index: 999;}
.Header-logo img{height: auto;width:100px;}
.header-txt{float:left;margin-top: 20px; font-size:16px;
    margin-left: 20px;color: #3aabe8;}
    .header-txt span{font-weight:900;}
.Header-lang{float: right;position: relative;z-index: 999;margin-left: 12px;}
.Header-lang-menu{display: flex;align-items: center;height: 82px;}
.Header-lang-menu span{display: block;padding-left: 26px;background: url('img/lang.svg') no-repeat left center /19px auto;line-height: 22px;font-size: 14px;color: #2d9cd8;font-family: Arial;}
.Header-lang.active .Header-lang-menu span{color: #2d9cd8;}
/* 多个语言 */
.Header-lang-more{display: none;z-index: 9;width: 160px;box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);background: #fff;position: absolute;top: 82px;left: 50%;margin-left: -80px;}
.Header-lang-more:before{content: "";display: block;width: 0px;height: 0px;border-style: solid;border-width: 0 8px 8px;border-color: transparent transparent #efefef transparent;position: absolute;top: -8px;left: 50%;margin: 0 0 0 -8px;}
.Header-lang-more a{display: block;font-size: 16px;color: #666;text-align: center;padding: 10px 0;}
.Header-lang-more a span{display: inline-block;}
.Header-lang-more a:hover {color: #fff;background: #3aabe8;}
.Header-lang.active .Header-lang-more{display: block;animation: langInUp .4s ease-out;}
@keyframes langInUp{0% {transform: translateY(20px);opacity: 0.5;}100% {transform: translateY(0);opacity: 1;}}

/* 登录 */
.Header-login{float:right;position:relative;margin-left:20px}
.Header-login-menu{display:flex;align-items:center;height:82px}
.Header-login-menu span{display:block;padding-left:26px;background:url(img/login.png) no-repeat left center/19px auto;line-height:22px;font-size:14px;color:#2d9cd8;font-family:Arial}
.Header-login-more{display: none;z-index: 9;width: 160px;box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);background: #fff;position: absolute;top: 70px;left: 50%;margin-left: -80px;}
.Header-login-more:before{content: "";display: block;width: 0px;height: 0px;border-style: solid;border-width: 0 8px 8px;border-color: transparent transparent #efefef transparent;position: absolute;top: -8px;left: 50%;margin: 0 0 0 -8px;}
.Header-login-more a{display: block;font-size: 16px;color: #666;text-align: center;padding: 10px 0;}
.Header-login-more a span{display: inline-block;}
.Header-login:hover .Header-login-more{display: block;animation: langInUp .4s ease-out;}
@keyframes langInUp{0% {transform: translateY(20px);opacity: 0.5;}100% {transform: translateY(0);opacity: 1;}}

.Header-search{float: right;}
.Header-search-click{width: 40px;height: 82px;cursor: pointer;background: url('img/search.svg') no-repeat center /26px auto;position: relative;z-index: 999;}
.Header-search-click.active{background: url('img/close.svg') no-repeat center/19px auto;}
.Header-search-item{display: none;position: absolute;width: 100%;height: 82px;line-height: 82px;padding-right: 204px;top: 0;left: 0;z-index: 99;text-align: right;}
.Header-search-item.active{display: block;}
.Header-search-item input, .Header-search-item button{display: inline-block;vertical-align: middle;}
.Header-search-item input[type="text"]{width: 0px;height: 40px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);font-size: 16px;color: #555;}
.Header-search-item.active input[type="text"]{animation: HeaderSearch 0.8s ease both;}
@keyframes HeaderSearch{0%{width: 0;}100%{width: 520px;}}
.Header-search-item button{width: 50px;height: 40px;background: url('img/search.svg') no-repeat center /26px auto;cursor: pointer;margin-right: 0;}

.Header-navbar{float: right;margin-right: 54px;transition: all .4s ease}
.Header-navbar.hide {transform: scale(0);}
body.PC .Header-navbar{display: block !important;}
.Header-navbar li{float: left;margin: 0 26px;position: relative;z-index: 9;}
.Header-navbar li:last-child{margin-right: 0;}
.Header-navbar li:first-child{margin-left: 0;}
.Header-menu{position: relative;height: 82px;display: flex;align-items: center;font-size: 17px;color: #555;transition: all .4s ease;}
.Header-menu::before{content: "";width: 0;left: 0;right: 0;margin: 0 auto;height: 2px;position: absolute;bottom: 0;background: #3aabe8;transition: all .4s ease;}
.Header-navbar li:hover .Header-menu, .Header-navbar li.active .Header-menu{color: #3aabe8;}
.Header-navbar li:hover .Header-menu::before, .Header-navbar li.active .Header-menu::before{width: 100%;}
.Header-arrow{display: none;}
.Header-drop{display: none;position: absolute;background: rgba(255, 255, 255, 0.96);top: 82px;left: 50%;width: 170px;margin-left: -85px;}
.Header-drop a{display: flex;width: 100%;height: 52px;align-items: center;justify-content: center;transition: background .4s ease;}
.Header-drop a span{font-size: 15px;color: #444;padding-right: 24px;background: url('img/arrRW.svg') no-repeat right center/19px auto;transition: all .4s ease;}
.Header-drop a.active, .Header-drop a:hover{background: #3aabe8;color: #fff;}
.Header-drop a.active span, .Header-drop a:hover span{color: #fff;background-image: url('img/arrRW.svg');}

.Header-navclick{display: none;width: 24px;height: 60px;cursor: pointer;float: right;user-select: none;align-items: center;}
.Header-navclick span{width: 100%;height: 2px;background: #666;display: block;position: relative;transition: all .2s linear;}
.Header-navclick span:before,.Header-navclick span:after{content: "";position: absolute;height: 2px;background: #666;display: block;left: 0;width: 100%;transition: all .2s linear;}
.Header-navclick span:before{top: -7px;}
.Header-navclick span:after{top: 7px;}
.Header-navclick.active span{-moz-animation: buttonAnimation 0.3s ease forwards;-webkit-animation: buttonAnimation 0.3s ease forwards;animation: buttonAnimation 0.3s ease forwards;}
.Header-navclick.active span:before{-moz-animation: buttonAnimationBefore 0.3s ease forwards;-webkit-animation: buttonAnimationBefore 0.3s ease forwards;animation: buttonAnimationBefore 0.3s ease forwards; }
.Header-navclick.active span:after{-moz-animation: buttonAnimationAfter 0.3s ease forwards;-webkit-animation: buttonAnimationAfter 0.3s ease forwards;animation: buttonAnimationAfter 0.3s ease forwards;}
@-moz-keyframes buttonAnimationBefore {
    0% {-moz-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0);}
    50% {-moz-transform: translateY(7px) rotate(0);transform: translateY(7px) rotate(0);}
    100% {-moz-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg);}
}
@-webkit-keyframes buttonAnimationBefore {
    0% {-webkit-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0);}
    50% {-webkit-transform: translateY(7px) rotate(0);transform: translateY(7px) rotate(0);}
    100% {-webkit-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg);}
}
@keyframes buttonAnimationBefore {
    0% {-moz-transform: translateY(0px) rotate(0);-ms-transform: translateY(0px) rotate(0);-webkit-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0);}
    50% {-moz-transform: translateY(7px) rotate(0);-ms-transform: translateY(7px) rotate(0);-webkit-transform: translateY(7px) rotate(0);transform: translateY(7px) rotate(0);}
    100% {-moz-transform: translateY(7px) rotate(45deg);-ms-transform: translateY(7px) rotate(45deg);-webkit-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg);}
}
@-moz-keyframes buttonAnimationAfter {
    0% {-moz-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0);}
    50% {-moz-transform: translateY(-7px) rotate(0);transform: translateY(-7px) rotate(0);}
    100% {-moz-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) rotate(-45deg);}
}
@-webkit-keyframes buttonAnimationAfter {
    0% {-webkit-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0);}
    50% {-webkit-transform: translateY(-7px) rotate(0);transform: translateY(-7px) rotate(0);}
    100% {-webkit-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) rotate(-45deg);}
}
@keyframes buttonAnimationAfter {
    0% {-moz-transform: translateY(0) rotate(0);-ms-transform: translateY(0) rotate(0);-webkit-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0);}
    50% {-moz-transform: translateY(-7px) rotate(0);-ms-transform: translateY(-7px) rotate(0);-webkit-transform: translateY(-7px) rotate(0);transform: translateY(-7px) rotate(0);}
    100% {-moz-transform: translateY(-7px) rotate(-45deg);-ms-transform: translateY(-7px) rotate(-45deg);-webkit-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) rotate(-45deg);}
}
@-moz-keyframes buttonAnimation {
    0% {background: transparent;}
    50% {background: rgba(255, 255, 255, 0);}
    100% {background: rgba(255, 255, 255, 0);}
}
@-webkit-keyframes buttonAnimation {
    0% {background: transparent; }
    50% {background: rgba(255, 255, 255, 0);}
    100% {background: rgba(255, 255, 255, 0);}
}
@keyframes buttonAnimation {
    0% {background: transparent; }
    50% {background: rgba(255, 255, 255, 0);}
    100% {background: rgba(255, 255, 255, 0);}
}

/* 底部 */
.Footer-wrapper{width: 100%;background: #f5f5f5 url('img/Fbg.jpg') no-repeat left bottom;position: relative;z-index: 9;}
.Footer-items{width: 100%;padding: 96px 0;display: flex;flex-wrap: wrap;justify-content: space-between;}
.Footer-logo{color: #29abdc;width: 234px;}
.Footer-logo h2{font-size: 18px;line-height: 1;font-weight: 700;margin: 20px 0 8px;}
.Footer-logo p{font-size: 16px;line-height: 1;font-weight: 700;}
.Footer-navbar{width: 790px;overflow: hidden;user-select: none;}
.Footer-navbar ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.Footer-navbar li{width: auto;}
.Footer-menu{font-size: 20px;color: #29abdc;font-weight: 700;display: block;}
.Footer-drop{width: 100%;margin-top: 12px;}
body.PC .Footer-drop{display: block !important;}
.Footer-drop a{display: block;font-size: 15px;color: #888;line-height: 1;padding: 9px 0;transition: all .4s ease;}
.Footer-drop a:hover{color: #3aabe8;}
.Footer-copyright{width: 100%;border-top: 1px solid #d6d6d6;padding: 20px 0;overflow: hidden;}
.Footer-copyright h6, .Footer-copyright p{color: #888;line-height: 24px;font-size: 15px;}
.Footer-copyright p{float: left;}
.Footer-copyright h6{float: right;}
.Footer-info{width: 274px;}
.Footer-info-email{width: 100%;position: relative;padding-right: 60px;}
.Footer-info-email input{display: block;width: 100%;height: 34px;color: #767676;font-size: 13px;background: #e8e8e8;border: 1px solid #dbdbdb;border-right: none;padding: 0 16px;}
.Footer-info-email input::-webkit-input-placeholder{color: #767676;font-size: 13px;}
.Footer-info-email input:-moz-placeholder{color: #767676;font-size: 13px;}
.Footer-info-email input::-moz-placeholder{color: #767676;font-size: 13px;}
.Footer-info-email input:-ms-input-placeholder{color: #767676;font-size: 13px;}
.Footer-info-email button{cursor: pointer;position: absolute;width: 60px;height: 34px;right: 0;top: 0;background: #2d9cd8;font-size: 15px;color: #fff;}
.FooterCode{width: 100%;font-size: 0;margin-top: 18px;text-align: right;}
.FooterCode a{display: inline-block;vertical-align: middle;position: relative;margin-left: 12px;}
.FooterCode a:first-child{margin-left: 0;}
.FooterCode a i{display: flex;width: 34px;height: 34px;align-items: center;justify-content: center;border-radius: 50%;background: #8d8d8d;transition: all .4s ease;}
.FooterCode a i img{width: 22px;}
.FooterCode-img{display: none;width: 152px;height: 152px;padding: 6px;position: absolute;bottom: 48px;left: 50%;margin-left: -76px;background: #fff;border-radius: 4px;}
.FooterCode-img::after{content: "";display: block;width: 0px;height: 0px;border: 8px solid transparent;border-top-color: #fff;position: absolute;bottom: -16px;left: 50%;margin-left: -8px;}
.FooterCode-img img{width: 100%;height: 100%;object-fit: cover;}
.FooterCode a:hover .FooterCode-img{display: block;animation: FooterCode .6s ease-in-out both;}
.FooterCode a:hover i{background: #2d9cd8;}
@keyframes FooterCode{0%{transform: translateY(-14px);}100%{transform: translateY(0);}}

/* 中间+共用部分 */
.Container-wrapper{width: 100%;margin-top: 82px;}
.contain-1520, .contain,.contain-1650{margin: 0 auto;}
.contain-1520{width: 1520px;}
.contain-1650{width: 1650px}
.contain{width: 1300px;}

/* 悬浮右侧 */
.sideBar-wrapper{position: fixed;z-index: 9999;right: 2px;top: 50%;transform: translateY(-50%);}
.sideBar-wrapper li{position: relative;margin-top: 2px;}
.sideBar-wrapper li:first-child{margin-top: 0;}
.sideBar-icon{display: flex;width: 53px;height: 50px;border-right: 5px;position: relative;align-items: center;justify-content: center;overflow: hidden;}
.sideBar-icon img{width: auto;position: relative;z-index: 2;}
.sideBar-icon::before, .sideBar-icon::after{width: 100%;height: 100%;top: 0;left: 0;content: "";position: absolute;transition: all .4s ease;}
.sideBar-icon::before{background: url('img/sideBarBg.png') no-repeat center/100% 100%;opacity: 1;}
.sideBar-icon::after{background: url('img/sideBarBgH.png') no-repeat center/100% 100%;opacity: 0;}
.sideBar-wrapper li:hover .sideBar-icon::before{opacity: 0;}
.sideBar-wrapper li:hover .sideBar-icon::after{opacity: 1;}
.sideBar-info{display: none;position: absolute;right: 53px;width: 184px;padding-right: 16px;top: 50%;transform: translateY(-50%);}
.sideBar-info::after{content: "";width: 0;height: 0;border-style: solid;border-width: 10px 0 10px 10px;border-color: transparent transparent transparent#fff;position: absolute;top: 50%;margin-top: -10px;right: 6px;}
.sideBar-info p{display: flex;align-items: center;justify-content: center;width: 100%;;height: 50px;border-radius: 5px;background: #fff;box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);font-size: 18px;font-weight: 700;color: #2db0df;}
.sideBar-info p img{width: 140px;height: 140px;}
.sideBar-info.code p{height: auto;padding: 14px 0;}
.sideBar-wrapper li:hover .sideBar-info{display: block;}
@media all and (max-width:1439px) {
    .sideBar-wrapper {right: 12px;}
}
@media all and (max-width:640px) {
    .sideBar-wrapper {right: 4px;display: none;}
    .sideBar-icon {width: 42px;height: 40px;}
    .sideBar-wrapper li {margin-top: 4px;}
    .sideBar-info p{font-size: 16px;height: 40px;}
    .sideBar-info {right: 42px;width: 176px;}
    .sideBar-info::after {border-width: 8px 0 8px 8px;margin-top: -8px;right: 8px;}
    .sideBar-info.code p {padding: 10px 0;}
}

/* 视频弹窗 */
.popVideo{display: none;opacity: 0;align-items: center;justify-content: center;position: fixed;z-index: 999999;width: 100%;height: 100%;background: rgba(0,0,0,.5);top: 0;left: 0;}
.popVideo-items{width: 1000px;position: relative;display: none;padding: 34px 34px 0;}
.popVideo-video{width: 100%;}
.popVideo-video video{width: 100%;}
.popVideo-video iframe{width: 100%;height: 500px;}
.popVideo-close{width: 30px;height: 30px;position: absolute;right: 0;top: 0;z-index: 3;background: url('img/closeW.svg') no-repeat center/24px auto;cursor: pointer;opacity: .7;transition: all .6s ease;}
.popVideo-close:hover{opacity: 1;}
@media all and (max-width:1100px) {.popVideo-items{width: 92%;padding: 34px 0 0;}.popVideo-close{right: 0;}.popVideo-video iframe{height: 400px;}}
@media all and (max-width:640px) {.popVideo-video iframe{height: 200px;}}


/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
    .contain-1520,.contain-1650{width: 1400px}
    .Footer-navbar {width: 740px;}
}

@media all and (max-width:1599px) {
    /* 1440 × (700)  */
    .contain-1520,.contain-1650{width: 1200px;}
    .contain{width: 1200px}
    .Footer-navbar {width: 620px;}
    .Footer-info {width: 230px;}
    .Footer-info-email input {padding: 0 12px;}
    .Footer-menu {font-size: 18px;}
    .Footer-items {padding: 80px 0;}
}

@media all and (max-width:1439px) {
    /* 1360 */
}

@media all and (max-width:1359px) {
    /* 1280 */
}

@media all and (max-width:1279px) {
    /* 1152 × (700) */
    .contain-1520,.contain-1650{width: 960px;}
    .contain{width: 960px;}
    .Header-navbar li {margin: 0 20px;}
    .Header-navbar {margin-right: 44px;}
    .Header-search-item {padding-right: 196px;}
    .Footer-items {padding: 66px 0;}
    .Footer-logo{width: 100%;margin-bottom: 30px;}
    .Header-wrapper .contain{padding: 0 4%;}
}

@media all and (max-width:1151px) {
    /* 1024 */
    .Header-navbar li {margin: 0 16px;}
    .Header-navbar {margin-right: 36px;}
    .Header-search-item {padding-right: 186px;}
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .contain-1520, .contain,.contain-1650{width: 92%;}
    .Container-wrapper{margin-top: 60px;}
    .Header-wrapper .contain{padding: 0;}
    .Header-wrapper::after{content: "";width: 100%;height: 1px;position: absolute;background: rgba(0, 0, 0, 0.1);left: 0;bottom: 0;}
    .Header-logo, .Header-search-click, .Header-lang-menu{height: 60px;}
    .Header-logo{margin-left: 4%;}
    .Header-logo img{max-height: 44px;}
    .Header-navclick{display: flex;margin-right: 4%;}
    .Header-lang{margin: 0 14px 0 6px;}
    .Header-lang-more{width: 120px;margin-left: -60px;top: 60px;}
    .Header-lang-more a{padding: 6px 0;}
    .Header-navbar{display: none;position: absolute;width: 100%;margin-right: 0;height: calc(100vh - 60px);top: 60px;left: 0;padding: 20px 0;background: #fff;}
    .Header-navbar ul{display: block;width: 100%;height: 100%;overflow-x: hidden;overflow-y: auto;-webkit-overflow-scrolling: touch}
    .Header-navbar li{display: block;width: 100%;opacity: 0;transform: translateY(32px);transition: all .4s ease;margin: 0;}
    .Header-navbar.active li{opacity: 1;transform: translateY(0);}
    .Header-menu{height: 44px;padding: 0 4%;}
    .Header-menu::before{display: none;}
    .Header-arrow{display: block;width: 44px;height: 44px;position: absolute;z-index: 9;right: 0;top: 0;background: url('img/arrD.svg') no-repeat center /18px auto;}
    .Header-arrow.active{transform: rotate(180deg);}
    .Header-navbar li:hover .Header-menu{color: #555;font-weight: 500;}
    .Header-navbar li.active .Header-menu{color: #3aabe8;}
    .Header-drop {position: relative;top: 0;background: #f1f1f1;left: 0;width: 100%;margin-left: 0;overflow: hidden;padding: 8px 0;}
    .Header-drop a {height: 34px;justify-content: flex-start;padding: 0 4%;}
    .Header-search-item {display: none;width: 100%;line-height: normal;height: 45px;top: 60px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);padding: 0;}
    .Header-search-item .contain {padding-right: 0;}
    .Header-search-item input[type="text"]{width: 100%;height: 44px;padding: 0 50px 0 4%;border-bottom: none;}
    .Header-search-item.active input[type="text"] {animation: none;}
    .Header-search-item button{position: absolute;right: 0;top: 0;width: 44px;height: 46px;top: -1px;background: #3aabe8 url('img/searchW.svg') no-repeat center /26px auto !important;z-index: 2;}
    .Header-search-click.active {background-image: url('img/close.svg') !important;}
    .Header-search-click {background-image: url('img/search.svg') !important;}

    .Footer-wrapper .contain-1520 {width: 100%;}
    .Footer-items{padding: 40px 0 32px;}
    .Footer-logo {margin-bottom: 16px;padding: 0 4%;}
    .Footer-navbar{width: 100%;}
    .Footer-navbar li{width: 100% !important;}
    .Footer-menu {height: 36px;line-height: 36px;padding: 0 4%;position: relative;font-size: 16px;}
    .Footer-menu::after{content: "";width: 44px;height: 36px;position: absolute;z-index: 9;right: 0;top: 0;background: url('img/arrDC.svg') no-repeat center /18px auto;}
    .Footer-menu.active::after{transform: rotate(180deg);}
    .Footer-drop{display: none;margin-top: 0;padding: 6px 0;}
    .Footer-drop a{padding: 6px 4%;}
    .Footer-info{width: 100%;margin-top: 20px;padding: 0 4%;}
    .Footer-copyright {padding: 18px 4%;}
    .Footer-copyright p{width: 100%;margin-bottom: 6px;}
    .Header-login-menu{height: 60px}
    .Header-login{margin: 0 10px 0 0}
}

.indTitle{width: 100%;text-align: center;}
.indTitle h2{font-size: 42px;color: #333;line-height: 1;margin-bottom: 26px;font-weight: 700;}
.indTitle p{font-size: 16px;color: #777;line-height:32px;max-width:1250px;margin:0 auto;text-align:left}
.indTitle.white h2, .indTitle.white p{color: #fff;}

.indgy{width: 100%;background-repeat: no-repeat;background-size: cover;background-position: top center;padding: 150px 0 120px;}
/* ---- */
.indgy .indMore{margin: 62px auto 0;}
.indgy-num{display: flex;width: 100%;overflow: hidden;margin-top: 50px;flex-wrap: wrap;}
.indgy-num li{width: 25%;text-align: center;color: #fff;position: relative;float: left;}
.indgy-num li h6{line-height: 1;font-size: 80px;font-weight: 700;font-family:'DINCond';}
.indgy-num li p{line-height: 1;font-size: 16px;margin-top: 2px;}
.indgy-num li::after{content: "";border: 1px dashed rgba(255,255,255,.5);position: absolute;right: 0;top: 0;height: 100%;}
.indgy-num li:last-child:after{display: none;}

.indkq{width: 100%;background-repeat: no-repeat;background-size: cover;background-position: top center;padding: 140px 0 120px;}
.indkq .indTitle{text-align: left;float: left;width: auto;}
.indkq .indxw-mix{padding: 0 0 20px;border-bottom: 1px solid #e7e7e7;     overflow: hidden;}
.indkq-mix{width: 100%;margin-top: 40px;display: flex;justify-content: space-between;}
.indkq-cont{width: auto;}
.indkq-cont-list{display: block;width: 100%;}
.indkq-cont-list li{display: block;margin-top: 14px;padding-left: 42px;font-size: 16px;color: #444;line-height: 30px;}
.indkq-cont-list li:first-child{margin-top: 0;}
.indkq-cont-list li i{display: inline-block;width: 20px;}
.indkq-cont-list li.dz{background: url('img/indkq1.png') no-repeat left top;}
.indkq-cont-list li.dh{background: url('img/indkq2.png') no-repeat left top 2px;}
.indkq-cont-list li.cz{background: url('img/indkq3.png') no-repeat left top 1px;}
.indkq-cont-list li.yx{background: url('img/indkq4.png') no-repeat left top 5px;}
.indkq-cont-more{display: flex;align-items: center;justify-content: center;transition: all .4s ease;width: 148px;height: 50px;border-radius: 25px;border: 2px solid #47c3f1;font-size: 18px;color: #29abdc;font-weight: 700;margin-top: 46px;}
.indkq-cont-more:hover{background: #47c3f1;color: #fff;}
.indkq-code-li{display: inline-block;vertical-align: top;margin-left: 50px;text-align: center;}
.indkq-code-li:first-child{margin-left: 0;}
.indkq-code-li img{width: 131px;height: 131px;}
.indkq-code-li p{font-size: 16px;color: #444;line-height: 1;margin-top: 12px;}

.msg-main11{ width:40%}
.msg-main11 .inline-input{ margin-bottom:15px}
.msg-main11 .inline-input.row{width:100%}
.msg-main11 .inline-input input,.msg-main .inline-input select{width:100%;background:#efefef;padding:0 32px;height:56px;font-size:16px;color:#888}
.msg-main11 .inline-input select{background:#fff url(img/select-icon.png) no-repeat center right 32px/16px 8px}
.msg-main11 textarea{width:100%;height:100%;background:#fff;padding:32px;border:0}
.msg-main11 .bott{width:100%;display:flex;justify-content:space-between}
.msg-main11 .bott .inline-input{position:relative;width:86%}
.msg-main11 .bott .code{position:absolute;top:0;right:0;height:56px;width:70px;display:flex;align-items:center;justify-content:center;cursor:pointer}
.msg-main11 .bott .code img{width:100%}
.msg-main11 .bott .submit-btn{display:block;width:100%;height:56px;text-align:center;line-height:56px;background:#47c3f1;color:#fff;font-size:16px}
.pc{ display:block;}
.wap{ display:none}
@media all and (max-width:640px) {
	.pc{ display:none;}
.wap{ display:block}
    /* 移动终端以上 360 适配 */
    .Header-login-menu span,.Header-lang-menu span{font-size: 0}

.header-txt{font-size:10px;}
.indkq-mix{display:block}
.indkq-cont-more{display:none}
.msg-main11{width:100%;margin-top:36px; margin-bottom:35px;}
.indkq {
    padding: 40px 0;
}
.indTitle h2 {
    font-size: 24px;

    margin-bottom: 12px;
}
}