body {
	background: url(/style/img/bg.png);
}

.main {
	width: 1360px;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
}

.main::after {
	content: "";
	display: block;
	clear: both;
}

header {
	padding: 35px 0;
}

header .main {
	height: 70px;
}

header .logo {
	display: block;
	float: left;
}

header .logo img {
	display: block;
}

header .tel {
	float: right;
	font-size: 18px;
	color: #fff;
	padding-left: 27px;
	margin-top: 20px;
	background: url(/style/img/tel.png) no-repeat left center;
}

.nav {
	background: #E62E00;
	box-shadow: 1.176px 1.618px 1.84px 0.16px rgba(51, 73, 103, 0.15);
	position: relative;
	z-index: 10;
	height: 80px;
	background: url(/style/img/nav_bg.jpg)

}

.nav ul li {
	width: 12.5%;
	float: left;
	text-align: center;
	line-height: 77px;
	color: #42382f;
	transition: all 0.3s;
}

.nav ul li a {
	display: inline-block;
	font-size: 20px;
	color: #ffffff;
	width: 80px;
	text-align: center;
}

.nav ul li a:hover {
	border-bottom: 3px solid #fff;
}

.nav ul li a.hover {
	border-bottom: 3px solid #fff;
}


.dianhua {
	float: right;
	position: relative;
	padding-left: 45px;
	line-height: 38px;
	margin-top: 28px;
	font-size: 24px;
	color: #E62E00;
	font-weight: bold;
	margin-right: 28px;
}

.dianhua img {

	position: absolute;
	top: 0;
	left: 0;
}

header .tab {
	float: right;
	margin-top: 24px;
	border-radius: 40px;
	border: 1px solid #E62E00;
	width: 165px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	overflow: hidden;
}

header .tab a {
	display: block;
	width: 50%;
	float: left;
	font-size: 18px;
	color: #E62E00;
}

header .tab a:hover {
	background-color: #E62E00;
	color: #fff;
}

header .tab a.hover {
	background-color: #E62E00;
	color: #fff;
}


.banner .swiper-slide {
	position: relative;
}

.banner .swiper-slide>img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
	object-fit: cover;
	z-index: -1;
}

.banner .swiper-slide .text {
	text-align: center;
}

.banner .swiper-slide .text h3 {
	text-align: center;
	font-size: 76px;
	color: #ffffff;
	margin-top: 150px;
}

.banner .swiper-slide .text img {
	width: 855px;
	height: 60px;
	margin-top: 50px;
}



.banner .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #fff;
	opacity: 1;
}

.banner .swiper-pagination-bullet-active {
	opacity: 1;
	background: #E62E00;
}

.title {
	text-align: center;
	padding-top: 70px;
}

.title h3 {
	font-size: 46px;
	color: #2c2f31;
	background: url(/style/img/1_013.png) no-repeat center;
}

.title span {
	font-size: 18px;
	color: #2c2f31;
	display: block;
	text-indent: 5px;
	letter-spacing: 3.5px;
}

.fp-box-1 {
	background-color: #f2f7fa;
	padding-bottom: 118px;
}

.fp-box-1 ul {
	margin-left: -8px;
	margin-right: -8px;
	margin-top: 45px;
}

.fp-box-1 ul li {
	width: 25%;
	float: left;
	padding: 0 8px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.fp-box-1 ul li .box {
	width: 100%;
	border: 1px solid #eff4f7;
	background-color: #fff;
	box-shadow: 0px 1px 14.56px 1.44px rgba(153, 153, 153, 0.2);
	border-radius: 5px;
}

.fp-box-1 ul li .box .pic {
	width: 96%;
	margin-left: 2%;
	height: 216px;
}

.fp-box-1 ul li .box .pic img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	margin-top: 6px;
}

.fp-box-1 ul li .box .text {
	padding: 15px 13px;
	position: relative;
}

.fp-box-1 ul li .box .text h3 {
	position: relative;
	padding-left: 30px;
	font-size: 20px;
	color: #E62E00;
	margin-bottom: 10px;
}

.fp-box-1 ul li .box .text h3 img {
	position: absolute;
	width: 21px;
	height: auto;
	top: 0;
	left: 0;
}

.fp-box-1 ul li .box .text h3 img.m2 {
	display: none;
}

.fp-box-1 ul li.hover .box .text h3 img.m1 {
	display: none;
}

.fp-box-1 ul li.hover .box .text h3 img.m2 {
	display: block;
}

.fp-box-1 ul li:hover .box .text h3 img.m1 {
	display: none;
}

.fp-box-1 ul li:hover .box .text h3 img.m2 {
	display: block;
}

