/**
 
 @Name: layuiNetCompany - 大气风格的网络公司企业模版
 @Author: xuxingyu
 @Copyright: layui.com
 
 */

body {
    background: #fff;
}
/* 黑白 */
/* html {
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(100%);
} */
/** 首页 */

/*导航部分*/
.nav {
    width: 100%;
    height: 80px;
    box-shadow: 0 3px 3px 0 #ccc;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    overflow: hidden;
    transition: 0.3s;
}
.nav-logo img {
    width: 301px;
    height: 60px;
}
.nav.index {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.05);
}
.nav.scroll {
    background: #fff;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05);
    transition: 0.3s;
}
.nav .layui-container {
    position: relative;
    transition: all 400ms ease-out;
}
.nav .nav-logo {
    height: 100%; /* position: absolute; */
    top: 0;
    left: 15px;
    line-height: 80px;
}
.nav .nav-list {
    display: inline-block;
    height: 80px;
}
.nav .nav-list button {
    width: 25px;
    height: 30px;
    position: absolute;
    top: 30px;
    right: 15px;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}
.nav .nav-list button span {
    display: block;
    width: 25px;
    height: 2px;
    background: #2db5a3;
    margin-bottom: 6px;
    transition: 0.5s;
}
.nav .nav-list button span.spa1 {
    transform: rotate(45deg);
}
.nav .nav-list button span.spa3 {
    transform: rotate(-45deg) translate(5px, -5px);
}
.nav .layui-nav {
    width: 100%;
    position: absolute;
    top: 90px;
    right: 0;
    color: #000;
    background: transparent;
}
.nav .layui-nav .layui-nav-item {
    display: block;
    line-height: 50px;
}
.nav .layui-nav * {
    font-size: 18px;
}
.nav .layui-nav .layui-nav-item a {
    padding: 0 0;
    color: #607d8b;
}
.nav .layui-nav-bar,
.nav .layui-nav .layui-this:after {
    height: 2px;
    background-color: #2db5a3;
}
.nav .layui-nav .layui-this a,
.nav .layui-nav .layui-nav-item a:hover {
    color: #2db5a3;
}

/*轮播*/
#banner {
    height: 700px;
}
#banner img {
    min-width: 100%;
    height: 700px;
}
#banner .panel {
    width: 750px;
    position: absolute;
    top: 22%;
    left: 50%;
    margin-left: -320px;
    text-align: left;
}
#banner .panel p {
    color: #8c8c8c;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
}
#banner .panel p.title {
    color: #4a4a4a;
    font-size: 36px;
    letter-spacing: 8px;
}

/*主体—产品*/
.main-product {
    padding-top: 0px;
    padding-bottom: 130px;
}
.main-product p {
    font-size: 16px;
    color: #ababab;
    line-height: 28px;
}
.main-case p.title,
.main-service p.title,
.mainNews p.title {
    color: #484848;
    font-size: 1.5rem;
    text-align: center;
    line-height: 160px;
}
.main-case p.title span,
.main-service p.title span,
.mainNews p.title span {
    color: #2db5a3;
}
.main-product .content {
    border: 1px solid #dedede;
    padding: 30px 36px 0 36px;
    text-align: center;
    transition: 0.3s;
}
.main-product .content p.label {
    font-size: 18px;
    color: #939393;
    line-height: 46px;
    padding-top: 6px;
}
.main-product .content a {
    font-size: 18px;
    color: #a1d8cb;
    line-height: 68px;
}
.main-product .content:hover {
    box-shadow: 0 0 3px 3px #eee;
    transition: 0.3s;
}
.main-product .content img {
    transition: 2s;
}
.main-product .content img:hover {
    transform: rotateY(180deg);
}

