/*重置规则*/
*{
	margin: 0 ;
	padding: 0;
}
html,body{
	width: 100%;
	height: 100%;
	color: #000;
	font-family: "微软雅黑","arial";
}
a{
	text-decoration: none;
	color: #fff;
}
ui,li{
	list-style: none;
}
img{
	border: none;
}
.clear{
	clear: both;
}
p,h1,h2,h3,h4,h5,h6{
	font-weight: normal;
	font-style: normal;
}
input,textarea,select,option {
	outline: none;
	}
ul,li,p {
	margin: 0;padding: 0;
}

.zhumeng{
	width: 100%;
	height: 3330px;
	background: url(Bg.jpg) center top no-repeat;
}
/*顶部*/
.top_box{
	width: 100%;
	height: 32px;
	background: #fff;
}
.m_top01{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	clear: both;

}
.m_top01_left{
	float: left;
	height: 32px;
	margin-left: 100px;
	font-size: 0;
}
.m_top01_left img{
	display: inline-block;
	float: left;
	margin-right: 6px;
	margin-top: 6px;
}
.m_top01_left a{
	display: inline-block;
	font-size: 14px;
	line-height: 32px;
	margin-left: 8px;
	color: #000;
	float: left;
}
.m_top01_left a:hover{
	text-decoration: underline;
}
.m_top01_left span{
	display: inline-block;
	height: 12px;
	width: 1px;
	margin-top: 10px;
	float: left;
	background: #000;
	margin-left: 8px;
}
.m_top01_right{
	height: 32px;
	float: right;
	margin-right: 100px;
	font-size: 0;
}
.m_top01_right a{
	font-size: 14px;
	line-height: 32px;
	color: #000;
	margin-left: 2px;
	float: left;
}
.m_top01_right a:hover{
	text-decoration: underline;
}
.m_top01_right a:last-child{
	border: none;
}
.m_top01_right img{
	margin-left:10px;
	margin-top: 8px;
	float: left;
}

/*banner*/
.banner{
	width: 100%;
	height:762px;
}
.banner_main{
	width: 1200px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}
.banner_main img{
	max-width: 100%;
	height: auto;
	position: absolute;
}
.banner_main img:nth-child(1){
	left: 120px;
	top: 56px;
	transform: scale(0.5);
	animation: bannerTit 2s forwards;
}
.banner_main img:nth-child(2){
	left: -86px;
	top: 16px;
	animation:oldPhoto 4s alternate-reverse infinite;
}
@keyframes bannerTit{
	from{transform: scale(0.5);}
	to{transform: scale(1);}
}
@keyframes oldPhoto{
	from{transform: translateX(-10%);}
	to{transform: translateX(0);}
}

