.pcMore {
    display: none;
}

.wapMore {
    display: block;
    width: 100% !important;
}

.wapMore.moreLink .w-button {
    width: 100% !important;
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

/* 关于我们 */
/* .introItems {} */
.introItems {
    width: 100%;
    min-height: 100px;
    height: auto;
    /* left   : 649px;
    top       : 116px; */
    z-index: 8;
    opacity: 1;
    margin-top: 30px;
}

.introItems .row {
    align-items: flex-start;
}

.introItems .w-container {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-right: 0 none transparent;
    border-top: 0 none transparent;
    /* border-bottom     : 1px solid #eeeeee; */
    border-left: 0 none transparent;
    border-radius: 0px;
    background-color: transparent;
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: -ms-linear-gradient(top, none, none);
    background: linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
    background-size: auto;
    /*-box-shadow-*/
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 transparent;
    -o-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    /* position          : absolute;
    left                 : 0px;
    top                  : 0px;
    bottom               : 0px;
    right                : 0px; */
}

.introItems .w-container>div {
    width: 100%;
    height: 100%;
    position: relative;
}

.introItems .introItemTit {
    font-size: 14px;
    color: #333333;
    font-family: Source Han Sans, Geneva, sans-serif
}

.introItems .introItemDetail {
    color: #666666;
    line-height: 2;
    font-size: 12px;
    font-family: Source Han Sans, Geneva, sans-serif;
    overflow: hidden;
    /* white-space: nowrap;
    text-overflow : ellipsis; */
    padding-top: 5px;
}

.introItems .image-icon-wrap {
    width: 37px;
    height: 37px;
    margin: 0 15px 0 5px;
    flex-shrink: 0;
}

.introItems .image-icon-wrap .icon {
    width: 100%;
    height: 100%;
}



/* 容器 */
.smvWrapper {
    min-width: 100%;
    position: relative;
    background-color: rgb(243, 243, 243);
    box-sizing: border-box;
}

/* 关于我们 */
#aboutBox {
    width: 100%;
    height: auto;
    z-index: 2;
    position: relative;
}

.about .h2 {
    height: 100%;
    word-wrap: break-word;
    color: #c52525;
    font-size: 24px;
    /* font-size: 2.4rem; */
    font-family: Trebuchet MS, Helvetica, sans-serif;
    margin-top: 30px;
}

.about .h3 {
    height: 100%;
    word-wrap: break-word;
    color: #444444;
    font-size: 18px;
    /* font-size : 1.8rem; */
    font-family: Microsoft JhengHei;
    margin-bottom: 20px;
    line-height: 2;
}

.aboutTxt {
    max-width: 96%;
    height: auto;
    color: #666666;
    line-height: 2;
    font-size: 12px;
    font-family: Source Han Sans, Geneva, sans-serif
}

.aboutTxt>div>p {
    width: 100%;
    overflow: hidden;
    /* word-wrap: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical; */
}

.aboutTxt .mbt20 {
    margin-bottom: 20px;
}

.about .fullcolumn-outer {
    background-color: rgb(255, 255, 255);
    background-image: none;
    background-position: 50% 50%;
    background-repeat: repeat;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
    background-size: auto;
    position: absolute;
    top: 0px;
    bottom: 0px;
    z-index: -1;
}

