body{
	font-size: 16px;
	line-height: 30px;
	font-family: "微軟正黑體";
	color: #333;
}
.ru_topBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	padding: 0 0 15px 0;
	background: url(../images/ru_top_bg.png) center bottom no-repeat, url(../images/ru_top_bg_2.png) center bottom repeat-x;
}
.ru_top{
	width: 1200px;
	margin: 0 auto;
}
.ru_top .left{
	width: 400px;
	height: 180px;
	float: left;
	background: url(../images/ru_top_btn_bg.png) left bottom no-repeat;
}
.ru_top .left .memo{
	padding: 40px 0 0 170px;
    float: left;
	font-size: 18px;
	font-weight: 600;
}
.ru_top .left a:hover{
	color: #1c6791;
}
.ru_top .right{
	width: 800px;
	float: left;
	height: 180px;
}
.ru_top .right .btn{
	width: 100%;
	float: left;
}
.ru_top .right .btn ul{
	padding: 20px 0 0 0;
}
.ru_top .right .btn li{
	width: 200px;
	float: left;
	height: 81px;
	position: relative;
}
.ru_top .right .btn li .nav{
	position: absolute;
	z-index: 3;
	background: url(../images/ru_bot_btn_nav.png) no-repeat;
	width: 27px;
	height: 27px;
	left: -8px;
	top: 27px;
}
.ru_top .right .btn li .img{
	position: absolute;
	left: -20px;
	z-index: 2;
}
.ru_top .right .btn li span{
	position: absolute;
	z-index: 3;
	left: -10px;
	width: 100%;
	text-align: center;
	font-size: 18px;
	top: 10px;
	color: #fff;
}
.ru_top .right .btn li:hover .img, .ru_top .right .btn li:hover span{
	left: -10px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-0-transition: 0.5s;
	transition: 0.5s;
}
.ru_top .right .btn li:hover .nav{
	left: 0px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-0-transition: 0.5s;
	transition: 0.5s;
}
.ru_botBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	padding: 30px 0 30px 0;
	background: url(../images/ru_bot_bg_l.png) left center no-repeat, url(../images/ru_bot_bg_lb.png) left bottom no-repeat, url(../images/ru_bot_bg_r.png) right bottom no-repeat;
}
.ru_bot{
	width: 1200px;
	height: 120px;
	margin: 0 auto;
}
.ru_bot .text{
	width: 100%;
	float: left;
}
.ru_bot ul{
	width: 1176px;
	margin: 0 auto;
}
.ru_bot li{
	width: 348px;
	height: 121px;
	float: left;
	padding: 15px 15px;
}
.ru_bot li .tit{
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
	margin: 0 0 10px 0;
}
.ru_bot li .img{
	width: 120px;
	float: left;
}
.ru_bot li .info{
	width: 208px;
	float: left;
	padding: 30px 0 0 20px;
	font-size: 14px;
	text-align: center;
	position: relative;
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.ru_bot li .info img{
	position: absolute;
	left: 0;
	bottom: 2px;
}
.ru_bot li .info .iframe.pd{
	position: relative;
	padding-left: 13px;
	text-align: left;
}
.ru_bot li .info .iframe.pd img{
	position: absolute;
	left: -20px;
    top: 3px;
}
.ru_bot a:hover li{
	color: #666;
}
.ru_bot a:hover li .tit{
	color: #008faf;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.ru_topBg{
	min-width: 1000px;
}
.ru_top{
	width: 1000px;
}
.ru_top .left{
	width: 360px;
}
.ru_top .right{
	width: 640px;
}
.ru_top .right .btn li{
	width: 210px;
}
.ru_top .right .btn li span{
	left: 0;
}
.ru_botBg{
	min-width: 1000px;
}
.ru_bot{
	width: 1000px;
}
.ru_bot ul{
	width: 990px;
}
.ru_bot li{
	width: 300px;
}
.ru_bot li .tit{
	font-size: 16px;
}
.ru_bot li .info{
	width: 170px;
	padding: 0 0 0 10px;
}
}
@media screen and (min-width: 320px) and (max-width: 768px) {
.ru_topBg, .ru_botBg{
	min-width: 320px;
}
.ru_top, .ru_bot{
	width: 90%;
	margin: 0 5%;
	height: auto;
}
.ru_top .left, .ru_top .right{
	width: 100%;
	height: auto;
}
.ru_top .right .btn li{
	width: 100%;
	float: left;
	text-align: center;
	margin: 5px 0;
}
.ru_top .right .btn li .img{
	position: static;
}
.ru_top .right .btn li span{
	left: 0;
}
.ru_top .right .btn li .nav{
	left: 30px;
}
.ru_bot ul{
	width: 100%;
}
.ru_bot li{
	width: 95%;
	height: auto;
	padding: 15px 2.5%;
	background: rgba(255,255,255,0.7) !important;
	border: 1px dashed #ccc;
	margin: 10px 0;
}
.ru_bot li .img{
	width: 40%
}
.ru_bot li .info{
	width: 58%;
	padding-left: 2%;
}
.ru_bot li.bla{
	display: none;
}
}
