@charset "utf-8";

@font-face {
	font-family: 'DIN';
	src: url('DIN-MEDIUM.ttf');
	font-style: normal;
}

html,
body,
div,
p,
ul,
li,
ol,
dl,
dt,
dd,
form,
input,
textarea,
table,
tr,
td,
img,
a,
span,
em,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-style: normal;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

html,
body {
	width: 100%;
}

body {
	font-family: "Microsoft YaHei";
	font-size: 16px;
	overflow-x: hidden;
	color: #333333;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
select,
option,
textarea {
	border: none;
	outline: none;
	font-family: "Microsoft YaHei";
}

img {
	border: none;
}

a,
a:hover,
a:active,
a:visited,
a:link {
	text-decoration: none;
	outline: 0;
	color: #000;
}

a:hover {
	color: #106bb2;
}

ul li {
	margin: 0;
}

ul,
li {
	list-style: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
	clear: both;
}

.none {
	display: none;
}

.block {
	display: block;
}

.w {
	margin: 0 auto;
}

.ellipsis {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.ellipsis-2 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ellipsis-3 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.ellipsis-4 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.ellipsis-5 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.ellipsis-6 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

::-webkit-input-placeholder {
	color: #999999;
}

:-moz-placeholder {
	color: #999999;
}

::-moz-placeholder {
	color: #999999;
}

:-ms-input-placeholder {
	color: #999999;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	-webkit-appearance: none;
}

.h {
	/*height: 86px;*/
}

.overflow {
	overflow: hidden;
}

.w {
	max-width: 1200px;
	margin: 0 auto;
}

.index-one {
	z-index: 1;
	position: relative;
	padding: 10px 0;
	background: #133161;
}

.index-one h1 {
	font-size: 60px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	margin: 60px 0;
	text-align: center;
}

.input {
	position: relative;
	padding-bottom: 60px;
	max-width: 880px;
	margin: 0 auto;
}

.input input {
	background-color: rgb(255, 255, 255);
	width: 100%;
	height: 70px;
	border-radius: 10px;
	font-size: 18px;
	padding-left: 40px;
	color: rgb(102, 113, 130);

}

.input button {
	position: absolute;
	font-size: 18px;
	cursor: pointer;
	font-family: "Microsoft YaHei";
	color: rgb(255, 255, 255);
	padding: 0 30px;
	height: 70px;
	line-height: 70px;
	top: 0;
	right: 0;
	border-radius: 0 10px 10px 0;
	background: #4c9aff;
	border: 0;
}

.input button:hover {
	background: #3281e7;
}

.input button img {
	vertical-align: middle;
	margin-right: 10px;
}

.background_component {
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: var(--blue-violet);
	position: fixed;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
	overflow: hidden;
	transform: translate(0)
}

.sections-wrapper {
	z-index: 1;
	position: relative
}

.background_main-wrapper {
	background-color: var(--midnight-blue);
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
	overflow: hidden
}

.background_colors-wrapper {
	z-index: 0;
	height: 100vh;
	filter: blur(160px);
	position: fixed;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%
}

.background_colors-wrapper.is-blue {
	background-color: var(--midnight-blue)
}

.background_colors-wrapper {
	transform: translate3d(0, 0, 0);
	/* -webkit-transform: translate3d(0, 0, 0); */
}

.background_circle-wrapper {
	width: 50vw;
	height: 80vh;
	border-radius: 50%;
	position: absolute;
	top: 0%;
	bottom: auto;
	left: auto;
	right: 0%
}

.background_circle-wrapper.is-1 {
	top: -25%;
	left: 1%
}

.background_circle-wrapper.is-1.is-white-bg {
	top: 34%;
	left: -38%
}

.background_circle-wrapper.is-2 {
	top: -25%;
	bottom: auto;
	left: auto;
	right: -10%
}

.background_circle-wrapper.is-2.is-white-background {
	top: 0%
}

.background_circle-wrapper.is-4 {
	top: auto;
	bottom: -25%;
	left: auto;
	right: -10%
}

.background_circle-wrapper.is-4.is-white-bg {
	bottom: 10%;
	right: -30%
}

.background_circle-wrapper.is-3 {
	top: auto;
	bottom: -39%;
	left: -4%;
	right: auto
}

.background_circle-wrapper.is-3.is-white-background {
	top: auto;
	bottom: 0%;
	left: 0%;
	right: auto
}

.background_circle-color {
	background-color: var(--663399);
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%
}

.background_circle-color.is-blue {
	background-color: #007fff
}

.background_circle-color.is-blue-light {
	background-color: rgba(0, 237, 233, .84)
}

.background_circle-color.is-red {
	background-color: #7e269e
}

.background_circle-color.is-super-light-blue {
	background-color: rgba(132, 41, 255, .35)
}

.background_circle-color.is-ultra-light-blue {
	background-color: rgba(0, 127, 255, .37)
}

.background_circle-color.is-white {
	background-color: #fff
}

.white-background_main-wrapper {

	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
	z-index: -1;
	overflow: hidden
}

.white-background_colors-wrapper {
	z-index: 0;
	height: 100%;
	filter: blur(160px);
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%
}

.home-header_component {
	height: 150vh;
	color: var(--white);
	text-align: center
}

.home-header_logo-image {
	width: 100%;
	display: block
}

.home-header_heading {
	font-size: 2rem;
	font-weight: 400
}

.background_component {
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: var(--blue-violet);
	position: fixed;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
	overflow: hidden;
	transform: translate(0)
}

.sections-wrapper {
	z-index: 1;
	position: relative
}

.background_main-wrapper {
	background-color: var(--midnight-blue);
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
	overflow: hidden
}

.background_colors-wrapper {
	z-index: 0;
	height: 100vh;
	filter: blur(160px);
	position: fixed;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%
}

.background_colors-wrapper.is-blue {
	background-color: var(--midnight-blue)
}

.background_circle-wrapper {
	width: 50vw;
	height: 80vh;
	border-radius: 50%;
	position: absolute;
	top: 0%;
	bottom: auto;
	left: auto;
	right: 0%
}

.background_circle-wrapper.is-1 {
	top: -25%;
	left: 1%
}

.background_circle-wrapper.is-1.is-white-bg {
	top: 34%;
	left: -38%
}

.background_circle-wrapper.is-2 {
	top: -25%;
	bottom: auto;
	left: auto;
	right: -10%
}

.background_circle-wrapper.is-2.is-white-background {
	top: 0%
}

.xq-two-xia-titile .p strong {
	vertical-align: top;
}

.background_circle-wrapper.is-4 {
	top: auto;
	bottom: -25%;
	left: auto;
	right: -10%
}

.background_circle-wrapper.is-4.is-white-bg {
	bottom: 10%;
	right: -30%
}

.background_circle-wrapper.is-3 {
	top: auto;
	bottom: -39%;
	left: -4%;
	right: auto
}

.background_circle-wrapper.is-3.is-white-background {
	top: auto;
	bottom: 0%;
	left: 0%;
	right: auto
}

.background_circle-color {
	background-color: var(--663399);
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%
}

.background_circle-color.is-blue {
	background-color: #007fff
}


.background_circle-color.is-red {
	background-color: #7e269e
}

.background_circle-color.is-super-light-blue {
	background-color: #053b8c;
}

.background_circle-color.is-ultra-light-blue {
	background-color: rgba(0, 127, 255, .37)
}

.background_circle-color.is-white {
	background-color: #3276de;
}

.pointer-events-off {
	pointer-events: none;
}

.home-intro_component {
	height: 325vh;
	color: var(--white);
	text-align: center
}

.home-intro_sticky-wrapper {
	height: 100vh;
	flex-direction: column;
	justify-content: center;
	display: flex;
	position: -webkit-sticky;
	position: sticky;
	top: 0
}

.home-intro_mask {
	z-index: 2;
	width: 0%;
	height: 0%;
	transform-origin: 100% 100%;
	border-radius: 15vw 15vw 0;
	justify-content: center;
	align-items: center;
	display: flex;
	position: relative;
	top: auto;
	bottom: 0%;
	left: auto;
	right: 0%;
	overflow: hidden;
}

.home-intro_padding {
	height: 100%;
	justify-content: flex-end;
	align-items: flex-end;
	padding: 4rem;
	display: flex;
}

.home-intro_composition {
	z-index: 0;
	width: 100%;
	height: 100%;
	flex: none;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%
}

.home-intro_background {
	z-index: 0;
	height: 100%;
	background-image: url(../images/lunbo.jpg);
	background-position: 50%;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%
}

.image-absolute {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%
}

.home-intro_overlay {
	z-index: 2;
	background-color: rgba(20, 49, 128, 0) !important;
	justify-content: center;
	align-items: center;
	padding-left: 4rem;
	padding-right: 4rem;
	display: flex;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%
}

.home-intro_heading {
	font-size: 60px;
	font-weight: bold;
}

.home-header_sticky-wrapper {
	height: 100vh;
	flex-direction: column;
	display: flex;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

.section-main-slider {
	z-index: 1;
	width: 100%;
	position: relative;
	overflow: hidden
}

.back-next-controls_component {
	grid-column-gap: .75em;
	grid-row-gap: .75em;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	display: flex
}

.index-two {
	background: #fbfcfd;
	padding: 80px 0 40px;
}

.index-two-xia {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.index-two-xia-a {
	width: 16%;
}

.index-two-xia-a span {
	font-size: 14px;
	background: #eff6ff;
	border-radius: 14px;
	color: rgb(0, 82, 204);
	padding: 9px 9px;
}

.index-two-xia-a h3 {
	font-size: 30px;
	margin: 20px 0 25px;
	color: rgb(23, 44, 86);
	font-weight: bold;
}

.index-two-xia-a p {
	font-size: 16px;
	color: rgb(75, 85, 99);
}

.index-two-xia-a p img {
	margin-right: 10px;
	vertical-align: middle;
}

.index-two-xia-b {
	width: 83%;
}

.index-two-xia-b a {
	font-size: 14px;
	padding: 8px 12px;
	display: inline-block;
	border-radius: 5px;
	background: #e8f3ff;
	color: rgb(75, 85, 99);
	margin-right: 5px;
	margin-bottom: 7px;
}

.index-two-xia-b a:hover {
	/* background: #0052ca; */
	/* color: #fff; */
}

.index-three .index-two-xia-b a {
	background: transparent;
	color: #4b5563;
	border-radius: 0px;
	margin: 8px 12px;
	position: relative;
	padding: 0;
	opacity: 0.7;
	/* border-right: 1px solid #4b5563; */
}

.index-three.index-two {
	background: #fff;
	padding-top: 40px;
	padding-bottom: 80px;
}

.index-three .index-two-xia-b a:hover {
	color: #0052ca;
}

.index-three .index-two-xia-b a::after {
	position: absolute;
	right: -12px;
	opacity: 0.7;
	top: 50%;
	transform: translatey(-50%);
	content: "";
	width: 1px;
	height: 13px;
	display: block;
	background: #4b5563;
}

.index-three .index-two-xia-b a:last-child::after {
	background: transparent;
}

.footer {
	padding: 15px 0;
	background: #172b4d;
}

.footer-one {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-one p {
	font-size: 14px;
	line-height: 12px;
	color: rgb(178, 184, 196);
}

.footer-one-a img {
	vertical-align: middle;
	margin-right: 5px;
}

.footer-one-a p {
	font-size: 17px;
	color: rgb(216, 223, 237);
	font-family: 'DIN';
	vertical-align: middle;
	/* font-weight: 700; */
	display: inline-block;
}

.footer-one-a a {
	/* font-size: 18px; */
	color: rgb(216, 223, 237);
	font-family: 'DIN';
	font-weight: 700;
}

.footer-one-b a {
	font-size: 14px;
	color: rgb(178, 184, 196);
}

.footer-one-c strong {
	font-family: 'DIN';
}

.footer-one-c p {
	display: inline-block;
}

.footer-one-c p strong {
	font-size: 20px;
	color: rgb(216, 223, 237);
}

.footer-one-c p:last-child {
	display: inline-block;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #e8f3ff20;
}

.xouew {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.xouew img {
	width: 63px;
}

.xouew h3 {
	font-size: 36px;
	color: rgb(255, 255, 255);
	font-weight: bold;

}

.xq-two {
	padding: 30px 0 70px;
	background: url(../images/bj.jpg) no-repeat bottom;
	background-size: cover;
}

.xq-two-xia {
	padding: 60px 0 100px;
	background: url(../images/hua.jpg) no-repeat bottom;
	background-size: 100% 100%;
	max-width: 76%;
	margin: 0 auto;
}

.xinyong {
	text-align: center;
}

.xinyong img {
	width: 110px;
}

img {
	max-width: 100%;
}

.xq-two-xia h4 {
	text-align: center;
	font-size: 30px;
	color: rgb(23, 44, 86);
	font-weight: bold;
	margin: 25px 0;
}

.xq-two-xia-a h5 {
	font-size: 20px;
	color: rgb(23, 44, 86);
	font-weight: bold;
}

.xq-two-xia-a {
	padding: 20px 0 0;
}

.xq-two-xia-a h5 img {
	vertical-align: middle;
	margin-right: 5px;
}

.xq-two-xia-titile {
	display: flex;
	padding: 20px 0;
	padding-left: 35px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.xq-two-xia-titile .p {
	font-size: 16px;
	line-height: 2;
	color: #4b5563;
}

.detail {
	display: inline-block;
	max-width: 93%;
}

.xq-two-xia-titile p {
	width: 50%;
	font-size: 16px;
	line-height: 2;
	color: #4b5563;
}

.fanwei p:last-child {
	width: 100%;
}

.fanwei p:nth-last-child(2) {
	width: 100%;
}

.fanwei p:last-child span {
	display: inline-block;
	max-width: 100%;
	/* font-size: 14px; */
	vertical-align: top;
}

.jieguo {
	padding: 20px;
	border-radius: 5px;
	border: 1px solid #d2d2d2;
}

.jieguo ul li {
	border-bottom: 1px solid #e3e3e3;
}

.jieguo ul li:last-child {
	border-bottom: 1px solid transparent;
}

.jieguo ul li a {
	display: flex;
	padding: 14px 12px;
	justify-content: space-between;
	background: transparent !important;
}

.name {
	font-size: 18px;
	font-weight: 700;
	color: rgb(23, 44, 86);
}

.jieguo ul li:hover .name {
	color: rgb(0 82 204);
}

.jieguo ul li:hover .time {
	color: rgb(0 82 204);
}

.time {
	font-size: 16px;
	color: rgb(23, 44, 86);
}

.name img {
	vertical-align: bottom;
	margin-right: 10px;
}

.jieguoyotu {
	padding: 12px 0;
}

.xq-two-xia-titile>p>span {
	max-width: 86%;
	display: inline-block;
}

.xq-two-xia-titile p strong {
	vertical-align: top;
}

@media only screen and (max-width: 1800px) {
	.w {
		width: 80%;
		margin: 0 auto;
		max-width: 80%;
	}

	.xq-two-xia-titile>p>span {
		max-width: 84%;
		display: inline-block;
	}

	.detail {
		max-width: 92%;
	}

	.xq-two-xia {
		max-width: 85%;
	}

	.fanwei p:last-child span {
		/* max-width: 91%; */
	}
}

@media only screen and (max-width: 1600px) {
	.xq-two-xia-titile>p>span {
		max-width: 80%;
		display: inline-block;
	}

	.detail {
		max-width: 90%;
	}
}

@media only screen and (max-width: 1400px) {
	.fanwei p:last-child span {
		/* max-width: 90%; */
	}

	.detail {
		max-width: 89%;
	}

	.index-two-xia-a {
		width: 20%;
	}

	.xq-two-xia-titile p {
		line-height: 1.8;
		font-size: 15px;
	}

	.index-one h1 {
		font-size: 55px;
		margin: 40px 0;
	}

	.index-two-xia-b a {
		font-size: 12px;
		padding: 7px 11px;
		margin-right: 5px;
		margin-bottom: 7px;
	}

	.index-two-xia-a p {
		font-size: 16px;
	}
}

@media only screen and (max-width: 1200px) {
	.index-two-xia-a p {
		font-size: 14px;
	}

	.xq-two-xia-titile>p>span {
		max-width: 79%;
	}

	.detail {
		max-width: 87%;
	}

	.index-two-xia-b a {
		padding: 6px 10px;
	}
}

@media only screen and (max-width: 1100px) {
	.xq-two-xia-titile>p>span {
		max-width: 76%;
	}
}

@media only screen and (max-width: 1000px) {
	.xouew h3 {
		font-size: 20px;
	}

	.xq-two-xia-titile>p>span {
		max-width: 76%;
	}

	.time {
		font-size: 14px;
		padding-left: 8%;
	}

	.name {
		font-size: 16px;
		margin-bottom: 10px;
		font-weight: 700;
	}

	.name img {
		margin-right: 6px;
	}

	.jieguo ul li a {
		flex-wrap: wrap;
	}

	.jieguo {
		padding: 2px;
	}

	.index-two-xia-b.jieguo {
		margin-top: 10px;
	}

	.index-two {
		padding: 40px 0;
	}

	.xq-two-xia h4 {
		font-size: 21px;
		margin: 10px 0;
	}

	.xq-two-xia-a h5 {
		font-size: 18px;
	}

	.xq-two-xia-titile {
		padding: 9px 0;
		padding-left: 0;
	}

	.xq-two-xia-titile p {
		width: 100%;
		font-size: 14px;
	}

	.fanwei p:last-child span {
		font-size: 12px;
	}

	.fanwei p:last-child span {
		max-width: 100%;
	}

	.xq-two-xia-a h5 img {
		margin-right: 3px;
	}

	.xinyong img {
		width: 88px;
	}

	.xq-two-xia {
		max-width: 94%;
	}

	.xouew img {
		width: 43px;
	}

	.index-one {
		padding: 8px 0;
	}

	.xq-two-xia {

		padding: 30px 0 30px;


		background-image: -webkit-linear-gradient(94deg, #e9f3ff 0%, #fff 100%);


		border-radius: 10px;
		border: 2px solid #2166cc;
		margin: 0 auto;
	}

	.w {
		width: 90%;
		margin: 0 auto;
		max-width: 90%;
	}

	.footer-one {
		justify-content: center;
		flex-wrap: wrap;
	}

	.footer-one p {
		font-size: 12px;
		line-height: 12px;
	}

	.footer-one-a a {
		font-size: 16px;
		color: rgb(216, 223, 237);
	}

	.footer-one-c p strong {
		font-size: 16px;
	}

	.footer-one-b {
		margin: 4px 0;
	}

	.footer-one-a img {
		margin-right: 3px;
		width: 25px;
	}

	.index-one a img {
		width: 50px;
	}

	.index-one h1 {
		font-size: 28px;
		margin: 26px 0;
		text-align: center;
	}

	.input input {
		width: 100%;
		height: 48px;
		font-size: 12px;
		padding-left: 17px;
	}

	.input button {
		font-size: 12px;
		padding: 0px 10px;
		height: 48px;
		line-height: 48px;
		top: 0;
		right: 0;
	}

	.index-two-xia-b a {
		font-size: 12px;
		padding: 7px 5px;
		margin-right: 5px;
		margin-bottom: 7px;
	}

	.index-three.index-two {
		padding-top: 40px;
	}

	.index-three.index-two .index-two-xia-a h3 {
		font-size: 24px;
		margin: 18px 0 0px;
	}

	.index-two-xia-b {
		width: 100%;
		margin-top: 30px;
	}

	.index-two-xia-a h3 {
		font-size: 24px;
		margin: 18px 0 18px;
	}

	.index-two-xia-a p {
		font-size: 16px;
	}

	.index-two-xia-a span {
		font-size: 12px;
		padding: 7px 8px;
	}

	.index-two-xia {
		flex-wrap: wrap;
	}

	.index-two-xia-a {
		width: 100%;
	}

	.input {
		padding-bottom: 26px;
	}

	.input button img {
		margin-right: 4px;
		width: 15px;
	}

	.detail {
		max-width: 100%;
	}

	.footer-one div {
		width: 100%;
	}

	.bannerswiper .swiper-slide {
		grid-template-columns: repeat(1, 1fr) !important;
	}

	.bannerswiper .swiper-slide {
		grid-column-gap: 5px !important;
		grid-row-gap: 5px !important;
	}
}

@media only screen and (max-width: 500px) {
	.xq-two-xia-titile p {
		width: 100%;
		font-size: 13px;
		display: flex;
	}

	.xq-two-xia-titile .p {
		font-size: 13px;
	}

	.footer-one-a a {
		font-size: 14px;
	}
}