@charset "utf-8";

/* CSS Document */
/*-----whole-----*/
/*-----whole-----*/
html {
	font-size: 100px;
}

body {
	position: relative;
	overflow-x: hidden;
}

body.resizing * {
	transition: none !important;
	-webkit-transition: none !important;
	-moz-transition: none !important;
}



/*clearfix*/
.clearfix {
	*zoom: 1
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: ""
}

.clearfix:after {
	clear: both
}

/*初始化按钮*/
.btn {
	display: inline-block;
	text-align: center;
	padding: 0px;
	border: 0px;
	margin: 0px;
	position: relative;
	cursor: pointer;
}

.btn span {
	display: inline-block;
}

/*通用img*/
img.rollover {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	filter: Alpha(opacity=0);
	z-index: 2;
}

input.text,
textarea.text {
	display: block;
	padding: 0px;
	width: 100%;
	border: 0px;
	background: none;
	margin: 0px;
}

/*--- Header ---*/
.Header-wrapper {
	z-index: 99;
}

.header-container {
	width: 100%;
	padding: 0 52px 0 52px;
	background: #fff;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 90;
	box-shadow: 1px 1px 8px #888;
}

/*logo*/
.Hlogo {
	height: 87px;
	line-height: 90px;
	font-size: 0px;
	float: left;
	overflow: hidden;
}

.Hnav {
	width: 820px;
	height: 90px;
	overflow: hidden;
	float: right;
	margin: 0 .48rem 0 0;
}
.Hnav>li:first-child{
	
	transition: all .6s;
}

.Hnav>li {
	float: left;
}

.Hnav .Hname {
	display: block;
	margin: 0 20px;
	padding: 0 16px;
	line-height: 90px;
	text-align: center;
	font-size: 16px;
	color: #333;
	position: relative;
}
.Hnav .Hname i{
	position: absolute;
	height: 2px;
	width: 100%;
	display: inline-block;
	left: 0;
	bottom: 0;
	background-color: #b83a29;
	opacity: 0;
}
@media all and (min-width:1000px) {
	.Hnav>li.cur .Hname,
	.Hnav>li:hover .Hname {
		color: #b83a29;
	}
}
.Hnav-active .Hname{
	color: #b83a29 !important;
}
.Hnav-active .Hname i{
	opacity: 1;
}



/*搜索*/
.Hsrch {
	position: relative;
	float: right;
	margin: 0 18px 0 0;
}

.Hsrch-menu {
	display: block;
	width: 38px;
	height: 90px;
	background: url('../images/icon-hsrch.png') no-repeat center center;
	transition: none !important;
	-webkit-transition: none !important;
}

.Hsrch-menu.cur {
	background: url('../images/icon-close.png') no-repeat center center / 16px auto;
}

.Hsrch-box {
	padding: 0 60px 0 10px;
	width: 330px;
	height: 50px;
	background: #fff;
	position: absolute;
	top: 90px;
	right: 0px;
	z-index: 2;
	display: none;
	font-size: 14px;
	color: #888;
}

.Hsrch-box .text {
	width: 100%;
	height: 48px;
}

.Hsrch-box .btn {
	width: 50px;
	height: 100%;
	background: url('../images/icon-hsrch.png') no-repeat center center;
	position: absolute;
	right: 0px;
	top: 0px;
}

.Hsrch-box i {
	display: block;
	width: 1px;
	height: 16px;
	background: #ccc;
	position: absolute;
	right: 50px;
	top: 50%;
	margin: -8px 0 0;
}

/*语言*/
.Hlang {
	display: block;
	padding: 0 14px;
	height: 90px;
	line-height: 90px;
	font-weight: lighter;
	font-size: 16px;
	color: #333;
	position: relative;
	float: right;
	margin: 0 24px 0 0;
}
.Hlang:hover{
	color: #b83a29;
}

.Hmenu-btn-hr.Hmenu-btn {
	float: right;
	display: none;
}
