/*主体-服务*/
.main-service {
    background: #f8f8f8;
    width: 100vw;
    margin-left: calc(50% - 50vw);
}
.main-service .layui-container {
    width: 100%;
    max-width: none;
    padding: 0;
}
.main-service .layui-row {
    width: 100%;
    max-width: none;
    margin: 0;
}
.main-service .content {
    position: relative;
}
.main-service .content .content-left {
    width: calc(100% - 300px);
}
.main-service .content .content-left img {
    width: 100%;
}
.main-service .content .content-right {
    box-sizing: border-box;
    background: #fff;
    padding: 58px 32px 0 38px;
    width: 300px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.3s;
    overflow: hidden;
}
.main-service .content .content-right p {
    color: #adadad;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main-service .content .content-right p.label {
    font-size: 16px;
    color: #4a4a4a;
}
.main-service .content .content-right span {
    display: block;
    width: 50px;
    height: 2px;
    background: #2cb6a1;
    margin-bottom: 15px;
}
.main-service .content .content-right:hover {
    box-shadow: 2px 2px 2px #eee;
    transition: 0.3s;
}
.main-service .service-more,
.main-case .service-more,
.mainNews .service-more {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.main-service .service-more a,
.main-case .service-more a,
.mainNews .service-more a {
    padding: 10px 62px;
    font-size: 23px;
    line-height: 46px;
    color: #fff;
    background: #7fd3c6;
    border-radius: 3px;
}

/*底部*/
.footer {
    padding-bottom: 70px;
    background: #5e6664;
}
.footer .footer-web {
    padding-top: 20px;
    padding-bottom: 25px;
}
.footer .footer-web a {
    color: #a5aaa9;
    line-height: 22px;
    margin-right: 20px;
    transition: 0.3s;
}
.footer .footer-web a:hover {
    color: #dce1e0;
    transition: 0.3s;
}
.footer .footer-contact {
    color: #fff;
}
.footer .footer-contact a {
    color: #a5aaa9;
}
.footer .footer-contact .contact-top {
    padding-top: 20px;
    line-height: 30px;
}
.footer .footer-contact .contact-bottom {
    line-height: 35px;
}

/** 产品 */
.banner {
    height: 320px;
    margin-top: 80px;
}
.banner.product {
    background: url(../img/nav_img1.jpg) no-repeat center top;
    background-size: cover;
}
.main.product {
    padding: 30px 0 75px 0;
}
.main.product .content {
    padding: 50px 0;
    border-bottom: 1px solid #e8e8e8;
}
.main.product .content .content-img {
    text-align: center;
}
.main.product .content .content-img img {
    max-width: 100%;
}
.main.product .content .label {
    color: #565656;
    font-size: 30px;
    line-height: 78px;
    margin-top: 32px;
}
.main.product .content .detail {
    font-size: 16px;
    line-height: 28px;
    color: #665b4b;
    padding-bottom: 30px;
}
.main.product .content a {
    color: #a0d2cc;
    font-size: 16px;
    line-height: 38px;
    padding: 10px 11px 10px 23px;
    border: 1px solid #a0d2cc;
    border-radius: 3px;

}

/** 动态 */
.banner.news {
    background: url(../img/nav_img3.jpg) no-repeat center top;
    background-size: cover;
}
.banner .title {
    padding-top: 170px;
}
.banner .title.active {
    padding-top: 120px;
    transition: 1.5s;
}
.banner .title p {
    color: #606060;
    font-size: 36px;
    text-align: center;
    line-height: 50px;
    letter-spacing: 5px;
}
.banner .title p.en {
    font-size: 20px;
    letter-spacing: 3px;
}
.main-news {
    padding: 70px 0 80px 0;
}
.main-news .content > div {
    padding-bottom: 40px;
    border-bottom: 1px dashed #eaeaea;
    position: relative;
}
.main-news .content .news-img {
    display: inline-block;
    width: 30%;
    vertical-align: top;
}
.main-news .content .news-img img {
    max-width: 90%;
}
.main-news .content .news-panel {
    display: inline-block;
    width: 70%;
    vertical-align: top;
    padding-left: 5px;
    box-sizing: border-box;
}
.main-news .content .news-panel strong a {
    display: block;
    color: #555;
    font-size: 18px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main-news .content .news-panel p.detail {
    color: #777;
    line-height: 24px;
}
.main-news .content .news-panel p.read-push {
    color: #aaa;
    padding-top: 5px;
}
.main-news #newsPage .layui-laypage {
    display: block;
    text-align: center;
    margin-top: 70px;
}
.main-news #newsPage .layui-laypage a,
.main-news #newsPage .layui-laypage span {
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    margin-right: 20px;
    border-radius: 3px;
    color: #e3e3e3;
}
/*动态详情页*/
.main-newsdate {
    margin-top: 80px;
    text-align: center;
}
.main-newsdate .news {
    text-align: left;
    line-height: 104px;
}
.main-newsdate h1 {
    padding-top: 6px;
}
.main-newsdate .pushtime {
    color: #686868;
    font-size: 18px;
    line-height: 82px;
}
.main-newsdate .introTop {
    padding-bottom: 28px;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
}
.main-newsdate .introBott {
    font-size: 18px;
    line-height: 42px;
    text-align: justify;
    padding: 40px 0 102px 0;
}
.main-newsdate img {
    max-width: 100%;
}

