﻿/* CSS Document*/

@font-face {
	font-family: "History";
	src: url("../fonts/history.woff2") format("woff2"), url("../fonts/history.woff") format("woff"), url("../fonts/history.ttf") format("truetype"), url("../fonts/history.eot") format("embedded-opentype"), url("../fonts/history.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'webfontregular';
	font-weight: 600;
	src: url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.eot');
	src: url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.eot') format('embedded-opentype'), url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.woff2') format('woff2'), url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.woff') format('woff'), url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.ttf') format('truetype'), url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.svg#webfontregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* CSS Document*/
* {
	padding: 0px;
	margin: 0px;
	outline: 0 none;
}

a {
	text-decoration: none;
	color: #666;
	transition: all 0.5s ease 0s;
}

	a:focus {
		outline: none;
	}

	a:hover {
		color: #154a9a;
		text-decoration: none;
	}

ul {
	list-style-type: none;
	margin-bottom: 0px;
}

li {
	vertical-align: bottom;
	zoom: 1;
}

img {
	border: 0px;
}

select {
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	color: #666;
	font-size: 12px;
}

textarea {
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	color: #666;
	font-size: 12px;
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

th,
td {
	padding: 0;
}

input {
	vertical-align: middle;
	outline: none;
	font-size: 12px;
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	overflow: hidden;
}

.clearfix {
	zoom: 1;
}

	.clearfix:after {
		clear: both;
	}

.hidden {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: inherit;
	margin: 0px;
}

p {
	margin: 0px;
}

em,
i {
	font-style: normal;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

@font-face {
	font-family: 'iconfont';
	/* project id 1670834 */
	src: url('../fonts/font_1670834_nnqeiloopp.eot');
	src: url('../fonts/font_1670834_nnqeiloopp.eot') format('embedded-opentype'), url('../fonts/font_1670834_nnqeiloopp.woff2') format('woff2'), url('../fonts/font_1670834_nnqeiloopp.woff') format('woff'), url('../fonts/font_1670834_nnqeiloopp.ttf') format('truetype'), url('../fonts/font_1670834_nnqeiloopp.svg#iconfont') format('svg');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}


body {
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	background: #fff;
	color: #666;
	font-size: 12px;
	overflow-x: hidden !important;
}


.container {
	margin: 0px auto;
	max-width: 1400px;
	padding: 0px 30px;
}


.header {
	width: 100%;
	z-index: 200;
	width: 100%;
	transition: all 0.5s ease 0s;
	height: 120px;
}


	.header .logo {
		position: relative;
		height: 100%;
		float: left;
		/* margin-top: 20px; */
	}

		.header .logo img {
			width: 100%;
			height: 120px;
			object-fit: contain;
		}

		.header .logo a {
			position: relative;
			z-index: 10;
		}

		.header .logo::after {
			position: absolute;
			content: '';
			left: 0px;
			width: 100%;
			height: 100%;
			/*background: url(../images/logo.png) no-repeat;*/
			background-size: contain;
		}


.scope {
	background: #fff;
	transition: all 0.5s ease 0s;
	box-shadow: 0px 0px 5px #ccc;
	position: fixed !important;
	z-index: 200;
}

	.scope .nav .nLi h3 a {
		color: #333;
	}

	.scope .in_search a.fa i {
		color: #333;
	}

	.scope .in_yyqh {
		color: #333;
	}

		.scope .in_yyqh i {
			color: #333;
		}

		.scope .in_yyqh a {
			color: #333;
		}

			.scope .in_yyqh a:hover {
				color: #154a9a;
			}

.header .head_right {
	float: right;
}

.nav {
	position: relative;
	z-index: 10;
	text-align: center;
	float: right;
}

	.nav .nLi {
		display: inline-block;
		position: relative;
		box-sizing: border-box;
		text-align: center;
	}

		.nav .nLi h3 a {
			display: inline-block;
			color: #333;
			font-weight: bold;
			height: 120px;
			box-sizing: border-box;
			font-size: 16px;
			text-align: center;
			line-height: 120px;
			white-space: nowrap;
			padding: 0px 20px;
			margin: 0px 10px;
			position: relative;
		}

			.nav .nLi h3 a::after {
				position: absolute;
				content: '';
				background: url(../images/nav_ico.png) no-repeat;
				width: 9px;
				height: 5px;
				top: 50%;
				right: 0px;
				transform: translate(-50%, 0%);
			}

			.nav .nLi h3 a:hover::after {
				background: url(../images/nav_ico.png) no-repeat;
				top: 50%;
				right: 0px;
				transform: translate(-50%, 0%) rotate(180deg);
			}


			.nav .nLi h3 a:hover {
				color: #154a9a;
			}

		.nav .nLi:hover h3 a {
			color: #154a9a;
		}

		.nav .nLi .sub {
			display: none;
			overflow: hidden;
			background: #fff;
			box-shadow: 0px 2px 2px #ccc;
		}

		.nav .nLi:hover .sub {
			display: block;
			left: 50%;
			transform: translate(-50%, 0%);
			top: 80px;
			position: absolute;
			color: #333;
			padding: 0px 0px;
		}

	.nav .sub li {
		min-width: 105px;
		height: 38px;
		line-height: 38px;
		white-space: nowrap;
		border-bottom: 1px dashed #edecec;
	}

		.nav .sub li a {
			padding: 0px 15px;
			color: #333;
			display: block;
			font-size: 14px;
			text-align: center;
			background: none !important;
		}

	.nav .sub a:hover {
		color: #154a9a;
	}


	.nav .on h3 a {
		color: #154a9a;
	}


	.nav .nLi .subb {
		display: none;
		overflow: hidden;
		position: fixed;
		width: 100vw;
		left: 0px;
		top: 80px;
	}

.in_search {
	position: relative;
	float: right;
	margin-left: 10px;
	margin-top: 27px;
	float: right;
}

	.in_search a {
		color: #fff;
		display: block;
		border-radius: 50%;
		width: 52px;
		height: 52px;
		text-align: center;
		border: 1px solid #ddd;
		background: url(../images/top_search.png) no-repeat center center #fff;
	}

		.in_search a:hover {
			background: url(../images/top_search1.png) no-repeat center center #154a9a;
			border: 1px solid #154a9a;
		}


.reveal-modal-bg {
	z-index: 1000;
	display: none;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	width: 100%;
	height: 100%;
}

.reveal-modal {
	visibility: hidden;
	top: 0px !important;
	left: 0px;
	bottom: 0px;
	width: 100%;
	position: fixed;
	z-index: 1001;
	background: rgba(0, 0, 0, 1.00);
}

	.reveal-modal .cent-form {
		position: absolute;
		width: 94.8%;
		left: 2.6%;
		top: 50%;
		height: 124px;
		margin-top: -63px;
		border-bottom: 1px solid #515151;
	}

	.reveal-modal .tex {
		border: none;
		font-size: 25px;
		height: 124px;
		line-height: 124px;
		text-align: center;
		width: 100%;
		box-sizing: border-box;
		color: #555;
		padding-left: 88px;
		padding-right: 80px;
		background: url(../images/ico_36.png) no-repeat 35px 60px;
	}

	.reveal-modal .sub-butn {
		border: none;
		height: 100px;
		margin-top: 24px;
		font-size: 24px;
		line-height: 100px;
		color: #555;
		background: none;
		position: absolute;
		right: 0;
		top: 0;
		width: 80px;
		text-align: center;
	}

	.reveal-modal .close-reveal-modal {
		font-size: 50px;
		line-height: .5;
		position: fixed;
		top: 8px;
		right: 11px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0, 0, 0, .6);
		font-weight: bold;
		cursor: pointer;
	}

.reveal-modal-bg {
	z-index: 1000;
	display: none;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	width: 100%;
	height: 100%;
}

.reveal-modal {
	visibility: hidden;
	top: 0px !important;
	left: 0px;
	bottom: 0px;
	width: 100%;
	position: fixed;
	z-index: 1001;
	background: rgba(0, 0, 0, 1.00);
}

	.reveal-modal .cent-form {
		position: absolute;
		width: 94.8%;
		left: 2.6%;
		top: 50%;
		height: 124px;
		margin-top: -63px;
		border-bottom: 1px solid #515151;
	}

	.reveal-modal .tex {
		border: none;
		font-size: 25px;
		height: 124px;
		line-height: 124px;
		text-align: center;
		width: 100%;
		box-sizing: border-box;
		color: #555;
		padding-left: 88px;
		padding-right: 80px;
		background: url(../images/ico_36.png) no-repeat 35px 60px;
	}

	.reveal-modal .sub-butn {
		border: none;
		height: 100px;
		margin-top: 24px;
		font-size: 24px;
		line-height: 100px;
		color: #555;
		background: none;
		position: absolute;
		right: 0;
		top: 0;
		width: 80px;
		text-align: center;
		cursor: pointer;
	}

	.reveal-modal .close-reveal-modal {
		font-size: 50px;
		line-height: .5;
		position: fixed;
		top: 8px;
		right: 11px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0, 0, 0, .6);
		font-weight: bold;
		cursor: pointer;
	}




