body {
    font-size: 13px;
}

#app {
    overflow: hidden;
    position: relative;
}

ul {
    padding: 0;
}

.mobile-header {
    height: 43px;
}

.nav-collapse {
    width: 55%;
    padding-top: 64px;
    font-size: 17px;
    position: fixed;
    height: 100%;
    background: #222222;
}

.nav-collapse ul li {
    /* padding-left: 20px; */
    line-height: 50px;
    cursor: pointer;
}

.nav-collapse>ul>li a,
.sec-nav {
    color: #ffffff;
    text-decoration: none;
    width: 100%;
    display: inline-block;
    padding-left: 20px;
}

.nav-collapse>ul>li.active a {
    border-left: 6px solid #1aa3a5;
    background-color: #5c5c5c;
}

.nav-collapse>ul>li.active a {
    color: #1aa3a5;
}

.nav-collapse>ul>li.roll .btn-show-sec-nav {
    transform: rotate(90deg);
}

.btn-sidebar-close,
.btn-sidebar-open {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 18px;
}

.btn-sidebar-close {
    background-image: url("/Public/aiqicom/image/mobile/icon_close@2x.png");
    left: 20px;
}

.btn-sidebar-open {
    background-image: url("/Public/aiqicom/image/mobile/icon_cd@2x.png");
    left: 20px;
}

.nav-collapse.menu-show {}

.nav-collapse.menu-hide {
    display: none;
}

.wrap {
    position: relative;
    height: 100%;
    width: 100%;
}

.wrap.menu-show {
    overflow: hidden;
}

/* cal */

.wrap.menu-show {
    left: 55%;
}

.header {
    width: 100%;
    position: fixed;
    text-align: center;
    padding: 10px 5px;
    background-color: #ffffff;
    z-index: 2;
}
.header .logo-img {
    display: inline-block;
    height: 40px;
    width: 80px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("/Public/aiqicom/image/mobile/logo@2x.png");
    background-size: contain;
}

.switch-lan i,.drop-menu i {
    display: inline-block;
    width: 30px;
    height: 30px;
}
.swicth-lan-com {
    position: absolute;
    right: 0;
    display: inline-block;
    margin-top: 10px;
    width: 100px;
    /* background-color: rgba(255, 255, 255, 0.9); */
}

/* .header .switch-lan {
    position: absolute;
    right: 20px;
} */

ul.sec-nav li {
    line-height: 40px;
}

.header-sec {
    padding-top: 45px;
    text-align: center;
    background: #f7f7f7;
}
.sec-nav li.active,
.header-sec li.active {
    color: #1aa3a5;
}

