body {
	touch-action:pan-y;
}
a {
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
}
ol,ul,li {
	list-style:none;
	margin:0;
	padding:0;
}
a {
	text-decoration:none;
	color:#333;
}
a:link,a:visited {
	text-decoration:none;
}
/* é˜¿é‡Œäº‘å­—ä½“å›¾æ ‡ */@font-face {
	font-family:'iconfont';
	src:url('/tpl/default/skin/plugins/iconfont/iconfont.woff2') format('woff2'),url('/tpl/default/skin/plugins/iconfont/iconfont.woff') format('woff'),url('/tpl/default/skin/plugins/iconfont/iconfont.ttf') format('truetype');
}
.iconfont {
	font-family:"iconfont" !important;
	font-size:16px;
	font-style:normal;
	-webkit-font-smoothing:antialiased;
	-webkit-text-stroke-width:0.2px;
	-moz-osx-font-smoothing:grayscale;
}
body::-webkit-scrollbar {
	width:4px;
	height:0px;
	opacity:0.1;
}
body::-webkit-scrollbar-thumb {
	border-radius:4px;
	-webkit-box-shadow:inset 0 0 6px rgba(255,153,0,0.1);
	background:#e31818
}
/*bootrstrapæ ·å¼å¤ç›–*/.container-fluid {
	max-width:1130px !important;
}
@media screen and (max-width:768px) {
	.container-fluid {
	max-width:100% !important;
	padding-right:10px;
	padding-left:10px;
	overflow:hidden;
}
}#header {
	position:relative;
	z-index:900;
	height:80px;
	background:#e31818;
	padding:0 50px;
	display:flex;
	justify-content:space-between;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
	align-items:stretch;
}
#header .left {
	display:flex;
	align-items:center;
	align-items:stretch;
}
#header .right {
	display:flex;
	justify-content:right;
	align-items:center;
}
#header .logo {
	display:flex;
	align-items:center;
	cursor:pointer;
}
#header .logo img {
	display:block;
	max-width:80%;
	max-height:65%;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
}
#header .navList {
	margin:0px;
	display:flex;
	align-items:center;
	justify-content:center;
}
#header .navList li {
	position:relative;
	margin:0 0.08rem;
}
#header .navList li>a {
	font-size:16px;
	display:block;
	color:#fff;
	position:relative;
	text-align:center;
	line-height:100px;
	font-weight:400;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
}
#header .navList li>a .glyphicon {
	font-size:14px;
	transform:scale(0.7);
	margin-left:4px;
}
#header .navList li>a .glyphicon.active {
	transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-o-transform:rotate(180deg);
}
#header .navList li>a:hover {
	color:#f5acac;
}
#header .child {
	position:absolute;
	background:#c21515;
	left:-40px;
	top:80px;
	padding:34px 40px 34px 40px;
	width:290px;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
	visibility:hidden;
	opacity:0;
}
#header .child dl {
	margin:0px;
}
#header .child a {
	color:#fff;
	font-weight:400;
	font-size:14px;
	display:inline-block;
	margin:5px 0;
}
#header .child a:hover {
	color:#f5acac;
}
#header .child.active {
	top:90px;
	opacity:1;
	visibility:visible;
}
#header .try {
	margin-left:30px;
}
#header .try a {
	display:block;
	border:2px solid #fff;
	color:#fff;
	padding:6px 20px;
	border-radius:50px;
	font-size:16px;
}
#header .try:hover a {
	border-color:#f5acac;
	color:#f5acac;
}
.mMenu-icon {
	height:30px;
	width:30px;
	position:absolute;
	right:15px;
	top:15px;
	z-index:902;
}
.mMenu-icon .line {
	display:block;
	width:100%;
	height:3px;
	background:#fff;
	position:relative;
	transition:0.3s;
	-moz-transition:0.3s;
	-webkit-transition:0.3s;
	-o-transition:0.3s;
	transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-webkit-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	transform-origin:right;
	border-radius:3px;
	overflow:hidden;
}
.mMenu-icon .l2 {
	margin:8px 0;
	width:25px;
	position:relative;
	right:-4px;
}
.mMenu-icon.active .line {
	background:#e6212b;
}
.mMenu-icon.active .l1 {
	transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform-origin:right;
}
.mMenu-icon.active .l2 {
	opacity:0;
}
.mMenu-icon.active .l3 {
	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform-origin:right;
}
.mMenu-list {
	transition:0.3s;
	-moz-transition:0.3s;
	-webkit-transition:0.3s;
	-o-transition:0.3s;
	background:#fff;
	z-index:901;
	position:fixed;
	top:0px;
	right:-65%;
	height:100%;
	width:65%;
	padding-top:55px;
	border-radius:1000px 0 0 1000px;
	overflow:hidden;
}
.mMenu-list a {
	display:block;
	height:45px;
	line-height:45px;
	border-top:1px solid #eee;
	padding:0 20px;
	position:relative;
	z-index:9999;
}

