:root {
	--wj-blue: #ed6d20;
	--wj-indigo: #6610f2;
	--wj-purple: #6f42c1;
	--wj-pink: #d63384;
	--wj-red: #dc3545;
	--wj-orange: #fd7e14;
	--wj-yellow: #ffc107;
	--wj-green: #198754;
	--wj-teal: #20c997;
	--wj-cyan: #0dcaf0;
	--wj-white: #fff;
	--wj-gray: #6c757d;
	--wj-gray-dark: #343a40;
	--wj-primary: #0d6efd;
	--wj-secondary: #6c757d;
	--wj-success: #198754;
	--wj-info: #0dcaf0;
	--wj-warning: #ffc107;
	--wj-danger: #dc3545;
	--wj-light: #f8f9fa;
	--wj-dark: #212529;
	--wj-yellow-light: #FFFAF8;
	--wj-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--wj-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--wj-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

::-webkit-input-placeholder {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

:-moz-placeholder {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

::-moz-placeholder {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

:-ms-input-placeholder {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.tr {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.tr2 {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.tr3 {
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
}

input,
button,
textarea,
.swiper-pagination span,
.swiper-button {
	outline: none !important;
}

.bg-white {
	background: #fff;
}

.m-0 {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.mt-0 {
	margin-top: 0px !important;
}

.mr-0 {
	margin-right: 0px !important;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.ml-0 {
	margin-left: 0px !important;
}

.mx-0 {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.my-0 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.p-0 {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.pt-0 {
	padding-top: 0px !important;
}

.pr-0 {
	padding-right: 0px !important;
}

.pb-0 {
	padding-bottom: 0px !important;
}

.pl-0 {
	padding-left: 0px !important;
}

.px-0 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.py-0 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.m-1 {
	margin-top: 5px !important;
	margin-right: 5px !important;
	margin-bottom: 5px !important;
	margin-left: 5px !important;
}

.mt-1 {
	margin-top: 5px !important;
}

.mr-1 {
	margin-right: 5px !important;
}

.mb-1 {
	margin-bottom: 5px !important;
}

.ml-1 {
	margin-left: 5px !important;
}

.mx-1 {
	margin-left: 5px !important;
	margin-right: 5px !important;
}

.my-1 {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

.p-1 {
	padding-top: 5px !important;
	padding-right: 5px !important;
	padding-bottom: 5px !important;
	padding-left: 5px !important;
}

.pt-1 {
	padding-top: 5px !important;
}

.pr-1 {
	padding-right: 5px !important;
}

.pb-1 {
	padding-bottom: 5px !important;
}

.pl-1 {
	padding-left: 5px !important;
}

.px-1 {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.py-1 {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.m-2 {
	margin-top: 10px !important;
	margin-right: 10px !important;
	margin-bottom: 10px !important;
	margin-left: 10px !important;
}

.mt-2 {
	margin-top: 10px !important;
}

.mr-2 {
	margin-right: 10px !important;
}

.mb-2 {
	margin-bottom: 10px !important;
}

.ml-2 {
	margin-left: 10px !important;
}

.mx-2 {
	margin-left: 10px !important;
	margin-right: 10px !important;
}

.my-2 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.p-2 {
	padding-top: 10px !important;
	padding-right: 10px !important;
	padding-bottom: 10px !important;
	padding-left: 10px !important;
}

.pt-2 {
	padding-top: 10px !important;
}

.pr-2 {
	padding-right: 10px !important;
}

.pb-2 {
	padding-bottom: 10px !important;
}

.pl-2 {
	padding-left: 10px !important;
}

.px-2 {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.py-2 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.m-3 {
	margin-top: 15px !important;
	margin-right: 15px !important;
	margin-bottom: 15px !important;
	margin-left: 15px !important;
}

.mt-3 {
	margin-top: 15px !important;
}

.mr-3 {
	margin-right: 15px !important;
}

.mb-3 {
	margin-bottom: 15px !important;
}

.ml-3 {
	margin-left: 15px !important;
}

.mx-3 {
	margin-left: 15px !important;
	margin-right: 15px !important;
}

.my-3 {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

.p-3 {
	padding-top: 15px !important;
	padding-right: 15px !important;
	padding-bottom: 15px !important;
	padding-left: 15px !important;
}

.pt-3 {
	padding-top: 15px !important;
}

.pr-3 {
	padding-right: 15px !important;
}

.pb-3 {
	padding-bottom: 15px !important;
}

.pl-3 {
	padding-left: 15px !important;
}

.px-3 {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.py-3 {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.m-4 {
	margin-top: 20px !important;
	margin-right: 20px !important;
	margin-bottom: 20px !important;
	margin-left: 20px !important;
}

.mt-4 {
	margin-top: 20px !important;
}

.mr-4 {
	margin-right: 20px !important;
}

.mb-4 {
	margin-bottom: 20px !important;
}

.ml-4 {
	margin-left: 20px !important;
}

.mx-4 {
	margin-left: 20px !important;
	margin-right: 20px !important;
}

.my-4 {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.p-4 {
	padding-top: 20px !important;
	padding-right: 20px !important;
	padding-bottom: 20px !important;
	padding-left: 20px !important;
}

.pt-4 {
	padding-top: 20px !important;
}

.pr-4 {
	padding-right: 20px !important;
}

.pb-4 {
	padding-bottom: 20px !important;
}

.pl-4 {
	padding-left: 20px !important;
}

.px-4 {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.py-4 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.text-bold {
	font-weight: bold !important;
}

.text-blue {
	color: #ed6d20 !important;
}

.text-lg {
	font-size: 24px;
}

.text-df {
	font-size: 18px;
}

.text-sm {
	font-size: 16px;
}

.text-xs {
	font-size: 14px;
}

.mx-auto {
	margin: 0 auto !important;
	float: none !important;
}

.my-auto-parent {
	position: relative !important;
}

.my-auto {
	position: absolute !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
}

@font-face {
	font-family: 'altedin';
	src: url('/assets/addons/cms/fonts/Alte DIN 1451 Mittelschrift.ttf') format('truetype');
}

@font-face {
	font-family: 'nexa';
	src: url('/assets/addons/cms/css/@/static/font/nexa.otf') format('truetype');
}

@font-face {
	font-family: 'nexa-b';
	src: url('/assets/addons/cms/css/@/static/font/nexa-b.otf') format('truetype');
}

.altedinfont {
	font-family: 'altedin';
}

.nexafont {
	font-family: 'nexa';
}

.nexafontb {
	font-family: 'nexa-b';
}

html,
body {
	height: 100%;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
	-webkit-text-size-adjust: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	background: #fff;
	font-size: 14px;
	color: #616161;
}

body {
	padding-top: 70px;
}

a {
	color: #555;
}

a:hover,
a:focus {
	color: #ed6d20;
	text-decoration: none;
}

a.primary-link {
	color: #ed6d20;
}

.btn-primary {
	color: #fff;
	background-color: #ed6d20;
	border-color: #ed6d20;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus {
	color: #fff;
	background-color: #0897c4;
	border-color: #0897c4;
}

.btn-gray {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-gray:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5;
}

.btn-light {
	color: #ed6d20;
	background: #b3d7ff;
	border-color: transparent;
}

.btn-light:hover {
	color: #fff;
	background-color: #ed6d20;
	border-color: #ed6d20;
}

.label-primary {
	color: #fff;
	background-color: #ed6d20;
	border-color: #ed6d20;
}

.btn-outline-primary {
	color: #ed6d20;
	background-color: transparent;
	background-image: none;
	border-color: #ed6d20;
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #ed6d20;
	border-color: #ed6d20;
}

.btn-lg {
	-webkit-border-radius: 3px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 3px;
	-moz-background-clip: padding;
	border-radius: 3px;
	background-clip: padding-box;
}

/* 
.wow {
	visibility: hidden;
}
 */
.navbar-inverse .navbar-nav>li>a {
	color: #caced2;
}

.skin-white {
	padding-top: 150px;
}

.navbar-white {
	background-color: #fff;
	border-color: #fff;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
}

.navbar-white .dropdown-menu {
	border-radius: 5px;
	-webkit-box-shadow: 0px 20px 30px rgba(83, 88, 93, 0.05), 0px 0px 30px rgba(83, 88, 93, 0.1);
	-moz-box-shadow: 0px 20px 30px rgba(83, 88, 93, 0.05), 0px 0px 30px rgba(83, 88, 93, 0.1);
	box-shadow: 0px 20px 30px rgba(83, 88, 93, 0.05), 0px 0px 30px rgba(83, 88, 93, 0.1);
}


@media (min-width: 768px) {
	.navbar-white .navbar-brand {
		height: 66px;
	}

	.navbar-white .navbar-nav>li>a {
		height: 60px;
		line-height: 40px;
		color: #000;
	}

	.navbar-white .navbar-nav>li>a:hover,
	.navbar-white .navbar-nav>li>a:focus {
		color: #ed6d20;
	}

	.navbar-white .navbar-nav>.active>a,
	.navbar-white .navbar-nav>.active>a:hover,
	.navbar-white .navbar-nav>.active>a:focus {
		background-color: inherit;
		color: #ed6d20;
	}

	.navbar-white .navbar-nav>.active>a:after,
	.navbar-white .navbar-nav>li>a:hover:after,
	.navbar-white .navbar-nav>li>a:focus:after {
		position: absolute;
		height: 2px;
		width: 25px;
		background: #ed6d20;
		bottom: 0;
		display: block;
		content: '';
		left: 50%;
		margin-left: -12.5px;
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
	}
}

@media (hover: hover) {
	.dropdown a:hover+.dropdown-menu {
		display: block;
		margin-top: 0;
	}
}

.alert-paid {
	margin: 10px 0;
	text-align: center;
}

.alert-paid a {
	color: #f39c12;
}

.navbar-inverse .navbar-nav .dropdown:hover>a {
	color: #fff;
	background-color: transparent;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: 0;
	margin-left: -1px;
	-webkit-border-radius: 3px 0 3px 3px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 3px 0 3px 3px;
	-moz-background-clip: padding;
	border-radius: 3px 0 3px 3px;
	background-clip: padding-box;
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 3px 0 3px 3px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 3px 0 3px 3px;
	-moz-background-clip: padding;
	border-radius: 3px 0 3px 3px;
	background-clip: padding-box;
}

.navbar-collapse.collapse.in .navbar-nav .dropdown-submenu .dropdown-menu>li>a {
	padding-left: 45px;
}

.navbar {
	border: none;
}

.navbar-nav li>a {
	font-size: 16px;
	color: #000000;
}

.navbar-nav li>a h5 {
	overflow: hidden;
	text-overflow: ellipsis;
}

.navbar-nav>li>a {
	font-size: 16px;
	padding: 10px 15px;
	/* font-weight: 700; */

}

.navbar-nav ul.dropdown-menu {
	border: none;
	border-radius: 4px;
	left: 0px;
}

.navbar-nav ul.dropdown-menu>li.active>a {
	color: #ed6d20;
	background-color: #f5f5f5;
}

.navbar-nav ul.dropdown-menu>li>a {
	padding: 8px 20px;
}

.navbar-brand {
	padding: 0 15px;
}

.navbar-brand>img {
	width: 460px;
	height: 66px;
}

.toast-top-center {
	top: 50px;
}

.toast-top-center>div {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/*修复nice-validator新版下的一处BUG*/
.nice-validator input,
.nice-validator select,
.nice-validator textarea,
.nice-validator [contenteditable] {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

/*修复nice-validator和summernote的编辑框冲突*/
.nice-validator .note-editor .note-editing-area .note-editable {
	display: inherit;
}

/*预览区域*/
.plupload-preview,
.faupload-preview {
	padding: 0 10px;
	margin-bottom: 0;
}

.plupload-preview li,
.faupload-preview li {
	margin-top: 5px;
	margin-bottom: 10px;
}

.plupload-preview .thumbnail,
.faupload-preview .thumbnail {
	margin-bottom: 10px;
}

.plupload-preview a,
.faupload-preview a {
	display: block;
}

.plupload-preview a:first-child,
.faupload-preview a:first-child {
	height: 90px;
}

.plupload-preview a img,
.faupload-preview a img {
	height: 80px;
	object-fit: cover;
}

#floatbtn {
	width: 50px;
	height: auto;
	position: fixed;
	top: auto;
	right: 0;
	bottom: 20%;
	left: auto;
	z-index: 80;
	/* margin-right: -640px; */
}

@media(max-width:768px) {
	#floatbtn {
		bottom: 20px;
	}
}

#floatbtn.fixed {
	position: absolute;
	bottom: 279px;
	right: 50%;
}

/* #floatbtn>a,
#floatbtn .floatbtn-item {
	cursor: pointer;
	position: relative;
	z-index: 90;
	display: block;
	margin-top: 4px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	background-color: #ed6d20;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 5px 0 0 5px;
} */

#floatbtn>a,
#floatbtn .floatbtn-item {
	cursor: pointer;
	position: relative;
	z-index: 90;
	display: block;
	margin-top: 4px;
	width: 50px;
	height: 60px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	background-color: #ed6d20;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 5px 0 0 5px;
}

#floatbtn>a.cl {
	height: 30px;
	background: rgba(0, 0, 0, .1);
	color: #ed6d20;
}

#floatbtn>a.cl:hover {
	color: #fff;
}

#floatbtn>a .floatitme,
#floatbtn .floatbtn-item .floatitme {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

#floatbtn>a .floatitme span,
#floatbtn .floatbtn-item .floatitme span {
	margin-top: 4px;
	font-size: 12px;
	line-height: 14px;
}

#floatbtn>a.hover:hover,
#floatbtn .floatbtn-item.hover:hover {
	-webkit-transition: background-color 400ms ease-out;
	-moz-transition: background-color 400ms ease-out;
	-o-transition: background-color 400ms ease-out;
	transition: background-color 400ms ease-out;
	background: #ed6d20;
	text-decoration: none;
	text-align: center;
	line-height: 20px;
	padding: 5px;
}

#floatbtn>a.hover:hover i,
#floatbtn .floatbtn-item.hover:hover i {
	display: none;
}

#floatbtn>a.hover:hover .floatitme,
#floatbtn .floatbtn-item.hover:hover .floatitme {
	display: none;
}

#floatbtn>a.hover:hover em,
#floatbtn .floatbtn-item.hover:hover em {
	display: block;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
}

#floatbtn>a em,
#floatbtn .floatbtn-item em {
	display: none;
}

/* xin S */
#floatbtn>a em,
#floatbtn .floatbtn-item em {
	height: 100%;
	line-height: 25px;
}

/* xin E */

#floatbtn>a:hover,
#floatbtn .floatbtn-item:hover {
	background: #ed6d20;
}

#floatbtn>a:hover i,
#floatbtn .floatbtn-item:hover i {
	color: #fff;
}

#floatbtn>a:hover .floatbtn-wrapper,
#floatbtn .floatbtn-item:hover .floatbtn-wrapper {
	display: block;
}

#floatbtn .iconfont2 {
	display: inline-block;
	font: normal normal normal 18px/1 iconfont2;
	font-size: inherit;
}

#floatbtn .iconfont3 {
	display: inline-block;
	font: normal normal normal 18px/1 iconfont3;
	font-size: inherit;
}

.floatbtn-wrapper {
	position: absolute;
	right: 59px;
	top: -55px;
	z-index: 120;
	display: none;
	width: 190px;
	height: 212px;
	background-color: #fff;
	border: 1px solid #eee;
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
	border-radius: 10px;
}

.floatbtn-wrapper:before {
	content: "";
	position: absolute;
	right: -12px;
	top: 0;
	height: 200px;
	width: 12px;
	background: transparent;
}

.floatbtn-wrapper:after {
	content: "";
	position: absolute;
	right: -6px;
	top: 73px;
	display: block;
	width: 0;
	height: 0;
	border-left: 6px solid #d5d5d5;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}

.floatbtn-wrapper>.qrcode {
	margin-top: 20px;
	line-height: 1;
}

.floatbtn-wrapper>.qrcode>img {
	width: 128px;
	height: 128px;
}

.floatbtn-wrapper p {
	font-size: 14px;
	line-height: 20px;
	color: #999;
}

.floatbtn-wrapper p em {
	color: #dd3067;
}

.floatbtn-share .floatbtn-wrapper:after {
	top: 18px;
}

.floatbtn-share .floatbtn-wrapper .social-share .icon-wechat .wechat-qrcode p {
	font-size: 12px;
}

.text-primary,
.text-primary:hover {
	color: #2c3e50;
}

.text-success,
.text-success:hover {
	color: #18bc9c;
}

.text-danger,
.text-danger:hover {
	color: #e74c3c;
}

.text-warning,
.text-warning:hover {
	color: #f39c12;
}

.text-info,
.text-info:hover {
	color: #3498db;
}

.well {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.responsive-container {
	position: relative;
	width: 100%;
	border: 1px solid #f8f8f8;
}

footer {
	padding: 0;
	background: #1f2730;
	color: #fff;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #ed6d20;
}

.nav-sidebar li.active a {
	text-decoration: none;
	background-color: #ecf0f1;
}

.navbar-toggle .icon-bar {
	width: 18px;
}

.footer-inner {
	padding: 0;
	height: 342px;
	background-image: url('/assets/addons/cms/img/footer_bg.jpg');
	background-position: center;
	box-sizing: border-box;
}

.footer-inner .slogan {
	border-bottom: 1px solid #ed6d20;
	padding-bottom: 20px;
}

.footer-inner>.container {
	height: 272px;
	box-sizing: border-box;
	padding: 3em 0 0 0;
}

.footer-inner .copyright {
	margin-bottom: 20px !important;
	line-height: 1.5;
}

.footer-inner .f-logo>p {
	font-size: 14px;
	margin-top: 5px;
	color: #D6D6D6;
}

.footer-inner .f-logo>.row>div {
	display: flex;
	align-items: center;
}

.footer-inner .f-logo>.row>div>p {
	font-size: 12px;
}

.footer-inner .footer-logo a {
	font-size: 40px;
	font-weight: 700;
}

.footer-inner .footer-logo a:hover,
.footer-inner .footer-logo a:focus {
	text-decoration: none;
}

.footer-inner h3 {
	font-weight: 400;
	margin-bottom: 10px;
	font-size: 18px;
}

.footer-inner p {
	font-weight: 400;
}

.footer-inner p:last-child {
	margin-bottom: 0;
}

.footer-inner .links {
	padding: 0;
	margin: 0 0 20px 0;
}

.footer-inner .links li {
	list-style: none;
	padding: 5px 0;
}

.footer-inner .links li a:hover {
	text-decoration: underline;
}

.footer-inner .footer-social {
	text-align: right;
	margin-top: 0;
}

.footer-inner .footer-social a {
	margin-right: 15px;
	margin-bottom: 10px;
	font-size: 20px;
}

.footer-inner .footer-social a:hover {
	text-decoration: none;
}

.footer-inner .f-li h3 {
	font-weight: 700;
	position: relative;
}

.footer-inner .f-li h3::after {
	/* position: absolute;
	height: 1px;
	width: 22px;
	bottom: -10px;
	left: 0;
	content: "";
	display: block;
	background: #ed6d20; */
}

.footer-inner .f-li p {
	font-size: 14px;
	color: #D6D6D6;
}

.footer-inner .f-li p.tel {
	font-size: 22px;
	font-weight: 700;
	color: #ed6d20;
}

.footer-inner .f-li>img {
	width: 80px;
	height: 80px;
}

.footer-inner .f-qr {
	text-align: center;
}

.footer-inner .f-qr>img {
	width: 60px;
	height: 60px;
}

.footer-inner .f-qr>p {
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}

.footer-inner .quick-link {
	display: flex;
	flex-direction: row;
}

.footer-inner .quick-link ul,
.footer-inner .quick-link ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

@media (max-width: 768px) {

	.footer-inner .quick-link ul,
	.footer-inner .quick-link ul li {
		text-align: center;
	}
}

.footer-inner .quick-link ul li a {
	font-size: 16px;
	margin-bottom: 5px;
	color: #D6D6D6;
	display: block;
}

.footer-inner .quick-link ul li a:hover {
	color: #ed6d20;
}

footer .f-b {
	height: 70px;
	text-align: center;
	box-sizing: border-box;
	border-top: 1px solid #707070;
}

footer .f-b .container::after,
footer .f-b .container::before {
	display: none;
}

footer .f-b .container {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
	font-size: 16px;
}

footer .f-b .container>div {
	line-height: 20px;
}

footer .f-b .container>div>a {
	color: #D6D6D6;
	margin-left: 5px;
}

footer .f-b .container>div>a:hover {
	color: #ed6d20;
}

footer .f-b .container .rig {
	display: flex;
	align-items: center;
	font-size: 12px;
}

footer .f-b .container .rig>span {
	margin-right: 15px;
}

.article-list {
	padding: 0;
	background: #fff;
}

.article-list .article-item {
	padding: 20px 0;
	border-bottom: 1px solid #efefef;
}

.article-list .article-item .content {
	margin-top: 15px;
	color: #919191;
}

.article-list .gallery-article {
	margin-top: 0;
}

.article-list .gallery-article .row {
	margin: 0 -10px;
}

.article-list .gallery-article .article-title {
	margin-bottom: 10px;
}

.article-list .gallery-article .article-title span.highlight {
	color: red;
}

.article-list .gallery-article .media .media-body {
	padding-left: 0;
}

.article-list .gallery-article .media .media-body .article-tag {
	position: relative;
	margin-top: 10px;
}

.article-list .article-title {
	margin: 0;
	font-size: 1.25em;
	line-height: 1.45;
	color: #000;
}

.article-list .article-title a {
	color: #444;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.article-list .article-title a span.highlight {
	color: red;
}

.article-list .article-title a:hover {
	color: #ed6d20;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.article-list .article-title a .img-new {
	margin-left: 2px;
	margin-bottom: 2px;
	height: 16px;
}

.article-list .article-intro {
	height: 44px;
	line-height: 22px;
	color: #828a92;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
}

.article-list .media {
	color: #919191;
}

.article-list .media .media-body {
	padding-left: 20px;
	line-height: 25px;
}

.article-list .media .media-left {
	overflow: hidden;
	padding: 0;
}

.article-list .media .media-left a {
	display: block;
	width: 160px;
}

.article-list .media-body {
	position: relative;
}

.article-list .media-body .article-tag {
	display: block;
	clear: both;
	position: absolute;
	bottom: 0;
	color: #aaa;
	font-size: 13px;
}

.article-list .media-body .article-tag span {
	margin: 0 8px;
}

.article-list .media-body .article-tag span a {
	color: #aaa;
}

.article-list .media-body .article-tag .pull-left {
	height: 34px;
	line-height: 34px;
	color: #919191;
}

.article-list .media-body .article-tag .pull-left a {
	color: #919191;
}

.article-list .pager {
	margin: 40px 0 20px 0;
}

.article-metas {
	overflow: hidden;
}

.article-metas .metas-title {
	margin: 0;
	font-size: 1.65em;
	line-height: 1.45;
	margin-bottom: 5px;
	color: #000;
	font-weight: bold;
}

.article-metas .metas-title a {
	color: #444;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.article-metas .metas-title a:hover {
	color: #ed6d20;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.article-metas .metas-body {
	color: #999;
	margin: 0px auto;
}

.article-metas .metas-body span {
	margin-right: 10px;
}

.article-metas .metas-body span i {
	margin-right: 5px;
}

.article-metas .metas-body p {
	margin-bottom: 0;
	margin-top: 0px;
	font-size: 12px;
}

.article-text {
	line-height: 30px;
	margin-bottom: 15px;
}

.article-text img {
	margin: 0px auto;
	display: block;
	max-width: 100%;
	height: auto;
	cursor: zoom-in;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 2px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
}

.article-text video {
	width: 100% !important;
	height: auto;
}

.article-text ul li {
	line-height: 30px;
}

.article-text a {
	text-decoration: none;
	color: #ed6d20;
	border-bottom: 1px solid #b3d7ff;
}

.article-text a img {
	cursor: pointer;
}

.article-action-btn {
	color: #999;
}

.article-action-btn a {
	color: #999;
}

.article-action-btn .bdshare-button-style0-16 .bds_more {
	float: none;
	padding: 0;
	height: inherit;
	line-height: inherit;
	font-size: inherit;
	background: none;
	color: #999;
}

.article-prevnext {
	color: #666;
}

.entry-meta ul {
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #eeeeee;
}

.entry-meta ul li {
	line-height: 26px;
}

.related-article,
.gallery-article {
	margin-top: 10px;
}

.related-article .row,
.gallery-article .row {
	margin: 0 -5px;
}

.related-article .col-sm-3,
.gallery-article .col-sm-3 {
	padding: 0 10px;
}

.related-article .col-sm-3 a,
.gallery-article .col-sm-3 a {
	display: block;
}

@media (max-width: 480px) {

	.related-article .row,
	.gallery-article .row {
		margin: 0 -5px !important;
	}

	.related-article .col-sm-3,
	.gallery-article .col-sm-3 {
		padding: 0 5px 10px 5px;
	}
}

@media (max-width: 767px) {

	.article-list .row,
	.gallery-article .row {
		margin: 0 -5px !important;
	}

	.article-list .col-sm-3,
	.gallery-article .col-sm-3 {
		padding: 0 5px 10px 5px;
	}
}

@media (max-width: 1200px) {
	.article-list .media-body .article-tag {
		position: relative;
		bottom: inherit;
		margin-top: 5px;
	}
}

.related-page ul li.active a {
	color: #ed6d20;
}

.author-card {
	background: #fff none repeat scroll 0 0;
	/*border: 1px solid #e1e8ed;*/
	border-radius: 4px;
	padding-bottom: 15px;
}

.author-card .author-head {
	background-image: url("/assets/addons/cms/img/author-head.jpeg")
		/*tpa=https://cms.demo.fastadmin.net/assets/addons/cms/img/author-head.jpeg*/
	;
	background-position: 0 50%;
	background-size: 100% auto;
	border-bottom: 1px solid #e1e8ed;
	border-radius: 4px 4px 0 0;
	height: 100px;
	width: 100%;
}

.author-card .author-avatar {
	text-align: center;
}

.author-card .author-avatar>a {
	background-color: #fff;
	border-radius: 50%;
	display: inline-block;
	margin: -40px 5px 0 0;
	max-width: 100%;
	padding: 1px;
	vertical-align: bottom;
}

.author-card .author-avatar>a>img {
	border: 2px solid #fff;
	border-radius: 50%;
	color: #fff;
	height: 80px;
	width: 80px;
}

.author-card .author-basic {
	clear: both;
	text-align: center;
	width: 100%;
	margin: 10px 0 10px 0;
}

.author-card .author-basic .author-nickname {
	margin-bottom: 5px;
}

.author-card .author-basic .author-nickname>a {
	font-size: 18px;
	font-weight: 700;
	line-height: 21px;
}

.author-card .author-statistics {
	padding: 5px 0;
	text-align: center;
	margin: 0;
}

.author-card .author-statistics .statistics-text {
	color: #777;
	margin-bottom: 5px;
}

.author-card .author-statistics .statistics-nums {
	font-size: 16px;
	font-weight: 600;
}

.panel-default {
	border: none;
	/* padding: 0 15px; */
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 2px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	position: relative;
}

.panel-default>.panel-heading {
	position: relative;
	padding: 15px 0;
	background: #fff;
	border-bottom: 1px solid #f5f5f5;
}

aside .panel-default>.panel-heading .panel-title {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}

.panel-default>.panel-heading .panel-title>i {
	display: none;
}

.panel-default>.panel-heading small {
	font-weight: normal;
	color: #999;
	font-size: 13px;
}

.panel-default>.panel-heading .more {
	position: absolute;
	top: 13px;
	right: 0;
	display: block;
	color: #919191;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-weight: 400;
	font-size: 13px;
}

.panel-default>.panel-heading .more:hover {
	color: #616161;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.panel-default>.panel-heading div.more {
	top: 17px;
}

.panel-default>.panel-heading .panel-bar {
	position: absolute;
	top: 7px;
	right: 0;
	display: block;
}

.panel-default>.panel-footer {
	padding: 15px 0;
	background: none;
}

.panel-default>.panel-body {
	position: relative;
	padding: 15px 0;
}

.panel-primary>.panel-heading {
	background-color: #46c37b;
	color: #fff;
}

.panel-primary>.panel-body {
	background: #fafafa;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.panel-gray {
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.panel-gray>.panel-heading {
	background-color: #f5f5f5;
	color: #919191;
}

.panel-gray>.panel-body {
	color: #919191;
	background: #fff;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.panel-page {
	padding: 45px 50px 50px;
	min-height: 500px;
}

.panel-page .panel-heading {
	background: transparent;
	border-bottom: none;
	margin: 0 0 30px 0;
	padding: 0;
}

.panel-page .panel-heading h2 {
	font-size: 25px;
	margin-top: 0;
}

.tabs-wrapper {
	-webkit-border-radius: 4px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 4px;
	-moz-background-clip: padding;
	border-radius: 4px;
	background-clip: padding-box;
	background-color: #fff;
}

.tabs-wrapper .tabs-mark-group .title {
	width: 90px;
	margin-top: 3px;
	float: left;
}

.tabs-wrapper .tabs-mark-group .classify {
	margin-top: 3px;
}

.tabs-wrapper .tabs-mark-group .classify a,
.tabs-wrapper .tabs-mark-group .classify i {
	color: #919191;
}

.tabs-wrapper .tabs-mark-group .classify a:focus,
.tabs-wrapper .tabs-mark-group .classify a:hover {
	color: #43bc60;
}

.tabs-wrapper .tabs-mark-group .content {
	margin-left: 100px;
}

.tabs-wrapper .tabs-mark {
	margin: 0 4px;
}

.tabs-wrapper .tabs-mark a {
	border: 1px solid #e4ecf3;
	padding: 2px 5px;
	color: #919191;
}

.tabs-wrapper .tabs-mark i {
	font-size: 10px;
	margin-left: 5px;
}

.tabs-wrapper .tabs-mark.active a,
.tabs-wrapper .tabs-mark:focus a,
.tabs-wrapper .tabs-mark:hover a {
	color: #43bc60;
	border: 1px solid #43bc60;
}

.tabs-wrapper .tabs-group {
	position: relative;
	overflow-y: hidden;
}

.tabs-wrapper .tabs-group .title {
	float: left;
	padding: 10px 0;
	width: 80px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
}

.tabs-wrapper .tabs-group .content {
	list-style: none;
	padding: 0;
	margin: 0 0 0 60px;
}

.tabs-wrapper .tabs-group .content>li {
	float: left;
	padding: 5px 12px;
}

.tabs-wrapper .tabs-group .content>li>a {
	display: block;
	padding: 5px 10px;
	border: none;
	-webkit-border-radius: 4px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 4px;
	-moz-background-clip: padding;
	border-radius: 4px;
	background-clip: padding-box;
	color: #828a92;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.tabs-wrapper .tabs-group .content>li.active>a,
.tabs-wrapper .tabs-group .content>li:focus>a,
.tabs-wrapper .tabs-group .content>li:hover>a {
	color: #ed6d20;
}

.tabs-wrapper .tabs-group .tabs-toggle {
	position: absolute;
	right: 20px;
	top: 18px;
	font-size: 12px;
	line-height: 1;
	cursor: pointer;
}

.tabs-multiple .tabs-group .content>li>a {
	margin: 2px 0;
	display: block;
	padding: 3px 10px;
	-webkit-border-radius: 3px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 3px;
	-moz-background-clip: padding;
	border-radius: 3px;
	background-clip: padding-box;
}

.tabs-multiple .tabs-group .content>li.active>a {
	color: #ed6d20;
	background: #b3d7ff;
}

@media (max-width: 767px) {
	.tabs-wrapper .tabs-group .title {
		width: 100%;
		float: none;
	}

	.tabs-wrapper .tabs-group .content {
		margin: 0;
	}

	.tabs-wrapper .tabs-group .content>li {
		padding: 5px;
	}

	.tabs-wrapper .tabs-group+.tabs-group {
		border-top: none;
	}
}

.article-filter {
	position: relative;
	background-color: #fafafa;
	-webkit-border-radius: 4px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 4px;
	-moz-background-clip: padding;
	border-radius: 4px;
	background-clip: padding-box;
	margin-bottom: 30px;
}

.article-filter .btn-group.open .dropdown-toggle {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #43bc60;
}

.article-filter .filter {
	position: absolute;
	text-align: right;
	top: 0;
	right: 15px;
	width: 300px;
}

.article-filter .filter .btn {
	background: none;
	padding: 10px 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.article-filter .filter .btn:hover {
	color: #43bc60;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.article-filter .filter .btn>i {
	font-size: 18px;
}

.article-filter .filter label {
	margin-left: 15px;
	margin-top: 11px;
	vertical-align: top;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.article-filter .filter label:hover {
	color: #43bc60;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

h1 .breadcrumb {
	padding: 0 5px;
	margin-bottom: 5px;
	background: none;
}

h1 .breadcrumb li {
	font-size: 12px;
	font-weight: 400;
}

.carousel-focus .item .carousel-img {
	background-size: cover;
	width: 100%;
	height: 180px;
	background-position: center center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.carousel-focus.pn {
	padding-bottom: 50px;
}

.carousel-focus.pn .item ul {
	display: flex;
	min-height: 180px;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.carousel-focus.pn .item li {
	display: inline-block;
	float: initial;
	margin-bottom: 10px;
}

.carousel-focus.pn .carousel-indicators li {
	border: 1px solid #ed6d20;
}

.carousel-focus:hover .carousel-img {
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-o-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}

.carousel-focus .carousel-control.left,
.carousel-focus .carousel-control.right {
	background-image: none;
}

.carousel-focus .carousel-control.left span,
.carousel-focus .carousel-control.right span {
	display: none;
}

.carousel-focus .carousel-control.inline {
	opacity: 1;
}

.carousel-focus .carousel-control.left.inline span,
.carousel-focus .carousel-control.right.inline span {
	display: block;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background-color: #ed6d20;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -20px;
}

.carousel-focus .carousel-control.left.inline span {
	left: 0;
	margin-left: -50px;
}

.carousel-focus .carousel-control.right.inline span {
	right: 0;
	margin-right: -50px;
}

@media (max-width: 768px) {
	.carousel-focus .carousel-control.left.inline span {
		left: 0;
		margin-left: -15px;
	}

	.carousel-focus .carousel-control.right.inline span {
		right: 0;
		margin-right: -15px;
	}
}

.carousel-focus .carousel-control.left:hover,
.carousel-focus .carousel-control.right:hover {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.carousel-focus .carousel-control.left:hover span,
.carousel-focus .carousel-control.right:hover span {
	display: block;
}

.carousel-focus .carousel-control.left.inline:hover span,
.carousel-focus .carousel-control.right.inline:hover span {
	display: flex;
}

.panel-blockimg {
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.panel-blockimg img {
	width: 100%;
}

.hot-tags .panel-body a span {
	margin-bottom: 10px;
}

.tags {
	margin: 0;
	display: inline-block;
}

.tags .tag {
	margin-bottom: 5px;
}

.tag {
	display: inline-block;
	padding: 0 8px;
	height: 24px;
	line-height: 24px;
	font-weight: 400;
	font-size: 13px;
	text-align: center;
	color: #ed6d20;
	background: #ffefe8;
	margin-right: 3px;
	border-radius: 2px;
}

.tag img {
	width: 16px;
	height: 16px;
	margin-top: -1px;
	margin-right: 3px;
}

.tag[href]:focus,
.tag[href]:hover {
	background-color: #ed6d20;
	color: #fff;
	text-decoration: none;
}

.tag-xs {
	padding: 0 6px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
}

.tag-sm {
	padding: 0 6px;
	height: 22px;
	line-height: 22px;
	font-size: 13px;
}

.tag-lg {
	font-size: 16px;
	font-weight: 700;
	height: 30px;
	line-height: 28px;
}

.tag-link {
	background-color: transparent;
}

.tag-logo {
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: 4px 2px;
	background-size: 16px 16px;
}

.tag-success {
	background-color: #dff0d8;
	color: #18bc9c;
}

.tag-info {
	background-color: #d9edf7;
	color: #3498db;
}

.tag-warning {
	background-color: #fcf8e3;
	color: #f39c12;
}

.tag-danger {
	background-color: #f2dede;
	color: #e74c3c;
}

.product-item .card {
	border-radius: 3px;
	position: relative;
	padding: 12px;
	margin: 0 auto 20px;
	-webkit-transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-moz-transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-o-transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
	border: 1px solid #eee;
	min-height: 250px;
	overflow: hidden;
	background-color: #fff;
}

.product-item .card .thumb {
	position: relative;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	margin: -12px;
}

.product-item .card .thumb>.preview-link::before {
	background: rgba(0, 0, 0, 0.2);
	opacity: 0;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: "";
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}

.product-item .card .thumb>.quickview-link {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	line-height: 40px;
	text-align: center;
	z-index: 10;
	background: #000;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	color: #fff;
	transform: scale(0);
	-webkit-transform: scale(0);
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}

.product-item .card .thumb:hover .preview-link::before {
	opacity: 1;
}

.product-item .card .thumb:hover .quickview-link {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	-webkit-transform: scale(1);
}

.product-item .card:hover {
	-webkit-transform: translateY(-6px);
	-moz-transform: translateY(-6px);
	-o-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	transform: translateY(-6px);
	-webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
	-moz-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
	box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.product-item .card:hover .operate .pull-right {
	display: block;
}

.product-item .card .image {
	position: relative;
	width: 100%;
	height: 1px;
	overflow: hidden;
	padding-bottom: 75%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.product-item .card .title {
	padding-top: 10px;
}

.product-item .card h2 {
	color: #000;
	padding: 0;
	margin-bottom: 5px;
	height: 24px;
	margin-top: 15px;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
}

.product-item .card .operate {
	height: 31px;
	overflow: hidden;
}

.product-item .card .operate .pull-right {
	display: none;
}

#content-container>h1 {
	margin-top: 0;
}

.main-content {
	min-height: 100%;
	margin: 0 auto -236px;
	/* padding-bottom: 15px; */
}

.main-content:after {
	content: "";
	display: block;
	height: 236px;
}

footer,
.main-content:after {
	height: 236px;
}

@media (max-width: 768px) {
	.main-content {
		min-height: 100%;
		margin: 0 auto 0px;
		padding-bottom: 15px;
	}

	.main-content:after {
		content: "";
		display: block;
		height: 400px;
	}

	.main-content>.container {
		padding-left: 0;
		padding-right: 0;
		overflow-x: hidden;
	}

	.main-content>.container>.category-title {
		padding: 0 15px;
		font-size: 20px;
	}

	.navbar-inverse {
		height: 100vh;
		max-height: 100vh;
		padding-bottom: 50px;
	}

	.navbar-inverse ul.dropdown-menu {
		background: #333333;
	}

	.navbar-inverse ul.navbar-nav>li {
		margin-bottom: 1px;
	}

	.navbar-inverse ul.navbar-nav>li.open>a {
		background-color: #080808;
	}

	.navbar-white .navbar-nav .open .dropdown-menu {
		background: #eee;
	}

	footer,
	.main-content:after {
		height: initial;
	}

	.footer-logo {
		margin-bottom: 20px;
		text-align: center;
	}

	.footer-inner .f-logo>p {
		text-align: center;
	}

	.footer-inner .f-logo>.row>div {
		justify-content: center;
	}

	.footer-inner .f-li p.tel {
		text-align: center;
	}

	.footer-inner .f-li>img {
		display: block;
		margin: 0 auto;
	}

	.product-item .card .operate .pull-right {
		display: inherit;
	}

	.footer-inner {
		height: initial;
		background: #161A21;
	}

	.footer-inner .slogan {
		text-align: center;
	}

	footer .f-b .container {
		flex-direction: column;
		font-size: 14px;
	}

	footer .f-b {
		height: initial;
		text-align: center;
		padding: 20px 0 10px 0;
	}

	.footer-inner>.container {
		height: initial;
	}

	.footer-inner .quick-link {
		display: block;
	}

	.footer-inner .quick-link .item {
		text-align: center;
	}

	.footer-inner .quick-link .item ul {
		display: flex;
		justify-content: center;
	}

	.footer-inner .quick-link .item ul li {
		margin: 0 10px;
	}
}

.lasest-update .panel-body {
	padding: 8px 0;
}

.lasest-update .panel-body ul {
	margin-bottom: 0;
}

.lasest-update .panel-body ul li {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	height: 35px;
	line-height: 35px;
}

.channel-list .row .col-xs-12 {
	min-height: 315px;
}

.channel-list .row .col-xs-12 h3 {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	position: relative;
}

.channel-list .row .col-xs-12 h3>a {
	font-size: 16px;
	position: relative;
	padding-left: 6px;
}

.channel-list .row .col-xs-12 h3>a:before {
	position: absolute;
	top: 2px;
	left: 0px;
	content: ' ';
	width: 2px;
	height: 15px;
	background: #ed6d20;
	display: inline-block;
}

.channel-list .row .col-xs-12 h3 em {
	position: absolute;
	right: 5px;
	top: 2px;
	font-style: normal;
	font-weight: 400;
}

.channel-list .row .col-xs-12 h3 em a {
	font-size: 12px;
}

.channel-list .row .media {
	margin-bottom: 10px;
}

.channel-list .row .media .media-left a {
	width: 120px;
	display: block;
}

.channel-list .row .media .media-body {
	font-size: 12px;
}

.channel-list .row .media .media-body p {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	font-size: 14px;
	padding-right: 15px;
}

.channel-list .row ul.inner-list li {
	margin-bottom: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	padding-right: 40px;
	height: 30px;
	line-height: 30px;
}

.channel-list .row ul.inner-list li a {
	color: #616161;
}

.channel-list .row ul.inner-list li span {
	position: absolute;
	right: 0;
}

#comment-container #commentlist dl {
	position: relative;
	border-bottom: 1px solid #eee;
	clear: both;
	padding: 10px 0;
	margin-bottom: 5px;
}

#comment-container #commentlist dl dt {
	float: left;
	margin-right: 10px;
	width: 52px;
	height: 44px;
	display: block;
	position: absolute;
}

#comment-container #commentlist dl dt img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

#comment-container #commentlist dl dd {
	padding-left: 55px;
	float: left;
	width: 100%;
}

#comment-container #commentlist dl dd cite a {
	color: #ed6d20;
}

#comment-container #commentlist dl dd small {
	color: #999;
	margin: 0 0 0 3px;
	height: 20px;
	line-height: 20px;
	font-size: 10px;
}

#comment-container #commentlist dl dd small a {
	display: none;
}

#comment-container #commentlist dl dd dl {
	margin: 0px;
	border-top: 1px solid #eee;
	border-bottom: none;
	padding-top: 15px;
	padding-bottom: 0;
}

#comment-container #commentlist dl dd dl dd {
	width: 550px;
}

#comment-container #commentlist dl dd p {
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 24px;
}

#comment-container #commentlist dl dd p em {
	font-style: normal;
	display: inline-block;
	padding: 0 5px;
	height: 22px;
	line-height: 22px;
	font-weight: 400;
	font-size: 13px;
	text-align: center;
	color: #ed6d20;
	background: #e5f2ff;
	border-radius: 2px;
}

#comment-container #commentlist cite {
	font-style: normal;
}

#comment-container h3 {
	position: relative;
	font-size: 16px;
	padding: 15px 0;
	background: #fff;
}

#comment-container h3 a {
	display: none;
}

#comment-container #postcomment .form-group {
	margin-bottom: 10px;
}

#comment-container #postcomment label {
	font-weight: normal;
}

#comment-container #postcomment a small {
	display: inline !important;
}

