body{
    padding-top: 50px;
}
.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: 50px;
    line-height: 50px;
}
.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-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{
    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;
}
.sys-links{
    display: block;
    position: relative;
    top: auto;
    right: auto;
    margin-top: 40px;
}
.header-menu{
    display: inline-block;
    position: fixed;
    top: 13px;
    right: 19px;
    height: 22px;
    width: 28px;
    z-index: 1001;
}
.link_e_m{
	display: block;
}
.link_e {display: none;}
.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);
}
.brief-desc{
    padding-top: 10px;
}
.brief-desc-content-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
}
.global-map{
    /*width: 300%;*/
    /*max-width: 300%;*/
    transform: translate(-70%, -50%);
    -webkit-transform: translate(-70%, -50%);
    -ms-transform: translate(-70%, -50%);
}
.brief-desc-title{
    font-size: 16px;
}
.brief-item{
    display: block;
    margin: 20px auto;
    line-height: 1.8;
}
.products, .services, .companies{
    padding: 40px 0;
}
.product, .service{
    display: block;
    margin: 40px auto 0 auto;
}
.service {
    width: 312px;
    text-align: center;
}
.products-title, .services-title, .companies-title, .whitepaper-title{
    font-size: 15px;
    padding: 0 20px;
}
.product-title, .service-title{
    font-size: 15px;
}
.product-desc, .service-desc{
    margin: 10px 0;
}
.service-desc{
    text-align: center;
    height: 50px;
}
.about{
    padding: 60px 0;
}
.about-title, .contact-title{
    font-size: 15px;
}
.about-detail{
    font-size: 12px;
    max-width: 300px;
}
.contact-form, .contact-method, .whitepaper-form{
    display: block;
    margin: 0 auto;
    width: 80%;
    max-width: 300px;
}
.contact-method{
    margin-top: 40px;
    font-size: 12px;
}
.contact-map{
    display: none;
}
.whitepaper-image{
    display: inline-block;
    margin-right: 0;
    width: 70px;
}
.whitepaper-form-image{
    display: none;
}
.case-image{
    width: 300px;
}


/* 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: 220px;
    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;
}
.product-detail-btn, .service-detail-btn{
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}
.contact-btn{
    font-size: 12px;
    width: 130px;
    height: 30px;
    line-height: 29px;
    margin: 0 10px;
}
.company-contact-btn{
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}

