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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
    font-family: 'ImpactRegular';
    src: url('../fonts/impact-webfont.eot');
    src: url('../fonts/impact-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/impact-webfont.woff') format('woff'), url('../fonts/impact-webfont.ttf') format('truetype'), url('../fonts/impact-webfont.svg#ImpactRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TuffyRegular';
    src: url('../fonts/Tuffy-webfont.eot');
    src: url('../fonts/Tuffy-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/Tuffy-webfont.woff') format('woff'), url('../fonts/Tuffy-webfont.ttf') format('truetype'), url('../fonts/Tuffy-webfont.svg#TuffyRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TuffyItalic';
    src: url('../fonts/Tuffy_Italic-webfont.eot');
    src: url('../fonts/Tuffy_Italic-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/Tuffy_Italic-webfont.woff') format('woff'), url('../fonts/Tuffy_Italic-webfont.ttf') format('truetype'), url('../fonts/Tuffy_Italic-webfont.svg#TuffyItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TuffyBold';
    src: url('../fonts/Tuffy_Bold-webfont.eot');
    src: url('../fonts/Tuffy_Bold-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/Tuffy_Bold-webfont.woff') format('woff'), url('../fonts/Tuffy_Bold-webfont.ttf') format('truetype'), url('../fonts/Tuffy_Bold-webfont.svg#TuffyBold') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*** GLOBAL  ***/

html,
body {
    height: 100%;
}

body {
    font-family: Arial;
    font-size: 12px;
    color: #444;
    margin: 0;
    padding: 0;
    line-height: 20px;
    background: #fcfcfc
}

* {
    margin: 0;
    padding: 0;
}

*:focus {
    outline: none;
}

form {
    margin: 0;
    padding: 0;
}

hr {
    border-width: 0;
    height: 1px;
    line-height: 0;
    margin: 30px 0px;
    page-break-after: always;
    text-align: center;
    width: 100%;
    clear: both;
    color: #f1f1f1;
    background-color: #f1f1f1;
}

hr.small {
    margin: 15px 0px;
}

.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clear,
.clr {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}


/*** END OF GLOBAL  ***/


/*** DEFAULT ELEMENT STYLES ***/


/* heading */

h1,
h2 {
    margin-bottom: 15px;
}

h3,
h4,
h5,
h6 {
    margin-bottom: 10px;
}

h1 {
    font-size: 26px;
    line-height: 28px;
}

h2 {
    font-size: 22px;
    line-height: 24px;
}

h3 {
    font-size: 20px;
    line-height: 22px;
}

h4 {
    font-size: 16px;
    line-height: 18px;
}

h5 {
    font-size: 14px;
    line-height: 16px;
}

h6 {
    font-size: 13px;
    line-height: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-family: 'TuffyRegular', sans-serif, Arial, Helvetica;
    color: #333
}

.pagetitle {
    font-family: 'ImpactRegular', Arial;
    font-size: 40px;
    line-height: 42px;
    color: #fff
}

.pagedesc {
    color: #aaa;
    line-height: 22px;
}


/* links */

a,
a:visited,
.colortext {
    text-decoration: none;
    font-weight: normal;
    color: #c93232
}

a:hover {
    text-decoration: underline;
    color: #c93232
}

a img {
    border: none
}


/* float align */

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 20px;
    margin-top: 3px;
}

.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 20px;
    margin-top: 5px;
}

.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignnone,
img.alignnone {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3px;
}

img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone {
    margin-bottom: 12px;
}

.copyrights {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}


/* lists, blockquotes and paragraphs */

p,
ul,
ol,
blockquote {
    margin-bottom: 20px;
}

ul {
    list-style: square;
    margin: 0 0 18px 1.5em;
}

ol {
    list-style: decimal;
    margin: 0 0 18px 2.2em;
}

ol ol {
    list-style: upper-alpha;
}

ol ol ol {
    list-style: lower-roman;
}

ol ol ol ol {
    list-style: lower-alpha;
}

ul ul,
ol ol,
ul ol,
ol ul {
    margin-bottom: 0;
}

blockquote {
    margin: 0px 0 20px 0px;
    padding: 0px 10px 0px 50px;
    background-image: url(../images/quote.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    clear: both;
    font-family: 'TuffyRegular', Georgia, Arial;
    font-style: italic;
    font-size: 16px;
    line-height: 22px;
}

blockquote.left,
blockquote.right {
    float: right;
    letter-spacing: 0px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-top: 0px;
    padding: 0px 20px 10px 60px;
    width: 43%;
    background-position: 0px 0px;
}

blockquote.left {
    float: left;
    margin-left: 0px;
    margin-right: 20px;
}

blockquote p {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 20px
}


/* code */

code {
    font-family: Verdana, Arial;
    letter-spacing: 1px;
    margin: 25px 0 25px 0px;
    display: block;
    font-size: 0.9em;
    border-left: 4px solid #cfcfcf;
    padding: 15px 10px;
}


/*** END OF DEFAULT ELEMENT STYLES ***/


/*** CONTAINER ***/

.wrapper {
    width: 940px;
    margin: 0 auto;
}

.top_banner {
    width: 100%;
    height: 40px;
    background: #ffffff;
}

.left_banner {
    font-size: 12px;
    color: #b68952;
    height: 40px;
    line-height: 40px;
    float: left;
    margin-left: 73px;
}

.right_banner {
    float: right;
    margin-right: 5px;
}

.right_banner ul {
    list-style: none;
}

.right_banner li {
    height: 40px;
    width: 48px;
    line-height: 40px;
    float: left;
    margin-left: 28px;
    text-align: center;
}

.right_banner a {
    color: #383838;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    display: block;
}

.right_banner a:hover {
    text-decoration: underline;
}

#bodychild {}

#outercontainer {
    width: 100%
}

#outerheader,
#outerafterheader,
#outerslider,
#outerbeforecontent,
#outermain,
#outerfootersidebar,
#outerfooter {
    width: 100%;
    margin: 0 auto
}

