﻿/*通用类*/
* {
	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%;
	height: 150px;
	background: #fff;
}

.header .logo {
	float: left;
	margin-top: 30px;
}


.header .phone {
	float: right;
	height: 150px;
	background: url(../images/di1.png) no-repeat left top;
	background-size: auto 100px;
	padding-left: 60px;
	color: #d61419;
	font-weight: bold;
	text-align: right;
}

.header .phone em {
	font-size: 16px;
	color: #2f2f2f;
	display: block;
	margin-top: 40px;
	text-align: left;
}

.header .phone h3 {
	margin: 0;
	margin-top: 10px;
	font-size: 28px;
	color: #e70000;
	font-weight: bold;
}

.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;
}

.headdy {
	height: 35px;
	background: #055a90;
	position: relative;
	margin-bottom: 1px;
}

.headdy i {
	position: absolute;
	top: 0;
	right: 0;
	width: 39%;
	height: 100%;
	background: #e77817;
}

.headdy i::after {
	display: block;
	content: '';
	border-bottom: 35px solid #e77817;
	border-left: 35px solid #055a90;
}

.headdy h3 {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	margin: 0;
	float: left;
	line-height: 35px;
}

.headdy .rii_nav {
	float: right;
	line-height: 35px;
	color: #fff;
	position: relative;
	z-index: 2;
}

.headdy .rii_nav em {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	margin: 0 20px;
}

.headdy .rii_nav a {
	color: #fff;
	font-size: 16px;
}

.headdy .rii_nav a:hover {
	color: #006bb7;
}

.nav {
	width: 100%;
	height: 60px;
	background: url(../images/nav.png) no-repeat center;
	background-size: 100% 100%;
}

.nav ul li {
	width: 12.5%;
	float: left;
	text-align: center;
	position: relative;
}

.nav ul li>a {
	width: 100%;
	display: block;
	height: 100%;
	font-size: 16px;
	color: #fff;
	display: block;
	height: 60px;
	line-height: 55px;
}

.nav ul li:hover>a {
	background: url(../images/nav_hover.png) no-repeat center;
	background-size: 100% 100%;
}

.nav ul li.hover>a {
	background: url(../images/nav_hover.png) no-repeat center;
	background-size: 100% 100%;
}

.nav ul li .erji {
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	background: #e77817;
	display: none;
	z-index: 99;
}

.nav ul li .erji a {
	display: block;
	padding: 8px 0;
	font-size: 14px;
	color: #fff;
}

.nav ul li .erji a:hover {
	background: #055a90;
}

.nav ul li:hover .erji {
	display: block;
}

/*  */
.banner img {
	width: 100%;
}

.banner .swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background: url(../images/you.png) no-repeat center;
	width: 60px;
	height: 60px;
	background-size: 100% 100%;
	right: 5%;
}

.banner .swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background: url(../images/zuo.png) no-repeat center;
	width: 60px;
	height: 60px;
	background-size: 100% 100%;
	left: 5%;
}

.banner .swiper-pagination-bullet {
	width: 80px;
	height: 6px;
	display: inline-block;
	border-radius: 0%;
	background: #fff;
	opacity: 1;
}

.banner .swiper-pagination-white .swiper-pagination-bullet-active {
	background: #e77817;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 30px;
	left: 0;
	width: 100%;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 15px;
}

.title {
	padding: 38px 0;
	text-align: center;
	padding-top:50px;
}

.title h3 {
	font-size: 30px;
	color: #2d2d2d;
	margin: 0;
	margin-bottom: 6px;
}

.title i {
	width: 100px;
	display: inline-block;
	height: 2px;
	background: #e77817;
}

.title p {
	font-size: 20px;
	color: #3e3e3e;
	margin-bottom: 15px;
}

.fp_box_1 {
	padding-bottom: 40px;
}

.fp_box_1 .left {
	width: 23%;
	float: left;
}

