/*通用类*/
* {
	margin: 0;
	padding: 0;
}

body {
	min-width: 1400px;
	margin: 0 auto;
	font-size: 14px;
	background: #fff;
	text-align: justify;
	color: #000;
}

h1,
h2,
h3 {
	font-weight: 500;
}

img {
	border: none;
}

a {
	cursor: pointer;
	color: #000;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #f60;
}

ul {
	list-style-type: none;
}

em {
	font-style: normal;
}

.lt {
	float: left;
}

.rt {
	float: right;
}

input.sub,
label {
	border: none;
	cursor: pointer;
}

select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

input,
textarea {
	outline: none;
}

table {
	border-collapse: collapse;
}

table td,
table th {
	padding: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #515151;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #515151;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #515151;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #515151;
}

div.clear {
	font: 0px Arial;
	line-height: 0;
	height: 0;
	overflow: hidden;
	clear: both;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.line5 {
	font-size: 1px;
	height: 5px;
	width: 100%;
	clear: both;
}

.line10 {
	font-size: 1px;
	height: 10px;
	width: 100%;
	clear: both;
}

.line20 {
	font-size: 1px;
	height: 20px;
	width: 100%;
	clear: both;
}

.line50 {
	font-size: 1px;
	height: 50px;
	width: 100%;
	clear: both;
}

.line150 {
	font-size: 1px;
	height: 150px;
	width: 100%;
	clear: both;
}

.show {
	display: block !important;
}


/*公用CSS 开始*/
.main {
	width: 1200px;
	margin: 0 auto;
}

header {
	height: 120px;
	background: #fff;
}

.logo {
	float: left;
	margin-top: 35px;
}

.headtext {
	float: left;
	line-height: 120px;
	margin-left: 60px;
	font-size: 18px;
	color: #3b3b3b;
}

.headtext a {
	font-size: 18px;
	color: #3b3b3b;
	margin: 0 5px;
	display: inline-block;
}

.headtext a:hover {
	color: #003793;
}

.lunbo {
	width: 250px;
	height: 102px;
	float: left;
	margin-left: 50px;
	margin-top: 20px;
}

.lunbo img {
	width: 83px;
	height: 83px;
	float: left;
}

.lunbo .text {
	float: left;
	padding-left: 10px;
}

.lunbo .text h3 {
	font-size: 18px;
	color: #141414;
}

.lunbo .text p {
	font-size: 14px;
	color: #5c5c5c;
}

.lunbo .swiper-container {
	height: 100%;
}

.lunbo .swiper-button-prev.swiper-button-white {
	background: url(../images/sahng.png) no-repeat center;
	background-size: 14px 10px;

}

.lunbo .swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	cursor: auto;
	pointer-events: none;
}

.lunbo .swiper-button-prev {
	left: auto;
	right: 10px;
	top: 10px;
}


.lunbo .swiper-button-next.swiper-button-white {
	background: url(../images/shang1.png) no-repeat center;
	background-size: 14px 10px;
	top: auto;
	bottom: 10px;
}

.header_rii {
	float: right;
	margin-top: 30px;
}

.header_rii h3 {
	font-size: 25px;
	color: #003793;
}

.header_rii a {
	font-size: 16px;
	color: #ffffff;
	background: #f15432;
	text-align: center;
	padding: 7px 35px;
	display: inline-block;
	text-align: center;
	border-radius: 20px;
}

.nav {
	background: #003793;
	height: 80px;
	margin-top: 2px;

}

.nav a {
	display: inline-block;
	width: 16.6%;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 80px;
	float: left;
}

.nav a:hover {
	background: #f96343;
}

.nav a.hover {
	background: #f96343;
}

.banner .swiper-container {
	padding-bottom: 120px;
}

.banner .swiper-slide {
	position: relative;
}

.banner .swiper-slide>img {
	max-height: 640px;
}

.banner .swiper-slide::after {
	display: block;
	content: "";
	width: 100%;
	height: 143px;
	position: absolute;
	bottom: -70px;
	left: 0;
	background: url(../images/bg1.png) no-repeat center;
	background-size: 100% 100%;
	z-index: 9;
}

.banner .swiper-slide a {
	position: absolute;
	display: block;
	left: 50%;
	margin-left: -113px;
	bottom: -113px;
	width: 226px;
	height: 226px;
	z-index: 10;
}