header,
#afterheader,
#slidercontainer,
#maincontent {
    width: 940px;
    margin: 0 auto
}


/*** END CONTAINER ***/


/*** HEADER ***/

#outerheader {
    height: 58px;
    border: solid 1px #181818;
    border-width: 1px 0;
    background: url(../images/bg-outerheader.gif) repeat
}

header {}

#logo {width: 400px;float: left;line-height: 58px;font-size: 24px;color: #fff;font-family: "Microsoft yahei"}
#logo a {
    color: #fff;
}

#navigation {
    float: right;
}

nav {
    position: relative;
    z-index: 9000;
    float: right;
    margin: 0 0 0 0;
}

#topnav {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: visible;
    position: relative;
    float: left;
    font-size: 14px;
    font-family: 'TuffyRegular', Arial;
    background: url(../images/bg-sepmenu.gif) repeat-y top right;
}

.sf-menu a {
    text-decoration: none !important;
    display: block;
    position: relative;
    padding: 0 25px !important;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    color: #ededed;
    text-shadow: 1px 1px 0 #151515;
    float: left;
}

.sf-menu a:visited {
    color: #ededed;
}

.sf-menu a:hover,
.sf-menu li a.current {
    color: #fff;
}

.sf-menu li.sfHover a:hover {
    color: #ededed;
}

.sf-menu li a {
    background: url(../images/bg-sepmenu.gif) repeat-y top left;
}

.sf-menu li {
    line-height: 58px;
}

.sf-menu li:hover,
.sf-menu .current,
.sf-menu .current:hover {
    background: #ca3232
}


/* Drop down menu */

.sf-menu ul a:hover {}

.sf-menu li li {
    text-align: left;
    line-height: 20px;
    margin: 0;
}

.sf-menu,
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu {
    line-height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    float: left;
}

.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 14em;
    /* left offset of submenus need to match (see below) */
}

.sf-menu ul li {
    width: 100%;
}

.sf-menu li:hover {
    visibility: inherit;
    /* fixes IE7 'sticky bug' */
}

.sf-menu li {
    float: left;
    position: relative;
    margin: 0;
}

.sf-menu li li {
    margin: 0px 0px;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left: 2px;
    top: 4.2em;
    /* match top ul list item height */
    z-index: 99;
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
    top: -999em;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left: 14em;
    /* match ul width */
    top: -1px;
    margin-left: 0px;
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
    top: -999em;
}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left: 14em;
    /* match ul width */
    top: -1px;
}

.sf-menu ul li a {
    padding: 8px 25px 8px 25px !important;
    text-transform: capitalize;
    display: block;
    width: auto;
    white-space: no-wrap;
}

.sf-menu ul li a:hover {}

.sf-menu li ul {
    padding: 0px;
}

.sf-menu a.sf-with-ul {
    padding-right: 0px;
    min-width: 1px;
    /* trigger IE7 hasLayout so spans position accurately */
}

.sf-sub-indicator {
    position: absolute;
    display: block;
    right: 10px;
    top: 1.05em;
    /* IE6 only */
    width: 10px;
    height: 10px;
    text-indent: -999em;
    overflow: hidden;
}

.sf-menu li li a {
    background: transparent;
    font-size: 13px;
    font-family: Arial;
}

.sf-menu li li {
    background: #2d2d2d url(../images/bg-linesubmenu.gif) repeat-x left bottom
}

.sf-menu li li:hover {
    background: #222 url(../images/bg-linesubmenu.gif) repeat-x left bottom
}

.sf-menu li li:last-child {
    background: #2d2d2d
}

.sf-menu li li:last-child:hover {
    background: #222
}


/*** AFTER HEADER  ***/

#outerafterheader {
    background: #f9f9f9 url(../images/bg-outerafterheader.gif) repeat-x;
    height: 59px;
    border-bottom: solid 1px #121212;
}

#afterheader {
    background: url(../images/bg-afterheader.png) no-repeat top left
}

#aftertheheader {
    font-family: "Georgia";
    font-style: italic;
    color: #999;
    text-align: right;
    padding: 20px 0 0 0
}


/*** SLIDER ***/

#outerslider {
    border-bottom: solid 1px #121212;
    background: #121212 url(../images/bg-outerslider.jpg) no-repeat top center;
    height: 371px
}

#slidercontainer {
    position: relative;
    height: 371px
}

#slider {
    width: 940px;
    position: relative;
    overflow: hidden;
}

#slideshow {
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 371px
}

.slide-img {
    position: absolute;
    top: 82px;
    left: 16px
}

