@charset "utf-8";
/* CSS Document */


* {
	padding: 0;
	margin: 0;
	}

body {
	position: relative;
	font-style: normal;
	font-weight: normal;
	font-family: "微软雅黑";
	font-size: 15px;
	line-height: 1.333em;
	color: #FFF;
	width: 100%;
	height: 100%;
	}
	
a img {
	border: none;
	}
	
p {
	margin: 1em 0;
	}	

ul{
	list-style-type:none;
}

	
a {
	font: inherit;
	color: #fff;
	text-decoration: underline;
	outline: none !important;
	}	
	
a:hover {
	text-decoration: none;
	}	
	
.clear-float {
	clear: both;
	}
	
.error {
	color: #d80036 !important;
	}	
	
/* --- #top --- */
#top {
	overflow: hidden;
	display: block;
	position: relative;
	width: 100%;
	height: 500px;
	background: url('pattern-a.png') top left repeat;
	}
	
/* --- HEADER#Logo --- */	
#top_wrap {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color:#333;
	height:70px;
	width:100%;
	}	
#top_left_lag {
	float:left;
	margin-left:10px;
}


#top_left_lag li{
	float:left;
	height:70px;
	line-height:70px;
	margin-right:20px;
}
#share_1,#share_2,#share_3,#share_4{
	display:block;
	width:25px;
	height:26px;
	margin-top:22px;
}
#share_1{	
	background:url(share_1.png) no-repeat;
}
#share_2{
	background:url(share_2.png) no-repeat;
}
#share_3{
	background:url(share_3.png) no-repeat;
}
#share_4{
	background:url(share_4.png) no-repeat;
}
#top_left_lag li a:link,#top_left_lag li a:visited{
	font:14px "微软雅黑";
	text-decoration:none;
}
#top_left_lag li a:hover,#top_left_lag li a:active{
	color:#1584ea;
}
#top_right_share {
	float:right;
	margin-right:10px;
}
#top_right_share li {
	float:left;
	height:70px;
	line-height:70px;
}
/* --- #countdown --- */		
#countdown {
	display: block;
	position: absolute;
	top: 52px;
	right: 40px;
	height: 179px;
	}
	
#countdown h1 {
	font: italic normal 60px/64px "Lobster Two", "Times New Roman", Times, serif;
	padding: 0 18px 0 26px;
	margin: 0;
	rem-background-color: rgba(0, 0, 0, 0.7);
	background: url('black-opacity-80.png') top left repeat;
	}		
	
#countdown div {
	text-align: right;
	}	
		
#countdown p {
	display: inline;
	font: italic normal 21px/27px "Lobster Two", "Times New Roman", Times, serif;
	padding: 0 18px 0 26px;
	margin: 0;
	rem-background-color: rgba(0, 0, 0, 0.7);
	background: url('black-opacity-80.png') top left repeat;
	text-align: right;
	}	
	
#countdown ul {
	position: absolute;
	top: 95px;
	right: 0;
	padding: 0;
	margin: 0;
	list-style: none;
	}	
	
#countdown ul li {
	float: left;
	position: relative;
	width: 84px;
	height: 84px;
	margin: 0 0 0 10px;
	padding: 0;	
	text-align: center;
	}	
	
#countdown ul li img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	}	
	
#countdown ul li b {
	display: block;
	position: absolute;
	top: 14px;
	left: 0;
	width: 84px;
	font: italic normal 36px/41px "Lobster Two", "Times New Roman", Times, serif;
	color: #FFF;
	z-index: 9000;
	}	
	
#countdown ul li span {
	display: block;
	position: absolute;
	top: 55px;
	left: 0;
	width: 84px;
	font: normal 14px/14px "Ropa Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	text-transform: uppercase;
	z-index: 9000;
	}
	
#countdown ul li span.long {
	display: block;
	}
	
#countdown ul li span.short {
	display: none;
	}		

/* --- #subscribe --- */
#subscribe {
	display: block;
	position: absolute;
	bottom: 21px;
	left: 70px;
	width: 280px;
	height: 52px;
	}
	
#subscribe form {
	display: block;
	height: 52px;
	}
	
.subscribe-wrap-input	{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 187px;
	height: 26px;
	background: url('subscribe-input.png') top left no-repeat;
	}
	
.subscribe-wrap-input	input{
	border: none;
	background: none;
	height: 25px;
	font: normal 14px/25px Cabin, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 0 35px 0 19px;
	}
	
#subscribe a {
	position: absolute;
	top: 0;
	right: 0;
	width: 105px;
	height: 26px;
	background: url(subscribe-button.png) top left no-repeat;
	border: none;
	border-width: 0;
	cursor: pointer;	
	font: italic normal 19px/25px "Lobster Two", "Times New Roman", Times, serif;	
	color: #FFF;
	text-align: center;
	text-decoration: none;
	}
	
#subscribe a:hover {
	background: url(subscribe-button-hover.png) top left no-repeat;
	}	

