.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
}

.header .container-fluid {
    padding: 0 88px;
}

.header .navbar {
    height: 88px;
    margin-bottom: 0;
    background: #fff;
}

.header .navbar-left {
    position: relative;
    float: right !important;
    padding-right: 42px;
}

.header .navbar-right .dropdown .search {
    width: 16px;
    height: 16px;
    background: url(../../../images/Shared/icon.png) no-repeat;
    position: absolute;
    top: 9px;
    left: 35px;
}

.navbar-form {
    padding-right: 15px !important;
}

.header .navbar-right .dropdown input {
    border-radius: 23px;
    padding: 0 0 0 45px;
}

.header .navbar-right .dropdown .dropdown-toggle {
    position: relative;
    top: -9px;
}

.header .navbar-right .dropdown .dropdown-toggle .mark {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    background: url(../../../images/Shared/mark.png) no-repeat;
    position: relative;
}

.header .open {
    border-bottom: 2px solid #ff6f06;
}

.header .dropdown-menu li {
    border-left: 0px solid #ff6f06;
    transition: border-left 0.1s linear;
}

.header .dropdown-menu li:hover {
    border-left: 2px solid #ff6f06;
}

.header .dropdown-menu {
    margin-top: 2px !important;
}

.header .dropdown-menu li {
    width: 200px;
}

.header .dropdown-menu li a {
    padding: 10px 20px !important;
    height: 100%;
}

.tb {
    height: 87px;
    width: 100%;
}

#container {
    position: fixed;
    top: 50px;
    right: 24px;
    z-index: 9999;
}

.navbar-toggle {
    top: 19px;
}

.navbar-collapse {
    border-color: transparent !important;
}

.mainmenu {
    text-align: right;
}

.mainmenu>nav>ul>li {
    display: inline-block;
    padding-right: 38px;
}

.mainmenu>nav>ul>li:last-child {
    padding-right: 0
}

.mainmenu ul li a {
    color: #333333;
    display: inline-block;
    font-size: 18px;
    padding: 0;
    transition: all .3s;
    position: relative;
    line-height: 24px;
    z-index: 2;
}

.mainmenu>nav>ul>li>a {
    line-height: 54px;
    padding: 0;
    text-transform: uppercase;
    font-size: 16px;
}

.mainmenu nav>ul>li>a:before {
    position: absolute;
    left: 50%;
    width: 0;
    transform: translate(-50%, 0);
    bottom: 0;
    height: 3px;
    background: #ff6f06;
    content: '';
    z-index: -1;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    opacity: 0;
    filter: alpha(opacity=0);
}

.mainmenu nav>ul>li:hover>a:before,
.mainmenu nav>ul>li.active>a:before,
.mainmenu nav>ul>li#active>a:before {
    opacity: 1;
    filter: alpha(opacity=100);
    left: 50%;
    width: 100%;
}

.mainmenu nav>ul>li>a i {
    padding-left: 5px;
    color: #b2b2b2;
}

.mainmenu ul li a img {
    padding-right: 10px;
    vertical-align: middle;
}

.mainmenu>nav>ul>li:hover>a,
.mainmenu>nav>ul>li.active>a {
    text-decoration: none;
    color: #ff6f06;
}

.mainmenu>nav>ul>li:hover>a i,
.mainmenu>nav>ul>li.active>a i,
.mainmenu>nav>ul>li#active>a i {
    color: #ff6f06;
}

.mainmenu>nav>ul>li.active>a,
.mainmenu>nav>ul>li#active>a {
    color: #ff6f06;
}

.mainmenu ul li:hover>a,
.mainmenu ul li.active>a {
    color: #ff6f06;
}

.mainmenu>nav>ul>li>ul {
    box-shadow: 0 2px 27px 5px rgba(0, 0, 0, .09);
    left: auto;
    opacity: 0;
    position: absolute;
    top: auto;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all 0.4s ease 0s;
    z-index: 99999999;
    padding: 5px;
    visibility: hidden;
    text-align: left;
    width: 220px;
    background: #fff;
    transition: .3s ease;
    padding: 5px 0;
}

.mainmenu ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.mainmenu ul li>ul li {
    display: block;
    padding: 0;
    background: none;
    position: relative;
}

.mainmenu ul li>ul li>a {
    color: #333;
    padding: 8px 15px;
    text-transform: capitalize;
    font-size: 14px;
    font-style: normal;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: block;
    background-repeat: no-repeat;
    background-position: 90% center;
}