.slide-text {
    margin-left: 454px;
    padding: 75px 0 0 0;
    color: #fcfcfc
}

.slide-text h1 {
    font-family: 'ImpactRegular', Arial;
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    text-shadow: 1px 1px 0 #363636;
    margin-bottom: 10px
}

.slide-text h4 {
    font-family: Arial;
    color: #fcfcfc;
    margin-bottom: 20px
}

#slidernav {
    bottom: 13px;
    right: 0;
    position: absolute;
    z-index: 10;
}

#slidernav a {
    width: 11px;
    height: 11px;
    background-image: url(../images/but-slider.png);
    background-repeat: no-repeat;
    background-position: 0 0px;
    border: 0px;
    margin-left: 8px;
    cursor: pointer;
    display: inline;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
}

#slidernav a.activeSlide {
    width: 11px;
    height: 11px;
    background-image: url(../images/but-slider.png);
    background-repeat: no-repeat;
    background-position: 0px -11px;
    margin-top: 0px;
}

#bgslider {
    background: url(../images/bg-slide.png) no-repeat;
    width: 407px;
    height: 347px;
    position: absolute;
    bottom: -43px
}


/*** BEFORE CONTENT  ***/

#outerbeforecontent {
    background: #f3f3f3;
    border-bottom: solid 1px #e1e1e1
}

#beforecontent {
    padding: 44px 0 30px 0;
    border-bottom: solid 1px #fff
}

#beforethecontent {
    width: 940px;
    margin: 0 auto;
    position: relative;
}

.btntt {
    position: absolute;
    top: -12px;
    right: 0;
}

.btntt li {
    list-style: none;
    float: left;
    margin-left: 24px;
}

.btntt li a {
    font-size: 34px;
    font-weight: bold;
}

#outerbeforecontent.inner {
    background: url(../images/bg-outerbeforecontentinner.jpg) no-repeat;
    border-bottom: solid 1px #121212
}

#outerbeforecontent.inner #beforecontent {
    padding: 40px 0;
    border: 0px;
}

#outerbeforecontent.inner #beforethecontent {
    text-align: center;
}

#beforethecontent-colleft {
    float: left;
    width: 60%
}

#beforethecontent-colleft p:last-child {
    margin: 0;
}

#beforethecontent-colright {
    float: right;
    width: 35%
}

.quote {
    text-align: right;
    color: #232222
}

.quote p {
    font-size: 18px;
    font-family: 'Georgia', Arial;
    font-style: italic;
    line-height: 30px;
    margin-bottom: 8px
}

.qname {
    font-size: 13px;
}

.largetext {
    font-size: 16px;
}

.middletext {
    vertical-align: top;
    padding: 10px 0 0 10px;
    display: inline-block
}

#welcome {
    text-align: center;
}


/*** CONTENT  ***/

#outermain {
    padding: 40px 0 60px 0;
}

#maincontent {}

#content {
    width: 640px;
    float: left;
}

#content.positionright {
    float: right;
}

#content.positionleft {
    float: left;
}


/*==== Custom List ====*/

ul.list {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0
}

ul.list li {
    background: url(../images/list.gif) no-repeat 0 10px;
    padding: 0 0 0 20px;
    line-height: 24px
}

ul.list li a,
ul.list li a:visited {
    color: #444;
}

ul.checklist {
    list-style-type: none;
    margin: 0;
    padding: 0
}

ul.checklist li {
    background: url(../images/checklist.png) no-repeat 0 6px;
    padding: 0 0 0 20px;
    line-height: 20px
}

ul.checklist li a,
ul.checklist li a:visited {
    color: #444;
}

ul.nolist {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0
}

ul.nolist li {
    clear: both;
    padding-bottom: 25px;
    margin-bottom: 10px
}

.smalltitle {
    display: block;
}

ul.social {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0
}

ul.social li {
    padding-bottom: 10px;
}

ul.social li a,
ul.social li a:visited {
    color: #444;
}

ul.social li a:hover {
    color: #c93232;
}

.valignmiddle {
    vertical-align: top;
    padding-right: 10px
}

ul.inlineblock {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0
}

ul.inlineblock li {
    padding: 0 0 5px 0;
    margin: 0 0 20px 0;
    clear: both
}


/*==== Image Border ====*/

.imgborder {
    padding: 5px;
    background: #f3f3f3;
    border: solid 1px #fff;
    outline: solid 1px #e1e0e0
}


/*==== Form & Button ====*/

form {
    margin: 0;
    padding: 0;
}

input[type="text"],
textarea,
input[type="password"],
select {
    font-size: 12px;
    padding: 10px 5px;
    background: #ffffff;
    border: 0;
    color: #737373;
    border: solid 1px #dadada;
    border-width: 1px 0 0 1px;
}

select {
    font-size: 11px;
    padding: 4px 5px;
}

.button,
.button:visited,
input[type="submit"],
input[type="reset"],
button {
    font-size: 12px;
    background: #f2f2f2 url(../images/bg-button2.png) repeat-x;
    background-position: 0 0;
    display: inline-block;
    color: #676767;
    padding: 6px 10px 6px 10px;
    border: solid 1px #ffffff;
    outline: solid 1px #e1e0e0;
    margin: 0;
    cursor: pointer;
}


