@charset "utf-8";

html {
	-webkit-font-smoothing: antialiased;
	touch-action: manipulation;
}
body {
	background: repeating-linear-gradient(280deg, #597BBC, #2D4596);
}

blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0
}

header,
hgroup,
nav,
menu,
main,
section,
article,
summary,
details,
aside,
figure,
figcaption,
footer {
	display: block;
	margin: 0;
	padding: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

/* table,th,td{border: 1px solid black;} */
fieldset,
img {
	border: 0
}

address,
caption,
cite,
code,
dfn,
em,
var {
	font-style: normal;
	font-weight: 400;
}

dl,
ol,
ul {
	list-style-type: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
	outline: 0;
	outline: none;
	blr: expression(this.onFocus=this.blur())
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

textarea {
	resize: none;
	outline: none;
	font-family: Arial, GolosText-Regular;
}

img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

button,
input[type=submit],
input[type=text],
input[type=button] {
	font-family: Arial, GolosText-Regular;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
	outline: 0;
	blr: expression(this.onFocus=this.blur())
}

input {
	outline: 0;
}

input::-webkit-input-safebox-button {
	display: none;
	/*去掉搜狗浏览器密码软盘*/
}

body {
	font-size: 14px;
	color: #000;
	font-family: 'Arial', 'GolosText-Regular';
}

body * {
	box-sizing: border-box;
}

@font-face {
	font-family: GolosText;
	src: url('../font/GolosText.ttf');
	font-display: swap;
}

@font-face {
	font-family: GolosText-Regular;
	src: url('../font/GolosText-Regular.ttf');
	font-display: swap;
}

@font-face {
	font-family: GolosText-Medium;
	src: url('../font/GolosText-Medium.ttf');
	font-display: swap;
}

@font-face {
	font-family: GolosText-ExtraBold;
	src: url('../font/GolosText-ExtraBold.ttf');
	font-display: swap;
}

@font-face {
	font-family: GolosText-SemiBold;
	src: url('../font/GolosText-SemiBold.ttf');
	font-display: swap;
}

@font-face {
	font-family: GolosText-Bold;
	src: url('../font/GolosText-Bold.ttf');
	font-display: swap;
}

@font-face {
	font-family: GolosText-Black;
	src: url('../font/GolosText-Black.ttf');
	font-display: swap;
}

@font-face {
	font-family: GolosText-VariableFont_wght;
	src: url('../font/GolosText-VariableFont_wght.ttf');
	font-display: swap;
}

@font-face {
	font-family: HarmonyOS Sans SC;
	src: url('../font/HarmonyOS Sans SC.ttf');
	font-display: swap;
}


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
}

.ellipsis {
	display: block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.eps2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

img {
	opacity: 0;
}

img.op {
	opacity: 1;
	transition: opacity .05s;
}


html {
	font-size: calc(100vw / 1920 * 100);
}

@media(max-width: 900px) {
	html {
		font-size: calc(900px / 1920 * 100);
	}
}

html {
	font-size: calc(100vw / 1920 * 100);
}

@media(max-width: 900px) {
	html {
		font-size: calc(900px / 1920 * 100);
	}
}

body {
	font-size: calc(16 * 1rem / 100);
}

@media(max-width: 1680px) {
	body {
		font-size: 14px;
	}
}

.s12 {
	font-size: calc(12 * 1rem / 100);
}

@media(max-width: 1920px) {
	.s12 {
		font-size: 12px;
	}
}

.s13 {
	font-size: calc(13 * 1rem / 100);
}

@media(max-width: 1846px) {
	.s13 {
		font-size: 12.5px;
	}
}

.s14 {
	font-size: calc(14 * 1rem / 100);
}

@media(max-width: 1782px) {
	.s14 {
		font-size: 13px;
	}
}

.s15 {
	font-size: calc(15 * 1rem / 100);
}

@media(max-width: 1728px) {
	.s15 {
		font-size: 13.5px;
	}
}

.s16 {
	font-size: calc(16 * 1rem / 100);
}

@media(max-width: 1680px) {
	.s16 {
		font-size: 14px;
	}
}

.s17 {
	font-size: calc(17 * 1rem / 100);
}

@media(max-width: 1637px) {
	.s17 {
		font-size: 14.5px;
	}
}

.s18 {
	font-size: calc(18 * 1rem / 100);
}

@media(max-width: 1600px) {
	.s18 {
		font-size: 15px;
	}
}

.s19 {
	font-size: calc(19 * 1rem / 100);
}

@media(max-width: 1566px) {
	.s19 {
		font-size: 15.5px;
	}
}

.s20 {
	font-size: calc(20 * 1rem / 100);
}

@media(max-width: 1536px) {
	.s20 {
		font-size: 16px;
	}
}

.s21 {
	font-size: calc(21 * 1rem / 100);
}

@media(max-width: 1508px) {
	.s21 {
		font-size: 16.5px;
	}
}

.s22 {
	font-size: calc(22 * 1rem / 100);
}

@media(max-width: 1483px) {
	.s22 {
		font-size: 17px;
	}
}

.s23 {
	font-size: calc(23 * 1rem / 100);
}

@media(max-width: 1460px) {
	.s23 {
		font-size: 17.5px;
	}
}

.s24 {
	font-size: calc(24 * 1rem / 100);
}

@media(max-width: 1440px) {
	.s24 {
		font-size: 18px;
	}
}

.s25 {
	font-size: calc(25 * 1rem / 100);
}

@media(max-width: 1420px) {
	.s25 {
		font-size: 18.5px;
	}
}

.s26 {
	font-size: calc(26 * 1rem / 100);
}

@media(max-width: 1403px) {
	.s26 {
		font-size: 19px;
	}
}

.s27 {
	font-size: calc(27 * 1rem / 100);
}

@media(max-width: 1386px) {
	.s27 {
		font-size: 19.5px;
	}
}

.s28 {
	font-size: calc(28 * 1rem / 100);
}

@media(max-width: 1371px) {
	.s28 {
		font-size: 20px;
	}
}

.s29 {
	font-size: calc(29 * 1rem / 100);
}

@media(max-width: 1357px) {
	.s29 {
		font-size: 20.5px;
	}
}

.s30 {
	font-size: calc(30 * 1rem / 100);
}

@media(max-width: 1344px) {
	.s30 {
		font-size: 21px;
	}
}

.s31 {
	font-size: calc(31 * 1rem / 100);
}

@media(max-width: 1331px) {
	.s31 {
		font-size: 21.5px;
	}
}

.s32 {
	font-size: calc(32 * 1rem / 100);
}

@media(max-width: 1320px) {
	.s32 {
		font-size: 22px;
	}
}

.s33 {
	font-size: calc(33 * 1rem / 100);
}

@media(max-width: 1309px) {
	.s33 {
		font-size: 22.5px;
	}
}

.s34 {
	font-size: calc(34 * 1rem / 100);
}

@media(max-width: 1298px) {
	.s34 {
		font-size: 23px;
	}
}

.s35 {
	font-size: calc(35 * 1rem / 100);
}

@media(max-width: 1289px) {
	.s35 {
		font-size: 23.5px;
	}
}

.s36 {
	font-size: calc(36 * 1rem / 100);
}

@media(max-width: 1280px) {
	.s36 {
		font-size: 24px;
	}
}

.s37 {
	font-size: calc(37 * 1rem / 100);
}

@media(max-width: 1271px) {
	.s37 {
		font-size: 24.5px;
	}
}

.s38 {
	font-size: calc(38 * 1rem / 100);
}

@media(max-width: 1263px) {
	.s38 {
		font-size: 25px;
	}
}

.s39 {
	font-size: calc(39 * 1rem / 100);
}

@media(max-width: 1255px) {
	.s39 {
		font-size: 25.5px;
	}
}

.s40 {
	font-size: calc(40 * 1rem / 100);
}

@media(max-width: 1248px) {
	.s40 {
		font-size: 26px;
	}
}

.s41 {
	font-size: calc(41 * 1rem / 100);
}

@media(max-width: 1240px) {
	.s41 {
		font-size: 26.5px;
	}
}

.s42 {
	font-size: calc(42 * 1rem / 100);
}

@media(max-width: 1234px) {
	.s42 {
		font-size: 27px;
	}
}

.s43 {
	font-size: calc(43 * 1rem / 100);
}

@media(max-width: 1227px) {
	.s43 {
		font-size: 27.5px;
	}
}

.s44 {
	font-size: calc(44 * 1rem / 100);
}

@media(max-width: 1221px) {
	.s44 {
		font-size: 28px;
	}
}

.s45 {
	font-size: calc(45 * 1rem / 100);
}

@media(max-width: 1216px) {
	.s45 {
		font-size: 28.5px;
	}
}

.s46 {
	font-size: calc(46 * 1rem / 100);
}

@media(max-width: 1210px) {
	.s46 {
		font-size: 29px;
	}
}

.s47 {
	font-size: calc(47 * 1rem / 100);
}

@media(max-width: 1205px) {
	.s47 {
		font-size: 29.5px;
	}
}

.s48 {
	font-size: calc(48 * 1rem / 100);
}

@media(max-width: 1200px) {
	.s48 {
		font-size: 30px;
	}
}

.s49 {
	font-size: calc(49 * 1rem / 100);
}

@media(max-width: 1195px) {
	.s49 {
		font-size: 30.5px;
	}
}

.s50 {
	font-size: calc(50 * 1rem / 100);
}

@media(max-width: 1190px) {
	.s50 {
		font-size: 31px;
	}
}

.s51 {
	font-size: calc(51 * 1rem / 100);
}

@media(max-width: 1185px) {
	.s51 {
		font-size: 31.5px;
	}
}

.s52 {
	font-size: calc(52 * 1rem / 100);
}

@media(max-width: 1181px) {
	.s52 {
		font-size: 32px;
	}
}

.s53 {
	font-size: calc(53 * 1rem / 100);
}

@media(max-width: 1177px) {
	.s53 {
		font-size: 32.5px;
	}
}

.s54 {
	font-size: calc(54 * 1rem / 100);
}

@media(max-width: 1173px) {
	.s54 {
		font-size: 33px;
	}
}

.s55 {
	font-size: calc(55 * 1rem / 100);
}

@media(max-width: 1169px) {
	.s55 {
		font-size: 33.5px;
	}
}

.s56 {
	font-size: calc(56 * 1rem / 100);
}

@media(max-width: 1165px) {
	.s56 {
		font-size: 34px;
	}
}

.s57 {
	font-size: calc(57 * 1rem / 100);
}

@media(max-width: 1162px) {
	.s57 {
		font-size: 34.5px;
	}
}

.s58 {
	font-size: calc(58 * 1rem / 100);
}

@media(max-width: 1158px) {
	.s58 {
		font-size: 35px;
	}
}

.s59 {
	font-size: calc(59 * 1rem / 100);
}

@media(max-width: 1155px) {
	.s59 {
		font-size: 35.5px;
	}
}

.s60 {
	font-size: calc(60 * 1rem / 100);
}

@media(max-width: 1152px) {
	.s60 {
		font-size: 36px;
	}
}

.s61 {
	font-size: calc(61 * 1rem / 100);
}

@media(max-width: 1148px) {
	.s61 {
		font-size: 36.5px;
	}
}

.s62 {
	font-size: calc(62 * 1rem / 100);
}

@media(max-width: 1145px) {
	.s62 {
		font-size: 37px;
	}
}

.s63 {
	font-size: calc(63 * 1rem / 100);
}

@media(max-width: 1142px) {
	.s63 {
		font-size: 37.5px;
	}
}

.s64 {
	font-size: calc(64 * 1rem / 100);
}

@media(max-width: 1140px) {
	.s64 {
		font-size: 38px;
	}
}

.s65 {
	font-size: calc(65 * 1rem / 100);
}

@media(max-width: 1137px) {
	.s65 {
		font-size: 38.5px;
	}
}

.s66 {
	font-size: calc(66 * 1rem / 100);
}

@media(max-width: 1134px) {
	.s66 {
		font-size: 39px;
	}
}

.s67 {
	font-size: calc(67 * 1rem / 100);
}

@media(max-width: 1131px) {
	.s67 {
		font-size: 39.5px;
	}
}

.s68 {
	font-size: calc(68 * 1rem / 100);
}

@media(max-width: 1129px) {
	.s68 {
		font-size: 40px;
	}
}

.s69 {
	font-size: calc(69 * 1rem / 100);
}

@media(max-width: 1126px) {
	.s69 {
		font-size: 40.5px;
	}
}

.s70 {
	font-size: calc(70 * 1rem / 100);
}

@media(max-width: 1124px) {
	.s70 {
		font-size: 41px;
	}
}

.s71 {
	font-size: calc(71 * 1rem / 100);
}

@media(max-width: 1122px) {
	.s71 {
		font-size: 41.5px;
	}
}

.s72 {
	font-size: calc(72 * 1rem / 100);
}

@media(max-width: 1120px) {
	.s72 {
		font-size: 42px;
	}
}

.s73 {
	font-size: calc(73 * 1rem / 100);
}

@media(max-width: 1117px) {
	.s73 {
		font-size: 42.5px;
	}
}

.s74 {
	font-size: calc(74 * 1rem / 100);
}

@media(max-width: 1115px) {
	.s74 {
		font-size: 43px;
	}
}

.s75 {
	font-size: calc(75 * 1rem / 100);
}

@media(max-width: 1113px) {
	.s75 {
		font-size: 43.5px;
	}
}

.s76 {
	font-size: calc(76 * 1rem / 100);
}

@media(max-width: 1111px) {
	.s76 {
		font-size: 44px;
	}
}

.s77 {
	font-size: calc(77 * 1rem / 100);
}

@media(max-width: 1109px) {
	.s77 {
		font-size: 44.5px;
	}
}

.s78 {
	font-size: calc(78 * 1rem / 100);
}

@media(max-width: 1107px) {
	.s78 {
		font-size: 45px;
	}
}

.s79 {
	font-size: calc(79 * 1rem / 100);
}

@media(max-width: 1105px) {
	.s79 {
		font-size: 45.5px;
	}
}

.s80 {
	font-size: calc(80 * 1rem / 100);
}

@media(max-width: 1104px) {
	.s80 {
		font-size: 46px;
	}
}
.s130 {
	font-size: calc(130 * 1rem / 100);
}

@media(max-width: 1104px) {
	.s80 {
		font-size: 66px;
	}
}


form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
	color: #bbbbbb;
}

form input:-moz-placeholder,
form textarea:-moz-placeholder {
	color: #bbbbbb;
}

form input::-moz-placeholder,
form textarea::-moz-placeholder {
	color: #bbbbbb;
}

form input:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
	color: #bbbbbb;
}