.phone_btn {
	float: right;
	margin-top: 25px;
	display: none;
}

	.phone_btn span {
		width: 20px;
		height: 17px;
		display: inline-block;
		position: relative;
	}

		.phone_btn span:before {
			content: '';
			width: 22px;
			height: 3px;
			background: #333;
			position: absolute;
			top: 0;
			left: 0;
		}

		.phone_btn span:after {
			content: '';
			width: 22px;
			height: 3px;
			background: #333;
			position: absolute;
			bottom: 0;
			left: 0;
		}

		.phone_btn span i {
			position: absolute;
			top: 50%;
			left: 0;
			width: 22px;
			height: 3px;
			background: #333;
			margin-top: -2px;
		}


.scope .phone_btn span:before {
	background: #333;
}

.scope .phone_btn span:after {
	background: #333;
}

.scope .phone_btn span i {
	background: #333;
}


.menu_box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 11;
	background: rgba(0, 0, 0, 0.7);
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

	.menu_box.into {
		transform: translateX(0);
		-webkit-transform: translateX(0);
	}

.menu_cot {
	width: 70%;
	height: 100%;
	background: #fff;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.menu_box.into .menu_cot {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	transition: all 0.3s 0.2s ease;
	-webkit-transition: all 0.3s 0.2s ease;
}



.menu_close {
	position: absolute;
	top: 0;
	right: 0;
	width: 30%;
	height: 100%;
}

	.menu_close img {
		width: 40px;
	}

	.menu_close a {
		padding: 10px;
		height: 100%;
		width: 100%;
		display: flex;
		align-items: flex-start;
		justify-content: flex-end;
	}


