@charset "utf-8"; 
/* html, body{
  background-color: #F4F8FC;
} */
body.en-us{
  font-family: "Google Sans Display", Arial, sans-serif !important;
}
.en-us h1, .en-us .uk-h1, .en-us h2, .en-us .uk-h2, .en-us h3, .en-us .uk-h3, .en-us h4, .en-us .uk-h4, .en-us h5, .en-us .uk-h5, .en-us h6, .en-us .uk-h6,.en-us .uk-navbar-nav > li > a, .en-us .uk-navbar-item, .en-us .uk-navbar-toggle{
  font-family: "Google Sans", Arial, sans-serif !important;
}
a, a:hover, .uk-link{
  color: #333;
  text-decoration: none;
}
.fn-hide{
  display: none;
}
/* 文件图标
 * File Ico
 */

.ico-doc-small, .ico-docx-small, .ico-xls-small, .ico-xlsx-small, .ico-txt-small, .ico-pdf-small, .ico-pdfx-small, .ico-ppt-small, .ico-pptx-small, .ico-pic-small, .ico-jpg-small, .ico-jpeg-small, .ico-gif-small, .ico-png-small, .ico-bmp-small, .ico-tif-small, .ico-rar-small , .ico-zip-small , .ico-doc, .ico-docx, .ico-xls, .ico-xlsx, .ico-txt, .ico-pdf, .ico-pdfx, .ico-ppt, .ico-pptx, .ico-pic, .ico-jpg, .ico-jpeg, .ico-gif, .ico-png, .ico-bmp, .ico-tif, .ico-rar, .ico-zip,.ico-attach {
  width:16px;
  height:16px;
  background:url(../images/ico-files.png) no-repeat;
  display:inline-block;
  vertical-align:middle;
  overflow:hidden;
  margin:0 5px 0 0
}
.ico-doc-small, .ico-docx-small, .ico-xls-small, .ico-xlsx-small, .ico-txt-small, .ico-pdf-small, .ico-pdfx-small, .ico-ppt-small, .ico-pptx-small, .ico-pic-small, .ico-jpg-small, .ico-jpeg-small, .ico-gif-small, .ico-png-small, .ico-bmp-small, .ico-tif-small, .ico-rar-small, .ico-zip-small {
  width:18px;
  height:18px;
  vertical-align: -4px;
}
.ico-doc, .ico-docx, .ico-xls, .ico-xlsx, .ico-txt, .ico-pdf, .ico-pdfx, .ico-ppt, .ico-pptx, .ico-pic, .ico-jpg, .ico-jpeg, .ico-gif, .ico-png, .ico-bmp, .ico-tif, .ico-rar, .ico-zip {
  width:48px;
  height:48px
}
/*大图标（默认大图标，-small小图标）*/
.ico-doc {
  background-position:0 0
}
.ico-doc-small {
  background-position:0 -58px
}
.ico-docx {
  background-position:0 0
}
.ico-docx-small {
  background-position:0 -58px
}
.ico-xls {
  background-position:-58px 0
}
.ico-xls-small {
  background-position:-28px -58px
}
.ico-xlsx {
  background-position:-58px 0
}
.ico-xlsx-small {
  background-position:-28px -58px
}
.ico-txt {
  background-position:-174px 0
}
.ico-txt-small {
  background-position:-84px -58px
}
.ico-pdf {
  background-position:-116px 0
}
.ico-pdf-small {
  background-position:-56px -58px
}
.ico-pdfx {
  background-position:-116px 0
}
.ico-pdfx-small {
  background-position:-56px -58px
}
.ico-ppt {
  background-position:-232px 0
}
.ico-ppt-small {
  background-position:-112px -58px
}
.ico-pptx {
  background-position:-232px 0
}
.ico-pptx-small {
  background-position:-112px -58px
}
.ico-pic {
  background-position:-290px 0
}
.ico-pic-small {
  background-position:-140px -58px
}
.ico-jpg {
  background-position:-348px 0
}
.ico-jpg-small {
  background-position:-168px -58px
}
.ico-jpeg {
  background-position:-348px 0
}
.ico-jpeg-small {
  background-position:-168px -58px
}
.ico-gif {
  background-position:-406px 0
}
.ico-gif-small {
  background-position:-196px -58px
}
.ico-png {
  background-position:-522px 0
}
.ico-png-small {
  background-position:-252px -58px
}
.ico-bmp {
  background-position:-580px 0
}
.ico-bmp-small {
  background-position:-280px -58px
}
.ico-tif {
  background-position:-464px 0
}
.ico-tif-small {
  background-position:-224px -58px
}
.ico-rar {
  background-position:-638px 0
}
.ico-rar-small {
  background-position:-308px -58px
}
.ico-zip {
  background-position:-638px 0
}
.ico-zip-small {
  background-position:-308px -58px
}
.ico-attach {
  background-position:-365px -59px;
  width:14px;
  height:15px;
  display:inline-block;
  vertical-align:top;
  margin:1px 0 0 5px;
  *margin-top:-2px;
}
header{
  position: fixed;
  width: 100% !important;
  z-index: 999;
}
header .uk-navbar-nav > li > a{
  color: #fff
}
header.uk-active, .index header.uk-active{
  background-color: #124d92;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .05)
}
header .uk-navbar-nav > li > a{
  color: rgba(255, 255, 255, .8);
  font-weight: 600;
}
header .uk-navbar-nav>li:hover>a, header .uk-navbar-nav>li>a.uk-open, header .uk-navbar-nav>li>a:focus {
    color: #fff;
}
header .uk-button:not(:disabled){
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
.index{
  background-color: #fff;
}
.mod-menu-background, .mod-menu-background .uk-background-cover{
  height: 250px;
  background-image: linear-gradient(160deg, #00b3ff 20%,#b100ff 80%);
  background-repeat: no-repeat;
  background-position: center top
}
.mod-menu-background{
  margin-bottom: 30px;
}
.index .mod-menu-background{
  display: none;
}
.mod-menu-background .ui-mask{
  background-image: linear-gradient(160deg, #00b3ff 20%,#b100ff 80%);
  opacity: .8;
}
.mod-menu-background .has-banner .ui-mask{
  height: 80px;
  top: 0;
  opacity: .85;
  display: none !important;
}
.mod-menu-background h3{
  position: relative;
  z-index: 99;
  font-size: 30px;
  font-weight: 200;
}
.mod-languages-dropdown{
  min-width: auto;
  border-radius: 10px;
  padding: 15px 25px;
  background-color: rgba(255, 255, 255, .95)
}
.mod-languages-dropdown li{
  text-align: left;
  font-size: 13px;
}
.mod-languages-button{
  padding: 0;
  border: none;
}
.uk-sticky-placeholder{
  display: none;
}
.uk-logo{
  /* padding: 0; */
}
.uk-logo img{
  display: block;
  width: 200px;
}
#home-slideshow{
  background: #124d92;
  width: 100%;
  overflow: hidden;
}
#home-slideshow ul > li > a{
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: none;
  background-size: cover;
  background-position: center bottom;
}
#home-slideshow .uk-slideshow-nav{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#home-slideshow ul.uk-slideshow-nav > li{
  padding: 1px 0;
}
#home-slideshow ul.uk-slideshow-nav > li.uk-active{
  background: #fff;
}
#home-slideshow ul.uk-slideshow-nav > li > a{
  width: 100px;
  height: 2px;
  border-radius: 0;
  background-color: #fff;
  opacity: .4;
}
#home-slideshow .banner-description-wrapper{
  padding-top: 0;
  max-width:600px;
  padding-left: 10vw;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .05)
}
#home-slideshow .banner-description-inner h1{
  font-size: 70px;
  font-weight: bolder;
}
#home-slideshow .banner-description-inner h5{
  font-size:20px;
}
header .uk-navbar .uk-navbar-dropdown{
  border-radius: 15px;
  overflow: hidden;
  transition: all .1s;
  padding: 0 !important;
 /*  -webkit-transform: translateY(0) scale(.95);
  transform: translateY(0) scale(.95);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0; */
}
header .uk-navbar .uk-navbar-dropdown .uk-background-cover{
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}
header .uk-navbar .uk-navbar-dropdown .uk-navbar-dropdown-nav>li>a{
  font-weight: bold;
  color: #444;
  font-size: 13px;
}
header .uk-navbar .uk-navbar-dropdown .uk-navbar-dropdown-nav>li>a:hover{
  color: #124d92;
}
header .uk-navbar .uk-navbar-dropdown .uk-navbar-dropdown-nav>li>a .uk-icon{
  font-size: 12px;
}
header .uk-navbar .uk-navbar-dropdown .uk-grid{
  padding: 10px 20px 20px;
}
header .uk-navbar .uk-navbar-dropdown.uk-open{
}
.mod-categories img{

}
.mod-categories .uk-grid-l img{
  height: 324px;
}
.mod-categories .uk-inline-clip{
  float: left;
    display: block;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, .1)
  position: relative;
  top: 0;
  transition: all .3s;
}
.mod-categories .uk-inline-clip:hover{
  transform: scale(1.01, 1.01);
  top: -.5rem;
}
.mod-categories .uk-grid-l .uk-inline-first-clip, .mod-categories .uk-grid-l .uk-inline-second-clip{
  margin-bottom: 20px;
}
.mod-categories .uk-grid-l .uk-inline-second-clip{
  margin-left: 15px;
}
.mod-categories .uk-grid-l .uk-inline-fourth-clip{
  margin-left: 8px;
}
.mod-categories .uk-grid-r{
  max-width: 400px;
}
.mod-categories .uk-grid-r .uk-inline-first-clip{
  margin-bottom: 15px;
}
.section-title{
  padding: 0 0 30px;
}
.section-title h1{
  font-weight: 800;
  margin: 0 0 5px;
  font-size: 36px;
}
.section-title h5{
  font-weight: normal;
  margin: 10px 0 0;
  font-size: 18px;
}
.mod-about{
  position: relative;
}
.mod-about .uk-background-cover{
  height: auto;
}
.mod-about .uk-background-cover .uk-container{
  padding: 60px 0 30px;
  color: #eee;
}
.mod-about .uk-background-cover .uk-container h3{
  font-weight: 600;
  color: #fff;
  font-size: 26px;
  margin: 30px 0 10px;
}
.mod-about .uk-background-cover .uk-container p{
  font-size: 13px;
  margin: 0 0 10px;
  line-height: 1.8;
  font-weight: 300;
}
.mod-about .uk-background-cover .uk-container a{
  color:#A30000;
  font-size: 14px;
}
.ui-mask{
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
  position: absolute;
  left: 0;
}

