/*重置规则*/
*{
	margin: 0 ;padding: 0;
}
html,body{
	width: 100%;height: 100%;color: #000;font-family: "微软雅黑","arial";
}
a{
	text-decoration: none;
	color: #000;
}
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;
}

#page{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.main{
	height: 100%;
	overflow: hidden;
	background: url(bg.jpg) left center no-repeat;
	background-size: cover; 
	position: relative;
	padding-right: 166px;
}
.content{
	width: auto;
	height: 720px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	white-space: nowrap;
	display: inline-block;
	background: url(bg1.png)  no-repeat;
	background-size: auto 100%;
	background-position: 240px center;
	padding-right: 166px;
}
.content > div{
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
}

/*banenr*/
.banner{
	width: 790px;
	height: 100%;
	overflow: hidden;
}
.more{
	font-size: 16px;
	color: #BA0404;
	position: absolute;
}
.more:hover{
	color: #ba0404;
}

/*第一部分 */
.part1{
	width:1782px;
	height: 100%;
	padding-left:531px ;
	position: relative;
	box-sizing: border-box;
}


/*第二部分 边走边学*/
.part2{
	width:1082px;
	height: 100%;
	position: relative;
}
.part2 .more{
	position: absolute;
	left: 220px;
	top: 130px;
	white-space: pre-wrap;
	color: #F6DB51;
}

.mdynImgNews04{
	width: 1000px;
	height: auto;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	margin-top: 200px;
}
.dynImg04_MidBox{
	width: 860px;
	height: 392px;
	margin: 0 auto;
	position: relative;
}
.dynimg04_SmallBox{
	width: 770px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.dynImg04_ImgBox{
	height: 100%;
	position: absolute;
	top: 0;
}
.dynImg04_ImgBox li{
	display: block;
	float: left;
	height: 100%;
	overflow: hidden;
	transition: all 1s; 
}
.dynImg04_ImgBox li a,.dynImg04_ImgBox li a img{
	width: 100%;
	height: 100%;
}
.dynImg04_Text{
	width: 100%;
	height: 40px;
	background: rgba(0,0,0,0.5);
	font-size: 18px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 10px;
	box-sizing: border-box;
}
.dynImg04_prev,.dynImg04_next{
	width: 60px;
	height: 160px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -80px;
	background-size: cover;
}
.dynImg04_prev{
	left: 20px;
	background: url(http://mbgl.newssc.org/public/moduleImg/dynImgNew04_prev.png);
	background-size: cover;
}
.dynImg04_next{
	right: 20px;
	background: url(http://mbgl.newssc.org/public/moduleImg/dynImgNew04_next.png);
	background-size: cover;
}

/*第三部分 边走边忆*/
.part3{
	width: 1060px;
	height: 100%;
	padding-left: 188px;
	padding-top: 200px;
	position: relative
}
.part3 .more{
	position: absolute;
	left: 300px;
	top: 130px;
	white-space: pre-wrap;
	color: #F6DB51
}
.part3_main{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.part3_item{
	width: 48%;
	height: auto;
	overflow: hidden;
	margin-bottom: 30px;
	float: left;
}
.part3_item:nth-child(even){
	float: right;
}
.part3_item > a{
	font-size: 16px;
	font-weight: bold;
}
.part3_item > a:hover{
	color: #BA0404;
}
.part3_bot{
	width: 100%;
	height: 80px;
	margin-top: 10px;
}
.part3_bot span{
	width: 120px;
	height: 100%;
	display: block;
	overflow: hidden;
	float: left;
}
.part3_bot span img{
	width: 100%;
	height: 100%;
}
.part3_bot p{
	width: 280px;
	font-size: 14px;
	color: #666;
	white-space: initial;
	float: right;
	line-height: 21px;
	margin-top: 10px;
}
.part3_bot p a{
	font-size: 14px;
	color: #666;
}
.part3_bot p a:hover{
	color: #BA0404;
}

/*part4 边走边拍*/
.part4{
	width: 1336px;
	height: 100%;
	position: relative;
}

/*五部分 边走边看*/
.part5{
	width: 960px;
	height: 100%;
	position: relative;
	padding-top: 0;
	box-sizing: border-box;
}
.part5 .more{
	position: absolute;
	left: 250px;
	top: 130px;
	white-space: pre-wrap;
	color: #F6DB51;
}
.part5_main{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 40px;
	box-sizing: border-box;
	padding-top: 210px;
}
.part5_left{
	width: 420px;
	height: auto;
	overflow: hidden;
	float: left;
}
.part5_left a{
	display: block;
	width: 100%;
	line-height: 68px;
	font-size: 16px;
	padding: 0 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
	border: 1px solid #ebeaeb;
	background: #f7eef4;
}
.part5_left a:hover{
	border: 1px solid #BA0404;
}
.part5_right{
	width: 420px;
	height: auto;
	overflow: hidden;
	float: right;
}
.part5_right > a{
	width: 100%;
	height: 370px;
	display: block;
	overflow: hidden;
	position: relative;
}
.part5_right > a img {
	width: 100%;
	height: 100%;
}
.part5_right > a p{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 10px ;
	box-sizing: border-box;
	background: rgba(0,0,0,0.8);
	font-size: 16px;
	line-height: 36px;
	color: #fff;
}
.part5_right > p{
	font-size:16px ;
	margin-top: 10px;
	line-height: 24px;
	white-space: initial;
}
.part5_right > p a{
	font-size: 16px;
	color: #999;
}
.part5_right > p a:hover{
	color: #BA0404;
}
@media only screen and (orientation:portrait) {
	#page{
		width: auto;
		height: 100vw;
		transform: rotate(90deg);
		transform-origin: 0% 0%;
		position: absolute;
		left: 100vw;
		top: 0;
		overflow-x: auto;
	}	
}
