﻿@charset "utf-8";
.lodding_box{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	background: #fec222;
	/*display: none;*/
}


.circleProgress_wrapper{
  	width: 308px;
  	height: 395px;
  	position: absolute;
  	left: 50%;
  	top: 50%;
  	-webkit-transform: translate(-50%,-50%);
  	-moz-transform: translate(-50%,-50%);
  	-o-transform: translate(-50%,-50%);
  	transform: translate(-50%,-50%);
}
.wrapper{
  	width: 200px;
  	height: 400px;
  	position: absolute;
  	top:0;
  	overflow: hidden;
}
.right{
  	right:0;
}
.left{
  	left:0;
}
.circleProgress{
  	width: 308px;
	height: 395px;
}
.rightcircle{
  	border-top:30px solid #fff;
  	border-right:30px solid #fff;
  	right:0;
  	-webkit-animation: circleProgressLoad_right 4s linear;
}
.leftcircle{
  	border-bottom:30px solid #fff;
  	border-left:30px solid #fff;
  	left:0;
  	-webkit-animation: circleProgressLoad_left 4s linear;
}
.circle_box{
	width: 308px;
	height: 395px;
	/*border:60px solid #fff;
	border-radius: 50%;
	box-sizing: border-box;*/
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../img/lodding_img.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}
.circle_box .txt{
	font-size: 18px;
	font-family: arial;
	color:#fff;
}


.circle_txt{
	text-align: center;
	margin-top: 380px;
	color:#fff;
	font-size: 14px;
}

@-webkit-keyframes circleProgressLoad_right{
  	0%{
    	-webkit-transform: rotate(-135deg);
  	}
  	50%,100%{
    	-webkit-transform: rotate(45deg);
  	}
}
@-webkit-keyframes circleProgressLoad_left{
  	0%,50%{
    	-webkit-transform: rotate(-135deg);
  	}
  	100%{
    	-webkit-transform: rotate(45deg);
  	}
}
/*三角形*/
.triangle_left {
	position: relative;
	height: 0px;
	width: 0px;
	border-top: 6px solid transparent;
	border-right: 6px solid #595757;
	border-bottom: 6px solid transparent;
}

.triangle_right {
	position: relative;
	height: 0px;
	width: 0px;
	border-top: 6px solid transparent;
	border-left: 6px solid #595757;
	border-bottom: 6px solid transparent;
}

.triangle_top {
	position: relative;
	height: 0px;
	width: 0px;
	border-left: 6px solid transparent;
	border-bottom: 6px solid #595757;
	border-right: 6px solid transparent;
}

.triangle_bottom {
	position: relative;
	height: 0px;
	width: 0px;
	border-left: 6px solid transparent;
	border-top: 6px solid #595757;
	border-right: 6px solid transparent;
}
.public_block{
	margin: 0 40px;
}

/*banner*/


/*导航条 pc*/
.header_box ~ .body{
	padding-top: 100px;
}
.header_box {
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background:#fff;
}
.header_box .header_inner {
	padding: 0 40px;
	height: 100%;
	position: relative;
}
.menus {
	width: 100%;
	height: 100%;
}
.header_box .left{
	height: 100%;
	width: 28%;
}
.header_box .right{
	height: 100%;
}
.header_box .logo_con{
	width: 129px;
	height: 41px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -65px;
	margin-top: -20px;
}
.header_box .logo{
	width: 100%;
}
.menus .menus_nav {
	position: relative;
	height: 100%;
}
.menus .menus_nav .menus_nav_txt{
	font-size: 16px;
	color: #333;
	height: 100%;
	white-space: nowrap;
}
.menus .menus_nav.on .menus_nav_txt,
.menus .menus_nav:hover .menus_nav_txt{
	color:#fec222 !important;
}
.menus .menus_nav:last-child {
	margin-right: 0;
}

.menus_nav_sf{
	width: 130px;
	background: #fff;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -65px;
	display: none;
}
.menus_nav_sf a{
	display: block;
	color: #000;
	font-size: 14px;
	line-height: 40px;
	border-top: 1px solid #e5e5e5;
	padding-left: 55px;
}
.menus_nav_sf a:hover,.menus_nav_sf a.on{
	background: #fcc80e;
	color: #fff;
}


