@charset "utf-8";

.layui-table-header {
	margin-right: -1px;
}

.main-header {
	font-size: 14px;
	width: 100%;
	position: fixed;
	background: #fff;
	z-index: 998;
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.main-header .navbar {
	position: relative;
	transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	height: 0;
	right: 0;
	left: 0;
	z-index: 1030;
	margin-bottom: 0;

}

.main-header.navbar-fixed-top {
	position: fixed;
	top: 0;
}

.main-header.is-sticky {
	background: #fff;
}

/* .main-header.is-sticky .navbar-inner {
	background: #fff;
} */

.main-header .navbar-inner {
	width: 100%;
	background: #fff;
}

.main-header .navbar-inner:hover {
	background: #fff;
}

.main-header .header-logo {
	position: relative;
	width: auto;

	display: block;
	padding: 20px 0;

	text-align: center;

	z-index: 2000;
	color: #DD3D55;


}

.main-header .header-logo img {
	display: block;
	height: 50px;
	margin: 0 auto;
}

.main-header .navbar-inner .header-logo {
	position: absolute;
	width: auto;
	height: 40px;
	display: block;
	padding: 14px 0;
	top: 0;
	text-align: center;
	line-height: 40px;
	z-index: 2000;
	color: #DD3D55;
	font-size: bold;
	transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;

}

.main-header .navbar-inner .header-logo img {
	display: block;
	height: 40px;
}

.main-header .navbar-inner {
	z-index: 10;
	border: none;
	margin: 0 auto;

}

.main-header .navbar-inner:hover .header-logo {
	top: 0;
	opacity: 1
}

.main-header .main-menu {
	float: left;
}

/* .navbar-inner .container {
	padding: 0;
	width: 1180px;
	margin: 0 auto;
}
 */
.main-header .nav {
	text-align: left;

	/* margin-left: 200px; */
	position: relative;
	/* left: 0; */
	display: block;
	float: left;

}


.main-header .nav .menu-item {
	height: 50px;
	float: none;
	display: inline-block;
	position: relative;
}

.main-header .nav .menu-item .link-a {
	color: #000000;
	display: block;
	padding: 18px 20px;
	line-height: 14px;
	font-weight: 600;
	text-shadow: none;
	/* border-right: #574a53 1px solid */
}

/*.main-header .nav .menu-item:last-child .link-a {
	border-right: none;
	padding-right: 0;
}

 .main-header .nav .menu-item:first-child {
	background: url("../images/icon/logodiv.png") no-repeat center left;
} */
.main-header .nav .menu-item:first-child .link-a {
	color: #DD3D55;
}

.main-header .nav>.active>.link-a,
.main-header .nav>.active>.link-a:hover,
.main-header .nav>.active>.link-a:focus {
	background: 0 0;
	box-shadow: none;
	color: #000 !important;
	height: 100%;
	transition: all .3s ease-out 0s
}

.main-header .nav .menu-item .link-a:focus {
	color: #777
}

.main-header .nav .menu-item .link-a:hover {
	color: #000;
	text-decoration: none;
	height: 100%;
	transition: all .3s ease-out 0s
}

.main-header .nav .menu-item .link-a .icon-down {
	width: 14px;
	margin-left: 4px;
}

.main-header .nav .menu-item:hover .icon-down {
	color: #000;
	transform: rotate(180deg);
}

.main-header .nav .menu-item .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	text-align: left;
	display: none;
	float: left;
	min-width: 160px;
	/* padding: 5px 0; */
	margin-top: 0;
	list-style: none;
	background-color: #fff;
	margin-left: 0;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.main-header .nav .menu-item:hover .dropdown-menu {
	display: block;
}

.main-header .nav .menu-item .dropdown-menu .sub-item {}

.main-header .nav .menu-item .dropdown-menu .sub-item a {
	border-bottom: 1px solid #f4f4f4;
	text-transform: none;
	text-transform: uppercase;
	font-size: 13px;
	display: block;
	padding: 9px 20px;
	clear: both;
	line-height: 20px;
	color: #000;
	
	white-space: nowrap;
}

.main-header .nav .menu-item .dropdown-menu .sub-item:hover a {
	background: #ecf0fb;


	height: 100%;
	transition: all .3s ease-out 0s
}

/* 菜单右边 */
.main-header .toprightmenu {
	float: right;

}

.main-header .toprightmenu .item {
	display: inline-block;
	height: 50px;
	position: relative;
}

.main-header .toprightmenu .item .link-a .icon {
	width: 28px;
	height: 25px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
}

.main-header .toprightmenu .item .link-a span {
	margin-left: 20px;
	font-weight: bold;
}

.main-header .toprightmenu .item .link-a {
	color: #000000;
	display: block;

	padding: 18px 16px;
	/* margin: 28px 0 23px 0; */
	line-height: 14px;
	font-weight: 600;
	text-shadow: none;
	/* border-right: #574a53 1px solid */
}

.main-header .toprightmenu .item:last-child .link-a {
	border-right: none;
	padding-right: 0;
}

.main-header .toprightmenu .link-a .icon-down {
	width: 14px;
	margin-left: 4px;
}

.main-header .toprightmenu .item .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	text-align: left;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin-top: 0;
	list-style: none;
	background-color: #fff;
	margin-left: 0;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.main-header .toprightmenu .item:hover .sub-menu {
	display: block;
}

.main-header .toprightmenu .item .sub-item {
	padding: 0 20px;
}

.main-header .toprightmenu .item .sub-item a {
	border-bottom: 1px solid #f4f4f4;
	text-transform: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	display: block;
	padding: 9px 0px;
	clear: both;
	line-height: 20px;
	color: rgba(0, 0, 0, .6);
	white-space: nowrap;
}

.main-header .toprightmenu .item .sub-item a:hover {
	color: #000;
	text-decoration: none;
	height: 100%;
	transition: all .3s ease-out 0s
}

/* 手机端菜单 */

/* 移动端菜单按钮 */
.main-header .menubtn {
	display: none;
	float: right;
	width: 62px;
	height: 62px;
}

.main-header .header-burger {
	width: 20px;
	height: 16px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);

}

