* {
    box-sizing: border-box;
}

*,
body,
html {
    margin: 0;
    padding: 0;
}

body.fixed {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

.clear-both {
    clear: both;
}

html {
    height: 100%;
    font-size: 100px;
}

li,
ol,
ul {
    list-style: none;
}

a {
    color: inherit;
}

a:hover,
a:link,
a:visited {
    text-decoration: none;
    color: inherit;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    margin: 0;

    -webkit-appearance: none;
}

p {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
}

button,
input,
textarea {
    resize: none;
    border: none;
    outline: none;
}

img {
    border: 0;
}

a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

a:visited,
a:link {
    text-decoration: none;

    color: inherit;
}

.lazy {
    /* background: url(../js/slick/ajax-loader.gif) no-repeat center; */
}

.img-box {
    /* position: relative; */

    display: block;
    overflow: hidden;

    /* height: 0;
    padding-bottom: 100%; */
}

.img-box img {
    /* position: absolute; */
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
}

.img-box img[src=''],
.img-box img:not([src]) {
    opacity: 0;
    border: 0;
}

*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link {
    outline: none !important;
}

.container {
    width: auto;
    margin: 0 13%;
    padding: 0;
}

.imgs {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 1600px) {
    html {
        font-size: 95px;
    }
}

@media (max-width: 1440px) {
    html {
        font-size: 90px;
    }
}

@media (max-width: 1220px) {
    html {
        font-size: 85px;
    }
}

@media (max-width: 1024px) {
    html {
        font-size: 80px;
    }
}

@media (max-width: 992px) {
    html {
        font-size: 70px;
    }
}

@media (max-width: 640px) {
    html {
        font-size: 60px;
    }
}

@media (max-width: 1600px) {
    .container {
        margin: 0 12%;
    }
}

@media (max-width: 1200px) {
    .container {
        margin: 0 7.5%;
    }
}



@media (min-width: 768px) {
    .tce-ml20 {
        margin-left: 20px;
    }
}

.w-100 {
    float: left;
    width: 100%;
}

.img-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.header-full {
    overflow: hidden;
    height: 100%;
}

.mobile-menu {
    display: none;
}

.nav_menu {
    display: none;
}

.header {
    position: relative;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 110px;
    /* -webkit-transition: all .4s;
    transition: all .4s; */
}

.header .nav-list {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
}

/* .header .nav-list .hx{
    width: 0;
    height: 0;
    border-top: 3px solid #0e3d97;
    position: absolute;
    bottom: 0px;
} */

.header .nav .nav-list>li>a::after,
.header .nav .nav-list>li.active>a::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 3px solid #0e3d97;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.36s;
}

.header .nav .nav-list>li:hover>a::after {
    width: 100%;
    opacity: 1;
}
.header .nav .nav-list>li.active>a::after {
    width: 100%;
    opacity: 1;
}

.header .nav-list .more {
    position: relative;
}

.child-header {
    position: relative;
    top: 0px;
}

.header.child-header .header-con {
    width: 100% !important;
    background: rgba(255, 255, 255, 1) !important;
}

.header .header-con {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    margin: 0px auto;
    float: none;
    border-radius: 20px;
}

.header .logo {
    position: absolute;
    -webkit-transition: all .4s;
    transition: all .4s;
    transform: translateY(-50%);
    top: 50%;
}

.mobile-logo {
    display: none;
}

@media (max-width: 1440px) {
    .header .logo {}
}

@media (max-width: 1199px) {
    .header .logo {
        height: 50px;
    }
}

.header .logo a {
    display: block;
    height: 100%;
}

.header .logo img {
    display: block;
    height: 100%;
}

@media (max-width: 1199px) {
    .header .nav {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

        width: 100%;
        height: 100%;
        padding: 0 50px;

        -webkit-transition: left .3s;
        transition: left .3s;
        text-align: left;
        text-align: center;

        background: #fafafa;
        background-color: rgba(12, 77, 162, .9);
        background-color: rgba(154, 203, 216, .9);
    }

    .header .nav .tbl {
        display: table;

        width: 100%;
        height: 100%;
    }

    .header .nav .tbl-cell {
        display: table-cell;

        height: 100%;

        vertical-align: middle;
    }
}

@media (max-width: 768px) {
    .header .nav {
        width: 100%;
        padding: 45px;
    }

    .header {
        height: 85px;
    }

    .header .logo {
        height: 40px;
    }

    .nav_menu {
        margin-top: 43px !important;
    }
}

@media (max-width: 640px) {
    .header {
        height: 85px;
    }

    .header .logo {
        height: 33px;
    }

    .nav_menu {
        margin-top: 43px !important;
    }
}

.header .nav.left-100 {
    left: -100%;
}

.header .nav.left-200 {
    left: -200%;
}

@media (min-width: 1200px) {
    .header .nav {
        float: right;
        height: 110px;
    }

    .header.fixed-header .nav {
        height: 70px;
    }

    .header .nav .nav-list li a {
        /* white-space: nowrap; */
    }

    .header .nav .nav-list>li {
        float: left;
        height: 100%;
        margin-right: 7px;
    }

    .header .nav .nav-list>li>a {
        font-size: 18px;
        height: 110px;
        line-height: 110px;
        position: relative;
        display: inline-block;
        overflow: hidden;
        padding: 0 14px;
        color: #000;
    }

    .header .nav .nav-list>li>a span {
        text-align: center;
    }

    .header .nav .nav-list>li:hover>a {
        color: #103f98;
    }

    .header .nav .nav-list>li.active>a {
        color: #103f98;
    }

    /* .header .nav .nav-list > li > a:before
    {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;

        -moz-box-sizing: border-box;
             box-sizing: border-box;
        width: 100%;
        height: 100%;

        content: attr(data-hover);
        -webkit-transition: all .4s;
                transition: all .4s;
        -webkit-transform: translateX(-101%);
            -ms-transform: translateX(-101%);
                transform: translateX(-101%);
        text-align: center;

        color: #fff;
        background: #0c4da2;
    }
    .header .nav .nav-list > li:hover > a:before
    {
        -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
                transform: translateX(0%);
    }
    .header .nav .nav-list > li:hover > a span
    {
        -webkit-transform: translateX(-101%);
            -ms-transform: translateX(-101%);
                transform: translateX(-101%);
    } */
    .header .nav .nav-list .navbg {
        position: absolute;
        top: 110px;
        left: 0;

        display: none;

        width: 100%;
        height: 50%;
    }

    .header .nav .nav-list .navbg .info {
        width: 100%;
        height: 50px;

        border-top: 1px solid #d2d2d2;
        background-color: #fff;
        box-shadow: 10px 0 10px rgba(0, 0, 0, .1);
    }

    .header .nav .nav-list .nav-list2 {
        position: absolute;
        z-index: 50;
        top: 100%;

        display: none;

        padding: 0;
        min-width: 100%;
        width: 200px;
    }

    .header .nav .nav-list .nav-list2 li {
        padding: 0;
        list-style: none;
        float: none;
        height: 46px;
        line-height: 46px;
        padding: 0px;
    }

    .header .nav .nav-list .nav-list2 li>a {
        font-size: 15px;
        position: relative;
        z-index: 1;
        display: block;
        /* padding: 0 30px; */
        -webkit-transition: -webkit-transform .6s ease;
        transition: -webkit-transform .6s ease;
        transition: transform .6s ease;
        transition: transform .6s ease, -webkit-transform .6s ease;
        color: #333;
        background: rgba(255, 255, 255, 0.9);
        text-align: center;
        padding: 0 20px;
        /* width: 120px; */
        height: 46px;
    }

    .header .nav .nav-list .nav-list2 li>a:hover {
        color: #103f98;
    }

    .header .nav .nav-list .nav-list3 {
        position: absolute;
        left: 100%;

        display: none;

        margin-top: -44px;
        padding: 20px 0;

        background-color: rgba(255, 255, 255, .95);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    }

    .header .nav .nav-list .nav-list3 li>a {
        font-size: 12px;
        line-height: 2;
    }
}

@media (max-width: 1600px) {
    .header .nav .nav-list>li>a {
        padding: 0 18px;
    }
}

@media (max-width: 1440px) {
    .header .nav .nav-list>li>a {
        font-size: 16px;
        padding: 0px 10px;
    }
}

