body{
    padding-top: 60px;
}
.triangle{
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
.triangle-blue{
    border-top: 12px solid #073366;
}
.triangle-white{
    border-top: 12px solid white;
}
.header{
    height: 60px;
    line-height: 60px;
}
.logo{
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 115px;
    height: 28px;
    margin: 0;
}
.header-text{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: bold;
    color: white;
}
.header-links-wrap{
    background: #073366;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    line-height: 30px;
    text-align: center;
    overflow: auto;
    z-index: 1000;
}
.header-links-logo{
    display: block;
    height: 28px;
    margin: 17px 0 15px 0;
}
.header-links-logo img{
    height: 100%;
}
.header-links{
    display: block;
    margin-top: 0;
}
.header-link{
    display: block;
    width: 80%;
    margin: 0 auto;
    border-bottom: 1px solid #ddd;
    font-size: 24px;
    line-height: 2.2;
}
.header-link-index{
    display: block;
}
.sys-links{
    display: block;
    position: relative;
    top: auto;
    right: auto;
    margin-top: 40px;
}
.sys-link img, .sys-link object{
    width: 36px;
}
.header-menu{
    display: inline-block;
    position: fixed;
    top: 19px;
    right: 19px;
    height: 22px;
    width: 28px;
    z-index: 1001;
}
.header-menu-line{
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: #ddd;
    transition: .4s;
    -webkit-transition: .4s;
    -ms-transition: .4s;
    border-radius: 2px;
}
.header-menu-line-top{
    top: 0;
}
.header-menu-line-middle{
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.header-menu-line-bottom{
    bottom: 0;
}
.header-menu-open .header-menu-line-top{
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
}
.header-menu-open .header-menu-line-middle{
    opacity: 0;
}
.header-menu-open .header-menu-line-bottom{
    bottom: 50%;
    transform: translateY(50%) rotate(45deg);
    -webkit-transform: translateY(50%) rotate(45deg);
    -ms-transform: translateY(50%) rotate(45deg);
}
.global-map{
    /*width: 300%;*/
    /*max-width: 300%;*/
    transform: translate(-55%, -50%);
    -webkit-transform: translate(-55%, -50%);
    -ms-transform: translate(-55%, -50%);
}
.brief-desc-title{
    font-size: 18px;
}
.brief-item{
    display: block;
    margin: 40px auto;
}
.brief-companies{
    margin-left: 5px;
    margin-right: 5px;
}
.brief-companies-image{
    display: none;
}
.brief-companies-image-mobile{
    display: block;
}
.products, .services, .companies{

}
.product, .service{
    margin: 30px;
}
.products-title, .services-title, .companies-title, .whitepaper-title{
    font-size: 18px;
    padding: 0 20px;
}
.product-title, .service-title{
    font-size: 16px;
}
.about{
    padding: 60px 0;
}
.about-title, .contact-title{
    font-size: 18px;
}
.about-detail{
    font-size: 12px;
    max-width: 300px;
}
.contact-form, .contact-method{
    display: block;
    margin: 0 auto;
    width: 80%;
    max-width: 300px;
}
.contact-form{
    padding-left: 0;
}
.contact-method{
    margin-top: 40px;
    font-size: 12px;
}
.contact-map{
    display: none;
}
.contact-barcode-wrap{
    position: relative;
    bottom: 0;
    text-align: center;
    height: auto;
    margin-bottom: 30px;
}
.contact-barcode{
    position: relative;
    right: 0;
}
.contact-barcode-text{
    margin-top: 20px;
    position: relative;
}
.whitepaper-checkbox-line .checkbox{
    display: inline-block;
    vertical-align: middle;
}
.partner-content{
    line-height: 36px;
    color: #4A4A4A;
}
.case-image{
    padding-top: 0;
    margin-right: 0;
}
.case-text{
    display: block;
    margin: 30px auto 30px auto;
}

/* animate */
.links-enter-active, .links-leave-active {
    transition: .4s;
}
.links-enter, .links-leave-to{
    opacity: 0;
    transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
}
/* animate end */


/* scheme */
.scheme{
    padding: 0 10px;
}
.scheme-title{
    font-size: 18px;
}
.scheme-desc{
    font-size: 12px;
}
.scheme-content{
    text-align: center;
}
.scheme-sub-title{
    font-size: 14px;
}
.scheme-sub-desc{
    text-align: left;
    font-size: 12px;
}
.scheme-link{
    font-size: 17px;
    margin-bottom: 20px;
    width: 216px;
    text-align: center;
    box-sizing: border-box;
}
.scheme-solution{
    margin: 10px 0;
    width: 100%;
}
.scheme-solution-title{
    font-size: 14px;
}
.scheme-solution-desc{
    font-size: 12px;
    height: auto;
}
.breadcrumb-line{
    display: none;
}
.footer{
    display: none;
}
.link_e_m{
	display: block;
}
.link_e {display: none;}