/*通用类*/
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	font-size: 14px;
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	background: #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;
}

/*header 开始*/
.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	padding: 0;
	height: 115px;
	background: #fff;
	box-shadow: 0px 4px 1px rgba(153, 153, 153, 0.2);
}

.header .logo {
	float: left;
	margin-top: 35px;
}

.header .logo img {
	width: 300px;
}

.header .nav {
	float: left;
	margin-left: 30px;
	z-index: 99;
}

.header .nav>li {
	float: left;
	padding: 0 20px;
	text-align: center;
	position: relative;
	line-height: 115px;
}

.header .nav>li:hover>a,
.header .nav>li.hover>a {
	color: #a02337;
}

.header .nav>li a {
	padding: 0;
	font-size: 16px;
	background: none;
}

.header .sousuo {
	width: 200px;
	float: left;
	height: 40px;
	border: 1px solid #ccc;
	border-radius: 30px;
	margin-top: 35px;
}

.header .sousuo .in1 {
	width: 80%;
	float: left;
	height: 100%;
	background: none;
	border: none;
	padding-left: 10px;
}

.header .sousuo .in2 {
	background: none;
	border: none;
	width: 20%;
	float: right;
	background: url(../images/sousuo.png) no-repeat center;
	height: 100%;
	background-size: 20px auto;
}


.header .nav .sec {
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	background: #2962a9;
	padding: 10px 0;
	display: none;
}

.header .nav>li:hover .sec {
	display: block;
}

.header .nav .sec>li {
	height: 37px;
	line-height: 37px;
	position: relative;
}

.header .nav .sec>li:hover,
.header .nav .sec>li.hover {
	background: #033a89;
}

.header .nav .sec>li a {
	color: #fff;
	font-size: 14px;
}

.header .nav .sec .level {
	width: 160px;
	padding: 10px 20px;
	position: absolute;
	left: 100px;
	top: 0;
	background: #033a89;
	display: none;
}

.header .nav .sec>li:hover .level {
	display: block;
}

.header .nav .sec .level>li {
	height: 37px;
	line-height: 37px;
	text-align: left;
}

.header .nav .sec .level li:hover {
	background: #2962a9;
}

.m_line {
	width: 25px;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	right: 3%;
	display: none;
}

.m_line span {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #000000;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	-moz-transition: all ease .3s;
	transition: all ease .3s;
}

.m_line span:nth-child(2) {
	margin: 6px 0;
}

.tab_yuyan {
	float: right;
	width: 60px;
	margin-top: 40px;
	height: 30px;
}

.tab_yuyan select {
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

.banner {
	margin-top: 115px;
}

.banner img {
	width: 100%;
}

.banner .swiper-pagination-bullet {
	width: 30px;
	height: 7px;
	border-radius: 5px;
}

.title {
	padding-top: 50px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 50px;
}

.title h3 {
	display: inline-block;
	float: left;
	font-size: 24px;
	color: #000000;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 0px;
}

.title h3 span {
	font-size: 14px;
	color: #666666;
	display: inline-block;
	padding-left: 10px;
}

.title h3::after {
	display: block;
	content: "";
	width: 100px;
	height: 2px;
	background: #a02337;
	position: absolute;
	bottom: 0;
	left: 0;
}

.title a {
	display: inline-block;
	margin-top: 30px;
	float: right;
	font-size: 14px;
}

.fp_box_1 .left {
	float: left;
	width: 55%;
	padding: 20px 0;
}

.fp_box_1 .left p {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}

.fp_box_1 .rii {
	float: right;
	width: 35%;
}

.fp_box_1 .rii img {
	width: 100%;
	object-fit: cover;
}

.fp_box_1 .left a {
	display: block;
	width: 155px;
	height: 42px;
	border: 1px solid #888;
	color: #888;
	text-align: center;
	line-height: 42px;
	margin-top: 50px;
	position: relative;
}

.fp_box_1 .left a::after {
	display: block;
	content: "";
	width: 0%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #a02337;
	z-index: -1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.fp_box_1 .left a:hover {
	color: #fff;
	border: 1px solid #fff;
}

.fp_box_1 .left a:hover::after {
	width: 100%;
}

.fp_box_1 {
	padding-bottom: 80px;
}

.fp_box_2 {
	background: #f7f7f7;
	padding-bottom: 85px;
}

.fp_box_2 ul li .pic {
	width: 100%;
	height: 215px;
	overflow: hidden;
}

.fp_box_2 ul li .pic 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;
}

.fp_box_2 ul li:hover .pic img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	/*兼容-webkit-引擎浏览器*/
	-moz-transform: scale(1.1);
}


