* {
    font-size: 14px;
    padding: 0;
    margin: 0;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    color: #000;
}

a:hover {
    text-decoration: unset;
    color: #000;
}

.left {
    float: left;
}

.right {
    float: right;
}

.hidden {
    overflow: hidden;
}

.overflow-x {
    overflow-x: auto;
}

.font12 {
    font-size: 0.857rem;
}

.font16 {
    font-size: 1.14rem;
}

.font18 {
    font-size: 1.28rem;
}

.font20 {
    font-size: 1.42rem;
}

.font24 {
    font-size: 1.71rem;
}

.font30 {
    font-size: 2.14rem;
}

.text-bold {
    font-weight: bold;
}

.text-blue {
    color: #1C4885;
}

.text-red {
    color: #CC0000;
}

.text-white {
    color: #fff;
}

.bg-gray {
    background: #F5F5F5;
}

.bg-blue {
    background: #1C4885;
}

.shadow {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}

.padding-tb-xs {
    padding-top: 0.35em;
    padding-bottom: 0.35em;
}

.padding-lr-sm {
    padding-left: 0.71em;
    padding-right: 0.71em;
}

.padding {
    padding: 1.07em;
}

.padding-top {
    padding-top: 1.07em;
}

.padding-top-xl {
    padding-top: 3em;
}

.padding-bottom-xs {
    padding-bottom: 0.35em;
}

.padding-bottom {
    padding-bottom: 1.07em;
}

.padding-bottom-lg {
    padding-bottom: 2em;
}

.padding-right {
    padding-right: 1.07em;
}

.margin-top-xs {
    margin-top: 0.35em;
}

.margin-top {
    margin-top: 1.07em;
}

.margin-left-xs {
    margin-left: 0.35em;
}

.margin-left-sm {
    margin-left: 0.71em;
}

.margin-left {
    margin-left: 1.07em;
}

.border-b {
    border-bottom: #EEEEEE 1px solid;
}

.head {
    height: 4.28em;
    line-height: 4.28em;
}

.head .uk-offcanvas-bar {
    background: #fff;
    padding: 0;
    width: 21.5em;
}

.head .uk-offcanvas-close {
    color: #000;
    margin-top: 1em;
}

.head .menu {
    padding: 0;
    min-width: 10em;
}

.head .menu li {
    border-bottom: #C4C4C4 1px dashed;
    padding: 0.6em 0;
}

.head .menu li:last-child {
    border: none
}

.head .menu li a {
    line-height: 1.14em;
    font-size: 1.14rem;
    color: #999;
}

.head .menu li.uk-active a {
    color: #1C4885;
}

.head .menu .contact {
    background: #1A58BE;
    color: #fff;
    color: #fff;
    line-height: 1.71em;
    text-align: left;
}

.container {
    max-width: 69.64em;
}

.uk-container-large {
    max-width: 75em;
}

.uk-container-xlarge {
    max-width: 86.7em;
}

.about .title {
    color: #202020 !important;
}