.mod-process{
  padding: 80px 50px;
  background-color: #F4F8FC;
  margin: 0;
}
.mod-process .uk-container{
  max-width: 700px;
}
.mod-process .uk-container .uk-grid{
  max-width: 500px;
  margin: 0 auto;
}
.mod-process .uk-container .uk-grid > div{
  padding: 0 !important;
}
.mod-process .uk-container .uk-grid .rectangle-line{
  padding: 34px 0 !important;
}
.mod-video{
  margin-top: 0;
}
.mod-video .uk-panel{
  padding: 80px 0;
}
.mod-video .mod-about-company{
 /*  max-width: 500px; */
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
}
.mod-video .mod-about-company h3{
  font-weight: 800;
  font-size: 36px;
  color: #fff;
}
.mod-video .mod-about-company .mod-about-text{
  font-weight: 300;
}
.mod-video a{
  color: #fff;
}
.mod-partner .section-title{
  margin-bottom: 20px;
}
.mod-partner .section-title h1{
  font-weight: 400;
  position: relative;
}
.mod-partner .section-title h1:after{
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  border-bottom: 1px dashed #888;
  position: absolute;
  left: 0;
  bottom: 24px;
  z-index: 1;
}
.mod-partner .section-title h1 span{
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding: 0 15px;
}
.ui-breadcrumb{
  font-size: 14px;
  padding: 15px 0;
}
.navigation-pipe{
  display: inline-block;
  margin: 0 5px;
  color: #999;
}
.mod-column{
  font-size: 13px;
}
.ui-main-content{
  font-weight: 400;
  line-height: 1.8;
}
.ui-main-content p{
  margin: 0 0 10px !important;
}
.mod-left-column{
  position: relative;
}
.mod-left-column .mod-sticky{
  z-index: 1;
}
.mod-column .ui-box{
}
.mod-column .ui-box .ui-box-head, .mod-column .ui-box .ui-box-container{
}
.mod-column .ui-box .ui-box-container{
   /* border-top: 3px solid #124d92; */
}
.mod-right-column .mod-column .ui-box{
  padding: 20px 30px;
  border: 1px solid #f1f1f1;
  border-top: 4px solid #124d92;
}
.mod-sider-contact p{
  margin: 0;
}
.mod-product-categories .uk-background-cover{
  width: 3rem;
  height: 3rem;
  border-radius: 100%;overflow: hidden;
  background-position: center;
  background-size: cover;
  float: left;
}
.mod-product-categories .uk-list{
  text-align: left;
}
.mod-product-categories .uk-list > li{
  display: block;
  /* background-color: #f8f8f8; */
  border: 1px solid #f1f1f1;
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 -1px;
  padding: .5rem 1rem;
}
.mod-product-categories .uk-text-capitalize > span{
  margin-left: .5rem;
  line-height: 3rem;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all .3s;
}
.mod-product-categories a{
  display: block;
}
.mod-top-product-categories .uk-alert{
  font-size: 13px;
  border-radius: 5px;
  display: inline-block;
  font-weight: bold;
}
.mod-top-product-categories .uk-alert .icon-checked{
  display: none;
}
.mod-top-product-categories .uk-alert.uk-alert-success .icon-checked{
  display: inline;
}
.mod-top-product-categories .uk-grid {
  margin-bottom: 40px;
  text-align: center !important;
}
.mod-top-product-categories .uk-grid > div{
  margin-top: 10px !important;
  display: inline-block;
}
.mod-product-categories a:hover > span{
  padding-left: 10px;
  color: #124d92;
}
.mod-right-column .mod-column .ui-box .ui-box-container{
  border: none;
  line-height: 1.8;
}
.mod-column .ui-box .ui-box-head{
    padding:0 0 0 0;
    color: #124d92;
    line-height: 30px;
    font-weight: 800;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.mod-column .ui-box .ui-box-head .uk-icon{
  float: right;
  margin: 4px 4px 0 0;
  display: none;
}
.mod-column .ui-box .ui-box-head .uk-icon svg{
  width: 24px;
}
.mod-column .ui-box .uk-list, .mod-column .ui-box .uk-list > li{
  margin: 0;
}
.mod-column .ui-box-container{
  /*  padding: 10px 20px;
   background-color: #f8f8f8;
    /* border-radius: 10px; */ */
}
.mod-column .ui-box .uk-list{
  padding: 0 0 20px;
}
.mod-column .ui-box .uk-list > li > a{
  display: block;
  line-height: 1.8;
  padding: 7px 0;
  font-size: 13px;
  transition: all .3s;
  color: #555;
}
.mod-column .ui-box .uk-list > li > a > .uk-icon{
  float: right;
  color: #ccc;
  padding-right: 10px;
  transition: all .3s;
  display: none;
}
.mod-column .ui-box .uk-list > li > a:hover, .mod-column .ui-box .uk-list > li > a:hover .uk-icon{
  color: #fe0000;
}
.mod-column .ui-box .uk-list > li.uk-active > a, .mod-column .ui-box .uk-list > li.uk-active > a .uk-icon{
  color: #124d92;
}
.mod-column .ui-box .uk-list > li:last-child > a{
  border: none;
}
.mod-content{
  position: relative; 
}
.mod-content{
  position: relative; 
}
.mod-products .uk-card .ui-mask{
  background-image: linear-gradient(to top, #000 20%,transparent);
  opacity: .5
}
.mod-products .uk-card{
  border-radius: 5px;
  overflow: hidden;
}
.mod-products .uk-card .uk-background-cover{
  transition: all .3s;
}
.mod-products .uk-card a:hover .uk-background-cover{
  background-size: 150%;
}
.mod-products .uk-card h1{
  font-size: 15px;
  position: relative;
  z-index: 99;
}
.ui-tipbox-empty{
  text-align: center;
  padding: 50px 0;
}
.ui-tipbox-empty .ui-tipbox-icon{
  margin-bottom: 20px;
}
.ui-tipbox-empty .ui-tipbox-title{
  font-weight: bold;
}
.ui-tipbox-empty .ui-tipbox-explain{
  color: #888;
}
.ui-tipbox-empty .ui-tipbox-icon .uk-icon svg{
  width: 80px;
}

.section-about-01{

}
.section-about-02{
  margin: 20px 0 0;
  background-color: #F4F8FC;
  /* background: #fff url(../images/bg_president01_box.gif) no-repeat left bottom; */
}
.section-about-02 .fn-left .ui-content-title{
  background: #fff url(../images/bg_president01_box.gif) no-repeat left top;
  padding: 40px;
}
.section-about-02 .fn-right{
  padding:25px 40px;
}
.ui-content-title .ui-content-title-01 {
    font-size: 26px;
    line-height: 32px;
    color: #eb3b4b;
}
.ui-content-title .ui-content-title-01 span {
    padding-top: 20px;
    font-size: 26px;
    line-height: 32px;
    color: #153f8c;
    display: block;
}

.presi01_textbox{
  margin-top: 20px;
}
.presi01_textbox:after {
    display: block;
    clear: both;
    content: "";
}

.presi01_textbox .left {
    float: left;
}

.presi01_textbox .right {
    float: right;
}

.presi01_textbox .tit {
    font-size: 30px;
    line-height: 34px;
    color: #fff;
}

.presi01_textbox .txt {
    font-size: 14px;
    line-height: 20px;
}

.presi01_textbox span {
    display: block;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -1px;
}
.presi01_textbox .box01, .presi01_textbox .box02, .presi01_textbox .box03{
  display: block;
  transition: all .3s;
}
.presi01_textbox a:hover{
  opacity: .8;
  cursor: pointer;
}
.presi01_textbox .box01 {
    width: 544px;
    min-height: 226px;
    height: auto;
    background: #5aac9c;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.presi01_textbox .box02 {
    width: 544px;
    min-height: 206px;
    height: auto;
    background: #74c098;
    margin-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
}
 
.presi01_textbox .box03 {
    width: 396px;
    height: 441px;
    background: #5d92b0;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.en-us .presi01_textbox .box03 {
    width: 396px;
    height: 100%;
    min-height: 441px;
    background: #5d92b0;
}

  
.presi01_textbox .box01 .tit {
    padding: 50px 50px 10px 50px;
    font-size: 24px;
    line-height: 32px;
}

.en-us .presi01_textbox .box01 .tit {
    font-size: 23px;
}

.zh-cn.presi01_textbox .box01 .tit {
    background-position: 249px 85px;
}

.presi01_textbox .box02 .tit {
    padding: 44px 0 0 49px;
}

.presi01_textbox .box03 .tit {
    padding: 53px 50px 0 42px;
}

.presi01_textbox .box01 .txt {
    padding: 14px 0 0 50px;
    color: #c8e0db;
}

.presi01_textbox .box02 .txt {
    padding: 22px 0 0 49px;
    color: #c9e5d6;
}

.presi01_textbox .box03 .txt {
    padding: 24px 0 0 42px;
    color: #c8d8e1;
}

.presi01_textbox .box01 span {
    padding: 2px 0 0 50px;
    color: #316359;
}

.presi01_textbox .box02 span {
    padding: 3px 0 0 49px;
    color: #3e6450;
}

.presi01_textbox .box03 span {
    padding: 3px 0 0 42px;
    color: #2f5b73;
}

.zh-cn.presi01_textbox .tit {
    font-size: 20px;
    padding-bottom: 0;
}

.zh-cn.presi01_textbox .txt {
    padding-top: 20px;
}

.en-us .presi01_textbox .tit, .zh-cn.presi01_textbox .tit {
    padding-right: 50px !important;
}

.en-us .presi01_textbox .txt, .zh-cn.presi01_textbox .txt {
    padding-right: 50px !important;
}

.pro_wrap .left table {
    width: 336px;
}

.pro_wrap .right table {
    width: 534px;
}

.pro_wrap03 .year {
    width: 75px;
}
.uk-input, .uk-select, .uk-textarea{
  font-size: 14px;
}
.section-about-steps .uk-icon{
  display: block;
  background: #ed4858;
  text-align: center;
  color: #fff;
  padding: 20px 10px;
}
.section-about-steps .uk-icon svg{
  width: 60px;
}
.section-about-steps strong{
  color: #000;
  display: block;
  font-size: 15px;
  font-weight: normal;
}
.section-about-steps p{
  color: #999;
  font-size: 12px;
  line-height: 1.5;
}
.ui-paging .iconfont{
  display: none;
}
.ui-paging > span, .ui-paging > a{
  display: inline-block;
  padding: 6px 20px;
  background: #eee;
  float: left;
  margin-right: 5px;
  border-radius: 3px;
}
.ui-paging > span{
  background: #f8f8f8;
  color: #888;
}
.ui-paging > .ui-paging-current{
  background: #124d92;
  color: #fff;
}
.mod-articles .uk-description-list{
}
.mod-articles.uk-list-divider>li:nth-child(n+2) {
    margin-top: 30px;
    padding-top: 30px;
}
.mod-articles .uk-description-list dt{
  font-size: 16px;
  text-transform: none;
}
.mod-articles .uk-description-list dd{
  font-size: 13px;
  line-height: 1.6;
}
.mod-teaser-message{
  position: relative;
}
.mod-teaser-message .mod-teaser-inner{
  position: absolute;
  left: 100px;
  top: 0;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #fff;
}
.section-product-image{
  border: 1px solid #eee;
  margin-bottom: 0 !important;
}
.section-product-image .uk-position-bottom-center{
  position: relative !important;
  margin-top: 20px;
}
.section-product-image .uk-slideshow-items img{
  width: 100%;
}
.product-short-description{
  font-size: 13px;
  color: #888;
}
.product-short-description p{
  margin: 5px 0 !important;
}
#mod-product-description {
  line-height: 2;
  color: #333 !important;
}
#mod-product-description p{
  margin: 10px auto !important;
}
.mod-switcher-content{
  font-size: 14px;
  background: #fafafa;
  padding: 20px;
  border-radius: 10px;
}
h3.product-name{
  font-weight: bold;
  font-size: 1.5rem;
  text-transform: uppercase;
}

