/*通用类*/
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	font-size: 14px;
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	background: #000;
	text-align: justify;
	color: #010000;
	position: relative;
}

@font-face {
	font-family: impact;
	src: url(../font/HelveticaInserat.ttf);
}

@font-face {
	font-family: impact;
	src: url(../font/HelveticaInserat.ttf);

}

h1,
h2,
h3 {
	font-weight: 500;
}

img {
	border: none;
}

a {
	cursor: pointer;
	color: #333;
	text-decoration: none !important;
	outline: none;
}

a:hover {
	color: #006bb7;
}

ul {
	list-style-type: none;
}

em {
	font-style: normal;
}

.lt {
	float: left;
}

.rt {
	float: right;
}

input.sub,
label {
	border: none;
	cursor: pointer;
}

input,
textarea {
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	outline: none;
}

table {
	border-collapse: collapse;
}

table td,
table th {
	padding: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #ccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ccc;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ccc;
}

div.clear {
	font: 0px Arial;
	line-height: 0;
	height: 0;
	overflow: hidden;
	clear: both;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

/*header 开始*/
.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	padding: 0;
	height: 100px;
	background: rgba(0 0, 0, 0);
}

.header .logo {
	float: left;
	margin-top: 25px;
}

.header .nav {
	float: right;
	margin-left: 30px;
	z-index: 99;
}

.header .nav>li {
	float: left;
	text-align: center;
	position: relative;
	line-height: 100px;
	padding: 0 20px;
}


.header .nav>li>a {
	padding: 0;
	color: #fff;
	font-size: 16px;
	background: none;
	text-transform: uppercase;
}

.header .nav .sec {
	position: absolute;
	top: 100px;
	left: 0;
	width: 200%;
	background: #fff;
	padding: 10px 0;
	display: none;
}

.header .nav>li:hover .sec {
	display: block;
}

.header .nav .sec>li {
	height: 37px;
	line-height: 37px;
	position: relative;
}

.header .nav .sec>li:hover,
.header .nav .sec>li.hover {
	background: #C0182A;
}

.header .nav .sec>li:hover a,
.header .nav .sec>li.hover a {
	color: #fff;
}

.header .nav .sec>li a {
	color: #333;
	font-size: 14px;
}

.header .nav .sec .level {
	width: 160px;
	padding: 10px 20px;
	position: absolute;
	left: 100px;
	top: 0;
	background: #033a89;
	display: none;
}

.header .nav .sec>li:hover .level {
	display: block;
}

.header .nav .sec .level>li {
	height: 37px;
	line-height: 37px;
	text-align: left;
}

.header .nav .sec .level li:hover {
	background: #2962a9;
}

.m_line {
	width: 25px;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	right: 3%;
	display: none;
}

.m_line span {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #000000;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	-moz-transition: all ease .3s;
	transition: all ease .3s;
}

.m_line span:nth-child(2) {
	margin: 6px 0;
}

/*  */
.yx_nav {
	width: 1200px;
	height: 500px;
	background: #fff;
	position: absolute;
	top: 100%;
	left: 100%;
	margin-left: -800px;
	display: none;
}

.nav>li:hover .yx_nav {
	display: block;
}

.yx_nav .left {
	width: 15%;
	float: left;
}

.yx_nav .left a {
	color: #000;
	display: block;
	height: 50px;
	line-height: 50px;
}

.boxnav_two {
	display: none;
}

.yx_nav .left a:hover,
.yx_nav .left a.hover {
	background: #C0182A;
	color: #fff;
}

.yx_nav .rii {
	width: 80%;
	float: right;
	height: 500px;
	overflow-y: auto;
	
}


/* 针对 WebKit 浏览器 */
.yx_nav .rii::-webkit-scrollbar {
    width: 10px; /* 滚动条的宽度 */
}

.yx_nav .rii::-webkit-scrollbar-thumb {
    background-color: red; /* 滚动条的颜色 */
    border-radius: 5px; /* 滚动条的圆角 */
}

.yx_nav .rii::-webkit-scrollbar-track {
    background: #ccc; /* 滚动条背景 */
}

/* 针对 Firefox */
.yx_nav .rii {
    scrollbar-width: thin; /* 滚动条宽度 */
    scrollbar-color: red #ccc; /* 滚动条颜色和背景 */
}


