@charset "UTF-8";

::selection {
	background: #d6d6d8; /* Safari */
}
	
::-moz-selection {
	background: #d6d6d8; /* Firefox */
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

html {
    position: relative;
    min-height: 100%;
	font-family: 'Cousine', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.4;
	color: #323236;
	background: #e8e8e6;
}

h1 {
	font-family: 'Cousine', sans-serif;
	font-weight: 700; 
	font-size: 20px;
	color: #df0020;
	line-height: 1;
	margin-bottom: 28px;
}   

h2 {
	font-family: 'Cousine', sans-serif;
	font-weight: 700; 
	font-size: 20px;
	color: #df0020;
	line-height: 1;
}  

h3 {
	font-family: 'Cousine', sans-serif;
	font-weight: 400; 
	font-size: 13px;
	color: #323236;
	line-height: 1.2;
}  

h4 {
	font-family: 'Cousine', sans-serif;
	font-weight: 700; 
	font-size: 13px;
	color: #323236;
	line-height: 1.2;
	margin-top: 4px;
}  

h5 {
	font-family: 'Cousine', sans-serif;
	font-weight: 400; 
	font-size: 13px;
	color: #323236;
	line-height: 1.2;
	margin-top: 4px;
}  

h6 {
	font-family: 'Cousine', sans-serif;
	font-weight: 400; 
	font-size: 13px;
	color: #fff;
	line-height: 1.4;
	margin-bottom: 30px;
}

.para {
    background: url('../img/bg.gif');
    position: absolute;
    z-index: 0;
}

#bg {
    width: 640px;
    height: 960px;
	right: 76px;	
    top: 460px;
} 

.wh {
	background: #fff;
    position: absolute;
    z-index: 11111;
}

#white-banner {
    width: 350px;
    height: 35px;
    right: 0px;
    top: 425px;
} 

#wrapper {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
    z-index: 0;
    overflow: hidden;
}

#wrap {
	width: 950px;
	margin: 0 auto;
	position: relative;
}

#header {
	width: 100%;
}

#strip {
    width: 50%;
    background: #fff;
    height: 60px;
    position: absolute;
    top: 0;
	z-index: 8888;
}

#menu-bg {
	width: 950px;
    height: 60px;
	float: left;
	position: relative;
	background: #fff;
	z-index: 9999;
}

#cssmenu ul {
  margin: 0;
  padding: 0;
}

#cssmenu li {
  margin: 0;
  padding: 0;
}

#cssmenu a {
  margin: 0;
  padding: 0;
}

#cssmenu ul {
  list-style: none;
}

#cssmenu a {
  text-decoration: none;
}

#cssmenu {
  height: 60px;
  background-color: #FFF;
  width: auto;
}

#cssmenu > ul > li {
  float: left;
  margin-left: 0px;
  position: relative;
}

#cssmenu > ul > li > a {
	color: #323236;
	font-family: 'Cousine', sans-serif;
	font-size: 15px;
	font-weight: 700; 
	line-height: 63px;
	padding: 36px 35px;
	-webkit-transition: color .15s;
	-moz-transition: color .15s;
	-o-transition: color .15s;
	transition: color .15s;
}

#cssmenu > ul > li > a:hover {
  color: #df0020;
}

#cssmenu > ul > li > ul {
  opacity: 0;
  visibility: hidden;
  background-color: #FFF;
  text-align: left;
  position: absolute;
  top: 60px;
  left: 16px;
  width: 180px;
  -webkit-transition: all .3s .1s;
  -moz-transition: all .3s .1s;
  -o-transition: all .3s .1s;
  transition: all .3s .1s;
}

#cssmenu > ul > li:hover > ul {
  opacity: 1;
  top: 60px 
  left: 16px;
  visibility: visible;
}

#cssmenu > ul ul > li {
  position: relative;
}

#cssmenu ul ul a {
  color: #323232;
  font-family: 'Cousine', sans-serif;
  font-weight: 700; 
  font-size: 15px;
  background-color: #FFF;
  padding: 11px 8px 10px 20px;
  display: block;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}

#cssmenu ul ul a:hover {
  background-color: #df0020;
}

#cssmenu ul ul a:hover {
  background-color: #df0020;
  color: #FFF;
}

#logo {
	width: 66px;
    height: 46px;
	padding-top: 12px;
	margin-right: 247px;
	float: left;
	position: relative;
}

#strip_k {
    width: 100%;
    background: #000;
    height: 460px;
    position: absolute;
    top: 0;
	z-index: 7777;
}