@keyframes fadeInRightSmall {
	0% {
		opacity: 0;
		transform: translate(2em, 0);
	}

	100% {
		opacity: 1;
		transform: translate(0, 0);
	}
}



.header {
	/* position: fixed;
	top: 0;
	left: 0;
	z-index: 288; */
	width: 100%;
	height: 92px;
	display: flex;
	align-items: center;
}

.h-main {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.h-main:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
}

.h-left {
	float: left;
	font-size: 0;
	width: 30%;
}

.h-logo {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.h-link {
	display: block;
	font-size: 0;
}

.h-img1 {
	display: block;
}

.h-img1 img {
	width: 2rem;
	min-width: 180px;
}

.h-img2 {
	display: none;
	height: 1.1rem;
	line-height: 1.1rem;
}

.h-img2 img {
	width: 2rem;
	min-width: 180px;
}

.h-right {
	float: right;
	width: 70%;
}

.h-h {
	display: inline-block;
	vertical-align: middle;
	height: 92px;
	width: 100%;
}

.h-i {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	cursor: pointer;
	height: 92px;
	line-height: 92px;
	font-family: 'GolosText-Regular';
	width: 16.66666%;
	text-align: center;
}

.h-j {
	display: inline-block;
	position: relative;
	color: #fff;
}
.h-i:nth-last-of-type(2) span {
	padding: 0 5px;
	border-radius: 4px;
	background-color: #2C5796;
	color: #fff;
	display: inline;
}

.h-j:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	transition: all ease .5s;
	height: 3px;
	background-color: #fff;
}

