body,
h1,
h2,
h3,
h4,
p,
dl,
dd,
ul,
ol,
form,
input,
textarea,
th,
td,
select {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

img {
	border: none;
	vertical-align: middle;
}

table {
	/* border-collapse: collapse; */
	border: none;
}

input,
textarea {
	outline: none;
}

textarea {
	resize: none;
	overflow: auto;
}

/*body{font-family: "Hiragino Sans GB","Microsoft YaHei","PingHei","Lucida Grande", "Lucida Sans Unicode","Helvetica","Arial","Verdana","sans-serif"; }*/
body {
	text-align: justify;
	text-justify: inter-ideograph;
	font-family: "microsoft yahei";
}

.clearf::after {
	content: '';
	display: block;
	clear: both;
}

.show {
	display: block !important;
}

.flex {
	display: flex !important;
}

.wrap {
	width: 1600px;
	margin: auto;
}

.head {
	width: 100%;
	height: 380px;
	background: url(../img/head_bg.jpg) center;
	position: relative;
	display: inline-block;
}
.nav {
    text-align: center;
}
.nav a {
    font-size: 14px;
    color: #ffffff;
    margin: 12px 8px 0;
    display: inline-block;
}
.slogan{
	margin-top: 46px;
}
.slogan p{
	text-align: center;
}
.slogan p:nth-child(1){
	font-size: 26px;
	font-family: "文鼎新艺体";
	color: #dbf4ff;
	margin-bottom: 10px;
}
.slogan p:nth-child(4){
	color: #edfcff;
	font-size: 18px;
	margin: 36px auto 10px;
}
.slogan p:nth-child(5){
	color: #edfcff;
	font-size: 24px;
	font-weight: bold;
}
.main{
	width: 1100px;
	margin: auto;
	background: #f7f7f7;
	padding-top: 40px;
}
.intro{
	padding: 0 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.intro_left{
	width: 490px;
	position: relative;
}
.intro_left p{
	font-size: 14px;
	color: #2b3845;
	margin-bottom: 34px;
	line-height: 22px;
}
.intro_left p:nth-child(n+4){
	display: none;
}
.more{
	font-size: 14px;
	color: #2b3845;
	position: absolute;
	right: 0;
	bottom: 0;
	cursor: pointer;
}
.more::before{
	content: '';
	position: absolute;
	background: url(../img/more.png);
	width: 22px;
	height: 22px;
	top: 0;
	left: -24px;
}
.title{
	background: url(../img/title_bg.png) no-repeat;
	text-align: center;
	margin: 62px auto 60px;
	height: 62px;
}
.title span{
	display: inline-block;
	position: relative;
	color: #214497;
	font-size: 36px;
	font-family: "文鼎新艺体";
	transform: skewX(-12deg);
	margin-top: 8px;
}
.title span::after{
	content: '';
	position: absolute;
	width: 33px;
	height: 2px;
	background-color: #6289e0;
	margin: auto;
	left: 0;
	right: 0;
	bottom: -20px;
}
.detail_box{
	display: flex;
}
.detail_con{
	width: 550px;
}
.detail_top{
	position: relative;
}
.detail_top div{
	position: absolute;
	bottom: 0;
	padding: 12px 34px 34px;
	color: #ffffff;
}
.detail_top div h3{
	font-size: 30px;
	font-weight: bold;
	transform: skewX(-8deg);
	margin-bottom: 12px;
}
.detail_top div h4{
	font-size: 14px;
	line-height: 22px;
}
.schedule{
	padding: 38px 30px 60px;
	color: #2b3945;
	font-size: 14px;
}
.day{
	font-size: 20px;
	font-weight: bold;
	transform: skewX(-8deg);
	display: inline-block;
	position: relative;
	margin-bottom: 40px;
}
.day::after{
	content: '';
	position: absolute;
	width: 354px;
	height: 2px;
	background: #7ab1df;
	top: 12px;
	right: -370px
}
.time{
	font-size: 16px;
	margin-right: 6px;
	display: inline-block;
	min-width: 102px;
}
.act_name p{
	display: inline-block;
	margin-bottom: 16px;
	font-size: 20px;
	font-weight: bold;
}
.act{
	margin-bottom: 20px;
}
.topic{
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 26px;
}
.report_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 60px;
}
.report_box a{
	flex: 45% 0 0;
	color: #2b3945;
	font-size: 16px;
	/* text-align: center; */
	margin-bottom: 16px;
	padding-left: 14px;
	position: relative;
}
.live h3{
	text-align: center;
	margin: 28px auto 18px;
	color: #214497;
	font-size: 20px;
	font-weight: bold;
}
.live_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
	padding: 0 40px;
}
.live_box img{
	margin-bottom: 20px;
}
.apply_block{
	/* background: url(../img/apply_bg.jpg); */
	background: #e3eef7;
}
.apply_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 30px 190px 0;
}
.opt{
	/* display: inline-block;
	vertical-align: baseline; */
	margin-bottom: 14px;
}
.opt h2{
	display: inline-block;
	vertical-align: baseline;
	font-size: 18px;
	color: #24333f;
	font-weight: bold;
	width: 80px;
}
.inputtext{
	width: 357px;
	height: 36px;
	outline: none;
	border: none;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #000000;
	line-height: 34px;
	text-indent: 12px;
	font-weight: bold;
}
.submit{
	cursor: pointer;
	width: 440px;
	height: 47px;
	background: #204497;
	text-align: center;
	color: white;
	line-height: 47px;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 20px;
}
.tips{
	font-size: 14px;
	color: #24333f;
	width: 224px;
	line-height: 24px;
}
.tips p{
	margin-bottom: 12px;
}
.group{
	display: flex;
	margin-top: 24px;
	justify-content: space-between;
	padding: 0 54px 30px;
}
.group_con h4{
	font-size: 18px;
	color: #24333f;
	font-weight: bold;
	line-height: 28px;
}
.group_con span{
	font-size: 14px;
	color: #24333f;
	display: block;
	text-align: left;
	line-height: 30px;
}
.group_con b{
	font-weight: normal;
	color: #24333f;
	text-align: left;
}
.qrcode{
	padding-top: 10px;
}
.footerwrap {
	background: #1f4195;
	padding-bottom: 20px;
}
.footer {
	width: 950px;
	margin: auto;
	overflow: hidden;
	padding: 10px 0;
}
.footer_l {
	float: left;
	width: 20%;
	margin-top: 60px;
}
.footer_r {
	float: right;
	width: 80%;
}
.footer_r li {
	list-style: none;
	float: left;
	color: white;
	font-size: 12px;
	margin-top: 20px;
}