@media (max-width: 1199px) {
    .mobile-menu {
        position: fixed;
        z-index: 101;
        top: 0px;
        right: 0px;
        width: 66%;
        background: rgba(255, 255, 255, 0.95);
        box-shadow: -4px 4px 16px rgba(0, 0, 0, 0.3);
        padding-top: 20%;
        padding-bottom: 10%;
        /* transform: translateX(100%); */
        transition: all 0.3s ease;
        /* display: none !important; */
    }

    .menu-link {
        color: #333;
        position: absolute;
        right: 15px;
        top: 20px;
        cursor: pointer;
        text-align: center;
        font-size: 12px;
        transform: translateY(0.5rem);
    }

    .menu-link span {
        width: 26px;
        height: 20px;
        display: inline-block;
        position: relative;
    }

    .menu-link span:before {
        content: '';
        background: #666;
        width: 100%;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: all 0.3s ease-out;
        transform-origin: right bottom;
        transform: rotate(43deg);
        left: -2px;
    }

    .menu-link span:after {
        content: '';
        background: #666;
        width: 100%;
        height: 2px;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.3s ease-out;
        transform-origin: right top;
        transform: rotate(-43deg);
        left: -2px;
    }

    .menu-link em {
        display: block;
        text-align: right;
        font-style: normal;
    }

    .mobile-menu>ul>li {
        padding: 10px 20px;
        padding-top: 15px;
        border-bottom: 1px solid #dedede;
    }

    .mobile-menu>ul>li span {
        display: block;
        position: relative;
        padding-right: 30px;
    }

    .mobile-menu>ul>li span a {
        font-size: 14px;
        color: #1d1d1d;
    }

    .nav_menu {
        /* transform: translateY(-50%) translateX(-50%); */
        /* left: 50%;
        font-size: 20px;
        color: #fff; */
        cursor: pointer;
        opacity: 0.9;
        transition: all 0.3s;
        /* left: auto; */
        /* right: -10px; */
        font-size: 0;
        color: #000;
        float: right;
        margin-top: 53px;
        display: block !important;
    }

    .nav_menu i,
    .nav_menu i:after,
    .nav_menu i:before {
        background: rgba(0, 0, 0, 0.6);
    }

    .nav_menu i {
        width: 22px;
        height: 2px;
        display: inline-block;
        margin-right: 10px;
        position: relative;
        vertical-align: middle;
        transition: all 0.3s;
    }

    .nav_menu i:before {
        content: '';
        width: 30px;
        height: 2px;
        position: absolute;
        bottom: -10px;
        right: 0;
        transition: all 0.3s;
    }

    .nav_menu i:after {
        content: '';
        width: 30px;
        height: 2px;
        position: absolute;
        top: -10px;
        right: 0;
        transition: all 0.3s;
    }

    .header .nav .nav-list {
        margin: 20px 0;

        opacity: 0;
    }

    .header .nav .nav-list>li {
        -webkit-transform: translateX(-25px);
        -ms-transform: translateX(-25px);
        transform: translateX(-25px);

        opacity: 0;
    }

    .header .nav .nav-list>a {
        font-size: 20px;

        color: #fff;
    }

    .header .nav .nav-list2,
    .header .nav .nav-list3 {
        display: none;
    }

    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a {
        font-size: 16px;
        line-height: 2;

        margin-top: 5px;

        color: #fff;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .header .nav .nav-list>li>a {
        padding: 0px 6px;
    }
}

.header .nav .nav-list2 a,
.header .nav .nav-list3 a {
    display: block;
}

.header.header-tmbg {
    background: rgba(255, 255, 255, 0.8);
}

@media (max-height: 580px) {

    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a {
        margin-top: 0;
    }
}

.header .right {
    float: right;
    height: 70px;
    margin-left: 30px;
    margin-right: 50px;
}

.header .right .en {
    float: left;
    width: 23px;
    height: 70px;
    margin-left: 0px;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    line-height: 70px;
    /* color: #cdcdcd; */
    /* background: url(../images/en_icon.png) center no-repeat; */
}

.header .right .en a {
    font-weight: 500;
    font-size: 18px;
    color: #333333;
}

.header .right .en a:hover {
    color: #e31f1f;
}

.header .right .find {
    float: left;
    width: 18px;
    height: 70px;
    margin-left: 0px;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    /* color: #cdcdcd; */
    background: url(../images/search_icon.png) center no-repeat;
}

.header .right .xsx {
    width: 1px;
    height: 14px;
    background-color: #949494;
    float: left;
    margin-top: 28px;
    opacity: 0.42;
    margin-left: 14px;
    margin-right: 14px;
}

@media (max-width: 540px) {
    .mobile-logo {
        display: block;
    }

    .mobile-logo img {
        display: block;
        height: 50px;
    }

    .mobile-logo a {
        display: block;
        float: left;
        margin-top: 8px;
        margin-left: 9px;
    }

    .header .right {
        margin-left: 5px;
        margin-right: 10px;
    }

    .header .right .xsx {
        margin-left: 5px;
        margin-right: 5px;
    }

    .header {
        /* position: fixed !important;
        top: 0px !important; */
    }
}

/* header头部 E */

/* banner轮播图 S */
.swiper-index-banner {
    font-size: 0;
    position: relative;
    z-index: 8;
    overflow: hidden;
    width: 100%;
    margin-top: 0px;
    float: left;
}

.swiper-index-banner .swiper-pagination {
    position: absolute;
    left: 13%;
    bottom: 49px;
    z-index: 99;
}

.swiper-index-banner .swiper-pagination .swiper-pagination-customs {
    float: left;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    font-size: 25px;
    color: #ffffff;
    margin-right: .24rem;
    cursor: pointer;
}

.swiper-index-banner .swiper-pagination .swiper-pagination-customs .number {
    float: left;
    display: block;
}

.swiper-index-banner .swiper-pagination .swiper-pagination-customs.swiper-pagination-customs-active .number {
    margin-right: .13rem;
}

.swiper-index-banner .swiper-pagination .swiper-pagination-customs .hx {
    width: 80px;
    height: 2px;
    background: #ffffff;
    display: block;
    float: left;
    margin-top: 16px;
}

.swiper-index-banner .banner-text .txt1 {
    margin-bottom: 40px;
}

.swiper-index-banner .banner-text {
    width: 100%;
    position: absolute;
    top: 32%;
    left: 0;
    font-size: 50px;
    color: #ffffff;
    font-weight: bolder;
}

.swiper-index-banner .banner-text p {
    text-shadow: #333 3px 3px 5px;
}

@media (max-width: 1600px) {
    .swiper-index-banner .swiper-pagination {
        left: 12%;
    }
}

@media (max-width: 1440px) {
    .swiper-index-banner .banner-text .txt1 {
        margin-bottom: 30px;
    }

    .swiper-index-banner .banner-text {
        font-size: 45px;
    }
}

@media (max-width: 1200px) {
    .swiper-index-banner .swiper-pagination {
        left: 7.5%;
    }

    .swiper-index-banner .banner-text .txt1 {
        margin-bottom: 20px;
    }

    .swiper-index-banner .banner-text {
        font-size: 35px;
    }

    .swiper-index-banner .swiper-pagination .swiper-pagination-customs .hx {
        width: 50px;
    }
}

@media (max-width: 1024px) {
    .swiper-index-banner .swiper-pagination .swiper-pagination-customs {
        font-size: 18px;
    }

    .swiper-index-banner .swiper-pagination {
        bottom: 26px;
    }
}

@media (max-width: 768px) {
    .swiper-index-banner .banner-text {
        top: 29%;
    }

    .swiper-index-banner .banner-text {
        font-size: 28px;
    }

    .swiper-index-banner .swiper-pagination {
        bottom: 24px;
    }
}

@media (max-width: 640px) {
    .swiper-index-banner .banner-text {
        font-size: 18px;
        top: 22%;
    }

    .swiper-index-banner .banner-text .txt1 {
        margin-bottom: 5px;
    }

    .swiper-index-banner .swiper-pagination {
        bottom: 8px;
    }

    .swiper-index-banner .swiper-pagination .swiper-pagination-customs {
        height: 20px;
        line-height: 20px;
        font-size: 14px;
        margin-right: .18rem;
    }

    .swiper-index-banner .swiper-pagination .swiper-pagination-customs .hx {
        width: 30px;
        height: 1px;
        margin-top: 9px;
    }
}

/* banner轮播图 E */


/* 首页走进联欣 S */
#index-about {
    width: 100%;
    float: left;
    margin-top: .9rem;
}

.index-about-pic {
    margin-left: 5%;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.15), 0 6px 20px 0 rgba(0, 0, 0, 0.12);
}

.index-part-title {
    width: 100%;
    float: left;
}

.index-part-title h2 {
    font-size: 41px;
    font-weight: bolder;
    margin: 0px;
    margin-bottom: .2rem;
    color: #333333;
}

.index-part-title h2 span {
    color: #14429a;
}

.index-part-title h3 {
    font-size: 30px;
    font-weight: bolder;
    margin: 0px;
    color: #aaaaaa;
    text-transform: uppercase;
}

.index-about-l .text {
    width: 100%;
    float: left;
    margin-top: .4rem;
}

.index-about-l .text p {
    font-size: 16px;
    color: #333333;
    line-height: 2;
}

.index-about-l-b {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    margin-top: .5rem;
}

.index-about-l-b .link-item {
    width: 33.3%;
}

.index-about-l-b .link-item-icon {
    width: 53px;
    float: left;
}

.index-about-l-b .link-item-r {
    float: left;
    padding-top: .06rem;
    padding-left: .16rem;
}

.index-about-l-b .link-item-r h2 {
    margin: 0px;
    font-size: 18px;
    color: #333333;
    margin-bottom: .11rem;
}

.index-about-l-b .link-item-r span {
    display: inline-block;
    font-size: 14px;
    color: #aaaaaa;
}

#index-about .col-md-6 {
    padding: 0px;
    float: left;
}

