/*all*/
* {
	margin: 0;
	padding: 0;
}

.fl {
	float: left;
	border: 0;
}

.fr {
	float: right;
	border: 0;
}

.cl {
	clear: both;
}

@media (min-width: 1280px) {
	.container {
		width: 1240px;
	}
}

body {
	font-family: "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", 微软雅黑, SimSun, Arial, sans-serif;
	color: #fff;
	font-size: 15px;
	background-color: #020023;
	position: relative;
	/* background-image: url(../images/home-bg.png); */
	background-position: 0 600px;
	background-repeat: no-repeat;
	background-size: 100%;
	overflow-x: hidden;
}

.container {
	padding: 0;
}

ul {
	list-style: none;
	margin: 0;
}

a {
	color: #333;
	text-decoration: none;
}

a {
	color: #333;
	text-decoration: none;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

a:hover {
	text-decoration: none;
	color: #6573be;
}

a:focus {
	text-decoration: none;
}

button {
	border: 0;
	outline: none;
	background: transparent;
}

input {
	outline: 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: 0;
	padding-left: 0;
}

/* @media (min-width: 1240px) {
.container {
	width: 75%;
}
 */
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

#example .modal-dialog {
	width: 52%;
	height: auto;
	top: 10%;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;

	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

#example .modal-dialog .modal-header {
	text-align: center;
	font-size: 24px;
	color: #323232;
	border-bottom: none;
	padding: 20px 15px;
}

#example .modal-dialog .play_box {
	width: 95%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 30px;
}

#example .modal-content .close {
	position: absolute;
	top: 16px;
	right: 30px;
	font-size: 20px;
	width: 70px;
	height: 70px;
	border-radius: 500px;
	line-height: 70px;
	color: #80808D;
	opacity: 0.6 !important;
	text-align: center;
	cursor: pointer;
	width: 35px;
	height: 35px;
	border: 2px solid #808080;
	text-align: center;
	line-height: 32px;
}

.bg_layer {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	display: none;
}

.header {
	width: 100%;
	/* position: absolute; */
	top: 0;
	left: 0;
}

.grid_12 {
	min-height: 1px;
	position: relative;
	z-index: 30;

	/* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
	background-color: #fff;
	backdrop-filter: blur(20px);
	border-bottom: 4px solid;
	border-image: linear-gradient(-45deg, #40d6ff 10%, #006aff) 1 1;
	border-image: -webkit-linear-gradient(-45deg, #40d6ff 10%, #006aff) 1 1;
}

.grid_12>div {
	/* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */

	/* width: 90%; */
	height: 60px;
	margin: 0 auto;
}

.logo {
	position: relative;

	display: block;
	float: left;
	/* background-color: #fff; */
	padding: 10px;
	height: 100%;
}

.logo img {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;

	transition: 0.3s;
	margin-top: 4px;
	height: 32px;
}

.banner-cnt {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -70%);
	z-index: 40;
	animation: box 1s ease-out;
	-webkit-animation: box 1s ease-out;
	/* Safari 和 Chrome */
}

@keyframes box {
	from {
		transform: translate(-50%, 50%);
	}

	to {
		transform: translate(-50%, -70%);
	}
}

.menu {
	display: block;
	margin-left: 5px;
	text-align: left;
	float: right;
	width: auto;
}

.menu>li {
	margin-right: 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	float: left;
	position: relative;
	cursor: pointer;
}

.menu-item>a {
	position: relative;
	font-size: 16px !important;
	line-height: 68px;
	height: 68px;
	color: #333;
	/* padding: 0 20px 0 20px; */
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	display: inline-block;
	font-weight: bold;
	padding-right: 50px;

}

.menu-item>a:before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -16px;
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 50%;
}

.menu-item>a:hover::before {
	/* 	position: absolute;
	top: 68px;
	left: 0;
	content: '';
	display: block;
	height: 2px;
	width: 100%;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear; */
	background: #40d6ff;

}

.menu-item>a:hover {
	color: #40d6ff;
}

