.header {
	width: 100%;
	min-width: 1300px;
	height: 65px;
	background: #FFFFFF;
	position: fixed;
	box-shadow: 0px 3px 6px 1px rgba(18, 23, 37, 0.16);
	top: 0;
	z-index: 9999;
}

.header a:hover {
	color: #1A6DE0;
}

.jjfa.jjfa-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; /* 如果你希望每个元素之间有相同的间距，可以添加这一行 */
}

.jjfa.flex-child-average {
    flex: 0 0 33.33%;
    box-sizing: border-box; /* 为了包含内边距和边框在内的宽度，可以添加这一行 */
}

.logo img {
	min-width: 164px;
	height: 40px;
}

.menu>a {
	font-size: 16px;
	padding: 0 20px;
}

.menu>a:hover, .menu>a.active {
	color: #1A6DE0;
	position: relative;
}

.menu>a.active::before {
	content: '';
	position: absolute;
	width: 50%;
	height: 3px;
	background-color: #1A6DE0;
	bottom: -21px;
	left: 50%;
	margin-left: -25%;
	border-radius: 3px;
}

.img-cover {
	object-fit: cover;
}

.menu-more {
	position: absolute;
	left: 0;
	top: 55px;
	width: 900px;
	background: #FFFFFF;
	box-shadow: 0px 10px 10px 1px rgba(0,0,0,0.1600);
	border-radius: 6px;
	padding: 20px;
	z-index: 99;
	display: none;
}

.menu-more .more-left {
	width: 357px;
	padding-right: 20px;
	flex-shrink: 0;
}

.menu-more .link-btn {
	width: 110px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	color: #1A6DE0;
	border:1px solid #1A6DE0;
	cursor: pointer;
	transition: all 0.5s;
}
.menu-more .link-btn:hover {
	color:#fff;
	background:#1A6DE0;
}

.menu-more .more-right {
	padding-left: 20px;
  	max-height: 400px;
 	overflow-y: auto;
	flex-grow: 1;
}

.menu-more .jjfa-list a, .menu-more .cpfw-list a{
	box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.0600);
	border: 1px solid #EBEFF5;
	margin-right: 10px;
	transition: all 0.5s;
	border-radius: 5px;
	margin-bottom: 15px;
  	display: flex;
  	overflow: hidden;
}

.menu-more .more-list a{
	width: 50%;
	margin-top: 20px;
	font-size: 16px;
	padding-right: 20px;
	box-sizing: border-box;
}

.menu-more .more-tabs a {
	display: block;
	padding: 10px 0;
	border-bottom: 2px solid transparent;
}

.menu-more .more-anli a {
	width: 50%;
	margin-top: 10px;
	padding-right: 20px;
	box-sizing: border-box;
}

.menu-more .more-tabs .active {
	color: #1A6DE0;
	border-bottom: 2px solid #1A6DE0;
}

.more-search {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #EBEFF5;
}
.more-search input {
	border: none;
	flex-grow: 1;
	padding: 10px;
}

.chat {
	width: 64px;
	background: #FFFFFF;
	box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.1600);
	border-radius: 2px;
	position: fixed;
	bottom: 15%;
	right: 10px;
	text-align: center;
	z-index: 999;
	opacity: 0.9;
	transition: all 0.5s;
}

.chat a {
	padding: 12px 0;
	border-bottom: 1px solid #dfdfdf;
	position: relative;
	font-size: 12px;
}
.chat a:last-child {
	border-bottom: none;
}

.chat .mouse {
	position: absolute;
	right: 74px;
	padding: 14px;
	background: #FFFFFF;
	box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.1600);
	border-radius: 4px;
	bottom: 0;
	display: none;
}

.chat a:hover .mouse {
	display: block;
	color: #000;
}

.chat a:hover {
	color: #1A6DE0;
}

.chat .icon {
	width: 22px;
	height: 22px;
	display: inline-block;
}

.chat a:hover .icon1 {
	background: url(/sitefiles/library/images/2022/7/c74efea12b5a837e.png) no-repeat center;
	background-size: 100%;
}