.main-header .header-burger span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 2px;
	background-color: #000;
}

.main-header .header-burger:after {
	width: 100%;
	height: 2px;
	background-color: #000;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	transition: all .3s ease
}

.main-header .header-burger:before {
	transition: all .3s ease;
	width: 100%;
	height: 2px;
	background-color: #000;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0
}

.main-header .header-burger.active span {
	display: none
}

.main-header .header-burger.active:after {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg)
}

.main-header .header-burger.active:before {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	bottom: auto
}

/* 语言 */
.main-header .header-lang {
	float: right;
	display: none;
	padding: 0 20px;
	/* margin-right: 10px; */
	position: relative;
}


.main-header .header-lang .link-a {
	color: #000;
	display: block;
	height: 62px;
	line-height: 62px;
	text-shadow: none;
}

.main-header .header-lang .link-a .icon-down {
	width: 14px;
	margin-left: 4px;
}

.main-header .header-lang .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 999;
	text-align: left;
	display: none;
	list-style: none;
	background-color: #fff;
	min-width: 126px;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.main-header .header-lang.active .sub-menu {
	display: block;
}

.main-header .header-lang .sub-item {
	padding: 0 20px;
}

.main-header .header-lang .sub-item a {
	border-bottom: 1px solid #f4f4f4;
	text-transform: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	display: block;
	padding: 9px 0px;
	clear: both;
	line-height: 20px;
	color: rgba(0, 0, 0, .6);
	white-space: nowrap;
}

.main-header .header-lang .sub-item a:hover {
	color: #000;
	text-decoration: none;
	height: 100%;
	transition: all .3s ease-out 0s
}

