﻿.img{
	display:block;
	/* border-radius */
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	/* box-shadow */
	box-shadow:rgba(184, 184, 184, 0.65098) 2px 2px 7px 0px;
	-webkit-box-shadow:rgba(184, 184, 184, 0.65098) 2px 2px 7px 0px;
	-moz-box-shadow:rgba(184, 184, 184, 0.65098) 2px 2px 7px 0px;
}

.header_wrap{
	background:url(../images/header_bg.png) repeat-x;
	height:160px;
	width:100%;
}
.footer_wrap{
	background:url(../images/footer_bg.png) repeat-x;
	width:100%;
	color:#fff;
}
.footer_wrap a{
	color:#fff;
}
.header_wrap .inner,.main_wrap .inner,.footer_wrap .inner{
	width:960px;
	margin:0 auto;
	position:relative;
}
.main_wrap{
	background:url(../images/main.png) no-repeat center;
	background-image:url(../images/main.png),url(../images/main_bg.png);
	background-repeat:no-repeat,repeat-x;
	background-position:center,center;
	height:400px;
	width:100%;
}
.main_wrap .inner .youtube{
	position:absolute;
	top:100px;
	right:0px;
	display:block;
}
.side_contents{
	background:url(../images/side_bg1.png) no-repeat;
	height:320px;
	padding:50px 20px 20px 20px;
}
.side_contents>ul>li{
	line-height:30px;
	height:30px;
	border-bottom:1px dotted #fff;
	background:url(../images/arrow1.png) no-repeat 5px 9px;
	padding-left:20px;
	color:#fff;
}
.side_contents>ul>li.hauto{
	border-bottom:0px;
	background:none!important;
	padding-left:0px;
}
.side_contents>ul>li>ul>li{
	line-height:30px;
	height:30px;
	border-bottom:1px dotted #fff;
	background:url(../images/arrow2.png) no-repeat 10px 9px;
	padding-left:30px;
	color:#fff;
}
.side_contents a{
	color:#fff;
}
.index_bg1{
	background:url(../images/index_bg1.png) no-repeat;
	width:620px;
	height:590px;
	padding:20px;
}
.index_bg2{
	background:url(../images/index_bg2.png) no-repeat;
	width:640px;
	height:334px;
	padding:10px;
	position:relative;
}
.index_bg1 h2{
	display:block;
	margin-bottom:10px;
}
.index_bg1 p{
	margin-bottom:10px;
}
.index_bg2 p{
	position:absolute;
	bottom:30px;
	right:10px;
	text-align:right;
}
.copyright{
	text-align:center;
}
.list{
	padding:0px 10px 0px 10px;
	border:1px solid #74a41f;
	margin:10px;
	background:#eff6db;
	display:block;
}
.list li{
	border-bottom:1px dotted #74a41f;
	padding:10px;
	color:#74a41f;
	font-weight:bold;
}
.list li:last-child{
	border-bottom:0px!important;
}
.list2{
}
.list2 li{
	text-align:center;
	border:1px solid #74a41f;
	padding:10px;
	color:#74a41f;
	font-weight:bold;
	background:#eff6db;
	width:180px;
	float:left;
	margin:5px;
}
