* {
    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 {
    padding: 1.07em;
}

.padding-top {
    padding-top: 1.07em;
}

.padding-top-xl {
    padding-top: 3em;
}

.padding-bottom-xs {
    padding-bottom: 0.35em;
}

.padding-bottom-lg {
    padding-bottom: 2em;
}

.padding-right {
    padding-right: 1.07em;
}

.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: 6.21em;
    line-height: 6.21em;
}

.head .menu {
    padding: 0;
    min-width: 10em;
}

.head .menu li {
    border-bottom: #C4C4C4 1px dashed;
    padding: 0;
}

.head .menu li:last-child {
    border: none
}

.head .menu li a {
    line-height: 2.5em;
    font-size: 1.15rem;
    justify-content: center;
}

.head .menu li.uk-active a,
.head .menu li:hover a {
    color: #ffffff;
    background: #1C4885;
}

.container {
    max-width: 69.64em;
}

.uk-container-large {
    max-width: 75em;
}

.uk-container-xlarge {
    max-width: 86.7em;
}

.about {
    padding: 4em 0 1.76em;
}

.about .title {
    font-size: 1.92rem;
    color: #202020 !important;
}

.about .title i {
    width: 1.23em;
    height: 1.23em;
    border-radius: 50%;
    background: linear-gradient(45deg, #69e7f7, #3e71d0);
    position: relative;
    display: inline-block;
}

.about .title i::before {
    content: "";
    width: 1em;
    height: 1em;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about .subTitle {
    color: #909090 !important;
    padding-bottom: 2.57em;
}

.about p {
    font-size: 1.07rem;
    color: #909090;
    text-indent: 2em;
    margin: 0;
}

.about .img {
    width: 32.57em;
    height: 21.75em;
    border: #F3F3F3 1.12em solid;
}

.product .title {
    font-size: 1.92rem;
    color: #fff;
    padding-top: 2em;
}

.product .subTitle {
    color: #fff;
    padding-bottom: 3.57em;
}

.product ul li {
    margin-right: 15px;
    margin-left: -7.5px;
}

.product ul li .uk-card-body {
    background: #F3F3F3;
    padding: 1em;
    width: calc(23.9em - 2em);
}

.product ul li .uk-card-body .uk-card-title span {
    color: #202020;
    font-size: 1.07rem;
    width: calc(100% - 20px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product ul li img {
    width: 23.9em;
    height: 23.33em;
}

.product ul li .uk-card-body .uk-card-title i {
    line-height: 1.07rem;
    color: #333;
}

.product ul li a:hover .uk-card-body {
    background: #1C4885;
}

.product ul li a:hover .uk-card-body .uk-card-title span {
    color: #fff;
}

.product ul 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: 4em;
}

.application .title,
.honors .title,
.partners .title,
.aboutView .title,
.develop .title {
    font-size: 1.92rem;
    color: #1C4885;
}

.application .subTitle,
.honors .subTitle,
.partners .subTitle,
.aboutView .subTitle,
.develop .subTitle {
    color: #1C4885;
}

.honors {
    padding: 4em 0 8em;
}

.honors li img {
    width: 13em;
    height: 17em;
}

.honors .arrowLeft,
.honors .arrowRight {
    width: 2.14em;
    height: 2.14em;
    border-radius: 50%;
    border: #666666 1px solid;
    color: #666666;
}

.certificate {
    background: rgba(28, 73, 133, 0.9);
    color: #fff;
    font-size: 1.07rem;
    padding: 1em;
}

.partners {
    padding: 6em 0 3em;
}

.partners .desc {
    color: #909090;
    text-indent: 2em;
    font-size: 1.28rem;
    margin-top: 2em;
}

.partners li img {
    width: 17em;
    height: 9em;

}

.partners .uk-dotnav li a {
    background-color: #EFEFEF;
    height: 0.85em;
    width: 0.85em;
    border-radius: 0;
    border: none
}

.partners .uk-dotnav li.uk-active a {
    background-color: #1C4885;
    height: 0.85em;
    width: 0.85em;
}

.footer {
    position: relative;
    background: #1C4885;
    padding: 2em 0;
}

.footer .c_code {
    position: absolute;
    top: 70px;
    right: 8vw;
    width: 100px;
}

.footer .c_code dl dt {
    margin-bottom: 10px;
    width: 100px;
    height: 100px;
}

.footer .c_code dl dt img {
    width: 100px;
    height: 100px;
}

.footer .c_code dl dd {
    width: 100px;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
}

.footer img {
    width: 21.96em;
    height: 4.66em;
}

.footer .menu {
    padding: 1.5em 0;
}

.footer .menu li a {
    color: #fff;
    font-size: 1.14rem;
}

.footer .uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {
    color: #fff;
    margin: 0 3em 0 calc(3em - 4px);
}

.viewMenu ul li a {
    font-size: 1.14rem;
    min-height: 3.3em;
}

.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 .img {
    border: #fff 1.12em solid;
    box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.10);
}

.aboutView .culture {
    padding: 3em 0 2em;
}

.aboutView .honors {
    width: 53.57em;
    padding: 4em 0;
}

.aboutView .honors img {
    width: 13em;
    height: 17em;
}

.aboutView .pagination {
    padding-top: 6em;
}

.productList.product ul li {
    margin-left: unset;
    margin-right: unset;
}

.productList.product ul li img {
    width: 24.28em;
    height: 23.71em;
}
.productList.product ul li .uk-card-body {
    width: calc(24.28em - 2em);
}

.aboutView .pagination li,
.productList .pagination li,
.news .pagination li {
    margin: 0 0.5em;
}

.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;
    line-height: 3em;
}

.viewPostion i {
    line-height: 2.8em;
    margin-right: 0.5em;
}

.search span {
    background: #1C4885;
    color: #fff !important;
    height: calc(100% - 2px);
    top: 1px !important;
}

.productView {
    padding: 2em 0 2em;
}

.productView .tab li {
    margin-bottom: 1em;
}

.productView .tab li a {
    background: #E6E6E6;
    color: #333;
    font-size: 1.6rem;
    border-radius: 0.53em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 14em;
    display: inline-block;
}

.productView .tab.uk-subnav-pill>.uk-active>a {
    background: #1C4885;
    color: #fff;
}

.productView .productList {
    background: #fff;
    margin: 2em;
    padding: 4em;
}

.productDetail {
    background: #fff;
    margin: 2em;
    padding: 2em;
}

.productDetail .productImg {
    width: 33.21em;
    height: 33.96em;
}

.productDetail .title {
    font-size: 1.6rem;
}

.productDetail .disc {
    margin: 2em;
}

.productDetail .disc li {
    font-size: 1.28rem;
}

.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;
    font-size: 1.14rem;
}