.banner .swiper-slide a img {
	width: 100%;
	height: 100%;
}

.title1 {
	text-align: center;
	padding-top: 70px;
}

.title1 h3 {
	font-size: 54px;
	color: #292929;
	margin-bottom: 10px;
}

.title1 h3 strong {
	font-weight: normal;
	font-size: 60px;
}

.title1 p {
	display: inline-block;
	margin: 0 auto;
	font-size: 16px;
	color: #ffffff;
	background: #f15432;
	text-align: center;
	padding: 7px 35px;
	text-align: center;
	border-radius: 20px;
}

.title1 span {
	display: block;
	margin-top: 10px;
	font-size: 46px;
	color: #000000;
}

.fp-box-1 .img {
	text-align: center;
	padding: 100px 0;
}

.title {
	position: relative;
	padding: 55px 0 30px 0;
	z-index: 2;
}

.title h3 {
	font-size: 53px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	position: relative;
	z-index: 2;
}

.title h3 strong {
	font-size: 53px;
	color: #17499d;
	display: inline-block;
	margin-right: 20px;
}

.title i {
	color: #272727;
	font-size: 28px;
	text-align: center;
	display: block;
	font-style: normal;
	position: relative;
	z-index: 2;
}

.title span {
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 40px;
	left: 0;
	font-size: 80px;
	color: #e7e7e7;
	z-index: 1;
	text-transform: uppercase;
}

.fp-box-4 {
	background: #fff;
}

.fp-box-4 .top {
	border: 15px solid #234e97;
	padding: 25px 40px;
}

.fp-box-4 .top .left {
	width: 717px;
	height: 530px;
	float: left;
}

.fp-box-4 .top .left img {
	width: 100%;
	height: 100%;
}

.fp-box-4 .top .rii {
	width: 330px;
	float: right;
}

.rii-dy h4 {
	font-size: 28px;
	color: #000000;
	margin-bottom: 10px;
}

.rii-dy i {
	width: 40px;
	height: 3px;
	background: url(../images/sandian.png) no-repeat center;
	background-size: 100% auto;
	display: block;
	margin-bottom: 42px;
}

.rii-dy h3 {
	font-size: 40px;
	color: #000000;
}