.fp_box_1 .left h3 {
	width: 100%;
	height: 68px;
	background: url(../images/fp_box_1-left.png) no-repeat center;
	background-size: 100% 100%;
	color: #fff;
	font-size: 24px;
	text-align: left;
	line-height: 65px;
	padding-left: 45px;
	margin: 0;
}

.fp_box_1 .left ul {
	margin: 0;
	background: #f3f3f3;
	padding: 0px 0;
}

.fp_box_1 .left ul li {
	border-bottom: 1px solid #abc3d4;
}

.fp_box_1 .left ul li:last-child {
	border: none;
}

.fp_box_1 .left ul li h4 {
	height: 50px;
	padding-left: 45px;
	line-height: 50px;
	margin: 0;
	position: relative;
}

.fp_box_1 .left ul li h4::after {
	display: block;
	content: "";
	width: 11px;
	height: 16px;
	position: absolute;
	top: 16px;
	left: 25px;
	background: url(../images/jiantout.png) no-repeat center;
	background-size: 100% 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.fp_box_1 .left ul li.hover h4::after {
	transform: rotate(90deg);
}

.fp_box_1 .left ul li .link {
	background: #abc3d4;
	display: none;
}

.fp_box_1 .left ul li .link a {
	padding: 10px 0;
	display: block;
	font-size: 16px;
	padding-left: 50px;
	color: #fff;

	border-bottom: 1px solid #04558b;
}

.fp_box_1 .left ul li.hover .link {
	display: block;
}

.fp_box_1 .left ul li .link a:hover {
	background: #04558b;
}

.fp_box_1 .left ul li .link a:last-child {
	border: none;
}

.fp_box_1 .rii {
	width: 75%;
	float: right;
}

.fp_box_1 .rii ul {
	margin-left: -8px;
	margin-right: -8px;
}

.fp_box_1 .rii ul li {
	width: 33.33%;
	float: left;
	padding: 0 8px;
	margin-bottom: 28px;
}

.fp_box_1 .rii ul li .pic {
	width: 100%;
	overflow: hidden;
}

.fp_box_1 .rii ul li .pic img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.fp_box_1 .rii ul li:hover .pic img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	/*兼容-webkit-引擎浏览器*/
	-moz-transform: scale(1.1);
}

.fp_box_1 .rii ul li>div {
	border: 1px solid #efefef;
}

.fp_box_1 .rii ul li p {
	background: #efefef;
	margin: 0;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	text-align: center;
	color: #090909;
}

.fp_box_1 .rii ul li:hover p {
	background: #006bb7;
	color: #fff;
}

.fp_box_2 {
	padding-bottom: 40px;
	
}

.title strong {
	color: #055a90;
}

.title b {
	color: #e77817;
}

.title p {
	margin-top: 12px;
}

.title a {
	display: inline-block;
	background: #bdbdbd;
	border-radius: 20px;
	padding: 8px 30px;
	color: #fff;
}

.fp_box_2 .left {
	width: 75%;
	float: left;
	height: 515px;
}

.fp_box_2 .left a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.fp_box_2 .left a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fp_box_2 .left a p {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 60px;
	text-align: center;
	line-height: 60px;
	width: 100%;
	background: rgba(5, 90, 145, 0.8);
	margin: 0;
	color: #fff;
	font-size: 18px;
}

.fp_box_2 .rii {
	width: 23%;
	float: right;
}

.fp_box_2 .rii img {
	width: 100%;
	margin-bottom: 32px;
}

.fp_box_3 {
	padding-bottom: 100px;
	background: url(/template/default/images/gydbg.jpg) no-repeat center top;
}

.fp_box_3 .text {
	box-shadow: 0px 1px 14.56px 1.44px rgba(153, 153, 153, 0.2);
	padding: 60px 50px;
	margin-top: -130px;
	position: relative;
	background: #fff;
	z-index: 2;
}

.fp_box_3 .text h3 {
	float: left;
	width: 20%;
	font-weight: bold;
	font-size: 30px;
}