/* firefox only */

@-moz-document url-prefix() {
    .button,
    .button:visited,
    input[type="submit"],
    input[type="reset"],
    button {
        padding: 5px 10px 6px 10px;
        line-height: 18px;
    }
}

.button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover {
    text-decoration: none;
    background-position: 0 -27px
}

.buttoncolor,
.buttoncolor:visited {
    font-family: 'TuffyRegular', Arial;
    color: #fff;
    text-shadow: 1px 1px 0 #151515;
    font-size: 16px;
    display: inline-block;
    text-transform: uppercase;
}

.buttoncolor:hover {
    color: #fff;
    text-decoration: none
}

.buttontext {
    background: url(../images/bg-button.png) repeat-x;
    height: 40px;
    line-height: 45px;
    float: left;
    padding: 0 12px 0 20px
}

.buttonsep {
    background: url(../images/bg-buttonright.png) no-repeat;
    height: 40px;
    width: 21px;
    float: left;
    margin-left: 0px;
}


/*==== Separator ====*/

.separator {
    display: block;
    height: 30px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    clear: both;
}

.separator.line {
    display: block;
    text-align: center;
    width: 100%;
    clear: both;
    padding: 0;
    height: auto;
    margin-bottom: 20px
}

.separator.line div {
    height: 30px;
    display: block;
    clear: both;
    padding: 10px 0;
    background: url(../images/line.png) no-repeat center center
}


/*==== Column ====*/

.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
    margin-right: 4%;
    margin-left: 0;
    position: relative;
    float: left;
}

.one_half {
    width: 48%;
}

.one_third {
    width: 30.6666%;
}

.one_fourth {
    width: 22%;
}

.one_fifth {
    width: 16.8%;
}

.one_sixth {
    width: 13.3333%;
}

.two_third {
    width: 65.3332%;
}

.two_fourth {
    width: 48%;
}

.two_fifth {
    width: 37.6%;
}

.two_sixth {
    width: 30.6666%;
}

.three_fourth {
    width: 74%;
}

.three_fifth {
    width: 58.4%;
}

.three_sixth {
    width: 47.9998%;
}

.four_fifth {
    width: 79.2%;
}

.four_sixth {
    width: 65.3332%;
}

.five_sixth {
    width: 82.6665%;
}

.firstcols {
    margin-left: 0px !important;
}

.last,
.lastcols {
    margin-right: 0px !important;
    clear: right;
}


/*==== Tables ====*/

table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 18px;
}

table,
td,
th {
    text-align: center;
}

th {
    padding: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #f1f1f1;
}

td {
    padding: 10px;
}

tfoot td {
    border: 0px;
}

th,
tr:hover {}

table {
    border: 1px solid #f1f1f1;
    border-bottom: 0;
    text-align: left;
    margin: 0 -1px 24px 0;
    width: 100%;
}

tr th,
thead th {
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    padding: 9px 24px;
}

tr td {
    border-bottom: 1px solid #f1f1f1;
    padding: 6px 24px;
}

tr.odd td {
    background: #F2F7FC;
}


/*==== Quote ====*/

.pullquote-right,
.pullquote-left {
    padding: 0px 10px 0px 50px;
    background-image: url(../images/quote.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    float: right;
    font-family: 'TuffyRegular', Georgia, Arial;
    font-style: italic;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 22px;
    margin: 0px 2px 20px 20px;
    width: 50%;
}

.pullquote-left {
    float: left;
    margin-left: 2px;
    margin-right: 20px;
}


/* == Dropcaps == */

.dropcap1 {
    text-shadow: 1px 1px 0 #ededed;
    display: block;
    float: left;
    font-size: 35px;
    line-height: 35px;
    margin: 2px 8px 0 0;
}

.dropcap2 {
    display: block;
    float: left;
    font-size: 35px;
    line-height: 45px;
    width: 47px;
    -moz-border-radius: 47px;
    -webkit-border-radius: 47px;
    -khtml-border-radius: 47px;
    border-radius: 47px;
    float: left;
    text-align: center;
    margin: 8px 15px 0 0;
    padding-top: 3px;
    background: #585858;
    color: #fff;
}

.dropcap3 {
    background: #585858;
    color: #fff;
    display: block;
    float: left;
    font-size: 35px;
    line-height: 40px;
    width: 47px;
    height: 40px;
    text-align: center;
    margin: 6px 8px 0 0;
    padding: 5px 0
}


/*== Highlight ==*/

.highlight1 {
    padding: 2px 5px;
    background-color: #585858;
    border: solid 1px #ebebeb;
    color: #fff
}

.highlight2 {
    padding: 2px 5px;
    background-color: #ebebeb;
    border: solid 1px #f7f7f7
}


/*==== Tabs ====*/

.tabcontainer {
    margin: 0 0 20px 0;
}

ul.tabs {
    margin: 0 0 -1px 0;
    padding: 0 0 2px 0;
    list-style: none;
    height: 25px;
    width: 100%;
    border-left: solid 1px #ededed;
}

ul.tabs li {
    float: left;
    margin: 0 0;
    padding: 0 0;
    line-height: 25px;
    height: 25px;
    position: relative;
    background: #fff;
}

ul.tabs li:last-child {
    background: transparent;
}

ul.tabs li a {
    text-decoration: none;
    float: left;
    display: block;
    padding: 0 15px;
    outline: none;
    color: #000000;
    font-size: 12px;
    background: #fff;
    border: solid 1px #ededed;
    border-width: 1px 0px 1px 0px;
}

.tab-content {
    padding: 20px 0;
}

ul.tabs li:hover {}

ul.tabs li.active {}

html ul.tabs li.active a {
    color: #bf2b00;
    background: #fff;
    border: solid 1px #ededed;
    border-width: 1px 0px 1px 0px;
}

ul.tabs li .tab-arrow {
    background: url(../images/tab.gif) no-repeat left top;
    width: 12px;
    height: 25px;
    display: inline-block;
    float: left;
    border: solid 1px #ededed;
    border-width: 1px 0px 1px 0px;
}

ul.tabs li:last-child .tab-arrow {
    border: 0;
}

#tab-body {
    padding: 0 20px;
    background: #fff;
    border: solid 1px #ededed;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}


/*==== jQuery Toggles ====*/

#toggle {
    margin: 0 0 20px 0
}

