﻿/*通用类*/
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	font-size: 14px;
	font-family: Arial, Helvetica, Verdana, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	background: #fff;
	text-align: justify;
	color: #010000;
	position: relative;
}

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;
}

@font-face {
	font-family: 'title';
	src: url('../font/UNSII-2.ttf') format('truetype');
}

/*header 开始*/
.header {
	height: 810px;
	position: relative;
}

.header>img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.header .text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 99;
}

.header .text .logo {
	margin-top: 120px;
}

.header .text .wenzi h3 {
	font-family: "title";
	color: #fff;
	text-transform: uppercase;
	font-size: 88px;
}

.header .text .wenzi p {
	font-family: "title";
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 100;
}

.header .text .container>a {
	display: inline-block;
	background: #0aa763;
	color: #fff;
	text-transform: uppercase;
	font-family: "title";
	font-size: 16px;
	padding: 15px 60px;
	margin-top: 60px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: color 0.5s ease;
}

.header a::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #0077ff;
	transition: transform 0.5s ease;
	z-index: -1;
}



.header a:hover::before {
	transform: translateX(100%);
}

/* .header  a:hover{
	background: #fff;
	color: #0aa763;
} */
.fp_box_1 {
	background: #0f0f12;
	padding: 80px 0;
}

.fp_box_1 .container {
	position: relative;
}

.fp_box_1 .title {
	box-sizing: border-box;
	position: relative;
	z-index: 99;
}

.container1 {
	padding: 0 50px;
}

.fp_box_1 .text {
	position: relative;
	z-index: 99;
}

.fp_box_1 .title::after {
	display: block;
	content: "";
	position: absolute;
	top: 20px;
	left: -35px;
	width: 5px;
	height: 140px;
	background: #0aa763;
}

.fp_box_1 .title h3 {
	font-family: "title";
	color: #fff;
	text-transform: uppercase;
	font-size: 58px;
	margin: 0;
}

.fp_box_1 .text h4 {
	font-size: 30px;
	color: #0aa763;
	text-transform: uppercase;
	font-weight: bold;
	margin: 50px 0 40px 0;
}

.fp_box_1 .text p {
	color: #fff;
	font-size: 16px;
	text-align: justify;
	font-weight: 100;
}

.list {
	margin: 50px 0;
	position: relative;
	z-index: 99;
}

.list ul li {
	float: left;
	width: 16.66666%;
	text-align: center;
}

.list ul li img {
	display: block;
	margin: 0 auto;
}

.list ul li span {
	display: block;
	color: #fff;
	margin-top: 10px;
	font-size: 16px;
	font-weight: 100;
}

.title.title_two {
	margin-top: 30px;
}

.title h5 {
	font-family: "title";
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0;
}

.title h5 span {
	color: #0077ff;
}

.fp_box_1 .title.title_two::after {
	display: block;
	content: "";
	position: absolute;
	top: 10px;
	left: -35px;
	width: 5px;
	height: 100px;
	background: #0077ff;
}

.fp_box_2 {
	padding: 85px 0;
}

.fp_box_2 .left {
	width: 50%;
	float: left;
}

.fp_box_2 .left h3 {
	font-size: 50px;
	color: #0f0f12;
	text-transform: uppercase;
	font-family: "title";
	margin: 0;
	padding-bottom: 10px;
	margin-bottom: 35px;
	position: relative;
}

.fp_box_2 .left h3::after {
	display: block;
	content: "";
	width: 130px;
	height: 5px;
	background: #0aa763;
	bottom: 0;
	left: 5px;
	position: absolute;
	border-radius: 3px;
}

.fp_box_2 .left p {
	font-size: 16px;
	color: #0f0f12;
	width: 110%;
	text-align: left;
	font-weight: 100;
	line-height: 1.6
}

.fp_box_2 .left .text {
	background: #0aa763;
	padding: 55px;
	margin-top: 40px;

}

.fp_box_2 .left .text .lun1 {
	width: 120%;
	height: 130px;
}

.fp_box_2 .left .text img {
	width: 100%;
	display: block;
}