#index-about .row {
    margin: 0px;
}

@media (max-width: 1440px) {
    .index-about-l-b .link-item-r h2 {
        font-size: 16px;
    }

    .index-about-l-b .link-item-r span {
        font-size: 13px;
    }
}

@media (max-width: 1200px) {
    .index-part-title h2 {
        font-size: 36px;
    }

    .index-part-title h3 {
        font-size: 27px;
    }

    .index-about-l .text p {
        font-size: 15px;
    }
}

@media (max-width: 1024px) {
    .index-about-l-b .link-item-icon {
        width: 35px;
    }

    .index-about-l-b .link-item-r {
        padding-top: 0px;
    }

    .index-about-l-b .link-item-r h2 {
        margin-bottom: .05rem;
    }
}

@media (max-width: 992px) {
    #index-about .col-md-6 {
        width: 100%;
    }

    .index-about-pic {
        margin-left: 0px;
        margin-top: .38rem;
    }
}

@media (max-width: 768px) {
    .index-about-l .text p {
        font-size: 14px;
    }
}

@media (max-width: 640px) {
    .index-about-l .text p {
        font-size: 14px;
    }

    .index-part-title h2 {
        font-size: 30px;
    }

    .index-part-title h3 {
        font-size: 23px;
    }

    #index-about {
        margin-top: .7rem;
    }

    .index-about-l-b .link-item {
        width: 50%;
        margin-bottom: .3rem;
    }
}

/* 首页走进联欣 E */


/* 产品与解决方案 S */
#index-products {
    width: 100%;
    float: left;
    margin-top: .9rem;
    position: relative;
}

.index-products-t {
    width: 100%;
    float: left;
}

.index-products-l {
    width: 50%;
    float: left;
}

.index-products-l .index-part-title {
    margin-top: .75rem;
}

.index-products-r {
    width: 50%;
    float: right;
}

.index-products-r a {
    display: block;
    float: left;
    font-size: 18px;
    color: #18449b;
    padding: .14rem .38rem;
    border: 1px solid #20529c;
    border-radius: 40px;
    margin-left: .35rem;
    margin-top: 1.16rem;
}

.index-products-r a:first-child {
    margin-left: 0px;
}

.index-products-r a:hover {
    background-color: #14429a;
    color: #ffffff;
    border-color: #14429a;
}

.index-products-con {
    width: 100%;
    float: left;
    margin-top: .5rem;
}

.index-products-item {
    width: 100%;
    float: left;
    /* box-shadow: 0 10px 16px 0 rgba(0,0,0,0.15),0 6px 20px 0 rgba(0,0,0,0.12); */
    /* padding-left: 1px; */
    border: 1px solid #c2c2c2;
    /* border */
}

.index-products-item .products-item-l {
    width: 46%;
    float: left;
    max-height: 520px;
}

.index-products-item .products-item-r {
    width: 54%;
    float: right;
    padding-top: .6rem;
    padding-right: .5rem;
    padding-left: .75rem;
    background-color: #ffffff;
}

.index-products-item .products-item-r h2 {
    margin: 0px;
    font-size: 34px;
    color: #333333;
    margin-bottom: .35rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-products-item .products-item-r p {
    margin-top: .37rem;
    width: 100%;
    float: left;
    color: #333333;
    line-height: 32px;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.index-products-item .products-item-r a.view-details {
    display: block;
    float: left;
    padding: .14rem .31rem;
    background-color: #6cb031;
    border-radius: 40px;
    color: #ffffff;
    font-size: 18px;
    position: absolute;
    bottom: .45rem;
}

.index-products-item .products-item-r a.view-details span {
    display: inline-block;
    color: #fff;
    margin-right: .28rem;
}

.index-products-item .products-item-r a.view-details::before {
    font-family: iconfont;
    content: "\e6e6";
    position: absolute;
    right: .2rem;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 23px;
}

.index-products-item .hx-box {
    width: .93rem;
    height: 6px;
    float: left;
}

.index-products-item .hx-box .hx-box-l {
    width: 35%;
    height: 100%;
    float: left;
    background-color: #6cb031;
}

.index-products-item .hx-box .hx-box-r {
    width: 65%;
    height: 100%;
    float: right;
    background-color: #20529c;
}

.index-products-con .slick-prev {
    width: 45px;
    height: 45px;
    background: none;
    line-height: 45px;
    text-align: center;
    transition: all .5s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -75px;
    z-index: 10;
}

.index-products-con .slick-prev::before {
    font-family: iconfont;
    content: "\e626";
    font-size: 50px;
    color: #a6a6a6;
}

.index-products-con .slick-next {
    width: 45px;
    height: 45px;
    background: none;
    line-height: 45px;
    text-align: center;
    transition: all .5s;
    position: absolute;
    right: -75px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.index-products-con .slick-next::before {
    font-family: iconfont;
    content: "\e746";
    font-size: 50px;
    color: #a6a6a6;
}

.index-products-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 40%;
    background-color: #eff8fc;
    z-index: -1;
}

.index-products-r-con {
    float: right;
}

@media (max-width: 1440px) {
    .index-products-item .products-item-r a.view-details {
        margin-top: .23rem;
        bottom: .25rem;
    }

    .index-products-item .products-item-r h2 {
        font-size: 34px;
        margin-bottom: .25rem;
    }

    .index-products-item .products-item-r {
        padding-top: .5rem;
    }

    .index-products-item .products-item-r p {
        font-size: 16px;
    }
}

@media (max-width: 1200px) {
    .index-products-item .products-item-r h2 {
        font-size: 26px;
    }

    .index-products-item .products-item-r a.view-details {
        font-size: 16px;
    }

    .index-products-r a {
        font-size: 16px;
        margin-left: .15rem;
    }

    .index-products-con .slick-prev::before {
        font-size: 35px;
    }

    .index-products-con .slick-next::before {
        font-size: 35px;
    }

    .index-products-con .slick-prev {
        left: -55px;
    }

    .index-products-con .slick-next {
        right: -55px;
    }
}

@media (max-width: 992px) {
    .index-products-item .products-item-r {
        padding-top: .25rem;
        padding-right: .25rem;
        padding-left: .25rem;
    }

    .index-products-con .slick-prev {
        left: -45px;
    }

    .index-products-con .slick-prev::before {
        font-size: 30px;
    }

    .index-products-con .slick-next {
        right: -45px;
    }

    .index-products-con .slick-next::before {
        font-size: 30px;
    }

    .index-products-r a {
        font-size: 13px;
        margin-left: .1rem;
        padding: .12rem .28rem;
    }

    .index-products-item .products-item-r p {
        -webkit-line-clamp: 2;
    }
}

@media (max-width: 768px) {
    .index-products-l {
        width: 100%;
    }

    .index-products-r {
        width: 100%;
    }

    .index-products-r a {
        margin-top: .3rem;
    }

    .index-products-bg {
        height: 62%;
    }

    .index-products-r-con {
        float: left;
    }

    .index-products-item .products-item-l {
        width: 100%;
    }

    .index-products-item .products-item-r {
        width: 100%;
        float: left;
        padding-bottom: 1.5rem;
    }

    .index-products-con .slick-prev {
        left: -25px;
    }

    .index-products-con .slick-next {
        right: -25px;
    }
}

@media (max-width: 640px) {
    .index-products-r a {
        padding: .1rem .18rem;
    }

    .index-products-item .products-item-r p {
        font-size: 14px;
    }

    .index-products-item .products-item-r h2 {
        font-size: 18px;
    }
}

/* 产品与解决方案 E */

/* 创新平台 S */
#index-cxpt {
    width: 100%;
    height: 3.48rem;
    float: left;
    margin-top: .93rem;
}

#index-cxpt .title {
    margin: 0px;
    font-family: 'Microsoft YaHei';
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    margin-top: .88rem;
    margin-bottom: .39rem;
}

#index-cxpt .detail {
    font-size: 24px;
    color: #ffffff;
    text-align: center;
}

#index-cxpt .more-p {
    text-align: center;
}

#index-cxpt .more-p a {
    font-size: 18px;
    color: #ffffff;
    border: 1px solid #ffffff;
    text-align: center;
    display: inline-block;
    padding: .14rem .43rem;
    border-radius: 40px;
    margin-top: .42rem;
}

#index-cxpt .more-p a {
    text-align: left;
    position: relative;
}

#index-cxpt .more-p a span {
    display: inline-block;
    color: #fff;
    margin-right: .4rem;
}

#index-cxpt .more-p a:before {
    font-family: iconfont;
    content: "\e6e6";
    position: absolute;
    right: .35rem;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -13px;
}

@media (max-width: 1440px) {
    #index-cxpt .title {
        font-size: 38px;
    }

    #index-cxpt .detail {
        font-size: 22px;
    }
}

@media (max-width: 1200px) {
    #index-cxpt .more-p a {
        font-size: 16px;
    }

    #index-cxpt .title {
        font-size: 34px;
    }

    #index-cxpt .detail {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    #index-cxpt .title {
        font-size: 32px !important;
        margin-top: .68rem;
    }

    #index-cxpt .detail {
        font-size: 20px !important;
    }
}

