@charset "utf-8";
.w1200 {
    width: 1200px;
    margin: 0px auto;
}

.w90 {
    width: 90%;
    margin: 0px auto
}

.w83 {
    width: 83%;
    margin: 0px auto;
}

.header {
    width: 100%;
    float: left;
    position: relative;
    z-index: 999
}

.logo {
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

.qiehuan {
    float: right;
    border: none;
    font-size: 24px;
    color: #003052;
    margin-top: 50px;
    position: relative;
    z-index: 9999
}

.qiehuan a {
    font-size: 20px;
    float: right;
    line-height: 48px;
    color: #003052;
}

.qiehuan img {
    float: right;
    margin-top: 18px;
    margin-left: 5px;
}

#owl-demo {
    width: 100%;
    float: left;
    margin-left: auto;
    margin-right: auto;
}

#owl-demo .item {
    display: block;
}

#owl-demo img {
    display: block;
    width: 100%;
}


/*.menu{  width: 100%; height:auto; display:inline-table; margin: 0 auto; background: #fff; padding-top:50px; padding-bottom:50px;  min-height:400px;}*/
/*.menu ul { width:42%; margin-left:4%; margin-right:4%; float:left;}*/
/*.menu ul li{ !*height:45px; *!line-height:70px; width:100%; float:left; }*/
/*.menu ul li span{ display: block; height: 100%; width:100%; position: relative; text-align:center; font-size:16px;color:#003052;border-bottom:solid 2px #003052; font-weight:bold; border-bottom:solid 2px #003052;box-sizing:border-box; cursor:pointer }*/
/*.menu ul li span a {font-size:16px;color:#003052;}*/
/*.menu ul li>dl{ display: none; width:100%; color:#003052; font-size:16px;}*/
/*.menu ul li>dl dt { color:#003052;border-bottom:solid 2px #003052; font-size:14px; width:50%; float:left; margin:0px; padding:0px; text-align:left; text-indent:15px;}*/
/*.menu ul li>dl a{ display: block; height: 100%; width: 100%; font-size: 14px; color: #003052; text-decoration: none; }*/
/*.menu ul li>dl a:hover { color:#ea5804}*/
.nav .list li{
    margin-left: 48px!important;
}
.nav .box{
    width: 1210px!important;
    margin-left: 60px!important;
}

/* 基本样式 */
.menu {
    position: relative;
    width: 300px;
    background-color: #fff;
    /*border: 1px solid #ddd;*/
    font-family: Arial, sans-serif;
}

.menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-list > li {
    position: relative;
    padding: 5px 10px;
    border-bottom: 2px solid #003C5D;
    cursor: pointer;
    white-space: nowrap;
}

.menu-list > li:last-child {
    border-bottom: none;
}

.menu-list li:hover {
    background-color: #f1f1f1;
}

.menu-list li a {
    text-decoration: none;
    color: #003C5D;
}

.menu-list li a span svg {
    position: absolute;
    right: 6px;
    top: 23px;
    width: 13px;
    height: 13px;
}

.menu-list li a:hover {
    color: #007bff;
}

/* 子菜单样式 */
.sub-menu {
    position: absolute;
    top: -1px;
    left: 100%;
    display: none;
    background-color: #fff;
    border: 1px solid #ddd;
    z-index: 1000;
    width: 280px;
}

.sub-menu li {
    padding: 5px 10px;
    border-bottom: 2px solid #003C5D;
    cursor: pointer;
}

.sub-menu li:last-child {
    border-bottom: none;
}

.sub-menu li:hover {
    background-color: #f1f1f1;
}

/* 显示子菜单 */
.menu-list li:hover > .sub-menu {
    display: block;
}


.tab-box ul {
    border-left: solid 1px #ccc
}

.main {
    width: 100%;
    float: left;
}

.hui {
    background-color: #eeeeee
}

.hui-f8 {
    background-color: #F8F8F8
}

.title_d {
    font-size: 36px;
    color: #004362;
    width: 100%;
    text-align: center;
    margin-top: 50px;
    line-height: 75px;
    font-weight: bold;
}

.title_x {
    font-size: 30px;
    color: #004362;
    width: 100%;
    float: left;
    text-align: center;
    line-height: 40px;
    margin-bottom: 50px;
}


.tab-box {
    width: 100%;
    float: left;
}

.tab-box .tab {
    border-bottom: 1px solid #ccc;
    border-top: solid 1px #ccc;
    display: inline-table;
    padding-left: 50px;
    padding-right: 50px;
}

.tab-box .tab ul li {
    width: auto;
    height: 80px;
    float: left;
    font-size: 28px;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 80px;
    color: #004362;
    cursor: pointer;
    border-right: solid 1px #ccc;
    box-sizing: border-box;
    text-align: center;
    display: table;
}

.tab-box .tab ul li:hover {
    background: #004362;
    color: #fff
}

.nr td {
    float: left;
    width: 50%;
    line-height: 30px;
}

.nr-nbbt{
    margin-bottom: 0!important;
}
.tab-box .tab ul li:hover a {
    color: #fff
}

.tab-box .tab ul li a {
    font-size: 16px;
    color: #064261;
    float: left;
    width: 100%;
    box-sizing: border-box
}

.tab-box .tab ul li p {
    display: table-cell;
    vertical-align: middle;
}

.tab-box .tab ul li.action {
    background: #004362;
    color: #fff
}

.tab-box .tab ul li.action a {
    color: #fff
}

.tab-box .box {
    width: 100%;
    padding-bottom: 100px;
    padding-top: 100px;
}

.tab-box .box .item {
    display: none;
}

.tab-box .box .item:first-child {
    display: block;
}

.neirong {
    width: 100%;
}

/*
.neirong.gaokeji ul {
    display: flex;
    justify-content: space-between;
}
*/


/*.neirong LI {*/
/*    width: 31.33%;*/
/*    margin-left: 1%;*/
/*    position: relative;*/
/*    height: 280px;*/
/*    margin-right: 1%;*/
/*    float: left;*/
/*    box-shadow: 3px 8px 15px 3px #dad7d7;*/
/*    background-color: #fff*/
/*}*/

.neirong.gaokeji ul {
    display: flex;
    /*justify-content: space-between;*/
    border: none;
}

.neirong.gaokeji .home-p-link {
    width: 24.25%;
    margin-left: 0.5%;
    position: relative;
    margin-right: 0.5%;
    /*float: left;*/
    height: auto;
    background-color: #fff;
    padding: 30px;
    box-sizing: border-box;
    transition: 300ms;
}
.neirong.gaokeji .home-p-link:hover{
    box-shadow: 3px 8px 15px 3px #dad7d7;
}
.neirong.gaokeji li:nth-child(1) {
    margin-left: 0;
}

.neirong.gaokeji li:nth-child(4) {
    margin-right: 0;
}

.index-g-title {
    border-bottom: 1px solid #E7E7E7;
    font-weight: 400;
    text-align: left;
    padding-bottom: 24px;
    position: relative;
}

.index-g-title .text {
    font-size: 30px;
    color: #003C5D;
    line-height: 28px;
    display: block;
    width: 100%;
    word-break: break-all;
}

.learn-more-btn-homr{

}
.index-g-title .learn-more {
    float: right;
    margin-right: -40px;
    width: 160px;
    height: 60px;
    background: #003C5D;
    text-align: center;
    line-height: 60px;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    position: absolute;
    right: 0;
    top: 0;
}
.home-product-learn{
    text-align: center;
    .learn-more{
        float: none;
        margin: auto;
        position: initial;
        display: block;
        left: 0;
        right: 0;
        bottom: 0;
    }
}
.index-jianjie {
    line-height: 36px;
    font-weight: 400;
    font-size: 18px;
    color: #999;
}

.index-jianjian-img {
    width: 100%;
    height: 250px;
    object-fit: contain;
}

.cp {
    width: 45%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-right: solid 1px #cecece;
    height: 100%;
    box-sizing: border-box
}

.jianj {
    width: 55%;
    float: right;
    padding: 30px;
    box-sizing: border-box;
    padding-top: 10px;
}

.jianj_t {
    font-size: 24px;
    font-weight: bold;
    width: 100%;
    color: #003b5c;
    line-height: 60px;
    text-align: left;
}