.mMenu-list a .glyphicon{
	float:right;
	font-size:11px;
	position:relative;
	top:16px;
	color:#ccc;
}
.mMenu-list a.on {
	background:#e6212b;
	color:#fff;
}
.mMenu-list.active {
	right:0%;
	border-radius:0px;
}
.grayBg {
	position:fixed;
	left:0px;
	top:0px;
	background:#000;
	width:100%;
	height:100%;
	opacity:0.75;
	display:none;
	z-index:900;
}
.mMenu-list .child{
	display:none;
}
.mMenu-list .child a{
	border:none;
}

#footer {
	background:#f5f5f5;
	padding:30px 50px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
#footer .left {
	padding-right:20px;
	width:20%;
	max-width:320px;
	word-wrap:break-word;
	word-break:normal;
	word-break:break-all;
}
#footer .left img {
	margin-bottom:15px;
	max-width:100%;
}
#footer .left .info {
	color:#333;
	line-height:30px;
	color:#666;
}
#footer .right {
	width:80%;
	display:flex;
	justify-content:space-between;
}
#footer .right .item {
	padding:0 10px;
}
#footer .right .item h3 {
	color:#ff0000;
	font-size:18px;
	font-weight:700;
}
#footer .right .item h3 a {
	color:#ff0000;
}
#footer .right .item a {
	display:block;
	color:#666;
	margin:10px 0;
}
#footer .right .item a:hover {
	text-decoration:underline;
	color:#333;
}
.copyright {
	text-align:center;
	background:#f5f5f5;
	padding:15px 0;
	border-top:1px solid #fff;
}
#mFooter {
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	height:55px;
	padding:2px 0;
	background:#fff;
	z-index:999;
	box-shadow:0 0 5px #ddd;
	display:flex;
	border-radius:10px 10px 0 0;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
}
#mFooter .item {
	width:100%;
}
#mFooter .item .iconbox {
	height:24px;
	text-align:center;
	margin-bottom:5px;
}
#mFooter .item .iconbox i {
	display:block;
	font-size:24px;
}
#mFooter .item img {
	display:block;
	margin:4px auto;
	height:24px;
}
#mFooter .item p {
	font-size:12px;
	text-align:center;
}
#mFooter .item.on p {
	color:#e6212b;
}
#mFooter .item.on .iconbox i {
	color:#e6212b;
}
/* å½“å‰ä½ç½® */.pageMap {
	padding:0 50px;
	height:0px;
	position:relative;
	z-index:99;
}
.pageMap ul {
	margin:0px;
	padding:0px;
}
.pageMap ul li {
	display:inline-block;
	color:#999;
}
.pageMap ul li img {
	height:18px;
	position:relative;
	top:-2px;
}
.pageMap ul li a {
	display:block;
	height:55px;
	line-height:55px;
	color:#999;
}
.pageMap ul li a:hover {
	color:rgba(0,0,0,1);
}
.pageMap ul li a:before {
	content:"›";
	margin:0 8px 0 4px;
	color:#999;
	position:relative;
	font-size:18px;
}
.pageMap ul li:nth-child(1) a:before {
	display:none;
}
@media screen and (max-width:1500px) {
	#footer {
	padding:0 20px;
}
#footer .right {
	flex-wrap:wrap;
}
#footer .right .item {
	width:25%;
}
}


.show-1400{display:none !important;}

@media screen and (max-width:1400px){

	.hidden-14000{display:none !important;}

	.show-1400{display:block !important;}

	#footer .left{ width:30% !important;}

	#footer .right{width:70% !important;}

}



@media screen and (max-width:768px) {
	#header {
	padding:0 15px;
	height:55px;
	position:sticky;
	top:0;
	}
	#header {
		padding:0 15px;
		height:55px;
		position:sticky;
		top:0;
	}
	.mMenu-icon {
		position:fixed;
	}
	#footer .left {
		width:100% !important;
		max-width:100%;
	}
	#footer .right {
		
		display:none;
	}
	#footer .right .item {
		width:50%;
	}
}