@media (max-width: 640px) {
    #index-cxpt .title {
        font-size: 24px !important;
        margin-top: .58rem;
        margin-bottom: .29rem;
    }

    #index-cxpt .detail {
        font-size: 16px !important;
        margin: 0 7.5%;
    }

    #index-cxpt .more-p a {
        padding: .1rem .3rem;
    }
}

/* 创新平台 E */

/* 新闻资讯 S */
#index-news {
    width: 100%;
    float: left;
}

.index-news-t {
    width: 100%;
    float: left;
    margin-top: .88rem;
    position: relative;
}

.index-news-t .index-part-title {
    width: 60%;
}

.index-news-t a.more {
    display: block;
    float: right;
    padding: .17rem .31rem;
    background-color: #6cb031;
    border-radius: 40px;
    color: #ffffff;
    font-size: 18px;
    text-align: left;
    position: relative;
}

.index-news-t a.more span {
    display: inline-block;
    color: #fff;
    margin-right: .3rem;
}

.index-news-t a.more:before {
    font-family: iconfont;
    content: "\e6e6";
    position: absolute;
    right: .2rem;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 23px;
}

.index-news-con {
    width: 100%;
    float: left;
    margin-top: .74rem;
    margin-bottom: .9rem;
}

.index-news-con-l {
    float: left;
    width: 46.9%;
    position: relative;
    height: 3.94rem;
}

.index-news-con-l a {
    display: block;
    width: 100%;
    overflow: hidden;
}

.index-news-con-l .news-title {
    width: 100%;
    height: .9rem;
    line-height: .9rem;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgba(51, 51, 51, 0.7);
    color: #ffffff;
    font-size: 20px;
    padding-right: .38rem;
}

.index-news-con-l .news-title span {
    padding: 0rem .38rem;
}

.index-news-con-l .news-title p {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-news-con-l .news-title p i {
    font-style: normal;
}

.index-news-con-r {
    float: right;
    width: 49%;
}

.index-news-con-r ul {
    width: 100%;
    float: left;
    overflow: hidden;
}

.index-news-con-r ul li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #eaeae9;
}

.index-news-con-r ul li:first-child .news-item {
    padding-top: 0px;
}

.index-news-con-r .date {
    width: 111px;
    flex-shrink: 0;
    padding-top: .14rem;
    padding-bottom: .14rem;
    float: left;
    background-color: #eff8fc;
    margin-right: .3rem;
}

.index-news-con-r .date h3 {
    margin: 0px;
    color: #14429a;
    font-size: 45px;
    text-align: center;
    margin-bottom: .08rem;
}

.index-news-con-r .date p {
    font-size: 16px;
    color: #14429a;
    text-align: center;
}

.index-news-con-r .news-item {
    display: flex;
    width: 100%;
    float: left;
    padding-top: .14rem;
    padding-bottom: .14rem;
    position: relative;
}

.index-news-con-r .news-item-r {
    overflow: hidden;
}

.index-news-con-r .news-item-r .title {
    margin: 0rem;
    font-size: 20px;
    color: #333333;
    margin-bottom: .3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-news-con-r .news-item-r .details {
    font-size: 16px;
    color: #888888;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index-news-con-r ul li:hover .news-item-r .title {
    color: #14429a;
}

.index-news-con-r ul li:hover .news-item-r .details {
    color: #14429a;
}

.index-news-con-r ul li .news-item:after {
    transition: all .3s linear;
    content: "";
    width: 0px;
    height: 2px;
    background: #000096;
    bottom: 0px;
    left: 0px;
    position: absolute;
    z-index: 100;
}

.index-news-con-r ul li:hover .news-item:after {
    width: 100%;
}

.index-about-l-b .link-item a:hover .link-item-r h2 {
    color: #14429a;
}

@media (max-width: 1440px) {
    #index-cxpt .title {
        font-size: 38px;
    }

    #index-cxpt .detail {
        font-size: 22px;
    }
}

@media (max-width: 1200px) {
    .index-news-t a.more {
        font-size: 16px;
    }

    .index-news-con-r .date h3 {
        font-size: 38px;
    }

    .index-news-con-r .news-item-r .details {
        font-size: 14px;
    }

    .index-news-con-r .news-item-r .title {
        font-size: 18px;
    }

    .index-news-con-r .date {
        width: 95px;
    }

    .index-news-con-l .news-title {
        font-size: 18px;
    }
}

@media (max-width: 992px) {
    .index-news-t a.more {
        margin-top: .35rem;
    }

    .index-news-con-l {
        width: 100%;
    }

    .index-news-con-r {
        float: left;
        width: 100%;
        margin-top: .25rem;
    }

    .index-news-con-r ul li:first-child {
        padding-top: .35rem;
    }
}

@media (max-width: 768px) {
    .index-news-t a.more {
        margin-top: .3rem;
    }

    .index-news-con-l {
        width: 100%;
    }

    .index-news-con-r {
        float: left;
        width: 100%;
        margin-top: .2rem;
    }

    .index-news-con-r ul li:first-child {
        padding-top: .3rem;
    }
}

@media (max-width: 640px) {
    .index-news-t a.more {
        padding: .1rem .18rem;
        position: absolute;
        right: 0px;
    }

    .index-news-con-r .news-item-r .title {
        font-size: 16px;
    }

    .index-news-con-r .news-item-r .details {
        font-size: 14px;
    }

    .index-news-con-r .date {
        width: 75px;
    }

    .index-news-con-r .date {
        padding-top: .08rem;
        padding-bottom: .08rem;
        margin-right: .2rem;
    }

    .index-news-con-r .date h3 {
        font-size: 30px;
        margin-bottom: .08rem;
    }

    .index-news-con-r .date p {
        font-size: 14px;
    }

    .index-news-con-l .news-title {
        height: .75rem;
        line-height: .75rem;
        font-size: 16px;
        padding-right: .2rem;
    }

    .index-news-t a.more span {
        margin-right: .42rem;
        font-size: 14px;
    }

    .index-news-t a.more:before {
        right: .12rem;
    }
}

/* 新闻资讯 E */

/* footer尾部 S */
#index-footer {
    width: 100%;
    float: left;
    background-color: #525252;
    padding-bottom: .47rem;
}

.index-footer-con {
    display: flex;
    flex-wrap: wrap;
}

.index-footer-con-l {
    width: 110px;
    flex-shrink: 0;
    padding-top: .54rem;
}

.index-footer-con-c {
    flex: 2;
    padding-top: .44rem;
    padding-left: .82rem;
    padding-right: .82rem;
}

.index-footer-con-c .footer-nav {
    width: 100%;
    padding-bottom: .36rem;
    border-bottom: 1px solid #7c7c7c;
    float: left;
}

.index-footer-con-c .sx {
    color: #fefefc;
    float: left;
    width: 1px;
}

.index-footer-con-c .footer-nav-div {
    display: block;
    float: left;
    padding: 0rem .18rem;
    /* border-right: 1px solid #fefefc; */
}

.index-footer-con-c .footer-nav-div a {
    color: #fefefc;
    font-size: 16px;
}

.index-footer-con-c .footer-nav-div a:hover {
    color: #103f98;
}

.index-footer-con-c .footer-nav-div:first-child {
    padding-left: 0px;
}

.index-footer-con-c .contact-info {
    width: 100%;
    float: left;
    margin-top: .36rem;
    margin-bottom: .38rem;
}

.index-footer-con-c .contact-info p {
    display: inline-block;
    float: left;
    margin-right: .2rem;
    color: #fefefc;
    font-size: 16px;
}

.index-footer-con-c .copyright {
    font-size: 16px;
    color: #fefefc;
}

.index-footer-con-r {
    padding-top: .54rem;
}

.index-footer-con-r .wxgzh {
    width: 102px;
    float: left;
    margin-right: .45rem;
}

.index-footer-con-r .dy {
    width: 106px;
    float: left;
}

.index-footer-con-r .dy p,
.index-footer-con-r .wxgzh p {
    margin-top: .24rem;
    text-align: center;
    color: #fefefc;
    font-size: 16px;
}

@media (max-width: 1440px) {
    .index-footer-con-c .copyright {
        font-size: 14px;
    }

    .index-footer-con-c {
        padding-left: .42rem;
        padding-right: .42rem;
    }

    .index-footer-con-c .contact-info p {
        font-size: 14px;
    }

    .index-footer-con-c .footer-nav-div a {
        font-size: 14px;
    }

    .index-footer-con-c .sx {
        font-size: 14px;
    }

    .index-footer-con-r .wxgzh {
        margin-right: .25rem;
    }
}

@media (max-width: 1200px) {
    .index-footer-con-l {
        width: 90px;
    }

    .index-footer-con-r .wxgzh {
        width: 82px;
    }

    .index-footer-con-r .dy {
        width: 86px;
    }
}