/** 案例 */
.banner.case {
    background: url(../img/nav_img2.jpg) no-repeat center top;
    background-size: cover;
}
.main-case {
    padding: 30px 0 75px;
}
.main-case .content {
    /* width: 48%; */
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 2px solid #c9c9c9;
}
.main-case .content.even {
    margin-left: 2%;
}
.main-case .content .case-img {
    border: 1px solid #e2e2e2;
    overflow: hidden;
}
.main-case .content .case-img img {
    width: 100%;
    transition: 2s;
}
.main-case .content .case-img img:hover {
    transform: scale(1.2, 1.2);
    transition: 2s;
}
.main-case .content p.lable {
    padding-top: 13px;
    font-size: 30px;
    line-height: 76px;
}
.main-case .content p {
    font-size: 18px;
    line-height: 32px;
    color: #505050;
}
.main-case #casePage .layui-laypage {
    display: block;
    text-align: center;
    margin-top: 100px;
}
.main-case #casePage .layui-laypage a,
.main-case #casePage .layui-laypage span {
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    margin-right: 20px;
    border-radius: 3px;
    color: #e3e3e3;

}

/** 关于 */
.banner.about {
    background: url(../img/nav_img4.jpg) no-repeat center top;
    background-size: cover;
}
.main-about {
    padding-bottom: 130px;
}
.main-about ul.aboutab {
    padding: 20px 0;
    text-align: center;
}
.main-about ul.aboutab li {
    display: inline-block;
    padding: 0 22px;
    margin-left: 15px;
    font-size: 20px;
    line-height: 46px;
    color: #b5b5b5;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    cursor: pointer;
}
.main-about ul.aboutab li:first-child {
    margin-left: 0;
}
.main-about ul.aboutab li.layui-this,
.main-about ul.aboutab li:hover {
    color: #2ab5a3;
    border-color: #afddd7;
    transition: 0.3s;
}
.main-about .tabJob,
.main-about .tabCour {
    display: none;
}
/*公司简介*/
.main-about .tabIntro {
    padding-bottom: 15px;
    margin-top: 8px;
}
.main-about .tabIntro .content {
    vertical-align: middle;
}
.main-about .tabIntro .content .img {
    width: 49%;
}
.main-about .tabIntro .content .img img {
    width: 100%;
}
.main-about .tabIntro .content .panel {
    width: 50%;
}
.main-about .tabIntro .content p {
    padding: 0 20px;
    line-height: 24px;
    text-align: justify;
}
.main-about .tabIntro .p_hidden {
    padding: 0 20px;
    display: none;
}
/*招贤纳士*/
.main-about .tabJob .content {
    padding: 0 0 40px 0px;
    border: 1px solid #e2e2e2;
    border-top: 4px solid #65d0c5;
    margin-top: 90px;
}
.main-about .tabJob .content:first-child {
    margin-top: 10px;
}
.main-about .tabJob .content p {
    font-size: 18px;
    line-height: 40px;
}
.main-about .tabJob .content p.title {
    font-size: 24px;
    color: #545454;
    line-height: 60px;
}
.main-about .tabJob .content ol {
    padding-left: 20px;
    list-style-type: none;
    counter-reset: sectioncounter;
}
.main-about .tabJob .content ol li {
    color: #8d8d8d;
    font-size: 16px;
    line-height: 30px;
}
.main-about .tabJob .content ol li:before {
    content: counter(sectioncounter) "、";
    counter-increment: sectioncounter;
}
/*发展历程*/
.main-about .tabCour p.title {
    font-size: 28px;
    line-height: 28px;
    text-align: center;
}
.main-about .tabCour .timeline {
    position: relative;
    margin-top: 75px;
}
.main-about .tabCour .timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    width: 2px;
    background-color: #e2e2e2;
    left: 50px;
}
.main-about .tabCour .timeline li {
    position: relative;
    padding-top: 70px;
}
.main-about .tabCour .timeline li:first-child {
    padding-top: 0;
}
.main-about .tabCour .timeline li .cour-img {
    position: absolute;
    left: 0;
    width: 100px;
    border-radius: 50%;
}
.main-about .tabCour .timeline li .cour-img img {
    width: 100%;
}
.main-about .tabCour .timeline li .cour-panel {
    padding-top: 20px;
    padding-left: 120px;
    text-align: left;
}
.main-about .tabCour .timeline li .cour-panel p.label {
    font-size: 18px;
    color: #000;
}
.main-about .tabCour .timeline li .cour-panel p {
    color: #949494;
    line-height: 30px;
}