/* 手机端弹窗 */
.shiftnav {
	width: 280px;
	height: 100%;
	background: #fff;
	color: #000;
	-webkit-overflow-scrolling: touch;
	position: fixed;
	z-index: 997;
	top: 0;
	right: 0;
	padding-top: 62px;
	overflow-y: auto;
	overflow-x: hidden;
	display: none;
	opacity: 0;
	transform: translate(100%);
	transition: all .3s ease;
}

.shiftnav.active {
	opacity: 1;
	transform: translate(0);
	pointer-events: all;
}

.shiftnav:after {
	content: ' ';
	display: block;
	position: absolute;
	left: -15px;
	right: auto;
	top: 0;
	height: 100%;
	width: 15px;
	background: 0 0;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	-ms-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	-o-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	z-index: 10000
}

.shiftnav .wrap {
	width: 100%;
	min-height: 100%;
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start
}


.shiftnav .wrap .my_top {
	position: relative;
	width: 100%;
	padding: 16px 25px;

}

.shiftnav .wrap .my_top_photo {
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	overflow: hidden;
	box-sizing: border-box;
	font-size: 0;
}

.shiftnav .wrap .my_top_photo .img {
	width: 100%;
	height: 100%;
	padding: 6px;
	background: #f4f4f4;
	border-radius: 50%;
}

.shiftnav .wrap .my_top_data {
	margin-left: 10px;
	line-height: 18px;
}

.shiftnav .wrap .my_top_data .txt {
	font-size: 16px;
	color: #000;
}

/* 菜单 */
.shiftnav .nav {
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
}


.shiftnav .nav .menu-item {
	position: relative;
}


.shiftnav .nav .menu-item .link-a {
	padding: 12px 25px;
	padding-right: 15px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	/* border-bottom: 1px solid #f4f4f4; */
	border-top: 1px solid #f4f4f4;
	1px rgba(0, 0, 0, .5);
}

.shiftnav .nav .menu-item.active .link-a {
	/* background: #f4f4f4; */
}


.shiftnav .nav .menu-item em {
	display: inline-block;
	float: right;
	margin-top: 5px;
	width: 6px;
	height: 6px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	transform: rotate(-45deg);
	transition: all .2s;
}

.shiftnav .nav .menu-item.active .link-a em {
	border-color: #000;
	transform: rotate(135deg);
	vertical-align: 0
}

.shiftnav .nav .menu-item .dropdown-menu {
	display: none;
	position: relative;
	text-align: left;
	list-style: none;
	color: #ccc;
	background: #f4f4f4;
	/* box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1); */
}

.shiftnav .nav .menu-item.active .dropdown-menu {
	display: block;
}

.shiftnav .nav .menu-item .dropdown-menu .sub-item {
	border-top: 1px solid #f4f4f4;
	/* text-shadow: 0 1px 1px rgba(0, 0, 0, .5); */
}

.shiftnav .nav .menu-item .dropdown-menu .sub-item.active a {

	color: #000;
}

.shiftnav .nav .menu-item .dropdown-menu .sub-item a {
	padding: 12px 25px;
	display: block;
	color: rgba(0, 0, 0, .6);
}

.shiftnav .menu-b {
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin-top: auto;
	padding: 25px;
}

.shiftnav .menu-b .m-btn {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	background-color: #f1bb0c;
	min-height: 40px;
	padding: 14px 30px;
	border-radius: 100px;
	transition: all .3s ease;
	text-decoration: none;
	font-weight: 700;
	font-size: 15px;
	color: #070708;
	text-align: center;
	line-height: 1;
	outline: none;
	cursor: pointer;
	border: none
}

.shiftnav .menu-b .m-btn:hover {
	background-color: #ffd039
}

.shiftnav .menu-b .m-btn.btn-login {
	width: 100%;
	background-color: transparent;
	border: 1px solid #000;
	color: #000;
}