/*--- Footer ---*/
.Footer-Scheme-box {
	width: 100%;
	overflow: hidden;
	/* background-color: #b83a29; */
	padding: 6px 0;
	background-image: url(../images/message-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
	margin: 50px 0 60px;
}

.Footer-Scheme {
	width: 100%;
	margin: 0 auto;
}

.Footer-SchemeL {
	width: 40%;
	float: left;
	color: #fff;
	overflow: hidden;
	font-weight: bold;
	background-color: #b83a29;
	padding: 100px 200px 100px 70px;
}

.Footer-SchemeL p {
	font-size: 20px;
}

.Footer-SchemeL span {
	display: block;
	margin: 10px 0 30px;
}

.l-input {
	display: inline-block;
	float: left;
	background-color: #fff;
	color: #161616;
	padding: 15px;
	font-size: 14px;
	font-weight: normal;
	margin-right: 20px;
}

.l-input input,
.r-input input {
	border: 0;

}

.r-input {
	display: inline-block;
	float: left;
	background-color: #fff;
	color: #161616;
	padding: 15px;
	font-size: 14px;
	font-weight: normal;
}

.area {
	margin-top: 10px;
	display: inline-block;
	width: 99%;
	height: 145px;

}

.area textarea {
	padding: 10px;
	width: 100%;
	height: 100%;

}

.indexsubmit {
	display: inline-block;
	background-color: #fff;
	color: #212121;
	padding: 10px 60px;
	border-radius: 25px;
	border: none;
	margin-top: 50px;
	font-size: 16px;
	cursor: pointer;
}

.indexsubmit:hover {
	color: #b83a29;
}






.Footer-SchemeR {
	width: 30%;
	float: right;
	height: 54px;
	overflow: hidden;
	border-bottom: 1px solid #fff;
	line-height: 54px;
	text-align: right;
	position: relative;
}



.Footer-SchemeR>a {
	font-size: 16px;
	color: #fff;
	display: inline-block;
}

.Footer-SchemeR>a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #fff;
	transition: all .4s;
}

.Footer-SchemeR>a:hover:before {
	width: 100%;
}


.Footer-SchemeR>a i {
	width: 7px;
	height: 11px;
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url('../images/footer_arrow.png');
	margin: -2px 0 0 10px;
	transition: all .6s;
}

.Footer-SchemeR>a:hover i {
	margin: -2px 0 0 14px;
}

.Footer-container {
	padding: 80px 0;
	color: #fff;
	background: #0c0d11;
}

.Footer-wordsBox {
	width: 95%;
	margin: 0 auto;
}

.Footer-wordsBoxL {
	width: 420px;
	float: left;
	overflow: hidden;
}

.Footer-wordsBoxL-pic {
	width: 228px;
	height: 49px;
	overflow: hidden;
}

.Footer-wordsBoxL-pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.Footer-wordsBoxL-words {
	width: 100%;
	font-size: 16px;
	color: #aaa;
	line-height: 24px;
	padding: 24px 0 44px 0;
}

/* .Footer-wordsBoxL-words p {
	width: 60%;
} */

.Footer-wordsBoxL-icon {
	width: 100%;
	padding: 10px 0 0 0;
	position: relative;
}

.Footer-wordsBoxL-icon:after {
	content: "";
	*zoom: 1;
	display: table;
	clear: both;
}

.Footer-ewm {
	position: absolute;
	z-index: 9;
	width: 160px;
	height: 160px;
	bottom: 46px;
	left: 26%;
	display: none;
}

.Footer-ewm img {
	width: 100%;
	height: 100%;
}

.Footer-wordsBoxL-icon a {
	width: 34px;
	height: 26px;
	overflow: hidden;
	display: inline-block;
	margin: 0 12px 0 0;
	text-align: center;
	vertical-align: middle;
	transition: all .5s;
	opacity: .6;
}

.Footer-wordsBoxL-icon a:hover {
	transform: translateY(-4px);
	opacity: 1;
}

.Footer-wordsBoxR {
	width: 70%;
	float: right;
	overflow: hidden;
}

.Footer-wordsBoxRL {
	width: 18%;
	float: left;
	overflow: hidden;
}

.Footer-wordsBoxRL ul {
	width: 74%;
	overflow: hidden;
	margin-left: 16%
}

.Footer-wordsBoxRL ul li {
	padding: 10px 0;
	font-size: 16px;
	color: #aaa;
	text-indent: 1em;
	position: relative;
	transition: all .6s;
}