.in_banner {
	height: 640px;
	position: relative;
}

	.in_banner .swiper-slide {
		position: relative;
		background-size: cover;
		background-position: center center;
	}

		.in_banner .swiper-slide .b_img {
			display: none;
		}

			.in_banner .swiper-slide .b_img img {
				width: 100%;
				height: auto;
			}

		.in_banner .swiper-slide .nr {
			position: absolute;
			width: 80%;
			left: 10%;
			top: 0px;
			height: 100%;
			color: #fff;
			text-shadow: 0px 2px 2px #666;
		}

			.in_banner .swiper-slide .nr .container {
				height: 100%;
				display: flex;
				align-items: center;
				justify-content: center;
				flex-direction: column;
				width: 600px;
				float: right;
			}

			.in_banner .swiper-slide .nr h2 {
				font-size: 55px;
				text-align: center;
				margin-top: 10px;
			}

			.in_banner .swiper-slide .nr b {
				width: 1px;
				height: 12%;
				background: #fff;
				display: block;
			}

			.in_banner .swiper-slide .nr h3 {
				font-size: 40px;
				text-align: center;
				margin-bottom: 10px;
			}

		.in_banner .swiper-slide .nr {
			opacity: 0;
			transition: all 3s ease;
		}

	.in_banner .swiper-slide-active .nr {
		opacity: 1;
	}


	.in_banner .swiper-pagination span {
		width: 18px;
		height: 18px;
		opacity: 1;
		background: #fff;
	}

		.in_banner .swiper-pagination span.swiper-pagination-bullet-active {
			background: #154a9a;
		}


	.in_banner .five_mk {
		position: absolute;
		bottom: 0px;
		width: 100%;
		z-index: 10;
	}

		.in_banner .five_mk ul {
			max-width: 1300px;
			margin: 0px auto;
			display: flex;
		}

			.in_banner .five_mk ul li {
				height: 130px;
				width: calc(20% - 1px);
				margin-right: 1px;
			}

				.in_banner .five_mk ul li:nth-last-child(1) {
					width: 20%;
					margin-right: 0px;
				}

				.in_banner .five_mk ul li a {
					display: flex;
					justify-content: center;
					align-items: center;
					width: 100%;
					height: 100%;
					flex-direction: column;
					background: rgba(255, 255, 255, 0.6);
				}

					.in_banner .five_mk ul li a span {
						display: block;
						width: 46px;
						height: 48px;
						background: url(../images/banner_tb.png) no-repeat;
						background-size: cover;
					}

					.in_banner .five_mk ul li a p {
						font-size: 16px;
						padding-top: 5px;
						color: #0b62c2;
					}

					.in_banner .five_mk ul li a:hover {
						background: rgba(11, 98, 194, 0.5);
					}

						.in_banner .five_mk ul li a:hover span {
							background: url(../images/banner_tb1.png) no-repeat;
							background-size: cover;
						}

						.in_banner .five_mk ul li a:hover p {
							color: #fff;
						}

.in_bt {
	position: relative;
	padding-bottom: 35px;
}

	.in_bt h2 {
		font-size: 40px;
		color: #154a9a;
	}

	.in_bt h3 {
		text-transform: uppercase;
		font-size: 16px;
		color: #b2b2b2;
		padding-top: 3px;
	}

	.in_bt span {
		float: right;
	}

		.in_bt span a {
			font-size: 18px;
			text-transform: uppercase;
			color: #333;
		}

			.in_bt span a i {
				width: 50px;
				height: 50px;
				border: 1px solid #ccc;
				border-radius: 50%;
				margin-left: 5px;
				display: inline-block;
				background: url(../images/in_jiantou.png) no-repeat center center;
				background-size: 19px 14px;
				vertical-align: middle;
			}

			.in_bt span a:hover i {
				border: 1px solid #154a9a;
				background: url(../images/in_jiantou1.png) no-repeat center center #154a9a;
			}

