﻿.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


/* 首页banner */

.home-banner .home-banner-slide {
    width: 100%;
    height: 190px;
    margin-top: 54px;
}

.home-banner .swiper-pagination-bullet {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    background: white;
    margin: 0 3px;
    cursor: pointer;
}


/* 首页解决方案 */

.home-solution {
    padding: 50px 0 40px;
    position: relative;
}

.home-solution .content {
    color: #4d4c4c;
    text-align: center;
    position: relative;
    z-index: 2;
}

.home-solution .content .title {
    font-size: 18px;
    padding-bottom: 10px;
    line-height: 24px;
}

.home-solution .content .more-btn {
    display: inline-block;
    width: 80px;
    height: 24px;
    border: 1px solid #4d4c4c;
    text-align: center;
    line-height: 24px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    font-size: 13px;
}

.home-solution .content .more-btn:hover {
    background: #4d4c4c;
    color: #fff;
}

.home-solution .content ul.h-solution-ul li {
    display: inline-block;
    width: 30%;
    text-align: center;
    cursor: pointer;
    color: #4d4c4c;
    vertical-align: top;
    box-sizing: border-box;
    overflow: hidden;
}

.home-solution .content ul.h-solution-ul li div.h-solution-ul-img {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    margin: 20px auto 10px;
    border: 2px solid #4d4c4c;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.home-solution .content ul.h-solution-ul li div.h-solution-ul-img.a {
    background: url(../img/home-solution-list1.png);
    background-size: 48px auto;
}

.home-solution .content ul.h-solution-ul li div.h-solution-ul-img.b {
    background: url(../img/home-solution-list2.png);
    background-size: 48px auto;
}

.home-solution .content ul.h-solution-ul li div.h-solution-ul-img.c {
    background: url(../img/home-solution-list3.png);
    background-size: 48px auto;
}

.home-solution .content ul.h-solution-ul li div.h-solution-ul-img.d {
    background: url(../img/home-solution-list4.png);
    background-size: 48px auto;
}

.home-solution .content ul.h-solution-ul li div.h-solution-ul-img.f {
    background: url(../img/home-solution-list5.png);
    background-size: 48px auto;
}

.home-solution .content ul.h-solution-ul li {
    color: inherit;
    font-size: 13px;
}

.home-solution .content ul.h-solution-ul li:hover {
    color: #2a6b91;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-weight: bold;
}

.home-solution .content ul.h-solution-ul li:hover div.h-solution-ul-img {
    background-position-y: -50px;
}


/*首页关于我们*/

.h-about {
    background: #e0e0e0;
    height: auto;
}

.h-inner {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: inherit;
}

.h-inner-text {
    width: 100%;
    padding: 30px 15px 0;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.1;
    letter-spacing: 0px;
    color: #4d4c4c;
    text-align: justify;
}

.h-inner-img {
    width: 100%;
    overflow: hidden;
    height: 200px;
    background-position: center;
    background-size: cover;
    display: block;
    border: 15px solid #e0e0e0;
}

.more-text-btn {
    width: 100px;
    height: 28px;
    background: url(../img/more-btn.png);
    background-size: cover;
    display: inline-block;
    margin: 20px 0;
    float: right;
}


/*首页产品中心*/

