/*---------------------------------------------------------------------- /
大屏展示页-开始
----------------------------------------------------------------------- */


/* 大屏展示页盒子 */

.first_page {
    background: url("../images/index/bg-1-2.jpg") no-repeat;
    height: 840px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/* 大屏展示页盒子-内容页面 */

.first_page_box {
    min-height: 650px;
    display: flex;
    flex-direction: row;
    gap: 80px;
}


/* 大屏展示页盒子-内容页面-flex占位*/

.first_page_box div {
    flex: 1;
}


/* 大屏展示页盒子-内容页面-图片布局*/

.first_page_box div:nth-child(1) {
    /* 居中 */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


/* 大屏展示页盒子-内容页面-文字div*/

.first_page_box div:nth-child(2) {
    display: flex;
    /* 居中 */
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


/* 大屏展示页盒子-内容页面-文字div-h1*/

.first_page_box div:nth-child(2) h1 {
    text-align: center;
    font-size: 55px;
    line-height: 80px;
    color: white;
    font-weight: bold;
    cursor: pointer;
}


/* 大屏展示页盒子-内容页面-文字div-h3*/

.first_page_box div:nth-child(2) h3 {
    text-align: center;
    font-size: 35px;
    color: white;
    font-weight: bold;
    margin-top: 10px;
    cursor: pointer;
}


/* 响应式布局 */

@media screen and (max-width: 1279px) {
    /* 大屏展示页盒子 */
    .first_page {
        margin-top: -20px;
    }
    /* 大屏展示页-大盒子-内容页面 */
    .first_page_box {
        height: 650px;
        /* 取消flex布局 */
        display: block;
    }
    /* 大屏展示页盒子-内容页面-文字div-h1*/
    .first_page_box div:nth-child(2) h1:nth-child(1) {
        margin-top: 20px;
    }
    /* 大屏展示页盒子-内容页面-文字div-h1*/
    .first_page_box div:nth-child(2) h1 {
        font-size: 35px;
    }
    /* 大屏展示页盒子-内容页面-文字div-h3*/
    .first_page_box div:nth-child(2) h3 {
        font-size: 25px;
    }
}

@media screen and (max-width: 580px) {
    /* 大屏展示页盒子-内容页面-文字div-h1*/
    .first_page_box div:nth-child(2) h1:nth-child(1) {
        margin-top: 50px;
    }
}


/*---------------------------------------------------------------------- /
大屏展示页-结束
----------------------------------------------------------------------- */


/*---------------------------------------------------------------------- /
title-开始
----------------------------------------------------------------------- */


/* title盒子-pro/about-us */

.bt-jg-about {
    height: 180px;
    display: flex;
    justify-content: row;
    align-items: center;
    justify-content: center;
}


/* title盒子-pro/about-us-图片*/

.bt-jg-about img {
    width: 150px;
}


/* title盒子-app */

.bt-jg-about-app {
    height: 180px;
    display: flex;
    justify-content: row;
    align-items: center;
    justify-content: center;
}


/* title盒子-app-图片*/

.bt-jg-about-app img {
    width: 260px;
}


/*---------------------------------------------------------------------- /
title-结束
----------------------------------------------------------------------- */


/*---------------------------------------------------------------------- /
巨幕-开始
----------------------------------------------------------------------- */


/* 巨幕-1 */

.jm-1 {
    margin-top: 30px !important;
    background-position: center top;
    background: url("../images/index/banner-1-1.jpg") no-repeat;
    height: 356px;
    background-size: cover;
}


/* 巨幕-1 */

.jm-2 {
    margin-top: 30px !important;
    background-position: center top;
    background: url("../images/index/banner-1-2.jpg") no-repeat;
    height: 356px;
    background-size: cover;
}


/* 巨幕 1,2响应式 */

@media screen and (max-width: 1480px) {
    /* 巨幕-1 */
    .jm-1 {
        background-position: right;
        background-size: cover;
    }
    /* 巨幕-2 */
    .jm-2 {
        background-position: left;
        background-size: cover;
    }
}


/* 插图1,3响应式 */

@media screen and (max-width: 580px) {
    /* 巨幕-1 */
    .jm-1 {
        display: block;
        background-size: contain;
        height: 100px;
    }
    /* 巨幕-2 */
    .jm-2 {
        display: block;
        background-size: contain;
        height: 100px;
    }
}


/*---------------------------------------------------------------------- /
巨幕-结束
----------------------------------------------------------------------- */


/*---------------------------------------------------------------------- /
公司介绍-开始
----------------------------------------------------------------------- */


/* 公司内容 */

.companybox {
    min-height: 500px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 40px;
}


/* 公司内容-div布局*/

.companybox>div {
    flex: 1;
    /* 高度100% */
    height: 100%;
}


/* 公司内容-div布局-文本p */

.companybox>div:nth-child(1) p.content {
    margin-top: 18px;
    text-indent: 2em;
    font-size: 17px;
    line-height: 36px;
    padding-top: 25px;
    font-weight: 600;
}


/* 响应式布局 */

@media screen and (max-width: 1024px) {
    /* 公司内容 */
    .companybox {
        display: block;
    }
    /* 公司内容-div布局-img布局 */
    .companybox>div:nth-child(2) {
        /* 居中布局 */
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: 80px;
    }
}


/*---------------------------------------------------------------------- /
公司介绍-结束
----------------------------------------------------------------------- */


/*---------------------------------------------------------------------- /
history-start
----------------------------------------------------------------------- */


/* history-swiper大盒子 */

.bg-history {
    background: url("../images/index/history-bg.jpg") no-repeat center fixed;
    background-size: cover;
    height: 550px;
    opacity: 0.9;
    margin-top: 90px;
    position: relative;
}


/* history-title盒子 */

.bg-history .historytitlebox {
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: white;
    /* 垂直居中 */
    align-items: flex-end;
    height: 90px;
}


/* history-title盒子-h2*/

.bg-history .historytitlebox h2 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
    /* 字体间隔 */
    letter-spacing: 10px;
}


/* history盒子 */

.historyswiper {
    position: relative;
    height: 400px;
}


/* history盒子-swiper */

.swiper {
    width: 100%;
    height: 100%;
}


/* history盒子-swiper */

.swiper-slide {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}


/* 中间线 */

.img-his {
    width: 100%;
    position: absolute;
    height: 2px;
    background-image: url("../images/index/history/productBase-features-model.png");
    background-repeat: repeat-x;
    top: 150px;
}


/* history盒子-swiper-文本框 */

.swiper-slide .swiper-slider-word {
    height: 120px;
}


/* history盒子-swiper-文本框-h4 */

.swiper-slide .swiper-slider-word h4 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: 1px;
    padding-top: 20px;
    padding-left: 30px;
}


/* history盒子-swiper-文本框-p */

.swiper-slide .swiper-slider-word p {
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding-left: 30px;
    padding-right: 20px;
    padding-top: 10px;
}


/* history盒子-swiper-文本框-img-水平线 */

.swiper-slide .swiper-slider-line {
    height: 40px;
    padding-top: 15px;
}


/* history盒子-swiper-文本框-img-history图片 */

.swiper-slide .swiper-slider-img {
    height: 210px;
    padding-left: 30px;
    padding-top: 30px;
}


/* 响应式布局 */

@media screen and (max-width: 1024px) {
    /* 中间线 */
    .img-his {
        width: 95%;
    }
}

@media screen and (max-width: 580px) {
    /* 背景 */
    .bg-history {
        background: url("../video/video-bg-h5.jpg") no-repeat center fixed;
        background-size: cover;
        height: 540px;
        opacity: 0.9;
        margin-top: 90px;
        position: relative;
    }
}


/*---------------------------------------------------------------------- /
history-end
----------------------------------------------------------------------- */


/*---------------------------------------------------------------------- /
产品-开始
----------------------------------------------------------------------- */


/* 产品盒子 */

.product-box-line {
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* border: 1px solid yellow; */
}


/* 产品盒子-box */

.product-box-line div {
    flex: 1;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* border: 1px solid red; */
}


/* 产品盒子-box-图片 */

.product-box-line div img {
    max-height: 220px;
}


/* 产品盒子-box-超链接 */

.product-box-line div a {
    padding-top: 5px;
    /* 字体设置 */
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-align: center;
    color: black;
    text-decoration: none;
}


/* 响应式布局 */

@media screen and (max-width: 1024px) {
    /* 产品盒子 */
    .product-box-line {
        display: block;
    }
}

@media screen and (max-width: 580px) {
    /* 产品盒子-box */
    .product-box-line div {
        height: 360px;
    }
}


/*---------------------------------------------------------------------- /
产品-结束
----------------------------------------------------------------------- */


/*---------------------------------------------------------------------- /
APP-开始
----------------------------------------------------------------------- */


/* APP盒子 */

.appboxline {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    gap: 40px;
}


/* APP盒子-box */

.app-box {
    position: relative;
    background-color: transparent;
    background-image: linear-gradient(#fff, #f5f5fa);
    box-shadow: rgba(37, 44, 97, 0.15) 0 4px 11px 0, rgba(93, 100, 148, 0.2) 0 1px 3px 0;
    box-sizing: border-box;
    height: 480px;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* APP盒子-box-背景 */

.app-box-content-1 {
    background: url("../images/index/app-bg.jpg");
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    display: none;
    height: 100%;
    width: 100%;
}


/* APP盒子-box-h2-超链接*/

.app-box-content-1 h2 {
    color: white;
    letter-spacing: 2px;
    text-align: center;
}


/* APP盒子-box-h2-超链接 */

.app-box-content-1 h2 a {
    color: white;
    text-decoration: none;
    font-weight: 600;
}


/* APP盒子-box-p文本 */

.app-box-content-1 p {
    font-size: 20px;
    font-weight: 600;
    color: white;
    letter-spacing: 2px;
    padding-top: 40px;
}


/* APP盒子-box-p文本-超链接 */

.app-box-content-1 p a {
    color: white;
    text-decoration: none;
}


/* APP盒子-box-hover动作 */

.app-box:hover .app-box-content-1 {
    /* display: block; */
    cursor: pointer;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}


/* ipad-title-文字 */

.ipadapptitle {
    display: none;
}


/* 响应式布局 */

@media screen and (max-width: 1440px) {
    /* app盒子 */
    .appboxline {
        gap: 10px;
    }
}


/* h5-app-title展现 */

@media screen and (max-width: 1024px) {
    /* ipad-title-文字 */
    .ipadapptitle {
        display: block;
        text-align: center;
        font-size: 18px;
        padding-top: 20px;
        font-weight: 600;
    }
    /* ipad-title-文字 */
    .ipadapptitle a {
        text-decoration: none;
        color: black;
        cursor: pointer;
    }
    /* app盒子 */
    .appboxline {
        display: block;
    }
    /* APP盒子-box */
    .appboxline div:nth-child(n+2) {
        margin-top: 20px;
    }
}


/*---------------------------------------------------------------------- /
APP-结束
----------------------------------------------------------------------- */


/*---------------------------------------------------------------------- /
联系页-结束
----------------------------------------------------------------------- */


/* 联系页盒子 */

.contactbox {
    min-height: 600px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}


/* 联系页盒子 - 左侧图片*/

.contactbox .contactimgbox {
    flex: 2;
    /* 上下间距 */
    margin-top: 30px;
    margin-bottom: 30px;
}


/* 联系页盒子 - 左侧图片 - 图片设置*/

.contactbox .contactimgbox .img-full {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 联系页盒子 - 右侧文字*/

.contactbox .contactwordbox {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    /* 上下间距 */
    margin-top: 30px;
    margin-bottom: 30px;
}


/* 联系页盒子 - 右侧文字 - div结构*/

.contactbox .contactwordbox .company_box {
    height: 120px;
    width: 80%;
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


/* 联系页盒子 - 右侧文字 - div结构 - 图片*/

.contactbox .contactwordbox .company_box div:nth-child(1) {
    min-width: 55px;
    min-height: 55px;
    background-color: #00aaaa;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* 联系页盒子 - 右侧文字 - div结构 - 文字*/

.contactbox .contactwordbox .company_box div:nth-child(2) {
    font-size: 13px;
    line-height: 25px;
    font-weight: 700;
    color: black;
    cursor: pointer;
    padding-left: 20px;
    letter-spacing: 2px;
}


/* icon位置 位置*/

.icon-weizhi2 {
    color: white;
    font-size: 30px !important;
    line-height: 38px;
}


/* icon位置 位置*/

.icon-gongyede-31 {
    color: white;
    font-size: 30px !important;
    line-height: 38px;
}


/* icon位置 电话*/

.icon-dianhua5 {
    color: white;
    font-size: 30px !important;
    line-height: 38px;
}


/* icon位置 邮箱*/

.icon-youxiang6 {
    color: white;
    font-size: 32px !important;
    line-height: 38px;
}


/* icon位置 邮箱*/

.icon-youxiang9 {
    color: white;
    font-size: 50px !important;
    line-height: 60px;
}


/* 响应式布局 */

@media screen and (max-width: 1024px) {
    /* 联系页盒子 - 右侧文字 div结构*/
    .contactbox .contactwordbox .company_box {
        width: 90%;
    }
    /* contact盒子 */
    .contactbox {
        display: block;
    }
    /* 联系页盒子 - 右侧文字*/
    .contactbox .contactwordbox {
        height: 600px;
    }
}

@media screen and (max-width: 580px) {
    /* contact盒子 */
    .contactbox .contactimgbox {
        margin-bottom: 30px;
    }
}


/*---------------------------------------------------------------------- /
联系页-结束
----------------------------------------------------------------------- */