/*--------------------------------------------------------------
# 底部
--------------------------------------------------------------*/
.footer {
	width: 100%;
	padding-top: 65px;
	padding-bottom: 20px;
	position: relative;
	display: block;
	background-color: #fff;
	z-index: 1;
	overflow: hidden;
	border-top: 1px solid #f4f4f4;
}

.footer:before {
	z-index: -2;
	pointer-events: none;
	width: 1088px;
	height: 100%;
	position: absolute;
	bottom: 0;
	right: 45%;
	content: "";
	background-image: url(../images/bg/footerbg.png);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-size: 150% 150%;
}

.footer .footerbox {
	padding: 0 14px;
}

.footer .footer_L {
	float: left;
}

.footer .footer_R {
	float: right;
}

.footer .footer-logo {
	margin-bottom: 30px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	max-width: 150px;
	width: 100%;
	text-decoration: none;
	cursor: pointer;
}

.footer .footer-logo img {
	width: 100%;
}


.footer .footer-menu {

	margin-bottom: 22px;
	margin-right: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
}

.footer .footer-menu a {
	font-weight: 700;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	transition: all .3s ease;
	cursor: pointer;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px
}

.footer .footer-menu a:first-child {
	margin-left: 0
}

.footer .footer-menu a:hover,
.footer .footer-menu a.active {
	color: #000;
}

.footer-title {
	font-weight: 600;
	font-size: 16px;
	color: #000;
	line-height: 1.57;
	margin-bottom: 40px
}

.footer-soc {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 20px
}

.footer-soc a {
	margin-right: 20px;
	margin-bottom: 20px;
	width: 42px;
	height: 42px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid #f4f4f4;
	transition: all .3s ease;
	text-decoration: none;
	cursor: pointer
}

.footer-soc a img {
	width: 100%;
}

.footer-contact {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 36px
}

.footer-contact p {
	font-weight: 400;
	font-size: 14px;
	color: #000;
	line-height: 1.57;
	margin-bottom: 20px
}

.footer-contact p a {
	font-weight: 400;
	font-size: 14px;
	color: #000;
	line-height: 1.57;
	margin-bottom: 24px
}

.footer-contact p a.tel {
	padding-right: 15px;
	border-right: 1px solid rgb(204, 204, 204);
}

.footer-contact p a.email {
	padding-left: 15px;
}

.footer .footer-logo.shou-show {
	display: none;
}

.footer .footer-logo.pc-show {
	display: block;
}

@media only screen and (max-width: 1300px) {
	/* 	.navbar-inner .container {
		width: 920px
	} */
}

@media only screen and (max-width: 1024px) {
	.main-header .header-burger {
		display: block;
	}

	/* .navbar-inner .container {
		width: 100%
	} */

	.main-header .header-logo {
		position: relative;
		float: left;
		padding: 16px;
	}

	.main-header .header-logo img {
		display: block;
		height: 30px;
		margin: 0 auto;
	}

	.main-header .navbar-inner .header-logo {
		width: auto;
		background-color: transparent;
		display: block;
		padding: 15px 0;
		margin-left: 10px;
		height: 62px;
	}

	.main-header .navbar-inner .header-logo img {
		display: block;
		height: 32px;
	}

	/*  */

	.main-header .header-lang {
		display: block;
	}

	/*  */
	.main-header .toprightmenu {
		display: none;
	}

	/* 菜单 */
	.main-header .navbar-inner {}


	.main-header .main-menu {
		display: none;
	}

	/* 移动端菜单按钮 */
	.main-header .menubtn {
		display: block;
	}

	.shiftnav {
		display: block;
	}

	.footer .footer-logo.shou-show {
		display: block;
	}

	.footer .footer-logo.pc-show {
		display: none;
	}

	.footer .footer_L {
		float: none;
	}

	.footer .footer_R {
		float: none;
	}

}

@media only screen and (max-width: 767px) {
	.footer:before {
		height: 1099px;
		background-image: url(../images/bg/footerbg.png);
		background-position: 0 100%;
		background-size: auto;
	}
}

@media only screen and (max-width: 479px) {}