@charset "utf-8";


/***************
+ .main_img
***************/

.main_img{
	width:100%;
	padding-top:65px;
	position:relative;
}


.main_img .main_logo{
	width:290px;
	height:260px;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	z-index:999;
}
.main_img .owl-dots .owl-dot span{
	width:7px !important;
	height:7px !important;
}
.main_img .owl-dots .active span,
.main_img .owl-dots .owl-dot:hover span{
	background:#9f0014 !important;
}
/***************
+ .main_contents
***************/
.main_contents{
	width:100%;
	background:#ffc400;
	padding:20px 0 0;
	margin-bottom:20px;
}
.title_area{
	width:956px;
	margin:0 auto;
	background:url("../images/bk_top_title.png");
	background-repeat:no-repeat;
	background-position:right top;
	padding:0 0 25px;
}
.title_area .logo{
	width:264px;
	height:110px;
	text-align:center;
	margin:0 auto 25px;
}
.title_area .txt{
	width:956px;
	font-size:24px;
	font-weight:bold;
	text-align:center;
}
.top_nav{
	width:956px;
	margin:0 auto 40px;
}
.top_nav li{
	float:left;
	width:468px;
	height:250px;
	position:relative;
	overflow:hidden;
	margin-bottom:20px;
}
.top_nav li:nth-child(even){
	margin-left:20px;
}
.top_nav li:nth-child(3),
.top_nav li:nth-child(4){
	margin-bottom: 0;
}

.top_nav li img{
	width:468px;
	height:250px;
	position:absolute;
	top:0;
	left:0;
}
.top_nav li span{
	display:block;
	border:5px solid #9f0014;
	
	width:468px;
	height:250px;
	position:absolute;
	top:-5px;
	left:-5px;
	margin:auto;
}

.top_nav li a:hover span{
	width:458px;
	height:240px;
	background:rgba(0,0,0,0.2);
	top:0;
	left:0;
	transition: all .5s;
	
}
.top_nav li a:hover img{
	opacity:1.0 !important;
	
}

.bnr_area{
	width:916px;
	margin:20px auto 0;
	padding-bottom:100px;
}
.bnr_area li{
	float:left;
	width:448px;
	height:150px;
}
.bnr_area li:first-child{
	margin-right:20px;
}
.bnr_area p {
	width:100%;
	text-align:center;
	font-size:12px;
}
.blankLinks01 {
    width: 950px;
    margin: 0 auto;
    clear: both;
    margin-bottom: 70px;
}
.blankLinks01 a {
	padding-left:14px;
	background:url(../images/ico_blank01.gif) no-repeat center left;
	font-size:12px;
}