* {
	padding: 0px;
	margin: 0px;
}

html {
	font-size: 62.5%;
}

body {
	font-size: 14px;
	color: #555;
	font-family: "微软雅黑";
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
i,
b,
em,
span,
form,
fieldset,
legend,
input,
textarea,
select,
button,
th,
td {
	margin: 0;
	padding: 0;
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	list-style: none;
	font-weight: normal;
}

input,
select,
button,
textarea {
	font-size: 14px;
	border: 0;
	background: none;
	outline: none;
	vertical-align: middle;
	resize: none;
}

button {
	overflow: visible
}

img {
	border: none;
}

li {
	list-style: none;
}

a {
	color: #333;
	text-decoration: none;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

a:hover {
	color: #e72116;
	text-decoration: none !important;
}

.clear {
	overflow: hidden;
	clear: both;
	height: 0px;
}

@media only screen and (max-width:990px) {
	body {
		font-size: 13px;
	}
	input,
	select,
	button,
	textarea {
		font-size: 14px;
	}
	input,
	textarea {
		-webkit-appearance: none;
		border-radius: 0;
	}
}

@media only screen and (max-width:992px) {
	html.on {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		overflow: hidden;
	}
}

body {
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

@media only screen and (max-width:990px) {
	body.on {
		transform: translateX(-60%);
		-webkit-transform: translateX(-60%);
		-moz-transform: translateX(-60%);
		-ms-transform: translateX(-60%);
		-o-transform: translateX(-60%);
	}
}

@media only screen and (max-width:990px) {
	.sj_bj {
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, .5);
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		z-index: 99999;
		display: none;
	}
}

.header {
	width: 100%;
	padding: 0 50px;
	background: rgba(0, 0, 0, .3);
	position: relative;
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.header.on {
	background: rgba(0, 0, 0, .8);
}

.header .logo {
	width: 202px;
	margin: 10px 0;
	float: left;
}

.header .logo img {
	width: 100%;
	height: auto;
	display: block;
}

.header .an {
	width: 30px;
	height: 18px;
	display: none;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.header .an span {
	width: 30px;
	height: 2px;
	background-color: #fff;
	display: block;
	position: absolute;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.header .an span.a1 {
	top: 0;
	left: 0;
}

.header .an span.a2 {
	top: 8px;
	left: 0;
}

.header .an span.a3 {
	top: 16px;
	left: 0;
}

.header .an.n span.a2 {
	display: none;
}

.header .an.n span.a1 {
	top: 8px;
	width: 30px;
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.header .an.n span.a3 {
	top: 8px;
	width: 30px;
	transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.header .nav {
	float: right;
}

.header .nav ul {
	float: left;
}

.header .nav ul li {
	height: 90px;
	margin: 0 20px;
	float: left;
	position: relative;
}

.header .nav ul li:after {
	width: 0;
	height: 2px;
	background-color: #e72116;
	position: absolute;
	left: 50%;
	bottom: 0;
	content: "";
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.header .nav ul li:hover:after {
	width: 100%;
}

.header .nav ul li.on:after {
	width: 100%;
}

.header .nav .y_j {
	position: relative;
}

.header .nav .y_j i {
	display: none;
}

.header .nav .y_j a {
	display: block;
	font-size: 16px;
	line-height: 90px;
	color: #fff;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.header .nav ul li:hover .y_j a {
	color: #e72116;
}

.header .nav ul li.on .y_j a {
	color: #e72116;
}

.header .nav .e_j {
	width: 160px;
	position: absolute;
	box-shadow: 0 0 2px #ddd;
	left: 50%;
	margin-left: -80px;
	display: none;
}

.header .nav ul li:hover .e_j {
	display: block;
}

.header .nav .e_j a {
	background-color: #fff;
	line-height: 36px;
	text-align: center;
	border-bottom: 1px solid #ddd;
	display: block;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.header .nav .e_j a:last-child {
	border-bottom: 0;
}

.header .nav .e_j a:hover {
	background-color: #e72116;
	color: #fff;
}

.header .nav a.mf_sy {
	width: 130px;
	height: 40px;
	margin-left: 50px;
	padding-left: 55px;
	border-radius: 5px;
	background: #e72116 url(../images/a8.png) no-repeat 17px center;
	margin-top: 25px;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	float: right;
}

@media (min-width:992px) {
	.header .nav a.mf_sy {
		margin-left: 35px;
	}
}

@media (min-width:1200px) {
	.header .nav a.mf_sy {
		margin-left: 30px;
	}
}

@media only screen and (max-width:992px) {
	.header {
		padding: 0;
	}
	.header .logo {
		width: 200px;
	}
	.header .an {
		display: block;
	}
	.header .nav {
		width: 60%;
		height: 100%;
		padding: 10px 5% 0;
		margin: 0;
		background-color: #141414;
		position: fixed;
		top: 0;
		right: -60%;
		z-index: 9999;
		transition: all .5s;
		-o-transition: all .5s;
		-ms-transition: all .5s;
		-moz-transition: all .5s;
		-webkit-transition: all .5s;
	}
	.header .nav ul {
		width: 100%;
		float: none;
		height: auto;
		display: inline-block;
	}
	.header .nav ul li {
		width: 100%;
		height: auto;
		line-height: 50px;
		text-align: left;
		border-bottom: 1px solid rgba(255, 255, 255, .1);
		float: none;
		padding: 10px 0;
		margin: 0;
	}
	.header .nav ul li:after {
		display: none;
	}
	.header .nav a.mf_sy {
		width: 130px;
		height: 40px;
		margin-left: 0;
		padding-left: 48px;
		border-radius: 5px;
		background: #e72116 url(../images/a8.png) no-repeat 17px center;
		margin-top: 21px;
		font-size: 16px;
		color: #fff;
		line-height: 40px;
		float: none;
		display: block;
	}
	.header .nav .y_j a {
		line-height: 40px
	}
}

@media only screen and (max-width:640px) {
	.header .logo {
		width: 160px;
	}
	.header .an {
		display: block;
	}
	.header .nav {
		width: 60%;
		height: 100%;
		padding: 10px 5% 0;
		margin: 0;
		background-color: #141414;
		position: fixed;
		top: 0;
		right: -60%;
		z-index: 9999;
		transition: all .5s;
		-o-transition: all .5s;
		-ms-transition: all .5s;
		-moz-transition: all .5s;
		-webkit-transition: all .5s;
	}
	.header .nav ul {
		width: 100%;
		float: none;
		height: auto;
		display: inline-block;
	}
	.header .nav ul li {
		font-size: 15px;
		line-height: 32px;
		text-align: left;
		border-bottom: 1px solid rgba(255, 255, 255, .1);
		float: none;
		padding: 10px 0;
		margin: 0;
	}
	.header .nav ul li:after {
		display: none;
	}
	.header .nav a.mf_sy {
		width: 110px;
		height: 32px;
		margin-left: 0;
		padding-left: 42px;
		border-radius: 5px;
		background: #e72116 url(../images/a8.png) no-repeat 10px center / 22px 22px;
		margin-top: 30px;
		font-size: 15px;
		color: #fff;
		line-height: 32px;
		float: none;
		display: block;
	}
}

.head_h {
	display: none;
}

@media only screen and (max-width:990px) {
	.head_h {
		width: 100%;
		height: 89px;
		background-color: #000;
		overflow: hidden;
		display: block;
	}
}

@media only screen and (max-width:640px) {
	.head_h {
		height: 75px;
	}
}

.pc_ban {
	width: 100%;
	height: 90vh;
	position: relative;
}

.pc_ban .bn_nr {
	width: 80%;
	position: absolute;
	top: 50%;
	left: 10%;
	color: #fff;
	text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	z-index: 11;
}

.pc_ban .bn_nr h1 {
	font-size: 40px;
	font-weight: bold;
	line-height: 66px;
	margin-bottom: 30px;
	letter-spacing: 2px
}

.pc_ban .bn_nr h1 em {
	font-weight: normal;
	font-size: 46px;
}

.pc_ban .bn_nr h2 {
	font-size: 40px;
	font-weight: bold;
	line-height: 52px;
	margin-bottom: 50px;
	letter-spacing: 2px
}

.pc_ban .bn_nr a {
	width: 150px;
	height: 50px;
	border-radius: 25px;
	background-color: #e72116;
	font-size: 18px;
	line-height: 50px;
	color: #fff;
	display: block;
	margin: 0 auto;
}

.pc_ban img {
	width: 100%;
	height: auto;
	display: block;
}

.pc_ban .swiper-button-prev {
	width: 30px;
	height: 50px;
	background: url(../images/banner-l.png) no-repeat center;
	left: 0%;
	margin-top: -25px;
	opacity: 0;
	background-size: 30px 50px;
	-webkit-background-size: 30px 50px;
	-moz-background-size: 30px 50px;
	-ms-background-size: 30px 50px;
	-o-background-size: 30px 50px;
	transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
}

.pc_ban:hover .swiper-button-prev {
	left: 2%;
	opacity: .5;
}

.pc_ban .swiper-button-next {
	width: 30px;
	height: 50px;
	background: url(../images/banner-r.png) no-repeat center;
	right: 0%;
	margin-top: -25px;
	opacity: 0;
	background-size: 30px 50px;
	-webkit-background-size: 30px 50px;
	-moz-background-size: 30px 50px;
	-ms-background-size: 30px 50px;
	-o-background-size: 30px 50px;
	transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
}

.pc_ban:hover .swiper-button-next {
	right: 2%;
	opacity: .5;
}

.pc_ban .swiper-slide.swiper-slide-active img {
	animation: big 3s ease-in-out;
	-webkit-animation: big 3s ease-in-out;
	-moz-animation: big 3s ease-in-out;
	-ms-animation: big 3s ease-in-out;
	-o-animation: big 3s ease-in-out;
}

.pc_ban .swiper-slide:before {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	z-index: 9;
}

@media (min-width:992px) {
	.pc_ban {
		height: 500px;
	}
	.pc_ban .bn_nr h1 {
		font-size: 44px;
		line-height: 56px;
		margin-bottom: 20px;
	}
	.pc_ban .bn_nr h2 {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 35px;
	}
	.pc_ban .bn_nr a {
		width: 120px;
		height: 40px;
		border-radius: 20px;
		font-size: 16px;
		line-height: 40px;
	}
}

@media (min-width:1200px) {
	.pc_ban {
		height: 90vh;
	}
	.pc_ban .bn_nr h1 {
		font-size: 40px;
		line-height: 66px;
		margin-bottom: 30px;
	}
	.pc_ban .bn_nr h2 {
		font-size: 40px;
		line-height: 52px;
		margin-bottom: 50px;
	}
	.pc_ban .bn_nr a {
		width: 150px;
		height: 50px;
		border-radius: 25px;
		font-size: 18px;
		line-height: 50px;
	}
}

@media only screen and (max-width:990px) {
	.pc_ban {
		height: 340px;
	}
	.pc_ban .bn_nr {
		width: 90%;
		left: 5%;
	}
	.pc_ban .bn_nr h1 {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 20px;
	}
	.pc_ban .bn_nr h2 {
		font-size: 22px;
		line-height: 36px;
		margin-bottom: 35px;
	}
	.pc_ban .bn_nr a {
		width: 110px;
		height: 36px;
		border-radius: 18px;
		font-size: 15px;
		line-height: 36px;
	}
	.pc_ban .swiper-button-prev {
		display: none;
	}
	.pc_ban .swiper-button-next {
		display: none;
	}
}

@media only screen and (max-width:640px) {
	.pc_ban {
		height: 240px;
	}
	.pc_ban img {
		width: auto;
		height: 100%;
	}
	.pc_ban .bn_nr {
		top: 45%;
	}
	.pc_ban .bn_nr h1 {
		font-size: 20px;
		line-height: 32px;
		margin-bottom: 10px;
	}
	.pc_ban .bn_nr h2 {
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	.pc_ban .bn_nr a {
		width: 100px;
		height: 32px;
		border-radius: 16px;
		font-size: 14px;
		line-height: 32px;
	}
}

@keyframes big {
	0% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}

@-webkit-keyframes big {
	0% {
		-webkit-transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes big {
	0% {
		-moz-transform: scale(1.1);
	}
	100% {
		-moz-transform: scale(1);
	}
}

@-ms-keyframes big {
	0% {
		-ms-transform: scale(1.1);
	}
	100% {
		-ms-transform: scale(1);
	}
}

@-o-keyframes big {
	0% {
		-o-transform: scale(1.1);
	}
	100% {
		-o-transform: scale(1);
	}
}

.gy_bt {
	text-align: center;
	margin-bottom: 30px;
}

.gy_bt h3 {
	font-size: 28px;
	font-weight: bold;
	color: #333;
}

.gy_bt h4 {
	font-size: 16px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

.gy_bt em {
	width: 50px;
	height: 4px;
	border-radius: 4px;
	background-color: #e72116;
	display: block;
	margin: 15px auto;
	position: relative;
}

@media only screen and (max-width:640px) {
	.gy_bt {
		margin-bottom: 20px;
	}
	.gy_bt h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.gy_bt h4 {
		font-size: 14px;
	}
	.gy_bt em {
		width: 40px;
		height: 2px;
		margin: 0 auto 10px;
	}
}

a.m_r {
	width: 180px;
	height: 40px;
	background-color: #e72116;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 40px;
	text-align: center;
	color: #fff;
	display: block;
	margin-top: 50px;
}

a.m_r i {
	width: 35px;
	height: 8px;
	padding-left: 5px;
	display: inline-block;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

a.m_r:hover i {
	padding-left: 15px;
}

@media only screen and (max-width:990px) {
	a.m_r {
		width: 160px;
		height: 36px;
		font-size: 14px;
		line-height: 36px;
		margin-top: 20px;
	}
	a.m_r.on {
		margin-top: 20px;
	}
	a.m_r i {
		padding-left: 5px;
	}
	a.m_r:hover i {
		padding-left: 5px;
	}
}

.sy_cp {
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
}

.sy_cp .cp_lb {
	position: relative;
}

.sy_cp .swiper-cp .swiper-pagination {
	display: none;
}

.sy_cp .t_p {
	position: relative;
	border: 5px solid #fafafa;
	overflow: hidden;
}

.sy_cp .t_p img {
	width: 100%;
	height: auto;
	display: block;
	transition: all 3s;
	-webkit-transition: all 3s;
	-moz-transition: all 3s;
	-ms-transition: all 3s;
	-o-transition: all 3s;
}

.sy_cp .swiper-slide:hover .t_p img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.sy_cp .w_z {
	padding: 10px;
	background-color: #fafafa;
}

.sy_cp .w_z h3 {
	font-size: 15px;
	font-weight: bold;
	line-height: 24px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: center
}

.sy_cp .w_z p {
	font-size: 12px;
	line-height: 24px;
	color: #555;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 15px;
}

.sy_cp .w_z span {
	width: 90px;
	height: 26px;
	border: 1px solid #555;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	color: #555;
	display: block;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.sy_cp .swiper-slide:hover .w_z span {
	background-color: #e72116;
	border: 1px solid #e72116;
	color: #fff;
}

.sy_cp .swiper-button-prev {
	background: url(../images/x_z.png) no-repeat;
	width: 21px;
	height: 38px;
	margin-top: -19px;
	left: 50%;
	margin-left: -650px;
	background-size: 21px 38px;
	-webkit-background-size: 21px 38px;
	-moz-background-size: 21px 38px;
	-ms-background-size: 21px 38px;
	-o-background-size: 21px 38px;
}

.sy_cp .swiper-button-next {
	background: url(../images/x_y.png) no-repeat;
	width: 21px;
	height: 38px;
	margin-top: -19px;
	right: 50%;
	margin-right: -650px;
	background-size: 21px 38px;
	-webkit-background-size: 21px 38px;
	-moz-background-size: 21px 38px;
	-ms-background-size: 21px 38px;
	-o-background-size: 21px 38px;
}

@media (min-width:992px) {
	.sy_cp .swiper-button-prev {
		margin-left: -520px;
	}
	.sy_cp .swiper-button-next {
		margin-right: -520px;
	}
}

@media (min-width:1200px) {
	.sy_cp .swiper-button-prev {
		margin-left: -650px;
		outline: none;
	}
	.sy_cp .swiper-button-next {
		margin-right: -650px;
		outline: none;
	}
}

@media only screen and (max-width:990px) {
	.sy_cp {
		padding: 20px 0 20px;
		overflow: hidden;
	}
	.sy_cp .swiper-cp {
		padding-bottom: 30px;
	}
	.sy_cp .swiper-cp .swiper-pagination {
		display: block;
		bottom: 0;
	}
	.sy_cp .w_z {
		padding: 10px 10px;
	}
	.sy_cp .w_z h3 {
		font-size: 14px;
	}
	.sy_cp .w_z p {
		color: #555;
	}
	.sy_cp .swiper-button-prev {
		display: none;
	}
	.sy_cp .swiper-button-next {
		display: none;
	}
	.sy_cp .swiper-pagination-bullet {
		background-color: #aaa;
	}
	.sy_cp .swiper-pagination-bullet-active {
		background-color: #e72116;
	}
}

.sy_gy {
	width: 100%;
	padding: 60px 0px;
	
}

.sy_gy .row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sy_gy .gy_bt h3 {
	color: #333;
	text-align: left;
}

.sy_gy .gy_bt em {
	margin: 15px 0;
}

.sy_gy .gy_lf {
	overflow: hidden;
	padding-right: 60px;
}

.sy_gy .gy_lf p {
	color: #333;
	font-size: 15px;
	line-height: 36px;
}

.sy_gy .gy_rt {
	position: relative;
	margin-left: 60px;
}

.sy_gy .gy_rt .g_n {
	padding: 50px 20px;
	background-color: rgba(255, 255, 255, .6);
}

.sy_gy .gy_rt .g_n ul li {
	text-align: center;
	margin: 20px 0;
}

.sy_gy .gy_rt .g_n ul li img {
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.sy_gy .gy_rt .g_n ul li p {
	font-size: 14px;
	margin-bottom: 7px;
}

.sy_gy .gy_rt .g_n em {
	display: block;
	margin: 0 auto;
	width: 20px;
	height: 1px;
	background-color: #e72116;
	margin-bottom: 7px;
}

.sy_gy .gy_rt .g_n ul li span {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
}

@media only screen and (max-width:990px) {
	.sy_gy {
		padding: 20px 0px;
		background: url(../images/gy_bj.jpg) no-repeat top center / cover;
	}
	.sy_gy .gy_bt h3 {
		text-align: center;
		color: #e72116
	}
	.sy_gy .gy_bt em {
		margin: 0 auto;
	}
	.sy_gy .gy_lf {
		overflow: hidden;
		text-align: center;
		padding-right: 0;
	}
	.sy_gy .gy_lf a.m_r {
		margin: 30px auto;
	}
	.sy_gy .gy_rt {
		margin-left: 0;
	}
	.sy_gy .gy_rt .g_n {
		padding: 20px;
	}
	.sy_gy .gy_lf p {
		color: #fff;
		font-size: 14px;
		line-height: 26px;
	}
}

.sy_al {
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
}

.sy_al .al_lb {
	margin-top: 0px;
}

.sy_al .al_lb ul li {
	margin-top: 30px;
}

.sy_al .al_lb ul li img {
	width: 100%;
	height: auto;
	display: block;
}

.sy_al .t_w {
	position: relative;
	overflow: hidden;
}

.sy_al .t_p {
	overflow: hidden;
	position: relative;
}

.sy_al .t_p img {
	width: 100%;
	height: auto;
	display: block;
	transition: all 3s;
	-webkit-transition: all 3s;
	-moz-transition: all 3s;
	-ms-transition: all 3s;
	-o-transition: all 3s;
}

.sy_al .t_w:hover .t_p img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.sy_al .b_j {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: rgba(0, 0, 0, .5);
}

.sy_al .t_w:hover .b_j {
	height: 100%;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.sy_al .t_w .j_s {
	width: 100%;
	background-color: #f7f7f7;
	padding: 10px;
	font-size: 16px;
	text-align: center;
	color: #666;
	line-height: 26px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.sy_al .t_w:hover .j_s {
	background-color: #e72116;
	color: #FFF;
}

.sy_al .w_z {
	position: absolute;
	top: 100%;
	left: 10%;
	width: 80%;
	color: #fff;
	text-align: center;
}

.sy_al .w_z h3 {
	font-size: 18px;
}

.sy_al .w_z em {
	width: 36px;
	height: 1px;
	background-color: #fff;
	display: block;
	margin: 15px auto;
}

.sy_al .w_z span {
	font-size: 16px;
}

.sy_al .t_w:hover .w_z {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transition: all .3s .3s;
	-webkit-transition: all .3s .3s;
	-moz-transition: all .3s .3s;
	-ms-transition: all .3s .3s;
	-o-transition: all .3s .3s;
}

@media only screen and (max-width:992px) {
	.sy_al {
		padding: 30px 0;
	}
	.sy_al .w_z h3 {
		font-size: 16px;
	}
	.sy_al .w_z em {
		width: 32px;
		margin: 10px auto;
	}
	.sy_al .al_lb {
		margin-top: 15px;
	}
	.sy_al .al_lb .row {
		margin: 0 -7px;
	}
	.sy_al .al_lb ul li {
		margin-top: 15px;
		padding: 0 7px;
	}
	.sy_al .t_w .j_s {
		font-size: 14px;
		margin-bottom: 0px;
	}
}

.sy_xw {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 80px 0px;
	background-color: #fafafa;
}

.sy_xw .row {
	margin: 0 -10px;
}

.sy_xw .col-md-4 {
	padding: 0 10px;
}

.sy_xw .n_r {
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.sy_xw .n_r:hover {
	box-shadow: 0 0 30px #ddd;
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
}

.sy_xw .t_p {
	overflow: hidden;
}

.sy_xw .t_p img {
	width: 100%;
	height: auto;
	display: block;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
}

.sy_xw .n_r:hover .t_p img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.sy_xw .w_z {
	padding: 20px 15px;
}

.sy_xw .w_z h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.sy_xw .w_z p {
	font-size: 14px;
	line-height: 26px;
	color: #555;
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	line-clamp: 3;
	-webkit-line-clamp: 3;
	-moz-line-clamp: 3;
	-ms-line-clamp: 3;
	-o-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.sy_xw a.m_r {
	margin: 50px auto 0;
}

@media only screen and (max-width:990px) {
	.sy_xw {
		padding: 20px 0px;
	}
	.sy_xw .w_z {
		padding: 15px;
	}
	.sy_xw .w_z h3 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.sy_xw .w_z p {
		font-size: 12px;
		height: auto;
		line-clamp: 2;
		-webkit-line-clamp: 2;
		-moz-line-clamp: 2;
		-ms-line-clamp: 2;
		-o-line-clamp: 2;
	}
	.sy_xw a.m_r {
		margin: 30px auto 0;
	}
}

@media only screen and (max-width:640px) {
	.sy_xw .col-md-4 {
		margin-bottom: 15px;
	}
	.sy_xw a.m_r {
		margin: 15px auto 0;
	}
}

.sy_hz {
	width: 100%;
	padding: 80px 0;
	overflow: hidden;
}

.sy_hz .row {
	margin: 0 -10px;
}

.sy_hz ul li {
	padding: 0 10px;
	margin-bottom: 20px;
}

.sy_hz img {
	width: 100%;
	height: auto;
	display: block;
	box-shadow: 0 0 10px #ccc;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.sy_hz img:hover {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
}

@media only screen and (max-width:990px) {
	.sy_hz {
		padding: 20px 0;
	}
	.sy_hz .row {
		margin: 0 -6px;
	}
	.sy_hz ul li {
		padding: 0 6px;
		margin-bottom: 12px;
	}
}

@media only screen and (max-width:640px) {
	.sy_hz .row {
		margin: 0 -4px;
	}
	.sy_hz ul li {
		padding: 0 4px;
		margin-bottom: 8px;
	}
}

.sy_lx {
	width: 100%;
	padding: 100px 0 0;
	background: url(../images/lx_bj.jpg) no-repeat center / cover fixed;
	color: #fff;
	overflow: hidden;
}

.sy_lx .gy_bt h3 {
	color: #fff;
}

.sy_lx .gy_bt h4 {
	color: #fff;
}

.sy_lx .lx_ly {
	width: 368px;
	padding: 30px 60px;
	background: url(../images/ly_bj.png) no-repeat bottom center / 100% auto;
	margin: 0 auto;
}

.sy_lx .lx_ly input {
	width: 100%;
	height: 40px;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #ddd;
	padding: 0 10px;
	line-height: 38px;
	text-align: center;
	margin-bottom: 15px;
	display: block;
}

.sy_lx .lx_ly textarea {
	width: 100%;
	height: 74px;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #ddd;
	padding: 10px;
	line-height: 26px;
	text-align: center;
	margin-bottom: 15px;
	resize: none;
}

.sy_lx .lx_ly button {
	width: 100%;
	background-color: #F60;
	height: 40px;
	border-radius: 5px;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	color: #fff;
}

@media only screen and (max-width:990px) {
	.sy_lx {
		padding: 50px 0 0;
	}
}

@media only screen and (max-width:640px) {
	.sy_lx .lx_ly {
		width: 300px;
		padding: 30px 40px;
	}
}

.ny_ban {
	width: 100%;
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

.ny_ban:before {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .2);
}

.ny_ban .container {
	position: absolute;
	top: 55%;
	left: 50%;
	text-align: center;
	color: #fff;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.ny_ban .w_z h3 {
	font-size: 36px;
	line-height: 46px;
	margin-bottom: 10px;
}

.ny_ban .w_z h4 {
	font-size: 18px;
	line-height: 28px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

@media only screen and (max-width:990px) {
	.ny_ban {
		height: 20vh;
		background-attachment: scroll;
	}
	.ny_ban .container {
		width: 100%;
		top: 50%;
	}
	.ny_ban .w_z h3 {
		font-size: 22px;
		line-height: 32px;
	}
	.ny_ban .w_z h4 {
		font-size: 16px;
		line-height: 26px;
	}
}

.ny_bt {
	text-align: center;
	margin-bottom: 50px;
}

.ny_bt h3 {
	font-size: 30px;
	line-height: 30px;
	color: #333;
	margin-bottom: 10px;
}

.ny_bt p {
	font-size: 16px;
	font-family: Arial;
	color: #888;
	text-transform: uppercase;
}

.ny_bt span {
	width: 60px;
	height: 3px;
	background-color: #e72116;
	display: block;
	margin: 20px auto 0;
}

@media only screen and (max-width:990px) {
	.ny_bt {
		margin-bottom: 20px;
	}
	.ny_bt h3 {
		font-size: 26px;
		margin-bottom: 6px;
	}
	.ny_bt p {
		font-size: 14px;
	}
	.ny_bt span {
		width: 50px;
		height: 2px;
		margin: 10px auto 0;
	}
}

@media only screen and (max-width:640px) {
	.ny_bt h3 {
		font-size: 20px;
		margin-bottom: 0;
	}
	.ny_bt p {
		font-size: 13px;
	}
}

.ny_gy {
	width: 100%;
	padding: 80px 0;
	overflow: hidden;
}

.ny_gy .gy_wz {
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	margin-bottom: 30px;
}

.ny_gy .gy_bz ul li {
	text-align: center;
	margin: 20px 0;
}

.ny_gy .gy_bz ul li img {
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.ny_gy .gy_bz ul li p {
	font-size: 14px;
	margin-bottom: 7px;
}

.ny_gy .gy_bz em {
	display: block;
	margin: 0 auto;
	width: 20px;
	height: 1px;
	background-color: #666;
	margin-bottom: 7px;
}

.ny_gy .gy_bz ul li span {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
}

@media only screen and (max-width:990px) {
	.ny_gy {
		padding: 20px 0;
	}
	.ny_gy .gy_wz {
		font-size: 15px;
		line-height: 28px;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width:640px) {
	.ny_gy .gy_wz {
		font-size: 14px;
		line-height: 26px;
	}
}

.ny_wh {
	width: 100%;
	padding: 80px 0;
	background-color: #f7f7f7;
	overflow: hidden;
}

.ny_wh .b_t {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #e72116;
	margin: 0 auto 20px;
	font-size: 20px;
	line-height: 100px;
	text-align: center;
	color: #fff;
}

.ny_wh .w_z {
	font-size: 15px;
	line-height: 28px;
	color: #555;
	text-align: center;
}

@media only screen and (max-width:990px) {
	.ny_wh {
		padding: 50px 0;
	}
	.ny_wh .b_t {
		width: 80px;
		height: 80px;
		margin: 0 auto 15px;
		font-size: 18px;
		line-height: 80px;
	}
	.ny_wh .w_z {
		font-size: 13px;
		line-height: 24px;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width:640px) {
	.ny_wh {
		padding: 50px 0 30px;
	}
}

.ny_ry {
	width: 100%;
	padding: 80px 0;
	overflow: hidden;
	background-color: #f7f7f7;
}

.ny_ry .ry_zs {
	position: relative;
	padding: 0 40px;
}

.ny_ry .ry_zs img {
	width: 100%;
	height: auto;
	display: block;
	border: #ccc 1px solid
}

.ny_ry .ry_zs .swiper-button-prev {
	width: 35px;
	height: 35px;
	background: url(../images/zj1.png) no-repeat center;
	left: 0;
	margin-top: -17px;
	background-size: 35px 35px;
	-webkit-background-size: 35px 35px;
	-moz-background-size: 35px 35px;
	-ms-background-size: 35px 35px;
	-o-background-size: 35px 35px;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.ny_ry .ry_zs .swiper-button-next {
	width: 35px;
	height: 35px;
	background: url(../images/yj1.png) no-repeat center;
	right: 0;
	margin-top: -17px;
	background-size: 35px 35px;
	-webkit-background-size: 35px 35px;
	-moz-background-size: 35px 35px;
	-ms-background-size: 35px 35px;
	-o-background-size: 35px 35px;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.ny_ry .ry_zs .swiper-pagination {
	display: none;
}

@media only screen and (max-width:990px) {
	.ny_ry {
		padding: 20px 0;
	}
}

@media only screen and (max-width:640px) {
	.ny_ry .ry_zs {
		padding: 0;
	}
	.ny_ry .swiper-ry {
		padding-bottom: 30px;
	}
	.ny_ry .ry_zs .swiper-button-prev {
		display: none;
	}
	.ny_ry .ry_zs .swiper-button-next {
		display: none;
	}
	.ny_ry .ry_zs .swiper-pagination {
		display: block;
		bottom: 0;
	}
	.ny_ry .ry_zs .swiper-pagination-bullet {
		background-color: #aaa;
	}
	.ny_ry .ry_zs .swiper-pagination-bullet-active {
		background-color: #e72116;
	}
}

.ny_hz {
	width: 100%;
	padding: 80px 0;
	overflow: hidden;
}

.ny_hz .row {
	margin: 0 -10px;
}

.ny_hz ul li {
	padding: 0 10px;
	margin-bottom: 20px;
}

.ny_hz img {
	width: 100%;
	height: auto;
	display: block;
	box-shadow: 0 0 10px #ccc;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.ny_hz img:hover {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
}

@media only screen and (max-width:990px) {
	.ny_hz {
		padding: 20px 0;
	}
	.ny_hz .row {
		margin: 0 -6px;
	}
	.ny_hz ul li {
		padding: 0 6px;
		margin-bottom: 12px;
	}
}

@media only screen and (max-width:640px) {
	.ny_hz .row {
		margin: 0 -4px;
	}
	.ny_hz ul li {
		padding: 0 4px;
		margin-bottom: 8px;
	}
}

.ny_nr {
	width: 100%;
	padding: 70px 0;
	min-height: 500px;
	overflow: hidden;
}

.ny_nr .ny_lm {
	text-align: center;
	position: relative;
	margin-bottom: 50px;
	z-index: 999;
}

.ny_nr .ny_lm ul li {
	display: inline-block;
	margin: 0 5px;
}

.ny_nr .ny_lm a {
	display: block;
	border: 1px solid #ddd;
	font-size: 14px;
	color: #555;
	line-height: 40px;
	padding: 0 15px;
}

.ny_nr .ny_lm ul li:hover a {
	background-color: #e72116;
	border: 1px solid #e72116;
	color: #fff;
}

.ny_nr .ny_lm ul li.on a {
	background-color: #e72116;
	border: 1px solid #e72116;
	color: #fff;
}

.ny_nr .ny_lm .l_b {
	display: none;
	height: 36px;
	border-radius: 6px;
	font-size: 16px;
	letter-spacing: 5px;
	padding: 0 10px 0 15px;
	color: #fff;
	text-align: center;
	line-height: 36px;
	background-color: #e72116;
	position: relative;
	float: left;
	width: 100%
}

.ny_nr .ny_lm .l_b i {
	margin-left: 5px;
	font-size: 18px;
	vertical-align: middle;
}

.ny_nr .cp_lb .n_r {
	margin-bottom: 30px;
}

.ny_nr .cp_lb .t_p {
	overflow: hidden;
	border: 5px solid #f7f7f7;
}

.ny_nr .cp_lb .t_p img {
	width: 100%;
	height: auto;
	display: block;
	transition: all 2s;
	-o-transition: all 2s;
	-ms-transition: all 2s;
	-moz-transition: all 2s;
	-webkit-transition: all 2s;
}

.ny_nr .cp_lb .n_r:hover .t_p img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.ny_nr .cp_lb .w_z {
	padding: 20px;
	margin-top: 5px;
	background-color: #f7f7f7;
}

.ny_nr .cp_lb .w_z h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 6px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.ny_nr .cp_lb .w_z p {
	line-height: 24px;
	color: #777;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.ny_nr .cg_al .n_r {
	border: 1px solid #e7e7e7;
	overflow: hidden;
	padding: 15px 15px 25px;
	margin-bottom: 30px;
}

.ny_nr .cg_al .t_p {
	overflow: hidden;
}

.ny_nr .cg_al .t_p img {
	width: 100%;
	height: auto;
	display: block;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
}

.ny_nr .cg_al .n_r:hover .t_p img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.ny_nr .cg_al .w_z {
	margin-top: 15px;
	text-align: center;
}

.ny_nr .cg_al .w_z h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 36px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.ny_nr .cg_al .w_z h3 a {
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.ny_nr .cg_al .n_r:hover .w_z h3 a {
	color: #e72116;
}

.ny_nr .cg_al .w_z p {
	font-size: 13px;
	line-height: 26px;
	color: #999;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.ny_nr .cg_al .w_z a.m_r {
	width: 120px;
	height: 32px;
	border: 1px solid #e72116;
	font-size: 15px;
	color: #e72116;
	line-height: 30px;
	text-align: center;
	display: block;
	margin: 15px auto 0;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	background: #fff
}

.ny_nr .cg_al .w_z a.m_r:hover {
	color: #fff;
	background-color: #e72116;
}

.ny_nr .xw_lb ul li {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #ddd;
}

.ny_nr .xw_lb .t_p img {
	width: 100%;
	height: auto;
	display: block;
}

.ny_nr .xw_lb .w_z h3 {
	font-size: 16px;
	line-height: 36px;
	font-weight: bold;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.ny_nr .xw_lb ul li:hover .w_z h3 a {
	color: #e72116;
}

.ny_nr .xw_lb .w_z span {
	color: #888;
	padding-right: 25px;
	float: left;
}

.ny_nr .xw_lb .w_z i {
	padding-right: 5px;
}

.ny_nr .xw_lb .w_z p {
	margin-bottom: 30px;
	line-height: 26px;
	height: 78px;
	color: #888;
	overflow: hidden;
	display: -webkit-box;
	line-clamp: 3;
	-webkit-line-clamp: 3;
	-moz-line-clamp: 3;
	-ms-line-clamp: 3;
	-o-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.ny_nr .lx_wm {
	box-shadow: 0 0 20px #ddd;
}

.ny_nr .lx_wm .n_r {
	padding: 30px;
}

.ny_nr .lx_wm .n_r h3 {
	font-size: 20px;
	line-height: 32px;
	color: #e72116;
}

.ny_nr .lx_wm .n_r h4 {
	font-size: 14px;
	line-height: 24px;
	color: #888;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.ny_nr .lx_wm .w_z {
	font-size: 15px;
	line-height: 36px;
}

.ny_nr .lx_wm .l_y input {
	width: 100%;
	height: 47px;
	font-size: 14px;
	line-height: 46px;
	border-bottom: 1px solid #ddd;
	display: block;
}

.ny_nr .lx_wm .l_y textarea {
	width: 100%;
	height: 98px;
	padding: 10px 0;
	font-size: 14px;
	line-height: 26px;
	border-bottom: 1px solid #ddd;
	display: block;
	resize: none;
}

.ny_nr .lx_wm .l_y button {
	width: 120px;
	height: 36px;
	background-color: #e72116;
	margin-top: 20px;
	margin-right: 15px;
	font-size: 15px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	float: left;
}

.ny_nr .lx_wm .l_y button.c_z {
	background-color: #aaa;
}

.ny_nr .qq_wl .w_z {
	font-size: 16px;
	line-height: 28px;
	color: #888;
	text-align: center;
	margin-bottom: 40px;
}

.ny_nr .qq_wl .t_p img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.diannao{	}.shouji{	display: none;}
@media (min-width:768px) {	.diannao{		display: none!important;	}	.shouji{		display: block!important;	}
	.ny_pr .l_m ul {
		display: block !important;
	}
}

@media only screen and (max-width:990px) {
	.ny_nr {
		padding: 20px 0 20px;
	}
	.ny_nr .ny_lm {
		margin-bottom: 35px;
	}
	.ny_nr .ny_lm ul li {
		width: 120px;
		margin: 0 5px;
	}
	.ny_nr .ny_lm a {
		font-size: 16px;
		line-height: 36px;
	}
	.ny_nr .cp_lb .row {
		margin: 0 -10px;
	}
	.ny_nr .cp_lb .col-6 {
		padding: 0 10px;
	}
	.ny_nr .cp_lb .n_r {
		margin-bottom: 20px;
	}
	.ny_nr .cp_lb .w_z h3 {
		font-size: 18px;
		line-height: 32px;
	}
	.ny_nr .xw_lb .row {
		margin: 0 -10px;
	}
	.ny_nr .xw_lb .col-5 {
		padding: 0 10px;
	}
	.ny_nr .xw_lb .col-7 {
		padding: 0 10px;
	}
	.ny_nr .xw_lb ul li {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.ny_nr .xw_lb .w_z h3 {
		font-size: 17px;
		font-weight: bold;
		line-height: 28px;
	}
	.ny_nr .xw_lb .w_z p {
		line-height: 22px;
		height: 44px;
		margin-bottom: 15px;
		line-clamp: 2;
		-webkit-line-clamp: 2;
		-moz-line-clamp: 2;
		-ms-line-clamp: 2;
		-o-line-clamp: 2;
	}
	.ny_nr .qq_wl .w_z {
		font-size: 15px;
		line-height: 26px;
	}
}

@media only screen and (max-width:640px) {
	.ny_nr .ny_lm {
		margin-bottom: 20px;
	}
	.ny_nr .ny_lm ul {
		display: none;
		border: 1px solid #ddd;
		position: absolute;
		left: 0;
		top: 40px;
		width: 100%;
		background-color: #fff;
	}
	.ny_nr .ny_lm ul li {
		display: block;
		width: 100%;
		border-bottom: 1px solid #ddd;
		background: none;
		margin: 0;
	}
	.ny_nr .ny_lm ul li:last-child {
		border-bottom: 0;
	}
	.ny_nr .ny_lm ul li a {
		background: none;
		border: 0;
		padding: 0;
		border: 0;
		font-size: 14px;
		color: #555;
		text-align: left;
		line-height: 40px;
		padding: 0 20px;
	}
	.ny_nr .ny_lm ul li:hover a {
		background: none;
		border: 0;
		color: #e72116;
	}
	.ny_nr .ny_lm ul li.on a {
		background: none;
		border: 0;
		color: #e72116;
	}
	.ny_nr .ny_lm .l_b {
		display: block;
	}
	.ny_nr .cp_lb .row {
		margin: 0 -6px;
	}
	.ny_nr .cp_lb .col-6 {
		padding: 0 6px;
	}
	.ny_nr .cp_lb .n_r {
		margin-bottom: 12px;
	}
	.ny_nr .cp_lb .w_z {
		padding: 5px 10px;
	}
	.ny_nr .cp_lb .w_z h3 {
		font-size: 16px;
	}
	.ny_nr .cp_lb .w_z p {
		line-height: 22px;
		font-size: 12px;
	}
	.ny_nr .xw_lb ul li {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.ny_nr .xw_lb .row {
		margin: 0 -6px;
	}
	.ny_nr .xw_lb .col-5 {
		padding: 0 6px;
	}
	.ny_nr .xw_lb .col-7 {
		padding: 0 6px;
	}
	.ny_nr .xw_lb .w_z h3 {
		font-size: 16px;
		line-height: 26px;
	}
	.ny_nr .xw_lb .w_z p {
		height: auto;
		line-clamp: 2;
		-webkit-line-clamp: 2;
		-moz-line-clamp: 22;
		-ms-line-clamp: 2;
		-o-line-clamp: 2;
	}
	.ny_nr .xw_lb .w_z span {
		font-size: 12px;
	}
	.ny_nr .xw_lb .w_z span:last-of-type {
		display: none;
	}
	.ny_nr .lx_wm {
		box-shadow: 0 0 15px #ddd;
	}
	.ny_nr .lx_wm .n_r {
		padding: 20px;
	}
	.ny_nr .lx_wm .n_r h3 {
		font-size: 16px;
		line-height: 26px;
	}
	.ny_nr .lx_wm .n_r h4 {
		font-size: 13px;
		line-height: 22px;
		margin-bottom: 15px;
	}
	.ny_nr .lx_wm .w_z {
		font-size: 13px;
		line-height: 26px;
	}
	.ny_nr .lx_wm .l_y input {
		font-size: 13px;
	}
	.ny_nr .lx_wm .l_y textarea {
		font-size: 13px;
		line-height: 24px;
	}
	.ny_nr .lx_wm .l_y button {
		width: 100px;
		height: 30px;
		font-size: 14px;
		line-height: 30px;
	}
	.ny_nr .qq_wl .w_z {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 30px;
	}
	.ny_nr .cg_al .n_r {
		border: 1px solid #e7e7e7;
		overflow: hidden;
		padding: 10px 10px 20px;
		margin-bottom: 20px;
	}
	.ny_nr .cg_al .w_z h3 {
		font-size: 16px;
		font-weight: bold;
		line-height: 30px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	.ny_nr .cg_al .w_z a.m_r {
		width: 120px;
		height: 32px;
		border: 1px solid #e72116;
		font-size: 13px;
		color: #e72116;
		line-height: 30px;
		text-align: center;
		display: block;
		margin: 15px auto 0;
		transition: all .5s;
		-o-transition: all .5s;
		-ms-transition: all .5s;
		-moz-transition: all .5s;
		-webkit-transition: all .5s;
		background: #fff
	}
}

@media only screen and (max-width:375px) {
	.ny_nr .xw_lb .w_z h3 {
		margin-bottom: 4px;
	}
	.ny_nr .xw_lb .w_z p {
		margin-bottom: 6px;
	}
}

.gs_dt {
	width: 100%;
	height: 350px;
	overflow: hidden;
}

@media only screen and (max-width:992px) {
	.gs_dt {
		height: 300px;
	}
}

@media only screen and (max-width:640px) {
	.gs_dt {
		height: 250px;
	}
}

.ny_cp {
	width: 100%;
	padding: 50px 0 70px;
	min-height: 600px;
	overflow: hidden;
}

.ny_cp .ny_lm {
	padding: 10px;
	background-color: #444;
}

.ny_cp .ny_lm .b_t {
	margin: 10px 5px 15px;
}

.ny_cp .ny_lm .b_t h3 {
	font-size: 22px;
	line-height: 32px;
	color: #fff;
}

.ny_cp .ny_lm .b_t h4 {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	font-family: Arial;
	text-transform: uppercase;
}

.ny_cp .ny_lm .b_t em {
	width: 44px;
	height: 2px;
	margin: 8px 0 5px;
	background-color: #fff;
	display: block;
}

.ny_cp .ny_lm .l_b {
	display: none;
	padding: 0 15px;
	font-size: 16px;
	color: #fff;
	text-align: left;
	line-height: 50px;
	background-color: #e72116;
	position: relative;
}

.ny_cp .ny_lm .l_b i {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.ny_cp .ny_lm .l_m {
	padding: 7px 7px 0 7px;
	background-color: #fff;
}

.ny_cp .ny_lm .l_m ul li {
	display: block;
	background-color: #f7f7f7;
	margin-bottom: 7px;
}

.ny_cp .ny_lm .l_m a {
	display: block;
	padding: 0 15px;
	font-size: 15px;
	line-height: 44px;
}

.ny_cp .ny_lm .l_m ul li:hover a {
	background-color: #e72116;
	color: #fff;
}

.ny_cp .ny_lm .l_m ul li.on a {
	background-color: #e72116;
	color: #fff;
}

.ny_cp .ny_lm .l_m a.e_j {
	position: relative;
}

.ny_cp .ny_lm .l_m em {
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	display: block;
	font-size: 22px;
	color: #777;
	text-align: center;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.ny_cp .ny_lm .l_m ul li:hover em {
	color: #fff;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.ny_cp .ny_lm .l_m ul li.on em {
	color: #fff;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.ny_cp .ny_lm .s_j {
	display: none;
}

.ny_cp .ny_lm .l_m ul li.on .s_j {
	display: block;
}

.ny_cp .ny_lm .s_j a {
	font-size: 13px;
	text-indent: 15px;
	line-height: 36px;
	color: #555;
}

.ny_cp .ny_lm .l_m ul li:hover .s_j a {
	background: none;
	color: #555;
}

.ny_cp .ny_lm .l_m ul li:hover .s_j a:hover {
	color: #e72116;
}

.ny_cp .ny_lm .l_m ul li.on .s_j a {
	background: none;
	color: #555;
}

.ny_cp .ny_lm .l_m ul li.on .s_j a.n {
	color: #e72116;
}

.ny_cp .ny_lx {
	margin-top: 20px;
}

.ny_cp .ny_lx .d_h {
	padding: 30px;
	background: url(../images/lx_bj.jpg) no-repeat center / 100% 100%;
	font-size: 26px;
	font-weight: bold;
	line-height: 32px;
	font-family: Arial;
	color: #0089c6;
}

.ny_cp .ny_lx .d_h h3 {
	font-weight: bold;
	margin-bottom: 6px;
}

.ny_cp .ny_lx .x_x {
	background-color: #f7f7f7;
	padding: 15px;
	line-height: 26px;
}

.ny_cp .lm_bt {
	height: 51px;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 20px;
}

.ny_cp .lm_bt .m_c {
	font-size: 18px;
	color: #333;
	line-height: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
	display: inline-block;
}

.ny_cp .gy_nr {
	margin-top: 30px;
	font-size: 15px;
	line-height: 30px;
	color: #777;
}

.ny_cp .gy_nr img {
	width: 100%;
	height: auto;
	display: block;
}

.ny_cp .cp_lb .row {
	margin: 0 -10px;
}

.ny_cp .cp_lb .col-md-4 {
	padding: 0 10px;
}

.ny_cp .cp_lb .n_r {
	margin-bottom: 20px;
	background-color: #f7f7f7;
}

.ny_cp .cp_lb .n_r img {
	width: 100%;
	height: auto;
	border: 1px solid #e7e7e7;
	display: block;
}

.ny_cp .cp_lb .n_r p {
	padding: 10px;
	font-size: 15px;
	line-height: 32px;
	text-align: center;
}

.ny_cp .xw_lb .row {
	margin: 0 -10px;
}

.ny_cp .xw_lb .col-lg-3 {
	padding: 0 10px;
}

.ny_cp .xw_lb .col-lg-9 {
	padding: 0 10px;
}

.ny_cp .xw_lb ul li {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #ddd;
}

.ny_cp .xw_lb .t_p img {
	width: 100%;
	height: auto;
	display: block;
}

.ny_cp .xw_lb .w_z h3 {
	font-size: 18px;
	line-height: 32px;
	font-weight: bold;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.ny_cp .xw_lb ul li:hover .w_z h3 a {
	color: #e72116;
}

.ny_cp .xw_lb .w_z span {
	color: #888;
	padding-right: 15px;
	float: left;
}

.ny_cp .xw_lb .w_z i {
	padding-right: 5px;
}

.ny_cp .xw_lb .w_z p {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 26px;
	height: 52px;
	color: #888;
	overflow: hidden;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	-ms-line-clamp: 2;
	-o-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ny_cp .zs_lb ul {
	margin: 0 -10px;
}

.ny_cp .zs_lb ul li {
	padding: 0 10px;
}

.ny_cp .zs_lb .t_w {
	margin-bottom: 20px;
	overflow: hidden;
}

.ny_cp .zs_lb .t_p {
	overflow: hidden;
}

.ny_cp .zs_lb .t_p img {
	width: 100%;
	height: auto;
	display: block;
	transition: all 3s;
	-webkit-transition: all 3s;
	-moz-transition: all 3s;
	-ms-transition: all 3s;
	-o-transition: all 3s;
}

.ny_cp .zs_lb ul li:hover .t_p img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.ny_cp .zs_lb .w_z {
	border: 1px solid #e7e7e7;
	padding: 15px;
}

.ny_cp .zs_lb .w_z h3 {
	font-size: 16px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.ny_cp .zs_lb .w_z p {
	font-size: 12px;
	color: #888;
	line-height: 22px;
	height: 44px;
	margin-bottom: 10px;
	overflow: hidden;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	-ms-line-clamp: 2;
	-o-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ny_cp .zs_lb .w_z i {
	padding-right: 5px;
	color: #777;
}

.ny_cp .zs_lb .w_z span {
	color: #aaa;
	font-size: 12px;
	padding-right: 15px;
}

.ny_cp .lx_xx {
	background-color: #f7f7f7;
	overflow: hidden;
	margin: 30px 0 50px;
}

.ny_cp .lx_xx .z_c {
	width: 60%;
	float: left;
}

.ny_cp .lx_xx .z_c img {
	width: 100%;
	height: auto;
	display: block;
}

.ny_cp .lx_xx .y_c {
	width: 40%;
	float: right;
	padding: 30px;
}

.ny_cp .lx_xx .y_c h3 {
	font-size: 22px;
	color: #333;
	margin-bottom: 25px;
}

.ny_cp .lx_xx .y_c em {
	width: 50px;
	height: 3px;
	background-color: #e72116;
	display: block;
	margin-bottom: 15px;
}

.ny_cp .lx_xx .y_c p {
	font-size: 15px;
	line-height: 32px;
}

.ny_cp .bd_dt {
	margin-bottom: 30px;
}

.ny_cp .bd_dt img {
	width: 100%;
	height: auto;
	display: block;
}

.ny_cp .zx_ly {
	width: 100%;
	padding: 50px 100px;
	background-color: #fff;
	margin: 0 auto;
}

.ny_cp .zx_ly input {
	width: 100%;
	padding: 0 10px;
	background-color: #fff;
	border: 1px solid #ddd;
	line-height: 56px;
	font-size: 14px;
	margin-bottom: 30px;
}

.ny_cp .zx_ly textarea {
	width: 100%;
	height: 110px;
	padding: 15px 10px;
	background-color: #fff;
	border: 1px solid #ddd;
	font-size: 14px;
	line-height: 26px;
	resize: none;
	outline: none;
	margin-bottom: 30px;
}

.ny_cp .zx_ly button {
	width: 150px;
	height: 40px;
	background-color: #e72116;
	font-size: 16px;
	line-height: 40px;
	margin: 0 auto;
	color: #fff;
	display: block;
}

.ny_cp .zx_ly h3 {
	font-size: 26px;
	line-height: 40px;
	color: #000;
	margin-bottom: 10px;
	text-align: center;
}

.ny_cp .zx_ly h4 {
	font-size: 18px;
	color: #555;
	margin-bottom: 10px;
	text-align: center;
}

.ny_cp .zx_ly p {
	font-size: 15px;
	line-height: 30px;
	color: #888;
	margin-bottom: 30px;
	text-align: center;
}

.ny_cp .zx_ly em {
	width: 50px;
	height: 3px;
	background-color: #e72116;
	display: block;
	margin: 0 auto 15px;
}

.ny_cp .zx_ly a {
	color: #e72116;
}

.ny_cp .zx_ly a:hover {
	text-decoration: underline;
}

@media only screen and (max-width:640px) {
	.ny_cp {
		padding: 20px 0;
	}
	.ny_cp .ny_lm {
		padding: 0;
		background-color: #fff;
		margin-bottom: 20px;
	}
	.ny_cp .ny_lm .b_t {
		display: none;
	}
	.ny_cp .ny_lm .l_b {
		display: block;
	}
	.ny_cp .ny_lm .l_m {
		padding: 0;
	}
	.ny_cp .ny_lm .l_m ul {
		display: none;
		border: 1px solid #e7e7e7;
		border-top: 0;
	}
	.ny_cp .ny_lm .l_m ul li {
		display: block;
		width: 100%;
		border-top: 1px solid #e7e7e7;
		background: none;
		margin: 0;
	}
	.ny_cp .ny_lm .l_m ul li:first-child {
		border-top: 0;
	}
	.ny_cp .ny_lm .l_m ul li a {
		background: none;
		padding: 0;
		border: 0;
		font-size: 14px;
		text-align: center;
		line-height: 40px;
	}
	.ny_cp .ny_lm .l_m ul li:hover a {
		background: none;
		color: #e72116;
	}
	.ny_cp .ny_lm .l_m ul li.on a {
		background: none;
		color: #e72116;
	}
	.ny_cp .ny_lm .l_m ul li a.e_j {
		text-align: left;
		padding: 0 15px;
	}
	.ny_cp .ny_lm .l_m ul li:hover a.e_j {
		background-color: #f7f7f7;
	}
	.ny_cp .ny_lm .l_m ul li.on a.e_j {
		background-color: #f7f7f7;
	}
	.ny_cp .ny_lm .l_m ul li:hover em {
		color: #e72116;
	}
	.ny_cp .ny_lm .l_m ul li.on em {
		color: #e72116;
	}
	.ny_cp .ny_lx {
		display: none;
	}
	.ny_cp .lm_bt {
		display: none;
	}
	.ny_cp .gy_nr {
		margin: 0;
		font-size: 20px;
		line-height: 36px;
	}
	.ny_cp .cp_lb .n_r p {
		padding: 15px 10px;
		font-size: 20px;
		line-height: 36px;
	}
	.ny_cp .xw_lb ul li {
		padding-bottom: 25px;
		margin-top: 25px;
		margin-bottom: 0;
	}
	.ny_cp .xw_lb .w_z h3 {
		font-size: 22px;
		font-weight: bold;
		line-height: 40px;
	}
	.ny_cp .xw_lb .w_z span {
		font-size: 18px;
	}
	.ny_cp .xw_lb .w_z p {
		font-size: 18px;
		line-height: 28px;
		height: 56px;
	}
	.ny_cp .zs_lb .row {
		margin: 0 -10px;
	}
	.ny_cp .zs_lb .col-md-4 {
		padding: 0 10px;
	}
	.ny_cp .zs_lb .t_w {
		margin-bottom: 20px;
	}
	.ny_cp .zs_lb .w_z h3 {
		font-size: 22px;
	}
	.ny_cp .zs_lb .w_z p {
		font-size: 18px;
		line-height: 28px;
		height: 56px;
	}
	.ny_cp .zs_lb .w_z span {
		font-size: 18px;
		padding-right: 0;
		display: block;
		margin-top: 5px;
	}
	.ny_cp .lx_xx {
		margin: 15px 0 35px;
	}
	.ny_cp .lx_xx .z_c {
		width: 100%;
		float: none;
	}
	.ny_cp .lx_xx .y_c {
		width: 100%;
		float: none;
	}
	.ny_cp .lx_xx .y_c h3 {
		font-size: 24px;
	}
	.ny_cp .lx_xx .y_c p {
		font-size: 20px;
		line-height: 40px;
	}
	.ny_cp .bd_dt {
		margin-bottom: 15px;
	}
	.ny_cp .zx_ly {
		padding: 30px 50px;
		background: none;
	}
	.ny_cp .zx_ly input {
		padding: 0 15px;
		line-height: 60px;
		font-size: 20px;
		margin-bottom: 20px;
	}
	.ny_cp .zx_ly textarea {
		height: 110px;
		padding: 12px 15px;
		font-size: 20px;
		line-height: 36px;
		margin-bottom: 20px;
	}
	.ny_cp .zx_ly button {
		width: 100%;
		height: 60px;
		font-size: 22px;
		line-height: 60px;
	}
	.ny_cp .zx_ly h4 {
		font-size: 22px;
		color: #555;
		margin-bottom: 10px;
		text-align: center;
	}
	.ny_cp .zx_ly p {
		font-size: 18px;
		line-height: 36px;
	}
	.ny_cp .zx_ly em {
		width: 60px;
	}
}

.cp_xq {
	overflow: hidden;
	position: relative;
}

.cp_xq .swiper-zs {
	padding-bottom: 0px;
	border: 1px solid #d7d7d7;
}

.cp_xq .swiper-zs img {
	width: 100%;
	height: auto;
	display: block;
}

.cp_xq .swiper-pagination {
	bottom: 0px;
}

.cp_xq .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #555;
}

.cp_xq .swiper-pagination-bullet-active {
	background-color: #e72116;
}

.cp_xq .cp_cs .n_r {
	padding: 15px;
}

.cp_xq .cp_cs .b_t {
	font-size: 18px;
	font-weight: bold;
	color: #e72116;
	line-height: 40px;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.cp_xq .cp_cs .c_s ul li {
	margin-bottom: 5px;
	padding-left: 15px;
	font-size: 14px;
	line-height: 26px;
	position: relative;
}

.cp_xq .cp_cs .c_s ul li:before {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #555;
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
}

.cp_xq .cp_cs a {
	display: inline-block;
	margin-top: 20px;
	background-color: #e72116;
	font-size: 16px;
	line-height: 46px;
	color: #fff;
	padding: 0 30px;
}

.cp_xq .cp_js {
	margin-top: 40px;
}

.cp_xq .cp_js .hd {
	overflow: hidden;
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 30px;
}

.cp_xq .cp_js .hd ul li {
	float: left;
	padding: 0 30px;
	font-size: 16px;
	line-height: 44px;
	text-align: center;
	color: #555;
	background-color: #f7f7f7;
	margin-right: 5px;
	cursor: pointer;
}

.cp_xq .cp_js .hd ul li.on {
	background-color: #e72116;
	color: #fff;
}

.cp_xq .cp_js .n_r {
	font-size: 15px;
	line-height: 28px;
	min-height: 200px;
}

.cp_xq .cp_js .n_r a {
	display: block;
	font-size: 15px;
	line-height: 28px;
	color: #e72116;
	margin-bottom: 10px;
}

.cp_xq .cp_js .n_r a:hover {
	text-decoration: underline !important;
}

@media only screen and (max-width:640px) {
	.cp_xq .cp_cs {
		margin-top: 20px;
	}
	.cp_xq .cp_cs .n_r {
		padding: 0;
	}
	.cp_xq .cp_cs .c_s ul li {
		margin-bottom: 10px;
		padding-left: 15px;
		font-size: 14px;
		line-height: 26px;
	}
	.cp_xq .cp_cs .c_s ul li:before {
		width: 6px;
		height: 6px;
		top: 10px;
	}
	.cp_xq .cp_cs a {
		font-size: 14px;
		line-height: 36px;
		padding: 0 30px;
	}
	.cp_xq .cp_js .hd {
		border-bottom: 0;
	}
	.cp_xq .cp_js .hd ul li {
		width: 33.33%;
		padding: 0;
		border-right: 1px solid #fff;
		font-size: 14px;
		line-height: 36px;
		margin-right: 0;
	}
	.cp_xq .cp_js .hd ul li:last-child {
		border-right: 0;
	}
	.cp_xq .cp_js .hd ul li.on {
		background-color: #e72116;
		color: #fff;
	}
	.cp_xq .cp_js .n_r {
		font-size: 14px;
		line-height: 26px;
	}
	.cp_xq .cp_js .n_r a {
		font-size: 14px;
		line-height: 26px;
	}
}

.yema {
	margin-top: 30px;
	text-align: center;
}

.yema ul li {
	display: inline-block;
	margin: 2px;
}

.yema ul li a {
	min-width: 36px;
	height: 36px;
	border: 1px solid #e7e7e7;
	padding: 0 10px;
	line-height: 34px;
	text-align: center;
	color: #555;
	display: inline-block;
}

.yema ul li a:hover {
	background-color: #e72116;
	border: 1px solid #e72116;
	color: #fff;
}

.yema ul li a.on {
	background-color: #e72116;
	border: 1px solid #e72116;
	color: #fff;
}

@media only screen and (max-width:640px) {
	.yema {
		margin-top: 10px;
	}
	.yema ul li a {
		min-width: 32px;
		height: 32px;
		padding: 0 10px;
		line-height: 30px;
	}
}

.rc_zp {
	width: 100%;
	padding: 80px 0;
	overflow: hidden;
}

.rc_zp .ts {
	font-size: 15px;
	line-height: 26px;
	color: #888;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.rc_zp .ts a {
	color: #e72116;
}

.rc_zp .jr_lm {
	border: 1px solid #e7e7e7;
	overflow: hidden;
	margin-bottom: 10px;
}

.rc_zp .jr_lm.jt {
	border: 1px solid #e72116;
}

.rc_zp .jr_bt {
	padding: 10px 20px;
	height: 60px;
	font-size: 14px;
	line-height: 40px;
	color: #555;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}

.rc_zp .jr_bt:hover {
	background-color: #e7e7e7;
}

.rc_zp .jr_bt.on {
	background-color: #e7e7e7;
}

.rc_zp .jr_bt i {
	position: absolute;
	top: 50%;
	right: 15px;
	font-size: 15px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

.rc_zp .jr_bt.on i {
	transform: translate(0, -50%) rotate(180deg);
	-webkit-transform: translate(0, -50%) rotate(180deg);
	-moz-transform: translate(0, -50%) rotate(180deg);
	-ms-transform: translate(0, -50%) rotate(180deg);
	-o-transform: translate(0, -50%) rotate(180deg);
}

.rc_zp .jr_lm.jt .jr_bt {
	background-color: #e72116;
	color: #fff;
	padding: 0 20px;
	line-height: 60px;
}

.rc_zp .jr_bt span {
	float: left;
	width: 33.333333%;
	text-align: center;
}

.rc_zp .jr_bt span.s_40 {
	text-align: left;
}

.rc_zp .jr_nr {
	background-color: #fff;
	padding: 30px 25px 10px;
	font-size: 14px;
	line-height: 32px;
	margin-bottom: 3px;
	display: none;
	position: relative;
}

.rc_zp .jr_nr .lm {
	color: #e72116;
}

.rc_zp .jr_nr .js {
	margin-bottom: 20px;
}

.rc_zp .jr_nr a.wy_yp {
	width: 110px;
	height: 36px;
	position: absolute;
	top: 30px;
	right: 35px;
	background-color: #e72116;
	font-size: 15px;
	line-height: 36px;
	color: #fff;
	text-align: center;
	display: block;
}

.rc_zp .jr_nr a.wy_yp i {
	padding-left: 5px;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

.rc_zp .jr_nr a.wy_yp:hover i {
	padding-left: 15px;
}

@media only screen and (max-width:990px) {
	.rc_zp {
		padding: 35px 0;
	}
	.rc_zp .ts {
		font-size: 13px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	.rc_zp .jr_bt {
		padding: 5px 20px;
		height: 50px;
	}
	.rc_zp .jr_lm.jt .jr_bt {
		padding: 5px 20px;
		line-height: 40px;
	}
	.rc_zp .jr_nr {
		padding: 20px;
		font-size: 12px;
		line-height: 22px;
	}
	.rc_zp .jr_nr .lm {
		margin-bottom: 10px;
	}
	.rc_zp .jr_nr a.wy_yp {
		width: 100px;
		height: 30px;
		top: 10px;
		right: 25px;
		font-size: 14px;
		line-height: 30px;
	}
	.rc_zp .jr_nr a.wy_yp:hover i {
		padding-left: 10px;
	}
}

@media only screen and (max-width:990px) {
	.rc_zp .ts {
		font-size: 12px;
		line-height: 22px;
	}
	.rc_zp .jr_bt {
		padding: 5px 15px;
		height: 40px;
		line-height: 30px;
	}
	.rc_zp .jr_lm.jt .jr_bt {
		padding: 5px 15px;
		line-height: 30px;
	}
	.rc_zp .jr_nr {
		padding: 10px 15px;
		font-size: 12px;
		line-height: 22px;
	}
	.rc_zp .jr_nr .lm {
		margin-bottom: 10px;
	}
	.rc_zp .jr_nr a.wy_yp {
		width: 90px;
		height: 26px;
		position: relative;
		top: auto;
		right: auto;
		font-size: 13px;
		line-height: 26px;
		margin-left: 15px;
	}
}

.footer {
	width: 100%;
	padding: 50px 0 40px;
	background-color: #222;
	color: #aaa;
}

.footer h3 {
	font-size: 18px;
	line-height: 32px;
	color: #ddd;
	margin-bottom: 10px;
	font-weight: bold
}

.footer h3 a {
	font-size: 18px !important;
	color: #ddd !important;
}

.footer h3 a:hover {
	color: #fff !important;
}

.footer em {
	background: #e72116;
	width: 30px;
	height: 2px;
	display: block;
	margin-bottom: 20px
}

.footer p {
	line-height: 36px;
}

.footer p i {
	width: 20px;
}

.footer p a {
	color: #aaa;
}

.footer p a:hover {
	color: #ddd;
}

.footer p strong {
	font-size: 20px;
	color: #e72116;
}

.footer .ft_dh ul li {
	float: left;
}

.footer .ft_dh ul li a {
	line-height: 30px;
	color: #aaa;
}

.footer .ft_dh ul li a:hover {
	color: #ddd;
}

.footer .ewm img {
	max-width: 110px;
	height: auto;
	display: block;
}

.footer .ewm p {
	font-size: 12px;
	margin-top: 8px;
}

@media only screen and (max-width:992px) {
	.footer {
		padding: 40px 0 0;
	}
	.footer .col-12 {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width:640px) {
	.footer {
		padding: 20px 0;
	}
	.footer .col-lg-4 {
		display: none;
	}
	.footer .col-lg-6 {
		display: none;
	}
	.footer .col-12 {
		margin-bottom: 0;
	}
	.footer .ewm {
		text-align: center;
	}
	.footer .ewm img {
		margin: 0 auto;
	}
	.footer h3 {
		margin-bottom: 0;
		font-weight: bold
	}
	.footer em {
		background: #e72116;
		width: 30px;
		height: 2px;
		display: block;
		margin: 10px auto 20px
	}
}

.banquan {
	width: 100%;
	padding: 25px 0;
	background-color: #1b1b1b;
	text-align: center;
	line-height: 26px;
	color: #aaa;
}

.banquan span {
	padding: 0 6px;
}

@media only screen and (max-width:992px) {
	.banquan {
		padding: 15px 0;
	}
}

@media only screen and (max-width:640px) {
	.banquan {
		margin-bottom: 46px;
		line-height: 22px;
	}
	.banquan span {
		display: inline-block;
	}
}

.e_m {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .9);
	z-index: 99999;
	display: none;
}

.e_m .n_r {
	width: 200px;
	padding: 10px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.e_m .n_r img {
	width: 100%;
	height: auto;
	display: block;
}

.e_m .n_r p {
	font-size: 15px;
	color: #888;
	margin-top: 10px;
}

@media only screen and (max-width:992px) {
	.e_m .n_r {
		width: 200px;
		padding: 15px;
	}
	.e_m .n_r p {
		font-size: 15px;
	}
}

.pc_kf {
	width: 46px;
	position: fixed;
	right: 10px;
	bottom: 8%;
	z-index: 99999;
}

.pc_kf .nr {
	width: 46px;
	height: 46px;
	font-size: 18px;
	text-align: center;
	line-height: 46px;
	background-color: #f7f7f7;
	margin-bottom: 4px;
	position: relative;
}

.pc_kf .tel {
	width: 160px;
	background-color: #e72116;
	font-size: 18px;
	line-height: 46px;
	color: #fff;
	position: absolute;
	top: 0;
	right: -160px;
	opacity: 0;
}

.pc_kf .nr:hover .tel {
	right: 46px;
	opacity: 1;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.pc_kf .ewm {
	width: 130px;
	padding: 10px;
	background-color: #e72116;
	position: absolute;
	bottom: 0;
	right: -180px;
	opacity: 0;
}

.pc_kf .ewm img {
	width: 100%;
	height: auto;
	display: block;
}

.pc_kf .nr:hover .ewm {
	right: 46px;
	opacity: 1;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.pc_kf .nr a {
	display: block;
}

.pc_kf .nr i {
	color: #999;
}

.pc_kf .nr i.icon-zixun1 {
	font-size: 24px;
}

.pc_kf .nr i.icon-icon {
	font-size: 26px;
	vertical-align: middle;
}

.pc_kf .nr a:hover i {
	color: #e72116;
}

.pc_kf .fh {
	width: 46px;
	height: 46px;
	background-color: #e72116;
	text-align: center;
	line-height: 46px;
	color: #fff;
	cursor: pointer;
}

.pc_kf .fh i {
	font-size: 22px;
}

@media only screen and (max-width:640px) {
	.pc_kf {
		width: 100%;
		background-color: #e72116;
		position: fixed;
		right: 0;
		bottom: 0;
	}
	.pc_kf .nr {
		width: 25%;
		border-right: 1px solid rgba(255, 255, 255, .6);
		font-size: 20px;
		background: none;
		box-shadow: none;
		margin-bottom: 0;
		float: left;
	}
	.pc_kf .tel {
		display: none;
	}
	.pc_kf .ewm {
		display: none;
	}
	.pc_kf .nr a {
		display: block;
	}
	.pc_kf .nr i {
		color: #fff;
	}
	.pc_kf .nr a:hover i {
		color: #fff;
	}
	.pc_kf .fh {
		width: 25%;
		font-size: 22px;
		float: left;
	}
}