﻿/*通用类*/
* {
	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 开始*/
.head-top {
	height: 40px;
	background-color: #333333;

}

.head-top .left {
	float: left;
	color: #ffffff;
	font-size: 14px;
	line-height: 40px;
}

.head-top .rii {
	float: right;
	line-height: 40px;
}

.head-top .rii a {
	color: #fff;
	display: inline-block;
	position: relative;
	padding-left: 25px;
	margin-left: 20px;
}

.head-top .rii a img {
	position: absolute;
	top: 10px;
	left: 0;
}

header {
	height: 130px;
}

header.fix {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 5;
}

header .logo {
	float: left;
	padding-top: 20px;
}

header .logo img {
	height: 80px;
}

header .dianhua {
	float: right;
	position: relative;
	padding-left: 50px;
	padding-top: 30px;
}

header .dianhua img {
	position: absolute;
	top: 30px;
	left: 0;
}

header .dianhua span {
	font-size: 14px;
}

header .dianhua h3 {
	margin: 0;
	color: #ffa800;
}

nav.fix {
	position: fixed;
	top: 130px;
	left: 0;
	width: 100%;
	z-index: 99;
}

nav {
	height: 60px;
	background: url(../images/nav.png) no-repeat center;
	background-size: 100% 100%;
}

nav ul li {
	float: left;
	height: 100%;
	width: 12.5%;
	position: relative;
	text-align: center;
}

nav ul li .erji {
	position: absolute;
	top: 100%;
	z-index: 99;
	width: 100%;
	display: none;
}
nav ul li:hover .erji{
	display: block;
}
nav ul li .erji a{
	display: block;
	text-align: center;
	background-color: #fff;
	width: 100%;
	height: 50px;
	line-height: 50px;
}
nav ul li .erji a:hover{
	background-color: #4294e1;
	color: #fff;
}
nav ul li>a {
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	display: block;
}

nav ul li:hover >a{
	background-color: #4294e1;
	color: #fff;
}

nav ul li.hover>a {
	background-color: #4294e1;
	color: #fff;
}

.banner img {
	width: 100%;
}

.banner .swiper-pagination-bullet {
	width: 25px;
	height: 25px;
	display: inline-block;
	border-radius: 100%;
	background: #ca9d57;
	opacity: 1;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #000;
}

.fp_box_1 {
	padding: 25px 0;
}

.fp_box_1 .left {
	float: left;
	font-size: 16px;
	color: #666666;
	padding-top: 5px;
}

.fp_box_1 .left a {
	color: #666;
}

.fp_box_1 .left a:hover {
	color: #ca9d57;
}

.fp_box_1 .rii {
	float: right;
}

.fp_box_1 .rii form {
	width: 250px;
	height: 35px;
	border: 1px solid #ccc;
	overflow: hidden;
}

.fp_box_1 .rii form .in1 {
	width: 80%;
	height: 100%;
	border: none;
	background: none;
	padding-left: 10px;
	float: left;
	box-sizing: border-box;
}

.fp_box_1 .rii form .in2 {
	width: 20%;
	height: 100%;
	float: right;
	border: none;
	background: #ca9d57 url(../images/sousuo.png) no-repeat center;
}

.title {
	text-align: center;
	padding: 70px 0 50px 0;
}

.fp_box_2 .left {
	width: 285px;
	float: left;
	background-color: #0260c7;
	border-radius: 50px 0 30px 0;
	padding: 20px 15px;
}

.fp_box_2 .left .top {}

.fp_box_2 .left .top span {
	color: #a1b2c5;
	font-size: 20px;
	padding-left: 15px;
	margin-top: 5px;
	display: block;
}

.fp_box_2 .left .top h3 {
	margin: 0;
	padding-left: 15px;
	color: #fff;
	font-weight: bold;
	font-size: 28px;
	margin-top: 10px;
}

.fp_box_2 .left .text {
	background-color: #fff;
	padding: 20px 10px;
	box-sizing: border-box;
	margin-top: 30px;
}

.fp_box_2 .left .text ul li {
	height: 50px;
	border-bottom: 1px dashed #999;
	padding-left: 50px;
	line-height: 50px;
	position: relative;
	font-size: 18px;
	overflow: hidden;
}

.fp_box_2 .left .text ul li img {
	position: absolute;
	top: 10px;
	left: 5px;
	z-index: 2;
}

.fp_box_2 .left .text ul li a {
	display: block;
	height: 100%;
}

.fp_box_2 .left .text ul li::after {
	display: block;
	background-color: #000;
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.fp_box_2 .left .text ul li:hover::after {
	top: 0;
}

.fp_box_2 .left .text ul li:hover a {
	color: #fff;
	z-index: 2;
	position: relative;
}

.fp_box_2 .rii {
	width: 865px;
	float: right;
}

.fp_box_2 .rii ul li {
	width: 33.33%;
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.fp_box_2 .rii ul li img {
	width: 100%;
	height: 270px;
	display: block;
	object-fit: cover;
}

.fp_box_2 .rii ul li .text {
	height: 40px;
	width: 100%;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	background-color: #999999;
	color: #fff;
	position: relative;
}

.fp_box_2 .rii ul li p {
	position: relative;
	z-index: 2;
}

.fp_box_2 .rii ul li .text::after {
	display: block;
	content: "";
	width: 0%;
	height: 100%;
	background-color: #4294e1;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.fp_box_2 {
	padding-bottom: 50px;
}

.fp_box_2 .rii ul li:hover .text::after {
	width: 100%;
}

.fp_box_3 {
	padding-bottom: 100px;
	background-color: #eceefa;
}

.fp_box_3 .container {
	position: relative;
}

.fp_box_3 .swiper-container img {
	height: 222px;
	object-fit: cover;
}

.fp_box_3 p {
	text-align: center;
	line-height: 40px;
	background-color: #f1f1f1;
}

.fp_box_3 .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background: url(../images/zuo1.png) no-repeat;
	background-size: 100% 100%;
	width: 58px;
	height: 58px;
	left: -60px;
	right: auto;
	top: 70%;
}

.fp_box_3 .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background: url(../images/you1.png) no-repeat;
	background-size: 100% 100%;
	width: 58px;
	height: 58px;
	right: -60px;
	left: auto;
	top: 70%;
}

.title p {
	padding: 25px 0;
	font-size: 28px;
}

.fp_box_4 ul {
	margin-left: -10px;
	margin-right: -10px;
}

.fp_box_4 ul li {
	width: 33.33%;
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
	margin-bottom: 50px;
	margin-top: 70px;
}

.fp_box_4 ul li>div {
	height: 135px;
	border: 1px dashed #ccc;
	position: relative;
	padding-left: 50%;
}

.fp_box_4 ul li>div .pic {
	width: 130px;
	height: 130px;
	position: absolute;
	top: -65px;
	left: 40px;
	background-color: #fff;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	border-radius: 130px;
	border: 1px dashed #ccc;
}

.fp_box_4 ul li>div .pic img {
	width: 60px;
}

.fp_box_4 ul li>div .pic img.im2 {
	display: none;
}

.fp_box_4 ul li>div h3 {
	margin-top: 45px;
	font-size: 22px;
}

.fp_box_4 ul li>div p {
	padding-right: 30px;
	box-sizing: border-box;
}

.fp_box_4 ul li:hover>div .pic img.im2 {
	display: block;
}

.fp_box_4 ul li:hover>div .pic {
	background-color: #308be1;
	border: 1px dashed #308be1;
}

.fp_box_4 ul li:hover>div .pic img.im1 {
	display: none;
}

.fp_box_4 ul li:hover>div h3 {
	color: #0260c7;
}

.fp_box_5 {
	background-color: #dddddd;
}

.fp_box_7 {
	position: relative;
}

.fp_box_7 .title {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
}

.fp_box_8 .text {
	display: inline-block;
	padding: 20px 30px;
	background-color: #287cd5;
	width: 580px;
	height: 400px;
	border-radius: 20px;

}

.fp_box_8 .text h3 {
	font-size: 26px;
	margin-bottom: 20px;
	color: #fff;
}

.fp_box_8 .text p {
	color: #fff;
	line-height: 2.2;
	color: #f5f5f5;
}

.fp_box_8 .text a {
	color: #fff;
	display: block;
	margin-top: 60px;
}

.fp_box_8 {
	margin-bottom: 60px;
}

.fp_box_8 .teop {
	padding-top: 50px;
	width: 100%;
	background: url(../images/fp_box_8.png) no-repeat top right;
}

.fp_box_9 ul li {
	width: 25%;
	float: left;
	text-align: center;
}

.fp_box_9 ul li h3 span {
	font-size: 46px;
}

.fp_box_9 ul li h3 small {
	font-size: 12px;
}

.fp_box_9 ul li p {
	font-size: 18px;
	margin: 20px 0;
}

.fp_box_10 {
	background-color: #f5f5f7;
	margin-top: 30px;
}

.fp_box_10 .left {
	width: 65%;
	float: left;
	background-color: #fff;
	padding: 20px;
	box-sizing: border-box;
}

.fp_box_10 .left .top {}

.fp_box_10 .left .top h3 {
	display: inline-block;
	float: left;
	font-size: 18px;
	position: relative;
	padding-left: 60px;
}

.fp_box_10 .left .top h3 span {
	border-radius: 10px;
	padding: 5px 10px;
	background-color: #c10101;
	color: #fff;
	font-size: 14px;
	margin-right: 5px;
	position: absolute;
	top: -3px;
	left: 0;
}

.fp_box_10 {
	padding-bottom: 100px;
}

.fp_box_10 .left .top a {
	float: right;
	margin-top: 25px;
}

.text_list ul {
	margin-top: 15px;
}

.text_list ul li {
	padding: 20px 0;
	border-bottom: 1px dashed #ccc;
	padding-left: 30px;
	position: relative;
	height: 70px;
}

.text_list ul li::after {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	background-color: #c10101;
	position: absolute;
	top: 26px;
	left: 5px;
}

.text_list ul li a {
	display: block;
	width: 70%;
	float: left;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.text_list ul li a:hover {
	color: #0260c7;
}

.text_list ul li span {
	display: block;
	width: 30%;
	float: right;
	text-align: right;
	color: #666;
}

.fp_box_10 .rii {
	width: 32%;
	float: right;
	background-color: #fff;
	padding: 20px;
	box-sizing: border-box;
}

.fp_box_10 .left p {
	margin-top: 20px;
	color: #666;
	line-height: 2;
}

.fp_box_10 .rii h3 strong {
	display: inline-block;
	background-color: #c10101;
	font-size: 14px;
	padding: 7px 15px;
	color: #fff;
	border-radius: 10px;
}

.fp_box_10 .rii h3 a {
	float: right;
	font-size: 14px;
	padding-top: 11px;
	font-size: 15px;
}

.fp_box_10 .rii img {
	width: 100%;
	margin: 25px 0;
}

.fp_box_10 .rii h4 {
	font-size: 18px;
}

.fp_box_10 .rii p {
	font-size: 14px;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #333;
	line-height: 2;
}



.fp_box_10 .rii ul li {
	padding: 20px 0;
	border-bottom: 1px dashed #ccc;
	padding-left: 30px;
	position: relative;
	height: 70px;
}

.fp_box_10 .rii ul li::after {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	background-color: #c10101;
	position: absolute;
	top: 26px;
	left: 5px;
}

.fp_box_10 .rii ul li a {
	display: block;
	width: 60%;
	float: left;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.fp_box_10 .rii ul li a:hover {
	color: #0260c7;
}

.fp_box_10 .rii ul li span {
	display: block;
	width: 40%;
	float: right;
	font-size: 12px;
	text-align: right;
	color: #666;
	margin-top: 3px;
}

footer {
	padding: 40px 0;
	background-color: #1f2022;
	text-align: center;
}

footer h3 {
	font-size: 18px;
	color: #006bb7;
	margin-bottom: 10px;
}

footer .left {
	padding-right: 20px;
	box-sizing: border-box;
}

footer .left p {
	font-size: 14px;
	color: #999;
	line-height: 2;
}

footer .zhong {
	padding-top: 60px;
	position: relative;
}

footer .zhong::after {
	display: block;
	content: "";
	width: 1px;
	height: 160px;
	background-color: #444;
	position: absolute;
	top: 60px;
	left: 0;
}

footer .zhong::before {
	display: block;
	content: "";
	width: 1px;
	height: 160px;
	background-color: #444;
	position: absolute;
	top: 60px;
	right: 0;
}

footer .zhong img {
	max-width: 100%;
}

footer .zhong p {
	margin-top: 13px;
	font-size: 14px;
	color: #999;
}

footer .rii .erweima {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
	box-sizing: border-box;
	margin-top: 50px;
}

footer .rii .erweima .pic {
	width: 130px;
	height: 130px;
	color: #fff;
	font-size: 18px;
}

footer .rii .erweima .pic img {
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
}

.footer {
	padding: 10px 0;
	background-color: #1f2022;
	text-align: center;
	border-top: 1px solid #333;
}

.footer ul li {
	width: 12.5%;
	float: left;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.footer ul li a {
	color: #999;
	font-size: 20px;
}

.footer ul li a:hover {
	color: #006bb7;
}




@media only screen and (max-width:1200px) {
	.fp_box_2 .left {
		width: 230px;
	}

	.fp_box_2 .rii {
		width: 700px;
	}

	.fp_box_2 .rii ul li img {
		height: 215px;
	}

	.fp_box_3 .swiper-container img {
		width: 100%;
		height: 170px;
		object-fit: cover;
	}

	.fp_box_8 .text {
		width: 470px;
		height: 400px;
	}

	.text_list ul li {
		height: 56px;
	}
}

@media only screen and (max-width: 1000px) {
	.fp_box_2 .left {
		display: none;
	}

	.fp_box_4 ul li>div .pic {
		width: 80px;
		height: 80px;
		position: absolute;
		top: -40px;
		left: 40px;

	}

	.fp_box_4 ul li>div .pic img {
		width: 40px;
	}

	.title img {
		height: 80px;

	}

	footer .rii .erweima .pic {
		width: 60px;
		height: 60px;
		color: #fff;
		font-size: 10px;
	}

}

@media only screen and (max-width: 750px) {
	.head-top .rii {
		display: none;
	}

	header .logo {
		padding-top: 10px;
	}

	header .logo img {
		height: 40px;
	}

	header .dianhua {
		display: none;
	}

	header {
		height: 60px;

	}

	header .container {
		position: relative;
	}

	header .tab_on {
		position: absolute;
		top: 12px;
		right: 15px;
	}

	header .tab_on span {
		display: block;
		width: 30px;
		height: 1px;
		margin-top: 8px;
		background-color: #000;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}

	.head-top {
		display: none;
	}

	nav {
		height: 60px;
		background: none;
		position: fixed;
		top: 60px;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
		z-index: 99;
		display: none;
	}

	nav.hover {
		display: block;
	}

	nav ul li {
		float: left;
		height: 100%;
		width: 100%;
		text-align: left;
		border-bottom: 1px dashed #ccc;
	}

	nav ul li a {
		text-align: left;
		padding-left: 30px;
		font-size: 16px;
	}

	nav ul li.hover>a {
		background-color: #fff;
		color: #333;
	}

	header .tab_on.hover span:nth-child(2) {
		display: none;
	}

	header .tab_on.hover span:nth-child(1) {
		transform: rotate(45deg);
		position: absolute;
		top: 10px;
		right: 0;
	}

	header .tab_on.hover span:nth-child(3) {
		transform: rotate(-45deg);
		position: absolute;
		top: 10px;
		right: 0;
	}

	.banner .swiper-pagination-bullet {
		width: 10px;
		height: 10px;

	}

	.fp_box_1 .left {
		display: none;
	}

	.title {
		text-align: center;
		padding: 20px 0 30px 0;
	}

	.title img {
		height: 60px;
	}

	.fp_box_2 .rii {
		width: 100%;
	}

	.fp_box_2 .rii ul li {
		width: 50%;
	}

	.fp_box_2 .rii ul li p {
		position: relative;
		z-index: 2;
		font-size: 12px;
	}

	.fp_box_2 .rii ul li img {
		height: 155px;
	}

	.fp_box_3 {
		padding-bottom: 30px;
		background-color: #eceefa;
	}

	.fp_box_3 p {
		font-size: 12px;
	}

	.title p {
		padding: 25px 0;
		font-size: 16px;
	}

	.title img.imgh1 {
		height: auto;
	}

	.fp_box_3 .swiper-button-next,
	.swiper-container-rtl .swiper-button-prev {
		display: none;
	}

	.fp_box_3 .swiper-button-prev,
	.swiper-container-rtl .swiper-button-next {
		display: none;
	}

	.fp_box_4 ul li {
		width: 100%;
		float: left;
		padding: 0 10px;
		box-sizing: border-box;
		margin-bottom: 40px;
		margin-top: 20px;
	}

	.fp_box_4 ul li>div {
		height: 120px;
		border: 1px dashed #ccc;
		position: relative;
		padding-left: 38%;
	}

	.fp_box_4 ul li>div h3 {
		margin-top: 24px;
		font-size: 22px;
	}

	.fp_box_5 img {
		height: 200px;
		object-fit: cover;
	}

	.fp_box_7>img {
		height: 180px;
		object-fit: cover;
		margin-top: 30px;
	}

	.fp_box_8 .teop {
		padding-top: 20px;
		width: 100%;
		background: none;
	}

	.fp_box_8 .text {
		width: 100%;
		height: auto;
	}

	.fp_box_8 .text h3 {
		font-size: 22px;
		margin-bottom: 15px;
		color: #fff;
	}

	.fp_box_8 .text p {
		color: #fff;
		line-height: 1.7;
		color: #f5f5f5;
		font-size: 12px;
	}

	.fp_box_8 .text a {
		color: #fff;
		display: block;
		margin-top: 20px;
	}

	.fp_box_9 ul li h3 span {
		font-size: 24px;
	}

	.fp_box_9 ul li p {
		font-size: 12px;
		margin: 10px 0;
	}

	.fp_box_8 {
		margin-bottom: 20px;
	}

	.fp_box_10 .left {
		width: 100%;
		float: left;
		background-color: #fff;
		padding: 20px;
		box-sizing: border-box;
		margin-bottom: 30px;
	}

	.fp_box_10 .rii {
		width: 100%;
		float: right;
		background-color: #fff;
		padding: 20px;
		box-sizing: border-box;
	}

	.text_list ul li a {
		display: block;
		width: 65%;
		float: left;
		font-size: 12px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}

	.text_list ul li span {
		display: block;
		width: 35%;
		float: right;
		text-align: right;
		color: #666;
		font-size: 12px;
	}

	footer h3 {
		font-size: 30px;
		color: #006bb7;
		margin-bottom: 10px;
	}

	footer .rii .erweima .pic {
		width: 100px;
		height: 100px;
		color: #fff;
		font-size: 12px;
	}

	.footer {
		display: none;
	}

	.fp_box_10 {
		padding-bottom: 20px;
	}

	footer {
		padding: 20px 0 40px 0;
	}

	footer .zhong p {
		margin-top: 20px;
		font-size: 14px;
		color: #999;
	}

	.fp_box_1 .rii {
		width: 100%;
		float: right;
	}

	nav.fix {
		position: fixed;
		top: 60px;
		left: 0;
		width: 100%;
		z-index: 99;
	}

	header {
		box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	}
	.fp_box_1 {
	    padding: 0px 0;
	}
	.fp_box_1 .rii{
		display: none;
	}
	nav ul li>a{
		display: inline-block;
		
		padding-right: 30px;
	}
	nav ul li:hover >a {
	    background-color: #fff;
	    color: #333;
	}
	nav ul li .erji {
	    position: static;
	    top: 100%;
	    z-index: 99;
	    width: 100%;
	    display: none;
	}
	nav ul li .erji a{
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		text-align: left;
		padding-left: 50px;
		width: 100%;
	}
	nav ul li .erji a:hover{
		background-color: #fff;
		color: #333;
	}
	.on_erji{
		background: url(../images/jia.png) no-repeat  top right;
		background-size: 30px 30px;
		background-position-y: 13px;
	}
}