#subscribe span {
	display: none;
	position: absolute;
	top: 31px;
	left: 0;
	padding: 0 19px 2px;
	min-width: 153px;
	color: #adbc00;
	font-size: 14px;
	line-height: 17px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.6);
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	}

/* --- #player --- */	
#player {
	display: block;
	position:fixed;
	bottom: 180px;
	left: 40px;
	width: 182px;
	height: 32px;
	}
	
#player div {
	float: left;
	padding: 0 5px;
	}
	
#player a {
	display: block;
	width: 39px;
	height: 29px;
	outline: none;
	}
#player a.inform_con{
	display:inline;
	}
#player a.prev {
	visibility:hidden;
	background: url(prev_btn.png) no-repeat ;
	}
	
#player a.prev:hover {
	visibility:hidden;
	background: url(prev_btn_hover.png) no-repeat;
	}	
	
#player a.next {
	visibility:hidden;
	background: url(next_btn.png) no-repeat;
	}
	
#player a.next:hover {
	visibility:hidden;
	background: url(next_btn_hover.png)no-repeat;
	}	

#player a.play {
	background: url(up_con2.png) no-repeat;
	}	
	
#player a.play:hover {
	background: url(up_con2.png)no-repeat;
	}		

#player a.pause {
	background: url(up_con.png) no-repeat;
	}	
	
#player a.pause:hover {
	background: url(up_con2.png) no-repeat;
	}		


#player .slider-preloader {
	display: block;
	position: relative;
	float: none;
	width: 38px;
	height: 38px;
	background: url('player-preloader-bg.png') center center no-repeat;
	padding: 0;
	margin: 0 auto;
	}
	
#player .slider-preloader span {
	display: block;
	width: 64px;
	height: 64px;
	background: url(loader-slider.gif) center center no-repeat;
	}	

/* --- #menu-style-a --- */
#menu-style-a {
	display: block;
	position: absolute;
	bottom: -4px;
	right: 40px;
	z-index: 999;
	}
	
#menu-style-a ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}	
	
#menu-style-a ul li {
	display: block;
	width: 102px;
	height: 116px;
	float: left;
	margin:0 0 0 10px;
	padding: 0;
	}
	
#menu-style-a ul li a {
	font: italic 21px/99px "Lobster Two", "Times New Roman", Times, serif;
	text-decoration: none;
	color: #FFF;
	display: block;
	position: relative;
	width: 102px;
	height: 116px;
	text-align: center;
	background: url(menu-item-bg.png) top left no-repeat;
	}
	
#menu-style-a ul li a:hover {
	background: url(menu-item-bg-hover.png) top left no-repeat;
	}
	
#menu-style-a ul li a.active {
	background: url('menu-item-bg-active.png') top left no-repeat !important;	
	}	
	
/* --- #menu-style-b --- */
#wrap-menu-style-b {
	display: none;
	}	

/* --- #content --- */	
#content {
	display: block;	
	position: relative;
	width: 100%;
	padding: 0 0 49px 0;
	background: url(transparent-bg.png) top left repeat;
	}
	
#content .page {
	display: block;	
	position: relative;
	}
	
#content .page header {
	display: block;
	width: 100%;
	border-bottom: 1px solid #adbc00;
	background: url('pattern-a.png') top left repeat;
	}	
	
#content .page header	h1 {
	display: block;
	min-width: 220px;
	max-width: 740px;	
	margin: 0 auto;	
	font: italic normal 30px/36px "Lobster Two", "Times New Roman", Times, serif;
	padding: 27px 20px;
	}
	
#content .page h2 {
	font: italic normal 20px/20px "Lobster Two", "Times New Roman", Times, serif;
	margin: 0 0 20px;
	padding: 20px 0 0 0;
	}

#content article {
	display: block;
	padding: 0 0 70px 0;
	background-color: #000000;
	border-bottom: 1px solid #ADBC00;
	}

#content article .inner {
	display: block;
	position: relative;
	min-width: 220px;
	max-width: 740px;	
	margin: 0 auto;
	padding: 10px 20px 0;
	background-color: #000;
	}
	
#content .button-close {
	position: absolute;
	top: 0;
	right: 20px;
	width: 33px;
	height: 35px;
	background: url(button-tab-close.png) top left no-repeat;
	}
	
#content .button-close:hover {
	background: url(button-tab-close-hover.png) top left no-repeat;
	}	
	
#content .button-top {
	position: absolute;
	bottom: -50px;
	right: 20px;
	width: 33px;
	height: 34px;
	background: url(button-top.png) top left no-repeat;
	}
	
#content .button-top:hover {
	background: url(button-top-hover.png) top left no-repeat;
	}		
	
/* --- .portfolio --- */	
.wrap-portfolio {
	display: block;
	position: relative;
	left: -11px;
	rem-min-width: 230px;
	rem-max-width: 756px;
	width: 756px;	
	margin: 0 auto;
	}	

#content .portfolio {
	display: block;
	position: relative;
	float: left;
	}	
	
#content .portfolio figure {
	display: block;
	position: relative;
	float: left;
	width: 222px;
	height: 142px;
	margin: 0 11px 40px;
	padding: 4px;
	background-color: #FFF;
	}
	