.about .title i {
    width: 0.71em;
    height: 0.71em;
    border-radius: 50%;
    background: linear-gradient(45deg, #69e7f7, #3e71d0);
    position: relative;
    display: inline-block;
}

.about .title i::before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.more {
    color: #1A58BE;
    border: 1px solid #1A58BE;
    border-radius: 100px;
}

.about .subTitle {
    color: #909090 !important;
    padding-bottom: 0.6em;
}

.about p {
    color: #909090;
    text-indent: 2em;
    margin: 0;
}

.about .img {
    width: 14em;
    height: 9.28em;
    border: #F3F3F3 0.5em solid;
    margin-left: 0.5em;
    margin-bottom: 0;
}

.product .title {
    color: #202020;
}

.product .subTitle {
    color: #909090;
}

.product li img {
    width: 11.78em;
    height: 11.28em;
}

.product li .uk-card-body {
    background: #F3F3F3;
    padding: 0.5em;
}

.product li .uk-card-body .uk-card-title span {
    color: #202020;
    width: calc(100% - 20px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product li .uk-card-body .uk-card-title i {
    line-height: 1.07rem;
}

.product li a:hover .uk-card-body {
    background: #1C4885;
}

.product li a:hover .uk-card-body .uk-card-title span {
    color: #fff;
}

.product li a:hover .uk-card-body .uk-card-title i {
    color: #fff;
}

.product .arrowLeft,
.product .arrowRight {
    width: 2.14em;
    height: 4.5em;
    background: #8AAADD;
    display: flex;
    color: #fff;
}

.product .arrowLeft svg,
.product .arrowRight svg {
    justify-content: center;
    align-items: center;
}

.application {
    padding-bottom: 1em;
}

.application .title,
.honors .title,
.partners .title,
.aboutView .title,
.develop .title {
    color: #1C4885;
}

.application .subTitle,
.honors .subTitle,
.partners .subTitle,
.aboutView .subTitle,
.develop .subTitle {
    color: #1C4885;
}

.honors {
    padding-bottom: 6em;
}

.honors li>div {
    margin-bottom: 0.5em;
}

.honors .arrowLeft,
.honors .arrowRight {
    width: 2.14em;
    height: 2.14em;
    border-radius: 50%;
    border: #666666 1px solid;
    color: #666666;
    bottom: -5em;
}

.honors .arrowLeft {
    left: 30%
}

.honors .arrowRight {
    right: 30%;
}

.certificate {
    background: rgba(28, 73, 133, 0.9);
    color: #fff;
    font-size: 1.07rem;
    padding: 10px;
    margin: 0;
}

.partners .desc {
    color: #909090;
    text-indent: 2em;
}

.partners .uk-grid-small>.uk-grid-margin {
    margin-top: 0;
}

.partners .uk-grid+.uk-grid-small {
    margin-top: 0;
}

.partners li img {
    /* width: 11.78em;
    height: 6.5em; */
}

.partners .uk-dotnav li a {
    background-color: #EFEFEF;
    height: 0.5em;
    width: 0.5em;
    border-radius: 0;
    border: none
}

.partners .uk-dotnav li.uk-active a {
    background-color: #1C4885;
    height: 0.5em;
    width: 0.5em;
}

.footer {
    background: #1C4885;
    padding: 2em 0;
}

.footer .line {
    margin: 0.5em 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.viewMenu .uk-navbar-nav {
    gap: 1em;
}

.viewMenu ul li a {
    font-size: 0.85rem;
    min-height: 3.3em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 5.5em;
    display: inline-block;
}

.viewMenu ul li.uk-active a {
    color: #1C4885;
    font-weight: bold;
    position: relative;

}

.viewMenu ul li.uk-active a::before {
    content: "";
    width: 1.8em;
    height: 0.2em;
    position: absolute;
    bottom: 0.4em;
    background: #1C4885;
    border-radius: 100px;
}

.aboutView .about {
    padding-bottom: 2em;
}

.aboutView .about .img {
    border: #fff 0.5em solid;
    box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.10);
}

.aboutView .culture {
    padding-top: 2em;
    padding-bottom: 2em;
}

.aboutView .pagination {
    padding-top: 6em;
}

.aboutView .pagination li,
.productList .pagination li,
.news .pagination li {
    margin: 0 0.5em;
    box-shadow: unset !important;
}

.aboutView .pagination li a,
.productList .pagination li a,
.news .pagination li a {
    background: #F1F1F1;
    border: #C4C4C4 1px solid;
    border-radius: 0.32em;
    color: #333;
}

.aboutView .pagination li a.active,
.productList .pagination li a.active,
.news .pagination li a.active {
    background: #1C4885;
    color: #fff;
}

.aboutView .pagination li a.previous,
.aboutView .pagination li a.next,
.productList .pagination li a.previous,
.productList .pagination li a.next,
.news .pagination li a.previous,
.news .pagination li a.next {
    color: #909090;
}

.aboutView .honors .uk-grid>.uk-grid-margin {
    margin-top: 5em;
}

.aboutView.partners {
    background: #DDE7F5;
}

.aboutView.partners .uk-dotnav li.uk-active a {
    background-color: #1C4885;
}

.aboutView.partners .uk-dotnav li a {
    background-color: #fff
}

.viewPostion {
    padding: 0.8em 0;
    overflow: hidden;
}

.viewPostion i {
    line-height: 4em;
    margin-right: 0.5em;
}

.search span {
    background: #1C4885;
    color: #fff !important;
}

.productView .tab {
    padding-top: 1.5em;
    overflow-x: auto;
    flex-wrap: unset;
}

.productView .tab li a {
    background: #E6E6E6;
    color: #333;
    border-radius: 0.53em;
}

.productView .tab.uk-subnav-pill>.uk-active>a {
    background: #1C4885;
    color: #fff;
}

.productView .productList {
    margin-top: 1em;
    margin-bottom: 2em;
}

.productView .productList li a{
    box-shadow: 0 5px 10px rgba(0, 0, 0, .08);
    display: block;
}

.productDetail {
    background: #fff;
    padding: 1em;
    width: calc(100% - 2em);
}

.productDetail .productImg {
    width: 22.78em;
    height: 23.35em;
}

.productDetail .download {
    color: #0047FF;
}

.productDetail .uk-table {
    border: #E6E6E6 1px solid;
    margin-top: 1em;
}

.productDetail .uk-table thead {
    background: #1C4885;
}

.productDetail .uk-table thead th {
    color: #fff;
}

.productDetail .uk-table tbody td {
    color: #333;
}

.productDetail table {
    width: 100% !important;
    margin-bottom: 1rem;
    color: #212529;
    border: 1px solid #dee2e6;
    margin: auto;
}

.productDetail table td,
.productDetail table th {
    padding: .75rem;
    vertical-align: middle;
    border: 1px solid #dee2e6;
    text-align: center;
}

.likeProducts li a {
    border: #909090 1px solid;
    box-shadow: unset;
    width: 100%;
    float: left;
}

.likeProducts li .uk-card-body {
    padding: 0 1em 1em;
}

.likeProducts li .uk-card-body i {
    background: #1C4885;
    border-radius: 50%;
    color: #fff;
    width: 1.1em;
    height: 1.1em;
}

.likeProducts li img {
    width: 10.64em;
    height: 10.64em;
}

.likeProducts li .sameTitle {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 限制行数为2 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.purchase {
    background: #fff;
    padding: 1em;
    margin-bottom: 1em !important;
}

.uk-button-primary {
    background-color: #1C4885;
}

.uk-button-primary:hover {
    background-color: #1C4885;
}

.news {
    background: #fff;
    padding: 1em;
    margin-bottom: 1em !important;
}

.news ul li {
    border-bottom: #C4C4C4 1px solid;
    padding: 1em 0;
}


.news ul li:hover {
    background: #F5F5F5;
}

.news ul li .desc {
    text-indent: 2em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news ul li .time {
    background: #1C4885;
    color: #fff;
    width: 6em;
    height: 6.78em;
}

.news ul li .time .day {
    font-size: 3.14rem;
    font-weight: bold;
}

.news ul li .time .year {
    margin-top: -0.8em;
}

.news ul li .arrow i {
    position: absolute;
    right: 0;
    font-size: 2.67rem;
    color: #909090;
    top: 50%;
    transform: translateY(-50%);
}

.news ul li .arrow .desc {
    margin-top: 0.5em;
    margin-bottom: 0;
}

.news ul li .arrow .uk-card-body {
    padding: 0;
}

.news ul li .arrow .uk-card-body .uk-card-title {
    font-size: 1rem;
    margin-top: 1em;
    margin-bottom: 0;
}

.news ul li:hover .arrow i {
    color: #1C4885;
}

.newsDetail {
    background: #fff;
    padding: 1em;
}

.contact .title,
.manufacturing .title,
.develop .title {
    font-size: 1rem;
    position: relative;
}

.contact .title::before,
.manufacturing .title::before,
.develop .title::before {
    content: "";
    position: absolute;
    width: 0.8em;
    height: 0.2em;
    background: #1C4885;
    border-radius: 100px;
    top: -0.3em;
}

.contact .title.text-white::before,
.manufacturing .title.text-white::before,
.develop .title.text-white::before {
    background: #fff;
}

.support {
    margin-top: 1em
}

.support .tab li {
    width: calc((100% - 20px)/2);
}

.support .tab li:nth-child(2) {
    padding-left: 0;
}

.support .tab li.uk-active a {
    background-color: #1C4885;
    color: #fff;
    border: #1C4885 1px solid;
}

.support .tab li a {
    justify-content: center;
    border: #333 1px solid;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.manufacturing {
    padding: 2em 1em;
}

.madeImgList .uk-grid+.uk-grid-small,
.equipmentList .uk-grid+.uk-grid-small,
.qualityList .uk-grid+.uk-grid-small {
    margin-top: 0;
}

.manufacturing .desc {
    margin-top: 1em;
    text-indent: 2em;
    line-height: 2em;
}

.madeImgList .uk-dotnav li a,
.equipmentList .uk-dotnav li a,
.qualityList .uk-dotnav li a,
.application .uk-dotnav li a {
    background-color: #C4C4C4;
    height: 0.53em;
    width: 0.53em;
    border-radius: 100%;
    border: none
}

.madeImgList .uk-dotnav li.uk-active a,
.equipmentList .uk-dotnav li.uk-active a,
.qualityList .uk-dotnav li.uk-active a,
.application .uk-dotnav li.uk-active a {
    background-color: #1C4885;
    height: 0.53em;
    width: 0.53em;
}

.madeImgList li img {
    width: 11.78em;
    height: 6.85em;
}

.equipment {
    padding-top: 2em;
    padding-bottom: 2em;
}

.equipment .desc {
    text-indent: 2em;
}

.equipmentList li .uk-card-default {
    background: unset;
    box-shadow: unset;
}


.equipmentList li .uk-card-body {
    background: #1C4885;
    margin-top: 1em;
    padding: 1em;
    text-align: center;
}

.equipmentList li .uk-card-body .uk-card-title {
    font-size: 0.85rem;
    color: #fff;
}

.quality .subTitle {
    margin: 1em 0;
}

.quality .subTitle span {
    font-size: 1rem;
    border: #1C4885 1px solid;
    padding: 0.2em 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 80%;
    display: inline-block;
}

.quality .desc {
    color: #909090;
    text-indent: 2em;
}