
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    /*font-family: "DINLight", Arial, Helvetica, sans-serif;*/
    font-family: "Noto Sans CJK TC", Arial, sans-serif;
    min-width: 1280px;
}

a {
    transition: all 0.2s ease 0s;
}

a:hover {
    opacity: 0.8;
}

.clear {
    zoom: 1;
    clear: both;
    margin: 0;
    padding: 0;
    line-height: 0;
    height: 0;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

.main-area {
    width: 1200px;
    margin: auto;
    color: #333;
    font-size: 12px;
}

.header {
    width: 100%;
    line-height: 36px;
    margin: auto;
    font-size: 13px;
    color: #fff;
}

.header .top-head {
    background: url("../images/header-bg-br.png") center;
}

.header .top-head .main-area {
    width: 1280px;
}
.header .nav .main-area {
    width: 1280px;
}

.header .top-head .main-area .head-element {
    float: right;
    color: #fff;
    font-size: 15px;
    padding: 0 12.4px;
}

.header .top-head .main-area .lg-pad {
    padding: 0 18px;
}

.header .top-head .main-area .head-element:hover {
    color: #2d266c;
}

.header .top-head .main-area .head-element a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
}

.header .top-head .main-area .active a {
    color: #2d266c;
}

.header .top-head .main-area .active {
    background: #e2e2ed;
}

.header .top-head .main-area .head-element:hover a {
    color: #2d266c;
}

.header .top-head .main-area .head-element:hover {
    cursor: pointer;
    background: #e2e2ed;
}

.header .top-head .top-head-left {
    float: left;
    width: 80%;
    background: #2d266c;
    height: 36px;
    text-align: right;
    padding-right: 2%;
}

.header .top-head .top-head-mid {
    float: left;
    width: 3%;
    background: #e2e2ed;
    height: 36px;
    text-align: center;
    color: #2d266c;
}

.header .top-head .top-head-right {
    float: left;
    width: 15%;
    background: #d71117;
    height: 36px;
}

.header .top-head .top-head-right .lang-select {
    margin: 5%;
}

.responsive-nav {
    display: none;
    position: relative;
    width: 100%;
    height: 50px;
    background: #fff;
    z-index: 5000;
}

.responsive-nav .logo {
    height: 30px;
    top: 10px;
    left: 20px;
    position: absolute;
}

.menu-responsive-btn {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 8px;
    background: url(../images/menu_icon.png) no-repeat center;
    width: 35px;
    height: 35px;
    outline: none;
    border: none;
    text-indent: -9999px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.24);
}

.drawer-opened #overlay {
    visibility: visible;
    opacity: 1;
}

#overlay {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4900;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.drawer-opened .responsive-nav ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.responsive-nav ul li.parent a {
    color: #333;
    font-size: 18px;
    text-decoration: none;
    display: block;
    margin: 0;
    padding: 10px 15px 5px 15px;
}

.responsive-nav ul li.parent {
    padding-left: 10px;
    border-top: 1px solid #eee;
}

.responsive-nav ul li.lv1 {
    padding-left: 10px;
    border-top: 1px solid #eee;
}

.responsive-nav ul li.lv2 {
    padding-left: 45px;
}

.responsive-nav ul li.lang.active {
    background: #eee;
}

.responsive-nav ul li.login a {
    color: #333;
    font-size: 18px;
    text-decoration: none;
    display: block;
    margin: 0;
    padding: 15px;
    text-align: center;
    background: url(../images/login-black.png) no-repeat 30% 53%;
    background-size: 5%;
}

.responsive-nav ul li.lang {
    width: 25%;
    display: inline-block;
    border-bottom: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 15px 4% 0 2.5%;
    border-radius: 5px;
    text-align: center;
}

.responsive-nav ul li.lang a {
    color: #333;
    font-size: 17px;
    text-decoration: none;
}

.responsive-nav ul li.lv1 a {
    color: #333;
    font-size: 18px;
    text-decoration: none;
    display: block;
    margin: 0;
    padding: 10px 15px;
}

.responsive-nav ul li.lv2 a {
    color: #333;
    font-size: 17px;
    text-decoration: none;
    display: block;
    margin: 0;
    padding: 2px;
}

.responsive-nav ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 200px;
    overflow: auto;
    background: #fff;
    z-index: 5600;
    color: #333;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-box-shadow: 0 0 8px 0 rgba(80, 80, 80, 0.5);
    -moz-box-shadow: 0 0 8px 0 rgba(80, 80, 80, 0.5);
    box-shadow: 0 0 8px 0 rgba(80, 80, 80, 0.5);
}

.responsive-nav .main-area .nav-left img {
    width: 40%;
}

.nav {
    width: 100%;
    height: 90px;
    line-height: 90px;
    background: #fff;
    margin: auto;
    font-size: 13px;
    font-weight: bold;
    color: #6c675c;
    position: relative;
}

.header .nav .main-area .nav-left {
    float: left;
    width: 302px;
    height: 90px;
}

.header .nav .main-area .nav-left img {
    vertical-align: middle;
    padding: 15px 0;
}

.header .nav .main-area .nav-right {
    float: right;
    padding-right: 150px;
    /*width: 65%;*/
}

.header .nav .main-area .nav-right ul.nav-ul {
    height: 90px;
}

.header .nav .main-area .nav-right ul.nav-ul li.top-nav-li {
    float: left;
    height: 90px;
    line-height: 80px;
    z-index: 50;
}

.header .nav .main-area .nav-right ul.nav-ul li.top-nav-li.en-lang a {
    padding: 20px 12px 40px 12px;
    font-size: 16px;
}

.header .nav .main-area .nav-right ul.nav-ul li a {
    text-decoration: none;
    font-size: 19px;
    color: #2d266c;
    padding: 20px 20px 40px 20px;
    font-weight: 100;
    opacity: 1 !important;
    transition: all 0s ease 0s;
}