#content .portfolio figure img {
	cursor: pointer;
	width: 222px;
	height: 142px;
	}

#content .portfolio figure figcaption {
	display: none;
	overflow: hidden;
	position: absolute;
	bottom: 4px;
	left: 4px;
	width: 207px;
	max-height: 64px;
	padding: 4px 7px 1px 8px;
	background-color: #333;
	background-color: rgba(51, 51, 51, 0.9);
	border-top: 0;
	border-bottom: 6px solid transparent;
	font-size: 14px;
	line-height: 16px;
	}
	
#content .portfolio figure .zoom {	
	display: block;
	position: absolute;
	bottom: -45px;
	left: 50%;
	width: 45px;
	height: 45px;
	margin-left: -22px;
	outline: none;
	background: url('icon-zoom.png') top left no-repeat;
	cursor: pointer;
	} 	
		 
#content .portfolio figure .zoom:hover {
	background: url('icon-zoom-hover.png') top left no-repeat;
	}	
	
/* --- #preloader --- */	
#preloader {
	overflow: auto;
	display:none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: url(preloader-opacity-bg.png) top left repeat;
	z-index: 10;
	}
	
#preloader div {
	position: absolute;
	top: 0;
	left: 0;
	height: 4px;
	width: 100%;
	background-color: #adbc00;
	}	
	
/* --- #footer --- */	
#footer {
	display: block;
	position:fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 90px;	
	background-color: #333;
	color: #FFF;
	}
#logo{
	float:left;
	height:90px;
	width:305px;
	background:url(logo.png) no-repeat 10px center;
}
#in_nav{
	float:right;
	height:90px;
	line-height:90px;
	width:60%;
}
#in_nav li{
	float:left;
	margin-left:0.2%;
	width:24.8%;
}
#in_nav li a:link,#in_nav li a:visited{
	display:block;
	width:100%;
	height:90px;

	background-color:#4a4a4a;
	text-align:center;
	font-size:28px;
	text-decoration:none;
}
#in_nav li a:hover,#in_nav li a:active{
	background:url(nav_bg_hover.jpg) no-repeat;
}
/* --- #footer --- */	
	
/* --- #fullscreen-slider --- */
#fullscreen-slider {
	overflow: hidden;
	display: block;
rem-position: absolute;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -999;
	}
	
#fullscreen-slider a {
	display: none;
	}

#fullscreen-slider img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	}
	
/* --- #box-address-contact-from --- */	
#box-address-contact-from	{
	display: block;
	height: 500px;
	}	
	
/* --- #location --- */	
#location {
	display: block;
	position: relative;
	width: 100%;	
	padding: 0;
	margin: 0 0 20px 0;
	}
	
#location > div.wrap {
	position: relative;
	height: 202px;
	border: 4px solid #FFF;
	}
	
#location small {
	position: absolute;
	bottom: 10px;
	left: 80px;
	}	
	
#location iframe {
	width: 100% !important;
	height: 100% !important;
	}	



	
/* --- #subscribe-bottom --- */		
#subscribe-bottom {
	display: none;
	background-color: #000;
	}
	
/* --- #sreacher --- */		
#sreacher{
	position:absolute;
	margin:150px 0px 0px 128px;
	width:490px;
	height:43px;
	border:#d0d0d0 solid 1px;
	background-color:#FFF;

}	
#sreacher input{
	width:300px;
	height:38px;
	color:#666;
	margin:3px 0px 0px 12px;
	border:none;
	outline:none !important;
	font-size:14px;	
}
#search_btn{
	float:right;
	width:136px;
	height:43px;
	background:url(search_bar.jpg) no-repeat;
	cursor:pointer;
}
/* --- #sreacher --- */	
/* --- #sec_menu --- */	
#sec_menu_warp{
	display:none;
	position:fixed;	
	bottom:89px;
	left:0px;
	width:100%;
	height:51px;
	line-height:51px;
	background:url(transparent-bg.png) repeat-x;
}
#sec_menu_1,#sec_menu_2,#sec_menu_3{
    padding-right:35px;
    display:none;
	
	
	
}
#sec_menu_1 li,#sec_menu_2 li,#sec_menu_3 li{
	float:right;
	margin-left:82px;
}
#sec_menu_1 li a:link,#sec_menu_1 li a:visited,#sec_menu_2 li a:link,#sec_menu_2 li a:visited,#sec_menu_3 li a:link,#sec_menu_3 li a:visited{
	font-size:20px;
	text-decoration:none;
}
#sec_menu_1 li a:hover,#sec_menu_1 li a:active,#sec_menu_2 li a:hover,#sec_menu_2 li a:active,#sec_menu_3 li a:hover,#sec_menu_3 li a:active{
	color:#ab0d22;
}
/*弹出信息*/
#inform{
	position:relative;
}
#inform div{
	position:absolute;
	left:-108px;
	top:-86px;
	width:220px;
	height:67px;
	background:url(inform_bg.png) no-repeat;
	padding:10px;
	font-size:14px;
	
}