h2.trigger {
    padding: 0;
    height: 40px;
    line-height: 40px;
    margin: 0 0 10px 0;
    font-size: 12px;
    font-weight: normal;
    background: #fff;
    border: solid 1px #ebebeb;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 0 1px 1px #f6f6f6;
    -webkit-box-shadow: 0 0 1px 1px #f6f6f6;
    box-shadow: 0 0 1px 1px #f6f6f6;
    font-family: Arial;
}

h2.trigger span {
    text-decoration: none;
    display: block;
    color: #c93232;
    background: url(../images/toggle.png) no-repeat left top;
    padding-left: 50px;
    cursor: pointer;
    height: 40px;
    line-height: 42px;
}

h2.active span {
    background: url(../images/toggle-down.png) no-repeat left center;
    color: #101010;
}

h2.trigger a:hover {
    color: #101010;
}

h2.active {
    background: #fafafa;
}

.toggle_container {
    margin: 0 0 2px 0;
    padding: 10px 25px;
    overflow: hidden;
    clear: both;
}

.toggle_container .block {
    padding: 0px;
}

.toggle_container .block p {
    padding: 5px 0;
    margin: 5px 0;
}


/*** SIDEBAR  ***/

#sidebar {
    width: 270px;
    float: left;
    padding: 0 0 0 30px;
}

#sidebar.positionleft {
    float: left;
    padding: 0 30px 0 0;
}

#sidebar.positionright {
    float: right;
}

#sidebar .widget-title {
    padding: 0;
    font-size: 18px;
    color: #c93232;
    float: right;
    text-align: right;
    margin: 0 -20px 0 0;
    padding-right: 20px;
    border-bottom: solid 1px #efefef;
    margin-bottom: 13px;
}

#sidebar ul {
    list-style-type: none;
    list-style-position: outside;
    margin: 0;
    padding: 0;
    clear: both;
}

#sidebar ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #444;
}

#sidebar .widget-container {
    margin-bottom: 40px;
    clear: both;
    background: #fff;
    border: solid 1px #ebebeb;
    border-width: 0 1px 1px 0;
    box-shadow: 1px 1px 0px #f6f6f6;
    padding: 20px;
    position: relative;
}

#sidebar li li {
    list-style-type: none;
    margin: 0 0 4px 0;
    padding: 0 0 4px 20px;
    background: url(../images/arrow2.png) no-repeat 0 5px;
}


/* firefox only */

@-moz-document url-prefix() {
    #sidebar li li {
        background: url(../images/arrow2.png) no-repeat 0 6px;
    }
}

#sidebar li li a {
    color: #444;
}

#sidebar li li a:hover {
    text-decoration: underline;
}

#sidebar .textwidget {
    clear: both;
}

#sidebar .widget-container p:last-child {
    margin: 0;
}

#sidebar #widget-search.widget-container,
#sidebar #widget-ads.widget-container {
    background: transparent;
    border: 0;
    box-shadow: 0 0 0 #f6f6f6;
    padding: 0;
}

#sidebar #searchform #s {
    width: 94%;
}

#sidebar .ads img {
    display: inline;
    margin: 0 15px 12px 0
}

#sidebar .ads img.nomargin {
    margin-right: 0;
}

#sidebar ul.latestpost {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#sidebar ul.latestpost li {
    background: transparent;
    padding: 0 0 20px 0;
    clear: both
}

#sidebar ul.latestpost li:last-child {
    padding: 0;
}

#sidebar ul.latestpost li img {
    padding: 5px;
    background: #f3f3f3;
    border: solid 1px #fff;
    outline: solid 1px #e1e0e0
}

#sidebar ul.latestpost .lptitle {
    display: block;
}

ul.latestpost .lptitle a,
ul.latestpost .lptitle a:visited {
    color: #c93232 !important;
}


/* list second level */

#sidebar ul.sub-menu,
#sidebar ul.children,
#sidebar ul ul ul {
    margin: 5px 0 0 10px;
}

#sidebar ul.sub-menu li,
#sidebar ul.children li,
#sidebar ul ul ul li {
    margin-bottom: 2px;
    padding-bottom: 2px;
    border: 0;
}


