@font-face {
    font-family: IMPACT;
	 src: url(../font/IMPACT.TTF) format("truetype");
	 
 
}

@font-face {
    font-family: RobotoCondensed-Light;
    src: url(../font/RobotoCondensed-Light.eot) format("embedded-opentype"),
	url(../font/RobotoCondensed-Light.woff) format("woff"),
	url(../font/RobotoCondensed-Light.ttf) format("truetype"), 
	url(../font/RobotoCondensed-Light.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: RobotoCondensed-Regular;
    src: url(../font/RobotoCondensed-Regular.eot) format("embedded-opentype"), 
	url(../font/RobotoCondensed-Regular.woff) format("woff"),
	url(../font/RobotoCondensed-Regular.ttf) format("truetype"), 
	url(../font/RobotoCondensed-Regular.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

*,
:before,
:after {
    box-sizing: border-box
}
body,div,span,h2,h3,p,a,img,dd,ul,li,form {
	margin:0;
	padding:0;
	border:0;
}
html,
body {
    padding: 0;
    margin: 0
}

header {
    display: block
}

ul,li {
	list-style-type:none;
}

body {
    position: relative;
    z-index: 1
}

body:after {
    content: "";
    background-image: url(../image/page_back.png);
    background-position: center;
    background-size: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.grid {
    list-style: none;
    padding: 0;
    margin: 0 0 0 -22px
}

.grid:after {
    content: "";
    display: table;
    clear: both
}

@media only screen and (max-width: 768px) {
    .grid {
        margin-left: -17px
    }
}

.grid__item {
    float: left;
    padding-left: 22px;
    width: 100%;
    min-height: 1px
}

@media only screen and (max-width: 768px) {
    .grid__item {
        padding-left: 17px
    }
}

.hide {
    display: none !important
}

.text-left {
    text-align: left !important
}

.text-center {
    text-align: center !important
}

@media only screen and (min-width: 769px) {

    .medium-up--one-half {
        width: 50%
    }
}

@media only screen and (max-width: 768px) {

    .small--hide {
        display: none !important
    }
}

@media only screen and (min-width: 769px) {

    .medium-up--hide {
        display: none !important
    }
}

html:not(.tab-outline) *:focus {
    outline: none
}

html {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

html,
body {
    background-color: #fff;
    color: #000
}

.page-width {
    max-width: 100%;
    margin: 0 auto
}

.page-width {
    padding: 0 25px
}

@media only screen and (min-width: 769px) {

    .page-width {
        padding: 0 32px
    }
}

.wc-page-width {
    padding: 0 70px
}

body,
button {
    font-size: 14.45px;
    font-family: Roboto, sans-serif;
    letter-spacing: .025em;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeSpeed
}

@media only screen and (min-width: 769px) {

    body,
    button {
        font-size: 17px
    }
}

body {
    font-weight: 300
}

h1,
.h2,
.h5 {
    display: block;
    margin: 0 0 7.5px
}

@media only screen and (min-width: 769px) {

    h1,
    .h2,
    .h5 {
        margin: 0 0 15px
    }
}

h1 a,
.h5 a {
    text-decoration: none;
    font-weight: inherit
}

h1,
.h2 {
    font-family: Roboto Condensed, sans-serif;
    font-weight: 700;
    line-height: 1
}

h1 {
    font-size: 2.35294em
}

.h2 {
    font-size: 2.02353em
}

.h5 {
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: .8em;
    margin-bottom: 5px
}

ul {
    /* margin: 0 0 15px 30px; */
    padding: 0;
    text-rendering: optimizeLegibility
}

ul ul {
    margin: 4px 0 5px 20px
}

li {
    margin-bottom: .25em
}

a {
    color: #000;
    text-decoration: none;
    background: transparent
}

a:hover {
    color: #000
}

button {
    overflow: visible
}

img {
    border: 0 none
}

svg:not(:root) {
    overflow: hidden
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

@media only screen and (max-width: 959px) {

    input:not[type=submit] {
        font-size: 16px !important
    }
}

button {
    -webkit-appearance: none;
    -moz-appearance: none
}

button {
    background: none;
    border: none;
    display: inline-block;
    cursor: pointer
}

button {
    cursor: pointer
}

.icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    fill: currentColor
}

svg.icon:not(.icon--full-color) path {
    fill: inherit;
    stroke: inherit
}

.icon-close path {
    fill: none !important;
    stroke-width: 3px;
    stroke: currentColor !important;
    stroke-linecap: miter;
    stroke-linejoin: miter
}

.icon__fallback-text {
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px
}

.drawer {

    position: fixed;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    top: 0;
    bottom: 0;
    padding: 0 15px 15px;
    max-width: 95%;
    z-index: 99;
    color: #000;
    background-color: #fff;
    box-shadow: 0 0 150px #0000001a;
    transition: transform .25s cubic-bezier(.165, .84, .44, 1)
}

@media only screen and (min-width: 769px) {
    .drawer {
        padding: 0 30px 30px
    }
}

.drawer a:not(.btn) {
    color: #000
}

.drawer a:not(.btn):hover {
    color: #000
}

.drawer--right {
    width: 300px;
    right: -300px
}

@media only screen and (min-width: 769px) {
    .drawer--right {
        width: 480px;
        right: -480px
    }
}

.drawer--right.drawer--is-open {
        visibility: visible;
    transform: translate(-300px);
    transition-duration: .45s
}

@media only screen and (min-width: 769px) {
    .drawer--right.drawer--is-open {
        transform: translate(-480px)
    }
}

.drawer__header {
    display: table;
    height: 70px;
    width: 100%;
    padding: 11.53846px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #ececec
}

@media only screen and (min-width: 769px) {
    .drawer__header--full {
        padding-left: 30px;
        padding-right: 30px
    }
}

.drawer__fixed-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    overflow: visible
}

.drawer__title,
.drawer__close {
    display: table-cell;
    vertical-align: middle
}

.drawer__title {
    text-align: center;
    width: 100%
}

@media only screen and (max-width: 768px) {
    .drawer__title {
        padding-left: 15px
    }
}

.drawer__close {
    width: 1%;
    text-align: center
}

.drawer__close-button {
    position: relative;
    height: 100%;
    padding: 0 15px;
    color: inherit
}

.drawer__close-button:active {
    background-color: #f2f2f2
}

.drawer__close-button .icon {
    height: 28px;
    width: 28px
}

@media only screen and (min-width: 769px) {
    .drawer__close-button {
        right: -30px
    }
}

.drawer__inner {
    position: absolute;
    top: 70px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 15px 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

@media only screen and (min-width: 769px) {
    .drawer__inner {
        padding-left: 30px;
        padding-right: 30px
    }
}

.appear-animation {
    opacity: 0;
    transform: translateY(60px)
}

.appear-delay-1 {
    transition: transform .85s cubic-bezier(.165, .84, .44, 1) 75ms, opacity .85s cubic-bezier(.165, .84, .44, 1) .15s
}

.appear-delay-2 {
    transition: transform .85s cubic-bezier(.165, .84, .44, 1) .195s, opacity .85s cubic-bezier(.165, .84, .44, 1) .27s
}

.appear-delay-5 {
    transition: transform .85s cubic-bezier(.165, .84, .44, 1) .375s, opacity .85s cubic-bezier(.165, .84, .44, 1) .45s
}

.appear-delay-12 {
    transition: transform .85s cubic-bezier(.165, .84, .44, 1) .795s, opacity .85s cubic-bezier(.165, .84, .44, 1) .87s
}

.appear-delay-13 {
    transition: transform .85s cubic-bezier(.165, .84, .44, 1) .855s, opacity .85s cubic-bezier(.165, .84, .44, 1) .93s
}

.appear-delay-14 {
    transition: transform .85s cubic-bezier(.165, .84, .44, 1) .915s, opacity .85s cubic-bezier(.165, .84, .44, 1) .99s
}

.header-layout {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.header-item--logo {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.header-item--icons {
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.header-layout--left-center .header-item--logo,
.header-layout--left-center .header-item--icons {
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 50%
}

@media only screen and (min-width: 769px) {

    .header-layout--left-center .header-item--logo,
    .header-layout--left-center .header-item--icons {
        min-width: 130px
    }
}

.header-layout[data-logo-align=left] .site-header__logo {
    margin-right: 10px
}

@media only screen and (max-width: 768px) {
    .header-item--icons .site-nav {
        margin-right: -7.5px
    }
}

.site-header {
    position: relative;
    background: #fff;
    padding: 7px 30px
}

@media only screen and (min-width: 769px) {
    .site-header {
        padding: 7px 80px;
    }
}

.site-header__logo {
    position: relative;
    margin: 10px 0;
    display: block;
    font-size: 30px;
    z-index: 10
}

.site-header__logo a {
    max-width: 100%
}

.site-header__logo a,
.site-header__logo a:hover {
    text-decoration: none
}

.site-header__logo-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #000
}

.site-header__logo-link:hover {
    color: #000
}

@media only screen and (max-width: 768px) {
    .site-header__logo-link {
        margin: 0 auto
    }
}

.header-sticky-wrapper {
    position: relative
}

.site-nav {
    margin: 4px 6px 0 0
}

.site-navigation {
    margin: 0 auto !important
}

.text-center .site-navigation {
    margin: 0 auto
}

.site-nav__icons {
    white-space: nowrap
}

.site-nav__item {
    position: static;
    display: inline-block;
    margin: 0;
    padding: 0 19px
}

.site-nav__link {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    padding: 7.5px 15px;
    white-space: nowrap;
    color: #000;
    letter-spacing: 1.7px;
    text-transform: uppercase
}

.site-header--heading-style .site-nav__link {
    font-family: Roboto Condensed, sans-serif;
    font-weight: 700;
    line-height: 1
}

.site-nav__link:hover {
    color: #000
}

.site-nav--has-dropdown>.site-nav__link {
    position: relative;
    z-index: 10
}

@media only screen and (max-width: 959px) {
    .site-nav__link {
        padding: 7.5px
    }
}

.site-nav__link.site-nav__link--icon {
    padding-left: 6px;
    padding-right: 6px
}

.site-nav__link--underline {
    position: relative
}

.site-nav--has-dropdown .site-nav__link--underline:after {
    border-bottom-color: #000
}

.site-nav__item:hover .site-nav__link--underline:after {
    right: 0
}

.site-nav--has-dropdown {
    z-index: 10
}

.site-nav--has-dropdown:hover {
    z-index: 11
}

.site-nav--has-dropdown:hover>a {
    color: #000 !important;
    background-color: #fff;
    opacity: 1;
    transition: none
}

.site-nav__link--icon {
    padding-left: 12px;
    padding-right: 12px
}

@media only screen and (max-width: 768px) {
    .site-nav__link--icon {
        padding-left: 7.5px;
        padding-right: 7.5px
    }

    .site-nav__link--icon.js-search-header {
        margin-right: -8px
    }
}

.site-nav__link.site-nav__link--icon {
    padding: 0;
    margin-left: 28px
}

.site-nav__link.site-nav__link--icon:first-child {
    margin: 0;
    font-family: 'IMPACT';
}

.site-header__logo {
    margin: 0 !important;
    padding-left: 41px
}

.site-nav__dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    margin: 0;
    z-index: 9;
    display: block;
    visibility: hidden;
    background-color: #fff;
    min-width: 100%;
    padding: 39px 0;
    box-shadow: 0 10px 20px #00000017;
    transform: translate3d(0, -12px, 0)
}

.site-nav--has-dropdown:hover .site-nav__dropdown {
    display: block;
    visibility: visible;
    transform: translateZ(0);
    transition: all .2s cubic-bezier(.2, .06, .05, .95)
}

.site-nav__dropdown a {
    background-color: inherit
}

.site-nav__dropdown:before {
    content: "";
    position: absolute;
    top: -61px;
    height: 61px;
    width: 100%
}

.mobile-nav {
    margin: -15px -15px 0
}

@media only screen and (min-width: 769px) {
    .mobile-nav {
        margin-left: -30px;
        margin-right: -30px
    }
}

.mobile-nav li {
    margin-bottom: 0;
    list-style: none
}

.mobile-nav__item {
    position: relative;
    display: block
}

.mobile-nav>.mobile-nav__item {
    background-color: #fff
}

.mobile-nav__item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #ececec
}

.mobile-nav__link {
    display: block
}

.mobile-nav__link--top-level {
    font-size: 1.4em
}

.mobile-nav--heading-style .mobile-nav__link--top-level {
    font-family: Roboto Condensed, sans-serif;
    font-weight: 700;
    line-height: 1
}

.mobile-nav__link,
.mobile-nav__toggle button {
    color: #000;
    padding: 15px;
    text-decoration: none
}

.mobile-nav__link:active,
.mobile-nav__toggle button:active {
    color: #000
}

.mobile-nav__link:active,
.mobile-nav__toggle button:active {
    background-color: #f2f2f2
}

.mobile-nav__child-item {
    display: -ms-flexbox;
    display: flex
}

.mobile-nav__child-item a,
.mobile-nav__child-item .mobile-nav__link {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.mobile-nav__child-item .collapsible-trigger:not(.mobile-nav__link--button) {
    -ms-flex: 0 0 43px;
    flex: 0 0 43px
}

.mobile-nav__child-item .collapsible-trigger__icon {
    padding: 0;
    margin-right: 15px
}

.mobile-nav__item--secondary a {
    padding-top: 10px;
    padding-bottom: 5px
}

.mobile-nav__item--secondary:after {
    display: none
}

.mobile-nav__item:not(.mobile-nav__item--secondary)+.mobile-nav__item--secondary {
    margin-top: 10px
}

.mobile-nav__has-sublist {
    display: -ms-flexbox;
    display: flex
}

.mobile-nav__has-sublist>* {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    word-break: break-word
}

.mobile-nav__toggle {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.mobile-nav__toggle button {
    height: 100%;
    padding: 0 30px;
    margin: 0
}

.mobile-nav__toggle button {
    border-left: 1px solid #ececec
}

.mobile-nav__sublist {
    margin: 0;
    height: auto
}

.mobile-nav__sublist .mobile-nav__item:after {
    top: 0;
    bottom: auto;
    border-bottom: none
}

.mobile-nav__sublist .mobile-nav__item:last-child {
    padding-bottom: 15px
}

.mobile-nav__sublist .mobile-nav__link {
    font-weight: 400;
    padding: 7.5px 25px 7.5px 15px
}

.mobile-nav__grandchildlist {
    margin: 0
}

.mobile-nav__grandchildlist .mobile-nav__item:last-child {
    padding-bottom: 0
}

.mobile-nav__grandchildlist .mobile-nav__link {
    padding-left: 35px
}

.megamenu {
    padding: 39px 0;
    line-height: 1.8;
    transform: none;
    opacity: 0;
    transition: all .3s cubic-bezier(.2, .06, .05, .95);
    transition-delay: .3s;
    max-height: calc(100vh - 102px);
    overflow-x: hidden;
    overflow-y: scroll
}

.site-nav--has-dropdown:hover .megamenu {
    opacity: 1;
    transition-delay: 0s
}

.site-nav--has-dropdown:hover .megamenu .appear-animation {
    opacity: 1;
    transform: none
}

.site-nav--is-megamenu.site-nav__item {
    position: static
}

.site-nav--is-megamenu.site-nav__item:before {
    content: "";
    display: none;
    position: absolute;
    top: 40%;
    right: -2px;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #212a2f;
    border-right: 2px solid #212a2f;
    transform: rotate(45deg) translateY(-50%);
    transition: all .2s ease-in-out 0s
}

.site-header--heading-style .site-nav__link {
    position: relative;
    font-size: 16px;
    color: #221f20;
    font-weight: normal;
    padding: 0;
    letter-spacing: 0px;
    font-family: IMPACT;
}

.text-center .megamenu .grid {
    text-align: center
}

.text-center .megamenu .grid .grid__item {
    float: left;
    display: inline-block;
    vertical-align: top;
    text-align: left
}

.collapsible-trigger {
    color: inherit;
    text-align: left;
    position: relative;
    outline: none
}

.collapsible-trigger__icon {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-180deg)
}

.mobile-nav__has-sublist .collapsible-trigger__icon {
    right: 25px
}

.collapsible-trigger__icon--circle {
    border: 1px solid black;
    width: 28px;
    height: 28px;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.collapsible-content {
    transition: opacity .3s cubic-bezier(.25, .46, .45, .94), height .3s cubic-bezier(.25, .46, .45, .94)
}

.collapsible-content--all {
    visibility: hidden;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    height: 0
}

.collapsible-content--all .collapsible-content__inner {
    transform: translateY(40px)
}

.collapsible-content__inner {
    transition: transform .3s cubic-bezier(.25, .46, .45, .94)
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .5
}

:-moz-placeholder {
    color: inherit;
    opacity: .5
}

:-ms-input-placeholder {
    color: inherit;
    opacity: .5
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

@media only screen and (min-width: 769px) {
    .site-header__logo {
        text-align: left
    }
}

.site-header__logo a {
    display: inline-block;
    font-size: 0px
}

.site-header__logo a {
    color: #000
}

.site-header {
    box-shadow: #00000017 0 2px 24px
}

.megamenu-navigations .h5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d3d4d5
}

.site-nav__dropdown-link {
    display: block;
    padding: 8px 15px;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0px
}

.site-nav__dropdown-link.site-nav__dropdown-link--top-level {
    letter-spacing: 0px;
    font-size: 14px;
    font-weight: 900;
    position: relative;
    text-transform: uppercase;
    width: 100%
}

.megamenu .site-nav__dropdown-link {
    padding: 1px 0;
    white-space: normal
}

.megamenu .site-nav__dropdown-link.site-nav__dropdown-link--top-level {
    padding-right: 12px
}

.grandchildlink-list .site-nav__dropdown-link {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.grandchildlink-list .site-nav__dropdown-link span {
    font-size: 14px;
    letter-spacing: 0px;
    text-transform: initial;
    font-weight: 500
}

.inner_grid {
    margin-bottom: 31px
}

.megamenu-navigations {
    width: 64.5%;
    padding-right: 37px
}

.megamenu-navigations .grid__item {
    padding-right: 5%
}

.megamenu-boxes {
    width: 35.5%;
    text-align: center
}

.site-header__logo {
    max-width: 100%
}

.mega-menu-max {
    display: inline-block;
    width: 100%;
    max-width: 1135px;
    margin: 0 auto
}

.header-item.header-item--hamburger {
    display: none
}

@media (max-width: 1280px) {
    .site-nav__item {
        padding: 0 6px
    }
}

@media (max-width: 1199px) {
    .megamenu-navigations .grid__item {
        padding-right: 15px
    }

    .site-header--heading-style .site-nav__link {
        font-size: 12px
    }

    .site-header__logo {
        padding-left: 0;
        padding-right: 20px
    }
}

@media (max-width: 1024px) {
    .site-nav__item {
        padding: 0 4px
    }
}

@media (max-width: 991px) {

    .site-header__logo {
        padding-left: 0
    }
}

@media (max-width: 959px) {

    .site-nav__item .site-nav__link {
        font-size: 10px
    }

    .site-nav__item {
        padding: 0 1px
    }
}

@media (max-width: 768px) {

    .header-item.header-item--hamburger {
        display: flex
    }

    .mobile-nav--heading-style .mobile-nav__link--top-level,
    .mobile-nav__item--secondary a {
        font-size: 16px
    }

    .mobile-nav__toggle button {
        border-left: 0px
    }

    .mobile-nav__item--secondary a {
        margin: 0;
        font-family: Roboto Condensed, sans-serif;
        font-weight: 700;
        line-height: 1
    }

    .header-item--icons .site-nav {
        margin-right: 0
    }

    .site-header {
        padding: 14px 25px
    }

    .site-nav__link.site-nav__link--icon {
        margin: 0
    }

    .site-nav__link.site-nav__link--icon:first-child {
    }

    .header-item.header-item--navigation.text-center {
        display: none
    }

    .header-item .site-navigation {
        display: none !important
    }

    .header-layout--left-center .header-item--icons,
    .header-item.header-item--hamburger {
        flex: 0 1 60px !important
    }

    .header-item.header-item--hamburger {
        flex: 1 1 auto
    }

    .wc-page-width {
        padding: 0 36px
    }

    .site-header__logo {
        font-size: 0px;
        padding: 0
    }
}

@media (max-width: 400px) {

    .site-header {
        padding: 14px 20px
    }
}

.transition-body {
    background-color: #fff
}


.js-drawer-open {
    overflow: hidden
}
.js-drawer-open .main-content:after,

.js-drawer-open .main-content:after,
.js-drawer-closing .main-content:after {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #221f2080;
    opacity: 0;
    z-index: 26
}

.js-drawer-open .main-content:after {
    animation: overlay-on .35s forwards
}

.js-drawer-closing .main-content:after {
    animation: overlay-off .25s forwards
}

.drawer__header {
    display: table;
    height: 70px;
    width: 100%;
    padding: 11.53846px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #ececec
}

.js-drawer-open .appear-animation {
    opacity: 1;
    transform: translateY(0)
}
.js-drawer-open--search .site-header--stuck {
    z-index: 28
}
    a.site-nav__link.site-nav__link--icon.js-drawer-open-cart {
        margin-left: 14px
    }
	
	.drawer--left.drawer--is-open {
    display: block;
    transform: translate(300px);
    transition-duration: .45s
}


	
.drawer--left.drawer--is-open {
    display: block;
    transform: translate(300px);
    transition-duration: .45s
}


.drawer--right.drawer--is-open {
    display: block;
    transform: translate(-300px);
    transition-duration: .45s
}

@media only screen and (min-width: 769px) {
    .drawer--right.drawer--is-open {
        transform: translate(-480px)
    }
}

.mobile-nav__toggle button.is-open {
    border-bottom: 1px solid #ececec
}

.collapsible-trigger.collapsible-trigger-btn.is-open span {
    transform: translateY(-50%) rotate(0)
}

.collapsible-trigger.is-open .collapsible-trigger__icon>.icon-chevron-down {
    transform: scaleY(-1)
}

.collapsible-trigger.is-open .collapsible-trigger__icon--circle>.icon-chevron-down {
    transform: translate(-50%, -50%) scaleY(-1)
}

.collapsible-content.is-open {
    visibility: visible;
    opacity: 1;
    transition: opacity 1s cubic-bezier(.25, .46, .45, .94), height .35s cubic-bezier(.25, .46, .45, .94)
}


.is-open .collapsible-content__inner {
    transform: translateY(0);
    transition: transform .5s cubic-bezier(.25, .46, .45, .94)
}


.collapsible-content--sidebar.is-open {
    overflow: initial;
    visibility: visible;
    opacity: 1;
    height: auto;
    display: block
}


@media (max-width: 768px) {
   

    .mobile-nav__toggle button.is-open {
        border: 0px
}}

.site-header--stuck {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    transform: translate3d(0, -100%, 0);
    transition: none;
    z-index: 20;
}



.site-header--opening {
	transform:translateZ(0);
	transition:transform .4s cubic-bezier(.165,.84,.44,1)
}

header.site-header.site-header--opening .site-nav__dropdown {
	top: 62px;
}


  .back-to-top {
    position: fixed;
    bottom: 6em;
    right: 0px;
    text-decoration: none;
    color: #999;
    background-color: #eee;
    font-size: 16px;
    padding: 0.3em;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    z-index: 60000;
	
	    transform: translateZ(0);
    transition: transform .4s cubic-bezier(.165,.84,.44,1)
  }
  .back-to-top i {
    vertical-align: middle;
  }
  .back-to-top span {
    padding-left: 0.5em;
  }
  .back-to-top i + span {
    padding-left: 0;
  }
  .back-to-top:hover {
    text-decoration: none;
    color: #555;
  }
  .hide {
    display: none!important;
  }

  
 /*  Ã¨Â½Â®Ã¦â€™Â­Ã©Â¦â€“Ã©Â¡Âµ */
 
 
.x-banner .swiper-pagination-bullet {
    width: 40px;
    height: 3px;
    display: inline-block;
    border-radius: 0;
    background: #ddd;
    opacity: 1;
}
.x-banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #507dd2;
}
.x-banner   .swiper-container-horizontal>.swiper-pagination-bullets, .x-banner  .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
 
/* 11111111 */

.mokua1{padding: 30px 10px;background: url(../images/d1.jpg) no-repeat;background-size: 100% 100%;}
.autoibu{display:flex;justify-content: flex-start;align-items: center;}
.di_img{width: 44%;margin-right: 5%;}
.di_img img{max-width:100%;}
.di_text{width: 100%;}
.di_text img{max-width:100%;}
.di_text h2{font-size: 56px;margin: 20px 0 0;font-family: 'IMPACT';line-height: 1.2;}

.di_text h3>p{font-size: 14px;font-weight: normal;margin: 20px 0 20px 0;font-family:auto;}
.di_text p{font-size: 22px;margin: 0;/* font-weight: bold; */font-family: 'IMPACT';}
.xiahuaer{width: 60px;height:2px;margin: 50px 0;background:#000;}
  
/* 222222222222222 */
  
  
.mokua2{padding: 30px 0;/* background: url(../images/c1.jpg) no-repeat 1px; */background-size: 100% 100%;text-align: center;}
.autoibu2{display:flex;justify-content: flex-start;align-items: center;flex-wrap: wrap;}
.di_img2{width: 100%;}
.di_img2 img{max-width:100%;}
.di_text2{width: 100%;}
.di_text2 img{max-width:100%;}
.di_text2 h2{font-size: 98px;margin: 10px 0 10px;font-family: 'IMPACT';line-height: 1.2;text-transform: uppercase;}
.di_text2 h3{font-size:16px;font-weight: normal;margin: 0 0 40px 0;}
.di_text2 a{font-size: 14px;margin: 0;color: #7b7b7b;}
.xiahuaer2{width: 60px;height:2px;margin: 50px 0;background:#000;}
.suienr{font-size: 28px;color: #7b7b7b;}
  
/*   333333333333333 */
.idnex_cp{padding: 30px 10px 0;}
.cp_auto{margin-top: 20px;padding: 0;}
.cp_auto ul{display:flex;justify-content: space-between;flex-wrap: wrap;}
.cp_auto ul li{width: 48%;border: 1px solid #eee;text-align: center;/* font-family: 'IMPACT'; */margin-bottom: 4%;}
.cp_auto ul li img{max-width:100%;}
.cp_auto ul li h2{font-size: 14px;font-weight: normal;margin-top: 10px;}
.cp_auto ul li h3{font-size: 14px;font-weight: bold;margin: 10px 0;}
.cp_auto ul li p{font-size: 12px;}
.cp_auto ul li a{font-size: 12px;font-weight: normal;padding: 10px 0;border: 2px solid #000;color: #000;display: block;width: 50%;margin: 20px auto;opacity: 1;}

.titleg{padding: 10px 0;}
.titleg p{font-size: 24px;font-weight: bold;text-align: center;font-family: 'IMPACT';line-height: 1.2;text-transform: uppercase;}

.cp_auto ul li:hover a{opacity:1;}

.suibianer img{max-width:100%;}

/* 44444444444444444 */


.mokua3{padding: 15px 10px;}
.autoibu3{display:flex;justify-content: flex-start;align-items: center;flex-wrap: wrap;margin-top: 20px;}
.di_img3{width: 100%;margin-right: 0;}
.di_img3 img{max-width:100%;}
.di_text3{width: 100%;margin-top: 30px;}
.di_text3 .dirt{font-size: 48px;font-family: 'IMPACT';line-height: 1.2;margin: 0 0 40px;}
.di_text3 img{max-width:100%;}
.di_text3 ul{display:flex;justify-content: space-between;}
.di_text3 ul li{width:48%;text-align:center;border: 1px solid #eee;}
.di_text3 ul li h2{font-size: 14px;font-weight: normal;margin-top: 10px;}
.di_text3 ul li h3{font-size: 14px;font-weight: bold;margin: 10px 0;}
.di_text3 ul li p{font-size: 12px;}
.di_text3 ul li a{font-size: 12px;font-weight: normal;padding: 10px 0;border: 2px solid #000;color: #000;display: block;width: 80%;margin: 20px auto;opacity: 1;}
.xiahuaer3{width: 60px;height:2px;margin: 50px 0;background:#000;}
.suienr3{font-size: 28px;color: #7b7b7b;}
.di_text3 ul li:hover a{opacity:1;}

/* 555555555555555555 */
  
  
  
.mokua4{padding: 20px 10px 30px 10px;}
.autoibu4{display:flex;justify-content: space-between;max-width:1400px;margin:auto;margin-top: 30px;}
.di_img4{width: 44%;margin-right: 5%;}

.di_img4  {width: 45%;/* text-align:center; *//* border: 1px solid #eee; */}
.di_img4   h2{font-size: 32px;font-weight: bold;margin: 0 0 20px;line-height: 1.2;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.di_img4   p{font-size: 14px;font-weight: 100;margin: 10px 0;color: #747474;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3; //è®¾ç½®è¡Œæ•°overflow: hidden;}
.di_img4   dd{font-size: 36px;color: #000;margin: 20px 0;}
.di_img4   dd span{font-size: 24px;font-weight: normal;}

.di_img4 img{max-width:100%;}
.di_text23{width: 100%;}
.di_text4 img{max-width:100%;}
.di_text4 {display:flex;justify-content: space-between;}
.di_text4 .news_tt {width: 46%;}
.di_text4 .news_tt  h2{font-size: 18px;font-weight: bold;margin: 0 0 10px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.di_text4 .news_tt  p{font-size: 14px;font-weight: 100;margin: 10px 0;color: #747474;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3; //è®¾ç½®è¡Œæ•°overflow: hidden;overflow: hidden;}
.di_text4 .news_tt  dd{font-size: 20px;color: #000;margin: 15px 0;}
.di_text4 .news_tt  dd span{font-size: 12px;}
.news_tt{width:48%;}
.a_news{margin-top:50px;display: flex;align-items: center;justify-content: flex-end;}
.a_news a{font-size:15px;line-height: 50px;}
/* 666666666666666 */




footer{padding: 30px 0 0;background: url(../images/foot.jpg) no-repeat;background-size: 100% 100%;}
.footerd{max-width:1400px;margin:auto;color:#fff;}
.foort{display:flex;flex-wrap: wrap;}
.dlgo{width: 100%;text-align: left;padding: 20px 10%;}
.zhoner{width: 100%;margin: auto;padding: 0 10%;}
.zhoner h2{font-size: 16px;margin-bottom: 10px;font-weight: 100;text-transform: uppercase;}
.zhoner p{font-size: 16px;font-family: 'IMPACT';padding-left:30px;}
.zhoner p:nth-child(2){background:url(../images/a1.png)no-repeat left;}
.zhoner p:nth-child(3){background:url(../images/a2.png)no-repeat left;}
.zhoner p:nth-child(4){background:url(../images/a3.png)no-repeat left;}
.zhoner p:nth-child(5){background:url(../images/a4.png)no-repeat left;}
.zhoner p:nth-child(6){background:url(../images/a5.png)no-repeat left;}
.rigt_foot{width: 100%;margin: 20px 0;padding: 30px 10%;border-bottom: 1px solid #777;border-top: 1px solid #777;}
.rigt_foot h2{font-size: 16px;font-weight: 100;margin-bottom: 10px;text-transform: uppercase;}
.rigt_foot p{font-size: 12px;line-height: 1.5;}


.niashouer{
    font-size: 14px;
    color: #777;
    padding: 0 10px;
    text-align: center;
}

/* 
momomomo */
@media(max-width:1440px){
.di_text h2 {
    font-size: 30px;
}
.xiahuaer {
    margin: 30px 0;
}
.di_text p {
    font-size: 14px;
    text-align: center;
}	
.di_text2 h2 {
    font-size: 30px;
}
.suienr {
    font-size: 16px;
    color: #7b7b7b;
}

.xiahuaer2 {

    margin: 30px 0;
   
}
	.cp_auto ul li a {

    width: 80%;
  
}
	.autoibu4{max-width: 100%;}
	
	
}


.grid__item {
	float:left;
	padding-left:22px;
	width:100%;
	min-height:1px
}
@media only screen and (max-width:768px) {
	.grid__item {
	padding-left:17px
}
}
html:not(.tab-outline) *:focus {
	outline:none
}
html {
	-ms-touch-action:manipulation;
	touch-action:manipulation
}
html,body {
	background-color:#fff;
	color:#000
}hr,.hr--medium {
	height:1px;
	border:0;
	border-top:1px solid black
}
.hr--medium {
	margin:25px auto
}
@media only screen and (min-width:769px) {
	.hr--medium {
	margin:35px auto
}
}body,input,button {
	font-size:14.45px;
	font-family:Roboto,sans-serif;
	letter-spacing:.025em;
	line-height:1.6;
	-webkit-font-smoothing:antialiased;
	-webkit-text-size-adjust:100%;
	text-rendering:optimizeSpeed
}
@media only screen and (min-width:769px) {
	body,input,button {
	font-size:17px
}
}body {
	font-weight:300
}
h1 {
	display:block;
	margin:0 0 7.5px
}
@media only screen and (min-width:769px) {
	h1 {
	margin:0 0 15px
}
}
h1 {
	font-family:Roboto Condensed,sans-serif;
	font-weight:700;
	line-height:1
}
h1 {
	font-size:2.35294em
}
button {
	overflow:visible
}
.btn {
	line-height:1.42;
	text-decoration:none;
	text-align:center;
	white-space:normal;
	font-size:13px;
	font-weight:500;
	text-transform:uppercase;
	letter-spacing:.2em;
	display:inline-block;
	padding:11px 20px;
	margin:0;
	width:auto;
	min-width:90px;
	vertical-align:middle;
	cursor:pointer;
	border:1px solid transparent;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	border-radius:0;
	color:#fff;
	background:#111
}
@media only screen and (max-width:768px) {
	.btn {
	padding:9px 17px;
	font-size:11px
}
}.btn:hover {
	color:#fff;
	background-color:#111
}
.btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body) {
	position:relative;
	overflow:hidden;
	transition:background .2s ease 0s
}
.btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):after {
	content:"";
	position:absolute;
	top:0;
	left:150%;
	width:200%;
	height:100%;
	transform:skew(-20deg);
	background-image:linear-gradient(to right,transparent,rgba(255,255,255,.25),transparent)
}
.btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):hover:after {
	animation:shine .75s cubic-bezier(.01,.56,1,1)
}
.btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):hover {
	background:#2b2b2b;
	transition-delay:.25s
}
.btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):active {
	background:#111;
	transition-delay:0s
}
svg:not(:root) {
	overflow:hidden
}form {
	margin:0
}
@media only screen and (max-width:959px) {
	input:not[type=submit] {
	font-size:16px!important
}
}button,input {
	-webkit-appearance:none;
	-moz-appearance:none
}
button {
	background:none;
	border:none;
	display:inline-block;
	cursor:pointer
}
button {
	cursor:pointer
}
input {
	border:1px solid black;
	max-width:100%;
	padding:8px 10px;
	border-radius:0
}
.input-group {
	display:-ms-flexbox;
	display:flex
}
.input-group input[type=hidden]:first-child+.input-group-field {
	border-radius:0
}
.input-group .input-group-btn:last-child .btn {
	border-radius:0
}
.input-group input::-moz-focus-inner {
	border:0;
	padding:0;
	margin-top:-1px;
	margin-bottom:-1px
}
.input-group-field {
	-ms-flex:1 1 auto;
	flex:1 1 auto;
	margin:0;
	min-width:0
}
.input-group-btn {
	-ms-flex:0 1 auto;
	flex:0 1 auto;
	margin:0;
	display:-ms-flexbox;
	display:flex
}
.icon__fallback-text {
	clip:rect(0 0 0 0);
	clip:rect(0,0,0,0);
	overflow:hidden;
	position:absolute;
	height:1px;
	width:1px
}@keyframes shine {
	to {
	left:-200%
}
}
.search-bar {
	max-width:100%
}
.search-bar--page {
	max-width:300px;
	margin:-15px auto 0
}
.section-header {
	margin-bottom:30px;
	text-align:center
}
@media only screen and (min-width:769px) {
	.section-header {
	margin-bottom:50px
}
}
.section-header__title:not(.section-header__title-404) {
	margin-bottom:0
}
::-webkit-input-placeholder {
	color:inherit;
	opacity:.5
}
:-moz-placeholder {
	color:inherit;
	opacity:.5
}
:-ms-input-placeholder {
	color:inherit;
	opacity:.5
}
::-ms-input-placeholder {
	color:inherit;
	opacity:1
}
input {
	background-color:inherit;
	color:inherit
}
input:active,input:focus {
	border:1px solid black
}
.input-group-btn svg g {
	fill:#fff
}
hr,.hr--medium {
	border-top:1px solid rgba(26,23,24,.1)
}input {
	border-color:#000;
	box-shadow:unset
}


.page-banner  img{width:100%;}

/*# sourceMappingURL=/s/files/1/1696/1045/t/104/assets/theme.scss.css.map?v=178068634886352823301710913036 */