/* common #063a79 */
@font-face {
  font-family: "DINPro";
  src: url("../font/DINPro-Medium.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html,body {overflow-x: hidden;}
h1, h2, h3, h4, h5, h6, p {margin: 0;}
ul,li {margin-bottom: 0;}
a:hover {text-decoration: none;color: #333;}
:focus {outline: 0 !important;}
.uk-card-default {box-shadow: none;}
table {border-collapse: collapse;border-spacing: 0;}
table td {border: 1px solid #fff;}
.uk-navbar-nav {gap:0;}
.uk-navbar-left, .uk-navbar-right, [class*=uk-navbar-center] {gap:0;}
.uk-transition-toggle:hover .uk-transition-scale-up {--uk-scale-x: 1.1;--uk-scale-y: 1.1;}

/* ::-webkit-scrollbar {width: 8px;}
::-webkit-scrollbar-track {background: #f5f5f5;}
::-webkit-scrollbar-thumb {background: #063a79;-webkit-border-radius: 8px;border-radius: 8px;border: 1px solid #f5f5f5;} */

/* input-placeholder */
/* input::-webkit-input-placeholder {color: #ffffff !important;}
input::-moz-placeholder {color: #ffffff  !important;} 
input::-moz-placeholder {color: #ffffff   !important;} 
input::-ms-input-placeholder {color: #ffffff  !important;} */

/* header */
.header {box-shadow:0 14px 25px rgba(0,0,0,.16);}

/* top */
.top {background-color: #fff;}
.top h2 {font-size: 46px;color: #063a79;font-family: 'DINPro';}
.top .uk-logo img {height: 75px;}
.top.uk-section-xsmall {padding-top: 15px;padding-bottom: 15px;}

/* nav */
.nav {background-color: #fff;}
.nav .uk-navbar-nav>li>a {color: #063a79;font-size: 18px;min-height: 75px;transition: .5s all;position: relative;}
.nav .uk-navbar-nav>li>a::before {content: '';position: absolute;bottom: 0;left: 50%;right: 50%;transition: .5s all;height: 5px;background-color: #063a79;}
.nav .uk-navbar-nav>li:not(:first-child) {padding-left: 40px;}
.nav .uk-navbar-nav>li.active>a::before,.nav .uk-navbar-nav>li:hover>a::before {left: 0;right: 0;}
.nav .uk-navbar-toggle {min-height: 75px;}
.nav .uk-navbar-right>div:not(:first-child) {padding-left: 15px;}
/* .nav .uk-navbar-dropdown {top: 75px !important;} */
.nav .uk-drop {--uk-position-offset: 0;--uk-position-viewport-offset: 0;background-color: #fff;width: max-content;min-width: 140px;padding: 0;}
.nav .uk-drop ul>li>a {font-size: 14px;color: #333;line-height: 45px;height: 45px;padding: 0 20px;display: block;border-bottom: 1px solid #DEDEDE;}
.nav .uk-drop ul>li:hover>a {background-color: #063a79;color: #fff;}
.nav .uk-drop .uk-list>*>ul,.nav .uk-drop .uk-list>:nth-child(n+2) {margin-top: 0;}
.nav .wechat {padding: 5px;}
.nav .en:hover > svg > * {fill: #063A79;}
.nav .weixin:hover > svg > * {fill: #07b410;}
.nav .search:hover > svg > * {fill: #063A79;}
.nav .search-drop {background: linear-gradient(90deg, #012755 , #063a79);top: 0px !important;position: fixed;left: 0px !important;}
.nav .search-drop .line {position: absolute;top: 0;left: 50%;transform: translateX(-50%);height: 70px;width: 1px;background-color: rgba(255,255,255,0.4);overflow: hidden;}
.nav .search-drop .line::before {content: '';position: absolute;top: 30%;width: 1px;height: 16px;background-color: #fff;animation: run 2s ease infinite;}
.nav .search-drop form h1 {font-size: 48px;font-family: "DINPro";text-align: center;line-height: 1;color: #fff;margin-bottom: 30px;margin-top: 20px;}
.nav .search-drop form input {padding: 0 20px;line-height: 60px;background: #fff;font-size: 14px;height: 60px;margin-bottom: 30px;border-radius: 2px;}
.nav .search-drop .uk-button {line-height: 40px;height: 42px;color: #fff;border: 1px solid #fff;font-size: 14px;border-radius: 2px;transition: all 0.5s;padding: 0 60px;background-color: transparent;}
.nav .search-drop .uk-button:hover {color: #333;background-color: #fff;}

@-webkit-keyframes run {
  0% {top: 0}
  to {top: 100%}
}

/* i_banner */
.i_banner .text {padding: 110px;}
.i_banner .text h1 {font-size: 60px;line-height: 1.5;font-weight: bold;font-family: "Source Han Sans CN";margin: 40px 0; }
.i_banner .text h1 span {position: relative;z-index: 2;}
.i_banner .text h1 .line1 {position: absolute;width: 240px;height: 10px;background-color: #1f6bc7;top: 66px;left: 180px;z-index:1;}
.i_banner .text h1 .line2 {position: absolute;width: 300px;height: 10px;background-color: #1f6bc7;top: 153px;left: 0px;z-index:1;}
.i_banner .text h1 .line3 {position: absolute;width: 260px;height: 10px;background-color: #1f6bc7;top: 154px;right: 241px;z-index:1;}


.i_banner .text a.btn {line-height: 40px;height: 42px;color: #fff;border: 1px solid #fff;font-size: 14px;border-radius: 2px;transition: all 0.5s;padding: 0 30px;background-color: transparent;display: inline-block;}
.i_banner .text a.btn:hover {color: #333;background-color: #fff;}
.i_banner .ib3 .text h1 {color: #222;}
.i_banner .ib3 .text a.btn {border-color: #063a79;color: #063a79;}
.i_banner .ib3 .text a.btn:hover {background-color: #063A79;color: #fff;}

.i_banner .bb {position: absolute;width: 100%;}
.i_banner .b1_1 {top: 15%;left: 3%;}
.i_banner .b1_2 {top: 7%;left: 50%;}
.i_banner .b1_3 {top: 54%;left: 0%;}
.i_banner .b1_4 {top: 49%;left: 48%;}

.i_banner .b2_1 {top: 10%;left: 0%;}
.i_banner .b2_2 {top: 9%;left: 49%;}
.i_banner .b2_3 {top: 50%;left: 7%;}
.i_banner .b2_4 {top: 50%;left: 56%;}

.i_banner .b3_1 {top: 14%;left: 12%;}
.i_banner .b3_2 {top: 15%;left: 60%;}
.i_banner .b3_3 {top: 55%;left: 12%;}
.i_banner .b3_4 {top: 56%;left: 61%;}



/* i_prod */
.i_prod h2 {font-size: 58px;font-family: 'DINPro';color: #323232;}
.i_prod h3 {font-size: 40px;font-weight: bold;color: #063a79;}
.i_prod h6 {font-size: 15px;color: #777777;margin-top: 40px;}
.i_prod hr {border-width: 3px;width: 133px;border-color: #063a79}
.i_prod .uk-subnav {margin-left: -50px;}
.i_prod .uk-subnav>* {padding-left: 50px;}
.i_prod .uk-subnav>li>a {font-size: 20px;font-weight: bold;color: #333333;position: relative;padding-bottom: 10px;}
.i_prod .uk-subnav>li>a::before {content: '';position: absolute;bottom: 0;left: 50%;right: 50%;height: 5px;background-color: #063a79;transition: .5s all;}
.i_prod .uk-subnav>li:hover>a::before {left: 0;right:0;}
.i_prod .bottom {margin-top: 15px;}
.i_prod h5 {font-size: 14px;color: #333333;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.i_prod .uk-inline-clip {border:1px solid  #ddd;}
.i_prod .uk-overlay {padding: 0 20px;}
.i_prod .uk-overlay-default {background-color: rgba(6,58,121,0.9);}
.i_prod h5.overlay {color: #fff;line-height: 60px;}

/* i_hot */
.i_hot h2 {font-size: 58px;font-family: 'DINPro';color: #323232;}
.i_hot h3 {font-size: 40px;font-weight: bold;color: #063a79;}
.i_hot h5 {font-size: 16px;color: #333;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-height: 45px;border-top: 1px solid #ddd;transition: .5s all;}
.i_hot .uk-slidenav {padding: 8px 13px;background-color: rgba(6,58,121,0.5);color: #fff;transition: .5s all;border-radius: 50%;}
.i_hot .uk-slidenav:hover {background-color: #063a79;}
.i_hot .uk-card {border:1px solid  #ddd;}
.i_hot .uk-card:hover h5 {color: #063a79;}

/* i_adv */
.i_adv h3 {font-size: 40px;font-weight: bold;color: #063a79;}
.i_adv h4 {font-size: 28px;font-weight: bold;color: #323232;}
.i_adv h5 {font-size: 18px;color: #777777;}
.i_adv .card h4 {font-size: 38px;color: #063a79;}
.i_adv .card h5 {font-size: 30px;color: #333333;}
.i_adv .card .ileft {padding-left: 155px;}
.i_adv .card .iright {padding-right: 155px;}
.i_adv .card p {font-size: 16px;color: #666666;position: relative;padding-left: 20px;margin-bottom: 10px;line-height: 2;}
.i_adv .card p::before {content: '';position: absolute;top: 12px;left: 0;width: 8px;height: 8px;border-radius: 50%;background-color: #063a79;}

/* i_ad */
.i_ad h3 {font-size: 48px;color: #fff;}
.i_ad h3 span {font-size: 72px;font-weight: bold;padding-right: 30px;}
.i_ad h4 {font-size: 38px;color: #fff;}

/* i_case */
.i_case h2 {font-size: 58px;font-family: 'DINPro';color: #323232;}
.i_case h3 {font-size: 40px;font-weight: bold;color: #063a79;}
.i_case h6 {font-size: 15px;color: #777777;margin-top: 40px;}
.i_case hr {border-width: 3px;width: 133px;border-color: #063a79}
.i_case a.btn {background-color: #373737;border-radius: 4px;line-height: 45px;padding: 0 20px;color: #fff;font-size: 16px;display: inline-block;transition: .5s all;}
.i_case a.btn svg {transition: .5s all;padding-left: 10px;}
.i_case a.btn:hover {background-color: #063a79;}
.i_case a.btn:hover svg {transform: translateX(10px);}
.i_case .uk-card-default {background-color: #373737;}
.i_case .uk-card-default h3 {font-size: 30px;font-weight: bold;color: #fff;}
.i_case .uk-card-default h6 {font-size: 14px;color: rgba(255,255,255,0.6);margin-top: 20px;}
.i_case .uk-card-default p {color: #ffffff;font-size: 15px;line-height: 1.867;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;}
.i_case .uk-position-relative {padding-left: 50px;}
.i_case .uk-slidenav {padding: 13px 18px;background-color: #373737;color: #fff;transition: .5s all;}
.i_case .uk-slidenav:hover {background-color: #063a79;}

/* i_link */
.i_link {border-top: 3px solid #c6c6c6;}
.i_link h3 {font-size: 48px;font-weight: bold;color: #063a79;line-height: 1;margin-bottom: 15px;}
.i_link h5 {font-size: 28px;font-family: 'DINPro';color: #323232;}
.i_link h4 {font-size: 18px;font-weight: bold;color: #333;}
.i_link h6 {font-size: 16px;color: #8d8d8d;transition: .5s all;}
.i_link h6:hover {color: #063a79;}
.i_link p {font-size: 24px;font-family: 'DINPro';color: #323232;}
.i_link p span {font-size: 17px;color: #222222;font-family: inherit;}


/* foot */
.foot {background-color: #1e1e1e;}
.foot .foot_nav a {font-size: 16px;color: rgba(255,255,255,0.6);transition: .5s all;}
.foot .foot_nav a:hover {color: #fff;}
.foot hr {border-width: 2px;border-color: rgba(255, 255, 255,0.122);margin: 30px auto;}
.foot h5 {font-weight: bold;color: #fefefe;}
.foot .uk-subnav {margin-left: -40px;}
.foot .uk-subnav>* {padding-left: 40px;}
.foot .uk-subnav>*>* {color:rgba(255,255,255,0.6);transition: .5s all;}
.foot .uk-subnav>*:hover>a {color: #fff;}
.foot p,.foot p a {font-size: 14px;color: #bcbcbc;transition: .5s all;}
.foot p a:hover {color: #fff;}

/* banner */
.banner h2 {font-size: 44px;font-weight: bold;color: #063a79;}
.banner h4 {font-size: 26px;color: #292929;}
.banner .uk-container {padding: 0;}

/* i_nav */
.i_nav .subnav a {font-size: 16px;color: #333333;line-height: 40px;border: 1px solid #cdcdcd;display: inline-block;padding: 0 30px;margin: 20px 15px 20px 0;border-radius: 4px;transition: .5s all;}
.i_nav .subnav a.active,.i_nav .subnav a:hover {background-color: #063a79;color: #fff;border-color: #063a79} 
.i_nav .position a {font-size: 16px;color: #333333;line-height: 82px;transition: .5s all;}
.i_nav .position svg {margin-top: -4px;}


/* about */
.about {background-color: #f5f5f5;}
.about h3.title {font-size: 42px;font-weight: bold;color: #063a79;}
.about h4.title {font-size: 28px;font-family: 'DINPro';color: #999999;}
.about .uk-card h3 {font-size: 36px;font-weight: bold;color: #063a79;}
.about .uk-card h4 {font-size: 22px;color: #063a79;}
.about .uk-card h4 span {font-weight: bold;}
.about .uk-card p {color: #555555;line-height: 1.875;}

/* history */
.history {background-color: #ececec;}
.history h3.title {font-size: 42px;font-weight: bold;color: #063a79;}
.history h4.title {font-size: 28px;font-family: 'DINPro';color: #999999;}
.history .uk-card {height: 150px;padding-left: 30px;}
.history .uk-card h4 {font-size: 20px;color: #333333;transition: .5s all;font-weight: bold;}
.history .uk-card p {font-size: 16px;color: #333333;}
.history .uk-card.up {padding-bottom: 30px;}
.history .uk-card.up::before {content: '';position: absolute;left: 12px;height: 150px;width: 1px;background-color: #cccccc;bottom: 0;z-index: 0;}
.history .uk-card.down {padding-top: 30px;}
.history .uk-card.down::before {content: '';position: absolute;left: 12px;height: 150px;width: 1px;background-color: #cccccc;top: 0;z-index: 0;}
.history .uk-card.up::after {content: '';position: absolute;left: 12px;height: 0;width: 1px;background-color: #063a79;bottom: 0;z-index: 0;transition: .5s all;}
.history .uk-card.down::after {content: '';position: absolute;left: 12px;height: 0;width: 1px;background-color: #063a79;top: 0;z-index: 0;transition: .5s all;}
.history .uk-card.up:hover::after {height: 150px;}
.history .uk-card.down:hover::after {height: 150px;}
.history .line {position: absolute;top: 50%;left: 0;right: 0;height: 1px;background-color: #cccccc;transform: translateY(-50%);}
.history ul>li::before {content: '';position: absolute;width: 24px;height: 24px;border-radius: 50%;background-color: #063a79;top: 50%;transform: translateY(-50%);left: 0;z-index: 1;}
.history .uk-card:hover h4 {color: #063a79;}
.history .uk-slidenav {padding: 8px 13px;background-color: rgba(6,58,121,0.5);color: #fff;transition: .5s all;border-radius: 50%;}
.history .uk-slidenav:hover {background-color: #063a79;}


/* culture */
.culture {background-color: #f5f5f5;}
.culture h3.title {font-size: 42px;font-weight: bold;color: #063a79;}
.culture h4.title {font-size: 28px;font-family: 'DINPro';color: #999999;}
.culture .uk-card {transition: .5s all;}
.culture .uk-card h4 {font-size: 28px;color: #063a79;transition: .5s all;}
.culture .uk-card h5 {font-size: 26px;color: #063a79;transition: .5s all;}
.culture .uk-card p {font-size: 16px;color: #444444;line-height: 1.875;transition: .5s all;}
.culture .uk-card.change {background-color: #063a79;}
.culture .uk-card.change img {filter: brightness(100);}
.culture .uk-card.change h5 {color: #fff;}
.culture .uk-card.change p {color: #fff;}

/* patent */
.patent {background-color: #f5f5f5;}
.patent h3.title {font-size: 42px;font-weight: bold;color: #063a79;}
.patent h4.title {font-size: 28px;font-family: 'DINPro';color: #999999;}
.patent .uk-inline-clip {padding: 22px 15px;background-image: url(../image/patent.jpg);background-position: center;background-size: cover;}
.patent  h5 {font-size: 18px;color: #444444;line-height: 45px;background-color: #f5f5f5;transition: .5s all;}
.patent .uk-transition-toggle:hover h5 {color: #063a79;}

/* equipment */
.equipment {background-color: #f5f5f5;}
.equipment h3.title {font-size: 42px;font-weight: bold;color: #063a79;}
.equipment h4.title {font-size: 28px;font-family: 'DINPro';color: #999999;}

/* contact */
.contact {background-color: #f5f5f5;}
.contact h3 {font-size: 33px;color: #333333;}
.contact h6 {font-size: 16px;font-family: arial;color: #666666;}
.contact hr {border-color: #e8e8e8;border-width: 2px;}
.contact p {font-size: 18px;color: #333333;margin-bottom: 10px;}
.contact .uk-card-primary {background-color: #063a79;}
.contact h4 {font-size: 18px;color: #fff;}
.contact h5 {font-size: 29px;font-family: 'DINPro';color: #fff;}
.contact .weixin {width: 140px;}

/* joblist */
.joblist {background-color: #f5f5f5;}
.joblist .uk-accordion-title {border: 1px solid #eee;padding: 0 40px;background-color: #fff;}
.joblist .uk-accordion-title h4 {font-size: 18px;color: #333;line-height: 45px;}
.joblist .uk-accordion-title h6 {font-size: 14px;color: #333;line-height: 45px;}
.joblist .uk-accordion-title::before {width: 0;height: 0;margin-left: 0;}
.joblist .uk-open .uk-accordion-title {background-color: #063a79;}
.joblist .uk-open .uk-accordion-title h4 {color: #fff;}
.joblist .uk-open .uk-accordion-title h6 {color: #fff;}
.joblist p strong , p b {color: #063a79;display: block;margin-top:10px;}
.joblist p {line-height: 2;font-size: 14px;}
.joblist .uk-accordion-content {background-color: #fff;}
.joblist .uk-accordion-content .content {padding: 0 40px;border-bottom: 1px solid #eee;}
.joblist .uk-accordion-content .content h6 {font-size: 14px;color: #666;line-height: 60px;}
.joblist a.btn {background-color: #063a79;border-radius: 22px;line-height: 45px;color: #fff;font-size: 14px;display: inline-block;padding: 0 40px;}

/* caselist */
.caselist {background-color: #f5f5f5;}
.caselist h3.title {font-size: 42px;font-weight: bold;color: #063a79;}
.caselist h4.title {font-size: 28px;font-family: 'DINPro';color: #999999;}
.caselist .uk-card h4 {font-size: 26px;font-weight: bold;color: #333;}
.caselist .uk-card p {line-height: 1.867;color: #555555;font-size: 15px;}

/* productlist */
.productlist .uk-card-default {background-color: #fff;}
.productlist .uk-transition-toggle:hover .uk-overlay {bottom: 0;}
.productlist .uk-card-default .desc {padding: 0 15px;border-top: 2px solid #dedede;}
.productlist .uk-card-default .desc::before {content: '';position: absolute;left: 0;right: 100%;height: 2px;background-color: #063a79;transition: .5s all;top:-2px;}
.productlist .uk-transition-toggle:hover .desc::before {right: 0;}
.productlist .uk-card-default .desc h5 {font-size: 16px;color: #333333;line-height: 45px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;transition: .5s all;}
.productlist .uk-card-default .desc p {font-size: 14px;color: #666666;line-height: 1.5;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin-bottom: 15px;height: 44px;}
.productlist .uk-transition-toggle:hover .desc h5 {color: #063a79;}
.productlist a.btn {background-color: #fff;border-radius: 22px;line-height: 45px;color: #333;font-size: 14px;display: inline-block;padding: 0 30px;border: 1px solid #063a79;transition: .5s all;}
.productlist a.btn svg {margin-top: -4px;margin-right: 10px;}
.productlist .uk-transition-toggle:hover a.btn {background-color: #063a79; color: #fff;}
.productlist .uk-transition-toggle:hover a.btn svg > * {fill: #fff;}

.productlist .choose {overflow: hidden;border: 1px solid #e5e5e5;}
.productlist .choose >div {background: #fff;}
.productlist .choose ul {margin-top: 0;margin-left: 0px;}
.productlist .choose ul>li {padding-left: 0;}
.productlist .choose ul>li>a.value {cosdlor: #333;font-size: 14px;line-height: 50px;transition: .5s all;padding-left: 20px;padding-right: 15px;}
.productlist .choose ul>li>a.value::before {content: '';position: absolute;width: 14px;height: 14px;background-image: url(../image/no.svg);background-position: center;background-size: cover;left: 0;top: 50%;transform: translateY(-50%);}
.productlist .choose ul>li>a.value:hover::before {background-image: url(../image/no1.svg);}
.productlist .choose ul>li>a.value.active {color: #063a79;}
.productlist .choose ul>li>a.value.active::before {background-image: url(../image/ok.svg);}
.productlist .choose ul>li>a.value.active:hover::before {filter: none;}
.productlist .choose .bt>a {color: #063a79;font-size: 14px;line-height: 50px;padding: 0 30px;display: block;}
.productlist .choose .line {border-bottom: 1px dashed #e5e5e5;}
.productlist .choose .line .bt {background-color: #f1f1f1;}
.productlist .choose .screen ul>li {margin: 5px 0;}
.productlist .choose .screen ul>li .select {color: #333;font-size: 14px;padding: 4px 15px 4px 6px;background: #DEDEDE;margin-right: 10px;}
.productlist .choose .screen ul>li .select::before {content: '';position: absolute;right: 10px;top: 2px;background-image: url(../image/close.svg);background-size: cover;background-position: center;width: 14px;height: 14px;}
.productlist .choose .screen #isclear a {background-color: rgba(6,58,121,0.6);padding: 4px 10px;color: #fff;transition: .5s all;}
.productlist .choose .screen #isclear a:hover {background-color: #063a79;}


/* product */
.product {overflow: hidden;}
.product h3 {font-size: 32px;font-weight: bold;color: #020d26;}
.product h5 {font-size: 16px;color: #666;line-height: 1.5;margin-top: 20px;}
.product h4 {background: #fff;border-left: 3px solid #063a79;margin-top: 20px;padding: 0 20px;font-size: 14px;color: #333;line-height: 45px;}
.product h4 a {color: #333;transition: .5s all;}
.product h4 a:hover {color: #063a79;}
.product a.btn {background-color: #333;border-radius: 10px;border: 1px solid #063a79;color: #063a79;position: relative;overflow: hidden;font-size: 16px;padding: 0 25px;display: inline-block;line-height: 45px;}
.product a.btn span {position: relative;z-index: 1;color: #fff;}
.product a.btn svg {margin-top: -4px;margin-right: 10px;}
.product a.btn::after {content: '';position: absolute;left: 0;right: 0;bottom: 0;height: 3px;background-color: #063a79;}
.product a.btn::before {content: '';position: absolute;left: 0;right: 0;top: 0;bottom: 100%;transition: .5s all;background-color: #063a79;border-radius: 10px;}
.product a.btn:hover::before {bottom: -s10px;}
.product p img {width: 100% !important;max-width: 800px;height: auto !important;}
.product * {font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;}
.product table * {font-size: 14px !important;}

/* left */
.left h4 {font-size: 26px;font-weight: bold;color: #fff;line-height: 60px;background-color: #063a79;border-radius: 0 40px 0 0;padding-left: 40px;}
.left h5 {font-size: 16px;margin-top: 12px;font-family: pop-m;color: #fff;text-transform: uppercase;}
.left .uk-list {margin-top: 1px;}
.left .uk-list >li > .title {font-size: 18px;color: #333;background-color: #e5e5e5;display: block;padding: 0 40px ;line-height: 45px;transition: .5s all;}
.left .uk-list >li > .title a {color: #333;transition: .5s all;line-height: 60px;}
.left .uk-list >li > .title svg {transform: rotate(90deg);}
.left .uk-list >li > .title svg  > * {transition: .5s all;}
.left .uk-list >li > .title:hover {background-color: #333;}
.left .uk-list >li > .title:hover a {color: #fff;}
.left .uk-list >li > .title:hover svg  > * {fill:#fff;}
.left .uk-list>:nth-child(n+2) {margin-top: 1px;}
.left .uk-list >li > .title.active  {background-color: #063a79;}
.left .uk-list >li > .title.active svg  > * {fill:#fff;}
.left .uk-list >li > .title.active a {color: #fff;}

.left .leftnav_ {margin-top: 1px;transition: .5s all;overflow: hidden;height: auto;}
.left .leftnav_.active {height: auto;}
.left .uk-subnav {margin-left: 0;display: block;}
.left .uk-subnav >li {background-color: #fff;padding: 0 35px ;}
.left .uk-subnav >li > a {font-size: 14px;color: #333;display: block;line-height: 45px;}
.left .uk-subnav >li.active  {background-color: #cae2ff;}
.left .uk-subnav >li:hover {background-color: #f5f5f5;}
.left .uk-subnav >li.active > a {color: #063a79;}
.left .uk-subnav >li:hover > a {color: #063a79;}

/* msg */
.msg {background-color: #f0f0f0;}
.msg h3 {font-size: 48px;font-weight: bold;color: #020d26;}
.msg hr {width: 60px;border-width: 4px;border-color: #808080;margin: 20px auto 40px;}
.msg input {height: 45px;border-color: transparent;border-bottom: 1px solid #e5e5e5;}
.msg textarea {border-color: transparent;border-bottom: 1px solid #e5e5e5;}
.msg .uk-button {background-color: #868686;border-radius: 4px;color: #fff;}
.msg .uk-button:hover {background-color: #063a79;}
.msg .bg {position: absolute;width: 150%;height: auto;top: 10%;}
.msg canvas {border-radius: 50%;background-color: #063a79;}
.msg .icon {position: absolute;width: 60px;height: 60px;border: 2px solid #fff;border-radius: 50%;top: 15%;left: 70%;animation: banArrow 2s ease-in-out infinite;}
.msg h1 {font-size: 60px;font-family: 'din';color: #fff;}
.msg h5 {font-size: 18px;color: #fff;}
.msg h4 {font-size: 48px;font-family: "din";color: #fff;}
.msg p {font-size: 20px;color: #fff;font-family: int;}

@keyframes banArrow {
    0% {transform: translateY(30px);}
    50% {transform: translateY(0px);}
    100% {transform: translateY(30px);}
}

/* page */
.page {background-color: #f5f5f5;}
.page h3.title {font-size: 42px;font-weight: bold;color: #063a79;}
.page h4.title {font-size: 28px;font-family: 'DINPro';color: #999999;}

/* jiaozhun */
.jiaozhun {background-color: #f5f5f5;}
.jiaozhun h3.title {font-size: 42px;font-weight: bold;color: #063a79;}
.jiaozhun h4.title {font-size: 28px;font-family: 'DINPro';color: #999999;}
.jiaozhun .content h2 {font-size: 24px;font-weight: bold;color: #333333;}
.jiaozhun .content p {font-size: 16px;color: #666666;line-height: 1.875;}
.jiaozhun .content .case h3 {font-size: 22px;font-weight: bold;color: #063a79;padding-left: 15px;border-left: 4px solid #063a79;line-height: 1;}
.jiaozhun .content .case .uk-card {padding: 15px;color: #333;font-size: 15px;}
.jiaozhun .content .case .uk-card-secondary {background-color: #eeeeee;box-shadow: none;}
.jiaozhun .content .case .imgleft {width: 54.2%;}
.jiaozhun .content .case .imgright {width: 45.8%;}



/* jiaozhun2 */
.jiaozhun2 {background-color: #ececec;}
.jiaozhun2 .content h2 {font-size: 24px;font-weight: bold;color: #333333;}
.jiaozhun2 .content p {font-size: 16px;color: #666666;line-height: 1.875;}
.jiaozhun2 .content .case h3 {font-size: 22px;font-weight: bold;color: #063a79;padding-left: 15px;border-left: 4px solid #063a79;line-height: 1;}
.jiaozhun2 .content .case .uk-card {padding: 15px;color: #333;font-size: 15px;}
.jiaozhun2 .content .case .uk-card-secondary {background-color: #f5f5f5;box-shadow: none;}
.jiaozhun2 .content .img1 {width: 50%;}
.jiaozhun2 .content .img2 {width: 17%;}
.jiaozhun2 .content .img3 {width: 14.2%;}
.jiaozhun2 .content .img4 {width: 18.6%;}
.jiaozhun2 .content h6 {line-height: 45px;font-size: 14px;color: #333333;background-color: #fff;}

/* kefu */
.kefu {position: fixed;top: 30%;z-index: 998;transition: all 0.5s;right: -100%;}
.kefu .kf-left {display: inline-block;background-image: linear-gradient(0deg, #012755 , #063a79);width: 40px;border-radius: 4px 0 0 4px;padding: 16px 0;transition: all 0.5s;overflow: hidden;}
.kefu .kf-left span {display: block;font-size: 14px;color: #fff;writing-mode: vertical-lr;margin: 0 auto;letter-spacing: 2px;}
.kefu .kf-left i {display: flex;align-items: center;justify-content: center;margin: 5px auto 0;width: 20px;height: 20px;transition: all 0.5s;}
.kefu .kf-left:hover i {transform: rotate(180deg);}
.kefu .kf-right {display: inline-block;vertical-align: top;width: 170px;background: #1a1a1a;padding: 20px;}
.kefu .kf-right ul li {padding-bottom: 8px;border-bottom: 1px dashed rgba(255,255,255,0.5);margin-bottom: 12px;}
.kefu .kf-right li span {display: block;font-size: 14px;line-height: 1;color: #fff;text-align: left;padding-bottom: 6px;}
.kefu .kf-right li a {display: block;font-size: 16px;color: #fff;line-height: 1.6;font-family: int;}
.kefu .kf-right .qcode img {margin: 0 auto;display: block;}
.kefu .kf-right .qcode h5 {display: block;font-size: 14px;line-height: 1;text-align: center;color: #fff;margin-top: 10px;}
.kefu .kf-left.width {width: 0;}

/* newslist */
.newslist {background-color: #f5f5f5;}
.newslist h2 {font-size: 24px;font-family: arial;color: #063a79;}
.newslist h5 {color: #063a79;font-family: arial;}
.newslist .uk-card-default {padding: 50px;transition: .5s all;border: 1px solid transparent;}
.newslist h4 {font-size: 20px;color: #333333;transition: .5s all;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.newslist p {font-size: 15px;color: #666666;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;line-height: 1.6;}
.newslist .line {position: absolute;width: 80px;height: 2px;background-color: #c1c1c1;top: 14px;right: 20px;}
.newslist .uk-transition-toggle:hover h4 {color: #063A79;}
.newslist .uk-transition-toggle svg {transition: .5s all;}
.newslist .uk-transition-toggle:hover svg {transform: translateX(20px);}
.newslist .uk-transition-toggle:hover .uk-card-default {border-color: #063A79;}

/* news */
.news {background-color: #f5f5f5;}
.news p {text-indent: 32px;margin:10px 0;line-height: 1.875;}
.news p img {display: block;margin:10px auto;max-width: 600px;width: 100%;height: auto !important;}
.news p video {display: block;margin:10px auto;width: 100%;height: auto !important;}

/* pagination */
.pagination .page-status {display: none;}
.pagination span:not(.page-numbar) {margin: 0 3px;color: #063a79;}
.pagination span a:not(.page-num) {color: #063a79;position: relative;border: 1px solid #063a79;padding:8px 10px;transition: 0.5s all;font-size: 14px;}
.pagination span a.page-num {color: #063a79;position: relative;margin: 0 3px;padding: 8px 13px;border: 1px solid #063a79;transition: 0.5s all;font-size: 14px;}
.pagination span a:hover,.pagination span a.page-num.page-num-current {color: #fff;background-color: #063a79;}

/* @media */
@media screen and (max-width: 1700px) {
	.i_banner .text h1 {font-size: 48px;}
	.i_banner .text h1 .line1 {width: 200px;left: 140px;top: 52px;}
	.i_banner .text h1 .line2 {width: 240px;top: 124px;}
	.i_banner .text h1 .line3 {width: 212px;top: 124px;right: 190px;}
	.i_banner .bb canvas {width: 350px;}
	.contact .weixin {width: 120px;}
}
@media screen and (max-width: 1500px) {
	.i_banner .text {padding: 40px;}
	.i_banner .bb canvas {width: 300px;}
	.banner .uk-container {padding: 0 40px;}
	.product a.btn {padding: 0 15px;}
	.jiaozhun .content .case .uk-card {font-size: 12px;}
	.jiaozhun2 .content .case .uk-card {font-size: 12px;}
	.nav .uk-container .uk-container {padding-left: 40px;padding-right: 40px;}
}
@media screen and (max-width: 1400px) {
	.msg h1 {font-size: 50px;}
	.left h4 {padding-left: 30px;}
	.left .uk-list >li > .title{padding: 0 30px;}
	.left .uk-subnav >li {padding: 0 25px;}
	.productlist .choose ul>li>a.bt {padding: 0 0 0 5px;}
}
@media screen and (max-width: 1300px) {
	.nav .uk-navbar-nav>li:not(:first-child) {padding-left: 15px;}
	.i_prod .uk-subnav {margin-left: -30px;}
	.i_prod .uk-subnav>* {padding-left: 30px;}
}

@media screen and (max-width: 960px) {
	.uk-offcanvas-bar {width: 100%;left: 100%;background-color: #fff;padding: 0;}
	.uk-offcanvas-bar svg {color: #999;}
	.uk-offcanvas-bar a {color: #999;}
	.uk-offcanvas-bar .uk-nav>li>a {color: #999;}
	.uk-offcanvas-bar .uk-nav>li.uk-active>a {color: #333;}
	.uk-offcanvas-bar a:hover {color: #333;}
	.uk-offcanvas-bar .uk-nav-sub>li.uk-active>a {color: #333;}
	.uk-offcanvas-bar hr {border-color: #dedede;}
	.uk-offcanvas-bar h6 {color: #999;}
	.uk-offcanvas-bar .uk-nav-parent-icon>.uk-parent>a::after {background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E");}
	.uk-offcanvas-bar .uk-nav-parent-icon>.uk-parent.uk-open>a::after {background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E");}
	#tm-mobile .uk-list li.uk-active a {color: #333;}
	.nav {padding: 0 15px;}
	.nav .uk-logo img {height: 40px;}
	.i_banner .text {padding: 15px;}
	.i_banner .text h1 {font-size: 14px;margin: 10px 0;}
	.i_banner .text a.btn {line-height: 18px;height: 18px;font-size: 12px;padding: 0 7px;}
	.i_banner .bb canvas {width: 80px;}
	.i_banner .b2_1 {top: 14%;left: 0%;}
	.i_banner .b2_4 {top: 50%;left: 50%;}
	
	.i_banner .text img {width: 100px;}
	.i_banner .text h1 .line1 {width: 60px;left: 40px;top: 14px;height: 4px;}
	.i_banner .text h1 .line2 {width: 70px;top: 34px;height: 4px;}
	.i_banner .text h1 .line3 {width: 60px;top: 35px;right: 56px;height: 4px;}
	.uk-offcanvas-bar .uk-search-navbar .uk-search-input {border: 1px solid #DEDEDE;}
	.uk-offcanvas-bar .uk-search-navbar .uk-button {border:1px solid #063a79;background-color: transparent;color: #333;border-radius: 30px;}
	.uk-nav.uk-nav-divider>:not(.uk-nav-header,.uk-nav-divider)+:not(.uk-nav-header,.uk-nav-divider) {padding-top: 0;margin-top: 0;}
	
	.banner .uk-container {padding: 0 15px;}
	.i_prod h2 {font-size: 30px;font-weight: bold;}
	.i_prod h3 {font-size: 24px;}
	.i_prod h6 {font-size: 14px;margin-top: 20px;}
	.i_prod h5.overlay {line-height: 30px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
	.i_prod .uk-overlay {padding: 0 15px;}
	.i_prod .uk-subnav {margin-left: -15px;}
	.i_prod .uk-subnav>* {padding-left: 15px;}
	.i_hot h2 {font-size: 30px;font-weight: bold;}
	.i_hot h3 {font-size: 24px;}
	.i_adv h3 {font-size: 24px;}
	.i_adv h4 {font-size: 18px;}
	.i_adv h5 {font-size: 16px;}
	.i_adv .card .iright {padding-right: 0;padding-top: 15px;padding-bottom: 15px;}
	.i_adv .card .ileft {padding-left: 0;padding-top: 15px;padding-bottom: 15px;}
	.i_adv .card h4 {font-size: 24px;}
	.i_adv .card h5 {font-size: 18px;}
	.i_adv .card p {padding-left: 15px;line-height: 1.5;}
	.i_adv .card p::before {top: 8px;}
	.i_ad h3 {font-size: 20px;}
	.i_ad h3 span {font-size: 24px;}
	.i_ad h4 {font-size: 18px;}
	.i_ad h4 svg {width: 20px;}
	.i_case h2 {font-size: 30px;font-weight: bold;}
	.i_case h3 {font-size: 24px;}
	.i_case h6 {font-size: 14px;margin-top: 20px;}
	.i_case .uk-position-relative {padding-left: 0;}
	.i_case .uk-card-default h3 {font-size: 24px;}
	.i_case .uk-card-default p {font-size: 14px;line-height: 1.5;}
	.i_case .uk-card-default {padding: 15px;}
	.i_case .uk-slidenav {background-color: #063a79;}
	.i_case .uk-slidenav:hover {background-color: #333;}
	.i_link h3 {font-size: 24px;}
	.i_link h5 {font-size: 16px;}
	.i_nav {padding-bottom: 10px !important;padding-top: 10px !important;}
	.i_nav .subnav a {padding: 0 15px;margin: 10px 0;}
	.i_nav .position a {line-height: 1.5;}
	
	.banner h2 {font-size: 24px;}
	.banner h4 {font-size: 16px;}
	.left h4 {position: relative;border-radius: 0 20px 0 0;font-size: 24px;line-height: 60px;}
	.left h4 svg {position: absolute;top: 50%;transform: translateY(-50%);margin-top: 4px;right: 40px;}
    .left .uk-list {height: 0;overflow: hidden;transition: .5s all;}
    .left .uk-list.active {height: 320px;max-height: 320px;overflow-y: auto;}
    .left .uk-list >li > .title {font-size: 16px;line-height: 40px;}
    .left .uk-list >li > .title a {line-height: 40px;}
    .left .uk-subnav >li > a {line-height: 35px;}
	.productlist .choose ul>li {padding-left: 20px;}
	.productlist .choose ul>li:first-child {width: calc(100% - 20px);}
	.productlist .choose ul>li>a.bt {line-height: 40px;padding: 0 15px;}
	.productlist .choose ul>li>a.value {line-height: 35px;padding:0 0 0 35px;}
	.productlist .uk-margin-small-top {margin-top: 0px!important;}
	.productlist .choose ul>li>a.value::before {left: 30px;}
    .productlist a.btn {line-height: 30px;padding: 0px 15px;font-size: 12px;}
    .product a.btn {padding: 0px 10px;font-size: 12px;}
	.product a.btn.uk-margin-left {margin-left: 0 !important;}
    .product .uk-card.uk-card-default {padding: 15px;}
	
	.msg h3 {font-size: 24px;}
	.product .uk-margin-left {margin-left: 5px!important;}
	.product .btn {padding: 0 10px;font-size: 14px;}
	.msg h1 {font-size: 24px;}
	.msg h5 {font-size: 12px;}
	.msg h4 {font-size: 28px;}
	.msg p {font-size: 16px;}
	.msg .uk-position-large {margin: 15px;--uk-position-margin-offset: 15px;}
	
	.page h3.title {font-size: 24px;}
	.page h4.title {font-size: 18px;}
	.jiaozhun h3.title {font-size: 24px;}
	.jiaozhun h4.title {font-size: 18px;}
	.jiaozhun .content .case .imgleft {width: 100%;}
	.jiaozhun .content .case .imgright {width: 100%;}
	.jiaozhun2 .content .img1 {width: 100%;}
	.jiaozhun2 .content .img2 {width: 100%;}
	.jiaozhun2 .content .img3 {width: 100%;}
	.jiaozhun2 .content .img4 {width: 100%;}
	
	.about h3.title {font-size: 24px;}
	.about h4.title {font-size: 18px;}
	.about .uk-card h3 {font-size: 24px;}
	.about .uk-card h4 {font-size: 18px;}
	.about .uk-card p {line-height: 1.5;}
	
	.history h3.title {font-size: 24px;}
	.history h4.title {font-size: 18px;}	
	.history .uk-slidenav {padding: 3px 8px;}
	.history .line {bottom: 14px;top: auto;transform:translateY(0)}
	.history ul>li::before {bottom: 2px;top: auto;transform:translateY(0)}
	
	.culture h3.title {font-size: 24px;}
	.culture h4.title {font-size: 18px;}
	.culture .uk-card.uk-padding {padding: 15px;}
	.culture .uk-card h4 {font-size: 18px;}
	.culture .uk-card p {line-height: 1.5;}
	.culture .uk-card h5 {font-size: 16px;}
	.culture .picture p {font-size: 12px;}
	.culture .picture img {width: 30px;}
	
	.patent h3.title {font-size: 24px;}
	.patent h4.title {font-size: 18px;}
	.patent .uk-inline-clip {padding: 8px 5px;}
	.patent h5 {font-size: 16px;line-height: 30px;}
	.patent .uk-grid {margin-left: -15px;}
	.patent .uk-grid>* {padding-left: 15px;}
	.patent .uk-grid>.uk-grid-margin {margin-top: 15px;}
	
	.equipment h3.title {font-size: 24px;}
	.equipment h4.title {font-size: 18px;}
	.equipment .uk-grid {margin-left: -15px;}
	.equipment .uk-grid>* {padding-left: 15px;}
	.equipment .uk-grid>.uk-grid-margin {margin-top: 15px;}
	
	.newslist .uk-card-default {padding: 15px;}
	.newslist .uk-grid {margin-left: -15px;}
	.newslist .uk-grid>* {padding-left: 15px;}
	.newslist .line {width: 30px;right: 0px;}
	
	.news h3 {font-size: 20px;}
	.news p {line-height: 1.5;}
	
	.contact h3 {font-size: 22px;}
	.contact h6 {font-size: 12px;}
	.contact p {font-size: 16px;}
	
	.joblist .uk-flex-between {flex-wrap: wrap;}
	.joblist .uk-accordion-title {padding: 0 15px;}
	.joblist .uk-accordion-title h4.title {display: none;}
	.joblist .uk-accordion-content .content {padding: 0 15px;}
	.joblist .uk-accordion-content .uk-padding {padding: 15px;}
	.joblist .uk-accordion-content .content h6 {line-height: 2;}
	.joblist p {line-height: 1.5;}
	.joblist a.btn {line-height: 30px;font-size: 14px;}
	
	
	.pagination span.page-status , .pagination span.page-pre, .pagination span.page-next {display: none;}
	.pagination span:not(.page-numbar) {margin: 0 3px;}
	.pagination span a.page-num {margin: 0 3px;}
	
}