.jianj_i {
    height: 100px;
    width: 100%;
    float: left;
    font-size: 14px;
    text-align: left;
    color: #9f9f9f;
    padding-top: 15px;
    line-height: 24px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jianj_m {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 128px;
    height: 52px;
    font-size: 24px;
    color: #fff;
    background-color: #003B5C;
    line-height: 52px;
}

.jianj_m a {
    font-size: 18px;
    color: #fff
}

.jianj_m:hover {
    background-color: #ea5703
}

.index-industry {
    .title_x {
        font-size: 20px;
    }
}

.index-industry-applies {
    width: 100%;
    height: 55vh;
    background: url('/style/images/index/industry.jpg') no-repeat;
    background-size: cover;
    display: block;
}

.index-industry-app-item {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #FFFFFF;
    border-right: 1px solid #ffffff77;
    transition: all 0.3s;
    background: #00000033;
}

.index-industry-app-item:hover {
    color: #ea5703;
    font-weight: 700;
    /*background: #00000088;*/
}
.index-industry-app-item span{
    transition: transform 0.3s;
    transform: translateY(0px);
}
.index-industry-app-item:hover span{
    transform: translateY(-20px);
}

.yf {
    margin-bottom: 100px;
    margin-top: 30px;
}

.yf li {
    background-color: #f5f5f5;
    height: 250px;
}

.yf .cp {
    height: 100%;
    background-color: #fff
}

.fuw {
    width: 55%;
    background-color: #f5f5f5;
    line-height: 40px;
    bottom: 10px;
}

.yf .jianj_i {
    -webkit-line-clamp: 4;
}

.fuw a {
    width: 40px;
    height: 40px;
    font-size: 30px;
    line-height: 32px;
    color: #084967;
    margin: 0px auto;
    display: block;
    background-color: #f5f5f5;
    border: solid 2px #084967;
    box-sizing: border-box;
    border-radius: 100%;
}

.fuw a:hover {
    background-color: #ea5703;
    color: #fff;
    border: solid 2px #ea5703;
}

.fuw:hover {
    background-color: #f5f5f5;
}

.jg {
    width: 16%;
    height: 3px;
    margin: 0px auto;
    background-color: #003b5c;
    margin-bottom: 20px;
    margin-top: 10px;
}

.index-news.learn-more {
    margin: auto;
    margin-bottom: 93px;
    width: 160px;
    height: 60px;
    background: #003C5D;
    text-align: center;
    line-height: 60px;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
}

.news { display: flex;flex-wrap: wrap; width:100%;  margin-top:0px; margin-bottom:50px;}
.news li {  width:48%; margin-right:2%; margin-top:20px; height:120px; overflow:hidden;}
.new li a{display: inline-block}
.news li img { width:25%; float:left; height:114px;object-fit: cover;}
.cng {display: inline-block;
    height: 114px; padding:5px 20px; box-sizing:border-box; float:right; width:75%}
.cng_t { width:100%; float:left; font-size:16px; color:#004362; margin-top:0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.cng_t .time {  display: block; font-weight:normal;text-align: center;
    line-height: 30px;}
.cng_t .news-title{
    display: block;color:#004362;
}
.cng_i { width:100%; float:left; margin-top:0px; font-size:14px; color:#4a4949; line-height:20px; text-align:left;}
.news li:hover .cng_t {color:#ea5703;}

.index-about-us {
    width: 100%;
    min-height: 970px;
    background: url("/style/images/index/about.png") no-repeat;
    background-position: center top;
    background-size: 100%;
    padding-top: 90px;
    box-sizing: border-box;
    text-align: left;
    padding-bottom: 30px;
}

.index-about-us .title_d {
    margin-bottom: 74px;
}

.about-us-intro {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 60px;
    text-indent: 2em;

}

.nav-link {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.nav-link-item {
    display: inline-block;
    text-align: center;
    margin-top: 70px;
}

.nav-link .nav-link-item:last-child {
    margin-right: 0;
}

.nav-link-item .nav-name {
    font-weight: 400;
    font-size: 20px;
    color: #666666;
    line-height: 48px;
}

.nav-link-item .nav-link-squre {
    width: 142px;
    height: 163px;
    background: url("/style/images/index/link-normal.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.nav-link-squre .icon {
    width: 55px;
}

.nav-link-squre .icon.active {
    display: none;
}

.nav-link-item:hover .nav-name {
    color: #003C5D;
}

.nav-link-item:hover .nav-link-squre {
    background: url("/style/images/index/link-active.png") no-repeat;
    background-size: 100% 100%;
}

.nav-link-item:hover .nav-link-squre .icon {
    display: none;
}

.nav-link-item:hover .nav-link-squre .icon.active {
    display: inline-block;
}

.about_left {
    float: left;
    width: 35%;
    height: 440px;
    margin-top: 30px;
    margin-bottom: 100px;
    background-color: #eeeeee;
    box-sizing: border-box;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 50px;
    padding-right: 50px;
    text-align: left;
}

.about_c {
    font-size: 16px;
    width: 100%;
    float: left;
    text-transform: uppercase;
    font-weight: bold;
}

.about_t {
    font-size: 32px;
    font-weight: bold;
    width: 100%;
    float: left;
    line-height: 50px;
}

.about_a {
    width: 100%;
    float: left;
    font-size: 14px;
    margin-top: 20px;
    font-weight: bold;
    line-height: 30px;
}

.about_right {
    width: 55%;
    float: right;
    margin-right: 60px;
    margin-top: 30px;
}

.qhh .owl-item {
    position: relative;
    width: 100%;
}

#owl-demob {
    width: 100%;
    float: left;
}

#owl-demob img {
    float: left;
    width: 100%;
    height: 440px;
}

/*关于我们-关于伏尔肯的轮播*/
#about-owl-demob img {
    width: 100%;
    height: 668px;
    object-fit: cover;
}

/* 导航容器的样式 */
#about-owl-demob .owl-buttons {
    position: absolute;
    top: 40%; /* 垂直居中 */
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between; /* 左右分布 */
    pointer-events: none; /* 防止挡住轮播内容的点击 */
}

#about-owl-demob .owl-controls {
    height: 100%;
    top: 0;
}

#about-owl-demob .owl-buttons .owl-prev,
#about-owl-demob .owl-buttons .owl-next {
    color: #fff; /* 按钮文字颜色 */
    border: none;
    width: 75px;
    height: 130px;
    background: #003C5D;
    font-size: 20px;
    pointer-events: all; /* 允许点击 */
    cursor: pointer;
    outline: none;
    line-height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 左右按钮的具体位置 */
#about-owl-demob .owl-buttons .owl-prev {
    position: absolute;
    left: 0; /* 调整为合适的左边距 */
}

#about-owl-demob .owl-buttons div > img {
    width: 20px;
    height: 36px;
}

#about-owl-demob .owl-buttons .owl-next {
    position: absolute;
    right: 0; /* 调整为合适的右边距 */
}

.about-intro {
    margin-top: 80px;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 60px;
    text-align: left;
    text-indent: 2em;
}

/*发展历程*/
/* 导航容器的样式 */
.about-progress-tab-box {
    float: none;
}

.about-progress-wrapper {
    margin-top: 100px;
    height: 500px;
    padding: 50px 0;
    background: url("/style/images/about/world.png") no-repeat;
    background-position: center 0;
}

.about-progress-content {
    width: 90% !important;
    margin: auto;
}

.about-progress-content li {
    position: relative;
}

.progress-title {
    font-family: Arial;
    font-weight: 400;
    font-size: 30px;
    color: #003C5D;
    line-height: 36px;
}

.progress-dot {
    padding: 20px 0;
}

/*发展历程横线*/
.progress-dot::before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #D0D0D0;
}

.progress-dot::after {
    display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    border-radius: 50%;
    border: 2px solid #003C5D;
    margin-top: -8px;
}

.progress-desc {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    line-height: 30px;
    text-align: left;
    width: 90%;
    margin: 0 auto;
}

.owl-controls {
    pointer-events: none;
}

#about-progress .owl-buttons {
    position: absolute;
    top: 24px; /* 垂直居中 */
    width: 110%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between; /* 左右分布 */
}

#about-progress .owl-controls {
    height: 100%;
    top: 0;
}

#about-progress .owl-buttons .owl-prev,
#about-progress .owl-buttons .owl-next {
    color: #fff; /* 按钮文字颜色 */
    border: none;
    width: 61px;
    height: 61px;
    font-size: 20px;
    pointer-events: all; /* 允许点击 */
    cursor: pointer;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 左右按钮的具体位置 */
#about-progress .owl-buttons .owl-prev {
    position: absolute;
    left: -3%; /* 调整为合适的左边距 */
}

#about-progress .owl-buttons div > img {
    width: 61px;
    height: 61px;
}

#about-progress .owl-buttons .owl-next {
    position: absolute;
    right: 6%; /* 调整为合适的右边距 */
}


.qhh .item_about {
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 0px;
    background-color: rgba(0, 0, 0, .5);
    padding-top: 10px;
    z-index: 9;
    height: 100px;
    text-align: left;
    padding-bottom: 10px;
    padding-left: 40px;
    box-sizing: border-box
}

.qhh .owl-pagination {
    display: none
}

.qhh .owl-prev {
    width: 40px;
    height: 40px;
    background-image: url(../images/shang.png);
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-size: 100%;
    text-indent: -9999px;
    position: absolute;
    left: -50px;
    top: 0%;
    margin-top: -20px;
    top: 50%;
}

.qhh .owl-next {
    width: 40px;
    height: 40px;
    background-image: url(../images/xia.png);
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-size: 100%;
    text-indent: -9999px;
    position: absolute;
    right: -50px;
    top: 0%;
    margin-top: -20px;
    top: 50%;
}

.item_b {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    width: 100%;
    float: left;
}

.item_i {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
    width: 100%;
    float: left;
}

.qhh .owl-buttons {
    width: 100%;
}

.qhh .owl-controls {
    height: 100%;
    bottom: 0px;
}

#owl-demo .owl-controls {
    bottom: 20px;
}

#owl-demob .owl-wrapper-outer {
    position: relative;
    z-index: 2
}

.footer {
    width: 100%;
    float: left;
}

.foot {
    width: 100%;
    float: left;
    background-color: #bbbbbb;
    padding-top: 20px;
    padding-bottom: 20px;
}

.foot_l {
    float: left;
    line-height: 26px;
    font-size: 16px;
    text-align: left;
    width: 12%;
}

.foot_l a {
    font-size: 14px;
    color: #fff;
    width: 100%;
    float: left;
}

.foot_l a:hover {
    color: #666
}

.foot_r {
    width: 64%;
    float: right;
}