/*** FOOTER SIDEBAR  ***/

#outerfootersidebar {
    padding: 0 0;
    background: url(../images/bg-outerfootersidebar.gif) repeat;
    border-top: solid 1px #1e1e1e
}

#footersidebarcontainer {
    padding: 40px 0;
    background: url(../images/bg-footersidebarcontainer.png) no-repeat center bottom;
    border-top: solid 1px #606060
}

#footersidebar {
    width: 940px;
    margin: 0 auto
}

.footcol {
    width: 220px;
    float: left;
    margin-right: 20px;
}

#footcol4 {
    margin-left: 470px;
}

#footcol4.footcol {
    margin-right: 0;
}

.footcol ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footcol ul li {
    color: #8e8e8e;
}

.footcol ul li a,
.footcol ul li a:visited {
    color: #ddd;
}

.footcol ul li a:hover {
    color: #c93232;
    text-decoration: none
}

.footcol ul li .colortext,
.footcol ul li .colortext:visited {
    color: #c93232;
}

.footcol .widget-container {
    margin: 0 0 40px 0;
}

.footcol .widget-container:last-child {
    margin: 0;
}

.footcol .widget-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff
}

.footcol ul li li {
    padding: 0 0 3px 15px;
    margin: 0 0 6px 0;
    background: url(../images/arrow.png) no-repeat 0 5px
}

#sn {
    padding: 0
}

#sn ul {
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0;
}

#sn li {
    list-style-type: none;
    margin: 0;
    padding: 0 5px 0 0;
    display: inline;
    background: transparent
}

#sn span {
    height: 32px;
    width: 32px;
    display: inline;
    display: inline-block
}

.icon-img {
    background-position: 0 0;
}

.icon-img:hover {
    background-position: 0 -32px !important;
}


/*** FOOTER  ***/

#outerfooter {
    width: 100%;
    background: #171717;
    border-top: solid 1px #0e0e0e
}

#footercontainer {
    border-top: solid 1px #353535;
    padding: 15px 0;
}

#footer {
    width: 940px;
    margin: 0 auto;
    color: #ababab
}

#footer a,
#footer a:visited {
    color: #6c6c6c
}

.ts-display-pf-text button {
    margin-bottom: 10px;
}

button.os {
    margin-left: 15px;
}

.ts-display-pf-text img {
    margin-left: 40px;
    width: 100px;
}

#ts-display-pf-col-4 li:last-child {
    margin-right: 0;
}

.wrap {
    width: 980px;
    height: auto;
    margin: 0 auto;
    background-color: transparent;
}

.paySide {
    float: left;
    width: 210px;
    margin-top: 30px;
}

.payList li {
    list-style: none;
}

.payList li a {
    position: relative;
    float: left;
    width: 100%;
    padding: 8px 0;
    font-size: 14px;
    color: #333;
}

.payList li .text {
    padding: 0 23px 0 60px;
}

.arrow {
    display: block;
    position: absolute;
    background-image: url("../images/content/pf/st.png");
    width: 12px;
    height: 18px;
    margin-top: -9px;
    top: 50%;
    right: 17px;
}

.i_aligatewaypay {
    position: absolute;
    top: 50%;
    left: 17px;
    display: inline-block;
    float: left;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background-image: url("../images/content/pf/i_aligatewaypay.png");
    vertical-align: middle;
}

.i_alidirectpay {
    position: absolute;
    top: 50%;
    left: 17px;
    display: inline-block;
    float: left;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background-image: url("../images/content/pf/i_alipay.png");
    vertical-align: middle;
}

.sideHd {
    height: 38px;
    margin: 4px 10px 8px;
    border-bottom: 1px dashed #b6b6b6;
    font: 16px/38px Microsoft YaHei;
    color: #000;
    text-align: center;
}

.listActive {
    background-color: #121212;
    color: #fff !important;
}


/*.payList li .arrow {
  display: block;
  background: url(../i/st.png) no-repeat;
  width: 6px;
  height: 11px;
}*/


/*main右侧*/

.maincontent {
    background: #f6f6f6;
}

.payMain {
    float: left;
    width: 635px;
    height: 640px;
    padding-left: 80px;
    margin-top: 20px;
    padding-top: 50px;
    background-color: #fff;
    margin-bottom: 10px;
}

.payList ul {
    margin: 0;
}

.top_introduce_content {
    border: solid 1px #D3D3D3;
    padding: 5px;
    text-align: left;
    margin-left: -20px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.payMainlist,
.formRow {
    width: 100%;
    padding: 6px 0;
}

.payMainlist {
    display: none;
}

.formLeft {
    float: left;
}

.formRow .formLeft {
    width: 100px;
    font-size: 14px;
    text-align: right;
    _margin-right: -3px;
}

.formRow .formRight {
    margin-left: 110px;
    _margin-left: 0;
    _zoom: 1;
}

.formRight input {
    width: 168px;
    height: 22px;
    padding: 0 0 0 5px;
    margin-bottom: 15px;
    border: 1px #cdcdcd solid;
    line-height: 22px;
}

#DivConsume input,
#trMoney input {
    width: 13px;
    height: 13px;
}

.formRight label {
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
}