.fp_box_3 .text h3 strong {
	color: #055a90;
}

.fp_box_3 .text h3 b {
	color: #e77817;
}

.fp_box_3 .text p {
	width: 60%;
	padding-left: 5%;
	font-size: 15px;
	color: #6c6c6c;
	float: left;
	line-height: 1.6;
	position: relative;
}

.fp_box_3 .text p::after {
	display: block;
	content: "";
	width: 1px;
	height: 170px;
	background: url(../images/jianbina.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	top: -30px;
	left: 15px;
}

.fp_box_3 .text a {
	float: right;
	background: #055a90;
	color: #fff;
	padding: 8px 25px;
	border-radius: 20px;
	margin-top: 20px;
}

.fp_box_4 .top {
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 50px;
}

.fp_box_4 .top a {
	font-size: 22px;
	color: #151515;
	display: inline-block;
	margin: 0 30px;
	position: relative;
	padding-left: 50px;
	padding-bottom: 15px;
}

.fp_box_4 .top a:hover {
	color: #055a90;
	font-weight: bold;
	border-bottom: 3px solid #055a90;
}

.fp_box_4 .top a.hover {
	color: #055a90;
	font-weight: bold;
	border-bottom: 3px solid #055a90;
}

.fp_box_4 .top a:nth-child(1) {
	background: url(../images/fp4_1.png) no-repeat left;
	background-position-y: 4px !important;
}

.fp_box_4 .top a:nth-child(2) {
	background: url(../images/fp4_2.png) no-repeat left;
	background-position-y: 1px !important;
}

.fp_box_4 .top a.hover:nth-child(1),
.fp_box_4 .top a:hover:nth-child(1) {
	background: url(../images/fp4_11.png) no-repeat left;
}

.fp_box_4 .top a.hover:nth-child(2),
.fp_box_4 .top a:hover:nth-child(2) {
	background: url(../images/fp4_22.png) no-repeat left;
}


/*  */
.tabpic {
	width: 100%;
	overflow: hidden;
	position: relative;
	display: none;
}

.tabpic ul {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
	animation: scrollLeft 10s linear infinite;
	width: 100%;
	/* 确保足够的宽度实现无缝滚动 */
}

.tabpic li {
	flex: 0 0 20%;
	/* 每个图片占据父容器的 20%，总共显示 5 张 */
	padding: 15px;

}

.tabpic li a {
	display: block;
	height: 100px;
	border: 1px solid #ccc;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}

.tabpic li a img {
	max-width: 100%;
	height: 80%;
}

.tabpic img {
	display: block;
	width: 100%;
	height: auto;
}

@keyframes scrollLeft {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-100%);
	}
}

.fp_box_4 {
	padding-bottom: 80px;
	padding-top:50px;
}

/*  */
.fp_box_5 {
	padding-bottom: 100px;
	background: url(../images/fp_box_5.png) no-repeat center;
	background-size: 100% 100%;
}

.fp_box_6 .top {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 40px;
}

.fp_box_6 .top .container {
	position: relative;
}

.fp_box_6 .top a {
	padding-bottom: 10px;
	position: relative;
	display: inline-block;
	margin-right: 30px;
	font-size: 18px;
	color: #000000;
}

.fp_box_6 .top a img.im2 {
	display: none;
}

.fp_box_6 .top a.hover,
.fp_box_6 .top a:hover {
	color: #3865cf;
}

.fp_box_6 .top a.hover img.im2,
.fp_box_6 .top a:hover img.im2 {
	display: inline-block;
}

.fp_box_6 .top a.hover img.im1,
.fp_box_6 .top a:hover img.im1 {
	display: none;
}

.fp_box_6 .top .more {
	position: absolute;
	top: 0;
	right: 0;
	padding-right: 30px;
	background: url(../images/more.png) no-repeat right;
	background-position-y: 0px;
}

.news .zuo {
	width: 50%;
	float: left;
}

.news .zuo img {
	width: 100%;
}

