@charset "utf-8"; * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.row:after {
    display: table;
    content: " "
}

.row:after {
    clear: both
}

.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12,.col-lg-15,.col-xs-20,.col-sm-20,.col-md-20,.col-lg-20 {
    position: var(--r);
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 600px) {
    .col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-20 {
        float:left
    }

    .col-xs-20 {
        width: 20%
    }

    .col-xs-12 {
        width: 100%
    }

    .col-xs-11 {
        width: 91.66666667%
    }

    .col-xs-10 {
        width: 83.33333333%
    }

    .col-xs-9 {
        width: 75%
    }

    .col-xs-8 {
        width: 66.66666667%
    }

    .col-xs-7 {
        width: 58.33333333%
    }

    .col-xs-6 {
        width: 50%
    }

    .col-xs-5 {
        width: 41.66666667%
    }

    .col-xs-4 {
        width: 33.33333333%
    }

    .col-xs-3 {
        width: 25%
    }

    .col-xs-2 {
        width: 16.66666667%
    }

    .col-xs-1 {
        width: 8.33333333%
    }

    .col-xs-0 {
        width: 0%;
        padding: 0;
    }
}

@media (min-width: 768px) {
    .col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-20 {
        float:left
    }

    .col-sm-20 {
        width: 20%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-0 {
        width: 0%;
        padding: 0;
    }
}

@media (min-width: 992px) {
    .col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-20 {
        float:left
    }

    .col-md-20 {
        width: 20%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }
}

@media (min-width: 1200px) {
    .col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-15,.col-lg-20 {
        float:left
    }

    .col-lg-20 {
        width: 20%
    }

    .col-lg-15 {
        width: 12.5%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }
}

/* ===================
margin & padding
====================== */

.pb-140 {
    padding-bottom: 140px;
}

.pd-50 {
    padding: 50px 0;
}

.py-120 {
    padding: 120px 0;
}

.py-60 {
    padding: 60px 0;
}

.pt-120 {
    padding-top: 120px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pt-0 {
    padding-top: 0px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-0 {
    padding-bottom: 0px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.mt-0 {
    margin-top: 0px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mr-300 {
    margin-right: 300px;
}

.ml-300 {
    margin-left: 300px;
}


/*icomoon css*/
/*icomoon css*/
/*icomoon css*/
@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?3wxzm0');
    src:  url('../fonts/icomoon.eot?3wxzm0#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?3wxzm0') format('truetype'),
    url('../fonts/icomoon.woff?3wxzm0') format('woff'),
    url('../fonts/icomoon.svg?3wxzm0#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-long-left:before {
    content: "\e90d";
}
.icon-arrow-long-right:before {
    content: "\e90e";
}
.icon-shopping-cart1:before {
    content: "\e90f";
}
.icon-gift1:before {
    content: "\e910";
}
.icon-picture:before {
    content: "\e911";
}
.icon-storage:before {
    content: "\e912";
}
.icon-vertical_align_top:before {
    content: "\e913";
}
.icon-laptop_mac:before {
    content: "\e914";
}
.icon-thumb_up_alt:before {
    content: "\e91b";
}
.icon-arrow_right_alt:before {
    content: "\e923";
}
.icon-double_arrow:before {
    content: "\e924";
}
.icon-park:before {
    content: "\e925";
}
.icon-auto_awesome:before {
    content: "\e926";
}
.icon-grass:before {
    content: "\e927";
}
.icon-miscellaneous_services:before {
    content: "\e92a";
}
.icon-groups:before {
    content: "\e92d";
}
.icon-cog:before {
    content: "\e92e";
}
.icon-news-paper:before {
    content: "\e936";
}
.icon-search:before {
    content: "\e986";
}
.icon-fire:before {
    content: "\e9a9";
}
.icon-lab:before {
    content: "\e9aa";
}
.icon-bin:before {
    content: "\e9ac";
}
.icon-search1:before {
    content: "\f002";
}
.icon-heart:before {
    content: "\f004";
}
.icon-star:before {
    content: "\f005";
}
.icon-star-o:before {
    content: "\f006";
}
.icon-check:before {
    content: "\f00c";
}
.icon-close:before {
    content: "\f00d";
}
.icon-home:before {
    content: "\f015";
}
.icon-clock-o:before {
    content: "\f017";
}
.icon-tag:before {
    content: "\f02b";
}
.icon-tags:before {
    content: "\f02c";
}
.icon-map-marker:before {
    content: "\f041";
}
.icon-edit:before {
    content: "\f044";
}
.icon-chevron-left:before {
    content: "\f053";
}
.icon-chevron-right:before {
    content: "\f054";
}
.icon-info-circle:before {
    content: "\f05a";
}
.icon-arrow-left:before {
    content: "\f060";
}
.icon-arrow-right:before {
    content: "\f061";
}
.icon-arrow-up:before {
    content: "\f062";
}
.icon-arrow-down:before {
    content: "\f063";
}
.icon-plus:before {
    content: "\f067";
}
.icon-minus:before {
    content: "\f068";
}
.icon-exclamation-circle:before {
    content: "\f06a";
}
.icon-gift:before {
    content: "\f06b";
}
.icon-chevron-up:before {
    content: "\f077";
}
.icon-chevron-down:before {
    content: "\f078";
}
.icon-shopping-cart:before {
    content: "\f07a";
}
.icon-folder:before {
    content: "\f07b";
}
.icon-folder-open:before {
    content: "\f07c";
}
.icon-cogs:before {
    content: "\f085";
}
.icon-thumbs-o-up:before {
    content: "\f087";
}
.icon-heart-o:before {
    content: "\f08a";
}
.icon-phone:before {
    content: "\f095";
}
.icon-twitter:before {
    content: "\f099";
}
.icon-facebook:before {
    content: "\f09a";
}
.icon-credit-card:before {
    content: "\f09d";
}
.icon-hand-o-right:before {
    content: "\f0a4";
}
.icon-globe:before {
    content: "\f0ac";
}
.icon-tasks:before {
    content: "\f0ae";
}
.icon-group:before {
    content: "\f0c0";
}
.icon-flask:before {
    content: "\f0c3";
}
.icon-bars:before {
    content: "\f0c9";
}
.icon-google-plus:before {
    content: "\f0d5";
}
.icon-caret-down:before {
    content: "\f0d7";
}
.icon-caret-up:before {
    content: "\f0d8";
}
.icon-caret-left:before {
    content: "\f0d9";
}
.icon-caret-right:before {
    content: "\f0da";
}
.icon-envelope:before {
    content: "\f0e0";
}
.icon-linkedin:before {
    content: "\f0e1";
}
.icon-comments-o:before {
    content: "\f0e6";
}
.icon-sitemap:before {
    content: "\f0e8";
}
.icon-angle-double-left:before {
    content: "\f100";
}
.icon-angle-double-right:before {
    content: "\f101";
}
.icon-angle-double-up:before {
    content: "\f102";
}
.icon-angle-double-down:before {
    content: "\f103";
}
.icon-angle-left:before {
    content: "\f104";
}
.icon-angle-right:before {
    content: "\f105";
}
.icon-angle-up:before {
    content: "\f106";
}
.icon-angle-down:before {
    content: "\f107";
}
.icon-laptop:before {
    content: "\f109";
}
.icon-youtube-square:before {
    content: "\f166";
}
.icon-fax:before {
    content: "\f1ac";
}
.icon-file-pdf-o:before {
    content: "\f1c1";
}
.icon-qq:before {
    content: "\f1d6";
}
.icon-wechat:before {
    content: "\f1d7";
}
.icon-paper-plane:before {
    content: "\f1d8";
}
.icon-trash:before {
    content: "\f1f8";
}
.icon-eyedropper:before {
    content: "\f1fb";
}
.icon-toggle-off:before {
    content: "\f204";
}
.icon-toggle-on:before {
    content: "\f205";
}
.icon-diamond:before {
    content: "\f219";
}
.icon-heartbeat:before {
    content: "\f21e";
}
.icon-server:before {
    content: "\f233";
}
.icon-user-plus:before {
    content: "\f234";
}
.icon-balance-scale:before {
    content: "\f24e";
}
.icon-internet-explorer:before {
    content: "\f26b";
}
.icon-commenting:before {
    content: "\f27a";
}
.icon-braille:before {
    content: "\f2a1";
}
.icon-handshake-o:before {
    content: "\f2b5";
}
.icon-user-circle:before {
    content: "\f2bd";
}
.icon-user-circle-o:before {
    content: "\f2be";
}
.icon-core-1:before {
    content: "\e901";
    color: #635598;
}
.icon-core-3:before {
    content: "\e902";
    color: #635598;
}
.icon-core-4:before {
    content: "\e903";
    color: #635598;
}
.icon-core-2:before {
    content: "\e907";
    color: #635598;
}
.icon-focus-6:before {
    content: "\e900";
    color: #635598;
}
.icon-focus-1:before {
    content: "\e904";
    color: #635598;
}
.icon-focus-2:before {
    content: "\e905";
    color: #635598;
}
.icon-focus-3:before {
    content: "\e906";
    color: #635598;
}
.icon-focus-4:before {
    content: "\e908";
    color: #635598;
}
.icon-focus-5:before {
    content: "\e909";
    color: #635598;
}
.icon-focus-9:before {
    content: "\e90a";
    color: #635598;
}
.icon-focus-7:before {
    content: "\e90b";
    color: #635598;
}
.icon-focus-8:before {
    content: "\e90c";
    color: #635598;
}
.icon-x:before {
    content: "\e915";
}
.icon-arrow-left2:before {
    content: "\e916";
}
.icon-arrow-right2:before {
    content: "\e917";
}
.icon-arrow-left1:before {
    content: "\e922";
}
.icon-arrow-right1:before {
    content: "\e928";
}



:root {
    --m: #695aa2;
    --v: #56429A;
    --y: #ff9800;
    --w: #ffffff;
    --b: #000000;
    --b1: #555555;
    --b2: #787878;
    --g: #F9F7FF;
    --g1: #e1deec;
    --i: inline-block;
    --t: all 0.3s ease-in-out;
    --s: 0 0 20px rgba(0,0,0,0.1);
    --r: relative;
    --a: absolute;
}

html {
    width: 100%;
}

body {
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-text-size-adjust: none;
    scroll-behavior: smooth;
    color: var(--b);
    letter-spacing: 0;
    overflow-x: hidden;
}

.backtop {
    position: fixed;
    right: 5px;
    bottom: 100px;
    cursor: pointer;
    z-index: 99999;
    background: var(--v);
    text-align: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    padding: 8px 5px 0 5px;
    display: none;
    transition: var(--t);
}

.backtop span {
    display: block;
    padding-bottom: 2px;
    font-size: 16px;
}

.backtop:hover {
    background: var(--m)
}

h1,h2,h3,h4,h5,h6,.pg-tit1,.pg-tit2,.pg-tit3,.pg-tit4,.pg-tit5,.pg-tit6 {
    color: var(--b);
}

h1,.pg-tit1 {
    font-size: 45px;
    margin: 0 0 20px;
}

h2,.pg-tit2 {
    font-size: 40px;
    margin: 0 0 15px;
}

h3,.pg-tit3 {
    font-size: 30px;
    margin: 0 0 15px;
    transition: var(--t);
}

h4,.pg-tit4 {
    font-size: 24px;
    margin: 0 0 15px;
}

a {
    color: var(--m);
    text-decoration: none;
    cursor: pointer;
    transition: var(--t);
}

a:hover {
    color: var(--v)
}

p {
    margin: 0 0 15px;
    padding: 0;
}

img {
    display: var(--i);
    max-width: 100%;
    height: auto;
    vertical-align: top
}

sub,sup {
    position: var(--r);
    font-size: 50%;
    line-height: 0
}

a:focus,input:focus,textarea:focus,select:focus,button:focus {
    outline: 0
}

.btn {
    position: var(--r);
    font: bold 16px/1.5 var(--f);
    display: var(--i);
    color: var(--w);
    padding: 10px 30px;
    margin-top: 10px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    border: 0;
    background: var(--m);
    transition: var(--t);
    border-radius: 8px;
    overflow: hidden;
    z-index: 2;
}

.btn:hover {
    background: var(--g1);
    color: var(--m);
}

.btn-line {
    background: none;
    border: 1px solid var(--m);
    color: var(--m);
}

.btn-line:hover {
    border: 1px solid var(--m);
    background: var(--m);
    color: var(--w);
}

.btn-w {
    background: var(--w);
    color: var(--m);
}

.btn-w:hover {
    color: var(--w);
}

.btn .fa {
    padding-left: 5px
}

.btn .insider {
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.btn .insider:after {
    content: "";
    background-color: var(--w);
    width: 100%;
    height: 20px;
    position: absolute;
    left: -100%;
    top: 50%;
    margin-top: -10px;
    transform: rotateZ(45deg);
    opacity: 0.5;
}

.btn:hover .insider:after {
    left: 100%;
    transition: all .5s ease;
}

.greybg {
    background-color: rgba(246, 246, 255, 0.6);
}

.blackbg {
    background: var(--b)
}

.t-center {
    text-align: center
}

.t-right {
    text-align: right
}

.t-left {
    text-align: left
}

.mar0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.pad0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.colorw {
    color: var(--w) !important;
}

.colorm {
    color: var(--m) !important;
}

.wow {
    visibility: hidden;
}

.clear {
    clear: both
}
.header {
    padding: 15px 0;
    position: relative;
    z-index: 5
}
.nav{
    position: fixed;
    z-index: 9999;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: var(--t);
    background: none;
}
@media (max-width: 1024px){
    .header{
        padding: 0 !important;
    }
    .nav{
        background: var(--white-color);
        height: auto;
        padding-bottom: 0px;
    }
}

.nav-line {
    height: 80px;
}

.auto-head {
    position: var(--r);
    max-width: 2000px;
    padding: 0 15px;
    min-height: 58px;
    margin: 0 auto;
}

.logo {
    display: block;
    width: 240px;
    position: var(--a);
    left: 0px;
    top: 0px;
    z-index: 9999;
    background-size: 240px 49px;
    background-repeat: no-repeat;
    background-position: left top;
}

.head-search,.head-close {
    font-size: 18px;
    cursor: pointer;
    transition: all linear 0.4s;
    position: var(--a);
    top: 5px;
    right: 15px;
    color: var(--m);
    background: var(--w);
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.head-search:hover,.head-close:hover {
    color: var(--v);
}

.head-hide {
    display: none;
}

.nav-search {
    display: none;
    padding: 8px;
    width: 400px;
    border-radius: 5px;
    position: var(--a);
    right: 15px;
    bottom: -64px;
    z-index: 9999;
    background: var(--w);
    box-shadow: var(--s);
}

.nav-search .nav-searchbox {
    position: var(--r)
}

.nav-search input {
    width: 100%;
    border: 1px solid var(--m);
    line-height: 36px;
    border-radius: 5px;
    outline: none;
    font-size: 14px;
    padding: 5px 40px 5px 15px;
    color: var(--b);
    background-color: rgba(255,255,255,0.95)
}

.nav-search button {
    border: none;
    cursor: pointer;
    margin: 0 auto;
    position: var(--a);
    bottom: 0;
    right: 0;
    outline: none;
    background: none;
    font-size: 1.1rem;
    color: var(--m);
    width: 42px;
    height: 42px;
    transition: all ease 0.6s
}

.nav.fixed {
    background-color: rgba(255,255,255,0.98);
    box-shadow: var(--s);
}

.fixed .logo,.nav:hover .logo {
    background: none;
}

.logo .logo1 {
    display: block;
}

.logo .logo2 {
    display: none;
}

@media (max-width: 1024px) {
    .logo .logo1 {
        display: none;
    }

    .logo .logo2 {
        display: block;
    }

    .nav-search {
        display: block !important;
    }

    .head-hide {
        display: block;
    }

    .head-close {
        display: none;
    }

    .head-search{
        display: none;
    }

}

.fixed .logo .logo1 {
    display: none;
}

.fixed .logo .logo2 {
    display: block;
}

.fixed .logo img,.nav:hover .logo img {
    opacity: 1;
}

.fixed .head-search,.fixed .head-close,.nav:hover .head-search,.nav:hover .head-close {
    color: var(--b);
}

.fixed .head-search:hover,.fixed .head-close:hover,.nav:hover .head-search:hover,.nav:hover .head-close:hover {
    color: var(--m);
}

.nav-search button:hover,.nav-search button:focus,.nav-search button:active {
    color: var(--v)
}

.nav-top {
    padding: 12px 0;
    font-size: 15px;
    line-height: 20px;
    background: var(--m);
    color: var(--w);
}

.top-left {
    padding-bottom: 10px !important;
}

.top-left .fa {
    padding-right: 5px;
}

.nav-link {
    text-align: left
}

.nav-link li {
    display: var(--i);
    font-size: 16px;
    margin-left: 0;
    margin-right: 15px;
}

.nav-link li a {
    color: var(--w);
}

.fixed .nav-top {
    display: none;
}

.menu-mobile {
    display: none;
    padding: 12px 20px;
    color: var(--w);
    text-align: left
}

.menu-mobile:after {
    content: "\f0c9";
    font-family: "icomoon";
    font-size: 1.25rem;
    padding: 0;
    float: right;
    position: var(--r);
    top: 6px;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
    color: var(--w)
}

.menu {
    width: 100%;
    margin: 0 auto
}

.menu ul {
    list-style: none;
}

.menu>ul {
    margin: 0 auto;
    width: 100%;
    max-width: 1500px;
    list-style: none;
    position: var(--r);
    box-sizing: border-box;
    padding-left: 41%;
    text-align: center;
    min-height: 50px;
}

@media (max-width: 1200px) {
    .menu>ul {
        padding-left: 28%;
    }
}


.menu>ul:before,.menu>ul:after {
    content: "";
    display: table
}

.menu>ul:after {
    clear: both
}

.menu>ul>li {
    padding: 0;
    margin: 0;
    display: var(--i);
    text-align: left;
    transition: var(--t);
    clear: both
}

.menu>ul>li>a {
    display: var(--i);
    font-family: var(--f1);
    color: var(--b);
    padding: 10px 15px;
    font-size: 18px;
    transition: var(--t);
    font-weight: 400;
}

.menu>ul>li>a:hover {
    color: var(--v);
    text-decoration: none;
}

.menu>ul>li:nth-child(2)>a:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

/*.menu>ul>li:nth-child(3)>a:after {*/
/*    display: inline-block;*/
/*    margin-left: .255em;*/
/*    vertical-align: .255em;*/
/*    content: "";*/
/*    border-top: .3em solid;*/
/*    border-right: .3em solid transparent;*/
/*    border-bottom: 0;*/
/*    border-left: .3em solid transparent;*/
/*}*/


.fixed .menu>ul>li>a:hover,
.nav:hover .menu>ul>li>a:hover {
    color: var(--m);
}

.menu>ul>li>ul {
    display: none;
    opacity: 1 !important;
    width: 100%;
    background: var(--w);
    padding: 10px 0;
    position: var(--a);
    z-index: 9999;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    border-radius: 0 0 5px 5px;
    height: auto;
    box-shadow: var(--s);
}

@media (min-width: 1025px) {
    .menu>ul>li>ul {
        height:360px
    }

    .menu>ul>li>ul::before {
        display: var(--i);
        content: "";
        width: 1px;
        height: 360px;
        position: var(--a);
        top: 0;
        left: 34%;
        z-index: 99;
        background: var(--g1)
    }

    .menu>ul>li>ul>li {
        display: block;
        width: 34%;
        height: 42px;
        float: none;
        padding: 0
    }

    .menu>ul>li>ul>li>a {
        display: block;
        border: 0;
        padding: 8px 10px 5px 15px;
        line-height: 26px;
        width: 100%;
        color: var(--b);
        font-size: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .menu>ul>li>ul>li.menu-on {
        cursor: pointer;
        background: var(--g)
    }

    .menu>ul>li>ul>li:hover {
        background: var(--g)
    }

    .menu>ul>li>ul>li.menu-on>a {
        color: var(--m);
        border-right: 6px solid var(--m)
    }

    .menu ul ul ul {
        display: none;
        width: 65%;
        height: 360px;
        position: var(--a);
        top: 0;
        left: 35%;
        z-index: 99;
        padding: 10px 5px;
        background: var(--w);
        max-height: 510px;
        overflow-x: auto
    }

    .menu ul ul ul::-webkit-scrollbar {
        width: 8px;
        height: 8px
    }

    .menu ul ul ul::-webkit-scrollbar-thumb {
        border-radius: 5px;
        box-shadow: inset var(--s);
        background: rgba(0,0,0,0.2)
    }

    .menu ul ul ul::-webkit-scrollbar-track {
        box-shadow: inset var(--s);
        border-radius: 0;
        background: rgba(0,0,0,0.1)
    }

    .menu ul ul ul>li {
        width: 49.5%;
        float: left;
        line-height: 30px
    }

    .menu ul ul ul>li>a {
        display: var(--i);
        width: 100%;
        padding: 6px 10px 0;
        line-height: 26px;
        font-size: 15px;
        color: var(--b);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .menu ul ul ul>li>a:hover {
        color: var(--m)
    }

    .menu ul ul ul ul {
        display: block;
        width: 100%;
        position: var(--r);
        left: auto;
        padding: 0;
        height: auto;
    }

    .menu ul ul ul ul>li {
        width: 100%;
        position: var(--r);
        line-height: 25px;
        padding-left: 25px
    }

    .menu ul ul ul ul>li::before {
        content: "|";
        display: var(--i);
        position: var(--a);
        top: 2px;
        left: 24px;
        color: var(--m);
    }

    .menu ul ul ul ul a {
        display: block;
        padding: 3px 10px;
        font-size: 14px;
        font-weight: normal;
        color: var(--b)
    }

    .menu ul ul ul ul a:hover {
        color: var(--m)
    }

    .menu ul ul ul ul ul a {
        display: none
    }
}

.menu>ul>li>ul.normal-sub {
    width: 350px;
    height: auto;
    left: auto;
    padding: 0;
    font-size: 15px
}

.menu>ul>li>ul.normal-sub::before {
    display: none
}

.menu>ul>li>ul.normal-sub>li {
    width: 100%;
    height: auto;
    background: var(--w)
}

.menu>ul>li>ul.normal-sub>li a {
    width: 100%;
    border: 0;
    padding: 8px 12px;
    color: var(--b);
    line-height: 24px;
    text-overflow: inherit;
    white-space: normal;
}

.menu>ul>li>ul.normal-sub>li:hover {
    background: var(--m);
    transition: var(--t);
}

.menu>ul>li>ul.normal-sub>li:hover a {
    color: var(--w)
}

.li-two {
    position: var(--r);
    list-style: none;
    margin: 0 0 15px;
    padding: 0;
}

.li-two li {
    position: var(--r);
    padding-left: 45px;
    margin-bottom: 6px;
    text-align: left
}

.foot .li-two a,.li-one a {
    color: var(--w);
    font-size: 17px;
}

.li-two a:hover,.li-one a:hover {
    text-decoration: underline;
    color: var(--gray-purple-color);
}

.li-two .fa {
    position: var(--a);
    top: 2px;
    left: 0;
    font-size: 20px;
    background: var(--v);
    color: var(--w);
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50px;
    text-align: center;
}

.li-two .fa.icon-envelope,.li-two .fa.icon-fax {
    font-size: 16px
}

.li-one {
    list-style: none;
    margin: 0 0 15px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.li-one li {
    margin-bottom: 10px;
    width: 100%;
}

.li-one .fa {
    padding-right: 5px;
}

.sol-two {
    padding: 5px 0 20px;
    list-style: none;
    height: auto;
    overflow: hidden
}

.sol-two li {
    display: var(--i);
    margin-right: 12px
}

.sol-two a {
    display: var(--i);
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 5px;
    text-align: center;
    color: var(--w);
    background-color: var(--m);
}

.sol-two a:hover {
    background: var(--v);
}

.foot {
    padding-top: 50px;
    overflow: hidden;
    background: var(--m);
    color: var(--w);
}

.foot .f-1 {
    padding-bottom: 0px;
}

.foot .f-1 p{
    color: #ffffff;
    font-size: 17px;
}

.foot .li-two span{
    color: #ffffff;
    font-size: 17px;
}

.foot .pg-tit4 {
    font-size: 20px;
    border-bottom: 1px solid #C5C1EA;
    padding-bottom: 10px;
}

.foot .f-logo {
    margin-bottom: 38px
}

.foot .li-two li {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 35px;
}

.foot .li-two .fa {
    background: none;
}

.foot .li-one li,.foot p,.foot .li-two strong {
    transition: var(--t);
}

.foot .li-one li:hover {
    transform: translateX(10px);
    opacity: 1;
}

.f-fluid {
    padding: 22px 0 20px;
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 17px;
    background: var(--v);
    color: #ffffff;
}

.f-fluid span {
    font-size: 17px;
}

.iq_form label {
    display: inline-block;
    font-size: 17px;
    width: calc(100% - 25px);
    padding: 8px 0 5px;
    color: var(--b);
}

.iq_form input,.iq_form textarea {
    width: 100%;
    background: var(--w);
    color: var(--b);
    border: 1px solid var(--g1);
    outline: none;
    border-radius: 5px;
    padding: 12px 30px 12px 10px;
    font-size: 15px;
    font-weight: 500;
}

.iq_form input {
    height: 50px;
    margin-bottom: 10px;
    display: flex;
}

.iq_form textarea {
    margin-bottom: 1px;
}

.iq_form input::-webkit-input-placeholder {
    color: var(--b2);
}

.iq_form input::-moz-placeholder {
    color: var(--b2);
}

.iq_form input::-ms-input-placeholder {
    color: var(--b2);
}

.iq_form textarea::-webkit-input-placeholder {
    color: var(--b2);
}

.iq_form textarea::-moz-placeholder {
    color: var(--b2);
}

.iq_form textarea::-ms-input-placeholder {
    color: var(--b2);
}

.iq_form input:focus,.iq_form textarea:focus {
    border: 1px solid var(--m);
}

.iq_form .submit {
    display: block;
    width: 200px;
    margin: 15px auto 6px;
    overflow: hidden;
}

.iq_form .form-box {
    position: relative;
    padding-left: 0;
}

.iq_form .form-box::after {
    font-family: "icomoon";
    font-size: 16px;
    position: var(--a);
    bottom: -12px;
    right: 10px;
    height: 50px;
    color: #aaaaaa;
}

.iq-1::after {
    content: "\f234";
}

.iq-2::after {
    content: "\f0e0";
}

.iq-3::after {
    content: "\f1ac";
}

.iq-4::after {
    content: "\f004";
}

.form-check {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.form-check label {
    line-height: 20px;
    padding-left: 20px;
}

.iq_form .check-input {
    width: max-content;
    position: absolute;
    top: -7px;
}

.note-part {
    font-size: .8em;
    line-height: 1.35;
    color: var(--b2);
    display: block;
    padding-top: 5px
}

.in-tit {
    display: block;
    margin-bottom: 20px;
}

.in-tit h1,.in-tit .pg-tit1 {
    position: var(--r);
    margin: 0;
    padding-bottom: 15px;
    color: var(--b);
}

.c-fixbg {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.pic-table {
    width: 100%;
    display: table;
    height: 100%;
    padding-top: 90px;
}

.pic-cell {
    display: table-cell;
    vertical-align: middle
}

.pack {
    position: var(--r);
}

.container {
    position: var(--r);
    margin: 0 auto;
}

.container:after {
    display: table;
    content: " "
}

.container:after {
    clear: both
}

@media (max-width: 1200px) {
    .menu>ul>li>a {
        padding:15px 10px;
    }

    .menu>ul>li .submenu-button::before {
        left: -8px;
    }

    body {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .nav-line {
        height:0;
    }

    .nav,.nav:hover {
        position: var(--r);
        background: var(--w);
    }

    .logo {
        position: var(--r);
        width: 240px;
        top: 10px;
        background: none;
        left: 15px;
    }

    .logo img {
        opacity: 1;
    }

    .head-search,.head-close {
        top: 18px;
        right: 15px;
    }

    .auto-head {
        min-height: 117px;
        padding: 0 !important;
    }

    .menu-mobile {
        display: block;
        color: var(--w);
        background: var(--m)
    }

    .menu-mobile:hover {
        color: var(--w);
    }

    .menu-dropdown-icon:before {
        display: block;
        padding: 1.5em 2em
    }

    .menu>ul {
        display: none;
        padding: 0;
        background: var(--w)
    }

    .menu>ul>li {
        width: 100%;
        float: none;
        visibility: visible;
        position: var(--r)
    }

    .menu>ul>li>a {
        padding: 10px !important;
        border-bottom: 1px solid var(--g1)
    }

    .menu>ul>li a {
        padding: 5px 10px;
        width: 100%;
        display: block;
        color: var(--b)
    }

    .menu>ul>li>ul {
        position: var(--r)
    }

    .menu>ul>li>ul {
        max-height: 360px;
        overflow-x: auto
    }

    .menu>ul>li>ul::-webkit-scrollbar {
        width: 8px;
        height: 8px
    }

    .menu>ul>li>ul::-webkit-scrollbar-thumb {
        border-radius: 5px;
        box-shadow: inset var(--s);
        background: rgba(0,0,0,0.2)
    }

    .menu>ul>li>ul::-webkit-scrollbar-track {
        box-shadow: inset var(--s);
        border-radius: 0;
        background: rgba(0,0,0,0.1)
    }

    .menu>ul>li>ul.normal-sub {
        width: 100%
    }

    .menu>ul>li>ul>li {
        float: none;
        width: 100%;
        margin-top: 0
    }

    .menu ul ul ul {
        position: var(--r)
    }

    .menu ul ul ul>li {
        float: none
    }

    .menu ul ul ul>li>a {
        padding-left: 30px;
        font-weight: normal
    }

    .menu ul ul ul ul>li a {
        padding-left: 50px;
        font-size: 14px;
        font-weight: normal
    }

    .menu>ul>li .submenu-button {
        position: var(--a);
        z-index: 299;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120,120,120,0.15);
        height: 52px;
        width: 52px;
        cursor: pointer
    }

    .menu>ul>li .submenu-button::after {
        content: '';
        position: var(--a);
        top: 21px;
        left: 26px;
        display: block;
        width: 1px;
        height: 11px;
        background: #444;
        z-index: 99
    }

    .menu>ul>li .submenu-button::before {
        content: '';
        position: var(--a);
        left: 21px;
        top: 26px;
        display: block;
        width: 11px;
        height: 1px;
        background: #444;
        z-index: 99
    }

    .menu>ul>li:hover .submenu-button::before {
        content: ''
    }

    .menu>ul>li .submenu-button.submenu-opened:after {
        display: none
    }

    .show-on-mobile {
        display: block !important;
    }

    .btn {
        font-size: 14px;
        padding: 10px 20px
    }

    .pic-table {
        padding-top: 0;
    }

    .nav-top {
        font-size: 13px;
    }

    .nav-search {
        top: 4px;
        bottom: auto;
        background: none;
        width: 250px;
    }

    .menu {
        margin-top: 25px;
        text-align: left
    }
}

@media (max-width: 600px) {
    .logo {
        position:var(--r);
        left: auto;
        margin: 0 auto 10px
    }

    .nav-search {
        width: 100%;
        left: 0;
        top: 72px;
        bottom: auto;
        padding: 4px 20px;
        display: block;
        box-shadow: none;
    }

    .menu {
        margin-top: 82px;
        text-align: left
    }

    .head-search,.head-close {
        display: none;
    }

    .auto-head {
        min-height: 175px
    }
}

@media (min-width: 600px) {
    .top-left {
        padding-bottom:0 !important;
    }

    .nav-link {
        text-align: right
    }

    .nav-link li {
        margin-left: 15px;
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .row {
        flex-wrap:wrap;
        display: flex;
        justify-content: flex-start
    }
}

@media (min-width: 992px) {
    .foot .f-row {
        flex-wrap:wrap;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .f-1 {
        max-width: 100%;
        padding-right: 10px;
    }

    .f-2 {
        width: 360px;
    }

    .f-3 {
        width: 140px;
    }

    .f-4 {
        width: 255px;
    }
}

@media (min-width: 1200px) {
    .foot .f-row {
        flex-wrap:nowrap;
    }

    .f-1 {
        max-width: 324px;
    }
}

@media (min-width: 800px) {
    .con_box {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1000px) {
    .auto-head,.con_box {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media (min-width: 1400px) {
    .auto-head,.con_box {
        padding-left: 9%;
        padding-right: 9%;
    }
}

@media (min-width: 1580px) {
    .auto-head,.con_box {
        padding-left: 12%;
        padding-right: 12%;
    }
}

@media (min-width: 2000px) {
    html,body {
        -moz-zoom:1 !important;
        -webkit-zoom:1;-ms-zoom:1 !important;zoom:1}
}

@media (min-width: 2400px) {
    html,body {
        -moz-zoom:1 !important;
        -webkit-zoom:1.05;-ms-zoom:1 !important;zoom:1.05}
}

@media (min-width: 2700px) {
    html,body {
        -moz-zoom:1 !important;
        -webkit-zoom:1.2;-ms-zoom:1 !important;zoom:1.2}
}

@media (min-width: 4600px) {
    html,body {
        -moz-zoom:1 !important;
        -webkit-zoom:1.3;-ms-zoom:1 !important;zoom:1.3}
}

@media (min-width: 5400px) {
    html,body {
        -moz-zoom:1 !important;
        -webkit-zoom:1.4;-ms-zoom:1 !important;zoom:1.4}
}

h2,.pg-tit2 {
    font-size: 30px;
}

.tit-p {
    margin-left: auto;
    margin-right: auto;
}

.h-light {
    font-weight: 400;
}

.mt-50 {
    margin-top: 50px !important;
}

.cover-img {
    position: relative;
    height: 240px;
    min-height: 240px;
    overflow: hidden;
}

.cover-img img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--t);
    border-radius: 15px;
}

.ul-check {
    list-style: none !important;
    padding-left: 30px;
    margin-bottom: 15px;
}

.ul-check>li {
    position: var(--r);
    margin-bottom: 10px;
    color: var(--b);
    font-family: var(--f1);
}

.ul-check>li::after {
    font-family: 'icomoon';
    position: var(--a);
    left: -30px;
    top: 3px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--w);
    background: var(--m);
    content: '\f00c';
    font-size: 10px;
    font-weight: normal;
}

.ina-1 {
    width: calc(100% - 80px);
    height: 100%;
    position: relative;
}

.ina-1>span {
    display: block;
    background: var(--m);
    color: var(--w);
    display: inline-flex;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    padding: 11px 5px;
    position: absolute;
    transform: rotate(90deg);
    left: calc(100% - 15px);
    top: 50%;
    margin-top: -100px;
    transform-origin: left top;
    transition: var(--t);
    z-index: 3;
    width: 200px;
    border: 2px solid var(--w);
}

.ina-2 {
    height: 100%;
}

.ina-3 {
    padding: 0px 0;
}

.ina-4 {
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    border-radius: 50%;
    padding: 10px;
    background-color: var(--w);
    box-shadow: 0 20px 30px 0 rgba(3,4,28,0.1);
}

.ina-4-1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.ina-4-2 {
    -webkit-animation: rotate-infinite 15s linear infinite;
    animation: rotate-infinite 15s linear infinite;
}

@-webkit-keyframes rotate-infinite {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-moz-keyframes rotate-infinite {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-ms-keyframes rotate-infinite {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes rotate-infinite {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.owl-ser .owl-nav,.owl-1 .owl-nav {
    display: none !important;
    opacity: 0;
}

.owl-ser {
    width: calc(100% + 34px);
    margin-left: -17px;
    margin-right: -17px;
}

.owl-ser .owl-stage {
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start
}

.owl-ser .item {
    height: 100%;
    padding: 20px 17px;
}

.home1-1 {
    position: relative;
    height: 100%;
    background: var(--w);
    box-shadow: var(--s)
}

.home1-2 {
    padding: 50px 50px 80px;
    overflow: hidden
}

.home1-1 .home1-3 {
    position: relative;
    transition: all .5s ease-in-out
}

.home1-1:hover .home1-3 {
    margin-top: -6px;
    padding-bottom: 6px
}

.home1-3 img {
    width: 75px;
}

.home1-4 {
    width: 200px !important;
    position: absolute;
    top: -95px;
    right: -110px;
    opacity: 0.05;
}

.home1-1 h3 {
    min-height: 45px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.home1-1 h3 a {
    color: var(--m)
}

.home1-1 h3 a:hover {
    color: var(--v)
}

.home1-5 {
    display: flex;
    align-items: center;
    color: var(--b);
    font-weight: bold;
    position: absolute;
    left: 50px;
    bottom: 50px;
}

.home1-5 i {
    width: 30px;
    height: 30px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--m);
    border: 1px solid var(--m);
    font-size: 13px;
    font-weight: normal;
}

.home1-1:hover .home1-5 {
    color: var(--m);
}

.home1-1:hover .home1-5 i {
    color: var(--w);
    background: var(--m);
}

.home-2 .row>div {
    padding: 15px;
}

.home2-1 {
    display: block;
    height: 100%;
    padding: 20px 15px 5px;
    background: var(--w);
    border: 1px solid var(--m);
}

.home2-1 h3 {
    font-size: 16px;
}

.home2-1 img {
    width: 60px;
    margin-bottom: 20px;
}

.home2-1:hover {
    border: 1px solid var(--w);
    box-shadow: var(--s);
}

.home2-1:hover h3 {
    color: var(--m);
}

.home-3 {
    position: relative;
    text-align: right;
    background: url(../images/home-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.home3-4 {
    display: block;
    width: 44%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(90deg,#c5b4ff 8%,#695aa2 90%);
    overflow: hidden;
}

.home3-4::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/home-3.png) no-repeat right top;
    animation: move-right-top 4s ease-out infinite;
}

.home3-4::before {
    content: '';
    width: 86px;
    height: 145px;
    position: absolute;
    right: 202px;
    bottom: 125px;
    background: url(../images/home-4.png) no-repeat center center;
    animation: zoom-in-zoom-out 4s ease-out infinite;
}

@keyframes move-right-top {
    0% {
        transform: translate3d(0)
    }

    50% {
        transform: translate3d(50px,-50px,0)
    }

    100% {
        transform: translate3d(0)
    }
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1,1)
    }

    50% {
        transform: scale(.7,.7)
    }

    100% {
        transform: scale(1,1)
    }
}

.home3-1 {
    position: relative;
    z-index: 9;
    display: inline-block;
    max-width: 660px;
    padding: 70px 100px;
    background: var(--w);
    text-align: left;
}

.home3-2 {
    margin-top: 40px;
}

.home3-2>div {
    display: inline-block;
    margin-right: 20px;
}

.home3-2>div span {
    display: inline-block;
    border-radius: 50%;
}

.home3-2>div>span {
    position: relative;
    width: 100px;
    height: 100px;
    padding: 5px;
    background: var(--m);
    margin-bottom: 15px;
    overflow: hidden;
    transform: rotate(60deg)
}

.home3-2>div>span::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--g);
    clip-path: polygon(0% 0%, 50px 0, 50px 50px, 0 0);
    z-index: 1;
}

.home3-2>.home3-3>span::after {
    clip-path: polygon(0% 0%, 40px 0, 50px 50px, 0 0);
}

.home3-2>div>span span {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--w);
    position: relative;
    z-index: 2;
    font-weight: bold;
    font-size: 20px;
    color: var(--m);
    transform: rotate(-60deg)
}

@media (min-width: 768px) {
    .pic-box,.it-center {
        align-items:center;
    }
}

@media (min-width: 992px) {
    .owl-pic h2,.owl-pic p {
        width:800px;
    }

    .owl-pic h2,.owl-pic p,.owl-pic .btn {
        opacity: 0;
    }

    .owl-pic .active h2 {
        font-size: 40px;
        margin-bottom: 40px;
        transform: translateY(-15px);
        -webkit-animation: upDown 0.5s ease-out;
        animation: upDown 0.5s ease-out;
        animation-iteration-count: 1;
        animation-fill-mode: forwards;
        animation-delay: 0.5s;
        white-space: break-spaces;
    }

    .owl-pic .active p {
        font-size: 20px;
        margin-bottom: 50px;
        transform: translateY(-15px);
        -webkit-animation: upDown .8s ease-out;
        animation: upDown .8s ease-out;
        animation-iteration-count: 1;
        animation-fill-mode: forwards;
        animation-delay: 0.8s;
    }

    .owl-pic .active .btn {
        transform: translateY(-15px);
        -webkit-animation: upDown 1s ease-out;
        animation: upDown 1s ease-out;
        animation-iteration-count: 1;
        animation-fill-mode: forwards;
        animation-delay: 0.8s;
    }

    h2,.pg-tit2 {
        font-size: 35px;
    }
}

@media (min-width: 1200px) {
    .home3-1 {
        margin-right: 12%;
    }
}

@media (max-width: 600px) {
    .owl-picshow {
        height:600px;
    }

    .home1-2 {
        padding: 20px 15px 50px;
    }

    .home1-5 {
        left: 15px;
        bottom: 20px;
    }

    .home3-1 {
        padding: 20px 15px;
    }
}

@media (max-width: 400px) {
    .home3-2 {
        text-align: center;
    }

    .home3-2>div {
        display: block;
        margin-right: 0;
    }
}

#xload-policy {
    display: inline-block !important;
}

.zsiq_floatmain.siq_bR {
    z-index: 99 !important;
}

.privacy-policy-message-layer {
    position: fixed;
    z-index: 2147483647;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    background-color: #fff;
    color: #fff;
    box-shadow: 0 0 18px rgba(0,0,0,.2);
}

.privacy-policy-message-layer .content {
    padding: 0 30px;
    font-size: 14px;
}

.privacy-policy-message-layer .content h3 {
    margin-bottom: 10px;
    font-size: 20px;
    color: #1d294c;
}

.privacy-policy-message-layer .content p {
    margin-bottom: 20px;
    line-height: 1.6;
}

.privacy-policy-link {
    color: #1d294c !important;
    text-decoration: underline !important;
}

#privacy-policy-btn-close {
    box-sizing: border-box;
    position: absolute;
    right: 10px;
    top: 10px;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 20px;
    text-align: center;
    color: #000;
    cursor: pointer;
    border: 1px solid #000;
    text-decoration: none;
    font-size: 15px;
}

#privacy-policy-btn-close:hover {
    background-color: #000;
    color: #fff;
}

.privacy-policy-btn {
    box-sizing: border-box;
    display: inline-block;
    padding: 8px 25px;
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    text-decoration: none;
    margin-right: 15px;
    cursor: pointer;
}

.privacy-policy-btn:hover {
    background-color: #000;
    color: #fff;
}

.privacy-policy-btn.primary {
    box-sizing: border-box;
    display: inline-block;
    padding: 8px 25px;
    background-color: #000000;
    color: #fff;
    text-decoration: none;
}

.privacy-policy-btn.primary:hover {
    background-color: #16a8db;
    border: 1px solid #16a8db;
    color: #fff;
}

.privacy-policy-message-popup {
    position: fixed;
    z-index: 2147483647;
    top: 15%;
    left: 5%;
    width: 90%;
    height: 500px;
    padding: 0;
    background-color: #fff;
    color: #000;
    font-size: 15px;
}

.privacy-policy-message-popup .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    background-color: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.privacy-policy-message-popup h3 {
    font-size: 20px;
    padding: 0 20px;
    margin: 0;
}

.privacy-policy-message-popup h4 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 20px 0 20px;
    border-top: 1px solid #ddd;
}

@media screen and (min-width: 992px) {
    .privacy-policy-message-popup {
        width:650px;
        left: 50%;
        transform: translateX(-50%);
    }
}

.privacy-policy-message-popup .content {
    height: 355px;
    overflow-y: auto;
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
    margin: 0;
    background-color: #fff;
    padding: 20px 0 5px 0;
    box-sizing: border-box;
}

.privacy-policy-message-popup .content p {
    margin: 0 0 15px 0;
    padding: 0 20px;
    font-size: 15px;
}

.privacy-policy-message-popup .toolbar {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    text-align: center;
}

.privacy-policy-always-active {
    color: #3371be;
    float: right;
}

.privacy-policy-gray-text {
    color: #666;
}

.privacy-policy-message-layer .privacy-info {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
}

.privacy-policy-message-layer .privacy-info .privacy-text {
    max-width: 1000px;
}

.privacy-policy-message-layer .privacy-info .privacy-text p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #1d294c;
}

.privacy-policy-message-layer .privacy-info .privacy-btn {
    flex-shrink: 0;
    margin-left: 100px;
}

@media screen and (max-width: 1000px) {
    .privacy-policy-message-layer .content {
        padding:0 15px;
    }

    .privacy-policy-message-layer .privacy-info .privacy-btn {
        margin-left: 0;
    }

    .privacy-policy-message-layer .privacy-info .privacy-text {
        margin-bottom: 15px;
        padding-right: 30px;
    }

    .privacy-policy-message-layer .privacy-info .privacy-text p {
        font-size: 13px;
    }

    .privacy-policy-message-layer .privacy-info {
        flex-wrap: wrap;
        padding: 0;
    }

    .privacy-policy-btn {
        padding: 2px 15px;
    }

    .privacy-policy-btn.primary {
        font-size: 12px;
        padding: 2px 15px;
    }
}

#menu a:not([href]):hover {
    cursor: default;
}