#comment-container #postcomment textarea.form-control {
	border-radius: 2px;
	box-shadow: none;
	border-color: #eeeeee;
}

.fieldlist dd {
	display: block;
	margin: 5px 0;
}

.fieldlist dd input {
	display: inline-block;
	width: 300px;
}

.fieldlist dd input:first-child {
	width: 110px;
}

.fieldlist dd ins {
	width: 110px;
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
}

.text-gray {
	color: #d2d6de !important;
}

.no-padding {
	padding: 0 !important;
}

.no-border {
	border: none !important;
}

.pager .pagination {
	margin: 0;
}

.pager .pager {
	margin: 0;
}

.pager li {
	margin: 0 .4em;
	display: inline-block;
}

.pager li:first-child>a,
.pager li:last-child>a,
.pager li:first-child>span,
.pager li:last-child>span {
	padding: .5em 1.2em;
}

.pager li>a,
.pager li>span {
	background: none;
	border: 1px solid #e6e6e6;
	border-radius: 0.25em;
	padding: .5em .93em;
	font-size: 14px;
}

.list-partner li {
	display: inline-block;
	margin: 0 12px 12px 0;
	padding: 10px 15px;
	width: 140px;
	text-align: center;
	border: 1px solid #efefef;
}

.list-partner li:hover {
	border: 1px solid #363f48;
}