.fp_box_2 .left .text h4 {
	font-size: 22px;
	color: #0f0f12;
	text-transform: uppercase;
	font-family: "title";
	margin: 0;
	padding-bottom: 15px;
	margin-bottom: 35px;
	position: relative;
	margin-top: 30px;
}

.fp_box_2 .left .text h4::after {
	display: block;
	content: "";
	width: 180px;
	height: 5px;
	background: #0f0f12;
	bottom: 0;
	left: 0px;
	position: absolute;
	border-radius: 3px;
}

.fp_box_2 .left .text p {
	width: 100%;
	margin: 0;
	font-size: 16px;
	text-align: left;
	font-weight: 100;
}

.fp_box_2 .rii {
	width: 50%;
	float: right;
	padding-left: 10%;
}

.fp_box_2 .rii img {
	max-width: 100%;
	display: block;
	margin-bottom: 50px;
}

.fp_box_2 .rii h5 {
	font-size: 22px;
	color: #0f0f12;
	text-transform: uppercase;
	font-family: "title";
	margin: 0;
	padding-bottom: 15px;
	margin-bottom: 35px;
	position: relative;
	margin-top: 30px;
}

.fp_box_2 .rii h5::after {
	display: block;
	content: "";
	width: 180px;
	height: 5px;
	background: #0f0f12;
	bottom: 0;
	left: 0px;
	position: absolute;
	border-radius: 3px;
}

.fp_box_2 .rii p {
	width: 100%;
	margin: 0;
	font-size: 16px;
	line-height: 2;
	margin-top: 30px;
	text-align: left;
	font-weight: 100;
}

.bg1 {
	position: absolute;
	top: 8%;
	right: 8%;
	z-index: 1;
}

.bg2 {
	position: absolute;
	bottom: -10%;
	right: 5%;
	z-index: 1;
}

.fp_box_3 {
	background: #0f0f12;
	padding: 100px 0;
}

.fp_box_3 .top {
	font-size: 80px;
	color: #fff;
	font-family: "title";
	text-transform: uppercase;
	padding: 0;
	margin-bottom: 75px;
}


.box_1 .swiper-container {
	position: relative;
	z-index: 2;
	padding-bottom: 80px;
}

.box_1 .swiper-button-next {
	top: auto;
	bottom: 0;
	right: 42%;
	background-size: 25px 25px;
}

.box_1 .swiper-button-prev {
	top: auto;
	bottom: 0;
	left: 42%;
	background-size: 25px 25px;
}

.box_1 .left {
	float: left;
	width: 50%;
}

.box_1 .left img {
	width: 100%;
	display: block;
}

.box_1 .rii {
	float: right;
	width: 50%;
	padding-left: 60px;
}

.box_1 .rii h3 {
	ont-size: 40;
	color: #fff;
	font-family: "title";
	text-transform: uppercase;
	padding: 0;
	color: #0077ff;
	margin: 0;
}

.box_1 .rii p {
	color: #fff;
	font-size: 16px;
	line-height: 2.2;
	margin-top: 10px;
	font-weight: 100;
	text-align: left;
}

.box_1 .rii span {
	display: block;
	color: #fff;
	margin-top: 15px;
}

.fp_box_3 .top.top1 {
	font-size: 80px;
	color: #fff;
	font-family: "title";
	text-transform: uppercase;
	padding: 0;
	margin-bottom: 75px;
	margin-top: 100px;
}

.fp_box_3 .top.top1 span {
	color: #0aa763;
}

.fp_box_3 .top.top1 p {
	font-size: 16px;
	color: #fff;
	line-height: 1.8;
	text-transform: lowercase;
	margin-top: 20px;
	font-weight: 100;
	text-align: left;
	font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

}

.list_img ul li {
	float: left;
	width: 16.6666%;
	height: 358px;
	position: relative;
	overflow: hidden;
}

.list_img ul li img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.list_img ul li:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	/*兼容-webkit-引擎浏览器*/
	-moz-transform: scale(1.1);
}

.list_img ul li:hover .text {
	background: rgba(0, 0, 0, 0.2);
}

.list_img ul li .text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	padding-left: 20px;
}

.list_img ul li .text h3 {
	font-size: 80px;
	color: #fff;
	font-family: "title";
	margin-top: 50px;
}

