@charset "utf-8";
*html{background-image:url(about:blank);background-attachment:fixed;font-family: arial,'Microsoft Yahei',微软雅黑,宋体,宋体,Tahoma,Arial,Helvetica,STHeiti;}
/*全局定义*/
body,form,ul,ol,li,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,iframe,pre,fieldset,blockquote{margin:0;padding:0; font-size:14px;font-family: arial,'Microsoft Yahei',微软雅黑,宋体,宋体,Tahoma,Arial,Helvetica,STHeiti;}

table,img,abbr,acronym{border:0;}table{border-collapse:separate;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-style:inherit;}
address,caption,cite,i,code,dfn,var,em{font-weight:normal;font-style:normal;}
sup{vertical-align:text-top;} sub{vertical-align:text-bottom;}
ul,li{list-style-type:none; text-transform:capitalize;}input,select,button,img{vertical-align:middle;}
p,a,span{word-break:break-all;word-wrap:break-word;white-space:normal;}
q:before,q:after{content:''; cursor:pointer;}caption {text-align:left;}
a,a img,button{cursor:pointer;}a {color:#42210b;text-decoration:none; }
a:focus,input:focus,button:focus{outline:none;} 
a:hover{color:#333333; text-decoration:none;}

.b { font-weight:bold;}
.form { padding:0; margin:0;font-family:"arial, helvetica, sans-serif";}

/*定位*/
.fl{float:left;}.fr{float:right;}.fht{float:inherit;}
.tl{text-align:left;}.tc{text-align:center;}.tr{text-align:right;}
.cb{line-height:0px; clear:both; height:0px;font-size:0px; over-flow:hidden;}.cl{clear:left;}.cr{clear:rigth;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
* html .clearfix{zoom:1;} *+html .clearfix{zoom:1;}
.wz { position: relative;}
.wz_ab { position: absolute;}

/*字体大小*/
.f12 { font-size:12px;}
.f14 { font-size:14px;}

.container { width:90%; margin:0 auto;}
.w250 { width:250px;}
.w710 { width:710px;}
.m_l_10 { margin-left:10px;}
.m_t_10 { margin-top:10px;}
.m_b_10 { margin-bottom:10px;}
.m_l_20 { margin-left:20px;}
.m_l_40 { margin-left:40px;}
.m_t_20 { margin-top:20px;}
.m_t_15 { margin-top:15px;}
.m_b_20 { margin-bottom:20px;}
.pan_20 {padding: 20px;}
.m_t_30 { margin-top:30px;}
.m_t_50 { margin-top:50px;}
.pan_30 {padding: 30px;}


/*flex弹性布局*/
.df { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; }
.dif {display: inline-flex;}
.fdr {  -webkit-box-direction: normal;-webkit-box-orient: horizontal;-moz-flex-direction: row;-webkit-flex-direction: row;flex-direction: row;}
.fdrr { -webkit-box-pack: end;-webkit-box-direction: reverse;-webkit-box-orient: horizontal;-moz-flex-direction: row-reverse;-webkit-flex-direction: row-reverse;flex-direction: row-reverse;}
.fdc { -webkit-box-direction: normal;-webkit-box-orient: vertical;-moz-flex-direction: column;-webkit-flex-direction: column;flex-direction: column;}
.fdcr { -webkit-box-pack: end;-webkit-box-direction: reverse;-webkit-box-orient: vertical;-moz-flex-direction: column-reverse;-webkit-flex-direction: column-reverse;flex-direction: column-reverse;}
.fwn {flex-wrap: nowrap;}
.fww {flex-wrap: wrap;}
.fwr {flex-wrap: wrap-reverse;}
.jcfs {-moz-justify-content: flex-start;-webkit-justify-content: flex-start;justify-content: flex-start;}
.jcfe {-moz-justify-content: flex-end;-webkit-justify-content: flex-end;justify-content: flex-end;}
.jcc { -webkit-box-pack: center;-moz-justify-content: center;-webkit-justify-content: center;justify-content: center;}
.jcsb {-moz-justify-content: space-between;-webkit-justify-content: space-between;justify-content: space-between;}
.jcsa {-moz-justify-content: space-around;-webkit-justify-content: space-around;justify-content: space-around;}
.aifs {-moz-align-items: flex-start;-webkit-align-items: flex-start;align-items: flex-start;}
.aife {-moz-align-items: flex-end;-webkit-align-items: flex-end;align-items: flex-end;}
.aic { -webkit-box-align: center;-moz-align-items: center;-webkit-align-items: center;align-items: center;}
.aib {-webkit-box-align: baseline;-moz-align-items: baseline;-webkit-align-items: baseline;align-items: baseline;}
.ais {-webkit-box-align: stretch;-moz-align-items: stretch;-webkit-align-items: stretch;align-items: stretch;}
.acfs {align-content: flex-start;}
.acfe {align-content: flex-end;}
.acc {align-content: center;}
.acsb {align-content: space-between;}
.acsa {align-content: space-around;}
.acs {align-content: stretch;}
.asfs{align-self: flex-start;}
.asfe{align-self: flex-end;}
.asc{align-self: center;}
.asb{align-self: baseline;}
.ass{align-self: stretch;}
.fxg{ -webkit-box-flex: 1.0;-moz-flex-grow: 1;-webkit-flex-grow: 1;flex-grow: 1;}
.fxs{  -webkit-box-flex: 1.0;-moz-flex-shrink: 1;-webkit-flex-shrink: 1;flex-shrink: 1;}
.fxa {flex: auto;}
.fxn {flex: none;}
.fx1 {flex: 1;}
.fx2 {flex: 2;}
.fx3 {flex: 3;}
.fx4 {flex: 4;}
.fx5 {flex: 5;}
.fx6 {flex: 6;}
/**/

/*圆角*/
.yj {-moz-border-radius: 10px; -webkit-border-radius: 10px;  border-radius:10px;            /* W3C syntax */
	border:1px solid #c5bdbd;
	padding:10px;
	}
.b0 { border:0px;}
.white { color:#FFFFFF;}
.b_white {background: #FFF;}
.yellow {color: #f4e607;}
.b_gray {background: #f2f2f2;}

.kuan {border: 1px solid #dfdfdf; }
.box {box-sizing: border-box;}

/* 首页 */
.main {
	box-sizing: border-box;
	position: relative;
	height: 100vh;
}

.img_size {
	width: 100%;
	height: 100%;
}

.nav_1 {
	width: 100%;
	height: 32.25%;
	position: absolute;
	top: 25.5%;
	z-index: 10;
}

.nav_2 {
	width: 100%;
	height: 28.425%;
	position: absolute;
	top: 46.63829%;
	z-index: 10;
}

.nav_3 {
	width: 100%;
	height: 30.9787%;
	position: absolute;
	top: 65.717%;
	z-index: 10;
}

.a_nav {
	width: 3%;
	height: 0;
	padding-bottom: 3%;
	/* background-image: url(../images/dot-s.png); */
	position: absolute;
	opacity: 1;
	z-index: 10;
	right: 3.125%;
	bottom: 32%;
	animation: 2s fateimg 0s infinite;
	background-size: cover;
}


@keyframes fateimg {
	0% {
		background: url(../images/dot-s.png);
		opacity: 1;
		background-size: cover;
	}

	50% {
		background: url(../images/dot-b.png);
		opacity: 1;
		background-size: cover;
	}

	100% {
		background: url(../images/dot-s.png);
		opacity: 1;
		background-size: cover;
	}
}

.tit {
	width: 18%;
	left: 50%;
	margin-left: -7%;
	top: 50%;
	margin-top: -19%;
	z-index: 100;
}

.tit_img {
	width: 100%;
}

.a_qianyan {
	width: 6%;
	height: 0;
	padding-bottom: 6%;
	/* background-image: url(../images/dot-s.png); */
	position: absolute;
	opacity: 1;
	z-index: 10;
	left: 5%;
	top: 18.2%;
	animation: 3s qianyan_img 0s infinite;
	background-size: cover;
}

@keyframes qianyan_img {
	0% {
		background: url(../images/int.png);
		opacity: 0;
		background-size: cover;
	}

	50% {
		background: url(../images/int.png);
		opacity: 1;
		background-size: cover;
	}

	100% {
		background: url(../images/int.png);
		opacity: 0;
		background-size: cover;
	}
}

.qianyan_txt {
	z-index: 10;
	left: 7%;
	top: 30%;
	font-size: 16px;
	line-height: 32px;
	color: #7d351e;
	text-align: justify;
	width: 28%;
}

@media screen and (max-width:580px) {
	.qianyan_txt {
		font-size: 16px;
		line-height: 32px;
	}
}

@media screen and (min-width:600px) and (max-width:1366px) {
	.qianyan_txt {
		font-size: 18px;
		line-height: 36px;
	}
}

@media screen and (min-width:1367px) and (max-width:1920px) {
	.qianyan_txt {
		font-size: 20px;
		line-height: 40px;
	}
}

@media screen and (min-width:1921px) {
	.qianyan_txt {
		font-size: 24px;
		line-height: 48px;
	}
}


/* 2 */
.menu {
	width: 450px;
	padding-top: 50px;
}

.title {
	top: 200px;
	left: 15px;
}

.tree {
	bottom: 0;
	width: 15.15625%;
	height: 41.1%;
	left: 40%;
	margin-left: -10%;
}

/* 3一路芳华 */
.ylfh {
	width: 90%;
	min-width:1300px;
	margin: 0 auto;
	position: relative;
}

.title_ylfh {
	top: 0;
	right: 0px;
}
.title_ybgs {
	top: 200px;
	left: 0px;
}

.vine {
	width: 1300px;
	margin: 0 auto;
	position: relative;
}

.ylfh_tree {
	width: 1300px;
	margin: 120px auto 0 auto;
}

.ylfh_tree ul li {
	position: relative;
}

.jz_top {
	padding-top: 120px;
	padding-bottom: 50px;
}







.year_zl {}

.year_people {
	padding-left: 40px;
	/* border-left: 4px solid #00554a; */
	padding-bottom: 30px;
	margin-top: -10px;
	position: relative;
}

.year_people::before {
	content: "";
	position: absolute;
	background-color: #00554a;
	left: 0;
	top: 10px;
	width: 4px;
	height: 100%;
}

.year:last-child .year_people:last-child {
	margin-bottom: 100px;
}

.year:last-child .year_people:last-child::before {
	content: "";
	position: absolute;
	background-color: #00554a;
	left: 0;
	top: 10px;
	width: 4px;
	height: height: 100%;
}



.year_people h3::before {
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	border-radius: 24px;
	background-color: #d7b78c;
	top: 8px;
	left: -50px;
}

.year_people ul {
	padding-bottom: 20px;
}



.zl_info {
	margin-top: 30px;
}



.ndzl {
	left: -450px;
}

/* .sjz {
	
}
.sjz ul {
	position: relative;
}
.sjz ul li {
	display: flex;
	padding-bottom: 55px;
	background-image: url(../images/dot.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 60px;
}
.sjz ul li h3 {
	font-size: 24px;
	font-weight: normal;
	color: #42210b;
}
.sjz ul li div {
	margin-left: 20px;
	border-left: 2px solid #42210b;
	padding-left: 20px;
}
.sjz ul li dl {
	font-size: 18px;
	font-weight: normal;
	color: #42210b;
	padding-bottom: 30px;
	line-height:20px ;
} */

/*  */


.zyll_txt {
	color: #42210b;
}







@keyframes myMove {
	from {
		width: 5px;
	}

	to {
		width: 200px;
	}
}

@-webkit-keyframes myMove

/* Safari and Chrome */
	{
	from {
		width: 5px;
	}

	to {
		width: 200px;
	}
}



@keyframes myMove_1 {
	from {
		width: 5px;
	}

	to {
		width: 50px;
	}
}

@-webkit-keyframes myMove_1

/* Safari and Chrome */
	{
	from {
		width: 5px;
	}

	to {
		width: 50px;
	}
}

/* open_detail */
.open_detail {
	width: 25vw;
	/* background-color: #cdb79d */
	background-color: rgba(156, 113, 79, 0.5);
	/* background-image: linear-gradient(to bottom right, #cdb79d, #a18161); */
	box-sizing: border-box;
	padding: 30px;
	right: 0;
	top: 20vh;
}

.open_detail:before {
	border: solid transparent;
	content: ' ';
	height: 0;
	right: 100%;
	position: absolute;
	width: 0;
	border-width: 20px;
	border-right-color: rgba(156, 113, 79, 0.5);
	top: 30px;
}

.open_detail_jzr {
	width: 22vw;
	/* background-color: #cdb79d */
	background-color: rgba(156, 113, 79, 0.5);
	/* background-image: linear-gradient(to bottom right, #cdb79d, #a18161); */
	box-sizing: border-box;
	padding: 30px;
	right: -5%;
	top: 20vh;
}

.open_detail_jzr:before {
	border: solid transparent;
	content: ' ';
	height: 0;
	right: 100%;
	position: absolute;
	width: 0;
	border-width: 20px;
	border-right-color: rgba(156, 113, 79, 0.5);
	top: 30px;
}

.open_detail_info {
	overflow: hidden;
	height: 30vh;
	padding-bottom: 10px;
	border-bottom: 1px solid #FFF;
}



.open_detail_pic {
	padding-top: 5px;
	/* width: 438px; */
	height: 140px;
	overflow: hidden;
}
.open_detail_pic ul li {
	margin-right: 5px;
}
.open_detail_pic ul li img {
	height: 130px;
	width: auto;
}
.transverse {
		width:30vw-60px;
		overflow-x: scroll;
	}
.transverse ul {
	display: flex;
}

.ds {display: none;}

.zoom {bottom: 30px; left: 5%; text-align: center; z-index: 1000;}

/*媒体查询*/
@media (max-width:1023px) {
	/* 屏幕宽度大于1024px */
	/* 样式代码 */
	.tit-zyll_img {width: 60%; height: auto;}
	.zyll_txt p {
	    font-size: 16px;
	    line-height: 30px;
	}
	.zyll_txt p span {
		font-size: 24px;
		font-style: italic;
		font-family: 'Times New Roman', Times, serif;
	}
	.myMove_sty {
		background-color: #7d8a79;
		margin-bottom: 10px;
		margin-left: 5px;
		margin-right: 5px;
		width: 200px;
		height: 16px;
		animation: myMove 3s;
		-webkit-animation: myMove 3s;
		/* Safari and Chrome */
	}
	.myMove_sty_1 {
		background-color: #b67d80;
		margin-bottom: 10px;
		margin-left: 5px;
		margin-right: 5px;
		width: 50px;
		height: 16px;
		-webkit-animation: myMove_1 3s;
		/* Safari and Chrome */
	}
	.zyll_mian {
		width: 80%;
		margin: 0 auto;
		position: relative;
		margin-top: 120px;
		padding-left: 190px;
	}
	.zyll_txt img {
		width: 60%;
		max-width: 60px;
		height: auto;
	}
	/* 一路芳华 */
	.title_ylfh img {width: 60%; height: auto;}
	.title_ylfh { top: 0;right: 0px;}
	.button_year {position: absolute; cursor: pointer; background-size: 550px 80px; background-repeat: no-repeat; display: block; width: 550px; height: 80px;}
	.year_50-60 {background-image: url(../images/year_50-60_s.png);}
	.year_1961-1970 {background-image: url(../images/year_1961-1970_s.png);}
	.year_71-80 {background-image: url(../images/year_71-80_s.png);}
	.year_1981-1990 {background-image: url(../images/year_1981-1990_s.png);}
	.year_91-2000 {background-image: url(../images/year_91-2000_s.png);}
	.year_2001-2010 {background-image: url(../images/year_2001-2010_s.png);}
	.year_2011-2020 {background-image: url(../images/year_2011-2020_s.png);}
	.year_2021-2023 {background-image: url(../images/year_2021-2023_s.png);}
	
	.year_people h3 {
		font-size: 18px;
		color: #42210b;
		
		padding-bottom: 10px;
		position: relative;
	}
	.year_title span {
		font-size: 40px;
		color: #42210b;
		font-weight: normal;
	}
	.year_title {
		/* font-family:Verdana, sans-serif; */
		font-family: 'Times New Roman', Times, serif;
		font-style: italic;
		color: #42210b;
		font-size: 20px;
		padding-right: 40px;
		margin-top: -30px;
		font-weight: bold;
	}
	.jz_top span {
		color: #42210b;
		font-size: 18px;
	}
	.year_people ul li {
		color: #42210b;
		font-size: 16px;
		padding-bottom: 10px;
	}
	/* 仰彼高山*/
	.title_ybgs img {width: 60%; height: auto;}
	.open_detail_info p{
		font-size: 14px;
		line-height: 20px;
		margin-top: 10px;
		color: #FFF;
	}
	.open_detail h3,.open_detail_jzr h3 {
		font-size: 18px;
		line-height: 30px;
		color: #FFF;
		border-bottom: 1px solid #FFF;
		padding-bottom: 10px;
	}
	.open_detail h4 {
		font-size: 16px;
		line-height: 32px;
		color: #FFF;
		/* border-top: 1px solid #FFF; */
		padding-top: 10px;
		margin-top: 10px;
		font-weight: normal;
	}
	.zoom p {
		font-size: 14px;
		padding-top: 10px;
		color: #FFF;
	}
}
@media (min-width:1024px) {
	/* 屏幕宽度大于1024px */
	/* 样式代码 */
	.tit-zyll_img {width: 60%; height: auto;}
	.zyll_txt p {
	    font-size: 16px;
	    line-height: 30px;
	}
	.zyll_txt p span {
		font-size: 24px;
		font-style: italic;
		font-family: 'Times New Roman', Times, serif;
	}
	.myMove_sty {
		background-color: #7d8a79;
		margin-bottom: 10px;
		margin-left: 5px;
		margin-right: 5px;
		width: 200px;
		height: 16px;
		animation: myMove 3s;
		-webkit-animation: myMove 3s;
		/* Safari and Chrome */
	}
	.myMove_sty_1 {
		background-color: #b67d80;
		margin-bottom: 10px;
		margin-left: 5px;
		margin-right: 5px;
		width: 50px;
		height: 16px;
		-webkit-animation: myMove_1 3s;
		/* Safari and Chrome */
	}
	.zyll_mian {
		width: 80%;
		margin: 0 auto;
		position: relative;
		margin-top: 120px;
		padding-left: 190px;
	}
	.zyll_txt img {
		width: 60%;
		max-width: 60px;
		height: auto;
	}
	/* 一路芳华 */
	.title_ylfh img {width: 60%; height: auto;}
	.title_ylfh { top: 0;right: 0px;}
	.button_year {position: absolute; cursor: pointer; background-size: 550px 80px; background-repeat: no-repeat; display: block; width: 550px; height: 80px;}
	.year_50-60 {background-image: url(../images/year_50-60_s.png);}
	.year_1961-1970 {background-image: url(../images/year_1961-1970_s.png);}
	.year_71-80 {background-image: url(../images/year_71-80_s.png);}
	.year_1981-1990 {background-image: url(../images/year_1981-1990_s.png);}
	.year_91-2000 {background-image: url(../images/year_91-2000_s.png);}
	.year_2001-2010 {background-image: url(../images/year_2001-2010_s.png);}
	.year_2011-2020 {background-image: url(../images/year_2011-2020_s.png);}
	.year_2021-2023 {background-image: url(../images/year_2021-2023_s.png);}
	
	.year_people h3 {
		font-size: 18px;
		color: #42210b;
		
		padding-bottom: 10px;
		position: relative;
	}
	.year_title span {
		font-size: 40px;
		color: #42210b;
		font-weight: normal;
	}
	.year_title {
		/* font-family:Verdana, sans-serif; */
		font-family: 'Times New Roman', Times, serif;
		font-style: italic;
		color: #42210b;
		font-size: 20px;
		padding-right: 40px;
		margin-top: -30px;
		font-weight: bold;
	}
	.zl_info h3 {
		color: #42210b;
		font-size: 16px;
		font-weight: normal;
	}
	
	.zl_info i {
		width: 2px;
		height: 10px;
		background-color: #42210b;
		margin-left: 8px;
	}
	
	.zl_info p {
		color: #42210b;
		font-size: 16px;
		font-weight: normal;
	}
	.jz_top span {
		color: #42210b;
		font-size: 16px;
	}
	.year_people ul li {
		color: #42210b;
		font-size: 16px;
		padding-bottom: 10px;
	}
	.img_s {
		width: 16px;
		height:16px;
	} 
	/* 仰彼高山*/
	.title_ybgs img {width: 60%; height: auto; }
	.open_detail_info p{
		font-size: 14px;
		line-height: 20px;
		margin-top: 10px;
		color: #FFF;
	}
	.open_detail h3,.open_detail_jzr h3 {
		font-size: 18px;
		line-height: 30px;
		color: #FFF;
		border-bottom: 1px solid #FFF;
		padding-bottom: 10px;
	}
	.open_detail h4 {
		font-size: 16px;
		line-height: 32px;
		color: #FFF;
		/* border-top: 1px solid #FFF; */
		padding-top: 10px;
		margin-top: 10px;
		font-weight: normal;
	}
	.zoom p {
		font-size: 14px;
		padding-top: 10px;
		color: #FFF;
	}
}
@media (min-width:1440px) {
	/* 屏幕宽度大于1440px */
	/* 样式代码 */
	.tit-zyll_img {width: 80%; height: auto;}
	.zyll_txt p {
	    font-size: 18px;
	    line-height: 36px;
	}
	.zyll_txt p span {
		font-size: 32px;
		font-style: italic;
		font-family: 'Times New Roman', Times, serif;
	}
	.myMove_sty {
		background-color: #7d8a79;
		margin-bottom: 10px;
		margin-left: 5px;
		margin-right: 5px;
		width: 200px;
		height: 18px;
		animation: myMove 3s;
		-webkit-animation: myMove 3s;
		/* Safari and Chrome */
	}
	.myMove_sty_1 {
		background-color: #b67d80;
		margin-bottom: 10px;
		margin-left: 5px;
		margin-right: 5px;
		width: 50px;
		height: 18px;
		-webkit-animation: myMove_1 3s;
		/* Safari and Chrome */
	}
	.zyll_mian {
		width: 80%;
		margin: 0 auto;
		position: relative;
		margin-top: 120px;
		padding-left: 190px;
	}
	.zyll_txt img {
		width: 80%;
		max-width: 80px;
		height: auto;
	}
	/* 一路芳华 */
	.title_ylfh img {width: 80%; height: auto;}
	.title_ylfh { top: 0;right: 0px;}
	.button_year {position: absolute; cursor: pointer; background-size: 550px 80px; background-repeat: no-repeat; display: block; width: 550px; height: 80px;}
	.year_50-60 {background-image: url(../images/year_50-60_s.png);}
	.year_1961-1970 {background-image: url(../images/year_1961-1970_s.png);}
	.year_71-80 {background-image: url(../images/year_71-80_s.png);}
	.year_1981-1990 {background-image: url(../images/year_1981-1990_s.png);}
	.year_91-2000 {background-image: url(../images/year_91-2000_s.png);}
	.year_2001-2010 {background-image: url(../images/year_2001-2010_s.png);}
	.year_2011-2020 {background-image: url(../images/year_2011-2020_s.png);}
	.year_2021-2023 {background-image: url(../images/year_2021-2023_s.png);}
	
	.year_people h3 {
		font-size: 24px;
		color: #42210b;
		
		padding-bottom: 10px;
		position: relative;
	}
	.year_title span {
		font-size: 50px;
		color: #42210b;
		font-weight: normal;
	}
	.year_title {
		/* font-family:Verdana, sans-serif; */
		font-family: 'Times New Roman', Times, serif;
		font-style: italic;
		color: #42210b;
		font-size: 24px;
		padding-right: 40px;
		margin-top: -30px;
		font-weight: bold;
	}
	.zl_info h3 {
		color: #42210b;
		font-size: 20px;
		font-weight: normal;
	}
	
	.zl_info i {
		width: 2px;
		height: 15px;
		background-color: #42210b;
		margin-left: 8px;
	}
	
	.zl_info p {
		color: #42210b;
		font-size: 18px;
		font-weight: normal;
	}
	.jz_top span {
		color: #42210b;
		font-size: 22px;
	}
	.year_people ul li {
		color: #42210b;
		font-size: 18px;
		padding-bottom: 10px;
	}
	.img_s {
		width: 18px;
		height:18px;
	} 
	/* 仰彼高山*/
	.title_ybgs img {width: 80%; height: auto; }
	.open_detail_info p{
		font-size: 18px;
		line-height: 28px;
		margin-top: 10px;
		color: #FFF;
	}
	.open_detail h3,.open_detail_jzr h3 {
		font-size: 20px;
		line-height: 30px;
		color: #FFF;
		border-bottom: 1px solid #FFF;
		padding-bottom: 10px;
	}
	.open_detail h4 {
		font-size: 18px;
		line-height: 28px;
		color: #FFF;
		/* border-top: 1px solid #FFF; */
		padding-top: 10px;
		margin-top: 10px;
		font-weight: normal;
	}
	.zoom p {
		font-size: 18px;
		padding-top: 10px;
		color: #FFF;
	}
	
}
@media (min-width:1920px) {
	/* 屏幕宽度大于1920px */
	/* 样式代码 */
	.tit-zyll_img {width: 100%; height: auto;}
	.zyll_txt p {
		font-size: 22px;
		line-height: 44px;
	}
	.zyll_txt p span {
		font-size: 36px;
		font-style: italic;
		font-family: 'Times New Roman', Times, serif;
	}
	.myMove_sty {
		background-color: #7d8a79;
		margin-bottom: 10px;
		margin-left: 5px;
		margin-right: 5px;
		width: 200px;
		height: 24px;
		animation: myMove 3s;
		-webkit-animation: myMove 3s;
		/* Safari and Chrome */
	}
	.myMove_sty_1 {
		background-color: #b67d80;
		margin-bottom: 10px;
		margin-left: 5px;
		margin-right: 5px;
		width: 50px;
		height: 24px;
		-webkit-animation: myMove_1 3s;
		/* Safari and Chrome */
	}
	.zyll_mian {
		width: 80%;
		margin: 0 auto;
		position: relative;
		margin-top: 120px;
		padding-left: 190px;
	}
	.zyll_txt img {
		width: 100%;
		max-width: 100px;
		height: auto;
	}
	
	/* 一路芳华 */
	.title_ylfh img {width: 100%; height: auto;}
	.title_ylfh { top: 0;right: 0px;}
	.button_year {position: absolute; cursor: pointer; background-size: 550px 80px; background-repeat: no-repeat; display: block; width: 550px; height: 80px;}
	.year_50-60 {background-image: url(../images/year_50-60.png);}
	.year_1961-1970 {background-image: url(../images/year_1961-1970.png);}
	.year_71-80 {background-image: url(../images/year_71-80.png);}
	.year_1981-1990 {background-image: url(../images/year_1981-1990.png);}
	.year_91-2000 {background-image: url(../images/year_91-2000.png);}
	.year_2001-2010 {background-image: url(../images/year_2001-2010.png);}
	.year_2011-2020 {background-image: url(../images/year_2011-2020.png);}
	.year_2021-2023 {background-image: url(../images/year_2021-2023.png);}
	
	.year_people h3 {
		font-size: 28px;
		color: #42210b;
		
		padding-bottom: 10px;
		position: relative;
	}
	.year_title span {
		font-size: 50px;
		color: #42210b;
		font-weight: normal;
	}
	.year_title {
		/* font-family:Verdana, sans-serif; */
		font-family: 'Times New Roman', Times, serif;
		font-style: italic;
		color: #42210b;
		font-size: 28px;
		padding-right: 40px;
		margin-top: -30px;
		font-weight: bold;
	}
	.zl_info h3 {
		color: #42210b;
		font-size: 28px;
		font-weight: normal;
	}
	
	.zl_info i {
		width: 2px;
		height: 20px;
		background-color: #42210b;
		margin-left: 8px;
	}
	
	.zl_info p {
		color: #42210b;
		font-size: 22px;
		font-weight: normal;
	}
	.jz_top span {
		color: #42210b;
		font-size: 28px;
	}
	.year_people ul li {
		color: #42210b;
		font-size: 20px;
		padding-bottom: 10px;
	}
	.img_s {
		width: 24px;
		height:24px;
	} 
	
	/* 仰彼高山*/
	.title_ybgs img {width: 100%; height: auto; }
	.open_detail_info p{
		font-size: 20px;
		line-height: 30px;
		margin-top: 10px;
		color: #FFF;
		
	}
	.open_detail h3,.open_detail_jzr h3 {
		font-size: 24px;
		line-height: 40px;
		color: #FFF;
		border-bottom: 1px solid #FFF;
		padding-bottom: 10px;
	}
	.open_detail h4 {
		font-size: 20px;
		line-height: 30px;
		color: #FFF;
		/* border-top: 1px solid #FFF; */
		padding-top: 10px;
		margin-top: 10px;
		font-weight: normal;
	}
	.zoom p {
		font-size: 22px;
		padding-top: 10px;
		color: #FFF;
	}
}

.lynr {
	bottom: 50px;
	width: 80%;
	left: 7%;
	z-index: 100;
}
.lynr p{
	font-size: 20px;
	text-align: left;
	color: #000;
}
.lynr2 {
	top: 50px;
	right: 1%;
}
.lynr2 p{
	font-size: 20px;
	text-align: right;
	color: #000;
}
.lynr3 {
	width: 100%;
	padding-top: 20px;
	padding-bottom:20px;
}
.lynr3 p{
	font-size: 20px;
	text-align: center;
	color: #000;
}