/*通用格式*/
* {
	margin: 0;
	padding: 0;
}

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;
}

.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;
}



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;
}

/*通用格式*/
@media (min-width: 1240px) {
	.container {
		width: 1200px;
		padding: 0;
	}
}

.topnav {
	width: 75% !important;
	max-width: 75%;
}

.header {
	width: 100%;
	position: relative;
	z-index: 50;
	background: #fff;

}

@media (min-width: 1440px) {
	.container {
		width: 1400px;
	}
}

@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;
	background: #012b96;
	/* backdrop-filter: blur(20px);
	background: hsla(0, 0%, 100%, .1); */
	/* border-radius: 8px; */
	box-shadow: inset 0 0 40px hsl(0deg 0% 100% / 5%), inset 0 1px 0.5px hsl(0deg 0% 100% / 15%);
	width: 100%;
	position: absolute;
	top: 88px;
	left: 0
}

.menu {
	display: block;
	text-align: left;
	width: auto;
}

.menu>li {
	float: left;
	position: relative;
	cursor: pointer;
	padding: 14px 150px 10px 0;
}

.menu>li:first-child {
	padding-left: 0;
}

.menu>li:last-child {
	padding-right: 0;
}

/*.menu>li:after {*/
/*	content: "";*/
/*	background-color: #00f4f6;*/
/*	font-weight: bold;*/
/*	height: 3px;*/
/*	position: absolute;*/
/*	left: 50%;*/
/*	margin-left: -40px;*/
/*	bottom: 0;*/

/*}*/

.menu>li:hover::after {
	content: '';
	width: 0px;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: 0;
	animation: advantageItem 0.3s linear forwards;
	-moz-animation: advantageItem 0.3s linear forwards;
	-webkit-animation: advantageItem 0.3s linear forwards;
	-o-animation: advantageItem 0.3s linear forwards;
	background: #008fff;
	z-index: 30;
}

@keyframes advantageItem {
	form {
		width: 0px;
	}

	to {
		width: 80px;
	}
}

@-moz-keyframes advantageItem

/* Firefox */
	{
	form {
		width: 0px;
	}

	to {
		width: 80px;
	}
}

@-webkit-keyframes advantageItem

/* Safari 和 Chrome */
	{
	form {
		width: 0px;
	}

	to {
		width: 80px;
	}
}

@-o-keyframes advantageItem

/* Opera */
	{
	form {
		width: 0px;
	}

	to {
		width: 80px;
	}
}


.menu-item>a {
	position: relative;
	font-size: 15px !important;
	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;*/
	line-height: 18px;
}

.menu-item>a:hover {
	opacity: .8;
}

.menu .active>.menu-item-dropdown {
	display: block;
}

.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: 88px;
	overflow: hidden;
	position: relative;
}

.topnav .logo {
	height: 60px;
	position: absolute;
	left: 0;
	top: 55%;
	transform: translateY(-50%);
	overflow: hidden;
}

.logo img {
	height: 100%;
}

.topnav-text {
	width: 360px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 52%;
	transform: translate(-50%, -50%);
	overflow: hidden;
	font-size: 14px;
	line-height: 22px;

}

.topnav-text p {
	margin-bottom: 0;
	color: #666;
}

.topnav-text p:nth-child(2) {

	margin-top: -4px;
}

.topnav-text p:nth-child(3) {

	margin-top: 4px;
}