.fp_box_2 ul li .text {
	position: relative;
	padding: 35px 15px;
	background: ;
	background: #fff url(../images/jiantou.png) no-repeat right;
	background-position-x: 90%;
}

.fp_box_2 ul li .text h3 {
	width: 60%;
	font-size: 18px;
	margin: 0;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.fp_box_2 ul li:hover .text {
	position: relative;
	padding: 35px 15px;
	background: #fff;
	background: #fff url(../images/jiantou1.png) no-repeat right;
	background-position-x: 90%;
}

.fp_box_3 .left {
	width: 40%;
	float: left;
	background: #f7f7f7;
	padding: 45px;
}

.fp_box_3 .left span {
	font-size: 24px;
	color: #777777;
	margin-bottom: 40px;
}

.fp_box_3 .left h5 {
	font-size: 18px;
	color: #333333;
}

.fp_box_3 .left p {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}

.fp_box_3 .left img {
	margin-top: 30px;
	display: block;
}

.fp_box_3 .rii {
	width: 50%;
	float: right;
	height: 500px;
	overflow: auto;
}

.fp_box_3 .rii ul li {
	padding: 31px 30px;
	border-top: 2px solid #e6e6e6;
	position: relative;
}

.fp_box_3 .rii ul li:hover {
	border-top: 2px solid #a02337;
	box-shadow: 0px 1px 14.56px 1.44px rgba(153, 153, 153, 0.2)
}

.fp_box_3 .rii ul li::after {
	display: block;
	content: "";
	width: 40px;
	height: 20px;
	position: absolute;
	bottom: 20%;
	right: 10%;
	background: url(../images/gengduo.png) no-repeat;
	background-size: 40px auto;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.fp_box_3 .rii ul li:hover::after {
	right: 5%;
}

.fp_box_3 .rii ul li .top {
	margin-bottom: 10px;
}

.fp_box_3 .rii ul li .top h3 {
	display: inline-block;
	float: left;
	width: 70%;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin: 0;
	padding-top: 5px;
}

.fp_box_3 .rii ul li .top span {
	font-size: 22px;
	display: block;
	color: #777777;
	float: right;
	width: 20%;
	text-align: right;
}

.fp_box_3 .rii ul li p {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.fp_box_3 {
	padding-bottom: 80px;
}

footer {
	padding: 45px 0;
	background: #313131;
	text-align: center;
}

footer h3 {
	color: #fff;
}

footer span {
	display: inline-block;
	margin: 10px 30px;
	color: #fff;
}

footer p {
	font-size: 15px;
	color: #ffffff;
	text-align: center;
	display: block;
	margin-top: 10px;
}

footer p a {
	color: #fff;
	display: inline-block;
	margin-left: 20px;
}

footer p a:hover {
	color: skyblue;
}

.banner {
	position: relative;
}

.banner .text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}

.banner .text h3 {
	font-size: 60px;
	color: #ffffff;
	font-weight: bold;
}

.nav_dan {
	padding: 50px 0;
}

.nav_dan h3 {
	display: inline-block;
	float: left;
	font-size: 24px;
	color: #000000;
	margin: 0;
}

.nav_dan span {
	display: inline-block;
	float: right;
	font-size: 18px;
	color: #a02337;
}

.nav_dan span a {
	color: #000000;
}

.nav_dan span a:hover {
	color: skyblue;
}

.fp_box_4 .left {
	width: 50%;
	float: left;
}

.fp_box_4 .left img {
	width: 100%;
}

.fp_box_4 .text {
	width: 50%;
	float: right;
	padding: 75px 40px;
	background: #f2f3f4;
	margin-top: 50px;
	position: relative;
}

.fp_box_4 .text h3 {
	font-size: 18px;
	color: #0d57bc;
	font-weight: bold;
	margin-bottom: 30px;
}

.fp_box_4 .text p {}

.fp_box_4 .text p img {
	display: inline-block;
	margin-right: 20px;
	min-width: 18px;
}

.fp_box_4 .text .linkh {
	position: absolute;
	top: 50%;
	right: 30px;
}

.fp_box_4 .text .linkh img {
	width: 40px;
}

.biott {
	width: 750px;
	margin: 50px auto;
}

.biott ul li {
	margin-bottom: 30px;
}

.biott ul li input {
	width: 100%;
	height: 40px;
	padding-left: 10px;
	background: #f2f3f4;
	border: none;
}

.biott ul li.textarea {
	padding: 0 15px;
}

.biott ul li textarea {
	width: 100%;
	background: #f2f3f4;
	border: none;
}

.biott button {
	width: 270px;
	height: 55px;
	background: #0d57bc;
	color: #fff;
	border: none;
	display: block;
	margin: 30px auto;
}

.zhaopin ul {
	height: 580px;
	overflow: auto;
	width: 100%;
	margin: 100px auto;
}

/* 滚动条整体样式 */
.zhaopin ul::-webkit-scrollbar {
	width: 8px;
	/* 设置滚动条宽度 */
	background-color: #cccccc;
	/* 设置滚动条背景颜色 */
}

/* 滚动条滑块样式 */
.zhaopin ul::-webkit-scrollbar-thumb {
	background-color: #a02337;
	/* 设置滑块背景颜色 */
	border-radius: 4px;
	/* 设置滑块圆角 */
}

/* 滚动条轨道样式 */
.zhaopin ul::-webkit-scrollbar-track {
	background-color: #cccccc;
	/* 设置轨道背景颜色 */
}

.zhaopin ul li {
	margin-bottom: 50px;
}

.zhaopin ul li h3 {
	font-size: 24px;
	color: #000000;
	padding-bottom: 10px;
	position: relative;
	margin: 0;
	margin-bottom: 30px;
}

.zhaopin ul li h3::after {
	display: block;
	content: "";
	width: 50px;
	height: 4px;
	background: #a02337;
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 10px;

}

.zhaopin ul li strong {
	font-size: 14px;
	color: #666666;
	display: block;
	margin-bottom: 10px;
}

.zhaopin ul li p {
	font-size: 14px;
	color: #666666;
}

.fp_box_5 {
	padding: 80px 0;
}

.fp_box_5 .top {
	width: 60%;
	margin: 0 auto;
	margin-bottom: 50px;
	border-bottom: 1px solid #ccc;
	display: flex;
	justify-content: space-between;
	align-items: center;

}

.fp_box_5 .top a {
	display: block;

	text-align: center;
	font-size: 24px;
	padding-bottom: 15px;
	position: relative;
}

.fp_box_5 .top a::after {
	display: block;
	content: "";
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 0%;
	height: 3px;
	background: #a02337;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.fp_box_5 .top a:hover {
	color: #a02337;
}

.fp_box_5 .top a:hover::after {
	width: 100%;
}

.fp_box_5 .top a.hover {
	color: #a02337;
}

.fp_box_5 .top a.hover::after {
	width: 100%;
}

.fp_box_5 ul li {
	margin-bottom: 40px;
}

.fp_box_5 ul li .pic img {
	width: 100%;
	height: 305px;
}

.fp_box_5 ul li .text {
	text-align: center;
}

.fp_box_5 ul li .text h3,
.fp_box_5 ul li .text h4 {
	font-size: 14px;
	color: #000000;
}

.fp_box_5 ul li .text p {
	font-size: 14px;
	color: #000000;
}

.fp_box_6 .text h3 {
	font-size: 35px;
	font-weight: bold;
	color: #010101;
}

.fp_box_6 .text span {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	color: #010101;
}

.fp_box_6 .text1 {
	font-size: 14px;
	color: #666666;
	margin-top: 30px;
	line-height: 24px;
}

.fp_box_6 .pich {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 30px 0;
}

.fp_box_6 .pich img {
	width: 48%;
	border-radius: 30px;
}

.fp_box_6 .fanye {
	margin: 50px 0;
}

.fp_box_6 .fanye a {
	display: block;
}

.fanye .left {
	padding-left: 20px;
	background: url(../images/zuojian.png) no-repeat left;
}

.fanye .riii {
	padding-right: 20px;
	background: url(../images/youjian.png) no-repeat right;
}

.fp_box_7 ul li {
	padding: 20px;
	border: 1px solid #eeeeee;
	margin-bottom: 30px;
}

.fp_box_7 ul li .pic {
	width: 38%;
	float: left;
}

.fp_box_7 ul li .pic img {
	width: 380px;
	height: 240px;
	max-width: 100%;
	display: block;
	object-fit: cover;
}

.fp_box_7 ul li .text {
	width: 60%;
	float: left;
}

.fp_box_7 ul li .text h3 {
	margin: 35px 0 25px 0;
	font-size: 22px;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.fp_box_7 ul li .text h3 a {
	color: #a02337;
}

.fp_box_7 ul li .text p {
	font-size: 14px;
	color: #b6b6b6;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.fp_box_7 ul li .text span {
	font-size: 18px;
	color: #999999;
	display: block;
	margin-top: 70px;
}

.un_page {
	margin: 50px 0;
}

.un_page a {
	padding: 20px 25px;
	display: inline-block;
	margin-right: 5px;
	background: #f8f8f8;
	color: #111;
	font-size: 15px;
}

.un_page a:hover {
	background: #a02337;
	color: #fff;
}

.un_page a.hover {
	background: #a02337;
	color: #fff;
}

.fp_box_8 ul li .pic {
	width: 100%;
	height: 280px;
	overflow: hidden;
}

.fp_box_8 ul li .pic 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;
}

.fp_box_8 ul li:hover .pic img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	/*兼容-webkit-引擎浏览器*/
	-moz-transform: scale(1.1);
}

.fp_box_8 ul li .more {
	text-align: center;
	margin: 30px 0;
	display: block;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-weight: bold;
}
.fp_box_9{
	padding: 100px 0;
}
.fp_box_9 ul li{
	min-height: 340px;
	margin-bottom: 90px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.fp_box_9 ul li .pic{
	width: 50%;
	float: left;
}
.fp_box_9 ul li .pic img{
	width: 100%;
	height: 100%;
	display: block;
}
.fp_box_9 ul li .text{
	width: 50%;
	float: left;
	padding: 60px 30px 10px 30px;
}
.fp_box_9 ul li .text h3{
	font-size: 30px;
	color: #000000;
	margin: 0;
	margin-bottom: 10px;
}
.fp_box_9 ul li .text span{
	width: 200px;
	height: 5px;display: block;
	background: #0d57bc;
	margin-bottom: 20px;
}
.fp_box_9 ul li .text p{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
.fp_box_9 ul li:nth-child(2n) .text{
	float: left;
}
.fp_box_9 ul li:nth-child(2n) .pic{
	float: right;
}






@media only screen and (max-width:1200px) {
	.header .container {
		width: 100%;
	}

	.header .logo {
		width: 260px;
		margin-top: 35px;
	}

	.header .logo img {
		width: 100%;
	}

	.header .contact {
		font-size: 18px;
	}
}

@media only screen and (max-width: 1000px) {
	.header .contact {
		margin-right: 60px;
	}

	.header .nav {
		position: fixed;
		left: 0;
		top: 100px;
		width: 100%;
		background: #033a89;
		padding: 20px 0;
		margin: 0;
		display: none;
	}

	.header .nav>li {
		width: 100%;
		line-height: 80px;
	}

	.header .nav>li a {
		color: #fff;
	}

	.header .nav .sec {
		position: static;
	}

	.header .nav .sec>li {
		height: auto;
	}

	.header .nav .sec .level {
		position: static;
		width: 100%;
		padding: 10px 0;
	}

	.header .nav .sec .level li {
		text-align: center;
	}

	.m_line {
		display: block;
		width: 25px;
		height: 16px;
		margin-top: -8px;
		position: absolute;
		top: 50%;
		right: 3%;
	}

	.m_line span {
		display: block;
		width: 100%;
		height: 2px;
		background-color: #000000;
		-webkit-transition: all ease .3s;
		-o-transition: all ease .3s;
		-moz-transition: all ease .3s;
		transition: all ease .3s;
	}

	.m_line span:nth-child(2) {
		margin: 6px 0;
	}

	.header .ac .line1 {
		transform: rotate(45deg) translate(3px, 5px);
	}

	.header .ac .line2 {
		opacity: 0;
	}

	.header .ac .line3 {
		transform: rotate(-45deg) translate(6px, -8px);
	}
}

@media only screen and (max-width: 750px) {
	.header .contact {
		display: none;
	}

	.header {
		height: 60px;
	}

	.header .logo {
		width: 240px;
		margin-top: 15px;
	}

	.header .nav {
		top: 60px;
		height: 100%;
	}
	.header .logo {
	    width: 210px;
	    margin-top: 15px;
	}
	.sousuo{
		display: none;
	}
	
	
	.tab_yuyan {
	    float: left;
	    width: 60px;
	    margin-top: 18px;
	    height: 25px;
		margin-left: 20px;
	}
	.banner{
		margin-top: 60px;
	}
	.title {
	    padding-top: 20px;
	    padding-bottom: 10px;
	    border-bottom: 1px solid #ccc;
	    margin-bottom: 20px;
	}
	.title h3 {
	    display: inline-block;
	    float: left;
	    font-size: 18px;
	    color: #000000;
	    position: relative;
	    padding-bottom: 10px;
	    margin-bottom: 0px;
		margin-top: 0;
	}
	.title h3 span {
	    font-size: 12px;
	    color: #666666;
	    display: inline-block;
	    padding-left: 10px;
	}
	.title a {
	    display: inline-block;
	    margin-top: 5px;
	    float: right;
	    font-size: 12px;
	}
	.fp_box_1 .left {
	    float: left;
	    width: 100%;
	    padding: 10px 0;
	}
	.fp_box_1 .rii {
	    float: right;
	    width: 100%;
	}
	.fp_box_1 .left a {
	    display: block;
	    width: 120px;
	    height: 30px;
	    border: 1px solid #888;
	    color: #888;
	    text-align: center;
	    line-height: 30px;
	    margin-top: 20px;
	    position: relative;
	}
	.fp_box_1 {
	    padding-bottom: 30px;
	}
	.fp_box_2 ul li .pic {
	    width: 100%;
	    height: auto;
	    overflow: hidden;
	}
	.fp_box_3 .left {
	    width: 100%;
	    float: left;
	    background: #f7f7f7;
	    padding: 45px;
	}
	.fp_box_3 .rii {
	    width: 100%;
	    float: right;
	   height: auto;
	    overflow: visible;
		margin-top: 30px;
	}
	.fp_box_3 .rii ul li .top span {
	    font-size: 14px;
	    display: block;
	    color: #777777;
	    float: right;
	    width: 20%;
	    text-align: right;
	}
	.fp_box_3 .rii ul li .top h3 {
	    display: inline-block;
	    float: left;
	    width: 70%;
	    font-size: 16px;
	    color: #000000;
	    font-weight: bold;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 1;
	    margin: 0;
	    padding-top: 0px;
	}
	.fp_box_3 {
	    padding-bottom: 30px;
	}
	footer {
	    padding: 30px 0;
	    background: #313131;
	    text-align: center;
	}
	footer .container>img{
		width: 120px;
	}
	footer h3{
		font-size: 18px;
	}
	
	footer span {
	    display: inline-block;
	    margin: 10px 30px;
	    color: #fff;
		font-size: 12px;
		display: block;
	}
	footer p {
	    font-size: 12px;
	    color: #ffffff;
	    text-align: center;
	    display: block;
	    margin-top: 10px;
		line-height: 30px;
		border-top: 1px solid #ccc;
		padding-top: 20px;
	}
	.fp_box_9 {
	    padding: 30px 0;
	}
	.fp_box_9 ul li .pic {
	    width: 100%;
	    float: none;
	}
	.fp_box_9 ul li .text {
	    width: 100%;
	    float: none;
	    padding:15px 0;
	}
	.fp_box_9 ul li .text h3 {
	    font-size: 22px;
	    color: #000000;
	    margin: 0;
	    margin-bottom: 10px;
	}
	.fp_box_9 ul li .text span {
	    width: 100px;
	    height: 2px;
	    display: block;
	    background: #0d57bc;
	    margin-bottom: 10px;
	}
	.fp_box_9 ul li .text p {
	    font-size: 12px;
	    color: #666666;
	    line-height: 22px;
	}
	.fp_box_9 ul li {
	    min-height: auto;
	    margin-bottom: 30px;
	   
	}
	.banner .text h3 {
	    font-size: 24px;
	    color: #ffffff;
	    font-weight: bold;
	}
	.nav_dan {
	    padding: 20px 0;
	}
	.nav_dan h3 {
	    display: inline-block;
	    float: left;
	    font-size: 18px;
	    color: #000000;
	    margin: 0;
	}
	.nav_dan span {
	    display: inline-block;
	    float: right;
	    font-size: 16px;
	    color: #a02337;
	}

	.fp_box_5 .top {
	    width: 100%;
	    margin: 0 auto;
	    margin-bottom: 20px;
	    border-bottom: 1px solid #ccc;
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	}
	.fp_box_5 .top a {
	    display: block;
	    text-align: center;
	    font-size: 14px;
	    padding-bottom: 15px;
	    position: relative;
	}
	.fp_box_5 {
	    padding: 20px 0;
	}
	.fp_box_5 ul li .pic img {
	    width: 100%;
	    height: auto;
	}
	.fp_box_5 ul li .text h3, .fp_box_5 ul li .text h4 {
	    font-size: 16px;
	    color: #000000;
	}
	.fp_box_5 ul li .text p {
	    font-size: 12px;
	    color: #000000;
	}
	.fp_box_5 ul li {
	    margin-bottom: 20px;
	}
	.fp_box_7 ul li .pic {
	    width: 100%;
	    float: none;
	}
	.fp_box_7 ul li .text {
	    width: 100%;
	    float: none;
	}
	.fp_box_7 ul li .pic img {
	    width: 380px;
	    height: auto;
	    max-width: 100%;
	    display: block;
	    object-fit: cover;
	}
	.fp_box_7 ul li .text h3 {
	    margin: 15px 0 15px 0;
	    font-size: 18px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 1;
	}
	.fp_box_7 ul li .text span {
	    font-size: 14px;
	    color: #999999;
	    display: block;
	    margin-top: 20px;
	}
	.un_page {
		margin: 20px 0;
	}
	.un_page a {
	    padding: 10px 15px;
	    display: inline-block;
	    margin-right: 5px;
	    background: #f8f8f8;
	    color: #111;
	    font-size: 15px;
	}
	.zhaopin ul {
	    height: auto;
	    overflow: auto;
	    width: 100%;
	    margin: 30px auto;
	}
	.fp_box_4 .left {
	    width: 100%;
	    float: none;
	}
	.fp_box_4 .text {
	    width: 100%;
	    float: right;
	    padding: 75px 40px;
	    background: #f2f3f4;
	    margin-top: 20px;
	    position: relative;
	}
	.fp_box_4 .text {
	    width: 100%;
	    float: right;
	    padding: 20px 20px 60px ;
	    background: #f2f3f4;
	    margin-top: 20px;
	    position: relative;
		border-radius: 10px;
	}
	.fp_box_4 .text .linkh {
	    position: absolute;
	    top: auto;
	    right: 10px;
		bottom: 10px;
	}
	.fp_box_4 .text .linkh img{
		width: 25px;
	}
	.biott {
	    width: 100%;
	    margin: 20px auto;
	}
	.biott ul li {
	    padding: 0;
		margin-bottom: 15px;
	}
	.biott ul li.textarea {
	    padding: 0 0px;
	}
	.biott button {
	    width: 220px;
	    height: 45px;
	    background: #0d57bc;
	    color: #fff;
	    border: none;
	    display: block;
	    margin: 20px auto;
	}
	.fp_box_8 ul li .pic {
	    width: 100%;
	    height: auto;
	    overflow: hidden;
	}
	.fp_box_8 ul li .more {
	    text-align: center;
	    margin: 15px 0;
	    display: block;
	    font-size: 16px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 1;
	    font-weight: bold;
	}
}