html {
    font-family: 'Open Sans';
    font-size: 10px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
body {
    margin: 0;
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial;
    font-size: 16px;
    line-height: 1.5em;
    color: #333;
    background-color: #fff
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden], template {
    display: none
}
a {
    background-color: transparent;
    text-decoration: none
}
a:active, a:hover {
    outline: 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b, strong {
    font-weight: bold
}
dfn {
    font-style: italic
}
h1 {
    line-height: 1.25em;
    font-size: 2em;
    margin: .67em 0
}
mark {
    background: #ff0;
    color: #000
}
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: 1em 40px
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}
pre {
    overflow: auto
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}
button {
    overflow: visible
}
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
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}
input {
    line-height: normal
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}
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
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}
legend {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: bold
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
td, th {
    padding: 0
}
ul, ol {
    list-style: outside none none
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}
@media(min-width:768px) {
    .container {
        width: 750px
    }
}
@media(min-width:992px) {
    .container {
        width: 970px
    }
}
@media(min-width:1200px) {
    .container {
        width: 1170px
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}
.row {
    margin-left: -15px;
    margin-right: -15px
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}
.col-xs-12 {
    width: 100%
}
.col-xs-11 {
    width: 91.66666667%
}
.col-xs-10 {
    width: 83.33333333%
}
.col-xs-9 {
    width: 75%
}
.col-xs-8 {
    width: 66.66666667%
}
.col-xs-7 {
    width: 58.33333333%
}
.col-xs-6 {
    width: 50%
}
.col-xs-5 {
    width: 41.66666667%
}
.col-xs-4 {
    width: 33.33333333%
}
.col-xs-3 {
    width: 25%
}
.col-xs-2 {
    width: 16.66666667%
}
.col-xs-1 {
    width: 8.33333333%
}
.col-xs-pull-12 {
    right: 100%
}
.col-xs-pull-11 {
    right: 91.66666667%
}
.col-xs-pull-10 {
    right: 83.33333333%
}
.col-xs-pull-9 {
    right: 75%
}
.col-xs-pull-8 {
    right: 66.66666667%
}
.col-xs-pull-7 {
    right: 58.33333333%
}
.col-xs-pull-6 {
    right: 50%
}
.col-xs-pull-5 {
    right: 41.66666667%
}
.col-xs-pull-4 {
    right: 33.33333333%
}
.col-xs-pull-3 {
    right: 25%
}
.col-xs-pull-2 {
    right: 16.66666667%
}
.col-xs-pull-1 {
    right: 8.33333333%
}
.col-xs-pull-0 {
    right: auto
}
.col-xs-push-12 {
    left: 100%
}
.col-xs-push-11 {
    left: 91.66666667%
}
.col-xs-push-10 {
    left: 83.33333333%
}
.col-xs-push-9 {
    left: 75%
}
.col-xs-push-8 {
    left: 66.66666667%
}
.col-xs-push-7 {
    left: 58.33333333%
}
.col-xs-push-6 {
    left: 50%
}
.col-xs-push-5 {
    left: 41.66666667%
}
.col-xs-push-4 {
    left: 33.33333333%
}
.col-xs-push-3 {
    left: 25%
}
.col-xs-push-2 {
    left: 16.66666667%
}
.col-xs-push-1 {
    left: 8.33333333%
}
.col-xs-push-0 {
    left: auto
}
.col-xs-offset-12 {
    margin-left: 100%
}
.col-xs-offset-11 {
    margin-left: 91.66666667%
}
.col-xs-offset-10 {
    margin-left: 83.33333333%
}
.col-xs-offset-9 {
    margin-left: 75%
}
.col-xs-offset-8 {
    margin-left: 66.66666667%
}
.col-xs-offset-7 {
    margin-left: 58.33333333%
}
.col-xs-offset-6 {
    margin-left: 50%
}
.col-xs-offset-5 {
    margin-left: 41.66666667%
}
.col-xs-offset-4 {
    margin-left: 33.33333333%
}
.col-xs-offset-3 {
    margin-left: 25%
}
.col-xs-offset-2 {
    margin-left: 16.66666667%
}
.col-xs-offset-1 {
    margin-left: 8.33333333%
}
.col-xs-offset-0 {
    margin-left: 0
}
@media(min-width:768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}
@media(min-width:992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}
@media(min-width:1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}
table {
    background-color: transparent
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}
th {
    text-align: left
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 0
}
.table > tbody + tbody {
    border-top: 2px solid #ddd
}
.table .table {
    background-color: #fff
}
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px
}
.table-bordered {
    border: 1px solid #ddd
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 2px
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}
.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}
table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column
}
table td[class*="col-"], table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell
}
.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: #f5f5f5
}
.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8
}
.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #dff0d8
}
.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6
}
.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #d9edf7
}
.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3
}
.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3
}
.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc
}
.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #f2dede
}
.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc
}
.table-responsive {
    overflow-x: auto;
    min-height: .01%
}
@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive > .table {
        margin-bottom: 0
    }
    .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap
    }
    .table-responsive > .table-bordered {
        border: 0
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0
    }
}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table
}
.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
    clear: both
}
.caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px dashed;
    display: block;
    height: 0;
    margin: 2px auto 0;
    vertical-align: middle;
    width: 0
}
.dropdown {
    position: relative
}
.label {
    display: inline-block;
    max-width: 100%;
    font-weight: bold
}
.header {
    height: 80px;
    text-align: center;
    position: relative;
    *z-index: 1
}
.header .col-sm-5, .header .col-md-4 {
    text-align: left
}
.header .logo img {
    padding-top: 13px
}
.header .nav {
    font-size: 14px;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: visible;
    position: relative;
    *z-index: 1
}
.header .nav > li {
    display: block;
    padding: 0;
    float: left;
    position: relative;
    width: 20%;
    *width: 19%;
    z-index: 999
}
.header .nav > li > a, .header .nav > li > .hd-search {
    border-left: 1px solid #ddd;
    color: #717071;
    display: block;
    margin: 22.5px 0;
    padding: 6px 0;
    position: relative
}
.header .nav > li .hd-search {
    cursor: pointer;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-bottom: 16px
}
.header .nav > li.active {
    padding: 0
}
.header .nav > li.checked {
    padding: 0
}
.header .nav > li > a:hover, .header .nav > li > a:focus, .header .nav > li.checked > a {
    background-color: #transparent;
    margin: 22.5px 0;
    padding: 6px 0;
    color: #3090a1
}
.header .nav > .active > a {
    background-color: #transparent;
    margin: 22.5px 0;
    padding: 6px 0;
    color: #3090a1
}
.header .nav > li:hover, .header .nav > li.active {
    border-bottom: 3px solid #FCD01D
}
.header .nav > li .dropdown-menu {
    background-color: #3090a0;
    border-radius: 6px;
    display: none;
    height: auto;
    left: -70px;
    padding: 0;
    position: absolute;
    top: 92px;
    width: 350px
}
.header .nav > li .dropdown-menu::after, .header .nav > li .dropdown-menu::before {
    border: solid transparent;
    content: '';
    height: 0;
    right: 20%;
    position: absolute;
    width: 0
}
.header .nav > li .dropdown-menu::before {
    border-bottom-color: #3090a0;
    border-width: 8px;
    top: -15px
}
.header .nav > li ul, .header .nav form {
    background-color: #fff;
    margin: 30px auto 10px;
    padding: 0;
    width: 330px;
    display: table
}
.header .nav form {
    text-align: left
}
.header .nav > li .dropdown-menu ul > li {
    height: 42px;
    line-height: 42px;
    text-align: center
}
.header .nav > li .dropdown-menu ul > li a {
    color: #333;
    font-size: 13px;
    display: inline-block
}
.header .nav > li .dropdown-menu ul > li a:hover {
    color: #3090a0
}
.header .nav > li.product-menu .dropdown-menu ul > li {
    text-align: left
}
.header .nav > li.product-menu .dropdown-menu ul > li div {
    display: inline-block
}
.header .nav > li > span {
    display: none
}
.header .nav > li.product-menu .dropdown-menu ul > li span {
    display: inline-block;
    text-align: center;
    width: 176px
}
.header .nav > li.product-menu .dropdown-menu ul > li a.win {
    width: 76px
}
.header .nav > li.product-menu .dropdown-menu ul > li a.mac {
    width: 70px;
    text-align: center
}
.header .nav > li.product-menu .dropdown-menu ul > li div:hover {
    background-color: #DCDCDC
}
.header .nav > li.product-menu .dropdown-menu ul > li div:hover a {
    color: #3090a0
}
.header .nav > li.product-menu .dropdown-menu ul > li > a.mac:hover {
    background-color: #DCDCDC
}
.header .nav > li.apps-menu .dropdown-menu {
    width: 390px
}
.header .nav > li.apps-menu .dropdown-menu ul {
    width: 370px
}
.header .nav > li.apps-menu .dropdown-menu ul > li, .header .nav > li.resource-menu .dropdown-menu ul > li {
    float: left;
    width: 33.333%
}
.header .nav > li.support-menu .dropdown-menu ul > li {
    float: left;
    width: 50%
}
.header .nav > li.apps-menu .dropdown-menu ul > li:hover, .header .nav > li.resource-menu .dropdown-menu ul > li:hover, .header .nav > li.support-menu .dropdown-menu ul > li:hover {
    background-color: #DCDCDC
}
.header .nav > li.search-menu .dropdown-menu {
    left: auto;
    right: 0
}
.search-input {
    background-color: #fff;
    border: 1px solid #bedce2;
    border-right: none;
    color: black;
    height: 40px;
    padding: 0 10px;
    width: 252px
}
.search-sumbit {
    background-color: #FCD01D;
    border: medium none;
    border-radius: 0;
    color: #3090a1;
    display: block;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    margin-bottom: 0;
    margin-left: -6px;
    opacity: 1;
    padding: 0 20px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: 80px
}
.search-sumbit:hover {
    opacity: .8
}
@media(max-width:768px) {
    .header {
        height: auto
    }
    .header .nav > li {
        float: left;
        width: 25%;
        position: static
    }
    .header .nav > li > a {
        display: none
    }
    .header .nav > li > span {
        display: block;
        cursor: pointer
    }
    .header .nav {
        margin: 0
    }
    .header .nav .hd-search {
        display: none !important
    }
    .header .nav > li.search-menu {
        width: 100%;
        float: none;
        clear: both;
        z-index: 1
    }
    .header .nav > li.search-menu .dropdown-menu {
        display: block !important;
        position: static;
        padding: 0;
        border-radius: 0;
        top: 0;
        left: 0;
        text-align: left;
        background-color: transparent
    }
    .header .nav > li .dropdown-menu::before {
        border: none
    }
    img {
        max-width: 100%
    }
}
.form-inline .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    vertical-align: middle
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}
.form-control:-ms-input-placeholder {
    color: #999
}
.form-control::-webkit-input-placeholder {
    color: #999
}
.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle
}
.footer {
    background-color: #3090a1;
    color: #fff
}
.essential {
    margin-bottom: 80px;
    margin-top: 30px
}
.footer h5 {
    margin-bottom: 10px;
    font-size: 16px
}
.essential > ul {
    padding: 0
}
.essential > ul li {
    background: url(../img/icon-li-bg-green.png) no-repeat 0 center;
    line-height: 18px;
    margin-bottom: 10px;
    min-height: 18px;
    padding-left: 28px;
    vertical-align: middle
}
.essential > ul li a {
    color: #b6fffd;
    font-size: 14px
}
.essential > ul li:hover a {
    font-weight: 600
}
.btn-sumbit {
    background-color: #f9da21;
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    color: #717071;
    cursor: pointer;
    opacity: 1
}
.btn-sumbit:hover {
    opacity: .7
}
.device-support > div > dl > dt {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px
}
.device-support > div > dl > dd {
    font-size: 14px;
    margin-left: 0
}
.footer-bottom {
    background-color: #36acb2;
    color: #fff;
    text-align: left
}
.footer-bottom ul {
    display: table;
    margin: 10px auto
}
.footer-bottom ul > li > a {
    color: #fff
}
.footer-bottom ul > li > a:hover {
    font-weight: 600
}
.footer-bottom .copyright >p {
    font-size: 12px
}
.footer-bottom .copyright >p >a {
    background-color: #fff;
    color: #36acb2;
    font-size: 12px;
    padding: 0 6px
}
.footer-bottom .copyright >p >a:hover {
    opacity: .7
}
.device-support {
    margin-top: 30px
}
.device-support > div {
    height: 210px
}
@media(min-width:992px) {
    .header .nav > li .dropdown-menu {
        left: auto;
        right: 0
    }
}
@media(min-width:768px) {
    .device-support > div > dl {
        margin-top: 0
    }
    .footer-bottom ul > li {
        border-right: 1px solid #fff;
        float: left;
        line-height: 1;
        padding: 0 20px;
        text-align: center;
        vertical-align: middle
    }
    .footer-bottom ul > li.last {
        border: none
    }
    .footer-bottom {
        text-align: center
    }
}
.icon-fackbook, .icon-witter, .icon-google, .icon-linkedin, .icon-youtube {
    background: url(../img/icon-fackbook.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 32px;
    width: 32px;
    vertical-align: middle
}
.icon-witter {
    background: url(../img/icon-witter.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0)
}
.icon-google {
    background: url(../img/icon-google.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0)
}
.icon-youtube {
    background: url(../img/icon-youtube.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0)
}
.icon-star i {
    display: inline-block;
    height: 20px;
    width: 18px;
    background: url(../img/star.png) no-repeat
}
.icon-star .on {
    background-position: 0 -28px
}
.icon-star .half {
    background-position: 0 -55px
}
.icon-star-on {
    background: url(../img/star-gray.png) no-repeat;
    display: inline-block;
    height: 14px;
    width: 14px
}
.icon-star-down {
    background: url(../img/star-gray-down.png) no-repeat;
    display: inline-block;
    height: 14px;
    width: 14px
}
.slidesjs-navigation {
    background: url(../img/screenshot-prev.png) no-repeat;
    display: block;
    height: 65px;
    position: absolute;
    top: 40%;
    width: 65px;
    z-index: 11;
    text-indent: -9999px;
    opacity: 1
}
.slidesjs-navigation:hover {
    opacity: .7
}
.slidesjs-previous {
    left: -26px
}
.slidesjs-next {
    background: url(../img/screenshot-next.png) no-repeat;
    right: -26px
}
a.pc_screen {
    display: block
}
a.mobile_screen {
    display: none
}
.banner-android-phones {
    background: url(../img/banner-new-andorid-phones.jpg) no-repeat center center #eedead;
    height: 110px;
    position: relative
}
.banner-android-phones .container {
    position: relative
}
.banner-android-phones a {
    cursor: pointer;
    display: table;
    height: 105px;
    text-align: center;
    text-indent: 9999px;
    width: 96%
}
.banner-android-phones button {
    background: none;
    border: medium none;
    display: block;
    height: 30px;
    position: absolute;
    right: 18px;
    text-indent: -9999px;
    top: 9px;
    width: 30px
}
.banner-android-phones button:hover {
    opacity: .7
}
.banner-tips {
    margin: 0 0 10px 0
}
.banner-tips .android-tips {
    background: #f8f8f8 url(../img/logo-topic.png) no-repeat scroll 20px center;
    border: 3px solid #3090a0;
    padding-left: 95px;
    position: relative
}
.banner-tips .android-tips .h1 {
    color: #3090a0;
    font-size: 24px;
    font-weight: bold;
    margin: 16px 0 0;
    padding: 0
}
.banner-tips .android-tips .h2 {
    color: #717071;
    font-size: 16px;
    margin: 0 0 16px;
    padding: 0
}
.banner-tips .android-tips a {
    color: #3090a0
}
.banner-tips .android-tips a:hover {
    opacity: .7
}
.banner-tips .android-tips i {
    background: rgba(0, 0, 0, 0) url(../img/close-abk.png) no-repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    display: block;
    height: 31px;
    position: absolute;
    right: 10px;
    top: 2px;
    width: 31px
}
.banner-tips .ios-tips {
    margin-top: 10px
}
.banner-tips .root-tips {
    position: relative
}
.banner-tips .root-tips i {
    background-color: transparent;
    cursor: pointer;
    display: block;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px
}
.banner-thanksgiving-tips .container {
    position: relative
}
.banner-thanksgiving-tips img {
    max-width: 100%
}
.banner-thanksgiving-tips button {
    background: none;
    border: medium none;
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 0;
    width: 60px
}
.totop {
    background: url(../img/top-1.png) no-repeat;
    bottom: 40px;
    cursor: pointer;
    height: 69px;
    position: fixed;
    right: 0px;
    text-indent: -9999px;
    width: 69px;
    z-index: 999;
    display: none
}
.totop:hover {
    opacity: 0.8;
}
@media screen and (max-width:767px) {
    .pc_screen, .discount, .banner-tips {
        display: none
    }
    .mobile_screen {
        display: inline-block
    }
    .header .nav > li:hover, .header .nav > li.active {
        border-bottom: none
    }
    .header .nav > li .dropdown-menu {
        left: 30%;
        top: 82px
    }
    .header .nav > li .dropdown-menu, .header .nav > li.apps-menu .dropdown-menu {
        width: auto;
        padding: 0 10px;
        z-index: 999
    }
    .header .nav > li.product-menu .dropdown-menu {
        width: 350px;
        left: 0
    }
    .header .nav > li .dropdown-menu ul, .header .nav > li.apps-menu .dropdown-menu ul {
        width: auto;
        margin-top: 10px
    }
    .header .nav > li.apps-menu .dropdown-menu ul > li, .header .nav > li.resource-menu .dropdown-menu ul > li, .header .nav > li.support-menu .dropdown-menu ul > li {
        float: none;
        width: auto;
        padding: 0 12px;
        border-bottom: 1px dashed #3090a0
    }
}
@media screen and (max-width:360px) {
    .header .nav > li .dropdown-menu {
        width: auto
    }
    .header .nav > li .dropdown-menu {
        left: 0
    }
}
#CssGaga {
    content: "160309105328,zml,334"
}
.music-tips {
    position: relative;
    height: 123px;
}
.music-tips a {
    background-image: url(../img/music/top.png);
    text-indent: -9999px;
    display: block;
    height: 123px;
    background-position: center top;
    background-repeat: no-repeat;
}
@media(max-width:800px) {
    .music-tips a {
        background-image: url(../img/music/top640.png);
        background-size: 100%;
        background-repeat: no-repeat;
        height: 100px;
    }
}
@media(max-width:481px) {
    .music-tips a {
        background-image: url(../img/music/top320.png);
        height: 130px;
    }
}
@media(max-width:398px) {
    .header .nav > li.product-menu .dropdown-menu {
        width: 100%;
    }
    .header .nav > li .dropdown-menu ul > li {
        height: auto;
    }
    .header .nav > li ul, .header .nav form {
        width: 280px;
    }
    .search-input {
        width: 200px;
    }
    .header .nav > li.product-menu .dropdown-menu ul > li span {
        width: 147px;
    }
    .header .nav > li.product-menu .dropdown-menu ul > li a.win {
        width: 75px;
    }
    .header .nav > li.product-menu .dropdown-menu ul > li a.mac {
        width: 40px;
    }
}