.menu-item .show:hover {
	color: #fff;
	opacity: .7;
}

.menu .menu-item a.current:before {
	position: absolute;
	top: 68px;
	left: 0;
	content: '';
	display: block;
	height: 1px;
	width: 100%;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	background: #05dcb4;
}

.menu-item-dropdown {
	position: absolute;
	display: none;
	overflow: hidden;
	box-shadow: 0 6px 16px rgba(193, 205, 241, .48);
	padding: 14px 4px;
	width: 150%;
	top: 68px;
	z-index: 2;
	background: #fff;
	left: 0;
	border-top: 4px solid #16faf6;
}

.menu>li:hover .menu-item-dropdown {
	display: block;
}

.menu-item-dropdown li {
	padding: 8px 10px;
	color: #666;
	font-size: 12px;
}

.menu-item-dropdown li:hover {
	background: #f2f2f2;
}

.r_btn {
	/* margin-top: 14px; */
	height: 60px;
	border: 2px solid rgba(255, 255, 255, .6);
	/* border-radius: 40px; */
	overflow: hidden;
	margin-left: 14px;
	border: 0;
	background: linear-gradient(-45deg, #40d6ff 10%, #015aff);
	background: -webkit-linear-gradient(-45deg, #40d6ff 10%, #015aff);
}

.r_btn .show {
	font-size: 18px !important;
	line-height: 60px;
	text-align: center;
	transition: all 0.8s linear;
	font-weight: bold;
	z-index: 500;
	padding: 0 40px;
	color: #fff;
}


.menu-xs ul {
	background: #fff;
	float: right;
	width: 100%;
	text-align: right;
	padding: 10px;
	display: none;

	border-radius: 0 0 8px 8px;
	/* border-top: 1px solid #ddd; */
}


.menu-xs ul li {
	padding: 4px 0;
	border-bottom: 1px dashed #ddd;
	overflow: hidden;
	position: relative;
}

.menu-xs ul li a {
	font-size: 12px;
	color: #333;
	letter-spacing: 0;
	border-bottom: none !important;
}

.menu-item>a:hover::before {
	display: none;
}

.menu .menu-item a.current:before {
	display: none;
}

.xs-menu-btn {
	font-size: 26px;
	color: #666;
	float: right;
	display: block;
	width: 40px;
	line-height: 64px;
	text-align: right;
	cursor: pointer;
	margin-right: 24px;
}

.xs-close-btn {
	font-size: 24px;
	line-height: 46px;
	display: none;
	float: right;
	width: 40px;
	text-align: right;
	margin-right: 24px;
	color: #666;
}

@media (max-width: 1199px) {
	.menu-item>a {
		padding-right: 30px;
	}
}

@media (max-width: 991px) {
	.grid_12>div {
		width: auto;
	}

	.grid_12 {

		background-color: #fff;
		width: 100%;
		height: 50px;
	}

	.grid_12,
	.menu-xs {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 200;
	}

	.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-list li {
		padding: 4px 0;
		float: right;
		margin: 0;
		border-bottom: none;

	}

	.menu-xs .menu-xs-list li a {
		color: #666;
		font-size: 14px;
		margin-left: 10px;
	}

	.grid_12>div {
		height: 50px;
	}

	.logo img {
		height: 26px;
	}

	.xs-menu-btn {
		line-height: 50px;
	}

	.menu-item>a {
		font-size: 14px !important;
		line-height: 38px;
		height: 38px;
		padding-right: 20px !important;
	}
}

@media (max-width: 767px) {


	.logo img {
		margin-top: 0;
	}

	.r_btn {
		position: fixed;
		top: 6px;
		height: 36px;
		border: 2px solid rgba(255, 255, 255, .6);
		border-radius: 6px;
		overflow: hidden;
		margin-left: 14px;
		z-index: 50000;
		width: 110px;
		margin-left: 30px;
		left: 50%;
	}

	.r_btn .show {
		color: #fff;
		padding: 0;
		font-size: 14px !important;
		line-height: 30px;
	}

	html {
		overflow-x: hidden;
	}
}