.list_img ul li .text span {
	font-size: 18px;
	color: #ffffff;
}

.banquan {
	text-align: center;
	padding-top: 30px;
	color: #ccc;
	font-size: 20px;
}

.box_1 {
	position: relative;
}

.box_1 .rii {
	position: relative;
	z-index: 99;
}

.bg3 {
	position: absolute;
	top: 25%;
	right: 0%;
	z-index: 1;
}

.box_2 {
	margin-top: 60px;
}

.box_2 h3 {
	font-family: "title";
	font-size: 42px;
	color: #0077ff;
	text-transform: uppercase;
	margin-bottom: 0;
}

.box_2 p {
	color: #fff;
	font-size: 22px;
	line-height: 1.6;
	margin-top: 30px;
	font-weight: 100;
	text-align: left;
}

.listdy {}

.listdy>div {
	width: 48%;
	height: 190px;
	background: #1a1a1e;
	float: left;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 50px;
	position: relative;
	padding-left: 290px;
}

.listdy>div:nth-child(2) {
	float: right;
}

.listdy>div h2 {
	font-size: 90px;
	color: #3e3e44;
	position: absolute;
	top: 0px;
	left: 60px;
	font-family: "title";
}

.listdy>div P {
	margin: 0;
	padding: 0;
	font-size: 22px;
	color: #535358;
	text-transform: uppercase;
	text-align: left;
}

.guoqi {
	margin-top: 50px;
	margin-bottom: 50px;
}

.header .container {
	position: relative;
}

.tab_yy {
	position: absolute;
	top: 100px;
	right: 0;
}

.tab_yy img {
	width: 30px;
}

.header .tab_yy a::before {
	display: none;
}


/* 语言切换样式 */
.tab_yy {
	position: absolute;
	right: 20px;
	top: 100px;
	display: flex;
	align-items: center;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(5px);
	padding: 8px 15px;
	border-radius: 20px;
	z-index: 1000;
}

.tab_yy img {
	width: 25px;
	height: 25px;
	margin-right: 10px;
}

.tab_yy a {
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	padding: 0 8px;
	transition: all 0.3s ease;
	position: relative;
}

.tab_yy a:hover {
	color: #0aa763;
}

.tab_yy a:first-of-type {
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}

/* 当前选中的语言样式 */
.tab_yy a.active {
	color: #ffd700;
	font-weight: bold;
}

.nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 999;
}

.header .nav ul li>a::before {
	display: none;
}

.header .nav ul li {
	width: 14.2%;
	float: left;
	height: 100%;
	text-align: center;
	padding-top: 40px;
}

.header .nav ul li a {
	display: inline-block;
	padding-bottom: 3px;
	font-size: 16px;
	color: #e7e7e7;
}

.header .nav ul li a:hover {
	border-bottom: 1px solid #0aa763;
	color: #0aa763;
}

.header .nav ul li a.hover {
	border-bottom: 1px solid #0aa763;
	color: #0aa763;
}

.header .nav.fix {
	background: #fff;
	box-shadow: 10px 4px 11px rgba(153, 153, 153, 0.2);
}

.header .nav.fix ul li a {
	color: #010000;
}

.header .nav.fix ul li a.hover {
	border-bottom: 1px solid #0aa763;
	color: #0aa763;
}

.header .nav.fix ul li a:hover {
	border-bottom: 1px solid #0aa763;
	color: #0aa763;
}

.header_two {
	height: 590px;
}

.wenzi_two {
	text-align: center;
	margin-top: 260px;
}

.wenzi_two em {
	display: block;
	width: 300px;
	height: 5px;
	background: #0077ff;
	margin: 0 auto;
}

.fp_box_5 .container {
	padding: 0 50px;
}

.title_two1 {

	padding: 30px 0;
}

.title_two1 h3 {
	color: #0aa763;
	text-transform: uppercase;
	font-size: 70px;
	font-family: "title";
	position: relative;
}

.title_two1 h3::after {
	display: block;
	content: "";
	width: 5px;
	height: 60px;
	background: #0aa763;
	top: 20px;
	left: -50px;
	position: absolute;

}