.yx_nav .rii ul li {
	width: 33.33%;
	float: left;
	height: 250px;
}

.yx_nav .rii ul li img {
	width: 60%;
	object-fit: cover;
}

.yx_nav .rii ul li p {
	line-height: 40px;
}

.yx_nav .rii ul li:hover p {
	color: #C0182A;
}

.header {
	background: rgba(0 0, 0, 0.2);
}

.banner {
	position: relative;
}

.banner img {
	width: 100%;
	height: 100%;
}

.banner .text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 340px;
}

.banner .text .top h3 {
	font-size: 62px;
	color: #fff;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	font-family: impact;
}

.banner .text .top span {
	font-size: 24px;
	color: #a5a5a5;
	display: block;
	margin: 15px 0;
}

.banner .text .container {
	position: relative;
	height: 100%;
}

.banner .text .top p {
	font-size: 36px;
	color: #fff;
}

.banner .text .top a {
	display: block;
	width: 260px;
	height: 55px;
	background: #c0182a;
	line-height: 55px;
	color: #fff;
	text-align: center;
	border-radius: 30px;
	margin-top: 20px;
	opacity: 0.8;
}

.banner .text .top a:hover {
	opacity: 1;
}

.banner .text .bott {
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%;
}

.banner .text .bott ul li {
	width: 25%;
	float: left;
}

.banner .text .bott ul li h3 {
	color: #fff;
	text-align: center;
}

.banner .text .bott ul li h3 {
	font-size: 24px;
}

.banner .text .bott ul li p {
	font-size: 18px;
	color: #605f5f;
	text-align: center;
}

.fp_box_1 {
	position: relative;
}

.fp_box_1>img {
	width: 100%;
	display: block;
}

.fp_box_1 .text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.title {
	padding: 80px 0;
	text-align: center;
}

.title h3 {
	font-size: 48px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	font-family: impact;
}

.title h3 strong {
	color: #c0182a;
}

.title p {
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
}

.fp_box_1 .container {
	position: relative;
	height: 100%;
}

.fp_box_1 .text .bott {
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%;
}

.fp_box_1 .text .bott ul li {
	width: 16.6666%;
	float: left;
}

.fp_box_1 .text .bott ul li h3 {
	color: #fff;
	text-align: center;
}

.fp_box_1 .text .bott ul li h3 {
	font-size: 24px;
}

.fp_box_1 .text .bott ul li p {
	font-size: 18px;
	color: #605f5f;
	text-align: center;
}

.fp_box_1 .text .bott ul li h3 strong {
	font-size: 14px;
}

.fp_box_2 {
	position: relative;
}

.fp_box_2>img {
	width: 100%;
	display: block;
}

.fp_box_2 .text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.fp_box_2 .title h3 {
	margin: 50px 0 30px 0;
	font-family: impact;
}

.fp_box_2 .title p {
	width: 80%;
	margin: 0 auto;
	color: #e2e2e2;

}

.fp_box_3 {
	position: relative;
}

.fp_box_3>img {
	width: 100%;
	display: block;
}

.fp_box_3 .text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.fp_box_3 .container {
	position: relative;
	height: 100%;
	padding-top: 15%;
}

.fp_box_3 .left {
	width: 50%;
	float: left;
	text-align: left;
}

.fp_box_3 .left img {
	max-width: 90%;
}

.fp_box_3 .rii {
	width: 50%;
	float: left;
}

.fp_box_3 .rii h3 {
	font-size: 35px;
	color: #ffffff;
	font-weight: bold;
	margin-top: 80px;
	text-transform: uppercase;
	font-family: impact;
}

.fp_box_3 .rii p {
	color: #fff;
	font-size: 16px;
	line-height: 2;
	margin-top: 30px;
}

.fp_box_4 {
	background: url(../images/fp_box_41.jpg) no-repeat center;
	background-size: 100% 100%;
	padding-bottom: 70px;
}

.fp_box_4 ul li {
	width: 20%;
	float: left;
	text-align: center;
	margin-bottom: 20px;
}

.fp_box_4 ul li p {
	font-size: 18px;
	color: #484b4d;
	min-height: 55px;
	margin-top: 20px;
}