@media (max-width: 992px) {
    .index-footer-con-c .footer-nav {
        display: none;
    }

    .index-footer-con-c .contact-info p {
        width: 100%;
        margin-bottom: .18rem;
    }

    .index-footer-con-c .contact-info {
        margin-top: 0rem;
        margin-bottom: .2rem;
    }

    .index-footer-con-r {
        width: 100%;
    }

    .index-footer-con-l {
        display: none;
    }

    .index-footer-con-c {
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .index-footer-con-r .dy p,
    .index-footer-con-r .wxgzh p {
        font-size: 14px;
    }
}

/* footer尾部 E */

/* 子页面banner S */
.page-banner {
    position: relative;
}

.page-banner>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-banner .banner-text {
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
    /* height: 100%; */
    display: flex;
    align-items: center;
    /* justify-content: center; */
    /* background: rgba(0, 0, 0, 0.2); */
}

.page-banner .page-tits {
    width: 100%;
}

.page-tit-txt .cn {
    color: #fff;
    font-size: 43px;
    font-weight: bolder;
    margin-bottom: .19rem;
}

.page-tit-txt .cn span {
    font-weight: bolder;
}

.page-tit-txt .en {
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bolder;
}

@media (max-width: 1440px) {
    .page-tit-txt .cn {
        font-size: 38px;
        margin-bottom: .17rem;
    }

    .page-tit-txt .en {
        font-size: 24px;
    }
}

@media (max-width: 1024px) {
    .page-banner>img {
        height: 280px;
    }

    .page-banner .banner-text {
        top: 30%;
    }

    .page-tit-txt .cn {
        font-size: 36px;
    }

    .page-tit-txt .en {
        font-size: 23px;
    }
}

@media (max-width: 768px) {
    .page-banner>img {
        height: 240px;
    }

    .page-tit-txt .cn {
        font-size: 28px;
    }

    .page-tit-txt .en {
        font-size: 20px;
    }
}

@media (max-width: 540px) {

    /* .child-header {
        position: relative !important;
        top: 0px !important;
    } */
    .page-banner>img {
        height: 200px;
    }

    .page-tit-txt .cn {
        font-size: 18px;
    }

    .page-tit-txt .en {
        font-size: 16px;
    }

    .page-banner .banner-text {
        top: 32%;
    }
}

/* 子页面banner E */

/* 联欣简介 S */
.about-page-title {
    width: 100%;
    float: left;
    text-align: center;
}

.about-page-title .title-h3 {
    margin: 0px;
    display: inline-block;
    padding: 0rem .84rem;
    font-size: 38px;
    color: #15429a;
    font-weight: bold;
    position: relative;
}

.about-page-title .title-h3:before {
    content: "";
    width: .74rem;
    height: 2px;
    background-color: #6cb031;
    position: absolute;
    left: 0px;
    top: 60%;
}

.about-page-title .title-h3:after {
    content: "";
    width: .74rem;
    height: 2px;
    background-color: #6cb031;
    position: absolute;
    right: 0px;
    top: 60%;
}

#about-company-profile {
    width: 100%;
    float: left;
    margin-top: .7rem;
}

#about-company-profile .detail {
    width: 100%;
    float: left;
    margin-top: .7rem;
}

#about-company-profile .detail-con {
    width: 100%;
    float: left;
    padding-left: 5%;
    padding-right: 5%;
}

#about-company-profile .detail p {
    font-size: 16px;
    color: #333333;
    line-height: 2.1;
}

#about-company-profile .more-p {
    text-align: center;
    margin-top: .45rem;
    width: 100%;
    float: left;
}

#about-company-profile .more-p a {
    display: inline-block;
    padding: .14rem .56rem;
    border-radius: 40px;
    color: #6cb031;
    font-size: 16px;
    border: 1px solid #6cb031;
}

#about-company-profile .more-p a:hover {
    background-color: #6cb031;
    color: #ffffff;
}

.cpage-about-num {
    margin-top: .54rem;
    width: 100%;
    float: left;
    padding-top: .8rem;
    padding-bottom: .76rem;
}

.cpage-about-num-con {
    width: 100%;
    float: left;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    flex-wrap: wrap;
}

.cpage-about-num-item {
    width: 21.25%;
    background: rgba(255, 255, 255, 0.88);
    padding: .48rem 0rem;
    text-align: center;
    border-top-left-radius: 45px;
    margin-right: 5%;
}

/* .cpage-about-num-item:nth-child(4n):not(:nth-child(2n+2)) {
    margin-right: 0;
} */
.cpage-about-num-item:nth-child(4n) {
    margin-right: 0;
}

.cpage-about-num-item:nth-child(4n):not(:nth-child(2n+2)) {
    margin-right: 0;
}

.cpage-about-num-item .num-txt-p1 {
    font-size: 18px;
    color: #15429a;
    margin-bottom: .12rem;
}

.cpage-about-num-item .num-txt-p1 .counter {
    font-size: 46px;
    color: #15429a;
}

.cpage-about-num-item .num-txt-p2 {
    font-size: 18px;
    color: #333333;
}

@media (max-width: 1440px) {
    .about-page-title .title-h3 {
        font-size: 34px;
    }

    .cpage-about-num-item .num-txt-p1 {
        font-size: 16px;
    }

    .cpage-about-num-item .num-txt-p2 {
        font-size: 16px;
    }

    .cpage-about-num-item .num-txt-p1 .counter {
        font-size: 36px;
    }
}

@media (max-width: 1200px) {
    .cpage-about-num-item .num-txt-p1 .counter {
        font-size: 33px;
    }
}

@media (max-width: 1024px) {
    #about-company-profile .detail-con {
        padding-left: 3%;
        padding-right: 3%;
    }

    .cpage-about-num-item .num-txt-p1 .counter {
        font-size: 26px;
    }

    .cpage-about-num-item .num-txt-p1 {
        font-size: 15px;
    }

    .cpage-about-num-item .num-txt-p2 {
        font-size: 15px;
    }
}

@media (max-width: 992px) {
    .cpage-about-num-item {
        width: 48%;
    }

    .cpage-about-num-item {
        margin-right: 4%;
        margin-bottom: 4%;
    }

    .cpage-about-num-item:nth-child(2n+2) {
        margin-right: 0 !important;
    }

    .cpage-about-num-item:nth-child(2n+2):not(:nth-child(4n)) {
        margin-right: 0 !important;
    }

    .cpage-about-num-con {
        padding-left: 3%;
        padding-right: 3%;
        margin-bottom: -4%;
    }
}

@media (max-width: 768px) {
    .about-page-title .title-h3 {
        font-size: 30px;
    }

    #about-company-profile .detail p {
        font-size: 15px;
    }

    #about-company-profile .more-p a {
        font-size: 15px;
    }
}

@media (max-width: 640px) {
    .about-page-title .title-h3 {
        font-size: 20px;
    }

    #about-company-profile .detail p {
        font-size: 14px;
    }

    #about-company-profile .more-p a {
        font-size: 14px;
    }

    #about-company-profile .detail-con {
        padding-left: 0;
        padding-right: 0;
    }

    .cpage-about-num-con {
        padding-left: 0;
        padding-right: 0;
    }

    .cpage-about-num-item .num-txt-p1 {
        font-size: 14px;
    }

    .cpage-about-num-item .num-txt-p2 {
        font-size: 14px;
    }

    .cpage-about-num-item .num-txt-p1 .counter {
        font-size: 22px;
    }
}

/* 联欣简介 E */

/* 关于联欣的链接 S */
#cpage-about-links {
    width: 100%;
    float: left;
    margin-top: .9rem;
}

.cpage-about-links-con {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
}

.cpage-about-links-item {
    width: 32%;
    margin-right: 3%;
    flex: 1;
    position: relative;
}

.cpage-about-links-item .text-box {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 0rem .52rem .6rem .52rem;
}

.cpage-about-links-item .text-box h2 {
    margin: 0px;
    font-size: 36px;
    color: #ffffff;
    font-weight: bolder;
    margin-bottom: .38rem;
}

.cpage-about-links-item .text-box p {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.8;
}

.cpage-about-links-item:last-child {
    margin-right: 0px;
}

.cpage-about-links-item.item-c {
    display: flex;
    flex-direction: column;
}

.cpage-about-links-item2 {
    width: 100%;
    flex: 1;
    margin-bottom: 9.6%;
}

.cpage-about-links-item2:last-child {
    margin-bottom: 0px;
}

.cpage-about-links-item2 h3 {
    margin: 0px;
    font-size: 36px;
    color: #ffffff;
    font-weight: bolder;
    margin-bottom: .38rem;
}

.cpage-about-links-item2 span {
    font-size: 16px;
    color: #ffffff;
}

.cpage-about-links-item.item-identity .text-box {
    padding-bottom: 0px;
    padding-top: .54rem;
    top: 0px;
}