.news .zuo span {
	display: block;
	margin: 10px 0;
	font-size: 16px;
	color: #3c3c3c;
}

.news .zuo h3 {
	margin: 0;
	margin-bottom: 10px;
	font-size: 16px;
	color: #000;
}

.news .zuo h3 a {
	color: #000;
}

.news .zuo h3 a:hover {
	color: #006bb7;
}

.news .zuo p {
	color: #b0b0b0;
	line-height: 1.6;
}

.news .you {
	width: 50%;
	float: right;
	padding-left: 30px;
}

.news .you ul li {

	padding: 15px 0;
	padding-left: 30px;
}

.news .you ul li a {
	display: block;
	border-bottom: 1px solid #dfdfdf;
}

.news .you ul li span {
	display: block;
	margin: 10px 0;
	font-size: 16px;
	color: #3c3c3c;
}

.news .you ul li:hover {
	background: #055a90;
	border-radius: 10px;
}

.news .you ul li:hover a {
	border: none;
}

.news .you ul li:hover span {
	color: #fff;
}

.news .you ul li:hover p {
	color: #fff;
}

.news .you ul li p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.fp_box_6 {
	padding-bottom: 80px;
}

footer {
	padding: 50px 0 0;
	background: #343434;
}

footer h3 {
	font-size: 24px;
	color: #ffffff;
	margin-bottom: 20px;
}

footer .left {
	width: 35%;
	float: left;
}

footer .left a {
	width: 50%;
	padding-left: 20px;
	display: inline-block;
	color: #fff;
	background: url(../images/tgggg.png) no-repeat left;
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 15px;
}

footer .left a:hover {
	background: url(../images/tgggg1.png) no-repeat left;
	color: #055a90;
}

footer .zhong {
	width: 35%;
	margin-left: 5%;
	float: left;
}

footer .zhong p {
	font-size: 16px;
	color: #d8d8d8;
	margin-bottom: 20px;
}

footer .zhong p a {
	color: #fff;
	font-weight: bold;
	font-size: 22px;
}

footer .you {
	width: 25%;
	float: right;
	text-align: center;
}

footer .you p {
	font-size: 16px;
	color: #d8d8d8;
	margin-top: 10px;
}

.dibu {
	margin-top: 50px;
	border-top: 1px solid #404040;
	padding: 30px 0;
}

.dibu span {
	width: 50%;
	display: block;
	float: left;
	color: #d8d8d8;
}

.dibu p {
	width: 50%;
	display: block;
	float: right;
	text-align: right;
	color: #d8d8d8;
	margin: 0;
}

.dibu p a {
	color: #d8d8d8;
}

.dibu p a:hover {
	color: #006bb7;
}
/*  */
.fp_box_2 .gallery-top{
	width: 75%;
	float: left;
}
.fp_box_2 .gallery-top .swiper-slide{
	width: 100%;
	height: auto;
}
.fp_box_2 .gallery-top .swiper-slide a{
	position: relative;
	display: block;
}
.fp_box_2 .gallery-top .swiper-slide a p{
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(5, 90, 145, 0.8);
	margin: 0;
	width: 100%;
	height: 60px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 60px;
}
.fp_box_2 .gallery-top .swiper-slide img{
	width: 100%;
	height: 100%;
}
.fp_box_2 .gallery-thumbs{
	width: 22%;
	float: right;
}
.fp_box_2 .gallery-thumbs img{
	width: 100%;
}
.fp_box_2 .gallery-thumbs .swiper-slide{
	margin-bottom: 30px;
}

.news{
	display: none;
}
.bott_foot{
	display: none;
}













@media only screen and (max-width:1300px) {
	.headdy i {
		width: 25%;
	}
}