.Footer-wordsBoxRL ul li:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 28%;
	height: 1px;
	background-color: #3d3d41;
	transition: all .4s;
}

.Footer-wordsBoxRL ul li:hover:after {
	width: 100%;
}

.Footer-wordsBoxRL ul li:hover {
	color: #fff;
}

.Footer-wordsBoxRR {
	width: 20%;
	float: right;
	overflow: hidden;
}

.Footer-wordsBoxRR ul {
	width: 84%;
	overflow: hidden;
	margin-left: 16%
}

.Footer-wordsBoxRR ul li {
	padding: 10px 0;
	font-size: 16px;
	color: #aaa;
	text-indent: 1em;
	position: relative;
	transition: all .6s;
}

.Footer-wordsBoxRR ul li:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 28%;
	height: 1px;
	background-color: #3d3d41;
	transition: all .4s;
}

.Footer-wordsBoxRR ul li:hover:after {
	width: 100%;
}

.Footer-wordsBoxRR ul li:hover {
	color: #fff;
}

.Footer-Bottom {
	height: 81px;
	line-height: 80px;
	background-color: #0c0d11;
	text-align: center;
	font-size: 14px;
	color: #8e8e8e;
	border-top: 1px solid #252629;
}

.Footer-Bottom p {
	width: 94%;
	margin-left: 3%;
}


@media all and (max-width:1340px) {
	.Footer-Scheme {
		width: 94%;
		margin-left: 3%;
	}

	.Footer-wordsBox {
		width: 94%;
		margin-left: 3%;
	}

	.Footer-wordsBoxRL ul {
		width: 90%;
		margin-left: 6%;
	}

	.Footer-wordsBoxRR ul {
		width: 94%;
		margin-left: 6%;
	}

	.Footer-Scheme-box {
		padding: 48px 0;
	}
}

@media all and (max-width:1280px) {
	.Hnav {
		width: 580px;
	}

	.Hnav .Hname {
		margin: 0 10px;
		padding: 0 12px;
	}
}

@media all and (max-width:1200px) {
	.Hnav {
		width: 540px;
		margin: 0 10px 0 0;
	}

	.Hnav .Hname {
		margin: 0 2px;
		padding: 0 8px;
	}

	.Footer-wordsBoxL {
		width: 30%;
	}

	.Footer-wordsBoxL-words p {
		width: 94%;
	}

	.Footer-wordsBoxR {
		width: 70%;
	}

	.Footer-wordsBoxRR ul {
		width: 98%;
		margin-left: 4%;
	}
}


/*移动端适配*/
@media all and (max-width:1000px) {

	/*web*/
	.bann img {
		height: 300px;
		object-fit: cover;
	}

	/*-- Header --*/
	.header-container,
	.Hlogo {
		height: 50px;
	}

	.Hlogo {
		line-height: 50px;
	}

	.Hlogo img {
		height: 80%;
	}

	.Hmenu-btn {
		display: block;
	}

	/* ----Vinter----- */
	.Hnav {
		height: auto;
		overflow: unset;
	}

	.Hnav>li:first-child {
		margin-left: 0;
		transition: unset;
	}

	.Hnav .Hname i,
	.Hnav-active .Hname i {
		display: none;
	}

	.Hlang {
		margin: 0 12px 0 0;
		width: 60px;
		padding: 0;
		text-align: center;
	}

	.Hsrch {
		margin: 0;
	}

	/* footer */
	.Footer-Scheme-box {
		padding: 24px 0;
	}

	.Footer-SchemeL {
		width: 100%;
		font-size: 16px;
		height: auto;
	}

	.Footer-SchemeR {
		width: 100%;
		float: unset;
		height: 48px;
		line-height: 48px;
	}

	.Footer-wordsBoxL {
		width: 100%;
		float: unset;
	}

	.Footer-wordsBoxR {
		width: 100%;
		float: unset;
		margin: 24px 0 0 0;
	}

	.Footer-wordsBoxL-words {
		padding: 12px 0 14px 0;
		font-size: 14px;
	}

	.Footer-wordsBoxRL {
		width: 100%;
		float: unset;
	}

	.Footer-wordsBoxRR {
		width: 100%;
		float: unset;
		margin: 18px 0 0 0;
	}

	.Footer-wordsBoxRL ul {
		width: 100%;
		margin-left: 0%;
	}

	.Footer-wordsBoxRL ul li {
		padding: 8px 0;
		font-size: 13px;
	}

	.Footer-wordsBoxRR ul {
		width: 100%;
		margin-left: 0%;
	}

	.Footer-wordsBoxRR ul li {
		padding: 8px 0;
		font-size: 13px;
	}
}

