﻿body {
    color: #777777;
    font: 500 13px/25px "Raleway",Helvetica,Arial,sans-serif;
    -webkit-text-size-adjust: none;
}

.badge {
    background: none;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
/*header {backface-visibility:hidden;position:relative;z-index:1;}
*/ @media (max-width:991px) {
    .clearboth {
        clear: both;
    }
}

.fz17 {
    font-size: 17px;
}

.fa {
    line-height: inherit;
}

[class*='fa-']:before {
    font-weight: 400;
    font-family: 'FontAwesome';
    color: inherit;
    font-size: 20px;
}

.clr-primary {
    color: #38a99c;
}

.clr-secondary {
    color: #1c1c1c;
}

.ttu {
    text-transform: uppercase;
}

@media (max-width:767px) {
    .ins767 {
        padding-left: 8%;
        padding-right: 8%;
    }

    #cmsFloatPanel {
        display: none;
    }
}
/*=======================================================                       Main Layout=========================================================*/ * + .row {
    margin-top: 35px;
}

.row + * {
    margin-top: 40px;
}

.row + .row {
    margin-top: 30px;
}

* + .offs {
    margin-top: 59px;
}

h3 + img {
    margin-top: 60px;
}

    h3 + img + h4 {
        margin-top: 28px;
    }

h4 + p {
    margin-top: 5px;
}

h3 + h4 {
    margin-top: 48px;
}

.list-2 + p {
    margin-top: 16px;
}

h3 + blockquote {
    margin-top: 58px;
}

* + .btn-wr {
    margin-top: 45px;
}

* + .btn-wr__mod {
    margin-top: 40px;
}

* + table {
    margin-top: 19px;
}

* + .offs2 {
    margin-top: 50px;
}

.row + .offs2 {
    margin-top: 45px;
}

h3 + p {
    margin-top: 50px;
}
/*=======================================================                        Components=========================================================*/ /*==================   Block-icon     ===================*/

.block-icon .block_caption {
    display: inline-block;
    width: 270px;
    margin-top: -5px;
}

    .block-icon .block_caption span {
        font-size: 17px;
        display: inline-block;
    }

    .block-icon .block_caption * + p {
        margin-top: 8px;
    }

@media (max-width:1199px) {
    .block-icon .block_caption {
        margin-top: 30px;
    }
}

.block-icon .icon {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 270px;
    height: 270px;
    line-height: 270px;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
    position: relative;
}

    .block-icon .icon span {
        position: absolute;
        top: 161px;
        left: 50%;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        color: #fff;
        font-size: 29px;
        line-height: 33px;
        font-weight: 800;
        text-transform: uppercase;
        width: 100%;
    }

    .block-icon .icon .fa {
        position: absolute;
        left: 50%;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 28px;
    }

        .block-icon .icon .fa:before {
            display: inline-block;
            font: 400 130px/139px 'FontAwesome';
            color: #fff;
        }

.block-icon .icon1 {
    background: #4884f2;
}

.block-icon .icon2 {
    background: #d24f4f;
}

