.nav-banner {
    width: 100%;
    height: 220px;
    position: relative;
    background-size: cover !important;
    background-position: 50% !important;
    border-bottom: 10px solid #f4a700;
}
.nav-banner-text {
    text-align: center;
    color: #fff;
    position: absolute;
    width: 100%;
}
.nav-gps{
    max-width: 1300px;
    padding: 30px 0;
    margin: 0 auto;
    font-size: 16px;
    color: #333;
}
.nav-gps a span {
    font-size:14px;
    margin-left:5px;
    margin-right:5px
}
.nav-gps a {
    position:relative;
    padding-right:15px;
    margin-right:10px
}
.nav-gps a:before {
    content:"\e654";
    width:10px;
    height:10px;
    position:absolute;
    right:0;
    top:2px;
    font-size:14px;
    text-align:right;
    font-family:iconfont!important
}
.home-pro {
    max-width: 1300px;
    margin: 2% auto;
    overflow: hidden;
}
.details-title {
    width: 100%;
    padding-bottom: 20px;
    font-size: 32px;
    color: #1f2c5c;
    border-bottom: #efefef solid 1px;
}
.details-content {
    color: #737373;
    line-height: 32px;
    margin-top: 5%;
    margin-bottom: 50px;
}
.details-content h2 {
    font-size: 24px;
    color: #8ab24a;
    border-left: 5px solid #f4a700;
    padding-left: 10px;
    line-height: 24px;
    margin-bottom: 20px;
}

