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;
}
.head{
	display: inline-block;
	height: 375px;
	width: 100%;
	background: url(../img/head_bg.png) no-repeat;
	background-size: cover;
	position: relative;
}
.nav{
	text-align: center;
	margin-top: 12px;
}
.nav a{
	color: #49260a;
	font-size: 18px;
	margin: 0 19px;
}
.slogan{
	text-align: center;
	margin-top: 23px;
}
.svg1,.svg2{
	display: block;
	margin: auto auto;
	font-weight: bold;
	letter-spacing: 3px;
	text-shadow: 1px 4px 10px #333;
}
.svg1{
    font-size: 48px;
    width: 578px;
    height: 82px;
	margin-bottom: 10px;
}
.svg2{
	width: 984px;
	font-size: 50px;
	height: 68px;
}
.slogan_intro{
	font-size: 22px;
	margin-top: 12px;
	font-weight: bold;
	box-sizing: border-box;
	/* background: rgba(256,:;6,256,0.4); */
	padding: 10px 0;
	color: #7f2447;
}
.month{
	font-size: 22px;
	color: #ffffff;
	margin-top: 15px;
	font-weight: bold;
}
.title{
	margin: 52px 0 3px;
	font-size: 30px !important;
	color: #ffffff;
	font-weight: bold;
	position: relative;
	z-index: 99;
}
.main{
	background-color: #faf3df;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	padding: 0 230px 30px;
}
.intro_box{
	width: 732px;
	height: 429px;
	box-sizing: border-box;
	padding: 25px 59px 25px 30px;
	background: #ffffff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	/* float: left; */
}
.small_text p{
	color: #4d4138;
	font-size: 12px;
	line-height: 18px;
}
.tbg{
	position: relative;
	z-index: 99;
}
.intro .title{
	padding-left: 150px;
}
.intro_title_bg{
	position: absolute;
	top: -62px;
	left: 60px;
	z-index: -1;
}
.intro_img{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.intro1_box::after{
	content: '';
	position: absolute;
	width: 432px;
	height: 398px;
	background: #f4a534;
	z-index: 1;
	right: -10px;
	top: 10px;
}
.detail_bg_after{
	position: absolute;
	top: 280px;
	left: 610px;
	z-index: -1;
}
.detail_box{
	display: flex;
	justify-content: space-between;
}
.detail_right{
	width: 611px;
	height: 363px;
	box-sizing: border-box;
	padding: 23px;
	background: #ffffff;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.dr_title{
	font-size: 24px;
	color: #d28016;
	position: relative;
	font-weight: bold;
}
.dr_title::before{
	content: '';
	position: absolute;
	width: 349px;
	height: 4px;
	background: #ffab19;
	top: 16px;
	left: 180px;
}
.dr_title::before{
	content: '';
	position: absolute;
	width: 349px;
	height: 4px;
	background: #ffab19;
	top: 16px;
	left: 180px;
}
.dr_title::after{
	content: '';
	position: absolute;
	background: url(../img/detail_title_after.png);
	width: 25px;
	height: 4px;
	top: 16px;
	left: 534px;
}
.detail__title_bg{
	position: absolute;
	top: -62px;
	left: 626px;
	z-index: -1;
}
.detail .title{
	padding-left: 770px;
	margin-bottom: 10px;
}
.activity{
	margin-top: 12px;
	box-sizing: border-box;
	padding: 14px;
	background: #ffffff;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	position: relative;
}
.activity_bg{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 30px;
	margin: auto auto;
}
.activity span{
	display: inline-block;
	vertical-align: top;
	line-height: 34px;
}
.activity p{
	margin-bottom: 32px;
}
.activity1{
	width: 550px;
	border: 1px solid #ffab19;
	box-sizing: border-box;
	padding: 18px 72px;
	position: relative;
	margin-bottom: 10px;
	margin-left: 10%;
}
.act_title{
	font-size: 18px;
	font-weight: bold;
	color: #d27735;
	margin-bottom: 12px;
}
.activity i{
	font-style: normal;
	font-size: 12px;
	color: #4d4138;
	font-weight: normal;
	line-height: 24px;
	display: inline-block;
}
.i-block{
	display: inline-block;
}
.activity2{
	width: 550px;
	border: 1px solid #ffab19;
	box-sizing: border-box;
	padding: 14px 72px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.act_name:nth-child(4){
	position: absolute;
	top: -45px;
	left: 30px;
}
.act_name:nth-child(5){
	position: absolute;
	top: 370px;
	left: 30px;
}
.ring{
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	background: #fda45c;
	border-radius: 50% 50% 0 50%;
	width: 130px;
	height: 130px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.pAt{
	position: absolute;
	white-space: nowrap;
	display: flex;
	align-items: baseline;
	background: #fff1d2;
	padding: 6px 12px;
	left: 130px;
	top: 82px;
	width: 462px;
	box-sizing: border-box;
}
.place{
	font-size: 24px;
	font-weight: bold;
	color: #d27735;
	margin-right: 10px;
}
.time{
	font-size: 18px;
	font-weight: bold;
	color: #d27735;
}
.photo_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.photo_box img{
	width: 270px;
	height: 180px;
	margin-bottom: 12px;
}
.report_bg{
	position: absolute;
	z-index: -1;
	top: -51px;
	left: -59px;
}
.report{
	box-sizing: border-box;
	overflow: hidden;
}
.report .title{
	padding-left: 98px;
	margin-bottom: 10px;
}
.photo{
	background: #ffffff;
	box-sizing: border-box;
	padding: 0 12px;
}
.photo .report_bg{
	left: 51px;
}
.photo .title{
	padding-left: 258px;
}
.report_box{
	background: #ffffff;
	margin-bottom: 20px;
	box-sizing: border-box;
	padding: 12px;
}
.report_pic_box{
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
	box-sizing: border-box;
}
.report_pic_con{
	width: 354px;
	height: 199px;
}
.report_pic_con img{
	width: 100%;
}
.rpc_title{
	font-size: 14px;
	font-weight: bold;
	color: #d27735;
	width: 100%;
	box-sizing: border-box;
	padding: 14px 0;
	text-align: center;
	background: #fff1d2;
	display: inline-block;
}
.link_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	height: 300px;
	overflow: auto;
}
.link_box a{
	flex: 0 0 40%;
	padding-left: 26px;
	margin-bottom: 40px;
}
.link_title{
	font-size: 18px;
	color: #d27735;
}
.link_text{
	font-size: 12px;
	color: #4d4138;
}
.sign_group{
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}
.sign,.group{
	position: relative;
}
.sign_box,.group_box{
	width: 545px;
	height: 355px;
	background: #ffffff;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	padding: 30px 52px 0;
	box-sizing: border-box;
}
.sign_bg{
	position: absolute;
	top: -44px;
	left: 13px;
	z-index: 0;
}
.sign .title{
	padding-left: 72px;
}
.group_bg{
	position: absolute;
	top: -44px;
	left: 13px;
	z-index: 0;
}
.group .title{
	padding-left: 192px;
}
.sign{
	
}
.sign h2{
	color: #4d4138;
	font-size: 18px;
	width: 83px;
	text-align: center;
}
.opt{
	display: flex;
	align-items: center;
	margin-bottom: 4px;
}
.inputtext{
	width: 342px;
	height: 30px;
	border: 1px solid #ffb82f;
	line-height: 30px;
	font-size: 14px;
	text-indent: 4px;
}
.sign_btn{
	width: 100%;
	margin: 14px auto; 
	font-size: 24px;
	color: #ffffff;
	padding: 6px 0;
	box-sizing: border-box;
	background: #ffad1e;
	border: none;
	box-shadow: 8px 8px 0 -2px #e36920;
}
.tips{
	color: #4d4138;
	font-size: 12px;	
	line-height: 18px;
}
.group_box h1{
	font-size: 18px;
	color: #4d4138;
	font-weight: bold;
	margin-bottom: 26px;
}
.group_con{
	display: flex;
	justify-content: space-between;
}
.group_con img{
	width: 100px;
	height: 100px;
}
.group_detail{
	color: #4d4138;
	font-size: 12px;	
	line-height: 18px;
}
.group_detail p{
}
.group_box{
	padding: 80px 52px;
}
.footerwrap {
    background: #e36920;
	max-width: 1600px;
	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;
}
.p_slogan,.p_act{
	display: none;
}
@media screen and (max-width:1499px){
	.wrap{
		width: 1260px;
	}
	.main{
		overflow-x: hidden;
		padding: 0 60px 30px;
	}
}
@media screen and (max-width:700px){
	.wrap{
		width: 100%;
	}
	.main{
		overflow-x: hidden;
		padding: 0 20px 30px;
	}
	.p_slogan,.p_act{
		display: block;	
	}
	.intro1_box{
		display: none;
	}
	.nav{
		white-space: nowrap;
		overflow: auto;
	}
	.nav a{
		margin: 0 8px;
		font-size: 15px;
	}
	.pic_bg{
		display: none;
	}
	.title{
		padding: 0!important;
		text-align: center;
		color: #756c4e;
		margin-bottom: 22px;
	}
	.title p{
		width: 100%;
		text-align: center;
	}
	.slogan{
		margin-top: 0;
	}
	.svg1{
		font-size: 24px;
		width: auto;
		height: 65px;
		margin-bottom: 0;
	}
	.svg2{
		width: auto;
		font-size: 20px;
	}
	.month{
		margin-top: 0;
		font-size: 16px;
	}
	.head{
		height: 205px;
	}
	.slogan{
		display: none;
	}
	.p_slogan{
		margin-top: 22px;
	}
	.p_slogan p{
		display: block;
		text-align: center;
		margin: 12px 0;
	}
	.p_slogan p{
		font-weight: bold;
	}
	.p_slogan p:nth-child(1){
		color: #fff6d2;
		font-size: 24px;
	}
	.p_slogan p:nth-child(2){
		color: #fff6d2;
		font-size: 20px;
	}
	.p_slogan p:nth-child(3){
		color: #fffff2;
		font-size: 14px;
	}
	.p_slogan p:nth-child(4){
		color: #fffff2;
		font-size: 13px;
	}
	.main div{
		max-width: 100%;
		width: 100%;
		overflow: hidden;
	}
	.intro_box{
		height: auto;
		padding: 22px;
	}
	.intro_box p{
		margin-bottom: 12px;
	}
	.detail_left{
		display: none;
	}
	.dr_title{
		margin-bottom: 12px;
	}
	.activity1,.activity2{
		padding: 18px 22px;
		margin: 0;
	}
	.act_name{
		display: none;
	}
	.act_title{
		font-size: 18px;
		line-height: 24px;
	}
	.activity span{
		line-height: 28px;
	}
	.p_act{
		margin-bottom: 12px;
	}
	.p_act span{
		color: #fda45c;
		font-size: 18px;
		font-weight: bold;
	}
	.report_pic_box{
		flex-wrap: wrap;
		margin-bottom: 40px;
	}
	.report_pic_con{
		width: 100%;
		display: inline-table;
	}
	.link_title{
		font-size: 15px;
	}
	.link_box a {
	    flex: 0 0 43%;
	    padding-left: 6px;
	    margin-bottom: 30px;
	}
	.photo_box img{
		flex: 0 0 45%;
		width: 44%;
	}
	.sign_group{
		flex-wrap: wrap;
	}
	.sign h2{
		font-size: 15px;
		white-space: nowrap;
	}
	.sign_box, .group_box{
		padding: 30px 22px 30px;
		height: auto;
	}
	.inputtext {
	    width: 70%;
	}	
	.sign_btn{
		font-size: 16px;
	}
	.group_con{
		flex-wrap: wrap;
	}
	.group_con img{
		margin: auto auto;
	}
	.group_detail span{
		display: block;
	}
	.footer {
		width: 100%;
		margin-top: 20px;
	}
	.footer_l {
		width: 100%;
		text-align: center;
	}
	.footer_r {
		float: right;
		width: 96%;
		padding: 0 2%;
	}
}