.mainmenu ul li>ul li>a:hover,
.mainmenu ul li>ul li:hover>a {
    text-decoration: none;
    color: #ff6f06;
    background-position: right center;
    padding-left: 17px;
}

.mainmenu ul li>ul li>a:before {
    content: '';
    width: 3px;
    background: #ff6f06;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0 0 0;
    transition: all 0.4s ease 0s;
}

.mainmenu ul li>ul li>a:hover:before {
    opacity: 1;
    visibility: visible;
    transform: scaleX(1);
}

.mainmenu ul li>ul li>a:after {
    content: '';
    left: 15px;
    right: 15px;
    background: #f2f2f2;
    position: absolute;
    bottom: 0;
    height: 1px;
}

.mainmenu ul li>ul li:last-child>a:after {
    background: #fff;
}

.mainmenu ul li>ul li.has-menu::after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 14px;
    color: #ff6f06;
    position: absolute;
    right: 20px;
    top: 50%;
    line-height: 20px;
    margin-top: -10px;
}

.toggle_right {
    display: none;
}

@media only screen and (max-width: 1786px) {
    .mainmenu>nav>ul>li {
        padding-right: 38px
    }
}

@media only screen and (max-width: 1590px) {
    .mainmenu>nav>ul>li {
        padding-right: 30px
    }

    .mainmenu>nav>ul>li>a {
        font-size: 14px
    }
}

@media only screen and (max-width: 1325px) {
    .mainmenu>nav>ul>li {
        padding-right: 20px
    }

    .mainmenu-area {
        padding-top: 6px;
    }

    .mainmenu>nav>ul>li>a {
        font-size: 13px
    }
}

@media only screen and (max-width: 1080px) {
    .mainmenu>nav>ul>li {
        padding-right: 10px
    }

    .mainmenu>nav>ul>li>a {
        font-size: 12px
    }
}

@media only screen and (max-width: 768px) {
    .toggle_right {
        display: block;
    }
}



.footer {
    background-color: #241810;
}