.cpage-about-links-item2.item2-culture {
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.cpage-about-links-item2.item2-identity {
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
}

.cpage-about-links-item2-con {
    width: 100%;
    height: 100%;
    padding-top: .81rem;
    padding-left: .52rem;
}

@media (max-width: 1440px) {
    .cpage-about-links-item .text-box h2 {
        font-size: 30px;
        margin-bottom: .28rem;
    }

    .cpage-about-links-item .text-box p {
        font-size: 15px;
    }

    .cpage-about-links-item2 span {
        font-size: 16px;
    }

    .cpage-about-links-item2 h3 {
        font-size: 30px;
    }

    .cpage-about-links-item2-con {
        padding-top: .74rem;
    }
}

@media (max-width: 1200px) {
    .cpage-about-links-item .text-box h2 {
        font-size: 26px;
    }

    .cpage-about-links-item2 h3 {
        font-size: 26px;
    }

    .cpage-about-links-item .text-box {
        padding: 0rem .32rem .4rem .32rem;
    }

    .cpage-about-links-item.item-identity .text-box {
        padding-top: .4rem;
    }

    .cpage-about-links-item2-con {
        padding-top: .57rem;
    }
}

@media (max-width: 1024px) {
    .cpage-about-links-item2 h3 {
        margin-bottom: .28rem;
    }

    .cpage-about-links-item2 span {
        font-size: 14px;
    }

    .cpage-about-links-item2 h3 {
        font-size: 22px;
    }

    .cpage-about-links-item .text-box h2 {
        font-size: 22px;
    }
}

@media (max-width: 992px) {
    .cpage-about-links-item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        flex: none;
        margin-bottom: .35rem;
    }

    .cpage-about-links-item2-con {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .cpage-about-links-item .text-box h2 {
        font-size: 28px;
    }

    .cpage-about-links-item2 h3 {
        font-size: 28px;
    }

    .cpage-about-links-item2 span {
        font-size: 15px;
    }

    .cpage-about-links-item.item-identity {
        margin-bottom: 0px;
    }

    .cpage-about-links-item2 {
        margin-bottom: .35rem;
    }
}

@media (max-width: 768px) {
    .cpage-about-links-item2-con {
        padding-top: 2.8rem;
        padding-bottom: 2.8rem;
    }
}

@media (max-width: 640px) {
    .cpage-about-links-item2 h3 {
        font-size: 22px;
    }

    .cpage-about-links-item .text-box h2 {
        font-size: 22px;
    }

    .cpage-about-links-item2-con {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

/* 关于联欣的链接 E */

/* 荣誉资质 S */
#cpage-about-honor {
    width: 100%;
    float: left;
    background-color: #f0f6fa;
    padding-top: .76rem;
    padding-bottom: .66rem;
    margin-top: .9rem;
}

.cpage-about-honor-con {
    width: 100%;
    float: left;
    margin-top: .73rem;
}

.cpage-about-honor-slick {
    width: 100%;
    float: left;
    padding: 0px .67rem;
}

.cpage-about-honor-slick .honor-li {
    display: inline-block;
    width: 33.3%;
    padding: 0 .3rem;
    float: left;
}

.cpage-about-honor-slick .honor-li-con {
    width: 100%;
    height: 100%;
    position: relative;
    float: left;
}

.cpage-about-honor-slick .honor-li-con .honor-name {
    margin: 0px;
    text-align: center;
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: .35rem;
    font-weight: bolder;
    padding: 0px 12px;
    font-weight: normal;
}

.cpage-about-honor-con .slick-prev {
    width: 45px;
    height: 95px;
    background-color: #d2e2f0;
    line-height: 95px;
    text-align: center;
    transition: all .5s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    z-index: 10;
}

.cpage-about-honor-con .slick-prev::before {
    font-family: iconfont;
    content: "\e626";
    font-size: 29px;
    color: #18459c;
}

.cpage-about-honor-con .slick-next {
    width: 45px;
    height: 95px;
    background-color: #d2e2f0;
    line-height: 95px;
    text-align: center;
    transition: all .5s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    z-index: 10;
}

.cpage-about-honor-con .slick-next::before {
    font-family: iconfont;
    content: "\e746";
    font-size: 29px;
    color: #18459c;
}

.cpage-about-honor-con .more-p {
    text-align: center;
    margin-top: .45rem;
    width: 100%;
    float: left;
}

.cpage-about-honor-con .more-p a {
    display: inline-block;
    padding: .14rem .56rem;
    border-radius: 40px;
    color: #6cb031;
    font-size: 16px;
    border: 1px solid #6cb031;
}

.cpage-about-honor-con .more-p a:hover {
    background-color: #6cb031;
    color: #ffffff;
}

.cpage-about-honor-slick .honor-li .honor-item {
    width: 100%;
    float: left;
}

.cpage-about-honor-slick .honor-item:hover .honor-name {
    color: #14429a;
}

@media (max-width: 1440px) {
    .cpage-about-honor-con .slick-prev {
        width: 40px;
        height: 80px;
        line-height: 80px;
    }

    .cpage-about-honor-con .slick-prev::before {
        font-size: 24px;
    }

    .cpage-about-honor-con .slick-next {
        width: 40px;
        height: 80px;
        line-height: 80px;
    }

    .cpage-about-honor-con .slick-next::before {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .cpage-about-honor-con .more-p a {
        font-size: 15px;
    }

    .cpage-about-honor-con .slick-prev::before {
        font-size: 20px;
    }

    .cpage-about-honor-con .slick-prev {
        width: 33px;
        height: 70px;
        line-height: 70px;
    }

    .cpage-about-honor-con .slick-next::before {
        font-size: 20px;
    }

    .cpage-about-honor-con .slick-next {
        width: 33px;
        height: 70px;
        line-height: 70px;
    }

    .cpage-about-honor-slick .honor-li-con .honor-name {
        font-size: 15px;
    }
}

@media (max-width: 640px) {
    .cpage-about-honor-con .more-p a {
        font-size: 14px;
    }

    .cpage-about-honor-slick .honor-li {
        padding: 0 .08rem;
    }

    .cpage-about-honor-con .slick-prev {
        width: 30px;
        height: 60px;
        line-height: 60px;
    }

    .cpage-about-honor-con .slick-prev::before {
        font-size: 16px;
    }

    .cpage-about-honor-con .slick-next {
        width: 30px;
        height: 60px;
        line-height: 60px;
    }

    .cpage-about-honor-con .slick-next::before {
        font-size: 16px;
    }

    .cpage-about-honor-slick .honor-li-con .honor-name {
        font-size: 14px;
    }
}

/* 荣誉资质 E */

/* page-navbar S */
.page-navbar{
    width: 100%;
    float: left;
    background-color: #f0f6fa;
}
.fixed-nav {
    position: fixed !important;
    top: 0px;
    z-index: 99;
}
.page-navbar-con{
    width: 100%;
    float: left;
}
.page-navbar-con-l {
    position: relative;
    height: .73rem;
    width: 67%;
    overflow: hidden;
    margin: 0 auto;
    float: left;
}

.page-navbar .scroller {
    position: relative;
    z-index: 100;
}

.page-navbar .scroller ul {
    position: absolute;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
}

.page-navbar .scroller li {
    display: inline-block;
    height: .73rem;
    line-height: .73rem;
}

.page-navbar .scroller li a {
    width: 100%;
    height: 100%;
    color: #333;
    display: block;
    padding: 0 .5rem;
    font-size: 18px;
    text-align: center;
}

.about-navbar .scroller li a {
    padding: 0 .3rem;
}

.page-navbar .scroller li.active a {
    color: #ffffff;
    background-color: #18459c;
}


.page-navbar .scroller li a:hover {
    color: #ffffff;
    background-color: #18459c;
}

.page-navbar-con-r {
    width: 33%;
    float: right;
    height: .73rem;
    line-height: .73rem;
}
.page-navbar-con-r p{
    float: right;
    font-size: 14px;
    color:#757575;
}
.page-navbar-con-r p a:hover{
    color: #15429a;
}
.page-navbar-con-r p .cur{
    color: #15429a;
}

@media (max-width: 1440px) {
    .page-navbar .scroller li a {
        padding: 0 .2rem;
        font-size: 16px;
    }
}
@media (max-width: 1300px) {
    .page-navbar .scroller li a {
        padding: 0 .12rem;
        font-size: 16px;
    }
}
@media (max-width: 1200px) {
    .page-navbar-con-l {
        width: 100%;
    }
    .page-navbar-con-r {
        display: none;
    }
}
@media (max-width: 768px) {
    .page-navbar .scroller li a {
        font-size: 16px;
    }
}
@media (max-width: 640px) {
    .page-navbar .scroller li a {
        font-size: 15px;
    }
    .page-navbar .scroller li a {
        padding: 0 .15rem;
    }
}

/* page-navbar E */

#page-news-main {
    width: 100%;
    float: left;
}

/* 新闻列表 S */
.news-list {
    width: 100%;
    float: left;
    margin-top: .14rem;
}
.news-list-con {
    display: flex;
    flex-direction: column;
    display: -webkit-flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.news-list-li {
    width: 100%;
    transition: all 0.5s;
}
.news-list-li-con{
    width: 100%;
    float: left;
    padding-top: .48rem;
    padding-bottom: .48rem;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #dddddd;
}
.news-list-li-con-c{
    height: 100%;
    margin-left: .62rem;
    margin-right: .55rem;
}
.news-list-li-con-c h3{
    margin: 0;
    font-size: 30px;
    color: #18459c;
    margin-bottom: .12rem;
}
.news-list-li-con-c p{
    font-size: 16px;
    color: #18459c;
}
.news-list-li-con-r{
    height: 100%;
    flex: 1;
}
.news-list-li-con-r .title{
    margin: 0;
    font-size: 22px;
    margin-bottom: .3rem;
}
.news-list-li:hover .news-list-li-con-r .title{
    color: #18459c;
}
.news-list-li-con-r .intro{
    font-size: 16px;
    color: #666666;
    margin-bottom: .32rem;
}
.news-list-li-con-r .detail{
    width: 100%;
    float: left;
}
.news-list-li-con-r .detail span{
    display: inline-block;
    padding: .1rem .29rem;
    border-radius: 40px;
    color: #6cb031;
    font-size: 16px;
    border: 1px solid #6cb031;
}
.news-list-li:hover .detail span {
    background-color: #6cb031;
    color: #ffffff;
}
.news-list-li-con-r .intro {
    line-height: 1.8;
}
.mobile-news-list-li-con-c{
    display: none;
}

@media (max-width: 1200px) {
    .news-list-li-con-c h3 {
        font-size: 27px;
    }
    .news-list-li-con-r .title {
        font-size: 20px;
    }
}
@media (max-width: 992px) {
    .mobile-news-list-li-con-c{
        width: 100%;
        margin-top: .2rem;
        margin-bottom: .2rem;
        margin-left: .13rem;
        display: block;
    }
    .mobile-news-list-li-con-c p{
        font-size: 16px;
        color: #18459c;
    }
    .news-list-li-con-c{
        display: none;
    }
    .news-list-li-con {
        flex-direction: column;
    }
    .news-list-li-con-l{
        width: 100%;
    }
    /* .news-list-li-con-c{
        width: 100%;
        margin-left: .13rem;
        margin-right: 0rem;
        margin-top: .2rem;
        margin-bottom: .2rem;
    } */
    .news-list-li-con-r{
        width: 100%;
    }
    .news-list-li-con-c h3 {
        font-size: 26px;
    }
    .news-list-li-con-r .title {
        font-size: 19px;
    }
}
@media (max-width: 768px) {
    .news-list-li-con-r .detail span {
        font-size: 15px;
    }
    .news-list-li-con-c h3 {
        font-size: 24px;
    }
    .news-list-li-con-r .title {
        font-size: 18px;
    }
}
@media (max-width: 640px) {
    .news-list-li-con-r .detail span {
        font-size: 14px;
    }
    .news-list-li-con-c h3 {
        font-size: 20px;
    }
    .news-list-li-con-r .title {
        font-size: 16px;
        line-height: 1.8;
    }
    .news-list-li-con-r .intro {
        font-size: 14px;
    }
}
/* 新闻列表 E */

/* 分页 S */
.fenye {
    width: 100%;
    float: left;
    padding: .68rem 0;
}
.fenye-con {
    text-align: center;
    font-size: 16px;
    color: #333333;
}
.fenye-con .yc{
    margin-right: .25rem;
}
.fenye-con a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s;
    margin-right: .25rem;
}
.fenye-con a:last-child {
    margin-right: 0rem;
}
.fenye-con a:hover {
    color: #18459c;
}

@media (max-width: 768px) {
    .fenye-con {
        font-size: 15px;
    }
}
@media (max-width: 640px) {
    .fenye-con {
        font-size: 14px;
    }
    .fenye-con .yc{
        margin-right: .1rem;
    }
    .fenye-con a{
        margin-right: .1rem;
    }
}
/* 分页 E */


#page-news-main {
    width: 100%;
    float: left;
}

/* 自主知识产权列表 S */
#page-self-main {
    width: 100%;
    float: left;
}
.self-list {
    width: 100%;
    float: left;
    margin-top: .69rem;
    margin-bottom: .25rem;
}
.self-list-con {
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.self-list-li {
    width: 23.5%;
    transition: all 0.5s;
    margin-bottom: .54rem;
    margin-right: 2%;
}
.self-list-li:nth-child(4n) {
    margin-right: 0;
}
.self-list-li-con .self-text h4{
    margin: 0;
    font-size: 18px;
    color: #333333;
    line-height: 1.8;
    margin-top: .32rem;
}
.self-list-li-con .self_img{
    border: 1px solid #bbbbbb;
}
.self-list-li a:hover .self-text h4{
    color: #18459c;
}

@media (max-width: 1440px) {
    .self-list-li-con .self-text h4 {
        font-size: 16px;
    }
}
@media (max-width: 992px) {
    .self-list-li-con .self-text h4 {
        font-size: 18px;
    }
    .self-list-li {
        width: 100%;
        margin-right: 0;
    }
}
@media (max-width: 768px) {
    .self-list-li-con .self-text h4 {
        font-size: 16px;
    }
}
@media (max-width: 640px) {
    .self-list-li-con .self-text h4 {
        font-size: 14px;
    }
}
/* 自主知识产权列表 E */

/* 联系信息 S */
.page-contact-main{
    width: 100%;
    float: left;
}
#contact-info{
    width: 100%;
    float: left;
    margin-top: .98rem;
    margin-bottom: .61rem;
}
.contact-info-con{
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
}
.contact-info-item{
    width: 32%;
    height: 1.94rem;
    margin-right: 3%;
    flex: 1;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 0 .65rem;
    background-color: #f1f6fa;
    align-items: center;
}
.contact-info-item .text{
    display: flex;
    font-size: 18px;
    color: 333333;
    line-height: 2;
    margin-top: .2rem;
}
.contact-info-item:nth-child(3n){
    margin-right: 0;
}
.contact-info-item span {
    display: block;
    width: 55px;
    flex-shrink: 0;
    color: #17449b;
}
.contact-info-item .pic {
    width: .85rem;
    height: .85rem;
    line-height: .85rem;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -.37rem;
    border-radius: 100%;
    background-color: #17449b;
}
.icon-dizhi1:before {
    display: inline-block;
    font-size: 40px;
    color: #ffffff;
}
.icon-dianhua1:before {
    display: inline-block;
    font-size: 34px;
    color: #ffffff;
}
.icon-email:before {
    display: inline-block;
    font-size: 34px;
    color: #ffffff;
}
.contact-info-item.tel .icon-dianhua1{
    background-color: #6cb031;
}