.header_box .language_box{
	margin-right: 15px;
	border-right: 1px solid rgba(255,255,255,0.25);
}
.header_box .language{
	background: transparent;
	border: none;
	color:#333;
	font-size: 12px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	margin-left:10px;
	padding-right: 30px;
	cursor: pointer;
}
.header_box .language::-ms-expand { 
	display: none; 
}
.header_box .language option{
	background: transparent;
	color:#333;
}
.header_box .language:focus{
	outline: none;
}
.header_triangle{
	border-top: 5px solid #333;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	position: relative;
	left: -15px;
}
.header_box .search_icon{
	cursor: pointer;
}
/*导航条 移动*/

.heade {
	position: fixed;
	top: 0;
	left: 0;
	width: calc(100% - 40px);
	z-index: 999;
	background: #191818;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
}

.headr_img {
	width: 80px;
	height: 100%;
}

.headr_img .logo {
	width: 100%;
	display: block;
}

.headr_cont {
	margin-top: 18px;
	cursor: pointer;
}

.headr_cont span {
	display: block;
	width: 23px;
	height: 1px;
	background: #fff;
	margin-bottom: 6px;
}

.headr_cont span:nth-child(2) {
	width: 17px;
}

.heart {
	width: calc(100% - 40px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
}

.hea {
	position: relative;
}

.hea span {
	width: 20px;
	height: 1px;
	background: #fff;
	margin-top: 8px;
}

.hea .nm {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .2s;
	transition: all .2s;
}

.hea .vb {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all .2s;
	transition: all .2s;
	position: absolute;
	top: 0px;
}

.hea span:nth-child(2) {
	width: 20px;
}

.headr_bot {
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1000;
	background: #2f2f2f;
	height: 100%;
	display: none;
}

.liq {
	padding: 0;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: scale(1.1) translateY(-24px);
	transform: scale(1.1) translateY(-24px);
	-webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
	transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
	transition: opacity 0.35s ease-out, transform 0.35s ease-out;
	transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}
.liq .line{
	width: 1px;
	height: 15px;
	opacity: 0.2;
	background: #fff;
	margin: 0 8px 0 16px;
}
.liq .login{
	color:#fff;
	font-size: 15px;
}
.slid {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: none;
	transform: none;
}

.liq:nth-child(2) {
	-webkit-transition-delay: 100ms, 100ms;
	transition-delay: 100ms, 100ms;
}

.liq:nth-child(3) {
	-webkit-transition-delay: 180ms, 180ms;
	transition-delay: 180ms, 180ms;
}

.liq:nth-child(4) {
	-webkit-transition-delay: 260ms, 260ms;
	transition-delay: 260ms, 260ms;
}

.liq:nth-child(5) {
	-webkit-transition-delay: 320ms, 320ms;
	transition-delay: 320ms, 320ms;
}

.liq:nth-child(6) {
	-webkit-transition-delay: 400ms, 400ms;
	transition-delay: 400ms, 400ms;
}

.liq:nth-child(7) {
	-webkit-transition-delay: 480ms, 480ms;
	transition-delay: 480ms, 480ms;
}

.liq:nth-child(8) {
	-webkit-transition-delay: 560ms, 560ms;
	transition-delay: 560ms, 560ms;
}

.fort_bott {
	width: calc(100% - 40px);
	padding: 0 20px;
}

.fort_bott .li {
	width: 100%;
	border-bottom: 1px solid #404043;
}

.fort_bott .info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #fff;
}

.info h3 {
	font-size: 15px;
	padding-top: 15px;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-bottom: 15px;
	color: rgba(255, 255, 255, 1);
	width: 50%;
}

.info h3 a {
	width: 100%;
	display: inline-block;
	color: #fff;
}

.inf_img>img {
	margin-top: 122%;
}

.foyu_opi2 {
	display: none;
}

.foty_over a {
	color: rgba(255, 255, 255, 0.8);
	width: 100%;
	display: inline-block;
	padding-left: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	line-height: 40px;
	font-size: 14px;
}

.foty_over a:hover {
	color: #de1e31;
}

