.css3 {
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}


::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 10px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 10px;
}

::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	background-color: #222222;
	/* 	background-image: -webkit-linear-gradient(45deg,
			rgba(255, 255, 255, 0.2) 25%,
			transparent 25%,
			transparent 50%,
			rgba(255, 255, 255, 0.2) 50%,
			rgba(255, 255, 255, 0.2) 75%,
			transparent 75%,
			transparent); */
}

::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #414141;
	border-radius: 10px;
}


.common-back {
	margin-right: 0px !important;
}

.sub-banner {
	margin: 0 10px;
	overflow: hidden;
}
.sub-banner #video{width:100%; height:100%; object-fit:cover;}
.sub-banner .wrap {
	width: 1000px;
	float: left;
}
.sub-banner .swiper-slide img{ width:100%;height:100%; object-fit:cover;}
.sub-banner .video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
.sub-banner .swiper-button-prev,
.sub-banner .swiper-button-next {
	display: none !important;
}

.sub-banner #myVideo,
.sub-banner .video {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}
.sub-banner .mySwiper2 {
	width: 100%;
	height: 600px;
}

.sub-banner .mySwiper {
	width: 100%;
	height: 190px;
	margin-top: 10px;
	position: relative;
	box-sizing: border-box;
	padding: 10px 0;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	height: 100%;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.swiper-slide {
	background-size: cover;
	background-position: center;
}

.sub-banner .wrap .mySwiper::before {
	width: 100px;
	height: 30px;
	display: block;
	padding: 0 10px;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	text-align: center;
	right: 0px;
	color: #ffffff;
	line-height: 30px;
	content: '更多可左滑';
	z-index: 999;
	background: rgba(0, 0, 0, 0.3);
}

.sub-banner .wrap .swiper-slide {
	width: 25%;
	opacity: 0.4;
	height: 100%;
}

.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sub-banner .mySwiper2 {
	width: 100%;
	height: 600px;
	overflow: hidden;
	border-radius: 10px;
	background: #232323;
}




.sub-banner .infos {
	width: calc(100% - 1020px);
	overflow: hidden;
	float: left;
	margin-left: 20px;
}

.sub-banner .infos .title {
	font-size: 40px;
	line-height: 50px;
	height: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #dddddd;

}

.sub-banner .description {
	margin-top: 20px;
}

.sub-banner .description.height {
	height: 224px;
	overflow: hidden;
}

.sub-banner .description .lab {
	font-size: 18px;
	color: #9d9d9d;
	margin-top: 10px;
}

.sub-banner .description .btn-view {
	width: 140px;
	text-align: center;
	background: #ffffff;
	line-height: 30px;
	display: inline-block;
	padding: 4px 6px;
	border-radius: 4px;
	color: #000000;
}

.sub-banner .description .btn-view:hover {
	color: #000000;
	opacity: 0.8;
}

.tit-area{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}



.sub-banner .description .tit {
	font-size: 24px;
	color: #dddddd;
}

.sub-banner .description .txt {
	margin-top: 16px;
	font-size: 18px !important;
	color: #9d9d9d;
}

.sub-banner .description .txt span,
.sub-banner .description .txt a,
.sub-banner .description .txt p,
.sub-banner .contbox span,
.sub-banner .contbox a,
.sub-banner .contbox p {
	background: none !important;
	font-size: 18px !important;
	color: #9d9d9d !important;
	font-family: Arial, Helvetica, sans-serif !important;
}

.sub-banner .panel-default {
	background: #232323;
}

/**
 * 头部导航 GO
*/

.navbar-default .navbar-brand {
	width: 550px;
	height: 60px;
	margin: 20px 0 0 30px;
	padding: 0px;
}

.navbar-default .navbar-brand img {
	width: 100%;
	display: block;
	object-fit: contain;
	line-height: 0px;

}

.navbar-default .navbar-nav>li>a {
	height: 40px;
	line-height: 40px;
}

.navbar-white .navbar-nav>li>a {
	height: 60px;
	line-height: 27px;
	color: #555;
}

.navbar-white .navbar-nav>li>a:hover,
.navbar-white .navbar-nav>li>a:focus {
	color: #007bff;
}

.navbar-white .navbar-nav>.active>a,
.navbar-white .navbar-nav>.active>a:hover,
.navbar-white .navbar-nav>.active>a:focus {
	background-color: inherit;
	color: #007bff;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border: none;
}

.m-index {
	background: #000000;
	min-height: 100%;
}




.btn {
	font-size: 13px;
}

.btn-primary {
	color: #000000;
	background-color: #ebebeb;
	border-color: #ebebeb;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus {
	color: #999999;
	background-color: #ebebeb;
	border-color: #ebebeb;
}

.btn-gray {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-gray:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5;
}

.btn-light {
	color: #ebebeb;
	background: #b3d7ff;
	border-color: transparent;
}

.btn-light:hover {
	color: #fff;
	background-color: #ebebeb;
	border-color: #ebebeb;
}

.label-primary {
	color: #fff;
	background-color: #ebebeb;
	border-color: #ebebeb;
}

.btn-outline-primary {
	color: #ebebeb;
	background-color: transparent;
	background-image: none;
	border-color: #ebebeb;
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #ebebeb;
	border-color: #ebebeb;
}

.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;
}

.form-control {
	font-size: 13px;
}

.wow {
	visibility: hidden;
}

.navbar {
	background: #000000;
	height: 100px;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
	background-size: 100% 100%;
	border: 0px;
}

.navbar-inverse .navbar-nav>li>a {
	color: #caced2;
}

.skin-white {
	padding-top: 100px;
}

.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);
}

.carousel-indicators {
	width: 860px;
	height: 20px;
	left: initial;
	right: 0px;
	bottom: 0px;
	display: flex;
	justify-content: right;
	position: absolute;
	z-index: 15;
}

