body,h1,h2,h3,h4,p,dl,dd,ul,ol,form,input,textarea,th,td,select{margin: 0;padding: 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"; }
html {font-size: 625%;/*10 Ã· 16 Ã— 100% = 62.6%*/}  /*1rem=100px*/
body {font-size: 0.14rem;/*1.4 Ã— 10px = 14px */}

body{
	background: #eae7e2;
	text-align: justify;
}
.clearf::after{
	content: '';	
	display: block;
	clear: both;
}
.show{
	display: block !important;
}
.wrap{
	max-width: 10rem;
	margin: auto;
	background: #fff;
	box-shadow: 0 0 20px #737373;
}
.title{
	/*padding-left: .36rem;*/
	padding-bottom: .25rem;
	padding-top: .4rem;
}
.ttmd{
	background: url(../img/title_bg1.png) no-repeat;
	width: 1.83rem;
	background-size: contain;
}
.ttlg{
	background: url(../img/title_bg2.png) no-repeat;
	width: 2.93rem;
	background-size: contain;
}
.ttbig{
	background: url(../img/title_bg3.png) no-repeat;
	width: 3.69rem;
	background-size: contain;
}
.title_text{
	height: .53rem;
	line-height: 0.45rem;
	color: #675339;
	text-align: center;
	font-size: .22rem;
	background-size: contain;
}
.content_box{
	padding: 0 .4rem;
}
header{
	max-width: 10rem;
	margin: auto;
	height: 3.95rem;
	background: url(../img/bg.jpg) no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.banner_text{
	position: absolute;
    margin: auto;
    top: .75rem;
    /*bottom: 0;*/
    left: 0;
    right: 0;
}
.banner_nav{
	position: absolute;
	max-width: 10rem;
	width: 100%;
	height: .4rem;
	background: rgba(171,127,84,.75);
	bottom: 0;
	border-bottom: .05rem solid #e8991b;
    text-align: center;
    line-height: 40px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}
.banner_nav li{
	display: inline-block;
}
.banner_nav a{
	font-size: .18rem;
	color: #fff;
}
.banner_nav i{
	padding: 0 .1rem;
	font-size: .18rem;
	color: #eacc98;
}
.news{
	max-width: 9.4rem;
	width: 100%;
	margin: auto;
}
.news_l img{
	width: 100%;
}
.news_l{
	max-width: 4.71rem;
	/*height: 3.37rem;*/
	width: 100%;
	float: left;
}
.news_l p {
    width: 94%;
    position: absolute;
    font-size: .17rem;
    color: #fff;
    bottom: 0;
    height: .42rem;
    padding: 0 3%;
    z-index: 1;
    background-color: rgba(12, 12, 12, 0.69);
    line-height: .42rem;
}
.news_r{
	float: left;
	max-width: 4.3rem;
	width: 100%;
    height: 2.56rem;
	margin-left: .12rem;
    overflow-y: auto;
}
.news_r h1{
	color: #96632e;
	font-size: .14rem;
	padding: .1rem;
}
.news_r p{
	color: #808080;
	font-size: .12rem;
    padding: 0 .1rem .05rem;
}
.news_block ul li:nth-child(odd){
	background: #fffaef;
}
.news_block ul li:nth-child(even){
	background: #f3f0ef;
}
.text_box{
	display: block;
	width: 100%;
	margin-bottom: .2rem;
}
.text_con{
	max-width: 8.2rem;
	margin: auto;
	color: #333333;
	font-size: .12rem;
}
.release_list{
	padding-left: .27rem;
	border-left: 1px solid #d15900;
	margin-left: .59rem;
	position: relative;
}
.release_list::before{
	content: '';
	position: absolute;
	background: url(../img/release_icon.png) no-repeat;
	width: .17rem;
	height: .17rem;
	top: -.02rem;
    left: -.09rem;
}
.release_list::after{
	content: '';
	position: absolute;
	background: url(../img/release_icon.png) no-repeat;
	width: .17rem;
	height: .17rem;
	bottom: -.02rem;
    left: -.09rem;
}
.rl_title{
	color: #d15900;
	font-size: .14rem;
	line-height: .22rem;
}
.release_list li{
	color: #666666;
	font-size: .12rem;
	line-height: .18rem;
}
.talk_box{
	width: 100%;
	background: #f8eddc;
	border-radius: 12px;
	position: relative;
}
.tb_title,.meeting_title{
	z-index: 99;
	position: absolute;
	top: .22rem;
	left: .25rem;
	width: 4.3rem;
	height: .3rem;
	line-height: .3rem;
	text-indent: .3rem;
	font-weight: bold;
	color: #7a3700;
	font-size: .18rem;
	background: -webkit-linear-gradient(left,rgba(248,181,85,1),rgba(0,0,0,0));
	background: -moz-linear-gradient(left,rgba(248,181,85,1) 0%,rgba(0,0,0,0) 100%);; /*FireFox*/
	background: -o-linear-gradient(left,rgba(248,181,85,1) 0%,rgba(0,0,0,0) 100%);  /* Opear */
	background: -ms-linear-gradient(left,rgba(248,181,85,1),rgba(0,0,0,0)); /*IE10及IE10+*/
}
.meeting_title{
	top: .17rem;
	left: .17rem;
}
.talk_con{
    padding: .22rem 0 .22rem .22rem;
    margin-top: .2rem;
	display: none;
}
.talk_first_left{
	width: 3rem;
	height: 2.18rem;
	float: left;
    position: relative;
}
.talk_l_con{
	display: none;
}
.talk_l_con img{
	width: 100%;
}
.select_guest{
	width: 1.05rem;
	float: left;
    padding: .65rem .1rem 0 .5rem;
}
.introduction{
	position: absolute;
	bottom: 0;
	width: 3rem;
	height: .57rem;
	color: #ffffff;
	/*line-height: .67rem;*/
	background: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.6));
	background: -moz-linear-gradient(left,rgba(0,0,0,0) 0%,rgba(0,0,0,.6) 100%);; /*FireFox*/
	background: -o-linear-gradient(left,rgba(0,0,0,0) 0%,rgba(0,0,0,.6) 100%);  /* Opear */
	background: -ms-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.6)); /*IE10及IE10+*/
}
.introduction span{
    padding: .1rem;
    display: inline-block;
}
.talk_first_right{
    float: left;
    max-width: 4.35rem;
    width: 100%;
    height: 1.9rem;
    position: relative;
}
.talk_title{
	color: #9d6f43;
	font-size: .18rem;
    margin: .2rem 0;
    display: block;
}
.talk_text{
	color: #888f93;
	font-size: .12rem;
}	
.select_guest li{
	width: 1.04rem;
	height: .31rem;
	display: inline-block;
	margin-right: .05rem;
	margin-bottom: .14rem;
	background: #fce9bf;
	color: #9d6f43;
	font-size: .14rem;
	background: url(../img/talk_icon.png) 10px 5px no-repeat;
	background-color: #f5deb9;
	cursor: pointer;
    text-indent: 0.4rem;
    line-height: .31rem;
    font-weight: bold;
    border-radius: 6px;
    box-shadow: 2px 2px 3px #666;
}
.selected{
	box-shadow: none !important;
}
.meeting{
    width: 100%;
    background: #f8eddc;
    border-radius: 12px;
    position: relative
}
.talk_second{
	margin-top: .2rem;
	padding: .17rem;
}
.talk_second_left{
	max-width: 3.92rem;
	float: left;
}
.guest{
	color: #c4942f;
	font-size: .14rem;
	margin-top: .2rem;
}
.talk_second_right{
    max-width: 4.5rem;
    display: flex;
    justify-content: space-between;
    margin-left: 0.36rem;
    float: left;
    flex-wrap: wrap;
}
.talk_second_right li img{
	width: .96rem;	
	height: 1.16rem;
}
.talk_second_right li{
	margin-bottom: .36rem;
    max-width: 96px;
}
.talk_second_right li p{
	margin-top: .04rem;
}
.talk_second_right  span{
	display: block;
	text-align: center;
}
.name{
	color: #b0895e;
	font-size: .12rem;
	padding: .05rem 0;
}
.job{
	color: #6d7577;
	font-size: .1rem;	
	padding-bottom: .05rem;
}
.review{
	/*margin-top: 35px;*/
	overflow: hidden;
	position: relative;
	/*height: 220px;*/
}
.review_show{
	overflow-x: auto;
    /*max-width: 8.5rem;*/
    margin: .2rem auto 0;
    width: 100%;
}
ul.accordion {
    list-style: none;
    font-family: "Hiragino Sans GB","Microsoft YaHei","PingHei","Lucida Grande", "Lucida Sans Unicode","Helvetica","Arial","Verdana","sans-serif";
    font-size: 16px;
    line-height: 1.5em;
    overflow: hidden;
    width: 140%;
    height: 180px;
}
ul.accordion img{
    margin-left: -40px
}
ul.accordion li {
    float: left;
    width: 85px;
    height: 180px;
    display: block;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -moz-box-shadow: 1px 3px 15px #555;
    -webkit-box-shadow: 1px 3px 15px #555;
    box-shadow: 1px 3px 15px #555;
}
ul.accordion li .heading {
	position: absolute;
    top: 32%;
    width: 100%;
    background-color: #fff;
    padding: 10px 0;
    opacity: 0.9;
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
    color: #444;
    text-align: center;
    text-shadow: -1px -1px 1px #ccc;
}
ul.accordion li .bgDescription {
    background: -webkit-linear-gradient(bottom, #cc9933, transparent);
    opacity: 0.8;
    height: 340px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    display: none;
}
ul.accordion li .description {
    position: absolute;
    width: 280px;
    height: 175px;
    bottom: 0px;
    left: 0px;
    display: none;
}
ul.accordion li .description h2 {
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 20px;
    color: #fff;
    text-align: left;
    margin: 0px 0px 15px 5px;
}
ul.accordion li .description p {
	color: #fff;
    line-height: 14px;
    margin: 10px 5px;
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
    line-height: 1.5em;
}
ul.accordion li .description a {
    position: absolute;
    bottom: 0px;
    left: 5px;
    text-transform: uppercase;
    font-style: normal;
    font-size: 11px;
    text-decoration: none;
    color: #fff;
}
.group{
	margin-top: 0;
	width: 100%;
	/*height: 3.67rem;*/
	padding-bottom: .3rem;
	background: url(../img/group_bg.png) no-repeat;
	background-size: 100% 100%;
}
.group>.title{
    display: inline-block;
    width: 100%;
    padding: 0;
    padding-top: .6rem;
}
.group_con{
	max-width: 3.92rem;
    width: 100%;
    margin: .2rem 3.4rem;
}
.host{
	margin: .14rem 0;
	font-size: .16rem;
	color: #4c4c4c;
}
.cb {
    margin: .04rem 0;
    font-size: .14rem;
}
.group_con span{
	font-size: .12rem;
	color: #4c4c4c;
	display: block;;
}
.group_con img{
	float: left;
	width: 1rem;
	height: 1rem;
	margin-right: .1rem;
}
.group_bottom{
	margin-top: .05rem;
}
footer{
	width: 100%;
	background: #e7dcc0;
	padding-bottom: .2rem;
    box-shadow: 0 8px 20px #737373;
}
.text_logo{
    padding-top: 0.69rem;
    margin-left: .41rem;
    float: left;
    width: 1.84rem;
}
.footer_text{
	padding-top: .2rem;
}
.footer_text p{
	float: right;
	width: 69%;
    padding: .05rem .3rem;
    color: #333;
}
@media only screen and (max-width: 500px) {
	.report{
		padding-top: 0 !important;
	}
	.banner_text{
		width: 80%;
	    bottom: 0.6rem;
	    top: initial;
	}
	header{
	    height: 2.35rem;
	}
	.content_box{
		padding: 0;
	}
	.news_l{
		margin-bottom: .2rem;
	}
	.news_r,.talk_first_right{
		margin: 0;
	}
	.text_con{
		width: 86%;
	}
	.release_list{
		padding-left: 0.17rem;
	    margin-left: 0.19rem;
	}
	.select_guest{
		width: auto;
	    padding: .65rem .1rem 0 0.1rem;
	}
	.talk_second_right{
		margin: .1rem auto;
	}
	.talk_con{
		padding: .1rem;
	}
	.review_show {
	    overflow: auto;
	}
	#accordion {
	    width: 30rem;
	}
	ul.accordion li {
	    width: 280px;
	}
	.group_con{
		margin: auto;
	}
	.sign_box{
		padding: .1rem 0;
	}
	.sign_box input{
		display: block;
    	margin: 0.1rem auto;
    	width: 70%;
	}
	footer{
		height: auto;
		bottom: auto;
	}
	.footer_text p{
		width: auto;
	}
	.group{
	    height: 2.77rem;
	}
	.text_logo{
		display: block;
		padding: .21rem 0 0 0;
		margin: auto;
		float: inherit;
	}
	.group>.title{
		padding-top: .2rem;
	}
}