#slider {
	width: 950px;
    height: 400px;
	float: left;
	position: relative;
	background: #000;
	z-index: 7778;
}

#left {
	width: 550px;
	float: left;
	padding-top: 50px;
	padding-right: 50px;
	margin-bottom: 370px;
}

#banner {
	overflow: hidden;
	width: 550px;
	height: 200px;
    background-color: #000;
}

#bnr .tooltip {
	background: #FFF;
	position:absolute;
	bottom:0px;
}

#bnr .tooltip h2 {
	font-family: 'Cousine', sans-serif;
	font-weight:700; 
	color:#323236;
	font-size:21px;
	line-height:32px;
	padding-top:6px;
	padding-bottom:0px;
	padding-left:20px;
	padding-right:20px;
}

#bnr{
	width:550px;
	height:200px;
	position:relative;
}

#bnr ul{
	width:550px;
	height:200px;
	list-style:none outside none;
	position:relative;
	overflow:hidden;
}

#bnr li:first-child{
	display:list-item;
	position:absolute;
}

#bnr li{
	position:absolute;
	display:none;
}

#text {
	width: 510px;
	background: #FFF;
	float: left;
	padding: 20px 20px 20px 20px;
	margin-bottom: 50px;
}

#text-wrapper {
	position:relative;
	width: 510px;
	float: left;
}

#text-l {
	width: 350px;
	float: left;
	margin-right:20px;
}

#text-r {
	width: 121px;
	height: 10px;
	position: absolute;
	bottom: 8px;
	left: 386px;
}

#banner-s-wrap {
	float: left;
	width: 250px;
	margin-right:50px;
}

#banner-s-r-wrap {
	float: left;
	width: 250px;
}

#banner-s {
	float: left;
	width: 250px;
	height: 170px;
    background-color: #000;
}

#bnr-s .tooltip {
	background: #FFF;
	position:absolute;
	bottom:0px;
}

#bnr-s .tooltip h2 {
	font-family: 'Cousine', sans-serif;
	font-weight:700; 
	color:#323236;
	font-size:21px;
	line-height:32px;
	padding-top:6px;
	padding-bottom:0px;
	padding-left:20px;
	padding-right:20px;
}

#bnr-s{
	width:250px;
	height:170px;
	position:relative;
}

#bnr-s ul{
	width:250px;
	height:170px;
	list-style:none outside none;
	position:relative;
	overflow:hidden;
}

#bnr-s li:first-child{
	display:list-item;
	position:absolute;
}

#bnr-s li{
	position:absolute;
	display:none;
}

#text-s {
	width: 210px;
	background: #FFF;
	float: left;
	padding: 25px 20px 20px 20px;
}

#text-s-wrapper {
	position:relative;
	width: 210px;
	float: left;
}

#text-s-l {
	width: 210px;
	float: left;
}

#right {
	width: 350px;
	float: left;
	margin-bottom: 315px;
}

#right-w {
	width: 280px;
	background: #FFF;
	float: left;
	padding: 0 35px 26px 35px;
}

#right-b {
	width: 280px;
	background: #000;
	float: left;
	padding: 35px 35px 35px 35px;
}

#right-b-text {
	width: 190px;
	float: left;
	margin-right: 32px;
}

#right-b-phone {
	width: 58px;
	height: 50px;
    background: url('../img/phone.gif');
	float: left;
	margin-top: 3px;
}

#footer {
    width: 100%;
    height: 320px;
    position: absolute;
    bottom: 0;
	z-index: 0;
}

#footer-strip {
    width: 50%;
    background: #fff;
    height: 320px;
    position: absolute;
    bottom: 0;
	z-index: 8888;
}

#footer-wrap {
	width: 950px;
	margin: 0 auto;
	position: relative;
}

#footer-main {
	width: 950px;
    height: 220px;
	float: left;
	position: relative;
	background: #fff;
	z-index: 9999;
	padding-bottom: 50px;
	padding-top: 50px;
}

#footer-main-wrap {
	width: 900px;
	float: left;
}

#footer-main-l {
	width: 728px;
	float: left;
}

#footer-main-r {
	height: 37px;
	width: 172px;
	float: left;
}

#footer-main-r-1 {
	height: 37px;
	width: 37px;
	float: left;
	margin-right: 8px;
}

#footer-main-r-2 {
	height: 37px;
	width: 37px;
	float: left;
}

.scrollup {
    background: url("../img/icon_gototop.png") no-repeat scroll 0 0 transparent;
    bottom: 370px;
    display: none;
    height: 50px;
    position: fixed;
    right: 0px;
    text-indent: -9999px;
    width: 50px;
}