#banner .content-w p.title {
    color: white;
    font-size: 36px;
    letter-spacing: 10px;
}
#banner .content-w p {
    color: white;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
}
.layui-carousel-ind {
    top: -25px;
}
.news {
    text-align: center;
    width: 100%;
    font-size: 24px;
    /*  padding-bottom: 20px; */
}
/* 招商加盟 */
.main-about .tabJob .inv {
    text-align: center;
    border-top: 2px solid #ffc107;
}
.main-about .inv img {
    height: 200px;
}
/* 公司资质 */
.banner.qua {
    background: url(../img/nav_img5.png) no-repeat center top;
    background-size: cover;
}
.cationBox {
    border: 1px solid white;
    margin-top: 10px;
}
.cationTitle {
    width: 100%;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0px;
    color: #ff9800;
}
/* 分割线 */
.cutOffBox {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.leftWire,
.rightWire {
    width: 500px;
    height: 1px;
    background: #bd992e;
    position: relative;
}
.centerBlo {
    width: 20px;
    height: 30px;
    background: #bd992e;
    margin: 0px 10px;
}
.leftWire::after {
    content: " ";
    display: block;
    position: absolute;
    background-color: #bd992e;
    width: 13px;
    height: 16px;
    right: 0px;
    top: -6px;
}
.rightWire::after {
    content: " ";
    display: block;
    position: absolute;
    background-color: #bd992e;
    width: 13px;
    height: 16px;
    left: 0px;
    top: -6px;
}

/* 证书列表 */
.certificateBox {
    width: 100%;
    display: flex;
    justify-content: center;
}
.fenge {
    margin: 0 20px;
}
.certificateLeft .certificateUl li {
    font-size: 24px;
    line-height: 24px;
    text-align: right;
    padding: 5px;
}
.certificateRight .certificateUl li {
    font-size: 24px;
    line-height: 24px;
    text-align: left;
    padding: 5px;
}

/* 首页-新闻板块 */
.mainNews {
    background: rgb(248, 248, 248);
}
/* 新闻板块标题 */

.newsBox {
    /* height: 300px; */
    /* display: flex; */
    justify-content: space-evenly;
}
/* .newsList { */
    /* border: 1px solid black; */
/* } */
.NewsListTitle {
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.newsList .newsUl .newsLi {
    padding: 5px 20px;
    display: flex;
    height: 30px;
    line-height: 30px;
    justify-content: space-between;
    font-size: 1.125rem;
    background: rgb(240, 240, 245);
    margin-bottom: 10px;
}

/* .newsLi:nth-child(odd) {
    background: rgb(240, 240, 245);
} */
.newsList .newsUl .newsLi a {
    width: 100%;
    padding-right: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex: 4;
}
.newsList .newsUl .newsLi span {
    /* width: 100px; */
    flex: 1;
}

/* 新闻列表页 */
.newsPage {
    width: 100%;
    display: flex;
    justify-content: center;
}
.UlBox {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.newsBoxUl {
    display: none;
}
.newsUlActive {
    display: flex;
    flex-direction: column;
}
.newsPage .newsBoxUl .newsBoxLi {
    width: 100%;
    display: flex;
    transition: all 0.3s linear;
    background: rgb(238, 238, 238);
    box-shadow: none;
    height: 168px;
    margin: 10px 0px;
}

.newsPage .newsBoxUl .newsBoxLi:hover {
    box-shadow: 0 6px 10px 5px rgba(0, 0, 0, 0.1);
}

.newsPage .newsBoxUl .newsBoxLi .newsLiA {
    width: 100%;
    display: flex;
    align-items: center;
}
.newsPage .newsBoxUl .newsBoxLi .newsLiA .newsBoxImg {
    width: 330px;
    height: 100%;
    /* background: skyblue; */
}
.newsPage .newsBoxUl .newsBoxLi .newsLiA .newBoxText {
    width: 688px;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 24px 14px 10px;
    box-sizing: border-box;
}
.newsPage .newsBoxUl .newsBoxLi .newsLiA .newBoxPhone {
    display: none;
}

.newsPage .newsBoxUl .newsBoxLi .newsLiA .newBoxText .newsBoxTextTitle {
    color: #717171;
    font-size: 16px;
}
.newsPage .newsBoxUl .newsBoxLi .newsLiA .newBoxText .newsBoxTextSynopsis {
    color: #a2a2a2;
    font-size: 14px;
    margin-top: 14px;
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    /* white-space: pre-wrap; */
}
.newsPage .newsBoxUl .newsBoxLi .newsLiA .newsTimeBox {
    width: 166px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.newsPage .newsBoxUl .newsBoxLi .newsLiA .newsTimeBox .newsTime {
    color: #999;
    font-size: 14px;
    font-weight: bold;
}

.newsPage .newsBoxUl .newsBoxLi .newsLiA .newsTimeBox .newsTimePhone {
    display: none;
}

.newsPage .newsBoxUl .newsBoxLi .newsLiA .newsTimeBox .newsMore {
    width: 80px;
    height: 40px;
    margin-top: 14px;
    border-radius: 20px;
    font-size: 14px;
    line-height: 40px;
    background: white;
    text-align: center;
    color: black;
}

.newsDetail {
    width: 100%;
    display: flex;
    justify-content: center;
}

.newsDeBox {
    width: 1200px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    margin: 30px 0px;
}
.newsDeBox .newsTitle {
    font-size: 30px;
    text-align: center;
    margin: 15px 0px;
}
.newsTime {
    width: 100%;
    text-align: right;
}

#pagination {
    margin: 0 auto;
}

/* 新闻页面 */

.newsSegmentation {
    margin: 30px 0px;
    width: 100%;
}
.SegmentMage {
    display: flex;
    font-size: 16px;
    width: 1200px;
    margin-bottom: 20px;
    justify-content: center;
}
.SegmentMage .source {
    color: rgb(112, 109, 109);
}

.SegmentMage .source {
    /* .source:first-child */
    margin-right: 28px;
}
.newsSegmentation .arr {
    width: 100%;
    height: 1px;
    background: #ccc;
}

/* 底部 */

.footBbox .footLeft {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footImgBox {
    display: flex;
}

/* 手机端适配 */

@media screen and (max-width: 480px) {
    .main-case p.title,
    .main-service p.title,
    .mainNews p.title {
        line-height: 90px;
    }
    .newsList .newsUl .newsLi {
        padding: 5px 0px 5px 5px;
        display: flex;
        height: auto;
        flex-direction: column;
        background: rgb(240, 240, 245);
        margin-bottom: 10px;
        font-size: 1rem;
    }
    .newsList .newsUl .newsLi a {
        width: 100%;
        padding-right: 30px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        white-space: normal;
    }
    .newsList .newsUl .newsLi span {
        width: 100%;
        text-align: right;
    }

    .banner.qua {
        background: url(../img/mobile_nav1.png) no-repeat center top;
        background-size: cover;
    }
    .certificateBox {
        width: 100%;
        display: block;
        padding-left: 20px;
    }
    .cationBox {
        margin-top: 5px;
    }
    .cationTitle {
        margin: 2px 0px;
    }
    .fenge {
        margin: 10px 0px;
    }
    .certificateLeft .certificateUl li {
        font-size: 18px;
        line-height: 18px;
        text-align: left;
        padding: 5px;
    }
    .certificateRight .certificateUl li {
        font-size: 18px;
        line-height: 18px;
        text-align: left;
        padding: 5px;
    }

    .banner {
        height: 240px;
        margin-top: 20px;
    }
    .main-product {
        padding-top: 0px;
        padding-bottom: 40px;
    }
    #banner {
        height: 800px !important;
    }
    #banner img {
        min-width: 100%;
        height: 800px;
    }
    #banner .panel {
        width: 350px;
        position: absolute;
        top: 15%;
        left: 50%;
        margin-left: -171px;
    }
    #banner .panel p.title {
        color: #ca9f33;
        font-size: 24px;
        letter-spacing: 6px;
        text-align: center;
    }
    #banner .panel p {
        color: #8c8c8c;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 1px;
    }
    #banner .content-w p.title {
        color: white;
        font-size: 24px;
        letter-spacing: 6px;
        text-align: center;
    }
    #banner .content-w p {
        color: white;
        font-size: 15px;
        line-height: 24px;
        letter-spacing: 1px;
    }
    .main-service .content .content-right {
        padding: 10px 10px 0 10px;
    }
    .main-service .content .content-right p {
        line-height: 24px;
    }
    .main-news .content .news-panel p.read-push {
        font-size: 12px;
    }
    /*  .main-case .content{padding-top: 60px;} */
    .main-case .content p.lable {
        padding-top: 10px;
        font-size: 18px;
        line-height: 48px;
    }
    .main-case .content p {
        font-size: 12px;
        line-height: 20px;
        color: #505050;
    }
    .main-about ul.aboutab {
        padding: 26px 0;
    }
    .main-about ul.aboutab li {
        padding: 0 15px;
        font-size: 16px;
        box-sizing: border-box;
    }
    .main-about .tabIntro .content .img {
        width: 100%;
    }
    .main-about .tabIntro .content .panel {
        width: 100%;
    }
    .main-about .tabIntro .content .panel.p_block {
        display: none;
    }
    .main-about .tabIntro .p_hidden {
        display: block;
    }
    .main-news #newsPage .layui-laypage a,
    .main-news #newsPage .layui-laypage span,
    .main-case #casePage .layui-laypage a,
    .main-case #casePage .layui-laypage span {
        padding: 0 12px;
        font-size: 14px;
        line-height: 30px;
        height: 30px;
        margin-right: 4px;
    }
    .main-about .tabIntro .content .img img {
        width: 100%;
    }
    .news {
        font-size: 16px;
    }
    .main-about .inv img {
        height: 120px;
    }
    .main-about .tabJob .inv {
        margin-bottom: 5px;
        border-top: 1px solid #ffc107;
    }
    .footLeft {
        margin-bottom: 10px;
    }
    .footerImgQR {
        width: 100px;
        height: 100px;
    }

    /* 新闻列表页手机端适配 */
    .newsPage {
        width: 100%;
        overflow-x: hidden;
        margin: 10px 0px;
    }
    .newsPage .bottomBox {
        width: 100%;
    }
    .newsPage .bottomBox .bottomBoxItem {
        width: 100%;
    }
    .newsPage .bottomBox .bottomBoxItem .bottomNewsBox {
        width: 100%;
    }
    .newsPage .bottomBox .bottomBoxItem .bottomNewsBox .UlBox {
        display: flex;
        flex-direction: column;
    }
    .newsPage .bottomBox .bottomBoxItem .bottomNewsBox .UlBox .newsBoxUl {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 0px;
    }

    .newsPage .bottomBox .bottomBoxItem .bottomNewsBox .UlBox .newsBoxUl .newsBoxLi {
        width: 100%;
        display: flex;
        transition: all 0.3s linear;
        background: rgb(238, 238, 238);
        box-shadow: none;
        height: 80px;
        margin: 0px 0px 4px;
    }

    .newsPage .bottomBox .bottomBoxItem .bottomNewsBox .UlBox .newsBoxUl .newsBoxLi .newsLiA {
        text-decoration: none;
        width: 100%;
        display: flex;
        align-items: center;
    }
    .newsPage .bottomBox .bottomBoxItem .bottomNewsBox .UlBox .newsBoxUl .newsBoxLi .newsLiA .newsBoxImg{
        width: 128px;
        height: 100%;
        margin-right: 5px;
		margin-left: 3px;
    }

    .newsPage .bottomBox .bottomBoxItem .bottomNewsBox .UlBox .newsBoxUl .newsBoxLi .newsLiA .newBoxText{
        display: none;
    }
    .newsPage .bottomBox .bottomBoxItem .bottomNewsBox .UlBox .newsBoxUl .newsBoxLi .newsLiA .newsTimeBox{
        display: none;
    }
    .newsPage .bottomBox .bottomBoxItem .bottomNewsBox .UlBox .newsBoxUl .newsBoxLi .newsLiA .newBoxPhone{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
    }
    .newsPage .bottomBox .bottomBoxItem .bottomNewsBox .UlBox .newsBoxUl .newsBoxLi .newsLiA .newBoxPhone .newsBoxTextTitle{
        color: #717171;
        font-size: 14px;
        font-weight: bold;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        overflow: hidden;
        margin-bottom: 10px;
		margin-right: 2px;
    }
    .newsPage .bottomBox .bottomBoxItem .bottomNewsBox .UlBox .newsBoxUl .newsBoxLi .newsLiA .newBoxPhone .newsTimePhone{
        display: block;
        color: #999;
        font-size: 12px;
        text-align: right;
        margin-right: 10px;
		margin-bottom: 2px;
    }
    
    .newsPage .newsBox .bottomBox .newsActive .bottomNewsBox #pagination {
        display: none;
    }

    /* 新闻页手机端适配 */
    .newsSegmentation {
        margin: 20px 0px;
        width: 100%;
    }
    .SegmentMage {
        display: flex;
        font-size: 12px;
        width: 100%;
        margin-bottom: 20px;
        justify-content: center;
    }
    .SegmentMage .source {
        color: rgb(112, 109, 109);
		  margin-right: 5px;
    }
    .newsSegmentation .arr {
        width: 100%;
        height: 1px;
        background: #ccc;
    }

    .newsDetail {
        width: 100%;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        overflow-x: hidden;
        padding: 0px 15px;
    }

    .newsDeBox {
        width: 100%;
        display: flex;
        flex-direction: column;
        /* align-items: center; */
        margin: 30px 0px;
    }
    .newsDeBox .newsTitle {
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        margin: 15px 0px;
    }
    .newsDeBox img {
        /*   display: block;*/
        width: 95%;
        height: auto;
    }
    .newsTime {
        width: 100%;
        text-align: right;
    }
}