.list-partner li img {
	height: 30px;
}

.index-gallary h5,
.related-article h5 {
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	font-weight: normal;
	height: 15px;
}

.index-focus {
	/* margin-bottom: 19px; */
}

.article-content>.panel-heading {
	padding: 0;
	margin: 0 -15px;
}

.article-content>.panel-heading>.breadcrumb {
	background: #fff;
	font-size: 13px;
	margin-bottom: 0;
	padding: 15px;
}

.article-donate {
	padding: 10px 0;
	text-align: center;
}

.article-donate a {
	min-width: 120px;
	-webkit-border-radius: 3px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 3px;
	-moz-background-clip: padding;
	border-radius: 3px;
	background-clip: padding-box;
}

.category-title {
	margin-bottom: 20px;
	font-size: 24px;
	color: #444;
}

.category-title .breadcrumb li {
	font-size: 14px;
}

.category-order li>a.active {
	color: #ed6d20;
}

.img-zoom {
	overflow: hidden;
	display: inline-block;
}

.img-zoom img {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.img-zoom:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}

.embed-responsive img {
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;
	border: 0;

	border-radius: 4px;
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
	padding-bottom: 75%;
}

.embed-responsive-square {
	padding-bottom: 100%;
}

.list-links a {
	margin-right: 5px;
}

