/* common #333399 */
/* @font-face {font-family: 'Bebas Neue';src: url('../font/BebasNeue.woff2') format('woff2'),url('../font/BebasNeue.woff') format('woff'),url('../font/BebasNeue.otf') format('otf');font-weight: normal;font-style: normal;font-display: swap;} */
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;}
.uk-container-large {max-width: 1500px;}
/* table td,table th {border: 1px solid #dedede;} */

::-webkit-scrollbar {width: 8px;}
::-webkit-scrollbar-track {background: #f5f5f5;}
::-webkit-scrollbar-thumb {background: #333399;-webkit-border-radius: 8px;border-radius: 8px;border: 1px solid #f5f5f5;}

[class*=uk-dropdown-bottom] {margin-top: 0;}
.uk-dropdown {padding: 0;}

/* input-placeholder */
input::-webkit-input-placeholder {font-size: 14px;}
input:-moz-placeholder {font-size: 14px;}
input:-ms-placeholder {font-size: 14px;}

a.btn {display: inline-block;position: relative;line-height: 45px;padding: 0 20px;border: 1px solid #e1e1e1;}
a.btn svg {margin-top: -4px;transition: .5s all;}
a.btn:hover svg {animation: move 1s linear infinite;}

@keyframes move {
    16.65% {-webkit-transform: translateX(6px);transform: translateX(6px);}
    33.3% {-webkit-transform: translateX(-5px);transform: translateX(-5px);}
    49.95% {-webkit-transform: translateX(4px);transform: translateX(4px);}
    66.6% {-webkit-transform: translateX(-2px);transform: translateX(-2px);}
    83.25% {-webkit-transform: translateX(1px);transform: translateX(1px);}
    100% {-webkit-transform: translateX(0);transform: translateX(0);}
}

/* header */
.header {transition: .5s all;}
.header a {color: #fff;}
.header.uk-active ,.header.active {background-color: #fff;}
.header .uk-navbar-nav>li>a {color: #fff;line-height: 120px;height: 120px;transition: .5s all;font-size: 16px;margin: 0 15px;position: relative;padding: 0;}
.header .uk-navbar-nav>li.active>a,.header .uk-navbar-nav>li:hover>a {color: #333399;}
.header.uk-active .uk-navbar-nav>li>a ,.header.active .uk-navbar-nav>li>a {line-height: 80px;height: 80px;color: #333;}
.header.uk-active .uk-navbar-nav>li.active>a,.header.active .uk-navbar-nav>li.active>a,.header .uk-navbar-nav>li:hover>a  {color: #333399;}
.header .uk-navbar-nav>li>a::before {content: '';position: absolute;bottom: 0;left: 50%;right: 50%;height: 3px;background-color: #333399;transition: .5s all;}
.header .uk-navbar-nav>li.active>a::before,.header.active .uk-navbar-nav>li.active>a::before,.header .uk-navbar-nav>li:hover>a::before {left: 0;right: 0;}

.header .logo {line-height: 120px;height: 120px;transition: .5s all;}
.header .logo img {/* -webkit-filter:brightness(100);filter: brightness(100); */ filter: brightness(0) invert(1);}
.header.uk-active .logo ,.header.active .logo {line-height: 80px;height: 80px;}
.header.uk-active .logo img,.header.active .logo img {filter: none;}
.header .uk-dropdown {background-color: #dedede;}
.header .uk-nav>li>a {padding: 0 25px;font-size: 16px;color: #333;border-bottom: 1px solid #eee;transition: .5s all;line-height: 60px;display: block;text-align: center;position: relative;}
.header .uk-nav>li:hover>a {color: #333399;}

.header:not(.active):hover {background-color: #fff;}
.header:not(.active):hover .uk-navbar-nav>li>a {color: #333;}
.header:not(.active):hover .uk-navbar-nav>li.active>a ,.header:not(.active):hover .uk-navbar-nav>li:hover>a {color: #333399;}
.header:not(.active):hover .logo img {filter: none;}

/* i_banner */
.i_banner .uk-container {padding: 0;}
.i_banner h2 {font-size: 40px;line-height: 1.5;}
.i_banner h2 span {font-size: 24px;line-height: 1;}
.i_banner h2 span::before {content: '';width: 40px;height: 2px;background-color: #fff;display: inline-block;margin: 0 10px;}
.i_banner h4 {font-size: 18px;letter-spacing: 7px;}
.i_banner h5 {line-height: 2;margin-top: 10px;}
.i_banner .uk-dotnav>*>* {width: 42px;height: 2px;border-radius: 0;border: none;background-color: rgba(253, 253, 253,0.2);}
.i_banner .uk-dotnav>*.uk-active>* {background-color: #fdfdfd;}
.i_banner.uk-light h2.other  {color: #062055;}
.i_banner.uk-light h2.other1  {color: #111111;}
.i_banner.uk-light h5.other  {color: #333;}
/* .i_banner.uk-light a.btn {border-color: #fff;color: #fff;} */
.i_banner.uk-light a.btn.other {border-color: #666666;color: #666666;}
.i_banner.uk-light a.btn.other svg > * {stroke: #666666;}


/* i_nav */
.i_nav h4 ,.i_nav h4 a {font-size: 18px;color: #333;line-height: 60px;}

/* i_about */
.i_about h2 {font-size: 40px;line-height: 1.5;}
.i_about h4 {font-size: 20px;line-height: 2;color: #333399;}
.i_about a.btn {color: #333;}
.i_about h1 {font-size: 64px;font-family: arial;line-height: 1;color: #333399;}
.i_about p {color: #333;}

/* i_prod */
.i_prod {padding: 70px 0 200px;}
.i_prod h2 {font-size: 40px;line-height: 1.5;color: #fff;}
.i_prod .uk-card {padding-bottom: 100%;height: 0;background-image: url(../image/bg.png);background-size: cover;transition: 1s all;}
.i_prod .uk-transition-toggle:hover .uk-card {transform: rotate(360deg);}

/* i_case */
.i_case {margin-top: -70px;}
.i_case h3 {font-size: 32px;}
.i_case h6 {font-size: 14px;line-height: 2;}

/* i_com */
.i_com {background-image: linear-gradient(0, #f5f8fc, #fff);}
.i_com h2 {font-size: 40px;line-height: 1.5;}
.i_com .uk-overlay-default {background-color: #fff;}
.i_com h3 {font-size: 24px;}
.i_com h5 {color: #333399;letter-spacing: 2px;}
.i_com .uk-dotnav>*>* {border: none;background-color: #dedede;transition: .5s all;border-radius: 10px;}
.i_com .uk-dotnav>.uk-active>* {background-color: #333399;width: 30px;}

/* i_news */
.i_news h2 {font-size: 40px;line-height: 1.5;}
.i_news .card1 .uk-card {border-bottom: 1px solid #eee;}
.i_news h4 {font-size: 20px;height: 56px;font-weight: bold;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;transition: .5s all;}
.i_news h5 {overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;height: 68px;}
.i_news .card2 h5 {-webkit-line-clamp:2;height: 47px;}
.i_news h6 {color: #999;}
.i_news .uk-transition-toggle:hover h4 {color: #333399;}

/* contact */
.contact h4 {font-size: 24px;color: #336699;font-weight: bold;}
.contact h5 {font-size: 16px;margin-top: 10px;}
.contact p {font-size: 16px;color: #333;line-height: 1.5;}
.contact .map h4 {font-size: 18px;color: #fff;line-height: 60px;background-color: #336699;}
.contact svg {margin-top: -2px;}
.contact img {margin-top: 10px;width: 100px;}
.weixin img {border: 1px solid #dedede;}

/* message */
.message {background-color: #f8faff;padding: 40px;}
.message h2 {font-size: 26px;line-height: 1.5;font-weight: bold;}
.message .uk-form-label {display: block;padding: 0 10px;margin-bottom: 10px;}
.message .uk-textarea {padding: 5px 40px;background-color: #fff;border: none;}
.message .content .uk-form-icon {top: 8px;align-items: flex-start;}
.message .uk-input {background-color: #fff;border: none;line-height: 45px;height: 45px;}
.message .uk-button {background-color: #336699;color: #fff;transition: .5s all;}
.message .uk-button:hover {opacity: 0.8;}

/* career */
.career h1 {font-size: 220px;font-weight: bold;font-family: arial;line-height: 0.8;color: #f4f9fe;}
.career h4 {font-size: 30px;font-weight: bold;color: #336699;margin-bottom: 20px;}

.career.uk-section > div > div > div:nth-child(2) > div > div:nth-child(2) > div > div:nth-child(1) > h4 {color: #ff7600;}
.career.uk-section > div > div > div:nth-child(3) > div > div:nth-child(2) > div > div:nth-child(1) > h4 {color: #083f8d;}
.career.uk-section > div > div > div:nth-child(4) > div > div:nth-child(2) > div > div:nth-child(1) > h4 {color: #cb0101;}
.career p {font-size: 18px;line-height: 2;}
.career1 h3 {font-size: 36px;}
.career1 .uk-card {padding: 100px 150px;}
.career1 p {color: #fff;}

/* job */
.job .uk-width-8-15 {width: calc(100% * 8 / 15.001);}
.job .uk-card-default {box-shadow: 0 5px 15px rgb(0 0 0 / 8%);}
.job h4 {font-size: 24px;color: #336699;}
.job h5 {font-size: 18px;}

/* joblist */
.joblist h2 {font-size: 24px;font-weight: bold;}
.joblist .uk-accordion-title {border: 1px solid #eee;padding: 20px 40px;}
.joblist .uk-accordion-title h3 {font-size: 18px;color: #333;}
.joblist .uk-accordion-title h4 {font-size: 16px;color: #333;}
.joblist .uk-open .uk-accordion-title {background-image: -moz-linear-gradient( -90deg, rgb(40,96,170) 0%, rgb(84,147,198) 100%);background-image: -webkit-linear-gradient( -90deg, rgb(40,96,170) 0%, rgb(84,147,198) 100%);background-image: -ms-linear-gradient( -90deg, rgb(40,96,170) 0%, rgb(84,147,198) 100%);}
.joblist .uk-open .uk-accordion-title h3 {color: #fff;}
.joblist .uk-open .uk-accordion-title h4 {color: #fff;}
.joblist .uk-open>.uk-accordion-title::before {filter: brightness(100);}
.joblist p strong , p b {color: #336699;display: block;margin-top:10px;}
.joblist p {line-height: 2;}

/* newslist */
.newslist h6 {color: #999;}
.newslist h6 svg {margin-top: -4px;}
.newslist a.btn {display: inline-block;color: #333;transition: .5s all;}
.newslist h5 {height: 44px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.newslist h4 {font-size: 20px;font-weight: bold;transition: .5s all;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.newslist .uk-transition-toggle:hover h4 {color: #336699;}
.newslist .uk-transition-toggle:hover a.btn {border-color: #336699;color: #336699;}
.newslist .newslist_ {border-bottom: 1px solid #eee;padding: 40px 0;}

/* news */
.news p {text-indent: 32px;}
.news p img {display: block;margin: 0 auto !important;max-width: 800px;} 
.news section img {display: block;margin: 0 auto;max-width: 800px;}

/* productlist */
.productlist .productlist_ img {filter: brightness(0);}
.productlist h4 {font-size: 30px;font-weight: bold;transition: .5s all; color: #336699;margin-bottom: 20px;}
.productlist .nav {height: 50px;}
.productlist .line {width: 100%;height: 2px;background-color: #bfbfbf;margin-bottom: 40px;}
.productlist .line::before {content: '';position: absolute;width: 27px;height: 27px;border: 1px solid #bfbfbf;border-radius: 50%;background-color: rgb(255, 255, 255);left: 50%;top: 50%;transform: translate(-50%,-50%);transition: .5s all;}
.productlist .line::after {content: '';position: absolute;width: 13px;height: 13px;border-radius: 50%;background-color: #bfbfbf;left: 50%;top: 50%;transform: translate(-50%,-50%);transition: .5s all;}
.productlist .active .line::before ,.productlist .productlist_:hover .line::before {border-color: #336699;}
.productlist .active .line::after,.productlist .productlist_:hover .line::after {background-color: #336699;}
.productlist .active h4 ,.productlist .productlist_:hover h4 {color: #336699;}
.productlist .active img,.productlist .productlist_:hover img {filter: brightness(0) invert(32%) sepia(59%) saturate(502%) hue-rotate(168deg) brightness(101%) contrast(94%);}

.productlist .products .uk-card {border: 12px solid #eee;transition: .5s all;}
.productlist .products h5 {transition: .5s all;}
.productlist .products .uk-transition-toggle:hover h5 {color: #336699;}
.productlist .products .uk-transition-toggle:hover .uk-card {border-color: #336699;}
.productlist .products .uk-transition-toggle svg > * {transition: .5s all;}
.productlist .products .uk-transition-toggle:hover svg > * {stroke:#336699;}
.productlist .products .products_ {border-bottom: 1px solid #EEEEEE;transition: .5s all;}
.productlist .products .uk-transition-toggle:hover .products_ {border-color: #336699;}
.productlist .content {margin-top: 60px;}
.productlist .content p {color: #666;line-height: 1.5;margin-bottom: 10px;}
.productlist .content h5 {color: #666;line-height: 1.5;margin-bottom: 10px;}
.productlist .desc {margin-bottom: 40px;}
.productlist hr {margin:60px 0;}
.productlist .uk-accordion-title {background-color: #f5f5f5;font-size: 18px;height: 45px;line-height: 45px;display: block;padding: 0 20px;}
.productlist .uk-accordion-title::before {height: 45px;width: 45px;background-image: url(../image/add.png);transition: .5s all;}
.productlist .uk-open>.uk-accordion-title::before {background-image: url(../image/less.png);}




/* product */
.product a.btn {display: inline-block;color: #333;transition: .5s all;}
.product .thumbnav {transform: rotate(90deg) translateY(-100%);transform-origin: top left;height: 39%;width: 373px;}
.product .thumbnav .uk-transition-toggle {transform: rotate(-90deg) translate(-124%,12%);transform-origin: top left;}
.product .thumbnav .uk-card-default {border: 1px solid #eee;transition: .5s all;}
.product .thumbnav li.uk-transition-active .uk-card-default , .product .thumbnav li:hover .uk-card-default {border-color: #336699;}
.product .thumbnav li {transition: .5s all;padding: 5px;}
.product canvas {opacity: 0.5;transition: .5s all;}
.product .uk-active canvas {opacity: 1;}
.product_ .productdesc {background-color: #f8faff;}
.product_ .productdesc a {font-size: 16px;font-weight: bold;color: #333;display: inline-block;line-height: 45px;padding: 0 20px;}
.product_ .productdesc a.active,.productdesc a:hover {background-color: #336699;color: #fff;}
.product_ h4 {font-size: 16px;line-height: 30px;}
.product_ p {line-height: 26px;}

/* left */
.left h4 {font-size: 26px;color: #000;line-height: 60px;background-color: #d9d9d9;font-weight: normal;padding: 0 20px;}
.left .uk-list {margin-top: 1px;}
.left .uk-list >li > .title {font-size: 18px;color: #000000;background-color: transparent;display: block;padding: 0 15px ;line-height: 45px;transition: .5s all;border-bottom: 1px solid #dedede;}
.left .uk-list >li > .title a {color: #000000;transition: .5s all;}
.left .uk-list>:nth-child(n+2) {margin-top: 1px;}
.left .uk-list >li > .title.active a,.left .uk-list >li > .title:hover a {color: #336699;}
.left .uk-list >li > .title svg > * {transition: .5s all;}
.left .uk-list >li > .title.active svg > *.line,.left .uk-list >li > .title:hover svg > *.line {stroke: #fff;}
.left .leftnav_ {margin-top: 1px;transition: .5s all;overflow: hidden;height: 0;}
.left .leftnav_.active {height: auto;}
.left .uk-subnav {margin-left: 0;display: block;}
.left .uk-subnav >li {width: 100%;padding-left: 0;}
.left .uk-subnav >li > a {font-size: 16px;color: #333;background-color: #fff;display: block;padding: 0 25px ;line-height: 40px;border-bottom: 1px solid #dedede;}
.left .uk-subnav >li.active > a,.left .uk-subnav >li:hover > a {color: #336699;}


/* caselist */
.caselist img {filter: brightness(0);}
.caselist h4 {font-size: 20px;font-weight: bold;transition: .5s all;}
.caselist .nav {height: 50px;}
.caselist .line {width: 100%;height: 2px;background-color: #bfbfbf;margin-bottom: 40px;}
.caselist .line::before {content: '';position: absolute;width: 27px;height: 27px;border: 1px solid #bfbfbf;border-radius: 50%;background-color: rgb(255, 255, 255);left: 50%;top: 50%;transform: translate(-50%,-50%);transition: .5s all;}
.caselist .line::after {content: '';position: absolute;width: 13px;height: 13px;border-radius: 50%;background-color: #bfbfbf;left: 50%;top: 50%;transform: translate(-50%,-50%);transition: .5s all;}
.caselist .active .line::before ,.caselist .caselist_:hover .line::before {border-color: #336699;}
.caselist .active .line::after,.caselist .caselist_:hover .line::after {background-color: #336699;}
.caselist .active h4 ,.caselist .caselist_:hover h4 {color: #336699;}
.caselist .active img,.caselist .caselist_:hover img {filter: brightness(0) invert(32%) sepia(59%) saturate(502%) hue-rotate(168deg) brightness(101%) contrast(94%);}

/* case */
.case h4 {font-size: 18px;font-weight: bold;color: #336699;}
.case p img {margin-top: 20px;}

/* company */
.company h2 {font-size: 48px;font-weight: bold;}
.company h2 span {color: #cc0000;}
.company h4 {font-size: 30px;}
.company p {line-height: 2;color: #333;}
.company .counter-value {font-size: 36px;font-weight: bold;padding-left: 40px;position: relative;margin-right: 10px;}
.company .counter-value::before {content: '';position: absolute;width: 16px;height: 3px;background-color: #336699;left: 0;top: 24px;}
.company .ico {padding: 0 0 30px 30px;}
.company .line {font-size: 40px;color: #336699;}

.company_ h2 {font-size: 48px;font-weight: bold;}
.company_ h2 span {color: #cc0000;}
.company_ .i_prod {padding: 0;}
.company_ .i_prod .uk-card {filter: brightness(0) invert(32%) sepia(59%) saturate(502%) hue-rotate(168deg) brightness(101%) contrast(94%);}
.company_ .i_prod.uk-card img {filter: brightness(0);}

/* com_adv */
.com_adv h2 {font-size: 48px;font-weight: bold;}
.com_adv h2 span {color: #cc0000;}
.com_adv h4 {font-size: 24px;color: #000;}
.com_adv h5 {font-size: 18px;transition: .5s all;}
.com_adv .uk-overlay-default {background-color: #d81318;}
.com_adv .uk-overlay-default img {width: 44px;}
.com_adv .uk-transition-toggle p {color: #fff;}
.com_adv .uk-transition-toggle:hover h5 {color: #cc0000;}

/* com_app */
.com_app h2 {font-size: 48px;font-weight: bold;}
.com_app h2 span {color: #cc0000;}
.com_app h4 {font-size: 24px;color: #fff;}
.com_app .uk-overlay-default {background-color: rgba(22, 65, 145,0.45);}

/* about */
.about h2 {font-size: 48px;font-weight: bold;}
.about h2 span {color: #cc0000;}
.about h5 {color: #999999;}
.about p {line-height: 2;color: #333;}
.about .uk-list-square>* {padding-left: 24px;}
.about .about_com {margin-top: 200px;}
.about .uk-list>* {overflow: hidden;}
.about .uk-list>*>:last-child {color: #999999;transition: .5s all;font-size: 18px;}
.about .uk-list>*.active>:last-child {color: #336699;}
.about .uk-list-square>::before {color: #cc0000;transition: .5s all;transform: scale(1.5);}
.about .uk-list-square>.active::before {color: #336699;}
.about .uk-list>*> a > svg {margin-top: -4px;transform: translateY(20px);transition: .5s all;}
.about .uk-list>*.active > a > svg {transform: translateY(0);}
.about #com h5 {color: #333;}
.about #com p {line-height: 1.2;color: #333;}
.about #com p span {font-family: arial;font-size: 48px;color: #336699;}
.about #com p sup {font-size: 14px;top: -1.5em;left: 10px;}
.about .about_adv {margin-top: 100px;}
.about .about_adv h3 {font-size: 30px;letter-spacing: 5px;transition: .5s all;}
.about .about_adv p {font-size: 18px;color: #999;transition: .5s all;}
.about .about_adv .uk-card {transition: .5s all;padding: 10px 0;}
.about .about_adv .uk-card:hover {background-color: rgb(0, 28, 88);box-shadow: inset -3.597px -3.473px 2px 0px rgba(255, 255, 255, 0.6),inset -2.158px -2.084px 30px 0px rgba(255, 255, 255, 0.5),inset 4.415px 2.347px 2px 0px rgba(255, 255, 255, 0.5),inset 44.147px 23.474px 100px 0px rgba(255, 255, 255, 0.5);}
.about .about_adv .uk-card:hover h3 {color: #fff;}
.about .about_adv .uk-card:hover p {color: #fff;}

/* history */
.history h2 {font-size: 48px;font-weight: bold;color: #fff;}
.history h2 span {color: #cc0000;}
.history h5 {color: #fff;}
.history h1 {font-size: 150px;font-weight: bold;color: #fff;}
.history h1 sup {font-size: 48px;color: #fff;top: -1.5em;left: 10px;}
.history p {color: #fff;}
.history p b,.history p strong {font-size: 24px;color: #fff;}
.history .uk-slidenav {background-color: #fff;border-radius: 50%;padding: 13px 17px;color: #333;transition: .5s all;}
.history .uk-slidenav svg {width: 10px;}
.history .uk-slidenav:hover {background-color: #cc0000;}
.history .uk-dotnav>*>* {width: auto;height: auto;border-radius: 0;background-color: transparent;text-indent: 0;border: none;color: #fff;font-size: 24px;transition: .5s all;}
.history .uk-dotnav>.uk-active>*,.history .uk-dotnav>:hover>* {color: #cc0000;}
.history .uk-slider-nav li > a {position: relative;padding-top: 30px;}
.history .uk-slider-nav li > a::before {content: '';position: absolute;top: 0;left: 50%;transform: translateX(-50%);width: 12px;height: 12px;border-radius: 50%;background-color: #fff;transition: .5s all;}
.history .uk-slider-nav li > a::after {content: '';position: absolute;top: 1.5px;left: 50%;transform: translateX(-50%);width: 8px;height: 8px;border-radius: 50%;background-color: #fff;}
.history .uk-slider-nav li.uk-active > a::before,.history .uk-slider-nav li:hover > a::before {background-color: #cc0000;}
.history .line {position: absolute;width: 100%;height: 4px;background-color: rgba(166, 166, 166,0.3);bottom: 128px;}

/* team */
.team h2 {font-size: 48px;font-weight: bold;color: #fff;}
.team h2 span {color: #cc0000;}
.team h5 {color: #fff;}
.team h3 {font-size: 30px;color: #fff;}
.team .uk-overlay-default {background-color: rgba(0,0,0,0.50);border-radius: 10px;}
.team .uk-card {border-radius: 10px;}
.team p {color: #fff;}

/* adv */
.adv h2 {font-size: 48px;font-weight: bold;color: #fff;}
.adv h2 span {color: #cc0000;}
.adv h5 {color: #fff;text-transform: uppercase;}
.adv h3 {color: #fff;}
.adv p {color: #fff;}
.adv .uk-card-default {padding: 50px 0;transition: .5s all;}
.adv .about_adv1 {background-color: rgba(51, 102, 153,0.85);border-top-left-radius:30px;height: 290px;}
.adv .about_adv2 {background-color: rgba(17, 59, 99,0.85);border-top-left-radius:30px;height: 460px;}
.adv .about_adv3 {background-color: rgba(51, 102, 153,0.85);border-top-right-radius:30px;height: 430px;}
.adv .about_adv4  {background-color: rgba(17, 59, 99,0.85);border-top-right-radius:30px;height: 340px;}
.adv .uk-card-default img {width: 52px;transition: .5s all;}
.adv .uk-card-default:hover {background-color: #083f8d;}


/* foot */
.foot {background-color: #1d2e44;}
.foot .uk-list h4 {margin-bottom: 20px;}
.foot .uk-list h4 a {font-size: 20px;color: #fff;}
.foot .uk-list > li {margin-top: 20px;}
.foot .uk-list > li > a {font-size: 16px;color: #999;display: inline-block;transition: .5s all;}
.foot .uk-list > li:hover > a {transform: translateX(10px);}
.foot h3 {font-size: 24px;font-family: arial;color: #fff;}
.foot h5 {color: #fff;}
.footer p ,.footer p a {line-height: 45px;font-size: 14px;color: #999;transition: .5s all;}
.footer p a:hover {color: #fff;}

/* pagination */
.pagination .page-status {display: none;}
.pagination span:not(.page-numbar) {margin: 0 8px;color: #333399;}
.pagination span a:not(.page-num) {color: #333399;position: relative;border: 1px solid #333399;padding:8px 10px;transition: 0.5s all;}
.pagination span a.page-num {color: #333399;position: relative;margin: 0 8px;padding: 8px 10px;border: 1px solid #333399;transition: 0.5s all;}
.pagination span a:hover,.pagination span a.page-num.page-num-current {color: #fff;background-color: #333399;}

/* pagination_page */
.pagination_page {display: flex;flex-wrap: wrap;margin-left: 0;padding: 0;list-style: none;}
.pagination_page a {position: relative;color: #333;transition: 0.5s all;}
.pagination_page a:hover{color: #333399;}
.pagination_page a:before {content: '';position: absolute;bottom: -5px;width: 0px;height: 1px;background-color: transparent;transition: 0.5s all;}
.pagination_page a:hover:before {background-color: #333399;width: 100%;}

/* @media */
@media screen and (max-width: 2200px) {
	
}
@media screen and (max-width: 1600px) {
	.i_about h1 {font-size: 56px;}
	.i_banner .uk-container {padding: 0 80px;}
}
@media screen and (max-width: 1400px) {
	.header .uk-navbar-nav>li>a {margin: 0 15px;}
	.i_about h1 {font-size: 44px;}
	.i_about p {font-size: 14px;}
	
}
@media screen and (max-width: 1200px) {
	.i_about h1 {font-size: 38px;}
	.i_about p {font-size: 12px;}
}
@media screen and (max-width: 960px) {
	.uk-offcanvas-bar {width: 100%;left: -100%;padding:0;}
	.header .logo {width: auto;height: auto;}
	.header .uk-navbar-toggle {padding: 0;}
	.header.uk-active .uk-navbar-toggle,.header.active .uk-navbar-toggle {color: #333;}
	.uk-offcanvas-bar .header img.logo {-webkit-filter:brightness(100);filter: brightness(100);}
	
	.i_banner .uk-container {padding: 0 40px;}
	.i_banner h2 {font-size: 28px;}
	.i_about h2 {font-size: 28px;color: #fff;}
	.i_about h4 {color: #fff;}
	.i_about p {color: #fff;}
	.i_about a.btn {color: #fff;}
	.i_about h1 {color: #fff;}
	.i_prod h2 {font-size: 28px;}
	
	.i_case h3 {font-size: 24px;}
	.i_com h2 {font-size: 28px;}
	.i_com h3 {font-size: 16px;}
	.i_com .uk-overlay-default {padding: 15px;}
	.i_news h2 {font-size: 28px;}
	
	.about h2 {font-size: 28px;}
	.about h5 {font-size: 12px;}
	.about .about_com {margin-top: 10px;}
	.history h2 {font-size: 28px;}
	.history h1 {font-size: 60px;}
	.history h1 sup {font-size: 24px;}
	.history p {font-size: 14px;}
	.history p b, .history p strong {font-size: 18px;}
	.history .uk-slidenav {padding: 5px 8px;}
	
	.adv h2 {font-size: 28px;}
	.adv h5 {font-size: 12px;}
	.adv h3 {font-size: 16px;}
	.adv p {font-size: 12px;}
	.adv .uk-card-default {border-radius: 30px;height: auto;}
	
	.header .uk-logo img {-webkit-filter:brightness(100);filter: brightness(100);}
	.header.uk-active .uk-logo img,.header.active .uk-logo img {filter: none;}
	
	.about #com p span {font-size: 24px;}
	.about #com p sup {font-size: 12px;left: 5px;}
	.history .uk-dotnav>* {display: none;}
	.history .uk-dotnav>*.uk-active {display: flex;}
	.history .line {bottom: 99px;}
	
	.company h2 {font-size: 36px;}
	.company h4 {font-size: 24px;}
	.company .ico {padding: 0 0 30px 0;}
	.company .line {font-size: 24px;}
	
	.team {background-size: 300% auto !important;}
	.team h2 {font-size: 28px;}
	.team h5 {font-size: 12px;}
	.team h3 {font-size: 16px;}
	.team p {font-size: 12px;}
	
	.i_nav h4, .i_nav h4 a {font-size: 12px;}
	.news p img {max-width: 100%;}
	
	.job .uk-width-8-15 {width: 100%;}
	.job .uk-padding-large {padding: 0;}
	.job .uk-position-cover {position: relative;}
	.job .uk-card-default {padding: 15px;}
	.job h4 {font-size: 18px;}
	.job h5 {font-size: 16px;}
	.joblist .uk-accordion-title {padding: 15px;}
	.joblist .uk-accordion-title h3 {font-size: 16px;}
	.joblist .uk-accordion-title h4 {display: none;}
	.joblist .uk-accordion-content.uk-padding {padding: 15px;}
	.career h1 {font-size: 150px;}
	.career1 .uk-card {padding: 15px;}
	.career1 h3 {font-size: 24px;}
	.career1 p {text-align: left;}
	.message {padding: 15px;}
	.message h2 {font-size: 28px;}
	.weixin img {margin: 0 auto;}
	
	.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;}
	
}