    /* 头部 */
    
    .header {
        width: 100%;
        height: .95rem;
        padding: .1375rem 0;
    }
    
    .common-card {
        width: 20rem;
        height: auto;
        margin: 0 auto;
    }
    
    .header .common-card {
        display: flex;
        align-items: center;
    }
    
    .header .left {
        padding-right: 1.75rem;
    }
    
    .header .left img {
        width: 1.4125rem;
        height: .65rem;
        object-fit: cover;
    }
    
    .header .conent ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .header .conent ul li {
        margin-right: 1.05rem;
    }
    
    .header .conent ul li a {
        font-size: .25rem;
        color: #000000;
    }
    
    .header .right .consult {
        font-size: .25rem;
        color: #000000;
        padding-right: .5rem;
    }
    
    .header .search {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .header .search .form {
        position: relative;
        display: none;
    }
    
    .header .right {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .header .search input[type="text"] {
        width: 3.1875rem;
        height: .4375rem;
        border: .0125rem solid #ccc;
        padding-left: .125rem;
    }
    
    .header .search input[type="submit"] {
        position: absolute;
        right: 6%;
        top: 26%;
        width: .2125rem;
        height: .2125rem;
        background-image: url(../img/icon1.png);
        background-size: cover;
    }
    
    .header .search img {
        width: .2125rem;
        height: .2125rem;
        object-fit: cover;
        cursor: pointer;
    }
    /* 轮播 */
    
    .home-swiper {
        width: 100%;
        height: auto;
    }
    
    .headerSwiper .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    /* 关于我们 */
    
    .about {
        width: 100%;
        height: auto;
        background-image: url(../img/icon4.png);
        background-repeat: no-repeat;
        background-position-y: 20%;
        padding-top: .95rem;
        background-size: cover;
    }
    
    .about .common-card .top {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .about .left {
        height: auto;
        padding-left: 4%;
    }
    
    .about .left .title {
        position: relative;
        width: 1.15rem;
        height: 1.575rem;
        background-image: url(../img/icon3.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .about .left .title .text {
        width: 1.5rem;
        position: absolute;
        left: 65%;
        text-align: center;
        top: 20%;
    }
    
    .about .left .title .text h2,
    .about .left h2 {
        font-size: .375rem;
        color: #0065b5;
    }
    
    .about .left .title .text span,
    .about .left span {
        font-size: .2rem;
        color: #666666;
    }
    
    .about .left .literal {
        width: 9.025rem;
        font-size: .2rem;
              line-height: .4375rem;
        color: #000000;
        text-align: justify;
        margin: .05rem 0 .5125rem 0;
    }
    
    .viewMore {
        display: inline-block;
        width: 2.4125rem;
        height: .65rem;
        background-color: #0065b5;
        border-radius: .325rem;
        font-size: .2rem;
        line-height: .65rem;
        color: #ffffff;
        text-align: center;
    }
    
    .about .right {
        width: 9.9rem;
        height: 6.5375rem;
    }
    
    .about .right img {
            margin-top: .175rem;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .about .bottom {
        height: 2.9125rem;
        background-color: #ffffff;
        box-shadow: 0 .075rem 0 0 rgba(0, 0, 0, 0.09);
        border-radius: .3875rem;
        margin: .7875rem 0 .4625rem 0;
    }
    
    .about .bottom .avtice {
        display: none;
    }
    
    .about .bottom ul {
        height: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    
    .about .bottom ul li {
        width: 4rem;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-right: .0125rem solid #eee;
        position: relative;
    }
    
    .about .bottom .circle {
        position: absolute;
        right: -0.125rem;
        top: 50%;
    }
    
    .about .bottom .circle span {
        display: block;
        width: .25rem;
        height: .25rem;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, 0.2);
    }
    
    .about .bottom .circle span::before {
        content: '';
        display: block;
        width: .175rem;
        height: .175rem;
        border-radius: 50%;
        position: relative;
        left: 15%;
        top: 15%;
        background-color: #000000;
    }
    
    .about .bottom img {
        width: .65rem;
        height: auto;
        object-fit: cover;
    }
    
    .about .bottom p {
        font-size: .2875rem;
        margin-top: .325rem;
        color: #000000;
    }
    
    .about .bottom ul li:hover {
        cursor: pointer;
        background-color: #0065b5;
    }
    
    .about .bottom ul li:hover p {
        color: #fff;
    }
    
    .about .bottom ul li:hover .circle,
    .about .bottom ul li:hover .default {
        display: none;
    }
    
    .about .bottom ul li:hover .avtice {
        display: block;
    }
    /* 产品中心 */
    
    .product {
        width: 100%;
        height: auto;
    }
    
    .common-title {
        text-align: center;
    }
    
    .common-title h2 {
        font-size: .45rem;
        color: #000000;
    }
    
    .common-title h4 {
        font-size: .3rem;
        letter-spacing: .2rem;
        color: #000000;
        margin: .375rem 0;
        font-weight: normal;
    }
    
    .product .content {
        width: 100%;
        height: 11.65rem;
        background-image: url(../img/icon19.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .product .content .common-card {
        padding-top: .375rem;
    }
    
    .swiper {
        width: 100%;
        height: 100%;
    }
    
    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .productSwiper2 {
        width: 100%;
        height: 5.5rem;
    }
    
    .productSwiper1 {
        padding-top: .25rem;
    }
    
    .productSwiper1 img {
        width: 3.3875rem;
        height: 2.8125rem;
        object-fit: cover;
    }
    
    .productSwiper1 .swiper-slide {
        display: flex;
        flex-direction: column;
        cursor: pointer;
    }
    
    .productSwiper1 .name {
        width: 100%;
        height: .55rem;
        background-color: #fff;
        border: solid .0125rem #ffffff;
        font-size: .225rem;
        line-height: .55rem;
        color: #000;
        text-align: center;
        margin-top: .075rem;
    }
    
    .productSwiper1 .swiper-slide-thumb-active .name {
        background-color: #0065b5;
        color: #fff;
    }
    
    .productSwiper1 .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .productSwiper1 .productSwiper1-pagination {
        width: 100%;
        display: flex;
        justify-content: center;
        height: .5rem;
        position: static !important;
        align-items: center;
        margin-top: .3125rem;
    }
    
    .productSwiper1 .swiper-pagination-clickable .swiper-pagination-bullet {
        width: .15rem;
        height: .15rem;
        background-color: #ffffff;
        opacity: 1;
        margin-right: .15rem;
    }
    
    .productSwiper1 .swiper-pagination-bullet-active {
        background-color: #3aa8ff !important;
    }
    
    .productSwiper2 .left {
        width: 6.3125rem;
        height: 100%;
        margin-right: .775rem;
    }
    
    .productSwiper2 .left img {
        width: 100%;
        height: 100%;
            object-fit: contain;
    }
    
    .productSwiper2 .right h1 {
        font-size: .3rem;
        color: #ffffff;
    }
    
    .productSwiper2 .right .text {
        width: 7.25rem;
      height: auto;
        font-size: .225rem;
        line-height: .6rem;
        color: #ffffff;
        margin: .3rem 0 .5rem 0;
    }
    
    .productSwiper2 .right .more {
        display: block;
        width: 1.825rem;
        height: .475rem;
        background-color: #ffffff;
        border-radius: .2375rem;
        font-size: .2rem;
        line-height: .475rem;
        text-align: center;
        color: #000000;
    }
    
    .productSwiper2 .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    /* 理由 */
    
    .reason {
        width: 100%;
        height: 11.3rem;
        background-image: url(../img/icon11.png);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 1.15rem 0 1.2875rem 0;
    }
    
    .reason .title h2 {
        font-size: .45rem;
        color: #0065b5;
    }
    
    .reason .title h4 {
        font-size: .3rem;
        color: #888888;
        margin-top: .3125rem;
        font-weight: normal;
    }
    
    .reason .bottom {
        display: flex;
        align-items: flex-start;
        margin-top: .675rem;
    }
    
    .reason .bottom .left {
        width: 9.05rem;
        height: 5.9625rem;
        margin-right: .4625rem;
    }
    
    .reason .bottom .left img {
		   display: none;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
     .reason .bottom .left .active {
        display: block;
    }
    .reason .bottom .right {
        width: 9.725rem;
    }
    
    .reasonSwiper1 {
        width: 100%;
        height: .6875rem;
    }
    
    .reasonSwiper1 .item {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 2.325rem;
        height: 100%;
        background-color: #ffffff;
        box-shadow: 0 0 .0875rem 0px rgba(0, 0, 0, 0.14);
        border-radius: .0875rem;
        cursor: pointer;
    }
    
    .reasonSwiper1 .item .name {
        font-size: .25rem;
        color: #333333;
        padding-left: .075rem;
    }
    
    .reasonSwiper1 .item img {
        width: .25rem;
        height: auto;
        object-fit: cover;
    }
    
    .reasonSwiper1 .item .active {
        display: none;
    }
    
    .reasonSwiper1 .swiper-slide-thumb-active .item {
        background-color: #0065b5;
        color: #fff;
    }
    
    .reasonSwiper1 .swiper-slide-thumb-active .item .name {
        color: #fff;
    }
    
    .reasonSwiper1 .swiper-slide-thumb-active .item .default {
        display: none;
    }
    
    .reasonSwiper1 .swiper-slide-thumb-active .item .active {
        display: block;
    }
    
    .reasonSwiper2 {
        width: 100%;
        height: auto;
        margin-top: .875rem;
    }
    
    .reasonSwiper2 .text {
        font-size: .225rem;
        line-height: .75rem;
        color: #333333;
        padding-bottom: 1.2rem;
    }
    
    .reasonSwiper2 .swiper-button-next:after,
    .reasonSwiper2 .swiper-button-prev:after {
        display: none;
    }
    
    .reasonSwiper2 .swiper-button-next {
        top: 93% !important;
        left: 10% !important;
        width: .5rem !important;
        height: .5rem !important;
        background-image: url(../img/icon18.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .reasonSwiper2 .swiper-button-prev {
        top: 93% !important;
        width: .5rem !important;
        height: .5rem !important;
        left: 0 !important;
        background-image: url(../img/icon17.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    /* 行业解决方案 */
    
    .solution {
        padding-top: .525rem;
        width: 100%;
        height: auto;
    }
    
    .solution .content {
        width: 100%;
        height: 10.4375rem;
    }
    
    #industry {
        height: 100%;
        margin: auto;
        width: 100%;
        overflow: hidden;
    }
    
    .industry_main {
        width: 100%;
        height: 100%;
    }
    
    .industry_main_01 {
        width: 25%;
        height: 100%;
        float: left;
        position: relative;
        transition: all 0.6s;
        border-right: .0125rem solid #fff;
    }
    
    .industry_main_01::before {
        content: '';
        width: .125rem;
        display: inline-block;
        position: absolute;
        top: 50%;
        right: -0.0625rem;
        height: 1.2125rem;
        z-index: 2;
        background-color: #fff;
    }
    
    .industry_main_01:last-child::before {
        width: 0;
    }
    
    .industry_main_01.active::before {
        width: 0;
    }
    
    .industry_main_01:last-child {
        border-right: none;
    }
    
    .industry_main_01.active {
        width: 50%;
    }
    
    .industry_pic {
        width: 100%;
        height: 100%;
    }
    
    .industry_img {
        width: .8625rem;
        height: auto;
        object-fit: cover;
        margin-bottom: .5rem;
    }
    
    .industry_word {
        width: 100%;
        height: auto;
        position: absolute;
        top: 45%;
        color: #fff;
        font-size: .2875rem;
        text-align: center;
    }
    
    .industry_main_01.active .industry_word {
        position: absolute;
        right: 0;
        top: 45%;
        left: auto;
        text-align: center;
    }
    /* 新闻资讯 */
    
    .news {
        width: 100%;
        height: auto;
        padding-top: .375rem;
    }
    
    .news .common-card {
        display: flex;
        height: 8.1875rem;
    }
    
    .news .left {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 5.4875rem;
        height: 100%;
        background-image: url(../img/icon26.png);
        background-repeat: no-repeat;
        background-size: cover;
        padding-left: .725rem;
        margin-right: .1625rem;
    }
    
    .news .left .title h2 {
        font-size: .375rem;
        color: #ffffff;
    }
    
    .news .left .title h4 {
        font-size: .2rem;
        color: #ffffff;
        margin: .2625rem 0 1.1875rem 0;
    }
    
    .news .left .text {
        width: 3.7875rem;
        font-size: .2rem;
        line-height: .45rem;
        color: #ffffff;
    }
    
    .news-more {
        display: inline-block;
        width: 1.825rem;
        height: .475rem;
        background-color: #ffffff;
        border-radius: .2375rem;
        font-size: .2rem;
        line-height: .475rem;
        text-align: center;
        color: #000000;
        margin-top: 1.525rem;
    }
    
    .news .right ul {
        display: flex;
        justify-content: space-between;
    }
    
    .news .right img {
        width: 6.8rem;
        height: 4.275rem;
        object-fit: cover;
    }
    
    .news .right p {
        font-size: .225rem;
        color: #000000;
        padding: .5375rem 0 .1875rem 0;
    }
    
    .news .right .text {
        width: 6.4875rem;
        height: auto;
        font-size: .175rem;
        line-height: .4875rem;
        color: #999999;
    }
    
    .news .right ul li:last-child p {
        padding-top: 0;
    }
    
    .news .right ul li:last-child .item {
        padding-left: .4rem;
    }
    /* 在线留言 */
    
    .online {
        width: 100%;
        height: 10.225rem;
        background-image: url(../img/icon29.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #014195;
        margin-top: .2875rem;
        padding: 1.0125rem 0 1.425rem 0;
    }
    
    .online .title h2 {
        font-size: .375rem;
        color: #ffffff;
    }
    
    .online .title h4 {
        font-size: .2rem;
        color: #ffffff;
        margin-top: .2625rem;
        margin-bottom: .75rem;
    }
    
    .online .form {
        display: flex;
        flex-direction: column;
    }
    
    .online .form input[type="text"] {
        width: 7.7875rem;
        height: .75rem;
        background-color: rgba(0, 0, 0, 0);
        border-bottom: .0125rem solid #ccc;
        color: #fff;
        font-size: .2rem;
        font-stretch: normal;
        margin-bottom: .75rem;
    }
    
    .online .form textarea {
        width: 7.7875rem;
        height: .5rem;
        color: #fff;
        font-size: .2rem;
        color: #ffffff;
        border-bottom: .0125rem solid #ccc;
        margin-top: 1rem;
    }
    
    .online .form input[type="submit"] {
        width: 2.4125rem;
        height: .65rem;
        background-color: #0065b5;
        border-radius: .325rem;
        margin-top: .9875rem;
    }
    /* 底部 */
    
    .footer {
        width: 100%;
        height: auto;
    }
    
    .footer .left {
        width: 6.3375rem;
        height: 2.625rem;
        margin-right: 1.8125rem;
    }
    
    .footer .left img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .footer .top {
        width: 100%;
        height: 8.0375rem;
        background-image: url(../img/icon30.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .footer .top .common-card {
        display: flex;
        align-items: center;
        height: 100%;
    }
    
    .footer .bottom {
        width: 100%;
        height: 1.075rem;
        text-align: center;
        line-height: 1.075rem;
        font-size: .175rem;
        background-color: #014195;
        color: #ffffff;
    }
    
    .footer .top .right {
        flex: 1;
    }
    
    .footer .top .right ul {
        display: flex;
        justify-content: space-between;
    }
    
    .footer .top .right ul li {
        display: flex;
        flex-direction: column;
    }
    
    .footer .top .right ul li:nth-child(2) {
        padding-top: .875rem;
    }
    
    .footer .top .right span {
        font-size: .2rem;
        line-height: .875rem;
        color: #ffffff;
    }
    
    .footer .top .right a,
    .footer .top .right i {
        font-size: .175rem;
        line-height: .875rem;
        color: #ffffff;
    }
    /* banner */
    
    .banner {
        width: 100%;
        height: 7.5rem;
    }
    
    .banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    /* 导航 */
    
    .nav {
        width: 100%;
        height: 1.25rem;
    }
    
    .nav span,
    .nav a {
        font-size: .3rem;
        line-height: 1.25rem;
        color: #000000;
    }
    /* 详情 */
    
    .productDetails {
        width: 100%;
        height: auto;
    }
    
    .productDetails .common-card {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .productDetails .top {
		    width: 100%;
        display: flex;
        align-items: center;
        height: 6.4625rem;
    }
    
    .productDetails .left {
        width: 9.975rem;
        height: 100%;
        box-shadow: 0 .0125rem .1625rem .0125rem rgba(0, 0, 0, 0.06);
    }
    
    .productDetails .left img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    
    .productDetails .right {
        flex: 1;
        height: 100%;
        background-color: #ffffff;
        box-shadow: 0 .0125rem .1625rem .0125rem rgba(0, 0, 0, 0.06);
        padding: .825rem .1375rem 1.275rem .725rem;
    }
    
    .productDetails .right h2 {
        font-size: .35rem;
        color: #000000;
    }
    
    .productDetails .right .text {
        font-size: .275rem;
        line-height: .7625rem;
        color: #666666;
        margin-top: 0.5rem;
		  height: auto;
    }
    
    .productDetails .right a {
        display: inline-block;
        width: 2.95rem;
        height: .7125rem;
        background-color: #014195;
        border-radius: .075rem;
        font-size: .2875rem;
        line-height: .7125rem;
        text-align: center;
        color: #ffffff;
        margin-top: .5rem;
    }
    
    .productDetails .right a::after {
        content: '';
        width: .2875rem;
        display: inline-block;
        height: .3125rem;
        object-fit: cover;
        background-image: url(../img/icon16-1.png);
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        left: 5%;
        top: 7%;
    }
    
    .productDetails .bottom {
        display: inline-block;
        width: 3.425rem;
        height: .9375rem;
        background-color: #ffffff;
        border-radius: .4625rem;
        border: solid .0125rem #014195;
        margin: .875rem 0 .375rem 0;
        font-size: .35rem;
        line-height: .9375rem;
        color: #014195;
        text-align: center;
    }
    
    .productDetails .bottom::after {
        content: '';
        width: .35rem;
        display: inline-block;
        height: .35rem;
        object-fit: cover;
        background-image: url(../img/icon41.png);
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        left: 5%;
        top: 7%;
    }
    /* 产品中心 */
    
    .productCenter {
        width: 100%;
        height: auto;
    }
    
    .productCenter .title {
        font-size: .45rem;
        color: #333333;
        text-align: center;
        margin: .55rem 0 .375rem 0;
    }
    
    .productCenter .nav {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        padding: 0 2.5rem;
    }
    
    .productCenter .nav .item {
        cursor: pointer;
        width: auto;
        height: .6125rem;
        background-color: #ffffff;
        border-radius: .3rem;
        border: solid .0125rem #bfbfbf;
        padding: 0 .25rem;
        font-size: .225rem;
        line-height: .6125rem;
        color: #333333;
        text-align: center;
        margin-right: .25rem;
        margin-bottom: .375rem;
    }
    
    .productCenter .nav .item.active {
        border: solid .0125rem #014195;
        color: #014195;
    }
    
    .productCenter ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    
    .productCenter ul li {
        width: 4.6125rem;
        height: auto;
        background-color: #ffffff;
        margin-right: .325rem;
        margin-bottom: .3rem;
        box-shadow: 0 .0125rem .1625rem .0125rem rgba(0, 0, 0, 0.06);
    }
    
    .productCenter ul li:nth-child(4n) {
        margin-right: 0;
    }
    
    .productCenter ul li img {
        width: 100%;
        height: 3.875rem;
      object-fit: contain;
    }
    
    .productCenter ul li .name {
        width: 100%;
        height: .85rem;
        background-color: #eeeeee;
        font-size: .2125rem;
        text-align: center;
        line-height: .85rem;
        color: #000000;
    }
    
    .productCenter ul li:hover .name {
        background-color: #014195;
        color: #fff;
    }
    
    .productCenter ul li:hover img {
        border: .0125rem solid #014195;
    }
    
    .productCenter .tab-content {
        display: none;
    }
    
    .productCenter .tab-content.active {
        display: block;
    }
    /* 内页关于我们 */
    
    .insideAbout {
        padding-top: .5rem;
        background-image: url(../img/icon42.png);
        background-repeat: no-repeat;
        background-position-y: 80%;
        background-size: contain;
    }
    
    .insideAbout .literal {
        padding-top: .25rem;
    }
    
    .insideAbout .bottom {
        margin-top: .9875rem;
    }
    /* 联系方式 */
    
    .contact {
        width: 100%;
        height: auto;
        padding: 18px 0 67px 0;
    }
    
    .contact .top {
        width: 100%;
        height: 8.5375rem;
        background-color: #ffffff;
        box-shadow: 0 .0375rem .0625rem .0125rem rgba(0, 0, 0, 0.1);
        border-radius: .225rem;
    }
    
    .contact .top {
        display: flex;
        justify-content: space-between;
        padding: .6625rem .5375rem .6875rem .975rem;
    }
    
    .contact .top .left {
        margin-top: .6875rem;
    }
    
    .contact .top .left h2 {
        font-size: .4375rem;
        line-height: .6625rem;
        color: #000000;
        font-weight: normal;
    }
    
    .contact .top .left p {
        font-size: .3rem;
        line-height: .6625rem;
        color: #000000;
    }
    
    .contact .right {
        width: 12.1375rem;
        height: 7.1875rem;
    }
    
    .contact .right #map {
        width: 100%;
        height: 100%;
    }
    
    .BMap_bubble_title {
        font-size: .225rem;
    }
    
    .BMap_bubble_content {
        font-size: .2rem
    }
    
    .contact .content {
        font-size: .375rem;
        color: #656565;
        text-align: center;
        margin: 1.225rem 0 .7rem 0;
    }
    
    .contact .form input[type="text"] {
        width: 9.4375rem;
        height: .95rem;
        background-color: #ffffff;
        border: solid .0125rem #eeeeee;
        font-size: .225rem;
        line-height: .95rem;
        color: #656565;
        padding-left: .2375rem;
        margin: 0 .275rem .225rem 0;
    }
    
    .contact .form textarea {
        width: 100%;
        height: 5.4375rem;
        background-color: #ffffff;
        font-size: .225rem;
        padding-left: .3375rem;
        padding-top: .45rem;
        border: solid .0125rem #eeeeee;
    }
    
    .contact .form input[type="submit"] {
        width: 10.775rem;
        height: .95rem;
        background-color: #014195;
        border: solid .0125rem #d2d2d2;
        font-size: .3625rem;
        font-stretch: normal;
        line-height: .95rem;
        text-align: center;
        color: #ffffff;
        margin-top: .5875rem;
    }
    /* 新闻详情 */
    
    .newsDetails {
        width: 100%;
        height: auto;
        padding: .575rem 0;
    }
    
    .newsDetails h2 {
        text-align: center;
        font-size: .45rem;
        color: #000000;
        margin-bottom: .4375rem;
    }
    
    .newsDetails .text {
        padding: 0 1.25rem;
        font-size: .2rem;
        line-height: .6rem;
        color: #000000;
    }
    /* 新闻资讯 */
    
    .newsInformation {
        width: 100%;
        height: auto;
        padding: .4375rem 0;
    }
    
    .newsInformation .title {
        text-align: center;
        font-size: .45rem;
        color: #333333;
        margin-bottom: .5375rem;
    }
    
    .newsInformation ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    
    .newsInformation ul li {
        width: 6.25rem;
        height: 6.625rem;
    }
    
    .newsInformation ul li .name {
        padding: 0 .2375rem;
    }
    
    .newsInformation ul li img {
        width: 100%;
        height: 4.6875rem;
        object-fit: cover;
    }
    
    .newsInformation ul li h4 {
        font-size: .2125rem;
        line-height: .6625rem;
        color: #000000;
    }
    
    .newsInformation ul li .text {
        font-size: .175rem;
        line-height: .425rem;
        color: #666666;
		       height: .75rem;
       display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
    }
    /* 行业解决方案 */
    
    .industrySolution {
        width: 100%;
        height: auto;
             padding: .4375rem 0 .125rem 0;
    }
    
    .industrySolution .title {
        font-size: .45rem;
        color: #333333;
        text-align: center;
        margin-bottom: .4625rem;
    }
    
    .industrySolution ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .industrySolution ul li {
        position: relative;
        width: 4.75rem;
        height: 6.8125rem;
        background-color: #ffffff;
    }
    
    .industrySolution .mask {
        position: absolute;
        width: 100%;
        height: 20%;
        background-image: linear-gradient(to top, rgba(26, 79, 166), rgba(255, 255, 255, 0));
        bottom: 0;
        left: 0;
        text-align: center;
        padding-top: 15%;
    }
    
    .industrySolution .mask span {
        font-size: .2625rem;
        line-height: .3125rem;
        letter-spacing: .0125rem;
        color: #ffffff;
        transition: all 0.5s ease-in-out;
    }
    
    .industrySolution ul li:hover {
        cursor: pointer;
    }
    
    .industrySolution ul li:hover span {
        font-size: .325rem;
        letter-spacing: .125rem;
    }
    
    .industrySolution ul li img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
	
	
	  /* 产品参数 */
    
    .parameter {
        width: 100%;
        height: auto;
        padding: .1875rem;
        background-color: #ffffff;
        box-shadow: 0 .0125rem .1625rem .0125rem rgba(0, 0, 0, 0.06);
        margin-top: .25rem;
    }
    
    .parameter h2 {
        font-size: .3rem;

		        margin-bottom: .25rem;
				    display: flex;
    justify-content: center;
    }
	    .parameter h2 span {
        color: #fff;
        background: #0065b5;
        padding: .0625rem .25rem;
    }
    
    .parameter-con {
        width: 100%;
        height: auto;
		    padding: 0 10%;
    }
		.parameter-con  table{
		    width: 100% !important;
		}
	
	.parameter-con  table,.parameter-con  table  tr,.parameter-con  table  tr td{
	      border: 1px solid #000;
	}
	.parameter-con  table  tr{
	    height: 35px !important;
		    font-size: 16px;
	}
		.parameter-con  table  td{
		   font-size: 16px;
		}
	.parameter-con  table  tr:first-child{
	        color: #fff;
			    text-align: center;
    background: #18459a;
	}
	
		.parameter-con  table  tr:nth-child(2n){
	       
    background: #ccdae9;
	}
	
	.newsDetails   .title {
	    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
	}
	
		.newsDetails   .title  .time {
	      font-size: 16px;
    text-align: center;
    color: #ccc;
	}