.h-sub {
	display: none;
	min-width: 2rem;
	background-color: rgba(255, 255, 255, 1);
	position: absolute;
	left: 50%;
	top: 92px;
	transform: translate(-50%, 0);
	z-index: 1000;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.h-sub>li>a {
	display: block;
	cursor: pointer;
	width: 100%;
	padding: 10px 8px;
	white-space: nowrap;
	line-height: 1.5;
	text-align: center;
	transition: background-color .3s;
}

.h-sub>li>a:hover {
	color: #fff;
	background-color: #2C5796;
}

.language {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	cursor: pointer;
	font-family: 'HarmonyOS Sans SC';
	color: #fff;
}

.language a {
	position: relative;
}

.language a::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 0;
	transition: all ease .5s;
	height: 1px;
	background-color: #fff;
}

.language a:hover::after {
	width: 100%;
	background-color: #000;
}

header:hover .language {
	color: #000;
}

.hl-list {
	display: none;
	position: absolute;
	top: calc(50% + 1em);
	left: 50%;
	transform: translate(-50%, 0);
	background-color: #fff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.hl-item {
	display: block;
	cursor: pointer;
	min-width: 5em;
	padding: 10px 8px;
	white-space: nowrap;
	line-height: 1.5;
	text-align: center;
	color: #666;
	transition: background-color .3s;
}