.sign-sec-on,
.sign-sec-off {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.sign-sec-on {
    background-image: url("/Public/aiqicom/image/mobile/icon_jt_l@2x.png");
}

.sign-sec-off {
    background-image: url("/Public/aiqicom/image/mobile/icon_jt_b@2x.png");
}

.btn-show-sec-nav {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("/Public/aiqicom/image/mobile/icon_xx@2x.png");
    background-size: contain;
    margin-top: 14px;
    margin-right: 20px;
    float: right;
}

.share-part {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.share-part-method,
.share-part-qrcode {
    text-align: center;
    width: 100%;
    font-size: 13px;
    color: #ffffff;
}

.share-part-md1,
.share-part-md2 {
    display: inline-block;
}

.share-part-md1 i,
.share-part-md2 i {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 8px;
}

.share-part-md1 {
    color: #1aa3a5;
}

.share-part-md1 i {
    background-image: url("/Public/aiqicom/image/mobile/icon_wx_l@2x.png");
}

.share-part-md2 i {
    background-image: url("/Public/aiqicom/image/mobile/icon_wb_b@2x.png");
}

.share-part-method .separator {
    margin: 0 14px;
    color: #1f6162;
    font-weight: bold;
    vertical-align: middle;
}

.share-part-qrcode img {
    width: 100px;
    height: 100px;
}

.share-part-qrcode {
    margin: 20px auto;
}

.share-part-qrcode div {
    margin: 10px auto;
}

.img-main-banner {
    height: 218px;
}

.mb-item {
    margin-top: 15px;
}

.mb-item img {
    height: 174px;
    width: 100%;
    object-fit: cover;
}

.mb-info {
    padding-left: 0;
    padding-top: 10px;
    position: relative;
}

.mb-info .title,
.mb-info .date,
.mb-info .content {
    margin-bottom: 15px;
}

.mb-info .date {
    font-size: 10px;
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 1px solid #dbdbdb;
}

.mb-info .title {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    height: 32px;
    overflow: hidden;
}

.mb-info .content {
    font-size: 12px;
    line-height: 16px;
    height: 48px;
    overflow: hidden;
    color: #6a6a6a;
    margin-bottom: 10px;
}

.btn-check-more {
    float: right;
    color: #1aa3a5;
}

.content-page {
    overflow: auto;
    padding-top: 65px;
}

.footer .copyright,
.copyright {
    text-align: center;
    padding: 10px 0 20px 0;
    width: 90%;
    margin: auto;
    letter-spacing: 1px;
}

.footer {
    background-color: #474747;
    color: #ffffff;
    font-size: 14px;
}

.footer-desc-contact {
    text-align: left;
    padding: 15px 0;
    margin: 0 10px;
    border-bottom: 1px solid;
}

.footer-desc-contact .title {
    margin-left: 51px;
}

.footer-desc-contact li {
    margin: 15px 0;
}

.f-address i,
.f-email i,
.f-tel i {
    display: inline-block;
    vertical-align: bottom;
    height: 20px;
    width: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 15px;
}

.f-address i {
    background-image: url("/Public/aiqicom/image/pc/icon_dz.png");
}

.f-email i {
    background-image: url("/Public/aiqicom/image/pc/icon_yx.png");
}

.f-tel i {
    background-image: url("/Public/aiqicom/image/pc/icon_call.png");
}

.header-sec li {
    display: inline-block;
    width: 105px;
    font-size: 16px;
    padding: 8px 0;
}

/* 移动端 资讯页面 */

#carousel-example-generic {
    height: 200px;
}

.msg-wrap {
    /* padding-top: 30px; */
    overflow-y: auto;
    height: 100%;
}

.msg-page.content-page {
    overflow: hidden;
    height: auto;
    padding-top: 15px;
}

/* .msg-item {
    float: none;
    margin: auto;
    width: 100%;
} */

/* .common-part.msg-item{
    width: 50%;
    display: inline-block;
    padding: 0 15px 0 0;
    margin: 15px 0;
} */

/* .msg-list .common-part:nth-child(2n-1) {
    padding: 0;
} */

.common-part img {
    height: 115px;
    height: 105px;
}
.common-part {
    /* width: 160px; */
    /* width: 155px; */
    margin-bottom: 20px;
}
.msg-bottom {
    text-align: center;
    overflow: hidden;
    width: 100%;
    background-color: #ffffff;
}

a.btn-up {
    right: 15px;
    top: 10px;
    background: white;
}

a.btn-up img {
    height: 38px;
}

a.btn-scan-more {
    width: 136px;
    line-height: 34px;
    font-size: 14px;
}

/* 资讯详情页 */

.info-page.content-page {
    padding-top: 22px;
}

.ifpage-title {
    margin-top: 0;
    font-size: 16px;
    font-weight: bold;
}

.ifpage-date {
    margin: 10px auto;
    font-size: 11px;
}

.ifpage-img {
    height: 270px;
}

.ifpage-desc {
    margin: 28px 0;
    font-size: 14px;
    padding: 0 15px;
}

.popular-part {
    height: auto;
    margin-bottom: 20px;
}

.popular-h {
    font-size: 18px;
    padding: 10px 0;
}

.info-share-method {
    font-size: 14px;
}

.info-share-method-item-img {
    width: 30px;
    margin-left: 0px;
}

.info-share-part {
    float: left;
    margin-bottom: 0px;
    margin-right: auto;
    margin-top: 0;
    /* width: 100%; */
}

.info-share-qrcode {
    width: 100px;
    height: 100px;
}

.btn-info-upmove {
    background-color: white;
    position: fixed;
    right: 14px;
    top: auto;
    bottom: 100px;
}

.btn-info-upmove img {
    width: 38px;
}
.wxshare .info-share-method-item-img {
    width: 32px;
}
/* 产品页 */

/* add */

.product-page .footer-desc-contact {
    width: 100%;
}

.copyright2 div {
    padding-top: 10px;
    border-top: 1px solid #ffffff;
    font-size: 12px;
}

.product-page .footer-desc-contact {
    /* border: none; */
    padding-top: 0;
}

/* about */

.abputText {
    padding: 55px 14px 0;
    font-size: 14px;
}

.nTitle h2 {
    font-size: 28px;
    margin: 0;
}

.nTitle div {
    padding-top: 6px;
    padding-bottom: 15px;
    font-size: 12px;
}

.toggleMenuBox a {
    font-size: 14px;
    padding: 3px 10px;
    margin: 0 10px;
    width: 110px;
    padding: 0;
    line-height: 25px;
}

.teamBox {
    background: #f2f1f1;
    padding: 35px 0;
    padding-bottom: 0px;
}

.teamImgBox {
    background: #fff;
    margin: 6px 0;
    border: none;
    color: #474747;
    width: 100%;
    height: auto;
}

.teamImgBox .name {
    font-size: 18px;
    top: 32px;
    left: 12px;
}

.teamImgBox .name span {
    font-size: 12px;
}

.teamImgBox .poporDesc {
    padding: 20px 12px;
    font-size: 10px;
}

.teamImgBox .poporDesc span {
    font-size: 16px;
}

.toMenu {
    background-image: url(../image/mobile/icon_qh@2x.png);
    width: 22px;
    height: 22px;
    background-size: 100% 100%;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.teamSwiperBox {
    padding: 40px 0 20px;
    padding-bottom: 60px;
}

.teamSwiperBox .swiper-container {
    padding-bottom: 0;
}

.technicalBox {
    padding-bottom: 64px;
}

.partnersBox .nTitle div {
    /* width: 54px; */
    padding-bottom: 4px;
}

.nTitle span {
    font-size: 12px;
}

.partnersBox {
    padding: 20px 0
}

.corporationList {
    padding: 0;
}

.swiperPartBox {
    padding: 20px 0;
}

.swiperPartBox .swiper-container {
    padding-bottom: 40px;
}

.swiperPartBox .swiper-pagination-bullet {
    border: 1px solid #474747;
    border-radius: 100%;
    background: none;
    opacity: 1;
}

.swiperPartBox .swiper-pagination-bullet-active {
    background: #474747;
}

.common-part>div {
    margin-top: 8px;
}

.cp-desc {
    font-size: 10px;
    height: 96px;
    overflow: hidden;
}

.carousel-left,
.carousel-right {
    margin-top: -12px;
    left: 12px;
    width: 24px;
    height: 24px;
}

.carousel-right {
    left: auto;
    right: 12px;
}

/* index.html */

.header {
    padding: 0 5px;
    /* position: relative; */
}

.btn-sidebar-close,
.btn-sidebar-open {
    top: 8px;
}

.content-page {
    padding-top: 45px;
}

.mb-item {
    border: 1px solid #d7d7d7;
    padding: 2px;
    padding-right: 8px;
}

.btn-check-more {
    margin-right: 6px;
}

.msg-carousel-caption {
    font-size: 14px;
}
.msg-carousel-caption span{
    font-size: 14px;
    padding: 8px 14px;
}

.info-share-method-item {
    width: auto;
    margin-left: 20px;
}

.info-share-method-item-img {
    width: 30px;
}

/* about.html */
.about-slogen li img {
    width: 60px;
    margin-bottom: 17px;
}
.about-slogen .desc-first {
    font-size: 15px;
    font-weight: bold;
}

.about-slogen .desc-sec,.about-slogen .desc-sec.fixed-width {
    font-size: 10px;
    width: auto;
    min-width: auto;
    margin-top: 7px;
}
.about-slogen li {
    /* margin-left: 10px; */
    /* width: 100px; */
    vertical-align: text-top;
}
.about-slogen-pd {
    padding-top: 43px;
    padding-bottom: 57px;
}


/* about.html */
/* .job-wrap {
    width: 100%;
} */
.job-ceo,.about-job {
    font-size: 13px;
}
.job-ceo{
    line-height: 27px;
}
.job-other-list li{
    line-height: 26px;
}
/* @media only screen  and (max-width: 470px) {
    .job-ceo,.about-job {
        font-size: 14px;
    }
} */
.job-other-list li, .job-ceo {
    padding: 8px 10px;
    margin-bottom: 15px;
    height: 41px;
}

.map-desc-net {
    font-size: 30px;
}
.map-desc-net div{
    font-size: 12px;
}

.map-desc-spot{
    font-size: 14px;
    margin-bottom: 66px;
}
.map-desc-device {
    font-size: 15px;
    margin-bottom: 30px;
}
.map-desc-device div{
    font-size: 12px;
    margin-top: 10px;
}

.map-china-img {
    height: 300px;
    background-position: top right;
    background-size: cover;
}
.map-part-hack {
    position: relative;
}
.map-word-hack{
    /* position: absolute;
    top: 70px;
    right: 0; */
}
.map-img-hack {
    width: 50%;
    margin-bottom: 0;
    position: absolute;
    left: 0;
}
.map-desc-device:nth-last-child(1) {
    margin-bottom: 70px;
}

/* message.html */
.common-part .cp-title{
    font-size: 14px;
    line-height: 16px;
    height: 32px;
    margin-top: 8px;
}
.common-part .cp-date {
    margin-top: 9px;
}
.common-part>div.cp-desc {
    font-size: 11px;
    line-height: 15px;
    height: 60px; 
    margin-top: 13px;
    margin-bottom: 13px;

}

@media only screen and (max-width: 767px) {
    .nav-wrap {
        padding: 0;
    }
}
.map-desc-net {
    margin-bottom: 15px;
    margin-top: 75px;
}
.job-wrap {
    width: 368px;
}
.job-other-list li {
    width: 118px;
    height: 70px;
}

.bank-logo-list img{
}
.bank-logo-item {
    display: inline-block;
    width: 33%;
}


.pro-page-imglist img.pro-down {
    width: 14.7%;
    position: absolute;
    bottom: -17.7%;
    right: 10.2%;
}
.product-page .footer {
    padding-top: 20px;
}

img.map-img-left {
    width: 180px;
}
.pro-intro-word {
    top: 0;
    margin-bottom: 0;
}

.popular-item {
    padding: 8px 0;
}

.scroll-wrap {
    margin-top: 53px;
}
.copryline {
    border-top: 1px solid #f0f0f0;
    margin-top: 30px;
}

.footer-desc-contact ul {
    font-size: 12px;
}

.popular-item img {
    height: 50px;
    width: 67px;
    min-width: auto;
    float: none;
    display: inline-block;
}
.popular-item .desc {
    padding: 0 10px;
    display: inline-block;
    margin-top: 5px;
    max-width: 244px;
}
.info-share-method-item.wxshare:hover .info-share-qrcode{
    position: relative;
    display: block;
    top: 0;
}


.share-tip{
    padding: 10px 10px;
    background-color: #737373;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 2;
    border-radius: 4px;
    color: #ffffff;
}

.share-tip .wechat img{
    width: 20px;
    margin: 0 10px;
    vertical-align: -5px;
}


.msg-bottom .copryline {
    margin-top: 0;
}
.msg-bottom .btn-msg-group {
    margin-bottom: 38px;
}

.en .map-desc-net div {
    font-size: 28px;
    overflow: hidden;
}
.en .map-desc-net b {
    width: 150px;
    display: inline-block;
}
.en .map-desc-spot,.en .map-desc-device div {
    font-size: 14px;
}
.en .map-desc-device b {
    font-size: 18px;
}
.en .map-desc-spot {
    margin-bottom: 26px;
}


.en .teamImgBox .name {
    top: 27px;
}

.en .map-desc-net {

    margin-top: 70px;
}

.en .teamBox .nTitle h2 {
    font-size: 30px;
    margin-bottom: 30px;
}
.en .technicalBox .nTitle h2 {
    font-size: 30px;
    margin-bottom: 40px;
}

.en .job-wrap {
    width: 368px;
}
.en .job-other-list li {
    width: 118px;
}
.en .about-job {
    font-size: 12px;
}
.en .map-desc-device:nth-last-child(1) {
    margin-bottom: 40px;
}
.en .nTitle h2 {
    font-size: 30px;
}
.en .partnersBox .nTitle span {
    font-size: 15px;
}


.drop-menu {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 5px 0;
    position: relative;
}

.switch-lan .tri {
    width: 12px;
    position: absolute;
    top: 12px;
    right: 17px;
}
.en .job-other-list-item::before{
    display: inline-block;
    content:"";
    height: 100%;
    vertical-align: middle;
}
.en .job-other-list-item div{
    display: inline-block;
    vertical-align: middle;
}