@charset "UTF-8";

/*-----------------初始化---------------------*/

*{
	padding: 0;
	margin: 0;
}

html,
body{
	color: #333;
	/* font-size: 14px; */
	line-height: 20px;
	background: white;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Chrome/Safari/Opera */
	-khtml-user-select: none; /* Konqueror */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently */
}

html{
	font-family: Helvetica, STHeiTi, sans-serif;
}

ul,
ol,
li{
	list-style: none;
}

em,
i,
var{
	font-style: normal;
}

a{
	text-decoration: none;
	color: #333;
}

img{
	display: inline;
	border: none;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel]{
	border: 1px solid #ddd;
	line-height: 20px;
	padding: 4px;
	width: 150px;
	height: 20px;
	border-radius: 3px;
	font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}

select{
	border: 1px solid #ddd;
	height: 30px;
	border-radius: 3px;
}

textarea{
	border: 1px solid #ddd;
	border-radius: 3px;
	font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}

:focus{
	outline: 0;
}

.clear:after{
	content: '\20';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.w1200{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.mt5{
	margin-top: 5px;
}

.mt10{
	margin-top: 10px;
}

.mt20{
	margin-top: 20px;
}

.mt30{
	margin-top: 30px;
}

.mt50{
	margin-top: 50px;
}

.ml5{
	margin-left: 5px;
}

.ml10{
	margin-left: 10px;
}

.ml20{
	margin-left: 20px;
}

.mr5{
	margin-right: 5px;
}

.mr10{
	margin-right: 10px;
}

.mr20{
	margin-right: 20px;
}

.textnoselect{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* 导航栏 */
.header{
	width: 100%;
	min-width: 1200px;
	height: 92px;
	background-color: white;
	box-shadow: rgba(0, 0, 0, .3) 0px 0px 5px;
}

.header .header-inner{
	height: 92px;
	position: relative;
}

.header .header-inner > img{
	max-width: 100%;
	position: absolute;
	top: 1px;
	bottom: 1px;
	left: 0;
	margin: auto;
	cursor: pointer;
}

.header .header-inner .nav{
	float: left;
	margin-left: 270px;
}

.nav .nav-list{
	width: 80px;
	display: inline-block;
	vertical-align: middle;
}

.nav .nav-list a{
	width: 100%;
	height: 92px;
	line-height: 92px;
	text-align: center;
	font-size: 14px;
	color: #666;
	display: block;
}

.nav .nav-list.on{
	color: white;
	background-color: #e40011;
}

.nav .nav-list.on a{
	color: white;
	background-color: #e40011;
}

/* .nav .nav-list a:hover,.nav .nav-list a.on{
	color: white;
	background-color: #e40011;
} */

.header .header-inner .search-box{
	float: right;
	width: 180px;
	height: 36px;
	border: 1px solid #ccc;
	border-radius: 6px;
	box-sizing: border-box;
	padding: 3px;
	margin-top: 28px;
	position: relative;
	transition: .35s all;
}

.header .header-inner .search-box.on{
	border: 1px solid #e40011;
	box-shadow: 0 0 5px 0 #e40011;
}

.search-box input{
	width: 144px;
	height: 28px;
	padding: 0;
	outline: 0;
	border: none;
}

.search-box img{
	width: 16px;
	height: 16px;
	position: absolute;
	right: 8px;
	top: 1px;
	bottom: 1px;
	margin: auto;
	cursor: pointer;
}

.path{
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: white;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
}

.path .path-inner > *{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #666;
}

.path .path-inner > a:hover{
	text-decoration: underline;
}

.path .path-inner > span{
	margin: 0 6px;
}

.footer{
	background-color: #e40011;
	overflow: hidden;
}

.footer .footer-nav{
	text-align: center;
	margin: 40px auto;
}

.footer .footer-nav .fn-divbox{
	display: inline-block;
	vertical-align: top;
}

.footer .footer-nav .fn-divbox > div{
	width: 157px;
	text-align: center;
	color: white;
	font-size: 18px;
	display: inline-block;
	vertical-align: top;
}

.footer .footer-nav .fn-divbox > div .first-a{
	font-weight: bold;
	height: 60px;
	line-height: 60px;
}

.footer .footer-nav .fn-divbox > div a{
	color: white;
	font-size: 16px;
	display: block;
	margin-bottom: 8px;
}

.footer .footer-nav .fn-divbox > div a:hover{
	text-decoration: underline;
}

.footer .footer-line{
	width: 100%;
	height: 1px;
	background-color: #cb2330;
	box-shadow: 0 1px 0 0 #e93d4a;
}

.footer .footer-infobox{
	padding: 20px 0;
	text-align: center;
}

.footer .footer-nav .fn-right{
	text-align: left;
	border-left: 1px solid #e63946;
	display: inline-block;
	vertical-align: top;
	padding-left: 75px;
	padding-bottom: 75px;
}

.footer .footer-nav .fn-right .first-a{
	color: white;
	font-size: 20px;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
}

.footer .footer-nav .fn-right div{
	margin-top: 8px;
}

.footer .footer-nav .fn-right div img{
	width: 20px;
	margin-right: 8px;
	display: inline-block;
	vertical-align: middle;
}

.footer .footer-nav .fn-right div p{
	color: white;
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
}

/* .footer .footer-infobox .footer-info{
	width: 31%;
	text-align: left;
	display: inline-block;
	vertical-align: top;
}

.footer-info .f-info-title{
	font-size: 20px;
	color: white;
	margin-bottom: 32px;
}

.footer-info .f-info-msg{
	font-size: 14px;
	color: white;
}

.footer-info .f-info-number{
	line-height: 24px;
	font-size: 24px;
	font-weight: bold;
	color: white;
}

.footer .footer-infobox .footer-qrcode{
	width: 20%;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

.footer-qrcode img{
	max-width: 100%;
	display: inline;
}

.footer-qrcode .f-qrcode-msg{
	color: white;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
} */

.footer .footer-copyright{
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 14px;
	color: white;
}

.footer .footer-copyright .copyright-left{
	float: left;
}

.footer .footer-copyright .copyright-right{
	float: right;
}

/* 分页样式修改 */
.page-box{
	text-align: center;
}

.layui-laypage a, .layui-laypage span{
	height: 32px;
	line-height: 32px;
	text-align: center;
	margin-right: 10px;
	border-radius: 4px;
}

.layui-laypage a{
	width: 32px;
	padding: 0;
	margin-right: 10px;
	border-radius: 4px;
}

.layui-laypage .layui-laypage-curr{
	width: 32px;
	padding: 0;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em{
	background-color: #e40011;
}

.layui-laypage-em{
	border-radius: 4px;
}

.layui-laypage .layui-laypage-spr{
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #666;
	border: none;
}

.page-prev b,.page-next b{
	font-size: 12px;
	font-weight: 400;
	display: inline-block;
	transform: scaleY(1.5);
}

.layui-laypage-next,.layui-laypage-prev{
	line-height: 26px !important;
}

.layui-laypage a:hover{
	color: #e40011;
}

.layui-laypage input:focus, .layui-laypage select:focus{
	border-color: #e40011 !important;
}

.layui-tree li .layui-tree-enter{
	border: none;
	line-height: 26px;
}

.layui-tree li input{
	margin-top: 7px;
}

.layui-tree li a i{
	display: none;
}
/* /分页样式修改 */