.hl-item:hover {
	color: #fff;
	background-color: #2C5796;
}

.h-menu {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	width: 1.1rem;
	height: 1.1rem;
	background-image: url('../image/a-menu.png');
	background-size: 30px auto;
	background-position: center center;
	background-repeat: no-repeat;
}

.h-opa {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 10;
	cursor: pointer;
}


@media(min-width: 1201px) {
	.h-i.active .h-j:after {
		width: 100%;
		background-color: #fff;
	}

	.h-i:hover .h-j:after {
		width: 100%;
	}

	.header:hover .h-j {
		color: #000000;
	}

	.header:hover .h-j:after {
		background-color: #2C5796;
	}

	.header:hover {
		background-color: #fff;
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
	}

	.header:hover .h-img1 {
		display: none;
	}

	.header:hover .h-img2 {
		display: block;
	}

	.header:hover .h-menu {
		background-image: url('../image/a-menu2.png');
	}
}

@media(max-width:1200px) {
	.h-main {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}

	.h-h {
		margin-left: 0;
		width: 260px;
		position: fixed;
		text-align: left;
		right: 0;
		top: 0;
		height: 100vh;
		background-color: #fff;
		margin-right: 0;
		padding-top: 10px;
		padding-bottom: 10px;
		overflow: auto;
		z-index: 1000;
		transform: translate(100%, 0);
		transition: transform .3s;
	}

	.h-i {
		width: 100%;
		height: auto;
		min-height: 48px;
		line-height: 48px;
		padding: 0 !important;
		margin: 0 !important;
	}

	.h-j {
		padding: 0;
		padding-left: 20px;
		height: 40px;
		line-height: 40px;
		color: #000;
		font-size: 16px;
		width: 100%;
		text-align: left;
	}

	.h-i.active .h-j {
		color: #2C5796;
	}

	.language {
		padding-left: 20px;
		line-height: 48px;
	}

	.h-i.has-nav:after {
		content: "";
		background-image: url('../image/a-right.png');
		background-size: 16px auto;
		background-position: center center;
		background-repeat: no-repeat;
		display: inline-block;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		position: absolute;
		right: 0;
		top: 0;
		font-size: 20px;
		color: #333;
	}

	.h-i.has-nav.show:after {
		background-size: 18px auto;
		background-image: url('../image/a-down.png');
	}

	.h-sub {
		position: relative;
		top: 0;
		background-color: #f7f7f7;
		box-shadow: none;
		left: 0;
		transform: translate(0, 0);
		width: 100% !important;
	}

	.h-sub>li>a {
		white-space: normal;
		text-align: left;
		padding-left: 40px;
		color: #666;
		font-size: 14px;
	}


	/* 菜单 */
	.h-menu {
		display: block;
	}

	.header.menu-state .h-h {
		transform: translate(0, 0);
	}

	.header.menu-state .h-opa {
		display: block;
	}
}


