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;
}
html{
	background: #ffffff;
}
/*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";
	width: 1600px;
	margin: auto;
	background: url(../img/footer_bg.png) no-repeat center bottom;
	background-color: #fbfae9;
}
.clearf::after {
	content: '';
	display: block;
	clear: both;
}
.show {
	display: block !important;
}
.flex{
	display: flex !important;
}
.wrap {
	position: relative;
	width: 1600px;
	margin: auto;
	background: url(../img/head_bg.png) no-repeat;
	/* background-color: #fbfae9; */
}
.head{
	/* height: 1000px; */
	padding: 54px 0;
	position: relative;
}
.head::before{
	content: '';
	position: absolute;
	width: 100px;
	height: 50px;
	background: linear-gradient(45deg,#f7ae46,transparent);
	top: 0;
	left: 0;
    filter: opacity(0.5);
}
.nav{
	text-align: center;
	background: #b39b69;
	padding: 6px 0;
}
.nav a{
	font-size: 18px;
	color: #ffffff;
	margin: 0 10px;
}
.slogan p{
	color: #6b2d1a;
	text-align: center;
}
.slogan p:nth-child(1){
	font-size: 50px;
	font-weight: bold;
}
.slogan p:nth-child(2){
	font-size: 70px;
	font-weight: bold;
	margin-bottom: 23px;
}
.slogan p:nth-child(3){
	font-size: 24px;
	margin-bottom: 6px;
}
.slogan p:nth-child(4){
	font-size: 18px;
	margin-bottom: 26px;
}
.slogan p:nth-child(5){
	font-size: 31px;
}
.main{
	width: 1180px;
	margin: auto auto;
	background: #f5f4f2;
	box-sizing: border-box;
	padding: 35px;
	border-radius: 16px;
}
.report{
	display: flex;
	justify-content: space-between;
}
.report_left{
	width: 581px;
	height: 379px;
	border-radius: 6px;
	position: relative;
}
.report_left img{
	min-width: 100%;
	height: 100%;
}
.sw1 .swiper-slide{
	position: relative;
	border-radius: 12px;
	overflow: hidden;
}
.rl_title{
	font-size: 18px;
	color: #884708;
	font-weight: bold;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	background: #dad0c2;
	padding: 12px;
	height: 70px;
	white-space: nowrap;
	text-overflow: ellipsis;
    overflow: hidden;
}
.sw1{
	height: 100%;
}
.sw1p{
	bottom: 8px;
	right: 0;
	left: 0;
	margin: auto auto;
}
.report .swiper-pagination-bullet-active{
	background: #f3981c;
}
.swiper-pagination-bullet{
	background: #e5e5e5;
	opacity: 1;
	margin: 0 4px;
}
.report_right{
	width: 494px;
}
.title{
	font-size: 24px;
	color: #934912;
	font-weight: bold;
	position: relative;
	display: flex;
	overflow: hidden;
	margin-bottom: 22px;
}
.title span{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 16px;
}
.title span:nth-child(1)::before{
	content: '';
	position: absolute;
	background: url(../img/title_before.png);
	width: 15px;
	height: 15px;
	top: 12px;
	left: -20px;
}
.title span:nth-child(2){
	position: relative;
	z-index: 99;
}
.title::after{
	content: '';
	position: absolute;
	background: url(../img/title_after.png) repeat-x;
	width: calc(100% - 100px);
	height: 5px;
	top: 20px;
	right: 0;
}
.report_right .title::after{
	width: calc(100% - 220px);
}
.report_right span{
	cursor: pointer;
	font-weight: normal;
}
.bold{
	font-weight: bold !important;  
}
.report_box{
    height: 322px;
    overflow-y: scroll;
    padding-right: 14px;
	display: none;
}
.report_con{
	margin-bottom: 28px;
	display: block;
}
.art_title{
	font-size: 16px;
	color: #934912;
	margin-bottom: 10px;
}
.art_text{
	font-size: 12px;
	color: #807f7e;
	line-height: 18px;
}
.title:not(.report .title){
	margin: 48px 0 23px;
}
.observation_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	height: 710px;
	overflow: auto;
}
.observation_con{
	width: 352px;
	height: 197px;
	border-radius: 6px;
	position: relative;
	margin-bottom: 40px;
}
.ob_con_title{
	width: 330px;
	background: #c09558;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	box-sizing: border-box;
	padding: 8px 0;
	text-align: center;
	position: absolute;
	bottom: -16px;
	left: 0;
	right: 0;
	margin: auto auto;
	height: 34px;
}
.observation img{
	min-width: 100%;
	height: 100%;
}
.video_box{
	display: flex;
	justify-content: space-between
}
.v_left{
	width: 720px;
	height: 380px;
}
.video_title{
	position: absolute;
	bottom: 10px !important;
	left: 10px !important;
	font-size: 14px !important;
	font-weight: bold;
	color: #fff !important;
}
.pic{
	display: flex;
    height: 100%;
    cursor: pointer;
}
.slider_circle_10 .active{
	width: 491px;
	height: 338px;
	margin: 0;
	left: 140px;
	top: 20px;
	z-index: 99;
	position: relative;
	cursor: pointer;
}
.slider_circle_10 .prev1, .slider_circle_10 .next1{
	top: 10%;
	height: 290px;
	width: 344px;
	background: rgba(0,0,0,.5) !important;
}
.slider_circle_10 .prev1{
	left: 400px;
}
.slider_circle_10 .next1{
	left: 355px;
	margin: 0;
}
.slider_circle_10 {
    position: relative;
    width: inherit;
    height: inherit;
}	
div.slider > div:not(.nav_indicators):not(.next_button):not(.prev_button){
	box-shadow: none;
	border: none;
	/*filter: brightness(0.6);*/
	border-radius: 6px;
}
.prev_button{
	background: url(../img/video_left.png) !important;
    left: 4% !important;
}
.next_button{
	background: url(../img/video_right.png) !important;
	right: -42px !important;
	left: inherit !important;
}
.prev_button,.next_button{
	border: none !important;
	width: 62px !important;
	height: 62px !important;
}
.prev_button::after,.next_button::after{
	display: none !important;
}
.v_right{
	width: 327px;
	height: 414px;
	padding: 12px 20px 12px 12px;
	float: right;
	box-sizing: border-box;
	background: #e7e7e7;
	overflow: auto;
}
.v_right h3{
	color: #323232;
	margin-bottom: 14px;
	cursor: pointer;
	font-size: 14px;
	text-overflow: ellipsis;
	/* white-space: nowrap; */
	overflow: hidden;
}
video {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 9999;
    background: #ccc;
    width: 80%;
    max-width: 1200px;
    display: none;
}
.best100_box{
	padding: 0 30px;
	display: flex;
	justify-content: space-between;
}
.best100_box p{
	font-size: 12px;
	color: #807f7e;
	line-height: 18px;
	width: 758px;
	padding-top: 20px;
}
.best100 .title::after{
	width: calc(100% - 220px);
}
.theme_speech .title::after{
	width: calc(100% - 130px);
}
.best100_btn a{
	width: 248px;
	box-sizing: border-box;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	background: linear-gradient(to top,#b77341,#efab34);
	display: block;
	padding: 13px 0;
	border-radius: 10px;
}
.best100_btn a:nth-child(2){
	padding: 9px 0;
	line-height: 12px;
	margin-top: 12px;
}
.theme_speech_box{
	display: flex;
}
.ts_left{
	width: 400px;
	margin-right: 24px;
	flex-grow:0;
	flex-shrink:0;
}
.ts_left img{
	width: 100%;
}
.ts_left a{
	font-size: 14px;
	color: #934912;
	padding: 9px 0;
	border-bottom: 1px solid #cfcfcf;
	position: relative;
	display: block;
	padding-left: 30px;
}
.ts_left a::before{
	content: '';
	position: absolute;
	width: 9px;
	height: 9px;
	background: #fc9f4d;
	border-radius: 2px;
	transform: rotateZ(45deg);
	left: 10px;
	top: 14px;
}
.ts_right{
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
}
.name{
	font-size: 14px;
	font-weight: bold;
	color: #934912;
	line-height: 18px;
	flex: 100%;
	margin: 8px 0;
}
.job{
	font-size: 12px;
	color: #934912;
	line-height: 20px;	
	flex: 100%;
}
.guest_con{
	display: flex;
	flex-wrap: wrap;
	width: 110px;
	text-align: center;
	align-content: baseline;
	margin-right: 24px;
	margin-bottom: 14px;
}
.guest_con img{
	min-width: 100%;
}
.block2 .title::after{
	width: calc(100% - 130px);
}
.block_box{
	display: flex;
	justify-content: space-between;
}
.block_left{
	width: 400px;
}
.block_left img{
	min-width: 100%;
	height: 100%;
}
.block_right{
	width: 640px;
}
.br_title{
	color: #934912;
	font-size: 24px;
	margin-bottom: 15px;
}
.br_text{
	color: #807f7e;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 46px;
	display: block;
}
.guests{
	color: #934912;
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
	position: relative;
}
.guests::before{
	content: '';
	position: absolute;
	width: 9px;
	height: 9px;
	background: #fc9f4d;
	border-radius: 2px;
	transform: rotateZ(45deg);
	left: 0;
	top: 4px;
}
.block_bottom{
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
}
.review{
	overflow-y: hidden;
    white-space: nowrap;
}
.review_box{
	overflow-x: auto;
	padding-bottom: 42px;
}
.review_con{
	display: inline-block;
    margin-right: 12px;
	position: relative;
	border-radius: 16px 0 16px 0;
}
.review_con:hover .years_img{
	display: flex;
}
.review_con img{
	width: 250px;
	height: 140px;
	border-radius: 16px 0 16px 0;
}
.years{
	color: #f2f1f1;
	font-size: 14px;
	text-align: center;
	bottom: -8px;
	z-index: 2;
	position: absolute;
	width: 100%;
	letter-spacing: 1px;
}
.review_con::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 20px;
	background: #c09558;
	left: 0;
	bottom: -8px;
	border-radius: 0 0 16px 0;
}
.group{
    color: #33364f;
    font-size: 12px;
}
.group .title::after{
	width: calc(100% - 230px);
}
.group_left{
	float: left;
	width: 44%;
}
.group_right{
	float: right;
	width: 50%;
}
.group_right img{
	width: 106px;
	margin-top: 4px;
	margin-right: 15px;
	float: left;
	margin-bottom: 180px;
}
.group_title{
	font-size: 18px;
	font-weight: bold;
	color: #33364f;
	text-align: center;
	margin-bottom: 28px;
}
.group_right span{
	display: block;
	margin-bottom: 4px;
}
.g_title:first-child{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px;
}
.g_title:not(:first-child){
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}
.span{
	/* display: inline-block;
	float: left; */
}
.footerwrap {
    /* background: #fe5d21; */
	padding-bottom: 14px;
}
.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;
}
.footer_bg{
	background: url(../img/footer_bg.png);
	width: 100%;
	height: 776px;
	position: absolute;
	bottom: 0;
}
@media screen and (max-width:1600px){
	body{
		width: 100%;
	}
	.wrap{
		width: 100%
	}
}		
@media screen and (max-width:700px){
	body{
		width: 100%;
	}
	.head {
	    padding: 34px 0;
	}	
	.wrap{
		width: 100%;
	}
	.main{
		overflow-x: hidden;
		padding: 0 20px 30px;
		width: 100%;
	}
	.p_slogan,.p_act{
		display: block;	
	}
	.intro1_box{
		display: none;
	}
	.nav{
		white-space: nowrap;
		overflow: auto;
	}
	.nav a{
		margin: 0 8px;
		font-size: 15px;
	}
	.slogan p:nth-child(1){
		font-size: 20px;
	}
	.slogan p:nth-child(2){
		font-size: 30px;
		margin-bottom: 3px;
	}
	.slogan p:nth-child(3){
		font-size: 23px;
	}
	.slogan p:nth-child(4) {
	    font-size: 16px;
		margin-bottom: 6px;
	}	
	.slogan p:nth-child(5) {
	    font-size: 15px;
	}
	.report,.best100_box,.theme_speech_box,.block_box{
		flex-wrap: wrap;
	}
	.report_left{
		width: 100%;
		height: auto;
		margin-bottom: 22px;
	}
	.observation_con{
		width: 100%;
	}
	.observation img{
		width: 100%;
	}
	.video{
		display: none;
	}
	.best100_btn{
		display: block;
		margin: 20px auto 0;
	}
	.ts_left{
		width: 100%;
	}
	.ts_right{
		margin: 12px 0;
		justify-content: space-between;
	}
	.guest_con{
		max-width: 110px;
		flex: 0 0 48%;
		margin: 0 0 20px;
	}
	.block_box{
		
	}
	.block_left{
		width: 100%;
	}
	.block_left img{
		max-width: 100%;
	}
	.br_title{
		margin-top: 12px;
	}
	.block_bottom{
		justify-content: space-between;
	}
	.group_left{
		width: auto;
		margin-bottom: 12px;
		width: inherit;
	}
	.group_right{
		width: 100%;
		float: left;
		text-align: left;
	}
	.footer {
		width: 100%;
		margin-top: 20px;
	}
	.footer_l {
		width: 100%;
		text-align: center;
	}
	.footer_r {
		float: right;
		width: 96%;
		padding: 0 2%;
	}
}	