.footer .footer_buttom {
    padding: 112px 0;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

.footer .footer_buttom .logo {
    color: #fff;
    margin-right: 134px;
}

.footer .footer_buttom .logo img {
    margin-bottom: 17px;
}

.footer .footer_buttom .logo h2 {
    font-weight: bold;
}

.footer .footer_buttom .logo span {
    font-size: 12px;
}

.footer .footer_buttom .logo .logo_btn {
    margin-top: 40px;
}

.footer .footer_buttom .logo .logo_btn a {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #504640;
    border-radius: 23px;
    margin-right: 16px;
    color: #504640;
}

.footer .footer_buttom .logo .logo_btn a:hover {
    border-color: #fff;
    color: #fff;
}

.footer .footer_buttom .tab {
    color: #fff;
    padding: 0;
    float: left;
}

.footer .footer_buttom .tab:nth-child(2) {
    margin-right: 71px;
}

.footer .footer_buttom .tab:nth-child(3) {
    margin-right: 113px;
}

.footer .footer_buttom .tab:nth-child(4) {
    margin-right: 134px;
}

.footer .footer_buttom .tab:nth-child(5) {
    width: 294px;
}

.footer .footer_buttom .tab li {
    margin-bottom: 18px;
}

.footer .footer_buttom .tab li p {
    font-size: 18px;
}

.footer .footer_buttom .tab li a {
    color: #fff;
    font-size: 14px;
}

.footer .footer_buttom .tab .inp {
    border-bottom: 1px solid #504640;
    position: relative;
}

.footer .footer_buttom .tab .inp input {
    background: transparent;
    border-color: transparent;
    outline: none;
    font-size: 14px;
    padding: 10px 0;
    width: 100%;
    margin-top: 47px;
    color: #504640;
}

.footer .footer_buttom .tab .inp input::-webkit-input-placeholder {
    color: #504640 !important;
}

.footer .footer_buttom .tab .inp input::-moz-placeholder {
    color: #504640 !important;
}

.footer .footer_buttom .tab .inp input::-moz-placeholder {
    color: #504640 !important;
}

.footer .footer_buttom .tab .inp input::-ms-input-placeholder {
    color: #504640 !important;
}

.footer .footer_buttom .tab .inp a {
    display: inline-block;
    width: 26px;
    height: 22px;
    background: url(../../../images/Shared/subscription.png);
    position: absolute;
    right: 0;
    bottom: 11px;
}

.footer .copyright {
    padding: 10px 0;
    color: #504640;
    overflow: hidden;
}

.footer .copyright span {
    display: block;
}


@media (max-width: 1422px) {
    .header .navbar-right .dropdown:nth-child(2) {
        display: none !important;
    }
}

@media (max-width: 1278px) {
    .navbar-nav li a {
        padding: 15px 5px !important;
    }
}

@media (max-width: 1200px) and (min-width:992px) {
    .footer .footer_buttom .logo img {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .footer {
        text-align: center;
    }

    .footer .footer_buttom .tab {
        margin: 56px 0 0;
        padding-bottom: 25px;
    }

    .footer .footer_buttom .tab:last-child {
        margin: 56px 15px 0;
        padding-bottom: 0;
        border: none;
    }

    .fr,
    .fl {
        float: none !important;
    }
}

@media (max-width: 767px) {
    .footer .footer_buttom .tab ul {
        border: none !important;
    }
}

@media (max-width: 1138px) {
    .navbar-nav {
        float: right !important;
    }

    .navbar-right {
        display: none;
    }
}

@media (max-width: 768px) {
    .navbar-nav {
        float: none !important;
        margin-top: 18px !important;
        background-color: #f8f8f8;
        position: relative;
        z-index: 10;
    }

    .header .navbar-left {
        float: none !important;
    }

    .navbar-brand>img {
        margin-left: 15px;
    }
}

@media (max-width: 1504px) {
    .header .container-fluid {
        padding: 0px;
    }

    .footer .footer_buttom .tab {
        margin-right: 50px !important;
    }

    .footer .footer_buttom .logo {
        margin-right: 100px;
    }

    .footer .footer_buttom .tab:nth-child(5) {
        width: 250px;
        margin-right: 0 !important;
    }
}

@media (max-width: 1278px) {
    #example-navbar-collapse {
        margin-top: 0px !important;
    }

    .navbar-right {
        margin-top: 15px !important;
    }
}

@media (max-width: 1168px) {
    .header .navbar-left {
        padding-right: 0;
    }

}

@media (max-width: 1200px) {
    .footer .footer_buttom .tab:nth-child(5) {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

}

@media (max-width: 992px) {
    .footer .footer_buttom .tab {
        width: 100%;
        text-align: center;
        margin: 0 !important;
        margin-top: 20px;
    }

}

.fixed-contact-wrap {
    z-index: 99999;
    position: fixed;
    right: 0px;
    top: 20%;
    width: 50px;
    overflow: hidden;
    border-radius: 0px;
    opacity: 0;
    transition: all .4s;
    transform: translateX(95px);
    -webkit-transform: translateX(95px);
    -moz-transform: translateX(95px);
}

.fixed-contact-wrap.show {
    transform: none;
    opacity: 1;
}

.fixed-contact-wrap.active {
    width: 260px;
}

.fixed-contact-wrap li {
    position: relative;
    height: 50px;
    background: #ff6f06;
    overflow: hidden;
    transition: all .4s;
    list-style: none
}

.fixed-contact-wrap.active li {
    list-style: none
}

.fixed-contact-wrap li>div {
    position: relative;
    z-index: 1000;
    display: block;
}

.fixed-contact-wrap li i {
    z-index: 1000;
    position: absolute;
    right: 0;
    display: block;
    width: 50px;
    height: 50px;
    transition: all .4s;
    background-color: #ff6f06;
    background-repeat: no-repeat;
    background-position: center center;
}

.fixed-contact-wrap.active li:after {
    z-index: 1001;
    content: '';
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    display: block;
    height: 1px;
    background: rgba(255, 255, 255, .2);
}

.fixed-contact-wrap.active li:last-child:after {
    display: none;
}

.fixed-contact-wrap li:hover i,
.fixed-contact-wrap li:hover a {
    opacity: .8;
}

.fixed-contact-wrap .online_p i {
    background-image: url(../../../images/Shared/right_p.png);
    border-top-left-radius: 30px;
    -moz-border-top-left-radius: 30px;
    -webkit-border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    -moz-border-top-right-radius: 30px;
    -webkit-border-top-right-radius: 30px;
}

.fixed-contact-wrap .online_e i {
    background-image: url(../../../images/Shared/right_e.png);
}

.fixed-contact-wrap .online_w i {
    background-image: url(../../../images/Shared/right_w.png);
}

.fixed-contact-wrap .online_code i {
    background-image: url(../../../images/Shared/right_code.png);
}

.fixed-contact-wrap li a {
    position: absolute;
    top: 0;
    right: -135px;
    display: block;
    width: 190px;
    line-height: 110%;
    padding: 20px 0 0 30px;
    color: #fff;
    background: #ff6f06;
    white-space: nowrap;
    transition: all .4s;
    font-size: 14px;
    font-weight: normal;
    text-align: right;
    text-decoration: none;
}

.fixed-contact-wrap.active li a {
    right: 60px;
}

.fixed-contact-wrap .online_code a img {
    max-width: 80px;
}

.fixed-contact-wrap.active .online_code {
    height: 130px;
}

.fixed-contact-wrap.active .online_code a p {
    margin: 0;
    margin-bottom: 5px;
}

.fixed-contact-wrap li.online_code:hover a {
    opacity: 1;
}

@media only screen and (max-width: 992px) {
    .fixed-contact-wrap {
        display: none !important;
    }

    .fixed-contact-wrap.show {
        opacity: 0;
    }
}

/*back-top*/
.back_top {
    width: 48px;
    height: 48px;
    text-align: center;
    position: fixed;
    right: 5px;
    bottom: 100px;
    z-index: 99999999;
    display: none;
    background: #ff6f06;
    background-size: cover;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.back_top:before {
    content: '';
    width: 16px;
    height: 10px;
    position: absolute;
    top: 16px;
    left: 15px;
    background: url(../../../images/Shared/top.png) no-repeat center center;
}

.back_top:hover {
    background: #0d0d0d;
}

.back_top:hover:before {
    animation: scroll_up_anim 1.5s infinite;
}

@keyframes scroll_up_anim {
    0% {
        transform: translateY(-3px);
    }

    50% {
        transform: translateY(3px);
    }

    100% {
        transform: translateY(-3px);
    }
}


#onlineService {
    display: inline;
    width: 300px;
    overflow: hidden;
    display: none;
    background: #fff;
    font-size: 12px;
    box-shadow: 0 0 13px 0 rgba(151, 151, 151, 0.5);
    -webkit-box-shadow: 0 0 13px 0 rgba(151, 151, 151, 0.5);
    border-top: none;
}


#onlineService .title {
    display: block;
    font-size: 14px;
    padding: 10px 20px;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 0;
    color: #fff;
    background: #ff6f06;
    font-style: normal;
}

#onlineService .title b {
    color: #fff;
    font-weight: normal
}