.block-icon__skin {
    position: relative;
    padding-left: 103px;
}

    .block-icon__skin .icon {
        position: absolute;
        display: inline-block;
        width: 84px;
        height: 84px;
        line-height: 84px;
        left: 0px;
        top: 12px;
        text-align: center;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

        .block-icon__skin .icon .fa:before {
            font: 400 36px/84px 'FontAwesome';
            color: #fff;
        }

    .block-icon__skin .bg1 {
        background: #43d2e3;
    }

    .block-icon__skin .bg2 {
        background: #47cd3d;
    }

    .block-icon__skin .bg3 {
        background: #e31836;
    }

    .block-icon__skin + .block-icon__skin {
        margin-top: 20px;
    }

h3 + .block-icon__skin {
    margin-top: 51px;
}
/*==================     Table       ====================*/ table {
    background: #1c1c1c;
    color: #fff;
    width: 100%;
}

@media (max-width:991px) {
    table {
        margin: 20px auto;
    }
}

table th + th {
    border-left: 1px solid rgba(255,255,255,0.2);
}

table th {
    font-size: 14px;
    font-weight: 400;
    padding: 15px 0px 7px;
}

table td, table th {
    width: 15.7894%;
    text-align: center;
}

table .lg {
    width: 51%;
    text-align: left;
    padding-left: 8px;
    padding-right: 38px;
}

table td {
    font-size: 13px;
    line-height: 30px;
}

    table td a.fa {
        color: #fff;
    }

        table td a.fa:before {
            font-size: 13px;
        }

        table td a.fa:hover {
            color: #e31836;
        }

        table td a.fa + a.fa {
            margin-left: -3px;
        }

    table td a.act {
        color: #e31836;
    }

table .pd-add {
    padding: 23px 0px 5px;
}

table .bg1 {
    background: #e31836;
}

table .bg2 {
    background: #745d93;
}

table .bg3 {
    background: #37bcb4;
}

table .bg4 {
    background: #e76f00;
}

table .bg5 {
    background: #43d2e3;
}

@media only screen and (max-width:767px) {
    table {
        display: none;
    }

    .no_bg_table {
        display: block;
    }
}

.stacktable.small-only {
    display: none;
}

@media only screen and (max-width:767px) {
    .stacktable.small-only {
        display: block;
    }

        .stacktable.small-only tbody {
            width: 100%;
        }

        .stacktable.small-only td, .stacktable.small-only th {
            width: 25%;
            text-align: center;
        }
}
/*==================     Panels      ====================*/ .panels {
    background: #f3f3f3;
}

    .panels .inline-list {
        float: left;
        margin-bottom: 16px;
    }

    .panels .btn-wr-header {
        float: right;
        margin-top: -43px;
    }

        .panels .btn-wr-header a + a {
            margin-left: 6px;
        }

@media (max-width:767px) {
    .panels {
        text-align: center;
    }

        .panels .inline-list, .panels .btn-wr-header {
            float: none;
        }

        .panels .inline-list {
            margin-top: 20px;
        }

        .panels .btn-wr-header {
            margin-bottom: 20px;
        }
}
/*==================  Banner  ====================*/ .cont-wr {
    position: relative;
}

.banner {
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    z-index: 1;
}

    .banner .cnt {
        color: #fff;
    }

        .banner .cnt p {
            font-size: 110px;
            line-height: 139px;
        }

        .banner .cnt * + h2 {
            margin-top: 9px;
        }

@media (max-width:479px) {
    .banner .cnt p {
        font-size: 80px;
        line-height: 100px;
    }
}

.banner__mod {
    top: 12%;
}
/*==================      Box      ======================*/ .box:before, .box:after {
    content: " ";
    display: table;
}

.box:after {
    clear: both;
}

.box:before, .box:after {
    content: " ";
    display: table;
}

.box:after {
    clear: both;
}

.box_aside { /*float:left;*/ /*margin-right:30px;*/
}

.box_aside_two { /*float:left;*/ /*margin-right:30px;*/
}

.box_aside a { /*float:left;*/ /*margin-right:30px;*/
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    font-weight: 300;
    font-family: 'Microsoft YaHei',微软雅黑,sans-serif;
}

.box_aside_two a { /*float:left;*/ /*margin-right:30px;*/
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    font-weight: 300;
    font-family: 'Microsoft YaHei',微软雅黑,sans-serif;
}

    .box_aside_two a span {
        font-size: 24px;
        color: #333333;
        line-height: 30px;
        font-family: 'Microsoft YaHei',微软雅黑,sans-serif;
    }

.box_cnt {
    text-align: left;
    margin-top: 17px;
}

    .box_cnt a {
        font-size: 30px;
        color: #fff;
        font-weight: 700;
    }

        .box_cnt a:hover {
            color: #38a99c;
        }

    .box_cnt .badge {
        display: inline-block;
        color: #888888;
        font-weight: 500;
        font-size: 30px;
        padding-left: 0px;
        margin-top: 2px;
    }

.box_cnt__no-flow {
    overflow: hidden;
}

@media (max-width:767px) {
    .box_aside_two, .box_aside {
        float: none;
        text-align: center;
        margin-right: 0;
    }

    .box_cnt {
        text-align: center;
    }
}

.box__mod .box_aside_two, .box__mod .box_aside {
    width: 270px;
}

@media (max-width:767px) {
    .box__mod .box_aside_two, .box__mod .box_aside {
        margin: 0 auto;
    }
}
/*==================  404    ======================*/ .p404 h2 {
    font-size: 215px;
    font-weight: 800;
    line-height: 160px;
}

    .p404 h2 small {
        font-size: 160px;
        font-weight: 800;
        margin-top: 70px;
    }

.p404 h3 {
    font-size: 54px;
    line-height: 54px;
    color: #d73f0f;
}

.p404 .mg-add {
    margin-top: 40px;
}

.p404 * + p {
    margin-top: 26px;
}

@media (max-width:991px) {
    .p404 h2 {
        font-size: 100px;
        line-height: 120px;
    }

        .p404 h2 small {
            font-size: 80px;
            margin-top: 20px;
        }
}
/*==================  Stuck menu  ======================*/ .stuck_container {
    background: #133982;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
    height: 120px;
}

@media (max-width:767px) {
    .stuck_container {
        display: none;
    }
}

.isStuck {
    padding: 0;
    background: #ffffff;
    z-index: 999;
    box-shadow: 0 1px 2px #bbb;
}

    .isStuck .navbar-brand {
        font-size: 44px;
    }

        .isStuck .navbar-brand:before {
            top: 0px;
        }

    .isStuck .navbar-nav {
        margin-top: 10px;
    }

@media only screen and (max-width:992px) {
    .isStuck {
        display: none !important;
    }
}

.isStuck .sf-menu ul {
    top: 27px;
}

    .isStuck .sf-menu ul ul {
        top: 0;
    }
/*==================     ToTop     ======================*/ .toTop {
    width: 47px;
    height: 47px;
    font-size: 24px;
    line-height: 47px !important;
    font-weight: 700;
    color: #fff !important;
    background: #3c79e7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: fixed;
    right: 66px;
    bottom: 180px;
    display: none;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
}

    .toTop:hover {
        color: #fff;
        background: #1c1c1c;
        text-decoration: none;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        transform: scale(1.2);
    }

@media only screen and (max-width:1399px) {
    .toTop {
        display: none !important;
    }
}
/*==================   Tumbnail    ======================*/ .thumb {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

    .thumb img {
        width: 100%;
        height: auto;
        -moz-transition: 0.5s all ease;
        -webkit-transition: 0.5s all ease;
        -o-transition: 0.5s all ease;
        transition: 0.5s all ease;
    }

.thumb_overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #ffffff;
    background: transparent;
}

    .thumb_overlay:before {
        content: '\f065';
        position: absolute;
        font-family: 'FontAwesome';
        font-size: 20px;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        opacity: 0;
    }

.lt-ie9 .thumb_overlay:before {
    display: none;
}

.thumb:hover .thumb_overlay {
    opacity: 1;
    background: rgba(0,0,0,0.5);
}

.lt-ie9 .thumb:hover .thumb_overlay {
    background: none;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000',endColorstr='#ff000000');
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000',endColorstr='#ff000000');
    zoom: 1;
}

.thumb:hover .thumb_overlay:before {
    opacity: 1;
}

.lt-ie9 .thumb:hover .thumb_overlay:before {
    display: block;
}

.thumb:hover img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/*==================  RD Parallax    ======================*/ .parallax {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.parallax_image, .parallax_pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-position: center center;
    will-change: transform;
    z-index: 0;
}

.parallax_image {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.parallax_pattern {
    background-repeat: repeat;
}

.parallax_cnt {
    position: relative;
    color: #ffffff;
    padding-top: 90px;
    padding-bottom: 119px;
}

    .parallax_cnt * + h2 {
        margin-top: 9px;
    }

    .parallax_cnt * + h4 {
        margin-top: 23px;
    }

    .parallax_cnt * + .btn {
        margin-top: 31px;
    }

.parallax a.link {
    text-decoration: underline;
}

.parallax2 .parallax_cnt {
    padding-top: 147px;
    padding-bottom: 150px;
}

@media (max-width:767px) {
    .parallax2 .parallax_cnt {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.parallax3 .parallax_cnt {
    padding-top: 75px;
    padding-bottom: 64px;
}

    .parallax3 .parallax_cnt .search-form {
        margin-top: 0;
    }
/*==================   RD Mobile Menu    =====================*/ .rd-mobilemenu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9999999;
    text-align: left;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

    .rd-mobilemenu.active {
        right: 0;
    }

.rd-mobilemenu_ul {
    position: fixed;
    top: -56px;
    left: 0;
    bottom: -56px;
    width: 240px;
    padding: 132px 0 76px;
    color: #a5bfd2;
    background: rgba(43,54,67,0.97);
    font-size: 14px;
    line-height: 20px;
    overflow: auto;
    -moz-box-shadow: 5px 0 5px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 5px 0 5px 0 rgba(0,0,0,0.1);
    box-shadow: 5px 0 5px 0 rgba(0,0,0,0.1);
    -moz-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    -o-transform: translateX(-240px);
    -webkit-transform: translateX(-240px);
    transform: translateX(-240px);
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -moz-transition: 0.3s cubic-bezier(0.55,0,0.1,1);
    -webkit-transition: 0.3s cubic-bezier(0.55,0,0.1,1);
    -o-transition: 0.3s cubic-bezier(0.55,0,0.1,1);
    transition: 0.3s cubic-bezier(0.55,0,0.1,1);
}

.lt-ie9 .rd-mobilemenu_ul {
    background: none;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2b3643',endColorstr='#ff2b3643');
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2b3643',endColorstr='#ff2b3643');
    zoom: 1;
}

.rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.rd-mobilemenu_ul a {
    display: block;
    padding: 14px 25px 16px;
}

    .rd-mobilemenu_ul a.active {
        background: #313e4e;
        color: #ffffff;
    }

    .rd-mobilemenu_ul a:hover {
        background: #38a99c;
        color: #ffffff;
    }

    .rd-mobilemenu_ul a .rd-submenu-toggle {
        position: absolute;
        top: 50%;
        right: 11px;
        margin-top: -17.5px;
        width: 32px;
        height: 32px;
        font: 400 10px 'FontAwesome';
        line-height: 32px;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid #ffffff;
        -moz-transition: 0.5s all ease;
        -webkit-transition: 0.5s all ease;
        -o-transition: 0.5s all ease;
        transition: 0.5s all ease;
        z-index: 1;
        background: rgba(0,0,0,0.1);
    }

        .rd-mobilemenu_ul a .rd-submenu-toggle:after {
            content: '\f078';
        }

        .rd-mobilemenu_ul a .rd-submenu-toggle:hover {
            background: #2b3643;
            color: #a5bfd2;
        }

.rd-mobilemenu_ul a {
    color: #a5bfd2;
}

    .rd-mobilemenu_ul a.rd-with-ul {
        position: relative;
    }

        .rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

.rd-mobilemenu_ul ul a {
    padding-left: 40px;
    border: none;
    padding-top: 14px;
    padding-bottom: 16px;
}

.rd-mobilemenu_ul ul ul {
    border: none;
    box-shadow: none;
    background: transparent;
}

    .rd-mobilemenu_ul ul ul li {
        border: none;
        box-shadow: none;
    }

    .rd-mobilemenu_ul ul ul a {
        padding-left: 60px;
        color: inherit;
        padding-top: 14px;
        padding-bottom: 16px;
        border: none;
        box-shadow: none;
    }

        .rd-mobilemenu_ul ul ul a.active {
            background: #313e4e;
            color: #ffffff;
        }

        .rd-mobilemenu_ul ul ul a:hover {
            background: #38a99c;
            color: #ffffff;
        }

.rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px;
}

.rd-mobilepanel {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 56px;
    background: #133982;
    color: #ffffff;
    -moz-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.1);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.1);
    z-index: 99999991;
}
/*.rd-mobilepanel:before {*/ /*content:url(../images/mobile/genius-sm-logo.png);*/ /*}
*/

.rd-mobilepanel_title {
    position: fixed;
    padding-left: 10px;
    top: 4px;
    left: 56px;
    right: 56px;
    color: #ffffff;
    font-size: 24px;
    line-height: 48px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rd-mobilepanel_toggle {
    position: fixed;
    top: 4px;
    left: 8px;
    width: 48px;
    height: 48px;
    background-color: #252e3a;
    border-color: transparent;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

    .rd-mobilepanel_toggle span {
        position: relative;
        display: block;
        margin: auto;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
            content: "";
            position: absolute;
            left: 0;
            top: -8px;
            -moz-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .rd-mobilepanel_toggle span:after {
            top: 8px;
        }

        .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
            width: 24px;
            height: 4px;
            background-color: #ffffff;
            backface-visibility: hidden;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
        }

            .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
                -webkit-transition-duration: 0.3s,0.3s;
                transition-duration: 0.3s,0.3s;
                -webkit-transition-delay: 0.3s,0s;
                transition-delay: 0.3s,0s;
                -webkit-transition-property: top,-webkit-transform;
                transition-property: top,transform;
            }

    .rd-mobilepanel_toggle.active span {
        transition: background .3s 0s ease;
        background: transparent;
    }

        .rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
            top: 0;
            -webkit-transition-delay: 0s,0.3s;
            transition-delay: 0s,0.3s;
        }

        .rd-mobilepanel_toggle.active span:before {
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .rd-mobilepanel_toggle.active span:after {
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

.rd-mobilemenu_logo {
    height: 38px;
    margin-top: auto;
    margin-bottom: auto;
    float: right;
    top: 5px;
    right: 12px;
    position: relative; /*background-image:url(../../images/mobile/Felink-logo.png);*/
}

.language-head {
    display: none;
}

@media (max-width:767px) {
    body {
        padding-top: 55px;
    }

    .rd-mobilemenu, .rd-mobilepanel {
        display: block;
    }
}

@media (max-width:359px) {
    .rd-mobilepanel_title {
        font-size: 18px;
    }
}
/*=================       Tabs     ======================*/ .resp-tabs-list {
    text-align: center;
}

    .resp-tabs-list li {
        display: inline-block;
        cursor: pointer;
        font-size: 17px;
        padding-bottom: 4px;
        -moz-transition: 0.2s;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }

        .resp-tabs-list li:hover {
            border-bottom: 4px solid #1c1c1c;
        }

        .resp-tabs-list li + li {
            margin-left: 23px;
        }

    .resp-tabs-list .resp-tab-active {
        border-bottom: 4px solid #1c1c1c;
    }

* + .resp-tabs-container {
    margin-top: 27px;
}

.resp-accordion {
    display: none;
}

.resp-tab-content {
    display: none;
}

.resp-tab-content-active {
    display: block;
}

.tab-content a:hover {
    color: #29b6f6;
}

@media (max-width:767px) {
    .resp-tabs-container {
        text-align: center;
    }

    .resp-accordion {
        display: inline-block;
        text-align: center;
        cursor: pointer;
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        padding: 5px 0px 5px;
        background: #38a99c;
        -moz-transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        transition: 0.3s all ease;
        width: 80%;
        margin: 15px auto;
    }

        .resp-accordion:hover {
            background: #d73f0f;
        }

    .resp-tabs-list {
        display: none;
    }
}
/*========================================================                     HEADER  Section=========================================================*/ /*header {background:#ffffff;}
*/

@media (max-width:991px) {
    header {
        text-align: center;
    }

        header .navbar-header, header .navbar-nav {
            float: none;
        }
}

main {
    background: #ffffff;
}

footer {
    padding-top: 38px;
    padding-bottom: 20px;
    background: #018df3;
}

    footer .navbar-brand {
        padding-bottom: 23px;
        color: #fff;
        font-size: 50px;
    }

        footer .navbar-brand:before {
            top: -6px;
        }

        footer .navbar-brand .brand-slogan {
            margin-top: 0;
        }

    footer hr {
        border: none;
        height: 1px;
        width: 100%;
        background: #333333;
    }

    footer * + ul {
        margin-top: 10px;
    }

    footer ul li {
        line-height: 35px;
    }

    footer .fb-plug-wr {
        min-height: 244px;
    }

    footer .copyright {
        padding-top: 10px;
        font-size: 11px;
    }

.container {
    width: 1100px;
}

.index-content {
    padding: 50px 0 0 0;
    height: auto;
    overflow: hidden;
}

@media (max-width:767px) {
    footer {
        text-align: center;
    }
}
/*========================================================                     MEDIA QUERIES=========================================================*/ @media (min-width:1220px) {
    .container {
        padding: 0;
    }

    .index-content {
        padding: 50px 0 0 0;
        height: auto;
        overflow: hidden;
    }
}

@media (max-width:560px) {
    .row .col-xs-6 {
        clear: both;
        width: 100%;
    }
}

@media (max-width:900px) {
    .container {
        width: 100%;
    }

    .row .col-xs-12 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .index-content {
        padding: 20px 10px 0 10px;
    }
}

@media (max-width:991px) {
    .row .col-sm-12 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media (max-width:991px) {
    .row .col-sm-6 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width:767px) {
    .row .col-xs-4 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .row .col-xs-3 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .loginF {
        margin-top: 10px;
        margin-bottom: 20px;
    }
}
/*==========================================================*/ /*2016/1/19*/ /*luweineng*/ /*==========================================================*/

.item .img-slide {
    height: 817px;
    width: 100%;
}

    .item .img-slide img {
        height: 100%;
        width: 100%;
    }

.banner-box { /*height:753px;*/
}

.banner-box-1, .banner-box-2, .banner-box-3, .banner-box-4, .banner-box-5, .banner-box-6 {
    width: 100%;
    height: 650px;
    background-image: url(../images/foc01.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: 100% 100%;
}
/*.banner-box-1 {background-image:url(../images/foc02.jpg);}
.banner-box-2 {background-image:url(../images/foc03.jpg);}
.banner-box-3 {background-image:url(../images/foc06.jpg);}
.banner-box-4 {background-image:url(../images/foc01.jpg);}
.banner-box-5 {background-image:url(../images/foc04.jpg);}
.banner-box-6 {background-image:url(../images/foc05.jpg);}
*/ /* 默认banner 下载和QR样式 */

.download-learn-more a.btnDownload-android {
    float: left;
    display: block;
    margin: 0;
    padding: 0 30px;
    width: 267px;
    height: 55px;
    line-height: 55px;
    border-radius: 0px;
    background: #00bcd5;
    font-family: 'Roboto','Microsoft YaHei',微软雅黑,sans-serif;
    font-weight: 300;
    font-size: 22px;
    letter-spacing: 3px;
    color: #FFF;
}

    .download-learn-more a.btnDownload-android:hover {
        background: #33dde5;
    }

.download-learn-more a.btnDownload-ios {
    float: left;
    display: block;
    font-size: 22px;
    line-height: 55px;
    margin: 0 0 0 13px;
    width: 230px;
    height: 55px;
    border: solid 1px #00bcd5;
    font-family: 'Roboto','Microsoft YaHei',微软雅黑,sans-serif;
    border-right: none;
    border-radius: 2px 0 0 2px;
    overflow: hidden;
    color: #00bcd5;
}

    .download-learn-more a.btnDownload-ios:hover {
        background-color: #e1f5f7;
    }

.download-learn-more a.btnDownload-qr {
    float: left;
    display: block;
    margin: 0;
    width: 50px;
    height: 55px;
    border: solid 1px #FFF;
    border-left: none;
    border-radius: 0 0 0 0;
    background: url('../../../../img.t.felink.com/felinkcn/201604/images/Home/btn_qr_1.png') no-repeat center center;
    text-indent: -9999px;
    overflow: hidden;
}

.download-learn-more a.btnDownload-androidqr {
    background-color: #00bcd5;
    border: solid 1px #00bcd5;
}

    .download-learn-more a.btnDownload-androidqr:hover {
        background-color: #33dde5;
    }

.download-learn-more a.btnDownload-iosqr {
    border: solid 1px #00bcd5;
    border-left: none;
    background-image: url(../../../../img.t.felink.com/felinkcn/201604/images/Home/btn_qr_2.png);
}

    .download-learn-more a.btnDownload-iosqr:hover {
        background-color: #e1f5f7;
    }

.btnDownload-ios-menu {
    position: absolute;
    left: 787px;
    top: 65px;
    padding: 0;
    margin: 0;
    display: none;
}

    .btnDownload-ios-menu li a {
        display: block;
        width: 230px;
        height: 55px;
        background-color: #00bcd5;
        color: #fff;
        font-size: 24px;
        line-height: 55px;
        margin-top: 1px;
    }

        .btnDownload-ios-menu li a:hover {
            background: #33dde5;
        }

.download-read-more-container {
    position: relative;
    width: 970px;
    margin: 0 auto;
}

.download-read-more {
    position: absolute;
    right: 0px;
    top: 380px;
    font-size: 16px;
    line-height: 40px;
    font-family: 'Microsoft YaHei',微软雅黑,sans-serif;
    z-index: 99;
}

    .download-read-more a {
        display: block;
    }

    .download-read-more .glyphicon-upload {
        background: url(images/download-more-icon.png) no-repeat 0 0;
        text-indent: -999em;
        display: inline-block;
        width: 20px;
        height: 20px;
        top: 0;
        margin-left: 6px;
    }
/*zm-a1,tq-a2,sp-a3,dxzm-a4,dx-a5,xt-a6*/ .a6-content .download-read-more {
    top: 360px;
}

.a1-content .download-read-more .glyphicon-upload {
    color: #06bdd5;
}

.a1-content .download-read-more a {
    color: #fff;
}

    .a1-content .download-read-more a:hover {
        color: #aaa;
    }

.a1-content .download-read-more .glyphicon-upload {
    background-position: 0 -22px;
}

.a3-content .download-read-more a {
    color: #5e3dcc;
}

    .a3-content .download-read-more a:hover {
        color: #06bdd5;
    }

.a3-content .download-read-more .glyphicon-upload {
    background-position: 0 -22px;
}

.a6-content .download-read-more a {
    color: #747474;
}

    .a6-content .download-read-more a:hover {
        color: #333;
    }

.a1-content {
    background-color: #a5cc2d;
    height: 80px;
    display: block;
    width: 100%;
    overflow: hidden;
}

    .a1-content h2 {
        font-family: 'Microsoft YaHei',微软雅黑,sans-serif;
        width: 30%;
        float: left;
        text-align: right;
        color: #fff;
        font-size: 24px;
        line-height: 75px;
    }

    .a1-content p {
        font-size: 14px;
        font-family: 'Microsoft YaHei',微软雅黑,sans-serif;
        margin-top: 20px;
        margin-bottom: 20px;
        color: #fff;
        float: left;
        width: 50%;
        margin-left: 5%;
        text-align: left;
    }

.a2-content {
    color: #000;
    background-color: #693387;
    height: 80px;
    display: block;
    width: 100%;
    overflow: hidden;
}

    .a2-content h2 {
        font-family: 'Microsoft YaHei',微软雅黑,sans-serif;
        width: 30%;
        float: left;
        text-align: right;
        color: #fff;
        font-size: 24px;
        line-height: 75px;
    }

    .a2-content p {
        font-size: 14px;
        font-family: 'Microsoft YaHei',微软雅黑,sans-serif;
        margin-top: 20px;
        margin-bottom: 20px;
        color: #fff;
        float: left;
        width: 50%;
        margin-left: 5%;
        text-align: left;
    }

.a3-content {
    color: #000;
    background-color: #f99d32;
    height: 80px;
    display: block;
    width: 100%;
    overflow: hidden;
}

    .a3-content h2 {
        font-family: 'Microsoft YaHei',微软雅黑,sans-serif;
        width: 30%;
        float: left;
        text-align: right;
        color: #fff;
        font-size: 24px;
        line-height: 75px;
    }

    .a3-content p {
        font-size: 14px;
        font-family: 'Microsoft YaHei',微软雅黑,sans-serif;
        margin-top: 10px;
        margin-bottom: 20px;
        color: #fff;
        float: left;
        width: 50%;
        margin-left: 5%;
        text-align: left;
    }

.a4-content {
    color: #FFF;
    background: #00ada9;
    height: 80px;
    display: block;
    width: 100%;
    overflow: hidden;
}

    .a4-content h2 {
        font-family: 'Microsoft YaHei',微软雅黑,sans-serif;
        width: 30%;
        float: left;
        text-align: right;
        color: #fff;
        font-size: 24px;
        line-height: 75px;
    }

    .a4-content p {
        font-size: 14px;
        font-family: 'Microsoft YaHei',微软雅黑,sans-serif;
        margin-top: 10px;
        margin-bottom: 20px;
        color: #fff;
        float: left;
        width: 50%;
        margin-left: 5%;
        text-align: left;
    }

.a5-content {
    color: #FFF;
    background: #0054a7;
    height: 80px;
    display: block;
    width: 100%;
    overflow: hidden;
}

    .a5-content h2 {
        font-family: 'Microsoft YaHei',微软雅黑,sans-serif;
        width: 30%;
        float: left;
        text-align: right;
        color: #fff;
        font-size: 24px;
        line-height: 75px;
    }

    .a5-content p {
        font-size: 14px;
        font-family: 'Microsoft YaHei',微软雅黑,sans-serif;
        margin-top: 10px;
        margin-bottom: 20px;
        color: #fff;
        float: left;
        width: 50%;
        margin-left: 5%;
        text-align: left;
    }

.a6-content {
    color: #000;
    background-color: #f08200;
    height: 80px;
    display: block;
    width: 100%;
    overflow: hidden;
}

    .a6-content h2 {
        font-family: 'Microsoft YaHei',微软雅黑,sans-serif;
        width: 30%;
        float: left;
        text-align: right;
        color: #fff;
        font-size: 24px;
        line-height: 75px;
    }

    .a6-content p {
        font-size: 14px;
        font-family: 'Microsoft YaHei',微软雅黑,sans-serif;
        margin-top: 10px;
        margin-bottom: 20px;
        color: #fff;
        float: left;
        width: 50%;
        margin-left: 5%;
        text-align: left;
    }

.banner-content { /*padding:200px 0 200px 0;*/
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    word-wrap: break-word;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 80px;
}

    .banner-content .genius-content { /*margin-top:570px;*/
        position: absolute;
        right: 8%;
        left: 8%;
        bottom: 105px;
    }

    .banner-content .pixelphone-content, .banner-content .shine-content, .banner-content .launcher-content { /*margin-top:570px;*/
        position: absolute;
        right: 8%;
        left: 8%;
        top: 60px;
    }

    .banner-content .genius-content h2:before {
        content: url(../../../../img.t.felink.com/felinkcn/201604/images/Home/GeniusICON-xiao.png);
        vertical-align: text-bottom;
        padding-right: 15px;
    }

    .banner-content .launcher-content h2:before {
        content: url(../../../../img.t.felink.com/felinkcn/201604/images/Home/MoboLauncherICON-xiao.png);
        vertical-align: text-bottom;
        padding-right: 15px;
    }

    .banner-content .shine-content h2:before {
        content: url(../../../../img.t.felink.com/felinkcn/201604/images/Home/ShineICON-xiao.png);
        vertical-align: text-bottom;
        padding-right: 15px;
    }

    .banner-content .pixelphone-content h2:before {
        content: url(../../../../img.t.felink.com/felinkcn/201604/images/pixelphone/pixelphone_logo_63x63.png);
        vertical-align: text-bottom;
        padding-right: 15px;
    }

    .banner-content .pixelphone-content h2, .banner-content .launcher-content h2, .banner-content .genius-content h2 {
        font-size: 53px;
        color: #fffffd;
        font-family: 'Microsoft YaHei',微软雅黑,sans-serif;
        font-weight: 700;
    }

    .banner-content .shine-content h2 {
        font-size: 55px;
        color: #ffc700;
        font-family: 'Microsoft YaHei',微软雅黑,sans-serif;
        font-weight: 700;
    }

    .banner-content .genius-content span {
        font-family: 'Microsoft YaHei',微软雅黑,sans-serif;
        font-size: 22px;
        font-weight: normal;
    }

    .banner-content .genius-content .genius-span-small {
        display: none;
    }

    .banner-content .pixelphone-content p, .banner-content .shine-content p, .banner-content .launcher-content p {
        font-family: 'Microsoft YaHei',微软雅黑,sans-serif;
        font-size: 24px;
        line-height: 30px;
        padding: 10px 0 10px 0; /*word-spacing:10px;*/
        letter-spacing: 2px;
        font-weight: 100;
    }

    .banner-content .genius-content p {
        font-family: 'Microsoft YaHei',微软雅黑,sans-serif;
        font-weight: 100;
        font-size: 24px;
        line-height: 30px;
        padding: 10px 0 10px 0; /*word-spacing:10px;*/
        letter-spacing: 2px;
        margin-bottom: 14px;
    }

    .banner-content .btn-download-app {
        padding: 10px;
        float: left;
        width: 50%;
        text-align: right;
    }

    .banner-content .btn-download-code {
        padding: 10px;
        float: right;
        width: 50%;
        text-align: left;
    }

.felink-menu {
    font-family: 'Microsoft YaHei',微软雅黑,sans-serif;
}

.genius-title-sml {
    display: none;
}
/*.rd-mobilepanel_title:after {*/ /*content:url(../images/Home/felinkLOGO-white.png);*/ /*position:relative;*/ /*top:6px;*/ /*}
*/ /* @Media */

@media screen and (max-width:600px) {
    .item .img-slide {
        height: 332px;
    }

    .banner-box {
        height: 140px;
    }

    .carousel-inner > .item {
        height: 140px;
    }

    .banner-content .pixelphone-content h2, .banner-content .shine-content h2, .banner-content .launcher-content h2, .banner-content .genius-content h2 {
        font-size: 28px;
        white-space: nowrap;
    }

    .banner-box-1, .banner-box-2, .banner-box-3, .banner-box-4, .banner-box-5, .banner-box-6 {
        width: 100%;
        height: 140px;
        background-size: 100%;
    }

    .banner-content .genius-content span {
        font-size: 12px;
        line-height: 15px;
        word-wrap: break-word;
    }

    .banner-content .genius-content .genius-span-big {
        display: none;
    }

    .banner-content .genius-content .genius-span-small {
        display: block;
    }

    .banner-content .pixelphone-content p, .banner-content .shine-content p, .banner-content .launcher-content p, .banner-content .genius-content p {
        padding: 0px 0 1px 0;
        font-size: 15px;
        line-height: 20px;
    }

    .banner-content .btn-download-app {
        padding: 5px;
        float: left;
        width: 100%;
        text-align: center;
    }

    .banner-content .btn-download-code { /*display:none;*/
        padding: 5px;
        float: right;
        width: 100%;
        text-align: center;
    }

    .banner-content .genius-content { /*margin-top:570px;*/
        top: auto;
        bottom: 40px;
    }

    .banner-content .pixelphone-content, .banner-content .shine-content, .banner-content .launcher-content {
        top: 15px;
    }

    .banner-content .btn-download-app img, .banner-content .btn-download-code img {
        width: 186px;
        height: 35px;
    }

    .genius-title-sml {
        display: block;
    }

    .genius-title-big {
        display: none;
    }

    .carousel-control {
        display: none;
    }

    .download-read-more {
        right: 0;
        top: 400px;
    }

    .banner-box-1 {
        background-image: url(../images/foc01.jpg);
    }

    .a1-content h2 {
        background-size: 120px 35px;
        height: 35px;
        width: 30%;
        font-family: 'Microsoft YaHei',微软雅黑,sans-serif;
    }

    .a1-content p {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 12px;
        width: 60%;
        font-family: 'Microsoft YaHei',微软雅黑,sans-serif;
        margin-left: 5%
    }

    .banner-box-2 {
        background-image: url(../images/foc02.jpg);
    }

    .a2-content h2 {
        background-size: 167px 34px;
        height: 35px;
        width: 30%;
        font-family: 'Microsoft YaHei',微软雅黑,sans-serif;
    }

    .a2-content p {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 12px;
        width: 60%;
        font-family: 'Microsoft YaHei',微软雅黑,sans-serif;
        margin-left: 5%
    }

    .banner-box-3 {
        background-image: url(../images/foc03.jpg);
    }

    .a3-content h2 {
        background-size: 125px 30px;
        height: 35px;
        width: 30%;
        font-family: 'Microsoft YaHei',微软雅黑,sans-serif;
    }

    .a3-content p {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 12px;
        width: 60%;
        font-family: 'Microsoft YaHei',微软雅黑,sans-serif;
        margin-left: 5%
    }

    .banner-box-4 {
        background-image: url(../images/foc04.jpg);
    }

    .a4-content h2 {
        background-size: 125px 30px;
        height: 35px;
        font-size: 24px;
        width: 30%;
        font-family: 'Microsoft YaHei',微软雅黑,sans-serif;
    }

    .a4-content p {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 12px;
        width: 60%;
        font-family: 'Microsoft YaHei',微软雅黑,sans-serif;
        margin-left: 5%;
    }

    .banner-box-5 {
        background-image: url(../images/foc05.jpg);
    }

    .a5-content h2 {
        background-size: 125px 30px;
        height: 35px;
        font-size: 24px;
        width: 30%;
        font-family: 'Microsoft YaHei',微软雅黑,sans-serif;
    }

    .a5-content p {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 12px;
        width: 60%;
        font-family: 'Microsoft YaHei',微软雅黑,sans-serif;
        margin-left: 5%;
    }

    .banner-box-6 {
        background-image: url(../images/foc06.jpg);
    }

    .a6-content h2 {
        background-size: 108px 50px;
        height: 35px;
        width: 30%;
        font-family: 'Microsoft YaHei',微软雅黑,sans-serif;
    }

    .a6-content p {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 12px;
        width: 60%;
        font-family: 'Microsoft YaHei',微软雅黑,sans-serif;
        margin-left: 5%
    }
}

@media (max-height:480px) {
    .banner-content .pixelphone-content h2, .banner-content .shine-content h2, .banner-content .launcher-content h2, .banner-content .genius-content h2 {
        font-size: 24px;
        white-space: nowrap;
    }

    .banner-content .genius-content span {
        font-size: 9px;
        word-wrap: break-word;
    }

    .banner-content .genius-content .genius-span-big {
        display: none;
    }

    .banner-content .genius-content .genius-span-small {
        display: block;
    }

    .banner-content .pixelphone-content p, .banner-content .shine-content p, .banner-content .launcher-content p, .banner-content .genius-content p {
        font-size: 13px;
        line-height: 20px;
    }

    .banner-content .a1-content p, .banner-content .a2-content p, .banner-content .a3-content p, .banner-content .a4-content p, .banner-content .a5-content p, .banner-content .a6-content p {
        font-size: 14px;
        text-align: left;
    }
}

@media (min-width:601px) and (max-width:720px) {
    .item .img-slide {
        height: 398px;
    }

    .banner-box {
        height: 603px;
    }

    .banner-content {
        right: 1%;
        left: 1%;
    }

    .banner-box-1 {
        background-image: url(../images/foc02.jpg);
    }

    .banner-box-2 {
        background-image: url(../images/foc03.jpg);
    }

    .banner-box-3 {
        background-image: url(../images/foc06.jpg);
    }

    .banner-box-4 {
        background-image: url(../images/foc01.jpg);
    }

    .banner-box-5 {
        background-image: url(../images/foc04.jpg);
    }

    .banner-box-6 {
        background-image: url(../images/foc05.jpg);
    }

    .banner-content .genius-content h2 {
        font-size: 48px;
    }

    .banner-content .genius-content span {
        font-size: 16px;
    }

    .banner-content .genius-content p {
        font-size: 19px;
        line-height: 20px;
    }

    .banner-content .btn-download-app {
        padding: 10px;
        float: left;
        width: 100%;
        text-align: center;
    }

    .banner-content .btn-download-code {
        padding: 10px;
        float: right;
        width: 100%;
        text-align: center;
    }

        .banner-content .btn-download-app img, .banner-content .btn-download-code img {
            width: 278px;
        }

    .banner-box-1 {
        background-image: url(../images/foc01.jpg);
    }

    .a1-content .download-learn-more a.btnDownload-android, .a1-content .download-learn-more a.btnDownload-ios {
        display: block;
        width: 278px;
        padding: 0;
        margin: 10px 0 0 0px;
        font-size: 16px;
    }

    .a1-content .download-learn-more a.btnDownload-qr {
        display: none;
    }

    .a1-content .download-learn-more a.btnDownload-ios {
        border-right: 1px solid #00bcd5;
    }

    .banner-box-2 {
        background-image: url(../images/foc02.jpg);
    }

    .a2-content .download-learn-more a.btnDownload-android, .a2-content .download-learn-more a.btnDownload-ios {
        display: block;
        width: 278px;
        padding: 0;
        margin: 10px 0 0 0px;
        font-size: 16px;
    }

    .a2-content .download-learn-more a.btnDownload-qr {
        display: none;
    }

    .a2-content .download-learn-more a.btnDownload-ios {
        border-width: 1px;
    }

    .banner-box-3 {
        background-image: url(../images/foc03.jpg);
    }

    .a3-content .download-learn-more a.btnDownload-android, .a3-content .download-learn-more a.btnDownload-ios {
        display: block;
        width: 278px;
        padding: 0;
        margin: 10px 0 0 0px;
        font-size: 16px;
        border-width: 1px;
    }

    .a3-content .download-learn-more a.btnDownload-qr {
        display: none;
    }

    .a3-content .download-learn-more a.btnDownload-ios {
        border-width: 1px;
    }

    .banner-box-6 {
        background-image: url(../images/foc06.jpg);
    }

    .a6-content .download-learn-more a.btnDownload-android, .a6-content .download-learn-more a.btnDownload-ios {
        display: block;
        width: 278px;
        padding: 0;
        margin: 10px 0 0 0px;
        font-size: 16px;
    }

    .a6-content .download-learn-more a.btnDownload-qr {
        display: none;
    }

    .a6-content .download-learn-more a.btnDownload-ios {
        border-width: 1px;
    }

    .banner-box-4 {
        background-image: url(../images/foc04.jpg);
    }

    .a4-content .download-learn-more a.btnDownload-android, .a4-content .download-learn-more a.btnDownload-ios {
        display: block;
        width: 278px;
        padding: 0;
        margin: 10px 0 0 0px;
        font-size: 16px;
        border-width: 1px;
    }

    .a4-content .download-learn-more a.btnDownload-qr {
        display: none;
    }

    .a4-content .download-learn-more a.btnDownload-ios {
        border-width: 1px;
    }

    .banner-box-5 {
        background-image: url(../images/foc05.jpg);
    }

    .a5-content .download-learn-more a.btnDownload-android, .a5-content .download-learn-more a.btnDownload-ios {
        display: block;
        width: 278px;
        padding: 0;
        margin: 10px 0 0 0px;
        font-size: 16px;
        border-width: 1px;
    }

    .a5-content .download-learn-more a.btnDownload-qr {
        display: none;
    }

    .a5-content .download-learn-more a.btnDownload-ios {
        border-width: 1px;
    }

    .download-read-more-container {
        position: relative;
        width: 100%;
        margin: 0 auto;
    }

    .download-read-more {
        right: 0;
        top: 285px;
    }

    .btnDownload-ios-menu li a {
        display: block;
        width: 278px;
        font-size: 16px;
    }
}

@media (min-width:721px) and (max-width:959px) {
    .item .img-slide {
        height: 478px;
    }

    .banner-content {
        right: 1%;
        left: 1%;
    }

    .download-read-more-container {
        position: relative;
        width: 100%;
        margin: 0 auto;
    }

    .download-read-more {
        right: 0;
    }
}

.navbar-submenu {
    position: absolute;
    left: 1000px;
    top: 87px;
    background: #fff;
    box-shadow: 0px 1px 1px;
}

    .navbar-submenu li {
        width: 120px;
        line-height: 40px;
    }

        .navbar-submenu li a {
            display: block;
        }

.navbar-brand:before {
    content: url(logo.png);
}

.carousel-indicators {
    position: absolute;
    bottom: 5px;
    width: 560px;
    right: 0;
    z-index: 100;
}

@media (max-width:600px) {
    .carousel-indicators {
        position: absolute;
        bottom: 40px;
        right: 0;
        z-index: 100;
        width: auto;
    }
}

.carousel-indicators ul {
    float: right;
}

.carousel-indicators li {
    float: left;
    display: inline;
    cursor: pointer;
    margin: 0px 0 0 15px;
    overflow: hidden;
}

.carousel-indicators a {
    background-image: url(focnav.png);
    display: block;
    float: left;
    cursor: pointer;
    width: 34px;
    height: 47px;
}

.iconbg {
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    line-height: 9999px;
    overflow: hidden;
    text-indent: -9999px;
}

.carousel-indicators .a01 {
    background-position: 0 -60px;
}

.carousel-indicators .a02 {
    background-position: -53px -60px;
}

.carousel-indicators .a03 {
    background-position: -106px -60px;
}

.carousel-indicators .a04 {
    background-position: -160px -60px;
}

.carousel-indicators .a05 {
    background-position: -213px -60px;
}

.carousel-indicators .a06 {
    background-position: -266px -60px;
}

.carousel-indicators .a07 {
    background-position: -319px -60px;
}

.carousel-indicators .a08 {
    background-position: -372px -60px;
}

.carousel-indicators .active .a01 {
    background-position: 0 0;
}

.carousel-indicators .active .a02 {
    background-position: -53px 0;
}

.carousel-indicators .active .a03 {
    background-position: -106px 0;
}

.carousel-indicators .active .a04 {
    background-position: -160px 0;
}

.carousel-indicators .active .a05 {
    background-position: -213px 0;
}

.carousel-indicators .active .a06 {
    background-position: -266px 0;
}

.carousel-indicators .active .a07 {
    background-position: -319px 0;
}

.carousel-indicators .active .a08 {
    background-position: -372px 0;
}

ul.icon-list {
    height: 100%;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

    ul.icon-list li {
        display: block;
        float: none;
        height: 118px;
        margin: 0;
        width: 100%;
        overflow: hidden;
    }

        ul.icon-list li a { /*background:rgba(0,0,0,0) url("../images/07.jpg") no-repeat scroll left top;*/
            border-radius: 8px;
            color: #fff;
            display: block;
            font-size: 16px;
            height: 103px;
            line-height: 18px;
            text-align: center;
            width: 100%;
        }

.no_bg_table {
    background: none;
}

    .no_bg_table td {
        line-height: 25px;
    }

ul.icon-list li.b a {
    border-radius: 8px;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 103px;
    line-height: 18px;
    text-align: center;
    width: 100%;
}

ul.icon-list li.f a { /*background:rgba(0,0,0,0) url("../images/07.jpg") no-repeat scroll left top;*/
    border-radius: 8px;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 230px;
    line-height: 18px;
    text-align: center;
    width: 100%;
}

div.icon-list {
    min-height: 225px;
    padding: 0;
    width: 100%;
    border: 1px solid #018df3; /*background:-webkit-linear-gradient(left top,#018df3,#018df3);background:-o-linear-gradient(bottom right,#018df3,#018df3);background:-moz-linear-gradient(bottom right,#018df3,#018df3);background:linear-gradient(to bottom right,#018df3,#018df3);*/
}

    div.icon-list .f span {
        background: #018df3;
        display: block;
        height: 40px;
        line-height: 40px;
        text-align: left;
        color: #fff;
        font-size: 16px;
        text-indent: 10px;
        width: 100%;
    }

#login_form {
}

    #login_form .col-sm-3, .col-sm-6, .col-sm-9 {
        float: left;
        padding: 0px;
    }

    #login_form .col-sm-9 {
        width: 75%;
    }

    #login_form .col-sm-6 {
        width: 50%;
    }

    #login_form .col-sm-3 {
        width: 25%;
    }

ul.icon-list li a span {
    display: inline-block;
    height: 36px;
    padding: 25px 10px 40px 15px;
    text-align: left;
}

ul.icon-list li a i {
    font-size: 36px;
    padding-right: 10px;
    padding-top: 25px;
}

ul.icon-list li a:hover table {
    color: #29b6f6;
}

ul.icon-list li.b a { /*background-image:url("../images/03.jpg");*/
    background: -webkit-linear-gradient(left top,#94c34d,#7bb441);
    background: -o-linear-gradient(bottom right,#94c34d,#7bb441);
    background: -moz-linear-gradient(bottom right,#94c34d,#7bb441);
    background: linear-gradient(to bottom right,#94c34d,#7bb441);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94c34d',endColorstr='#7bb441',GradientType=0 );
}

ul.icon-list li.c a {
    background: -webkit-linear-gradient(left top,#ff6600,#ff6600);
    background: -o-linear-gradient(bottom right,#ff6600,#ff6600);
    background: -moz-linear-gradient(bottom right,#ff6600,#ff6600);
    background: linear-gradient(to bottom right,#ff6600,#ff6600);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6600',endColorstr='#ff6600',GradientType=0 ); /* background-image:url("../images/04.jpg");*/
}

ul.icon-list li.d a {
    background: -webkit-linear-gradient(left top,#0054a7,#0054a7);
    background: -o-linear-gradient(bottom right,#0054a7,#0054a7);
    background: -moz-linear-gradient(bottom right,#0054a7,#0054a7);
    background: linear-gradient(to bottom right,#0054a7,#0054a7); /*background-image:url("../images/05.jpg");*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0054a7',endColorstr='#0054a7',GradientType=0 );
}

ul.icon-list li.e a {
    background: -webkit-linear-gradient(left top,#9669c3,#7e57c2);
    background: -o-linear-gradient(bottom right,#9669c3,#7e57c2);
    background: -moz-linear-gradient(bottom right,#9669c3,#7e57c2);
    background: linear-gradient(to bottom right,#9669c3,#7e57c2); /*background-image:url("../images/06.jpg");*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9669c3',endColorstr='#7e57c2',GradientType=0 );
}

ul.icon-list li.f a {
    background: -webkit-linear-gradient(left top,#94c34d,#7bb441);
    background: -o-linear-gradient(bottom right,#94c34d,#7bb441);
    background: -moz-linear-gradient(bottom right,#94c34d,#7bb441);
    background: linear-gradient(to bottom right,#94c34d,#7bb441);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94c34d',endColorstr='#7bb441',GradientType=0 ); /* background-image:url("../images/07.jpg");*/
}

ul.icon-list li.h a {
    background: -webkit-linear-gradient(left top,#018df3,#018df3);
    background: -o-linear-gradient(bottom right,#018df3,#018df3);
    background: -moz-linear-gradient(bottom right,#018df3,#018df3);
    background: linear-gradient(to bottom right,#018df3,#018df3);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#018df3',endColorstr='#018df3',GradientType=0 ); /* background-image:url(../images/08.jpg);*/
}

div.icon-list .h {
    background: -webkit-linear-gradient(left top,#6f80ce,#5c6bc0);
    background: -o-linear-gradient(bottom right,#6f80ce,#5c6bc0);
    background: -moz-linear-gradient(bottom right,#6f80ce,#5c6bc0);
    background: linear-gradient(to bottom right,#6f80ce,#5c6bc0);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f80ce',endColorstr='#5c6bc0',GradientType=0 ); /* background-image:url(../images/08.jpg);*/
}
/*ul.icon-list li.i a {background:-webkit-linear-gradient(left top,#9669c3,#7e57c2);background:-o-linear-gradient(bottom right,#9669c3,#7e57c2);background:-moz-linear-gradient(bottom right,#9669c3,#7e57c2);background:linear-gradient(to bottom right,#9669c3,#7e57c2);/*background-image:url("../images/09.jpg");}
*/ ul.icon-list li.j a {
    background: -webkit-linear-gradient(left top,#f5513b,#f64136);
    background: -o-linear-gradient(bottom right,#f5513b,#f64136);
    background: -moz-linear-gradient(bottom right,#f5513b,#f64136);
    background: linear-gradient(to bottom right,#f5513b,#f64136);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5513b',endColorstr='#f64136',GradientType=0 ); /*background-image:url("../images/10.jpg");*/
}

ul.icon-list li.k a {
    background: -webkit-linear-gradient(left top,#59be5d,#4baf4f);
    background: -o-linear-gradient(bottom right,#59be5d,#4baf4f);
    background: -moz-linear-gradient(bottom right,#59be5d,#4baf4f);
    background: linear-gradient(to bottom right,#59be5d,#4baf4f);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59be5d',endColorstr='#4baf4f',GradientType=0 ); /*background-image:url("../images/11.jpg");*/
}

ul.icon-list li a:hover {
    border-radius: 8px;
    border: 1px solid #b8c8d2;
    background: #ffffff; /*background-image:url("../images/111.png");*/
    color: #29b6f6;
    text-decoration: none;
}

div.icon-list div.loginFormall {
    width: 100%;
}

    div.icon-list div.loginFormall div {
        display: block;
        margin-top: 20px;
        height: auto;
        overflow: hidden;
    }

        div.icon-list div.loginFormall div label {
            width: 30%;
            float: left;
            text-align: right;
            color: #018df3;
            height: 25px;
            line-height: 25px;
        }

        div.icon-list div.loginFormall div input {
            width: 60%;
            float: left;
            text-align: left;
            height: 25px;
            line-height: 23px;
        }

            div.icon-list div.loginFormall div input.btn {
                background-color: #018df3;
                border: medium none;
                color: #fff;
                cursor: pointer;
                font-size: 20px;
                font-weight: bold;
                height: 37px;
                line-height: 30px;
                text-align: center;
                width: 70%;
                margin: 0 10% 0 20%;
            }

@media screen and (max-width:1024px) {
    .header_top {
        position: relative;
        z-index: 10;
        width: 1100px;
        margin: 0 auto;
        text-align: left;
        height: 30px;
    }

    .logo {
        float: left;
        padding-top: 0px;
        margin-left: -320px;
    }
    /*.header_top .logo a img {height:100px !important;margin-top:10px;}
*/ .h-right {
        float: right;
        padding-top: 10px;
        margin-right: -302px;
    }

        .h-right ul {
            display: inline;
            padding-right: 5px;
            line-height: 24px;
        }

        .h-right li {
            float: left;
            color: #fff;
            display: inline;
        }

    .li_Eng {
        font-family: Arial;
    }

    .h-right a {
        color: #fff;
        font-size: 12px;
    }

        .h-right a:hover {
            color: #f98b0c;
        }

    .h-right .li_a .on {
        position: relative;
        z-index: 1;
        display: block;
    }

    .h-right .li_a {
        padding-right: 5px;
    }

        .h-right .li_a a {
            font-weight: normal;
            font-size: 14px;
        }
}

.navbar {
    position: absolute;
    left: 0px;
    top: 60px;
    width: 100%;
    padding-top: 39px;
}

.nav {
    width: 1000px;
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -150px;
}

.navbar-nav {
    float: right;
    display: inline;
    padding-right: 5px;
}

    .navbar-nav li {
        float: left;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        display: inline;
        padding: 0 0 0 35px;
    }

.dropdown {
    position: relative;
    z-index: 2;
}

.sfHover {
    z-index: 100;
}

.dropdown a {
    color: #000;
    font-size: 15px;
}

.dropdown .sf-with-ul {
    display: block;
    float: left;
    height: 39px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    color: #000;
    font-size: 15px;
}

.dropdown-menu {
    background: url(../images/subbg.gif) no-repeat left top;
    position: absolute;
    top: 0px;
    left: 0;
    overflow: hidden;
    height: 45px;
    line-height: 45px;
    width: 910px;
    margin-top: 20px;
    padding-top: 15px;
    z-index: 100;
    display: none;
}

.sfHover .dropdown-menu {
    display: block;
}

.sfHover .sf-with-ul {
    background: url(../images/i07.png) no-repeat center bottom;
    _background-image: url(../images/i07.png); /*for IE6*/
    color: #666
}

.dropdown-menu li {
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    padding: 0 20px 0 0
}

    .dropdown-menu li a {
        color: #fff;
        font-size: 12px;
    }

        .dropdown-menu li a:hover {
            color: #f98b0c;
        }

.sub-ul01 {
    left: 0px;
    width: 300px;
}

.sub-ul02 {
    left: -300px;
    width: 900px;
}

.sub-ul03 {
    left: 0px;
    width: 300px;
}

.sub-ul04 {
    left: -45px;
    width: 600px;
}

.sub-ul05 {
    right: 0px;
    width: 600px;
}

.sub-ul06 {
    left: 0px;
    width: 300px;
}

.sub-ul07 {
    left: 0px;
    width: 300px;
}

    .sub-ul07 ul, .sub-ul06 ul, .sub-ul05 ul, .sub-ul04 ul {
        float: left;
    }

        .sub-ul07 ul li, .sub-ul06 ul li, .sub-ul05 ul li, .sub-ul04 ul li {
            padding: 0 0 0 20px;
        }

.sub-ul03 ul {
    text-align: left;
}

    .sub-ul03 ul li {
        float: none;
        display: inline;
        padding: 0 7px
    }

.subnavbg {
    background-color: #646e71;
    opacity: 0.5;
    filter: Alpha(Opacity=50);
    height: 29px;
    width: 100%;
    display: none;
}

#myCarousel .carousel-inner > .item {
    height: auto;
}

#myCarousel {
    height: auto;
}

    #myCarousel .carousel-control {
        bottom: 45px;
        padding-top: 35%;
    }

    #myCarousel .carousel-txt {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        color: #fff;
    }

        #myCarousel .carousel-txt a {
            color: #fff;
            font: 24px;
            bottom: 0;
            color: #fff;
            display: block;
            height: 45px;
            line-height: 45px;
            position: absolute;
            text-indent: 18px;
            width: 100%;
        }

    #myCarousel .carousel-indicators {
        height: 45px;
        position: static;
        clear: both;
        width: auto;
        text-align: center;
        line-height: 45px;
    }

        #myCarousel .carousel-indicators li {
            display: inline;
            float: none;
            margin: 0 0 0 5px;
        }

        #myCarousel .carousel-indicators a {
            background-color: #ccc;
            border-radius: 12px;
            display: inline-block;
            height: 12px;
            overflow: hidden;
            text-indent: -9999px;
            width: 12px;
            float: none;
        }

        #myCarousel .carousel-indicators .active a {
            background: #6699cc;
            height: 12px;
            width: 12px;
        }

.index-content-b {
    margin: 30px 0;
}

.bs-docs-example {
    position: relative;
}

@media (max-width:767px) {
    .bs-docs-example {
        margin-left: 0px;
    }

    #myCarousel {
        margin-bottom: 0;
    }
}

@media (min-width:900px) {
    .bs-docs-example {
        margin-left: 25px;
    }

    #myCarousel {
        margin-bottom: 20px;
    }
}

.bs-docs-example + .prettyprint {
    margin-top: -20px;
    padding-top: 15px;
}

.bs-docs-example > p:last-child {
    margin-bottom: 0;
}

.bs-docs-example .table, .bs-docs-example .progress, .bs-docs-example .well, .bs-docs-example .alert, .bs-docs-example .hero-unit, .bs-docs-example .pagination, .bs-docs-example .navbar, .bs-docs-example > .nav, .bs-docs-example blockquote {
    margin-bottom: 5px;
}

.bs-docs-example .pagination {
    margin-top: 0;
}

.bs-navbar-top-example, .bs-navbar-bottom-example {
    height: 90px;
    overflow: hidden;
    padding: 0;
    z-index: 1;
}

    .bs-navbar-top-example .navbar-fixed-top, .bs-navbar-bottom-example .navbar-fixed-bottom {
        margin-left: 0;
        margin-right: 0;
    }

.bs-navbar-top-example {
    border-radius: 0 0 4px 4px;
}

    .bs-navbar-top-example::after {
        border-radius: 0 4px;
        bottom: -1px;
        top: auto;
    }

.tab-content {
    border-style: solid;
    border-width: 0 1px 1px 1px;
    border-color: #ddd;
    padding: 15px;
    text-align: left;
    overflow: auto;
    display: block;
    clear: both;
}

.tab-pane li {
    background: url(1415470.png) no-repeat scroll 2px 10px;
    float: left;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    text-indent: 12px;
    width: 100%;
}

    .tab-pane li font {
        float: right;
    }

    .tab-pane li.first {
        height: 50px;
        margin-bottom: 10px;
        padding-top: 10px;
        width: 100%;
        background: none;
    }

        .tab-pane li.first a {
            color: #123d7d;
            font-size: 22px;
        }

        .tab-pane li.first font {
            color: #333;
            line-height: 24px;
        }

            .tab-pane li.first font a {
                color: #2e9b36;
                display: inline;
                font-size: 14px;
                padding: 0;
                text-decoration: underline;
            }

.news_img {
    width: 100%;
    height: 45px;
    line-height: 45px;
    position: absolute;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
    display: block;
    clear: both;
    height: 32px;
}

#serviceBox {
    position: fixed;
    z-index: 999;
    padding-top: 5px;
    padding-bottom: 5px;
    bottom: 47px;
    display: none;
    width: 100%;
    background: rgba(255,255,255,1);
    text-align: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

    #serviceBox a {
        line-height: 30px;
    }

.carousel {
    height: auto;
}
@media screen and (max-width:386px){
    .rd-mobilemenu_logo {
        width:80%;
        height: 38px;
        margin-top: auto;
        margin-bottom: auto;
        float: right;
        top: 5px;
        right: 12px;
        position: relative;
        /* background-image: url(../../images/mobile/Felink-logo.png); */
    }
}
@media screen and (max-width:768px) and (min-width:600px) {
    .banner-box-1 {
        height: 255px;
    }

    @media all and (transform-3d), (-webkit-transform-3d) {
        .carousel-inner > .item {
            height: 255px;
        }
    }
}
@media screen and (max-width:1024px) and (min-width:768px) {
    #login_form .col-sm-9 {
        padding:0px;
    }
    .banner-box-1 {
        height: 340px;
    }

    @media all and (transform-3d), (-webkit-transform-3d) {
        .carousel-inner > .item {
            height: 340px;
        }
    }
    .header_top {
        position: relative;
        z-index: 10;
        width: 100%;
        margin: 0 auto;
        text-align: left;
        height: 30px;
    }
    .navbar-right {
        float: right;
        margin-right: 0;
    }
    .logo {
        float: left;
        padding-top: 0px;
        margin-left: 10px;
    }

    .header_top .logo a img {
        height: 46px !important;
        margin-top: 20px;
    }

    .nav { /*width:1000px;position:absolute;left:50%;top:0px;margin-left:-210px;*/
    }

    .h-right {
        float: right;
        padding-top: 10px;
        margin-right: 10px;
    }

        .h-right li {
            float: left;
            color: #fff;
            display: inline;
        }

    .nav {
        width: 100%;
        position: absolute;
        left: 0px;
        top: -20px;
        margin-left: -10px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 12px;
        font-family: 'Roboto',sans-serif;
    }

    .stuck_container {
        background: #133982;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 100;
        height: 80px;
    }

    .navbar-nav li {
        float: left;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        display: inline;
        padding: 0px 0 0 10px;
    }
    .container {
        width: 100%;
    }
}

@media screen and (max-width:1200px) and (min-width:1024px) {
    .logo {
        float: left;
        padding-top: 0px;
        margin-left: 20px;
    }
    .banner-box-1 {
        height: 440px;
    }

    @media all and (transform-3d), (-webkit-transform-3d) {
        .carousel-inner > .item {
            height: 440px;
        }
    }
    .header_top .logo a img {
        height: 70px !important;
        margin-top: 20px;
    }
    .container {
        width: 100%;
    }
    .footer .footer-wrapper {
        position: relative;
        margin: 0 auto;
        width: 100% !important;
        margin-bottom: 40px;
    }
    .nav { /*width:1000px;position:absolute;left:50%;top:0px;margin-left:-210px;*/
    }

    .h-right {
        float: right;
        padding-top: 10px;
        margin-right: 20px;
    }
        .h-right li {
            float: left;
            color: #fff;
            display: inline;
        }
    .nav {
        width: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        margin-left: -20px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
        font-family: 'Roboto',sans-serif;
    }

    .stuck_container {
        background: #133982;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 100;
        height: 100px;
    }

    .navbar-nav li {
        float: left;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        display: inline;
        padding: 0px 0 0 20px;
    }

}


@media screen and (max-width:1680px) and (min-width:1200px) {
    .logo {
        float: left;
        padding-top: 0px;
        margin-left: 30px
    }

    .header_top .logo a img {
        height: 74px !important;
        margin-top: 15px;
    }
    .banner-box-1 {
        height: 530px;
    }

    @media all and (transform-3d), (-webkit-transform-3d) {
        .carousel-inner > .item {
            height: 530px;
        }
    }
    .nav { /*width:1000px;position:absolute;left:50%;top:0px;margin-left:-210px;*/
    }

    .h-right {
        float: right;
        padding-top: 10px;
        margin-right: 30px
    }
        .h-right li {
            float: left;
            color: #fff;
            display: inline;
        }
    .nav {
        width: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        margin-left: -30px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
        font-family: 'Roboto',sans-serif;
    }

    .stuck_container {
        background: #133982;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 100;
        height: 100px;
    }

    .navbar-nav li {
        float: left;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        display: inline;
        padding: 0px 0 0 20px;
    }
}

@media screen and (min-width:1680px) {
    .header_top {
        position: relative;
        z-index: 10;
        width: 100%;
        margin: 0 auto;
        text-align: left;
        height: 30px;
    }

    .logo {
        float: left;
        padding-top: 0px;
        margin-left: 40px;
    }

    .header_top .logo a img {
        height: 100px !important;
        margin-top: 10px;
    }
    .nav {
        width: 100%;
        position: absolute;
        left: 0%;
        top: 0px;
        margin-left: -45px;
    }
    .h-right {
        float: right;
        padding-top: 10px;
        margin-right: 40px;
    }

        .h-right ul {
            display: inline;
            padding-right: 5px;
            line-height: 24px;
        }

        .h-right li {
            float: left;
            color: #fff;
            display: inline;
        }

    .li_Eng {
        font-family: Arial;
    }

    .h-right a {
        color: #fff;
        font-size: 12px;
    }

        .h-right a:hover {
            color: #f98b0c;
        }

    .h-right .li_a .on {
        position: relative;
        z-index: 1;
        display: block;
    }

    .h-right .li_a {
        padding-right: 5px;
    }

        .h-right .li_a a {
            font-weight: normal;
            font-size: 14px;
        }
}
