﻿/*通用类*/
* {
	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;
}
	.title_text  img{ max-width:100%; height:auto !important; display: inline;}
	.title_text span{    display: inline;}
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 {
	padding-left: 10%;
	box-sizing: border-box;
	height: 65px;
	border-bottom: 1px solid #354268;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

header.fix {
	background: rgba(0, 0, 0, 0.5);
	border-bottom: none;
}

header.fix .rii {
	border-left: 1px solid #fff;
}

header .logo {
	float: left;
}

header .logo img {
	width: auto;
	height: 35px;
	margin-top: 15px;
}

header nav {
	float: right;
}

header nav ul {
	padding: 0;
	margin: 0;
	margin-left: 50px;
}

header nav ul li {
	float: left;
	position: relative;
}

header nav ul li .sub_nav {
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	width: 150%;
	padding-left: 20px;
	display: none;
	padding-right: 10px;
}

header nav ul li:hover .sub_nav {
	display: block;
	text-align: center;
}

header nav ul li .sub_nav a {
	display: block;
	padding: 0 10px;
	line-height: 30px;
	padding: 7px 0;
	color: #000;
	text-align: left;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
}

header nav ul li .sub_nav a:hover {
	color: #425cbb;
	border-bottom: 1px solid #425cbb;
}

header nav ul li a {
	display: block;
	padding: 0 20px;
	line-height: 65px;
	color: #fff;
	font-size: 14px;
}

header nav ul li a:hover {
	color: #006bb7;
}

header .rii {
	float: right;
	padding-right: 2%;
	line-height: 65px;
	border-left: 1px solid #354268;
	position: relative;
}

header .rii .search {
	float: left;
	margin: 0 30px;
}

header .rii .search img {
	width: 20px;
	height: 20px;
	cursor: pointer;
}

header .rii .search_input {
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0px;
	line-height: 30px;
	transition: all 0.3s ease-in-out;
	display: none;
	opacity: 0;
	visibility: hidden;
	transform: translateX(20px);
	overflow: hidden;
	z-index: 1000;
	background: #fff;
	transition: all 0.3s ease-in-out;
}

header .rii .search_input.active {
	display: block;
	opacity: 1;
	visibility: visible;
	width: 600px;
	left: -600px;
	transform: translateX(0);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

header .rii .search_input input {
	width: 250px;
	height: 40px;
	margin-top: 10px;
	border: none;
	outline: none;
	float: left;
	padding-left: 10px;
	box-sizing: border-box;
	font-size: 14px;
	border: 1px solid #ccc;
	margin-left: 20%;
}

header .rii .search_input button {
	width: 50px;
	height: 40px;
	border: none;
	outline: none;
	background: #006bb7;
	color: #fff;
	float: left;
	margin-top: 10px;

}

header .rii .search_input button img {
	width: 15px;
	height: 15px;
}

header .rii .yuyan {
	float: left;
	position: relative;

}

header .rii .yuyan img {
	width: 20px;
	height: 20px;
	cursor: pointer;
}

header .rii .yuyan .yuyan_input {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -10px);
	width: 50px;
	margin-left: 0px;
	line-height: 30px;
	transition: all 0.3s ease-in-out;
	background: #fff;
	display: none;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0);
}

header .rii .yuyan .yuyan_input.active {
	display: block;
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, 0);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

header .rii .yuyan .yuyan_input a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}

header .rii .yuyan .yuyan_input a:hover {
	background: #006bb7;
	color: #fff;
}

.w1600 {
	width: 1550px;
	margin: 0 auto;
}

.banner .swiper-slide {
	position: relative;
	display: inline-grid;
}