.about .fullcolumn-inner {
    background-color: transparent;
    background-image: none;
    background-repeat: repeat;
    background-position: 50% 50%;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.smartFixed .con_15_7 .fullcolumn-outer {
    left: 0 !important;
}



.introItem {
    width: 100%;
    overflow: hidden !important;
    border-bottom: 1px solid #eeeeee;
    padding: 16px 0;
}

.introItem .w-image-box {
    text-align: center;
    border-top: 0px solid #fff;
    border-right: 0px solid #fff;
    border-bottom: 0px solid #fff;
    border-left: 0px solid #fff;
    border-radius: 1px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 transparent;
    -o-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.introItem .w-image-box img {
    border: 0;
    width: 100%;
    height: 100%;
    display: block;
    /*object-fit: cover;*/
}

.introItem .w-image-box .imgCliped {
    width: 100% !important;
    height: 100% !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
}

.introItem p {
    width: calc(100% - 60px);
}

.introItem p>span {
    display: inline-block;
}

.introItemStyle {
    color: inherit;
}

.introItemStyle h1,
.introItemStyle h2,
.introItemStyle h3,
.introItemStyle h4,
.introItemStyle h5,
.introItemStyle h6 {
    font-weight: normal;
    line-height: 1.2;
}

.introItemStyle h2 {
    font-size: 1.5em;
    font-weight: normal;
}

.introItemStyle h1 {
    font-size: 2em;
    font-weight: normal;
}

.introItemStyle h3 {
    font-size: 1.17em;
    font-weight: normal;
}

.introItemStyle h4 {
    font-size: 13px;
    font-weight: normal;
}

.introItemStyle h5 {
    font-size: 0.83em;
    font-weight: normal;
}

.introItemStyle h6 {
    font-size: 0.67em;
    font-weight: normal;
}



.lz-parallax-bg-img {
    position: absolute;
    width: 100%;
    pointer-events: none;
    background-image: url(../images/proBg.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0);
    height: 100%;
    top: 0px;
}

/* 产品div */
.proDiv {
    width: 100%;
    /* min-height : 74rem; */
    height: 1280px;
    /* height     : 127rem; */
    overflow: visible;
    padding-bottom: 50px;
}

.proDiv .h2 {
    width: 100%;
    margin-top: 30px;
    /* margin-top: 3rem; */
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    /* font-size : 2.4rem; */
    font-family: Trebuchet MS, Helvetica, sans-serif
}

.proDiv .h3 {
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    /* font-size: 1.8rem; */
    line-height: 2;
    font-family: Microsoft JhengHei
}

.proDiv>.w-banner {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    position: relative;
}

.proDiv .w-banner>.w-banner-color {
    padding: 0;
    margin: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    height: 100%;
    z-index: 10;
    /* border */
    border-top: 0 solid transparent;
    border-bottom: 0 solid transparent;
    /* border radius */
    border-radius: 0;
    /* box-shadow */
    box-shadow: 0 0 0 0 transparent;
    /* background */
    background-color: #F5F5F5;
    /* gradient */
    background-image: -webkit-linear-gradient(none, none);
    background-image: -moz-linear-gradient(none, none);
    background-image: -ms-linear-gradient(none, none);
    background-image: linear-gradient(none, none);
    /* more style */
    box-sizing: border-box;
}

.proDiv .w-banner>.w-banner-color>.w-banner-image {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/-49449.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: scroll;
    background-size: cover;
    opacity: 1;
    transition: all, .3s;
}

.lz-parallax-bg {
    position: absolute;
    inset: 0px;
}

.lz-parallax-content {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10
}

.proDiv .w-banner>.w-banner-content {
    padding: 0;
    margin: 0 auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 30;
}

/* 产品样式 */
.proTop {
    top: 214px;
    margin-top: 24px;
}

.proItem {
    height: 356px;
    /* height    : 36rem; */
    width: 100%;
    z-index: 5;
    opacity: 1;
    background: #fff;
    /* margin-bottom: 3rem; */
    margin-bottom: 30px;
}

.proItem .posAbs {
    position: relative;
}

.p20 {
    padding: 15px;
    /* padding: 1.5rem; */
    box-sizing: border-box;
}

.p13 {
    padding: 8px 8px 0 8px;
    box-sizing: border-box;
}

.proItem .proItemTit {
    font-size: 18px;
    /* font-size: 1.8rem; */
    color: #222;
}

.proItem .proItemIntro {
    color: #666666;
    line-height: 1.75;
    font-size: 14px;
    /* font-size: 1.4rem; */
    word-wrap: break-word;
    padding-top: 15px;
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.proDetailBtn {
    bottom: 0;
    left: 0;
    right: 0;
    height: 38px;
    line-height: 38px;
    /* height  : 3.8rem;
    line-height: 3.8rem; */
    width: 100%;
    z-index: 5;
}

.proItemCover {
    height: auto;
    width: 100%;
    margin-bottom: 10px;
}

.proItem .w-container {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    /* border-right      : 1px solid #eeeeee; */
    border-top: 1px solid #eeeeee;
    border-bottom: 0px solid #c52525;
    /* border-left       : 1px solid #eeeeee; */
    border-radius: 0px;
    background-color: rgb(255, 255, 255);
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: -ms-linear-gradient(top, none, none);
    background: linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
    background-size: auto;
    /*-box-shadow-*/
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 transparent;
    -o-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
}

.proItem .w-container>div {
    width: 100%;
    height: 100%;
    position: relative;
}

/* CSS 开始 */
.proItemCover .w-image-box {
    width: 100%;
    height: auto;
    text-align: center;
    /* border */
    border-top: 0px solid #fff;
    border-right: 0px solid #fff;
    border-bottom: 0px solid #fff;
    border-left: 0px solid #fff;
    /* border radius */
    border-radius: 0;
    /* opacity */
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    /* box-shadow */
    box-shadow: 0 0 0 transparent;
    /* more style */
    box-sizing: border-box;
    overflow: hidden;
}

.proItemCover .w-image-box img {
    border: 0;
    width: 100%;
    height: 100%;
    /* max-height: 21rem; */
    max-height: 210px;
    /*object-fit :cover;*/
    transition: all, .4s;
}



.hoverEffectBtn .w-button:hover {
    border-color: #3F51B5;
    background-color: rgb(197, 37, 37);
    background-image: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background: linear-gradient(none, none);
    /*-box-shadow-*/
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
}

.hoverEffectBtn .w-button:hover .w-button-text {
    color: #ffffff;
    font-weight: 400;
    font-size: 12px;
    /* font-size   : 1.2rem; */
    font-style: normal;
    text-decoration: none;
}

.hoverEffectBtn .w-button:hover .w-button-icon {
    color: #ffffff;
    font-size: 13px;
    /* font-size: 1.3rem; */
    font-weight: 400;
}

.hoverEffectBtn .w-button-position {
    display: block;
    padding: 0;
    height: 100%;
}

.hoverEffectBtn .w-button-position .w-button-position-inner {
    height: 100%;
}

.hoverEffectBtn .w-button .w-button-icon {
    display: inline-block;
    height: 100%;
    margin-right: 3px;
    font-size: 12px;
    /* font-size   : 1.2rem; */
    color: #fff;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    vertical-align: top;
}

.hoverEffectBtn .w-button .w-button-icon.w-icon-hide {
    /* display: none; */
}

.hoverEffectBtn .w-button .w-button-text {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-family: 'Noto Sans CJK';
    font-size: 12px;
    /* font-size    : 1.2rem; */
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    font-style: normal;
    vertical-align: top;
    *vertical-align: middle;
    transition: color .3s;
    background-color: rgb(197, 37, 37);
    text-align: center;
}

.hoverEffectBtn .hover-effect[data-effect-name="shutter-out-vertical"]:hover,
.hoverEffectBtn .hover-effect[data-effect-name="shutter-out-horizontal"]:hover,
.hoverEffectBtn .hover-effect[data-effect-name="rectangle-out"]:hover,
.hoverEffectBtn .hover-effect[data-effect-name="sweep-to-right"]:hover {
    background-color: rgb(250, 250, 250);
    background-image: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto;
    background: linear-gradient(none, none);
}

.hoverEffectBtn .hover-effect:hover::before {
    background-color: rgb(197, 37, 37);
    background-image: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background: linear-gradient(none, none);
}

.hoverEffectBtn .hover-effect[data-effect-name="underline-from-center"]:hover::before {
    background: #3F51B5 !important;
}

.hoverEffectBtn .hover-effect[data-effect-name="overline-from-center"]:hover::before {
    background: #3F51B5 !important;
}











.newsItem>.w-container {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
    border-bottom: 5px solid #c52525;
    border-left: 1px solid #eee;
    border-radius: 0px;
    background-color: #FFF;
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
    background-size: auto;
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 transparent;
    -o-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    /* position       : absolute;
    left              : 0px;
    top               : 0px;
    bottom            : 0px;
    right             : 0px; */
    transition: box-shadow .3s, border .3s, background-color .3s, color .3s, transform .3s;
    overflow: hidden;
}

.newsItem>.w-container>div {
    width: 100%;
    /* height: 100%; */
    position: relative;
}

.newsItem>.w-container:hover {
    cursor: pointer;
    transform: translateY(-3px);
    background-color: #FFF;
    background-image: none;
    background-position: 0 0;
    background-repeat: no-repeat;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
    background-size: auto;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    -webkit-box-shadow: 0.000000px 5.000000px 0 rgb(197, 37, 37);
    -moz-box-shadow: 0.000000px 5.000000px 0 rgb(197, 37, 37);
    -ms-box-shadow: 0.000000px 5.000000px 0 rgb(197, 37, 37);
    box-shadow: 0.000000px 5.000000px 0 rgb(197, 37, 37);
    transition: box-shadow .3s, border .3s, background-color .3s, color .3s, transform .3s;
}

/* 新闻项目 */
#newsDiv {
    height: auto;
    width: 100%;
    /* left: 0px;
    top    : 100%; */
    z-index: 11;
    padding: 40px 0;
}

#newsDiv .col {
    width: 100%;
}

.newsBox .newsTitGroup {
    width: 100%;
    height: auto;
}

.newsBox .h2 {
    width: 100%;
    height: 100%;
    word-wrap: break-word;
    color: #c52525;
    font-size: 24px;
    /* font-size: 2.4rem; */
    font-family: Trebuchet MS, Helvetica, sans-serif;
    text-align: left;
}

.newsBox .h3 {
    width: 100%;
    height: 100%;
    word-wrap: break-word;
    color: #444444;
    font-size: 18px;
    /* font-size : 1.8rem; */
    font-family: Microsoft JhengHei;
    margin-bottom: 20px;
    line-height: 2;
    text-align: left;
}

.newsBox .fullcolumn-outer {
    background-color: rgb(255, 255, 255);
    background-image: none;
    background-position: 50% 50%;
    background-repeat: repeat;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
    background-size: auto;
    position: absolute;
    top: 0px;
    bottom: 0px;
    z-index: -1;
}

.newsBox .fullcolumn-inner {
    background-color: transparent;
    background-image: none;
    background-repeat: repeat;
    background-position: 50% 50%;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.newsItem {
    height: auto;
    /* height: 23rem; */
    width: 100%;
    z-index: 4;
    opacity: 1;
    margin-bottom: 10px
}

.newsItem .newsItemTit {
    width: 100%;
    max-height: 62px;
    border-bottom: 1px solid rgba(221, 221, 221, 1);
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.newsItem .newsItemTit>p {
    width: 100%;
    max-height: 62px;
    color: #444444;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    word-wrap: break-word;
    overflow: hidden;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsItem .newsItemTime {
    padding-top: 18px;
    color: #bbbbbb;
    font-size: 12px
        /* font-size: 1.2rem; */
}

.newsItem .newsItemBreif {
    width: 100%;
    max-height: 90px;
    overflow: hidden;
    /* font-size: 1.2rem; */
    line-height: 2;
    color: #777777;
    font-size: 12px;
    padding: 12px 0;
    word-wrap: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.newsItem .newsItemBreif p {
    width: 100%;
    height: 100%;
}

.newsItem .newsLinkBtn {
    height: 42px;
    width: 68px;
    /* width : 6.8rem;
    height   : 4.2rem; */
    bottom: 22px;
    /* bottom: 2.2rem; */
    left: 0;
    right: 0;
}

.newsItem .newsLinkBtn>a {
    width: 68px;
    height: 72px;
    line-height: 72px;
}

.newsItem .newsLinkBtn .w-button {
    display: block;
    margin: 0;
    padding: 0;
    border-top: 0px solid #37484F;
    border-right: 0px solid #37484F;
    border-bottom: 0px solid #37484F;
    border-left: 0px solid #37484F;
    border-radius: 0px;
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background: linear-gradient(none, none);
    box-shadow: 0 0 0 transparent;
    /*-font-*/
    font-style: normal;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    position: relative;
    z-index: 1;
    transition: all 300ms ease-in-out;
    color: #c52525;
}

.newsItem .newsLinkBtn .w-button:hover {
    border-color: #3F51B5;
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background: linear-gradient(none, none);
    /*-box-shadow-*/
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
}

.newsItem .newsLinkBtn .w-button:hover .w-button-text {
    color: #c52525;
    font-weight: 400;
    font-size: 35px;
    /* font-size   : 3.5rem; */
    font-style: normal;
    text-decoration: none;
}

.newsItem .newsLinkBtn .w-button:hover .w-button-icon {
    color: #c52525;
    font-size: 35px;
    /* font-size: 3.5rem; */
    font-weight: 400;
}

.newsItem .newsLinkBtn .w-button-position {
    display: block;
    padding: 0 5px;
    height: 100%;
}

.newsItem .newsLinkBtn .w-button-position .w-button-position-inner {
    height: 100%;
}

.newsItem .newsLinkBtn .w-button .w-button-icon {
    display: inline-block;
    height: 100%;
    margin-right: 3px;
    font-size: 30px;
    /* font-size   : 3rem; */
    color: #c52525;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    vertical-align: top;
}

.newsItem .newsLinkBtn .w-button .w-button-icon.w-icon-hide {
    display: none;
}

.newsItem .newsLinkBtn .w-button .w-button-text {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-family: Tahoma;
    font-size: 30px;
    /* font-size   : 3rem; */
    color: #cccccc;
    font-weight: 400;
    text-decoration: none;
    font-style: normal;
    vertical-align: top;
    *vertical-align: middle;
    transition: color .3s;
}

.newsItem .newsLinkBtn .hover-effect[data-effect-name="shutter-out-vertical"]:hover,
.newsItem .newsLinkBtn .hover-effect[data-effect-name="shutter-out-horizontal"]:hover,
.newsItem .newsLinkBtn .hover-effect[data-effect-name="rectangle-out"]:hover,
.newsItem .newsLinkBtn .hover-effect[data-effect-name="sweep-to-right"]:hover {
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background: linear-gradient(none, none);
}

.newsItem .newsLinkBtn .hover-effect:hover::before {
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background: linear-gradient(none, none);
}

.newsItem .newsLinkBtn .hover-effect[data-effect-name="underline-from-center"]:hover::before {
    background: #3F51B5 !important;
}

.newsItem .newsLinkBtn .hover-effect[data-effect-name="overline-from-center"]:hover::before {
    background: #3F51B5 !important;
}

.newsBox .moreLink {
    height: 37px;
    width: 131px;
}

.moreLink .w-button {
    display: block;
    width: 130px;
    height: 38px;
    line-height: 38px;
    margin: 0;
    padding: 0;
    border-top: 0px solid #37484F;
    border-right: 0px solid #37484F;
    border-bottom: 1px solid #cccccc;
    border-left: 0px solid #37484F;
    border-radius: 0;
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background: linear-gradient(none, none);
    box-shadow: 0 0 0 transparent;
    /*-font-*/
    font-style: normal;
    text-align: center;
    font-size: 12px;
    /* font-size       : 1.2rem; */
    text-decoration: none;
    cursor: pointer;
    outline: none;
    position: relative;
    z-index: 1;
    transition: all 300ms ease-in-out;
    border-color: #c52525;
    background-color: rgb(197, 37, 37);
    color: #fff;
}

.moreLink .w-button:hover {
    border-color: #c52525;
    background-color: rgb(197, 37, 37);
    background-image: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background: linear-gradient(none, none);
    /*-box-shadow-*/
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
}

.moreLink .w-button:hover .w-button-text {
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    /* font-size   : 1.4rem; */
    font-style: normal;
    text-decoration: none;
}

.moreLink .w-button:hover .w-button-icon {
    color: #ffffff;
    font-size: 14px;
    /* font-size: 1.4rem; */
    font-weight: 400;
}

.moreLink .w-button-position {
    display: block;
    padding: 0 5px;
    height: 100%;
}

.moreLink .w-button-position .w-button-position-inner {
    height: 100%;
}

.moreLink .w-button .w-button-icon {
    display: inline-block;
    height: 100%;
    margin-right: 3px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    vertical-align: top;
}

.moreLink .w-button .w-button-icon.w-icon-hide {
    display: none;
}

.moreLink .w-button .w-button-text {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-family: 'Noto Sans CJK';
    font-size: 12px;
    /* font-size   : 1.2rem; */
    color: #fff;
    text-decoration: none;
    font-style: normal;
    vertical-align: top;
    *vertical-align: middle;
    transition: color .3s;
}

.moreLink .hover-effect[data-effect-name="shutter-out-vertical"]:hover,
.moreLink .hover-effect[data-effect-name="shutter-out-horizontal"]:hover,
.moreLink .hover-effect[data-effect-name="rectangle-out"]:hover,
.moreLink .hover-effect[data-effect-name="sweep-to-right"]:hover {
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background: linear-gradient(none, none);
}

.moreLink .hover-effect:hover::before {
    background-color: rgb(197, 37, 37);
    background-image: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background: linear-gradient(none, none);
}

.moreLink .hover-effect[data-effect-name="underline-from-center"]:hover::before {
    background: #c52525 !important;
}

.moreLink .hover-effect[data-effect-name="overline-from-center"]:hover::before {
    background: #c52525 !important;
}

/* 新闻item结束 */

/* 应用案例logo */
.companyGroup {
    padding: 60px 0;
}

.companyGroup .flexB {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.companyGroup .logo {
    width: 170px;
    height: 53px;
    margin-bottom: 40px;
}

.companyGroup .h2 {
    height: 100%;
    word-wrap: break-word;
    color: #c52525;
    font-size: 24px;
    /* font-size: 2.4rem; */
    font-family: Trebuchet MS, Helvetica, sans-serif
}

.companyGroup .h3 {
    height: 100%;
    word-wrap: break-word;
    color: #444444;
    font-size: 18px;
    /* font-size : 1.8rem; */
    font-family: Microsoft JhengHei;
    margin-bottom: 20px;
    line-height: 2;
}

.companyItem {
    height: 203px;
    /* height    : 20.3rem; */
    width: 100%;
    margin-bottom: 30px;
}

.company .w-image-box {
    text-align: center;
    border-top: 0px solid #fff;
    border-right: 0px solid #fff;
    border-bottom: 0px solid #fff;
    border-left: 0px solid #fff;
    border-radius: 1px;
    opacity: 1;
    filter: alpha(opacity=100);
    box-shadow: 0 0 0 transparent;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.company .w-image-box img {
    border: 0;
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
}

.company .img-hover-bg {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* background */
    background-color: transparent;
}

.company:hover .img-hover-bg {
    background-color: rgba(0, 0, 0, 0.65);
    background-image: none;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background: -webkit-linear-gradient(none, none);
    background: -moz-linear-gradient(none, none);
    background: -o-linear-gradient(none, none);
    background: linear-gradient(none, none);
    background-size: auto;
}

.company .w-image-box .img-hover-bg .image-hover-desc {
    width: 100%;
    padding: 0 25px;
    font-family: 'Noto Sans CJK';
    font-size: 14px;
    /* font-size: 1.4rem; */
    color: #cccccc;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    line-height: 22px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.company .image-title {
    width: 100%;
    padding-bottom: 15px;
    display: block;
    font-family: 'Noto Sans CJK';
    font-size: 18px;
    /* font-size   : 1.8rem; */
    color: #ffffff;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
    line-height: 1.5;
}

.company .w-image-box:hover .image-title {
    display: block;
    font-family: 'Noto Sans CJK';
    font-size: 18px;
    /* font-size   : 1.8rem; */
    color: #ffffff;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}

.proMore {
    font-size: 16px;
    color: #fff;
}