.carousel-indicators li {
	border: 0px;
	text-indent: 0;
	border-radius: 0;
	margin: 0 15px;
	width: 20px;
	height: 20px;
	background: rgba(255, 255, 255, 0.5);
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.carousel-indicators .active {
	width: 160px;
	height: 20px;
	background: #dedede;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}



/**
 * 类目
*/

.index-title {
	position: relative;
	overflow: hidden;
}

.index-title .wrap {
	display: flex;
	justify-content: space-between;
}

.index-title span {
	position: relative;
	font-size: 38px;
	color: #ffffff;
	z-index: 3;

}

.index-title .more {
	color: #999999;
	font-size: 18px;
}

.index-title .more:hover {
	color: #ffffff;
}


.index-title::after {
	width: 155px;
	height: 26px;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	content: '';
	background: #333333;
}

.m-video {
	margin: 50px 0 20px;
	padding: 0 30px;

}

.m-video video {
	margin-top: 20px;
	width: 100%;
	height: 600px;
	object-fit: cover;
}

.m-menu {
	padding: 0 30px;
	width: 100%;
}

/*
*首页类目1920
*/
.m-menu .items {
	margin-top: 20px;
	display: grid;
	/* grid-rows:repeat(auto-fit,minmax(0,1fr)); */
	grid-template-columns: repeat(4, 1fr);
	/* 创建四列，每列宽度相等 */
	gap: 30px;
}

.m-menu .items .item {
	position: relative;
}

.m-menu .items .title {
	width: 100%;
	text-align: center;
	position: absolute;
	font-size: 40px;
	top: 40px;
	left: 0;
}

.m-menu .items a {
	width: 100%;
	display: block;
	color: #ffffff;

}

.m-menu .items a:hover {
	color: #ffff00;
}




.m-menu .items .item img {
	width: 100%;
	height: 614px;
	object-fit: cover;
}


/**
 * 搜索页
*/


.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;
	background: #222222;
	overflow: hidden;
}

.panel-default>.panel-heading {
	position: relative;
	padding: 15px 8px;
	background: #414141;
	border-bottom: 1px solid #ebebeb;
	margin-top: 20px;
}

.panel-default>.panel-heading .panel-title {
	font-size: 16px;
	color: #ffffff;
}

.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: 10px;
	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;
}

.m-condition {
	background-color: #222222;
	padding: 10px 0;
	margin-bottom: 20px;
}

.checkbox-inline {
	display: flex;
	align-items: center;
}

.m-condition .tit {
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
	line-height: 30px;
	color: #ffffff;
}

.m-condition .clear {
	margin: 0px 0 0 20px;
	color: #ffffff;
	border: 1px solid #d6d7dc;
	padding: 4px 6px;
	border-radius: 4px;
	font-size: 16px;
	display: inline-block;
}

.tabs-wrapper {
	padding: 0 20px;
	-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: #222222;
}

.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;
	margin-bottom: 20px;
	display: flex;
}

.tabs-wrapper .tabs-group .title {
	padding: 5px 0;
	width: 70px;
	flex: none;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	color: #828a92;
	font-size: 20px;
}

.tabs-wrapper .tabs-group .content {
	list-style: none;
	padding: 0;
	margin: 0px;
}

.tabs-wrapper .tabs-group .content>li {
	float: left;

}

.tabs-wrapper .tabs-group .content>li>a {
	display: block;
	padding: 5px 15px;
	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;
	font-size: 20px;
}

.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: #ffffff;
	background: #414141;
}

.tabs-wrapper .tabs-group .tabs-toggle {
	position: absolute;
	right: 20px;
	top: 18px;
	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: #ffffff;
	background: #414141;
}


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%;
	background-position: center center;
}

.carousel-focus .piclink::after {
	width: 100%;
	height: 560px;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	content: '';
	background: url(../img/mask_banner.png) center bottom no-repeat;
}



.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;
}


.index-focus .carousel-focus .carousel-img {
	position: relative;
}

.index-focus .carousel-focus .carousel-img .txts {
	position: absolute;
	bottom: 30px;
	left: 30px;
	font-family: '宋体';
}

.index-focus a {
	color: #ffffff;
}

.index-focus .tit {
	color: #ffffff;
	font-size: 30px;
}

.index-focus .txt {
	color: #ffffff;
	font-size: 20px;
}




.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: 8px;
}

.tag {
	display: inline-block;
	padding: 0 8px;
	height: 24px;
	line-height: 24px;
	font-weight: 400;
	font-size: 13px;
	text-align: center;
	color: #007bff;
	background: #e5f2ff;
	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: #007bff;
	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;
}




.m-botique {
	padding: 0 30px;
	width: 100%;
	overflow: hidden;
}

.m-botique .items {
	position: relative;
	overflow: hidden;
	height: 1320px;
	margin-top: 20px;
}

.m-botique .items .item {
	height: 400px;
	overflow: hidden;
	position: absolute;
}

.m-botique .items .item:nth-child(1) {
	width: calc(100% - 1030px);
	top: 0;
	left: 0px;
}

.m-botique .items .item:nth-child(2) {
	width: 400px;
	top: 0;
	right: 610px;
}

.m-botique .items .item:nth-child(3) {
	width: 590px;
	height: 820px;
	top: 0px;
	right: 0px;
}

.m-botique .items .item:nth-child(4) {
	width: 400px;
	top: 420px;
	left: 0px;
}

.m-botique .items .item:nth-child(5) {
	width: calc(100% - 1030px);
	top: 420px;
	left: 420px;
}

.m-botique .items .item:nth-child(6) {
	width: 400px;
	top: 840px;
	left: 0px;
}

.m-botique .items .item:nth-child(7) {
	width: calc(100% - 420px);
	top: 840px;
	right: 0px;
}


.m-botique .items .item img {
	width: 100%;
	height: 100%;
	background: #333333;
	object-fit: cover;
}

.m-botique .items .more {
	width: 150px;
	height: 60px;
	line-height: 60px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align: center;
	display: block;
	border: 1px solid #ffffff;
	font-size: 18px;
	color: #ffffff;
}





.m-moutain-index {
	padding: 0 30px;
	width: 100%;
	overflow: hidden;
}

.m-moutain-index .items {
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 10px;

}


.m-moutain-index .items .item {
	height: 50px;
	background: #292929;
	margin-bottom: 10px;
	padding: 0 10px;
	float: left;
}

.m-moutain-index .items .item:nth-child(odd) {
	background: #1a1a1a;
}

/* .m-moutain-index .items .item:nth-child(even) {
	margin-left: 20px;

} */

.m-moutain-index .items .item a {
	width: 100%;
	line-height: 50px;
	color: #ffffff;
	display: block;
	text-align: center;
	font-size: 22px;

}











.m-aboutus {
	padding: 0 30px;
	width: 100%;
	overflow: hidden;
}

.m-aboutus .items {
	width: 100%;
	margin-top: 20px;
}

.m-aboutus .items .item {
	width: 40%;
	background: #292929;
	margin-bottom: 20px;
	float: left;
}