/* @media(min-width: 951px) {
	.header.white {
		background-color: #fff;
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
	}

	.header.white .h-img1 {
		display: none;
	}

	.header.white .h-img2 {
		display: block;
	}

	.header.white .hl-tip {
		background-image: url('../image/a2-b.png');
	}

	.header.white .h-search {
		background-image: url('../image/a3-b.png');
	}

	.header.white .h-menu {
		background-image: url('../image/a-menu2.png');
	}
} */

@media(max-width: 900px) {
	body {
		padding-top: 0;
	}

	.header {
		height: 60px;
		background-color: #fff;
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
	}

	.h-img1 {
		display: none;
	}

	.h-img2 {
		display: block;
	}

	.h-menu {
		background-image: url('../image/a-menu2.png');
	}
}

.wrap {
	width: 90%;
	max-width: 1320px;
	margin: 0 auto;
	overflow: hidden;
}

.wrap p {
	line-height: 30px;
}

@media(max-width: 950px) {
	.wrap p {
		line-height: 24px !important;
	}
}

.footer {
	width: 100%;
	padding: 90px 0;
	background-color: #143C6D;
	color: #fff;
	overflow: hidden;
}

.footer .left {
	float: left;
	width: 480px;
	overflow: hidden;
}

.footer .left h1 {
	margin: 50px auto;
	font-family: 'GolosText-Medium';
}