.header .nav .main-area .nav-right ul.nav-ul li a:hover {
    cursor: pointer;
}

/*********/
.top-nav-li:hover .the-arrow {
    width: 20px;
    height: 10px;
    position: relative;
    left: 50%;
    bottom: -1.5px;
    z-index: 9999;
    margin-left: -10px;
    background: url("../../frontend/images/tri-icon.png") center bottom no-repeat;
    display: block;
}

/*********/

.header .nav .main-area .nav-right ul.nav-ul li:hover a.top-nav {
    color: #fff;
    background: #2d266c; /* url("../../frontend/images/tri-icon.png") center bottom no-repeat */
}

/*
.header .nav .main-area .nav-right ul.nav-ul li a.top-nav:hover, .header .nav .main-area .nav-right ul li a.hover {
    color: #fff;
    background: #2d266c url("../../frontend/images/tri-icon.png") bottom center no-repeat;
}*/

.header .nav .main-area .nav-right ul.nav-ul li:hover > .pull-down-menu {
    display: block;
}

.pull-down-menu:hover {
    display: block;
}

.top-nav-li .the-line {
    height: 34px;
    width: 2px;
    background: #e5e5e5;
    float: right;
    margin: -58px 0 0 0;
}

.top-nav-li:hover .the-line {
    background: #2d266c;
    opacity: 0;
}

/*
.header .nav .main-area .nav-right ul.nav-ul .top-nav-li li.line-container .line {
    height: 90px;
    position: relative;
    width: 2px;
    margin-left: -2px;
    z-index: 20;
}

.header .nav .main-area .nav-right ul.nav-ul .top-nav-li li.line-container .line {
    height: 30px;
    width: 2px;
    display: block;
    background-color: #e5e5e5;
    top: 32%;
    position: absolute;
}

.header .nav .main-area .nav-right ul.nav-ul .top-nav-li:hover li.line-container .line {
    background: #2d266c;
}
*/

.header .nav .main-area .nav-right ul.nav-ul li:last-child a {
    border-right: none;
}

.header .nav .main-area .nav-right .home-login-bt {
    background: #2d266c;
    width: 140px;
    height: 42px;
    border-bottom: 5px solid #20164b;
    border-radius: 5px;
    position: absolute;
    top: 23%;
    right: 260px;
}

.header .nav .main-area .nav-right .home-login-bt p {
    vertical-align: top;
    display: inline-block;
    line-height: 52px;
    width: 100%;
}

.header .nav .main-area .nav-right .home-login-bt p a {
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    width: 85%;
    padding-left: 15%;
    text-align: center;
    line-height: 45px;
    background: url("../images/login-logo.png") no-repeat 30% 53%;
    background-size: 8%;
    font-weight: 100;
    display: block;
    z-index: 40;
}

.pull-down-menu {
    display: none;
    width: 100%;
    /* height: 600px; */
    line-height: 17px;
    position: absolute;
    left: 0;
    top: 90px;
    background: url("../images/header-bg-br.png") center -6px no-repeat #f9f8fc;
    text-align: center;
    z-index: 20;
    padding: 2px 0;
}

.pull-down-menu .menu-content {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    padding: 20px 0;
}

.pull-down-menu .menu-content .title {
    color: #2d266c;
    font-size: 26px;
    margin-bottom: 25px;
}

.pull-down-menu .menu-content .sub-title {
    color: #2d266c;
    font-size: 22px;
    margin: 25px 0 15px 0;
}

.pull-down-menu .menu-content .menu-nav ul li {
    float: left;
    width: 30%;
    margin-right: 3%;
    height: 45px !important;
    border-bottom: 1px solid #2d266c;
    text-align: left;
    font-size: 18px;
}

.pull-down-menu .menu-content .menu-nav ul li p {
    display: inline-block;
    width: 100%;
    line-height: 45px;
}

.pull-down-menu .menu-content .menu-nav ul li p a {
    padding: 20px 0 20px 10px;
    text-decoration: none;
    color: #2d266c;
}

.pull-down-menu .menu-content .menu-nav ul li p a:hover {
    opacity: 0.8;
}

.pull-down-line {
    width: 100%;
    position: relative;
    z-index: -1;
}

.pull-down-line .left {
    float: left;
    background: #2d266c;
    width: 82%;
    height: 3px;
    left: 0;
    position: absolute;
    z-index: -1;
}

.pull-down-line .right {
    float: left;
    background: #d71117;
    width: 18%;
    height: 3px;
    left: 82%;
    position: absolute;
    z-index: -1;

}

.slideshow-area {
    width: 100%;
    height: auto;
}

.slideshow-area .swiper-slide {
    /*
    background-position: center center;
    background-size: cover;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    */

    /* Safari 4.0 - 8.0 */
}

.slideshow-main-area {
    width: 1200px;
    height: 720px;
    position: relative;
    margin: auto;
    overflow: hidden;
}

.slideshow-main-area .slideshow-textarea {
    position: absolute;
    left: 0;
    top: 25%;
    text-shadow: 2px 2px 8px #333;
    opacity: 0;
}

.slideshow-main-area .slideshow-textarea .slideshow-title {
    color: #fff;
    font-size: 51px;
    text-align: left;
}

.slideshow-main-area .slideshow-textarea .slideshow-text {
    color: #fff;
    font-size: 31px;
    text-align: left;
}

.button-style-1 {
    border-bottom: 3px solid #8c1b23;
    border-radius: 5px;
    background: #d71117;
    opacity: 0;
    width: auto;
}

.button-style-1 p {
    vertical-align: top;
    display: inline-block;
    width: 100%;
}

.button-style-1 p a {
    padding: 10px 20px;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    font-weight: 100;
    display: block;
    text-align: center;
}

