* {
	padding: 0;
	margin: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	color: #000;
	font-size: 14px;
	font-family: "微软雅黑";
	max-width: 1920px;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: left;
	width: 100%;
	overflow-x: hidden;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: inherit;
}
img, input {
	border: 0;
}
.wap {
	display: none;
}
body .clear {
	clear: both;
	height: 0 !important;
	width: 0 !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
input[type=text]:focus {
	outline: none;
}
input[type=password]:focus {
	outline: none;
}
.px1200 {
	max-width: 1200px;
	margin: 0 auto;
}


.top-bar {
	line-height: 40px;
	background-color: #af0303;
	color: #fff;
	display: flex;
}

.top-bar .container {
	padding: 0 15px;
	width: 1200px;
	margin: 0 auto;
}
.top-bar a {
	color: #fff;
}
.top-bar a.wx {
	position: relative;
	display: block;
	background: url(../images/icotz01.png) no-repeat left center;
	padding-left: 25px;
}
.top-bar a.wx .img-center {
	position: absolute;
	left: 50%;
	top: 100%;
	padding: 10px;
	background-color: #fff;
	box-shadow: 0 5px 5px rgba(0,0,0,0.2);
	z-index: 10;
	width: 120px;
	height: 120px;
	line-height: 120px;
	border-radius: 10px;
	margin-left: -70px;
	display: none;
}
.top-bar a.wx:hover .img-center {
	display: block;
}
.top-bar ul {
	float: right;
}
.top-bar li {
	float: left;
	color: #ddd;
}
.top-bar li.pipe {
	padding: 0 10px;
}

.top {
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
	display: flex;
}
.top>img {
	/*display: block;*/
	width: 100%;
}

.wap-menu {
	float: right;
	/* position: absolute;
	top: 7px;
	left: 10px;
	z-index: 99999;*/
}
.wap-menu img {
	height: 30px;
	vertical-align: middle;
}
.wap-back {
	float: left;
}
.wap-back img {
	height: 30px;
	vertical-align: middle;
}
.wap-back .arr{
	float: right;
	height: 40px;
	width: 35px;
	position: relative;
	/* display: none; */
}
.wap-back .arr:after{
	content: '';
	border-top: 3px solid #fff;
	border-left: 3px solid #fff;
	box-sizing: content-box;
	display: block;
	width: 12px;
	height: 12px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 15px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.close-menu {
	display: none;
	position: relative;
	z-index: 999999;
	/*left: 0;
	top: 0;*/
}
.nav {
	background: url(../images/nav-bj-box.png) no-repeat center center;
	background-size: 100% 100%;
	height: 84px;
}
.nav>ul {
	padding: 0 60px;
	background: url(../images/nav-bj.png) no-repeat center center;
	background-size: 100% 100%;
	position: relative;
	top: -19px;
}
.nav>ul>li {
	float: left;
	width: 11%;
	text-align: center;
	position: relative;
}

.nav li.dropdown {
	position: relative;
}
.nav .dropdown-box {
	position: absolute;
	left: 0;
	min-width: 100%;
	top: 100%;
	display: none;
	z-index: 10;
	text-align: center;
}
.nav .dropdown-box p {
	margin: 0;
}
.nav .dropdown-box a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 10px;
	font-size: 14px;
	line-height: 40px;
}
.nav .dropdown-box a:hover {
	/*background-color: #bf2822 !important;*/
}
.nav li.open a {
	color: #fff;
	/*background-color: #bf2822;*/
}
.nav li.open .dropdown-box {
	display: block;
	background-color: #d81010;
}

.header .nav li .arr {
	display: block;
}

.nav li .arr {
	float: right;
	height: 40px;
	width: 40px;
	position: relative;
	display: none;
}
.nav li .arr:after {
	content: '';
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	box-sizing: content-box;
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 15px;
	margin: auto;
}
.nav li.open .arr:after {
	border-color: #fae385;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}

.nav>ul>li>a {
	line-height: 85px;
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: 600;
	position: relative;
}
.nav>ul>li:hover>a {
	color: #fae385;
}
.nav>ul>li:hover>a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: #fae385;
}
.nav>ul>li.active>a {
	color: #fae385;
}
.nav>ul>li.active>a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: #fae385;
}
.nav>ul>li>span {
	display: none;
	position: absolute;
	right: 0;
	top: 20px;
	cursor: pointer;
}
.nav>ul>li>ul {
	width: 100%;
	position: absolute;
	top: 100%;
	background: #fff;
	box-shadow: 0 0 10px #ccc;
	z-index: 9;
	display: none;
}
.nav>ul>li>ul li a {
	display: block;
	padding: 15px 10px;
	color: #333;
}
.nav>ul>li:hover ul {
	display: block;
}
.nav>ul>li>ul li:hover {
	background: #b5282e;
}
.nav>ul>li>ul li a:hover {
	color: #fff;
}
#footer {
	height: auto !important;
	background: #d81010;
	text-align: center;
}
#footer .fp-tableCell {
	height: auto !important;
}
.footer {
	padding: 20px 20px;
}
#footer .footer p {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	margin: 3px 0;
}
#footer .footer p a {
	color: #fff;
}
#footer .footer p span {
	margin-right: 6px;
}