.m-aboutus .items .item:nth-child(1),
.m-aboutus .items .item:nth-child(4) {
	width: calc(60% - 20px);
	background: #1a1a1a;
}

.m-aboutus .items .item:nth-child(even) {
	margin-left: 20px;

}

.m-aboutus .items .item a {
	width: 100%;
	line-height: 100px;
	color: #ffffff;
	display: block;
	text-align: center;
	font-size: 22px;
	letter-spacing: 10px;

}



.m-list,
.navbar-default {
	background: #000000;
}

.m-list .categroay {
	margin: 10px;
	/* height: 80px; */
	padding: 0 20px;
	display: flex;
	align-items: center;
	background: #000000;
	position: static;
	top: 150px;
	flex-wrap: wrap;

}

.m-list .categroay .menu {
	margin-right: 10px;
	background: #000000;
	position: relative;

}

.m-list .categroay .menu.active .name,
.m-list .categroay .menu:hover .name {
	background: #1d2025;
}

.m-list .categroay .name {
	position: relative;
	display: block;
	overflow: hidden;
	align-items: center;
	height: 48px;
	line-height: 40px;
	padding: 4px 4px;
	cursor: pointer;
	color: #ffffff;
	letter-spacing: 0px;
	font-size: 18px;
}

.m-list .categroay .name img {
	margin: 2px;
	width: 36px;
	height: 36px;
	margin-right: 4px;
	border: 1px solid #ffffff;
}

.m-list .categroay .menu ul {
	min-width: 116px;
	position: absolute;
	top: 48px;
	left: 0px;
	background: #151719;
	z-index: 33;
	display: none;
	padding: 0px;

}

.m-list .categroay .menu:hover ul {

	display: block;

}

.m-list .categroay .menu ul li {
	height: 38px;
	line-height: 38px;
	list-style: none;

}

.m-list .categroay .menu ul li a {
	width: 100%;
	height: 38px;
	padding: 0 22px 0 30px;
	display: block;
	color: #ffffff;
	opacity: .8;

}

.m-list .categroay .menu li.active,
.m-list .categroay .menu ul li:hover {
	background: #1d2025;
}






.m-list .categroay .menu ul li:hover a {
	opacity: 1;
}

.m-list .brickwall {
	display: grid;
	grid-gap: 0.5em;
	grid-auto-flow: row dense;
	grid-auto-rows: minmax(133px, 40vmin);
	grid-template-columns: 1fr;
}




/**
 * 按山
*/



.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	overflow: hidden;
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	background: #fff;
}

.sub-banner .description .minh {
	height: 176px;
	overflow: hidden;
}

.sub-banner .description .sku {
	padding: 9px 20px;
	margin-top: 16px;
	font-size: 22px;
	color: #9d9d9d;
	background: #232323;
	border-radius: 4px;
	cursor: pointer;
}

.sub-banner .description .sku:hover {
	background: #414141;
}

.sub-banner .btns {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	overflow: hidden;
}

.sub-banner .btns .btn {
	width: calc(50% - 8px);
	border-radius: 10px;
	border: 1px solid #7b7b7b;
	font-size: 40px;
	color: #ffffff;
}

.sub-banner .btns .btn:hover {
	background: #232323;
}

.sub-banner .detail {
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-top: 20px;
}

.sub-banner .detail .tabs {
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #7b7b7b;
}

.sub-banner .detail .tab {
	color: #7b7b7b;
	line-height: 50px;
	margin: 0 30px;
	font-size: 26px;
	cursor: pointer;
}

.sub-banner .detail .tab.current {
	color: #ffffff;
}

.sub-banner .detail .contbox {
	padding: 20px;
	display: none;
	min-height: 600px;
	color: #b1b1b1 !important;
}

.detail .contbox span {
	color: #b1b1b1 !important;
}

.detail .contbox * {
	background: none !important;
	color: #b1b1b1 !important;
}

.m-list .brickwall .item {
	height: 100%;
	background: #0f0f0f;
	color: #ddd;
	border: 1px solid #0f0f0f;
	position: relative;
}

.m-list .brickwall .item .new {
	width: 27px;
	height: 10px;
	position: absolute;
	top: 10px;
	left: 10px;
}

.m-list .brickwall .item .more {
	height: 32px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	background: rgba(38, 38, 38, .5);
	color: #ffffff;
	padding: 0 12px;
	display: block;
	overflow: hidden;
	line-height: 32px;
	transition: all .3s;
}

.m-list .brickwall .item .more:hover {
	background: rgba(38, 38, 38, .7);

}



.m-list .brickwall .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.m-list .brickwall .item:hover {
	border: 1px solid #202020;
}


.s-window {
	width: 1200px;
	height: 600px;
	position: fixed;
	display: flex;
	top: 50%;
	left: 50%;
	margin: -300px 0 0 -600px;
	background: #0e0f10;
	z-index: 99;
	overflow: hidden;
}

.s-window::after {
	width: 100%;
	height: 100%;
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	content: '';
	background: rgba(0, 0, 0, .7);
}

.s-window .wrap {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 3;
	border: 1px solid rgba(255, 255, 255, .8);
	overflow: hidden;

}

.s-window .big {
	width: 798px;
	height: 600px;
	display: block;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 3;
}

/*.s-window .big::after {
	width: 300px;
	height: 50px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	right: 50px;
	content: '';
	background: url('../img/water.png') center no-repeat;
	z-index: 99;
	background-size: 100% 100%;
}
*/
.s-window .big span {
	position: absolute;
	width: 80px;
	height: 32px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	background: rgba(38, 38, 38, .5);
	color: #ffffff;
	padding: 0 12px;
	display: block;
	overflow: hidden;
	line-height: 32px;
	transition: all .3s;
	z-index: 99;
}



.s-window .big-img a,
.s-window .big-img {
	width: 800px;
	height: 600px;
	object-fit: contain;
	float: left;
}

.s-window .big-img:hover {
	transform: scale(1.2);
}

.m-list .brickwall .item .tit {
	font-size: 20px;
	font-weight: bold;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 62px;
}

.s-window .info {
	width: 400px;
	height: 598px;
	padding: 20px;
	float: left;
	background: #161718;
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 3;
}

.s-window .close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	z-index: 3;
}

.s-window .top {
	overflow: hidden;
}