.slideshow-main-area .slideshow-more {
    margin-top: 40px;
    position: absolute;
    left: 0;
    top: 45%;
    width: auto;
    min-width: 140px;
}

.en .slideshow-main-area .slideshow-more {
    margin-top: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    width: auto;
    min-width: 140px;
}

/* =========================   slideshow-area-news   =========================*/

.slideshow-area-news {
    width: 100%;
    height: auto;
}

.slideshow-area-news .swiper-slide {
    background-size: cover;
}

.slideshow-main-area-news {
    width: 1200px;
    height: 750px;
    position: relative;
    margin: auto;
    overflow: hidden;
}

.slideshow-main-area-news .slideshow-textarea {
    position: absolute;
    left: 0;
    top: 25%;
    text-shadow: 2px 2px 8px #333;
    opacity: 0;
}

.slideshow-main-area-news .slideshow-textarea .slideshow-title {
    color: #fff;
    font-size: 51px;
    text-align: left;
}

.slideshow-main-area-news .slideshow-textarea .slideshow-text {
    color: #fff;
    font-size: 31px;
    text-align: left;
}

.button-style-2 {
    border-bottom: 3px solid #dddddd;
    border-radius: 5px;
    background: #fff;
    opacity: 0;
    width: auto;
    min-width: 140px;
}

.button-style-2 p {
    vertical-align: top;
    display: inline-block;
    width: 100%;
}

.button-style-2 p a {
    padding: 10px 20px;
    color: #555555;
    font-size: 17px;
    text-decoration: none;
    font-weight: 100;
    display: block;
    text-align: center;
}

.slideshow-main-area-news .slideshow-more {
    margin-top: 40px;
    position: absolute;
    left: 0;
    top: 45%;
    width: auto;
    opacity: 0;
}

/* =========================   slideshow-area-news   =========================*/

/* =========================   software-area   =========================*/

.slideshow-area-software {
    width: 100%;
    height: auto;
}

.slideshow-area-software .swiper-slide {
    background-size: cover;
}

.slideshow-main-area-software {
    width: 1200px;
    height: 750px;
    position: relative;
    margin: auto;
    overflow: hidden;
}

.slideshow-main-area-software .software-icon {
    position: absolute;
    left: 55%;
    top: 20%;
    opacity: 0;
}

.slideshow-main-area-software .slideshow-textarea {
    position: absolute;
    left: 0;
    top: 25%;
    opacity: 0;
}

.slideshow-main-area-software .slideshow-textarea .slideshow-title {
    color: #2d266c;
    font-size: 50px;
    text-align: left;
}

.slideshow-main-area-software .slideshow-textarea .slideshow-content {
    color: #2d266c;
    font-size: 30px;
    text-align: left;
}

.slideshow-main-area-software .slideshow-textarea .slideshow-text {
    color: #2d266c;
    font-size: 21px;
    text-align: left;
    margin-top: 25px;
}

.button-style-3 {
    border-bottom: 3px solid #8c1b23;
    border-radius: 5px;
    background: #d71117;
    opacity: 0;
    width: auto;
    min-width: 140px;
}

.button-style-3 p {
    vertical-align: top;
    display: inline-block;
    width: 100%;

}

.button-style-3 p a {
    padding: 10px 20px;
    font-size: 17px;
    text-decoration: none;
    font-weight: 100;
    color: #fff;
    display: block;
    text-align: center;
}

.slideshow-main-area-software .slideshow-more {
    position: absolute;
    left: 0;
    top: 60%;
    width: auto;
}

/* =========================   software-area   =========================*/

.home-news-app {
    position: absolute;
    bottom: 0;
    background: #8c1b23;
    height: 140px;
    width: 100%;
    z-index: 10;
    opacity: 0.9;
}

.news-swiper-pagination {
    bottom: 150px !important;
}

.home-news-app .main-area {
    margin-top: 15px;
}

.home-news-app .main-area .app-text-area {
    z-index: 20;
    float: left;
}

.home-news-app .main-area .app-icon {
    z-index: 20;
    float: left;
}

.home-news-app .main-area .app-text-area .title {
    color: #fff;
    font-size: 41px;
}

.home-news-app .main-area .app-text-area .content {
    color: #fff;
    font-size: 27px;
}

.home-news-app .main-area .app-icon .application {
    width: 110px;
    height: 110px;
    float: left;
    margin-left: 20px;
    position: relative;
    box-shadow: 2px 2px 8px #333;
    border-radius: 10px;
    opacity: 0;
}

.home-news-app .main-area .app-icon .application .title {
    position: absolute;
    color: #2e2d6f;
    font-size: 17px;
    top: 5px;
    left: 5px;
}

.home-news-app .main-area .app-icon .application .platform {
    position: absolute;
    top: 28px;
    left: 5px;
    color: #949acd;
    font-size: 13px;
}

.home-news-app .main-area .app-icon .app-android {
    background: url("../images/app-icon-1.png");
}

.home-news-app .main-area .app-icon .app-ios {
    background: url("../images/app-icon-2.png");
}

.home-news-app .main-area .app-icon .app-windows {
    background: url("../images/app-icon-3.png");
}

.home-news-app .main-area .app-icon .app-mac {
    background: url("../images/app-icon-4.png");
}

.security {
    height: 750px;
}

.security .main-area {
    padding: 100px 0;
}

.security .main-area .title {
    margin-bottom: 80px;
    text-align: center;
    color: #fff;
    font-size: 51px;
}

.security .main-area .security-inner-container {
    width: 100%;

}

.security .main-area .security-inner-container .element-part img {
    height: 220px;
    margin-bottom: 40px;
}