@media only screen and (max-width:1200px) {
	.header .container {
		width: 100%;
	}

	.headdy i {
		width: 45%;
	}

	.title {
		padding: 30px 0;
		text-align: center;
	}

	.title h3 {
		margin-bottom: 0px;
	}

	.title p {
		margin-top: 5px;
	}

	.fp_box_1 .left h3 {
		width: 100%;
		height: 55px;
		background: url(../images/fp_box_1-left.png) no-repeat center;
		background-size: 100% 100%;
		color: #fff;
		font-size: 21px;
		text-align: left;
		line-height: 50px;
		padding-left: 45px;
		margin: 0;
	}

	.fp_box_1 .left ul li h4 {
		height: 45px;
		padding-left: 45px;
		line-height: 45px;
	}

	.fp_box_1 .left ul li h4::after {
		top: 14px;
	}

	.fp_box_2 .left {
		width: 75%;
		float: left;
		height: 426px;
	}

	.fp_box_2 {
		padding-bottom: 40px;
		background: #fafafa;
	}

	.news .you ul li {
		padding: 8px 0;
		padding-left: 30px;
	}

	.fp_box_6 .top {
		margin-bottom: 25px;
	}

	.dibu p {
		font-size: 12px;
	}

	.dibu span {
		font-size: 12px;
	}

	.tabpic li a {
		height: 65px;
	}

	.tabpic li a img {
		object-fit: contain;
	}
}

@media only screen and (max-width: 1000px) {


	.m_line {
		display: block;
		width: 25px;
		height: 16px;
		margin-top: -8px;
		position: absolute;
		top: 47%;
		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);
	}

	.fp_box_2 .left {
		width: 75%;
		float: left;
		height: 341px;
	}

	.banner .swiper-pagination-bullet {
		width: 50px;
		height: 3px;
		display: inline-block;
		border-radius: 0%;
		background: #fff;
		opacity: 1;
	}

	.fp_box_1 .left ul li h4 {
		height: 45px;
		padding-left: 25px;
		line-height: 45px;
		font-size: 14px;
	}

	.fp_box_1 .left ul li h4::after {
		display: block;
		content: "";
		width: 11px;
		height: 16px;
		position: absolute;
		top: 16px;
		left: 10px;
		background: url(../images/jiantout.png) no-repeat center;
		background-size: 100% 100%;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}

	.fp_box_1 .rii ul li p {
		font-size: 12px;
	}

	.fp_box_1 .left ul li .link a {
		padding: 10px 0;
		font-size: 12px;
		padding-left: 25px;
	}
}