.in_box {
	padding: 50px 0px;
	background: url(../images/in_about_bj.png) no-repeat right top;
	background-size: auto 100%;
}

	.in_box .container {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

		.in_box .container .in_box_l {
			width: 50%;
			padding-right: 5%;
			border-right: 1px solid #ddd;
		}

			.in_box .container .in_box_l .nr p {
				display: block;
				font-size: 16px;
				line-height: 30px;
				overflow: hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				/*-webkit-line-clamp: 3;*/
				-webkit-box-orient: vertical;
			}

			.in_box .container .in_box_l .nr span {
				padding-top: 20px;
				display: block;
			}

				.in_box .container .in_box_l .nr span a {
					width: 80%;
					margin: 0px auto;
					color: #333;
					height: 70px;
					line-height: 70px;
					border-radius: 50px;
					box-shadow: 0px 0px 5px #ddd;
					background: #fff;
					text-align: center;
					text-transform: uppercase;
					font-size: 16px;
					display: block;
					position: relative;
				}

					.in_box .container .in_box_l .nr span a i {
						width: 50px;
						height: 50px;
						border: 1px solid #ccc;
						border-radius: 50%;
						display: block;
						position: absolute;
						right: 10px;
						top: 10px;
						background: url(../images/in_jiantou.png) no-repeat center center;
						background-size: 19px 14px;
					}

					.in_box .container .in_box_l .nr span a:hover {
						transform: translate(0px, -3px);
						box-shadow: 0px 0px 5px #999;
					}

						.in_box .container .in_box_l .nr span a:hover i {
							border: 1px solid #154a9a;
							background: url(../images/in_jiantou1.png) no-repeat center center #154a9a;
						}


		.in_box .container .in_box_r {
			width: 47%;
			position: relative;
			padding-bottom: 20px;
		}

			.in_box .container .in_box_r .swiper-slide img {
				width: 100%;
				height: auto;
			}

			.in_box .container .in_box_r .in_box_r_nr_an {
				bottom: 0px;
				width: 100%;
				text-align: right;
			}

				.in_box .container .in_box_r .in_box_r_nr_an span {
					width: 38px;
					height: 3px;
					border-radius: 0px;
					margin-left: 5px;
					background: #fff;
					opacity: 1;
				}

				.in_box .container .in_box_r .in_box_r_nr_an .swiper-pagination-bullet-active {
					background: #154a9a;
				}


.in_box1 {
	padding: 50px 0px;
}

	.in_box1 ul {
		display: flex;
		margin: 0px -10px;
	}

		.in_box1 ul li {
			width: 25%;
			padding: 15px;
			background: #fff;
			box-shadow: 0px 0px 10px #ddd;
			margin: 0px 10px;
		}

			.in_box1 ul li:hover {
				box-shadow: 0px 0px 10px #ccc;
			}

			.in_box1 ul li a {
				display: block;
			}

				.in_box1 ul li a .img {
					overflow: hidden;
					position: relative;
				}

					.in_box1 ul li a .img img {
						transform: scale(1);
						transition: all 0.5s ease 0s;
						width: 100%;
						height: auto;
					}

				.in_box1 ul li a:hover .img img {
					transform: scale(1.05);
					transition: all 0.5s ease 0s;
				}

				.in_box1 ul li a .img b {
					font-weight: normal;
					color: #fff;
					position: absolute;
					width: 100%;
					height: 100%;
					left: 0px;
					top: 0px;
					background: rgba(0, 0, 0, 0.6);
					display: none;
					align-items: center;
					justify-content: center;
					font-size: 14px;
				}

				.in_box1 ul li a:hover .img b {
					display: flex;
				}

				.in_box1 ul li a .img b img {
					width: auto;
					margin-left: 10px;
				}

			.in_box1 ul li .nr h2 {
				font-size: 18px;
				color: #333;
				padding: 10px 0px;
				white-space: nowrap;
				text-overflow: ellipsis;
				overflow: hidden;
			}

			.in_box1 ul li .nr p {
				font-size: 13px;
				overflow: hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-line-clamp: 4;
				-webkit-box-orient: vertical;
				color: #666;
				height: 75px;
			}


.in_box2 {
	padding: 50px 0px;
}

	.in_box2 .nr {
		display: flex;
		justify-content: space-between;
	}

		.in_box2 .nr .in_box2_l {
			width: 450px;
			position: relative;
		}

			.in_box2 .nr .in_box2_l .nr {
				position: absolute;
				background: rgba(255, 255, 255, 0.9);
				border-bottom: 2px solid #154a9a;
				width: 100%;
				bottom: 0px;
				left: 0px;
				color: #333;
				padding: 20px;
				display: block;
			}

				.in_box2 .nr .in_box2_l .nr h2 {
					font-size: 13px;
					color: #333;
				}

				.in_box2 .nr .in_box2_l .nr p {
					color: #333;
					font-size: 13px;
					margin: 10px 0px;
					overflow: hidden;
					text-overflow: ellipsis;
					display: -webkit-box;
					-webkit-line-clamp: 4;
					-webkit-box-orient: vertical;
				}

				.in_box2 .nr .in_box2_l .nr span {
					display: block;
				}

					.in_box2 .nr .in_box2_l .nr span img {
						width: 13px;
						height: auto;
						margin-left: 5px;
						transition: all 0.3s ease 0s;
					}

					.in_box2 .nr .in_box2_l .nr span a {
						background: #154a9a;
						display: block;
						margin: 0px auto;
						width: 160px;
						height: 28px;
						line-height: 28px;
						text-align: center;
						color: #fff;
					}

						.in_box2 .nr .in_box2_l .nr span a:hover img {
							margin-left: 10px;
							transition: all 0.3s ease 0s;
						}

			.in_box2 .nr .in_box2_l img {
				width: 100%;
				height: auto;
			}


		.in_box2 .nr .in_box2_r {
			width: calc(100% - 490px);
		}

			.in_box2 .nr .in_box2_r ul li {
				display: flex;
				align-items: center;
				justify-content: space-between;
				margin-bottom: 20px;
			}

				.in_box2 .nr .in_box2_r ul li:nth-last-child(1) {
					margin-bottom: 0px;
				}

				.in_box2 .nr .in_box2_r ul li .img {
					width: 140px;
					height: 100px;
					overflow: hidden;
					border-radius: 5px;
				}

					.in_box2 .nr .in_box2_r ul li .img a {
						display: block;
					}

						.in_box2 .nr .in_box2_r ul li .img a:hover {
							transform: scale(1.05);
						}

					.in_box2 .nr .in_box2_r ul li .img img {
						width: 100%;
						height: auto;
					}

				.in_box2 .nr .in_box2_r ul li .nr {
					width: calc(100% - 180px);
					display: block;
				}

					.in_box2 .nr .in_box2_r ul li .nr h2 a {
						display: block;
						font-size: 18px;
						color: #333;
						margin-bottom: 10px;
						white-space: nowrap;
						text-overflow: ellipsis;
						overflow: hidden;
					}

						.in_box2 .nr .in_box2_r ul li .nr h2 a:hover {
							color: #900926;
						}

					.in_box2 .nr .in_box2_r ul li .nr p {
						font-size: 14px;
						margin-bottom: 5px;
						white-space: nowrap;
						text-overflow: ellipsis;
						overflow: hidden;
					}

					.in_box2 .nr .in_box2_r ul li .nr span {
						font-size: 12px;
						display: none;
					}


.in_box3 {
	padding: 50px 0px;
}

	.in_box3 .nr {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

		.in_box3 .nr .img {
			width: 43%;
		}

			.in_box3 .nr .img a {
				overflow: hidden;
				display: block;
			}

				.in_box3 .nr .img a img {
					transform: scale(1);
					transition: all 0.5s ease 0s;
				}

				.in_box3 .nr .img a:hover img {
					overflow: hidden;
					transform: scale(1.05);
					transition: all 0.5s ease 0s;
				}

			.in_box3 .nr .img img {
				width: 100%;
				height: auto;
			}

		.in_box3 .nr .xnr {
			width: 53%;
		}

			.in_box3 .nr .xnr h2 {
				font-size: 30px;
				color: #333;
			}

			.in_box3 .nr .xnr b {
				width: 26px;
				height: 2px;
				display: block;
				background: #333;
				margin: 10px 0px;
			}

			.in_box3 .nr .xnr p {
				font-size: 18px;
				line-height: 34px;
				color: #333;
				overflow: hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-line-clamp: 4;
				-webkit-box-orient: vertical;
			}

			.in_box3 .nr .xnr span {
				display: block;
				margin-top: 15px;
			}

				.in_box3 .nr .xnr span a {
					width: 220px;
					height: 50px;
					line-height: 50px;
					text-align: center;
					box-shadow: 0px 0px 5px #ddd;
					display: block;
					text-transform: uppercase;
					font-size: 16px;
				}

					.in_box3 .nr .xnr span a i {
						width: 19px;
						height: 14px;
						display: inline-block;
						vertical-align: middle;
						background: url(../images/in_jiantou.png) no-repeat;
						background-size: cover;
						margin-left: 10px;
					}

					.in_box3 .nr .xnr span a:hover {
						box-shadow: 0px 0px 5px #ccc;
						background: #154a9a;
						color: #fff;
					}

						.in_box3 .nr .xnr span a:hover i {
							background: url(../images/in_jiantou1.png) no-repeat;
						}


.in_box4 {
	padding: 50px 0px;
}

	.in_box4 .nr {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

		.in_box4 .nr .in_box4_l {
			display: flex;
			justify-content: space-between;
			align-items: center;
			width: 50%;
			box-shadow: 0px 0px 5px #ddd;
			padding: 3%;
		}

			.in_box4 .nr .in_box4_l .img {
				width: 200px;
			}

				.in_box4 .nr .in_box4_l .img a {
					overflow: hidden;
					display: block;
					border-radius: 5px;
				}

					.in_box4 .nr .in_box4_l .img a img {
						transform: scale(1);
						transition: all 0.5s ease 0s;
					}

					.in_box4 .nr .in_box4_l .img a:hover img {
						overflow: hidden;
						transform: scale(1.05);
						transition: all 0.5s ease 0s;
					}

				.in_box4 .nr .in_box4_l .img img {
					width: 100%;
					height: auto;
				}

			.in_box4 .nr .in_box4_l .xnr {
				width: calc(100% - 220px);
			}

				.in_box4 .nr .in_box4_l .xnr h2 {
					font-size: 20px;
					color: #333;
					margin-bottom: 10px;
					overflow: hidden;
					text-overflow: ellipsis;
					display: -webkit-box;
					-webkit-line-clamp: 2;
					-webkit-box-orient: vertical;
				}

				.in_box4 .nr .in_box4_l .xnr p {
					font-size: 15px;
					margin-bottom: 10px;
					overflow: hidden;
					text-overflow: ellipsis;
					display: -webkit-box;
					-webkit-line-clamp: 2;
					-webkit-box-orient: vertical;
				}

				.in_box4 .nr .in_box4_l .xnr span {
					text-align: right;
					display: block;
				}

					.in_box4 .nr .in_box4_l .xnr span a {
						text-transform: uppercase;
					}

						.in_box4 .nr .in_box4_l .xnr span a img {
							margin-left: 5px;
							transition: all 0.3s ease 0s;
						}

						.in_box4 .nr .in_box4_l .xnr span a:hover img {
							margin-left: 10px;
							transition: all 0.3s ease 0s;
						}

		.in_box4 .nr .in_box4_r {
			width: 46%;
		}

			.in_box4 .nr .in_box4_r ul li {
				position: relative;
				padding-left: 20px;
			}

				.in_box4 .nr .in_box4_r ul li::before {
					width: 10px;
					height: 10px;
					background: #d2d2d2;
					content: '';
					position: absolute;
					left: 0px;
					top: 17px;
				}

				.in_box4 .nr .in_box4_r ul li a {
					font-size: 18px;
					color: #333;
					display: block;
					line-height: 45px;
					white-space: nowrap;
					text-overflow: ellipsis;
					overflow: hidden;
				}

					.in_box4 .nr .in_box4_r ul li a:hover {
						color: #154a9a;
					}

				.in_box4 .nr .in_box4_r ul li:hover::before {
					background: #154a9a;
				}


.footer {
	background: #174282;
}

.footer1 {
	padding-top: 50px;
	padding-bottom: 10px;
}

	.footer1 h2 {
		margin-right: 3%;
		float: left;
	}

		.footer1 h2 img {
			width: 160px;
			height: auto;
		}

	.footer1 h3 {
		color: #fff;
		float: left;
		margin-top: 20px;
	}

		.footer1 h3 b {
			display: block;
			font-size: 17px;
			margin-bottom: 8px;
			text-transform: uppercase;
		}

		.footer1 h3 a {
			color: #fff;
			margin-right: 10px;
		}

	.footer1 h4 {
		float: right;
		color: #fff;
		text-align: center;
	}

		.footer1 h4 img {
			margin-bottom: 5px;
		}

	.footer1 h5 {
		float: right;
		margin-right: 5%;
		color: #fff;
	}

		.footer1 h5 b {
			display: block;
			font-size: 17px;
			margin-bottom: 8px;
			text-transform: uppercase;
		}

		.footer1 h5 p {
			line-height: 24px;
		}

.yqlj {
	color: #d1d1d1;
	font-size: 14px;
	margin-top: 10px;
	line-height: 22px;
}

	.yqlj a {
		color: #d1d1d1;
		margin-right: 15px;
		display: inline-block;
	}

.footer2 {
	background: #08306c;
	text-align: center;
	padding: 10px 0px;
	color: #fff;
}

	.footer2 a {
		color: #fff;
	}


.ny_banner {
	height: 500px;
	background-size: cover;
	background-position: center center;
}

	.ny_banner .container {
		height: 100%;
	}

		.ny_banner .container .nr {
			width: 700px;
			float: right;
			height: 100%;
			display: flex;
			align-items: center;
			justify-content: center;
			flex-direction: column;
			color: #fff;
		}

			.ny_banner .container .nr h2 {
				font-size: 50px;
				text-align: center;
				margin-top: 10px;
			}

			.ny_banner .container .nr b {
				width: 1px;
				height: 12%;
				background: #fff;
				display: block;
			}

			.ny_banner .container .nr h3 {
				font-size: 35px;
				text-align: center;
				margin-bottom: 10px;
			}


.ny_lj {
	line-height: 50px;
	font-size: 14px;
	color: #999;
}

	.ny_lj a {
		color: #999;
	}

		.ny_lj a:hover {
			color: #154a9a;
		}

	.ny_lj span {
		color: #154a9a;
	}

.ny_lj1 {
	line-height: 75px;
	border-bottom: 2px solid #ddd;
	font-size: 30px;
	color: #154a9a;
}

	.ny_lj1 span {
		font-size: 24px;
		text-transform: uppercase;
		color: #bfbfbf;
	}

.ny_z {
	padding-top: 20px;
}

.ny_z_l {
	width: 300px;
	float: left;
}

	.ny_z_l ul li a {
		display: block;
		width: 100%;
		height: 60px;
		line-height: 60px;
		text-align: center;
		font-size: 18px;
		border: 1px solid #ccc;
		border-radius: 5px;
		margin-bottom: 15px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

		.ny_z_l ul li a img {
			display: none;
			margin-right: 12px;
		}

		.ny_z_l ul li a:hover {
			background: #154a9a;
			color: #fff;
			border: 1px solid #154a9a;
		}

		.ny_z_l ul li a.on {
			background: #154a9a;
			color: #fff;
			border: 1px solid #154a9a;
		}

			.ny_z_l ul li a.on img {
				display: inline-block;
			}

.ny_z_r {
	width: calc(100% - 350px);
	float: right;
	background: #fafafa;
	padding: 20px;
	margin: 0 auto;
}

	.ny_z_r .bt {
		color: #154a9a;
		font-size: 20px;
		position: relative;
		margin-bottom: 25px;
	}

		.ny_z_r .bt span {
			color: #666;
			text-transform: uppercase;
			margin-left: 5px;
			font-size: 12px;
		}

		.ny_z_r .bt::after {
			content: '';
			height: 1px;
			width: 200px;
			position: absolute;
			left: 0px;
			bottom: 0px;
			background-image: linear-gradient(to right, rgba(21, 74, 154, 1), rgba(21, 74, 154, 0));
		}

.ny_about {
	font-size: 15px;
	color: #333;
	line-height: 26px;
	margin-bottom: 40px;
}

	.ny_about p {
		display: block;
		margin-bottom: 10px;
	}

	.ny_about img {
		max-width: 100%;
		height: auto;
	}

.ny_about1 {
	background: url(../images/about1_bj.png) no-repeat;
	background-size: cover;
	padding: 120px;
	position: relative;
	margin-bottom: 40px;
}

.ny_about1_qh .swiper-slide img {
	width: 100%;
	height: auto;
}

.ny_about1 .ny_about1_next {
	right: 50px;
}

.ny_about1 .ny_about1_prev {
	left: 50px;
}

.ny_about2 {
	background: #fdfdfd;
	box-shadow: 0px 0px 10px #ddd;
	padding: 50px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}

.ny_about2_l {
	width: 40%;
}

	.ny_about2_l img {
		width: 100%;
		height: auto;
	}

.ny_about2_r {
	width: 55%;
	border-left: 1px solid #154a9a;
	padding-left: 5%;
	height: 280px;
	overflow-x: auto;
}

	.ny_about2_r h2 {
		display: flex;
		align-items: center;
		font-size: 15px;
		color: #666;
		line-height: 26px;
		margin-bottom: 15px;
	}

		.ny_about2_r h2 span {
			display: block;
			width: 85px;
			color: #154a9a;
			font-size: 25px;
		}

		.ny_about2_r h2 p {
			width: calc(100% - 85px);
		}

	.ny_about2_r::-webkit-scrollbar {
		width: 1px;
	}

	.ny_about2_r::-webkit-scrollbar-track {
		background: #fff;
	}

	.ny_about2_r::-webkit-scrollbar-thumb {
		background: #154a9a;
	}

		.ny_about2_r::-webkit-scrollbar-thumb:window-inactive {
			background: #154a9a;
		}

		.ny_about2_r::-webkit-scrollbar-thumb:vertical:hover {
			background: #154a9a;
		}


.ny_about3 {
	margin-bottom: 40px;
}

	.ny_about3 p {
		font-size: 13px;
	}

	.ny_about3 ul {
		margin-top: 35px;
	}

		.ny_about3 ul li {
			width: 30.3%;
			margin: 0px 1.5%;
			float: left;
			margin-bottom: 30px;
		}


			.ny_about3 ul li a {
				display: block;
				background-size: contain;
				background-position: bottom center;
				background-repeat: no-repeat;
			}

				.ny_about3 ul li a img {
					width: 100%;
					height: auto;
				}

			.ny_about3 ul li p {
				text-align: center;
				color: #333;
				font-size: 15px;
				line-height: 22px;
				padding-top: 10px;
				overflow: hidden;
				text-overflow: ellipsis;
				white-space: nowrap;
			}

.business {
	margin-bottom: 40px;
	margin: 0px -1%;
}

	.business ul li {
		background: #fff;
		border: 1px solid #ddd;
		width: 31.3%;
		margin: 0px 1%;
		float: left;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 1%;
		margin-bottom: 15px;
	}

		.business ul li:hover {
			border: 1px solid #154a9a;
		}

		.business ul li .img {
			width: 35%;
		}

			.business ul li .img img {
				width: auto;
				height: 115px;
			}

		.business ul li .nr {
			width: 61%;
		}

			.business ul li .nr h2 {
				font-size: 17px;
				color: #333;
				white-space: nowrap;
				text-overflow: ellipsis;
				overflow: hidden;
				margin-bottom: 5px;
			}

			.business ul li .nr h3 {
				font-size: 13px;
				line-height: 20px;
				color: #154a9a;
				overflow: hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-line-clamp: 2;
				-webkit-box-orient: vertical;
			}

			.business ul li .nr p {
				font-size: 13px;
				color: #333;
				white-space: nowrap;
				text-overflow: ellipsis;
				overflow: hidden;
				margin: 1px 0px;
			}

			.business ul li .nr span {
				display: block;
			}

				.business ul li .nr span a {
					background-image: linear-gradient(to right, #7eadf5, #154a9a);
					width: 100px;
					height: 26px;
					line-height: 26px;
					color: #fff;
					display: block;
					text-align: center;
				}

					.business ul li .nr span a:hover {
						background-image: linear-gradient(to right, #154a9a, #7eadf5);
					}

.baoming { /* max-width: 390px; */
	width: 100%;
	margin: 0px auto;
}

.baoming_bt {
	text-align: center;
	color: #154a9a;
	font-size: 17px;
}

.baoming ul li {
	display: flex;
	padding: 8px 0px;
}

	.baoming ul li h2 {
		width: 100px;
		text-align: right;
		padding-right: 10px;
		font-size: 13px;
		line-height: 30px;
		color: #333;
	}

	.baoming ul li h3 {
		width: calc(100% - 100px);
		line-height: 35px;
		font-size: 14px;
		color: #154a9a;
	}

		.baoming ul li h3 .text {
			width: 100%;
			height: 35px;
			line-height: 35px;
			border: 1px solid #ccc;
			border-radius: 5px;
			padding: 0px 10px;
		}

		.baoming ul li h3 .text1 {
			width: 100%;
			height: 100px;
			border: 1px solid #ccc;
			border-radius: 5px;
			padding: 0px 10px;
		}

		.baoming ul li h3 .anniu {
			width: 85px;
			height: 35px;
			line-height: 35px;
			border: 0px;
			cursor: pointer;
			color: #fff;
			background: #154a9a;
			margin-right: 10%;
		}


.business1 ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

	.business1 ul li .img {
		width: 40%;
	}

		.business1 ul li .img img {
			width: 100%;
		}

	.business1 ul li .nr {
		width: 55%;
	}

		.business1 ul li .nr p {
			font-size: 15px;
			line-height: 28px;
		}

		.business1 ul li .nr span {
			display: block;
			margin-top: 15px;
		}

			.business1 ul li .nr span a {
				width: 220px;
				height: 50px;
				line-height: 50px;
				text-align: center;
				box-shadow: 0px 0px 5px #ddd;
				display: block;
				text-transform: uppercase;
				font-size: 16px;
			}

				.business1 ul li .nr span a i {
					width: 19px;
					height: 14px;
					display: inline-block;
					vertical-align: middle;
					background: url(../images/in_jiantou.png) no-repeat;
					background-size: cover;
					margin-left: 10px;
				}

				.business1 ul li .nr span a:hover {
					box-shadow: 0px 0px 5px #ccc;
					background: #154a9a;
					color: #fff;
				}

					.business1 ul li .nr span a:hover i {
						background: url(../images/in_jiantou1.png) no-repeat;
					}


.ny_zz {
	margin: 0px auto;
}

.business1_xx {
	position: relative;
	padding: 20px 0px;
	margin-bottom: 15px;
}

.business1_xx_bt {
	text-align: center;
	font-size: 20px;
	color: #333;
	margin-bottom: 15px;
}

.business1_xx_nr {
	font-size: 15px;
	text-align: center;
	line-height: 26px;
}

.business1_xx::after {
	content: '';
	height: 1px;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image: linear-gradient(to right, rgba(21, 74, 154, 1), rgba(21, 74, 154, 0));
}

.business1_xx1 {
	margin-top: 30px;
}

	.business1_xx1 ul li {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 20px;
		flex-direction: row-reverse;
	}

		.business1_xx1 ul li:nth-child(2n+0) {
			flex-direction: row;
		}

		.business1_xx1 ul li .img {
			width: 40%;
		}

			.business1_xx1 ul li .img img {
				width: 100%;
			}

		.business1_xx1 ul li .nr {
			width: 55%;
		}

			.business1_xx1 ul li .nr h2 {
				font-size: 18px;
				color: 3333;
				padding-bottom: 10px;
				font-weight: bold;
			}

			.business1_xx1 ul li .nr p {
				font-size: 14px;
				line-height: 28px;
			}

.business3 ul li {
	flex-direction: row-reverse;
}

.financing {
	padding: 25px 0px;
	background: #fafafa;
}

	.financing ul li {
		width: 30.3%;
		margin: 0px 1.5%;
		margin-bottom: 5%;
		background: #fff;
		box-shadow: 0px 0px 10px #ddd;
		float: left;
	}

		.financing ul li:hover {
			box-shadow: 0px 0px 10px #ccc;
		}

		.financing ul li a {
			display: block;
		}

			.financing ul li a .img {
				overflow: hidden;
				position: relative;
			}

				.financing ul li a .img img {
					transform: scale(1);
					transition: all 0.5s ease 0s;
					width: 100%;
					height: auto;
				}

			.financing ul li a:hover .img img {
				transform: scale(1.05);
				transition: all 0.5s ease 0s;
			}

			.financing ul li a .img b {
				font-weight: normal;
				color: #fff;
				position: absolute;
				width: 100%;
				height: 100%;
				left: 0px;
				top: 0px;
				background: rgba(0, 0, 0, 0.6);
				display: none;
				align-items: center;
				justify-content: center;
				font-size: 18px;
			}

			.financing ul li a:hover .img b {
				display: flex;
			}

			.financing ul li a .img b img {
				width: auto;
				margin-left: 10px;
			}

		.financing ul li .nr {
			padding: 15px;
		}

			.financing ul li .nr h2 {
				font-size: 20px;
				color: #333;
				padding: 10px 0px;
				white-space: nowrap;
				text-overflow: ellipsis;
				overflow: hidden;
			}

			.financing ul li .nr p {
				font-size: 14px;
				overflow: hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-line-clamp: 3;
				-webkit-box-orient: vertical;
				color: #666;
			}


.newsxx {
	padding: 50px 0px;
	color: #333;
	max-width: 1200px;
	margin: 0px auto;
}

	.newsxx .bt {
		border-bottom: 1px solid #ddd !important;
		height: auto;
		line-height: auto;
	}

		.newsxx .bt h2 {
			font-size: 22px;
			color: #333;
			text-align: center;
			padding-bottom: 10px;
			line-height: 35px;
			height: auto;
		}


		.newsxx .bt h5 {
			font-size: 13px;
			-webkit-text-size-adjust: none;
			font-weight: normal;
			text-align: center;
			padding-bottom: 10px;
			margin-bottom: 10px;
			border-bottom: 0px;
			color: #777;
		}

			.newsxx .bt h5 img {
				margin-right: 5px;
			}

		.newsxx .bt .bdsharebuttonbox {
			width: 150px;
			margin: 0px auto;
		}

		.newsxx .bt h2 span {
			float: right;
		}

	.newsxx .nr {
		font-size: 15px;
		padding: 15px 0px;
	}

		.newsxx .nr p {
			line-height: 30px;
			display: block;
			padding: 10px 0px;
		}

		.newsxx .nr img {
			max-width: 800px !important;
		}


	.newsxx .sxy {
		border-top: 1px solid #ddd;
		padding-top: 20px;
	}

		.newsxx .sxy h2 {
			font-size: 14px;
			line-height: 32px;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
		}


.zero ul li {
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	padding: 20px 15px;
}

	.zero ul li:hover {
		box-shadow: 10px 10px 10px 0px #eee;
	}


	.zero ul li .nr {
		width: calc(100% - 320px);
		float: right;
	}


		.zero ul li .nr h2 a {
			display: block;
			font-size: 22px;
			color: #333;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
			padding-bottom: 10px;
			position: relative;
		}


			.zero ul li .nr h2 a:hover {
				color: #154a9a;
			}

		.zero ul li .nr p {
			font-size: 14px;
			color: #666;
		}


		.zero ul li .nr h3 {
			color: #666;
			font-size: 14px;
			margin-bottom: 10px;
		}

		.zero ul li .nr p {
			font-size: 15px;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 2;
			overflow: hidden;
		}

		.zero ul li .nr span {
			margin-top: 15px;
			display: block;
		}

			.zero ul li .nr span a {
				display: inline-block;
				background: #fff;
				box-shadow: 0px 0px 5px #ccc;
				color: #154a9a;
				width: 110px;
				height: 30px;
				line-height: 30px;
				text-align: center;
			}

				.zero ul li .nr span a:hover {
					background: #154a9a;
					color: #fff;
				}


	.zero ul li .img {
		width: 100%;
		max-width: 280px;
		overflow: hidden;
		box-shadow: 0px 0px 5px #999;
		float: left;
	}

		.zero ul li .img a {
			display: block;
			overflow: hidden;
		}

		.zero ul li .img img {
			width: 100%;
			transform: scale(1);
			transition: all 0.5s ease 0s;
			height: auto;
		}

	.zero ul li:hover .img img {
		transform: scale(1.1);
		transition: all 0.5s ease 0s;
	}


.news ul li .nr {
	float: left;
}

.news ul li .img {
	float: right;
}



.hr {
	padding: 50px 0px;
}

.hr_bt {
	text-align: center;
}

	.hr_bt h2 {
		font-size: 30px;
		color: #333;
	}

	.hr_bt b {
		width: 40px;
		height: 2px;
		background: #154a9a;
		display: block;
		margin: 10px auto;
	}

.hr_1 {
	padding: 50px 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.hr_1_l {
	width: 47%;
	position: relative;
}

	.hr_1_l img {
		width: calc(100% - 30px);
		right: 0px;
		height: auto;
		position: relative;
		z-index: 2;
		margin-right: 30px;
		margin-bottom: 30px;
	}

	.hr_1_l::after {
		width: calc(100% - 30px);
		right: 0px;
		bottom: 0px;
		height: calc(100% - 30px);
		position: absolute;
		content: '';
		background: #fff;
		border: 1px solid #154a9a;
	}

.hr_1_r {
	width: 50%;
}

	.hr_1_r p {
		font-size: 17px;
		color: #333;
		line-height: 36px;
	}

.hr1 .container {
	background: #f7f7f7;
	padding: 50px;
}

.hr1_nr {
	padding-top: 20px;
}

	.hr1_nr p {
		font-size: 17px;
		color: #666;
		line-height: 30px;
	}

.hr2 {
	padding: 50px 0px;
}

	.hr2 ul {
		margin-top: 50px;
	}

		.hr2 ul li {
			float: left;
			width: 29%;
			margin: 0px 2%;
			margin-bottom: 30px;
		}

			.hr2 ul li a {
				display: block;
				background: #f7f7f7;
				padding: 20px;
				color: #666;
			}

				.hr2 ul li a h2 {
					text-align: center;
					font-size: 20px;
					margin-bottom: 10px;
				}

				.hr2 ul li a p {
					font-size: 13px;
					line-height: 22px;
					overflow: hidden;
					text-overflow: ellipsis;
					display: -webkit-box;
					-webkit-line-clamp: 7;
					-webkit-box-orient: vertical;
				}

				.hr2 ul li a span {
					display: block;
					padding-top: 10px;
					color: #154a9a;
				}

.job_tc {
	display: none;
}

.layui-layer-setwin .layui-layer-close2 {
	right: -10px !important;
	top: -10px !important;
	background: none !important;
	width: 35px !important;
	height: 35px !important;
}

	.layui-layer-setwin .layui-layer-close2::after {
		width: 35px;
		height: 2px;
		background: #333;
		content: '';
		display: block;
		transform: rotate(135deg);
		margin-top: -2px;
	}

	.layui-layer-setwin .layui-layer-close2::before {
		width: 35px;
		height: 2px;
		background: #333;
		content: '';
		display: block;
		transform: rotate(45deg);
		margin-top: 20px;
	}

.job_tc1 {
	padding: 30px 50px;
}

	.job_tc1 .bt {
		font-size: 25px;
		color: #333;
	}

		.job_tc1 .bt span {
			font-size: 14px;
			color: #666;
		}

	.job_tc1 .nr ul li {
		width: 50%;
		float: left;
		font-size: 14px;
		line-height: 30px;
	}

	.job_tc1 .nr2 {
		margin-top: 15px;
	}

		.job_tc1 .nr2 p {
			font-size: 14px;
			line-height: 26px;
		}

.hr3 ul {
	margin: 0px -20px;
	margin-top: 50px;
	margin-bottom: 50px;
}

	.hr3 ul li {
		float: left;
		width: calc(33.3% - 40px);
		margin: 0px 20px;
		margin-bottom: 20px;
		position: relative;
	}

		.hr3 ul li img {
			width: 100%;
			height: auto;
		}

		.hr3 ul li h2 {
			position: absolute;
			left: 0px;
			top: 0px;
			width: 100%;
			height: 100%;
			background: rgba(0, 0, 0, 0.6);
			display: flex;
			align-items: center;
			justify-content: center;
			font-size: 25px;
			color: #fff;
		}

.inside_con {
	padding: 10px 0;
	min-height: 300px
}