.s-window .small-img {
	width: 50px;
	height: 50px;
	object-fit: contain;
	float: left;
	background: #0f0f0f;
	margin-right: 10px;
}

.s-window .small-img {
	width: 50px;
	height: 50px;
	object-fit: contain;
	float: left;
}

.s-window .info .txt {
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 10px;
}

.s-window .info-title {
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	color: rgb(171, 174, 180);
	margin: 16px 0 10px 0;
}

.s-window .msgs {
	border: 1px solid #2b2e32;
}

.s-window .msg {
	padding: 6px 10px;
	display: flex;
	justify-content: space-between;
	align-items: top;
	border-bottom: 1px solid #2b2e32;
}

.s-window .msg span:first-child {
	width: 60px;
	display: block;
	color: #6c7178;
	flex: auto;
}

.s-window .msg:last-child {
	border-bottom: 0;

}

.s-window .msg span:last-child {
	width: calc(100% - 60px);
	border-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: inline-block;

}

.s-window .msg.height {
	height: 160px;
}

.s-window .msg.height span:last-child {
	height: 150px;

}

.s-window .msg.height .description {
	height: 150px;
	line-height: 25px;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	position: relative;
	cursor: pointer;

}

.s-window .msg.height:hover {
	min-height: 160px;
	height: auto;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.s-window .msg.height:hover .description {
	min-height: 150px;
	height: initial;
	-webkit-line-clamp: initial;
	-webkit-box-orient: initial;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.s-window .msg.height .description::after {
	width: 20px;
	height: 24px;
	display: block;
	position: absolute;
	right: -6px;
	bottom: 0px;
	content: '↓';
	color: #ffffff;
	text-align: center;
}

.s-window .msg.height:hover .description::after {
	content: '↑';
}


.s-window .imgs {
	display: flex;
	overflow: hidden;

}

.s-window .imgs video,
.s-window .imgs img {
	width: 33%;
	display: block;
	height: 150px;
	object-fit: cover;
	cursor: pointer;
	border: 1px solid #161718;
	margin-right: 4px;
}

.s-window .imgs img:hover {
	border: 1px solid #ffffff;
}

.m-list .index-focus2 {
	height: 300px;
}


.article-content {
	background: #232323;
}



/* 搜索建议 */
.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;
}

.layui-layer .layui-layer-confirm {
	width: 100%;
	height: 100%;
}

.layui-layer .layui-layer-confirm:focus {
	border: 1px solid #444c69;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 2px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
}

.layui-layer .layui-layer-confirm:focus-visible {
	outline: 0;
}


.form-search {
	position: relative;
	overflow: hidden;
}

.form-search .fa-search {
	position: absolute;
	left: 8px;
	top: 8px;
	overflow: hidden;
	font-size: 24px;
	color: #ebebeb;
}


.form-search .search-icon {
	position: absolute;
	right: 8px;
	top: 8px;
	overflow: hidden;
	font-size: 24px;
	color: #ebebeb;
	background: none;
	border: 0px;
	font-size: 16px;
}





.navbar .search-txt {
	width: 84px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #44120f;
	border-radius: 10px;
	background: #cfc2c1;
	position: absolute;
	top: 0px;
	cursor: pointer;
	right: 0px;
	border: 0;
}

.navbar .form-search input[type=search] {
	-webkit-appearance: textfield;
	font-family: inherit;
	font-size: 100%;
}

.navbar .form-search input[type=search] {
	width: 420px;
	height: 42px;
	border-radius: 4px;
	background: #333333;
	padding: 6px 10px;
	border: 0px;
	padding-left: 40px;
	color: #ffffff;

}

.btn-login {
	border: 1px solid #333333;
	border-radius: 4px;
	padding: 0 10px !important;
}



.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: 0.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%;
}

.sub-banner .items {
	height: 648px;
	background: #794b37 url('../img/bg-items.png') 100px center no-repeat;
	background-size: 100% 100%;
}

.sub-banner .piclink {
	width: 100%;
	display: block;
}

.sub-banner .piclink img {
	width: 100%;
	height: 340px;
	object-fit: cover;
}

.main-content .modal-content {
	position: relative;
}

/*.main-content .modal-content::after,
.sub-banner .mySwiper2::after {
	width: 300px;
	height: 50px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 100px;
	right: 60px;
	content: '';
	background: url('../img/water.png') center no-repeat;
	z-index: 10;
	background-size: 100% 100%;
}
*/


/*************************************************************适配*********************************************************/

@media (min-width: 768px) and (max-width: 999px) {}



@media and (min-width: 1000px) and (max-width: 1400px) {
	.navbar-default .navbar-brand {
		width: 450px;
		height: 60px;
		margin: 20px 0 0 30px;
		padding: 0px;
	}


	.sub-banner .scrollable {
		height: auto;
	}


	.sub-banner .mySwiper2 {
		width: 800px;
	}

	.sub-banner video,
	.sub-banner .mySwiper2,
	.sub-banner .mySwiper2 img {
		width: 100% !important;
		height: 480px !important;
	}



	.sub-banner .switchable-triggerBox {
		width: 100%;
		margin-top: 8px;
	}

	.sub-banner .switchable-triggerBox li {
		width: 25%;
		height: 160px;
		margin: 0 0 0 0px;
	}

	.sub-banner .infos {
		width: calc(100% - 820px);
	}

	.sub-banner .infos .title {
		font-size: 24px;
		line-height: 30px;
		height: 60px;
	}

	.sub-banner .description .tit {
		font-size: 20px;
	}

	.sub-banner .description .txt {
		margin-top: 6px;
		font-size: 14px !important;
	}

	.sub-banner .description .minh {
		height: 140px;
	}

	.sub-banner .btns .btn {
		font-size: 20px;
	}

}



@media (min-width: 999px) and (max-width: 1140px) {


	.sub-banner .mySwiper2 {
		width: 100%;
		height: auto;
	}

	.sub-banner video,
	.sub-banner .mySwiper2,
	.sub-banner .mySwiper2 img {
		width: 100% !important;
		height: 480px !important;
	}

	.sub-banner .switchable-triggerBox li {
		width: 25%;
		height: 160px;
		margin: 0 0 0 0px;
	}

	.sub-banner .infos {
		float: initial;
		width: 100%;
	}

	.sub-banner .description .sku {
		margin-top: 10px;
		padding: 4px 10px;
	}

	.sub-banner .btns {
		width: 100%;
		display: block;
		margin-top: 0px;
		overflow: hidden;
	}

	.sub-banner .btns .btn {
		width: 100%;
		border-radius: 4px;
		border: 1px solid #7b7b7b;
		font-size: 18px;
		margin-top: 10px;
		color: #ffffff;
	}




}