.fp_box_5 .text h4 {
	color: #fff;
	margin-top: 0;
	font-size: 40px;
	margin-bottom: 30px;
}

.fp_box_5 .text p {
	color: #fff;
	font-size: 16px;
	line-height: 2.2;
	text-align: left;
}

.shuzilist ul {
	margin-left: -12px;
	margin-right: -12px;
}

.shuzilist ul li {
	width: 20%;
	float: left;
	text-align: center;
	padding: 0 12px;
	margin: 30px 0;
}

.shuzilist ul li>div {
	height: 155px;
	background: #1b1b1b;
	padding-top: 35px;
	padding-left: 15px;
}

.shuzilist ul li>div h3 {
	font-size: 61px;
	color: #acacac;
	font-family: "title";
	margin: 0;
	padding: 0;
	text-align: left;
	margin-bottom: 15px;
}

.shuzilist ul li>div p {
	font-size: 13px;
	color: #acacac;
	margin: 0;
	text-align: left;
}

.fp_box_6 .h3 h3 {
	font-size: 40px;
	color: #ffffff;
}

.fp_box_6 ul li .pic {
	float: left;
	width: 50%;
	height: 300px;
	overflow: hidden;
}

.fp_box_6 ul li .pic img {
	width: 100%;
	height: 100%;
	display: block;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.fp_box_6 ul li .pic:hover img {

	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	/*兼容-webkit-引擎浏览器*/
	-moz-transform: scale(1.1);
}

.fp_box_6 ul li .text {
	float: right;
	width: 50%;
	padding-left: 40px;
	margin: 0;
}

.fp_box_6 ul li {
	margin-top: 60px;
}

.fp_box_6 ul li .text h5 {
	font-size: 22px;
	color: #0077ff;
	margin-top: 0;
	text-align: left;
}

.fp_box_6 ul li .text p {
	font-size: 16px;
	color: #fff;
	line-height: 1.8;
	text-align: left;
}

.fp_box_6 ul li .text p span {
	display: block;
}

.fp_box_6 ul li:nth-child(2n-1) .text {
	float: left;
}

.fp_box_6 ul li:nth-child(2n-1) .pic {
	float: right;
}

.fp_box_6 ul li:nth-child(2n-1) .text {
	padding-left: 0;
	padding-right: 30px;
}




/* 响应式适配 */
@media screen and (max-width: 768px) {
	.tab_yy {
		right: 10px;
		top: 10px;
		padding: 5px 10px;
	}

	.tab_yy img {
		width: 16px;
		height: 16px;
	}

	.tab_yy a {
		font-size: 12px;
		padding: 0 5px;
		margin-top: 1px;
	}
}

@media only screen and (max-width:1200px) {
	.header .text .logo {
		margin-top: 20px;
	}

	.header .text .logo img {
		width: 150px;
	}

	.header .text .wenzi h3 {
		font-family: "title";
		color: #fff;
		text-transform: uppercase;
		font-size: 65px;
	}

	.header .text .wenzi p {
		font-family: "title";
		color: #fff;
		text-transform: uppercase;
		font-size: 28px;
	}

	.header .text .container>a {
		display: inline-block;
		background: #0aa763;
		color: #fff;
		text-transform: uppercase;
		font-family: "title";
		font-size: 22px;
		padding: 15px 55px;
		margin-top: 10%;
		position: relative;
		overflow: hidden;
		z-index: 1;

	}

	.header {
		height: 540px;
		position: relative;
	}

	.fp_box_1 .title h3 {
		font-family: "title";
		color: #fff;
		text-transform: uppercase;
		font-size: 42px;
		margin: 0;
	}

	.fp_box_1 .text h4 {
		font-size: 30px;
		color: #0aa763;
		text-transform: uppercase;
		font-weight: bold;
		margin: 50px 0 40px 0;
	}

	.fp_box_1 .title::after {
		display: block;
		content: "";
		position: absolute;
		top: 12px;
		left: -35px;
		width: 5px;
		height: 80px;
		background: #0aa763;
	}

	.bg1 {
		width: 200px;
	}

	.bg2 {
		width: 200px;
	}

	.fp_box_2 .left h3 {
		font-size: 40px;
		color: #0f0f12;
		text-transform: uppercase;
		font-family: "title";
		margin: 0;
		padding-bottom: 10px;
		margin-bottom: 35px;
		position: relative;
	}

	.fp_box_2 .left p {
		font-size: 16px;
		color: #0f0f12;
		width: 110%;
		text-align: justify;
	}

	.fp_box_2 .left .text h4 {
		font-size: 36px;
		color: #0f0f12;
		text-transform: uppercase;
		font-family: "title";
		margin: 0;
		padding-bottom: 15px;
		margin-bottom: 35px;
		position: relative;
		margin-top: 0px;
		text-align: left;
	}

	.fp_box_2 .rii h5 {
		font-size: 32px;
		color: #0f0f12;
		text-transform: uppercase;
		font-family: "title";
		margin: 0;
		padding-bottom: 15px;
		margin-bottom: 35px;
		position: relative;
		margin-top: 30px;
	}

	.fp_box_2 .rii p {
		width: 100%;
		margin: 0;
		font-size: 16px;
		line-height: 2;
		margin-top: 30px;
	}

	.fp_box_3 .top {
		font-size: 66px;
		color: #fff;
		font-family: "title";
		text-transform: uppercase;
		padding: 0;
		margin-bottom: 75px;
	}

	.box_1 .rii p {
		color: #fff;
		font-size: 14px;
		line-height: 1.6;
		margin-top: 0px;
		text-align: justify;
	}

	.fp_box_3 .top.top1 {
		font-size: 50px;
		color: #fff;
		font-family: "title";
		text-transform: uppercase;
		padding: 0;
		margin-bottom: 40px;
		margin-top: 50px;
	}

	.list_img ul li .text h3 {
		font-size: 60px;
		color: #fff;
		font-family: "title";
		margin-top: 50px;
	}

	.banquan {
		text-align: center;
		padding-top: 30px;
		color: #ccc;
		font-size: 18px;
	}

	.bg3 {
		position: absolute;
		top: 50%;
		right: 0%;
		z-index: 1;
		width: 200px;
	}

	.listdy>div h2 {
		font-size: 66px;
		color: #3e3e44;
		position: absolute;
		top: 0px;
		left: 40px;
		font-family: "title";
	}

	.listdy>div {
		width: 48%;
		height: 150px;
		background: #1a1a1e;
		float: left;
		margin-top: 30px;
		margin-bottom: 30px;
		padding: 20px;
		position: relative;
		padding-left: 200px;
	}

	.listdy>div P {
		margin-top: 15px;
	}
}

@media only screen and (max-width: 1000px) {
	.fp_box_5 .container {
		padding: 0 15px;
	}

	.fp_box_6 ul li .text p {
		font-size: 12px;
		color: #fff;
		line-height: 1.8;
		text-align: left;
	}

	.fp_box_6 ul li .pic {
		float: left;
		width: 50%;
		height: 260px;
		overflow: hidden;
	}
}

@media only screen and (max-width: 750px) {
	.header {
		height: 280px;
	}

	.header .text .logo img {
		width: 65px;
		margin-top: 0px;
	}

	.header .text .wenzi h3 {
		font-family: "title";
		color: #fff;
		text-transform: uppercase;
		font-size: 19px;
	}

	.header .text .wenzi p {
		font-family: "title";
		color: #fff;
		text-transform: lowercase;
		font-size: 12px;
		text-align: left;
		font-weight: 100;
	}

	.header .text .container>a {
		display: inline-block;
		background: #0aa763;
		color: #fff;
		text-transform: uppercase;
		font-family: "title";
		font-size: 12px;
		padding: 10px 15px;
		margin-top: 10%;
		position: relative;
		overflow: hidden;
		z-index: 1;
	}

	.fp_box_1 {
		background: #0f0f12;
		padding: 30px 0;
	}

	.fp_box_1 .title h3 {
		font-family: "title";
		color: #fff;
		text-transform: uppercase;
		font-size: 16px;
		margin: 0;
	}

	.container1 {
		padding: 0 20px;
	}

	.fp_box_1 .title::after {
		display: block;
		content: "";
		position: absolute;
		top: 3px;
		left: -10px;
		width: 2px;
		height: 40px;
		background: #0aa763;
	}

	.fp_box_1 .text h4 {
		font-size: 14px;
		color: #0aa763;
		text-transform: uppercase;
		font-weight: 100;
		margin: 20px 0;
		text-align: left;
	}

	.fp_box_1 .text p {
		color: #fff;
		font-size: 12px;
		text-align: left;
	}

	.list ul li {
		float: left;
		width: 33.33%;
		text-align: center;
		margin-bottom: 20px;
	}

	.list ul li img {
		width: 60px;
	}

	.list ul li span {
		display: block;
		color: #fff;
		margin-top: 10px;
		font-size: 12px;
		min-height: 20px;
	}

	.title h5 {
		font-family: "title";
		font-size: 18px;
		color: #fff;
		text-transform: uppercase;
		margin-bottom: 20px;
	}

	.title h5 span {
		display: block;
		margin-bottom: 5px;
	}

	.bg1 {
		position: absolute;
		top: 15%;
		right: 1%;
		z-index: 1;
		width: 130px;
	}

	.bg2 {
		position: absolute;
		bottom: 15%;
		right: 1%;
		z-index: 1;
		width: 130px;
	}

	.fp_box_2 {
		padding: 30px 0;
	}

	.fp_box_2 .left {
		width: 100%;
		float: left;
	}

	.fp_box_2 .left h3 {
		font-size: 24px;
		color: #0f0f12;
		text-transform: uppercase;
		font-family: "title";
		margin: 0;
		padding-bottom: 10px;
		margin-bottom: 15px;
		position: relative;
	}

	.fp_box_2 .left h3::after {
		display: block;
		content: "";
		width: 100px;
		height: 2px;
		background: #0aa763;
		bottom: 0;
		left: 0px;
		position: absolute;
		border-radius: 1px;
	}

	.fp_box_2 .left p {
		font-size: 12px;
		color: #0f0f12;
		width: 100%;
		text-align: left;
	}

	.fp_box_2 .left .text {
		background: #0aa763;
		padding: 15px;
		margin-top: 20px;
	}

	.fp_box_2 .left .text img {
		width: 100%;
		display: block;
	}

	.fp_box_2 .left .text h4 {
		font-size: 14px;
		color: #0f0f12;
		text-transform: uppercase;
		font-family: "title";
		margin: 0;
		padding-bottom: 5px;
		margin-bottom: 10px;
		position: relative;
		margin-top: 10px;
	}

	.fp_box_2 .left .text h4::after {
		display: block;
		content: "";
		width: 80px;
		height: 2px;
		background: #0f0f12;
		bottom: 0;
		left: 0px;
		position: absolute;
		border-radius: 1px;
	}

	.fp_box_2 .left .text p {
		width: 100%;
		margin: 0;
		font-size: 12px;
		text-align: left;
	}

	.list {
		margin-bottom: 0;
	}

	.title.title_two {
		margin-top: 0px;
	}

	.fp_box_1 .title.title_two::after {
		display: block;
		content: "";
		position: absolute;
		top: 2px;
		left: -10px;
		width: 2px;
		height: 50px;
		background: #0077ff;
	}

	.fp_box_2 .rii {
		width: 100%;
		float: right;
		padding-left: 0%;
		margin-top: 20px;
	}

	.fp_box_2 .rii img {
		max-width: 70%;
		display: block;
		margin-bottom: 20px;
		margin: 0 auto;
	}

	.fp_box_2 .rii h5 {
		font-size: 24px;
		color: #0f0f12;
		text-transform: uppercase;
		font-family: "title";
		margin: 0;
		padding-bottom: 5px;
		margin-bottom: 10px;
		position: relative;
		margin-top: 20px;
	}

	.fp_box_2 .rii h5::after {
		display: block;
		content: "";
		width: 80px;
		height: 2px;
		background: #0f0f12;
		bottom: 0px;
		left: 0px;
		position: absolute;
		border-radius: 2px;
	}

	.fp_box_2 .rii p {
		width: 100%;
		margin: 0;
		font-size: 12px;
		line-height: 1.6;
		margin-top: 15px;
		text-align: left;
	}

	.fp_box_3 {
		background: #0f0f12;
		padding: 20px 0 30px 0;
	}

	.fp_box_3 .top {
		font-size: 20px;
		color: #fff;
		font-family: "title";
		text-transform: uppercase;
		padding: 0;
		margin-bottom: 20px;
	}

	.box_1 .left {
		float: left;
		width: 100%;
		margin-bottom: 20px;
	}

	.box_1 .rii {
		float: right;
		width: 100%;
		padding-left: 0px;
	}

	.box_1 .rii p {
		color: #fff;
		font-size: 12px;
		line-height: 1.6;
		margin-top: 20px;
		text-align: left;
	}

	.fp_box_3 .top.top1 {
		font-size: 16px;
		color: #fff;
		font-family: "title";
		text-transform: uppercase;
		padding: 0;
		margin-bottom: 30px;
		margin-top: 15px;
	}

	.fp_box_3 .top.top1 p {
		font-size: 12px;
		color: #fff;
		line-height: 1.8;
		text-align: justify;
		font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
		margin-top: 15px;
		text-align: left;
		font-weight: 100;
	}

	.list_img ul li {
		float: left;
		width: 50%;
		height: 358px;
		position: relative;
		overflow: hidden;
	}

	.list_img ul li {
		float: left;
		width: 50%;
		height: 150px;
		position: relative;
		overflow: hidden;
	}

	.list_img ul li .text h3 {
		font-size: 38px;
		color: #fff;
		font-family: "title";
		margin-top: 20px;
	}

	.text span {
		font-size: 14px;
		color: #ffffff;
		text-align: justify;
		line-height: 1.6;
	}

	.banquan {
		text-align: center;
		padding-top: 15px;
		color: #ccc;
		font-size: 12px;
	}

	.bg3 {
		position: absolute;
		top: auto;
		bottom: 0;
		right: 1%;
		z-index: 1;
		width: 150px;
	}

	.box_1 .rii h3 {
		font-size: 16px;
		text-align: left;
	}

	.fp_box_2 .left .text .lun1 {
		width: 100%;
		height: auto;
	}

	.box_1 .left img {
		width: 90%;
		display: block;
		margin: 0 auto;
	}

	.box_1 .rii>img {
		height: 50px;
	}

	.box_1 .rii p {
		margin-top: 0;
	}

	.box_1 .rii span {
		margin-top: 5px;
		font-size: 10px;
	}

	.box_1 .swiper-button-next {
		top: auto;
		bottom: 0;
		right: 35%;
		background-size: 20px 20px;
	}

	.box_1 .swiper-button-prev {
		top: auto;
		bottom: 0;
		left: 35%;
		background-size: 20px 20px;
	}

	.box_1 .swiper-container {
		position: relative;
		z-index: 2;
		padding-bottom: 50px;
	}

	.box_2 h3 {
		font-family: "title";
		font-size: 18px;
		color: #0077ff;
		text-transform: uppercase;
		margin-bottom: 0;
		text-align: left;
	}

	.box_2 p {
		color: #fff;
		font-size: 12px;
		line-height: 1.5;
		margin-top: 10px;
		font-weight: 100;
		text-align: left;
	}

	.listdy> {
		margin-bottom: 30px;
	}

	.listdy>div {
		width: 100%;
		height: 100px;
		background: #1a1a1e;
		float: left;
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 20px;
		position: relative;
		padding-left: 150px;
		border-radius: 10px;
	}

	.listdy>div h2 {
		font-size: 50px;
		color: #3e3e44;
		position: absolute;
		top: -3px;
		left: 20px;
		font-family: "title";
	}

	.listdy>div P {
		margin-top: 10px;
		font-size: 16px;
	}

	.guoqi {
		margin: 20px 0;
	}

	.header_two {
		height: 200px;
	}

	.wenzi_two {
		text-align: center;
		margin-top: 100px;
	}

	.wenzi_two em {
		display: block;
		width: 100px;
		height: 2px;
		background: #0077ff;
		margin: 0 auto;
	}

	.header .text .wenzi h3 {
		font-family: "title";
		color: #fff;
		text-transform: uppercase;
		font-size: 22px;
		margin-top: 15px;
	}

	.header .text .wenzi p {
		text-align: center;
	}
	.header .text .wenzi .wenzi2 p {
		text-align: left;
	}

	.title_two1 {
		padding: 10px 0;
	}

	.title_two1 h3 {
		color: #0aa763;
		text-transform: uppercase;
		font-size: 24px;
		font-family: "title";
		position: relative;
	}

	.fp_box_5 .text h4 {
		color: #fff;
		margin-top: 0;
		font-size: 16px;
		margin-bottom: 20px;
	}

	.fp_box_5 .text p {
		color: #fff;
		font-size: 12px;
		line-height: 1.6;
		text-align: left;
	}

	.shuzilist ul {
		margin-left: -5px;
		margin-right: -5px;
	}

	.shuzilist ul li {
		padding: 0 5px;
	}

	.shuzilist ul li>div {
		height: 80px;
		background: #1b1b1b;
		padding-top: 5px;
		padding-left: 5px;
		text-align: center;
	}

	.shuzilist ul li>div h3 {
		font-size: 24px;
		color: #acacac;
		font-family: "title";
		margin: 0;
		padding: 0;
		margin-top: 10px;
		margin-bottom: 10px;
		text-align: center;
	}

	.shuzilist ul li>div p {
		font-size: 6px;
		color: #acacac;
		margin: 0;
		text-align: center;
	}

	.fp_box_6 ul li {
		margin-top: 10px;
	}

	.fp_box_6 .h3 h3 {
		font-size: 22px;
		color: #ffffff;
	}

	.fp_box_6 ul li .pic {
		float: none;
		width: 100%;
		height: auto;
	}

	.fp_box_6 ul li .text {
		float: none;
		width: 100%;
		padding: 10px 0;
	}

	.tab_yy {
		right: 10px;
		top: 60px;
		padding: 5px 10px;
	}

	.header .nav {
		position: absolute;
		top: 0;
		left: -180px;
		background: #fff;
		height: 1000px;
		width: 180px;
		z-index: 999;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}

	.header .nav.active {
		left: 0;
	}

	.header .nav ul li {
		width: 100%;
		text-align: left;
		padding-top: 30px;
	}

	.header .nav ul li a {
		color: #131313;

	}

	.nav_tab {
		width: 60px;
		height:30px;
		position: absolute;
		top: 20px;
		right: -15px;
		cursor: pointer;
		z-index: 9999;
	}

	.nav_tab span {
		display: block;
		width: 30px;
		height: 1px;
		background: #fff;
		margin-bottom: 8px;
		transition: all 0.3s ease-in-out;
	}

	.nav_tab.active span:nth-child(1) {
		transform: translateY(9px) rotate(45deg);
	}

	.nav_tab.active span:nth-child(2) {
		opacity: 0;
	}

	.nav_tab.active span:nth-child(3) {
		transform: translateY(-9px) rotate(-45deg);
	}


}

.guoqi img {
	width: 100%;
}

.xwz {
	color: #0aa763;

}

.shuzilist2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    list-style: none;
}

.shuzilist2 ul li {
    width: 33%;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 0 12px;
    margin: 30px 0;
    box-sizing: border-box;
}

.shuzilist2 ul li>div {
    width: 100%;
    height: 185px;
    background: #1b1b1b;
    padding: 35px 25px 0 25px;
    box-sizing: border-box;
}

.shuzilist2 ul li>div h3 {
    font-size: 31px;
    color: #acacac;
    font-family: "title";
    margin-bottom: 15px;
    text-align: left;
}

.shuzilist2 ul li>div p {
    font-size: 15px;
    color: #acacac;
    margin: 0;
    text-align: left;
}

/* 手机端优化 */
@media (max-width: 768px) {
    .shuzilist2 ul {
        justify-content: center;
    }

    .shuzilist2 ul li {
        width: 100%; /* 在手机端单列显示 */
        padding: 0 8px;
        margin: 20px 0;
    }

    .shuzilist2 ul li>div {
        height: auto; /* 让内容自适应高度 */
        padding: 25px 20px;
    }

    .shuzilist2 ul li>div h3 {
        font-size: 32px;
    }

    .shuzilist2 ul li>div p {
        font-size: 14px;
    }
}