/*通用格式*/

* {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	font-family: "Helvetica Neue For Number", -apple-system, BlinkMacSystemFont, "PingFang SC", Roboto, "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #fff;
	font-size: 15px;
	overflow-x: hidden;
}

a {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.iconfont {
	font-family: "iconfont";
	font-size: 16px;
	font-style: normal;
}

.fl {
	float: left;
	border: 0;
}

.fr {
	float: right;
	border: 0;
}

.cl {
	clear: both;
}

.container {
	position: relative;
}

/* .bg_layer{
	background-color: rgba(0,0,0,.7);
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	z-index: 50;
	display: none;
} */
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	padding-right: 0px;
	padding-left: 0px;
}

.container {
	padding: 0;
}

@media (min-width: 1280px) {
	.container {
		width: 1240px;
	}
}

@media (min-width: 1600px) {
	.container {
		width: 1440px;
	}

	ul {
		list-style: none;
		margin: 0;
	}
}


a {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:focus {
	text-decoration: none;
}

button {
	border: 0;
	outline: none;
	background: transparent;
}

input {
	outline: none;
}

/*通用格式*/
.r-btn a img {
	height: 20px;

	padding-right: 5px;
}

.timebox {
	float: right;
	position: relative;
	margin-top: 10px;

}

.timebox span {
	font-family: Lato;
	font-size: 40px;
	font-weight: 800;
	line-height: 0.4rem;
	background: #2468f2;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.timebox .lxftime {
	position: relative;
	margin-top: 22px;
}

.timebox .lxftime i {
	color: #2468f2;
}

.timebox img {
	height: 28px;
}

.bg_layer {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	display: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: none;
}

.swiper-button-prev,
.swiper-button-next {
	width: 40px;
	height: 40px;
	border-radius: 40px;
	text-align: center;
	line-height: 40px;
	background-color: rgba(0, 0, 0, .3);
	z-index: 5000;
}

.swiper-button-prev span,
.swiper-button-next span {
	font-size: 24px;
	color: #ccc;
	display: block;
	width: 40px;
	height: 40px;
	color: #E5E5E5;

	/* border-radius: 40px; */
	/* text-align: center;
	line-height: 40px; */
}

.side_btn {
	position: fixed;
	right: 50px;
	bottom: 40%;
	z-index: 500;
	max-width: 220px;
	animation: 1s both fadeScale infinite;
	-webkit-animation: 1s both fadeScale infinite;
	-moz-animation: 1s both fadeScale infinite;
	-o-animation: 1s both fadeScale infinite;
	-ms-animation: 1s both fadeScale infinite;
}

@keyframes fadeScale {
	0% {
		transform: scale(0.85);
	}

	100% {
		transform: scale(1);
	}
}

-webkit-@keyframes fadeScale {
	0% {
		transform: scale(0.85);
	}

	100% {
		transform: scale(1);
	}
}

.r-btn {
	position: absolute;
	display: flex;
	right: 0;
	top: 0;
	z-index: 100;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
}


.r-btn a {

	display: flex;
	padding: 0 40px;
	line-height: 60px;
	color: #fff;
	/* margin-left: 10px; */
	background: linear-gradient(135deg, #06d7e2, #2468f2);
	background: -webkit-linear-gradient(135deg, #06d7e2, #2468f2);
	margin-left: 10px;
	align-items: center;
	font-size: 16px;
}

.r-btn a:hover {
	color: #fff;
	background: #2468f2;
}

.r-btn .h-light {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 162px;
	height: 60px;
	background: url(../images/h-light.png) no-repeat right center;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	animation: high 2.4s cubic-bezier(0.23, 0.04, 0.51, 0.8) 0s infinite;
	z-index: 0;
	opacity: 0;
}

@keyframes high {
	0% {
		left: -142px;
	}

	100% {
		left: 50px;
	}
}

.change-btn {
	display: none;
	background-color:  #0084d5;
	color: #fff;
	/* right: 23%; */
	/* top: 22px; */
	z-index: 100;
	font-size: 16px;
	font-weight: bold;
	width: 180px;
	height: 45px;
	border-radius: 10px;
	line-height: 45px;
	text-align: center;
	/* border: 1px solid #0084d5; */
	margin-top: 22px;
	margin-right: 0;
}

.change-btn:hover {
	background-color: #0084d5;
	color: #fff;
	opacity: .7;
}

.header {
	width: 100%;
	position: relative;
	z-index: 50;
	background-color: #fff;
}

@keyframes scale {
	from {
		transform: scale(1.05);
	}

	to {
		transform: scale(1);
	}
}

@-webkit-keyframes scale {
	from {
		transform: scale(1.15);
	}

	to {
		transform: scale(1);
	}
}


.grid_12 {
	min-height: 1px;

	min-height: 1px;
	background: #20206a;
	width: 100%;
	/* position: absolute; */
	top: 88px;
	left: 0;
	backdrop-filter: saturate(180%) blur(20px);

}

.fix_nav {
	/* position: fixed; */
	top: 0;
	left: 0;
	z-index: 60;
}

.fix_nav .grid_12 {
	/* background-color: #fff; */
	box-shadow: 0 3px 5px 0 rgb(0 0 0 / 5%);
	-webkit-box-shadow: 0 3px 5px 0 rgb(0 0 0 / 5%);
}

.grid_12>div {
	position: relative;
}

.menu {
	display: block;
	text-align: left;
	width: auto;
}

.menu>li {
	float: left;

	cursor: pointer;

	text-align: center;
	height: 60px;
	position: relative;
}



.menu .active:after {
	display: block;
	width: 80px;
}

/* .menu .active a{
	background-color: #fff;
	color: #151371;
} */
.menu-item>a {
	position: relative;
	font-size: 18px !important;
	font-weight: bold;
	color: #fff;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	display: inline-block;
	/*text-align: center;*/
	height: 60px;
	line-height: 60px;
	padding-right: 40px;

}

.menu-item>a.active:after {
	width: 60px;
	height: 3px;
	background-color: #0084d5;
	content: '';
	border-radius: 3px;
	position: absolute;
	left: 0;
	bottom: 0;

}

.menu-item:hover>a {
	color: #ddd;
}



.sign {
	display: block;
	background: #4d42ff;
	color: #fff;
	width: 134px;
	height: 44px;
	line-height: 44px;
	float: right;
	text-align: center;
	border-radius: 6px;
	margin-top: 10px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: scroll;
	animation-name: scroll;
}

.sign:hover {
	color: #ffa523;
}

.sign:focus,
.sign:active {
	color: #fff;
}

@-webkit-keyframes scroll {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(8px);
		transform: translateY(8px)
	}
}

@keyframes scroll {
	0% {

		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		-webkit-transform: translateY(8px);
		-ms-transform: translateY(8px);
		transform: translateY(8px)
	}
}

.topnav {
	height: 86px;
	overflow: hidden;
	position: relative;
	background: #fff;

}

.topnav .logo {
	height: 76px;
	position: absolute;
	left: 0;
	top: 15%;

	/*overflow: hidden;*/
	-webkit-animation: fadeInDown 1s ease-out forwards;
	animation: fadeInDown 1s ease-out forwards;
}

.topnav-text {
	width: 400px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	overflow: hidden;
	line-height: 24px;
	font-size: 14px;
}

.topnav .logo img {
	height: 60px;
}


.menu-item>a span:last-child {
	/* font-size: 16px; */
	color: #ebebeb;
	font-weight: bold;
}

.menu-item-dropdown {
	/* display: none; */
	position: absolute;
	/* overflow: hidden; */
	box-shadow: 0 6px 16px rgba(193, 205, 241, .48);
	padding: 20px 10px;
	width: 300px;
	top: 50px;
	z-index: 200;
	background-image: url(../images/layer-img.png);
	background-repeat: no-repeat;
	background-position: 50% bottom;
	background-color: #fff;
	left: 0;
	border-radius: 4px;
	border-top: 3px solid #0084d5;
	background-size: cover;
	/* background: url(../images/intro_bg.png) bottom 0 right 0/346px 238px no-repeat, #f4f7ff; */
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	/* background-image: linear-gradient(180deg,#f3f5f8,#fff); */

}



.menu-item:hover .menu-item-dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(10px);
}



/* .menu-item-dropdown::after{
	content: "";
	position: absolute;
	top: -7px;
	left:20px;
	margin-left: -9px;
	width: 14px;
	height: 14px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #fff;
	-moz-box-shadow: 1px -1px 30px 0 rgba(135,142,154,.15);
	-webkit-box-shadow: 1px -1px 30px 0 rgba(135,142,154,.15);
	box-shadow: 1px -1px 30px 0 rgba(135,142,154,.15);
} */
.menu-item-dropdown li {
	padding: 10px 10px;
	color: #666;
	font-size: 14px;
	/* float: left; */
	/* font-weight: bold; */
	text-align: left;
}

.menu-item-dropdown li:hover {
	background: #f2f2f2;
}

.menu-item-dropdown li a {
	background-color: transparent !important;
}

.footer {
	background: #000;
	color: #ccc;
	text-align: center;
	font-size: 12px;
	padding: 20px 0;
	z-index: 2000;
	/* position: relative; */
	/* margin-top: 60px; */
}

.sidebar {
	position: fixed;
	bottom: 100px;
	right: 50px;
	/* background: #007efb; */
	border-radius: 4px;
	/* padding: 10px 10px; */
	z-index: 20000;
}

.sidebar li {
	padding: 10px 10px;
	background: #2468f2;
	/* border-bottom: 1px solid rgba(31, 141, 250, 1); */
	text-align: center;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 20px;
	border-radius: 6px;
}

.sidebar li:hover {
	background-color: rgba(31, 141, 250, 1);
}

.sidebar li a {
	color: #fff;
	font-size: 14px;
}

.sidebar li:last-child {

	border-bottom: 0;

}

.sidebar li:nth-child(1) .iconfont {
	font-size: 22px;
}

.sidebar li img {
	height: 1.8rem;
}

.media {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, .25);
	margin-bottom: 20px;
	padding-top: 20px;
	overflow: visible;

}