.foot_r span {
    float: right;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    margin-right: 20px;
}
.foot_r span img{
    background: #fff;
    height: 155px;
}
.foot_b {
    background-color: #101010;
    font-size: 13px;
    color: #a4a4a4;
    height: 56px;
    line-height: 56px;
    width: 100%;
    float: left;
}

.wap_w {
    display: none
}

.black_overlaya {
    display: none;
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 999999;
    -moz-opacity: 0.4;
    opacity: .40;
    filter: alpha(opacity=44);
}

.white_contenta {
    display: none;
    position: absolute;
    top: 70px;
    left: 0%;
    margin-left: 0%;
    width: 100%;
    height: auto;
    padding: 0px;
    background-color: white;
    z-index: 1000000;
    overflow: auto;
}

.chanpin-wrapper {
    display: flex;
    position: relative;
}

/*产品分类*/
#product-cate {
    display: none
}

.chanpin-cate {
    width: 319px;
    height: 965px;
    overflow-y: auto;
    background: #fff;
    position: sticky;
    top: 70px;
    margin-top: 70px;
    margin-bottom: 50px;
    padding-top: 40px;
}

.chanpin-cate ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border-left: none;
}

.chanpin-cate li {
    position: relative;
    text-align: left;
    padding: 10px 25px 10px 25px;
    cursor: pointer;
}

.chanpin-cate li .cate-name {
    font-weight: 500;
    font-size: 24px;
    color: #003C5D;
    padding: 10px 0;
}

.chanpin-cate li .expand-icon {
    position: absolute;
    right: 30px;
    top: 10px;
    /*transform: translateY(-50%);*/
    font-size: 21px;
    z-index: 99;
}

.chanpin-cate li .expand-icon img {
    width: 21px;
    height: 21px;
    object-fit: contain;
}

.chanpin-cate > .sub-list {
    display: none;
    list-style: none;
    padding-left: 20px;
    margin-top: 10px;
}

.chanpin-cate .sub-list li {
    font-size: 14px;
    padding: 10px 0 0 0;
    cursor: pointer;
}
.chanpin-cate .sub-list li span:hover,
.product-list .sub-list-item-2 .cate-name.active,
.product-list .main-list-item .cate-name:hover,
.product-list .main-list-item .cate-name.active{
    color: #ea5703;
}
/* 一级分类 */
.product-list .main-list-item > .sub-list {
    padding-top: 10px;
}

/* 一级分类 */
.product-list .main-list-item .cate-name {
    font-size: 22px;
    /*font-weight: bolder;*/
    margin: 10px 0;
}

/* 二级分类 */
.product-list .sub-list-item-2 .cate-name {
    font-size: 18px;
    color: #666;
    margin-left: 20px; /* 更深的缩进 */
}

.product-list li .sub-list-item-2 img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

/* 三级分类 */
.product-list .sub-list-item-3 .cate-name {
    font-size: 14px;
    color: #aaa;
    margin-left: 30px; /* 更深的缩进 */
}

/* 子列表样式 */
.product-list .sub-list {
    list-style: none;
    margin: 0;
}

.chanpin-cate .sub-list li:hover {
    color: #007bff;
}
.product-detail-container {
    width: 77%;
    display: none;
}

.chanpin-detail{
    max-width: 100%;
    margin-top: 70px;
    margin-left: 50px;
    text-align: left;
    margin-bottom: 50px;
    background: #fff;
    padding: 20px 30px 50px;
}
.chanpin-detail.detail{
    width: 100%;
    margin: 40px 0 0;
    text-align: left;
    padding: 0 0 30px 60px;
    box-sizing: border-box;
}
.chanpin-detail .title{
    line-height: 1.5;
    font-size: 28px;
    font-weight: bold;
    color: #003C5D;
    margin-bottom: 16px;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}


.chanpin-detail .intro-title{
    line-height: 2;
}
.chanpin-detail .detail-title{
    font-size: 20px;
    color: #003C5D;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 15px;
}
.chanpin-detail .detail-desc{
    font-size: 16px;
    line-height: 2.5;
    width: 93%;
    color: #333;
}

.chanpin-detail .detail-desc span{
    position: relative;
    padding-left: 10px;
    display: block;
}

.chanpin-detail .detail-desc span:not(:empty):before{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #999;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.chanpin-detail img{
    max-width: 70%;
}
.chanpin {
    padding: 0 0.6%;
    width: calc(100% - 320px);
    float: left;
    margin-top: 30px;
    margin-bottom: 50px;
}

.chanpin li {
    width: 31%;
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    margin-top: 40px;
}

.chanpin li img {
    width: 100%;
    float: left;
    height: 360px;
    object-fit: contain;
    background: #fff;
}

.chanpin li:hover span {
    background-color: #ea5703
}

.chanpin li span {
    width: 100%;
    float: left;
    height: 64px;
    font-size: 24px;
    background-color: #003b5c;
    line-height: 64px;
    color: #fff
}

.dw {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    height: 1px;
    background-color: #ccc;
    float: left;
    margin-top: 0px;
    margin-bottom: 40px;
}

.nr {
    width: 100%;
    background: #fff;
    float: left;
    margin-top: 50px;
    margin-bottom: 50px;
}

.nr .nr-intro {
    height: 100px;
    line-height: 100px;
    border-bottom: 1px solid #f3f3f3;
    font-weight: 500;
    font-size: 28px;
    color: #003C5D;
    padding-left: 60px;
}
.nr .nr-article{
    padding: 30px 60px 20px;
}
.product-detail-header{
    display: flex;
}

.product-detail-header .nr_l{
    width: 43.75%;
}
.product-detail-header .apply-scene-nr_r{
    width: 56.25%;
}
.nr img {
    max-width: 100%;
}

.nr_l img {
    width: 100%;
}

.nr_r {
    float: right;
    width: 52.25%;
    background: #FFFFFF;
    line-height: 1.8;
    font-size: 20px;
    text-align: left;
    color: #004362;
    padding-right: 90px;
    box-sizing: border-box;
}

.nr_r .title_d {
    text-align: left;
    font-weight: 500;
    font-size: 28px;
    color: #003C5D;
}
.apply-scene-nr_r{
    float: none;
    padding-left: 60px;
    width: 100%;
    padding-bottom: 50px;
}
.nr_content div {
    width: auto !important;
    max-height: max-content !important;
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    line-height: 48px;
}

.tab-box .about ul li {
    padding-left: 30px;
    padding-right: 30px;
}

.aboyut {
    width: 100%;
    float: left;
    margin-top: 30px;
    margin-bottom: 50px;
}

.aboyut img {
    float: left;
    margin-top: 50px;
    margin-bottom: 50px;
    max-width: 100%;
}

/*.aboyut_l {*/
/*    width: 40%;*/
/*    float: left;*/
/*    color: #064261;*/
/*    font-size: 22px;*/
/*    line-height: 60px;*/
/*    text-align: left;*/
/*}*/

/*.aboyut_r {*/
/*    float: right;*/
/*    width: 48%;*/
/*}*/

.aboyut_r span {
    width: 50%;
    font-size: 18px;
    text-align: left;
    float: left;
    line-height: 60px;
    color: #064261
}

.about_logo {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}

.about_logo li {
    float: left;
    width: 30.33%;
    margin-left: 1.5%;
    margin-top: 50px;
    margin-right: 1.5%;
    box-shadow: 3px 8px 15px 3px #dad7d7;
}

.about_logo li img {
    width: 100%;
    margin-top: 0px;
    margin: 0px;
}

.zzjg {
    width: 100%;
    float: left;
    background-color: #004362;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.zzjg img {
    max-width: 100%;
    margin: 0px auto
}

.fas {
    width: 100%;
    float: left;
    font-size: 20px;
    line-height: 60px;
    color: #064261;
    text-align: left
}

.gssj {
    width: 100%;
    float: left;
    background-color: #fff;
    margin-top: 50px;
    margin-bottom: 50px;
}

.gssj li {
    width: 33%;
    margin-top: 50px;
    margin-bottom: 50px;
    display: inline-table
}

.gssj li .tp {
    background-image: url(../images/lbx.png);
    width: 186px;
    height: 214px;
    margin: 0px auto;
    display: block;
    float: none;
    text-align: center
}

.gssj li .tp img {
    margin: 0px auto;
    display: block;
    margin-left: 43px;
    margin-top: 57px;
}

.gssj li:hover .tp {
    background-image: url(../images/llbx.png)
}

.gssj li span {
    width: 100%;
    font-size: 20px;
    line-height: 80px;
    color: #000;
    float: left;
}

.txrz {
    width: 100%;
    float: left;
}

.txrz p {
    width: 50%;
    float: left;
}

.zyes {
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-bottom: 80px;
}

.zyes li {
    width: 100%;
    display: inline-block;
    margin-bottom: 77px;
    background-color: #fff
}

.zyes li img {
    width: 50%;
    float: left;
    height: 400px;
    object-fit: cover;
}

.zysw_content {
    height: 100%;
    box-sizing: border-box;
    padding-left: 68px;
    float: right;
    width: 50%;
    padding-top: 30px;
    font-weight: 500;
    font-size: 36px;
    color: #003C5D;
}

.zysw_t {
    width: 100%;
    float: left;
    text-align: left;
    line-height: 50px;
    font-weight: 500;
    font-size: 36px;
    color: #003C5D;
    text-indent: 0;
}