.inko p a {
	color: rgba(255, 255, 255, 0.7);
	font-size: 16px;
}

.img_disp2 {
	display: block;
}

.img_disp3 {
	display: none;
}

.y_ov a:last-child {
	border-bottom: none;
}


/*脚部*/
.footer_box{
	background: #f4f4f4;
	width: 100%;
	padding-bottom: 50px;
}
.footer_box .footer_inner{
	margin: 0 40px;
	height: 100%;
}
.footer_box .footer_1{
	width: 100%;
	position: relative;
	height: 78%;
}
.footer_box .footer_1 .left{
	width: 55%;  
}
.footer_box .footer_list{
	padding-top: 70px;
	width: 90%;
}
.footer_box .footer_list .footer_nav_title{
	line-height: 1;
	font-size: 15px;
}
.footer_box .footer_list .footer_nav_inner{
	padding-top: 30px;
	line-height: 1;
}
.footer_box .footer_list .footer_nav_txt{
	font-size: 14px;
	opacity: 0.5;
	color:#000000;
	display: block;
	margin-bottom: 20px;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
	left: 0;
	position: relative;
}
.footer_box .footer_list .footer_nav_txt:last-child{
	margin-bottom: 0;
}
.footer_box .footer_list .footer_nav_txt:hover{
	color:#fcc80e;
	left: -10px;
	opacity: 1;
}
.footer_box .footer_1 .right{
	width: 35%;
	border-left: 1px solid #e0e0e0;
	box-sizing: border-box;
}
.footer_box .right_inner{
	width: 90%;
	float: right;
}
.footer_box .footer_2_1{
	font-size: 15px;
}
.footer_box .footer_2_2{
	font-size: 18px;
	margin-top: 10px;
}
.footer_box .footer_2_3{
	font-size: 15px;
	line-height: 24px;
	margin-top: 10px;
	color:#000000;
	opacity: 0.5;
}
.footer_box .footer_3_1{
	font-size: 18px;
	line-height: 1;
	margin-top: 30px;
}
.footer_box .footer_3_2{
	font-size: 15px;
	line-height: 24px;
	color:#000000;
	opacity: 0.5;
	margin-top: 10px;
}

.footer_box .footer_4{
	font-size: 14px;
	line-height: 1;
	margin-top: 30px;
	padding-bottom: 30px;
}
.footer_box .footer_4_1{
	position: relative;
	width: 19%;
}
.footer_box .footer_4_1 .qr_img{
  	border-radius: 4px;
  	width: 100%;
  	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
.footer_box .footer_4_1 .txt{
	font-size: 15px;
	text-align: center;
	padding-top: 10px;
}
.footer_box .footer_2{
	padding-top: 70px;
}

.footer_box .footer_bottom{
	border-top: 1px solid #e0e0e0;
	line-height: 1;
	text-align: center;
	color:#9f9f9f;
	height: 22%;
	font-size: 14px;
}
.footer_box .footer_bottom .txt{
	padding-top:2.2% ;
}
/*页码*/
.page_number_con {
	width: 100%;
	height: 30px;
	font-size: 14px;
}
.page_number_con .page_number {
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	text-align: center;
	line-height: 30px;
	display: block;
	color: #333;
	margin-right: 20px;
	font-size: 12px;
	border-radius: 50%;
}
.page_number_con .page_number_hover{
	width: auto;
}
.page_number_con .gonum{
	text-align: center;
	margin:0 10px;
	box-sizing: border-box;
	height: 30px;
	width: 30px !important;
}
.page_number_con .btngo{
	height: 30px;
	margin-left: 10px;
	line-height: 30px;
	padding:0 10px;
	font-size: 12px;
}
.page_number_con .page_number.page_dian {
	border: none;
}

.page_number_con .page_number.active {
	background: #dcb26a;
	color: #fff;
}

.page_number_con .page_number:not(.page_number_hover):hover {
	background: #dcb26a;
	color: #fff;
}

.page_number_con .page_number:last-child {
	margin-right: 0;
}

.page_number_con .page_number_inner {
	width: 100%;
	height: 100%;
}


/*公众样式*/
/*@font-face {
	font-family: PingFangSC-Semibold;
	src: url("../fonts/PingFangSC-Semibold.ttf") format('truetype');
	font-style: normal;
	font-display: swap;
}*/

@font-face {
	font-family: Accidental-Presidency;
	src: url("../fonts/Accidental-Presidency.ttf") format('truetype');
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: HelveticaNeueLTPro;
	src: url("../fonts/HELVETICANEUELTPRO-BDCN_0.OTF") format('truetype');
	font-style: normal;
	font-display: swap;
}
.font_semibold{
	font-family: PingFangSC-Semibold,Microsoft YaHei;
}
.font_a_p{
	font-family: Accidental-Presidency,PingFangSC-Semibold,Microsoft YaHei;
}
.font_h{
	font-family: HelveticaNeueLTPro,PingFangSC-Regular,Microsoft YaHei;
}
.font_weight{
	font-weight: bold;
}
input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none;
}