.details-content-table {
    line-height:38px;
    font-size:16px;
    width:100%;
    float: left;
    margin-top: 20px;
}
.cat-description p{font-size: 18px; line-height: 30px; color: #666}
.video-box{width: 100%}
.video-des{
    width: 60%;
    float: left;
    padding-left: 15px;
    font-size: 20px;
}
.flow{width: 100%; margin-top: 30px}
.flow-left{width: 30%; float: left; text-align: center; font-size: 36px; line-height: 206px; background: #8AB24A; color: #FFF}
.flow-right{width: 70%; float: left}
.details-content ul{
    margin-left: 2%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.details-content li{
    width: 100%;
    padding: 15px 0;
    text-align: center;
    overflow: hidden;
    background: #efefef91;
}
.details-content ul i {
    width: 100%;
    line-height: 50px;
    font-size: 24px;
    color: #cccccc;
    text-align: center;
}
.details-content li p{line-height: 24px;}
.details-content li img{width: 100%}
sup, sub {
    font-size:10px;
    line-height:10px
}
.indicator-type {
    background-color:#f4a700;
    padding:0 1%;
    font-size: 18px;
    font-weight: 500;
}
.indicator-name {
    color:#fff
}
.indicator-details {
    color:#010c1f;
    border-bottom:1px solid #efefef;
    width:100%;
    float:left;
    background-color:#fff
}
.indicator-details:nth-child(19) {
    border-bottom:unset
}
.indicator-project, .indicator-unit, .indicator-value {
    float:left;
    padding:0 1%
}
.indicator-project {
    width:60%
}
.indicator-project-plural {
    transform:translateY(100%)
}
.indicator-value {
    width:35%
}
.app-products{
    margin-top: 20px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.app-products li{
    width: 31%;
    margin-bottom: 30px;
    position: relative;
    margin-right: 2%;
    border-radius: 5px;
    overflow: hidden;
}
.app-products img {
    width: 100%;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}
.details-app-box{
    background-color: rgba(31, 44, 92, 0.9);
    height: 70px;
    width: 100%;
    padding: 0 20px;
    position: absolute;
    top: auto;
    bottom: 0;

    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
}
.details-app-box-title{
    /* color: #8ab24a; */
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px
}
.details-app-box-des{
    display: inline;
    color: #FFFFFF;
    font-size: 18px;
    width: 60%;

    word-wrap:break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.details-app-box-button{
    padding: 2px 6px;
    background-color: #8ab24a;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    border-radius: 4px;
    position: absolute;
    bottom: 5px;
    right: 10px;
}

.app-products li:hover .details-app-box{
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}
.image-box{display: none;}
.cover {
    display: none;
    align-items: center;
    justify-content: center;
    position:fixed;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.8);
    z-index:999
}
.cover>div {
    width: 600px;
    height:338px;
    /*display:flex;*/
    /*align-items:center;*/
    /*justify-content:center*/
    position: relative;
}
.cover>div>div {
    width:100%;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align: center;
}
.Closehide {
    position:absolute;
    cursor:pointer;
    z-index: 9999;
    top: 0;
    right: 0;
}
.Closehide-img {
    position:absolute;
    cursor:pointer;
    z-index: 9999;
    top: 9px;
    right: 10px;
}
.content-left {
    width: 70%;
    border-right: 1px solid #efefef;
    padding-right: 20px;
    float: left;
}
.content-right {
    width: 28%;
    float: left;
    margin-left: 2%;
}
.content-right li {
    width: 100%;
    float: left;
    background: #f1f3f4;
    margin-bottom: 5px;
    padding: 10px 15px;
    font-size: 20px;
    line-height: 26px;
    color: gray;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    transition: box-shadow .3s ease-out,transform .3s ease-out;
}
.content-right li:hover{
    color:#8ab24a;
    transform:translate3d(-8px,0,0);
}
.right-menu {
    margin-top: 5%;
    font-weight: 700;
    font-size: 22px !important;
    color: #333 !important;
    border-left: 5px solid #8ab24a;
}
.right-menu-on {
    color: #8ab24a!important;
    font-weight: 700;
    pointer-events: none;
}
.right-menu:nth-of-type(1) {
    pointer-events: none;
}
.details-content-swiper {
    float: right;
    width: 40%;
    overflow: hidden;
    position: relative;
}
.details-content-text {
    float: right;
    width: 56%;
    margin-right: 4%;
}
.cover .swiper-slide img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
/*video*/
.video-list ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.video-list li{
    width: 32%;
    text-align: center;
    margin-bottom: 20px;
    padding: 5px;
}
.video-list ul::after {
    content: '';
    width: 32%;  /*伪元素的宽度与子元素的宽度一致*/
}
.video-list li img{max-width: 100%}
.video-list p{line-height: 30px}
/*video*/
/* news */
.news-list li{
    width: 100%;
    border-bottom: 1px dashed #ccc;
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 20px
}
.news-img{
    float: left;
    margin-right: 20px;
}
.news-img img{width: 200px;}
.news-list-title{
    font-size: 24px;
    font-weight: 500;
}
.news-list-time{font-size: 18px; color: #ccc;}
.xiaocms-page {text-align:center;}
.xiaocms-page a {
    font-size: 18px;
    border-radius:5px;
    transition:0.3s;
    display:inline-block;
    height:35px;
    line-height:35px;
    background:#fff;
    border:1px solid #e3e3e3;
    text-align:center;
    color:#333;
    padding:0 15px;
    margin-left:5px;
}
.xiaocms-page a:hover {
    transition:0.3s;
    background:#f1f1f1;
    color:#000;
    text-decoration:none;
}
.xiaocms-page span {
    font-size: 18px;
    border-radius:5px;
    display:inline-block;
    height:35px;
    padding:0 15px;
    line-height:35px;
    background:#e3740f;
    border:1px solid #e3740f;
    color:#fff;
    text-align:center;
    margin-left:5px;
}
.page-link {
    font-size:20px;
    height:20px;
    display:block;
    font-weight:400;
    color:#e3740f;
    float:left;
}
.page-title {
    margin-top:2px;
    float:left;
    font-size:20px;
    font-weight:normal;
    width:100%;
    height:24px;
    line-height:24px;
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    color:#999;
}
/*contact*/
.contact-box {
    float:left
}
.contact-box span {
    text-align: left;
    font-size:18px;
    display:block
}
.contact-box input, .contact-box textarea {
    border:#ddd solid 1px;
    border-radius:5px;
    color: #737373;
}
.layui-upload-drag p{
    font-weight: 600;
    color: #333;
}
.me_input {
    width:100%;
    line-height:42px;
    padding:0 10px;
    background:0 0;
    background-color:transparent;
    margin-bottom:15px;
}
.me_input4 {
    width:100%;
    resize:none;
    line-height:30px;
    padding: 10px;
    margin-bottom:15px;
}
.me_input5 {
    float:left;
    width:180px;
    line-height:42px;
    background:#8ab24a;
    color: #FFFFFF!important;
    text-align:center;
    font-size:22px;
    cursor:pointer;
}

@media screen and (max-width: 1330px) {
    .nav-gps{padding-left: 20px;padding-right: 20px;font-size: 14px;}
    .home-pro{padding: 0 20px}
}

@media screen and (max-width: 1024px){
    .nav-gps, .home-pro{max-width: 990px}
}
@media screen and (max-width: 1023px){
    .nav-banner{height: 150px}
    .details-title{font-size: 24px}
    .details-content h2{font-size: 20px}
    .content-left {width: 100%;border-right: none;padding-right: 0;}
    .content-right {display: none}
    .details-content-swiper{float: left;width: 100%}
    .swiper-slide img{max-width: unset;max-height: unset;width: 100%}
    .details-content-text{float: left;width: 100%;margin-top: 20px;}
}
@media screen and (max-width: 990px){
    /*.details-content li{padding: 40px 3% 0 3%}*/
    .app-products li{width: 48%;margin-right: 0;}
    .cat-description p{ font-size: 16px; line-height: 28px}
    .img-title {margin-top: 50px; line-height: 50px; font-size: 28px}
    .image-list{margin-top: 20px}
    .news-img img{width: 120px;}
    .news-list-title{font-size: 18px;line-height: 22px;}
    .news-list-time{font-size: 16px;line-height: 16px;}
    .xiaocms-page a, .xiaocms-page span{font-size: 16px;}
    .video-des{font-size: 18px}
}
@media screen and (max-width: 810px){
    .video-des{font-size: 18px; line-height: 25px;}
}
@media screen and (max-width: 600px) {
    .cover>div{width: 385px;height: 258px}
    .details-content ul p{font-size: 16px}
    .cnc-video-img {width: 100%}
    .video-des{margin-top: 15px; width: 100%; font-size: 18px; padding-left: unset}
}
@media screen and (max-width: 400px) {
    .cover>div{width: 365px;height: 273px}
}