/*通用格式*/
* {
	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;
}
/* .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: 1240px) {
	.container {
		width: 1200px;
	}
}

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;
}

/*通用格式*/
.header {
	width: 100%;
	position: relative;
	z-index: 50;
}

@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:#070ee5;
}
.grid_12 >div{
	position: relative;
}

.menu {
	display: block;
	text-align: left;
	width: auto;
}

.menu>li {
	float: left;
	
	cursor: pointer;
	
	text-align: center;
	height: 50px;
}
.menu>li:first-child::after {
	display: none;
	 !important;
}

.menu>li:last-child::after {
	display: none;
	 !important;
}

.menu>li:nth-child(6)::after {
	display: none;
	 !important;
}

.menu .active:after {
	display: block;
	width: 80px;
}
.menu .active a{
	background-color: #fff;
	color: #151371;
}
.menu-item>a {
	position: relative;
	font-size: 15px !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: 44px;
	line-height: 38px;
	padding: 0 55px;
	margin-top:6px;
}

.menu-item>a:hover {
	color: #151371;
}

.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: 76px;
	position: absolute;
	left: 0;
	top: 60%;
	transform: translateY(-50%);
	overflow: hidden;
}

.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: 56px;
}
.register {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.register a {
	display: block;
	width: 120px;
	height: 36px;
	border-radius: 4px;
	background: #2187db;
	text-align: center;
	line-height: 36px;
	color: #fff;
	margin-right: 14px;
}
.register a:last-child{
	/* background: red; */
	width: 120px;
}
.register a:hover {
	transform: translateY(2px);
}

.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:30px;
	width: 98.2%;
	top: 50px;
	z-index: 2;
	background: #fff;
	left: 0;
}

.menu-item-dropdown li {
	padding: 10px 30px;
	color: #666;
	font-size: 14px;
	    float: left;
	    font-weight: bold;
}

.menu-item-dropdown li:hover {
	background: #f2f2f2;
}
.menu-item-dropdown li a{
	background-color: transparent!important;
}

.footer {
	background:#0b1237;
	color: #ccc;
	text-align: center;
	font-size: 12px;
	padding: 20px 0;
	z-index: 2000;
	position: relative;
	/* margin-top: 50px; */
}

.sidebar {
    position: fixed;
    bottom: 30px;
    right: 50px;
    background: #007efb;
    border-radius: 4px;
    padding: 10px 10px;
    z-index: 20000;
}
.sidebar li {
    padding: 10px 10px;
    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;
}
.sidebar li:hover{
	background-color: rgba(31,141,250,1);
}
.sidebar li a {
    color: #fff;
    font-size: 14px;
}
.sidebar li:last-child {
    padding: 0;
    border-bottom: 0;
    padding-bottom: 0;
}
.sidebar li:nth-child(1) .iconfont {
	font-size: 22px;
}
.agenda-table tr td:first-child{

}
.M3-table thead tr th:first-child{
	border-radius: 4px 0 0 0!important;
}
.M3-table thead tr th:last-child{
	border-radius: 0 4px 0 0!important;
}
.M3-table thead {
	background: #2187db!important;
}
/* 
.sidebar li span:hover {
	background:#007efb;
	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);
} */
.grid_12 {
	background: linear-gradient(to right, #2c29c3, #2c29c3);
}
.award-banner{
	background: #060ab7;
}
@media (max-width: 1239px) {
.menu-item>a{
	padding:0 68px;
}	
.menu-item-dropdown{
	width: 99.5%;
	top:49px;
}
}
@media (max-width: 1199px) {
	.menu-item>a {
	    padding: 0 50px;
	}
	.menu-item-dropdown{
		width: 97.8%;
	}
}

@media (max-width:991px) {
	.topnav .logo{
		height: auto;
	}
	.topnav{
		height: 60px;
	}
	.logo img{
		height: 40px;
	}
	.topnav-text{
		display: none;
	}
.menu-item>a {
    padding: 0 32px;
	line-height: 36px;
	font-size: 14px;
}
	.menu-item-dropdown {
		width: 100%;
	}

	.register a {
		width: 100px;
		height: 32px;
		line-height: 32px;
	}
}

@media (max-width: 767px) {
	.container {
		padding: 0 20px;
	}
	.main {
		margin-top: 0!important;
	}
	.nav-wrapper {
		margin-top: 30px!important;
	}
	.award-banner{
		margin-top: 50px;
	}
	.change-btn{
		position: fixed;
		top:15px;
		right:70px;
		z-index: 5000;
		font-weight: bold;
	}
.sidebar{
	display: none;
}
	.banner-pc {
		display: none;
	}

	.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: 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: 40px;
	}

	.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;
	}
}


@media (max-width: 767px) {
	.channel {
		display: none;
	}

	.right-wrapper {
		width: 100%;
		padding-left: 0;
	}
}
