/*---------------------------------------------------------------------- /
index 首页-开始
----------------------------------------------------------------------- */
/*---------------------------------------------------------------------- /
大屏轮播图-开始
----------------------------------------------------------------------- */
/* 背景 */
.first_page {
    background: url("../images/index/bg-1-2.jpg") no-repeat;
    height: 840px;
}

/* 轮播图盒子 */
.heading-lb {
    position: relative;
}

/* 轮播图设置 */
.heading-lb .bd-example {
    width: 80%;
    box-shadow: 2px 2px 2px rgb(68, 67, 67);
    position: absolute;
    left: 50%;
    top: 50%;
    /* 不是居中 */
    transform: translate(-50%, -60%);
}

/* 文字排版 */
.first_page .heading-box {
    position: relative;
}

/* 文字排版位置 */
.first_page .heading-box .heading-title {
    height: 60%;
    width: 100%;
    position: absolute;
    /* 不是居中 */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* 标题h2 */
.first_page .heading-title h2 {
    text-align: center;
    font-size: 55px;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

/* h2间隔-第一行 */
.first_page .heading-title h2:nth-child(1) {
    margin-top: 70px;
}

/* h2间隔-第二行 */
.first_page .heading-title h2:nth-child(2) {
    margin-top: 50px;
}

/* 标题h3 */
.first_page .heading-title h3 {
    text-align: center;
    font-size: 40px;
    color: white;
    font-weight: bold;
    margin-top: 50px;
    cursor: pointer;
}

/* 响应式布局 */
@media screen and (max-width:1680px) {

    /* h2间隔-第一行 */
    .first_page .heading-title h2:nth-child(1) {
        margin-top: 90px;
    }

    /* 字体设置 */
    .first_page .heading-title h2 {
        font-size: 40px;
    }

    .first_page .heading-title h3 {
        font-size: 35px;
    }
}

@media screen and (max-width:1480px) {

    /* h2间隔-第一行 */
    .first_page .heading-title h2:nth-child(1) {
        margin-top: 110px;
    }

    /* 字体设置 */
    .first_page .heading-title h2 {
        font-size: 35px;
    }

    .first_page .heading-title h3 {
        font-size: 30px;
    }
}


@media screen and (max-width:1080px) {

    /* 盒子 */
    .firstbox {
        display: none;
    }
}

@media screen and (max-width:810px) {

    /* 轮播图设置 */
    .heading-lb .bd-example {
        width: 50%;
        left: 50%;
        top: 50%;
        /* 不是居中 */
        transform: translate(-50%, -50%);
    }

    /* 文字排版位置 */
    .first_page .heading-box .heading-title {
        height: 60%;
        left: 50%;
        top: 10%;
        transform: translate(-50%, -50%);
    }
}

@media screen and (max-width:576px) {

    /* 轮播图设置 */
    .heading-lb .bd-example {
        width: 70%;
        left: 50%;
        top: 50%;
        /* 不是居中 */
        transform: translate(-50%, -60%);
    }

    /* 标题 */
    .first_page .heading-title h2 {
        font-size: 20px;
    }

    .first_page .heading-title h3 {
        font-size: 18px;
    }

}

/*---------------------------------------------------------------------- /
大屏轮播图-结束
----------------------------------------------------------------------- */

/*---------------------------------------------------------------------- /
index 首页-结束
----------------------------------------------------------------------- */

/*---------------------------------------------------------------------- /
公司- 标题
----------------------------------------------------------------------- */
.about-jg {
    margin-top: 60px;
    margin-bottom: 10px;
}

.pro-jg {
    margin-top: 60px;
    margin-bottom: 50px;
}

.app-jg {
    margin-top: 60px;
    margin-bottom: 50px;
}

.team-jg {
    margin-top: 60px;
    margin-bottom: 50px;
}

/* 公司介绍-字体格式 */
.about-title {
    height: 60px;
    text-align: center;
    font-size: 33px;
    font-weight: 800;
    letter-spacing: 2px;
    position: relative;
}

/* 公司介绍-红色下划线 */
.about-title::before {
    position: absolute;
    content: "";
    top: 0;
    left: 20%;
    height: 100%;
    width: 30%;
    border-bottom: 5px solid #35AD54;
}

/* 产品介绍-字体格式 */
.about-product {
    height: 60px;
    text-align: center;
    font-size: 33px;
    font-weight: 800;
    letter-spacing: 2px;
    position: relative;
}

/* 产品-红色下划线 */
.about-product::before {
    position: absolute;
    content: "";
    top: 0;
    left: 40%;
    height: 100%;
    width: 15%;
    border-bottom: 5px solid #35AD54;
}

/* APP-字体格式 */
.about-app {
    height: 60px;
    text-align: center;
    font-size: 33px;
    font-weight: 800;
    letter-spacing: 2px;
    position: relative;
}

/* APP-红色下划线 */
.about-app::before {
    position: absolute;
    content: "";
    top: 0;
    left: 20%;
    height: 100%;
    width: 15%;
    border-bottom: 5px solid #35AD54;
}

/* APP-字体格式 */
.about-team {
    height: 60px;
    text-align: center;
    font-size: 33px;
    font-weight: 800;
    letter-spacing: 2px;
    position: relative;
}

/* APP-红色下划线 */
.about-team::before {
    position: absolute;
    content: "";
    top: 0;
    left: 45%;
    height: 100%;
    width: 15%;
    border-bottom: 5px solid #35AD54;
}


/* H5-PC小屏幕 */
@media screen and (min-width:785px) and (max-width:900px) {
    .about-title::before {
        left: 40%;
        width: 8%;
    }

    .about-app::before {
        left: 40%;
        width: 15%;
    }
}

/*---------------------------------------------------------------------- /
公司简介--图片部分
----------------------------------------------------------------------- */
/* 图片间距 */
.info-content-img {
    margin-top: 40px;
    margin-bottom: 100px;
}

/*---------------------------------------------------------------------- /
公司简介--TXT部分
----------------------------------------------------------------------- */
/* 文字间距 */
.info-content-area {
    margin-top: 70px;
}

/* 图片文字 */
.info-content-area p.content {
    margin-top: 5px;
    text-indent: 2em;
    font-size: 15px;
    line-height: 36px;
    padding-top: 5px;
    padding-right: 30px;
    font-weight: 800;
}

/* 响应式布局 */
@media screen and (max-width:1680px) {

    /* 文字间距 字体大小间距*/
    .info-content-area {
        margin-top: 70px;
    }

    .info-content-area p.content {
        font-size: 14px;
        line-height: 28px;
    }
}


@media screen and (max-width: 1080px) {

    /* 文字间距*/
    .info-content-area {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    /* 文字间距 字体大小间距*/
    .info-content-area p.content {
        padding-right: 0px;
    }
}

/*---------------------------------------------------------------------- /
history-start
----------------------------------------------------------------------- */
/* swiper盒子 */
.bg-history {
    background: url("../video/video-bg.jpg") no-repeat center fixed;
    background-size: cover;
    height: 550px;
    opacity: 0.9;
    position: relative;
}

/* 黑幕 */
.bg-history::before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
}

/* 标题盒子 */
.box-title {
    height: 80px;
    width: 100%;
    text-align: center;
    position: relative;
}

/* 标题文本设置 */
.box-title div {
    position: absolute;
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: white;
    width: 900px;
    height: 50px;
    left: 50%;
    top: 30px;
    transform: translateX(-50%);
    text-align: center;
}

/* 轮播图设置 */
.swiper-container {
    width: 100%;
    height: 420px;
    position: relative;
}

/* swiper基础设置 */
.swiper-slide {
    color: white;
    position: relative;
}

/* 中间线 */
.img-his {
    width: 100%;
    position: absolute;
    height: 2px;
    background-image: url("../images/index/history/productBase-features-model.png");
    background-repeat: repeat-x;
    top: 140px;
}

/* 设置文本颜色 */
.sw1 {
    color: white;
}

.swiper-box {
    content: "";
    position: absolute;
    left: 50%;
    top: 45%;
    width: 80%;
    height: 100%;
    transform: translate(-50%, -50%);
    background-color: transparent;
}

/* 正放 */
/* 标题 */
.swiper-box .swtitle {
    content: "";
    position: absolute;
    top: 40px;
    left: 10px;
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: 1px;
}

/* 文字内容 */
.swiper-box .swcontent {
    position: absolute;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    top: 85px;
    left: 10px;
}

/* 图片 */
.swiper-box .swpic {
    position: absolute;
    bottom: 40px;
    left: 35px;
}

/* 闪点 */
.swimg {
    position: absolute;
    top: 147px;
    left: 20px;
    width: 100%;
    height: 2px;
    content: "";
}

/* 图片间隔 */
.pl-img {
    left: 120px !important;
}

/* swiper更改 */
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    color: white !important;
    margin-top: -70px !important;
}

/* 此处是改变下标小圆点的样式和颜色 */
.swiper-pagination-bullet {
    background-color: white !important;
    width: 45px !important;
    height: 5px !important;
    border-radius: 0 !important;
    opacity: 1;
}


/* 响应式布局 */
@media screen and (max-width:810px) {
    .box-title div {
        width: 360px;
        font-size: 18px;
        line-height: 24px;
        font-weight: 700;
        letter-spacing: 1.5px;
        top: 50px;
    }
}

@media screen and (max-width:580px) {
    .box-title div {
        width: 360px;
        font-size: 18px;
        line-height: 24px;
        font-weight: 700;
        letter-spacing: 1.5px;
        top: 80px;
    }

    /* 增大盒子高度 */
    .bg-history {
        height: 650px;
        background: url("../video/video-bg-h5.jpg") no-repeat center fixed;
    }

    /* 增加swiper高度间距 */
    .swiper-box {
        top: 40%;
    }

    /* 中间线 */
    .img-his {
        top: 120px
    }

    /* 黑幕 */
    .bg-history::before {
        opacity: 0.3;
    }
}

/* 产品内容-START */
/* 产品内容-PC */
.product-box-l-30 {
    margin-left: 30px;
}

/* 盒子设置 */
.product-box-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* 图片居中 */
.product-box-1 img {
    height: 200px;
}

/* 产品p文本 */
.product-box-1 p {
    padding-top: 5px;
    font-size: 13px;
    line-height: 17px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-align: center;
}

/* 产品P a超链接 */
.product-box-1 p a {
    color: black;
    text-decoration: none;
}

/* PC产品响应式 */
@media screen and (max-width:1680px) {

    /* 产品p文本 */
    .product-box-1 p {
        font-size: 15px;
    }
}

@media screen and (max-width:1380px) {

    /* 产品p文本 */
    .product-box-1 p {
        font-size: 14px;
    }
}

@media screen and (max-width:1280px) {
    /* 产品p文本 */
    .product-box-1 p {
        font-size: 12px;
    }
}

/* 手机端-START */
/* 手机端-设置 */
.h5-product {
    display: none;
}

/* H5盒子 */
.h5-product div {
    height: 220px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/* h5-product图片盒子 */
.h5-product div .h5-product-imgbox {
    flex: 4;
    /* background-color: red; */
}

/* 图片大小 */
.h5-product div .h5-product-imgbox img {
    width: 50%;
}

/* h5-product 文字盒子 */
.h5-product div .h5-product-wordbox {
    flex: 1;
    text-align: center;
}

/* 跳转链接H5-PRODUCT */
.h5-product div .h5-product-wordbox a {
    font-size: 13px;
    line-height: 15px;
    font-weight: 600;
    text-decoration: none;
    color: black;
}

/* H5-PRODUTC间距 */
.product-m10 {
    margin-top: 10px;
}

/* PC和ip h5切换 */
@media screen and (max-width:1080px) {

    /* 取消PC product产品 */
    .pc-product {
        display: none;
    }

    /* h5起效 */
    .h5-product {
        display: flex;
        flex-direction: row;
    }

    /* h5 flex布局 */
    .h5-product>div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

}

/* H5端大小更改 */
@media screen and (max-width:580px) {

    /* 图片大小 */
    .h5-product div .h5-product-imgbox img {
        width: 100%;
    }
}


/* 手机端product-END */

/*---------------------------------------------------------------------- /
视频
----------------------------------------------------------------------- */
/* 视频背景 */
.video-main {
    background: url(../video/video-bg.jpg) no-repeat center fixed;
    background-size: cover;
    position: relative;
    z-index: 99;
    /* 长度 */
    height: 600px;
    margin-top: 50px;
}

/* 播放盒子 */
.video-main .video-content .left-video {
    width: 100px;
    height: 100px;
    transform: translateY(130%);
}

/* 视频组件 */
.videolist {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.videolist:hover {
    cursor: pointer;
}

/* 视频界面 播放器位置play-按键 */
.videoed {
    position: absolute;
    z-index: 99;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    /* 偏移距离 */
    transform: translate(-50%, 45%);
    cursor: pointer;
}


/* 屏幕设置 */
div.videos {
    display: none;
    border: 1px solid #080808;
    position: absolute;
    /* 位置参数 */
    left: 50%;
    top: 45%;
    z-index: 100;
    width: 800px;
    height: 280px;
    /* 偏移距离 */
    transform: translate(-50%, -90%);
}

/* 关闭按钮 */
.vclose {
    position: absolute;
    right: 1%;
    top: 1%;
    border-radius: 50%;
    cursor: pointer;
}

/* 去除浮动 */
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    /* IE6、7 专有 */
    *zoom: 1;
}

.videolist:hover::before {
    display: block;
}

/* video底部 */
.right-video {
    background-color: black;
    position: absolute;
    bottom: 0px;
    opacity: 0.6;
    height: 50px;
}

/* 底部标题 */
.right-video h2 {
    text-align: center;
    font-size: 18px;
    padding-top: 14px;
    color: white;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* 响应式布局 */
@media screen and (max-width:580px) {

    /* 播放背景 */
    .video-main {
        height: 450px;
    }

    /* 视频界面 播放器位置play-按键 */
    .videoed {
        /* 偏移距离 */
        transform: translate(-50%, -20%);
    }

    div.videos {
        display: none;
        border: 1px solid #080808;
        position: absolute;
        /* 位置参数 */
        left: 50%;
        top: 50%;
        z-index: 100;
        width: 90%;
        height: 200px;
        /* 偏移距离 */
        transform: translate(-50%, -60%);
    }

}

/*---------------------------------------------------------------------- /
应用类型
----------------------------------------------------------------------- */
/* app间距 */
.app-box-jg {
    margin-top: 20px;
    margin-bottom: 10px;
}

/* 盒子距离 */
.app-box-m-180 {
    margin-left: 180px;
}

/* 盒子距离 */
.app-box-m-60 {
    margin-left: 60px;
}

/* app盒子 */
.app-box {
    position: relative;
    background-color: transparent;
    background-image: linear-gradient(#fff, #f5f5fa);
    border: 0px solid #003dff;
    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: 475px;
    min-width: 420px;
}

/* 图片设置 */
.app-box-img-1 {
    position: absolute;
    left: 0px;
    /* 居中配置 */
    top: 70px;
    z-index: 2;
}

/* 居中配置 */
.app-box-img-1 img {
    /* height: 320px; */
    padding-top: 1px;
    padding-left: 95px;
}

/* 应用标题部分 */
.app-box-content-1 {
    background: url("../images/index/app-bg.jpg");
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 3;
    display: none;
    height: 100%;
    width: 100%;
}

/* 一号盒子 */
.app-box-content-1 h2 {
    position: absolute;
    top: 180px;
    color: white;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 800;
}

/* 一号盒子 a*/
.app-box-content-1 h2 a {
    color: white;
    text-decoration: none;
}

/* 文本居中 p */
.app-box-content-1 p {
    position: absolute;
    bottom: 1px;
    left: 210px;
    font-size: 18px;
    font-weight: 800;
    color: white;
    letter-spacing: 1px;
}

.app-box-content-1 p a {
    color: white !important;
    text-decoration: none;
}

.app-box-content-add-1 h2 {
    left: 70px;
}

/* 二号盒子应用居中 */
.app-box-content-add-2 h2 {
    left: 12px;
}

/* 三号盒子应用居中 */
.app-box-content-add-3 h2 {
    left: 80px;
}

/* app按钮 */
.box-button {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 60px;
    width: 100%;
    background-color: white;
    opacity: 0.1;
}

.box-button h4 a {
    color: red;
    text-align: center;
    text-emphasis: none;
    text-decoration: none;
}

.app-box:hover .app-box-content-1 {
    display: block;
    cursor: pointer;
}

/* 响应式布局 */
@media screen and (max-width:1680px) {

    /* 盒子距离 */
    .app-box-m-180 {
        margin-left: 140px;
    }

    .app-box-img-1 img {
        padding-left: 70px;
    }

    /* 一号盒子 */
    .app-box-content-add-1 h2 {
        left: 50px;
    }

    /* 二号盒子应用居中 */
    .app-box-content-add-2 h2 {
        left: 35px;
    }

    /* 三号盒子应用居中 */
    .app-box-content-add-3 h2 {
        left: 45px;
    }

    .app-box-content-1 p {
        left: 180px;
    }
}

@media screen and (max-width:1480px) {

    /* 盒子距离 */
    .app-box-m-180 {
        margin-left: 60px;
    }

    /* 盒子距离 */
    .app-box-m-60 {
        margin-left: 30px;
    }

    .app-box-img-1 img {
        padding-left: 70px;
    }

    /* 一号盒子 */
    .app-box-content-add-1 h2 {
        left: 50px;
    }

    /* 二号盒子应用居中 */
    .app-box-content-add-2 h2 {
        left: 35px;
    }

    /* 三号盒子应用居中 */
    .app-box-content-add-3 h2 {
        left: 45px;
    }
}

@media screen and (max-width:1380px) {

    /* 盒子距离 */
    .app-box-m-180 {
        margin-left: 20px;
    }

    /* 盒子 图片距离 */
    .app-box-img-1 img {
        padding-left: 70px;
    }
}

@media screen and (max-width:1280px) {

    /* 盒子距离 */
    .app-box-m-180 {
        margin-left: 5px;
    }

    /* 盒子距离 */
    .app-box-m-60 {
        margin-left: 5px;
    }
}

/* h5 首页 app-box */
.h5-app-box {
    display: none;
}

/* H5盒子-app */
.h5-app-box .h5-app-content-box {
    height: 300px;
    border: 1px solid #e9e9e9;
    position: relative;
}

/* H5盒子-app img*/
.h5-app-content-box img {
    height: 240px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/* H5盒子-app 文字*/
.h5-app-content-box>div {
    margin-top: 15px;
    font-weight: 800;
    letter-spacing: 1.5px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 60px;
    width: 100%;
    /* 新增：水平居中 */
    text-align: center;
    padding-top: 15px;
}

/* H5盒子-app 文字 超链接 */
.h5-app-content-box>div a {
    color: black;
    cursor: pointer;
    font-weight: 800;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
}

/* H5盒子-app 小标识符 */
.h5-app-content-box>div>a>sub {
    color: #35AD54;
}

@media screen and (max-width:1200px) {

    /* 关闭PC-app盒子 */
    .app-box {
        display: none;
    }

    /* 启动H5-app盒子 */
    .h5-app-box {
        display: block;
    }

    /* 取消边框 */
    .h5-app-box .h5-app-content-box {
        border: none;
    }
}

@media screen and (max-width:810px) {

    /* 更改字体 */
    .h5-app-content-box>div {
        font-size: 13px;
    }

    /* 取消边框 */
    .h5-app-box .h5-app-content-box {
        border: none;
    }
}

@media screen and (max-width:580px) {

    /* 间距 */
    .app-box-m-180, .app-box-m-60 {
        margin-left: 1px;
        margin-top: 20px;
    }

    .h5-app-content-box>div {
        font-size: 10px;
        font-weight: 600;
    }
}

/*---------------------------------------------------------------------- /
地图
----------------------------------------------------------------------- */
/* MAPINDEX 盒子边距 */
.map_index {
    margin-top: 5px;
}

.all-map-l {
    height: 650px;
}

/* map显示 */

@media screen and (max-width:1080px) {
    .map_index {
        margin-top: -10px;
    }

    .all-map-l {
        margin-left: 0px !important;
    }
}

/* 公司信息*/
.company_box {
    height: 130px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* 新增50 */
    margin-left: 50px;
}

.company_box .company_box_title {
    min-height: 55px;
    min-width: 55px;
    background-color: #00AAAA;
    position: relative;
}

.company_box_info {
    margin-left: 30px;
}

.company_box_info>span {
    padding-top: 4px;
    font-size: 15px;
    font-weight: 700;
}

/* icon位置 */
.icon-zhucedizhi2 {
    color: white;
    font-size: 30px !important;
    line-height: 38px;
    position: absolute;
    left: 20%;
    top: 15%;
}

.icon-gongyede-31 {
    color: white;
    font-size: 30px !important;
    line-height: 38px;
    position: absolute;
    left: 20%;
    top: 15%;
}

.icon-dianhua5 {
    color: white;
    font-size: 30px !important;
    line-height: 38px;
    position: absolute;
    left: 25%;
    top: 15%;
}

.icon-youxiang6 {
    color: white;
    font-size: 32px !important;
    line-height: 38px;
    position: absolute;
    left: 20%;
    top: 15%;
}

.pd-show {
    display: none;
}

/* 对齐配置 */
@media screen and (max-width:1490px) {
    .company-box {
        margin-left: 0px;
    }

    .company_box_info>span {
        font-size: 13px;
    }
}

@media screen and (max-width:1200px) {
    .company-box {
        margin-left: 0px;
    }

    .company_box_info>span {
        font-size: 10px;
    }


    .pd-hide {
        display: block
    }

    .pd-show {
        display: none;
    }
}

@media screen and (max-width: 810px) {
    .company-box {
        margin-left: 0px;
    }

    .company_box_info>span {
        font-size: 12px;
    }

    .pd-hide {
        display: none;
    }

    .pd-show {
        display: block
    }
}

@media screen and (max-width: 580px) {
    .company_box {
        margin-left: -5px;
    }
}

/*---------------------------------------------------------------------- /
地图
----------------------------------------------------------------------- */
/* MAPINDEX 盒子边距 */
.map_index {
    margin-top: 5px;
}

.all-map-l {
    height: 650px;

}

/* map显示 */
@media screen and (max-width:1080px) {
    .map_index {
        margin-top: -10px;
    }

    .all-map-l {
        margin-left: 0px !important;
    }
}

/* 公司信息*/
.company_box {
    height: 130px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* 新增50 */
    margin-left: 50px;
}

.company_box .company_box_title {
    min-height: 55px;
    min-width: 55px;
    background-color: #00AAAA;
    position: relative;
}

.company_box_info {
    margin-left: 30px;
}

.company_box_info>span {
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
}

/* icon位置 */
.icon-zhucedizhi2 {
    color: white;
    font-size: 30px !important;
    line-height: 38px;
    position: absolute;
    left: 20%;
    top: 15%;
}

.icon-gongyede-31 {
    color: white;
    font-size: 30px !important;
    line-height: 38px;
    position: absolute;
    left: 20%;
    top: 15%;
}

.icon-dianhua5 {
    color: white;
    font-size: 30px !important;
    line-height: 38px;
    position: absolute;
    left: 25%;
    top: 15%;
}

.icon-youxiang6 {
    color: white;
    font-size: 32px !important;
    line-height: 38px;
    position: absolute;
    left: 20%;
    top: 15%;
}

.pd-show {
    display: none;
}

/* 对齐配置 */
@media screen and (max-width:1490px) {
    .company-box {
        margin-left: 0px;
    }

    .company_box_info>span {
        font-size: 11px;
    }
}

@media screen and (max-width:1280px) {
    .company-box {
        margin-left: 0px;
    }

    .company_box_info>span {
        font-size: 10px;
    }

    .pd-hide {
        display: block
    }

    .pd-show {
        display: none;
    }
}

@media screen and (max-width: 810px) {
    .company-box {
        margin-left: 0px;
    }

    .company_box_info>span {
        font-size: 12px;
    }

    .pd-hide {
        display: none;
    }

    .pd-show {
        display: block
    }
}

@media screen and (max-width: 580px) {
    .company_box {
        margin-left: -5px;
    }
}

/*---------------------------------------------------------------------- /
巨幕-插图-1 和插图3
----------------------------------------------------------------------- */
.jm-3 {
    margin-top: 90px !important;
    background-position: center top;
    background: url('../images/index/banner-1-2.jpg') no-repeat;
    height: 356px;
    background-size: cover;
}

.jm-1 {
    margin-top: 90px !important;
    background-position: center top;
    background: url('../images/index/banner-1-1.jpg') no-repeat;
    height: 356px;
    background-size: cover;
}

/* 插图1,3响应式 */
@media screen and (max-width:1480px) {
    .jm-3 {
        background: url('../images/index/banner-1-2.jpg') no-repeat;
        background-position: left;
        background-size: cover;
    }
    .jm-1 {
        background: url('../images/index/banner-1-1.jpg') no-repeat;
        background-position: right;
        background-size: cover;
    }
}

/* 插图1,3响应式 */
@media screen and (max-width:580px) {
    .jm-3 {
        background-size: contain;
        height: 100px;
        margin-top: 30px;
    }

    .jm-1 {
        background-size: contain;
        height: 100px;
        margin-top: 30px;
    }
}