input[type=number] {
	-moz-appearance: textfield;
	padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

img {
	display: block;
　　-moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

a {
	color: #444444;
	text-decoration: none;
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none;
}

a:hover {
	color: #fec222;
	text-decoration: none;
	transition: 0.3s all;
}
body {
	color: #333;
	padding: 0;
	margin: 0;
	font-family: PingFangSC-Regular,Microsoft YaHei, arial;
	font-size: 16px;
	-webkit-tap-highlight-color:transparent;
	-webkit-overflow-scrolling: touch;
}

.body {
	position: relative;
	z-index: 2;
}

.body_content {
	width: 73%;
	margin: auto;
	position: relative;
}

.pc_screen {
	display: block !important;
}

.mobile_screen {
	display: none !important;
}
.display_block{
	display: block !important;
}

.display_none {
	display: none !important;
}
.font_weight {
	font-weight: bold;
}

.color_fff {
	color: #fff !important;
}

.color_main {
	color: #fec222 !important;
}

.color_bg_main {
	color: #fff !important;
	background: #fec222 !important;
}

.color_gray {
	color: #808080 !important;
}
.color_333 {
	color: #333 !important;
}
.color_666 {
	color: #666 !important;
}
.color_999 {
	color: #999 !important;
}


/*文字超出隐藏*/

.text_hidden {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.two_hidden {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.three_hidden {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.four_hidden {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.six_hidden {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}

.seven_hidden {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
}


/*文字倾斜*/

.text_italic {
	font-style: italic;
}


/*flex*/

.d_flex {
	display: -webkit-box;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: -webkit-flex;
	display: flex;
}

.flex_wrap {
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.j_start {
	-o-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.j_center {
	-o-justify-content: center;
	-ms-justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.j_between {
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.j_space_around {
	-o-justify-content: space-around;
	-ms-justify-content: space-around;
	-moz-justify-content: space-around;
	-webkit-justify-content: space-around;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.j_end{
	-o-justify-content:flex-end;
	-ms-justify-content:flex-end;
	-moz-justify-content:flex-end;
	-webkit-justify-content:flex-end;
	justify-content:flex-end;
}

.a_center {
	-o-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.a_end {
	-o-align-items: flex-end;
	-ms-align-items: flex-end;
	-moz-align-items: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.row_column{
	-o-flex-direction: row-reverse; 
	-ms-flex-direction: row-reverse; 
	-moz-flex-direction: row-reverse; 
	-webkit-flex-direction: row-reverse; 
 	flex-direction: row-reverse; 
}
.flex_column{
	-o-flex-direction: column;
	-ms-flex-direction: column;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}

/*浮动*/

.float_left {
	float: left !important;
}

.float_right {
	float: right !important;
}


/*响应式适配*/
@media screen and (max-width: 1861px) {
	
}
@media screen and (max-width: 1681px) {
	.footer_box .footer_1{
		height: 85%;
	}
	
	
}
@media screen and (max-width: 1450px) {
	.footer_box .footer_list,
	.footer_box .footer_2{
		padding-top: 40px;
	}
	.footer_box .footer_3_1{
		margin-top: 20px;
	}
	.footer_box .footer_4{
		margin-top: 40px;
	}
}
@media screen and (max-width: 1335px) {
	.footer_box .footer_list,
	.footer_box .footer_2{
		padding-top: 30px;
	}
	.footer_box .footer_4{
		margin-top: 20px;
	}
	.footer_box .right_inner{
		width: 90%;
	}
	.header_box .left {
	    width: 35%;
	}
	.menus .menus_nav .menus_nav_txt{
		font-size: 15px;
	}
	.footer_box .footer_1{
		height: 85%;
	}
	.product .swiper1 > .swiper-wrapper > .swiper-slide:nth-child(8) {
	    height: 82% !important;
	}
	.index .swiper1 > .swiper-wrapper > .swiper-slide:nth-child(6) {
	    height: 82% !important;
	}
	
	
}
@media screen and (max-width: 1200px) {
	.pc_screen {
		display: none !important;
	}
	.mobile_screen {
		display: block !important;
	}

	.header_box ~ .body {
	    padding-top: 50px;
	}
	.circleProgress_wrapper{
	  	width: 260px;
	  	height: 333px;
	}
	.wrapper{
	  	width: 130px;
	  	height: 260px;
	}
	.circleProgress{
	  	width: 260px;
	  	height: 333px;
	}
	.rightcircle{
	  	border-top:20px solid #fff;
	  	border-right:20px solid #fff;
	  	right:0;
	  	-webkit-animation: circleProgressLoad_right 4s linear;
	}
	.leftcircle{
	  	border-bottom:20px solid #fff;
	  	border-left:20px solid #fff;
	  	left:0;
	  	-webkit-animation: circleProgressLoad_left 4s linear;
	}
	.circle_box{
		width: 260px;
		height: 333px;
	}
	.circle_txt{
		margin-top: 320px;
	}
	.footer_box{
		padding-bottom: 0;
	}
	.footer_box .footer_4 {
	    padding-bottom: 0;
	}
	.footer_box .footer_1{
		display: block;
		height: auto;
		overflow: hidden;
		padding-bottom: 20px;
	}
	.footer_box .footer_inner{
		margin: 0 20px;
	}
	.footer_box .footer_1 .left,
	.footer_box .footer_list{
		width: 100%;
		display: block;
	}
	.footer_box .footer_list .footer_nav_title{
		float: left;
	}
	.footer_box .footer_list .footer_nav_txt{
		float: left;
	}
	.footer_box .footer_list .footer_nav_inner{
		overflow: hidden;
		padding-top: 0;
	}
	.footer_box .footer_1 .right{
		width: 100%;
	}
	.footer_box .right_inner{
		width: 100%;
	}
	.footer_box .footer_list .footer_nav_title{
		font-size: 14px;
	}
	.footer_box .footer_list .footer_nav_txt{
		font-size: 12px;
		margin-left: 10px;
	}
	.footer_box .footer_2_2 {
	    font-size: 20px;
	    margin-top: 10px;
	}
	.footer_box .footer_2_1 {
	    font-size: 14px;
	    margin-top: 0;
	}
	.footer_box .footer_2_3 {
	    font-size: 12px;
	    line-height: 18px;
	    margin-top: 5px;
	}
	.footer_box .footer_3_1{
		font-size: 20px;
		line-height: 1;
	}
	.footer_box .footer_3_2{
		margin-top: 5px;
	    font-size: 12px;
	}
	.footer_box .footer_bottom {
	    height: auto;
	    font-size: 12px;
	    line-height: 16px;
	}
	.footer_box .footer_bottom .txt{
		padding-top:10px ;
		padding-bottom: 10px;
	}
	.footer_box .footer_nav{
		overflow: hidden;
	}
	.footer_box .footer_list .footer_nav_txt{
		margin-bottom: 15px;
	}
	.footer_box .footer_nav:first-child{
		margin-bottom: 15px;
	}
	.footer_box .footer_4_1 .txt{
		font-size: 12px;
	}
	.menus_nav_sf{
		display: none !important;
	}
}
@media screen and (max-width: 1100px) {

}
@media screen and (max-width: 1000px) {

}
@media screen and (max-width: 768px) {
	
}
@media screen and (max-width: 500px) {

}
@media screen and (max-width: 330px) {

}