/*-------------------------------------------------------*/
@font-face {
	font-family: Hero;
	src: url(../fonts/Radikal.otf);
}

.clearfix {
	*zoom: 1;
	clear: both;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

::-moz-selection {
	color: #fff;
	background-color: #ec662b;
}

::-webkit-selection {
	color: #fff;
	background-color: #ec662b;
}

::selection {
	color: #fff;
	background-color: #ec662b;
}

:focus {
	outline: none;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "Lato", sans-serif;
	font-size: 15px;
	line-height: 1.5;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	background: #fff;
	outline: 0;
	font-family: "微软雅黑";
}

body img {
	border: none;
	max-width: 100%;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

video {
	height: 100%;
	width: 100%;
}

hr {
	margin: 0;
	border-color: #e8e8e8;
}

/*-------------------------------------------------------*/
/* Preloader
/*-------------------------------------------------------*/


a {
	color: #000000;
	text-decoration: none;
}

a:link {
	text-decoration: none;
	color: #000000;
}

a:active {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #ec662b;
}

a:visited {
	text-decoration: none;
	color: #000000;
}



.loader-mask {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #fff;
	z-index: 99999;
}

.loader {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 5px;
	width: 5em;
	height: 5em;
	margin: -25px 0 0 -25px;
	text-indent: -9999em;
	border-top: 0.5em solid #191919;
	border-right: 0.5em solid rgba(245, 245, 245, 0.5);
	border-bottom: 0.5em solid rgba(245, 245, 245, 0.5);
	border-left: 0.5em solid rgba(245, 245, 245, 0.5);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}

.loader,
.loader:after {
	border-radius: 50%;
	width: 10em;
	height: 10em;
}

@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/*-------------------------------------------------------*/
/* Typography
/*-------------------------------------------------------*/
ul,
ol,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Karla", sans-serif;
	margin-top: 0;
	margin-bottom: 10px;
	color: #212121;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: -0.04em;
}

h1 {
	font-size: 38px;
}

h2 {
	font-size: 34px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 16px;
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
	color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	color: #212121;
	font-size: 85%;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

@media only screen and (max-width: 1199px) {
	.text-lg-center {
		text-align: center;
	}
}

@media only screen and (max-width: 991px) {
	.text-md-center {
		text-align: center;
	}
}

@media only screen and (max-width: 767px) {
	.text-sm-center {
		text-align: center;
	}
}

@media only screen and (max-width: 639px) {
	.text-xs-center {
		text-align: center;
	}
}


a {
	text-decoration: none;
	-webkit-transition: color 0.1s ease-in-out;
	-moz-transition: color 0.1s ease-in-out;
	-ms-transition: color 0.1s ease-in-out;
	-o-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out;
}



a:hover {
	text-decoration: none;
}

a.special,
.special a {
	color: #1eb37b;
}

a.special:hover,
.special a:hover {
	color: #1eb37b;
	text-decoration: none;
}

/*-------------------------------------------------------*/
/* Buttons
/*-------------------------------------------------------*/
.section-buttons .btn {
	margin-bottom: 10px;
	margin-right: 20px;
}

.btn {
	display: inline-block;
	font-weight: 700;
	font-family: "Karla", sans-serif;
	letter-spacing: -0.04em;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
	position: relative;
	vertical-align: middle;
	z-index: 1;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
}

.btn:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #fff;
}


.banner2{
	display: none !important;
}
.banner1{display: block !important;}

/*-------------------------------------------------------*/
/* 第一屏
/*-------------------------------------------------------*/
.container_01 {
	margin: 0px;
	padding: 0px;
}

.nav_logo {
	float: left;
	margin: 10px 50px 0px 0px;
}

.hl_nav {
	background: #FFFFFF;
	position: relative;
	color: #000000;
	height: 90px;
}

.hl_nav a {
	display: block;
	text-decoration: none;
}

/* .hl_nav .shade{
    position: absolute;
    width: 100%;
    height: 260px;
    top:90px;
    left: 0;
    z-index: 1;
    background-color: #f3f4f6; */
/*  opacity: 0.85;
    filter: alpha(opacity=85);
    box-shadow: 0 5px 15px #CCCCCC;*/
display: none;
}

.container_01 {
	width: 1200px;
	margin: 0px auto;
}

.hl_nav .nav_list {
	position: absolute;
	top: 0;
	left: 46%;
	margin: 0 0 0 -320px;
	z-index: 2;
	padding: 0;
	list-style: none;
	width: 960px;
	overflow: hidden;
	height: 90px;
}