.navbar-form {
	padding-top: 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.navbar-header {
		/* width: 60px; */
		overflow: hidden;
	}
}

@media (max-width: 767px) {
	.skin-white {
		padding-top: 60px;
	}

	ul.dropdown-menu {
		position: relative;
		width: 100%;
		background: #222;
	}

	ul.dropdown-menu .open>a,
	ul.dropdown-menu .open>a:hover,
	ul.dropdown-menu .open>a:focus {
		background: none;
		color: #9d9d9d;
	}

	ul.dropdown-menu>.dropdown-menu {
		position: relative;
		width: 100%;
		margin: 0;
	}

	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 22px;
	}

	.navbar-nav .open .dropdown-menu {
		position: relative;
		width: 100%;
		margin: 0;
		left: 0;
		background: #404950;
	}

	.dropdown-submenu>a:after {
		display: none;
	}

	.panel-page {
		padding: 15px;
		min-height: 300px;
	}

	.article-list .media .media-left a {
		width: 110px;
	}

	.article-list .media .media-body .article-title {
		font-size: 1em;
	}

	.article-list .media-body .article-tag {
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		display: -webkit-box;
		-webkit-line-clamp: 1;
	}

	.navbar-nav {
		margin: 8.25px 0;
	}

	.dropdown:not(.open):hover>.dropdown-menu {
		display: none;
	}

	.article-list .media-body .article-tag span {
		margin: 0 2px;
	}

	.article-pay a.btn {
		display: block;
		margin-top: 5px;
	}

	.navbar-form {
		margin: 0;
		border-top: none;
		border-bottom: none;
	}

	.navbar-userinfo {
		padding: 0;
	}

	.navbar-userinfo>a {
		height: 50px;
	}

	.focus-img {
		margin-top: 15px;
		padding: 0 15px;
	}

	.focus-img>.row {
		margin-left: 0;
	}

	.navbar .n-top {
		display: none;
	}
}

@media (min-width: 768px) {
	#index-focus .item .carousel-img {
		height: 530px;
		width: 100%;
	}

	#news-focus .item .carousel-img,
	#product-focus .item .carousel-img,
	#download-focus .item .carousel-img {
		height: 272px;
		width: 100%;
	}
}

@media (min-width: 979px) {
	ul.nav li.dropdown:hover>ul.dropdown-menu {
		display: block;
	}
}

@media screen and (min-width: 768px) {
	.carousel-caption {
		left: 0;
		right: 0;
		background: rgba(0, 0, 0, 0.3);
		padding: 0;
		bottom: 0;
		text-shadow: none;
	}

	.carousel-caption h3 {
		margin: 0;
		font-size: 14px;
		padding: 15px;
		text-align: left;
	}

	.carousel-caption p {
		display: none;
	}

	.carousel-indicators {
		bottom: 3px;
		/* right: 15px;
    width: auto;
    left: inherit; */
		opacity: .8;
	}
}

.carousel-indicators .active {
	background: #ed6d20;
	border: none;
}

.carousel-control {
	text-shadow: none;
}

.carousel-control .fa {
	font: normal normal normal 30px/1 FontAwesome;
}

.carousel-control .icon-prev {
	left: 20px;
}

.carousel-control .icon-next {
	right: 20px;
}

.carousel-control .fa-chevron-left:before {
	content: "\f053";
}

.carousel-control .fa-chevron-right:before {
	content: "\f054";
}

.loadmore {
	width: 80%;
	margin: 1.5em auto;
	line-height: 1.6em;
	font-size: 14px;
	text-align: center;
	clear: both;
}

.loadmore-tips {
	display: inline-block;
	vertical-align: middle;
}

.loadmore-line {
	border-top: 1px solid #eeeeee;
	margin-top: 2.4em;
}

.loadmore-line .loadmore-tips {
	position: relative;
	top: -0.9em;
	padding: 0 .55em;
	background-color: #FFFFFF;
	color: #808080;
}

.btn-loadmore {
	clear: both;
}

.download-list {
	margin: 0 -15px;
}

.download-list li {
	/* width: 95px; */
	float: left;
	display: inline-block;
	/* margin: 0 15px;
	padding: 15px 0; */
	text-align: center;
	position: relative;
	height: 170px;
}

.download-list li a {
	display: block;
}

.download-list li a p {
	word-break: keep-all;
	text-overflow: ellipsis;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
}

.download-list li a img+span {
	display: block;
	overflow: hidden;
	height: 20px;
}

.download-list li:hover em {
	display: none;
}

.download-list li:hover a.btn {
	display: block;
	width: 80px;
	margin: 0 auto;
}

.download-list li a:hover {
	text-decoration: none;
}

.download-list img {
	width: 90px;
	height: 90px;
	margin-bottom: 8px;
}

.download-list em {
	display: block;
	color: #999;
	font-style: normal;
}

.download-list li>a.link {
	display: block;
	height: 120px;
	overflow: hidden;
}