.h-product-ul {
    margin-top: 40px;
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.h-product-ul li:nth-child(4) {
    display: none
}

.h-product-ul li {
    float: left;
    width: 100%;
}

.h-product-ul li:hover .img-box-bottom {
    background: #89b929 !important;
}

.h-product-ul li .img-box:hover {
    border-bottom-color: transparent;
    transform: translateY(-10px);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

.h-product-ul li .img-box {
    background: #2a6b91;
    margin-left: 7.5px;
    margin-right: 7.5px;
    margin-bottom: 15px;
    /* background: url(../img/home-product-bg.png); */
    background: #e5e5e5;
    transition: ease-in 0.3s;
    -webkit-transition: ease-in 0.3s;
    -moz-transition: ease-in 0.3s;
    -ms-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
}

.h-product-ul li .img-box .img-box-top {
    padding: 10px 0 10px;
}

.h-product-ul li .img-box .img-box-top img {
    width: 100%;
}

.h-product-ul li .img-box .img-box-bottom {
    background: #2a6b91;
    color: #fff;
    padding: 16px 10px;
    text-align: left;
    transition: ease-in 0.3s;
    -webkit-transition: ease-in 0.3s;
    -moz-transition: ease-in 0.3s;
    -ms-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
}

.h-product-ul li .img-box .img-box-bottom .title {
    font-size: 16px;
    line-height: 10px;
}

.h-product-ul li .img-box .img-box-bottom .detail {
    font-size: 14px;
    line-height: 14px;
    padding-top: 2px;
}

.h-product-ul li .img-box .img-box-bottom .detail img {
    height: 10px;
    margin-left: 8px;
}


/*首页生产中心*/

.h-production-ul {
    margin-top: 60px;
    padding-left: 6px;
    padding-right: 6px;
}

.h-production-ul li {
    float: left;
    width: 50%;
}

.h-production-ul li .img-box img:hover {
    border-bottom-color: transparent;
    transform: translateY(-10px);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

.h-production-ul li .img-box {
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 15px;
}

.h-production-ul li .img-box img {
    width: 100%;
    transition: ease-in 0.3s;
    -webkit-transition: ease-in 0.3s;
    -moz-transition: ease-in 0.3s;
    -ms-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
}

.h-production-ul li .img-box .title {
    font-size: 16px;
    line-height: 16px;
    color: #5c5c5c;
    padding-top: 27px;
    padding-bottom: 0;
}

.banner {
    width: 100%;
    background-size: cover;
    background-position: center center;
    height: 160px;
    margin-top: 54px;
}


/*框架*/


/* 内容区 */

.layout-content {
    padding: 20px 0 10px;
}

.layout-content .slide-box {
    width: 100%;
    background: #fff;
    color: #1e1e1e;
    margin-bottom: 20p;
}

.layout-content .slide-box .slide-top {
    height: 76px;
    background: url(../img/product-menu-bg.png);
}

.layout-content .slide-box .slide-top .title {
    padding: 20px 15px 10px;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
}

.layout-content .slide-box .slide-top .title-en {
    padding: 00px 15px 10px;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
}

.layout-content .slide-box .slide-bottom-ul {
    border: 1px solid #59575754;
    padding: 0 00px 20px;
    border-top: none;
}

.layout-content .slide-box .slide-bottom-ul li {
    color: #1e1e1e;
    padding: 0 20px;
}

.layout-content .slide-box .slide-bottom-ul li a {
    display: block;
    height: 51px;
    line-height: 51px;
    padding: 0 0px;
    font-size: 16px;
    border-bottom: 1px solid #5957576b;
    color: inherit;
}
.layout-content .slide-box .slide-bottom-ul li .slide-bottom-box a:hover{
    color: #89b929 !important
}
.layout-content .slide-box .slide-bottom-ul li:hover,
.layout-content .slide-box .slide-bottom-ul li.active {
    background-color: #89b929;
    color: #fff;
}
.layout-content .slide-box .slide-bottom-ul li:hover .slide-bottom-box,
.layout-content .slide-box .slide-bottom-ul li.active .slide-bottom-box{
    display: block
}
.layout-content .content-box {
    width: 100%;
    border-top: none;
}

.layout-content .content-box img.content-box-bg-img {
    width: 100%;
    margin: 20px 0 40px;
}

.layout-content .content-box .content-box-text {
    font-size: 16px;
    line-height: 30px;
    color: #000000;
}

.layout-content .content-box .gsjs-content-ul {
    padding-top: 20px;
}

.layout-content .content-box .gsjs-content-ul li {
    padding: 25px 0 25px;
    overflow: hidden;
    display: flex;
    justify-content: left;
}

.layout-content .content-box .gsjs-content-ul li img {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 30px;
}

.layout-content .content-box .gsjs-content-ul li .detail {
    float: left;
    padding-top: 10px;
}

.layout-content .content-box .gsjs-content-ul li .detail .title {
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    padding-bottom: 14px;
}

.layout-content .content-box .gsjs-content-ul li .detail .tip {
    font-size: 16px;
    line-height: 24px;
}


/*时间轴*/

.fazhanlicheng-line {
    width: 100%;
    height: auto;
    margin: 50px auto 20px;
    position: relative;
}

.fazhanlicheng-line::before {
    content: "";
    display: block;
    padding-top: 30px;
    position: absolute;
    left: 00%;
    top: 0px;
    height: 100%;
    width: 1px;
    background: rgba(0, 0, 0, 0.075);
}

.fazhanlicheng-line li.rt {
    width: 100%;
    margin-top: 30px;
    margin-left: 0%;
}

.fazhanlicheng-line li.rt img.quan {
    float: left;
    width: 24px;
    margin-left: -12px;
}

.fazhanlicheng-line li.lf {
    padding-top: 10px;
    width: 100%;
    margin-left: 0%;
}

.fazhanlicheng-line li.lf img.quan {
    float: left;
    width: 24px;
    margin-left: -12px;
}

.fazhanlicheng-line li>div {
    padding-left: 00px;
    font-size: 16px;
    color: #1e1e1e;
}

.fazhanlicheng-line li.rt>div {
    padding-left: 30px;
    font-size: 14px;
    color: #1e1e1e;
}

.fazhanlicheng-line li.lf>div {
    padding-left: 30px;
    font-size: 15px;
    color: #1e1e1e;
}

.fazhanlicheng-line li>div .year {
    font-size: 21px;
    font-weight: bold;
    padding-bottom: 10px;
}

.fazhanlicheng-line li>div ul li {
    list-style: disc;
    line-height: 35px;
}

.fazhanlicheng-line li div img {
    width: 50%;
    padding-bottom: 20px;
}


/*企业文化*/

.qiyewenhua-ul {
    padding: 80px 0 40px;
}

.qiyewenhua-ul li {
    padding: 0px 0 60px;
    overflow: hidden;
}

.qiyewenhua-ul li div.left {
    width: 100%;
    float: left;
}

.qiyewenhua-ul li>img {
    width: 100%;
    float: right;
    margin-top: 20px;
}

.qiyewenhua-ul li div.left .title {
    line-height: 20px;
    font-size: 16px;
    color: #2a6b91;
    font-weight: bold;
    position: relative;
    padding-bottom: 20px;
}

.qiyewenhua-ul li div.left .detail {
    line-height: 1.8;
    font-size: 15px;
    position: relative;
}

.qiyewenhua-ul li div.left .title::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 5px;
    background: #2a6b91;
    left: 0;
    bottom: 8px;
}

.qyry-img {
    margin: 30px 0 30px;
    width: 100%;
}


/*新闻*/

ul.company-news li {
    overflow: hidden;
    padding-top: 20px;
    border-bottom: 1px solid #4d4c4c34;
    padding-bottom: 20px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

ul.company-news li:hover {
    border-bottom-color: transparent;
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

ul.company-news li a {
    display: block;
}

ul.company-news li .company-news-img {
    width: 100%;
    overflow: hidden;
    height: 180px;
    float: left;
}

ul.company-news li .company-news-img img {
    height: auto;
    width: 100%;
}

ul.company-news li .company-news-text {
    width: 100%;
    margin-left: 0%;
    float: left;
}

ul.company-news li .company-news-text .title {
    font-size: 16px;
    color: #2a6b91;
    line-height: 20px;
    padding-bottom: 14px;
    line-height: 1.6;
    padding-top: 10px;
}

ul.company-news li .company-news-text .detail {
    font-size: 14px;
    font-size: 14px;
    padding-bottom: 14px;
}

ul.company-news li .company-news-text .more {
    font-size: 14px;
    color: #2a6b91;
}

ul.page-ul {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

ul.page-ul li {
    display: inline-block;
    padding: 25px 10px 20px;
    font-size: 14px;
}

ul.page-ul li a {
    display: block;
}

ul.page-ul li a.active {
    color: #2a6b91;
}

ul.page-ul li a:hover {
    color: #2a6b91;
}


/*新闻详情*/

.news-detail {
    padding: 20px 0 10px;
}

.news-detail .title {
    color: #2a6b91;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 20px;
    line-height: 1.6;
}

.news-detail img {
    width: 100% !important;
    margin-bottom: 20px;
}

.news-detail .list {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.8;
    letter-spacing: 0px;
    color: #000000;
}


/*联系我们*/

.contact-us-content li {
    overflow: hidden;
    padding: 30px 0 20px;
}

.contact-us-content li .local-name {
    color: #2a6b91;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 30px;
}

.contact-us-content li .local-detail,
.contact-us-content li .local-tel {
    font-size: 16px;
    padding-bottom: 10px;
}

.contact-us-content li .local-detail img,
.contact-us-content li .local-tel img {
    width: 20px;
    height: auto;
    margin-right: 14px;
}

.contact-us-content li .local-map {
    width: 100%;
    margin-top: 20px;
}

.yftd-content {
    padding-top: 20px;
}

.yftd-content .yftd-text {
    font-size: 16px;
    line-height: 1.8;
    padding-bottom: 30px;
}

.yftd-content .yftd-img {
    width: 100%;
}

.title-content {
    color: #2a6b91;
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 18px;
}


/*产品研发*/

.cpyf-ul li {
    margin: 10px 0 10px;
    overflow: hidden;
    background-color: #efefef;
    height: 274px;
}

.cpyf-ul li .pro-img {
    width: 30%;
    height: inherit;
    margin-right: 4%;
    float: left;
    position: relative;
}

.cpyf-ul li .pro-detail {
    width: 64%;
    float: left;
    padding: 20px 0 0;
    padding-right: 2%;
}

.cpyf-ul li .pro-detail .title {
    font-size: 16px;
    color: #2a6b91;
    padding-bottom: 20px;
    font-weight: bold;
    background: url(../img/line.png);
    background-position: 0 40px;
    background-size: 21px 2px;
    background-repeat: no-repeat;
}

.cpyf-ul li .pro-detail .detail {
    font-size: 14px;
    line-height: 1.8;
    color: #464646;
}

.cpyf-ul li .pro-img img {
    height: auto;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}


/*解决方案*/

.solution.content-box {
    border-top: none !important;
}

.solution-content .title-img {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
}

.solution-content .solution-ul li {
    overflow: hidden;
    margin-bottom: 30px;
}

.solution-content .solution-ul li p.title {
    background-color: #2a6b91;
    line-height: 1.6;
    padding: 10px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
}

.solution-content .solution-ul li .detail {
    background-color: #efefef;
    overflow: hidden;
    padding-bottom: 0px;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    position: relative;
}

.solution-content .solution-ul li .detail.top-line::after {
    position: absolute;
    width: 90%;
    left: 5%;
    height: 2px;
    background: #2a6b91;
    opacity: 0.3;
    bottom: 0;
    content: "";
}

.solution-content .solution-ul li .detail .detail-img {
    width: 50%;
    float: left;
    padding: 30px 20px;
    box-sizing: border-box;
}

.solution-content .solution-ul li .detail .detail-img img {
    width: 100%;
}

.solution-content .solution-ul li .detail .detail-text {
    width: 50%;
    float: left;
    box-sizing: border-box;
}

.solution-content .solution-ul li .detail .detail-text .top {
    color: #2a6b91;
    font-size: 16px;
    padding: 20px 20px 10px 10px;
}

.solution-content .solution-ul li .detail .detail-text span {
    display: block;
    font-size: 14px;
    line-height: 2.1;
    padding: 0 20px 0 10px;
}

.list3>div {
    width: 100% !important;
}

.list3>div.detail-text {
    width: 50% !important;
}

.list3>div.detail-text.last {
    padding-bottom: 20px;
}


/*产品中心*/

.pro-center-menu {
    margin-left: -14px;
    margin-right: -14px;
    overflow: hidden;
    display: flex;justify-content: space-between;
    overflow-x: auto;
}

.pro-center-menu span {
    padding-left: 14px;
    padding-right: 14px;
    float: left;
    margin-top: 20px;
    width: 100%
}

.pro-center-menu span a {
    display: block;
    text-align: left;
    border-top: 8px solid #2a6b91;
    font-size: 16px;
    color: #2a6b91;
    padding-right: 16px;
    padding-bottom: 10px;
white-space: nowrap;
}

.pro-center-menu span.active a,
.pro-center-menu span:hover a {
    border-top: 8px solid #89b929;
    color: #89b929;
}

.pro-center-list li {
    overflow: hidden;
    padding: 10px 0 20px;
}

.pro-center-list li .title {
    font-size: 16px;
    font-weight: bold;
    color: #2a6b91;
}

.pro-center-list li .pro-img {
    width: 100%;
    float: left;
}

.pro-center-list li .pro-img img {
    width: 100%;
}

.pro-center-list li .pro-detail {
    width: 100%;
    float: left;
    padding-left: 00px;
}

.pro-center-list li .pro-detail .pro-detail-text {
    padding-top: 20px;
}

.pro-center-list li .pro-detail .pro-detail-text .top {
    font-size: 18px;
    text-align: center;
    background-color: #2a6b91;
    padding: 10px 20px;
    color: #fff;
    overflow: hidden;
}

.pro-center-list li .pro-detail .pro-detail-text .center {
    background-color: #efefef;
    padding: 10px 10px 10px;
    margin-top: 4px;
    font-size: 14px;
    overflow: hidden;
}

.pro-center-list li .pro-detail .pro-detail-text .center .list {
    float: left;
    width: 50%;
    padding: 10px 10px 0;
}

.pro-center-list li .pro-detail .pro-detail-text.tt {
    padding: 0;
}

.pro-center-list li .pro-detail .pro-detail-text .top a.li {
    display: block;
    float: left;
    font-size: 18px;
    text-align: left;
    background-color: #2a6b91;
    padding: 10px 10px;
    width: 50%;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.pro-center-list li .pro-detail .pro-detail-text .diankong .list {
    width: 100%;
    overflow: hidden;
}

.pro-center-list li .pro-detail .pro-detail-text .diankong .list label {
    display: block;
    float: left;
    width: 50%;
    text-align: left;
    padding: 0 10px;
}


/*新闻中心*/
.new-content .new-img-box {
    margin-top: 60px;
    width: 100%;
    height: 300px;
    background-color: #415b76;
    box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    position: relative;
}

.new-content .new-img-box .new-title-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: left
}

.new-content .new-img-box .new-title-box .title {
    font-size: 24px;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 22px 20px 20px;
    line-height: 24px
}

.new-content .new-img-box .new-title-box .detail {
    font-size: 13px;
    padding: 0px 20px 20px;
    line-height: 14px;
    display: flex;
    justify-content: space-between;
}

.new-content .new-img-box .new-title-box .detail span.left {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    width: 70%;
}

.new-content {
    display: block;
    justify-content: space-between
}

.new-content .new-list {
    margin-top: 20px;
    padding-left: 0px;
    text-align: left;
    width: 100%
}

.new-content .new-list .new-list-li a {
    display: block;
    display: flex;
    justify-content: space-between;
}

.new-content .new-list .new-list-li {
    padding: 16px 0px 20px;
    border-bottom: 1px solid rgba(107, 107, 107, 0.452);
    margin: 0 0 24px;
    transition: all 0.3s linear;
    cursor: pointer;
}

.new-content .new-list .new-list-li:hover {
    transform: translateX(10px)
}

.new-content .new-list .new-list-li:hover .new-list-data {
    background: #89b929;
    color: #fff
}

.new-content .new-list .new-list-li:nth-child(3) {
    border: none;
    margin: 0
}

.new-content .new-list .new-list-li .new-list-data {
    width: 80px;
    height: 80px;
    background-color: #fff;
    color: #333;
    text-align: center
}

.new-content .new-list .new-list-li .new-list-data .top {
    font-size: 34px;
    padding-top: 13px;
    line-height: 34px
}

.new-content .new-list .new-list-li .new-list-data .bottom {
    font-size: 14px;
    padding-top: 8px;
    line-height: 14px
}

.new-content .new-list .new-list-li .new-list-inner {
    width: 72%;
    color: #4d4c4c;
    font-size: 14px;
    line-height: 1.8
}

.new-content .new-list .new-list-li .new-list-inner .new-list-title {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    white-space: nowrap
}

.new-content .new-list .new-list-li .new-list-inner .new-list-content {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (min-width: 768px) {
    /*新闻中心*/
    .new-content .new-img-box {
        margin-top: 60px;
        width: 100%;
        height: 500px;
        background-color: #415b76;
        box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.5);
        overflow: hidden;
        position: relative;
    }
    .new-content .new-img-box .new-title-box {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        color: #fff;
        text-align: left
    }
    .new-content .new-img-box .new-title-box .title {
        font-size: 24px;
        white-space: nowrap;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 22px 30px 20px;
        line-height: 24px
    }
    .new-content .new-img-box .new-title-box .detail {
        font-size: 13px;
        padding: 0px 30px 20px;
        line-height: 14px;
        display: flex;
        justify-content: space-between;
    }
    .new-content .new-img-box .new-title-box .detail span.left {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
        width: 60%;
    }
    .new-content {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }
    .new-content .new-list {
        margin-top: 20px;
        padding-left: 0px;
        text-align: left;
        width: 100%
    }
    .new-content .new-list .new-list-li a {
        display: block;
        display: flex;
        justify-content: space-between;
    }
    .new-content .new-list .new-list-li {
        padding: 16px 14px 20px;
        border-bottom: 1px solid rgba(107, 107, 107, 0.452);
        margin: 0 0 24px;
        transition: all 0.3s linear;
        cursor: pointer;
    }
    .new-content .new-list .new-list-li:hover {
        transform: translateX(10px)
    }
    .new-content .new-list .new-list-li:hover .new-list-data {
        background: #89b929;
        color: #fff
    }
    .new-content .new-list .new-list-li:nth-child(3) {
        border: none;
        margin: 0
    }
    .new-content .new-list .new-list-li .new-list-data {
        width: 80px;
        height: 80px;
        background-color: #fff;
        color: #333;
        text-align: center
    }
    .new-content .new-list .new-list-li .new-list-data .top {
        font-size: 34px;
        padding-top: 13px;
        line-height: 34px
    }
    .new-content .new-list .new-list-li .new-list-data .bottom {
        font-size: 14px;
        padding-top: 8px;
        line-height: 14px
    }
    .new-content .new-list .new-list-li .new-list-inner {
        width: 84%;
        color: #4d4c4c;
        font-size: 16px;
        line-height: 1.8
    }
    .new-content .new-list .new-list-li .new-list-inner .new-list-title {
        font-size: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: bold;
        white-space: nowrap
    }
    .new-content .new-list .new-list-li .new-list-inner .new-list-content {
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    /*产品中心*/
    .pro-center-menu {
        margin-left: -14px;
        margin-right: -14px;
        overflow: hidden;
    }
    .pro-center-menu span {
        padding-left: 14px;
        padding-right: 14px;
        float: left;
        margin-top: 0;
    }
    .pro-center-menu span a {
        display: block;
        text-align: left;
        border-top: 8px solid #2a6b91;
        font-size: 16px;
        color: #2a6b91;
        padding-right: 16px;
        padding-bottom: 10px;
    }
    .pro-center-menu span.active a,
    .pro-center-menu span:hover a {
        border-top: 8px solid #89b929;
        color: #89b929;
    }
    .pro-center-list li {
        overflow: hidden;
        padding: 30px 0 20px;
        display: flex;
        justify-content: space-between;
    }
    .pro-center-list li .title {
        font-size: 16px;
        font-weight: bold;
        color: #2a6b91;
    }
    .pro-center-list li .pro-img {
        width: 20%;
        float: left;
        position: relative;
    }
    .pro-center-list li .pro-img img {
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .pro-center-list li .pro-detail {
        width: 80%;
        float: left;
        padding-left: 20px;
    }
    .pro-center-list li .pro-detail .pro-detail-text {
        padding-top: 20px;
    }
    .pro-center-list li .pro-detail .pro-detail-text .top {
        font-size: 18px;
        text-align: center;
        background-color: #2a6b91;
        padding: 10px 20px;
        color: #fff;
        overflow: hidden;
    }
    .pro-center-list li .pro-detail .pro-detail-text .center {
        background-color: #efefef;
        padding: 10px 10px 10px;
        margin-top: 4px;
        font-size: 14px;
        overflow: hidden;
    }
    .pro-center-list li .pro-detail .pro-detail-text .center .list {
        float: left;
        width: 50%;
        padding: 10px 10px 0;
    }
    .pro-center-list li .pro-detail .pro-detail-text.tt {
        padding: 0;
    }
    .pro-center-list li .pro-detail .pro-detail-text .top a.li {
        display: block;
        float: left;
        font-size: 18px;
        text-align: left;
        background-color: #2a6b91;
        padding: 0px 10px;
        width: 50%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .pro-center-list li .pro-detail .pro-detail-text .diankong .list {
        width: 100%;
        overflow: hidden;
    }
    .pro-center-list li .pro-detail .pro-detail-text .diankong .list label {
        display: block;
        float: left;
        width: 50%;
        text-align: left;
        padding: 0 10px;
    }
    /*解决方案*/
    .solution.content-box {
        border-top: none !important;
    }
    .solution-content .title-img {
        width: 100%;
        margin-bottom: 30px;
        margin-top: 0px;
    }
    .solution-content .solution-ul li {
        overflow: hidden;
        margin-bottom: 30px;
    }
    .solution-content .solution-ul li p.title {
        background-color: #2a6b91;
        line-height: 1.6;
        padding: 10px;
        text-align: center;
        color: #ffffff;
        font-size: 18px;
    }
    .solution-content .solution-ul li .detail {
        background-color: #efefef;
        overflow: hidden;
        padding-bottom: 20px;
        display: flex;
        justify-content: left;
        flex-wrap: wrap;
    }
    .solution-content .solution-ul li .detail.top-line::after {
        position: absolute;
        width: 90%;
        left: 5%;
        height: 2px;
        background: #2a6b91;
        opacity: 0.3;
        bottom: 20px;
        content: "";
    }
    .solution-content .solution-ul li .detail .detail-img {
        width: 50%;
        float: left;
        padding: 30px 20px;
        box-sizing: border-box;
    }
    .solution-content .solution-ul li .detail .detail-img img {
        width: 100%;
    }
    .solution-content .solution-ul li .detail .detail-text {
        width: 50%;
        float: left;
        box-sizing: border-box;
    }
    .solution-content .solution-ul li .detail .detail-text .top {
        color: #2a6b91;
        font-size: 18px;
        padding: 30px 20px 10px 10px;
    }
    .solution-content .solution-ul li .detail .detail-text span {
        display: block;
        font-size: 14px;
        line-height: 2.1;
        padding: 0 20px 0 10px;
    }
    .list3>div {
        width: 100% !important;
    }
    .list3>div.detail-text {
        width: 50% !important;
    }
    .list3>div.detail-text.last {
        padding-bottom: 0px;
        padding-left: 20px;
    }
    .container {
        width: 700px;
    }
    .qyry-img {
        margin: 30px 0 30px;
        width: 100%;
    }
    /*产品研发*/
    .cpyf-ul li {
        margin-top: 40px;
        overflow: hidden;
        background-color: #efefef;
        height: 251px;
    }
    .cpyf-ul li .pro-img {
        width: 30%;
        height: inherit;
        margin-right: 4%;
        float: left;
        position: relative;
    }
    .cpyf-ul li .pro-detail {
        width: 64%;
        float: left;
        padding: 20px 0 0;
        padding-right: 2%;
    }
    .cpyf-ul li .pro-detail .title {
        font-size: 18px;
        color: #2a6b91;
        padding-bottom: 20px;
        font-weight: bold;
        background: url(../img/line.png);
        background-position: 0 40px;
        background-size: 26px 2px;
        background-repeat: no-repeat;
    }
    .cpyf-ul li .pro-detail .detail {
        font-size: 14px;
        line-height: 1.8;
        color: #464646;
    }
    .cpyf-ul li .pro-img img {
        height: auto;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }
    .qyry-img {
        margin: 60px 0 30px;
        width: 100%;
    }
    .yftd-content {
        padding-top: 40px;
    }
    .yftd-content .yftd-text {
        font-size: 16px;
        line-height: 35px;
        padding-bottom: 60px;
    }
    .yftd-content .yftd-img {
        width: 100%;
    }
    .title-content {
        color: #2a6b91;
        font-weight: bold;
        padding-bottom: 10px;
        font-size: 20px;
    }
    .banner {
        width: 100%;
        background-size: cover;
        background-position: center center;
        height: 260px;
    }
    .yftd-content {
        padding-top: 30px;
    }
    .yftd-content .yftd-text {
        font-size: 16px;
        line-height: 35px;
        padding-bottom: 60px;
    }
    .yftd-content .yftd-img {
        width: 100%;
    }
    /*联系我们*/
    .contact-us-content li {
        overflow: hidden;
        padding: 40px 0 0;
    }
    .contact-us-content li .local-name {
        color: #2a6b91;
        font-size: 20px;
        font-weight: bold;
        padding-bottom: 30px;
    }
    .contact-us-content li .local-detail,
    .contact-us-content li .local-tel {
        font-size: 16px;
        padding-bottom: 10px;
    }
    .contact-us-content li .local-detail img,
    .contact-us-content li .local-tel img {
        width: 20px;
        height: auto;
        margin-right: 14px;
    }
    .contact-us-content li .local-map {
        width: 100%;
        margin-top: 20px;
    }
    /*新闻详情*/
    .news-detail {
        padding: 20px 0 10px;
    }
    .news-detail .title {
        color: #2a6b91;
        font-size: 20px;
        font-weight: bold;
        padding-bottom: 20px;
        line-height: 1.6;
    }
    .news-detail img {
        width: 100% !important;
        margin-bottom: 20px;
    }
    .news-detail .list {
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 1.8;
        letter-spacing: 0px;
        color: #000000;
    }
    /*新闻*/
    ul.company-news li {
        overflow: hidden;
        padding-top: 20px;
        border-bottom: 1px solid #4d4c4c34;
        padding-bottom: 20px;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
    }
    ul.company-news li:hover {
        border-bottom-color: transparent;
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
    }
    ul.company-news li a {
        display: block;
    }
    ul.company-news li .company-news-img {
        width: 40%;
        overflow: hidden;
        height: 180px;
        float: left;
    }
    ul.company-news li .company-news-img img {
        height: 100%;
        width: auto;
    }
    ul.company-news li .company-news-text {
        width: 56%;
        margin-left: 4%;
        float: left;
    }
    ul.company-news li .company-news-text .title {
        font-size: 16px;
        color: #2a6b91;
        line-height: 20px;
        padding-bottom: 14px;
        line-height: 1.6;
    }
    ul.company-news li .company-news-text .detail {
        font-size: 14px;
        font-size: 14px;
        padding-bottom: 14px;
    }
    ul.company-news li .company-news-text .more {
        font-size: 14px;
        color: #2a6b91;
    }
    ul.page-ul {
        display: block;
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }
    ul.page-ul li {
        display: inline-block;
        padding: 50px 10px 20px;
        font-size: 14px;
    }
    ul.page-ul li a {
        display: block;
    }
    ul.page-ul li a.active {
        color: #2a6b91;
    }
    ul.page-ul li a:hover {
        color: #2a6b91;
    }
    /*企业文化*/
    .qiyewenhua-ul {
        padding: 80px 0 40px;
    }
    .qiyewenhua-ul li {
        padding: 0px 0 120px;
        overflow: hidden;
    }
    .qiyewenhua-ul li div.left {
        width: 50%;
        float: left;
    }
    .qiyewenhua-ul li>img {
        width: 44%;
        float: right;
    }
    .qiyewenhua-ul li div.left .title {
        line-height: 24px;
        font-size: 18px;
        color: #2a6b91;
        font-weight: bold;
        position: relative;
        padding-bottom: 20px;
    }
    .qiyewenhua-ul li div.left .detail {
        line-height: 1.8;
        font-size: 16px;
        position: relative;
    }
    .qiyewenhua-ul li div.left .title::after {
        content: "";
        position: absolute;
        width: 50px;
        height: 5px;
        background: #2a6b91;
        left: 0;
        bottom: 8px;
    }
    /*时间轴*/
    .fazhanlicheng-line {
        width: 100%;
        height: auto;
        margin: 50px auto 20px;
        position: relative;
    }
    .fazhanlicheng-line::before {
        content: "";
        display: block;
        padding-top: 30px;
        position: absolute;
        left: 50%;
        top: 0px;
        height: 100%;
        width: 1px;
        background: rgba(0, 0, 0, 0.075);
    }
    .fazhanlicheng-line li.rt {
        width: 45%;
        margin-top: 30px;
        margin-left: 50%;
    }
    .fazhanlicheng-line li.rt img.quan {
        float: left;
        width: 24px;
        margin-left: -12px;
    }
    .fazhanlicheng-line li.lf {
        padding-top: 30px;
        width: 50%;
        margin-left: 0%;
    }
    .fazhanlicheng-line li.lf img.quan {
        float: right;
        width: 24px;
        margin-right: -12px;
    }
    .fazhanlicheng-line li>div {
        padding-left: 00px;
        font-size: 16px;
        color: #1e1e1e;
    }
    .fazhanlicheng-line li.rt>div {
        padding-left: 30px;
        font-size: 14px;
        color: #1e1e1e;
    }
    .fazhanlicheng-line li.lf>div {
        padding-right: 30px;
        font-size: 15px;
        color: #1e1e1e;
    }
    .fazhanlicheng-line li>div .year {
        font-size: 21px;
        font-weight: bold;
        padding-bottom: 10px;
    }
    .fazhanlicheng-line li>div ul li {
        list-style: disc;
        line-height: 35px;
    }
    .fazhanlicheng-line li div img {
        width: 164px;
        padding-bottom: 20px;
    }
    /*框架*/
    /* 内容区 */
    .layout-content {
        padding: 60px 0 30px;
    }
    .layout-content .slide-box {
        width: 200px;
        background: #fff;
        color: #1e1e1e;
    }
    .layout-content .slide-box .slide-top {
        height: 120px;
        background: url(../img/product-menu-bg.png);
    }
    .layout-content .slide-box .slide-top .title {
        padding: 40px 15px 10px;
        color: #fff;
        font-size: 15px;
        line-height: 15px;
    }
    .layout-content .slide-box .slide-top .title-en {
        padding: 00px 15px 10px;
        color: #fff;
        font-size: 16px;
        line-height: 16px;
    }
    .layout-content .slide-box .slide-bottom-ul {
        border: 1px solid #59575754;
        padding: 0 00px 20px;
        border-top: none;
    }
    .layout-content .slide-box .slide-bottom-ul li {
        color: #1e1e1e;
        padding: 0 20px;
    }
    .layout-content .slide-box .slide-bottom-ul li a {
        display: block;
        height: 51px;
        line-height: 51px;
        padding: 0 0px;
        font-size: 16px;
        border-bottom: 1px solid #5957576b;
        color: inherit;
    }
    .layout-content .slide-box .slide-bottom-ul li:hover,
    .layout-content .slide-box .slide-bottom-ul li.active {
        background-color: #89b929;
        color: #fff;
    }
    .layout-content .content-box {
        width: 440px;
        border-top: 1px solid #595959;
    }
    .layout-content .content-box img.content-box-bg-img {
        width: 100%;
        margin: 20px 0 40px;
    }
    .layout-content .content-box .content-box-text {
        font-size: 16px;
        line-height: 30px;
        color: #000000;
    }
    .layout-content .content-box .gsjs-content-ul {
        padding-top: 20px;
    }
    .layout-content .content-box .gsjs-content-ul li {
        padding: 25px 0 25px;
        overflow: hidden;
        display: flex;
        justify-content: left;
    }
    .layout-content .content-box .gsjs-content-ul li img {
        width: 50px;
        height: 50px;
        float: left;
        margin-right: 30px;
    }
    .layout-content .content-box .gsjs-content-ul li .detail {
        float: left;
        padding-top: 10px;
    }
    .layout-content .content-box .gsjs-content-ul li .detail .title {
        font-size: 18px;
        line-height: 18px;
        font-weight: bold;
        padding-bottom: 14px;
    }
    .layout-content .content-box .gsjs-content-ul li .detail .tip {
        font-size: 16px;
        line-height: 24px;
    }
    .banner {
        width: 100%;
        background-size: cover;
        background-position: center center;
        height: 326px;
        margin-top: 54px;
    }
    /*首页生产中心*/
    .h-production-ul {
        margin-top: 60px;
        padding-left: 6px;
        padding-right: 6px;
    }
    .h-production-ul li {
        float: left;
        width: 25%;
    }
    .h-production-ul li .img-box img:hover {
        border-bottom-color: transparent;
        transform: translateY(-10px);
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
    }
    .h-production-ul li .img-box {
        margin-left: 6px;
        margin-right: 6px;
        margin-bottom: 15px;
    }
    .h-production-ul li .img-box img {
        width: 100%;
        transition: ease-in 0.3s;
        -webkit-transition: ease-in 0.3s;
        -moz-transition: ease-in 0.3s;
        -ms-transition: ease-in 0.3s;
        -o-transition: ease-in 0.3s;
    }
    .h-production-ul li .img-box .title {
        font-size: 16px;
        line-height: 16px;
        color: #5c5c5c;
        padding-top: 27px;
        padding-bottom: 0;
    }
    /*首页产品中心*/
    .h-product-ul {
        margin-top: 80px;
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
    .h-product-ul li {
        float: left;
        width: 33.33%;
    }
    .h-product-ul li .img-box:hover {
        border-bottom-color: transparent;
        transform: translateY(-10px);
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
    }
    .h-product-ul li .img-box {
        background: #2a6b91;
        margin-left: 7.5px;
        margin-right: 7.5px;
        margin-bottom: 15px;
        /* background: url(../img/home-product-bg.png); */
        background: #e5e5e5;
        transition: ease-in 0.3s;
        -webkit-transition: ease-in 0.3s;
        -moz-transition: ease-in 0.3s;
        -ms-transition: ease-in 0.3s;
        -o-transition: ease-in 0.3s;
    }
    .h-product-ul li .img-box .img-box-top {
        padding: 60px 0 30px;
    }
    .h-product-ul li .img-box .img-box-top img {
        width: 100%;
    }
    .h-product-ul li .img-box .img-box-bottom {
        background: #2a6b91;
        color: #fff;
        padding: 30px 20px;
        text-align: left;
    }
    .h-product-ul li .img-box .img-box-bottom .title {
        font-size: 18px;
        line-height: 18px;
    }
    .h-product-ul li .img-box .img-box-bottom .detail {
        font-size: 16px;
        line-height: 16px;
        padding-top: 2px;
    }
    .h-product-ul li .img-box .img-box-bottom .detail img {
        height: 14px;
        margin-left: 8px;
    }
    /*首页关于我们*/
    .h-about {
        background: #e0e0e0;
        height: 690px;
    }
    .h-inner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: inherit;
    }
    .h-inner-text {
        width: 50%;
        padding: 0 30px;
        box-sizing: border-box;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 35px;
        letter-spacing: 0px;
        color: #4d4c4c;
        text-align: justify;
        position: relative;
        height: inherit;
    }
    .h-inner-text-inner {
        position: absolute;
        top: 60%;
        transform: translateY(-60%);
        left: 0;
        padding: 0 24% 0px;
    }
    .h-inner-img {
        width: 50%;
        overflow: hidden;
        height: inherit;
        background-position: center;
        background-size: cover;
        display: block;
        border: none;
    }
    .more-text-btn {
        width: 156px;
        height: 28px;
        background: url(../img/more-btn.png);
        display: inline-block;
        margin: 20px 0;
        float: right;
    }
    /* 首页解决方案 */
    .home-solution {
        padding: 50px 0 70px;
        position: relative;
    }
    .home-solution .content {
        color: #4d4c4c;
        text-align: center;
        position: relative;
        z-index: 2;
    }
    .home-solution .content .title {
        font-size: 24px;
        padding-bottom: 20px;
        line-height: 24px;
    }
    .home-solution .content .more-btn {
        display: inline-block;
        width: 112px;
        height: 27px;
        border: 1px solid #4d4c4c;
        text-align: center;
        line-height: 27px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        font-size: 14px;
    }
    .home-solution .content .more-btn:hover {
        background: #4d4c4c;
        color: #fff;
    }
    .home-solution .content ul.h-solution-ul li {
        float: left;
        width: 20%;
        text-align: center;
        cursor: pointer;
        color: #4d4c4c;
    }
    .home-solution .content ul.h-solution-ul li div.h-solution-ul-img {
        width: 60px;
        height: 60px;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        -o-border-radius: 100px;
        margin: 50px auto 20px;
        border: 2px solid #4d4c4c;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }
    .home-solution .content ul.h-solution-ul li div.h-solution-ul-img.a {
        background: url(../img/home-solution-list1.png);
        background-size: 60px auto;
    }
    .home-solution .content ul.h-solution-ul li div.h-solution-ul-img.b {
        background: url(../img/home-solution-list2.png);
        background-size: 60px auto;
    }
    .home-solution .content ul.h-solution-ul li div.h-solution-ul-img.c {
        background: url(../img/home-solution-list3.png);
        background-size: 60px auto;
    }
    .home-solution .content ul.h-solution-ul li div.h-solution-ul-img.d {
        background: url(../img/home-solution-list4.png);
        background-size: 60px auto;
    }
    .home-solution .content ul.h-solution-ul li div.h-solution-ul-img.f {
        background: url(../img/home-solution-list5.png);
        background-size: 60px auto;
    }
    .home-solution .content ul.h-solution-ul li {
        color: inherit;
        font-size: 15px;
    }
    .home-solution .content ul.h-solution-ul li:hover {
        color: #2a6b91;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        font-weight: bold;
    }
    .home-solution .content ul.h-solution-ul li:hover div.h-solution-ul-img {
        background-position-y: -60px;
    }
    /* 首页banner */
    .home-banner .home-banner-slide {
        width: 100%;
        height: 400px;
        margin-top: 54px;
    }
    .home-banner .swiper-pagination-bullet {
        display: inline-block;
        width: 12px;
        height: 12px;
        border-radius: 10px;
        background: white;
        margin: 0 3px;
        cursor: pointer;
    }
}

@media (min-width: 992px) {
    .container {
        width: 900px;
    }
    /*新闻中心*/
    .new-content .new-img-box {
        margin-top: 60px;
        width: 589px;
        height: 418px;
        background-color: #415b76;
        box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.5);
        overflow: hidden;
        position: relative;
    }
    .new-content .new-img-box .new-title-box {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        color: #fff;
        text-align: left
    }
    .new-content .new-img-box .new-title-box .title {
        font-size: 24px;
        white-space: nowrap;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 22px 30px 20px;
        line-height: 24px
    }
    .new-content .new-img-box .new-title-box .detail {
        font-size: 13px;
        padding: 0px 30px 20px;
        line-height: 14px;
        display: flex;
        justify-content: space-between;
    }
    .new-content .new-img-box .new-title-box .detail span.left {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
        width: 80%;
    }
    .new-content {
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap
    }
    .new-content .new-list {
        margin-top: 60px;
        padding-left: 20px;
        text-align: left;
        width: 50%
    }
    .new-content .new-list .new-list-li a {
        display: block;
        display: flex;
        justify-content: space-between;
    }
    .new-content .new-list .new-list-li {
        padding: 16px 14px 20px;
        border-bottom: 1px solid rgba(107, 107, 107, 0.452);
        margin: 0 0 24px;
        transition: all 0.3s linear;
        cursor: pointer;
    }
    .new-content .new-list .new-list-li:hover {
        transform: translateX(10px)
    }
    .new-content .new-list .new-list-li:hover .new-list-data {
        background: #89b929;
        color: #fff
    }
    .new-content .new-list .new-list-li:nth-child(3) {
        border: none;
        margin: 0
    }
    .new-content .new-list .new-list-li .new-list-data {
        width: 80px;
        height: 80px;
        background-color: #fff;
        color: #333;
        text-align: center
    }
    .new-content .new-list .new-list-li .new-list-data .top {
        font-size: 34px;
        padding-top: 13px;
        line-height: 34px
    }
    .new-content .new-list .new-list-li .new-list-data .bottom {
        font-size: 14px;
        padding-top: 8px;
        line-height: 14px
    }
    .new-content .new-list .new-list-li .new-list-inner {
        width: 68%;
        color: #4d4c4c;
        font-size: 16px;
        line-height: 1.8
    }
    .new-content .new-list .new-list-li .new-list-inner .new-list-title {
        font-size: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: bold;
        white-space: nowrap
    }
    .new-content .new-list .new-list-li .new-list-inner .new-list-content {
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    /*产品中心*/
    .pro-center-menu {
        margin-left: -14px;
        margin-right: -14px;
        overflow: hidden;
    }
    .pro-center-menu span {
        padding-left: 14px;
        padding-right: 14px;
        float: left;
        margin-top: 0;
    }
    .pro-center-menu span a {
        display: block;
        text-align: left;
        border-top: 8px solid #2a6b91;
        font-size: 18px;
        color: #2a6b91;
        padding-right: 18px;
    }
    .pro-center-menu span.active a,
    .pro-center-menu span:hover a {
        border-top: 8px solid #89b929;
        color: #89b929;
    }
    .pro-center-list li {
        overflow: hidden;
        padding: 40px 0 20px;
        display: flex;
        justify-content: space-between;
        justify-content: center;
        justify-items: center;
    }
    .pro-center-list li .title {
        font-size: 18px;
        font-weight: bold;
        color: #2a6b91;
    }
    .pro-center-list li .pro-img {
        width: 30%;
        float: left;
        position: relative;
    }
    .pro-center-list li .pro-img img {
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .pro-center-list li .pro-detail {
        width: 70%;
        float: left;
        padding-left: 20px;
    }
    .pro-center-list li .pro-detail .pro-detail-text {
        padding-top: 20px;
    }
    .pro-center-list li .pro-detail .pro-detail-text .top {
        font-size: 16px;
        text-align: center;
        background-color: #2a6b91;
        padding: 12px 20px;
        color: #fff;
        overflow: hidden;
    }
    .pro-center-list li .pro-detail .pro-detail-text .center {
        background-color: #efefef;
        padding: 10px 10px 16px;
        margin-top: 4px;
        font-size: 16px;
        overflow: hidden;
    }
    .pro-center-list li .pro-detail .pro-detail-text .center .list {
        float: left;
        width: 50%;
        padding: 10px 10px 0;
    }
    .pro-center-list li .pro-detail .pro-detail-text.tt {
        padding: 0;
    }
    .pro-center-list li .pro-detail .pro-detail-text .top a.li {
        display: block;
        float: left;
        font-size: 20px;
        text-align: left;
        background-color: #2a6b91;
        padding: 0px 10px;
        color: #fff;
        width: 50%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .pro-center-list li .pro-detail .pro-detail-text .diankong .list {
        width: 100%;
        overflow: hidden;
    }
    .pro-center-list li .pro-detail .pro-detail-text .diankong .list label {
        display: block;
        float: left;
        width: 50%;
        text-align: left;
        padding: 0 10px;
    }
    /*解决方案*/
    .solution.content-box {
        border-top: none !important;
    }
    .solution-content .title-img {
        width: 100%;
        margin-bottom: 60px;
        margin-top: 0px;
    }
    .solution-content .solution-ul li {
        overflow: hidden;
        margin-bottom: 40px;
    }
    .solution-content .solution-ul li p.title {
        background-color: #2a6b91;
        line-height: 1.6;
        padding: 10px;
        text-align: center;
        color: #ffffff;
        font-size: 20px;
    }
    .solution-content .solution-ul li .detail {
        background-color: #efefef;
        overflow: hidden;
        padding-bottom: 40px;
    }
    .solution-content .solution-ul li .detail .detail-img {
        width: 25%;
        float: left;
        padding: 30px 10px;
    }
    .solution-content .solution-ul li .detail .detail-img img {
        width: 100%;
    }
    .solution-content .solution-ul li .detail .detail-text {
        width: 25%;
        float: left;
    }
    .solution-content .solution-ul li .detail .detail-text .top {
        color: #2a6b91;
        font-size: 18px;
        padding: 50px 20px 10px 10px;
    }
    .solution-content .solution-ul li .detail .detail-text span {
        display: block;
        font-size: 14px;
        line-height: 2.1;
        padding: 0 20px 0 10px;
    }
    .list3>div {
        width: 40% !important;
    }
    .list3>div.detail-text {
        width: 30% !important;
    }
    .list3>div.detail-text.last {
        padding-bottom: 0px;
        padding-left: 00px;
    }
    .title-content {
        color: #2a6b91;
        font-weight: bold;
        padding-bottom: 10px;
        font-size: 24px;
    }
    /*产品研发*/
    .cpyf-ul li {
        margin-top: 40px;
        overflow: hidden;
        background-color: #efefef;
        height: 182px;
    }
    .cpyf-ul li .pro-img {
        width: 30%;
        height: inherit;
        margin-right: 4%;
        float: left;
        position: relative;
    }
    .cpyf-ul li .pro-detail {
        width: 64%;
        float: left;
        padding: 20px 0 0;
        padding-right: 2%;
    }
    .cpyf-ul li .pro-detail .title {
        font-size: 20px;
        color: #2a6b91;
        padding-bottom: 20px;
        font-weight: bold;
        background: url(../img/line.png);
        background-position: 0 40px;
        background-size: 26px 2px;
        background-repeat: no-repeat;
    }
    .cpyf-ul li .pro-detail .detail {
        font-size: 15px;
        line-height: 1.8;
        color: #464646;
    }
    .cpyf-ul li .pro-img img {
        height: auto;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }
    .qyry-img {
        margin: 60px 0 30px;
        width: 100%;
    }
    .yftd-content {
        padding-top: 40px;
    }
    .yftd-content .yftd-text {
        font-size: 16px;
        line-height: 35px;
        padding-bottom: 60px;
    }
    .yftd-content .yftd-img {
        width: 100%;
    }
    /*联系我们*/
    .contact-us-content li {
        overflow: hidden;
        padding: 50px 0 0;
    }
    .contact-us-content li .local-name {
        color: #2a6b91;
        font-size: 24px;
        font-weight: bold;
        padding-bottom: 30px;
    }
    .contact-us-content li .local-detail,
    .contact-us-content li .local-tel {
        font-size: 20px;
        padding-bottom: 10px;
    }
    .contact-us-content li .local-detail img,
    .contact-us-content li .local-tel img {
        width: 24px;
        height: auto;
        margin-right: 20px;
    }
    .contact-us-content li .local-map {
        width: 100%;
        margin-top: 20px;
    }
    /*新闻详情*/
    .news-detail {
        padding: 30px 0;
    }
    .news-detail .title {
        color: #2a6b91;
        font-size: 26px;
        font-weight: bold;
        padding-bottom: 30px;
        line-height: 1.6;
    }
    .news-detail img {
        width: 100% !important;
        margin-bottom: 30px;
    }
    .news-detail .list {
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 35px;
        letter-spacing: 0px;
        color: #000000;
    }
    /*新闻*/
    ul.company-news li {
        overflow: hidden;
        padding-top: 30px;
        border-bottom: 1px solid #4d4c4c34;
        padding-bottom: 30px;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
    }
    ul.company-news li:hover {
        border-bottom-color: transparent;
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
    }
    ul.company-news li a {
        display: block;
    }
    ul.company-news li .company-news-img {
        width: 30%;
        overflow: hidden;
        height: 180px;
        float: left;
    }
    ul.company-news li .company-news-img img {
        height: 100%;
        width: auto;
    }
    ul.company-news li .company-news-text {
        width: 64%;
        margin-left: 6%;
        float: left;
    }
    ul.company-news li .company-news-text .title {
        font-size: 20px;
        color: #2a6b91;
        line-height: 20px;
        padding-bottom: 20px;
        line-height: 1.6;
    }
    ul.company-news li .company-news-text .detail {
        font-size: 14px;
        font-size: 14px;
        padding-bottom: 52px;
    }
    ul.company-news li .company-news-text .more {
        font-size: 16px;
        color: #2a6b91;
    }
    ul.page-ul {
        display: block;
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }
    ul.page-ul li {
        display: inline-block;
        padding: 50px 10px 20px;
        font-size: 14px;
    }
    ul.page-ul li a {
        display: block;
    }
    ul.page-ul li a.active {
        color: #2a6b91;
    }
    ul.page-ul li a:hover {
        color: #2a6b91;
    }
    /*企业文化*/
    .qiyewenhua-ul {
        padding: 80px 0 40px;
    }
    .qiyewenhua-ul li {
        padding: 0px 0 120px;
        overflow: hidden;
    }
    .qiyewenhua-ul li div.left {
        width: 60%;
        float: left;
    }
    .qiyewenhua-ul li>img {
        width: 34%;
        float: right;
    }
    .qiyewenhua-ul li div.left .title {
        line-height: 24px;
        font-size: 18px;
        color: #2a6b91;
        font-weight: bold;
        position: relative;
        padding-bottom: 20px;
    }
    .qiyewenhua-ul li div.left .detail {
        line-height: 1.8;
        font-size: 16px;
        position: relative;
    }
    .qiyewenhua-ul li div.left .title::after {
        content: "";
        position: absolute;
        width: 50px;
        height: 5px;
        background: #2a6b91;
        left: 0;
        bottom: 8px;
    }
    /*时间轴*/
    .fazhanlicheng-line {
        width: 100%;
        height: auto;
        margin: 50px auto 20px;
        position: relative;
    }
    .fazhanlicheng-line::before {
        content: "";
        display: block;
        padding-top: 30px;
        position: absolute;
        left: 50%;
        top: 0px;
        height: 100%;
        width: 1px;
        background: rgba(0, 0, 0, 0.075);
    }
    .fazhanlicheng-line li.rt {
        width: 45%;
        margin-top: 30px;
        margin-left: 50%;
    }
    .fazhanlicheng-line li.rt img.quan {
        float: left;
        width: 24px;
        margin-left: -12px;
    }
    .fazhanlicheng-line li.lf {
        padding-top: 30px;
        width: 50%;
        margin-left: 0;
    }
    .fazhanlicheng-line li.lf img.quan {
        float: right;
        width: 24px;
        margin-right: -12px;
    }
    .fazhanlicheng-line li>div {
        padding-left: 00px;
        font-size: 16px;
        color: #1e1e1e;
    }
    .fazhanlicheng-line li.rt>div {
        padding-left: 30px;
        font-size: 16px;
        color: #1e1e1e;
    }
    .fazhanlicheng-line li.lf>div {
        padding-right: 30px;
        font-size: 15px;
        color: #1e1e1e;
    }
    .fazhanlicheng-line li>div .year {
        font-size: 21px;
        font-weight: bold;
        padding-bottom: 10px;
    }
    .fazhanlicheng-line li>div ul li {
        list-style: disc;
        line-height: 35px;
    }
    .fazhanlicheng-line li div img {
        width: 260px;
        padding-bottom: 24px;
    }
    /*框架*/
    /* 内容区 */
    .layout-content {
        padding: 60px 0;
    }
    .layout-content .slide-box {
        width: 208px;
        background: #fff;
        color: #1e1e1e;
    }
    .layout-content .slide-box .slide-top {
        height: 160px;
        background: url(../img/product-menu-bg.png);
    }
    .layout-content .slide-box .slide-top .title {
        padding: 60px 20px 10px;
        color: #fff;
        font-size: 20px;
        line-height: 20px;
    }
    .layout-content .slide-box .slide-top .title-en {
        padding: 00px 20px 10px;
        color: #fff;
        font-size: 17px;
        line-height: 17px;
    }
    .layout-content .slide-box .slide-bottom-ul {
        border: 1px solid #59575754;
        padding: 0 00px 30px;
        border-top: none;
    }
    .layout-content .slide-box .slide-bottom-ul li {
        color: #1e1e1e;
        padding: 0 20px;
    }
    .layout-content .slide-box .slide-bottom-ul li a {
        display: block;
        height: 51px;
        line-height: 51px;
        padding: 0 0px;
        font-size: 16px;
        border-bottom: 1px solid #5957576b;
        color: inherit;
    }
    .layout-content .slide-box .slide-bottom-ul li:hover,
    .layout-content .slide-box .slide-bottom-ul li.active {
        background-color: #89b929;
        color: #fff;
    }
    .layout-content .content-box {
        width: 620px;
        border-top: 1px solid #595959;
    }
    .layout-content .content-box img.content-box-bg-img {
        width: 100%;
        margin: 30px 0 70px;
    }
    .layout-content .content-box .content-box-text {
        font-size: 16px;
        line-height: 35px;
        color: #000000;
    }
    .layout-content .content-box .gsjs-content-ul {
        padding-top: 30px;
    }
    .layout-content .content-box .gsjs-content-ul li {
        padding: 35px 0 35px;
        overflow: hidden;
        display: flex;
        justify-content: left;
    }
    .layout-content .content-box .gsjs-content-ul li img {
        width: 60px;
        height: 60px;
        float: left;
        margin-right: 40px;
    }
    .layout-content .content-box .gsjs-content-ul li .detail {
        float: left;
        padding-top: 10px;
    }
    .layout-content .content-box .gsjs-content-ul li .detail .title {
        font-size: 20px;
        line-height: 20px;
        font-weight: bold;
        padding-bottom: 14px;
    }
    .layout-content .content-box .gsjs-content-ul li .detail .tip {
        font-size: 16px;
        line-height: 16px;
    }
    .banner {
        width: 100%;
        background-size: cover;
        background-position: center center;
        height: 326px;
        margin-top: 92px;
    }
    /*首页生产中心*/
    .h-production-ul {
        margin-top: 80px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .h-production-ul li {
        float: left;
        width: 25%;
    }
    .h-production-ul li .img-box img:hover {
        border-bottom-color: transparent;
        transform: translateY(-10px);
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
    }
    .h-production-ul li .img-box {
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .h-production-ul li .img-box img {
        width: 100%;
        transition: ease-in 0.3s;
        -webkit-transition: ease-in 0.3s;
        -moz-transition: ease-in 0.3s;
        -ms-transition: ease-in 0.3s;
        -o-transition: ease-in 0.3s;
    }
    .h-production-ul li .img-box .title {
        font-size: 20px;
        line-height: 20px;
        color: #5c5c5c;
        padding-top: 27px;
        padding-bottom: 0;
    }
    /*首页产品中心*/
    .h-product-ul {
        margin-top: 80px;
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
    .h-product-ul li {
        float: left;
        width: 33.33%;
    }
    .h-product-ul li .img-box:hover {
        border-bottom-color: transparent;
        transform: translateY(-10px);
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
    }
    .h-product-ul li .img-box {
        background: #2a6b91;
        margin-left: 7.5px;
        margin-right: 7.5px;
        margin-bottom: 15px;
        /* background: url(../img/home-product-bg.png); */
        background: #e5e5e5;
        transition: ease-in 0.3s;
        -webkit-transition: ease-in 0.3s;
        -moz-transition: ease-in 0.3s;
        -ms-transition: ease-in 0.3s;
        -o-transition: ease-in 0.3s;
    }
    .h-product-ul li .img-box .img-box-top {
        padding: 90px 0 60px;
    }
    .h-product-ul li .img-box .img-box-top img {
        width: 100%;
    }
    .h-product-ul li .img-box .img-box-bottom {
        background: #2a6b91;
        color: #fff;
        padding: 30px 20px;
        text-align: left;
    }
    .h-product-ul li .img-box .img-box-bottom .title {
        font-size: 18px;
        line-height: 18px;
    }
    .h-product-ul li .img-box .img-box-bottom .detail {
        font-size: 16px;
        line-height: 16px;
        padding-top: 2px;
    }
    .h-product-ul li .img-box .img-box-bottom .detail img {
        height: 14px;
        margin-left: 8px;
    }
    /*首页关于我们*/
    .h-about {
        background: #e0e0e0;
        height: 630px;
    }
    .h-inner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: inherit;
    }
    .h-inner-text {
        width: 50%;
        padding: 15% 34px;
        box-sizing: border-box;
        font-size: 15px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 35px;
        letter-spacing: 0px;
        color: #4d4c4c;
        text-align: justify;
    }
    .h-inner-img {
        width: 50%;
        overflow: hidden;
        height: inherit;
        background-position: center;
        background-size: cover;
        display: block;
        border: none;
    }
    .more-text-btn {
        width: 156px;
        height: 28px;
        background: url(../img/more-btn.png);
        display: inline-block;
        margin: 20px 0;
        float: right;
    }
    /* 首页解决方案 */
    .home-solution {
        padding: 40px 0 50px;
        position: relative;
    }
    .home-solution .content {
        color: #4d4c4c;
        text-align: center;
        position: relative;
        z-index: 2;
    }
    .home-solution .content .title {
        font-size: 30px;
        padding-bottom: 20px;
        line-height: 38px;
    }
    .home-solution .content .more-btn {
        display: inline-block;
        width: 112px;
        height: 27px;
        border: 1px solid #4d4c4c;
        text-align: center;
        line-height: 27px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        font-size: 15px;
    }
    .home-solution .content .more-btn:hover {
        background: #4d4c4c;
        color: #fff;
    }
    .home-solution .content ul.h-solution-ul li {
        float: left;
        width: 20%;
        text-align: center;
        cursor: pointer;
        color: #4d4c4c;
    }
    .home-solution .content ul.h-solution-ul li div.h-solution-ul-img {
        width: 80px;
        height: 80px;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        -o-border-radius: 100px;
        margin: 40px auto 30px;
        border: 2px solid #4d4c4c;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }
    .home-solution .content ul.h-solution-ul li div.h-solution-ul-img.a {
        background: url(../img/home-solution-list1.png);
        background-size: 80px auto;
    }
    .home-solution .content ul.h-solution-ul li div.h-solution-ul-img.b {
        background: url(../img/home-solution-list2.png);
        background-size: 80px auto;
    }
    .home-solution .content ul.h-solution-ul li div.h-solution-ul-img.c {
        background: url(../img/home-solution-list3.png);
        background-size: 80px auto;
    }
    .home-solution .content ul.h-solution-ul li div.h-solution-ul-img.d {
        background: url(../img/home-solution-list4.png);
        background-size: 80px auto;
    }
    .home-solution .content ul.h-solution-ul li div.h-solution-ul-img.f {
        background: url(../img/home-solution-list5.png);
        background-size: 80px auto;
    }
    .home-solution .content ul.h-solution-ul li {
        color: inherit;
        font-size: 15px;
    }
    .home-solution .content ul.h-solution-ul li:hover {
        color: #2a6b91;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        font-weight: bold;
    }
    .home-solution .content ul.h-solution-ul li:hover div.h-solution-ul-img {
        background-position-y: -80px;
    }
    /* 首页banner */
    .home-banner .home-banner-slide {
        width: 100%;
        height: 500px;
        margin-top: 92px;
    }
    .home-banner .swiper-pagination-bullet {
        display: inline-block;
        width: 14px;
        height: 14px;
        border-radius: 10px;
        background: white;
        margin: 0 3px;
        cursor: pointer;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
    /*新闻中心*/
    .new-content .new-img-box {
        margin-top: 60px;
        width: 589px;
        height: 418px;
        background-color: #415b76;
        box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.5);
        overflow: hidden;
        position: relative;
    }
    .new-content .new-img-box .new-title-box {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        color: #fff;
        text-align: left
    }
    .new-content .new-img-box .new-title-box .title {
        font-size: 24px;
        white-space: nowrap;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 22px 30px 20px;
        line-height: 24px
    }
    .new-content .new-img-box .new-title-box .detail {
        font-size: 13px;
        padding: 0px 30px 20px;
        line-height: 14px;
        display: flex;
        justify-content: space-between;
    }
    .new-content .new-img-box .new-title-box .detail span.left {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
        width: 80%;
    }
    .new-content {
        display: flex;
        justify-content: space-between
    }
    .new-content .new-list {
        margin-top: 60px;
        padding-left: 20px;
        text-align: left;
        width: 50%
    }
    .new-content .new-list .new-list-li a {
        display: block;
        display: flex;
        justify-content: space-between;
    }
    .new-content .new-list .new-list-li {
        padding: 16px 14px 20px;
        border-bottom: 1px solid rgba(107, 107, 107, 0.452);
        margin: 0 0 24px;
        transition: all 0.3s linear;
        cursor: pointer;
    }
    .new-content .new-list .new-list-li:hover {
        transform: translateX(10px)
    }
    .new-content .new-list .new-list-li:hover .new-list-data {
        background: #89b929;
        color: #fff
    }
    .new-content .new-list .new-list-li:nth-child(3) {
        border: none;
        margin: 0
    }
    .new-content .new-list .new-list-li .new-list-data {
        width: 80px;
        height: 80px;
        background-color: #fff;
        color: #333;
        text-align: center
    }
    .new-content .new-list .new-list-li .new-list-data .top {
        font-size: 34px;
        padding-top: 13px;
        line-height: 34px
    }
    .new-content .new-list .new-list-li .new-list-data .bottom {
        font-size: 14px;
        padding-top: 8px;
        line-height: 14px
    }
    .new-content .new-list .new-list-li .new-list-inner {
        width: 80%;
        color: #4d4c4c;
        font-size: 16px;
        line-height: 1.8
    }
    .new-content .new-list .new-list-li .new-list-inner .new-list-title {
        font-size: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: bold;
        white-space: nowrap
    }
    .new-content .new-list .new-list-li .new-list-inner .new-list-content {
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    /*产品中心*/
    .pro-center-menu {
        margin-left: -14px;
        margin-right: -14px;
        overflow: hidden;
    }
    .pro-center-menu span {
        padding-left: 14px;
        padding-right: 14px;
        float: left;
        margin-top: 0;
    }
    .pro-center-menu span a {
        display: block;
        text-align: left;
        border-top: 8px solid #2a6b91;
        font-size: 20px;
        color: #2a6b91;
        padding-right: 20px;
    }
    .pro-center-menu span.active a,
    .pro-center-menu span:hover a {
        border-top: 8px solid #89b929;
        color: #89b929;
    }
    .pro-center-list li {
        overflow: hidden;
        padding: 60px 0 20px;
        display: flex;
        justify-items: center;
        justify-content: center;
    }
    .pro-center-list li .title {
        font-size: 20px;
        font-weight: bold;
        color: #2a6b91;
    }
    .pro-center-list li .pro-img {
        width: 30%;
        float: left;
        position: relative;
    }
    .pro-center-list li .pro-img img {
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .pro-center-list li .pro-detail {
        width: 70%;
        float: left;
        padding-left: 20px;
    }
    .pro-center-list li .pro-detail .pro-detail-text {
        padding-top: 30px;
    }
    .pro-center-list li .pro-detail .pro-detail-text .top {
        font-size: 20px;
        text-align: center;
        background-color: #2a6b91;
        padding: 12px 20px;
        color: #fff;
        overflow: hidden;
        width: auto;
    }
    .pro-center-list li .pro-detail .pro-detail-text .top a.li {
        display: block;
        float: left;
        font-size: 20px;
        text-align: left;
        background-color: #2a6b91;
        color: #fff;
        padding: 0 10px;
        width: 50%;
    }
    .pro-center-list li .pro-detail .pro-detail-text .center {
        background-color: #efefef;
        padding: 20px 10px 26px;
        margin-top: 4px;
        font-size: 16px;
        overflow: hidden;
    }
    .pro-center-list li .pro-detail .pro-detail-text .center .list {
        float: left;
        width: 50%;
        padding: 10px 10px 0;
    }
    .pro-center-list li .pro-detail .pro-detail-text .diankong .list {
        width: 100%;
        overflow: hidden;
    }
    .pro-center-list li .pro-detail .pro-detail-text .diankong .list label {
        display: block;
        float: left;
        width: 50%;
        text-align: left;
        padding: 0 10px;
    }
    .pro-center-list li .pro-detail .pro-detail-text.tt {
        padding: 0;
    }
    /*解决方案*/
    .solution.content-box {
        border-top: none !important;
    }
    .solution-content .title-img {
        width: 100%;
        margin-bottom: 80px;
        margin-top: 0px;
    }
    .solution-content .solution-ul li {
        overflow: hidden;
        margin-bottom: 60px;
    }
    .solution-content .solution-ul li p.title {
        background-color: #2a6b91;
        line-height: 1.6;
        padding: 10px;
        text-align: center;
        color: #ffffff;
        font-size: 25px;
    }
    .solution-content .solution-ul li .detail {
        background-color: #efefef;
        overflow: hidden;
        padding-bottom: 40px;
    }
    .solution-content .solution-ul li .detail .detail-img {
        width: 25%;
        float: left;
        padding: 30px 10px;
    }
    .solution-content .solution-ul li .detail .detail-img img {
        width: 100%;
    }
    .solution-content .solution-ul li .detail .detail-text {
        width: 25%;
        float: left;
    }
    .solution-content .solution-ul li .detail .detail-text .top {
        color: #2a6b91;
        font-size: 20px;
        padding: 50px 20px 10px 10px;
    }
    .solution-content .solution-ul li .detail .detail-text span {
        display: block;
        font-size: 15px;
        line-height: 2.1;
    }
    .list3>div {
        width: 33.33% !important;
    }
    .list3>div.detail-text {
        width: 33.33% !important;
    }
    .list3>div.detail-text.last {
        padding-bottom: 0px;
        padding-left: 00px;
    }
    .title-content {
        color: #2a6b91;
        font-weight: bold;
        padding-bottom: 10px;
        font-size: 24px;
    }
    .qyry-img {
        margin: 60px 0 30px;
        width: 100%;
    }
    .banner {
        width: 100%;
        background-size: cover;
        background-position: center center;
        height: 526px;
        margin-top: 92px;
    }
    .title-content {
        color: #2a6b91;
        font-weight: bold;
        padding-bottom: 10px;
        font-size: 30px;
    }
    /*产品研发*/
    .cpyf-ul li {
        margin-top: 40px;
        overflow: hidden;
        background-color: #efefef;
        height: 182px;
    }
    .cpyf-ul li .pro-img {
        width: 30%;
        height: inherit;
        margin-right: 4%;
        float: left;
    }
    .cpyf-ul li .pro-detail {
        width: 64%;
        float: left;
        padding: 30px 0 0;
        padding-right: 2%;
    }
    .cpyf-ul li .pro-detail .title {
        font-size: 20px;
        color: #2a6b91;
        padding-bottom: 20px;
        font-weight: bold;
        background: url(../img/line.png);
        background-position: 0 40px;
        background-size: 26px 2px;
        background-repeat: no-repeat;
    }
    .cpyf-ul li .pro-detail .detail {
        font-size: 15px;
        line-height: 1.8;
        color: #464646;
    }
    .cpyf-ul li .pro-img img {
        height: 100%;
        width: auto;
    }
    /*研发中心*/
    .yftd-content {
        padding-top: 40px;
    }
    .yftd-content .yftd-text {
        font-size: 16px;
        line-height: 35px;
        padding-bottom: 60px;
    }
    .yftd-content .yftd-img {
        width: 100%;
    }
    /*联系我们*/
    .contact-us-content li {
        overflow: hidden;
        padding: 60px 0 0;
    }
    .contact-us-content li .local-name {
        color: #2a6b91;
        font-size: 26px;
        font-weight: bold;
        padding-bottom: 30px;
    }
    .contact-us-content li .local-detail,
    .contact-us-content li .local-tel {
        font-size: 20px;
        padding-bottom: 10px;
    }
    .contact-us-content li .local-detail img,
    .contact-us-content li .local-tel img {
        width: 24px;
        height: auto;
        margin-right: 20px;
    }
    .contact-us-content li .local-map {
        width: 100%;
        margin-top: 20px;
    }
    /*新闻详情*/
    .news-detail {
        padding: 30px 0;
    }
    .news-detail .title {
        color: #2a6b91;
        font-size: 26px;
        font-weight: bold;
        padding-bottom: 30px;
        line-height: 1.6;
    }
    .news-detail img {
        width: 100% !important;
        margin-bottom: 30px;
    }
    .news-detail .list {
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 35px;
        letter-spacing: 0px;
        color: #000000;
    }
    /*新闻*/
    ul.company-news li {
        overflow: hidden;
        padding-top: 30px;
        border-bottom: 1px solid #4d4c4c34;
        padding-bottom: 30px;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
    }
    ul.company-news li:hover {
        border-bottom-color: transparent;
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
    }
    ul.company-news li a {
        display: block;
    }
    ul.company-news li .company-news-img {
        width: 30%;
        overflow: hidden;
        height: 180px;
        float: left;
    }
    ul.company-news li .company-news-img img {
        height: 100%;
        width: auto;
    }
    ul.company-news li .company-news-text {
        width: 64%;
        margin-left: 6%;
        float: left;
    }
    ul.company-news li .company-news-text .title {
        font-size: 20px;
        color: #2a6b91;
        line-height: 20px;
        padding-bottom: 20px;
        line-height: 1.6;
    }
    ul.company-news li .company-news-text .detail {
        font-size: 14px;
        font-size: 14px;
        padding-bottom: 52px;
    }
    ul.company-news li .company-news-text .more {
        font-size: 16px;
        color: #2a6b91;
    }
    ul.page-ul {
        display: block;
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }
    ul.page-ul li {
        display: inline-block;
        padding: 50px 10px 20px;
        font-size: 14px;
    }
    ul.page-ul li a {
        display: block;
    }
    ul.page-ul li a.active {
        color: #2a6b91;
    }
    ul.page-ul li a:hover {
        color: #2a6b91;
    }
    /*企业文化*/
    .qiyewenhua-ul {
        padding: 80px 0 40px;
    }
    .qiyewenhua-ul li {
        padding: 0px 0 120px;
        overflow: hidden;
    }
    .qiyewenhua-ul li div.left {
        width: 60%;
        float: left;
    }
    .qiyewenhua-ul li>img {
        width: 34%;
        float: right;
    }
    .qiyewenhua-ul li div.left .title {
        line-height: 30px;
        font-size: 20px;
        color: #2a6b91;
        font-weight: bold;
        position: relative;
        padding-bottom: 20px;
    }
    .qiyewenhua-ul li div.left .detail {
        line-height: 1.8;
        font-size: 20px;
        position: relative;
    }
    .qiyewenhua-ul li div.left .title::after {
        content: "";
        position: absolute;
        width: 50px;
        height: 5px;
        background: #2a6b91;
        left: 0;
        bottom: 8px;
    }
    /*时间轴*/
    .fazhanlicheng-line {
        width: 100%;
        height: auto;
        margin: 50px auto 20px;
        position: relative;
    }
    .fazhanlicheng-line::before {
        content: "";
        display: block;
        padding-top: 30px;
        position: absolute;
        left: 50%;
        top: 0px;
        height: 100%;
        width: 1px;
        background: rgba(0, 0, 0, 0.075);
    }
    .fazhanlicheng-line li.rt {
        width: 45%;
        margin-top: 30px;
        margin-left: 50%;
    }
    .fazhanlicheng-line li.rt img.quan {
        float: left;
        width: 24px;
        margin-left: -12px;
    }
    .fazhanlicheng-line li.lf {
        padding-top: 30px;
        width: 45%;
        margin-left: 5%;
    }
    .fazhanlicheng-line li.lf img.quan {
        float: right;
        width: 24px;
        margin-right: -12px;
    }
    .fazhanlicheng-line li>div {
        padding-left: 50px;
        font-size: 16px;
        color: #1e1e1e;
    }
    .fazhanlicheng-line li>div .year {
        font-size: 25px;
        font-weight: bold;
        padding-bottom: 10px;
    }
    .fazhanlicheng-line li>div ul li {
        list-style: disc;
        line-height: 35px;
    }
    .fazhanlicheng-line li div img {
        width: 260px;
        padding-bottom: 24px;
    }
    /*框架*/
    /* 内容区 */
    .layout-content {
        padding: 60px 0;
    }
    .layout-content .slide-box {
        width: 247px;
        background: #fff;
        color: #1e1e1e;
    }
    .layout-content .slide-box .slide-top {
        height: 179px;
        background: url(../img/product-menu-bg.png);
    }
    .layout-content .slide-box .slide-top .title {
        padding: 60px 20px 10px;
        color: #fff;
        font-size: 24px;
        line-height: 24px;
    }
    .layout-content .slide-box .slide-top .title-en {
        padding: 00px 20px 10px;
        color: #fff;
        font-size: 20px;
        line-height: 20px;
    }
    .layout-content .slide-box .slide-bottom-ul {
        border: 1px solid #59575754;
        padding: 0 00px 40px;
        border-top: none;
    }
    .layout-content .slide-box .slide-bottom-ul li {
        color: #1e1e1e;
        padding: 0 20px;
    }
    .layout-content .slide-box .slide-bottom-ul li a {
        display: block;
        height: 51px;
        line-height: 51px;
        padding: 0 20px;
        font-size: 18px;
        border-bottom: 1px solid #5957576b;
        color: inherit;
    }
    .layout-content .slide-box .slide-bottom-ul li:hover,
    .layout-content .slide-box .slide-bottom-ul li.active {
        background-color: #89b929;
        color: #fff;
    }
    .layout-content .content-box {
        width: 810px;
        border-top: 1px solid #595959;
    }
    .layout-content .content-box img.content-box-bg-img {
        width: 100%;
        margin: 40px 0 80px;
    }
    .layout-content .content-box .content-box-text {
        font-size: 16px;
        line-height: 35px;
        color: #000000;
    }
    .layout-content .content-box .gsjs-content-ul {
        padding-top: 40px;
    }
    .layout-content .content-box .gsjs-content-ul li {
        padding: 45px 0 45px;
        overflow: hidden;
        display: flex;
        justify-content: left;
    }
    .layout-content .content-box .gsjs-content-ul li img {
        width: 88px;
        height: 88px;
        float: left;
        margin-right: 40px;
    }
    .layout-content .content-box .gsjs-content-ul li .detail {
        float: left;
        padding-top: 10px;
    }
    .layout-content .content-box .gsjs-content-ul li .detail .title {
        font-size: 30px;
        line-height: 30px;
        font-weight: bold;
        padding-bottom: 14px;
    }
    .layout-content .content-box .gsjs-content-ul li .detail .tip {
        font-size: 20px;
        line-height: 20px;
    }
    /*首页生产中心*/
    .h-production-ul {
        margin-top: 80px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .h-production-ul li {
        float: left;
        width: 25%;
    }
    .h-production-ul li .img-box img:hover {
        border-bottom-color: transparent;
        transform: translateY(-10px);
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
    }
    .h-production-ul li .img-box {
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .h-production-ul li .img-box img {
        width: 100%;
        transition: ease-in 0.3s;
        -webkit-transition: ease-in 0.3s;
        -moz-transition: ease-in 0.3s;
        -ms-transition: ease-in 0.3s;
        -o-transition: ease-in 0.3s;
    }
    .h-production-ul li .img-box .title {
        font-size: 24px;
        line-height: 24px;
        color: #5c5c5c;
        padding-top: 27px;
        padding-bottom: 0;
    }
    /*首页产品中心*/
    .h-product-ul {
        margin-top: 80px;
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
    .h-product-ul li {
        float: left;
        width: 33.33%;
    }
    .h-product-ul li .img-box:hover {
        border-bottom-color: transparent;
        transform: translateY(-10px);
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
    }
    .h-product-ul li .img-box {
        background: #2a6b91;
        margin-left: 7.5px;
        margin-right: 7.5px;
        margin-bottom: 15px;
        /* background: url(../img/home-product-bg.png); */
        background: #e5e5e5;
        transition: ease-in 0.3s;
        -webkit-transition: ease-in 0.3s;
        -moz-transition: ease-in 0.3s;
        -ms-transition: ease-in 0.3s;
        -o-transition: ease-in 0.3s;
    }
    .h-product-ul li .img-box .img-box-top {
        padding: 90px 0 60px;
    }
    .h-product-ul li .img-box .img-box-top img {
        width: 100%;
    }
    .h-product-ul li .img-box .img-box-bottom {
        background: #2a6b91;
        color: #fff;
        padding: 30px 20px;
        text-align: left;
    }
    .h-product-ul li .img-box .img-box-bottom .title {
        font-size: 24px;
        line-height: 30px;
    }
    .h-product-ul li .img-box .img-box-bottom .detail {
        font-size: 23px;
        line-height: 28px;
        padding-top: 10px;
    }
    .h-product-ul li .img-box .img-box-bottom .detail img {
        height: 25px;
        margin-left: 10px;
    }
    /*首页关于我们*/
    .h-about {
        background: #e0e0e0;
        height: 660px;
    }
    .h-inner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: inherit;
    }
    .h-inner-text {
        width: 50%;
        padding: 8% 60px;
        box-sizing: border-box;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 35px;
        letter-spacing: 0px;
        color: #4d4c4c;
        text-align: justify;
    }
    .h-inner-img {
        width: 50%;
        overflow: hidden;
        height: inherit;
        background-position: center;
        background-size: cover;
        display: block;
        border: none;
    }
    .more-text-btn {
        width: 156px;
        height: 28px;
        background: url(../img/more-btn.png);
        display: inline-block;
        margin: 80px 0;
        float: right;
    }
    /* 首页banner */
    .home-banner .home-banner-slide {
        width: 100%;
        height: 635px;
        margin-top: 92px;
    }
    .home-banner .swiper-pagination-bullet {
        display: inline-block;
        width: 18px;
        height: 18px;
        border-radius: 10px;
        background: white;
        margin: 0 3px;
        cursor: pointer;
    }
    /* 首页解决方案 */
    .home-solution {
        padding: 70px 0 100px;
        position: relative;
    }
    .home-solution .content {
        color: #4d4c4c;
        text-align: center;
        position: relative;
        z-index: 2;
    }
    .home-solution .content .title {
        font-size: 38px;
        padding-bottom: 20px;
        line-height: 38px;
    }
    .home-solution .content .more-btn {
        display: inline-block;
        width: 112px;
        height: 27px;
        border: 1px solid #4d4c4c;
        text-align: center;
        line-height: 27px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        font-size: 16px;
    }
    .home-solution .content .more-btn:hover {
        background: #4d4c4c;
        color: #fff;
    }
    .home-solution .content ul.h-solution-ul li {
        float: left;
        width: 20%;
        text-align: center;
        cursor: pointer;
        color: #4d4c4c;
    }
    .home-solution .content ul.h-solution-ul li div.h-solution-ul-img {
        width: 105px;
        height: 105px;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        -o-border-radius: 100px;
        margin: 50px auto 40px;
        border: 2px solid #4d4c4c;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }
    .home-solution .content ul.h-solution-ul li div.h-solution-ul-img.a {
        background: url(../img/home-solution-list1.png);
    }
    .home-solution .content ul.h-solution-ul li div.h-solution-ul-img.b {
        background: url(../img/home-solution-list2.png);
    }
    .home-solution .content ul.h-solution-ul li div.h-solution-ul-img.c {
        background: url(../img/home-solution-list3.png);
    }
    .home-solution .content ul.h-solution-ul li div.h-solution-ul-img.d {
        background: url(../img/home-solution-list4.png);
    }
    .home-solution .content ul.h-solution-ul li div.h-solution-ul-img.f {
        background: url(../img/home-solution-list5.png);
    }
    .home-solution .content ul.h-solution-ul li {
        color: inherit;
        font-size: 17px;
    }
    .home-solution .content ul.h-solution-ul li:hover {
        color: #2a6b91;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        font-weight: bold;
    }
    .home-solution .content ul.h-solution-ul li:hover div.h-solution-ul-img {
        background-position-y: -105px;
    }
}