﻿@charset "utf-8";
/* CSS Document */

body {
	font: 12px/24px "Microsoft YaHei", "微软雅黑";
	color: #333;
	background-color: #f4f4f4;
	word-wrap: break-word;
	font-family: myFirstFont;
}

* {
	margin: 0;
	padding: 0;
}

ul,
ol,
li {
	list-style: none outside;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.tx_l {
	text-align: left;
}

.tx_r {
	text-align: right;
}

.tx_2 {
	text-indent: 2em;
}

img {
	border: medium none;
	vertical-align: middle;
}

textarea {
	resize: none;
	vertical-align: middle;
}

input,
button,
select,
textarea {
	border: medium none;
	background: none;
	outline: none;
	font: 1em/normal "Microsoft YaHei", "微软雅黑";
	font-family: myFirstFont;
}

.btn {
	cursor: pointer;
	border: medium none;
	outline: none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	visibility: hidden;
}

/* 隐私政策列表项样式 */
.privacy-item {
	margin-bottom: 8px;
	line-height: 1.6;
}

@font-face {
	font-family: "myFirstFont";
	src: url("../font/Noto Sans SC Thin.ttf") format('truetype');
	/* src: url("../font/Noto Sans SC.ttf"); */
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "myRegularFont";
	src: url("../font/Noto Sans SC.ttf") format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

* {
	/* font-family: myFirstFont; */
	text-align: left;
}

.page_top {
	/* width: 1440px; */
	margin: 0 auto;

}

.top_box {
	width: 1440px;
	margin: 0 auto;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 5px;
}

.logo_pic {
	width: auto;
	height: 68px;
	float: left;
	margin-top: 10px;
}

.menu_box {
	float: left;
	/* width: 1000px; */
	margin-left: 100px;
}

.menu_box li {
	float: left;
	padding: 0
}

.menu_box li a {
	display: block;
	position: relative;
	font-size: 24px;
	line-height: 78px;
	color: #170f5f;
	text-align: center;
	/* font-family: myRegularFont; */
	font-family: myFirstFont;
	width: 200px;
}

.menu_box li a .txt {
	position: relative;
	display: inline-block;
}

.menu_box .menu_bar {
	position: absolute;
	left: 0;
	bottom: -5px;
	background-color: #1010eb;
	width: 100%;
	height: 6px;
	display: none;
}

.menu_box li a:hover,
.menu_box li a.active {
	color: #170f5f;
	/* font-weight: bold; */
	font-family: myRegularFont;
}

.menu_box li a.active .menu_bar {
	display: block;
}

.page_cont {
	width: 100%;
}

.page_block {
	background: url("../images/page_01.jpg") no-repeat center top;
	background-size: auto 640px;
	height: 640px;
	width: 100%;
	min-width: 1440px;
	margin: 0 auto;
	overflow: hidden;
}

.infor_box {
	width: 1440px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}

.infor_cont {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 730px;
}

.infor_box .infor_tit {
	font-size: 80px;
	line-height: 100px;
	color: #170f5f;
}

.infor_box .infor_txt {
	font-size: 25px;
	line-height: 35px;
	color: #3d3d3d;
}

.mtop {
	margin-top: 40px;
}

.infor_box .infor_btn {
	padding-top: 30px;
}

.infor_box .btn {
	border: 1px solid #170f5f;
	width: 148px;
	height: 50px;
	border-radius: 25px;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	color: #170f5f;
	font-family: myRegularFont;
}

.block_bg_1 {
	background: url("../images/page_01.png") no-repeat center top;
	background-size: auto 720px;
	height: 720px;
	width: 100%;
}

.block_bg_2 {
	background: url("../images/page_02.jpg") no-repeat center top;
	background-size: auto 760px;
	height: 760px;
}

.block_bg_3 {
	background: url("../images/page_03.jpg") no-repeat center top;
	background-size: auto 760px;
	height: 760px;
}

.block_bg_4 {
	background: url("../images/page_04.jpg") no-repeat center top;
	background-size: auto 760px;
	height: 760px;
}

.block_bg_2 .infor_cont {
	left: auto;
	right: 0;
}

.block_bg_4 .infor_cont {
	left: auto;
	right: 98px;
	width: 443px;
	text-align: center;
	top: 53%;
}

.block_bg_5 {
	background: url("../images/page_05.png") no-repeat center top;
	background-size: auto 720px;
	height: 720px;
	width: 100%;
}

.block_bg_6 {
	background: #f5f5f5;
	width: 100%;
	height: auto;
	padding: 140px 0 110px;
}

.block_bg_7 {
	background-color: #fdfcfa;
	width: 100%;
	height: auto;
	padding: 120px 0 60px;
}

.infor_bar {
	background-color: #170f5f;
	width: 76px;
	height: 6px;
	margin: 0 auto 110px;
}

.page_btm {
	background-color: #0055ff;
	font-family: myRegularFont;
}

.btm_box {
	padding: 60px 0;
	width: 1440px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 30px;
	color: #fff;
}

.btm_left {
	float: left;
	width: 830px;
}

.btm_menu_box li {
	float: left;
	margin-right: 150px;
}

.btm_menu_box li:last-child {
	margin: 0;
}

.btm_menu_box a {
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	display: block;
}

.btm_infor {
	margin: 30px 0 0;
	padding-top: 30px;
	border-top: 1px solid #fff;
}

.btm_txt {
	font-size: 15px;
	line-height: 30px;
	color: #fff;
}

.tele_sign {
	background: url("../images/icon1.png") no-repeat left center;
	padding-left: 25px;
	margin-right: 15px;
	display: inline-block;
	cursor: pointer;
	font-size: 19px;
}

.email_sign {
	background: url("../images/icon2.png") no-repeat left center;
	padding-left: 25px;
	margin-right: 10px;
	display: inline-block;
	cursor: pointer;
	font-size: 19px;
}

.btm_link {
	width: 100%;
	margin-top: 6px;
}

.btm_link li {
	float: left;
	margin-right: 15px;
}

.btm_link li a {
	font-size: 15px;
	line-height: 30px;
	color: #fff;
}

.erweima_box {
	float: right;
}

.erweima_block {
	float: right;
	width: 260px;
}

.erweima_block .pic img {
	width: 220px;
	height: 220px;
	border-radius: 10px;
}

.erweima_block .txt {
	text-align: center;
	font-size: 19px;
	line-height: 40px;
	color: #fff;
}

.page_cont .page_block .infor_box {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

.font30 {
	font-size: 30px;
	line-height: 45px;
	color: #333333;
	text-indent: 2em;
}

.infor_left {
	float: left;
	width: 350px;
}

.infor_right {
	float: left;
	width: 340px;
	margin-left: 20px;
	font-size: 18px;
	line-height: 25px;
	color: #3d3d3d;
}

.infor_pic {
	width: 342px;
	/*height: 455px;*/
	overflow: hidden;
}

.infor_right img {
	width: 342px;
	/*height: 455px;*/
	transition: 0.5s;
}

.infor_right img:hover {
	transform: scale(1.05);
}

.infor_padding {
	padding: 0 25px;
}

.sml_tit {
	font-size: 25px;
	line-height: 35px;
	padding: 10px 0;
	font-family: myRegularFont;
}

.block_bg_8 {
	background-color: #f5f5f5;
	width: 100%;
	height: auto;
	padding: 80px 0 50px 0;
}

.tab_box {
	width: 100%;
}

.tab_top li {
	float: left;
	font-size: 30px;
	line-height: 35px;
	padding: 10px 0;
	color: #170f5f;
	position: relative;
	line-height: 60px;
	margin-right: 90px;
	cursor: pointer;
	font-family: myFirstFont;
}

.tab_top li.active {
	font-family: myRegularFont;
}

.tab_box .tab_bar {
	background-color: #170f5f;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	display: none;
}

.tab_box .tab_top li.active .tab_bar {
	display: block;
}

.tab_box .tab_cont {
	padding-top: 30px;
}

.tab_box .tab_block {
	float: left;
	width: 464px;
	margin-right: 23px;
	margin-bottom: 30px;
}

.tab_box .tab_block:nth-child(3n) {
	margin-right: 0;
}

.tab_block .pic {
	width: 464px;
	/*height: 204px;*/
	overflow: hidden;
	border-radius: 10px;
}

.tab_block .pic img {
	width: 464px;
	/*height: 232px;*/
	overflow: hidden;
	border-radius: 10px;
	transition: 0.5s;
}

.tab_block .pic img:hover {
	transform: scale(1.05);
}

.tab_box .tab_txt .top {
	margin: 15px 0 10px;
	font-size: 22px;
	line-height: 32px;
	height: 64px;
	color: #383838;
	padding: 0 20px;
	box-sizing: border-box;
	font-family: myRegularFont;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.tab_box .tab_txt .cont {
	font-size: 26px;
	line-height: 39px;
	color: #373737;
	padding: 0 20px 30px;
	position: relative;
}

.tab_box .tab_txt .cont .bar {
	background-color: #170f5f;
	width: 5px;
	height: 50%;
	position: absolute;
	left: 0;
	top: 0;
}

.tab_box .tab_txt .btm {
	padding: 0 20px;
}

.block_bg_9 {
	background: url("../images/page_06.png") no-repeat center top;
	background-size: auto 760px;
	height: 760px;
}

.tab_infor {
	display: none;
}

.block_bg_10 {
	background: url("../images/page_07.png") no-repeat center top;
	background-size: auto 720px;
	height: 720px;
	width: 100%;
}

.block_bg_11 {
	background: url("../images/page_08.png") no-repeat center top;
	background-size: auto 760px;
	height: 760px;
	width: 100%;
}

.infor_prompt {
	font-size: 126px;
	line-height: 150px;
	color: #170f5f;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
	font-family: myRegularFont;
}

.block_bg_12 {
	background: url("../images/page_09.png") no-repeat center top;
	background-size: auto 720px;
	height: 720px;
	width: 100%;
}

.block_bg_13 {
	background-color: #f3f3f3;
	width: 100%;
	height: auto;
	padding: 30px 0;
}

.list_box {
	width: 100%;
}

.list_item {
	background-color: #f9f9f9;
	padding: 20px;
	margin-bottom: 14px;
	display: block;
}

.list_pic {
	float: left;
	width: 445px;
	height: 296px;
	overflow: hidden;
	border-radius: 20px;
}

.list_pic img {
	width: 445px;
	height: 296px;
	border-radius: 20px;
	transition: 0.5s;
}

.list_item:hover img {
	transform: scale(1.05);
}

.list_txt {
	float: right;
	padding: 20px 0 0;
	width: 900px;
	font-family: myRegularFont;
}

.list_txt .tit {
	font-size: 40px;
	line-height: 50px;
	color: #170f5f;
	margin-bottom: 28px;
}

.list_txt .txt {
	font-size: 25px;
	line-height: 28px;
	color: #3d3d3d;
	margin-bottom: 50px;
}

.list_txt .time {
	text-align: right;
}

.list_txt .time .t {
	display: inline-block;
	background: url("../images/icon5.png") no-repeat left center;
	padding-left: 30px;
	font-size: 20px;
	line-height: 28px;
	color: #9c9c9c;
	font-family: myFirstFont;
}

.sele_box {
	border: 1px solid #a9a9a9;
	background: url("../images/icon3.png") no-repeat 180px center #ffffff;
	border-radius: 4px;
	padding: 0 45px 0 10px;
	position: relative;
	font-size: 20px;
	line-height: 48px;
	color: #3d3d3d;
	width: 160px;
	cursor: pointer;
}

.sele_txt {
	font-size: 20px;
	line-height: 48px;
	color: #3d3d3d;
	width: 100%;
	cursor: pointer;
}

.sele_infor_box {
	position: absolute;
	left: 0;
	top: 50px;
	width: 100%;
	border: 1px solid #a9a9a9;
	display: none;
}

.sele_infor_box .line {
	font-size: 20px;
	line-height: 40px;
	color: #3d3d3d;
	padding: 0 10px;
	background-color: #fff;
	border-bottom: 1px solid #a9a9a9;
	cursor: pointer;
}

.sele_infor_box .line:last-child {
	border-bottom: medium none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.search_box {
	border: 1px solid #a9a9a9;
	border-radius: 4px;
	padding: 0 10px;
	position: relative;
	font-size: 20px;
	line-height: 48px;
	color: #3d3d3d;
	cursor: pointer;
	background-color: #fff;
	margin-left: 25px;
}

.search_txt {
	font-size: 20px;
	line-height: 48px;
	color: #3d3d3d;
	display: block;
	float: left;
	width: 260px;
}

.search_btn {
	float: left;
	background: url("../images/icon4.png") no-repeat center center #fff;
	width: 70px;
	height: 48px;
	display: block;
	cursor: pointer;
}

.details_box {
	width: 1440px;
	margin: 50px auto;
	padding: 60px 30px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 20px;
	font-family: myRegularFont;
}

.details_tit {
	font-size: 45px;
	line-height: 60px;
	color: #272727;
	text-align: center;
	margin: 0 100px 30px;
}

.details_time {
	font-size: 30px;
	line-height: 60px;
	color: #272727;
	text-align: center;
	margin: 0 100px 50px;
}

.details_cont {
	font-size: 30px;
	line-height: 50px;
	color: #272727;
	margin-bottom: 40px;
}

.details_cont .txt {
	font-size: 30px;
	line-height: 50px;
	color: #272727;
	margin-bottom: 40px;
	text-indent: 2em;
}

.block_bg_14 {
	background: url("../images/page_10.png") no-repeat center top;
	background-size: auto 720px;
	height: 720px;
	width: 100%;
}

.block_bg_15 {
	background: url("../images/page_11.png") no-repeat center top;
	background-size: auto 990px;
	height: 990px;
	width: 100%;
}

.contact_box {
	font-family: myRegularFont;
}

.contact_box {
	display: flex;
	position: absolute;
	left: 0;
	bottom: 0;
}

.contact_flex {
	width: 720px;
	margin-right: 130px;
}

.contact_txt {
	font-size: 40px;
	line-height: 50px;
	color: #170f5f;
	margin-bottom: 20px;
}

.contact_name {
	font-size: 50px;
	line-height: 60px;
	color: #170f5f;
	margin-bottom: 60px;
}

.contact_infor {
	margin-bottom: 50px;
}

.contact_line {
	border: 1px solid #111111;
	border-radius: 15px;
	font-size: 28px;
	line-height: 70px;
	color: #170f5f;
	margin-bottom: 40px;
	padding: 0 30px;
	width: 450px;
	box-sizing: border-box;
	text-align: left;
	font-family: myFirstFont;
}

.contact_btm {
	padding-bottom: 150px;
}

.contact_address {
	font-size: 28px;
	line-height: 42px;
	color: #170f5f;
	margin-bottom: 20px;
	display: flex;
}

.contact_address .a_lable {
	width: 150px;
	text-align: left;
}

.contact_address .a_txt {
	text-align: left;
	flex: 1;
}

.contact_pic {
	width: 461px;
}

.block_bg_4 .infor_cont * {
	text-align: center !important;
}

.page_ul {
	text-align: center;
	margin: 10px 0 50px;
}

.page_ul ul {
	display: inline-block;
}

.page_ul ul li {
	float: left;
}

.page_ul ul li a {
	display: block;
	background: #fff;
	width: 60px;
	height: 60px;
	text-align: center;
	font-size: 24px;
	line-height: 60px;
	color: #222222;
	border-radius: 10px;
	margin: 0 5px;
}

.page_ul ul li a:hover,
.page_ul ul li a.active {
	background-color: #170f5f;
	color: #fff;
}

.page_ul ul li a.prev {
	background: url("../images/left.png") no-repeat center center #fff;
}

.page_ul ul li a.next {
	background: url("../images/right.png") no-repeat center center #fff;
}

.width100 {
	max-width: 100%;
	margin: 0 auto 40px;
	display: block;
}

video,
img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.language_chg_sign {
	display: flex;
	align-items: center;
	display: -webkit-box;
	-webkit-box-align: center;
	float: right;
}

.language_bar {
	width: 2px;
	height: 20px;
	background-color: #908cb1;
	margin: 0 20px 0 10px;
}

.language_txt {
	background: url("../images/en.png") no-repeat left center;
	background-size: 17px 17px;
	padding: 0 0 0 30px;
	float: right;
	font-size: 18px;
	line-height: 78px;
	color: #170f5f;
	cursor: pointer;
}

/* 加载动画 */
.loading_bg {
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100000;
}

.loading {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
	width: 6px;
	height: 10px;
	animation: rectangle infinite 1s ease-in-out -0.2s;
	background-color: #170F5F;
}

.loading:before,
.loading:after {
	position: absolute;
	width: 6px;
	height: 10px;
	content: "";
	background-color: #170F5F;
}

.loading:before {
	left: -14px;

	animation: rectangle infinite 1s ease-in-out -0.4s;
}

.loading:after {
	right: -14px;

	animation: rectangle infinite 1s ease-in-out;
}

.one-line-ellipsis {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	/* 限制显示的行数为2 */
	overflow: hidden;
	/* 隐藏超出部分 */
	text-overflow: ellipsis;
	/* 虽然对于多行这个属性不起直接作用，但写上可以增强语义 */
	width: 100%;
	/* 或者你需要的具体宽度 */
	line-height: normal;
	/* 或者你需要的具体行高 */
}

.three-line-ellipsis {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	/* 限制显示的行数为2 */
	overflow: hidden;
	/* 隐藏超出部分 */
	text-overflow: ellipsis;
	/* 虽然对于多行这个属性不起直接作用，但写上可以增强语义 */
	width: 100%;
	/* 或者你需要的具体宽度 */
	line-height: normal;
	/* 或者你需要的具体行高 */
}


@keyframes rectangle {

	0%,
	80%,
	100% {
		height: 20px;
		box-shadow: 0 0 #170F5F;
	}

	40% {
		height: 30px;
		box-shadow: 0 -20px #170F5F;
	}
}

.pop_bg {
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.pop_box {
	background-color: #0055FF;
	width: 62.5%;
	min-width: 900px;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
	padding: 60px 100px;
	font-size: 24px;
	line-height: 34px;
	color: #FFFFFF;
	box-sizing: border-box;
}

.pop_top {
	text-align: center;
	font-size: 36px;
	line-height: 50px;
	margin: 0 0 40px;
	font-weight: bold;
}

.pop_cont {
	font-size: 24px;
	line-height: 34px;
	color: #FFFFFF;
	max-height: 400px;
	overflow-y: auto;
}

.pop_cont p {
	font-size: 24px;
	line-height: 34px;
	color: #FFFFFF;
	padding-bottom: 20px;
}

.pop_btm {
	text-align: center;
	padding: 40px 0 10px;
}

.pop_btn {
	width: 200px;
	height: 70px;
	border-radius: 35px;
	font-size: 24px;
	line-height: 70px;
	text-align: center;
	color: #fff;
	background-color: #0055FF;
	border: 1px solid #fff;
	margin: 0 10%;
	display: inline-block;
	cursor: pointer;
}

.btn_white {
	background-color: #fff;
	color: #0055FF;
}

/*详情页样式修改*/
.rich_text_cont {
	all: initial;
}

.rich_text_cont * {
	max-width: 100% !important;
	max-height: fit-content !important;
	box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	word-wrap: break-word !important;
}

.rich_text_cont p,
.rich_text_cont h1,
.rich_text_cont h2,
.rich_text_cont h3,
.rich_text_cont h4,
.rich_text_cont h5,
.rich_text_conth6,
.rich_text_cont b,
.rich_text_cont strong {
	font-size: inherit;
	color: inherit;
	margin-bottom: auto;
	text-align: inherit;
}

/*隐私政策*/
.privacy_cont ul,
.privacy_cont ol {
	padding-left: 40px;
	margin-bottom: 20px;
}

.privacy_cont p {
	margin-bottom: 20px;
	word-break: break-all;
}

.privacy_cont a {
	color: #007cbd;
}

.privacy_cont ul li {
	list-style-type: disc !important;
}

.privacy_cont ol li {
	list-style-type: decimal !important;
}

.maintain_page {
	min-width: 1440px;
	background:
		linear-gradient(180deg, rgba(244, 248, 255, 0.92) 0%, rgba(244, 244, 244, 1) 100%),
		url("../images/page_01.png") no-repeat center top;
	background-size: auto 720px;
}

.maintain_wrap {
	width: 1440px;
	margin: 0 auto;
	padding: 70px 0 90px;
}

.maintain_panel {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 248, 255, 0.96) 100%);
	border: 1px solid rgba(23, 15, 95, 0.08);
	border-radius: 32px;
	box-shadow: 0 18px 60px rgba(23, 15, 95, 0.08);
	padding: 100px 140px;
	text-align: center;
}

.maintain_panel * {
	text-align: center;
}

.maintain_tag {
	display: inline-block;
	padding: 8px 24px;
	border-radius: 999px;
	background-color: rgba(16, 16, 235, 0.08);
	font-size: 24px;
	line-height: 36px;
	color: #1010eb;
	font-family: myRegularFont;
	letter-spacing: 4px;
	margin-bottom: 30px;
}

.maintain_title {
	font-size: 72px;
	line-height: 96px;
	color: #170f5f;
	font-family: myRegularFont;
	margin-bottom: 24px;
}

.maintain_desc {
	font-size: 32px;
	line-height: 56px;
	color: #3d3d3d;
	margin: 0 auto 50px;
	max-width: 860px;
}

.maintain_note {
	display: inline-block;
	padding: 24px 36px;
	border-radius: 20px;
	background-color: #fff;
	font-size: 24px;
	line-height: 40px;
	color: #5b6480;
	box-shadow: inset 0 0 0 1px rgba(23, 15, 95, 0.08);
}


/* 2026.3.18新闻列表页添加空状态 */
.empty_box {
	position: relative;
}

.white_bg {
	background: rgba(244, 248, 255, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.empty_txt {
	width: 100%;
	text-align: center;
	font-size: 126px;
	font-family: myRegularFont;
	line-height: 150px;
	color: #170f5f;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
	z-index: 1;
}