.download-list a.btn {
	display: none;
}

@media (max-width: 991px) {
	.download-list li {
		margin: 0 10px;
	}
}

.focus-img>.row>div {
	padding: 0;
	padding-right: 15px;
	margin-bottom: 15px;
	height: 100%;
	display: block;
}

.focus-img>.row>div a>span {
	border-radius: 3px;
	overflow: hidden;
}

.focus-img .intro {
	position: absolute;
	bottom: 0;
	background: #000;
	padding: 0 5px 0 5px;
	width: 100%;
	opacity: .5;
	color: #fff;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}

.focus-img a {
	display: block;
}

.focus-img img {
	width: 100%;
}

@media (min-width: 768px) and (max-width: 992px) {
	.focus-img {
		margin-top: 15px;
	}

	.focus-img>.row {
		margin: 0 -10px;
	}

	.focus-img>.row>div {
		padding: 0 10px;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.focus-img>.row>div .embed-responsive-16by9 {
		padding-bottom: 68.25%;
	}
}

.navbar .form-search input[type=search] {
	-webkit-appearance: textfield;
	font-family: inherit;
	font-size: 100%;
}

.navbar .form-search input::-webkit-search-decoration,
.navbar .form-search input::-webkit-search-cancel-button {
	display: none;
}

.navbar .form-search input[type=search] {
	background: url("/assets/addons/cms/img/search.svg")
		/*tpa=https://cms.demo.fastadmin.net/assets/addons/cms/img/search.svg*/
		no-repeat 10px center;
	background-size: 18px 18px;
	border-color: transparent;
	padding: 6px 10px;
	width: 35px;
	-webkit-border-radius: 10em;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 10em;
	-moz-background-clip: padding;
	border-radius: 10em;
	background-clip: padding-box;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	height: inherit;
	cursor: pointer;
	box-shadow: none;
	color: transparent;
}

.navbar .form-search input[type=search]:hover {
	background-color: #fff;
}

.navbar .form-search input[type=search]:focus {
	border-color: #ed6d20;
	width: 200px;
	padding-left: 32px;
	color: #000;
	background-color: #fff;
	cursor: auto;
	-webkit-box-shadow: 0 0 5px #99caff;
	-moz-box-shadow: 0 0 5px #99caff;
	box-shadow: 0 0 5px #99caff;
}

.navbar .form-search input:-moz-placeholder {
	color: transparent;
}

.navbar .form-search input::-webkit-input-placeholder {
	color: transparent;
}

.navbar .navbar-collapse>ul.navbar-nav li>a i.caret {
	border: none;
	width: initial;
	height: initial;
	font-size: 12px;
}

.navbar .n-header .navbar-brand {
	display: none;
}

@media (max-width: 767px) {
	.navbar .form-search input[type=search] {
		position: relative;
		width: 100%;
		border: 1px solid #ddd;
	}

	.navbar .form-search input[type=search]:focus {
		width: 100%;
	}

	.navbar .navbar-collapse {
		position: fixed;
		top: 0;
		overflow: auto;
		z-index: 9999;
		background: #fff;
		box-shadow: 10px 0 10px rgba(0, 0, 0, 0.06);
		max-height: inherit;
		height: 100vh;
		transition: .5s;
		width: 250px;
		margin-left: -280px;
		margin-right: 0;
		display: block;
	}

	.navbar .navbar-collapse>ul.navbar-nav {
		margin: 15px 0;
	}

	.navbar .navbar-collapse>ul.navbar-nav>li {
		margin-bottom: 2px;
	}

	.navbar .navbar-collapse>ul.navbar-nav li>a b.caret,
	.navbar .navbar-collapse>ul.navbar-nav li>a i.caret {
		position: absolute;
		right: 15px;
		top: 50%;
		margin-top: -8px;
	}

	.navbar .navbar-collapse>ul.navbar-nav li ul.dropdown-menu {
		border-radius: 0;
	}

	.navbar .navbar-collapse.active {
		display: block;
		margin-left: -15px;
	}

	.navbar .navbar-collapse-bg {
		position: fixed;
		top: 0;
		overflow: hidden;
		z-index: 9998;
		background: rgba(0, 0, 0, 0.6);
		height: 100vh;
		width: 100%;
		display: block;
	}

	.navbar-default .navbar-nav>.active>a,
	.navbar-default .navbar-nav>.active>a:hover,
	.navbar-default .navbar-nav>.active>a:focus {
		color: #ed6d20;
	}

	.navbar-default .navbar-nav>.open>a,
	.navbar-default .navbar-nav>.open>a:hover,
	.navbar-default .navbar-nav>.open>a:focus {
		color: #fff;
		background: #ed6d20;
	}

	.navbar-default .navbar-nav>li>a {
		color: #000000;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #000000;
	}

	.navbar .n-header .navbar-brand {
		display: block;
		vertical-align: middle;
	}

	.navbar .n-header .navbar-brand>img {
		height: 35px;
		width: 244px;
		margin-top: 7px;
	}
}

/* 搜索建议 */
.autocomplete-suggestions {
	text-align: left;
	cursor: default;
	background: #fff;
	border-radius: 2px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
	position: absolute;
	display: none;
	z-index: 1036;
	max-height: 254px;
	overflow: hidden;
	overflow-y: auto;
	box-sizing: border-box;
}

.autocomplete-suggestions .autocomplete-suggestion {
	padding: 6px 12px;
}

.autocomplete-suggestions .autocomplete-suggestion b {
	color: red;
}

.autocomplete-suggestions .autocomplete-suggestion:hover {
	background: #f0f0f0;
}

@media (min-width: 1200px) {
	.container {
		width: 1230px;
	}
}

.navbar .n-top {
	background: #fff;
	height: 90px;
	border-bottom: 1px solid #f2f2f2;
}

.navbar .n-top .navbar-top {
	display: flex;
	align-items: center;
}

.navbar .n-top .navbar-top .navbar-brand {
	flex: 1;
}

.navbar .n-top .navbar-top>div {
	flex: 3;
}

.navbar .n-top .navbar-top>a.service {
	text-align: right;
	font-family: Verdana;
	font-size: 15px;
	font-weight: 300;
	text-decoration: none;
	display: flex;
	height: 90px;
	align-items: center;
}

.navbar .n-top .navbar-top>a.service i {
	font-size: 32px;
	color: #ed6d20;
}

.navbar .n-top .navbar-top>a.service>div {
	display: flex;
	flex-direction: column;
	margin: 0 15px;
}

.navbar .n-top .navbar-top>a.service>img {
	width: 80px;
	height: 80px;
}

.navbar .n-top .navbar-top>a.service>div .t {
	font-size: 12px;
}

.navbar .n-top .navbar-top>a.service>div .b {
	font-size: 22px;
	color: #ed6d20;
	font-weight: bold;
	text-align: left;
}

.navbar .n-header {
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.navbar .n-header .navbar-header {
	flex: 1;
}

.navbar .n-header::before,
.navbar .n-header::after {
	display: none;
}

.navbar .n-header .slogan {
	float: left;
	border-left: 0.5px solid #D6D6D6;
	padding-left: 10px;
	margin-top: 10px;
}

.navbar .n-header .slogan p {
	margin-bottom: 0px;
	font-size: 14px;
	color: #000;
}

.navbar .n-header .slogan p:last-child {
	font-size: 12px;
	color: #6E6E6E;
}

.navbar .n-header ul li.reglogin {
	padding-left: 10px;
}

.navbar .n-header ul li.reglogin>a {
	font-size: 14px;
	color: #ed6d20;
	font-weight: normal;
	text-align: center;
}

.navbar .n-header ul li.reglogin>a::before {
	border: 1px solid #ed6d20;
	border-radius: 50px;
	height: 35px;
	width: 100%;
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -17.5px;
	text-align: center;
	line-height: 32px;
	box-sizing: border-box;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.navbar .n-header ul li.reglogin>a:hover {
	color: #fff;
	position: relative;
}

.navbar .n-header ul li.reglogin>a:hover::before {
	left: 0;
	top: 50%;
	margin-top: -17.5px;
	content: '注册/登录';
	background: #ed6d20;
}

.navbar .n-header ul li.reglogin>a:hover::after {
	display: none;
}

@media (max-width: 1200px) {
	.navbar .n-header .slogan {
		display: none;
	}

	.navbar .n-top {
		display: none;
	}

}

@media (max-width: 1020px) and (min-width:768px) {
	.navbar .n-header {
		flex-direction: column;
		height: 125px;
	}
}

.section-wrap {
	padding: 2em 0;
}

@media(max-width:768px) {
	.section-wrap {
		padding: 1em 0;
	}

	.section-wrap .row .item {
		padding-left: 0;
		padding-right: 0;
	}

	.train-wrap .row .item:nth-child(2n+1),
	.section-wrap .row .item:nth-child(2n) {
		padding-left: 5px;
	}

	.train-wrap .row .item:nth-child(2n),
	.section-wrap .row .item:nth-child(2n+1) {
		padding-right: 5px;
	}


	.offer-wrap form ul.steps {
		display: none !important;
	}

	.entrance-wrap dl dd p {
		font-size: 12px
	}
}

.offer-wrap {
	background: url(/assets/addons/cms/img/bgdm.jpg) center center repeat;
}

.panel-body.offer-wrap {
	background: none;
}

.offer-wrap h1 {
	color: #ed6d20;
	font-weight: 700;
}

.panel-body.offer-wrap h1 {
	margin-bottom: 15px;
	font-size: 28px;
	line-height: 32px;
}

.panel-body.offer-wrap h4 {
	font-size: 13px;
}

.offer-wrap form .inputs {
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0;
}

.offer-wrap form .inputs>input,
.offer-wrap form .inputs>textarea {
	flex: 1;
	margin-right: 10px;
	border: none;
	border-radius: 0;
	font-size: 18px;
	padding: 15px 10px;
	border: 2px solid #fff;
	color: #000;
	font-weight: 700;
}

.panel-body.offer-wrap form .inputs {
	flex-direction: column;
}

.panel-body.offer-wrap form .inputs>input,
.panel-body.offer-wrap form .inputs>textarea {
	border: 1px solid #ddd;
	margin-right: 0;
	margin-bottom: 10px;
	font-weight: normal;
}

.panel-body.offer-wrap form .inputs>textarea {
	min-height: 100px;
	margin-bottom: 0;
}

.offer-wrap form .inputs>input:focus,
.offer-wrap form .inputs>textarea:focus {
	border: 2px solid #ed6d20;
}

.panel-body.offer-wrap form .inputs>input:focus,
.panel-body.offer-wrap form .inputs>textarea:focus {
	border: 1px solid #ed6d20;
}


.offer-wrap form .inputs>textarea {
	flex: 2;
	margin-right: 0;
	max-height: 60px;
}

.offer-wrap form ul.steps {
	display: flex;
	flex-direction: row;
	padding: 15px 0;
	position: relative;
}

.offer-wrap form ul::before {
	height: 1px;
	background: #ed6d20;
	content: "";
	position: absolute;
	width: 100%;
	top: 30px;
}

.offer-wrap form ul.steps li {
	flex: 1;
	list-style: none;
	text-align: center;
	position: relative;
}

.offer-wrap form ul.steps li em {
	background: #fff;
	width: 26px;
	height: 26px;
	/* text-align: center; */
	line-height: 26px;
	border-radius: 50%;
	display: inline-block;
	font-size: 15px;
	color: #ed6d20;
	border: 1px solid #ed6d20;
	box-sizing: border-box;
	text-indent: -2px;
	font-weight: bold;
}

.offer-wrap form ul.steps li:first-child em,
.offer-wrap form ul.steps li:last-child em {
	background: #ed6d20;
	color: #fff;
	transform: scale(1.3);
	font-weight: bold;
}

.offer-wrap form ul.steps li:last-child em {
	line-height: 24px;
	text-indent: 1px;
	font-weight: normal;
}

.offer-wrap form ul.steps li p {
	color: #ed6d20;
	font-size: 16px;
	margin-top: 10px;
	font-weight: bold;
}

.offer-wrap form ul.steps li::after {
	font-family: "iconfont2";
	content: "\e628";
	display: block;
	position: absolute;
	right: 0;
	top: 5px;
	color: #ed6d20;
}

.offer-wrap form ul.steps li::after {
	font-family: "iconfont3";
	content: "\e628";
	display: block;
	position: absolute;
	right: 0;
	top: 5px;
	color: #ed6d20;
}

.offer-wrap form ul.steps li:last-child::after {
	display: none;
}

.offer-wrap form .submit {
	margin: 0 auto;
	display: block;
	width: 180px;
	height: 60px;
	line-height: 60px;
	background: #ed6d20;
	text-align: center;
	border: none;
	border-radius: 0;
	color: #fff;
	font-size: 20px;
}

.offer-wrap form .submit:hover {
	background: #3fd0ff;
}

@media (max-width: 768px) {
	.offer-wrap form .inputs {
		flex-direction: column;
	}

	.offer-wrap form .inputs>input {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.offer-wrap form .inputs>textarea {
		min-height: 150px;
	}
}

.wj-title {
	text-align: center;
	margin-bottom: 20px;
}

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

.wj-title h3 {
	font-size: 40px;
	/* font-weight: 700; */
	color: #000000;
	margin-top: 0;
}

.wj-title>p {
	font-size: 22px;
	color: #ed6d20;
	font-family: 'nexa';
}

.wj-title.white h3,
.wj-title.white p {
	color: #fff;
}

.min-title {
	display: flex;
	flex-direction: row;
}

.min-title h5 {
	font-size: 24px;
	font-weight: 700;
	color: #000000;
	margin-top: 0;
}

.min-title p {
	color: #ed6d20;
	font-family: 'nexa';
	font-size: 20px;
	margin-left: 10px;
}

.sub-title {
	border-bottom: 1px solid #ed6d20;
	margin-bottom: 15px;
	position: relative;
}

.sub-title h3 {
	/* TODO: 客户暂定需求， 之后可能还会改回来，先注释掉 */
	display: none !important;
	/* TODO: 客户暂定需求， 之后可能还会改回来，先注释掉 */

	font-size: 22px;
	font-weight: 500;
	color: #000000;
	margin-top: 0;
	display: inline-block;
	padding: 10px 20px;
	background: #ed6d20;
	border-radius: 5px 5px 0 0;
	margin-bottom: 0;
	color: #fff;
}

.sub-title .more {
	position: absolute;
	right: 0;
	bottom: 0px;
}

@media (max-width: 768px) {
	.wj-title h3 {
		font-size: 28px;
	}

	.wj-title>p {
		font-size: 14px;
	}
}

.index-service {
	background: #fff;
}

.index-service dl {
	padding: 15px;
	margin-bottom: 0;
}

.panel-body.index-service dl {
	padding: 0;
}

.index-service dt {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #000;
}

.panel-body.index-service dt {
	font-size: 16px;
	margin-top: 10px;
}

.panel-default>.panel-body.index-service {
	padding: 0;
}

.index-service .m {
	padding: 20px 0;
	text-align: center;
	color: #ed6d20;
}

.panel-body.index-service .m {
	padding: 10px 0;
}

.panel-body.index-service .des {
	padding: 0 5px;
}

.index-service .m i {
	font-size: 40px;
}

.index-service .m img {
	height: 80px;
}

.index-service .des {
	height: 40px;
	line-height: 20px;
	padding: 0 15px;
	overflow: hidden;
	font-size: 12px;
	color: #7A7A7A;
	text-align: center;
}

.index-service ul {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #ed6d20;
	color: #fff;
	text-align: center;
	opacity: 0;
	margin: 0;
	padding: 0;
}

.index-service .ul-s {
	padding: 15px;
}

.index-service ul h6 {
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 20px;
	margin-top: 0;
	color: #fff;
}

.index-service ul li {
	font-size: 13px;
	line-height: 24px;
	color: #fff;
	list-style: none;
}

.index-service .service-list .item:hover ul {
	opacity: 1;
}

.index-service .index2n a {
	color: #fff;
	padding: 6px 25px;
	line-height: 36px;
	border-radius: 1px;
	border: 1px #fff solid;
}

.index-service .index2n a:hover {
	background: #fff;
}

.index-service .index2n a:hover span {
	color: #ed6d20;
}

.panel-body.index-service .service-list .item {
	padding: 10px 5px;
}

.panel-body.index-service .service-list .item {
	border-right: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
}

.panel-body.index-service .service-list .item:nth-child(2n) {
	border-right: none;
}

.panel-body.index-service .service-list .item:nth-child(3),
.panel-body.index-service .service-list .item:last-child {
	border-bottom: none;
}

.panel-body.index-service .des {
	min-height: 60px;
}

.product-list {
	/* padding-bottom: 70px; */
}

.product-list .product-item {
	margin-bottom: 30px;
}

.product-list .product-item:last-child {
	margin-bottom: 0;
}

.product-list .product-tit {
	display: block;
	width: 200px;
	/* padding-top: 39px; */
	line-height: 34px;
	font-size: 30px;
	color: #181818;
	font-weight: bold;
}

.product-list .product-con {
	display: flex;
}

.product-list .product-img {
	display: block;
	width: 320px;
	padding-top: 21px;
	height: 408px;
}

.product-list .product-img img {
	width: 100%;
	height: 408px;
}

.product-list .product-right {
	flex: 1;
	position: relative;
}

.product-list .product-right .product-type-list {
	height: 36px;
	line-height: 36px;
	border-bottom: 2px solid #ed6d20;
	position: relative;
	display: flex;
	justify-content: flex-end;
}

.product-list .product-right .product-type-list .triangle {
	width: 0;
	height: 0;
	border-bottom: 13px solid #ed6d20;
	border-right: 13px solid transparent;
	position: absolute;
	bottom: 0;
	left: 0;
}

.product-list .product-right .product-type-list .product-type-item {
	float: right;
	padding: 0 24px;
	font-size: 15px;
	color: #181818;
	cursor: pointer;
	font-weight: bold;
}

.product-list .product-right .product-type-list .product-type-item.active {
	color: #fff;
	background: #ed6d20;
	border-radius: 2px 2px 0 0;
}

.product-list .product-right .product-info {
	position: relative;
	display: none;
	width: 100%;
	height: 393px;
	padding-top: 32px;
	background: #fff;
	overflow: hidden;
}

.product-list .product-right .product-info.active {
	display: flex;
	justify-content: space-evenly;
}

.product-list .product-right .product-info .product-info-item {
	position: relative;
	display: block;
	width: 247px;
	height: 330px;
	padding: 0 14px;
	border: 1px solid #e7e7e7;
}

.product-list .product-right .product-info .product-info-item .product-logo {
	width: 100%;
	height: 75px;
	padding-top: 18px;
}

.product-list .product-right .product-info .product-info-item .product-logo i {
	display: block;
	height: 65px;
	margin: 0 auto;
	text-align: center;
	font-size: 50px;
}



.product-list .product-right .product-info .product-info-item .product-name {
	height: 74px;
	line-height: 74px;
	text-align: center;
	font-size: 26px;
	color: #222;
	border-bottom: 1px solid #ebebeb;
}

.product-list .product-right .product-info .product-info-item .bief-list {
	padding-top: 28px;
	line-height: 34px;
	color: #595959;
	font-size: 14px;
	min-height: 140px;
}

.product-list .product-right .product-info .product-info-item .bief-list .bief-item {
	padding-left: 24px;
	position: relative;
}

.product-list .product-right .product-info .product-info-item .bief-list .bief-item::before {
	content: "·";
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	position: absolute;
	left: 12px;
	top: 9px;
}

.product-list .product-right .product-info .product-info-item .show-more-btn {
	width: 91px;
	height: 28px;
	line-height: 28px;
	margin-left: 12px;
	border: 1px solid #e7e7e7;
	border-radius: 2px;
	font-size: 12px;
	color: #949494;
	text-align: center;
	margin: 0 auto;
}

.product-list .product-right .product-info .product-info-item:hover {
	background: #fff;
}

.product-list .product-right .product-info .product-info-item:hover .product-logo i {
	-webkit-animation: 1s ease 1 0s both;
	-moz-animation: 1s ease 1 0s both;
	-ms-animation: 1s ease 1 0s both;
	animation: 1s ease 1 0s both;
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-ms-animation-name: bounce;
	animation-name: bounce;
}


.product-list .product-item .product-right .solution {
	display: none;
	width: 100%;
	height: 393px;
	overflow: hidden;
	background: #fff;
}

.product-list .product-item .product-right .solution.active {
	display: block;
}

.product-list .product-item .product-right .solution .solution-item {
	width: 33.3%;
	height: 50%;
	float: left;
	border-left: 1px solid #f7f7f7;
	border-top: 1px solid #f7f7f7;
	margin-left: -1px;
	margin-top: -1px;
}

.product-list .product-item .product-right .solution .solution-item .solution-logo {
	width: 80px;
	height: 80px;
	margin: 40px auto 0;
	border: 1px solid #ddd;
	border-radius: 15px;
	line-height: 80px;
	text-align: center;
	font-size: 36px;
}

.product-list .product-item .product-right .solution .solution-item:hover .solution-logo {
	border: 1px solid #ed6d20;
}

.product-list .product-item .product-right .solution .solution-item .solution-txt {
	line-height: 68px;
	text-align: center;
	font-size: 18px;
	color: #111;
}

.product-list .product-item .product-right .product-new {
	display: none;
	height: 393px;
	width: 100%;
	background: #fff;
}

.product-list .product-item .product-right .product-new.active {
	display: block;
}

.product-list .product-item .product-right .product-new .new-list {
	width: 100%;
	height: 393px;
	padding-top: 25px;
	overflow: hidden;
}

.product-list .product-item .product-right .product-new .new-list .new-item {
	display: block;
	width: 392px;
	float: left;
	padding: 0 30px 25px;
	height: 70px;
	border-left: 1px dashed #e7e7e7;
	margin-left: -1px;
	overflow: hidden;
}

.product-list .product-item .product-right .more {
	position: absolute;
	right: 15px;
	bottom: 15px;
	font-size: 12px;
}

.product-list .product-item .product-right .product-new .new-list .new-item img {
	width: 80px;
	height: 60px;
	float: left;
	margin-right: 20px;
}

.product-list .product-item .product-right .product-new .new-list .new-con {
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	margin-bottom: 5px;
}

.product-list .product-item .product-right .product-success-case {
	position: relative;
	display: none;
	width: 100%;
	height: 393px;
	background: #fff;
	overflow: hidden;
}

.product-list .product-item .product-right .product-success-case.active {
	display: block;
}

.product-list .product-item .product-right .product-success-case .product-success-list {
	width: 100%;
	height: 393px;
}

.product-list .product-item .product-right .product-success-case .product-success-item {
	width: 905px;
	height: 477px;
}

.product-list .product-item .product-right .product-success-case .product-case {
	display: flex;
	width: 25%;
	height: 50%;
	float: left;
	border-top: 1px solid #f4f4f4;
	border-left: 1px solid #f4f4f4;
	margin-left: -1px;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
}

.product-list .product-item .product-right .product-success-case .product-case .product-case-logo {
	width: 80%;
	flex: 1;
	padding-top: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-list .product-item .product-right .product-success-case .product-case .product-case-logo img {
	width: 100%;
}

.product-list .product-item .product-right .product-success-case .product-case .product-case-name {
	line-height: 44px;
	text-align: center;
	color: #292929;
	font-size: 15px;
	margin-bottom: 15px;
}

.product-list .product-item .product-right .product-info .product-info-item {
	color: #ed6d20;
}


.product-list .product-item.purple .product-right .product-type-list {
	border-bottom: 2px solid var(--wj-purple);
}

.product-list .product-item.purple .product-right .product-type-list .triangle {
	border-bottom: 13px solid var(--wj-purple);
}

.product-list .product-item.purple .product-right .product-type-list .product-type-item.active {
	color: #fff;
	background: var(--wj-purple);
}

.product-list .product-item.purple .product-right .solution .solution-item:hover .solution-logo {
	border: 1px solid var(--wj-purple);
}

.product-list .product-item.purple .product-right .product-info .product-info-item {
	color: var(--wj-purple);
}

.product-list .product-item.purple .product-right .solution .solution-item:hover {
	color: var(--wj-purple);
}

.product-list .product-item.green .product-right .product-type-list {
	border-bottom: 2px solid var(--wj-green);
}

.product-list .product-item.green .product-right .product-type-list .triangle {
	border-bottom: 13px solid var(--wj-green);
}

.product-list .product-item.green .product-right .product-type-list .product-type-item.active {
	color: #fff;
	background: var(--wj-green);
}

.product-list .product-item.green .product-right .solution .solution-item:hover .solution-logo {
	border: 1px solid var(--wj-green);
}

.product-list .product-item.green .product-right .product-info .product-info-item {
	color: var(--wj-green);
}

.product-list .product-item.green .product-right .solution .solution-item:hover {
	color: var(--wj-green);
}

.product-list .product-item.orange .product-right .product-type-list {
	border-bottom: 2px solid var(--wj-orange);
}

.product-list .product-item.orange .product-right .product-type-list .triangle {
	border-bottom: 13px solid var(--wj-orange);
}

.product-list .product-item.orange .product-right .product-type-list .product-type-item.active {
	color: #fff;
	background: var(--wj-orange);
}

.product-list .product-item.orange .product-right .solution .solution-item:hover .solution-logo {
	border: 1px solid var(--wj-orange);
}

.product-list .product-item.orange .product-right .product-info .product-info-item {
	color: var(--wj-orange);
}

.product-list .product-item.orange .product-right .solution .solution-item:hover {
	color: var(--wj-orange);
}

@media (max-width: 768px) {

	.product-list .product-img {
		display: none;
	}

	.product-list .product-right .product-type-list {
		justify-content: center;
	}

	.product-list .product-right .product-type-list .triangle {
		display: none;
	}

	.product-list .product-right .product-info .product-info-item {
		flex: 1;
		width: auto;
		padding: 0;
	}

	.product-list .product-item .product-right .j-tab-item {
		height: initial;
	}

	.product-list .product-right .product-info .product-info-item .product-logo i {
		font-size: 30px;
	}

	.product-list .product-right .product-info .product-info-item .product-name {
		font-size: 18px;
		height: initial;
		line-height: initial;
		padding-bottom: 10px;
	}

	.product-list .product-right .product-info {
		padding-top: 0;
	}

	.product-list .product-right .product-info .product-info-item .bief-list {
		padding-top: 5px;
		line-height: initial;
	}

	.product-list .product-item .product-right .solution .solution-item .solution-txt {
		font-size: 13px;
		line-height: 35px;
	}

	.product-list .product-tit {
		margin-bottom: 10px;
	}

	.product-list .product-right .product-type-list .product-type-item {
		padding: 0 6px;
		font-size: 13px;
		font-weight: normal;
	}

	.product-list .product-right .product-info .product-info-item .bief-list .bief-item {
		padding-left: 10px;
		padding-right: 5px;
	}

	.product-list .product-tit {
		width: 100%;
		text-align: center;
		font-size: 24px;
	}

	.product-list .product-item {
		margin-bottom: 10px;
	}

	.product-list .product-item .product-right .product-new .new-list .new-item {
		padding: 0 10px 10px;
		width: 100%;
	}

	.product-list .product-item .product-right .product-new .new-list {
		height: auto;
		padding-bottom: 35px;
	}
}


.index-news {
	background: #fff;
}

.index-news .list-s {
	background: #fff;
	border: 1px #f2f2f2 solid;
	margin-bottom: 10px;
}

.index-news .m {
	position: relative;
}

.index-news .m img {
	width: 100%;
	height: 60px;
}

.index-news .m p {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	bottom: 0;
	text-align: center;
	line-height: 60px;
	font-size: 20px;
	background: rgba(0, 0, 0, .5);
	color: #eee;
	margin-bottom: 0;
}

.index-news ul {
	padding: 10px 15px;
}

.index-news li {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 13px;
	padding-left: 10px;
	position: relative;
}

.index-news li::before {
	content: "·";
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	left: 0;
}

.index-partner {
	background: #FFF;
	background-image: url('/assets/addons/cms/img/index_section_bg02.jpg');
	background-position: center;
	padding-bottom: 3em;
	padding-left: 10%;
	padding-right: 10%;
}

.index-partner ul,
.index-partner ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.index-partner .rollpics {
	overflow: hidden;
	height: 80px;
	position: relative;
}

.index-partner ul {
	/* height: 80px; */
	position: relative;
}

.index-partner ul li {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	width: 147px;
	height: 80px;
}

.index-partner ul li img {
	width: 147px !important;
	height: 80px;
}

@media (min-width: 769px) {
	.item-list1 {
		display: block;
	}

	.item-list2 {
		display: none;
	}
}

@media (max-width: 768px) {
	.index-partner {
		padding-left: 10px;
		padding-right: 10px;
	}

	.item-list1 {
		display: none;
	}

	.item-list2 {
		display: block;
	}
}

.dm-wrap {
	background: url(/assets/addons/cms/img/dm_bg.jpg) center center;
	height: 340px;
	color: #fff;
}

.dm-wrap>.container::before,
.dm-wrap>.container::after {
	display: none;
}

.dm-wrap>.container {
	display: flex;
	height: 200px;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.dm-wrap h2 {
	font-size: 32px;
	font-weight: 700;
}

.dm-wrap p {
	font-size: 24px;
	font-weight: 100;
	text-transform: uppercase;
}

.dm-wrap .slogan {
	width: 288px;
	height: 42px;
	background: url(/assets/addons/cms/img/dmslogan.png) center center no-repeat;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -21px;
}

@media (max-width: 768px) {
	.dm-wrap {
		height: 150px;
		background-size: cover;
	}

	.dm-wrap>.container {
		height: 100px;
	}

	.dm-wrap h2 {
		font-size: 26px;
	}

	.dm-wrap p {
		font-size: 16px;
	}

	.dm-wrap .slogan {
		width: 144px;
		height: 21px;
		background-size: 144px 21px;
		margin-top: -11px;
	}
}

.dtnews-wrap {
	background: url(/assets/addons/cms/img/ddnewsbg.jpg) center center;
}

.dtnews-wrap .container {
	background: #fff;
}

.dtnews-wrap .title {
	background: url(/assets/addons/cms/img/dtdm.jpg) center;
	background-size: cover;
	height: 280px;
}

.dtnews-wrap .title h3 {
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	margin-top: 30px;
	color: #000000;
}

.dtnews-wrap .newscon {
	padding: 20px;
}

.dtnews-wrap .newscon a {
	float: left;
	width: 50%;
	font-size: 16px;
	border-right: 1px dashed #ddd;
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
	margin-top: 5px;
}

.dtnews-wrap .newscon a span:first-child {
	color: #000000;
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-height: 30px;
	padding-right: 20px;
}

.dtnews-wrap .newscon a:hover span:first-child {
	color: #ed6d20;
}

.dtnews-wrap .newscon a:nth-child(2n) {
	border: none;
}

@media (max-width: 768px) {
	.dtnews-wrap .newscon a {
		width: 100%;
		border: none;
		padding: 0;
	}

	.dtnews-wrap .title {
		height: 80px;
	}

	.dtnews-wrap .title h3 {
		color: #fff;
	}
}

.navbar-list {
	display: flex;
	padding: 15px 0;
	margin-bottom: 0;
}

.navbar-list li {
	list-style: none;
	margin-right: 15px;
}

.navbar-list li a {
	padding: 8px 40px;
	display: block;
	border: 1px solid #EFEFEF;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}

.navbar-list li a.active {
	background: #ed6d20;
	border: 1px solid #ed6d20;
	color: #fff;
}

.navbar-list li a.active:hover {
	color: #fff;
}

.navbar-list li a:hover {
	border: 1px solid #ed6d20;
	color: #ed6d20;
}

@media (max-width: 768px) {
	.navbar-list {
		justify-content: center;
		flex-wrap: wrap;
	}

	.navbar-list li {
		margin-bottom: 10px;
	}
}

.breadcrumb {
	margin-bottom: 0;
	background: none;
	padding: 0;
	font-size: 14px;
	text-align: left;
	font-weight: normal;
}

.pic-list {
	padding: 0 10px;
}

.pic-list>div {
	padding-left: 5px;
	padding-right: 5px;
}

.pic-list .gallery-item {
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.pic-list .gallery-item img {
	position: relative;
	width: 100%;
	height: 150px;
}

@media (max-width: 768px) {
	.panel-default>.panel-heading div.more {
		display: none;
	}

	.pic-list .gallery-item img {
		height: 120px;
	}
}

.pic-list .gallery-item .overlay {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	top: 0;
	z-index: 11;
	vertical-align: middle;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.pic-list .gallery-item .overlay:before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #ed6d20;
}

.pic-list .gallery-item .overlay h3 {
	color: #F4F4F4;
	font-size: 16px;
	font-weight: 700;
	padding-top: 5px;
}

.pic-list .gallery-item .overlay p {
	color: #F4F4F4;
	line-height: 18px;
	font-size: 14px;
	padding: 10px;
	max-height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.pic-list .gallery-item .bnt-case {
	margin-top: 10px;
	width: 80px;
	height: 25px;
	line-height: 24px;
	cursor: pointer;
	display: block;
	font-size: 22px;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #F4F4F4;
	color: #F4F4F4;
	ecshop: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

.pic-list .gallery-item .overlay h3,
.pic-list .gallery-item .overlay p,
.pic-list .gallery-item .overlay .bnt-case {
	position: relative;
	z-index: 12;
	text-align: center;
	display: block;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.pic-list .gallery-item:hover .overlay {
	visibility: visible;
	opacity: 1;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	background-color: #ed6d20;
	border-color: #ed6d20;
}

.article-list .article-title a {
	color: #000000;
	font-weight: 700;
}

.sub-bnr {
	background: url(/assets/addons/cms/img/sub-bnr-bg.jpg) no-repeat;
	background-size: cover !important;
	min-height: 300px;
	text-align: center;
	position: relative;
}

.sub-bnr hr {
	height: 1px;
	background: none;
	border: none;
	border-top: 1px solid #45A3E7;
	border-bottom: 1px solid #45A3E7;
	margin: 0px auto;
	width: 150px;
}

.sub-bnr h3 {
	color: #fff;
	font-weight: bold;
	font-size: 40px;
	letter-spacing: 3px;
	margin-top: 40px;
}

.sub-bnr p {
	font-style: italic;
	color: #fff;
	letter-spacing: 1px;
	font-size: 14px;
	margin-top: 20px;
}

.sub-bnr .breadcrumb {
	background: none;
	margin: 0px;
	padding: 0px;
}

.sub-bnr h6 {
	display: inline-block;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	float: left;
	line-height: 58px;
	margin: 0px;
	letter-spacing: 1px;
}

.sub-bnr .breadcrumb li {
	color: #45A3E7;
	letter-spacing: 1px;
	text-transform: none;
	line-height: 30px;
	font-weight: 700;
	font-size: 14px;
	margin: 10px 0;
}

.sub-bnr .breadcrumb li a {
	color: #fff;
	text-transform: none;
	color: #fff;
	text-transform: none;
	font-weight: 600;
	font-size: 14px;
}

.sub-bnr .breadcrumb>li+li:before {
	color: #fff;
}

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

.sub-bnr.left .container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 300px;
}

.sub-bnr.left p {
	font-style: normal;
	font-size: 18px;
}

.sub-bnr.left hr {
	margin: 0;
	width: 30%;
}

.contact-wrap {
	padding: 60px 10px;
	margin-top: 10px;
}

.contact-wrap>div {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	min-height: 80px;
}

.contact-wrap>div>div {
	margin-right: 10px;
}

.contact-wrap>div>div i {
	width: 60px;
	height: 60px;
	line-height: 60px;
	border: 1px solid #ed6d20;
	border-radius: 50%;
	display: block;
	font-size: 24px;
	text-align: center;
	color: #ed6d20;
}

.contact-wrap>div:nth-child(3)>div i {
	font-size: 20px;
}

.contact-wrap>div>dl {
	margin-bottom: 0;
	padding: 0;
}

.contact-wrap>div>dl dt {
	color: #ed6d20;
	font-size: 14px;
	font-weight: bold;
}

.contact-wrap>div>dl dd {
	font-weight: bold;
	font-size: 16px;
	color: #000000;
}

.entrance-wrap dl {
	background: #fff;
	border-radius: 5px;
	padding: 15px;
	display: flex;
	flex-direction: row;
	align-items: center;
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.entrance-wrap dl dt {
	padding: 0 10px;
}

.entrance-wrap dl dt i {
	font-size: 38px !important;
	color: #ed6d20;
	font-weight: normal;
}

.entrance-wrap dl dd {
	margin-left: 10px;
}

.entrance-wrap dl dd span {
	font-size: 20px !important;
	font-weight: bold;
	color: var(--wj-dark);
	margin-bottom: 10px;
}

.entrance-wrap dl dd p {
	margin-bottom: 0;
}

.entrance-wrap a:hover dl {
	background-color: #ed6d20;
	color: #fff;
}

.entrance-wrap a:hover dl dt i,
.entrance-wrap a:hover dl dd span {
	color: #fff;
}

@media (max-width: 768px) {
	.entrance-wrap dl dd span {
		font-size: 16px !important;
	}

	.entrance-wrap dl dt i {
		font-size: 30px !important;
	}

	.entrance-wrap dl {
		min-height: 88px;
	}
}

@media(max-width:350px) {
	.entrance-wrap dl dt i {
		font-size: 26px !important;
	}
}

@media(max-width:340px) {
	.entrance-wrap dl dt i {
		font-size: 22px !important;
	}

	.entrance-wrap dl {
		padding: 5px;
	}
}



.train-wrap {
	background-position: center;
	background-repeat: no-repeat;
	padding: 20px 0 20px 0;
	background-size: cover;
}

.train-wrap .row a {
	/* background: rgba(255, 255, 255, 0.3);
	display: block;
	border-radius: 10px;
	width: 80%;
	margin: 10px auto;
	height: 270px;
	padding: 20px 30px; */

	background: #fff;
	border-radius: 15px;
	display: flex;
	flex-direction: row;
	align-items: center;
	/* box-shadow: 0 0 20px rgb(0 0 0 / 10%); */
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
	justify-content: center;
	height: 270px;
	margin: 10px auto;
	padding: 20px 20px;
	width: 88%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.train-wrap .row a:hover {
	box-shadow: 0 0 30px rgb(0 0 0 / 20%);
	transform: scale(1.05);
}

.train-wrap .row a dl {}

.train-wrap .row a dl dt {
	font-size: 16px;
	font-weight: bold;
	/* color: #ed6d20; */
	margin-top: 20px;
	color: #000;
}

.train-wrap .row a dl dt.ico {
	background: #ed6d20;
	border-radius: 50%;
	width: 7rem;
	height: 7rem;
	margin: 15px auto;
	text-align: center;
	line-height: 7rem;
}

.train-wrap .row a dl dt.ico img {
	width: 70%;
	display: inline-block;
}

.train-wrap .row a dt:nth-child(2) {
	height: 3rem;
}

.train-wrap .row a dl dt:first-child {
	margin-bottom: 10px;
}

.train-wrap .row a dl dd {
	font-size: 15px;
	color: #fff;
	/* border: 1px solid rgb(8, 8, 8); */
	background: #ed6d20;
	border-radius: 5px;
	margin-top: 10px;
	display: inline-block;
	padding: 5px 10px;
}

@media (max-width: 768px) {
	.train-wrap {
		padding: 20px 0;
	}

	.train-wrap .row a {
		width: 100%;
	}

	.train-wrap .row a dl dt {
		font-size: 16px;
	}

	.about-wrap .dm {
		margin-top: 15px;
		width: 100%;
	}

}

.about-wrap .dm {
	width: 100%;
}

.about-wrap ul {
	margin: 30px 0;
	padding: 0;
	overflow: hidden;
}

.about-wrap ul li {
	list-style: none;
	width: 33.33%;
	display: block;
	float: left;
	font-size: 20px;
	color: #ed6d20;
	margin-bottom: 5px;
}

.about-wrap ul li i {
	font-size: 22px;
	margin-right: 10px;
}

.news-wrap .top {
	background-image: url('/assets/addons/cms/img/index_section_bg01.jpg');
	background-position: center;
	background-repeat: no-repeat;
	padding: 30px 0;
}

.news-wrap .top ul {
	list-style: none;
	margin: 0px auto;
	text-align: center;
	padding: 0;
}

.news-wrap .top ul li {
	list-style: none;
	display: inline-block;
	font-size: 22px;
	margin: 0 20px;
	color: #fff;
	cursor: pointer;
}

.news-wrap .top ul li.active {
	font-weight: bold;
	position: relative;
}

.news-wrap .top ul li.active::after {
	content: '';
	display: block;
	height: 2px;
	width: 30px;
	border-radius: 2px;
	background-color: #fff;
	position: absolute;
	bottom: -5px;
	left: 50%;
	margin-left: -15px;
}

.news-wrap .bot {
	padding: 20px 0;
}

.news-wrap .bot .item a {
	display: flex;
	padding: 10px;
	border: 1px solid #f2f2f2;
	margin-top: 20px;
	border-radius: 5px;
	flex-direction: row;
	box-sizing: border-box;
}

.news-wrap .bot .item a img {
	width: 317px;
	height: 135px;
	border-radius: 5px;
	margin-right: 10px;
}

.news-wrap .bot .item a>div {
	flex: 1;
	overflow: hidden;
}

.news-wrap .bot .item a h5 {
	font-size: 20px;
	width: 100%;
	display: block;
	font-weight: bold;
	color: var(--wj-dark);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news-wrap .bot .item a:hover h5 {
	color: #ed6d20;
}

.news-wrap .bot .item a:hover {
	border: 1px solid #ed6d20;
}

.news-wrap .bot .item a p {
	color: #5e5e5e;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news-wrap .bot .item a span i {
	color: #ed6d20;
	margin-right: 5px;
}

@media (max-width: 768px) {
	.news-wrap .top ul li {
		font-size: 18px;
		margin: 0 5px;
	}

	.news-wrap .bot .item a {
		align-items: center;
	}

	.news-wrap .bot .item a img {
		width: 200px;
		height: 90px;
	}

	.news-wrap .bot .item a h5 {
		font-size: 18px;
	}
}


.wj-tab-con {
	display: none;
}

.wj-tab-con.active {
	display: block;
}

.title-tab {
	display: flex;
	justify-content: center;
}

.title-tab .wj-title {
	margin-left: 10px;
	margin-right: 10px;
	cursor: pointer;
}

.title-tab .wj-title.active h3 {
	color: #ed6d20;
}

.title-tab-con {
	display: none;
	position: relative;
}

.title-tab-con.active {
	display: block;
}

.fc-wrap .row dl {
	margin-bottom: 0;
}

.fc-wrap .row dl dt img {
	width: 100%;
	height: 190px;
}

.fc-wrap .row dl dd {
	padding: 10px;
}

.fc-wrap .row dl dd span {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	/* new */
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.fc-wrap .row dl dd p {
	font-size: 14px;
	color: #585858;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.fc-wrap .row.box {
	overflow: hidden;
	height: 320px;
}

.fc-wrap .row.box.stu {
	overflow: hidden;
	height: 200px;
}

.fc-wrap .row a {
	border: 1px solid #f2f2f2;
	border-radius: 5px;
	overflow: hidden;
	display: block;
}

.fc-wrap .row a:hover {
	border: 1px solid #ed6d20;
}

@media (max-width: 768px) {
	.fc-wrap .row.box {
		padding-left: 15px;
		padding-right: 15px;
	}

	.about-wrap ul li i {
		font-size: 16px;
		margin-right: 5px;
	}

	.about-wrap ul li {
		font-size: 16px;
	}

	.about-wrap .more {
		margin: 0 auto;
	}
}


.carousel-pics-wrap .ctr {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background-color: #ed6d20;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	cursor: pointer;
	position: absolute;
	margin-top: -20px;
}

.carousel-pics-wrap .ctr.left {
	margin-left: -50px;
	left: 0;
	top: 50%;
}

.carousel-pics-wrap .ctr.right {
	margin-right: -50px;
	right: 0;
	top: 50%;
}

.carousel-pics-wrap ul {
	overflow: hidden;
	width: 200%;
	padding: 0;
	margin: 0;
}

.carousel-pics-wrap ul li {
	list-style: none;
	float: left;
	width: 196.5px;
	margin-right: 10px;
}

a.more {
	background-color: #ed6d20;
	border-radius: 5px;
	padding: 15px 55px;
	color: #fff;
	font-size: 20px;
}


@media (max-width: 768px) {
	.container .row {
		margin-right: 0;
		margin-left: 0;
	}

	.carousel-pics-wrap .ctr.right {
		margin-right: -10px;
	}

	.carousel-pics-wrap .ctr.left {
		margin-left: -10px;
	}
}

.panel-default>.panel-heading.breadcrumb-heading {
	/* TODO: 客户暂定需求， 之后可能还会改回来，先注释掉 */
	/* position: absolute;
	right: 0;
	top: -55px; */
	border-bottom: 0;
	padding: 10px 15px;
	border-radius: 5px 5px 0 0;
}

.panel-default>.panel-body.menu-wrap {
	background: var(--wj-yellow-light);
	border-radius: 10px;
	padding: 20px 0 20px 15px;
}

.menu-wrap>ul {
	margin: 0;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;

}

.menu-wrap>ul li {
	list-style: none;
	margin-bottom: 5px;
	margin-top: 5px;
}

.menu-wrap>ul li a {
	font-size: 22px;
	color: #000;
	display: block;
	padding: 10px 30px;
	text-align: center;
	font-size: 18px;
	letter-spacing: 2px;
}

.menu-wrap>ul li a:hover,
.menu-wrap>ul li a.active {
	background-color: #ed6d20;
	color: #fff;
	border-radius: 10px 0 0 10px;
}

.l-box {
	padding: 20px 15px;
	background: var(--wj-yellow-light);
	border-radius: 10px;
}

.panel-default.l-box>.panel-heading {
	background: none;
}

.l-link-box {
	background: #ed6d20;
	padding: 20px 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 10px;
	display: flex;
	flex-direction: row;
	color: #fff;
	align-items: center;
}

.l-link-box i {
	font-size: 34px;
	margin-right: 10px;
	padding: 0 10px;
}

.l-link-box a {
	color: #fff;
	display: block;
	flex: 1;

}

.l-link-box a p {
	margin: 0;
	padding: 0;
}

.l-link-box a span {
	font-size: 28px;
}

.bm-wrap .item.col-xs-12 {
	padding: 0;
}

.bm-wrap .item.col-md-6:first-child {
	padding-right: 5px;
}

.bm-wrap .item.col-md-6:nth-child(2) {
	padding-left: 5px;
}

.bm-wrap .item>div {
	background: #FFF8F5;
	margin-bottom: 10px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	position: relative;
	box-sizing: border-box;
}

.bm-wrap .item>div>input,
.bm-wrap .item>div>select,
.bm-wrap .item>div>textarea {
	border: none;
	background: none;
	padding: 15px;
	font-size: 18px;
	flex: 1;
}

.bm-wrap .item>div span {
	margin-left: 15px;
	font-size: 18px;
	color: #ed6d20;
}

.bm-wrap .item>div select {
	flex: 1;
	margin-right: 15px;
}

.bm-wrap .item>div textarea {
	flex: 1;
}

.bm-wrap .item>div:hover {
	border: 1px solid #ed6d20;
}

.bm-wrap .btn {
	display: flex;
	justify-content: center;
	padding: 15px;
}

.bm-wrap .btn button {
	border: none;
	background: #ed6d20;
	padding: 10px 40px;
	font-size: 18px;
	border-radius: 5px;
	color: #fff;
}

@media (max-width: 768px) {
	.panel-default>.panel-heading.breadcrumb-heading {
		position: initial;
		padding: 10px 0;
	}

	.sub-title {
		border-top: 1px solid #ed6d20;
		border-bottom: 0;
	}

	.sub-title .more {
		position: relative;
		padding: 10px 0
	}

	.sub-title .more .list-inline {
		margin-left: 0;
		margin-bottom: 0;
	}

	.bm-wrap .item.col-md-6:first-child {
		padding-right: 0px;
	}

	.bm-wrap .item.col-md-6:nth-child(2) {
		padding-left: 0px;
	}

	.menu-wrap>ul {
		justify-content: center;
		flex-direction: row;
		flex-wrap: wrap;
		margin: 0;
		padding: 0;
	}

	.menu-wrap>ul li a:hover,
	.menu-wrap>ul li {
		margin: 0 5px;
	}

	.menu-wrap>ul li a:hover,
	.menu-wrap>ul li a {
		font-size: 16px;
		padding: 10px;
	}

	.menu-wrap>ul li a:hover,
	.menu-wrap>ul li a.active {
		border-radius: 5px;
	}

	.hot-article {
		display: none;
	}

	.hot-tags {
		display: none;
	}
}

.citem {
	background-color: #ed6d20;
	height: 120px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	cursor: pointer;
	flex-direction: column;
	background-image: url('/assets/addons/cms/img/sub-bnr-bg.jpg');
	background-size: cover;
	position: relative;
}

.citem.bg01 {
	background-image: url('/assets/addons/cms/img/sub-bnr-bg01.jpg');
}

.citem.bg02 {
	background-image: url('/assets/addons/cms/img/sub-bnr-bg02.jpg');
}

.citem.bg03 {
	background-image: url('/assets/addons/cms/img/sub-bnr-bg03.jpg');
}

.area-wrap {
	background-image: url('/assets/addons/cms/img/index_section_bg04.jpg');
	background-size: cover;
}

.area-wrap .rmain {}

.area-wrap .rmain .zjfy {
	margin-top: 40px;
	margin-bottom: 50px;
	line-height: 28px;
}

.area-wrap .rmain .lis {
	text-align: center;
}

.area-wrap .rmain .lis .item {
	padding-top: 20px;
}

.area-wrap .rmain .lis .item span {
	font-size: 36px;
	font-weight: bold;
	color: #ed6d20;
	margin-bottom: 20px;

	display: block;
}

.area-wrap .rmain .lis .item p {
	font-size: 13px;
	color: #666666;
}

.paddingtop0 {
	padding-top: 0
}

.paddingbottom0 {
	padding-bottom: 0
}


@media (max-width: 768px) {
	.article-list .media {
		display: flex;
		flex-direction: column;
	}

	.article-list .media .media-left {
		width: 100%
	}

	.article-list .media .media-left a {
		width: 100% !important
	}

	.article-list .media .media-body {
		width: 100%;
		padding-left: 0;
		margin-top: 10px;
	}

	.article-list .article-intro {
		height: initial;
		max-height: 44px;
	}

	.qbod {
		padding: 0 !important;
	}

	.sel-jyzs {
		margin-left: 10px !important;
		margin-right: 5px !important;
	}

	.sel-zyzgzs {
		margin-right: 10px !important;
		margin-left: 5px !important;
	}

	.sel-jyzs p,
	.sel-zyzgzs p {
		font-size: 16px !important;
	}
}