#inputParValue {
    width: 50px !important;
    height: 22px !important;
    font-size: 10px;
    line-height: 22px;
    padding: 0;
    border: 1px #bbbbbb solid;
}

.input_short {
    float: left;
    width: 78px;
    height: 23px;
    margin-right: 10px;
}

.input_short input {
    width: 78px;
    height: 23px;
    +position: absolute;
}

#cbAgree {
    width: 13px;
    height: 13px;
}

.fileLink {
    color: #666;
}

.fileLink:hover {
    color: #ff6600;
}

.greenBtn {
    width: 100px !important;
    height: 40px !important;
    background-color: #121212;
    border: solid 1px #999 !important;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    padding: 0 !important;
}

.greenBtn:hover {
    background-color: #121212;
}

.warning ul {
    display: flex;
}

.warning ul li {
    flex: 1;
    height: 282px;
    float: left;
    margin-right: 10px;
    list-style: none;
    overflow: hidden;
    background-image: url("../images/content/pf/sub.jpg");
    background-repeat: no-repeat;
}

.warning ul li:hover {
    cursor: pointer;
}

.warning ul li.warning_1 {
    background-position: -34px -0;
    _background: none;
    _padding-left: 0;
    _margin-left: -0;
    _padding-top: 0;
    _margin-top: -0;
}

.warning ul li.warning_1:hover {
    background-position: -328px -0px;
    _background: none;
    _padding-left: 294px;
    _margin-left: -294px;
    _padding-top: 0;
    _margin-top: -0;
}

.warning ul li.warning_2 {
    background-position: -32px -282px;
    _background: none;
    _padding-left: 0;
    _margin-left: -0;
    _padding-top: 282px;
    _margin-top: -282px;
}

.warning ul li.warning_2 a {
    width: 100%;
    height: 100%;
    float: left;
}

.warning ul li.warning_2:hover {
    background-position: -326px -282px;
    _background: none;
    _padding-left: 294px;
    _margin-left: -294px;
    _padding-top: 282px;
    _margin-top: -282px;
}

.warning ul li.warning_3 {
    background-position: -32px -564px;
    _background: none;
    _padding-left: 0;
    _margin-left: -0;
    _padding-top: 564px;
    _margin-top: -564px;
}

.warning ul li.warning_3:hover {
    background-position: -326px -564px;
    _background: none;
    _padding-left: 294px;
    _margin-left: -294px;
    _padding-top: 564px;
    _margin-top: -564px;
}

.warning_3>div {
    display: none;
}

.warning_3:hover>div {
    display: block;
}

.warning ul li.warning_4 {
    background-position: -34px -0;
    position: relative;
}

.warning ul li.warning_4:hover {
    background-position: -328px -0px;
}

.warning ul li.warning_4:hover:after {
    content: '';
    width: 100%;
    height: 40px;
    background: #131313;
    position: absolute;
    bottom: 60px;
    pointer-events: none;
}

.warning ul li.warning_4 a {
    display: block;
    width: 100%;
    height: 100%;
}

.warning ul li.warning_4 span {
    font-size: 24px;
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    line-height: 2;
    top: 118px;
    background: #4E4E4E;
    text-align: center;
    text-decoration: none;
}

.warning ul li.warning_4:hover span {
    background: #131313;
}

span.warn {
    color: #f72f2f;
    margin-left: 10px;
}

.formRight input:hover {
    background: #fff;
}


/*.right_banner li.active:after {*/


/*content: "";*/


/*width: 18px;*/


/*height: 2px;*/


/*background: #b50808;*/


/*position: absolute;*/


/*top: 32px;*/


/*margin-left: -8px;*/


/*}*/

.right_banner li.active a {
    color: #b50808;
}

.formRight select {
    margin-bottom: 15px;
    border-width: 1px;
}

.login {
    background: url("../images/content/pf/timg.jpg");
    background-size: 100%;
    width: 980px;
    height: 554px;
}

.login.wrap {
    position: relative;
}

.login .login-box {
    width: 500px;
    height: 100%;
    background: #ffffff;
    background-color: rgba(240, 240, 240, 0.53);
    filter: alpha(opacity=50);
}

.login-box .center {
    margin: 0 auto;
    width: 300px;
    padding-top: 140px;
    position: relative;
}

.login-box .center .input {
    padding: 0 0 0 5px;
    width: 100%;
    border: none;
    height: 40px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    text-indent: 6px;
    margin-top: 20px;
    -webkit-transition: -webkit-box-shadow .2s linear;
    transition: -webkit-box-shadow .2s linear;
    transition: box-shadow .2s linear;
    transition: box-shadow .2s linear, -webkit-box-shadow .2s linear;
}

.login-box .center .input.warn {
    -webkit-box-shadow: 0 0 10px 5px rgba(255, 0, 0, 0.28);
    box-shadow: 0 0 10px 5px rgba(255, 0, 0, 0.28);
}

.login-box .autologin {
    display: block;
    font-size: 16px;
    margin: 15px 0 10px 0;
}

#autologin {
    margin-right: 10px;
}

.login-box .btn {
    text-align: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #181818;
    font-weight: bold;
    font-size: 20px;
    color: white;
    display: block;
}

.login-box .btn:hover {
    cursor: pointer;
}

.login-box a {
    display: inline-block;
    margin-top: 6px;
    margin-right: 10px;
    color: #181818;
}