.content{
	width: 1200px;
	height: 2380px;
	margin: 0 auto;
	position: relative;
}
.content>img{
	width: 1211px;
	height: auto;
	position: absolute;
	top: 0;
}
/*p1*/
.part1{
	width: 1160px;
	height: 760px;
	background: url(p1Bg.png) no-repeat;
	box-shadow: 4px 2px 12px rgba(0,0,0,0.45);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	transition: all 1s;
}
.p1_right{
	width: 528px;
	height: 100%;
	float: right;
	margin-top: 40px;
	margin-right: 40px;
}
.p1_new01{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.p1_new01 h1{
	width: 100%;
}
.p1_new01 h1 a{
	font-size: 32px;
	font-weight: bold;
	color: #da0d0d;
	text-align: justify;
}
.p1_new01 p{
	width: 100%;
	font-size: 16px;
	line-height: 32px;
	color: #999;
	text-align: justify;
	margin-top: 10px;
}
.p1_news02{
	width: 100%;
	height: 164px;
	background: #e3e3e3;
	padding: 20px;
	box-sizing: border-box;
	margin-top: 30px;
	position: relative;
}
.p1_news02 ul li a{
	width: 100%;
	font-size: 18px;
	line-height: 36px;
	color: #000;
}
.p1_news02 ul li a:hover{
	color: #da0d0d;
}
.p1_more{
	font-size: 16px;
	color: #999;
	position: absolute;
	right: 20px;
	bottom: 10px;
}
.p1_more:hover{
	color: #da0d0d;
}
.p1_viedo{
	width: 528px;
	height: 296px;
	margin-top: 30px;
	border: 2px solid #452f0f;
	box-sizing: border-box;
	overflow: hidden;
	background: #000;
}
.p1_viedo video{
	width: 100%;
	height: 100%;
}

/*p2*/
.part2{
	width: 1160px;
	height: 760px;
	background: url(p2Bg.png) no-repeat;
	box-shadow: 4px 2px 12px rgba(0,0,0,0.45);
	position: absolute;
	top:40px;
	right: 0;
	z-index: 2;
	transition: all 1s;
}
.mapBox{
	width: 740px;
	height: 655px;
	margin-top: 62px;
	margin-left: 256px;
	position: relative;
}
.mapBox>img{
	width: 100%;
	height: auto;
}

/*市州名称*/
.shiZhouName{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.shiZhouName li{
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	position: absolute;
	cursor: pointer;
}
.shiZhouName li:nth-child(1){
	left: 529px;
	top:263px;
}
.shiZhouName li:nth-child(2){
	left: 335px;
	top:150px;
}
.shiZhouName li:nth-child(3){
	left: 295px;
	top:578px;
}
.shiZhouName li:nth-child(4){
	left: 456px;
	top:228px;
}
.shiZhouName li:nth-child(5){
	left: 185px;
	top:289px
}
.shiZhouName li:nth-child(6){
	left: 625px;
	top:149px;
}
.shiZhouName li:nth-child(7){
	left: 475px;
	top:173px;
}
.shiZhouName li:nth-child(8){
	left: 430px;
	top:312px;
}
.shiZhouName li:nth-child(9){
	left: 546px;
	top:413px;
}
.shiZhouName li:nth-child(10){
	left: 548px;
	top:139px;
}
.shiZhouName li:nth-child(11){
	left: 496px;
	top:424px;
}
.shiZhouName li:nth-child(12){
	left: 318px;
	top:496px;
}
.shiZhouName li:nth-child(13){
	left: 348px;
	top:326px;
}
.shiZhouName li:nth-child(14){
	left: 465px;
	top:368px;
}
.shiZhouName li:nth-child(15){
	left: 500px;
	top:340px;
}
.shiZhouName li:nth-child(16){
	left: 607px;
	top:263px;
}
.shiZhouName li:nth-child(17){
	left: 573px;
	top:215px;
}
.shiZhouName li:nth-child(18){
	left: 665px;
	top:202px;
}
.shiZhouName li:nth-child(19){
	left: 421px;
	top:263px;
}
.shiZhouName li:nth-child(20){
	left: 412px;
	top:375px;
}
.shiZhouName li:nth-child(21){
	left: 491px;
	top:295px;
}

/*市州地图*/
.shiZhouMap{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.shiZhouMap img{
	max-width: 100%;
	height: auto;
	position: absolute;
}
.shiZhouMap img:nth-child(1){
	left: 517px;
	top: 233px;
}
.shiZhouMap img:nth-child(2){
	left: 212px;
	top: 7px;
}
.shiZhouMap img:nth-child(3){
	left: 274px;
	top: 551px;
}
.shiZhouMap img:nth-child(4){
	left: 423px;
	top: 197px;
}
.shiZhouMap img:nth-child(5){
	left: 4px;
	top: 24px;
}
.shiZhouMap img:nth-child(6){
	left: 595px;
	top: 102px;
}
.shiZhouMap img:nth-child(7){
	left: 424px;
	top: 97px;
}
.shiZhouMap img:nth-child(8){
	left: 375px;
	top: 303px;
}
.shiZhouMap img:nth-child(9){
	left: 536px;
	top: 376px;
}
.shiZhouMap img:nth-child(10){
	left: 478px;
	top: 98px;
}
.shiZhouMap img:nth-child(11){
	left: 435px;
	top: 386px;
}
.shiZhouMap img:nth-child(12){
	left: 202px;
	top: 392px;
}
.shiZhouMap img:nth-child(13){
	left: 316px;
	top: 263px;
}
.shiZhouMap img:nth-child(14){
	left: 456px;
	top: 361px;
}
.shiZhouMap img:nth-child(15){
	left: 462px;
	top: 322px;
}
.shiZhouMap img:nth-child(16){
	left: 573px;
	top: 249px;
}
.shiZhouMap img:nth-child(17){
	left: 478px;
	top: 123px;
}
.shiZhouMap img:nth-child(18){
	left: 617px;
	top: 124px;
}
.shiZhouMap img:nth-child(19){
	left: 382px;
	top: 220px;
}
.shiZhouMap img:nth-child(20){
	left: 382px;
	top: 338px;
}
.shiZhouMap img:nth-child(21){
	left: 455px;
	top: 278px;
}

/*人物介绍*/
.jieshao{
	width: 280px;
	height: 152px;
	position: absolute;
	background: url(gzBook.png) no-repeat ;
	left: -120px;
	top: -152px;
	cursor: pointer;
	z-index: 2;
}
.tanchuTop{
	width: 100%;
	height: 48px;
	position: relative;
}
.tanchuTop p:first-child{
	font-size: 16px;
	color: #fff;
	float: left;
	padding: 0px 10px 0 15px;
	box-sizing: border-box;
	margin-top: 20px;
}
.tanchuTop img{
	width: 552px;
	height: 680px;
	transform: scale(0.12);
	transform-origin: center bottom;
	position: absolute;
	bottom: 0;
	left: 55%;
	margin-left: -276px;
	transition: all 1000;
}
.tanchuTop p:last-child{
	font-size: 16px;
	color: #fae1c0;
	float: right;
	margin-right: 10px;
	padding: 0 10px;
	margin-top: 20px;
	box-sizing: border-box;
}
.tanchuBot{
	clear: both;
	width: 280px;
	height: 44px;
	font-size: 18px;
	color: #fac9a2;
	line-height: 44px;
	font-weight: bold;
	text-align: center;
}

/*p3*/
.part3{
	width: 1160px;
	height: 760px;
	background: url(p3Bg.png) no-repeat;
	box-shadow: 4px 2px 12px rgba(0,0,0,0.45);
	position: absolute;
	top:80px;
	left: 0;
	z-index: 1;
	transition: all 1s;
}
.p3_video{
	width: 870px;
	height: 508px;
	border: 2px solid #000;
	box-sizing: border-box;
	border-radius: 20px;
	margin-left: 80px;
	margin-top: 40px;
	padding: 18px;
	background: #fff;
}
.p3_video video{
	width: 830px;
	height: 468px;
}

.p3_spHref{
	display: none;
}

.m_dynImgNew07Box{
	width: 1111px;
	height: 135px;
	margin-top: 37px;
	margin-left: 30px;
	position: relative;
}
.p3_spNav{
	width: 980px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
.m_dynImgNew07Box ul{
	height: 100%;
	white-space: nowrap;
	position: absolute;
	left:0;
}
.m_dynImgNew07Box ul li{
	width: 240px;
	height: 100%;
	margin-right: 10px;
	white-space: nowrap;
	position: relative;
	float: left;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.m_dynImgNew07Box ul li img{
	display: block;
	width: 100%;
	height: 100%;
}
.m_dynImgNew07Box ul li span{
	display: block;
	width: 100%;
	height: 36px;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	transition: all 1s;
}
.m_dynImgNew07Box ul li p{
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 16px;
	color: #999;
	position: absolute;
	top: 0;
	padding: 10px;
	transition: all 1s;
	white-space: normal;
	box-sizing: border-box;
}
.m_dynImgNew07Box ul li:hover span{
	background: rgba(0,0,0,0.4);
	height: 100%;
	top: 0;
	margin-top: 0;
}
.m_dynImgNew07Box ul li:hover p{
	color: #fff;
}
.dyn07_prev,.dyn07_next{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;
	display: none;
}
.dyn07_prev{
	left: 10px;
}
.dyn07_next{
	right: 10px;
}
.dyn07_prev img,.dyn07_next img{
	width: 100%;
	height: 100%;
	display: block;
}

/*底部*/
.m_bottom01{
	margin-top:50px;
	width: 100%;
	text-align: center;
	height: auto;
	overflow: hidden;
	clear: both;
	padding: 40px 0;
	font-size: 0;
}
.m_bottom01 p{
	color: #000;
	font-size: 14px;
	line-height: 28px;
	padding: 0 0.2rem;
	box-sizing: border-box;
}

.shuHeJi{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 5;
	background: rgba(0,0,0,0.8);
	display: none;
}
.shuHeJi>span{
	display: block;
	width: 60px;
	height:32px;
	position: absolute;
	right: 5%;
	top:5%;
	z-index: 50;
	cursor: pointer;
}
.shuHeJi>span img{
	width: 60px;
	height: auto;
}