.zysw_i {
    font-size: 18px;
    width: 100%;
    float: left;
    /*padding-left: 20px;*/
    box-sizing: border-box;
    /*line-height: 22px;*/
    color: #969696;
    text-align: left;
    padding-right: 20px;
    line-height: 48px;
}

.multiline-ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box!important;
}

.multiline-ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box!important;
}

.multiline-ellipsis-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    display: -webkit-box!important;
}


.zyes_m {
    width: 100%;
    float: left;
    padding-left: 20px;
    box-sizing: border-box;
    padding-right: 20px;
}

.zyes_m a {
    float: left;
    height: 42px;
    line-height: 42px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 112px;
    background-color: #004362;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
}

.zyes_m a:hover {
    background-color: #ea5703
}

.aboyut_g {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    margin-bottom: 50px;
}

.aboyut_g img {
    max-width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}

.hse {
    color: #000;
    font-size: 30px;
}

.js {
    width: 100%;
    float: left;
    line-height: 50px;
    font-size: 16px;
    color: #666;
    text-align: left;
}

.sjx {
    width: 100%;
    float: left;
    font-size: 16px;
    margin-bottom: 60px;
    line-height: 80px;
    border-top: solid 1px #003c5d;
}

.sjx span {
    width: 33.33%;
    float: left;
}

.sjx span a {
    font-size: 16px;
    color: #666
}

.sjx span a:hover {
    color: #003c5d
}

.hjssa {
    margin-top: 40px;
    margin-bottom: 40px;
}

.hjssa .zyes_m {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    border-top: 1px solid #ccc;
    line-height: 50px;
    margin-top: 15px;
    text-align: left;
    padding-left: 0px;
    font-size: 14px;
    color: #666
}

.hjssa a:hover .zysw_t {
    color: #ea5703
}

.fy {
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 100px;
}

.fy li {
    display: inline-table;
    margin-left: 6px;
    margin-right: 6px;
    background-color: #fff;
    height: 36px;
    line-height: 36px;
    padding-left: 12px;
    padding-right: 12px;
    border: solid 1px #ccc;
    border-radius: 3px;
    margin-bottom: 20px;
}

.fy li:hover, .thisclass {
    color: #fff !important;
    background-color: #003c5d !important;
}

.thisclass a {
    color: #fff;
}

.fy li:hover a {
    color: #fff;
    border-top: 1px solid #003c5d;
}

.zhhud {
    width: 100%;
    float: left;
    margin-top: 50px;
    margin-bottom: 50px;
}

.zhhud li {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 30px;
    float: left;
    background-color: #ffffff;
}

.zhhud li img {
    float: left;
    width: 40%;
    height: 180px;
}

.zhhd {
    padding: 10px 20px;
    box-sizing: border-box;
    width: 60%;
    float: left;
    position: relative;
    height: 180px;
}

.zhhd_t {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 40px;
    text-align: left;
}

.zhhd_i {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    text-align: left;
}

.zhhd_m {
    float: left;
    width: 100%;
    position: absolute;
    bottom: 10px;
    right: 20px;
}

.zhhd_m a:hover {
    background-color: #ea5703
}

.zhhd_m a {
    font-size: 16px;
    height: 40px;
    width: 100px;
    float: right;
    line-height: 40px;
    background-color: #004362;
    border-radius: 5px;
    color: #fff
}

.xiazai {
    width: 100%;
    float: left;
    margin-bottom: 60px;
}

.xiazai li {
    width: 30.33%;
    margin-left: 1.5%;
    position: relative;
    margin-right: 1.5%;
    float: left;
    margin-top: 30px;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box
}

.xiazai li img {
    width: 30%;
    float: left;
    height: 180PX;
}

.zs {
    width: 65%;
    float: right;
    height: 100%;
}

.zs_m {
    position: absolute;
    left: 35%;
    bottom: 25px;
}

.zs_m a {
    background-image: url(../images/zx.png);
    width: 121px;
    height: 46px;
    line-height: 46px;
    font-size: 20px;
    color: #fff;
    float: left;
}

.zs_t {
    width: 100%;
    float: left;
    text-align: left;
    font-size: 16px;
    color: #666;
    text-align: left;
    line-height: 30px;
}

.gs {
    width: 100%;
    float: left;
    margin-top: 50px;
    margin-bottom: 50px;
}

.gs li {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    background-color: #004362;
}

.gs li img {
    width: 50%;
    float: left
}

.sjf {
    width: 50%;
    float: left;
    padding: 30px;
    box-sizing: border-box;
}

.sjf_t {
    width: 100%;
    float: left;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    border-bottom: solid 2px #fff;
    text-align: left;
    color: #fff
}

.sjf_t a {
    float: right;
    font-size: 16px;
    color: #fff
}

.sjf_i {
    width: 100%;
    float: left;
    font-size: 16px;
    text-align: left;
    line-height: 30px;
    text-align: left;
    margin-top: 20px;
    color: #fff
}

.gs li:nth-child(even) .sjf {
    float: left;
}

.gs li:nth-child(even) img {
    float: right;
}

.hdnr {
    width: 100%;
    float: left;
    margin-top: 30px;
    margin-bottom: 50px;
}

.hds {
    width: 35%;
    background-color: #fff;
    float: left;
}

.hds img {
    width: 100%;
}

.hdjs {
    width: 62%;
    float: right;
    background-color: #fff;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    text-align: left;
}

.hdjs p {
    width: 100%;
    line-height: 32px;
    float: left;
}

.hdjs_t {
    font-size: 20px;
    color: #004362;
    font-weight: bold
}

.hdjs_i {
    font-size: 16px;
    color: #004362
}

.hdjs_time {
    color: #ff0000
}

.hdjs_js {
    float: left;
    margin-top: 20px;
    font-size: 16px;
    line-height: 40px;
}

.hdjs_js b {
    font-weight: normal;
    width: 50%;
    float: left;
}

.yybd {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 30px;
    box-sizing: border-box;
    margin-top: 30px;
    margin-bottom: 50px;
}

.yybd h1 {
    width: 100%;
    float: left;
    font-size: 24px;
    line-height: 40px;
    text-align: left;
    font-weight: normal
}

.dwa {
    width: 33.33%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    line-height: 42px;
    margin-top: 20px;
}

.dwa b {
    line-height: 36px;
    float: left;
    font-weight: normal;
    color: #666
}

.fasq {
    float: left;
    margin-left: 10px;
    text-indent: 10px;
    border: solid 1px #ccc;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    width: 80%
}