@media only screen and (max-width: 750px) {
	.header .contact {
		display: none;
	}

	.header {
		height: 60px;
	}

	.header .logo {
		width: 240px;
		margin-top: 15px;
	}

	.headdy h3 {
		font-size: 10px;
	}

	.headdy .rii_nav a {
		color: #fff;
		font-size: 10px;
	}

	.headdy .rii_nav em {
		font-size: 12px;
		margin: 0 5px;
	}

	.header .logo img {
		width: 220px;
	}

	.header .phone {
		display: none;
	}

	.header .logo {
		width: 240px;
		margin-top: 5px;
	}

	.nav {
		height: auto;
		background: none;
		height: 100%;
		position: fixed;
		top: 95px;
		left: 0;
		background: #055a90;
		z-index: 99;
		display: none;
	}

	.nav ul li {
		float: none;
		width: 100%;
		background: none;
	}

	.nav ul li>a {
		background: none;
		height: auto;
		line-height: 1;
		padding: 13px 0;
	}

	.nav ul li:hover>a {
		background: none;
	}

	.nav ul li.hover>a {
		background: none;
	}

	.nav ul li:hover .erji {
		position: static;
		display: block;
	}

	.header {
		position: relative;
	}

	.headdy {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 100;
	}

	.header {
		position: fixed;
		top: 35px;
		left: 0;
		width: 100%;
		z-index: 100;
	}

	.banner {
		margin-top: 96px;
	}

	.banner .swiper-button-next.swiper-button-white,
	.swiper-container-rtl .swiper-button-prev.swiper-button-white {
		background: url(../images/you.png) no-repeat center;
		width: 30px;
		height: 30px;
		background-size: 100% 100%;
		right: 5%;
	}

	.banner .swiper-button-prev.swiper-button-white,
	.swiper-container-rtl .swiper-button-next.swiper-button-white {
		background: url(../images/zuo.png) no-repeat center;
		width: 30px;
		height: 30px;
		background-size: 100% 100%;
		left: 5%;
	}

	.banner .swiper-pagination-bullet {
		width: 35px;
		height: 2px;
		display: inline-block;
		border-radius: 0%;
		background: #fff;
		opacity: 1;
	}

	.banner .swiper-container-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: 10px;
		left: 0;
		width: 100%;
	}

	.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 5px;
	}

	.title h3 {
		font-size: 22px;
		color: #2d2d2d;
		margin: 0;
		margin-bottom: 10px;
	}

	.title p {
		margin-top: 0px;
		font-size: 12px;
	}

	.title {
		padding: 12px 0;
		text-align: center;
	}

	.fp_box_1 .left {
		display: none;
	}

	.fp_box_1 .rii {
		width: 100%;
		float: right;
	}

	.fp_box_1 .rii ul li {
		width: 50%;
	}

	.fp_box_1 {
		padding-bottom: 20px;
	}

	.title i {
		width: 70px;
		display: inline-block;
		height: 2px;
		margin-top: 0;
		background: #e77817;
	}

	.fp_box_2 .left {
		width: 100%;
	}

	.fp_box_2 .left img {
		width: 100%;
	}

	.title a {
		display: inline-block;
		background: #055a90;
		border-radius: 17px;
		padding: 5px 20px;
		color: #fff;
	}

	.fp_box_2 .left {
		width: 100%;
		float: none;
		height: auto;
		margin-bottom: 20px;
	}

	.fp_box_2 .rii {
		width: 100%;
		float: right;
	}

	.fp_box_2 .left a p {
		position: absolute;
		bottom: 0;
		left: 0;
		height: 50px;
		text-align: center;
		line-height: 50px;
		width: 100%;
		background: rgba(5, 90, 145, 0.8);
		margin: 0;
		color: #fff;
		font-size: 14px;
	}

	.fp_box_2 {
		padding-bottom: 10px;
		background: #fafafa;
	}

	.fp_box_3 .text {
		box-shadow: 0px 1px 14.56px 1.44px rgba(153, 153, 153, 0.2);
		padding: 60px 50px;
		margin-top: 0;
		position: relative;
		background: #fff;
		z-index: 2;
	}

	.fp_box_3 .text {
		box-shadow: 0px 1px 14.56px 1.44px rgba(153, 153, 153, 0.2);
		padding: 20px;
		margin-top: -30px;
		position: relative;
		background: #fff;
		z-index: 2;
	}

	.fp_box_3 .text h3 {
		float: left;
		width: 100%;
		font-weight: bold;
		font-size: 22px;
		text-align: center;
		margin: 0;
		margin-bottom: 20px;
	}

	.fp_box_3 .text p {
		width: 100%;
		padding-left: 5%;
		font-size: 15px;
		color: #6c6c6c;
		float: left;
		line-height: 1.6;
		position: relative;
	}

	.fp_box_3 .text p::after {
		display: none;
	}

	.fp_box_3 .text a {
		float: right;
		background: #055a90;
		color: #fff;
		padding: 5px 20px;
		border-radius: 15px;
		margin-top: 0;
	}

	.fp_box_4 .top a {
		font-size: 16px;
		color: #151515;
		display: inline-block;
		margin: 0 30px;
		position: relative;
		padding-left: 30px;
		padding-bottom: 15px;
	}

	.fp_box_4 .top a:nth-child(2) {
		background: url(../images/fp4_2.png) no-repeat left;
		background-position-y: 1px !important;
		background-size: 20px;
	}

	.fp_box_4 .top a:nth-child(1) {
		background: url(../images/fp4_1.png) no-repeat left;
		background-position-y: 4px !important;
		background-size: 25px;
	}

	.fp_box_4 .top a.hover:nth-child(2),
	.fp_box_4 .top a:hover:nth-child(2) {
		background: url(../images/fp4_22.png) no-repeat left;
		background-size: 20px;
	}

	.fp_box_4 .top a.hover:nth-child(1),
	.fp_box_4 .top a:hover:nth-child(1) {
		background: url(../images/fp4_11.png) no-repeat left;
		background-size: 25px;
	}

	.fp_box_4 .top a {
		padding-bottom: 10px;
	}

	.tabpic li {
		flex: 0 0 33.33%;
		padding: 10px;
	}

	.fp_box_4 {
		padding-bottom: 30px;
	}

	.fp_box_4 .top {
		margin-bottom: 30px;
	}

	.fp_box_5 {
		padding-bottom: 30px;
	}

	.fp_box_3 {
		padding-bottom: 30px;
	}

	.fp_box_6 .top a {
		padding-bottom: 10px;
		position: relative;
		display: inline-block;
		margin-right: 5px;
		font-size: 12px;
		color: #000000;
	}

	.fp_box_6 .top a img {
		width: 15px;
	}

	.fp_box_6 .top .more {
		position: absolute;
		top: 0;
		right: 0;
		padding-right: 20px;
		background: url(../images/more.png) no-repeat right;
		background-position-y: 0px;
		background-size: 16px;
	}

	.news .zuo {
		width: 100%;
		float: left;
	}

	.news .you {
		width: 100%;
		float: right;
		padding-left: 30px;
	}

	.news .you {
		width: 100%;
		float: right;
		padding-left: 0;
	}

	.news .you ul li {
		padding: 8px 0;
		padding-left: 0;
	}

	.news .you ul li {
		padding: 0px 0;
		padding-left: 0;
	}

	.fp_box_6 {
		padding-bottom: 30px;
	}

	footer {
		padding: 30px 0 0;
		background: #343434;
	}

	footer h3 {
		text-align: left;
		margin: 0;
		margin-bottom: 30px;
		font-size: 20px;
	}

	footer .left {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}

	footer .zhong {
		width: 100%;
		margin-left: 0%;
		float: none;
	}

	footer .you {
		width: 100%;
		float: none;
		text-align: center;
	}

	.dibu span {
		display: block;
		text-align: center;
		font-size: 10px;
		width: 100%;
		margin-bottom: 10px;
	}

	.dibu p {
		display: block;
		font-size: 12px;
		width: 100%;
		text-align: center;
		font-size: 10px;
	}

	.dibu {
		margin-top: 10px;
		border-top: 1px solid #404040;
		padding: 15px 0;
	}
	footer .zhong p {
	    font-size: 14px;
	    color: #d8d8d8;
	    margin-bottom: 20px;
	}
	.fp_box_2 .gallery-top .swiper-slide a p{
		position: absolute;
		bottom: 0;
		left: 0;
		background: rgba(5, 90, 145, 0.8);
		margin: 0;
		width: 100%;
		height: 40px;
		color: #fff;
		text-align: center;
		font-size: 14px;
		line-height: 40px;
	}
	.fp_box_2 .gallery-top {
	    width: 100%;
	    float: left;
		margin-bottom: 20px;
	}
	.fp_box_2 .gallery-thumbs {
	    width: 100%;
	    float: right;
	}
	body{
		padding-bottom: 60px;
	}
	.bott_foot{
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 80;
		box-shadow: 0px 1px 14.56px 1.44px rgba(153, 153, 153, 0.8)
	}
	.bott_foot ul li{
		width: 25%;
		float: left;
		height: 60px;
		background: #fff;
		text-align: center;
	}
	.bott_foot ul li img{
		width: 25px;
		display: block;
		margin: 5px auto;
	}
	.nav ul li .erji{
		background: #ccc;
	}
	.nav ul li .erji a:hover {
	    background: #e77817;
	}
	
	
	
	
	
	
	
	
	
	
}