.mask {
    width: 100%;
    height: 100%;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.6);
    filter: alpha(opacity=95);
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
}

.mask .modal {
    position: relative;
    width: 500px;
    height: 350px;
    margin: 0 auto;
    margin-top: 200px;
    background-color: #ffffff;
    overflow: hidden;
}

.mask .modal-title {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background-color: #d20000;
    color: white;
}

.mask .btn-bottom {
    position: absolute;
    left: 50%;
    width: 350px !important;
    margin-left: -175px;
    top: 170px;
}

.step-list {
    width: 560px;
    height: 40px;
    background-color: #f0f0f0;
    display: flex;
    flex-direction: row;
}

.step-list>div {
    flex: 1;
    text-align: center;
    line-height: 40px;
    position: relative;
    float: left;
    margin: 0 0;
    padding: 0 0;
}

.step-list>div span {
    padding: 0 30px;
}

.step-list>div.current {
    background-color: #c60505;
    color: white;
}

.step-list>div:before {
    content: '';
    position: absolute;
    right: -40px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 20px solid #f0f0f0;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

.step-list>div.current:before {
    border-left: 20px solid #c60505;
}

.btn.primary {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #585858;
    font-weight: bold;
    font-size: 14px;
    color: white;
    display: block;
    text-align: center;
}

.iframe-forget {
    width: 100%;
    height: 100%;
}

.mask .login-box .center {
    padding-top: 0;
}

.mask .login-box .btn {
    background: #6c6c6c;
}

.forget_box {
    margin-top: 20px;
}

.btn.primary:hover {
    cursor: pointer;
}

.blue {
    margin-bottom: 15px;
    color: #1b79bf !important;
    text-decoration: underline;
}

.blue:hover {
    color: #bf0f00;
    text-decoration: none;
}

.email {
    margin-bottom: 15px;
    color: #1a99bf;
}

.tw {
    height: 170px;
    overflow: hidden;
}

.more {
    font-size: 12px;
    margin-left: 20px;
    color: #0e0e0e !important;
}

.more:hover {
    font-weight: bold;
    color: #1b79bf;
}

.way li {
    padding-bottom: 0 !important;
}

.text h3 {
    text-align: center;
    font: bold 18px/32px "宋体";
    margin-bottom: 30px;
}

.text p {
    font: 15px/32px "宋体";
    text-indent: 30px;
    margin-bottom: 10px;
}

.text p:last-child {
    text-align: right;
    font-weight: bold;
    margin-top: 30px;
}

.produce a.blue {
    display: block;
}

.notice p {
    font-size: 12px;
    margin-bottom: 10px;
}

.text_user p {
    margin-bottom: 25px;
    line-height: 25px;
    font-size: 13px;
}

.text_user p.text_in {
    text-indent: 30px;
}

.text_user span {
    padding: 2px 20px;
    display: block;
}

.text_user h4:last-child {
    text-align: right;
}

.slide-img img {
    width: 376px;
    height: 216px;
    display: block;
}

.left-content {
    float: left;
    width: 30%;
}

.game-info {
    margin: 0;
    padding: 0;
    width: 220px;
    text-decoration: none;
    list-style: none;
}

.game-info-item {
    margin: 0;
    padding: 0;
    height: 40px;
    font-size: 14px;
}

.game-info-item p {
    float: left;
    text-align: left;
}

.info-0 {
    width: 40%;
}

.info-1 {
    width: 60%;
}

.game-download {
    display: block;
    width: 180px;
    height: 54px;
    background: url(../images/download.png) no-repeat;
    background-position: 0 0;
    color: #e5fff9;
    font-size: 18px;
    line-height: 54px;
    font-family: 'Microsoft Yahei';
    text-align: center;
}

.game-download:hover {
    background-position-y: -54px;
}

.game-qrCode {
    margin-top: 10px;
}

.game-qrCode img {
    width: 180px;
}

.game-title-wrapper {
    height: 30px;
    border-bottom: 2px solid #dedede;
}

.right-content {
    float: left;
    width: 70%;
}

.game-title {
    width: 110px;
    height: 30px;
    line-height: 30px;
    font-size: 26px;
    font-weight: 700;
    text-align: left;
    border-bottom: 2px solid #333333;
}

.game-content {
    padding: 20px 0;
    font-size: 16px;
    line-height: 23px;
}

.game-content ul {
    list-style: none;
}

.img-list {
    height: 330px;
}

.img-list img {
    width: 300px;
}

.img-list li {
    margin: 2px 4px;
    float: left;
    width: 300px;
}

.game-name {
    font-size: 24px;
    font-weight: 700;
    margin: 15px 0;
}

#outerfootersidebar {padding: 0 0;background: url(../images/bg-outerfootersidebar.gif) repeat;border-top: solid 1px #1e1e1e}
#footersidebarcontainer {padding: 30px 0 20px;background: url(../images/bg-footersidebarcontainer.png) no-repeat center bottom;border-top: solid 1px #606060;color: #8e8e8e;text-align: center}
#footersidebarcontainer li {list-style: none}
#footersidebarcontainer li a {color: #fff;text-decoration: none}
#footersidebarcontainer li a:hover {color: #c93232}
#footersidebarcontainer span {font-family: Arial}