.mod-download-list ul{
  padding-left: 0;
}
.mod-download-list li.ui-list-item{
  margin:0 0 20px;
  padding:0;
}
.mod-download-list li.ui-list-item .ui-list-item-title{
  display:block;
  padding:10px;
  background:#124d92;
  color:#fff;
  font-size:14px;
  font-weight:bold;
}
.mod-download-list li.ui-list-item .ui-list-item-content{
  padding:10px;
}
.mod-download-list li.ui-list-item .ui-list-item-footer{
  padding:5px 10px;
  background:#F2F2F2;
}
.mod-download-list li.ui-list-item .ui-list-item-footer li{
  float:left;
  margin:0 15px 0 0;
  padding:0;
  border:none;
}
.mod-product-item{
  border: 1px solid #e8e8e8;
  box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  transition: all .3s;
  top: 0;
}
.mod-product-item:hover{
  top: -.5rem;
}
.mod-product-item .product-title{
  border-top: 1px solid #124d92;
  background-color: #124d92;
  color: #fff;
  padding: 20px;
  margin: 0 !important;
  font-family: 'Google Sans';
  height: 82px;
  box-sizing: border-box;
  overflow: hidden;
  line-height: 1.5;
}
.zh-cn .mod-product-item .product-title{
  height: 60px;
  font-weight: bold;
  font-size: 16px;
}