.zx {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.zx b {
    line-height: 36px;
    float: left;
    font-weight: normal;
    color: #666;
    padding-left: 10px;
}

.zxs {
    float: left;
    margin-left: 10px;
    text-indent: 10px;
    border: solid 1px #ccc;
    height: 38px;
    color: #666;
    line-height: 38px;
    font-size: 16px;
    width: 140px;
}

.fasqa {
    float: left;
    margin-left: 10px;
    text-indent: 10px;
    border: solid 1px #ccc;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    width: 300px
}

.zss {
    width: 100%;
    font-size: 16px;
    float: left;
    border: solid 1px #ccc;
    line-height: 26px;
    text-align: left;
    box-sizing: border-box;
    margin-top: 30px;
    height: 120px;
}

.tjs {
    margin-top: 30px;
    border: none;
    font-size: 20px;
    background-color: #004362;
    height: 46px;
    line-height: 46px;
    color: #fff;
    padding-left: 25px;
    padding-right: 25px;
}

.rcas {
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-bottom: 50px;
}

.rcas .menu ul {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

.rcas .menu {
    padding-top: 0px;
    padding-bottom: 0px;
}

.w55 {
    width: 55%;
    float: left;
    text-align: left;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    text-indent: 50px;
}

.rcas .menu ul li span {
    border-top: none;
    border-bottom: solid 1px #ccc;
    float: left;
    font-size: 16px;
    color: #333;
    font-weight: normal
}

.rcas .menu ul li span b {
    font-weight: normal
}

.rcas .menu ul li > dl {
    background-color: #004362
}

.rcas .menu ul li > dl dt {
    border-bottom: 0px;
    background-color: #004362
}

.job-zhiwei, .job-zhineng,
.job-address, .job-tel,
.detail-head, .detail-body {
    width: 15%;
    float: left;
    text-align: left;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    text-indent: 20px;
}

.job-zhiwei {
    width: 25%;
}

.job-address {
    width: 30%;
}

.job-tel {
    width: 20%;
}

.detail-head, .detail-body {
    width: 10%;
    text-align: center;
    text-indent: 0;
}

.gwe {
    width: 44%;
    padding-left: 3%;
    text-align: left;
    padding-right: 3%;
    float: left;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    background-color: #004362
}

.gwe b {
    width: 100%;
    float: left;
}

.rcas .menu {
    min-height: 0px;
}

.ysaa {
    color: #d8a381
}

.ysaad {
    color: #333333;
}

.yss {
    border-bottom: solid 1px #ccc;
    width: 100%;
    float: left;
    color: #fff;
    background: #003C5D;;
}

/*应用说明*/
.apply-scene {
    padding-left: 60px;
    background: #fff;
    margin-top: 44px;
    text-align: left;
    padding-top: 40px;
    padding-right: 60px;
    margin-bottom: 50px;
}

.title_d_l {
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 24px;
    color: #003C5D;
}

.yyshuoming {
    padding: 30px 0;
    padding-top: 10px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    line-height: 48px;
}
.apply-scene-content-real{
    padding: 30px 0;
}
.apply-scene-content-real ul li img{
    width: 70%;
}
.apply-scene-content {
    margin-top: 30px;
}

.apply-scene-content ul,
.apply-scene-product ul {
    display: flex;
    flex-wrap: wrap;
}

.apply-scene-content li {
    width: 24.2%;
    margin-left: 1%;
    margin-bottom: 30px;
    overflow: hidden;
}
.apply-scene-content li:hover span{
    background: #004362;
    color: #fff;
    position: relative;
    z-index: 1;
}
.apply-scene-content li img{
    transition: 0.3s;
}
.apply-scene-content li:hover img{
    transform: scale(1.05);
}
.apply-scene-content li:first-child,
.apply-scene-product a:first-child {
    margin-left: 0;
}

.apply-scene-content li:nth-child(4n+1),
.apply-scene-product a:nth-child(4n+1) {
    margin-left: 0;
}

.apply-scene-content li span,
.apply-scene-product li span {
    display: block;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #f8f8f8;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.apply-scene-content li,.apply-scene-product li{
    overflow: hidden;
}
.apply-scene-content li span,.apply-scene-product li span{
    position: relative;
    z-index: 1;
}
.apply-scene-content li img,
.apply-scene-product li img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    background: #fff;
    transition: 0.3s;
}
.apply-scene-content li:hover img,
.apply-scene-product li:hover img {
    transform: scale(1.05);
}

.apply-scene-product {
    padding-top: 30px;
}

.apply-scene-product a {
    width: 24.2%;
    margin-left: 1%;
    margin-bottom: 30px;
}

.job-menu {
    width: 100%;
    height: auto;
    display: inline-table;
    margin: 0 auto;
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 400px;
}
.job-menu ul li > dl {
    display: none;
    width: 100%;
    color: #003052;
    font-size: 16px;
}

.job-menu ul li span {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    text-align: center;
    font-size: 16px;
    color: #003052;
    font-weight: bold;
    /*border-bottom: solid 2px #003052;*/
    box-sizing: border-box;
    cursor: pointer;
}

.rcas .job-menu ul li span {
    border-top: none;
    border-bottom: solid 1px #D0D0D0;
    float: left;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    background: #F9F9F9;
}

/*联系我们*/
.contract-content {
    text-align: left;
    display: flex;
    margin: auto;
    width: 1400px;
    background: #f8f8f8;
    margin-bottom: 128px;
}

.contract-content img {
    width: 700px;
    height: 400px;
    object-fit: cover;
}

.contract-right-info {
    width: 700px;
    padding-top: 100px;
    padding-left: 85px;
    box-sizing: border-box;
}

.contract-name {
    font-weight: 500;
    font-size: 24px;
    color: #003C5D;
    line-height: 18px;
    margin-bottom: 50px;
}

.contract-right-info .c-name {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    display: flex;
    align-items: center;
}

.contract-right-info .c-name b {
    width: 30px;
    margin-right: 10px;
}

.contract-right-info .c-name .local {
    width: 17px;
    height: 22px;
}

.contract-right-info .c-name .tel {
    width: 20px;
    height: 19px;
}

.contract-right-info .c-name .email {
    width: 22px;
    height: 15px;
}

.contract-right-info .c-name span {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
}


/*研发团队*/
.rd-info {
    display: flex;
    width: 1024px;
    text-align: left;
    padding-bottom: 60px;
    margin: auto;
}
.rd-info .rd-info-left{
    margin-right: 20px;
    img{
        width: 400px;
    }
}

.rd-info .rd-team-name {
    font-weight: bold;
    font-size: 32px;
    color: #003C5D;
    line-height: 40px;
    margin-bottom: 33px;
    position: relative;
}
.rd-info .rd-team-name::after{
    content: "";
    position: absolute;
    display: block;
    left: 0;
    bottom: -15px;
    height: 5px;
    width: 90px;
    background: #ccc;
}

.rd-info .rd-team-position {
    font-weight: 500;
    font-size: 22px;
    color: #333333;
    margin-bottom: 57px;

}

.rd-team-desc {
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 26px;
}

.rd-team-img img {
    width: 100%;
    margin-top: 20px;
}
.swiper-container{
    display: flex;
    padding-left: 160px;
}

.mySwiper{
    width: 600px;
    margin-left: 0px!important;
    margin-right: 0;
    padding-top: 80px!important;
}
/* 左右按钮样式 */
.swiper-button-prev,
.swiper-button-next {
    color: #000;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    width: 40px!important;
    height: 40px!important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.first-nav{
    position: absolute;
    bottom: 20px;
    left: -10px;
    width: 110px;
}
.swiper-button-prev:after{
    content:""!important;
    width: 40px;
    height: 40px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD0AAAA9CAYAAAAeYmHpAAAAAXNSR0IArs4c6QAADmdJREFUaEPVm3dcVMcWgM/dBgusy7JLXaR3RYKoxBaRGLHhQ80qEVCwoIhSRCwBddVEzbM9WvIEGwoIoqAxgMYaRQEB6UVEipQAUpZlC7Dt/S6WEEVB2cW8+ffeOTPfOWfmnJl7LgIyaIwLF7DXj1w2YItEFvJEeSsLA7ryxQObHzd1dBhsDY1zb+1gU7FyeKxYLBGJROIesVjcPMXSOGW7y7zUlXsjFbKLKzAgktRAF+cFVKa1AYBYmtNEpCbMwk5JhaZPiT7oK1aSJ5gHRybuBEAMLQ3pCtYmeljnWZN5eByOUNv4giKWiBECAQ8ikRj4Pb3A5feI1SjkLg0qmZV4JwvO38jAPKtraefzOA/0R9NjmRsXFfj/kCwoTWT2SmO+w4e2cVSAXowhmaqy0NRg9Jyj/q5gY6w7uqGVpY3DYbFKRDkgEvAgL0cADPLh4SQSSZ8S2tlceN7cBuW1DVxzXXqmtjo1lREU0pGVW1IEHaJKqLnMGg78MKAlyMOSesq2/0S5dPJ718ybYqXnOM2GZGWkgygS5YYzp76+qAJ6BEIg4HHCLi6fE3rphvDi7cyOmpqmFCwed7r9ZlQRgiCSTxnoU6AxYMXQHD/efGzyQV9bLq/bXSwW62mpUhBlJQVABrHmp0xSLJYAm8eHqsYXkHAzg1fb0v5w2/K5W479ml55LnAF92Nlfhz0ZAYReKIvaVpqfkvsJ9n8sOZbEk2ZRAKAj5PzsbN89T5qfRaXj3pALxZBsvacSkqLTL51W1BTWQj1Gfyhih3yZHNycvAeh+MZAoF4x4qFM0xdHKbi6aoUwGIwQx1Lqu/xe3vFCbeyuo6eT31eWl4VpoiTXGJnJLYPZZAhQY9z26J4eX+gYWH1858UiMTZE830Magrf86GWp3D74EHRRWSn85eaWB3ccMifX3DJ0zQ4g02r8GhrRdqmZqauF3c7zfLTEdzMgYBRcxnsu5AMAKhCMpqGyVN7Z2ZxqNpfgzP48W5V5kfBP8QNAJWDC0iRTFwkd0kl4Neyyij1VSwg2nxczxHrS6WQHfF8z+znbYdTa4or4qFwuSW983lvdCqdhuUBPLCgJnjLXz2rl6iYqarCTjsP5L5DVtdS7s4IDyu5cq97KheflcIPEpGs7l32nuhlwSHGBvR1RJcZk/7YoweHcFgBl8Jn8PK/ccUikSQ//S5ZOsv8Y0Z+eVB3er885CY+E4WNxAJYuq2RS+BuclNV43mP0qRqDxYJvW5Yd8Gv5FTIv4tPe8646uJq2ZOGtP09vzehbZerGtorHfoTJDnrGnjTMkA8Hli0jA0KRAKoYvf09DJ5vkt8GdeK038mdNf3N+hLRhKBJr8RsbXk7cdWL9UWVtVRSYZ1jB4hty1VygUxd/KLN8aFneiue5ZFBT+/iZz+xs0YcKysWYWBrHhm1dYTrU0Qf5JoWnItK9eRFPXB0VPJOv+fbq0rLTWA/ITctCUHn3cHxpZuz9y/peWJicY9rbqJAX5jx3nH/d+RxcXDsel8iISr/3S+az9h9ens9fQiLXHDtrZYG9/I221jXJ4HEkWB4eR1goav4ur6yVBxxOzyopqGJVpYfV/WdrCTknbyNIrasca79mTLEdjMMj/3eb1PoWiYayVxXnS3sVxHqOvXYC6+EtLj19oZGRoHH9mp+f4KWONkc9hZeGrWxQFeYLUDzFd/G7uobjU6KMxt/Zx7/7chIAFgwAk3FKnmZOORQS407RoyiPthdArEMKd3FLIf1oLHgu+AjUKGiml11pYbInPsZg/L97L2SzqKkxCYNpyioUO/XvfZXO9XGdPVUQ1PZINvSe7m18GvgdPAuqKKWFBYEhXk+oUeN09EHX1j569py7GtDe2fo/YeDIVfvFdscFEVz2YRCSSRzLdRIEfFD+FLaExkJNTAuam+pASsh30NFWlCo1uaDlPaiTu+/6bXVr6zBUZ47rdKGHPxiBzPS1nDAYZsTiFruGM4qcQGB4H2XnloKFBg82uC2Ddv2aCElH602Bz+ZKfL99OP3ohdRVCnuMZ6LNktn+A8zwNshJxRE4VqIXTiyogMCwWcguegKYGDbau/Be4zZkGsrpnQ3ftirqmxx77T7kj1LnrYwJd5i/euHgWUVEGGn7bT1HgzNJKCAiNhezHZaCmQYUAV0dYvWAGUEiKUnXr/sLQDO1ewZNWr8NnjiFqjt73w/zcvlw0YwIOL+PzMgqcUVIJW8PjICuvDNRUVcDnu3nguXAmUMlKMgNGBaOb5K/3Hwv9w2LvI3Y+BzIOrls6cZK5PlaW8VkkFkNmySsL55WDmhoV/F3mw+oFX4HKKCWZH2zQzexewRPJyh8jq5HnzW2H1Cmj1hLwOOkGx352Qy2cXV4NAWGxkJlTDKqqKuDnMh/WOsrewv3dp6iqTuK673g9UlBZG2muS3fG47Do/bXUG+pWmcXPYMfxBMhCd2lVCqxdPAvWO30NNLLsLdwfqLWT033+5sNryHTvH1rOBa+j6mrQZJJvN7aywP3H43Ar/TGQyEqw3d0JPBfaA4Ukm68hH7KaQCjitHSwzyIGywI4KT9tVjTT1ZK6lVGBLR2d4BsSA0k3MgCHx8EGhgP4LnUAOo0i83X8NlB9S7toz+nkXESP4d+a9KMv1dpYVybQ6HquqG+CXScuwdU/ckBBDg+LvraF4BVOoKdJG1FwNLd33hXRhNj77M86usllvJWRDk4m1OgXdYkEntY1QXDURfj1dhbgcFhwnjMdglcu7Es5ZRk1XjOhu/fdvDLwOHCiCqn+s8VDk0o5IIfHqcsKGpWLDvq0vvkl+J0swGKwsNRhCux0dwL9EQBH096UjHyBf2jsXeS3h7kOY/V0TmirqWhjsTLZy97oEgWvbGiB3ScvQtLNTEDvKhgOU2GXhxMYyBgcHbustvFP78PRuxC60ya/776ZEvS9myNNlmlgfzerbHhp8Su3H/VVJzBmT4Vdq2QLjiZHFXVN+euORLsgMGHpkum2lqExO720dNSpsvTwdyy+51QyXLr5EBBAgIG6+kon0NdSlfrNSV8UYbFh18mkonPX0lciYLnEzNBMNzZuj7f1RDP9EbsqQt2tqrEFmKeT4dLvGSABCTBmT4Ej3stBlTJKqspHx8our5a47I7IryyvXY6A5XyKjqFh4Jmd69bbWZsrjxj1q80NLanYczoJLlz9oy9bu3V8NxjSpbuncvk98N8rt3v3R18+2974Igg9PyPTvJj6p4LWhxhqqc3BIIjMQtdA5nu9uW0Lj4OWNhac27uxbzeXZmtjc8RbI+LrYm6kb+1lFyf3XRqs+ukkyUJXc7fDpHFe5rqaCiNdUoHG8ZYOdt8FoSZVGfA46X4SFopErN+zi/7jHxoTUXH+SOvLmxK7DUpaJGSz69zpW3a4OZI+d2mFNK2MKrLhRUcliCVLDEarF6Ky33zhgC++nTzW0ij65I41Rjam+jLZQaUJMxRZ6NIpqqqX+IfElNY8a1hclRpR0R8a4AsnZWV1teCtLo4em779hqJElBuR+7KhTP5T32lnc+BIfBovNOFaJKeyeS88T+n4OzQAQp/nbXzI18WL8bWtOw6LGflb/0+lG6AfauWssirRmgORJSWl1avgceLjgb5a9imhtZVt2s7nnlElk2zJMqoAlCLbe0VJJBLhw+LKXBdmRFTto8Y4qE98U1z3jgsn3cyihl65ETJ/svUyLyd73EjckEpbCejm1dzBbmJzeBtX+u1Ly70a+bcSq3fXLYOBhWrsdAtTnfAjm1ws7G0sEAJuREP3sHSAnt9v5pRIDsb8ltnc2PBdWVJE7dsCB96s9OzksZr05Q5TrbcfD3TX11aj/l9Qo/dxeRW1sP14QsMfmYW7RG2dsVCZ1jM0aPQtG0cF2wkTvrm4b+N6GplkL4fHEUbisD8cMze1d4r8w2Kbku48OtnbyguBkoFrRT8YluyYTJy//Xzb5y2s0/Y25sZmOprwT6xDQTO6nl6BgMXhP1i+JyL67o2cq1A+cOHc2yFrQCVTZnmSsQRs0FfW5qt2uC1QGauvjcgT8MMxiFT7oi5d+KxO8qCosmyMjsbaw+fu5KaF+bzj0v0HHUoCgoDNYg2CAmn9DBsL939vcFb5wlgH/eg0lL5SBewvDI3D3O4eeFD4VHLofEpjYUXtL6CECXnxVs3YQBMY+sTNFlF1TOj28T/6TLTQ13YWCkXayiQFZKQPJ68hRGKxKDWzgMWMutRQVFETLujsvQQliWjGNegvDkOH7juYMHF3Dn+nfDuv0LW5jb3F+ZvJWtYmusgoBfkRWet9lf0cHrR1cYWKBEL69eyCON8jsfnssqYSaLw6aJ33a4V9HPSrXqMcVqsIesSr9LRU3RfbTdRds2AGXk9TFa3b+CR5g62B1wXtlQ1NcOHWI97v2UVFejQ1Pzttozwfn3kfXL/Dc++3e4+brQgIeYyugebCg17OGnOnWNm2sjjm8gQ8ljJKse+3pOGEOBS0u1eAehD6wxr77PX0nsjLt9nP6prS2J2saMjBFAIkigZTmHShX0pDaFNXKTEDFhC01PVMjsWk7CeTFMY4TLQkTbMyIVjo00UEHA7H7xUgOAwGcFjMgIpAAV9KQ0AoFPVd4tU1t0Hek5puMkmxcLqVacKWiNinF9Lu10E3rxaKXp6WPrVJzR2ZTCbm4LVyHQGCTKaSSHaWZno6p4M82zm8HrN7+eUmZCUFIp1GwWhQyej/TNzuHgG+qY1FRCt/Onl8CZFA4I8xoLfcL3jSE5J4nVhe1cDicnhZWurKl8ODVt+fFh/PBSZTKr8fSg36L63b4MFQh2JgPlr+7OENwt2hl0yLa+qW4wgECzkchjrOWI8V5rvi0YOSCo1j8akzWJ0cnEAoajPW0cw45O1yyudwNDc9r5Aq7BHVA1vQCtUN7QC5gk+16kD9/gfvTAg+m7owYQAAAABJRU5ErkJggg==) no-repeat;
    background-size: 100% 100%;
}
.swiper-button-next:after{
    content:""!important;
    width: 40px;
    height: 40px;
    background: url(data:image/png;base64,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) no-repeat;
    background-size: 100% 100%;
    transform: rotate(180deg);
}
.image-section{
    width: 1140px;
    height: 550px;
    padding-top: 50px!important;
    padding-bottom: 50px!important;
}

.image-section .swiper-slide img {
    user-select: none;
    width: 600px;
    height: 400px;
    object-fit: cover;
    transition: transform 0.3s, filter 0.3s;
    filter: brightness(50%);
    border-radius: 10px!important;
}

.image-section .swiper-slide-active img {
    transform: scale(1.16); /* 放大效果 */
    filter: brightness(100%); /* 去掉遮罩效果 */
}
@media (max-width: 1800px) {
    .index-g-title .text{
        font-size: 28px;
    }
    .index-g-title .learn-more{
        width: 140px;
        height: 52px;
        line-height: 52px;
    }
}

@media (max-width: 1750px) {
    .cng .time {
        font-size: 22px;
    }

    .cng_t {
        font-size: 20px;
    }

    .cng_i {
        font-size: 16px;
    }
    .swiper-slide img{
        width: 350px;
    }
}

@media (max-width: 1700px) {
    .cng .time {
        font-size: 18px;
    }

    .cng_t {
        font-size: 18px;
    }

    .cng_i {
        font-size: 16px;
    }
    .swiper-slide img{
        width: 350px;
    }
}

@media (max-width: 1600px) {
    .product-detail-header .apply-scene-nr_r{
        padding: 0 40px 30px 40px;
    }
    .product-detail-header .apply-scene-nr_r .title_d{
        font-size: 24px;
        margin-top: 30px;
    }
    .index-g-title .text{
        font-size: 24px;
        /*width: 65%;*/
    }
    .tab-box .tab ul li {
        width: auto;
    }

    .tab-box .box {
        height: 500px;
    }

    .index-jianjian-img {
        height: 200px;
    }

    .contract-content {
        width: 1300px;
    }

    .contract-content img {
        width: 650px;
        height: auto;
    }

    .contract-right-info {
        width: 650px;
    }
    .swiper-slide img{
        width: 300px;
    }
}

@media (max-width: 1500px) {
    .neirong.gaokeji .home-p-link{
        padding:15px;
        margin-left: 0.5%;
        margin-right: 0.5%;
    }
    .tab-box .tab ul li {
        width: auto;
        font-size: 18px;
    }

    .tab-box .tab ul li a {
        font-size: 20px;
    }

    .index-g-title .text{
        line-height: 40px;
    }
    .hjssa .zysw_content .view-detail {
        width: 120px;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
        margin-top: 25px;
    }

    .tab-box .box {
        height: 480px;
    }

    .index-jianjian-img {
        height: 250px;
    }

    .index-g-title .learn-more {
        width: 120px;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
    }

    .cng .time {
        font-size: 20px;
    }

    .cng_t {
        font-size: 18px;
        margin-top: 8px;
    }

    .cng_i {
        font-size: 16px;
        margin-top: 4px;
    }

    .index-news.learn-more {
        margin-bottom: 50px;
    }

    .index-about-us {
        padding-top: 70px;
        background-position: center top;
    }

    .nav-link-item {
        margin-top: 40px;
    }

    .index-about-us .title_d {
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .apply-scene-content li img,
    .apply-scene-product li img {
        height: 200px;
    }

    .about-intro {
        line-height: 50px;
        margin-top: 50px;
    }

    .about-progress-wrapper {
        height: 400px;
    }

    .contract-content {
        width: 1200px;
    }

    .contract-content img {
        width: 600px;
    }

    .contract-right-info {
        width: 600px;
    }

}

@media (max-width: 1400px) {

    .tab-box .tab ul li {
        width: auto;
        font-size: 18px;
    }

    .tab-box .tab ul li a {
        font-size: 18px;
    }

    .hjssa .w1200 {
        width: 1100px;
    }

    .hjssa .zysw_content .zysw_t {
        font-size: 30px;
    }

    .hjssa .zysw_content .view-detail {
        width: 100px;
        height: 37.5px;
        font-size: 16px;
        line-height: 37.5px;
        margin-top: 20px;
    }

    .tab-box .box {
        height: 400px;
    }

    .index-jianjian-img {
        height: 200px;
    }

    .index-g-title .text {
        font-size: 18px;
        /*width: 70%;*/
    }

    .index-g-title .learn-more {
        width: 100px;
        height: 37.5px;
        font-size: 16px;
        line-height: 37.5px;
    }

    .cng .time {
        font-size: 18px;
    }

    .cng_t {
        font-size: 16px;
        margin-top: 8px;
    }

    .cng_i {
        font-size: 16px;
        margin-top: 4px;
    }

    .index-news.learn-more {
        margin-bottom: 30px;
    }

    #about-owl-demob .owl-buttons .owl-prev,
    #about-owl-demob .owl-buttons .owl-next {
        width: 50px;
        height: 87px;
    }

    .about-progress-wrapper {
        height: 350px;
    }


}

@media (max-width: 1300px) {
    .header .w1200, .footer .w1200 {
        width: 93%;
    }

    .nav .list li {
        margin-left: 45px !important;
    }


    .foot_r img {
        height: 140px;
    }

    .tab-box .tab ul li {
        width: auto;
        font-size: 18px;
    }

    .hjssa .w1200 {
        width: 900px;
    }

    .hjssa .zysw_content .zysw_t {
        font-size: 26px;
    }
    .index-g-title .text{
        line-height: 30px;
    }
    .hjssa .zysw_content .view-detail {
        width: 80px;
        height: 30px;
        font-size: 16px;
        line-height: 30px;
        margin-top: 20px;
    }

    .index-g-title .learn-more {
        width: 80px;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
    }

    .cng_t {
        margin-top: 6px;
    }

    .nav-link-item .nav-link-squre {
        width: 100px;
        height: 114px;
    }

    .apply-scene-content li img,
    .apply-scene-product li img {
        height: 150px;
    }

    .about-progress-wrapper {
        height: 300px;
    }

    .contract-content {
        width: 1000px;
    }

    .contract-content img {
        width: 500px;
    }

    .contract-right-info {
        width: 500px;
        padding-top: 50px;
        padding-left: 60px;
    }
}

@media (max-width: 1200px) {
    .rd-info {
        width: 960px;
    }
    .header .w1200 {
        width: 93%;
    }

    .nav .list li {
        margin-left: 20px !important;
    }
    .nav .list a{
        font-size: 16px!important;
    }
    .foot_r span {
        margin-right: 0;
    }

    .tab-box .tab ul li {
        width: auto;
        font-size: 18px;
    }

    .tab-box .tab ul li a {
        font-size: 16px;
    }

    .hjssa .w1200 {
        width: 96%;
    }

    .yycj li img {
        width: 100%;
        float: left;
        min-width: 100%;
        max-height: 160px;
    }

    .tab-box .box {
        height: 400px;
    }

    .index-jianjian-img {
        height: 200px;
    }

    .index-g-title .learn-more {
        width: 80px;
        height: 30px;
        line-height: 30px;
    }

    #about-owl-demob .owl-buttons .owl-prev,
    #about-owl-demob .owl-buttons .owl-next {
        width: 30px;
        height: 50px;
    }

    #about-owl-demob .owl-buttons div > img {
        width: 10px;
        height: 18px;
    }

    .about-progress-wrapper {
        min-height: 200px;
    }

    .contract-content {
        width: 800px;
    }

    .contract-content img {
        width: 400px;
    }

    .contract-right-info {
        width: 400px;
        padding-top: 30px;
        padding-left: 30px;
    }

    .contract-name {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}

@media (max-width: 1024px) {
    .product-detail-header{
        display: block;
    }
    .product-detail-header .nr_l{
        width: 100%;
    }
    .product-detail-header .apply-scene-nr_r{
        width: 100%;
        padding: 10px;
        padding-top: 0;
    }
    .chanpin-detail .detail-desc{
        width: 100%;
    }
    .chanpin-detail img {
        max-width: 100%;
    }
    .product-detail-container {
        width: 100%;
    }
    .apply-scene-content-real ul li img{
        width: 100%;
    }
    .chanpin-detail{
        width:93%;
    }
    .chanpin-detail.detail{
        padding-left: 10px;
        padding-right: 10px;
    }
    .nr img{
        width: 100%;
        max-width:100%;
    }
    .image-section,.first-nav{
        display: none!important;
    }
    .mySwiper{
        width: 100%;
        padding-top: 60px!important;
    }
    .rd-info {
        width: 94%;
        margin: auto;
    }
    .rd-info .rd-team-name{
        font-size: 22px;
    }

    .rd-team-img{
        display: block;
    }
    .rd-team-img img{
        display: block;
        width: 100%;
    }
    .swiper-container{
        padding-left: 30px;
        padding-right: 30px;
    }
    .neirong.gaokeji {
        /*float: left;*/
    }

    .neirong.gaokeji ul {
        flex-wrap: wrap;
    }

    .neirong.gaokeji .home-p-link {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .index-g-title .learn-more {
        width: 100px;
        height: 37.5px;
        font-size: 16px;
        line-height: 37.5px;
    }

    /*首页行业应用*/
    .index-industry-applies {
        flex-direction: column;
    }

    .index-industry-app-item {
        width: 100%!important;
        border-bottom: 1px solid #ffffff77;
        border-right: none;
    }

    .nav-link {
        justify-content: flex-start;
    }

    .nav-link-item {
        width: 50%;
        padding-left: 30px;
        box-sizing: border-box;
    }

    .index-about-us {
        padding-top: 20px;
    }

    .index-about-us .title_d {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .wap_w {
        display: block;
        margin-top: 20px;
        margin-right: 0px;
        float: right;
        width: 30px;
        margin-right: 10px;
    }

    .xiazai li img {
        height: 140px;
    }

    .yycj li img {
        max-height: 140px;
    }

    .yycj li span {
        line-height: 40px;
        font-size: 16px;
    }

    .yycj li {
        width: 46%;
    }

    .menu ul {
        width: 92%;
    }

    .menu ul li span {
        border-bottom: none
    }

    .menu ul li span a {
        font-size: 14px;
    }

    .detail-head, .detail-body {
        display: none;
    }

    .job-zhiwei, .job-zhineng,
    .job-address, .job-tel {
        width: 40%;
    }

    .w55 {
        width: 50%;
        text-indent: 20px;
    }

    .w15 {
        width: 50%;
    }

    .gwe {
        width: 94%;
    }

    .hdnr {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .gs li img {
        width: 100%;
    }

    .hds {
        width: 100%;
        float: left;
    }

    .hdjs {
        width: 100%;
        float: left;
    }

    .hdjs_js b {
        width: 100%;
    }

    .fasqa {
        margin-top: 20px;
    }

    .dwa {
        width: 100%;
    }

    .sjf {
        width: 100%;
        padding: 20px;
    }

    .gs {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .xiazai li {
        width: 97%;
    }

    .chanpin-wrapper {
        display: initial;
    }

    .chanpin-wrapper .chanpin-cate {
        display: none;
    }

    .chanpin {
        width: 100%;
    }


    .tab-box .tab {
        width: 100%;
        float: none;
    }

    .tab-box .tab ul {
        width: 100%;
        float: left;
        display: flex;
        flex-wrap: wrap;
    }

    .chanpin-detail {
        margin-left: 0;
    }


    .zhhud li {
        width: 98%;
    }

    .zhhud li img {
        height: 120px;
    }

    .zhhd {
        height: 120px;
        padding: 10px;
    }

    .zhhd_t {
        font-size: 14px;
        line-height: 24px;
    }

    .zhhud {
        margin-top: 0px;
    }

    .zhhd_i {
        display: none
    }

    .zyes li {
        width: 100%;
        margin-bottom: 44px;
    }

    .zysw_content {
        padding-top: 10px;
        padding-left: 20px;
    }

    .hjssa .zysw_content .view-detail {
        display: none;
    }

    .zyes li img {
        height: 300px;
    }

    .zysw_t {
        line-height: 24px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 16px;
        box-sizing: border-box;
        text-indent: 0px;
        margin-top: 10px;
    }

    .zysw_i {
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 10px;
    }

    .zyes_m {
        padding-left: 10px;
        padding-right: 10px;
    }

    .gssj li {
        width: 50%;
        float: left;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .gssj li .tp {
        width: 150px;
        background-size: 100%;
        background-repeat: no-repeat;
        height: 186px;
    }

    .gssj li .tp img {
        margin-left: 25px;
        margin-top: 40px;
    }

    .fas {
        font-size: 16px;
        line-height: 36px;
    }

    .gssj li span {
        font-size: 18px;
        line-height: 50px;
    }

    .menu {
        width: 100%;
    }

    .menu .menu-list {
        width: 100%;
    }

    .menu .menu-list > li {
        padding: 0;
        border-bottom: none;
    }

    .menu .menu-list > li svg {
        display: none;
    }

    /* 显示子菜单 */
    .menu-list li:hover > .sub-menu {
        display: none;
    }

    .menu .menu-list .sub-menu {
        display: none;
    }

    .about_logo li {
        width: 47%;
        float: left;
        margin-top: 20px;
    }

    .aboyut img {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .aboyut_l {
        width: 100%;
        font-size: 16px;
        line-height: 30px;
    }

    .aboyut_r {
        width: 100%;
        margin-top: 30px;
    }

    .aboyut_r span {
        width: 100%;
        float: left;
        font-size: 14px;
        line-height: 40px;
    }

    .nr_l {
        width: 100%;
        margin-bottom: 15px;
    }

    .dw {
        margin-bottom: 20px;
    }

    .nr_r {
        width: 100%;
        font-size: 16px;
        line-height: 34px;
        padding-left: 45px;
        padding-right: 45px;
    }

    .nr {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .nr .nr-intro {
        font-size: 24px;
        padding-left: 10px;
    }
    .nr .nr-article{
        padding: 30px 45px 20px;
    }

    .wap_w img {
        width: 100%;
    }

    .wap_nav {
        width: 100%;
        float: left;
        text-align: center;
        padding-bottom: 15px;
    }

    .wap_nav a {
        font-size: 16px;
        line-height: 50px;
        float: left;
        width: 100%;
        color: #003b5c;
        font-weight: bold;
        border-bottom: solid 2px #003b5c;
    }


    .nr td {
        width: 100%;
    }

    .menu {
        margin-top: 0px;
        margin: 0px;
        padding: 0px;
    }

    .menu ul li span {
        font-size: 14px;
        line-height: 40px;
    }

    .menu ul li > dl dt {
        border-bottom: solid 2px #003052;
    }

    .wap_nav a {
        border-bottom: none
    }

    .menu {
        min-height: 10px;
    }

    .menu ul li > dl a {
        font-weight: normal
    }

    .w1200 {
        width: 96%;
    }

    .wap_nav a {
        border-bottom: solid 1px #efefef;
        width: 100%;
        float: left
    }

    .w90 {
        width: 96%;
    }

    .logo {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .logo img {
        height: 50px;
    }

    .qiehuan {
        display: none
    }

    .tab-box .tab {
        padding-left: 0px;
        padding-right: 0px;
    }

    .tab-box .tab {
        border-top: none;
        border: none;
    }

    .tab-box ul {
        border-left: none;
    }

    .neirong {
        margin-top: 30px;
    }

    .tab-box .box {
        height: auto;
        margin-top: 30px;
        margin-bottom: 30px;
        padding-bottom: 10px;
    }

    .tab-box .tab ul li {
        width: 48%;
        height: 60px;
        line-height: 24px;
        margin: 1%;
        border: solid 1px #ccc;
        font-size: 16px;
    }

    .tab-box .tab ul li a {
        font-size: 16px;
        color: #064261
    }

    .title_x {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .neirong .home-p-link {
        width: 100%;
        min-height: 200px;
        margin-bottom: 20px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .chanpin li {
        width: 48%;
        margin-top: 20px;
    }

    .chanpin li img {
        height: 180px;
    }

    .chanpin li span {
        height: 42px;
        line-height: 42px;
        font-size: 16px;
    }

    .title_d {
        font-size: 24px;
        line-height: 40px;
        margin-top: 30px;
    }

    .nav_menu {
        display: none
    }

    .jianj_t {
        font-size: 18px;
        line-height: 40px;
    }

    .jianj {
        padding: 10px;
    }

    .jianj_i {
        height: auto;
        -webkit-line-clamp: 4;
    }

    .jianj_m a {
        font-size: 14px;
    }

    .yf {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .jianj_m {
        width: 98px;
        height: 42px;
        line-height: 42px;
    }

    .fuw {
        width: 55%
    }

    .news li {
        width: 100%;
        margin-right: 0px;
    }

    .cng_t .time {
        font-size: 12px;
    }


    .cng_i {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .jg {
        margin-bottom: 0px;
    }

    .news {
        margin-bottom: 30px;
    }

    .cng {
        width: 65%;
    }

    .about_t {
        font-size: 20px;
    }

    .about_a {
        margin-top: 0px;
    }

    .about_right {
        width: 100%;
        margin-top: 0px;
        margin-right: 0px;
    }

    .about_left {
        width: 100%;
        padding: 20px;
        height: auto;
        margin-bottom: 0px;
    }

    #owl-demob img {
        height: 240px;
    }

    .item_i {
        font-size: 18px;
    }

    .news li img {
        width: 35%
    }

    .qhh .item_about {
        height: 90px;
        padding-left: 10px;
    }

    .qhh .owl-prev {
        left: 0px;
        z-index: 9
    }

    .about_left {
        margin-top: 0px;
    }

    .qhh .owl-next {
        right: 0px;
        z-index: 9
    }

    .foot_l {
        display: none
    }

    .foot_r {
        width: 100%;
    }

    .foot_r span {
        width: auto;
    }

    .foot_r span img {
        width: auto;
        height: 78px;
    }

    .footer {
        margin-top: 0px;
    }

    .foot_r span {
        margin-right: 10px;
        font-size: 12px;
        line-height: 30px;
        float: none;
        display: inline-table
    }

    .foot_b {
        height: auto;
        line-height: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box
    }

    .apply-scene-nr_l {
        margin-bottom: 0;
    }

    .apply-scene-nr_r {
        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .apply-scene-nr_r .title_d {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 24px;
    }

    .apply-scene {
        margin-top: 24px;
        padding: 20px 35px 0 35px;
    }

    .yyshuoming {
        padding-bottom: 10px;
        font-size: 16px;
    }

    .title_d_l {
        font-size: 20px;
    }

    #about-owl-demob img {
        height: 350px;
    }

    #about-owl-demob .owl-controls {
        display: none !important;
    }

    .about-intro {
        line-height: 40px;
        margin-top: 30px;
    }

    .about-progress-wrapper {
        margin-top: 50px;
    }

    #about-progress .owl-buttons {
        width: 108%;
    }

    .contract-content {
        width: 700px;
    }

    .contract-content img {
        width: 350px;
    }

    .contract-right-info {
        width: 350px;
        padding-top: 15px;
        padding-left: 20px;
    }

    .contract-name {
        margin-bottom: 20px;
    }

    .contract-right-info .c-name {
        margin-bottom: 10px;
    }
}


@media (max-width: 800px) {
    .rd-info {
        display: block;
        width: 94%;
        margin: auto;

    }
    .rd-info .rd-info-left{
        margin-right: 0;
    }
    .rd-info .rd-info-left img{
        width: 100%;
    }
    .rd-info .rd-team-name{
        margin-top: 10px;
        font-size: 22px;
    }
    .w83 {
        width: 93%;
    }

    .hjssa .w1200 {
        width: auto;
    }

    .zyes li img {
        width: 100%;
        height: 300px;
    }

    .zysw_content {
        width: 100%;
        padding-bottom: 10px;
    }

    .hjssa .zysw_content .zysw_t {
        text-indent: 0;
        margin-top: 0;
        line-height: 30px;
        font-size: 20px;
        padding-left: 0;
    }

    .hjssa .zysw_content .zysw_i {
        margin-top: 0;
        padding: 0;
    }

    .nr_r {
        padding-left: 10px;
        padding-right: 10px;
    }

    .nr .nr-intro {
        padding-left: 10px;
        font-size: 20px;
    }
    .nr .nr-article{
        padding: 10px;
    }
    .cng {
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 0;
    }

    .apply-scene {
        padding: 20px 15px 0 15px;
    }

    .apply-scene-content li, .apply-scene-product a {
        width: 49.5%;
    }

    .apply-scene-content li:nth-child(4n+1),
    .apply-scene-product a:nth-child(4n+1) {
        margin-left: 2%;
    }

    .apply-scene-content li:nth-child(2n+1),
    .apply-scene-product a:nth-child(2n+1) {
        margin-left: 0;
    }

    .apply-scene-content li img,
    .apply-scene-product li img {
        height: 150px;
    }

    #about-owl-demob img {
        height: 250px;
    }

    .contract-content {
        flex-direction: column;
        width: 100%;
        margin-bottom: 80px;
    }

    .contract-content img {
        width: 100%;
    }

    .contract-right-info .c-name {
        margin-bottom: 30px;
    }

    .contract-right-info {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 20px;
    }

}