// new global.css
// 2017.6.6
// Lazade
*{
  font-family: Arial;
}
body,ul,h1,h2,h3,h4,h5,h6,p,dl {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 15px;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
li{
    list-style: none;
}
img{
    max-width: 100%;
}
.clear{
  clear: both;
}
.container{
    width: 1200px !important;
    margin:auto !important;
    padding: 0 !important;
}

/**** header start ***/
.header{
    height: auto;
}
.header .logo{
    display: inline-block;
    width: 273px;
    vertical-align: top;
    float: left;
    height: 72px;
    text-decoration: none;
}
.header .logo img{
    padding: 9px 0;
}
.header .logo span{
    font-size: 21px;
    color: #cc9933;
    display: inline-block;
    vertical-align: middle;
    padding-left: 24px;
}
.header .logo img.xy_logo{
    display: none;
}
.header .menu{
    display: inline-block;
    vertical-align: top;
    float: right;
}
.header .menu ul{
    padding-left: 70px;
    margin-bottom: 0
}
.header .menu li{
    display: inline-block;
    vertical-align: top;
    padding: 25px;
}
.header .menu li.resources{
    position: relative
}
.header .menu li.search{
    cursor: pointer;
}
.header .menu li.resources .dropdown-menu{
    width: 390px;
    display: none;
    left: -115px;
    padding: 0;
    margin: 0;
    background-color: rgba(6, 52, 90, 0.75);
}
.header .menu li.resources .dropdown-menu ul{
    padding-left: 0;
}
.header .menu li.resources .dropdown-menu a{
    color: #fff;
    font-weight: bold;
}
.header .menu li.resources .dropdown-menu a:hover{
    color: #cc9933;
}
.header .menu li a{
    color: #06345A;
    font-size: 16px;
    text-decoration: none;
}
.header .menu li a:hover{
    color: #CC9933;
}
.cover{
    width: 100%;
    height: 120%;
    background: rgba(6, 52, 90, 0.7);
    background-size: cover;
    top: -140px;
    z-index: 1000;
    position: fixed;
    display: none;
}
.product-more{
    width: 1000px;
    height: 600px;
    background-color: #06345A;
    margin: auto;
    margin-top: 160px;
    text-align: center;
}
.product-more hr{
    border-bottom: none;
    border-top: 2px solid #a8a8a8;
    margin: 20px 0;
}
.product-more p.ti{
    color: #fff;
    font-size: 30px;
    display: block;
    line-height: 80px;
    position: relative;
    margin-bottom: -20px
}
.product-more .close {
    width: 27px;
    height: 27px;
    line-height: 80px;
    position: absolute;
    right: 30px;
    cursor: pointer;
}
.product-more .close img{
    vertical-align: middle
}
.product-more .win_btn,.product-more .mac_btn{
    /*width: 40px;*/
    height: 68px;
    display: inline-block;
    background-position:center top;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 0 110px;
}
.product-more .win_btn p,.product-more .mac_btn p{
    font-size: 20px;
    color: #fff;
    padding-top: 40px;
    text-align: center;
}
.product-more .win_btn{
    background-image: url(../img/win_btn.png);
}
.product-more .win_btn:hover{
    background-image: url(../img/win_btn_hover.png);
}
.product-more .win_btn:hover p{
    color: #CC9933;
}
.product-more .win_btn.active{
    background-image: url(../img/win_btn_hover.png);
}
.product-more .win_btn.active p{
    color: #CC9933;
}
.product-more .mac_btn{
    background-image: url(../img/mac_btn.png);
}
.product-more .mac_btn:hover{
    background-image: url(../img/mac_btn_hover.png);
}
.product-more .mac_btn:hover p{
    color: #CC9933;
}
.product-more .mac_btn.active{
    background-image: url(../img/mac_btn_hover.png);
}
.product-more .mac_btn.active p{
    color: #CC9933;
}
.product-more .product_list .box{
    display: inline-block;
    vertical-align: top;
    width: 167px;
    height: 162px;
    cursor: pointer;
    margin: 20px 50px;
    text-decoration: none;
}
.product-more .product_list .box .pic{
    width: 100%;
    height: 105px;
}
// .product-more .product_list .box .pic img{
//     max-width: 60%;
// }
.product-more .product_list .box .text{
    text-align: center;
}
.product-more .product_list .box p{
    width: 80%;
    margin: auto;
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}
.product-more .product_list .box:hover p{
    color: #CC9933;
}
.product-more .mac_products{
    display: none;
}
.product-more .rm_btn{
    padding-bottom: 30px;
    background-color: #06345A;
}
.product-more .rm_btn a{
    display: inline-block;
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background-color: #cc9933;
    text-decoration: none;
    border-radius: 15px;
    font-size: 16px;
}
.cover .xy_menuList{
    display: none;
}
.xy_menu{
    display: none;
}

.new_sear{
    width: 100%;
    position: absolute;
    top: 72px;
    left: 0px;
    border-top: 1px solid #7e7fc1;
    z-index: 1114;
    display: none;
}
.new_sear .box{
    width: 988px;
    margin: 0 auto;
}
.new_sear .box input{
    width: 100%;
    height: 56px;
    border: 0;
    border-radius: 8px;
    font-size: 20px;
    color: grey;
    text-indent: 60px;
    outline:none;
}
.new_sear .box input::-webkit-input-placeholder{
    color: #04307d;
}
.new_sear .box .now_sch{
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/new_s.png);
    display: block;
    margin-top: -43px;
    margin-left: 14px;
    z-index: 111;
    position: relative;
    cursor: pointer;
}
.new_sear .box .new_c{
    width: 21px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/new_c.png);
    display: block;
    float: right;
    z-index: 111;
    position: relative;
    cursor: pointer;
    margin-top: -25px;
    margin-right: 16px;
}


