/* Main CSS Document */
@charset "utf8";
/* reset */
@font-face {
	font-family: "GlacialIndifference";
	src: url('/static/fonts/GlacialIndifference-Regular.otf') format('opentype');
	font-weight: initial;
	font-style: normal;
}
@font-face {
	font-family: "GlacialIndifference-Bold";
	src: url('/static/fonts/GlacialIndifference-Bold.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
:root {
	--webfont-primary: 'GlacialIndifference';
	--webfont-primary-bold: 'GlacialIndifference-Bold';
	--color: #12753D;
	--rgb-color: rgba(18,117,61,.7);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
}
* {
	margin: 0;
	padding: 0;
}
html, body {
	font: 14px/1.5 var(--webfont-primary, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif);
	outline: 0;
	-webkit-text-size-adjust: none;
	color: #333;
}
body {
	background: #FFF;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.static {
	position: static;
}
.iconfont {
	font-size: inherit;
	text-rendering: auto;
}
a {
	color: #333;
}
a, a:link, a:visited, a:active, a:hover {
	text-decoration: none;
}
i, em {
	font-style: normal;
}
span, em, i, u {
	text-decoration: none;
}
ul, dl, li, dd, dt {
	list-style-type: none;
	list-style-image: none;
}
td, th, div {
	word-break: break-all;
	word-wrap: break-word;
}
h1, h2, h3, h4, h5 {
	font-size: 18px;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
	font-weight: normal;
}
fieldset, img {
	border: 0 none;
}
img {
	color: transparent;
	font-size: 0;
	vertical-align: top;
	/* For IE. http://css-tricks.com/ie-fix-bicubic-scaling-for-images */
	-ms-interpolation-mode: bicubic;
}
.img-hover, *[data-hover="*"] *[data-hover="img"] {
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
.img-hover:hover, *[data-hover="*"]:hover *[data-hover="img"] {
	-webkit-transform: scale(1.1) translateZ(0);
	-moz-transform: scale(1.1) translateZ(0);
	-o-transform: scale(1.1) translateZ(0);
	-ms-transform: scale(1.1) translateZ(0);
	transform: scale(1.1) translateZ(0);
}
.shadow {
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.shadow, .shadow-2xl {
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
	--tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.shadow-lg {
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.shadow-lg, .shadow-sm {
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
	--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.shadow-md {
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.shadow-xl {
	--tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.shadow-px, .shadow-px-100, .shadow-px-10, .shadow-xl {
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-px {
	--tw-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}
.shadow-px-100 {
	--tw-shadow: 0 0 0 1px rgba(0, 0, 0, 1);
}
.shadow-px-10 {
	--tw-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.shadow-none {
	--tw-shadow: 0 0 #0000;
}
*[data-hover="*"] {
	--transition-duration: 600ms;
	--border-margin: 30px;
	--border-width: 1px;
	--border-color: #FFF;
}
*[data-hover="*"] figure {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
}
*[data-hover="*"]>figure:before, *[data-hover="*"]>figure:after, *[data-hover="*"]>figure>figure:before, *[data-hover="*"]>figure>figure:after {
	content: " ";
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 600ms ease;
	transition: all var(--transition-duration) ease;
	background: rgba(255, 255, 255, .5);
	position: absolute;
}
*[data-hover="*"]>figure:before, *[data-hover="*"]>figure>figure:after {
	transform-origin: 0 0;
}
*[data-hover="*"]>figure:after, *[data-hover="*"]>figure>figure:before {
	transform-origin: 100% 100%;
}
*[data-hover="*"]>figure:before, *[data-hover="*"]>figure:after {
	left: 15px;
	left: var(--border-margin);
	right: 15px;
	right: var(--border-margin);
	height: 3px;
	height: var(--border-width);
	transform: scaleX(0);
}
*[data-hover="*"]>figure:before {
	top: 15px;
	top: var(--border-margin);
}
*[data-hover="*"]>figure:after {
	bottom: 15px;
	bottom: var(--border-margin);
}
*[data-hover="*"]>figure>figure:before, *[data-hover="*"]>figure>figure:after {
	top: 15px;
	top: var(--border-margin);
	bottom: 15px;
	bottom: var(--border-margin);
	width: 3px;
	width: var(--border-width);
	transform: scaleY(0);
}
*[data-hover="*"]>figure>figure:before {
	left: 15px;
	left: var(--border-margin);
}
*[data-hover="*"]>figure>figure:after {
	right: 15px;
	right: var(--border-margin);
}
a:hover *[data-hover="*"]>figure:before, a:hover *[data-hover="*"]>figure:after, a:hover *[data-hover="*"]>figure>figure:before, a:hover *[data-hover="*"]>figure>figure:after {
	transform: scale(1);
}
@media (max-width: 1630px) {
*[data-hover="*"] {
	--border-margin: 15px;
	--border-width: 1px;
}
}
.blur {
	filter: url(blur.svg#blur);
	/* FireFox, Chrome, Opera */
	-webkit-filter: blur(4px);
	/* Chrome, Opera */
	-moz-filter: blur(4px);
	-ms-filter: blur(4px);
	filter: blur(4px);
	/* IE6~IE9 */
	filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius=4, MakeShadow=false);
}
input, select, textarea, button {
	outline: 0 none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*resize: vertical;*/
	resize: none;
	font: 14px/1.5 var(--webfont-primary, sans-serif, -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif);
}
button, input[type=button], input[type=submit] {
	cursor: pointer;
}
input[type=search] {
	-webkit-appearance: textfield;
}
input:-webkit-autofill {
 -webkit-box-shadow: 0 0 0px 1000px white inset;
}
textarea {
	overflow-y: auto;
}
.sinput select, .sinput textarea, .sinput input[type="text"], .sinput input[type="password"], .sinput input[type="datetime"], .sinput input[type="datetime-local"], .sinput input[type="date"], .sinput input[type="month"], .sinput input[type="time"], .sinput input[type="week"], .sinput input[type="number"], .sinput input[type="email"], .sinput input[type="url"], .sinput input[type="search"], .sinput input[type="tel"], .sinput input[type="color"] {
	display: inline-block;
	line-height: 16px;
	padding: 2px 5px;
	font-size: 12px;
	color: #555;
}
.sinput input[type="text"], .sinput input[type="password"] {
	height: 16px;
}
.sinput input[type="checkbox"] {
	margin: 3px 6px 3px 4px;
	-webkit-appearance: checkbox;
	box-sizing: border-box;
}
.sinput input[type="radio"] {
	margin: 3px 6px 3px 4px;
	-webkit-appearance: radio;
	box-sizing: border-box;
}
.sinput textarea, .sinput select, .sinput input[type="text"], .sinput input[type="password"], .sinput input[type="datetime"], .sinput input[type="datetime-local"], .sinput input[type="date"], .sinput input[type="month"], .sinput input[type="time"], .sinput input[type="week"], .sinput input[type="number"], .sinput input[type="email"], .sinput input[type="url"], .sinput input[type="search"], .sinput input[type="tel"], .sinput input[type="color"] {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}
.sinput textarea:focus, .sinput input[type="text"]:focus, .sinput input[type="password"]:focus, .sinput input[type="datetime"]:focus, .sinput input[type="datetime-local"]:focus, .sinput input[type="date"]:focus, .sinput input[type="month"]:focus, .sinput input[type="time"]:focus, .sinput input[type="week"]:focus, .sinput input[type="number"]:focus, .sinput input[type="email"]:focus, .sinput input[type="url"]:focus, .sinput input[type="search"]:focus, .sinput input[type="tel"]:focus, .sinput input[type="color"]:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
}
.none {
	display: none !important;
}
/* 下拉二级菜单样式 */
.combobox, .selbox {
	display: block;
	position: relative;
}
.combobox .comcon, .selbox .selcon {
	display: none;/* position:absolute; */
}
/* 这里可以稍稍做点修改 通常在单样式里做特效修改 */
.combobox .hover, .selbox .hover {
}
/* 清楚浮动 */
.clearfix {
 *zoom: 1;
}
.clearfix:after, .clearfix:before {
	display: table;
	content: " ";
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:after {
	clear: both;
}
/* 窗体大小 */
.mauto {
	margin: 0 auto;
}
.w-mauto {
	max-width: 1700px;
	width: 88.54166%;
	margin:0 auto;
}
/*@media (max-width: 1630px) {
.w-mauto {
	width: 1200px;
}
}
@media (max-width: 1230px) {
.w-mauto {
	width: 960px;
}
}*/
@media (max-width: 990px) {
.w-mauto {
	padding: 0 20px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
}
.l {
	float: left;
}
.r {
	float: right;
}
.flex {
	display: -ms-flexbox;
	display: flex;
}
*[data-trans="t"] {
	transform: translateY(100px);
	-webkit-transform: translateY(100px);
	opacity: 0;
	visibility: hidden;
	transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}
*[data-trans="b"] {
	transform: translateY(-100px);
	-webkit-transform: translateY(-100px);
	opacity: 0;
	visibility: hidden;
	transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}
*[data-trans="l"] {
	transform: translateX(100px);
	-webkit-transform: translateX(100px);
	opacity: 0;
	visibility: hidden;
	transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}
*[data-trans="r"] {
	transform: translateX(-100px);
	-webkit-transform: translateX(-100px);
	opacity: 0;
	visibility: hidden;
	transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}
*[data-trans="t"].action, *[data-trans="b"].action {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}
*[data-trans="l"].action, *[data-trans="r"].action {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}
/*让position:fixed在IE6下可用! 兼容全能代码，勿删除*/
/* 头部固定 */
.fixed-top {
	position: fixed;
	bottom: auto;
	top: 0px;
	-webkit-transform: translateZ(0);
}
/* 底部固定 */
.fixed-bottom {
	position: fixed;
	bottom: 0px;
	top: auto;
}
/* 左侧固定 */
.fixed-left {
	position: fixed;
	right: auto;
	left: 0px;
}
/* 右侧固定 */
.fixed-right {
	position: fixed;
	right: 0px;
	left: auto;
}
/* 上面的是除了IE6的主流浏览器通用的方法 */
/* 修正IE6振动bug */
* html, * html body {
	background-image: url(about:blank);
	background-attachment: fixed;
}
/* IE6 头部固定 */
* html .fixed-top {
	position: absolute;
	bottom: auto;
	_top: expression(eval(document.documentElement.scrollTop));
}
/* IE6 右侧固定 */
* html .fixed-right {
	position: absolute;
	right: auto;
	_left: expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft, 10)||0)-(parseInt(this.currentStyle.marginRight, 10)||0));
}
/* IE6 底部固定  */
* html .fixed-bottom {
	position: absolute;
	bottom: auto;
	_top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
}
/* IE6 左侧固定 */
* html .fixed-left {
	position: absolute;
	right: auto;
	_left: expression(eval(document.documentElement.scrollLeft));
}
/* 弹出窗口 */
.modal_backdrop {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	position: absolute;
}
.modal_backdrop-black {
	background: #000;
}
.modal_backdrop-write {
	background: #FFF;
}
.modal_backdrop-transparent {
	background: transparent;
}
.modal_tbox {
	left: 0;
	top: 0;
	min-width: 1200px;
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	z-index: 100002;
}
.modal-slide-entering {
	-webkit-animation: slideDownIn 0.3s both;
	animation: slideDownIn 0.3s both
}
@-webkit-keyframes slideDownIn {
	from {
		transform: translate3d(0px, 15px, 0px);
	}
	to {
		transform: translate3d(0px, 0px, 0px);
	}
}
@keyframes slideDownIn {
	from {
		transform: translate3d(0px, 15px, 0px);
	}
	to {
		transform: translate3d(0px, 0px, 0px);
	}
}
.modal-slide-exiting {
	-webkit-animation: slideDownOut 0.3s both;
	animation: slideDownOut 0.3s both
}
@-webkit-keyframes slideDownOut {
	from {
		transform: translate3d(0px, 0px, 0px);
	}
	to {
		transform: translate3d(0px, 15px, 0px);
	}
}
@keyframes slideDownOut {
	from {
		transform: translate3d(0px, 0px, 0px);
	}
	to {
		transform: translate3d(0px, 15px, 0px);
	}
}
.modal_tbox.offset_0 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.modal_tbox.offset_1 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.modal_tbox.offset_2 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
}
.modal_tbox.offset_3 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: end;
	align-items: flex-end;
}
.modal_tbox.offset_4 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.modal_tbox.offset_5 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.modal_tbox.offset_6 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: start;
	align-items: flex-start;
}
.modal_tbox.offset_7 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: start;
	align-items: flex-start;
}
.modal_tbox.offset_8 {
	display: block;
}
.modal_tbox .tconbox {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	position: relative;
	z-index: 1;
}
.modal_tbox .tconbox .tcon-close {
	right: 45px;
	top: 45px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	position: absolute;
	z-index: 1;
}
.modal_tbox .tconbox .tcon-close svg {
	width: 100%;
	height: 100%;
}
.modal_tbox .tconbox .tcon-close:hover {
	color: var(--color);
}
.modal_tbox .tconbox .tcon-til {
	padding: 20px 45px 0;
	line-height: 80px;
	font-size: 24px;
	font-weight: bold;
	color: #F60;
}
.modal_tbox .tconbox .tcon-con {
	padding: 0 45px;
}
/* 加载处理窗口 */
.modalbg_loading-box {
	z-index: 100003;
}
.modal_loading-box {
	z-index: 100004;
}
.modal_tbox .loading-box {
	width: 64px;
	height: 20px;
	box-shadow: none;
}
.modal_tbox .loading-box .ball-beat>div {
	background-color: rgba(0, 0, 0, .5);
}
.modal_tbox .loading-box .msg {
	line-height: 60px;
	font-size: 16px;
	text-align: center;
	color: #FFF;
}
/* 加载处理窗口 */
.modalbg_player-box {
}
.modal_player-box {
	min-width: unset;
}
.modal_tbox .player-box {
	padding: 10px;
	width: 80%;
	max-width: 1200px;
	background: #FFF;
}
.modal_tbox .player-box .c-box {
	position: relative;
}
.modal_tbox .player-box .c-box:before {
	content: ' ';
	padding-top: 56.25%;
	display: block;
}
.modal_tbox .player-box .video {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
@media (max-width: 990px) {
.modal_tbox .player-box {
	width: 90%;
	min-width: 320px;
}
}
/* 分页样式 */
.mpage_boxs {
	font-size: 0;
	text-align: center;
}
.mpage_boxs ul {
	display: inline-block;
}
.mpage_boxs li {
	margin: 0 6px;
	padding-top: 50px;
	line-height: 36px;
	font-size: 14px;
	display: inline-block;
	float: left;
}
.mpage_boxs a, .mpage_boxs span {
	padding: 0 15px;
	min-width: 38px;
	height: 38px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #DDD;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	background: #FFF;
	overflow: hidden;
}
.mpage_boxs .prev a, .mpage_boxs .prev span, .mpage_boxs .next a, .mpage_boxs .next span {
	padding: 0 10px;
}
.mpage_boxs a {
	cursor: pointer;
}
.mpage_boxs span {
	color: #999;
}
.mpage_boxs i {
	width: 16px;
	text-align: center;
	display: block;
}
.mpage_boxs .cur {
}
.mpage_boxs .cur a, .mpage_boxs a:hover {
	border-color: var(--color);
	color: #FFF;
	background: var(--color);
}
.mpage_boxs.on li {
	margin-bottom: 60px;
}
@media (max-width: 990px) {
.mpage_boxs li {
	padding-top: 30px;
}
.mpage_boxs .num {
	display: none;
}
}
/* .hd-boxs */
.hd-boxs {
	width: 100%;
	z-index: 100000;
}
.hd-boxs:before {
	content: " ";
	left: 0;
	top: -100%;
	width: 100%;
	height: 90px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	-webkit-box-shadow: 0 0 10px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 0 0 10px rgba(50, 50, 50, 0.1);
	box-shadow: 0 0 10px rgba(50, 50, 50, 0.1);
	display: block;
	background: var(--rgb-color);
	background: rgba(18,117,61,.3);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	position: absolute;
	z-index: 1;
}
.hd-boxs:after {
	content: " ";
	left: 0;
	bottom: 0;
	width: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	position: absolute;
}
.hd-boxs.on:before {
	top: 0;
}
.hd-boxs.on:after {
	border-color: rgba(255, 255, 255, 0);
}
.hd-header {
	display: -ms-flexbox;
	display: flex;
}
.hd-logo {
	margin-right: 100px;
	position: relative;
	z-index: 1;
}
.hd-logo a {
	display: block;
}
.hd-logo a img {
	width: auto;
	height: 90px;
}
.hd-mnav {
	width: 0;
	flex: 1;
	position: relative;
	z-index: 1;
}
.hd-mnav .c-bg {
}
.hd-mnav .c-box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.hd-mnav .c-con {
}
.hd-mnav .c-con ul {
}
.hd-mnav .c-con ul li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	float: left;
	position: relative;
}
.hd-mnav .c-con ul li a {
	padding: 0 40px;
	height: 90px;
	font-size: 20px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	text-transform:uppercase;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	color: #FFF;
}
.hd-mnav .c-con ul li a:hover {
	transform: scale(1.3);
	font-weight: bold;
}
.hd-mnav .c-con ul li.active a {
	font-weight: bold;
}
.hd-mnav .c-tool {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.hd-mnav .c-tool .d-dl {
	margin: 0 -5px;
}
.hd-mnav .c-tool .d-dd {
	padding: 0 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	float: left;
	position: relative;
}
.hd-mnav .c-tool .d-til {
	width: 30px;
	height: 36px;
	line-height: 36px;
	font-size: 24px;
	text-align: center;
	display: block;
	color: #FFF;
}
.hd-mnav .c-tool .d-box {
	display: none;
}
.hd-mnav .c-tool .d-d1 {
}
.hd-mnav .c-tool .d-d1 .d-til {
	display: none;
}
.hd-mnav .c-tool .d-d1 .d-box {
	display: block;
}
.hd-mnav .c-tool .d-d1 .d-con {
	position: relative;
}
.hd-mnav .c-tool .d-d1 .d-con input[type="text"] {
	padding: 0 46px 0 14px;
	width: 100%;
	height: 36px;
	border: 1px solid #FFF;
	-moz-border-radius: 36px;
	-webkit-border-radius: 36px;
	border-radius: 36px;
	color: #FFF;
	background: transparent;
}
.hd-mnav .c-tool .d-d1 .d-con input[type="text"]::-webkit-input-placeholder {
	color: #BBB;
}
.hd-mnav .c-tool .d-d1 .d-con input[type="text"]::-moz-placeholder {
	color: #BBB;
}
.hd-mnav .c-tool .d-d1 .d-con input[type="text"]::-ms-input-placeholder {
	color: #BBB;
}
.hd-mnav .c-tool .d-d1 .d-con i, .hd-mnav .c-tool .d-d1 .d-con input[type="submit"] {
	right: 0;
	top: 0;
	width: 46px;
	height: 100%;
	text-align: center;
	position: absolute;
}
.hd-mnav .c-tool .d-d1 .d-con i {
	line-height: 36px;
	font-size: 16px;
	text-align: center;
	color: #FFF;
}
.hd-mnav .c-tool .d-d1 .d-con input[type="submit"] {
	border: none;
	outline: 0 none;
	background: transparent;
}
@media (min-width: 1230px) {
.hd-mnav .c-tool .d-d1 .d-con input[type="text"] {
	padding: 0;
	width: 30px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	border-color: transparent;
	opacity: 0;
}
.hd-mnav .c-tool .d-d1 .d-con i, .hd-mnav .c-tool .d-d1 .d-con input[type="submit"] {
	width: 30px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.hd-mnav .c-tool .d-d1 .d-con i {
	font-size: 24px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.hd-mnav .c-tool .d-d1:hover {
}
.hd-mnav .c-tool .d-d1:hover .d-con input[type="text"] {
	padding: 0 46px 0 14px;
	width: 100%;
	border-color: #FFF;
	opacity: 1;
}
.hd-mnav .c-tool .d-d1:hover .d-con i, .hd-mnav .c-tool .d-d1:hover .d-con input[type="submit"] {
	width: 46px;
}
.hd-mnav .c-tool .d-d1:hover .d-con i {
	font-size: 16px;
}
}
@media (min-width: 990px) {
.hd-mnav .c-con {
	overflow: hidden;
}
.hd-mnav .c-con .nav {
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	transition: all .6s;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	transform: translateX(-100%);
	position: relative;
}
.hd-mnav .c-con .btn-menu {
	margin: -20px 0 0 100%;
	left: 0px;
	top: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	transition: all .6s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
}
.hd-mnav .c-con .btn-menu span {
	width: 22px;
	height: 2px;
	display: block;
	background: #FFF;
}
.hd-mnav .c-con .btn-menu .s2 {
	margin: 6px 0;
}
.hd-mnav .c-con .nav:hover {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
}
.hd-mnav .c-con .nav:hover .btn-menu {
	opacity: 0;
}
}
.hd-mnav .c-tool .d-d2 {
}
.hd-mnav .c-tool .d-dd.combobox .d-box {
	padding-top: 10px;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
}
.hd-mnav .c-tool .d-dd.combobox .d-box:before {
	content: " ";
	margin-left: 50%;
	left: -10px;
	top: 0;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #FFF;
	display: block;
	position: absolute;
}
.hd-mnav .c-tool .d-dd.combobox .d-con {
	padding: 5px 10px;
	-webkit-box-shadow: 0 0 10px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 0 0 10px rgba(50, 50, 50, 0.1);
	box-shadow: 0 0 10px rgba(50, 50, 50, 0.1);
	background: #FFF;
}
.hd-mnav .c-tool .d-dd.combobox .d-con ul {
}
.hd-mnav .c-tool .d-dd.combobox .d-con ul li {
	width: 100%;
	border-bottom: 1px solid #EEE;
	display: inline-block;
	float: left;
}
.hd-mnav .c-tool .d-dd.combobox .d-con ul li a {
	min-width: 80px;
	line-height: 32px;
	text-align: center;
	white-space: nowrap;
	display: block;
	color: #666;
}
.hd-mnav .c-tool .d-dd.combobox .d-con ul li a:hover {
	color: var(--color);
}
.hd-mnav .c-tool .d-dd.combobox .d-con ul li:last-child {
	border-bottom: none;
}
.hd-menu {
	right: -15px;
	top: 0;
	height: 65px;
	display: none;
	float: right;
	position: relative;
	z-index: 1;
}
.hd-menu a {
	margin-top: -27px;
	right: 0;
	top: 50%;
	width: 20px;
	height: 20px;
	border: 15px solid transparent;
	display: block;
	color: var(--color);
	position: absolute;
}
.hd-menu .s-1, .hd-menu .s-2 {
	left: 0;
	width: 100%;
	height: 2px;
	font-size: 0;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
	display: block;
	background: #FFF;
	overflow: hidden;
	position: absolute;
}
.hd-menu .s-1 {
	top: 5px;
	transform: rotate(0deg);
}
.hd-menu .s-2 {
	bottom: 5px;
	transform: rotate(0deg);
}
.nav-visible .hd-menu .s-1 {
	top: 8px;
	transform: rotate(-45deg);
	background: var(--color);
}
.nav-visible .hd-menu .s-2 {
	top: 8px;
	transform: rotate(45deg);
	background: var(--color);
}
@media (max-width: 1630px) {
.hd-mnav .c-con ul li a {
	padding: 0 20px;
	font-size: 18px;
}
}
@media (max-width: 1230px) {
.hd-mnav .c-con ul li a {
	padding: 0 15px;
	font-size: 16px;
}
.hd-mnav .c-tool .d-d1 .d-til {
	display: block;
}
.hd-mnav .c-tool .d-d1 .d-box {
	display: none;
}
}
@media (max-width: 990px) {
.hd-boxs:before {
	height: 65px;
}
.hd-header {
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.hd-logo {
	margin: 0;
}
.hd-logo a img {
	width: 166px;
	height: 65px;
}
.hd-mnav {
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	position: fixed;
	z-index: 1;
	overflow: hidden;
}
.hd-mnav a:hover, .hd-mnav .active .l-til {
	color: var(--color);
}
.hd-mnav .c-bg {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(0, 0, 0, .3);
	position: absolute;
}
.hd-mnav .c-box {
	right: 0;
	top: 0;
	max-width: 375px;
	width: 100%;
	height: 100%;
	transition: transform 0.4s;
	transform: translateX(120%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #FFF;
	position: absolute;
	overflow:hidden;
	overflow-y: auto;
}
.hd-mnav .c-con {
	padding: 65px 0;
}
.hd-mnav .c-con ul li {
	width: 100%;
}
.hd-mnav .c-con ul li:first-child {
	display: block;
}
.hd-mnav .c-con ul li a {
	padding: 0 50px;
	height: 50px;
	border-bottom: 1px solid #EEE;
	color: #333;
}
.hd-mnav .c-con ul li a:hover {
	color: var(--color);
}
.hd-mnav .c-tool {
	display: block;
}
.hd-mnav .c-tool .d-dl {
	margin: 0;
}
.hd-mnav .c-tool .d-dd {
	padding: 0 50px;
	width: 100%;
}
.hd-mnav .c-tool .d-box {
}
.hd-mnav .c-tool .d-d1 .d-til {
	display: none;
}
.hd-mnav .c-tool .d-d1 .d-box {
	display: block;
}
.hd-mnav .c-tool .d-d1 .d-con input[type="text"] {
	border: 1px solid #DDD;
	color: #333;
}
.hd-mnav .c-tool .d-d1 .d-con input[type="text"]::-webkit-input-placeholder {
	color: #666;
}
.hd-mnav .c-tool .d-d1 .d-con input[type="text"]::-moz-placeholder {
	color: #666;
}
.hd-mnav .c-tool .d-d1 .d-con input[type="text"]::-ms-input-placeholder {
	color: #666;
}
.hd-mnav .c-tool .d-d1 .d-con i {
	color: #333;
}
.hd-mnav .c-tool .d-d2 {
	margin: 15px 0 30px;
	display: -ms-flexbox;
	display: flex;
}
.hd-mnav .c-tool .d-d2 .d-til {
	margin-right: 15px;
	color: #333;
}
.hd-mnav .c-tool .d-d2 .d-box {
	padding: 0;
	width: 0;
	flex: 1;
	transform: translateX(0);
	display: block !important;
	position: initial;
}
.hd-mnav .c-tool .d-d2 .d-box:before{
	display: none;
}
.hd-mnav .c-tool .d-d2 .d-con {
	padding: 0;
	-webkit-box-shadow: unset;
	-moz-box-shadow: unset;
	box-shadow: unset;
	overflow: hidden;
}
.hd-mnav .c-tool .d-d2 .d-con ul {
	margin-left: -25px;
}
.hd-mnav .c-tool .d-d2 .d-con ul li {
	margin-left: 25px;
	width: auto;
	border: none;
	position: relative;
}
.hd-mnav .c-tool .d-d2 .d-con ul li:before {
	content: " ";
	left: -13px;
	top: 50%;
	height: 10px;
	border-left: 1px solid #999;
	transform: translateY(-50%);
	position: absolute;
}
.hd-mnav .c-tool .d-d2 .d-con ul li a {
	min-width: unset;
}
.hd-mnav .c-tool .d-d3 {
	display: none;
}
.hd-menu {
	display: block;
}
.nav-visible {
	height:100%;
	overflow: hidden;
}
.nav-visible .hd-boxs {
	height: 100%;
}
.nav-visible .hd-mnav {
	width: 100%;
	height: 100%;
}
.nav-visible .hd-mnav .c-box {
	-ms-flex-direction: column;
	flex-direction: column;
	transform: translateX(0);
}
}
/* 字符串动画 */
.c-ancArrowWave {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.c-ancArrowWave::before, .c-ancArrowWave__textFrame, .c-ancArrowWave__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.c-ancArrowWave__textFrame {
	height: 30px;
	line-height: 30px;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}
.c-ancArrowWave__text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: block;
}
.c-ancArrowWave__text.hidden {
    position: absolute;
}
.c-ancArrowWave__text>span {
    -webkit-transition: .7s cubic-bezier(.47,.16,.24,1);
    transition: .7s cubic-bezier(.47,.16,.24,1);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    display: inline-block;
}
.c-ancArrowWave__text.hidden>span {
    opacity: 0;
    -webkit-transform: translateY(105%);
    transform: translateY(105%);
}
.c-ancArrowWave__text>span:nth-child(1) {
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
}
.c-ancArrowWave__text>span:nth-child(2) {
    -webkit-transition-delay: 20ms;
    transition-delay: 20ms;
}
.c-ancArrowWave__text>span:nth-child(3) {
    -webkit-transition-delay: 40ms;
    transition-delay: 40ms;
}
.c-ancArrowWave__text>span:nth-child(4) {
    -webkit-transition-delay: 60ms;
    transition-delay: 60ms;
}
.c-ancArrowWave__text>span:nth-child(5) {
    -webkit-transition-delay: 80ms;
    transition-delay: 80ms;
}
.c-ancArrowWave__text>span:nth-child(6) {
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}
.c-ancArrowWave__text>span:nth-child(7) {
    -webkit-transition-delay: 120ms;
    transition-delay: 120ms;
}
.c-ancArrowWave__text>span:nth-child(8) {
    -webkit-transition-delay: 140ms;
    transition-delay: 140ms;
}
.c-ancArrowWave__text>span:nth-child(9) {
    -webkit-transition-delay: 140ms;
    transition-delay: 160ms;
}
.c-ancArrowWave__text>span:nth-child(10) {
    -webkit-transition-delay: 140ms;
    transition-delay: 180ms;
}
.c-ancArrowWave:hover .c-ancArrowWave__text>span {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    opacity: 0;
    -webkit-transform: translateY(-105%);
    transform: translateY(-105%);
}
.c-ancArrowWave:hover .c-ancArrowWave__text.hidden>span {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
/* 中部 */
.bd-boxs {
}
/* 底部 */
.ft-boxs {
	color: #FFF;
	background: url(/static/images/bd-mbox-bg.png) center center var(--color);
	overflow: hidden;
}
.ft-boxs a {
	color: #FFF;
}
.ft-about {
	padding-top: 50px;
	padding-bottom: 70px;
}
.ft-about .d-dl {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.ft-about .d-dd {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ft-about .d-til {
	line-height: 75px;
	font-size: 20px;
	font-weight: bold;
}
.ft-about .d-d1 {
	min-width: 350px;
	width: 25.11764%;
}
.ft-about .d-d1 .d-con {
}
.ft-about .d-d1 .d-logo {
	display: block;
}
.ft-about .d-d1 .d-logo img {
	max-width: 100%;
	width: 100%;
	height: auto;
}
.ft-about .d-d1 .d-form {
}
.ft-about .d-d1 .d-form .til {
	margin-bottom: 10px;
	line-height: 28px;
	font-size: 13px;
    word-break: keep-all;
    white-space: pre-wrap;
}
.ft-about .d-d1 .d-form .form {
	position: relative;
}
.ft-about .d-d1 .d-form .form input[type="text"] {
	padding: 0 154px 0 14px;
	width: 100%;
	height: 36px;
	font-size: 18px;
	border: 1px solid #DDD;
	background: #FFF;
}
.ft-about .d-d1 .d-form .form input[type="submit"] {
	right: 0;
	top: 0;
	width: 140px;
	height: 100%;
	font-size: 20px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	border: none;
	outline: 0 none;
	color: #FFF;
	background: var(--color);
	position: absolute;
}
.ft-about .d-d1 .d-form .form input[type="submit"]:hover {
	background: #275032;
}
.ft-about .d-d2 {
	width: 175px;
}
.ft-about .d-d2 .d-con {
	line-height: 32px;
}
.ft-about .d-d2 .d-con a {
	font-size: 18px;
	word-break: keep-all;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	display: block;
}
.ft-about .d-d2 .d-con a:hover {
	transform: scale(1.1);
}
.ft-about .d-d3 {
}
.ft-about .d-d3 .d-til {
	position: relative;
}
.ft-about .d-d3 .d-con {
}
.ft-about .d-d3 .d-con dl {
}
.ft-about .d-d3 .d-con dl dd {
}
.ft-about .d-d3 .d-con dl dd a {
	line-height: 32px;
	font-size: 18px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	text-transform:capitalize;
	display: block;
}
.ft-about .d-d3 .d-con dl dd a:hover {
	transform: scale(1.1);
}
.ft-about .d-d4 {
}
.ft-about .d-d4 .d-con {
}
.ft-about .d-d4 .d-con dl {
}
.ft-about .d-d4 .d-con dl dd {
}
.ft-about .d-d4 .d-con dl dd {
	padding-left: 32px;
	line-height: 32px;
	position: relative;
}
.ft-about .d-d4 .d-con dl dd:first-child {
	padding: 0;
}
.ft-about .d-d4 .d-con dl dd i {
	left: 0;
	top: 0;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 18px;
	text-align: center;
	display: block;
	position: absolute;
}
.ft-about .d-d4 .d-con dl dd .til {
	font-size: 18px;
	word-break: keep-all;
	white-space: pre-wrap;
}
@media (max-width: 1330px) {
.ft-about .d-til {
	line-height: 60px;
}
.ft-about .d-d1 {
	min-width: 300px;
}
.ft-about .d-d1 .d-form .form input[type="text"] {
	padding: 0 114px 0 14px;
	font-size: 16px;
}
.ft-about .d-d1 .d-form .form input[type="submit"] {
	width: 100px;
	font-size: 18px;
}
.ft-about .d-d2 {
	width: 155px;
}
.ft-about .d-d2 .d-con {
	line-height: 30px;
}
.ft-about .d-d3 .d-con dl dd a {
	line-height: 30px;
}
.ft-about .d-d4 {
	width: 300px;
}
.ft-about .d-d4 .d-con dl dd {
	padding-left: 30px;
	line-height: 30px;
}
.ft-about .d-d4 .d-con dl dd i {
	width: 30px;
	height: 30px;
	line-height: 30px;
}
}
@media (max-width: 990px) {
.ft-about {
	padding-top: 30px;
	padding-bottom: 50px;
}
.ft-about .d-dl {
	margin: -15px -10px 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.ft-about .d-dd {
	margin-top: 15px;
	padding: 0 10px;
}
.ft-about .d-til {
	line-height: 50px;
}
.ft-about .d-d1, .ft-about .d-d4 {
	width: 100%;
}
.ft-about .d-d1 .d-logo img {
	max-width: 320px;
}
.ft-about .d-d1 .d-form .til {
	margin: 10px 0 15px;
}
.ft-about .d-d1 .d-form .form input[type="text"] {
	padding: 0 124px 0 14px;
	height: 36px;
	font-size: 18px;
}
.ft-about .d-d1 .d-form .form input[type="submit"] {
	width: 110px;
}
.ft-about .d-d2, .ft-about .d-d3 {
	width: 50%;
}
.ft-about .d-d2 .d-con {
	line-height: 28px;
}
.ft-about .d-d3 .d-con dl dd a {
	line-height: 28px;
}
.ft-about .d-d4 .d-con dl dd {
	line-height: 28px;
}
}
@media (max-width: 750px) {
.ft-about .d-d1 .d-logo img {
	max-width: 280px;
}
}
.ft-powerby {
	padding: 20px 0;
	line-height: 20px;
	font-size: 18px;
	text-align: center;
	color: var(--color);
	background: #FFF;
}
.ft-powerby .cc-1 {
	float: left;
}
.ft-powerby .cc-2 {
	float: right;
}
.ft-powerby .cc-2 .d-dl {
	margin-left: -8px;
	display: -ms-flexbox;
	display: flex;
}
.ft-powerby .cc-2 .d-dd {
	margin-left: 8px;
	width: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.ft-powerby .cc-2 .d-d1 {
	margin-right: 10px;
	width: auto;
}
.ft-powerby .cc-2 .d-d1 a {
	white-space: nowrap;
	color: var(--color);
}
.ft-powerby .cc-2 .d-d2 a {
	left: 0;
	top: 50%;
	width: 28px;
	height: 28px;
	line-height: 28px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #A1C8B0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	transform: translateY(-50%);
	display: block;
	float: left;
	color: var(--color);
	position: absolute;
}
.ft-powerby .cc-2 .d-d2 a:hover {
	color: #FFF;
	background: var(--color);
}
@media (max-width: 1330px) {
.ft-powerby .cc-2 .d-d2 a {
	width: 26px;
	height: 26px;
	line-height: 26px;
}
}
@media (max-width: 750px) {
.ft-powerby .c-box {
	margin: -10px -15px 0;
}
.ft-powerby .c-con {
	margin-top: 10px;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ft-powerby .cc-2 {
	float: left;
}
.ft-powerby {
	font-size: 16px;
}
}
.fixed-cookie {
	padding: 5px;
	width: 100%;
	font-size: 14px;
	text-align: center;
	display: none;
	color: #FFF;
	background-color: #000;
	z-index: 99999999;
}
.fixed-cookie.on {
	display: block;
}
.fixed-cookie a {
	color: #FFF;
}
.fixed-cookie .cookietext {
	margin: 0 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}
.fixed-cookie .moreinfo-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 10px;
}
.fixed-cookie .cookiehidelink {
	width: auto;
	border: 1px solid #333;
	border-radius: 4px;
	margin-top: 8px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: 600;
	padding-bottom: 8px;
	padding-top: 8px;
	background: #333;
}
.fixed-cookie .cookiehidelink:hover {
	border-color: red;
}
@media(min-width: 1268px) {
.fixed-cookie.on {
	display: flex;
	justify-content: center;
}
.fixed-cookie .moreinfo-wrapper {
	margin-bottom: 0;
	flex-direction: row;
}
.fixed-cookie .cookietext {
	padding-top: 14px;
	line-height: 1.4;
}
.fixed-cookie .cookiehidelink {
	margin-top: 0;
	margin-left: 20px;
}
.fixed-cookie .moreinfo {
	padding: 13px 0 10px;
}
.fixed-cookie .moreinfo a {
	line-height: 1.4;
}
}
/* 公共样式 */
.bd-mbox {
	margin: 0 auto;
	max-width: 1920px;
	position: relative;
	overflow: hidden;
}
.bd-mbox .bm-til {
	padding: 80px 0 45px;
	text-align: center;
	position: relative;
}
.bd-mbox .bm-til .l {
	text-align: left;
}
.bd-mbox .bm-til .ftil {
	margin-bottom: 20px;
	line-height: 18px;
	font-size: 17px;
	color: #666;
}
.bd-mbox .bm-til .til {
	height: 50px;
	line-height: 50px;
	position: relative;
}
.bd-mbox .bm-til .til h3 {
	font-size: 48px;
	font-weight: bold;
	background-image: -webkit-linear-gradient(left, #30B46A, #008144);
	background-image: linear-gradient(to right, #30B46A, #008144);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	position: relative;
	z-index: 2;
}
.bd-mbox .bm-til .til p {
	left: 0;
	top: 0;
	width: 100%;
	font-size: 48px;
	font-weight: bold;
	text-shadow:
	0 0 6px rgba(0,0,0,.1),
	0 0 8px rgba(0,0,0,.1),
	0 0 10px rgba(0,0,0,.1),
	0 0 12px rgba(0,0,0,.1);
	position: absolute;
	color: transparent;
}
.bd-mbox .bm-til .til p:last-child {
	text-shadow:
	-2px -2px 2px #FFF,
	2px -2px 2px #FFF,
	-2px 2px 2px #FFF,
	2px 2px 2px #FFF;
	z-index: 1;
}
.bd-mbox .bm-til.on * {
	color: #FFF !important;
}
.bd-mbox .bm-til.on .til h3 {
	background-image: none;
	background-clip: unset;
	-webkit-text-fill-color: unset;
}
@media (max-width: 1630px) {
.bd-mbox .bm-til {
	padding: 70px 0 35px;
}
.bd-mbox .bm-til .ftil {
	margin-bottom: 15px;
	line-height: 18px;
	font-size: 16px;
}
.bd-mbox .bm-til .til {
	height: 40px;
	line-height: 40px;
}
.bd-mbox .bm-til .til h3 {
	font-size: 38px;
}
.bd-mbox .bm-til .til p {
	font-size: 38px;
}
}
@media (max-width: 990px) {
.bd-mbox .bm-til {
	padding: 50px 0 25px;
}
.bd-mbox .bm-til .ftil {
	margin-bottom: 10px;
	line-height: 16px;
	font-size: 15px;
}
.bd-mbox .bm-til .til {
	height: 30px;
	line-height: 30px;
}
.bd-mbox .bm-til .til h3 {
	font-size: 28px;
}
.bd-mbox .bm-til .til p {
	font-size: 28px;
}
}
/* 自适应 */
.row {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.row:after, .row:before {
	display: table;
	content: " ";
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.row:after {
	clear: both;
}
/* swiper分页器 */
.swiper-pagination {
	bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	display: none;
}
.swiper-pagination-bullet {
	width: 10px !important;
	height: 10px !important;
	opacity: .5 !important;
	background: #000 !important;
}
.swiper-pagination-bullet-active {
	opacity: 1 !important;
	background: var(--color) !important;
}