.footer-nav {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 10;
	display: none;
}
.footer-nav li {
	float: left;
	width: 20%;
}
.footer-nav li a {
	display: block;
	text-align: center;
	padding: 7px 0;
	font-size: 12px;
	line-height: 1;
}
.footer-nav li i {
	display: block;
	height: 20px;
	background: no-repeat center;
	background-size: contain;
	margin-bottom: 4px;
}




.pagination {
	text-align: center;
	font-size: 0;
	padding: 60px 0;
}
.pagination a {
	display: inline-block;
	border: 1px solid #dcdcdc;
	padding: 0 12px;
	height: 35px;
	font-size: 14px;
	line-height: 35px;
	text-align: center;
	color: #666;
	margin: 0 7px;
}
.pagination a:hover {
	background: #b5282e;
	color: #fff;
	border: 1px solid #b5282e;
}
.pagination select {
	height: 37px;
	padding: 0 5px;
	outline: none;
	border-color: #eee;
}

@media screen and (max-width: 1440px) {
	.nav>ul>li>a {
		font-size: 18px;
	}
}

@media screen and (max-width: 1024px) {
	.pc {
		display: none;
	}
	.wap {
		display: inline;
	}
	.wap-menu img {
		height: 25px;
		vertical-align: middle;
	}
	.wap-back img {
		height: 25px;
		vertical-align: middle;
	}
	.nav {
		position: fixed;
		z-index: 9999;
		padding-top: 50px;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		/*background: rgba(0, 0, 0, 0.8);*/
		background: linear-gradient(#d81010,#ff9999);
		display: none;
		opacity: 0;
		height: 100%;
	}
	.nav>ul {
		background: none;
		padding: 0 30px;
		width: auto;
		top: 0;
	}
	.nav>ul>li {
		float: none;
		width: auto;
		display: block;
		text-align: left;
		/* padding: 15px 0; */
		margin: 0;
		height: auto;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}
	.nav>ul>li>a {
		font-size: 16px;
		line-height: normal;
		font-weight: normal;
		padding: 10px;
		width: 40%;
	}
	.nav>ul>li:hover>a {
		color: #fff;
	}
	.nav>ul>li:hover>a::after {
		content: none;
	}
	.nav>ul>li.active>a::after {
		content: none;
	}
	.nav>ul>li:hover ul {
		display: none;
	}
	.nav>ul>li>span {
		display: block;
		color: #fff;
		transition: all 0.3s;
	}
	.nav>ul>li>span.active {
		transform: rotateZ(90deg);
	}
	.nav>ul>li>ul {
		position: static;
		padding: 0;
		width: auto;
		background: none;
		padding-left: 30px;
		box-shadow: none;
	}
	.nav>ul>li>ul>li {
		display: block;
		text-align: left;
		padding: 15px 0;
		margin: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}
	.nav>ul>li>ul>li:last-child {
		border: none;
	}
	.nav>ul>li>ul>li a {
		color: #fff;
		padding: 0;
	}
	.nav>ul>li>ul>li:hover {
		background: none;
	}
	.nav>ul>li>ul>li a {
		color: #fff;
		padding: 0;
	}
	.wap-page{
		text-align: center;
		padding-bottom: 20px;
	}
	.wap-page .hover a{
		display: inline-block;
		color: #fff;
		background: #d81010;
		border-color: #d81010;
	}
}

@media screen and (max-width: 768px) {
	.top-bar .container{
		text-align:center;
	}
	.pagination {
		padding: 30px 0;
	}
	.pagination a {
		padding: 0 8px;
		height: 30px;
		font-size: 12px;
		line-height: 30px;
		margin: 0px 5px;
	}
	.pagination select {
		height: 32px;
		font-size: 12px;
	}
	.wap-menu img {
		height: 25px;
		vertical-align: middle;
	}
	.wap-back img {
		height: 25px;
		vertical-align: middle;
	}
	.link192 .w192 {
		width: 100% !important;
		overflow: hidden
	}
	.link192 .web192 {
		width: 100%
	}


	.nav .dropdown-box {
		position: static;
		background:none!important;
		min-width: auto;
		text-align: left;
	}

	.nav li .arr {
		width: 60%;
		display: block;
	}

	.nav .dropdown-box p{
		padding: 0 30px;
	}
	#footer{
		padding-bottom: 40px;
	}

	.footer-nav {
		display: block;
	}
}

@media screen and (max-width:480px) {
	#footer .footer .visit {
		font-size: 12px;
		display: none;
	}
	#footer .footer .visit span {
		margin-right: 8px;
	}
	#footer .footer p {
		font-size: 12px;
	}
	#footer .footer p span {
		display: block;
		margin: 0;
	}
}