.security .main-area .security-inner-container .element-part {
    opacity: 0;
    width: 29%;
    height: 400px;
    margin: 0 2%;
    float: left;
    text-align: center;
    color: #fff;
}

.security .main-area .security-inner-container .name {
    font-size: 25px;
}

.security .main-area .security-inner-container .detail {
    margin-top: 10px;
    font-size: 19px;
}

.road-show {
    height: 54px;
    width: 100%;
    background: url("../images/home-marquee.png");
}

.marquee-container {
    width: 70%;
    margin: 0 auto;
}

.marquee-container a{
    text-decoration: none;
}

.road-show marquee {
    /*float: left;*/
    height: 52px;
}

.road-show .show-item {
    margin-left: 40px;
    display: inline-block;
    padding: 13px 0 15px 25px;
    background: url("../images/show-item-icon.png") left no-repeat;
}

.road-show .show-item .description {
    color: #fff;
    width: auto;
    display: inline-block;
}

.contact-promo-problem {
    width: 100%;
    height: 320px;
    opacity: 0;
}

.contact-promo-problem .title {
    margin-top: 50px;
    width: 100%;
    text-align: center;
    font-size: 41px;
}

.contact-promo-problem .text {
    margin-top: 30px;
    width: 100%;
    text-align: center;
    font-size: 21px;
}

.contact-promo-problem .button {
}

.contact-promo-problem .cpp-part {
    width: 33.33%;
    float: left;
    height: 320px;
    color: #fff;
    text-align: center;
}

.button-style-cpp {
    margin-top: 30px;
    border-bottom: 3px solid #64646d;
    border-radius: 5px;
    background: #fff;
    opacity: 1;
    width: auto;
    display: inline-block
}

.button-style-cpp p {
    vertical-align: top;
    display: inline-block;
    width: 100%;
}

.contact-promo-problem .problem-bt {
    margin: 30px 10px 0 10px;
}

.button-style-cpp p a {
    padding: 10px 20px;
    color: #555555;
    font-size: 17px;
    text-decoration: none;
    font-weight: 100;
    display: block;
}

.contact-promo-problem .contact {
    background: url("../images/cpp-bg-1.png");
}

.contact-promo-problem .promotion {
    background: url("../images/cpp-bg-2.png");
}

.contact-promo-problem .problem {
    background: url("../images/cpp-bg-3.png");
}

/* =========================   social-media   =========================*/

.social-network ul li.sn1 {
    background: url(../images/social_network_1.png) no-repeat;
}

.social-network ul li.sn2 {
    background: url(../images/social_network_2.png) no-repeat;
}

.social-network ul li.sn3 {
    background: url(../images/social_network_3.png) no-repeat;
}

.social-network ul li.sn4 {
    background: url(../images/social_network_4.png) no-repeat;
}

.social-network ul li.sn5 {
    background: url(../images/social_network_5.png) no-repeat;
}

.social-network {
    position: fixed;
    width: 48px;
    height: 152px;
    left: 0;
    top: 50%;
    margin: -76px 0 0 0;
    z-index: 8000;
}

.social-network ul li a {
    width: 48px;
    height: 48px;
    display: block;
}

/* =========================   social-media   =========================*/

/* =========================   footer   =========================*/

.footer {
    background: #f8f8f8;
}

.footer .main-area {
    padding: 50px 0;

}

.footer .ft-left {
    float: left;
    width: 70%;
}

.footer .ft-left .ft-nav-part {
    width: 12%;
    margin-right: 1.5%;
    float: left;
}

.footer .ft-left .ft-nav-part ul li {
    font-size: 13px;
    margin: 3px 0;
}

.footer .ft-left .ft-nav-part ul li a {
    color: #999999;
    margin: 3px 0;
    text-decoration: none;
}

.footer .ft-left .ft-nav-part .title {
    border-bottom: 2px solid #d8d8d8;
    padding-bottom: 10px;
    font-size: 17px;
    margin-bottom: 10px;
}

.footer .ft-left .ft-nav-part .title a {
    color: #555555;
    text-decoration: none;
}

.footer .ft-right {
    float: left;
    width: 30%;
    color: #2d266c;
}

.footer .ft-right .ft-social-part {
    margin-top: 30px;
}

.footer .ft-right .ft-social-part img {
    margin: 0 3px;
}

.footer .ft-right .ft-contact-part ul li {
    font-size: 13px;
    padding-left: 40px;
    /*height: 30px;*/
    line-height: 30px;
    margin: 10px 0;
}

.footer .ft-right .ft-contact-part .phone-icon {
    background: url("../images/ft-icon-phone.png") no-repeat left;
}

.footer .ft-right .ft-contact-part .email-icon {
    background: url("../images/ft-icon-email.png") no-repeat left;
}
.footer .ft-right .ft-contact-part .fax-icon {
    background: url("../images/fax-icon.png") no-repeat left;
}

.footer .ft-right .title {
    border-bottom: 3px solid #2d266c;
    padding-bottom: 10px;
    font-size: 17px;
    margin-bottom: 10px;
    color: #2d266c;
}

.copyright {
    height: 35px;
    font-size: 13px;
}

.copyright .cr-left {
    line-height: 35px;
    color: #999999;
    float: left;
    width: 50%;
    text-align: center;
}

.copyright .cr-right {
    line-height: 15px;
    float: right;
    width: 50%;
    text-align: center;
    padding: 10px 0;
}

.copyright .cr-right ul {
}

.copyright .cr-right ul li {
    border-right: 1px solid #999999;
    float: left;
    padding: 0 8px;
}

.copyright .cr-right ul li:last-child {
    border-right: none;
}

.copyright .cr-right ul li a {
    text-decoration: none;
    color: #999999;
}

/* =========================   footer   =========================*/

/* =========================   customer service   =========================*/

