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 {
	position: relative;
	width: 1600px;
	margin: auto;
	background: #efefef;
}
.head{
	height: 382px;
	background: url(../img/head_bg.jpg);
	position: relative;
}
.slogan_box{
	text-align: center;
	display: inline-block;
	width: 100%;
}
.slogan_box p:nth-of-type(1){
	margin-top: 74px;
	font-size: 36px;
	color: #eae7c1;
}
.slogan_box p:nth-of-type(2){
	margin-top: 12px;
	font-size: 54px;
	font-weight: bold;
	color: #e0d3ab;
}
.slogan_box p:nth-of-type(3){
	margin-top: 48px;
	font-size: 24px;
	color: #eae8cb;
}
.nav{
	position: absolute;
	bottom: 14px;
	text-align: center;
	display: inline-block;
	width: 100%;
}
.nav{
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 16px;
}
.nav a{
	color: #b2c6de;
	font-size: 18px;
	padding: 0 17px;
	border-right: 1px solid #B2C6DE;
	line-height: 16px;
	display: inline-block;
}
.main{
	width: 1180px;
	margin: auto auto;
	padding: 32px 34px ;
	box-sizing: border-box;
	background-color: #ffffff;
	position: relative;
}
.title_box{
	display: flex;
	white-space: nowrap;
	margin: 49px auto 37px;
}
.title{
	color: #a88a6c;
	font-weight: bold;
	font-size: 24px;
	position: relative;
	padding-left: 34px;
}
.title::before{
	content: '';
	position: absolute;
	background: url(../img/title_before.png) no-repeat;
	width: 23px;
	height: 36px;
	top: 0;
	left: 0;
}
.title_line{
	width: 100%;
	height: 36px;
	background-color: #4e75b1;
	margin-left: 11px;
	background-image: url(../img/title_after_bg.png);
	background-repeat: no-repeat;
}
.intro_lr_box{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.intro_left{
	border-radius: 8px;
	overflow: hidden;
}
.intro_box{
	width: 604px;
	height: 273px;
	overflow: auto;
	box-sizing: border-box;
	padding: 0 34px;
}
.intro p{
	color: #373b4e;
	font-size: 12px;
	line-height: 18px;
}
.intro p:not(:last-child){
	margin-bottom: 24px;
}
/* live */
.live_top{
	display: flex;
}
.links{
	flex: 1;
	display: none;
	margin-left: 40px;
}
.switch_box{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 120px;
}
.switch_box span{
	width: 110px;
	height: 34px;
	display: block;
	background: url(../img/l_unselected.png) no-repeat;
	line-height: 34px;
	text-align: center;
	color: #7b7b7b;
	font-size: 20px;
	cursor: pointer;
}
.l_selected{
	background: url(../img/l_selected.png) no-repeat !important;
	color: #ffffff !important;
}
.img_box{
	width: 325px;
	height: 213px;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
}
.g_name{
	position: absolute;
	color: #ffffff;
	font-size: 16px;
	bottom: 0;
	padding: 8px 22px;
	width: 100%;
	box-sizing: border-box;
	background: linear-gradient(to bottom,transparent,rgba(35,59,98,.7));
}
.n_box{
	width: 504px;
	height: 180px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-left: 60px;
}
.n_title{
	color: #3e4889;
	font-size: 20px;
	font-weight: bold;
	flex: 100%;
}
.n_description{
	color: #373b4e;
	font-size: 14px;
	line-height: 22px;
	flex: 100%;
}
.live_bottom{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.lbl{
	width: 483px;
}
.lbl_img{
	width: 100%;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}
.lbl_img h3{
	position: absolute;
	color: #ffffff;
	font-size: 22px;
	bottom: 0;
	padding: 8px 22px;
	width: 100%;
	font-weight: bold;
	box-sizing: border-box;
	background: linear-gradient(to bottom,transparent,rgba(35,59,98,.7));
}
.lbl h4{
	color: #373b4e;
	font-size: 14px;
	line-height: 22px;
	margin-top: 12px;
}
.lbr{
	flex: 1;
	margin-left: 34px;
	display: flex;
	flex-wrap: wrap;
}
.g_con{
	width: 172px;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	margin-right: 20px;
	margin-bottom: 20px;
}
.data{
	width: 100%;
	background: #e7dfd9;
	text-align: center;
	border-radius: 0 0 8px 8px;
	padding: 8px;
	box-sizing: border-box;
}
.data h5{
	font-size: 12px;
	color: #373b4e;
}
.data h6{
	font-size: 11px;
	color: #373B4E;
}
.g_con img{
	width: 100%;
	height: 106px;
	border-radius: 8px 8px 0 0;
	overflow: hidden;
}
.live3{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.l3l{
	width: 483px;
	flex-shrink: 0;
	margin-right: 50px;
}
.l3l img{
	width: 100%;
}
.l3r h3{
	color: #3e4889;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.l3r h4{
	color: #3e4889;
	font-size: 16px;
	margin-bottom: 30px;
}
.h4_box{
	height: 150px;
	overflow: auto;
	padding-top: 20px;
	border-top: #0a80e6 1px dashed;
}
.l3r p{
	color: #373b4e;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 40px;
}
/* /live */

.date_box{
	padding: 0 100px;
	margin: auto auto;
}
.date_box{
	padding: 0 100px;
	margin: auto auto;
}
.theme_box{
	padding: 0 46px;
}
.theme_title{
	color: #3e56a3;
	font-size: 22px;
	margin-bottom: 22px;
}
.theme_text{
	color: #373b4e;
	font-size: 12px;
	margin-bottom: 28px;
}
.step_box{
	background: #f1ebe4;
	padding: 32px 38px; 
	border-radius: 8px;
}
.step_con:not(:last-of-type){
	margin-bottom: 50px;
}
.step_title_box{
	margin-bottom: 33px;
}
.step_title{
	color: #3e4889;
	font-size: 20px;
	font-weight: bold;
	white-space: nowrap;
}
.step_title_box{
	display: flex;
	align-items: center;
}
.step_title_line{
	background: #b9cddc;
	width: 100%;
	height: 5px;
	margin-left: 10px;
}
.step{
	display: flex;
}
.day{
	white-space: nowrap;
	margin-right: 50px;
}
.step span{
	color: #373b4e;
	font-size: 18px;
	font-weight: bold;
	margin-right: 38px;
}
.topics p{
	position: relative;
	font-size: 16px;
	color: #3e4889;
	font-weight: bold;
}
.topics p:not(:last-child){
	margin-bottom: 14px;
}
.topics p::before{
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 1px solid #f06526;
	top: 6px;
	left: -22px;
}
.description{
	font-size: 12px;
	color: #373b4e;
	line-height: 20px;
	margin-bottom: 20px;
	padding-right: 30px;
}
.report_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	overflow: auto;
	box-sizing: border-box;
	margin-top: 50px;
}
.report_con{
	position: relative;
	font-size: 14px;
	color: #373b4e;
	margin-bottom: 29px;
	margin-left: 30px;
	flex: 0 0 44%;
}
.report_con::before{
	content: '';
	position: absolute;
	background: url(../img/report_con_before.png);
	width: 15px;
	height: 14px;
	top: 2px;
	left: -20px;
}
.review_box{
	/* display: flex;
	justify-content: space-between; */
	white-space: nowrap;
	overflow: auto;
	padding-bottom: 20px;
}
.review_con{
	width: 319px;
	height: 190px;
	background: #e7dfd9;
	position: relative;
	border-radius: 8px;
	display: inline-block;
	margin-right: 46px;
}
.review_con img{
	width: 100%;
	height: 151px;
	border-radius: 8px;
}
.review_con p{
	color: #373b4e;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
}
.footerwrap {
    background: #29426f;
	margin: auto auto;
}
.footer {
    width: 1000px;
    margin: auto;
    overflow: hidden;
    padding: 10px 0;
}
.footer_l {
    float: left;
    width: 20%;
    margin-top: 3%;
}
.footer_r {
    float: right;
    width: 80%;
}
.footer_r li {
    list-style: none;
    float: left;
    text-indent: 24px;
    color: white;
    font-size: 12px;
    margin-top: 60px;
}
.group_con {
	padding: 26px 10px;
	color: #333333;
	border-bottom: 1px solid #d7b98e;
	font-size: 14px;
}
.host img {
	width: 120px;
	height: 120px;
}
.conbi a:not(:last-child) {
	margin-right: 40px;
}
.call {
	margin: 20px 0 0;
	padding-bottom: 20px;
}

.call_con {
	max-width: inherit;
	width: 100%;
	margin: auto;
	margin-top: 12px;
}

.call_con span {
	font-size: 12px;
	color: #4c4c4c;
	display: block;
	text-align: left;
	padding-bottom: 9px;
}

.callp_bottom {
	margin-top: 5px;
}

.call_con img {
	float: none;
	width: 100px;
	height: 100px;
}

.span_con {
	display: inline-block;
	vertical-align: top;
}

.pspan_con {
	display: none;
}

.call_bottom {}

.applogo,
.gialogo {
	padding-left: 50px;
}
.side2{
	position: fixed;
	background: #4e75b1;
	width: 57px;
	font-size: 18px;
	color: #fefefe;
	font-weight: bold;
	box-sizing: border-box;
	padding: 22px 8px;
	z-index: 999;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
	cursor: pointer;
	border-radius: 8px;
	margin: 494px 0 0 124px;
}
.sign_btn{
	border-bottom: 2px solid #305db1;
	padding-bottom: 12px;
}
.q9 li{
	width: 700px;
    line-height: 42px;
    height: 43px;
    overflow: hidden;
    position: relative;
    margin: auto;
}
.q9 li:hover{
	background: transparent;
}
.btn:hover{
	background: #9f4b37;
}
.tipbox{
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	margin: auto;
	width: 200px;
	height: 50px;
	text-align: center;
	padding: 7px;
	top: 46%;
	z-index: 10;
}
.tipbox:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
    width: 214px;
    height: 64px;
	background: #6F6F6F;
	z-index: -1;
	border-radius: 10px;
	opacity: 0.7;
}
.tipbox div{
	width: 200px;
	height: 50px;
	background: white;
}
.sign_box{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 98;
	background: rgba(0,0,0,.2);
	margin: auto auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
}
.close {
    position: absolute;
    top: 0;
    right: 0;
	cursor: pointer;
}
.sign_box{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1000;
	background: rgba(0,0,0,.2);
	margin: auto auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
}
.close {
    position: absolute;
    top: 0;
    right: 0;
	cursor: pointer;
}
.sign{
	position: fixed;
	width: 80%;
	margin: auto;
	padding: 36px 0;
	background: #f0f0e6;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	height: min-content;
	height: fit-content;
	max-height: 440px;
	overflow-y: auto;
}
.sign_title{
	font-size: 28px;
	margin-bottom: 28px;
	font-weight: bold;
	color: #4e75b1;
	text-align: center;
}
.opt{
	margin-bottom: 10px;
}
.topic{
	text-align: center;
}
.btn{
	width: 239px;
	padding: 8px 0;
	background: #4e75b1;
	font-size: 20px;
	color: #ffffff;
	border: none;
	display: block;
	margin: 36px auto 24px;
}
.tips{
	color: #1e2841;
	font-size: 14px;
	margin-bottom: 2px;
	text-align: center;
}

.topic textarea {
    width: 600px;
    position: absolute;
    right: 0;
    font-size: 16px;
    padding: 5px;
    color: #333;
    border: none;
    background: white;
    border-left: none;
    white-space: nowrap;
}
.topic h2 {
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    text-align: center;
    height: 30px;
    line-height: 30px;
    z-index: 1;
    color: #161f51;
    border-right: none;
    width: 80px;
    font-weight: bold;
}
@media screen and (max-width:1520px){
	.wrap{
		width: 100%;
	}
	.side2{
		margin: 494px 0 0 4px;
	}
}
@media screen and (max-width:700px){
	.intro_box{
		height: 130px;
		overflow: auto;
		margin: 10px 0;
	}
	.q9 li{
		width: 100%;
		height: 50px;
	}
	.topic h2{
		position: unset;
	}
	.topic textarea{
		width: 80%;
		left: 0;
		right: 0;
		margin: auto;
	}
	.slogan_box p:nth-of-type(1){
		margin-top: 24px;
		font-size: 20px;
	}
	.slogan_box p:nth-of-type(2) {
	    margin-top: 2px;
	    font-size: 34px;
	}	
	.slogan_box p:nth-of-type(3){
		margin-top: 8px;
		font-size: 18px;
	}
	.head{
		height: 200px;
	}
	.nav{
		white-space: nowrap;
		overflow: auto;
	}
	.side2{
		width: 48px;
		font-size: 14px;
		margin-left: 0;
		margin-top: 70%;
	}
	.main{
		width: 100%;
	}
	.side{
		position: inherit;
	}
	.sign_title {
		font-size: 18px;
	}
	.title_box{
		margin: 29px auto 17px;
	}
	.intro, .date{
		width: 100%	;
	}
	.date_box{
		padding: 0;
	}
	.step_title_line{
		display: none;
	}
	.step_title{
		white-space: inherit;
	}
	.step{
		padding: 0;
	}
	.description{
		padding: 0 10px;
	}
	.report_box{
		padding: 0 26px;
	}
	.report_con{
		margin-left: 0;
		flex:none;
	}
	.review_box{
		flex-wrap: wrap;
	}
	.review_con {
	    display: block;
	    margin: 10px auto;
	}
	.side{
		right: 0;
		margin: auto;
	}
	.footer {
		width: 100%;
	}
	.footer_l {
		width: 100%;
		text-align: center;
	}
	.footer_r {
		float: right;
		width: 96%;
		padding: 0 2%;
	}
	.call_con img {
	    display: block;
	    float: none;
	    margin: 0 auto;
		padding: 0;
	}
	.call_con span:nth-child(1) {
		text-align: center;
	}

	.span_con {
		display: none !important;
	}

	.pspan_con {
		display: block !important;
		/*float: left;*/
	}

	.pspan_con span {
		display: block !important;
		text-align: center;
	}
}	