.fp-box-1 ul li .box .text p {
	font-size: 14px;
	color: #282728;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.fp-box-1 ul li .box .text .dy {
	width: 140px;
	height: 38px;
	position: absolute;
	top: -19px;
	right: 18px;
	border-radius: 20px;
	background-image: linear-gradient(to right, #e64f01, #e60411);
	padding-left: 43px;
	font-size: 15px;
	color: #ffffff;
	line-height: 38px;

}

.fp-box-1 ul li .box .text .dy img {
	position: absolute;
	top: 7px;
	left: 12px;
}


.fp-box-1 ul li:hover {
	margin-top: -20px;
}

.fp-box-1 ul li:hover .box {
	background-color: #E62E00;
}

.fp-box-1 ul li:hover .text h3,
.fp-box-1 ul li:hover .text p {
	color: #fff;
}

.fp-box-1 ul li:hover .text .dy {
	background-image: linear-gradient(to right, #fff, #fff);
	color: #E62E00;
}

.fp-box-1 ul li .box .text .dy img.g2 {
	display: none;
}

.fp-box-1 ul li:hover .box .text .dy img.g1 {
	display: none;
}

.fp-box-1 ul li:hover .box .text .dy img.g2 {
	display: block;
}

.fp-box-2 {
	padding-bottom: 70px;
}

.fp-box-2 ul {
	margin-top: 55px;
}

.fp-box-2 ul li {
	width: 25%;
	float: left;
	margin-bottom: 63px;
	position: relative;
}

.fp-box-2 ul li .pic {
	width: 140px;
	height: 140px;
	margin: 0 auto;
}

.fp-box-2 ul li .pic img {
	width: 100%;
	height: 100%;
}

.fp-box-2 ul li .text {
	margin-top: 23px;
	text-align: center;

}

.fp-box-2 ul li .text h3 {
	background: url(/style/img/tuoyuan.png) no-repeat left;
	display: inline-block;
	padding-left: 15px;
}

.fp-box-2 ul li::after {
	display: block;
	content: "";
	border-right: 1px dashed #808080;
	width: 1px;
	height: 114px;
	position: absolute;
	top: 16px;
	right: 0;
}

.fp-box-2 ul li.li1::after {
	border-right: none;
}

.gengduo {
	width: 230px;
	height: 63px;
	display: block;
	margin: 0 auto;
	background-image: linear-gradient(to right, #e64f01, #e60411);
	text-align: center;
	line-height: 63px;
	font-size: 20px;
	color: #ffffff;
	border-radius: 30px;
}

.fp-box-3 {
	background: url(/style/img/bg33.png) no-repeat center;
	padding-bottom: 50px;

}

.fp-box-3 ul {
	margin-left: 24px;
	margin-right: 24px;
	margin-top: 50px;
	margin-bottom: 3px;
}

.fp-box-3 ul li {
	width: 16.4%;
	float: left;
	padding: 0 24px;
}

.fp-box-3 ul li .pic {
	width: 100%;
	height: 110px;
}

.fp-box-3 ul li .pic img {
	width: 100%;
	height: 100%;
}

.fp-box-3 ul li .text {
	margin: 20px 0 100px 0;
	font-size: 18px;
	color: #2c2f31;
	text-align: center;
}

.fp-box-4 {
	padding-bottom: 63px;
}

.fp-box-4 ul {
	margin-top: 63px;
	padding-left: 110px;
	padding-right: 40px;
	margin-bottom: 63px;
}

.fp-box-4 ul li {
	width: 100%;
	height: 100px;
	float: left;
}

.fp-box-4 ul li h3 {
	width: 15%;
	float: left;
	background: url(/style/img/tuoyuan.png) no-repeat left;
	padding-left: 20px;
	padding-top: 20px;
	background-position-y: 30%;
	height: 100%;
	position: relative;

}

.fp-box-4 ul li h3::after {
	display: block;
	content: "";
	position: absolute;
	top: 15px;
	right: 20px;
	width: 2px;
	height: 40px;
	background-color: #da251d;
}

.fp-box-4 ul li .pic {
	width: 21.25%;
	float: left;
	text-align: center;
}

.fp-box-5 {
	background-color: #f2f7fa;
	padding-bottom: 50px;
}

.fp-box-5 .left {
	width: 25%;
	float: left;

}

.fp-box-5 .left img {
	width: 100%;
	height: 100%;
}

.fp-box-5 .rii {
	width: 75%;
	float: left;
}

.fp-box-5 .rii .pic {
	padding: 0 0 0px 11px;
	width: 33.33%;
	float: left;
	height: 262px;
}

.fp-box-5 .rii .pic img {
	width: 100%;
	height: 100%;
}

.fp-box-5 .rii .pic:nth-child(1),
.fp-box-5 .rii .pic:nth-child(2),
.fp-box-5 .rii .pic:nth-child(3) {
	padding-bottom: 0px;
}

.fp-box-5 .rii .pic:nth-child(4),
.fp-box-5 .rii .pic:nth-child(5),
.fp-box-5 .rii .pic:nth-child(6) {
	padding-bottom: 11px;
}

.fp-box-5 .main {
	padding-top: 65px;
}

.foot {
	width: 100%;
	height: 110px;
	line-height: 110px;
	color: #fff;
	background: url(/style/img/footer-bg.png) no-repeat;
	background-size: 100% 100%;
	font-size: 14px;
	text-align: center;
}




/*  */
.nei-banner {
	width: 100%;
	height: 455px;
	position: relative;

}

.nei-banner img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.nei-banner .text {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	padding-top: 120px;
}

.nei-banner .text h3 {
	font-size: 78px;
	color: #ffffff;
}

.nei-banner .text p {
	font-size: 40px;
	color: #f4f4f4;
}

.nei-banner .text p i {
	font-size: 80px;
	color: #fcff00;
	font-style: normal;
}

.nei-banner .text p.p1 {
	letter-spacing: 15px;
}

.nei-banner .text p.p2 {
	letter-spacing: 3px;
}

.fp-box-6 .main {
	padding: 50px 100px;
}

.fp-box-6 .main .left {
	width: 33.33%;
	float: left;
}

.fp-box-6 .main .box {
	position: relative;
	padding-left: 140px;
	margin-top: 50px;
}

.fp-box-6 .main .box strong {
	width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	border-radius: 100%;
	background-color: #ff0000;
	position: absolute;
	top: 0;
	left: 22px;
	font-size: 54px;
	color: #fff;
}

.fp-box-6 .main .box h3 {
	font-size: 22px;
	color: #E62E00;
	padding-bottom: 15px;
	position: relative;
	padding-left: 25px;
}

.fp-box-6 .main .box h3 img {
	position: absolute;
	top: 5px;
	left: 0;
}

.fp-box-6 .main .box p {
	font-size: 16px;
	color: #282728;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.fp-box-6 .minn {
	width: 33.33%;
	float: left;
	text-align: center;
}


.dy-title {
	text-align: center;
	margin-top: 77px;
	margin-bottom: 53px;
}

.dy-title h3 {
	background: url(/style/img/2.03.png) no-repeat center;
	font-size: 46px;
	color: #2c2f31;
}

.dy-title span {
	font-size: 18px;
	color: #2c2f31;
	letter-spacing: 5px;
}




.fp-box-7 .dy-box {
	margin-bottom: 90px;
}

.fp-box-7 .dy-box .left {
	width: 30%;
}

.fp-box-7 .dy-box .left .pic {
	width: 394px;
	height: 290px;

}

.fp-box-7 .dy-box .left .pic img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.fp-box-7 .dy-box .text {
	width: 70%;
	padding-left: 90px;
}

.fp-box-7 .dy-box .text h3 {
	font-size: 24px;
	color: #2c2f31;
	position: relative;
	padding-left: 15px;
	font-weight: bold;
}

.fp-box-7 .dy-box .text h3::after {
	display: block;
	content: "";
	width: 6px;
	height: 25px;
	position: absolute;
	top: 3px;
	left: 0;
	background-color: #E62E00;
}

.fp-box-7 .dy-box .text p {
	margin-top: 20px;
	font-size: 16px;
	color: #282728;
	line-height: 24px;
}

.fp-box-7 .dy-box .text a {
	width: 167px;
	height: 43px;
	background-image: linear-gradient(to right, #e64f01, #e60411);
	display: block;
	line-height: 43px;
	text-align: center;
	border-radius: 30px;
	color: #fff;
	font-size: 16px;
	margin-top: 30px;
	position: relative;

}

.fp-box-7 .dy-box .text a img {
	position: absolute;
	top: 10px;
	left: 5px;
}

.fp-box-7 .dy-box .text.lt {
	padding-left: 0px;
	padding-right: 50px;
}

.dy-title-two h3 {
	background: url(/style/img/0023.png) no-repeat center;
}

/*  *//**/


/*  */
.nei-banner .text p.p3 {
	letter-spacing: 0px;
	font-size: 34px;
}

.dy-box-1 {
	background-color: #f2f7fa;
}

.dy-box-1 ul {
	margin-left: -10px;
	margin-right: -10px;
}

.dy-box-1 ul li {
	width: 25%;
	float: left;
	padding: 0 5px;
	margin-top: 48px;
}

.dy-box-1 ul li .box {
	width: 100%;
	padding: 10px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 1px 14.56px 1.44px rgba(153, 153, 153, 0.2)
}

.dy-box-1 ul li .box .pic {
	width: 100%;
	height: 225px;
	overflow: hidden;
}

.dy-box-1 ul li .box .pic img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.dy-box-1 ul li .box .pic img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	/*兼容-webkit-引擎浏览器*/
	-moz-transform: scale(1.1);
}

.dy-box-1 ul li .box .text {
	text-align: center;
	padding: 16px 0;
	font-size: 20px;
	color: #2c2f31;
}

.gengduo1 {
	margin: 50px auto;
	display: block;
	width: 260px;
	height: 60px;
	position: relative;
	line-height: 60px;
	font-size: 20px;
	color: #ffffff;
	background-image: linear-gradient(to right, #e64f01, #e60411);
	padding-left: 65px;
	border-radius: 30px;
}

.gengduo1 img {
	position: absolute;
	top: 20px;
	left: 25px;
}

.dy-box-2 ul {
	margin-left: -25px;
	margin-right: -25px;
	padding-top: 65px;
}

.dy-box-2 ul li {
	padding: 0 25px;
	width: 16.6%;
	float: left;
	margin-top: 30px;
}

.dy-box-2 ul li .box {
	width: 100%;
}

.dy-box-2 ul li .box .pic {
	width: 100%;
	height: 100px;
}

.dy-box-2 ul li .box .pic img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.dy-box-2 ul li .box .text {
	text-align: center;
	font-size: 18px;
	color: #333333;
	padding: 25px 0;
}

.dy-box-2 ul li .box .text i {
	font-style: normal;
	color: #DA251D;
	display: inline-block;
	padding: 0 5px;
}

/*  */

/*  */
.dy-box-3 .main h3 {
	font-size: 16px;
	color: #282728;
	line-height: 24px;
	margin-top: 35px;
}

/*  */
@media (max-width: 1200px) {
	.main {
		width: 1030px;
	}

	.dy-box-2 ul li .box .text {
		font-size: 15px;
		padding: 20px 0;
	}

	.fp-box-3 ul li .pic {
		width: 100%;
		height: 100px;
	}

	.fp-box-6 .main .box {
		padding-left: 103px;
	}

	.fp-box-6 .main .box strong {
		width: 50px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		border-radius: 100%;
		background-color: #ff0000;
		position: absolute;
		top: 0;
		left: 22px;
		font-size: 33px;
		color: #fff;
	}

	.fp-box-6 .main .box h3 img {

		width: 20px;
		height: 20px;
	}

	.fp-box-6 .main .box h3 {
		font-size: 18px;

	}
}


@media (max-width: 1030px) {
	.main {
		width: 768px;
	}

	.dy-box-1 ul li .box .pic {
		height: 120px;
	}

	.nav a {
		font-size: 15px;
	}

	.scroll_nav a {
		font-size: 16px;
	}

	.p_a .img {
		height: 70px;
	}

	.p_a .img img {
		height: 100%;
	}

	.p_a li p {
		font-size: 20px;
	}

	.p_a .des {
		font-size: 14px;
	}

	.p_c .table span {
		display: none;
	}

	.p_c .table {
		padding-left: 0;
		padding-right: 0;
	}

	.p_d li {
		width: 25%;
	}

	.p_d li:last-child {
		width: 50%;
	}

	.p_f li {
		width: 100%;
	}

	.p_g ul {
		background: none;
	}

	.p_g li:nth-child(2n) {
		margin-top: 0;
	}

	.p_g li {
		margin-right: 14.6666666666666% !important;
		margin-bottom: 35px;
	}

	.p_g li:nth-child(4n) {
		margin-right: 0 !important;
	}

	.ph .dio {
		top: 2%;
	}
}

@media (min-width: 799px) {
	.nav .main {
		display: block !important;
	}
}

@media (max-width: 798px) {
	header .logo img {
		width: 150px;
	}

	.main {
		padding-right: 10px;
		padding-left: 10px;
	}

	header .logo {
		margin-top: 17px;
	}

	header .tel {
		font-size: 14px;
	}

	.scroll_nav {
		line-height: 2;
	}

	.scroll_nav a {
		font-size: 14px;
	}

	.p_a li {
		width: 100%;
		margin-right: 0;
		padding: 0 35px;
		margin-bottom: 40px;
		overflow: hidden;
	}

	.p_a {
		overflow: hidden;
		padding-bottom: 0;
	}

	.scroll_nav {
		overflow: hidden;
	}

	.p_b .swiper-button-next,
	.p_b .swiper-button-prev {
		top: 35px;
	}

	.p_b .swiper-container {
		margin-top: 60px;
	}

	.p_c th {
		font-size: 14px;
	}

	.p_c td:last-child {
		padding-right: 10px;
		padding-left: 10px;
		font-size: 12px;
	}

	.p_c td {
		font-size: 12px;
	}

	.p_e li span {
		position: static;
		transform: translateY(0);
		margin-bottom: 25px;
		border-right: none;
	}

	.p_e li {
		padding-right: 0;
		padding-left: 0;
	}

	.p_e li .box em {
		width: 50%;
		margin-bottom: 20px;
	}

	.p_f li p {
		height: auto;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 30;
		overflow: visible;
	}

	.i_title p {
		font-size: 14px;
	}

	.p_g li {
		margin: 0 5% 20px !important;
	}

	.p_g li:nth-child(2n) {
		float: right;
	}

	.p_g li:nth-child(4n) {
		margin-right: 5% !important;
	}

	.ph .dio {
		position: relative;
		width: 100%;
		left: 0;
		top: 0;
		overflow: hidden;
	}

	.ph .des {
		font-size: 16px;
	}

	.nav {
		height: 60px;
		position: relative;
	}

	.nav .main {
		display: block;
		position: absolute;
		width: 100%;
		top: 100%;
		left: 0;
		background: #fff;
		padding-bottom: 35px;
		display: none;
	}

	.nav .main a {
		display: block;
		width: 100%;
		text-align: center;
		line-height: 2.4;
	}

	.nav_btn {
		display: block;
		width: 26px;
		height: 18px;
		position: absolute;
		left: 15px;
		top: 50%;
		margin-top: -7px;
		z-index: 1001;
	}

	.nav_btn span {
		display: block;
		transition: all 0.3s;
		height: 2px;
		width: 100%;
		position: absolute;
		left: 0;
		background: #fff;
		transition: all 0.3s;
	}

	.nav_btn span:nth-of-type(1) {
		top: 0;
	}

	.nav_btn span:nth-of-type(2) {
		top: 50%;
		margin-top: -1px;
	}

	.nav_btn span:nth-of-type(3) {
		bottom: 0;
	}

	.nav_btn.active span:nth-of-type(1) {
		top: 50%;
		transform: rotate(45deg);
	}

	.nav_btn.active span:nth-of-type(2) {
		opacity: 0;
	}

	.nav_btn.active span:nth-of-type(3) {
		top: 50%;
		transform: rotate(-45deg);
	}

	.dianhua {
		display: none;
	}

	header .tab {
		float: right;
		margin-top: 22px;
		border-radius: 40px;
		border: 1px solid #E62E00;
		width: 105px;
		height: 25px;
		line-height: 25px;
		text-align: center;
		overflow: hidden;
	}

	header .tab a {
		display: block;
		width: 50%;
		float: left;
		font-size: 12px;
		color: #E62E00;
	}

	header {
		padding: 0px 0;
	}

	.nav ul li {
		width: 100%;
		float: left;
		text-align: center;
		line-height: 77px;
		color: #42382f;
		transition: all 0.3s;
	}

	.nav ul li a {
		color: #000;
		font-size: 15px;
	}

	.banner .swiper-slide {
		height: 150px;
	}

	.banner .swiper-slide .text h3 {
		font-size: 28px;
		margin-top: 40px;
	}

	.banner .swiper-slide .text img {
		width: 318px;
		height: 23px;
		margin-top: 7px;
		object-fit: contain;
	}


	.fp-box-1 ul li {
		width: 100%;
		margin-bottom: 20px;
	}

	.title {
		text-align: center;
		padding-top: 10px;
	}

	.title h3 {
		font-size: 26px;
		background-size: 170px;
	}

	.title span {
		font-size: 10px;
		letter-spacing: 2.5px;
	}

	.fp-box-1 {
		padding-bottom: 10px;
	}

	.fp-box-2 ul li {
		width: 50%;
		margin-bottom: 23px;
	}

	.fp-box-2 ul li::after {
		display: none;
	}

	.fp-box-2 ul li .pic {
		width: 80px;
		height: 80px;
	}

	.fp-box-2 ul li .text {
		margin-top: 12px;

	}

	.fp-box-2 {
		padding-bottom: 20px;
	}

	.fp-box-2 ul li .text h3 {

		font-size: 14px;
	}

	.gengduo {
		width: 150px;
		height: 40px;
		display: block;
		margin: 0 auto;
		background-image: linear-gradient(to right, #e64f01, #e60411);
		text-align: center;
		line-height: 40px;
		font-size: 12px;
		color: #ffffff;
		border-radius: 30px;
	}

	.fp-box-3 ul li {
		width: 100%;
		float: left;
		padding: 0;
	}

	.fp-box-3 {
		background: none;
		background-color: #f5f5f5;
		padding-bottom: 50px;
	}

	.fp-box-3 ul li .pic {
		width: 100%;
		height: 136px;
	}

	.fp-box-3 ul li .pic img {
		object-fit: cover;
	}

	.fp-box-3 ul li .text {
		margin: 20px 0 10px 0;

	}

	.fp-box-4 ul {
		margin-top: 30px;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 30px;
	}

	.fp-box-4 ul li h3 {
		width: 15%;
		float: left;
		background: url(/style/img/tuoyuan.png) no-repeat left;
		padding-left: 9px;
		padding-top: 20px;
		background-position-y: 40%;
		height: 100%;
		position: relative;
		font-size: 8px;
		background-size: 5px;
	}

	.fp-box-4 ul li h3::after {
		display: none;

	}

	.fp-box-4 ul li .pic img {
		height: 22px;
		margin-top: 16px;
	}

	.fp-box-4 ul li {
		width: 100%;
		height: 60px;
		float: left;
	}

	.fp-box-5 .left {
		width: 100%;
		float: left;
	}

	.fp-box-5 .rii {
		width: 100%;
		float: left;
		margin-top: 30px;
	}

	.fp-box-5 .rii .pic {
		width: 50%;
		padding: 0 5px;
		margin-top: 10px;
	}

	.foot {
		width: 100%;
		height: 60px;
		line-height: 60px;
		color: #fff;
		background: url(/style/img/footer-bg.png) no-repeat;
		background-size: 100% 100%;
		font-size: 12px;
		text-align: center;
	}

	.nei-banner {
		height: 130px;
	}

	.nei-banner .text {
		padding-top: 20px;
	}

	.nei-banner .text h3 {
		font-size: 22px;

	}

	.nei-banner .text p.p1 {
		letter-spacing: 1px;
	}

	.nei-banner .text p.p2 {
		letter-spacing: 1px;
	}

	.nei-banner .text p {
		font-size: 12px;
	}

	.nei-banner .text p i {
		font-size: 16px;
		color: #fcff00;
		font-style: normal;
	}


	.fp-box-6 {
		padding-bottom: 50px;
	}

	.fp-box-6 .main .left {
		width: 100%;
		float: none;
	}

	.fp-box-6 .main .minn {
		width: 100%;
		float: none;
		margin: 20px 0;
	}

	.fp-box-6 .main {
		padding: 10px;
	}

	.fp-box-6 .main .box {
		padding-left: 60px;
	}

	.fp-box-6 .main .box strong {

		left: 0;

	}

	.fp-box-7 .dy-box .left {
		width: 100%;
	}

	.fp-box-7 .dy-box .left .pic {
		width: 100%;
		height: 200px;
		margin-bottom: 15px;
	}

	.fp-box-7 .dy-box .text {
		width: 100%;
		padding-left: 0px;
		padding: 0 10px;
	}

	.fp-box-7 .dy-box .text.lt {
		padding: 0 10px;
	}

	.fp-box-7 .dy-box {
		margin-bottom: 30px;
	}

	.dy-title {

		margin-top: 20px;
		margin-bottom: 19px;
	}

	.fp-box-7 .dy-box .text h3::after {
		height: 14px;
	}

	.fp-box-7 .dy-box .text h3 {
		font-size: 16px;
	}


	.fp-box-7 .dy-box .text a {
		width: 100px;
		height: 30px;

		line-height: 30px;

		border-radius: 30px;
		color: #fff;
		font-size: 12px;
		margin-top: 10px;
	}

	.fp-box-7 .dy-box .text p {
		margin-top: 12px;
		font-size: 12px;
		color: #282728;
		line-height: 20px;
	}

	.dy-title h3 {
		font-size: 32px;
		background-size: cover;
	}

	.dy-title span {
		font-size: 12px;
		letter-spacing: 1px;
	}

	.fp-box-7 .dy-box .text a img {
		display: none;
	}

	.nei-banner .text p.p3 {
		font-size: 8px;
	}

	.dy-box-1 ul li {
		width: 50%;
		padding: 0 4px;
		margin-top: 30px;
	}

	.dy-box-1 ul li .box .text {

		padding: 5px 0;
		font-size: 16px;

	}

	.dy-box-2 ul li {
		padding: 0 10px;
		width: 33.33%;
		margin-top: 15px;
	}

	.dy-box-2 {
		padding: 0 15px;
	}

	.dy-box-2 ul li .box .text {
		font-size: 8px;
		padding: 10px 0;
	}

	.dy-box-2 ul {
		margin-left: -15px;
		margin-right: -15px;
		padding-top: 0px;
	}
}


.nei-banner .text p.p4 {
	background: url(/style/img/ban_border.png) no-repeat center bottom;
	padding-bottom: 5px;
}

.hz_info {
	width: 100%;
	font-size: 16px;
	color: #282728;
	margin-top: 30px;
	line-height: 25px;
}

.hz_tab {
	width: 100%;
	margin-top: 15px;
}

.hz_tab table {
	width: 100%;
}

.hz_tab tr th {
	font-size: 26px;
	color: #ffffff;
	font-weight: bold;
	background: #E62E00;
	border-right: 1px solid #FFFFFF;
	padding: 20px;
	text-align: center;
}

.hz_tab tr th img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}

.hz_tab tr th:first-child {
	border-top-left-radius: 14px;
}

.hz_tab tr th:last-child {
	border-top-right-radius: 14px;
	border-right: none;
}

.hz_tab tr td {
	font-size: 20px;
	color: #2c2f31;
	background-color: #fff2f3;
	border-bottom: 1px solid #FFFFFF;
	padding: 15px 60px;
	border-right: 1px solid #FFFFFF;
}

.hz_tab tr td:last-child {
	border-right: 0;
}

.hz_tab tr:last-child td:first-child {
	border-bottom-left-radius: 14px;
}

.hz_box-2 .title h3 {
	background: url(/style/img/hz_tit.png) no-repeat center center;
}

.hz_box-2 .title {
	padding-top: 30px;
}

.gywm {
	margin-top: 50px;
}

.fp-box-7 .gywm .text p i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 8px;
	height: 16px;
	background: #E62E00;
	margin-top: -4px;
}

.gywm .left {
	width: 40%;
	float: left;
}

.gywm .left img {
	width: 50%;
	float: left;
}

.gywm .rii {
	width: 60%;
	float: left;
}

.gywm .rii img {
	width: 32.6%;
}

.gsdt_box {
	width: 100%;
	margin-top: 60px;
}

.gsdt_list {
	width: 100%;
}

.gsdt_list li {
	width: 49%;
	float: left;
	background: #f5f5f5;
	border-radius: 14px;
	padding: 2%;
	margin: 10px 0;
	margin-right: 2%;
	display: flex;
}

.gsdt_list li:nth-child(2n) {
	margin-right: 0;
}

.gsdt_list li .img {
	width: 208px;
	height: 159px;
}

.gsdt_list li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gsdt_list li .info {
	flex: 1;
	margin-left: 15px;
}

.gsdt_list li .info span {
	font-size: 17px;
	color: #282728;
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
	text-align: justify;
}

.gsdt_list li .info span i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 8px;
	height: 16px;
	background: #E62E00;
	margin-top: -4px;
}

.gsdt_list li .info p {
	font-size: 15px;
	color: #282728;
	line-height: 23px;
}

.gsdt_list li .info p a {
	color: #E62E00;
	font-weight: bold;
	text-decoration: underline;
}

.page {
	width: 100%;
	float: left;
	text-align: right;
	margin-top: 20px;
	margin-bottom: 50px;
}

.page .page_num,
.page .page_tz {
	float: right;
}

.page a {
	width: 60px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #FFFFFF;
	font-size: 14px;
	background-color: #193554;
	float: left;
}

.page a.prev {
	border-right: 1px solid #FFFFFF;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.page a.next {
	border-left: 1px solid #FFFFFF;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.page a:hover {
	background-color: #E62E00;
}

.page_tz {
	line-height: 30px;
	font-size: 14px;
	color: #3e3e3e;
	margin-left: 10px;
}

.page_tz input {
	width: 50px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #FFFFFF;
	font-size: 14px;
	background-color: #193554;
	border: none;
	border-radius: 5px;
}

.lxfs_con1 {
	width: 100%;
	margin-top: 80px;
}

.lxfs_con1 .left {
	width: 55%;
	text-align: center;
	float: left;
}

.lxfs_con1 .left img {
	max-width: 100%;
}

.lxfs_con1 .right {
	float: right;
	width: 40%;
}

.lxfs_con1 .right span {
	font-size: 22px;
	font-weight: bold;
	color: #2c2f31;
}

.lxfs_con1 .right span i {
	width: 40px;
	display: inline-block;
}

.lxfs_con1 .right p {
	font-size: 16px;
	color: #2c2f31;
	margin-bottom: 40px;
	margin-top: 3px;
}

.lxfs_box2_col1 {
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #2c2f31;
	margin-top: 50px;
}

.lxfs_box2_con {
	text-align: left;
	margin: 0 auto;
	display: inline-block;
	overflow: hidden;
}

.lxfs_box2_con p {
	margin: 10px 0;
	display: block;
}

.lxfs_box2_con p img {
	vertical-align: middle;
	margin-right: 10px;
}

.lxfs_box2_con p b {
	color: #E62E00;
	font-size: 24px;
}

.lxfs_box2_col2 {
	width: 100%;
	text-align: center;
	margin-top: 35px;
	margin-bottom: 100px;
}

.lxfs_box2_col2 span {
	background: #fce5e7;
	border-radius: 22px;
	font-size: 18px;
	color: #2c2f31;
	padding: 10px 15px;
	line-height: 23px;
	display: inline-block;
}

.lxfs_box {
	display: block;
	overflow: hidden;
}

.detail {
	margin: 50px 0;
	overflow: hidden;
}

.detail_tit {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 30px;
	border-bottom: 1px solid #e2e4e6;
	margin-top: 10px;
	margin-bottom: 30px;
}

.detail_time {
	font-size: 14px;
	text-align: center;
	width: 100%;
	float: left;
	color: #656565;
	font-weight: normal;
	margin-top: 20px;
}

.detail_con {
	width: 100%;
	float: left;
	text-align: justify;
	font-size: 16px;
	color: #3a3d40;
	line-height: 35px;
	text-indent: 2em;
}

.detail_fy {
	width: 100%;
	float: left;
	border-top: 1px solid #e2e4e6;
	padding-top: 25px;
	margin-top: 25px;
}

.detail_fy a.prev {
	background: #193554;
	font-size: 14px;
	padding: 0px 25px;
	color: #FFFFFF;
	line-height: 35px;
	float: left;
}

.detail_fy a.next {
	background: #193554;
	font-size: 14px;
	padding: 0px 25px;
	color: #FFFFFF;
	line-height: 35px;
	float: right;
}

.detail_fy a:hover {
	background: #E62E00;
}


@media (max-width: 1200px) {
	.hz_tab tr td {
		padding: 15px;
	}

	.gsdt_list li {
		width: 96%;
		margin: 10px 2%;
	}

	.lxfs_con1 .right p {
		font-size: 14px;
	}
}

@media (max-width: 798px) {
	.hz_info {
		font-size: 14px;
		margin-top: 15px;
		line-height: 23px;
	}

	.nei-banner .text p.p4 {
		background-size: 20%;
	}

	.hz_tab tr th img {
		display: none;
	}

	.hz_tab tr th {
		font-size: 14px;
		font-weight: normal;
	}

	.hz_tab tr td {
		font-size: 10px;
	}

	.hz_box-1 .title h3 {
		background-size: 230px;
	}

	.gywm_box {
		margin-top: 20px;
	}

	.gywm {
		margin-top: 30px;
	}

	.gywm .left {
		width: 100%;
	}

	.gywm .rii {
		width: 100%;
	}

	.gywm .rii img {
		width: 49.2%;
	}

	.gsdt_list li {
		display: block;
	}

	.gsdt_list li .img {
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}

	.gsdt_list li .info p {
		margin-bottom: 10px;
		font-size: 14px;
	}

	.gsdt_list li .info span {
		font-size: 14px;
	}

	.lxfs_con1 .left {
		width: 100%;
	}

	.lxfs_con1 .right {
		width: 90%;
		margin-top: 30px;
		margin-right: 5%;
	}

	.lxfs_con1 {
		margin-top: 30px;
	}

	.lxfs_box2_col2 span {
		font-size: 14px;
	}

	.detail_tit {
		font-size: 18px;
		margin-top: 0px;
	}

	.detail_time {
		font-size: 12px;
	}

	.detail_con {
		font-size: 14px;
		line-height: 23px;
	}
}
@media (max-width: 798px){
.dy-box-2 ul li .box .text i {
 
 display: none;
}

}

@media (max-width: 798px){
.fp-box-3 ul {
 margin-left: 0;
 margin-right: 0;}
.fp-box-3 ul li {
 width: 50%;
 float: left;
 padding: 0 20px;
 margin-bottom: 20px;
}

}

.banner img{height: auto;width: 100%;}
@media (max-width: 798px){
 .banner img{
height: 100%;
 width: 100%;
 object-fit: cover;
}
}
@media (max-width: 798px){
.fp-box-6 .main .minn img{
    display: none;
}
}