body {
	font-family: '微软雅黑', '黑体', '宋体', tahoma, arial, sans-serif, "Lucida Grande", Verdana, Lucida, Helvetica;
	max-width: 1920px;
	margin: 0 auto;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
/* 菜单 */
.menu{
	background: #649cf0;
	line-height: 70px;
	color: #fff;
}
.menu .nav{
	width: 1200px;
	margin: 0 auto;
}
.menu .nav .tag{
	float: left;
	font-size: 20px;
	font-weight: bold;
	/* width: 372px; */
	width: 210px;
	margin-right: 228px;
	letter-spacing: 1px;
	background: url(../img/flag.png) no-repeat 20px 24px;
	background-size: 20px;
	padding-left: 52px;
	position: relative;
	cursor: pointer;
}
.menu .nav .tag:hover{
	background: url(../img/flag.png) no-repeat 20px 24px #5990e3;
	background-size: 20px;
}
.menu .nav .tag:hover .nav_tag{
	display: block;
}
.menu .nav .tag .nav_tag{
	position: absolute;
	top: 70px;
	left: 0;
	z-index: 999;
	background: #fff;
	width: 800px;
	font-size: 16px;
	color: #9598A2;
	font-weight: normal;
	display: none;
	padding-top: 24px;
	line-height: 28px;
	box-shadow: 1px 2px 1px rgb(14 5 10 / 10%);
	padding-left: 47px;
	padding-bottom: 20px;
}
.menu .nav .tag .nav_tag:after {
    content: "";
    width: 10px;
    position: absolute;
    background: #efefef;
    box-shadow: -7px 0 5px -5px #333;
    left: 0;
    top: 0;
    height: 100%;
}
.menu .nav .tag .nav_tag a{
	/* padding-left: 20px;
	line-height: 70px; */
	width: 160px;
	padding-right: 10px;
	font-size: 14px;
	line-height: 45px;
	color: #9598A2;
	display: inline-block;
	transition: all .3s;
}
.menu .nav .tag .nav_tag a.active{
	color: #649cf0;
}
.menu .nav .tag .nav_tag a:hover{
	color: #649cf0;
}
.menu ul{
	overflow: hidden;
}
.menu li{
	float: left;
	width: 118px;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	transition: all .3s;
}
.menu li:hover{
	background: #5990e3;
}
.menu li.active{
	background: #5990e3;
	font-weight: bold;
}
.banner{
	max-width: 1920px;
	margin: 0 auto;
	font-size: 0
}

.titles{
    font-size: 30px;
    background: url(../img/titlebg.png) no-repeat center bottom;
    text-align: center;
    height: 44px;
    margin: 10px 0 21px;
}
/* 内容 */
.main{
	position: relative;
	width: 1200px;
	margin: 0px auto;
	margin-top: 70px;
	padding: 20px 40px 40px;
	box-sizing: border-box;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.main .title{
    font-size: 30px;
    background: url(../img/titlebg.png) no-repeat center bottom;
    text-align: center;
	height: 44px;
    margin: 40px 0 35px;
}	
.main .line{
	background: #eee;
	height: 3px;
	width: 100%;
	margin-top: 40px;
}
.main .mdui-select{
	width: 450px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #ddd;
	background-position: 435px center;
}
.mdui-select-selected{
	left: 10px;
}
.main .bd{
	width: 450px;
	margin: 0 auto;
	margin-top: 70px;
}
.main .bd input{
	border: 1px solid #ddd;
	width: 438px;
	height: 50px;
	line-height: 50px;
	margin-top: 30px;
	padding-left: 10px;
}
.main .bd .btn{
	background: #649cf0;
	color: #fff;
	text-align: center;
	width: 450px;
	line-height: 50px;
	cursor: pointer;
	margin-top: 15px;
	letter-spacing: 1px;
	font-size: 18px;
	transition: all .3s;
}
.main .bd .btn:hover{
	box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.5);
	transform: scale(1.05);
}
.main .shard_shuoming{
	width: 380px;
	margin: 0 auto;
	margin-top: 35px;
	color: #999;
	font-size: 12px;
	line-height: 19px;
	overflow: hidden;
	text-align: center;
}
.main .shard_shuoming a{
	color: #6c96f2;
	transition: all .3s;
}
.main .shard_shuoming .icon{
	float: left;
	width: 18px;
	position: relative;
}
.main .shard_shuoming .icon img{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
}
.main .shard_shuoming .icon img.active{
	display: block;
}
.main .shard_shuoming .font{
	float: right;
}
/* 内容 */
.contents{
	position: relative;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	width: 1020px;
	margin: 70px auto 40px;
	padding: 20px 40px 40px;
	min-height: 596px;
}
.contents .list {
	margin-bottom: 30px;
	overflow: hidden;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	width: 1010px;
}
.contents .list .item{
	float: left;
	text-align: center;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	transition: all .3s;
	width: 100px;
	line-height: 45px;
}
.contents .list .item.active{
	background: #3799ff;
	color: #fff;
	border-color: #3799ff;
}
.contents .list .item:hover{
	background: #3799ff;
	color: #fff;
	border-color: #3799ff;
}
.contents .info{
	font-size: 18px;
	border-top: 1px solid #e9e9e9;
	text-align: center;
	/* background: url(../img/yinhao.png) no-repeat left top; */
	padding: 12px 0 0 30px;
	margin-top: 30px;
	color: #D80908;
}
.contents .info p{
	/* background: url(../img/yinhao.png) no-repeat right bottom 35px; */
	padding: 0 30px 0px 0;
	line-height: 28px;
}
.contents table{
	text-align: center;
	width: 100%;
	margin-top: 40px;
}
.contents table th{
	color: #fff;
	background: #3799ff;
	line-height: 50px;
	border-left: 1px solid #fff;
}
.contents table th.last{
	border-right: 1px solid #ddd;
}
.contents table tr.active{
    box-shadow: 0 0 30px rgba(14,17,147,.1) inset;
}
.contents table tr.active td{
	border-color: #3799ff;
}
.contents table tr.current td{
	border-bottom-color: #3799ff;
}
.contents table tr td{
	line-height: 50px;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	transition: all .3s;
}
.contents table tr .btn{
	cursor: pointer;
	transition: all .3s;
}
.contents table tr .btn:hover{
	background: #3799ff;
	color: #fff;
	border-color: #3799ff;
	transform: translateY(-3px);
	box-shadow: 0 3px 10px 0 rgba(0,0,0,0.1);
}
.contents table tr .color{
	color: #3799ff;
}
.contents table tr .rukou{
	border-right: 1px solid #ddd;
	transition: all .3s;
}
.contents table tr .rukoubis{
	background: #eee;
	color: #aaa;
	cursor: auto;
}

/* 报名通道 */
.form h3{
	font-size: 30px;
	background: url(../img/titlebg.png) no-repeat center bottom;
	text-align: center;
	letter-spacing: 2px;
	height: 45px;
	margin-top: 90px;
}
.form_con {
	width: 500px;
	margin: 0 auto;
	margin-top: 40px;
}

.form .tr {
	width: 490px;
	height: 52px;
	line-height: 52px;
	border: 1px solid #ccc;
	margin-bottom: 30px;
	color: #333;
}
.form .tr.active{
	transition: all .3s;
	border: 1px solid #333;
}
.form .tr.active span{
	border-right: 1px solid #333;
}
.form .tr span {
	display: inline-block;
	width: 107px;
	border-right: 1px solid #ccc;
	text-align: center;
	font-size: 16px
}

.form .tr input,
.form .tr select {
	width: 369px;
	height: 52px;
	padding-left: 12px;
	border: none;
	background: transparent;
	color: #333;
	font-size: 16px;
	outline: none;
}

.form .tr option {
	color: #333;
	height: 300px;
}

.form .tr input::-webkit-input-placeholder {
	color: #aaa;
}

.form .btn {
	width: 490px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	color: #fff;
	background: #e2231a;
	cursor: pointer;
	font-size: 16px;
	transition: all .3s;
	border: 1px solid #e2231a;
	margin-bottom: 70px;
}

.form .btn:hover {
	background: #c81623;
}


/*弹窗部分*/
.changeShard{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	display: none;
}
.changeShard .shardBox{
	width: 460px;
	height: 436px;
	position: absolute;
    top: 176.5px;
    left: 50%;
    margin-left: -220px;
	box-shadow: 0 0 3px 2px rgba(0, 0, 0, .1);
}
.changeShard .shardBox .title{
    background: #3799ff;
    color: #fff;
    line-height: 56px;
    font-size: 16px;
    padding: 0 12px;
	transition: all .5s;
	text-align: center;
}
.i_close{
	float: right;
	color: #fff;
	font-size: 14px;
	margin-top: -1px;
	cursor: pointer;
	transition: all 0.3s;
}
.i_close:hover{
	transform: scale(1.2) rotate(180deg);
}
.changeShard .shardBox .content{
	background: #fff;
	height: 386px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	overflow: hidden;
}
.changeShard .shardBox .content .info{
	width: 360px;
	margin: 50px auto;
}
.changeShard .shardBox .content .info span{
	color: #777;
	/*font-size: 14px;*/
}
.changeShard .shardBox .content .info span em{
	margin-left: 30px;
}
.changeShard .shardBox .content .info input{
    height: 42px;
    width: 253px;
    border: 1px solid #999999;
    border-radius: 1px;
    padding-left: 12px;
    margin-left: 12px;
    transition: all 0.3s;
}
.changeShard .shardBox .content .info input:focus{
	border-color: #6B96FF;
    box-shadow: 0 3px 10px rgba(107,150,255,0.2);
}
.toGet{
	border-radius: 2px;
	color: #fff;
	background: #3799ff;
	cursor: pointer;
	width: 210px;
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	transition: all .3s;
	letter-spacing: 1px;
}
.toGet:hover{
	box-shadow: 0 10px 30px 0 rgba(0,0,0,0.1);
	transform: translateY(-1px);
}
.footer{
	margin-top: 70px;
}