@media (min-width: 1401px) and (max-width: 1600px) {

	.sub-banner .wrap {
		width:800px;
	}

	.sub-banner .infos {
		width: calc(100% - 820px);
	}
	.sub-banner .infos .title {
		font-size: 24px;
		line-height: 30px;
		height: 60px;
	}

	.sub-banner .description {
		margin-top: 26px;
	}

	.sub-banner .description .tit {
		font-size: 20px;
	}

	.sub-banner .description .txt {
		margin-top: 15px;
		font-size: 14px !important;
	}

	.sub-banner .description .minh {
		height: 140px;
	}

	.sub-banner .description .skus {
		display: flex;
		justify-content: space-between;
	}

	.sub-banner .description .sku {
		width: 50%;
		margin-left: 10px;
		font-size: 18px;
		padding: 20px;
	}

	.sub-banner .description .sku:first-child {
		margin-left: 0px;

	}




}



@media (min-width: 1401px) {
	.container {
		width: 1414px;
	}
}

@media  (min-width: 1200px) and (max-width:1400px) {
	.container {
		width: 1214px;
	}
	.sub-banner .wrap {
		width:700px;
	}
	
	.sub-banner .infos {
		width: calc(100% - 720px);
	}
	
}




@media  (min-width: 768px) and (max-width:1199px) {
	.sub-banner .wrap {
		width:100%;
	}
	
	.sub-banner .infos {
		width:100%;
	}
	}

@media (min-height: 768px) and (max-height:800px) {
	.s-window {
		transform: scale(0.95) !important;
	}
}

@media (min-height:600px) and (max-height:767px) {
	.s-window {
		transform: scale(0.8) !important;
	}
}



@media screen and (max-width: 767px) {
	.skin-white {
		padding-top: 70px;
	}

	.group-page {
		padding-top: 40px;
	}

	.navbar-header {
		overflow: hidden;
	}

	.navbar-default .navbar-brand {
		width: 200px;
		height: 40px;
		margin: 0px 0 0 10px;
		padding: 0px;
	}

	.carousel-indicators {
		height: 15px;
		bottom: 10px;
		right: 10px;
	}

	.carousel-indicators li {

		width: 10px;
		height: 10px;
		margin: 0 5px;
		bottom: 10px;
	}

	.carousel-indicators .active {
		margin: 0 5px;
		width: 10px;
		height: 10px;
	}

	.carousel-focus .item .carousel-img {
		height: 200px;
	}

	.navbar {
		height: 50px;
		overflow: hidden;
	}

	.index-title span {
		font-size: 24px;
	}

	.index-title .more {
		color: #999999;
		font-size: 14px;
	}

	.index-title::after {
		width: 100px;
		height: 20px;
		bottom: 0px;
		left: 0px;
		background: #333333;
	}

	.m-video {
		margin: 10px 0 0;
		padding: 10px;

	}

	.m-video video {
		height: 150px;
	}

	.m-menu {
		margin: 10px 0 0px;
		padding: 10px;
	}

	.m-menu .items {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}

	.m-menu .items .item img {
		height: 200px;
	}

	.m-aboutus {
		margin: 10px 0 0;
		padding: 0 10px;
	}

	.m-aboutus .items .item,
	.m-aboutus .items .item a {
		height: 100px;
		line-height: 100px;
	}


	.m-botique .items .item {
		height: 200px;
	}

	.sub-banner {
		margin: 10px 0 0;
		padding: 0 10px;
	}

	.sub-banner .swiper {
		padding: 0 5px;
		height: 120px;

	}

	.sub-banner .swiper-slide {
		border-radius: 8px;
	}

	.sub-banner .piclink img {
		height: 120px;
	}

	.m-list .categroay {
		padding: 0px;
	}

	.m-moutain-index .items {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
	}

	.m-list .categroay .name {
		height: 28px;
		line-height: 20px;
		padding: 4px 4px;
		font-size: 18px;
	}

	.brickwall {
		padding: 0 10px;
	}


	.sub-banner .mySwiper2 {
		width: 100%;
		float: initial;
	}



	.sub-banner video,
	.sub-banner .mySwiper2,
	.sub-banner .mySwiper2 img {
		width: 100% !important;
		height: 300px !important;
		float: initial;
	}


	.sub-banner .switchable-triggerBox {
		width: 100%;
		margin-top: 8px;
	}

	.sub-banner .switchable-triggerBox li {
		width: 25%;
		height: 130px;
		margin: 0 0 0 0px;
	}

	.sub-banner .switchable-triggerBox li img {
		width: 100%;
		height: 100%;
	}

	.sub-banner .infos {
		width: 100%;
		margin: 0;
	}

	.sub-banner .infos .title {
		font-size: 20px;
		line-height: 30px;
		height: 60px;
	}

	.sub-banner .description .tit {
		font-size: 18px;
	}

	.sub-banner .description .txt {
		margin-top: 10px;
		font-size: 14px !important;

	}

	.sub-banner .description .skus {
		margin-top: 16px;
	}


	.sub-banner .description .sku {
		padding: 10px 20px;
		margin-top: 16px;
		font-size: 22px;
		color: #9d9d9d;
		background: #232323;
		border-radius: 4px;
		cursor: pointer;
	}

	.sub-banner .btns .btn {
		width: calc(50% - 8px);
		font-size: 20px;

	}

	.sub-banner .detail .tab {
		color: #7b7b7b;
		line-height: 30px;
		margin: 0 4px;
		font-size: 16px;
		cursor: pointer;
	}

	.sub-banner .description .txt span,
	.sub-banner .description .txt a,
	.sub-banner .description .txt p,
	.sub-banner .contbox span,
	.sub-banner .contbox a,
	.sub-banner .contbox p {
		background: none !important;
		font-size: 14px !important;
		color: #9d9d9d !important;
	}


	.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;
	}

	.navbar .form-search input[type=search] {
		position: relative;
		width: 100%;
		border: 1px solid #ddd;
	}

	.navbar .form-search input[type=search]:focus {
		width: 100%;
	}

	.navbar-brand {
		padding: 5px;
		height: 50px;
	}

	.navbar .navbar-collapse {
		position: fixed;
		top: 0;
		overflow: auto;
		z-index: 9999;
		background: #222222;
		box-shadow: 10px 0 10px rgba(0, 0, 0, 0.06);
		max-height: inherit;
		height: 100vh;
		transition: 0.5s;
		width: 250px;
		margin-left: -280px;
		margin-right: 0;
		display: flex;
	}

	.navbar-form {
		width: 100%;
		padding: 0px;
	}

	.navbar .navbar-collapse>ul.navbar-nav {
		margin: 15px 0;
	}

	.navbar .navbar-collapse>ul.navbar-nav>li {
		margin: 10px 6px 2px;

	}

	.navbar .navbar-collapse>ul.navbar-nav li>a b.caret {
		position: absolute;
		right: 15px;
		top: 50%;
		margin-top: -2px;
	}

	.navbar .navbar-collapse>ul.navbar-nav li ul.dropdown-menu {
		border-radius: 0;
	}

	.navbar .navbar-collapse>ul.navbar-nav:first-child {
		width: 100%;
		flex-grow: 1;
	}

	.navbar .navbar-collapse>ul.navbar-nav.navbar-right {
		width: 100%;
	}

	.navbar .navbar-collapse.active {
		margin-left: -15px;
		flex-wrap: wrap;
		/* 		flex-direction: column-reverse; */
		flex: auto;
	}

	.navbar .navbar-collapse.active>ul {
		width: 100%;
	}

	.navbar .navbar-collapse-bg {
		position: fixed;
		top: 0;
		overflow: hidden;
		z-index: 9998;
		background: transparent;
		height: 100vh;
		width: 100%;
		display: block;
	}


	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;
		display: flex;
		align-items: center !important;
	}

	.navbar-userinfo>a {
		height: 50px;
	}

	.focus-img {
		margin-top: 15px;
		padding: 0 15px;
	}

	.focus-img>.row {
		margin-left: 0;
	}


	/**
 * 最后区块
 */
	.m-last {
		margin-top: 10px;
	}


	.m-last .items {
		width: calc(50% - 20px);
		height: 140px;
		margin: 0 10px 15px;
		padding: 0 10px;
	}

	.m-last .items .tit {
		margin-top: 5px;
		padding: 0 20px;
		font-size: 14px;
		height: 25px;
		line-height: 25px;
	}

	.m-last .items .tit::before,
	.m-last .items .tit::after {
		width: 16px;
		height: 14px;
		background-size: 100% 100%;
	}

	.m-last .items .cont {
		margin-top: 10px;
		padding: 0 5px;
		gap: 10px;
	}

	.m-last .items .item {
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}


}