.productDetail table td span,
.productDetail table th span {
    font-size: 1.14rem;
}

.productDetail strong {
    font-size: unset;
}

.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: 14.71em;
    height: 14.14em;
}

.likeProducts li .sameTitle {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 限制行数为2 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.purchase {
    background: #fff;
    margin: 0 1em 2em !important;
    padding: 1em 4em 2em;
}

.purchase .uk-form-label,
.purchase .uk-form-label span,
.support .uk-form-label,
.support .uk-form-label span {
    font-size: 1.14rem;
}

.uk-button-primary {
    background-color: #1C4885;
}

.uk-button-primary:hover {
    background-color: #1C4885;
}

.news {
    background: #fff;
    margin: 1em 2em 0 !important;
    padding: 1em 2em 3em;
}

.news ul li {
    padding: 1em;
    border-bottom: #C4C4C4 1px solid;
}

.news ul li:last-child {
    border: none;
}

.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: 8.57em;
    height: 9.64em;
}

.news ul li .time .day {
    font-size: 4.28rem;
    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 {
    padding-right: 2em;
}

.news ul li .arrow .uk-card-body {
    padding-top: 1em;
    padding-bottom: 0;
}

.news ul li:hover .arrow i {
    color: #1C4885;
}

.newsDetail {
    background: #fff;
    margin: 2em !important;
    padding: 2em 2em 3em;
}

.contact .title,
.manufacturing .title,
.develop .title {
    font-size: 1.92rem;
    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 .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 {
    font-size: 1.6em;
    justify-content: center;
    border: #333 1px solid;
    color: #333;
}

.manufacturing {
    padding: 3em 2em;
    width: calc((100% / 5)*1.2);
}

.madeImgList .uk-grid+.uk-grid-small,
.equipmentList .uk-grid+.uk-grid-small,
.qualityList .uk-grid+.uk-grid-small {
    margin-top: 0;
}

.madeImgList li img {
    width: 21.42em;
    height: 12.14em;
}

.manufacturing .desc {
    margin-top: 0.7em;
    text-indent: 2em;
    line-height: 2em;
}

.madeImgList .uk-dotnav li a,
.equipmentList .uk-dotnav li a,
.qualityList .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 {
    background-color: #1C4885;
    height: 0.53em;
    width: 0.53em;
}

.equipment {
    padding: 5em 0 2em;
}

.equipmentList li .uk-card-default {
    background: unset;
    box-shadow: unset;
}

.equipmentList li img {
    width: 20.8em;
    height: 27.18em;
}

.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: 1.28rem;
    color: #fff;
}

.quality .subTitle {
    margin: 1em 0;
}

.quality .subTitle span {
    font-size: 1.6rem;
    border: #1C4885 1px solid;
    padding: 0.2em 1.5em;
}

.quality .desc {
    font-size: 1.6rem;
    color: #909090;
}

.qualityList li img {
    width: 21.9em;
    height: 28.28em;
}

.more {
    color: #1A58BE;
    border: 1px solid #1A58BE;
    border-radius: 100px;
}

.hz-logo {
	display: flex;
	padding:5em 0 0 0;
	width:auto;
	justify-content: center;
}