.nav_list li a {
	text-decoration: none;
}

.hl_nav .nav_list>li {
	padding: 0;
	float: left;
	margin: 0;
	width: 12%;
	text-align: center;
	height: 260px;
}

.hl_nav .nav_list>li.www {
	width: 90px;
}

.hl_nav .nav_head {
	height: 90px;
	line-height: 90px;
	color: #222;
	margin-bottom: 10px;
	font-size: 16px;

}

.hl_nav .nav_head:hover {
	color: #1c9cd4;
}

.hl_nav .item {
	height: 30px;
	line-height: 30px;
	color: #000000;
	font-size: 12px;
	position: relative;
}

.hl_nav .item:hover {
	display: block;
	background: #ec662b;
	color: #FFFFFF;
	border-radius: 10px;
}

.hl_nav .nav_list:hover {
	height: 345px;
	transition: height 0.5s;
}

.hl_nav .nav_list:hover+.shade {
	display: block;
}

.hl_nav .nav_list>li.highlight:hover {
	background: rgba(255, 255, 255, 0.5);
	height: 335px;
}

/*.hl_nav .nav_list>li:hover {color:#ec662b; font-weight: bold;}*/
.hhr {
	height: 50px;
}

/* Bounce To Bottom */
/*.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ec662b;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: white;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}*/

.nav_shop {
	margin: 5px 5px 0px 0px;
}

.nav_shop>a {
	display: block;
	border: #000000 1px solid;
	border-radius: 10px;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 10px;
}

.nav_shop>a:hover {
	border: #ec662b 1px solid;
	color: #ec662b;
}

.nav_icon {
	float: right;
	margin-top: 20px;
}

.nav_icon>ul {}

.nav_icon>ul>li {
	float: left;
	margin-left: 5px;
}


.icon_con_00 {
	display: none;
	position: absolute;
	z-index: 9999999;
	transition: all 2s;
	-moz-transition: all 2s;
	/* Firefox 4 */
	-webkit-transition: all 2s;
	/* Safari and Chrome */
	-o-transition: all 2s;
	/* Opera */
	background: #F9F9F9;
	border-radius: 10px;
	margin-left: -35px;
}

.icon_con_00>ul {}

.icon_con_00>ul>li {
	margin: 15px;
}

.icon_con_00>ul>li a {
	display: block;
	padding: 10px 20px;
	text-align: center;
	background: #E6E6E6;
	border-radius: 10px;
}

.icon_con_00>ul>li a:hover {
	background: #ec662b;
	color: #FFFFFF;
}

.icon_con_a_00:hover .icon_con_00 {
	display: block;
}