@media (min-width: 768px) and (max-width: 1400px) {
	.m-menu .items .item img {
		height: 400px;
	}
}

@media (min-width: 512px) {
	.m-list .brickwall {
		grid-template-columns: repeat(7, 1fr);
	}

	.m-list .brickwall .item:nth-of-type(9n + 9) {
		grid-column: auto / span 2;
	}

	.m-list .brickwall .item:nth-of-type(9n + 8) {
		grid-column: auto / span 2;
	}

	.m-list .brickwall .item:nth-of-type(9n + 7) {
		grid-column: auto / span 3;
	}

	.m-list .brickwall .item:nth-of-type(9n + 6) {
		grid-column: auto / span 2;
	}

	.m-list .brickwall .item:nth-of-type(9n + 5) {
		grid-column: auto / span 3;
	}

	.m-list .brickwall .item:nth-of-type(9n + 4) {
		grid-column: auto / span 2;
	}

	.m-list .brickwall .item:nth-of-type(9n + 3) {
		grid-column: auto / span 3;
	}

	.m-list .brickwall .item:nth-of-type(9n + 2) {
		grid-column: auto / span 2;
	}

	.m-list .brickwall .item:nth-of-type(9n + 1) {
		grid-column: auto / span 2;
	}
}

@media (min-width: 512px) and (min-width: 1024px) {
	.m-list .brickwall {
		grid-template-columns: repeat(14, 1fr);
	}

	.m-list .brickwall .item:nth-of-type(15n + 15) {
		grid-column: auto / span 3;
	}

	.m-list .brickwall .item:nth-of-type(15n + 14) {
		grid-column: auto / span 3;
	}

	.m-list .brickwall .item:nth-of-type(15n + 13) {
		grid-column: auto / span 2;
	}

	.m-list .brickwall .item:nth-of-type(15n + 12) {
		grid-column: auto / span 3;
	}

	.m-list .brickwall .item:nth-of-type(15n + 11) {
		grid-column: auto / span 3;
	}

	.m-list .brickwall .item:nth-of-type(15n + 10) {
		grid-column: auto / span 2;
	}

	.m-list .brickwall .item:nth-of-type(15n + 9) {
		grid-column: auto / span 3;
	}

	.m-list .brickwall .item:nth-of-type(15n + 8) {
		grid-column: auto / span 3;
	}

	.m-list .brickwall .item:nth-of-type(15n + 7) {
		grid-column: auto / span 3;
	}

	.m-list .brickwall .item:nth-of-type(15n + 6) {
		grid-column: auto / span 3;
	}

	.m-list .brickwall .item:nth-of-type(15n + 5) {
		grid-column: auto / span 3;
	}

	.m-list .brickwall .item:nth-of-type(15n + 4) {
		grid-column: auto / span 3;
	}

	.m-list .brickwall .item:nth-of-type(15n + 3) {
		grid-column: auto / span 3;
	}

	.m-list .brickwall .item:nth-of-type(15n + 2) {
		grid-column: auto / span 3;
	}

	.m-list .brickwall .item:nth-of-type(15n + 1) {
		grid-column: auto / span 2;
	}
}


@media (min-width: 768px) and (max-width:1040px) {


	.sub-banner video,
	.sub-banner .view-content,
	.sub-banner .view-content img {
		width: 100% !important;
		height: 300px !important;
		float: initial;
	}


	.sub-banner .switchable-triggerBox {
		width: 100%;
		margin-top: 8px;
	}

	.sub-banner .switchable-triggerBox li {
		width: 25%;
		height: 160px;
		margin: 0 0 0 0px;
	}

	.sub-banner .switchable-triggerBox li img {
		width: 100%;
		height: 100%;
	}

}

@media (hover: hover) {
	.dropdown a:hover+.dropdown-menu {
		display: block;
		margin-top: 0;
	}
}