.chat .icon1 {
	background: url(/sitefiles/library/images/2022/7/89e3d5f893bddf92.png) no-repeat center;
	background-size: 100%;
}

.chat a:hover .icon2 {
	background: url(/sitefiles/library/images/2022/7/ff6c1eb487af96b5.png) no-repeat center;
	background-size: 100%;
}

.chat .icon2 {
	background: url(/sitefiles/library/images/2022/7/25f545a2be5f6550.png) no-repeat center;
	background-size: 100%;
}

.chat a:hover .icon3 {
	background: url(/sitefiles/library/images/2022/7/de391d9a435c3340.png) no-repeat center;
	background-size: 100%;
}

.chat .icon3 {
	background: url(/sitefiles/library/images/2022/7/caee3811b45585aa.png) no-repeat center;
	background-size: 100%;
}

.chat a:hover .icon4 {
	background: url(/sitefiles/library/images/2022/7/d5df35b04628cc1c.png) no-repeat center;
	background-size: 100%;
}

.chat .icon4 {
	background: url(/sitefiles/library/images/2022/7/34513238a5c7cbc6.png) no-repeat center;
	background-size: 100%;
}

body {
	background: #F3F5F8;
}

.main {
	padding-top: 65px;
	overflow-x: hidden;
}

.wrapper {
	max-width: 1400px;
	margin: 0 auto;
}

.local {
	display: flex;
}

.img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}

.img-box img:hover {
	transform: scale(1.1)
}

.before-line {
	position: relative;
	margin-left: 10px;
}

.before-line:before {
	content: '';
	position: absolute;
	left: -10px;
	top: 54%;
	transform: translateY(-50%);
	border: 2px solid #1A6DE0;
	border-radius: 4px;
	height: 80%;
}

.tabs-group {
	border: 1px solid #dfdfdf;
	border-radius: 6px;
	overflow: hidden;
	display: inline-flex;
}

.tabs-group .tabs-item {
	padding: 10px 25px;
	border-right: 1px solid #dfdfdf;
	background: #fff;
	cursor: pointer;
	transition: all 0.5s;
}

.tabs-group .tabs-item:hover {
	background: #eee;
}

.tabs-group .tabs-item.active {
	background: #1A6DE0;
	color: #fff;
}

.tabs-group .tabs-item:last-child {
	border-right: none;
}

.footer {
	padding-top: 50px;
	width: 100%;
	background-color: #FFFFFF;
}

.footer .link {
	width: 400px;
}

.footer .link a {
	color: #666;
	line-height: 30px;
	display: block;
	padding-right: 10px;
	box-sizing: border-box;
}

.last-link a {
	color: #666;
	line-height: 30px;
	display: block;
}

.footer .link a:hover,
.last-link a:hover {
	color: #1A6DE0;
}

.banner {
	height: 750px;
	background-color: #bbb;
	overflow: hidden;
	position: relative;
} 

.list-banner {
	height: 535px;
	position: relative;
	overflow: hidden;
	background-color: #bbb;
	text-align: center;
}

.banner-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
}

.videoDialog {
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.5);
	left:0;
	top: 0;
	display: none;
}

#videoBox {
	width: 60%;
	padding: 30px;
	background-color: #fff;
	z-index: 10000;
	position:fixed;
	top: 50%;
	left: 50%;
	border-radius: 5px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

#videoClose {
	width: 26px;
	height: 26px;
	display: inline-block;
	background-color: #eee;
	border-radius: 50%;
	text-align: center;
	line-height:24px;
	cursor: pointer;
	color: #666;
}

#videoClose:hover {
	color: #fff;
	background: #1A6DE0;
}

.float-text {
	position: absolute;
	height: 100%;
	top: -100%;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 10;
}

.line-btn i {
	width: 20px;
	height: 50px;
	background: linear-gradient(35deg, #31E0C0 0%, #359FFC 100%);
}

.line-btn span {
	width: 144px;
	height: 50px;
	background: #111796;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
}

.line-btn:hover span {
	background: #1f28cc;
}

#nb_icon_wrap {
	display:none !important;
}