.media span {
	font-size: 16px;
}

.media .code_box {
	display: none;
	position: absolute;
	left: -40px;
	bottom: 48px;
	width: 120px;
	height: 120px;
	box-shadow: 0 6px 16px rgba(193, 205, 241, .48);
	z-index: 500;
}

.media ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.media ul li {
	margin: 0 10px;
	position: relative;
}

.me_code:hover .code_box {
	display: block;
}

.media ul li:hover {
	transform: translateY(2px);
}

.media ul li a {
	display: inline-block;
	border-radius: 50%;
	background-color: #fff;
	width: 40px;
	height: 40px;
	overflow: hidden;
}

.media ul li img {
	width: 100%;
}

@media (max-width: 1200px) {
	.menu-item>a {
		padding: 0 30px;
	}

	.container {
		padding: 0 20px;
	}

	.grid_12>div {
		position: relative;
		width: 98%;
	}

	.menu-item>a {
		margin-right: 5px;
	}
}

@media (max-width:1920px) {
	.side_btn {
		max-width: 150px;
		right: 10px;
	}

	.r-btn a {
		padding: 0 20px;
	}

	.menu-item>a {
		margin-right: 10px;

		font-size: 16px !important;
		padding: 0 10px;
	}
}

@media (max-width:991px) {

	.topnav {
		width: 100%;
	}

	.topnav .logo {
		height: auto;
	}

	.topnav .logo img {
		height: 40px;
	}



	.menu-item>a {
		padding: 0 12px;
		font-size: 15px !important;
	}




	.grid_12 {
		top: 60px;
	}

	.topnav-text {

		top: 40%;

		line-height: 22px;
		font-size: 13px;
	}

	.r-btn {
		background: transparent;
	}

	.btm-wrapper-xs {
		display: block;
		width: 100%;
		height: 58px;
		color: #fff;
		text-align: center;
		line-height: 58px;
		background: #f3f5f8;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 500;
		animation: box 1s ease-out;
		-webkit-animation: box 1s ease-out;
		border-radius: 30px 30px 0 0;
		background-image: linear-gradient(-90deg, #f3f5f8, #fff);
		background-image: -webkit-linear-gradient(-90deg, #f3f5f8, #fff);
		border: 2px solid #fff;
		box-shadow: 8px 8px 20px rgba(55, 99, 170, 0.05), 4px 4px 10px #fafafa;
		-webkit-box-shadow: 8px 8px 20px rgba(55, 99, 170, 0.05), 4px 4px 10px #fafafa;
	}

	@keyframes box {
		0% {
			opacity: 0;
			transform: translateY(50%);
		}

		100% {
			opacity: 1;
			transform: translateY(0%);
		}
	}

	@-webkit-keyframes box {
		0% {
			opacity: 0;
			transform: translateY(50%);
		}

		100% {
			opacity: 1;
			transform: translateY(0%);
		}
	}

	.change-btn,
	.r-btn {
		border: none;
		color: #333;
		height: 58px;
		line-height: 58px;
		display: block;
		width: 50%;
		float: left;
		text-align: center;
		padding: 0;
		border-radius: 30px 30px 0 0;
		margin: 0;
		position: relative;
		font-size: 15px;
	}

	.change-btn::after {
		content: '';
		width: 1px;
		height: 40px;
		background-color: #e5e5e5;
		position: absolute;
		right: 0;
		top: 10px;

	}

	.nav-xs {
		padding: 10px;
		background: #fff;
		height: 50px;
		z-index: 2000;
		position: fixed;
		top: 0;
		width: 100%;
		margin: 0;
		border-bottom: 1px solid #e5e5e5;
	}

	.menu-xs {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 2001;
	}

	.menu-xs .menu-xs-cnt {
		background: rgba(0, 0, 0, .9);
		width: 100%;
		display: none;
		position: absolute;
		top: 50px;
		max-height: 600px;
		overflow-y: scroll;
	}

	.menu-xs .menu-xs-cnt li {
		margin: 8px 20px;
		border-bottom: 1px solid rgba(255, 255, 255, .1);
		padding-bottom: 10px;
	}

	.menu-xs .menu-xs-cnt li:last-child {
		border-bottom: none;
	}

	.menu-xs .menu-xs-cnt li a {
		font-size: 16px;
		color: #fff;
	}

	.menu-xs .menu-xs-list li {
		padding: 8px 0;
		float: left;
		margin: 0;
		border-bottom: none;
	}

	.menu-xs .menu-xs-list li a {
		color: #ddd;
		font-size: 12px;
		margin-right: 20px;
	}

	.xs-banner {
		top: 50px;
		position: relative;
	}

	.nav-xs img {
		/*margin-top: -5px;*/
		float: left;
		height: 32px;
	}

	.xs-menu-btn {
		font-size: 24px;
		color: #000047;
		float: right;
		display: block;
		width: 34px;
		line-height: 30px;
		text-align: right;
		cursor: pointer;

		/* margin-top: 5px; */
	}

	.nav-xs .iconfont img {
		height: 2.4rem;
	}

	.xs-close-btn {
		font-size: 24px;
		color: #000047;
		float: right;
		width: 34px;
		line-height: 34px;
		text-align: right;
		cursor: pointer;
		display: none;

		/* margin-top: 5px; */
	}

	.menu-xs ul li a {
		font-size: 14px;
		color: #fff;
		line-height: 24px;
	}

	.menu-item>a {
		text-align: right;
	}

	.banner {
		margin-top: 50px;
	}
}

@media (max-width: 767px) {
	.container {
		padding: 0 20px;
	}



	.change-btn {
		background-color: transparent !important;
	}

	.side_btn {
		max-width: 100px;
		right: 10px;
	}

	.topnav-text {
		display: none;
	}



	.sidebar {
		display: none;
		right: 10px;
	}

	.banner-pc {
		display: none;
	}



}


@media (max-width: 767px) {
	.channel {
		display: none;
	}

	.right-wrapper {
		width: 100%;
		padding-left: 0;
	}
}
