/*reset*/
body {margin: 0; padding: 0; font-size: 14px; color: #333333; font-family: Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", tahoma, arial, "\5B8B\4F53"; font-weight: normal !important; background-color: #FFFFFF;}

@font-face {
    font-family: 'rohnrounded-heavyuploadedfile';
    src: url('../font/rohnrounded-heavy-webfont.woff2') format('woff2'),
    url('../font/rohnrounded-heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.wow {visibility: hidden;}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p {padding: 0; margin: 0;}

table, td, tr, th {font-size: 12px;}

li {list-style-type: none;}

img {vertical-align: top;border: 0;}

ol, ul {list-style: none;}

h1, h2, h3, h4, h5, h6 {font-size: 14px;}

address, code, em, th, s, i {font-weight: normal; font-style: normal;}

s {color: #909090; margin: 0 10px; text-decoration: none;}

body.right-open {overflow-y: clip;}

.img-fluid {width: 100%;height: auto;}

/*form*/
label input {vertical-align: middle; margin-right: 3px;}

label {cursor: pointer;}

textarea {resize: none;font-size: 12px;}

:focus {outline: 0;}

select {padding: 4px 5px;border: 1px solid #CBCBCB; border-radius: 2px; margin-right: 3px;}

.d-line {
    display: inline !important;
}
.c-white {
    color: #FFFFFF !important;
}
/*font-size*/
.fB {font-weight: bold;}

.f12 {font-size: 12px;}

.f14 {font-size: 14px;}

.f16 {font-size: 16px;}

.f18 {font-size: 16px;}

/*float*/
.l, .left {float: left;}

.r, .right {float: right;}
.t-c, .t-center {text-align: center;}
.t-l, .t-left {text-align: left;}

.t-r, .t-right {text-align: right;}

.clearfix {display: block;}

.clearfix:after {content: "."; display: block; height: 0; clear: both;visibility: hidden;}

* {
    box-sizing: border-box;
    /*transition: all .3s ease;*/
    /*-webkit-transition: all .3s ease;*/
    /*-moz-transition: all .3s ease;*/
    /*-o-transition: all .3s ease;*/
    /*-ms-transition: all .3s ease;*/
    /*!*-webkit-user-select: none;*!*/
    /*-ms-user-select: none;*/
    /*-khtml-user-select: none;*/
    /*user-select: none;*/

}

.animate3 {
    box-sizing: border-box;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}

img,li,a {
    box-sizing: border-box;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    /*-webkit-user-select: none;*/
    /*-ms-user-select: none;*/
    /*-khtml-user-select: none;*/
    /*user-select: none;*/
}

* html .clearfix { height: 1%;}

/*scrollbar*/
::-webkit-scrollbar {width: 3px;height: 6px;}

::-webkit-scrollbar-button:vertical {display: none;}

::-webkit-scrollbar-track:vertical {background-color: black;}

::-webkit-scrollbar-track-piece {background-color: #F5F5F5;}

::-webkit-scrollbar-thumb:vertical {margin-right: 6px; background-color: #BBBBBB;}

::-webkit-scrollbar-thumb:vertical:hover {background-color: #AAAAAA;}

::-webkit-scrollbar-corner:vertical {background-color: #535353;}

/*placeholder*/
::-webkit-input-placeholder { /* WebKit browsers */
    color: #AAAAAA;font-size: 14px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #AAAAAA; font-size: 14px;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #AAAAAA; font-size: 14px;
}

/*display*/
.hide {display: none;}

.block {display: block;}

/*a*/
a {color: #444444; text-decoration: none;}

a:visited {text-decoration: none;}

a:hover {color: #0868AC !important; transition: all 0.5s;}

a:active {color: #0868AC;}

/*省略行数*/
.text-overflow-1, .text-overflow-2, .text-overflow-3, .text-overflow-4, .text-overflow-5 {display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.text-overflow-2 {-webkit-line-clamp: 2;}

.text-overflow-3 {-webkit-line-clamp: 3;}

.text-overflow-4 {-webkit-line-clamp: 4;}

.text-overflow-5 {-webkit-line-clamp: 5;}

.m-0{margin:0}
.m-1{margin:4px}
.m-2{margin:8px}
.m-3{margin:12px}
.m-4{margin:16px}
.my-1{margin-top:4px;margin-bottom:4px}
.my-2{margin-top:8px;margin-bottom:8px}
.my-3{margin-top:12px;margin-bottom:12px}
.my-4{margin-top:16px;margin-bottom:16px}
.mx-1{margin-left:4px;margin-right:4px}
.mx-2{margin-left:8px;margin-right:8px}
.mx-3{margin-left:12px;margin-right:12px}
.mx-4{margin-left:16px;margin-right:16px}
.ml-1{margin-left:4px}
.ml-2{margin-left:8px}
.ml-3{margin-left:12px}
.ml-4{margin-left:16px}
.mt-1{margin-top:4px}
.mt-2{margin-top:8px}
.mt-3{margin-top:12px}
.mt-4{margin-top:16px}
.mr-1{margin-right:4px}
.mr-2{margin-right:8px}
.mr-3{margin-right:12px}
.mr-4{margin-right:16px}
.mb-1{margin-bottom:4px}
.mb-2{margin-bottom:8px}
.mb-3{margin-bottom:12px}
.mb-4{margin-bottom:16px}

.p-0{padding:0}
.p-1{padding:4px}
.p-2{padding:8px}
.p-3{padding:12px}
.p-4{padding:16px}
.py-1{padding-top:4px;padding-bottom:4px}
.py-2{padding-top:8px;padding-bottom:8px}
.py-3{padding-top:12px;padding-bottom:12px}
.py-4{padding-top:16px;padding-bottom:16px}
.px-1{padding-left:4px;padding-right:4px}
.px-2{padding-left:8px;padding-right:8px}
.px-3{padding-left:12px;padding-right:12px}
.px-4{padding-left:16px;padding-right:16px}
.pl-1{padding-left:4px}
.pl-2{padding-left:8px}
.pl-3{padding-left:12px}
.pl-4{padding-left:16px}
.pt-1{padding-top:4px}
.pt-2{padding-top:8px}
.pt-3{padding-top:12px}
.pt-4{padding-top:16px}
.pr-1{padding-right:4px}
.pr-2{padding-right:8px}
.pr-3{padding-right:12px}
.pr-4{padding-right:16px}
.pb-1{padding-bottom:4px}
.pb-2{padding-bottom:8px}
.pb-3{padding-bottom:12px}
.pb-4{padding-bottom:16px}

/*----------------导航-----------------*/
.header {width: 100%; height: 60px;position: fixed; left: 0; top: 0; z-index: 996; box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .1); background: rgba(255, 255, 255, .95);transition: all 0.5s;}

/*----------------页脚-----------------*/
.footer {width: 100%; background-color: #1C1A1D;}

.footer-top {}

/*----------------动画---------------*/
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/* customer */
@media screen and (min-width: 1400px) {
    .layui-container {
        width: 1200px;
    }
}

@media screen and (min-width: 1600px) {
    .layui-container {
        width: 1200px;
    }
}

.btn-group {
    margin: 15px 0;
}
.btn-group a {
    background: #0868AC;
    display: inline-block;
    padding: 10px 20px;
    line-height: 1.2;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: normal !important;
}
.btn-group a:hover {
    color: #999999 !important;
}
.btn-group i {
    margin-left: 8px;
}

/*===== Go Top =====*/
.go-top-area {
    position: relative;
    z-index: 999; }

.go-top-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 24px;
    color: #FFFFFF;
    background-color: #007BFF;
    z-index: 9999;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    -ms-transition: all 0.9s ease-out 0s;
    -o-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    border-radius: 0px; }

.go-top-area .go-top i {
    position: absolute;
    top: 50%;
    left: -4px;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s; }

.go-top-area .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%; }

.go-top-area .go-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #007BFF;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    border-radius: 0px; }

.go-top-area .go-top:focus, .go-top-area .go-top:hover {
    color: #FFFFFF; }

.go-top-area .go-top:focus::before, .go-top-area .go-top:hover::before {
    opacity: 1;
    visibility: visible; }

.go-top-area .go-top:focus i:first-child, .go-top-area .go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden; }

.go-top-area .go-top:focus i:last-child, .go-top-area .go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%; }

.go-top-area .go-top.active {
    top: 98%;
    -webkit-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    -ms-transform: translateY(-98%);
    -o-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0px;
    right: 20px; }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .go-top-area .go-top.active {
        top: 93%; }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .go-top-area .go-top.active {
        top: 93%; }
}

.go-top-wrap {
    position: relative; }

.go-top-wrap .go-top-btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    top: 3px;
    z-index: 1;
    background: #007BFF;
    border-radius: 0px; }

.go-top-wrap .go-top-btn i {
    font-size: 20px;
    font-weight: 700;
    padding-left: 4px;
    color: #FFFFFF; }

.go-top-wrap .go-top-btn::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite;
    -o-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    background: #007BFF;
    border-radius: 0px;
}

.go-top-wrap .go-top-btn:hover {
    background-color: #222222;
    color: #FFFFFF; }


@keyframes ripple {
    0%, 35% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1; }
    50% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8; }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2); }
}

@-webkit-keyframes ripple {
    0%, 35% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1; }
    50% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8; }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2); }
}

.font1 {
    font-family: "Arial Black";
}

.font2 {
    font-family: "Arial Narrow";
    letter-spacing: -1px;
}

header {
    background: #FFFFFF;
    padding: 5px 0;
    position: relative;
    z-index: 1000;
    width: 100%;
    height: auto;
    overflow: visible;
}

header.hover {
    background: #FFFFFF;
    box-shadow: 0 5px 8px 0 rgb(0 0 0 / 10%);
}

.logo {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 55px;
    margin-top: 10px;
}
.head-top {
    background: #0868AC;
    padding: 12px 0;
    line-height: 1.2;
    color: #FFFFFF;
}
.head-top a {
    color: #FFFFFF;
}
.head-top a:hover {
    color: #F5F5F5 !important;
}
.head-nav-box {
    text-align: right;
}
.head-nav {
    position: relative;
    z-index: 2;
    margin-top: 15px;
    display: inline-block;
}

.head-nav .head-item {
    width: 100%;
    height: 56px;
}

.head-nav ul {
    padding-left: 20px;
    white-space: nowrap;
}

.head-nav ul:after {

}

.head-nav ul li {
    display: inline-block;
    position: relative;
}

.head-nav ul li a {
    display: block;
    font-size: 16px;
    line-height: 56px;
    padding: 0 25px;
    position: relative;
    color: #444444;
    text-align: center;
    white-space: nowrap;
    text-transform: capitalize;
    position: relative;
}

.head-nav ul li:hover a:after{
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: url(../images/line.png) center center no-repeat;
    position: absolute;
    bottom: 0;
    opacity: 1;
    left: 50%;
    transform: translateX(-50%);
}

.head-nav ul li a i {
    padding-left: 10px;
}

header.hover .head-nav ul li a {
}

.head-nav ul li.active a:after, .head-nav ul li:hover a:after {
    width: 100%;
}

.head-nav ul li a:after {

}

.head-item .dropdown-box {
    position: absolute;
    left: 17px;
    width: auto;
    top: 100%;
    display: none;
    z-index: 10;
    text-align: center;
    background: #FFFFFF;
    /*border: 1px #ccc solid;*/
    border-radius: 6px;
    box-shadow: 0 0 10px #999;
}

.head-item .dropdown-box p {
    margin: 0;
    padding: 0 5px;
}

.head-item .dropdown-box p:hover {
    background: #ebebeb;
}

.head-item .dropdown-box p a {
    white-space: nowrap;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    padding: 0 10px;
    font-size: 16px;
    line-height: 40px;
    border-bottom: 1px dashed #cccccc;
    text-align: left;
    color: #555555;
}
.head-item .dropdown-box p:last-child a {
    border-bottom: none;
}

.head-item .dropdown-box a:after {
    display: none;
}

.head-item .dropdown-box a:hover {
    /*background-color: #104492;*/
    color: #666666;
    padding-left: 20px;
}

.head-item li.active .dropdown-box, .head-item li:hover .dropdown-box {
    min-width: 140%;
    display: block;
}


.head-nav-box.head-nav-box-show .head-nav {
    display: block !important;
    position: fixed;
    width: 40%;
    height: 100%;
    right: 0;
    top: 0;
    background: #fff;
    box-shadow: 0px 0px 4px #ccc;
    z-index: 1000;
    margin-top: 0;
    text-align: left;
}
.head-nav-box.head-nav-box-show .head-nav ul {
}
.head-nav-box.head-nav-box-show .head-nav .head-item {
    height: auto;
    overflow: hidden;
    overflow-y: auto;
}
.head-nav-box.head-nav-box-show .head-nav ul li {
    position: relative;
    width: 100%;
    text-align: left;
    float: none;
    min-width: inherit;
    border-bottom: 1px solid #ccc;
    display: block;
}
.head-nav-box.head-nav-box-show .head-nav ul li:hover {
    padding-left: 20px;
    background: #F5F5F5;
}
.head-nav-box.head-nav-box-show .head-nav  ul li a {
    text-align: left;
    position: relative;
    padding-right: 20px;
    color: #333333;
}
.head-nav-box.head-nav-box-show .head-nav  ul li:hover a:after {
    display: none !important;
}


.head-nav-box.head-nav-box-show .head-nav  ul li a:after {
    content: "\e602";
    font-family: layui-icon!important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 10px;
}
.head-close {
    width: 40px;
    height: 40px;
    background: #F5F5F5;
    cursor: pointer;
    border-radius: 50%;
    margin: 15px 0 15px 15px;
    padding: 10px;
    border: 1px solid #d5d5d5;
}

.header-right {
    text-align: right;
    display: inline-block;
    margin-left: 20px;
    margin-top: 0px;
}
.header-right > div {
    color: #555555;
    font-size: 16px;
    font-weight: bold;
    margin-top: 0px;
    cursor: pointer;
    margin-right: 15px;
}
.header-right > div:last-child {
    margin-right: 0;
}

header.hover .header-right > div {
    color: #333333;

}

.header-right > div img {
    height: 24px;
    margin-top: -5px;
    opacity: .6;
}

.header-right > div i {
    padding-left: 5px;
}
.language-set {
    position: relative;
    z-index: 10;
}
.lang_list {
    display: none;
    position: absolute;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #dedede;
    padding: 10px 0;
    left: 0;
    top: 25px;
    z-index: 10;
}
.lang_list li {
    cursor: pointer;
    line-height: 24px;
    font-weight: normal;
    text-align: left;
    font-size: 14px;
    padding: 0 15px;
}
.lang_list li:hover {
    background: #dedede;
}

.swiper-button-disabled{
    display:none;
}
.banner {
    position: relative;
}

.banner-swiper {
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.banner-swiper .swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.banner-swiper .swiper-pagination {
}
.banner-swiper .swiper-pagination span {
    width: 60px;
    height: 8px;
    border-radius: 0 !important;
}

.banner-text-box {
    height: 100%;
}

.banner-text {
    position: absolute;
    z-index: 1;
    /*padding: 20px 120px 20px 20px;*/
    /*background: rgba(0, 0, 0, .6);*/
    left: 0;
    transform: translateX(0%) translateY(-50%);
    top: 50%;
    color: #FFFFFF;
}

.banner-text2 {
    left: 50%;
    transform: translateX(-50%);
    top: 140px;
    text-align: center;
    background: none;
    padding: 0;
    color: #434343;
}

.banner-text div {
    display: block;
    font-size: 24px;
    font-weight: bold;
}

.banner-text p {
    font-size: 16px;
}

.swiper-pagination-bullet:only-child {
    display: block !important;
}

.swiper-button-next, .swiper-button-prev {
    color: rgba(0, 0, 0, .6);
}

.swiper-pagination-bullet-active {
    background: rgba(0, 0, 0, .6);
}

footer {
    background: #e6e6e6;
    width: 100%;
    height: auto;
    padding: 30px 0;
    color: #808080;
}

.footer-left {}

.footer-left .footer-logo {
    width: 80%;
    filter: grayscale(100%);
}

.footer-left .footer-logo img {
    width: 100%;
    height: auto;
}

.footer-left .footer-company {
    line-height: 28px;
    margin-top: 36px;
}

.footer-left .footer-code {
    line-height: 32px;
    margin-top: 36px;
    width: 130px;
    text-align: center;
}

.footer-left .footer-code li:first-child {
    background: #FFFFFF;
    padding: 8px;
    border-radius: 4px;
}

.footer-left .footer-code img {
    width: 100%;
    height: auto;
}
.footer-left-nav {
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.footer-left-nav .footer-left-nav-title {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bolder;
    margin-bottom: 24px;
}
.footer-left-nav li {
    float: left;
    padding: 12px 0;
}
.footer-left-nav li:first-child a {
    padding-left: 0;
}
.footer-left-nav li:last-child a {
    border-right: none;
}
.footer-left-nav li a {
    font-size: 14px;
    line-height: 1.2;
    color: #808080;
    padding: 0px 12px;
    border-right: 1px solid #999999;
}

.footer-left-nav .layui-input, .footer-left-nav  .layui-textarea {
    color: #FFFFFF;
    background: rgba(255,255,255,0.1);
}

.footer-nav {

}

.footer-nav > div {
    line-height: 1.6;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
}
.footer-nav > div li {
    padding-left: 3px;
}

.footer-nav > div a {
    font-size: 16px;
    color: #000000 !important;
    display: block;
}

.footer-nav  > div a:hover {
    color: #FFFFFF;
}

.footer-nav  > div.footer-nav-title {
    color: #000000 !important;
    font-size: 24px;
    font-weight: bolder;
    margin-bottom: 24px;
    display: block;
}
.contact-box {
    display: inline-block;
    text-align: left;
    margin: 30px auto;
}
.contact-box, .contact-box div, .contact-box a, .contact-box li {
    font-size: 16px;
    color: #666666 !important;
}

.footer-CopyRight {
    width: 100%;
    text-align: left;
    line-height: 1.8;
}

.footer-share {

}

.footer-share a {
    color: #666666;
}

.footer-share i {
    font-size: 24px;
    margin: 15px 5px;
}

.big-title2 {
    position: relative;
    text-align: center;
    padding: 100px 0 50px;
}

.big-title2 .big-en {
    /*font-family: "Arial Black";*/
    margin: 3rem 0% 0rem 0%;
    font-size: 36px;
    font-weight: bold;
    line-height: 140%;
    color: rgb(40, 42, 53);
    text-align: center;
    /*letter-spacing: -2px;*/
    text-transform: capitalize;
}

.big-title2 .big-cn {
    font-weight: normal;
    font-size: 16px;
    font-family: Arial;
    line-height: 170%;
    color: rgb(135, 135, 135);
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.big-title2 > span {
    width: 60px;
    line-height: 1;
    font-size: 1px;
    height: 4px;
    display: inline-block;
    background: #e6e6e6;
}

.big-title {
    position: relative;
    padding: 100px 0 50px;
    margin-bottom: 30px;
}

.big-title .big-en {
    color: #333333;
    font-size: 44px;
    line-height: 50px;
    font-weight: bold;
}

.big-title .big-cn {
    color: #0868AC;
    font-size: 30px;
    line-height: 50px;
    display: block;
}

.big-title .big-cn span {
    position: absolute;
    z-index: 1;
    bottom: 70px;
    display: block;
    background: #DBDBDB;
    height: 1px;
    width: calc(100% - 400px);
    margin-left: 400px;
}

.big-title.big-title-white {

}

.big-title.big-title-white .big-en {
    color: #FFFFFF;
}

.big-title.big-title-white .big-cn {
    color: #FFFFFF;
}
.page-title {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
    padding: 40px 0;
}
.index_product {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background-color: #31394a;
}

.index_product .index_product-bg {
    position: absolute;
    z-index: 0;
    /*background-image: url("../images/index_product.jpg");*/
    background-image: url("../images/bg9.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    opacity: .2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.index_product .index_product-item {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #FFFFFF;
}
.index_product .index_product-item .index_product-image {
}

.index_product .index_product-item .index_product-image img {
    width: 100%;
    height: auto;
}
.index_product .index_product-item:hover .index_product-image img {
    transform: scale(1.1);
}

.index_product .index_product-item .index_product-title {
    position: relative;
    padding: 15px 10px;
}

.index_product .index_product-item .index_product-title a {
    font-family: "rohnrounded-heavyuploadedfile";
    color: #4c4c4c;
    display: block;
    padding-right: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 24px;
    height: 24px;
}

.index_product .index_product-item .index_product-title i {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.category-banner {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 30px auto 20px;
}
.category-banner img {
    width: 100%;
    height: auto;
}

.product-category {
    margin: 80px 0;
}
.product-category .product-category-item {}
.product-category .product-category-item:hover img {
    transform: scale(1.1);
}
.product-category .product-category-item .product-category-image {
    overflow: hidden;
}
.product-category .product-category-item .product-category-image img {
    width: 100%;
}
.product-category .product-category-item .product-category-title {
    font-size: 14px;
    font-weight: bolder;
    margin-top: 10px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0 20px;
}
.product-category .product-category-item .product-category-list {
    margin-top: 0px;
    min-height: 160px;
    padding: 0 20px;
}
.product-category .product-category-item .product-category-list li {
    padding-left: 5px;
    margin: 4px 0;
}
.product-category .product-category-item .product-category-list li a {
    line-height: 1.4;
}
.product-list {
    position: relative;
    margin-top: 30px;
    padding-bottom: 80px;
}

.product-list .product-item {
    background: #F0F0F0;
    padding: 10px;
    color: #333333;
}

.product-list .product-item2 {
    background: #FFFFFF;
    padding: 10px;
    color: #333333;
}

.product-list .product-item2-left .product-image {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.product-list .product-item2-left .product-image img {
    width: 100%;
    height: auto;
}
.product-list .product-item2-right .product-title {
    font-size: 16px;
    font-weight: 600;
    /*line-height: 24px;*/
    /*height: 48px;*/
    margin-top: 10px;
    text-align: left;
    word-break: inherit !important;
}
.product-list .product-item2-right .product-desc {
    font-size: 14px;
    line-height: 24px;
    /*height: 120px;*/
    height: auto;
    overflow: hidden;
    margin-top: 10px;
    text-align: left;
    word-break: inherit !important;
}

.product-list > div > div {
    margin-bottom: 0px;
}

.product-list .product-item:hover {
    background:#0868AC;
    color: #FFFFFF;
}

.product-list .product-item:hover a {
    color: #FFFFFF;
}

.product-list .product-item .product-image {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.product-list .product-item .product-image img {
    width: 100%;
    height: auto;
}
.product-list .product-item:hover .product-image img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.product-list .product-item .product-title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 25px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-list .product-item .product-desc {
    font-size: 14px;
    overflow: hidden;
    margin-top: 15px;
    line-height: 20px;
    height: 40px;
}
.category-box {
    margin:60px auto 40px;
}
.category-left-title {
    background: #2b5fa1;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-bottom: 3px solid #014099;
    font-size: 32px;
    color: #fff;
    font-weight: bold;
}
.category-list-title {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #2b5fa1;
    padding-bottom: 15px;
}

.btn-more {
    display: inline-block;
    width: 52px;
    height: 52px;
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
}

.btn-more a {
    background: #FFFFFF;
    color: #999999;
    display: block;
    line-height: 48px;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    border: 2px solid #F0F0F0;
}

.product-list .product-item:hover .btn-more a {
    background: #0868AC;
    color: #FFFFFF;
    border: 2px solid #0868AC;
}

.advantage {
    background-image: url("../images/bg@2x.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 90px;
}

.advantage .advantage-item {
    background-color: rgba(11, 52, 85, 0.66);
    height: auto;
    overflow: hidden;
    padding: 30px;
}

.advantage .advantage-item .advantage-image {
    width: 94px;
    height: 94px;
    overflow: hidden;
    border-radius: 50%;
    background-color: rgba(42, 88, 126, 1);
    text-align: center;
}

.advantage .advantage-item .advantage-image img {
    width: 40px;
    height: auto;
    margin-top: 24px;
}

.advantage .advantage-item .advantage-text {
    margin-left: 16px;
    color: #FFFFFF;
    width: calc(100% - 120px);
}

.advantage .advantage-item .advantage-text li {
    font-size: 12px;
    line-height: 1.4;
    margin-top: 10px;
}

.advantage .advantage-item .advantage-text li:first-child {
    font-size: 20px;
    line-height: 2;
}

.application {
    background: rgba(240, 240, 240, 1);
    padding-bottom: 90px;
    position: relative;
}

.application-item {
    background: #FFFFFF;
    overflow: hidden;
}

.application-item li {
}

.application-item img {
    margin-top: 30px;
    width: 100%;
}

.application-item:hover img {
    transform: scale(1.05);
}

.application-item .application-text {
    color: #333333;
    text-align: center;
    line-height: 36px;
    height: 72px;
    font-size: 16px;
    padding:20px 0 10px;
}

.application-button {
    position: absolute;
    top: 45%;
    margin-top: 100px;
    width: 40px;
    height: 80px;
    border-radius: 13px;
    background: #0868AC;
    text-align: center;
    padding-top: 30px;
    color: #FFFFFF;
    cursor: pointer;
}

.swiper-box-layer {
    padding: 0 50px;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.swiper-box {
    position: relative;
}

.swiper-box-item {
    background: #FFFFFF;
    overflow: hidden;
}

.swiper-box-item li {
}

.swiper-box-item .swiper-box-image {
    border: 1px solid #dedede;
}

.swiper-box-item img {
    margin-top: 30px;
    width: 100%;
}

.swiper-box-item:hover  .swiper-box-image {
    border: 1px solid #0868AC;
}
.swiper-box-item:hover img {
    /*transform: scale(1.1);*/
}

.swiper-box-item .swiper-box-text {
    color: #333333;
    text-align: center;
    line-height: 1.2;
    font-size: 18px;
    padding: 30px 0 10px;
}

.swiper-box-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 80px;
    border-radius: 13px;
    background: #0868AC;
    text-align: center;
    padding-top: 30px;
    color: #FFFFFF;
    cursor: pointer;
    z-index: 1;
    left: 0;
}
.swiper-box-button.swiper-box-button-next {
    right: 0;
    left: initial;
}

#echartsMap {
    width: 1200px;
    height: 800px;
    margin: 0 auto;
}

.new-product {
    margin: 50px 0;
}

.new-product .new-product-item {
    width: 100%;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 10px 0px #ccc;
}

.new-product img {
    width: 100%;
}

.new-product .new-product-content {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, .6);
    text-align: center;
    z-index: 2;
    padding: 20px 0;
}

.new-product .new-product-content a {
    color: #FFFFFF;
    font-size: 24px;
}

.new-product .new-product-item:hover .new-product-content {
    background: none;
}
.new-product .new-product-item .new-product-content-p {
    display: none;
    text-align: center;
    font-size: 18px;
    color: #F5F5F5;
    margin-top: 20px;
}

.new-product .new-product-item:hover .new-product-content-p {
    display: block;
}

.new-product .new-product-item .new-product-content-bg {
    z-index: 1;
    top: 0;
    left: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
}

.new-product .new-product-item:hover .new-product-content-bg {
    transform: scale(1);
    -webkit-transform: scale(1);
}
.new-product .new-product-item:hover > img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.worldmap {
    background-color: #101724;
    width: 100%;
    height: auto;

    overflow: hidden;
}

.application-swiper {
    padding-bottom: 100px;
}

.application-button-next {
    right: -50px;
    left: auto;
}

.application-button-prev {
    left: -50px;
    right: auto;
}

.indexLayer {
    padding: 80px 0;
}

.indexLayer .aboutUs-image {
    width: 100%;
}

.indexLayer .aboutUs-item {
    width: 100%;
    box-shadow: 0px 4px 18px 0px #E0E0E0;
    padding: 30px 40px;
    height: auto;
    margin-top: 20px;
}

.indexLayer .aboutUs-item .aboutUs-title {
    font-size: 36px;
    color: #0868AC;
    font-weight: bold;
}

.indexLayer .aboutUs-item .aboutUs-desc {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.btn-more2 {
    width: 120px;
    height: 44px;
    padding-left: 14px;
    background: #363E45;
    clear: both;
    position: relative;
}

.btn-more2 a {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 44px;
}

.btn-more2 span {
    width: 60px;
    height: 44px;
    float: right;
    text-align: right;
    border-top: 44px solid #0868AC;
    border-left: 44px solid transparent;
}

.btn-more2 span img {
    width: 20px;
    height: 12px;
    vertical-align: middle;
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.big-title .btn-more2 {
    float: right;
    margin-top: -45px;
    z-index: 3;
}


.page-top {
    height: 400px;
    position: relative;
    background-color: #31394a;
}

.page-top .page-top-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 400px;
    opacity: 0.3;
    background-attachment: fixed;
}
.big-title3 {
    position: absolute;
    left: 0;
    top: 30%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
}
.big-title3 .big-en {
    letter-spacing: -1px;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
}
.big-title3 .big-cn {
    width: 80%;
    max-width: 900px;
    margin: 20px auto;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.2;
}



.cateNav {
    margin-bottom: 40px;
}

.cateNav .cateNav-item {
}

.cateNav .cateNav-item a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    height: 80px;
    line-height: 80px;
    border: 1px solid #DBDBDB;
    color: #333333;
}

.cateNav .cateNav-item a:hover {
    background: #025d9b;
    color: #FFFFFF;
}

.index-news {
    margin: 60px auto 100px;
    display: flex;
    align-items: stretch;
}
.index-news .index-news-item {
    width: 100%;
    height: 100%;
    min-height: 160px;
    box-shadow: 1px 1px 4px 1px rgb(204,204,204);
    padding: 40px 20px 60px;
    color: #777;
    position: relative;
}
.index-news .index-news-item:hover {
    background: #75b8ff;
}
.index-news .index-news-item .index-news-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
}
.index-news .index-news-item:hover, .index-news .index-news-item:hover a, .index-news .index-news-item:hover .index-news-title a, .index-news .index-news-item:hover .index-news-date, .index-news .index-news-item:hover .index-news-more {
    color: #FFFFFF;
    transition: all 0s !important;
}
.index-news .index-news-item .index-news-title a {
    color: #333;
}
.index-news .index-news-item .index-news-date {
    margin-top: 10px;
    color: #999999;
}
.index-news .index-news-item .index-news-content {
    margin-top: 15px;
}
.index-news .index-news-item .index-news-more {
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 16px;
    font-weight: bold;
    display: block;
    padding: 15px 30px;
}
.index-news .index-news-item:hover .index-news-more {
    background: #2C7EEA;
}
.index-news .index-news-item .index-news-more i {
    margin-left: 15px;
    transition: all 0s !important;
}

.about-box {
    position: relative;
    /*margin-top: -300px;*/
    background-color: #FFFFFF;
    /*box-shadow: 1px 2px 4px 2px #cccccc;*/
    border-radius: 20px;
    padding: 60px 40px;
    margin-bottom: 80px;
}

.about-content {
    margin-bottom: 10px;
}

.about-content .about-title {
    color: #0868AC;
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: bolder;
}

.about-content p {
    color: #333333;
    font-size: 16px;
    line-height: 1.6;
    text-indent: 2em;
    margin-bottom: 20px;
}

.about-content-box {
    margin: 50px 0 0;
    /*display: flex;*/
    background: #f8f8f8;
}
.about-content-box > div {
    align-items: stretch;
}
.about-content-box .about-content-box-item {
    text-align: center;
    /*border-right: 1px #e1e1e1 solid;*/
    padding: 20px 0;
    height: 100%;
}
.about-content-box > div:last-child .about-content-box-item {
    border-right: none;
}
.about-content-box .about-content-box-item > div {
}
.about-content-box .about-content-box-item > div:first-child {
}
.about-content-box .about-content-box-item img {
    width: auto;
    height: 60px;
}
.about-content-box .about-content-box-item > div:nth-child(2) {
    color: #282a36;
    font-size: 24px;
    font-weight: bolder;
    margin-top: 30px;
}
.about-content-box .about-content-box-item > div:nth-child(3) {
    color: #777;
    font-size: 14px;
    max-width: 320px;
    margin: 20px auto;
}

.about-content .about-image {}

.about-content .about-image img {
    width: 100%;
}

.about-time {
    width: 80%;
    max-width: 400px;
    margin: 70px auto 100px;
}
.about-time .layui-timeline-axis {
    color: #165588;
    font-size: 24px;
}
.about-time .about-time-icon {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-50%);
    margin-top: 30px;
    font-size: 18px;
    font-weight: bolder;
    color: #165588;
}
.about-time .layui-timeline-item {
    padding-bottom: 60px;
}
.about-time .layui-timeline-item:before {
    width: 3px;
    height: calc(100% - 70px);
    margin-top: 70px;
}

.about-time .layui-timeline-title {
    padding-left: 50px;
    font-size: 16px;
    line-height: 1.4;
}

.about-time .layui-timeline-title li {
    margin-bottom: 10px;
}

.news-list {
    margin-bottom: 75px;
    margin-top: 40px;
}

.news-list .news-item {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 40px 0;
    border-bottom: 1px solid #DBDBDB;
}

.news-list .news-image-box {
    overflow: hidden;
    padding:0px 15px;
}
.news-list .news-image {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.news-list .news-image img {
    width: 100%;
    height: auto;
}
.news-image img:hover {
    transform: scale(1.1);
}

.news-list .news-right {
    position: relative;
    min-height: 180px;
    padding-bottom: 100px;
    height: auto;
    overflow: hidden;
}

.news-list .news-right > div {
    width: 100%;
}

.news-list .news-item:hover {
    background-color: rgb(159 197 232 / 60%);
}
.news-list .news-item:hover .news-title {
    color: #0868AC;
}
.news-list .news-title {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 24px;
}

.news-list .news-desc {
    font-size: 16px;
    color: #999999;
    line-height: 24px;
}

.news-list .news-btn {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    position: absolute;
    bottom: 0;
}

.news-list .news-btn span {
    display: inline-block;
    margin-right: 15px;
}
.news-list .news-btn span i {
    margin-right: 3px;
}

.page-btn {
    margin-bottom: 75px;
    text-align: center;
}

.page-btn a,.pagination li span {
    font-size: 14px;
    color: #333333;
    background: #FFFFFF;
    display: block;
    padding: 6px 12px;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
}
.pagination li.disabled span,.pagination li.active span {
    background: #F5F5F5;
}
.pagination li {
    display: inline-block;
    margin: 0 6px;
}
.news-detail {
    padding: 3%;
    /*background-color: #f5f5f5;*/
    /*box-shadow: 1px 2px 4px 2px rgb(204 204 204);*/
    width: 99%;
    height: auto;
    overflow: hidden;
    margin: 30px auto;
}
.news-detail .news-detail-title {
    width: 100%;
    max-width: 800px;
    text-align: center;
    font-size: 32px;
    color: #222222;
    font-weight: bold;
    margin:0 auto 50px auto;
    line-height: 1.2;
}
.news-detail .news-detail-image {
    text-align: center;
}
.news-detail .news-detail-content {
    margin-bottom: 100px;
    line-height: 1.4;
    font-size: 16px;
}
.news-detail .news-detail-content p {
    margin: 10px 0 15px;
}
.news-detail .news-detail-content h4 {
    font-size: 16px;
    font-weight: 600;
}
.news-detail .news-detail-content h2 {
    font-size: 18px;
}
.news-detail .news-detail-content ul {
    margin: 10px 0 15px;
    padding-left: 10px;
}
.news-detail .news-detail-content  li {
    margin-bottom: 5px;
}

.page-btn a.page-current, .page-btn a:hover {
    background: #0868AC;
    color: #FFFFFF !important;
}

.download-content {
    background-image: url("../images/download_bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    color: #FFFFFF;
    padding: 80px 0;
    margin: 50px auto;
}
.download-content .download-content-title {
    font-size: 36px;
    font-weight: bolder;
}
.download-content .download-content-text {
    margin-top: 30px;
    line-height: 1.2;
    font-size: 18px;
}
.download-list {
    margin: 60px auto 180px;
    text-align: center;
}
.download-list .download-item {
    background: #f7f7f7;
    width: 100%;
    padding: 10px 20px 0;
    margin-bottom: 10px;
    height: auto;
    overflow: hidden;
}
.download-list .download-title {
    font-size: 16px;
    text-align: left;
    padding: 10px 0;
    line-height: 1.2;
    margin: 15px 0;
}
.download-list .download-btn {}
.download-list .download-btn a {
    font-size: 32px;
    font-weight: bolder;
    background: #165588;
    color: #FFFFFF;
    display: inline-block;
    border-radius: 10px;
    padding: 20px 40px;
}
.download-list .download-btn a:hover {
    color: #FFFFFF;
    /*-webkit-animation-name: fadeInDown;*/
    /*animation-name: fadeInDown;*/
    /*-webkit-animation-duration: .8s;*/
    /*animation-duration: .8s;*/
    /*-webkit-animation-fill-mode: both;*/
    /*animation-fill-mode: both;*/
}
.page-content {
    margin: 150px auto;
    text-align: center;
}
.page-content .page-content-title {
    font-size: 48px;
    font-weight: bolder;
    color: #282a36;
}
.page-content .page-content-content {
    color: #999999;
    font-size: 16px;
    line-height: 1.4;
    width: 80%;
    margin: 20px auto;
    word-wrap: break-word;
}
.contact-btn {
    margin: 100px auto 50px;
}
.contact-btn .contact-btn-item {
    text-align: center;
}
.contact-btn .contact-btn-item .contact-btn-icon {
    position: relative;
    display: inline-block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #004981;
    text-align: center;
    z-index: 2;
}
.contact-btn .contact-btn-item .contact-btn-icon i {
    color: #FFFFFF;
    font-size: 24px;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
}
.contact-btn .contact-btn-item .contact-btn-text {
    background: #f5f5f5;
    height: 240px;
    position: relative;
    margin-top: -40px;
}
.contact-btn .contact-btn-item .contact-btn-text .contact-btn-title {
    font-size: 32px;
    font-weight: bold;
    color: #000000;
    padding-top: 50px;
}
.contact-btn .contact-btn-item .contact-btn-text .contact-btn-p,.contact-btn .contact-btn-item .contact-btn-text .contact-btn-p a {
    font-size: 16px;
    color: #999999;
    padding: 20px;
}

.product-detail {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 80px 10px;
}

.product-detail-images .swiper {
    width: 100%;
    height: 100%;
}

.product-detail-images .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.product-detail-images .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.product-detail-images .swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.product-detail-images .swiper-slide {
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

.product-detail-images .product-images-box {
    padding: 0 40px;
    position: relative;
}
.product-detail-images .product-images-swiper {
    width: 100%;
}

.product-detail-images .product-images-swiper-thumb {
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #c9c9c9;
}

.product-detail-images .product-images-swiper-thumb .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 1;
}

.product-detail-images .product-images-swiper-thumb .swiper-slide-thumb-active {
}

.product-detail-images .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-detail-images .product-images-swiper .swiper-slide img {
    opacity: .5;
}

.product-detail-images .product-images-swiper  .swiper-slide-thumb-active img {
    opacity: 1;
}

.layui-layer-dialog *, .layui-layer-dialog,.layui-layer-content,.layui-layer-content * {
    transition: all 0s !important;
    -webkit-transition: all 0s !important;
}

.product-detail-info {

}
.product-detail-info .product-detail-title {
    font-size: 28px;
    font-weight: bold;
    color: #333333;
}
.product-detail-info .product-detail-model {
    font-size: 20px;
    font-weight: bold;
    color: #444444;
    padding: 10px;
    background: #e5e5e5;
    margin: 20px 0;
}
.product-detail-info .product-detail-desc {
    margin: 25px 0;
}
.product-detail-info .product-detail-desc dt {
    font-size: 18px;
}
.product-detail-info .product-detail-desc dd {
    font-size: 16px;
    margin: 8px 0;
    padding-left: 20px;
    position: relative;
    white-space: pre-wrap;
    word-break: break-all !important;
}
.product-detail-info .product-detail-desc dd:before {
    /*content: "\e623";*/
    /*font-family: layui-icon!important;*/
    /*padding-right: 10px;*/
    position: absolute;
    left: 5px;
    content: "●";
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #165588;
}
.product-btn {
    margin-top: 20px;
}
.product-btn .layui-btn {
    font-size: 16px;
    border-radius: 10px !important;
    width: 180px;
    margin-right: 20px !important;
    height: 48px;
    line-height: 48px;
    background-color: #165588;
}
.product-btn .layui-btn i {
    margin-right: 5px !important;
    font-size: 18px;
}
.product-btn .layui-btn:last-child {
    margin-right: 0;
}
.product-detail-bottom {
    margin-top: 50px;
}
.product-detail-bottom img {
    width: auto;
    height: auto;
    max-width: 100%;
    text-align: left;
}

.product-box {
    margin: 80px 0 0;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.product-box dt {
    font-size: 24px;
    font-weight: bold;
    color: #165588;
    border-left: 15px solid #a1c4e6;
    background-color: #eeeeee;
    padding: 5px 10px;
    margin: 40px 0 30px;
}
.product-box dd {
    font-size: 18px;font-weight: bold;
    margin: 20px 0 10px;
    padding-left: 10px;
}
.product-box dd:before {
    content: "\e623";
    font-family: layui-icon!important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 10px;
    color: #165588;
}
.product-box p {
    line-height: 1.2;
    font-size: 16px;
    margin: 8px 0;
}
.product-content  {
    padding: 20px 0;
}

.product-content table  {
    margin-bottom: 30px;
    width: 100% !important;
    max-width: 100% !important;
    border-collapse: collapse !important;
}

.product-content table.w-auto,.product-content table.w-auto tr,.product-content table.w-auto  td {
    width: auto !important;
}

.product-content table tr {
    background: #ffffff;
}
.product-content table tr:first-child td {
    height: 60px !important;
}
.product-content table tr:nth-child(2n-1) ,.product-content table tr:nth-child(2n-1) td {
    background: #e4e4e6;
}
.product-content table tr:first-child,.product-content table tr:first-child td {
    background: #0867ac;
    color: #FFFFFF;
}

.product-content table td {
    font-size: 16px;
    color: #333333;
    min-height: 60px;
    padding: 10px;
    border: 1px #d5d5d5 solid;
    border-collapse: collapse !important;
    text-align: center;
    width: 100px !important;
}

.product-content img {
    max-width: 100%;
}

.cate_goods_list {
    margin-top: 40px;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    padding: 30px 0;
    box-sizing: border-box;
}
.cate_goods_list a {
    font-size: 16px;
    color: #333333;
    padding: 15px 30px;
    border: 1px solid #cccccc;
    background: #FFFFFF;
    margin: 10px 15px;
    display: inline-block;
}

.cate_goods_list a.active, .cate_goods_list a:hover {
    color: #FFFFFF !important;
    border: 1px solid #0867ac;
    background: #0867ac;
}

.message {
    margin: 50px auto 200px;
    box-shadow: 0px 0px 24px 5px rgb(217 217 217 / 74%);
    padding: 80px 60px;
}
.message .message-title {
    font-size: 36px;
    font-weight: bold;
    color: #000000;
    text-align: center;
}
.message .message-desc {
    font-size: 16px;
    color: #999999;
    text-align: center;
    width:80%;
    margin: 20px auto 100px;
}
.message .message-form {
    font-size: 16px;
}
.message .message-form .layui-form-title {
    font-weight: bold;
    margin-bottom: 10px;
}
.message .message-form .layui-form-item {}
.message .message-form .layui-form-item .layui-btn {
    background: #165588;
}
.message .message-form .layui-form-item .layui-btn-primary {
    background: none;
}
.one-menu {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.one-menu .one-menu-ul {
}
.one-menu .one-menu-ul .one-menu-li {
    display: block;
    padding-left: 0px;
    line-height: 48px;
    font-size: 16px;
    color: #4a4a4a;
}
.one-menu .one-menu-ul .one-menu-li .one-menu-title {
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #dadada;
}
.one-menu .one-menu-ul .one-menu-li .one-menu-title a {
    display: block;
    padding-left: 20px;
    line-height: 48px;
    font-size: 16px;
    color: #4a4a4a;
    padding-right: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}
.one-menu .one-menu-ul .one-menu-li .one-menu-title i {
    position: absolute;
    width: 40px;
    height: 48px;
    right: 0;
    top: 0;
}
.one-menu .one-menu-ul .one-menu-li.hover .two-menu-ul {
    display: block;
}
.one-menu .one-menu-ul .one-menu-li .one-menu-title a:hover,.one-menu .one-menu-ul .one-menu-li .one-menu-title a.hover {
    color: #2b5fa1;
}
.one-menu .two-menu-ul {
    display: none;
}
.one-menu .two-menu-li {

}
.one-menu .two-menu-title {

}
.one-menu .two-menu-title a {
    display: block;
    line-height: 50px;
    font-size: 14px;
    color: #808080;
    padding-left: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
.one-menu .two-menu-title a[hover]:hover,.one-menu .two-menu-title a[hover].hover {
    color: #2b5fa1;
}
.one-menu .two-menu-title a:before {
}
.one-menu .two-menu-title a[hover]:hover:before,.one-menu .two-menu-title a[hover].hover:before {
    position: absolute;
    content: "\e623";
    font-family: layui-icon!important;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #165588;
    left: 30px;
}
.one-menu .three-menu-ul {
}
.one-menu .three-menu-ul li {

}
.one-menu .three-menu-ul li a {
    display: block;
    line-height: 32px;
    font-size: 13px;
    color: #808080;
    padding-left: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
.one-menu .three-menu-ul li a:hover,.one-menu .three-menu-ul li a.hover {
    color: #2b5fa1;
}
.one-menu .three-menu-ul li a:before {
}
.one-menu .three-menu-ul li a:hover:before,.one-menu .three-menu-ul li a.hover:before {
    position: absolute;
    content: "\e623";
    font-family: layui-icon!important;
    font-size: 13px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #165588;
    left: 40px;
}
.page-position {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 1.4;
    padding: 25px 0;
    border-bottom: 1px solid #ebebeb;
    font-size: 16px;
}
.page-position i {
    margin: 0 4px;
}
.page-position:before  {
    font-size: 16px;
    content: "\e3af";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    margin-right: 10px;
}
.about-item-title {
    font-size: 16px;
    color: #111111;
    line-height: 24px;
}
.about-item-box {
    padding: 15px;
}
.about-item-box .about-item-div {
    display: flex;
    align-items: center;
    justify-items: flex-start;
    justify-content: flex-start;
    margin-top: 15px;
}
.about-item-box .about-item-div li {
    font-size: 16px;
    color: #333333;
}
.about-item-box .about-item-div .about-item-icon {}
.about-item-box .about-item-div .about-item-icon img {
    width: 24px;
}
.about-item-box .about-item-div .about-item-text {
    margin-left: 10px;
}

@media screen and (max-width: 767.99px) {


    .head-nav-box .header-right {
        margin-top: 30px;
    }

    .head-nav {
        display: none;
    }
    .index-news {
        flex-flow: column;
    }
    .head-nav-box.head-nav-box-show .head-nav {
        width: 80%;
    }
    .product-btn .layui-btn {
        font-size: 14px;
    }
    .download-list .download-btn a {
        font-size: 24px;
    }

}
@media screen and (min-width: 768px) {


    .head-nav-box .header-right {
        margin-top: 30px;
    }

    .head-nav {
        display: none;
    }
}
@media screen and (min-width: 992px) {


    .head-nav-box .header-right {
        margin-top: 0px;
    }
    .head-nav {
        display: inline-block;
    }
    .head-nav ul li {
        min-width: inherit;
    }
    .head-nav ul li a {
        padding: 0 10px;
    }
}
@media screen and (min-width: 1200px) {
    .head-nav ul li {
        min-width: 120px;
    }
    .head-nav ul li a {
        padding: 0 25px;
    }
    .language-set-long {
        top: -25px;
    }
}
@media screen and (min-width: 1400px) {

}

.abIdx_title { width: 100%; text-align: center; padding: 0 3%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; margin-bottom: 30px; }
.abIdx_title p { font-size: 48px; background: linear-gradient(to top, #fff, #a5adb7); display: inline-block; -webkit-background-clip: text; color: transparent; opacity: 0.5; font-weight:500; text-transform:uppercase;  }
.abIdx_title b { display: block; font-size: 40px; color: #333; }
.abIdx_title span { color: #999; font-size: 18px; display: block; margin-top: 10px; }

    .ab_idxCase { position: relative; padding: 60px 0 0; }
.ab_idxCase .h_pros { width: 100%; }
.ab_idxCase .h_pros_list { width: 100%; height: 740px; background: rgba(255,255,255,0); padding: 0; box-shadow: 0 10px 20px rgba(0,0,0,0); box-sizing: border-box; position: relative; z-index: 1; transition: all 1s;}
.active .ab_idxCase .h_pros_list { -webkit-transform: scale(1, 1); transform: scale(1, 1); }
.ab_idxCase .h_pros_list ul { height: 100%; }
.ab_idxCase .h_pros_list ul li { width: 20%; height: 100%; overflow: hidden; margin: 0; padding: 0; background-color: rgba(0,0,0,0.2); box-sizing: border-box; float: left; position: relative; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s; overflow: hidden; }
.ab_idxCase .h_pros_list ul li.h_pros_active, .ab_idxCase .h_pros_list ul li:hover { width: 20%; }
.ab_idxCase .h_pros_list ul li img.pro_img { display: block; width: 100%; height: 100%; object-fit: cover; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.ab_idxCase .h_pros_list ul li .h_pros_text01 { display: block; width: 100%; height: 100%; overflow: hidden; color: #fff; margin: 0 auto; padding: 60px 40px; background-color: rgba(0,0,0,0.5); position: relative; z-index: 1; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s; box-sizing: border-box; }
.ab_idxCase .h_pros_list ul li.h_pros_active .h_pros_text01, .ab_idxCase .h_pros_list ul li:hover .h_pros_text01 { background-color: rgba(0,0,0,0); }
.ab_idxCase .h_pros_list ul li .h_pros_text01 p { display: block; width: 100%; overflow: hidden; color: #fff; font-size: 26px; font-weight: bold; margin: 0 auto; padding: 0; text-shadow: 0 2px 4px rgba(0,0,0,0.1); -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s; position: absolute; bottom: 90px; }
.ab_idxCase .h_pros_list ul li .h_pros_text01 p a{ color:#fff;}
.ab_idxCase .h_pros_list ul li .h_pros_text01 span { display: block; font-size: 16px; overflow: hidden; line-height: 28px; color: #fff; word-wrap: break-word; text-shadow: 0 2px 4px rgba(0,0,0,0.1); padding: 0; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s; position: absolute; bottom: 60px; text-transform: uppercase; height: 30px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.ab_idxCase .h_pros_list ul li .h_pros_text01 i { display: block; width: 80%; background: #fff; height: 1px; position: absolute; bottom: 40px; }
.ab_idxCase .h_pros_list ul li.h_pros_active .h_pros_text02 { display: none; }
.ab_idxCase .h_pros_list ul li.h_pros_active .h_pros_text02, .ab_idxCase .h_pros_list ul li:hover .h_pros_text02 { display: block; }
.ab_idxCase .h_pros_list ul li.h_pros_active .h_pros_text01, .ab_idxCase .h_pros_list ul li:hover .h_pros_text01 { display: none; }
.ab_idxCase .h_pros_list ul li .h_pros_text02 { display: block; width: 100%; height: 100%; overflow: hidden; color: #fff; margin: 0 auto; padding: 60px 40px; background-color: rgba(0,0,0,0.3); position: relative; z-index: 1; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s; box-sizing: border-box; }
.ab_idxCase .h_pros_list ul li .h_pros_text02 .pros_ico { margin-top: 150px; }
.ab_idxCase .h_pros_list ul li .h_pros_text02 span { display: block; font-size: 24px; font-weight: bold; margin: 20px 0 15px; height: 30px; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.ab_idxCase .h_pros_list ul li .h_pros_text02 b { font-size: 30px; }
.ab_idxCase .h_pros_list ul li .h_pros_text02 b a{ color:#fff;}
.ab_idxCase .h_pros_list ul li .h_pros_text02 p { font-size: 16px; line-height: 29px; margin-top: 20px; }
.ab_idxCase .swiper-container3 { display: none; width: 100%; height: 100%; overflow: hidden; margin: 0 auto; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
 @media screen and (max-width:1899px) and (min-width:1200px) {
.ab_idxCase #test { display: none; }
.ab_idxCase .swiper-container3 { display: block; }
.ab_idxCase .h_pros_list ul li .h_pros_text02 { display: none; }
.ab_idxCase .h_pros_list ul li { height: 600px; }
.ab_idxCase .h_pros_list ul li .h_pros_text02 .pros_ico { margin-top: 50px; }
}
 @media screen and (max-width:1199px) and (min-width:1080px) {
.ab_idxCase #test { display: none; }
.ab_idxCase .swiper-container3 { display: block; }
.ab_idxCase .h_pros_list ul li .h_pros_text02 { display: none; }
.ab_idxCase .h_pros_list ul li { height: 600px; }
.ab_idxCase .h_pros_list ul li .h_pros_text02 .pros_ico { margin-top: 50px; }
}
@media screen and (max-width:1079px) and (min-width:1024px) {
.ab_idxCase #test { display: none; }
.ab_idxCase .swiper-container3 { display: block; }
.ab_idxCase .h_pros_list ul li .h_pros_text02 { display: none; }
.ab_idxCase .h_pros_list ul li { height: 500px; }
.ab_idxCase .h_pros_list ul li .h_pros_text02 .pros_ico { margin-top: 20px; }
}
@media screen and (max-width:1023px) and (min-width:768px) {
.ab_idxCase { padding: 40px 0 0; }
.ab_idxCase #test { display: none; }
.ab_idxCase .swiper-container3 { display: block; }
.ab_idxCase .h_pros_list ul li .h_pros_text02 { display: none; }
.ab_idxCase .h_pros_list ul li { height: 500px; }
.ab_idxCase .h_pros_list ul li .h_pros_text02 .pros_ico { margin-top: 20px; }
}
@media (max-width: 767px) {
.ab_idxCase { padding: 40px 0 0; }
.ab_idxCase #test { display: none; }
.ab_idxCase .swiper-container3 { display: block; }
.ab_idxCase .h_pros_list ul li .h_pros_text02 { display: none; }
.ab_idxCase .h_pros_list ul li { height: 500px; }
.ab_idxCase .h_pros_list ul li .h_pros_text02 .pros_ico { margin-top: 20px; }
}