
/*
 * Nav CSS
 */

.nav-main-menu {
	position: relative;
}

.nav-main-menu-fixed {
	width: 100%;
	position: fixed;
	top: 0px;
	background-color: #fff;
	opacity: 0.9;
	z-index: 1;
}

.nav-open-icon {
	height: 25px;
}

.nav-open-logo {
	text-align: center;
}

#nav-mobile {
	position: fixed;
	top: 0;
	left: -1px;
	z-index: 200001;
	overflow-y: scroll;
    overflow-x: hidden;
}

.nav-body-bg {
	opacity: 0.5;
	filter: alpha(opacity=50);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 200001;
	background-color: #fff;
}

.nav-mobile-class-default {
	height: 100%;
	width: 85vw;
	background: #2E2E2E;
	opacity: 1;
    visibility: visible;
    overflow-y: auto;
    transition: all .5s cubic-bezier(.77, 0, .175, 1) 0ms;
    top: 0;
    transform: translateX(200vw);
}

.nav-mobile-class {
	transform: translateX(15vw);
}

@-webkit-keyframes nav-mobile-slidein-animation {
	from {
		opacity: 0;
		-webkit-transform: translateX(-200px);
		transform: translateX(-160px);
	}
	to {
		opacity: 1;
		- webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes nav-mobile-slidein-animation {
	from {
		opacity: 0;
		-webkit-transform: translateX(-200px);
		transform: translateX(-160px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.nav-remove-icon {
	font-size: 18px;
	padding-top: 20px;
	color: #fff;
}

.nav-mobile-row {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -220px;
}
.nav-mobile-li {
	padding: 0px 20px;
}
.nav-mobile-li > li {
	list-style-type: none;
	border-bottom: 1px solid #3B3B3B;
	padding: 15px 0;
	line-height: 1.42857;
	-webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0;
}
.nav-mobile-class .nav-mobile-li > li {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.nav-mobile-li > li:nth-child(1){
	-webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.nav-mobile-li > li:nth-child(2){
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.nav-mobile-li > li:nth-child(3){
	-webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.nav-mobile-li > li:nth-child(4){
	-webkit-transition: all 1s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.nav-mobile-li > li:nth-child(5){
	-webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.nav-mobile-li > li:nth-child(6){
	-webkit-transition: all 1.4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.nav-mobile-li > li:nth-child(7){
	-webkit-transition: all 1.6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.nav-mobile-li > li > a {
	display: block;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif !important;
}
.nav-mobile-li > li > a > span {
    font-size: 14px;
    margin-right: 15px;
}
.nav-mobile-li-son > a:after{
	content: '+';
    float: right;
    font-size: 20px;
	margin-top: -2px;
    font-weight: normal;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}
.nav-mobile-li-son-new > a:after{
	content: '+';
    float: right;
    font-size: 20px;
	margin-top: -2px;
    font-weight: normal;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: rotate(45deg) scale(1.08);
    -ms-transform: rotate(45deg) scale(1.08);
    transform: rotate(45deg) scale(1.08);
}

.nav-mobile-second {
	margin: 10px -20px -15px -20px;
    padding-left: 20px;
    padding-bottom: 30px;
    display: none;
    list-style-type: none;
    background: #3B3B3B;
}
.nav-mobile-second > li {
	display: block;
	padding-top: 30px;
    padding-left: 10px;
}
.nav-mobile-second > li  > a {
	color: #efefef;
    text-decoration: none;
}
.nav-mobile-second > li > a > span {
	margin-right: 10px;
}
.nav-mobile-second-inline {
	margin: 10px -20px -15px -20px;
	padding-left: 0px;
    display: none;
    list-style-type: none;
	background: #3B3B3B;
}
.nav-mobile-second-inline > li {
	padding-top: 25px;
    padding-bottom: 25px;
}
.nav-mobile-second-inline > li  > a {
	color: #efefef;
    text-decoration: none;
	font-size: 15px;
}
/*
 * Second Nav CSS
 */

.swiper-container {
	width: 100%;
}

.swiper-slide {
	text-align: center;
	background: #EAEAEA;
	/* padding-bottom: 5px;*/
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide>a {
	text-decoration: none;
}

.second-nav-cn-font-div {
	padding: 7px 5px 4px 5px;
}

.second-nav-font-span {
	color: #6d6d6d;
	font-size: 12px;
}