#onlineService .text {
    margin-bottom: 10px;
    color: #808080;
    line-height: 20px;
    font-size: 12px;
}

#online_qq_layer {
    z-index: 99999999;
    position: fixed;
    right: 70px;
    bottom: 30px;
}

#online_qq_layer .inquiry .main_more {
    margin-top: 5px
}

#online_qq_layer .inquiry .main_more input {
    line-height: 38px;
    padding: 0 20px;
    height: 38px
}

#floatShow {
    display: block;
}

#floatHide {
    display: none;
}

#online_qq_tab {
    position: relative;
    z-index: 9;
}

#online_qq_tab #floatShow {
    height: 60px;
    width: 60px;
    float: right;
    position: relative;
    border-radius: 50%;
    box-shadow: 0 5px 20px 0 rgba(255, 111, 6, 0.3);
    -webkit-box-shadow: 0 5px 20px 0 rgba(255, 111, 6, 0.3);
    background: #ff6f06;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    cursor: pointer;
    -webkit-transition: all 1s cubic-bezier(.86, 0, .07, 1);
    transition: all 1s cubic-bezier(.86, 0, .07, 1);
}

#online_qq_tab .animated {
    opacity: 1;
}

#online_qq_tab #floatShow i {
    height: 30px;
    width: 30px;
    display: inline-block;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 999;
    background: url(../../../images/Shared/online.png) no-repeat center center;
}

#online_qq_tab #floatShow:hover {
    margin-right: 0;
}

#online_qq_tab #floatShow p {
    position: absolute;
    right: 0;
    top: -60px;
    border-radius: 10px;
    background: #ff6f06;
    width: 165px;
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
    margin: 0;
    text-transform: capitalize;
    line-height: 20px;
    box-shadow: 0 2px 15px 1px rgba(255, 111, 6, 24, 0.2);
    transition: all .5s;
    opacity: 0;
    filter: alpha(opacity=0);
}