.cs-container {
    background: url("../images/cs-bg.png") top no-repeat, #f9f6ef;
    min-height: 500px;
    width: 100%;
    padding-top: 360px;
    padding-bottom: 150px;
}

.cs-container .main-area .nav-part {
    float: left;
    width: 25%;
    padding-top: 80px;
}

.cs-container .main-area .nav-part .title {
    font-size: 41px;
    margin-bottom: 30px;
}

.cs-container .main-area .main-content {
    float: right;
    width: 75%;
    border-radius: 5px;
    box-shadow: 0 0 5px #7e7e7f;
    min-height: 600px;
    padding-top: 10px;
    margin-bottom: 30px;
    background: #f6f6f6;
}

.cs-container .main-area .main-content .head {
    background: url("../images/cs-head-bg.png");
    height: 42px;
    width: 94%;
    margin: 0 auto;
    border-radius: 5px;
    color: #fff;
    line-height: 42px;
    font-size: 17px;
    padding: 0 2%;
}

.cs-container .main-area .main-content ul {
    width: 98%;
    margin: 0 auto;
}

.cs-container .main-area .main-content ul li {
    color: #555555;
    font-size: 15px;
    padding: 10px 15px 10px 20px;
}

.cs-container .main-area .main-content ul li a {
    color: #605a8f;
}

.cs-container .main-area .main-content ul li .cs-download-btn {
    float: right;
    background: url("../images/cs-download-icon.png") right no-repeat;
    padding-right: 30px;
}

.cs-container .main-area .main-content ul li.cs-style-1 {

}

.cs-container .main-area .main-content ul li.cs-style-1 {
    background: #eaeaea;
}

.cs-container .main-area .nav-part .nav-list a {
    text-decoration: none;
    color: #1d1d1b;
}

.cs-container .main-area .nav-part .nav-list ul li {
    background-image: url("../images/cs-li-icon.png"), linear-gradient(to left, rgba(204, 204, 204, 0.4), rgba(221, 221, 221, 0.4), rgba(233, 233, 233, 0.4), rgba(238, 238, 238, 0.4), rgba(204, 204, 204, 0.4));
    background-position: right center;
    background-repeat: no-repeat, repeat;
    font-size: 17px;
    padding: 15px 15px;
    border-bottom: 2px solid #e0e0e0;
    color: #999999;
    cursor: pointer;
}

.cs-container .main-area .nav-part .nav-list ul.level2-ul {
    padding-left: 35px;
    display: none;
}

.cs-container .main-area .nav-part .nav-list ul.level2-ul li {
    background: #fff !important;
    border-left: #a1a0aa solid 4px;
    border-bottom: 1px solid #a1a0aa;
    color: #999999;
}

.cs-container .main-area .nav-part .nav-list ul.level2-ul li.active {
    background: #716f9e !important;
    color: #fff;
}

.cs-container .main-area .nav-part .nav-list ul li.current {
    background-image: url("../images/cs-icon-current.png"), linear-gradient(to left, rgba(204, 204, 204, 0.4), rgba(221, 221, 221, 0.4), rgba(233, 233, 233, 0.4), rgba(238, 238, 238, 0.4), rgba(204, 204, 204, 0.4));
    background-position: right center;
    background-repeat: no-repeat, repeat;
    color: #1d1d1b;
}

.cs-container .main-area .nav-part .nav-list ul li.dropdown {
    background-image: url("../images/cs-icon-dropdown.png"), linear-gradient(to left, rgba(204, 204, 204, 0.4), rgba(221, 221, 221, 0.4), rgba(233, 233, 233, 0.4), rgba(238, 238, 238, 0.4), rgba(204, 204, 204, 0.4)) !important;
    background-position: right center;
    background-repeat: no-repeat, repeat;
}

.cs-contact-container {
    width: 96%;
    margin: 0 auto;
    padding: 20px 0;
}

.cs-contact-container .left {
    float: left;
    color: #7e7e7f;
    font-size: 15px;
    margin: 10px 0;
}

.cs-contact-container .left .contact-detail-row {
    margin: 2px 0;
    font-size: 16px;
}

.cs-contact-container .right {
    float: right;
    margin: 20px 0;
    text-align: center;
}

.cs-contact-container table {
    width: 100%;
}

.cs-contact-container table tr {
    height: 60px;
}

.cs-contact-container table tr td {
    color: #7e7e7f;
    vertical-align: top;
    max-width: 200px;
    font-size: 15px;
}

.cs-contact-container table tr td input.contact-input {
    border: 2px solid #cccccc;
    border-radius: 4px;
    height: 30px;
    width: 60%;
}

.cs-contact-container table tr td input.contact-input::-moz-placeholder {
    color: #cccccc;
}

.cs-contact-container table tr td textarea.contact-input {
    border: 2px solid #cccccc;
    border-radius: 4px;
    width: 60%;
    resize: none;
}

.cs-contact-container table tr td select {
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
    background-position: 97% center;
    background-repeat: no-repeat;
    border: 1px solid #AAA;
    color: #555;
    font-size: inherit;
    overflow: hidden;
    padding: 5px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 350px;
}

.contact-form-btn {
    padding: 15px 0;
    text-align: left;
}

.contact-form-btn button {
    background: #2d266c;
    width: 140px;
    height: 42px;
    border: none;
    border-bottom: 5px solid #64646d;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.editor-container {
    padding: 20px;
    font-size: 16px;
}

.editor-container p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.editor-container a {
    color: #605a8f;
}

.editor-container strong, b {
    font-weight: bold;
}

.editor-container table, .editor-container td, .editor-container th {
    border: 1px solid black;
}

/* =========================   customer service   =========================*/

/* =========================   global style   =========================*/

.eng-text p a {
    padding: 10px 2px !important;
}

.red-color-text {
    color: red;
    font-size: 12px;
}

.hide {
    display: none;
}