.footer .left .icon {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 0.2rem;
}

.icon .open {
                            width: 176px;
                            position: absolute;
                            left: 0;
                            top: -186px;
                            z-index: 2;
                            opacity: 0;
                            transition: opacity 0.2s linear;
                            pointer-events: none;
                        }
                        .icon .hid {
                            position: relative;
                        }
                        .icon .hid:hover .open{
                            display: block;
                            opacity: 1;
                        }

.footer .left .icon i {
	width: 0.64rem;
	height: 0.64rem;
	display: block;
}

.footer .left .icon i.ficon01 {
	background: url(../image/ficon01.svg);
	background-size: 100% 100%;
}

.footer .left .icon i.ficon02 {
	background: url(../image/ficon02.svg);
	background-size: 100% 100%;
}

.footer .left .icon i.ficon03 {
	background: url(../image/ficon03.svg);
	background-size: 100% 100%;
}

.footer .left .icon i.ficon04 {
	background: url(../image/ficon04.svg);
	background-size: 100% 100%;
}

.footer .left .left-txt {
	background-color: #60A4F4;
	color: #143C6D;
	padding: 40px;
	margin-top: 80px;
}
.footer .left .left-txt .form {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer .left .left-txt .item {
	width: calc(100% - 40px);
	height: 28px;
}

.footer .left .left-txt .item input {
	height: 28px;
	width: 100%;
	background-color: #60A4F4;
	border: 0;
	color: #143C6D;
}
.footer .left .left-txt .item input::-webkit-input-placeholder {
	color: #143C6D;
}
.footer .left .left-txt .item input:-moz-placeholderr {
	color: #143C6D;
}
.footer .left .left-txt .item input::-moz-placeholderr {
	color: #143C6D;
}
.footer .left .left-txt .item input:-ms-input-placeholderr {
	color: #143C6D;
}

.footer .left .left-txt .btn {
    width: 28px;
    height: 28px;
	display: block;
}
.footer .left .left-txt .btn input {
	background: url(../image/ficonarrowr.svg);
    background-size: 100%;
    width: 28px;
    height: 16px;
	display: block;
	border: 0;
	margin-top: 6px;
}

.footer .left .left-txt h2 {
	font-family: 'SourceHanSansSC-Bold';
}

.footer .left .left-txt p {
	line-height: 18px;
	margin: 18px auto;
}

.footer .left .left-txt a {
	margin-top: 10px;
	position: relative;
	display: block;
	overflow: hidden;
}

.footer .left .left-txt a::after {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -8px;
	content: '';
	background: url(../image/ficonarrowr.svg);
	background-size: 100%;
	width: 28px;
	height: 16px;
}

.footer .left .left-txt span {
	display: block;
	margin-top: 5px;
}

.footer .right {
	float: right;
	width: calc(100% - 480px);
	padding-left: 170px;
	overflow: hidden;
}

.footer .right .footnav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 70px;
}

.footer .right .footnav a {
	display: block;
}

.footer .right .footcontact {
	background: url(../image/mapbg.svg) right no-repeat;
}