/*小屏幕*/
@media screen and (min-width: 768px) {
    .main-service .content .content-left img {
        height: 320px;
    }
    .nav {
        max-height: 80px;
    }
    .nav.index {
        background: rgba(255, 255, 255, 1);
    }
    .nav .nav-list button {
        display: none;
    }
    .nav .layui-nav {
        width: auto;
        position: absolute;
        top: 0;
        padding: 0 5px;
        border-radius: 0;
        margin: 0;
    }
    .nav .layui-nav .layui-nav-item {
        display: inline-block;
        margin: 0 32px;
        line-height: 80px;
    }
    .main-case p.title,
    .main-service p.title,
    .mainNews p.title {
        font-size: 36px;
        line-height: 160px;
    }
    .main.product .content .content-img {
        text-align: left;
    }
    .main-news .content .news-panel strong a {
        font-size: 20px;
        line-height: 30px;
    }
    .main-news .content .news-panel p.read-push {
        padding-top: 0;
        position: absolute;
        bottom: 40px;
    }
    .main-newsdate .pushtime {
        line-height: 142px;
    }
    .main-case .content {
        width: 45%;
    }
    .main-case .content.even {
        margin-left: 9%;
    }
    .main-about ul.aboutab li {
        padding: 0 32px;
        font-size: 24px;
        margin-left: 30px;
        line-height: 50px;
    }
    .main-about .tabIntro .content p {
        padding: 0 30px;
        font-size: 18px;
        line-height: 30px;
    }
    .main-about .tabJob .content p {
        font-size: 24px;
        line-height: 50px;
    }
    .main-about .tabJob .content p.title {
        font-size: 30px;
        line-height: 90px;
    }
    .main-about .tabJob .content ol li {
        font-size: 20px;
        line-height: 60px;
    }
    .main-about .tabCour .timeline:before {
        left: 50%;
    }
    .main-about .tabCour .timeline li {
        min-height: 195px;
        padding-top: 95px;
    }
    .main-about .tabCour .timeline li .cour-img {
        left: 50%;
        margin-left: -97.5px;
        width: 195px;
    }
    .main-about .tabCour .timeline li .cour-panel {
        padding-top: 55px;
        padding-left: 0;
    }
    .main-about .tabCour .timeline li.odd .cour-panel {
        text-align: right;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    .main.product .content div.right {
        padding-left: 20px;
    }
    .nav .layui-nav .layui-nav-item {
        margin: 0 33px;
    }
    .main-service .content .content-left {
        width: calc(100% - 300px);
    }
    .main-service .content .content-right {
        width: 300px;
        padding: 10px 10px 0 15px;
    }
    .main-service .content .content-right span {
        margin-bottom: 20px;
    }
    .main-service .content .content-right p {
        line-height: 28px;
    }
    .main.product .content .label {
        line-height: 40px;
        margin-top: 0;
    }
    .main.product .content .detail {
        padding-bottom: 10px;
    }
}
/*大屏幕*/
@media screen and (min-width: 992px) {
    /* .main.product .content { */
        /*  padding: 100px 0; */
    /* } */
    .main.product .content div.right {
        padding-left: 0;
    }
    .main-news .content .news-img {
        width: 20%;
    }
    .main-news .content .news-panel {
        width: 80%;
    }
    .main-case .content {
        width: 31%;
    }
    .main-case .content.even {
        margin-left: 0;
    }
    .main-case .content.center {
        margin-right: 3%;
        margin-left: 3%;
    }
    .main-about .tabIntro .content p {
        padding: 0 50px;
        font-size: 20px;
        line-height: 40px;
    }
}
/*超大屏幕*/
@media screen and (min-width: 1200px) {
    .main-news .content .news-img {
        width: 35%;
    }
    .main-news .content .news-panel {
        width: 65%;
    }
    .main-news .content:nth-child(odd) {
        padding-right: 20px;
    }
    .main-news .content:nth-child(even) {
        padding-left: 20px;
    }
    .main-about .tabCour .timeline li .cour-panel {
        padding-left: 50px;
    }
    .main-about .tabCour .timeline li.odd .cour-panel {
        padding-left: 0;
        padding-right: 50px;
    }
}
@media screen and (min-width: 1300px) {
    .layui-container {
        width: 1200px;
        padding: 0;
    }
    .main-about .tabJob .content:last-child {
        margin-bottom: 20px;
    }
    .nav .nav-logo {
        /* position: absolute */
        top: 0;
        left: 0;
    }
    .layui-col-space80 {
        margin: -40px;
    }
    .layui-col-space80 > * {
        padding: 28px;
    }

    .panel hr {
        height: 2px;
        background-color: #ffb800;
    }
}
