/*initFont*/
@font-face
{
font-family: Gothic;
src: url('../fonts/COPRGTL.TTF'),url('../fonts/COPRGTL.otf');
}
@font-face
{
font-family: Gothic;
src: url('../fonts/COPRGTB.TTF'),url('../fonts/COPRGTB.otf');
font-weight:bold;
}
.Gothic,.gothic{
	font-family: Gothic;
}
#bd{		
	font-size:18px;
	color:#3e3d40;	
	margin:0;	
	font-family:Gothic;
	background:#f3f3d3;
}
a,.red{
	color:#af0f26;
	text-decoration:none;
}
a:hover{
	color:#555;
	text-decoration:none;
}
.clr{
    clear: both;
    line-height: 0;
}
a>img{
	border:0px solid;
}
img{
	max-width:100%;
}
.hidden{
	display:none;
}
.bold{
	font-weight:bold;
}
/*background*/
.bgwood{
	background:url("../images/bgwood.jpg") repeat-y center top;
	background-size: 100% auto;
}
.bgred{
	background:#af0f26;
}
/*Head*/
h1,h2,h3,h4,h5{		
}
h1,.h1{
	font-size:35px;
}
h2,.h2{
	font-size:30px;
}
h3,.h3{
	font-size:25px;
}
h4,.h4{
	font-size:18px;
}
h5,.h5{
	font-size:16px;
}
/*reponsive*/
.row:after{
    content: "";
    clear: both;    
    display: block;
	margin: 0 -20px;
}
.span12{
	width:100%;
}
.span9,.span8,.span6,.span3,.span4{
	float:left;
}
.span9{
	width:75%;
}
.span8{
	width:67%;
}
.span6{
	width:50%;
}
.span3{
	width:25%;
}
.span4{
	width:33%;
}
.span8>.inner,.span6>.inner,.span4>.inner,.span3>.inner{
	padding:20px;
}
/*Main*/
.main{    
    position: relative;
    max-width: 1180px;
	margin:0 auto;
	width:100%;
	box-sizing: border-box;
	padding: 10px;
}
/*header*/
#j_header{	
	text-align:center;
}
.logo img{
	max-height:120px;
}
/*head_text*/
#j_head_title{	
	text-align:center;	
	font-size:20px;
	color:#fff;
	font-weight:bold;
}
/*Banners*/
#j_banners{
	position:relative;
}
#j_banners img{
	width:100%;
	height:auto;
}
#j_banners .caption{
	position:absolute;
	right: 10px;
	bottom: 5px;
	width:50%;
	background:#af0f26;
	color:#fff;	
	font-weight:bold;
	font-size:55px;
}
#j_banners .caption .inner{
	margin: 20px 20px 20px 0;
	border-left: 4px solid #fff;
	padding-left:20px;
}
/*Main*/
#j_main{
	padding: 20px 0;
}
/*MainBottom*/
#j_main_bottom{
	padding: 20px 0;
}
/*Bottom*/
#j_bottom{
	padding: 20px 0;
}
.popup:hover{
	cursor:pointer;	
	opacity:0.8;
}
/*footer*/
#j_footer{
    background: #101010;
    font-size: 15px;
    font-family: arial;
    color: #999999;
}
/*Iframe*/
iframe {
    width: 100%;
}
/*Popup*/
.popup_box {
    background-color: #261e17;
    border: 1px solid #d2d2d2;
    display: none;
    left: 50%;
    max-width: 85%;
    padding: 20px;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);    
	max-height:95%
    z-index: 1000;	
}
.popup_box .closebutton{
    width: 21px;
    height: 21px;
    float: right;
    background: url("../images/closebutton.png") no-repeat center center;
    cursor: pointer;
    margin-right: -10px;
    margin-top: -10px;
}
.popup_box .closebutton:hover{
	opacity:0.8;
}
.popup_box h3 {
    border-bottom: 1px solid #d2d2d2;
    font-size: 15px;
    font-weight: normal;
    margin: 0 0 20px;
    padding-bottom: 5px;
}
.popup_box .inner{
	text-align:center;
}
.popup_box .inner img{
    height: auto !important;
    max-height: 100%;
    max-width: 100%;
}