.fp_box_4 ul li img {
	width: 56px;
	height: 56px;
}

.fp_box_5 {
	padding: 100px 0 30px;
	background: url(../images/lunbg.jpg) no-repeat center;
	background-size: 100% 100%;
}

.fp_box_5 .swiper-slide img {
	max-width: 100%;
	height: 350px;
	display: block;
	margin: 0 auto;
}

.fp_box_5 .swiper-container {
	padding-bottom: 100px;
}

.fp_box_5 .swiper-pagination-bullet {
	width: 80px;
	height: 12px;
	display: inline-block;
	border-radius: 15px;
	background: #fff;
	opacity: 1;
}

.fp_box_5 .swiper-pagination-bullet-active {
	background: #c0182a;
}

.fp_box_5 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px;
}

.fp_box_6 {
	height: 930px;
	background: url(../images/fp_box_6.jpg) no-repeat center;
	background-size: 100% auto;
}

.fp_box_6 .container {
	position: relative;
}

.fp_box_6 .text {
	position: absolute;
	top: 300px;
	right: 0;
	width: 460px;
}

.fp_box_6 .text h3 {
	font-weight: bold;
	font-size: 30px;
	text-transform: uppercase;
	line-height: 1.3;
	color: #ffffff;
	font-family: impact;
}

.fp_box_6 .text h3 strong {
	color: #b81829;
}

.fp_box_6 .text p {
	color: #fff;
	font-size: 17px;
	line-height: 2;
	text-align: left;
}

.fp_box_7 img {
	display: block;
}

.news {
	padding: 85px 0;
	background: url(../images/newsbg.jpg) no-repeat center;
	background-size: 100% cover;
}

.news .top h3 {
	float: left;
	font-size: 32px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 100px;
	line-height: 45px;
	margin: 0;
	display: inline-block;
	font-family: impact;
}

.news .news_nav {
	float: right;
}

.news .news_nav a {
	display: inline-block;
	line-height: 45px;
	color: #fff;
	margin-left: 20px;
	font-size: 18px;
	color: #ffffff;
	padding: 0 15px;
	border-radius: 30px;
}

.news .news_nav a:hover {
	background: #b81829;
}

.news .news_nav a.hover {
	background: #b81829;
}

.news_list ul {
	margin-top: 50px;
}

.news_list ul li {
	background: rgba(0 0, 0, 0.6);
	margin-bottom: 20px;
	padding: 30px;
}

.news_list ul li .left {
	width: 40%;
	float: left;
	padding-left: 70px;
	padding-right: 20px;
}

