@CHARSET "UTF-8";
body {
    color: #444;
    /*font-family: 'Franklin Gothic','Microsoft Yahei';*/
}
a {
    text-decoration: none;
    /*    display: block;*/
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
a:focus, a:hover, a:hover font {
    color: #999 !important;
    text-decoration: none !important;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
i {
    margin-right: 3px;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px !important;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.clearfix:after {
    display: block;
    content: '.';
    clear: both;
    height: 0;
    visibility: hidden;
}
.btn {
    border-radius: 0;
    border: none;
}
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/preloader.GIF);
    overflow: hidden;
}


/***********************searchwraper ***************************/
.searchwraper {
    background: #fff;
    padding: 20px 0 20px 0;
    display: none;
    border-bottom: 1px solid #666;
}
.searchwraper .search {
    width: 50%;
    margin: auto;
    padding: 2px;
    background: #66377a;
    border-radius: 4px;
}
.searchwraper .search input {
    border: 0;
    height: 36px;
    float: left;
    width: 80%;
    border-radius: 4px;
    background: #fff;
    padding-left: 20px;
    line-height: 36px;
}
.searchwraper .search button {
    border: 0;
    background: #66377a;
    color: #fff;
    float: left;
    width: 20%;
    height: 36px;
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 36px;
}
.searchwraper .search button i {
    line-height: 36px;
}
#searchicon,#searchicon2 {
    padding-top: 10px;
}

/***********************header ***************************/
header {
    /*background: #66377a;*/
}


header .header-bottom .logo {
    padding-top: 16px;
}
header .header-bottom.stick-h2 {
    display: block;
    clear: both;
    background: /*url(../img/headerbg.png)*/ #66377a no-repeat center center !important;
    box-shadow: 0 2px 2px rgba(50, 50, 50, 0.4);
    z-index: 9;
    /*position: relative;*/
    height: 100px;
    padding: 0 0;
}

header .header-bottom.stick-h2.stick {
    height: 62px;
    z-index: 1000;
}
header .header-bottom.stick-h2.stick .logo img {
    height: 52px;
}
header .header-bottom.stick-h2.stick .logo {
    padding-top: 5px;
}
header .header-bottom.stick-h2.stick .menu-area ul li {
    padding: 13px;
}
header .header-bottom.stick-h2.stick .menu-area ul li.search-li {
    display: none !important;
}


header .menu-area {
    position: relative;
}
header .menu-area nav > ul > li {
    display: inline-block;
    padding: 32px 18px 30px;
    float: left;
    clear: none;
}
header .menu-area nav > ul > li a {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    padding: 6px 2px;
    display: block;
}
header .menu-area nav > ul > li a:hover {
    color: #aaa !important;
}
header .menu-area nav > ul > li ul {
    left: auto;
    margin-left: -70px;
}
header .menu-area nav > ul > li:hover > ul {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    transition: all 0.3s ease 0s;
}
header .menu-area nav > ul > li > ul, header .menu-area nav > ul > li > ul ul {
    background-color: #fff;
    margin-top: 30px;
    opacity: 0;
    padding: 0 0;
    position: absolute;
    text-align: center;
    top: 100%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    z-index: -99;
    border-top: 0px solid #f8ae31;
    box-shadow: 5px 5px 10px rgba(66, 66, 66, 0.44);
}
header .menu-area nav > ul > li > ul li {
    display: block;
    padding: 0 !important;
    text-transform: capitalize;
    position: relative;
    border-bottom: 1px solid #eee;
}
header .menu-area nav > ul > li ul li a {
    color: #444 !important;
    display: block;
    line-height: 20px !important;
    padding: 8px 20px;
    text-transform: capitalize;
}
header .menu-area nav > ul > li.dropdown.active {
    background: #ff7f22;
}
header .menu-area nav > ul > li.dropdown.active a {
    color: #fff;
}
header .menu-area ul.navigation {
    margin: 0;
    float: right;
}
header .menu-area nav > ul > li i {
    font-size: 20px;
    color: #fff;
    font-weight: 400 !important;
}
header .menu-area nav > ul > li button i,
header .menu-area nav > ul > li ul li i {
    color: #333;
}

