article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
a {
    background: transparent;
}
a:focus {
    outline: thin dotted;
}
a:active,
a:hover {
    outline: 0;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
mark {
    background: #ff0;
    color: #000;
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
}
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button,
input {
    line-height: normal;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page  {
        margin: 2cm .5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    select {
        background: #fff !important;
    }
    .navbar {
        display: none;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #ffffff;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #5e87b0;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #406182;
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
img {
    vertical-align: middle;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #999999;
}
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
    font-size: 65%;
}
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
    font-size: 75%;
}
h1,
.h1 {
    font-size: 36px;
}
h2,
.h2 {
    font-size: 30px;
}
h3,
.h3 {
    font-size: 24px;
}
h4,
.h4 {
    font-size: 18px;
}
h5,
.h5 {
    font-size: 14px;
}
h6,
.h6 {
    font-size: 12px;
}
p {
    margin: 0 0 10px;
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}
small,
.small {
    font-size: 85%;
}
cite {
    font-style: normal;
}
.text-muted {
    color: #999999;
}
.text-primary {
    color: #5e87b0;
}
.text-primary:hover {
    color: #486d93;
}
.text-warning {
    color: #c09853;
}
.text-warning:hover {
    color: #a47e3c;
}
.text-danger {
    color: #b94a48;
}
.text-danger:hover {
    color: #953b39;
}
.text-success {
    color: #468847;
}
.text-success:hover {
    color: #356635;
}
.text-info {
    color: #3a87ad;
}
.text-info:hover {
    color: #2d6987;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.list-inline > li:first-child {
    padding-left: 0;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
dt,
dd {
    line-height: 1.428571429;
}
dt {
    font-weight: bold;
}
dd {
    margin-left: 0;
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
    .dl-horizontal dd:before,
    .dl-horizontal dd:after {
        content: " ";
        display: table;
    }
    .dl-horizontal dd:after {
        clear: both;
    }
    .dl-horizontal dd:before,
    .dl-horizontal dd:after {
        content: " ";
        display: table;
    }
    .dl-horizontal dd:after {
        clear: both;
    }
}
abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999999;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eeeeee;
}
blockquote p {
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.25;
}
blockquote p:last-child {
    margin-bottom: 0;
}
blockquote small,
blockquote .small {
    display: block;
    line-height: 1.428571429;
    color: #999999;
}
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
    text-align: right;
}
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: '';
}
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
    content: "";
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429;
}
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
/* Body */
html {
    overflow-x: hidden;
}
html,
body,
#page {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Open Sans', serif;
}
body {
    background: none repeat scroll 0 0 #f4f4f4;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
a:active,
a:focus {
    outline-style: none;
    -moz-outline-style: none;
}
* {
    outline: medium none !important;
}
.btn {
    text-transform: uppercase;
}
.parallax-overlay {
    /*background-color: rgba(94, 135, 176, 0.4);*/
    background-color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    height: 100%;
    z-index: 2;
}
ul.list-inline {
    margin-top: 5px;
}
.list-inline > li {
    padding-left: 15px;
    padding-right: 10px;
}
.divide20 {
    height: 20px;
    width: 100%;
}
.divide40 {
    height: 40px;
    width: 100%;
}
.divide55 {
    height: 55px;
    width: 100%;
}
.divide60 {
    height: 100%;
    width: 100%;
}
.divide85 {
    height: 85px;
    width: 100%;
}
.divide90 {
    height: 90px;
    width: 100%;
}
.bigintro {
    font-size: 38px;
    line-height: 50px;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    border-top: 1px solid #555555;
    border-bottom: 1px solid #555555;
    padding: 10px 0;
}
.bigintro-light {
    font-size: 38px;
    line-height: 50px;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    color: #f4f4f4;
    padding: 10px 0;
}
/*这个是foot的背景---------------------------------------------*/
.color-light {
    /*background: none repeat scroll 0 0 #f4f4f4;*/
    background: url(../img/featurePageFooter.jpg) 0 0 no-repeat fixed;
    /*height: 100%;*/
    /*width: 100%;*/
}
.color-primary {
    background: none repeat scroll 0 0 #5e87b0;
}
.color-secondary {
    background: none repeat scroll 0 0 #f0ad4e;
}
.color-dark {
    background: none repeat scroll 0 0 #555555;
}
.color-warning {
    background: none repeat scroll 0 0 #f0ad4e;
}
.color-success {
    background: none repeat scroll 0 0 #a8bc7b;
}
.color-danger {
    background: none repeat scroll 0 0 #d9534f;
}

/* Page */
#page #header {
    background-attachment: fixed;
    background-size: cover;
}
/* for background-size:cover replacement on iOS devices */
@media only screen and (orientation: portrait) and (device-width: 320px), (device-width: 768px) {
    #header {
        -webkit-background-size: auto 150% !important;
        background-attachment: scroll !important;
    }
}
@media only screen and (orientation: landscape) and (device-width: 320px), (device-width: 768px) {
    #header {
        -webkit-background-size: 150% auto !important;
        background-attachment: scroll !important;
    }
}
/*头部的背景----------------------------------------------*/
#header {
    /* Image credit: http://farm6.staticflickr.com/5274/5810163712_53996cbd0a_o.jpg */

    background: url(../img/featurePageHeader01.jpg) 0 0 no-repeat fixed;
    height: 100%;
    overflow: hidden;
    color: #195;
}
#header .container-transparent {
    background-color: rgba(0, 0, 0, 0.6);
    height: 350px;
    padding: 2px 0;
    position: relative;
    width: 100%;
}
#header .page-title {
    letter-spacing: -1px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    text-shadow: -2px 2px 1px rgba(33, 52, 70, 0.9);
    text-transform: uppercase;
    width: 75%;
    word-spacing: 3px;
    font-size: 3em;
    margin-top: 60px;
}
#header .page-sub-title {
    color: #FDFDFD;
    font-weight: 300;
    margin: 10px 0 40px;
    font-size: 1.2em;
}
@media screen and (max-width: 240px) and (orientation: portrait) {
    #header .page-title {
        font-size: 20px;
        margin-top: 10px;
    }
    #header .page-sub-title {
        padding: 0 35px;
        font-size: 12px;
        margin: 0;
    }
}
@media screen and (min-width: 241px) and (max-width: 320px) and (orientation: landscape) {
    #header .page-title {
        font-size: 20px;
        margin-top: 20px;
    }
    #header .page-sub-title {
        padding: 0 30px;
        font-size: 12px;
        margin: 0;
    }
}
@media screen and (min-width: 241px) and (max-width: 320px) and (orientation: portrait) {
    #header .page-title {
        font-size: 30px;
        margin-top: 20px;
    }
    #header .page-sub-title {
        padding: 0 30px;
        font-size: 14px;
    }
}
@media screen and (min-width: 321px) and (max-width: 480px) and (orientation: landscape) {
    #header .page-title {
        font-size: 25px;
        margin-top: 30px;
    }
    #header .page-sub-title {
        padding: 0 30px;
        font-size: 13px;
        margin: 5px 0 10px;
    }
}
@media screen and (min-width: 481px) and (max-width: 568px) and (orientation: landscape) {
    #header .page-title {
        font-size: 25px;
        margin-top: 30px;
    }
    #header .page-sub-title {
        padding: 0 30px;
        font-size: 15px;
        margin: 5px 0 10px;
    }
}
@media screen and (min-width: 569px) and (max-width: 685px) and (orientation: landscape) {
    #header .page-title {
        font-size: 2em;
    }
    #header .page-sub-title {
        font-size: 1em;
    }
}
@media screen and (min-width: 321px) and (max-width: 480px) and (orientation: portrait) {
    #header .page-title {
        font-size: 30px;
        margin-top: 30px;
    }
    #header .page-sub-title {
        padding: 0 20px;
        font-size: 17px;
    }
}
#header ul.heronav.left {
    left: 50%;
    margin-left: -390px;
    position: absolute;
    top: 50px;
}
#header ul.heronav.right {
    left: 50%;
    margin-left: 63px;
    position: absolute;
    top: 50px;
}
#header ul.heronav li {
    display: inline-block;
    list-style: none outside none;
    margin: 0 10px;
}
#header ul.heronav li a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: none;
    color: #999999;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 300ms linear 0s;
}
#header ul.heronav li a:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: none;
    color: #f0ad4e;
    text-decoration: none;
}
#header .showcase a {
    bottom: 5%;
    left: 50%;
    margin-left: -85px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
}
#header .showcase a.visible-xs {
    margin-left: -55px;
}
#header .overlay {
    background-color: rgba(94, 135, 176, 0.7);
    overflow: hidden;
    height: 100%;
    z-index: 2;
}
#header .top-bar {
    margin-top: 3em;
    margin-bottom: 1em;
    font-size: 16px;
}
#header .top-bar #top-navigation a {
    color: #f4f4f4;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
}
#header .top-bar #top-navigation a:hover {
    color: #D9534F;
}
@media screen and (max-width: 992px) {
    #header .top-bar {
        margin: 1em 0 3em;
        font-size: 15px;
    }
    #header #menu-mobile {
        margin-top: 1em;
    }
    #header #menu-mobile a.dropdown-toggle {
        color: #f4f4f4;
    }
    #header #menu-mobile .dropdown-menu {
        min-width: 0px;
        font-size: 13px;
        left: -30px;
    }
    #header #menu-mobile .dropdown-menu > li > a:hover {
        background-color: #F0AD4E;
    }
}




*{
    margin: 0 auto;
}
.bannerbox {

    position:relative;
    overflow:hidden;
    height:1334px;
}
.banner {
    width:2000px; /*图片宽度*/
    position:absolute;
    left:50%;
    margin-left:-980px; /*图片宽度的一半*/
}

















