@keyframes scaleAnim {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

body {
	overflow-x: hidden;
}

* {
	box-sizing: border-box;
}

.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* 头部 */
.header {
	height: 12.1rem;
	width: 192rem;
	background-color: #fff;
	border-bottom: 0.2rem solid rgba(255, 255, 255, 0.2);
}

.fixed {
	position: fixed;
	z-index: 999;
}

.transparent {
	background-color: transparent;
}

.hea_wrap {
	width: 131.8rem;
	height: 12.1rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* logo */
.hea_logo {
	height: 8rem;
}

.hea_logo img {
	width: 7.6rem;
	height: 8rem;
	margin-right: 1.4rem;
	vertical-align: middle;
}

.hea_logo span {
	line-height: 8rem;
	display: inline-block;
	vertical-align: middle;
	font-family: SourceHanSansCN-Regular;
	font-size: 4rem;
	letter-spacing: 0.2rem;
	color: #d8271c;
}

.hea_right {
	height: 12.1rem;
	display: flex;
	justify-content: space-between;
}

/* 导航 */
.hea_nav {
	width: calc(131.8rem - 64rem);
	display: flex;
	justify-content: space-between;
	overflow-y: hidden;
	margin: 0 5.8rem 0 12rem;
}


/* 单个导航 */
.hea_nav .hea_nav_item {
	min-width: 5.5rem;
	text-align: center;
	height: 12.1rem;
	line-height: 12.1rem;
	cursor: pointer;
	position: relative;
}

.hea_nav_item a {
	width: 100%;
	height: 100%;
	display: inline-block;
}

.hea_nav_item a:hover {
	color: #d8271c;
}

.hea_nav_item a:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0px;
	height: 3px;
	opacity: 0;
	background-color: #d8271c;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}

.hea_nav_item a:hover:after {
	content: attr(data-title);
	width: 100%;
	opacity: 1;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}

.hea_nav_item a span {
	display: block;
	position: relative;
	transition: all 0.3s;
	height: 12.1rem;
	font-family: SourceHanSansCN-Regular;
	font-size: 1.6rem;
	letter-spacing: 0.08rem;
	color: #000000;
}

.hea_nav_item a:hover span {
	transform: translateY(-100%);
}

.hea_nav_item a span:after {
	content: attr(data-title);
	font-family: SourceHanSansCN-Regular;
	position: absolute;
	color: #d8271c;
	left: 0;
	transform: translateY(100%);
	width: 100%;
	top: 0;
}

.hea_nav .on a {
	color: #d8271c;
}

.hea_nav .on a span {
	transform: translateY(-100%);
}

.hea_nav .on a:after {
	left: 0%;
	right: 0%;
	opacity: 1;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}


/* 电话 */
.hea_phone {
	line-height: 12.1rem;
}

.hea_phone img {
	width: 2.4rem;
	height: 2.4rem;
	vertical-align: middle;
	margin-right: 0.9rem;
}

.hea_phone span {
	width: 19.2rem;
	vertical-align: middle;
	font-family: ArialMT;
	font-size: 2.933rem;
	line-height: 5.009rem;
	color: #000000;
	cursor: pointer;
}


.header .w {
	display: none;
}

/* 透明状态下header */
.transparent .w {
	display: inline-block;
}

.transparent .w span {
	color: #FFF;
}

.transparent .b {
	display: none;
}

.transparent .hea_nav .hea_nav_item a span,
.transparent .hea_phone span {
	color: #fff;
}

.hea_phone span:hover {
	color: #d8271c;
}


/*尾部*/
.f_bg {
	width: 192rem;
	background: #1b1b1b;
	color: #818181;
	font-size: 1.467rem;
	padding-top: 7rem;
	text-align: left;
	min-width: 192rem;
	box-sizing: border-box;
	margin:0;
}

.f_bg_div {
	width: 140rem;
	margin: 0 auto;
}

.f_bg a {
	color: #676767;
	text-decoration: none;
}

.f_bg a:hover {
	color: #d8271c;
}

.f_bg .h2 {
	font-weight: bold;
	font-family: SourceHanSansCN-Bold;
	font-size: 1.867rem;
	color: #ffffff;
	margin-bottom: 3rem;

}

.f_bg .links {
	float: left;
	width: 15.7%;
	margin-right: 1%;
	overflow: hidden;
	margin-bottom: 2.8%;
	vertical-align: top;
	text-align: left;
}

.f_bg .links.w2 {
	width: 20.4%;
}

.f_bg .links ul li {
	display: block;
	height: 3.6rem;
	line-height: 3.6rem;
	overflow: hidden;
}

.f_bg .links ul li a {
	transition: all 0.3s;
	padding-right: 0.5rem;
}

.f_bg .links ul li a:hover {
	margin-left: 0.5rem;
	padding-right: 0;
}

.f_bg .f_div2_r {
	text-align: left;
	float: right;
	width: 26.5%;
}

.f_bg .f_div2_r .desc {
	line-height: 3rem;
	overflow: hidden;
	margin-bottom: 0.6rem;
}

.f_bg .f_div2_r .desc span {
	float: left;
	overflow: hidden;
}

.f_bg .f_div2_r .desc .p {
	overflow: hidden;
}

.f_bg .f_div2_r .desc .p a {
	color: #666;
}

.f_bg .f_div2_r .desc .p a:hover {
	color: #d8271c;
}

.f_bg .f_div2_r .foot_a ul {
	margin-top: 2.5rem;
	display: flex;
}

.f_bg .f_div2_r .foot_a ul img {
	height: 2.4rem;
	margin-right: 2rem;
}



.c_l {
	clear: both;
	height: 0px;
	font-size: 0px;
	overflow: hidden;
}

.f_bg .f_link {
	overflow: hidden;
	color: #333333;
	line-height: 2.4rem;
	margin-top: 2%;
	padding-bottom: 1%;
}

.f_bg .f_link label {
	float: left;
	overflow: hidden;
	color: #595757;
}

.f_div3 {
	clear: both;
	margin-top: 0.7rem;
	border-top: 1px solid #313131;
	height: 8.4rem;
	line-height: 8.4rem;
}

.f_div3 a:hover {
	transition: all 0.3s;
	filter: Alpha(Opacity=80);
	opacity: 0.8;
}

.f_div3 .r a {
	float: left;
	padding-right: 1.2rem;
	margin-right: 1.2rem;
	overflow: hidden;
	position: relative;
}

.f_div3 .r a:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -0.6rem;
	width: 1px;
	height: 1.2rem;
	background: #313131;
}

.f_div3 .r a:last-child {
	margin-right: 0;
	padding-right: 0;
}

.f_div3 .r a:last-child:after {
	display: none;
}

/* 分页 */
.yema {
	width: 100%;
	text-align: center;
	padding: 9.5rem 0;
}

.yema a {
	width: 5.2rem;
	height: 4rem;
	background-color: #ffffff;
	border: solid 0.1rem #e5e5e5;
	display: inline-block;
	line-height: 4rem;
	padding-left: 1rem;
	overflow: hidden;
	padding-right: 1rem;
	min-width: 30px;
	margin-left: 3px;
	text-align: center;
	font-family: SourceHanSansCN-Light;
	font-size: 1.6rem;
	color: #515151;
	border: 1px solid #e5e5e5;
	background: #fff;
}

.yema a:hover {
	text-decoration: none;
	color: #fff;
	background: #d8271c;
	border: 1px solid #d8271c;
}

.yema a.on {
	color: #fff;
	background: #d8271c;
	border: 1px solid #d8271c;
}

.yema a span {
	font-family: "宋体";
	font-size: 1.6rem;
}

.yema>span {
	font-family: "宋体";
	font-size: 1.6rem;
	color: #515151;
}

@media screen and (max-width: 1140px) {
	/* 头部 */
	.header {
		height: 15.6rem;
	}
	
	.hea_wrap {
		width: 172rem;
		height: 15.6rem;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	/* logo */
	.hea_logo {
		height: 10.6rem;
	}
	
	.hea_logo img {
		width: 9.94rem;
		height: 10.61rem;
		margin-right: 1.68rem;
	}
	
	.hea_logo span {
		font-size: 5.19rem;
		line-height: 8.44rem;
		letter-spacing: 0.25rem;
	}
	
	.hea_right {
		height: 15.6rem;
	}
	
	/* 导航 */
	.hea_nav {
		width: calc(172rem - 82rem);
		margin: 0 10rem 0 12rem;
	}
	
	/* 单个导航 */
	.hea_nav .hea_nav_item {
		min-width: 7.24rem;
		height: 15.6rem;
		line-height: 15.6rem;
	}
	
	.hea_nav_item a span {
		height: 15.6rem;
		font-size: 2.69rem;
		letter-spacing: 0.13rem;
	}
	
	
	/* 电话 */
	.hea_phone {
		line-height: 15.6rem;
	}
	
	.hea_phone img {
		width: 3.03rem;
		height: 3.03rem;
		margin-right: 1.18rem;
	}
	
	.hea_phone span {
		font-size: 3.81rem;
	}
	
	.f_bg {
		font-size: 2.25rem;
		padding-top: 8rem;
		min-width: 192rem;
	}
	
	.f_bg_div {
		width: 180rem;
	}
	
	.f_bg .h2 {
		font-size: 2.42rem;
		margin-bottom: 3rem;
	}
	
	
	.f_bg .links {
		width: 14.2%;
		margin-bottom: 0;
	}
	
	.f_bg .links.w2 {
		width: 25%;
	}
	
	.f_bg .links ul li {
		height: 5rem;
		line-height: 5rem;
	}
	
	.f_bg .f_div2_r {
		width: 28%;
	}
	
	.f_bg .f_div2_r .desc {
		line-height: 5rem;
	}
	
	.f_bg .f_div2_r .foot_a ul img {
		height: 3.2rem;
		margin-right: 3rem;
	}
	
	.c_l {
		clear: both;
		height: 0px;
		font-size: 0px;
		overflow: hidden;
	}
	
	.f_bg .f_link {
		padding: 2rem 0;
	}
	
	.f_div3 {
		height: 11rem;
		line-height: 11rem;
	}
	
	.f_div3 a:hover {
		font-size: 2.07rem;
	}
	
	.f_div3 .r a {
		padding-right: 2rem;
		margin-right: 2rem;
	}
	
	.f_div3 .r a:after {
		margin-top: -1rem;
		height: 2rem;
	}
	
	/* 分页 */
	.yema {
		padding: 10rem 0;
	}

	.yema a {
		width: 9.263rem;
		height: 6.905rem;
		line-height: 6.905rem;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		font-size: 2.76rem;
	}

	.yema a span {
		font-family: "宋体";
		font-size:  3.76rem;
	}

	.yema>span {
		font-family: "宋体";
		font-size:  2.76rem;
	}

}