.footer .right .footcontact .title {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.footer .right .footcontact .title span {
	display: block;
	margin-right: 70px;
}

.footer .right .footcontact .title a {
	display: block;
	padding: 5px 8px;
	border-radius: 16px;
	background-color: rgb(183, 183, 183, .35);
}

.footer .right .footcontact .txt {
	margin-top: 40px;
}

.footer .right .footcontact .txt h1 {
	margin-bottom: 15px;
}

.footer .footnav-a {
	width: 100%;
	height: 36px;
	line-height: 36px;
	background-color: rgb(183, 183, 183, .11);
	color: #fff;
	overflow: hidden;
	margin-top: 50px;
	text-align: center;
}

.footer .footnav-a a {
	padding: 0 30px;
}

@media(max-width: 950px) {
	.footer {
		padding: 50px 0;
	}

	.footer .left {
		width: 100%;
		text-align: center;
	}

	.footer .left h1 {
		margin: 30px auto;
	}

	.footer .left .icon {
		justify-content: center;
	}

	.footer .left .left-txt {
		margin-top: 30px;
		padding: 20px;
	}

	.footer .left .left-txt p {
		margin: 10px auto;
	}

	.footer .right {
		width: 100%;
		padding-left: 0;
		margin-top: 40px;
	}

	.footer .right .footnav {
		margin-bottom: 20px;
	}

	.footer .right .footcontact {
		background-size: 100%;
	}

	.footer .right .footcontact .txt {
		margin-top: 30px;
	}

	.footer .right .footcontact .txt h1 {
		margin-bottom: 10px;
	}

	.footer .footnav-a {
		display: none;
	}
	.icon .open {
		width: 100px;
		top: -110px;
	}
}

/* banner-box */
.banner-box {
	width: 100%;
	position: relative;
}

.banner {
	width: 100%;
}

.a-item {
	display: block;
	width: 100%;
}

.a-link {
	display: block;
	cursor: pointer;
	width: 100%;
	overflow: hidden;
}

.a-img {
	width: 100%;
}

.a-img img {
	width: 100%;
}

.a-pagination {
	position: absolute;
	bottom: .4rem;
	left: 50%;
	transform: translate(-50%, 0);
	text-align: left;
	width: 16rem;
	font-size: 0;
}

.a-pagination .swiper-pagination-bullet {
	opacity: 1;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-right: .1rem;
	width: .35rem;
	height: .03rem;
	background-color: rgba(255, 255, 255, .35);
	border-radius: .02rem;
}

.a-pagination .swiper-pagination-bullet-active:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: .02rem;
}

.a-pagination .swiper-pagination-bullet-active:after {
	animation: apw 4.5s linear;
	animation-fill-mode: forwards;
}



@keyframes apw {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}

@media(min-width: 951px) {
	.banner-box.cont2 .a-text {
		width: 18rem;
	}

	.banner-box.cont2 .a-pagination {
		width: 18rem;
	}
}

@media(max-width: 950px) {
	.a-img img {
		min-height: 150px;
		object-fit: cover;
	}

	.a-pagination {
		width: 100%;
		bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}
}



.sidebar {
	display: none;
	position: fixed;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	z-index: 88;
}

.sidebar-item {
	position: relative;
	margin: 1px 0;
}

.sidebar-link {
	display: block;
	cursor: pointer;
	width: .6rem;
	position: relative;
}

.sidebar-icon1 {
	width: 100%;
	height: .6rem;
	text-align: center;
	line-height: .6rem;
	background-color: #fdf9f6;
}

.sidebar-icon1 img {
	max-width: .26rem;
	max-height: .26rem;
}

.sidebar-item:nth-child(1) .sidebar-icon1 {
	border-radius: .05rem 0px 0px 0px;
}

.sidebar-item:last-child .sidebar-icon1 {
	border-radius: 0px 0px 0px .05rem;
}

.sidebar-sub {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	white-space: nowrap;
	background-color: #2C5796;
	background-image: linear-gradient(135deg, #2C5796 0%, #f78131 100%);
	border-radius: .05rem 0px 0px .05rem;
}

.sidebar-icon2 {
	display: inline-block;
	vertical-align: middle;
	width: .6rem;
	height: .6rem;
	text-align: center;
	line-height: .6rem;
}

.sidebar-icon2 img {
	max-width: .26rem;
	max-height: .26rem;
}

.sidebar-text {
	display: inline-block;
	vertical-align: middle;
	padding-right: .2rem;
}

.sidebar-intro {
	color: #ffffff;
	line-height: 1.7;
}


@media(min-width: 951px) {
	.sidebar-item:hover .sidebar-sub {
		transition: all ease .5s;
		visibility: visible;
		opacity: 1;
		transform: translate(calc(-100% + .6rem), 0);
	}
}