@media (max-width: 1440px) {
    .contact-info-item .text {
        font-size: 16px;
    }
    .contact-info-item {
        padding: 0 .35rem;
    }
}
@media (max-width: 1200px) {
    .contact-info-item .pic {
        width: .75rem;
        height: .75rem;
        line-height: .75rem;
    }
    .contact-info-item .text {
        font-size: 15px;
    }
    .contact-info-item {
        padding: 0 .3rem;
    }
    .icon-dizhi1:before {
        font-size: 36px;
    }
    .icon-dianhua1:before {
        font-size: 30px;
    }
    .icon-email:before {
        font-size: 30px;
    }
}
@media (max-width: 992px) {
    .contact-info-item {
        width: 100%;
        margin-right: 0;
        flex: none;
        margin-bottom: .88rem;
    }
    .contact-info-item span {
        width: 48px;
    }
    .icon-dizhi1:before {
        font-size: 32px;
    }
    .icon-dianhua1:before {
        font-size: 26px;
    }
    .icon-email:before {
        font-size: 26px;
    }
}
@media (max-width: 768px) {
    .contact-info-item .text {
        font-size: 16px;
    }
}
@media (max-width: 640px) {
    .contact-info-item .text {
        font-size: 14px;
    }
    .contact-info-item {
        height: 2.3rem;
    }
    .contact-info-item span {
        width: 45px;
    }
}
/* 联系信息 E */

/* 地图 S */
#contact-map{
    width: 100%;
    float: left;
    margin-bottom: .73rem;
}
.map-content{
    width: 100%;
    height: 6rem;
    float: left;
    border: 1px solid #cccccc;
}
.BMapLabel{
    display:none!important;
}
/* 地图 E */