.news_list ul li .left h3 {
	display: block;
	color: #fff;
	margin: 0;
	margin-bottom: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_list ul li .left h3 a {
	color: #fff;
	font-size: 16px;
	color: #ffffff;
}

.news_list ul li:hover .left h3 a {
	color: #C0182A;
}

.news_list ul li .left span {
	font-size: 14px;
	color: #acacac;
}

.news_list ul li:hover {
	background: rgba(0 0, 0, 0.9);
}

.news_list ul li p {
	float: left;
	width: 50%;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.news_list ul li p a {
	color: #fff;
	text-align: left;

}

.news_list ul li:hover p a {
	color: #C0182A;
}

.news_list ul li>a {
	width: 10%;
	float: right;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.news_list ul li:hover>a {
	padding-top: 30px;
}

.fp_box_8 {
	padding-bottom: 80px;
	background: url(../images/fp_box_8bg.jpg) no-repeat center;
	background-size: 100% cover;
}

.fp_box_8 ul li {
	width: 33.33%;
	float: left;
	text-align: center;
}

.fp_box_8 ul li span {
	font-size: 24px;
	color: #ffffff;
	display: block;
}

.fp_box_8 ul {
	margin: 50px 0;
}

.fp_box_8 ul li p {
	font-size: 24px;
	color: #ffffff;
	margin-top: 20px;
}

.fp_box_8 .title h3 {
	font-size: 36px;
	font-family: impact;
}

footer {
	background: #242424;
	padding: 30px 0 0;
}

footer .top {
	border-bottom: 1px solid #666666;
	padding-bottom: 20px;
}

footer .top .f_logo {
	float: left;
	width: 20%;
}

footer .top .f_logo img {
	max-width: 100%;
}

footer .top p {
	width: 50%;
	float: left;
	padding-left: 30px;
	color: #999;
	text-align: left;

}

footer .top .f_nav {
	float: left;
	width: 30%;
	float: right;
	text-align: right;
}

footer .top .f_nav a {
	display: inline-block;
	margin-left: 20px;
}

.minn {
	text-align: center;
	padding: 20px 0;
	color: #999;
	font-size: 16px;
}

.fp_box_9 {
	position: relative;
}

.fp_box_9 .text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	padding-top:5%;
}

.fp_box_9 .text h3 {
	font-family: impact;
	color: #fff;
	font-size: 42px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.7;
}

.fp_box_9 .text h3 strong {
	color: #b81829;
}

.nb2 {
	display: none;
}
@media only screen and (max-width:1920px) {
	.fp_box_9 .text {
		padding-top: 4%;
	}
}
@media only screen and (max-width:1700px) {
	.banner .text {
		padding-top: 200px;
	}
	.fp_box_9 .text {
		padding-top: 3%;
	}
}

@media only screen and (max-width:1450px) {
	.yx_nav {
		margin-left: -656px;
	}

	.fp_box_3 .container {
		padding-top: 10%;
	}

	.fp_box_3 .rii h3 {
		font-size: 24px;
		margin-top: 40px;
	}

	.fp_box_3 .rii p {
		color: #fff;
		font-size: 16px;
		line-height: 1.6;
		text-align: left;
		margin-top: 20px;
	}

	.fp_box_5 .swiper-slide img {
		height: 290px;
	}

	.fp_box_6 {
		height: 500px;
	}

	.fp_box_6 .text {
		top: 100px;
		width: 420px;
	}
}


@media only screen and (max-width:1200px) {
	.header .container {
		width: 100%;
	}

	.header .logo {
		width: 260px;
		margin-top: 25px;
	}

	.header .logo img {
		width: 100%;
	}

	.header .contact {
		font-size: 18px;
	}

	.yx_nav {
		width: 1000px;
		margin-left: -600px;
		height: 400px;
	}

	.yx_nav .rii ul li {
		width: 33.33%;
		float: left;
		height: 200px;
	}

	.yx_nav .rii {
		width: 80%;
		float: right;
		height: 100%;
		overflow-y: auto;
	}

	.banner .text {
		padding-top: 130px;
	}

	.banner .text .top h3 {
		font-size: 46px;
	}

	.banner .text .top span {
		font-size: 20px;
		color: #a5a5a5;
		display: block;
		margin: 10px 0;
	}

	.banner .text .top p {
		font-size: 24px;
		color: #fff;
	}

	.banner .text .top a {
		display: block;
		width: 200px;
		height: 45px;
		background: #c0182a;
		line-height: 45px;
		color: #fff;
		text-align: center;
		border-radius: 30px;
		margin-top: 20px;
		opacity: 0.8;
	}

	.banner .text .bott ul li p {
		font-size: 12px;
		color: #605f5f;
		text-align: center;
	}

	.title h3 {
		font-size: 30px;
		color: #ffffff;
		font-weight: bold;
		text-transform: uppercase;
	}

	.title p {
		font-size: 14px;
	}

	.fp_box_2 {
		height: 500px;
	}

	.fp_box_2>img {
		object-fit: cover;
	}

	.fp_box_4 ul li p {
		font-size: 14px;
		color: #484b4d;
		min-height: 55px;
		margin-top: 20px;
	}

	.fp_box_5 .swiper-slide img {
		height: 200px;
	}

	.fp_box_5 .swiper-pagination-bullet {
		width: 50px;
		height: 8px;
	}

	.fp_box_6 .text {
		top: 100px;
		width: 320px;
	}

	.fp_box_6 .text p {
		color: #fff;
		font-size: 12px;
		line-height: 2;
		text-align: left;
	}

	.fp_box_6 .text h3 {
		margin-top: 40px;
	}

	.news .top h3 {
		padding-left: 30px;
	}

	.news_list ul li .left {
		padding-left: 0;
	}

	.fp_box_8 .title h3 {
		font-size: 30px;
	}

	.fp_box_8 ul li span {
		font-size: 16px;
		color: #ffffff;
		display: block;
	}

	.fp_box_8 ul li p {
		font-size: 20px;
		color: #ffffff;
		margin-top: 20px;
	}

	footer .top .f_nav a {
		display: inline-block;
		margin-left: 10px;
	}

	footer .top .f_nav a img {
		width: 26px;
		margin-top: 10px;
	}
}

@media only screen and (max-width: 1000px) {
	.header .contact {
		margin-right: 60px;
	}

	.header .nav {
		position: fixed;
		left: 0;
		top: 100px;
		width: 100%;
		height: 100%;
		background: #033a89;
		padding: 20px 0;
		margin: 0;
		display: none;

	}

	.header .nav>li {
		width: 100%;
		line-height: 80px;
	}

	.header .nav>li a {
		color: #fff;
	}

	.header .nav .sec {
		position: static;
	}

	.header .nav .sec>li {
		height: auto;
	}

	.header .nav .sec .level {
		position: static;
		width: 100%;
		padding: 10px 0;
	}

	.header .nav .sec .level li {
		text-align: center;
	}

	.m_line {
		display: block;
		width: 25px;
		height: 16px;
		margin-top: -8px;
		position: absolute;
		top: 50%;
		right: 3%;
	}

	.m_line span {
		display: block;
		width: 100%;
		height: 2px;
		background-color: #fff;
		-webkit-transition: all ease .3s;
		-o-transition: all ease .3s;
		-moz-transition: all ease .3s;
		transition: all ease .3s;
	}

	.m_line span:nth-child(2) {
		margin: 6px 0;
	}

	.header .ac .line1 {
		transform: rotate(45deg) translate(3px, 5px);
	}

	.header .ac .line2 {
		opacity: 0;
	}

	.header .ac .line3 {
		transform: rotate(-45deg) translate(6px, -8px);
	}

	.banner .text .bott {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}

	.header {
		background: rgba(0 0, 0, 1);
	}

	.header.fix {
		background: rgba(0 0, 0, 1);
	}

	.yx_nav {
		position: static;
		width: 100%;
		height: auto;
		margin: 0;
	}

	.yx_nav .rii {
		display: none;
	}

	.yx_nav .left {
		width: 100%;
		padding: 10px 0;
	}

	.yx_nav .left a:hover,
	.yx_nav .left a.hover {
		background: #C0182A;
		color: #fff !important;
	}

	.yx_nav .left a {
		color: #333;
	}

	.header .nav .boxnav_two a {
		color: #333;
	}

	.yx_nav .left a {
		color: #000 !important;
		display: block;
		height: 37px;
		line-height: 37px;
	}

	.yx_nav .left ul li:hover a {
		color: #fff !important;
	}
}

@media only screen and (max-width: 750px) {
	.header .contact {
		display: none;
	}

	.header {
		height: 60px;
	}

	.header .logo {
		width: 240px;
		margin-top: 15px;
	}

	.header .nav {
		top: 60px;
	}

	.header .logo {
		width: 160px;
		margin-top: 12px;
	}

	.m_line {
		display: block;
		width: 25px;
		height: 16px;
		margin-top: -8px;
		position: absolute;
		top: 44%;
		right: 3%;
	}

	.banner {
		margin-top: 60px;
	}

	.banner .text {
		padding-top: 10px;
	}

	.banner .text .top h3 {
		font-size: 16px;
	}

	.banner .text .top span {
		font-size: 10px;
		color: #a5a5a5;
		display: block;
		margin: 5px 0;
	}

	.banner .text .top a {
		display: block;
		width: 120px;
		height: 35px;
		background: #c0182a;
		line-height: 35px;
		color: #fff;
		text-align: center;
		border-radius: 20px;
		margin-top: 10px;
		opacity: 0.8;
	}

	.banner .text .bott {
		display: none;
	}

	.fp_box_1 {
		position: relative;
		height: 350px;
	}

	.fp_box_1>img {
		height: 100%;
		object-fit: cover;
	}

	.title {
		padding: 20px 0;
		text-align: center;
	}

	.title h3 {
		font-size: 16px;
		color: #ffffff;
		font-weight: bold;
		text-transform: uppercase;
	}

	.title p {
		font-size: 12px;
	}

	.fp_box_1 .text .bott ul li {
		width: 33.33%;
		float: left;
	}

	.fp_box_1 .text .bott ul li p {
		font-size: 10px;
		color: #fff;
		text-align: center;
	}

	.fp_box_1 .text .bott ul li h3 {
		font-size: 20px;
	}

	.fp_box_2 {
		height: 260px;
	}

	.fp_box_2>img {
		object-fit: cover;
		height: 100%;
	}

	.fp_box_2 .title p {
		width: 100%;
		margin: 0 auto;
		color: #e2e2e2;
		font-size: 10px;
	}

	.fp_box_3>img {
		height: 100%;
		object-fit: cover;
	}

	.fp_box_3 .left {
		width: 100%;
		float: left;
		text-align: left;
	}

	.fp_box_3 .left img {
		display: block;
		margin: 0 auto;
		width: 70%;
		height: 100%;
		object-fit: cover;
	}

	.fp_box_3 .rii {
		width: 100%;
		float: left;
	}

	.fp_box_3 {
		height: 430px;
	}

	.fp_box_3 .rii h3 {
		font-size: 16px;
		margin-top: 20px;
	}

	.fp_box_3 .rii p {
		color: #fff;
		font-size: 12px;
		line-height: 1.6;
		text-align: left;
		margin-top: 10px;
	}

	.fp_box_2 .title p {
		text-align: left;
	}

	.fp_box_4 ul li {
		width: 33.33%;
	}

	.fp_box_4 ul li img {
		width: 30px;
		height: 30px;
	}

	.fp_box_4 ul li p {
		font-size: 12px;
		color: #484b4d;
		min-height: 55px;
		margin-top: 10px;
	}

	.fp_box_4 {
		background: url(../images/fp_box_41.jpg) no-repeat center;
		background-size: auto 100%;
		padding-bottom: 0px;
	}

	.fp_box_5 {
		padding: 20px 0 10px;
		background: url(../images/lunbg.png) no-repeat center;
		background-size: auto 100%;
	}

	.fp_box_5 .swiper-slide img {
		height: 120px;
	}

	.fp_box_5 .swiper-container {
		padding-bottom: 60px;
	}

	.fp_box_5 .swiper-pagination-bullet {
		width: 25px;
		height: 5px;
	}

	.fp_box_6 .text {
		top: 0;
		width: 100%;
		padding: 30px;
	}

	.fp_box_6 .text h3 {
		margin-top: 0px;
	}

	.fp_box_6 .text h3 {
		font-size: 20px;
	}

	.fp_box_6 .text p {
		line-height: 1.5;
	}

	.fp_box_6 {
		height: 240px;
	}

	.fp_box_6 {
		background: url(../images/fp_box_6.png) no-repeat center;
		background-size: auto 240px;
	}

	.news .top h3 {
		padding-left: 0;
		display: block;
		width: 100%;
		margin-bottom: 10px;
		font-size: 22px;
	}

	.news .news_nav {
		float: none;
	}

	.news .news_nav a {
		display: inline-block;
		line-height: 30px;
		color: #fff;
		margin-left: 0;
		font-size: 10px;
		color: #ffffff;
		padding: 0 15px;
		border-radius: 30px;
	}

	.news_list ul {
		margin-top: 20px;
	}

	.news {
		padding: 20px 0;
		background: url(../images/newsbg.jpg) no-repeat center;
		background-size: auto cover;
	}

	.news_list ul li {
		background: rgba(0 0, 0, 0.6);
		margin-bottom: 20px;
		padding: 15px;
	}

	.news_list ul li .left h3 {
		margin-bottom: 10px;
	}

	.news_list ul li .left {
		width: 100%;
	}

	.news_list ul li .left span {
		display: block;
		margin-bottom: 10px;
	}

	.news_list ul li p {
		width: 100%;
	}

	.news_list ul li p {
		float: left;
		width: 100%;
		text-align: left;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1114;
	}

	.news_list ul li:hover>a {
		padding-top: 0px;
	}

	.fp_box_8 .title h3 {
		font-size: 16px;
	}

	.title {
		padding: 0px 0;
		text-align: center;
	}

	.title p {
		font-size: 10px;
	}

	.fp_box_8 {
		padding-bottom: 10px;
	}

	.fp_box_8 ul li span {
		font-size: 12px;
		color: #ffffff;
		display: block;
	}

	.fp_box_8 ul li p {
		font-size: 10px;
		color: #ffffff;
		margin-top: 20px;
	}

	footer .top .f_logo {
		float: left;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

	footer .top p {
		width: 100%;
		float: left;
		padding-left: 0px;
		color: #fff;
		margin-bottom: 20px;
		text-align: left;
	}

	footer .top .f_nav {
		width: 100%;
		text-align: center;
	}

	.minn {
		text-align: center;
		padding: 10px 0;
		color: #999;
		font-size: 10px;
	}

	.fp_box_9 {
		position: relative;
		height: 300px;
	}

	.fp_box_9>img {
		height: 100%;
		display: block;
		object-fit: cover;
	}

	.fp_box_9 .text {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 2;
		padding-top: 10%;
	}

	.fp_box_9 .text h3 {
		font-family: impact;
		color: #fff;
		font-size: 22px;
		text-transform: uppercase;
		font-weight: bold;
		line-height: 1.7;
		text-align: left;
	}

	.fp_box_9 .text h3 strong {
		color: #b81829;
	}

	.banner {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.banner>img {
		height: 300px;
		object-fit: contain;
	}

	.banner .text .top h3 {
		font-size: 30px;
	}

	.banner .text .top span {
		font-size: 12px;
		color: #a5a5a5;
		display: block;
		margin: 5px 0;
	}

	.banner .text .bott {
		display: block;
	}

	.banner .text .bott ul li {
		width: 50%;
	}

	.banner .text .bott ul li h3 {
		font-size: 13px;
		margin: 5px 0;
	}

	.banner .text .bott ul li p {
		font-size: 10px;
		color: #605f5f;
		text-align: center;
	}

	.nb2 {
		display: block;
	}

	.nb1 {
		display: none;
	}

	.banner .text .top {
		text-align: center;
	}

	.banner>img {
		height: auto;
		object-fit: contain;
	}

	.banner .text .top a {
		margin: 0 auto;
	}

	.banner {
		padding-top: 200px;
		padding-bottom: 115px;
	}

	.title h3 {
		font-size: 22px;
	}

	.title h3 strong {
		display: block;
	}

	.fp_box_1 {
		position: relative;
		height: auto;
		padding-top: 100px;
		padding-bottom: 300px;
	}

	.fp_box_1 .text .bott ul li {
		width: 50%;
	}

	.fp_box_1>img {
		width: 100%;
		height: 500px;
		object-fit: cover;

	}

	.fp_box_2 {
		padding-bottom: 750px;
	}

	.fp_box_2>img {
		height: 500px;
		object-fit: cover;
	}

	.fp_box_2 .title {
		margin-top: 550px;
		text-align: center;
	}

	.fp_box_2 .title p {
		text-align: center;
	}

	.fp_box_222 {
		padding-bottom: 500px;
	}

	.fp_box_222>img {
		height: 300px;
		object-fit: cover;
	}

	.fp_box_222 .title {
		margin-top: 350px;
		text-align: center;
	}

	.fp_box_4 .title {
		margin-bottom: 50px;
	}

	.fp_box_6 {
		background: url(../images/fp_box_6.png) no-repeat bottom;
		background-size: auto 400px;
		padding-top: 0px;
		height: 500px;
	}
	.fp_box_6 .text h3{
		text-align: center;
	}
	.fp_box_6 .text p{
		text-align: center;
	}
	.fp_box_9{
		padding-top: 120px;
	}
	.fp_box_9>img{
		height: 400px;
	}
	.news{
		margin-top: 220px;
	}
	.fp_box_8 ul li{
		width: 100%;
		margin-bottom: 40px;
	}    .fp_box_8 ul li span {
        font-size: 16px;
        color: #ffffff;
        display: block;
    }
	.news {
	        padding: 20px 0;
	        background: url(../images/newsbg.png) no-repeat center;
	        background-size: auto 100%;
	    }
	    .fp_box_8 ul li p {
	        font-size: 16px;
	        color: #ffffff;
	        margin-top: 20px;
	    }
		.banner{
			background: #0e0e0e;
		}
		footer .top p {
			line-height: 2;
		}
		footer .top p em{
			display: block;
			color:#FFFFFF;
		}
}