.navbar-inverse .navbar-nav .dropdown:hover>a {
	color: #fff;
	background-color: transparent;
}

.dropdown-menu>li>a {
	font-size: 14px;
	padding: 5px 20px;
}

.dropdown-menu {
	border-radius: 2px;
	border: 0px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	padding: 5px 0px;
}

.dropdown-menu li a {
	padding-top: 10px !important;
	padding-bottom: 10px;
}

.dropdown-menu>li>a {
	font-weight: 400;
	color: #999999;
	padding: 5px 15px;
	padding-bottom: 10px;
	font-size: 14px;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	text-decoration: none;
	color: #777;
	background: rgba(0, 0, 0, 0.05);
}

.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-nav li>a h5 {
	overflow: hidden;
	text-overflow: ellipsis;
}

.navbar-nav>li>a {
	font-size: 14px;
}

.navbar-nav ul.dropdown-menu {
	border: none;
	border-radius: 4px;
}

.navbar-nav ul.dropdown-menu>li.active>a {
	color: #007bff;
	background-color: #f5f5f5;
}

.navbar-nav ul.dropdown-menu>li>a {
	padding: 8px 20px;
}

.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,
.nic e-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: 50%;
	bottom: 10px;
	left: auto;
	z-index: 80;
	margin-right: -640px;
}

#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: #d5d5d5;
	background-color: #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#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: #007bff;
	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 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;
}

#floatbtn>a:hover,
#floatbtn .floatbtn-item:hover {
	background: #007bff;
}

#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 .iconfont {
	display: inline-block;
	font: normal normal normal 14px/1 iconfont;
	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;
}

.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: #444c69;
}

.text-success,
.text-success:hover {
	color: #18bc9c;
}

.text-danger,
.text-danger:hover {
	color: #f75444;
}

.text-warning,
.text-warning:hover {
	color: #f39c12;
}

.text-info,
.text-info:hover {
	color: #1688f1;
}

.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: #007bff;
}

.nav-sidebar li.active a {
	text-decoration: none;
	background-color: #ecf0f1;
}

.navbar-toggle .icon-bar {
	width: 18px;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #ffffff;
}

.footer-inner {
	padding: 2em 0;
}

.footer-inner .copyright {
	margin-bottom: 20px !important;
	line-height: 1.5;
}

.footer-inner .footer-logo a {
	padding: 15px 15px;
	background: rgba(0, 0, 0, 0.1);
	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: 20px;
}

.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;
}

.article-list {
	padding: 0;
	background: #414141;
}

.article-list .embed-responsive-4by3,
.article-list .embed-responsive-square {
	border-radius: 5px;
}

.article-list .article-item {
	padding: 20px;
	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: #ffffff !important;
}

.article-list .article-title span {

	color: #ffffff !important;
}

.article-list .article-title a {
	color: #ffffff;

}

.article-list .article-title a span.highlight {
	color: red;
}


.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: #444;
}

.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: #007bff;
	-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: 10px 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 ul li {
	line-height: 30px;
}

.article-text a {
	text-decoration: none;
	color: #007bff;
	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;
}

.related-article .embed-responsive-4by3,
.gallery-article .embed-responsive-4by3 {
	border-radius: 5px;
}

@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: 1200px) {
	.article-list .media-body .article-tag {
		position: relative;
		bottom: inherit;
		margin-top: 5px;
	}
}

.related-page ul li.active a {
	color: #007bff;
}

.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("../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;
}

.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;
}

body {
	display: flex;
	flex-direction: column;
}

.main-content {
	padding-bottom: 15px;
	flex-grow: 1;
}

footer {
	flex-grow: 0;
	flex-shrink: 0;
}

@media (max-width: 768px) {
	.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-logo {
		margin-bottom: 20px;
	}

	.product-item .card .operate .pull-right {
		display: inherit;
	}
}

.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: #007bff;
	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-left a .embed-responsive-4by3 {
	border-radius: 5px;
}

.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: 44px;
	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: #007bff;
}

#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: #007bff;
	background: #e5f2ff;
	border-radius: 2px;
}

#comment-container #commentlist cite {
	font-style: normal;
}

#comment-container h3 {
	position: relative;
	font-size: 16px;
	padding: 15px 0;
	background: #9d9d9d;
}

#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: #414141;
	background: #414141;
}


.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 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: 0.5em 1.2em;
}

.pager li>a,
.pager li>span {
	background: none;
	border: 1px solid #e6e6e6;
	border-radius: 0.25em;
	padding: 0.5em 0.93em;
	font-size: 14px;
	background: #0f0f0f;
	color: #ffffff;
}

.list-partner li {
	display: inline-block;
	margin: 0 12px 12px 0;
	width: 140px;
	text-align: center;
	border: 1px solid #efefef;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	background: #414141;
	border: 1px solid #efefef;
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span,
.pager .disabled>span:hover,
.pager li>a:hover,
.pager li>a:focus {
	background: #414141;
	color: #ffffff;
}

.list-partner li img {
	height: 50px;
}

.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;
}

.article-content>.panel-heading {
	padding: 0;
	margin: 0 -15px;
}

.article-content>.panel-heading>.breadcrumb {
	background: none;
	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: #999999;
}

.category-title .breadcrumb li {
	font-size: 14px;
}

.category-order li>a {
	color: #999999;
}

.category-order li>a.active {
	color: #ffffff;
}

.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;
}

.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) {
	#index-focus .item .carousel-img {
		height: 830px;
		width: 100%;
	}

	#channel-focus .item .carousel-img {
		height: 272px;
		width: 100%;
	}

	#index-focus2,
	#index-focus2 .carousel-img {
		width: 100%;
		height: 648px;
	}



}

@media (min-width: 979px) {
	ul.nav li.dropdown:hover>ul.dropdown-menu {
		display: block;
		background: #333333;
	}
}

.carousel-control {
	text-shadow: none;
}

.carousel-control .fa {
	font: normal normal normal 30px/1 FontAwesome;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {

	cursor: pointer;
	width: 48px;
	height: 99px;

}

.carousel-control .icon-prev:before,
.carousel-control .icon-next:before {
	display: none;
}

.carousel-control .icon-prev {
	left: 20px;
	background: url(../img/btn-pn.png) 0 0px no-repeat;
}

.carousel-control .icon-next {
	right: 20px;
	background: url(../img/btn-pn.png) -51px 0px no-repeat;
}

.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 #ebebeb;
	margin-top: 2.4em;
	display: none;
}