/* --------------------控制导航变化-------------------- */

.UPheader-container {
	background-color: transparent;
	box-shadow: none;
}

.UPHsrch-menu {
	background: url('../images/icon-hsrchh.png') no-repeat center center;
}

.UPHsrch-menu.cur {
	background: url('../images/icon-closeh.png') no-repeat center center / 16px auto;
}

.Hnav .UPHname {
	color: #fff;
}


/* ---------------------------------------------公共二级导航--------------------------------------------- */


.PUB-headerMenu-box {
	width: 100%;
	
	position: relative;
	height: 75px;
	box-shadow: 1px 1px 8px #e6e6e6;
}
.pronavheight {
	height: 150px;
	
}

.PUB-headerMenu-line {
	position: absolute;
	left: 0%;
	top: 0%;
	width: 0%;
	height: 4px;
	background-color: #b83a29;
	transition: all .6s;
}

.PUB-headerMenu-words {
	width: 100%;
	font-size: 0;
	overflow: hidden;
	text-align: center;
}

.PUB-headerMenu-words a {
	display: inline-block;
	width: 160px;
	height: 75px;
	line-height: 75px;
	text-align: center;
	font-size: 16px;
	color: #666;
	transition: all .8s;
}

.PUB-headerMenu-words a:hover {
	color: #b83a29;
}

.PUB-headerMenu-active {
	color: #b83a29 !important;
}

@media all and (max-width:1200px) {
	.PUB-headerMenu-line {
		display: none;
	}
}

@media all and (max-width:1000px) {
	.PUB-headerMenu-box {
		height: auto;
	}

	.PUB-headerMenu-words {
		text-align: left;
	}

	.PUB-headerMenu-words a {
		width: 33.333333333333336%;
		height: 44px;
		line-height: 44px;
	}
}


/* --------------------------子页公共banner------------------------- */

.PUBbanner-box {
	width: 100%;
	overflow: hidden;
}

.PUBbanner {
	width: 100%;
	position: relative;
}

.PUBbanner img {
	width: 100%;
	object-fit: cover;
}

.PUBbanner h6 {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0%;
	height: 72px;
	margin-top: -36px;
	color: #fff;
	font-size: 48px;
	-moz-animation: WordsDown 1s ease both;
	animation: WordsDown 1s ease both;
}

@keyframes WordsDown {
	0% {
		transform: translateY(-50px);
		-moz-transform: translateY(-50px);
	}

	100% {
		transform: translateY(0);
		-moz-transform: translateY(0);
	}
}

@-moz-keyframes WordsDown {
	0% {
		transform: translateY(-50px);
		-moz-transform: translateY(-50px);
	}

	100% {
		transform: translateY(0);
		-moz-transform: translateY(0);
	}
}

@media all and (max-width:1380px) {
	.PUBbanner h6 {
		font-size: 36px;
		height: 54px;
		margin-top: -27px;
	}
}

@media all and (max-width:1000px) {
	.PUBbanner img {
		height: 280px;
	}

	.PUBbanner h6 {
		font-size: 26px;
		height: 39px;
		margin-top: -19.5px;
	}

	.Footer-ewm {
		width: 144px;
		height: 144px;
		bottom: 40px;
		left: 50%;
		margin-left: -72px;
	}
}



/* ----------------------------分页------------------------------ */
.fullPage-Box {
	width: 100%;
	overflow: hidden;
	padding: 24px 0 100px 0;
}

.fullPage {
	width: 94%;
	margin-left: 3%;
	font-size: 0;
	text-align: center;
}

.fullPage a {
	display: inline-block;
	border: 1px solid #e5e5e5;
	width: 32px;
	height: 32px;
	border-radius: 5px;
	font-size: 12px;
	color: #888;
	margin: 4px 3px;
	line-height: 32px;
	text-align: center;
	background-color: #fff;
}

