
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@media (prefers-reduced-motion: reduce),(print) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
    }
}


img, p, span {
    margin: 0;
    padding: 0;
    border: 0;
}

h3, h4, p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

img {
    border: 0;
    vertical-align: middle;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
    color: #333;
    outline: none;
    cursor: pointer;
}

a:hover {
    background-repeat: no-repeat;
    text-decoration: none;
}

a {
    cursor: pointer;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    *zoom: 1;
}

img {
    max-width: 85%;
}

.incommonweb {
    width: 100%;
    /*max-width: 1480px;*/
    height: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.insale {
    padding: 24px 0;
    overflow: hidden;
    background: #F3F4F8;
}

.insale-txt {
    padding: 32px 20px 0px 0;
    max-width: 360px;
    font-family: 'MontserratB';
}

.insale-txt h4 {
    margin-top: 4px;
    line-height: 1.58333;
    font-size: 16px;
    font-weight: bold;
    color: #c2c8d4;
}

.insale-txt a {
    display: inline-block;
    vertical-align: middle;
    margin-top: 7px;
    line-height: 1.4;
    font-size: 14px;
    color: #00164a;
}

.insale-txt a img {
    margin-left: 5px;
}

.insale-view {
    position: relative;
}

.insale-tit {
    overflow: hidden;
}

.insale-tit h3 {
    float: left;
    max-width: 160px;
    overflow: hidden;
    line-height: 24px;
    font-size: 18px;
    color: #00164a;
}

.insale-num {
    padding-left: 5px;
    line-height: 48px;
    font-size: 50px;
    color: #facd01;
    overflow: hidden;
}

.w540 {
    width: 540px;
}


.carousel {
    position: relative;
    width: 600px; /* 你可以根据需要修改 */
    height: 300px;
    overflow: hidden;
    margin: auto;
}

.carousel-inner {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
}

.carousel-inner img {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-controls {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.carousel-controls button {
    pointer-events: all;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
}

/*! CSS Used keyframes */
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

/*! CSS Used fontfaces */
@font-face {
    font-family: MontserratB;
    src: url("Gotham-Bold.otf");
}

/*! CSS Used from: https://www.grmot.com/cn/css/css_whir.css */
ul, li, div {
    padding: 0px;
    margin: 0px;
}

.ul, .ul li {
    list-style: none;
}

.h3, .h4 {
    padding: 0px;
    margin: 0px;
}

img {
    border: none;
    border: 0;
    vertical-align: baseline;
    max-width: 100%;
}

a {
    color: #414446;
    text-decoration: none;
    noline: -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:focus {
    outline: none;
    -moz-outline: none;
}

a:hover {
    text-decoration: none;
    color: #009fe7;
}



.HomeProducts {
    padding: 30px 0;
    background: #ffffff;
}

.HomeProducts .title {
    padding-bottom: 30px;
    text-align: center;
}

.HomeProducts .title span {
    display: inline-block;
    padding-right: 15px;
    line-height: 38px;
    color: #333;
    background: url('__CDN__/static/image/titlebg.png') no-repeat right 8px;
}

.HomeProducts ul li a {
    display: block;
    background: #F3F4F8;
    overflow: hidden;
    padding: 20px 15px;
    text-align: center;
}

.HomeProducts ul li a .h3 {
    /*padding-bottom: 10px;*/
    color: #333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.HomeProducts ul li a .h4 {
    color: #999;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

.HomeProducts ul li a .imgbox {
    /*height: 290px;*/
    display: table;
    width: 100%;
}

.HomeProducts ul li a .imgtb {
    /*height: 290px;*/
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}

.HomeProducts ul li a .imgtb img {
    transform: scale(1);
    transition: all 0.3s;
    opacity: 1;
    /*max-width: 350px;*/
    max-height: 280px;
}

.HomeProducts ul li a:hover .imgtb img {
    transform: scale(1.1);
    opacity: 0.8;
}

.HomeProducts .list {
    position: relative;
}

.HomeProducts .list .bx-controls-direction span {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 999px;
    overflow: hidden;
    position: absolute;
    left: -60px;
    top: 50%;
    margin-top: -20px;
}

.HomeProducts .list .bx-prev {
    background: url('__CDN__/static/image/pleft.png') no-repeat center;
}

.HomeProducts .list .bx-controls-direction .bx-next {
    background: url('__CDN__/static/image/pright.png') no-repeat center;
    left: auto;
    right: -60px;
}

.HomeProducts .list .bx-prev:hover {
    background-image: url('__CDN__/static/image/pleft_1.png');
}

.HomeProducts .list .bx-next:hover {
    background-image: url('__CDN__/static/image/pright_1.png');
}

/*! CSS Used from: https://www.grmot.com/cn/css/css_whir.css */
ul, li, div {
    padding: 0px;
    margin: 0px;
}

.ul, .ul li {
    list-style: none;
}

ul li {

}

ul li:last-child {
    margin-right: 0;
}

.h3, .p {
    padding: 0px;
    margin: 0px;
}

img {
    border: none;
    border: 0;
    vertical-align: baseline;
    max-width: 100%;
}

a {
    color: #414446;
    text-decoration: none;
    noline: -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:focus {
    outline: none;
    -moz-outline: none;
}

a:hover {
    text-decoration: none;
    color: #009fe7;
}

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

.HomeSolution {
    padding: 60px 0;
    background: #F3F4F8;
}

.HomeSolution .title {
    padding-bottom: 15px;
    text-align: center;
}

.HomeSolution .title span {
    display: inline-block;
    padding-right: 15px;
    line-height: 38px;
    color: #333;
    background: url('__CDN__/static/image/titlebg.png') no-repeat right 8px;
}

.HomeSolution .HsCategory .more {
    position: absolute;
    right: 0;
    background: #f5f7fa;
    width: 14.285%;
    display: block;
    z-index: 2;
    text-align: center;
}

.HomeSolution .HsCategory {
    padding-bottom: 30px;
    position: relative;
    height: 76px;
    padding-top: 15px;
}

.HomeSolution .HsCategory ul {
    padding-top: 15px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 76px;
    overflow: hidden;
    background: #f5f7fa;
}

.HomeSolution .HsCategory ul li {
    float: left;
    width: 14.285%;
    text-align: center;
    margin-bottom: 15px;
}

.HomeSolution .HsCategory ul li a {
    font-size: 14px;
    color: #333;
    display: block;
}

.HomeSolution .HsCategory ul li .img {
    display: inline-block;
    position: relative;
}

.HomeSolution .HsCategory ul li .img .img1 {
    opacity: 1;
}

.HomeSolution .HsCategory ul li .img .img2 {
    opacity: 0;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
}

.HomeSolution .HsCategory ul li .txt {
    display: block;
}

.HomeSolution .HsCategory ul li.on .img .img1 {
    opacity: 0;
}

.HomeSolution .HsCategory ul li.on .img .img2 {
    opacity: 1;
}

.HomeSolution .HsCategory ul.on {
    min-height: 512px;
    z-index: 5;
    padding-bottom: 15px;
    box-shadow: 0 0 15px rgba(2, 94, 171, 0.1);
}

.HomeSolution .left {
    float: left;
    /*width: 585px;*/
    height: 420px;
    overflow: hidden;
    position: relative;
}


.HomeSolution .Box {
    display: none;
}

.HomeSolution .leftCon {
    display: none;
}

.HomeSolution .right {
    float: right;
    overflow: hidden;
}

.HomeSolution .right .ul li {
    margin-bottom: 25px;
}

.HomeSolution .right .ul li .libox {
    display: block;
    background: #fafbfd;
    border: 1px solid #eaebef;
    padding: 20px 40px 20px 85px;
    min-height: 60px;
    position: relative;
    transition: all 0.3s;
}

.HomeSolution .right .ul li .libox .ImgL {
    position: absolute;
    left: 0;
    top: 20px;
    width: 85px;
    text-align: center;
    line-height: 60px;
}

.HomeSolution .right .ul li .h3 {
    font-size: 18px;
    margin: 3px 0;
    color: #333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s;
}

.HomeSolution .right .ul li .p {
    font-size: 14px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s;
}

.HomeSolution .right .more {
    display: block;
    width: 130px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    background: #158ad0;
    font-size: 14px;
}

.HomeSolution .right .ul li .libox:hover {
    background: #009fe7;
    border-color: #009fe7;
}

.HomeSolution .right .ul li .libox:hover .h3 {
    color: #fff;
}

.HomeSolution .right .ul li .libox:hover .p {
    color: #fff;
}

/*! CSS Used from: https://0.rc.xiniu.com/g4/M00/86/30/CgAG0mRWEGOAJegYAACWRu507dc229.css?d=20230505134858 */
div, ul, li {
    margin: 0;
    padding: 0;
}

img {
    border: 0 none;
    vertical-align: top;
}

ul, li {
    list-style-type: none;
    font-size: 14px;
}

a {
    text-decoration: none;
}

a {
    blr: expression(this.onFocus=this.blur());
}

a:focus {
    outline: none;
}

.xn_c_index_229_wrap {
    margin: auto;
    font-size: 12px;
    display: flex;
    justify-content: center;
}

.xn_c_index_229_wbox {
    width: 1376px;
    text-align: center;
}

.xn_c_index_229_top {
    width: 110px;
    height: 125px;
    float: left;
    padding-top: 12px;
}

.xn_c_index_229_top span {
    display: block;
    font-size: 20px;
    color: #da251d;
}

.xn_c_index_229_top .xn_c_index_229_cWrap span {
    color: #da251d;
}

.xn_c_index_229_a {
    text-align: center;
    display: none;
    width: 150px;
    overflow: hidden;
    margin: 35px auto;
}

.xn_c_index_229_span {
    display: block;
    background: #da251d;
    color: #fff;
    font-size: 14px;
    width: 150px;
    height: 25px;
    text-align: left;
    line-height: 25px;
    position: relative;
    padding-left: 10px;
}

.xn_c_index_229_span:hover {
    background: red;
}

.xn_c_index_229_span:before {
    content: "";
    width: 0;
    height: 0;
    top: 8px;
    right: 20px;
    border-top: 5px solid transparent;
    border-left: 8px solid #fff;
    position: absolute;
    border-bottom: 5px solid transparent;
}

.xn_c_index_229_wbox .xn_c_index_229_span {
    display: none;
}

.xn_c_index_229_cocnt {
    overflow: hidden;
    height: auto;
}

.xn_c_index_229_cbox {
    height: auto;
    margin-left: 20px;
    float: left;
    overflow: hidden;
}

.xn_c_index_229_clft {
    width: 117px;
    height: 125px;
    float: left;
}

.xn_c_index_229_clft img {
    width: 100px;
    height: 100px;
    border: 1px solid #ccc;
}

.xn_c_index_229_crit_name {
    width: 100%;
    height: 24px;
    line-height: 32px;
    font-size: 14px;
    overflow: hidden;
}

.xn_c_index_229_crit_name a {
    color: #666;
}

.xn_c_index_229_cbox:hover .xn_c_index_229_crit_name a {
    color: #da251d;
}

.xn_c_index_229_dashw {
    margin-top: 5px;
}