.loadmore-line .loadmore-tips {
	position: relative;
	top: -0.9em;
	padding: 0 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;
	border-radius: 5px;
}

.download-list li>a.link img {
	border-radius: 5px;
}

.download-list a.btn {
	display: none;
}

.screenshots-box>h2,
.download-box>h2,
.intro-box>h2,
.history-box>h2 {
	font-size: 18px;
	color: #444;
}

@media (max-width: 991px) {
	.download-list li {
		margin: 0 10px;
	}
}



@media (min-width: 768px) and (max-width: 999px) {
	.focus-img {
		margin-top: 15px;
	}

	.focus-img>.row {
		margin: 0 -10px;
	}

	.focus-img>.row>div {
		padding: 0 10px;
	}

	.navbar-default .navbar-brand img {
		width: 100%;
		object-fit: cover;
	}

	.sub-banner {
		margin: 0 10px;
	}

	.sub-banner .swiper,
	.sub-banner .swiper-slide {
		height: 200px !important;
	}

	.sub-banner .piclink {
		width: 100%;
		display: block;
	}

	.sub-banner .piclink img {
		width: 100%;
		height: 200px;
		object-fit: cover;
	}

	.sub-banner .infos {
		width: 100%;
		float: initial;
		margin: 0;
		padding: 0 20px;
	}



}

@media (min-width: 1000px) and (max-width: 1200px) {
	.focus-img>.row>div .embed-responsive-16by9 {
		padding-bottom: 68.25%;
	}

	.navbar-default .navbar-brand {
		width: 400px;
	}

	.sub-banner {
		margin: 0 10px;
	}



	.sub-banner .piclink {
		width: 100%;
		display: block;
	}

	.sub-banner .piclink img {
		width: 100%;
		height: 240px;
		object-fit: cover;
	}
}


@media (min-width: 768px) {
	.navbar .navbar-header {
		position: relative;
		z-index: 9999;
	}

	.navbar .navbar-collapse {
		position: relative;
		z-index: 9998;
	}

	.navbar-default .navbar-nav>li>a {
		padding: 0px;
		color: #ffffff !important;
		font-size: 14px;
		margin-top: 16px;
	}

	.navbar-default .navbar-form {
		padding-right: 0px;
	}

	.navbar .navbar-collapse .navbar-nav {
		margin: 10px 0 0 50px;
		display: flex;
		justify-content: space-around;
		flex-direction: row;
		white-space: nowrap;
	}

	.navbar-default .navbar-nav>.active>a,
	.navbar-default .navbar-nav>.active>a:hover,
	.navbar-default .navbar-nav a:hover,
	.navbar-default .navbar-nav>.active>a:focus {
		background: transparent;
		color: #ffffff;
		position: relative;
	}

	.navbar-default .navbar-nav>.active>a::after,
	.navbar-default .navbar-nav>.active>a:hover::after,
	.navbar-default .navbar-nav a:hover::after,
	.navbar-default .navbar-nav>.active>a:focus::after {
		margin-left: -25px;
		width: 50px;
		transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
	}

	.navbar .navbar-collapse .navbar-right {
		position: absolute;
		right: 0;
	}

	.nav>li {
		margin-right: 20px;
	}
}


.modal-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 200px);
	-ms-transform: translate(0, 200px);
	-o-transform: translate(0, 200px);
	transform: translate(0, 200px);
}

.modal-header .modal-title {
	font-size: 22px;
}

#searchModalList .modal-content::after,
#searchModalDetail .modal-content::after,
.modal-header::before,
.modal-header::after {
	display: none;
}

.modal-header .close {
	font-size: 36px;
}

.modal-footer,
.modal-header,
.modal-body {
	border: 0px;
}



.home-banner video#videoPlayer::-webkit-media-controls-fullscreen-button {
	display: none;
}

.home-banner video#videoPlayer::-webkit-media-controls-play-button {
	display: none;
}

.home-banner video#videoPlayer::-webkit-media-controls-timeline {
	display: none;
}

.home-banner video#videoPlayer::-webkit-media-controls-current-time-display {
	display: none;
}

.home-banner video#videoPlayer::-webkit-media-controls-time-remaining-display {
	display: none;
}

.home-banner video#videoPlayer::-webkit-media-controls-mute-button {
	display: none;
}

.home-banner video#videoPlayer::-webkit-media-controls-toggle-closed-captions-button {
	display: none;
}

.home-banner video#videoPlayer::-webkit-media-controls-enclosure {
	display: none;
}

.home-banner video#videoPlayer::-webkit-media-controls-volume-slider {
	display: none;
}

.home-banner .item {
	position: relative;
}

.original-wrap video {
	width: 1200px;
	height: 700px;
	object-fit: cover;
}

.home-banner #index-focus {
	height: 830px;
	overflow: hidden;
}

.original-wrap {
	width: 1200px;
	height: 700px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 9;
	margin: -350px 0 0 -600px;
}


.original-wrap .wrap1 {
	position: relative;
	width: 1200px;
	height: 700px;
}

.original-wrap .wrap1 .btn-close-v {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	z-index: 3;
}

.original-wrap .original-wrap video {
	width: 1200px;
	height: 700px;
	object-fit: cover;
}


.home-banner #original {

	width: 1200px;
	height: 700px;
}

.home-banner video {
	width: 100%;
	height: 830px;
	object-fit: cover;
}

@media screen and (min-width: 1401px) and (max-width:1600px) {

	.home-banner #index-focus,
	.home-banner video {
		height: 700px;
	}

	.sub-banner .mySwiper2 {
		width: 800px;
		height: 500px;
		overflow: hidden;
		border-radius: 10px;
	}


}

@media screen and (min-width: 1201px) and (max-width:1400px) {

	.home-banner #index-focus,
	.home-banner video {
		height: 600px;
	}
}

@media screen and (min-width: 1000px) and (max-width:1200px) {

	.home-banner #index-focus,
	.home-banner video {
		height: 450px;
	}
}

@media screen and (max-width:999px) {

	.home-banner #index-focus,
	.home-banner video {
		height: 240px;
	}
}


.home-banner .btn-play {
	width: 200px;
	height: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -100px;
	z-index: 99;
}

.home-banner .btn-play img {
	width: 100%;
	display: block;
	cursor: pointer;
}

.home-banner .btn-play img {
	width: 100%;
	display: block;
	cursor: pointer;
}