@import url('/normalize.css');
body{
	color:DarkGray;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-size:16px;
}

.content h1 {
        padding:10px;
        margin:30px;
        font-size:40px;
        text-transform:uppercase;
        text-shadow:0px 0px 1px #159957;
        color:#333;
        background:transparent url(../images/line.png) repeat-x bottom left;
}
.rm_wrapper{
	width:1160px;
	margin:0 auto;
	position:relative;
}
.rm_container{
	width:1050px;
	overflow:hidden;
	position:relative;
	height:530px;
	margin:0 auto;
}
.rm_container h2{
	background:transparent url(../images/lines.png) repeat top left;
	padding:5px 10px;
	position:absolute;
	bottom:128px;
	right:0px;
	color:#000;
	font-size:36px;
	text-transform:uppercase;
	text-shadow:1px 0px 1px #159957;
}
.rm_container ul{
	width:1170px;
	margin-left:-40px;
}
.rm_container ul li{
        display: list-item;
	float:left;
	margin-left:-80px;
	position:relative;
	overflow:hidden;
	width:310px;
	height:465px;
	border:30px solid white;
	border-width:50px 30px 0px 30px;
	background-color:white;
}
.rm_container ul li img{
	position:absolute;
	top:0px;
	left:0px;
}
.rm_mask_right, .rm_mask_left{
	position: absolute;
	height: 110px;
	background: white;
	width: 530px;
	bottom: -30px;
	left: 0px;
	-moz-transform:rotate(-3deg);
	-webkit-transform:rotate(-3deg);
	transform:rotate(-3deg);
        /**border-top: solid 3px #159957;
        border-bottom: solid 3px red;*/
}
.rm_mask_right{
	left:auto;
	right:-1px;
	-moz-transform:rotate(3deg);
	-webkit-transform:rotate(3deg);
	transform:rotate(3deg);
}
.rm_corner_right, .rm_corner_left{
	background: white;
	position:absolute;
	width:200px;
	height:100px;
	bottom:0px;
	left:-65px;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}
.rm_corner_right{
	left:auto;
	right:-65px;
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.rm_nav a{
	color:red;
	position:absolute;
	top:225px;
	width:38px;
	height:87px;
	cursor:pointer;
	opacity:0.7;
}
.rm_nav a:hover{
	opacity:1.0;
}
.rm_nav a.rm_next{
	/*background:transparent url(../images/next.png) no-repeat top left;*/
	right:0px;
}
.rm_nav a.rm_prev{
	/*background:transparent url(../images/prev.png) no-repeat top left;*/
	left:0px;
}
.rm_controls{
	position:absolute;
	top:30px;
	left:50px;
	height:20px;
}
.rm_controls a{
	cursor:pointer;
	opacity:0.7;
	padding-left:24px;
	font-size:16px;
	text-transform:uppercase;
	height:20px;
	float:left;
	line-height:20px;
}
.rm_controls a:hover{
	opacity:1.0;
}
.rm_controls a.rm_play{
	display:none;
	background:transparent url(../images/play.png) no-repeat center left;
}
.rm_controls a.rm_pause{
	background:transparent url(../images/pause.png) no-repeat center left;
}
.top_title {
    background: url(//www.jiayongliang.cn/img/welcome.png) no-repeat 12px 5px;
    position: fixed;
    display: inline;
    left: 0px;
    top: 0px;
    height: 54px;
    width: 100%;
    margin-top: 0px;
    background-color: #eee;
    padding: 0;
    z-index: 99;
}