.banner .swiper-slide .text {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.banner .swiper-slide .text h3 {
	font-size: 48px;
	color: #fff;
	text-align: center;
	line-height: 2;
	margin-bottom: 100px;
}

.banner .swiper-slide .text a {
	display: block;
	width: 250px;
	height: 40px;
	background: #425cbb;
	color: #fff;
	text-align: center;
	line-height: 40px;
	border-radius: 25px;
	margin: 0 auto;
}

.banner .swiper-slide .text a:hover {
	background: #006bb7;
}

.title {
	padding: 80px 0;
	text-align: center;
}

.title span {
	font-size: 22px;
	color: #999999;
}

.title h3 {
	font-size: 32px;
	color: #343434;
	margin: 0;
	margin-top: 20px;
}

.fp_box_1 ul li {
	margin-bottom: 20px;
}

.fp_box_1 ul li .box {
	display: block;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.fp_box_1 ul li .box img {
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-in-out;
}

.fp_box_1 ul li .box:hover img {
	transform: scale(1.1);
}

.fp_box_1 ul li .box .text {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	padding-top: 20%;
}
.fp_box_1 ul li .box .text a{ display: block; width: 100%;
	height: 100%;}
.fp_box_1 ul li .box .text h3 {
	font-size: 24px;
	color: #343434;
	margin: 0;
	margin-bottom: 10px;
}

.fp_box_1 ul li .box .text span {
	font-size: 15px;
	color: #999999;
}

.fp_box_1 ul li .box .text a {
	font-size: 14px;
	color: #999999;
	display: block;
	margin-top: 20px;
}

.fp_box_1 ul li .box .text a:hover {
	color: #006bb7;
}

.fp_box_2 ul li {
	width: 33.33%;
	float: left;
}

.fp_box_2 ul li a {
	display: block;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.fp_box_2 ul li a img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-in-out;
	object-fit: cover;
}

.fp_box_2 ul li:hover a img {
	transform: scale(1.1);
}

.fp_box_2 ul li a .text {
	position: absolute;
	top: 0%;
	left: 00%;
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.fp_box_2 ul li a .text h3 {
	font-size: 26px;
	color: #ffffff;
}

.fp_box_2 ul li a .text span {
	font-size: 34px;
	color: #ffffff;
}

.title p {
	font-size: 16px;
	color: #999999;
	line-height: 2;
}

.fp_box_3 ul li {}

.fp_box_3 ul li a {
	display: block;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.fp_box_3 ul li a img {
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-in-out;
}

.fp_box_3 ul li a:hover img {
	transform: scale(1.1);
}

.fp_box_3 ul li a .text {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 20%;
}

.fp_box_3 ul li a .text h3 {
	font-size: 20px;
	color: #ffffff;
}

.fp_box_3 ul li a .text span {
	font-size: 30px;
	color: #ffffff;
}

.fp_box_3 {
	padding-bottom: 30px;
}

.fp_box_3 ul li a:hover .text h3 {
	color: #006bb7;
}

.fp_box_3 ul li a:hover .text span {
	color: #006bb7;
}

.fp_box_4 {
	position: relative;
}

.fp_box_4 ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.fp_box_4 ul li {
	width: 25%;
	float: left;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.fp_box_4 ul li img {
	width: 45px;
	height: 45px;
}

.fp_box_4 ul li h3 {
	font-size: 30px;
	color: #ffffff;
	margin: 10px 0;
}

.fp_box_4 ul li p {
	font-size: 16px;
	color: #ffffff;
}

.news {
	background: #f8f8f8;
}

.news ul li .pic {
	width: 100%;
	height: 240px;
	overflow: hidden;
}

.news ul li .pic a {
	overflow: hidden;
	display: block;
	height: 100%;
	width: 100%;
}

.news ul li .pic a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease-in-out;
}

.news ul li .pic a:hover img {
	transform: scale(1.1);
}

.news ul li .text {
	padding: 25px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.news ul li .text span {
	color: #999;
	font-size: 14px;
	display: block;
}

.news ul li .text h3 {
	font-size: 16px;
	color: #000;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden; height: 48px;
}

.news ul li .text em {
	color: #999;
	font-size: 14px;
	padding: 20px 0 0 0;
	display: block;
	border-top: 1px solid #f5f5f5;
}

.news .more {
	display: block;
	width: 220px;
	height: 50px;
	color: #333;
	border: 1px solid #e4e4e4;
	text-align: center;
	line-height: 50px;
	border-radius: 25px;
	margin: 60px auto;
}

.news .more:hover {
	background: #006bb7;
	color: #fff;
}

.fp_box_5 {
	background: #425cbb;
	padding: 60px 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;

}
.fenyetwo{
	margin-bottom: 30px;
}
.fp_box_5 span {
	font-size: 18px;
	color: #fff;
}

.fp_box_5 a {
	display: inline-block;
	width: 220px;
	height: 50px;
	color: #333;
	border: 1px solid #e4e4e4;
	text-align: center;
	line-height: 50px;
	border-radius: 25px;
	color: #fff;
	font-size: 16px;
	margin-left: 30px;
}

.fp_box_5 a:hover {
	background: #006bb7;
	border: 1px solid #006bb7;
}

footer {
	padding: 100px 0 90px 0;
	background: url(../images/footerbg.png) no-repeat center center;
	background-size: cover;
}

footer .left_nav {
	float: left;
	width: 55%;
}

footer .left_nav ul {
	padding: 0;
	margin: 0;
	margin-top: 20px;
}

footer .left_nav ul li {
	float: left;
	width: 25%;
}

footer .left_nav ul li h3 {
	font-size: 14px;
	color: #dedbdb;
}

footer .left_nav ul li a {
	font-size: 12px;
	color: #7a7a7a;
	display: block;
	margin-top: 10px;
}

footer .left_nav ul li a:hover {
	color: #006bb7;
}

footer .rii {
	float: right;
	width: 45%;
	padding-left: 200px;
}

footer .rii h3 {
	font-size: 14px;
	color: #dedbdb;
}

footer .rii .ico {
	margin-top: 20px;
}

footer .rii .ico a {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	margin-top: 10px;
}

footer .rii .ico a img {
	width: 100%;
	height: 100%;
}

footer .rii .more {
	display: block;
	width: 200px;
	height: 40px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	background: #425cbb;
	border-radius: 25px;
	margin-top: 50px;
}

footer .rii .more:hover {
	background: #006bb7;
}

.footer {
	padding: 40px 0;
	background: #1e1e1e;
	color: #7a7a7a;
}

.footer a {
	color: #7a7a7a;
}

.footer a:hover {
	color: #006bb7;
}

.title a {
	display: inline-block;
	border: 1px solid #ccc;
	color: #333;
	padding: 6px 30px;
	text-align: center;
	border-radius: 5px;
	margin-top: 30px;
}

.title a:hover {
	background: #006bb7;
	color: #fff;
}

.title p {
	margin-top: 10px;
}

.hamburger {
	display: none;
}

.banner_two {
	position: relative;
}

.banner_two .text {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

}

.banner_two .text h3 {
	font-size: 70px;
	color: #fff;
	font-weight: normal;
	letter-spacing: 10px;
}

.banner_two .text span {
	width: 100px;
	height: 1px;
	background: #fff;
	margin: 20px 0;
}

.banner_two .text em {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
}

.text_nav-two {
	background: #f8f8f8;
	text-align: center;
}

.text_nav-two a {
	display: inline-block;
	padding: 0 20px;
	color: #333;
	padding: 20px 0;
	margin: 0 20px;
	border-right: 1px solid #f8f8f8;
}

.text_nav-two a:hover {
	color: #00a7ff;
	border-bottom: 1px solid #00a7ff;
}

.text_nav-two a.hover {
	color: #00a7ff;
	border-bottom: 1px solid #00a7ff;
}

.title_two {
	font-size: 48px;
	color: #00338f;
	padding: 80px 0;
	text-align: center;
}

.title_nav {
	padding: 0 10px 10px 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}

.title_nav h4 {
	font-size: 30px;
	color: #333333;
	display: inline-block;
	float: left;
}

.title_nav span {
	font-size: 18px;
	color: #00338f;
	display: inline-block;
	float: right;
	padding-top: 15px;
}

.fp_box_6 ul li .pic {
	width: 100%;
	height: 290px;
	overflow: hidden;
}

.fp_box_6 ul li .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease-in-out;
}

.fp_box_6 ul li .pic img:hover {
	transform: scale(1.1);
}

.fp_box_6 ul li .text {
	padding: 20px;
	text-align: center;
}

.fp_box_6 ul li .text h3 {
	font-size: 24px;
	color: #333333;
}

.fp_box_6 ul li .text p {
	font-size: 16px;
	color: #666666;
}

.fp_box_7 {
	margin: 50px 0;
}

.fp_box_7 .container {
	padding: 40px;
	height: 630px;
	background: url(../images/datu1.png) no-repeat center center;
	background-size: cover;
}

.fp_box_7 h3 {
	font-size: 30px;
	color: #fff;
	width: 50%;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
}

.fp_box_7 p {
	width: 50%;
	color: #fff;
	font-size: 18px;
	line-height: 2;
}

.fp_box_6 ul li .text span {
	display: block;
	padding: 30px 0;
}

.fp_box_8 {
	padding-bottom: 60px;
}

.fp_box_8 ul li {
	margin-top: 50px;
}

.fp_box_8 ul li a {
	display: block;
	background: #f7f8fa;
}

.fp_box_8 ul li a .pic {
	width: 100%;
	height: 450px;
	overflow: hidden;
}

.fp_box_8 ul li a .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease-in-out;
}

.fp_box_8 ul li a:hover .pic img {
	transform: scale(1.1);
}

.fp_box_8 ul li a .text {
	padding: 20px;
}

.fp_box_8 ul li a .text h3 {
	font-size: 24px;
	color: #333333;
}

.fp_box_8 ul li a .text dl {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.fp_box_8 ul li a .text dl dd {
	display: flex;
	justify-content: space-between;
	padding: 5px 0;
	padding-left: 15px;
	position: relative;
}

.fp_box_8 ul li a .text dl dd::after {
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
	width: 5px;
	height: 5px;
	background: #999999;
}

.fp_box_9 ul li {
	margin-top: 50px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ccc;
}

.fp_box_9 ul li .pic {
	width: 100%;
	height: 290px;
	overflow: hidden;
}

.fp_box_9 ul li .pic a {
	width: 100%;
	height: 100%;
}

.fp_box_9 ul li .pic a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease-in-out;
}

.fp_box_9 ul li:hover .pic a img {
	transform: scale(1.1);
}

.fp_box_9 ul li .text {
	padding: 20px 10px;
}

.fp_box_9 ul li .text h3 {
	font-size: 22px; height: 50px;overflow: hidden;
	color: #000;
	margin-top: 0;
}

.fp_box_9 ul li:hover.text h3 {
	color: #002b8c;
}

.fp_box_9 ul li .text p {
	font-size: 14px;
	color: #666666;
	overflow: hidden;
	line-height: 1.8;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical; height: 50px;
}

.fp_box_9 ul li .text .more {
	display: block;
	color: #002b8c;
}

.fp_box_10 ul li {
	width: 50%;
	float: left;
}

.fp_box_10 ul li:nth-child(3) {
	float: right;
}

.fp_box_10 ul li img {
	width: 100%;
	display: block;
}

.fp_box_10 ul li.text {
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding-left: 8%;
	padding-right: 40px;
}

.fp_box_10 ul li.text h4 {
	font-size: 20px;
	color: #002b8c;
	margin-top: 10%;
}

.fp_box_10 ul li.text h3 {
	font-size: 24px;
	color: #000;
	margin-bottom: 50px;
}

.fp_box_10 ul li:nth-child(1).text p {
	text-indent: 30px;
}

.fp_box_10 ul li.text p {
	font-size: 14px;
	color: #666666;
	line-height: 2;
	margin-bottom: 30px;
}

.fp_box_10 ul li.text em {
	font-size: 16px;
	color: #002b8c;
	display: block;
	margin-bottom: 30px;
}

.form {
	padding: 50px 0;
}

.form h3 {
	font-size: 24px;
	color: #002b8c;
	margin-bottom: 30px;
}

.form_left {
	width: 48%;
	float: left;
}

.form_left .box {
	width: 45%;
	float: left;
	margin-bottom: 20px;
	padding-bottom: 15px;
}

.form_left .box.box2 {
	float: right;
}

.form_left .box.box3 {
	float: left;
	width: 100%;
}

.form_left .box .top {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}

.form_left .box .top img {
	width: 30px;
	height: 30px;
	margin-bottom: 10px;
}

.form_left .box .wenzi p {
	font-size: 21px;
	color: #333333;
}

.form_left .box .wenzi span {
	color: #999;
}

.form_rii {
	width: 48%;
	float: right;
}

.form_rii p {
	font-size: 18px;
	color: #333333;
	line-height: 1.8;
	width: 60%;
}

form>div {
	width: 45%;
	float: left;
	margin-bottom: 20px;
}

form>div:nth-child(2) {
	float: right;
}

form>div:nth-child(3) {
	float: none;
	width: 100%;
}

form label {
	display: block;
	color: #999;
	font-weight: normal;
}

form input {
	width: 100%;
	height: 35px;
	border: 1px solid #999;
	border-radius: 0px;
	padding-left: 5px;
}

form textarea {
	width: 100%;
	height: 150px;
	border: 1px solid #999;
	padding: 5px;
}

form button {
	width: 120px;
	height: 40px;
	background: #002b8c;
	color: #fff;
	margin: 0 auto;
	display: block;
	border: none;
	margin-top: 20px;
}

form button:hover {
	background: #002b8c;
}

/*  */
.fp_box_11 {
	width: 70%;
	margin: 0 auto;
}

.fp_box_11 .title_two {
	width: 100%;
	text-align: center;

}

.title_text {
	padding: 50px 0;
 
}

.title_text h3 {
	font-size: 32px;
	color: #1a1a1a;
	margin-bottom: 25px;
}

.title_text p {
	font-size: 16px;
	color: #333333;
	line-height: 2;
}

.title_text .pic {
	margin-bottom: 30px;
}

.fp_box_12 ul li {
	margin-bottom: 30px;
}

.fp_box_12 ul li .pic {
	width: 100%;
	height: 280px;
	overflow: hidden;
}

.fp_box_12 ul li .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease-in-out;
}

.fp_box_12 ul li .pic:hover img {
	transform: scale(1.1);
}

.fp_box_12 ul li .text {
	padding: 20px;
}

.fp_box_12 ul li .text p {
	font-size: 16px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.up_f {
	padding: 100px 0;
	display: flex;
	width: 70%;
	margin: 0 auto;
	justify-content: space-between;
}

.up_f a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-size: 16px;
	color: #006bb7;
}
.news_xq{
	width: 1200px;
	margin: 0 auto;
	padding-top: 90px;
}
.bao_boxss{
    position: relative;
    transform: translateZ(0);
}
.news_xq .back1{
    position: absolute;
    left: 0;
    top: 130px;
	z-index: 999;
}
.news_xq .news_title{
	text-align: center;
}
.news_title {
	margin: 50px 0;
	padding-bottom: 10px;
	
}
.news_title h3{
	text-align: left;
	font-size: 40px;
	color: #000;
	margin: 0;
	padding-bottom: 25px;
	border-bottom: 1px solid #dee3ef;
}
.news_title span{
	text-align: left;
	font-size: 14px;
	color: #1a1a1a;
	display: block;
	margin-top: 25px;
}
.news_title span em{
	color: #999999;
	display: inline-block;
	margin-left: 5px;
}
.news_xq .text{
	font-size: 16px;
	color: #333;
	line-height: 2;
}
.news_xq .text img{
	width: 80%;
	margin: 30px auto;
	display: block;
}
.fp_box_12.fp_box_13 ul li .text{
	padding-left: 0;
	padding-right: 0;
}
.fp_box_12.fp_box_13 ul li .text p{
	overflow: hidden;
	text-overflow: ellipsis !important;
	display: -webkit-box !important;
	-webkit-line-clamp: 2 !important;
	-webkit-box-orient: vertical !important;
	white-space: inherit;
	color: #666666;
}
.fp_box_12.fp_box_13 ul li .text a{
	display: block;
	margin-top: 20px;
	color: #006bb7;
	font-size: 18px;
}
.fenye{
	border-bottom: 1px solid #dee3ef;
}
.fenye .up_f{
	border-top: 1px solid #dee3ef;
	padding: 20px 0;
	width: 1200px;
	margin: 0 auto;
	margin-top: 100px;
}
.fenye .up_f a{
	color: #002b8c;
	font-size: 18px;
}
.fp_box_12.fp_box_13 ul li .text a {
	color: #002b8c;
	font-size: 16px;
	display: inline-block;
	padding-right: 20px;
	background: url(../images/xinwenbiao.png) no-repeat right;
	background-size: 8px auto;
}
.titlenews{
	font-size: 40px;
	color: #1a1a1a;
}
.titlenews h3{
	font-size: 40px;
	color: #1a1a1a;
	padding: 70px 0;
}
.fp_box_12.fp_box_13 ul li .text h3 {
    margin-bottom: 25px;
	font-size: 21px;
	color: #1a1a1a;
	overflow: hidden;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    white-space: inherit;
}
@media only screen and (max-width: 1550px) {
	.fp_box_10 ul li.text h4 {
		margin-top: 5%;
	}

	.fp_box_10 ul li.text h3 {
		font-size: 20px;
		color: #000;
		margin-bottom: 20px;
	}

	.fp_box_10 ul li.text p {
		font-size: 12px;
		color: #666666;
		line-height: 2;
		margin-bottom: 30px;
	}
	.w1600 {
		width: 100%;
		padding: 0 20px;
		margin: 0 auto;
	}
	.news_xq {
		width: 1000px;
		margin: 0 auto;
		padding-top: 90px;
	}
	.titlenews h3 {
		font-size: 22px;
		color: #1a1a1a;
		padding: 15px 0;
	}
}







@media only screen and (max-width: 1400px) {
	.fp_box_2 ul li a .text h3 {
		font-size: 20px;
		color: #ffffff;
	}

	.fp_box_2 ul li a .text span {
		font-size: 22px;
		color: #ffffff;
	}

	.title p {
		font-size: 12px;
	}

	.title h3 {
		font-size: 28px;
		color: #343434;
		margin: 0;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.news ul li .pic {
		width: 100%;
		height: 170px;
		overflow: hidden;
	}

	.news ul li .text {
		padding: 15px;
	}

	.news ul li .text h3 {
		font-size: 14px;
		color: #000;
		line-height: 1.5;
		margin: 0;
		margin: 10px 0;
	}

	.news ul li .text em {
		padding: 10px 0 0 0;
		border-top: 1px solid #f5f5f5;
	}

	footer {
		padding: 40px 0;
	}

	.fp_box_10 ul li.text p {
		font-size: 12px;
		color: #666666;
		line-height: 1.6;
		margin-bottom: 10px;
	}

	.form_left .box .wenzi p {
		font-size: 15px;
		color: #333333;
	}

	.form_rii p {
		font-size: 14px;
		color: #333333;
		line-height: 1.8;
		width: 100%;
	}

	.form_left .box .top {
		border-bottom: 1px solid #ccc;
		margin-bottom: 20px;
	}
	.fp_box_12 ul li .pic {
		width: 100%;
		height: 220px;
		overflow: hidden;
	}
	.fp_box_12.fp_box_13 ul li .text h3 {
		margin-bottom: 25px;
		font-size: 16px;
		color: #1a1a1a;
		
	}
	.fp_box_12.fp_box_13 ul li .text p {
		font-size: 14px;
	}
}

@media only screen and (max-width: 1200px) {
	.banner .swiper-slide .text h3 {
		font-size: 32px;
		color: #fff;
		text-align: center;
		line-height: 2;
		margin-bottom: 100px;
	}

	.title {
		padding: 40px 0;
		text-align: center;
	}

	.title h3 {
		font-size: 22px;
		color: #343434;
		margin: 0;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.title span {
		font-size: 16px;
		color: #999999;
	}

	.fp_box_3 ul li a .text h3 {
		font-size: 14px;
		color: #ffffff;
	}

	.fp_box_3 ul li a .text span {
		font-size: 18px;
		color: #ffffff;
	}

	.news ul li .pic {
		width: 100%;
		height: 135px;
		overflow: hidden;
	}

	.news .more {
		display: block;
		width: 150px;
		height: 40px;
		color: #333;
		border: 1px solid #e4e4e4;
		text-align: center;
		line-height: 40px;
		border-radius: 25px;
		margin: 30px auto;
	}

	.fp_box_6 ul li .pic {
		width: 100%;
		height: 170px;
		overflow: hidden;
	}

	.title_two {
		font-size: 32px;
		color: #00338f;
		padding: 30px 0;
		text-align: center;
	}

	.fp_box_7 h3 {
		font-size: 30px;
		color: #fff;
		width: 90%;
		border-bottom: 1px solid #fff;
		padding-bottom: 10px;
	}

	.fp_box_7 p {
		width: 90%;
		color: #fff;
		font-size: 16px;
		line-height: 2;
	}

	.fp_box_7 .container {
		padding: 40px;
		height: 430px;
		background: url(../images/datu1.png) no-repeat center center;
		background-size: cover;
	}

	.fp_box_8 ul li a .pic {
		width: 100%;
		height: 250px;
		overflow: hidden;
	}

	.fp_box_9 ul li .pic {
		width: 100%;
		height: 220px;
		overflow: hidden;
	}

	.headerLink {
		color: #fff;
		font-size: 16px;
		position: relative;
		line-height: 65px;
		padding: 0 20px;
	}

	.w1600 {
		width: 1000px;
		min-width: 1000px;
		padding: 0 20px;
		margin: 0 auto;
	}

	.fp_box_11 {
		width: 100%;
	}
	.news_xq {
		width: 800px;
		margin: 0 auto;
		padding-top: 90px;
	}
	.news_xq .back1 {
		position: absolute;
		left: 0;
		top: 130px;
		z-index: 999;
	}
	.news_xq .back1 img{
		width: 50px;
		height: 50px;
	}
	.news_title h3 {
		text-align: left;
		font-size: 32px;
		color: #000;
		margin: 0;
		padding-bottom: 25px;
		border-bottom: 1px solid #dee3ef;
	}
	.fp_box_12 ul li .pic {
		width: 100%;
		height: 200px;
		overflow: hidden;
	}
}

@media only screen and (max-width: 1000px) {
	.headerLink {
		color: #fff;
		font-size: 16px;
		position: relative;
		line-height: 65px;
		padding: 0 20px;
	}

	.w1600 {
		width: 1000px;
		max-width: 1000px;
		padding: 0 20px;
		box-sizing: border-box;
	}
}

.shouji {
	display: none;
}

@media only screen and (max-width: 750px) {
	.shouji {
		display: block;
	}

	/* 这里可以添加手机端样式 */
	.header {
		height: 60px !important;
		background-color: #fff !important;
		padding: 0 !important;
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		width: 100% !important;
		z-index: 9999 !important;
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
	}

	.header .w1600 {
		padding: 0 15px;
		box-sizing: border-box;
		width: 100%;
	}

	/* 默认隐藏PC端的导航和功能按钮 */
	.header .headerNav {
		display: none !important;
	}

	.header .headerNavLeft {
		display: none;
	}

	.header .headerNavLeft.active {
		display: block;
	}

	/* 手机端导航样式 */
	.shouji {
		display: block;
		position: absolute;
		top: 0;
		right: 15px;
		height: 60px;
		z-index: 1000;
	}

	/* 搜索背景/汉堡按钮 */
	.searchBg {
		float: right;
		width: 25px;
		height: 20px;
		margin-top: 20px;
		margin-left: 15px;
		position: relative;
		cursor: pointer;
	}

	.searchBg:before,
	.searchBg:after,
	.searchBg span {
		content: '';
		display: block;
		width: 25px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 0;
		transition: all 0.3s ease;
	}

	.searchBg:before {
		top: 0;
	}

	.searchBg span {
		top: 9px;
	}

	.searchBg:after {
		top: 18px;
	}

	/* 汉堡按钮激活状态变为X */
	.searchBg.active:before {
		transform: rotate(45deg);
		top: 9px;
	}

	.searchBg.active span {
		opacity: 0;
	}

	.searchBg.active:after {
		transform: rotate(-45deg);
		top: 9px;
	}

	/* 导航菜单按钮 */
	.nav_opener {
		float: right;
		width: 25px;
		height: 20px;
		margin-top: 20px;
		margin-left: 15px;
		position: relative;
		cursor: pointer;
	}

	.nav_opener:before,
	.nav_opener:after {
		content: '';
		display: block;
		width: 25px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 0;
		transition: all 0.3s ease;
	}

	.nav_opener:before {
		top: 6px;
	}

	.nav_opener:after {
		top: 14px;
	}

	/* 导航菜单按钮激活状态 - X形状 */
	.nav_opener.active:before {
		transform: rotate(45deg);
		top: 10px;
	}

	.nav_opener.active:after {
		transform: rotate(-45deg);
		top: 10px;
	}

	/* 导航菜单 - SHENKAI风格 */
	.new_nav {
		position: fixed;
		top: 60px;
		left: 0;
		width: 100%;
		background: #fff;
		z-index: 998;
		display: none;
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
		max-height: 80vh;
		overflow-y: auto;
	}

	.new_nav.active {
		display: block;
	}

	/* 一级菜单 */
	.new_nav .nav_item {
		border-bottom: 1px solid #eee;
		position: relative;
	}

	.new_nav .nav_link {
		display: block;
		line-height: 50px;
		padding: 0 20px;
		color: #333;
		font-size: 16px;
		position: relative;
	}

	/* 加号/减号图标只在有子菜单的项目上显示 */
	.toggle-icon {
		display: none;
		/* 默认隐藏 */
	}

	.nav_item.has-children .toggle-icon {
		display: block;
		/* 只在有子菜单的项目上显示 */
		position: absolute;
		right: 20px;
		top: 0;
		width: 50px;
		height: 50px;
		text-align: center;
		line-height: 50px;
		font-size: 18px;
		color: #333;
		z-index: 2;
	}

	.nav_item.has-children .toggle-icon:before {
		content: '+';
	}

	.nav_item.has-children.active .toggle-icon:before {
		content: '-';
	}

	/* 二级菜单 */
	.new_nav .subnav {
		display: none;
		background: #f9f9f9;
		padding: 0;
	}

	.new_nav .nav_item.active .subnav {
		display: block;
	}

	.new_nav .subnav a {
		display: block;
		line-height: 45px;
		padding: 0 30px;
		color: #666;
		font-size: 14px;
		border-top: 1px solid #eee;
	}

	/* 搜索按钮 */
	.new_sousuo {
		float: right;
		width: 22px;
		height: 22px;
		margin-top: 19px;
		margin-left: 20px;
		background: url(../images/search.png) no-repeat center;
		background-size: 22px;
		filter: invert(1);
		/* 将白色图标变成黑色 */
		cursor: pointer;
	}

	/* 搜索展开框 */
	.search_wrap {
		position: fixed;
		top: 60px;
		left: 0;
		width: 100%;
		background: #fff;
		z-index: 997;
		display: none;
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	}

	.search_wrap.active {
		display: block;
	}

	.search_form {
		display: flex;
		align-items: center;
		padding: 15px;
		border-bottom: 1px solid #eee;
	}

	.search_input {
		flex: 1;
		height: 40px;
		border: none;
		padding: 0 15px;
		font-size: 15px;
		background: #f5f5f5;
		border-radius: 4px;
	}

	.search_btn {
		width: 40px;
		height: 40px;
		background: url(../images/search.png) no-repeat center;
		background-size: 20px;
		filter: invert(1);
		/* 将白色图标变成黑色 */
		border: none;
		cursor: pointer;
	}

	.search_close {
		width: 40px;
		height: 40px;
		background: url(../images/huangchacha.png) no-repeat center;
		background-size: 16px;
		cursor: pointer;
	}

	/* 语言切换 */
	.new_yuyan {
		float: right;
		margin: 19px 20px 0 20px;
		cursor: pointer;
		position: relative;
		font-size: 14px;
		color: #333;
	}

	.new_yuyan:after {
		content: '';
		display: inline-block;
		width: 0;
		height: 0;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid #333;
		margin-left: 5px;
		vertical-align: middle;
	}

	.lang_wrap {
		position: absolute;
		top: 35px;
		right: -10px;
		background: #fff;
		width: 80px;
		border-radius: 4px;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
		display: none;
		z-index: 996;
	}

	.new_yuyan.active .lang_wrap {
		display: block;
	}

	.lang_wrap a {
		display: block;
		line-height: 40px;
		text-align: center;
		color: #333;
		font-size: 14px;
		border-bottom: 1px solid #f5f5f5;
	}

	.lang_wrap a:last-child {
		border-bottom: none;
	}

	/* 关闭按钮 */
	.nav_close {
		float: right;
		width: 20px;
		height: 20px;
		margin-top: 20px;
		position: relative;
		cursor: pointer;
	}

	.nav_close:before,
	.nav_close:after {
		content: '';
		display: block;
		width: 20px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 0;
		top: 9px;
	}

	.nav_close:before {
		transform: rotate(45deg);
	}

	.nav_close:after {
		transform: rotate(-45deg);
	}

	/* logo在手机端的样式 */
	.logoImg {
		float: left;
		height: 60px;
		padding: 15px 0;
		box-sizing: border-box;
	}

	.logoImg img {
		height: 30px;
	}

	/* 轮播图在手机端的样式 */
	.banner {
		margin-top: 60px;
	}

	.banner .swiper-slide .text h3 {
		font-size: 18px;
		color: #fff;
		text-align: center;
		line-height: 1.5;
		margin-bottom: 40px;
	}

	.banner .swiper-slide .text a {
		display: block;
		width: 120px;
		height: 35px;
		background: #425cbb;
		color: #fff;
		text-align: center;
		line-height: 35px;
		border-radius: 25px;
		margin: 0 auto;
		font-size: 10px;
	}

	.banner .swiper-slide .text {
		width: 100%;
		position: absolute;
		top: 40%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.title {
		padding: 20px 0;
		text-align: center;
	}

	.title h3 {
		font-size: 18px;
		color: #343434;
		margin: 0;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.fp_box_2 ul li {
		width: 50%;
		float: left;
	}

	.fp_box_2 ul li a .text h3 {
		font-size: 14px;
		color: #ffffff;
	}

	.fp_box_2 ul li a .text span {
		font-size: 16px;
		color: #ffffff;
	}

	header.fix {
		background: #333;
		border-bottom: none;
	}

	header.fix .rii {
		border-left: none;
	}

	.title p {
		font-size: 10px;
		margin: 0;
	}

	.title a {
		display: inline-block;
		border: 1px solid #ccc;
		color: #333;
		padding: 2px 15px;
		text-align: center;
		border-radius: 5px;
		margin-top: 15px;
	}

	.fp_box_3 ul li {
		width: 80%;
		margin: 0 auto;
		margin-bottom: 20px;
	}

	.fp_box_4 {
		height: 220px;
		background-size: 100% 100%;
	}

	.fp_box_4>img {
		height: 100%;
	}

	.fp_box_4 ul li {
		width: 50%;
		float: left;
		height: 50%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding-bottom: 10px;
	}

	.fp_box_4 ul li img {
		width: 35px;
		height: 35px;
		margin-top: 10px;
	}

	.fp_box_4 ul li p {
		font-size: 14px;
		color: #fff;
		margin: 0;
		margin-top: 10px;
	}

	.fp_box_4 ul li p {
		margin: 0;
	}

	.fp_box_4 ul li h3 {
		font-size: 16px;
		color: #fff;
		margin: 10px 0;
	}

	.news ul li {
		margin-bottom: 20px;
	}

	.news ul li .pic {
		height: auto;
		border-radius: 10px 10px 0 0;
	}

	.news ul li .text h3 {
		-webkit-line-clamp: 211; height: auto;
	}

	.fp_box_5 {
		background: #425cbb;
		padding: 20px 0;
		text-align: center;
	}

	.fp_box_5 a {
		display: block;
		width: 120px;
		height: 35px;
		color: #333;
		border: 1px solid #e4e4e4;
		text-align: center;
		line-height: 35px;
		border-radius: 25px;
		color: #fff;
		font-size: 12px;
		margin-left: 0px;
		margin: 0 auto;
		margin-top: 20px;
	}

	footer {
		padding: 30px 0;
	}

	.flogo img {
		height: 40px;
	}

	footer .left_nav {
		float: left;
		width: 100%;
	}

	footer .left_nav ul {
		float: left;
		width: 100%;
	}

	footer .left_nav ul li:nth-child(3),
	footer .left_nav ul li:nth-child(4) {
		text-align: right;
	}

	footer .rii {
		float: right;
		width: 100%;
		padding-left: 0px;
	}

	footer .rii .more {
		display: block;
		width: 120px;
		height: 35px;
		color: #fff;
		text-align: center;
		line-height: 35px;
		background: #425cbb;
		border-radius: 25px;
		margin-top: 20px;
		font-size: 10px;
	}

	.footer {
		padding: 10px 0;
		background: #1e1e1e;
		color: #7a7a7a;
	}

	.footer a {
		display: block;
		text-align: right;
		color: #7a7a7a;
		margin-top: 10px;
	}

	.footer a:hover {
		color: #fff;
	}

	.banner_two .text h3 {
		font-size: 22px;
		color: #fff;
		font-weight: normal;
		letter-spacing: 8px;
	}

	.banner_two .text span {
		width: 100px;
		height: 1px;
		background: #fff;
		margin: 0px 0;
		margin-bottom: 10px;
	}

	.banner_two .text em {
		font-size: 14px;
		color: #fff;
		text-transform: uppercase;
	}

	.title_two {
		font-size: 22px;
		color: #00338f;
		padding: 15px 0;
		text-align: center;
	}

	.text_nav-two {
		white-space: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: thin;
		display: flex;
	}

	.text_nav-two a {
		display: inline-block;
		padding: 0 20px;
		color: #333;
		padding: 15px 0;
		margin: 0 20px;
		border-right: 1px solid #f8f8f8;
		flex-shrink: 0;
	}

	.title_nav {
		padding-left: 0;
		padding-right: 0;
	}

	.title_nav h4 {
		font-size: 18px;
		color: #333333;
		display: inline-block;
		float: left;
	}

	.title_nav span {
		font-size: 14px;
		color: #00338f;
		display: inline-block;
		float: right;
		padding-top: 12px;
	}

	.fp_box_6 ul li .pic {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.fp_box_6 ul li .text h3 {
		font-size: 18px;
		color: #333333;
		margin-top: 0;
	}

	.fp_box_6 ul li .text p {
		font-size: 12px;
		color: #666666;
	}

	.fp_box_7 .container {
		padding: 15px;
		height: auto;
		background: url(../images/datu1.png) no-repeat center center;
		background-size: cover;
	}

	.fp_box_7 h3 {
		font-size: 22px;
		color: #fff;
		width: 100%;
		border-bottom: 1px solid #fff;
		padding-bottom: 10px;
		margin-top: 0;
	}

	.fp_box_7 p {
		width: 100%;
		color: #fff;
		font-size: 12px;
		line-height: 1.7;
	}

	.fp_box_7 {
		margin: 20px 0;
	}

	.fp_box_6 ul li .text span {
		display: block;
		padding: 10px 0;
	}

	.fp_box_8 ul li a .pic {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.fp_box_8 ul li a .text h3 {
		font-size: 20px;
		color: #333333;
		margin-top: 0;
	}

	.fp_box_8 ul li {
		margin-top: 20px;
	}

	.fp_box_9 ul li {
		margin-top: 20px;
		padding-bottom: 20px;
	}

	.fp_box_9 ul li .pic {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.fp_box_9 ul li .text h3 {
		font-size: 16px;
		color: #000;
		margin-top: 0; height: auto;
	}

	.fp_box_9 ul li .text p {
		font-size: 12px;
		color: #666666;
		overflow: hidden;
		line-height: 1.8;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2222;
		-webkit-box-orient: vertical; 
	}

	.fp_box_10 ul li {
		float: none;
		width: 100%;
	}

	.fp_box_10 ul li.text {
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 100%;
		padding-left: 0%;
		padding-right: 0px;
		padding: 10px;
	}

	.fp_box_10 ul li.text h4 {
		margin-top: 20px;
		font-size: 16px;
	}

	.fp_box_10 ul li:nth-child(1).text p {
		text-indent: 24px;
	}

	.fp_box_10 ul li img {
		width: 95%;
		margin: 0 auto;
	}

	.form {
		padding: 20px 0;
	}

	.form_left {
		width: 100%;
		float: none;
	}

	.form_rii {
		width: 100%;
		float: none;
	}

	.form_left .box .top img {
		width: 25px;
		height: 25px;
		margin-bottom: 10px;
	}

	.form_left .box .wenzi p {
		font-size: 14px;
		color: #333333;
	}

	.form_left .box .wenzi span {
		font-size: 12px;
		color: #999999;
	}

	.form_left .box .top {
		border-bottom: 1px solid #ccc;
		margin-bottom: 10px;
	}

	.form_left .box {
		width: 45%;
		float: left;
		margin-bottom: 10px;
		padding-bottom: 5px;
	}

	.form h3 {
		font-size: 18px;
		color: #002b8c;
		margin-bottom: 15px;
	}

	form button {
		width: 100px;
		height: 35px;
		background: #002b8c;
		color: #fff;
		margin: 0 auto;
		display: block;
		border: none;
		margin-top: 0;
	}




}

@media only screen and (max-width: 750px) {

	.header {
		height: 60px !important;
		background-color: #000 !important;
		padding: 0 !important;
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		width: 100% !important;
		z-index: 9999 !important;
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2) !important;
	}

	.header {
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		width: 100% !important;
		z-index: 999 !important;
		background: #fff !important;
		z-index: 9999 !important;
	}

	.logoImg {
		float: left;
	}

	.logoImg .logo1 {
		display: none;
	}

	.logoImg .logo2 {
		display: block;
	}

	.logoImg img {
		width: auto;
	}

	.header .headerNav {
		display: none !important;
	}

	.header .headerNavLeft {
		display: none;
	}

	.header .headerNavLeft.active {
		display: block;
	}

	.title_text {
		padding: 25px 0;
		 
	}

	.title_text h3 {
		font-size: 18px;
		color: #1a1a1a;
		margin-bottom: 10px;
	}

	.title_text p {
		font-size: 12px;
		color: #333333;
		line-height: 1.6;
	}

	.title_text .pic {
		margin: 20px 0;
	}

	.fp_box_12 ul li .pic {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.fp_box_12 ul li .text {
		padding: 10px;
	}

	.fp_box_12 ul li {
		margin-bottom: 0;
	}

	.fp_box_12 ul li .text p {
		font-size: 12px;
		color: #333333;
		overflow: visible;
		text-overflow: none;
		white-space: normal;
	}

	.up_f {
		padding: 30px 0;
		display: flex;
		width: 100%;
		margin: 0 auto;
		justify-content: space-between;
	}

	.up_f a {
		font-size: 12px;
		color: #333333;
		display: flex;
		align-items: center;
	}

	.up_f a img {
		width: 20px;
		height: 20px;
	}
	.fp_box_5 {
		text-align: center;
		display: block;
	}
	.news_xq{
		width: 100%;
	}
	.news_xq .text img{
		width: 100%;
	}
	.news_title {
		margin: 20px 0;
		padding-bottom: 10px;
		border-bottom: 1px solid #ccc;
	}
	.news_title h3 {
		text-align: left;
		font-size: 20px;
		color: #000;
		margin-bottom: 10px;
		line-height: 1.6;
	}
	.news_xq .text {
		font-size: 12px;
		color: #333;
		line-height: 1.8;
	}
	.fp_box_12.fp_box_13 ul li .text a {
		display: inline-block;
		margin-top: 20px;
		color: #006bb7;
		font-size: 14px;
		margin-bottom: 20px;
		padding-right: 10px;
		background-size: 6px;
	}
	.news_xq .back1{
		display: none;
	}
	.news_xq{
		padding-top: 60px;
	}
	.news_title h3 {
        text-align: left;
        font-size: 18px;
        color: #000;
		padding-bottom: 10px;
        margin-bottom: 0px;
        line-height: 1.5;
    }
	.news_title span{
		margin-top: 10px;
	}
	.fenye .up_f {
		border-top: 1px solid #dee3ef;
		padding: 20px 0;
		width: 100%;
		margin: 0 auto;
		margin-top: 20px;
	}
	.fenye .up_f a {
		color: #002b8c;
		font-size: 14px;
	}
	.titlenews {
		font-size: 18px;
		color: #1a1a1a;
		padding: 20px 0;
	}
	.fp_box_12.fp_box_13 ul li .text h3 {
        margin-bottom:15px;
        font-size: 14px;
        color: #1a1a1a;
    }
	.fp_box_12.fp_box_13 ul li .text p {
		overflow: hidden;
		text-overflow: ellipsis !important;
		display: -webkit-box !important;
		-webkit-line-clamp: 22122 !important;
		-webkit-box-orient: vertical !important;
		white-space: inherit;
		font-size: 12px;
	}
}