html,
body,
#app,
.content-page {
    /* height: 100%; */
}

.content-page {
    /* -webkit-overflow-scrolling: touch;  
    overflow-y: auto;   */
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: auto;
}

[v-cloak] {
    display: none;
}

img {
    max-width: 100%;
    image-rendering:-moz-crisp-edges;
    image-rendering:-o-crisp-edges;
    image-rendering:-webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode:nearest-neighbor;
}

a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

.main-page.content-page {
    /* position: relative; */
    padding-top: 0px;
}

.img-main-banner {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    /*background-position: center center;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-image: url(/Public/aiqicom/image/pc/banner.png);*/
}
.en .img-main-banner {
    background-image: url(/Public/aiqicom/image/pc/en-banner.png);
}

.img-main-banner-2 {
    display: block;
    height: 667px;
    /*background-position: center center;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-image: url("/Public/aiqicom/image/mobile/banner.jpg");*/
}

.en .img-main-banner-2 {
    background-image: url("/Public/aiqicom/image/pc/en-banner.jpg");
}

.carousel-inner,
.carousel-inner .item,
.carousel-img {
    width: 100%;
    height: 100%;
}

.carousel-img {
    display: inline-block;
    height: 100%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* 资讯动态 */

.msg-list {
    font-size: 0;
}

.popular-part {
    height: 420px;
    overflow: hidden;
}

.popular-h img {
    width: 26px;
    width: 26px;
    position: absolute;
    right: 0;
    top: 0;
}

.popular-h {
    font-size: 24px;
    padding: 20px 0;
    position: relative;
}

.popular-item img {
    width: 70px;
    height: 46px;
    object-fit: cover;
    display: inline-block;
    
}

.popular-item .desc {
    vertical-align: top;
    font-size: 14px;
    padding: 0px 10px;
    line-height: 17px;
    height: 32px;
    display: inline-block;
    overflow: hidden;
    max-width: 256px;
    cursor: pointer;
}

.popular-item {
    display: block;
    padding: 20px 0;
    overflow: hidden;
    border-top: 1px solid #e6e4e4;
    cursor: pointer;
}

.popular-part {
    /* float: right; */
    border: 1px solid #e6e4e4;
    padding: 0 15px;
    background: #ffffff;
}
.msg-item.popular-part {
    cursor: auto;
}
.msg-item {
    /* width: 356px; */
    /* margin-right: 20px; */
    margin-bottom: 36px;
    cursor: pointer;
}

/* @media only screen and (min-width: 767px) and (max-width: 996px) {
    .msg-list .msg-item {
        width: 336px;
    }
    .msg-list .msg-item:nth-child(2n-1) {
        float: right;
    }
    .msg-list .msg-item:nth-child(2n) {
        float: left;
    }
  
} */

/* @media only screen and (min-width: 996px) and (max-width: 1200px) {
    .msg-list .msg-item {
        width: 425px;
    }
    .msg-list .msg-item:nth-child(2n-1) {
        float: right;
    }
    .msg-list .msg-item:nth-child(2n) {
        float: left;
    }
} */

.common-part {
    display: inline-block;
    width: 100%;
}

.common-part img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.common-part>div {
    margin-top: 18px;
    font-size: 16px;
}

.common-part .cp-title {
    font-size: 18px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}

.common-part .cp-date {
    font-size: 12px;
    color: #808080;
    margin-top: 14px;
}

.common-part .cp-title {
    margin-top: 18px;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.msg-bottom {
    text-align: center;
    overflow: hidden;
    background-color: #ffffff;
    position: relative;
}

a.btn-up {
    position: absolute;
    top: 15px;
    right: 115px;
}

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

a.btn-scan-more {
    width: 220px;
    display: inline-block;
    text-align: center;
    background-color: red;
    line-height: 60px;
    font-size: 14px;
    color: #ffffff;
    font-size: 18px;
    background-color: #1aa3a5;
    cursor: pointer;
}

a.btn-scan-more.ed {
    background-color: #ccc;
}

.btn-msg-group {
    margin: 15px 0;
    text-align: center;
}

.copyright {
    color: #b2b2b2;
    font-size: 12px;
    cursor: pointer;
}

/* 资讯详情页 */

.cp-desc {
    color: #757779;
    height: 66px;
    line-height: 22px;
    overflow: hidden;
    margin-bottom: 15px;
}

.horizon-line {
    border-bottom: 1px solid #cccccc;
}

/* 资讯导航栏 */

.info-header-sec {}

.sec-header-bg {
    background: #fcfcfc;
    /* padding-top: 100px; */
    position: fixed;
    top: 100px;
    z-index: 1;
    width: 100%;
}

.msg-pc-sec-nav {
    /* margin-right: 320px; */
    overflow: hidden;
    /* margin-right: 401px; */
    float: right;
    margin: 15px 476px 15px 0;
}

.msg-pc-sec-nav li {
    font-size: 18px;
    cursor: pointer;
    display: inline-block;
    /* margin-right: 24px; */
    margin-right: 10px;
}

.msg-pc-sec-nav li.active {
    color: #1aa3a5;
}

.header-sec.info-header-sec li {
    width: auto;
}

.header-sec.info-header-sec>li:nth-child(2) {
    margin: 0 15px;
    color: #1aa3a5;
    font-weight: 700;
}

.info-page.content-page {
    padding-top: 106px;
    text-align: center;
}

.ifpage-title {
    font-size: 24px;
    margin-top: 80px;
}

.ifpage-date {
    margin: 30px auto;
    font-size: 14px;
    color: #757779;
}

.ifpage-img {
    width: 730px;
    height: 450px;
    display: block;
    margin: auto;
}

.ifpage-desc {
    font-size: 16px;
    text-align: left;
    margin: 80px 0;
    padding: 0 150px;
}

.info-share-part {
    margin: 30px 0;
    margin-bottom: 160px;
    float: right;
    margin-right: 200px;
}
.scroll-wrap {
    /* overflow: hidden; */
    position: relative;
    margin-top: 60px;
}

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

.info-share-method-item {
    width: 40px;
    margin-left: 22px;
}

.info-share-method-item.wxshare:hover .info-share-qrcode {
    display: inline-block !important;
}

.info-share-qrcode {
    width: 160px;
    height: 160px;
    object-fit: contain;
    padding: 10px;
    border: 10px solid #fafafa;
    margin: 15px 0;
    position: absolute;
    left: -63px;
    max-width: none;
    z-index: 1;
    display: none;
    top: 28px;
}

.info-share-qrcode {}

.info-share-qrcode img {
    width: 100%;
}

.btn-info-upmove {
    position: fixed;
    top: auto;
    right: 40px;
    bottom: 260px;
}

/* 产品页 */

.product-page .footer {
    padding: 0;
}

.pro-page-imglist img {
    width: 100%;
    display: inline-block;
}

.footer-bg {
    width: 100%;
}

.product-page .footer-desc-contact {
    /* background-color: #474747; */
    width: auto;
    margin: auto;
}

.product-page .footer-desc-contact {
    border: none;
    padding-top: 10px;
}

.product-page .footer-wrap {
    width: 100%;
    /* margin-top: 54px; */
}

/* .product-page .footer-bg,
.product-page .footer-wrap {
    position: absolute;
} */

.product-page .footer-bg {
    /* z-index: 1; */
}

.product-page .footer {
    position: relative;
    background-color: transparent;
}

.copyright2 div {
    /* border-top: 1px solid #ffffff; */
    padding: 30px 0 10px 0;
}

.copyright2 {
    color: #d3d3d3;
    font-size: 18px;
    /* background-color: #474747; */
    text-align: center;
    cursor: pointer;
}

.footer-wrap {
    /* background-color: #474747; */
}

/* about */

.wrapImg img {
    width: 100%;
    display: block;
}

.abputText {
    color: #474747;
    padding: 150px 48px 100px;
    padding-bottom: 0;
    font-size: 24px;
    line-height: 1.8;
    text-align: justify;
}
.teamBox {
    text-align: center;
    background: #fcfcfc;
    padding: 25px;
}

.nTitle h2 {
    font-size: 72px;
}

.nTitle div {
    padding-top: 10px;
    padding-bottom: 40px;
    font-size: 24px;
    color: #474747;
}

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

.toggleMenuBox a {
    font-size: 16px;
    color: #1aa3a5;
    display: inline-block;
    border: 1px solid #269ca0;
    padding: 6px 22px;
    margin: 0 30px;
}

.toggleMenuBox a.cur,
.toggleMenuBox a:focus,
.toggleMenuBox a:hover {
    background: #269ca0;
    color: #fff;
    border: 1px solid #269ca0;
}

.teamSwiperBox {
    padding: 40px 0;
}

.teamSwiperBox .swiper-container {
    max-width: 912px;
    margin: 0 auto;
    padding-bottom: 60px;
}

.teamImgBox {
    width: 272px;
    height: 420px;
    float: left;
    margin: 6px 0;
    border: 1px solid #e8e8e8;
    color: #474747;
    position: relative;
    cursor: pointer;
}

.teamImgBox img {
    width: 100%;
    display: inline-block
}

.teamImgBox .name {
    font-size: 36px;
    line-height: 1;
    text-align: left;
    position: absolute;
    top: 72px;
    left: 42px;
    font-weight: bold;
}
.teamImgBox .name span {
    font-weight: normal;
}
.teamImgBox .name span {
    font-size: 24px;
}

.teamImgBox .poporDesc>span:nth-child(1) {
    font-weight: bold;
}

.teamImgBox .poporDesc {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    background: #fff;
    box-shadow: 4px 4px 8px #e8e8e8;
    padding: 50px 30px;
    text-align: left;
    font-size: 16px;
    line-height: 1.6;
    cursor: auto;
    line-height: 1.7;
    text-align: justify;
}

.teamImgBox.active .poporDesc {
    display: block;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.teamImgBox .poporDesc span {
    font-size: 24px;
    display: block;
}

.teamSwiperBox .swiper-pagination-bullet {
    background: none;
    border: 1px solid #474747;
    opacity: 1;
    width: 12px;
    height: 12px;
}

.teamSwiperBox .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 14px;
}

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

.technicalBox {
    padding-top: 64px;
    padding-bottom: 224px;
    text-align: center;
}

.partnersBox {
    padding-top: 70px;
    padding-bottom: 100px;
}

.partnersBox .nTitle div {
    /* width: 144px; */
    /* text-align: center; */
}

.corporationList {
    overflow: hidden;
    padding-top: 30px;
}

.corporationList .item img {
    width: 100%;
}

.corporationList .item {
    width: 20%;
    float: left;
}

.pd100 {
    padding-bottom: 100px;
}

.pd60 {
    padding-bottom: 60px;
}

.carousel-left,
.carousel-right {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 42px;
    width: 50px;
    height: 50px;
    background: url(../image/pc/icon_fy_l.png);
    background-size: 100% 100%;
}

.carousel-right {
    left: auto;
    right: 42px;
    background-image: url(../image/pc/icon_fy_r.png);
}

/* index.html */

.main-recom-articlelist {
    position: absolute;
    left: 0;
    right: 0;
    height: 340px;
    top: -190px;
    text-align: center;
}

.main-ralist-item {
    text-align: left;
    color: #fefefe;
    font-size: 12px;
    width: 270px;
    width: 318px;
    height: 100%;
    display: inline-block;
    position: relative;
    transition: width .2s linear;
    /* 匀速变化(默认速度由快变慢) */
    box-shadow: 4px 4px 4px rgba(127, 127, 127, 0.4);
}

/* .main-ralist-item .overall {
   
}
.main-ralist-item:hover .overall {
    background-color: #1aa3a5;
    opacity: 0.7;
} */

.main-ralist-item:hover .overall-bg {
    background-color: #1aa3a5;
    opacity: 0.7;
}
.main-ralist-item .move-in-layer {
    display: none;
}

.overall-bg {
    /* background-color: #676767;
    opacity: 0.6; */
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.change-sm-w {
    height: 100%;
    display: inline-block;
}

.change-sm-w:hover .main-ralist-item {
    width: 270px;
    cursor: pointer;
}
.change-sm-w:hover .main-ralist-item .move-in-layer{
    display: block;
}
.change-sm-w:hover .main-ralist-item .move-in-out {
    display: none;
}
.change-sm-w:hover .main-ralist-item:hover {
    width: 414px;
    cursor: pointer;
}

@media only screen and (min-width: 767px) and (max-width: 900px) {
    .main-ralist-item {
        width: 220px;
    }
    .main-ralist-item:hover {
        width: 290px;
    }
}

.main-ralist-item:hover .title {
    font-size: 24px;
    line-height: 26px;
    height: 52px;
}

.main-ralist-item:hover .date {
    padding-top: 40px;
}

.main-ralist-item img,
.main-ralist-item .overall {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.main-ralist-item .overall {
    padding: 30px;
    top: 0;
}
.move-in-out {
    background-color: #4f4f4f;
    opacity: 0.4;
    height: 100%;
    width: 100%;
    position: absolute;
}

.main-ralist-item .title {
    font-size: 18px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-ralist-item .date {
    padding: 20px 0 15px 0;
    border-bottom: 1px solid #fefefe;
    margin-bottom: 29px;
    display: inline-block;
    width: 110px;
}

.fixed-bottom {
    position: absolute;
    bottom: -278px;
    width: 100%;
    /* height: 256px; */
    background: #ffffff;
}

.fixed-bottom .copyright {
    padding: 0;
    margin-top: 200px;
    margin-bottom: 30px;
}

/* 
  .content-page.content-page {
    padding-top: 0;
  } */

.btn-learn-more {
    display: none;
    color: #ffffff;
    background: #19a3a5;
    padding: 4px 16px;
    border-radius: 2px;
    margin-top: 37px;
    cursor: pointer;
    font-size: 12px;
}

.main-ralist-item:hover .btn-learn-more {
    display: inline-block;
}

.btn-learn-more:hover {
    text-decoration: none;
    color: #ffffff;
}

.carousel-img {
    position: relative;
}

.msg-carousel-caption {
    color: #ffffff;
    font-size: 18px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.msg-carousel-caption span {
    display: block;
    padding: 25px 45px;
    position: relative;
}

.info-share-method-item {
    display: inline-block;
    position: relative;
}

.carousel-caption-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

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

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

.main-banner-img {
    width: 100%;
}

/* about.html */

.about-slogen,
.about-slogen li {
    color: #1aa3a5;
    text-align: center;
}

@media only screen and (min-width: 767px) and (max-width: 900px) {
    .about-slogen li {
        /* margin-left: 80px; */
    }
}

.about-slogen li {
    /* margin-left: 185px; */
    /* width: 184px; */
    display: inline-block;
}

.about-slogen li:nth-child(1) {
    /* margin-left: 0; */
}

.about-slogen li img {
    width: 120px;
    margin-bottom: 40px;
    display: inline-block;
}

.about-slogen .desc-first {
    font-size: 30px;
}

.about-slogen .desc-sec {
    font-size: 16px;
    min-width: 200px;
    margin: auto;
    margin-top: 10px;
}

.about-slogen .desc-sec.fixed-width {
    width: 200px;
}

.about-slogen-pd {
    padding-top: 167px;
}

.job-wrap {
    width: 750px;
    margin: auto;
}

.job-ceo,
.about-job {
    width: 100%;
    /* padding: 10px; */
}

.job-ceo {
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
}

.about-job {
    font-size: 24px;
    overflow: hidden;
}

.job-ceo,
.job-other-list li {
    background-color: #eeeeee;
}

.job-other-list li {
    width: 230px;
}

.job-other-list li,
.job-ceo {
    /* height: 54px; */
    padding: 10px 30px;
    margin-bottom: 30px;
}

.job-other-list li:nth-last-child(1) {
    margin-bottom: 0;
}

.job-other-list {
    display: inline-block;
}

.job-other-list:nth-child(1) {
    float: left;
}

.job-other-list:nth-last-child(1) {
    float: right;
}

.map-desc-net {
    font-size: 72px;
    margin-bottom: 30px;
    margin-top: 60px;
}

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

.map-desc-spot {
    font-size: 30px;
    margin-bottom: 120px;
    font-weight: 400;
}

.map-desc-device {
    font-size: 30px;
    margin-bottom: 70px;
}

.map-desc-device div {
    font-size: 24px;
    margin-top: 20px;
    /* font-weight: bold; */
    /* font-weight: normal;
    font-family: none; */
}

.map-china-img {
    height: 600px;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/Public/aiqicom/image/mobile/tu_dt@2x.png);
}

.wrapImg-bg {
    padding-top: 10px;
    position: relative;
    background-color: #fcfcfc;
}

img.map-img-left {
    width: 944px;
    left: 0;
    position: absolute;
}

.map-desc-device:nth-last-child(1) {
    margin-bottom: 350px;
}

.teammate-swiper .teamImgBox {
    margin-right: 32px;
    float: none;
    display: inline-block;
    white-space: normal;
}

.teammate-swiper .swiper-slide {
    white-space: nowrap;
    overflow: hidden;
}

@media only screen and (min-width: 767px) and (max-width: 1000px) {
    .teammate-swiper .teamImgBox {
        margin-left: -34px;
        margin-right: 0;
    }
}

.pro-page-imglist {
    position: relative;
    width: 100%;
}

.pro-intro-part {
    /* height: 349px; */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/Public/aiqicom/image/pc/product-intro.png);
}

.pro-intro-part {
    color: #ffffff;
    padding: 110px 0;
    padding-right: 77px;
    text-align: right;
    font-size: 0;
    position: relative;
}

.pro-intro-part .title {
    font-size: 48px;
}
.pro-intro-part.en .title {
    font-size: 36px;
}

.pro-intro-part .desc {
    font-size: 30px;
}
.pro-intro-part.en .desc{
    font-size: 20px;
}
.pro-intro-part .container {
    z-index: 1;
    position: relative;
}

.pro-intro-word {
    position: relative;
    top: -386px;
    margin-bottom: -386px;
}

.product-page .footer {
    background-color: #474747;
    padding-top: 40px;
}

.footer-wrap .footer-logo {
    width: 120px;
}

.footer-wrap .footer-logo,
.footer-desc-option,
.product-page .footer-desc-contact {
    float: left;
}

.pro-page-imglist img.pro-down {
    width: 9%;
    position: absolute;
    bottom: -17.7%;
    z-index: 1;
    right: 6.7%;
}

.footer-desc-contact ul {
    position: relative;
    z-index: 2;
}

/* menu switch */
.share-part-md1 i,.share-part-md2 i,.switch-lan i,.drop-menu i{
    display: inline-block;
    height: 38px;
    width: 38px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.share-part-md1 i{
    background-image: url("/Public/aiqicom/image/pc/icon_wx.png");
}
.share-part-md2 i{
    background-image: url("/Public/aiqicom/image/pc/icon_wb.png");
}

i.lan-chinese.active{
    background-image: url("/Public/aiqicom/image/pc/lan_zh_hover.png");
}
i.lan-chinese{
    background-image: url("/Public/aiqicom/image/pc/lan_zh.png");
}
i.lan-en.active{
    background-image: url("/Public/aiqicom/image/pc/lan_en_hover.png");
}
i.lan-en{
    background-image: url("/Public/aiqicom/image/pc/lan_en.png");
}

.swicth-lan-com i,.swicth-lan-com .switch-lan i.active{
    cursor: pointer;
}
.swicth-lan-com i.active{
    cursor: not-allowed;
}
.drop-menu {
    position: absolute;
}

.infoBox {
    text-align: left;
}
.infoBox iframe {
    width: 100%;
    height: 500px;
}
/* 中英隐藏样式 */
/* .en .nTitle div {
    display: none;
} */

.en .map-desc-net div {
    font-size: 48px;
}
.map-desc-net {
    margin-bottom: 0px;
}
.en .map-desc-spot { 
    font-size: 24px;
}
.en .map-desc-device  
{
    font-size: 22px;
}
.en .map-desc-device b {
    font-size: 30px;
}
.en .map-desc-device:nth-last-child(1) {
    margin-bottom: 200px;
}
.en .teamImgBox .name {
    font-size: 30px;
    top: 40px;
   
}
.en .desc-sec {
    font-size: 18px;
    line-height: 2;
}
.en .about-job {
    font-size: 20px;
}
.en .nTitle h2 {
    font-size: 60px;
}
.en .technicalBox .nTitle h2 {
    margin-bottom: 140px;
}
.en .job-other-list li {
    width: 300px;
}
.en .job-wrap {
    width: 930px
}
.en .map-desc-device div{
    margin-top: 0;
}
.en  .about-slogen .desc-sec.fixed-width {
    width: auto;
}


.en .pro-intro-part.en .desc {
    font-size: 17px;
    margin-top: 30px;
    font-family: monospace;
}

.en .teamBox .nTitle h2 {
    margin-bottom: 100px;
}

.switch-lan .tri{
    vertical-align: 10px;
    width: 16px;
}

.en .footer-desc-contact {
    font-size: 14px;
}

.en .product-page .footer-desc-contact {
    padding-top: 0;
}


.en .abputTextPc{
    /* font-family: monospace;
    line-height: 1.6; */
    line-height: 1.4;
}
.en .abputTextPc div>span{
   font-weight: bold;
}

.en .msg-pc-sec-nav {
    margin: 15px 384px 15px 0;
}
.en .msg-pc-sec-nav li {
    margin-right: 50px;
}