.swiper-container {
    width: 100% !important;
}

#at4-share {
    top: 40% !important;
}

/* =========================   global style   =========================*/

/* =========================   about us   =========================*/
#about-fullpage .contain {
    background-size: cover;
    background-position: center center;
    text-align: center;
}

#about-fullpage .contain .ab-s1-title {
    padding-top: 80px;
    color: #fff;
    font-size: 51px;
}

#about-fullpage .contain .ab-s1-title2 {
    color: #fff;
    text-shadow: 1px 1px #333;
    font-size: 58px;
    opacity: 0.75;
    font-family: "Avenir Next";
    font-weight: 100;
}

#about-fullpage .contain .ab-s1-description {
    color: #fff;
    font-size: 31px;
    padding-top: 45px;
    text-shadow: 1px 1px #333;
    opacity: 0.75;
}

#about-fullpage .contain .ab-s1-image {
    opacity: 0.75;
    color: #fff;
    padding-top: 45px;
    text-shadow: 1px 1px #333;
}

#about-fullpage .contain .ab-s2-title {
    padding-top: 10px;
    color: #fff;
    font-size: 51px;
    text-shadow: 2px 2px rgba(51, 51, 51, 0.8);
}

#about-fullpage .contain .ab-s2-description {
    color: #fff;
    font-size: 31px;
    padding-top: 45px;
    text-shadow: 1px 1px #333;
    opacity: 0.75;
}

#about-fullpage .contain .ab-s2-milestone {
    padding-top: 100px;
    position: relative;
}

#about-fullpage .contain .ab-s2-milestone .time-line-content-container {
    width: 94%;
    margin: 0 auto;
}

#about-fullpage .contain .ab-s2-milestone .time-line-content-container .display {
    cursor: pointer;
}

#about-fullpage .contain .ab-s2-milestone .content .text {
    cursor: pointer;
}

#about-fullpage .contain .ab-s2-milestone .content img {
    cursor: pointer;
    margin-top: 10px;
}

#about-fullpage .contain .ab-s2-milestone .content .detail {
    opacity: 0;
    width: 100%;
    height: 70px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    margin: 0 auto;
    color: #333;
}

#about-fullpage .contain .ab-s2-milestone .content .arrow {
    opacity: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 10px 0 10px;
    border-color: rgba(255, 255, 255, 0.7) transparent transparent transparent;
}

#about-fullpage .contain .ab-s2-milestone .content {
    color: #fff;
    width: 15%;
    float: left;
    height: 140px;
    margin: 0 2% 0 0;
}

#about-fullpage .contain .ab-s2-milestone .last-content {
    margin: 0 !important;
}

#about-fullpage .contain .ab-s2-milestone ul {
    width: 80%;
    margin: 0 auto;
}

#about-fullpage .contain .ab-s2-milestone ul li {
    float: left;
    width: 10%;
    height: 50px;
}

#about-fullpage .contain .ab-s2-milestone ul li:nth-child(odd) {
    background: url("../images/about-timeline.png") left bottom no-repeat;
}

#about-fullpage .contain .ab-s2-milestone ul li:nth-child(even) {
    background: url("../images/about-timeline-2.png") left bottom no-repeat;
}

#about-fullpage .contain .ab-s2-milestone ul li.last {
    background-image: url("../images/about-timeline-2.png"), url("../images/about-timeline.png");
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, right bottom;
}

#about-fullpage .contain .ab-s2-milestone .bt-line {
    height: 2px;
    width: 79.8%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.7);
}

#about-fullpage .contain .ab-s3-title {
    color: #fff;
    font-size: 51px;
    text-shadow: 2px 2px rgba(51, 51, 51, 0.8);
}

#about-fullpage .contain .ab-s3-description {
    color: #fff;
    font-size: 31px;
    padding-top: 45px;
    text-shadow: 1px 1px #333;
    opacity: 0.75;
}

#about-fullpage .contain .ab-s3-container {
    width: 80%;
    margin: 5% auto 0 auto;
}

#about-fullpage .contain .ab-s4-title {
    color: #fff;
    font-size: 51px;
    text-shadow: 2px 2px rgba(51, 51, 51, 0.8);
    padding-top: 100px;
}

#about-fullpage .contain .ab-s4-description {
    color: #fff;
    font-size: 31px;
    padding-top: 45px;
    text-shadow: 1px 1px #333;
    opacity: 0.75;
}

#about-fullpage .contain .ab-s4-container {
    width: 80%;
    margin: 5% auto 0 auto;
}

#about-fullpage .contain .element-part img {
    height: 190px;
}

#about-fullpage .contain .element-part {
    opacity: 0;
    width: 29%;
    height: 400px;
    margin: 0 2%;
    float: left;
    text-align: center;
    color: #fff;
}

#about-fullpage .contain .element-part .name {
    font-size: 25px;
    margin-top: 10%;
}

#about-fullpage .contain .btn-container {
    text-align: center;
    margin-top: 5%;
}

#about-fullpage .contain .button-recruit {
    border-bottom: 3px solid #64646d;
    border-radius: 5px;
    background: #d71117;
    width: 200px;
    margin: 0 auto;
    opacity: 0;
}

#about-fullpage .contain .button-recruit p {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    min-width: 140px;
}

#about-fullpage .contain .button-recruit p a {
    padding: 10px 20px;
    font-size: 17px;
    text-decoration: none;
    font-weight: 100;
    color: #fff;
    display: block;
    text-align: center;
}

#about-mouse-icon {
    animation: blinker 1.5s infinite;
}

@keyframes blinker {
    0% {
        opacity: 0.2;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.2;
    }
}

/* =========================   about us   =========================*/

.section {
    /*
    opacity: 0.1;
    position: absolute !important;
    */
}

/* =========================   about us   =========================*/

