/*重置规则*/
*{
	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: 280px 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: 1692px;
	height: 100%;
	padding-left: 650px;
	position: relative;
}
.part1 .more{
	bottom: 146px;
	left: 98%;
	width: 16px;
	white-space: initial;
}
.part1_main{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 70px;
}
.part1_top {
	width: 90%;
	height: auto;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
}
.part1_top > a{
	font-size: 30px;
	font-weight: bold;
	color: #B61D22;
	white-space: initial
}
.part1_top p{
	font-size: 16px;
	color: #999;
	white-space: initial;
	margin-top: 6px;
	text-indent: 2em;
}
.part1_top p a{
	color: #999;
	font-size: 16px;
}
.part1_top p a:hover{
	color: #B61D22;
}

.mdynImgNew02{
	width:90%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	margin-top: 40px;
}
.mdynImgNew02_dynImg_lr01{
	width: 100%;
	height: 460px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.dynImg_lr01_imgBox{
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.dynImg_lr01_imgBox a{
	height: 100%;
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
}
.dynImg_lr01_imgBox a img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.dynImg_lr01_imgBox a p{
	display: none;
}
.dynImg_lr01_textBox{
	width: 100%;
	height: 36px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 36px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
}
.mdynImgNew02_dynImg_lr01_iconBox{
	width: 100%;
	height: 10px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 46px;
	font-size: 0;
}
.mdynImgNew02_dynImg_lr01_iconBox span{
	width: 40px;
	height: 4px;
	display: inline-block;
	margin:5px;
	border-radius:4px;
	background: rgba(255,255,255,0.5);
}
.mdynImgNew02_dynImg_lr01_iconBox .mdynImgNew02_dynImg_lr01_iconCur{
	background: #fff;
}
.dynImg_lr01_nextPre{
	width: 100%;
	height: 60px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	box-sizing: border-box;
	font-size: 0;
	transition: all 1s;
	opacity: 0;
}
.dynImg_lr01_nextPre span{
	width: 60px;
	height: 100%;
	display: block;
	cursor: pointer;
	transition: all 1s;
	background-size: contain;
	border-radius: 50%;
}
.dynImg_lr01_pre{
	float: left;
	margin-left: 10px;
	background: url(http://mbgl.newssc.org/public/moduleImg/prev.png);
}
.dynImg_lr01_next{
	float: right;
	margin-right: 10px;
	background: url(http://mbgl.newssc.org/public/moduleImg/next.png);
}

/*第二部分*/
.part2{
	width:1400px;
	height: 100%;
	position: relative;
	padding-left: 180px;
}
.part2 .more{
	bottom: 80px;
	left: 14%;
}
.part2_main{
	width: 100%;
	height: 538px;
	margin-top: 100px;
}
.part2_main_item{
	width: 228px;
	height: 486px;
	overflow: hidden;
	float: left;
	margin-right: 20px;
	display: block;
	position: relative;
	background: #eaeaea;
}
.part2_main_item:nth-child(even){
	margin-top: 5%;
}
.part2_main_item:last-child{
	margin-right: 0;
}
.part2_main_item:hover{
	box-shadow: 0 0 4px rgba(0,0,0,0.4);
}
.part2_main_item span{
	width: 100%;
	height: 200px;
	overflow: hidden;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.part2_main_item:nth-child(even) span{
	top: initial;
	bottom: 0;
}
.part2_main_item:nth-child(odd) span i{
	width: 0;
	height: 0;
	border-width: 20px;
	border-style: solid;
	border-color: transparent transparent #eaeaea #eaeaea;
	position: absolute;
	left: 0;
	bottom: 0;
}

.part2_main_item:nth-child(even) span i{
	width: 0;
	height: 0;
	border-width: 20px;
	border-style: solid;
	border-color:#eaeaea transparent transparent #eaeaea ;
	position: absolute;
	left: 0;
	top: 0;
}
.part2_main_item span img{
	width: 100%;
	height: 100%;
}
.part2_main_item p:nth-of-type(1){
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	white-space: initial;
	font-size: 16px;
	line-height: 24px;
	padding-top: 16px;
	font-weight: bold;
}
.part2_main_item p:nth-of-type(2){
	width: 100%;
	max-height: 215px;
	padding: 10px;
	box-sizing: border-box;
	white-space: initial;
	font-size: 14px;
	line-height: 24px;
	color: #666;
}

.part2_main_item:nth-child(odd) p:nth-of-type(1){
	padding-top: 220px;
}

@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;
	}	
	.dynImg_lr01_nextPre{
		opacity: 1;
	}
}