/* 产品列表 S */
.page-products-main{
    width: 100%;
    float: left;
}
.prolist{
    width: 100%;
    float: left;
    margin-top: .63rem;
}
.prolist-con{
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.prolist-li{
    width: 32%;
    margin-bottom: .79rem;
    margin-right: 2%;
    transition: all 0.5s;
    background-color: #ffffff;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.15),0 6px 20px 0 rgba(0,0,0,0.12);
}
.prolist-li-con{
    width: 100%;
    height: 100%;
    position: relative;
}
.prolist-li-con .pro-text{
    width: 100%;
    float: left;
    padding: 0 .4rem;
    padding-bottom: .36rem;
}
.prolist-li-con .pro_name{
    margin: 0px;
    text-align: center;
    font-size: 22px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: .26rem;
    margin-bottom: .24rem;
}
.prolist-li-con:hover .pro_name{
    color: #18459c;
}
.prolist-li-con:hover .detail-box{
    transform: translateY(0);
}
.prolist-li-con .pro_intro{
    font-size: 16px;
    color: #757575;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.prolist-li-con:hover .pro_intro{
    color: #18459c;
}
.prolist-li:nth-child(3n) {
    margin-right: 0;
}
.prolist .fenye{
    padding-top: 0;
}
.prolist-li-con .pro_img{
    position: relative;
    overflow: hidden;
}
.prolist-li-con .detail-box{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    transition: all .3s;
    transform: translateY(100%);
    background-color: #0f2b75;
    background-color: rgba(15, 43, 117, .7);
    display: flex;
    justify-content: center;
}
.prolist-li-con .detail-box .detail-box-con{
    margin-top: 27%;
}
.prolist-li-con .detail-box .detail-box-con p{
    font-size: 18px;
    color: #ffffff;
    margin-top: .25rem;
}
.prolist-li-con .detail-box .detail-box-con .icon-fangdajing {
    text-align: center;
}
.prolist-li-con .detail-box .detail-box-con .icon-fangdajing:before {
    display: inline-block;
    content: "\e66e";
    font-size: 66px;
    width: 66px;
    height: 66px;
    line-height: 66px;
    color: #ffffff;
}

@media (max-width: 768px) {
    .prolist-li {
        width: 100%;
    }
    .prolist-li-con .pro_name {
        font-size: 18px;
    }
    .prolist-li-con .pro_intro {
        font-size: 15px;
    }
}

@media (max-width: 640px) {
    .prolist-li-con .pro_name {
        font-size: 16px;
    }
    .prolist-li-con .pro_intro {
        font-size: 14px;
    }
}
/* 产品列表 E */

/* 诚聘精英 S */
.page-recruit-main{
    width: 100%;
    float: left;
}
#recruit-list{
    width: 100%;
    float: left;
    margin-top: .47rem;
    margin-bottom: .64rem;
}
.recruit-list-con{
    width: 100%;
    float: left;
    background-color: #ffffff;
}
.recruit-list-top{
    display: flex;
    font-size: 18px;
    color: #ffffff;
    background-color: #19469d;
}
.recruit-list-top > div, .recruit-list-info .recruit-type > div {
    width: 20%;
    text-align: center;
    padding-top: .26rem;
    padding-bottom: .28rem;
}
.recruit-list-info{
    border: 1px solid #cccccc;
    border-top: 0px;
    cursor: pointer;
}
.recruit-list-info.on .recruit-type {
    border-bottom: 0px;
}
.recruit-list-info .recruit-type {
    display: flex;
    color: #333333;
    position: relative;
    font-size: 17px;
}
.recruit-list-info .recruit-detail{
    padding: .34rem .9rem;
    display: none;
    background-color: #f0f6fa;
    position: relative;
    cursor: auto;
}
.recruit-list-info .recruit-detail h5{
    margin: 0;
    color: #333333;
    font-size: 16px;
    font-weight: bolder;
    margin-bottom: .17rem;
}
.recruit-list-info .recruit-detail p{
    color: #333333;
    font-size: 16px;
}
.recruit-list-info .img-icon{
    position: relative;
}
.recruit-list-info .img-icon img {
    width: .14rem;
    height: .14rem;
    margin-top: .08rem!important;
}
.recruit-list-info.on .img-icon img:nth-of-type(1) {
    display: none;
}
.recruit-list-info.on .img-icon img:nth-of-type(2) {
    display: block;
}
.recruit-list-info .img-icon img:nth-of-type(2) {
    display: none;
    margin: 0 auto;
}
.recruit-list-info .img-icon img:nth-of-type(1) {
    display: block;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .recruit-list-info .recruit-type {
        font-size: 16px;
    }
    .recruit-list-top {
        font-size: 17px;
    }
}
@media (max-width: 768px) {
    .recruit-list-info .recruit-detail {
        padding: .34rem .5rem;
    }
}
@media (max-width: 640px) {
    .recruit-list-top {
        font-size: 15px;
    }
    .recruit-list-info .recruit-type {
        font-size: 14px;
    }
    .recruit-list-info .recruit-detail h5 {
        font-size: 14px;
    }
    .recruit-list-info .recruit-detail p {
        font-size: 14px;
    }
    .recruit-list-info .recruit-detail {
        padding: .34rem;
    }
}
/* 诚聘精英 E */

/* 联欣简介 S */
#intro-lxintro{
    width: 100%;
    float: left;
    margin-top: .72rem;
    margin-bottom: .79rem;
}
#intro-lxintro p{
    font-size: 16px;
    line-height:30px;
}
.about-cpage-title{
    width: 100%;
    float: left;
}
.about-cpage-title h3{
    margin: 0;
    font-size: 36px;
    color: #15429a;
    margin-bottom: .18rem;
    text-align: center;
    font-weight: bolder;
}
.about-cpage-title h4{
    margin: 0;
    font-size: 24px;
    color: #6cb031;
    text-align: center;
    font-weight: bolder;
    text-transform: uppercase;
}
.intro-lxintro-con{
    width: 100%;
    float: left;
    margin-top: .75rem;
}
.intro-lxintro-con .row{
    margin-bottom: .63rem;

}
.intro-lxintro-con .row:last-child{
    margin-bottom: 0;
}
.intro-lxintro-con .con-text p{
    color: #333333;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: .54rem;
}
.intro-lxintro-con .col{
    padding-right: .25rem;
    padding-left: .25rem;
}
.intro-lxintro-con .row{
    margin-right: -.25rem;
    margin-left: -.25rem;
}

@media (max-width: 991px) {
    .intro-lxintro-con .con1 .con-pic{
        margin-bottom: .63rem;
    }
    .intro-lxintro-con .con1{
        margin-bottom: 0;
    }
}
/* 联欣简介 E */

/* 荣誉列表 S */
.honorlist{
    width: 100%;
    float: left;
    margin-top: .63rem;
}
.honorlist-con{
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.honorlist-li{
    width: 32%;
    margin-bottom: .79rem;
    margin-right: 2%;
    transition: all 0.5s;
    background-color: #ffffff;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.15),0 6px 20px 0 rgba(0,0,0,0.12);
}
.honorlist-li-con{
    width: 100%;
    height: 100%;
    position: relative;
}
.honorlist-li-con .honor_name{
    margin: 0px;
    text-align: center;
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: .26rem;
    margin-bottom: .24rem;
    padding: 0 .12rem;
}
.honorlist-li-con:hover .honor_name{
    color: #18459c;
}
.honorlist-li-con:hover .detail-box{
    transform: translateY(0);
}
.honorlist-li-con .honor_intro{
    font-size: 16px;
    color: #757575;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.honorlist-li-con:hover .pro_intro{
    color: #18459c;
}
.honorlist-li:nth-child(3n) {
    margin-right: 0;
}
.honorlist .fenye{
    padding-top: 0;
}
.honorlist-li-con .honor_img{
    position: relative;
    overflow: hidden;
}
.honorlist-li-con .detail-box{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    transition: all .3s;
    transform: translateY(100%);
    background-color: #0f2b75;
    background-color: rgba(15, 43, 117, .7);
    display: flex;
    justify-content: center;
}
.honorlist-li-con .detail-box .detail-box-con{
    margin-top: 27%;
}
.honorlist-li-con .detail-box .detail-box-con p{
    font-size: 18px;
    color: #ffffff;
    margin-top: .25rem;
}
.honorlist-li-con .detail-box .detail-box-con .icon-fangdajing {
    text-align: center;
}
.honorlist-li-con .detail-box .detail-box-con .icon-fangdajing:before {
    display: inline-block;
    content: "\e66e";
    font-size: 66px;
    width: 66px;
    height: 66px;
    line-height: 66px;
    color: #ffffff;
}

@media (max-width: 768px) {
    .honorlist-li {
        width: 100%;
    }
    .honorlist-li-con .honor_name {
        font-size: 16px;
    }
}

@media (max-width: 640px) {
    .honorlist-li-con .honor_name {
        font-size: 15px;
    }
}
/* 荣誉列表 E */

/* 新闻详情 S */
.news-detail{
    width: 100%;
    float: left;
    margin-top: .6rem;
    margin-bottom: .6rem;
}
.news-detail-con{
    width: 100%;
    padding: .3rem 1.3rem;
    background-color: #fff;
    padding-top: 0rem;
    /* display: flex;
    display: -webkit-flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: flex-start; */
}
.news-info-title {
    text-align: center;
    font-size: 26px;
    margin-top: .3rem;
    margin-bottom: .15rem;
}
.news-info-time {
    text-align: center;
    font-size: 16px;
    margin-bottom: .15rem;
}
.news-detail-text p{
    font-size: 14px;
    line-height: 1.7;
}
.memcompany-info-name{
    margin-bottom: .15rem;
}

@media (max-width: 1440px) {
    .news-info-title {
        font-size: 24px;
    }
    .news-info-time {
        font-size: 15px;
    }
}

@media (max-width: 1024px) {
    .news-info-title {
        font-size: 22px;
    }
}

@media (max-width: 992px) {
    .news-info-title {
        font-size: 20px;
    }
    .news-detail-con {
        padding: .3rem .5rem;
    }
}

@media (max-width: 640px) {
    .news-info-title {
        font-size: 16px;
        margin-top: .1rem;
    }
    .news-info-time {
        font-size: 13px;
    }
    .news-detail-text p {
        font-size: 13px;
    }
    .news-detail-con {
        padding: .2rem .3rem;
    }
}
/* 新闻详情 E */

.pswp__bg {
	background: rgba(0, 0, 0, 0.8);
}