#online_qq_tab #floatShow p:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ff6f06;
    position: absolute;
    right: 20px;
    bottom: -10px;
}

#online_qq_tab #floatShow:hover p {
    top: -80px;
    opacity: 1;
    filter: alpha(opacity=100);
}

#online_qq_tab .circle {
    background: rgba(255, 111, 6, .25);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    z-index: 49;
    transform: scale(1);
    -webkit-transform: scale(1);
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
}

#online_qq_tab .animated-circles.animated .c-1 {
    animation: 2s scaleToggleOne cubic-bezier(.25, .46, .45, .94) forwards
}

#online_qq_tab .animated-circles.animated .c-2 {
    animation: 2.5s scaleToggleTwo cubic-bezier(.25, .46, .45, .94) forwards
}

#online_qq_tab .animated-circles.animated .c-3 {
    animation: 3s scaleToggleThree cubic-bezier(.25, .46, .45, .94) forwards
}

#online_qq_tab.animation-stopped .circle {
    opacity: 0 !important
}

#online_qq_tab.animation-stopped .circle {
    opacity: 0 !important
}

#online_qq_tab #floatHide {
    overflow: hidden;
    width: 30px;
    height: 30px;
    font-size: 13px;
    float: right;
    color: #808080;
    line-height: 50px;
    text-align: left;
    position: absolute;
    right: 10px;
    top: 10px;
}

#online_qq_tab #floatHide i {
    width: 20px;
    height: 20px;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#online_qq_tab #floatHide i:before,
#online_qq_tab #floatHide i:after {
    content: '';
    display: inline-block;
    background: #fff;
    width: 20px;
    height: 2px;
    margin: 2px 0;
}

#online_qq_tab #floatHide i:before {
    transform: rotate(45deg) translate(4px, 0px);
    -webkit-transform: rotate(45deg) translate(4px, 0px);
}

#online_qq_tab #floatHide i:after {
    transform: rotate(-45deg) translate(4px, 0px);
    -webkit-transform: rotate(-45deg) translate(4px, 0px);
}

#online_qq_tab #floatShow:hover,
#online_qq_tab #floatHide:hover {
    text-decoration: none;
}

@keyframes scaleToggleOne {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    50% {
        transform: scale(2);
        -webkit-transform: scale(2)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes scaleToggleTwo {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    20% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    60% {
        transform: scale(2);
        -webkit-transform: scale(2)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes scaleToggleThree {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    33% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    66% {
        transform: scale(2);
        -webkit-transform: scale(2)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.i_message_inquiry .inquiry {
    padding: 20px;
}

.i_message_inquiry .inquiry .form-control {
    border: 1px solid #e5e5e5;
    background: none;
    line-height: 38px;
    height: 40px;
    color: #808080;
    font-size: 12px;
    width: 100%;
    box-shadow: none;
    padding-right: 45px;
    border-radius: 0;
    padding-left: 10px
}

.i_message_inquiry .inquiry .form-control:focus {
    color: #333;
    border-color: #ff6f06;
}

.i_message_inquiry .inquiry .input-group {
    background: #fff;
    height: 40px;
    margin-bottom: 10px;
    width: 100%;
    border: none;
    display: block
}

.i_message_inquiry .inquiry .input-group span {
    display: block;
    position: relative;
}

.i_message_inquiry .inquiry .input-group span:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
}


.i_message_inquiry .inquiry .input-group span.ms_p:before {
    background-image: url(../../../images/Shared/mes_p1.png);
}

.i_message_inquiry .inquiry .input-group span.ms_e:before {
    background-image: url(../../../images/Shared/mes_e1.png);
}

.i_message_inquiry .inquiry .input-group span.ms_m .form-control {
    height: 100px;
    max-height: 100px;
    max-width: 100%;
    min-width: 100%;
    min-height: 100px;
    padding-top: 10px;
    line-height: 20px;
    resize: none;
}

.i_message_inquiry .inquiry .input-group span.ms_m:before {
    background-image: url(../../../images/Shared/mes_m1.png);
}

.main_more {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    transition: all .5s;
    z-index: 3;
    border-radius: 0;
    background: #ff6f06;
}

.main_more input {
    display: block;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 13px;
    height: 55px;
    line-height: 55px;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
    z-index: 2;
    position: relative;
    border-radius: 0;
    background: none;
    border-color: transparent;
}