/* =========================   register   =========================*/

.no-display{
    display: none !important;
}

.reg-part-container label {
    cursor: pointer;
}

.step-container {
}

.step-container .main-area {
    width: 100%;
    padding: 25px 0 10px 0;
}

.step-container .main-area .step-inner-container {
    width: 1000px;
    position: relative;
    margin: 0 auto;
    height: 130px;
}

.step-container .flow:first-child {
    left: 0%;
}

.step-container .flow:nth-child(2) {
    left: 25%;
}

.step-container .flow:nth-child(3) {
    left: 50%;
}

.step-container .flow:nth-child(4) {
    left: 75%;
}

.step-container .flow {
    top: 0%;
    position: absolute;
    width: 265px;
    height: 110px;
    float: left;
    background: url("../images/reg-flow-2.png") no-repeat;
}

.step-container .flow.this {
    background: url("../images/reg-flow-1.png") no-repeat;
}

.step-container .flow .detail-container {
    width: 170px;
    margin: 12px auto 0 auto;
}

.step-container .flow.this .title {
    color: #fff;
    font-size: 24px;
    opacity: 1;
}

.step-container .flow.this .text-zh {
    color: #fff;
    font-size: 17px;
    opacity: 1;
}

.step-container .flow.this .text-en {
    color: #fff;
    font-size: 15px;
    opacity: 1;
}

.step-container .flow .title {
    color: #f2f2f7;
    font-size: 24px;
    opacity: 0.4;
}

.step-container .flow .text-zh {
    color: #f2f2f7;
    opacity: 0.4;
    font-size: 17px;
}

.step-container .flow .text-en {
    color: #f2f2f7;
    opacity: 0.4;
    font-size: 15px;
}

.reg-part-container {
    color: #1d1d1b;
    font-size: 15px;
    padding: 40px 0;
}

.reg-part-container .left {
    float: left;
}

.reg-part-container .left-with-space {
    float: left;
    margin-left: 30px;
}

.reg-part-container .right {
    float: right;
}

.reg-part-container .part-title .right {
    font-size: 15px;
    color: #1d1d1b;
}

.reg-part-container .part-title .zh-title {
    color: #2d266c;
    font-size: 21px;
}

.reg-part-container .part-title .en-title {
    color: #c1c1d6;
    font-size: 21px;
}

.form-bg-container {
    border-top: 3px solid #d5d5e2;
    background: #edeceb;
    margin-top: 15px;
    padding: 18px 0;
}

.reg-part-container .row {
    padding: 9px 30px 9px 30px;
    font-size: 15px;
    color: #1d1d1b;
}

.part-title {
    width: 100%;
}

.form-bg-container .break-line {
    display: block;
    height: 2px;
    width: 100%;
    background: #d5d5e2;
    margin: 30px 0;
}

.form-bg-container .row input[type=text].long-text {
    width: 630px;
}

.form-bg-container .row input[type=text]:focus, .form-bg-container .row input[type=text]:active {
    outline: none;
}

.reg-part-container .main-area {
    min-width: 1200px;
}

.form-bg-container .row input[type=text].short {
    width: 107px;
}

.form-bg-container .row input[type=text] {
    border: 2px solid #b9bcbe;
    border-radius: 3px;
    width: 300px;
    height: 30px;
    font-size: 15px;
}

.form-bg-container .row input[type=email]:focus, .form-bg-container .row input[type=text]:active {
    outline: none;
}

.form-bg-container .row input[type=email] {
    border: 2px solid #b9bcbe;
    border-radius: 3px;
    width: 300px;
    height: 30px;
    font-size: 15px;
}

.form-bg-container .row select {
    border: 2px solid #b9bcbe;
    border-radius: 3px;
    width: 300px;
    height: 37px;
    font-size: 15px;
}

.form-bg-container .row select.date-select {
    border: 2px solid #b9bcbe;
    border-radius: 3px;
    width: 100px;
    height: 37px;
}

.form-bg-container .row .container-mar-bot {
    margin-top: 5px;
    margin-bottom: 5px;
}

.form-bg-container .row input[type=checkbox] {
    margin-left: 20px;
}

.form-bg-container .row input[type=radio] {
    margin-left: 20px;
}

.form-bg-container .success-mesg {
    text-align: center;
    font-size: 20px;
}

.hg-checkbox {
    height: 15px;
}

.form-bg-container .success-btu {
    background: #2d266c;
    width: 140px;
    height: 42px;
    border-bottom: 5px solid #20164b;
    border-radius: 5px;
    margin: 15px auto;
}

.form-bg-container .success-btu p {
    vertical-align: top;
    display: inline-block;
    line-height: 52px;
    width: 100%;
}

.form-bg-container .success-btu p a {
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    text-align: center;
    line-height: 45px;
    font-weight: 100;
    display: block;
    cursor: pointer;
}

.red-reg-next {
    cursor: pointer;
    width: 120px;
    height: 52px;
    background: #bf111e;
    border: none;
    border-radius: 3px;
    color: #fff;
}

.red-blue-last-a {
    cursor: pointer;
    background: #2d266c;
    border: none;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
}

.red-blue-last-a{
    text-decoration: none;
}