header .menu-area ul.navigation li [class*=" fa-"] {
    width: initial;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
header .menu-area ul.navigation li.dropdown:hover>a [class*=" fa-"] {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari and Chrome */
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
header .menu-area nav > ul > li .btn-group .btn {
    border-radius: 0;
}
header .menu-area nav > ul > li .btn-group ul {
    right: 0;
    margin: 0;
}
button#login2 {
    background: #fff;
    font-size: 16px;
    border-radius: 0;
    padding: 7px 20px;
}


.mean-container .mean-bar {
    float: right;
    min-height: 42px;
    width: initial;
    margin-top: -50px;
}
.mean-container .mean-bar::after {
    color: #fff;
    content: "";
    font-size: 21px;
    left: 5%;
    position: absolute;
    top: 12px;
}


.mobile-menu-area {
    background: #66377a;
}




.rapic-navigation {
    background: #efefef;
    /*background: url(../img/nav/nav-bg.png);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding: 15px 0;
}
ul.rapic-nav {
    /*    display: inline-block;*/
    margin-top: 10px;
}
ul.rapic-nav li {
    font-size: 16px;
    /*    border-bottom: 1px dotted #ddd;*/
    /* min-height: 58px; */
    line-height: 1.5;
    position: relative;
    float: left;
    margin-bottom: 10px;
    text-align: center;
}
ul.rapic-nav li a {
    /*    background: #66377a;*/
    color: #66377a;
    padding: 4px 0;
    display: block;
}
ul.rapic-nav li a img {
    /*width: 100%;*/
    margin-bottom: 7px;
    float: left;
}
ul.rapic-nav li a .title-nav {
    float: left;
    font-size: 22px;
    padding-left: 15px;
    margin: 5px 0;
}
ul.rapic-nav li a span {
    font-size: 12px;
    display: block;
    font-weight: 400;
    color: #aaa;
}


ul.Llink {
    display: inline-block;
}
ul.Llink li {
    float: left;
    width: 100%;
    margin-bottom: 2px;
}
ul.Llink li a {
    color: #cfbfd6;
}


.footer {
    background: #66377a;
    color: #fff;
    padding: 15px 0;
}
.footer p {
    margin: 15px 0;
    color: #cfbfd6;
}
footer.footer-bg {
    background: #26588a url(../img/footer-bg.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border-top: 5px solid #f8ae31;
    padding-top: 20px;
}
footer.footer-bg * {
    color: #afbfd0;
}
footer.footer-bg .heading {
    font-size: 15px;
    font-weight: 600;
    color: #eee;
}

footer.footer-bg .wechatdiv {
    width: 13%;
}
footer.footer-bg ul.links li {
    font-size: 13px;
    line-height: 1.6;
}

footer #wechats {
    position: absolute;
    bottom: -50px;
    padding: 5px;
    right: 60px;
    z-index: 9;
    background-color: #fff;
}
footer #wechats .hover-right {
    background: url(../img/hover-right.png) center center no-repeat;
    top: 50%;
    right: -14px;
    z-index: 9;
    position: absolute;
    width: 20px;
    height: 20px;
}
footer #wechats h4 {
    color: #333;
    text-align: center;
    margin: 0;
}

.copyright {
    background: #66377a;
    color: #ddd;
    width: 100%;
    padding: 15px 0;
}
.copyright .foot i.fa {
    font-size: 32px;
    color: #fff;
}
.copyright .foot i.fa:hover {
    color: #aaa;
}
.copyright h4 {
    font-size: 16px;
}
.copyright .text-center {
    border-top: 1px solid #3b6d9e;
    padding: 15px;
}
.copyright p, .copyright p a {
    font-size: 14px;
    color: #cfbfd6 !important;
    margin-bottom: 2px;
}
.copyright .btn-hover:hover {
    background: #fff !important;
    color: #66377a !important;
}
@media (max-width: 767px) {
    .container {
        width: 100%;
    }

    .mean-container {
        padding: 0;
    }
    .mean-container .mean-nav ul li a {
        font-size: 15px;
        padding: 0.5em 5%;
        font-weight: 500;
    }
    .mean-container .mean-nav ul li li a {
        padding: 0.5em 10%;
    }
    .mean-container a.meanmenu-reveal {
        padding: 13px 20px 15px 13px;
    }

    #mobile-search {
        display: block !important;
        background: #3a3f44;
    }

    #mobile-search .searchbox {
        margin: 10px;
        display: inline-block;
    }

    #mobile-search .btn-login {
        float: right;
        padding: 0 10px;
        margin-top: 0;
        text-align: center;
        background: #3a3f44;
    }
    #mobile-search .btn-login .dropdown-menu {
        z-index: 9999999;
        right: 0;
        left: initial;
    }
    #mobile-search input.keywords {
        border: 1px solid #26588a;
        color: #d28d8d;
        width: 190px;
    }

    #mobile-search button.button {
        border: none;
        color: #fff;
        margin-left: -32px;
    }

    header .header-top {
        height: 52px !important;
        border-bottom: none !important;
    }
    header .header-top .logo {
        padding-top: 0 !important;
    }

    header .header-top .logo img {
        width: 220px;
    }
    #searchicon {
        color: #fff !important;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 18px;
        padding: 5px 15px;
    }
    .searchwraper .search {
        width: 90%;
    }
    button#logou_btn {
        background: none;
        color: #fff;
        border: none;
    }
    button.submit {
        background: none !important;
        color: #fff;
        font-size: 13px;
        padding: 5px 30px;
    }
    .btn.active, .btn:active {
        -webkit-box-shadow:none;
        box-shadow: none;
    }
    ul.rapic-nav li {
        /*width: 50%;*/
    }
    ul.rapic-nav-1 li {
        margin-bottom: 15px;
        width: auto !important;
        float: none;
    }
    .footer-bg {
        background-size: cover !important;
    }
    .footer-bg .wechatdiv {
        width: 100%;
    }
    .copyright .weixin {
        float: left !important;
        text-align: left !important;
    }

}
@media (max-width: 991px) {
    header .header-bottom {
        display: none !important;
    }
    header .menu-area nav > ul > li {
        padding: 0;
    }
    header .menu-area ul.navigation li [class*=" fa-"] {
        display:none;
    }
}

/* cyrillic-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v12/IQHow_FEYlDC4Gzy_m8fcude9INZm0R8ZMJUtfOsxrw.woff2) format('woff2');
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v12/IQHow_FEYlDC4Gzy_m8fcrpHcMS0zZe4mIYvDKG2oeM.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v12/IQHow_FEYlDC4Gzy_m8fcjh33M2A-6X0bdu871ruAGs.woff2) format('woff2');
    unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v12/IQHow_FEYlDC4Gzy_m8fchHJTnCUrjaAm2S9z52xC3Y.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v12/IQHow_FEYlDC4Gzy_m8fcoWiMMZ7xLd792ULpGE4W_Y.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