/**** footer start *****/
.footer .foot_top{
    background-color: #06345A;
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer .foot_top div.f_title{
    color: #DDDDDB;
    font-size: 20px;
    margin-bottom: 30px;
}

.footer .foot_top .f_eproducts li,.footer .foot_top .f_resource li{
    background-image: url(../img/footer_libg.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.footer .foot_top .f_eproducts a,.footer .foot_top .f_resource a{
    color: #DDDDDB;
    font-size: 14px;
    line-height: 28px;
    text-decoration: none;
    padding-left: 14px;
}
.footer .foot_top a,p{
    color: #DDDDDB;
    font-size: 14px;
    line-height: 28px;
    text-decoration: none;
}
.footer .foot_top a:hover{
    color: #CC9933;
}
.footer .foot_top .f_fu .f_title{
    margin-bottom: 10px;
}
.footer .foot_top .f_fu li{
    display: inline-block;
    margin-left: 8px;
}
.footer .foot_top .f_fu li.first{
    margin-left: 0;
}
.footer .foot_top .f_form{
    padding-top: 40px;
}
.footer .foot_top .f_form span{
    height: 27px;
    float: left;
}
.footer .foot_top .f_form input.in_text{
    width: 180px;
    height: 27px;
    background-color: #DDDDDB;
    border: none;
    font-size: 12px;
    line-height: 27px;
    font-weight: bold;
    color: #06345a
}
.footer .foot_top .f_form input.in_sub{
    width: 67px;
    height: 27px;
    background-color: #CC9933;
    border: none;
    font-size: 12px;
    line-height: 27px;
    font-weight: bold;
    color: #06345A;
}
::-webkit-input-placeholder { /* WebKit browsers */
color: #06345A;
line-height: 27px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #06345A;
line-height: 27px;
}

.footer .foot_bottom{
    background-color: #CC9933;
    text-align: center;
}
.footer .foot_bottom .fb_link a{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #06345A;
    font-weight: bold;
    /* line-height: 28px; */
    text-decoration: none;
    padding: 0 10px;
    margin: 10px 0;
    border-left: 2px solid #06345A;
}
.footer .foot_bottom .fb_link a.first{
    border: none;
}
.footer .foot_bottom .yj p{
    font-size: 12px;
    color: #06345A;
    font-weight: bold;
    margin-bottom: 0;
}

input#new_search::-webkit-input-placeholder{
color:grey;
}
input#new_search:-moz-placeholder{
color:grey;
}
input#new_search::-moz-placeholder{
color:grey;
}
input#new_search:-ms-input-placeholder{
color:grey;
}