.fullPage a:hover {
	color: #fff;
	border: 1px solid #b83a29;
	background-color: #b83a29;
}

.fullPage-left i,
.fullPage-right i,
.fullPage-last i {
	width: 8px;
	height: 7px;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin: -3px 0 0 0;
}

.fullPage-left i {
	background-image: url('../images/fullpage_left.png');
}

.fullPage-right i,
.fullPage-last i {
	background-image: url('../images/fullpage_right.png');
}

.fullPage-last {
	width: auto !important;
	height: 32px;
	padding: 0 10px
}

.fullPage-last i {
	margin: -3px 0 0 6px !important;
}

.fullPage-left:hover i {
	background-image: url('../images/fullpage_lefth.png');
}

.fullPage-right:hover i {
	background-image: url('../images/fullpage_righth.png');
}

.fullPage-last:hover i {
	background-image: url('../images/fullpage_righth.png');
}

@media all and (max-width:1000px) {
	.fullPage-Box {
		padding: 16px 0 28px 0;
	}
}

.Footer-Bottom span:first-child {
	float: left;

}

.Footer-Bottom span:last-child {
	float: right;
}

.Footer-wordsBoxRL dl dt {
	font-size: 18px;
	margin-bottom: 30px;

}

.Footer-wordsBoxRL dl dd a {
	color: #cccccc;
	line-height: 30px;
}



@media all and (max-width:1700px) {
	.Hlogo h1 {
		display: none;
	}
}

@media all and (max-width:1400px) {
	.ljzx-r {
		display: none;
	}
}
.on {
	color: #b83a29!important;
}

/*分页*/
/* 普通翻页器-默认居中 */
.m-page { margin:30px 0px; _padding-bottom:30px; padding-bottom:30px;
text-align:center; line-height:32px; font-size:0; letter-spacing:-0.307em; word-wrap:normal; white-space:nowrap; color:#999; }
.m-page a, .m-page i { display:inline-block; vertical-align:top; padding:2px 12px; margin-left:-1px; border:1px solid #ddd; font-size:12px; letter-spacing:normal;  background:#fff; -webkit-transition:background-color 0.1s; -moz-transition:background-color 0.1s; -ms-transition:background-color 0.1s; -o-transition:background-color 0.1s; transition:background-color 0.1s; }
.m-page a { text-decoration:none; color:#333; }
.m-page a:first-child { margin-left:0; border-top-left-radius:2px; border-bottom-left-radius:2px; }
.m-page a:last-child { margin-right:0; border-top-right-radius:2px; border-bottom-right-radius:2px;}
/*.m-page a.pageprv:before,.m-page a.pagenxt:after{font-weight:bold;font-family:\5b8b\4f53;vertical-align:top;}
.m-page a.pageprv:before{margin-right:3px;content:'\3C';}
.m-page a.pagenxt:after{margin-left:3px;content:'\3E';}*/
/*
::after,::before,会让>>和标签的开始符<>,结束符</>起冲突，故在此忽略
把"上一页""下一页"改为符号"<<"">>"后加此标注
2015.01.09.1200     (he)
*/
.m-page a:hover { color:#fff; background:#b83a29  ; }
.m-page a:active { background:#282B60 ; }
.m-page a.z-crt, .m-page a.z-crt:hover, .m-page a.z-crt:active { cursor:default; color:#fff; background:#b83a29  ; }
.m-page a.z-dis, .m-page a.z-dis:active { cursor:default; }
.m-page a.z-dis:hover { color:#fff; background:#b83a29  ; }
/* 居左 */
.m-page-lt { text-align:left; }
/* 居右 */
.m-page-rt { text-align:right; }
/* 较小 */
.m-page-sm { float:left; width:100%; line-height:22px; }
.m-page-sm a, .m-page-sm i { padding:5 10px; }
/* 分离 */
.m-page-sr a, .m-page-sr i { margin:0 3px; border-radius:2px;}
.m-page-sr i { border:0; }
.m-page-sr a:first-child, .m-page-sr a:last-child { border-radius:2px;}

@media all and (max-width:414px){
	.Footer-wordsBoxRL {
		width:100%;
		    text-align: center;
	}
	.Footer-Bottom {
		display:none;
		}
}