.icon_con_a_00 .nav_shop {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.icon_con_a_00 .nav_shop:hover {
	transform: translate(0, -5px);
	-webkit-transform: translate(0, -5px);
	-moz-transform: translate(0, -5px);
	-o-transform: translate(0, -5px);
	-ms-transform: translate(0, -5px);
}

.icon_con_01 {
	display: none;
	position: absolute;
	z-index: 99999;
	border-radius: 10px;
	padding: 8px 10px;
	margin-left: -95px;
}

.icon_con_01_inp {
	border: none;
	background: #FFFFFF;
	height: 30px;
	line-height: 30px;
	border-radius: 8px;
	padding-left: 8px;
}

.icon_con_01_sub {
	height: 30px;
	line-height: 30px;
	background: #000000;
	color: #FFFFFF;
	border: none;
	border-radius: 8px;
	padding: 0px 10px;
}

.icon_con_a_01:hover .icon_con_01 {
	display: block;
}


.icon_con_a_01 img {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.icon_con_a_01 img:hover {
	transform: translate(0, -5px);
	-webkit-transform: translate(0, -5px);
	-moz-transform: translate(0, -5px);
	-o-transform: translate(0, -5px);
	-ms-transform: translate(0, -5px);
}

.icon_con_a_02 img {

	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

}

.icon_con_a_02 img:hover {
	transform: translate(0, -5px);
	-webkit-transform: translate(0, -5px);
	-moz-transform: translate(0, -5px);
	-o-transform: translate(0, -5px);
	-ms-transform: translate(0, -5px);
}

.icon_con_02 {
	display: none;
	position: absolute;
	z-index: 9999999;
	margin-left: -30px;
}

.icon_con_a_02:hover .icon_con_02 {
	display: block;
}

.icon_con_a_02:hover .icon_con_02 img {}

/* 第二屏
/*-------------------------------------------------------*/
.tit {
	text-align: center;
	padding: 150px 0px 50px;
}

.tit p {
	color: #fff;
	font-size: 48px;
	line-height: 60px;
	font-family: Hero;
	text-transform: uppercase;

}

.tit span {
	font-size: 24px;
	font-weight: lighter;
	color: #fff;
}

.c31_con_01 p {
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	padding: 80px 170px;
	text-align: center;
	white-space: 1px;
}

.c31_con_02 a {
	color: #fff;
	font-size: 16px;
	border: 1px solid #fff;
	padding: 10px 40px;
	border-radius: 50px;
	display: table;
	margin: 30px auto;
	transition: all 0.6s;

}

.c31_con_02 a:hover {
	transform: translateY(-10px);
	text-decoration: none;
	background: #1c9cd4;
	border: 1px transparent solid;
}
@media only screen and (max-width: 1400px) {
	.tit {
		text-align: center;
		padding: 70px 0px 50px;
	}
	.c31_con_01 p {
		
		line-height: 40px;
		padding: 40px 170px;
	}
	
	.c31_con_02 a {
		
		margin: 30px auto;
	
	}
	
}

/*-------------------------------------------------------*/
/* 第二屏
/*-------------------------------------------------------*/
.switchBigPic {
	position: relative;
}

.switchBigPic div {
	position: absolute;
	overflow: hidden;
}

.nav {
	width: 660px;
	height: 970px;
	position: absolute;
	right: 0px;
	padding: 45px 0px;
	background: rgba(0, 0, 0, 0.5);
	box-sizing: border-box;
}

.nav li {
	height: 30%;
	padding: 50px 0px;
	cursor: pointer;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.nav li img {
	display: block;
	float: left;
	margin: 20px 0px 0px 60px;
}

.nav li p {
	display: block;
	color: #FFFFFF;
	font-size: 24px;
	margin: 20px 0px 0px 30px;
	font-weight: lighter;
}

.nav li span {
	display: block;
	color: #FFFFFF;
	font-size: 18px;
	margin: 10px 0px 0px 30px;
	text-transform: uppercase;
	font-family: hero;
}

.nav .fl {
	float: left;
}

/* .nav li:hover::after{
	content: "MROE";
	float: left;
	margin: 35px 0px 0px 50px;
	color: #FFFFFF;
	border: 1px  #FFFFFF solid;
} */

@media only screen and (max-width: 1600px) and (min-width: 1500px) {
	.nav {
		width: 500px;
		height: 790px;
	}
	
}
@media only screen and (max-width: 1400px) {
	.nav {
		width: 500px;
		height: 620px;
		
	}
	.nav li {

		padding: 20px 0px;
		
	}
	
}

/*-------------------------------------------------------*/
/* 第三屏
/*-------------------------------------------------------*/

.c3_con_01 {
	margin: 50px 40px 0px 40px;
}

.c3_con_01 ul li {
	float: left;
	width: 20% !important;
}

.c3_con_01 .c3-list a {
	text-decoration: none;
}

.c3_con_01 .c3-list {
	border: 2px solid #fff;
	border-radius: 20px;
	padding: 20px 0;
	margin: 20px 30px;
	transition: all 0.5s;
}

.c3_con_01 .c3-list img {
	-webkit-transition: All 0.5s ease-in-out;
	-moz-transition: All 0.5s ease-in-out;
	-ms-transition: All 0.5s ease-in-out;
	-o-transition: All 0.5s ease-in-out;
	transition: All 0.5s ease-in-out;
}

.c3_con_01 .c3-list:hover img {
	transform: rotate(360deg);
}

.c3_con_01 .c3-list:hover {
	background: #1c9cd4;
	border: 2px solid transparent;
	transform: translateY(-10px);
}

.c3_con_01 .c3-list p {
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 50px;
	padding-top: 10px;
}

.c3_con_01 .c3-list:hover p {
	-webkit-animation: focus-in-contract 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: focus-in-contract 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.c3_con_01 .c3-list .last {
	padding: 40px 0;
}


@media only screen and (max-width: 1600px) and (min-width: 1500px) {
	.tit {
		text-align: center;
		padding: 50px 0px 50px;
	}
	
}

@media only screen and (max-width: 1400px) {
	.tit {
		text-align: center;
		padding: 50px 0px 30px;
	}
	.c3_con_01 .c3-list {

		margin: 10px 30px;

	}
	
}





/*-------------------------------------------------------*/
/* 第四屏
/*-------------------------------------------------------*/
.c4_tit {
	padding: 50px
}

.c4_tit p {
	font-size: 30px;
	color: #fff;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-transform: uppercase;
	font-family: hero;
}

.c4_tit span {
	font-size: 30px;
	color: #fff;
	font-weight: lighter;
}

.c4_con ul li {
	margin: 20px;
	background: rgba(255, 255, 255, 0.8);
	padding: 20px;
	transition: all 0.5s;
	border-radius: 10px;
}

.c4_con ul li a {
	text-decoration: none;
}

.c4_con ul li:hover {
	background: #1c9cd4;
	transform: translateY(-5px);
}

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

.c4_con_list div {
	transition: All 0.5s ease-in-out;
	-webkit-transition: All 0.5s ease-in-out;
	-moz-transition: All 0.5s ease-in-out;
	-o-transition: All 0.5s ease-in-out;
}

.c4_con_list h6 {
	font-size: 14px;
	color: #999;
}

.c4_con_list h2 {
	font-size: 24px;
}

.c4_con_list p {
	font-size: 15px;
	color: #666;
	padding-top: 10px;
}

.c4_con_list:hover p,
.c4_con_list:hover h6 {
	color: #fff;
}

.c4-more a {
	font-size: 16px;
	color: #fff;
	border: 2px solid rgba(255, 255, 255, 0.3);
	padding: 10px 40px;
	margin: 30px 20px 0;
	border-radius: 50px;
	display: table;
	transition: all 0.6s;
}

.c4-more:hover a {
	text-decoration: none;
	transform: translateY(-5px);
	background: #1c9cd4;
	border: 2px transparent solid;
}


@media only screen and (max-width: 1600px) and (min-width: 1500px) {
	.c4_tit {
		padding: 30px 50px;
	}
	.c4_con ul li {
		margin: 20px 35px;
		
		padding: 10px;
		
	}
	.c4-more a {
		margin: 30px 35px 0;
		
	}
	
	
}
@media only screen and (max-width: 1400px) {
	.c4_tit {
		padding: 10px 50px;
	}
	.c4_con ul li {
		margin: 10px 45px;
		padding: 10px;
		
	}
	.c4-more a {
		margin: 10px 45px 0;
		
	}
	.c4_con_list p {
		padding-top: 5px;
	}
	
}

/*-------------------------------------------------------*/
/* 第五屏
/*-------------------------------------------------------*/
.link {
	font-size: 18px;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	padding: 20px 0 20px;
	margin-top: 30px;
	color: #444;
}

.link h3 {
	float: left;
	font-size: 16px;
}

.link h3 span {
	font-family: hero;
	font-size: 18px;
}

.link ul li a {
	float: left;
	font-size: 16px;
	padding-left: 25px;
	color: #666;
	line-height: 60px;
}

.foot .foot-left {
	margin: 160px auto 50px;
}

.foot-left img {
	float: left;
}

.foot-left .foot-txt {
	float: left;
	padding-left: 20px;
}

.foot-left .foot-txt p {
	font-size: 16px;
	color: #666;
	line-height: 30px;
}

.foot-left .foot-txt h3 {
	font-family: hero;
	font-size: 30px;
	margin: 0 !important;
	padding-bottom: 15px;
}

.foot-right dl:nth-child(1) {
	padding-left: 50px !important;
}

.foot-right dl {
	float: left;
	padding-left: 150px;
	margin-top: 130px;
}

.foot-right dt {
	color: #222;
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 20px;
}

.foot-right dd a {
	font-size: 16px;
	color: #666;
	line-height: 35px;
}

.foot-right dd a:hover {
	color: #1c9cd4;
}

.foot-ewm {
	margin-top: 18%;
	transition: all 0.5s;
}

.foot-ewm:hover {
	transform: translateY(-10px);
}

.foot-ewm img {
	position: relative;
}

.foot-ewm .foot-bot {
	position: absolute;
	left: 20px;
	bottom: 30px;
}

.foot-bot h4 {
	font-size: 28px;
	color: #222;
	font-weight: bold;
}

.foot-tit {
	color: #fff;
	text-align: center;
	margin-top:25%;
}

.foot-tit a {
	color: #fff;
}

@media only screen and (max-width: 1600px) and (min-width: 1500px) {
	.foot-ewm {
		margin-top:8%;
		
	}
	.foot-tit {
		color: #fff;
		text-align: center;
		margin-top:10%;
	}
	
	
	
}
@media only screen and (max-width: 1500px) {
	.foot-ewm {
		margin-top:4.5%;
		
	}
	.foot-tit {
		margin-top:10%;
	}
	.foot .foot-left {
		margin: 80px auto 50px;
	}
	.foot-right dl {
		margin-top: 50px;
	}
	
	.c4_con_list h2 {
		font-size: 20px;
		margin-top: 1PX !important;
	}
	.c4_con_list p {
		
		padding-top: 2px;
	}
	.banner1{display: none !important;}
	.banner2{display: block !important;}
	
	
}













@-webkit-keyframes focus-in-contract {
	0% {
		letter-spacing: 1em;
		-webkit-filter: blur(12px);
		filter: blur(12px);
		opacity: 0;
	}

	100% {
		-webkit-filter: blur(0px);
		filter: blur(0px);
		opacity: 1;
	}
}

@keyframes focus-in-contract {
	0% {
		letter-spacing: 1em;
		-webkit-filter: blur(12px);
		filter: blur(12px);
		opacity: 0;
	}

	100% {
		-webkit-filter: blur(0px);
		filter: blur(0px);
		opacity: 1;
	}
}


/*-------------------------------------------------------*/
/* 右侧导航图标
/*-------------------------------------------------------*/
#fp-nav {
	position: fixed;
	z-index: 100;
	margin-top: -32px;
	top: 50%;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.right {
	right: 50px;
}

#fp-nav.left {
	left: 17px;
}

.fp-slidesNav {
	position: absolute;
	z-index: 4;
	left: 50%;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.fp-slidesNav.bottom {
	bottom: 17px;
}

.fp-slidesNav.top {
	top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
	margin: 0;
	padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
	display: block;
	width: 14px;
	height: 13px;
	margin: 7px;
	position: relative;
}

.fp-slidesNav ul li {
	display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
}

#fp-nav ul li:hover a.active span,
#fp-nav ul li a.active span,
.fp-slidesNav ul li:hover a.active span,
.fp-slidesNav ul li a.active span {
	height: 10px;
	width: 10px;
	border-radius: 100%;
	background-color: #fff;
	opacity: 1;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	height: 10px;
	width: 10px;
	border: 0;
	background: rgba(255, 255, 255, 0.5);
	left: 50%;
	top: 50%;
	opacity: .7;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.social-icons a {
	margin: 0 10px 6px 0;
	display: inline-block;
	width: 40px;
	height: 40px;
	color: #929292;
	background-color: #fafafa;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 5px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.social-icons a:last-child {
	margin-right: 0 !important;
}

.social-icons a:hover {
	background-color: #ec662b;
	color: #fff;
}

.social-icons--dark a {
	background-color: #252525;
	color: #929292;
}

.social-icons--nobase a {
	width: auto;
	height: auto;
	line-height: 1;
	margin-right: 24px;
	background-color: transparent;
	color: #929292;
}

.social-icons--nobase a:hover {
	background-color: transparent !important;
	color: #fff;
}

.social-icons--nobase-dark a:hover {
	color: #212121;
}

.social-icons--white a {
	color: #fff;
}

.social-icons--white a:hover {
	color: rgba(255, 255, 255, 0.8);
}

.social-icons--transparent a {
	background-color: rgba(255, 255, 255, 0.2);
	color: #fff;
}

.social-icons--buttons a {
	width: auto;
	height: 34px;
	line-height: 34px;
	padding: 0 16px;
	margin-right: 5px;
	color: #fff;
	font-family: "Karla", sans-serif;
	font-size: 14px;
	border-radius: 5px;
}

.social-icons--buttons a i {
	margin-right: 5px;
}

.social-icons__facebook {
	background-color: #3a579a !important;
}

.social-icons__twitter {
	background-color: #00abf0 !important;
}

.rounded a {
	border-radius: 50%;
}

.footer{
	background: #4b4b4b;
	padding: 20px 0;
}


.Lnav{
	position: fixed;
	left:43px ;
	top: 300px;
	background: white;
	width: 87px;
	padding: 0 10px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #646464;
}
.Lnav span{
	display: block;
	text-align: center;
	color: #666666;
	font-size: 16px;
	line-height: 35px;
}
.Lnav li{
	border-bottom: solid 1px #dcdcdc;
	margin: 15px 0;
}
.L01{
	position: relative;
}
.L03{
	position: absolute;
	top: 0;
	left: 87px;
	width: 286px;
	height: 80px;
	display: none;
}
.L01:hover .L03{
	display: block;
	
}