@media (max-width: 1200px){
    .container{
        width: 100% !important;
        padding: 0 !important;
        margin:0 !important;
    }
    .header .logo{
        width: 58px;
    }
    .header .logo span{
        display: none;
    }
    .header .menu{
        display: none;
    }
    .header .xy_menu{
        display: inline-block;
        width: 100px;
        vertical-align: top;
        float: right;
    }
    .header .xy_menu li{
        display: inline-block;
        width: 45px;
        vertical-align: top;
        margin-top: 12px;
    }
    .header .xy_menu li.xy_search_btn{
        margin-right: 10px;
    }
    .header .xy_menu li.xy_menu_btn{
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../img/header_menu_xy.png);
        height: 40px;
        // position: absolute;
        z-index: 1000;
    }
    .header .xy_menu li.xy_menu_btn.active{
        background-image: url(../img/header_menu_xy_hover.png);
    }
    .cover .product-more{
        display: none;
    }
    .cover .xy_menuList{
        display: block;
        margin-top: 180px;
        text-align: center;
    }
    .cover .xy_menuList li{
        margin: auto;
        display: block;
        background-color: #06345A;
        height: 46px;
        border-bottom: 1px solid #fff;
    }
    .cover .xy_menuList li.last{
        border-bottom: none;
    }
    .cover .xy_menuList li a{
        font-size: 16px;
        color: #fff;
        line-height: 46px;
    }
    .new_sear .box{
        width: 100%
    }
}
@media(max-width:500px){
    .header{
        margin-bottom: 10px
    }
    .header .logo{
        width: auto;
        height: 40px;
        margin-left: 15px
    }
    .header .logo img{
        width: 40px;
        display: inline-block;
    }
    .header .logo span{
        font-size: 17px;
        display: inline-block;
        padding-left: 10px
    }
    .header .xy_menu li.xy_menu_btn{
        background-size: 20px;
        width: 20px;
        height: 20px;
    }
    .header .xy_menu li.xy_search_btn{
        width: 25px;
        height: 25px;
        margin-top: 10px;
        margin-right: 20px;
        margin-left: 15px;
    }
    .header .xy_menu li.xy_search_btn img{
        width: 20px;
    }
    .header .xy_menu{
        width: auto;
        margin-top: 5px
    }
}