.rii-dy p {
	padding: 10px 0;
	margin: 20px 0;
	font-size: 21px;
	color: #313131;

	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.rii-dy a {
	background: #17499d;
	color: #fff;
	width: 220px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	color: #ffffff;
	display: block;
	border-radius: 30px;
	margin-bottom: 35px;
}

.fp-box-1 .img img {
	max-width: 100%;
}

.fp-box-3 {
	width: 100%;
}

.rii-dy em {
	font-size: 30px;
	color: #000000;
	padding-left: 50px;
	display: block;
	background: url(../images/dianhua.png) no-repeat left;
}

.fp-box-4 .top.top-two {
	width: 597px;
	float: left;
	border: 10px solid #234e97;
	box-sizing: border-box;
	padding: 10px;
	margin: 10px 0;
}

.fp-box-4 .main {
	margin-top: -450px;
	position: relative;
	z-index: 2;
	background: #fff;
	padding-bottom: 35px;
}

.fp-box-4 .top.top-two .left {
	width: 320px;
	height: 360px;
}

.fp-box-4 .top.top-two .left img {
	width: 100%;
	height: 100%;
}

.fp-box-4 .top.top-two .rii {
	width: 220px;
	float: right;
}

.fp-box-4 .top.top-two .rii-dy h4 {
	font-size: 23px;
	color: #000000;

}

.fp-box-4 .top.top-two .rii-dy h3 {
	font-size: 27px;
	color: #000000;
}

.fp-box-4 .top.top-two .rii-dy p {
	font-size: 14px;
	margin: 12px 0;
}

.fp-box-4 .top.top-two .rii-dy i {
	width: 40px;
	height: 3px;
	background: url(../images/sandian.png) no-repeat center;
	background-size: 100% auto;
	display: block;
	margin-bottom: 5px;
}

.fp-box-4 .top.top-two .rii-dy a {
	background: #17499d;
	color: #fff;
	width: 160px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	display: block;
	border-radius: 20px;
	margin-bottom: 15px;
}

.fp-box-4 .top.top-two .rii-dy em {
	font-size: 22px;
	color: #000000;
	padding-left: 30px;
	display: block;
	background: url(../images/dianhua.png) no-repeat left;
	background-size: 22px auto;
}

.fp-box-5 {
	width: 100%;
	height: 284px;
	padding: 50px 0;
	background: url(../images/bg11.png) no-repeat center;
	background-size: 100% 100%;
}

.fp-box-5 .left {
	float: left;
	width: 240px;
}

.fp-box-5 .left h3 {
	padding: 10px 0;
	font-size: 49px;
	color: #2a2a2a;
}

.fp-box-5 .left span {
	font-size: 33px;
	color: #2a2a2a;
	font-style: normal;
	position: relative;
	display: block;
}

.fp-box-5 .left span::after {
	display: block;
	content: "";
	width: 60px;
	height: 4px;
	position: absolute;
	top: 20px;
	right: 40px;
	background: #999;
}

.fp-box-5 .left img {
	display: block;
	margin: 20px 0;
}

.fp-box-5 .left i {
	display: block;
	font-size: 31px;
	color: #17499d;
	font-style: normal;
}

.fp-box-5 .rii {
	width: 855px;
	float: right;
}

.fp-box-5 .rii ul li {
	width: 33.33%;
	float: left;
	position: relative;
	padding-top: 60px;
	box-sizing: border-box;
}

.fp-box-5 .rii ul li h3 {
	font-size: 26px;
	color: #ffffff;
	margin-bottom: 5px;
}

.fp-box-5 .rii ul li i {
	width: 20px;
	height: 20px;
	display: block;
	background: #fff;
	margin: 20px 0;
}

.fp-box-5 .rii ul li p {
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 20px;
}

.fp-box-5 .rii ul li>img {
	position: absolute;
	top: 60px;
	right: 30px;
}

.fp-box-6 {
	padding-top: 40px;
	background: #fff;
}

.fp-box-6 .left {
	width: 495px;
	float: left;
}

.fp-box-6 .left ul li {
	width: 100%;
	height: 178px;
}

.fp-box-6 .left ul li a {
	display: block;
	height: 100%;
	position: relative;
	background: #f7f7f7;
	padding-left: 130px;
	box-sizing: border-box;
}

.fp-box-6 .left ul li a.hover,
.fp-box-6 .left ul li a:hover {
	background: #eaeaea;
}

.fp-box-6 .left ul li a img {
	position: absolute;
	top: 55px;
	left: 20px;
}

.fp-box-6 .left ul li a h3 {
	font-size: 36px;
	color: #17499d;
	padding-top: 47px;
}

.fp-box-6 .left ul li a p {
	font-size: 18px;
	color: #262626;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.fp-box-6 .rii {
	width: 703px;
	height: 534px;
	float: right;
}

.fp-box-6 .rii img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.fp-box-7 {
	padding-top: 70px;
	background: #fff;
}

.fp-box-7 .left {
	float: left;
	width: 105px;

}

.fp-box-7 .left h3 {
	width: 100%;
	background: #17499d;
	text-align: center;
	color: #fff;
	height: 210px;
	font-size: 32px;
	padding-top: 10px;
	box-sizing: border-box;
}

.fp-box-7 .left span {
	font-size: 27px;
	color: #000000;
	display: block;
	line-height: 50px;
	text-align: center;
	margin: 0 auto;
	margin-top: -20px;
	position: relative;
	z-index: 3;
	width: 80px;
	height: 100px;
	border: 2px solid #3989fe;
	padding: 0 10px;
	box-sizing: border-box;
}

.fp-box-7 .rii {
	float: left;
	width: 1066px;
	margin-left: 20px;
}

.fp-box-7 .rii p {
	font-size: 25px;
	color: #5c5c5c;
	line-height: 36px;
}

.fp-box-7 .rii .jkl {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.fp-box-7 .rii .jkl a {
	display: inline-block;
	width: 120px;
	height: 120px;
	border: 10px solid #2d7ff6;
	text-align: center;
	line-height: 120px;
	font-size: 31px;
	color: #000000;
	border-radius: 120px;
	margin-top: 40px;
}

.fp-box-7 .rii .jkl a:hover {
	background: #2d7ff6;
	color: #fff;
}

.fp-box-8 {
	background: #fff;
}

.news {
	width: 1360px;
	margin: 0 auto;
	background: #fff;
	height: 550px;
	margin-top: -190px;
	position: relative;
	z-index: 2;
	padding-top: 45px;
	box-sizing: border-box;
}

.news .left {
	float: left;
	width: 300px;
}

.news .left .boxk {
	width: 100%;
	height: 210px;
	background: #17499d;
	padding: 30px 10px;
	box-sizing: border-box;
}

.news .left .boxk h3 {
	font-size: 21px;
	color: #ffffff;
	margin-bottom: 10px;
}

.news .left .boxk i {
	display: block;
	font-style: normal;
	font-size: 15px;
	color: #ffffff;
}

.news .left .boxk a {
	font-size: 30px;
	color: #fff;
}

.news .left p {
	font-size: 15px;
	color: #1f1f1f;
	margin-top: 10px;
}

.news .rii {
	width: 850px;
	float: right;
}

.news .rii .heer {
	position: relative;
	padding: 10px 0;
	padding-left: 65px;
	background: url(../images/dianhua3.png) no-repeat left;
	padding-bottom: 25px;
	border-bottom: 1px solid #e8e8e8;
	background-position-y: 7px;
}

.news .rii h3 {
	width: 70%;
	font-size: 28px;
	color: #17499d;
	float: left;

}

.news .rii h3 strong {
	display: inline-block;
	padding-right: 20px;
}

.news .rii a.a1 {
	font-size: 19px;
	color: #000000;
	margin-top: 10px;
	float: right;
	width: 10%;
}

.news .rii a.a1:hover {
	color: #003793;
}

.news .rii ul li {
	height: 115px;
	border-bottom: 1px solid #e8e8e8;
	margin-top: 15px;
	position: relative;
}

.news .rii ul li a {
	padding-top: 15px;
	box-sizing: border-box;
	display: block;
	font-size: 24px;
	color: #000000;
	overflow: hidden;

	text-overflow: ellipsis;

	white-space: nowrap;

}

.news .rii ul li:hover a {
	color: #2d7ff6;
}

.news .rii ul li .wenzi {
	width: 175px;
	height: 100%;
	background: #e0e0e0;
	position: absolute;
	top: 0;
	right: 0;
}

.news .rii ul li .wenzi h3 {
	font-size: 44px;
	color: #000000;
	text-align: center;
	padding-top: 10px;
	box-sizing: border-box;
	width: 100%;
}

.news .rii ul li .wenzi span {
	display: block;
	font-size: 24px;
	color: #000000;
	text-align: center;
}

.fp-box-9 {
	background: #17499d;
	padding-top: 440px;
	margin-top: -355px;
}

.fp-box-9 .left {
	float: left;
	width: 610px;
}

.fp-box-9 .left h3 {
	font-size: 44px;
	display: inline-block;
	color: #ffffff;
	padding: 10px 20px;
	background: #f15432;
	border-radius: 50px;
	margin-bottom: 35px;
}

.fp-box-9 .left p {
	font-size: 50px;
	color: #ffffff;
	margin-bottom: 5px;
}

.fp-box-9 .left span {
	font-size: 26px;
	color: #ffffff;
	text-align: justify;
	display: block;
	margin-bottom: 75px;
}

.fp-box-9 .left img {
	width: 100%;
	height: 450px;
	display: block;
	object-fit: cover;
}

.fp-box-9 .rii {
	float: right;
	width: 545px;
}

.fp-box-9 .rii>img {
	max-width: 100%;
	margin-bottom: 45px;
}

.fp-box-9 {
	padding-bottom: 72px;
}

.fp-box-9 .rii p {
	font-size: 21px;
	color: #ffffff;
	line-height: 30px;
	text-indent: 3rem;
	margin-top: 30px;
}

.fp-box-9 .rii a {
	display: block;
	margin-top: 20px;
	text-align: right;
	font-size: 19px;
	color: #ffffff;
}

.fp-box-9 .rii a:hover {
	color: #f15432;
}

.fp-box-10 {
	padding-top: 45px;
	background: #fff;
}

.fp-box-10 ul {
	margin-left: -40px;
	margin-right: -40px;
}

.fp-box-10 ul li {
	float: left;
	width: 33.33%;
	padding: 0 40px;
	box-sizing: border-box;
	margin-bottom: 85px;
}

.fp-box-10 ul li>div {
	position: relative;
	height: 210px;
}

.fp-box-10 ul li h4 {
	font-size: 42px;
	color: #17499d;
	font-weight: normal;
}

.fp-box-10 ul li em {
	display: block;
	margin-top: 10px;
	font-size: 30px;
	color: #17499d;
}

.fp-box-10 ul li strong {
	font-style: normal;
	font-size: 16px;
	display: block;
	color: #17499d;
	margin-top: 20px;
}

.fp-box-10 ul li:nth-child(1)>div {
	background: url(../images/list1.png) no-repeat bottom right;
	background-position-y: 75%;
}

.fp-box-10 ul li.li-ty>div {
	padding: 0 50px;
	box-sizing: border-box;
	padding-top: 40px;
	border: 2px solid #17499d;
}

.fp-box-10 ul li.li-ty>div h3 {
	font-size: 28px;
	color: #000000;
	border-bottom: 1px solid #999;
	padding-bottom: 5px;
	display: inline-block;
}

.fp-box-10 ul li.li-ty>div p {
	font-size: 18px;
	color: #000000;
	margin-top: 10px;
	line-height: 30px;
}

.fp-box-10 ul li.li-ty>div span {
	font-size: 12px;
	color: #000000;
	display: block;
	margin-top: 10px;
}

.fp-box-10 ul li.li-ty>div img {
	position: absolute;
	top: -30px;
	left: 20%;
	width: 55px;
	background: #fff;
	padding: 0 5px;
}

.fp-box-10 ul li:nth-child(3).li-ty>div img {
	height: auto;
	width: 45px;
}

.fp-box-10 ul li:nth-child(4).li-ty>div img {
	height: auto;
	width: auto;
	top: -20px;
}

footer {
	padding: 60px 0;
	background: #1856ad;
}

footer ul li {
	width: 19%;
	float: left;
}

footer ul li:nth-child(4) {
	width: 24%;
}

footer ul li:nth-child(5) {
	text-align: right;
}

footer ul li h3 {
	color: #fff;
	font-size: 18px;
	text-align: left;
}

footer ul li a {
	display: block;
	color: #fff;
	font-size: 16px;
	margin-top: 20px;
}

footer ul li span {
	display: block;
	width: 100%;
	border: 1px solid #fff;
	border-radius: 30px;
	height: 50px;
	line-height: 50px;
	padding-left: 50px;
	font-size: 25px;
	color: #fff;
	box-sizing: border-box;
	margin-top: 20px;
	background: url(../images/f01.png) no-repeat left;
	background-position-x: 7%;
}

footer ul li span:nth-child(2) {
	background: url(../images/f02.png) no-repeat left;
	background-position-x: 7%;
}

footer ul li p {
	font-size: 16px;
	color: #ffffff;
	margin-top: 20px;
	line-height: 40px;
}

/*  */
.banner2 img {
	display: block;
}

.nav_two {
	padding: 20px 0;
	font-size: 13px;
	color: #494949;

}

.nav_two .main {
	position: relative;
	padding-left: 20px;
}

.nav_two .main::after {
	display: block;
	content: "";
	width: 10px;
	height: 18px;
	background: #003793;
	position: absolute;
	top: 0;
	left: 0;
}

.title2 {
	padding: 70px 0 40px 0;
	text-align: center;
}

.title2 h3 {
	font-size: 35px;
	color: #000000;
}

.title2 p {
	text-transform: uppercase;
	font-size: 17px;
	color: #6d6d6d;
}

.form .mui-input-group .mui-input-row {
	width: 48%;
	float: left;
	margin-bottom: 15px;
}

.form .mui-input-group .mui-input-row:nth-child(2n) {
	float: right;
}

.form .mui-input-group .mui-input-row label {
	display: block;
	width: 13%;
	float: left;
	text-align: right;
	padding-right: 10px;
	box-sizing: border-box;
	line-height: 38px;
	font-size: 16px;
}

.form .mui-input-group .mui-input-row input {
	width: 85%;
	float: left;
	height: 38px;
	border-radius: 10px;
	border: 1px solid #dadada;
	padding-left: 20px;
	box-sizing: border-box;
	font-size: 16px;
}

.form .mui-input-group .mui-input-row textarea {
	width: 85%;
	float: left;
	height: 100px;
	border-radius: 10px;
	border: 1px solid #dadada;
	padding-left: 20px;
	box-sizing: border-box;
	font-size: 16px;
	resize: none;
	padding-top: 10px;
}

.tijiao {
	text-align: center;
	padding: 20px 0 77px 0;
}

.tijiao input {
	width: 210px;
	height: 40px;
	background: #1856ad;
	border-radius: 10px;
	color: #fff;
	font-size: 22px;
	border: none;
	margin: 0 20px;
}

/*  */
.fp-box-12 {
	margin-top: 50px;
}

.fp-box-12 .left {
	float: left;
	width: 255px;

}

.fp-box-12 .left .top {
	width: 100%;
	height: 110px;
	background: #003792;
	position: relative;
	border-bottom: 1px solid #fff;
}

.fp-box-12 .left .top::after {
	display: block;
	content: "";
	width: 30px;
	height: 1px;
	background: #ccc;
	position: absolute;
	top: 40%;
	left: 20px;
}

.fp-box-12 .left .top::before {
	display: block;
	content: "";
	width: 30px;
	height: 1px;
	background: #ccc;
	position: absolute;
	top: 40%;
	right: 20px;
}

.fp-box-12 .left .top h3 {
	font-size: 30px;
	color: #fff;
	text-align: center;
	padding-top: 20px;
}

.fp-box-12 .left .top span {
	text-align: center;
	display: block;
	font-size: 16px;
	color: #fff;
}

.fp-box-12 .left .top p {
	padding-top: 20px;
	margin-top: 15px;
	border-top: 1px solid #fff;
	text-align: center;
	font-size: 22px;
	color: #fff;
}

.fp-box-12 .left .zhong {
	background: #f9f9f9;

}

.fp-box-12 .left .zhong a {
	display: block;
	text-align: left;
	padding: 20px 0;
	padding-left: 40px;
	box-sizing: border-box;
	font-size: 22px;
	color: #000;

}

.fp-box-12 .left .zhong a:hover {
	color: #2d7ff6;
	background: #003792;
	color: #fff;

}

.fp-box-12 .rii {
	float: right;
	width: 923px;
}

.fp-box-12 .rii ul {
	margin-left: -10px;
	margin-right: -10px;
}

.fp-box-12 .rii ul li {
	width: 25%;
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.fp-box-12 .rii ul li .pic {
	width: 100%;
	height: 205px;
	border: 1px solid #ececec;
	overflow: hidden;
}

.fp-box-12 .rii 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-12 .rii ul li .pic img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	/*兼容-webkit-引擎浏览器*/
	-moz-transform: scale(1.1);
}

.fp-box-12 .rii ul li p {
	text-align: center;
	padding: 10px 0; height:30px;
	font-size: 18px;
}


/*  */
.un_page {
	padding: 50px 0;
	text-align: center;
}

.un_page a {
	display: inline-block;
	height: 38px;
	line-height: 38px;
	border: 1px solid #e5e5e5;
	padding: 0 15px;
	border-radius: 5px;
}

.un_page a:hover,
.un_page a.hover {
	color: #fff;
	background: #044299;
	border-color: #044299;
}

.un_page .num {
	width: 38px;
	height: 38px;
	text-align: center;
	font-size: 14px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
}

.fp-box-12 .rii-two .top5 {
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	padding-right: 0;
	border: 1px solid #e6e6e6;
}

.fp-box-12 .rii-two .top5 .tu {
	width: 490px;
	height: 240px;
	float: left;
}

.fp-box-12 .rii-two .top5 .tu img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.fp-box-12 .rii-two .top5 .text {
	float: right;
	width: 376px;
}

.fp-box-12 .rii-two .top5 .text h3 {
	font-size: 25px;
	color: #000;
	margin-bottom: 10px;
}

.fp-box-12 .rii-two .top5 .text p {
	font-size: 20px;
	min-height: 125px;
	border-bottom: 1px solid #999;
	color: #000;
	padding-right: 20px;
}

.fp-box-12 .rii-two .top5 .dianhua2 {
	position: relative;
	padding-left: 50px;
	background: url(../images/hklklk.jpg) no-repeat left;
	margin-top: 20px;
}

.fp-box-12 .rii-two .top5 .dianhua2 h3 {
	font-size: 18px;
	margin-bottom: 0;
}

.fp-box-12 .rii-two .top5 .dianhua2 a {
	background: #003792;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	padding: 5px 15px;
	position: absolute;
	top: 10px;
	right: 20px;
}

.title22 {
	margin-top: 30px;
	padding-bottom: 10px;
	background: url(../images/xian.jpg) no-repeat bottom;
}

.title22 h3 {
	padding-left: 30px;
	font-size: 20px;
	background: url(../images/tubiao2.jpg) no-repeat left;

}

.title22 h3 strong {
	color: #d2c2c2;
	font-size: 17px;
	font-weight: normal;
	display: inline-block;
	margin-left: 10px;
}

.top_botton {
	padding: 40px 0;
	color: #ececec;
}

.zixun {
	border-top: 1px solid #999;
	padding-bottom: 100px;
}

.zixun h3 {
	font-size: 20px;
	color: #000;
	padding-bottom: 20px;
	padding-top: 20px;
}

.fp-box-12 .rii .zixun ul li {
	width: 45%;
	float: left;
	position: relative;
}

.fp-box-12 .rii .zixun ul li:nth-child(2n) {
	float: right;
}

.fp-box-12 .rii .zixun ul li a {
	width: 80%;
	font-size: 16px;
	color: #000;
	display: block;
	overflow: hidden;

	text-overflow: ellipsis;

	white-space: nowrap;
}

.fp-box-12 .rii .zixun ul li a:hover {
	color: #2d7ff6;
}

.fp-box-12 .rii .zixun ul li i {
	position: absolute;
	top: 0;
	right: 0;
	font-style: normal;
}

.tetle44 {
	padding: 50px 0 30px 0;
	text-align: center;
}

.tetle44 h3 {
	font-size: 30px;
	color: #174b9e;
	margin-bottom: 0px;
}

.tetle44 p {
	font-size: 26px;
	color: #ececec;
	margin-top: 0;
}

.fp-box-15 .left {
	float: left;
	width: 485px;
	height: 335px;
	position: relative;
	overflow: hidden;
}

.fp-box-15 .left>img {
	width: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	height: 100%;
}

.fp-box-15 .kuai1:hover .left>img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	/*兼容-webkit-引擎浏览器*/
	-moz-transform: scale(1.1);
}

.fp-box-15 .rii {
	float: right;
	width: 650px;
}

.fp-box-15 .rii h3 {
	font-size: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #d8d8d8;
}

.fp-box-15 .rii h3 i {
	float: right;
	font-style: normal;
	font-size: 16px;
	color: #000;
}

.fp-box-15 .rii p {
	min-height: 150px; font-size: 16px;
}

.fp-box-15 .rii a {
	display: inline-block;
	padding: 5px 30px;
	border: 1px solid #d8d8d8;
	font-size: 14px;
}

.fp-box-15 .kuai1:hover a {
	color: #fff;
	background: red;
}

.fp-box-15 .kuai1 {
	margin-bottom: 50px;
}

.fp-box-15 .kuai2 ul li {
	float: left;
	width: 535px;
	border: 1px solid #e4e4e4;
	height: 98px;
	position: relative;
	-webkit-transition: all .8s ease-out;
	transition: all .8s ease-out;
	background-color: rgba(255, 255, 255, .8);
	*background-color: #fff;
	_background-color: #fff;
	margin: 0 60px 20px 0;
}

.fp-box-15 .kuai2 ul li:hover {
	border: 1px solid red;
}

.fp-box-15 .kuai2 dl dt {
	float: left;
	width: 125px;
	height: 98px;
	color: #999;
	position: relative;
}

.fp-box-15 .kuai2 dl dt .date {
	position: absolute;
	z-index: 99;
	left: 30px;
	top: 10px;
}

.fp-box-15 .kuai2 dl dt .date span {
	font-size: 32px;
	display: block;
	color: #999;

}

.fp-box-15 .kuai2 dl dt .date em {
	font-size: 16px;
	color: #b7b7b7;
	text-align: center;
	display: block;
}

.fp-box-15 .kuai2 dl dd {
	float: left;
	width: 335px;
	padding: 15px 0 0 40px;
}

.fp-box-15 .kuai2 dl dd a {
	display: block;
	font-size: 16px;
	margin-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.fp-box-15 .kuai2 dl dd p {
	color: #999;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
}

.fp-box-15 .kuai2 ul li .more {
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	right: 0;
	top: 0;
	background-image: url(../images/more2.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #999;
}

.fp-box-15 .kuai2 ul li:hover .more {
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	right: 0;
	top: 0;
	background-image: url(../images/more2.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #F62103;
}

.fp-box-15 .kuai2 ul li:hover {
	border: 1px solid #f00;
	transform: translate(-10px, -10px);
	-webkit-transform: translate(-10px, -10px);
	box-shadow: 5px 5px 10px rgb(0 0 0 / 20%);
}

.fp-box-16 ul {
	margin-left: -15px;
	margin-right: -15px;
}

.fp-box-16 ul li {
	width: 33.33%;
	float: left;
	padding: 0 15px;
	box-sizing: border-box;
}

.fp-box-16 ul li>div {
	border: 1px solid #ececec;
	padding: 30px 20px;
	box-sizing: border-box;
}

.fp-box-16 ul li>div .pic {
	width: 100%;
	height: 240px;
	overflow: hidden;
	box-sizing: border-box;
}

.fp-box-16 ul li>div .pic img {
	width: 100%;
	height: 100%;
	display: block;
	box-sizing: border-box;
	object-fit: cover;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.fp-box-16 ul li:hover>div .pic img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	/*兼容-webkit-引擎浏览器*/
	-moz-transform: scale(1.1);
}

.fp-box-16 ul li>div p {
	font-size: 14px;
	line-height: 30px;
	color: #000;
	margin: 10px 0;
	min-height: 90px;
	box-sizing: border-box;
}

.fp-box-16 {
	padding-bottom: 60px;
}

.fp-box-16 ul li>div a.more {
	width: 150px;
	height: 38px;
	font-size: 14px;
	color: #000;
	border: 1px solid #e0e0e0;
	text-align: center;
	line-height: 38px;
	display: block;
	margin: 0 auto;
	box-sizing: border-box;
}

.fp-box-16 ul li:hover>div a.more {
	color: #fff;
	background: red;
}

/*  */
.fp-box-12 .rii-tui ul li {
	position: relative;
	float: none;
	width: 100%;
	
	border: 1px solid #e2e2e2;
	box-sizing: border-box;
	height: 210px;
	padding: 15px;
	padding-left: 290px;
	box-sizing: border-box;
}

.fp-box-12 .rii-tui ul li img {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 260px;
	height: 170px;
	display: block;
	object-fit: cover;
}

.fp-box-12 .rii-tui ul li h3 {
	width: 100%;
	text-align: left;
	font-size: 22px;
	color: #000;
}

.fp-box-12 .rii-tui ul li p {
	font-size: 14px;
	color: #464646;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	min-height: auto;
	height: auto;
	text-align: left;
}

.fp-box-12 .rii-tui ul li a {
	position: absolute;
	bottom: 20px;
	right: 20px;
	display: inline-block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	background: #134a9a;
	color: #fff;
	text-align: center;
}
.fp-box-12 .rii-tui ul li:hover{
	border: 1px solid #134a9a;
}

/*  */
.rii-tui .textop00 h3{
	font-size: 20px;
	color: #000;
	text-align: center;
}
.rii-tui .textop00  span{
	display: block;
	padding: 3px 0;
	background: #f2f2f2;
	color: #000;
	text-align: center;
	margin: 20px 0;
}
.rii-tui  .text2{
	font-size: 15px;
	color: #464646;
	line-height: 40px;
}
.rii-tui  .text2 img{
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

.top_xia{
	margin: 0px 0 30px;
	padding-top: 30px;
	border-top: 1px solid #ececec;
}
.top_xia a{
	font-size: 15px;
	color: #464646;
}
.top_xia a:hover{
	color: #174b9e;
}