.main-timeline{
      padding: 20px 0;
      position: relative;
  }
  .main-timeline:before,
  .main-timeline:after{
      content: '';
      height: 40px;
      width: 40px;
      background-color: #e7e7e7;
      border-radius: 50%;
      border: 10px solid #303334;
      transform:translateX(-50%);
      position: absolute;
      left: 50%;
      top: 6px;
      z-index: 2;
  }
  .main-timeline:after{
      top: auto;
      bottom:-23px;
  }
  .main-timeline .timeline{
      padding: 35px 0;
      position: relative;
      z-index: 1;
  }
  .main-timeline .timeline:before,
  .main-timeline .timeline:after{
      content: '';
      height: 100%;
      width: 50%;
      border-radius: 120px 0 0 120px;
      border: 15px solid #46B2BC;
      border-right: none;
      position: absolute;
      left: 0;
      top: 0;
      z-index: -1;
  }
  .main-timeline .timeline:after{
      height: calc(100% - 30px);
      width: calc(50% - 12px);
      border-color: #65C7D0;
      left: 12px;
      top: 15px;
      border-radius: 106px 0 0 106px;
  }
  .main-timeline .timeline-content{ display:inline-block; width: 100%;}
  .main-timeline .timeline-content:hover{ text-decoration: none; }
  .main-timeline .timeline-year{
      color: #65C7D0;
      font-size: 6rem;
      font-weight: 600;
      display: inline-block;
      transform:translateY(-50%);
      position: absolute;
      top: 50%;
      left: 10%;
      font-family: 'Google Sans Display';
      font-weight: 100;
  }
  .main-timeline .timeline-icon{
      color: #65C7D0;
      font-size: 80px;
      display: inline-block;
      transform: translateY(-50%);
      position: absolute;
      left: 34%;
      top: 50%;
  }
  .main-timeline .content{
      color: #909090;
      width: 50%;
      padding: 40px 20px 0;
      display: inline-block;
      float: right;
  }
  .main-timeline .title{
      color: #65C7D0;
      font-size: 22px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin: 0 0 5px 0;
  }
  .main-timeline .description{
      font-size: 15px;
      letter-spacing: 1px;
      margin: 0;
  }
  .main-timeline .timeline:nth-child(even):before{
      left: auto;
      right: 0;
      border-radius: 0 100px 100px 0;
      border: 15px solid red;
      border-left: none;
  }
  .main-timeline .timeline:nth-child(even):after{
      left: auto;
      right: 12px;
      border: 15px solid green;
      border-left: none;
      border-radius: 0 86px 86px 0;
  }
  .main-timeline .timeline:nth-child(even) .content{ float: left; }
  .main-timeline .timeline:nth-child(even) .timeline-year{
      left: auto;
      right: 10%;
  }
  .main-timeline .timeline:nth-child(even) .timeline-icon{
      left: auto;
      right: 32%;
  }
  .main-timeline .timeline:nth-child(5n+2):before{ border-color: #EA3C14; }
  .main-timeline .timeline:nth-child(5n+2):after{ border-color: #EF5720; }
  .main-timeline .timeline:nth-child(5n+2) .timeline-icon{ color: #EA3C14; }
  .main-timeline .timeline:nth-child(5n+2) .timeline-year{ color: #EA3C14; }
  .main-timeline .timeline:nth-child(5n+2) .title{ color: #EA3C14; }
  .main-timeline .timeline:nth-child(5n+3):before{ border-color: #8CC63E; }
  .main-timeline .timeline:nth-child(5n+3):after{ border-color: #6CAF29; }
  .main-timeline .timeline:nth-child(5n+3) .timeline-icon{ color: #8CC63E; }
  .main-timeline .timeline:nth-child(5n+3) .timeline-year{ color: #8CC63E; }
  .main-timeline .timeline:nth-child(5n+3) .title{ color: #8CC63E; }
  .main-timeline .timeline:nth-child(5n+4):before{ border-color: #F99324; }
  .main-timeline .timeline:nth-child(5n+4):after{ border-color: #FBB03B; }
  .main-timeline .timeline:nth-child(5n+4) .timeline-icon{ color: #F99324; }
  .main-timeline .timeline:nth-child(5n+4) .timeline-year{ color: #F99324; }
  .main-timeline .timeline:nth-child(5n+4) .title{ color: #F99324; }
  .main-timeline .timeline:nth-child(5n+5):before{ border-color: #0071BD; }
  .main-timeline .timeline:nth-child(5n+5):after{ border-color: #0050A3; }
  .main-timeline .timeline:nth-child(5n+5) .timeline-icon{ color: #0071BD; }
  .main-timeline .timeline:nth-child(5n+5) .timeline-year{ color: #0071BD; }
  .main-timeline .timeline:nth-child(5n+5) .title{ color: #0071BD; }
  @media screen and (max-width:1200px){
      .main-timeline .timeline:after{ border-radius: 88px 0 0 88px; }
      .main-timeline .timeline:nth-child(even):after{ border-radius: 0 88px 88px 0; }
  }
  @media screen and (max-width:767px){
      .main-timeline .timeline{ margin-top: -19px; }
      .main-timeline .timeline:before {
          border-radius: 50px 0 0 50px;
          border-width: 10px;
      }
      .main-timeline .timeline:after {
          height: calc(100% - 18px);
          width: calc(50% - 9px);
          border-radius: 43px 0 0 43px;
          border-width:10px;
          top: 9px;
          left: 9px;
      }
      .main-timeline .timeline:nth-child(even):before {
          border-radius: 0 50px 50px 0;
          border-width: 10px;
      }
      .main-timeline .timeline:nth-child(even):after {
          height: calc(100% - 18px);
          width: calc(50% - 9px);
          border-radius: 0 43px 43px 0;
          border-width: 10px;
          top: 9px;
          right: 9px;
      }
      .main-timeline .timeline-icon{ font-size: 60px; }
      .main-timeline .timeline-year{ font-size: 40px; }
  }
  @media screen and (max-width:479px){
      .main-timeline .timeline-icon{
          font-size: 50px;
          transform:translateY(0);
          top: 25%;
          left: 10%;
      }
      .main-timeline .timeline-year{
          font-size: 25px;
          transform:translateY(0);
          top: 65%;
          left: 9%;
      }
      .main-timeline .content{
          width: 68%;
          padding: 10px;
      }
      .main-timeline .title{ font-size: 18px; }
      .main-timeline .timeline:nth-child(even) .timeline-icon{
          right: 10%;
      }
      .main-timeline .timeline:nth-child(even) .timeline-year{
          right: 9%;
      }
  }
  .main-timeline .description{
    font-weight: 200 !important;
    padding-top: 1rem;
    line-height: 1.4;
    font-family: "Google Sans Display";
    letter-spacing: 0;
    font-size: 14px;
  }

footer{
  background: #1F2532;
  margin-top: 50px;
  padding: 60px 0 20px;
}
footer p{
  margin: 0;
}
footer .uk-h4{
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}
footer .uk-list > li:nth-child(n+2), footer .uk-list > li > ul{
  margin:5px 0;
}
footer .uk-list li a{
  font-size: 13px;
  color: #fff;
  opacity: .7;
}
footer .uk-list li a:hover{
  opacity: 1;
}
footer .mod-contact-inner, footer .mod-contact-inner span, footer .mod-contact-inner p{
  color: rgba(255, 255, 255, .7) !important;
  font-size: 13px !important;
  line-height: 1.9;
}
footer .mod-copyright{
  padding-top: 20px;
}
footer .mod-copyright{
  border-top: 1px solid rgba(255, 255, 255, .1);
}
footer .mod-copyright, .mod-copyright p, .mod-copyright div{
  text-align: left;
  font-size: 13px;
  color: #fff;
  opacity: .7;
}
footer .mod-copyright a{
  color: #fff;
}
#modal-inquire .uk-modal-dialog{
  border-radius: 5px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05)
}
#modal-inquire .uk-modal-dialog .uk-modal-title{
  font-weight: 200;
  text-transform: uppercase;
}
.inquiry-form-items{
  background: #f8f8f8;
  font-size: 13px;
  text-align: center;
}
#button-sendInquire,button[name=submitInquiry]{
  font-weight: 600;
  font-size: 1rem;
}

.gt-home--wall {
    height: 500px;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #F7F9FC;
}

.gt-home--wall:before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 180px;
    width: 500px;
    height: 60px;
    background-color: #f6f9fc;
    filter: blur(20px);
}
.gt-home--wall .wall-img {
    position: absolute;
    box-sizing: border-box;
    top: -200%;
    right: -200%;
    bottom: -200%;
    left: -200%;
    width: 500%;
    height: 500%;
    opacity: .8;
    background-image: url(../images/partners_logowall.jpg);
    background-position: 50% 50.8%;
    transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    opacity: .45;
    filter: blur(3px);
}

.gt-home--wall:hover .wall-img {
    /* transition-delay: .2s; */
    transform: scale3d(0.5, 0.5, 1);
    -webkit-transform: scale3d(0.5, 0.5, 1);
    -moz-transform: scale3d(0.5, 0.5, 1);
    -ms-transform: scale3d(0.5, 0.5, 1);
    -o-transform: scale3d(0.5, 0.5, 1);
    opacity: 1;
    filter: blur(0);
}

.gt-home--wall h2 {
    z-index: 3;
    width: 700px;
    top: 187px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    color: #124d92;
    letter-spacing: 2px;
    line-height: 49px;
    position: absolute;
    transition: all .3s;
    font-weight: 800;
    text-transform: uppercase !important;
    font-size: 30px;
}

.gt-home--wall a {
    position: absolute;
    top: 276px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background-color: #124d92;
    display: block;
    width: 200px;
    height: 55px;
    border-radius: 7px;
    line-height: 55px;
    color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .07);
    transition: all .6s;
    z-index: 999;
}

.gt-home--wall:hover h2{
  opacity: 0;
}
.gt-home--wall:hover a{
  top: 220px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .4);
  opacity: .9;
}
.zh-cn .gt-home--wall h2{
  font-weight: 600;
  text-transform: uppercase !important;
  font-size: 44px;
}
.gt-home--wall a:hover{
  background: #fb0d1b;
}
@media (min-width: 960px){
  #modal-inquire .uk-modal-dialog{
    width: 400px;
  }
  .mod-inquiry-box{
    max-width: 600px;
    margin: 0 auto;
  }
  footer .mod-footer-inquire{
    padding-left: 100px;
  }
  .ui-main-content{
    font-weight: 400;
    line-height: 1.8;
    min-height: 500px;
  }
}


@media (max-width: 1280px){
   
  .presi01_textbox .left, .presi01_textbox .right{
  }
  .presi01_textbox .left{
    width: 63%;
  }
  .presi01_textbox .right{
    width: 35%;
  }
  .presi01_textbox .box01, .presi01_textbox .box02{
    float: none;
    margin: 0 0 10px;
    width: 100% !important;
    padding: 0 20px 30px;
    height: auto;
  }
  .presi01_textbox .box03{
     height: 452px;
  }
  
  .mod-categories{
    min-width: 1200px;
    transform: scale( calc(100vw/1280) , calc(100vw/1280))
  }

}

.index .mod-footer{
  margin-top: 0;
}

@media (max-width: 960px){
  .section-about-02 .fn-right {
      padding: 0 20px 0 50px;
  }
  .presi01_textbox .left, .presi01_textbox .right{
      float: none;
  }
  .presi01_textbox .box01, .presi01_textbox .box02, .presi01_textbox .box03{
    float: none;
    margin: 0 0 10px;
    width: 100% !important;
    padding: 0 20px 30px;
    height: auto;
  }
  .presi01_textbox .box01 *, .presi01_textbox .box02 *, .presi01_textbox .box03 *{
    padding-left: 0 !important;
  }
}

 
 