.register {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.register a {
	display: block;
	width: 150px;
	height: 42px;
	border-radius: 10px;
	background-color: #de302f;
	/* background-image: linear-gradient(0deg, #008fff, #1dc9ea);
    background-image: -webkit-linear-gradient(0deg, #008fff, #1dc9ea); */
	text-align: center;
	line-height: 42px;
	color: #fff;
	margin-right: 20px;
	font-weight: bold;
}

.register a:hover {
	/* background: #008fff; */
	opacity: .8;
	transform: translateY(2px);
	-webkit-transform: translateY(2px);
}

.menu-item>a span:last-child {
	font-size: 12px;
	color: #ebebeb;
}

.menu-item-dropdown {
	display: none;
	position: absolute;
	overflow: hidden;
	box-shadow: 0 6px 16px rgba(193, 205, 241, .48);
	padding: 14px 4px;
	width: 100%;
	top: 60px;
	z-index: 2;
	background: #fff;
	left: 0;
}

/* 
.menu .menu-item:nth-child(4) .menu-item-dropdown {
	margin-left: 40px;
	width: 70%;
} */

.menu-item-dropdown li {
	padding: 8px 10px;
	color: #666;
	font-size: 12px;
}

.menu-item-dropdown li:hover {
	background: #f2f2f2;
}

/* .banner-pc {
	width: 100%;
	background: linear-gradient(to right, #31177a, #111775);
	position: relative;
	height: 500px;
}
 */
.banner-pc i img {
	height: 28px;

	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.footer {
	background: #060827;
	color: #ccc;
	text-align: center;
	font-size: 12px;
	padding: 20px 0;
	z-index: 2000;
	position: relative;
	/* margin-top: 50px; */
}

.sidebar {
	position: fixed;
	right: 2%;
	bottom: 15%;
	z-index: 50;
}

.sidebar li {
	width: 40px;
	height: 40px;
	border-radius: 2px;
	text-align: center;
	margin-bottom: 5px;
	cursor: pointer;
	position: relative;
}

.sidebar li span {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	background: #aed2f5;
	/*line-height: 40px;*/
	position: relative;
}

.sidebar li:nth-child(1) .iconfont {
	font-size: 22px;
}

.sidebar li span:hover {
	background: #0084D5;
	color: #fff;
}

.sidebar li:last-child:hover .sidebar-code {
	display: block;
}

.sidebar li .return {
	position: absolute;
	right: 50px;
	top: 3px;
	display: none;
}

.sidebar li .return strong {
	width: 100px;
	height: 34px;
	background: #2f75b5;
	text-align: center;
	display: block;
	line-height: 34px;
	color: #fff;
	font-weight: normal;
	border-radius: 3px;
}

.sidebar li .sidebar-code {
	position: absolute;
	right: 40px;
	top: 0;
	display: none;
	width: 100px;
	-webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.08);
	box-shadow: 0 3px 18px rgba(0, 0, 0, 0.08);
}

.sidebar li img {
	height: 1.8rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.to-top {
	margin-top: 10px;
	box-sizing: border-box;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 2px solid #fff;
	background: linear-gradient(#f4f5f8, #fdfefe);
	box-shadow: 4px 4px 14px 0 rgb(0 43 112 / 12%);
	-webkit-box-shadow: 4px 4px 14px 0 rgb(0 43 112 / 12%);
	overflow: hidden;
	cursor: pointer;
	position: fixed;
	cursor: pointer;
	right: 50px;
	bottom: 100px;
	text-align: center;
	line-height: 60px;
	z-index: 200;
}

.to-top .iconfont {
	font-size: 22px;
}

.to-top:hover .iconfont {
	color: #03adf2;
}

@media (max-width: 1199px) {
	.menu>li {
		padding: 10px 45px;
		padding-bottom: 6px;
	}
}

@media (max-width:991px) {
	.menu>li {
		padding: 10px 16px;
	}

	.menu-item>a {
		padding: 0 6px;
		font-size: 14px !important;
	}

	.menu-item-dropdown {
		width: 160%;
	}

	.register a {
		width: 100px;
		height: 32px;
		line-height: 32px;
		float: none;
	}

	/* 	.register a:first-child {
		margin-bottom: 5px;
	} */

	.banner-pc {
		height: 240px;
	}

	.banner-pc i img {
		max-width: 768px !important;
	}

	.topnav {
		/* height: 78px; */
		/* display: none; */
		background: #fff;
		width: 100%;

	}

	.topnav .logo {
		height: 40px;
		left: 20px;
	}

	.topnav-text {
		font-size: 15px;
	}

	.menu-item>a span:last-child {
		display: none;
	}

	.grid_12 {
		min-height: 1px;
		background: #0e83d1;

		/* background: hsla(0, 0%, 100%, .1); */
		border-radius: 0 !important;
		box-shadow: inset 0 0 40px hsl(0deg 0% 100% / 5%), inset 0 1px 0.5px hsl(0deg 0% 100% / 15%);
		width: 100%;
		position: absolute;
		/* top: 0 !important; */
		left: 0;
	}

	.middle .r>div {
		padding: 30px 10px;
	}


}

@media (max-width: 767px) {
	.container {
		padding: 0 20px;
	}

	.to-top {

		width: 50px;
		height: 50px;
		border-radius: 50%;


		line-height: 50px;

		opacity: .9;
	}

	.banner img {
		margin-top: 50px;
	}

	.nav-xs {
		padding: 10px;
		background: #fff;
		height: 50px;
		z-index: 200;
		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: #fff;
		width: 100%;
		display: none;
		position: absolute;
		top: 50px;
		border-radius: 0 0 8px 8px;
	}

	.menu-xs .menu-xs-cnt li {
		margin: 8px 20px;
		border-bottom: 1px solid #e5e5e5;
		padding-bottom: 10px;
	}

	.menu-xs .menu-xs-cnt li:last-child {
		border-bottom: none;
	}

	.menu-xs .menu-xs-cnt li a {
		font-size: 15px;
		color: #666;
	}

	.menu-xs-cnt li a span:nth-child(3) {
		font-size: 12px;
		color: #999;
	}

	.menu-xs .menu-xs-list li {
		padding: 4px 0;
		float: left;
		margin: 0;
		border-bottom: none;
	}

	.menu-xs .menu-xs-list li a {
		color: #999;
		font-size: 14px;
		margin-right: 20px;
	}

	.xs-banner {
		top: 50px;
		position: relative;
	}

	.nav-xs img {
		margin-top: 3px;
		float: left;
		height: 30px;

	}

	.xs-menu-btn {
		font-size: 24px;
		color: #000047;
		float: right;
		display: block;
		width: 40px;
		line-height: 30px;
		text-align: right;
		cursor: pointer;
		margin-right: 10px;
	}

	.xs-close-btn {
		font-size: 24px;
		color: #000047;
		float: right;
		width: 40px;
		line-height: 34px;
		text-align: right;
		cursor: pointer;
		display: none;
		margin-right: 10px;
	}

	.menu-xs ul li a {
		font-size: 14px;
		color: #fff;
		line-height: 24px;
	}

	.menu-item>a {
		text-align: right;
	}

	.xs_btn {
		/* position: absolute; */
		display: block;
		width: 280px;
		height: 40px;
		border-radius: 40px;
		/* background: linear-gradient(to right, #2187db, #2095d7); */
		line-height: 40px;
		color: #fff;
		text-align: center;
		/* margin-right: 14px; */
		font-weight: bold;

		z-index: 500;
		/* transform: translateX(-50%); */
		overflow: hidden;
		margin: 0 auto;
		margin-top: 20px;
	}

	.r-xs {
		/* position: absolute; */
		display: block;
		width: 120px;
		height: 38px;
		border-radius: 40px;
		background: linear-gradient(to right, #2187db, #2095d7);
		line-height: 38px;
		color: #fff;
		text-align: center;
		margin-right: 14px;
		font-weight: bold;

		z-index: 500;
		/* transform: translateX(-50%); */

		float: left;
	}

}

/*二级页侧边栏*/
.channel {
	/* width: 14%;
	height: auto;
	float: left; */
	width: 14%;
	/* position: sticky;
	    top: 120px;
	    height: calc(100vh - 120px);
	    padding-top: 40px; */
}



.product-right {
	float: right;
	width: 82%;
	padding-left: 34px;
}

.channel-list {
	width: 100%;
}

.channel-list-fixed {
	position: fixed;
	top: 0;
	padding: 20px 0 0 0;
	z-index: 999;
	/* border-right: 1px solid #ededed; */
}

.channel-list-seat {
	background: none;
	padding-right: 0;
	overflow: visible;
	margin-right: -1px;
}

.channel ul {
	/* border: 1px solid #e5e5e5; */
	border-bottom: 0;
	position: relative;
}

.channel ul:last-child {
	/* border-bottom: 1px solid #e5e5e5; */
}

.channel li {
	width: 100%;
	/* height: 58px; */
	line-height: 58px;
	text-align: center;
	font-size: 16px;
	color: #323232;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	/* border-bottom: 1px solid #e5e5e5; */
	cursor: pointer;
	/* background-color: #fff; */
}

.channel li:last-child {
	border-bottom: 0;
}

.channel li p {
	position: relative;
	display: block;
}

.channel li:hover {
	box-shadow: 0 6px 16px rgba(193, 205, 241, .48);
}

.channel li:hover span {
	font-weight: bold;
	color: #4c93ff;
}

.channel .active p {
	color: #4c93ff;
	font-weight: bold;
}

.main-wrapper {
	margin-top: 40px;
}

.right-wrapper {
	float: right;
	width: 84%;
	padding-left: 34px;
}

.sub-title {
	font-size: 16px;
	font-weight: bold;
}

@media (max-width: 767px) {
	.channel {
		display: none;
	}

	.right-wrapper {
		width: 100%;
		padding: 20px !important;
	}
}