.red-blue-last-a span {
    width: 120px;
    font-size: 12px;
    height: 52px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.red-blue-last {
    cursor: pointer;
    width: 120px;
    height: 52px;
    background: #2d266c;
    border: none;
    border-radius: 3px;
    color: #fff;
}

.pdf-iframe {
    width: 100%;
    height: 600px;
}

.label-250 {
    width: 180px;
    display: inline-block;
}

.multi-line {
    display: inline-block;
    width: 90%;
    vertical-align: top;
}

.reg-table {
}

.reg-table tr td {
    padding: 5px 7px;
}

.reg-confirm {
    padding: 15px 60px;
    background: #edeceb;
    height: 450px;
    overflow: scroll;
}

.reg-confirm .title {
    color: #2d266c;
    font-size: 19px;
}

.reg-confirm .part-container {
    margin: 20px 0;
}

.reg-confirm .part-container .confirm-row {
    font-size: 15px;
    color: #999999;
    margin: 1px 0;
}

.black-color-text {
    color: #1d1d1b
}

.reg-others-hide {
    display: none;
}

.experience_shares_click_show {
}

.experience_cbbc_click_show {

}

.experience_warrant_click_show {
}

.experience_futures_click_show {
}

.experience_options_click_show {
}

.experience_other_click_show {
    display: none;
}

.risk_objective_other_detail {
    display: none;
}

.declaration_beneficial_owner_click_hide {
    display: none;
}

.declaration_commission_employee_click_hide {
    display: none;
}

.declaration_controlled_client_click_hide {
    display: none;
}

.declaration_intermediary_click_hide {
    display: none;
}

.declaration_spouse_client_click_hide {
    display: none;
}

.declaration_commission_employee_click_hide {
    display: none;
}

.declaration_gov_official_click_hide {
    display: none;
}

.declaration_client_us_tin {
    display: none;
}

.communication_address_other_detail {
    display: none;
}

.employment_hide {
    display: none;
}

.retired-hide {
    display: none;
}

.position-hide {
    display: none;
}

.fin-position-hide {
    display: none;
}

.step4-title {
    color: #2d266c;
    font-size: 28px;
    margin: 10px 0;
}

.step4-img {
    margin: 30px 0 10px 0;
}

.step4-text-2 {
    font-weight: bold;
    margin: 20px 0;
}

.step4-list {
    font-size: 17px;
    text-align: left;
    max-width: 500px;
    margin: 0 auto;
}

.step4-list ul li {
    list-style: decimal;
}

.step4-img img {
    max-width: 120px;
}

/* =========================   register   =========================*/

#pageContain {
    overflow: hidden;
}

.page {
    box-shadow: 1px 1px 4px 0 #000;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    text-align: center;
    background-repeat: no-repeat;
}

.contain {
    width: 100%;
    height: 100%;
    display: none;
    position: relative;
    z-index: 0;
    padding-top: 150px;
}

.current .contain, .slide .contain {
    display: block;
}

.current {
    display: block;
}

.slide {
    display: block;
    z-index: 2;
}

.swipe {
    display: block;
    z-index: 3;
    transition-duration: 0ms !important;
    -webkit-transition-duration: 0ms !important;
}

#prev {
    left: 0
}

#next {
    right: 0
}

.ab-s1-title, .ab-s1-title2, .ab-s4-title {
    -webkit-animation: dragTop .6s ease 2.4s both;
    -moz-animation: dragTop .6s ease 2.4s both;
    -ms-animation: dragTop .6s ease 2.4s both;
    animation: dragTop .7s ease-in-out both;

    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -ms-animation-delay: 1s;
    animation-delay: 1s;
}

.ab-s1-description, .ab-s1-description, .ab-s4-description {
    -webkit-animation: dragTop .6s ease 2.4s both;
    -moz-animation: dragTop .6s ease 2.4s both;
    -ms-animation: dragTop .6s ease 2.4s both;
    animation: dragTop .7s ease-in-out both;

    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.ab-s2-title {
    -webkit-animation: bgL 20s linear 0s infinite alternate both;
    -moz-animation: bgL 20s linear 0s infinite alternate both;
    -ms-animation: bgL 20s linear 0s infinite alternate both;
    animation: scaleAll .7s ease-in-out 1.6s both;

    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -ms-animation-delay: 1s;
    animation-delay: 1s;
}

.ab-s2-description {
    -webkit-animation: bgL .6s ease 2.4s both;
    -moz-animation: bgL .6s ease 2.4s both;
    -ms-animation: bgL .6s ease 2.4s both;
    animation: scaleAll .7s ease-in-out 1.6s both;

    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.ab-s3-container .element-part {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
}

.ab-s3-container .element-part.part-1 {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -ms-animation-delay: 1s;
    animation-delay: 1s;
}

.ab-s3-container .element-part.part-2 {
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
    -ms-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

.ab-s3-container .element-part.part-3 {
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    -ms-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

.ab-s3-container .element-part {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
}

.page .button-recruit {
    -webkit-animation-name: fadeInTop;
    animation-name: fadeInTop;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    -ms-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

@media screen and (max-width: 1800px) and (min-width: 1699px) {
    .header .nav .main-area .nav-right .home-login-bt {
        right: 220px;
    }
}

@media screen and (max-width: 1699px) and (min-width: 1500px) {
    .header .nav .main-area .nav-right .home-login-bt {
        right: 140px;
    }
}

@media screen and (max-width: 1499px) and (min-width: 1400px) {
    .header .nav .main-area .nav-right .home-login-bt {
        right: 80px;
    }
}

@media screen and (max-width: 1399px) and (min-width: 1300px) {
    .header .nav .main-area .nav-right .home-login-bt {
        right: 30px;
    }
}

@media screen and (max-width: 1299px) and (min-width: 1024px) {
    .header .nav .main-area .nav-right .home-login-bt {
        right: 0px;
    }
}

@media screen and (max-width: 1450px) and (min-width: 1024px) {
    .header .nav .main-area .nav-right {
        padding-right: 220px;
    }
}

@media screen and (max-width: 1300px) and (min-width: 1024px) {
    .main-area {
        width: 1000px !important;
    }

    .header .nav .main-area .nav-right {
        padding-right: 10px;
    }

    .header .nav .main-area .nav-right ul.nav-ul li.top-nav-li.en-lang a{
        padding: 20px 6px 40px 6px;
    }
}



