@charset "UTF-8";

@media only screen and (max-width: 47.938em) {
/*    html {
        font-size: 55%;
    }
}

body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    height: 100%;
    background: #fff;
    color: #37373f;
    letter-spacing: 0.03em;
    font-size: 1.6em;
    font-family: "Hind Guntur", sans-serif;
    line-height: 1.5;
}

* {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

*:before, *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

::-webkit-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::-ms-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::-m4r10-l0nc4rek {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #BADA55;
 */}



/* ––––––––––––––––––––––––––––––––––––––––––––––––––
PROJECT
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
- Name: Plugin name
- Version: 1.0
- Author: Mario Loncarek
- Author web site: http://marioloncarek.com
*/
/* VARIABLES */
/* MENU */
.menu {
    margin: 0 auto;
    width: 100%;
    
}
.menu .wolflogo {
    float: left;
	margin-right: 2.25rem;
	display: block;
	padding-top: 10px;
}

@media only screen and (max-width: 767px) {
    .menu {
        width: 100%;
    }
}

.menu ul {
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    z-index: 99;
    margin: 0;
    padding: 0;
    list-style: none;
	float: right;
	width: 100%;
}

.menu ul:before, .menu ul:after {
    display: table;
    content: ' ';
}

.menu ul:after {
    clear: both;
}

@media only screen and (max-width: 767px) {
    .menu ul {
        display: none;
    }
}

.menu ul.is-shown-on-mobile {
    display: block;
}

