/* Main CSS Document */
@charset "utf8";
/* reset */
* {
	margin: 0;
	padding: 0;
}
html, body {
	font: 14px/1.5 -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif;
	outline: 0;
	-webkit-text-size-adjust: none;/* Chrome 浏览器中设置小于 12px 的字体 */
	color: #333;
}
body.nav-visible {
	height:100%;
	overflow:hidden;
}
.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;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.img-hover:hover, *[data-hover="*"]:hover *[data-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);
}
.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.1);
}
.shadow-none {
 --tw-shadow: 0 0 #0000;
}
*[data-hover="*"] {
 --transition-duration: 600ms;
 --border-margin: 15px;
 --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: #FFF;
	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);
}
.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);
 filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius=4, MakeShadow=false);
/* IE6~IE9 */
}
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 -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;
}
/*窗体大小*/
.w-mauto {
	max-width: 1600px;
	width: 89.58333%;
	margin: 0 auto;
}
.mauto {
	margin: 0 auto;
}
.l {
	float: left;
}
.r {
	float: right;
}
*[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的主流浏览器通用的方法 */
* html, * html body /* 修正IE6振动bug */ {
	background-image: url(about:blank);
	background-attachment: fixed;
}
* html .fixed-top /* IE6 头部固定 */ {
	position: absolute;
	bottom: auto;
 _top:expression(eval(document.documentElement.scrollTop));
}
* html .fixed-right /* IE6 右侧固定 */ {
	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));
}
* html .fixed-bottom /* IE6 底部固定  */ {
	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)));
}
* html .fixed-left /* IE6 左侧固定 */ {
	position: absolute;
	right: auto;
 _left:expression(eval(document.documentElement.scrollLeft));
}
/* 弹出窗口 */
.modal_backdrop {
	width: 100%;
	background: #000;
	filter: alpha(opacity=40);
	-moz-opacity: 0.40;
	-khtml-opacity: 0.40;
	opacity: 0.40;
	z-index: 100001;
	display: none;
}
.modal_backdrop-black {
	background: #000;
}
.modal_backdrop-write {
	background: #FFF;
}
.modal_backdrop-transparent {
	background: transparent;
}
.modal_tbox {
	left: 0;
	width: 100%;
	z-index: 100002;
}
.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: absolute;
	display: none;
}
.modal_tbox .tconbox .tcon-close {
	right: 45px;
	top: 45px;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	cursor: pointer;
	display: block;
	background: url(/public/images/close.png) no-repeat left top;
	background-size: cover;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	transition: none;
}
.modal_tbox .tconbox .tcon-close:hover {
	background-position: right top;
}
.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_lbuy-form-box {
	z-index: 100003;
}
.modal_buy-form-box {
	z-index: 100004;
}
.modal_tbox .buy-form-box {
	padding: 0 40px;
	max-width: 920px;
	width: 90%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #FFF;
}
.modal_tbox .buy-form-box .c-til {
	padding-top: 30px;
	line-height: 36px;
	text-align: center;
}
.modal_tbox .buy-form-box .c-til .til {
	font-size: 18px;
	font-weight: bold;
}
.modal_tbox .buy-form-box .c-til .con {
	font-size: 16px;
	color: #999;
}
.modal_tbox .buy-form-box .c-con {
}
.modal_tbox .buy-form-box .c-con .d-dl {
	margin-top: -30px;
}
.modal_tbox .buy-form-box .c-con .d-dd {
	margin-top: 30px;
}
.modal_tbox .buy-form-box .c-con .d-til {
	line-height: 50px;
}
.modal_tbox .buy-form-box .c-con .d-con {
}
.modal_tbox .buy-form-box .c-con .d-con ul {
	margin: -20px -20px 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.modal_tbox .buy-form-box .c-con .d-con ul li {
	margin-top: 20px;
	padding: 0 20px;
	line-height: 44px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	float: left;
	color: #666;
}
.modal_tbox .buy-form-box .c-con .d-con ul li .box {
	position: relative;
}
.modal_tbox .buy-form-box .c-con .d-con ul li .til {
	left: 15px;
	top: 0;
	font-size: 16px;
	position: absolute;
	z-index: 1;
}
.modal_tbox .buy-form-box .c-con .d-con ul li .con {
	font-size: 16px;
	position: relative;
}
.modal_tbox .buy-form-box .c-con .d-d1 .d-con ul li {
	width: 50%;
}
.modal_tbox .buy-form-box .c-con .d-d1 .d-con ul li input {
	padding: 0 15px 0 65px;
	width: 100%;
	height: 44px;
	font-size: 16px;
	border: 1px solid #DDD;
}
.modal_tbox .buy-form-box .c-con .d-d2 .d-con ul li {
	width: 25%;
}
.modal_tbox .buy-form-box .c-con .d-d2 .d-con ul li input {
	display: none;
}
.modal_tbox .buy-form-box .c-con .d-d2 .d-con ul li i {
	left: 10px;
	top: 7px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #F7F7F7;
	position: absolute;
	overflow: hidden;
}
.modal_tbox .buy-form-box .c-con .d-d2 .d-con ul li i:before {
	display: none;
}
.modal_tbox .buy-form-box .c-con .d-d2 .d-con ul li label {
	padding-left: 50px;
	display: block;
	position: relative;
}
.modal_tbox .buy-form-box .c-con .d-d2 .d-con ul li.on i:before {
	display: block;
	color: #DF6512;
}
.modal_tbox .buy-form-box .c-btn {
	margin-top: 30px;
	border-top:1px solid #DDD;
}
.modal_tbox .buy-form-box .c-btn ul {
}
.modal_tbox .buy-form-box .c-btn ul li {
	width: 50%;
	display: inline-block;
	float: left;
	position: relative;
}
.modal_tbox .buy-form-box .c-btn ul li:first-child:before {
	content: " ";
	right: 0;
	top: 15px;
	bottom: 15px;
	border-left: 1px solid #DDD;
	position: absolute;
}
.modal_tbox .buy-form-box .c-btn ul li a {
	line-height: 70px;
	font-size: 18px;
	text-align: center;
	display: block;
}
@media (max-width: 1630px) {
.modal_tbox .buy-form-box .c-til .con {
	font-size: 14px;
}
.modal_tbox .buy-form-box .c-con .d-dl {
	margin-top: -20px;
}
.modal_tbox .buy-form-box .c-con .d-dd {
	margin-top: 20px;
}
.modal_tbox .buy-form-box .c-con .d-til {
	line-height: 40px;
	font-size: 16px;
}
.modal_tbox .buy-form-box .c-con .d-con ul {
	margin: -10px -10px 0;
}
.modal_tbox .buy-form-box .c-con .d-con ul li {
	margin-top: 10px;
	padding: 0 10px;
	line-height: 34px;
}
.modal_tbox .buy-form-box .c-con .d-con ul li .til {
	font-size: 14px;
}
.modal_tbox .buy-form-box .c-con .d-con ul li .con {
	font-size: 14px;
}
.modal_tbox .buy-form-box .c-con .d-d1 .d-con ul li {
	width: 50%;
}
.modal_tbox .buy-form-box .c-con .d-d1 .d-con ul li input {
	padding: 0 15px 0 55px;
	height: 34px;
	font-size: 14px;
}
.modal_tbox .buy-form-box .c-con .d-d2 .d-con ul li label {
	padding-left: 40px;
}
.modal_tbox .buy-form-box .c-con .d-d2 .d-con ul li i {
	left: 10px;
	top: 5px;
	width: 24px;
	height: 24px;
	line-height: 24px;
}
.modal_tbox .buy-form-box .c-btn {
	margin-top: 30px;
}
.modal_tbox .buy-form-box .c-btn ul li:first-child:before {
	top: 15px;
	bottom: 15px;
}
.modal_tbox .buy-form-box .c-btn ul li a {
	line-height: 70px;
	font-size: 18px;
}
}
@media (max-width: 992px) {
.modal_tbox .buy-form-box {
	padding: 0 20px;
}
.modal_tbox .buy-form-box .c-til {
	padding-top: 20px;
	line-height: 24px;
	overflow: hidden;
}
.modal_tbox .buy-form-box .c-con .d-til {
	line-height: 30px;
	font-size: 14px;
}
.modal_tbox .buy-form-box .c-con .d-con ul {
	margin: -10px -5px 0;
}
.modal_tbox .buy-form-box .c-con .d-con ul li {
	padding: 0 5px;
	line-height: 30px;
}
.modal_tbox .buy-form-box .c-con .d-dl {
	margin-top: -10px;
}
.modal_tbox .buy-form-box .c-con .d-dd {
	margin-top: 10px;
}
.modal_tbox .buy-form-box .c-con .d-d1 .d-con ul li input {
	padding: 0 10px;
	height: 30px;
}
.modal_tbox .buy-form-box .c-con .d-d2 .d-con ul li {
	width: 50%;
}
.modal_tbox .buy-form-box .c-btn {
	margin-top: 15px;
}
.modal_tbox .buy-form-box .c-btn ul li a {
	line-height: 50px;
	font-size: 14px;
}
}
/* 分页样式 */
.mpage_boxs {
	font-size: 0;
	text-align: center;
}
.mpage_boxs ul {
	display: inline-block;
}
.mpage_boxs li {
	margin: 0 5px;
	padding-top: 60px;
	line-height: 42px;
	font-size: 16px;
	display: inline-block;
	float: left;
}
.mpage_boxs a, .mpage_boxs span {
	padding: 0 20px;
	text-decoration: none;
	display: block;
	background: #FFF;
	overflow: hidden;
}
.mpage_boxs a {
	cursor: pointer;
	color: #333;
	background:#F7F7F7;
}
.mpage_boxs span {
	color: #999;
}
.mpage_boxs .on a, .mpage_boxs a:hover {
	color: #FFF;
	background: #DF6512;
}
@media (max-width: 992px) {
.mpage_boxs li.num {
	display: none;
}
.mpage_boxs li {
	line-height: 36px;
	font-size: 14px;
}
.mpage_boxs a, .mpage_boxs span {
	padding: 0 15px;
}
}
/* .hd-boxs */
.hd-boxs {
	position: relative;
	z-index: 2;
}
.hd-header {
	line-height:60px;
	font-size:16px;
	color:#FFF;
	background:#001E57;
	position: relative;
	z-index: 1;
}
.hd-header a {
	color:#FFF;
}
.hd-top-left {
	float:left;
}
.hd-top-left .til {
	padding-right:40px;
	float:left;
	position:relative;
	z-index: 1;
}
.hd-top-left .til:before {
	content: " ";
	right: 0;
	top: 0;
	height: 100%;
	width: 100000%;
	display: block;
	background: #031331;
	position: absolute;
	z-index: -1;
}
.hd-top-left .con {
	padding-left:40px;
	float:left;
}
.hd-top-left .con ul {
	margin-left:-18px;
}
.hd-top-left .con ul li {
	margin-left:18px;
	display:inline-block;
	float:left;
}
.hd-top-left .con ul li a {
	display:block;
}
.hd-top-left .con .l-wechat {
}
.hd-top-left .con .l-wechat .comcon {
	margin-left: 50%;
	left: -50px;
	top: 100%;
	width: 100px;
	height: 100px;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.3);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,.3);
    -o-box-shadow: 0 0 15px rgba(0,0,0,.3);
    box-shadow: 0 0 15px rgba(0,0,0,.3);
	background: #FFF;
	position: absolute;
}
.hd-top-left .con .l-wechat .comcon:before {
	content: " ";
	margin-left: 50%;
	left: -10px;
	top: -10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #FFF;
	position: absolute;
}
.hd-top-right {
	float:right;
}
.hd-top-right .search {
	margin-top:13px;
	height:34px;
	line-height:34px;
	float:left;
	position:relative;
}
.hd-top-right .search input {
	height:34px;
	background: transparent;
}
.hd-top-right .search input[type="text"] {
	padding: 0 54px 0 15px;
	width:100%;
	font-size:14px;
    -moz-border-radius: 34px;
    -webkit-border-radius: 34px;
    border-radius: 34px;
	border:2px solid #FFF;
	color: #FFF;
}
.hd-top-right .search input[type="text"]::-webkit-input-placeholder {
	color: #FFF;
}
.hd-top-right .search input[type="text"]::-moz-placeholder {
	color: #FFF;
}
.hd-top-right .search input[type="text"]::-ms-input-placeholder {
	color: #FFF;
}
.hd-top-right .search i, .hd-top-right .search input[type="submit"] {
	right:0;
	top:0;
	width:54px;
	height:100%;
	position:absolute;
}
.hd-top-right .search i {
	text-align:center;
	display:block;
}
.hd-top-right .search input[type="submit"] {
	border:none;
	outline:0 none;
	background:transparent;
}
.hd-top-right .link {
	margin-left:30px;
	float:right;
}
.hd-top-right .link ul {
	margin-left:-15px;
}
.hd-top-right .link ul li {
	margin-left:15px;
	display:inline-block;
	float:left;
}
.hd-top-right .language {
	margin-left: 30px;
	float: right;
}
.hd-top-right .language span {
	margin: 0 5px;
}
.hd-main {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	position:relative;
}
.hd-logo {
	padding:20px 0;
}
.hd-logo a {
	display:block;
}
.hd-logo img {
	width: auto;
	height: 50px;
	-webkit-object-fit: cover;
	-o-object-fit: cover;
	object-fit: cover;
}
.hd-nav {
	display: -ms-flexbox;
	display: flex;
}
.hd-nav .c-con {
}
.hd-nav .c-con .cc-btn {
	width:50px;
	height:50px;
	line-height:50px;
	font-size:34px;
	text-align:center;
	display:none;
	float: right;
	color:#001E57;
}
.hd-nav .c-con .con {
}
.hd-nav .c-con .con .l-ul {
	margin-left:-100px;
}
.hd-nav .c-con .con .l-li {
	margin-left:100px;
	display:inline-block;
	float:left;
	position: relative;
}
.hd-nav .c-con .con .l-til {
	line-height:50px;
	font-size:16px;
	font-weight:bold;
	display:block;
	position: relative;
}
.hd-nav .c-con .con .l-til i {
	margin-top: -15px;
	right: 10px;
	top: 50%;
	width: 34px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	position: absolute;
}
.hd-nav .c-con .con .l-li.active .l-til, .hd-nav .c-con .con .l-til:hover {
	color:#DF6512;
}
.hd-nav .c-con .con .l-con {
	padding-top: 30px;
	left: 0;
	top: 100%;
	width: 240px;
	display: none;
	position: absolute;
}
.hd-nav .c-con .con .l-con ul {
	-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);
}
.hd-nav .c-con .con .l-con .l-li2 {
	width: 100%;
	display: inline-block;
	float: left;
	position: relative;
}
.hd-nav .c-con .con .l-con .l-li2 a {
	padding: 0 25px;
	height: 46px;
	line-height: 46px;
	font-size: 15px;
	border-top: 1px solid #3C3C3C;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url(ellipsis.xml#ellipsis);
	display: block;
	color: #FFF;
	background: #262626;
	position: relative;
	overflow: hidden;
}
.hd-nav .c-con .con .l-con .l-li2 i {
	right: 20px;
	top: 0;
	font-size: 12px;
	position: absolute;
}
.hd-nav .c-con .con .l-con .l-li2:first-child > a, .hd-nav .c-con .con .l-con .l-con2 li:first-child a {
	border-top: none;
}
.hd-nav .c-con .con .l-con .l-li2 a:hover {
	background: #DF6512;
}
.hd-nav .c-con .con .l-con .l-con2 {
	margin-left: 100%;
	left: 0;
	top: 0;
	width: 100%;
	display: none;
	position: absolute;
}
.hd-nav .c-con .con .l-li:hover .l-con {
	display: block;
}
.hd-nav .c-con .con .l-con .l-li2:hover .l-con2 {
	display: block;
}
@media (max-width: 1630px) {
.hd-nav .c-con .con .l-ul {
	margin-left:-60px;
}
.hd-nav .c-con .con .l-li {
	margin-left:60px;
}
.hd-nav .c-search {
	margin-left: 40px;
}
}
@media (max-width: 1330px) {
.hd-nav .c-con .con .l-ul {
	margin-left:-40px
}
.hd-nav .c-con .con .l-li {
	margin-left:40px;
}
}
@media (max-width: 1130px) {
.hd-header {
	line-height:50px;
	font-size:14px;
}
.hd-top-left {
	display:none;
}
.hd-top-right {
	width:100%;
}
.hd-top-right .search {
	margin-top:8px;
}
.hd-main {
	-ms-flex-direction: column;
	flex-direction: column;
}
.hd-nav {
	padding-bottom:7px;
	width:100%;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.hd-nav .c-con .con .l-con {
	padding-top: 7px;
}
}
@media (max-width: 992px) {
.hd-nav .c-con .con .l-ul {
	margin-left:-30px
}
.hd-nav .c-con .con .l-li {
	margin-left:30px;
}
.hd-nav .c-con .con .l-til {
	font-size:15px;
}
}
@media (max-width: 768px) {
.hd-top-right .link {
	display:none;
}
.hd-main {
	-ms-flex-direction: row;
	flex-direction: row;
}
.hd-logo {
	padding:20px 0;
	left:0;
	top:0;
	position:absolute;
}
.hd-nav {
	padding: 20px 0;
}
.hd-nav .c-con {
	width:100%;
}
.hd-nav .c-con .cc-btn {
	display:block;
}
.hd-nav .c-con .con {
	padding-top: 10px;
	width:100%;
	display:none;
	overflow: hidden;
}
.hd-nav .c-con .con.on {
	display:block;
}
.hd-nav .c-con .con .l-ul {
	margin:-1px 0 0 0;
}
.hd-nav .c-con .con .l-li {
	margin:1px 0 0 0;
	width:100%;
}
.hd-nav .c-con .con .l-til {
	padding:0 20px;
	line-height:46px;
	color:#FFF;
	background:#DF6512;
}
.hd-nav .c-con .con .l-til i {
	display: block;
}
.hd-nav .c-con .con .l-con .l-li2 i {
	margin-top: -15px;
	right: 10px;
	top: 50%;
	width: 34px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.hd-nav .c-con .con .l-li.active .l-til, .hd-nav .c-con .con .l-til:hover {
	color:#FFF;
}
.hd-nav .c-con .con .l-con {
	padding: 0;
	width: 100%;
	position: initial;
}
.hd-nav .c-con .con .l-con .l-li2 a {
	padding: 0 20px;
	font-weight: bold;
	border-top-color: #FFF;
	background: #DF6512;
}
.hd-nav .c-con .con .l-con .l-li2:first-child > a, .hd-nav .c-con .con .l-con .l-con2 li:first-child a {
	border-top: 1px solid #FFF;
}
.hd-nav .c-con .con .l-li:hover .l-con {
	display: none;
}
.hd-nav .c-con .con .l-li.on .l-con {
	display: block;
}
.hd-nav .c-con .con .l-con .l-con2 {
	margin: 0;
	position: initial;
}
.hd-nav .c-con .con .l-con .l-li2:hover .l-con2 {
	display: none;
}
.hd-nav .c-con .con .l-con .l-li2.on .l-con2 {
	display: block;
}
.hd-nav .c-box {
	display:none;
}
}
@media (max-width: 500px) {
.hd-top-right .language {
	margin: 0;
}
}
/* 底部 */
.ft-boxs {
	padding:90px 0 15px;
	color:#C7C7C7;
	background:#030E22;
	overflow:hidden;
}
.ft-boxs a {
	color:#C7C7C7;
}
.ft-main {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.ft-about {
	width:340px;
}
.ft-about .logo img {
	max-width:294px;
	width:100%;
	height:auto;
}
.ft-about .con {
	margin:25px 0;
	line-height:26px;
	font-size:16px;
}
.ft-about .btn {
	width:173px;
	line-height:53px;
	font-size:18px;
	text-align:center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	border:1px solid #49505E;
	display:block;
}
.ft-about .btn:hover {
	border-color: #DF6512;
	color:#FFF;
	background: #DF6512;
}
.ft-menu {
	width: calc(100% - 620px);
}
.ft-menu .d-dl {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.ft-menu .d-dd {
}
.ft-menu .d-til {
	padding-bottom:30px;
	line-height:24px;
	font-size:24px;
	position:relative;
}
.ft-menu .d-til:before {
	content:" ";
	left:0;
	bottom:14px;
	width:55px;
	border-bottom:1px solid #DF6512;
	position:absolute;
}
.ft-menu .d-con {
}
.ft-menu .d-con ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}
.ft-menu .d-con ul li {
	line-height:34px;
	font-size:18px;
	display:block;
}
.ft-menu .d-con ul li a {
	display:block;
}
.ft-powerby {
	margin-top:70px;
	line-height:80px;
	font-size:18px;
	text-align:center;
	border-top:1px solid #152336;
}
@media (max-width: 1630px) {
.ft-menu {
	width: calc(100% - 420px);
}
}
@media (max-width: 1230px) {
.ft-main {
	-ms-flex-direction: column;
	flex-direction: column;
}
.ft-about {
	width:auto;
	text-align:center;
}
.ft-about .btn {
	margin:0 auto;
}
.ft-menu {
	margin-top:60px;
	width: auto;
}
}
@media (max-width: 992px) {
.ft-boxs {
	padding:60px 0 10px;
}
.ft-menu .d-dl {
	-ms-flex-pack: center;
	justify-content: center;
}
.ft-menu .d-d1 {
	display:none;
}
.ft-menu .d-til {
	display:none;
}
.ft-menu .d-con {
	text-align:center;
}
.ft-menu .d-con ul li {
	font-size:16px;
}
.ft-powerby {
	margin-top:50px;
	padding:15px 0;
	line-height:30px;
	font-size:16px;
}
.ft-powerby p {
	float:none;
}
}
@media (max-width: 768px) {
.ft-about .con {
	line-height: 24px;
	font-size: 14px;
}
.ft-about .btn {
	width: 153px;
	line-height: 43px;
	font-size: 16px;
}
.ft-menu {
	margin-top: 30px;
}
.ft-menu .d-con ul li {
	line-height:26px;
	font-size: 14px;
}
.ft-powerby {
	font-size:14px;
}
}
/* 悬停顶部 */
.fx-header {
	left:0;
	top: 0;
	width:100%;
	
	
    opacity: 0;
	
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.1);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,.1);
    -o-box-shadow: 0 0 15px rgba(0,0,0,.1);
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    -webkit-transition: top 300ms ease;
    -moz-transition: top 300ms ease;
    -ms-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
	
	
	
	
	
	background:#FFF;
	
	position: fixed;
	z-index: -1;
	visibility: hidden;
}
.fx-header.animated {
	animation-duration: 1.25s;
    opacity: 1;
	z-index:100000;
	visibility: visible;
}
.fx-header .fh-con {
	line-height:75px;
}
.fx-header .fh-logo {
	float:left;
}
.fx-header .fh-logo a {
	height:75px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
}
.fx-header .fh-nav {
	float:right;
}
.fx-header .fh-nav .l-ul {
	margin-left:-100px;
}
.fx-header .fh-nav .l-li {
	margin-left:100px;
	display:inline-block;
	float:left;
	position: relative;
}
.fx-header .fh-nav .l-til {
	font-size:16px;
	font-weight:bold;
	display:block;
}
.fx-header .fh-nav .l-con {
	left: 0;
	top: 75px;
	width: 240px;
	background: #FFF;
	display: none;
	position: absolute;
}
.fx-header .fh-nav .l-con ul {
}
.fx-header .fh-nav .l-con ul li {
	width: 100%;
	display: inline-block;
	float: left;
}
.fx-header .fh-nav .l-con ul li a {
	padding: 0 25px;
	height: 46px;
	line-height: 46px;
	font-size: 15px;
	border-top: 1px solid #3C3C3C;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url(ellipsis.xml#ellipsis);
	display: block;
	color: #FFF;
	background: #262626;
	position: relative;
	overflow: hidden;
}
.fx-header .fh-nav .l-con ul li:first-child a {
	border: none;
}
.fx-header .fh-nav .l-con ul li a:hover {
	background: #DF6512;
}
.fx-header .fh-nav .l-li:hover .l-con {
	display: block;
}
@media (max-width: 1630px) {
.fx-header .fh-nav .l-ul {
	margin-left:-60px;
}
.fx-header .fh-nav .l-li {
	margin-left:60px;
}
}
@media (max-width: 1330px) {
.fx-header .fh-nav .l-ul {
	margin-left:-40px;
}
.fx-header .fh-nav .l-li {
	margin-left:40px;
}
}
@media (max-width: 1130px) {
.fx-header {
	display:none;
}
}
/* 当前位置 */
.bd-position {
	padding-left: 30px;
	line-height: 60px;
	color: #999;
	position: relative;
}
.bd-position:before {
	left: 0;
	top: 0;
	font-size: 20px;
	position: absolute;
}
.bd-position a {
	color: #999;
}
.bd-position a:hover {
	color: #333;
}
/* 自适应 */
.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;
}
/* 公共样式 */
.bd-mbox {
	position:relative;
	overflow: hidden;
}
.bd-mbox .bm-bg {
}
.bd-mbox .bm-bg:before {
	content: " ";
	display: block;
}
.bd-mbox .bm-box {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
}
.bd-mbox .bm-til {
	padding: 100px 0 40px;
	text-align:center;
}
.bd-mbox .bm-til .ftil {
	line-height:30px;
	font-size:18px;
	color:#666;
}
.bd-mbox .bm-til .til {
	padding-bottom:25px;
	line-height:54px;
	font-size:44px;
	font-weight:bold;
	color:#001E57;
	position:relative;
}
.bd-mbox .bm-til .til:before, .bd-mbox .bm-til .til:after {
	content:" ";
	bottom:0;
	position:absolute;
}
.bd-mbox .bm-til .til:before {
	margin-left:50%;
	left:-65px;
	width:130px;
	border-bottom:2px solid #DF6512;
}
.bd-mbox .bm-til .til:after {
	margin-left:50%;
	left:-65px;
	width:40px;
	border-bottom:2px solid #001E57;
}
.bd-mbox .bm-til .til.on {
	padding:0;
}
.bd-mbox .bm-til .til.on:before, .bd-mbox .bm-til .til.on:after {
	display:none;
}
.bd-mbox .bm-til.on * {
	color:#FFF;
}
@media (max-width: 1630px) {
.bd-mbox .bm-til {
	padding: 70px 0 30px;
}
.bd-mbox .bm-til .ftil {
	line-height:24px;
	font-size:16px;
}
.bd-mbox .bm-til .til {
	padding-bottom:20px;
	line-height:40px;
	font-size:30px;
}
}