.menu ul > li {
    float: left;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media only screen and (max-width: 767px) {
    .menu ul > li {
        position: relative;
        width: 100%;
    }
}

.menu ul > li > a {
    display: block;
    padding: 1.5em 2.5em;
    color: #d6d9e6;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
	text-decoration: none;
	font-size: 14px;
	    font-weight: bold;
}

.menu ul > li:hover {
    background: #333333;
    color: #fff;
}

.menu ul > li:hover > a {
    color: #fff;
}

.menu ul > li > ul {
    display: none;
	width: 100%;
	    background: #ededed;
	    position: absolute;
	    z-index: 99;
	    left: 0;
	    margin: 0;
	    list-style: none;
	    box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
    .menu ul > li > ul {
        position: relative;
    }
}

.menu ul > li > ul.is-classic-dropdown {
    left: inherit;
    width: 300px;
}

@media only screen and (max-width: 767px) {
    .menu ul > li > ul.is-classic-dropdown {
        width: 100%;
    }
}

.menu ul > li > ul.is-classic-dropdown > li {
    width: 100%;
}

.menu ul > li > ul.is-classic-dropdown > li > a {
    padding: .5em 1em;
    border: 0;
}

@media only screen and (max-width: 767px) {
    .menu ul > li > ul > li {
        padding: 0;
        width: 100%;
    }
}

.menu ul > li > ul > li > a {
    padding: 1em 0 .5em;
    color: #595656;
    /* font-size: 1em; */
}

@media only screen and (max-width: 767px) {
    .menu ul > li > ul > li > a {
        padding: 1.5em 4em;
        border: 0;
    }
}

.menu ul > li > ul > li > ul {
    position: relative;
    display: block;
    /* padding: 1em 0; */
}

@media only screen and (max-width: 767px) {
    .menu ul > li > ul > li > ul {
        display: none;
        padding: 0;
        background: #18181c;
    }
}

.menu ul > li > ul > li > ul > li {
    padding: 0;
    width: 100%;
}

.menu ul > li > ul > li > ul > li > a {
    padding: .5em 0;
    border: 0;
    text-transform: uppercase;
    font-size: 0.9em;
}

@media only screen and (max-width: 767px) {
    .menu ul > li > ul > li > ul > li > a {
        padding: 1.5em 0 1.5em 6em;
    }
}

.dropdown-button {
    display: none;
    outline: none;
    border: 0;
    vertical-align: top;
    cursor: pointer;
    -webkit-appearance: none;
}

@media only screen and (max-width: 767px) {
    .dropdown-button {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        display: block;
        width: 3.5rem;
		background-color: #37373f;
    }
	.menu-product-list .dropdown-button {
        display: none;
    }
}

.dropdown-button .dropdown-button-text {
    position: absolute;
    top: 1.5em;
    left: 50%;
    width: 14px;
    height: 14px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.dropdown-button .dropdown-button-text:before, .dropdown-button .dropdown-button-text:after {
    position: absolute;
    background-color: #fff;
    content: "";
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.dropdown-button .dropdown-button-text:before {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.dropdown-button .dropdown-button-text:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dropdown-button .dropdown-button-text.is-active:before {
    opacity: 0;
}

/* CSS ANIMATION FROM ANIMATE.CSS */
.animation-in {
    -webkit-animation: .2s ease;
    animation: .2s ease;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.animation-out {
    -webkit-animation: .2s ease;
    animation: .2s ease;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

/* MOBILE MENU */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    display: none;
    overflow: visible;
    margin: 0;
    padding: .525em 0em;
    width: 100%;
    border: 0;
    background-color: transparent;
    color: inherit;
    text-align: left;
    text-transform: none;
    font: inherit;
    cursor: pointer;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
}

@media only screen and (max-width: 767px) {
	
    .hamburger {
        display: table;
        width: 100%;
    }
}

/* .hamburger:hover {
    opacity: 0.7;
} */

.hamburger-menu-text {
    vertical-align: middle;
}

.hamburger-box {
    position: relative;
    display: inline-block;
    float: right;
    width: 25px;
    height: 2.75rem;
}

.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -1px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    position: absolute;
    width: 25px;
    height: 2px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #81828c;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.hamburger-inner::before, .hamburger-inner::after {
    display: block;
    content: "";
}

.hamburger-inner::before {
    top: -8px;
}

.hamburger-inner::after {
    bottom: -8px;
}

.hamburger--squeeze .hamburger-inner {
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

.hamburger--squeeze .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
    transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}

.hamburger--squeeze .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
    -webkit-transition-delay: 0.14s;
    transition-delay: 0.14s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/*# sourceMappingURL=maps/style.css.map */
.menu-cp > ul{
    padding: 1rem 1rem !important;
}
.menu > ul > li a {
    text-decoration: none;
    padding: 1.51em .85em;
    display: block;
    color: #000;
    text-transform: uppercase;
}
.menu-right{
    float: right;
    padding: 0;
    margin: 0;
}
.menu-right > ul{
    list-style: none;
}

.menu-right > ul > li {
    float: left;
}
.menu-right > ul > li a {
    text-decoration: none;
    padding: 1.45em 1.25em;
    display: block;
    color: #666;
}
.menu-right > ul > li a:hover {
    color: #ededed;
}

.menu-right > ul > li:hover {
    background: #333;
}
.menu-right > ul > li > ul {
    display: none;
    width: 100%;
    background: #333;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.menu-right > ul > li > ul:before,
.menu-right > ul > li > ul:after {
    content: "";
    display: table;
}

.menu-right > ul > li > ul:after {
    clear: both;
}

.menu-right > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    background: none;
    float: left;
}

.menu-right > ul > li > ul > li a {
    color: #d6d9e6;
    padding: .2em 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
}
.menu-right > ul > li > ul.normal-sub {
    width: 175px;
    left: auto;
    padding: 10px 20px;
	right: 0;
}

.menu-right > ul > li > ul.normal-sub > li {
    width: 100%;
}

.menu-right > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
}
.menu-right > ul > li > ul > li a:hover{
    color: #fff;
}
.menu-right .btn-quote{
    color: #333;
	border: 1px solid #e7b022;
	background: #e7b022;
}
.menu-right .btn-quote:hover{
    color: #ededed;
	background: #333333 !important;
	border: 1px solid #333333;
}
.menu-right .btn-quote i{
    color: #333;
}
.menu-right .btn-quote:hover i{
    color: #e7b022;
}
.menu-right > ul > li a.btn-quote {
    margin: 0 1.5em;
    padding: 0.35rem 1.5rem;
	position: relative;
	transform: translateY(50%);
	text-transform: uppercase;
}
.menu-quote:hover {
    background: none !important;
}
.menu-product-list{
	padding: 0.15rem;
	position: relative;
	display: block;
	text-align: center;
}

.menu-product-list:hover a{
	/* color: #000; */
	text-decoration: none;
	color: #faa71f !important;
}
.menu-product-list:hover{
	background-color: none !important;
	background: none !important;
	/* color: #28a745 !important; */
}

.menu-product-list img{
	width: 160px;
}
.menu-cp > ul > li > ul > li {
    width: auto;
}
.menu > ul > li > ul{
padding: 1rem 0;
}
.menu > ul > li > ul > li {
    float: left;
}

.menu > ul > li > ul > li a {
	padding: 1rem;
}
.menu > ul > li > ul > li a:hover{
    color: #fff;
}
.menu > ul > li > ul > li .btn-outline-dark:hover{
	background: #222228;
}
.menu > ul > li > ul > li .btn-outline-dark i{
	color: #e7b022;
	margin-right: .5rem;
}
.menu-product-other .dropdown-button{
	display: none !important;
}

.menu-product-foot{
	border-top: solid 1px #dddcdc;
	background: none;
	float: left;
	position: relative;
}
.menu-product-foot a {
    color: #595656 !important;
	float: right;
}
.menu-product-foot a:hover {
    color: #000 !important;
}
.menu-product-foot:hover{
	background: none !important;
	background-color: none !important;
	color: none !important;
}
/* @media (max-width: 767px) {
	.menu-product-list {
	    min-height: 17.5rem;
	}
}	 */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
1000 style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 950px) {

.menu > ul > li a {
    padding: 1em 0.35em;
	border-bottom: solid 1px #37373f;
}
.menu-scroll{
	 overflow-y: scroll;
	 max-height: 30rem; /* 设置一个最大高度限制滑动区域 */
}
}
.index-banner-swiper-text .ui-decor {
    display: inline-block;
    position: relative;
    width: 160px;
    height: 5px;
    margin-bottom: 20px;
	background-color: #28a745;
}